@media screen and (min-width:990px){.product--large:not(.product--no-media) .product__media-wrapper{max-width:55%;width:calc(55% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large:not(.product--no-media) .product__info-wrapper{max-width:45%;width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2)}}.product__title h1,.product__title .h1{font-family:var(--font-heading-family);font-size:3.6rem;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:rgb(var(--color-foreground));margin-bottom:.4rem}.product .price{font-family:var(--font-body-family);font-size:2rem;font-weight:400;color:rgb(var(--color-foreground));letter-spacing:0}.product__tax,.product__tax a{font-size:1.4rem;line-height:2rem;color:#acaaaa;font-weight:400}.product__tax{margin-top:1rem;padding-bottom:2.4rem;border-bottom:1px solid var(--brand-border-color);margin-bottom:2.4rem}.product .price--on-sale .price-item--regular{font-size:1.4rem;font-weight:400;color:rgba(var(--color-foreground),.5)}.product .price--on-sale .price-item--sale{color:rgb(var(--color-brand-green));font-weight:700}.product .price--sold-out .price-item--regular{color:rgba(var(--color-foreground),.4)}.product-form__input--pill,.product-form__quantity{margin-bottom:2.4rem}.product-form__input--pill .form__label,.product-form__quantity .form__label{color:var(--color-brand-label);font-weight:500;font-size:1.4rem}.product-form__input--pill input[type=radio]+label{border-color:var(--brand-border-color);padding:2rem 3.2rem}.product-form__input--pill[data-option-name=size] input[type=radio]+label{min-width:6rem;min-height:6rem;padding:1rem 1.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.product-form__input--pill[data-option-name=size] input[type=radio]+label:before{border-radius:6px}.product-form__input--pill input[type=radio]:checked+label{background-color:rgb(var(--color-brand-dark));color:#fff;border-color:rgb(var(--color-brand-dark))}.product-form__input--pill input[type=radio]:not(:checked):not(:disabled)+label:hover{border-color:rgb(var(--color-brand-dark))}.product-form__buttons{max-width:100%}.product-form__submit.button--primary{background-color:rgb(var(--color-brand-green));color:rgb(var(--color-brand-dark));border-radius:var(--brand-radius-pill);font-family:var(--font-button-family);font-size:1.4rem;font-weight:700;letter-spacing:2.4px;text-transform:uppercase;padding:1.4rem 3rem;min-height:4.8rem;transition:background-color var(--duration-default) ease,transform var(--duration-default) ease}.product-form__submit.button--primary:not([disabled]):hover{background-color:rgba(var(--color-brand-green),.85);transform:translateY(-2px)}.product-form__submit.button--primary:before,.product-form__submit.button--primary:after{display:none}.product-form__submit[disabled]{background-color:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.4);border-radius:var(--brand-radius-pill)}.product-form__submit[disabled]:before,.product-form__submit[disabled]:after{display:none}.product__description{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.75)}.product__tabs-nav{display:flex;gap:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);margin-bottom:1.6rem}.product__tab-btn{background:none;border:none;padding:.8rem 0;font-family:var(--font-body-family);font-weight:400;font-size:1.6rem;color:rgba(var(--color-foreground),.5);cursor:pointer;border-bottom:2px solid transparent;transition:color var(--duration-short) ease,border-color var(--duration-short) ease}.product__tab-btn:hover{color:rgba(var(--color-foreground),.75)}.product__tab-btn--active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-brand-dark))}.product__tab-panel{display:none}.product__tab-panel--active{display:block}.product__tab-panel[data-panel=style-guide] h4{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:1.2rem}.product__tab-panel[data-panel=style-guide] table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--brand-border-color);border-radius:10px;overflow:hidden;font-size:1.3rem}.product__tab-panel[data-panel=style-guide] table th,.product__tab-panel[data-panel=style-guide] table td{padding:1rem 1.2rem;border:none;border-bottom:1px solid var(--brand-border-color);border-right:1px solid var(--brand-border-color)}.product__tab-panel[data-panel=style-guide] table th:last-child,.product__tab-panel[data-panel=style-guide] table td:last-child{border-right:none}.product__tab-panel[data-panel=style-guide] table tr:last-child td{border-bottom:none}.product__tab-panel[data-panel=style-guide] table thead th{background-color:rgb(var(--color-brand-dark));color:#fff;font-weight:600;font-size:1.2rem;letter-spacing:.05em;text-transform:uppercase;text-align:center}.product__tab-panel[data-panel=style-guide] table thead th:first-child{text-align:left}.product__tab-panel[data-panel=style-guide] table tbody td{text-align:center;color:rgba(var(--color-foreground),.75);font-weight:400}.product__tab-panel[data-panel=style-guide] table tbody td:first-child{text-align:left;font-weight:500;color:rgb(var(--color-foreground))}.product__tab-panel[data-panel=style-guide] table tbody tr:nth-child(2n){background-color:rgba(var(--color-foreground),.03)}.product__media-item .product-media-container{--media-radius: var(--brand-radius-product-media);border:1px solid var(--brand-border-color);border-radius:var(--brand-radius-product-media);box-shadow:none;overflow:hidden}.product__media-icon{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08)}.thumbnail[aria-current]{box-shadow:0 0 0 2px rgb(var(--color-brand-green))}@media screen and (min-width:750px){.product--stacked .product__media-item:not(:first-child){max-width:calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)}}@media screen and (max-width:749px){.product__title h1,.product__title .h1{font-size:2rem}.product .price{font-size:1.5rem}.product-form__input--pill input[type=radio]+label{padding:1.2rem 2rem;font-size:1.2rem}.product-form__input--pill[data-option-name=size] input[type=radio]+label{min-width:4.8rem;min-height:4.8rem;padding:.8rem 1.2rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-product-custom.css.map */
