.unstyled{text-decoration:none;color:inherit}
.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:.2rem;--card-horizontal-padding:1.5rem}
.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{display:flex;margin-bottom:20px}
.product-card-side-info{display:none;padding:6px var(--card-horizontal-padding,2rem)}
.product-card-side-note{display:none}
.product-card-side-cta{display:flex;flex-direction:column;gap:8px;width:112px;padding:20px 32px;flex-shrink:0;position:relative;z-index:2}
.product-card-image{display:block;padding:0 0 0 var(--card-horizontal-padding,2rem);flex-grow:1;margin-top:-20px}
.product-card-image-box{background:#fffaf7;position:relative}
.product-card-image img{display:block;width:100%;height:auto;margin:0 auto;border-radius:4px}
.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 var(--card-horizontal-padding,2rem);margin-bottom:1.8rem;text-align:left}
.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-tags{display:none;gap:12px;flex-wrap:wrap;margin-bottom:15px}
.product-card-tag{display:flex;align-items:center;justify-content:center;height:35px;white-space:nowrap;border-radius:4px;background:#faf7f4;padding:0 18px;color:#717171;font-size:12px;font-weight:300;line-height:100%;text-transform:capitalize}
.product-card-straws{display:none;gap:12px;flex-wrap:wrap}
.product-card-straws-title{color:#333;font-size:15px;font-weight:200;line-height:160%;margin-bottom:8px}
.product-card-straw{display:flex;align-items:center;justify-content:center;height:35px;white-space:nowrap;border-radius:4px;background:#faf7f4;padding:0 18px;color:#717171;font-size:12px;font-weight:300;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{display:block;border-radius:4px;background:#faf7f4;margin:15px var(--card-horizontal-padding,2rem) 0 var(--card-horizontal-padding,2rem);padding:8px}
.product-card-properties-table{display:table;width:100%}
.product-card-property{display:table-row;text-align:left;color:#676767;font-size:15px;font-style:normal;font-weight:300;line-height:18px;--vertical-padding:6px}
.product-card-property-name{display:table-cell;padding:var(--vertical-padding,8px) 32px var(--vertical-padding,8px) 0}
.product-card-property-value{display:table-cell;padding:var(--vertical-padding,8px) 0}
.product-card-release-id-available,.product-card-release-id-unavailable{height:5rem;display:inline-flex;align-items:center;text-align:center;color:#fff;padding:0 3.4rem;border-radius:5rem;background:#c87d60;white-space:nowrap;font-size:15px;font-weight:300}
.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-body-bottom{display:none}
.product-card-footer{margin-top:16px}
.product-card-footer-cta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding:10px 0 24px 0}
.product-card-footer .product-card-metadata-container{display:flex;justify-content:center;align-items:center;padding:.5rem 0;gap:12px}
.product-card-footer .product-card-metadata-container .product-card-stock{flex-grow:initial}
@media(max-width:990px){
.product-card-footer .product-card-metadata-container .product-card-pricing{align-self:start;padding:0 1.5rem}
}
.product-card-compare,.product-card-favourite,.product-card-metadata-container,.product-card-visibility{height:5.4rem;display:flex;align-items:center}
.product-card-stock{display:flex;align-items:center;flex-grow:1;border-right:1px solid #fbf7f4;position:relative;padding-left:4.2rem;color:#8d8d8d;font-size:12px;font-weight:300;line-height:100%}
.product-card-stock:before{content:"";display:block;position:absolute;transform:translateY(-50%);top:50%;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}
.product-card-stock.product-card-stock-has-in .product-card-stock-in{display:block}
.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:#8d8d8d;font-size:12px;font-weight:300;line-height:21px;padding:5px}
.product-card-pricing strong{font-weight:300}
.product-card-visibility{display:flex;width:48px;height:48px;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition:.3s all ease;border:1px solid #e7e7e7;border-radius:4px}
.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:100%;height:100%;align-items:center;justify-content:center}
.product-card-visibility-on{color:#756e6b}
.product-card-visibility-off{display:none;color:#c87d60}
.product-card-visibility:hover{border-color:#b0b0b0!important}
.product-card-visibility.off{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:48px;height:48px;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition:.3s all ease;border:1px solid #e7e7e7;border-radius:4px}
.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:100%;height:100%;align-items:center;justify-content:center}
.product-card-favourite-on{display:none;color:#c87d60}
.product-card-favourite-off{color:#756e6b}
.product-card-favourite:hover{border-color:#b0b0b0!important}
.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-reorder{display:none;width:48px;height:48px;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition:.3s all ease;border:1px solid #e7e7e7;border-radius:4px}
.product-card .product-card-reorder:hover{border-color:#b0b0b0!important}
.product-card.allow-sorting .product-card-reorder{display:flex}
.product-card-compare{display:flex;width:48px;height:48px;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;transition:.3s all ease;border:1px solid #e7e7e7;border-radius:4px}
.product-card-compare:hover{border-color:#b0b0b0!important}
.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 var(--card-horizontal-padding,2rem)}
.product-card .product-card-straws-title{padding:0 var(--card-horizontal-padding,2rem)}
.product-card-note{display:none;border-radius:4px;background:#faf7f4;padding:12px;margin:4px var(--card-horizontal-padding,2rem)}
.product-card-note--header{display:flex;align-items:center;gap:12px;color:#756e6b;font-size:14px;font-weight:300;line-height:21px;margin-bottom:4px}
.product-card-note--header svg{flex-shrink:0;color:#c87d60}
.product-card-note--value{color:#8d8d8d;font-size:14px;font-weight:200;line-height:20px}
.product-card-note.has-note{display:block}
.product-card-note__button{display:flex;align-items:center;justify-content:center;height:50px;padding:0 24px;border:1px solid #c87d60;border-radius:50px;color:#c87d60;font-weight:300;font-size:15px;line-height:24px;cursor:pointer;position:relative;text-decoration:none;transition:.3s all ease}
.product-card-note__button.product-card-note__button--style-square{border:1px solid #e7e7e7;border-radius:4px;color:#756e6b;padding:0;width:48px;height:48px}
.product-card-note__button--absent,.product-card-note__button--present{display:flex;align-items:center;gap:10px}
.product-card-note__button--absent svg,.product-card-note__button--present svg{flex-shrink:0}
.product-card-note__button--loading{display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}
.product-card-note__button--loading svg{flex-shrink:0}
.product-card-note__button--present{display:none}
.product-card-note__button.has-note .product-card-note__button--present{display:flex}
.product-card-note__button.has-note .product-card-note__button--absent{display:none}
.product-card-note__button.loading .product-card-note__button--loading{display:flex}
.product-card-note__button.loading .product-card-note__button--absent,.product-card-note__button.loading .product-card-note__button--present{display:none}
.product-card-note__button:not(.product-card-note__button--style-square):hover{background:#c87d60;color:#fff}
.product-card-note__button.product-card-note__button--style-square:hover{border-color:#b0b0b0}
.product-card.product-card-is-hidden .product-card-overlay{display:block}
.product-card.product-card-is-hidden .product-card-image-box:after{display:block;position:absolute;top:0;left:0;width:100%;height:20px;content:"";background:rgba(255,245,237,.8);z-index:1}
.product-card.product-card-is-hidden .product-card-properties{border-color:transparent!important}
@keyframes spin{
from{transform:rotate(0)}
to{transform:rotate(360deg)}
}