.bestsellers{display:grid;grid-template-columns:var(--content-grid)}.bestsellers__grid{grid-column:2}.bestsellers__inner{padding:72px 0}.bestsellers__heading{margin:0 0 2.5rem;padding:0 24px;font-family:var(--font-heading--family, var(--font-primary--family));font-size:2rem;font-weight:700;line-height:1.2;text-align:center;color:var(--text-dark)}.bestsellers__carousel{display:flex;align-items:center;gap:.75rem;padding:0 24px}.bestsellers__arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-color);border-radius:var(--radius-pill);background-color:#fff;color:var(--text-dark);cursor:pointer;box-shadow:0 8px 20px -14px #0000004d;transition:border-color .2s ease,color .2s ease,opacity .2s ease}.bestsellers__arrow:hover:not(:disabled){border-color:var(--brand-green);color:var(--brand-green)}.bestsellers__arrow:disabled{opacity:.35;cursor:not-allowed}.bestsellers__arrow svg{width:20px;height:20px}.bestsellers__viewport{flex:1;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.bestsellers__viewport::-webkit-scrollbar{display:none}.bestsellers__track{list-style:none;margin:0;padding:4px 4px 12px;display:flex;gap:1.25rem}.bestsellers__slide{flex:0 0 calc((100% - 3.75rem)/4);min-width:0;scroll-snap-align:start}.bestsellers__dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.bestsellers__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background-color:var(--border-color);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.bestsellers__dot.is-active{background-color:var(--brand-green);transform:scale(1.3)}.bestseller-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard);box-shadow:0 20px 40px -30px #00000040;overflow:hidden}.bestseller-card__media{position:relative}.bestseller-card__badge{position:absolute;z-index:2;display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--radius-pill);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.bestseller-card__badge[hidden]{display:none}.bestseller-card__badge--best-seller{top:10px;left:10px;background-color:var(--brand-green)}.bestseller-card__badge--discount{top:10px;right:10px;background-color:var(--text-dark)}.bestseller-card__image{display:block;aspect-ratio:1 / 1;background-color:#f4f4f1}.bestseller-card__image img{width:100%;height:100%;object-fit:cover}.bestseller-card__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:16px}.bestseller-card__rating{display:flex;align-items:center;gap:.375rem}.bestseller-card__stars{position:relative;display:inline-flex;font-size:.8125rem;letter-spacing:1px}.bestseller-card__stars-track{color:var(--border-color)}.bestseller-card__stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:calc(var(--rating) / var(--rating-scale, 5) * 100%);overflow:hidden;white-space:nowrap;color:var(--brand-green)}.bestseller-card__rating-count{font-size:.75rem;color:var(--text-body)}.bestseller-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;min-height:2.5em;font-size:.9375rem;font-weight:700;line-height:1.35;color:var(--text-dark);text-decoration:none}.bestseller-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.bestseller-card__current-price{font-size:1.0625rem;font-weight:800;color:var(--text-dark)}.bestseller-card__compare-price{font-size:.8125rem;color:var(--text-body);text-decoration:line-through}.bestseller-card__compare-price[hidden],.bestseller-card__discount-text[hidden]{display:none}.bestseller-card__discount-text{font-size:.75rem;font-weight:700;color:var(--brand-green)}.bestseller-card__tax-note{margin:0;font-size:.6875rem;color:var(--text-body)}.bestseller-card__form{display:flex;flex-direction:column;gap:.625rem;margin-top:auto;padding-top:.5rem}.bestseller-card__variant-select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-standard);background-color:#fff;font-size:.8125rem;font-weight:600;color:var(--text-dark)}.bestseller-card__add{width:100%}.bestseller-card__add.is-loading{opacity:.7;cursor:wait}@media(max-width:900px){.bestsellers__slide{flex-basis:calc((100% - 1.25rem)/2)}}@media(max-width:700px){.bestsellers__arrow{display:none}.bestsellers__carousel{padding:0}.bestsellers__slide{flex:0 0 80%}.bestsellers__inner{padding:56px 0}.bestsellers__heading{font-size:1.75rem;margin-bottom:2rem}}.blog-posts{display:grid;grid-template-columns:var(--content-grid);background-color:#fff}.blog-posts__grid{grid-column:2}.blog-posts__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding:0 24px}.blog-posts__heading{margin:0;font-family:var(--font-heading--family, var(--font-primary--family));font-weight:700;line-height:1.2;color:var(--text-dark)}.blog-posts__heading.h2{font-size:1.5rem}.blog-posts__heading.h1{font-size:2rem}.blog-posts__heading.h0{font-size:2.5rem}.blog-posts__heading.hxl{font-size:3rem}.blog-posts__heading.hxxl{font-size:3.5rem}.blog-posts__view-all-link{flex:0 0 auto;font-size:.875rem;font-weight:700;color:var(--brand-green);text-decoration:underline;white-space:nowrap}.blog-posts__carousel{display:flex;align-items:center;gap:.75rem;padding:0 24px}.blog-posts__arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border-color);border-radius:var(--radius-pill);background-color:#fff;color:var(--text-dark);cursor:pointer;box-shadow:0 8px 20px -14px #0000004d;transition:border-color .2s ease,color .2s ease,opacity .2s ease}.blog-posts__arrow:hover:not(:disabled){border-color:var(--brand-green);color:var(--brand-green)}.blog-posts__arrow:disabled{opacity:.35;cursor:not-allowed}.blog-posts__arrow svg{width:20px;height:20px}.blog-posts__viewport{flex:1;min-width:0}.blog-posts__track{list-style:none;margin:0;padding:4px 4px 12px;display:grid;grid-template-columns:repeat(var(--blog-posts-columns-desktop, 3),1fr);gap:1.5rem}.blog-posts__dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.blog-posts__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background-color:var(--border-color);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.blog-posts__dot.is-active{background-color:var(--brand-green);transform:scale(1.3)}@media(max-width:900px){.blog-posts__track{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.blog-posts__grid:not(.blog-posts__grid--stack-mobile) .blog-posts__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.blog-posts__grid:not(.blog-posts__grid--stack-mobile) .blog-posts__viewport::-webkit-scrollbar{display:none}.blog-posts__grid:not(.blog-posts__grid--stack-mobile) .blog-posts__track{display:flex;gap:1.25rem}.blog-posts__grid:not(.blog-posts__grid--stack-mobile) .blog-posts__slide{flex:0 0 80%;min-width:0;scroll-snap-align:start}.blog-posts__grid--stack-mobile .blog-posts__track{grid-template-columns:1fr}.blog-posts__arrow{display:none}.blog-posts__carousel,.blog-posts__header{padding:0}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}html.cart-drawer-open{overflow:hidden}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0f171173;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:420px;max-width:90vw;height:100%;height:100dvh;background-color:#fff;box-shadow:-20px 0 60px -20px #00000059;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__panel>div:first-child{display:flex;flex-direction:column;min-height:0;flex:1}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:20px 20px 16px;border-bottom:1px solid var(--border-color)}.cart-drawer__heading{margin:0;display:flex;flex-direction:column;gap:.25rem;font-size:1.25rem;font-weight:700;color:var(--text-dark)}.cart-drawer__count{font-size:.8125rem;font-weight:500;color:var(--text-body)}.cart-drawer__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border:none;border-radius:8px;background:none;color:var(--text-dark);cursor:pointer;transition:background-color .2s ease}.cart-drawer__close:hover{background-color:#f4f4f1}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__body{flex:1;min-height:0;overflow-y:auto;padding:16px 20px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:48px 16px;text-align:center}.cart-drawer__empty-message{margin:0;font-size:1rem;color:var(--text-body)}.cart-drawer__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__item{display:grid;grid-template-columns:72px 1fr auto;gap:.75rem;align-items:start;padding:12px;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard);transition:opacity .2s ease}.cart-drawer__item.is-loading{opacity:.5;pointer-events:none}.cart-drawer__item-image{display:block;width:72px;height:72px;border-radius:calc(var(--radius-standard) - 4px);overflow:hidden;background-color:#f4f4f1}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-drawer__item-title{font-size:.875rem;font-weight:700;color:var(--text-dark);text-decoration:none;overflow-wrap:break-word}.cart-drawer__item-title:hover{text-decoration:underline}.cart-drawer__item-variant{font-size:.75rem;color:var(--text-body)}.cart-drawer__item-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.25rem}.cart-drawer__qty{display:flex;align-items:stretch;border:1px solid var(--border-color);border-radius:var(--radius-standard);overflow:hidden}.cart-drawer__qty-btn{width:36px;height:36px;flex-shrink:0;border:none;background-color:#fff;color:var(--text-dark);font-size:1rem;line-height:1;cursor:pointer;transition:background-color .2s ease}.cart-drawer__qty-btn:hover:not(:disabled){background-color:var(--brand-green-light)}.cart-drawer__qty-input{width:36px;height:36px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:.8125rem;font-weight:600;color:var(--text-dark);-moz-appearance:textfield}.cart-drawer__qty-input::-webkit-outer-spin-button,.cart-drawer__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:8px;background:none;color:var(--text-body);cursor:pointer;transition:color .2s ease,background-color .2s ease}.cart-drawer__remove:hover{color:#b3261e;background-color:#b3261e14}.cart-drawer__remove svg{width:16px;height:16px}.cart-drawer__item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;white-space:nowrap}.cart-drawer__item-compare-price{font-size:.75rem;color:var(--text-body);text-decoration:line-through}.cart-drawer__item-current-price{font-size:.875rem;font-weight:700;color:var(--text-dark)}.cart-drawer__footer{flex-shrink:0;display:flex;flex-direction:column;gap:.625rem;padding:16px 20px;border-top:1px solid var(--border-color)}.cart-drawer__summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.9375rem;font-weight:600;color:var(--text-dark)}.cart-drawer__summary-value{font-size:1.1875rem;font-weight:800}.cart-drawer__summary-savings{margin:0;font-size:.8125rem;font-weight:600;color:var(--brand-green)}.cart-drawer__checkout{width:100%}[data-happishine-toast]{position:fixed;left:50%;bottom:24px;z-index:1100;transform:translate(-50%,12px);max-width:calc(100% - 32px);padding:12px 20px;border-radius:var(--radius-standard);background-color:var(--text-dark);color:#fff;font-size:.875rem;font-weight:600;box-shadow:0 12px 24px -12px #0006;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}[data-happishine-toast].is-visible{opacity:1;transform:translate(-50%);pointer-events:auto}[data-happishine-toast].is-error{background-color:#b3261e}@media(max-width:480px){.cart-drawer__panel{width:100%;max-width:100vw}}.cart{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md) 24px}.cart__header{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.cart__heading{margin:0;font-size:1.75rem;font-weight:700;color:var(--text-dark)}.cart__count{font-size:.9375rem;color:var(--text-body)}.cart__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:64px 24px;text-align:center}.cart__empty-message{margin:0;font-size:1.125rem;color:var(--text-body)}.cart__layout{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}.cart__items{min-width:0;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.cart__item{display:grid;grid-template-columns:88px 1fr auto;gap:1rem;align-items:start;padding:16px;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard);transition:opacity .2s ease}.cart__item.is-loading{opacity:.5;pointer-events:none}.cart__item-image{display:block;width:88px;height:88px;border-radius:calc(var(--radius-standard) - 4px);overflow:hidden;background-color:#f4f4f1}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-info{display:flex;flex-direction:column;gap:.375rem;min-width:0}.cart__item-title{font-size:.9375rem;font-weight:700;color:var(--text-dark);text-decoration:none;overflow-wrap:break-word}.cart__item-title:hover{text-decoration:underline}.cart__item-variant{font-size:.8125rem;color:var(--text-body)}.cart__item-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem}.cart__qty{display:flex;align-items:stretch;border:1px solid var(--border-color);border-radius:var(--radius-standard);overflow:hidden}.cart__qty-btn{width:44px;height:44px;flex-shrink:0;border:none;background-color:#fff;color:var(--text-dark);font-size:1.125rem;line-height:1;cursor:pointer;transition:background-color .2s ease}.cart__qty-btn:hover:not(:disabled){background-color:var(--brand-green-light)}.cart__qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart__qty-input{width:44px;height:44px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:.875rem;font-weight:600;color:var(--text-dark);-moz-appearance:textfield}.cart__qty-input::-webkit-outer-spin-button,.cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart__remove{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:none;border-radius:8px;background:none;color:var(--text-body);cursor:pointer;transition:color .2s ease,background-color .2s ease}.cart__remove:hover{color:#b3261e;background-color:#b3261e14}.cart__remove svg{width:18px;height:18px}.cart__item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;white-space:nowrap}.cart__item-compare-price{font-size:.8125rem;color:var(--text-body);text-decoration:line-through}.cart__item-current-price{font-size:.9375rem;font-weight:700;color:var(--text-dark)}.cart__summary{position:sticky;top:24px;min-width:0;display:flex;flex-direction:column;gap:.75rem;padding:20px}.cart__summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.9375rem;font-weight:600;color:var(--text-dark)}.cart__summary-value{font-size:1.25rem;font-weight:800}.cart__summary-savings{margin:0;font-size:.8125rem;font-weight:600;color:var(--brand-green)}.cart__summary-note{margin:0;font-size:.75rem;color:var(--text-body)}.cart__checkout{width:100%;margin-top:.5rem}.cart-recommendations,.cart__offers{border-top:1px solid var(--border-color);padding-top:var(--space-sm)}.cart-recommendations[hidden]{display:none}.cart-recommendations__heading,.cart__offers-heading{margin:0 0 1rem;font-size:1.25rem;color:var(--text-dark)}.cart-recommendations__grid,.cart__offers-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cart-card{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:12px;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard)}.cart-card__image{position:relative;display:block;aspect-ratio:1 / 1;border-radius:calc(var(--radius-standard) - 4px);overflow:hidden;background-color:#f4f4f1}.cart-card__savings{position:absolute;top:6px;right:6px;z-index:1;padding:2px 8px;border-radius:var(--radius-pill);background-color:var(--brand-green);color:#fff;font-size:.625rem;font-weight:700;white-space:nowrap}.cart-card__image img{width:100%;height:100%;object-fit:cover}.cart-card__info{display:flex;flex-direction:column;gap:.125rem;flex:1}.cart-card__title{font-size:.8125rem;font-weight:600;color:var(--text-dark);text-decoration:none;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-card__price{font-size:.8125rem;font-weight:700;color:var(--brand-green)}.cart-card__add{appearance:none;-webkit-appearance:none;border:1px solid var(--brand-green);border-radius:var(--radius-pill);background-color:#fff;color:var(--brand-green);font-size:.8125rem;font-weight:700;padding:8px 12px;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.cart-card__add:hover:not(:disabled){background-color:var(--brand-green);color:#fff}.cart-card__add:disabled{opacity:.4;cursor:not-allowed}.cart-card__add.is-loading{opacity:.7;cursor:wait}@media(max-width:900px){.cart__layout{grid-template-columns:1fr}.cart__summary{position:static}.cart-recommendations__grid,.cart__offers-grid{grid-auto-flow:column;grid-auto-columns:62%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.cart-recommendations__grid li,.cart__offers-grid li{scroll-snap-align:start}}@media(max-width:480px){.cart__item{grid-template-columns:72px 1fr}.cart__item-price{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.cart-recommendations__grid,.cart__offers-grid{grid-auto-columns:78%}}.collection-banner{display:grid;grid-template-columns:var(--content-grid)}.collection-banner__grid{grid-column:2}.collection-banner__inner{position:relative;display:flex;align-items:flex-end;min-height:220px;border-radius:var(--radius-standard);overflow:hidden;background:linear-gradient(135deg,var(--brand-green-light) 0%,var(--collection-accent-light) 100%)}.collection-banner__inner--image{min-height:320px}.collection-banner__image{position:absolute;top:0;right:0;bottom:0;left:0}.collection-banner__image img{width:100%;height:100%;object-fit:cover}.collection-banner__inner--image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0000008c,#0000 60%)}.collection-banner__overlay{position:relative;z-index:1;padding:var(--space-sm) var(--space-sm) 28px;max-width:640px}.collection-banner__title{margin:0;font-size:2.25rem;font-weight:800}.collection-banner__inner--image .collection-banner__title{color:#fff}.collection-banner__inner:not(.collection-banner__inner--image) .collection-banner__title{color:var(--text-dark)}.collection-banner__description{margin-top:.5rem;font-size:.9375rem;line-height:1.5}.collection-banner__inner--image .collection-banner__description{color:#ffffffe6}.collection-banner__inner:not(.collection-banner__inner--image) .collection-banner__description{color:var(--text-body)}.collection-main{padding:var(--space-sm) 24px var(--space-md)}.collection-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.8125rem;color:var(--text-body)}.collection-breadcrumb a{color:var(--text-body);text-decoration:none}.collection-breadcrumb a:hover{text-decoration:underline}.collection-breadcrumb [aria-current=page]{color:var(--text-dark);font-weight:600}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.collection-toolbar__sort{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--text-dark)}.collection-toolbar__sort select{padding:8px 12px;border:1px solid var(--border-color);border-radius:var(--radius-standard);font-size:.875rem;color:var(--text-dark);background-color:#fff}.collection-toolbar__count{margin:0;font-size:.875rem;color:var(--text-body)}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.collection-grid__item{position:relative;display:flex;flex-direction:column;overflow:hidden}.collection-grid__image-link{display:block}.collection-grid__image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:#f4f4f1}.collection-grid__image-tag{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-grid__item:hover .collection-grid__image-tag{transform:scale(1.06)}.collection-grid__badge{position:absolute;z-index:2;top:10px;display:inline-flex;align-items:center;gap:.3125rem;padding:4px 10px;border-radius:var(--radius-pill);background-color:var(--brand-green);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.collection-grid__badge--herbal{position:absolute;top:10px;left:10px}.collection-grid__badge--herbal svg{width:12px;height:12px;flex-shrink:0}.collection-grid__badge--discount{position:absolute;top:10px;right:10px}.collection-grid__content{display:flex;flex-direction:column;gap:.375rem;padding:14px 14px 4px}.collection-grid__title{font-size:.9375rem;font-weight:600;color:var(--text-dark);text-decoration:none}.collection-grid__title:hover{text-decoration:underline}.collection-grid__price{display:flex;align-items:center;gap:.5rem}.collection-grid__compare-price{font-size:.8125rem;color:var(--text-body);text-decoration:line-through}.collection-grid__current-price{font-size:1rem;font-weight:700;color:var(--collection-accent)}.collection-grid__quick-add{padding:10px 14px 14px}.collection-grid__quick-add-btn{width:100%;padding:10px 16px;font-size:.8125rem;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.collection-grid__item:hover .collection-grid__quick-add-btn{opacity:1;transform:translateY(0)}.collection-grid__quick-add-btn:disabled{opacity:.5;cursor:not-allowed;background-color:var(--border-color);border-color:var(--border-color)}.collection-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:72px 24px;border-radius:var(--radius-standard);background-color:var(--brand-green-light);text-align:center}.collection-empty__icon{width:48px;height:48px;color:var(--collection-accent)}.collection-empty__heading{margin:.5rem 0 0;font-size:1.375rem;color:var(--text-dark)}.collection-empty__text{margin:0;max-width:40ch;color:var(--text-body)}.collection-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:var(--space-sm)}.collection-pagination__link{padding:10px 20px;font-size:.875rem}.collection-pagination__number,.collection-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:var(--radius-standard);font-size:.875rem;color:var(--text-body);text-decoration:none}.collection-pagination__number:hover{background-color:var(--brand-green-light)}.collection-pagination__number.is-current{background-color:var(--collection-accent);color:#fff;font-weight:700}@media(max-width:1100px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.collection-banner__inner{min-height:180px;border-radius:0}.collection-banner__title{font-size:1.625rem}.collection-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.collection-toolbar__sort{width:100%;justify-content:space-between}.collection-toolbar__sort select{flex:1}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-grid__content{padding:10px 10px 2px}.collection-grid__quick-add{padding:8px 10px 10px}.collection-grid__quick-add-btn{opacity:1;transform:none;padding:8px 12px}}@media(max-width:480px){.collection-grid__badge{top:8px;padding:4px 8px;font-size:.625rem;gap:.25rem}.collection-grid__badge--herbal{top:8px;left:8px}.collection-grid__badge--herbal svg{width:10px;height:10px}.collection-grid__badge--discount{top:8px;right:8px}}.collection-list{padding:var(--space-sm) 24px var(--space-md);background-color:#f4f4f1}.collection-list__back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.8125rem;font-weight:600;color:var(--text-body);text-decoration:none}.collection-list__back:hover{color:var(--text-dark)}.collection-list__back svg{width:16px;height:16px}.collection-list__heading{margin:0;font-size:2rem;font-weight:800;color:var(--text-dark)}.collection-list__subheading{margin:.5rem 0 0;font-size:1rem;color:var(--text-body)}.collection-list__grid{display:grid;grid-template-columns:repeat(var(--collection-list-columns, 4),1fr);gap:1.5rem;margin-top:var(--space-sm)}.collection-list__card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.collection-list__card:hover{transform:translateY(-4px);box-shadow:0 24px 40px -24px #0000004d}.collection-list__image{aspect-ratio:1 / 1;overflow:hidden;background-color:#f4f4f1}.collection-list__image-tag{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-list__card:hover .collection-list__image-tag{transform:scale(1.06)}.collection-list__content{display:flex;flex-direction:column;gap:.5rem;padding:16px}.collection-list__title{margin:0;font-size:1.0625rem;font-weight:700;color:var(--text-dark)}.collection-list__description{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;line-height:1.5;color:var(--text-body)}.collection-list__cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.875rem;font-weight:700;color:var(--brand-green)}.collection-list__cta svg{width:16px;height:16px;transition:transform .2s ease}.collection-list__card:hover .collection-list__cta svg{transform:translate(3px)}.collection-list__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:72px 24px;margin-top:var(--space-sm);border-radius:var(--radius-standard);background-color:var(--brand-green-light);text-align:center;color:var(--text-body)}.collection-list__empty svg{width:48px;height:48px;color:var(--brand-green)}@media(max-width:1100px){.collection-list__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.collection-list__heading{font-size:1.625rem}.collection-list__grid{gap:1rem}.collection-list__content{padding:12px}}.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}.feature-grid{display:grid;grid-template-columns:var(--content-grid);background-color:var(--brand-green-light)}.feature-grid__grid{grid-column:2}.feature-grid__inner{padding:64px 0}.feature-grid__heading{margin:0 0 2.5rem;padding:0 24px;font-size:1.75rem;font-weight:800;line-height:1.2;letter-spacing:.04em;text-align:center;text-transform:uppercase;color:var(--brand-green)}.feature-grid__carousel{position:relative}.feature-grid__viewport{overflow-x:auto;scroll-snap-type:x mandatory;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:14px 40px 14px 24px}.feature-grid__viewport::-webkit-scrollbar{display:none}.feature-grid__viewport.is-dragging{cursor:grabbing;scroll-snap-type:none}.feature-grid__track{display:flex;align-items:stretch;gap:16px}.feature-grid__card{position:relative;flex:0 0 82%;max-width:320px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:44px 24px 32px;text-align:center;background-color:var(--brand-green-light);border:1.5px solid var(--feature-grid-border);border-radius:72px 72px 20px 20px}.feature-grid__icon{display:flex;align-items:center;justify-content:center;position:absolute;top:-28px;left:50%;transform:translate(-50%);width:60px;height:60px;border-radius:var(--radius-pill);background-color:var(--brand-green-light);border:2px solid var(--brand-green);color:var(--brand-green)}.feature-grid__icon svg{width:26px;height:26px}.feature-grid__title{margin:.25rem 0 0;font-size:1rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--text-dark)}.feature-grid__description{margin:0;font-size:.875rem;line-height:1.5;color:var(--text-body)}.feature-grid__dots{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px}.feature-grid__dot{width:9px;height:9px;padding:0;border-radius:50%;border:1.5px solid var(--text-dark);background-color:transparent;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.feature-grid__dot.is-active{background-color:var(--text-dark);transform:scale(1.1)}@media(min-width:700px){.feature-grid__inner{padding:72px 24px}.feature-grid__heading{padding:0}.feature-grid__viewport{overflow-x:visible;scroll-snap-type:none;cursor:default;padding:20px 0 0}.feature-grid__track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-grid__card{flex:initial;max-width:none;scroll-snap-align:none}.feature-grid__dots{display:none}}@media(max-width:480px){.feature-grid__inner{padding:48px 0}.feature-grid__heading{font-size:1.5rem;margin-bottom:2rem}.feature-grid__card{flex-basis:86%}}.footer{position:relative;display:grid;grid-template-columns:var(--content-grid);background:linear-gradient(180deg,var(--brand-green-light) 0%,#ffffff 55%);overflow:hidden}.footer__pattern{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIiB2aWV3Qm94PSIwIDAgMTYwIDE2MCI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMEY1QTM1IiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggc3Ryb2tlLW9wYWNpdHk9IjAuMDciIGQ9Ik0yMiAxMTJjMjQgMCA0MC0xNiA0MC00MCAwLTIuMi0uMS00LS4zLTYtMTguMyAwLTMzLjMgOS0zOC4yIDI0LjVDMjEgMTAwLjUgMjIgMTA2IDIyIDExMnoiLz48cGF0aCBzdHJva2Utb3BhY2l0eT0iMC4wNyIgZD0iTTIyIDExMmMwLTkgNC41LTE4IDEyLTI0LjUiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OCA0NCkgcm90YXRlKDI0KSI+PHBhdGggc3Ryb2tlLW9wYWNpdHk9IjAuMDUiIGQ9Ik0wIDQ0YzE1LjUgMCAyNi0xMCAyNi0yNiAwLTEuNC0uMS0yLjYtLjItMy45LTEyIDAtMjIgNS44LTI1LjMgMTZDMC4zIDM0LjcgMCAzOSAwIDQ0eiIvPjxwYXRoIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBkPSJNMCA0NGMwLTUuOCAyLjktMTEuNyA4LTE2Ii8+PC9nPjwvZz48L3N2Zz4=);background-repeat:repeat;background-size:160px 160px;pointer-events:none}.footer__grid{position:relative;z-index:1;grid-column:2}.footer__inner{padding:var(--space-lg) 24px var(--space-md)}.footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.footer__logo img{height:40px;width:auto;display:block}.footer__tagline{margin-top:1rem;max-width:32ch;font-size:.875rem;line-height:1.5;color:var(--text-body)}.footer__socials{display:flex;gap:.625rem;margin-top:1.25rem}.footer__social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-pill);background-color:#fff;border:1px solid var(--border-color);color:var(--footer-accent);transition:background-color .2s ease,color .2s ease}.footer__social-icon svg{width:16px;height:16px}.footer__social-icon:hover{background-color:var(--footer-accent);color:#fff}.footer__contact{margin-top:1.25rem}.footer__contact .footer__heading{margin-bottom:.875rem}.footer__contact-list{display:flex;flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none}.footer__contact-item{display:flex;align-items:center;gap:.625rem}.footer__contact-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:18px;height:18px;color:var(--text-body)}.footer__contact-icon svg{width:100%;height:100%}.footer__contact-item a{font-size:.875rem;color:var(--text-body);text-decoration:none;word-break:break-word}.footer__contact-item a:hover{color:var(--footer-accent);text-decoration:underline}.footer__heading{margin:0 0 1.25rem;font-size:1rem;font-weight:700;color:var(--text-dark)}.footer__link-list{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.footer__link-list a{font-size:.875rem;color:var(--text-body);text-decoration:none}.footer__link-list a:hover{color:var(--footer-accent);text-decoration:underline}.footer__newsletter-text{margin:0 0 1.25rem;font-size:.875rem;color:var(--text-body)}.footer__newsletter-field{display:flex;gap:.5rem}.footer__newsletter-field input[type=email]{flex:1;min-width:0;padding:0 14px;border:1px solid var(--border-color);border-radius:var(--radius-pill);background-color:#fff;font-size:.875rem;color:var(--text-dark)}.footer__newsletter-field .btn{flex-shrink:0;padding:12px 20px;font-size:.8125rem}.footer__newsletter-success{margin:0;font-size:.875rem;font-weight:600;color:var(--footer-accent)}.footer__newsletter-error{margin:.5rem 0 0;font-size:.8125rem;color:#c0392b}.footer__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--border-color)}.footer__badge{display:flex;align-items:center;gap:.5rem;padding:10px 18px;border-radius:var(--radius-pill);background-color:#fff;border:1px solid var(--border-color)}.footer__badge-icon{display:flex;flex-shrink:0;width:18px;height:18px;color:var(--footer-accent)}.footer__badge-icon svg{width:100%;height:100%}.footer__badge-text{font-size:.8125rem;font-weight:600;color:var(--text-dark)}.footer__bottom{position:relative;z-index:1;grid-column:1 / -1;display:grid;grid-template-columns:var(--content-grid);border-top:1px solid var(--border-color)}.footer__bottom-grid{grid-column:2}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:20px 24px}.footer__copyright{margin:0;font-size:.8125rem;color:var(--text-body)}.footer__payment{display:flex;align-items:center;gap:.625rem}.footer__payment svg{height:22px;width:auto}@media(max-width:900px){.footer__columns{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}}@media(max-width:600px){.footer__inner{padding:var(--space-md) 20px var(--space-sm)}.footer__columns{grid-template-columns:1fr;gap:2rem}.footer__badges{justify-content:flex-start}.footer__badge{flex:1 1 auto}.footer__bottom-inner{flex-direction:column;align-items:flex-start}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}header{position:relative;height:5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;align-items:center;gap:1rem}.header__logo{margin:0}.header__logo-image{display:block;height:var(--logo-height);width:auto;max-width:100%}.header__logo-text{font-size:1.25rem;font-weight:700;color:var(--text-dark, var(--color-foreground));white-space:nowrap}.header__icon-btn{position:relative}.header__icon-btn svg{width:1.75rem}.header__cart-count{position:absolute;top:-2px;right:-2px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background-color:var(--brand-green);color:#fff;font-size:.625rem;font-weight:700;line-height:1;pointer-events:none}.header__cart-count[hidden]{display:none}.header__menu-toggle{display:none;border:none;background:none;padding:0;color:var(--color-foreground);cursor:pointer}.header__menu-overlay,.header__menu-panel-header,.header__menu-close{display:none}@media(max-width:900px){header{height:4rem;padding:0 var(--page-margin, 16px)}.header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}.header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:min(160px,calc(100vw - 240px))}.header__icons{gap:.25rem}.header__icon-btn{width:44px;height:44px}.header__menu{position:fixed;top:0;left:0;bottom:0;z-index:1000;display:flex;flex-direction:column;align-items:stretch;gap:0;width:320px;max-width:85vw;background-color:#fff;box-shadow:20px 0 60px -20px #00000059;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.header__menu.is-open{transform:translate(0)}.header__menu-panel-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:16px 20px;border-bottom:1px solid var(--border-color)}.header__menu-panel-title{font-size:1rem;font-weight:700;color:var(--text-dark)}.header__menu-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:none;color:var(--text-dark);cursor:pointer}.header__menu a{justify-content:flex-start;padding:14px 20px;color:var(--text-dark);border-bottom:1px solid var(--border-color)}.header__menu-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-color:#0f171173;opacity:0;pointer-events:none;transition:opacity .3s ease}.header__menu-overlay.is-open{opacity:1;pointer-events:auto}}html.header-menu-open{overflow:hidden}.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{display:grid;grid-template-columns:var(--content-grid);background-color:#fff}.hero__grid{grid-column:2}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:96px 24px}.hero__content{color:var(--text-dark)}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 14px;border-radius:var(--radius-pill);background-color:#fff;border:1px solid var(--border-color);color:var(--text-body);font-size:.8125rem;font-weight:600}.hero__badge svg{width:15px;height:15px;flex-shrink:0}.hero__headline{margin:1.5rem 0 0;max-width:16ch;font-size:2.75rem;line-height:1.15;font-weight:700;letter-spacing:-.01em;color:var(--text-dark)}.hero__subhead{margin:1.25rem 0 0;max-width:46ch;font-size:1.0625rem;line-height:1.6;color:var(--text-body)}.hero__cta{margin-top:2rem}.hero__micro{margin:.875rem 0 0;font-size:.8125rem;color:var(--text-body)}.hero__visual{display:flex}.hero__image-wrap{width:100%;border-radius:var(--radius-large);box-shadow:0 0 0 10px var(--brand-green-light),0 30px 60px -30px #0f5a3559;overflow:hidden}.hero__image{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.hero__placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4 / 5;background-color:var(--brand-green-light);color:var(--brand-green)}.hero__placeholder svg{width:30%;height:30%}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;padding:56px 24px;gap:2.5rem}.hero__visual{order:-1}.hero__image-wrap{max-width:360px;margin:0 auto;box-shadow:0 0 0 8px var(--brand-green-light),0 24px 48px -24px #0f5a3559}.hero__headline{max-width:none;font-size:2.125rem}.hero__subhead{max-width:none}}@media(max-width:480px){.hero__headline{font-size:1.75rem}.hero__cta{width:100%;justify-content:center}}.promo-banner-slider{position:relative;width:100%}.promo-banner-slider__viewport{position:relative;width:100%;aspect-ratio:21 / 9;overflow:hidden;background-color:var(--brand-green-light, #eef5f0)}.promo-banner-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;opacity:0;pointer-events:none;transition:opacity .7s ease}.promo-banner-slider__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.promo-banner-slider__picture,.promo-banner-slider__link{display:block;width:100%;height:100%}.promo-banner-slider__image{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.promo-banner-slider__placeholder{width:100%;height:100%;background-color:var(--brand-green-light, #eef5f0)}.promo-banner-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,#0000008c,#00000047 35%,#0000 65%)}.promo-banner-slider__content{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:24px 20px 28px;text-align:left;color:#fff}.promo-banner-slider__heading{width:100%;margin:0;color:#fff;font-size:1.5rem;line-height:1.2;text-wrap:balance}.promo-banner-slider__text{width:100%;max-width:38rem;margin:0;color:#ffffffeb;font-size:.9375rem;line-height:1.45}.promo-banner-slider__cta{margin-top:4px}.promo-banner-slider__arrow{display:none;position:absolute;top:50%;z-index:3;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-pill);background-color:#ffffff8c;color:var(--text-dark);cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}.promo-banner-slider__arrow:hover{background-color:#ffffffd9;box-shadow:0 4px 14px #0000002e}.promo-banner-slider__arrow svg{width:22px;height:22px}.promo-banner-slider__arrow--prev{left:16px}.promo-banner-slider__arrow--next{right:16px}@media(min-width:701px){.promo-banner-slider__arrow{display:flex}}.promo-banner-slider__dots{position:absolute;left:50%;top:16px;z-index:3;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.promo-banner-slider__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background-color:#ffffff8c;box-shadow:0 0 0 1px #00000014;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.promo-banner-slider__dot.is-active{background-color:#fff;transform:scale(1.25)}@media(max-width:749px){.promo-banner-slider__viewport{aspect-ratio:4 / 5}.promo-banner-slider__content{padding:20px 16px 24px}}@media(min-width:750px){.promo-banner-slider__content{max-width:42rem;padding:40px 56px 48px;gap:12px}.promo-banner-slider__heading{font-size:2.25rem}.promo-banner-slider__text{font-size:1.0625rem}.promo-banner-slider__dots{top:20px}}.image-slider{position:relative;width:100%}.image-slider__viewport{position:relative;width:100%;aspect-ratio:21 / 9;overflow:hidden;background-color:var(--brand-green-light, #eef5f0)}.image-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;opacity:0;pointer-events:none;transition:opacity .7s ease}.image-slider__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.image-slider__image{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.image-slider__placeholder{width:100%;height:100%;background-color:var(--brand-green-light, #eef5f0)}.image-slider__arrow{display:none;position:absolute;top:50%;z-index:2;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius-pill);background-color:#ffffff8c;color:var(--text-dark);cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}.image-slider__arrow:hover{background-color:#ffffffd9;box-shadow:0 4px 14px #0000002e}.image-slider__arrow svg{width:22px;height:22px}.image-slider__arrow--prev{left:16px}.image-slider__arrow--next{right:16px}@media(min-width:701px){.image-slider__arrow{display:flex}}.image-slider__dots{position:absolute;left:50%;bottom:16px;z-index:2;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.image-slider__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background-color:#ffffff8c;box-shadow:0 0 0 1px #00000014;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.image-slider__dot.is-active{background-color:#fff;transform:scale(1.25)}@media(max-width:700px){.image-slider__viewport{aspect-ratio:4 / 5}.image-slider__dots{bottom:12px}}.marketplace-trust{display:grid;grid-template-columns:var(--content-grid);background-color:var(--brand-green-light)}.marketplace-trust__grid{grid-column:2}.marketplace-trust__inner{padding:20px 24px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.marketplace-trust__text{margin:0;font-size:.875rem;font-weight:500;color:var(--text-body)}.marketplace-trust__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.marketplace-trust__logo-link{display:flex;align-items:center;justify-content:center;line-height:0;background-color:#fff;border-radius:var(--radius-standard);box-shadow:0 2px 8px #00000014;padding:12px 20px;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}a.marketplace-trust__logo-link:hover,a.marketplace-trust__logo-link:focus-visible{opacity:.9;transform:scale(1.04);box-shadow:0 4px 14px #00000024}.marketplace-trust__logo-img{display:block;height:58px;width:auto}@media(max-width:480px){.marketplace-trust__text{font-size:.8125rem}.marketplace-trust__logos{flex-wrap:nowrap;justify-content:space-between;gap:10px;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.marketplace-trust__logos::-webkit-scrollbar{display:none}.marketplace-trust__logo-link{flex:0 0 auto;padding:8px 14px}.marketplace-trust__logo-img{height:42px}}.product__related-grid{display:grid;grid-template-columns:repeat(var(--product-related-columns-mobile, 2),1fr);gap:1.25rem}@media screen and (min-width:750px){.product__related-grid{grid-template-columns:repeat(var(--product-related-columns-desktop, 4),1fr)}}.product__related-card{display:flex;flex-direction:column;gap:.5rem;padding:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.product__related-card:hover{transform:translateY(-4px)}.product__related-image{position:relative;border-radius:calc(var(--radius-standard) - 4px);overflow:hidden;background-color:#f4f4f1}.product__related-image--ratio-portrait{aspect-ratio:4 / 5}.product__related-image--ratio-square{aspect-ratio:1 / 1}.product__related-image img{width:100%;height:100%;object-fit:cover}.product__related-image img.is-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.product__related-image--has-secondary:hover img.is-secondary{opacity:1}.product__related-image--shape-round{border-radius:50%}.product__related-image--shape-arch{border-radius:50% 50% 0 0}.product__related-image--shape-blob{border-radius:63% 37% 54% 46%/55% 48% 52% 45%}.product__related-image--shape-diamond{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.product__related-image--shape-parallelogram{clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%)}.product__related-image--shape-chevronleft{clip-path:polygon(20% 0%,100% 0%,100% 100%,20% 100%,0% 50%)}.product__related-image--shape-chevronright{clip-path:polygon(0% 0%,80% 0%,100% 50%,80% 100%,0% 100%)}.product__related-vendor{font-size:.75rem;color:var(--text-dark);opacity:.65}.product__related-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;color:var(--text-dark)}.product__related-stars{--percent: calc(var(--rating) / var(--rating-scale) * 100%);position:relative;display:inline-block;font-size:.8125rem;line-height:1}.product__related-stars-track{color:#e3e3df}.product__related-stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--percent);overflow:hidden;color:var(--product-accent, var(--brand-green));white-space:nowrap}.product__related-price{font-size:.875rem;font-weight:700;color:var(--product-accent)}.product__related-compare-price{margin-left:.375rem;font-weight:400;color:var(--text-dark);text-decoration:line-through;opacity:.6}.product{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md) 24px}.product__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-body)}.product__breadcrumb a{color:var(--text-body);text-decoration:none}.product__breadcrumb a:hover{text-decoration:underline}.product__breadcrumb [aria-current=page]{color:var(--text-dark);font-weight:600}.product__layout{position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:3rem}.product__media{position:relative}.product__badge{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:.375rem;padding:6px 12px;border-radius:var(--radius-pill);background-color:var(--product-accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;transition:opacity .2s ease}.product__badge[hidden]{display:none}.product__badge.is-hidden{opacity:0;pointer-events:none}.product__badge--herbal{top:16px;left:16px}.product__badge--herbal svg{width:14px;height:14px}.product__badge--discount{top:16px;right:16px}.product__gallery{display:grid;gap:.625rem}.product__main-image{position:relative;aspect-ratio:4 / 5;border-radius:var(--radius-standard);overflow:hidden;background-color:#f4f4f1;touch-action:pan-y}.product__main-image-tag{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .2s ease}.product__main-image-tag.is-fading{opacity:0}.product__gallery-nav{display:flex;align-items:center;justify-content:center;gap:.875rem}.product__gallery-arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--brand-green-light);border-radius:50%;background-color:#fff;color:var(--text-dark);cursor:pointer;transition:background-color .2s ease}.product__gallery-arrow:hover{background-color:var(--brand-green-light)}.product__gallery-arrow svg{width:16px;height:16px}.product__gallery-arrow.is-boundary{visibility:hidden;pointer-events:none}.product__gallery-indicator{margin:0;min-width:2.5rem;font-size:.8125rem;font-weight:600;color:var(--text-body);text-align:center}.product__thumbnails{display:none}.product__thumbnail{flex:0 0 auto;width:64px;height:64px;aspect-ratio:1 / 1;padding:0;border:2px solid transparent;border-radius:var(--radius-standard);overflow:hidden;background-color:#f4f4f1;cursor:pointer;transition:border-color .2s ease}.product__thumbnail img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.product__thumbnail.is-active{border-color:var(--product-accent)}.product__title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--text-dark)}@media(min-width:480px){.product__title{font-size:1.625rem;line-height:1.3}}@media(min-width:900px){.product__title{font-size:1.75rem;line-height:1.3}}.product__tagline{display:inline-block;margin-top:.875rem;padding:6px 14px;border-radius:var(--radius-pill);background-color:var(--product-accent-soft);color:var(--product-accent);font-size:.875rem;font-style:italic;font-weight:600}.product__rating{display:flex;align-items:center;gap:.625rem;margin-top:var(--space-sm);padding:4px;width:fit-content;text-decoration:none;cursor:pointer;border-radius:6px}.product__rating:hover{text-decoration:underline}.product__stars{position:relative;display:inline-flex;font-size:1.0625rem;letter-spacing:2px}.product__stars-track{color:var(--border-color)}.product__stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:calc(var(--rating) / var(--rating-scale, 5) * 100%);overflow:hidden;white-space:nowrap;color:var(--product-accent)}.product__rating-text{font-size:.875rem;font-weight:600;color:var(--text-dark)}.product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem;margin-top:var(--space-sm)}.product__compare-price{font-size:1.0625rem;font-weight:500;color:var(--text-body);text-decoration:line-through;text-decoration-color:var(--text-body);text-decoration-thickness:1px}.product__compare-price[hidden]{display:none}.product__current-price{font-size:1.75rem;font-weight:800;color:var(--text-dark)}.product__prepaid-badge{padding:4px 12px;border-radius:var(--radius-pill);background-color:var(--product-accent-soft);color:var(--product-accent);font-size:.75rem;font-weight:700}.product__price-note{margin-top:.5rem;font-size:.8125rem;color:var(--text-body)}.product__form{margin-top:var(--space-sm)}.product__variants{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.product__variant-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:13px 17px 9px;border:1px solid var(--border-color);border-radius:var(--radius-standard);background-color:#fff;cursor:pointer;text-align:center;transition:border-color .2s ease,border-width .2s ease}.product__variant-option input{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;cursor:pointer}.product__variant-option:has(input:checked){border-color:var(--product-accent);border-width:2px;padding:12px 16px 8px}.product__variant-option:has(input:disabled){opacity:.4;cursor:not-allowed}.product__variant-option:has(input:disabled) input{cursor:not-allowed}.product__variant-badge{padding:2px 8px;border-radius:var(--radius-pill);background-color:var(--product-accent);color:#fff;font-size:.6875rem;font-weight:700;white-space:nowrap}.product__variant-badge[hidden]{display:none}.product__variant-bestseller-badge{padding:2px 8px;border-radius:var(--radius-pill);background-color:#c0392b;color:#fff;font-size:.6875rem;font-weight:700;white-space:nowrap}.product__variant-label{font-size:.9375rem;font-weight:600;color:var(--text-dark)}.product__bulk-quote-trigger{width:100%;box-sizing:border-box;padding:12px 20px;font-size:.9375rem}.product__bulk-quote-hint{margin:6px 0 .875rem;font-size:.8125rem;color:var(--text-body);text-align:center}.product__form-row{display:flex;align-items:stretch;gap:.75rem}.product__quantity{display:flex;align-items:stretch;flex:0 0 auto;border:1px solid var(--border-color);border-radius:var(--radius-standard);overflow:hidden}.product__quantity-btn{flex:0 0 auto;width:40px;border:none;background-color:#fff;color:var(--text-dark);font-size:1.125rem;line-height:1;cursor:pointer;transition:background-color .2s ease}.product__quantity-btn:hover{background-color:var(--product-accent-soft)}.product__quantity-input{width:44px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:.9375rem;font-weight:600;color:var(--text-dark);-moz-appearance:textfield}.product__quantity-input::-webkit-outer-spin-button,.product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart{flex:1;min-width:0}.product__add-to-cart.is-loading{opacity:.7;cursor:wait}.product__buy-now{margin-top:.75rem}.product__buy-now .shopify-payment-button{width:100%}.product__buy-now .shopify-payment-button__button{border-radius:var(--radius-standard)!important}.product__cod-banner{box-sizing:border-box;width:100%;max-width:100%;display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:12px;border:2px solid #ffc9de;border-radius:var(--radius-standard);background:linear-gradient(135deg,var(--brand-green-light) 0%,#ffffff 65%);animation:cod-banner-glow 2.8s ease-in-out infinite}@keyframes cod-banner-glow{0%,to{box-shadow:0 0 color-mix(in srgb,#ffc9de 45%,transparent);border-color:#ffc9de}50%{box-shadow:0 0 12px 2px color-mix(in srgb,#ffc9de 55%,transparent);border-color:#ffe1ec}}@media(prefers-reduced-motion:reduce){.product__cod-banner{animation:none;box-shadow:0 0 0 2px #ffc9de}}.product__cod-banner-icon{flex:0 0 auto;font-size:1.5rem;line-height:1}.product__cod-banner-text{flex:1 1 0%;min-width:0;display:flex;flex-direction:column;gap:4px}.product__cod-banner-line{line-height:1.3;word-break:break-word}.product__cod-banner-line--en{font-size:.875rem;font-weight:700;color:var(--text-dark)}.product__cod-banner-line--hi{font-size:.75rem;font-weight:500;color:var(--text-body)}.product__cod-banner-highlight{font-weight:800;color:#dc3545}.free-gift{margin-bottom:1.25rem}.free-gift__heading{margin:0 0 .5rem;font-size:.875rem;font-weight:700;color:var(--text-dark)}.free-gift__card{box-sizing:border-box;width:100%;max-width:100%;display:flex;align-items:flex-start;gap:.5rem;padding:12px;border:2px solid var(--brand-green-light);border-radius:var(--radius-standard);background:linear-gradient(135deg,var(--brand-green-light) 0%,#ffffff 65%);animation:free-gift-glow 2.6s ease-in-out infinite}@keyframes free-gift-glow{0%,to{box-shadow:0 0 color-mix(in srgb,var(--brand-green) 35%,transparent);border-color:var(--brand-green-light)}50%{box-shadow:0 0 12px 2px color-mix(in srgb,var(--brand-green) 30%,transparent);border-color:var(--brand-green)}}@media(prefers-reduced-motion:reduce){.free-gift__card{animation:none;box-shadow:0 0 0 2px var(--brand-green-light)}.free-gift__free{animation:none}}.free-gift__media{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:3px}.free-gift__image{flex:0 0 auto;width:48px;height:48px;border-radius:var(--radius-standard);overflow:hidden;background-color:#fff;box-shadow:0 1px 3px #00000014}.free-gift__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.free-gift__details{flex:1 1 0%;min-width:0;display:flex;flex-direction:column;gap:4px}.free-gift__title{margin:0;font-size:.875rem;font-weight:700;color:var(--text-dark);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.free-gift__qty{margin:0;font-size:.75rem;color:var(--text-body);white-space:nowrap}.free-gift__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .5rem}.free-gift__free{display:inline-block;font-size:.9375rem;font-weight:800;color:#dc3545;letter-spacing:.02em;white-space:nowrap;animation:free-gift-free-slide 2.8s ease-in-out infinite}@keyframes free-gift-free-slide{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.free-gift__compare{font-size:.875rem;font-weight:500;color:var(--text-body);text-decoration:line-through;text-decoration-color:var(--text-body);text-decoration-thickness:1px;white-space:nowrap}.free-gift__badge{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;width:fit-content;padding:4px 10px;border-radius:var(--radius-pill);background-color:var(--brand-green);color:#fff;font-size:.75rem;font-weight:700;white-space:normal;line-height:1.4}.trust-info{margin-top:var(--space-sm)}.trust-info__group{display:flex;flex-direction:column;gap:.75rem}.trust-info__box{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard);box-shadow:0 1px 2px #00000008}.trust-info__box{display:flex;align-items:center;gap:.75rem;padding:14px 18px}.trust-info__box--delivery{font-size:.875rem;font-weight:600;color:var(--text-dark)}.trust-info__box--trust{flex-direction:column;align-items:stretch;gap:.625rem}.trust-info__row{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--text-dark)}.trust-info__box--offer{flex-direction:column;align-items:stretch;gap:.375rem}.trust-info__row--offer{font-weight:700}.trust-info__payment-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem}.trust-info__payment-icon{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border:1px solid var(--border-color);border-radius:6px;background-color:transparent}.trust-info__payment-icon img{display:block;height:28px;width:auto}.trust-info__off-tag{flex-shrink:0;padding:2px 8px;border-radius:6px;background-color:var(--product-accent);color:#fff;font-size:.6875rem;font-weight:800;letter-spacing:.02em}.trust-info__secure-text{margin:0;font-size:.75rem;color:var(--text-body)}.trust-info__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--product-accent)}.trust-info__icon svg{width:100%;height:100%}.trust-info__icon--circle{width:40px;height:40px;border-radius:var(--radius-pill);background-color:var(--product-accent-soft)}.trust-info__icon--circle svg{width:20px;height:20px}.product__tabs{border-top:1px solid var(--border-color);padding-top:var(--space-sm)}.product__tab-list{display:flex;gap:.5rem;border-bottom:1px solid var(--border-color)}.product__tab{padding:10px 18px;border:none;background:none;font-size:.9375rem;font-weight:700;font-family:var(--font-heading--family, var(--font-primary--family));color:var(--text-body);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.product__tab.is-active{color:var(--product-accent);border-bottom-color:var(--product-accent)}.product__tab-panel{padding-top:1.5rem;line-height:1.6;color:var(--text-body)}.product__tab-panel[hidden]{display:none}.product__tab-panel>*:first-child{margin-top:0}.product__tab-panel>*:last-child{margin-bottom:0}.product__tab-panel h2,.product__tab-panel h3{font-family:var(--font-heading--family, var(--font-primary--family));color:var(--text-dark);line-height:1.3;margin-top:var(--space-md);margin-bottom:.75rem}.product__tab-panel h2{font-size:1.375rem;font-weight:700}.product__tab-panel h3{font-size:1.125rem;font-weight:700}.product__tab-panel p{line-height:1.7;color:var(--text-body);margin-bottom:1rem}.product__tab-panel strong,.product__tab-panel b{color:var(--text-dark);font-weight:700}.product__tab-panel ul,.product__tab-panel ol{margin:0 0 1rem;padding-left:.25rem}.product__tab-panel ol{padding-left:1.25rem}.product__tab-panel li{line-height:1.7;color:var(--text-body);margin-bottom:.5rem}.product__tab-panel ul li{list-style:none;position:relative;padding-left:1.25rem}.product__tab-panel ul li:before{content:"";position:absolute;left:2px;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--brand-green)}.product__tab-panel ol li::marker{color:var(--brand-green);font-weight:700}.product__tab-panel img{display:block;max-width:100%;height:auto;border-radius:var(--radius-standard);margin:1rem 0}.product__tab-panel .product__table-wrapper{overflow-x:auto;overflow-y:hidden;margin:1.5rem 0;border:1px solid var(--border-color);border-radius:var(--radius-standard)}.product__tab-panel table{width:100%;min-width:480px;border-collapse:collapse}.product__tab-panel th{background:var(--brand-green-light);color:var(--text-dark);font-weight:700;text-align:left;padding:12px 16px}.product__tab-panel td{padding:12px 16px;border-bottom:1px solid var(--border-color)}.product__tab-panel tbody tr:last-child td{border-bottom:none}.product__tab-panel tbody tr:nth-child(2n){background:#fafafa}.product__reviews{border-top:1px solid var(--border-color);padding-top:var(--space-sm);scroll-margin-top:24px}.product__related{border-top:1px solid var(--border-color);padding-top:var(--space-sm)}.product__related-heading{display:block;margin:0 0 1.5rem;font-size:1.5rem;color:var(--text-dark)}.product__sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:none;align-items:center;justify-content:space-between;gap:1rem;padding:12px 16px;background-color:#fff;border-top:1px solid var(--border-color);box-shadow:0 -8px 24px -16px #0000004d;transform:translateY(100%);transition:transform .25s ease}.product__sticky-bar.is-visible{transform:translateY(0)}.product__sticky-info{display:flex;flex-direction:column;min-width:0}.product__sticky-title{font-size:.8125rem;font-weight:600;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product__sticky-meta{display:flex;align-items:center;gap:.3125rem;font-size:.75rem;color:var(--text-body)}.product__sticky-price{flex-shrink:0;font-size:.9375rem;font-weight:800;color:var(--product-accent)}.product__sticky-bar .btn{flex-shrink:0;padding:12px 24px}[data-product-sticky-add].is-loading{opacity:.7;cursor:wait}@media(max-width:900px){.product__layout{grid-template-columns:1fr;gap:2rem}.product__sticky-bar{display:flex}.free-gift__card{animation:none;box-shadow:0 0 0 2px var(--brand-green-light)}.product__cod-banner{animation:none;box-shadow:0 0 0 2px #ffc9de}}@media(max-width:480px){.free-gift__image{width:44px;height:44px}.trust-info__payment-icons{display:grid;grid-template-columns:repeat(2,1fr)}.trust-info__payment-icon{width:100%}.product__tab-list{gap:0}.product__tab{flex:1;padding:10px 8px;font-size:.8125rem;text-align:center}.product__sticky-info{max-width:55%}.product__variants{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.product__variant-option{padding:10px 12px}.product__variant-option:has(input:checked){padding:9px 11px;background-color:var(--product-accent-soft)}.product__variant-badge,.product__variant-bestseller-badge{font-size:.625rem}.product__variant-label{font-size:.8125rem}.product__form-row{margin-top:.375rem}.product__quantity-btn{width:32px}.product__quantity-input{width:36px}.product__add-to-cart{padding:14px 16px;font-size:.9375rem;border-radius:var(--radius-standard)}.quote-modal__panel{padding-bottom:4px}.quote-modal__header,.quote-modal__body{padding-left:16px;padding-right:16px}.quote-modal__actions{flex-direction:column}}@media(max-width:360px){.free-gift__card{padding:10px}}.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;pointer-events:none}.quote-modal.is-open{pointer-events:auto}html.quote-modal-open{overflow:hidden}.quote-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0f171180;opacity:0;transition:opacity .25s ease}.quote-modal.is-open .quote-modal__overlay{opacity:1}.quote-modal__panel{position:relative;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-sizing:border-box;background-color:#fff;border-radius:var(--radius-standard);box-shadow:0 24px 48px -12px #00000040;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .25s ease,transform .25s ease}.quote-modal.is-open .quote-modal__panel{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.quote-modal__overlay,.quote-modal__panel{transition:none}}.quote-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 20px 0}.quote-modal__heading{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-dark)}.quote-modal__close{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background-color:transparent;color:var(--text-body);cursor:pointer;transition:background-color .2s ease}.quote-modal__close:hover{background-color:var(--product-accent-soft)}.quote-modal__close svg{width:18px;height:18px}.quote-modal__body{padding:16px 20px 20px}.quote-modal__disclaimer{margin:0 0 16px;padding:8px 12px;border-radius:var(--radius-standard);background-color:#fdecea;font-size:.8125rem;font-weight:700;color:#dc3545}.quote-modal__field{margin-bottom:14px}.quote-modal__field label{display:block;margin-bottom:6px;font-size:.8125rem;font-weight:600;color:var(--text-dark)}.quote-modal__field input,.quote-modal__field select,.quote-modal__field textarea{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid var(--border-color);border-radius:var(--radius-standard);font-family:inherit;font-size:.9375rem;color:var(--text-dark);background-color:#fff}.quote-modal__field input:focus,.quote-modal__field select:focus,.quote-modal__field textarea:focus{outline:2px solid var(--brand-green);outline-offset:1px}.quote-modal__field input[readonly]{background-color:#f4f4f1;color:var(--text-body)}.quote-modal__field textarea{resize:vertical;min-height:72px}.quote-modal__total{margin:8px 0 0;font-size:1rem;font-weight:800;color:var(--brand-green)}.quote-modal__error{margin:0 0 14px;padding:10px 12px;border-radius:var(--radius-standard);background-color:#fdecea;color:#c0392b;font-size:.8125rem}.quote-modal__success{margin:0 0 14px;padding:10px 12px;border-radius:var(--radius-standard);background-color:var(--brand-green-light);color:var(--brand-green);font-size:.8125rem;font-weight:600}.quote-modal__actions{display:flex;gap:10px;margin-top:4px}.quote-modal__actions .btn{flex:1;padding:13px 16px;font-size:.9375rem}.reels-gallery{display:grid;grid-template-columns:var(--content-grid);background-color:#e8f5e9}.reels-gallery__grid{grid-column:2}.reels-gallery__inner{padding:48px 0}.reels-gallery__heading{margin:0 0 1.5rem;padding:0 16px;font-size:1.5rem;font-weight:700;line-height:1.2;text-align:center;color:var(--text-dark)}.reels-gallery__carousel{position:relative}.reels-gallery__viewport{overflow-x:auto;scroll-snap-type:x proximity;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:4px 8px 4px 16px}.reels-gallery__viewport::-webkit-scrollbar{display:none}.reels-gallery__viewport.is-dragging{cursor:grabbing;scroll-snap-type:none}.reels-gallery__track{--reel-gap: 10px;display:flex;align-items:flex-start;gap:var(--reel-gap)}.reels-gallery__item{flex:0 0 75%;scroll-snap-align:start;display:flex;flex-direction:column;gap:8px;-webkit-user-select:none;user-select:none}.reels-gallery__media{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;border-radius:var(--radius-standard);background-color:#0b0b0b;box-shadow:0 8px 20px -14px #0000004d}.reels-gallery__poster,.reels-gallery__placeholder,.reels-gallery__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;pointer-events:none}.reels-gallery__placeholder{z-index:2;background-color:var(--brand-green-light);transition:opacity .2s ease}.reels-gallery__poster{z-index:2;transition:opacity .2s ease}.reels-gallery__video{z-index:1;pointer-events:auto}.reels-gallery__play{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;z-index:3;width:40px;height:40px;padding:0;border:none;border-radius:var(--radius-pill);background-color:#00000073;box-shadow:0 0 0 2px #ffffffe6,0 2px 10px #00000059;color:#fff;cursor:pointer;transform:translate(-50%,-50%) translateZ(0);transition:opacity .2s ease,background-color .2s ease}.reels-gallery__play:hover{background-color:#0009}.reels-gallery__play svg{width:16px;height:16px;margin-left:2px}.reels-gallery__controls{display:none;align-items:center;position:absolute;top:8px;right:8px;z-index:3;gap:6px;transform:translateZ(0)}.reels-gallery__item.has-video .reels-gallery__controls{display:flex}.reels-gallery__speed{display:flex;align-items:center;justify-content:center;min-width:30px;height:22px;padding:0 6px;border:none;border-radius:var(--radius-pill);background-color:#00000073;color:#fff;font-size:.6875rem;font-weight:700;line-height:1;cursor:pointer}.reels-gallery__mute{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:var(--radius-pill);background-color:#00000073;color:#fff;cursor:pointer}.reels-gallery__mute-icon{width:15px;height:15px}.reels-gallery__mute-icon--off,.reels-gallery__mute.is-muted .reels-gallery__mute-icon--on{display:none}.reels-gallery__mute.is-muted .reels-gallery__mute-icon--off{display:block}.reels-gallery__progress{display:none;position:absolute;left:0;right:0;bottom:0;z-index:3;flex-direction:column;align-items:stretch;gap:3px;padding:0 8px 6px;cursor:pointer;touch-action:none}.reels-gallery__item.has-video .reels-gallery__progress{display:flex}.reels-gallery__progress-time{font-size:.625rem;font-weight:600;line-height:1;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)}.reels-gallery__progress-track{position:relative;width:100%;height:3px;border-radius:2px;background-color:#ffffff59;overflow:hidden}.reels-gallery__progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0%;background-color:#1877f2}.reels-gallery__item.is-playing .reels-gallery__play{opacity:0;pointer-events:none}.reels-gallery__item.is-playing .reels-gallery__poster,.reels-gallery__item.is-playing .reels-gallery__placeholder{opacity:0}.reels-gallery__caption{margin:0;padding:0 2px;font-size:.75rem;line-height:1.3;text-align:center;color:var(--text-body)}.reels-gallery__product-card{display:flex;align-items:center;gap:8px;padding:7px 8px;border:2px solid #f5a3a3;border-radius:5px;background-color:#e3f2fd;text-decoration:none;transition:background-color .15s ease}.reels-gallery__product-card:hover,.reels-gallery__product-card:active{background-color:#d3e9fb}.reels-gallery__product-image{flex:0 0 auto;width:52px;height:52px;border-radius:8px;object-fit:cover;background-color:#fff}.reels-gallery__product-title{flex:1 1 auto;min-width:0;margin:0;font-size:.75rem;line-height:1.3;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reels-gallery__arrow{display:none;position:absolute;top:40%;z-index:2;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background-color:#ffffffd9;color:var(--text-dark);cursor:pointer;box-shadow:0 2px 10px #00000026;transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}.reels-gallery__arrow:hover{background-color:#fff;box-shadow:0 4px 14px #0000002e}.reels-gallery__arrow svg{width:20px;height:20px}.reels-gallery__arrow--prev{left:4px}.reels-gallery__arrow--next{right:4px}@media(min-width:701px){.reels-gallery__inner{padding:64px 24px}.reels-gallery__heading{padding:0;font-size:1.75rem}.reels-gallery__viewport{padding:8px 32px}.reels-gallery__item{flex:0 0 200px}.reels-gallery__arrow{display:flex}}@media(min-width:1100px){.reels-gallery__item{flex:0 0 220px}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.shop-by-problem{display:grid;grid-template-columns:var(--content-grid);position:relative}.shop-by-problem__grid{grid-column:2}.shop-by-problem__inner{padding:72px 0}.shop-by-problem__heading{margin:0 0 2.5rem;padding:0 24px;font-size:2rem;font-weight:700;line-height:1.2;text-align:center;color:var(--text-dark)}.shop-by-problem__carousel{position:relative}.shop-by-problem__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 32px,black calc(100% - 14px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,black 32px,black calc(100% - 14px),transparent 100%)}.shop-by-problem__track{display:flex;align-items:flex-start;gap:2rem;overflow-x:auto;scroll-snap-type:x proximity;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:12px 10px 28px 24px;-webkit-user-select:none;user-select:none}.shop-by-problem__track::-webkit-scrollbar{display:none}.shop-by-problem__track.is-dragging{cursor:grabbing;scroll-snap-type:none}.shop-by-problem__item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:112px;scroll-snap-align:start;text-decoration:none;color:inherit}.shop-by-problem__arrow{display:none;position:absolute;top:50%;z-index:2;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background-color:#ffffffd9;color:var(--text-dark);cursor:pointer;box-shadow:0 2px 10px #00000026;transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}.shop-by-problem__arrow:hover{background-color:#fff;box-shadow:0 4px 14px #0000002e}.shop-by-problem__arrow svg{width:20px;height:20px}.shop-by-problem__arrow--prev{left:8px}.shop-by-problem__arrow--next{right:8px}@media(min-width:701px){.shop-by-problem__arrow{display:flex}}.shop-by-problem__hint{display:none;position:absolute;left:50%;top:50%;z-index:3;flex-direction:column;align-items:center;gap:4px;padding:10px 18px;border-radius:var(--radius-pill);background-color:#14201ab8;color:#fff;pointer-events:none;opacity:0;transform:translate(-50%,-50%);transition:opacity .4s ease}.shop-by-problem__hint.is-visible{opacity:1}.shop-by-problem__hint-icon{width:26px;height:26px;animation:shop-by-problem-hint-swipe 1.1s ease-in-out infinite}.shop-by-problem__hint-text{font-size:.6875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}@keyframes shop-by-problem-hint-swipe{0%,to{transform:translate(-6px)}50%{transform:translate(6px)}}@media(max-width:900px){.shop-by-problem__hint{display:flex}}.shop-by-problem__circle{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:var(--radius-pill);background-color:#fff;overflow:hidden;box-shadow:0 0 0 6px var(--spb-glow-ring),0 16px 28px -12px var(--spb-glow-shadow);transition:transform .25s ease,box-shadow .25s ease}.shop-by-problem__item:hover .shop-by-problem__circle{transform:translateY(-4px);box-shadow:0 0 0 8px var(--spb-glow-ring),0 20px 32px -12px var(--spb-glow-shadow)}.shop-by-problem__image{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;pointer-events:none}.shop-by-problem__placeholder{width:40%;height:40%;color:var(--spb-accent);pointer-events:none}.shop-by-problem__label{font-size:.875rem;font-weight:600;text-align:center;color:var(--text-dark)}@media(max-width:700px){.shop-by-problem__inner{padding:56px 0}.shop-by-problem__heading{margin-bottom:2rem;font-size:1.75rem}.shop-by-problem__circle{width:76px;height:76px}.shop-by-problem__item{width:92px;gap:.5rem}.shop-by-problem__label{font-size:.8125rem}.shop-by-problem__track{gap:1.5rem}}.trust-bar{display:grid;grid-template-columns:var(--content-grid);background-color:var(--brand-green-light);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.trust-bar__grid{grid-column:2}.trust-bar__inner{padding:32px 24px}.trust-bar__items{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-bar__item{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;padding:0 12px}.trust-bar__icon{font-size:1.75rem;line-height:1;margin-bottom:.25rem}.trust-bar__heading{font-size:.9375rem;font-weight:700;color:var(--text-dark)}.trust-bar__subtext{font-size:.8125rem;color:var(--text-body)}@media(max-width:700px){.trust-bar__inner{padding:24px 20px}.trust-bar__items{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.trust-bar__icon{font-size:1.5rem}.trust-bar__heading{font-size:.875rem}.trust-bar__subtext{font-size:.75rem}}.why-happishine{display:grid;grid-template-columns:var(--content-grid)}.why-happishine__grid{grid-column:2}.why-happishine__inner{display:grid;grid-template-columns:minmax(240px,320px) 1fr;align-items:center;gap:3rem;padding:80px 24px}.why-happishine__heading{margin:0;max-width:18ch;font-size:2.25rem;line-height:1.2;font-weight:800;color:var(--text-dark)}.why-happishine__card{overflow:hidden}.why-happishine__table{position:relative;display:grid;grid-template-columns:2.1fr 1fr 1fr}.why-happishine__highlight{grid-column:2;margin:10px 10px 0;border-radius:var(--radius-standard) var(--radius-standard) 0 0;background-color:var(--why-happishine-accent)}.why-happishine__cell{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:16px 12px;border-bottom:1px solid var(--border-color);font-size:1rem;color:var(--text-dark)}.why-happishine__cell--label{justify-content:flex-start;gap:.75rem;padding-left:20px;text-align:left}.why-happishine__cell--header{padding-top:22px;padding-bottom:22px;font-size:1.0625rem;font-weight:700;border-bottom-color:transparent}.why-happishine__cell--header.why-happishine__cell--regular{color:var(--text-dark)}.why-happishine__row-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.why-happishine__logo img{height:26px;width:auto;display:block}.why-happishine__mark{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-pill)}.why-happishine__mark svg{width:14px;height:14px}.why-happishine__mark--positive{color:#fff}.why-happishine__mark--negative{background-color:var(--brand-red-light);color:var(--why-happishine-negative)}@media(max-width:900px){.why-happishine__inner{grid-template-columns:1fr;gap:2rem;padding:56px 24px}.why-happishine__heading{max-width:none;text-align:center;font-size:1.875rem}}@media(max-width:480px){.why-happishine__inner{padding:48px 16px}.why-happishine__heading{font-size:1.625rem}.why-happishine__table{grid-template-columns:1fr 68px 68px}.why-happishine__cell{padding:12px 6px;font-size:.8125rem}.why-happishine__cell--label{padding-left:14px;gap:.5rem}.why-happishine__cell--header{padding-top:16px;padding-bottom:16px;font-size:.875rem}.why-happishine__row-icon{font-size:1.0625rem}.why-happishine__logo img{height:20px}.why-happishine__mark{width:22px;height:22px}.why-happishine__mark svg{width:12px;height:12px}.why-happishine__highlight{margin:6px 6px 0}}.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}.article-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-standard);box-shadow:0 20px 40px -30px #00000040;overflow:hidden;text-decoration:none;transition:box-shadow .2s ease}.article-card:hover{box-shadow:0 24px 44px -26px #0000004d}.article-card__image{display:block;aspect-ratio:16 / 10;background-color:#f4f4f1}.article-card__image img{width:100%;height:100%;object-fit:cover}.article-card__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:20px}.article-card__meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-body)}.article-card__title{margin:0;font-family:var(--font-heading--family, var(--font-primary--family));font-weight:700;font-size:1.0625rem;line-height:1.35;color:var(--text-dark)}.article-card__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;font-size:.875rem;line-height:1.5;color:var(--text-body)}.article-card__link{margin-top:auto;padding-top:.5rem;font-size:.8125rem;font-weight:700;color:var(--brand-green)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
