/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.mc-store-hero{min-height:70vh;background-size:cover;background-position:center;background-color:#1a1a2e;position:relative;}.mc-store-hero-overlay{min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,rgba(26,26,46,0.9) 0%,rgba(22,33,62,0.85) 100%);}.mc-store-hero-content{color:#fff;text-align:center;padding:2rem 0;}.mc-store-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,0.3);}.mc-store-description{font-size:1.2rem;max-width:600px;margin:0 auto 1rem;opacity:0.9;}.mc-store-address{font-size:1rem;opacity:0.8;}.section-title{font-size:2rem;font-weight:600;color:#1a1a2e;}.mc-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%;display:flex;flex-direction:column;}.mc-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.12);}.mc-product-card--featured{border:2px solid #ffc107;}.mc-product-card__image{position:relative;height:200px;overflow:hidden;background:#f8f9fa;}.mc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.mc-product-card:hover .mc-product-card__image img{transform:scale(1.05);}.mc-product-card__no-image{height:100%;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:3rem;}.mc-product-card__badge{position:absolute;top:10px;right:10px;background:#ffc107;color:#212529;font-size:0.75rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;}.mc-product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column;}.mc-product-card__category{font-size:0.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.25rem;}.mc-product-card__title{font-size:1rem;font-weight:600;margin-bottom:0.5rem;color:#212529;line-height:1.3;}.mc-product-card__desc{font-size:0.85rem;color:#6c757d;margin-bottom:0.5rem;flex:1;}.mc-product-card__price{margin-bottom:0.5rem;}.mc-product-card__price-current{font-size:1.25rem;font-weight:700;color:#198754;}.mc-product-card__price-original{font-size:0.9rem;color:#6c757d;text-decoration:line-through;margin-right:0.5rem;}.mc-product-card__price-offer{font-size:1.25rem;font-weight:700;color:#dc3545;}.mc-filter-btn{border-radius:20px;padding:0.5rem 1rem;font-size:0.9rem;}.mc-filter-btn.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff;}.mc-cart-floating{position:fixed;bottom:30px;right:30px;z-index:1050;}.mc-cart-floating .btn{width:60px;height:60px;box-shadow:0 4px 12px rgba(0,0,0,0.25);position:relative;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;}.mc-cart-floating .btn i{font-size:1.25rem;line-height:1;}.mc-cart-count{position:absolute;top:-5px;right:-5px;min-width:24px;height:24px;font-size:0.75rem;display:flex;align-items:center;justify-content:center;border-radius:12px;}.mc-cart-count:empty,.mc-cart-count[data-count="0"]{display:none;}#cartOffcanvas{width:400px;}@media (max-width:576px){#cartOffcanvas{width:100%;}}.cart-item{display:flex;padding:1rem 0;border-bottom:1px solid #dee2e6;}.cart-item__image{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:1rem;flex-shrink:0;}.cart-item__image img{width:100%;height:100%;object-fit:cover;}.cart-item__info{flex:1;}.cart-item__name{font-weight:600;font-size:0.95rem;margin-bottom:0.25rem;}.cart-item__price{color:#198754;font-weight:500;}.cart-item__qty{display:flex;align-items:center;gap:0.5rem;margin-top:0.5rem;}.cart-item__qty button{width:28px;height:28px;padding:0;font-size:0.9rem;}.cart-item__qty span{min-width:30px;text-align:center;font-weight:600;}.cart-item__remove{color:#dc3545;cursor:pointer;padding:0.5rem;}.cart-item__remove:hover{color:#a71d2a;}.mc-store-whatsapp-cta{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);}@media (max-width:768px){.mc-store-title{font-size:2rem;}.mc-store-hero{min-height:50vh;}.mc-store-hero-overlay{min-height:50vh;}.mc-product-card__image{height:160px;}.mc-cart-floating{bottom:auto !important;top:75px !important;right:15px !important;left:auto !important;transform:none !important;}.mc-cart-floating .btn{width:50px;height:50px;box-shadow:0 2px 10px rgba(0,0,0,0.2);display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;}.mc-cart-floating .btn i{font-size:1.1rem;margin:0 !important;padding:0 !important;}.mc-cart-count{top:-8px;right:-8px;}}@keyframes addToCart{0%{transform:scale(1);}50%{transform:scale(1.1);}100%{transform:scale(1);}}.btn-add-cart.adding{animation:addToCart 0.3s ease;}.mc-product-card__link{display:block;text-decoration:none;}.mc-product-card__actions{display:flex;gap:0.25rem;margin-top:auto;}.mc-product-card__actions .btn{flex:1;}.mc-store-mini-hero{background-size:cover;background-position:center;background-color:#1a1a2e;position:relative;}.mc-store-mini-hero-overlay{padding:1.5rem 0;background:linear-gradient(135deg,rgba(26,26,46,0.9) 0%,rgba(22,33,62,0.85) 100%);}.mc-store-mini-hero-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}.mc-store-mini-hero-link{color:#fff;font-size:1.25rem;font-weight:600;text-decoration:none;display:flex;align-items:center;transition:color 0.2s ease;}.mc-store-mini-hero-link:hover{color:#ffc107;}.mc-product-detail .mc-product-breadcrumb{border-bottom:1px solid #dee2e6;}.mc-product-main-image{position:relative;background:#f8f9fa;border-radius:12px;overflow:hidden;}.mc-product-main-image img{width:100%;height:auto;max-height:500px;object-fit:contain;}.mc-product-no-image{background:#f8f9fa;}.mc-product-badge{z-index:10;}.mc-product-gallery{margin-top:1rem;}.mc-product-thumb{border:2px solid transparent;border-radius:8px;overflow:hidden;transition:all 0.2s ease;cursor:pointer;}.mc-product-thumb:hover{border-color:#0d6efd;}.mc-product-thumb.active{border-color:#0d6efd;box-shadow:0 0 0 2px rgba(13,110,253,0.25);}.mc-product-thumb img{display:block;}.mc-product-title{color:#1a1a2e;line-height:1.3;}.mc-product-sku{font-size:0.875rem;}.mc-product-price{padding:1rem 0;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;}.mc-product-stock .badge{font-size:0.9rem;padding:0.5em 1em;}.mc-product-description{line-height:1.6;}.mc-product-description-text{color:#4a4a4a;}.mc-product-description-text p:last-child{margin-bottom:0;}.mc-product-specs ul li{padding:0.5rem 0;border-bottom:1px solid #f0f0f0;}.mc-product-specs ul li:last-child{border-bottom:none;}.mc-product-actions .btn{padding:0.75rem 1.5rem;}.mc-product-related .mc-product-card{height:100%;}.mc-product-related .mc-product-card__image{height:160px;}@media (max-width:991px){.mc-product-main-image img{max-height:400px;}.mc-product-info{margin-top:2rem;}}@media (max-width:576px){.mc-product-main-image img{max-height:300px;}.mc-product-title{font-size:1.5rem;}.mc-product-gallery .mc-product-thumb img{width:60px;height:60px;}.mc-product-related .mc-product-card__image{height:140px;}}
