.bundle-set{background-color:rgb(var(--color-background))}.bundle-set__inner{display:grid;grid-template-columns:1.1fr 1fr;min-height:480px}.bundle-set__image-panel{position:relative;overflow:hidden}.bundle-set__badge{position:absolute;top:1.2rem;left:1.2rem;z-index:2;padding:.6rem 1rem;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;line-height:1}@media screen and (max-width:749px){.bundle-set__badge{top:.8rem;left:.8rem;font-size:1rem;padding:.5rem .8rem}}.bundle-set__image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.bundle-set__image.is-loading{opacity:0}.bundle-set__selector{padding:3.2rem 2.4rem;display:flex;flex-direction:column;justify-content:center;gap:1.4rem}.bundle-set__eyebrow{font-size:1.3rem;letter-spacing:.24em;text-transform:uppercase;font-weight:500;color:rgba(var(--color-foreground),.7);margin:0 0 .4rem}.bundle-set__heading{font-size:clamp(2.6rem,3.4vw,3.4rem);font-weight:500;letter-spacing:.01em;line-height:1.1;margin:0}.bundle-set__subheading{font-size:1.5rem;line-height:1.5;color:rgba(var(--color-foreground),.72);max-width:44ch;margin:.6rem 0 1.2rem}.bundle-set__toggle{display:flex;border:1.5px solid rgba(var(--color-foreground),.2);overflow:hidden}.bundle-set__toggle-btn{flex:1;padding:.9rem 1rem;background:transparent;border:none;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:rgba(var(--color-foreground),.5);transition:background .2s,color .2s}.bundle-set__toggle-btn.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-set__label{display:block;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin-bottom:.6rem}.bundle-set__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.bundle-set__label-row .bundle-set__label{margin-bottom:0}.bundle-set__item-tag{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(var(--color-foreground),.2);padding:.2rem .8rem;color:rgba(var(--color-foreground),.5)}.bundle-set__color-row{display:block}.bundle-set__color-row.is-hidden{display:none}.bundle-set__swatches{display:flex;gap:.8rem;margin-bottom:0}.bundle-set__swatch{width:2.8rem;height:2.8rem;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;background-color:var(--swatch-color);transition:border-color .15s}.bundle-set__swatch[data-color=White]{border-color:rgba(var(--color-foreground),.2)}.bundle-set__swatch.is-selected{border-color:rgb(var(--color-foreground))}.bundle-set__sizes-wrapper{display:flex;align-items:center;gap:1.2rem}.bundle-set__sizes-wrapper .bundle-set__sizes{flex:1}.bundle-set__size-guide{flex-shrink:0}.bundle-set__sizes{display:flex;gap:.6rem;flex-wrap:wrap}.bundle-set__size{padding:.6rem 1rem;border:1.5px solid rgba(var(--color-foreground),.2);background:transparent;font-size:1.1rem;cursor:pointer;color:rgb(var(--color-foreground));transition:background .15s,color .15s,border-color .15s}.bundle-set__size.is-selected{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bundle-set__size:disabled,.bundle-set__size.is-unavailable{opacity:.4;cursor:not-allowed;position:relative;overflow:hidden}.bundle-set__size.is-unavailable:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top right,transparent calc(50% - .6px),rgba(var(--color-foreground),.5) calc(50% - .6px),rgba(var(--color-foreground),.5) calc(50% + .6px),transparent calc(50% + .6px));pointer-events:none}.bundle-set__ctas{display:flex;flex-direction:column;gap:1rem;margin-top:.4rem}.bundle-set__cta{width:100%;padding:1.4rem;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;margin:0}.bundle-set__cta[aria-busy=true]{opacity:.7;cursor:wait}.bundle-set__cta--primary{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground))}.bundle-set__cta--primary:before,.bundle-set__cta--primary:after{display:none}.bundle-set__error{font-size:1.1rem;color:rgb(var(--color-error));text-align:center;margin-top:.4rem}.product-popup-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground),.2);height:100%}.product-popup-modal[open]{opacity:1;visibility:visible;z-index:101}.product-popup-modal__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;height:80%;margin:0 auto;left:50%;transform:translate(-50%);margin-top:5rem;width:92%;position:absolute;top:0;padding:0 1.5rem 0 3rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width:750px){.product-popup-modal__content{padding:0 3rem;margin-top:10rem;width:70%}}.product-popup-modal__content img{max-width:100%}@media screen and (max-width:749px){.product-popup-modal__content table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap;margin:0}}.product-popup-modal__opener{display:inline-block}.product-popup-modal__content-info{padding-right:4.4rem}.product-popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width:749px){.product-popup-modal__content-info>*{max-height:100%}}.product-popup-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:1.2rem;z-index:2;top:1.5rem;width:4rem;margin:0 0 0 auto}.product-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.bundle-set__size-guide.product-popup-modal__opener,modal-opener.bundle-set__size-guide{display:inline-block;margin-top:0}.bundle-crosssell__divider{display:flex;align-items:center;gap:1.2rem;margin:2rem 0;color:rgba(var(--color-foreground),.4);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.bundle-crosssell__divider:before,.bundle-crosssell__divider:after{content:"";flex:1;border-top:1px dashed rgba(var(--color-foreground),.2)}.bundle-crosssell{border:1px solid rgba(var(--color-foreground),.15);padding:1.6rem}.bundle-crosssell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.4rem}.bundle-crosssell__title{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}.bundle-crosssell__badge{font-size:.9rem;background:#c9a96e;color:#1a1a1a;padding:.2rem .8rem;letter-spacing:.08em;text-transform:uppercase}.bundle-crosssell__item-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.bundle-crosssell__thumb{width:4.8rem;height:6rem;object-fit:cover;flex-shrink:0}.bundle-crosssell__item-name{font-size:1.1rem;margin-bottom:.3rem}.bundle-crosssell__item-note{font-size:.9rem;color:rgba(var(--color-foreground),.5)}.cart-bundle-group__label{font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);padding:.8rem 0 .4rem;border-top:1px solid rgba(var(--color-foreground),.1)}@media screen and (max-width:749px){.bundle-set__inner{grid-template-columns:1fr}.bundle-set__image-panel{aspect-ratio:4 / 3;height:auto}.bundle-set__selector{padding:2rem 1.6rem}.bundle-set__toggle-btn{font-size:.9rem;padding:.8rem .4rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/bundle-set.css.map */
