.product-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:4rem}}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr;gap:5rem}}@media(min-width:768px){.product-info{position:sticky;top:calc(72px + 2rem)}}.product-gallery{display:grid;grid-template-rows:auto auto;gap:.875rem}.product-gallery__main{border-radius:var(--radius-lg, 24px);overflow:hidden;aspect-ratio:1 / 1;background:var(--color-surface, #F5F5FA);position:relative}[data-main-product-image]{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .18s ease;cursor:zoom-in}.product-gallery__main:after{content:"";position:absolute;bottom:1rem;right:1rem;width:36px;height:36px;background:#ffffffd9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23171A2B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Cpath d='M11 8v6M8 11h6'/%3E%3C/svg%3E") no-repeat center center;border-radius:50%;pointer-events:none;opacity:0;transition:opacity .2s ease;box-shadow:0 2px 8px #0000001f}.product-gallery__main:hover:after{opacity:1}.product-gallery__thumbs{display:flex;gap:.625rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem;scroll-snap-type:x mandatory}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-sm, 8px);overflow:hidden;cursor:pointer;border:2.5px solid transparent;flex-shrink:0;transition:border-color .2s ease,opacity .2s ease,transform .15s ease;background:var(--color-surface, #F5F5FA);scroll-snap-align:start;padding:0;appearance:none;-webkit-appearance:none}.product-gallery__thumb:hover{border-color:#4967ff66;transform:scale(1.03)}.product-gallery__thumb.is-active{border-color:var(--color-primary, #4967FF)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.product-info__goal-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.875rem}.product-info__title{font-family:"DM Serif Display",serif;font-size:clamp(1.625rem,3vw,2.25rem);color:var(--color-text, #171A2B);letter-spacing:-.02em;line-height:1.15;margin-bottom:.875rem}.product-info__subtitle{font-size:1rem;color:#888898;margin-bottom:.875rem;line-height:1.5}.product-info__rating{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;flex-wrap:wrap}.product-form__price{font-size:1.75rem;font-weight:800;color:var(--color-text, #171A2B);margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;line-height:1}.product-form__price [data-product-price]{font-size:inherit;font-weight:inherit}.product-form__price [data-product-price].price--sale{color:#e53e3e}.product-form__price [data-compare-price]{font-size:1.25rem;font-weight:400;text-decoration:line-through;color:#888898}.product-form__availability{font-size:.875rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.375rem}.product-form__availability:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.in-stock{color:var(--color-success, #2f9e44)}.in-stock:before{background:var(--color-success, #2f9e44);box-shadow:0 0 0 3px #2f9e4433}.out-of-stock{color:var(--color-error, #e03131)}.out-of-stock:before{background:var(--color-error, #e03131)}.product-form__options{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.product-form__option{display:flex;flex-direction:column;gap:0}.product-form__option-label{font-weight:600;font-size:.875rem;margin-bottom:.625rem;display:flex;align-items:center;gap:.375rem;color:var(--color-text, #171A2B)}.product-form__option-selected{font-weight:400;color:#888898;margin-left:.25rem}.product-form__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-form__soldout-hint{font-size:.75rem;color:#888898;margin-top:.375rem}.purchase-type{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem}.purchase-type__option{border:2px solid var(--color-border, #e2e2e9);border-radius:14px;padding:.875rem;cursor:pointer;transition:border-color .2s ease,background .2s ease;position:relative}.purchase-type__option.is-selected{border-color:var(--color-primary, #4967FF);background:#4967ff0a}.purchase-type__option input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.purchase-type__label{font-weight:700;font-size:.875rem;color:var(--color-text, #171A2B);display:block;margin-bottom:.125rem}.purchase-type__price{font-size:.8125rem;color:#888898}.purchase-type__badge{position:absolute;top:-.625rem;left:50%;transform:translate(-50%);background:var(--color-primary, #4967FF);color:#fff;font-size:.625rem;font-weight:800;padding:.1875rem .625rem;border-radius:9999px;white-space:nowrap;letter-spacing:.04em;text-transform:uppercase}.product-form__add{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.product-form__atc{flex:1;min-width:200px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;background:var(--color-primary, #4967FF);color:#fff;border:2px solid var(--color-primary, #4967FF);border-radius:9999px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:DM Sans,system-ui,sans-serif;text-decoration:none;line-height:1}.product-form__atc:hover{background:#3650e8;border-color:#3650e8;box-shadow:0 4px 16px #4967ff59}.product-form__atc:active{transform:scale(.97)}.product-form__atc:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none}.product-form__atc.is-loading:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-left:.375rem}@keyframes spin{to{transform:rotate(360deg)}}.product-form__wishlist{width:52px;height:52px;border-radius:50%;border:2px solid var(--color-border, #e2e2e9);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .15s ease;flex-shrink:0;color:var(--color-text, #171A2B)}.product-form__wishlist:hover{border-color:#ff806f;color:#ff806f;background:#fff5f4}.product-form__wishlist.is-active{background:#fff5f4;border-color:#ff806f;color:#ff806f}.product-form__wishlist svg{width:22px;height:22px;pointer-events:none}.product-benefits{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-direction:column;gap:.5rem}.product-benefit{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;color:var(--color-text, #171A2B)}.product-benefit__icon{width:20px;height:20px;flex-shrink:0;margin-top:.0625rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-weight:700;background:var(--color-mint, #BDEFD8);color:#0f4a34}.product-meta{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1.25rem 0;border-top:1px solid var(--color-border, #e2e2e9);border-bottom:1px solid var(--color-border, #e2e2e9);margin:1.25rem 0}.product-meta__item{display:flex;flex-direction:column;gap:.125rem}.product-meta__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#888898}.product-meta__value{font-size:.9375rem;font-weight:600;color:var(--color-text, #171A2B)}.product-tabs{margin-top:1.5rem}.product-tabs .tabs{border-bottom:2px solid var(--color-border, #e2e2e9);display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.product-tabs .tabs::-webkit-scrollbar{display:none}.product-tabs .tab-btn{padding:.75rem 1.25rem;font-size:.875rem}.product-tabs .tab-panel{padding-top:1.25rem;font-size:.9375rem;line-height:1.7;color:#444}.product-tabs .tab-panel p{margin-bottom:.875rem}.product-tabs .tab-panel p:last-child{margin-bottom:0}.product-tabs .tab-panel ul,.product-tabs .tab-panel ol{padding-left:1.25rem;margin-bottom:.875rem}.product-tabs .tab-panel li{margin-bottom:.375rem;list-style:disc}.supplement-facts{border:1.5px solid var(--color-border, #e2e2e9);border-radius:10px;overflow:hidden;margin:1rem 0;font-size:.875rem}.supplement-facts__header{background:var(--color-text, #171A2B);color:#fff;padding:.75rem 1rem;font-weight:700;font-size:.9375rem}.supplement-facts__row{display:flex;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid var(--color-border, #e2e2e9);align-items:center}.supplement-facts__row:last-child{border-bottom:none}.supplement-facts__row:nth-child(2n){background:var(--color-surface, #F5F5FA)}.supplement-facts__name{font-weight:600;color:var(--color-text, #171A2B)}.supplement-facts__amount{font-weight:500;color:#555}.product-disclaimer{font-size:.75rem;color:#888898;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border, #e2e2e9);line-height:1.6}.product-disclaimer p{margin-bottom:.375rem}.product-disclaimer p:last-child{margin-bottom:0}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.875rem 1.5rem;box-shadow:0 -4px 20px #0000001a;display:none;z-index:200;border-top:1px solid var(--color-border, #e2e2e9);gap:1rem;align-items:center}@media(max-width:767px){.sticky-atc.is-visible{display:flex}}.sticky-atc__product{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;overflow:hidden}.sticky-atc__image{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--color-surface, #F5F5FA)}.sticky-atc__details{min-width:0;flex:1}.sticky-atc__name{font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:1.3}.sticky-atc__price{font-size:.8125rem;color:#888898;font-weight:500}.sticky-atc__btn{flex-shrink:0;min-width:130px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:700;background:var(--color-primary, #4967FF);color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;font-family:DM Sans,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;gap:.375rem;line-height:1}.sticky-atc__btn:hover{background:#3650e8;box-shadow:0 4px 12px #4967ff59}.sticky-atc__btn:disabled{opacity:.5;cursor:not-allowed}.product-related{padding-top:4rem;border-top:1px solid var(--color-border, #e2e2e9);margin-top:4rem}.product-related__title{font-family:"DM Serif Display",serif;font-size:clamp(1.5rem,2.5vw,2rem);letter-spacing:-.02em;margin-bottom:2rem}.product-reviews{padding-top:4rem;border-top:1px solid var(--color-border, #e2e2e9);margin-top:4rem}.product-reviews__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.product-reviews__summary{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.product-reviews__score{font-family:"DM Serif Display",serif;font-size:3.5rem;line-height:1;color:var(--color-text, #171A2B)}.product-reviews__count{font-size:.875rem;color:#888898;margin-top:.25rem}@media(max-width:767px){.product-form__price{font-size:1.5rem}.product-form__add{flex-direction:row}.product-form__atc{min-width:0}.purchase-type{gap:.375rem}.purchase-type__option{padding:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-form.css.map */
