.product-addons{margin:2rem 0}.product-addons__top{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem}.product-addons__header{margin-bottom:1.2rem}.product-addons__heading{margin:0 0 .4rem;font-weight:700}.product-addons__intro{margin:0;color:rgba(var(--color-foreground),.7);font-size:1.4rem;line-height:1.5}.product-addon{margin-top:.8rem;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--inputs-radius);background:rgba(var(--color-foreground),.035);overflow:hidden;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}.product-addon:has(.product-addon__checkbox:checked){border-color:rgba(var(--color-foreground),.45);background:rgba(var(--color-foreground),.06)}.product-addon:has(.product-addon__checkbox:disabled){opacity:.5}.product-addon__label{display:flex;align-items:flex-start;gap:1.2rem;width:100%;padding:1.4rem;box-sizing:border-box}.product-addon__checkbox{-webkit-appearance:auto;appearance:auto;width:1.8rem;height:1.8rem;min-width:1.8rem;flex:0 0 auto;margin:.9rem 0 0;cursor:pointer}.product-addon__checkbox:disabled{cursor:not-allowed}.product-addon__checkbox--hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-addon__content{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:1.2rem;align-items:center;width:100%;min-width:0}.product-addon--quantity .product-addon__content{grid-template-columns:7rem minmax(0,1fr)}.product-addon__image-wrapper{display:block;width:7rem;height:7rem;overflow:hidden;border-radius:.4rem;background:rgb(var(--color-background))}.product-addon__image{display:block;width:100%;height:100%;object-fit:contain}.product-addon__details{display:flex;flex-direction:column;min-width:0}.product-addon__title{font-weight:600;line-height:1.35}.product-addon__price{margin-top:.2rem;font-weight:600;line-height:1.35}.product-addon__description{margin-top:.35rem;font-size:1.3rem;line-height:1.45;color:rgba(var(--color-foreground),.7)}.product-addon__sold-out{margin-top:.4rem;font-size:1.3rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground))}.product-addon__quantity-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;grid-column:2;margin-top:.8rem;min-width:0}.product-addon__quantity-label{font-size:1.2rem;line-height:1.3;color:rgba(var(--color-foreground),.7)}.product-addon__quantity.quantity{width:13rem;max-width:100%;min-height:4rem}.product-addon__quantity .quantity__input{min-width:4rem}.product-addon__quantity .quantity__button{width:3.8rem}.product-addons__navigation{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;flex:0 0 auto}.product-addons__arrow{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;box-shadow:0 .2rem .6rem rgba(var(--color-foreground),.08);transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.product-addons__arrow:hover:not(:disabled){border-color:rgba(var(--color-foreground),.42)}.product-addons__arrow:active:not(:disabled){transform:scale(.96)}.product-addons__arrow:disabled{opacity:.28;cursor:default}.product-addons__arrow .svg-wrapper{width:1.4rem;height:1.4rem}.product-addons__arrow--prev .svg-wrapper{transform:rotate(90deg)}.product-addons__arrow--next .svg-wrapper{transform:rotate(-90deg)}.product-addons__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-inline:contain}.product-addons__viewport::-webkit-scrollbar{display:none}.product-addons__track{display:flex;align-items:stretch;gap:1rem;width:100%}.product-addons--carousel .product-addon{flex:0 0 100%;width:100%;margin-top:0;scroll-snap-align:start;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:.4rem;background:rgba(var(--color-foreground),.035)}.product-addons--carousel .product-addon__label{display:block;width:100%;height:auto;padding:1rem 1.2rem}.product-addons--carousel .product-addon__content,.product-addons--carousel .product-addon--quantity .product-addon__content{display:grid;grid-template-columns:6.5rem minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:1.2rem;row-gap:.6rem;align-items:center;width:100%;min-height:0}.product-addons--carousel .product-addon__image-wrapper{grid-column:1;grid-row:1 / span 2;width:6.5rem;height:6.5rem;align-self:center;overflow:hidden;border-radius:.3rem}.product-addons--carousel .product-addon__image{width:100%;height:100%;object-fit:contain}.product-addons--carousel .product-addon__details{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.product-addons--carousel .product-addon__title{font-size:1.35rem;line-height:1.25;font-weight:600}.product-addons--carousel .product-addon__price{margin-top:.15rem;font-size:1.3rem;line-height:1.25;font-weight:600}.product-addons--carousel .product-addon__description{display:none}.product-addons--carousel .product-addon:not(.product-addon--quantity) .product-addon__select-button{grid-column:3;grid-row:1 / span 2;align-self:center;margin:0}.product-addons--carousel .product-addon__quantity-wrapper{grid-column:2 / 4;grid-row:2;display:flex;flex-direction:row;align-items:center;gap:.8rem;margin:0}.product-addons--carousel .product-addon__quantity-label{display:none}.product-addons--carousel .product-addon__quantity.quantity{width:9.5rem;min-height:3.4rem;height:3.4rem}.product-addons--carousel .product-addon__quantity .quantity__button{width:3rem;height:3.2rem}.product-addons--carousel .product-addon__quantity .quantity__input{min-width:3.2rem;height:3.2rem;font-size:1.3rem}.product-addons--carousel .product-addon__select-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:9rem;min-height:3.4rem;margin:0;padding:.55rem 1.2rem;border:.1rem solid rgb(var(--color-foreground));border-radius:.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.product-addons--carousel .product-addon__select-button:hover{background:rgba(var(--color-foreground),.05)}.product-addons--carousel .product-addon__select-button[aria-pressed=true]{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-addons--carousel .product-addon:has(.product-addon__checkbox:checked){border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.025)}.product-addons__dots{display:flex;justify-content:center;align-items:center;gap:.7rem;margin-top:1.1rem}.product-addons__dots[hidden]{display:none}.product-addons__dot{width:.8rem;height:.8rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.22);cursor:pointer}.product-addons__dot--active{background:rgb(var(--color-foreground))}.product-addons--no-navigation .product-addons__navigation{visibility:hidden}@media screen and (max-width:749px){.product-addons{margin:1.4rem 0}.product-addons__top{align-items:center}.product-addons__navigation{gap:.5rem}.product-addons__arrow{width:3.4rem;height:3.4rem}.product-addons--carousel .product-addon{flex:0 0 100%;width:100%}.product-addons--carousel .product-addon__label{padding:.9rem 1rem}.product-addons--carousel .product-addon__content,.product-addons--carousel .product-addon--quantity .product-addon__content{display:grid;grid-template-columns:5.8rem minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:.9rem;row-gap:.5rem;align-items:center}.product-addons--carousel .product-addon__image-wrapper{grid-column:1;grid-row:1 / span 2;width:5.8rem;height:5.8rem}.product-addons--carousel .product-addon__details{grid-column:2;grid-row:1}.product-addons--carousel .product-addon__title{font-size:1.2rem;line-height:1.2}.product-addons--carousel .product-addon__price{margin-top:.1rem;font-size:1.15rem;line-height:1.2}.product-addons--carousel .product-addon:not(.product-addon--quantity) .product-addon__select-button{grid-column:3;grid-row:1 / span 2;align-self:center}.product-addons--carousel .product-addon__quantity-wrapper{grid-column:2 / 4;grid-row:2;display:flex;flex-direction:row;align-items:center;gap:.6rem;margin:0}.product-addons--carousel .product-addon__quantity.quantity{width:8.2rem;min-height:3rem;height:3rem}.product-addons--carousel .product-addon__quantity .quantity__button{width:2.8rem;height:2.8rem}.product-addons--carousel .product-addon__quantity .quantity__input{min-width:2.8rem;height:2.8rem;font-size:1.2rem}.product-addons--carousel .product-addon__select-button{min-width:7.6rem;min-height:3rem;padding:.45rem .9rem;font-size:1.1rem;line-height:1}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/147-product-addons.css.map */
