/* Raeis Sport Pro v6 — clean sport commerce system */
:root{--rs6-navy:#002c57;--rs6-navy-deep:#061525;--rs6-orange:#ec8e1c;--rs6-orange-soft:#fff3e3;--rs6-bg:#f4f6f8;--rs6-card:#fff;--rs6-text:#11263b;--rs6-muted:#718092;--rs6-line:#e5eaf0;--rs6-shadow:0 14px 40px rgba(0,44,87,.08);--rs6-radius:24px}
body{background:var(--rs6-bg);font-size:15px}
.rs-shell{width:min(1460px,calc(100% - 40px))}

/* ---------- Header ---------- */
.rs6-header{position:relative;z-index:1100;background:#fff;border-bottom:1px solid var(--rs6-line)}
.rs6-header.is-sticky{position:sticky;top:0;box-shadow:0 10px 34px rgba(0,44,87,.09)}
.admin-bar .rs6-header.is-sticky{top:32px}
.rs6-topbar{background:var(--rs6-navy-deep);color:#d7e4ef}
.rs6-topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:12px}
.rs6-topbar-message,.rs6-topbar-links{display:flex;align-items:center;gap:16px}
.rs6-topbar-message i{width:7px;height:7px;border-radius:50%;background:var(--rs6-orange);box-shadow:0 0 0 5px rgba(236,142,28,.13)}
.rs6-topbar-links a:hover{color:var(--rs6-orange)}
.rs6-topbar-links button{border:0;background:transparent;color:#fff;width:30px;height:30px;padding:0;display:grid;place-items:center}
.rs6-topbar-links .rs-theme-toggle{display:flex;align-items:center;justify-content:center;gap:3px}
.rs6-topbar-links .rs-theme-toggle .rs-icon{width:15px;height:15px}
.rs6-topbar-links .rs-sound-toggle .rs-icon{width:17px;height:17px}
.rs6-mainbar{background:#fff}
.rs6-mainbar-grid{height:88px;display:grid;grid-template-columns:230px minmax(340px,1fr) auto;gap:28px;align-items:center}
.rs6-logo{display:flex;align-items:center}
.rs6-logo img{width:220px;max-height:58px;object-fit:contain;object-position:right center}
.rs6-search{position:relative}
.rs6-search form{height:54px;border:1px solid #dfe5eb;background:#f6f8fa;border-radius:17px;display:flex;align-items:center;padding:0 15px;transition:.2s ease}
.rs6-search form:focus-within{background:#fff;border-color:var(--rs6-orange);box-shadow:0 0 0 4px rgba(236,142,28,.11)}
.rs6-search form>.rs-icon{color:#8190a0;width:21px;height:21px}
.rs6-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 12px;font-size:14px;color:var(--rs6-text)}
.rs6-search button{border:0;background:var(--rs6-navy);color:#fff;height:38px;padding:0 18px;border-radius:12px;font-weight:800;font-size:13px}
.rs6-actions{display:flex;align-items:center;gap:10px}
.rs6-action{min-height:56px;border:1px solid #e4e9ee;background:#fff;border-radius:17px;padding:7px 12px;display:flex;align-items:center;gap:10px;color:var(--rs6-text);transition:.2s}
.rs6-action:hover{border-color:rgba(236,142,28,.5);box-shadow:0 10px 26px rgba(0,44,87,.06)}
.rs6-action-icon{width:38px;height:38px;border-radius:13px;background:#f3f6f8;color:var(--rs6-navy);display:grid;place-items:center;position:relative}
.rs6-action-icon .rs-icon{width:20px;height:20px}
.rs6-action>span:last-child{display:flex;flex-direction:column;align-items:flex-start;line-height:1.4}
.rs6-action small{font-size:10px;color:#8a97a5}.rs6-action b{font-size:12px;max-width:115px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs6-cart-action{background:var(--rs6-navy);border-color:var(--rs6-navy);color:#fff}.rs6-cart-action .rs6-action-icon{background:rgba(255,255,255,.12);color:#fff}.rs6-cart-action small{color:#b9c9d7}.rs6-cart-action b{color:#fff}
.rs6-navbar{border-top:1px solid #eef1f4;background:#fff}
.rs6-nav-grid{height:54px;display:grid;grid-template-columns:245px minmax(0,1fr) auto;align-items:center;gap:16px}
.rs6-mega-wrap{height:100%;position:relative;display:flex;align-items:center}
.rs6-mega-button{height:40px;width:100%;border:0;background:var(--rs6-navy);color:#fff;border-radius:13px;padding:0 15px;display:flex;align-items:center;gap:10px;font-weight:900}
.rs6-mega-button .rs-icon{width:18px;height:18px}.rs6-mega-button span{flex:1;text-align:right}.rs6-mega-button>b{font-size:16px}
.rs6-mega{position:absolute;top:calc(100% + 1px);right:0;width:min(980px,calc(100vw - 60px));background:#fff;border:1px solid var(--rs6-line);border-radius:0 0 24px 24px;box-shadow:0 28px 70px rgba(0,30,60,.18);padding:24px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:90}
.rs6-mega-wrap:hover .rs6-mega,.rs6-mega-wrap.is-open .rs6-mega{opacity:1;visibility:visible;transform:none}
.rs6-mega-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--rs6-line)}
.rs6-mega-head small{font-size:10px;letter-spacing:1.4px;color:var(--rs6-orange);font-weight:900}.rs6-mega-head h3{font-size:22px;margin:4px 0 0;color:var(--rs6-navy)}.rs6-mega-head>a{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;color:var(--rs6-navy)}
.rs6-mega-body{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:24px;padding-top:18px}
.rs6-mega-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 14px}
.rs6-mega-categories>a{min-height:58px;border-radius:14px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;transition:.18s}
.rs6-mega-categories>a:hover{background:#f6f8fa;color:var(--rs6-orange)}
.rs6-mega-categories>a span{display:flex;flex-direction:column}.rs6-mega-categories>a b{font-size:13px;color:var(--rs6-text)}.rs6-mega-categories>a small{font-size:10px;color:#98a3ae}.rs6-mega-categories>a .rs-icon{width:16px;height:16px;color:var(--rs6-orange)}
.rs6-mega-side{border-right:1px solid var(--rs6-line);padding-right:22px}.rs6-mega-side h4{font-size:17px;color:var(--rs6-navy);margin:5px 0 12px}.rs6-brand-links{display:flex;flex-wrap:wrap;gap:8px}.rs6-brand-links a{padding:8px 10px;border:1px solid #e2e8ed;border-radius:10px;font-size:11px;font-weight:800}.rs6-brand-links a:hover{border-color:var(--rs6-orange);color:var(--rs6-orange)}
.rs6-sale-link{margin-top:16px;padding:13px;border-radius:15px;background:#fff5e8;color:var(--rs6-navy);display:flex;align-items:center;gap:10px}.rs6-sale-link>.rs-icon:first-child{color:var(--rs6-orange)}.rs6-sale-link span{display:flex;flex:1;flex-direction:column}.rs6-sale-link b{font-size:13px}.rs6-sale-link small{font-size:10px;color:#8c7254}
.rs6-mainnav{overflow:hidden}.rs6-menu,.rs6-mainnav .rs-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px}.rs6-menu a,.rs6-mainnav .rs-nav-list a{padding:14px 11px;font-size:13px;font-weight:800;color:#42566a}.rs6-menu a:hover,.rs6-mainnav .rs-nav-list a:hover{color:var(--rs6-orange)}
.rs6-nav-specials{display:flex;align-items:center;gap:14px;font-size:12px;font-weight:900}.rs6-nav-specials .hot{display:flex;align-items:center;gap:5px;color:var(--rs6-orange)}.rs6-nav-specials .rs-icon{width:16px;height:16px}
.rs6-mobile-menu,.rs6-mobile-search{display:none}

/* ---------- Home ---------- */
.rs6-home{background:var(--rs6-bg);padding-bottom:58px}
.rs6-hero-section{padding:18px 0 10px}
.rs6-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.7fr);gap:16px}
.rs6-hero-main{min-height:480px;border-radius:28px;position:relative;overflow:hidden;background:var(--rs6-navy-deep);isolation:isolate;box-shadow:var(--rs6-shadow)}
.rs6-hero-main::before{content:"";position:absolute;inset:0;background-image:var(--heroimg);background-size:cover;background-position:center;z-index:-2}.rs6-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,35,.88) 0%,rgba(0,44,87,.64) 47%,rgba(0,44,87,.12) 100%);z-index:-1}
.rs6-hero-copy{height:100%;max-width:680px;padding:50px;display:flex;flex-direction:column;justify-content:center;color:#fff}.rs6-badge{width:max-content;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:100px;background:rgba(255,255,255,.08);font-size:10px;font-weight:900;letter-spacing:1.4px}.rs6-hero-copy h1{font-size:clamp(40px,4vw,65px);line-height:1.18;margin:18px 0 14px;letter-spacing:-1.8px}.rs6-hero-copy h1 em{font-style:normal;color:#ffb454}.rs6-hero-copy p{margin:0;color:#d2e0eb;font-size:16px;max-width:600px}.rs6-hero-actions{display:flex;align-items:center;gap:18px;margin-top:28px}.rs6-hero-actions>b{font-size:11px;color:#c8d5e0}
.rs6-hero-side{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:16px}.rs6-offer-banner{border-radius:28px;overflow:hidden;position:relative;background:#fff;box-shadow:var(--rs6-shadow);min-height:325px}.rs6-offer-banner img{width:100%;height:100%;object-fit:cover}.rs6-banner-link{position:absolute;right:16px;left:16px;bottom:16px;min-height:46px;border-radius:14px;background:rgba(6,21,37,.83);backdrop-filter:blur(10px);color:#fff;padding:0 15px;display:flex;align-items:center;justify-content:space-between;font-weight:900;font-size:12px}.rs6-banner-link .rs-icon{width:18px;height:18px}
.rs6-mini-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rs6-mini-benefits>div{background:#fff;border:1px solid var(--rs6-line);border-radius:18px;padding:13px 10px;text-align:center}.rs6-mini-benefits .rs-icon{color:var(--rs6-orange);width:22px;height:22px;margin:auto}.rs6-mini-benefits b{display:block;font-size:11px;margin-top:5px}.rs6-mini-benefits small{display:block;font-size:9px;color:var(--rs6-muted)}
.rs6-section-head,.rs6-products-head,.rs6-box-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.rs6-section-head h2,.rs6-products-head h2{font-size:32px;line-height:1.2;margin:5px 0 4px;color:var(--rs6-navy)}.rs6-section-head p{margin:0;color:var(--rs6-muted);font-size:13px}.rs6-section-head>a,.rs6-box-head>a{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;color:var(--rs6-navy)}
.rs6-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.rs6-category-card{min-width:0;background:#fff;border:1px solid var(--rs6-line);border-radius:22px;padding:13px;position:relative;transition:.22s;box-shadow:0 8px 22px rgba(0,44,87,.04)}.rs6-category-card:hover{transform:translateY(-5px);box-shadow:var(--rs6-shadow);border-color:rgba(236,142,28,.35)}.rs6-category-image{height:135px;border-radius:18px;background:#f2f5f8;overflow:hidden;display:grid;place-items:center}.rs6-category-image img{width:100%;height:100%;object-fit:contain;padding:7px}.rs6-category-copy{padding:12px 3px 2px}.rs6-category-copy h3{font-size:14px;line-height:1.5;margin:0 0 3px;color:var(--rs6-text)}.rs6-category-copy small{font-size:10px;color:var(--rs6-muted)}.rs6-category-card>.rs-icon{position:absolute;left:15px;bottom:15px;width:16px;height:16px;color:var(--rs6-orange)}
.rs6-sale-section{background:linear-gradient(135deg,#002c57,#061525);margin-top:15px}.rs6-sale-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;padding-top:28px;padding-bottom:28px}.rs6-sale-intro{color:#fff;padding:10px 8px}.rs6-sale-intro h2{font-size:38px;margin:8px 0 10px}.rs6-sale-intro p{font-size:13px;color:#c5d6e4;margin:0 0 22px}.rs6-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:13px;overflow:auto;scrollbar-width:none;padding:2px 2px 5px}.rs6-product-rail::-webkit-scrollbar{display:none}
.rs6-campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rs6-campaign{height:390px;border-radius:28px;position:relative;overflow:hidden;background:#061525;color:#fff;box-shadow:var(--rs6-shadow);transition:.25s}.rs6-campaign:hover{transform:translateY(-5px)}.rs6-campaign img{width:100%;height:100%;object-fit:cover;transition:.4s}.rs6-campaign:hover img{transform:scale(1.035)}.rs6-campaign::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,20,35,.92) 100%)}.rs6-campaign>div{position:absolute;right:24px;left:24px;bottom:23px;z-index:2}.rs6-campaign span{font-size:10px;letter-spacing:1.4px;color:#ffb454;font-weight:900}.rs6-campaign h3{font-size:27px;margin:5px 0 5px}.rs6-campaign p{font-size:12px;color:#d2e0eb;margin:0 0 12px}.rs6-campaign b{display:flex;align-items:center;gap:7px;font-size:12px}.rs6-campaign b .rs-icon{width:17px;height:17px}
.rs6-products-head{align-items:center}.rs6-product-tabs{display:flex;align-items:center;gap:8px;padding:5px;background:#e9edf1;border-radius:15px}.rs6-product-tabs button{border:0;background:transparent;color:#53677b;border-radius:11px;padding:9px 14px;font-weight:900;font-size:12px}.rs6-product-tabs button.is-active{background:#fff;color:var(--rs6-navy);box-shadow:0 6px 14px rgba(0,44,87,.07)}.rs6-tab-panel{display:none}.rs6-tab-panel.is-active{display:block}
.rs6-products-section .rs-product-card,.rs6-sale-section .rs-product-card{border:1px solid var(--rs6-line);box-shadow:none}.rs6-products-section .rs-product-card:hover,.rs6-sale-section .rs-product-card:hover{box-shadow:var(--rs6-shadow);transform:translateY(-4px)}
.rs6-products-section .rs-product-media,.rs6-sale-section .rs-product-media{height:265px;background:#f4f6f8}.rs6-products-section .rs-product-body,.rs6-sale-section .rs-product-body{padding:14px 15px 15px}.rs6-products-section .rs-product-body h3,.rs6-sale-section .rs-product-body h3{font-size:13px;min-height:43px;margin:5px 0 9px}.rs6-products-section .rs-product-meta,.rs6-sale-section .rs-product-meta{font-size:10px}.rs6-products-section .rs-product-cat,.rs6-sale-section .rs-product-cat{font-size:9px}.rs6-products-section .rs-price,.rs6-sale-section .rs-price{font-size:13px}.rs6-products-section .rs-add-cart,.rs6-sale-section .rs-add-cart{width:39px;height:39px;border-radius:12px}
.rs6-account-cta-card{min-height:330px;border-radius:30px;overflow:hidden;position:relative;background:var(--rs6-navy-deep);color:#fff;padding:45px;display:flex;align-items:center;box-shadow:var(--rs6-shadow)}.rs6-account-cta-card::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(6,21,37,.93) 0%,rgba(0,44,87,.78) 48%,rgba(0,44,87,.18)),var(--accountimg);background-size:cover;background-position:center}.rs6-account-cta-card>div{position:relative;z-index:2;max-width:640px}.rs6-account-cta-card h2{font-size:38px;margin:8px 0 10px}.rs6-account-cta-card p{color:#d0dee9;margin:0 0 22px}

/* ---------- Account ---------- */
.woocommerce-account .woocommerce{display:block!important}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;margin:0!important}
.rs6-account-shell{width:min(1460px,calc(100% - 40px));margin:24px auto 100px}
.rs6-account-top{min-height:110px;border-radius:26px;background:#fff;border:1px solid var(--rs6-line);padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 28px rgba(0,44,87,.05);margin-bottom:16px}.rs6-account-profile{display:flex;align-items:center;gap:15px}.rs6-avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--rs6-orange),#ffb452);color:var(--rs6-navy);display:grid;place-items:center;font-size:27px;font-weight:900}.rs6-account-profile small{display:block;color:var(--rs6-orange);font-size:9px;font-weight:900;letter-spacing:1.2px}.rs6-account-profile h1{font-size:23px;margin:2px 0;color:var(--rs6-navy)}.rs6-account-profile p{font-size:12px;color:var(--rs6-muted);margin:0}.rs6-account-shop{height:46px;padding:0 17px;border-radius:14px;background:var(--rs6-navy);color:#fff;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:900}.rs6-account-shop .rs-icon{width:17px;height:17px}
.rs6-account-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}.rs6-account-sidebar{position:sticky;top:110px;display:grid;gap:14px}.rs6-account-nav-card{background:#fff;border:1px solid var(--rs6-line);border-radius:24px;padding:10px;box-shadow:0 10px 28px rgba(0,44,87,.04)}.rs6-account-nav ul{list-style:none;margin:0;padding:0}.rs6-account-nav li+li{margin-top:4px}.rs6-account-nav a{min-height:50px;border-radius:14px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:#455a6f;transition:.18s}.rs6-account-nav a>span{display:flex;align-items:center;gap:10px}.rs6-account-nav a .rs-icon{width:18px;height:18px}.rs6-account-nav a>span .rs-icon{color:#8a99a8}.rs6-account-nav a b{font-size:12px}.rs6-account-nav li.is-active a,.rs6-account-nav a:hover{background:#f1f5f8;color:var(--rs6-navy)}.rs6-account-nav li.is-active a{font-weight:900;box-shadow:inset -3px 0 var(--rs6-orange)}.rs6-account-nav li.is-active a>span .rs-icon{color:var(--rs6-orange)}
.rs6-account-help{background:linear-gradient(135deg,var(--rs6-navy),#07487f);color:#fff;border-radius:22px;padding:17px;display:flex;gap:12px}.rs6-account-help>span{width:40px;height:40px;border-radius:13px;background:rgba(255,255,255,.1);display:grid;place-items:center;flex:0 0 40px}.rs6-account-help .rs-icon{width:20px;height:20px;color:#ffb454}.rs6-account-help b{display:block;font-size:13px}.rs6-account-help small{display:block;font-size:10px;line-height:1.8;color:#c9d8e4;margin:3px 0 8px}.rs6-account-help a{font-size:12px;font-weight:900;color:#ffb454}
.rs6-account-content{min-width:0}.rs6-account-content>.woocommerce-notices-wrapper:empty{display:none}.rs6-account-content .woocommerce-message,.rs6-account-content .woocommerce-info,.rs6-account-content .woocommerce-error{border-radius:16px!important;margin:0 0 14px!important;font-size:12px!important}
.rs6-account-dashboard{display:grid;gap:14px}.rs6-account-hero{min-height:295px;border-radius:26px;background:linear-gradient(135deg,var(--rs6-navy-deep),var(--rs6-navy));color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 340px;overflow:hidden;box-shadow:var(--rs6-shadow)}.rs6-account-hero-copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.rs6-account-hero-copy h2{font-size:35px;line-height:1.24;margin:8px 0 10px;color:#fff}.rs6-account-hero-copy p{max-width:570px;color:#cbd9e5;margin:0;font-size:13px}.rs6-account-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.rs6-account-hero-image{background:#0c416f;display:grid;place-items:center;overflow:hidden}.rs6-account-hero-image img{width:100%;height:100%;object-fit:cover}
.rs6-account-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.rs6-account-metrics>a,.rs6-account-metrics>div{min-height:92px;background:#fff;border:1px solid var(--rs6-line);border-radius:20px;padding:14px;display:flex;align-items:center;gap:11px;box-shadow:0 7px 20px rgba(0,44,87,.035)}.rs6-account-metrics>*.accent{background:var(--rs6-orange-soft);border-color:#f5d7ae}.rs6-account-metrics>*>span{width:40px;height:40px;border-radius:13px;background:#f2f5f7;display:grid;place-items:center;color:var(--rs6-navy);flex:0 0 40px}.rs6-account-metrics .accent>span{background:#fff3dc;color:var(--rs6-orange)}.rs6-account-metrics .rs-icon{width:20px;height:20px}.rs6-account-metrics small{display:block;font-size:10px;color:var(--rs6-muted)}.rs6-account-metrics b{display:block;font-size:14px;color:var(--rs6-navy);margin-top:4px;line-height:1.5}
.rs6-account-main-grid{display:grid;grid-template-columns:minmax(0,1.15fr) .85fr;gap:14px}.rs6-account-box,.rs6-shop-again{background:#fff;border:1px solid var(--rs6-line);border-radius:24px;padding:20px;box-shadow:0 8px 24px rgba(0,44,87,.04)}.rs6-box-head h3{font-size:21px;margin:4px 0 0;color:var(--rs6-navy)}.rs6-recent-orders{display:grid;gap:8px}.rs6-recent-orders>a{min-height:64px;border:1px solid #edf0f3;background:#fafbfc;border-radius:15px;padding:9px 12px;display:grid;grid-template-columns:95px minmax(0,1fr) auto 18px;gap:10px;align-items:center;transition:.18s}.rs6-recent-orders>a:hover{border-color:#d9e1e8;background:#fff;box-shadow:0 8px 18px rgba(0,44,87,.04)}.rs6-order-index{font-size:12px;font-weight:900;color:var(--rs6-navy)}.rs6-recent-orders b{display:block;font-size:11px}.rs6-recent-orders small{display:block;font-size:9px;color:#8996a3}.rs6-recent-orders strong{font-size:11px;color:var(--rs6-orange)}.rs6-recent-orders .rs-icon{width:15px;height:15px}
.rs6-quick-links{display:grid;gap:8px}.rs6-quick-links>a{min-height:66px;border:1px solid #edf0f3;background:#fafbfc;border-radius:16px;padding:10px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) 16px;gap:10px;align-items:center}.rs6-quick-links>a>.rs-icon:first-child{width:38px;height:38px;padding:9px;border-radius:12px;background:#fff;color:var(--rs6-orange);border:1px solid #edf0f3}.rs6-quick-links>a>.rs-icon:last-child{width:15px;height:15px}.rs6-quick-links b{display:block;font-size:11px}.rs6-quick-links small{display:block;font-size:9px;color:#8c98a5}.rs6-quick-links>a:hover{border-color:#d9e0e6;background:#fff}
.rs6-shop-again-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.rs6-shop-again-grid>a{background:#f7f9fb;border:1px solid #edf0f3;border-radius:17px;padding:9px;text-align:center;transition:.18s}.rs6-shop-again-grid>a:hover{transform:translateY(-3px);background:#fff;box-shadow:0 8px 18px rgba(0,44,87,.04)}.rs6-shop-again-grid img{width:100%;height:90px;object-fit:contain;background:#f1f4f6;border-radius:13px;padding:5px}.rs6-shop-again-grid span{display:block;font-size:10px;font-weight:900;margin-top:7px;color:var(--rs6-navy)}
.rs6-empty-state{padding:30px;text-align:center;border:1px dashed #dfe5ea;border-radius:17px;background:#fafbfc}.rs6-empty-state b{display:block;font-size:14px;color:var(--rs6-navy)}.rs6-empty-state p{font-size:11px;color:var(--rs6-muted);margin:5px 0 14px}
.rs6-account-mobile-nav{display:none}

/* Account endpoint surfaces */
.rs6-account-content .rs-orders-page,.rs6-account-content .rs-order-view-page,.rs6-account-content .rs-wallet-page{display:grid;gap:14px}
.rs6-account-content .rs-orders-head,.rs6-account-content .rs-order-hero,.rs6-account-content .rs-wallet-hero{border-radius:24px;padding:24px;background:linear-gradient(135deg,var(--rs6-navy-deep),var(--rs6-navy));color:#fff}
.rs6-account-content .rs-orders-head h2,.rs6-account-content .rs-order-hero h2,.rs6-account-content .rs-wallet-hero h2{font-size:27px;color:#fff}
.rs6-account-content .rs-order-card,.rs6-account-content .rs-order-progress,.rs6-account-content .rs-order-items-panel,.rs6-account-content .rs-order-side-card,.rs6-account-content .rs-wallet-panel,.rs6-account-content .rs-wallet-balance-card{border-radius:20px}
.rs6-account-content form.edit-account,.rs6-account-content form.woocommerce-EditAccountForm,.rs6-account-content .woocommerce-address-fields,.rs6-account-content .woocommerce-PaymentMethods,.rs6-account-content .woocommerce-Addresses,.rs6-account-content .woocommerce-Address{background:#fff;border:1px solid var(--rs6-line);border-radius:22px;padding:20px;box-shadow:0 8px 22px rgba(0,44,87,.04)}
.rs6-account-content .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rs6-account-content .woocommerce-Address{background:#fafbfc;box-shadow:none}.rs6-account-content .form-row-first,.rs6-account-content .form-row-last{width:49%}.rs6-account-content input.input-text,.rs6-account-content textarea,.rs6-account-content select,.rs6-account-content .select2-selection--single{border:1px solid #dde4ea!important;background:#fafbfc!important;border-radius:14px!important;min-height:50px;padding:9px 12px!important}
.rs6-account-content button.button,.rs6-account-content a.button,.rs6-account-content input.button{background:var(--rs6-orange)!important;color:var(--rs6-navy)!important;border:0!important;border-radius:13px!important;min-height:44px;padding:0 16px!important;font-weight:900!important}

/* Product view stays only on product page */
.rs-product-views-inline{display:none!important}.single-product .rs-product-trustbar{display:flex!important}.single-product .rs-product-trustbar>span{display:inline-flex!important}

/* ---------- Footer ---------- */
.rs6-footer{position:relative;overflow:hidden;background:var(--rs6-navy-deep);color:#d8e4ee;padding:72px 0 20px}.rs6-footer::before{content:"";position:absolute;inset:0;background-image:var(--footerbg);background-size:cover;background-position:center;opacity:.24}.rs6-footer-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,21,37,.78),rgba(6,21,37,.97))}.rs6-footer-inner{position:relative;z-index:2}.rs6-footer-main{display:grid;grid-template-columns:1.1fr .85fr .8fr;gap:44px}.rs6-footer-logo{width:210px;max-height:56px;object-fit:contain;object-position:right center;filter:brightness(0) invert(1)}.rs6-footer-brand h3{font-size:26px;color:#fff;margin:22px 0 7px}.rs6-footer-brand p{font-size:13px;color:#b8c8d6;max-width:540px}.rs6-trust-row{margin-top:18px;display:flex;align-items:center;gap:12px}.rs6-trust-row img{width:66px;height:66px;background:#fff;border-radius:14px;padding:5px;object-fit:contain}.rs6-trust-row b{display:block;color:#fff;font-size:13px}.rs6-trust-row small{display:block;color:#9db0c1;font-size:10px}.rs6-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:25px}.rs6-footer-links h4,.rs6-footer-socials h4{color:#fff;font-size:14px;margin:0 0 15px}.rs6-footer-links a,.rs6-footer-links span{display:block;font-size:11px;color:#b5c5d3;margin:9px 0}.rs6-footer-links a:hover{color:var(--rs6-orange)}.rs6-footer-socials{display:grid;align-content:start;gap:10px}.rs6-footer-socials>a{position:relative;border-radius:17px;overflow:hidden;height:105px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05)}.rs6-footer-socials img{width:100%;height:100%;object-fit:cover;opacity:.75}.rs6-footer-socials span{position:absolute;right:11px;bottom:10px;background:rgba(6,21,37,.72);padding:7px 10px;border-radius:9px;font-size:10px;font-weight:900;color:#fff}.rs6-footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:35px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:10px;color:#8297aa}.rs6-footer-bottom a{color:#b8c8d6}.rs6-footer-bottom a b{color:var(--rs6-orange)}

/* ---------- Mobile app experience ---------- */
@media(max-width:1100px){
  .rs6-mainbar-grid{grid-template-columns:52px 1fr auto;height:68px;gap:9px}.rs6-mobile-menu{display:grid;width:44px;height:44px;border:1px solid var(--rs6-line);background:#fff;border-radius:14px;place-items:center;color:var(--rs6-navy)}.rs6-mobile-menu .rs-icon{width:21px}.rs6-logo{justify-content:center}.rs6-logo img{width:160px;max-height:45px;object-position:center}.rs6-search{display:none}.rs6-actions .rs6-action:first-child{display:none}.rs6-cart-action{width:46px;height:46px;min-height:46px;padding:0;display:grid;place-items:center}.rs6-cart-action>span:last-child{display:none}.rs6-cart-action .rs6-action-icon{background:transparent}.rs6-mobile-search{display:block;padding-bottom:9px}.rs6-mobile-search form{height:43px;border:1px solid #e0e6eb;background:#f6f8fa;border-radius:13px;display:flex;align-items:center;padding:0 12px}.rs6-mobile-search .rs-icon{width:18px;color:#8492a0}.rs6-mobile-search input{border:0;outline:0;background:transparent;flex:1;padding:0 9px;font-size:12px;color:var(--rs6-text)}.rs6-navbar{display:none}.rs6-topbar-links>span,.rs6-topbar-links>a{display:none}.rs6-topbar-inner{height:28px}.rs6-topbar-message{font-size:10px}.rs6-header.is-sticky .rs6-mobile-search{display:none}.rs6-header.is-sticky .rs6-mainbar-grid{height:60px}
  .rs6-hero-grid,.rs6-sale-shell,.rs6-account-layout{grid-template-columns:1fr}.rs6-account-sidebar{position:static}.rs6-category-grid{grid-template-columns:repeat(4,1fr)}.rs6-campaign-grid{grid-template-columns:1fr 1fr}.rs6-campaign:last-child{grid-column:1/-1}.rs6-account-metrics{grid-template-columns:repeat(3,1fr)}.rs6-account-main-grid{grid-template-columns:1fr}.rs6-shop-again-grid{grid-template-columns:repeat(3,1fr)}.rs6-account-hero{grid-template-columns:1fr 300px}.rs6-footer-main{grid-template-columns:1fr 1fr}.rs6-footer-socials{grid-column:1/-1;grid-template-columns:1fr 1fr}.rs6-footer-socials h4{grid-column:1/-1}
}
@media(max-width:767px){
  body{padding-bottom:72px}.rs-shell{width:min(100% - 22px,1460px)}.rs6-topbar-links{gap:4px}.rs6-topbar-links button{width:26px;height:26px}.rs6-topbar-message span{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .rs6-hero-section{padding-top:10px}.rs6-hero-main{min-height:420px;border-radius:22px}.rs6-hero-main::before{background-position:center}.rs6-hero-overlay{background:linear-gradient(90deg,rgba(5,20,35,.92),rgba(0,44,87,.63))}.rs6-hero-copy{padding:26px}.rs6-hero-copy h1{font-size:36px}.rs6-hero-copy p{font-size:13px}.rs6-hero-actions{display:grid;gap:10px}.rs6-hero-actions .rs-btn{width:100%}.rs6-hero-actions>b{text-align:center}.rs6-hero-side{grid-template-rows:auto auto}.rs6-offer-banner{min-height:210px;border-radius:22px}.rs6-mini-benefits>div{padding:11px 5px}.rs6-mini-benefits b{font-size:9px}.rs6-mini-benefits small{font-size:8px}
  .rs-section-tight{padding:34px 0}.rs-section{padding:48px 0}.rs6-section-head,.rs6-products-head,.rs6-box-head{align-items:flex-start}.rs6-section-head h2,.rs6-products-head h2{font-size:25px}.rs6-section-head p{font-size:11px}.rs6-section-head>a{font-size:10px}.rs6-category-grid{grid-template-columns:repeat(2,1fr);gap:9px}.rs6-category-card{border-radius:18px;padding:9px}.rs6-category-image{height:128px;border-radius:14px}.rs6-category-copy h3{font-size:12px}.rs6-category-copy small{font-size:9px}.rs6-sale-shell{padding-top:22px;padding-bottom:22px}.rs6-sale-intro h2{font-size:30px}.rs6-sale-intro p{font-size:11px}.rs6-product-rail{grid-auto-columns:78vw}.rs6-campaign-grid{grid-template-columns:1fr}.rs6-campaign:last-child{grid-column:auto}.rs6-campaign{height:320px;border-radius:22px}.rs6-campaign h3{font-size:23px}.rs6-products-head{display:block}.rs6-product-tabs{margin-top:13px;overflow:auto;justify-content:flex-start}.rs6-product-tabs button{white-space:nowrap}.rs6-products-section .rs-products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.rs6-products-section .rs-product-media{height:190px}.rs6-account-cta-card{min-height:300px;padding:26px;border-radius:22px}.rs6-account-cta-card h2{font-size:30px}.rs6-account-cta-card p{font-size:12px}
  .rs6-account-shell{width:calc(100% - 18px);margin:10px auto 98px}.rs6-account-top{min-height:auto;padding:14px 15px;border-radius:20px}.rs6-avatar{width:50px;height:50px;border-radius:15px;font-size:21px}.rs6-account-profile h1{font-size:17px}.rs6-account-profile p{display:none}.rs6-account-shop{height:40px;padding:0 12px;font-size:10px}.rs6-account-sidebar{display:none}.rs6-account-hero{grid-template-columns:1fr;min-height:auto;border-radius:20px}.rs6-account-hero-copy{padding:22px}.rs6-account-hero-copy h2{font-size:27px}.rs6-account-hero-copy p{font-size:11px}.rs6-account-hero-image{height:200px}.rs6-account-metrics{grid-template-columns:repeat(2,1fr);gap:8px}.rs6-account-metrics>a,.rs6-account-metrics>div{min-height:78px;padding:10px;border-radius:16px}.rs6-account-metrics>*>span{width:34px;height:34px;flex-basis:34px}.rs6-account-metrics small{font-size:8px}.rs6-account-metrics b{font-size:11px}.rs6-account-box,.rs6-shop-again{padding:14px;border-radius:19px}.rs6-box-head h3{font-size:17px}.rs6-recent-orders>a{grid-template-columns:72px 1fr 15px;padding:9px}.rs6-recent-orders>a strong{grid-column:2;grid-row:2}.rs6-recent-orders>a>.rs-icon{grid-column:3;grid-row:1/span 2}.rs6-shop-again-grid{grid-template-columns:repeat(3,1fr);gap:7px}.rs6-shop-again-grid img{height:72px}.rs6-shop-again-grid span{font-size:8px}.rs6-account-mobile-nav{display:grid;position:fixed;right:9px;left:9px;bottom:78px;z-index:1000;grid-template-columns:repeat(5,1fr);padding:7px;border-radius:19px;background:rgba(255,255,255,.95);border:1px solid rgba(0,44,87,.08);backdrop-filter:blur(16px);box-shadow:0 14px 36px rgba(0,44,87,.18)}.rs6-account-mobile-nav a{min-height:49px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#5b6e80}.rs6-account-mobile-nav .rs-icon{width:18px;height:18px}.rs6-account-mobile-nav span{font-size:8px;font-weight:900}.woocommerce-account .rs6-mobile-bottom{display:none!important}.rs6-account-content .woocommerce-Addresses{grid-template-columns:1fr}.rs6-account-content .form-row-first,.rs6-account-content .form-row-last{width:100%}
  .rs6-footer{padding-top:50px}.rs6-footer-main{grid-template-columns:1fr;gap:28px}.rs6-footer-links{grid-template-columns:1fr 1fr}.rs6-footer-socials{grid-column:auto;grid-template-columns:1fr 1fr}.rs6-footer-bottom{display:grid;text-align:center;justify-content:center}.rs6-mobile-bottom{display:grid!important;grid-template-columns:repeat(5,1fr)!important;height:68px!important}.rs6-mobile-bottom a,.rs6-mobile-bottom button{font-size:8px!important}.rs6-mobile-bottom .rs-icon{width:19px!important;height:19px!important}
}

/* ---------- Dark ---------- */
html[data-theme="dark"]{--rs6-bg:#07131f;--rs6-card:#0d1d2c;--rs6-text:#edf4fa;--rs6-muted:#91a5b7;--rs6-line:#22394c}
html[data-theme="dark"] body,html[data-theme="dark"] .rs6-home{background:var(--rs6-bg);color:var(--rs6-text)}
html[data-theme="dark"] .rs6-header,html[data-theme="dark"] .rs6-mainbar,html[data-theme="dark"] .rs6-navbar,html[data-theme="dark"] .rs6-account-top,html[data-theme="dark"] .rs6-account-nav-card,html[data-theme="dark"] .rs6-account-box,html[data-theme="dark"] .rs6-shop-again,html[data-theme="dark"] .rs6-category-card,html[data-theme="dark"] .rs6-account-content form.edit-account,html[data-theme="dark"] .rs6-account-content .woocommerce-Addresses,html[data-theme="dark"] .rs6-account-content .woocommerce-Address,html[data-theme="dark"] .rs6-account-content .rs-wallet-panel,html[data-theme="dark"] .rs6-account-content .rs-order-card,html[data-theme="dark"] .rs6-account-content .rs-order-progress,html[data-theme="dark"] .rs6-account-content .rs-order-items-panel,html[data-theme="dark"] .rs6-account-content .rs-order-side-card{background:#0d1d2c;border-color:#22394c;color:#edf4fa}
html[data-theme="dark"] .rs6-search form,html[data-theme="dark"] .rs6-mobile-search form,html[data-theme="dark"] .rs6-action,html[data-theme="dark"] .rs6-mega,html[data-theme="dark"] .rs6-account-metrics>a,html[data-theme="dark"] .rs6-account-metrics>div,html[data-theme="dark"] .rs6-recent-orders>a,html[data-theme="dark"] .rs6-quick-links>a,html[data-theme="dark"] .rs6-shop-again-grid>a{background:#102334;border-color:#263c4e;color:#edf4fa}
html[data-theme="dark"] .rs6-search input,html[data-theme="dark"] .rs6-mobile-search input,html[data-theme="dark"] .rs6-action,html[data-theme="dark"] .rs6-account-profile h1,html[data-theme="dark"] .rs6-category-copy h3,html[data-theme="dark"] .rs6-section-head h2,html[data-theme="dark"] .rs6-products-head h2,html[data-theme="dark"] .rs6-account-metrics b,html[data-theme="dark"] .rs6-box-head h3,html[data-theme="dark"] .rs6-order-index,html[data-theme="dark"] .rs6-shop-again-grid span,html[data-theme="dark"] .rs6-mega-categories>a b,html[data-theme="dark"] .rs6-mega-head h3{color:#edf4fa}
html[data-theme="dark"] .rs6-category-image,html[data-theme="dark"] .rs6-products-section .rs-product-media,html[data-theme="dark"] .rs6-sale-section .rs-product-media,html[data-theme="dark"] .rs6-shop-again-grid img{background:#102435}
html[data-theme="dark"] .rs6-category-image img,html[data-theme="dark"] .rs6-products-section .rs-product-image img,html[data-theme="dark"] .rs6-sale-section .rs-product-image img{mix-blend-mode:normal}
html[data-theme="dark"] .rs6-account-nav a{color:#afc0cf}html[data-theme="dark"] .rs6-account-nav li.is-active a,html[data-theme="dark"] .rs6-account-nav a:hover{background:#102334;color:#fff}
html[data-theme="dark"] .rs6-account-mobile-nav{background:rgba(10,25,39,.96);border-color:#22394c}

/* Mobile drawer clean-up */
.rs6-mobile-panel{background:#fff!important}.rs6-mobile-head{padding:14px 16px;border-bottom:1px solid var(--rs6-line)}.rs6-mobile-head img{width:155px;max-height:44px;object-fit:contain}.rs6-mobile-account{padding:14px 16px;border-bottom:1px solid var(--rs6-line)}.rs6-mobile-account>a{display:grid;grid-template-columns:42px 1fr 17px;gap:10px;align-items:center;padding:12px;border-radius:16px;background:#f6f8fa}.rs6-mobile-account>a>.rs-icon:first-child{width:42px;height:42px;padding:10px;border-radius:13px;background:#fff;color:var(--rs6-orange)}.rs6-mobile-account>a>.rs-icon:last-child{width:16px;height:16px}.rs6-mobile-account b{display:block;font-size:12px;color:var(--rs6-navy)}.rs6-mobile-account small{display:block;font-size:9px;color:var(--rs6-muted)}.rs6-mobile-cats{padding:14px 16px;border-bottom:1px solid var(--rs6-line)}.rs6-mobile-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rs6-mobile-title b{font-size:12px;color:var(--rs6-navy)}.rs6-mobile-title a{font-size:9px;color:var(--rs6-orange);font-weight:900}.rs6-mobile-cats>a{min-height:40px;border-radius:11px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;color:#4d6175}.rs6-mobile-cats>a:hover{background:#f6f8fa}.rs6-mobile-cats>a span{font-size:11px;font-weight:800}.rs6-mobile-cats>a small{font-size:9px;color:#9aa5af}.rs6-mobile-nav{padding:8px 16px}.rs6-mobile-nav .rs-mobile-list a{font-size:11px!important;border-radius:11px!important}.rs6-mobile-panel .rs-mobile-preferences{padding:12px 16px!important}

/* Wallet + orders */
.rs6-wallet-page,.rs6-orders-page{display:grid;gap:14px}.rs6-wallet-hero,.rs6-orders-head{min-height:150px;border-radius:24px;background:linear-gradient(135deg,var(--rs6-navy-deep),var(--rs6-navy));color:#fff;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.rs6-wallet-hero h2,.rs6-orders-head h2{font-size:28px;color:#fff;margin:6px 0}.rs6-wallet-hero p,.rs6-orders-head p{margin:0;color:#c9d8e4;font-size:12px}.rs6-wallet-rate{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;text-align:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}.rs6-wallet-rate b{font-size:28px}.rs6-wallet-rate small{font-size:8px;color:#cbd8e3;max-width:58px;line-height:1.6}.rs6-wallet-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rs6-wallet-summary>div{min-height:105px;background:#fff;border:1px solid var(--rs6-line);border-radius:20px;padding:15px;display:flex;align-items:center;gap:12px}.rs6-wallet-summary>div.navy{background:var(--rs6-navy);color:#fff;border-color:var(--rs6-navy)}.rs6-wallet-summary>div.orange{background:var(--rs6-orange-soft);border-color:#f3d6ad}.rs6-wallet-summary>.navy>.rs-icon{color:#fff}.rs6-wallet-summary>.orange>.rs-icon{color:var(--rs6-orange)}.rs6-wallet-summary>.rs-icon{width:28px;height:28px;color:var(--rs6-navy)}.rs6-wallet-summary small{display:block;font-size:9px;color:var(--rs6-muted)}.rs6-wallet-summary .navy small{color:#b9cad7}.rs6-wallet-summary b{display:block;margin-top:5px;font-size:15px;line-height:1.5}.rs6-wallet-grid{display:grid;grid-template-columns:minmax(0,1.2fr) .8fr;gap:14px}.rs6-wallet-list{display:grid;gap:8px}.rs6-wallet-list>a{min-height:60px;border:1px solid #edf0f3;background:#fafbfc;border-radius:15px;padding:9px 12px;display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center}.rs6-wallet-list b{display:block;font-size:11px;color:var(--rs6-navy)}.rs6-wallet-list small{display:block;font-size:9px;color:#8b98a5}.rs6-wallet-list em{font-style:normal;font-size:10px;color:#697b8d}.rs6-wallet-list strong{font-size:11px;color:#16845e}.rs6-wallet-how ol{margin:0 0 18px;padding:0 18px 0 0;color:#5d7184;font-size:11px}.rs6-wallet-how li+li{margin-top:10px}.rs6-orders-list{display:grid;gap:10px}.rs6-order-card{background:#fff;border:1px solid var(--rs6-line);border-radius:20px;padding:17px;box-shadow:0 7px 20px rgba(0,44,87,.035)}.rs6-order-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #edf0f3}.rs6-order-card-head>div{display:flex;align-items:center;gap:9px}.rs6-order-card-head>div>b{font-size:17px;color:var(--rs6-navy)}.rs6-order-card-head span{padding:6px 9px;border-radius:100px;font-size:9px;font-weight:900;background:#fff3e2;color:#9a6109}.rs6-order-card-head .status-completed,.rs6-order-card-head .status-processing{background:#eaf7f2;color:#16845e}.rs6-order-card-head .status-cancelled,.rs6-order-card-head .status-failed{background:#faecec;color:#b33d3d}.rs6-order-card-head>small{font-size:10px;color:var(--rs6-muted)}.rs6-order-card-info{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:12px}.rs6-order-card-info>span{padding:11px;background:#f8fafc;border:1px solid #edf0f3;border-radius:13px}.rs6-order-card-info small{display:block;font-size:8px;color:#8795a3}.rs6-order-card-info b{display:block;font-size:11px;color:var(--rs6-text);margin-top:3px}.rs6-order-card-actions,.rs6-orders-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.rs6-order-card-actions .rs-btn,.rs6-orders-pagination .rs-btn{min-height:39px;font-size:10px;padding:0 13px;border-radius:11px}

html[data-theme="dark"] .rs6-mobile-panel,html[data-theme="dark"] .rs6-wallet-summary>div,html[data-theme="dark"] .rs6-order-card{background:#0d1d2c!important;border-color:#22394c;color:#edf4fa}.rs6-mobile-panel .rs6-mobile-account>a{background:#f6f8fa}html[data-theme="dark"] .rs6-mobile-panel .rs6-mobile-account>a,html[data-theme="dark"] .rs6-wallet-list>a,html[data-theme="dark"] .rs6-order-card-info>span{background:#102334;border-color:#263c4e;color:#edf4fa}.rs6-order-card-info b{color:var(--rs6-text)}html[data-theme="dark"] .rs6-wallet-list b,html[data-theme="dark"] .rs6-order-card-head>div>b,html[data-theme="dark"] .rs6-order-card-info b,html[data-theme="dark"] .rs6-mobile-account b{color:#edf4fa}

@media(max-width:767px){.rs6-wallet-hero,.rs6-orders-head{min-height:auto;border-radius:20px;padding:18px}.rs6-wallet-hero h2,.rs6-orders-head h2{font-size:23px}.rs6-wallet-summary{grid-template-columns:1fr}.rs6-wallet-grid{grid-template-columns:1fr}.rs6-wallet-list>a{grid-template-columns:1fr auto}.rs6-wallet-list strong{grid-column:2}.rs6-wallet-list em{grid-column:1}.rs6-order-card-info{grid-template-columns:1fr 1fr}.rs6-order-card-info>span:last-child{grid-column:1/-1}.rs6-orders-head{display:block}.rs6-orders-head .rs-btn{margin-top:14px;width:100%}}

/* ========================================
   v6.0.1 — Typography scale normalization
   ======================================== */
/* Global hierarchy */
body{font-size:14px;line-height:1.8}
p,li,input,select,textarea,button{font-size:14px}
.rs-kicker,.rs6-kicker{font-size:10px!important;letter-spacing:1.3px}
.rs-btn{font-size:12px;min-height:46px}
.rs-btn-lg{min-height:52px}

/* Header */
.rs6-topbar-message,.rs6-topbar-links{font-size:10px}
.rs6-search input{font-size:12px}
.rs6-search button{font-size:11px}
.rs6-action small{font-size:9px}
.rs6-action b{font-size:11px}
.rs6-nav-list a,.rs6-navbar a{font-size:11px}
.rs6-mega-head h3{font-size:17px}
.rs6-mega-categories>a b{font-size:11px}
.rs6-mega-categories>a small{font-size:9px}

/* Home */
.rs6-hero-copy h1{font-size:clamp(34px,3.5vw,52px);letter-spacing:-1.2px}
.rs6-hero-copy p{font-size:14px;max-width:570px}
.rs6-hero-actions>b{font-size:10px}
.rs6-section-head h2,.rs6-products-head h2{font-size:27px;letter-spacing:-.5px}
.rs6-section-head p{font-size:12px}
.rs6-section-head>a,.rs6-box-head>a{font-size:11px}
.rs6-sale-intro h2{font-size:31px;line-height:1.2}
.rs6-sale-intro p{font-size:12px}
.rs6-campaign h3{font-size:25px}
.rs6-campaign p{font-size:11px}
.rs6-account-cta-card h2{font-size:31px;line-height:1.25}
.rs6-account-cta-card p{font-size:13px}

/* Product cards */
.rs6-products-section .rs-product-body h3,.rs6-sale-section .rs-product-body h3,.rs-product-body h3{font-size:12px;line-height:1.65}
.rs6-products-section .rs-price,.rs6-sale-section .rs-price,.rs-price{font-size:12px}
.rs6-products-section .rs-product-meta,.rs6-sale-section .rs-product-meta,.rs-product-meta{font-size:9px}
.rs-product-cat,.rs-product-cat a{font-size:9px}

/* Shop + product page */
.woocommerce-products-header__title.page-title{font-size:clamp(27px,3vw,40px)!important;letter-spacing:-.7px}
.single-product .product_title{font-size:clamp(25px,2.7vw,37px)!important;letter-spacing:-.6px}
.single-product .summary .price,.single-product .rs-product-price{font-size:20px!important}
.single-product .woocommerce-product-details__short-description{font-size:13px}
.related.products>h2,.upsells.products>h2{font-size:26px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:12px}
.woocommerce div.product .woocommerce-tabs .panel{font-size:13px}

/* Account */
.rs6-account-profile h1{font-size:19px}
.rs6-account-profile p{font-size:11px}
.rs6-account-hero-copy h2{font-size:29px;line-height:1.28}
.rs6-account-hero-copy p{font-size:12px}
.rs6-account-metrics b{font-size:12px}
.rs6-account-metrics small{font-size:9px}
.rs6-box-head h3{font-size:19px}
.rs6-recent-orders b,.rs6-quick-links b{font-size:11px}
.rs6-recent-orders small,.rs6-quick-links small{font-size:9px}
.rs6-wallet-hero h2,.rs6-orders-head h2{font-size:25px}
.rs6-wallet-hero p,.rs6-orders-head p{font-size:11px}
.rs6-wallet-rate b{font-size:24px}
.rs6-order-card-head>div>b{font-size:15px}
.rs6-order-card-info b{font-size:10px}
.rs6-account-content h1{font-size:26px!important}
.rs6-account-content h2{font-size:22px!important}
.rs6-account-content h3{font-size:18px!important}

/* Cart + checkout + order details */
.rs-checkout-intro h1{font-size:34px!important;line-height:1.3}
.rs-checkout-intro p{font-size:13px}
.rs-step-head h2{font-size:24px}
.rs-step-head p{font-size:12px}
.rs-wizard-progress button b{font-size:12px}
.rs-wizard-progress button small{font-size:10px}
.woocommerce-cart .cart_totals h2{font-size:22px!important}
.rs-drawer-head h3{font-size:20px}
.rs-order-id-block strong{font-size:19px}
.rs-panel-head h3{font-size:21px}
.rs-order-item-copy h4{font-size:15px}
.rs-orders-head h2,.rs-order-hero h2{font-size:27px}

/* Generic pages */
.rs-page-head h1{font-size:clamp(27px,3vw,40px)!important}
.rs-404-card h1{font-size:29px}

@media(max-width:991px){
  .rs6-hero-copy h1{font-size:34px}
  .rs6-section-head h2,.rs6-products-head h2{font-size:24px}
  .rs6-sale-intro h2{font-size:27px}
  .rs6-account-cta-card h2{font-size:27px}
  .rs6-account-hero-copy h2{font-size:25px}
  .rs-checkout-intro h1{font-size:29px!important}
}

@media(max-width:767px){
  body,p,li,input,select,textarea,button{font-size:13px}
  .rs-btn{font-size:11px}
  .rs6-hero-copy h1{font-size:29px!important;line-height:1.28}
  .rs6-hero-copy p{font-size:12px!important}
  .rs6-section-head h2,.rs6-products-head h2{font-size:21px!important}
  .rs6-section-head p{font-size:10px!important}
  .rs6-sale-intro h2{font-size:24px!important}
  .rs6-campaign h3{font-size:20px!important}
  .rs6-account-cta-card h2{font-size:24px!important}
  .rs6-account-profile h1{font-size:16px!important}
  .rs6-account-hero-copy h2{font-size:22px!important}
  .rs6-box-head h3{font-size:16px!important}
  .rs6-wallet-hero h2,.rs6-orders-head h2{font-size:21px!important}
  .woocommerce-products-header__title.page-title{font-size:26px!important}
  .single-product .product_title{font-size:24px!important}
  .related.products>h2,.upsells.products>h2{font-size:21px!important}
  .rs-checkout-intro h1{font-size:26px!important}
  .rs-step-head h2{font-size:21px}
  .rs-orders-head h2,.rs-order-hero h2{font-size:23px}
  .rs-panel-head h3{font-size:18px}
  .rs-page-head h1{font-size:25px!important}
}

@media(max-width:480px){
  .rs6-hero-copy h1{font-size:27px!important}
  .rs6-section-head h2,.rs6-products-head h2{font-size:20px!important}
  .single-product .product_title{font-size:22px!important}
  .rs-checkout-intro h1{font-size:24px!important}
}

/* ======================================================
   v6.1.0 — structural hotfix: header / account / checkout
   ====================================================== */

/* Header: isolate v6 from legacy checkout/cart selectors */
.rs6-header .rs6-mainbar,
.rs6-header .rs6-navbar,
.rs6-header .rs6-topbar{display:block!important}
.rs6-header .rs6-mainbar-grid{grid-template-columns:230px minmax(360px,1fr) auto!important;gap:24px!important;height:88px!important}
.rs6-header .rs6-logo{min-width:0!important}
.rs6-header .rs6-search{display:block!important;min-width:0!important;width:100%!important}
.rs6-header .rs6-search form{width:100%!important}
.rs6-header .rs6-actions{display:flex!important;flex:0 0 auto!important}
.rs6-header .rs6-navbar{display:block!important}
.rs6-header .rs6-nav-grid{grid-template-columns:260px minmax(0,1fr) auto!important;gap:20px!important;height:56px!important}
.rs6-header .rs6-mega-wrap{min-width:0!important}
.rs6-header .rs6-mega-button{height:42px!important;min-height:42px!important;padding:0 16px!important;border-radius:13px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr) 18px!important;align-items:center!important;gap:10px!important;font-family:"PelakFA",Tahoma,sans-serif!important;font-size:13px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;text-align:right!important}
.rs6-header .rs6-mega-button .rs-icon{width:19px!important;height:19px!important}
.rs6-header .rs6-mega-button span{display:block!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.25!important;font-size:13px!important}
.rs6-header .rs6-mega-button>i{font-style:normal!important;font-size:15px!important;line-height:1!important;text-align:left!important;transition:transform .2s ease}
.rs6-header .rs6-mega-wrap.is-open .rs6-mega-button>i{transform:rotate(180deg)}
.rs6-header .rs6-menu a,.rs6-header .rs6-mainnav .rs-nav-list a{font-size:12px!important;line-height:1.4!important;padding:16px 10px!important;white-space:nowrap!important}
.rs6-header .rs6-nav-specials{font-size:11px!important;white-space:nowrap!important}
.rs6-header .rs6-mega{width:min(920px,calc(100vw - 44px))!important;padding:22px!important}
.rs6-header .rs6-mega-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px 12px!important}
.rs6-header .rs6-mega-categories>a{min-height:52px!important;padding:8px 10px!important}
.rs6-header .rs6-mega-categories>a b{font-size:12px!important;line-height:1.45!important}
.rs6-header .rs6-mega-categories>a small{font-size:9px!important;line-height:1.4!important}
.rs6-header .rs6-mega-head h3{font-size:18px!important}
.rs6-header .rs6-mega-side h4{font-size:14px!important}

/* Never let legacy cart/checkout CSS collapse the v6 header on desktop */
@media(min-width:901px){
  .rs-cart-page .rs6-header .rs6-search,.woocommerce-cart .rs6-header .rs6-search,
  .rs-checkout-page .rs6-header .rs6-search,.woocommerce-checkout .rs6-header .rs6-search{display:block!important}
  .rs-cart-page .rs6-header .rs6-actions,.woocommerce-cart .rs6-header .rs6-actions,
  .rs-checkout-page .rs6-header .rs6-actions,.woocommerce-checkout .rs6-header .rs6-actions{display:flex!important}
  .rs-cart-page .rs6-header .rs6-navbar,.woocommerce-cart .rs6-header .rs6-navbar,
  .rs-checkout-page .rs6-header .rs6-navbar,.woocommerce-checkout .rs6-header .rs6-navbar{display:block!important}
  .rs-cart-page .rs6-header .rs6-mainbar-grid,.woocommerce-cart .rs6-header .rs6-mainbar-grid,
  .rs-checkout-page .rs6-header .rs6-mainbar-grid,.woocommerce-checkout .rs6-header .rs6-mainbar-grid{grid-template-columns:230px minmax(360px,1fr) auto!important;height:88px!important;justify-items:stretch!important}
  .rs-cart-page .rs6-header .rs6-logo,.woocommerce-cart .rs6-header .rs6-logo,
  .rs-checkout-page .rs6-header .rs6-logo,.woocommerce-checkout .rs6-header .rs6-logo{justify-content:flex-start!important}
  .rs-cart-page .rs6-header .rs6-logo img,.woocommerce-cart .rs6-header .rs6-logo img,
  .rs-checkout-page .rs6-header .rs6-logo img,.woocommerce-checkout .rs6-header .rs6-logo img{object-position:right center!important;max-height:58px!important}
}

/* Account: neutralize all legacy Woo account navigation styling */
.rs6-account-shell{width:min(1380px,calc(100% - 40px))!important;margin:24px auto 90px!important}
.rs6-account-shell .rs6-account-layout{grid-template-columns:235px minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
.rs6-account-shell .rs6-account-sidebar{position:static!important;display:grid!important;gap:14px!important}
.rs6-account-shell .rs6-account-nav-card{padding:10px!important;border-radius:20px!important;background:#fff!important;border:1px solid var(--rs6-line)!important;box-shadow:0 8px 24px rgba(0,44,87,.04)!important}
.rs6-account-shell .woocommerce-MyAccount-navigation,
.rs-account-page .rs6-account-shell .woocommerce-MyAccount-navigation{position:static!important;top:auto!important;width:100%!important;float:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;box-shadow:none!important}
.rs6-account-shell .woocommerce-MyAccount-navigation ul,
.rs-account-page .rs6-account-shell .woocommerce-MyAccount-navigation ul{display:grid!important;gap:5px!important;list-style:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-width:0!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li a,
.rs-account-page .rs6-account-shell .woocommerce-MyAccount-navigation li a{min-height:46px!important;padding:0 12px!important;border-radius:13px!important;background:transparent!important;border:1px solid transparent!important;color:#52677a!important;font-family:"PelakFA",Tahoma,sans-serif!important;font-size:11px!important;font-weight:700!important;line-height:1.3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;box-shadow:none!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li a>span{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li a b{font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li a .rs-icon{width:17px!important;height:17px!important;flex:0 0 17px!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li.is-active>a,
.rs6-account-shell .woocommerce-MyAccount-navigation li>a:hover{background:#f3f6f9!important;border-color:#e5ebf0!important;color:var(--rs6-navy)!important;box-shadow:inset -3px 0 var(--rs6-orange)!important}
.rs6-account-shell .woocommerce-MyAccount-navigation li.is-active>a>span>.rs-icon{color:var(--rs6-orange)!important}
.rs6-account-shell .rs6-account-content{min-width:0!important;width:100%!important;float:none!important;margin:0!important}
.rs6-account-shell .rs6-account-top{min-height:92px!important;padding:16px 20px!important;border-radius:20px!important;margin-bottom:18px!important}
.rs6-account-shell .rs6-avatar{width:54px!important;height:54px!important;border-radius:16px!important;font-size:22px!important}
.rs6-account-shell .rs6-account-profile h1{font-size:18px!important;line-height:1.4!important;margin:1px 0!important}
.rs6-account-shell .rs6-account-profile p{font-size:10px!important;line-height:1.7!important}
.rs6-account-shell .rs6-account-hero{min-height:245px!important;grid-template-columns:minmax(0,1fr) 280px!important;border-radius:22px!important}
.rs6-account-shell .rs6-account-hero-copy{padding:28px!important}
.rs6-account-shell .rs6-account-hero-copy h2{font-size:25px!important;line-height:1.35!important;letter-spacing:-.3px!important;margin:6px 0 8px!important}
.rs6-account-shell .rs6-account-hero-copy p{font-size:11px!important;line-height:1.9!important}
.rs6-account-shell .rs6-account-hero-image{min-width:0!important}
.rs6-account-shell .rs6-account-metrics{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:9px!important}
.rs6-account-shell .rs6-account-metrics>a,.rs6-account-shell .rs6-account-metrics>div{min-height:78px!important;padding:11px!important;border-radius:16px!important}
.rs6-account-shell .rs6-account-metrics>*>span{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:11px!important}
.rs6-account-shell .rs6-account-metrics small{font-size:8px!important}
.rs6-account-shell .rs6-account-metrics b{font-size:11px!important;margin-top:2px!important}
.rs6-account-shell .rs6-account-main-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)!important;gap:14px!important}
.rs6-account-shell .rs6-account-box,.rs6-account-shell .rs6-shop-again{border-radius:20px!important;padding:17px!important}
.rs6-account-shell .rs6-box-head h3{font-size:17px!important;line-height:1.4!important}
.rs6-account-shell .rs6-recent-orders>a{min-height:58px!important;grid-template-columns:82px minmax(0,1fr) auto 16px!important;padding:8px 10px!important}
.rs6-account-shell .rs6-shop-again-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}
.rs6-account-shell .rs6-shop-again-grid img{height:76px!important}
.rs6-account-shell .rs6-shop-again-grid span{font-size:8px!important}

/* Orders endpoint: compact, safe, consistent */
.rs6-account-shell .rs6-orders-page{display:grid!important;gap:14px!important}
.rs6-account-shell .rs6-orders-head{min-height:auto!important;padding:20px 22px!important;border-radius:20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.rs6-account-shell .rs6-orders-head h2{font-size:22px!important;line-height:1.4!important;margin:4px 0!important}
.rs6-account-shell .rs6-orders-head p{font-size:10px!important;line-height:1.8!important}
.rs6-account-shell .rs6-order-card{border-radius:18px!important;padding:15px!important}
.rs6-account-shell .rs6-order-card-head>div>b{font-size:14px!important}
.rs6-account-shell .rs6-order-card-info b{font-size:10px!important}

/* Checkout: rebuild field grid and remove Woo floats */
.rs-checkout-page .rs-checkout-shell,.woocommerce-checkout .rs-checkout-shell{width:min(1120px,calc(100% - 36px))!important;margin:28px auto 80px!important}
.rs-checkout-page .rs-checkout-intro,.woocommerce-checkout .rs-checkout-intro{text-align:right!important;margin-bottom:18px!important}
.rs-checkout-page .rs-checkout-intro h1,.woocommerce-checkout .rs-checkout-intro h1{font-size:27px!important;line-height:1.35!important;margin:5px 0 6px!important}
.rs-checkout-page .rs-checkout-intro p,.woocommerce-checkout .rs-checkout-intro p{font-size:11px!important;margin:0!important}
.rs-checkout-page .rs-wizard-progress,.woocommerce-checkout .rs-wizard-progress{padding:14px 16px!important;border-radius:20px!important;margin-bottom:14px!important}
.rs-checkout-page .rs-checkout-wizard,.woocommerce-checkout .rs-checkout-wizard{padding:20px!important;border-radius:22px!important}
.rs-checkout-page .rs-step-head,.woocommerce-checkout .rs-step-head{margin-bottom:18px!important;align-items:center!important}
.rs-checkout-page .rs-step-head>span,.woocommerce-checkout .rs-step-head>span{width:42px!important;height:42px!important;flex:0 0 42px!important;font-size:12px!important}
.rs-checkout-page .rs-step-head h2,.woocommerce-checkout .rs-step-head h2{font-size:20px!important;line-height:1.4!important;margin:0!important}
.rs-checkout-page .rs-step-head p,.woocommerce-checkout .rs-step-head p{font-size:10px!important;margin:3px 0 0!important}
.rs-checkout-page .rs-customer-details,.woocommerce-checkout .rs-customer-details{display:block!important}
.rs-checkout-page .rs-shipping-box,.woocommerce-checkout .rs-shipping-box{display:none!important}
.rs-checkout-page .rs-billing-box,.woocommerce-checkout .rs-billing-box{width:100%!important}
.rs-checkout-page .rs-billing-box .woocommerce-billing-fields,.woocommerce-checkout .rs-billing-box .woocommerce-billing-fields{width:100%!important}
.rs-checkout-page .rs-billing-box .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .rs-billing-box .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 16px!important;width:100%!important}
.rs-checkout-page .rs-billing-box .form-row,
.woocommerce-checkout .rs-billing-box .form-row{float:none!important;clear:none!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;grid-column:auto!important}
.rs-checkout-page .rs-billing-box #billing_country_field,
.woocommerce-checkout .rs-billing-box #billing_country_field{display:none!important}
.rs-checkout-page .rs-billing-box #billing_first_name_field,.woocommerce-checkout .rs-billing-box #billing_first_name_field{grid-column:1!important;grid-row:1!important}
.rs-checkout-page .rs-billing-box #billing_last_name_field,.woocommerce-checkout .rs-billing-box #billing_last_name_field{grid-column:2!important;grid-row:1!important}
.rs-checkout-page .rs-billing-box #billing_state_field,.woocommerce-checkout .rs-billing-box #billing_state_field{grid-column:1!important;grid-row:2!important}
.rs-checkout-page .rs-billing-box #billing_city_field,.woocommerce-checkout .rs-billing-box #billing_city_field{grid-column:2!important;grid-row:2!important}
.rs-checkout-page .rs-billing-box #billing_address_1_field,.woocommerce-checkout .rs-billing-box #billing_address_1_field{grid-column:1/-1!important;grid-row:3!important}
.rs-checkout-page .rs-billing-box #billing_postcode_field,.woocommerce-checkout .rs-billing-box #billing_postcode_field{grid-column:1!important;grid-row:4!important}
.rs-checkout-page .rs-billing-box #billing_phone_field,.woocommerce-checkout .rs-billing-box #billing_phone_field{grid-column:2!important;grid-row:4!important}
.rs-checkout-page .rs-billing-box #billing_email_field,.woocommerce-checkout .rs-billing-box #billing_email_field{grid-column:1/-1!important;grid-row:5!important}
.rs-checkout-page .rs-billing-box label,.woocommerce-checkout .rs-billing-box label{display:block!important;font-size:10px!important;font-weight:800!important;color:#50657a!important;margin:0 0 6px!important;line-height:1.6!important}
.rs-checkout-page .rs-billing-box input.input-text,.woocommerce-checkout .rs-billing-box input.input-text,
.rs-checkout-page .rs-billing-box select,.woocommerce-checkout .rs-billing-box select,
.rs-checkout-page .rs-billing-box .select2-selection--single,.woocommerce-checkout .rs-billing-box .select2-selection--single{width:100%!important;min-height:48px!important;height:48px!important;border:1px solid #dfe5eb!important;border-radius:13px!important;background:#f8fafc!important;box-shadow:none!important;padding:0 13px!important;font-size:11px!important;color:var(--rs6-text)!important;line-height:46px!important}
.rs-checkout-page .rs-billing-box input.input-text:focus,.woocommerce-checkout .rs-billing-box input.input-text:focus{background:#fff!important;border-color:var(--rs6-orange)!important;box-shadow:0 0 0 3px rgba(236,142,28,.09)!important;outline:0!important}
.rs-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px!important;padding:0!important;font-size:11px!important}
.rs-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px!important;left:10px!important;right:auto!important}
.rs-checkout-page .rs-step-actions,.woocommerce-checkout .rs-step-actions{margin-top:20px!important;padding-top:16px!important;border-top:1px solid #edf1f4!important}

/* Cart: prevent legacy header/page selectors from leaking into header */
.rs-cart-page .rs6-header *,.woocommerce-cart .rs6-header *{box-sizing:border-box}
.rs-cart-page .rs6-header .rs6-mainbar,.woocommerce-cart .rs6-header .rs6-mainbar{width:100%!important}
.rs-cart-page .rs6-header .rs6-search form,.woocommerce-cart .rs6-header .rs6-search form{margin:0!important}
.rs-cart-page .rs6-header .rs6-actions .rs6-action,.woocommerce-cart .rs6-header .rs6-actions .rs6-action{margin:0!important;float:none!important;width:auto!important}

/* Responsive breakpoint: keep tablet landscape orderly, only switch to app header when actually narrow */
@media(max-width:900px){
  .rs6-header .rs6-mainbar-grid{grid-template-columns:48px 1fr auto!important;height:68px!important;gap:9px!important}
  .rs6-header .rs6-mobile-menu{display:grid!important}
  .rs6-header .rs6-logo{justify-content:center!important}
  .rs6-header .rs6-logo img{width:155px!important;max-height:44px!important;object-position:center!important}
  .rs6-header .rs6-search{display:none!important}
  .rs6-header .rs6-actions .rs6-action:first-child{display:none!important}
  .rs6-header .rs6-cart-action{width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;display:grid!important}
  .rs6-header .rs6-cart-action>span:last-child{display:none!important}
  .rs6-header .rs6-navbar{display:none!important}
  .rs6-header .rs6-mobile-search{display:block!important}
  .rs6-account-shell .rs6-account-layout{grid-template-columns:1fr!important}
  .rs6-account-shell .rs6-account-sidebar{display:none!important}
  .rs6-account-shell .rs6-account-main-grid{grid-template-columns:1fr!important}
  .rs6-account-shell .rs6-account-hero{grid-template-columns:1fr!important}
  .rs6-account-shell .rs6-account-hero-image{height:180px!important}
  .rs6-account-shell .rs6-account-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .rs6-account-shell .rs6-shop-again-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .rs6-account-shell{width:calc(100% - 18px)!important;margin-top:10px!important}
  .rs6-account-shell .rs6-account-top{padding:12px 13px!important}
  .rs6-account-shell .rs6-account-shop{height:38px!important;font-size:9px!important;padding:0 10px!important}
  .rs6-account-shell .rs6-account-hero-copy{padding:18px!important}
  .rs6-account-shell .rs6-account-hero-copy h2{font-size:20px!important}
  .rs6-account-shell .rs6-shop-again-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .rs-checkout-page .rs-checkout-shell,.woocommerce-checkout .rs-checkout-shell{width:calc(100% - 18px)!important;margin:14px auto 90px!important}
  .rs-checkout-page .rs-wizard-progress,.woocommerce-checkout .rs-wizard-progress{overflow:auto!important;padding:9px!important}
  .rs-checkout-page .rs-wizard-progress button,.woocommerce-checkout .rs-wizard-progress button{min-width:145px!important}
  .rs-checkout-page .rs-checkout-wizard,.woocommerce-checkout .rs-checkout-wizard{padding:14px!important}
  .rs-checkout-page .rs-billing-box .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .rs-billing-box .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr!important;gap:11px!important}
  .rs-checkout-page .rs-billing-box #billing_first_name_field,.woocommerce-checkout .rs-billing-box #billing_first_name_field,
  .rs-checkout-page .rs-billing-box #billing_last_name_field,.woocommerce-checkout .rs-billing-box #billing_last_name_field,
  .rs-checkout-page .rs-billing-box #billing_state_field,.woocommerce-checkout .rs-billing-box #billing_state_field,
  .rs-checkout-page .rs-billing-box #billing_city_field,.woocommerce-checkout .rs-billing-box #billing_city_field,
  .rs-checkout-page .rs-billing-box #billing_address_1_field,.woocommerce-checkout .rs-billing-box #billing_address_1_field,
  .rs-checkout-page .rs-billing-box #billing_postcode_field,.woocommerce-checkout .rs-billing-box #billing_postcode_field,
  .rs-checkout-page .rs-billing-box #billing_phone_field,.woocommerce-checkout .rs-billing-box #billing_phone_field,
  .rs-checkout-page .rs-billing-box #billing_email_field,.woocommerce-checkout .rs-billing-box #billing_email_field{grid-column:1!important;grid-row:auto!important}
}

html[data-theme="dark"] .rs6-account-shell .rs6-account-nav-card{background:#0d1d2c!important;border-color:#22394c!important}
html[data-theme="dark"] .rs6-account-shell .woocommerce-MyAccount-navigation li a{color:#aebfcd!important}
html[data-theme="dark"] .rs6-account-shell .woocommerce-MyAccount-navigation li.is-active>a,
html[data-theme="dark"] .rs6-account-shell .woocommerce-MyAccount-navigation li>a:hover{background:#102334!important;border-color:#263c4e!important;color:#fff!important}
html[data-theme="dark"] .rs-checkout-page .rs-billing-box label,
html[data-theme="dark"] .woocommerce-checkout .rs-billing-box label{color:#b3c3d0!important}

/* v6.1 desktop/tablet header guard — cancel the old 1100px hybrid state */
@media(min-width:901px){
  .rs6-header .rs6-mobile-menu{display:none!important}
  .rs6-header .rs6-mobile-search{display:none!important}
  .rs6-header .rs6-actions .rs6-action:first-child{display:flex!important}
  .rs6-header .rs6-cart-action{width:auto!important;height:auto!important;min-height:56px!important;padding:7px 12px!important;display:flex!important}
  .rs6-header .rs6-cart-action>span:last-child{display:flex!important}
  .rs6-header .rs6-cart-action .rs6-action-icon{background:rgba(255,255,255,.12)!important}
  .rs6-header .rs6-topbar-links>span,.rs6-header .rs6-topbar-links>a{display:inline-flex!important}
  .rs6-header .rs6-topbar-inner{height:34px!important}
  .rs6-header .rs6-topbar-message{font-size:10px!important}
}

/* =========================================================
   6.1.1 — isolated order details (no legacy order-grid bleed)
   ========================================================= */
.rs6-account-content .rs61-order-page{display:grid!important;gap:14px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.rs61-order-page *{min-width:0}
.rs61-order-head{min-height:150px;border-radius:24px;padding:24px 26px;background:linear-gradient(135deg,#061525,#003866);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 16px 38px rgba(0,44,87,.13)}
.rs61-order-eyebrow,.rs61-section-heading span{display:block;color:#ec8e1c;font-size:9px;font-weight:900;letter-spacing:1.2px}
.rs61-order-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:4px 0 7px}.rs61-order-title-row h2{font-size:26px!important;line-height:1.3!important;color:#fff!important;margin:0!important}.rs61-order-head p{margin:0;color:#c9d8e5;font-size:12px}
.rs61-order-status{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:100px;background:rgba(255,255,255,.1);font-size:10px;font-weight:900}.rs61-order-status.is-completed,.rs61-order-status.is-processing{background:rgba(62,196,145,.14);color:#9ee6c7}.rs61-order-status.is-pending,.rs61-order-status.is-on-hold{background:rgba(236,142,28,.16);color:#ffc372}.rs61-order-status.is-cancelled,.rs61-order-status.is-failed{background:rgba(255,103,103,.13);color:#ffb3b3}
.rs61-order-actions{display:flex;gap:8px;flex-wrap:wrap}.rs61-order-action{min-height:40px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;color:#fff;background:rgba(255,255,255,.07)}.rs61-order-action.is-primary{background:#ec8e1c;border-color:#ec8e1c;color:#002c57}
.rs61-order-facts{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.rs61-order-facts>div{min-height:86px;padding:13px 14px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 7px 20px rgba(0,44,87,.035)}.rs61-order-facts .rs-icon{width:21px;height:21px;color:#ec8e1c;flex:0 0 21px}.rs61-order-facts span{display:block}.rs61-order-facts small{display:block;font-size:9px;color:#7d8c9a;margin-bottom:3px}.rs61-order-facts b{display:block;font-size:12px!important;line-height:1.7;color:#002c57}
.rs61-order-track{padding:20px;border:1px solid #e4eaf0;border-radius:22px;background:#fff;box-shadow:0 8px 22px rgba(0,44,87,.04)}
.rs61-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.rs61-section-heading h3{font-size:18px!important;line-height:1.35!important;margin:2px 0 0!important;color:#002c57!important}.rs61-section-heading>small{font-size:10px;color:#8492a0}.rs61-order-warning{display:inline-flex;padding:7px 10px;border-radius:10px;background:#fff1f1;color:#aa3535;font-size:9px}
.rs61-order-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;width:100%!important}.rs61-order-step{min-height:88px;border:1px solid #e7edf2;border-radius:17px;background:#f8fafc;padding:12px;display:flex!important;align-items:flex-start;gap:9px!important;overflow:hidden}.rs61-order-step>i{width:31px;height:31px;flex:0 0 31px;border-radius:10px;background:#e6edf3;color:#66798b;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900}.rs61-order-step>i .rs-icon{width:15px;height:15px}.rs61-order-step>span{display:block!important}.rs61-order-step b{display:block!important;font-size:11px!important;line-height:1.55!important;color:#203b55!important;margin:0 0 3px!important}.rs61-order-step small{display:block!important;font-size:8.5px!important;line-height:1.65!important;color:#8493a2!important}.rs61-order-step.is-active{background:#fff8ee;border-color:#f1c88f}.rs61-order-step.is-active>i{background:#ec8e1c;color:#002c57}.rs61-order-step.is-done{background:#f0faf6;border-color:#cfe9de}.rs61-order-step.is-done>i{background:#11875d;color:#fff}
.rs61-order-layout{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr)!important;gap:14px!important;align-items:start!important;width:100%!important}.rs61-order-products,.rs61-order-card{border:1px solid #e4eaf0;border-radius:22px;background:#fff;padding:19px;box-shadow:0 8px 22px rgba(0,44,87,.04)}.rs61-order-aside{display:grid!important;gap:14px!important;align-content:start!important}
.rs61-product-list{display:grid;gap:9px}.rs61-product-row{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:10px!important;border:1px solid #e9eef3!important;border-radius:17px!important;background:#fafbfc!important;overflow:hidden!important}.rs61-product-image{width:86px;height:86px;border-radius:14px;background:#f0f4f7;display:grid;place-items:center;overflow:hidden}.rs61-product-image a{width:100%;height:100%;display:grid;place-items:center}.rs61-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:5px!important;mix-blend-mode:multiply}.rs61-product-copy h4{font-size:12px!important;line-height:1.7!important;margin:0 0 4px!important;color:#18344f!important}.rs61-product-meta{font-size:9px;line-height:1.8;color:#7b8a98}.rs61-product-meta p{margin:0!important}.rs61-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding-top:8px;border-top:1px solid #edf1f4}.rs61-product-bottom span{font-size:9px;color:#6e7f8f}.rs61-product-bottom span b{font-size:10px}.rs61-product-bottom strong{font-size:11px;color:#002c57}
.rs61-total-list{display:grid;gap:7px}.rs61-total-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:13px;background:#f7f9fb;border:1px solid #e9eef3}.rs61-total-list span{font-size:9.5px;color:#687a8c}.rs61-total-list b{font-size:10.5px;color:#18344f;text-align:left}.rs61-total-list>div:last-child{background:#fff4e3;border-color:#f3d4aa}.rs61-total-list>div:last-child b{color:#c76d08;font-size:12px}
.rs61-delivery{display:flex;gap:11px;align-items:flex-start}.rs61-delivery-icon{width:40px;height:40px;border-radius:13px;background:#fff4e3;color:#ec8e1c;display:grid;place-items:center;flex:0 0 40px}.rs61-delivery-icon .rs-icon{width:20px;height:20px}.rs61-delivery b{display:block;font-size:11px;color:#18344f;margin-bottom:5px}.rs61-delivery p{font-size:9.5px;line-height:1.9;color:#6d7e8f;margin:0 0 6px}.rs61-delivery a{font-size:10px;font-weight:900;color:#ec8e1c}
.rs61-note-list{display:grid;gap:8px}.rs61-note-list>div{padding:10px;border-radius:13px;background:#f8fafc;border:1px solid #e9eef3}.rs61-note-list small{display:block;font-size:8px;color:#ec8e1c;font-weight:900}.rs61-note-list p{font-size:9px;line-height:1.8;color:#6d7e8f;margin:4px 0 0!important}.rs61-order-notice{padding:18px;border-radius:16px;background:#fff1f1;color:#a63232;font-size:12px}

/* Account widths: do not squeeze the order view into unusable columns. */
@media(max-width:1380px){.rs6-account-content .rs61-order-layout{grid-template-columns:1fr!important}.rs61-order-aside{grid-template-columns:1fr 1fr!important}.rs61-order-aside .rs61-order-card:last-child:nth-child(3){grid-column:1/-1}}
@media(max-width:1100px){.rs61-order-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rs61-order-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:767px){.rs61-order-head{display:block;padding:19px;border-radius:19px}.rs61-order-title-row h2{font-size:21px!important}.rs61-order-actions{margin-top:13px}.rs61-order-action{width:100%}.rs61-order-facts,.rs61-order-steps,.rs61-order-aside{grid-template-columns:1fr!important}.rs61-order-track,.rs61-order-products,.rs61-order-card{padding:14px;border-radius:18px}.rs61-section-heading h3{font-size:16px!important}.rs61-order-step{min-height:74px}.rs61-product-row{grid-template-columns:72px minmax(0,1fr)!important}.rs61-product-image{width:72px;height:72px}.rs61-product-bottom{display:grid;grid-template-columns:1fr}.rs61-product-bottom strong{text-align:right}}

html[data-theme="dark"] .rs61-order-facts>div,html[data-theme="dark"] .rs61-order-track,html[data-theme="dark"] .rs61-order-products,html[data-theme="dark"] .rs61-order-card{background:#0d1d2c;border-color:#24394b;color:#edf4fa}html[data-theme="dark"] .rs61-order-facts b,html[data-theme="dark"] .rs61-section-heading h3,html[data-theme="dark"] .rs61-order-step b,html[data-theme="dark"] .rs61-product-copy h4,html[data-theme="dark"] .rs61-product-bottom strong,html[data-theme="dark"] .rs61-total-list b,html[data-theme="dark"] .rs61-delivery b{color:#edf4fa!important}html[data-theme="dark"] .rs61-order-step,html[data-theme="dark"] .rs61-product-row,html[data-theme="dark"] .rs61-total-list>div,html[data-theme="dark"] .rs61-note-list>div{background:#102334!important;border-color:#263c4e!important}html[data-theme="dark"] .rs61-product-image{background:#132a3e}html[data-theme="dark"] .rs61-product-image img{mix-blend-mode:normal}html[data-theme="dark"] .rs61-order-step.is-active{background:#392b18!important;border-color:#74552c!important}html[data-theme="dark"] .rs61-order-step.is-done{background:#102d25!important;border-color:#245848!important}

/* ======================================================
   v6.2.0 — premium single product experience
   ====================================================== */
.single-product .rs-woocommerce-main{background:linear-gradient(180deg,#f5f7fa 0%,#f8fafc 100%);padding-top:22px;padding-bottom:72px}
.single-product .rs-woocommerce-main>.rs-shell{width:min(1380px,calc(100% - 40px))}
.single-product div.product.rs62-product{display:block!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;margin:0!important}
.single-product div.product.rs62-product::before,.single-product div.product.rs62-product::after{display:none!important}
.rs62-product-stage{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:22px;align-items:start}
.rs62-gallery-panel,.rs62-product-summary{background:#fff;border:1px solid #e4eaf0;border-radius:28px;box-shadow:0 16px 42px rgba(0,44,87,.055)}
.rs62-gallery-panel{padding:18px;min-width:0}
.rs62-gallery-head{min-height:42px;padding:2px 4px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.rs62-gallery-label{font-size:9px;font-weight:900;letter-spacing:1.8px;color:#8b9aaa}
.rs62-gallery-badges{display:flex;flex-wrap:wrap;gap:7px}
.rs62-discount-badge,.rs62-featured-badge{display:inline-flex;align-items:center;min-height:30px;border-radius:100px;padding:0 11px;font-size:10px;font-weight:900}
.rs62-discount-badge{background:#fff0dc;color:#a45b00;border:1px solid #f6d6ac}
.rs62-featured-badge{background:#eaf2fa;color:#0a467c;border:1px solid #d7e4f1}
.rs62-gallery-wrap{position:relative;min-width:0}
.rs62-gallery-wrap .onsale{display:none!important}
.rs62-product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;position:relative}
.rs62-product .woocommerce-product-gallery__wrapper{background:linear-gradient(145deg,#f7f9fb,#edf2f6)!important;border-radius:22px!important;overflow:hidden!important;border:1px solid #e8edf2}
.rs62-product .woocommerce-product-gallery__image{min-height:560px;display:grid!important;place-items:center;padding:34px}
.rs62-product .woocommerce-product-gallery__image img{width:100%!important;max-height:500px!important;object-fit:contain!important;mix-blend-mode:multiply;transition:transform .35s var(--ease)}
.rs62-product .woocommerce-product-gallery__image:hover img{transform:scale(1.025)}
.rs62-product .woocommerce-product-gallery__trigger{top:16px!important;left:16px!important;right:auto!important;width:44px!important;height:44px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 10px 24px rgba(0,44,87,.1)!important;display:grid!important;place-items:center!important}
.rs62-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px!important;margin:10px 0 0!important;padding:0!important;list-style:none!important}
.rs62-product .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important;border:1px solid #e5ebf0;border-radius:15px;overflow:hidden;background:#f5f8fa;padding:4px;transition:.2s}
.rs62-product .flex-control-thumbs li:hover,.rs62-product .flex-control-thumbs img.flex-active{border-color:var(--rs6-orange);box-shadow:0 0 0 2px rgba(236,142,28,.1)}
.rs62-product .flex-control-thumbs img{width:100%!important;height:82px!important;object-fit:contain!important;opacity:.72!important;border-radius:10px;mix-blend-mode:multiply}
.rs62-product .flex-control-thumbs img.flex-active{opacity:1!important}
.rs62-gallery-note{display:flex;align-items:center;gap:10px;padding:13px 14px;margin-top:12px;border-radius:16px;background:#f7f9fb;border:1px solid #e8edf2;color:#6f7e8d}
.rs62-gallery-note .rs-icon{width:18px;height:18px;color:var(--rs6-orange)}
.rs62-gallery-note b{display:block;font-size:10px;color:var(--rs6-navy);margin-bottom:2px}.rs62-gallery-note small{display:block;font-size:9px;color:#8996a3}

.rs62-product-summary{width:auto!important;float:none!important;margin:0!important;padding:26px!important;position:sticky;top:96px;min-width:0}
.admin-bar .rs62-product-summary{top:128px}
.rs62-product-kicker{display:flex;align-items:center;gap:9px;margin-bottom:12px}
.rs62-product-kicker span{display:inline-flex;align-items:center;height:28px;border-radius:100px;padding:0 10px;background:var(--rs6-navy);color:#fff;font-size:8px;font-weight:900;letter-spacing:1px}
.rs62-product-kicker b{font-size:10px;color:var(--rs6-orange)}
.rs62-product .product_title{font-size:clamp(24px,2.4vw,34px)!important;line-height:1.45!important;letter-spacing:-.6px!important;color:var(--rs6-navy)!important;margin:0 0 10px!important}
.rs62-product .woocommerce-product-rating{display:flex;align-items:center;gap:9px;margin:0 0 14px!important;padding-bottom:13px;border-bottom:1px solid #edf1f4;font-size:10px!important}
.rs62-product .woocommerce-review-link{color:#6e7f90;font-size:10px;font-weight:700}
.rs62-product .star-rating{color:#ef9b22;margin:0!important}
.rs62-product-summary>.price,.rs62-product-summary .rs-product-price{display:block;margin:12px 0 6px!important;font-size:22px!important;font-weight:900!important;color:var(--rs6-navy)!important}
.rs62-product-summary>.price ins,.rs62-product-summary .price ins{color:var(--rs6-orange)!important;text-decoration:none!important}
.rs62-product-summary>.price del,.rs62-product-summary .price del{font-size:13px!important;color:#9aa7b3!important;font-weight:500!important;margin-left:8px}
.rs-saving-chip{margin:8px 0 14px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border-radius:12px!important;padding:8px 11px!important;background:#eaf7f2!important;color:#147454!important;border:1px solid #d2eee4!important;font-size:10px!important}
.rs-saving-chip .rs-icon{width:15px;height:15px}
.rs62-product .woocommerce-product-details__short-description{font-size:12px!important;line-height:2!important;color:#637487!important;margin:14px 0 16px!important;padding:14px 0;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4}
.rs62-confidence-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 18px}
.rs62-confidence-row>span{min-width:0;display:grid;grid-template-columns:30px 1fr;gap:7px;align-items:center;padding:10px;border:1px solid #e6ecf1;background:#f8fafc;border-radius:14px}
.rs62-confidence-row .rs-icon{grid-row:1/3;width:21px;height:21px;color:var(--rs6-orange)}
.rs62-confidence-row small{display:block;font-size:8px;color:#8a98a5;line-height:1.4}.rs62-confidence-row b{display:block;font-size:9px;color:var(--rs6-navy);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs62-product .stock{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:100px;background:#eaf7f2;color:#16845e!important;font-size:9px!important;font-weight:900;margin:0 0 10px!important}
.rs62-product form.cart{display:grid!important;grid-template-columns:auto 1fr;gap:10px!important;align-items:center!important;margin:16px 0 0!important;padding:16px;border-radius:20px;background:#f7f9fb;border:1px solid #e5ebf0}
.rs62-product form.cart.variations_form{display:block!important}
.rs62-product table.variations{width:100%!important;margin:0 0 14px!important;border-collapse:collapse!important}
.rs62-product table.variations tr{display:grid!important;grid-template-columns:90px minmax(0,1fr);gap:10px;align-items:start;padding:11px 0;border-bottom:1px solid #e9eef2}
.rs62-product table.variations tr:last-child{border-bottom:0}
.rs62-product table.variations th,.rs62-product table.variations td{display:block!important;padding:0!important;text-align:right!important}
.rs62-product table.variations label{font-size:11px!important;color:var(--rs6-navy);font-weight:900}
.rs62-product table.variations select{min-height:46px;width:100%;border:1px solid #dbe4eb;border-radius:13px;background:#fff;padding:8px 12px;font-size:11px}
.rs62-product .reset_variations{display:inline-flex;margin-top:7px!important;font-size:9px!important;color:#a65e09!important}
.rs62-product .single_variation_wrap{margin-top:12px}
.rs62-product .woocommerce-variation-price{margin:10px 0}.rs62-product .woocommerce-variation-price .price{font-size:19px!important;font-weight:900;color:var(--rs6-navy)}
.rs62-product .woocommerce-variation-add-to-cart,.rs62-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:116px minmax(0,1fr);gap:10px;align-items:center}
.rs62-product form.cart:not(.variations_form){grid-template-columns:116px minmax(0,1fr)}
.rs62-product .quantity{display:grid!important;grid-template-columns:34px 1fr 34px;align-items:center;width:116px;height:54px;background:#fff;border:1px solid #dce4eb;border-radius:15px;overflow:hidden}
.rs62-product .quantity .qty{width:100%!important;height:52px!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;text-align:center!important;font-size:13px!important;font-weight:900;-moz-appearance:textfield}
.rs62-product .quantity .qty::-webkit-inner-spin-button,.rs62-product .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.rs62-qty-btn{width:34px;height:52px;border:0;background:#f4f7f9;color:var(--rs6-navy);font-size:17px;font-weight:900;display:grid;place-items:center;transition:.2s}
.rs62-qty-btn:hover{background:#fff0dc;color:#a45b00}
.rs62-product .single_add_to_cart_button{width:100%!important;min-height:54px!important;margin:0!important;border-radius:15px!important;background:linear-gradient(135deg,#ec8e1c,#ffab3d)!important;color:#07294a!important;font-size:13px!important;font-weight:900!important;box-shadow:0 13px 28px rgba(236,142,28,.24)!important;transition:.25s var(--ease)!important}
.rs62-product .single_add_to_cart_button:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(236,142,28,.3)!important}
.rs62-product .single_add_to_cart_button.disabled{opacity:.55!important;transform:none!important}
.rs-swatches{gap:7px!important;margin:8px 0 2px!important}.rs-swatch{min-width:46px;height:40px!important;border-radius:11px!important;font-size:10px!important;background:#fff!important}.rs-swatch.active{background:#fff0dc!important;border-color:var(--rs6-orange)!important;color:#965609!important;box-shadow:0 0 0 2px rgba(236,142,28,.09)}
.rs62-purchase-support{display:grid;gap:9px;margin-top:12px}
.rs62-stock-alert{display:flex;align-items:center;gap:9px;padding:11px 12px;border-radius:14px;background:#fff5e8;border:1px solid #f5dbb8;color:#925b0d}.rs62-stock-alert .rs-icon{width:18px;height:18px}.rs62-stock-alert b{display:block;font-size:10px}.rs62-stock-alert small{display:block;font-size:9px;color:#aa7a38}
.rs62-purchase-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rs62-purchase-support-grid>div{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid #e6ecf1;border-radius:14px;background:#fff}.rs62-purchase-support-grid .rs-icon{width:20px;height:20px;color:var(--rs6-orange)}.rs62-purchase-support-grid b{display:block;font-size:10px;color:var(--rs6-navy)}.rs62-purchase-support-grid small{display:block;font-size:8px;color:#8594a2}
.rs62-size-help{display:grid;grid-template-columns:30px 1fr 18px;gap:9px;align-items:center;padding:12px;border-radius:15px;background:var(--rs6-navy);color:#fff}.rs62-size-help>.rs-icon:first-child{width:20px;height:20px;color:#ffc06e}.rs62-size-help b{display:block;font-size:10px}.rs62-size-help small{display:block;font-size:8px;color:#c6d6e4;margin-top:2px}.rs62-size-help>.rs-icon:last-child{width:16px;height:16px}
.rs62-meta-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding-top:13px;margin-top:14px;border-top:1px solid #edf1f4}
.rs62-meta-badges>span{padding:9px 10px;border-radius:12px;background:#f8fafc;border:1px solid #e8edf2}.rs62-meta-badges small{display:block;font-size:8px;color:#8b99a6}.rs62-meta-badges b{display:block;font-size:9px;color:var(--rs6-navy);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs62-product .product_meta{font-size:9px!important;line-height:1.8!important;border-top:0!important;margin-top:10px!important;padding-top:0!important;color:#8795a2!important;display:flex!important;flex-wrap:wrap!important;gap:7px 14px!important}.rs62-product .product_meta a{color:#5b7186!important;font-weight:700}

.rs62-product-lower{margin-top:22px;display:grid;gap:18px}
.rs62-product-lower .woocommerce-tabs{margin:0!important;background:#fff;border:1px solid #e4eaf0;border-radius:26px;padding:22px;box-shadow:0 14px 36px rgba(0,44,87,.045)}
.rs62-product-lower .woocommerce-tabs ul.tabs{display:flex!important;gap:8px!important;padding:0 0 14px!important;margin:0 0 18px!important;border-bottom:1px solid #e8edf2;overflow:auto;scrollbar-width:none}
.rs62-product-lower .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
.rs62-product-lower .woocommerce-tabs ul.tabs::before{display:none!important}
.rs62-product-lower .woocommerce-tabs ul.tabs li{border:0!important;border-radius:12px!important;background:#f3f6f8!important;padding:0!important;margin:0!important;white-space:nowrap}
.rs62-product-lower .woocommerce-tabs ul.tabs li::before,.rs62-product-lower .woocommerce-tabs ul.tabs li::after{display:none!important}
.rs62-product-lower .woocommerce-tabs ul.tabs li a{padding:10px 15px!important;font-size:10px!important;color:#5e7082!important;font-weight:900!important}
.rs62-product-lower .woocommerce-tabs ul.tabs li.active{background:var(--rs6-navy)!important}.rs62-product-lower .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.rs62-product-lower .woocommerce-tabs .panel{background:transparent!important;border-radius:0!important;padding:2px 2px 6px!important;margin:0!important;color:#526679!important;font-size:12px!important;line-height:2!important}
.rs62-product-lower .woocommerce-tabs .panel h2{font-size:20px!important;color:var(--rs6-navy);margin:0 0 12px!important}
.rs62-product-lower .woocommerce-product-attributes{border-collapse:separate!important;border-spacing:0 7px!important}.rs62-product-lower .woocommerce-product-attributes th,.rs62-product-lower .woocommerce-product-attributes td{border:0!important;background:#f7f9fb!important;padding:12px 14px!important;font-size:10px!important}.rs62-product-lower .woocommerce-product-attributes th{width:180px;border-radius:0 12px 12px 0!important;color:#6c7d8d}.rs62-product-lower .woocommerce-product-attributes td{border-radius:12px 0 0 12px!important;color:var(--rs6-navy)}
.rs62-delivery-tab{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rs62-delivery-tab>div{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:16px;background:#f8fafc;border:1px solid #e7edf2}.rs62-delivery-tab .rs-icon{width:24px;height:24px;color:var(--rs6-orange);flex:0 0 24px}.rs62-delivery-tab b{display:block;font-size:11px;color:var(--rs6-navy);margin-bottom:3px}.rs62-delivery-tab small{display:block;font-size:9px;color:#718294;line-height:1.8}
.rs62-product-service-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rs62-product-service-strip>div,.rs62-product-service-strip>a{min-height:76px;padding:13px;border-radius:17px;background:#fff;border:1px solid #e5ebf0;display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center}.rs62-product-service-strip>div{grid-template-columns:34px 1fr}.rs62-product-service-strip .rs-icon{width:22px;height:22px;color:var(--rs6-orange)}.rs62-product-service-strip small{display:block;font-size:8px;color:#8b98a5}.rs62-product-service-strip b{display:block;font-size:10px;color:var(--rs6-navy);margin-top:2px}
.rs62-product-lower .upsells.products,.rs62-product-lower .related.products{margin:0!important;background:#fff;border:1px solid #e4eaf0;border-radius:26px;padding:22px;box-shadow:0 14px 36px rgba(0,44,87,.045)}
.rs62-product-lower .upsells.products>h2,.rs62-product-lower .related.products>h2{font-size:21px!important;margin:0 0 18px!important;color:var(--rs6-navy)}
.rs62-product-lower .products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:0!important}
.rs62-product-lower .products::before,.rs62-product-lower .products::after{display:none!important}
.rs62-product-lower .products>li.product{width:auto!important;float:none!important;margin:0!important}

/* Product mobile purchase bar */
.single-product .rs-mobile-product-bar{right:12px!important;left:12px!important;bottom:76px!important;min-height:68px!important;border-radius:20px!important;padding:9px 10px!important;box-shadow:0 16px 42px rgba(0,44,87,.2)!important}.single-product .rs-mobile-product-bar small{font-size:8px!important}.single-product .rs-mobile-product-bar b{font-size:11px!important}.single-product .rs-mobile-product-bar .rs-btn{min-height:48px!important;border-radius:14px!important;font-size:11px!important}

html[data-theme="dark"] .rs62-gallery-panel,html[data-theme="dark"] .rs62-product-summary,html[data-theme="dark"] .rs62-product-lower .woocommerce-tabs,html[data-theme="dark"] .rs62-product-lower .upsells.products,html[data-theme="dark"] .rs62-product-lower .related.products,html[data-theme="dark"] .rs62-product-service-strip>div,html[data-theme="dark"] .rs62-product-service-strip>a{background:#0d1d2c!important;border-color:#263b4c!important;color:#edf4fa}
html[data-theme="dark"] .rs62-product .woocommerce-product-gallery__wrapper,html[data-theme="dark"] .rs62-gallery-note,html[data-theme="dark"] .rs62-confidence-row>span,html[data-theme="dark"] .rs62-product form.cart,html[data-theme="dark"] .rs62-purchase-support-grid>div,html[data-theme="dark"] .rs62-meta-badges>span,html[data-theme="dark"] .rs62-delivery-tab>div,html[data-theme="dark"] .rs62-product-lower .woocommerce-product-attributes th,html[data-theme="dark"] .rs62-product-lower .woocommerce-product-attributes td{background:#102334!important;border-color:#263b4c!important;color:#dce8f2!important}
html[data-theme="dark"] .rs62-product .woocommerce-product-gallery__image img,html[data-theme="dark"] .rs62-product .flex-control-thumbs img{mix-blend-mode:normal!important}
html[data-theme="dark"] .rs62-product .product_title,html[data-theme="dark"] .rs62-confidence-row b,html[data-theme="dark"] .rs62-purchase-support-grid b,html[data-theme="dark"] .rs62-meta-badges b,html[data-theme="dark"] .rs62-product-lower .woocommerce-tabs .panel h2,html[data-theme="dark"] .rs62-delivery-tab b,html[data-theme="dark"] .rs62-product-service-strip b,html[data-theme="dark"] .rs62-product-lower .upsells.products>h2,html[data-theme="dark"] .rs62-product-lower .related.products>h2{color:#edf4fa!important}
html[data-theme="dark"] .rs62-product table.variations select,html[data-theme="dark"] .rs62-product .quantity,html[data-theme="dark"] .rs-swatch{background:#0d1d2c!important;border-color:#2a4052!important;color:#edf4fa!important}

@media(max-width:1100px){
  .rs62-product-stage{grid-template-columns:1fr!important}.rs62-product-summary{position:relative!important;top:auto!important}.rs62-product .woocommerce-product-gallery__image{min-height:480px}.rs62-product-lower .products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.rs62-product-service-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .single-product .rs-woocommerce-main{padding-top:12px;padding-bottom:118px}.single-product .rs-woocommerce-main>.rs-shell{width:min(100% - 18px,1380px)}
  .rs62-product-stage{gap:12px}.rs62-gallery-panel,.rs62-product-summary{border-radius:20px}.rs62-gallery-panel{padding:10px}.rs62-gallery-head{padding:2px 3px 9px}.rs62-gallery-label{font-size:8px}
  .rs62-product .woocommerce-product-gallery__image{min-height:330px;padding:18px}.rs62-product .woocommerce-product-gallery__image img{max-height:300px!important}.rs62-product .flex-control-thumbs{grid-template-columns:repeat(5,minmax(64px,1fr));overflow:auto;scrollbar-width:none}.rs62-product .flex-control-thumbs img{height:66px!important}.rs62-gallery-note{display:none}
  .rs62-product-summary{padding:18px!important}.rs62-product .product_title{font-size:21px!important;line-height:1.55!important}.rs62-product-summary>.price,.rs62-product-summary .rs-product-price{font-size:18px!important}.rs62-product .woocommerce-product-details__short-description{font-size:11px!important}.rs62-confidence-row{grid-template-columns:1fr 1fr}.rs62-confidence-row>span:last-child{grid-column:1/-1}.rs62-product form.cart,.rs62-product form.cart:not(.variations_form),.rs62-product .woocommerce-variation-add-to-cart{grid-template-columns:100px minmax(0,1fr)!important;padding:12px}.rs62-product .quantity{width:100px;grid-template-columns:30px 1fr 30px}.rs62-qty-btn{width:30px}.rs62-purchase-support-grid,.rs62-meta-badges,.rs62-delivery-tab{grid-template-columns:1fr}.rs62-product-lower{margin-top:12px;gap:12px}.rs62-product-lower .woocommerce-tabs,.rs62-product-lower .upsells.products,.rs62-product-lower .related.products{border-radius:20px;padding:14px}.rs62-product-lower .woocommerce-tabs ul.tabs{gap:6px}.rs62-product-lower .woocommerce-tabs ul.tabs li a{padding:9px 12px!important;font-size:9px!important}.rs62-product-lower .woocommerce-tabs .panel{font-size:11px!important}.rs62-product-lower .woocommerce-product-attributes th{width:110px!important}.rs62-product-service-strip{grid-template-columns:1fr 1fr}.rs62-product-lower .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}
@media(max-width:480px){
  .rs62-confidence-row,.rs62-product-service-strip{grid-template-columns:1fr}.rs62-product form.cart,.rs62-product form.cart:not(.variations_form),.rs62-product .woocommerce-variation-add-to-cart{grid-template-columns:92px minmax(0,1fr)!important}.rs62-product .quantity{width:92px}.rs62-product table.variations tr{grid-template-columns:1fr;gap:5px}.rs62-size-help{grid-template-columns:26px 1fr 16px}.rs62-product-lower .products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* v6.2 account metric cleanup */
.rs6-account-shell .rs6-account-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important}
@media(max-width:991px){.rs6-account-shell .rs6-account-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.rs6-account-shell .rs6-account-metrics{grid-template-columns:1fr 1fr!important}}
.rs62-wallet-balance{min-width:220px;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);text-align:center}.rs62-wallet-balance small{display:block;font-size:9px;color:#cbd8e3}.rs62-wallet-balance b{display:block;margin-top:6px;font-size:20px;color:#fff}.rs62-wallet-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.rs62-wallet-summary>div{min-height:92px;border-radius:18px;background:#fff;border:1px solid var(--rs6-line);display:flex;align-items:center;gap:11px;padding:14px}.rs62-wallet-summary .rs-icon{width:24px;height:24px;color:var(--rs6-orange)}.rs62-wallet-summary small{display:block;font-size:9px;color:var(--rs6-muted)}.rs62-wallet-summary b{display:block;font-size:12px;color:var(--rs6-navy);margin-top:3px}@media(max-width:767px){.rs62-wallet-balance{margin-top:14px;min-width:0}.rs62-wallet-summary{grid-template-columns:1fr}}html[data-theme="dark"] .rs62-wallet-summary>div{background:#102334;border-color:#263c4e}html[data-theme="dark"] .rs62-wallet-summary b{color:#edf4fa}

/* ==========================================================
   v6.3 — Clean product page (isolated from legacy rs62 layout)
   ========================================================== */
.single-product div.product.rs63-product{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.single-product div.product.rs63-product::before,.single-product div.product.rs63-product::after{display:none!important}
.rs63-product *{box-sizing:border-box}
.rs63-top{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);gap:22px;align-items:start;margin-top:10px}
.rs63-gallery,.rs63-summary{background:#fff;border:1px solid #e3eaf0;border-radius:28px;box-shadow:0 16px 42px rgba(0,44,87,.055)}

/* Gallery */
.rs63-gallery{min-width:0;padding:16px;position:relative;top:auto}
.rs63-gallery-bar{height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 4px 12px}
.rs63-gallery-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.rs63-sale-badge,.rs63-featured-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:100px;font-size:9px;font-weight:900}
.rs63-sale-badge{background:#fff1df;color:#a65d09;border:1px solid #f4d7b1}
.rs63-featured-badge{background:#edf4fb;color:#124c80;border:1px solid #dce8f3}
.rs63-wishlist{width:38px;height:38px;border:1px solid #e4ebf1;border-radius:13px;background:#fff;color:#234665;display:grid;place-items:center;transition:.2s var(--ease)}
.rs63-wishlist:hover,.rs63-wishlist.is-active{background:#fff0dc;border-color:#efc990;color:#a45b00;transform:translateY(-1px)}
.rs63-wishlist .rs-icon{width:18px;height:18px}
.rs63-gallery-inner{min-width:0}
.rs63-product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;position:relative;display:block!important}
.rs63-product .woocommerce-product-gallery .onsale{display:none!important}
.rs63-product .woocommerce-product-gallery__wrapper{margin:0!important;background:linear-gradient(145deg,#f8fafc,#edf2f6)!important;border:1px solid #e7edf2!important;border-radius:22px!important;overflow:hidden!important}
.rs63-product .woocommerce-product-gallery__image{height:470px!important;min-height:470px!important;padding:28px!important;display:grid!important;place-items:center!important;background:transparent!important}
.rs63-product .woocommerce-product-gallery__image a{width:100%;height:100%;display:grid;place-items:center}
.rs63-product .woocommerce-product-gallery__image img{width:auto!important;max-width:88%!important;height:auto!important;max-height:410px!important;object-fit:contain!important;mix-blend-mode:multiply;transition:transform .3s var(--ease)}
.rs63-product .woocommerce-product-gallery__image:hover img{transform:scale(1.025)}
.rs63-product .woocommerce-product-gallery__trigger{top:15px!important;left:15px!important;right:auto!important;width:42px!important;height:42px!important;border-radius:13px!important;background:#fff!important;border:1px solid #e6ecf1!important;box-shadow:0 10px 24px rgba(0,44,87,.09)!important;display:grid!important;place-items:center!important;z-index:8!important}
.rs63-product .flex-control-thumbs{display:flex!important;align-items:center;gap:9px!important;overflow:auto!important;scrollbar-width:none!important;margin:10px 0 0!important;padding:1px 0!important;list-style:none!important}
.rs63-product .flex-control-thumbs::-webkit-scrollbar{display:none}
.rs63-product .flex-control-thumbs li{width:76px!important;min-width:76px!important;float:none!important;margin:0!important;padding:4px!important;border:1px solid #e3eaf0!important;border-radius:14px!important;background:#f7f9fb!important;overflow:hidden!important;transition:.2s!important}
.rs63-product .flex-control-thumbs li:hover{border-color:#efc47e!important}
.rs63-product .flex-control-thumbs img{width:100%!important;height:66px!important;object-fit:contain!important;border-radius:10px!important;opacity:.72!important;mix-blend-mode:multiply!important}
.rs63-product .flex-control-thumbs img.flex-active{opacity:1!important;box-shadow:inset 0 0 0 2px rgba(236,142,28,.18)!important}

/* Summary */
.rs63-summary{padding:26px;min-width:0}
.rs63-heading{padding-bottom:18px;border-bottom:1px solid #edf1f4}
.rs63-eyebrow{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:11px}
.rs63-eyebrow>span{display:inline-flex;align-items:center;height:27px;padding:0 10px;border-radius:100px;background:#002c57;color:#fff;font-size:8px;font-weight:900;letter-spacing:1px}
.rs63-eyebrow>div,.rs63-eyebrow a{font-size:10px;font-weight:800;color:#ec8e1c}
.rs63-product .product_title{margin:0!important;font-size:clamp(24px,2.35vw,34px)!important;line-height:1.48!important;letter-spacing:-.65px!important;color:#002c57!important;font-weight:900!important}
.rs63-product-meta-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:13px}
.rs63-rating{display:inline-flex;align-items:center;gap:7px;color:#6b7c8d;font-size:9px;font-weight:800}
.rs63-rating .star-rating{margin:0!important;color:#f09a1c!important;font-size:12px!important;width:5.4em!important}
.rs63-rating span{color:#002c57;font-size:10px}.rs63-rating small{color:#8b98a5;font-size:9px}
.rs63-new-product{font-size:9px;font-weight:900;color:#6f8192}
.rs63-stock{display:inline-flex;align-items:center;gap:7px;font-size:9px;font-weight:900;padding:7px 10px;border-radius:100px}
.rs63-stock i{width:7px;height:7px;border-radius:50%;display:block}
.rs63-stock.is-in{background:#eef8f4;color:#147857}.rs63-stock.is-in i{background:#1a946b;box-shadow:0 0 0 4px rgba(26,148,107,.09)}
.rs63-stock.is-out{background:#fff0f0;color:#b44646}.rs63-stock.is-out i{background:#c24a4a}

.rs63-price-card{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0;border-bottom:1px solid #edf1f4}
.rs63-price-copy>small{display:block;font-size:9px;color:#8795a3;margin-bottom:5px}
.rs63-price,.rs63-price .price{font-size:22px!important;line-height:1.5!important;font-weight:900!important;color:#002c57!important}
.rs63-price ins{color:#ec8e1c!important;text-decoration:none!important}.rs63-price del{font-size:12px!important;color:#a2adb8!important;font-weight:500!important;margin-left:8px}
.rs63-saving{display:flex;align-items:center;gap:8px;min-width:132px;padding:10px 12px;border-radius:15px;background:#edf8f4;border:1px solid #d3eee3;color:#147857}
.rs63-saving .rs-icon{width:18px;height:18px}.rs63-saving small{display:block;font-size:8px}.rs63-saving b{display:block;font-size:10px;margin-top:2px}
.rs63-low-stock{display:flex;align-items:center;gap:9px;margin-top:14px;padding:11px 12px;border-radius:14px;background:#fff5e8;border:1px solid #f3d9b8;color:#90580b}
.rs63-low-stock .rs-icon{width:18px;height:18px}.rs63-low-stock b{display:block;font-size:10px}.rs63-low-stock small{display:block;font-size:9px;color:#a77b41}

/* Purchase card + variations */
.rs63-buy-card{margin-top:16px;padding:16px;border:1px solid #e3eaf0;border-radius:20px;background:#f7f9fb}
.rs63-buy-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.rs63-buy-head>div>span{display:block;font-size:8px;font-weight:900;letter-spacing:1px;color:#ec8e1c}.rs63-buy-head h3{margin:2px 0 0!important;font-size:15px!important;color:#002c57!important;line-height:1.55}.rs63-buy-head>.rs-icon{width:23px;height:23px;color:#ec8e1c}
.rs63-product form.cart{margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;float:none!important;width:100%!important}
.rs63-product form.cart.variations_form{display:block!important}
.rs63-product table.variations{width:100%!important;margin:0 0 12px!important;border:0!important;border-collapse:collapse!important}
.rs63-product table.variations tbody{display:grid;gap:12px}
.rs63-product table.variations tr{display:block!important;padding:0!important;border:0!important}
.rs63-product table.variations th,.rs63-product table.variations td{display:block!important;width:100%!important;padding:0!important;text-align:right!important;border:0!important;background:transparent!important}
.rs63-product table.variations th{margin-bottom:7px!important}
.rs63-product table.variations label{font-size:10px!important;font-weight:900!important;color:#294964!important}
.rs63-product table.variations select{width:100%!important;min-height:44px!important;padding:8px 12px!important;border:1px solid #dce5ec!important;border-radius:12px!important;background:#fff!important;font-size:10px!important;color:#294964!important}
.rs63-product .rs-swatches{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin:0!important}
.rs63-product .rs-swatch{min-width:48px!important;max-width:100%;height:auto!important;min-height:40px!important;padding:7px 11px!important;border:1px solid #dce5ec!important;border-radius:11px!important;background:#fff!important;color:#35516a!important;font-size:9px!important;font-weight:800!important;line-height:1.55!important;white-space:normal!important;text-align:center!important;box-shadow:none!important}
.rs63-product .rs-swatch:hover,.rs63-product .rs-swatch.active{background:#fff0dc!important;border-color:#ec8e1c!important;color:#9a5a08!important;box-shadow:0 0 0 2px rgba(236,142,28,.08)!important}
.rs63-product .reset_variations{display:inline-flex!important;margin-top:7px!important;font-size:8px!important;font-weight:800!important;color:#a15d0c!important}
.rs63-product .single_variation_wrap{margin-top:10px!important}
.rs63-product .woocommerce-variation-description{margin:0 0 10px!important;padding:10px 12px!important;border-radius:12px!important;background:#fff!important;color:#68798a!important;font-size:9px!important;line-height:1.8!important}
.rs63-product .woocommerce-variation-price{margin:0 0 10px!important}.rs63-product .woocommerce-variation-price .price{font-size:18px!important;font-weight:900!important;color:#002c57!important}
.rs63-product .woocommerce-variation-availability .stock{margin:0 0 10px!important;font-size:9px!important}
.rs63-product .woocommerce-variation-add-to-cart,.rs63-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;gap:9px!important;align-items:center!important}
.rs63-product .quantity{display:grid!important;grid-template-columns:32px 1fr 32px!important;width:108px!important;height:52px!important;border:1px solid #dbe4eb!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;margin:0!important;float:none!important}
.rs63-product .quantity .qty{width:100%!important;height:50px!important;border:0!important;background:transparent!important;padding:0!important;text-align:center!important;font-size:12px!important;font-weight:900!important;color:#002c57!important;-moz-appearance:textfield}
.rs63-product .quantity .qty::-webkit-inner-spin-button,.rs63-product .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.rs63-product .rs62-qty-btn{width:32px!important;height:50px!important;border:0!important;background:#f3f6f8!important;color:#002c57!important;font-size:16px!important;font-weight:900!important;display:grid!important;place-items:center!important}
.rs63-product .rs62-qty-btn:hover{background:#fff0dc!important;color:#9c5a08!important}
.rs63-product .single_add_to_cart_button{width:100%!important;min-height:52px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:14px!important;background:#002c57!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 11px 25px rgba(0,44,87,.18)!important;transition:.22s var(--ease)!important}
.rs63-product .single_add_to_cart_button:hover{background:#ec8e1c!important;color:#002c57!important;transform:translateY(-2px)!important;box-shadow:0 14px 28px rgba(236,142,28,.22)!important}
.rs63-product .single_add_to_cart_button.disabled{opacity:.55!important;transform:none!important}

.rs63-promises{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
.rs63-promises>div{display:flex;align-items:center;gap:8px;min-width:0;padding:10px;border:1px solid #e5ebf0;border-radius:14px;background:#fff}
.rs63-promises .rs-icon{width:19px;height:19px;color:#ec8e1c;flex:0 0 19px}.rs63-promises b{display:block;font-size:9px;color:#002c57;line-height:1.5}.rs63-promises small{display:block;font-size:7.5px;color:#8493a2;line-height:1.5;margin-top:1px}
.rs63-support{display:grid;grid-template-columns:30px 1fr 18px;gap:10px;align-items:center;margin-top:10px;padding:11px 13px;border-radius:15px;background:#002c57;color:#fff;transition:.2s}
.rs63-support:hover{background:#073b6d}.rs63-support>.rs-icon:first-child{color:#ec8e1c}.rs63-support .rs-icon{width:18px;height:18px}.rs63-support small{display:block;font-size:8px;color:#b8ccdd}.rs63-support b{display:block;font-size:10px;margin-top:2px;color:#fff}
.rs63-bottom-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid #edf1f4}
.rs63-bottom-meta>span{display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:11px;background:#f7f9fb;border:1px solid #e7edf2}.rs63-bottom-meta small{font-size:8px;color:#8b98a5}.rs63-bottom-meta b{font-size:9px;color:#38536a}

/* Lower content */
.rs63-lower{display:grid;gap:16px;margin-top:20px}
.rs63-intro,.rs63-tabs-wrap>.woocommerce-tabs,.rs63-lower>.upsells.products,.rs63-lower>.related.products{background:#fff;border:1px solid #e3eaf0;border-radius:24px;padding:22px;box-shadow:0 13px 34px rgba(0,44,87,.045)}
.rs63-intro{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;align-items:start}
.rs63-intro-title>span{display:block;font-size:8px;font-weight:900;letter-spacing:1.2px;color:#ec8e1c}.rs63-intro-title h2{margin:4px 0 0!important;font-size:20px!important;color:#002c57!important}.rs63-intro-text{font-size:11px;color:#647587;line-height:2}.rs63-intro-text p{margin:0}.rs63-intro-text p+p{margin-top:8px}.rs63-intro-text ul,.rs63-intro-text ol{margin:0;padding-right:18px}
.rs63-tabs-wrap>.woocommerce-tabs{margin:0!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs{display:flex!important;align-items:center!important;gap:7px!important;overflow:auto!important;scrollbar-width:none!important;margin:0 0 18px!important;padding:0 0 14px!important;border-bottom:1px solid #e8edf2!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs::before{display:none!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:11px!important;background:#f2f5f7!important;white-space:nowrap!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs li::before,.rs63-tabs-wrap .woocommerce-tabs ul.tabs li::after{display:none!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs li a{display:block!important;padding:9px 14px!important;font-size:9px!important;font-weight:900!important;color:#5c7083!important}
.rs63-tabs-wrap .woocommerce-tabs ul.tabs li.active{background:#002c57!important}.rs63-tabs-wrap .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.rs63-tabs-wrap .woocommerce-tabs .panel{margin:0!important;padding:0!important;background:transparent!important;border:0!important;color:#5f7183!important;font-size:11px!important;line-height:2!important}
.rs63-tabs-wrap .woocommerce-tabs .panel h2{font-size:19px!important;color:#002c57!important;margin:0 0 12px!important}
.rs63-tabs-wrap .woocommerce-product-attributes{border-collapse:separate!important;border-spacing:0 6px!important}
.rs63-tabs-wrap .woocommerce-product-attributes th,.rs63-tabs-wrap .woocommerce-product-attributes td{border:0!important;padding:11px 13px!important;background:#f7f9fb!important;font-size:9px!important}.rs63-tabs-wrap .woocommerce-product-attributes th{width:180px;color:#6b7d8e;border-radius:0 10px 10px 0!important}.rs63-tabs-wrap .woocommerce-product-attributes td{color:#294964;border-radius:10px 0 0 10px!important}
.rs63-tabs-wrap .rs62-delivery-tab{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.rs63-tabs-wrap .rs62-delivery-tab>div{padding:13px;border-radius:14px;background:#f8fafc;border:1px solid #e7edf2}.rs63-tabs-wrap .rs62-delivery-tab b{font-size:10px}.rs63-tabs-wrap .rs62-delivery-tab small{font-size:8px}
.rs63-lower>.upsells.products,.rs63-lower>.related.products{margin:0!important}
.rs63-lower>.upsells.products>h2,.rs63-lower>.related.products>h2{font-size:19px!important;color:#002c57!important;margin:0 0 16px!important}
.rs63-lower>.upsells.products>.products,.rs63-lower>.related.products>.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:0!important}
.rs63-lower>.upsells.products>.products::before,.rs63-lower>.upsells.products>.products::after,.rs63-lower>.related.products>.products::before,.rs63-lower>.related.products>.products::after{display:none!important}
.rs63-lower>.upsells.products>.products>li,.rs63-lower>.related.products>.products>li{width:auto!important;float:none!important;margin:0!important}

/* Dark */
html[data-theme="dark"] .rs63-gallery,html[data-theme="dark"] .rs63-summary,html[data-theme="dark"] .rs63-intro,html[data-theme="dark"] .rs63-tabs-wrap>.woocommerce-tabs,html[data-theme="dark"] .rs63-lower>.upsells.products,html[data-theme="dark"] .rs63-lower>.related.products{background:#0d1d2c!important;border-color:#263b4c!important;box-shadow:0 14px 36px rgba(0,0,0,.2)!important}
html[data-theme="dark"] .rs63-product .woocommerce-product-gallery__wrapper,html[data-theme="dark"] .rs63-buy-card,html[data-theme="dark"] .rs63-promises>div,html[data-theme="dark"] .rs63-bottom-meta>span,html[data-theme="dark"] .rs63-product .woocommerce-variation-description,html[data-theme="dark"] .rs63-tabs-wrap .woocommerce-product-attributes th,html[data-theme="dark"] .rs63-tabs-wrap .woocommerce-product-attributes td,html[data-theme="dark"] .rs63-tabs-wrap .rs62-delivery-tab>div{background:#102334!important;border-color:#263b4c!important}
html[data-theme="dark"] .rs63-product .woocommerce-product-gallery__image img,html[data-theme="dark"] .rs63-product .flex-control-thumbs img{mix-blend-mode:normal!important}
html[data-theme="dark"] .rs63-product .product_title,html[data-theme="dark"] .rs63-price,html[data-theme="dark"] .rs63-price .price,html[data-theme="dark"] .rs63-buy-head h3,html[data-theme="dark"] .rs63-promises b,html[data-theme="dark"] .rs63-intro-title h2,html[data-theme="dark"] .rs63-tabs-wrap .woocommerce-tabs .panel h2,html[data-theme="dark"] .rs63-lower>.upsells.products>h2,html[data-theme="dark"] .rs63-lower>.related.products>h2,html[data-theme="dark"] .rs63-bottom-meta b{color:#edf4fa!important}
html[data-theme="dark"] .rs63-product .rs-swatch,html[data-theme="dark"] .rs63-product table.variations select,html[data-theme="dark"] .rs63-product .quantity{background:#0d1d2c!important;border-color:#2a4052!important;color:#edf4fa!important}
html[data-theme="dark"] .rs63-intro-text,html[data-theme="dark"] .rs63-tabs-wrap .woocommerce-tabs .panel{color:#a9bac9!important}

/* Responsive */
@media(max-width:1180px){
  .rs63-top{grid-template-columns:1fr!important}.rs63-gallery{position:relative!important;top:auto!important}.rs63-product .woocommerce-product-gallery__image{height:440px!important;min-height:440px!important}.rs63-product .woocommerce-product-gallery__image img{max-height:380px!important}.rs63-lower>.upsells.products>.products,.rs63-lower>.related.products>.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .rs63-top{gap:11px;margin-top:4px}.rs63-gallery,.rs63-summary{border-radius:20px}.rs63-gallery{padding:10px}.rs63-gallery-bar{height:36px;padding-bottom:7px}.rs63-sale-badge,.rs63-featured-badge{min-height:26px;font-size:8px}.rs63-wishlist{width:34px;height:34px;border-radius:11px}
  .rs63-product .woocommerce-product-gallery__image{height:330px!important;min-height:330px!important;padding:16px!important}.rs63-product .woocommerce-product-gallery__image img{max-width:92%!important;max-height:290px!important}.rs63-product .flex-control-thumbs li{width:64px!important;min-width:64px!important}.rs63-product .flex-control-thumbs img{height:56px!important}
  .rs63-summary{padding:17px}.rs63-product .product_title{font-size:21px!important;line-height:1.55!important}.rs63-price-card{padding:14px 0}.rs63-price,.rs63-price .price{font-size:18px!important}.rs63-saving{min-width:0}.rs63-buy-card{padding:13px;border-radius:17px}.rs63-buy-head h3{font-size:13px!important}
  .rs63-promises{grid-template-columns:1fr 1fr}.rs63-promises>div:last-child{grid-column:1/-1}.rs63-product .woocommerce-variation-add-to-cart,.rs63-product form.cart:not(.variations_form){grid-template-columns:96px minmax(0,1fr)!important}.rs63-product .quantity{width:96px!important;grid-template-columns:29px 1fr 29px!important}.rs63-product .rs62-qty-btn{width:29px!important}.rs63-product .single_add_to_cart_button{font-size:11px!important}
  .rs63-intro,.rs63-tabs-wrap>.woocommerce-tabs,.rs63-lower>.upsells.products,.rs63-lower>.related.products{border-radius:20px;padding:14px}.rs63-intro{grid-template-columns:1fr;gap:10px}.rs63-intro-title h2{font-size:17px!important}.rs63-tabs-wrap .woocommerce-product-attributes th{width:110px!important}.rs63-tabs-wrap .rs62-delivery-tab{grid-template-columns:1fr}.rs63-lower>.upsells.products>.products,.rs63-lower>.related.products>.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}
@media(max-width:480px){
  .rs63-promises{grid-template-columns:1fr}.rs63-promises>div:last-child{grid-column:auto}.rs63-product .woocommerce-variation-add-to-cart,.rs63-product form.cart:not(.variations_form){grid-template-columns:88px minmax(0,1fr)!important}.rs63-product .quantity{width:88px!important}.rs63-support{grid-template-columns:26px 1fr 16px}.rs63-bottom-meta{display:grid;grid-template-columns:1fr 1fr}.rs63-bottom-meta>span{justify-content:center}.rs63-product .rs-swatch{min-width:44px!important;padding:7px 9px!important;font-size:8px!important}
}

/* ==========================================================
   v6.3.1 — product navigation / gallery / cart reliability fix
   ========================================================== */
.rs-product-card[data-product-url]{cursor:pointer}
.rs-product-card[data-product-url] .rs-product-actions,
.rs-product-card[data-product-url] .rs-add-cart,
.rs-product-card[data-product-url] a,
.rs-product-card[data-product-url] button{position:relative;z-index:3}

/* Bring the actual product photography higher and remove oversized empty canvas. */
.rs63-gallery{padding:11px!important}
.rs63-gallery-bar{height:34px!important;padding:0 3px 7px!important}
.rs63-product .woocommerce-product-gallery__wrapper{min-height:0!important}
.rs63-product .woocommerce-product-gallery__image{
  height:390px!important;
  min-height:390px!important;
  padding:8px 18px 14px!important;
  align-items:start!important;
  justify-items:center!important;
  overflow:hidden!important;
}
.rs63-product .woocommerce-product-gallery__image a{
  align-items:start!important;
  justify-items:center!important;
  overflow:hidden!important;
}
.rs63-product .woocommerce-product-gallery__image img{
  max-width:94%!important;
  max-height:365px!important;
  transform:translateY(-2%) scale(1.06)!important;
  transform-origin:center top!important;
}
.rs63-product .woocommerce-product-gallery__image:hover img{transform:translateY(-2%) scale(1.09)!important}
.rs63-product .flex-control-thumbs{margin-top:7px!important}

/* Buy area stays above legacy Woo layers and remains clickable. */
.rs63-buy-card{position:relative!important;z-index:12!important;overflow:visible!important}
.rs63-product form.cart,
.rs63-product .single_variation_wrap,
.rs63-product .woocommerce-variation-add-to-cart,
.rs63-product .single_add_to_cart_button,
.rs63-product .quantity{position:relative!important;z-index:13!important;pointer-events:auto}
.rs63-product .single_add_to_cart_button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;line-height:1.45!important;white-space:normal!important;text-align:center!important}
.rs63-product .single_add_to_cart_button:not(.disabled):not(:disabled){cursor:pointer!important;opacity:1!important}
.rs63-product .single_add_to_cart_button.disabled,
.rs63-product .single_add_to_cart_button:disabled{cursor:not-allowed!important;opacity:.48!important}

/* Attribute selectors: buttons stay in sync with Woo's native variation engine. */
.rs63-product .rs-swatches{position:relative!important;z-index:15!important}
.rs63-product .rs-swatch{cursor:pointer!important;pointer-events:auto!important}
.rs63-product .rs-swatch[disabled],.rs63-product .rs-swatch.is-disabled{opacity:.34!important;cursor:not-allowed!important;text-decoration:line-through!important;pointer-events:none!important}
.rs63-product .rs63-variation-hint{display:flex;align-items:center;gap:7px;margin-top:8px;padding:8px 10px;border-radius:11px;background:#fff7eb;border:1px solid #f2dcc0;color:#8b5b18;font-size:9px;font-weight:800;line-height:1.7}
.rs63-product .rs63-variation-hint.is-ready{background:#edf8f4;border-color:#d4ece2;color:#157657}

@media(max-width:1180px){
  .rs63-product .woocommerce-product-gallery__image{height:370px!important;min-height:370px!important}
  .rs63-product .woocommerce-product-gallery__image img{max-height:345px!important}
}
@media(max-width:767px){
  .rs63-gallery{padding:8px!important}
  .rs63-gallery-bar{height:31px!important;padding-bottom:5px!important}
  .rs63-product .woocommerce-product-gallery__image{height:295px!important;min-height:295px!important;padding:4px 10px 10px!important}
  .rs63-product .woocommerce-product-gallery__image img{max-width:96%!important;max-height:276px!important;transform:translateY(-2%) scale(1.04)!important}
  .rs63-product .woocommerce-product-gallery__image:hover img{transform:translateY(-2%) scale(1.04)!important}
  .rs63-product .woocommerce-variation-add-to-cart,.rs63-product form.cart:not(.variations_form){grid-template-columns:92px minmax(0,1fr)!important;gap:7px!important}
  .rs63-product .single_add_to_cart_button{min-height:50px!important;padding:0 12px!important;font-size:10px!important}
}


/* ==========================================================
   v6.3.2 — gallery sticky, simple cart form & premium reviews
   ========================================================== */

/* Exact requested sticky behavior: keep the WooCommerce gallery at the top on desktop. */
@media (min-width: 901px) {
  .single-product div.product .woocommerce-product-gallery {
    position: sticky;
    top: 0;
    align-self: start;
  }
}

/* Simple product purchase form — one clean, balanced purchase row. */
.rs63-product .rs63-buy-card form.cart:not(.variations_form){
  display:flex!important;
  align-items:stretch!important;
  gap:10px!important;
  width:100%!important;
  padding:10px!important;
  border:1px solid #e2e9ef!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(0,44,87,.045)!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity{
  flex:0 0 118px!important;
  width:118px!important;
  height:56px!important;
  grid-template-columns:34px minmax(42px,1fr) 34px!important;
  border:1px solid #dce5ec!important;
  border-radius:14px!important;
  background:#f7f9fb!important;
  overflow:hidden!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity .qty{
  height:54px!important;
  min-width:0!important;
  font-size:13px!important;
  color:#002c57!important;
  background:#fff!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .rs62-qty-btn{
  width:34px!important;
  height:54px!important;
  background:#f2f5f8!important;
  color:#123d64!important;
  font-size:17px!important;
  transition:.18s ease!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .rs62-qty-btn:hover{
  background:#fff0dc!important;
  color:#a35f08!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .single_add_to_cart_button{
  flex:1 1 auto!important;
  width:auto!important;
  min-height:56px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#002c57,#064a86)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 12px 26px rgba(0,44,87,.2)!important;
}
.rs63-product .rs63-buy-card form.cart:not(.variations_form) .single_add_to_cart_button:hover{
  background:linear-gradient(135deg,#ec8e1c,#ffad43)!important;
  color:#002c57!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 28px rgba(236,142,28,.25)!important;
}

/* Reviews: isolated, professional WooCommerce review surface. */
.rs63-tabs-wrap #reviews.rs63-reviews{display:grid!important;gap:18px!important}
.rs63-reviews-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #e7edf2}
.rs63-reviews-head .rs-kicker{font-size:8px!important}
.rs63-reviews-head h3{margin:4px 0 0!important;font-size:20px!important;line-height:1.45!important;color:#002c57!important}
.rs63-reviews-score{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:10px 13px;border-radius:15px;background:#fff7eb;border:1px solid #f1dcc0}
.rs63-reviews-score>strong{font-size:22px;line-height:1;color:#9a5a08}
.rs63-reviews-score>span{display:flex;flex-direction:column;gap:2px}
.rs63-reviews-score .star-rating{margin:0!important;color:#ec8e1c!important;font-size:13px!important}
.rs63-reviews-score small{font-size:8px;color:#8b7352}
.rs63-reviews-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:18px;align-items:start}
.rs63-review-list-panel,.rs63-review-form-panel{min-width:0}
.rs63-review-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:10px!important}
.rs63-review-list>li{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.rs63-review-list .comment_container{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;border:1px solid #e5ebf0!important;border-radius:17px!important;background:#f8fafc!important}
.rs63-review-list .avatar{position:static!important;float:none!important;width:46px!important;height:46px!important;margin:0!important;padding:0!important;border:0!important;border-radius:14px!important;object-fit:cover!important;background:#fff!important}
.rs63-review-list .comment-text{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;min-width:0!important}
.rs63-review-list .star-rating{float:none!important;margin:0 0 7px!important;color:#ec8e1c!important;font-size:12px!important}
.rs63-review-list .meta{margin:0 0 7px!important;display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;color:#8998a6!important;font-size:8px!important}
.rs63-review-list .woocommerce-review__author{color:#173f62!important;font-size:10px!important;font-weight:900!important}
.rs63-review-list .description{color:#607386!important;font-size:10px!important;line-height:2!important}
.rs63-review-list .description p{margin:0!important}
.rs63-no-reviews{padding:18px;border:1px dashed #d8e2e9;border-radius:17px;background:#f8fafc;text-align:center;color:#718294;font-size:10px}
.rs63-review-pagination{margin-top:12px!important;text-align:center!important}
.rs63-review-pagination .page-numbers{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:34px!important;padding:0 9px!important;margin:2px!important;border-radius:10px!important;background:#f4f7fa!important;color:#31506a!important;font-size:9px!important;font-weight:800!important}
.rs63-review-pagination .current{background:#002c57!important;color:#fff!important}
.rs63-review-form-card{position:sticky;top:18px;padding:17px;border:1px solid #e4ebf0;border-radius:19px;background:#f8fafc}
.rs63-review-form-card .comment-reply-title{display:block;margin:0 0 5px!important;font-size:17px!important;font-weight:900!important;color:#002c57!important}
.rs63-review-form-card .comment-notes,.rs63-review-form-card .logged-in-as,.rs63-review-form-card .must-log-in{font-size:9px!important;color:#778898!important;line-height:1.9!important;margin:0 0 12px!important}
.rs63-review-form-card .comment-form{margin:0!important}
.rs63-review-form-card .comment-form-author,.rs63-review-form-card .comment-form-email,.rs63-review-form-card .comment-form-comment,.rs63-review-form-card .comment-form-rating{margin:0 0 11px!important}
.rs63-review-form-card label{display:block!important;margin:0 0 5px!important;font-size:9px!important;font-weight:900!important;color:#294964!important}
.rs63-review-form-card input[type="text"],.rs63-review-form-card input[type="email"],.rs63-review-form-card textarea,.rs63-review-form-card select{
  width:100%!important;border:1px solid #dbe5ec!important;border-radius:13px!important;background:#fff!important;color:#173f62!important;padding:10px 12px!important;outline:0!important;font-size:10px!important;box-shadow:none!important;transition:.18s ease!important
}
.rs63-review-form-card input[type="text"],.rs63-review-form-card input[type="email"],.rs63-review-form-card select{min-height:44px!important}
.rs63-review-form-card textarea{min-height:115px!important;resize:vertical!important;line-height:1.9!important}
.rs63-review-form-card input:focus,.rs63-review-form-card textarea:focus,.rs63-review-form-card select:focus{border-color:#ec8e1c!important;box-shadow:0 0 0 3px rgba(236,142,28,.1)!important}
.rs63-review-form-card .comment-form-rating .stars{margin:0!important;padding:8px 10px!important;border:1px solid #e2e8ee!important;border-radius:12px!important;background:#fff!important;display:inline-flex!important}
.rs63-review-form-card .comment-form-rating .stars a{font-size:16px!important;color:#ec8e1c!important}
.rs63-review-form-card .form-submit{margin:4px 0 0!important}
.rs63-review-form-card .submit{width:100%!important;min-height:48px!important;border:0!important;border-radius:13px!important;background:#002c57!important;color:#fff!important;font-size:10px!important;font-weight:900!important;box-shadow:0 10px 22px rgba(0,44,87,.16)!important}
.rs63-review-form-card .submit:hover{background:#ec8e1c!important;color:#002c57!important}
.rs63-review-form-card .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:7px;margin:0 0 11px!important;font-size:8px!important;color:#748596!important}
.rs63-review-form-card .comment-form-cookies-consent input{margin-top:4px!important}

html[data-theme="dark"] .rs63-product .rs63-buy-card form.cart:not(.variations_form),html[data-theme="dark"] .rs63-review-form-card,html[data-theme="dark"] .rs63-review-list .comment_container,html[data-theme="dark"] .rs63-no-reviews{background:#102334!important;border-color:#2a4052!important}
html[data-theme="dark"] .rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity,html[data-theme="dark"] .rs63-review-form-card input[type="text"],html[data-theme="dark"] .rs63-review-form-card input[type="email"],html[data-theme="dark"] .rs63-review-form-card textarea,html[data-theme="dark"] .rs63-review-form-card select,html[data-theme="dark"] .rs63-review-form-card .comment-form-rating .stars{background:#0d1d2c!important;border-color:#2a4052!important;color:#edf4fa!important}
html[data-theme="dark"] .rs63-review-form-card .comment-reply-title,html[data-theme="dark"] .rs63-reviews-head h3,html[data-theme="dark"] .rs63-review-list .woocommerce-review__author{color:#edf4fa!important}
html[data-theme="dark"] .rs63-review-list .description,html[data-theme="dark"] .rs63-review-form-card .comment-notes,html[data-theme="dark"] .rs63-review-form-card .logged-in-as{color:#a7bac9!important}

@media(max-width:900px){
  .rs63-reviews-layout{grid-template-columns:1fr!important}
  .rs63-review-form-card{position:relative!important;top:auto!important}
}
@media(max-width:767px){
  .rs63-product .rs63-buy-card form.cart:not(.variations_form){padding:7px!important;gap:7px!important}
  .rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity{flex-basis:96px!important;width:96px!important;grid-template-columns:29px minmax(36px,1fr) 29px!important;height:50px!important}
  .rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity .qty,.rs63-product .rs63-buy-card form.cart:not(.variations_form) .rs62-qty-btn{height:48px!important}
  .rs63-product .rs63-buy-card form.cart:not(.variations_form) .rs62-qty-btn{width:29px!important}
  .rs63-product .rs63-buy-card form.cart:not(.variations_form) .single_add_to_cart_button{min-height:50px!important;font-size:10px!important;padding:0 10px!important}
  .rs63-reviews-head{display:block!important}.rs63-reviews-score{width:max-content;margin-top:10px}.rs63-review-list .comment_container{grid-template-columns:40px minmax(0,1fr)!important;padding:11px!important}.rs63-review-list .avatar{width:40px!important;height:40px!important;border-radius:12px!important}
}
@media(max-width:440px){
  .rs63-product .rs63-buy-card form.cart:not(.variations_form){display:grid!important;grid-template-columns:92px minmax(0,1fr)!important}
  .rs63-product .rs63-buy-card form.cart:not(.variations_form) .quantity{width:92px!important;flex-basis:auto!important}
}

/* ========================================
   v6.3.3 — Account, endpoints, support FAB, dark-mode correction
   ======================================== */
/* Account overview: one visual language, no split image block */
.rs633-account-overview{min-height:260px;border-radius:26px;padding:30px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:center;overflow:hidden;position:relative;background:linear-gradient(135deg,#061525 0%,#002c57 66%,#073e70 100%);color:#fff;box-shadow:0 18px 44px rgba(0,44,87,.15);isolation:isolate}
.rs633-account-overview::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(236,142,28,.18),transparent 27%),linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:auto,46px 46px,46px 46px;z-index:-1}
.rs633-account-overview::after{content:"RS";position:absolute;left:3%;bottom:-40px;font:1000 170px/1 Arial Black,Arial;color:rgba(255,255,255,.035);transform:skew(-10deg);z-index:-1}
.rs633-account-label{display:inline-flex;width:max-content;align-items:center;min-height:30px;padding:0 12px;border-radius:100px;background:rgba(236,142,28,.14);border:1px solid rgba(255,190,95,.22);color:#ffbd66;font-size:9px;font-weight:900;letter-spacing:.3px}
.rs633-account-overview h2{font-size:28px!important;line-height:1.4!important;margin:10px 0 8px!important;color:#fff!important;letter-spacing:-.4px!important}
.rs633-account-overview p{margin:0;color:#cbd9e5;font-size:12px;max-width:690px}
.rs633-account-actions{display:flex;align-items:stretch;gap:9px;flex-wrap:wrap;margin-top:20px}
.rs633-account-actions>.rs-btn{min-height:46px;border-radius:13px;padding:0 15px;font-size:10px;gap:7px}
.rs633-account-actions>.rs-btn .rs-icon{width:16px;height:16px}
.rs633-wallet-link{min-height:46px;min-width:175px;border-radius:13px;padding:7px 11px;display:grid;grid-template-columns:27px 1fr 14px;gap:8px;align-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);color:#fff;transition:.2s}
.rs633-wallet-link:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.rs633-wallet-link>.rs-icon:first-child{width:27px;height:27px;padding:5px;border-radius:9px;background:rgba(255,255,255,.1);color:#ffb14b}
.rs633-wallet-link>.rs-icon:last-child{width:14px;height:14px}.rs633-wallet-link small{display:block;color:#aebfce;font-size:8px}.rs633-wallet-link b{display:block;color:#fff;font-size:10px;margin-top:2px}
.rs633-account-side{min-height:190px;border-radius:22px;padding:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;backdrop-filter:blur(8px)}
.rs633-account-side-icon{width:44px;height:44px;border-radius:14px;background:var(--rs6-orange);color:var(--rs6-navy);display:grid;place-items:center;margin-bottom:12px}.rs633-account-side-icon .rs-icon{width:22px;height:22px}.rs633-account-side>span{font-size:9px;color:#ffb85a;font-weight:900;letter-spacing:.6px}.rs633-account-side>b{font-size:12px;line-height:1.9;margin:5px 0 10px}.rs633-account-side>a{color:#ffb85a;font-size:12px;font-weight:900}

/* Tracking endpoint */
.rs633-track-page{display:grid;gap:14px}
.rs633-track-hero{min-height:150px;border-radius:24px;padding:25px;background:linear-gradient(135deg,#061525,#002c57);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--rs6-shadow)}
.rs633-track-hero h2{font-size:27px!important;color:#fff!important;margin:6px 0!important}.rs633-track-hero p{margin:0;color:#c9d8e4;font-size:11px;max-width:650px}.rs633-track-hero .rs-btn{white-space:nowrap}
.rs633-track-card{background:#fff;border:1px solid var(--rs6-line);border-radius:24px;padding:22px;box-shadow:0 10px 28px rgba(0,44,87,.04)}
.rs633-track-card-head{display:flex;align-items:center;gap:12px;padding-bottom:17px;border-bottom:1px solid #edf1f4;margin-bottom:18px}.rs633-track-card-head>span{width:44px;height:44px;border-radius:14px;background:var(--rs6-orange-soft);color:var(--rs6-orange);display:grid;place-items:center;flex:0 0 44px}.rs633-track-card-head>span .rs-icon{width:21px;height:21px}.rs633-track-card-head h3{font-size:17px!important;margin:0 0 3px!important;color:var(--rs6-navy)!important}.rs633-track-card-head p{font-size:10px;color:var(--rs6-muted);margin:0}
.rs633-track-form .woocommerce-form-track-order{margin:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:13px!important}.rs633-track-form .form-row{float:none!important;width:auto!important;margin:0!important}.rs633-track-form .form-row-wide{grid-column:1/-1!important}.rs633-track-form label{display:block;font-size:10px;font-weight:800;color:#516579;margin-bottom:6px}.rs633-track-form input.input-text{width:100%;height:49px;border:1px solid #dfe6ec;border-radius:13px;background:#f8fafc;padding:0 13px;font-size:11px;outline:0}.rs633-track-form input.input-text:focus{background:#fff;border-color:var(--rs6-orange);box-shadow:0 0 0 3px rgba(236,142,28,.09)}.rs633-track-form button.button{min-height:46px!important;border:0!important;border-radius:13px!important;background:var(--rs6-orange)!important;color:var(--rs6-navy)!important;font-size:11px!important;font-weight:900!important;padding:0 18px!important}
.rs633-track-help{margin-top:16px;padding:13px 14px;border-radius:15px;background:#f7f9fb;border:1px solid #e7edf2;display:flex;align-items:center;gap:9px;color:#65778a;font-size:10px}.rs633-track-help .rs-icon{width:18px;height:18px;color:var(--rs6-orange);flex:0 0 18px}.rs633-track-help a{color:var(--rs6-navy);font-weight:900}

/* Floating support */
.rs633-support-fab{position:fixed;left:24px;right:auto;bottom:24px;z-index:1450;display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-family:"PelakFA",Tahoma,sans-serif}
.rs633-support-toggle{height:54px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--rs6-orange),#ffad3c);color:var(--rs6-navy);padding:0 17px;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:900;box-shadow:0 16px 36px rgba(236,142,28,.34);transition:.22s}.rs633-support-toggle:hover{transform:translateY(-2px)}.rs633-support-toggle .rs-icon{width:20px;height:20px}
.rs633-support-menu{width:270px;display:grid;gap:7px;padding:9px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid #e3eaf0;box-shadow:0 20px 55px rgba(0,35,70,.18);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transform-origin:bottom left;transition:.2s var(--ease)}
.rs633-support-fab.is-open .rs633-support-menu{opacity:1;visibility:visible;transform:none}
.rs633-support-menu>a{min-height:58px;border-radius:15px;padding:8px 10px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;color:var(--rs6-text);transition:.18s}.rs633-support-menu>a:hover{background:#f5f8fa}.rs633-support-menu>a>.rs-icon,.rs633-wa{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef4f8;color:var(--rs6-navy);font-size:9px;font-weight:900}.rs633-support-menu .whatsapp>.rs633-wa{background:#e8f8ee;color:#168b4b}.rs633-support-menu .track>.rs-icon{background:#fff3e3;color:var(--rs6-orange)}.rs633-support-menu b{display:block;font-size:11px}.rs633-support-menu small{display:block;margin-top:2px;font-size:8px;color:var(--rs6-muted)}

/* Accurate dark mode — use one coherent palette across theme + WooCommerce */
html[data-theme="dark"]{color-scheme:dark;--rs6-bg:#07131f;--rs6-card:#0d1d2c;--rs6-text:#eef4f8;--rs6-muted:#93a7b8;--rs6-line:#22394b;--paper:#07131f;--white:#0d1d2c;--ink:#eef4f8;--muted:#93a7b8;--line:#22394b}
html[data-theme="dark"] body{background:#07131f!important;color:#eef4f8!important}
html[data-theme="dark"] .rs6-header,html[data-theme="dark"] .rs6-mainbar,html[data-theme="dark"] .rs6-navbar{background:#0a1927!important;border-color:#203649!important}
html[data-theme="dark"] .rs6-search form,html[data-theme="dark"] .rs6-action,html[data-theme="dark"] .rs6-mega,html[data-theme="dark"] .rs6-mobile-search form{background:#0d1d2c!important;border-color:#263c4e!important;color:#eef4f8!important}
html[data-theme="dark"] .rs6-search form:focus-within{background:#102334!important;border-color:var(--rs6-orange)!important}
html[data-theme="dark"] .rs6-search input,html[data-theme="dark"] .rs6-mobile-search input,html[data-theme="dark"] .rs6-action b,html[data-theme="dark"] .rs6-nav-list a,html[data-theme="dark"] .rs6-mega-head h3,html[data-theme="dark"] .rs6-mega-categories>a b{color:#eef4f8!important}
html[data-theme="dark"] .rs6-search button{background:#154d7e!important;color:#fff!important}
html[data-theme="dark"] .rs6-action-icon{background:#102334!important;color:#f0f6fb!important}
html[data-theme="dark"] .rs6-cart-action{background:#063b6b!important;border-color:#174e7a!important}
html[data-theme="dark"] .rs6-mega-categories>a:hover{background:#102334!important}
html[data-theme="dark"] .rs6-account-top,html[data-theme="dark"] .rs6-account-nav-card,html[data-theme="dark"] .rs6-account-box,html[data-theme="dark"] .rs6-shop-again,html[data-theme="dark"] .rs6-account-metrics>a,html[data-theme="dark"] .rs6-account-metrics>div,html[data-theme="dark"] .rs6-wallet-summary>div,html[data-theme="dark"] .rs633-track-card{background:#0d1d2c!important;border-color:#22394b!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .rs6-account-profile h1,html[data-theme="dark"] .rs6-box-head h3,html[data-theme="dark"] .rs6-account-metrics b,html[data-theme="dark"] .rs6-shop-again-grid span,html[data-theme="dark"] .rs633-track-card-head h3{color:#eef4f8!important}
html[data-theme="dark"] .rs6-account-nav a,html[data-theme="dark"] .rs6-recent-orders>a,html[data-theme="dark"] .rs6-quick-links>a,html[data-theme="dark"] .rs6-shop-again-grid>a,html[data-theme="dark"] .rs633-track-help{background:#102334!important;border-color:#263c4e!important;color:#dfe9f2!important}
html[data-theme="dark"] .rs6-account-nav li.is-active a,html[data-theme="dark"] .rs6-account-nav a:hover{background:#15324a!important;color:#fff!important}
html[data-theme="dark"] .rs6-shop-again-grid img{background:#0a1927!important}
html[data-theme="dark"] .rs633-track-card-head{border-color:#263c4e!important}.rs633-track-form input.input-text{color:var(--rs6-text)}
html[data-theme="dark"] .rs633-track-form label{color:#b2c3d1!important}html[data-theme="dark"] .rs633-track-form input.input-text{background:#102334!important;border-color:#2a4052!important;color:#eef4f8!important}html[data-theme="dark"] .rs633-track-form input.input-text:focus{background:#12293d!important}
html[data-theme="dark"] .rs633-track-help a{color:#ffb55a!important}
html[data-theme="dark"] .rs633-support-menu{background:rgba(13,29,44,.97)!important;border-color:#263c4e!important;box-shadow:0 20px 55px rgba(0,0,0,.38)!important}
html[data-theme="dark"] .rs633-support-menu>a{color:#eef4f8!important}html[data-theme="dark"] .rs633-support-menu>a:hover{background:#102334!important}html[data-theme="dark"] .rs633-support-menu>a>.rs-icon,html[data-theme="dark"] .rs633-wa{background:#102334!important;color:#ffb153!important}
html[data-theme="dark"] .rs-cart-drawer,html[data-theme="dark"] .rs-drawer-foot,html[data-theme="dark"] .rs-modal-dialog{background:#0d1d2c!important;color:#eef4f8!important;border-color:#22394b!important}
html[data-theme="dark"] .rs-drawer-item,html[data-theme="dark"] .rs-drawer-upsell,html[data-theme="dark"] .rs-mini-product{background:#102334!important;border-color:#263c4e!important;color:#eef4f8!important}
html[data-theme="dark"] .woocommerce-message,html[data-theme="dark"] .woocommerce-info,html[data-theme="dark"] .woocommerce-error,html[data-theme="dark"] .woocommerce-cart-form,html[data-theme="dark"] .woocommerce-cart .cart_totals,html[data-theme="dark"] .rs-checkout-wizard,html[data-theme="dark"] .rs-wizard-progress,html[data-theme="dark"] .rs-order-review,html[data-theme="dark"] .rs-payment-stage{background:#0d1d2c!important;color:#eef4f8!important;border-color:#22394b!important}
html[data-theme="dark"] .woocommerce table.shop_table td,html[data-theme="dark"] .woocommerce table.shop_table th{border-color:#263c4e!important;color:#eef4f8!important}
html[data-theme="dark"] .woocommerce form .form-row input.input-text,html[data-theme="dark"] .woocommerce form .form-row textarea,html[data-theme="dark"] .woocommerce form .form-row select,html[data-theme="dark"] .select2-container--default .select2-selection--single{background:#102334!important;border-color:#2a4052!important;color:#eef4f8!important}
html[data-theme="dark"] .select2-dropdown{background:#0d1d2c!important;color:#eef4f8!important;border-color:#2a4052!important}
html[data-theme="dark"] .rs63-gallery,html[data-theme="dark"] .rs63-summary,html[data-theme="dark"] .rs63-intro,html[data-theme="dark"] .rs63-tabs-wrap>.woocommerce-tabs,html[data-theme="dark"] .rs63-lower>.upsells.products,html[data-theme="dark"] .rs63-lower>.related.products{background:#0d1d2c!important;border-color:#263c4e!important}
html[data-theme="dark"] .rs63-product .woocommerce-product-gallery__wrapper,html[data-theme="dark"] .rs63-buy-card,html[data-theme="dark"] .rs63-promises>div,html[data-theme="dark"] .rs63-bottom-meta>span{background:#102334!important;border-color:#2a4052!important}
html[data-theme="dark"] .rs63-product .product_title,html[data-theme="dark"] .rs63-price,html[data-theme="dark"] .rs63-buy-head h3,html[data-theme="dark"] .rs63-promises b{color:#eef4f8!important}
html[data-theme="dark"] .rs6-mobile-bottom,html[data-theme="dark"] .rs6-account-mobile-nav{background:rgba(9,24,37,.96)!important;border-color:#22394b!important;color:#eef4f8!important}

@media(max-width:900px){
  .rs633-account-overview{grid-template-columns:1fr!important;padding:22px!important;border-radius:22px!important}
  .rs633-account-side{min-height:auto!important;padding:17px!important}
  .rs633-track-hero{display:block!important}.rs633-track-hero .rs-btn{margin-top:14px;width:100%}
  .rs633-support-fab{left:12px;right:auto;bottom:calc(82px + env(safe-area-inset-bottom, 0px))}
  .single-product .rs633-support-fab{bottom:calc(142px + env(safe-area-inset-bottom, 0px))}
  .rs-account-page .rs633-support-fab{bottom:calc(154px + env(safe-area-inset-bottom, 0px))}
}
@media(max-width:640px){
  .rs633-account-overview h2{font-size:21px!important}.rs633-account-overview p{font-size:10px}.rs633-account-actions{display:grid;grid-template-columns:1fr 1fr}.rs633-wallet-link{grid-column:1/-1;min-width:0}.rs633-account-actions>.rs-btn{width:100%}
  .rs633-track-form .woocommerce-form-track-order{grid-template-columns:1fr!important}.rs633-track-card{padding:16px;border-radius:20px}.rs633-track-hero{padding:18px;border-radius:20px}.rs633-track-hero h2{font-size:22px!important}
  .rs633-support-menu{width:min(270px,calc(100vw - 24px))}.rs633-support-toggle{height:50px;border-radius:16px}.rs633-support-toggle span{display:none}
}


/* v6.3.4 — support placement */
@media (min-width:901px){
  .rs633-support-fab{left:24px!important;right:auto!important;bottom:24px!important;align-items:flex-start!important}
  .rs633-support-menu{transform-origin:bottom left!important}
}
@media (max-width:900px){
  .rs633-support-fab{left:12px!important;right:auto!important;bottom:calc(82px + env(safe-area-inset-bottom, 0px))!important}
  .single-product .rs633-support-fab{bottom:calc(142px + env(safe-area-inset-bottom, 0px))!important}
  .rs-account-page .rs633-support-fab{bottom:calc(154px + env(safe-area-inset-bottom, 0px))!important}
}

/* v6.3.5 — product card sale badge + image radius fix */
.rs-product-card .rs-product-media{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:18px 18px 16px 16px;
}
.rs-product-card .rs-product-image{
  position:relative;
  z-index:1;
  overflow:hidden;
  border-radius:inherit;
}
.rs-product-card .rs-product-image img{
  border-radius:14px;
}
.rs-product-card .rs-product-media::after{
  z-index:0;
  pointer-events:none;
}
.rs-product-card .rs-product-badges{
  position:absolute;
  top:12px;
  right:12px;
  z-index:30!important;
  isolation:isolate;
  pointer-events:none;
}
.rs-product-card .rs-sale-badge,
.rs-product-card .rs-featured-badge,
.rs-product-card .onsale{
  position:relative!important;
  z-index:31!important;
  transform:translateZ(0);
  box-shadow:0 8px 20px rgba(0,44,87,.12);
}
.rs-product-card .rs-sale-badge{
  background:var(--orange)!important;
  color:var(--navy)!important;
  border:1px solid rgba(255,255,255,.55);
}
@media (max-width:640px){
  .rs-product-card .rs-product-media{border-radius:14px 14px 12px 12px}
  .rs-product-card .rs-product-image img{border-radius:11px}
  .rs-product-card .rs-product-badges{top:8px;right:8px}
}

/* ========================================
   Raeis Sport 6.4 — About / Contact / FAQ
   ======================================== */
.rs-info-page{background:var(--rs6-bg,#f4f7fa);padding-bottom:76px}
.rs-info-hero{padding:34px 0 20px}
.rs-info-hero-grid{min-height:470px;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr;background:linear-gradient(135deg,#061a2d 0%,#00376a 52%,#07569d 100%);color:#fff;box-shadow:0 28px 70px rgba(0,44,87,.18);position:relative;isolation:isolate}
.rs-info-hero-grid::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(236,142,28,.28),transparent 24%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,50px 50px,50px 50px;pointer-events:none}
.rs-info-hero-copy{position:relative;z-index:2;padding:56px;display:flex;flex-direction:column;justify-content:center}
.rs-info-hero-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.2;letter-spacing:-1.5px;margin:13px 0 16px;color:#fff}
.rs-info-hero-copy p{font-size:15px;line-height:2;max-width:700px;color:#cfdeeb;margin:0}
.rs-info-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
.rs-info-hero-visual{position:relative;z-index:2;min-height:470px;overflow:hidden;background:#08233d}
.rs-info-hero-visual>img{width:100%;height:100%;object-fit:cover;opacity:.86}
.rs-info-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(6,26,45,.48))}
.rs-info-visual-card{position:absolute;z-index:3;right:22px;bottom:22px;left:22px;display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid rgba(255,255,255,.15);background:rgba(5,24,42,.65);backdrop-filter:blur(15px);border-radius:20px}
.rs-info-visual-card>span{width:44px;height:44px;border-radius:15px;background:var(--rs6-orange,#ec8e1c);color:#002c57;display:grid;place-items:center;flex:0 0 44px}
.rs-info-visual-card .rs-icon{width:21px;height:21px}
.rs-info-visual-card b{display:block;font-size:14px;color:#fff}.rs-info-visual-card small{display:block;color:#c3d3e1;font-size:11px;margin-top:2px}
.rs-info-section{padding:46px 0 0}
.rs-info-section-head{margin-bottom:22px}.rs-info-section-head.center{text-align:center;max-width:760px;margin:0 auto 28px}.rs-info-section-head h2{font-size:clamp(28px,3vw,42px);line-height:1.25;margin:6px 0 8px;color:#062e56}.rs-info-section-head p{margin:0;color:#6a7c8f;font-size:14px}

.rs-contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.rs-contact-card{min-height:142px;background:#fff;border:1px solid #e3eaf0;border-radius:25px;padding:20px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;box-shadow:0 12px 30px rgba(0,44,87,.05);transition:.25s ease}
.rs-contact-card:hover{transform:translateY(-4px);border-color:rgba(236,142,28,.42);box-shadow:0 20px 38px rgba(0,44,87,.1)}
.rs-contact-card>span:first-child{width:48px;height:48px;border-radius:16px;background:#fff4e4;color:#d97900;display:grid;place-items:center;font-weight:900}.rs-contact-card>span:first-child .rs-icon{width:22px;height:22px}.rs-contact-wa{font-size:12px!important}
.rs-contact-card small{display:block;color:#8a98a6;font-size:11px}.rs-contact-card b{display:block;color:#062e56;font-size:15px;margin:4px 0}.rs-contact-card p{margin:0;color:#718293;font-size:11px}.rs-contact-card>.rs-icon{width:18px;height:18px;color:#a4b0bb}
.rs-contact-form-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:18px;align-items:start}
.rs-contact-form-card,.rs-contact-side>div{background:#fff;border:1px solid #e3eaf0;border-radius:30px;box-shadow:0 15px 38px rgba(0,44,87,.06)}
.rs-contact-form-card{padding:30px}
.rs-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rs-contact-field.full,.rs-contact-form-foot.full{grid-column:1/-1}
.rs-contact-field label{display:block;font-size:12px;font-weight:800;color:#264663;margin-bottom:7px}.rs-contact-field input,.rs-contact-field select,.rs-contact-field textarea{width:100%;border:1px solid #dfe7ee;background:#f8fafc;border-radius:16px;outline:0;padding:13px 15px;color:#102d47;transition:.2s}.rs-contact-field input,.rs-contact-field select{height:51px}.rs-contact-field textarea{resize:vertical;min-height:145px}.rs-contact-field input:focus,.rs-contact-field select:focus,.rs-contact-field textarea:focus{background:#fff;border-color:var(--rs6-orange,#ec8e1c);box-shadow:0 0 0 4px rgba(236,142,28,.1)}
.rs-contact-form-foot{display:flex;align-items:center;justify-content:space-between;gap:14px}.rs-contact-form-foot small{display:flex;align-items:center;gap:7px;color:#718293;font-size:11px}.rs-contact-form-foot .rs-icon{width:17px;height:17px;color:#11875d}
.rs-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.rs-contact-notice{padding:12px 14px;border-radius:15px;margin:0 0 17px;font-size:12px;font-weight:800}.rs-contact-notice.success{background:#edf9f4;border:1px solid #c7ebdc;color:#08734d}.rs-contact-notice.error{background:#fff1f1;border:1px solid #f0caca;color:#9d3030}
.rs-contact-side{display:grid;gap:18px}.rs-contact-side-banner{padding:0!important;overflow:hidden;position:relative;min-height:350px}.rs-contact-side-banner>img{width:100%;height:100%;min-height:350px;object-fit:cover}.rs-contact-side-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(4,22,38,.92))}.rs-contact-side-banner>div{position:absolute;z-index:2;right:22px;left:22px;bottom:22px;color:#fff}.rs-contact-side-banner h3{color:#fff;font-size:27px;line-height:1.35;margin:7px 0}.rs-contact-side-banner p{font-size:12px;color:#c8d6e2;margin:0}
.rs-contact-trust{padding:17px;display:flex;align-items:center;gap:13px}.rs-contact-trust img{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:15px;padding:4px}.rs-contact-trust b{display:block;color:#062e56;font-size:14px}.rs-contact-trust small{display:block;color:#758697;font-size:11px;margin-top:3px}

.rs-about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rs-about-value{background:#fff;border:1px solid #e3eaf0;border-radius:27px;padding:25px;box-shadow:0 12px 30px rgba(0,44,87,.05)}.rs-about-value>span{width:52px;height:52px;border-radius:18px;background:#fff3e1;color:#d97800;display:grid;place-items:center}.rs-about-value .rs-icon{width:24px;height:24px}.rs-about-value h3{font-size:20px;color:#062e56;margin:17px 0 7px}.rs-about-value p{color:#718293;font-size:13px;line-height:2;margin:0}
.rs-about-story-section{padding-top:62px}.rs-about-story-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:22px;align-items:center}.rs-about-story-copy{background:#fff;border:1px solid #e3eaf0;border-radius:31px;padding:34px;box-shadow:0 15px 38px rgba(0,44,87,.05)}.rs-about-story-copy h2{font-size:36px;line-height:1.35;color:#062e56;margin:9px 0 12px}.rs-about-story-copy p{color:#697c8e;font-size:14px;line-height:2;margin:0}.rs-about-story-copy ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:11px}.rs-about-story-copy li{display:flex;align-items:center;gap:9px;color:#36536d;font-size:13px;font-weight:700}.rs-about-story-copy li .rs-icon{width:18px;height:18px;color:#11875d}
.rs-about-story-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:240px 240px;gap:14px}.rs-about-story-images figure{margin:0;border-radius:27px;overflow:hidden;background:#eaf0f5}.rs-about-story-images figure.large{grid-row:1/-1}.rs-about-story-images img{width:100%;height:100%;object-fit:cover;transition:.35s}.rs-about-story-images figure:hover img{transform:scale(1.035)}
.rs-about-journey{min-height:240px;border-radius:31px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#061a2d,#003b73);color:#fff;box-shadow:0 22px 55px rgba(0,44,87,.15)}.rs-about-journey h2{font-size:35px;color:#fff;margin:8px 0}.rs-about-journey p{color:#c6d5e1;margin:0;font-size:13px}

.rs-faq-hero-art{position:relative;z-index:2;min-height:470px;background:linear-gradient(145deg,#f5a027,#ec8e1c);display:grid;place-items:center;overflow:hidden}.rs-faq-question-mark{font:1000 300px/1 Arial Black,Arial,sans-serif;color:rgba(0,44,87,.18);transform:rotate(-8deg)}.rs-faq-hero-art::before,.rs-faq-hero-art::after{content:"";position:absolute;border:2px solid rgba(0,44,87,.12);border-radius:50%}.rs-faq-hero-art::before{width:330px;height:330px}.rs-faq-hero-art::after{width:440px;height:440px;border-style:dashed}
.rs-faq-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:20px;align-items:start}.rs-faq-nav{position:sticky;top:100px;background:#fff;border:1px solid #e3eaf0;border-radius:27px;padding:22px;box-shadow:0 13px 32px rgba(0,44,87,.05)}.rs-faq-nav h2{font-size:23px;color:#062e56;margin:6px 0 16px}.rs-faq-nav>a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border-radius:13px;font-size:12px;font-weight:800;color:#39566f}.rs-faq-nav>a:hover{background:#f5f8fb;color:#df7d00}.rs-faq-nav>a .rs-icon{width:16px;height:16px}.rs-faq-help{margin-top:16px;background:linear-gradient(135deg,#061a2d,#003f79);color:#fff;border-radius:20px;padding:18px}.rs-faq-help b{font-size:14px}.rs-faq-help p{font-size:11px;line-height:1.8;color:#bed0df}.rs-faq-groups{display:grid;gap:18px}.rs-faq-group{background:#fff;border:1px solid #e3eaf0;border-radius:28px;padding:24px;box-shadow:0 13px 32px rgba(0,44,87,.05);scroll-margin-top:120px}.rs-faq-group-head{display:flex;align-items:center;gap:12px;margin-bottom:15px}.rs-faq-group-head>span{width:43px;height:43px;border-radius:15px;background:#fff2df;color:#da7900;display:grid;place-items:center;font-size:12px;font-weight:900}.rs-faq-group-head h2{font-size:25px;color:#062e56;margin:0}.rs-faq-items{display:grid;gap:9px}.rs-faq-item{border:1px solid #e7edf2;border-radius:18px;overflow:hidden;background:#fbfcfd}.rs-faq-item>button{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;color:#163a59;font-weight:900;text-align:right}.rs-faq-item>button span{font-size:13px}.rs-faq-item>button i{font-style:normal;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#edf2f6;color:#426079;font-size:19px;transition:.2s}.rs-faq-item.is-open>button i{background:var(--rs6-orange,#ec8e1c);color:#002c57;transform:rotate(45deg)}.rs-faq-answer{padding:0 18px 17px}.rs-faq-answer p{margin:0;padding-top:14px;border-top:1px solid #e9eef2;color:#667b8d;font-size:12px;line-height:2}

/* Footer now has a dedicated information column. */
.rs6-footer-links{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}

html[data-theme="dark"] .rs-info-page{background:#07131f}
html[data-theme="dark"] .rs-info-section-head h2,html[data-theme="dark"] .rs-contact-card b,html[data-theme="dark"] .rs-contact-field label,html[data-theme="dark"] .rs-contact-trust b,html[data-theme="dark"] .rs-about-value h3,html[data-theme="dark"] .rs-about-story-copy h2,html[data-theme="dark"] .rs-faq-nav h2,html[data-theme="dark"] .rs-faq-group-head h2,html[data-theme="dark"] .rs-faq-item>button{color:#edf4fa}
html[data-theme="dark"] .rs-contact-card,html[data-theme="dark"] .rs-contact-form-card,html[data-theme="dark"] .rs-contact-side>div,html[data-theme="dark"] .rs-about-value,html[data-theme="dark"] .rs-about-story-copy,html[data-theme="dark"] .rs-faq-nav,html[data-theme="dark"] .rs-faq-group{background:#0d1d2c;border-color:#263b4c;box-shadow:0 14px 34px rgba(0,0,0,.22)}
html[data-theme="dark"] .rs-contact-field input,html[data-theme="dark"] .rs-contact-field select,html[data-theme="dark"] .rs-contact-field textarea,html[data-theme="dark"] .rs-faq-item{background:#102334;border-color:#263b4c;color:#edf4fa}
html[data-theme="dark"] .rs-contact-card p,html[data-theme="dark"] .rs-contact-card small,html[data-theme="dark"] .rs-info-section-head p,html[data-theme="dark"] .rs-about-value p,html[data-theme="dark"] .rs-about-story-copy p,html[data-theme="dark"] .rs-about-story-copy li,html[data-theme="dark"] .rs-faq-answer p{color:#9db1c2}
html[data-theme="dark"] .rs-faq-item>button i{background:#193148;color:#c5d5e2}
html[data-theme="dark"] .rs-contact-field input:focus,html[data-theme="dark"] .rs-contact-field select:focus,html[data-theme="dark"] .rs-contact-field textarea:focus{background:#132a3e}

@media(max-width:1100px){.rs-info-hero-grid,.rs-contact-form-grid,.rs-about-story-grid{grid-template-columns:1fr}.rs-info-hero-visual{min-height:330px}.rs-info-hero-copy{padding:40px}.rs-contact-cards,.rs-about-values{grid-template-columns:1fr 1fr}.rs-faq-layout{grid-template-columns:1fr}.rs-faq-nav{position:static}.rs-faq-nav>a{display:inline-flex;margin:3px}.rs6-footer-links{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:767px){.rs-info-page{padding-bottom:95px}.rs-info-hero{padding-top:12px}.rs-info-hero-grid{border-radius:23px;min-height:0}.rs-info-hero-copy{padding:28px 22px}.rs-info-hero-copy h1{font-size:31px}.rs-info-hero-copy p{font-size:13px}.rs-info-hero-actions{display:grid}.rs-info-hero-actions .rs-btn{width:100%}.rs-info-hero-visual,.rs-faq-hero-art{min-height:250px}.rs-contact-cards,.rs-about-values{grid-template-columns:1fr}.rs-contact-form-card{padding:21px;border-radius:22px}.rs-contact-form{grid-template-columns:1fr}.rs-contact-field.full,.rs-contact-form-foot.full{grid-column:auto}.rs-contact-form-foot{display:grid}.rs-contact-form-foot .rs-btn{width:100%}.rs-contact-side-banner,.rs-contact-side-banner>img{min-height:300px}.rs-about-story-images{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px}.rs-about-story-copy{padding:24px}.rs-about-story-copy h2{font-size:29px}.rs-about-journey{display:grid;padding:27px 23px}.rs-about-journey h2{font-size:29px}.rs-faq-group{padding:18px;border-radius:22px}.rs-faq-group-head h2{font-size:21px}.rs-faq-item>button{padding:14px}.rs-faq-item>button span{font-size:12px}.rs6-footer-links{grid-template-columns:1fr 1fr!important}.rs6-footer-links>div:last-child{grid-column:1/-1}}
@media(max-width:520px){.rs-contact-card{grid-template-columns:43px 1fr}.rs-contact-card>.rs-icon:last-child{display:none}.rs-about-story-images{grid-template-columns:1fr;grid-template-rows:230px 180px 180px}.rs-about-story-images figure.large{grid-row:auto}.rs-faq-question-mark{font-size:210px}.rs6-footer-links{grid-template-columns:1fr!important}.rs6-footer-links>div:last-child{grid-column:auto}}

/* =====================================================
   Raeis Sport Pro v6.5 — Sport Auth + Mobile Drawer
   ===================================================== */

/* logged-out account page must not inherit the logged-in dashboard grid */
.woocommerce-account:not(.logged-in) .woocommerce{display:block!important;width:100%!important;max-width:none!important;margin:0!important}
.woocommerce-account:not(.logged-in) .rs-account-main{padding:34px 0 80px!important}
.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{width:min(1180px,calc(100% - 32px));margin:0 auto 16px!important}
.woocommerce-account:not(.logged-in) .woocommerce-error,.woocommerce-account:not(.logged-in) .woocommerce-info,.woocommerce-account:not(.logged-in) .woocommerce-message{border-radius:18px!important;padding:14px 18px!important;font-size:12px!important}

/* Sport authentication */
.rs65-auth-shell{width:min(1180px,calc(100% - 32px));min-height:690px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);overflow:hidden;border:1px solid #e2e8ee;border-radius:34px;background:#fff;box-shadow:0 30px 90px rgba(0,44,87,.13)}
.rs65-auth-visual{position:relative;isolation:isolate;overflow:hidden;min-height:690px;padding:42px;background:#061525;color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.rs65-auth-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(110deg,rgba(3,17,30,.94),rgba(0,44,87,.63) 52%,rgba(0,44,87,.28)),var(--auth-bg);background-size:cover;background-position:center;z-index:-2}
.rs65-auth-visual::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 20%,rgba(236,142,28,.30),transparent 24%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,52px 52px,52px 52px;z-index:-1}
.rs65-auth-overlay{position:absolute;inset:0;pointer-events:none}
.rs65-auth-brand{position:relative;z-index:2;max-width:610px}
.rs65-auth-brand>a{display:inline-flex;margin-bottom:36px}
.rs65-auth-brand>a img{width:210px;max-height:58px;object-fit:contain;filter:brightness(0) invert(1)}
.rs65-auth-brand h1{font-size:42px;line-height:1.25;letter-spacing:-1.3px;margin:10px 0 14px;color:#fff}
.rs65-auth-brand>p{font-size:14px;line-height:2;color:#c6d7e5;margin:0;max-width:540px}
.rs65-auth-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}
.rs65-auth-benefits>span{min-height:104px;padding:14px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(10px)}
.rs65-auth-benefits .rs-icon{width:21px;height:21px;color:#ffad43;margin-bottom:10px}
.rs65-auth-benefits b{display:block;font-size:12px;color:#fff;margin-bottom:3px}
.rs65-auth-benefits small{display:block;font-size:9px;line-height:1.8;color:#adc1d2}
.rs65-auth-sport-cards{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:10px;position:relative;z-index:2;margin-top:32px}
.rs65-auth-sport-cards>div{height:118px;border-radius:18px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.11);background:#102334}
.rs65-auth-sport-cards img{width:100%;height:100%;object-fit:cover;opacity:.85}
.rs65-auth-sport-cards span{position:absolute;right:9px;bottom:9px;padding:5px 8px;border-radius:8px;background:rgba(3,17,30,.62);color:#fff;font:900 8px/1.4 PelakFA,Tahoma,sans-serif;letter-spacing:1px;backdrop-filter:blur(8px)}

.rs65-auth-card{padding:46px 48px;display:flex;flex-direction:column;justify-content:center;min-width:0;background:#fff}
.rs65-auth-card-head{margin-bottom:20px}
.rs65-auth-badge{display:inline-flex;padding:6px 10px;border-radius:100px;background:#fff3e3;color:#a95f05;font-size:8px;font-weight:900;letter-spacing:1.2px}
.rs65-auth-card-head h2{font-size:30px;line-height:1.35;color:#0b2e4f;margin:9px 0 6px}
.rs65-auth-card-head p{font-size:12px;color:#758493;margin:0}
.rs65-auth-tabs{height:48px;padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#f2f5f8;border:1px solid #e4eaf0;border-radius:15px;margin-bottom:22px}
.rs65-auth-tabs button{border:0;border-radius:11px;background:transparent;color:#738293;font-size:12px;font-weight:900;transition:.2s ease}
.rs65-auth-tabs button.is-active{background:#002c57;color:#fff;box-shadow:0 8px 20px rgba(0,44,87,.18)}
.rs65-auth-panel{display:none}.rs65-auth-panel.is-active{display:block;animation:rs65AuthIn .24s ease}
@keyframes rs65AuthIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.rs65-auth-form{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.rs65-field{margin-bottom:14px}
.rs65-field>label{display:block;margin:0 0 7px;font-size:11px;font-weight:800;color:#354b60}
.rs65-field-control{height:54px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #dce5ed;border-radius:15px;background:#f8fafc;transition:.2s ease}
.rs65-field-control:focus-within{background:#fff;border-color:#ec8e1c;box-shadow:0 0 0 4px rgba(236,142,28,.10)}
.rs65-field-control>.rs-icon{width:18px;height:18px;color:#8b9baa;flex:0 0 18px}
.rs65-field-control input{height:50px!important;min-height:0!important;flex:1!important;width:100%!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;color:#142b40!important;font-size:12px!important}
.rs65-field-control input::placeholder{color:#a0adb8}
.rs65-auth-options{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 17px;font-size:10px}
.rs65-auth-options label{display:flex;align-items:center;gap:7px;color:#657587;cursor:pointer}
.rs65-auth-options input{width:16px;height:16px;accent-color:#ec8e1c}
.rs65-auth-options>a{color:#ec8e1c;font-weight:900}
.rs65-auth-submit{width:100%!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0!important;border:0!important;border-radius:15px!important;background:linear-gradient(135deg,#ec8e1c,#ffad43)!important;color:#002c57!important;font-size:12px!important;font-weight:900!important;box-shadow:0 13px 28px rgba(236,142,28,.24)!important;transition:.2s ease!important}
.rs65-auth-submit:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(236,142,28,.31)!important;background:linear-gradient(135deg,#f39927,#ffb959)!important}
.rs65-auth-submit .rs-icon{width:18px;height:18px}
.rs65-auth-switch-mobile{width:100%;border:0;background:transparent;color:#738293;font-size:10px;padding:13px 0 0}.rs65-auth-switch-mobile b{color:#ec8e1c}
.rs65-auto-password{display:flex;align-items:center;gap:8px;padding:11px 12px;margin:0 0 14px;border-radius:13px;background:#f5f8fb;color:#657587;font-size:10px}.rs65-auto-password .rs-icon{width:17px;color:#ec8e1c}
.rs65-auth-form .woocommerce-privacy-policy-text{font-size:9px;line-height:1.9;color:#8694a1;margin:10px 0 14px}
.rs65-auth-form .woocommerce-privacy-policy-text p{margin:0}
.rs65-auth-trust{display:flex;align-items:center;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid #edf1f4}
.rs65-auth-trust>.rs-icon{width:20px;height:20px;color:#11875d}
.rs65-auth-trust b{display:block;font-size:10px;color:#334a60}.rs65-auth-trust small{display:block;font-size:8px;color:#91a0ad;margin-top:2px}

/* New mobile navigation drawer */
@media (max-width:900px){
  .rs65-mobile-panel{display:flex!important;position:fixed!important;right:0!important;top:0!important;bottom:0!important;width:min(390px,94vw)!important;max-width:94vw!important;padding:0!important;flex-direction:column!important;background:#f5f7fa!important;z-index:1700!important;transform:translateX(105%)!important;transition:transform .32s cubic-bezier(.2,.8,.2,1)!important;overflow:hidden!important;box-shadow:-30px 0 70px rgba(0,44,87,.17)!important}
  .rs65-mobile-panel.open{transform:none!important}
  .rs65-mobile-top{padding:14px 14px 16px;background:linear-gradient(145deg,#061525,#002c57);color:#fff;position:relative;overflow:hidden}
  .rs65-mobile-top::after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;left:-70px;top:-80px;background:rgba(236,142,28,.14);pointer-events:none}
  .rs65-mobile-brandrow{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}
  .rs65-mobile-logo img{width:145px;max-height:42px;object-fit:contain;filter:brightness(0) invert(1)}
  .rs65-mobile-head-actions{display:flex;gap:7px}.rs65-mobile-head-actions button{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center}.rs65-mobile-head-actions .rs-icon{width:18px;height:18px}
  .rs65-mobile-profile{position:relative;z-index:1;margin-top:16px;display:grid;grid-template-columns:45px minmax(0,1fr) 18px;gap:10px;align-items:center;padding:12px;border-radius:17px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(9px)}
  .rs65-mobile-avatar{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#ec8e1c;color:#002c57}.rs65-mobile-avatar .rs-icon{width:21px;height:21px}
  .rs65-mobile-profile-copy{min-width:0}.rs65-mobile-profile-copy small{display:block;color:#ffbd6b;font-size:7px;letter-spacing:1px;font-weight:900}.rs65-mobile-profile-copy b{display:block;color:#fff;font-size:12px;margin:2px 0}.rs65-mobile-profile-copy em{display:block;color:#adc0d0;font-size:8px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs65-mobile-profile>.rs-icon{width:17px;height:17px;color:#ffad43}
  .rs65-mobile-scroll{flex:1;overflow:auto;overscroll-behavior:contain;padding:12px 12px 22px;scrollbar-width:none}.rs65-mobile-scroll::-webkit-scrollbar{display:none}
  .rs65-mobile-quick{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .rs65-mobile-quick>a,.rs65-mobile-quick>button{min-height:70px;padding:11px;border:1px solid #e3e9ef;border-radius:16px;background:#fff;color:#24415e;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;text-align:right;box-shadow:0 7px 20px rgba(0,44,87,.04)}
  .rs65-mobile-quick>button{width:100%;font-family:inherit}.rs65-mobile-quick>a>.rs-icon,.rs65-mobile-quick>button>.rs-icon{width:34px;height:34px;padding:8px;border-radius:11px;background:#fff3e3;color:#ec8e1c}.rs65-mobile-quick b{display:block;font-size:10px}.rs65-mobile-quick small{display:block;margin-top:2px;color:#8997a4;font-size:8px}.rs65-mobile-quick .rs-cart-count{position:static;display:inline;color:#ec8e1c;background:transparent;min-width:0;height:auto;padding:0;font-size:8px}
  .rs65-mobile-section{margin-top:13px;padding:14px;border:1px solid #e3e9ef;border-radius:20px;background:#fff;box-shadow:0 7px 20px rgba(0,44,87,.035)}
  .rs65-mobile-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:10px}.rs65-mobile-section-head .rs-kicker{font-size:6px;letter-spacing:1px}.rs65-mobile-section-head h3{font-size:12px;margin:2px 0 0;color:#173651}.rs65-mobile-section-head>a{font-size:8px;color:#ec8e1c;font-weight:900}
  .rs65-mobile-cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.rs65-mobile-cat-grid>a{min-height:42px;padding:0 10px;border-radius:11px;background:#f7f9fb;border:1px solid #edf1f4;display:flex;align-items:center;justify-content:space-between;gap:7px;color:#40576d}.rs65-mobile-cat-grid span{font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs65-mobile-cat-grid small{font-size:7px;color:#a0acb6}
  .rs65-mobile-nav .rs65-mobile-list,.rs65-mobile-nav .rs-nav-list{list-style:none;margin:0;padding:0;display:grid;gap:5px}.rs65-mobile-nav li{position:relative}.rs65-mobile-nav a{min-height:42px;padding:0 10px!important;border-radius:11px!important;background:#f7f9fb;display:flex!important;align-items:center!important;color:#40576d!important;font-size:9px!important;font-weight:800!important}.rs65-mobile-nav li.current-menu-item>a{background:#fff3e3!important;color:#9d5c0d!important}.rs65-mobile-nav .sub-menu{display:none!important;position:static!important;margin:5px 8px 0 0!important;padding:4px!important;background:#f3f6f9!important;border:0!important;border-radius:10px!important;box-shadow:none!important}.rs65-mobile-nav li.rs65-sub-open>.sub-menu{display:grid!important;gap:3px!important}.rs65-mobile-nav .sub-menu a{min-height:36px!important;background:#fff!important;font-size:8px!important}.rs65-sub-toggle{position:absolute;left:5px;top:5px;width:32px;height:32px;border:0;border-radius:9px;background:#fff;color:#7a8997;display:grid;place-items:center;z-index:3}.rs65-sub-toggle::before{content:"+";font-size:16px;line-height:1}.rs65-sub-open>.rs65-sub-toggle::before{content:"−"}
  .rs65-mobile-promos{display:grid;gap:7px;margin-top:13px}.rs65-mobile-promos>a{display:grid;grid-template-columns:36px 1fr 17px;gap:9px;align-items:center;padding:11px 12px;border:1px solid #e3e9ef;border-radius:16px;background:#fff;color:#24415e}.rs65-mobile-promos>a>.rs-icon:first-child{width:36px;height:36px;padding:9px;border-radius:11px;background:#f1f5f8;color:#002c57}.rs65-mobile-promos>a.sale>.rs-icon:first-child{background:#fff0dd;color:#ec8e1c}.rs65-mobile-promos b{display:block;font-size:10px}.rs65-mobile-promos small{display:block;font-size:8px;color:#8c99a6}.rs65-mobile-promos>a>.rs-icon:last-child{width:16px;height:16px;color:#ec8e1c}
  .rs65-mobile-footer{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid #e3e9ef;background:#fff}.rs65-mobile-footer>a,.rs65-mobile-footer>button{min-height:48px;border:1px solid #e3e9ef;border-radius:14px;background:#f7f9fb;color:#24415e;display:grid;grid-template-columns:27px 1fr;gap:8px;align-items:center;padding:7px 10px;text-align:right}.rs65-mobile-footer>button{width:100%;font-family:inherit}.rs65-mobile-footer .rs-icon{width:20px;height:20px;color:#ec8e1c}.rs65-mobile-footer small{display:block;font-size:7px;color:#8e9ba7}.rs65-mobile-footer b{display:block;font-size:9px;color:#24415e;margin-top:1px}
}

/* auth responsive */
@media (max-width:1000px){
  .rs65-auth-shell{grid-template-columns:1fr;min-height:0;max-width:680px}.rs65-auth-visual{min-height:330px;padding:30px}.rs65-auth-brand>a{margin-bottom:20px}.rs65-auth-brand h1{font-size:32px}.rs65-auth-benefits{max-width:590px}.rs65-auth-sport-cards{display:none}.rs65-auth-card{padding:34px}
}
@media (max-width:640px){
  .woocommerce-account:not(.logged-in) .rs-account-main{padding:12px 0 95px!important}
  .rs65-auth-shell{width:min(100% - 18px,100%);border-radius:24px;box-shadow:0 16px 45px rgba(0,44,87,.10)}
  .rs65-auth-visual{min-height:245px;padding:22px;border-radius:0}.rs65-auth-brand>a{margin-bottom:13px}.rs65-auth-brand>a img{width:155px;max-height:44px}.rs65-auth-brand h1{font-size:25px;letter-spacing:-.7px;margin:8px 0}.rs65-auth-brand>p{font-size:11px;line-height:1.9}.rs65-auth-benefits{grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:16px}.rs65-auth-benefits>span{min-height:78px;padding:9px;border-radius:13px}.rs65-auth-benefits .rs-icon{width:16px;height:16px;margin-bottom:6px}.rs65-auth-benefits b{font-size:8px}.rs65-auth-benefits small{font-size:6px;line-height:1.6}
  .rs65-auth-card{padding:23px 18px 26px}.rs65-auth-card-head h2{font-size:24px}.rs65-auth-card-head p{font-size:10px}.rs65-auth-tabs{height:44px;margin-bottom:17px}.rs65-auth-tabs button{font-size:10px}.rs65-field-control{height:50px}.rs65-field-control input{height:47px!important;font-size:11px!important}.rs65-auth-submit{height:50px!important;font-size:11px!important}.rs65-auth-options{font-size:9px}.rs65-auth-trust{margin-top:17px;padding-top:15px}
}

/* dark mode for auth and new mobile drawer */
html[data-theme="dark"] .rs65-auth-shell,html[data-theme="dark"] .rs65-auth-card{background:#0d1d2c!important;border-color:#263b4c!important}
html[data-theme="dark"] .rs65-auth-card-head h2,html[data-theme="dark"] .rs65-field>label,html[data-theme="dark"] .rs65-auth-trust b{color:#edf4fa!important}
html[data-theme="dark"] .rs65-auth-card-head p,html[data-theme="dark"] .rs65-auth-options label,html[data-theme="dark"] .rs65-auth-trust small{color:#99adbd!important}
html[data-theme="dark"] .rs65-auth-tabs{background:#102334!important;border-color:#263b4c!important}html[data-theme="dark"] .rs65-auth-tabs button{color:#9fb2c1!important}html[data-theme="dark"] .rs65-auth-tabs button.is-active{background:#ec8e1c!important;color:#002c57!important}
html[data-theme="dark"] .rs65-field-control,html[data-theme="dark"] .rs65-auto-password{background:#102334!important;border-color:#263b4c!important;color:#a8b9c8!important}html[data-theme="dark"] .rs65-field-control:focus-within{border-color:#ec8e1c!important;background:#12283a!important}html[data-theme="dark"] .rs65-field-control input{color:#edf4fa!important}
html[data-theme="dark"] .rs65-auth-trust{border-color:#263b4c!important}
@media (max-width:900px){
  html[data-theme="dark"] .rs65-mobile-panel{background:#07131f!important}
  html[data-theme="dark"] .rs65-mobile-quick>a,html[data-theme="dark"] .rs65-mobile-quick>button,html[data-theme="dark"] .rs65-mobile-section,html[data-theme="dark"] .rs65-mobile-promos>a,html[data-theme="dark"] .rs65-mobile-footer{background:#0d1d2c!important;border-color:#263b4c!important;color:#edf4fa!important}
  html[data-theme="dark"] .rs65-mobile-quick b,html[data-theme="dark"] .rs65-mobile-section-head h3,html[data-theme="dark"] .rs65-mobile-promos b,html[data-theme="dark"] .rs65-mobile-footer b{color:#edf4fa!important}
  html[data-theme="dark"] .rs65-mobile-quick small,html[data-theme="dark"] .rs65-mobile-promos small,html[data-theme="dark"] .rs65-mobile-footer small{color:#91a7b8!important}
  html[data-theme="dark"] .rs65-mobile-cat-grid>a,html[data-theme="dark"] .rs65-mobile-nav a,html[data-theme="dark"] .rs65-mobile-footer>a,html[data-theme="dark"] .rs65-mobile-footer>button{background:#102334!important;border-color:#263b4c!important;color:#dfeaf3!important}
  html[data-theme="dark"] .rs65-mobile-nav .sub-menu{background:#091927!important}html[data-theme="dark"] .rs65-mobile-nav .sub-menu a,html[data-theme="dark"] .rs65-sub-toggle{background:#12283a!important;color:#dce8f2!important}
  html[data-theme="dark"] .rs65-mobile-footer{border-top-color:#263b4c!important}
}
