.custom-buy-box-section .custom-buy-box{display:block;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);padding:1.2rem 0 2.4rem}.custom-buy-box-section .custom-buy-box--empty{padding:4rem 1.5rem;text-align:center;color:rgba(var(--color-foreground),.6)}.custom-buy-box-section .custom-buy-box__inner{max-width:120rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem}.custom-buy-box-section .custom-buy-box__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:var(--media-radius)}.custom-buy-box-section .custom-buy-box__slides::-webkit-scrollbar{display:none}.custom-buy-box-section .custom-buy-box__slide{flex:0 0 100%;width:100%;height:auto;object-fit:contain;scroll-snap-align:center}.custom-buy-box-section .custom-buy-box__dots{display:flex;justify-content:center;gap:.6rem;margin-top:1rem}.custom-buy-box-section .custom-buy-box__dots:empty{display:none}.custom-buy-box-section .custom-buy-box__dot{width:.7rem;height:.7rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.25);cursor:pointer}.custom-buy-box-section .custom-buy-box__dot.is-active{background:rgb(var(--color-foreground))}.custom-buy-box-section .custom-buy-box__info{display:flex;flex-direction:column;gap:1rem}.custom-buy-box-section .custom-buy-box__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;line-height:1.2;margin:0}.custom-buy-box-section .custom-buy-box__reviews{display:flex;align-items:center;gap:.8rem}.custom-buy-box-section .custom-buy-box__stars{color:#fbbc04;font-size:1.5rem;letter-spacing:.1rem}.custom-buy-box-section .custom-buy-box__reviews-text{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.custom-buy-box-section .custom-buy-box__price-block{display:flex;flex-direction:column;gap:0}.custom-buy-box-section .custom-buy-box__price{display:flex;align-items:baseline;gap:1rem}.custom-buy-box-section .custom-buy-box__price-current{font-size:2.6rem;font-weight:var(--font-body-weight-bold, 700);line-height:1.1}.custom-buy-box-section .custom-buy-box__price-compare{font-size:1.8rem;color:rgba(var(--color-foreground),.55)}.custom-buy-box-section .custom-buy-box__price-compare[hidden]{display:none}.custom-buy-box-section .custom-buy-box__installment{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.custom-buy-box-section .custom-buy-box__opt{display:flex;flex-direction:column;gap:.8rem}.custom-buy-box-section .custom-buy-box__opt-label{margin:0;font-size:1.4rem}.custom-buy-box-section .custom-buy-box__opt-label span{font-weight:var(--font-body-weight-bold, 700)}.custom-buy-box-section .custom-buy-box__swatches{display:flex;flex-wrap:wrap;gap:1rem}.custom-buy-box-section .custom-buy-box__swatch{width:3.6rem;height:3.6rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:50%;background:var(--swatch, #d9d9d9) center / cover no-repeat;cursor:pointer}.custom-buy-box-section .custom-buy-box__swatch.is-on{box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 0 .4rem rgb(var(--color-foreground))}.custom-buy-box-section .custom-buy-box__swatch.is-unavailable{opacity:.35;cursor:not-allowed}.custom-buy-box-section .custom-buy-box__pills{display:flex;flex-wrap:wrap;gap:.8rem}.custom-buy-box-section .custom-buy-box__pill{width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;padding:0;border:var(--variant-pills-border-width, .1rem) solid rgba(var(--color-foreground),.2);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.4rem;cursor:pointer}.custom-buy-box-section .custom-buy-box__pill.is-on{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.custom-buy-box-section .custom-buy-box__pill.is-unavailable{color:rgba(var(--color-foreground),.35);border-color:rgba(var(--color-foreground),.12);text-decoration:line-through;cursor:not-allowed}.custom-buy-box-section .product-form{display:block}.custom-buy-box-section .product-form__error-message-wrapper{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.3rem;color:#b91c1c}.custom-buy-box-section .product-form__error-message-wrapper[hidden]{display:none}.custom-buy-box-section .custom-buy-box__sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:5;display:flex;justify-content:center;padding:1.2rem 1.5rem;padding-bottom:calc(1.2rem + env(safe-area-inset-bottom));background:#000;box-shadow:0 -.4rem 1.6rem #00000040;transform:translateY(100%);transition:transform .35s ease;pointer-events:none}.custom-buy-box-section .custom-buy-box__sticky-bar.is-visible{transform:translateY(0);pointer-events:auto}.custom-buy-box-section .custom-buy-box__sticky-cta{margin:0;width:100%;max-width:48rem}@media(min-width:750px){.custom-buy-box-section .custom-buy-box{padding:2rem 0 4rem}.custom-buy-box-section .custom-buy-box__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5rem;padding:0 5rem;align-items:center}.custom-buy-box-section .custom-buy-box__title{font-size:3rem}}.custom-buy-box-section .custom-buy-box__info-btns{display:flex;gap:2rem;flex-wrap:wrap;margin:1.2rem 0}.custom-buy-box-section .custom-buy-box__info-btn{display:inline-flex;align-items:center;gap:.6rem;padding:0;border:0;background:none;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.3rem;line-height:1.3;cursor:pointer;white-space:nowrap}.custom-buy-box-section .custom-buy-box__info-btn span{text-decoration:underline;text-underline-offset:.3rem}.custom-buy-box-section .custom-buy-box__info-btn:hover{opacity:.7}.custom-buy-box-section .custom-buy-box__info-icon{width:1.6rem;height:1.6rem;flex-shrink:0}.custom-buy-box-section .custom-buy-box__accordions{margin-top:1.6rem}.custom-buy-box-section .custom-buy-box__dialog{padding:0;border:0;background:transparent;max-width:100%;max-height:100%;width:100%;margin:auto auto 0}.custom-buy-box__dialog::backdrop{background:#00000073}.custom-buy-box__dialog-box{position:relative;background:#fff;border-radius:1.4rem 1.4rem 0 0;width:100%;max-height:74svh;overflow-y:auto;padding:2.2rem 2rem 3.6rem}.custom-buy-box__dialog-x{position:absolute;top:1.4rem;right:1.6rem;background:none;border:0;font-size:2.4rem;line-height:1;color:#555;cursor:pointer;padding:0 .4rem;font-family:inherit}.custom-buy-box__dialog-title{font-size:1.6rem;font-weight:700;margin:0 0 1.6rem;padding-right:2.8rem;color:#111}.custom-buy-box__dialog-body p{font-size:1.4rem;margin:0 0 1.2rem;color:#444}.custom-buy-box__doc-section{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.custom-buy-box__doc-section:last-child{margin-bottom:0}.custom-buy-box__doc-label{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999;margin:0 0 .2rem}.custom-buy-box__doc-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:#f7f7f7;border-radius:.8rem;text-decoration:none;color:#111;transition:background .15s}.custom-buy-box__doc-row:hover{background:#eee}.custom-buy-box__doc-icon{width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:50%;font-size:1.4rem;flex-shrink:0}.custom-buy-box__doc-name{flex:1;font-size:1.4rem;font-weight:500}.custom-buy-box__doc-type{font-size:1.1rem;font-weight:700;color:#999;letter-spacing:.05em}.custom-buy-box__stbl{width:100%;border-collapse:collapse;font-size:1.4rem}.custom-buy-box__stbl th,.custom-buy-box__stbl td{border-bottom:.1rem solid #eee;padding:.8rem .6rem;text-align:left}.custom-buy-box__stbl th{font-weight:700;color:#111}@media screen and (min-width:750px){.custom-buy-box-section .custom-buy-box__dialog{width:48rem;margin:auto}.custom-buy-box-section .custom-buy-box__dialog-box{border-radius:1.2rem;max-height:80vh}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-buy-box.css.map */
