@charset "UTF-8";.dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.dialog-container{position:relative;background:#fff;border-radius:8px;padding:24px;min-width:300px;max-width:500px;width:100%;box-shadow:0 4px 6px #0000001a;animation:slideIn .2s ease-out}.dialog-container .dialog-content-wrapper{overflow:hidden}.close-button{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.close-button svg{stroke:#666;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.close-button:hover{background:#f5f5f5}.dialog-content{max-height:80vh;overflow-y:auto}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}header[data-v-b9d2245a]{background-color:#fff;position:fixed;top:0;left:0;width:100%;z-index:100;transition:.3s ease-in-out}header .nav-overlay[data-v-b9d2245a]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}header.scrolled-nav[data-v-b9d2245a]{box-shadow:0 2px 10px #0000001a}header.scrolled-nav .container[data-v-b9d2245a]{padding:10px 40px}header.scrolled-nav .container .branding img[data-v-b9d2245a]{width:120px}.container[data-v-b9d2245a]{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:15px 40px;max-width:100%;transition:.3s ease-in-out}.branding[data-v-b9d2245a]{display:flex;align-items:center;margin-right:40px}.branding img[data-v-b9d2245a]{width:160px;transition:.3s ease-in-out}.hamburger[data-v-b9d2245a]{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;z-index:101}.hamburger .bar[data-v-b9d2245a]{width:25px;height:2px;background:#333;transition:.3s ease-in-out}.hamburger.is-active .bar[data-v-b9d2245a]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-active .bar[data-v-b9d2245a]:nth-child(2){opacity:0}.hamburger.is-active .bar[data-v-b9d2245a]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.inline-menu[data-v-b9d2245a]{display:flex;align-items:center;gap:30px;list-style:none;margin:0 40px}.inline-menu .nav-link[data-v-b9d2245a]{cursor:pointer;color:#333;text-decoration:none;font-size:16px;font-weight:500;font-family:Montserrat;text-transform:uppercase;padding:8px 0;position:relative}.inline-menu .nav-link[data-v-b9d2245a]:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:#e3ae00;transition:width .3s ease-in-out}.inline-menu .nav-link[data-v-b9d2245a]:hover:after{width:100%}.inline-menu .nav-link[data-v-b9d2245a]:hover{color:#e3ae00}.mobile-menu[data-v-b9d2245a]{position:fixed;top:0;right:0;width:280px;height:100%;background:linear-gradient(to bottom,#f5f5f5f0,#fffffae6);box-shadow:0 10px 30px #0003;list-style:none;padding:80px 20px 20px;margin:0;z-index:100}.mobile-menu .nav-link[data-v-b9d2245a]{cursor:pointer;display:block;color:#333;text-decoration:none;font-size:18px;font-family:Montserrat;font-weight:500;padding:15px 0;text-transform:uppercase}.mobile-menu .nav-link[data-v-b9d2245a]:hover{color:#e3ae00}.pro-button[data-v-b9d2245a]{margin-left:40px}.pro-button .nav-link[data-v-b9d2245a]{color:#333;text-decoration:none;font-size:16px;font-weight:500;text-transform:uppercase;padding:8px 16px;border:1px solid #333;border-radius:4px}.pro-button .nav-link[data-v-b9d2245a]:hover{background:#e3ae00;color:#fff;border-color:#e3ae00}.mobile-nav-enter-active[data-v-b9d2245a],.mobile-nav-leave-active[data-v-b9d2245a]{transition:.4s ease-in-out}.mobile-nav-enter-from[data-v-b9d2245a],.mobile-nav-leave-to[data-v-b9d2245a]{transform:translate(280px)}.mobile-nav-enter-to[data-v-b9d2245a]{transform:translate(0)}.footbar[data-v-fb5a1bb9]{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);padding:1.5rem 0;width:100%;position:relative;overflow-x:hidden;flex-shrink:0}.footbar[data-v-fb5a1bb9] *{color:#bbb;font-family:Montserrat,sans-serif}.container[data-v-fb5a1bb9]{display:flex;flex-direction:column;gap:1.5rem;text-align:center;width:90%;max-width:1200px;margin:0 auto;overflow-x:hidden;box-sizing:border-box}.logos[data-v-fb5a1bb9]{display:flex;flex-wrap:wrap;justify-content:center;padding:5px 0;align-items:center;gap:1.2rem}.logo-link[data-v-fb5a1bb9]{display:block;text-decoration:none}.prize[data-v-fb5a1bb9]{height:auto;display:flex;align-items:center}.prize span[data-v-fb5a1bb9]{padding-right:5px}@media (max-width: 480px){.prize[data-v-fb5a1bb9]{flex-direction:column}.prize span[data-v-fb5a1bb9]{font-weight:500;padding:5px 10px}}.logo[data-v-fb5a1bb9]{max-height:100px;width:auto;object-fit:contain;filter:grayscale(20%) brightness(120%);transition:filter .3s ease,transform .3s ease}.logo[data-v-fb5a1bb9]:hover{filter:grayscale(0%) brightness(100%);transform:scale(1.1)}.networks[data-v-fb5a1bb9]{display:flex;flex-direction:column;gap:.75rem;width:100%;justify-content:center}.social-btn[data-v-fb5a1bb9]{display:flex;justify-content:space-between;align-items:center;gap:.5rem;color:#e6e6e6;text-decoration:none;font-size:.9rem;padding:.75rem 1.5rem;border:1px solid #d4af37;border-radius:8px;max-width:180px;width:100%;margin:0 auto;position:relative;overflow:hidden;background:#ffffff0d;transition:color .3s ease;box-sizing:border-box}.social-btn .iconify[data-v-fb5a1bb9]{font-size:1.25rem}.social-btn[data-v-fb5a1bb9]:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(212,175,55,.4),transparent);transition:left 0s}.social-btn[data-v-fb5a1bb9]:hover:before{animation:shine-fb5a1bb9 1.5s ease-in-out}.social-btn[data-v-fb5a1bb9]:hover{color:#1a1a1a}@keyframes shine-fb5a1bb9{0%{left:-100%}to{left:100%}}.legal[data-v-fb5a1bb9]{display:flex;flex-direction:column;gap:.5rem;font-size:.8rem;color:#e6e6e6}.legal .link[data-v-fb5a1bb9]{color:#d4af37;text-decoration:none;font-weight:500}.footbar[data-v-fb5a1bb9]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#d4af37,#f5c107)}@media (min-width: 600px){.footbar[data-v-fb5a1bb9]{padding:2rem 0}.container[data-v-fb5a1bb9]{gap:2rem}.logos[data-v-fb5a1bb9]{gap:1.5rem}.logo[data-v-fb5a1bb9]{max-height:70px}.networks[data-v-fb5a1bb9]{flex-direction:row;gap:1rem}.social-btn[data-v-fb5a1bb9]{max-width:200px;width:100%}}@media (min-width: 900px){.footbar[data-v-fb5a1bb9]{padding:3rem 0}.container[data-v-fb5a1bb9]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;text-align:left}.logos[data-v-fb5a1bb9]{justify-content:flex-start}.social[data-v-fb5a1bb9]{text-align:center}.networks[data-v-fb5a1bb9]{justify-content:center}.legal[data-v-fb5a1bb9]{text-align:right;align-items:flex-end}}.dialog-content-wrapper[data-v-0ba16a7a]{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.dialog-message[data-v-0ba16a7a]{font-size:18px;color:#1a2b3c;padding:0 30px;font-family:Montserrat,sans-serif;font-weight:600;text-align:center}.pause-title[data-v-0ba16a7a]{font-size:22px;font-weight:800;color:#2782b4;margin:12px 0 8px;text-align:center}.pause-message[data-v-0ba16a7a]{font-size:18px;color:#1a2b3c;text-align:center;line-height:1.4}.pause-message strong[data-v-0ba16a7a]{color:#bd2929;font-weight:700}.happy-button[data-v-0ba16a7a]{padding:10px 20px;background-color:#2782b4;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;box-shadow:0 2px 4px #0000001a}.happy-button span[data-v-0ba16a7a]{color:#fff;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif}.happy-button[data-v-0ba16a7a]:hover{background-color:#dd4848}@media (max-width: 450px){.dialog-message[data-v-0ba16a7a],.pause-message[data-v-0ba16a7a]{font-size:16px;padding:0 20px}.pause-title[data-v-0ba16a7a]{font-size:22px}.happy-button[data-v-0ba16a7a]{padding:8px 16px}.happy-button span[data-v-0ba16a7a]{font-size:14px}}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1 / 1;height:100%;opacity:0;pointer-events:none;transition:opacity var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width: 100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background: transparent;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-height: 30px;--vc-nav-width: 30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media (hover: hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color: var(--vc-clr-primary);--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-border-radius: 0;--vc-pgn-gap: 6px;--vc-pgn-height: 4px;--vc-png-bottom: 10px;--vc-png-left: auto;--vc-png-right: 10px;--vc-pgn-width: 16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}.benefits[data-v-f0d84309]{display:grid;gap:4px;padding:20px 2px;background-color:#f8f8f8;text-align:center;max-width:1400px;margin:0 auto}.benefit-item[data-v-f0d84309]{background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:0;padding:20px;transition:all .3s ease}.iconify[data-v-f0d84309]{font-size:48px;width:48px;height:48px;margin-bottom:15px;display:inline-block;color:#ff6f61}.benefit-title[data-v-f0d84309]{font-size:20px;color:#2c3e50;font-weight:600;line-height:1.4;margin:0 0 8px;font-family:Sabon LT Pro,sans-serif}.benefit-subtitle[data-v-f0d84309]{font-size:16px;color:#666;font-weight:400;line-height:1.5;font-family:Lato,sans-serif;margin:0}.benefit-subtitle a[data-v-f0d84309]{text-decoration:none;font-family:Lato,sans-serif;transition:color .2s ease}.benefit-subtitle a[data-v-f0d84309]:hover{color:#ff412e;text-decoration:underline}@media (min-width: 1200px){.benefits[data-v-f0d84309]{grid-template-columns:repeat(4,1fr)}}@media (min-width: 600px) and (max-width: 1199px){.benefits[data-v-f0d84309]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 599px){.benefits[data-v-f0d84309]{grid-template-columns:1fr}}@media (max-width: 450px){.benefits[data-v-f0d84309]{padding:0}}.sub-header[data-v-3e3577b0]{display:flex;flex-direction:column;align-items:center;padding:20px 0;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.sub-header .sacha-glace[data-v-3e3577b0]{margin-bottom:15px}.sub-header .sacha-glace span[data-v-3e3577b0]{font-size:42px;font-weight:600;color:#2c3e50;font-family:Sabon LT Pro,sans-serif;line-height:.9}.sub-header .sacha-glace .no-break[data-v-3e3577b0]{white-space:nowrap}.sub-header button[data-v-3e3577b0]{padding:12px 24px;background-color:#ff6f61;border:1px solid #ff6f61;border-radius:5px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.sub-header button span[data-v-3e3577b0]{color:#fff;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px}.sub-header button[data-v-3e3577b0]:hover{background-color:#e65b50;border-color:#e65b50;transform:scale(1.05);box-shadow:0 4px 8px #00000026}.sub-header button[data-v-3e3577b0]:active{transform:scale(1);box-shadow:0 2px 4px #0000001a}@media (max-width: 450px){.sub-header[data-v-3e3577b0]{padding:15px 10px}.sub-header .sacha-glace[data-v-3e3577b0]{margin-bottom:10px}.sub-header .sacha-glace span[data-v-3e3577b0]{font-size:32px;line-height:1.1}.sub-header button[data-v-3e3577b0]{padding:10px 18px}.sub-header button span[data-v-3e3577b0]{font-size:14px;letter-spacing:.3px}}@media (max-width: 350px){.sub-header[data-v-3e3577b0]{padding:10px 5px}.sub-header .home .sub-header div[data-v-3e3577b0]{margin:0}.sub-header .sacha-glace span[data-v-3e3577b0]{font-size:28px}.sub-header button[data-v-3e3577b0]{padding:8px 15px}.sub-header button span[data-v-3e3577b0]{font-size:12px}}.spotlight-section{padding:40px 20px}.spotlight-section .separator{display:flex;align-items:center;justify-content:center;padding:0 2px;width:100%;margin-bottom:5px}.spotlight-section .separator b{flex-grow:1;height:1px;background:#ccc}.spotlight-section .separator span{padding:0 2px;font-size:24px;font-weight:600;color:#2c3e50;font-family:Montserrat,sans-serif;white-space:nowrap}.spotlight-section .spotlight{margin:0 auto;width:100%;max-width:600px}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide{display:flex;flex-direction:column;align-items:center}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .carousel_item{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px;overflow:hidden;pointer-events:auto}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .carousel_item.is-dragging{pointer-events:none}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .carousel_item img{object-fit:cover;display:block;width:100%;height:auto;max-height:280px;transition:transform .2s ease}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .carousel_item.is-dragging img{transform:scale(1.05)}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .desc{display:flex;flex-direction:column;margin-top:15px;padding:0 10px;width:100%}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .desc b{font-weight:600;color:#2c3e50;text-align:center;font-family:Sabon LT Pro,sans-serif;font-size:22px}.spotlight-section .carousel .carousel__viewport .carousel__track .carousel__slide .desc p{text-align:center;max-height:40px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;font-family:Lato,sans-serif;font-size:16px;margin:5px 0 0}.spotlight-section .carousel .carousel__icon{fill:gray;height:var(--vc-icn-width);width:var(--vc-icn-width)}.spotlight-section .carousel .carousel__prev{transform:translate(-35px,-50%)}.spotlight-section .carousel .carousel__next{transform:translate(35px,-50%)}.spotlight-section .carousel .carousel__prev,.spotlight-section .carousel .carousel__next{border-radius:20px;box-sizing:content-box;border:2px solid rgba(255,255,255,.6196078431);background:#ffffff3d}.spotlight-section .carousel .carousel__prev path,.spotlight-section .carousel .carousel__next path{color:#ffffff9e!important}.spotlight-section .carousel .carousel__prev:hover,.spotlight-section .carousel .carousel__next:hover{background:#fff}.spotlight-section .carousel .carousel__prev:hover path,.spotlight-section .carousel .carousel__next:hover path{color:#d3d3d3!important}@media (max-width: 599px){.spotlight-section{padding:20px 10px}.spotlight-section .separator span{font-size:20px}.spotlight-section .spotlight{max-width:90%}}@media (min-width: 600px){.spotlight{max-width:600px}}.home[data-v-28199186]{width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.home .main[data-v-28199186]{width:100%;overflow:hidden}.home .main .carousel_item[data-v-28199186]{width:100%;display:flex;justify-content:center;align-items:center}.home .main .carousel_item img[data-v-28199186]{width:100%;height:auto;max-height:600px;object-fit:cover;display:block}.home .cake-intro[data-v-28199186]{text-align:center;padding:20px 10px;width:100%;max-width:800px;margin:0 auto}.home .cake-intro span[data-v-28199186]{font-size:18px;padding:0 20px;color:#666;font-family:Montserrat,sans-serif;display:block}.home hr.cake[data-v-28199186]{border:0;height:1px;background:#ccc;margin:40px auto;width:70%;max-width:600px}.home .sub-header.cake[data-v-28199186]{display:flex;justify-content:center;padding-bottom:20px;width:100%}.home .sub-header.cake button[data-v-28199186]{padding:20px;background-color:#ff6f61;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.home .sub-header.cake button span[data-v-28199186]{color:#fff;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif;text-transform:uppercase}.home .sub-header.cake button[data-v-28199186]:hover{background-color:#ff412e}.home .dialog-message[data-v-28199186]{font-size:18px;color:#333;font-family:Montserrat,sans-serif;text-align:center}@media (max-width: 450px){.home .main .carousel_item img[data-v-28199186]{max-height:400px}.home .cake-intro[data-v-28199186]{padding:15px 5px}.home .cake-intro span[data-v-28199186]{font-size:16px}.home hr.cake[data-v-28199186]{margin:30px auto;width:90%}.home .sub-header.cake[data-v-28199186]{padding:15px 0}.home .sub-header.cake button[data-v-28199186]{padding:8px 15px}.home .sub-header.cake button span[data-v-28199186]{font-size:14px}.home .dialog-message[data-v-28199186]{font-size:16px}}.spinner-container[data-v-6de92da0]{width:160px;height:160px;position:relative;margin:30px auto;overflow:hidden}.sr-only[data-v-6de92da0]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spinner[data-v-6de92da0]{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,currentColor 70deg,transparent 150deg,transparent 360deg);mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#fff calc(100% - 7px));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#fff calc(100% - 7px));filter:drop-shadow(0 0 4px rgba(2,132,199,.18)) drop-shadow(0 0 10px rgba(2,132,199,.1));opacity:.95;animation:spin-6de92da0 2.6s cubic-bezier(.2,.7,.2,1) infinite;will-change:transform}.ring-1[data-v-6de92da0]{color:#fcd47d;inset:2px;animation-duration:2.2s;animation-direction:reverse;opacity:.95}.ring-2[data-v-6de92da0]{color:#fdf293;inset:10px;animation-duration:2.6s;opacity:.85}.ring-3[data-v-6de92da0]{color:#fcbca5;inset:18px;animation-duration:3.1s;animation-direction:reverse;opacity:.78}.ring-4[data-v-6de92da0]{color:#fdf3b5;inset:26px;animation-duration:3.7s;opacity:.72}.ring-5[data-v-6de92da0]{color:#eab75e;inset:34px;animation-duration:4.4s;animation-direction:reverse;opacity:.66}@keyframes spin-6de92da0{0%{transform:rotate(0)}45%{transform:rotate(200deg)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.spinner[data-v-6de92da0]{animation-duration:10s;animation-timing-function:linear}}.custom-button[data-v-bd7cdbbf]{align-items:center;background-color:initial!important;background-image:linear-gradient(#464d55,#25292e)!important;border-radius:8px;border-width:0;box-shadow:0 10px 20px #0000001a,0 3px 6px #0000000d;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;font-family:expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;height:52px;justify-content:center;line-height:1;margin:0;outline:none;overflow:hidden;padding:0 32px;text-align:center;text-decoration:none;transform:translateZ(0);transition:all .15s;vertical-align:baseline;white-space:nowrap;user-select:none;-webkit-user-select:none;touch-action:manipulation}.custom-button span[data-v-bd7cdbbf]{color:#fff;font-size:15px;font-weight:600;padding:12px 24px;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.5px}.how-to-order[data-v-b372d6d0]{padding:0 10px}.how-to-order h2[data-v-b372d6d0]{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#2c3e50;margin-bottom:20px;text-align:center}.how-to-order .steps[data-v-b372d6d0]{list-style:none;padding:0;margin:0}.how-to-order .steps li[data-v-b372d6d0]{display:flex;align-items:flex-start;align-items:center;margin-bottom:20px;gap:15px}.how-to-order .steps li[data-v-b372d6d0]:last-child{margin-bottom:0}.how-to-order .steps li .icon[data-v-b372d6d0]{flex-shrink:0;width:30px;height:30px;color:#ff6f61;display:flex;align-items:center;justify-content:center}.how-to-order .steps li .text[data-v-b372d6d0]{font-family:Lato,sans-serif;font-size:16px;padding-left:10px;color:#333;line-height:1.5}.how-to-order .steps li .text a[data-v-b372d6d0]{text-decoration:none;color:#100b22;padding:0 2px;font-weight:600;transition:color .2s ease}.how-to-order .steps li .text a[data-v-b372d6d0]:hover{color:#2c3e50}.loader-container[data-v-7004c6f6]{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(165deg,#fff,#dcdcdc 40%,#aaa 98%,#0a0a0a);position:relative}.loader-container .loader[data-v-7004c6f6]{position:absolute;width:50%;height:50%;border-radius:50%;box-shadow:0 -10px 20px 20px #ffffff40 inset,0 -5px 15px 10px #ffffff50 inset,0 -2px 5px #ffffff80 inset,0 -3px 2px #fffb inset,0 2px #fff,0 2px 3px #fff,0 5px 5px #ffffff90,0 10px 15px #ffffff60,0 10px 20px 20px #ffffff40;filter:blur(5px);animation:rotate-7004c6f6 2s linear infinite}@keyframes rotate-7004c6f6{to{transform:rotate(360deg)}}.img-loader[data-v-e1b81d96]{position:relative;display:flex;align-items:center;justify-content:center;width:max-content;height:max-content;overflow:hidden}.img-loader img[data-v-e1b81d96]{width:100%;height:100%;object-fit:cover;opacity:1}.img-loader .is-vhidden[data-v-e1b81d96]{opacity:0}.product-item[data-v-27068266]{display:flex;align-items:center;height:130px;padding:10px;border-radius:10px;background:#fff;margin:5px;transition:all ease .2s}.product-item.not-available[data-v-27068266]{opacity:.5}.product-item.not-available h3[data-v-27068266],.product-item.not-available p[data-v-27068266]{text-decoration:line-through}.product-item[data-v-27068266]:hover{box-shadow:1px 2px 3px #32323280;transform:scale(1.02);transition:all ease .2s}.thumbnail[data-v-27068266]{display:flex;align-items:center;justify-content:center;min-width:130px;min-height:130px;max-width:130px;max-height:130px;overflow:hidden}img[data-v-27068266]{max-width:100%;max-height:100%;display:block}.info[data-v-27068266]{width:100%;margin:0 20px}.info h3[data-v-27068266]{font-family:Sabon LT Pro;text-align:center;margin-bottom:5px}.info p[data-v-27068266]{text-align:center;max-height:60px;overflow:hidden;display:inline-block;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.list-view h2[data-v-e33ec709]{font-family:Sabon LT Pro;margin:15px 0 -8px 15px}.list-view .product-items[data-v-e33ec709]{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:20px;gap:10px}.list-view .product-items[data-v-e33ec709]>*{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px);max-width:calc(50% - 10px)}@media (max-width: 900px){.list-view .product-items[data-v-e33ec709]>*{flex:1 1 100%;min-width:100%;max-width:100%}}.list-view .song-number[data-v-e33ec709]{margin-left:auto}.empty[data-v-a784682a]{padding:1rem 0}.icecream-form[data-v-353dbbd7]{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.form-group[data-v-353dbbd7]{display:flex;flex-direction:column}label[data-v-353dbbd7]{display:flex;align-items:center;gap:1em;font-size:16px;font-weight:600;color:#333}input[type=text][data-v-353dbbd7],input[type=number][data-v-353dbbd7],textarea[data-v-353dbbd7]{padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background:#fafafa;transition:border-color .2s ease}input[type=text][data-v-353dbbd7]:focus,input[type=number][data-v-353dbbd7]:focus,textarea[data-v-353dbbd7]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}input[type=number][data-v-353dbbd7]{width:120px}textarea[data-v-353dbbd7]{min-height:120px;resize:vertical}.choose-type[data-v-353dbbd7]{flex-direction:column;gap:.75rem}.type-buttons[data-v-353dbbd7]{display:flex;gap:.75rem}.type-buttons button[data-v-353dbbd7]{padding:.75rem 1.25rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;font-size:14px;color:#555;transition:all .2s ease}.type-buttons button[data-v-353dbbd7]:hover{background-color:#f5f5f5}.type-buttons button.active[data-v-353dbbd7]{background-color:#007bff;border-color:#007bff;color:#fff}.checkbox-group[data-v-353dbbd7]{flex-direction:row;align-items:center;gap:.75rem}input[type=checkbox][data-v-353dbbd7]{width:18px;height:18px;accent-color:#007bff}input[type=file][data-v-353dbbd7]{padding:.5rem 0;font-size:14px;color:#555}.error[data-v-353dbbd7]{color:#e63946;font-size:14px;margin-top:.25rem}.btn-submit[data-v-353dbbd7]{padding:.875rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;margin-top:1.5rem;transition:background-color .2s ease}.btn-submit[data-v-353dbbd7]:hover:not(:disabled){background-color:#0056b3}.btn-submit[data-v-353dbbd7]:disabled{background-color:#d0d0d0;cursor:not-allowed}@media (max-width: 600px){.icecream-form[data-v-353dbbd7]{margin:1rem;padding:1.5rem}.type-buttons[data-v-353dbbd7]{flex-direction:column;gap:.5rem}}.add-ingredient{text-align:center;margin-top:40px}.add-ingredient form{max-width:100%;text-align:left}.add-ingredient form button{margin-right:10px}.ice-cream-details{display:grid;gap:15px;margin:0 20px;padding:20px 0 0}.ice-cream-details table{border-collapse:collapse}.ice-cream-details tr{border-bottom:thin solid rgba(232,226,226,.886)}.ice-cream-details th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}@media (max-width: 1000px){.ice-cream-details{display:flex;flex-direction:column;margin:0 25px;padding:0}.ice-cream-details .ice-cream-info{width:100%}.ice-cream-details .panel{width:100%;margin:0 20px 50px -20px}}.picture{overflow:hidden;border-radius:20px;position:relative;padding:220px}@media (max-width: 600px){.picture{padding:160px}}.picture img{display:block;position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:100%;max-height:100%}.ice-cream-info{text-align:center;display:flex;flex-direction:column;align-items:center}.ice-cream-info h2{font-size:28px;margin-top:20px}.ice-cream-info p{font-size:1.2em}.ice-cream-info p{margin-bottom:20px}.username{color:#999}.description{text-align:center;margin-top:10px}.ingredient{padding:10px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #999;margin-bottom:20px}.ingredient .icon{cursor:pointer}input[type=file][data-v-a08344ce]{border:0;padding:0}label[data-v-a08344ce]{font-size:12px;display:block}textarea[data-v-a08344ce]{min-height:150px}.btn-submit[data-v-a08344ce]{margin-top:20px}.choose-type[data-v-a08344ce]{display:flex;align-items:center;justify-content:space-around}.danger-zone[data-v-a08344ce]{display:flex;justify-content:flex-end}.switch-container[data-v-a08344ce]{display:flex;align-items:center;margin:10px 0;justify-content:center}.switch-container .switch-bool[data-v-a08344ce]{margin:0 5px}.switch-container .switch[data-v-a08344ce]{position:relative;display:inline-block;width:60px;height:34px}.switch-container .switch input[data-v-a08344ce]{opacity:0;width:0;height:0}.switch-container .slider[data-v-a08344ce]{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.switch-container .slider[data-v-a08344ce]:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.switch-container input:checked+.slider[data-v-a08344ce]{background-color:#2196f3}.switch-container input:focus+.slider[data-v-a08344ce]{box-shadow:0 0 1px #2196f3}.switch-container input:checked+.slider[data-v-a08344ce]:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.switch-container .slider.round[data-v-a08344ce]{border-radius:34px}.switch-container .slider.round[data-v-a08344ce]:before{border-radius:50%}.legal-page[data-v-e7dc4e6b]{padding:1.5rem 1rem;font-family:Playfair Display,serif;color:#333}.container[data-v-e7dc4e6b]{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.title[data-v-e7dc4e6b]{font-size:1.75rem;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:1rem;position:relative}.title[data-v-e7dc4e6b]:after{content:"";display:block;width:60px;height:2px;background:#d4af37;margin:.5rem auto 0}.section[data-v-e7dc4e6b]{display:flex;flex-direction:column;gap:1rem}h2[data-v-e7dc4e6b]{font-size:1.25rem;font-weight:600;color:#2c2c2c;margin-bottom:.5rem}p[data-v-e7dc4e6b]{font-size:.9rem;line-height:1.5}.note[data-v-e7dc4e6b]{font-style:italic;color:#666;font-size:.85rem}.details[data-v-e7dc4e6b]{list-style:none;padding:0;font-size:.9rem;line-height:1.6}.details li[data-v-e7dc4e6b]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.details strong[data-v-e7dc4e6b]{font-weight:600;color:#555}.details a[data-v-e7dc4e6b]{color:#d4af37;text-decoration:none;transition:color .3s ease}.details a[data-v-e7dc4e6b]:hover{color:#f5c107}@media (min-width: 600px){.legal-page[data-v-e7dc4e6b]{padding:2rem 1.5rem}.container[data-v-e7dc4e6b]{max-width:540px}.title[data-v-e7dc4e6b]{font-size:2rem}h2[data-v-e7dc4e6b]{font-size:1.5rem}p[data-v-e7dc4e6b],.details[data-v-e7dc4e6b]{font-size:1rem}.details li[data-v-e7dc4e6b]{flex-direction:row;align-items:flex-start;gap:1rem}.details strong[data-v-e7dc4e6b]{flex:0 0 220px;text-align:right}}@media (min-width: 900px){.legal-page[data-v-e7dc4e6b]{padding:3rem 2rem}.container[data-v-e7dc4e6b]{max-width:800px}.title[data-v-e7dc4e6b]{font-size:2.25rem}h2[data-v-e7dc4e6b]{font-size:1.75rem}.details strong[data-v-e7dc4e6b]{flex:0 0 250px}}.notice.small[data-v-1b448d47]{display:flex;justify-content:center;align-items:center;margin-bottom:8px;background-color:#f5f7fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:16px}.notice.small .info[data-v-1b448d47]{text-align:center;font-family:Montserrat,sans-serif;font-size:16px;color:#4a5a6b}.notice.small .info .sep[data-v-1b448d47]{height:1px;background:#ccc;margin:12px 0}.notice.small .info .opening-hours[data-v-1b448d47]{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0;font-weight:600}.notice.small .info .days[data-v-1b448d47]{font-weight:600;color:#1a2b3c}.notice.small .info .hours[data-v-1b448d47]{color:#331c16}.notice.small .info .iconify[data-v-1b448d47]{font-size:20px;color:#331c16;vertical-align:middle}.notice.small .info a[data-v-1b448d47]{color:#331c16;text-decoration:none;font-weight:600}.notice.small .info a[data-v-1b448d47]:hover{color:#0f0807;text-decoration:underline}.notice:not(.small) .info[data-v-1b448d47]{width:90%}.delivery[data-v-f3be94bc]{max-width:1200px;padding:20px 0;width:100vw}.mapboxgl-map[data-v-f3be94bc]{height:70vh;border-radius:8px;box-shadow:0 4px 12px #0000001a}@media (max-width: 500px){.mapboxgl-map[data-v-f3be94bc]{height:50vh}}.mapboxgl-map .mapboxgl-popup[data-v-f3be94bc]{position:absolute;transform:translate(0);max-width:400px;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif}.mapboxgl-map .mapboxgl-ctrl-bottom-left[data-v-f3be94bc],.mapboxgl-map .mapboxgl-ctrl.mapboxgl-ctrl-attrib[data-v-f3be94bc]{display:none}.map-overlay[data-v-f3be94bc]{z-index:1;position:relative;margin-top:20px}.delivery-tags[data-v-f3be94bc]{display:flex;width:100%;flex-wrap:wrap;margin:0 0 20px;position:absolute;flex-direction:column;align-items:flex-end;padding-right:20px}.delivery-tags .delivery-tag[data-v-f3be94bc]{align-items:center;border:0;border-radius:6px;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#3a416f80 0 -3px inset;box-sizing:border-box;color:#fff;cursor:pointer;font-size:16px;font-weight:600;display:inline-flex;height:34px;justify-content:center;line-height:1;width:120px;padding:0 30px;text-decoration:none;transition:box-shadow .15s,transform .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.delivery-tags .delivery-tag.two[data-v-f3be94bc]{background-color:#4cd137;opacity:.9}.delivery-tags .delivery-tag.three[data-v-f3be94bc]{background-color:#badc59;opacity:.9}.delivery-tags .delivery-tag.four[data-v-f3be94bc]{background-color:#f9ca24;opacity:.9}.delivery-tags .delivery-tag.tbd[data-v-f3be94bc]{background-color:#487eb0;opacity:.8;height:28px;font-size:14px;padding:0 16px}.img-container{display:flex;justify-content:center;align-items:center;overflow:hidden;height:100vh}.img-container img{max-width:100%;max-height:100%;object-fit:cover;object-position:center}.pdf-container{height:100dvh;width:100dvw}
