.bundle-set{display:flex;flex-direction:column;gap:var(--product-block-item-margin);padding:var(--product-block-item-margin) 0 0 0;border-top:1px solid rgb(var(--border-color))}.bundle-set__heading{margin:0;font-size:var(--text-base);letter-spacing:var(--text-letter-spacing)}.bundle-set__items{display:flex;flex-direction:column;gap:2.5rem}.bundle-set__item{display:grid;grid-template-columns:4.5rem minmax(0, 1fr);gap:.75rem;align-items:flex-start}.bundle-set__item-image-link{text-decoration:none}.bundle-set__item-image-wrapper{width:4.5rem;height:6rem;display:block}.bundle-set__item-image{width:100%;height:100%;object-fit:cover}.bundle-set__item-content{min-width:0;display:flex;flex-direction:column;gap:.5rem}.bundle-set__item-title{margin:0 0 .25rem 0;text-transform:uppercase;text-decoration:none;font-family:var(--heading-italic-font-family)}.bundle-set__item-color-text{margin:0;font:var(--text-font-style) var(--text-font-weight) var(--text-base)/var(--text-line-height) var(--text-font-family);letter-spacing:var(--text-letter-spacing);display:flex;gap:.5rem;align-items:baseline}.bundle-set__item-color-label{color:rgb(var(--text-color)/60%)}.bundle-set__item-colors{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.bundle-set__color-option{width:4.5rem;height:6rem;border:0;padding:0;cursor:pointer;position:relative}.bundle-set__color-option::after{content:"";position:absolute;left:0;bottom:-0.25rem;width:100%;height:.125rem;background:rgba(0,0,0,0)}.bundle-set__color-option.is-active::after{background:rgb(var(--text-color))}.bundle-set__color-option[disabled]{cursor:not-allowed}.bundle-set__color-image{width:100%;height:100%;object-fit:cover}.bundle-set__color-option[disabled]>.bundle-set__color-image{opacity:.5}.bundle-set__color-option[disabled]::before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="72" height="96" viewBox="0 0 72 96" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.500138" y1="94.699" x2="70.9015" y2="0.499992" stroke="black" stroke-opacity="0.15" stroke-linecap="round"/></svg>') no-repeat center/100% 100%;pointer-events:none}.bundle-set__color-more{width:4.5rem;height:6rem;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;font:var(--text-font-style) var(--text-font-weight) var(--text-base)/var(--text-line-height) var(--text-font-family);letter-spacing:var(--text-letter-spacing);text-decoration:underline;cursor:pointer;background:rgb(var(--background-secondary))}.bundle-set__item-sizes{display:flex;flex-wrap:wrap;gap:.5rem}.bundle-set__size-header{margin-top:.75rem}.bundle-set__size-guide-button{border:0;background:rgba(0,0,0,0);padding:0;cursor:pointer;color:inherit}.bundle-set__size{--swatch-border-size: 2px;--swatch-padding: 0.5625rem 1.125rem;--swatch-disabled-strike-color: rgb(var(--text-color) / 0.3);padding:var(--swatch-padding);border-width:var(--swatch-border-size);border-radius:var(--input-border-radius);min-width:4rem;color:rgb(var(--text-color)/0.65);justify-content:safe center;align-items:center;column-gap:.65rem;display:flex;position:relative}.bundle-set__size.is-active{border-color:rgb(var(--text-color))}.bundle-set__size[disabled]{cursor:not-allowed;color:rgb(var(--text-color)/45%)}.bundle-set__size[disabled]::before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="66" height="41" viewBox="0 0 66 41" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.499962" y1="39.9759" x2="64.6483" y2="0.500038" stroke="black" stroke-opacity="0.15" stroke-linecap="round"/></svg>') no-repeat center/100% 100%;pointer-events:none}.bundle-set__item.is-soldout .bundle-set__item-title{opacity:.55}@media screen and (max-width: 699px){.bundle-set__items{gap:2rem}.bundle-set{gap:1.5rem}.bundle-set__item-title{margin:0}.bundle-set__color-option,.bundle-set__color-more{width:3.5rem;height:4.666rem}.bundle-set__size-header{margin-top:.5rem}.bundle-set__size{min-width:3.5rem}}