fostr-product-card{--fostr-card-product-color-base-text: var(--color-base-text);--fostr-card-product-color-base-background-1: var(--color-base-background-1);--fostr-card-product-color-base-background-2: var(--color-base-background-2);--fostr-card-product-color-base-accent-1: var(--color-base-accent-1);--fostr-card-product-color-base-accent-2: var(--color-base-accent-2);--fostr-card-product-color-base-solid-button-labels: var(--color-base-solid-button-labels);--fostr-card-product-color-base-outline-button-labels: var(--color-base-outline-button-labels);--fostr-card-product-color-background: var(--color-background);--fostr-card-product-color-foreground: var(--color-foreground);--fostr-card-product-color-shadow: var(--color-shadow);--fostr-card-product-gradient-background: var(--gradient-background);--fostr-card-product-gradient-base-background-1: var(--gradient-base-background-1);--fostr-card-product-gradient-base-background-2: var(--gradient-base-background-2);--fostr-card-product-gradient-base-accent-1: var(--gradient-base-accent-1);--fostr-card-product-gradient-base-accent-2: var(--gradient-base-accent-2);--fostr-card-product-font-body-scale: var(--font-body-scale);--fostr-card-product-duration-long: var(--duration-long);--fostr-card-product-duration-short: var(--duration-short);--fostr-card-product-border-radius: var(--card-corner-radius);--fostr-card-product-border-width: var(--card-border-width);--fostr-card-product-border-opacity: var(--card-border-opacity);--fostr-card-product-shadow-horizontal-offset: var(--card-shadow-horizontal-offset);--fostr-card-product-shadow-vertical-offset: var(--card-shadow-vertical-offset);--fostr-card-product-shadow-blur-radius: var(--card-shadow-blur-radius);--fostr-card-product-shadow-opacity: var(--card-shadow-opacity);--fostr-card-product-image-padding: var(--card-image-padding);--fostr-card-product-text-alignment: var(--card-text-alignment);--fostr-card-product-text-boxes-radius: var(--text-boxes-radius);--fostr-card-product-text-boxes-border-width: var(--text-boxes-border-width);--fostr-card-product-text-boxes-border-opacity: var(--text-boxes-border-opacity);--fostr-card-product-text-boxes-shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);--fostr-card-product-text-boxes-shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);--fostr-card-product-text-boxes-shadow-blur-radius: var(--text-boxes-shadow-blur-radius);--fostr-card-product-text-boxes-shadow-opacity: var(--text-boxes-shadow-opacity);--fostr-card-product-media-radius: var(--media-radius);--fostr-card-product-media-border-width: var(--media-border-width);--fostr-card-product-media-border-opacity: var(--media-border-opacity);--fostr-card-product-media-shadow-horizontal-offset: var(--media-shadow-horizontal-offset);--fostr-card-product-media-shadow-vertical-offset: var(--media-shadow-vertical-offset);--fostr-card-product-media-shadow-blur-radius: var(--media-shadow-blur-radius);--fostr-card-product-media-shadow-opacity: var(--media-shadow-opacity)}fostr-product-badge{height:2.5rem;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;padding:0 1.25rem;line-height:2;border-radius:2rem;margin-right:.5rem}fostr-product-card .fostr-card-product-ratio{display:flex;position:relative;align-items:stretch}fostr-product-card .fostr-card-product-ratio:before{content:"";width:0;height:0;padding-bottom:var(--fostr-card-product-ratio-percent)}fostr-product-card .fostr-card-product-gradient{background:rgb(var(--fostr-card-product-color-background));background:var(--fostr-card-product-gradient-background);background-attachment:fixed}fostr-product-card .fostr-card-product-full-unstyled-link{text-decoration:none;color:currentColor;display:block}fostr-product-card.fostr-card-product-card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none}fostr-product-card .fostr-card-product-card{text-align:var(--fostr-card-product-text-alignment);text-decoration:none}fostr-product-card .fostr-card-product-card:not(.fostr-card-product-ratio){display:flex;flex-direction:column;height:100%}fostr-product-card .fostr-card-product-card--card{height:100%}fostr-product-card .fostr-card-product-card--card,fostr-product-card .fostr-card-product-card--standard .fostr-card-product-card__inner{border-radius:var(--fostr-card-product-border-radius);border:var(--fostr-card-product-border-width) solid rgba(var(--fostr-card-product-color-foreground),var(--fostr-card-product-border-opacity));position:relative;box-sizing:border-box}fostr-product-card .fostr-card-product-card--card:after,fostr-product-card .fostr-card-product-card--standard .fostr-card-product-card__inner:after{content:"";position:absolute;width:calc(var(--fostr-card-product-border-width) * 2 + 100%);height:calc(var(--fostr-card-product-border-width) * 2 + 100%);top:calc(var(--fostr-card-product-border-width) * -1);left:calc(var(--fostr-card-product-border-width) * -1);z-index:-1;border-radius:var(--fostr-card-product-border-radius);box-shadow:var(--fostr-card-product-shadow-horizontal-offset) var(--fostr-card-product-shadow-vertical-offset) var(--fostr-card-product-shadow-blur-radius) rgba(var(--fostr-card-product-color-shadow),var(--fostr-card-product-shadow-opacity))}fostr-product-card .fostr-card-product-card .fostr-card-product-card__inner .fostr-card-product-card__media{overflow:hidden;z-index:0;border-radius:calc(var(--fostr-card-product-border-radius) - var(--fostr-card-product-border-width) - var(--fostr-card-product-image-padding))}fostr-product-card .fostr-card-product-card--card .fostr-card-product-card__inner .fostr-card-product-card__media{border-bottom-right-radius:0;border-bottom-left-radius:0}fostr-product-card .fostr-card-product-card--standard.card--text{background-color:transparent}fostr-product-card .fostr-card-product-card-information{text-align:var(--fostr-card-product-text-alignment);flex:1}fostr-product-card .fostr-card-product-card__media,fostr-product-card .fostr-card-product-card .media{bottom:0;position:absolute;top:0}fostr-product-card .fostr-card-product-card .media{width:100%}fostr-product-card .fostr-card-product-card__media{margin:var(--fostr-card-product-image-padding);width:calc(100% - 2 * var(--fostr-card-product-image-padding))}fostr-product-card .fostr-card-product-card--standard .fostr-card-product-card__media{margin:var(--fostr-card-product-image-padding)}fostr-product-card .fostr-card-product-card--standard .fostr-card-product-card__media>a{display:flex}fostr-product-card .fostr-card-product-card__inner{width:100%;background:transparent!important}fostr-product-card .fostr-card-product-card--media .fostr-card-product-card__inner .fostr-card-product-card__content{padding:calc(var(--fostr-card-product-image-padding) + 1rem);position:relative}fostr-product-card .fostr-card-product-card__content{display:grid;grid-template-rows:minmax(0,1fr) max-content minmax(0,1fr);padding:.5rem;width:100%;flex-grow:1;text-align:center}fostr-product-card .fostr-card-product-card__content--auto-margins{grid-template-rows:minmax(0,auto) max-content minmax(0,auto)}fostr-product-card .fostr-card-product-card__information{grid-row-start:2;padding:1.3rem 0;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (min-width: 750px){fostr-product-card .fostr-card-product-card__content{padding:1rem}}fostr-product-card .fostr-card-product-card:not(.fostr-card-product-ratio)>.fostr-card-product-card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}fostr-product-card .fostr-card-product-card__badge{align-self:flex-end;grid-row-start:3;justify-self:flex-start}fostr-product-card .fostr-card-product-card__badge.top{align-self:flex-start;grid-row-start:1}fostr-product-card .fostr-card-product-card__badge.right{justify-self:flex-end}fostr-product-card .fostr-card-product-card>.fostr-card-product-card__content>.fostr-card-product-card__badge{margin:1.3rem}fostr-product-card .fostr-card-product-card__media .fostr-card-product-media img{position:absolute;height:100%;object-fit:cover;object-position:center center;width:100%;padding:5px}fostr-product-card .fostr-card-product-card__inner:not(.ratio)>.fostr-card-product-card__content{height:100%}fostr-product-card .fostr-card-product-card__inner>.fostr-card-product-card__content{display:none}fostr-product-card .fostr-card-product-card__heading{margin-top:0;margin-bottom:1.5rem}fostr-product-card .fostr-card-product-card__heading:last-child{margin-bottom:0}fostr-product-card .fostr-card-product-card--card.card--media>.fostr-card-product-card__content{margin-top:calc(0rem - var(--fostr-card-product-image-padding))}fostr-product-card .fostr-card-product-card--standard.card--text a:after,fostr-product-card .fostr-card-product-card--card .fostr-card-product-card__heading a:after{bottom:calc(var(--fostr-card-product-border-width) * -1);left:calc(var(--fostr-card-product-border-width) * -1);right:calc(var(--fostr-card-product-border-width) * -1);top:calc(var(--fostr-card-product-border-width) * -1)}fostr-product-card .fostr-card-product-card__heading a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}fostr-product-card .fostr-card-product-card__heading a:after{display:none}fostr-product-card .fostr-card-product-card__heading a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--fostr-card-product-color-background)),0 0 .5rem .4rem rgba(var(--fostr-card-product-color-foreground),.3);outline:.2rem solid rgba(var(--fostr-card-product-color-foreground),.5)}fostr-product-card .fostr-card-product-card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--fostr-card-product-color-background)),0 0 .5rem .4rem rgba(var(--fostr-card-product-color-foreground),.3);outline:.2rem solid rgba(var(--fostr-card-product-color-foreground),.5)}fostr-product-card .fostr-card-product-card__heading a:focus:not(:focus-visible):after{box-shadow:none;outline:0}fostr-product-card .fostr-card-product-card__heading a:focus{box-shadow:none;outline:0}fostr-product-card .fostr-card-product-card__heading a{text-transform:uppercase;font-family:var(--font-body-family)}fostr-product-card .fostr-card-product-card__heading a span{display:block;font-family:var(--font-heading-family);text-transform:uppercase;font-size:11px;margin-top:5px;min-height:13px}fostr-product-card.fostr-card-product-card-wrapper .fostr-card-product-media.fostr-card-product-media--hover-effect>img+img{opacity:0}@media screen and (min-width: 990px){fostr-product-card .fostr-card-product-card .fostr-card-product-media.fostr-card-product-media--hover-effect>img:only-child,fostr-product-card.fostr-card-product-card-wrapper .fostr-card-product-media.fostr-card-product-media--hover-effect>img:only-child{transition:all var(--fostr-card-product-duration-long) ease}.fostr-card-product-card:hover .media.fostr-card-product-media--hover-effect>img:first-child:only-child,fostr-product-card.fostr-card-product-card-wrapper .fostr-card-product-card__media:hover .media.fostr-card-product-media--hover-effect>img:first-child:only-child{transform:scale(1.03)}fostr-product-card.fostr-card-product-card-wrapper .fostr-card-product-card__media:hover .fostr-card-product-media.fostr-card-product-media--hover-effect>img:first-child:not(:only-child){opacity:0}fostr-product-card.fostr-card-product-card-wrapper .fostr-card-product-card__media:hover .fostr-card-product-media.fostr-card-product-media--hover-effect>img+img{opacity:1;transition:all var(--fostr-card-product-duration-long) ease;position:absolute;top:0;left:0}}fostr-product-card .fostr-card-product-card--standard.fostr-card-product-card--media .fostr-card-product-card__inner .fostr-card-product-card__information,fostr-product-card .fostr-card-product-card--standard.fostr-card-product-card--text>.fostr-card-product-card__content .fostr-card-product-card__heading,fostr-product-card .fostr-card-product-card--standard>.fostr-card-product-card__content .fostr-card-product-card__badge,fostr-product-card .fostr-card-product-card--standard.fostr-card-product-card--text.article-card>.fostr-card-product-card__content .fostr-card-product-card__information,fostr-product-card .fostr-card-product-card--standard>.fostr-card-product-card__content .fostr-card-product-card__caption{display:none}fostr-product-card .fostr-card-product-card--standard>.fostr-card-product-card__content{padding:0}fostr-product-card .fostr-card-product-card--card.fostr-card-product-card--media .fostr-card-product-card__inner .fostr-card-product-card__information,fostr-product-card .fostr-card-product-card--card.fostr-card-product-card--text .fostr-card-product-card__inner,fostr-product-card .fostr-card-product-card--card.fostr-card-product-card--media>.fostr-card-product-card__content .fostr-card-product-card__badge{display:none}fostr-product-card .fostr-card-product-card--extend-height{height:100%}fostr-product-card .fostr-card-product-card--extend-heightfostr-product-card .fostr-card-product-card--standard.fostr-card-product-card--text,fostr-product-card .fostr-card-product-card--extend-height.fostr-card-product-card--media{display:flex;flex-direction:column}fostr-product-card .fostr-card-product-card--extend-heightfostr-product-card .fostr-card-product-card--standard.fostr-card-product-card--text .fostr-card-product-card__inner,fostr-product-card .fostr-card-product-card--extend-height.fostr-card-product-card--media .fostr-card-product-card__inner{flex-grow:1}fostr-product-card .fostr-card-product-card .fostr-card-product-icon-wrap{margin-left:.8rem;white-space:nowrap;transition:transform var(--fostr-card-product-duration-short) ease;overflow:hidden}fostr-product-card .fostr-card-product-card-information>*+*{margin-top:.5rem}fostr-product-card .fostr-card-product-card-information{width:100%}fostr-product-card .fostr-card-product-card-information>*{line-height:calc(1 + .4 / var(--fostr-card-product-font-body-scale));color:rgb(var(--fostr-card-product-color-foreground))}fostr-product-card .fostr-card-product-card-information>.fostr-card-product-price{color:rgb(var(--fostr-card-product-color-foreground))}fostr-product-card .fostr-card-product-card-information>.fostr-card-product-rating{margin-top:.4rem}fostr-product-card .fostr-card-product-card-information>*:not(.visually-hidden:first-child)+*:not(.rating){margin-top:.7rem}fostr-product-card .fostr-card-product-card-information .fostr-card-product-caption{letter-spacing:.07rem}fostr-product-card .fostr-card-product-card-article-info{margin-top:1rem}fostr-product-card .fostr-card-product-color-background-1{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-text);--fostr-card-product-color-background: var(--fostr-card-product-color-base-background-1);--fostr-card-product-gradient-background: var(--fostr-card-product-gradient-base-background-1)}fostr-product-card .fostr-card-product-color-background-2{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-text);--fostr-card-product-color-background: var(--fostr-card-product-color-base-background-2);--fostr-card-product-gradient-background: var(--fostr-card-product-gradient-base-background-2)}fostr-product-card .fostr-card-product-color-inverse{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-background-1);--fostr-card-product-color-background: var(--fostr-card-product-color-base-text);--fostr-card-product-gradient-background: rgb(var(--fostr-card-product-color-base-text))}fostr-product-card .fostr-card-product-color-accent-1{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-solid-button-labels);--fostr-card-product-color-background: var(--fostr-card-product-color-base-accent-1);--fostr-card-product-gradient-background: var(--fostr-card-product-gradient-base-accent-1)}fostr-product-card .fostr-card-product-color-accent-2{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-solid-button-labels);--fostr-card-product-color-background: var(--fostr-card-product-color-base-accent-2);--fostr-card-product-gradient-background: var(--fostr-card-product-gradient-base-accent-2)}fostr-product-card .fostr-card-product-color-foreground-outline-button{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-outline-button-labels)}fostr-product-card .fostr-card-product-color-foreground-accent-1{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-accent-1)}fostr-product-card .fostr-card-product-color-foreground-accent-2{--fostr-card-product-color-foreground: var(--fostr-card-product-color-base-accent-2)}fostr-product-card .fostr-card-product-color-background-1{--color-link: var(--fostr-card-product-color-base-outline-button-labels);--alpha-link: .85}fostr-product-card .fostr-card-product-color-background-2,fostr-product-card .fostr-card-product-color-inverse,fostr-product-card .fostr-card-product-color-accent-1,fostr-product-card .fostr-card-product-color-accent-2{--color-link: var(--fostr-card-product-color-foreground);--alpha-link: .7}fostr-product-card .fostr-card-product-color-background-1{--color-button: var(--fostr-card-product-color-base-accent-1);--color-button-text: var(--fostr-card-product-color-base-solid-button-labels);--alpha-button-background: 1;--alpha-button-border: 1}fostr-product-card .fostr-card-product-color-background-2,fostr-product-card .fostr-card-product-color-inverse,fostr-product-card .fostr-card-product-color-accent-1,fostr-product-card .fostr-card-product-color-accent-2{--color-button: var(--fostr-card-product-color-foreground);--color-button-text: var(--fostr-card-product-color-background)}fostr-product-card .fostr-card-product-button--secondary{--color-button: var(--fostr-card-product-color-base-outline-button-labels);--color-button-text: var(--fostr-card-product-color-base-outline-button-labels);--color-button: var(--fostr-card-product-color-background);--alpha-button-background: 1}fostr-product-card .fostr-card-product-color-background-2 .fostr-card-product-button--secondary,fostr-product-card .fostr-card-product-color-accent-1 .fostr-card-product-button--secondary,fostr-product-card .fostr-card-product-color-accent-2 .fostr-card-product-button--secondary{--color-button: var(--fostr-card-product-color-background);--color-button-text: var(--fostr-card-product-color-foreground)}fostr-product-card .fostr-card-product-color-inverse .button--secondary{--color-button: var(--fostr-card-product-color-background);--color-button-text: var(--fostr-card-product-color-foreground)}fostr-product-card .fostr-card-product-button--tertiary{--color-button: var(--fostr-card-product-color-base-outline-button-labels);--color-button-text: var(--fostr-card-product-color-base-outline-button-labels);--alpha-button-background: 0;--alpha-button-border: .2}fostr-product-card .fostr-card-product-color-background-2 .fostr-card-product-button--tertiary,fostr-product-card .fostr-card-product-color-inverse .fostr-card-product-button--tertiary,fostr-product-card .fostr-card-product-color-accent-1 .fostr-card-product-button--tertiary,fostr-product-card .fostr-card-product-color-accent-2 .fostr-card-product-button--tertiary{--color-button: var(--fostr-card-product-color-foreground);--color-button-text: var(--fostr-card-product-color-foreground)}fostr-product-card .fostr-card-product-color-background-1{--color-badge-background: var(--fostr-card-product-color-background);--color-badge-border: var(--fostr-card-product-color-foreground);--alpha-badge-border: .1}fostr-product-card .fostr-card-product-color-background-2,fostr-product-card .fostr-card-product-color-inverse,fostr-product-card .fostr-card-product-color-accent-1,fostr-product-card .fostr-card-product-color-accent-2{--color-badge-background: var(--fostr-card-product-color-background);--color-badge-border: var(--fostr-card-product-color-background);--alpha-badge-border: 1}fostr-product-card .fostr-card-product-color-background-1,fostr-product-card .color-background-2{--color-card-hover: var(--fostr-card-product-color-base-text)}fostr-product-card .color-inverse{--color-card-hover: var(--fostr-card-product-color-base-background-1)}fostr-product-card .color-accent-1,fostr-product-card .color-accent-2{--color-card-hover: var(--fostr-card-product-color-base-solid-button-labels)}fostr-product-card .color-icon-text{--color-icon: rgb(var(--fostr-card-product-color-base-text))}fostr-product-card .color-icon-accent-1{--color-icon: rgb(var(--fostr-card-product-color-base-accent-1))}fostr-product-card .color-icon-accent-2{--color-icon: rgb(var(--fostr-card-product-color-base-accent-2))}fostr-product-card .color-icon-outline-button{--color-icon: rgb(var(--fostr-card-product-color-base-outline-button-labels))}fostr-product-card .contains-card,fostr-product-card .card{--border-radius: var(--fostr-card-product-border-radius);--border-width: var(--fostr-card-product-border-width);--border-opacity: var(--fostr-card-product-border-opacity);--shadow-horizontal-offset: var(--fostr-card-product-shadow-horizontal-offset);--shadow-vertical-offset: var(--fostr-card-product-shadow-vertical-offset);--shadow-blur-radius: var(--fostr-card-product-shadow-blur-radius);--shadow-opacity: var(--fostr-card-product-shadow-opacity)}fostr-product-card .contains-content-container,fostr-product-card .content-container{--border-radius: var(--fostr-card-product-text-boxes-radius);--border-width: var(--fostr-card-product-text-boxes-border-width);--border-opacity: var(--fostr-card-product-text-boxes-border-opacity);--shadow-horizontal-offset: var(--fostr-card-product-text-boxes-shadow-horizontal-offset);--shadow-vertical-offset: var(--fostr-card-product-text-boxes-shadow-vertical-offset);--shadow-blur-radius: var(--fostr-card-product-text-boxes-shadow-blur-radius);--shadow-opacity: var(--fostr-card-product-text-boxes-shadow-opacity)}fostr-product-card .contains-media,fostr-product-card .global-media-settings{--border-radius: var(--fostr-card-product-media-radius);--border-width: var(--fostr-card-product-media-border-width);--border-opacity: var(--fostr-card-product-media-border-opacity);--shadow-horizontal-offset: var(--fostr-card-product-media-shadow-horizontal-offset);--shadow-vertical-offset: var(--fostr-card-product-media-shadow-vertical-offset);--shadow-blur-radius: var(--fostr-card-product-media-shadow-blur-radius);--shadow-opacity: var(--fostr-card-product-media-shadow-opacity)}fostr-product-card .fostr-card-product-price,fostr-product-card .fostr-card-product-price.price{font-size:1.3rem;letter-spacing:1.3px;line-height:calc(1 + .5 / var(--fostr-card-product-font-body-scale));color:rgb(var(--fostr-card-product-color-foreground));margin-bottom:1rem}fostr-product-card .fostr-card-product-price>*{display:inline-block;vertical-align:top}fostr-product-card .fostr-card-product-price.fostr-card-product-price--unavailable{visibility:hidden}fostr-product-card .fostr-card-product-price--end{text-align:right}fostr-product-card .fostr-card-product-price .fostr-card-product-price-item{margin:0 1rem 0 0}fostr-product-card .fostr-card-product-price__regular .fostr-card-product-price-item--regular{margin-right:0}fostr-product-card .fostr-card-product-price:not(.fostr-card-product-price--show-badge) .fostr-card-product-price-item--last:last-of-type{margin:0}.fostr-card-product-card-information .button{display:block;width:80%;margin:auto;text-align:center}.fostr-card-product-card-information .fostr-card-product-price{text-align:center}@media screen and (min-width: 750px){fostr-product-card .fostr-card-product-price{margin-bottom:0;text-align:center}}fostr-product-card .fostr-card-product-price--large{font-size:1.6rem;line-height:calc(1 + .5 / var(--fostr-card-product-font-body-scale));letter-spacing:.13rem}@media screen and (min-width: 750px){fostr-product-card .fostr-card-product-price--large{font-size:1.8rem}}fostr-product-card .fostr-card-product-price--sold-out .fostr-card-product-price__availability,fostr-product-card .fostr-card-product-price__regular{display:block}fostr-product-card .fostr-card-product-price__sale,fostr-product-card .fostr-card-product-price__availability,fostr-product-card .fostr-card-product-price .fostr-card-product-price__badge-sale,fostr-product-card .fostr-card-product-price .fostr-card-product-price__badge-sold-out,fostr-product-card .fostr-card-product-price--on-sale .fostr-card-product-price__regular,fostr-product-card .fostr-card-product-price--on-sale .fostr-card-product-price__availability{display:none}fostr-product-card .fostr-card-product-price--sold-out .fostr-card-product-price__badge-sold-out,fostr-product-card .fostr-card-product-price--on-sale .fostr-card-product-price__badge-sale{display:inline-block}fostr-product-card .fostr-card-product-price--on-sale .fostr-card-product-price__sale{display:initial;flex-direction:row;flex-wrap:wrap}fostr-product-card .fostr-card-product-price--center{display:initial;justify-content:center}fostr-product-card .fostr-card-product-price--on-sale .fostr-card-product-price-item--regular{text-decoration:line-through;color:rgba(var(--fostr-card-product-color-foreground),.75);font-size:1.3rem}fostr-product-card .fostr-card-product-unit-price{display:block;font-size:1.1rem;letter-spacing:.04rem;line-height:calc(1 + .2 / var(--fostr-card-product-font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--fostr-card-product-color-foreground),.7)}fostr-product-card quick-buy{position:relative;z-index:1}.fostr-card-product-media{color:transparent}.fostr-card-product-media video{position:absolute;z-index:-1;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}.quick-buy__wrapper{display:flex;height:100%;flex-direction:column}.fostr-article-products__container .quick-buy__wrapper{height:auto}.fostr-article-products__container .no-colour .quick-buy__wrapper .mobile-price{margin-top:10px;margin-bottom:0}.fostr-card-product-card__description{font-size:1.2rem}.no-colour .quick-buy__wrapper .mobile-price{margin-bottom:10px}.quick-buy__wrapper .mobile-price{text-align:center}fostr-product-card:hover .fostr-card-product-media video{opacity:1}.quick-buy__wrapper fostr-variant-radios{display:none}.fostr.pattern .fostr-card-product-card{background:transparent!important}.fostr.pattern fostr-product-card .fostr-card-product-card__heading a{letter-spacing:.1em}.fostr.pattern .fostr-card-product-card__heading{margin-bottom:3px}.fostr.pattern .fostr-card-product-card__subtitle{margin-bottom:5px;margin-top:0}.fostr.pattern .price--on-sale .price-item--regular{color:#767676;font-weight:600}.fostr.pattern .fostr-card-product-variants{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;margin:0 auto 15px;width:50%}.fostr.pattern .fostr-card-product-variants.reorder .fostr-card-product-variant:first-child{order:2}.fostr.pattern .fostr-card-product-variants.reorder .fostr-card-product-variant:nth-child(2){order:1}.fostr.pattern .fostr-card-product-variants.reorder .fostr-card-product-variant:nth-child(3){order:2}@media screen and (min-width: 750px){.fostr.pattern .fostr-card-product-variants{flex-direction:row;align-items:center;gap:25px;margin:0 0 15px;width:100%}}.fostr.pattern .fostr-card-product-variant a{cursor:pointer}.fostr.pattern .fostr-card-product-variant a .dot{height:1.1rem;width:1.1rem;border:1px solid #9a9a9a;border-radius:50%;display:inline-block;box-shadow:1px 1px 2px #c3bdbd}.fostr.pattern .fostr-card-product-variant a.selected .dot{background-color:#f4b223}
/*# sourceMappingURL=/cdn/shop/t/739/assets/fostr-card-product-card.css.map?v=231890808100392341750876546 */
