.cart-item-options{display:flex;flex-direction:column;gap:var(--sp-3, 1rem)}.cart-item-card{position:relative;border:2px solid rgb(var(--color-border-default));border-radius:var(--rounded-card, 8px);overflow:hidden;transition:all .2s ease;background:linear-gradient(135deg,rgb(var(--color-foreground) / .03),rgb(var(--color-foreground) / .01));cursor:pointer}.cart-item-card:hover{border-color:rgb(var(--color-button-background));box-shadow:0 4px 6px -1px #0000004d;transform:translateY(-2px);background:linear-gradient(135deg,rgb(var(--color-foreground) / .06),rgb(var(--color-foreground) / .03))}.cart-item-card.selected{border-color:rgb(var(--color-button-background));background:linear-gradient(135deg,rgb(var(--color-button-background) / .12),rgb(var(--color-button-background) / .06));box-shadow:0 4px 12px rgb(var(--color-button-background) / .25)}.cart-item-card__content{display:flex;align-items:center;gap:var(--sp-3, 1rem);padding:var(--sp-3, 1rem);position:relative}.cart-item-card__checkbox{width:24px;height:24px;border:2px solid rgb(var(--color-border-default));border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:rgb(var(--color-background));transition:all .2s ease}.cart-item-card.selected .cart-item-card__checkbox{border-color:rgb(var(--color-button-background));background-color:rgb(var(--color-button-background))}.cart-item-card__checkbox-icon{color:rgb(var(--color-button-text));font-size:14px;font-weight:700;line-height:1}.cart-item-card__image{width:64px;height:64px;flex-shrink:0;border-radius:4px;overflow:hidden;background-color:rgb(var(--color-background))}.cart-item-card__image img{width:100%;height:100%;object-fit:contain;background-color:rgb(var(--color-background))}.cart-item-card__details{flex:1;min-width:0}.cart-item-card__title{margin:0 0 var(--sp-1, .25rem) 0;font-size:var(--text-base, .95rem);font-weight:600;color:rgb(var(--color-drawer-text));line-height:1.3}.cart-item-card__variant{margin:0 0 var(--sp-2, .5rem) 0;font-size:var(--text-sm, .875rem);color:rgb(var(--color-drawer-text) / .7)}.cart-item-card__badge{display:inline-block;margin:0}.badge{display:inline-block;padding:var(--sp-1, .25rem) var(--sp-3, .75rem);font-size:var(--text-xs, .75rem);font-weight:500;border-radius:var(--rounded-full, 9999px)}.badge--success{background-color:rgb(var(--color-success) / .1);color:rgb(var(--color-success))}.cart-item-card--new{border-style:dashed}.cart-item-card__header{cursor:pointer;transition:background-color .2s ease}.cart-item-card__header:hover{background-color:rgb(var(--color-drawer-text) / .02)}.cart-item-card__chevron{margin-left:auto;flex-shrink:0;color:rgb(var(--color-drawer-text) / .5);transition:transform .3s ease,color .2s ease}.cart-item-card__header:hover .cart-item-card__chevron{color:rgb(var(--color-drawer-text))}.new-item-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-drawer-text) / .05);border-radius:var(--rounded-button, 6px);color:rgb(var(--color-button-background));flex-shrink:0}.cart-item-card--new:hover .new-item-icon{background-color:rgb(var(--color-button-background) / .1)}.cart-item-card__expandable{overflow:hidden;transition:all .3s ease;border-top:1px solid rgb(var(--color-border-default));background:linear-gradient(135deg,rgb(var(--color-foreground) / .04),rgb(var(--color-foreground) / .02))}.cart-item-card__two-column{display:grid;grid-template-columns:180px 1fr;gap:var(--sp-5, 2rem);padding:var(--sp-4, 1.5rem)}@media (max-width: 640px){.cart-item-card__two-column{grid-template-columns:1fr;gap:var(--sp-4, 1.5rem)}}.cart-item-card__product-column{display:flex;flex-direction:column;align-items:center;gap:var(--sp-3, 1rem)}.cart-item-card__product-image{width:100%;max-width:180px;height:auto;border-radius:var(--rounded-card, 8px);box-shadow:0 2px 8px rgb(var(--color-drawer-text) / .1)}.cart-item-card__product-name{margin:0;font-size:var(--text-sm, .875rem);font-weight:600;color:rgb(var(--color-drawer-text));text-align:center;line-height:1.4}.cart-item-card__options-column{flex:1}.variant-option{margin-bottom:var(--sp-4, 1.5rem)}.variant-option__label{display:block;margin-bottom:var(--sp-3, .75rem);font-size:var(--text-base, 1rem);font-weight:600;color:rgb(var(--color-drawer-text))}.colour-swatches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:var(--sp-2, .5rem);width:100%}@media (max-width: 768px){.colour-swatches-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}@media (max-width: 640px){.colour-swatches-grid{grid-template-columns:repeat(3,1fr);gap:var(--sp-2, .5rem)}}.swatch-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sp-2, .5rem);padding:var(--sp-3, .75rem) var(--sp-2, .5rem);border:2px solid rgb(var(--color-border-default));border-radius:var(--rounded-card, 8px);cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,rgb(var(--color-foreground) / .03),rgb(var(--color-foreground) / .01));min-height:100px;aspect-ratio:1 / 1}@media (max-width: 640px){.swatch-card{padding:var(--sp-2, .5rem) var(--sp-1, .25rem);gap:var(--sp-1, .25rem);min-height:70px}.swatch-card__colour{width:28px!important;height:28px!important}.swatch-card__label{font-size:.65rem!important;line-height:1.2}.swatch-card__checkbox{width:18px!important;height:18px!important;top:4px;left:4px}.swatch-card__checkbox-icon{font-size:11px!important}}.swatch-card:hover{border-color:rgb(var(--color-button-background));background:linear-gradient(135deg,rgb(var(--color-foreground) / .06),rgb(var(--color-foreground) / .03));transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.swatch-card.selected{border-color:rgb(var(--color-button-background));background:linear-gradient(135deg,rgb(var(--color-button-background) / .12),rgb(var(--color-button-background) / .06));box-shadow:0 4px 12px rgb(var(--color-button-background) / .25)}.swatch-card__checkbox{position:absolute;top:8px;left:8px;width:24px;height:24px;border:2px solid rgb(var(--color-border-default));border-radius:6px;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-background));transition:all .2s ease;z-index:2}.swatch-card.selected .swatch-card__checkbox{border-color:rgb(var(--color-button-background));background-color:rgb(var(--color-button-background))}.swatch-card__checkbox-icon{color:rgb(var(--color-button-text));font-size:14px;font-weight:700;line-height:1}.swatch-card__colour{width:40px;height:40px;border-radius:50%;border:2px solid rgb(var(--color-border-default));box-shadow:inset 0 1px 3px #0003;position:relative;z-index:1;flex-shrink:0}.swatch-card__label{font-size:var(--text-xs, .75rem);font-weight:600;color:rgb(var(--color-drawer-text));text-align:center;line-height:1.3;word-break:break-word}.variant-option__select{width:100%;padding:var(--sp-3, .75rem);border:2px solid rgb(var(--color-border-default));border-radius:var(--rounded-card, 8px);font-size:var(--text-base, 1rem);color:rgb(var(--color-drawer-text));background:linear-gradient(135deg,rgb(var(--color-foreground) / .03),rgb(var(--color-foreground) / .01));cursor:pointer;transition:border-color .2s ease;font-family:var(--font-body-family)}.variant-option__select:hover{border-color:rgb(var(--color-button-background))}.variant-option__select:focus{outline:none;border-color:rgb(var(--color-button-background));box-shadow:0 0 0 3px rgb(var(--color-button-background) / .1)}.cart-item-card:focus-visible,.swatch-card:focus-visible{outline:2px solid rgb(var(--color-keyboard-focus));outline-offset:2px}@media (prefers-reduced-motion: reduce){.cart-item-card,.swatch-card,.cart-item-card__checkbox,.swatch-card__checkbox,.cart-item-card__chevron{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/product-linking-manager.css.map */
