.card-wrapper{position:relative;display:block;height:100%;text-decoration:none;background-color:transparent}.card-wrapper__image{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:var(--duration-default)}.card-wrapper__link--overlay{display:block;text-decoration:none;color:rgb(var(--color-foreground));background-color:transparent;z-index:1}.card-wrapper .product-form__controls{width:100%;margin-bottom:0}.card-wrapper .product-form__controls-title{text-align:center}.card-wrapper .product-form__controls-group{gap:.2rem;width:100%}.card-wrapper .product-form__controls-group .options-more{margin-left:.6rem}.card-wrapper .product-form__controls-group label.color-swatch{margin-top:0;width:2.8rem;height:2.8rem;padding:.1rem;border:.1rem solid transparent;z-index:2}.card-wrapper .product-form__controls-group label.color-swatch:after{width:1.6rem;height:1.6rem}.card-wrapper .product-form__controls-group--rectangle label.color-swatch{width:3.2rem;height:4rem}.card-wrapper .product-form__controls-group--rectangle label.color-swatch:after{width:2.4rem;height:3.2rem}.card-wrapper .product-form__controls-group--square label.color-swatch{border-radius:var(--border-radius)}.card-wrapper .product-form__controls-group--square label.color-swatch:after{border-radius:var(--border-radius)}.card-wrapper .js-cart-option{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;max-height:calc(100% + 2rem);padding:1rem;background-color:rgb(var(--color-background),.94);z-index:3;transform:translateY(100%);transition:transform var(--duration-default);overflow-y:auto}.card-wrapper .js-cart-option.active{transform:translateY(0)}.card-wrapper .js-cart-option .product-form__controls-group{justify-content:center;gap:.8rem}.card-wrapper .js-cart-option input.disabled-loading+label{opacity:.5;pointer-events:none}.card-wrapper .js-cart-option label.loading{color:transparent}.card-wrapper .js-cart-option label.loading .loading-overlay__spinner{color:rgb(var(--color-foreground))}.card-wrapper .js-cart-option .product-form__controls-group label{min-height:4rem;min-width:4rem;padding:0 .4rem}.card{display:block;text-decoration:none}.card__inner{position:relative;display:block;border-radius:var(--border-radius-product);overflow:hidden;visibility:visible}.card .product-parameters{position:absolute;padding:0;left:50%;bottom:0;transform:translate(-50%);margin-bottom:0;border:none;z-index:4;width:100%}.card__information-top{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;column-gap:.4rem;width:100%;padding:1rem;box-sizing:border-box}.card__vendor{display:inline-block;font-weight:var(--font-heading-card-weight);color:rgba(var(--color-foreground-secondary))}.card__vendor_link{position:relative;z-index:2;pointer-events:all}.card__vendor a{text-decoration:none;color:inherit;transition:color var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.card__vendor a:hover{color:rgba(var(--color-foreground-secondary),.6)}}.card__info-group{display:grid;align-items:center;justify-content:flex-start}.card__quick-add,.card__quick-view{position:static;grid-column:1;grid-row:1;opacity:0;pointer-events:none;z-index:inherit}.card__quick-add .card__link,.card__quick-view .card__link{position:relative;z-index:2}.card__quick-add_hidden,.card__quick-view_hidden{display:none}@media screen and (min-width:990px){.card__quick-add_hidden,.card__quick-view_hidden{display:block}}@media screen and (min-width:990px){.card__quick-add_mobile,.card__quick-view_mobile{display:none}}.card__title{grid-column:1;grid-row:1;margin:0;font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:calc(var(--font-heading-card-scale) * 1.6rem);text-transform:var(--font-heading-card-text-transform);color:rgb(var(--color-foreground))}@media only screen and (min-width:750px){.card__title{font-size:calc(var(--font-heading-card-scale) * 1.6rem)}}.card__description{font-family:var(--font-text-card-family);font-style:var(--font-text-card-style);font-weight:var(--font-text-card-weight);font-size:calc(var(--font-text-card-scale) * 1rem);color:rgb(var(--color-foreground-secondary))}@media screen and (min-width:750px){.card__description{font-size:calc(var(--font-text-card-scale) * 1rem)}}@media screen and (min-width:1600px){.card__description{font-size:calc(var(--font-text-card-scale) * 1rem)}}.card__inventory{display:flex;align-items:center;gap:.4rem;color:rgb(var(--color-alert))}.card__inventory:before{content:"";display:block;width:.4rem;height:.4rem;border-radius:50%;background-color:rgb(var(--color-alert))}.card__links{display:flex;gap:.4rem;position:absolute;right:0;bottom:0;padding:1rem;z-index:2}@media(max-width:989px){.card__links--show{transform:none}.card__links--show .card__quick-add,.card__links--show .card__quick-view{opacity:1;pointer-events:all}.card__links--show .card__link{height:3.2rem;width:3.2rem;min-height:auto;padding:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:.2rem;transition:opacity var(--duration-default);box-shadow:0 5px 10px #0000000d}}@media screen and (max-width:989px)and (hover:hover)and (pointer:fine){.card__links--show .card__link:hover{opacity:.6}}@media(max-width:989px){.card__links:not(.card__links--show){display:none}}.card__mobile-icon{display:block;width:2.2rem;height:2.2rem;transition:var(--duration-default)}@media(min-width:750px){.card__mobile-icon{display:none}}.card__mobile-icon svg path{stroke:inherit}.card .card__add-to-cart{z-index:10}.card .card__add-to-cart .loading-overlay__spinner{z-index:1;color:currentColor}.card .card__add-to-cart .loading-overlay__spinner .path{stroke:currentColor!important}.card .quick-add .loading-overlay__spinner,.card .card__quick-view .loading-overlay__spinner{z-index:1;color:rgb(var(--color-foreground))}.card__link--add-to-cart{height:3.2rem;width:3.2rem;min-height:unset;padding:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:.2rem;box-shadow:0 5px 10px #0000000d}@media screen and (pointer:fine){.card__link:not(:disabled):not([aria-disabled=true]):hover .button__icon{opacity:var(--hover-opacity)}}.card__link.loading.button--underline{opacity:.5}.card__link.button[aria-disabled=true]:not(.loading){cursor:not-allowed;opacity:.5;pointer-events:auto}.batt .card__link.loading{opacity:.5;pointer-events:none}.batt .card__link.loading span,.batt .card__link.loading .icon{opacity:0}.card__link .loading-overlay__spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.card__link .loading-overlay__spinner svg{width:1.6rem;height:1.6rem}.card__link span:not(.button__label){transition:opacity var(--duration-short)}.card__link--text{color:rgb(var(--color-foreground))}.card__link--primary{color:rgb(var(--color-button-text))}.card__link--secondary{color:rgb(var(--color-button-secondary-text))}.card__link--tertiary{color:rgb(var(--color-button-tertiary-text))}.card__link--price{color:rgb(var(--color-card-price-regular))}.card--media{display:block;text-decoration:none}.card--product{position:relative;border-radius:var(--border-radius-product);overflow:hidden}.card--product .product-parameters:empty{display:none}.card-wrapper .media{padding:0;border-radius:var(--border-radius-product)}.card-wrapper .media>img{width:100%;height:100%;object-fit:cover}.card-information{padding:1rem 0 0;background:transparent}.card-information__group{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:87%;margin-bottom:0}.card-information__bottom{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1.25rem;margin-top:2.4rem}.card-information__text{display:block;padding-right:1.2rem}.card-information__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;width:100%}.card-information__wrapper .price{font-family:var(--font-price-card-family);font-style:var(--font-price-card-style);font-weight:var(--font-price-card-weight);font-size:calc(var(--font-price-card-scale) * 1.6rem)}.card-information>*:not(.visually-hidden:first-child)+.price{margin-top:2.4rem}.collection-product-card{padding:0}.card-wrapper:focus-within .card{box-shadow:none}.card__badge-list{display:flex;gap:.2rem;flex-wrap:wrap}.card__badge{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;z-index:3;pointer-events:none}.card__badge .badge:last-child{margin-right:0}.card__error,.card__error--no-options{color:rgb(var(--color-error));text-align:center}.card__error--no-options{position:absolute;bottom:1rem;right:5.2rem;max-width:calc(100% - 6.2rem);z-index:1;background-color:rgb(var(--color-background));border-radius:.2rem;padding:.4rem;opacity:0;pointer-events:none;transition:opacity var(--duration-default) ease}.card__error--no-options.active{opacity:1}@media screen and (hover:hover)and (pointer:fine){.card .media.media--hover-effect>img,.card-wrapper .media.media--hover-effect>img{transition:transform var(--duration-long) ease,opacity var(--duration-long) ease}.card__inner .media.media--hover-effect{transition:transform var(--duration-long) ease,opacity var(--duration-long) ease}.placeholder-svg{transition:transform var(--duration-long) ease}}.collection-product-card{position:relative;margin:0;width:100%}@media screen and (hover:hover)and (pointer:fine){.collection-product-card:hover .card__link{margin-bottom:0}.collection-product-card:hover .card__link.button[aria-disabled=true]:not(.loading){opacity:.5}.collection-product-card:hover .card-wrapper:not(.card-wrapper_small) .card__info-group_hover .card__quick-add{opacity:1;pointer-events:all}.collection-product-card:hover .card-wrapper:not(.card-wrapper_small) .card__info-group_hover .card__title{opacity:0;pointer-events:none}.collection-product-card:hover .card-wrapper:not(.card-wrapper_small) .card__info-group:not(.card__info-group_hover) .card__title .link--hover-underline{background-size:100% .1rem;background-position:left 94%}}@media screen and (min-width:990px){.collection-product-card:focus-within .card__link{margin-bottom:0}.collection-product-card:focus-within .card__link.button[aria-disabled=true]:not(.loading){opacity:.5}.collection-product-card:focus-within .card-wrapper:not(.card-wrapper_small) .card__info-group_hover .card__quick-add{opacity:1;pointer-events:all}.collection-product-card:focus-within .card-wrapper:not(.card-wrapper_small) .card__info-group_hover .card__title{opacity:0;pointer-events:none}.collection-product-card:focus-within .card-wrapper:not(.card-wrapper_small) .card__info-group:not(.card__info-group_hover) .card__title .link--hover-underline{background-size:100% .1rem;background-position:left 94%}}@media screen and (hover:hover)and (pointer:fine)and (max-width:989px){.collection-product-card:hover .card-wrapper:not(.card-wrapper_small) .card__info-group_hover .card__title{opacity:1;pointer-events:all}}.collection-product-card .js-cart-option .product-form__controls-group input.disabled+label{pointer-events:none}.collection-product-card.quickview--hover .media.media--hover-effect>img+img{opacity:0;transition:opacity var(--duration-long) ease}.collection-product-card.quickview--hover .media.media--hover-effect>img:first-child:not(:only-of-type){z-index:1}@media screen and (hover:hover)and (pointer:fine){.collection-product-card.quickview--hover:hover .media.media--hover-effect>img:first-child:not(:only-of-type){opacity:0;transition:transform var(--duration-long) ease,opacity var(--duration-long) ease}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease,opacity var(--duration-long) ease}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img{transition:transform var(--duration-long) ease,opacity var(--duration-long) ease}.collection-product-card.quickview--hover:hover .media.media--hover-effect>img:first-child:last-child{transform:scale3d(1.05,1.05,1.05)}}@media screen and (max-width:575px){.card-wrapper--mobile-2 .price{font-size:1.6rem}.card-wrapper--mobile-2 .card__information-top,.card-wrapper--mobile-2 .card__links{padding:.6rem}.card-wrapper--mobile-2 .card__title{font-size:1.5rem}.card-wrapper--mobile-2 .card__description{font-size:1.3rem}.card-wrapper--mobile-2 .product-form__controls-group--rectangle label.color-swatch{width:2.4rem;height:3rem}.card-wrapper--mobile-2 .product-form__controls-group--rectangle label.color-swatch:after{width:1.8rem;height:2.4rem}.card-wrapper--mobile-2 .js-cart-option{max-height:calc(100% + 1rem);padding:.5rem}.card-wrapper--mobile-2 .js-cart-option .product-form__controls-group{gap:.4rem}.card-wrapper--mobile-2 .js-cart-option .product-form__controls-group label{min-height:3.2rem;min-width:3.2rem;padding:.4rem;font-size:1.2rem}}.card--product,.card--product .card__inner,.card-wrapper .media{border-radius:0!important}.card-wrapper .media{background:rgb(var(--color-background-secondary, 250 250 250));border:1px solid rgb(var(--color-border))}.card-information{padding-top:1.3rem}.card-information__group{width:100%;gap:0;order:1}.card-information__wrapper .price{order:2;margin-top:.8rem!important}.card-information>*:not(.visually-hidden:first-child)+.price{margin-top:.8rem}.card__vendor{font-family:DM Mono,ui-monospace,monospace;font-size:1.05rem;font-weight:400;letter-spacing:.13em;text-transform:uppercase;color:#5f5f5f;margin-bottom:.5rem}.card__title{font-family:var(--font-body-family),"Outfit",sans-serif!important;font-size:1.4rem!important;font-weight:500!important;letter-spacing:-.004em;line-height:1.32;text-transform:none!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-information .price{font-family:DM Mono,ui-monospace,monospace!important;font-size:1.35rem!important;font-weight:500!important;font-variant-numeric:tabular-nums;color:#171717}.card-information .price .price-item--regular{color:#171717}.card-information .price--on-sale .price__sale .price-item--sale{color:#e5301b}.card-information .price--on-sale .price__sale .price-item--regular,.card-information .price s.price-item--regular{color:#737373;font-weight:400}.card__information-top{padding:1.1rem}.card__badge .badge{font-family:DM Mono,ui-monospace,monospace;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:0;min-height:auto;padding:.4rem .8rem;background:#fff;border:1px solid #ebebeb;color:#171717}.card__badge .badge--sale{color:#e5301b;border-color:#e5301b}.card__badge .badge--sold-out{color:#5f5f5f;border-color:#ebebeb}.card__badge .badge--new{color:#171717;border-color:#171717;column-gap:.6rem}.card__badge .badge--new:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#171717}.card__link--add-to-cart,.card__links .card__link{width:4rem!important;height:4rem!important;border-radius:50%!important;background:#171717!important;color:#fff!important;box-shadow:0 8px 18px -8px #00000073!important}@media screen and (hover:hover)and (pointer:fine){.card__link--add-to-cart:hover,.card__links .card__link:hover{background:#5f5f5f!important;opacity:1!important}}.card-wrapper:has(.badge--sold-out) .media img{filter:grayscale(1);opacity:.9}.price__from-label{font-size:.78em;font-weight:400;color:#737373;text-transform:uppercase;letter-spacing:.04em;margin-right:.25em}.card-information .price__from-label{font-family:var(--font-body-family),"Outfit",sans-serif}@media screen and (max-width:989px){.card__quick-view_mobile{display:none!important}}.collection-product-card .js-cart-option{gap:1.1rem;padding:1.6rem 1.2rem;background-color:#fff;border-top:1px solid #ebebeb;justify-content:center}.collection-product-card .js-cart-option .product-form__controls-title{font-family:DM Mono,ui-monospace,monospace;font-size:1.05rem;letter-spacing:.16em;text-transform:uppercase;color:#5f5f5f;margin:0 0 .2rem;text-align:center}.collection-product-card .js-cart-option .product-form__controls-group{gap:.7rem;flex-wrap:wrap;justify-content:center}.collection-product-card .js-cart-option .product-form__controls-group input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.collection-product-card .js-cart-option .product-form__controls-group label:not(.color-swatch){min-height:3.4rem;min-width:0;margin:0;padding:0 1.4rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;line-height:1;color:#171717;background:#fff;border:1px solid #d4d4d4;border-radius:999px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease}@media(hover:hover){.collection-product-card .js-cart-option .product-form__controls-group label:not(.color-swatch):hover{border-color:#171717}}.collection-product-card .js-cart-option .product-form__controls-group input[type=radio]:checked+label:not(.color-swatch){background:#171717;border-color:#171717;color:#fff}.collection-product-card .js-cart-option .product-form__controls-group input[type=radio]:disabled+label:not(.color-swatch),.collection-product-card .js-cart-option .product-form__controls-group input.disabled+label:not(.color-swatch){color:#b8b8b8;border-color:#ececec;text-decoration:line-through;cursor:not-allowed}.card__key-spec{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:8px;padding:5px 9px;border:1px solid #e4e4e7;border-radius:2px;background:#fff}.card__key-spec-k{font-family:DM Mono,ui-monospace,SFMono-Regular,monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#71717a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card__key-spec-v{font-family:DM Mono,ui-monospace,SFMono-Regular,monospace;font-size:13px;letter-spacing:.01em;color:#18181b;font-variant-numeric:tabular-nums;white-space:nowrap;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:749px){.card__key-spec{padding:4px 7px;margin-top:6px}.card__key-spec-k{font-size:8.5px;letter-spacing:.1em}.card__key-spec-v{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/452/assets/component-card.css.map */
