.machine-product-card{background:var(--theme-background);border:1px solid var(--mono-20);display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-24)}.machine-product-card .title-wrapper{padding-bottom:var(--space-32)}:is(.machine-product-card .title-wrapper) .title{color:var(--theme-text);text-transform:uppercase}:is(.machine-product-card .title-wrapper) .title-light{color:var(--dark-secondary);font-weight:var(--font-weight-medium);text-transform:uppercase}.machine-product-card .bottom-content{display:flex;flex-direction:column-reverse;gap:var(--space-16);justify-content:space-between;margin-top:var(--space-24);position:relative;width:100%}@media (min-width:1200px){.machine-product-card .bottom-content{align-items:flex-end;flex-direction:row;justify-content:space-between}}:is(.machine-product-card .bottom-content) .price-wrapper{color:var(--brand);display:flex;flex-direction:row;gap:var(--space-8);margin-bottom:0}:is(:is(.machine-product-card .bottom-content) .price-wrapper) .price{color:var(--theme-text)}:is(:is(.machine-product-card .bottom-content) .price-wrapper) .compare-at-price{color:var(--mono-60)}:is(.machine-product-card .bottom-content) .compare-at-price{color:var(--mono-60)}:is(.machine-product-card .bottom-content) .label-wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:var(--space-4);width:100%}@media (min-width:1200px){:is(.machine-product-card .bottom-content) .label-wrapper{align-items:flex-end;flex-direction:column;width:-moz-fit-content;width:fit-content}}:is(:is(.machine-product-card .bottom-content) .label-wrapper) .product-label{margin:0;position:relative;width:-moz-fit-content;width:fit-content}