.product-template-overrides .product{display:grid;grid-template-areas:"media" "buybox";grid-template-columns:1fr;gap:0}.product-template-overrides .product__media-wrapper{grid-area:media;width:100%!important;max-width:100%!important}.product-template-overrides .product__info-wrapper{grid-area:buybox;width:100%!important;max-width:100%!important}@media screen and (min-width:750px){.product-template-overrides .product{grid-template-areas:"media buybox";grid-template-rows:auto;column-gap:var(--grid-desktop-horizontal-spacing)}.product-template-overrides .product--medium:not(.product--no-media){grid-template-columns:55% minmax(0,1fr)}.product-template-overrides .product--large:not(.product--no-media){grid-template-columns:65% minmax(0,1fr)}.product-template-overrides .product--small:not(.product--no-media){grid-template-columns:45% minmax(0,1fr)}.product-template-overrides .product--right{grid-template-areas:"buybox media"}.product-template-overrides .product--right.product--medium:not(.product--no-media){grid-template-columns:minmax(0,1fr) 55%}.product-template-overrides .product--right.product--large:not(.product--no-media){grid-template-columns:minmax(0,1fr) 65%}.product-template-overrides .product--right.product--small:not(.product--no-media){grid-template-columns:minmax(0,1fr) 45%}}.product-template-overrides .product--no-media{grid-template-areas:"buybox";grid-template-columns:1fr}@media screen and (min-width:750px){.product-template-overrides .product__info-container.product__column-sticky{position:sticky;top:calc(var(--header-height, 0px) - 2rem);z-index:2}.product-template-overrides .product__media-wrapper.product__column-sticky{position:sticky;top:calc(var(--header-height, 0px) - 2rem);z-index:2;align-self:start}}.product-template-overrides .price--on-sale .price-item--regular{font-size:1.3rem}.product-template-overrides .quantity{min-height:calc((var(--inputs-border-width) * 2) + 3.5rem);border-radius:0}.product-template-overrides .quantity:after{border-radius:0;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2)}.product-template-overrides .quantity:before{border-radius:0}.product-template-overrides .quantity__input{font-size:1.5rem;letter-spacing:.05rem}.product-template-overrides .quantity__button{transition:opacity .2s ease}.product-template-overrides .quantity__button:hover{opacity:.6}.product-template-overrides .price-per-item__container{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.product-template-overrides .quantity-stock-badge{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.product-template-overrides .quantity-stock-badge__icon{display:inline-flex;align-items:center;width:1.2rem;height:1.2rem}.product-template-overrides .quantity-stock-badge__icon svg{width:100%;height:100%}.product-template-overrides .quantity-stock-badge__text{font-size:1.2rem;font-weight:600;line-height:1;color:inherit}.product-template-overrides .product__you-save{margin-top:-1.5rem}.product-template-overrides .product__you-save-text{display:inline-block;font-size:1.3rem;font-weight:600;line-height:1.4;background-color:#e8f5e9;color:#2e7d32;padding:.2rem .8rem;border-radius:2rem}.product-template-overrides .product__description-below{padding-top:2rem}@media screen and (min-width:750px){.product-template-overrides .product__description-below{padding-top:3rem;padding-right:2rem}}.product-template-overrides .sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:10;background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.08);padding:1rem 1.5rem;transform:translateY(100%);transition:transform .3s ease;display:none}.product-template-overrides .sticky-atc-bar.is-visible{transform:translateY(0)}@media screen and (max-width:749px){.product-template-overrides .sticky-atc-bar{display:block}}.product-template-overrides .sticky-atc-bar__inner{display:flex;align-items:center;gap:1.2rem;max-width:var(--page-width);margin:0 auto}.product-template-overrides .sticky-atc-bar__info{flex:1;min-width:0}.product-template-overrides .sticky-atc-bar__title{font-size:1.3rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-foreground));line-height:1.3}.product-template-overrides .sticky-atc-bar__price{font-size:1.2rem;color:rgba(var(--color-foreground),.7);line-height:1.3}.product-template-overrides .sticky-atc-bar__button{flex-shrink:0;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:var(--buttons-radius);padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.product-template-overrides .sticky-atc-bar__button:hover{background-color:rgb(var(--color-button-text));color:rgb(var(--color-button))}.product-template-overrides .product__info-container .product-form{margin-bottom:1rem}.product-template-overrides pickup-availability[available]{min-height:auto}.product-template-overrides .pickup-availability-button--inline{display:inline-flex;align-items:center;gap:.6rem;background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;font-size:1.3rem;letter-spacing:.04rem;color:rgba(var(--color-foreground),.75);transition:color .2s ease}.product-template-overrides .pickup-availability-button--inline:hover{color:rgb(var(--color-foreground))}.product-template-overrides .pickup-availability-button--inline>*{pointer-events:none}.product-template-overrides .pickup-availability-button--inline .svg-wrapper{display:inline-flex;flex-shrink:0}.product-template-overrides .pickup-availability-button--inline .icon{width:1.6rem;height:1.6rem}.product-template-overrides .pickup-availability-button--inline .pickup-availability-info{margin:0;padding:0}.product-template-overrides .icon-with-text{margin:1.2rem 0 0;--icon-size: 1.5rem;--icon-spacing: .6rem}.product-template-overrides .icon-with-text--vertical .icon-with-text__item{margin-bottom:.6rem}.product-template-overrides .icon-with-text .h4{font-size:1.3rem;font-weight:400;letter-spacing:.04rem;color:rgba(var(--color-foreground),.75)}.product-template-overrides .icon-with-text .svg-wrapper{color:rgba(var(--color-foreground),.75);fill:rgba(var(--color-foreground),.75)}.product-template-overrides .product__description-below{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.08)}.product-template-overrides .product__description.rte{max-width:80rem;margin-left:auto;margin-right:auto;font-size:1.5rem;line-height:1.8;color:rgba(var(--color-foreground),.85)}.product-template-overrides .product__description.rte hr{border:none;border-top:1px solid rgba(var(--color-foreground),.08);margin:3rem 0}.product-template-overrides .product__description.rte h2{font-size:1.8rem;font-weight:600;letter-spacing:.02rem;margin-bottom:1.2rem;color:rgb(var(--color-foreground));scroll-margin-top:calc(var(--header-height, 0px) + 6rem)}.product-template-overrides .product__description.rte p{margin-bottom:1.4rem}.product-template-overrides .product__description.rte ul{list-style:none;padding-left:0;margin:0 0 1.4rem}.product-template-overrides .product__description.rte ul li{position:relative;padding-left:2rem;margin-bottom:.8rem;line-height:1.7}.product-template-overrides .product__description.rte ul li:before{content:"";position:absolute;left:0;top:.7em;width:.5rem;height:.5rem;border-radius:50%;background:rgba(var(--color-foreground),.3)}.product-template-overrides .product__description.rte li strong{color:rgb(var(--color-foreground))}.product-template-overrides .sticky-desktop-bar{position:fixed;top:var(--header-height, 0px);left:0;right:0;z-index:10;background:rgba(var(--color-background),.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(var(--color-foreground),.08);transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.product-template-overrides .sticky-desktop-bar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}@media screen and (max-width:749px){.product-template-overrides .sticky-desktop-bar{display:none}}.product-template-overrides .sticky-desktop-bar__inner{display:flex;align-items:center;justify-content:space-between;padding-top:.8rem;padding-bottom:.8rem;gap:2rem}.product-template-overrides .sticky-desktop-bar__nav{display:flex;align-items:center;gap:.4rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-template-overrides .sticky-desktop-bar__nav::-webkit-scrollbar{display:none}.product-template-overrides .sticky-desktop-bar__link{padding:.5rem 1.2rem;font-size:1.3rem;font-weight:500;letter-spacing:.02rem;color:rgba(var(--color-foreground),.6);text-decoration:none;white-space:nowrap;border-radius:2rem;transition:color .2s ease,background-color .2s ease}.product-template-overrides .sticky-desktop-bar__link:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05)}.product-template-overrides .sticky-desktop-bar__link.is-active{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.08)}.product-template-overrides .sticky-desktop-bar__actions{display:flex;align-items:center;gap:1.6rem;flex-shrink:0}.product-template-overrides .sticky-desktop-bar__price{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.product-template-overrides .sticky-desktop-bar__button.button{min-width:auto;width:auto;padding:.8rem 2.4rem;font-size:1.3rem;min-height:0}.product-template-overrides .sticky-desktop-bar__button .loading__spinner .spinner{stroke:rgb(var(--color-button-text))}.product-template-overrides .product-addons{margin:2rem 0 0;padding:1.6rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;background:rgba(var(--color-foreground),.02)}.product-template-overrides .product-addons__heading{font-size:1.4rem;font-weight:600;letter-spacing:.02rem;color:rgb(var(--color-foreground));margin:0 0 1.2rem}.product-template-overrides .product-addons__list{display:flex;flex-direction:column;gap:0}.product-template-overrides .product-addons__item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid rgba(var(--color-foreground),.06);cursor:pointer;transition:background-color .15s ease;position:relative}.product-template-overrides .product-addons__item:first-child{border-top:none;padding-top:0}.product-template-overrides .product-addons__item:last-child{padding-bottom:0}.product-template-overrides .product-addons__checkbox{position:absolute;opacity:0;width:0;height:0}.product-template-overrides .product-addons__checkmark{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;min-width:1.8rem;border:1.5px solid rgba(var(--color-foreground),.3);border-radius:.4rem;transition:all .15s ease}.product-template-overrides .product-addons__checkmark:after{content:"";display:none;width:.5rem;height:.9rem;border:solid rgb(var(--color-button-text));border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-.2rem}.product-template-overrides .product-addons__checkbox:checked~.product-addons__checkmark{background:rgb(var(--color-button));border-color:rgb(var(--color-button))}.product-template-overrides .product-addons__checkbox:checked~.product-addons__checkmark:after{display:block}.product-template-overrides .product-addons__thumb{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;min-width:5rem;border-radius:.6rem;overflow:hidden;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08)}.product-template-overrides .product-addons__thumb img{width:100%;height:100%;object-fit:cover}.product-template-overrides .product-addons__info{display:flex;flex-direction:column;flex:1;min-width:0}.product-template-overrides .product-addons__title{font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1.4}.product-template-overrides .product-addons__desc{font-size:1.2rem;color:rgba(var(--color-foreground),.6);line-height:1.4}.product-template-overrides .product-addons__price{font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.75);white-space:nowrap;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-product-overrides.css.map */
