﻿@charset "UTF-8";.mg-product-details-page,.mg-product-image-modal{--mg-primary:#11b4a4;--mg-primary-hover:#0d9d8f;--mg-primary-active:#0a867b;--mg-primary-soft:#e4f8f5;--mg-dark:#0a3558;--mg-text:#263b4d;--mg-muted:#70818e;--mg-border:#dce8e6;--mg-background:#fff;--mg-danger:#d93f4c;--mg-warning:#d98a19;}.mg-product-details-page{min-height:100vh;padding:1rem 0 7rem;color:var(--mg-text);background:var(--mg-background);}.mg-product-details-page *,.mg-product-details-page *::before,.mg-product-details-page *::after{box-sizing:border-box;}.mg-product-breadcrumb{margin-bottom:.8rem;}.mg-product-breadcrumb ol{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding:0 0 .35rem;margin:0;list-style:none;scrollbar-width:none;}.mg-product-breadcrumb ol::-webkit-scrollbar{display:none;}.mg-product-breadcrumb li{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;color:var(--mg-muted);font-size:.7rem;}.mg-product-breadcrumb a{display:inline-flex;align-items:center;gap:.3rem;color:var(--mg-muted);text-decoration:none;transition:color .2s ease,background-color .2s ease;}.mg-product-breadcrumb a:hover{color:var(--mg-primary);}.mg-product-breadcrumb .is-current{max-width:190px;color:var(--mg-dark);}.mg-product-breadcrumb .is-current span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.mg-product-hero{display:grid;grid-template-columns:1fr;gap:1rem;}.mg-product-gallery,.mg-product-summary,.mg-product-section{min-width:0;border:1px solid var(--mg-border);border-radius:1.25rem;background:#fff;}.mg-product-gallery{padding:.75rem;}.mg-product-gallery__main{position:relative;display:flex;align-items:center;justify-content:center;min-height:330px;overflow:hidden;border-radius:1rem;background:radial-gradient(circle at center,#fff 0,#f8fbfb 75%,#f1f7f6 100%);}.mg-product-gallery__badges{position:absolute;top:.7rem;right:.7rem;z-index:2;display:flex;flex-wrap:wrap;gap:.4rem;max-width:calc(100% - 7rem);}.mg-product-badge{display:inline-flex;align-items:center;gap:.3rem;min-height:30px;padding:.35rem .65rem;border-radius:2rem;font-size:.66rem;font-weight:700;}.mg-product-badge--featured{color:#956110;border:1px solid #f2d49a;background:#fff7e8;}.mg-product-badge--suggested{color:var(--mg-primary-active);border:1px solid #bce8e2;background:var(--mg-primary-soft);}.mg-product-gallery__actions{position:absolute;top:.7rem;left:.7rem;z-index:3;display:flex;gap:.4rem;}.mg-product-icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--mg-dark);border:1px solid var(--mg-border);border-radius:50%;background:rgba(255,255,255,.94);font-size:1rem;box-shadow:none!important;transition:color .2s ease,border-color .2s ease,background-color .2s ease;}.mg-product-icon-button:hover,.mg-product-icon-button.is-active{color:var(--mg-danger);border-color:#efc3c7;background:#fff5f6;}.mg-product-main-image-button{position:relative;width:100%;min-height:330px;display:flex;align-items:center;justify-content:center;padding:2.8rem .8rem 1rem;border:0;background:transparent;cursor:zoom-in;}.mg-product-main-image-button>img{width:100%;height:300px;object-fit:contain;transition:transform .25s ease;}.mg-product-main-image-button:hover>img{transform:scale(1.02);}.mg-product-image-zoom-hint{position:absolute;bottom:.65rem;left:50%;display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .65rem;border:1px solid var(--mg-border);border-radius:2rem;color:var(--mg-muted);background:rgba(255,255,255,.94);font-size:.65rem;white-space:nowrap;transform:translateX(-50%);pointer-events:none;}.mg-product-thumbnails{display:flex;gap:.55rem;overflow-x:auto;padding:.75rem .1rem .15rem;scrollbar-width:thin;scrollbar-color:var(--mg-border) transparent;}.mg-product-thumbnail{width:68px;height:68px;flex:0 0 68px;padding:.25rem;overflow:hidden;border:1px solid var(--mg-border);border-radius:.8rem;background:#fff;box-shadow:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;}.mg-product-thumbnail:hover{border-color:var(--mg-primary);background:var(--mg-primary-soft);}.mg-product-thumbnail.is-active{border-color:var(--mg-primary);background:var(--mg-primary-soft);box-shadow:0 0 0 2px rgba(17,180,164,.12);}.mg-product-thumbnail img{width:100%;height:100%;object-fit:contain;}.mg-product-summary{padding:1rem;}.mg-product-summary__top{padding-bottom:1rem;border-bottom:1px solid var(--mg-border);}.mg-product-category{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;margin-bottom:.7rem;border-radius:2rem;color:var(--mg-primary-active);background:var(--mg-primary-soft);font-size:.68rem;text-decoration:none;}.mg-product-category:hover{color:var(--mg-primary-hover);}.mg-product-title{margin:0;color:var(--mg-dark);font-size:1.15rem;font-weight:900;line-height:1.85;}.mg-product-short-description{margin:.65rem 0 0;color:var(--mg-muted);font-size:.76rem;line-height:2;}.mg-product-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding:1rem 0;}.mg-product-meta__item{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.7rem;border:1px solid var(--mg-border);border-radius:.85rem;background:#fbfdfd;}.mg-product-meta__item span{color:var(--mg-muted);font-size:.64rem;}.mg-product-meta__item strong{overflow:hidden;color:var(--mg-dark);font-size:.73rem;white-space:nowrap;text-overflow:ellipsis;}.mg-product-option-section{padding:1rem 0;border-top:1px solid var(--mg-border);}.mg-product-option-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;font-size:.76rem;}.mg-product-option-header strong{color:var(--mg-dark);}.mg-product-option-header span{color:var(--mg-muted);}.mg-product-purchase-card{padding:.9rem;border:1px solid #bce8e2;border-radius:1rem;background:linear-gradient(145deg,#f9fffe,var(--mg-primary-soft));}.mg-product-price-status{display:flex;align-items:flex-start;gap:.75rem;}.mg-product-price-status__icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:.85rem;color:var(--mg-primary-active);background:#fff;font-size:1.15rem;}.mg-product-price-status span{display:block;margin-bottom:.2rem;color:var(--mg-muted);font-size:.65rem;}.mg-product-price-status strong{display:block;color:var(--mg-primary-active);font-size:.95rem;font-weight:900;}.mg-product-price-status p{margin:.35rem 0 0;color:var(--mg-muted);font-size:.67rem;line-height:1.8;}.mg-product-purchase-features{display:grid;grid-template-columns:1fr;gap:.55rem;padding:.85rem 0;margin-top:.85rem;border-top:1px solid rgba(17,180,164,.18);border-bottom:1px solid rgba(17,180,164,.18);}.mg-product-purchase-features>div{display:flex;align-items:center;gap:.45rem;color:var(--mg-text);font-size:.69rem;}.mg-product-purchase-features i{color:var(--mg-primary);font-size:.95rem;}.mg-product-purchase-actions{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:.85rem;}.mg-product-primary-button,.mg-product-secondary-button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.85rem;font-size:.76rem;font-weight:800;text-decoration:none;box-shadow:none!important;}.mg-product-primary-button{color:#fff;border:1px solid var(--mg-primary);background:var(--mg-primary);}.mg-product-primary-button:hover{color:#fff;border-color:var(--mg-primary-hover);background:var(--mg-primary-hover);}.mg-product-secondary-button{color:var(--mg-primary-active);border:1px solid var(--mg-primary);background:#fff;}.mg-product-secondary-button:hover{color:#fff;background:var(--mg-primary);}.mg-product-trust-note{display:flex;align-items:flex-start;gap:.45rem;padding:.7rem;margin-top:.8rem;border-radius:.85rem;color:var(--mg-muted);background:#f8fbfb;font-size:.65rem;line-height:1.8;}.mg-product-trust-note i{flex-shrink:0;margin-top:.15rem;color:var(--mg-primary);}.mg-product-section-nav{display:flex;gap:.5rem;overflow-x:auto;padding:.75rem 0;margin-top:.8rem;scrollbar-width:none;}.mg-product-section-nav::-webkit-scrollbar{display:none;}.mg-product-section-nav a{flex-shrink:0;padding:.55rem .8rem;border:1px solid var(--mg-border);border-radius:2rem;color:var(--mg-dark);background:#fff;font-size:.7rem;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease;}.mg-product-section-nav a:hover{color:var(--mg-primary-active);border-color:var(--mg-primary);background:var(--mg-primary-soft);}.mg-product-section{padding:1rem;margin-top:1rem;scroll-margin-top:1rem;}.mg-product-section__header{display:flex;align-items:center;gap:.7rem;padding-bottom:.9rem;margin-bottom:1rem;border-bottom:1px solid var(--mg-border);}.mg-product-section__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:.85rem;color:var(--mg-primary);background:var(--mg-primary-soft);font-size:1.1rem;}.mg-product-section__header span{display:block;margin-bottom:.15rem;color:var(--mg-primary-active);font-size:.62rem;font-weight:700;}.mg-product-section__header h2{margin:0;color:var(--mg-dark);font-size:.95rem;font-weight:900;}.mg-product-description{position:relative;color:var(--mg-text);font-size:.78rem;line-height:2.25;white-space:pre-line;}.mg-product-description.is-collapsed{max-height:430px;overflow:hidden;}.mg-product-description.is-collapsed:not(.is-expanded)::after{content:"";position:absolute;right:0;bottom:0;left:0;height:100px;background:linear-gradient(transparent,#fff);pointer-events:none;}.mg-product-description.is-expanded{max-height:none;}.mg-product-description-toggle{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.7rem;color:var(--mg-primary-active);border:1px solid var(--mg-border);border-radius:.8rem;background:#fff;font-size:.72rem;box-shadow:none!important;}.mg-product-description-toggle:hover{border-color:var(--mg-primary);background:var(--mg-primary-soft);}.mg-product-specifications{overflow:hidden;border:1px solid var(--mg-border);border-radius:1rem;}.mg-product-specification{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr);border-bottom:1px solid var(--mg-border);}.mg-product-specification:last-child{border-bottom:0;}.mg-product-specification__title,.mg-product-specification__value{min-width:0;padding:.75rem;font-size:.72rem;line-height:1.8;}.mg-product-specification__title{color:var(--mg-muted);background:#f5f9f9;}.mg-product-specification__value{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;color:var(--mg-dark);background:#fff;}.mg-product-specification__value strong{font-size:.73rem;}.mg-product-specification__value span{color:var(--mg-muted);font-size:.65rem;}.mg-product-specifications-empty{display:flex;align-items:center;gap:.5rem;padding:1rem;border:1px dashed var(--mg-border);border-radius:.9rem;color:var(--mg-muted);background:#f8fbfb;font-size:.72rem;}.mg-product-specifications-empty i{color:var(--mg-primary);}.mg-product-purchase-steps{display:grid;grid-template-columns:1fr;gap:.7rem;}.mg-product-purchase-steps article{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem;border:1px solid var(--mg-border);border-radius:.95rem;background:#fbfdfd;}.mg-product-purchase-steps article>span{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;color:#fff;background:var(--mg-primary);font-size:.75rem;font-weight:900;}.mg-product-purchase-steps h3{margin:0 0 .3rem;color:var(--mg-dark);font-size:.78rem;font-weight:800;}.mg-product-purchase-steps p{margin:0;color:var(--mg-muted);font-size:.68rem;line-height:1.8;}.mg-product-mobile-action{position:fixed;right:0;bottom:0;left:0;z-index:1020;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem max(.9rem,env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) max(.9rem,env(safe-area-inset-left));border-top:1px solid var(--mg-border);background:rgba(255,255,255,.97);backdrop-filter:blur(12px);}.mg-product-mobile-action>div{min-width:0;}.mg-product-mobile-action small{display:block;color:var(--mg-muted);font-size:.6rem;}.mg-product-mobile-action strong{color:var(--mg-primary-active);font-size:.8rem;}.mg-product-mobile-action .btn{min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .9rem;color:#fff;border:0;border-radius:.8rem;background:var(--mg-primary);font-size:.72rem;font-weight:800;text-decoration:none;box-shadow:none!important;}.mg-product-image-modal{z-index:2000;}body:has(.mg-product-image-modal.show) .bottom-navigation,body:has(.mg-product-image-modal.show) .mg-product-mobile-action{visibility:hidden;pointer-events:none;}.mg-product-image-modal__dialog{width:calc(100% - 1.5rem);max-width:900px;margin-right:auto;margin-left:auto;}.mg-product-image-modal .modal-content{max-height:calc(100dvh - 2rem);overflow:hidden;border:1px solid var(--mg-border);border-radius:1.2rem;background:#fff;box-shadow:none;}.mg-product-image-modal .modal-header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;padding:.75rem 1rem;border-bottom:1px solid var(--mg-border);background:#fff;}.mg-product-image-modal__title{min-width:0;display:flex;align-items:center;gap:.5rem;}.mg-product-image-modal__title i{flex-shrink:0;color:var(--mg-primary);font-size:1rem;}.mg-product-image-modal .modal-title{overflow:hidden;margin:0;color:var(--mg-dark);font-size:.82rem;font-weight:800;line-height:1.7;white-space:nowrap;text-overflow:ellipsis;}.mg-product-image-modal .btn-close{flex-shrink:0;margin:0;box-shadow:none!important;}.mg-product-image-modal .modal-body{min-height:0;display:flex;flex-direction:column;gap:.65rem;overflow:hidden;padding:.7rem;background:#fff;}.mg-product-image-modal__viewer{min-height:220px;height:min(58dvh,520px);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #edf3f2;border-radius:.9rem;background:#f8fbfb;}.mg-product-image-modal__viewer img{width:100%;height:100%;max-width:100%;max-height:100%;padding:.5rem;object-fit:contain;}.mg-product-modal-thumbnails{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;flex-shrink:0;padding:.2rem .1rem .3rem;scrollbar-width:thin;scrollbar-color:var(--mg-border) transparent;}.mg-product-modal-thumbnails::-webkit-scrollbar{height:5px;}.mg-product-modal-thumbnails::-webkit-scrollbar-thumb{border-radius:10px;background:var(--mg-border);}.mg-product-modal-thumbnail{width:62px;height:62px;flex:0 0 62px;padding:.2rem;overflow:hidden;border:1px solid var(--mg-border);border-radius:.7rem;background:#fff;cursor:pointer;box-shadow:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;}.mg-product-modal-thumbnail:hover{border-color:var(--mg-primary);background:var(--mg-primary-soft);}.mg-product-modal-thumbnail.is-active{border-color:var(--mg-primary);background:var(--mg-primary-soft);box-shadow:0 0 0 2px rgba(17,180,164,.12);}.mg-product-modal-thumbnail img{width:100%;height:100%;object-fit:contain;}.modal-backdrop{z-index:1990;}.modal-backdrop.show{opacity:.55;}@media(max-width:575.98px){.mg-product-details-page{padding-top:.75rem;}.mg-product-meta{grid-template-columns:1fr;}.mg-product-specification{grid-template-columns:minmax(95px,.8fr) minmax(0,1.2fr);}.mg-product-image-modal__dialog{width:calc(100% - 1rem);margin:.5rem auto;}.mg-product-image-modal .modal-content{max-height:calc(100dvh - 1rem);border-radius:1rem;}.mg-product-image-modal .modal-header{min-height:52px;padding:.6rem .75rem;}.mg-product-image-modal .modal-title{font-size:.74rem;}.mg-product-image-modal .modal-body{gap:.55rem;padding:.55rem;}.mg-product-image-modal__viewer{min-height:210px;height:min(54dvh,440px);}.mg-product-modal-thumbnail{width:54px;height:54px;flex-basis:54px;}}@media(min-width:576px){.mg-product-gallery,.mg-product-summary,.mg-product-section{border-radius:1.4rem;}.mg-product-gallery__main,.mg-product-main-image-button{min-height:430px;}.mg-product-main-image-button>img{height:390px;}.mg-product-purchase-actions{grid-template-columns:1fr 1fr;}.mg-product-purchase-features{grid-template-columns:repeat(3,minmax(0,1fr));}.mg-product-purchase-steps{grid-template-columns:repeat(3,minmax(0,1fr));}.mg-product-image-modal .modal-body{padding:.8rem;}.mg-product-modal-thumbnail{width:66px;height:66px;flex-basis:66px;}}@media(min-width:992px){.mg-product-details-page{padding:1.25rem 0 2rem;}.mg-product-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;}.mg-product-gallery{padding:1rem;}.mg-product-gallery__main,.mg-product-main-image-button{min-height:530px;}.mg-product-main-image-button>img{height:480px;}.mg-product-summary{position:sticky;top:1rem;padding:1.25rem;}.mg-product-title{font-size:1.35rem;}.mg-product-section{padding:1.25rem;}.mg-product-mobile-action{display:none;}.mg-product-image-modal__viewer{height:min(62dvh,540px);}}@media(min-width:1200px){.mg-product-hero{grid-template-columns:minmax(0,1.15fr) minmax(400px,.85fr);}.mg-product-gallery__main,.mg-product-main-image-button{min-height:600px;}.mg-product-main-image-button>img{height:540px;}}@media(prefers-reduced-motion:reduce){.mg-product-main-image-button>img,.mg-product-icon-button,.mg-product-thumbnail,.mg-product-modal-thumbnail,.mg-product-section-nav a{transition:none;}}@keyframes mgFavoriteAdd{0%{transform:scale(1);}45%{transform:scale(1.22);}70%{transform:scale(.94);}100%{transform:scale(1);}}@keyframes mgFavoriteRemove{0%{transform:scale(1);}50%{transform:scale(.82);}100%{transform:scale(1);}}.mg-product-icon-button.favorite-added{animation:mgFavoriteAdd .38s ease;}.mg-product-icon-button.favorite-removed{animation:mgFavoriteRemove .28s ease;}.mg-product-price-status{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;border:1px solid #dcebe8;border-radius:1rem;background:linear-gradient(135deg,#fff 0%,#f3fbfa 100%);}.mg-product-price-status__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:.85rem;color:var(--mg-primary,#11b4a4);background:rgba(17,180,164,.1);font-size:1.15rem;}.mg-product-price-status__content{min-width:0;flex:1;}.mg-product-price-status__label{display:block;margin-bottom:.2rem;color:#758792;font-size:.67rem;font-weight:700;}.mg-product-price{display:flex;align-items:baseline;gap:.35rem;min-height:35px;}.mg-product-price strong{color:#0a3558;font-size:1.35rem;font-weight:950;line-height:1.5;letter-spacing:-.3px;}.mg-product-price>span{color:#60747f;font-size:.68rem;font-weight:700;}.mg-product-price-status__note{display:flex;align-items:center;gap:.3rem;margin:.25rem 0 0;color:#6e818c;font-size:.62rem;line-height:1.8;}.mg-product-price-status__note i{color:var(--mg-primary,#11b4a4);font-size:.72rem;}.mg-product-price--unavailable strong{color:#71838d;font-size:.9rem;}.mg-product-mobile-price{min-width:0;}.mg-product-mobile-price small{display:block;margin-bottom:.08rem;color:#7a8a94;font-size:.58rem;}.mg-product-mobile-price strong{display:flex;align-items:baseline;gap:.2rem;white-space:nowrap;color:#0a3558;font-size:.95rem;font-weight:950;}.mg-product-mobile-price strong span{color:#72838d;font-size:.52rem;font-weight:700;}.mg-product-mobile-price strong.is-unavailable{color:#70828c;font-size:.72rem;}@media(min-width:768px){.mg-product-price-status{padding:1.15rem 1.2rem;}.mg-product-price-status__icon{width:48px;height:48px;font-size:1.25rem;}.mg-product-price strong{font-size:1.55rem;}.mg-product-price>span{font-size:.72rem;}}