:root{--mg-navy: #151a30;--mg-orange: #f5a623;--mg-border: #e2e8f0;--mg-text-muted: #64748b;--mg-bg-muted: #f8fafc}.mg-product-card{display:flex;flex-direction:column;position:relative;overflow:hidden;padding:16px;border:1px solid var(--mg-border);border-radius:8px;background:#fff;text-align:left!important;transition:border-color .3s ease,box-shadow .3s ease}.mg-product-card:hover{border-color:#151a3033;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.mg-product-card figure{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;margin-bottom:16px;padding:16px;overflow:hidden;border-radius:6px;background:var(--mg-bg-muted)}.mg-product-card figure picture,.mg-product-card figure img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.mg-product-card figure img{transition:transform .5s ease}.mg-product-card:hover figure img{transform:scale(1.05)}.mg-product-card>div.static{display:flex;flex:1;flex-direction:column;width:100%}.mg-product-card h3{margin:0 0 12px;padding:0;font-size:.875rem;font-weight:600;line-height:1.25}.mg-product-card h3 .small{display:block;margin-bottom:4px;color:var(--mg-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.mg-product-card h3 a{display:-webkit-box;overflow:hidden;color:var(--mg-navy);text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .2s ease}.mg-product-card:hover h3 a{color:var(--mg-orange)}.mg-price-wrapper{display:flex;flex-direction:column;gap:4px;margin-top:auto;padding-top:12px;border-top:1px solid var(--mg-border)}.mg-price-net,.mg-price-gross-row{display:flex;align-items:baseline;justify-content:flex-start}.mg-price-current{color:var(--mg-navy);font-size:1.5rem;font-weight:400;line-height:1}.mg-price-old{margin-right:8px;color:var(--mg-text-muted);font-size:.875rem;text-decoration:line-through}.mg-price-gross-row{color:var(--mg-navy);justify-content:flex-start}.mg-price-gross-value{color:var(--mg-navy);font-size:1.5rem;font-weight:400;line-height:1}.mg-product-card figure .f8pr.form-card{position:absolute;right:0;bottom:0;left:0;z-index:20;margin:0;padding:12px;opacity:0;border-top:1px solid var(--mg-border);background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transform:translateY(100%);transition:transform .3s ease,opacity .3s ease}.mg-product-card:hover figure .f8pr.form-card{opacity:1;transform:translateY(0)}.mg-product-card .f8pr.form-card .submit button,.mg-product-card .f8pr.form-card .link-btn a{display:block;width:100%;padding:8px;cursor:pointer;border:0;border-radius:4px;background:var(--mg-orange)!important;color:#fff!important;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-align:center;text-decoration:none;text-transform:uppercase}.mg-product-card .f8pr.form-card .submit button:hover,.mg-product-card .f8pr.form-card .link-btn a:hover{background:#d98f1b!important}.mg-product-card.unavailable figure{opacity:.7}.mg-stock-badge{position:absolute;top:12px;left:12px;z-index:10;padding:4px 8px;border-radius:4px;background:var(--mg-navy);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.mg-stock-badge.out-of-stock{background:#ef4444}.mg-product-card .product-labels{position:absolute;top:8px;left:8px;z-index:10;display:flex;flex-direction:column;gap:4px}.mg-product-card .wishlist-productcard{position:absolute;top:8px;right:8px;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:0;border-radius:50%;background:#fff;color:var(--mg-navy);box-shadow:0 2px 5px #0000001a;transition:opacity .2s ease,color .2s ease}.mg-product-card:hover .wishlist-productcard{opacity:1}.mg-product-card .wishlist-productcard:hover{color:var(--mg-orange)}@media(hover:none){.mg-product-card .wishlist-productcard{opacity:1}.mg-product-card figure .f8pr.form-card{position:static;opacity:1;transform:none}}#main-product .mg-product-buy-panel{align-self:start;padding:24px;border:1px solid var(--mg-border);border-radius:8px;background:#fff;box-shadow:0 10px 25px -8px #151a3014}#main-product .mg-product-buy-panel>.f8pr{margin-bottom:0}#main-product .mg-product-buy-panel .f8pr-price{padding:16px 0;border-top:1px solid var(--mg-border);border-bottom:1px solid var(--mg-border)}#main-product .mg-product-buy-panel .mg-vat-price{gap:5px}#main-product .mg-product-buy-panel .mg-vat-price__primary{color:var(--mg-navy);font-size:1.55rem;font-weight:700}#main-product .mg-product-buy-panel .mg-vat-price__secondary{margin-top:0;color:var(--mg-navy);font-size:1rem;font-weight:700;opacity:1}#main-product .mg-product-buy-panel .mg-vat-price__label{color:var(--mg-text-muted);font-size:.72em;font-weight:600}#main-product .mg-product-buy-panel .f8pr-stock .stock{display:inline-flex;align-items:center;gap:7px;width:auto;padding:7px 11px;border-radius:999px;background:#ecfdf5;color:#18794e;font-size:.82rem;font-weight:700}#main-product .mg-product-buy-panel .f8pr-stock .stock:before{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:currentColor;content:""}#main-product .mg-product-buy-panel .f8pr-stock .stock.overlay-error{background:#fef2f2;color:#dc2626}#main-product .mg-product-buy-panel .f8pr-button button.overlay-buy_button{border-color:var(--mg-orange)!important;background:var(--mg-orange)!important;color:#fff!important;font-weight:700;transition:background .2s ease,border-color .2s ease}#main-product .mg-product-buy-panel .f8pr-button button.overlay-buy_button:hover{border-color:#d98f1b!important;background:#d98f1b!important}#main-product .l4pr>li>a,#main-product .l4pr>li>picture{overflow:hidden;border:1px solid var(--mg-border);border-radius:8px;background:var(--mg-bg-muted)}#main-product .l4pr>li picture img{object-fit:contain;mix-blend-mode:multiply}@media(max-width:999px){#main-product .mg-product-buy-panel{padding:18px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/maxigastro-cards.css.map */
