:root{--timing-short: .2s;--timing-base: .4s;--timing-long: .7s;--animate-time: 1.2s;--animate-delay: .3s;--animate-img-scale: .6s;--animate-section-scale: 1.05;--animate-section-translateY: -40px;--easing-linear: cubic-bezier(0, 0, 1, 1);--easing-ease: cubic-bezier(.25, .1, .25, 1);--easing-ease-in-out: cubic-bezier(.42, 0, .58, 1);--easing-ease-in: cubic-bezier(.42, 0, 1, 1);--easing-ease-out: cubic-bezier(0, 0, .09, 1);--cubic-timing-section: cubic-bezier(.5,.25,0,1);--layer-negative: -1;--layer-base: 0;--layer-flat: 1;--layer-raised: 2;--layer-sticky-btn: 7;--layer-sticky: 11;--layer-overlay: 15;--layer-temporary: 16;--layer-pop-out: 24;--layer-pop-out-overlay: 25;--layer-pop-out-overlay-loader: 26}.product-card{overflow:hidden;display:flex;width:100%;min-height:100%;flex-direction:column}.product-card:focus-within .product-card__swatches-count{opacity:0;visibility:hidden}.product-card:focus-within .product-card__swatches{opacity:1;visibility:visible}@media(-moz-touch-enabled:0),(hover:hover),(pointer:fine){.product-card:hover .product-card__swatches-count{opacity:0;visibility:hidden}.product-card:hover .product-card__swatches,.product-card:hover .product-card__quick-view-text-button{visibility:visible;opacity:1}}.product-card .product-card__main{position:relative;display:flex}.product-card .product-card__image-wrapper{position:relative;overflow:hidden;display:none}.product-card .product-card__image-wrapper.product-card__image-wrapper--square{padding-top:100%}.product-card .product-card__image-wrapper.product-card__image-wrapper--portrait{padding-top:115%}.product-card .product-card__image-wrapper.is-active{display:block}.product-card .product-card__image-picture{transition-property:opacity;transition-duration:var(--timing-base)}.product-card .product-card__image-picture.product-card__image-picture--hover{opacity:0}.product-card .product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:var(--product-card-object-fit);object-position:var(--img-desktop-pos);transition-delay:.3s}.product-card .product-card__image.product-card__image--hover{transition-delay:0s}.product-card .product-card__image.product-card__image--placeholder{background-color:var(--color-img-placeholder-bg)}.product-card .product-card__image.product-card__image--placeholder path{fill:var(--color-text-primary)}@media(-moz-touch-enabled:1),(hover:none),(pointer:coarse){.product-card .product-card__image.product-card__image--hover{display:none}}.product-card video.product-card__image{object-fit:cover}.product-card .product-card__image-wrapper-link{position:relative;overflow:hidden;align-self:flex-start;width:100%}.product-card .product-card__image-wrapper-link:focus-visible:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;box-shadow:inset 0 0 0 2px var(--color-text-primary)}.product-card .product-card__footer{position:relative;display:flex;flex-direction:column;height:100%;margin-top:16px}.product-card .product-card__title{margin-bottom:auto;text-decoration:none;transition-property:opacity;transition-duration:.4s;transition-timing-function:ease-in-out}.product-card .product-card__title:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:-2px}@media(-moz-touch-enabled:0),(hover:hover),(pointer:fine){.product-card .product-card__title:hover{opacity:.7}}.product-card .product-card__title,.product-card .product-card__vendor{line-height:1.5;word-break:break-word}.product-card .product-card__title{color:var(--color-text-primary)}.product-card .product-card__volume-pricing-note,.product-card .product-card__price,.product-card .product-card__vendor{margin-top:8px}.product-card .product-card__volume-pricing-note,.product-card .product-card__vendor{font-size:calc(var(--body-font-size) * .875);color:var(--color-text-thirdly)}.product-card .product-card__swatches-wrapper{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px;margin-inline-start:1px}.product-card .product-card__swatches-count{position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);opacity:1;visibility:visible;color:var(--color-text-thirdly);font-size:calc(var(--body-font-size) * .75);line-height:1.66;transition-property:opacity,visibility;transition-duration:var(--timing-base);transition-timing-function:var(--easing-ease-out)}.product-card .product-card__swatches{display:flex;align-items:center;gap:8px;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:var(--timing-base);transition-timing-function:var(--easing-ease-out)}.product-card .product-card__swatch-button{position:relative;z-index:var(--layer-flat);display:block;width:32px;height:8px;padding:0;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;box-shadow:0 0 1px 0 var(--color-text-primary)}.product-card .product-card__swatch-button:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background-color:var(--color-text-primary);transition-property:width;transition-duration:var(--timing-base);transition-timing-function:var(--easing-ease-out)}.product-card .product-card__swatch-button.is-active{cursor:default;pointer-events:none}.product-card .product-card__swatch-button.is-active:after{width:100%}.product-card .product-card__swatch-button:focus-visible{outline:2px solid var(--color-text-primary)}.product-card .product-card__swatch-button:nth-child(n+3){display:none}@media(-moz-touch-enabled:0),(hover:hover),(pointer:fine){.product-card .product-card__swatch-button:hover:after{width:100%}}.product-card .product-card__swatch-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--swatch-color)}.product-card .product-card__overlimit{font-size:calc(var(--body-font-size) * .75);line-height:1.66;color:var(--color-text-thirdly)}.product-card .product-card__overlimit.product-card__overlimit--desktop{display:none}.product-card .product-card__quick-view-text-button{position:absolute;bottom:0;left:0;opacity:0;width:100%;padding:10px;background-color:var(--product-card-button-background-color);color:var(--product-card-button-text-color);column-gap:8px;border:none}.product-card .product-card__quick-view-text-button.product-card__quick-view-text-button--blur{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px)}.product-card .product-card__quick-view-text-button.is-loading{opacity:1;visibility:visible}.product-card .product-card__quick-view-text-button:focus-visible{opacity:1;visibility:visible;outline:2px solid var(--color-text-primary);outline-offset:-2px}.product-card .product-card__quick-view-text-button:after{background-color:var(--product-card-button-background-color)}@media(-moz-touch-enabled:0),(hover:hover),(pointer:fine){.product-card .product-card__quick-view-text-button:hover{border:none;color:var(--product-card-button-text-color)}.product-card .product-card__quick-view-text-button:hover:after{background-color:var(--product-card-button-background-color)}}.product-card .product-card__swatches-label{margin-bottom:8px;font-size:calc(var(--body-font-size) * .875);font-weight:500;line-height:1.286}.product-card .product-card__view-product{margin-top:20px;width:100%}@media(-moz-touch-enabled:1),(hover:none),(pointer:coarse){.product-card .product-card__swatches-count{opacity:0;visibility:hidden}.product-card .product-card__quick-view-text-button,.product-card .product-card__swatches{opacity:1;visibility:visible}}@media(min-width:768px){.product-card .product-card__quick-view-text-button{padding:16px}}@media(min-width:992px){.product-card .product-card__overlimit.product-card__overlimit--desktop{display:inline-flex}.product-card .product-card__overlimit.product-card__overlimit--mobile{display:none}.product-card .product-card__swatch-button:nth-child(n+3){display:inline-flex}}@media(min-width:992px)and (-moz-touch-enabled:0),(min-width:992px)and (hover:hover),(min-width:992px)and (pointer:fine){.product-card .product-card__main:hover .product-card__image-wrapper.product-card__image-wrapper--with-hover .product-card__image-picture:not(.product-card__image-picture--hover){opacity:0}.product-card .product-card__main:hover .product-card__image-wrapper.product-card__image-wrapper--with-hover .product-card__image-picture.product-card__image-picture--hover{opacity:1}}@media(min-width:1200px){.product-card .product-card__swatch-button{width:48px;height:12px}}.no-js .product-card .product-card__swatches-wrapper,.no-js .product-card .product-card__quick-view-text-button:not(.product-card__quick-view-button--no-js),.no-js .product-card picture.lazy{display:none}.product-badges{position:absolute;top:0;left:0;z-index:var(--layer-raised);display:flex;flex-direction:column;padding:4px;gap:2px}.product-badges:has(>.badge:only-child.is-hidden){display:none}.product-badges:empty{display:none}.badge{padding:8px 6px;border:1px solid var(--color-border-label-base);background-color:var(--color-background-label-base);font-size:calc(var(--body-font-size) * .75);line-height:1.2;text-align:center;color:var(--color-label-base)}.badge.badge--sale-percentage{border:1px solid var(--color-background-label-sale-percentage);background-color:var(--color-background-label-sale-percentage);color:var(--color-label-sale-percentage)}.badge.badge--sold-out{border:1px solid var(--color-border-label-sold-out);background-color:var(--color-background-label-sold-out);color:var(--color-label-sold-out)}.badge.badge--primary{border:1px solid var(--color-border-label-primary);background-color:var(--color-background-label-primary);color:var(--color-label-primary)}.badge.badge--secondary{border:1px solid var(--color-border-label-secondary);background-color:var(--color-background-label-secondary);color:var(--color-label-secondary)}@media(min-width:992px){.badge{padding:11px 8px;font-size:calc(var(--body-font-size) * .875)}}.sort.sort--primary .sort__select,.product-filters .product-filters__open-menu-button{background-color:#d6dade!important}.collection .collection__header{display:flex;flex-direction:column;width:100%;padding:10%}.collection .collection__header-main{width:100%;border-top:1px solid transparent;border-bottom:1px solid transparent;padding-top:16px;padding-bottom:16px;background-color:#d6dade;margin:0 auto;border-radius:2em}.collection__body{background-color:#d6dade;padding-top:2em;padding-bottom:2em}.product-card{background-color:#fff!important;flex-direction:column;padding:2em;border-radius:2%}.product-card{overflow:hidden;display:flex;width:100%;min-height:100%;flex-direction:column;background-color:#fff;padding:10%;border-radius:2%}#shopify-section-template--29132465275264__plp-template .collection__body{background-color:#d6dade;padding:2% 4%!important}.product-card{position:relative!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;width:100%!important;min-height:100%!important;background-color:#fff!important;border-radius:12px!important;padding:clamp(18px,4vw,3%)!important}.product-card .product-card__main{position:relative!important;display:flex!important;width:100%!important}.product-card .product-card__image-wrapper-link{position:relative!important;overflow:hidden!important;align-self:flex-start!important;width:100%!important}.product-card .product-card__image-wrapper{position:relative!important;overflow:hidden!important;display:none!important;width:100%!important}.product-card .product-card__image-wrapper.is-active{display:block!important}.product-card .product-card__footer{margin-top:16px!important}.product-card>.materia-badges-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:10px!important;width:100%!important;min-width:0!important;min-height:34px!important;margin:0 0 14px!important;padding:0!important;box-sizing:border-box!important}.product-card>.materia-badges-row>.materia-product-badges{position:static!important;inset:auto!important;z-index:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important;pointer-events:none!important;box-sizing:border-box!important}.product-card>.materia-badges-row>.materia-product-badges .materia-badge{position:static!important;inset:auto!important;display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:0!important;min-height:30px!important;max-width:max-content!important;margin:0!important;padding:8px 16px!important;border:0!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#fff!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important}.product-card>.materia-badges-row .materia-badge--promo{background:#d93636!important}.product-card>.materia-badges-row .materia-badge--stock{background:#d47a22!important}.product-card>.materia-badges-row .materia-badge--delivery{background:#5f8f6b!important}.product-card>.materia-badges-row .materia-badge--sold-out{background:#3f3f3f!important}.product-card>.materia-badges-row .materia-badge--placeholder{visibility:hidden!important;pointer-events:none!important}.product-card>.materia-badges-row>.materia-new-badge{position:static!important;inset:auto!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:0!important;max-width:max-content!important;min-height:0!important;height:auto!important;margin:0!important;padding:5px 8px!important;font-family:Geomini,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#000!important;background:#fff!important;border:1px solid #000000!important;border-radius:0!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important;pointer-events:none!important}.template-product .materia-badges-row{position:absolute!important;top:32px!important;left:32px!important;right:32px!important;bottom:auto!important;z-index:20!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:10px!important;width:auto!important;min-height:34px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;pointer-events:none!important}.template-product .materia-badges-row>.materia-product-badges{position:static!important;inset:auto!important;z-index:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;list-style:none!important;pointer-events:none!important}.template-product .materia-badges-row .materia-badge{position:static!important;inset:auto!important;display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:0!important;min-height:30px!important;max-width:max-content!important;margin:0!important;padding:8px 16px!important;border:0!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.04em!important;color:#fff!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important}.template-product .materia-badges-row .materia-badge--promo{background:#d93636!important}.template-product .materia-badges-row .materia-badge--stock{background:#d47a22!important}.template-product .materia-badges-row .materia-badge--delivery{background:#5f8f6b!important}.template-product .materia-badges-row .materia-badge--sold-out{background:#3f3f3f!important}.template-product .materia-badges-row .materia-badge--placeholder{display:none!important}.template-product .materia-badges-row>.materia-new-badge{position:static!important;inset:auto!important;justify-self:end!important;align-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:0!important;max-width:max-content!important;height:auto!important;margin:0!important;padding:5px 8px!important;font-family:Geomini,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:1!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#000!important;background:#fff!important;border:1px solid #000000!important;border-radius:0!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important;pointer-events:none!important}.template-product>.product-badges.materia-product-badges,.template-product .product-badges.materia-product-badges:not(.product-card .materia-product-badges){position:absolute!important;top:32px!important;left:32px!important;right:32px!important;bottom:auto!important;z-index:20!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:auto!important;margin:0!important;padding:0!important;list-style:none!important;pointer-events:none!important}@media screen and (max-width:1199px){.product-card>.materia-badges-row{column-gap:6px!important}.product-card>.materia-badges-row>.materia-product-badges{gap:5px!important}.product-card>.materia-badges-row>.materia-product-badges .materia-badge{min-height:26px!important;padding:6px 10px!important;font-size:9px!important;letter-spacing:.025em!important}.product-card>.materia-badges-row>.materia-new-badge{padding:4px 6px!important;font-size:9px!important}.template-product .materia-badges-row{top:20px!important;left:20px!important;right:20px!important;column-gap:6px!important}.template-product .materia-badges-row>.materia-product-badges{gap:5px!important}.template-product .materia-badges-row .materia-badge{min-height:26px!important;padding:6px 10px!important;font-size:9px!important}.template-product .materia-badges-row>.materia-new-badge{padding:4px 6px!important;font-size:9px!important}}@media screen and (max-width:767px){.product-card{padding:18px!important;border-radius:10px!important}.product-card>.materia-badges-row{min-height:28px!important;column-gap:5px!important;margin-bottom:12px!important}.product-card>.materia-badges-row>.materia-product-badges{gap:4px!important}.product-card>.materia-badges-row>.materia-product-badges .materia-badge{min-height:24px!important;padding:5px 8px!important;font-size:8px!important;letter-spacing:.02em!important}.product-card>.materia-badges-row>.materia-new-badge{padding:4px 5px!important;font-size:8px!important}.product-card .product-card__footer{margin-top:14px!important}.template-product .materia-badges-row{top:14px!important;left:14px!important;right:14px!important;min-height:28px!important;column-gap:5px!important}.template-product .materia-badges-row>.materia-product-badges{gap:4px!important}.template-product .materia-badges-row .materia-badge{min-height:24px!important;padding:5px 8px!important;font-size:8px!important}.template-product .materia-badges-row>.materia-new-badge{padding:4px 5px!important;font-size:8px!important}}.template-product *:has(>.materia-badges-row):not(.product-card){position:relative!important}.template-product *:has(>.materia-badges-row):not(.product-card)>.materia-badges-row{position:absolute!important;top:24px!important;left:24px!important;right:24px!important;bottom:auto!important;z-index:30!important;display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:center!important;column-gap:10px!important;width:auto!important;min-height:34px!important;margin:0!important;padding:0!important;pointer-events:none!important}.template-product *:has(>.materia-badges-row):not(.product-card)>.materia-badges-row>.materia-product-badges{position:static!important;inset:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;list-style:none!important;overflow:visible!important}.template-product *:has(>.materia-badges-row):not(.product-card)>.materia-badges-row>.materia-new-badge{position:static!important;inset:auto!important;justify-self:end!important;align-self:center!important;margin:0!important}.template-product *:has(>.materia-badges-row):not(.product-card) .materia-badge--placeholder{display:none!important}.template-product .product-card>.materia-badges-row{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important}@media screen and (max-width:767px){.template-product *:has(>.materia-badges-row):not(.product-card)>.materia-badges-row{top:14px!important;left:14px!important;right:14px!important;column-gap:5px!important}}@media screen and (min-width:768px)and (max-width:1700px){.product-card>.materia-badges-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;column-gap:4px!important;width:100%!important;min-height:26px!important;margin-bottom:12px!important;padding:0!important}.product-card>.materia-badges-row>.materia-product-badges{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:4px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.product-card>.materia-badges-row>.materia-product-badges .materia-badge{flex:0 1 auto!important;min-width:0!important;min-height:24px!important;padding:5px 7px!important;font-size:8px!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important}.product-card>.materia-badges-row>.materia-new-badge{position:static!important;justify-self:end!important;align-self:center!important;width:auto!important;min-width:38px!important;margin:0!important;padding:4px 5px!important;font-size:8px!important;line-height:1!important;transform:none!important}}.product-card>.materia-badges-row .materia-badge--last{background:#b8541d!important}.product-card>.materia-badges-row .materia-badge--reappro{background:#4a7192!important}.template-product .materia-badges-row .materia-badge--last{background:#b8541d!important}.template-product .materia-badges-row .materia-badge--reappro{background:#4a7192!important}
/*# sourceMappingURL=/cdn/shop/t/27/assets/product-card.build.css.map */
