*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}.topbar{background:#ffd400;padding:9px 5%;display:flex;gap:28px;justify-content:center;font-size:13px;font-weight:700}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:10}.logo{font-size:31px;font-weight:900;text-decoration:none;color:#111;line-height:.8}.logo span{color:#f5c400}.logo small{display:block;font-size:9px;letter-spacing:1px;margin-top:8px}nav{display:flex;gap:25px}nav a{text-decoration:none;color:#111;text-transform:uppercase;font-weight:800;font-size:13px}.hero{min-height:520px;display:grid;grid-template-columns:1fr 1.15fr;background:linear-gradient(110deg,#ffd400 0 43%,#f7f7f7 43%);overflow:hidden}.hero-copy{padding:75px 6%}.eyebrow{font-weight:900;font-size:23px}.hero h1{font-size:58px;line-height:.94;margin:12px 0}.hero h1 em{font-style:normal;color:#d71920;font-size:32px}.hero-copy p{font-size:18px;max-width:520px}.benefits{display:flex;gap:18px;flex-wrap:wrap;font-weight:700;margin:25px 0}.actions{display:flex;gap:10px}.btn{display:inline-block;text-decoration:none;padding:14px 22px;border-radius:8px;font-weight:900}.dark{background:#111;color:#fff}.green{background:#16a34a;color:#fff}.yellow{background:#ffd400;color:#111}.hero-product{position:relative;display:flex;align-items:center;justify-content:center;padding:35px}.hero-product img{max-width:590px;width:78%;mix-blend-mode:multiply}.price-card{position:absolute;right:7%;top:80px;background:#ffd400;border:4px solid #111;padding:20px 25px;text-align:center;transform:rotate(2deg);box-shadow:8px 8px 0 #111}.price-card small,.price-card span{display:block;font-weight:900}.price-card strong{display:block;color:#d71920;font-size:40px;margin:5px 0}.section{padding:48px 5%}.section h2,.why h2{font-size:27px;margin:0 0 24px}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.categories div{background:#f7f7f7;border:1px solid #e6e6e6;min-height:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:35px}.categories b{font-size:13px;margin-top:12px}.section-head{display:flex;justify-content:space-between;align-items:center}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card,.placeholder{border:1px solid #ddd;border-radius:12px;padding:18px;position:relative;background:#fff}.product-card img{width:100%;height:250px;object-fit:contain}.product-card h3{margin-bottom:4px}.price{font-size:25px;color:#d71920;font-weight:900}.product-card ul{padding-left:20px;line-height:1.7}.badge{position:absolute;background:#d71920;color:#fff;padding:7px 10px;font-size:11px;font-weight:900}.placeholder{min-height:430px;background:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#777}.placeholder b{font-size:20px;color:#333}.why{margin:15px 5% 50px;padding:32px;background:#ffd400;border-radius:18px;text-align:center}.why>div{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.why span{font-size:25px}.why b{display:block;font-size:14px;margin-top:8px}.wholesale{background:#ffd400;margin:0 5% 55px;padding:35px;border-radius:18px;display:flex;align-items:center;justify-content:space-between}.wholesale h2{font-size:34px;margin:5px 0}.wholesale p{margin-bottom:0}footer{background:#151515;color:#fff;padding:45px 5%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer b{color:#ffd400;font-size:20px}footer p{line-height:1.8;color:#ddd}.floating{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:8px;z-index:20}.floating a{text-decoration:none;color:#fff;font-weight:900;padding:12px 18px;border-radius:25px}.wa{background:#16a34a}.call{background:#111}@media(max-width:800px){.topbar span:nth-child(n+3){display:none}header{height:auto;padding:16px 5%;align-items:flex-start}.logo{font-size:25px}nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}nav a{font-size:10px}.hero{grid-template-columns:1fr;background:#ffd400}.hero-copy{padding:45px 6% 15px}.hero h1{font-size:44px}.hero h1 em{font-size:25px}.hero-product{background:#f7f7f7}.price-card{top:15px;right:5%;padding:12px}.price-card strong{font-size:28px}.categories{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:1fr}.why>div{grid-template-columns:repeat(2,1fr)}.wholesale{flex-direction:column;align-items:flex-start;gap:18px}footer{grid-template-columns:1fr}.section-head span{display:none}}
.product-card img{height:310px;border-radius:8px;background:#f5f5f5}
.product-card .mini{font-size:13px;color:#666;font-weight:700}
@media(min-width:801px){.products{grid-template-columns:repeat(4,1fr)}}

.shop-tools{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin:18px 0 26px}
.shop-tools input,.shop-tools select{padding:14px;border:1px solid #ddd;border-radius:10px;font-size:15px;background:#fff}
.stock{display:inline-block;margin-top:12px;padding:5px 9px;border-radius:999px;background:#eaf8ee;font-size:11px;font-weight:900;color:#167a36}
.lang-btn{border:0;border-radius:8px;padding:10px 14px;background:#111;color:#fff;font-weight:800;cursor:pointer}
.product-card{transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(0,0,0,.12)}
@media(max-width:800px){.shop-tools{grid-template-columns:1fr}.lang-btn{margin-left:auto}.product-card img{height:auto}}

.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.btn.small{padding:11px 8px;font-size:12px}
.menu-btn{display:none;border:0;background:#111;color:#fff;border-radius:8px;padding:9px 12px;font-size:20px}
.detail-wrap{max-width:1200px;margin:auto;padding:30px 24px 70px}
.breadcrumbs{font-size:14px;margin:8px 0 24px;color:#666}.breadcrumbs a{color:#111}
.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}
.detail-image{background:#f7f7f7;border-radius:18px;padding:16px}.detail-image img{width:100%;display:block;border-radius:12px}
.detail-copy h1{font-size:42px;line-height:1.05;margin:12px 0}.detail-price{font-size:44px;font-weight:1000;color:#d31313;margin:16px 0}
.warranty-line{font-weight:800}.feature-list{list-style:none;padding:0;margin:24px 0}.feature-list li{padding:10px 0;border-bottom:1px solid #eee;font-weight:700}
.delivery-box{background:#fff4c7;border:1px solid #ffd64c;padding:16px;border-radius:12px;margin:20px 0}
.btn.wide{display:block;text-align:center;margin:10px 0}.availability{font-size:12px;color:#777}
.detail-help{margin-top:55px;background:#ffd400;padding:30px;border-radius:18px;display:flex;align-items:center;gap:20px;justify-content:space-between}.detail-help h2{margin:0}
@media(max-width:800px){
  .menu-btn{display:block;margin-left:auto}.lang-btn{margin-left:8px}
  header{flex-wrap:wrap}header nav{display:none;width:100%;flex-direction:column;padding:12px 0}header nav.open{display:flex}
  .product-detail{grid-template-columns:1fr;gap:22px}.detail-copy h1{font-size:32px}.detail-price{font-size:36px}
  .detail-help{display:block}.detail-help .btn{display:inline-block;margin-top:14px}
  .card-actions{grid-template-columns:1fr}
}

/* V5 PRODUCT EXPERIENCE */
.thumb-row{display:flex;gap:10px;margin-top:12px}.thumb{width:76px;height:76px;padding:4px;border:2px solid #ffd400;border-radius:9px;background:#fff}.thumb img{width:100%;height:100%;object-fit:cover}
.quantity-box{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.qty-control{display:flex;border:1px solid #ddd;border-radius:10px;overflow:hidden}.qty-control button{width:44px;border:0;background:#f4f4f4;font-size:22px;font-weight:900;cursor:pointer}.qty-control input{width:60px;text-align:center;border:0;font-size:17px;font-weight:900}
.order-summary{display:flex;justify-content:space-between;align-items:center;background:#f6f6f6;padding:15px 18px;border-radius:10px;margin-bottom:12px}.order-summary strong{font-size:24px;color:#d31313}.buy-btn{border:0;width:100%;cursor:pointer;font-size:16px}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:38px 0}.trust-strip div{border:1px solid #e5e5e5;border-radius:12px;padding:18px;text-align:center;font-size:25px}.trust-strip b,.trust-strip small{display:block}.trust-strip b{font-size:14px;margin:8px 0 4px}.trust-strip small{font-size:11px;color:#777}
.related-section{margin-top:50px}.related-section .section-head a{color:#111;font-weight:800}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-card{text-decoration:none;color:#111;border:1px solid #e4e4e4;border-radius:14px;padding:14px;background:#fff}.related-card img{width:100%;height:230px;object-fit:contain;background:#f7f7f7;border-radius:10px}.related-card b,.related-card strong{display:block;margin-top:10px}.related-card strong{color:#d31313;font-size:20px}
@media(max-width:800px){.trust-strip{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:1fr}.related-card img{height:auto}.quantity-box{align-items:center}.detail-wrap{padding-left:16px;padding-right:16px}}

/* V6: gallery, reviews, related-product polish */
.gallery-note{font-size:12px;color:#777;margin:10px 0 4px}.zoomable{cursor:zoom-in}
.related-grid{align-items:stretch}.related-card{display:flex;flex-direction:column;transition:.2s ease}.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.10)}.related-card strong{margin-top:auto;padding-top:8px}
.reviews-section{margin:55px 0}.review-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.review-head h2{margin:4px 0 0}.review-note{font-size:12px;color:#777}.stars{color:#e6a900;letter-spacing:2px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{border:1px solid #e6e6e6;border-radius:14px;padding:20px;background:#fff}.review-card b{display:block;margin:10px 0}.review-card p{font-size:13px;color:#666;line-height:1.6}
.image-modal{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:999;display:none;align-items:center;justify-content:center;padding:25px}.image-modal.show{display:flex}.image-modal img{max-width:92vw;max-height:88vh;object-fit:contain;background:#fff;border-radius:12px}.image-modal button{position:absolute;right:24px;top:18px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}
@media(max-width:800px){.review-grid{grid-template-columns:1fr}.review-head{display:block}.review-note{display:block;margin-top:8px}}

/* V6.1 Related Products + honest review state */
.related-grid{grid-template-columns:repeat(4,1fr)}
.related-card{overflow:hidden;padding:0}
.related-card img{height:210px;border-radius:0}
.related-info{padding:14px;display:flex;flex-direction:column;flex:1}
.related-info b{line-height:1.35}
.related-info strong{font-size:20px;color:#d31313;margin-top:8px}
.related-info span{font-size:11px;font-weight:900;margin-top:12px}
.review-empty{border:1px solid #e5e5e5;border-radius:16px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;background:#fafafa}
.review-icon{font-size:42px}.review-empty h2{margin:0 0 6px}.review-empty p{margin:0 0 5px}.review-empty small{color:#777}
@media(max-width:1000px){.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.related-grid{grid-template-columns:1fr 1fr}.related-card img{height:160px}.review-empty{grid-template-columns:1fr}.review-icon{display:none}}
@media(max-width:520px){.related-grid{grid-template-columns:1fr}.related-card img{height:auto}}

/* V6.2 guaranteed You May Also Like section */
.ymal-section{margin:56px 0 48px;display:block!important;visibility:visible!important}
.ymal-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}
.ymal-heading small{font-weight:900;color:#777;letter-spacing:1px}
.ymal-heading h2{margin:5px 0 0;font-size:28px}
.ymal-heading>a{color:#111;font-size:12px;font-weight:900}
.ymal-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ymal-card{display:flex!important;flex-direction:column;border:1px solid #e4e4e4;border-radius:14px;overflow:hidden;background:#fff;min-width:0}
.ymal-image{display:block;background:#f7f7f7}.ymal-image img{display:block;width:100%;height:220px;object-fit:contain}
.ymal-body{padding:14px;display:flex;flex-direction:column;flex:1}
.ymal-name{color:#111;text-decoration:none;font-weight:800;line-height:1.35;min-height:38px}
.ymal-body strong{color:#d31313;font-size:21px;margin:10px 0}
.ymal-btn{text-align:center;margin-top:auto;font-size:12px;padding:11px 8px}
@media(max-width:1000px){.ymal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.ymal-heading{align-items:flex-start}.ymal-heading>a{display:none}.ymal-grid{grid-template-columns:1fr}.ymal-image img{height:auto;max-height:340px}}


/* ===== V7 HOMEPAGE ===== */
.v7-home{background:#fff}.v7-announcement{background:#111;color:#fff;text-align:center;padding:10px 4%;font-size:11px;font-weight:900;letter-spacing:.7px}
.v7-header{height:84px;padding:0 5%;display:flex;align-items:center;gap:32px;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:100}.v7-header nav{margin-left:auto}.v7-header-wa{background:#16a34a;color:#fff;text-decoration:none;font-weight:900;font-size:12px;padding:12px 16px;border-radius:8px}
.v7-hero{min-height:570px;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(105deg,#ffd400 0 48%,#f5f5f5 48%);overflow:hidden}.v7-hero-copy{padding:85px 6%}.v7-kicker{font-size:12px;font-weight:1000;letter-spacing:1.5px}.v7-hero h1{font-size:66px;line-height:.9;margin:16px 0}.v7-hero h1 em{font-style:normal;color:#d31313}.v7-hero p{font-size:18px;max-width:520px;line-height:1.6}.v7-hero-points{display:flex;gap:18px;flex-wrap:wrap;font-weight:800;margin:24px 0}.v7-hero-actions{display:flex;gap:10px}.v7-outline{border:2px solid #111;color:#111;background:transparent}.v7-hero-image{position:relative;display:flex;align-items:center;justify-content:center;padding:35px}.v7-hero-image img{width:78%;max-height:500px;object-fit:contain}.v7-price-burst{position:absolute;z-index:2;right:8%;top:60px;background:#ffd400;border:4px solid #111;padding:18px 22px;box-shadow:7px 7px 0 #111;text-align:center}.v7-price-burst small,.v7-price-burst span{display:block;font-weight:900}.v7-price-burst strong{display:block;color:#d31313;font-size:35px}
.v7-benefits{display:grid;grid-template-columns:repeat(4,1fr);max-width:1250px;margin:-24px auto 0;position:relative;z-index:3;background:#fff;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.1);padding:22px}.v7-benefits>div{display:flex;gap:12px;align-items:center;padding:0 18px;border-right:1px solid #eee;font-size:25px}.v7-benefits>div:last-child{border:0}.v7-benefits span{font-size:12px}.v7-benefits b,.v7-benefits small{display:block}.v7-benefits small{color:#777;margin-top:4px}
.v7-section{padding:70px 5%;max-width:1400px;margin:auto}.v7-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.v7-section-title small{font-weight:900;letter-spacing:1px;color:#777}.v7-section-title h2{font-size:32px;margin:6px 0 0}.v7-section-title>a{color:#111;font-weight:900;font-size:12px}
.v7-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.v7-categories a{text-decoration:none;color:#111;background:#f7f7f7;border-radius:14px;padding:28px 18px;text-align:center;border:1px solid #eee;transition:.2s}.v7-categories a:hover{transform:translateY(-4px);border-color:#ffd400}.v7-categories span{font-size:38px;display:block}.v7-categories b,.v7-categories small{display:block}.v7-categories b{margin:14px 0 5px}.v7-categories small{color:#777}
.v7-sale{margin:10px 5%;background:#ffd400;min-height:340px;border-radius:22px;display:grid;grid-template-columns:1fr 1fr auto;overflow:hidden;align-items:center}.v7-sale-copy{padding:45px}.v7-sale-copy small{font-weight:900}.v7-sale-copy h2{font-size:54px;line-height:.85;margin:10px 0}.v7-sale-image{height:340px;display:flex;justify-content:center}.v7-sale-image img{height:100%;max-width:100%;object-fit:contain}.v7-sale-price{background:#111;color:#fff;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:30px;text-align:center}.v7-sale-price small{font-weight:900}.v7-sale-price strong{font-size:32px;color:#ffd400;margin-top:8px}
.v7-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.v7-product{border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.2s}.v7-product:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.09)}.v7-product-img{height:285px;background:#f7f7f7;display:block;position:relative}.v7-product-img img{width:100%;height:100%;object-fit:contain}.v7-badge{position:absolute;z-index:2;top:12px;left:12px;background:#d31313;color:#fff;padding:7px 9px;font-size:10px;font-weight:1000}.v7-product-body{padding:16px;display:flex;flex-direction:column;flex:1}.v7-name{text-decoration:none;color:#111;font-weight:900;line-height:1.4}.v7-price{color:#d31313;font-size:24px;font-weight:1000;margin:9px 0}.v7-mini{font-size:11px;color:#777}.v7-view{text-align:center;text-decoration:none;color:#111;background:#ffd400;padding:11px;border-radius:7px;font-size:11px;font-weight:1000;margin-top:15px}
.v7-wholesale{margin:15px 5%;padding:42px 5%;background:#111;color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between}.v7-wholesale small{color:#ffd400;font-weight:900}.v7-wholesale h2{font-size:34px;margin:7px 0}.v7-wholesale .btn{background:#ffd400;color:#111}
.v7-tools{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-bottom:25px}.v7-tools input,.v7-tools select{padding:14px;border:1px solid #ddd;border-radius:9px;font-size:14px;background:#fff}.v7-all-products{text-align:center;margin-top:30px}
.v7-why{margin:20px 5% 70px;background:#f4f4f4;border-radius:22px;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.v7-why-copy h2{font-size:40px;margin:8px 0}.v7-why-copy>small{font-weight:900}.v7-why-copy p{line-height:1.7}.v7-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v7-why-grid div{background:#fff;border-radius:12px;padding:24px}.v7-why-grid b,.v7-why-grid span{display:block}.v7-why-grid b{font-size:24px;color:#d31313}.v7-why-grid span{font-size:12px;margin-top:6px}
.v7-footer{grid-template-columns:2fr 1fr 1fr 1fr}
@media(max-width:900px){.v7-header-wa{display:none}.v7-header .menu-btn{display:block;margin-left:auto}.v7-header nav{display:none;width:100%;order:5}.v7-header nav.open{display:flex}.v7-header{height:auto;flex-wrap:wrap;padding-top:14px;padding-bottom:14px}.v7-hero{grid-template-columns:1fr;background:#ffd400}.v7-hero-copy{padding:55px 6% 20px}.v7-hero h1{font-size:50px}.v7-hero-image{background:#f5f5f5}.v7-benefits{margin:0;border-radius:0;grid-template-columns:1fr 1fr}.v7-benefits>div{border:0}.v7-categories{grid-template-columns:1fr 1fr}.v7-sale{grid-template-columns:1fr}.v7-sale-image{height:260px}.v7-sale-price{padding:20px}.v7-product-grid{grid-template-columns:1fr 1fr}.v7-wholesale{display:block}.v7-wholesale .btn{display:inline-block;margin-top:15px}.v7-why{grid-template-columns:1fr}.v7-footer{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.v7-announcement{font-size:9px}.v7-hero h1{font-size:42px}.v7-hero-actions{flex-direction:column}.v7-benefits{grid-template-columns:1fr}.v7-categories{grid-template-columns:1fr 1fr}.v7-section{padding:50px 16px}.v7-sale{margin:5px 16px}.v7-sale-copy{padding:30px}.v7-sale-copy h2{font-size:42px}.v7-product-grid{grid-template-columns:1fr}.v7-product-img{height:auto}.v7-product-img img{height:auto;max-height:400px}.v7-tools{grid-template-columns:1fr}.v7-wholesale{margin:15px 16px}.v7-why{margin:20px 16px 50px;padding:30px 20px}.v7-why-grid{grid-template-columns:1fr 1fr}.v7-footer{grid-template-columns:1fr}}
