:root{--bg-dark:#0a0a0a;--bg-card:#121212;--text-white:#ffffff;--accent-gold:#e62314;--accent-gold-hover:#ff6b5a;--text-muted:rgba(255, 255, 255, 0.6);--border-color:rgba(255, 255, 255, 0.05);--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}body{background-color:var(--bg-dark);color:var(--text-white)}.inner{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:480px){.inner{padding:0 14px}}@media (max-width:360px){.inner{padding:0 10px}}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.section-title{font-size:20px;font-weight:700;letter-spacing:1.5px;color:var(--text-white);position:relative;padding-left:12px}.section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:15px;background-color:var(--accent-gold)}.section-link{font-size:12px;font-weight:700;color:var(--accent-gold);text-decoration:none;letter-spacing:1px;transition:var(--transition)}.section-link:hover{color:var(--accent-gold-hover)}.section-header-centered{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:35px}.section-subtitle{color:var(--accent-gold);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}.section-title-centered{margin-top:0;font-size:28px;font-weight:700;color:var(--text-white);letter-spacing:1px;display:flex;align-items:center;gap:20px}.section-title-centered::before,.section-title-centered::after{content:'';display:block;width:80px;height:2px;background:linear-gradient(to right,transparent,var(--accent-gold));border-radius:2px}.section-title-centered::after{background:linear-gradient(to left,transparent,var(--accent-gold))}.hero-section{position:relative;overflow:hidden;background-color:#050505;background-size:cover;background-position:center right;aspect-ratio:21 / 9;min-height:450px;display:flex;align-items:center}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgb(5 5 5 / .95) 0%,rgb(5 5 5 / .8) 40%,rgb(5 5 5 / .2) 70%,rgb(5 5 5 / .5) 100%);z-index:1}.hero-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:2}.hero-content{text-align:left;max-width:700px;display:flex;flex-direction:column;align-items:flex-start;background:#fff0;padding:0;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none}.hero-title{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:clamp(32px, 5vw, 58px);font-weight:900;letter-spacing:clamp(1px, 0.3vw, 4px);line-height:1.08;margin-bottom:24px;text-align:left;text-transform:uppercase;display:flex;flex-direction:column;gap:2px}.metal-line{display:block;white-space:nowrap;line-height:1.08;background:linear-gradient(180deg,#ffffff 0%,#d8d8d8 30%,#777777 70%,#cccccc 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;filter:drop-shadow(0 1px 0 rgb(255 255 255 / .55)) drop-shadow(0 3px 2px rgb(0 0 0 / .95)) drop-shadow(0 8px 12px rgb(0 0 0 / .8)) drop-shadow(0 20px 35px rgb(0 0 0 / .6))}.metal-line-1{background:linear-gradient(180deg,#ffffff 0%,#c5c5c5 35%,#6a6a6a 75%,#d8d8d8 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;filter:drop-shadow(0 1px 0 rgb(255 255 255 / .6)) drop-shadow(0 3px 3px rgb(0 0 0)) drop-shadow(0 10px 18px rgb(0 0 0 / .85)) drop-shadow(0 24px 40px rgb(0 0 0 / .65))}.metal-line-2{background:linear-gradient(180deg,#ffffff 0%,#d4c99a 35%,#8a7f50 75%,#e4dca0 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;filter:drop-shadow(0 1px 0 rgb(255 245 200 / .7)) drop-shadow(0 3px 3px rgb(0 0 0)) drop-shadow(0 10px 18px rgb(0 0 0 / .85)) drop-shadow(0 24px 40px rgb(0 0 0 / .65))}.hero-title span.metal-line{margin-top:0;font-size:inherit;letter-spacing:inherit}.hero-desc{font-size:15px;color:rgb(255 255 255 / .7);margin-bottom:35px;max-width:420px;text-align:left;line-height:1.7;letter-spacing:.3px}.hero-btns{display:flex;gap:16px}.btn-primary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:.5px;text-decoration:none;transition:var(--transition);cursor:pointer}.btn-primary{background-color:var(--accent-gold);color:#050505}.btn-primary:hover{background-color:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 8px 20px rgb(230 99 20 / .25)}.btn-outline{background-color:#fff0;color:var(--accent-gold);border:1px solid rgb(230 99 20 / .4)}.btn-outline:hover{background-color:rgb(230 99 20 / .08);border-color:var(--accent-gold-hover);color:var(--accent-gold-hover);transform:translateY(-2px)}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:8px;z-index:2}@media (max-width:992px){.hero-section{padding:60px 0;min-height:auto}.hero-bg-overlay{background:rgb(5 5 5 / .85)}.hero-container{justify-content:center}.hero-content{text-align:center;align-items:center;max-width:100%}.hero-title{font-size:40px;text-align:center}.hero-title span{font-size:34px}.hero-desc{text-align:center;max-width:100%}.hero-btns{flex-direction:column;width:100%;gap:12px}.btn-primary,.btn-outline{width:100%}}@media (max-width:380px){.hero-btns{display:none!important}}.categories-section{padding:60px 0}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.category-card{display:flex;flex-direction:column;text-decoration:none;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 8px 30px rgb(0 0 0 / .7);transition:all 0.35s cubic-bezier(.4,0,.2,1);border:1px solid rgb(255 255 255 / .05);background-color:#0c0c0c}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgb(0 0 0 / .9),0 0 0 1px var(--accent-gold)}.cat-img-box{width:100%;aspect-ratio:4 / 3;position:relative;overflow:hidden}.cat-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.category-card:hover .cat-bg{transform:scale(1.06)}.cat-content{display:flex;align-items:center;justify-content:center;padding:16px 18px;background:#0c0c0c;position:relative;z-index:2;border-bottom:2px solid #ff4500;flex-grow:1}.cat-title{font-size:14px;font-weight:800;color:#fff;margin:0;text-align:center;letter-spacing:.5px;text-transform:uppercase}.products-section{padding:35px 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}.products-grid>.product-card{flex:0 0 calc(25% - 15px)!important}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}.btn-detail{display:none!important}}@media (max-width:920px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.products-grid .product-card:nth-child(n+5){display:none!important}}.product-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.35s cubic-bezier(.4,0,.2,1),border-color 0.35s ease,box-shadow 0.35s ease}.product-card:hover{border-color:rgb(255 255 255 / .12);transform:translateY(-4px);box-shadow:0 12px 32px rgb(0 0 0 / .5)}.product-img{aspect-ratio:1 / 1;height:auto;position:relative;background-color:#151515;overflow:hidden}.product-img-inner{width:100%;height:100%;background-size:cover;background-position:center;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-img-inner{transform:scale(1.05)}.product-img-shine{position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,transparent 40%,rgb(230 99 20 / .18) 50%,transparent 60%,transparent 100%);background-size:200% 100%;background-position:200% 0;transition:background-position 0s;pointer-events:none;z-index:2}.product-card:hover .product-img-shine{background-position:-200% 0;transition:background-position 0.7s ease}.product-wishlist-btn{position:absolute;top:10px;right:10px;z-index:3;width:34px;height:34px;border-radius:50%;background:rgb(0 0 0 / .45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all 0.25s ease;opacity:0;transform:scale(.85)}.product-card:hover .product-wishlist-btn{opacity:1;transform:scale(1)}.product-wishlist-btn:hover{background:var(--accent-gold);color:#fff}.product-wishlist-btn.active svg{fill:var(--accent-gold);stroke:var(--accent-gold)}.product-badge{position:absolute;top:15px;left:15px;font-size:10px;font-weight:800;padding:4px 8px;border-radius:2px;letter-spacing:.5px}.badge-hot{background-color:#f33;color:#fff}.badge-new{background-color:var(--accent-gold);color:#000}.product-info{padding:12px;display:flex;flex-direction:column;flex:1;gap:4px}.product-name{font-size:13px;font-weight:600;color:var(--text-white);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-rating{display:flex;align-items:center;gap:2px;margin:2px 0}.product-rating .star{font-size:11px;line-height:1}.product-rating .star.filled{color:#f5a623}.product-rating .star.half{color:#f5a623;opacity:.6}.product-rating .star.empty{color:rgb(255 255 255 / .2)}.product-rating .rating-count{font-size:10.5px;color:rgb(255 255 255 / .45);margin-left:3px;font-weight:500}.product-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:4px}.product-price{font-size:14px;font-weight:800;color:var(--text-white);display:flex;align-items:center;gap:6px}.product-price del{font-size:10px;color:rgb(255 255 255 / .35)!important;font-weight:400;text-decoration:line-through}.product-price ins{font-size:14px;color:var(--text-white)!important;font-weight:800;text-decoration:none;background:#fff0}.product-cart-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .6);text-decoration:none;transition:all 0.25s ease;flex-shrink:0}.product-cart-btn:hover{background:var(--accent-gold);color:#000}.product-type{display:none}.product-actions{display:none}.btn-detail{display:none}.btn-order{display:none}@media (max-width:1024px){.hero-container{grid-template-columns:1fr}.hero-gallery{max-width:600px;margin:0 auto}}@media (max-width:768px){.hero-features{grid-template-columns:repeat(2,1fr);gap:30px}.hero-title{font-size:36px}}@media (max-width:480px){.hero-features{grid-template-columns:1fr}.hero-gallery{grid-template-columns:1fr}}@media (max-width:770px){.section-title{font-size:16px;padding-left:10px}.section-title::before{height:16px}.section-link{font-size:10px}.section-title-centered{font-size:22px;gap:12px}.section-title-centered::before,.section-title-centered::after{width:40px}.section-subtitle{font-size:10px}.cat-title-text{font-size:12px}.cat-subtitle-text{font-size:10px}.cat-info-bar{padding:10px 12px}.cat-star-box{display:none!important}.products-grid{gap:10px}.product-img{aspect-ratio:1 / 1!important;height:auto!important}.product-info{padding:10px!important}.product-name{font-size:11px!important;line-height:1.3!important}.product-rating .star{font-size:9px!important}.product-rating .rating-count{font-size:9px!important}.product-price{font-size:12px!important}.product-price ins{font-size:12px!important}.product-price del{font-size:9px!important}.product-cart-btn{width:28px!important;height:28px!important;border-radius:6px!important}.product-cart-btn svg{width:14px!important;height:14px!important}.product-wishlist-btn{width:28px!important;height:28px!important;opacity:1!important;transform:scale(1)!important}.product-wishlist-btn svg{width:14px!important;height:14px!important}}.anim-fade-up{opacity:0;transform:translateY(36px);transition:opacity 0.65s cubic-bezier(.4,0,.2,1),transform 0.65s cubic-bezier(.4,0,.2,1)}.anim-fade-up.is-visible{opacity:1;transform:translateY(0)}.section-header.anim-fade-up{transition-duration:0.5s}.categories-grid .category-card:nth-child(1){transition-delay:0.05s}.categories-grid .category-card:nth-child(2){transition-delay:0.12s}.categories-grid .category-card:nth-child(3){transition-delay:0.19s}.categories-grid .category-card:nth-child(4){transition-delay:0.26s}.categories-grid .category-card:nth-child(5){transition-delay:0.33s}.categories-grid .category-card:nth-child(6){transition-delay:0.40s}.categories-grid .category-card:nth-child(7){transition-delay:0.47s}.categories-grid .category-card:nth-child(8){transition-delay:0.54s}.products-grid .product-card:nth-child(1){transition-delay:0.05s}.products-grid .product-card:nth-child(2){transition-delay:0.12s}.products-grid .product-card:nth-child(3){transition-delay:0.19s}.products-grid .product-card:nth-child(4){transition-delay:0.26s}.products-grid .product-card:nth-child(5){transition-delay:0.33s}.products-grid .product-card:nth-child(6){transition-delay:0.10s}.products-grid .product-card:nth-child(7){transition-delay:0.17s}.products-grid .product-card:nth-child(8){transition-delay:0.24s}.products-grid .product-card:nth-child(9){transition-delay:0.31s}.products-grid .product-card:nth-child(10){transition-delay:0.38s}.products-grid .product-card:nth-child(n+11){transition-delay:0.15s}@media (prefers-reduced-motion:reduce){.anim-fade-up{opacity:1;transform:none;transition:none}}.cat-img{overflow:hidden;position:relative}.cat-img>div:first-child{transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.category-card:hover .cat-img>div:first-child{transform:scale(1.06)}.product-name{transition:color 0.2s ease}.product-card:hover .product-name{color:var(--accent-gold)!important}.product-card:hover .btn-order{background-color:var(--accent-gold-hover);box-shadow:0 0 18px rgb(230 99 20 / .3)}.categories-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-bottom:5px!important;gap:20px!important}.categories-grid::-webkit-scrollbar{display:none!important}.categories-grid>.category-card{flex:0 0 calc(25% - 15px)!important;flex-shrink:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.section-header-right{display:flex;align-items:center;gap:15px}.cat-header-nav{display:flex;gap:8px}.cat-header-btn{display:flex;width:34px;height:34px;background:rgb(10 10 10 / .9);border:1.5px solid var(--accent-gold,#e62314);border-radius:50%;color:var(--accent-gold,#e62314);align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(0 0 0 / .5);flex-shrink:0}.cat-header-btn:hover{background:var(--accent-gold,#e62314);color:#000;box-shadow:0 0 15px rgb(230 99 20 / .4)}@media (max-width:768px){.cat-header-btn{display:none!important}}.categories-slider-wrapper{padding:0!important}@media (min-width:1024px){.cat-nav-btn{display:none!important}}.desktop-hide-nav-link{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--accent-gold,#e62314);text-decoration:none;letter-spacing:.8px;border:1px solid rgb(230 99 20 / .28);border-radius:20px;padding:5px 13px;transition:all 0.25s ease;white-space:nowrap}.desktop-hide-nav-link:hover{background:rgb(230 99 20 / .1);border-color:rgb(230 99 20 / .55);color:#ff6b5a}@media (max-width:1000px){.categories-grid{gap:16px!important}.categories-grid>.category-card{flex:0 0 calc(25% - 12px)!important}}@media (max-width:900px){.categories-grid{gap:15px!important}.categories-grid>.category-card{flex:0 0 calc(33.333% - 10px)!important}}.cat-scroll-indicator-bar{display:none;justify-content:center;align-items:center;gap:6px;margin-top:20px}.cat-scroll-indicator-bar .indicator-dash{width:16px;height:3px;background:rgb(255 255 255 / .15);border-radius:10px;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.cat-scroll-indicator-bar .indicator-dash.active{background:var(--accent-gold,#e62314);width:32px}@media (max-width:1023px){.cat-scroll-indicator-bar{display:flex!important}}@media (max-width:600px){.categories-grid{gap:10px!important;padding:0!important}.categories-grid>.category-card{flex:0 0 43%!important;min-width:0!important}.categories-grid .cat-img{height:130px!important}.categories-grid .cat-info-bar{padding:10px 10px!important}.categories-grid .cat-star-box{display:none!important}.categories-grid .cat-title-text{font-size:11px!important;letter-spacing:0.3px!important}.categories-grid .cat-subtitle-text{font-size:9px!important}}@media (max-width:400px){.categories-grid{gap:8px!important}.categories-grid>.category-card{flex:0 0 43%!important}.categories-grid .cat-img{height:110px!important}}.products-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-bottom:5px!important;gap:20px!important}.products-grid::-webkit-scrollbar{display:none!important}.products-grid>.product-card{flex:0 0 calc(20% - 16px)!important;flex-shrink:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.products-grid .product-card .product-img{aspect-ratio:1 / 1!important;height:auto!important}.products-grid .product-card .product-info{padding:14px 12px 15px!important}.products-grid .product-card .product-name{font-size:13px!important;line-height:1.38!important;margin-bottom:6px!important}.products-grid .product-card .product-type{font-size:10.5px!important;margin-bottom:8px!important}.products-grid .product-card .product-price{font-size:14.5px!important;margin-bottom:12px!important}.products-grid .product-card .product-price ins{font-size:14.5px!important}.products-grid .product-card .product-price del{font-size:11px!important}.products-grid .product-card .btn-detail,.products-grid .product-card .btn-order{height:32px!important;font-size:10px!important}.prod-header-nav{display:flex;gap:8px}.prod-header-btn{display:flex;width:34px;height:34px;background:rgb(10 10 10 / .9);border:1.5px solid var(--accent-gold,#e62314);border-radius:50%;color:var(--accent-gold,#e62314);align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(0 0 0 / .5);flex-shrink:0}.prod-header-btn:hover{background:var(--accent-gold,#e62314);color:#000;box-shadow:0 0 15px rgb(230 99 20 / .4)}.prod-scroll-indicator-bar{display:none;justify-content:center;align-items:center;gap:6px;margin-top:20px}.prod-scroll-indicator-bar .indicator-dash{width:16px;height:3px;background:rgb(255 255 255 / .15);border-radius:10px;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.prod-scroll-indicator-bar .indicator-dash.active{background:var(--accent-gold,#e62314);width:32px}.prod-desktop-hide-nav-link{display:inline-flex!important;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--accent-gold,#e62314);text-decoration:none;letter-spacing:.8px;border:1px solid rgb(230 99 20 / .28);border-radius:20px;padding:5px 13px;transition:all 0.25s ease;white-space:nowrap}.prod-desktop-hide-nav-link:hover{background:rgb(230 99 20 / .1);border-color:rgb(230 99 20 / .55);color:#ff6b5a}@media (max-width:1023px){.prod-scroll-indicator-bar{display:flex!important}}@media (max-width:1000px){.products-grid{gap:16px!important}.products-grid>.product-card{flex:0 0 calc(33.333% - 11px)!important}}@media (max-width:771px){.products-grid{gap:12px!important;padding:0!important}.products-grid>.product-card{flex:0 0 calc(50% - 6px)!important;min-width:0!important}.products-grid .product-card .product-info{padding:10px!important}.products-grid .product-card .product-name{font-size:11.5px!important;line-height:1.3!important}.products-grid .product-card .product-price{font-size:12px!important}.products-grid .product-card .product-price ins{font-size:12px!important}.products-grid .product-card .product-price del{font-size:9px!important}.products-grid .product-card .product-cart-btn{width:28px!important;height:28px!important}}@media (max-width:480px){.products-grid{gap:10px!important}.products-grid>.product-card{flex:0 0 calc(50% - 5px)!important}.products-grid .product-card .product-info{padding:8px!important}.products-grid .product-card .product-name{font-size:11px!important}.products-grid .product-card .product-price{font-size:11px!important}.products-grid .product-card .product-price ins{font-size:11px!important}}@media (max-width:360px){.products-grid{gap:8px!important}.products-grid>.product-card{flex:0 0 calc(50% - 4px)!important}}.promo-grid-section{margin-top:-10px;padding:0 0 50px}.install-guide-section{padding:20px 0 25px}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 20px;max-width:1240px;margin:0 auto}.promo-frame{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:3 / 2;background-color:#0d0d0d;box-shadow:0 3px 16px rgb(0 0 0 / .5);transition:transform 0.3s cubic-bezier(.4,0,.2,1),box-shadow 0.3s ease;cursor:pointer}.promo-frame:hover{transform:scale(1.02);box-shadow:0 10px 30px rgb(0 0 0 / .65),0 0 0 1px rgb(230 99 20 / .35);z-index:2}.promo-frame-bg{position:absolute;inset:0;background-image:var(--promo-img);background-size:cover;background-position:center;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.promo-frame:hover .promo-frame-bg{transform:scale(1.07)}@media (max-width:860px){.promo-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px 20px;gap:12px}.promo-grid-section{padding:0px!important}.promo-grid::-webkit-scrollbar{display:none}.install-guide-section{padding:0px!important}.promo-frame{flex:0 0 85%;scroll-snap-align:center;scroll-snap-stop:always}}@media (max-width:480px){.promo-grid{padding:0 12px 16px;gap:10px}.promo-frame{flex:0 0 88%}}