:where(.muc-section){--muc-cols-desktop: 4;--muc-cols-mobile: 2;--muc-gap-h-desktop: 16px;--muc-gap-v-desktop: 40px;--muc-gap-h-mobile: 12px;--muc-gap-v-mobile: 32px;--muc-info-gap: 6px;--muc-title-font: var(--font-heading-family);--muc-title-size: 20px;--muc-title-size-mobile: 18px;--muc-title-color: rgb(var(--color-foreground));--muc-subtitle-size: 14px;--muc-subtitle-color: rgba(var(--color-foreground), .75);--muc-price-size: 15px;--muc-price-color: rgb(var(--color-foreground));--muc-sale-color: #e02020;--muc-compare-color: rgba(var(--color-foreground), .55);--muc-badge-bg: #e02020;--muc-badge-color: #ffffff;--muc-badge-size: 12px;--muc-badge-radius: 0px;--muc-soldout-badge-bg: #9c9c9c;--muc-swatch-size: 14px}.muc-header{margin-bottom:calc(var(--muc-gap-h-mobile) * 2)}@media screen and (min-width:750px){.muc-header{margin-bottom:calc(var(--muc-gap-h-desktop) * 2)}}.muc-grid{display:grid;grid-template-columns:repeat(var(--muc-cols-mobile),minmax(0,1fr));column-gap:var(--muc-gap-h-mobile);row-gap:var(--muc-gap-v-mobile)}@media screen and (min-width:750px){.muc-grid{grid-template-columns:repeat(var(--muc-cols-desktop),minmax(0,1fr));column-gap:var(--muc-gap-h-desktop);row-gap:var(--muc-gap-v-desktop)}}.muc-container{min-width:0;grid-column:span var(--muc-span-mobile, 1)}@media screen and (min-width:750px){.muc-container{grid-column:span var(--muc-span-desktop, 1)}}.muc-container--valign-top{align-self:start}.muc-container--valign-center{align-self:center}.muc-container--valign-bottom{align-self:end}.muc-container--valign-stretch{display:flex;flex-direction:column}.muc-container--valign-stretch>*{flex:1 1 auto}.muc-container__empty{display:flex;align-items:center;justify-content:center;min-height:120px;height:100%;border:1px dashed rgba(var(--color-foreground),.35);border-radius:6px;padding:12px;font-size:13px;text-align:center;color:rgba(var(--color-foreground),.6)}.muc-editor-note{margin-top:12px;padding:10px 14px;border:1px dashed rgba(var(--color-foreground),.35);border-radius:6px;font-size:13px;color:rgba(var(--color-foreground),.6)}.muc-card{position:relative;display:flex;flex-direction:column;min-width:0}.muc-card__media-wrapper{position:relative;width:100%}.muc-card__media-link{display:block;position:relative;text-decoration:none;border-radius:var(--wiw-image-radius, 0);overflow:hidden;z-index:1}.muc-card__media{position:relative;width:100%;aspect-ratio:var(--wiw-image-ratio, .8);background:rgba(var(--color-foreground),.04);overflow:hidden}.muc-card__media img,.muc-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.muc-card__media img.muc-card__media-secondary{opacity:0;transition:opacity .25s ease}@media(hover:hover){.muc-card:hover .muc-card__media-secondary{opacity:1}}.muc-card__badge{position:absolute;top:10px;z-index:2;display:inline-block;padding:4px 8px;background:var(--muc-badge-bg, #e02020);color:var(--muc-badge-color, #ffffff);font-size:var(--muc-badge-size, 12px);font-weight:600;line-height:1.2;letter-spacing:.02em;border-radius:var(--muc-badge-radius, 0px);pointer-events:none;white-space:nowrap}.muc-card__badge--top-left{left:10px}.muc-card__badge--top-right{right:10px}.muc-card__badge--soldout{background:var(--muc-soldout-badge-bg, #9c9c9c)}.muc-card__info{display:flex;flex-direction:column;gap:var(--muc-info-gap, 6px);padding-top:12px;min-width:0}.muc-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.muc-card__title{margin:0;font-family:var(--muc-title-font, var(--font-heading-family));font-size:var(--muc-title-size-mobile, 18px);font-weight:500;line-height:1.25;color:var(--muc-title-color, rgb(var(--color-foreground)));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media screen and (min-width:750px){.muc-card__title{font-size:var(--muc-title-size, 20px)}}.muc-card__title-link{text-decoration:none;min-width:0;overflow:hidden}.muc-card__title-link:hover .muc-card__title{text-decoration:underline;text-underline-offset:.2em}.muc-card__swatches{display:flex;align-items:center;flex-shrink:0;gap:4px}.muc-card__swatch{width:var(--muc-swatch-size, 14px);height:var(--muc-swatch-size, 14px);border-radius:50%;background:var(--muc-swatch-bg);border:1px solid rgba(var(--color-foreground),.15);flex-shrink:0}.muc-card__swatch-more{font-size:calc(var(--muc-swatch-size, 14px) - 2px);line-height:1;color:rgba(var(--color-foreground),.6);margin-left:2px;white-space:nowrap}.muc-card__subtitle{margin:0;font-size:var(--muc-subtitle-size, 14px);line-height:1.45;color:var(--muc-subtitle-color, rgba(var(--color-foreground), .75));display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.muc-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:0;font-size:var(--muc-price-size, 15px);font-weight:600}.muc-card__title-row>.muc-card__price{min-width:0;flex-wrap:nowrap}.muc-card__price-compare{color:var(--muc-compare-color, rgba(var(--color-foreground), .55));font-weight:400}.muc-card__price-sale{color:var(--muc-sale-color, #e02020)}.muc-card__price-regular{color:var(--muc-price-color, rgb(var(--color-foreground)))}.muc-card__price-currency{font-size:.75em;font-weight:400;color:rgba(var(--color-foreground),.6)}.muc-carousel .splide__slide{min-width:0}.muc-carousel .splide__slide__container,.muc-carousel .muc-card{height:100%}
/*# sourceMappingURL=/cdn/shop/t/6/assets/multi-use-collection.css.map */
