.h-60px {
    height: 60px;
}

.h-80px {
    height: 80px;
}

.h-100px {
    height: 100px;
}

.h-400px {
    height: 400px;
}

.header-icon {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.label-input-field input,
.label-input-field textarea,
.label-input-field select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    outline: 0;
}

.label-input-field label {
    z-index: 1;
}

/* select 2 css */
.select2-container {
    width: auto;
    display: block;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}

.select2-dropdown {
    top: -4px;
    border-color: #e4e4e4;
}

.select2-container--open .select2-dropdown {
    left: -1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e4e4e4;
}

/* toastr */

#toast-container {
    z-index: 999999;
}

#toast-container>div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    border-radius: 0.3125rem;
}

[dir="rtl"] #toast-container>div {
    direction: rtl;
    background-position: center right 0.9375rem;
    padding: 15px 50px 15px 25px !important;
}

[dir="rtl"] #toast-container.toast-top-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-top-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-top-full-width#toast-container>div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container>div {
    left: 0;
    right: 0;
}

#toast-container>.toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

#toast-container.toast-bottom-full-width>div .toast-close-button,
#toast-container.toast-top-full-width>div .toast-close-button {
    top: 12px !important;
}

html:not([dir="rtl"]) #toast-container.toast-bottom-full-width>div .toast-close-button,
html:not([dir="rtl"]) #toast-container.toast-top-full-width>div .toast-close-button {
    right: 12px !important;
}

[dir="rtl"] #toast-container.toast-bottom-full-width>div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width>div .toast-close-button {
    left: 12px !important;
}

#toast-container>.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container [dir="rtl"]>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}

#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px;
}

#toast-container>.toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 25rem !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    height: 0.1875rem;
    background-color: #212b36;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

[dir="rtl"] .toast-progress {
    left: auto;
    right: 0;
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: 0.25rem;
    padding: 0.2rem 0.45rem !important;
    -webkit-transition: all 0.23s ease 0.1s;
    transition: all 0.23s ease 0.1s;
    opacity: 1 !important;
    line-height: 0.98;
}

html:not([dir="rtl"]) .toast-close-button {
    right: 0 !important;
}

[dir="rtl"] .toast-close-button {
    left: -7px !important;
    right: auto !important;
}

@media (max-width: 419.98px) {
    .toast {
        width: 300px !important;
    }
}

#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}

#toast-container>.toast-success,
#toast-container>.toast-success .toast-message a,
#toast-container>.toast-success .toast-message label {
    background-color: #ffffff !important;
    color: #20b250;
}

#toast-container>.toast-error,
#toast-container>.toast-error .toast-message a,
#toast-container>.toast-error .toast-message label {
    background-color: #ffffff !important;
    color: #e03a1d;
}

#toast-container>.toast-info,
#toast-container>.toast-info .toast-message a,
#toast-container>.toast-info .toast-message label {
    background-color: #ffffff !important;
    color: #0d5abf;
}

#toast-container>.toast-warning,
#toast-container>.toast-warning .toast-message a,
#toast-container>.toast-warning .toast-message label {
    background-color: #ffffff !important;
    color: #fcac00;
}

#toast-container>.toast-success .toast-close-button,
#toast-container>.toast-error .toast-close-button,
#toast-container>.toast-info .toast-close-button,
#toast-container>.toast-warning .toast-close-button {
    color: #ffffff !important;
}

/* toastr */

.address-delete-modal {
    max-width: 700px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.avatar-icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.vertical-product-card .card-btn {
    z-index: 1;
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .d-none-1399 {
        display: none !important;
    }
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.grecaptcha-badge {
    z-index: 99999;
    bottom: 140px !important;
}

.scroll-top-btn.active {
    bottom: 80px;
}

.object-fit-cover {
    object-fit: cover;
}

[data-bs-theme=light] .clr-scheme .topbar-info-right li a:not(.dropdown-menu a) {
    color: #fff !important
}

.topbar-info-right {
    gap: 30px;
}

.topbar-info-right li::before {
    left: -16px !important;
}

.pagination li .page-link {
    min-width: auto;
    height: auto;
    padding: 4px 12px !important;
}

.tt-custom-pagination {
    flex-wrap: nowrap;
    overflow-x: auto;
}

/* ==========================================
   JioMart-inspired Compact & Modern Styles
   ========================================== */

/* 1. Hide bulky background decoration shapes to speed up load time & clean the layout */
.leaf-shape,
.mango,
.hero-circle,
.roll-1,
.roll-2,
.garlic,
.carrot,
.mashrom,
.banner-section img.position-absolute {
    display: none !important;
}

/* 2. Compact Section Paddings (Reduce vast empty vertical spaces) */
.gshop-hero.pt-120 {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
}

.gshop-category-section.pt-120 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.featured-products.pt-120 {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
}

.trending-products-area.pt-8 {
    padding-top: 25px !important;
    padding-bottom: 35px !important;
}

.best-deals-section {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
}

.products-listing-section {
    padding-top: 25px !important;
    padding-bottom: 35px !important;
}

/* 3. Sleek Circular Category Carousel (Horizontally scrolling on mobile, elegant grid on desktop) */
.category-scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding: 10px 5px;
    -webkit-overflow-scrolling: touch;
}

.category-scroll-container::-webkit-scrollbar {
    display: none;
}

.category-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-circle-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90px;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.category-circle-card:hover {
    transform: scale(1.05);
}

.category-circle-img-wrap {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.category-circle-card:hover .category-circle-img-wrap {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-color: var(--bs-primary);
}

.category-circle-img-wrap img {
    width: 65%;
    height: 65%;
    object-fit: contain;
}

.category-circle-title {
    font-size: 13px;
    font-weight: 600;
    color: #333 !important;
    white-space: normal;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .category-circle-img-wrap {
        width: 68px;
        height: 68px;
    }

    .category-circle-card {
        width: 80px;
    }

    .category-circle-title {
        font-size: 11px;
    }
}

/* 4. Sleek Product Card Overrides (Clean borders, uniform heights, modern button) */
.vertical-product-card {
    border: 1px solid #f1f1f1 !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 12px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: none !important;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
}

.vertical-product-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06) !important;
    border-color: #ddd !important;
}

.vertical-product-card .thumbnail {
    padding: 0 !important;
    margin-bottom: 12px !important;
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
}

.vertical-product-card .thumbnail img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.vertical-product-card:hover .thumbnail img {
    transform: scale(1.05) !important;
}

.vertical-product-card .offer-badge {
    border-radius: 0 8px 8px 0 !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    top: 10px !important;
    z-index: 2 !important;
}

.vertical-product-card .card-content {
    padding: 0 !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.vertical-product-card .card-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #222 !important;
    margin-bottom: 6px !important;
    height: 38px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.vertical-product-card .price {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--bs-primary) !important;
    margin-bottom: 12px !important;
    margin-top: auto !important;
}

.vertical-product-card .card-btn {
    margin-top: auto !important;
    padding: 0 !important;
    background: transparent !important;
}

.vertical-product-card .card-btn .btn,
.vertical-product-card .card-content .btn {
    font-size: 12px !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    width: 100% !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: 1px solid #eaeaea !important;
    background-color: #fcfcfc !important;
    color: var(--bs-primary) !important;
    transition: all 0.2s ease-in-out !important;
}

.vertical-product-card .card-btn .btn:hover,
.vertical-product-card .card-content .btn:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

/* overlay hover buttons modern */
.vertical-product-card .product-btns {
    right: 8px !important;
    top: 8px !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    z-index: 3 !important;
}

.vertical-product-card:hover .product-btns {
    opacity: 1 !important;
}

.vertical-product-card .product-btns .rounded-btn {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
    background-color: #fff !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #eee !important;
    color: #666 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.vertical-product-card .product-btns .rounded-btn:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

@media (max-width: 576px) {
    .vertical-product-card {
        padding: 6px !important;
    }

    .swiper-slide .vertical-product-card {
        height: auto !important;
    }

    .vertical-product-card .thumbnail {
        height: 75px !important;
        margin-bottom: 4px !important;
    }

    .vertical-product-card .tt-category {
        display: none !important;
    }

    .vertical-product-card .card-title {
        font-size: 11px !important;
        height: 15px !important;
        -webkit-line-clamp: 1 !important;
        margin-bottom: 2px !important;
    }

    .vertical-product-card .price {
        font-size: 11px !important;
        margin-bottom: 2px !important;
        white-space: nowrap !important;
    }

    .vertical-product-card .price span {
        font-size: 11px !important;
    }

    .vertical-product-card .price small {
        font-size: 9px !important;
    }

    .vertical-product-card .card-btn {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: auto !important;
        top: 0 !important;
        width: auto !important;
        padding: 2px 8px 6px 8px !important;
    }

    .vertical-product-card .card-btn .btn {
        padding: 4px 2px !important;
        font-size: 9px !important;
    }

    .vertical-product-card .product-btns {
        opacity: 1 !important;
    }
}

/* 5. Compact Horizontal Product Card */
.horizontal-product-card {
    border: 1px solid #f1f1f1 !important;
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
}

.horizontal-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    border-color: #ddd !important;
}

.horizontal-product-card .thumbnail {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0 !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.horizontal-product-card .thumbnail img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

.horizontal-product-card .card-content {
    margin-top: 0 !important;
}

.horizontal-product-card .title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #222 !important;
}

.horizontal-product-card .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 4px !important;
}

.horizontal-product-card .explore-btn {
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: var(--bs-primary) !important;
}

/* 6. Sleek Banner Hover Effects */
.banner-section a {
    overflow: hidden !important;
    display: block !important;
    border-radius: 8px !important;
}

.banner-section img {
    border-radius: 8px !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.banner-section a:hover img {
    transform: scale(1.025) !important;
}

/* 7. Hero Slider Responsive Image Styling */
.hero-responsive-img {
    max-height: 380px !important;
    object-fit: contain !important;
}

@media (max-width: 991px) {
    .hero-responsive-img {
        max-height: 250px !important;
    }
}

/* 8. Scrollable Product Widgets (JioMart-style) */
.products-scroll-container {
    display: flex !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    gap: 15px !important;
    padding: 10px 5px !important;
    -webkit-overflow-scrolling: touch !important;
}

.products-scroll-container::-webkit-scrollbar {
    height: 6px !important;
}

.products-scroll-container::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 4px !important;
}

.products-scroll-container::-webkit-scrollbar-thumb {
    background: #dcdcdc !important;
    border-radius: 4px !important;
}

.products-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5 !important;
}

.products-scroll-item {
    flex: 0 0 200px !important;
    white-space: normal !important;
    display: inline-block !important;
    vertical-align: top !important;
}

@media (min-width: 768px) {
    .products-scroll-item {
        flex: 0 0 225px !important;
    }
}

.hero-full-banner {
    max-height: 420px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .hero-full-banner {
        max-height: 200px !important;
    }
}

@media (max-width: 576px) {
    .hero-full-banner {
        max-height: 140px !important;
    }
}

/* 9. Hero Slider Navigation Buttons (JioMart-style) */
.hero-slider-btn-prev,
.hero-slider-btn-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: all 0.2s ease-in-out !important;
}

.hero-slider-btn-prev:hover,
.hero-slider-btn-next:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
}

.hero-slider-btn-prev {
    left: 15px !important;
}

.hero-slider-btn-next {
    right: 15px !important;
}

@media (max-width: 576px) {

    .hero-slider-btn-prev,
    .hero-slider-btn-next {
        width: 32px !important;
        height: 32px !important;
    }

    .hero-slider-btn-prev {
        left: 5px !important;
    }

    .hero-slider-btn-next {
        right: 5px !important;
    }
}

/* Hide hero slider pagination dots */
.gshop-hero-slider-pagination,
.swiper-pagination {
    display: none !important;
}

/* 10. Product Swiper Navigation Buttons (JioMart-style) */
.products-carousel-wrapper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.products-carousel-swiper {
    position: relative;
    overflow: hidden !important;
}

.products-carousel-swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.products-carousel-prev,
.products-carousel-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: all 0.2s ease-in-out !important;
}

.products-carousel-prev:hover,
.products-carousel-next:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
}

.products-carousel-prev {
    left: -5px !important;
}

.products-carousel-next {
    right: -5px !important;
}

@media (min-width: 992px) {
    .products-carousel-prev {
        left: -18px !important;
    }

    .products-carousel-next {
        right: -18px !important;
    }
}

.products-carousel-prev.swiper-button-disabled,
.products-carousel-next.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 11. Compact & Clean Feedback Section */
.feedback-section.ptb-120 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.feedback-section .fd-1,
.feedback-section .fd-2,
.feedback-section .fd-3,
.feedback-section .fd-4,
.feedback-section .fd-5 {
    display: none !important;
}

.feedback-section .gshop-feedback-slider p {
    font-size: 0.9rem !important;
    margin-bottom: 12px !important;
    color: #495057 !important;
    line-height: 1.6 !important;
}

.feedback-section .gshop-feedback-thumb-slider .swiper-slide img {
    border: 3px solid #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
}

/* 12. Compact Blog Section */
.blog-section.pb-120 {
    padding-top: 35px !important;
    padding-bottom: 40px !important;
}

.blog-section h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #212529 !important;
}

.blog-section p {
    font-size: 0.85rem !important;
    color: #6c757d !important;
}

.blog-card-content p {
    margin-bottom: 12px !important;
}

/* 13. Compact Footer Settings */
.gshop-footer {
    padding-top: 35px !important;
}

.gshop-footer .vector-shape {
    display: none !important;
}

.gshop-footer .footer-widget h5 {
    margin-bottom: 15px !important;
}

.gshop-footer .footer-widget ul.footer-nav li {
    padding-bottom: 4px !important;
}

.gshop_subscribe_form .gshop-title {
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
}

.footer-copyright {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

/* 14. Logo-matching Theme Colors Override (Sky Blue & Navy Blue) */
:root,
[class*="clr-scheme"] {
    --primary-clr: 201 100% 40% !important;
    /* Sky Blue (#0082c9) */
    --secondary-clr: 207 100% 20% !important;
    /* Navy Blue (#003764) */

    --bs-primary: #0082c9 !important;
    --bs-primary-rgb: 0, 130, 201 !important;
    --bs-link-color: #0082c9 !important;
    --bs-link-hover-color: #003764 !important;
}

/* Override any default green/primary background lights or overlays */
.bg-primary-light {
    background-color: rgba(0, 130, 201, 0.1) !important;
}

.bg-azure-mist {
    background-color: #f0f7ff !important;
    /* Soft blue tint instead of soft green */
}

/* 15. Premium Footer Social Icons */
.footer-social-btns {
    display: flex;
    gap: 10px;
}

.footer-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.footer-social-btn.facebook:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.footer-social-btn.twitter:hover {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
}

.footer-social-btn.linkedin:hover {
    background-color: #0077b5 !important;
    border-color: #0077b5 !important;
}

.footer-social-btn.youtube:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

/* 16. Compact & Lightweight Products Page Layout overrides */
.gstore-breadcrumb.mt--50 {
    margin-top: 0 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.gstore-breadcrumb .vector-shape {
    display: none !important;
}

.gstore-breadcrumb .breadcrumb-content h2 {
    font-size: 1.5rem !important;
    margin-bottom: 4px !important;
    color: #212529 !important;
}

.gstore-breadcrumb .breadcrumb-item {
    font-size: 0.85rem !important;
}

.gshop-gshop-grid.ptb-120 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}

.listing-top.mb-5 {
    margin-bottom: 20px !important;
    padding: 15px 20px !important;
}

/* Compact Sidebar Widgets */
.gshop-sidebar .sidebar-widget {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.gshop-sidebar .sidebar-widget .widget-title h6 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
}

.gshop-sidebar .sidebar-widget .search-form,
.gshop-sidebar .sidebar-widget .widget-nav,
.gshop-sidebar .sidebar-widget .at-pricing-range,
.gshop-sidebar .sidebar-widget .d-flex.gap-2.flex-wrap {
    margin-top: 12px !important;
}

.gshop-sidebar .sidebar-widget.category-widget {
    max-height: 350px !important;
}

/* Perfect Grid Product Cards UI */
.vertical-product-card {
    border: 1px solid #eef1f6 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01) !important;
    border-radius: 8px !important;
    padding: 12px !important;
    background-color: #fff !important;
    transition: all 0.25s ease-in-out !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.swiper-slide .vertical-product-card {
    height: auto !important;
}

.vertical-product-card:hover {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 8px 24px rgba(0, 130, 201, 0.08) !important;
    transform: translateY(-2px) !important;
}

.vertical-product-card .thumbnail {
    padding: 8px !important;
    background-color: #fafbfc !important;
    border-radius: 6px !important;
    height: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.vertical-product-card .thumbnail img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
    margin: 0 auto !important;
}

.vertical-product-card:hover .thumbnail img {
    transform: scale(1.05) !important;
}

.vertical-product-card .card-content {
    padding: 10px 0 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.vertical-product-card .card-title {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #2b3445 !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
    height: 1.4em !important;
    /* Forces 1-line alignment height limit */
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.vertical-product-card .price {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: var(--bs-primary) !important;
    margin-bottom: 8px !important;
    white-space: nowrap !important;
}

.vertical-product-card .price span.h4,
.vertical-product-card .price span {
    font-size: 0.85rem !important;
}

.vertical-product-card .price small {
    font-size: 0.72rem !important;
}

.vertical-product-card .card-btn {
    padding-top: 10px !important;
    margin-top: auto !important;
}

.vertical-product-card .card-btn .btn-secondary,
.vertical-product-card .card-btn .btn {
    width: 100% !important;
    border-radius: 6px !important;
    font-size: 0.72rem !important;
    padding: 8px 4px !important;
    background-color: rgba(0, 130, 201, 0.05) !important;
    border: 1px solid rgba(0, 130, 201, 0.15) !important;
    color: var(--bs-primary) !important;
    font-weight: 600 !important;
    transition: all 0.2s ease-in-out !important;
}

.vertical-product-card .card-btn .btn-secondary:hover,
.vertical-product-card .card-btn .btn:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.vertical-product-card .offer-badge {
    border-radius: 4px !important;
    padding: 2px 6px !important;
    z-index: 2 !important;
    left: 8px !important;
    top: 8px !important;
}

/* 17. Clean Inline Breadcrumb styling */
.inline-breadcrumb {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.inline-breadcrumb a {
    transition: color 0.2s ease;
}

.inline-breadcrumb a:hover {
    color: var(--bs-primary) !important;
}

/* 18. Premium Authentication Pages UI */
.login-section {
    background-color: #f7f9fc !important;
    min-height: auto !important;
    height: auto !important;
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 25px !important;
    align-items: unset !important;
}

.tt-login-col.shadow {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05) !important;
    border-radius: 0 12px 12px 0 !important;
    border: 1px solid #eef1f6 !important;
    border-left: none !important;
}

.tt-login-img {
    border-radius: 12px 0 0 12px !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #eef1f6 !important;
    border-right: none !important;
}

@media (max-width: 991px) {
    .tt-login-col.shadow {
        border-radius: 12px !important;
        border: 1px solid #eef1f6 !important;
    }

    .tt-login-img {
        display: none !important;
    }
}

.tt-login-form-wrap {
    padding: 40px !important;
}

.tt-login-form-wrap .theme-input {
    border: 1px solid #dcdfe6 !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    transition: all 0.2s ease-in-out !important;
}

.tt-login-form-wrap .theme-input:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 3px rgba(0, 130, 201, 0.15) !important;
}

.tt-login-form-wrap .btn-primary {
    border-radius: 6px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

/* 19. Global Button Color Overrides (Force Brand Sky Blue) */
.btn-primary,
.btn-success,
.btn-secondary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
    transition: all 0.25s ease !important;
}

.btn-primary:hover,
.btn-success:hover,
.btn-secondary:hover,
.btn-primary:focus,
.btn-success:focus,
.btn-secondary:focus,
.btn-primary:active,
.btn-success:active,
.btn-secondary:active {
    background-color: #003764 !important;
    /* Secondary Navy Blue */
    border-color: #003764 !important;
    color: #fff !important;
}

.btn-outline-primary,
.btn-outline-success,
.btn-outline-secondary {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
    background-color: transparent !important;
    transition: all 0.25s ease !important;
}

.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-secondary:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
}

/* 19. Input / Select / Textarea – hover & focus in logo colour */

/* .theme-input class used on all auth & form inputs */
.theme-input:hover {
    border-color: #0082c9 !important;
}

.theme-input:focus {
    border-color: #0082c9 !important;
    box-shadow: 0 0 0 3px rgba(0, 130, 201, 0.15) !important;
    outline: none !important;
}

/* Bootstrap .form-control used on other pages */
.form-control:hover {
    border-color: #0082c9 !important;
}

.form-control:focus {
    border-color: #0082c9 !important;
    box-shadow: 0 0 0 3px rgba(0, 130, 201, 0.15) !important;
    outline: none !important;
}

/* Select2 dropdowns */
.select2-container--default .select2-selection--single:hover,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0082c9 !important;
    box-shadow: 0 0 0 3px rgba(0, 130, 201, 0.15) !important;
}

/* Generic fallback */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="range"]):not([type="color"]):hover,
select:hover,
textarea:hover {
    border-color: #0082c9 !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="range"]):not([type="color"]):focus,
select:focus,
textarea:focus {
    border-color: #0082c9 !important;
    box-shadow: 0 0 0 3px rgba(0, 130, 201, 0.15) !important;
    outline: none !important;
}

/* 20. Navbar link hover – override theme green with logo colour */
.gshop-navmenu ul li a:hover,
.gshop-navmenu ul li a:focus,
.gshop-navmenu ul li.active>a {
    color: #0082c9 !important;
}

/* Submenu item hover — keep indent but change colour */
.gshop-navmenu>ul>.has-submenu>ul li a:hover {
    color: #0082c9 !important;
}

/* Active / current page link */
.gshop-navmenu ul li.current-menu-item>a,
.gshop-navmenu ul li.current>a {
    color: #0082c9 !important;
}

/* Header top-bar links hover */
.header-top a:hover,
.header-top-right a:hover {
    color: #0082c9 !important;
}

/* 21. Categories dropdown – override green hover with logo colour */

/* "Categories" button in header */
.category-dropdown-btn:hover,
.category-dropdown-btn:hover span,
.category-dropdown-btn:focus {
    color: #0082c9 !important;
}

/* Category list items inside the dropdown panel */
.category-dropdown-menu li a:hover {
    color: #0082c9 !important;
    transform: translateY(-3px);
}

/* Subcategory items inside navbar submenu hover */
.gshop-navmenu>ul>.has-submenu>ul li a:hover,
.gshop-navmenu>ul>.has-submenu>ul li a:focus {
    color: #0082c9 !important;
}

/* "Categories ∨" text in the top nav */
.header-categories-btn:hover,
.header-categories-btn:focus {
    color: #0082c9 !important;
}

/* 22. Product card – always show Add to Cart / Out of Stock button */
.vertical-product-card .card-btn {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 16px 16px !important;
    box-shadow: none !important;
    margin-top: 8px !important;
    z-index: auto !important;
}

/* Keep card hover shadow but don't shift content */
.vertical-product-card:hover .card-btn {
    z-index: auto !important;
}

/* 23. Mobile bottom toolbar – force visible on mobile */
@media (max-width: 991.98px) {
    .mobile-toolbar {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        background: #fff !important;
        border-top: 1px solid #e9e9e9 !important;
    }

    /* Push page content up so it's not hidden behind fixed bar */
    body.mobile-toolbar-enabled {
        padding-bottom: 60px !important;
    }
}

/* 24. Comprehensive Dark Mode Contrast Fixes */
[data-bs-theme="dark"] .vertical-product-card {
    background-color: #0d1b2a !important;
    /* Deep navy card bg instead of bright white */
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .vertical-product-card .thumbnail {
    background-color: #08121d !important;
}

[data-bs-theme="dark"] .vertical-product-card .card-title {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .vertical-product-card .card-title a {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .vertical-product-card .card-btn .btn,
[data-bs-theme="dark"] .vertical-product-card .card-content .btn {
    background-color: #122234 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #0082c9 !important;
}

[data-bs-theme="dark"] .vertical-product-card .card-btn .btn:hover,
[data-bs-theme="dark"] .vertical-product-card .card-content .btn:hover {
    background-color: #0082c9 !important;
    border-color: #0082c9 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .horizontal-product-card {
    background-color: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .horizontal-product-card .thumbnail {
    background-color: #08121d !important;
}

[data-bs-theme="dark"] .horizontal-product-card .title {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .horizontal-product-card .title a {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .tt-address-info {
    background: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .checkout-radio {
    background: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .checkout-radio label {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .checkout-radio input[type="radio"]:checked+label,
[data-bs-theme="dark"] .checkout-radio input[type="checkbox"]:checked+label {
    color: #0082c9 !important;
}

[data-bs-theme="dark"] .cart-card,
[data-bs-theme="dark"] .summary-card {
    background: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .cart-tbl {
    background: #0d1b2a !important;
}

[data-bs-theme="dark"] .cart-tbl tbody tr {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .cart-tbl td {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .cart-tbl .product-name {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .cart-tbl .price-col,
[data-bs-theme="dark"] .cart-tbl .text-dark {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .summary-body td h5 {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .summary-body .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

[data-bs-theme="dark"] .summary-body .text-muted.fw-semibold {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .summary-body small.text-muted {
    color: rgba(255, 255, 255, 0.45) !important;
}

[data-bs-theme="dark"] .summary-body p.text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

[data-bs-theme="dark"] .summary-body td.text-end h5 {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .summary-body tr.border-top h5 {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .summary-body tr.border-top td.text-end h5 {
    color: #0082c9 !important;
}

[data-bs-theme="dark"] .coupon-wrap input {
    background: #122234 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .flag-btn,
[data-bs-theme="dark"] .tip-preset-btn {
    background: #122234 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .flag-btn.active,
[data-bs-theme="dark"] .tip-preset-btn.active {
    background: #0082c9 !important;
    border-color: #0082c9 !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .custom-tip-input {
    background: #122234 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

/* 25. Dark Mode Page Backgrounds & Section Contrast Fixes */
[data-bs-theme="dark"] body {
    background-color: #08121d !important;
}

[data-bs-theme="dark"] .cart-page,
[data-bs-theme="dark"] .checkout-section,
[data-bs-theme="dark"] .ab-about-section,
[data-bs-theme="dark"] .blog-details,
[data-bs-theme="dark"] .about-section,
[data-bs-theme="dark"] .about-us-section {
    background-color: #08121d !important;
    background: #08121d !important;
}

/* Force clean dark backgrounds on all cards that had white backgrounds */
[data-bs-theme="dark"] .bg-white {
    background-color: #0d1b2a !important;
}

/* Dynamic Page Card Fix */
[data-bs-theme="dark"] .blog-details .card {
    background-color: #0d1b2a !important;
    color: #eef1f6 !important;
}

/* Breadcrumb Dark Mode Support */
[data-bs-theme="dark"] .gstore-breadcrumb {
    background: #0b1420 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .gstore-breadcrumb .breadcrumb-content h2 {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .gstore-breadcrumb .breadcrumb-item a,
[data-bs-theme="dark"] .gstore-breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Cart & Checkout compact breadcrumbs inside page content */
[data-bs-theme="dark"] .cart-page h5,
[data-bs-theme="dark"] .checkout-section h5,
[data-bs-theme="dark"] .blog-details h5,
[data-bs-theme="dark"] .ab-about-section h5 {
    color: #ffffff !important;
}

/* About Us Page Dark Mode Elements */
[data-bs-theme="dark"] .ab-about-section h2,
[data-bs-theme="dark"] .ab-about-section p,
[data-bs-theme="dark"] .ab-about-section h4 {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .image-box-border {
    background-color: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-bs-theme="dark"] .image-box-border h4,
[data-bs-theme="dark"] .image-box-border p {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .horizontal-counter {
    background-color: #0d1b2a !important;
}

[data-bs-theme="dark"] .horizontal-counter h3,
[data-bs-theme="dark"] .horizontal-counter h6 {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .about-us-right h2,
[data-bs-theme="dark"] .about-us-right p {
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .horizontal-icon-box {
    background-color: #0d1b2a !important;
}

[data-bs-theme="dark"] .horizontal-icon-box h5,
[data-bs-theme="dark"] .horizontal-icon-box p {
    color: #eef1f6 !important;
}

/* Checkout Page Delivery Warning Alert in Dark Mode */
[data-bs-theme="dark"] .checkout-section .alert.alert-secondary {
    background-color: #2a1b0a !important;
    border-color: #b05000 !important;
    color: #ffb873 !important;
}

/* Instant Delivery option cream box background */
[data-bs-theme="dark"] #instant+.tt-address-info,
[data-bs-theme="dark"] .tt-address-content .tt-address-info {
    background: #0d1b2a !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #eef1f6 !important;
}

[data-bs-theme="dark"] .tt-custom-radio:checked+.tt-address-info {
    background: #11263d !important;
    border-color: #0082c9 !important;
    color: #ffffff !important;
}

/* Categories dropdown auto-width adjustment based on items */
@media (min-width: 768px) {
    .category-dropdown-box {
        width: max-content !important;
        min-width: 220px !important;
        max-width: 650px !important;
    }

    .category-dropdown-menu {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 16px 32px !important;
    }

    .category-dropdown-menu li {
        width: auto !important;
        min-width: 150px !important;
    }
}

/* Add margin below the products listing pagination */
.tt-custom-pagination {
    margin-bottom: 50px !important;
}

/* Ensure mobile button overrides are applied after all other stylesheets rules */
@media (max-width: 576px) {

    .vertical-product-card .card-btn .btn-secondary,
    .vertical-product-card .card-btn .btn {
        padding: 4px 2px !important;
        font-size: 8px !important;
    }

    .vertical-product-card .price {
        font-size: 10px !important;
        white-space: nowrap !important;
    }

    .vertical-product-card .price span.h4,
    .vertical-product-card .price span {
        font-size: 10px !important;
    }

    .vertical-product-card .price small {
        font-size: 8.5px !important;
    }
}

/* Align search icon in mobile bottom navigation bar */
#mobile-bottom-nav .dropdown.mobile-toolbar-item button.header-icon {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    line-height: 1 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Premium Subcategories Page Styles */
.category-hero-banner {
    position: relative;
    z-index: 1;
    min-height: 180px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.banner-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 55, 100, 0.45);
    z-index: 0;
}

.banner-text-container {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.max-w-600 {
    max-width: 600px;
}

.subcategory-card-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.subcategory-card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.subcategory-card:hover {
    transform: translateY(-5px);
    border-color: var(--bs-primary) !important;
    box-shadow: 0 10px 20px rgba(0, 130, 201, 0.08) !important;
}

.subcat-img-wrapper {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f9fc;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.subcategory-card:hover .subcat-img-wrapper {
    border-color: var(--bs-primary);
}

.subcat-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.subcategory-card:hover .subcat-thumbnail {
    transform: scale(1.08);
}

.subcat-card-title {
    font-size: 0.85rem !important;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.subcategory-card:hover .subcat-card-title {
    color: var(--bs-primary) !important;
}

/* Subcategories 7-column layout and mobile responsive overrides */
@media (min-width: 1200px) {
    .row-cols-xl-7>* {
        flex: 0 0 auto;
        width: 14.28571429%;
    }
}

@media (max-width: 576px) {
    .subcat-img-wrapper {
        width: 75px;
        height: 75px;
    }

    .subcat-card-title {
        font-size: 0.75rem !important;
    }

    .category-hero-banner {
        min-height: 140px;
        padding: 1.5rem !important;
    }
}

.subcategories-grid-area {
    padding-bottom: 20px !important;
}

/* Premium Contact Us Styling */
.premium-contact-container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-contact-left {
    background: linear-gradient(145deg, #0088cc 0%, #0055aa 100%) !important;
    border-radius: 20px 0 0 20px !important;
    padding: 3.5rem !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}
@media (max-width: 1200px) {
    .premium-contact-left {
        border-radius: 20px 20px 0 0 !important;
    }
}

.premium-contact-left h3 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.premium-contact-icon-box {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 1.2rem !important;
    transition: transform 0.3s ease, background 0.3s ease;
}

.premium-contact-item {
    transition: transform 0.2s ease;
}

.premium-contact-item:hover {
    transform: translateX(5px);
}

.premium-contact-item:hover .premium-contact-icon-box {
    transform: scale(1.15) rotate(5deg) !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.premium-social-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.premium-social-link:hover {
    background: #ffffff !important;
    color: #0055aa !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.premium-contact-right {
    padding: 3.5rem !important;
}

.premium-contact-right h3 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 2rem !important;
}

.premium-input-field {
    position: relative;
    margin-bottom: 1.5rem;
}

.premium-input-field label {
    font-weight: 600 !important;
    color: #475569 !important;
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

.premium-input-field input,
.premium-input-field textarea {
    width: 100% !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 0.85rem 1.25rem !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    outline: none !important;
    transition: all 0.3s ease !important;
}

.premium-input-field input:focus,
.premium-input-field textarea:focus {
    border-color: #0088cc !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(0, 136, 204, 0.1) !important;
}

.premium-radio-group {
    display: flex !important;
    gap: 1.2rem !important;
    flex-wrap: wrap !important;
    margin: 1.5rem 0 !important;
}

.premium-radio-card {
    position: relative !important;
    cursor: pointer !important;
}

.premium-radio-card input {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.premium-radio-card .radio-label-text {
    display: inline-block !important;
    padding: 0.65rem 1.3rem !important;
    background: #f1f5f9 !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    color: #475569 !important;
    transition: all 0.3s ease !important;
    user-select: none;
}

.premium-radio-card input:checked + .radio-label-text {
    background: rgba(0, 136, 204, 0.08) !important;
    border-color: #0088cc !important;
    color: #0088cc !important;
}

.premium-btn-submit {
    background: linear-gradient(135deg, #0088cc 0%, #0055aa 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 0.9rem 2.5rem !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2) !important;
}

.premium-btn-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.3) !important;
    background: linear-gradient(135deg, #0099dd 0%, #0066cc 100%) !important;
}