.hero-ayla-delight{--primary-p0: #ffffff;--primary-p50: #f2f7f4;--primary-p500: #4c7d67;--primary-p700: #2d4f40;--bezowe-b50: #f9f9f4;--bezowe-b100: #f0f0e4;--bezowe-b200: #e0e0c8;--special-duck: #824386;display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 8px 24px;background:var(--primary-p0);position:relative;width:100%}.hero-container{width:100%;max-width:1200px;height:560px;position:relative;border-radius:24px;overflow:hidden;background:var(--primary-p50)}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-slide.active{opacity:1}.hero-slide.theme-www .hero-content-wrapper{border-radius:24px;overflow:hidden}.hero-slide.theme-www .hero-badge{background:var(--special-duck);border:1px solid var(--primary-p0)}.hero-slide.theme-www .hero-badge span,.hero-slide.theme-www .hero-heading,.hero-slide.theme-www .hero-description{color:var(--primary-p0)}.hero-slide.theme-www .hero-cta-button{background:var(--bezowe-b200)}.hero-slide.theme-www .hero-cta-button span{color:var(--primary-p700)}.hero-slide.theme-www .hero-cta-button:hover{background:var(--bezowe-b100)}.hero-slide.theme-black-friday .hero-heading,.hero-slide.theme-black-friday .hero-description{color:var(--primary-p700)}.hero-slide.theme-black-friday .hero-badge{background:var(--primary-p500);border:1px solid var(--primary-p0)}.hero-slide.theme-black-friday .hero-badge span{color:var(--primary-p0)}.hero-slide.theme-black-friday .hero-cta-button{background:var(--bezowe-b200)}.hero-slide.theme-black-friday .hero-cta-button span{color:var(--primary-p700)}.hero-slide.theme-black-friday .hero-cta-button:hover{background:var(--primary-p700)}.hero-slide.theme-black-friday .hero-cta-button:hover span{color:var(--primary-p0)}.hero-content-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.hero-text-content{position:absolute;left:64px;top:48px;width:556px;z-index:10}.hero-text-content[data-text-h-pos=center]{left:50%;transform:translate(-50%)}.hero-text-content[data-text-h-pos=right]{left:auto;right:64px}.hero-text-content[data-text-v-pos=center]{top:50%;transform:translateY(-50%)}.hero-text-content[data-text-v-pos=center][data-text-h-pos=center]{transform:translate(-50%,-50%)}.hero-text-content[data-text-v-pos=center][data-text-h-pos=right]{transform:translateY(-50%)}.hero-text-content[data-text-v-pos=bottom]{top:auto;bottom:48px}.hero-text-inner{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.hero-badge[data-badge-h-pos=center]{align-self:center}.hero-badge[data-badge-h-pos=right]{align-self:flex-end}.hero-text-inner[data-badge-v-pos=center] .hero-badge{order:2}.hero-text-inner[data-badge-v-pos=bottom] .hero-badge{order:3}.hero-cta-button[data-cta-h-pos=center]{align-self:center}.hero-cta-button[data-cta-h-pos=right]{align-self:flex-end}.hero-text-inner[data-cta-v-pos=top] .hero-cta-button{order:0}.hero-text-inner[data-cta-v-pos=center] .hero-cta-button{order:2}.hero-text-inner[data-cta-v-pos=bottom] .hero-cta-button{order:3}.hero-badge{display:inline-flex;padding:8px 16px;border-radius:24px;background:var(--primary-p500);align-items:center;justify-content:center}.hero-badge span{font-family:var(--font-primary--family),sans-serif;font-weight:500;font-size:12px;line-height:1.4;letter-spacing:1.2px;text-transform:uppercase;color:var(--primary-p0)}.hero-text-group{display:flex;flex-direction:column;gap:24px;width:100%}.hero-heading{font-family:var(--font-primary--family),sans-serif;font-weight:500;font-size:48px;line-height:1.1;letter-spacing:-1.44px;color:var(--primary-p700);margin:0;width:100%!important;max-width:none!important;-webkit-hyphens:none;hyphens:none}.hero-heading:after{content:"";display:block}.hero-heading{white-space:pre-line}.hero-description{font-family:var(--font-primary--family),sans-serif;font-weight:400;font-size:18px;line-height:1.4;letter-spacing:-.54px;color:var(--primary-p700);margin:0;-webkit-hyphens:none;hyphens:none;max-width:480px}.hero-description-tablet,.hero-description-mobile{display:none!important}.hero-description-desktop{display:block}.hero-cta-button{display:inline-flex;padding:16px 24px;border-radius:44px;background:var(--primary-p700);align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.hero-cta-button:hover{transform:scale(1.05);opacity:.9}.hero-cta-button span{font-family:var(--font-primary--family),sans-serif;font-weight:500;font-size:16px;line-height:20px;letter-spacing:.64px;text-transform:uppercase;color:var(--primary-p0);white-space:nowrap}.hero-slide-navigation{position:relative;margin:0 auto;width:fit-content;z-index:20;display:flex;padding:4px;gap:12px;align-items:center;justify-content:center;border-radius:24px;border:1px solid var(--bezowe-b100);background:var(--primary-p0);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-slide-navigation .nav-button{display:flex;width:36px;height:36px;padding:6px;align-items:center;justify-content:center;border-radius:36px;background:var(--primary-p700);border:none;cursor:pointer;color:var(--primary-p0);transition:opacity .2s ease;box-sizing:border-box}.hero-slide-navigation .nav-button:hover{opacity:.9!important;background:var(--primary-p700)!important;transform:none!important}.hero-slide-navigation .nav-button:active{opacity:.8!important;background:var(--primary-p700)!important;transform:none!important}.hero-slide-navigation .nav-button:disabled{opacity:.5!important;background:var(--primary-p700)!important;transform:none!important;cursor:not-allowed!important}.hero-slide-navigation .nav-button svg{width:13.5px;height:13.5px;transform:none!important}.hero-slide-navigation .nav-button svg path{transform:none!important}.hero-slide-navigation .nav-prev{transform:none!important}.hero-slide-navigation .nav-prev svg{transform:none!important}.hero-slide-navigation .nav-prev svg path{transform:none!important}.hero-slide-navigation .nav-next{transform:none!important}.hero-slide-navigation .nav-next svg{transform:none!important}.hero-slide-navigation .nav-next svg path{transform:none!important}.progress-indicators{display:flex;align-items:center;gap:8px}.progress-dot{width:6px;height:6px;border-radius:50%;background:var(--bezowe-b200);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.progress-dot.active{width:56px;height:6px;border-radius:3px;background:#e0e0c8}.progress-fill{position:absolute;left:0;top:0;height:100%;width:0;background:#2d4f40;border-radius:inherit}.progress-dot:not(.active) .progress-fill{width:0!important;display:none}.hero-placeholder-message{position:absolute;top:50%;right:100px;transform:translateY(-50%);text-align:center;color:var(--primary-p700);font-family:var(--font-primary--family),sans-serif;font-size:18px;opacity:.5}@media screen and (min-width: 1101px){.hero-container{max-width:1200px}.hero-text-content{left:64px;width:556px}}@media screen and (max-width: 1100px){.hero-ayla-delight{padding:0;margin:0 -50vw;width:100vw;max-width:none;position:relative;left:50%;right:50%}.hero-container{height:699px;border-radius:0;position:relative;overflow:hidden;width:100vw;max-width:none;background-color:#fff}.hero-text-content{left:8px;top:48px;width:calc(100% - 16px);max-width:calc(100vw - 16px);transform:none;z-index:10;padding:0 8px;box-sizing:border-box}.hero-text-inner{gap:32px}.hero-heading{font-size:48px;line-height:1.1;letter-spacing:-1.44px;font-weight:500;width:100%}.hero-description{font-size:clamp(16px,3.5vw,18px);line-height:1.4;letter-spacing:-.54px}.hero-description-desktop,.hero-description-mobile{display:none!important}.hero-description-tablet{display:block!important}.hero-cta-button{padding:16px 24px;border-radius:44px}.hero-cta-button span{font-size:16px;font-weight:500;letter-spacing:.64px;text-transform:uppercase}.hero-content-wrapper{background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;width:calc(100% - 16px);margin:0 8px;box-sizing:border-box}.hero-content-wrapper[data-current-view=tablet],.hero-content-wrapper[data-current-view=tablet-fallback]{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important}.hero-content-wrapper .hero-gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:199px;background:linear-gradient(to bottom,#f2f7f400,#f2f7f440);z-index:7}}@media screen and (min-width: 801px){.hero-ayla-delight .hero-cta-button span{text-transform:uppercase!important}.hero-ayla-delight:before{content:"Desktop Mode (>800px)";position:fixed;top:0;right:0;background:#4caf50;color:#fff;padding:4px 8px;font-size:12px;z-index:99999;pointer-events:none;display:none}}@media screen and (min-width: 1281px) and(max-width: 1440px){.hero-container{max-width:1200px}.hero-text-content{left:48px;width:556px}}@media screen and (min-width: 801px) and(max-width: 1280px){.hero-container{max-width:calc(100% - 32px);height:480px}.hero-text-content{left:40px;top:40px;width:556px}.hero-heading{font-size:44px}.hero-description{font-size:clamp(16px,3vw,17px);max-width:420px}}@media screen and (min-width: 701px) and(max-width: 800px){.hero-ayla-delight .hero-cta-button span{text-transform:uppercase!important}}@media screen and (max-width: 700px){.hero-ayla-delight:before{content:"Mobile Mode (\2264 700px)";position:fixed;top:0;right:0;background:#ff9800;color:#fff;padding:4px 8px;font-size:12px;z-index:99999;pointer-events:none;display:none}.hero-ayla-delight{padding:0;margin:0 -50vw;width:100vw;max-width:none;position:relative;left:50%;right:50%;gap:0}.hero-container{height:699px;border-radius:0;position:relative;overflow:hidden;width:100vw;max-width:none;background-color:#fff}.hero-text-content{left:8px;top:48px;width:calc(100% - 16px);max-width:calc(100vw - 16px);transform:none;padding:0 8px;box-sizing:border-box}.hero-heading{font-size:48px;line-height:1.1;letter-spacing:-1.44px;font-weight:500}.hero-description{font-size:clamp(16px,3.5vw,18px);line-height:1.4;letter-spacing:-.54px}.hero-cta-button{padding:16px 24px;border-radius:44px;font-size:16px;font-weight:500;letter-spacing:.64px}.hero-ayla-delight .hero-cta-button span{text-transform:uppercase!important}}@media (max-width: 576px){.hero-ayla-delight{padding:0;margin:0 -50vw;width:100vw;max-width:none;position:relative;left:50%;right:50%;gap:0}.hero-container{height:500px;border-radius:0;position:relative;overflow:hidden;width:100vw;max-width:none;background-color:#fff}.hero-text-content{left:8px;top:24px;width:calc(100% - 16px);max-width:calc(100vw - 16px);transform:none;z-index:15;padding:0 8px;box-sizing:border-box}.hero-text-inner{gap:24px}.hero-heading{font-size:28px;line-height:1.2;letter-spacing:-.84px}.hero-description{font-size:clamp(12px,3vw,14px);line-height:1.4;letter-spacing:-.42px}.hero-description-desktop,.hero-description-tablet{display:none!important}.hero-description-mobile{display:block!important}.hero-cta-button{padding:12px 20px;border-radius:36px}.hero-ayla-delight .hero-cta-button span{font-size:14px;line-height:18px;letter-spacing:.56px;text-transform:uppercase!important}.hero-slide.theme-www .hero-cta-button{margin-top:0;width:auto;align-self:flex-start}.hero-slide-navigation{bottom:15px;gap:8px;border-radius:20px}.hero-slide-navigation .nav-button{width:36px;height:36px;padding:5px;border-radius:36px}}@media screen and (min-width: 418px) and(max-width: 504px){.hero-slide.theme-www .hero-cta-button{margin-top:0}.hero-slide.theme-www .hero-text-inner,.hero-slide.theme-www .hero-text-group{gap:12px}.hero-slide.theme-www .hero-description{margin-top:2px;margin-bottom:0}}@media screen and (min-width: 701px) and (max-width: 900px){.hero-slide.theme-www .hero-text-content{width:420px;left:32px}.hero-slide.theme-www .hero-heading{font-size:40px;line-height:1.15}.hero-slide.theme-www .hero-text-group{gap:16px}}@media (max-width: 700px){.hero-ayla-delight{padding:0;margin:0 -50vw;width:100vw;max-width:none;position:relative;left:50%;right:50%;gap:0}.hero-container{border-radius:0;height:770px;position:relative;overflow:hidden;width:100vw;max-width:none;background-color:#fff}.hero-heading,.hero-description{text-align:left}.hero-content-wrapper{width:calc(100% - 16px);height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll;margin:0 8px;box-sizing:border-box}.hero-content-wrapper[data-current-view=mobile],.hero-content-wrapper[data-current-view=mobile-fallback-tablet],.hero-content-wrapper[data-current-view=mobile-fallback-desktop]{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;min-height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.hero-text-content{left:8px!important;top:32px!important;width:calc(100% - 16px)!important;max-width:calc(100vw - 16px)!important;transform:none!important;z-index:15;overflow:hidden;padding:0 8px;box-sizing:border-box}.hero-text-inner{gap:32px;width:100%;overflow:hidden;box-sizing:border-box;max-width:100%;text-align:left}.hero-slide.theme-www .hero-text-inner{gap:24px}.hero-slide.theme-www .hero-text-group{gap:16px}.hero-badge{padding:8px 16px;border-radius:24px}.hero-badge span{font-size:12px;letter-spacing:1.2px;font-weight:500}.hero-heading{font-size:40px;line-height:1.1;letter-spacing:-1.2px;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%}.hero-description{font-size:18px!important;line-height:1.4;letter-spacing:-.54px;margin-top:24px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.hero-slide.theme-www .hero-description{margin-top:8px}.hero-cta-button{padding:16px 24px;border-radius:44px;margin-top:0;display:flex;justify-content:center;align-items:center;width:fit-content;margin-left:0;margin-right:0}.hero-slide.theme-www .hero-cta-button{margin-left:0;margin-right:0;margin-top:0;width:auto;align-self:flex-start}.hero-ayla-delight .hero-cta-button span{font-size:16px;line-height:20px;letter-spacing:.64px;text-transform:uppercase!important;font-weight:500}.hero-slide-navigation{bottom:10px;gap:6px;padding:3px;border-radius:16px}.hero-slide-navigation .nav-button{width:28px;height:28px;padding:4px;border-radius:28px}.hero-slide-navigation .nav-button svg{width:10px;height:10px}.progress-bar{width:40px}.progress-fill{width:16px}}@media (max-width: 420px){.hero-cta-button{margin-left:0;margin-right:0}.hero-slide.theme-www .hero-cta-button{margin-top:0;width:auto;align-self:flex-start}}@media (max-width: 374px){.hero-cta-button{padding:12px 16px;width:auto;max-width:none}.hero-ayla-delight .hero-cta-button span{font-size:14px;line-height:1.3;letter-spacing:.32px;white-space:normal;display:block;text-align:left}}@media (max-width: 400px){.hero-heading{font-size:40px;line-height:1.1;letter-spacing:-1.2px;font-weight:500;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%}.hero-description{font-size:18px!important;line-height:1.4;letter-spacing:-.54px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.hero-text-content{left:8px!important;width:calc(100% - 16px)!important;max-width:calc(100vw - 16px)!important;transform:none!important;padding:0 8px;box-sizing:border-box}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
