*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text-primary);background-color:var(--color-background);line-height:1.6;padding-bottom:70px}@media(min-width:768px){body{padding-bottom:0}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.skip-to-content-link{position:absolute;left:-9999px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.desktop-only{display:none}@media(min-width:768px){.desktop-only{display:block}.mobile-only{display:none}}.header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000d}.header__container{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;max-width:1400px;margin:0 auto}.header__logo-text .logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:var(--color-primary)}.header__logo img,.header__logo-default{width:140px;height:auto;max-height:56px;object-fit:contain}.header__search{flex:1;max-width:600px}.search-wrapper{position:relative;display:flex;align-items:center;background:#f1f5f9;border-radius:.75rem;padding:.5rem 1rem;transition:all .2s}.search-wrapper:focus-within{background:#fff;box-shadow:0 0 0 2px var(--color-primary)}.search-wrapper i{color:var(--color-text-muted);font-size:1.25rem;margin-right:.5rem}.search-input{flex:1;border:none;background:transparent;font-size:.875rem;outline:none;color:var(--color-text-primary)}.search-submit{display:none}@media(min-width:768px){.search-submit{display:block;background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;margin-left:.5rem;transition:background .2s}.search-submit:hover{background:var(--color-primary-hover)}}.header__search-mobile{padding:0 1rem .75rem}.header__actions{display:flex;align-items:center;gap:1rem}.header__icon{position:relative;font-size:1.5rem;color:var(--color-text-primary);transition:color .2s}.header__icon:hover{color:var(--color-primary)}.header__cart .cart-count{position:absolute;top:-8px;right:-8px;background:var(--color-secondary);color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:0 .25rem}.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid #E2E8F0;display:flex;justify-content:space-around;padding:.5rem 0;box-shadow:0 -2px 10px #0000000d}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;position:relative;color:var(--color-text-muted);font-size:.75rem;font-weight:600;transition:color .2s}.mobile-nav__item i{font-size:1.5rem}.mobile-nav__item:hover,.mobile-nav__item.active{color:var(--color-primary)}.mobile-nav__badge{position:absolute;top:.25rem;right:.5rem;background:var(--color-secondary);color:#fff;font-size:.625rem;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:0 .25rem}@media(min-width:768px){.mobile-nav{display:none}}.announcement-bar{background:var(--color-primary);color:#fff;padding:.5rem 1rem;text-align:center;font-size:.875rem;font-weight:600}.announcement-bar__content{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.announcement-item{display:flex;align-items:center;gap:.5rem}.hero-slider{margin-bottom:1.5rem}.hero-slide{position:relative;min-height:320px;aspect-ratio:16 / 7;overflow:hidden;border-radius:0;contain:layout style}@media(min-width:768px){.hero-slide{border-radius:1rem;margin:1rem}}.hero-slide__link{display:block;width:100%;height:100%}.hero-slide__image{width:100%;height:100%;object-fit:cover}.hero-slide__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-slide__content{text-align:center;color:#fff;padding:2rem}.hero-slide__title{font-family:var(--font-heading);font-size:2rem;font-weight:900;margin-bottom:.5rem}.hero-slide__subtitle{font-size:1.25rem;margin-bottom:1.5rem}.hero-slide__button{display:inline-block;background:#fff;color:var(--color-primary);padding:.75rem 2rem;border-radius:2rem;font-weight:700;box-shadow:0 4px 14px #0003}.swiper-pagination{bottom:1rem!important}.swiper-pagination-bullet{background:#fff!important;opacity:.5!important}.swiper-pagination-bullet-active{opacity:1!important;background:#fff!important}.featured-categories{padding:1.5rem 1rem;background:#fff;margin-bottom:1rem}.featured-categories__container{max-width:1400px;margin:0 auto}.section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--color-text-primary)}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(8,1fr)}}.category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;transition:transform .2s}.category-card:hover{transform:translateY(-4px)}.category-card__image{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#f1f5f9;border:2px solid #E2E8F0}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--color-primary);background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.category-card__title{font-size:.75rem;font-weight:600;color:var(--color-text-primary)}.flash-sale{background:#fef3c7;padding:1rem;margin-bottom:1rem}.flash-sale__container{max-width:1400px;margin:0 auto}.flash-sale__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.flash-sale__title-group{display:flex;align-items:center;gap:.5rem}.flash-sale__title-group h2{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:var(--color-secondary)}.flash-sale__title-group i{font-size:1.5rem;color:var(--color-secondary)}.flash-sale__countdown{display:flex;gap:.25rem;align-items:center}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:.5rem;padding:.25rem .5rem;min-width:40px}.countdown-value{font-size:1rem;font-weight:800;color:var(--color-secondary)}.countdown-label{font-size:.625rem;color:var(--color-text-muted);text-transform:uppercase}.countdown-separator{font-size:1.25rem;font-weight:800;color:var(--color-secondary)}.products-scroll{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.products-scroll::-webkit-scrollbar{display:none}.products-scroll .product-card{flex:0 0 150px;scroll-snap-align:start}@media(min-width:768px){.products-scroll .product-card{flex:0 0 220px}}.flash-sale__footer{text-align:center;margin-top:1rem}.button-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-secondary);font-weight:700;transition:gap .2s}.button-link:hover{gap:.75rem}.product-grid-section,.section-product-grid{padding:1.5rem 1rem;background:#fff;margin-bottom:1rem}.product-grid__container{max-width:1400px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-link{color:var(--color-primary);font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.25rem;transition:gap .2s}.section-link:hover{gap:.5rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;align-items:stretch}@media(min-width:768px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(5,1fr)}}.product-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000d;transition:all .2s;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a}.product-card__link{display:flex;flex-direction:column;flex:1}.product-card__image{position:relative;aspect-ratio:1;background:#f8fafc;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s;padding:4px}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--color-text-muted);background:#f1f5f9}.product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:2}.badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge--sale{background:var(--color-secondary);color:#fff}.badge--cod{background:var(--color-accent);color:#78350f}.badge--soldout{display:none!important}.product-card__wishlist{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;z-index:2;transition:all .2s;font-size:1.25rem}.product-card__wishlist:hover{background:var(--color-secondary);color:#fff;transform:scale(1.1)}.product-card__content{padding:.75rem;flex:1;display:flex;flex-direction:column}.product-card__vendor{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.25rem}.product-card__title{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.rating-stars{display:flex;gap:.125rem;color:var(--color-accent);font-size:.875rem}.rating-count{font-size:.75rem;color:var(--color-text-muted)}.product-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:auto;padding-top:.25rem}.price{font-size:1rem;font-weight:800;color:var(--color-primary)}.price--sale{color:var(--color-secondary)}.price--compare{font-size:.875rem;font-weight:500;color:var(--color-text-muted);text-decoration:line-through}.product-card__add-to-cart{width:100%;background:var(--color-primary);color:#fff;padding:.75rem;border-radius:0 0 1rem 1rem;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.product-card__add-to-cart:hover{background:var(--color-primary-hover)}.product-card__add-to-cart--disabled{background:#94a3b8;cursor:not-allowed}.whatsapp-float{position:fixed;bottom:90px;right:1rem;z-index:40}@media(min-width:768px){.whatsapp-float{bottom:2rem}}.whatsapp-button{width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 14px #25d36666;transition:all .3s;animation:pulse 2s infinite}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@keyframes pulse{0%,to{box-shadow:0 4px 14px #25d36666}50%{box-shadow:0 4px 20px #25d366b3}}.footer{background:#1e293b;color:#e2e8f0;padding:2rem 1rem 1rem;margin-top:2rem}.footer__container{max-width:1400px;margin:0 auto}.footer__trust-section{background:#334155;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.trust-badges{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;align-items:center;gap:.75rem}.trust-badge i{font-size:2rem;color:var(--color-accent)}.trust-badge h4{font-size:.875rem;font-weight:700;margin-bottom:.125rem}.trust-badge p{font-size:.75rem;color:#94a3b8}.footer__content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__column h3{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer__column p{font-size:.875rem;line-height:1.6;color:#94a3b8;margin-bottom:1rem}.footer__social{display:flex;gap:.75rem}.footer__social a{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#334155;border-radius:.5rem;font-size:1.25rem;transition:all .2s}.footer__social a:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.footer__column ul{list-style:none}.footer__column ul li{margin-bottom:.75rem}.footer__column ul li a{color:#94a3b8;font-size:.875rem;transition:color .2s}.footer__column ul li a:hover{color:#fff}.footer__contact{list-style:none}.footer__contact li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.footer__contact i{color:var(--color-accent)}.footer__payment-methods{margin-top:1rem}.footer__payment-methods h4{font-size:.875rem;font-weight:700;margin-bottom:.5rem;color:#fff}.payment-icons{display:flex;gap:.5rem;flex-wrap:wrap}.payment-icon{background:#334155;color:#fff;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:700}.footer__bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;font-size:.875rem;color:#94a3b8}.footer__powered{margin-top:.5rem;opacity:.7}.product-page{padding:1.5rem 1rem;max-width:1400px;margin:0 auto}.product-page__container{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-page__container{grid-template-columns:1fr 1fr}}.product-gallery__main{aspect-ratio:1;background:#f8fafc;border-radius:1rem;overflow:hidden;margin-bottom:1rem;touch-action:pan-y;user-select:none;-webkit-user-select:none}.product-gallery__main img{width:100%;height:100%;object-fit:contain;cursor:zoom-in;transition:transform .2s ease,opacity .18s ease;pointer-events:none}.product-gallery__main img:hover{transform:scale(1.02)}.product-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;align-items:center;justify-content:center;padding:1rem}.product-lightbox.active{display:flex}.product-lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 25px 60px #00000080;animation:lightbox-in .25s ease}@keyframes lightbox-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.product-lightbox__close{position:fixed;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;background:#ffffff26;border:none;border-radius:50%;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10000}.product-lightbox__close:hover{background:#ffffff4d}.product-gallery__thumbnails{display:flex;gap:.5rem;overflow-x:auto}.thumbnail{flex:0 0 80px;aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:2px solid transparent;transition:border-color .2s}.thumbnail.active,.thumbnail:hover{border-color:var(--color-primary)}.thumbnail img{width:100%;height:100%;object-fit:contain;background:#f8fafc}.product-vendor{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.product-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:800;margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-price .price{font-size:2rem}.price-badge{background:var(--color-secondary);color:#fff;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:700}.product-meta{padding:1rem;background:#f8fafc;border-radius:.75rem;margin-bottom:1.5rem}.product-meta p{margin-bottom:.5rem;font-size:.875rem}.product-meta p:last-child{margin-bottom:0}.product-availability{display:flex;align-items:center;gap:.5rem;font-weight:600}.product-availability.in-stock{color:var(--color-success)}.product-availability.out-of-stock{color:#ef4444}.product-add-to-cart:disabled,.cod-buy-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background:#9ca3af!important;color:#fff!important}.product-option{margin-bottom:1.5rem}.product-option label{display:block;font-weight:700;margin-bottom:.75rem}.option-values{display:flex;gap:.5rem;flex-wrap:wrap}.option-values input[type=radio]{display:none}.option-label{padding:.75rem 1.5rem;border:2px solid #E2E8F0;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.option-values input[type=radio]:checked+.option-label{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-quantity{margin-bottom:1.5rem}.product-quantity label{display:block;font-weight:700;margin-bottom:.75rem}.quantity-selector{display:flex;align-items:center;gap:.5rem;width:fit-content}.quantity-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #E2E8F0;border-radius:.5rem;background:#fff;transition:all .2s;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.quantity-btn i{pointer-events:none}.quantity-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.quantity-input{width:60px;height:2.5rem;text-align:center;border:1px solid #E2E8F0;border-radius:.5rem;font-weight:700}.temu-add-to-cart{width:100%;background:linear-gradient(135deg,#f43397,#e0197f)!important;color:#fff;padding:1.05rem 1.25rem;border-radius:50px;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.75rem;border:none;cursor:pointer;position:relative;overflow:hidden;letter-spacing:.01em;box-shadow:0 4px 18px #f4339773;transition:transform .15s,box-shadow .15s}.temu-add-to-cart i{font-size:1.3rem;flex-shrink:0}.temu-add-to-cart:active{transform:scale(.97);box-shadow:0 2px 8px #f57c284d}.temu-add-to-cart:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.temu-atc__ripple{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);animation:temu-shimmer 2s ease-in-out .8s infinite;pointer-events:none}@keyframes temu-shimmer{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(250%) skew(-15deg)}}.product-add-to-cart{width:100%;background:linear-gradient(135deg,#f43397,#e0197f);color:#fff;padding:1.05rem 1.25rem;border-radius:50px;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.75rem;border:none;cursor:pointer;box-shadow:0 4px 18px #f4339773;transition:transform .15s}.product-add-to-cart:hover:not(:disabled){transform:translateY(-1px)}.product-add-to-cart:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.whatsapp-order-button{width:100%;background:#25d366;color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;transition:all .2s}.whatsapp-order-button:hover{background:#20ba58;transform:translateY(-2px)}.cod-buy-button{width:100%;background:linear-gradient(145deg,#9f2089,#c4278f 40%,#f43397,#c4278f);color:#fff;padding:0;border-radius:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1rem;border:1.5px solid #8a1878;box-shadow:0 6px 24px #9f208973,inset 0 1px #ffffff26;transition:transform .15s,box-shadow .15s;cursor:pointer;position:relative;overflow:hidden;min-height:62px}.cod-buy-button__shine{position:absolute;top:0;left:-80%;width:60%;height:100%;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.18) 50%,transparent 80%);animation:cod-shine 2.8s ease-in-out 1.2s infinite;pointer-events:none;border-radius:inherit;z-index:1}@keyframes cod-shine{0%{left:-80%}to{left:130%}}.cod-buy-button__left{display:flex;align-items:center;justify-content:center;padding:0 .8rem 0 1.1rem;flex-shrink:0;position:relative;z-index:2}.cod-buy-button__badge-icon{font-size:2rem;color:gold;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.cod-buy-button__text{display:flex;flex-direction:column;align-items:flex-start;border-left:1px solid rgba(255,255,255,.18);flex:1;position:relative;z-index:2;padding:.9rem 1rem .9rem .9rem}.cod-buy-button__main{font-size:1.05rem;font-weight:900;line-height:1.2;letter-spacing:.005em;text-shadow:0 1px 2px rgba(0,0,0,.2)}.cod-buy-button__sub{font-size:.65rem;font-weight:500;opacity:.9;margin-top:.2rem;letter-spacing:.04em}.cod-buy-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #9f20898c,inset 0 1px #fff3}.cod-buy-button:active:not(:disabled){transform:scale(.98);box-shadow:0 3px 10px #9f20894d}.cod-buy-button:disabled{background:#94a3b8;border-color:#94a3b8;cursor:not-allowed;box-shadow:none}.cod-buy-button:disabled .cod-buy-button__shine,.cod-buy-button:disabled .cod-buy-button__badge-icon{display:none}@keyframes cod-glow-pulse{0%,to{box-shadow:0 6px 24px #9f208973,inset 0 1px #ffffff26}50%{box-shadow:0 8px 32px #9f2089b3,inset 0 1px #fff3}}.cod-buy-button--premium{animation:cod-glow-pulse 2.5s ease-in-out infinite}.cod-buy-button--premium:hover,.cod-buy-button--premium:active{animation:none}.cod-buy-button__price-row{display:flex;align-items:center;gap:.4rem;margin:.15rem 0 .1rem;flex-wrap:wrap}.cod-buy-button__price{font-size:1rem;font-weight:900;color:gold;text-shadow:0 1px 3px rgba(0,0,0,.3);line-height:1}.cod-buy-button__compare{font-size:.72rem;font-weight:500;color:#ffffffa6;text-decoration:line-through;line-height:1}.cod-buy-button__discount-badge{background:#ffffff38;color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .35rem;border-radius:4px;line-height:1.3;border:1px solid rgba(255,255,255,.3)}@media(max-width:640px){.cod-buy-button__main{font-size:.95rem}.cod-buy-button__sub{font-size:.6rem}.cod-buy-button__badge-icon{font-size:1.7rem}}.product-features{border-top:1px solid #E2E8F0;padding-top:1.5rem;margin-bottom:1.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.75rem;margin-bottom:.75rem}.feature-item i{font-size:1.5rem;color:var(--color-primary)}.feature-item strong{display:block;margin-bottom:.25rem}.feature-item p{font-size:.875rem;color:var(--color-text-secondary)}.product-description{border-top:1px solid #E2E8F0;padding-top:1.5rem}.product-description h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.collection-page{padding:1.5rem 1rem;max-width:1400px;margin:0 auto}.collection-header{margin-bottom:2rem}.collection-banner{aspect-ratio:3/1;border-radius:1rem;overflow:hidden;margin-bottom:1rem}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-title{font-family:var(--font-heading);font-size:2rem;font-weight:800;margin-bottom:.5rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid #E2E8F0}.filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border-radius:.5rem;font-weight:700;transition:background .2s}.filter-toggle:hover{background:var(--color-primary-hover)}.collection-count{font-size:.875rem;color:var(--color-text-secondary)}.sort-select{padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-weight:600;background:#fff;cursor:pointer}.collection-content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.collection-content{grid-template-columns:250px 1fr}}.collection-sidebar{background:#fff;border-radius:.75rem;border:1px solid #E2E8F0;padding:1.5rem;height:fit-content;position:sticky;top:100px}@media(max-width:767px){.collection-sidebar{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:60;height:100vh;border-radius:0;overflow-y:auto}.collection-sidebar.active{display:block}}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.filter-header h3{font-size:1.25rem;font-weight:700}.filter-close{display:none;font-size:1.5rem}@media(max-width:767px){.filter-close{display:block}}.filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E2E8F0}.filter-group:last-child{border-bottom:none}.filter-group h4{font-weight:700;margin-bottom:1rem}.price-inputs{display:flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box}.price-inputs input{flex:1 1 0;min-width:0;width:100%;padding:.75rem;border:1px solid #E2E8F0;border-radius:.5rem;box-sizing:border-box}.filter-checkbox{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;cursor:pointer}.filter-checkbox input{width:1.25rem;height:1.25rem;cursor:pointer}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.pagination-link{padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-weight:600;transition:all .2s}.pagination-link:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination-link.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cart-page{padding:1.5rem 1rem;max-width:1200px;margin:0 auto}.cart-title{font-family:var(--font-heading);font-size:2rem;font-weight:800;margin-bottom:1.5rem}.cart-form{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.cart-form{grid-template-columns:2fr 1fr}}.cart-items{background:#fff;border-radius:.75rem;border:1px solid #E2E8F0;overflow:hidden}.cart-item{display:grid;grid-template-columns:80px 1fr;grid-template-areas:"img  details" "qty  qty" "tot  tot";gap:.75rem;padding:1rem;border-bottom:1px solid #E2E8F0}.cart-item__image{grid-area:img}.cart-item__details{grid-area:details}.cart-item__quantity{grid-area:qty}.cart-item__total{grid-area:tot;text-align:left}@media(min-width:768px){.cart-item{grid-template-columns:100px 2fr 1fr 100px;grid-template-areas:"img details qty tot";align-items:center}.cart-item__total{text-align:right}}.cart-item:last-child{border-bottom:none}.cart-item__image{aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:#f8fafc}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.5rem}.cart-item__title a{font-weight:700;color:var(--color-text-primary)}.cart-item__variant{font-size:.875rem;color:var(--color-text-secondary)}.cart-item__price{display:flex;align-items:center;gap:.5rem}.cart-item__quantity{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media(min-width:768px){.cart-item__quantity{align-items:center}}.cart-item__remove{color:var(--color-error);font-size:.875rem;display:flex;align-items:center;gap:.25rem;transition:color .2s}.cart-item__remove:hover{color:#dc2626}.cart-item__total{text-align:right}.cart-item__total-price{font-size:1.125rem;font-weight:800;color:var(--color-primary)}.cart-summary{background:#fff;border-radius:.75rem;border:1px solid #E2E8F0;padding:1.5rem;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #E2E8F0}.cart-free-ship{display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,var(--color-primary, #F43397),var(--color-secondary, #9F2089));color:#fff;font-size:.75rem;font-weight:800;padding:.25rem .65rem;border-radius:20px;letter-spacing:.03em}.cart-summary__feature{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef3c7;border-radius:.5rem;margin:1rem 0;font-size:.875rem;font-weight:600}.cart-summary__feature i{color:var(--color-accent);font-size:1.25rem}.cart-summary__total{display:flex;justify-content:space-between;padding:1.5rem 0;font-size:1.25rem;font-weight:700}.total-price{color:var(--color-primary);font-size:1.5rem}.checkout-button{width:100%;background:var(--color-primary);color:#fff;padding:1rem;border-radius:.75rem;font-size:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;box-shadow:0 4px 14px #f4339763;transition:all .2s}.checkout-button:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #f4339780}.whatsapp-checkout{width:100%;background:#25d366;color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s}.whatsapp-checkout:hover{background:#20ba58;transform:translateY(-2px)}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty i{font-size:5rem;color:var(--color-text-muted);margin-bottom:1rem}.cart-empty h2{font-size:1.5rem;margin-bottom:.5rem}.cart-empty p{color:var(--color-text-secondary);margin-bottom:2rem}.button{display:inline-block;background:var(--color-primary);color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:700;transition:all .2s}.button:hover{background:var(--color-primary-hover);transform:translateY(-2px)}@media(max-width:640px){.section-title{font-size:1.25rem}.product-title,.collection-title{font-size:1.5rem}}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus-visible,a:focus-visible{outline-offset:4px}@media(max-width:380px){.header__container{padding:.35rem .5rem;gap:.35rem}.header__logo img,.header__logo-default{width:80px;max-height:32px}.header__logo-text .logo-text{font-size:1rem}.header__icon{font-size:1.1rem}.header__actions{gap:.5rem}.header__icon span{display:none}.header__search-mobile{padding:0 .5rem .5rem}.header__search-mobile .search-wrapper{padding:.3rem .6rem;border-radius:.5rem}.header__search-mobile .search-input{font-size:.75rem}.header__search-mobile .search-wrapper i{font-size:1rem;margin-right:.3rem}.product-grid{gap:.5rem}.product-card__content{padding:.5rem}.product-card__title{font-size:.8125rem}.price{font-size:.9375rem}.categories-grid{gap:.5rem}.category-card__title{font-size:.6875rem}}@media(max-width:639px){.header__container{padding:.45rem .75rem;gap:.5rem}.header__logo img,.header__logo-default{width:90px;max-height:36px}.header__icon span{display:none}.header__actions{gap:.6rem}.header__icon{font-size:1.3rem}.header__search-mobile{padding:0 .75rem .6rem}.header__search-mobile .search-wrapper{padding:.35rem .75rem;border-radius:.6rem}.header__search-mobile .search-input{font-size:.8rem}.header__search-mobile .search-wrapper i{font-size:1.1rem}.cod-buy-button__price{font-size:.9rem}.cod-buy-button__compare{font-size:.65rem}.cod-buy-button__discount-badge{font-size:.6rem}}@media(min-width:640px)and (max-width:1023px){.product-grid{grid-template-columns:repeat(3,1fr)}.categories-grid{grid-template-columns:repeat(6,1fr)}.hero-slide{aspect-ratio:21/9}}@media(min-width:1024px)and (max-width:1439px){.header__container{padding:1rem 2rem}.product-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}.featured-categories{padding:2rem}.flash-sale__container{padding:0 1rem}}@media(min-width:1440px){.header__container{padding:1rem 3rem;max-width:1600px}.product-grid{grid-template-columns:repeat(6,1fr)}.hero-slide{aspect-ratio:24/9;max-height:540px}}@media(hover:none)and (pointer:coarse){.product-card:hover{transform:none}.product-card__add-to-cart{padding:1rem;font-size:.9375rem}.quantity-btn{width:2.75rem;height:2.75rem}.filter-checkbox input{width:1.5rem;height:1.5rem}}@media(max-width:932px)and (orientation:landscape){.hero-slide{aspect-ratio:21/9;max-height:320px}.mobile-nav__item span{font-size:.625rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.product-card__image img{image-rendering:-webkit-optimize-contrast}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.app-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(120px);background:#1e293b;color:#fff;padding:.875rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.9375rem;z-index:9999;box-shadow:0 10px 25px #0003;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:90%;text-align:center}@media(min-width:768px){.app-toast{bottom:2rem}}.app-toast--visible{transform:translate(-50%) translateY(0);opacity:1}.app-toast--error{background:#dc2626}.app-toast--success{background:#10b981}.app-toast--info{background:var(--color-primary)}img[loading=lazy]{opacity:0;transition:opacity .4s ease-in}img[loading=lazy].loaded,img[loading=lazy]:not([src=""]){opacity:1}img{height:auto;max-width:100%}.product-card,.hero-slide,.category-card,.button--primary,.product-add-to-cart{will-change:transform;transform:translateZ(0)}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.875rem 1rem}.collection-toolbar .filter-toggle{order:1;flex:0 0 auto;padding:.625rem 1.125rem;font-size:.875rem}.collection-toolbar .collection-count{order:3;flex:1 1 100%;text-align:center;font-size:.8125rem;padding-top:.5rem;border-top:1px dashed #FCE7F3}.collection-toolbar .sort-select{order:2;flex:1 1 auto;min-width:0;padding:.625rem .875rem;font-size:.875rem;max-width:200px}@media(min-width:640px){.collection-toolbar .collection-count{order:2;flex:1 1 auto;text-align:left;border-top:none;padding-top:0}.collection-toolbar .sort-select{order:3}}@media(min-width:768px){.collection-content{grid-template-columns:240px 1fr;gap:1.5rem}.collection-sidebar{padding:1.25rem;font-size:.9375rem}.collection-toolbar .filter-toggle{display:none}}@media(min-width:1024px){.collection-content{grid-template-columns:260px 1fr}}@media(max-width:767px){.collection-sidebar{display:none;position:fixed;top:0;right:0;bottom:0;left:auto;width:85%;max-width:360px;height:100vh;z-index:60;border-radius:0;overflow-y:auto;padding:1.25rem;box-shadow:-10px 0 30px #0003;transform:translate(100%);transition:transform .3s ease}.collection-sidebar.active{display:block;transform:translate(0)}body.filters-open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:59}}.filter-group{margin-bottom:1.25rem;padding-bottom:1.25rem}.filter-group h4{font-size:.9375rem;margin-bottom:.75rem;color:var(--color-primary)}.filter-checkbox{padding:.375rem 0;font-size:.9375rem}.filter-checkbox input{width:1.125rem;height:1.125rem;accent-color:var(--color-primary)}.price-inputs{gap:.5rem;width:100%;box-sizing:border-box}.price-inputs input{padding:.625rem .75rem;font-size:.875rem;border-radius:.5rem;min-width:0;flex:1 1 0;width:100%;box-sizing:border-box}.price-inputs span{color:var(--color-text-muted);flex-shrink:0}.collection-sidebar,.collection-sidebar *{box-sizing:border-box}.collection-sidebar input,.collection-sidebar select{max-width:100%;box-sizing:border-box}.rating-stars{display:inline-flex;align-items:center;gap:1px;color:var(--color-accent);font-size:.875rem;line-height:1}.rating-stars--large{font-size:1.125rem;gap:2px}.rating-count{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:700;color:var(--color-text-primary);margin-left:.375rem}.rating-count-num{font-weight:500;color:var(--color-text-muted);font-size:.75rem}.rating-reviews-label{font-size:.8125rem;color:var(--color-text-muted);margin-left:-.125rem}.product-card__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem;flex-wrap:wrap}.product-rating{display:flex;align-items:center;gap:.375rem;margin-bottom:1rem;flex-wrap:wrap}.filter-form{display:flex;flex-direction:column}.filter-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #FCE7F3;position:sticky;bottom:0;background:#fff;padding-bottom:.25rem}.filter-apply{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;font-size:.9375rem}.filter-clear{width:100%;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;text-decoration:none}.filter-toggle__count{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--color-primary);font-size:.6875rem;font-weight:800;min-width:20px;height:20px;border-radius:10px;padding:0 6px;margin-left:.25rem}.filter-header h3{display:inline-flex;align-items:center;gap:.5rem}.filter-header h3 i{color:var(--color-primary)}.filter-checkbox{display:flex;align-items:center;gap:.625rem;padding:.5rem 0;cursor:pointer;font-size:.9375rem;transition:color .15s}.filter-checkbox:hover{color:var(--color-primary)}.filter-checkbox input:disabled+span{color:var(--color-text-muted);opacity:.5;cursor:not-allowed}.filter-checkbox small{color:var(--color-text-muted);font-weight:500;margin-left:.25rem}.price-range-hint{margin-top:.5rem;font-size:.75rem;color:var(--color-text-muted)}.sort-form{display:contents}.collection-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;background:#fdf2f8;border-radius:1rem;border:1px dashed #FCE7F3}.collection-empty i{font-size:3rem;color:var(--color-primary);opacity:.4;margin-bottom:.75rem}.collection-empty p{margin-bottom:1rem;color:var(--color-text-secondary)}.temu-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fff;border-top:1px solid #e8e8e8;display:flex;align-items:center;padding:.65rem 1rem .75rem;box-shadow:0 -4px 20px #0000001a}.temu-sticky__buynow{flex:1;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.2rem;border-radius:50px;background:linear-gradient(135deg,var(--color-primary, #F43397) 0%,var(--color-secondary, #9F2089) 100%);color:#fff;border:none;cursor:pointer;font-weight:800;position:relative;overflow:hidden;box-shadow:0 4px 18px #f4339766;transition:transform .12s}.temu-sticky__buynow i{font-size:1.4rem;flex-shrink:0}.temu-sticky__buynow-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.temu-sticky__buynow-main{font-size:1rem;font-weight:900;letter-spacing:.02em}.temu-sticky__buynow-price{font-size:.78rem;font-weight:700;opacity:.92}.temu-sticky__buynow-price-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.temu-sticky__buynow-compare{font-size:.68rem;font-weight:500;color:#fff9;text-decoration:line-through}.temu-sticky__buynow-discount{background:#ffffff38;color:#fff;font-size:.62rem;font-weight:800;padding:.1rem .3rem;border-radius:3px;border:1px solid rgba(255,255,255,.35);letter-spacing:.02em}.temu-sticky__buynow-shimmer{position:absolute;top:0;left:-80%;width:50%;height:100%;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.25) 50%,transparent 80%);animation:buynow-shimmer 2.4s ease-in-out .8s infinite;pointer-events:none}@keyframes buynow-shimmer{0%{left:-80%}to{left:130%}}.temu-sticky__buynow:active{transform:scale(.97)}.temu-sticky__buynow:disabled{opacity:.7}.temu-sticky__buynow--hidden{display:none!important}.temu-sticky__oos{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ef4444;font-weight:700;font-size:.95rem;padding:.8rem;background:#fef2f2;border-radius:12px}.temu-sticky__oos--hidden{display:none!important}.mobile-cart-float{position:fixed;bottom:80px;right:1rem;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:.3rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;animation:float-in .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes float-in{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-cart-float__circle{width:46px;height:46px;border-radius:50%;background:#fff;border:2.5px solid var(--color-primary, #F43397);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-primary, #F43397);font-size:1.2rem;position:relative;box-shadow:0 4px 16px #f433974d;transition:transform .18s,box-shadow .18s}.mobile-cart-float__circle:hover,.mobile-cart-float:active .mobile-cart-float__circle{transform:scale(1.08);box-shadow:0 6px 22px #f4339773}.mobile-cart-float__badge{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border-radius:50%;background:var(--color-accent, #FBBF24);color:#1a1a1a;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 1px 4px #00000038}.mobile-cart-float__label{background:linear-gradient(135deg,var(--color-primary, #F43397),var(--color-secondary, #9F2089));color:#fff;font-size:.55rem;font-weight:700;padding:.16rem .4rem;border-radius:20px;white-space:nowrap;letter-spacing:.01em;box-shadow:0 2px 8px #f4339747}@media(min-width:768px){.temu-sticky-bar,.mobile-cart-float{display:none}}@media(max-width:767px){.template-product .product-page{padding-bottom:6rem}}.temu-add-to-cart.atc--success,.product-add-to-cart.atc--success{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 4px 18px #10b98173!important}.cart-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9000;opacity:0;transition:opacity .28s ease}.cart-drawer-overlay.is-open{display:block;opacity:1}.cart-drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px #0000002e;z-index:9001;display:flex;flex-direction:column;max-height:88vh;transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1)}.cart-drawer.is-open{transform:translateY(0)}.cart-drawer__handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:10px auto 0;flex-shrink:0}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.cart-drawer__title{font-size:1rem;font-weight:700;color:#111;display:flex;align-items:center;gap:8px}.cart-drawer__title i{color:var(--color-primary, #F43397);font-size:1.15rem}.cart-drawer__count{background:var(--color-primary, #F43397);color:#fff;font-size:.7rem;font-weight:700;padding:1px 7px;border-radius:20px}.cart-drawer__close{background:#f4f4f4;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:#555}.cart-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:10px 16px;-webkit-overflow-scrolling:touch}.cart-drawer__item{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f5f5f5;transition:opacity .2s}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-img{width:70px;height:70px;object-fit:cover;border-radius:10px;flex-shrink:0;background:#f5f5f5}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{font-size:.82rem;font-weight:600;color:#111;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer__item-variant{font-size:.72rem;color:#888;margin:0 0 6px}.cart-drawer__item-price{font-size:.88rem;font-weight:700;color:var(--color-primary, #F43397)}.cart-drawer__item-row{display:flex;align-items:center;gap:8px;margin-top:6px}.cdi-qty{display:flex;align-items:center;gap:0;border:1.5px solid #e8e8e8;border-radius:8px;overflow:hidden;height:28px}.cdi-qty__btn{width:28px;height:28px;background:#f8f8f8;border:none;cursor:pointer;font-size:.9rem;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cdi-qty__val{width:28px;text-align:center;font-size:.82rem;font-weight:600;border:none;outline:none;background:#fff;color:#111;pointer-events:none}.cdi-remove{background:none;border:none;color:#bbb;cursor:pointer;font-size:1rem;padding:0 2px;display:flex;align-items:center}.cdi-remove:hover{color:#e44}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:#aaa;text-align:center}.cart-drawer__empty i{font-size:3rem;color:#ddd}.cart-drawer__empty p{font-size:.88rem;margin:0}.cart-drawer__empty a{margin-top:8px;background:var(--color-primary, #F43397);color:#fff;text-decoration:none;padding:10px 22px;border-radius:50px;font-weight:700;font-size:.85rem}.cart-drawer__footer{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid #f0f0f0;background:#fff}.cart-drawer__summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.9rem}.cart-drawer__summary-label{color:#666}.cart-drawer__summary-total{font-weight:800;font-size:1.05rem;color:#111}.cart-drawer__checkout-btn{width:100%;padding:15px;background:linear-gradient(135deg,var(--color-primary, #F43397) 0%,var(--color-secondary, #9F2089) 100%);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px #f4339759;letter-spacing:.02em}.cart-drawer__checkout-btn:active{transform:scale(.98)}.cart-drawer__view-cart{display:block;text-align:center;margin-top:8px;color:#888;font-size:.78rem;text-decoration:none}.cart-drawer__view-cart:hover{color:var(--color-primary, #F43397)}@media(min-width:768px){.cart-drawer{top:0;left:auto;right:0;bottom:0;border-radius:0;width:380px;max-height:100vh;transform:translate(100%);transition:transform .32s cubic-bezier(.32,.72,0,1)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__handle{display:none}}.cart-sticky-bar{display:none}@media(max-width:767px){.template-cart .cart-page{padding-bottom:90px}.cart-sticky-bar{display:flex;align-items:center;gap:12px;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:10px 16px 18px;box-shadow:0 -4px 20px #0000001a;border-top:1px solid #f0f0f0;z-index:800}.cart-sticky-bar__total{display:flex;flex-direction:column;flex-shrink:0}.cart-sticky-bar__label{font-size:.68rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cart-sticky-bar__amount{font-size:1.05rem;font-weight:800;color:#111;line-height:1.2}.cart-sticky-bar__btn{flex:1;padding:14px 16px;background:linear-gradient(135deg,var(--color-primary, #F43397) 0%,var(--color-secondary, #9F2089) 100%);color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 16px #f4339752;letter-spacing:.01em}.cart-sticky-bar__btn:active{transform:scale(.97)}}@media(max-width:767px){.product-page{padding:.6rem .75rem 1rem}.product-page__container{grid-template-columns:1fr;gap:1rem}.product-gallery__main{width:100%;height:0;padding-bottom:100%;position:relative;border-radius:.75rem;overflow:hidden;background:#f8fafc;margin-bottom:.6rem}.product-gallery__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center}.product-gallery__thumbnails{display:flex;gap:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.thumbnail{flex:0 0 64px;width:64px;height:64px;border-radius:.4rem;border-width:2px}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-vendor{font-size:.78rem;margin-bottom:.3rem}.product-title{font-size:1.15rem!important;line-height:1.3;margin-bottom:.6rem}.product-rating{margin-bottom:.6rem;flex-wrap:wrap;gap:.3rem}.product-price{gap:.5rem;margin-bottom:1rem;align-items:center;flex-wrap:wrap}.product-price .price{font-size:1.5rem!important;font-weight:800}.price--compare{font-size:.9rem!important}.price-badge{font-size:.75rem;padding:.25rem .5rem}.product-meta{padding:.6rem .75rem;margin-bottom:1rem;border-radius:.6rem}.product-meta p{font-size:.8rem;margin-bottom:.3rem}.product-option{margin-bottom:1rem}.product-option label{font-size:.85rem;margin-bottom:.5rem}.option-label{padding:.5rem 1rem;font-size:.85rem;border-radius:.4rem}.product-quantity{margin-bottom:1rem}.product-quantity label{font-size:.85rem;margin-bottom:.4rem}.quantity-btn{width:2.2rem;height:2.2rem;min-width:44px;min-height:44px}.quantity-input{width:50px;height:2.2rem;font-size:.95rem}.cod-buy-button{padding:0!important;border-radius:12px!important}.cod-buy-button__main{font-size:.88rem!important}.cod-buy-button__sub{font-size:.58rem!important}.temu-add-to-cart{padding:.9rem 1rem!important;font-size:.95rem!important;border-radius:40px!important}.product-features{gap:.5rem;margin-bottom:1rem}.feature-item{padding:.6rem .75rem;gap:.5rem;border-radius:.5rem}.feature-item i{font-size:1.1rem;flex-shrink:0}.feature-item strong{font-size:.8rem}.feature-item p{font-size:.72rem;margin:0}.product-description{font-size:.88rem;line-height:1.6}.product-description h3{font-size:1rem;margin-bottom:.5rem}}@media(max-width:380px){.product-page{padding:.5rem}.product-title{font-size:1rem!important}.product-price .price{font-size:1.3rem!important}.thumbnail{flex:0 0 54px;width:54px;height:54px}.cod-buy-button__main{font-size:.8rem!important}.temu-add-to-cart{font-size:.88rem!important}.option-label{padding:.4rem .75rem;font-size:.8rem}}.product-page,.product-page__container,.product-gallery,.product-gallery__main img,.product-gallery__thumbnails,.thumbnail,.thumbnail img{max-width:100%;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/53/assets/theme.css.map */
