.mb-used-product-card{display:inline-flex;flex-direction:column;flex-shrink:0;max-width:300px;border:1px solid #EBEBEB;border-radius:var(--border-radius);gap:15px;padding:15px;position:relative;align-self:flex-start}.mb-used-product-card:has(.sold-out-badge){cursor:default}.mb-used-product-card:has(.sold-out-badge) .card-image img{filter:grayscale(1);opacity:.85}.sold-out-badge{position:absolute;bottom:10px;left:50%;translate:-50% 0;font-size:12px;color:#fff;background-color:#242424;padding:5px 18px;border-radius:99px}.mb-used-product-card:hover{border:1px solid #c9c9c9}.card-image{position:relative;flex-shrink:0}.card-image img{border-radius:10px}.mb-used-product-card .card-content{display:flex;flex-direction:column;gap:15px}.mb-used-product-card .save-badge{position:absolute;font-size:13px;color:#07536c;line-height:100%;background-color:#edfdfe;padding:6px 13px;border-radius:99px;top:10px;left:10px;align-self:flex-start;width:fit-content;display:none}.mb-used-product-card h2{margin:0;line-height:130%;font-size:16px;white-space:normal;font-weight:400}.from-just{font-size:12px;line-height:100%;color:var(--font-color);margin-bottom:5px}.card-price{display:flex;align-items:center;gap:9px;line-height:100%;margin-bottom:4px}.card-price .active-price{font-size:19px;color:#000}.card-price .compared-price{font-size:15px;color:var(--font-color);text-decoration:line-through}.product-card-footer{display:flex;flex-direction:column;gap:7px}.product-card__form{width:100%;margin-top:5px}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .card-image{margin-top:13px}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .save-badge{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff8f8,#fff1f1);color:#d71920;border:1px solid rgba(215,25,32,.14);border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600;line-height:1;letter-spacing:-.015em;box-shadow:0 1px 2px #00000009,0 8px 22px #d7192012,inset 0 1px #ffffffe6;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);z-index:2}.mb-grid--new-products .card-price:has(.compared-price) .active-price{color:#d71920;font-size:18px;font-weight:500;letter-spacing:-.02em}.mb-grid--new-products .card-price:has(.compared-price) .compared-price{color:#86868b;opacity:1;font-size:14px;font-weight:400}.mb-grid--new-products .card-price:has(.compared-price){gap:8px;align-items:baseline;margin-bottom:4px}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .from-just{color:#86868b;margin-bottom:5px}.product-card__add-to-cart{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#07536c;cursor:pointer;color:#fff;padding:13px 16px;border-radius:999px;line-height:1;flex-shrink:0;font-size:14px;font-weight:500;transition:background-color .2s ease,color .2s ease}.product-card__add-to-cart:disabled{cursor:auto;opacity:.3}.product-card__add-to-cart:hover{background:#066a8b;color:#fff}.product-card__add-to-cart .btn-label{display:block}.product-card__add-to-cart .mb-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.product-card__add-to-cart .mb-icon svg,.product-card__add-to-cart .mb-icon svg path{stroke:#fff!important}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .product-card__add-to-cart{background:#07536c;color:#fff}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .product-card__add-to-cart:hover{background:#066a8b;color:#fff}.product-card-stars{--mb-stars-fill-color: #f59e0b !important;--mb-stars-height: 14px !important}.product-card-stars__count{line-height:1;font-size:13px}.product-card-stars-wrapper{display:flex;align-items:center;gap:5px;margin-top:12px}.product-card-stars-wrapper .rating-score{display:block;color:#000;font-size:14px;line-height:1;font-weight:550}[data-view=list] .product-card-footer{display:grid;justify-content:space-between;gap:10px}[data-view=list] .mb-grid--new-products .card-price:has(.compared-price){margin-bottom:0}[data-view=list] .product-card-stars-wrapper{margin-top:8px}[data-view=list] .mb-used-product-card{flex-direction:row;max-width:unset;gap:30px;align-items:center}[data-view=list] .card-image{width:200px}[data-view=list] .save-badge{position:unset}[data-view=list] .card-content{width:100%}[data-view=list] .product-card__add-to-cart{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#07536c;cursor:pointer;color:#fff;padding:13px 55px;border-radius:999px;line-height:1;flex-shrink:0;font-size:14px;font-weight:500;transition:background-color .2s ease,color .2s ease}[data-view=list] .product-card__add-to-cart:hover{background-color:#066a8b;color:#fff}[data-view=list] .mb-used-product-card h2{margin:0;line-height:130%;font-size:18px;white-space:normal;font-weight:400}[data-view=list] .mb-grid--new-products .mb-used-product-card:has(.compared-price) .save-badge{position:unset;width:fit-content;margin-bottom:-4px}.product-card__offer-btn{border-radius:99px;color:#fff;padding:10px 15px;text-align:center;background-color:var(--secondary)}.product-card__offer-btn:hover{filter:brightness(1.3)}@media(max-width:989px){.product-card-stars{--mb-stars-height: 12px !important}.mb-used-product-card{padding:10px;gap:10px;border-radius:12px;max-width:200px}.mb-used-product-card h2{line-height:135%}[data-view=list] .mb-used-product-card{gap:15px}[data-view=list] .mb-used-product-card h2{font-size:16px;line-height:135%}.card-image{border-radius:6px;height:100%;flex-shrink:0}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .card-image{margin-top:10px}[data-view=list] .card-image{width:135px}.card-content{gap:10px;flex-shrink:0}.mb-grid--new-products .card-price:has(.compared-price){margin-bottom:0}.product-card-footer{gap:7px}.mb-grid--new-products .card-price:has(.compared-price) .active-price{font-weight:500}.product-card__add-to-cart{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;background:#07536c;color:#fff;border-radius:99px;padding:14px 10px;font-size:13px;margin-bottom:5px;margin-top:2px}[data-view=list] .product-card__add-to-cart{width:100%;min-width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;background:#07536c;color:#fff;border-radius:99px;padding:14px 10px;font-size:13px;margin-bottom:5px;margin-top:2px;align-self:stretch}[data-view=list] .product-card__add-to-cart{width:fit-content;padding:9px 16px;font-size:13px;margin-bottom:8px}.product-card__add-to-cart .btn-label{display:block}[data-view=list] .card-content{min-width:0;flex:1;gap:8px;justify-content:space-between}.card-content h2{font-size:16px;line-height:120%}.mb-used-product-card .save-badge{font-size:13px;padding:4px 8px;top:20px;left:20px}.mb-grid--new-products .mb-used-product-card:has(.compared-price) .save-badge{padding:6px 11px;font-size:13px;top:10px;left:10px}.sold-out-badge{font-size:12px;padding:5px 17px}[data-view=list] .sold-out-badge{bottom:5px}.from-just{font-size:12px}.card-price{gap:7px}.card-price .active-price{font-size:19px}.card-price .compared-price{font-size:11px}.mb-grid--new-products .card-price:has(.compared-price){flex-direction:column;align-items:flex-start;gap:8px}.mb-grid--new-products .card-price:has(.compared-price) .active-price{font-size:18px}.mb-grid--new-products .card-price:has(.compared-price) .compared-price{font-size:15px}.product-card__add-to-cart .mb-icon{width:15px;height:15px}.product-card__add-to-cart .mb-icon svg path{stroke-width:1.1!important}}@media(max-width:400px){[data-view=list] .mb-used-product-card h2,.mb-used-product-card h2{line-height:1;font-size:15px}[data-view=list] .card-content{gap:5px!important}[data-view=list] .card-price{gap:5px}.product-card__add-to-cart{padding:14px 5px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/76/assets/mb-product-card.css.map */
