:root {
    --dr-black: #000000;
    --dr-white: #ffffff;
    --dr-green: #2e6905;
}

a {
    text-decoration: none !important;
}

a:hover {
    opacity: 0.8;
    color: var(--dr-green) !important;
}

/* ========================================================================== */
/* NAVBAR */
/* ========================================================================== */

.navbar-custom {
    background: var(--dr-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 0 !important;
}

.navbar-nav .nav-link {
    color: var(--dr-green) !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 20px;
}

.navbar-nav .nav-link:hover {
    opacity: 0.7;
}

.nav-logo-img {
    height: 50px;
    object-fit: contain;
}

.nav-icon-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    color: var(--dr-green);
}

.navbar-toggler-icon {
    color: var(--dr-green);
}

.icon-btn:hover {
    opacity: 0.7;
}

.navbar-custom .container {
    position: relative;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* ========================================================================== */
/* DESKTOP MEGA MENU */
/* ========================================================================== */

.navbar {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 70%;
    left: 38%;
    transform: translateX(-50%) translateY(20px);
    width: 50rem;
    height: 25rem;
    background: var(--dr-white);
    padding: 38px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 999;
}

.nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* COLUMN */

.mega-column h6 {
    font-size: 14px;
    color: #8c8c8c;
    letter-spacing: 1px;
    margin-bottom: 22px;
    font-weight: 500;
}

.mega-column ul li {
    margin-bottom: 18px;
}

.mega-column ul li:last-child {
    margin-bottom: 0;
}

.mega-column ul li a {
    color: var(--dr-black);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1.2;
}

.mega-column ul li a:hover {
    color: var(--dr-green);
    padding-left: 5px;
}

/* FEATURE CARD */

.mega-feature-card {
    background: #e7e7e7;
    padding: 15px;
    height: 100%;
}

.mega-feature-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 22px;
}

.mega-feature-card h4 {
    font-size: 16px;
    line-height: 1.2;
    color: var(--dr-black);
    margin-bottom: 14px;
    font-weight: 500;
}

.mega-feature-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #7f7f7f;
    margin-bottom: 8px;
}

.mega-feature-card a {
    color: #222;
    font-size: 18px;
    text-decoration: underline;
    transition: 0.3s;
}

.mega-feature-card a:hover {
    color: var(--dr-black);
}

/* ========================================================================== */
/* MOBILE OFFCANVAS */
/* ========================================================================== */

@media(max-width:991px) {

    /* NAVBAR */
    .navbar-custom {
        padding: 12px 0 !important;
    }

    .navbar-brand {
        position: static;
        transform: none;
    }

    .nav-logo-img {
        height: 34px;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 443px;
        height: 54rem;
        margin-top: 70px;
        background: #ffffff;
        z-index: 9999;
        padding: 14px 16px 20px;
        overflow-y: revert;
        transition: 0.4s ease;
        display: block !important;
        overflow: hidden;
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* TOP AREA */
    .mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 14px;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 18px;
    }

    .mobile-icons {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .mobile-icons button {
        border: none;
        background: transparent;
        padding: 0;
        color: #41751d;
        font-size: 14px;
    }

    .mobile-close {
        font-size: 18px !important;
    }

    /* NAV LINKS */
    .navbar-nav {
        margin-top: 0;
    }

    .navbar-nav .nav-item {
        margin-bottom: 14px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        color: #111 !important;
        margin-right: 0;
        padding: 0;
        font-weight: 400;
    }

    /* HIDE MEGA MENU */
    .mega-menu {
        display: none !important;
    }

    /* BOTTOM AREA */
    .mobile-bottom {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 18px;
        border-top: 1px solid #dedede;
        padding-top: 14px;
    }

    .mobile-search {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        color: #111;
        font-size: 13px;
    }

    .mobile-search i {
        font-size: 13px;
    }

    .mobile-small-text {
        font-size: 10px;
        color: #9a9a9a;
        line-height: 1.4;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-icon,
    .close-icon {
        font-size: 26px;
        color: #41751d;
    }
}

.header-cart-btn {
    border: none;
    background: transparent;
    position: relative;
}

/* BADGE */

.header-cart-badge {
    position: absolute;
    top: -7px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 50px;
    background: var(--dr-black);
    color: var(--dr-white);
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ==========================================================================
   NAV SECTION END
   ========================================================================== */

/* ==========================================================================
   Hero SECTION START
   ========================================================================== */
.hero-section {
    width: 100%;
    height: 100vh;
    min-height: 700px;
}

.hero-bg {
    background-image: url('https://images.unsplash.com/photo-1571019614242-c5c5dee9f50b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&q=80&w=2000');
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
}

.hero-video {
    object-fit: cover;
    object-position: center;
}

.hero-video::-webkit-media-controls {
    display: none !important;
}

.hero-title {
    font-size: 6rem;
    line-height: 0.95;
}

.hero-text {
    font-size: 1.2rem;
    max-width: 600px;
}

@media (max-width: 991px) {

    .hero-section {
        min-height: 600px;
    }

    .hero-title {
        font-size: 4.5rem;
    }

    .hero-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {

    .hero-section {
        min-height: 100vh;
        padding-top: 80px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-text {
        font-size: 0.95rem;
    }

    .btn-lg {
        width: 100%;
    }
}


.primary-image,
.secondary-image {
    transition: all 0.4s ease;
}

.secondary-image {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.ur-running-card:hover .secondary-image {
    opacity: 1;
}

.ur-running-card:hover .primary-image {
    opacity: 0;
}

.ur-running-swatch {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    display: inline-block;
    transition: all .25s ease;
    cursor: pointer;
}

.ur-running-swatch:hover {
    transform: scale(1.15);
}

.add-to-bag:hover {
    color: #fff !important;
}

.image-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.model-image {
    width: 100%;
    display: block;
}

.hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.circle-dot {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    position: relative;
}

.circle-dot::after {
    content: '';
    position: absolute;
    inset: -8px;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

/*.popup-box {*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    left: 0;*/
/*    min-width: 220px;*/
/*    background: #fff;*/
/*    color: #000;*/
/*    padding: 12px;*/
/*    border-radius: 10px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: .3s ease;*/
/*}*/

.hotspot:hover .popup-box {
    opacity: 1;
    visibility: visible;
}

/* DESKTOP HERO */

.desktop-hero {
    height: 100vh;
}

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

/* MOBILE HERO */

.mobile-hero {
    width: 100%;
    background: #000;
    margin-top: 73px;
}

.mobile-hero-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* OVERLAY */

.hero-overlay {
    background: rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
    Hero SECTION END
========================================================================== */

/* ==========================================================================
    INTERACTIVE FEATURE CARD START
========================================================================== */

.ur-card-container {
    height: 520px;
    cursor: pointer;
    background-color: #111;
}

.ur-card-bg-img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ur-card-container:hover .ur-card-bg-img {
    transform: scale(1.05);
}

.ur-card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.ur-card-text-main {
    font-size: 1.1rem;
    color: #e0e0e0;
}

.ur-card-hidden-wrapper {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.ur-card-container:hover .ur-card-hidden-wrapper {
    max-height: 80px;
    opacity: 1;
    visibility: visible;
}

.ur-card-action-btn {
    background-color: var(--dr-white) !important;
    color: var(--dr-black) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 0.95rem;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.ur-card-action-btn:hover {
    background-color: var(--dr-green) !important;
    color: var(--dr-white) !important;
    gap: 15px !important;
}

/* ==========================================================================
    INTERACTIVE FEATURE CARD END
========================================================================== */


/* ==========================================================================
    RUNNING PRODUCT LISTING SECTION START
========================================================================== */

.ur-running-heading {
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.5px;
}

.ur-running-card {
    background-color: var(--dr-white);
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.ur-running-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.ur-running-img-wrapper {
    height: 340px;
    background-color: #f7f7f7;
}

.ur-running-wishlist-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--dr-white);
    border: none;
    z-index: 10;
    color: var(--dr-black);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ur-running-wishlist-btn:hover {
    background-color: var(--dr-black);
    z-index: 10;
    color: var(--dr-white);
}

.ur-running-quick-add-btn {
    background-color: var(--dr-black);
    color: var(--dr-white);
    border: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease, visibility 0.35s ease;
}

.ur-running-card:hover .ur-running-quick-add-btn {
    transform: translateY(0);
    opacity: 1;
    padding: 10px;
    z-index: 10;
    visibility: visible;
}

.ur-running-quick-add-btn:hover {
    background-color: #222222;
}

.ur-running-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}

.ur-running-swatch.active {
    box-shadow: 0 0 0 1px var(--dr-white), 0 0 0 2px var(--dr-black);
}

.ur-running-title {
    color: #111111;
    font-size: 0.95rem !important;
}

.ur-running-desc {
    color: #666666 !important;
    font-size: 0.8rem !important;
    line-height: 1.4;
}

.ur-running-price {
    font-size: 0.95rem;
    color: #111111;
}

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

/* ==========================================================================
    RUNNING PRODUCT LISTING SECTION END
========================================================================== */

/* ==========================================================================
    Gallery SECTION start
========================================================================== */
.product-info {
    position: absolute;
    top: 27%;
    left: 28%;
    background: #fff;
    padding: 15px;
    width: 180px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.product-info p {
    color: #777;
    margin-bottom: 10px;
}

.add-to-bag {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
}

.add-to-bag:hover {
    color: var(--dr-white);
    background: var(--dr-green)
}

.center-icon {
    position: absolute;
    top: 55%;
    left: 45%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.center-icon i {
    font-size: 18px;
    color: #000;
}

.gallery-masonry {
    column-count: 3;
    column-gap: 8px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    break-inside: avoid;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: .5s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: .4s;
}

.gallery-item:hover .gallery-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.gallery-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: .4s;
}

.gallery-item:hover .gallery-icon {
    opacity: 1;
    transform: translateY(0);
}

.instagram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 15px;
    border-radius: 999px;
    text-decoration: none;
    background: linear-gradient(90deg,
            #7b2ff7 0%,
            #f107a3 100%);
    transition: 0.4s ease;
}

.instagram-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-icon i {
    color: #fff;
    font-size: 24px;
}

.instagram-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.instagram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(241, 7, 163, 0.35);
}

.instagram-btn:hover .instagram-icon i {
    transform: scale(1.1);
}


@media(max-width:767px) {

    .instagram-btn {
        padding: 16px 24px;
        gap: 10px;
    }

    .instagram-text {
        font-size: 1rem;
    }

    .instagram-icon i {
        font-size: 20px;
    }

}

.product-info,
.center-icon {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}

.gallery-item.active .product-info,
.gallery-item.active .center-icon {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .gallery-masonry {
        column-count: 3;
        column-gap: 4px;
    }

    .gallery-item {
        margin-bottom: 4px;
    }

    .gallery-icon {
        width: 32px;
        height: 32px;
        top: 8px;
        right: 8px;
    }

    .display-5 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .product-info {
        position: absolute;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
        width: 55%;
        padding: 5px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(6px);
        text-align: center;
        border-radius: 10px;
    }

    .product-info h4 {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .product-info p {
        font-size: 8px;
        margin-bottom: 8px;
    }

    .add-to-bag {
        font-size: 8px;
        padding: 7px;
        border-radius: 6px;
    }

    .center-icon {
        width: 30px;
        height: 30px;
        bottom: 40px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .center-icon i {
        font-size: 12px;
    }

    .gallery-item:hover .gallery-icon {
        opacity: 0;
    }
}

/* ==========================================================================
    Gallery SECTION  END
========================================================================== */

/* ==========================================================================
    Engineered SECTION  Start
========================================================================== */

.engineered-section {
    background: linear-gradient(to bottom right, #000000 0%, #000000 55%, #60605e 100%);
    overflow: hidden;
}

.engineered-heading {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}

.engineered-text {
    font-size: 20px;
    line-height: 1.7;
    color: #b5b5b5;
    margin-bottom: 45px;
    max-width: 520px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px;
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 18px;
    position: relative;
}

.feature-item:hover,
.feature-item.active {
    background: linear-gradient(to right, #171717, #0c0c0c);
}

.feature-item:hover .feature-icon,
.feature-item.active .feature-icon {
    background: #1b5f00;
}

.hotspot:hover .circle-dot {
    background: #2f8500;
    border-color: #2f8500;
    transform: scale(1.1);
}

.feature-item:hover~.image-area .circle-dot {
    background: #2f8500;
    border-color: #2f8500;
    transform: scale(1.1);
}

.feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #071600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.feature-icon i {
    color: #59d500;
    font-size: 24px;
}

.feature-item h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.feature-item p {
    color: #9e9e9e;
    font-size: 17px;
    margin-bottom: 0;
}

.image-area {
    position: relative;
    max-width: 700px;
    margin: auto;
}

.model-image {
    width: 100%;
    object-fit: cover;
}

.hotspot {
    position: absolute;
}

.circle-dot {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.12);
    display: block;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}

.circle-dot::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    animation: pulse 2s infinite;
}

.hotspot:hover .circle-dot {
    background: #2f8500;
    border-color: #2f8500;
    transform: scale(1.1);
}

/*.popup-box {*/
/*    position: absolute;*/
/*    left: 65px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: #fff;*/
/*    color: #222;*/
/*    padding: 14px 24px;*/
/*    white-space: nowrap;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: 0.4s;*/
/*}*/
.popup-box {
    position: absolute;
    left: -65px;
    top: -160%;
    transform: translateY(-50%);
    background: #fff;
    color: #222;
    padding: 14px 24px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.hotspot:hover .popup-box {
    opacity: 1;
    visibility: visible;
}

.popup-1 {
    top: 22%;
    left: 12%;
}

.popup-2 {
    top: 63%;
    left: 22%;
}

.popup-3 {
    top: 45%;
    right: 22%;
}

.popup-4 {
    top: 30%;
    right: 13%;
}

.circle-dot.active-hotspot {
    background: #2f8500;
    border-color: #2f8500;
    transform: scale(1.1);
}

@keyframes pulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }

}

@media(max-width:991px) {

    .engineered-heading {
        font-size: 42px;
    }

    .engineered-text {
        font-size: 16px;
    }

    .feature-item {
        padding: 18px;
    }

    .feature-item h5 {
        font-size: 18px;
    }

    .feature-item p {
        font-size: 15px;
    }

    .popup-box {
        font-size: 14px;
        padding: 12px 18px;
    }

    .popup-box {
        /* left: 50%;
        top: 65px; */
        left: 81%;
        top: -115px;
        transform: translateX(-50%);
        font-size: 14px;
        padding: 12px 18px;
        white-space: normal;
        width: max-content;
        max-width: 220px;
        text-align: center;
    }
}

/* ==========================================================================
    Engineered SECTION  END
========================================================================== */

/* ==========================================================================
    Performance SECTION  START
========================================================================== */


.performance-section {
    overflow: hidden;
}

.performance-image{
    overflow:hidden;
}

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


.performance-image{
    display:flex;
}

.performance-content {
    max-width: 580px;
}


.performance-heading {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.performance-text {
    font-size: 22px;
    line-height: 1.7;
    color: #7d7d7d;
    margin-bottom: 35px;
    max-width: 560px;
    margin-top: 40px;
}

.performance-list {
    margin-bottom: 45px;
}

.performance-list li {
    font-size: 20px;
    color: #000;
    margin-bottom: 22px;
    padding-left: 18px;
    position: relative;
    line-height: 1.6;
}

.performance-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.performance-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: .5px;
    transition: .4s;
}

.performance-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .4s;
}

.cart-count-badge {
    position: absolute;
    top: 1px;
    right: 3px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    z-index: 10;

}

.performance-btn:hover {
    background: var(--dr-green);
    color: #fff !important;
    gap: 20px;
}

.performance-btn:hover span {
    transform: translateX(5px);
}

@media(max-width:991px) {

    .performance-heading {
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .performance-text {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .performance-list li {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .performance-btn {
        width: 100%;
        justify-content: center;
        padding: 18px 24px;
        font-size: 15px;
    }

}

/* ==========================================================================
    Performance SECTION  END
========================================================================== */


/* ==========================================================================
    Collection SECTION  START
========================================================================== */
.collections-section {
    overflow: hidden;
}

.collections-heading {
    font-size: clamp(2.5rem, 5vw, 5rem);
    color: #000;
    margin-bottom: 10px;
}

.collection-card {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    cursor: pointer;
}

.collection-image {
    width: 100%;
    height: 540px;
    object-fit: cover;
    transition: 0.6s ease;
}

.collection-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.25) 45%,
            rgba(0, 0, 0, 0.05) 100%);
}

.collection-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
}

.collection-content h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.collection-content p {
    color: #d7d7d7;
    font-size: 14px;
    margin-bottom: 26px;
}

.collection-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 16px 28px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: 0.4s;
}

.collection-btn i {
    font-size: 1.2rem;
    transition: 0.4s;
}

.collection-btn:hover {
    background: var(--dr-green);
    color: #fff !important;
}

.collection-btn:hover i {
    transform: translateX(5px);
}

.collection-card:hover .collection-image {
    transform: scale(1.06);
}

@media(max-width:991px) {
    .collection-card {
        min-height: 460px;
    }

    .collection-image {
        height: 460px;
    }

    .collection-content h3 {
        font-size: 1.7rem;
    }

    .collection-content p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .collection-btn {
        padding: 14px 24px;
        font-size: 1rem;
    }
}

/* ==========================================================================
    Collection SECTION  END
========================================================================== */


/* ==========================================================================
    Momentum SECTION  START
========================================================================== */
.momentum-section {
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.momentum-heading {
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.momentum-text {
    font-size: 20px;
    line-height: 1.7;
    color: #7a7a7a;
    max-width: 980px;
    margin: auto;
}

.momentum-content {
    font-size: 14px;
}

.momentum-feature {
    padding: 10px 20px;
}

.feature-emoji {
    font-size: 2rem;
    margin-bottom: 24px;
}

.momentum-feature h4 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
}

.momentum-feature p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #8a8a8a;
}

.signup-box {
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    margin-top: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.signup-icon {
    width: 70px;
    height: 70px;
    margin: auto auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-icon i {
    font-size: 2.5rem;
    color: #356d14;
}

.signup-box h3 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
}

.signup-box p {
    font-size: 1.1rem;
    color: #8a8a8a;
    margin-bottom: 35px;
}

.signup-form {
    display: flex;
    gap: 15px;
}

.signup-form input {
    flex: 1;
    height: 68px;
    border: 1px solid #d8d8d8;
    padding: 0 24px;
    font-size: 1.1rem;
    outline: none;
    background: #f8f8f8;
}

.signup-form input::placeholder {
    color: #9e9e9e;
}

.signup-form button {
    height: 68px;
    border: none;
    background: #000;
    color: #fff;
    padding: 0 38px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.4s;
}

.signup-form button i {
    font-size: 1.2rem;
    transition: 0.4s;
}

.signup-form input:hover {
    border: 2px solid var(--dr-green);
}

.signup-form button:hover {
    background: var(--dr-green);
}

.signup-form button:hover i {
    transform: translateX(5px);
}

@media(max-width:991px) {

    .momentum-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .momentum-heading {
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .momentum-text {
        font-size: 1.1rem;
    }

    .momentum-feature h4 {
        font-size: 1.5rem;
    }

    .momentum-feature p {
        font-size: 1rem;
    }

    .signup-box {
        padding: 40px 25px;
        margin-top: 50px;
    }

    .signup-box h3 {
        font-size: 2rem;
    }

    .signup-box p {
        font-size: 1rem;
    }

    .signup-form {
        flex-direction: column;
    }

    .signup-form button {
        width: 100%;
        justify-content: center;
    }

    .signup-form input {
        height: 68px;
        padding: 20px 24px;
    }

}

/* ==========================================================================
    Momentum SECTION  END
========================================================================== */


/* ==========================================================================
    Strip SECTION  START
========================================================================== */
.features-strip {
    background: #000;
    padding: 55px 0;
    overflow: hidden;
}

.strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.strip-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0b2200;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: 0.4s;
}

.strip-icon i {
    color: #4fc100;
    font-size: 28px;
    transition: 0.4s;
}

.strip-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.strip-item:hover .strip-icon {
    background: #174400;
    transform: translateY(-4px);
}

.strip-item:hover .strip-icon i {
    transform: scale(1.1);
}

@media(max-width:991px) {

    .features-strip {
        padding: 45px 0;
    }

    .strip-item h5 {
        font-size: 1rem;
        white-space: normal;
    }

    .strip-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }

    .strip-icon i {
        font-size: 24px;
    }

    .strip-item {
        padding: 35px 0px;
    }

}

/* ==========================================================================
    Strip SECTION  END
========================================================================== */

/* ==========================================================================
    Support PAGE START
========================================================================== */

.support-section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.support-heading {
    font-size: clamp(2rem, 5vw, 1.7rem);
    line-height: 1.2;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 12px;
}

.support-subheading {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.support-card {
    background: #ffffff;
    text-align: center;
    padding: 20px 30px;
    height: 100%;
    transition: 0.4s;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.support-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e4e7de;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    transition: 0.4s;
}

.support-icon i {
    color: #3d7b12;
    font-size: 28px;
    transition: 0.4s;
}

.support-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.support-card p {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0;
    line-height: 1.6;
}

.support-card:hover .support-icon {
    background: #dce8d2;
}

.support-card:hover .support-icon i {
    transform: scale(1.1);
}

@media(max-width:991px) {

    .support-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .support-subheading {
        font-size: 1rem;
    }

    .support-card {
        padding: 40px 25px;
    }

    .support-card h4 {
        font-size: 1.5rem;
    }

    .support-card p {
        font-size: 1rem;
    }

}

.mini-cart-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .4);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;

}

.mini-cart-overlay.active {

    opacity: 1;
    visibility: visible;

}

.mini-cart-drawer {

    position: fixed;

    top: 0;
    right: 0;

    width: 420px;
    max-width: 100%;

    height: 100vh;

    background: #fff;

    z-index: 9999;

    transform: translateX(100%);

    transition: .35s ease;

    display: flex;
    flex-direction: column;

}

.mini-cart-drawer.active {

    transform: translateX(0);

}

.mini-cart-header {

    padding: 24px;

    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mini-cart-close {

    border: none;
    background: none;

    font-size: 2rem;

    line-height: 1;

}

.mini-cart-body {

    flex: 1;

    overflow-y: auto;

    padding: 24px;

}

.mini-cart-footer {

    border-top: 1px solid #eee;

    padding: 24px;

}

.mini-cart-subtotal {

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;

}

.mini-cart-btn {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 54px;

    border-radius: 999px;

    border: 1px solid #111;

    color: #111;

    text-decoration: none;

    margin-bottom: 12px;

    font-weight: 600;

}

.mini-cart-btn.dark {

    background: #111;
    color: #fff;

}

.mini-cart-item {

    display: flex;

    gap: 16px;

    margin-bottom: 24px;

}

.mini-cart-item img {

    width: 90px;
    height: 110px;

    object-fit: cover;

    border-radius: 14px;

}

.mini-cart-item-title {

    font-size: .95rem;
    font-weight: 600;

    margin-bottom: 8px;

}

.mini-cart-remove {

    border: none;
    background: none;

    padding: 0;

    color: red;

    font-size: .85rem;

}

.wishlist-count-badge {
    position: absolute;
    top: 2px;
    right: 38px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0 5px;
    z-index: 10;
}

/* ==========================================================================
    Support PAGE  END
========================================================================== */


/* ==========================================================================
   SHOP PAGE START
   ========================================================================== */

/* ==========================================================================
   SHOP PAGE  END
========================================================================== */

/* ==========================================================================
   ABOUT US PAGE START HERE
========================================================================== */
.custom-about-container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-inline: 60px;
}

.mb-120 {
    margin-bottom: 120px;
}

.about-hero-section {
    background: #000;
    padding: 180px 20px 170px;
    text-align: center;
}

.about-mini-title {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2e6905;
    margin-bottom: 26px;
}

.about-main-title {
    font-size: 5rem;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 34px;
}

.about-hero-text {
    max-width: 820px;
    margin: auto;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #cfcfcf;
    margin-bottom: 40px;
}

.about-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 58px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025rem;
    line-height: 1.25;
}

.about-hero-btn:hover {
    background: #2e6905;
    color: #fff !important;
}

.about-story-section {
    padding: 120px 0;
    background: #fff;
}

.about-image-large {
    overflow: hidden;
}

.about-image-large img {
    width: 100%;
    height: 900px;
    object-fit: contain;
}

.about-content-box {
    max-width: 560px;
}

.about-label {
    display: block;
    font-size: .875rem;
    letter-spacing: .1rem;
    color: #2e6905;
    line-height: 1.2rem;
    margin-bottom: 18px;
}

.about-section-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

.about-content-box p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.values-section {
    padding: 40px 0 120px;
}

.values-heading-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.values-main-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 3;

    color: #111;
}

.value-card {
    border: 1px solid #ececec;
    padding: 42px 28px;
    text-align: center;
    height: 100%;
}

.value-card:hover {
    border-color: #2e6905;
}

.value-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #eef5e8;
    color: #2e6905;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.text-accent {
    color: #2e6905;
}

.value-card h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 14px;
}

.value-card p {
    font-size: .875rem;
    line-height: 1.8;
}

/* STATS */

.stats-box {
    background: #f7f7f7;
    padding: 34px 20px;
    text-align: center;
}

.stats-box h4 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

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

.mission-section {
    padding: 140px 20px;
    text-align: center;
}

.mission-content {
    max-width: 920px;
    margin: auto;
}

.mission-content h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
    color: #111;
    margin-bottom: 30px;
}

.mission-content p {
    font-size: 1.5rem;
    line-height: 1.625;
    margin-bottom: 40px;
}

.mission-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 58px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .025;
    line-height: 1.25;
}

.mission-content a:hover {
    background: #2e6905;
    color: #fff !important;

}

@media(max-width:1199px) {

    .about-main-title {
        font-size: 74px;
    }

    .about-section-title {
        font-size: 52px;
    }

    .values-main-title {
        font-size: 52px;
    }

}

@media(max-width:991px) {

    .custom-about-container {
        padding-inline: 24px;
    }

    .about-main-title {
        font-size: 58px;
    }

    .about-section-title {
        font-size: 42px;
    }

    .mission-content h2 {
        font-size: 54px;
    }

}

@media(max-width:767px) {

    .custom-about-container {
        padding-inline: 16px;
    }

    .about-hero-section {
        padding: 130px 16px 120px;
    }

    .about-main-title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .about-hero-text {
        font-size: 17px;
    }

    .about-image-large img {
        height: auto;
        aspect-ratio: 3/4;
    }

    .about-section-title {
        font-size: 34px;
    }

    .values-main-title {
        font-size: 36px;
    }

    .mission-content h2 {
        font-size: 40px;
    }

    .mission-content p {
        font-size: 18px;
    }

}

/* ==========================================================================
   ABOUT US PAGE  END HERE
========================================================================== */

/* ==========================================================================
   ACCOUNT SECTION START HERE
   ========================================================================== */

.auth-section {
    min-height: 100vh;
    background: #fff;
    padding: 90px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* CONTAINER */

.auth-container {
    width: 100%;
    max-width: 520px;
}


.auth-title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    color: #111;
    margin-bottom: 42px;
}



.auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f3f3f3;
    margin-bottom: 36px;
}

.auth-tab-btn {
    height: 66px;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    transition: .2s ease;
}

.auth-tab-btn.active {
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 60px;
    margin-top: 2px;
}


.auth-card {
    border: 1px solid #e5e5e5;
    padding: 38px;
    background: #fff;
}


.auth-group {
    margin-bottom: 26px;
}

/* LABEL */

.auth-group label {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

/* INPUT */

.auth-group input {
    width: 100%;
    padding: 0.725rem;
    border: 1px solid #dddddd;
    background: #fff;
    font-size: 18px;
    color: #111;
    outline: none;
    box-shadow: none;
}

.auth-group input::placeholder {
    color: #9a9a9a;
}



.auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

/* REMEMBER */

.remember-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remember-wrap input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #000;
}

.remember-wrap label {
    font-size: 17px;
    color: #111;
    margin: 0;
}

/* FORGOT */

.forgot-link {
    font-size: 17px;
    color: #3b7416;
    text-decoration: none;
}

.forgot-link:hover {
    color: #3b7416;
    text-decoration: underline !important;

}


.auth-submit-btn {
    width: 100%;
    height: 62px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .2s ease;
}

.auth-submit-btn:hover {
    background: #111;
}



.auth-note {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #777;
    margin-top: 26px;
    margin-bottom: 0;
}



@media(max-width:767px) {

    .auth-section {
        padding: 70px 16px;
    }

    .auth-title {
        font-size: 48px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .auth-tab-btn {
        height: 58px;
        font-size: 20px;
    }

    .auth-card {
        padding: 24px;
    }

    .auth-group label {
        font-size: 16px;
    }

    .auth-group input {
        height: 56px;
        font-size: 16px;
    }

    .auth-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .auth-submit-btn {
        height: 56px;
        font-size: 16px;
    }

    .auth-note {
        font-size: 15px;
    }

}

/* ==========================================================================
   ACCOUNT SECTION END
   ========================================================================== */

/* ==========================================================================
   Bloge SECTION START
   ========================================================================== */
.blog-banner {
    height: 500px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
}

.blog-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog-excerpt {
    font-size: 20px;
    color: #777;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.blog-body {
    font-size: 18px;
    line-height: 1.9;
}

.blog-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {

    .blog-banner {
        height: 250px;
        margin-bottom: 40px;
    }

    .blog-title {
        font-size: 34px;
    }

    .blog-excerpt {
        font-size: 17px;
    }
}

/* ==========================================================================
   Bloge SECTION END
   ========================================================================== */

/* ==========================================================================
   Cart SECTION Start
   ========================================================================== */
.cart-page-section {
    padding: 110px 0 100px;
    background: #fff;
}

/* CONTAINER */

.cart-container {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-inline: 60px;
}

.cart-heading {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.cart-item {
    display: flex;
    gap: 24px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e7e7e7;
}

/* IMAGE */

.cart-product-image {
    width: 128px;
    min-width: 128px;
    height: 140px;
    overflow: hidden;
    background: #f4f4f4;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.cart-product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* TOP */

.cart-product-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* TITLE */

.cart-product-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

/* VARIANT */

.cart-product-variant {
    font-size: .875;
    line-height: 1.2;
    color: #7a7a7a;
}

/* REMOVE */

.cart-remove-btn {
    border: none;
    background: transparent;
    font-size: 1.600rem;
    font-weight: 500;
    line-height: 1.2;
    color: #8b8b8b;
    padding: 0;
}

/* BOTTOM */

.cart-product-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

/* QUANTITY */

.cart-quantity-box {
    width: 150px;
    height: 48px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 14px;
}

.cart-quantity-box button {
    border: none;
    background: transparent;
    font-size: 28px;
    color: #111;
}

.cart-quantity-box input {
    width: 40px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* PRICE */

.cart-product-price {
    font-size: 1.125rem;
    font-weight: 400;
    color: #111;
}

.cart-summary-box {
    background: #e5e5e5;
    padding: 38px;
    position: sticky;
    top: 120px;
}

/* TITLE */

.summary-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 34px;
}

/* ROW */

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.summary-row span {
    font-size: 1.125rem;
    color: #666;
}

.item-amount {
    font-size: 1.125rem;
    color: #000 !important;
    font-weight: 400;
}

/* DIVIDER */

.summary-divider {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 30px 0;
}

/* TOTAL */

.summary-row.total {
    margin-bottom: 34px;
}

.summary-row.total span {
    font-size: 1.125rem;
    color: #111;
    font-weight: 500;
}

/* BUTTONS */

.checkout-btn {
    display: flex;
    width: 100% !important;
    height: 62px;
    border: none;
    text-align: center;
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    transition: .25s ease;
    justify-content: center;
    align-items: center;
}

.checkout-btn:hover {
    background: #111;
}

.continue-shopping-btn {
    display: flex;
    width: 100%;
    height: 62px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    transition: .25s ease;
    align-items: center;
    justify-content: center;
}

.continue-shopping-btn:hover {
    background: #111;
    color: #fff;
}

@media(max-width:1399px) {

    .cart-heading {
        font-size: 58px;
    }

    .summary-title {
        font-size: 34px;
    }

}

@media(max-width:1199px) {

    .cart-product-price {
        font-size: 28px;
    }

}

@media(max-width:991px) {

    .cart-container {
        padding-inline: 24px;
    }

    .cart-summary-box {
        position: relative;
        top: 0;
    }

}

@media(max-width:767px) {

    .cart-page-section {
        padding: 90px 0 70px;
    }

    .cart-container {
        padding-inline: 16px;
    }

    .cart-heading {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .cart-item {
        flex-direction: column;
    }

    .cart-product-image {
        width: 100%;
        height: 320px;
    }

    .cart-product-title {
        font-size: 20px;
    }

    .cart-product-variant {
        font-size: 16px;
    }

    .cart-product-bottom {
        margin-top: 24px;
        align-items: center;
    }

    .cart-product-price {
        font-size: 24px;
    }

    .summary-title {
        font-size: 28px;
    }

    .summary-row span {
        font-size: 18px;
    }

    .summary-row.total span {
        font-size: 22px;
    }

    .checkout-btn,
    .continue-shopping-btn {
        height: 54px;
        font-size: 17px;
    }

}

/* ==========================================================================
    CART SECTION END
    ========================================================================== */

/* ==========================================================================
    Checkout SECTION Start
    ========================================================================== */
.checkout-summary {
    position: relative;
}

.checkout-summary-loader {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.checkout-loader-spinner {
    width: 42px;
    height: 42px;
    border: 3px solid #e5e5e5;
    border-top-color: #000;
    border-radius: 50%;
    animation: checkoutSpin .7s linear infinite;
}

@keyframes checkoutSpin {

    to {
        transform: rotate(360deg);
    }

}

.checkout-section {
    padding: 110px 0 100px;
    background: #fff;
}

/* CONTAINER */

.checkout-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-inline: 60px;
}

.checkout-title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    margin-bottom: 38px;
}

.shiping-info-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.summary-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.checkout-wizard {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 60px;
}

.wizard-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9a9a9a;
}

.wizard-step.active {
    color: #111;
}

.wizard-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.wizard-step.active .wizard-number {
    background: #2d6f08;
    color: #fff;
}

.wizard-line {
    width: 48px;
    height: 1px;
    background: #dcdcdc;
}

.checkout-card {
    border: 1px solid #e5e5e5;
    padding: 34px;
}

/* HEADER */

.checkout-card-header {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
}

.checkout-card-header svg {
    color: #2d6f08;
}

/* FORM */

.checkout-form label {
    display: block;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.checkout-form .form-control,
.checkout-form .form-select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none !important;
    font-size: 17px;
    padding: 0px 10px !important;
}

/* BUTTON */

.checkout-primary-btn {
    width: 100%;
    height: 62px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.checkout-secondary-btn {
    width: 100%;
    height: 62px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

/* NOTICE */

.payment-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7f7f7;
    padding: 18px;
    margin-bottom: 28px;
}

.payment-notice svg {
    color: #2d6f08;
    min-width: 18px;
}

.payment-notice span {
    color: #777;
    font-size: 15px;
}

/* ACTIONS */

.payment-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.checkout-summary {
    border: 1px solid #e5e5e5;
    padding: 34px;
    position: sticky;
    top: 120px;
}

/* TITLE */

.summary-heading {
    font-size: 42px;
    font-weight: 600;
    color: #111;
    margin-bottom: 34px;
}

/* PRODUCT */

.summary-product {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.summary-product h4 {
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.summary-product p {
    font-size: .75rem;
    color: #777;
    margin: 0;
}

.summary-product span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
}

/* DIVIDER */

.summary-divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 28px 0;
}

/* ROW */

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.summary-row span {
    font-size: .875rem;
    ;
    color: #666;
}

.summary-row-sub {
    color: #000 !important;
}

/* TOTAL */

.summary-row.total {
    margin-bottom: 0;
}

.summary-row.total span {
    font-size: 1.125;
    font-weight: 500;
    color: #111;
}

/* FOOTER */

.summary-footer {
    margin-top: 34px;
    background: #fafafa;
    padding: 22px;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}

.summary-footer p {
    font-size: .75rem;
}

@media(max-width:1199px) {

    .checkout-title {
        font-size: 58px;
    }

    .checkout-card-header h2 {
        font-size: 32px;
    }

    .summary-heading {
        font-size: 32px;
    }

}

@media(max-width:991px) {

    .checkout-container {
        padding-inline: 24px;
    }

    .checkout-summary {
        position: relative;
        top: 0;
    }

}

@media(max-width:767px) {

    .checkout-section {
        padding: 90px 0 70px;
    }

    .checkout-container {
        padding-inline: 16px;
    }

    .checkout-title {
        font-size: 42px;
        margin-bottom: 28px;
    }

    .checkout-wizard {
        margin-bottom: 40px;
    }

    .checkout-card {
        padding: 24px;
    }

    .checkout-card-header h2 {
        font-size: 24px;
    }

    .checkout-form .form-control,
    .checkout-form .form-select {
        height: 52px;
        font-size: 16px;
    }

    .payment-actions {
        grid-template-columns: 1fr;
    }

    .summary-heading {
        font-size: 28px;
    }

    .summary-product h4 {
        font-size: 18px;
    }

    .summary-product span {
        font-size: 18px;
    }

    .summary-row span {
        font-size: 18px;
    }

    .summary-row.total span {
        font-size: 24px;
    }

}

.stripe-card-element {
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    min-height: 52px;
}

.secure-payment-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

/* ==========================================================================
    Checkout SECTION End
    ========================================================================== */

/* ==========================================================================
    Collection Page START
========================================================================== */
.shop-hero {
    position: relative;
    height: 465px;
    background: #f5f5f51c;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efefef;
}

.shop-heading {
    letter-spacing: 2px !important;
    line-height: 1.05;
    font-weight: 600;
    opacity: 1;
    transform: none;
}

.shop-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

.shop-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: -8px;
}

.shop-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    color: #4b7a25;
    margin-bottom: 22px;
}

.shop-heading {
    font-size: 78px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    letter-spacing: -4px;
    margin-bottom: 26px;
}

.shop-text {
    font-size: 20px;
    line-height: 1.5;
    color: #7f7f7f;
    font-weight: 400;
    margin: 0;
}

@media(max-width:991px) {

    .shop-heading {
        font-size: 65px;
    }

}

/* ========================================================================== */
/* COLLECTION SECTION */
/* ========================================================================== */

.collection-section {
    overflow: hidden;
}

.collection-row {
    padding: 40px 0;
}

.collection-p-image-wrapper {
    position: relative;
    overflow: hidden;
}

.collection-p-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.6s ease;
}

.collection-p-image:hover {
    transform: scale(1.06)
}

.collection-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--dr-green);
    color: var(--dr-black);
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 16px;
    z-index: 2;
}

.collection-content-box {
    max-width: 520px;
    margin: auto;
}

.collection-label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #8da56f;
    margin-bottom: 4px;
}

.collection-section-title {
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1.1;
    font-weight: 400;
    color: #111;
    margin-bottom: 28px;
}


.collection-text {
    font-size: 18px;
    line-height: 1.9;
    color: #7d7d7d;
    margin-bottom: 28px;
}

.collection-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7c9c5b;
    font-size: 15px;
}

.collection-meta i {
    font-size: 18px;
}

.collection-divider {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin: 28px 0;
}

.collection-p-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .4s ease;
}

.collection-p-btn i {
    transition: .4s ease;
}

.collection-p-btn:hover {
    background: var(--dr-green);
    color: var(--dr-white);
}

.collection-p-btn:hover i {
    transform: translateX(4px);
}

@media(max-width:991px) {
    .collection-row {
        padding: 10px 0 30px;
    }

    .collection-content-box {
        max-width: 100%;
    }

    .collection-section-title {
        margin-bottom: 18px;
    }

    .collection-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .collection-p-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================================================== */
/* DECISION SECTION */
/* ========================================================================== */

.decision-section {
    background: #000;
    padding: 60px 0;
    overflow: hidden;
}

.decision-content {
    max-width: 760px;
    margin: auto;
}

.decision-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.decision-text {
    font-size: 18px;
    line-height: 1.7;
    color: #c7c7c7;
    margin-bottom: 42px;
}

.decision-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #fff;
    color: #111;
    text-decoration: none;
    padding: 20px 36px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: .4s ease;
}

.decision-btn i {
    font-size: 18px;
    transition: .4s ease;
}

.decision-btn:hover {
    background: var(--dr-green);
    color: var(--dr-white);
    transform: translateY(-2px);
}

.decision-btn:hover i {
    transform: translateX(4px);
}

@media(max-width:991px) {
    .decision-section {
        padding: 80px 0;
    }

    .decision-heading {
        margin-bottom: 18px;
    }

    .decision-text {
        font-size: 1rem;
        margin-bottom: 30px;
        line-height: 1.6;
    }

    .decision-btn {
        width: 100%;
        padding: 18px 24px;
    }
}

/* ==========================================================================
    Collection Page END
========================================================================== */

/* ==========================================================================
    Dashboard Page START
========================================================================== */

.custom-account-container {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding-inline: 22px;
}

.font-medium {
    font-size: 1.125rem;
    font-weight: 500;
}

.account-section {
    padding: 90px 0;
    background: #fff;
}

/* TITLE */

.account-title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 48px;
}

/* SIDEBAR */

.account-sidebar {
    padding: 24px;
}

/* USER */

.account-user-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2d6f08;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

/* MENU */

.account-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.account-menu a {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-inline: 18px;
    text-decoration: none;
    color: #111;
    font-size: 1.125rem;
    font-weight: 500;
    transition: .2s ease;
}

.account-menu a.active {
    background: #2d6f08;
    color: #fff;
}

/* CARD */

.account-card-title {
    font-size: 1.125rem;
    font-weight: 500;
}

/* LABEL */

.account-label {
    display: block;
    font-size: 16px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

/* VALUE */

.account-value {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
    margin: 0;
}

/* TAB CONTENT */

.account-tab-content {
    animation: fadeEffect .3s ease;
}

/* ORDER */
.order-card {
    border: 1px solid #d8d8d8;
    padding: 28px 24px;
    margin-bottom: 16px;
    transition: .2s ease;
}

.order-card:hover {
    border-color: #2d6f08;
}

/* NUMBER */

.order-number {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* DATE */

.order-date {
    font-size: 16px;
    color: #7b7b7b;
}

/* ITEMS */

.order-items {
    font-size: 16px;
    color: #7b7b7b;
}

/* STATUS */

.order-status {
    height: 38px;
    padding-inline: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* DELIVERED */

.order-status.delivered {
    background: #edf3e8;
    color: #2d6f08;
}

/* TRANSIT */

.order-status.transit {
    background: #e8f0ff;
    color: #2458ff;
}

/* PRICE */

.order-price {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
}

/* LINK */

.order-details-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2d6f08;
    text-decoration: none;
}

.settings-form-wrap {
    max-width: 450px;
}

/* LABEL */

.settings-label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

/* INPUT */

.settings-input {
    width: 100%;
    height: 54px;
    border: 1px solid #dddddd;
    padding-inline: 16px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    background: #fff;
}

/* BUTTON */

.settings-btn {
    height: 52px;
    padding-inline: 34px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .2s ease;
}

.settings-btn:hover {
    background: #111;
}

/* CHECKBOX */

.settings-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.settings-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-radius: 2px;
    cursor: pointer;
}

.settings-check .form-check-label {
    font-size: 17px;
    color: #111;
    cursor: pointer;
}

@media(max-width:767px) {

    .settings-form-wrap {
        max-width: 100%;
    }

    .settings-check .form-check-label {
        font-size: 15px;
        line-height: 1.5;
    }

    .settings-btn {
        width: 100%;
    }

}

@media(max-width:991px) {

    .order-price {
        font-size: 26px;
    }

}

@media(max-width:767px) {

    .order-card {
        padding: 22px 18px;
    }

    .order-number {
        font-size: 18px;
    }

    .order-price {
        font-size: 24px;
    }

    .order-details-link {
        font-size: 16px;
    }

}

/* FORM */

.form-control {
    height: 58px;
    border: 1px solid #dddddd;
    box-shadow: none !important;
}

/* ANIMATION */

@keyframes fadeEffect {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

@media(max-width:991px) {

    .account-title {
        font-size: 52px;
    }

    .account-value {
        font-size: 24px;
    }

}

@media(max-width:767px) {

    .account-section {
        padding: 70px 0;
    }

    .account-title {
        font-size: 42px;
        letter-spacing: -2px;
        margin-bottom: 34px;
    }

    .account-card-title {
        font-size: 28px;
    }

    .account-value {
        font-size: 20px;
    }

    .account-menu a {
        font-size: 1.125rem;
        height: 54px;
    }

}

/* ==========================================================================
    Dashboard Page END
========================================================================== */

/* ==========================================================================
    Product Detail Page START
========================================================================== */
.detail-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 1rem;
}

.review-modal-dialog {
    max-width: 950px;
}

.review-modal-content {
    border-radius: 32px;
    background: #fff;
    overflow: hidden;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, .08),
        0 30px 80px rgba(0, 0, 0, .12);
}

.review-modal-body {
    padding: 40px;
}

.review-modal-content .modal-header {
    padding: 32px 40px 0;
}

.review-modal-content .modal-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.review-modal-content .text-muted {
    font-size: .95rem;
}

.review-modal-content .form-label {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.review-modal-content .form-control,
.review-modal-content .form-select {
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    min-height: 56px;
    padding: 14px 18px;
    font-size: .95rem;
    transition: .25s ease;
    box-shadow: none !important;
}

.review-modal-content textarea.form-control {
    min-height: 140px;
    resize: none;
}

.review-modal-content .form-control:focus,
.review-modal-content .form-select:focus {
    border-color: #000;
}

.review-rating-select {
    display: flex;
    gap: 14px;
}

.rating-star {
    border: none;
    background: none;
    font-size: 2.3rem;
    color: #d4d4d4;
    cursor: pointer;
    transition: .2s ease;
    padding: 0;
    line-height: 1;
}

.rating-star:hover,
.rating-star.active {
    color: #000;
    transform: scale(1.08);
}

.fit-selector {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.fit-selector button {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: .92rem;
    transition: .25s ease;
}

.fit-selector button:hover,
.fit-selector button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.review-modal-content .form-range {
    margin-top: 10px;
}

.review-modal-content .btn-dark {
    height: 58px;
    border-radius: 999px;
    font-size: .95rem;
    font-weight: 600;
    padding: 0 40px;
    transition: .25s ease;
}

.review-modal-content .btn-dark:hover {
    transform: translateY(-2px);
}

.review-modal-content .btn-close {
    opacity: 1;
    transform: scale(1.1);
}

.review-modal-content input[type="file"] {
    padding: 16px;
    background: #fafafa;
}

.review-modal-content .row {
    --bs-gutter-x: 20px;
}

@media(max-width:768px) {

    .review-modal-body {
        padding: 24px;
    }

    .review-modal-content .modal-header {
        padding: 24px 24px 0;
    }

    .review-modal-content .modal-title {
        font-size: 1.5rem;
    }

}

.product-detail-section {
    padding: 110px 0 60px;
    background: #fff;
    overflow-x: hidden;
}

.custom-product-container {
    width: 100%;
    max-width: 1440px;
    padding-inline: 60px;
    margin: auto;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.product-breadcrumb a,
.product-breadcrumb span {
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
}

.product-breadcrumb .active {
    color: #111;
}

.product-main-image {
    width: 100%;
    height: 820px;
    overflow: hidden;
    background: #f4f4f4;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
    width: 100%;
}

.thumbnail-item {
    width: 100%;
    height: 180px;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
    transition: .25s ease;
}

.thumbnail-item.active {
    border-color: #111;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-item img {
    transition: transform .35s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.04);
}

.product-detail-content {
    padding-left: 10px;
}

.detail-category {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #7d7d7d;
    margin-bottom: 12px;
}

.detail-title {
    font-size: 3.5rem;
    line-height: .95;
    font-weight: 500;
    color: #111;
    margin-bottom: 18px;
    letter-spacing: 2px;
}

.product-reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.review-stars {
    color: #3f7f20;
    font-size: 16px;
}

.product-reviews span {
    color: #8b8b8b;
    font-size: 14px;
}

.detail-price {
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 28px;
}

.detail-description {
    font-size: 18px;
    line-height: 1.8;
    color: #6f6f6f;
    margin-bottom: 34px;
}

.product-option-block {
    margin-bottom: 28px;
}

.option-title {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin-bottom: 16px;
}

.detail-colors {
    display: flex;
    gap: 14px;
}

.detail-color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.detail-color.black {
    background: #111;
}

.detail-color.beige {
    background: #cbb48c;
}

.detail-color.navy {
    background: #24457a;
}

.detail-color.active::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid #111;
}

/* DIVIDER */

.detail-divider {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin-bottom: 28px;
}

/* SIZE */

.size-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.size-header span {
    font-size: 15px;
    font-weight: 500;
}

.size-header a {
    color: #4b7b29;
    text-decoration: none;
    font-size: 14px;
}

.size-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.size-option {
    width: 100%;
    height: 52px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 16px;
    transition: .25s ease;
}

.size-option.active,
.size-option:hover {
    border-color: #111;
}

/* QUANTITY */

.quantity-box {
    width: 160px;
    height: 52px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 16px;
}

.quantity-box button {
    border: none;
    background: transparent;
    font-size: 28px;
}

.quantity-box input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 18px;
}

/* ACTIONS */

.product-actions {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.add-cart-btn {
    flex: 1;
    height: 56px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.add-cart-btn:hover {
    background: #2e6905;
}

.wishlist-action {
    width: 56px;
    height: 56px;
    border: 1px solid #111;
    background: #fff;
    font-size: 24px;
}

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

/* FEATURES */

.product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 40px;
}

.feature-box {
    border: 1px solid #e4e4e4;
    padding: 24px 12px;
    text-align: center;
}

.feature-icon {
    font-size: 24px;
    margin-bottom: 12px;
}

.feature-title {
    font-size: 14px;
    color: #111;
}

.product-detail-list {
    margin: 0;
    padding-left: 18px;
}

.product-detail-list li {
    margin-bottom: 0px !important;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.product-detail-list li::marker {
    color: #3f7f20 !important;
}

/* FOOTER */

.accordion-footer {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e7e7e7;
}

.accordion-footer p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 8px;
}

.accordion-footer p span {
    font-weight: 600;
    color: #111;
}

.product-accordion {
    margin-top: 28px;
}

.product-accordion .accordion-item {
    border-radius: 0;
    border: 1px solid #e4e4e4;
}

.product-accordion .accordion-button {
    background: #fff;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 18px;
}

.product-accordion .accordion-body {
    padding-top: 0;
}

.product-accordion ul {
    margin: 0;
    padding-left: 18px;
}

.product-accordion li {
    margin-bottom: 12px;
    color: #666;
    line-height: 1.7;
}

.accordion-header {
    background: #eee;
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-button:hover {
    background: #eee !important;
}

@media(max-width:1199px) {

    .detail-title {
        font-size: 52px;
    }

    .size-option {
        width: 74px;
    }

}

@media(max-width:991px) {

    .custom-product-container {
        padding-inline: 24px;
    }

    .product-main-image {
        height: 650px;
    }

    .product-detail-content {
        padding-left: 0;
        margin-top: 40px;
    }

}

@media(max-width:767px) {

    .custom-product-container {
        padding-inline: 16px;
    }

    .detail-title {
        font-size: 38px;
        line-height: 1.05;
        letter-spacing: -1px;
    }

    .product-main-image {
        height: 500px;
    }

    .product-thumbnails {
        overflow-x: auto;
    }

    .thumbnail-item {
        min-width: 90px;
        height: 90px;
    }

    .size-grid {
        flex-wrap: wrap;
    }

    .product-features {
        grid-template-columns: 1fr;
    }

}

.customer-reviews-section {
    padding: 90px 0 80px;
    background: #fff;
}

.reviews-container {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding-inline: 40px;
}

.inside-review-container {
    padding: 0px 100px
}

/* DIVIDER */

.review-divider {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
}

/* HEADING */

.reviews-heading {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-top: 60px;
    margin-bottom: 55px;
    letter-spacing: -2px;
}

/* REVIEW ITEM */

.review-item {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ececec;
}

/* STARS */

.review-stars {
    font-size: 18px;
    color: #3f7f20;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

/* META */

.review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

/* AUTHOR */

.review-author {
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

/* VERIFIED */

.verified-badge {
    background: #edf5e8;
    color: #4a7b2a;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1;
}

/* TIME */

.review-time {
    font-size: 16px;
    color: #8a8a8a;
}

/* TEXT */

.review-text {
    font-size: 28px;
    line-height: 1.7;
    color: #6d6d6d;
    font-weight: 400;
    margin: 0;
    max-width: 950px;

    word-break: break-word;
    overflow-wrap: break-word;
}

@media(max-width:1199px) {

    .reviews-heading {
        font-size: 48px;
    }

    .review-text {
        font-size: 24px;
    }

}

@media(max-width:991px) {

    .reviews-container {
        padding-inline: 24px;
    }

    .reviews-heading {
        font-size: 42px;
    }

    .review-author {
        font-size: 22px;
    }

    .review-text {
        font-size: 20px;
        line-height: 1.7;
    }

    .inside-review-container {
        padding: 0px;
    }

}

@media(max-width:767px) {

    .customer-reviews-section {
        padding: 70px 0;
    }

    .reviews-container {
        padding-inline: 16px;
    }

    .reviews-heading {
        font-size: 34px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .inside-review-container {
        padding: 0px;
    }

    .review-author {
        font-size: 18px;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
    }

    .review-meta {
        gap: 8px;
    }

}

.related-products-section {
    padding: 90px 0 110px;
    background: #fff;
}

/* CONTAINER */

.related-products-container {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-inline: 60px;
}

/* HEADING */

.related-heading {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

/* CARD */

.related-product-card {
    position: relative;
}

/* IMAGE */

.related-product-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}

.related-product-image img {
    width: 100%;
    height: 466px;
    object-fit: cover;
    transition: transform .6s ease;
}

/* IMAGE HOVER */

.related-product-card:hover .related-product-image img {
    transform: scale(1.04);
}

/* CONTENT */

.related-product-content {
    padding-top: 20px;
}

/* TITLE */

.related-product-title {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

.related-product-card:hover .related-product-title {
    color: #4d7e2b;
}

.related-product-title:hover {
    color: #4d7e2b;
}

/* PRICE */

.related-product-price {
    font-size: 20px;
    font-weight: 400;
    color: #7b7b7b;
}

@media(max-width:1399px) {

    .related-product-image img {
        height: 520px;
    }

}

@media(max-width:1199px) {

    .related-heading {
        font-size: 46px;
    }

    .related-product-image img {
        height: 460px;
    }

    .related-product-title {
        font-size: 21px;
    }

}

@media(max-width:991px) {

    .related-products-container {
        padding-inline: 24px;
    }

    .related-products-section {
        padding: 70px 0 90px;
    }

    .related-product-image img {
        height: 420px;
    }

}

@media(max-width:767px) {

    .related-products-container {
        padding-inline: 16px;
    }

    .related-heading {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .related-product-image img {
        height: 360px;
    }

    .related-product-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .related-product-price {
        font-size: 17px;
    }

}

/* ==========================================================================
    Product Detail Page END
========================================================================== */

/* ==========================================================================
    Shop Page START
========================================================================== */
.shop-hero {
    position: relative;
    height: 465px;
    background: #f5f5f51c;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efefef;
}

.shop-heading {
    letter-spacing: 2px !important;
    line-height: 1.05;
    font-weight: 600;
    opacity: 1;
    transform: none;
}

.shop-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
}

.shop-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: -8px;
}

.shop-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    color: #4b7a25;
    margin-bottom: 22px;
}

.shop-heading {
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    letter-spacing: -4px;
    margin-bottom: 26px;
}

.shop-text {
    font-size: 20px;
    line-height: 1.5;
    color: #7f7f7f;
    font-weight: 400;
    margin: 0;
}


.shop-filter-bar {
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.filter-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-pill {
    height: 40px;
    padding: 0 22px;
    border-radius: 100px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-pill:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.filter-pill.active {
    background: #000;
    color: #fff;
    border-color: #000;
    padding-inline: 18px;
}

.filter-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-count {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.custom-sort {
    width: 182px;
    height: 42px;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    padding-left: 18px;
    background-position: right 16px center;
}

.custom-sort:focus {
    border-color: #000;
}

@media(max-width: 991px) {

    .shop-heading {
        font-size: 58px;
        letter-spacing: -2px;
    }

    .shop-text {
        font-size: 18px;
    }

    .filter-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-right {
        width: 100%;
        justify-content: space-between;
    }

}

@media(max-width: 767px) {

    .shop-hero {
        height: auto;
        padding: 90px 0;
    }

    .shop-heading {
        font-size: 42px;
        line-height: 1.1;
    }

    .shop-text {
        font-size: 16px;
        padding: 0 10px;
    }

    .shop-label {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .filter-left {
        gap: 10px;
    }

    .filter-pill {
        font-size: 14px;
        padding: 0 18px;
    }

    .filter-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .custom-sort {
        width: 100%;
    }

}

.shop-products-section {
    padding: 60px 0 40px;
    background: #fff;
}

.filter-sidebar {
    padding-right: 20px;
}

.filter-group {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 34px;
    margin-bottom: 34px;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 26px;
}

.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 12px;
}

.filter-list li a {
    display: block;
    text-decoration: none;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 14px;
    transition: .25s ease;
}

.filter-list li.active a {
    background: #dcdcdc;
}

.color-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.black {
    background: #151515;
}

.white {
    background: #f4f4f4;
    border: 2px solid #d7d7d7;
}

.beige {
    background: #cec2b0;
}

.navy {
    background: #1f3f6d;
}

.sage {
    background: #98a295;
}

.charcoal {
    background: #444;
}

.product-card {
    position: relative;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    height: 494.2px;
}

.product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .45s ease, transform .6s ease;
}

.primary-image {
    opacity: 1;
    z-index: 2;
}

.secondary-image {
    opacity: 0;
    z-index: 1;
}

.product-card:hover .primary-image {
    opacity: 0;
    transform: scale(1.03);
}

.product-card:hover .secondary-image {
    opacity: 1;
    transform: scale(1.03);
}

.product-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    background: #2e6905;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 7px 14px;
}

.wishlist-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
}

.product-card:hover .wishlist-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.quick-view-btn {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%) translateY(20px);
    z-index: 20;
    height: 46px;
    border: none;
    background: #fff;
    color: #111;
    padding: 0 30px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .7px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.quick-view-btn:hover {
    background: #000;
    color: #fff;
}

.product-card:hover .quick-view-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.product-content {
    padding-top: 18px;
}

.product-category {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #868686;
    margin-bottom: 8px;
}

.product-content a {
    text-decoration: none;
}

.product-name {
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.product-name:hover {
    color: #2e6905;
}

.product-price {
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

.product-variants {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    margin-top: 14px;
}

.variant-color {
    border: 1px solid #eee !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .25s ease;
}

.variant-color.black {
    background: #111;
}

.variant-color.white {
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
}

.variant-color.beige {
    background: #c8bcaa;
}

.variant-color.olive {
    background: #8d9786;
}

.variant-color.active::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid #111;
}

.variant-color:hover {
    transform: scale(1.08);
}

.quick-view-modal .modal-dialog {
    max-width: 1020px;
}

.quick-view-modal .modal-content {
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
    background: rgba(0, 0, 0, 0.92) !important;

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

.quick-view-modal {
    overflow-y: auto;
}

.quick-view-modal .modal-body {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.quick-view-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.quick-view-modal .modal-body::-webkit-scrollbar-thumb {
    background: #c7c7c7;
}

.quick-view-image {
    height: 100%;
    background: #f4f4f4;
}

.quick-view-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick-view-content {
    position: relative;
    padding: 48px 46px;
    height: 100%;
    background: #fff;
}

.quick-close {
    position: absolute;
    top: 28px;
    right: 30px;
    border: none;
    background: transparent;
    font-size: 42px;
    line-height: 1;
    color: #111;
}

.quick-category {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #8a8a8a;
    margin-bottom: 14px;
}

.quick-title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 18px;
}

.quick-price {
    font-size: 1.875rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 18px;
}

.quick-description {
    font-size: 16px;
    line-height: 1.7;
    color: #7d7d7d;
    margin-bottom: 26px;
}

.quick-divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 28px;
}

.quick-option-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.quick-option-header label {
    font-size: 17px;
    font-weight: 500;
    color: #111;
}

.quick-option-header span {
    font-size: 16px;
    color: #8b8b8b;
}

.quick-option-header a {
    text-decoration: none;
    color: #4a7d28;
    font-size: 15px;
}

.quick-colors {
    display: flex;
    align-items: center;
    gap: 14px;
}

.quick-color {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.quick-color.black {
    background: #111;
}

.quick-color.beige {
    background: #c9a968;
}

.quick-color.navy {
    background: #214276;
}

.quick-color.active::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid #111;
}

.quick-sizes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.size-btn {
    width: 68px;
    height: 46px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #111;
    font-size: 16px;
    transition: .25s ease;
}

.size-btn:hover,
.size-btn.active {
    border-color: #111;
}

.quantity-wrapper {
    margin-top: 26px;
}

.quantity-wrapper label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 16px;
}

.quantity-box {
    width: 160px;
    height: 48px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.quantity-box button {
    border: none;
    background: transparent;
    font-size: 28px;
    color: #111;
}

.quantity-box input {
    width: 40px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.quick-buttons {
    margin-top: 32px;
}

.add-to-bag-btn {
    width: 100%;
    height: 56px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.view-details-btn {
    width: 100%;
    height: 56px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:991px) {

    .quick-view-image {
        height: 500px;
    }

}

@media(max-width:767px) {

    .quick-view-content {
        padding: 35px 24px;
    }

    .quick-title {
        font-size: 28px;
    }

    .size-btn {
        width: 58px;
    }

}

@media(max-width:1399px) {

    .product-image-wrapper {
        height: 640px;
    }

}

@media(max-width:1199px) {

    .product-image-wrapper {
        height: 560px;
    }

}

@media(max-width:991px) {

    .filter-sidebar {
        margin-bottom: 40px;
        padding-right: 0;
    }

}

@media(max-width:767px) {

    .product-image-wrapper {
        height: 500px;
    }

}

.custom-shop-container {
    width: 100%;
    max-width: 1920px;
    padding-inline: 148px !important;
    margin: auto;
}

@media(max-width:991px) {

    .custom-shop-container {
        padding-inline: 24px !important;
    }

}

@media(max-width:767px) {

    .custom-shop-container {
        padding-inline: 16px !important;
    }

}

.shop-page-btn {

    width: 48px;
    height: 48px;

    border: 1px solid #e5e5e5;

    background: #fff;

    margin: 0 5px;

    transition: .3s ease;

}

.shop-page-btn:hover,
.shop-page-btn.active {

    background: #111;
    color: #fff;
    border-color: #111;

}

.products-wrapper-parent {

    position: relative;

    min-height: 300px;

}

#shopLoader {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 30;

}

.shop-products-loading {

    opacity: .35;

    pointer-events: none;

    transition: .3s ease;
}

/* ==========================================================================
    Shop Page END
========================================================================== */

/* ==========================================================================
    Thank You Page START
========================================================================== */
.thank-you-section {
    background: #f8f8f8;
    min-height: 100vh;
}

.thank-you-card {
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.thank-you-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.thank-you-message {
    color: #777;
    font-size: 16px;
    margin-bottom: 40px;
}

.order-summary-box {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
}

.summary-header {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.summary-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.summary-body {
    padding: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.total-row {
    font-size: 22px;
    font-weight: 700;
}

.shipping-address-box {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
    margin-bottom: 30px;
}

.shipping-address-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.shipping-address-box p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}

.thank-you-actions {
    margin-top: 20px;
}

.thank-you-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.thank-you-btn:hover {
    background: #000;
    color: #fff;
}

/* ==========================================================================
    Thank You Page END
========================================================================== */

/* ==========================================================================
    WISHLIST SECTION Start HERE
========================================================================== */
.wishlist-colors {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.wishlist-color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    transition: all .25s ease;
    position: relative;
}

.wishlist-color:hover {
    transform: scale(1.18);
    border-color: #111;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.wishlist-section {
    padding: 110px 0 100px;
    background: #fff;
}

/* CONTAINER */

.wishlist-container {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-inline: 60px;
}



.wishlist-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

/* HEADING */

.wishlist-heading {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    margin: 0;
}

/* COUNT */

.wishlist-count {
    font-size: 18px;
    color: #8a8a8a;
}



.wishlist-card {
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: .25s ease;
}

/* IMAGE */

.wishlist-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.wishlist-image-wrapper img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: transform .5s ease;
}

/* HOVER */

.wishlist-card:hover .wishlist-image-wrapper img {
    transform: scale(1.03);
}

/* REMOVE */

.wishlist-remove {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .95);
    font-size: 28px;
    line-height: 1;
    color: #111;
    z-index: 2;
}

/* CONTENT */

.wishlist-content {
    padding: 18px;
}

/* CATEGORY */

.wishlist-category {
    display: block;
    font-size: .75rem;
    letter-spacing: 2px;
    color: #8a8a8a;
    margin-bottom: 10px;
}

/* TITLE */

.wishlist-product-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}

/* PRICE */

.wishlist-price {
    font-size: 1.125rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 16px;
}

/* COLORS */

.wishlist-colors {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.wishlist-color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
}

.wishlist-color.black {
    background: #111;
}

.wishlist-color.beige {
    background: #cbb48c;
}

.wishlist-color.navy {
    background: #1e3f72;
}

.wishlist-color.white {
    background: #fff;
    border: 1px solid #d5d5d5;
}

.wishlist-color.grey {
    background: #9ba39a;
}

/* BUTTON */

.wishlist-btn-primary {
    width: 100%;
    height: 52px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wishlist-btn-primary:hover {
    background: #2e6905;
    color: #fff !important;
}

/* DISABLED */

.wishlist-btn-disabled {
    width: 100%;
    height: 52px;
    border: none;
    background: #ececec;
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: not-allowed;
}

/* OUT STOCK */

.out-stock-text {
    color: #e14d6d;
    font-size: 15px;
    margin-bottom: 14px;
}


.wishlist-share-box {
    margin-top: 44px;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 54px 24px;
}

/* TITLE */

.wishlist-share-box h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 14px;
}

/* TEXT */

.wishlist-share-box p {
    font-size: .875rem;
    color: #7d7d7d;
    margin-bottom: 28px;
}

/* BUTTON */

.share-wishlist-btn {
    min-width: 240px;
    height: 56px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-inline: 28px;
}

.share-wishlist-btn:hover {
    background: #2e6905;
}

@media(max-width:1399px) {

    .wishlist-image-wrapper img {
        height: 460px;
    }

}

@media(max-width:1199px) {

    .wishlist-heading {
        font-size: 56px;
    }

    .wishlist-product-title {
        font-size: 24px;
    }

}

@media(max-width:991px) {

    .wishlist-container {
        padding-inline: 24px;
    }

}

@media(max-width:767px) {

    .wishlist-section {
        padding: 90px 0 70px;
    }

    .wishlist-container {
        padding-inline: 16px;
    }

    .wishlist-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 34px;
    }

    .wishlist-heading {
        font-size: 42px;
    }

    .wishlist-image-wrapper img {
        height: 400px;
    }

    .wishlist-product-title {
        font-size: 20px;
    }

    .wishlist-price {
        font-size: 20px;
    }

    .wishlist-share-box {
        padding: 40px 20px;
    }

    .wishlist-share-box h3 {
        font-size: 26px;
    }

    .wishlist-share-box p {
        font-size: 16px;
    }

    .share-wishlist-btn {
        width: 100%;
        min-width: 100%;
    }

}

/* ==========================================================================
    WISHLIST SECTION END HERE
========================================================================== */

/* ==========================================================================
    FOOTER SECTION START
========================================================================== */
.footer-section {
    background-color: var(--dr-black);
    font-family: system-ui, -apple-system, sans-serif;
}

.footer-text-muted {
    color: #a0a0a0 !important;
}

.footer-input {
    background-color: #121212 !important;
    border: 1px solid #333 !important;
    color: var(--dr-white) !important;
    border-radius: 0px !important;
    padding: 10px 15px;
}

.footer-input:focus {
    box-shadow: none !important;
    border-color: var(--dr-green) !important;
}

.footer-btn-subscribe {
    background-color: var(--dr-green) !important;
    color: var(--dr-white) !important;
    border-radius: 0px !important;
    padding: 10px 24px;
    border: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: opacity 0.2s ease;
}

.footer-btn-subscribe:hover {
    opacity: 0.9;
    color: var(--dr-white) !important;
}

.footer-links-list li {
    margin-bottom: 8px;
}

.footer-links-list a {
    color: var(--dr-white);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: var(--dr-green);
}

.footer-social-icon {
    width: 36px;
    height: 36px;
    background-color: #161616;
    color: var(--dr-white);
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background-color 0.2s ease;
}

.footer-social-icon:hover {
    background-color: var(--dr-green);
    color: var(--dr-white) !important;
}

.footer-tracking-wider {
    letter-spacing: 1px;
    font-size: 0.75rem !important;
}

/* ==========================================================================
   FOOTER SECTION END
   ========================================================================== */


.reviews-section {
    text-align: center;
    padding: 40px;
}

.section-title {
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 30px;
}

.reviews-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.review-card {
    position: relative;
    width: 300px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.review-card img {
    width: 100%;
    border-radius: 0px;
    height: 180px;
    object-fit: cover;
    display: block;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.name {
    color: #2d5a27;
    font-weight: 700;
    margin: 15px 0 10px;
}

.text {
    font-size: 14px;
    color: #2d5a27;
    margin-bottom: 8px;
    line-height: 1.4;
    padding: 0px 23px;
    font-weight: 500;
}

.stars {
    color: #2d5a27;
    font-size: 18px;
    padding-bottom: 18px;
}

.review-btn {
    background: #2d5a27;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    margin-top: 30px;
    font-weight: 600;
    cursor: pointer;
}

.no-reviews-msg {
    font-style: italic;
    color: #888;
    padding: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    font-weight: bold;
}

.swiper {
    padding: 0 50px;
}

.reviews-section {
    position: relative;
    max-width: 1000px;
    margin: 18px auto;
    padding: 0 0;
}

.mySwiper {
    padding: 20px 0;
}

.review-card {
    background: #ffff;
    padding: 0px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
    color: #333 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px !important;
    font-weight: bold;
}

.swiper-button-prev {
    left: -40px !important;
}

.swiper-button-next {
    right: -40px !important;
}

.swiper-wrapper {
    padding-bottom: 3rem !important;
}

.swiper-slide-active.review-card {
    transform: scale(1.05);
    transition: all 0.3s ease;
    border-radius: 2rem;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: #fff;
    width: 600px;
    max-width: 95%;
    border-radius: 12px;
    padding: 30px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/* Modal Overlay: Pure screen ko cover karega */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Background dark shade */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Modal Content: Ye wo "card" hai jiske uper shadow hai */
.modal-content {
    background: #ffffff;
    width: 90%;
    max-width: 500px;
    padding: 40px;
    border-radius: 25px;
    /* Rounded corners */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    /* Deep shadow for 3D look */
    position: relative;
    text-align: center;
}

/* Modal Header styling */
.modal-header {
    color: #2d5a27;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Inputs styling */
.modal-input {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.modal-input:focus {
    border-bottom: 2px solid #2d5a27;
    outline: none;
}

/* Star Rating styling */
.star-rating {
    font-size: 30px;
    color: #cccccc;
    margin-bottom: 30px;
}

.star-rating i.active {
    color: #2d5a27;
}

/* Buttons */
.next-btn,
.submit-btn {
    background: #2d5a27;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}



.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 2rem !important;
    max-width: 45rem !important;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    text-align: center !important;
    justify-content: center !important;
}

.modal-main-content {
    width: 700px;
    max-width: 95%;
}

.modal-content {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.review-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 45px;
    margin-top: -4rem;
    z-index: 99999;
    display: flex;
    position: relative;
}

.fake-input {
    display: flex;
    align-items: center;
    min-height: 50px;
    cursor: default;
    align-items: center;
    justify-content: center;
}

.modal-content {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.modal-header {
    color: #3b6833;
    margin-bottom: 25px;
}

.dashed-box {
    border: 2px solid #3b6833;
    border-radius: 15px;
    padding: 30px;
    margin: 0 auto 15px;
    width: 250px;
    cursor: pointer;
}

.dashed-box i {
    font-size: 30px;
    color: #3b6833;
    margin-bottom: 10px;
}

.description {
    color: #a9a9a9;
    /* Light grey color from image */
    font-size: 13px;
    line-height: 1.4;
    max-width: 400px;
    margin: 0 auto 25px;
}

.form-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.form-row input {
    border: none;
    border-bottom: 1px solid #3b6833;
    padding: 8px 0;
    width: 180px;
    outline: none;
}

.image-preview-wrapper {
    margin-top: 15px;
    text-align: center;
}

.image-preview-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.dashed-box {
    width: 42%;
    height: 142px;
    border: 2px solid #3f6f37;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.modal-content {
    padding: 40px;
    font-family: sans-serif;
}

.modal-header {
    color: #2d5a27;
    margin-bottom: 25px;
}

.review-prompt {
    color: #a9a9a9;
    font-size: 14px;
    margin-bottom: 30px;
}

.review-prompt ul {
    list-style: none;
    padding: 0;
}

.review-prompt li {
    margin-bottom: 5px;
}

.textarea-group {
    position: relative;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 77px;
    border: none;
    border-bottom: 2px solid #2d5a27;
    outline: none;
    resize: none;
    padding: 10px 0;
    font-size: 16px;
    resize: none !important;
}

.char-counter {
    text-align: right;
    font-size: 12px;
    color: #a9a9a9;
    margin-top: 5px;
}

.submit-btn {
    background-color: #2d5a27;
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
}

#imagePreview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#uploadContent {
    text-align: center;
}

.review-step {
    font-size: 28px;
    font-weight: 500;
    color: #fdfdfd;
}

.review-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-arrow {
    width: 62px;
    height: 62px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    color: white;
}

.review-arrow i {
    font-size: 20px;
}

.review-arrow:hover {
    background: #2f5e2b;
    border-color: #2f5e2b;
    color: #fff;
}

.review-arrow.disabled {
    opacity: .3;
    pointer-events: none;
}

.thank-you-slide {
    background: #2F6B05;
    border-radius: 25px;
    overflow: hidden;
}

.thank-you-wrapper {
    min-height: 534px;
    padding: 53px 60px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thank-you-wrapper h2 {
    font-size: 71px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
}

.thank-you-wrapper p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.another-review-btn {
    margin-top: 40px;
    border: none;
    background: #fff;
    color: #2F6B05;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
}

.another-review-btn:hover {
    transform: translateY(-2px);
}

.keep-shopping {
    margin-top: auto;
    align-self: flex-end;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}


@media (max-width: 768px) {
    .dashed-box {
        width: 96%;
        height: 142px;
        border: 2px solid #3f6f37;
        border-radius: 20px;
        cursor: pointer;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .form-row {
        display: block;
    }

    .form-row input {
        border: none;
        border-bottom: 1px solid #3b6833;
        padding: 8px 0;
        width: 280px;
        outline: none;
        text-align: center;
    }

    .another-review-btn {
        margin-top: 40px;
        border: none;
        background: #fff;
        color: #2F6B05;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 23px;
        border-radius: 50px;
        cursor: pointer;
        transition: .3s;
        margin-bottom: 19px;
    }

    .thank-you-wrapper {
        min-height: 534px;
        padding: 38px 28px;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .thank-you-wrapper h2 {
        font-size: 60px;
        font-weight: 500;
        margin-bottom: 40px;
        color: #fff;
    }
}
/* product detail gallery */

.product-gallery {
    width: 100%;
}

.productMainSlider {
    width: 100%;
    position: relative !important;
    overflow: hidden;
}

.productMainSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productMainSlider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ========================================
   GYMSHARK STYLE PAGINATION
======================================== */

.productMainSlider .swiper-pagination {
    position: absolute !important;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%) !important;

    width: auto !important;
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;

    z-index: 20;
}

/* Inactive dots */
.productMainSlider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 !important;

    background: #d9d9d9;
    opacity: 1;

    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active pill */
.productMainSlider .swiper-pagination-bullet-active {
    width: 28px;
    height: 5px;

    background: #666;
    border-radius: 999px;
}

/* Mobile */
@media (max-width: 768px) {
    .productMainSlider .swiper-pagination {
        bottom: 15px !important;
        padding: 7px 10px;
    }

    .productMainSlider .swiper-pagination-bullet-active {
        width: 24px;
    }
}