:root{
  --rt-navy:#37596b;
  --rt-navy-dark:#264352;
  --rt-navy-light:#5b8199;
  --rt-bg:#f6f8f9;
  --rt-ink:#1e2b32;
  --rt-muted:#6b7f89;
}
*{scroll-behavior:smooth}
body{font-family:'Cairo','Heebo',system-ui,sans-serif;background:var(--rt-bg);color:var(--rt-ink)}
a{text-decoration:none}
.text-rt{color:var(--rt-navy)!important}
.bg-rt{background:var(--rt-navy)!important}
.btn-rt{background:var(--rt-navy);color:#fff;border:0;border-radius:12px;padding:.6rem 1.4rem;font-weight:700;transition:.25s}
.btn-rt:hover{background:var(--rt-navy-dark);color:#fff;transform:translateY(-2px)}
.btn-rt-outline{border:2px solid var(--rt-navy);color:var(--rt-navy);border-radius:12px;padding:.55rem 1.35rem;font-weight:700;background:transparent;transition:.25s}
.btn-rt-outline:hover{background:var(--rt-navy);color:#fff}

.navbar{background:#fff;box-shadow:0 2px 18px rgba(30,43,50,.07);padding:.45rem 0}
.rt-topbar{
  background:linear-gradient(90deg,#1e3540 0%,#264352 50%,#2a4654 100%);
  color:#fff;
  font-size:.78rem;
  padding:.4rem 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 4px 14px rgba(20,35,44,.12);
}
.rt-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  min-height:34px;
}
.rt-topbar-start{
  display:flex;
  align-items:center;
  gap:.65rem;
  min-width:0;
}
.rt-topbar-nav{
  display:flex;
  align-items:center;
  gap:.25rem;
  flex-shrink:0;
}
.rt-toplink{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  color:rgba(255,255,255,.88);
  font-weight:600;
  line-height:1.2;
  padding:.28rem .72rem;
  border-radius:999px;
  transition:background .2s,color .2s;
  white-space:nowrap;
}
.rt-toplink i{font-size:.82rem;opacity:.92}
.rt-toplink:hover{color:#fff;background:rgba(255,255,255,.12)}
.rt-toplink.active{color:#fff;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.rt-topbar-lang{
  display:inline-flex;
  align-items:center;
  gap:2px;
  padding:2px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.rt-topbar-lang .lang-btn{
  border:0;
  border-radius:999px;
  background:transparent;
  font-weight:600;
  padding:.24rem .62rem;
  font-size:.72rem;
  color:rgba(255,255,255,.88);
  line-height:1.2;
  transition:background .2s,color .2s,box-shadow .2s;
}
.rt-topbar-lang .lang-btn:hover{color:#fff;background:rgba(255,255,255,.08)}
.rt-topbar-lang .lang-btn.active{
  background:#fff;
  color:var(--rt-navy-dark);
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.rt-topbar-phone{
  align-items:center;
  gap:.4rem;
  color:rgba(255,255,255,.82);
  font-weight:600;
  font-size:.74rem;
  padding:.22rem .55rem;
  border-radius:999px;
  border-inline-start:1px solid rgba(255,255,255,.14);
  padding-inline-start:.75rem;
  transition:color .2s;
}
.rt-topbar-phone:hover{color:#fff}
.rt-topbar-phone i{font-size:.78rem;color:#7ec8e3}
.navbar-brand img{height:44px;flex-shrink:0}
.rt-brand-text{min-width:0}
.rt-brand-name{font-size:1rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:9.5rem}
.rt-brand-sub{display:block;font-size:.68rem;margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:9.5rem}
.navbar-brand .fw-bold{font-size:.95rem;line-height:1.2}
.navbar-brand small{font-size:.68rem;display:block;margin-top:.15rem}
.rt-nav-list{gap:.1rem}
.rt-nav-list .nav-link{
  font-size:.84rem;
  font-weight:600;
  color:var(--rt-ink)!important;
  padding:.4rem .5rem;
  line-height:1.25;
  white-space:nowrap;
}
.rt-nav-list .nav-link:hover,.rt-nav-list .nav-link.active,.rt-nav-list .nav-link.show{color:var(--rt-navy)!important}
.rt-nav-list .dropdown-toggle::after{
  font-size:.65rem;
  margin-inline-start:.25rem;
  vertical-align:.15em;
}
.rt-nav-cat-label{display:inline-block;max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}
.rt-nav-dd .dropdown-menu{border:0;border-radius:10px;box-shadow:0 10px 28px rgba(30,43,50,.12);padding:.35rem 0;min-width:170px;margin-top:.2rem}
.rt-nav-dd .dropdown-item{font-size:.84rem;font-weight:600;color:var(--rt-ink);padding:.45rem .9rem;line-height:1.3}
.rt-nav-dd .dropdown-item .rt-nav-cat-label{max-width:none}
.rt-nav-dd .dropdown-item:hover,.rt-nav-dd .dropdown-item:focus{background:var(--rt-bg);color:var(--rt-navy)}
.rt-nav-tools .lang-btn{
  border:1px solid #dbe3e7;border-radius:8px;background:#fff;font-weight:600;
  padding:.22rem .5rem;font-size:.74rem;color:var(--rt-navy);line-height:1.2;
}
.rt-nav-tools .lang-btn.active{background:var(--rt-navy);color:#fff}
.rt-nav-cart{padding:.42rem .75rem!important;font-size:.82rem!important;border-radius:10px!important;font-weight:600!important}
.rt-nav-cart .bi{font-size:1rem}
.rt-nav-cart-mobile{padding:.45rem .58rem!important;min-width:42px;min-height:42px}
.rt-nav-cart-mobile:hover{transform:none}
.rt-nav-cart-mobile .bi{font-size:1.15rem}
.rt-navbar-mobile{flex:0 0 auto}
.rt-navbar-mobile .navbar-toggler{border-color:#dbe3e7;padding:.35rem .55rem;flex-shrink:0}
.rt-navbar-mobile .navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(91,129,153,.2)}
@media (max-width:991.98px){
  .rt-navbar-shell{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
  }
  .rt-navbar-shell>.navbar-brand{
    flex:1 1 auto;
    min-width:0;
    max-width:none;
    margin-inline-end:.5rem;
  }
  .rt-navbar-mobile{margin-inline-start:auto!important}
  .rt-navbar-shell>.navbar-collapse{
    flex:0 0 100%;
    width:100%;
  }
}
@media (min-width:992px){
  .rt-nav-dd:hover>.dropdown-menu{display:block}
  .rt-nav-dd .dropdown-toggle::after{transition:transform .2s}
  .rt-nav-dd:hover>.nav-link.dropdown-toggle::after{transform:rotate(180deg)}
}
@media (min-width:576px){
  .rt-brand-name{max-width:12rem;font-size:1.02rem}
  .rt-brand-sub{max-width:12rem}
}
@media (min-width:992px){
  .rt-brand-name{max-width:none;font-size:1.05rem}
  .rt-brand-sub{max-width:none}
}
@media (min-width:1200px){
  .rt-nav-list .nav-link{font-size:.88rem;padding:.42rem .58rem}
  .rt-nav-cat-label{max-width:8.5rem}
}
@media (max-width:991.98px){
  .rt-nav-list{margin-top:.5rem;padding-top:.35rem;border-top:1px solid #e8eef1}
  .rt-nav-list .nav-link{font-size:.92rem;padding:.55rem .25rem;white-space:normal}
  .rt-nav-cat-label{max-width:none}
}
.lang-btn{border:1px solid #dbe3e7;border-radius:10px;background:#fff;font-weight:700;padding:.35rem .8rem;color:var(--rt-navy)}
.lang-btn.active{background:var(--rt-navy);color:#fff}

.hero{background:linear-gradient(135deg,#2c4a59 0%,#37596b 45%,#5b8199 100%);color:#fff;padding:5.5rem 0 6rem;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;inset:auto -120px -180px auto;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.06)}
.hero h1{font-weight:800;font-size:clamp(1.9rem,4vw,3.2rem)}
.hero p{opacity:.9;font-size:1.1rem;max-width:620px}

.section-title{font-weight:800;position:relative;display:inline-block;padding-bottom:.6rem}
.section-title:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:60px;height:4px;background:var(--rt-navy);border-radius:4px}

.card-soft{background:#fff;border:1px solid #e8eef1;border-radius:18px;transition:.28s;height:100%}
.card-soft:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(30,43,50,.12);border-color:#cfdde4}

.brand-card{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1.4rem .8rem;background:#fff;border:1px solid #e8eef1;border-radius:18px;transition:.28s;height:100%}
.brand-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(30,43,50,.12)}
.brand-card .brand-mark{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e9f0f4,#cfdde4);color:var(--rt-navy);font-weight:800;font-size:1.5rem;margin-bottom:.7rem}
.brand-card span{font-weight:700;color:var(--rt-ink)}
.brand-card small{color:var(--rt-muted)}

.cat-icon{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:#e9f0f4;color:var(--rt-navy);font-size:1.6rem;margin-bottom:.8rem}

.product-img{height:190px;object-fit:contain;background:#fff;padding:14px;border-bottom:1px solid #eef3f5;border-radius:18px 18px 0 0;width:100%}
.price{font-weight:800;color:var(--rt-navy);font-size:1.15rem}
.old-price{text-decoration:line-through;color:#a5b4bb;font-size:.9rem;margin-inline-start:.4rem}
.badge-rt{background:var(--rt-navy);border-radius:8px;font-weight:700}
.badge-sale{background:#c0392b;border-radius:8px;font-weight:700}

.filter-box{background:#fff;border:1px solid #e8eef1;border-radius:18px;padding:1.2rem;position:sticky;top:96px}
.form-control:focus,.form-select:focus{border-color:var(--rt-navy-light);box-shadow:0 0 0 .2rem rgba(91,129,153,.2)}
footer{background:var(--rt-navy-dark);color:#dfe8ec;padding:3rem 0 1.2rem}
footer a{color:#dfe8ec;opacity:.85}
footer a:hover{opacity:1;color:#fff}
.cart-count{position:absolute;top:-6px;inset-inline-end:-8px;background:#c0392b;color:#fff;border-radius:50%;font-size:.7rem;padding:1px 6px;font-weight:700}
.whatsapp-float{position:fixed;bottom:22px;inset-inline-end:22px;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:1000}
.whatsapp-float:hover{color:#fff;transform:scale(1.07)}
.fade-up{opacity:0;transform:translateY(24px);transition:.6s}
.fade-up.show{opacity:1;transform:none}

/* أزرار مصغرة داخل بطاقة المنتج */
.btn-rt.btn-sm,.btn-rt-outline.btn-sm{padding:.42rem .55rem;font-size:.82rem;white-space:nowrap}
.card-soft .d-flex.gap-2 .btn-rt-outline.btn-sm{flex:0 0 auto}
.card-soft{overflow:hidden}
@media (max-width:575.98px){
  .card-soft .d-flex.gap-2{flex-direction:column}
  .card-soft .d-flex.gap-2 .btn-rt-outline.btn-sm{width:100%}
}

/* ================= سلايدر احترافي ================= */
.rt-hero-slider{position:relative}
.rt-slide{position:relative;height:clamp(380px,58vh,600px);background-size:cover;background-position:center}
.rt-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,35,44,.92) 0%,rgba(38,67,82,.75) 45%,rgba(38,67,82,.25) 100%)}
[dir="rtl"] .rt-slide:before{background:linear-gradient(270deg,rgba(20,35,44,.92) 0%,rgba(38,67,82,.75) 45%,rgba(38,67,82,.25) 100%)}
.rt-slide .container{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.rt-slide-content{max-width:660px}
.rt-slide-title{font-weight:800;font-size:clamp(1.7rem,3.7vw,3rem);color:#fff;max-width:660px;text-shadow:0 6px 30px rgba(0,0,0,.35);margin:1rem 0 .75rem;line-height:1.25}
.rt-slide-desc{color:#e6eef2;font-size:1.08rem;max-width:560px;margin-bottom:1.25rem;line-height:1.6}
.rt-slide-btn-primary{background:#fff!important;color:#2c4a59!important}
.rt-slide-btn-primary:hover{background:#f2f6f8!important;color:#264352!important}
.rt-slide-btn-secondary{border-color:#fff!important;color:#fff!important}
.rt-slide-btn-secondary:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}
.rt-slide h2{font-weight:800;font-size:clamp(1.7rem,3.7vw,3rem);color:#fff;max-width:660px;text-shadow:0 6px 30px rgba(0,0,0,.35)}
.rt-slide p{color:#e6eef2;font-size:1.08rem;max-width:560px}
.rt-eyebrow{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;font-weight:700;border-radius:999px;padding:.35rem 1rem;font-size:.85rem;backdrop-filter:blur(6px)}
.carousel-indicators [data-bs-target]{width:34px;height:5px;border-radius:6px;background:rgba(255,255,255,.55)}
.carousel-indicators .active{background:#fff}
.carousel-control-prev,.carousel-control-next{width:8%;opacity:.75}

/* ================= الشريط المتحرك ================= */
.rt-ticker{background:linear-gradient(90deg,var(--rt-navy-dark),var(--rt-navy),var(--rt-navy-dark));color:#fff;overflow:hidden;display:flex;align-items:center;position:relative;box-shadow:0 6px 20px rgba(30,43,50,.15)}
.rt-ticker-label{background:#c0392b;font-weight:800;padding:.7rem 1.1rem;white-space:nowrap;display:flex;align-items:center;gap:.45rem;z-index:2;box-shadow:0 0 22px rgba(192,57,43,.55)}
.rt-ticker-viewport{overflow:hidden;flex:1}
.rt-ticker-track{display:flex;gap:2.4rem;width:max-content;animation:rt-marquee 34s linear infinite;padding:.7rem 1.4rem}
.rt-ticker:hover .rt-ticker-track{animation-play-state:paused}
.rt-ticker-item{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-weight:600;color:#eaf2f6;text-decoration:none}
.rt-ticker-item:hover{color:#fff}
.rt-ticker-item .tp{font-weight:800;color:#ffd166}
.rt-ticker-item .to{text-decoration:line-through;opacity:.6;font-size:.85em}
.rt-ticker-item .dot{width:6px;height:6px;border-radius:50%;background:#5b8199}
@keyframes rt-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
[dir="rtl"] .rt-ticker-track{animation-name:rt-marquee-rtl}
@keyframes rt-marquee-rtl{from{transform:translateX(0)}to{transform:translateX(50%)}}
@media (prefers-reduced-motion:reduce){.rt-ticker-track{animation:none}}

/* ================= بطاقات الأقسام ================= */
.cat-card{position:relative;display:block;border-radius:20px;overflow:hidden;height:230px;border:1px solid #e8eef1;transition:.32s;box-shadow:0 6px 20px rgba(30,43,50,.06)}
.cat-card img{width:100%;height:100%;object-fit:cover;transition:.55s}
.cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,35,44,.92) 8%,rgba(20,35,44,.35) 55%,rgba(20,35,44,.05) 100%)}
.cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(30,43,50,.22)}
.cat-card:hover img{transform:scale(1.09)}
.cat-body{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:1.1rem 1.2rem;color:#fff}
.cat-body h6{font-weight:800;font-size:1.05rem;margin:0 0 .15rem}
.cat-body small{opacity:.85}
.cat-chip{position:absolute;top:.9rem;inset-inline-start:.9rem;z-index:2;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--rt-navy);font-size:1.15rem}
.cat-go{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;font-weight:700;font-size:.88rem;opacity:0;transform:translateY(6px);transition:.3s}
.cat-card:hover .cat-go{opacity:1;transform:none}

/* ================= بطاقات الماركات ================= */
.brand-card{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1.1rem .9rem;background:#fff;border:1px solid #e8eef1;border-radius:18px;transition:.28s;height:100%;position:relative;overflow:hidden}
.brand-card:before{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,var(--rt-navy),var(--rt-navy-light));transform:scaleX(0);transition:.3s}
.brand-card:hover:before{transform:scaleX(1)}
.brand-logo{width:100%;height:74px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:.3s}
.brand-card:hover .brand-logo{filter:none;opacity:1;transform:scale(1.04)}
.brand-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(30,43,50,.12);border-color:#cfdde4}
.brand-card .b-name{font-weight:700;color:var(--rt-ink);margin-top:.5rem;font-size:.95rem}
.brand-card .b-count{color:var(--rt-muted);font-size:.8rem}

/* ================= إعلان العروض ================= */
.offer-modal .modal-content{border:0;border-radius:22px;overflow:hidden}
.offer-hero{background:linear-gradient(135deg,#2c4a59,#37596b 55%,#5b8199);color:#fff;padding:1.8rem 1.6rem;position:relative}
.offer-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.07);inset:auto -60px -110px auto}
.offer-hero h4{font-weight:800}
.offer-list{max-height:46vh;overflow:auto}
.offer-row{display:flex;align-items:center;gap:.8rem;padding:.6rem .3rem;border-bottom:1px solid #eef3f5}
.offer-row:last-child{border-bottom:0}
.offer-row img{width:64px;height:52px;object-fit:contain;background:#f2f6f8;border-radius:10px;padding:4px}
.offer-pill{background:#c0392b;color:#fff;font-weight:800;border-radius:8px;padding:.15rem .5rem;font-size:.78rem}

/* ================= صفحات داخلية — هيرو ================= */
.rt-page-hero{background:linear-gradient(135deg,#2c4a59,#5b8199);color:#fff}
.rt-page-hero h1{font-size:clamp(1.45rem,4vw,2.2rem);line-height:1.35;margin:0}

/* ================= Mobile — تجربة متناسقة ================= */
@media (max-width:767.98px){
  .container{padding-inline:1rem}
  .rt-topbar{padding:.34rem 0;font-size:.72rem}
  .rt-topbar-inner{gap:.45rem}
  .rt-topbar-start{gap:.45rem}
  .rt-topbar-lang .lang-btn{padding:.22rem .5rem;font-size:.68rem}
  .rt-toplink{padding:.24rem .52rem;font-size:.72rem;gap:.28rem}
  .rt-toplink span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .rt-toplink i{font-size:.92rem}
  section.py-5{padding-top:2.15rem!important;padding-bottom:2.15rem!important}
  .section-title{font-size:1.32rem;padding-bottom:.5rem}
  .section-title:after{width:48px;height:3px}
  .rt-section-head{flex-direction:column;align-items:stretch!important}
  .rt-section-head .btn-rt-outline{width:100%;text-align:center;padding:.55rem 1rem;font-size:.88rem}

  /* Hero slider */
  .rt-hero-slider .carousel{margin-bottom:0}
  .rt-slide{
    height:clamp(360px,78vw,440px);
    background-position:center center;
  }
  .rt-slide:before{
    background:linear-gradient(to top,rgba(20,35,44,.95) 0%,rgba(38,67,82,.82) 38%,rgba(38,67,82,.45) 68%,rgba(38,67,82,.2) 100%)!important;
  }
  .rt-slide .container{
    align-items:flex-end;
    padding-bottom:2.75rem;
  }
  .rt-slide-content{max-width:none;width:100%}
  .rt-eyebrow{font-size:.72rem;padding:.3rem .8rem;gap:.35rem}
  .rt-slide-title{
    font-size:clamp(1.28rem,5.4vw,1.65rem);
    margin:.75rem 0 .55rem;
    line-height:1.35;
  }
  .rt-slide-desc{
    font-size:.88rem;
    margin-bottom:1rem;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .rt-slide-actions{
    flex-direction:column;
    gap:.55rem!important;
    width:100%;
  }
  .rt-slide-actions .btn-rt,
  .rt-slide-actions .btn-rt-outline{
    width:100%;
    text-align:center;
    padding:.62rem 1rem;
    font-size:.88rem;
    border-radius:11px;
  }
  .rt-slide-actions .btn-rt:hover,
  .rt-slide-actions .btn-rt-outline:hover{transform:none}
  .carousel-control-prev,
  .carousel-control-next{width:14%;opacity:.45}
  .carousel-indicators{margin-bottom:.35rem}
  .carousel-indicators [data-bs-target]{width:24px;height:4px}

  /* Ticker */
  .rt-ticker{flex-direction:column;align-items:stretch}
  .rt-ticker-label{
    justify-content:center;
    padding:.48rem .85rem;
    font-size:.76rem;
    box-shadow:none;
  }
  .rt-ticker-viewport{width:100%}
  .rt-ticker-track{padding:.5rem .85rem;gap:1.35rem}
  .rt-ticker-item{font-size:.8rem;gap:.4rem}

  /* Feature cards */
  .rt-features .card-soft{padding:1rem!important}
  .rt-features .fs-2{font-size:1.45rem!important}
  .rt-features h6{font-size:.86rem;margin-top:.45rem!important}
  .rt-features small{font-size:.74rem;line-height:1.45;display:block}

  /* Brands & categories */
  .brand-card{padding:.85rem .6rem}
  .brand-logo{height:54px}
  .brand-card .b-name{font-size:.86rem}
  .brand-card .b-count{font-size:.74rem}
  .cat-card{height:188px;border-radius:16px}
  .cat-body{padding:.8rem .95rem}
  .cat-body h6{font-size:.92rem}
  .cat-chip{width:36px;height:36px;font-size:1rem;top:.7rem;inset-inline-start:.7rem;border-radius:11px}
  .cat-go{opacity:1;transform:none;font-size:.78rem;margin-top:.35rem}

  /* Product cards */
  .product-img{height:148px;padding:10px}
  .card-soft .p-3{padding:1rem!important}
  .card-soft .p-3 h6{min-height:auto!important;font-size:.86rem;line-height:1.35}
  .card-soft .p-3 p.small{
    min-height:auto!important;
    font-size:.74rem;
    margin-bottom:.65rem!important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .price{font-size:1rem}
  .old-price{font-size:.78rem}

  /* Page heroes */
  .rt-page-hero h1{font-size:1.4rem}

  /* Shop filters */
  .filter-box{position:static;top:auto;padding:1rem;border-radius:16px}
  .filter-box .form-control,
  .filter-box .form-select{font-size:.92rem}

  /* Footer & float */
  footer{padding:2.1rem 0 1rem}
  footer .row.g-4{--bs-gutter-y:1.35rem}
  .whatsapp-float{width:50px;height:50px;font-size:1.45rem;bottom:16px;inset-inline-end:16px}

  /* Less motion on touch */
  .btn-rt:hover,
  .btn-rt-outline:hover,
  .card-soft:hover,
  .brand-card:hover,
  .cat-card:hover,
  .whatsapp-float:hover{transform:none}
}

@media (max-width:575.98px){
  .rt-slide{height:clamp(340px,88vw,400px)}
  .rt-slide .container{padding-bottom:2.35rem}
  .rt-brand-name{font-size:.88rem;max-width:7rem}
  .rt-topbar-nav{gap:.15rem}
  .rt-toplink{padding:.28rem .45rem}
  .rt-features .col-6:nth-child(odd){padding-inline-end:.35rem}
  .rt-features .col-6:nth-child(even){padding-inline-start:.35rem}
}
