:root{--red:#8b1111;--deep-red:#5f0707;--gold:#f7c948;--orange:#f97316;--navy:#101827;--cream:#fff7df;--white:#fff;--muted:#6b7280;--green:#128c7e;--border:#ead7a5;--shadow:0 12px 30px rgba(0,0,0,.15);--hero-bg:url('assets/bg-desktop.webp')}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#fffaf0;line-height:1.6}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:auto;padding:0 18px}.top-alert{background:var(--navy);color:var(--gold);text-align:center;padding:9px 16px;font-size:14px;font-weight:800}header{position:sticky;top:0;z-index:1000;background:rgba(255,247,223,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav{max-width:1180px;margin:auto;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:58px;height:58px;object-fit:contain;border-radius:16px;background:white;box-shadow:0 6px 18px rgba(139,17,17,.18)}.brand h1{font-size:20px;line-height:1.1;color:var(--deep-red)}.brand span{display:block;font-size:12px;color:var(--muted);font-weight:700}.nav-links{display:flex;align-items:center;gap:17px;font-size:14px;font-weight:800}.nav-links a:hover{color:var(--red)}.menu-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 11px;font-size:22px;color:var(--deep-red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer;transition:.2s;font-size:14px}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.btn-primary{background:linear-gradient(135deg,var(--gold),#fff29a);color:var(--deep-red);border:1px solid #f4bd22}.btn-dark{background:var(--navy);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-small{padding:9px 13px}.full{width:100%;margin-top:10px}
.hero,.page-hero{position:relative;isolation:isolate;background-image:linear-gradient(90deg,rgba(7,11,22,.82),rgba(95,7,7,.55),rgba(7,11,22,.38)),var(--hero-bg);background-size:cover;background-position:center;color:#fff;overflow:hidden}.hero::after,.page-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 22%,rgba(247,201,72,.16),transparent 28%),linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,.08));z-index:-1}.hero{padding:82px 0 64px}.page-hero{padding:76px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;position:relative;z-index:2}.hero-badge{display:inline-flex;padding:7px 12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);border-radius:999px;margin-bottom:18px;color:var(--gold);font-weight:900;font-size:13px}.hero h2,.page-hero h2{font-size:clamp(34px,5vw,62px);line-height:1.05;margin-bottom:18px;text-shadow:0 8px 28px rgba(0,0,0,.45)}.hero p,.page-hero p{font-size:18px;max-width:760px;color:#fff8df;margin-bottom:26px;text-shadow:0 4px 18px rgba(0,0,0,.45)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.trust-strip div{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.26);border-radius:16px;padding:12px;font-weight:800;font-size:13px;color:#fff8df;backdrop-filter:blur(5px)}.hero-card,.card,.step,.estimate-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 8px 22px rgba(0,0,0,.06)}.glass-card{background:rgba(255,255,255,.92);backdrop-filter:blur(8px);box-shadow:var(--shadow);border:2px solid rgba(247,201,72,.75);color:var(--navy)}.hero-card h3,.card h3,.step h3,.estimate-card h3{color:var(--deep-red);margin-bottom:10px}.hero-card ul{list-style:none;display:grid;gap:9px;margin-top:15px}.hero-card li{background:#fff7df;border:1px solid var(--border);border-radius:14px;padding:10px 12px;font-weight:700}.section{padding:64px 0}.section-soft{background:#fff7df}.section-head{text-align:center;margin-bottom:34px}.section-head span{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:1px;font-size:13px}.section-head h2{font-size:clamp(28px,3vw,42px);color:var(--deep-red);margin:8px 0 10px}.section-head p{color:var(--muted);max-width:760px;margin:auto}.warning-box{background:linear-gradient(135deg,#fff7df,#fff3c4);border:2px dashed var(--orange);border-radius:24px;padding:26px;box-shadow:0 10px 28px rgba(249,115,22,.1)}.warning-box h2{color:var(--deep-red);margin-bottom:10px}.category-grid,.cards-3,.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-grid-wide{grid-template-columns:repeat(5,1fr)}.category-card{background:linear-gradient(135deg,#fff,#fff7df);border:1px solid var(--border);border-radius:20px;padding:18px;text-align:center;font-weight:900;color:var(--deep-red);box-shadow:0 8px 22px rgba(0,0,0,.05);transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(139,17,17,.14)}.category-card span{display:block}.category-card small{display:block;color:var(--muted);margin-top:4px}.icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff2b8;color:var(--deep-red);font-size:24px;margin-bottom:14px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.strong p{margin-bottom:12px}.highlight{background:#fff7df;border:1px solid var(--border);padding:12px;border-radius:12px;color:var(--deep-red);font-weight:800}.photo-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.photo-placeholder{min-height:220px;background:linear-gradient(135deg,rgba(139,17,17,.9),rgba(249,115,22,.75));border-radius:24px;color:#fff;display:grid;place-items:center;text-align:center;padding:22px;font-weight:900;border:2px solid rgba(247,201,72,.7)}.photo-placeholder.big{grid-row:span 2;min-height:456px}.step-number{width:36px;height:36px;border-radius:50%;background:var(--deep-red);color:var(--gold);display:grid;place-items:center;font-weight:900;margin-bottom:14px}.products-layout{display:grid;grid-template-columns:1.45fr .55fr;gap:22px;align-items:start}.product-tools{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.product-tools-single input{max-width:520px}.product-tools input,.form-group input,.form-group textarea{border:1px solid var(--border);border-radius:14px;padding:12px 14px;font-size:14px;outline:none;background:#fff;width:100%}.product-table-wrap{overflow-x:auto;background:#fff;border-radius:22px;border:1px solid var(--border);box-shadow:0 8px 22px rgba(0,0,0,.06)}table{width:100%;border-collapse:collapse;min-width:860px}th{background:var(--deep-red);color:var(--gold);text-align:left;padding:14px;font-size:13px;white-space:nowrap;position:sticky;top:88px;z-index:10}td{padding:12px 14px;border-bottom:1px solid #f0e1bd;vertical-align:middle;font-size:14px}.product-name{font-weight:900}.category-row td{background:linear-gradient(90deg,#f7c948,#fff29a);color:#5f0707;font-size:17px;text-align:center;font-weight:1000;letter-spacing:.6px;text-transform:uppercase;border-top:2px solid #5f0707;border-bottom:2px solid #5f0707}.selected-category td{animation:categoryPulse 2.5s ease 2}.price-old{color:var(--muted);text-decoration:line-through;font-size:13px}.price-new{color:var(--deep-red);font-weight:900}.qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fffaf0}.qty-control button{width:34px;height:34px;border:none;background:#fff2b8;cursor:pointer;font-weight:900;color:var(--deep-red)}.qty-input{width:56px;height:34px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-weight:900;color:var(--navy);background:white}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{opacity:1}.estimate-card{position:sticky;top:105px;box-shadow:var(--shadow)}.summary-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed var(--border);gap:12px}.summary-line strong{color:var(--deep-red)}.grand-total{font-size:26px;color:var(--deep-red);font-weight:900;margin:16px 0}.form-group{margin-bottom:12px}.form-group label{display:block;font-weight:800;margin-bottom:5px;font-size:13px}.small-note{font-size:12px;color:var(--muted);margin:12px 0}.empty-state,.empty-cell{padding:16px;background:#fff7df;border-radius:16px;color:var(--muted);font-size:14px;margin:10px 0}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:var(--navy);color:#fff;padding:30px;border-radius:28px;border:2px solid var(--gold)}.contact-panel h3{color:var(--gold);font-size:26px;margin-bottom:12px}.contact-panel p{margin-bottom:10px}.map-placeholder{min-height:310px;background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.35);border-radius:22px;display:grid;place-items:center;text-align:center;font-weight:900;color:var(--gold)}.safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.safety-card{border-radius:24px;padding:22px;min-height:190px;color:#102033;box-shadow:0 10px 25px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.6);transition:.2s}.safety-card:hover{transform:translateY(-4px)}.safety-card h3{font-size:18px;margin:8px 0;color:#101827}.safety-card p{font-size:14px;color:#2f3d50}.safety-icon{width:52px;height:52px;border-radius:18px;background:rgba(255,255,255,.76);display:grid;place-items:center;font-size:28px;margin-bottom:12px}.safety-card.c1{background:#ffe4ec}.safety-card.c2{background:#dff8ff}.safety-card.c3{background:#e7ffe4}.safety-card.c4{background:#fff3c7}.safety-card.c5{background:#ffe1d8}.safety-card.c6{background:#ede2ff}.safety-card.c7{background:#ffe8c9}.safety-card.c8{background:#e4f2ff}.safety-card.c9{background:#ecffe2}.safety-card.c10{background:#ffe4e4}.safety-card.c11{background:#e7e8ff}.safety-card.c12{background:#e0fff7}footer{background:var(--deep-red);color:#fff8df;padding:34px 0 86px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:24px}footer h3,footer h4{color:var(--gold);margin-bottom:10px}footer p{font-size:14px;color:#ffeab1}.mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:2000;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 22px rgba(0,0,0,.12);grid-template-columns:repeat(3,1fr)}.mobile-bar a{padding:12px 8px;text-align:center;font-size:12px;font-weight:900;color:var(--deep-red);border-right:1px solid var(--border)}
.fireworks-layer{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;animation:layerFade 5.8s ease-out forwards}.firework{position:absolute;width:6px;height:6px;border-radius:50%;opacity:0;filter:drop-shadow(0 0 10px currentColor);animation:fireworkBurst 3.7s ease-out 1 forwards}.fw1{left:18%;top:19%;color:#ffd166;animation-delay:.25s}.fw2{left:74%;top:16%;color:#ef476f;animation-delay:.55s}.fw3{left:58%;top:29%;color:#06d6a0;animation-delay:.9s}.fw4{left:86%;top:31%;color:#8ecae6;animation-delay:1.25s}.fw5{left:33%;top:24%;color:#f72585;animation-delay:1.6s}.sparkle{position:absolute;width:7px;height:7px;border-radius:50%;background:white;box-shadow:0 0 18px #fff,0 0 36px var(--gold);opacity:0;animation:twinkle 4.2s ease-out forwards}.s1{left:42%;top:13%;animation-delay:.4s}.s2{left:67%;top:23%;animation-delay:1s}.s3{left:27%;top:34%;animation-delay:1.4s}.s4{left:79%;top:9%;animation-delay:1.8s}@keyframes fireworkBurst{0%{opacity:0;box-shadow:0 0 0 currentColor;transform:scale(.2)}15%{opacity:1}38%{box-shadow:0 -55px 0 currentColor,48px -30px 0 currentColor,55px 15px 0 currentColor,28px 52px 0 currentColor,-28px 52px 0 currentColor,-55px 15px 0 currentColor,-48px -30px 0 currentColor,0 55px 0 currentColor,35px 35px 0 #fff59d,-35px -35px 0 #ff8fab,35px -35px 0 #80ed99,-35px 35px 0 #9bf6ff;transform:scale(1.1)}100%{opacity:0;box-shadow:0 -110px 0 transparent,95px -60px 0 transparent,110px 30px 0 transparent,55px 104px 0 transparent,-55px 104px 0 transparent,-110px 30px 0 transparent,-95px -60px 0 transparent,0 110px 0 transparent;transform:scale(1.45)}}@keyframes twinkle{0%,100%{opacity:0;transform:scale(.2)}25%,55%{opacity:1;transform:scale(1.4)}}@keyframes layerFade{0%,78%{opacity:1}100%{opacity:0}}@keyframes categoryPulse{0%,100%{filter:none}50%{filter:brightness(1.18);box-shadow:0 0 0 5px rgba(247,201,72,.25)}}
@media (max-width:1100px) and (min-width:701px){:root{--hero-bg:url('assets/bg-tablet.webp')}.hero,.page-hero{background-position:center top}}
@media(max-width:980px){.menu-toggle{display:block}.nav{align-items:center}.nav-links{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.hero-grid,.products-layout,.grid-2,.contact-panel,.footer-grid{grid-template-columns:1fr}.trust-strip,.cards-3,.steps-grid{grid-template-columns:repeat(2,1fr)}.category-grid-wide{grid-template-columns:repeat(2,1fr)}.estimate-card{position:static}.photo-grid{grid-template-columns:1fr}.photo-placeholder.big{min-height:260px}.mobile-bar{display:grid}.safety-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){:root{--hero-bg:url('assets/bg-mobile.webp')}.hero,.page-hero{background-position:center top}.hero{padding:58px 0 50px}.brand-logo{width:50px;height:50px}.brand h1{font-size:16px}.brand span{font-size:11px}.top-alert{font-size:12px}.hero-actions .btn{width:100%}.trust-strip,.cards-3,.steps-grid,.category-grid-wide,.safety-grid{grid-template-columns:1fr}.section{padding:46px 0}table{min-width:780px}th{top:84px}.brand-text{max-width:190px}.firework{transform:scale(.8)}}
@media (prefers-reduced-motion: reduce){.fireworks-layer{display:none}*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media print{header,footer,.mobile-bar,.product-tools,.page-hero,.btn,.form-group,.small-note{display:none!important}.products-layout{display:block}.estimate-card{box-shadow:none;border:1px solid #ddd;margin-top:20px}.product-table-wrap{overflow:visible}body{background:white}table{min-width:0;font-size:11px}th{position:static}}


/* ===== RAMDEV TRADERS update: comments 11 to 16 ===== */
body{
  background-image:linear-gradient(rgba(255,250,240,.72),rgba(255,250,240,.78)),var(--hero-bg);
  background-size:100% auto;
  background-position:top center;
  background-repeat:repeat-y;
  background-attachment:fixed;
}
.section{background:rgba(255,250,240,.84);backdrop-filter:blur(1px)}
.section-soft{background:rgba(255,247,223,.92)!important;backdrop-filter:blur(2px)}
.hero,.page-hero{
  background-image:linear-gradient(90deg,rgba(3,7,18,.90),rgba(95,7,7,.64),rgba(3,7,18,.48)),var(--hero-bg);
  background-size:100% auto;
  background-position:top center;
  background-repeat:no-repeat;
}
.home-hero .hero-copy{
  background:linear-gradient(135deg,rgba(3,7,18,.78),rgba(95,7,7,.45));
  border:1px solid rgba(255,255,255,.22);
  border-radius:30px;
  padding:26px;
  box-shadow:0 18px 46px rgba(0,0,0,.25);
  backdrop-filter:blur(3px);
}
.home-hero .hero-copy h2{color:#fff;text-shadow:0 5px 22px rgba(0,0,0,.75),0 1px 0 rgba(0,0,0,.6)}
.home-hero .hero-copy p{color:#fffbe8;text-shadow:0 4px 18px rgba(0,0,0,.8);font-weight:700}
.home-hero .glass-card{
  background:#fffdf2!important;
  color:var(--navy)!important;
  border:2px solid var(--gold);
  box-shadow:0 18px 46px rgba(0,0,0,.25);
}
.home-hero .glass-card h3{color:var(--navy)!important}
.home-hero .glass-card p{color:var(--navy)!important;text-shadow:none!important;font-weight:700}
.home-hero .glass-card li{background:#fff8dc;color:var(--navy);border-color:#ead27a}
.scroll-note{
  background:#fff8dc;
  border:1px solid var(--border);
  border-radius:14px;
  padding:11px 14px;
  color:var(--deep-red);
  font-weight:800;
  margin:0 0 12px;
}
.products-page .product-table-wrap{
  max-height:70vh;
  overflow:auto;
  scroll-behavior:smooth;
  scroll-padding-top:58px;
}
.products-page th{
  position:sticky;
  top:0!important;
  z-index:30;
}
.products-page .category-row td{
  position:relative;
  z-index:1;
}
.products-page tbody tr:not(.category-row){min-height:56px}
.btn-reset{
  background:#fff2b8;
  color:var(--deep-red);
  border:1px solid #e5bd45;
}
.btn-reset:hover{background:#ffe68a}
@media(max-width:980px){
  body{background-attachment:scroll;background-size:cover;background-position:top center}
  .hero,.page-hero{background-size:cover;background-position:top center}
  .products-page .product-table-wrap{max-height:64vh}
}
@media(max-width:700px){
  .home-hero .hero-copy{padding:20px;border-radius:22px}
  .products-page .product-table-wrap{max-height:62vh}
  .scroll-note{font-size:13px}
}
@media print{
  body{background:white!important}
  .section,.section-soft{background:white!important;backdrop-filter:none!important}
  .products-page .product-table-wrap{max-height:none!important;overflow:visible!important}
}


/* ===== RAMDEV TRADERS update: comment 17 - responsive price-list scroll area ===== */
.products-page .product-table-wrap{
  height:clamp(520px,72svh,760px);
  max-height:none;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}
.products-page .product-table-wrap table{
  width:100%;
}
@media (min-width:1200px){
  .products-page .product-table-wrap{
    height:clamp(560px,74svh,820px);
  }
}
@media (max-width:980px){
  .products-page .product-table-wrap{
    height:clamp(430px,62svh,620px);
  }
  .products-page .products-layout{
    gap:18px;
  }
}
@media (max-width:700px){
  .products-page .container{
    padding-left:10px;
    padding-right:10px;
  }
  .products-page .product-table-wrap{
    height:clamp(340px,56svh,520px);
    border-radius:16px;
  }
  .products-page table{
    min-width:680px;
  }
  .products-page th{
    padding:10px 8px;
    font-size:11px;
  }
  .products-page td{
    padding:9px 8px;
    font-size:12px;
  }
  .products-page .category-row td{
    font-size:13px;
    letter-spacing:.3px;
    padding:10px 8px;
  }
  .products-page .product-name{
    font-size:12.5px;
    line-height:1.25;
  }
  .products-page .qty-control button{
    width:30px;
    height:30px;
  }
  .products-page .qty-input{
    width:48px;
    height:30px;
    font-size:13px;
  }
  .products-page .price-old{
    font-size:11px;
  }
  .products-page .price-new{
    font-size:12.5px;
  }
  .products-page .estimate-card{
    margin-top:18px;
  }
}
@media (max-width:420px){
  .products-page .product-table-wrap{
    height:clamp(300px,54svh,460px);
  }
  .products-page table{
    min-width:640px;
  }
  .products-page th,.products-page td{
    padding-left:7px;
    padding-right:7px;
  }
}

/* ===== RAMDEV TRADERS update: comment 18 - fix mobile price-list overflow ===== */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}
.products-page main,
.products-page .section,
.products-page .section-soft{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.products-page .container,
.products-page .products-layout,
.products-page .products-layout > div,
.products-page .estimate-card,
.products-page .product-table-wrap{
  min-width:0;
  max-width:100%;
}
.products-page .product-table-wrap{
  width:100%;
  overflow-x:auto;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}
.products-page .estimate-card{
  overflow:hidden;
}
.products-page .estimate-card .btn,
.products-page .btn.full{
  width:100%;
  max-width:100%;
  white-space:normal;
  text-align:center;
  line-height:1.25;
  padding-left:12px;
  padding-right:12px;
}
.products-page .form-group input,
.products-page .form-group textarea,
.products-page .product-tools input{
  min-width:0;
  max-width:100%;
}
.products-page #selectedItems,
.products-page .summary-line,
.products-page .small-note{
  overflow-wrap:anywhere;
  word-break:normal;
}

@media (max-width:700px){
  body.products-page{
    overflow-x:hidden;
  }
  .products-page .section-soft{
    padding-top:34px;
    padding-bottom:34px;
  }
  .products-page .container{
    width:100%;
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }
  .products-page .products-layout{
    display:block;
    width:100%;
  }
  .products-page .product-tools-single input{
    max-width:100%;
  }
  .products-page .scroll-note{
    width:100%;
    max-width:100%;
    font-size:12.5px;
    line-height:1.35;
    padding:10px 12px;
    overflow-wrap:anywhere;
  }
  .products-page .product-table-wrap{
    width:100%;
    max-width:100%;
    height:clamp(260px,42svh,360px)!important;
    border-radius:16px;
    margin:0;
  }
  .products-page table{
    min-width:590px!important;
    width:590px!important;
    table-layout:fixed;
  }
  .products-page th,
  .products-page td{
    padding:8px 6px!important;
    font-size:11px!important;
    line-height:1.25;
    vertical-align:middle;
  }
  .products-page th:nth-child(1),
  .products-page td:nth-child(1){width:38px;}
  .products-page th:nth-child(2),
  .products-page td:nth-child(2){width:158px;}
  .products-page th:nth-child(3),
  .products-page td:nth-child(3){width:45px;}
  .products-page th:nth-child(4),
  .products-page td:nth-child(4){width:72px;}
  .products-page th:nth-child(5),
  .products-page td:nth-child(5){width:82px;}
  .products-page th:nth-child(6),
  .products-page td:nth-child(6){width:110px;}
  .products-page th:nth-child(7),
  .products-page td:nth-child(7){width:85px;}
  .products-page .category-row td{
    font-size:12px!important;
    padding:9px 6px!important;
    letter-spacing:.2px;
    white-space:normal;
  }
  .products-page .product-name{
    font-size:11.5px!important;
    line-height:1.2;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .products-page .price-old,
  .products-page .price-new,
  .products-page td strong{
    font-size:11px!important;
    white-space:nowrap;
  }
  .products-page .qty-control{
    max-width:104px;
  }
  .products-page .qty-control button{
    width:28px!important;
    height:28px!important;
    font-size:12px;
    flex:0 0 28px;
  }
  .products-page .qty-input{
    width:48px!important;
    height:28px!important;
    font-size:12px!important;
    flex:0 0 48px;
  }
  .products-page .estimate-card{
    width:100%;
    max-width:100%;
    margin-top:22px;
    padding:20px 16px;
    border-radius:20px;
  }
  .products-page .estimate-card h3{
    font-size:24px;
  }
  .products-page .grand-total{
    font-size:28px;
  }
  .products-page .form-group input,
  .products-page .form-group textarea{
    font-size:16px;
    padding:13px 14px;
  }
  .products-page .btn.full{
    min-height:52px;
    font-size:14px;
    justify-content:center;
  }
}

@media (max-width:420px){
  .products-page .container{
    padding-left:10px;
    padding-right:10px;
  }
  .products-page .product-table-wrap{
    height:clamp(240px,40svh,330px)!important;
  }
  .products-page table{
    min-width:560px!important;
    width:560px!important;
  }
  .products-page th,
  .products-page td{
    padding:7px 5px!important;
    font-size:10.5px!important;
  }
  .products-page th:nth-child(1),
  .products-page td:nth-child(1){width:34px;}
  .products-page th:nth-child(2),
  .products-page td:nth-child(2){width:150px;}
  .products-page th:nth-child(3),
  .products-page td:nth-child(3){width:40px;}
  .products-page th:nth-child(4),
  .products-page td:nth-child(4){width:68px;}
  .products-page th:nth-child(5),
  .products-page td:nth-child(5){width:78px;}
  .products-page th:nth-child(6),
  .products-page td:nth-child(6){width:105px;}
  .products-page th:nth-child(7),
  .products-page td:nth-child(7){width:85px;}
  .products-page .qty-control button{
    width:26px!important;
    height:26px!important;
    flex-basis:26px;
  }
  .products-page .qty-input{
    width:46px!important;
    height:26px!important;
    flex-basis:46px;
  }
  .products-page .estimate-card{
    padding:18px 14px;
  }
}


/* ===== RAMDEV TRADERS customer-attraction enhancement pack ===== */
.trust-badge-row,.buyer-helper-row,.quick-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.trust-badge-row span,.buyer-helper-row span,.quick-trust-row span{display:inline-flex;align-items:center;gap:6px;background:#fffdf2;border:1px solid var(--border);border-radius:999px;padding:9px 13px;font-weight:900;color:var(--deep-red);box-shadow:0 6px 16px rgba(0,0,0,.05)}
.home-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-product-card,.pack-card,.trust-feature-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:0 8px 22px rgba(0,0,0,.06)}.mini-product-card h3,.pack-card h3,.trust-feature-card h3{color:var(--deep-red);margin-bottom:8px}.mini-product-card p,.pack-card p,.trust-feature-card p{color:var(--muted);font-size:14px}.mini-chip{display:inline-flex;background:#fff2b8;color:var(--deep-red);font-weight:900;border-radius:999px;padding:5px 9px;font-size:12px;margin-bottom:10px}.tamil-note{background:linear-gradient(135deg,#fff8dc,#fff);border:1px solid var(--border);border-radius:22px;padding:22px;text-align:center;color:var(--deep-red);font-weight:900}.tamil-note p{margin-top:8px;color:var(--navy);font-weight:800}.cta-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;background:var(--navy);color:#fff;border-radius:26px;padding:28px;border:2px solid var(--gold)}.cta-split h2{color:var(--gold);margin-bottom:8px}.cta-split p{color:#fff8df}.process-checklist{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.process-checklist div{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;font-weight:800;color:var(--navy)}.process-checklist strong{display:block;color:var(--deep-red);font-size:24px;margin-bottom:6px}
.offer-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff4a8,#fffdf2 55%,#ffe2b5);border:2px solid var(--gold);border-radius:26px;padding:22px 24px;margin-bottom:18px;box-shadow:0 12px 30px rgba(139,17,17,.08)}.offer-banner h2{color:var(--deep-red);font-size:clamp(26px,4vw,44px);line-height:1;margin:4px 0 8px}.offer-banner p{color:var(--navy);font-weight:700}.offer-kicker{text-transform:uppercase;letter-spacing:.8px;color:var(--orange);font-weight:1000;font-size:13px}.product-page-section .container{max-width:1240px}.tile-search{margin-bottom:14px}.tile-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;align-items:start}.product-panel{min-width:0}.product-tile-scroll{height:clamp(820px,88svh,1230px);overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;border:1px solid var(--border);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(0,0,0,.06);padding:16px}.product-tile-list{display:block}.tile-category-heading{position:sticky;top:0;z-index:10;background:linear-gradient(135deg,var(--deep-red),#8b1111);color:var(--gold);display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:16px;padding:13px 16px;margin:0 0 14px;box-shadow:0 8px 16px rgba(95,7,7,.18);font-weight:1000;text-transform:uppercase;letter-spacing:.6px}.tile-category-heading small{color:#fff8df;text-transform:none;letter-spacing:0}.tile-category-heading.selected-category{outline:3px solid var(--gold)}.product-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.product-tile{background:#fff;border:1px solid #ead7a5;border-radius:22px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;min-width:0}.product-photo-placeholder{height:132px;background:radial-gradient(circle at 30% 25%,#fff7b0,transparent 35%),linear-gradient(135deg,#8b1111,#f97316);color:white;display:grid;place-items:center;text-align:center;font-weight:1000;position:relative}.product-photo-placeholder span{background:rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.28);padding:9px 12px;border-radius:14px;line-height:1.1}.product-photo-placeholder small{position:absolute;right:10px;bottom:8px;background:rgba(255,255,255,.92);color:var(--deep-red);border-radius:999px;padding:3px 7px;font-weight:1000}.product-tile-content{padding:14px;display:grid;gap:10px;flex:1}.tile-topline,.product-tag-row,.price-row,.tile-qty-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.serial-chip{background:#fff2b8;color:var(--deep-red);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:1000}.tag-net{background:#e8f7ef;color:#0b6b43}.product-tile h3{font-size:17px;color:var(--navy);line-height:1.2;margin:0}.product-category-text{font-size:12px;color:var(--muted);font-weight:800}.product-tag-row{flex-wrap:wrap;justify-content:flex-start}.product-tag-row span{background:#fff8dc;border:1px solid var(--border);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;color:var(--deep-red)}.price-row{align-items:stretch}.price-row div{background:#fffaf0;border:1px solid #f0e1bd;border-radius:14px;padding:8px;flex:1}.price-row small,.tile-total small{display:block;color:var(--muted);font-size:11px;font-weight:900;margin-bottom:2px}.tile-qty-row{margin-top:auto}.tile-total{text-align:right}.tile-total strong{color:var(--deep-red);font-size:17px}.estimate-summary-only{position:sticky;top:94px;max-height:88svh;overflow:auto}.selected-list{max-height:260px;overflow:auto;padding-right:4px}.customer-details-card{margin-top:24px;background:#fff;border:1px solid var(--border);border-radius:26px;padding:24px;box-shadow:0 10px 28px rgba(0,0,0,.07)}.customer-details-head span{color:var(--red);font-weight:1000;text-transform:uppercase;font-size:13px}.customer-details-head h2{color:var(--deep-red);font-size:32px;margin:4px 0}.customer-details-head p{color:var(--muted);margin-bottom:18px}.customer-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.form-group-wide{grid-column:1/-1}.customer-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.customer-actions .btn{flex:1 1 220px}.emphasized-note{background:#fff8dc;border:1px dashed var(--border);border-radius:14px;padding:12px;color:var(--navy)!important;font-weight:800}.mobile-cart-bar{display:none;position:fixed;left:10px;right:10px;bottom:60px;z-index:1900;background:var(--navy);color:#fff;border:1px solid var(--gold);border-radius:999px;padding:9px 10px;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 10px 26px rgba(0,0,0,.22);font-weight:900}.mobile-cart-bar a{background:var(--gold);color:var(--deep-red);padding:7px 10px;border-radius:999px;font-size:12px}.mobile-cart-bar.has-items{display:flex}.verification-checklist{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.verification-checklist .check-card{background:white;border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:0 8px 22px rgba(0,0,0,.05)}.check-card strong{display:block;color:var(--deep-red);font-size:22px;margin-bottom:6px}.payment-safety-box{background:#fffdf2;border:2px solid var(--gold);border-radius:24px;padding:24px}.placeholder-warning{font-weight:900;color:var(--deep-red);background:#fff8dc;border:1px dashed var(--orange);padding:10px;border-radius:12px;margin-top:10px}.trust-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.map-placeholder{background:linear-gradient(135deg,#fff8dc,#fff);border:2px dashed var(--border);border-radius:20px;min-height:260px;display:grid;place-items:center;text-align:center;padding:20px;color:var(--deep-red);font-weight:900}
@media(max-width:1100px){.product-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-highlight-grid{grid-template-columns:repeat(2,1fr)}.process-checklist,.verification-checklist{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.product-tile-scroll{height:80svh}.tile-layout{grid-template-columns:1fr}.estimate-summary-only{position:static;max-height:none}.customer-form-grid{grid-template-columns:1fr 1fr}.offer-banner,.cta-split{grid-template-columns:1fr;display:grid}.trust-feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.product-page-section .container{padding-left:10px;padding-right:10px}.product-tile-scroll{height:82svh;padding:10px;border-radius:18px}.product-tile-grid{grid-template-columns:1fr;gap:12px}.product-photo-placeholder{height:118px}.tile-category-heading{border-radius:14px;padding:11px 12px;font-size:13px}.product-tile h3{font-size:16px}.tile-topline,.price-row,.tile-qty-row{gap:8px}.qty-control button{width:32px!important;height:32px!important}.qty-input{height:32px!important;width:54px!important}.customer-form-grid{grid-template-columns:1fr}.customer-details-card{padding:18px;border-radius:22px}.customer-details-head h2{font-size:25px}.offer-banner{padding:18px;border-radius:22px}.buyer-helper-row span,.trust-badge-row span,.quick-trust-row span{font-size:12px;padding:8px 10px}.home-highlight-grid,.trust-feature-grid{grid-template-columns:1fr}.process-checklist,.verification-checklist{grid-template-columns:1fr}.mobile-cart-bar{font-size:12px;bottom:58px}.selected-list{max-height:190px}.cta-split{padding:20px}.hero-copy{margin-top:0!important}}
@media print{.mobile-cart-bar,.customer-actions,.nav,.top-alert,.mobile-bar,.offer-banner .btn{display:none!important}.product-tile-scroll{height:auto!important;overflow:visible!important}.product-tile-grid{grid-template-columns:repeat(2,1fr)!important}.estimate-summary-only,.customer-details-card{break-inside:avoid}}


/* ===== RAMDEV TRADERS update: default product photo, zoom popup and video slot ===== */
.product-media-box{
  background:#fffaf0;
  border-bottom:1px solid var(--border);
}
.product-photo-button{
  width:100%;
  height:150px;
  padding:0;
  border:0;
  background:#fff;
  display:block;
  position:relative;
  cursor:zoom-in;
  overflow:hidden;
}
.product-photo{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
  background:linear-gradient(135deg,#ffffff,#fff7df);
  transition:transform .25s ease;
}
.product-photo-button:hover .product-photo{transform:scale(1.06)}
.product-photo-button small{
  position:absolute;
  right:10px;
  bottom:8px;
  background:rgba(255,255,255,.94);
  color:var(--deep-red);
  border:1px solid var(--border);
  border-radius:999px;
  padding:3px 7px;
  font-weight:1000;
  font-size:11px;
}
.product-video-slot{
  text-align:center;
  padding:8px 10px 10px;
  background:#fff8dc;
  border-top:1px solid #f0e1bd;
}
.product-video-link{
  font-size:12px;
  font-weight:1000;
  letter-spacing:.7px;
  color:var(--deep-red);
}
.product-video-link.inactive{
  opacity:.58;
  text-decoration:none;
  cursor:default;
}
.product-video-link.active{
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--green);
  cursor:pointer;
}
.image-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:5000;
  background:rgba(3,7,18,.86);
  padding:22px;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(6px);
}
.image-modal.open{display:flex}
.image-modal-inner{
  width:min(92vw,760px);
  max-height:88svh;
  background:#fffdf2;
  border:2px solid var(--gold);
  border-radius:26px;
  padding:18px;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
  display:grid;
  gap:10px;
  place-items:center;
}
.image-modal-inner img{
  max-width:100%;
  max-height:88svh;
  object-fit:contain;
  border-radius:18px;
  background:white;
}
.image-modal-inner p{
  color:var(--deep-red);
  font-weight:1000;
  text-align:center;
}
.image-modal-close{
  position:fixed;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.95);
  color:var(--deep-red);
  font-size:30px;
  line-height:1;
  cursor:pointer;
  font-weight:900;
}
body.modal-open{overflow:hidden}
@media(max-width:640px){
  .product-photo-button{height:136px}
  .product-photo{padding:10px}
  .image-modal{padding:12px}
  .image-modal-inner{width:94vw;border-radius:20px;padding:12px}
  .image-modal-inner img{max-height:68svh}
  .image-modal-close{top:10px;right:10px;width:40px;height:40px;font-size:27px}
}

/* Comments 28-34 updates: offer banner, location helper, minimum value, print controls */
.festival-offer-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:22px;
  align-items:center;
  background:linear-gradient(135deg,rgba(95,7,7,.98),rgba(139,17,17,.94) 48%,rgba(249,115,22,.9));
  color:#fff8df;
  border:2px solid var(--gold);
  border-radius:30px;
  padding:28px;
  box-shadow:0 18px 45px rgba(95,7,7,.22);
  position:relative;
  overflow:hidden;
}
.festival-offer-card:before{
  content:"";
  position:absolute;
  inset:-40%;
  background:radial-gradient(circle at 20% 20%,rgba(247,201,72,.22),transparent 23%),radial-gradient(circle at 85% 10%,rgba(255,255,255,.16),transparent 16%);
  pointer-events:none;
}
.offer-burst{
  width:126px;
  height:126px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle,#fff7b0 0,#f7c948 55%,#f97316 100%);
  color:var(--deep-red);
  font-size:38px;
  font-weight:1000;
  border:4px solid rgba(255,255,255,.75);
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  position:relative;
  z-index:1;
}
.festival-offer-content,.festival-offer-actions{position:relative;z-index:1}
.festival-offer-content h2{font-size:clamp(30px,4vw,54px);line-height:1;margin:6px 0 10px;color:var(--gold);text-shadow:0 6px 20px rgba(0,0,0,.25)}
.festival-offer-content p{max-width:760px;font-size:17px}.offer-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.offer-points span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:8px 11px;font-weight:900;font-size:13px}.festival-offer-actions{display:flex;flex-direction:column;gap:10px}.minimum-status{margin:12px 0 14px;padding:10px 12px;border-radius:14px;font-weight:900;font-size:13px;border:1px solid var(--border);background:#fff8dc;color:var(--deep-red)}.minimum-status.success{background:#e8f7ef;color:#0b6b43;border-color:#9bd4b6}.minimum-status.warning{background:#fff8dc;color:#9a3412;border-color:#f7c948}.btn:disabled,.btn-disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important;filter:grayscale(.15)}.field-help{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:700;line-height:1.35}.district-autocomplete-wrap{position:relative}.district-suggestions{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:50;background:#fffdf2;border:1px solid var(--gold);border-radius:14px;box-shadow:0 14px 30px rgba(0,0,0,.14);padding:6px;display:none;max-height:240px;overflow:auto}.district-suggestions.open{display:block}.district-suggestion-item{display:block;width:100%;border:0;background:transparent;color:var(--navy);text-align:left;padding:10px 12px;border-radius:10px;font-weight:800;cursor:pointer}.district-suggestion-item:hover,.district-suggestion-item:focus{background:#fff2b8;color:var(--deep-red);outline:none}.customer-actions .btn{min-height:48px}.customer-actions .btn-dark{background:#111827;color:#fff}@media(max-width:900px){.festival-offer-card{grid-template-columns:1fr;text-align:center}.offer-burst{margin:auto}.festival-offer-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}}@media(max-width:640px){.festival-offer-card{padding:20px;border-radius:24px}.offer-burst{width:100px;height:100px;font-size:31px}.offer-points{justify-content:center}.festival-offer-actions .btn{width:100%}.district-suggestions{position:absolute;max-height:210px}.minimum-status{font-size:12px}}

/* ===== RAMDEV TRADERS update: official WhatsApp + Google Map ===== */
.map-frame{width:100%;min-height:310px;border-radius:22px;overflow:hidden;border:2px solid var(--gold);box-shadow:0 10px 28px rgba(0,0,0,.12);background:#fff8dc}
.map-frame iframe{display:block;width:100%;height:310px;border:0}
@media(max-width:620px){.map-frame,.map-frame iframe{min-height:260px;height:260px}.mobile-bar a{font-size:11px}}

/* ===== RAMDEV TRADERS update: comments 40 to 42 document downloads ===== */
.btn-gold{background:linear-gradient(135deg,var(--gold),#fff29a);color:var(--deep-red);border:1px solid #f4bd22}
.customer-actions .btn{white-space:normal;text-align:center;line-height:1.2}
@media(max-width:700px){.customer-actions .btn{flex:1 1 100%;font-size:13px;padding:12px 14px}}

/* ===== RAMDEV TRADERS update: comments 46 to 48 view switch + prominent price list ===== */
.hero-price-shortcut{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  background:rgba(255,247,223,.96);
  color:var(--deep-red);
  border:2px solid var(--gold);
  border-radius:999px;
  padding:10px 14px;
  margin:0 0 16px;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  font-weight:1000;
}
.hero-price-shortcut strong{font-size:15px;color:var(--deep-red)}
.hero-price-shortcut a{background:var(--deep-red);color:var(--gold);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:1000}
.hero-price-shortcut a:hover{transform:translateY(-1px)}
.product-view-toolbar{
  position:sticky;
  top:86px;
  z-index:55;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:linear-gradient(135deg,#fffdf2,#fff7df);
  border:1px solid var(--border);
  border-radius:20px;
  padding:12px 14px;
  margin-bottom:10px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.product-view-toolbar strong{display:block;color:var(--deep-red);font-size:15px}
.product-view-toolbar small{display:block;color:var(--muted);font-weight:800;font-size:12px;margin-top:2px}
.view-toggle-group{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:5px;white-space:nowrap}
.view-toggle{border:0;border-radius:999px;background:transparent;color:var(--deep-red);font-weight:1000;padding:9px 13px;cursor:pointer;transition:.2s ease}
.view-toggle.active{background:var(--deep-red);color:var(--gold);box-shadow:0 6px 16px rgba(95,7,7,.2)}
.view-toggle:not(.active):hover{background:#fff2b8}
.product-list-group{display:grid;gap:10px;margin-bottom:18px}
.product-list-row{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 120px 150px 150px 110px;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
  min-width:850px;
}
.list-product-main{display:flex;align-items:center;gap:12px;min-width:0}
.list-photo-button{width:72px;height:72px;border:0;background:#fff7df;border-radius:16px;overflow:hidden;flex:0 0 72px;cursor:pointer;border:1px solid var(--border);padding:0}
.list-photo-button img{width:100%;height:100%;object-fit:cover;display:block}
.list-product-text{min-width:0;display:grid;gap:5px}
.list-product-title{display:flex;align-items:center;gap:8px;min-width:0}
.list-product-title strong{color:var(--navy);line-height:1.2;word-break:break-word}
.list-product-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:var(--muted);font-size:12px;font-weight:900}
.list-tag{display:inline-flex;background:#fff2b8;border-radius:999px;padding:3px 7px;color:var(--deep-red)}
.list-video-slot .product-video-link{font-size:11px}
.list-price-cell small,.list-total-cell small{display:block;color:var(--muted);font-size:11px;font-weight:900;margin-bottom:2px}
.list-total-cell strong{color:var(--deep-red);font-size:16px}.list-qty-cell{display:flex;justify-content:center}.list-price-cell,.list-total-cell{text-align:right}
@media(max-width:900px){.product-view-toolbar{top:76px;align-items:flex-start}.product-list-row{grid-template-columns:minmax(235px,1fr) 105px 130px 140px 95px;min-width:735px}.list-photo-button{width:62px;height:62px;flex-basis:62px}}
@media(max-width:640px){.hero-price-shortcut{border-radius:18px;width:100%;justify-content:center;text-align:center}.hero-price-shortcut a{width:100%;text-align:center}.product-view-toolbar{position:sticky;top:70px;flex-direction:column;align-items:stretch;border-radius:16px;padding:10px}.view-toggle-group{width:100%;display:grid;grid-template-columns:1fr 1fr;border-radius:16px}.view-toggle{padding:10px 8px}.product-list-row{grid-template-columns:minmax(210px,1fr) 85px 110px 120px 85px;min-width:620px;padding:8px;gap:7px}.list-photo-button{width:52px;height:52px;flex-basis:52px;border-radius:12px}.list-product-title strong{font-size:13px}.list-product-meta{font-size:10px}.list-price-cell strong,.list-total-cell strong{font-size:13px}.list-price-cell small,.list-total-cell small{font-size:10px}}

/* ===== RAMDEV TRADERS update: comment 49 - keep List View inside internal scroll area ===== */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.product-page-section,
.product-page-section .container,
.products-layout,
.tile-layout,
.product-panel,
.product-tile-scroll,
.product-tile-list,
.product-list-group {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.product-tile-scroll {
  width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.product-tile-list.list-view-active,
.product-list-group {
  width: 100% !important;
}
.product-list-row {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  grid-template-columns: minmax(220px, 1.75fr) minmax(82px, .58fr) minmax(112px, .72fr) minmax(126px, .72fr) minmax(82px, .45fr) !important;
  gap: 8px !important;
  overflow: hidden;
}
.list-product-main,
.list-product-text,
.list-product-title,
.list-product-title strong,
.list-product-meta,
.list-price-cell,
.list-total-cell,
.list-qty-cell {
  min-width: 0 !important;
  max-width: 100%;
}
.list-product-title strong {
  overflow-wrap: anywhere;
  word-break: normal;
}
.list-product-meta span {
  max-width: 100%;
}
.list-price-cell strong,
.list-total-cell strong {
  overflow-wrap: anywhere;
}
.list-qty-cell .qty-control {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .product-list-row {
    grid-template-columns: minmax(190px, 1.55fr) minmax(72px, .55fr) minmax(95px, .7fr) minmax(112px, .72fr) minmax(75px, .45fr) !important;
    padding: 9px !important;
  }
  .list-photo-button { width: 56px !important; height: 56px !important; flex-basis: 56px !important; }
  .list-product-main { gap: 9px !important; }
}
@media (max-width: 760px) {
  .product-tile-scroll {
    overflow-x: hidden !important;
  }
  .product-list-row {
    grid-template-columns: 1fr 1fr !important;
    align-items: start !important;
    gap: 8px 10px !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }
  .list-product-main {
    grid-column: 1 / -1;
    width: 100%;
  }
  .list-price-cell,
  .list-total-cell {
    text-align: left !important;
    background: #fffaf0;
    border: 1px solid #f0e1bd;
    border-radius: 12px;
    padding: 7px 8px;
  }
  .list-qty-cell {
    justify-content: flex-start !important;
    align-items: center;
  }
  .list-total-cell {
    align-self: center;
  }
  .list-price-cell small,
  .list-total-cell small { font-size: 10px !important; }
  .list-price-cell strong,
  .list-total-cell strong { font-size: 13px !important; }
  .list-photo-button { width: 52px !important; height: 52px !important; flex-basis: 52px !important; }
  .list-product-title strong { font-size: 13px !important; }
  .list-product-meta { font-size: 10px !important; gap: 5px !important; }
  .list-tag { padding: 3px 6px !important; }
}
@media (max-width: 420px) {
  .product-page-section .container { padding-left: 8px !important; padding-right: 8px !important; }
  .product-tile-scroll { padding: 8px !important; }
  .product-list-row { gap: 7px !important; padding: 8px !important; }
  .list-product-main { gap: 7px !important; }
  .list-photo-button { width: 48px !important; height: 48px !important; flex-basis: 48px !important; }
  .list-product-title { gap: 6px !important; }
  .serial-chip { font-size: 10px !important; padding: 3px 6px !important; }
  .qty-control button { width: 29px !important; height: 29px !important; }
  .qty-input { width: 46px !important; height: 29px !important; font-size: 13px !important; }
}
