.unstyled{text-decoration:none;color:inherit}
.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:.2rem}
.product-card .list-view-only{display:none}
.product-card-content{position:relative;flex-grow:1}
.product-card-overlay{display:none;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,245,237,.8);z-index:1}
.product-card-side-info{padding:0 20px}
.product-card-image{display:block;padding:2rem}
.product-card-image-box{background:#fffaf7;position:relative}
.product-card-image img{display:block;width:100%;height:auto;margin:0 auto;border-radius:2px}
.product-card-image-login{font-size:1.5rem;line-height:160%;text-align:center;color:#756e6b}
.product-card-image-login a{color:#899c80;text-decoration:underline}
.product-card-header{display:flex;padding:0 2rem;margin-bottom:1.8rem}
.product-card-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-card-title a,.product-card-title span{font-size:24px;line-height:133%;color:#333;text-decoration:none}
.product-card-side-info{display:none}
.product-card-tags{display:none;gap:12px 18px;flex-wrap:wrap;margin-bottom:28px}
.product-card-tag{display:flex;align-items:center;justify-content:center;height:35px;white-space:nowrap;border-radius:6px;background:#f9e6d7;padding:0 18px;color:#756e6b;font-size:12px;line-height:100%;text-transform:capitalize}
.product-card-straws{display:none;gap:12px 15px;flex-wrap:wrap}
.product-card-straws-title{color:#8d8d8d;font-size:15px;font-weight:300;line-height:160%;margin-bottom:8px}
.product-card-straw{display:flex;align-items:center;justify-content:center;height:35px;white-space:nowrap;border-radius:6px;background:#f9e6d7;padding:0 18px;color:#756e6b;font-size:12px;line-height:100%}
.product-card-badges{display:flex;flex-direction:column;position:absolute;top:18px;left:18px}
.product-card-badge{display:none;align-items:center;justify-content:center;height:35px;border-radius:28px;background:#899c80;color:#fff;font-size:12px;font-weight:500;line-height:100%;white-space:nowrap;padding:0 18px}
.product-card-badge.show{display:flex}
.product-card-properties-table{display:table;width:100%;padding:0 2.4rem 2.4rem 2.4rem}
.product-card-property{display:table-row;text-align:left;color:#756e6b;font-size:15px;font-style:normal;font-weight:300;line-height:18px}
.product-card-property-name{display:table-cell;padding:8px 32px 8px 0}
.product-card-property-value{display:table-cell;padding:8px 0}
.product-card-release-id-available,.product-card-release-id-unavailable{min-width:12rem;height:3.5rem;display:inline-flex;align-items:center;text-align:center;color:#fffaf6;padding:0 2rem;border-radius:5rem;background:#d17d60;white-space:nowrap}
.product-card-release-id-available{display:none}
.product-card-release-id-available span{position:relative;padding-left:2rem}
.product-card-release-id-available span:before{content:"";position:absolute;display:block;left:.4rem;top:.7rem;width:.6rem;height:1.1rem;border:solid #899c80;border-width:0 .2rem .2rem 0;transform:rotate(45deg)}
.product-card-release-id.available .product-card-release-id-available{display:inline-flex}
.product-card-release-id.available .product-card-release-id-unavailable{display:none}
.product-card-footer{display:flex;border-top:1px solid #fbf7f4}
.product-card-footer .product-card-metadata-container{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:.5rem 0;border-right:1px solid #fbf7f4}
.product-card-footer .product-card-metadata-container .product-card-stock{height:unset;display:block;align-self:start;flex-grow:unset}
.product-card-footer .product-card-metadata-container .product-card-stock::before{top:0}
@media(max-width:990px){
.product-card-footer .product-card-metadata-container .product-card-pricing{align-self:start;padding:0 1.5rem}
}
.product-card-favourite,.product-card-metadata-container,.product-card-stock,.product-card-visibility{height:5.4rem;display:flex;align-items:center}
.product-card-stock{flex-grow:1;border-right:1px solid #fbf7f4;position:relative;padding-left:4.2rem;color:#756e6b;font-size:12px;line-height:100%}
.product-card-stock:before{content:"";display:block;position:absolute;top:2rem;left:1.5rem;width:1.3rem;height:1.3rem;background:#e1dcd9;border-radius:5rem}
.product-card-stock-in,.product-card-stock-out,.product-card-stock-quota{display:none}
.product-card-stock.product-card-stock-has-out .product-card-stock-out{display:block;padding-bottom:2px}
.product-card-stock.product-card-stock-has-in .product-card-stock-in{display:block;padding-bottom:2px}
.product-card-stock.product-card-stock-has-in:before{background:#899c80}
.product-card-stock.product-card-stock-has-quota .product-card-stock-quota{display:block}
.product-card-stock.product-card-stock-has-quota:before{background:#ffc877}
.product-card-pricing{color:#756e6b;font-size:12px;line-height:21px;padding-left:5px;padding-right:5px;padding-bottom:5px}
.product-card-pricing strong{font-weight:600}
.product-card-visibility{display:flex;width:56px;min-width:56px;max-width:56px;border-right:1px solid #fbf7f4;align-items:center;justify-content:center;cursor:pointer}
.product-card-visibility-loading{display:none}
.product-card-visibility-loading svg{animation:spin .8s linear infinite}
.product-card-visibility-off,.product-card-visibility-on{display:flex;width:56px;height:54px;align-items:center;justify-content:center}
.product-card-visibility-off:hover,.product-card-visibility-on:hover{background:#fffaf6}
.product-card-visibility-on{color:#333}
.product-card-visibility-off{display:none;color:#c87d60;background:#fff5ee}
.product-card-visibility.off .product-card-visibility-off{display:flex}
.product-card-visibility.off .product-card-visibility-on{display:none}
.product-card-visibility.loading{background:#fffaf6}
.product-card-visibility.loading .product-card-visibility-loading{display:flex}
.product-card-visibility.loading .product-card-visibility-off,.product-card-visibility.loading .product-card-visibility-on{display:none}
.product-card-favourite{display:flex;width:56px;min-width:56px;max-width:56px;align-items:center;justify-content:center;cursor:pointer}
.product-card-favourite-loading{display:none}
.product-card-favourite-loading svg{animation:spin .8s linear infinite}
.product-card-favourite-off,.product-card-favourite-on{display:flex;width:56px;height:54px;align-items:center;justify-content:center}
.product-card-favourite-off:hover,.product-card-favourite-on:hover{background:#fffaf6}
.product-card-favourite-on{display:none;color:#c87d60}
.product-card-favourite-off{color:#333}
.product-card-favourite.on .product-card-favourite-on{display:flex}
.product-card-favourite.on .product-card-favourite-off{display:none}
.product-card-favourite.loading{background:#fffaf6}
.product-card-favourite.loading .product-card-favourite-loading{display:flex}
.product-card-favourite.loading .product-card-favourite-off,.product-card-favourite.loading .product-card-favourite-on{display:none}
.product-card.product-card-anonymous .product-card-image-box{display:flex;flex-direction:column;align-items:center;padding:3.2rem}
.product-card.product-card-anonymous .product-card-image-box img{width:13.3rem;margin-bottom:1rem}
.product-card .product-card-straws,.product-card .product-card-tags{display:flex;padding:0 2rem}
.product-card .product-card-straws-title{padding:0 2rem}
.product-card.product-card-is-hidden .product-card-overlay{display:block}
.product-card.product-card-is-hidden .product-card-properties{border-color:transparent!important}
@keyframes spin{
from{transform:rotate(0)}
to{transform:rotate(360deg)}
}