/* MasVapes Home */
.mvh-home{background:#f5f6f7;padding:0 0 50px}.mvh-home *{box-sizing:border-box}.mvh-section{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:34px 0}.mvh-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mvh-section-head h2{margin:0;font-size:clamp(24px,3vw,32px)}.mvh-hero{position:relative;width:min(1600px,calc(100% - 32px));margin:18px auto 0;border-radius:16px;overflow:hidden;background:linear-gradient(110deg,#121417,#2a2d32)}.mvh-hero-picture{display:block;width:100%;line-height:0}.mvh-hero-img{display:block;position:relative;width:100%;height:auto;max-width:none;object-fit:contain;object-position:center center}.mvh-hero-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.08) 55%,rgba(0,0,0,0));pointer-events:none}.mvh-hero-content{max-width:660px;padding:42px 54px;color:#fff;transform:translate(var(--mvh-offset-x,0),var(--mvh-offset-y,0))}.mvh-hero-overlay.mvh-h-left{justify-content:flex-start;text-align:left}.mvh-hero-overlay.mvh-h-center{justify-content:center;text-align:center}.mvh-hero-overlay.mvh-h-right{justify-content:flex-end;text-align:right}.mvh-hero-overlay.mvh-v-top{align-items:flex-start}.mvh-hero-overlay.mvh-v-center{align-items:center}.mvh-hero-overlay.mvh-v-bottom{align-items:flex-end}.mvh-hero-overlay.mvh-h-center .mvh-hero-content,.mvh-hero-overlay.mvh-h-right .mvh-hero-content{width:min(660px,100%)}.mvh-hero-overlay.mvh-h-center .mvh-hero-content{margin-left:auto;margin-right:auto}.mvh-hero-overlay.mvh-h-right .mvh-hero-content{margin-left:auto}.mvh-hero-overlay.mvh-h-center p,.mvh-hero-overlay.mvh-h-right p{margin-left:auto}.mvh-hero-overlay.mvh-h-center p{margin-right:auto}.mvh-hero-overlay.mvh-h-right{background:linear-gradient(270deg,rgba(0,0,0,.45),rgba(0,0,0,.08) 55%,rgba(0,0,0,0))}.mvh-hero-overlay.mvh-h-center{background:linear-gradient(90deg,rgba(0,0,0,.16),rgba(0,0,0,.38) 50%,rgba(0,0,0,.16))}.mvh-kicker{display:block;margin-bottom:10px;font-size:13px;font-weight:800;letter-spacing:1.6px}.mvh-hero h1{margin:0 0 16px;color:#fff;font-size:var(--mvh-title-size,58px);line-height:var(--mvh-title-line-height,1.05)}.mvh-hero-title{position:relative;display:inline-block;text-shadow:0 2px 10px rgba(0,0,0,.38),0 0 10px rgba(255,255,255,.08)}.mvh-title-mobile-lines{display:none}.mvh-title-line{display:block;position:relative;color:#e8ecef;text-shadow:0 1px 0 rgba(255,255,255,.15),0 0 2px rgba(255,255,255,.16)}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mvh-title-line{color:transparent;-webkit-text-fill-color:transparent;background:linear-gradient(118deg,#737a82 0%,#a1a8af 18%,#e5e9ed 40%,#f2f5f7 47%,#aab1b8 49%,#d8dde2 50%,#f8fafb 51%,#aab1b8 53%,#e5e9ed 62%,#8a9198 82%,#727981 100%);background-size:320% 220%;background-position:-160% 100%;-webkit-background-clip:text;background-clip:text;animation:mvh-title-shine 6.6s linear infinite;filter:drop-shadow(0 0 3px rgba(255,255,255,.34)) drop-shadow(0 0 9px rgba(235,240,245,.16))}}@keyframes mvh-title-shine{0%{background-position:-160% 100%;opacity:.96;filter:drop-shadow(0 0 3px rgba(255,255,255,.28)) drop-shadow(0 0 8px rgba(235,240,245,.12))}48%{opacity:.98;filter:drop-shadow(0 0 3px rgba(255,255,255,.3)) drop-shadow(0 0 8px rgba(235,240,245,.14))}50%{background-position:42% 42%;opacity:1;filter:drop-shadow(0 0 5px rgba(255,255,255,.52)) drop-shadow(0 0 12px rgba(235,240,245,.2))}52%{opacity:.98;filter:drop-shadow(0 0 3px rgba(255,255,255,.3)) drop-shadow(0 0 8px rgba(235,240,245,.14))}100%{background-position:220% 0%;opacity:.96;filter:drop-shadow(0 0 3px rgba(255,255,255,.28)) drop-shadow(0 0 8px rgba(235,240,245,.12))}}.mvh-hero p{margin:0;max-width:560px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.92)}

.mvh-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mvh-category-card{display:block;overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e7ea;border-radius:14px;transition:transform .16s ease,box-shadow .16s ease}.mvh-category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.07)}.mvh-category-image{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;padding:18px}.mvh-category-image img{width:100%;height:100%;object-fit:contain}.mvh-category-image span{color:#8b8f94;font-size:13px}.mvh-category-card h3{margin:0;padding:14px 10px 16px;text-align:center;font-size:17px}

.mvh-products{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.mvh-product-card{background:#fff;border:1px solid #e5e7ea;border-radius:12px;overflow:hidden}.mvh-product-image{display:block;aspect-ratio:1/1;background:#fff}.mvh-product-image img{display:block;width:100%;height:100%;object-fit:contain}.mvh-product-body{padding:12px}.mvh-product-body h3{margin:0 0 10px;font-size:15px;line-height:1.35}.mvh-product-body h3 a{text-decoration:none;color:inherit}.mvh-price{font-size:17px;font-weight:700}.mvh-price del{opacity:.55;font-weight:400;margin-right:4px}

.mvh-promos{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mvh-promo{position:relative;display:block;min-height:210px;border-radius:16px;overflow:hidden;background:#e9ecef;color:#fff;text-decoration:none}.mvh-promo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mvh-promo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.65))}.mvh-promo-title{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;font-size:26px;font-weight:800}

.mvh-brands{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.mvh-brand{min-height:92px;display:flex;align-items:center;justify-content:center;padding:14px;background:#fff;border:1px solid #e5e7ea;border-radius:12px;text-decoration:none;color:inherit;font-weight:700}.mvh-brand img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain}

.mvh-info{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mvh-info>div{background:#fff;border-radius:12px;padding:22px}.mvh-info strong{display:block;font-size:17px;margin-bottom:6px}.mvh-info span{color:#656a70;line-height:1.5}

.mvh-faq{max-width:900px}.mvh-faq details{background:#fff;border:1px solid #e3e6e8;border-radius:10px;margin-bottom:10px;overflow:hidden}.mvh-faq summary{padding:17px 20px;cursor:pointer;font-weight:700}.mvh-faq p{margin:0;padding:0 20px 18px;color:#646a70;line-height:1.6}

@media(max-width:1050px){.mvh-products{grid-template-columns:repeat(3,1fr)}.mvh-categories{grid-template-columns:repeat(3,1fr)}.mvh-brands{grid-template-columns:repeat(3,1fr)}.mvh-info{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.mvh-title-desktop-lines{display:none}.mvh-title-mobile-lines{display:block}.mvh-home{padding-bottom:28px}.mvh-section{width:calc(100% - 24px);padding:26px 0}.mvh-hero{width:100vw;max-width:100vw;margin:0 calc(50% - 50vw);border-radius:0}.mvh-hero-picture{display:block;width:100vw;max-width:100vw}.mvh-hero-img{display:block;width:100vw;max-width:none;height:auto}.mvh-hero-overlay.mvh-mh-left{justify-content:flex-start;text-align:left}.mvh-hero-overlay.mvh-mh-center{justify-content:center;text-align:center}.mvh-hero-overlay.mvh-mh-right{justify-content:flex-end;text-align:right}.mvh-hero-overlay.mvh-mv-top{align-items:flex-start}.mvh-hero-overlay.mvh-mv-center{align-items:center}.mvh-hero-overlay.mvh-mv-bottom{align-items:flex-end}.mvh-hero-content{padding:14px 12px;max-width:54%;width:54%;transform:translate(var(--mvh-mobile-offset-x,var(--mvh-offset-x,0)),var(--mvh-mobile-offset-y,var(--mvh-offset-y,0)))}.mvh-hero-overlay.mvh-mh-center .mvh-hero-content,.mvh-hero-overlay.mvh-mh-right .mvh-hero-content{width:min(54%,100%)}.mvh-hero-overlay.mvh-mh-center .mvh-hero-content{margin-left:auto;margin-right:auto}.mvh-hero-overlay.mvh-mh-right .mvh-hero-content{margin-left:auto}.mvh-hero-overlay.mvh-mh-center p,.mvh-hero-overlay.mvh-mh-right p{margin-left:auto}.mvh-hero-overlay.mvh-mh-center p{margin-right:auto}.mvh-hero h1{display:block;margin:0 0 8px;max-width:100%;font-size:var(--mvh-mobile-title-size,22px);line-height:var(--mvh-mobile-title-line-height,1.02);word-break:normal;overflow-wrap:anywhere}.mvh-hero-title{text-shadow:0 2px 10px rgba(0,0,0,.44),0 0 12px rgba(255,255,255,.12)}.mvh-title-line{text-shadow:0 0 2px rgba(255,255,255,.26),0 0 6px rgba(255,255,255,.18)}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mvh-title-line{background-size:340% 240%;animation-duration:6.1s;filter:drop-shadow(0 0 4px rgba(255,255,255,.44)) drop-shadow(0 0 10px rgba(240,244,248,.2))}}.mvh-hero p{max-width:100%;font-size:var(--mvh-mobile-text-size,12px);line-height:var(--mvh-mobile-text-line-height,1.22)}.mvh-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mvh-category-image{aspect-ratio:1/1;padding:8px}.mvh-category-card h3{font-size:13px;line-height:1.2;padding:9px 4px 11px}.mvh-products{grid-template-columns:repeat(2,1fr);gap:10px}.mvh-product-body{padding:10px}.mvh-product-body h3{font-size:14px}.mvh-promos{grid-template-columns:1fr;gap:12px}.mvh-promo{min-height:170px}.mvh-promo-title{left:18px;right:18px;bottom:16px;font-size:22px}.mvh-brands{grid-template-columns:repeat(2,1fr);gap:10px}.mvh-info{grid-template-columns:1fr;gap:10px}}



@media(max-width:420px){.mvh-hero-content{padding:12px 10px;max-width:56%;width:56%}.mvh-hero-overlay.mvh-mh-center .mvh-hero-content,.mvh-hero-overlay.mvh-mh-right .mvh-hero-content{width:min(56%,100%)}.mvh-hero h1{font-size:var(--mvh-mobile-title-size,20px);line-height:var(--mvh-mobile-title-line-height,1)}.mvh-hero-title{text-shadow:0 2px 10px rgba(0,0,0,.48),0 0 12px rgba(255,255,255,.12)}@supports ((-webkit-background-clip:text) or (background-clip:text)){.mvh-title-line{background-size:350% 250%;animation-duration:5.8s;filter:drop-shadow(0 0 4px rgba(255,255,255,.48)) drop-shadow(0 0 10px rgba(240,244,248,.22))}}.mvh-hero p{font-size:var(--mvh-mobile-text-size,11px);line-height:var(--mvh-mobile-text-line-height,1.18)}.mvh-category-card h3{font-size:12px}}
/* v1.0.2 marketplace refinements */
.mvh-section + .mvh-section{border-top:1px solid rgba(0,0,0,.035)}
.mvh-brands{align-items:stretch}
.mvh-brand{transition:transform .16s ease,box-shadow .16s ease}
.mvh-brand:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(0,0,0,.06)}
@media(max-width:768px){
  .mvh-section-head{margin-bottom:14px}
  .mvh-section-head h2{font-size:24px}
}

.mvh-inline-link{display:inline-block;margin-top:12px;font-weight:700;text-decoration:none}.mvh-inline-link:hover{text-decoration:underline}.mvh-faq-link-wrap{padding-top:0!important}.mvh-info>div span{display:block}
