.ff-product-card{--ff-product-card-row-gap: 12px;--ff-product-card-row-gap--mb: 8px;--ff-product-card-column-gap: 12px;--ff-product-card-column-gap--mb: 12px;--ff-product-card-content-padding-h: 12px;--ff-product-card-content-padding-h--mb: 8px;--ff-product-card-text-align: left;--ff-product-card-text-align--mb: left;--ff-product-card-justify: flex-start;--ff-product-card-justify--mb: flex-start;--ff-media-background-color: #f1f1f1;--ff-media-blend-mode: multiply;--ff-media-max-width: 100%;--ff-media-max-height: 500px;--ff-media-content-height: 100%;--ff-media-content-width: 100%;--ff-media-object-fit: cover;--ff-product-card-hover-border-color: #000000;--ff-product-card-hover-border-width: 1px;--ff-media-border-radius: 0px;--ff-media-border-radius--mb: 0px;--ff-media-max-height--mb: 420px;--ff-media-content-height--mb: 100%;--ff-media-object-fit--mb: cover;color:inherit}.ff-product-card img{mix-blend-mode:var(--ff-media-blend-mode)}.ff-product-card__image-wrapper>.ff-image{max-height:inherit}.ff-product-card__image-wrapper>.ff-image img{max-height:inherit}.ff-product-card:hover .ff-product-card__image-wrapper:has(.ff-product-card__image--secondary) img:not(.ff-product-card__image--secondary):not(.ff-badge__icon){opacity:0}.ff-product-card__image-ghost{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:var(--ff-media-object-fit, contain);z-index:2;pointer-events:none}.ff-product-card__image-wrapper img:not(.ff-product-card__image--secondary):not(.ff-badge__icon){transition:opacity .4s ease,transform .4s cubic-bezier(.4,0,.2,1)}.ff-product-card__image-ghost.ff-slide-out-left{animation:slideOutLeft .4s cubic-bezier(.4,0,.2,1) forwards}.ff-product-card__image-ghost.ff-slide-out-right{animation:slideOutRight .4s cubic-bezier(.4,0,.2,1) forwards}.ff-product-card__image-wrapper img.ff-slide-in-left{animation:slideInLeft .4s cubic-bezier(.4,0,.2,1) forwards}.ff-product-card__image-wrapper img.ff-slide-in-right{animation:slideInRight .4s cubic-bezier(.4,0,.2,1) forwards}.ff-product-card__title,.ff-product-card__vendor,.ff-product-card__price,.ff-product-card__compare-price{transition:opacity .15s ease}.ff-product-card__title.ff-fading,.ff-product-card__vendor.ff-fading,.ff-product-card__price.ff-fading,.ff-product-card__compare-price.ff-fading{opacity:0}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-15%)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(15%)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-15%)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(15%)}to{opacity:1;transform:translate(0)}}.ff-product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.ff-product-card__image-wrapper .ff-product-card__image.ff-product-card__image--secondary{width:100%;height:100%}.ff-product-card:hover .ff-product-card__image--secondary{opacity:1}.ff-product-card .ff-product-card__color-slider{bottom:5%;left:5%;width:90%;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;z-index:10;pointer-events:none}.ff-product-card:hover .ff-product-card__color-slider{opacity:1;transform:translateY(0);pointer-events:auto}.ff-product-card .ff-color-slider{--ff-arrow-display: flex;--ff-arrow-display--mb: flex;--ff-arrow-size: 20px;--ff-arrow-size--mb: 20px;--ff-arrow-color: #000;--ff-arrow-color--mb: #000;--ff-arrow-bg: transparent;--ff-arrow-bg--mb: transparent;--ff-arrow-border-radius: 0;--ff-arrow-border-radius--mb: 0;background-color:#fff;padding:12px 38px;border-radius:8px}.ff-product-card .ff-product-card__color-slider--no-arrows .ff-color-slider{padding:12px;width:fit-content;margin:0 auto}.ff-product-card .ff-product-card__color-slider--no-arrows .splide__slide:last-child{margin-right:0!important}.ff-product-card__color-slider .splide__slide{width:75px;height:41px;background-color:var(--ff-media-background-color);border:1px solid #BABABA;border-radius:4px}.ff-product-card__color-slider .splide__slide:has(ff-color-slide.is-active){border-color:#878787}.ff-product-card__color-slider .splide__slide ff-color-slide{display:flex;width:100%;height:100%}.ff-product-card__color-slider .splide__slide img{width:100%;height:100%;object-fit:contain}.ff-product-card .ff-color-slider .splide__arrows{left:calc(var(--ff-arrow-size) * -1 - 8px);width:calc(var(--ff-arrow-size) * 2 + 16px + 100%)}.ff-color-slider .splide__arrow svg{width:18px;height:18px}.ff-product-card__badges{top:24px;left:24px;gap:4px}.ff-product-card__badges--bottom{top:auto;left:auto;bottom:24px;right:24px}.ff-product-card__content{padding-top:var(--ff-product-card-row-gap);padding-left:var(--ff-product-card-content-padding-h);padding-right:var(--ff-product-card-content-padding-h);text-align:var(--ff-product-card-text-align);grid-template-columns:1fr auto;column-gap:var(--ff-product-card-column-gap)}.ff-product-card__content>[id^=shopify-block-]{display:contents}.ff-product-card__vendor,.ff-product-card__title{grid-column:1;grid-row:auto}.ff-product-card__price-group{grid-column:2;grid-row:1;display:flex;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:4px;align-self:start}.ff-product-card__price-group--range,.ff-product-card__price-row--range{display:flex;flex-direction:row;gap:6px;justify-content:flex-end}.ff-product-card__price-column{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ff-product-card__select-options{--ff-font-size: 14px;--ff-font-size--mb: 14px;--ff-font-weight: 600;--ff-font-weight--mb: 600;--ff-font-color: #1f2937;--ff-font-color--mb: #1f2937;--ff-padding-top: 0;--ff-padding-top--mb: 0;--ff-padding-bottom: 0;--ff-padding-bottom--mb: 0;grid-column:2;grid-row:auto;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;text-align:end;text-transform:uppercase}.ff-product-card:hover .ff-product-card__select-options{opacity:1;transform:translateY(0);pointer-events:auto}.ff-product-card__variants{grid-column:1;grid-row:auto;text-align:var(--ff-product-card-text-align)}.ff-product-card__price-row{display:flex;justify-content:center;align-items:baseline;gap:8px}.ff-product-card__price-row .ff-product-card__price,.ff-product-card__price-row .ff-product-card__compare-price{text-align:center}.ff-product-card__vendor{--ff-font-size: 18px;--ff-font-size--mb: 18px;--ff-font-weight: 800;--ff-font-weight--mb: 800;--ff-font-color: #191919;--ff-font-color--mb: #191919;font-family:ff_font_family_work_sans,sans-serif;--ff-letter-spacing: 0;--ff-padding-top: 0;--ff-padding-top--mb: 0;--ff-padding-bottom: 0;--ff-padding-bottom--mb: 0}.ff-product-card__title{--ff-font-size: 20px;--ff-font-size--mb: 14px;--ff-font-weight: 300;--ff-font-weight--mb: 500;--ff-font-color: #000000;--ff-font-color--mb: #000000;font-family:ff_font_family_cormorant,ff_font_family_work_sans,serif;--ff-line-height: 1.4;--ff-padding-top: 0;--ff-padding-top--mb: 0;--ff-padding-bottom:0;--ff-padding-bottom--mb: o;margin:0}.ff-product-card__price{--ff-font-size: 16px;--ff-font-size--mb: 12px;--ff-font-weight: 300;--ff-font-weight--mb: 300;--ff-font-color: #000000;--ff-font-color--mb: #000000;font-family:ff_font_family_work_sans,sans-serif;--ff-padding-top: 0;--ff-padding-top--mb: 0;--ff-padding-bottom: 0;--ff-padding-bottom--mb: 4}.ff-product-card__compare-price{--ff-font-size: 16px;--ff-font-size--mb: 12px;--ff-font-weight: 300;--ff-font-weight--mb: 300;--ff-font-color: #878787;--ff-font-color--mb: #878787;font-family:ff_font_family_work_sans,sans-serif;--ff-padding-top: 0;--ff-padding-top--mb: 0;--ff-padding-bottom: 0;--ff-padding-bottom--mb: 0}.ff-product-card__variants{--ff-font-size: 14px;--ff-font-size--mb: 12px;--ff-font-weight: 400;--ff-font-weight--mb: 400;--ff-font-color: #000000;--ff-font-color--mb: #000000;font-family:ff_font_family_work_sans,sans-serif;--ff-padding-top: 4px;--ff-padding-top--mb: 4px;--ff-padding-bottom: 0;--ff-padding-bottom--mb: 0}.ff-product-card--placeholder .ff-placeholder{background-color:#e5e5e5}.ff-product-card--placeholder .ff-placeholder svg{opacity:.4}@media screen and (max-width:997px){.ff-product-card__content{padding-top:var(--ff-product-card-row-gap--mb);padding-left:var(--ff-product-card-content-padding-h--mb);padding-right:var(--ff-product-card-content-padding-h--mb);text-align:var(--ff-product-card-text-align--mb);grid-template-columns:1fr}.ff-product-card__vendor,.ff-product-card__title,.ff-product-card__variants{grid-column:1;grid-row:auto}.ff-product-card__price-group{grid-column:1;grid-row:auto;justify-content:var(--ff-product-card-justify--mb)}.ff-product-card__select-options{grid-column:1}.ff-product-card__variants{text-align:var(--ff-product-card-text-align--mb)}.ff-product-card__image--secondary,.ff-product-card__color-slider{display:none!important}.ff-product-card:hover .ff-product-card__image-wrapper img{opacity:1!important}.ff-product-card:hover .ff-product-card__image-wrapper:after{opacity:0!important}.ff-product-card:hover .ff-product-card__select-options{opacity:0!important;pointer-events:none!important;transform:translateY(6px)!important}}.ff-product-card__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:var(--ff-product-card-hover-border-width, 0px) solid var(--ff-product-card-hover-border-color, transparent);border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:5}.ff-product-card:hover .ff-product-card__image-wrapper:after{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/22/assets/ff-product-card.css.map */
