@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--ec-bg: #ffffff;--ec-surface: #f7f5f1;--ec-surface-2: #fbeceb;--ec-ink: #1a1a1a;--ec-ink-muted: #6b6b6b;--ec-border: #ececec;--ec-red: #d8232a;--ec-red-deep: #a81319;--ec-red-soft: #fdeceb;--ec-green: #1f8a3b;--ec-white: #ffffff;--ec-btn-bg: var(--ec-red);--ec-btn-fg: #ffffff;--ec-radius: 14px;--ec-radius-lg: 20px;--ec-radius-btn: 999px;--ec-shadow: 0 4px 18px rgba(0,0,0,.06);--ec-font-heading: "Poppins", system-ui, sans-serif;--ec-font-body: "Inter", system-ui, sans-serif}.ec-container{max-width:1240px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.ec-section{padding:clamp(32px,6vw,72px) 0;background:var(--ec-bg);font-family:var(--ec-font-body)}.ec-section-head{text-align:center;margin-bottom:clamp(20px,4vw,40px)}.ec-section-head h2{font-family:var(--ec-font-heading);font-weight:700;font-size:clamp(22px,3vw,32px);color:var(--ec-ink);margin:0 0 8px}.ec-section-head p{color:var(--ec-ink-muted);font-size:15px;margin:0}.ec-eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--ec-red);text-transform:uppercase;margin-bottom:6px}.ec-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--ec-radius-btn);background:var(--ec-btn-bg);color:var(--ec-btn-fg);font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;font-family:var(--ec-font-body)}.ec-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #d8232a47;color:var(--ec-btn-fg)}.ec-btn-outline{background:transparent;color:var(--ec-ink);border:2px solid var(--ec-ink)}.ec-btn-block{width:100%;padding:16px 20px;font-size:16px}.ec-marquee{background:var(--ec-red);color:#fff;overflow:hidden;white-space:nowrap;padding:9px 0}.ec-marquee-track{display:inline-flex;gap:48px;animation:ec-scroll 22s linear infinite;padding-left:48px}.ec-marquee span{font-size:13px;font-weight:600;letter-spacing:.02em}@keyframes ec-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ec-marquee-track{animation:none}}.ec-hero{position:relative;background:var(--ec-ink);color:#fff;overflow:hidden;min-height:clamp(360px,52vw,560px);display:flex;align-items:center}.ec-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}.ec-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0a0a0a52,#0a0a0a00 55%);pointer-events:none}.ec-hero-inner{position:relative;z-index:2;max-width:640px;padding:48px clamp(20px,5vw,56px)}.ec-hero-badge{display:inline-block;background:var(--ec-red);color:#fff;font-weight:700;font-size:13px;padding:6px 14px;border-radius:var(--ec-radius-btn);margin-bottom:16px}.ec-hero h1{font-family:var(--ec-font-heading);font-weight:800;font-size:clamp(30px,5vw,52px);line-height:1.08;margin:0 0 14px}.ec-hero p{font-size:clamp(15px,2vw,18px);color:#e9e4df;margin:0 0 26px;max-width:46ch}@media(max-width:749px){.ec-hero{min-height:0;aspect-ratio:3/2}}.ec-collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,3vw,36px)}@media(max-width:749px){.ec-collections-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.ec-collection-card{text-decoration:none;text-align:center;display:block;color:var(--ec-ink)}.ec-collection-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;padding:10px;background:var(--ec-red);margin:0 auto 14px;box-shadow:0 8px 20px #d8232a47}.ec-collection-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;background:#fff}.ec-collection-card span{font-weight:600;font-size:15px;line-height:1.3}.ec-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:990px){.ec-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.ec-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.ec-product-card{background:var(--ec-white);border:1px solid var(--ec-border);border-radius:var(--ec-radius);overflow:hidden;text-decoration:none;color:var(--ec-ink);display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}.ec-product-card:hover{box-shadow:0 16px 32px #00000024;transform:translateY(-6px);border-color:transparent}.ec-product-card-media{position:relative;aspect-ratio:1/1;background:var(--ec-surface);overflow:hidden}.ec-product-card-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .5s ease}.ec-product-card-img-1{opacity:1;z-index:1}.ec-product-card-img-2{opacity:0;z-index:2}.ec-product-card:hover .ec-product-card-img{transform:scale(1.05)}.ec-product-card:hover .ec-product-card-img-1{opacity:0}.ec-product-card:hover .ec-product-card-img-2{opacity:1}.ec-product-card-badge{position:absolute;top:10px;left:10px;background:var(--ec-red);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:var(--ec-radius-btn);z-index:3}.ec-product-card-actions{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;z-index:4;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease}.ec-product-card:hover .ec-product-card-actions{opacity:1;transform:translateY(0)}.ec-icon-btn{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #0000002e;color:var(--ec-ink);flex:none}.ec-icon-btn svg{width:17px;height:17px}.ec-product-card-body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.ec-product-card-title{font-size:14px;font-weight:600;line-height:1.35;min-height:2.6em}.ec-product-card-price{display:flex;align-items:baseline;gap:8px}.ec-product-card-price .sale{color:var(--ec-red);font-weight:700;font-size:15px}.ec-product-card-price .compare{color:var(--ec-ink-muted);font-size:13px;text-decoration:line-through}.ec-product-card-empty{grid-column:1/-1;text-align:center;padding:32px 16px;color:var(--ec-ink-muted);border:1px dashed var(--ec-border);border-radius:var(--ec-radius);font-size:14px}.ec-spotlight{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,5vw,56px);align-items:center;background:var(--ec-surface);border-radius:var(--ec-radius-lg);padding:clamp(20px,4vw,44px)}@media(max-width:749px){.ec-spotlight{grid-template-columns:1fr}}.ec-spotlight-media{border-radius:var(--ec-radius);overflow:hidden;aspect-ratio:1/1;background:var(--ec-white)}.ec-spotlight-media img{width:100%;height:100%;object-fit:cover;display:block}.ec-spotlight-price{display:flex;align-items:baseline;gap:12px;margin:12px 0 18px}.ec-spotlight-price .sale{font-size:26px;font-weight:800;color:var(--ec-red);font-family:var(--ec-font-heading)}.ec-spotlight-price .compare{font-size:16px;color:var(--ec-ink-muted);text-decoration:line-through}.ec-spotlight h2{font-family:var(--ec-font-heading);font-weight:700;font-size:clamp(22px,3vw,30px);margin:0 0 4px}.ec-spotlight-stock{font-size:13px;color:var(--ec-red);font-weight:600;margin-bottom:18px}.ec-compare{background:var(--ec-ink);border-radius:var(--ec-radius-lg);padding:clamp(22px,4vw,44px);color:#fff;display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(24px,5vw,56px);align-items:center}@media(max-width:849px){.ec-compare{grid-template-columns:1fr}}.ec-compare-copy h2{font-family:var(--ec-font-heading);font-size:clamp(24px,3.2vw,34px);margin:0 0 14px}.ec-compare-copy p{color:#cfcfcf;font-size:15px;line-height:1.6;margin:0}.ec-compare-table{width:100%;border-collapse:collapse}.ec-compare-table th{font-size:13px;font-weight:700;padding:10px 8px;text-align:center;color:#fff}.ec-compare-table th:first-child{text-align:left}.ec-compare-table td{padding:12px 8px;border-top:1px solid rgba(255,255,255,.12);font-size:14px;text-align:center}.ec-compare-table td:first-child{text-align:left;color:#ececec}.ec-compare-table .yes{color:#4ade80;font-weight:700}.ec-compare-table .no{color:#8a8a8a;font-weight:700}.ec-compare-table .brand-col{color:var(--ec-red);font-weight:800}.ec-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:990px){.ec-testimonials{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ec-testimonials{grid-template-columns:1fr}}.ec-testimonial-card{background:var(--ec-white);border:1px solid var(--ec-border);border-radius:var(--ec-radius);padding:20px}.ec-testimonial-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ec-avatar{width:44px;height:44px;border-radius:50%;background:var(--ec-red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex:none}.ec-testimonial-name{font-weight:700;font-size:14px}.ec-testimonial-loc{font-size:12px;color:var(--ec-ink-muted)}.ec-stars{color:var(--ec-red);font-size:13px;margin-bottom:8px;letter-spacing:1px}.ec-testimonial-card p{font-size:14px;color:var(--ec-ink);line-height:1.55;margin:0}.ec-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:749px){.ec-trust-grid{grid-template-columns:repeat(2,1fr)}}.ec-trust-item{text-align:center;padding:8px}.ec-trust-icon{width:36px;height:36px;margin:0 auto 12px;color:var(--ec-red);display:block}.ec-trust-icon svg{width:100%;height:100%;display:block}.ec-trust-item h3{font-size:15px;font-weight:700;margin:0 0 6px}.ec-trust-item p{font-size:13px;color:var(--ec-ink-muted);margin:0;line-height:1.5}.ec-tp-summary{display:flex;align-items:center;justify-content:center;gap:16px;margin:-8px 0 28px;flex-wrap:wrap}.ec-tp-summary-stars{display:flex;gap:4px}.ec-tp-star svg{width:26px;height:26px;fill:var(--ec-red);display:block}.ec-tp-summary-text{text-align:left}.ec-tp-summary-text b{display:block;font-size:19px;font-family:var(--ec-font-heading);color:var(--ec-ink)}.ec-tp-summary-text span{display:block;font-size:13px;color:var(--ec-ink-muted)}.ec-tp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.ec-tp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ec-tp-grid{grid-template-columns:1fr}}.ec-tp-card{border:1px solid var(--ec-border);border-radius:var(--ec-radius);padding:18px;background:var(--ec-white)}.ec-tp-card-stars{display:flex;gap:3px;margin-bottom:10px}.ec-tp-card-stars svg{width:15px;height:15px;fill:var(--ec-red);display:block}.ec-tp-card p{font-size:14px;line-height:1.55;color:var(--ec-ink);margin:0 0 14px}.ec-tp-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px}.ec-tp-card-name{font-weight:700;color:var(--ec-ink)}.ec-tp-verified{display:inline-flex;align-items:center;gap:4px;color:var(--ec-green);font-weight:600;white-space:nowrap}.ec-tp-card-date{margin-top:6px;font-size:12px;color:var(--ec-ink-muted)}.ec-pp-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 16px}.ec-pp-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:var(--ec-radius-btn);background:var(--ec-surface);color:var(--ec-ink)}.ec-pp-pill.hot{background:var(--ec-red-soft);color:var(--ec-red-deep)}.ec-pp-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--ec-green);display:inline-block}.ec-pp-offer{border:1px solid var(--ec-red-soft);background:var(--ec-red-soft);border-radius:var(--ec-radius);padding:16px;margin:18px 0}.ec-pp-offer-label{font-size:13px;font-weight:700;color:var(--ec-red-deep);margin-bottom:10px}.ec-pp-timer{display:flex;gap:10px}.ec-pp-timer-box{background:var(--ec-red);color:#fff;border-radius:8px;padding:8px 0;text-align:center;width:64px;font-family:var(--ec-font-heading)}.ec-pp-timer-box b{display:block;font-size:20px;line-height:1}.ec-pp-timer-box small{font-size:10px;opacity:.85}.ec-pp-offer-foot{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:var(--ec-ink-muted)}.ec-pp-offer-foot strong{color:var(--ec-red)}.ec-pp-icons-row{display:flex;flex-wrap:wrap;gap:14px;margin:16px 0}.ec-pp-icon-chip{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ec-ink);background:var(--ec-surface);padding:8px 12px;border-radius:10px}.ec-pp-stock-wrap{margin:16px 0}.ec-pp-stock-bar{height:8px;border-radius:999px;background:var(--ec-border);overflow:hidden;margin-bottom:6px}.ec-pp-stock-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--ec-red),var(--ec-red-deep));border-radius:999px}.ec-pp-stock-label{font-size:12px;color:var(--ec-ink-muted)}.ec-pp-desc{border:1px solid var(--ec-border);border-radius:var(--ec-radius);padding:22px;margin:28px 0}.ec-pp-desc h3{font-family:var(--ec-font-heading);font-size:18px;margin:0 0 14px}.ec-pp-desc ul{margin:0;padding-left:20px;display:grid;gap:10px}.ec-pp-desc li{font-size:14px;line-height:1.55}.ec-pp-graphic{border-radius:var(--ec-radius-lg);overflow:hidden;margin:28px 0;position:relative}.ec-pp-graphic img{width:100%;display:block}.ec-pp-graphic-caption{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(180deg,#00000026,#0000008c);padding:24px}.ec-pp-graphic-caption h3{font-family:var(--ec-font-heading);font-size:clamp(20px,3vw,30px);margin:0 0 8px;letter-spacing:.02em}.ec-pp-graphic-caption p{font-size:14px;margin:0;opacity:.9}.ec-fabrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:640px){.ec-fabrics-grid{grid-template-columns:repeat(2,1fr)}}.ec-fabric-item{text-align:center}.ec-fabric-thumb{width:88px;height:88px;border-radius:50%;overflow:hidden;margin:0 auto 10px;border:2px solid var(--ec-border);background:var(--ec-surface)}.ec-fabric-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ec-fabric-item span{font-size:13px;font-weight:600}.ec-sticky-cta{display:none}@media(max-width:749px){.ec-sticky-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--ec-ink);color:#fff;padding:12px 16px;box-shadow:0 -4px 16px #0000002e;opacity:0;transform:translateY(100%);transition:opacity .25s ease,transform .25s ease;text-decoration:none}.ec-sticky-cta.is-visible{opacity:1;transform:translateY(0)}.ec-sticky-cta .price{font-weight:700}.ec-sticky-cta .cta{background:var(--ec-red);padding:10px 18px;border-radius:999px;font-weight:700;font-size:14px}body{padding-bottom:0}}.ec-empty-note{font-size:12px;color:var(--ec-ink-muted);text-align:center;margin-top:10px}media-gallery .product-media-container,media-gallery .product-media-constraint-wrapper{aspect-ratio:1/1!important;height:auto!important}media-gallery .product-media-container img,media-gallery .product-media img{object-fit:contain!important;background:#f7f5f1}.ec-zoom-panel{display:none;position:fixed;top:110px;right:24px;width:420px;height:420px;max-height:60vh;background-color:#fff;background-repeat:no-repeat;background-size:220%;border:1px solid var(--ec-border);border-radius:12px;box-shadow:0 20px 48px #00000038;z-index:9998;opacity:0;pointer-events:none;transition:opacity .15s ease}@media(min-width:990px){.ec-zoom-panel{display:block}}.ec-zoom-panel.is-active{opacity:1}.ec-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.ec-reveal.ec-reveal-visible{opacity:1;transform:translateY(0)}.ec-bestseller{text-align:center}.ec-flip-word{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin:14px 0 6px;min-height:54px}.ec-flip-tile{display:inline-flex;align-items:center;justify-content:center;width:46px;height:54px;background:var(--ec-ink);color:#fff;font-family:var(--ec-font-heading);font-weight:800;font-size:24px;border-radius:8px;box-shadow:0 6px 14px #00000040;transition:transform .18s ease}.ec-flip-tile--space{background:transparent;box-shadow:none;width:18px}.ec-flip-tile--pop{transform:scale(1.14)}.ec-bestseller-marquee{margin:20px auto;max-width:820px;border-radius:999px}.ec-bestseller-sub{max-width:560px;margin:18px auto 4px;color:var(--ec-ink-muted);font-size:15px;line-height:1.6}.ec-bestseller-cta{margin-top:20px}.ec-bestseller-brands{margin-top:28px;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.ec-bestseller-brands-track{display:inline-flex;gap:40px;animation:ec-scroll 18s linear infinite}.ec-bestseller-brands-track span{font-family:var(--ec-font-heading);font-weight:700;font-size:13px;letter-spacing:.05em;color:var(--ec-ink-muted);text-transform:uppercase;opacity:.7}.ec-category-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.ec-cat-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:999px;background:var(--ec-surface);color:var(--ec-ink);text-decoration:none;font-weight:600;font-size:14px;border:1px solid var(--ec-border);transition:all .2s ease}.ec-cat-pill:hover{background:var(--ec-red);color:#fff;border-color:var(--ec-red);transform:translateY(-2px);box-shadow:0 8px 18px #d8232a40}.ec-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}@media(max-width:749px){.ec-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.ec-stat-num{font-family:var(--ec-font-heading);font-weight:800;font-size:clamp(28px,4vw,40px);color:var(--ec-red)}.ec-stat-label{font-size:13px;color:#cfcfcf;font-weight:600;margin-top:6px}@media(max-width:749px){.ec-hero-bg{object-fit:contain;background:var(--ec-ink)}.ec-spotlight-media img{object-fit:contain;background:var(--ec-white)}}.ec-spotlight{background:linear-gradient(180deg,#ffffff 0%,var(--ec-surface) 100%);border:1px solid var(--ec-border);box-shadow:0 24px 64px #00000014;position:relative}.ec-spotlight-gallery{display:flex;flex-direction:column;gap:14px}.ec-spotlight-media{position:relative;border:1px solid var(--ec-border);box-shadow:0 12px 32px #0000001a;cursor:zoom-in}.ec-spotlight-badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;background:var(--ec-ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:7px 14px;border-radius:999px;box-shadow:0 6px 16px #00000038}.ec-spotlight-badge svg{width:12px;height:12px;fill:var(--ec-red)}.ec-spotlight-thumbs{display:flex;gap:10px;flex-wrap:wrap}.ec-spotlight-thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;padding:0;border:2px solid var(--ec-border);background:var(--ec-white);cursor:pointer;transition:border-color .2s ease,transform .2s ease;flex:none}.ec-spotlight-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ec-spotlight-thumb:hover{transform:translateY(-2px)}.ec-spotlight-thumb.is-active{border-color:var(--ec-red);box-shadow:0 6px 14px #d8232a38}.ec-spotlight h2{position:relative;padding-bottom:10px}.ec-spotlight h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:var(--ec-red);border-radius:3px}.ec-spotlight-price .sale{letter-spacing:-.01em}.ec-spotlight .ec-btn{box-shadow:0 10px 26px #d8232a47}@media(min-width:750px){.ec-spotlight-gallery{flex-direction:row-reverse;align-items:flex-start}.ec-spotlight-gallery .ec-spotlight-media{flex:1}.ec-spotlight-gallery .ec-spotlight-thumbs{flex-direction:column}.ec-spotlight-gallery .ec-spotlight-thumb{width:72px;height:72px}}header-component .header{transition:box-shadow .25s ease;box-shadow:0 2px 16px #0000000a}.header__row--top{border-bottom:1px solid rgba(26,26,26,.06)}.menu-list__link{position:relative;font-weight:600;letter-spacing:.02em;transition:color .2s ease}.menu-list__link:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--ec-red);border-radius:2px;transition:right .25s ease}.menu-list__list-item:hover>.menu-list__link:after{right:0}.menu-list__list-item:hover>.menu-list__link{color:var(--ec-red)}.menu-list__submenu{border-radius:0 0 16px 16px;box-shadow:0 28px 56px #00000029;border:1px solid rgba(0,0,0,.06)}.header-actions__action{transition:transform .2s ease,color .2s ease}.header-actions__action:hover{color:var(--ec-red);transform:translateY(-1px)}.header__column--left img,.header__column--center img{transition:transform .25s ease}.header__column--left a:hover img,.header__column--center a:hover img{transform:scale(1.04)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/emiro-clone-styles.css.map */
