.article-page{max-width:1240px;margin:0 auto;padding:28px 16px 56px}.article-page__layout{display:grid;grid-template-columns:1fr;gap:24px}.article-page__media-col{order:1}.article-page__content-col{order:2}.article-page__media{border-radius:16px;overflow:hidden;background:#f3f4f6;aspect-ratio:4 / 3}.article-page__media img{width:100%;height:100%;object-fit:cover;display:block}.article-page__header{margin-bottom:18px}.article-page__title{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:clamp(24px,3vw,40px);letter-spacing:-.02em;line-height:1.15}.article-page__meta{margin-top:10px;color:#4b5563e6;font-size:14px}.article-page__content{font-size:16px;line-height:1.75;color:#111827e6}.article-page__content h2,.article-page__content h3,.article-page__content h4{font-family:"Poppins",var(--font-primary--family);font-weight:700;margin-top:24px;margin-bottom:12px}.article-page__content p{margin-bottom:16px}.article-page__content img{border-radius:12px;max-width:100%;height:auto}.article-page__comments{margin-top:34px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.article-page__comments-title,.article-page__comment-form-title{margin:0 0 12px;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:20px}.article-page__comments-list{display:grid;gap:12px;margin-bottom:18px}.article-page__comment{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px 14px;background:#fff}.article-page__comment-author{margin:0;font-weight:700}.article-page__comment-date{margin:4px 0 0;font-size:12px;color:#4b5563d9}.article-page__comment-body{margin-top:8px;font-size:14px;line-height:1.55}.article-page__field{display:grid;gap:6px;margin-top:10px}.article-page__field input,.article-page__field textarea{width:100%;border:1px solid rgba(0,0,0,.16);border-radius:10px;padding:10px 12px;outline:none}.article-page__field textarea{min-height:110px;resize:vertical}.article-page__submit{margin-top:12px;border:1px solid rgba(0,0,0,.16);border-radius:10px;padding:10px 12px;background:#2fa956;color:#fff;font-weight:800;cursor:pointer}@media(min-width:768px){.article-page{padding-left:32px;padding-right:32px}.article-page__layout{grid-template-columns:1fr 1fr;gap:32px;align-items:start}.article-page__media-col{position:sticky;top:24px;order:1}.article-page__content-col{order:2}.article-page__media{aspect-ratio:3 / 4}}@media(min-width:1024px){.article-page__layout{grid-template-columns:45% 55%;gap:48px}}.blog-list{max-width:1240px;margin:0 auto;padding:28px 16px 48px}.blog-list__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.blog-list__title{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:clamp(24px,3.2vw,40px);letter-spacing:-.02em}.blog-list__grid{display:grid;grid-template-columns:1fr;gap:16px}.blog-card{border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff}.blog-card__link{display:grid;grid-template-columns:1fr;text-decoration:none;color:inherit}.blog-card__media{aspect-ratio:16 / 9;overflow:hidden;background:#f3f4f6}.blog-card__media img{width:100%;height:100%;object-fit:cover;display:block}.blog-card__body{padding:16px}.blog-card__title{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:18px;line-height:1.2}.blog-card__meta{margin-top:8px;color:#4b5563e6;font-size:13px}.blog-card__excerpt{margin-top:10px;color:#111827d9;font-size:14px;line-height:1.45}.blog-list__pagination{margin-top:18px}@media(min-width:768px){.blog-list{padding-left:32px;padding-right:32px}.blog-list__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(min-width:1024px){.blog-list__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.cart-page{background:#f3f4f6;padding:32px 0 56px}.cart-page__inner{max-width:1240px;margin:0 auto;padding:0 16px}.cart-page__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.cart-page__title{margin:0;font-family:"Poppins",var(--font-primary--family);font-size:28px;font-weight:800;color:#003d2e;letter-spacing:-.02em}.cart-page__count{font-size:13px;color:#4b5563;font-weight:600}.cart-empty{background:#fff;border-radius:16px;padding:28px;box-shadow:0 1px 3px #00000014;text-align:center}.cart-empty__text{margin:0 0 16px;color:#4b5563;font-size:16px}.cart-empty__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#3cb056;color:#fff;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.6px}.cart-empty__btn:hover{background:#2d9a44}.cart__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:1024px){.cart__grid{grid-template-columns:1fr 360px;gap:24px;align-items:start}}.cart__items{display:grid;gap:12px}.cart-item{background:#fff;border-radius:16px;padding:14px;box-shadow:0 1px 3px #00000014;display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center}@media(min-width:640px){.cart-item{grid-template-columns:110px 1fr;padding:16px}}.cart-item__media{display:block;width:100%;aspect-ratio:1}.cart-item__media .image{border-radius:12px;overflow:hidden;width:100%;height:100%}.cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__info{min-width:0;display:grid;gap:10px}.cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-item__title{display:inline-block;font-size:14px;font-weight:700;color:#003d2e;text-decoration:none;line-height:1.35}.cart-item__title:hover{color:#2fa956}.cart-item__variant{margin-top:4px;font-size:12px;color:#6b7280}.cart-item__price{font-size:14px;font-weight:800;color:#003d2e;white-space:nowrap}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.cart-item__qty{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:999px;overflow:hidden;height:36px;background:#fff}.cart-item__qty-btn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;font-weight:800;color:#003d2e}.cart-item__qty-btn:hover{background:#3cb05614}.cart-item__qty-input{width:54px;height:36px;border:none;text-align:center;font-weight:800;color:#003d2e;outline:none;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{font-size:12px;font-weight:700;color:#6b7280;text-decoration:none}.cart-item__remove:hover{color:#ef4444}.cart__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.cart__update{height:44px;padding:0 16px;border-radius:999px;border:2px solid rgba(0,0,0,.08);background:#fff;color:#003d2e;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.6px;cursor:pointer}.cart__update:hover{border-color:#3cb05699}.cart__continue{height:44px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#4b5563;font-weight:700;font-size:12px}.cart__continue:hover{color:#003d2e}.cart-summary{background:#fff;border-radius:16px;padding:18px;box-shadow:0 1px 3px #00000014;position:sticky;top:88px}.cart-summary__title{font-size:14px;font-weight:800;color:#003d2e;margin-bottom:12px}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#4b5563;margin:10px 0}.cart-summary__row--discount{color:#16a34a;font-weight:700}.cart-summary__row--total{color:#003d2e;font-weight:900}.cart-summary__value{color:inherit;font-weight:800;white-space:nowrap}.cart-summary__divider{height:1px;background:#00000014;margin:12px 0}.cart-summary__checkout{width:100%;height:48px;border-radius:999px;border:none;background:#3cb056;color:#fff;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;margin-top:12px;transition:transform .2s ease,box-shadow .2s ease}.cart-summary__checkout:hover{background:#2d9a44;transform:translateY(-1px);box-shadow:0 8px 18px #3cb05647}.cart-summary__note{margin-top:12px;font-size:12px;color:#6b7280;line-height:1.4}.categories-grid{background:#f3f4f6;padding:20px 0 48px}.categories-grid__inner{max-width:1240px;margin:0 auto;padding:0 16px}.categories-grid__heading{margin:0 0 16px;font-family:"Poppins",var(--font-primary--family);font-weight:700;font-size:26px;color:#111827;letter-spacing:-.02em}.categories-grid__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.categories-grid__card{display:block;text-decoration:none;color:inherit}.categories-grid__media{position:relative;aspect-ratio:1;background:#fff;border-radius:50%;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px #0000000a}.categories-grid__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.categories-grid__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background-color .2s ease}.categories-grid__card:hover .categories-grid__media img{transform:scale(1.08)}.categories-grid__card:hover .categories-grid__media-overlay{background:#00000008}.categories-grid__title{margin:10px 0 0;text-align:center;font-family:"Poppins",var(--font-primary--family);font-weight:600;color:#374151;font-size:14px}.categories-grid__card:hover .categories-grid__title{color:#2fa956}@media(min-width:768px){.categories-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.categories-grid__inner{padding:0 32px}.categories-grid__grid{grid-template-columns:repeat(var(--cols-desktop),minmax(0,1fr))}}.collection-page{background:#f3f4f6;padding:32px 0 56px}.product-card__variant-select-label{font-size:11px;font-weight:800;color:#4b5563;margin-top:2px}.product-card__variant-select{height:32px;border-radius:12px;border:1px solid #d1d5db;padding:0 10px;font-size:12px;font-weight:700;color:#003d2e;background:#fff}.collection-page__filters{margin:0 0 16px}.collection-page__filters-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.collection-page__filters-title{font-weight:900;color:#003d2e;font-size:14px;font-family:"Poppins",var(--font-primary--family)}.collection-page__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.collection-page__filters-open{height:36px;border-radius:999px;padding:0 14px;font-weight:900;font-size:13px;font-family:"Poppins",var(--font-primary--family);background:#fff;color:#003d2e;border:1px solid rgba(0,0,0,.12);cursor:pointer}.collection-price-range{display:flex;align-items:center;gap:8px}.collection-price-range__label{font-weight:900;font-size:13px;color:#003d2e;font-family:"Poppins",var(--font-primary--family)}.collection-price-range__input{height:36px;width:96px;border-radius:999px;padding:0 12px;border:1px solid rgba(0,0,0,.12);font-weight:700;font-size:13px;background:#fff;color:#003d2e;font-family:"Poppins",var(--font-primary--family)}.collection-price-range__apply{height:36px;border-radius:999px;padding:0 14px;font-weight:900;font-size:13px;background:#003d2e;color:#fff;border:1px solid #003d2e;cursor:pointer;font-family:"Poppins",var(--font-primary--family)}.price-slider-container{display:flex;flex-direction:column;gap:12px;min-width:280px}.price-slider-wrapper{position:relative;height:30px;display:flex;align-items:center;margin:4px 0}.price-slider-track{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);height:6px;background:#e5e7eb;border-radius:3px;z-index:1}.price-slider-fill{position:absolute;top:50%;left:0;transform:translateY(-50%);height:6px;background:linear-gradient(90deg,#2fa956,#003d2e);border-radius:3px;z-index:2}.price-slider{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);height:30px;margin:0;padding:0;background:transparent;-webkit-appearance:none;appearance:none;z-index:3;pointer-events:none}.price-slider::-webkit-slider-runnable-track{height:6px;background:transparent;border-radius:3px}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#003d2e;border:3px solid #fff;box-shadow:0 2px 8px #0000004d;pointer-events:auto;cursor:grab;transition:transform .15s ease,box-shadow .15s ease;margin-top:-8px}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #0006}.price-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.2)}.price-slider::-moz-range-track{height:6px;background:transparent;border-radius:3px}.price-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#003d2e;border:3px solid #fff;box-shadow:0 2px 8px #0000004d;pointer-events:auto;cursor:grab;transition:transform .15s ease}.price-slider-values{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:700;color:#003d2e;font-family:"Poppins",var(--font-primary--family)}.price-slider-value{background:#fff;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.12);min-width:70px;text-align:center;font-size:12px;font-weight:800}.price-slider-separator{color:#9ca3af;font-weight:600}.product-card__variant-selector{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:8px 0 4px;padding:0 4px;align-items:center;justify-items:center}.product-card__variant-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;position:relative;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.product-card__variant-swatch:hover{transform:scale(1.1);box-shadow:0 3px 8px #00000026}.product-card__variant-swatch.is-selected{border-color:#003d2e;box-shadow:0 0 0 2px #fff,0 0 0 4px #003d2e}.product-card__variant-swatch.is-disabled{opacity:.4;cursor:not-allowed}.product-card__variant-swatch.is-disabled:after{content:"";position:absolute;top:50%;left:50%;width:70%;height:2px;background:#00000080;transform:translate(-50%,-50%) rotate(-45deg)}.product-card__variant-pill{height:28px;width:100%;min-width:0;padding:0 6px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s ease;font-family:"Poppins",var(--font-primary--family);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__variant-pill:hover{border-color:#2fa956;color:#2fa956;background:#f0fdf4}.product-card__variant-pill.is-selected{background:#003d2e;color:#fff;border-color:#003d2e}.product-card__variant-pill.is-disabled{opacity:.5;cursor:not-allowed;text-decoration:line-through}.product-card__variant-more{font-size:11px;font-weight:700;color:#9ca3af;padding:4px 6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collection-filters-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden}.collection-filters-drawer[aria-hidden=false]{pointer-events:auto;visibility:visible}.collection-filters-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.collection-filters-drawer[aria-hidden=false] .collection-filters-drawer__overlay{opacity:1}.collection-filters-drawer__panel{position:absolute;top:0;right:0;width:100%;max-width:360px;height:100%;background:#f3f4f6;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;overflow:auto;padding:14px}.collection-filters-drawer[aria-hidden=false] .collection-filters-drawer__panel{transform:translate(0)}.collection-filters-drawer__panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.collection-filters-drawer__close{height:34px;border-radius:999px;padding:0 12px;font-weight:900;font-size:13px;background:#fff;color:#003d2e;border:1px solid rgba(0,0,0,.12);cursor:pointer}.collection-filters{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:12px;box-shadow:0 1px #0000000a}.collection-filters__group{border-bottom:1px solid rgba(0,0,0,.06);padding:8px 0}.collection-filters__group:last-child{border-bottom:none}.collection-filters__summary{cursor:pointer;font-weight:800;font-size:13px;color:#003d2e;list-style:none}.collection-filters__summary::-webkit-details-marker{display:none}.collection-filters__values{display:grid;gap:8px;margin-top:10px}.collection-filters__value{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.collection-filters__value--disabled{opacity:.5}.collection-filters__value input{width:16px;height:16px}.collection-filters__value-count{color:#9ca3af;font-weight:600}.collection-filters__price{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.collection-filters__price-field{display:grid;gap:6px}.collection-filters__price-label{font-size:12px;font-weight:700;color:#4b5563}.collection-filters__price-input{height:36px;border-radius:12px;border:1px solid #d1d5db;padding:0 10px;font-size:13px}.collection-filters__actions{display:flex;gap:10px;margin-top:12px}.collection-filters__apply{height:36px;border-radius:999px;padding:0 14px;font-weight:800;background:#003d2e;color:#fff;border:1px solid #003d2e;cursor:pointer}.collection-filters__clear{height:36px;border-radius:999px;padding:0 14px;font-weight:800;background:transparent;color:#003d2e;border:1px solid rgba(0,0,0,.12);display:inline-flex;align-items:center;text-decoration:none}.collection-filters-empty{text-align:center;padding:40px 20px;color:#6b7280}.collection-filters-empty p{margin:0 0 8px;font-size:14px}.collection-filters-empty__hint{font-size:12px;color:#9ca3af}.collection-page__inner{max-width:1240px;margin:0 auto;padding:0 16px}.collection-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}.collection-page__titles{max-width:900px}.collection-page__title{margin:0 0 8px;font-family:"Poppins",var(--font-primary--family);font-size:28px;font-weight:800;color:#003d2e;letter-spacing:-.02em}@media(min-width:768px){.collection-page__title{font-size:32px}}.collection-page__description{margin:0;font-size:15px;color:#4b5563;line-height:1.6}.collection-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:640px){.collection-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.collection-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1100px){.collection-page__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.collection-page__pagination{margin-top:32px;display:flex;justify-content:flex-start;align-items:center;gap:2px;padding-left:16px}.collection-page__pagination a,.collection-page__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;border-radius:6px;background:#fff;border:1px solid #e5e7eb;text-decoration:none;color:#6b7280;font-size:13px;font-weight:500;transition:all .2s ease}.collection-page__pagination a:hover{border-color:#2fa956;color:#2fa956;background:#f0fdf4}.collection-page__pagination .current{background:#2fa956;border-color:#2fa956;color:#fff;font-weight:600}.collection-page__pagination .prev,.collection-page__pagination .next{display:none!important;height:0;overflow:hidden;visibility:hidden;position:absolute}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.customer-auth{background:#f4f4f4;min-height:calc(100vh - 80px);padding:0}.customer-auth__wrap{width:100%;display:flex;flex-direction:column}@media(min-width:1024px){.customer-auth__wrap{flex-direction:row;min-height:calc(100vh - 80px)}}.customer-auth__left{width:100%;display:flex;justify-content:center;padding:48px 24px}@media(min-width:1024px){.customer-auth__left{width:50%;padding:96px 64px;align-items:center}}.customer-auth__panel{width:100%;max-width:480px}.customer-auth__tabs{display:flex;align-items:flex-end;gap:32px;margin-bottom:22px;padding-bottom:12px}.customer-auth__tab{font-family:"Poppins",var(--font-primary--family);font-size:24px;font-weight:600;color:#4b5563e6;border-bottom:3px solid transparent;padding-bottom:10px;transition:color .2s ease,border-color .2s ease}.customer-auth__tab:hover{color:#374151}.customer-auth__tab.is-active{color:#2ea65a;border-bottom-color:#2ea65a}.customer-auth__intro{margin-bottom:22px}.customer-auth__intro p{margin:0 0 6px;color:#4b5563;font-size:15px;line-height:1.6}.customer-auth__form{display:grid;gap:14px}.customer-auth__field input{width:100%;padding:16px 18px;border-radius:12px;border:1px solid #e5e7eb;outline:none;background:#fff;color:#111827;font-size:15px;box-shadow:0 1px 2px #0000000f;transition:border-color .2s ease,box-shadow .2s ease}.customer-auth__field input:focus{border-color:#2ea65a;box-shadow:0 0 0 1px #2ea65a59}.customer-auth__submit{width:100%;border:none;cursor:pointer;background:#3eb760;color:#fff;font-weight:900;font-size:18px;padding:16px 18px;border-radius:999px;box-shadow:0 10px 18px #10b9812e;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;margin-top:6px}.customer-auth__submit:hover{background:#35a053;box-shadow:0 12px 22px #10b98138}.customer-auth__submit:active{transform:scale(.99)}.customer-auth__social{margin-top:26px}.customer-auth__social-title{margin:0 0 12px;font-size:15px;font-weight:800;color:#111827}.customer-auth__social-grid{display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.customer-auth__social-grid{flex-direction:row}}.customer-auth__social-btn{flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:14px 16px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:not-allowed;transition:box-shadow .2s ease,background .2s ease}.customer-auth__social-btn:hover{background:#f9fafb;box-shadow:0 8px 16px #00000014}.customer-auth__social-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#111827}.customer-auth__social-icon svg{width:20px;height:20px;display:block}.customer-auth__social-label{font-size:13px;font-weight:700;color:#374151e6}.customer-auth__links{margin-top:22px}.customer-auth__links p{margin:0;font-size:13px;color:#4b5563}.customer-auth__links a{color:#374151;font-weight:700}.customer-auth__links a:hover{color:#111827}.customer-auth__forgot{display:inline-block;margin-top:10px;font-size:18px;font-weight:900;color:#3eb760}.customer-auth__forgot:hover{color:#2ea65a}.customer-auth__recover{margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,0,0,.06)}.customer-auth__errors{background:#ef444414;border:1px solid rgba(239,68,68,.18);color:#991b1b;border-radius:12px;padding:12px 14px;font-size:13px}.customer-auth__right{display:none}@media(min-width:1024px){.customer-auth__right{display:flex;width:50%;justify-content:center;align-items:center;padding:32px}}.customer-auth__mock{width:100%;max-width:650px;aspect-ratio:4 / 3.5;background:#fff;border-radius:40px;overflow:hidden;box-shadow:0 24px 60px #00000029;display:flex;flex-direction:column;position:relative}.customer-auth__mock-top{height:55%;position:relative;background:#e5e7eb;overflow:hidden}.customer-auth__mock-top img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);display:block}.customer-auth__badge{position:absolute;right:-8px;bottom:24px;transform:rotate(-5deg);background:#3eb760;color:#fff;padding:10px 20px;border-radius:999px;border:3px solid #fff;display:inline-flex;align-items:center;gap:6px;box-shadow:0 12px 22px #0000002e}.customer-auth__badge-left{font-size:13px;font-weight:800;letter-spacing:.4px}.customer-auth__badge-right{font-size:13px;font-weight:900;letter-spacing:.4px;color:#dcfce7}.customer-auth__mock-bottom{flex:1;position:relative;padding:16px 40px 40px;display:flex;align-items:center;background:linear-gradient(165deg,#1e874b,#157145,#0d4632);overflow:hidden}.customer-auth__shape{position:absolute;top:-59px;left:0;width:100%;overflow:hidden;line-height:0}.customer-auth__shape svg{width:calc(130% + 1.3px);height:60px;display:block;position:relative}.customer-auth__shape .shape-fill{fill:#1e874b}.customer-auth__mock-content{position:relative;z-index:2;margin-top:8px}.customer-auth__mock-content h2{margin:0 0 14px;color:#fff;font-size:40px;font-weight:900;line-height:1.15}.customer-auth__mock-text{margin:0 0 14px;color:#ffffffe6;font-size:15px;line-height:1.7;font-weight:300;max-width:520px}.customer-auth__mock-text--strong{color:#fff;font-weight:600}.customer-auth__cta{display:inline-flex;align-items:center;gap:10px;background:#fcd34d;color:#111827;font-weight:900;padding:14px 18px;border-radius:999px;box-shadow:0 12px 22px #0000002e;transition:transform .2s ease,background .2s ease;font-size:13px;letter-spacing:.4px;width:max-content}.customer-auth__cta:hover{background:#fbbf24;transform:translateY(-2px)}.customer-auth__cta-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;opacity:.8}.customer-auth__cta-icon svg{width:20px;height:20px;display:block}.featured-blog{padding:28px 0 48px}.featured-blog__inner{grid-column:2;max-width:1240px;margin:0 auto;padding:0 16px}.featured-blog__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.featured-blog__title{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:clamp(20px,2.6vw,34px);letter-spacing:-.02em}.featured-blog__view-all{font-family:"Poppins",var(--font-primary--family);font-weight:700;text-decoration:none;color:#2fa956;border:1px solid rgba(47,169,86,.35);padding:8px 12px;border-radius:999px;background:#2fa9560f}.featured-blog__grid{display:grid;grid-template-columns:1fr;gap:16px}.featured-blog__card{border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff}.featured-blog__card-link{display:grid;grid-template-columns:1fr;text-decoration:none;color:inherit}.featured-blog__media{aspect-ratio:16 / 9;overflow:hidden;background:#f3f4f6}.featured-blog__media img{width:100%;height:100%;object-fit:cover;display:block}.featured-blog__body{padding:16px}.featured-blog__card-title{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:16px;line-height:1.2}.featured-blog__meta{margin-top:8px;color:#4b5563e6;font-size:13px}.featured-blog__excerpt{margin-top:10px;color:#111827d9;font-size:14px;line-height:1.45}.featured-blog__empty{color:#4b5563e6}@media(min-width:768px){.featured-blog__inner{padding-left:32px;padding-right:32px}.featured-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(min-width:1024px){.featured-blog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.featured-collection{display:grid;grid-template-columns:var(--content-grid);padding:48px 0}.featured-collection__inner{grid-column:2;padding:0 24px}.featured-collection__header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.featured-collection__heading{margin:0;font-size:24px}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:16px}.featured-collection__card{border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;background:#fff}.featured-collection__image img{width:100%;height:auto;display:block}.featured-collection__card-content{padding:12px}.featured-collection__title{margin:0}.featured-collection__title a{text-decoration:none;color:var(--color-foreground)}.featured-collection__price{margin:8px 0 0;opacity:.85}@media(max-width:900px){.featured-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-footer-benefits{background:#fff;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.site-footer-benefits__inner{max-width:1240px;margin:0 auto;padding:18px 16px}.site-footer-benefits__grid{display:grid;grid-template-columns:1fr;gap:12px}.site-footer-benefits__item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#012e340a}.site-footer-benefits__icon{width:44px;height:44px;border-radius:14px;background:#2fa9561f;color:#1e8e56;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.site-footer-benefits__icon svg{width:22px;height:22px;display:block}.site-footer-benefits__title{font-family:"Poppins",var(--font-primary--family);font-weight:700;font-size:14px;color:#012e34;line-height:1.25}.site-footer-benefits__desc{margin-top:2px;font-size:13px;color:#012e34bf;line-height:1.35}@media(min-width:900px){.site-footer-benefits__grid{grid-template-columns:repeat(3,1fr);gap:14px}}.site-footer{background:#012e34;color:#fff;padding:64px 0 32px}.site-footer a{color:inherit;text-decoration:none}.site-footer__inner{max-width:1280px;margin:0 auto;padding:0 20px}@media(min-width:768px){.site-footer__inner{padding:0 32px}}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:1.2fr 1.2fr .9fr .9fr .9fr .9fr;gap:32px}}.site-footer__col--brand{display:flex;flex-direction:column;gap:20px}@media(min-width:1024px){.site-footer__col--brand{padding-right:32px;border-right:1px solid rgba(255,255,255,.1)}}.site-footer__col--newsletter{display:flex;flex-direction:column;gap:12px}@media(min-width:1024px){.site-footer__col--newsletter{padding-right:32px;border-right:1px solid rgba(255,255,255,.1)}}.site-footer__col--menu{display:flex;flex-direction:column;gap:16px}.site-footer__logo{display:inline-flex;align-items:center;gap:8px}.site-footer__logo-img{max-height:70px;width:auto;display:block;filter:brightness(0) invert(1)}.site-footer__logo-text{font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:28px;letter-spacing:-.02em;color:#fff}.site-footer__logo-badge{background:#25d366;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:8px;transform:translateY(-8px)}.site-footer__tagline{margin:0;font-size:14px;font-weight:400;line-height:1.7;color:#ffffffb3}.site-footer__col-title{margin:0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.site-footer__col-text{margin:0;font-size:14px;line-height:1.6;color:#ffffffb3}.site-footer__social{margin-top:8px}.site-footer__social-row{display:flex;gap:12px;flex-wrap:wrap}.site-footer__social-btn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:inline-flex;align-items:center;justify-content:center;transition:all .25s ease;background:transparent}.site-footer__social-btn svg{width:20px;height:20px}.site-footer__social-btn:hover{background:#fff;color:#012e34;border-color:#fff;transform:translateY(-2px)}.site-footer__contact-phone{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#6ee7b7;font-size:15px;font-weight:600}.site-footer__contact-phone svg{width:18px;height:18px;color:#10b981}.site-footer__contact-phone a{color:#fff;text-decoration:none;transition:color .2s ease}.site-footer__contact-phone a:hover{color:#6ee7b7}.site-footer__track-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:14px;font-weight:600;transition:all .2s ease;margin-bottom:12px}.site-footer__track-btn:hover{background:#fff;color:#012e34;border-color:#fff}.site-footer__track-btn svg{width:20px;height:20px}.site-footer__newsletter-field{display:flex;flex-direction:column;gap:10px}@media(min-width:480px){.site-footer__newsletter-field{flex-direction:row}}.site-footer__newsletter-input{flex:1;height:46px;padding:0 16px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:#ffffff14;color:#fff;font-size:14px;font-family:inherit;transition:all .2s ease}.site-footer__newsletter-input::placeholder{color:#ffffff80}.site-footer__newsletter-input:focus{outline:none;border-color:#10b981;background:#ffffff1f}.site-footer__newsletter-btn{height:46px;padding:0 22px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.site-footer__newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.site-footer__newsletter-success{background:#10b98126;color:#6ee7b7;padding:14px 16px;border-radius:10px;font-size:14px;border-left:3px solid #10b981}.site-footer__menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.site-footer__menu-item a{font-size:14px;color:#ffffffb3;transition:all .2s ease;display:inline-block}.site-footer__menu-item a:hover{color:#fff;transform:translate(4px)}.site-footer__bottom{margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:20px;align-items:center}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__copyright{font-size:13px;color:#fff9;text-align:center}.site-footer__copyright a{color:#fffc;font-weight:500}.site-footer__payment{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.site-footer__payment svg{height:26px;width:auto;opacity:.9}.site-footer__whatsapp{position:fixed;right:24px;bottom:24px;z-index:50}.site-footer__whatsapp-inner{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;background:#25d366;color:#fff;border-radius:999px;box-shadow:0 8px 24px #00000040;transition:all .25s ease}.site-footer__whatsapp-inner svg{width:32px;height:32px}.site-footer__whatsapp:hover .site-footer__whatsapp-inner{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #25d36666}@media(max-width:480px){.site-footer__whatsapp{right:16px;bottom:16px}.site-footer__whatsapp-inner{width:52px;height:52px}.site-footer__whatsapp-inner svg{width:26px;height:26px}}.full-width-banner{width:100%;display:block;margin:0;padding:0;line-height:0}.full-width-banner__link{display:block;text-decoration:none;width:100%}.full-width-banner__media{width:100%;overflow:hidden;line-height:0}.full-width-banner__img{width:100%;height:auto;max-width:100%;display:block;object-fit:cover}.top-bar{background:#1e8e56;color:#fff;font-size:13px;font-weight:600;padding:10px 0;position:relative;border-bottom-left-radius:18px;border-bottom-right-radius:18px;overflow:hidden}.top-bar__inner{max-width:1240px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.top-bar__link{color:inherit;text-decoration:none;opacity:.9}.top-bar__link:hover{opacity:1}.top-bar__center{flex:1;text-align:center;opacity:.95;display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden}.top-bar__slider{display:inline-block;position:relative;min-width:0}.top-bar__slide{display:none;white-space:nowrap;font-size:12px;overflow:hidden;border-right:2px solid rgba(255,255,255,.92);animation:typing 2.5s steps(40,end),blink-caret .75s step-end infinite;max-width:100%}.top-bar__slide.active{display:inline-block}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#ffffffeb}}@media(min-width:640px){.top-bar__slide{font-size:13px}}@keyframes topBarTyping{0%{width:0}to{width:calc(var(--typing-characters, 36) * 1ch)}}@keyframes topBarCaret{0%,50%{border-right-color:#ffffffeb}51%,to{border-right-color:transparent}}@keyframes topBarCaretHide{to{border-right-color:transparent}}@media(prefers-reduced-motion:reduce){.top-bar__typing{animation:none;border-right:0;width:auto}}@media(min-width:640px){.top-bar__center{overflow:visible}.top-bar__typing{border-right:2px solid rgba(255,255,255,.92);animation:topBarTyping var(--typing-duration, 2.6s) steps(var(--typing-characters, 36),end) 1 forwards,topBarCaret .7s steps(1,end) infinite,topBarCaretHide 0s linear 1 forwards;animation-delay:0s,0s,var(--typing-duration, 2.6s)}}.site-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.site-header--sticky{position:sticky;top:0;z-index:40;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{max-width:1240px;margin:0 auto;padding:18px 16px 0}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;flex-wrap:wrap}.site-header__brand{display:flex;align-items:flex-end;gap:6px;text-decoration:none;color:inherit;flex:0 0 auto}.site-header__brand-text{font-family:"Poppins",var(--font-primary--family);font-weight:700;font-size:28px;letter-spacing:-.02em;color:#2fa956;line-height:1}.site-header__logo{width:var(--header-logo-width);max-width:var(--header-logo-width);flex:0 0 auto}.site-header__logo img{width:100%;height:auto;display:block}.site-header__search{flex:1 1 420px;max-width:760px;position:relative}.site-header__search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#4b5563d9;pointer-events:none}.site-header__search-icon svg{width:20px;height:20px}.site-header__search-input{width:100%;height:48px;border-radius:999px;border:1px solid transparent;background:#f8f9fa;padding:0 16px 0 48px;font-size:13px;font-family:"Poppins",var(--font-primary--family);font-weight:400;color:#374151;outline:none;box-shadow:0 1px #0000000d;transition:all .2s ease}.site-header__search-input::placeholder{color:#9ca3af;font-weight:400;letter-spacing:.3px}.site-header__search-input:hover{border-color:#0000001a;background:#f8f9fa}.site-header__search-input:focus{border-color:#4ade80b3;box-shadow:0 0 0 2px #4ade8040;background:#fff}.site-header__search-input:focus::placeholder{color:#d1d5db}.site-header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.site-header__action{height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fff;box-shadow:0 1px #0000000d;text-decoration:none;color:#4b5563;border:1px solid rgba(0,0,0,.1);cursor:pointer}.site-header__action:hover{color:#1e8e56;background:#f9fafb;border-color:#0000002e}.site-header__action svg{width:20px;height:20px;display:block}.site-header__action--cart{background:#2fa956;color:#fff;border-color:#2fa956}.site-header__action--cart:hover{background:#259348;border-color:#259348;color:#fff}.site-header__action--promo svg{transform:rotate(-45deg)}.site-header__action--icon{width:36px;padding:0;justify-content:center}.site-header__action-label{font-family:"Poppins",var(--font-primary--family);font-weight:600;font-size:12px}.site-header__cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.site-header__badge{position:absolute;top:-6px;right:-6px;width:14px;height:14px;border-radius:999px;background:#2fa956;color:#fff;font-size:9px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.site-header__nav{position:relative;background:#fcfcfc;border-top:1px solid rgba(0,0,0,.06);margin-top:14px}.site-header__nav-scroll{display:flex;align-items:center;gap:14px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.site-header__nav-scroll::-webkit-scrollbar{display:none}.site-header__nav-link{white-space:nowrap;text-decoration:none;color:#4b5563;font-family:"Poppins",var(--font-primary--family);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:6px}.site-header__nav-link:after{content:"";width:16px;height:16px;display:inline-block;opacity:.75;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m6.7 9.3 5.3 5.3 5.3-5.3'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m6.7 9.3 5.3 5.3 5.3-5.3'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain;transform:translateY(1px);flex-shrink:0}.site-header__nav-link:hover{color:#2fa956}.site-header__nav-fade{position:absolute;right:0;top:0;bottom:0;width:40px;pointer-events:none;background:linear-gradient(to left,#fcfcfc,#fcfcfc00)}@media(min-width:1024px){.site-header__inner{max-width:1240px;margin:0 auto;padding:0 32px}.top-bar__inner{padding-left:32px;padding-right:32px}.site-header__row{flex-wrap:nowrap;gap:28px}.site-header__nav-fade{display:none}.site-header__nav-scroll{overflow:visible;justify-content:space-between;gap:0}.site-header__nav-link{font-size:12px;letter-spacing:-.01em;gap:4px}.site-header__brand-text{font-size:34px}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-banner{display:grid;grid-template-columns:var(--content-grid);padding:64px 0}.hero-banner__inner{grid-column:1 / -1;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;padding:0;align-items:center}.hero-banner__heading{font-size:clamp(32px,4vw,56px);line-height:1.05;margin:0}.hero-banner__subheading{margin:16px 0 0;max-width:70ch;line-height:1.45;opacity:.85}.hero-banner__button{display:inline-flex;margin-top:24px;width:fit-content;padding:10px 16px;border-radius:6px;text-decoration:none;border:1px solid currentColor}.hero-banner__media img{width:100%;height:auto;display:block;border-radius:12px}@media(max-width:900px){.hero-banner__inner{grid-template-columns:1fr}}.hero-mosaic{background:#f3f4f6;padding:24px 0}.hero-mosaic__inner{max-width:1240px;margin:0 auto;padding:0 16px}.hero-mosaic__grid{display:grid;grid-template-columns:1fr;gap:20px}.hero-mosaic__primary{position:relative;border-radius:16px;overflow:hidden;min-height:420px;background:#1c382e;text-decoration:none;color:inherit}.hero-mosaic__primary-slider{position:absolute;top:0;right:0;bottom:0;left:0}.hero-mosaic__primary-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .8s ease-in-out;color:inherit;text-decoration:none;z-index:1}.hero-mosaic__primary-slide.is-active,.hero-mosaic__primary-slide:first-child{opacity:1;pointer-events:auto;z-index:2}.hero-mosaic__primary-bg,.hero-mosaic__card-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-mosaic__primary-bg img{width:100%;height:100%;object-fit:cover}.hero-mosaic__primary-bg--mobile{display:none}@media(max-width:767px){.hero-mosaic__primary-bg--desktop{display:none}.hero-mosaic__primary-bg--mobile{display:block}}.hero-mosaic__primary-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.hero-mosaic__primary-content{position:relative;z-index:2;padding:32px;max-width:52ch;color:#fff}.hero-mosaic__primary-heading{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:clamp(30px,4vw,52px);line-height:1.1}.hero-mosaic__primary-heading p{margin:0}.hero-mosaic__badge{margin-top:16px;display:inline-block;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:8px 12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-mosaic__badge p{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:700;letter-spacing:.02em}.hero-mosaic__primary-product{position:absolute;right:0;bottom:0;width:48%;height:85%;display:none;z-index:2;pointer-events:none}.hero-mosaic__primary-product img{width:100%;height:100%;object-fit:contain;object-position:bottom;filter:none;-webkit-mask-image:none;mask-image:none}.hero-mosaic__dots{position:absolute;left:50%;bottom:20px;transform:translate(-50%);display:flex;gap:10px;z-index:3}.hero-mosaic__dot{width:30px;height:4px;border-radius:2px;border:none;background:#ffffff80;cursor:pointer;transition:all .2s ease}.hero-mosaic__dot.is-active{background:#fff;width:40px}.hero-mosaic__dot:hover{background:#fffc}@media(max-width:767px){.hero-mosaic__dot{width:20px;height:3px}.hero-mosaic__dot.is-active{width:28px}.hero-mosaic__dots{bottom:16px;gap:6px}}.hero-mosaic__side{display:grid;gap:20px}.hero-mosaic__card{position:relative;border-radius:16px;overflow:hidden;min-height:200px;text-decoration:none;display:block}.hero-mosaic__card-bg img{width:100%;height:100%;object-fit:cover}.hero-mosaic__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-mosaic__card-overlay--dark{background:transparent}.hero-mosaic__card-overlay--light{background:#ffffff1a}.hero-mosaic__card-content{position:relative;z-index:2;padding:28px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:8px}.hero-mosaic__card-content--light{color:#fff}.hero-mosaic__card-content--green{color:#2fa956}.hero-mosaic__card-heading{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:800;font-size:28px}.hero-mosaic__card-text{margin:0;font-family:"Poppins",var(--font-primary--family);font-weight:600;opacity:.92}@media(min-width:768px){.hero-mosaic__primary-product{display:block}}@media(min-width:1024px){.hero-mosaic__inner{max-width:1240px;margin:0 auto;padding:0 32px}.hero-mosaic__grid{grid-template-columns:2fr 1fr;align-items:stretch}.hero-mosaic__primary{min-height:460px}.hero-mosaic__side{grid-template-rows:1fr 1fr}}.monthly-favorites{display:grid;grid-template-columns:var(--content-grid);padding:36px 0}.monthly-favorites__inner{grid-column:2;padding:0 16px;max-width:1240px;margin:0 auto}.monthly-favorites__card{background:#f3f4f6;border-radius:18px;padding:22px;display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:end;overflow:hidden}.monthly-favorites__left{display:grid;gap:14px;justify-items:center}.monthly-favorites__heading{margin:0;font-size:26px;font-weight:900;color:#111827;font-family:"Poppins",var(--font-primary--family);text-align:center}.monthly-favorites__image img{width:100%;height:auto;display:block;border-radius:14px}.monthly-favorites__button{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:999px;background:#2fa956;color:#fff;text-decoration:none;font-weight:800;font-size:13px}.monthly-favorites__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.monthly-favorites .product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 1px #0000000a;border:1px solid rgba(0,0,0,.05);padding:6px;height:100%;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.monthly-favorites .product-card:hover{box-shadow:0 8px 18px #0000000f;border-color:#00000014;transform:translateY(-1px)}.monthly-favorites .product-card__image-wrap{display:block;text-decoration:none;margin-bottom:6px}.monthly-favorites .product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f3f4f6;border-radius:10px}.monthly-favorites .product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.monthly-favorites .product-card:hover .product-card__image img{transform:scale(1.05)}.monthly-favorites .product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}.monthly-favorites .product-card__content{display:flex;flex-direction:column;flex-grow:1;padding:0 4px;gap:0}.monthly-favorites .product-card__title{font-size:10px;font-weight:700;color:#002a22;line-height:1.3;margin:0 0 2px;text-decoration:none;min-height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:"Poppins",var(--font-primary--family)}.monthly-favorites .product-card__title:hover{color:#2fa956}.monthly-favorites .product-card__variants{display:flex;gap:4px;margin:0 0 4px;padding:0;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.monthly-favorites .product-card__variant{font-size:11px;font-weight:600;padding:5px 8px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;cursor:pointer;transition:all .2s ease}.monthly-favorites .product-card__variant:hover{border-color:#2fa956;color:#2fa956;background:#f0fdf4}.monthly-favorites .product-card__variant--active{background:#2fa956;color:#fff;border-color:#2fa956}.monthly-favorites .product-card__variant--active:hover{background:#259348;border-color:#259348;color:#fff}.monthly-favorites .product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:4px;margin-top:1px;padding:1px 0}.monthly-favorites .product-card__stars{display:flex;gap:1px;color:#f59e0b;filter:drop-shadow(0 1px 1px rgba(245,158,11,.3))}.monthly-favorites .product-card__stars svg{width:10px;height:10px}.monthly-favorites .product-card__rating-value{font-size:9px;font-weight:700;color:#374151;margin-left:2px}.monthly-favorites .product-card__rating-count{font-size:9px;color:#9ca3af;font-weight:500}.monthly-favorites .product-card__price{font-size:13px;font-weight:800;color:#002a22;font-family:"Poppins",var(--font-primary--family);line-height:1;text-align:left;margin:0 0 2px}.monthly-favorites .product-card__price:before{content:"\20ba";font-size:9px;font-weight:600;opacity:.9}.monthly-favorites .product-card__actions{display:flex;gap:4px;margin-top:auto}.monthly-favorites__item{background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px #0000000d;display:grid;grid-template-rows:auto 1fr}.monthly-favorites__item-media img{width:100%;height:auto;display:block}.monthly-favorites__item-body{padding:10px 10px 12px;display:grid;gap:8px}.monthly-favorites__item-title{font-weight:800;font-size:13px;color:#111827;text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:"Poppins",var(--font-primary--family)}.monthly-favorites__item-price{font-weight:900;font-size:14px;color:#2f3a33}.monthly-favorites__item-cta{height:38px;border-radius:10px;border:0;background:#2f6f55;color:#fff;font-weight:900;cursor:pointer}.monthly-favorites__empty{padding:16px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06)}@media(max-width:767px){.monthly-favorites{display:block;padding:20px 0}.monthly-favorites__inner{padding:0 8px;max-width:none;width:100%}.monthly-favorites__card{grid-template-columns:1fr;padding:12px;gap:16px;border-radius:14px;margin:0;width:100%}.monthly-favorites__grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0;width:100%}.monthly-favorites__heading{font-size:22px;padding:0}.monthly-favorites__image{max-width:200px;margin:0 auto}.monthly-favorites .product-card{padding:8px;border-radius:12px}.monthly-favorites .product-card__image{border-radius:10px;margin-bottom:8px}.monthly-favorites .product-card__title{font-size:12px;line-height:1.35;margin-bottom:4px}.monthly-favorites .product-card__price{font-size:14px;margin-bottom:8px}.monthly-favorites .product-card__actions{flex-direction:column;gap:0}.monthly-favorites .product-card__btn--outline{display:none}}@media(min-width:640px){.monthly-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.monthly-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.monthly-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-page{background:#fff;padding:22px 0 64px}.product-page__inner{max-width:1240px;margin:0 auto;padding:0 16px}.product-page__breadcrumb{font-size:13px;color:#6b7280;font-weight:600;margin:10px 0 18px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.product-page__breadcrumb a{color:inherit;text-decoration:none}.product-page__breadcrumb a:hover{color:#2fa956}.product-page__crumb-sep{color:#6b728059}.product-page__crumb-current{color:#2fa956;font-weight:800}.product-page__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:1024px){.product-page__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:40px}.product-page__media{grid-column:span 6}.product-page__info{grid-column:span 6;padding-left:10px}}.product-gallery{display:flex;gap:14px}.product-gallery__thumbs{width:84px;flex:0 0 auto;display:flex;flex-direction:column;gap:12px}.product-gallery__thumb{width:84px;height:84px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;padding:2px;overflow:hidden;cursor:pointer;opacity:.7;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb.is-active{opacity:1;border-width:2px;border-color:#2ecc71}.product-gallery__thumb:hover{opacity:1;border-color:#00000038}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.product-gallery__main{flex:1;border-radius:18px;overflow:hidden;background:#f3f4f6}.product-gallery__main-img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}.product-page__title{margin:0 0 10px;font-family:"Poppins",var(--font-primary--family);font-size:22px;font-weight:700;color:#111827;letter-spacing:-.01em;line-height:1.3}@media(min-width:1024px){.product-page__title{font-size:26px}}.product-page__price{font-size:26px;font-weight:800;color:#2fa956;letter-spacing:-.01em;margin:8px 0 4px}.product-page__divider{height:1px;background:#0000000f;margin:14px 0}.product-option{margin-bottom:12px}.product-option__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:8px}.product-option__values{display:flex;flex-wrap:wrap;gap:8px}.product-option__btn{padding:8px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#4b5563f2;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.product-option__btn:hover{border-color:#2fa956;color:#2fa956}.product-option__btn.is-selected{background:#1a7a3e;color:#fff;border-color:#1a7a3e;box-shadow:0 0 0 3px #2fa95666,0 4px 8px #1a7a3e4d;font-weight:700;transform:scale(1.05)}.product-purchase{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0;max-width:480px}.product-qty{height:44px;width:120px;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4px;flex:0 0 auto}.product-qty__btn{width:36px;height:44px;border:none;background:transparent;cursor:pointer;font-size:18px;font-weight:700;color:#6b7280d9;transition:color .15s ease}.product-qty__btn:hover{color:#111827}.product-qty__input{width:48px;text-align:center;border:none;outline:none;font-weight:700;font-size:15px;color:#111827;background:transparent;-moz-appearance:textfield}.product-qty__input::-webkit-outer-spin-button,.product-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-purchase__add{flex:1;height:40px;border-radius:999px;border:none;background:#2fa956;color:#fff;font-weight:600;font-size:12px;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;box-shadow:0 2px 8px #2fa95633;transition:background .2s ease,transform .1s ease;min-width:140px}.product-purchase__add:hover{background:#259348}.product-purchase__add:active{transform:scale(.98)}.product-variant-select{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.product-description{margin-top:20px}.product-description__title{display:inline-block;margin:0 0 12px;font-size:18px;font-weight:900;color:#111827;position:relative;padding-bottom:6px}.product-description__title:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#2ecc71}.product-description__content{color:#4b5563;font-size:14px;line-height:1.7}.product-description__content p{margin:0 0 12px}.products-grid{background:#f3f4f6;padding:40px 0}.products-grid__inner{max-width:1240px;margin:0 auto;padding:0 16px}.products-grid__header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media(min-width:768px){.products-grid__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.products-grid__titles{max-width:600px}.products-grid__title{font-family:"Poppins",var(--font-primary--family);font-size:24px;font-weight:700;color:#003d2e;margin:0 0 8px;letter-spacing:-.02em}@media(min-width:768px){.products-grid__title{font-size:28px}}.products-grid__description{font-size:14px;color:#4b5563;line-height:1.5;margin:0}@media(min-width:768px){.products-grid__description{font-size:15px}}.products-grid__nav{display:flex;gap:12px;flex-shrink:0}.products-grid__nav-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;box-shadow:0 1px 3px #0000001a;color:#003d2e;cursor:pointer;transition:box-shadow .2s}.products-grid__nav-btn:hover{box-shadow:0 4px 12px #00000026}.products-grid__scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:640px){.products-grid__scroll{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.products-grid__scroll{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1100px){.products-grid__scroll{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}.promo-carousel{display:grid;grid-template-columns:var(--content-grid);padding:34px 0;background:#f6f7f5}.promo-carousel__inner{grid-column:2;padding:0 16px;max-width:1240px;margin:0 auto}.promo-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.promo-carousel__titles{min-width:0}.promo-carousel__heading{margin:0;font-size:26px;font-weight:800;color:#003d2e;font-family:"Poppins",var(--font-primary--family);letter-spacing:-.02em}.promo-carousel__subheading{margin:6px 0 0;color:#4b5563;line-height:1.5;max-width:80ch}.promo-carousel__controls{display:flex;gap:10px;flex:0 0 auto}.promo-carousel__button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffe6;color:#003d2e;cursor:pointer}.promo-carousel__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.promo-carousel__slide{min-width:0}.promo-carousel__empty{padding:16px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.promo-carousel .product-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 1px #0000000a;border:1px solid rgba(0,0,0,.05);padding:10px;height:100%;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.promo-carousel .product-card:hover{box-shadow:0 8px 18px #0000000f;border-color:#00000014;transform:translateY(-1px)}.promo-carousel .product-card__image-wrap{display:block;text-decoration:none;margin-bottom:10px}.promo-carousel .product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f3f4f6;border-radius:12px}.promo-carousel .product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-carousel .product-card__image-wrap:hover .product-card__image img{transform:scale(1.04)}.promo-carousel .product-card__content{display:flex;flex-direction:column;flex-grow:1;padding:0 4px;gap:0}.promo-carousel .product-card__title{font-size:12px;font-weight:700;color:#002a22;line-height:1.25;margin:0 0 4px;text-decoration:none;min-height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:"Poppins",var(--font-primary--family)}.promo-carousel .product-card__variants{display:flex;gap:4px;margin:8px 0 4px;padding:0;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.promo-carousel .product-card__variants::-webkit-scrollbar{display:none}.promo-carousel .product-card__variant{font-size:11px;font-weight:600;padding:5px 8px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;cursor:pointer;transition:all .2s ease}.promo-carousel .product-card__variant--active{background:#2fa956;color:#fff;border-color:#2fa956}.promo-carousel .product-card__price{font-size:15px;font-weight:800;color:#002a22;font-family:"Poppins",var(--font-primary--family);line-height:1;text-align:left;margin:0 0 4px}.promo-carousel .product-card__price:before{display:none!important;content:none!important}.promo-carousel .product-card__actions{display:flex;gap:0!important;margin-top:auto;padding-top:4px}.promo-carousel .product-card__btn{display:inline-flex;align-items:center;justify-content:center;height:28px!important;min-height:0!important;border-radius:999px;font-weight:700;text-decoration:none;font-size:11px!important;letter-spacing:.01em;padding:0 8px!important;width:100%;cursor:pointer;border:1px solid transparent;white-space:nowrap;line-height:1!important;font-family:"Poppins",var(--font-primary--family);transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;box-shadow:0 1px #0000000a}.promo-carousel .product-card__btn:focus-visible{outline:0;box-shadow:0 0 0 2px #2fae6040,0 1px #0000000a}.promo-carousel .product-card__btn--primary{background:#2fa956;color:#fff}.promo-carousel .product-card__btn--primary:hover{background:#279a53;box-shadow:0 6px 14px #2fae602e}@media(min-width:640px){.promo-carousel__track{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(min-width:900px){.promo-carousel__track{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}@media(min-width:1100px){.promo-carousel__track{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}}@media(max-width:767px){.promo-carousel{display:block}.promo-carousel__inner{grid-column:auto;padding:0 16px;max-width:1240px;margin:0 auto}.promo-carousel__track{grid-template-columns:repeat(2,1fr);gap:12px}.promo-carousel .product-card{padding:8px}.promo-carousel .product-card__image{border-radius:10px}.promo-carousel .product-card__title{font-size:11px;line-height:1.3}.promo-carousel .product-card__variants{margin:4px 0}.promo-carousel .product-card__variant{font-size:9px;padding:3px 6px}.promo-carousel .product-card__price{font-size:13px;margin-bottom:6px}.promo-carousel .product-card__btn{height:32px!important;font-size:10px!important;padding:0 6px!important}.promo-carousel__heading{font-size:20px}.promo-carousel__subheading{font-size:13px}}.search-page{background:#f3f4f6;padding:32px 0 56px}.search-page__inner{max-width:1240px;margin:0 auto;padding:0 16px}.search-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.search-page__title{margin:0 0 6px;font-family:"Poppins",var(--font-primary--family);font-size:28px;font-weight:800;color:#003d2e;letter-spacing:-.02em}.search-page__subtitle{margin:0;font-size:15px;color:#4b5563;line-height:1.6}.search-page__form{display:none}.search-page__bar{background:#fff;border-radius:999px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px #0000000d;display:flex;align-items:center;gap:10px;padding:8px 10px}.search-page__icon{width:40px;height:40px;border-radius:999px;background:#3cb0561a;color:#2fa956;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.search-page__icon svg{width:18px;height:18px}.search-page__input{flex:1;border:none;outline:none;height:44px;font-size:14px;color:#111827;background:transparent}.search-page__submit{height:44px;padding:0 16px;border-radius:999px;border:none;background:#3cb056;color:#fff;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.7px;cursor:pointer;transition:background .2s ease,transform .1s ease;flex:0 0 auto}.search-page__submit:hover{background:#2d9a44}.search-page__submit:active{transform:scale(.99)}.search-page__notice{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:14px 16px;box-shadow:0 1px #0000000a;color:#4b5563;font-size:13px;margin:14px 0 18px}.search-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:640px){.search-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.search-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1100px){.search-page__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-card{background:#fff;border-radius:16px;padding:10px;display:flex;flex-direction:column;box-shadow:0 1px #0000000a;border:1px solid rgba(0,0,0,.05);height:100%;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.product-card:hover{box-shadow:0 8px 18px #0000000f;border-color:#00000014;transform:translateY(-1px)}.product-card__image-wrap{display:block;text-decoration:none;margin-bottom:10px}.product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f3f4f6;border-radius:12px}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__content{display:flex;flex-direction:column;flex-grow:1;padding:0 4px;gap:0}.product-card__title{font-size:12px;font-weight:700;color:#002a22;line-height:1.25;margin:0 0 4px;text-decoration:none;min-height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:"Poppins",var(--font-primary--family)}.product-card__title:hover{color:#2fa956}.product-card__variants{display:flex;gap:4px;margin:0 0 4px;padding:0;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}.product-card__variant{font-size:11px;font-weight:600;padding:5px 8px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;cursor:pointer;transition:all .2s ease}.product-card__variant:hover{border-color:#2fa956;color:#2fa956;background:#f0fdf4}.product-card__variant--active{background:#2fa956;color:#fff;border-color:#2fa956}.product-card__variant--active:hover{background:#259348;border-color:#259348;color:#fff}.product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:10px;margin-top:4px;padding:4px 0}.product-card__stars{display:flex;gap:1px;color:#f59e0b;filter:drop-shadow(0 1px 1px rgba(245,158,11,.3))}.product-card__stars svg{width:13px;height:13px}.product-card__rating-value{font-size:12px;font-weight:700;color:#374151;margin-left:2px}.product-card__rating-count{font-size:12px;color:#9ca3af;font-weight:500}.product-card__price{font-size:15px;font-weight:800;color:#002a22;font-family:"Poppins",var(--font-primary--family);line-height:1;text-align:left;margin:0 0 4px}.product-card__price:before{display:none!important;content:none!important}.product-card__actions{display:flex;gap:0!important;margin-top:auto;padding-top:4px}.product-card__btn{display:inline-flex;align-items:center;justify-content:center;height:28px!important;min-height:0!important;border-radius:999px;font-weight:700;text-decoration:none;font-size:11px!important;letter-spacing:.01em;padding:0 8px!important;width:100%;cursor:pointer;border:1px solid transparent;white-space:nowrap;line-height:1!important;font-family:"Poppins",var(--font-primary--family);transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;box-shadow:0 1px #0000000a}.product-card__btn--primary{background:#2fa956;color:#fff;border-color:#2fa956}.product-card__btn--primary:hover{background:#259348;border-color:#259348;transform:translateY(-1px);box-shadow:0 4px 12px #2fa9564d}.product-card__btn--outline{background:transparent;color:#2fa956;border:2px solid #2fa956}.product-card__btn--outline:hover{background:#f0fdf4;transform:translateY(-1px)}.search-card{background:#fff;border-radius:16px;padding:16px;display:grid;gap:12px;box-shadow:0 1px 3px #00000014;text-decoration:none;color:inherit}.search-card:hover{box-shadow:0 4px 12px #0000001f}.search-card__image{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#e5e7eb}.search-card__image img{width:100%;height:100%;object-fit:cover;display:block}.search-card__type{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.search-card__title{font-size:14px;font-weight:700;color:#003d2e;line-height:1.35}.search-page__pagination{margin-top:20px}.search-page__pagination .prev,.search-page__pagination .page,.search-page__pagination .next{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.06);text-decoration:none;color:#4b5563;margin-right:6px}.search-page__pagination .current{background:#3cb0561f;border-color:#3cb05638;color:#003d2e;font-weight:800}.slider{display:grid;grid-template-columns:var(--content-grid);padding:32px 0}.slider__inner{grid-column:1 / -1;padding:0}.slider__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:12px;box-shadow:none!important;filter:none!important}.slider__slide{position:relative;scroll-snap-align:start;overflow:hidden;border-radius:12px;min-height:260px;background:#f6f6f7;box-shadow:none!important;filter:none!important}.slider__slide img{width:100%;height:auto;display:block;box-shadow:none!important;filter:none!important}.slider__slide-link{display:block;color:inherit;text-decoration:none}.slider__caption{position:absolute;left:16px;right:16px;bottom:16px;padding:14px 16px;background:transparent!important;color:#fff;border-radius:10px;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.slider__heading{margin:0;font-size:clamp(18px,2vw,28px)}.slider__text{margin-top:8px;opacity:.9}.slider__controls{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.slider__image-mobile{display:none}@media(max-width:768px){.slider__image-desktop{display:none}.slider__image-mobile{display:block}}.slider__button{padding:8px 12px;border-radius:8px;border:1px solid currentColor;background:transparent}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
