* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none !important
}

/* General Sans */
@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Variable.eot');
    src:
        url('../fonts/GeneralSans-Variable.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
        url('../fonts/GeneralSans-Variable.woff') format('woff'),
        url('../fonts/GeneralSans-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: 'General Sans', Inter, sans-serif;
}

body {
    font-family: var(--font-primary);
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


:root {
    --secondary: #212121
}

.custom-tooltip {
    --bs-tooltip-bg: var(--primary)
}

.btn {
    padding: 10px 16px
}

.primary-btn {
    border: 1px solid var(--primary, #121212);
    background-color: var(--primary, #121212);
    color: #ffffff !important;
    border-radius: 2px;
    box-shadow: unset;
    transition: .2s;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
    background-color: var(--primary, #000000);
    border-color: var(--primary, #000000);
    color: #ffffff !important;
    opacity: 0.9;
}

.secondary-btn {
    color: var(--secondary);
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: unset;
    transition: .2s;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    display: inline-block
}

.secondary-btn:hover {
    background-color: #f2f2f2
}

.form-control {
    font-size: 15px;
    padding: 10px;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 8px
}

.form-control::placeholder {
    color: #c8c8c8
}

marquee {
    font-size: 16px;
    font-weight: 400
}

.ecom-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0
}

.header_section {
    z-index: 5;
    border-bottom: 1px solid #eee
}

.ecom-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.ecom-nav .navbar .navbar-nav .nav-item a {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px
}

.ecom-nav .navbar .navbar-nav .nav-item a:hover {
    color: var(--primary)
}

.ecom-nav .option-item {
    font-size: 14px;
    padding: 0 10px;
    justify-content: end;
    text-align: end
}

/* .ecom-nav .option-item svg {
    width: 20px;
    height: 20px;
    color: var(--secondary)
} */

.ecom-nav .option-item:hover svg {
    color: var(--primary)
}

.navbar-brand img {
    width: 180px
}

.header_search .form-control {
    background: hsl(220 15% 96%);
    font-weight: 400;
    font-size: 14px;
    color: #222;
    border-radius: 12px;
    border: none;
    width: 480px
}

.header_search .form-control::placeholder {
    color: #212121;
    font-weight: 500;
    font-size: 13px
}

.header_search .input-group-text {
    background: hsl(220 15% 96%);
    border-radius: 12px;
    padding-right: 0;
    border: none !important
}

.cart-btn {
    padding: 8px 15px;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: end;
    margin: 0 0 0 auto
}

.cart-btn span {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.cart-btn .cart-count {
    background: #fff;
    color: #000 !important;
    width: 20px;
    height: 20px;
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center
}

.shoppingModal .modal-content .modal-body {
    padding: 25px 15px
}

.shoppingModal .modal-content {
    border-radius: 0;
    border: none
}

.header_menu {
    border-bottom: 1px solid #E4E4E4;
    box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px;
    background: #f2f2f2;
}

.header_menu .nav-link {
    font-size: 16px;
    padding: 11px 15px !important;
    display: inline-block;
    color: #212121;
    white-space: nowrap
}


.shoppingModal.modal.right.fade.show .modal-dialog {
    right: 0
}

.shoppingModal.modal.right.fade .modal-dialog {
    right: -420px;
    transition: .3s linear, right .3s ease-out
}

.shoppingModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 400px;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0)
}

.shoppingModal .close {
    color: var(--secondary);
    transition: .2s;
    position: absolute;
    top: 11px;
    z-index: 1;
    background-color: transparent;
    border: none;
    right: 10px
}

.shoppingModal .title {
    font-size: 16px;
    font-weight: 600
}

.products-content h3 {
    line-height: 16px
}

.products-content a {
    font-size: 14px;
    text-transform: initial;
    margin-bottom: 5px;
    color: var(--secondary);
    font-weight: 600;
}

.products-image img {
    width: 60px
}

.products-cart {
    border-bottom: 1px solid #ededed;
    padding: 5px;
    width: 100% !important;
    background: #ffffff;
}

.products-price {
    color: var(--primary);
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 1px
}

.products-content .size {
    font-size: 12px;
    color: #6c6c6c
}

.products-cart-subtotal {
    font-size: 15px;
    color: #2d2d2d
}

.remove-btn {
    width: 30px;
    height: 30px;
    /* background: #dedede !important; */
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
}

#serchModal {
    z-index: 99999
}

#serchModal.modal.top.fade.show .modal-dialog {
    top: 0
}

#serchModal.modal.top.fade .modal-dialog {
    top: -420px;
    transition: opacity .3s linear, top .3s ease-out
}

#serchModal .modal-dialog {
    width: 100%;
    max-width: 100%
}

.search_result {
    padding: 0;
    background: #fff;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    border: 1px solid #eee;
    border-radius: 12px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 4;
    right: 0;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.search_item {
    border-bottom: 1px solid #eee;
    padding: 10px 10px
}

.search_item:hover {
    background-color: #f7f7f7
}

.product_info h3 {
    font-size: 16px
}

.product_info del {
    font-size: 14px;
    color: #ccc;
    margin-right: 10px
}

.product_info span {
    font-size: 14px;
    font-weight: 500
}

.mobile_nav span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_nav {
    z-index: 4
}

.mobile_nav a {
    width: 20%
}

.mobile_nav {
    display: flex;
    justify-content: space-between;
    width: 100%
}



.slider_sec {
    position: relative
}

.slider_sec .small-arrow {
    width: 42px;
    height: 42px;
    background: #fff3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    z-index: 1;
    opacity: 1
}

.slider_sec .small-arrow:hover {
    background-color: #f1f1f1
}

.slider_sec .small-arrow svg {
    color: #fff
}

.slider_sec .small-arrow:hover svg {
    color: #000
}

.slider_sec .small-arrow:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.slider_sec .carousel-control-prev.small-arrow {
    left: 15px
}

.slider_sec .carousel-control-next.small-arrow {
    right: 15px
}

.slider_sec .small-arrow .carousel-control-next-icon,
.slider_sec .small-arrow .carousel-control-prev-icon {
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    filter: invert(0)
}

.slider_sec .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    border: 1px solid #ffffff91;
    background: #ffffff91;
    opacity: 1;
    transition: all .3s ease
}

.slider_sec .carousel-indicators .active {
    background: #fff;
    border-color: #fff;
    opacity: 1;
    width: 25px
}

.banner-content h1 {
    margin-bottom: 12px;
    font-size: 45px;
    line-height: 1.1
}

.banner-content p {
    font-size: 16px
}

.owl-item.active .banner-content .sub-title {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .2s
}

.owl-item.active .banner-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .5s
}

.owl-item.active .banner-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .7s
}

.owl-item.active .banner-content .btn-box {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1.1s
}

.owl-carousel .owl-stage-outer {
    height: auto !important
}

.section_heading h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary)
}

.category_card {
    border: 1px solid #f0f0f0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.category_card .category_img_wrap {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #f5f5f5;
}

.category_card .category_img_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.25) 50%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.category_card:hover .category_img_wrap::after {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.30) 55%,
            rgba(0, 0, 0, 0) 100%);
}

.category_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

/* Swiper pre-initialization layout to prevent FOUC / big image blink */
.categoryCarousel:not(.swiper-initialized) .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    gap: 16px !important;
}

.categoryCarousel:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 64px) / 5) !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1200px) {
    .categoryCarousel:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 48px) / 4) !important;
    }
}

@media (max-width: 992px) {
    .categoryCarousel:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 32px) / 3) !important;
    }
}

@media (max-width: 767px) {
    .categoryCarousel:not(.swiper-initialized) .swiper-slide {
        width: calc((100% - 16px) / 2) !important;
    }
}

.category_card .card-body {
    border-top: 1px solid #f0f0f0
}

.category_card:hover img {
    transform: scale(1.06)
}

.category_card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff !important;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 8px;
    z-index: 4;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.category_card h4 a {
    color: #121212
}

.category_card span {
    font-size: .875rem;
    color: #777
}

.category_sec .swiper_next,
.category_sec .swiper_prev {
    width: 38px;
    height: 38px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.category_sec .swiper_next:hover,
.category_sec .swiper_prev:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.category_sec .swiper_next svg,
.category_sec .swiper_prev svg {
    width: 20px;
    height: 20px
}

.text_primary {
    color: var(--primary)
}

.category_sec .swiper-next,
.category_sec .swiper-prev {
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600
}

.category_sec .swiper-next svg,
.category_sec .swiper-prev svg {
    width: 20px;
    height: 20px
}

.product_card .product_name h3 {
    margin: 0;
    line-height: 20px;
    margin-bottom: 3px;
}

.product_card .product_name h3 a {
    font-size: 16px;
    color: var(--secondary);
    transition: all .2s ease
}

.product_card .product_name h3 a:hover {
    color: var(--primary)
}

.product_card .pro_price {
    font-size: 16px
}

.product_card .pro_price del {
    color: #999;
    margin-right: 5px
}

.product_card .pro_price span {
    color: var(--secondary);
    font-weight: 600;
    font-size: 15px;
}

.product_card .product_img {
    position: relative;
    overflow: hidden;
    transition: all .6s ease;
    will-change: transform, opacity
}

.product_card .product_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s ease;
    will-change: transform, opacity;
    backface-visibility: hidden
}

.product_card .product_img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all .6s ease .1s;
    will-change: transform, opacity
}

.product_card:hover .hover-img {
    opacity: 1;
    transform: translateY(0)
}

.product_card:hover .primary-img {
    opacity: 0;
    transform: translateY(-10px);
    transition: all .6s ease
}

.primary-btn.animation_btn.shake {
    animation: rsiShaker1 .86s cubic-bezier(.35, .06, .2, .98) forwards
}

@keyframes rsiShaker1 {

    0%,
    to {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.97, .97, .97) rotate(-1deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.03, 1.03, 1.03) rotate(1deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.03, 1.03, 1.03) rotate(-1deg)
    }
}

.pro_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0d6efd;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    z-index: 2
}

.pro_tag.discount {
    background: #ff5722
}

.product_card .size .form-check {
    display: inline-block;
    margin: 2px 2px;
    padding: 0
}

.product_card .size .form-check:first-child {
    margin: 0 !important
}

.size p {
    font-size: 14px
}

.product_card .form-check-label {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.product_card .form-check-input {
    padding: 0;
    margin: 0
}

.product_card .form-check-input:checked~.form-check-label {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary)
}

.product_card .form-check-label.out-of-stock,
.product_card .form-check-label.disabled {
    opacity: 0.5;
    text-decoration: line-through;
    background-color: #f1f1f1;
    color: #888;
    border-color: #ddd;
    position: relative;
}

.product_card .form-check-input:checked~.form-check-label.out-of-stock,
.product_card .form-check-input:checked~.form-check-label.disabled {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
    text-decoration: line-through;
}

.facility-area {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 32px 0;
}

.facility_card_modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 18px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.facility_card_modern:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.facility_icon_box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.facility_card_modern:hover .facility_icon_box {
    background: #0f172a;
    color: #ffffff;
}

.facility_title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
    line-height: 1.2;
}

.facility_desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.3;
}

.single-facility-box {
    position: relative;
    padding-left: 55px
}

.single-facility-box h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600
}

.single-facility-box p {
    margin: 0;
    font-size: 15px
}

.single-facility-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: var(--mainColor);
    font-size: 45px
}

.footer-area {
    border-top: 1px solid #1a1a1a;
    background: #000000 !important;
    padding: 30px 0 10px 0 !important;
    color: #a0a0a0;
}

.single-footer-widget {
    margin-bottom: 25px;
}

.single-footer-widget h3 {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
}

.single-footer-widget h3::before,
.single-footer-widget h3::after {
    display: none !important;
}

.single-footer-widget .link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .link-list li {
    margin-bottom: 10px;
}

.single-footer-widget .link-list li a {
    font-size: 16px;
    display: inline-block;
    color: #a3a3a3;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
}

.single-footer-widget .link-list li a:hover {
    color: #ffffff;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    display: block;
    margin-bottom: 14px;
    color: #a3a3a3;
    font-size: 13px;
    line-height: 1.6;
}

.single-footer-widget .footer-contact-info li .contact-label {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.single-footer-widget .footer-contact-info li .contact-val,
.single-footer-widget .footer-contact-info li a {
    color: #a3a3a3;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 16px;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #ffffff;
}

.social_media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social_media ul li {
    display: inline-block;
    margin: 0;
}

.social_media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #111111;
    border: 1px solid #222222;
    color: #b0b0b0;
    transition: all 0.25s ease;
    text-decoration: none;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.social_media ul li a svg {
    stroke: #b0b0b0;
    transition: stroke 0.25s ease;
    pointer-events: none;
}

.social_media ul li a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.social_media ul li a:hover svg {
    stroke: #000000;
}

.footer-bottom-area {
    background-color: #000000;
    color: #777777;
    font-size: 15px;
    border-top: 1px solid #1a1a1a;
    padding: 24px 0;
    margin-top: 40px;
}

.footer-developer .developer-link {
    color: #aaaaaa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-developer .developer-link:hover {
    color: #ffffff;
}

.single-contact-info-box {
    text-align: center;
    padding: 30px 20px
}

.single-contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 12px
}

.single-contact-info-box svg {
    stroke: var(--primary)
}

.single-contact-info-box p a {
    color: #696969;
    display: inline-block
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 4px
}

.contact-form h1 {
    font-size: 24px;
    font-weight: 500
}

.page-title-area {
    background-color: #f5f5f5;
    padding-top: 12px;
    padding-bottom: 12px;
}

.page-title-content ul li a {
    display: inline-block;
    color: var(--secondary);
    font-size: 15px
}

.page-title-content ul li a::before {
    content: "";
    position: absolute;
    right: -4px;
    top: -1px;
    z-index: 20;
    border-left: 9px solid #f5f5f5;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transition: 0.3s ease;
}

.page-title-content ul li a::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    z-index: 10;
    border-left: 10px solid #ccc;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: var(--primary);
    font-size: 15px;
    padding: 8px 12px;
}

.page-title-content ul li:first-child {
    margin-left: 0 !important
}

.cart-page .sec_heading .title {
    font-size: 18px;
    font-weight: 500;
    color: #212121
}

.cart_table {
    border: 1px solid #eee;
    border-radius: 8px !important;
    max-height: 500px;
    scrollbar-width: thin
}

.custom_table {
    border: 1px solid #eee;
    border-radius: 8px !important
}

th {
    border: none;
    background: #f7f7f7 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px !important
}

.cart_table .table-light {
    border-bottom: 1px solid #eee
}

td {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px !important
}

.cart_img {
    width: 100px;
    margin-right: 20px
}

.checkout-product {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto
}

.cart-page .products-image img {
    width: 100px
}

.cart-page .products-content a {
    font-size: 16px
}

.cart-page .products-content .size {
    font-size: 14px
}

.cart-page .products-price {
    font-size: 15px
}

.qty_option {
    position: relative;
    overflow: hidden;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0;
    height: 46px
}

.qty_option .input {
    font-size: 15px;
    height: 45px;
    width: 100px;
    text-align: center
}

.input-group-quantity {
    position: absolute;
    width: 30px;
    padding: 0;
    line-height: 22px;
    background: 0 0;
    border-radius: 0;
    top: -2px;
    right: 0
}

.input-group-quantity button {
    border: 1px solid #ddd;
    width: 30px;
    border-right: 0;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0 6px 0 0
}

.qty-minus {
    border-radius: 0 0 6px 0 !important
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    overflow: hidden
}

.custom-accordion .accordion-button {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
    padding: 18px 20px;
    border: none;
    border-radius: 10px;
    transition: all .3s ease
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.custom-accordion .accordion-button:focus {
    box-shadow: none
}

.custom-accordion .accordion-body {
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #eee;
    color: #555;
    font-size: 15px;
    line-height: 1.6
}

.shop_sidebar .section-title {
    font-size: 16px;
    position: relative;
    color: var(--secondary);
    background: #fafafa;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px
}

.shop_sidebar .offcanvas {
    width: 320px !important
}

.shop_sidebar .categories-wrap li a {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 500;
    display: block;
    padding: 5px 0;
    transition: all .2s ease
}

.shop_sidebar .categories-wrap li a:hover {
    color: var(--primary)
}

.categories-wrap .text-primary {
    color: var(--primary) !important
}

.testimonial-card {
    position: relative;
    border-bottom: 4px solid var(--lime-300);
    padding: 10px 10px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, .05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, .05);
    border: 1px solid #eee;
    width: 100% !important
}

.testimonial-content {
    border-bottom: 1px solid #edebe7
}

.testimonialCarousel {
    padding: 2px
}

.testimonial-feedback {
    color: #222;
    font-size: 16px;
    line-height: inherit
}

.testimonial-author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.testimonial-author-name {
    font-size: 16px;
    color: var(--secondary)
}

.testimonial-author-title {
    color: var(--secondary);
    font-size: 14px
}

.testimonial_sec .review_swiper_next,
.testimonial_sec .review_swiper_prev {
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.testimonial_sec .review_swiper_next:hover,
.testimonial_sec .review_swiper_prev:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.testimonial_sec .review_swiper_next svg,
.testimonial_sec .review_swiper_prev svg {
    width: 20px;
    height: 20px
}

.testimonial_sec .swiper-slide {
    display: flex;
    height: auto
}

.login_form a {
    color: #bb976d
}

.cartsuggestedItemCarousel .swiper-pagination {
    bottom: -5px !important;
    position: relative !important
}

.popUpsuggestedItemCarousel .swiper-pagination {
    bottom: -5px !important;
    position: relative !important
}

.swiper-pagination-bullet {
    background: var(--primary) !important
}

.swiper-pagination {
    z-index: 20;
    pointer-events: auto
}

.suggestedItemCarousel {
    background: #f5f5f5;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.suggested_products .products-cart {
    border-radius: 12px !important;
    padding: 12px !important
}

.suggested_products .products-content a {
    color: #2196f3
}

.order_success h2 {
    font-size: 30px;
    color: var(--secondary)
}

.order_success p {
    font-size: 16px
}

.best_deal {
    position: absolute;
    top: -1px;
    right: 3px;
    z-index: 5;
    background: linear-gradient(45deg, #ff9800, #ff5722);
    color: #fff;
    font-size: 11px;
    padding: 0 7px;
    border-radius: 4px;
    font-weight: 500
}

.modal-dialog-scrollable .modal-body {
    scrollbar-width: thin
}

.shoppingModal .modal-content {
    height: 100% !important
}

.offcanvas.checkoutModal {
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    min-height: calc(100vh - 20px);
    border-radius: 12px
}

.checkoutModal .modal-content {
    max-height: 100%;
    overflow: hidden;
    width: 500px;
    margin: auto
}

.shipping_method .shipping-method-card,
.payment_method_section .payment-method-card {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0
}

.shipping_method .shipping-method-card .form-check-input,
.payment_method_section .payment-method-card .form-check-input {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    margin: 0;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.shipping_method .shipping-method-card .form-check-label,
.payment_method_section .payment-method-card .form-check-label {
    min-height: 58px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 6px;
    border: 2px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.shipping_method .shipping-method-card .form-check-input:checked~.form-check-label,
.payment_method_section .payment-method-card .form-check-input:checked~.form-check-label {
    border-color: var(--primary);
    background: #fff;
}

.shipping-method-icon,
.payment-method-icon,
.free-delivery-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f3f6f9;
    color: var(--primary);
    flex: 0 0 auto
}

.payment-gateway-logo {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain
}

.shipping-method-copy,
.payment-method-copy,
.free-delivery-copy {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.shipping-method-name,
.payment-method-name,
.free-delivery-title {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere
}

.shipping-method-note,
.payment-method-note,
.free-delivery-text {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25
}

.shipping-method-price,
.payment-method-badge,
.free-delivery-price {
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: auto
}

.free-delivery-card {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #16a34a;
    border-radius: 8px;
    background: #f0fdf4;
    box-shadow: 0 0 0 1px rgba(22, 163, 74, .12)
}

.free-delivery-icon {
    background: #dcfce7;
    color: #15803d
}

@media screen and (max-width: 420px) {

    .shipping_method .shipping-method-card .form-check-label,
    .payment_method_section .payment-method-card .form-check-label,
    .free-delivery-card {
        align-items: flex-start
    }

    .shipping-method-icon,
    .payment-method-icon,
    .free-delivery-icon {
        width: 30px;
        height: 30px
    }

    .shipping-method-name,
    .payment-method-name,
    .free-delivery-title {
        font-size: 13px
    }

    .shipping-method-price,
    .payment-method-badge,
    .free-delivery-price {
        font-size: 12px;
        padding-top: 2px
    }
}

.order_summary li {
    font-size: 15px
}

.offcanvas-body {
    scrollbar-width: thin
}

.brand_sec .swiper-next,
.brand_sec .swiper-prev {
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.brand_sec .swiper-next:hover,
.brand_sec .swiper-prev:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.products-details-desc {
    z-index: 1
}

.products-details-desc h1 {
    font-size: 25px;
    font-weight: 700;
    color: var(--secondary)
}

.products-details-desc .pro_price {
    font-size: 16px
}

.products-details-desc .pro_price del {
    color: #999;
    margin-right: 5px
}

.products-details-desc .pro_price span {
    color: var(--secondary);
    font-weight: 600
}



.products-details-desc .products-info li span {
    color: #828893
}

.products-details-desc .products-info li a {
    color: var(--secondary)
}

.products-size-wrapper .form-check-label {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.products-size-wrapper .form-check-input {
    padding: 0;
    margin: 0
}

.products-size-wrapper .form-check-input:checked~.form-check-label {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary)
}

.products-size-wrapper .size .form-check {
    display: inline-block;
    margin: 2px 2px;
    padding: 0
}

.products-size-wrapper p {
    font-size: 15px
}

.products-details-desc .products-add-to-cart .input-counter {
    width: 120px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: var(--primary);
    background-color: #ffffff17
}

.products-add-to-cart .qty_option {
    width: 120px;
    margin: initial !important;
    border-radius: 5px;
    height: 48px
}

.products-add-to-cart .input-group-quantity {
    line-height: 24px;
    top: -3px
}

.products-details-tabs .nav {
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block
}

.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px
}

.products-details-tabs .nav .nav-item .nav-link.active,
.products-details-tabs .nav .nav-item .nav-link:hover {
    color: var(--secondary)
}

.products-details-tabs .nav .nav-item .nav-link {
    color: #868686;
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    outline: 0;
    box-shadow: none
}

.products-details-tabs .nav .nav-item .nav-link.active::before,
.products-details-tabs .nav .nav-item .nav-link:hover::before {
    width: 100%;
    transform: scale(1)
}

.products-details-tabs .nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary);
    bottom: -1px;
    transform: scale(0);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.product_details {
    font-size: 16px
}

.additional_details td {
    font-size: 16px;
    color: #555;
    padding: 15px 20px;
    vertical-align: middle
}

.related_swiper_next,
.related_swiper_prev,
.suggest_swiper_next,
.suggest_swiper_prev {
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.related_swiper_next:hover,
.related_swiper_prev:hover,
.suggest_swiper_next:hover,
.suggest_swiper_prev:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff
}

.related_swiper_next svg,
.related_swiper_prev svg,
.suggest_swiper_next svg,
.suggest_swiper_prev svg {
    width: 20px;
    height: 20px
}

.related-products .swiper-slide {
    display: flex;
    height: auto
}

.user_sidebar .nav-link {
    display: block;
    color: var(--secondary);
    font-size: 16px;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    padding: 12px 18px;
    transition: all .2s ease
}

.user_sidebar .nav-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.user_sidebar .user_info h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary)
}

.user_sidebar .nav-link.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.star-rating .bi-star-fill {
    color: #f1c40f
}

.star-rating .bi-star {
    color: #d1d5db
}

.review-header {
    display: flex;
    align-items: center;
    gap: 20px
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e9ecef
}

.review-date {
    color: #6c757d;
    font-size: .85rem
}

.review-stats {
    font-size: .85rem;
    color: #6c757d
}

.progress {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 5px
}

.progress-bar {
    border-radius: 5px
}

.review-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #212121
}

.review-card svg {
    width: 18px;
    height: 18px
}

.accordion-button {
    box-shadow: none !important;
    outline: 0 !important
}

.accordion-button:not(.collapsed) {
    background: #efefef;
    color: #000 !important
}

#checkoutModal .products-cart {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #f5f5f5;
}

.suggested_products .suggest_swiper_next,
.suggested_products .suggest_swiper_prev {
    width: 42px;
    height: 42px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 0 5px;
    color: var(--primary);
    font-weight: 600
}

.suggested_products .suggest_swiper_next svg,
.suggested_products .suggest_swiper_prev svg {
    width: 20px;
    height: 20px
}

.suggested_products .products-cart p {
    font-size: 13px
}

.suggested_products .products-cart label {
    font-size: 11px;
    padding: 0 10px
}

.suggested_products .secondary-btn {
    font-size: 13px
}

.close__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border: none;
    padding: 4px 13px;
    border-radius: 6px;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: none !important
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 101;
    border: none;
    color: #1c1c1c;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    background: #fff;
    justify-content: center;
    align-items: center
}

#scrollToTopBtn svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    margin: auto
}

.load_btn {
    font-size: 14px;
    border: 1px solid #ddd !important;
    color: #464646 !important;
}

.load_btn:hover {
    color: #000000 !important;
}

.load_btn span {
    display: inline-block;
    transition: transform .3s ease
}

.load_btn:hover span {
    transform: translateX(3px)
}

.pro_tag.out-of-stock {
    background: red;
    bottom: 17px;
    left: 11px !important;
    top: auto;
    left: auto;
}


.categories-wrap span {
    font-size: 15px
}

.categories-wrap label {
    cursor: pointer
}

.discount_offer img {
    width: 70px
}

.discount_offer {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}

/* Floating Cart Button Modern Luxury Dark Styling */
.cart_floating_amount {
    background: #09090b !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.cart_floating_amount:hover {
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
    background: #000000 !important;
}

.cart_floating_amount .item_badge {
    background: linear-gradient(180deg, #18181b 0%, #09090b 100%);
    position: relative;
    z-index: 1050;
    font-size: 13px;
    padding: 11px 14px;
    border-radius: 14px 14px 0 0;
    color: #ffffff;
    min-width: 80px;
    transition: all 0.3s ease;
}

.cart_floating_amount:hover .item_badge {
    background: linear-gradient(180deg, #27272a 0%, #18181b 100%);
}

.cart_floating_amount .item_badge i,
.cart_floating_amount .item_badge svg {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
    color: #f4f4f5;
    transition: transform 0.3s ease, color 0.3s ease;
}

.cart_floating_amount:hover .item_badge i,
.cart_floating_amount:hover .item_badge svg {
    transform: scale(1.15) rotate(-6deg);
    color: #fbbf24;
}

.cart_floating_amount .item_badge .cart-count {
    color: #fbbf24;
    font-weight: 800;
    font-size: 15px;
}

.cart_floating_amount .item_badge .count-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #a1a1aa;
    font-weight: 700;
}

.cart_floating_amount .price_badge {
    font-size: 12px;
    padding: 8px 8px;
    font-weight: 700;
    border-radius: 0 0 14px 14px;
    width: 100%;
    min-width: 80px;
    background: #000000;
    color: #ffffff;
    border-top: 1px solid #27272a;
    letter-spacing: 0.2px;
}

.cart_floating_amount .price_badge .subtotal {
    color: #ffffff;
    font-size: 12px;
}

.cart_floating_amount .price_badge .subtotal strong {
    color: #fff;
}

/* Mobile Responsive Floating Cart Button */
@media (max-width: 767.98px) {
    .cart_floating_amount {
        right: 8px !important;
        border-radius: 12px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    }

    .cart_floating_amount .item_badge {
        min-width: 62px !important;
        padding: 7px 6px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .cart_floating_amount .item_badge i,
    .cart_floating_amount .item_badge svg {
        width: 18px !important;
        height: 18px !important;
        margin-bottom: 2px !important;
    }

    .cart_floating_amount .item_badge .cart-count {
        font-size: 13px !important;
    }

    .cart_floating_amount .item_badge .count-label {
        font-size: 8.5px !important;
        letter-spacing: 0.4px !important;
    }

    .cart_floating_amount .price_badge {
        min-width: 62px !important;
        padding: 5px 4px !important;
        border-radius: 0 0 12px 12px !important;
    }

    .cart_floating_amount .price_badge .subtotal {
        font-size: 10.5px !important;
    }
}

.modal-backdrop.show {
    background: #000000b3;
    opacity: 1 !important;
    backdrop-filter: blur(3px)
}

.flashsale-tag {
    background: #d41f27;
    width: 47px;
    height: 62px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 93%, 70% 100%, 55% 93%, 40% 100%, 25% 93%, 12% 100%, 0% 93%);
}

.flashsale-tag span.value {
    font-size: 18px;
}

.flashsale-tag span.off {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.offer-nav-btn.discount-btn {
    background: #ff1a1a;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 13px !important;
    position: relative;
    font-size: 14px;
}

.offer-nav-btn.discount-btn:before {
    background: #ff1a1a;
    width: 37px;
    height: 33px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: -16px;
    content: "";
    clip-path: polygon(50% 0%, 61% 8%, 74% 4%, 81% 15%, 94% 18%, 92% 31%, 100% 50%, 92% 69%, 94% 82%, 81% 85%, 74% 96%, 61% 92%, 50% 100%, 39% 92%, 26% 96%, 19% 85%, 6% 82%, 8% 69%, 0% 50%, 8% 31%, 6% 18%, 19% 15%, 26% 4%, 39% 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.offer-badge {
    position: absolute;
    content: "";
    top: 0;
    right: -9px;
    z-index: 2;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.offer-nav-btn.bundle-btn {
    background: #5c1A19;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 4px 16px !important;
    position: relative;
}

.gift-box {
    position: absolute;
    top: -4px;
    right: -12px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.navbar-expand-md .offcanvas .offcanvas-body {
    justify-content: center;
}

.navbar-expand-md .navbar-nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.offer-text {
    z-index: 3;
    position: relative;
}

.category_control_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    display: grid;
    pointer-events: none;
}

.category_control_icon .swiper_prev,
.category_control_icon .swiper_next {
    pointer-events: auto;
}

.add_to_cart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.newsletter-box {
    border-radius: 8px;
}

.newsletter_sec {
    background: #f5f5f5;
    padding: 40px 0px;
}

.newsletter-label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #111;
}

.newsletter-title {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
}

.newsletter-form {
    max-width: 520px;
}

.newsletter-input-wrap {
    position: relative;
    border: 2px solid #111 !important;
    border-radius: 999px;
    background: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    height: 52px;
}

.newsletter-input {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 999px;
    padding: 14px 18px;
    height: 40px;
    font-size: 14px;
    background: transparent;
}

.newsletter-input::placeholder {
    color: #9ca3af;
}

.newsletter-btn {
    border: 0;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: .3s ease;
}

.newsletter-btn:hover {
    background: #000;
}

.newsletter-note {
    font-size: 12px;
    color: #8b8b8b;
    max-width: 430px;
    margin-inline: auto;
    line-height: 1.5;
}

.newsletter-note a {
    color: #7aa7d9;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .newsletter-title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {


    .newsletter-title {
        font-size: 25px;
    }

    .newsletter-input-wrap {
        flex-direction: column;
        border-radius: 24px;
        gap: 10px;
        padding: 10px;
    }

    .newsletter-input {
        width: 100%;
        height: 48px;
        padding: 4px 16px;
    }

    .newsletter-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .newsletter-input-wrap {
        height: auto;
    }

    .promo-content h2 {
        font-size: 18px;
    }
}

.purchased_notification {
    position: fixed;
    bottom: 75px;
    z-index: 9999;
    width: 100%;
    max-width: 370px;
    background: #fff;
    border: 2px solid #57c98b;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 9px;
}

.purchase-card-inner {
    gap: 14px;
    align-items: flex-start;
}

.purchase-thumb img {
    height: 70px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.purchase-content {
    min-width: 0;
    flex: 1;
}

.purchase-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.purchase-user {
    font-size: 14px;
    line-height: 1.4;
    color: #111;
    margin: 0;
}

.purchase-user span {
    font-weight: 500;
}

.purchase-meta {
    margin-top: 10px;
    gap: 10px;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

.verified-badge i {
    color: #18b663;
    font-size: 13px;
}

.purchase-time {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}

.close-notification {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #ff4d4f;
    color: #fff;
    font-size: 22px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-notification:hover {
    opacity: 0.9;
}

@media (max-width: 575.98px) {
    .purchased_notification {
        bottom: 20px;
        max-width: unset;
        width: auto;
        padding: 12px;
    }

    .purchase-thumb img {
        height: 68px;
        border-radius: 12px;
    }

    .purchase-title {
        font-size: 13px;
    }

    .purchase-user {
        font-size: 11px;
    }

    .verified-badge {
        font-size: 11px;
    }

    .purchase-time {
        font-size: 11px;
    }

    .verified-badge {
        gap: 4px;
    }

    .verified-badge i {
        font-size: 13px;
    }

    .purchase-card-inner {
        gap: 6px;
    }
}

.add_to_wishlist {
    position: absolute;
    top: 10px;
    right: 11px;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product_card:hover .add_to_wishlist {
    opacity: 1;
}

.shipping-offer {
    background: #2196f314;
    border: 1px solid #2196F3;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #0d6efd;
}

.shipping-offer.target-filled {
    border-color: #28a745 !important;
    background: rgba(40, 167, 69, 0.08) !important;
}


.promo-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 440px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.promo-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.promo-image {
    width: 55%;
    height: 340px;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-content {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.promo-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
    line-height: 1.3;
}

.promo-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.promo-btn {
    display: inline-block;
    color: #111;
    font-weight: 700;
    text-decoration: underline !important;
    font-size: 15px;
    transition: color 0.2s ease;
}

.promo-btn:hover {
    color: var(--primary, #000);
}

/* Mobile Responsiveness for Promo Banner */
@media (max-width: 767.98px) {
    .promo-banner {
        min-height: 320px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .promo-wrapper {
        justify-content: center;
    }

    .promo-content {
        max-width: 100%;
        padding: 24px 20px;
        text-align: center;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(6px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .promo-content h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .promo-content p {
        font-size: 13.5px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .promo-btn {
        font-size: 14px;
    }
}


/* ==========================================================================
   WATCH & SHOP VIDEO REEL SECTION
   ========================================================================== */
.video_reels_sec {
    position: relative;
}

.swiper_nav_btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f4f5;
    color: #18181b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #e4e4e7;
}

.swiper_nav_btn:hover {
    background: #18181b;
    color: #ffffff;
    border-color: #18181b;
}

.reel-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff !important;
    color: #111111 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.reel-carousel-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.reel-carousel-btn.prev-btn {
    left: 12px;
}

.reel-carousel-btn.next-btn {
    right: 12px;
}

.reel-card-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px !important;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.reel-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
}

.reel-media-wrap {
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
    overflow: hidden;
}

.reel-preview-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reel-views-badge {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.reel-play-overlay {
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.reel-play-icon {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.reel-card-item:hover .reel-play-overlay {
    opacity: 1;
}

.reel-card-body {
    padding: 10px 12px;
    background: #ffffff;
}

.reel-thumb-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 8px !important;
    border: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.reel-prod-title {
    font-size: 13px;
    color: #1f2937;
    margin-bottom: 2px;
}

.reel-prod-price {
    font-size: 14px;
    color: #111827;
}

.reel-card-add-cart-btn {
    background: #18181b !important;
    border-color: #18181b !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 7px 10px !important;
    transition: background-color 0.2s ease;
}

.reel-card-add-cart-btn:hover {
    background: #000000 !important;
}

/* ==========================================================================
   VIDEO REEL FULLSCREEN LIGHTBOX MODAL
   ========================================================================== */
.reel-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reel-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.reel-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.reel-modal-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1000001;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reel-modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.08);
}

.reel-modal-wrapper {
    position: relative;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 750px;
    padding: 15px;
}

.reel-modal-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.reel-modal-nav-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    /* transform: scale(1.1); */
}

.reel-modal-player-card {
    width: 390px;
    max-width: 90vw;
    height: 700px;
    max-height: 85vh;
    background: #000000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.reel-modal-video-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.reel-modal-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reel-modal-views-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 10;
}

.reel-modal-overlay-controls {
    position: absolute;
    bottom: 20px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.reel-modal-control-btn {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reel-modal-control-btn:hover {
    background: rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

.like-btn svg {
    color: #ef4444;
}

.reel-modal-product-banner {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.modal-prod-thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.modal-prod-title {
    font-size: 14px;
    color: #111827;
}

.modal-prod-price {
    font-size: 14px;
    color: #000000;
}

.modal-add-cart-btn {
    background: #18181b !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 13px !important;
    transition: background-color 0.2s ease;
}

.modal-add-cart-btn:hover {
    background: #000000 !important;
}

@media (max-width: 576px) {
    .reel-modal-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000002;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.55);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .reel-modal-prev-btn {
        left: 20px;
    }

    .reel-modal-next-btn {
        right: 20px;
    }

    .reel-modal-player-card {
        width: 100%;
        height: 80vh;
    }
}

.testimonialCarousel .swiper-wrapper,
.testimonialCarouselReverse .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.testimonial_sec {
    background-color: #f8fafc;
    padding-top: 36px;
    padding-bottom: 36px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.testimonial_card_modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    width: 100%;
}

.testimonial_card_modern:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
}

.testimonial_avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.testimonial_name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.testimonial_designation {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.star-rating {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.testimonial_body {
    margin-top: 12px;
    margin-bottom: 14px;
}

.testimonial_text {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.verified_buyer_tag {
    font-size: 11px;
    font-weight: 600;
    color: #16a34a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.category_card_modern {
    background: transparent;
    border: none;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
}

.category_card_modern .category_img_box {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.category_card_modern:hover .category_img_box {
    background: #f1f5f9;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.category_card_modern .category_img_box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.category_card_modern:hover .category_img_box img {
    transform: scale(1.08);
}

.category_card_modern .category_title_text {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
    letter-spacing: 0.5px;
    margin-top: 14px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.category_item_link:hover .category_title_text {
    color: #0b1022;
}

.category_item_link .category_arrow {
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
}

.category_item_link:hover .category_arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 767px) {

    .slider_sec .small-arrow,
    .brand_sec .swiper_prev,
    .brand_sec .swiper_next,
    .brand_sec .swiper-prev,
    .brand_sec .swiper-next,
    .testimonial_sec .review_swiper_prev,
    .testimonial_sec .review_swiper_next,
    .related_swiper_prev,
    .suggest_swiper_prev,
    .related_swiper_next,
    .suggest_swiper_next,
    .category_sec .swiper_prev,
    .category_sec .swiper_next,
    .reel_swiper_prev,
    .reel_swiper_next {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        line-height: 28px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .slider_sec .small-arrow svg,
    .brand_sec .swiper_prev i,
    .brand_sec .swiper_next i,
    .brand_sec .swiper_prev svg,
    .brand_sec .swiper_next svg,
    .testimonial_sec .review_swiper_prev i,
    .testimonial_sec .review_swiper_next i,
    .testimonial_sec .review_swiper_prev svg,
    .testimonial_sec .review_swiper_next svg,
    .related_swiper_prev i,
    .suggest_swiper_prev i,
    .related_swiper_next i,
    .suggest_swiper_next i,
    .related_swiper_prev svg,
    .suggest_swiper_prev svg,
    .related_swiper_next svg,
    .suggest_swiper_next svg,
    .category_sec .swiper_prev i,
    .category_sec .swiper_next i,
    .category_sec .swiper_prev svg,
    .category_sec .swiper_next svg,
    .reel_swiper_prev i,
    .reel_swiper_next i,
    .reel_swiper_prev svg,
    .reel_swiper_next svg {
        width: 14px !important;
        height: 14px !important;
    }
}

.mobile_bottom_nav_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    padding: 6px 0 8px 0;
}

.mobile_nav_grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile_nav_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #64748b !important;
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 0;
    transition: all 0.2s ease;
    position: relative;
}

.mobile_nav_item i,
.mobile_nav_item svg {
    width: 18px;
    height: 18px;
    margin-bottom: 3px;
    stroke-width: 1.8;
    transition: all 0.2s ease;
}

.mobile_nav_item:hover,
.mobile_nav_item.active {
    color: #0f172a !important;
    font-weight: 700;
}

.mobile_nav_item:hover i,
.mobile_nav_item:hover svg,
.mobile_nav_item.active i,
.mobile_nav_item.active svg {
    stroke: #0f172a !important;
    transform: translateY(-1px);
}

.mobile_nav_badge {
    position: absolute;
    top: 2px;
    right: 50%;
    margin-right: -16px;
    background: #0f172a;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}