* {
    margin:0;
    padding:0;
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    font-family:Arial,Helvetica,sans-serif;
    background:#f6f7fb;
    color:#1f2937
}
a {
    text-decoration:none;
    color:inherit
}
.top-bar {
    background:#111827;
    color:#fff;
    text-align:center;
    padding:10px 20px;
    font-size:14px
}
.header {
    background:#fff;
    padding:18px 8%;
    display:grid;
    grid-template-columns:auto minmax(260px,620px) auto;
    align-items:center;
    gap:28px;
    border-bottom:1px solid #e5e7eb
}
.logo {
    font-size:26px;
    font-weight:800;
    letter-spacing:-.5px;
    color:#111827;
    white-space:nowrap
}
.logo span {
    color:#0ea5e9
}
.search-box {
    width:100%
}
.search-box input {
    width:100%;
    padding:14px 20px;
    border:1px solid #d1d5db;
    border-radius:999px;
    font-size:14px;
    outline:0;
    background:#f9fafb;
    color:#6b7280
}
.auth-links {
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    color:#4b5563;
    white-space:nowrap
}
.auth-links a:hover {
    color:#0ea5e9
}
.nav {
    position:sticky;
    top:0;
    z-index:10;
    background:#fff;
    padding:14px 8%;
    display:flex;
    align-items:center;
    gap:30px;
    box-shadow:0 8px 20px rgba(15,23,42,.06);
    font-size:14px;
    font-weight:700
}
.nav a {
    color:#374151
}
.nav a:hover {
    color:#0ea5e9
}
.main {
    padding:35px 8%
}
.hero-grid {
    display:grid;
    grid-template-columns:2fr 1.15fr;
    gap:25px;
    align-items:stretch
}
.hero-banner {
    position:relative;
    overflow:hidden;
    min-height:410px;
    border-radius:22px;
    background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.35),transparent 18%),radial-gradient(circle at 75% 85%,rgba(14,165,233,.7),transparent 26%),linear-gradient(135deg,#0f172a,#0284c7 55%,#06b6d4);
    color:#fff;
    padding:58px;
    display:grid;
    grid-template-columns:1.35fr 0.9fr;
    gap:30px;
    align-items:center;
    box-shadow:0 18px 45px rgba(2,132,199,.25)
}
.hero-content {
    position:relative;
    z-index:2
}
.hero-badge {
    display:inline-block;
    background:rgba(255,255,255,.16);
    color:#fff;
    padding:9px 15px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
    border:1px solid rgba(255,255,255,.25)
}
.hero-banner h1 {
    max-width:680px;
    font-size:54px;
    line-height:1.08;
    margin-bottom:18px;
    letter-spacing:-1px
}
.hero-banner p {
    font-size:18px;
    max-width:560px;
    line-height:1.65;
    color:#e0f2fe
}
.hero-highlights {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px
}
.hero-highlights span {
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    border:1px solid rgba(255,255,255,.22)
}
.hero-visual {
    position:relative;
    min-height:280px;
    z-index:2
}
.hero-card {
    position:absolute;
    background:rgba(255,255,255,.96);
    color:#111827;
    border-radius:20px;
    padding:22px;
    min-width:170px;
    box-shadow:0 18px 35px rgba(15,23,42,.22)
}
.hero-card span {
    display:block;
    color:#64748b;
    font-size:14px;
    margin-bottom:8px
}
.hero-card strong {
    font-size:24px;
    color:#0284c7
}
.hero-card-one {
    top:30px;
    right:45px
}
.hero-card-two {
    bottom:40px;
    left:5px
}
.hero-circle {
    position:absolute;
    width:190px;
    height:190px;
    border-radius:50%;
    background:rgba(255,255,255,.13);
    right:10px;
    bottom:15px;
    border:1px solid rgba(255,255,255,.22)
}
.side-card {
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 12px 35px rgba(15,23,42,.08)
}
.side-card-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px
}
.side-card-header h3 {
    margin-bottom:0;
    font-size:21px;
    color:#111827
}
.side-card-header span {
    font-size:13px;
    color:#0284c7;
    font-weight:700
}
.category-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px
}
.category-item {
    background:#f9fafb;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:20px 12px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    color:#374151;
    transition:.2s ease
}
.category-item:hover {
    background:#eff6ff;
    border-color:#bae6fd;
    color:#0284c7;
    transform:translateY(-2px)
}
.section {
    margin-top:35px;
    background:#fff;
    border-radius:18px;
    padding:26px;
    box-shadow:0 12px 35px rgba(15,23,42,.06)
}
.section-header {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px
}
.section-subtitle {
    display:inline-block;
    color:#0284c7;
    font-size:13px;
    font-weight:800;
    margin-bottom:7px;
    text-transform:uppercase;
    letter-spacing:.5px
}
.section-title {
    font-size:23px;
    margin-bottom:0;
    color:#111827
}
.section-note {
    color:#6b7280;
    font-size:13px;
    font-weight:600
}
.product-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px
}
.product-card {
    position:relative;
    overflow:hidden;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:0;
    background:#fff;
    transition:.2s ease
}
.product-card:hover {
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(15,23,42,.08)
}
.discount-badge {
    position:absolute;
    top:14px;
    left:14px;
    z-index:2;
    background:#0f172a;
    color:#fff;
    padding:7px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:800
}
.product-image {
    height:180px;
    border-radius:16px 16px 0 0;
    background:radial-gradient(circle at 70% 30%,rgba(14,165,233,.22),transparent 25%),linear-gradient(135deg,#eef2ff,#e0f2fe);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6b7280
}
.product-image span {
    width:78px;
    height:78px;
    border-radius:50%;
    background:#fff;
    color:#0284c7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    box-shadow:0 12px 30px rgba(15,23,42,.12)
}
.product-info {
    padding:16px
}
.product-category {
    font-size:12px;
    color:#0284c7;
    font-weight:800;
    margin-bottom:8px
}
.product-info h4 {
    font-size:15px;
    color:#111827;
    line-height:1.4;
    min-height:42px;
    margin-bottom:10px
}
.rating {
    display:flex;
    align-items:center;
    gap:6px;
    margin-bottom:12px
}
.rating span {
    color:#f59e0b;
    font-size:13px;
    letter-spacing:1px
}
.rating small {
    color:#6b7280;
    font-size:12px
}
.price-row {
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:10px
}
.price-row strong {
    color:#0f172a;
    font-size:18px;
    font-weight:900
}
.price-row del {
    color:#9ca3af;
    font-size:13px
}
.stock-text {
    color:#16a34a;
    font-size:13px;
    font-weight:700
}
.trust-section {
    background:radial-gradient(circle at top right,rgba(14,165,233,.08),transparent 28%),#fff
}
.trust-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px
}
.trust-card {
    background:#f9fafb;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:24px;
    transition:.2s ease
}
.trust-card:hover {
    background:#fff;
    transform:translateY(-3px);
    box-shadow:0 14px 32px rgba(15,23,42,.08);
    border-color:#bae6fd
}
.trust-icon {
    width:48px;
    height:48px;
    border-radius:14px;
    background:#e0f2fe;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:16px
}
.trust-card h4 {
    font-size:17px;
    color:#111827;
    margin-bottom:10px
}
.trust-card p {
    font-size:14px;
    color:#6b7280;
    line-height:1.6
}
.site-footer {
    margin-top:35px;
    background:#0f172a;
    color:#cbd5e1;
    padding:48px 8% 22px
}
.footer-grid {
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1.2fr;
    gap:30px;
    padding-bottom:30px;
    border-bottom:1px solid rgba(255,255,255,.12)
}
.footer-logo {
    display:inline-block;
    font-size:26px;
    font-weight:900;
    color:#fff;
    margin-bottom:14px
}
.footer-logo span {
    color:#38bdf8
}
.footer-brand p {
    max-width:360px;
    color:#94a3b8;
    line-height:1.7;
    font-size:14px
}
.footer-column h4 {
    color:#fff;
    font-size:16px;
    margin-bottom:16px
}
.footer-column a,.footer-column p {
    display:block;
    color:#94a3b8;
    font-size:14px;
    margin-bottom:11px;
    line-height:1.5
}
.footer-column a:hover {
    color:#38bdf8;
    padding-left:4px
}
.footer-bottom {
    padding-top:20px;
    text-align:center;
    color:#94a3b8;
    font-size:14px
}
@media (max-width:950px) {
    .header {
        grid-template-columns:1fr;
        gap:16px;
        text-align:center
    }
    .auth-links {
        justify-content:center
    }
    .nav {
        overflow-x:auto;
        gap:22px
    }
    .hero-grid {
        grid-template-columns:1fr
    }
    .hero-banner {
        grid-template-columns:1fr
    }
    .hero-banner h1 {
        font-size:40px
    }
    .hero-visual {
        min-height:230px
    }
    .footer-grid,.product-grid,.trust-grid {
        grid-template-columns:repeat(2,1fr)
    }
}
@media (max-width:600px) {
    .header,.main,.nav,.site-footer {
        padding-left:5%;
        padding-right:5%
    }
    .section-header {
        align-items:flex-start;
        flex-direction:column
    }
    .hero-banner {
        padding:34px 24px;
        min-height:auto
    }
    .hero-banner h1 {
        font-size:32px
    }
    .hero-banner p {
        font-size:16px
    }
    .hero-highlights {
        gap:8px
    }
    .hero-card {
        position:relative;
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
        margin-bottom:14px;
        min-width:100%
    }
    .hero-visual {
        min-height:auto
    }
    .hero-circle {
        display:none
    }
    .category-grid,.footer-grid,.product-grid,.trust-grid {
        grid-template-columns:1fr
    }
    .product-image {
        height:170px
    }
}
.category-item {
    position:relative;
    min-height:98px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    overflow:hidden
}
.category-item::before {
    content:"";
    width:42px;
    height:42px;
    border-radius:14px;
    background:#e0f2fe;
    display:block;
    box-shadow:0 10px 24px rgba(14,165,233,.18)
}
.category-item::after {
    position:absolute;
    top:24px;
    left:50%;
    transform:translateX(-50%);
    font-size:21px
}
.category-item:first-child::after {
    content:"👗"
}
.category-item:nth-child(2)::after {
    content:"💻"
}
.category-item:nth-child(3)::after {
    content:"💄"
}
.category-item:nth-child(4)::after {
    content:"🏠"
}
.category-item:nth-child(5)::after {
    content:"🧸"
}
.category-item:nth-child(6)::after {
    content:"🎒"
}
.category-item:hover::before {
    background:#bae6fd;
    transform:scale(1.08);
    transition:.2s ease
}
.top-bar {
    background:linear-gradient(90deg,#020617,#111827,#020617);
    letter-spacing:.2px
}
.header {
    position:relative
}
.logo {
    display:inline-flex;
    align-items:center;
    gap:4px
}
.logo::before {
    content:"🛍️";
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eff6ff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-right:8px;
    box-shadow:0 10px 22px rgba(14,165,233,.12)
}
.search-box {
    position:relative
}
.search-box::after {
    content:"⌕";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:23px;
    line-height:1;
    pointer-events:none
}
.search-box input {
    padding-right:52px;
    border-color:#e5e7eb;
    box-shadow:0 8px 22px rgba(15,23,42,.04)
}
.auth-links {
    background:#f8fafc;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid #e5e7eb
}
.auth-links a {
    font-weight:700
}
.auth-links a:first-child::before {
    content:"👤";
    margin-right:6px
}
.auth-links a:last-child::before {
    content:"✨";
    margin-right:6px
}
.nav {
    border-bottom:1px solid #eef2f7
}
.nav a {
    position:relative;
    padding:4px 0
}
.nav a:first-child {
    color:#0284c7
}
.nav:not(.rr-category-mega-nav) a:first-child::after,.nav:not(.rr-category-mega-nav) a:hover::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    width:100%;
    height:3px;
    background:#0284c7;
    border-radius:999px
}
@media (max-width:950px) {
    .logo {
        justify-content:center
    }
    .search-box::after {
        right:16px
    }
    .auth-links {
        width:fit-content;
        margin:0 auto
    }
}
@media (max-width:600px) {
    .top-bar {
        font-size:13px;
        line-height:1.5
    }
    .logo {
        font-size:24px
    }
    .logo::before {
        width:38px;
        height:38px;
        font-size:20px
    }
    .auth-links {
        flex-wrap:wrap;
        justify-content:center;
        border-radius:18px
    }
    .nav:not(.rr-category-mega-nav) a:first-child::after,.nav:not(.rr-category-mega-nav) a:hover::after {
        bottom:-14px
    }
    @media (max-width:1100px) {
        .main {
            padding-top:28px
        }
        .hero-banner h1 {
            font-size:46px
        }
        .product-grid {
            grid-template-columns:repeat(2,1fr)
        }
        .trust-grid {
            grid-template-columns:repeat(2,1fr)
        }
    }
    @media (max-width:768px) {
        .top-bar {
            padding:9px 14px
        }
        .header {
            padding-top:16px;
            padding-bottom:16px
        }
        .search-box input {
            font-size:13px;
            padding-top:13px;
            padding-bottom:13px
        }
        .nav {
            gap:24px;
            overflow-x:auto;
            white-space:nowrap;
            scrollbar-width:none;
            -ms-overflow-style:none
        }
        .nav::-webkit-scrollbar {
            display:none
        }
        .hero-grid {
            gap:20px
        }
        .hero-banner {
            border-radius:18px
        }
        .section,.side-card {
            border-radius:16px
        }
        .category-item {
            min-height:92px
        }
        .product-info h4 {
            min-height:auto
        }
    }
    @media (max-width:480px) {
        body {
            background:#f8fafc
        }
        .top-bar {
            font-size:12px
        }
        .header {
            gap:14px
        }
        .logo {
            font-size:22px
        }
        .auth-links {
            width:100%;
            padding:10px 12px;
            gap:10px;
            font-size:13px
        }
        .nav {
            padding-top:13px;
            padding-bottom:13px;
            font-size:13px
        }
        .main {
            padding-top:24px
        }
        .hero-banner {
            gap:22px
        }
        .hero-badge {
            font-size:12px;
            padding:8px 13px
        }
        .hero-banner h1 {
            font-size:29px;
            line-height:1.15
        }
        .hero-banner p {
            font-size:15px;
            line-height:1.6
        }
        .hero-highlights span {
            font-size:12px;
            padding:9px 12px
        }
        .section,.side-card {
            padding:20px
        }
        .section-title {
            font-size:21px
        }
        .section-note,.section-subtitle {
            font-size:12px
        }
        .product-image {
            height:160px
        }
        .product-image span {
            width:70px;
            height:70px;
            font-size:13px
        }
        .trust-card {
            padding:20px
        }
        .site-footer {
            margin-top:30px;
            padding-top:38px
        }
        .footer-logo {
            font-size:24px
        }
    }
    .product-image {
        overflow:hidden
    }
    .product-image img {
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        transition:.25s ease
    }
    .product-card:hover .product-image img {
        transform:scale(1.06)
    }
    .product-image {
        background:#f8fafc;
        padding:12px
    }
    .product-image img {
        object-fit:contain;
        background:#fff;
        border-radius:12px
    }
    .product-grid {
        align-items:stretch
    }
    .product-card {
        display:flex;
        flex-direction:column;
        height:100%
    }
    .product-image {
        height:210px;
        flex-shrink:0
    }
    .product-info {
        display:flex;
        flex-direction:column;
        flex:1
    }
    .product-info h4 {
        min-height:44px
    }
    .rating {
        margin-top:auto
    }
    .price-row {
        min-height:26px
    }
    .stock-text {
        margin-top:2px
    }
    @media (max-width:1100px) {
        .product-image {
            height:220px
        }
    }
    @media (max-width:600px) {
        .product-image {
            height:230px
        }
        .product-info h4 {
            min-height:auto
        }
    }
    .logo {
        display:inline-flex;
        align-items:center;
        gap:8px;
        flex-wrap:wrap
    }
    .theme-badge {
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:6px 10px;
        border-radius:999px;
        background:#eff6ff;
        border:1px solid #bfdbfe;
        color:#2563eb;
        font-size:12px;
        font-weight:800;
        line-height:1;
        white-space:nowrap
    }
    @media (max-width:600px) {
        .theme-badge {
            font-size:11px;
            padding:5px 9px
        }
    }
    .logo {
        display:inline-flex;
        align-items:center;
        gap:10px;
        flex-wrap:nowrap
    }
    .logo::before {
        content:"💻";
        width:44px;
        height:44px;
        border-radius:14px;
        background:linear-gradient(135deg,#dbeafe,#bfdbfe);
        display:inline-flex;
        align-items:center;
        justify-content:center;
        font-size:22px;
        margin-right:4px;
        box-shadow:0 10px 20px rgba(37,99,235,.16)
    }
    .theme-badge {
        display:none!important
    }
    .logo {
        display:inline-flex;
        align-items:center;
        gap:10px
    }
    .logo .brand-text {
        display:inline-flex;
        align-items:center;
        gap:0;
        white-space:nowrap
    }
    .logo .brand-text span {
        margin-left:0
    }
    .logo .brand-text {
        color:#111827
    }
    .logo .brand-text>span {
        color:#0ea5e9
    }
    .category-item:first-child::after {
        content:"⌚"
    }
    .category-item:nth-child(2)::after {
        content:"🎧"
    }
    .category-item:nth-child(3)::after {
        content:"⚙️"
    }
    .category-item:nth-child(4)::after {
        content:"💻"
    }
    .category-item:nth-child(5)::after {
        content:"🔌"
    }
    .category-item:nth-child(6)::after {
        content:"🎒"
    }
    .hero-circle {
        display:none!important
    }
    .hero-circle {
        display:block!important
    }
    .hero-visual {
        position:relative;
        min-height:360px
    }
    .hero-circle {
        display:block!important;
        position:absolute;
        width:245px;
        height:245px;
        border-radius:50%;
        left:50%;
        top:50%;
        right:auto;
        bottom:auto;
        transform:translate(-50%,-50%);
        background:rgba(255,255,255,.13);
        border:1px solid rgba(255,255,255,.28);
        z-index:1
    }
    .hero-card {
        position:absolute;
        left:50%!important;
        top:50%!important;
        right:auto!important;
        bottom:auto!important;
        z-index:2;
        animation-duration:16s!important;
        animation-timing-function:linear!important;
        animation-iteration-count:infinite!important;
        will-change:transform
    }
    .hero-card-one {
        animation-name:electronicsOrbitOne!important
    }
    .hero-card-two {
        animation-name:electronicsOrbitTwo!important
    }
    @keyframes electronicsOrbitOne {
        0% {
            transform:translate(-50%,-50%) rotate(300deg) translateX(150px) rotate(-300deg)
        }
        100% {
            transform:translate(-50%,-50%) rotate(660deg) translateX(150px) rotate(-660deg)
        }
    }
    @keyframes electronicsOrbitTwo {
        0% {
            transform:translate(-50%,-50%) rotate(120deg) translateX(150px) rotate(-120deg)
        }
        100% {
            transform:translate(-50%,-50%) rotate(480deg) translateX(150px) rotate(-480deg)
        }
    }
    @media (max-width:600px) {
        .hero-visual {
            min-height:auto
        }
        .hero-circle {
            display:none!important
        }
        .hero-card {
            position:relative!important;
            left:auto!important;
            top:auto!important;
            right:auto!important;
            bottom:auto!important;
            transform:none!important;
            animation:none!important;
            margin-bottom:14px;
            width:100%
        }
    }
    .storefront-carousel-wrap {
        position:relative;
        width:100%
    }
    .storefront-carousel-actions {
        display:flex;
        justify-content:flex-end;
        gap:8px;
        margin:0 0 12px
    }
    .storefront-carousel-btn {
        width:38px;
        height:38px;
        border:1px solid rgba(249,115,22,.45);
        background:#fff;
        color:#f97316;
        border-radius:999px;
        font-size:20px;
        font-weight:800;
        cursor:pointer;
        line-height:1;
        box-shadow:0 8px 18px rgba(15,23,42,.08)
    }
    .storefront-carousel-btn:hover {
        background:#fff7ed
    }
    .storefront-product-row {
        display:flex!important;
        flex-wrap:nowrap!important;
        gap:18px;
        overflow-x:auto;
        overflow-y:hidden;
        scroll-behavior:smooth;
        scroll-snap-type:x mandatory;
        padding-bottom:12px
    }
    .storefront-product-row>* {
        flex:0 0 260px;
        scroll-snap-align:start
    }
    .storefront-product-row::-webkit-scrollbar {
        height:8px
    }
    .storefront-product-row::-webkit-scrollbar-thumb {
        background:rgba(249,115,22,.35);
        border-radius:999px
    }
    .storefront-carousel-btn {
        border-color:rgba(37,99,235,.45);
        color:#2563eb
    }
    .storefront-carousel-btn:hover {
        background:#eff6ff
    }
    .storefront-product-row::-webkit-scrollbar-thumb {
        background:rgba(37,99,235,.42)
    }
    html {
        scroll-behavior:smooth
    }
    .category-item::before {
        content:none!important;
        display:none!important
    }
    .category-auto-icon {
        display:inline-flex;
        width:34px;
        height:34px;
        align-items:center;
        justify-content:center;
        margin:0 auto 8px;
        border-radius:999px;
        background:#e0f2fe;
        font-size:18px
    }
    .category-item {
        position:relative;
        display:flex!important;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:8px;
        text-align:center
    }
    .category-item::after,.category-item::before {
        content:none!important;
        display:none!important
    }
    .category-auto-icon {
        display:flex!important;
        width:42px;
        height:42px;
        align-items:center;
        justify-content:center;
        margin:0 auto;
        border-radius:999px;
        background:#e0f2fe;
        color:#0369a1;
        font-size:22px;
        line-height:1
    }
    .category-auto-name {
        display:block;
        color:#0f172a;
        font-size:14px;
        font-weight:800;
        line-height:1.2
    }
    #featured-categories .category-item {
        min-height:92px
    }
    .featured-category-grid {
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(180px,240px));
        gap:16px;
        align-items:stretch
    }
    .featured-category-card {
        min-height:128px;
        border:1px solid #e2e8f0;
        border-radius:16px;
        background:#f8fafc;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:8px;
        text-align:center;
        text-decoration:none;
        color:#0f172a;
        padding:18px 16px;
        transition:.2s ease
    }
    .featured-category-card:hover {
        border-color:#38bdf8;
        background:#f0f9ff;
        transform:translateY(-2px)
    }
    .featured-category-icon {
        width:42px;
        height:42px;
        border-radius:999px;
        background:#e0f2fe;
        color:#0369a1;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:22px;
        line-height:1
    }
    .featured-category-card strong {
        font-size:14px;
        font-weight:800
    }
    .featured-category-card small {
        max-width:180px;
        color:#64748b;
        font-size:12px;
        line-height:1.35
    }
    #featured-categories .featured-category-grid {
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(180px,240px));
        gap:16px;
        align-items:stretch
    }
    #featured-categories .featured-category-card {
        min-height:128px;
        max-width:240px;
        border:1px solid #e2e8f0;
        border-radius:16px;
        background:#f8fafc;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:8px;
        text-align:center;
        text-decoration:none;
        color:#0f172a;
        padding:18px 16px;
        transition:.2s ease
    }
    #featured-categories .featured-category-card:hover {
        border-color:#38bdf8;
        background:#f0f9ff;
        transform:translateY(-2px)
    }
    #featured-categories .featured-category-icon {
        width:42px;
        height:42px;
        border-radius:999px;
        background:#e0f2fe;
        color:#0369a1;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:22px;
        line-height:1
    }
    #featured-categories .featured-category-card strong {
        font-size:14px;
        font-weight:800
    }
    #featured-categories .featured-category-card small {
        max-width:180px;
        color:#64748b;
        font-size:12px;
        line-height:1.35
    }
    #featured-categories .featured-category-grid {
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(180px,240px));
        gap:16px;
        align-items:stretch
    }
    #featured-categories .featured-category-card {
        min-height:128px;
        max-width:240px;
        border:1px solid #e2e8f0;
        border-radius:16px;
        background:#f8fafc;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:8px;
        text-align:center;
        text-decoration:none;
        color:#0f172a;
        padding:18px 16px;
        transition:.2s ease
    }
    #featured-categories .featured-category-card:hover {
        border-color:#38bdf8;
        background:#f0f9ff;
        transform:translateY(-2px)
    }
    #featured-categories .featured-category-icon {
        width:42px;
        height:42px;
        border-radius:999px;
        background:#e0f2fe;
        color:#0369a1;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:22px;
        line-height:1
    }
    #featured-categories .featured-category-card strong {
        font-size:14px;
        font-weight:800
    }
    #featured-categories .featured-category-card small {
        max-width:180px;
        color:#64748b;
        font-size:12px;
        line-height:1.35
    }
    .product-detail-link {
        display:inline-flex;
        margin-top:10px;
        padding:8px 12px;
        border-radius:999px;
        background:#0ea5e9;
        color:#fff!important;
        font-size:12px;
        font-weight:800;
        text-decoration:none
    }
    .product-detail-link:hover {
        background:#0284c7
    }
    .header-cart-link {
        display:inline-flex;
        align-items:center;
        gap:6px;
        color:#0284c7;
        text-decoration:none;
        font-weight:800
    }
    .header-cart-link:hover {
        color:#0369a1
    }
    .auth-links .header-cart-link::after,.auth-links .header-cart-link::before,.header-cart-link::after,.header-cart-link::before {
        content:none!important;
        display:none!important
    }
    .product-card {
        --product-action-color:#0f172a;
        --product-action-hover-color:#0284c7
    }
    body,html {
        max-width:100%;
        overflow-x:hidden
    }
    iframe,img,video {
        max-width:100%
    }
    .dynamic-admin-banner {
        max-width:100%
    }
    @media (max-width:860px) {
        .dynamic-admin-banner {
            grid-template-columns:1fr!important;
            padding:22px!important;
            gap:18px!important;
            text-align:left!important
        }
        .dynamic-admin-banner h1,.dynamic-admin-banner h2 {
            font-size:clamp(24px, 7vw, 38px)!important;
            line-height:1.12!important
        }
        .dynamic-admin-banner p {
            font-size:14px!important;
            line-height:1.55!important
        }
        .dynamic-admin-banner [style*="height:170px"],.dynamic-admin-banner [style*="width:170px"] {
            width:120px!important;
            height:120px!important;
            font-size:38px!important
        }
        .header,.main-header,.site-header,.top-header {
            max-width:100%
        }
        .category-grid,.featured-category-grid,.product-grid,.storefront-product-row {
            grid-template-columns:repeat(2,minmax(0,1fr))!important
        }
    }
    @media (max-width:560px) {
        .dynamic-admin-banner {
            margin:16px 0!important;
            padding:18px!important;
            border-radius:18px!important
        }
        .hero-actions,.hero-highlights {
            flex-direction:column!important;
            align-items:stretch!important
        }
        .hero-actions a,.hero-actions button {
            width:100%!important;
            text-align:center!important;
            justify-content:center!important
        }
        .category-grid,.featured-category-grid,.product-grid,.storefront-product-row {
            grid-template-columns:1fr!important
        }
        .category-card,.category-item,.featured-category-card,.product-card {
            max-width:100%!important
        }
        .footer-grid,footer [style*=grid-template-columns] {
            grid-template-columns:1fr!important
        }
    }
    :root {
        --product-action-color:#0284c7;
        --product-action-hover-color:#0284c7;
        --product-action-soft-bg:#dbeafe;
        --product-action-heading:#0f172a;
        --products-accent:#0284c7;
        --products-soft-bg:#dbeafe;
        --products-heading:#0f172a
    }
    .brand-link.rr-dynamic-brand-only::after,.brand-link.rr-dynamic-brand-only::before,.logo.rr-dynamic-brand-only::after,.logo.rr-dynamic-brand-only::before {
        content:none!important;
        display:none!important
    }
    #featured-categories.section,#popular-products.section,#top-selling-products.section-block {
        width:min(1240px,calc(100% - 36px))!important;
        max-width:1240px!important;
        margin-left:auto!important;
        margin-right:auto!important;
        padding-top:42px!important;
        padding-bottom:34px!important
    }
    #top-selling-products .container {
        width:100%!important;
        max-width:1240px!important;
        margin-left:auto!important;
        margin-right:auto!important
    }
    #featured-categories .section-header,#popular-products .section-header,#top-selling-products .section-heading {
        margin-bottom:24px!important
    }
    #featured-categories .section-subtitle,#popular-products .section-note,#popular-products .section-subtitle,#top-selling-products .section-heading span {
        display:none!important
    }
    #featured-categories .section-title,#popular-products .section-title,#top-selling-products .section-heading h2 {
        font-size:clamp(28px, 3vw, 38px)!important;
        line-height:1.12!important;
        letter-spacing:-.03em!important
    }
    #featured-categories .featured-category-grid {
        justify-content:center!important;
        gap:18px!important
    }
    #featured-categories .featured-category-card {
        min-height:142px!important;
        border-radius:18px!important;
        box-shadow:0 10px 26px rgba(15,23,42,.055)!important
    }
    #featured-categories .featured-category-card small {
        display:none!important
    }
    .electronics-category-product-section {
        margin-bottom:36px!important;
        scroll-margin-top:96px!important
    }
    .electronics-category-heading {
        margin-bottom:16px!important
    }
    .electronics-category-heading .section-title {
        font-size:25px!important
    }
    .electronics-home-empty-note {
        padding:18px 20px!important;
        border-radius:16px!important;
        background:#fff!important;
        border:1px solid rgba(2,132,199,.16)!important;
        color:#64748b!important
    }
    @media (max-width:768px) {
        #featured-categories.section,#popular-products.section,#top-selling-products.section-block {
            width:min(100%,calc(100% - 24px))!important;
            padding-top:30px!important;
            padding-bottom:26px!important
        }
        #featured-categories .featured-category-grid {
            gap:12px!important
        }
        #featured-categories .section-title,#popular-products .section-title,#top-selling-products .section-heading h2 {
            font-size:26px!important
        }
    }
    html body:not(.admin) footer.site-footer,html body:not(.admin) footer.site-footer.rr-central-footer {
        margin-top:0!important
    }
}