.product-breadcrumb{padding:1rem 0 0}.hct-rich{font-family:var(--font-body);color:var(--neutral-800);font-size:1rem;line-height:1.7}.hct-rich>*:first-child{margin-top:0}.hct-rich>*:last-child{margin-bottom:0}.hct-rich h2{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;line-height:1.25;color:var(--neutral-900);margin:2.5rem 0 1rem;letter-spacing:-.005em}.hct-rich h3{font-family:var(--font-heading);font-weight:600;font-size:1.125rem;line-height:1.3;color:var(--neutral-900);margin:2rem 0 .75rem}.hct-rich p{margin:0 0 1rem}.hct-rich strong{font-weight:600;color:var(--neutral-900)}.hct-rich a{color:var(--brand-green);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.hct-rich a:hover{color:var(--brand-forest)}.hct-rich ul,.hct-rich ol{margin:0 0 1.25rem;padding-left:1.5rem}.hct-rich li{margin-bottom:.4rem}.hct-rich li:last-child{margin-bottom:0}.hct-rich blockquote{margin:1.75rem 0;padding:1rem 1.25rem;border-left:3px solid var(--brand-green);background:var(--brand-green-10);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--neutral-700);font-style:italic}.hct-rich hr{appearance:none;-webkit-appearance:none;border:none;height:1px;background:var(--neutral-100);margin:2.75rem 0}.hct-rich table{width:100%;border-collapse:collapse;margin:1.5rem 0 1.75rem;font-size:.9375rem;line-height:1.5}.hct-rich table th,.hct-rich table td{padding:.875rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--neutral-100)}.hct-rich table thead th{font-family:var(--font-heading);font-weight:700;color:var(--neutral-900);background:var(--neutral-50);border-bottom:2px solid var(--neutral-200);text-align:center}.hct-rich table tbody tr:last-child th,.hct-rich table tbody tr:last-child td{border-bottom:none}.hct-rich table tbody th,.hct-rich table tbody td:first-child{font-weight:600;color:var(--neutral-900);width:18rem;background:var(--neutral-50)}.hct-rich table tbody tr:hover td,.hct-rich table tbody tr:hover th{background:var(--brand-green-10)}@media(max-width:767px){.hct-rich table{font-size:.875rem}.hct-rich table th,.hct-rich table td{padding:.625rem .75rem}.hct-rich table tbody th,.hct-rich table tbody td:first-child{width:auto}}.hct-rich hr+h2{margin-top:0}.hct-rich hr+h3{margin-top:0}@media(max-width:767px){.hct-rich h2{font-size:1.3125rem;margin-top:2rem}.hct-rich h3{font-size:1.0625rem;margin-top:1.5rem}.hct-rich hr{margin:2rem 0}}.gallery__main-img{max-width:75%;max-height:75%;object-fit:contain;display:block;position:relative;z-index:1;padding:1.5rem;mix-blend-mode:multiply;transition:transform .3s ease;cursor:zoom-in}.gallery__main-img--zoomed{transform:scale(2.2);cursor:zoom-out;mix-blend-mode:normal;z-index:10}.gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.gallery__thumb{overflow:hidden}.product-atf{padding:2.5rem 0 3rem}.product-atf__grid{display:grid;grid-template-columns:55fr 45fr;gap:3rem;align-items:start}@media(max-width:1023px){.product-atf__grid{grid-template-columns:1fr;gap:2rem}}.product-rating{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:.75rem}.product-rating__stars{display:flex;gap:2px;color:var(--brand-gold, #9E8540);font-size:1rem}.product-rating__text{font-family:var(--font-body);font-size:.875rem;color:var(--neutral-500);transition:color var(--transition-fast)}.product-rating:hover .product-rating__text{color:var(--brand-green);text-decoration:underline}.product-title{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;color:var(--neutral-900);line-height:1.15;margin-bottom:.5rem}.product-benefit{font-family:var(--font-body);font-size:1.0625rem;font-weight:500;color:var(--brand-green);margin-bottom:1.5rem}.product-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-price__current{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--neutral-900)}.product-price__compare{font-family:var(--font-body);font-size:1.125rem;color:var(--neutral-400);text-decoration:line-through}.product-price__per{font-family:var(--font-body);font-size:.875rem;color:var(--neutral-400)}.product-sizes{border:none;padding:0;margin:0 0 1.25rem}.product-sizes__label{font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-600);margin-bottom:.5rem;display:block}.product-sizes__options{display:flex;gap:.5rem}.product-size{position:relative;display:flex;flex-direction:column;align-items:center;padding:.625rem 1.25rem;border:2px solid var(--neutral-200);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);flex:1;text-align:center}.product-size input{position:absolute;opacity:0;pointer-events:none}.product-size__text{font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:var(--neutral-700, #374151)}.product-size__save{font-family:var(--font-body);font-size:.6875rem;font-weight:600;color:var(--brand-green);margin-top:2px}.product-size:hover{border-color:var(--brand-green)}.product-size.active,.product-size:has(input:checked){border-color:var(--brand-green);background:var(--brand-green-10)}.product-purchase{border:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.75rem}.product-purchase__option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:2px solid var(--neutral-200);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast)}.product-purchase__option:hover{border-color:var(--brand-green)}.product-purchase__option:has(input:checked){border-color:var(--brand-green);background:var(--brand-green-10)}.product-purchase__option input{position:absolute;opacity:0;pointer-events:none}.product-purchase__radio{width:20px;height:20px;border:2px solid var(--neutral-300, #D1D5DB);border-radius:50%;flex-shrink:0;position:relative;transition:all var(--transition-fast)}.product-purchase__option:has(input:checked) .product-purchase__radio{border-color:var(--brand-green)}.product-purchase__option:has(input:checked) .product-purchase__radio:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:var(--brand-green);border-radius:50%}.product-purchase__details{display:flex;flex-direction:column;gap:2px}.product-purchase__label{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--neutral-800)}.product-purchase__badge{display:inline-block;padding:1px 6px;background:var(--brand-green);color:#fff;font-size:.6875rem;font-weight:700;border-radius:var(--radius-full);margin-left:.375rem;vertical-align:middle}.product-purchase__meta{font-family:var(--font-body);font-size:.75rem;color:var(--neutral-500)}.product-purchase__price{margin-left:auto;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--neutral-900)}.product-frequency{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--brand-green-10);border-radius:var(--radius-sm);margin-top:-.25rem}.product-frequency__label{font-family:var(--font-body);font-size:.8125rem;color:var(--neutral-600);white-space:nowrap}.product-frequency__select{padding:.375rem .75rem;border:1px solid var(--neutral-200);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.8125rem;background:#fff;cursor:pointer}.product-subscribe{margin-bottom:1.5rem}.product-subscribe__toggle{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:2px solid var(--neutral-200);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast)}.product-subscribe__toggle:hover{border-color:var(--brand-green)}.product-subscribe__toggle--active{border-color:var(--brand-green);background:var(--brand-green-10)}.product-subscribe__toggle input[type=checkbox]{accent-color:var(--brand-green);width:18px;height:18px;flex-shrink:0;cursor:pointer}.product-subscribe__info{display:flex;flex-direction:column;gap:2px}.product-subscribe__label{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--neutral-800)}.product-subscribe__badge{display:inline-block;padding:1px 6px;background:var(--brand-green);color:#fff;font-size:.6875rem;font-weight:700;border-radius:var(--radius-full);margin-left:.375rem;vertical-align:middle}.product-subscribe__meta{font-family:var(--font-body);font-size:.75rem;color:var(--neutral-500)}.product-subscribe__options{padding:.75rem 1rem;background:var(--brand-green-10);border-radius:0 0 var(--radius-sm) var(--radius-sm);margin-top:-2px;border:2px solid var(--brand-green);border-top:none}.product-subscribe__select{width:100%;padding:.5rem .75rem;border:1px solid var(--neutral-200);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.875rem;background:#fff;cursor:pointer;outline:none}.product-subscribe__select:focus{border-color:var(--brand-green)}.product-actions{display:flex;gap:.75rem;margin-bottom:1.25rem}.product-qty{display:flex;align-items:center;border:2px solid var(--neutral-200);border-radius:var(--radius-sm);overflow:hidden}.product-qty__btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--neutral-600);cursor:pointer;transition:all var(--transition-fast);font-size:1rem}.product-qty__btn:hover{background:var(--neutral-50);color:var(--brand-green)}.product-qty__input{width:40px;height:44px;text-align:center;border:none;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--neutral-900);-moz-appearance:textfield}.product-qty__input::-webkit-outer-spin-button,.product-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-atf .btn--lg{font-size:1.0625rem;padding:1rem 2rem}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.product-trust__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--neutral-50);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.75rem;font-weight:500;color:var(--neutral-600)}.product-trust__item i{font-size:1.125rem;color:var(--brand-green)}.product-story{background:var(--brand-cream);padding:4rem 0;text-align:center}.product-story__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--neutral-900);margin-bottom:2.5rem}.product-story__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}@media(max-width:767px){.product-story__grid{grid-template-columns:1fr;gap:1.5rem}}.product-story__item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.product-story__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;font-size:1.5rem;color:var(--brand-green);box-shadow:var(--shadow-1, 0 1px 3px rgba(0,0,0,.08))}.product-story__name{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;color:var(--neutral-900)}.product-story__text{font-family:var(--font-body);font-size:.875rem;color:var(--neutral-600);line-height:1.6;max-width:280px}.product-story__quote{font-family:var(--font-body);font-size:1rem;font-style:italic;color:var(--neutral-600);max-width:600px;margin:0 auto;padding:1.5rem 2rem;border-top:2px solid var(--brand-gold);border-bottom:2px solid var(--brand-gold);text-align:center;background:#fff;border-radius:var(--radius-sm);line-height:1.7}.product-tabs-section{padding:3rem 0}.product-reviews-section{padding:4rem 0;background:var(--brand-cream)}.section-heading{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--neutral-900);text-align:center;margin-bottom:2rem}.reviews-hero{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;max-width:720px;margin:0 auto 2rem;padding:1.75rem 2rem;background:var(--neutral-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-1)}.reviews-hero__left{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:100px}.reviews-hero__score{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--neutral-900);line-height:1}.reviews-hero__stars{display:flex;gap:2px;color:var(--brand-gold);font-size:1rem}.reviews-hero__count{font-family:var(--font-body);font-size:.75rem;color:var(--neutral-500);text-align:center}.reviews-hero__bars{display:flex;flex-direction:column;gap:.375rem}.reviews-hero__bar-row{display:flex;align-items:center;gap:.5rem}.reviews-hero__bar-label{font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--neutral-500);width:.75rem;text-align:center}.reviews-hero__bar-track{flex:1;height:8px;background:var(--neutral-100);border-radius:var(--radius-full);overflow:hidden;min-width:120px}.reviews-hero__bar-fill{height:100%;background:var(--brand-gold);border-radius:var(--radius-full);transition:width .6s ease}.reviews-hero__bar-count{font-family:var(--font-body);font-size:.6875rem;color:var(--neutral-400);width:1.5rem;text-align:right}.reviews-hero__action{display:flex;flex-direction:column;align-items:center}.review-form-wrap{max-width:720px;margin:0 auto 2rem;background:var(--neutral-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-2);overflow:hidden;animation:reviewFormIn .3s ease}@keyframes reviewFormIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.review-form{padding:2rem}.review-form__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid var(--neutral-100)}.review-form__title{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--neutral-900)}.review-form__close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--neutral-50);border-radius:var(--radius-full);color:var(--neutral-500);font-size:1.125rem;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.review-form__close:hover{background:var(--neutral-100);color:var(--neutral-700)}.review-form__field{margin-bottom:1.25rem}.review-form__field fieldset{border:none;padding:0;margin:0}.review-form__label{display:block;font-family:var(--font-body);font-weight:600;font-size:.875rem;color:var(--neutral-700);margin-bottom:.5rem}.review-form__required{color:#c74040}.review-form__optional{font-weight:400;color:var(--neutral-400)}.review-form__stars{display:flex;gap:.25rem}.review-form__star{border:none;background:none;padding:.25rem;cursor:pointer;font-size:1.75rem;color:var(--neutral-200);transition:color var(--transition-fast),transform var(--transition-fast);line-height:1}.review-form__star:hover{transform:scale(1.15)}.review-form__star--active i,.review-form__star--hover i{font-weight:700}.review-form__star--active,.review-form__star--hover{color:var(--brand-gold)}.review-form__star--active i:before{content:"\e9d4"}.review-form__input{width:100%;padding:.75rem 1rem;font-family:var(--font-body);font-size:.9375rem;color:var(--neutral-900);background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.review-form__input:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 3px #5c80421f}.review-form__input::placeholder{color:var(--neutral-500)}.review-form__textarea{width:100%;padding:.75rem 1rem;font-family:var(--font-body);font-size:.9375rem;color:var(--neutral-900);background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-md);resize:vertical;min-height:120px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.review-form__textarea:focus{outline:none;border-color:var(--brand-green);box-shadow:0 0 0 3px #5c80421f}.review-form__textarea::placeholder{color:var(--neutral-500)}.review-form__char-count{display:block;text-align:right;font-family:var(--font-body);font-size:.75rem;color:var(--neutral-400);margin-top:.375rem}.review-form__hint{display:block;font-family:var(--font-body);font-size:.75rem;color:var(--neutral-400);margin-top:.25rem}.review-form__upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:1.25rem;border:2px dashed var(--neutral-200);border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-body);font-size:.875rem;color:var(--neutral-500);transition:border-color var(--transition-fast),background var(--transition-fast)}.review-form__upload:hover{border-color:var(--brand-green);background:#5c80420a}.review-form__upload i{font-size:1.5rem;color:var(--neutral-400)}.review-form__upload-hint{font-size:.75rem;color:var(--neutral-400)}.review-form__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.review-form__photo-preview{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.review-form__photo-thumb{position:relative;width:64px;height:64px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--neutral-200)}.review-form__photo-thumb img{width:100%;height:100%;object-fit:cover}.review-form__photo-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:var(--radius-full);background:#0009;color:#fff;border:none;font-size:.625rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.review-form__actions{display:flex;gap:.75rem;padding-top:.5rem}.review-form__actions .btn--ghost{background:none;border:none;color:var(--neutral-500);font-family:var(--font-body);font-weight:500;cursor:pointer;padding:.75rem 1.5rem}.review-form__actions .btn--ghost:hover{color:var(--neutral-700)}.review-form__input--error,.review-form__textarea--error{border-color:#c74040}.review-form__error{font-family:var(--font-body);font-size:.75rem;color:#c74040;margin-top:.25rem}.review-form__stars--error .review-form__star{color:#c74040}.review-form-success{padding:3rem 2rem;text-align:center}.review-form-success__icon{font-size:3rem;color:var(--brand-green);margin-bottom:1rem}.review-form-success__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--neutral-900);margin-bottom:.5rem}.review-form-success__text{font-family:var(--font-body);font-size:.9375rem;color:var(--neutral-600);max-width:24rem;margin:0 auto 1.5rem;line-height:1.6}.reviews-list{max-width:720px;margin:0 auto}.product-reviews-section .review-filters{max-width:720px;margin:0 auto 1.5rem}.product-reviews-section .reviews-load-more{max-width:720px;margin:2rem auto 0}@media(max-width:767px){.reviews-hero{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem;text-align:center}.reviews-hero__left{flex-direction:row;justify-content:center;gap:.75rem;min-width:0}.reviews-hero__score{font-size:2.25rem}.reviews-hero__count{text-align:left}.reviews-hero__bar-track{min-width:80px}.review-form{padding:1.25rem}.review-form__row{grid-template-columns:1fr}.review-form-success{padding:2rem 1.25rem}}.product-carousel-section{padding:4rem 0}.product-carousel-section .carousel__title{font-size:1.75rem}@media(max-width:767px){.breadcrumb-nav ol li:first-child{display:none}.breadcrumb-nav ol li:nth-child(2) a:before{content:"\2039\a0";font-size:1.125rem;line-height:1}.breadcrumb-nav ol li:nth-child(2):before{display:none}.breadcrumb-nav ol li:last-child{display:none}}@media(max-width:767px){.product-title{font-size:1.625rem}.product-price__current{font-size:1.5rem}.product-sizes__options{flex-wrap:wrap}.product-size{padding:.5rem .75rem}.product-actions{flex-direction:column}.product-qty{align-self:flex-start}.product-story__quote{padding:1rem 1.25rem;font-size:.9375rem}body{padding-bottom:4rem}}.product-sold-out .product-actions{opacity:.5;pointer-events:none}.product-notify-btn{width:100%;padding:.875rem 2rem;border-radius:var(--radius-sm);background:var(--neutral-100);color:var(--neutral-700);font-family:var(--font-heading);font-size:1rem;font-weight:600;border:1px solid var(--neutral-200);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all var(--transition-base)}.product-notify-btn:hover{border-color:var(--brand-green);color:var(--brand-green);background:var(--brand-green-10)}.product-notify-btn:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}fieldset.review-form__field{border:0;padding:0;margin:0 0 1.25rem;min-width:0}fieldset.review-form__field>legend{padding:0;width:auto;float:none;margin-bottom:.5rem}.review-form__field-error{display:block;margin:.375rem 0 0;font-family:var(--font-body);font-size:.8125rem;color:#c74040}.review-form__field-error[hidden]{display:none}.review-form__errors{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.875rem 1rem;border-radius:var(--radius-md);margin-bottom:1rem;font-family:var(--font-body);font-size:.875rem;line-height:1.5}.review-form__errors[hidden]{display:none}.review-form__input--error,.review-form__textarea--error{border-color:#c74040!important;box-shadow:0 0 0 3px #c740401f!important}.review-form__stars--error{outline:2px solid #C74040;outline-offset:4px;border-radius:var(--radius-sm)}.product-size{position:relative}.product-size__badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--brand-green);color:var(--neutral-white);font-family:var(--font-body);font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 10px;border-radius:999px;white-space:nowrap;pointer-events:none;box-shadow:0 1px 3px #00000026;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product.css.map */
