/* Music Craft Nepal Premium Storefront v2.0 */
:root{--brand:#c41925;--brand-dark:#8e1018;--ink:#111318;--ink-2:#242832;--muted:#68707d;--line:#e1e4e9;--soft:#f5f6f8;--soft-2:#eef0f3;--white:#fff;--green:#147a45;--orange:#b65400;--gold:#d79916;--shadow-sm:0 4px 18px rgba(16,20,28,.07);--shadow:0 18px 45px rgba(16,20,28,.12);--shadow-lg:0 30px 80px rgba(16,20,28,.18);--radius:12px;--radius-lg:20px;--container:1480px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:150px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:10000;background:#fff;color:#000;padding:10px 14px;border-radius:8px;transform:translateY(-150%);box-shadow:var(--shadow)}.skip-link:focus{transform:none}.eyebrow,.section-heading span,.mega-eyebrow{display:block;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.primary-btn,.secondary-btn,.secondary-red-btn,.secondary-buy,.quick-cart,.btn-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:8px;font-weight:850;transition:.18s ease}.primary-btn{color:#fff;background:var(--brand);box-shadow:0 8px 22px rgba(196,25,37,.2)}.primary-btn:hover{background:var(--brand-dark);transform:translateY(-1px)}.primary-btn:disabled,.quick-cart button:disabled{opacity:.5;cursor:not-allowed;transform:none}.secondary-btn{background:#fff;border-color:#c9ced6}.secondary-btn:hover{border-color:#9299a5;background:#f8f9fa}.secondary-red-btn{background:#fff;border-color:var(--brand);color:var(--brand)}.secondary-red-btn:hover{background:#fff1f2}.section{padding:68px 0}.section.muted{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:26px}.section-heading h2{margin:4px 0 0;font-size:clamp(25px,3vw,38px);line-height:1.1;letter-spacing:-.03em}.section-heading>a{font-size:13px;font-weight:850;color:var(--brand)}.section-heading>a:hover{text-decoration:underline}.empty-state{padding:65px 25px;text-align:center;border:1px dashed #cfd4dc;border-radius:var(--radius-lg);background:#fff}.empty-state.full{grid-column:1/-1}.empty-state h2{font-size:28px;margin:0 0 8px}.empty-state p{color:var(--muted);margin:0 0 22px}.store-alert{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding:13px 16px;border-radius:10px;font-weight:750;box-shadow:var(--shadow-sm)}.store-alert button{border:0;background:transparent;font-size:21px;color:inherit}.store-alert.success{background:#eaf8f0;color:#096b3b;border:1px solid #b8e1c9}.store-alert.error{background:#fff0f1;color:#9d111a;border:1px solid #ffc3c8}.store-alert.warning{background:#fff6e7;color:#8b4e00;border:1px solid #f2d39e}.alert-wrap{position:relative;z-index:6}
/* Header */
.utility-bar{background:#0d0f13;color:#cdd1d7;font-size:11px}.utility-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:25px}.utility-inner nav{display:flex;gap:18px}.utility-inner a:hover{color:#fff}.utility-inner p{margin:0;text-align:center}.utility-phone b{color:#fff}.site-header{position:relative;z-index:100;background:#fff;box-shadow:0 1px 0 var(--line)}.header-main{min-height:91px;display:grid;grid-template-columns:250px minmax(360px,1fr) auto;align-items:center;gap:28px}.store-logo{display:inline-flex;align-items:center;gap:11px;white-space:nowrap}.store-logo img{max-width:220px;max-height:64px;object-fit:contain}.logo-symbol{width:46px;height:46px;display:grid;place-items:center;border-radius:7px 7px 14px 7px;background:linear-gradient(145deg,var(--brand),#6f0710);color:#fff;font-size:27px;font-weight:950;font-style:italic;box-shadow:5px 5px 0 #17191e}.logo-copy{display:flex;flex-direction:column;line-height:.92}.logo-copy b{font-size:19px;letter-spacing:.02em}.logo-copy small{margin-top:6px;color:var(--brand);font-size:12px;font-weight:950;letter-spacing:.27em}.header-search{position:relative;display:grid;grid-template-columns:155px 1fr 55px;height:50px;border:2px solid #b7bdc7;border-radius:8px;background:#fff;transition:.15s}.header-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(196,25,37,.1)}.header-search select,.header-search input{min-width:0;border:0;outline:0;background:transparent}.header-search select{padding:0 13px;border-right:1px solid var(--line);font-size:12px;font-weight:800;color:#424854}.header-search input{padding:0 17px}.header-search button{border:0;background:var(--brand);color:#fff}.header-search button svg{width:23px;fill:none;stroke:currentColor;stroke-width:2;margin:auto}.search-suggestions{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:300;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg);overflow:hidden}.search-suggestions.show{display:block}.search-suggestions>a{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;padding:11px 14px;border-bottom:1px solid #edf0f3}.search-suggestions>a:last-child{border-bottom:0}.search-suggestions>a:hover{background:#f7f8fa}.search-suggestions img{width:54px;height:54px;object-fit:contain;background:#f8f9fa;border-radius:7px}.search-suggestions span{font-weight:750}.search-suggestions b{color:var(--brand);font-size:13px}.header-actions{display:flex;align-items:stretch}.header-actions>a{position:relative;display:flex;align-items:center;gap:8px;min-width:105px;padding:8px 11px;border-left:1px solid var(--line)}.header-actions>a:first-child{border-left:0}.action-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#f2f3f5;font-size:17px;font-weight:900}.header-actions small,.header-actions b{display:block;line-height:1.2}.header-actions small{color:var(--muted);font-size:9px}.header-actions b{font-size:11px;margin-top:3px}.header-actions a:hover .action-icon{background:#fff0f1;color:var(--brand)}.cart-link em{position:absolute;top:2px;left:29px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:9px;font-style:normal;font-weight:900}.mobile-menu-btn{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px}.mobile-menu-btn span{display:block;height:2px;margin:6px 0;background:#14171c}.main-nav{background:#17191e;color:#fff}.nav-inner{display:flex;align-items:stretch;height:48px}.nav-inner>a,.category-trigger>button{display:flex;align-items:center;padding:0 19px;border:0;background:transparent;color:#fff;font-size:12px;font-weight:850}.nav-inner>a:hover{background:#2b2e34}.category-trigger{position:relative}.category-trigger>button{min-width:238px;justify-content:space-between;background:var(--brand);font-size:13px}.menu-bars{font-size:15px}.chevron{margin-left:auto}.nav-sale{margin-left:auto!important;background:#fff!important;color:var(--brand)!important}.mega-menu{display:none;position:absolute;left:0;top:100%;width:min(1100px,calc(100vw - 40px));min-height:470px;background:#fff;color:var(--ink);box-shadow:var(--shadow-lg);border:1px solid #d8dce2;border-top:0;border-radius:0 0 14px 14px;overflow:hidden}.category-trigger:hover .mega-menu,.category-trigger.open .mega-menu{display:grid;grid-template-columns:285px 1fr}.mega-sidebar{padding:12px 0;background:#f4f5f7;border-right:1px solid var(--line)}.mega-sidebar>a{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;font-size:12px;font-weight:800;border-left:3px solid transparent}.mega-sidebar>a:hover,.mega-sidebar>a.active{background:#fff;color:var(--brand);border-left-color:var(--brand)}.mega-sidebar .mega-all{margin-top:7px;border-top:1px solid var(--line);padding-top:16px}.mega-content{position:relative}.mega-panel{display:none;height:100%;grid-template-columns:1fr 280px;padding:28px;gap:24px}.mega-panel.active{display:grid}.mega-links h3{font-size:28px;margin:4px 0 20px}.mega-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 25px}.mega-link-grid>a{padding:9px 0;border-bottom:1px solid #edf0f3;font-weight:800}.mega-link-grid span{display:block;color:var(--muted);font-size:10px;font-weight:500}.view-all{display:inline-block;margin-top:22px;color:var(--brand);font-weight:900}.mega-feature{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:330px;padding:22px;border-radius:14px;background:linear-gradient(145deg,#17191e,#3d1115);color:#fff;overflow:hidden}.mega-feature div{position:relative;z-index:2}.mega-feature span,.mega-feature strong,.mega-feature small{display:block}.mega-feature span{font-size:10px;color:#ffb4b9;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.mega-feature strong{font-size:22px;margin:6px 0}.mega-feature small{color:#d5d7dc}.mega-feature img{height:180px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(0,0,0,.35));margin:auto}.mobile-drawer,.drawer-overlay{display:none}
/* Hero and homepage */
.hero-wrap{padding:18px 0 0;background:#eef0f2}.hero-slider{position:relative;height:clamp(500px,42vw,650px);overflow:hidden;border-radius:5px;background:#15171b;box-shadow:var(--shadow)}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease;background-position:center;background-size:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,8,12,.88) 0%,rgba(6,8,12,.56) 39%,rgba(6,8,12,.08) 70%,rgba(6,8,12,.02))}.hero-slide.active{opacity:1;visibility:visible}.hero-copy{position:relative;z-index:2;width:min(620px,65%);padding-left:clamp(35px,6vw,85px);color:#fff}.hero-copy>span{display:inline-block;padding:6px 9px;border-left:3px solid var(--brand);background:rgba(255,255,255,.1);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hero-copy h1{margin:16px 0 14px;font-size:clamp(42px,5vw,74px);line-height:.98;letter-spacing:-.045em}.hero-copy p{max-width:560px;color:#e1e3e7;font-size:17px}.hero-copy>div{display:flex;gap:10px;margin-top:28px}.hero-copy .secondary-btn{color:#fff;background:transparent;border-color:rgba(255,255,255,.55)}.hero-prev,.hero-next{position:absolute;z-index:4;top:50%;width:44px;height:54px;border:0;background:rgba(8,10,14,.55);color:#fff;font-size:34px;transform:translateY(-50%)}.hero-prev{left:0}.hero-next{right:0}.hero-prev:hover,.hero-next:hover{background:var(--brand)}.hero-dots{position:absolute;z-index:5;left:50%;bottom:18px;display:flex;gap:7px;transform:translateX(-50%)}.hero-dots button{width:34px;height:4px;padding:0;border:0;background:rgba(255,255,255,.45);border-radius:5px}.hero-dots button.active{background:#fff}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-strip .container{display:grid;grid-template-columns:repeat(5,1fr)}.trust-strip .container>div{display:grid;grid-template-columns:38px 1fr;align-items:center;padding:18px 22px;border-right:1px solid var(--line)}.trust-strip .container>div:last-child{border-right:0}.trust-strip span{grid-row:1/3;width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#fff0f1;color:var(--brand);font-weight:900}.trust-strip b{font-size:12px}.trust-strip small{color:var(--muted);font-size:10px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.category-card{padding:18px 16px 16px;border:1px solid var(--line);border-radius:12px;text-align:center;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-4px);border-color:#bdc2ca;box-shadow:var(--shadow-sm)}.category-card>div{height:155px;display:grid;place-items:center;margin-bottom:12px;background:linear-gradient(145deg,#f7f8f9,#eef0f2);border-radius:9px;overflow:hidden}.category-card img{width:90%;height:140px;object-fit:contain;transition:.25s}.category-card:hover img{transform:scale(1.05)}.category-card b,.category-card small{display:block}.category-card b{font-size:14px}.category-card small{color:var(--muted);font-size:10px}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo-card{position:relative;min-height:260px;padding:30px;border-radius:14px;overflow:hidden;background-color:#21242a;background-position:center;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,10,.86),rgba(5,7,10,.05) 75%)}.promo-card>*{position:relative;z-index:2}.promo-card span{font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#ffb9be}.promo-card h3{font-size:28px;line-height:1.05;margin:6px 0 15px}.promo-card b{font-size:12px}.promo-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.traditional-section{background:#15171c;color:#fff}.traditional-head{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:50px;margin-bottom:38px}.traditional-head span{color:#ff8a92;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.traditional-head h2{font-size:clamp(32px,5vw,56px);line-height:1;margin:10px 0}.traditional-head p{color:#c7cad0;font-size:16px}.traditional-head img{width:100%;height:280px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.42))}.traditional-section .product-card{color:var(--ink)}.service-banner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:32px 36px;border-radius:16px;background:radial-gradient(circle at 80% 30%,rgba(255,255,255,.13),transparent 23%),linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff}.service-banner>div{display:grid;grid-template-columns:55px 1fr;align-items:center}.service-banner>div>span{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.14);font-size:24px}.service-banner h2,.service-banner p{margin:0}.service-banner p{color:#f3c8cb}.service-banner .primary-btn{background:#fff;color:var(--brand)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid article{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff}.testimonial-grid article>span{color:var(--gold);letter-spacing:1px}.testimonial-grid p{font-size:15px;line-height:1.75}.testimonial-grid b,.testimonial-grid small{display:block}.testimonial-grid small{color:var(--muted)}.faq-layout{display:grid;grid-template-columns:340px 1fr;gap:70px}.faq-layout h2{font-size:38px;line-height:1.1}.faq-layout>div:first-child>p{color:var(--muted)}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;list-style:none;padding:19px 42px 19px 0;font-weight:850;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;font-size:24px;color:var(--brand)}.faq-list details[open] summary:after{content:"−"}.faq-list p{margin:0;padding:0 45px 20px 0;color:var(--muted)}
/* Product cards */
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;transition:.2s}.product-card:hover{border-color:#b9bec7;box-shadow:var(--shadow-sm);transform:translateY(-3px)}.product-image{position:relative;display:grid;place-items:center;height:260px;padding:18px;background:#fff}.product-image img{width:100%;height:224px;object-fit:contain;transition:.25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badges{position:absolute;z-index:2;left:10px;top:10px;display:flex;gap:5px;flex-wrap:wrap}.discount-badge,.new-badge{padding:5px 7px;border-radius:4px;color:#fff;font-size:9px;font-weight:900;text-transform:uppercase}.discount-badge{background:var(--brand)}.new-badge{background:#1d2530}.wishlist-quick{position:absolute;right:10px;top:10px;z-index:3}.wishlist-quick button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:20px;line-height:1}.wishlist-quick button:hover{color:var(--brand);border-color:var(--brand)}.product-info{display:flex;flex:1;flex-direction:column;padding:15px 16px 17px;border-top:1px solid #f0f1f3}.product-brand{margin:0 0 5px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-info h3{min-height:42px;margin:0 0 7px;font-size:14px;line-height:1.45}.product-info h3 a:hover{color:var(--brand)}.rating{display:flex;align-items:center;gap:5px}.rating span{color:#e29712;font-size:12px;letter-spacing:.5px}.rating small{color:var(--muted);font-size:10px}.price-row{display:flex;align-items:baseline;gap:8px;margin:9px 0 0}.price-row strong{font-size:19px;color:var(--brand)}.price-row del{color:#8a909a;font-size:11px}.stock-card{margin:2px 0 12px;color:var(--green);font-size:10px;font-weight:800}.stock-card.out{color:#a41b22}.quick-cart{margin-top:auto;width:100%}.quick-cart button,.quick-cart.choose{width:100%;min-height:40px;border:1px solid var(--brand);border-radius:6px;background:#fff;color:var(--brand);font-size:11px;font-weight:900}.quick-cart button:hover,.quick-cart.choose:hover{background:var(--brand);color:#fff}.quick-cart.choose{display:flex}.wishlist-wrap{position:relative}.wishlist-remove{width:100%;margin-top:8px;border:0;background:transparent;color:var(--brand);font-weight:800}
/* Page hero, shop and breadcrumbs */
.page-hero{padding:58px 0;background:radial-gradient(circle at 80% 10%,rgba(196,25,37,.35),transparent 25%),linear-gradient(135deg,#14161a,#292c34);color:#fff}.page-hero.small{padding:36px 0}.page-hero p{margin:0 0 8px;color:#c4c7cd;font-size:11px}.page-hero h1{margin:0;font-size:clamp(32px,5vw,52px);letter-spacing:-.035em}.breadcrumbs{border-bottom:1px solid var(--line);background:#fafbfc}.breadcrumbs .container{display:flex;align-items:center;gap:8px;min-height:43px;overflow:hidden;white-space:nowrap;color:var(--muted);font-size:11px}.breadcrumbs a:hover{color:var(--brand)}.breadcrumbs b{overflow:hidden;text-overflow:ellipsis;color:#343943}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:28px}.filters{align-self:start;border:1px solid var(--line);border-radius:11px;background:#fff}.filters form{padding:20px}.filters h3{margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.filters label{display:block;margin:14px 0 5px;font-size:11px;font-weight:850}.filters input,.filters select{width:100%;height:42px;border:1px solid #ced3da;border-radius:7px;padding:0 10px;background:#fff}.filters .primary-btn{width:100%;margin-top:18px}.clear-filter{display:block;margin-top:12px;text-align:center;color:var(--brand);font-size:11px;font-weight:800}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.shop-toolbar b{font-size:13px}.shop-toolbar button{display:none}.filter-chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}.filter-chips a{padding:5px 9px;border-radius:30px;background:#f1f2f4;color:#4b515c;font-size:10px;font-weight:800}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:34px}.pagination a,.pagination span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:11px;font-weight:800}.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}
/* Product detail */
.product-detail{padding-top:35px}.product-main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:48px;align-items:start}.gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;min-width:0}.thumbs{display:flex;flex-direction:column;gap:9px;max-height:620px;overflow:auto;padding-right:2px}.thumb{width:72px;height:72px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:5px}.thumb img{width:100%;height:100%;object-fit:contain}.thumb.active,.thumb:hover{border:2px solid var(--brand)}.main-photo{position:relative;display:grid;place-items:center;min-height:570px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.main-photo>img{width:92%;height:540px;object-fit:contain;transition:.25s}.main-photo:hover>img{transform:scale(1.015)}#zoomButton{position:absolute;right:15px;bottom:15px;padding:9px 13px;border:1px solid #cbd0d7;border-radius:7px;background:rgba(255,255,255,.94);font-size:11px;font-weight:850}.buy-panel{position:relative}.brand-line{margin:0;color:var(--muted);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.buy-panel h1{margin:8px 0 10px;font-size:clamp(29px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em}.detail-rating{display:flex;align-items:center;gap:10px}.detail-rating span{color:#e09a14;letter-spacing:1px}.detail-rating a{color:var(--brand);font-size:11px;font-weight:800}.short-desc{margin:15px 0;color:#525965;font-size:15px;line-height:1.65}.detail-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detail-price strong{color:var(--brand);font-size:34px;line-height:1}.detail-price del{color:#848b96}.detail-price span{padding:4px 7px;border-radius:4px;background:#eaf8f0;color:var(--green);font-size:10px;font-weight:900}.stock-line{display:flex;align-items:center;gap:7px;margin:14px 0;color:var(--green);font-size:12px;font-weight:850}.stock-line:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 15%,transparent)}.stock-line.low{color:var(--orange)}.stock-line.out{color:#a51921}.key-features{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 20px;margin:15px 0;padding:0;list-style:none}.key-features li{position:relative;padding-left:17px;color:#444b55;font-size:12px}.key-features li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.variant-area{margin:17px 0}.variant-group{margin:0 0 16px}.variant-group-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.variant-group-head b{font-size:12px}.variant-group-head span{color:var(--muted);font-size:10px}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-choice{position:relative;min-width:60px;min-height:42px;padding:8px 13px;border:1px solid #c8cdd5;border-radius:7px;background:#fff;color:#303641;font-size:11px;font-weight:850}.variant-choice:hover{border-color:#858d99}.variant-choice.selected{border:2px solid var(--brand);background:#fff4f5;color:var(--brand);padding:7px 12px}.variant-choice.color{display:flex;align-items:center;gap:7px}.swatch{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #b8bdc5}.variant-choice.unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.variant-message{min-height:18px;color:#9a151d;font-size:11px;font-weight:700}.buy-form{display:grid;grid-template-columns:100px 1fr 1fr;gap:9px;margin-top:14px}.quantity-field{display:grid;grid-template-columns:30px 1fr 30px;height:48px;border:1px solid #c8cdd5;border-radius:7px;overflow:hidden}.quantity-field button{border:0;background:#f3f4f6;font-weight:900}.quantity-field input{min-width:0;border:0;text-align:center;font-weight:850;outline:0;-moz-appearance:textfield}.quantity-field input::-webkit-outer-spin-button,.quantity-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-form .primary-btn,.buy-form .secondary-buy{height:48px}.secondary-buy{background:#17191e;color:#fff}.secondary-buy:hover{background:#000}.detail-wishlist{margin-top:10px}.detail-wishlist button{width:100%;height:42px;border:1px solid #cfd3da;border-radius:7px;background:#fff;font-weight:850}.delivery-box{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.delivery-box>div{display:flex;gap:8px;padding:13px;border-right:1px solid var(--line)}.delivery-box>div:last-child{border-right:0}.delivery-box>div>span{font-size:19px}.delivery-box p,.delivery-box b,.delivery-box small{margin:0;display:block}.delivery-box b{font-size:10px}.delivery-box small{margin-top:3px;color:var(--muted);font-size:8px}.expert-box{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:11px;margin-top:13px;padding:14px;border-radius:10px;background:#f4f5f7}.expert-box>span{width:41px;height:41px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff}.expert-box b,.expert-box p{display:block;margin:0}.expert-box p{color:var(--muted);font-size:10px}.expert-box a{color:var(--brand);font-size:11px;font-weight:900}.product-content{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px}.product-content-main{min-width:0}.product-tabs{position:sticky;top:0;z-index:20;display:flex;gap:3px;margin-bottom:25px;border-bottom:1px solid var(--line);background:var(--soft)}.product-tabs a{padding:14px 16px;border-bottom:3px solid transparent;font-size:11px;font-weight:850}.product-tabs a:hover{color:var(--brand);border-bottom-color:var(--brand)}.product-content article{scroll-margin-top:80px;margin-bottom:28px;padding:28px;border:1px solid var(--line);border-radius:12px;background:#fff}.product-content article h2{margin:0 0 17px;font-size:26px}.product-content article h3{margin-top:25px}.product-content article p,.product-content article li{color:#4f5661}.product-side-info{align-self:start;position:sticky;top:20px}.product-side-card{margin-bottom:14px;padding:20px;border:1px solid var(--line);border-radius:11px;background:#fff}.product-side-card h3{margin:0 0 10px;font-size:16px}.product-side-card p{color:var(--muted);font-size:11px}.product-side-card a{color:var(--brand);font-weight:850;font-size:11px}.spec-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--line)}.spec-table>div:last-child{border-bottom:0}.spec-table b,.spec-table span{padding:11px 14px}.spec-table b{background:#f4f5f7;font-size:11px}.spec-table span{font-size:12px}.review-summary{display:flex;align-items:center;gap:20px;padding:18px;border-radius:10px;background:#f7f8fa}.review-summary>strong{font-size:42px}.review-summary span,.review-summary small{display:block}.review-summary span{color:#e19a13}.review-summary small{color:var(--muted);font-size:10px}.published-reviews>div{padding:20px 0;border-bottom:1px solid var(--line)}.published-reviews>div>div{display:flex;justify-content:space-between}.published-reviews span{color:#e19a13}.published-reviews h3{margin:7px 0}.published-reviews small{color:var(--muted)}.review-form{margin-top:25px;padding:22px;border-radius:10px;background:#f5f6f8}.review-form h3{margin-top:0}.review-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.review-form-grid label{font-size:11px;font-weight:850}.review-form-grid label.full{grid-column:1/-1}.review-form-grid input,.review-form-grid select,.review-form-grid textarea{width:100%;margin-top:5px;border:1px solid #ccd1d8;border-radius:7px;padding:10px;background:#fff}.review-form-grid textarea{min-height:120px;resize:vertical}.image-modal{position:fixed;inset:0;z-index:1000;display:none;place-items:center;padding:40px;background:rgba(6,8,12,.92)}.image-modal.show{display:grid}.image-modal img{max-width:min(1000px,90vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:10px}.image-modal button{position:absolute;top:20px;right:25px;border:0;background:transparent;color:#fff;font-size:42px}
/* Cart and checkout */
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px}.cart-items{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.cart-head,.cart-row{display:grid;grid-template-columns:minmax(300px,1fr) 120px 120px 120px 35px;gap:12px;align-items:center;padding:15px 18px}.cart-head{background:#f4f5f7;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.cart-row{border-top:1px solid var(--line)}.cart-product{display:flex;align-items:center;gap:15px}.cart-product img{width:90px;height:90px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.cart-product b,.cart-product small{display:block}.cart-product b{font-size:13px}.cart-product small{color:var(--muted);font-size:10px;margin-top:3px}.variant-label{color:var(--brand)!important;font-weight:800}.cart-row>input{width:75px;height:41px;border:1px solid #cdd2d9;border-radius:7px;padding:0 8px}.remove-btn{border:0;background:transparent;color:var(--brand);font-size:24px}.cart-actions{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-top:1px solid var(--line)}.cart-actions>a{font-size:11px;font-weight:850}.order-summary,.checkout-summary{align-self:start;position:sticky;top:20px;padding:23px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm)}.order-summary h2,.checkout-summary h2{margin:0 0 16px}.order-summary>div,.checkout-summary>div:not(.checkout-item){display:flex;align-items:center;justify-content:space-between;padding:9px 0}.summary-total{margin-top:8px;border-top:1px solid var(--line);font-size:18px}.order-summary>p,.checkout-summary>p{color:var(--muted);font-size:10px}.order-summary>.primary-btn{width:100%}.coupon-form{display:flex!important;gap:6px;padding:13px 0!important;border-top:1px solid var(--line)}.coupon-form input{min-width:0;flex:1;border:1px solid #ccd1d8;border-radius:6px;padding:9px}.coupon-form button{border:0;border-radius:6px;background:#20232a;color:#fff;font-size:10px;font-weight:900;padding:0 12px}.secure-note{display:block!important;text-align:center;font-size:9px;color:var(--muted)}.checkout-shell{padding:45px 0;background:#f4f5f7}.checkout-choice{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:18px 22px;border:1px solid var(--line);border-radius:12px;background:#fff}.checkout-choice h1{margin:0;font-size:24px}.checkout-choice p{margin:3px 0 0;color:var(--muted);font-size:11px}.checkout-mode-tabs{display:flex;gap:8px}.checkout-mode-tabs button,.checkout-mode-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid #cbd0d8;border-radius:7px;background:#fff;font-size:11px;font-weight:850}.checkout-mode-tabs .active{border-color:var(--brand);background:#fff1f2;color:var(--brand)}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:28px}.checkout-card{margin-bottom:17px;padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff}.checkout-card h2{display:flex;align-items:center;gap:10px;margin:0 0 19px;font-size:20px}.checkout-card h2 span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#17191e;color:#fff;font-size:11px}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field-grid label,.contact-form label,.track-box label,.account-card label{font-size:11px;font-weight:850}.field-grid input,.field-grid select,.field-grid textarea,.contact-form input,.contact-form textarea,.track-box input,.account-card input{width:100%;margin-top:5px;border:1px solid #cbd0d8;border-radius:7px;padding:11px;background:#fff;outline:0}.field-grid input:focus,.field-grid textarea:focus,.field-grid select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(196,25,37,.08)}.field-grid textarea,.contact-form textarea{min-height:95px;resize:vertical}.field-grid label.full{grid-column:1/-1}.field-grid small{display:block;color:var(--brand);margin-top:4px}.create-account-box{grid-column:1/-1;padding:15px;border-radius:9px;background:#f5f6f8}.create-account-box>label{display:flex;align-items:center;gap:8px}.create-account-box input[type=checkbox]{width:auto;margin:0}.password-fields{display:none;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:14px}.create-account-box.open .password-fields{display:grid}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.payment-options label{position:relative;display:flex;gap:11px;padding:14px;border:1px solid var(--line);border-radius:9px;cursor:pointer;background:#fff}.payment-options label:has(input:checked){border:2px solid var(--brand);padding:13px;background:#fff7f7}.payment-options input{margin-top:3px;accent-color:var(--brand)}.payment-options b,.payment-options small{display:block}.payment-options b{font-size:12px}.payment-options small{color:var(--muted);font-size:9px;line-height:1.45}.place-order{width:100%;height:54px;font-size:15px}.checkout-item{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.checkout-item img{width:62px;height:62px;object-fit:contain}.checkout-item b,.checkout-item small{display:block}.checkout-item b{font-size:11px}.checkout-item small{color:var(--muted);font-size:9px}.checkout-login-panel{display:none;padding:20px;border:1px solid var(--line);border-radius:11px;background:#fff;margin-bottom:18px}.checkout-login-panel.open{display:block}.checkout-login-panel form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.checkout-login-panel label{font-size:11px;font-weight:850}.checkout-login-panel input{width:100%;margin-top:5px;border:1px solid #cbd0d8;border-radius:7px;padding:10px}.checkout-login-panel button{height:42px}.checkout-security{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.checkout-security span{padding:8px;border-radius:7px;background:#f4f5f7;text-align:center;color:#59606b;font-size:8px;font-weight:800}
/* Accounts, content and forms */
.account-auth{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:980px;margin:auto}.account-card{padding:29px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.account-card h2{margin:4px 0 20px}.account-card label{display:block;margin-bottom:13px}.account-card .primary-btn{width:100%}.account-dashboard{display:grid;grid-template-columns:250px 1fr;gap:28px}.account-sidebar{align-self:start;padding:24px;border:1px solid var(--line);border-radius:13px;background:#fff}.account-avatar{width:55px;height:55px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:22px;font-weight:900}.account-sidebar h2{margin:13px 0 2px}.account-sidebar p{color:var(--muted);font-size:11px}.account-sidebar>a,.account-sidebar button{display:block;width:100%;padding:10px 0;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;font-size:11px;font-weight:850}.account-sidebar>a:hover,.account-sidebar button:hover{color:var(--brand)}.account-content{min-width:0}.account-orders{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.account-orders>a{display:grid;grid-template-columns:1fr auto 70px;align-items:center;gap:20px;padding:17px 20px;border-bottom:1px solid var(--line)}.account-orders>a:last-child{border:0}.account-orders>a:hover{background:#f8f9fa}.account-orders b,.account-orders small{display:block}.account-orders small{color:var(--muted);font-size:10px}.account-orders em{color:var(--brand);font-style:normal;font-size:10px;font-weight:900}.account-order-detail{padding:25px;border:1px solid var(--line);border-radius:12px;background:#fff}.account-order-detail>div:first-child{display:flex;align-items:center;justify-content:space-between}.account-order-items{margin-top:20px;border-top:1px solid var(--line)}.account-order-items>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.account-order-items b,.account-order-items small{display:block}.account-order-items small{color:var(--muted)}.account-order-total{display:flex;justify-content:space-between;padding-top:17px;font-size:18px}.content-page{max-width:1000px}.content-page h2{margin-top:32px;font-size:28px}.content-page p,.content-page li{color:#505762}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px}.contact-info h2{font-size:38px}.contact-info>div{padding:15px 0;border-top:1px solid var(--line)}.contact-info b{display:block;color:var(--muted);font-size:10px;text-transform:uppercase}.contact-form{padding:26px;border:1px solid var(--line);border-radius:14px}.contact-form label{display:block;margin-bottom:13px}.contact-form .primary-btn{width:100%}.track-box{max-width:760px;margin:auto}.track-box form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.tracking-result{margin-top:22px;padding:22px;border:1px solid var(--line);border-radius:12px;background:#fff}.status-pill{display:inline-block;padding:5px 10px;border-radius:20px;background:#e9f7ef;color:var(--green);font-size:10px;font-weight:900}.success-box{max-width:760px;margin:auto;padding:60px 35px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center;box-shadow:var(--shadow-sm)}.success-icon{width:72px;height:72px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#e7f8ee;color:var(--green);font-size:34px}.success-box h1{font-size:36px}.success-box .order-number{display:inline-block;padding:8px 12px;border-radius:7px;background:#f3f4f6;font-weight:900}.success-actions{display:flex;justify-content:center;gap:10px;margin-top:22px}.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.brand-grid>a{padding:18px;border:1px solid var(--line);border-radius:12px;text-align:center;background:#fff}.brand-grid>a>div{height:90px;display:grid;place-items:center;border-radius:8px;background:#f7f8f9}.brand-grid img{max-width:150px;max-height:65px}.brand-grid span,.brand-grid small{display:block}.brand-grid span{font-weight:850;margin-top:10px}.brand-grid small{color:var(--muted)}.payment-message{max-width:700px;margin:auto;padding:60px;text-align:center;border:1px solid var(--line);border-radius:15px}.newsletter{padding:30px 0;background:#20232a;color:#fff}.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.newsletter-copy{display:flex;align-items:center;gap:16px}.newsletter-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--brand);font-size:22px}.newsletter-copy small{color:#ff9ba2;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.newsletter-copy h2,.newsletter-copy p{margin:0}.newsletter-copy h2{font-size:22px}.newsletter-copy p{color:#bfc3ca}.newsletter form{display:grid;grid-template-columns:minmax(260px,430px) 120px}.newsletter input{height:47px;border:0;border-radius:7px 0 0 7px;padding:0 15px}.newsletter button{border:0;border-radius:0 7px 7px 0;background:var(--brand);color:#fff;font-weight:900}.store-footer{background:#111318;color:#c7cad0}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px;padding-top:55px;padding-bottom:40px}.footer-main h3{margin:0 0 16px;color:#fff;font-size:14px}.footer-main>div:not(.footer-brand)>a{display:block;padding:5px 0;font-size:11px}.footer-main>div:not(.footer-brand)>a:hover{color:#fff}.footer-brand p{max-width:430px;color:#aeb2b9}.footer-logo{color:#fff}.social-links{display:flex;gap:7px}.social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #4a4e57;border-radius:50%;font-weight:900}.social-links a:hover{background:var(--brand);border-color:var(--brand);color:#fff}.contact-line{font-size:11px}.contact-line b{display:block;color:#777e88;text-transform:uppercase;font-size:9px}.footer-payment-row{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 0;border-top:1px solid #30333a}.footer-payment-row strong{display:block;color:#fff;font-size:11px}.footer-payment-row em{display:inline-block;margin:7px 5px 0 0;padding:5px 8px;border-radius:4px;background:#fff;color:#20232a;font-size:9px;font-style:normal;font-weight:900}.footer-trust{display:flex;gap:18px;color:#aeb2b9;font-size:9px}.footer-bottom{background:#090a0d}.footer-bottom .container{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:9px}.footer-bottom span:nth-child(2){display:flex;gap:14px}.footer-bottom a:hover{color:#fff}.toast-stack{position:fixed;right:18px;bottom:18px;z-index:1000;display:grid;gap:8px}.toast{min-width:250px;max-width:350px;padding:13px 15px;border-radius:9px;background:#181b20;color:#fff;box-shadow:var(--shadow);font-size:11px;font-weight:750;animation:toastIn .25s ease}.toast.success{background:#126e40}.toast.error{background:#9f1720}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
/* Responsive */
@media(max-width:1240px){.header-main{grid-template-columns:200px minmax(300px,1fr) auto;gap:16px}.header-actions>a{min-width:auto;padding:8px}.header-actions>a span:nth-child(2){display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(5,1fr)}.product-main{gap:30px}.main-photo{min-height:500px}.main-photo>img{height:470px}}
@media(max-width:1020px){.utility-inner p,.utility-inner nav{display:none}.utility-inner{justify-content:center}.header-main{grid-template-columns:48px 190px 1fr auto}.mobile-menu-btn{display:block}.header-actions>a:not(.cart-link){display:none}.header-search{grid-template-columns:1fr 50px}.header-search select{display:none}.main-nav{display:none}.mega-menu{display:none!important}.hero-slider{height:520px}.trust-strip .container{grid-template-columns:repeat(3,1fr)}.trust-strip .container>div:nth-child(3){border-right:0}.trust-strip .container>div:nth-child(n+4){border-top:1px solid var(--line)}.category-grid{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.promo-card:last-child{grid-column:1/-1}.traditional-head{grid-template-columns:1fr 300px}.product-main{grid-template-columns:1fr}.buy-panel{max-width:780px}.product-content{grid-template-columns:1fr}.product-side-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:static}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary,.checkout-summary{position:static}.shop-layout{grid-template-columns:1fr}.filters{display:none}.filters.open{display:block}.shop-toolbar button{display:block;border:1px solid var(--line);background:#fff;border-radius:7px;padding:8px 13px;font-weight:800}.footer-main{grid-template-columns:repeat(2,1fr)}.mobile-drawer{display:block;position:fixed;top:0;bottom:0;left:0;z-index:500;width:min(390px,90vw);background:#fff;transform:translateX(-105%);transition:.25s;overflow:auto}.mobile-drawer.open{transform:none}.drawer-overlay{position:fixed;inset:0;z-index:450;background:rgba(7,9,12,.65)}.drawer-overlay.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid var(--line)}.drawer-head button{border:0;background:transparent;font-size:32px}.drawer-account{padding:16px;background:#f3f4f6}.drawer-account b,.drawer-account span{display:block}.drawer-account span{color:var(--muted);font-size:10px}.mobile-drawer nav>a,.mobile-drawer details>summary{display:block;padding:13px 18px;border-bottom:1px solid var(--line);font-weight:850;list-style:none}.mobile-drawer details>a{display:block;padding:9px 28px;color:#4b525e;font-size:11px}.mobile-drawer details>summary:after{content:"+";float:right}.mobile-drawer details[open]>summary:after{content:"−"}.account-dashboard{grid-template-columns:1fr}.account-sidebar{position:static}.checkout-choice{align-items:flex-start;flex-direction:column}.checkout-login-panel form{grid-template-columns:1fr 1fr}.checkout-login-panel button{grid-column:1/-1}.footer-payment-row{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.container{width:min(calc(100% - 24px),var(--container))}.section{padding:48px 0}.header-main{min-height:72px;grid-template-columns:42px 1fr auto}.store-logo{gap:8px}.logo-symbol{width:38px;height:38px;font-size:22px;box-shadow:3px 3px 0 #17191e}.logo-copy b{font-size:15px}.logo-copy small{font-size:9px}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px;height:46px}.header-actions .cart-link{padding:7px}.header-actions .cart-link>span:nth-child(2){display:none}.hero-wrap{padding-top:10px}.hero-slider{height:480px}.hero-slide:after{background:linear-gradient(90deg,rgba(6,8,12,.88),rgba(6,8,12,.38))}.hero-copy{width:90%;padding-left:30px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:14px}.hero-copy>div{flex-wrap:wrap}.trust-strip .container{grid-template-columns:repeat(2,1fr)}.trust-strip .container>div{border-top:1px solid var(--line);border-right:1px solid var(--line)}.trust-strip .container>div:nth-child(even){border-right:0}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.category-card{padding:11px}.category-card>div{height:115px}.category-card img{height:105px}.product-image{height:205px;padding:11px}.product-image img{height:180px}.product-info{padding:12px}.product-info h3{font-size:12px}.price-row strong{font-size:16px}.promo-grid{grid-template-columns:1fr}.promo-card:last-child{grid-column:auto}.traditional-head{grid-template-columns:1fr}.traditional-head img{height:220px}.testimonial-grid{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:25px}.service-banner{align-items:flex-start;flex-direction:column}.gallery{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;max-height:none;overflow:auto}.main-photo{min-height:430px}.main-photo>img{height:400px}.buy-panel h1{font-size:31px}.key-features{grid-template-columns:1fr}.buy-form{grid-template-columns:100px 1fr}.buy-form .secondary-buy{grid-column:1/-1}.delivery-box{grid-template-columns:1fr}.delivery-box>div{border-right:0;border-bottom:1px solid var(--line)}.delivery-box>div:last-child{border-bottom:0}.expert-box{grid-template-columns:40px 1fr}.expert-box a{grid-column:2}.product-tabs{overflow:auto}.product-tabs a{white-space:nowrap}.product-content article{padding:20px}.spec-table>div{grid-template-columns:130px 1fr}.product-side-info{grid-template-columns:1fr}.cart-head{display:none}.cart-row{grid-template-columns:1fr auto;gap:10px}.cart-row>span,.cart-row>input,.cart-row>b,.cart-row>.remove-btn{grid-column:2}.cart-product{grid-row:1/5}.cart-actions{align-items:stretch;flex-direction:column;gap:10px}.field-grid{grid-template-columns:1fr}.field-grid label.full,.create-account-box{grid-column:auto}.password-fields{grid-template-columns:1fr}.payment-options{grid-template-columns:1fr}.checkout-security{grid-template-columns:1fr}.account-auth{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.track-box form{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.newsletter-inner{align-items:flex-start;flex-direction:column}.newsletter form{width:100%;grid-template-columns:1fr 100px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-trust{flex-wrap:wrap}.footer-bottom .container{align-items:flex-start;flex-direction:column;padding:17px 0}.review-form-grid{grid-template-columns:1fr}.review-form-grid label.full{grid-column:auto}.success-actions{flex-direction:column}.success-actions a{width:100%}.checkout-mode-tabs{width:100%}.checkout-mode-tabs>*{flex:1}.checkout-login-panel form{grid-template-columns:1fr}}
@media(max-width:420px){.category-grid,.product-grid{grid-template-columns:1fr 1fr}.product-image{height:175px}.product-image img{height:155px}.product-info h3{min-height:54px}.rating small{display:none}.quick-cart button,.quick-cart.choose{font-size:10px}.hero-copy{padding-left:22px}.hero-copy h1{font-size:38px}.hero-prev,.hero-next{width:35px}.main-photo{min-height:350px}.main-photo>img{height:325px}.detail-price strong{font-size:29px}.buy-form{grid-template-columns:1fr}.quantity-field{width:120px}.buy-form .secondary-buy{grid-column:auto}.spec-table>div{grid-template-columns:1fr}.spec-table b{border-bottom:1px solid var(--line)}}

/* Music Craft Nepal Advanced Commerce v3 */
.hero-wrap{padding:0;background:#e9ebee}.hero-wrap .container{width:min(100%,1920px)}.hero-slider{height:clamp(620px,47vw,820px);border-radius:0;box-shadow:none}.hero-copy{width:min(760px,72%);padding-left:clamp(38px,8vw,150px)}.hero-copy h1{font-size:clamp(52px,6.1vw,96px);max-width:780px}.hero-copy p{font-size:clamp(16px,1.3vw,21px);max-width:650px}.hero-copy .primary-btn,.hero-copy .secondary-btn{min-height:54px;padding:0 27px}.hero-dots{bottom:28px}.hero-prev,.hero-next{width:52px;height:72px;border-radius:0}
.product-main{grid-template-columns:minmax(0,1.18fr) minmax(430px,.82fr);gap:58px}.buy-panel{padding:8px 4px}.main-photo{min-height:650px}.main-photo>img{height:610px}.buy-panel h1{font-size:clamp(34px,3.1vw,50px)}.detail-price strong{font-size:40px}.variant-area{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fafbfc}.variant-group+.variant-group{padding-top:15px;border-top:1px solid #e6e8ec}.variant-choice{min-height:46px;padding:9px 16px;border-radius:8px}.variant-choice.selected{box-shadow:0 0 0 3px rgba(196,25,37,.1)}.buy-form{grid-template-columns:112px 1.15fr 1fr}.delivery-box{margin-top:18px;background:#fafbfc}.expert-box{border:1px solid #e7c6c9;background:linear-gradient(135deg,#fff7f7,#fff)}
.empty-icon{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#fff0f1;color:var(--brand);font-size:34px}.cart-qty input{width:78px;height:42px;border:1px solid var(--line);border-radius:7px;text-align:center}.order-summary>.eyebrow{margin-bottom:5px}
.checkout-section{background:#f4f5f7}.checkout-entry-switcher{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:880px;margin:0 0 18px}.checkout-entry-switcher button{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;text-align:left;gap:1px 12px;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.checkout-entry-switcher button>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f0f1f3;font-weight:900}.checkout-entry-switcher button>b{font-size:14px}.checkout-entry-switcher button>small{color:var(--muted)}.checkout-entry-switcher button.active{border-color:var(--brand);box-shadow:0 0 0 3px rgba(196,25,37,.08)}.checkout-entry-switcher button.active>span{background:var(--brand);color:#fff}.checkout-login-panel{display:none;max-width:1050px;margin:0 0 24px}.checkout-login-panel.open{display:block}.checkout-login-form{display:grid;grid-template-columns:minmax(240px,1fr) 260px 260px auto;align-items:end;gap:14px;padding:22px;border:1px solid #d8dbe0;border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.checkout-login-form h2,.checkout-login-form p{margin:0}.checkout-login-form p{color:var(--muted);font-size:12px}.checkout-login-form label,.checkout-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:850}.checkout-login-form input,.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;border:1px solid #cdd2d9;border-radius:8px;padding:12px 13px;background:#fff;outline:0}.checkout-login-form input:focus,.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(196,25,37,.08)}.field-error{min-height:15px;color:#a3121b;font-size:10px;font-weight:700}.signed-checkout{display:flex;align-items:center;gap:12px;max-width:880px;margin:0 0 18px;padding:15px 18px;border:1px solid #b9dfc9;border-radius:12px;background:#ecf9f1}.signed-checkout>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-weight:900}.signed-checkout b,.signed-checkout small{display:block}.signed-checkout small{color:#4c6758}.checkout-layout{align-items:start;grid-template-columns:minmax(0,1fr) 430px;gap:28px}.checkout-card{padding:0;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.checkout-card+.checkout-card{margin-top:18px}.checkout-card-title{display:flex;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid var(--line);background:#fafbfc}.checkout-card-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-weight:900}.checkout-card-title h2,.checkout-card-title p{margin:0}.checkout-card-title h2{font-size:19px}.checkout-card-title p{color:var(--muted);font-size:11px}.checkout-card>.field-grid,.checkout-card>.payment-options,.checkout-card>.store-alert{margin:22px}.field-grid{gap:17px}.checkout-form textarea{min-height:105px;resize:vertical}.create-account-check{display:flex!important;flex-direction:row!important;align-items:center;gap:12px!important;margin:0 22px 20px;padding:15px;border:1px solid #dfe2e6;border-radius:10px;background:#fafbfc}.create-account-check input{width:18px;height:18px}.create-account-check b,.create-account-check small{display:block}.create-account-check small{color:var(--muted)}.account-password-field{display:none;margin:0 22px 22px}.account-password-field.open{display:block}.payment-options{display:grid;grid-template-columns:1fr;gap:10px}.payment-options label{display:grid!important;grid-template-columns:20px 42px 1fr;align-items:center;gap:12px!important;padding:15px 16px;border:1px solid #d9dde3;border-radius:10px;background:#fff;cursor:pointer}.payment-options label:has(input:checked){border-color:var(--brand);background:#fff7f7;box-shadow:0 0 0 2px rgba(196,25,37,.07)}.payment-options input{width:18px;height:18px;accent-color:var(--brand)}.payment-symbol{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;background:#20232a;color:#fff;font-weight:950}.payment-options b,.payment-options small{display:block}.payment-options small{color:var(--muted);font-weight:500}.place-order{width:100%;min-height:56px;margin-top:18px;font-size:15px}.checkout-consent{text-align:center;color:var(--muted);font-size:10px}.checkout-consent a{color:var(--brand);font-weight:800}.checkout-summary{top:125px;padding:23px;border-radius:14px}.checkout-summary>.eyebrow{margin-bottom:3px}.checkout-thumb{position:relative}.checkout-thumb em{position:absolute;right:-5px;top:-5px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#20232a;color:#fff;font-size:9px;font-style:normal}.checkout-trust{margin:18px 0 0;padding:15px 0 0;border-top:1px solid var(--line);list-style:none}.checkout-trust li{padding:4px 0;color:#52605a;font-size:10px}
.order-confirmation-section{background:#f4f5f7}.order-confirmation-wrap{max-width:1240px}.order-success-hero{padding:48px;border-radius:18px;background:linear-gradient(135deg,#17191e,#3c1519);color:#fff;text-align:center;box-shadow:var(--shadow-lg)}.order-success-hero.paid{background:linear-gradient(135deg,#0f442d,#147a45)}.success-mark{width:74px;height:74px;display:grid;place-items:center;margin:0 auto 18px;border:2px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.13);font-size:34px;font-weight:900}.order-success-hero .eyebrow{color:#ffb2b8}.order-success-hero.paid .eyebrow{color:#b9f0d0}.order-success-hero h1{margin:8px 0;font-size:clamp(30px,4vw,52px)}.order-success-hero p{color:#e2e4e7}.order-progress{display:grid;grid-template-columns:repeat(5,1fr);margin:25px 0;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.order-progress>div{position:relative;text-align:center;color:#9a9fa8}.order-progress>div:not(:last-child):after{content:"";position:absolute;left:58%;right:-42%;top:17px;height:3px;background:#e3e5e8}.order-progress span{position:relative;z-index:2;width:36px;height:36px;display:grid;place-items:center;margin:0 auto 8px;border-radius:50%;background:#e8eaed;font-weight:900}.order-progress b{font-size:10px}.order-progress .complete{color:var(--green)}.order-progress .complete span,.order-progress .complete:not(:last-child):after{background:var(--green);color:#fff}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:22px}.order-detail-card{padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.order-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.order-card-heading h2{margin:3px 0}.order-confirm-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-top:1px solid var(--line)}.order-confirm-item b,.order-confirm-item small{display:block}.order-confirm-item small{color:var(--muted)}.order-totals{margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.order-totals p{display:flex;justify-content:space-between;margin:9px 0}.order-totals .grand{padding-top:12px;border-top:1px solid var(--line);font-size:18px}.order-info-list>div{padding:11px 0;border-bottom:1px solid var(--line)}.order-info-list dt{color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.order-info-list dd{margin:3px 0 0}.retry-payment .primary-btn{width:100%;margin-top:18px}.bank-instructions{margin-top:18px;padding:15px;border-radius:9px;background:#f4f5f7}.bank-instructions p{white-space:pre-line}.order-help{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:22px;padding:22px 26px;border-radius:14px;background:#fff;border:1px solid var(--line)}.order-help>div{margin-right:auto}.order-help span,.order-help h2{display:block;margin:0}.tracking-layout{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);gap:26px;align-items:start}.tracking-form,.tracking-result,.tracking-help{padding:28px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.tracking-form label{display:flex;flex-direction:column;gap:6px;margin:14px 0;font-size:11px;font-weight:850}.tracking-form input{border:1px solid var(--line);border-radius:8px;padding:12px}.tracking-form .primary-btn{width:100%}.tracking-help{background:#17191e;color:#fff}.tracking-help p{color:#c6c9cf}.tracking-status{display:flex;gap:10px;margin:18px 0}.tracking-status b{padding:8px 10px;border-radius:7px;background:#f2f3f5;font-size:10px}
@media(max-width:1100px){.hero-slider{height:600px}.product-main{grid-template-columns:1fr}.main-photo{min-height:560px}.main-photo>img{height:520px}.checkout-login-form{grid-template-columns:1fr 1fr}.checkout-login-form>div{grid-column:1/-1}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.order-detail-grid{grid-template-columns:1fr}.tracking-layout{grid-template-columns:1fr}}
@media(max-width:760px){.hero-wrap .container{width:100%}.hero-slider{height:540px}.hero-copy{width:90%;padding:35px 28px}.hero-copy h1{font-size:46px}.product-main{gap:24px}.main-photo{min-height:420px}.main-photo>img{height:390px}.checkout-entry-switcher{grid-template-columns:1fr}.checkout-login-form{grid-template-columns:1fr}.checkout-card>.field-grid,.checkout-card>.payment-options,.checkout-card>.store-alert{margin:17px}.create-account-check,.account-password-field{margin-left:17px;margin-right:17px}.order-success-hero{padding:35px 20px}.order-progress{grid-template-columns:1fr;gap:10px;text-align:left}.order-progress>div{display:flex;align-items:center;gap:10px;text-align:left}.order-progress>div:not(:last-child):after{display:none}.order-progress span{margin:0}.order-help{align-items:stretch;flex-direction:column}.order-help>div{margin:0}.order-help a{width:100%}.tracking-status{flex-direction:column}}

.price-row .price-prefix{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);align-self:center;margin-right:-4px}.account-sidebar>a.active{background:#fff0f1;color:var(--brand);border-left-color:var(--brand)}.account-panel{padding:30px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.account-panel>h2{margin:4px 0 8px}.account-panel>p{margin:0 0 24px;color:var(--muted)}.account-profile-form{max-width:800px}.account-profile-form>.field-grid{margin-bottom:18px}.account-profile-form>label{display:block;margin-bottom:15px;font-size:11px;font-weight:850}.account-profile-form input,.account-profile-form textarea{width:100%;margin-top:6px;border:1px solid #cbd0d8;border-radius:8px;padding:12px;outline:0}.account-profile-form input:focus,.account-profile-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(196,25,37,.08)}.account-profile-form textarea{min-height:110px;resize:vertical}.account-password-hint{display:block;margin:-4px 0 15px;color:var(--muted)}.account-secure-order{display:inline-flex;margin-top:20px}.account-security-panel .account-profile-form{max-width:520px}@media(max-width:760px){.account-panel{padding:20px}}

/* =========================================================
   Premium Store Header v3.1
   Replaces the earlier crowded header while preserving the
   existing storefront, mega-menu and JavaScript behaviour.
   ========================================================= */
.utility-bar{
  background:#0d1016;
  color:#d8dce3;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:11px;
  letter-spacing:.01em;
}
.utility-inner{
  min-height:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:24px;
}
.header-utility-left,.header-utility-right{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.header-utility-left{justify-content:flex-start}
.header-utility-right{justify-content:flex-end}
.header-utility-center{
  color:#fff;
  font-weight:600;
  text-align:center;
  white-space:nowrap;
}
.header-utility-left span,.header-utility-right a{white-space:nowrap}
.utility-highlight{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:650}
.utility-highlight svg{width:14px;height:14px;fill:none;stroke:var(--brand);stroke-width:1.8}
.utility-divider{width:1px;height:13px;background:rgba(255,255,255,.24)}
.header-utility-right a{transition:color .16s ease}
.header-utility-right a:hover{color:#fff}

.site-header{
  position:relative;
  z-index:100;
  background:#fff;
  box-shadow:0 1px 0 #dfe3e8;
}
.header-main{
  min-height:94px;
  display:grid;
  grid-template-columns:minmax(205px,235px) minmax(360px,1fr) auto;
  align-items:center;
  gap:26px;
}
.store-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:0;
  white-space:nowrap;
}
.store-logo img{
  width:auto;
  max-width:220px;
  max-height:64px;
  object-fit:contain;
}
.brand-mark{
  width:58px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:var(--brand);
}
.brand-mark svg{width:58px;height:40px;overflow:visible}
.brand-mark path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.logo-copy{display:flex;flex-direction:column;line-height:1}
.logo-copy b{font-size:21px;font-weight:800;letter-spacing:.015em;color:#13161b}
.logo-copy small{margin-top:7px;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.42em}

.header-search{
  position:relative;
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 58px;
  height:52px;
  border:1px solid #bfc5ce;
  border-radius:7px;
  background:#fff;
  box-shadow:0 1px 2px rgba(15,20,28,.04);
  transition:border-color .16s ease,box-shadow .16s ease;
  overflow:visible;
}
.header-search:focus-within{
  border-color:var(--brand);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent);
}
.header-search select,.header-search input{
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#20242a;
}
.header-search select{
  padding:0 38px 0 16px;
  border-right:1px solid #dfe3e8;
  font-size:12px;
  font-weight:650;
}
.header-search input{padding:0 18px;font-size:14px}
.header-search input::placeholder{color:#818894}
.header-search button{
  display:grid;
  place-items:center;
  border:0;
  border-radius:0 6px 6px 0;
  background:var(--brand);
  color:#fff;
  transition:background .16s ease;
}
.header-search button:hover{background:var(--brand-dark)}
.header-search button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.search-suggestions{top:calc(100% + 9px);border-radius:10px;box-shadow:0 24px 60px rgba(15,20,28,.18)}

.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
}
.header-actions>a{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:8px 13px;
  border-left:1px solid #e2e5e9;
  border-radius:0;
  transition:background .16s ease,color .16s ease;
}
.header-actions>a:first-child{border-left:0}
.header-actions>a:hover{background:#f7f8fa;color:var(--brand)}
.action-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:#f3f4f6;
  color:#16191f;
}
.action-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.header-actions small,.header-actions b{display:block;line-height:1.15;white-space:nowrap}
.header-actions small{color:#737b87;font-size:9px;font-weight:500}
.header-actions b{margin-top:4px;color:#15181d;font-size:11px;font-weight:700}
.header-actions>a:hover small,.header-actions>a:hover b{color:inherit}
.cart-link em{
  position:absolute;
  top:2px;
  left:35px;
  min-width:18px;
  height:18px;
  padding:0 4px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:999px;
  background:var(--brand);
  color:#fff;
  font-size:9px;
  font-style:normal;
  font-weight:800;
}

.mobile-menu-btn{display:none;width:42px;height:42px;border:0;background:transparent;padding:8px}
.mobile-menu-btn span{display:block;width:24px;height:2px;margin:5px auto;background:#171a20;border-radius:2px}

.main-nav{
  background:#15181e;
  color:#fff;
  border-top:1px solid #eceef1;
}
.nav-inner{
  position:relative;
  min-height:50px;
  display:grid;
  grid-template-columns:245px minmax(0,1fr) auto;
  align-items:stretch;
}
.category-trigger{position:static}
.category-trigger>button{
  width:245px;
  height:50px;
  display:grid;
  grid-template-columns:22px 1fr 18px;
  align-items:center;
  gap:10px;
  padding:0 17px;
  border:0;
  border-radius:0;
  background:var(--brand);
  color:#fff;
  font-size:13px;
  font-weight:750;
  text-align:left;
}
.category-trigger>button:hover,.category-trigger.open>button{background:var(--brand-dark)}
.menu-bars{display:grid;gap:4px}
.menu-bars i{display:block;width:18px;height:2px;background:#fff;border-radius:2px}
.nav-chevron{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .16s ease}
.category-trigger.open .nav-chevron{transform:rotate(180deg)}
.primary-nav-links{
  min-width:0;
  display:flex;
  align-items:stretch;
  overflow:hidden;
}
.primary-nav-links>a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  padding:0 clamp(12px,1.35vw,22px);
  color:#f4f5f7;
  font-size:12px;
  font-weight:650;
  border-bottom:3px solid transparent;
  transition:background .16s ease,border-color .16s ease,color .16s ease;
}
.primary-nav-links>a:hover{
  background:#22262e;
  border-bottom-color:var(--brand);
  color:#fff;
}
.nav-sale{
  min-width:104px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 18px;
  background:#fff;
  color:var(--brand);
  font-size:12px;
  font-weight:800;
}
.nav-sale:hover{background:#fff3f4}
.nav-sale svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}

.mega-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  width:100%;
  min-height:470px;
  background:#fff;
  color:#16191f;
  border:1px solid #d9dde3;
  border-top:0;
  border-radius:0 0 12px 12px;
  box-shadow:0 28px 70px rgba(11,15,22,.2);
  overflow:hidden;
}
.category-trigger:hover .mega-menu,.category-trigger.open .mega-menu{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
}
.mega-sidebar{
  padding:15px 0 10px;
  background:#f4f6f8;
  border-right:1px solid #dde1e6;
}
.mega-sidebar-title{
  margin:0;
  padding:0 19px 10px;
  color:#7b838f;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.mega-sidebar>a{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 18px;
  border-left:3px solid transparent;
  color:#262b33;
  font-size:12px;
  font-weight:650;
}
.mega-sidebar>a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.mega-sidebar>a:hover,.mega-sidebar>a.active{
  background:#fff;
  color:var(--brand);
  border-left-color:var(--brand);
}
.mega-sidebar .mega-all{
  margin-top:8px;
  padding-top:15px;
  border-top:1px solid #dfe3e8;
}
.mega-content{position:relative;min-width:0}
.mega-panel{
  display:none;
  height:100%;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:30px;
  padding:30px;
}
.mega-panel.active{display:grid}
.mega-links h3{margin:4px 0 19px;font-size:29px;line-height:1.15;letter-spacing:-.025em}
.mega-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}
.mega-link-grid>a{
  min-width:0;
  padding:11px 0;
  border-bottom:1px solid #eceff2;
}
.mega-link-grid strong{display:block;font-size:12px;font-weight:700}
.mega-link-grid span{display:block;margin-top:2px;color:#7b838f;font-size:10px;font-weight:500}
.mega-link-grid>a:hover strong{color:var(--brand)}
.view-all{display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--brand);font-size:12px;font-weight:800}
.mega-feature{
  position:relative;
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:25px;
  border-radius:12px;
  background:linear-gradient(145deg,#11151c 0%,#251318 58%,#7c1018 145%);
  color:#fff;
  overflow:hidden;
}
.mega-feature:before{content:"";position:absolute;width:220px;height:220px;right:-100px;top:-90px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.mega-feature div{position:relative;z-index:2}
.mega-feature span,.mega-feature strong,.mega-feature small,.mega-feature b{display:block}
.mega-feature span{color:#ffb6bc;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mega-feature strong{margin:8px 0;font-size:24px;line-height:1.12}
.mega-feature small{max-width:220px;color:#d5d9df;font-size:11px;line-height:1.55}
.mega-feature b{margin-top:18px;color:#fff;font-size:11px}
.mega-feature b i{color:#ff9aa2;font-style:normal}
.mega-feature img{position:relative;z-index:1;width:100%;height:175px;margin:auto auto 0;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.38))}

.drawer-search{display:none}

@media(max-width:1320px){
  .header-main{grid-template-columns:200px minmax(330px,1fr) auto;gap:18px}
  .header-support span:last-child{display:none}
  .header-actions>a{padding-inline:10px}
  .primary-nav-links>a{padding-inline:14px}
}

@media(max-width:1160px){
  .header-utility-center{display:none}
  .utility-inner{grid-template-columns:1fr auto}
  .header-main{grid-template-columns:190px minmax(300px,1fr) auto}
  .wishlist-link span:last-child{display:none}
  .header-search{grid-template-columns:128px minmax(0,1fr) 54px}
  .primary-nav-links>a{padding-inline:12px;font-size:11px}
  .mega-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:1020px){
  .utility-inner{display:flex;justify-content:space-between}
  .header-utility-left .utility-divider,.header-utility-left span:last-child{display:none}
  .header-main{
    min-height:80px;
    grid-template-columns:44px minmax(165px,205px) minmax(260px,1fr) auto;
    gap:14px;
  }
  .mobile-menu-btn{display:block}
  .header-actions>a:not(.cart-link){display:none}
  .header-search{grid-template-columns:minmax(0,1fr) 50px;height:48px}
  .header-search select{display:none}
  .main-nav{display:none}
  .mega-menu{display:none!important}
  .store-logo img{max-width:190px;max-height:56px}
  .brand-mark{width:48px}
  .brand-mark svg{width:48px}
  .logo-copy b{font-size:18px}
  .mobile-drawer{display:block}
  .drawer-search{
    display:grid;
    grid-template-columns:1fr 48px;
    margin:14px;
    border:1px solid #ccd1d8;
    border-radius:8px;
    overflow:hidden;
  }
  .drawer-search input{min-width:0;padding:12px;border:0;outline:0}
  .drawer-search button{display:grid;place-items:center;border:0;background:var(--brand);color:#fff}
  .drawer-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
}

@media(max-width:760px){
  .utility-bar{display:none}
  .header-main{
    min-height:72px;
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:10px;
    padding-top:8px;
  }
  .store-logo{gap:8px}
  .brand-mark{width:42px;height:38px}
  .brand-mark svg{width:42px;height:34px}
  .logo-copy b{font-size:15px}
  .logo-copy small{margin-top:5px;font-size:8px;letter-spacing:.34em}
  .store-logo img{max-width:160px;max-height:48px}
  .header-search{
    grid-column:1/-1;
    grid-row:2;
    height:46px;
    margin-bottom:10px;
  }
  .header-actions .cart-link{padding:6px}
  .header-actions .cart-link>span:nth-child(2){display:none}
  .cart-link em{top:0;left:29px}
  .action-icon{width:36px;height:36px}
}

@media(max-width:430px){
  .logo-copy b{font-size:14px}
  .logo-copy small{font-size:7px}
  .brand-mark{width:37px}
  .brand-mark svg{width:37px}
}

/* ========================================================================== 
   MUSIC CRAFT NEPAL — LOGO + PREMIUM FOOTER V3.2.0
   ========================================================================== */

/* Real brand image treatment */
.store-logo.has-image-logo{gap:11px}
.brand-image-frame{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  flex:0 0 62px;
  overflow:hidden;
  border:1px solid #e2e5e9;
  border-radius:15px;
  background:#b5320e;
  box-shadow:0 7px 18px rgba(15,20,28,.12)
}
.brand-image-frame img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:cover
}
.store-logo.has-image-logo .logo-copy b{font-size:19px;letter-spacing:.025em}
.store-logo.has-image-logo .logo-copy small{font-size:9px;letter-spacing:.38em}
.drawer-head .brand-image-frame{width:48px;height:48px;flex-basis:48px;border-radius:12px}

/* Assurance strip above the footer */
.footer-assurance{
  position:relative;
  border-top:1px solid #e3e6eb;
  border-bottom:1px solid #dfe3e8;
  background:#fff
}
.footer-assurance-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:104px
}
.assurance-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 25px;
  border-right:1px solid #e6e8ec
}
.assurance-item:last-child{border-right:0}
.assurance-icon{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  flex:0 0 45px;
  border-radius:50%;
  background:#fff1f2;
  color:var(--brand)
}
.assurance-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.assurance-item strong,.assurance-item small{display:block}
.assurance-item strong{color:#171a20;font-size:13px;font-weight:850}
.assurance-item small{max-width:230px;margin-top:4px;color:#707782;font-size:10px;line-height:1.45}

/* Newsletter */
.newsletter.newsletter-premium{
  position:relative;
  padding:34px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 10%,rgba(196,25,37,.35),transparent 29%),
    linear-gradient(108deg,#181b21 0%,#20242b 57%,#271216 100%);
  color:#fff
}
.newsletter.newsletter-premium:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-170px;
  bottom:-260px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%
}
.newsletter-premium .newsletter-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,560px);align-items:center;gap:55px}
.newsletter-premium .newsletter-copy{display:flex;align-items:center;gap:18px}
.newsletter-premium .newsletter-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  flex:0 0 58px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:var(--brand);
  box-shadow:0 12px 30px rgba(0,0,0,.2)
}
.newsletter-premium .newsletter-icon svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.newsletter-premium .newsletter-copy small{display:block;color:#ffb4ba;font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.newsletter-premium .newsletter-copy h2{margin:5px 0 4px;color:#fff;font-size:22px;line-height:1.2}
.newsletter-premium .newsletter-copy p{margin:0;color:#b8bdc6;font-size:11px}
.newsletter-premium form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 145px;
  min-height:52px;
  padding:4px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px)
}
.newsletter-premium input{
  min-width:0;
  height:44px;
  padding:0 16px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:12px
}
.newsletter-premium input::placeholder{color:#aeb4bd}
.newsletter-premium button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:44px;
  border:0;
  border-radius:7px;
  background:var(--brand);
  color:#fff;
  font-size:11px;
  font-weight:850;
  transition:transform .16s ease,background .16s ease
}
.newsletter-premium button:hover{background:var(--brand-dark);transform:translateY(-1px)}

/* Premium footer */
.store-footer.store-footer-premium{
  position:relative;
  overflow:hidden;
  background:#0f1115;
  color:#aeb4bd
}
.store-footer-premium:before{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  left:-390px;
  top:70px;
  border:1px solid rgba(255,255,255,.035);
  border-radius:50%
}
.footer-accent{
  height:4px;
  background:linear-gradient(90deg,var(--brand),#ee5a62 43%,#f6a200 100%)
}
.store-footer-premium .footer-main{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(275px,1.45fr) repeat(4,minmax(145px,1fr));
  gap:42px;
  padding-top:58px;
  padding-bottom:45px
}
.footer-brand{min-width:0}
.footer-brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-bottom:21px;
  color:#fff
}
.footer-logo-frame{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  flex:0 0 76px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:#b5320e;
  box-shadow:0 16px 32px rgba(0,0,0,.28)
}
.footer-logo-frame img{width:100%;height:100%;object-fit:cover}
.footer-logo-fallback{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:var(--brand);
  color:#fff;
  font-size:31px;
  font-style:italic;
  font-weight:950
}
.footer-brand-lockup>span:last-child{display:flex;flex-direction:column;line-height:1}
.footer-brand-lockup strong{font-size:20px;letter-spacing:.035em}
.footer-brand-lockup small{margin-top:8px;color:#ff8f97;font-size:9px;font-weight:850;letter-spacing:.45em}
.store-footer-premium .footer-brand>p{max-width:390px;margin:0 0 21px;color:#aab0b9;font-size:11px;line-height:1.75}
.footer-expert-card{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:11px;
  max-width:410px;
  padding:15px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:rgba(255,255,255,.035)
}
.footer-expert-card>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(196,25,37,.18);
  color:#ff8f97
}
.footer-expert-card svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-expert-card small,.footer-expert-card strong{display:block}
.footer-expert-card small{color:#858c97;font-size:9px}
.footer-expert-card strong{margin-top:3px;color:#fff;font-size:12px}
.footer-expert-actions{grid-column:2;display:flex;gap:8px}
.footer-expert-actions a{padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-size:9px;font-weight:800}
.footer-expert-actions a:hover{border-color:var(--brand);background:var(--brand)}
.footer-socials{display:flex;gap:8px;margin-top:18px}
.footer-socials a{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  color:#d7dae0;
  transition:background .16s ease,border-color .16s ease,transform .16s ease
}
.footer-socials a:hover{border-color:var(--brand);background:var(--brand);color:#fff;transform:translateY(-2px)}
.footer-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-socials svg path:not(.play):first-child{fill:none}
.footer-socials [aria-label="Facebook"] svg path{fill:currentColor;stroke:none}
.footer-socials [aria-label="YouTube"] svg path:first-child{fill:currentColor;stroke:none}
.footer-socials [aria-label="YouTube"] svg .play{fill:#0f1115;stroke:none}

.footer-column h3{
  position:relative;
  margin:4px 0 20px;
  padding-bottom:12px;
  color:#fff;
  font-size:13px;
  font-weight:850
}
.footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:var(--brand)}
.store-footer-premium .footer-column>a{
  display:flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:5px 0;
  color:#aeb4bd;
  font-size:10px;
  line-height:1.45;
  transition:color .16s ease,transform .16s ease
}
.store-footer-premium .footer-column>a:hover{color:#fff;transform:translateX(3px)}
.store-footer-premium .footer-column .footer-column-more{margin-top:7px;color:#ff9299;font-weight:800}
.footer-column-more span{margin-left:7px}
.footer-contact-column{min-width:0}
.footer-contact-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;margin-bottom:14px;color:#c0c5cd;font-size:10px;line-height:1.55}
.footer-contact-row>svg{width:18px;height:18px;margin-top:2px;fill:none;stroke:#ff7e87;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-row span{min-width:0;overflow-wrap:anywhere}
.footer-contact-row small{display:block;margin-bottom:2px;color:#727985;font-size:8px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
.footer-contact-row a{color:#e5e7eb}
.footer-contact-row a:hover{color:#fff}

.store-footer-premium .footer-payment-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:30px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.09)
}
.footer-payment-copy span,.footer-payment-copy strong{display:block}
.footer-kicker{color:#737a85;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.footer-payment-copy strong{margin-top:3px;color:#fff;font-size:11px}
.footer-payment-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.footer-payment-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:5px 12px;
  border:1px solid #e3e5e8;
  border-radius:6px;
  background:#fff;
  color:#21252b;
  font-size:9px;
  font-weight:900;
  box-shadow:0 4px 11px rgba(0,0,0,.12)
}
.footer-security-copy{display:flex;align-items:center;gap:16px;color:#9299a4;font-size:9px}
.footer-security-copy span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.footer-security-copy svg{width:17px;height:17px;fill:none;stroke:#ff7f88;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.store-footer-premium .footer-bottom{background:#090a0d;border-top:1px solid rgba(255,255,255,.04)}
.footer-bottom-inner{
  min-height:61px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:25px;
  color:#737a85;
  font-size:9px
}
.footer-legal{display:flex;gap:16px}
.footer-legal a:hover,.footer-credit a:hover{color:#fff}
.footer-credit{text-align:right}
.footer-credit a{color:#e7e9ed;font-weight:750}

@media(max-width:1200px){
  .store-footer-premium .footer-main{grid-template-columns:1.45fr repeat(3,1fr)}
  .footer-contact-column{grid-column:2/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
  .footer-contact-column h3{grid-column:1/-1}
  .store-footer-premium .footer-payment-row{grid-template-columns:auto 1fr}
  .footer-security-copy{grid-column:1/-1}
}

@media(max-width:1020px){
  .brand-image-frame{width:54px;height:54px;flex-basis:54px;border-radius:13px}
  .store-logo.has-image-logo .logo-copy b{font-size:17px}
  .footer-assurance-grid{grid-template-columns:repeat(2,1fr)}
  .assurance-item:nth-child(2){border-right:0}
  .assurance-item:nth-child(-n+2){border-bottom:1px solid #e6e8ec}
  .newsletter-premium .newsletter-inner{grid-template-columns:1fr;gap:22px}
  .newsletter-premium form{max-width:660px;width:100%}
  .store-footer-premium .footer-main{grid-template-columns:repeat(3,1fr)}
  .footer-brand{grid-column:1/-1;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,.8fr);gap:0 34px}
  .footer-brand-lockup,.footer-brand>p,.footer-socials{grid-column:1}
  .footer-expert-card{grid-column:2;grid-row:1/4;align-self:start;margin-top:0}
  .footer-contact-column{grid-column:1/-1}
}

@media(max-width:760px){
  .brand-image-frame{width:44px;height:44px;flex-basis:44px;border-radius:11px}
  .store-logo.has-image-logo .logo-copy b{font-size:14px}
  .store-logo.has-image-logo .logo-copy small{font-size:7px}
  .footer-assurance-grid{grid-template-columns:1fr}
  .assurance-item{padding:17px 2px;border-right:0;border-bottom:1px solid #e6e8ec}
  .assurance-item:last-child{border-bottom:0}
  .assurance-item:nth-child(-n+2){border-bottom:1px solid #e6e8ec}
  .newsletter.newsletter-premium{padding:28px 0}
  .newsletter-premium .newsletter-copy{align-items:flex-start}
  .newsletter-premium .newsletter-icon{width:48px;height:48px;flex-basis:48px;border-radius:13px}
  .newsletter-premium .newsletter-copy h2{font-size:18px}
  .newsletter-premium form{grid-template-columns:1fr 112px}
  .store-footer-premium .footer-main{grid-template-columns:1fr 1fr;gap:34px 24px;padding-top:44px}
  .footer-brand{grid-column:1/-1;display:block}
  .footer-brand-lockup{margin-bottom:18px}
  .footer-logo-frame{width:66px;height:66px;flex-basis:66px}
  .footer-expert-card{max-width:none;margin-top:18px}
  .footer-contact-column{grid-column:1/-1;display:block}
  .store-footer-premium .footer-payment-row{grid-template-columns:1fr;gap:15px}
  .footer-security-copy{grid-column:auto;flex-wrap:wrap}
  .footer-bottom-inner{grid-template-columns:1fr;gap:8px;padding:17px 0;text-align:left}
  .footer-credit{text-align:left}
}

@media(max-width:480px){
  .newsletter-premium form{grid-template-columns:1fr}
  .newsletter-premium button{margin-top:3px}
  .store-footer-premium .footer-main{grid-template-columns:1fr}
  .footer-brand,.footer-contact-column{grid-column:auto}
  .footer-logo-frame{width:61px;height:61px;flex-basis:61px;border-radius:15px}
  .footer-brand-lockup strong{font-size:18px}
  .footer-payment-badges span{flex:1 1 calc(50% - 7px)}
}

/* =========================================================
   Stable Sweetwater-inspired typography and original logo
   Uses a web-safe Arial/Helvetica stack; no external font files.
   ========================================================= */
body{
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:15px;
  line-height:1.5;
  font-weight:400;
}
button,input,select,textarea{font-family:inherit}
.header-utility-center,.utility-highlight{font-weight:600}
.logo-copy b{font-weight:700}
.logo-copy small{font-weight:700}
.header-search select{font-weight:600}
.header-actions b{font-weight:700}
.nav-inner>a,.category-trigger>button{font-weight:700}
.mega-sidebar>a{font-weight:700}
.mega-link-grid>a{font-weight:700}
.primary-btn,.secondary-btn,.secondary-red-btn,.secondary-buy,.quick-cart,.btn-link{font-weight:700}
.section-heading>a{font-weight:700}
.eyebrow,.section-heading span,.mega-eyebrow{font-weight:700}
.product-card h3,.product-title,.product-summary h1{font-weight:700}
.store-footer-premium h3,.footer-brand-lockup strong{font-weight:700}

/* Give the supplied square logo enough presence without crowding search/actions. */
.brand-image-frame{
  width:70px;
  height:70px;
  flex-basis:70px;
  border-radius:17px;
}
.store-logo.has-image-logo .logo-copy b{font-size:20px;font-weight:700}
.store-logo.has-image-logo .logo-copy small{font-weight:700}
.footer-logo-frame{
  width:86px;
  height:86px;
  flex-basis:86px;
  border-radius:20px;
}

@media(max-width:1180px){
  .brand-image-frame{width:60px;height:60px;flex-basis:60px}
}
@media(max-width:760px){
  body{font-size:14px}
  .brand-image-frame{width:54px;height:54px;flex-basis:54px;border-radius:13px}
  .footer-logo-frame{width:70px;height:70px;flex-basis:70px}
}
@media(max-width:430px){
  .brand-image-frame{width:46px;height:46px;flex-basis:46px;border-radius:11px}
  .store-logo.has-image-logo .logo-copy b{font-size:14px}
}

/* =========================================================
   v3.4.1 READABLE TYPOGRAPHY FIX
   Exact selectors are intentionally more specific than the
   original compact footer/header rules.
   ========================================================= */
html{font-size:16px}
body{font-size:16px;line-height:1.6}

/* Header and navigation */
.utility-bar,.utility-bar a,.utility-bar p{font-size:12px!important}
.header-search select{font-size:13px!important}
.header-search input{font-size:15px!important}
.header-actions small{font-size:11px!important}
.header-actions b{font-size:13px!important}
.nav-inner>a,.category-trigger>button,.primary-nav-links>a{font-size:14px!important}
.mega-sidebar>a{font-size:13px!important}
.mega-link-grid strong{font-size:14px!important}
.mega-link-grid span{font-size:12px!important}
.view-all{font-size:13px!important}

/* General store content */
.section-heading>a{font-size:14px!important}
.product-card h3,.product-card h3 a,.product-title{font-size:16px!important;line-height:1.4!important}
.product-card p,.product-card .product-meta{font-size:14px!important}
.product-card .price,.product-card-price{font-size:18px!important}

/* Assurance strip */
.footer-assurance .assurance-item strong{font-size:15px!important}
.footer-assurance .assurance-item small{font-size:13px!important;line-height:1.5!important}

/* Newsletter */
.newsletter-premium .newsletter-copy small{font-size:11px!important}
.newsletter-premium .newsletter-copy h2{font-size:25px!important;line-height:1.25!important}
.newsletter-premium .newsletter-copy p{font-size:14px!important;line-height:1.55!important}
.newsletter-premium input,.newsletter-premium button{font-size:14px!important}

/* Main footer — these exact selectors override the old 8–11px rules */
.store-footer.store-footer-premium{font-size:14px!important}
.store-footer-premium .footer-brand-lockup strong{font-size:22px!important}
.store-footer-premium .footer-brand-lockup small{font-size:10px!important}
.store-footer-premium .footer-brand>p{font-size:14px!important;line-height:1.7!important}
.store-footer-premium .footer-column h3{font-size:17px!important;line-height:1.3!important}
.store-footer-premium .footer-column>a{font-size:14px!important;line-height:1.5!important}
.store-footer-premium .footer-contact-row{font-size:13px!important;line-height:1.55!important}
.store-footer-premium .footer-contact-row small{font-size:10px!important}
.store-footer-premium .footer-expert-card small{font-size:11px!important}
.store-footer-premium .footer-expert-card strong{font-size:14px!important}
.store-footer-premium .footer-expert-actions a{font-size:12px!important}
.store-footer-premium .footer-kicker{font-size:10px!important}
.store-footer-premium .footer-payment-copy strong{font-size:14px!important}
.store-footer-premium .footer-payment-badges span{font-size:12px!important}
.store-footer-premium .footer-security-copy{font-size:12px!important}
.store-footer-premium .footer-bottom-inner{font-size:12px!important}

@media(max-width:760px){
  body{font-size:15px!important}
  .newsletter-premium .newsletter-copy h2{font-size:21px!important}
  .store-footer-premium .footer-column>a{font-size:14px!important}
}
