.hero{position:relative;background:var(--c-dark);overflow:hidden}.hero__track{display:flex;transition:transform .5s ease}.hero__slide{flex:0 0 100%;aspect-ratio:1920 / 540;display:flex;align-items:center;background-size:cover;background-position:center;position:relative;color:inherit;text-decoration:none}a.hero__slide{cursor:pointer}.hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0a061400 65%,#0a061452)}.hero__content{position:relative;z-index:2;max-width:560px;color:#fff;padding:clamp(20px,4vw,32px) 20px clamp(20px,4vw,32px) clamp(20px,6vw,48px)}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);padding:6px 14px;border-radius:var(--radius-pill);font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-bottom:18px}.hero__title{font-size:clamp(24px,5vw,44px);font-weight:700;margin-bottom:14px}.hero__desc{font-size:clamp(13px,1.6vw,15px);color:#ffffffd1;margin-bottom:24px;line-height:1.6}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:4px}.hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center}.hero__nav--prev{left:20px}.hero__nav--next{right:20px}@media(max-width:749px){.hero__nav{width:36px;height:36px}.hero__nav--prev{left:10px}.hero__nav--next{right:10px}}.hero__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:8px}.hero__dots button{width:8px;height:8px;border-radius:50%;background:#fff6;border:0;padding:0}.hero__dots button.is-active{width:22px;border-radius:99px;background:#fff}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:36px 0}.trust-item{display:flex;align-items:center;gap:14px}.trust-item__icon{width:46px;height:46px;border-radius:14px;background:var(--c-primary-soft);display:flex;align-items:center;justify-content:center;color:var(--c-primary-dark);flex:0 0 auto}.trust-item strong{display:block;font-size:15px;color:var(--c-ink)}.trust-item span{font-size:13px;color:var(--c-muted)}@media(max-width:749px){.trust-row{grid-template-columns:repeat(3,1fr);gap:6px;padding:18px 10px}.trust-item{flex-direction:column;align-items:center;text-align:center;gap:6px;min-width:0}.trust-item__icon{width:36px;height:36px;border-radius:10px}.trust-item__icon svg{width:18px;height:18px}.trust-item strong{font-size:11.5px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trust-item span{font-size:10px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media(max-width:359px){.trust-item strong{font-size:10.5px}.trust-item span{font-size:9px}}.cat-cards{padding:20px 0 50px}.cat-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cat-card{position:relative;border-radius:var(--radius-card);overflow:hidden;min-height:260px;background:linear-gradient(160deg,#1c1233,#0c0818);padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;isolation:isolate}.cat-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;z-index:0;opacity:.55}.cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#05020ce6,#05020c26);z-index:0}.cat-card__body{position:relative;z-index:1}.cat-card__title{font-size:24px;font-weight:700;margin-bottom:4px}.cat-card__subtitle{font-size:14px;color:#ffffffbf;margin-bottom:18px}@media(max-width:989px){.cat-cards__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cat-cards__grid{grid-template-columns:1fr}}.product-card{position:relative;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-card);padding:18px;display:flex;flex-direction:column;transition:.2s ease;height:100%;min-width:0;max-width:100%;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.product-card__badge{position:absolute;top:14px;right:14px;background:#fff7e6;color:#b45309;font-size:11px;font-weight:700;padding:5px 10px;border-radius:var(--radius-pill);border:1px solid #fde3a7;z-index:2}.product-card__badge.is-stock{background:#f1f0f5;color:#5b5470;border-color:#e4e2ec}.product-card__discount{position:absolute;top:14px;left:14px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:var(--radius-pill);z-index:2;box-shadow:0 4px 10px #ef444459}.product-card__media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:var(--c-bg-alt);border-radius:var(--radius-sm);overflow:hidden;min-width:0}.product-card__media img{max-height:100%;max-width:100%;object-fit:contain}.product-card__title{font-size:14px;font-weight:600;color:var(--c-ink);margin-bottom:8px;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--c-muted);margin-bottom:8px}.product-card__rating .stars{color:var(--c-star);letter-spacing:1px}.product-card__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.product-card__price{font-size:20px;font-weight:700;color:var(--c-primary-dark)}.product-card__price-compare{font-size:13px;color:var(--c-muted);text-decoration:line-through}.product-card__meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--c-muted);margin-bottom:14px;min-width:0}.product-card__meta span{display:flex;align-items:center;gap:6px;min-width:0}.product-card__actions{display:flex;gap:8px;margin-top:auto;min-width:0}.product-card__actions .btn{flex:1;padding:10px 8px;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:749px){.product-card{padding:11px;border-radius:14px}.product-card__badge{top:8px;right:8px;font-size:9.5px;padding:4px 8px}.product-card__discount{top:8px;left:8px;font-size:9.5px;padding:4px 8px}.product-card__media{margin-bottom:9px}.product-card__title{font-size:12px;min-height:32px;margin-bottom:6px}.product-card__rating{font-size:10.5px;margin-bottom:6px}.product-card__price-row{margin-bottom:6px}.product-card__price{font-size:15.5px}.product-card__price-compare{font-size:11px}.product-card__meta{font-size:10px;gap:2px;margin-bottom:9px}.product-card__meta span svg{width:12px;height:12px;flex:0 0 auto}.product-card__meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__actions{flex-direction:column;gap:6px}.product-card__actions .btn{width:100%;font-size:11px;padding:8px 6px;white-space:nowrap}}.carousel{position:relative;padding:0 60px}.carousel__track{display:flex;gap:22px;overflow:hidden;scroll-behavior:smooth}.carousel__item{flex:0 0 280px}.carousel__arrow{position:absolute;top:45%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid var(--c-line);box-shadow:var(--shadow-card);display:flex;align-items:center;justify-content:center;color:var(--c-ink);z-index:2}.carousel__arrow--prev{left:0}.carousel__arrow--next{right:0}@media(max-width:749px){.carousel{padding:0 8px}.carousel__arrow{display:none}.carousel__item{flex:0 0 220px}}.grid-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;flex-wrap:wrap;gap:12px}.grid-count{font-size:14px;color:var(--c-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding-bottom:50px}@media(max-width:989px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 2px 40px}}.site-footer{background:var(--c-dark);color:#ffffffbf;padding:56px 0 24px;margin-top:60px;position:relative}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-grid h4{color:#fff;font-size:15px;margin-bottom:16px}.footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:13px}.footer-contact{gap:12px}.footer-contact li{display:flex;align-items:flex-start;gap:10px}.footer-contact__icon{width:16px;height:16px;flex:0 0 auto;margin-top:2px;color:#fff9}.footer-contact__icon svg{width:100%;height:100%;display:block}.footer-contact a{color:inherit}.footer-social{display:flex;gap:10px;margin-top:2px}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff}.footer-social a svg{width:18px;height:18px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:12px;flex-wrap:wrap;gap:10px}.footer-bottom--center{justify-content:center;text-align:center}.footer-to-top{position:absolute;left:24px;bottom:24px;width:44px;height:44px;border-radius:50%;background:var(--c-primary);color:#fff;border:0;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #8b5cf666;z-index:40;cursor:pointer}@media(min-width:750px)and (max-width:989px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.footer-grid{grid-template-columns:1fr}}.wa-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,var(--c-whatsapp),var(--c-whatsapp-dark));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #22c55e66;z-index:50}
/*# sourceMappingURL=/cdn/shop/t/62/assets/components.css.map */
