:root{
    --rtm-dark:#111827;
    --rtm-ink:#1f2937;
    --rtm-muted:#6b7280;
    --rtm-line:#e5e7eb;
    --rtm-bg:#f8fafc;
    --rtm-card:#ffffff;
    --rtm-brand:#f97316;
    --rtm-brand-dark:#c2410c;
    --rtm-green:#16a34a;
    --rtm-blue:#2563eb;
    --rtm-radius:22px;
    --rtm-shadow:0 18px 55px rgba(15,23,42,.10);
}
.market-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--rtm-line);box-shadow:0 6px 30px rgba(15,23,42,.04)}
.market-topbar{background:var(--rtm-dark);color:#fff;font-size:13px;padding:8px 0}
.market-topbar .inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.market-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.market-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--rtm-dark)}
.market-logo img{max-width:150px;height:auto}
.market-menu{display:flex;align-items:center;gap:26px;margin:0;padding:0;list-style:none}
.market-menu a{font-weight:700;color:var(--rtm-ink);text-decoration:none}
.market-menu a:hover{color:var(--rtm-brand)}
.market-actions{display:flex;align-items:center;gap:10px}
.rt-pro-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 20px;font-weight:800;text-decoration:none;border:1px solid transparent;line-height:1.1;transition:.2s ease}
.rt-pro-btn-primary{background:var(--rtm-brand);color:#fff!important;border-color:var(--rtm-brand)}
.rt-pro-btn-primary:hover{background:var(--rtm-brand-dark);border-color:var(--rtm-brand-dark);color:#fff!important}
.rt-pro-btn-dark{background:var(--rtm-dark);color:#fff!important;border-color:var(--rtm-dark)}
.rt-pro-btn-light{background:#fff;color:var(--rtm-dark)!important;border-color:var(--rtm-line)}
.rt-pro-btn-green{background:var(--rtm-green);color:#fff!important;border-color:var(--rtm-green)}
.rt-mobile-menu-btn{display:none}
.market-hero{background:linear-gradient(135deg,#fff7ed 0%,#f8fafc 42%,#eef2ff 100%);padding:72px 0 54px;position:relative;overflow:hidden}
.market-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;background:rgba(249,115,22,.12);border-radius:999px}
.market-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center;position:relative;z-index:2}
.market-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(249,115,22,.25);background:#fff;border-radius:999px;padding:8px 14px;color:var(--rtm-brand-dark);font-weight:800;margin-bottom:18px}
.market-title{font-size:clamp(36px,5vw,68px);line-height:.98;font-weight:900;color:var(--rtm-dark);letter-spacing:-.045em;margin-bottom:18px}
.market-subtitle{font-size:18px;color:var(--rtm-muted);line-height:1.75;max-width:720px;margin-bottom:26px}
.market-search{display:flex;gap:10px;background:#fff;border:1px solid var(--rtm-line);box-shadow:var(--rtm-shadow);padding:10px;border-radius:999px;margin:26px 0;max-width:740px}
.market-search input{border:0;outline:0;flex:1;padding:0 14px;font-size:15px}
.market-hero-card{background:#fff;border:1px solid var(--rtm-line);box-shadow:var(--rtm-shadow);border-radius:var(--rtm-radius);padding:28px}
.market-hero-card h4{margin-bottom:10px}
.market-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}
.market-stat{border:1px solid var(--rtm-line);border-radius:18px;padding:18px;background:#fff}
.market-stat strong{display:block;font-size:28px;color:var(--rtm-dark)}
.market-stat span{font-size:13px;color:var(--rtm-muted);font-weight:700}
.market-section{padding:72px 0}
.market-section.soft{background:var(--rtm-bg)}
.market-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.market-heading h2{font-size:clamp(28px,3.2vw,46px);font-weight:900;letter-spacing:-.035em;color:var(--rtm-dark);margin:0}
.market-heading p{color:var(--rtm-muted);max-width:660px;line-height:1.7;margin:8px 0 0}
.market-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.market-category-card{display:block;background:#fff;border:1px solid var(--rtm-line);border-radius:20px;padding:20px;text-decoration:none;color:var(--rtm-dark);box-shadow:0 10px 30px rgba(15,23,42,.05);min-height:150px}
.market-category-card:hover{transform:translateY(-3px);box-shadow:var(--rtm-shadow);color:var(--rtm-dark)}
.market-category-icon{width:46px;height:46px;border-radius:15px;background:#fff7ed;color:var(--rtm-brand);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}
.market-category-card h5{font-weight:900;margin-bottom:8px}
.market-category-card p{color:var(--rtm-muted);font-size:14px;line-height:1.5;margin:0}
.market-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.market-product-card{background:#fff;border:1px solid var(--rtm-line);border-radius:22px;overflow:hidden;box-shadow:0 10px 35px rgba(15,23,42,.05);height:100%;display:flex;flex-direction:column}
.market-product-media{height:220px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}
.market-product-media img{width:100%;height:100%;object-fit:cover}
.market-product-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.market-chip{display:inline-flex;width:max-content;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800;padding:6px 10px}
.market-price{font-size:20px;font-weight:900;color:var(--rtm-brand-dark)}
.market-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}
.market-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.market-info-card{background:#fff;border:1px solid var(--rtm-line);border-radius:22px;padding:24px;box-shadow:0 10px 35px rgba(15,23,42,.05)}
.market-info-card h4{font-weight:900;margin-bottom:8px}
.market-info-card p{color:var(--rtm-muted);line-height:1.7;margin:0}
.rt-quote-panel{background:var(--rtm-dark);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--rtm-shadow)}
.rt-quote-panel h2,.rt-quote-panel h3{color:#fff}
.rt-quote-panel p{color:rgba(255,255,255,.74)}
.rt-quote-form{display:grid;gap:14px}
.rt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rt-quote-form label{display:grid;gap:7px;margin:0}
.rt-quote-form span{font-size:13px;font-weight:800;color:inherit}
.rt-quote-form input,.rt-quote-form select,.rt-quote-form textarea{width:100%;border:1px solid var(--rtm-line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--rtm-dark);outline:0}
.rt-quote-form textarea{min-height:118px;resize:vertical}
.rt-form-full{grid-column:1/-1}
.market-page-hero{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:62px 0}
.market-page-hero h1{color:#fff;font-size:clamp(34px,4vw,58px);font-weight:900;letter-spacing:-.04em;margin:0}
.market-page-hero p{color:rgba(255,255,255,.72);max-width:760px;margin-top:12px;line-height:1.75}
.market-filterbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.market-filterbar a{border:1px solid var(--rtm-line);background:#fff;color:var(--rtm-ink);padding:10px 16px;border-radius:999px;font-weight:800;text-decoration:none}
.market-filterbar a.active,.market-filterbar a:hover{background:var(--rtm-brand);border-color:var(--rtm-brand);color:#fff}
.market-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:40px;text-align:center;color:var(--rtm-muted)}
.market-pdp{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:38px;align-items:start}
.market-pdp-media{border-radius:26px;overflow:hidden;border:1px solid var(--rtm-line);background:#f8fafc}
.market-pdp-media img{width:100%;height:auto;display:block}
.market-pdp-panel{background:#fff;border:1px solid var(--rtm-line);border-radius:26px;padding:28px;box-shadow:var(--rtm-shadow)}
.market-pdp-panel h1{font-size:clamp(30px,4vw,48px);font-weight:900;letter-spacing:-.035em;margin-bottom:12px}
.market-meta-list{display:grid;gap:10px;margin:20px 0;padding:0;list-style:none}
.market-meta-list li{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--rtm-line);padding-bottom:10px}
.market-meta-list span{color:var(--rtm-muted)}
.market-meta-list strong{text-align:right}
.market-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.market-blog-card{background:#fff;border:1px solid var(--rtm-line);border-radius:22px;overflow:hidden;text-decoration:none;color:var(--rtm-dark);box-shadow:0 10px 35px rgba(15,23,42,.05)}
.market-blog-card img{width:100%;height:190px;object-fit:cover;background:#f3f4f6}
.market-blog-card div{padding:20px}
.market-blog-card h4{font-weight:900;margin-bottom:8px}
.market-blog-card p{color:var(--rtm-muted);line-height:1.6}
.market-footer{background:#0f172a;color:#cbd5e1;padding-top:58px}
.market-footer h5{color:#fff;font-weight:900;margin-bottom:16px}
.market-footer a{color:#cbd5e1;text-decoration:none}
.market-footer a:hover{color:#fff}
.market-footer .bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding:22px 0;color:#94a3b8}
.market-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:34px}
.market-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
@media(max-width:1199px){
    .market-menu{display:none}
    .rt-mobile-menu-btn{display:inline-flex}
    .market-category-grid{grid-template-columns:repeat(3,1fr)}
    .market-product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:991px){
    .market-hero-grid,.market-pdp{grid-template-columns:1fr}
    .market-info-grid{grid-template-columns:repeat(2,1fr)}
    .market-product-grid{grid-template-columns:repeat(2,1fr)}
    .market-blog-grid{grid-template-columns:repeat(2,1fr)}
    .market-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
    .market-topbar .inner,.market-nav,.market-heading{align-items:flex-start}
    .market-nav{height:auto;padding:14px 0}
    .market-actions .cart-mini{display:none}
    .market-hero{padding:42px 0}
    .market-search{border-radius:20px;flex-direction:column}
    .market-category-grid,.market-product-grid,.market-info-grid,.market-blog-grid,.market-footer-grid,.rt-form-row{grid-template-columns:1fr}
    .market-product-actions{grid-template-columns:1fr}
}

/* Phase 5A Professional Marketplace UI */
.rt5-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(249,115,22,.18),transparent 30%),linear-gradient(135deg,#0f172a 0%,#111827 44%,#1f2937 100%);padding:84px 0 74px;color:#fff}
.rt5-hero:after{content:"";position:absolute;right:-140px;top:-120px;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.06)}
.rt5-hero .container{position:relative;z-index:2}
.rt5-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:46px;align-items:center}
.rt5-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);font-weight:800;color:#fed7aa;margin-bottom:20px}
.rt5-title{font-size:clamp(42px,5.6vw,78px);line-height:.95;font-weight:950;letter-spacing:-.06em;color:#fff;margin-bottom:20px}
.rt5-subtitle{font-size:18px;line-height:1.78;color:rgba(255,255,255,.76);max-width:780px;margin-bottom:28px}
.rt5-search{display:flex;gap:10px;background:#fff;border-radius:24px;padding:10px;box-shadow:0 30px 80px rgba(0,0,0,.24);max-width:760px;margin:28px 0}
.rt5-search input{border:0;outline:0;flex:1;padding:0 14px;color:#111827;font-size:15px}
.rt5-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.24);backdrop-filter:blur(16px)}
.rt5-hero-card h3{color:#fff;font-weight:900;margin-bottom:12px}
.rt5-hero-card p{color:rgba(255,255,255,.75);line-height:1.7}
.rt5-quick-list{display:grid;gap:12px;margin-top:22px}
.rt5-quick-item{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.rt5-quick-item strong{display:block;color:#fff}
.rt5-quick-item span{display:block;color:rgba(255,255,255,.7);font-size:13px;line-height:1.5}
.rt5-section{padding:76px 0}
.rt5-section-muted{background:#f8fafc}
.rt5-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}
.rt5-section-head h2{font-size:clamp(30px,3.4vw,50px);font-weight:950;letter-spacing:-.045em;color:#0f172a;margin:0}
.rt5-section-head p{color:#64748b;line-height:1.75;max-width:720px;margin:9px 0 0}
.rt5-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.rt5-category-card{position:relative;display:flex;flex-direction:column;min-height:188px;padding:22px;border-radius:26px;background:#fff;border:1px solid #e5e7eb;text-decoration:none;color:#111827;box-shadow:0 12px 34px rgba(15,23,42,.06);overflow:hidden}
.rt5-category-card:after{content:"";position:absolute;right:-34px;bottom:-36px;width:110px;height:110px;border-radius:50%;background:rgba(249,115,22,.08)}
.rt5-category-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.12);color:#111827}
.rt5-category-icon{width:52px;height:52px;border-radius:18px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}
.rt5-category-card h3{font-size:18px;font-weight:900;margin-bottom:8px}
.rt5-category-card p{color:#64748b;font-size:14px;line-height:1.58;margin:0}
.rt5-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.rt5-product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:28px;overflow:hidden;box-shadow:0 14px 38px rgba(15,23,42,.07);min-height:100%}
.rt5-product-card:hover{box-shadow:0 24px 70px rgba(15,23,42,.13);transform:translateY(-3px)}
.rt5-product-media{position:relative;height:230px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;overflow:hidden}
.rt5-product-media img{width:100%;height:100%;object-fit:cover}
.rt5-no-image{width:96px;height:96px;border-radius:30px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:950;color:#ea580c;text-align:center;line-height:1.1}
.rt5-product-badge{position:absolute;top:14px;left:14px;background:#0f172a;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
.rt5-product-body{display:flex;flex-direction:column;gap:11px;padding:20px;flex:1}
.rt5-product-category{display:inline-flex;width:max-content;border-radius:999px;background:#fff7ed;color:#c2410c;padding:6px 10px;font-size:12px;font-weight:900}
.rt5-product-title{font-size:18px;font-weight:950;line-height:1.28;margin:0}
.rt5-product-title a{color:#0f172a;text-decoration:none}
.rt5-product-title a:hover{color:#ea580c}
.rt5-product-desc{color:#64748b;font-size:14px;line-height:1.62;min-height:45px;margin:0}
.rt5-price-box{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #fed7aa;background:#fff7ed;border-radius:18px;padding:12px 14px}
.rt5-price-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#9a3412}
.rt5-price-value{font-weight:950;color:#c2410c;font-size:17px;text-align:right}
.rt5-mini-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rt5-mini-meta div{border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#f8fafc}
.rt5-mini-meta span{display:block;font-size:11px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.rt5-mini-meta strong{display:block;font-size:13px;color:#0f172a;margin-top:3px}
.rt5-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}
.rt5-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 16px;font-weight:900;text-decoration:none;border:1px solid transparent;line-height:1.1;cursor:pointer;transition:.18s ease}
.rt5-btn-primary{background:#f97316;color:#fff!important;border-color:#f97316}
.rt5-btn-primary:hover{background:#c2410c;border-color:#c2410c;color:#fff!important}
.rt5-btn-dark{background:#0f172a;color:#fff!important;border-color:#0f172a}
.rt5-btn-light{background:#fff;color:#0f172a!important;border-color:#e5e7eb}
.rt5-btn-green{background:#16a34a;color:#fff!important;border-color:#16a34a}
.rt5-btn-block{width:100%}
.rt5-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.rt5-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:24px;box-shadow:0 12px 38px rgba(15,23,42,.06)}
.rt5-info-card h3,.rt5-info-card h4{font-weight:950;color:#0f172a;margin-bottom:9px}
.rt5-info-card p{color:#64748b;line-height:1.7;margin:0}
.rt5-quote-panel{background:linear-gradient(135deg,#0f172a,#1f2937);border-radius:34px;padding:36px;color:#fff;box-shadow:0 28px 80px rgba(15,23,42,.2)}
.rt5-quote-panel h2,.rt5-quote-panel h3{color:#fff;font-weight:950}
.rt5-quote-panel p{color:rgba(255,255,255,.76);line-height:1.75}
.rt5-shop-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}
.rt5-filter-panel{position:sticky;top:112px;background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:22px;box-shadow:0 12px 38px rgba(15,23,42,.06)}
.rt5-filter-panel h3{font-weight:950;margin-bottom:14px}
.rt5-cat-list{display:grid;gap:8px}
.rt5-cat-list a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#0f172a;border:1px solid #e5e7eb;border-radius:16px;padding:11px 13px;font-weight:800;background:#fff}
.rt5-cat-list a.active,.rt5-cat-list a:hover{background:#0f172a;border-color:#0f172a;color:#fff}
.rt5-shop-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:16px 18px}
.rt5-shop-top strong{font-size:18px;color:#0f172a}
.rt5-pdp-wrap{display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:34px;align-items:start}
.rt5-pdp-gallery{position:sticky;top:110px}
.rt5-pdp-main-img{border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e5e7eb;min-height:520px;display:flex;align-items:center;justify-content:center}
.rt5-pdp-main-img img{width:100%;height:100%;object-fit:cover;display:block}
.rt5-pdp-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.rt5-pdp-thumb{border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;height:90px;background:#f8fafc}
.rt5-pdp-thumb img{width:100%;height:100%;object-fit:cover}
.rt5-pdp-summary{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:30px;box-shadow:0 20px 60px rgba(15,23,42,.09)}
.rt5-pdp-kicker{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.rt5-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:900}
.rt5-pill-orange{background:#fff7ed;color:#c2410c}
.rt5-pdp-title{font-size:clamp(34px,4vw,56px);line-height:1.02;font-weight:950;letter-spacing:-.05em;color:#0f172a;margin-bottom:14px}
.rt5-pdp-short{font-size:16px;line-height:1.75;color:#475569;margin-bottom:20px}
.rt5-pdp-price{border:1px solid #fed7aa;background:#fff7ed;border-radius:24px;padding:18px;margin:20px 0}
.rt5-pdp-price span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9a3412;font-weight:950;margin-bottom:4px}
.rt5-pdp-price strong{display:block;font-size:28px;font-weight:950;color:#c2410c}
.rt5-pdp-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}
.rt5-pdp-meta div{border:1px solid #e5e7eb;border-radius:18px;padding:14px;background:#f8fafc}
.rt5-pdp-meta span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#64748b;margin-bottom:4px}
.rt5-pdp-meta strong{font-size:15px;color:#0f172a}
.rt5-qty-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:22px 0}
.rt5-qty-control{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;background:#fff;height:48px}
.rt5-qty-control button{width:46px;height:48px;border:0;background:#f8fafc;font-weight:950;color:#0f172a}
.rt5-qty-control input{width:64px;height:48px;border:0;text-align:center;font-weight:900;outline:0}
.rt5-pdp-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.rt5-pdp-actions .full{grid-column:1/-1}
.rt5-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:28px;box-shadow:0 14px 42px rgba(15,23,42,.06)}
.rt5-tabs .nav{gap:8px;border-bottom:1px solid #e5e7eb;margin-bottom:22px}
.rt5-tabs .nav-link{border:0;border-radius:999px;color:#334155;font-weight:900;padding:10px 16px}
.rt5-tabs .nav-link.active{background:#0f172a;color:#fff}
.rt5-tab-content{color:#475569;line-height:1.8}
.rt5-tab-content h2,.rt5-tab-content h3{color:#0f172a;font-weight:950;margin:18px 0 10px}
.rt5-tab-content ul{padding-left:20px}
.rt5-sticky-quote{background:#fff;border:1px solid #e5e7eb;border-radius:32px;padding:28px;box-shadow:0 14px 42px rgba(15,23,42,.06)}
@media(max-width:1199px){
 .rt5-category-grid{grid-template-columns:repeat(3,1fr)}
 .rt5-product-grid{grid-template-columns:repeat(3,1fr)}
 .rt5-pdp-wrap,.rt5-shop-layout{grid-template-columns:1fr}
 .rt5-filter-panel,.rt5-pdp-gallery{position:static}
}
@media(max-width:991px){
 .rt5-hero-grid{grid-template-columns:1fr}
 .rt5-info-grid{grid-template-columns:repeat(2,1fr)}
 .rt5-product-grid{grid-template-columns:repeat(2,1fr)}
 .rt5-section-head,.rt5-shop-top{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
 .rt5-hero{padding:54px 0}
 .rt5-search{flex-direction:column;border-radius:22px}
 .rt5-category-grid,.rt5-product-grid,.rt5-info-grid,.rt5-pdp-meta,.rt5-pdp-actions{grid-template-columns:1fr}
 .rt5-pdp-main-img{min-height:320px}
 .rt5-quote-panel{padding:24px}
 .rt5-pdp-summary,.rt5-tabs,.rt5-sticky-quote{padding:22px;border-radius:24px}
}
