.shop-the-collection{--stc-bg: #f5f5f5;--stc-text: #1a1a1a;--stc-selected-bg: #e8e8e8;--stc-selected-text: #1a1a1a;--stc-pad-x: 1rem;--stc-pad-y: 1.25rem;--stc-row-pad-x: 1.25rem;--stc-row-pad-y: 1.25rem;--stc-border: rgba(0, 0, 0, .08);display:block;position:relative;color:var(--stc-text);background:var(--stc-bg);padding:var(--stc-pad-y) var(--stc-pad-x)}.shop-the-collection__header{text-align:center;margin-block-end:1.25rem}.shop-the-collection__heading{margin:0}.shop-the-collection__group-name{margin:.35rem 0 0;font-size:.875rem;opacity:.75}.shop-the-collection__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.shop-the-collection__row{display:grid;grid-template-columns:1.25rem 4.5rem minmax(0,1fr);column-gap:.875rem;align-items:start;padding:var(--stc-row-pad-y) var(--stc-row-pad-x)!important;margin-inline:calc(var(--stc-pad-x) * -1);background:transparent;color:inherit;border-block-end:1px solid var(--stc-border);transition:background-color .15s ease,color .15s ease}.shop-the-collection__row:last-child{border-block-end:0}.shop-the-collection__row.is-selected{background:var(--stc-selected-bg);color:var(--stc-selected-text)}.shop-the-collection__checkbox-wrap{display:flex;align-items:flex-start;justify-content:center;padding-block-start:1.65rem;cursor:pointer;position:relative}.shop-the-collection__checkbox{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.shop-the-collection__checkbox-ui{width:1rem;height:1rem;border:1.5px solid currentColor;border-radius:2px;display:grid;place-items:center;flex-shrink:0;background:transparent;transition:background-color .12s ease,border-color .12s ease}.shop-the-collection__checkbox-ui:after{content:"";width:.55rem;height:.3rem;border-inline-start:1.5px solid transparent;border-block-end:1.5px solid transparent;transform:translateY(-.05rem) rotate(-45deg);opacity:0;transition:opacity .12s ease}.shop-the-collection__checkbox:checked+.shop-the-collection__checkbox-ui{background:currentColor}.shop-the-collection__checkbox:checked+.shop-the-collection__checkbox-ui:after{border-color:var(--stc-bg);opacity:1}.shop-the-collection__row.is-selected .shop-the-collection__checkbox:checked+.shop-the-collection__checkbox-ui:after{border-color:var(--stc-selected-bg)}.shop-the-collection__checkbox:disabled+.shop-the-collection__checkbox-ui{opacity:.35}.shop-the-collection__checkbox:focus-visible+.shop-the-collection__checkbox-ui{outline:2px solid currentColor;outline-offset:2px}.shop-the-collection__media{display:block;width:4.5rem;aspect-ratio:1;overflow:hidden;background:#ffffff80}.shop-the-collection__image{width:100%;height:100%;object-fit:cover;display:block}.shop-the-collection__image--placeholder{background:#0000000f}.shop-the-collection__info{min-width:0;display:flex;flex-direction:column;gap:.4rem}.shop-the-collection__title{color:inherit;text-decoration:none;font-size:.9375rem;line-height:1.3;font-weight:500}.shop-the-collection__title:hover{text-decoration:underline}.shop-the-collection__price{margin:0;font-size:.875rem}.shop-the-collection__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-block-start:.35rem}.shop-the-collection__variant-select{width:100%;max-width:100%;flex:1 1 100%;min-width:0;box-sizing:border-box;font:inherit;font-size:.8125rem;color:inherit;background:#ffffffb3;border:1px solid rgba(0,0,0,.18);border-radius:.25rem;padding:.5rem .625rem;-webkit-appearance:auto;appearance:auto}.shop-the-collection__qty{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.18);border-radius:.25rem;background:#ffffffb3}.shop-the-collection__qty[hidden]{display:none!important}.shop-the-collection__qty-btn{width:2rem;height:2rem;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;line-height:1}.shop-the-collection__qty-input{width:2.25rem;height:2rem;border:0;border-inline:1px solid rgba(0,0,0,.18);background:transparent;color:inherit;text-align:center;font:inherit;font-size:.8125rem;-moz-appearance:textfield}.shop-the-collection__qty-input::-webkit-outer-spin-button,.shop-the-collection__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop-the-collection__footer{margin-block-start:.75rem;display:flex;flex-direction:column;gap:.75rem}.shop-the-collection__total{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:600;padding-block:.75rem .25rem;border-block-start:1px solid var(--stc-border)}.shop-the-collection__total[hidden]{display:none!important}.shop-the-collection__atc-anchor{display:block;width:100%}.shop-the-collection__atc-wrap{display:block;width:100%;box-sizing:border-box;padding-block:.75rem .25rem}.shop-the-collection__atc-wrap.is-fixed{margin:0;padding:1rem;box-sizing:border-box;background:var(--stc-bg)}@media screen and (min-width:1000px){.shop-the-collection__atc-wrap.is-fixed.is-animating{animation:shop-the-collection-atc-in .35s cubic-bezier(.22,1,.36,1) both}}@keyframes shop-the-collection-atc-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.shop-the-collection__atc-wrap.is-fixed.is-animating{animation:none}}.shop-the-collection__atc{--button-background: var(--stc-disabled-atc-bg-rgb);--button-outline-color: var(--stc-disabled-atc-bg-rgb);--button-text-color: var(--stc-disabled-atc-text-rgb)}.shop-the-collection__atc:not(:disabled){--button-background: var(--stc-atc-bg-rgb);--button-outline-color: var(--stc-atc-bg-rgb);--button-text-color: var(--stc-atc-text-rgb)}.shop-the-collection__atc.is-loading{opacity:.7;pointer-events:none}@media screen and (min-width:700px){.shop-the-collection{--stc-pad-x: 1rem;--stc-row-pad-x: 1.5rem;--stc-row-pad-y: 1.25rem}.shop-the-collection__row{grid-template-columns:1.25rem 4.5rem minmax(0,1fr);column-gap:1rem}.shop-the-collection__variant-select{width:50%;max-width:50%;flex:0 0 50%}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/shop-the-collection.css.map */
