@media only screen and (min-width: 767px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }
    .mobile-filter-toggle {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .d-flex.single_product {
        display: block !important;
        width: 100%;
    }
    .add_cart_btn {
        width: 100%;
    }
    .order_now_btn {
        width: 98%;
        margin-left: 0;
    }
    .pro_img {
        height: 158px;
    }
    header#navbar_top {
        position: inherit;
    }
    .product_sliders {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .cat_img a {
        display: block;
        height: 100%;
    }
    .cat_img img {
        height: 100%;
    }
    .cat_img {
        height: 75px;
        text-align: center;
    }

    .topcategory {
        grid-template-columns: repeat(3, 1fr);
    }
    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter_sort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 0 6px;
        margin-top: 12px;
    }
    .filter_sidebar {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 30px;
        transition: 0.35s all;
        background: #fff;
    }
    .filter_sidebar.active {
        background: #fff;
        z-index: 9999;
        height: 100%;
        width: 97%;
        top: 2px;
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }
    .filter_sidebar.active::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .filter_sidebar.active::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }

    .filter_sidebar.active::-webkit-scrollbar-thumb {
        background-color: #ff40b1;
    }

    .filter_btn {
        display: inline-block;
        background: #ff40b1;
        color: #fff;
        width: 55px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
        border: 1px solid #ddd;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
    }
    .filter_close {
        background: #ff40b1;
        padding: 10px 15px;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        margin: 8px 0;
        cursor: pointer;
        display: block;
    }
    .sidebar-menu {
        display: none;
    }
    li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -35px;
        background: #ff40b1;
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }

    li.mobile_home a {
        color: #fff;
    }

    .scrolltop {
        display: none !important;
    }
    .hightlight_cont ul {
        padding-left: 5px;
    }
    .mobile_hide {
        display: none;
    }
    .desktop_hide {
        display: block;
    }
    .sorting-section {
        margin-top: -15px;
    }
    .card-body.cartlist {
        overflow-x: scroll;
    }
    .section-title-header .section-title-name {
        font-size: 15px;
    }

    #content {
        margin-left: 0;
        padding-top: 0;
    }

    .meta_description {
        display: none;
    }
    .mm-ocd {
        display: none;
    }
    .page-sort {
        padding-right: 6px;
    }
    .showing-data {
        display: none;
    }
    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }
    .mobile-filter-toggle span {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }
    .feature-products p {
        padding-left: 20px;
    }
    .feature-products {
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        left: -300px;
        width: 300px;
        padding-top: 10px;
        height: 100vh;
        overflow-y: auto;
        transition: all 0.3s ease;
    }
    .category-breadcrumb {
        justify-content: center;
    }
    .feature-products.active {
        left: 0;
    }

    .mobile-menu.active {
        left: 0;
    }
    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }
    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: #ff40b1;
    }

    .mobile-search {
        background-color: #fff;
        padding: 15px 16px;
        padding-top: 0;
    }
    .mobile-search form {
        display: flex;
        border: 1px solid;
        border-radius: 5px;
        background-color: #ff40b1;
        height: 40px;
        overflow: hidden;
        position: relative;
        border-color: hsla(0, 0%, 100%, 0.09);
    }
    .mobile-search form svg {
        height: 16px;
        width: 16px;
        color: #fff;
    }
    .mobile-search form input {
        text-align: left;
        padding-left: 15px;
        color: #000;
    }

    .mobile-search form button {
        background-color: #ff40b1;
        flex: 0 0 60px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }
    .logo-image img {
        height: 40px;
        width: auto;
    }
    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .mobile-menu-close i {
        font-size: 22px;
    }
    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }
    .first-nav .menu-category-list {
        display: block;
    }
    .first-nav .menu-category-list .menu-category-link {
        padding: 10px 0;
        display: block;
        padding-left: 20px;
    }
    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }
    .mobile-menu li.parent-category {
        position: relative;
    }
    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }
    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }
    .second-nav {
        padding: 0 0px;
        background-color: #fff;
    }
    .second-nav.active {
        min-height: 15px;
    }
    .parent-subcategory {
        display: block;
        position: relative;
        padding: 0px;
    }
    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 40px;
    }
    span.menu-subcategory-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    span.menu-subcategory-toggle.active i {
        transition: transform 0.3s ease;
    }
    span.menu-subcategory-toggle.active i {
        transform: rotate(180deg);
    }
    li.childcategory {
        display: block;
    }
    ul.third-nav {
        padding: 0;
        background-color: #f2f2f2;
    }
    li.parent-category.active {
        background-color: rgba(0, 0, 0, 0.05);
    }
    li.parent-subcategory.active {
        background-color: #fff;
    }

    .menu-childcategory-name {
        display: block;
        padding: 10px 0;
        padding-left: 60px;
    }
    header .toggle {
        margin-top: 0;
        padding-left: 30px;
    }
    .mobile-menu-social .mobile-social-list .mobile-social-link i {
        color: #c0c0c0;
        font-size: 16px;
    }
    .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #c0c0c0;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }
    .mobile-menu-social .mobile-menu-social {
        display: flex;
        column-gap: 5px;
        padding-left: 20px;
    }
    .logo-area {
        display: none;
    }
    .menu-area {
        display: none;
    }
    .header-left {
        justify-content: center;
    }
    .header-right {
        display: none;
    }
    .category-item {
        padding: 5px 0;
    }
    .category-item p {
        font-weight: 400;
    }
    .qty-cart .quantity {
        height: 35px;
        margin-left: 4px;
    }
    .quantity .minus,
    .quantity .plus {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 35px;
    }
    .d-flex.single_product.col-sm-6 {
        margin-left: 4px;
        margin-top: 10px;
    }

    .qty-cart {
        width: auto !important;
    }
    .cus-order-2 {
        order: 0;
    }
    .cus-order-1 {
        order: 1;
    }
    .chheckout-section {
        padding: 10px 0;
    }
    .cart_details {
        margin-bottom: 15px;
    }
    .success-img img {
        width: 200px;
    }
    .main_product_inner {
        grid-template-columns: 1fr 1fr;
    }
    .qty-cart {
        grid-template-columns: 130px auto;
    }
    .quantity .minus {
        width: 40px;
    }
    .quantity .plus {
        width: 40px;
    }
    .compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }

    .add-to-cart.mobile-fix {
        position: fixed;
        bottom: 64px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        margin: 0 10px;
    }
    .footer-top {
        padding: 30px 0;
    }
    .footer-menu ul li img {
        margin: 0 auto;
        display: block;
    }
    .front-view-flex {
        padding: 10px 0px;
    }
    .front_category_title h1 {
        font-size: 20px;
    }
    .front-view-item {
        margin-bottom: 15px;
    }
    .front-view-title a {
        font-size: 13px;
    }
    .home-page-section-title-box h3 {
        font-size: 20px;
    }
    .category-banner-products {
        padding: 20px 5px;
    }
    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }
    .flash_all {
        margin-top: 10px;
    }
    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }
    .main-header {
        display: none;
    }
    .mobile-header {
        display: block;
        background-color: #fff;
    }
    .mobile-top {
        background: #108bc3;
        padding: 8px 0;
    }
    .mobile-top ul {
        text-align: right;
    }
    .mobile-top ul li a {
        color: #fff;
        margin: 0 5px;
    }
    .menu-bar i {
        font-size: 22px;
    }
    .mobile-logo {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        text-align: center;
        font-size: 16px;
        height: 70px;
        align-items: center;
    }
    .fixed-top .mobile-logo {
        margin-bottom: 0px;
    }
    .menu-logo img {
        width: auto;
        height: 50px;
        margin-top: 0;
    }
    .footer-menu ul li a {
        text-align: center;
        text-transform: capitalize;
    }
    .main-search.mobile-search {
        margin: 18px 0;
        padding: 0 10px;
    }
    .menu-bar {
        margin-top: 0;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 30px;
    }
    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: #ff40b1;
        height: 20px;
        border-radius: 50px;
        padding: 1px 7px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        top: -10px;
        right: 0;
    }
    .menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
        font-size: 22px;
    }
    .menu-bag {
        margin-top: 0px;
        display: flex;
        justify-content: flex-end;
        margin-right: 7px;
    }
    .menu-bag ul li a {
        margin-right: 15px;
        position: relative;
    }
    .menu-bag li span {
        background: #e62e04;
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 12px;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        line-height: 15px;
    }

    .slider-item {
        height: 150px;
        margin-top: 0px;
    }
    .footer-about p {
        text-align: center;
    }
    .footer-bottom {
        margin-bottom: 24px;
        padding-bottom: 77px;
    }

    .footer-about {
        text-align: center;
        padding: 0 15px;
    }
    .footer_nav {
        display: block;
    }
    .section-title-left h4 {
        font-size: 16px;
    }
    .section-title-right a {
        font-size: 13px;
    }
    .product-info .name {
        height: 70px;
    }
    .product-info {
        padding: 15px 10px;
    }
    .row > * {
        padding-right: calc(var(--bs-gutter-x) * 0.3);
        padding-left: calc(var(--bs-gutter-x) * 0.3);
    }
    .feature-title ul {
        text-align: center;
        overflow-y: scroll;
    }
    .feature-title h4 {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-top {
        padding-bottom: 32px;
    }

    .category-sidebar {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background: #fff;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.35s all;
    }
    .close_filter {
        position: absolute;
        top: 0;
        right: 12px;
        border: 2px solid #ddd;
        font-size: 19px;
        padding: 0px 10px;
        border-radius: 50px;
        background: #d3b520;
        color: #fff;
    }
    .close_filter,
    .show_filter {
        display: block;
    }
    .show_filter {
        display: inline-block;
        margin-right: 10px;
        margin-left: 8px;
    }
    .page-title h5 {
        font-size: 16px;
    }
    .product-section {
        margin-top: 0;
    }
    .sort-form select {
        font-size: 14px;
    }
    .category-sidebar.active {
        visibility: visible;
        opacity: 1;
    }
    .auth-section,
    .checkout-shipping {
        margin-top: 5px;
    }
    .payment-form .gap-3 {
        gap: 0 !important;
    }
    .modal-view.quick-product {
        width: 100%;
    }
    .quick-product .short_description,
    .quick-product .details_short {
        display: none;
    }
    .quick-product-img {
        width: 20%;
    }
    .quick-product-content {
        width: 80%;
    }
    .close-modal {
        left: 50%;
        top: -17px;
        transform: translateX(-50%);
    }
    .vcart-section {
        margin-top: 60px;
    }
    .menu-product {
        display: none;
    }
    .details-wishlist {
        display: none !important;
    }
    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .menu-product {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
}
@media only screen and (min-width: 1141px) {
}

/* Professional Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.4s ease;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.mobile-menu-logo img {
    max-height: 50px;
}

.mobile-menu-close i {
    font-size: 22px;
    cursor: pointer;
}

.mobile-nav-list,
.mobile-submenu,
.mobile-childmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid #f1f1f1;
}

.mobile-nav-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mobile-nav-list a:hover {
    background: #f9f9f9;
}

.side_cat_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: cover;
}

.submenu-toggle {
    cursor: pointer;
}

.mobile-submenu,
.mobile-childmenu {
    display: none;
    padding-left: 15px;
}

.mobile-submenu.active,
.mobile-childmenu.active {
    display: block;
}

.submenu-toggle.rotated i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
}

.mobile-menu.active {
    left: 0;
}
#page-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.mobile-logo img {
    max-height: 50px;
}
.mobile-menu-close i {
    font-size: 22px;
    cursor: pointer;
}

.mobile-nav-list,
.subcategory-list,
.childcategory-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-list li {
    border-bottom: 1px solid #f1f1f1;
}
.category-header,
.subcategory-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
}
.category-link,
.subcategory-header a,
.childcategory-list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
}

.side_cat_img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    object-fit: cover;
}

.subcategory-list,
.childcategory-list {
    display: none;
    padding-left: 15px;
}
.submenu-toggle {
    cursor: pointer;
    transition: 0.3s;
}
.submenu-toggle.rotated {
    transform: rotate(180deg);
}

/*footer*/

/* ===============================
   BRAND COLOR SYSTEM (FIXED)
================================ */
:root {
    --brand-primary: #ff40b1; /* Logo Orange */
    --brand-green: #ff40b1; /* Logo Green Accent */
    --dark-bg: #a0a6b4; /* Main Background */
    --dark-secondary: #414850; /* Section Gradient */
    --text-gray: #cbd5e1;
}

/* ===============================
   FOOTER BASE
================================ */
.main-footer {
    background-color: var(--dark-bg);
    color: #ffffff;
    border-top: 4px solid var(--brand-primary);
}

.footer-top-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--dark-secondary), var(--dark-bg));
}

/* ===============================
   LOGO & TEXT
================================ */
.footer-img-logo {
    max-width: 180px;
    margin-bottom: 15px;
}

.brand-text {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* ===============================
   HOTLINE
================================ */
.hotline-box span {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: var(--brand-primary);
    font-weight: bold;
}

.hotline-number {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.hotline-number:hover {
    color: var(--brand-primary);
}

/* ===============================
   TITLES
================================ */
.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ===============================
   LINKS
================================ */
.footer-links ul {
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: var(--brand-primary);
    padding-left: 5px;
}

/* ===============================
   SOCIAL ICONS
================================ */
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-right: 8px;
    color: #fff;
    transition: 0.3s;
}

.social-btn:hover {
    background: var(--brand-primary);
    transform: scale(1.1);
}

/* ===============================
   APP SECTION
================================ */
.app-text {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.app-badge img {
    height: 42px;
    border-radius: 6px;
    transition: 0.3s;
}

.app-badge:hover img {
    transform: translateY(-3px);
}

/* ===============================
   FOOTER BOTTOM
================================ */
.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    font-size: 0.8rem;
}

.copyright-text,
.credit-text {
    color: #94a3b8;
}

.credit-text a {
    color: var(--brand-primary);
    font-weight: 600;
    text-decoration: none;
}

/* ===============================
   VERTICAL LIST FIX
================================ */
.ds-column-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.ds-vertical-item a {
    display: flex;
    align-items: center;
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.ds-vertical-item a i {
    width: 20px;
    font-size: 10px;
    color: var(--brand-primary);
}

.ds-vertical-item a:hover {
    color: var(--brand-primary);
    transform: translateX(6px);
}

.ds-vertical-item a:hover i {
    color: var(--brand-green);
}

/* ===============================
   RESPONSIVE
================================ */
@media (min-width: 992px) {
    .footer-stay-connected {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .social-icons-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer-stay-connected {
        text-align: center;
        margin-top: 30px;
    }

    .social-icons-wrapper {
        justify-content: center;
        display: flex;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding-bottom: 110px !important;
    }

    .footer-links .widget-title {
        margin-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .footer-bottom-bar .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-bar .col-md-6 {
        width: 100%;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .app-text {
        text-align: center;
    }

    .app-badge {
        display: flex;
        justify-content: center;
    }

        .copyright-text,
    .credit-text {
        text-align: center;
    }

    .credit-text {
        margin-top: 5px;
    }
}

/* ===============================
   TICKER
================================ */
/* ===============================
   APPAREL TICKER (FIXED & CLEAN)
================================ */

.apparel-ticker-wrapper {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
}

/* Smooth fade effect on edges (premium look 🔥) */
.apparel-ticker-wrapper::before,
.apparel-ticker-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
}

.apparel-ticker-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.apparel-ticker-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

.ticker-content {
    display: flex;
    white-space: nowrap;
}

/* IMPORTANT: duplicate content for smooth infinite scroll */
.ticker-track {
    display: flex;
    animation: apparel-scroll 75s linear infinite;
}

/* Prevent spacing bug */
.ticker-track p {
    display: flex;
    margin: 0;
    padding: 0;
}

.ticker-track span {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 40px;
    white-space: nowrap;
    margin-right: 40px;
}

/* ✅ FIXED COLOR (main bug here) */
.ticker-track span strong {
    color: var(--brand-primary); /* your orange */
}

/* Animation */
@keyframes apparel-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.apparel-ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {
    .apparel-ticker-wrapper {
        padding: 8px 0;
    }

    .ticker-track span {
        font-size: 11px;
        padding: 0 25px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
