.product-card{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;position:relative;width:280px}.product-card.active .plus-line{display:none}.product-card.active .product-description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;display:-webkit-box;display:flex;flex-direction:column;justify-content:space-between}.product-card.active .product-content{margin-bottom:calc(var(--spacing-base, 0px)*.5)}.product-card.active .toggle-product-icon-group{stroke:#fff}.product-card .toggle-product-details{position:absolute;right:15px;top:15px}.product-card .product-order-button{align-self:center}@supports(display:grid){.product-card .product-details{display:grid}.product-card .product-details>*{grid-column:1/span 1;grid-row:1/span 1}.product-card .product-details>img,.product-card .product-details>svg{height:auto;width:100%}}.product-card .product-description{background:#242424;color:#fff;display:none;font-size:15px;padding:60px 40px 30px 30px}.product-card figcaption{font-size:15px;font-weight:700;margin-top:calc(var(--spacing-base, 0px)*.5);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}

/*# sourceMappingURL=product-card.css.map*/