.header{position:sticky;top:0;z-index:50;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #FCE7F3;box-shadow:0 1px 3px #f4339714}.header__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;max-width:1400px;margin:0 auto;width:100%}@media(min-width:768px){.header__container{padding:1rem 2rem;gap:2rem}}.header__logo{flex-shrink:0;display:flex;align-items:center}.header__logo img{height:56px;width:auto;max-width:200px;object-fit:contain;transition:transform .3s ease}@media(min-width:768px){.header__logo img{height:64px;max-width:260px}}.header__logo:hover img{transform:scale(1.05)}.header__search{flex:1;max-width:700px;display:none}@media(min-width:768px){.header__search{display:block}}.search-wrapper{position:relative;display:flex;align-items:center;background:#fdf2f8;border:1.5px solid #FCE7F3;border-radius:9999px;padding:.625rem 1.25rem;transition:all .2s ease}.search-wrapper:focus-within{background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 4px #f433971a}.search-wrapper i{color:var(--color-primary);font-size:1.25rem;margin-right:.5rem}.search-input{flex:1;border:none;background:transparent;font-size:.9375rem;outline:none;color:var(--color-text-primary);width:100%}.search-input::placeholder{color:#94a3b8}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(min-width:768px){.header__actions{gap:1.5rem}}.header__icon{position:relative;color:var(--color-text-primary);transition:color .2s;display:flex;align-items:center}.header__icon i{font-size:1.75rem}.header__icon--label{flex-direction:column;gap:2px;text-align:center;font-size:.75rem;font-weight:600}.header__icon--label span{display:none}@media(min-width:768px){.header__icon--label span{display:block}.header__icon i{font-size:1.625rem}}.header__icon:hover{color:var(--color-primary)}.header__cart .cart-count{position:absolute;top:-4px;right:-8px;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9px;padding:0 4px;border:2px solid white}.header__search-mobile{padding:0 1rem .75rem}.header__search-mobile .search-wrapper{padding:.5rem 1rem}.mobile-only{display:block}.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none}.desktop-only{display:flex}}.hero-slider{margin:0 0 2rem;padding:1rem}@media(min-width:768px){.hero-slider{padding:1.5rem 2rem}}.hero-slider__container{max-width:1400px;margin:0 auto;border-radius:1.5rem;overflow:hidden;position:relative;height:320px}@media(min-width:768px){.hero-slider__container{height:420px}}@media(min-width:1024px){.hero-slider__container{height:480px}}.hero-slider .swiper-wrapper{height:100%!important}.hero-slider .swiper-slide{height:100%!important;width:100%!important;display:flex!important;align-items:stretch}.hero-slide{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.hero-slide__link{display:flex;width:100%;height:100%;align-items:center}.hero-slide__image{width:100%;height:100%;object-fit:cover}.hero-slide__gradient{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:2rem;position:relative;overflow:hidden;box-sizing:border-box}@media(min-width:768px){.hero-slide__gradient{padding:3rem 4rem}}.hero-slide--pink .hero-slide__gradient{background:linear-gradient(135deg,#f43397,#ec4899 35%,#9f2089)}.hero-slide--magenta .hero-slide__gradient{background:linear-gradient(135deg,#9f2089,#6d28d9,#f43397)}.hero-slide--sunset .hero-slide__gradient{background:linear-gradient(135deg,#f43397,#f59e0b,#fbbf24)}.hero-slide--ocean .hero-slide__gradient{background:linear-gradient(135deg,#06b6d4,#3b82f6,#6d28d9)}.hero-slide--purple .hero-slide__gradient{background:linear-gradient(135deg,#6d28d9,#9f2089,#f43397)}.hero-slide__shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.shape{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:float 8s ease-in-out infinite}.shape--1{width:120px;height:120px;top:10%;right:15%;animation-delay:0s}.shape--2{width:80px;height:80px;bottom:20%;right:30%;animation-delay:1.5s;background:#fbbf2433}.shape--3{width:60px;height:60px;top:50%;right:8%;animation-delay:3s}.shape--4{width:100px;height:100px;bottom:10%;right:45%;animation-delay:4.5s;background:#ffffff26}@media(min-width:768px){.shape--1{width:200px;height:200px}.shape--2{width:140px;height:140px}.shape--3{width:100px;height:100px}.shape--4{width:160px;height:160px}}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(-30px,-40px) rotate(120deg) scale(1.1)}66%{transform:translate(40px,-20px) rotate(240deg) scale(.9)}}.hero-slide__content{position:relative;z-index:2;color:#fff;max-width:600px;animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-slide__badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-slide__title{font-family:var(--font-heading);font-size:1.875rem;font-weight:900;margin-bottom:.5rem;line-height:1.1;text-shadow:0 2px 12px rgba(0,0,0,.15)}@media(min-width:768px){.hero-slide__title{font-size:3.5rem}}.hero-slide__subtitle{font-size:1rem;margin-bottom:1.5rem;opacity:.95}@media(min-width:768px){.hero-slide__subtitle{font-size:1.375rem}}.hero-slide__button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--color-primary);padding:.875rem 2rem;border-radius:9999px;font-weight:800;font-size:.9375rem;box-shadow:0 8px 24px #00000026;transition:all .3s ease}.hero-slide__button:hover,.hero-slide__link:hover .hero-slide__button{transform:translateY(-2px) translate(4px);box-shadow:0 12px 32px #0003}.hero-slide__button i{transition:transform .3s ease}.hero-slide__link:hover .hero-slide__button i{transform:translate(4px)}.swiper-pagination{bottom:1rem!important}.swiper-pagination-bullet{background:#fff!important;opacity:.5!important;width:10px!important;height:10px!important;transition:all .3s ease}.swiper-pagination-bullet-active{opacity:1!important;width:32px!important;border-radius:5px!important}.swiper-button-prev,.swiper-button-next{background:#fffffff2;width:44px!important;height:44px!important;border-radius:50%!important;box-shadow:0 4px 14px #00000026;color:var(--color-primary)!important;transition:all .3s ease;margin-top:-22px!important}.swiper-button-prev{left:20px!important}.swiper-button-next{right:20px!important}.swiper-button-prev:hover,.swiper-button-next:hover{background:#fff;transform:scale(1.1)}.swiper-button-prev:after,.swiper-button-next:after{font-size:1.125rem!important;font-weight:800}@media(max-width:1023px){.swiper-button-prev,.swiper-button-next{display:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.section-categories,.section-flash-sale,.section-product-grid,.reviews-section,.delivery-info,.cod-banner{animation:fadeInUp .6s ease-out backwards}.product-grid>*{animation:fadeInUp .5s ease-out backwards}.product-grid>*:nth-child(1){animation-delay:.05s}.product-grid>*:nth-child(2){animation-delay:.1s}.product-grid>*:nth-child(3){animation-delay:.15s}.product-grid>*:nth-child(4){animation-delay:.2s}.product-grid>*:nth-child(5){animation-delay:.25s}.product-grid>*:nth-child(6){animation-delay:.3s}.product-grid>*:nth-child(7){animation-delay:.35s}.product-grid>*:nth-child(8){animation-delay:.4s}.categories-grid>*{animation:scaleIn .4s ease-out backwards}.categories-grid>*:nth-child(1){animation-delay:.05s}.categories-grid>*:nth-child(2){animation-delay:.1s}.categories-grid>*:nth-child(3){animation-delay:.15s}.categories-grid>*:nth-child(4){animation-delay:.2s}.categories-grid>*:nth-child(5){animation-delay:.25s}.categories-grid>*:nth-child(6){animation-delay:.3s}.categories-grid>*:nth-child(7){animation-delay:.35s}.categories-grid>*:nth-child(8){animation-delay:.4s}.countdown-item{animation:pulse-badge 2s ease-in-out infinite}.category-card__image{transition:all .3s ease;position:relative;background:linear-gradient(135deg,#fdf2f8,#fce7f3);border:2px solid transparent}.category-card:hover .category-card__image{transform:translateY(-6px) rotate(-3deg);border-color:var(--color-primary);box-shadow:0 10px 25px #f4339733}.category-card__placeholder{color:var(--color-primary)}.product-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #f4339726;border-color:#f4339733}.flash-sale__title-group i{animation:wiggle 1.5s ease-in-out infinite;transform-origin:center}.whatsapp-button{animation:pulse-whatsapp 2.5s ease-in-out infinite}@keyframes pulse-whatsapp{0%,to{box-shadow:0 4px 14px #25d36666,0 0 #25d36666}50%{box-shadow:0 4px 14px #25d36666,0 0 0 20px #25d36600}}.template-index .hero-slider{animation:fadeIn .8s ease-out}.product-card__add-to-cart,.checkout-button,.product-add-to-cart,.button--primary{position:relative;overflow:hidden}.product-card__add-to-cart:after,.checkout-button:after,.product-add-to-cart:after,.button--primary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.product-card__add-to-cart:active:after,.checkout-button:active:after,.product-add-to-cart:active:after,.button--primary:active:after{width:300px;height:300px}html{scroll-behavior:smooth}.product-card--placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.mobile-nav__item{transition:all .2s ease}.mobile-nav__item:active{transform:scale(.9)}.mobile-nav__item.active i{animation:bounce .5s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.section-title{position:relative;display:inline-block;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:2px;transition:width .3s ease}.section-header:hover .section-title:after{width:60px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.shape{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/animations.css.map */
