/*TYPOGRAPHY*/
body {
    font-family: "Poppins", sans-serif;
}

/* navbar css start */

.secondary-nav-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
}

.secondary-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    margin-left: -5vw;
}

@media (max-width: 1280px) {
    .secondary-nav {
        margin-left: -1vw;
    }
}

.mobile-logo-container,
.mobile-search-container,
.cart-counter-container {
    flex-shrink: 0;
}

.secondary-nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 5px;
    margin-left: 50vw;
}


.secondary-nav-wrapper.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid #ddd; */
}

.sticky-sidebar.is-sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100vh;
    top: 50rem;
    /* border-bottom: 1px solid #ddd; */
}

/* navbar css end */

/* homepage css start */

.scrolling-text-section {
    padding: 5px 0;
    /* Optional: Padding for the section */
    overflow: hidden;
    /* Hide any overflow content */
    font-size: 12px;
    position: relative;
}

.scrolling-text {
    white-space: nowrap;
    display: inline-block;
    animation-name: scroll-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    border: none;
    width: 100% !important;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scrolling-text p {
    display: inline-block;
    font-size: 15px;
    color: #616161;
    /*letter-spacing: 1px;*/
    font-weight: 600;
}

.scrolling-text i {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(104, 161, 100, 0.9);
    margin-right: 3px;
}

.scrolling-text:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



.box-info-h1 {
    background-color: #f8f8f8;
    padding: 20px 20px;
    text-align: center;
}

.contact-o {
    border-radius: 15px;
}

.elementor-section {
    background-color: #434343;
    position: relative;
}

.elementor-heading-title {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.elementor-text-editor p {
    text-align: center;
    color: #555;
    font-size: 16px;
}

.mini-box-info-h1 {
    margin-top: 20px;
}

.centered-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.centered-icon-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 300px;
    flex: 1 1 45%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 15px 0 rgba(236, 236, 236, 0.08);
}

.icon-box-h1 {
    display: flex;
    align-items: center;
}

.icon-box-left,
.icon-box-right {
    text-align: left;
}

.elementor-icon {
    font-size: 45px;
    color: #29A56C;
}


.icon-box-h1:hover {
    background-color: #e9e9e9;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Styling for the icon box wrapper to use flex layout */
.elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    /* padding: 20px; */
    /* border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
    border-radius: 10px; */
}


/* Ensuring the icon appears on the left */
.elementor-icon-box-icon {
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 24px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

/* Styling for the text content */
.elementor-icon-box-content {
    text-align: left;
}

.elementor-icon-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.elementor-icon-box-description {
    color: #777;
    font-size: 14px;
    margin: 0;
}

/* Centering the icon boxes within the container */
.elementor-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2px 0;
}

/* homepage slider product card start */
.product-bs__container {
    margin: 3px;
    background-color: white;
    /*box-shadow: 5px 5px 15px rgba(209, 255, 204, 0.2);*/
    border-radius: 8px;
    width: 210px;
    border: 1px solid var(--border-light);
    transition: .5s;
}

.product_auto_width {
    width: auto !important;
}

.product-bs__container:hover {
    /*background-color: #f8f8f8;*/
    /*box-shadow: 1px 1px 5px 8px rgb(239, 239, 239);*/
    transition: .5s;
    width: 210px;
    border: 1px solid var(--border-color);
    /*scale: 1.03;*/
}

@media (min-width: 768px) {
    .product-bs__container {
        height: 420px !important;
    }
}

@media (max-width: 820px) {

    .product-bs__container {
        width: 160px !important;
        height: 100% !important;
        /*width: 96% !important;*/
        max-width: 220px !important;
        /* Adjust this value as needed */
        margin: 0 auto;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .product-bs__container {
        width: 260px !important;
        height: 100% !important;
        /*width: 96% !important;*/
        max-width: 100% !important;
        /* Adjust this value as needed */
        margin: 0 auto;
    }
}

.product-o__action-list {
    font-size: 10px;
}

.product-short {
    /* background-color: #fbfbfb; */
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.product-short:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.product-short__name {
    display: block;
}

.product-short__name>a {
    display: -webkit-box;
    /* Required for webkit browsers */
    -webkit-box-orient: vertical;
    /* Set the box orientation to vertical */
    -webkit-line-clamp: 2;
    /* Limit the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add the ellipsis */
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-dark);
    padding: 5px 0;
}

.product-short__name>a:hover {
    transition: .2s;
}

.article__name>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    font-weight: 500;
    font-size: 15px;
    color: #565656 !important;
    padding: 5px 0;
    max-height: 60px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.article__name>a:hover {
    transition: .2s;
    text-decoration: underline;
}

.star_rating {
    font-size: 9px !important;
    margin-left: -3px !important;
}

.star_rating:before {
    font-size: 120%;
}

/* homepage slider product card end */
.product-l__name>a {
    font-size: 13px;
    font-weight: 700;
}

.product-short__container {
    padding: 18px 15px;
}

.product-short__info {
    margin-top: 5px;
}

/* homepage css end */

.container {
    width: 100%;
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 2vw, 24px);
    padding-right: clamp(16px, 2vw, 24px);
    box-sizing: border-box;
}

.tool-style__form-wrap select {
    border-radius: 8px;
    /*border: 1px solid #ccc;*/
    padding: 10px 20px;
    box-shadow: 1px 2px 5px rgba(85, 195, 126, 0.7);
    background-color: var(--primary-color);
    color: #f1f1f1;
    letter-spacing: 1px;
}


.input-text--style-1 {
    color: #333;
    transition: all 0.6s linear;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 0.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.promotion-o .aspect {
    border-radius: 5px;
    overflow: hidden;
    /* Ensures the image doesn't spill out of the container */
}

.promotion-o .aspect__img {
    border-radius: 5px;
}

.promotion-o .aspect__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.aspect__img {
    object-fit: contain;
    border-radius: 0 !important;
}

/* For large devices (>= 1200px) - 5 items per row (20% width) */
@media (min-width: 1200px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* For medium devices (>= 768px and < 1200px) - 5 items per row (20% width) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .col-md-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* For large devices (>= 1200px) - 5 items per row (20% width) */
@media (min-width: 1200px) {
    .col-lg-2-3 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

/* For medium devices (>= 768px and < 1200px) - 6 items per row (16.66% width) */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .col-md-2-3 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

/* For small devices (>= 576px and < 768px) - 3 items per row (33.33% width) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.load-more>button {
    background-color: #fff;
}

.aspect--square {
    background-color: transparent;
}

.newsletter-footer {
    /*background: -webkit-linear-gradient(top, white, var(--primary-color));*/
    background-color: #f4f4f4;
    padding: 10px 0;
}

/*.newsletter-footer {*/
/*    !*background: var(--border-color);*!*/
/*    !*background-color: rgba(244,156,69,1);*!*/
/*    padding: 0 0 20px 0;*/
/*    border-bottom: 1px solid var(--primary-color);*/
/*    border-radius: 5px!important;*/
/*}*/


@media (max-width: 820px) {
    .newsletter-footer {
        text-align: center !important;
    }

    .product-o__name>a {
        height: auto !important;
        margin-bottom: 6px;
        font-size: 14px !important;
    }


    .product-bs__price {
        font-size: 13.5px !important;
        letter-spacing: 0 !important;
        white-space: nowrap;
    }

    /*.product-o__discount{*/
    /*    white-space: nowrap!important;*/
    /*    font-size: 14px !important;*/
    /*    margin-top: -10px;*/
    /*    margin-left: -20px;*/
    /*}*/

    /*.product-o__discount{*/
    /*    white-space: nowrap!important;*/
    /*    font-size: 14px !important;*/
    /*    position: relative;*/
    /*    left: -50%;*/
    /*    top: 19px;*/
    /*}*/

    .bg_section {
        padding: 0 !important;
    }
}





.newsletter_title {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 1px;
}

.newsletter_subtitle {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: -3px;

}

.newsletter-footer__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


@media (max-width: 820px) {
    .newsletter-footer__content {
        text-align: center !important;
    }
}

@media (max-width: 820px) {
    .outer-footer__content {
        text-align: center !important;
    }
}

@media (max-width: 820px) {
    .outer-footer__social {
        text-align: center !important;
        margin-left: 35%;
    }
}

.footer_about {
    margin: 10px 0;
    color: #F3F3F3;
}

/* footer start */
.outer-footer {
    /*background-color: #434343 !important;*/
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    padding-bottom: 10px;
}

.outer-footer__text-wrap>i {
    color: #e4e4e4 !important;
}

.outer-footer__text-wrap span {
    color: #e4e4e4 !important;
}

.outer-footer__list-wrap ul>li>a {
    color: #e4e4e4 !important;
}

.newsletter__text {
    color: #e4e4e4 !important;
}

.outer-footer__social ul>li>a {
    color: #e4e4e4 !important;
    font-size: 22px !important;
}

.mega-text {
    position: absolute;
    white-space: nowrap;
}

.lower-footer {
    background-color: var(--secondary-color) !important;
    /*border-top: 1px solid #5a5a5a;*/
    box-shadow: 3px 5px 12px #5a5a5a;
}

.lower-footer__copyright span {
    color: #d5d5d5 !important;
}

.newsletter__btn {
    border-radius: 1rem;
    padding: 12px;
}

.input-text--only-white {
    border-radius: 1rem;
}


@media (max-width: 1024px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 1024px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 1024px) {
    w-r__link {
        text-align: start;
    }
}

/* shop page start */

/* footer end */

.shop-w-master__heading {
    /*box-shadow: 1px 2px 5px rgba(85, 195, 126, 0.7);*/
    background-color: var(--primary-color);
    letter-spacing: 1px;
    color: #f1f1f1;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
}

.is-grid-active .product-m {
    position: relative;
    margin-bottom: 30px;
    /* transition: 0.3s; */
    background-color: transparent;
    border: 1px solid var(--border-color);
    /*box-shadow: 5px 5px 15px rgba(209, 255, 204, 0.2);*/
    border-radius: 5px;
    overflow: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    width: 220px !important;
    padding-bottom: 10px;

    &:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
        /* border: 1px solid #BCE3C9; */
        transition: .2s;
    }
}

/* Media query for large devices */
@media (min-width: 1920px) {
    .is-grid-active .product-m {
        height: 100% !important;
        width: 220px !important;
    }
}

/* Media query for large devices */
@media (min-width: 1200px) and (max-width: 1400px) {
    .is-grid-active .product-m {
        width: 205px !important;
        height: 430px !important;
    }
}

/* Media query for large devices */
@media (min-width: 800px) and (max-width: 1200px) {
    .is-grid-active .product-m {
        width: 245px !important;
        padding: 0 20px;
    }
}

.containerCustom {
    margin-top: 60px !important;
}

.paddingX {
    padding: 0 50px;
}

.mobile-menu-container {
    display: none;
}

.mobile-account-menu {
    display: none;
}

.mobile-account-toggle {
    display: none;
}

/* Media query for large devices */
@media (min-width: 800px) and (max-width: 1100px) {
    .mobile-menu-container {
        display: block;
    }

    .mobile-account-menu {
        display: block;
    }

    .mobile-account-toggle {
        display: block;
        margin-right: 40px;
    }

    .containerCustom {
        margin-top: 0 !important;
    }

    .paddingX {
        padding: 0;
    }

    .is-grid-active {
        padding: 0 0 !important;
        margin: 0 !important;
    }

    .is-grid-active .product-m__name>a {
        margin-left: -10px;
    }

    .is-grid-active .product-m__category {
        margin-left: -10px;
    }
}

/* Media query for large devices */
@media (max-width: 800px) {
    .is-grid-active .product-m {
        /*width: 180px!important;*/
        height: fit-content !important;
        margin: 10px 0 !important;
        width: 100% !important;
        max-width: fit-content !important;
        /*padding: 20px;*/
        padding: 0 !important;
    }

    .mobile-menu-container {
        display: block;
    }

    .mobile-account-menu {
        display: block;
    }

    .mobile-account-toggle {
        display: block;
    }

    .containerCustom {
        margin-top: 0 !important;
    }

    .paddingX {
        padding: 0;
    }

    .is-grid-active {
        padding: 0 0 !important;
        margin: 0 !important;
    }

    .is-grid-active .product-m__name>a {
        margin-left: -10px;
    }

    .is-grid-active .product-m__category {
        margin-left: -10px;
    }
}


@media (max-width: 991px) {
    .w-r__link {
        font-size: 11px !important;
        padding: 4px 2px !important;
    }

    .w-r__link_dark {
        font-size: 11px !important;
        padding: 4px 2px !important;
    }
}

.w-r__link {
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
    background-color: transparent;
    display: inline-block;
    padding: 7px 5px;
    border: 1px solid var(--primary-color);
    /*border: none;*/
    /*min-width: 60px;*/
    width: fit-content;


    &:hover {
        background-color: var(--primary-color);
        color: white;
        transition: .2s;
    }
}

.add-to-cart-link {
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    color: var(--primary-color);
    background-color: transparent;
    display: inline-block;
    padding: 5px 3px;
    border: 1px solid rgb(250, 250, 250);
    /*border: none;*/
    /*min-width: 60px;*/
    width: fit-content;
    margin-right: 4px !important;

    &:hover {
        background-color: var(--primary-color);
        color: #fff;
        transition: .2s;
    }
}

.request-stock-link {
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    color: var(--secondary-color);
    background-color: transparent;
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid rgb(250, 250, 250) !important;
    /*border: none;*/
    /*min-width: 60px;*/
    width: fit-content;
    margin-right: 1px !important;

    &:hover {
        background-color: var(--secondary-color);
        border: 1px solid rgb(250, 250, 250) !important;
        color: #fff;
        transition: .2s;
    }
}

.w-r__link_padded {
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
    background-color: transparent;
    display: inline-block;
    border: 1px solid rgb(250, 250, 250);
    /*border: none;*/
    min-width: 60px;
    width: fit-content;
    padding: 16px;

    &:hover {
        background-color: var(--primary-color);
        color: #fff;
        transition: .2s;
    }
}

.w-r__link_padded-secondary {
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary-color);
    background-color: rgba(241, 241, 241, 0.8);
    display: inline-block;
    /*border: 1px solid rgb(250, 250, 250);*/
    border: none;
    min-width: 60px;
    width: fit-content;
    padding: 16px;

    &:hover {
        background-color: var(--secondary-color);
        color: #fff;
        transition: .2s;
    }
}


.w-r__link_orange {
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--secondary-light);
    display: inline-block;
    padding: 8px;
    min-width: 80px;
    width: 100%;
    border: 1px solid var(--secondary-light);

    &:hover {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #fff;
        transition: .2s;
    }
}


.w-r__link_dark {
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    color: var(--buying-option-color);
    background-color: transparent;
    display: inline-block;
    padding: 7px 5px;
    min-width: 80px;
    width: fit-content;
    border: 1px solid var(--border-color);

    &:hover {
        background-color: var(--secondary-color);
        border: 1px solid var(--primary-transparent);
        color: var(--light-color);
        transition: .2s;
    }
}


.shop-w--style {
    border-radius: 8px;
}

.subcategory-list li,
.shop-w__list-2 li,
.shop-w__list li {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
    list-style: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for list items */
.subcategory-list li:hover,
.shop-w__list-2 li:hover,
.shop-w__list li:hover {
    border-color: #d4f4d4;
    /* Even lighter green on hover */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Thinner gray shadow on hover */
}

input[type="button"]:hover {
    background-color: var(--secondary-color);
    /* Darker green on hover */
}

.check-box__label {
    font-size: 15px;
    font-weight: 500;
}

.shop-w__category-list,
.shop-w__list-2,
.shop-w__list {
    padding-left: 0;
    /* Remove default padding for all lists */
}

.subcategory-list {
    padding-left: 15px;
    /* Add indentation to the subcategory list if desired */
}

.shop-p__collection {
    margin-top: 34px;
}

.ah-list--design2>li>a {
    font-size: 14px;
}

/* contact page start */
.contact-f {
    margin: 0 auto;
    width: 100%;
    padding: 2rem 5rem;
    background-color: #fefefe;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

.contact-f .input-text,
.contact-f .text-area {
    border-radius: 6px;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
}

.contact-f .text-area {
    height: 185px;
}

.input-text {
    font-size: 16px;
    background-clip: padding-box;
    padding: 0 18px;
    height: 40px;
}

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

.contact-area__heading h2 {
    background-color: #F2F2F2;
}

/* contact page end */

/* breadcrumb start*/
.breadcrumb-wrap {
    /*background-color: rgba(48,171,95,.03);*/
    background-color: transparent;
    /*padding: 15px 0;*/
    /*border-top: 1px solid #e6e6e6;*/
    /*border-bottom: 1px solid #e6e6e6;*/
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.breadcrumb a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

.breadcrumb i {
    margin-right: 5px;
}

.breadcrumb span {
    margin: 0 10px;
    color: #999999;
}

.breadcrumb-wrap .container {
    max-width: 1720px;
    margin: 0 auto;
}

.breadcrumb-wrap {
    margin-bottom: 20px;
}

.breadcrumb span i,
.breadcrumb span {
    margin: 0px 5px;
    color: #999999;
    font-size: 6px;
    padding-top: 1px;
}

/* breadcrumb end*/


/* General pagination-custom Styling */
.pagination-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Pagination links */
.pagination-custom li a,
.pagination-custom li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333 !important;
    background-color: #e0e0e0 !important;
    transition: all 0.3s ease;
}

/* Hover effect */
.pagination-custom li a:hover {
    background-color: #cfcfcf !important;
    color: #000;
}

/* Active page styling */
.pagination-custom .active span {
    background-color: var(--primary-color) !important;
    /* Green */
    color: white !important;
    border-color: var(--primary-color) !important;
}

/* Disable prev/next */
.pagination-custom .disabled span,
.pagination-custom .disabled a {
    background-color: #f2f2f2 !important;
    color: #aaa !important;
    pointer-events: none !important;
}



.checkout-address-section {
    padding: 2rem 0;
    /*background: #f9f9f9;*/
    border-radius: 8px;
}

.section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.address-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.address-card {
    /*background-color: #ffffff;*/
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.minimizedAddressCard {
    padding: 0 5px;
    margin: 0 20px;
    border-radius: 0;
    box-shadow: none;
}

.address-card:hover {
    border-color: #ffffff;
    transform: translateY(-4px);
}

.address-card.default {
    /*background-color: #f5fff7;*/
    border: 1px solid #edfff4;
}

.default-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(var(--primary-color), .1);
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
}

.address-info p {
    margin: 0.3rem 0;
    font-size: 0.95rem;
    color: #333;
}

.address-actions {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}

.btn-custom {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-edit {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-edit:hover {
    background-color: #f6fffc;
}

.btn-delete {
    background-color: transparent;
    color: var(--secondary-color);
}

.btn-delete:hover {
    background-color: #fff1f1;
}

.add-address {
    margin: 20px 0;
    text-align: left;
}

.btn-add {
    text-align: left;
    background-color: #f0f0f0;
    color: var(--primary-color);
    border: 1px dashed var(--border-light);
    font-weight: bold;
}

.btn-add:hover {
    background-color: #eaeaea;
}



/*Search result div*/
#searchModal {
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    width: 400px;
    background: linear-gradient(0deg, var(--primary-color), #f8f8f8, #f8f8f8);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    transition: all 0.3s ease;
}


@media (max-width: 556px) {
    #searchModal {
        margin-left: 10px !important;
    }
}

#searchModal a.hoverBg {
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-radius: 10px;
    display: block;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
}

#searchModal a.hoverBg:hover {
    /*background-color: #f9f9f9;*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.search-result-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.search-result-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 5px;
    background: transparent;
}

.search-result-content {
    flex: 1;
}

.search-result-content p {
    margin: 0;
    line-height: 1.4;
}

.search-result-content .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
}

.search-result-content .product-price {
    font-size: 14px;
    color: #666;
}



/* Main Container */
.product-specifications-container {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

/* Specification Group */
.specification-group {
    margin-bottom: 30px;
    background: #fbfbfb;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
    overflow: hidden;
    transition: all 0.3s ease;
}

/*.specification-group:hover {*/
/*    box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
/*}*/

/* Group Header */
.group-header {
    background: linear-gradient(-135deg, #fafafa 0%, rgba(255, 255, 255, 1) 100%);
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
}

.group-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
}

.group-title i {
    margin-right: 5px;
}

/* Specification Table */
.specification-table-container {
    padding: 0;
}

.specification-table {
    width: 100%;
    border-collapse: collapse;
}

.specification-row {
    border-bottom: 1px solid #fcfcfc;
    transition: background-color 0.2s ease;
}

.specification-row:last-child {
    border-bottom: none;
}

.specification-row:hover {
    background-color: #f2fff9;
}

.spec-title {
    width: 30%;
    padding: 12px 20px;
    font-weight: 600;
    color: #444;
    border-right: 1px solid #eaeaea;
    vertical-align: top;
}

.grey-bg {
    background-color: #f6f6f6;
}

.title-text {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.title-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.spec-value {
    width: 70%;
    padding: 12px 20px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

/* No Specifications */
.no-specifications {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.no-specifications i {
    color: #dee2e6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .spec-title {
        width: 35%;
        padding: 10px 15px;
    }

    .spec-value {
        width: 65%;
        padding: 10px 15px;
    }

    .group-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {

    .spec-title,
    .spec-value {
        display: block;
        width: 100%;
        border-right: none;
    }

    .spec-title {
        padding-bottom: 5px;
        border-bottom: 1px dashed #eee;
    }

    .spec-value {
        padding-top: 5px;
    }

    .specification-row {
        padding: 10px 0;
    }
}

.signInButton {
    background-color: var(--secondary-color)
}

.signInButton:hover {
    background-color: #494949
}

.signUpButton {
    background-color: var(--primary-color);
}

.signUpButton:hover {
    background-color: #292929
}



/* Modern Dashboard Styles */
.dashboard-orders {
    background: #fefefe;
    border-radius: 8px;
    /*box-shadow: 0 2px 16px rgba(0,0,0,0.08);*/
    padding: 2rem;
}

.order-card {
    /*border: 1px solid #eee;*/
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease;
}

.order-card:hover {
    transform: translateY(-2px);
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    background: #fafafa;
    border-radius: 10px 10px 0 0;
}

.order-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.order-number {
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.order-date {
    color: #687171;
    font-size: 0.9rem;
}

.order-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.manage-btn {
    background: rgb(75, 156, 132, .1);
    color: var(--primary-color) !important;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s ease;
}

.manage-btn:hover {
    background: var(--primary-hover);
    text-decoration: none;
    color: #eeeeee !important;
}

.status-badge {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status--delivered {
    background: #e8f6ef;
    color: #27ae60;
}

.status--packed {
    background: #fef5e7;
    color: #f39c12;
}

.status--shipped {
    background: #e8f4fc;
    color: #2980b9;
}

.status--canceled {
    background: #fdedec;
    color: #c0392b;
}

.status--pending {
    background: #eee8bd;
    color: #2c2707;
}

.status--ordered {
    background: #eee8bd;
    color: #2c2707;
}

.order-items {
    padding: 5px 20px;
}

.order-item {
    display: flex;
    gap: 1.5rem;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.order-item:last-child {
    border-bottom: none;
}

.product-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eee;
}

.product-info {
    flex: 1;
}

.product-meta {
    display: flex;
    gap: 1.5rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.modern-select {
    padding: 0.6rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    width: 200px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
}

.order-pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

/* Empty State */
.empty-order {
    text-align: center;
    padding: 4rem 0;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    padding: 0 20px;
    font-weight: 500;
    color: #2c3e50;

}

.summary-line {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding: 15px 20px 0 20px;
    font-weight: 500;
    color: #2c3e50;
}

.order-card {
    border: 1px solid #eee;
    padding: 20px 0;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .order-header {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 5px;
        padding: 20px;
        text-align: center;
        background: whitesmoke;
        border-bottom: 1px solid #eaeaea;
        /*border-top: 1px solid #eaeaea;*/
        /*border-right: 1px solid #eaeaea;*/
    }

    .summary-total {
        display: flex;
        justify-content: space-between;
        margin-top: 0.8rem;
        padding: 0 20px;
        font-weight: 500;
        color: #2c3e50;
    }

    .summary-line {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #f0f0f0;
        padding: 15px 20px 0 20px;
        font-weight: 500;
        color: #2c3e50;
    }

    .order-card {
        border: 1px solid #eee;
        padding: 20px 0;
        background: #f9f9f9;
    }

    .order-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.btn-print,
.btn-manage {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #efefef;
    color: #525252;
}

.btn-print:hover {
    background-color: #94816d !important;
    color: white !important;
    transform: translateY(-1px);
}

.btn-manage {
    background-color: #f0f0ff;
    color: #525252;
}

.btn-manage:hover {
    background-color: #7a9990 !important;
    color: white !important;
    transform: translateY(-1px);
}


/*product compare*/


.compare-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.category-select,
.search-section {
    margin-bottom: 24px;
}

.select-input,
.search-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: 0.3s border-color;
}

.select-input:focus,
.search-input:focus {
    border-color: var(--primary-color);
    outline: none;
}

.search-results {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 4px;
    z-index: 10;
}

.search-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.search-item:hover {
    background: #f6f6f6;
}

.compare-slots {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.compare-slot {
    flex: 1;
    min-height: 180px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.04);*/
    transition: 0.3s all ease;
}

.compare-slot:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.compare-slot.empty {
    border: 2px solid #ccc;
    color: #bbb;
}

.empty-text {
    font-size: 16px;
    color: #999;
}

.compare-table-wrapper {
    width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    touch-action: pan-x;
}

.compare-table-wrapper::after {
    content: "← scroll →";
    position: absolute;
    right: 16px;
    bottom: 0;
    font-size: 12px;
    color: #888;
}

/* Ensure each product column is at least 160px */
.compare-table th.product-header {
    min-width: 160px;
    width: 160px;
}

.compare-table {
    min-width: calc(160px * 5);
    /* adjust based on max expected products */
    border-collapse: collapse;
    table-layout: auto;
    /* auto layout for dynamic sizing */
}

.compare-scroll-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap: 8px;
}

.compare-scroll-overlay {
    position: relative;
}

.compare-table-container {
    position: relative;
    width: 100%;
}

.compare-table-wrapper {
    overflow-x: auto;
    width: 100%;
}

.compare-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}

.compare-scroll-left {
    left: -20px;
    /* adjust based on padding/margin */
}

.compare-scroll-right {
    right: -20px;
    /* adjust as needed */
}

.compare-scroll-btn:hover {
    background-color: #f1f1f1;
}



.compare-table th,
.compare-table td {
    width: 200px;
    /* adjust as needed */
    padding: 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.compare-table th.spec-header,
.compare-table td.spec-title {
    position: sticky;
    left: 0;
    background: #f9fafb;
    z-index: 1;
    min-width: 200px;
    width: 200px;
}

.compare-table-wrapper.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.compare-table-wrapper {
    cursor: grab;
    cursor: -webkit-grab;
}

.compare-table thead {
    background-color: #f9fafb;
}

.compare-table thead tr {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #f9fafb;
}

.product-header-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 160px;
}

.compare-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 8px;
    background: transparent;
}

.compare-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #964e4e;
    color: white;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.remove-btn:hover {
    background: #c0392b;
}

.product-name {
    text-align: left;
    color: var(--primary-hover) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    height: 60px !important;
}

.product-name:hover {
    color: var(--secondary-light) !important;
}

.product-name-center {
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 15px;
}

.compare-warning span {
    margin: 20px 0;
    color: #858585;
}

@media (max-width: 768px) {
    .compare-container {
        padding: 0 10px;
    }

    .compare-slots {
        flex-direction: column;
        gap: 12px;
    }

    .compare-slot {
        min-height: auto;
    }

    .compare-scroll-btn {
        display: none;
    }

    .compare-scroll-buttons {
        display: none;
    }

    .compare-table {
        min-width: unset;
        width: 100%;
    }

    .compare-table th.product-header,
    .compare-table td.spec-value {
        min-width: 100%;
        width: 100%;
        display: block;
    }

    .compare-table th.spec-header,
    .compare-table td.spec-title {
        position: static;
        width: 100%;
        display: block;
        background: #f1f1f1;
    }

    .compare-table-wrapper::after {
        display: none;
    }

    .compare-table th,
    .compare-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .product-header-box {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 12px;
        align-items: center;
    }

    .compare-image-wrapper {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .compare-image-wrapper img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        position: static;
    }

    .product-name-center {
        text-align: left;
    }
}

.trending-image {
    width: 400px;
    margin-left: -60px;
    height: 600px;
}

@media (max-width: 767px) {
    .trending-image {
        margin-left: 0;
        width: 90vw;
    }
}

.productDetailImage {
    object-fit: fill;
}


.productDetailImageList {
    object-fit: cover;
    height: 110px !important;
}

@media (max-width: 767px) {

    .productDetailImage {
        object-fit: contain;
    }

    .productDetailImageList {
        object-fit: contain;
        height: 80px !important;
    }

    .marginY {
        margin-top: -110px !important;
    }
}


.product-action-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.add-to-cart-shop {
    position: relative;
    top: -3px;
    left: -5px;
    text-align: left;
    bottom: 0;
}

.add-to-cart-shop .buyNow {
    /*margin-right: -15px!important;*/
}

.buyNow {
    background-color: var(--primary-color) !important;
    border: 1px solid transparent !important;
    color: white;
}

.buyNow:hover {
    background-color: var(--primary-hover) !important;
    border: 1px solid transparent !important;
    color: white;
}

.addToCart {
    border: 1px solid transparent !important;
    text-align: center !important;
    padding: 8px;
    border-radius: 2px !important;
}

.addToCart:hover {
    background-color: var(--secondary-light) !important;
    border: 1px solid transparent !important;
    color: white;
}

.addToCartCard {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .addToCartCard {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.add-to-cart-btn {
    position: relative;
    top: -3px;
    left: -5px;
    text-align: left;
    bottom: 0;
}

.ratings-shop {
    text-align: left;
    padding-right: 0;
}


@media (max-width: 1290px) {
    .addToCartCard {
        gap: 0;
        width: auto;
    }
}


@media (max-width: 800px) {
    .product-action-wrapper {
        flex-direction: column;
    }

    .add-to-cart-btn {
        top: 0;
        text-align: left;
        right: 0;
    }

    .addToCartCard {
        display: flex;
        justify-content: space-between;
    }

    .w-r__link_dark {
        font-size: 11px;
        display: inline-block;
        min-width: 50px;
        margin-right: 8px;
        width: fit-content;
    }

    .w-r__link_orange {
        font-size: 11px;
        margin-top: -4px;
        margin-left: 5px !important;
        width: fit-content;
    }

    .addToCart {
        width: 100% !important;
        text-align: center;
        margin: 5px 0;
        padding: 8px !important;
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        color: white;
    }

    .add-to-cart-shop {
        text-align: left;
    }

}

@media (max-width: 1300px) {
    .buyNow {
        margin-right: 15px !important;
    }

}


@media (min-width: 1920px) {
    .buyNow {
        margin-right: -8px !important;
    }
}


.product-bs__container.no-price {
    height: 355px !important;
}

.product-bs__container.no-price .product-o {
    height: 100%;
}

.product-bs__container.no-price .aspect--square {
    padding-bottom: 100%;
}

.product-m.no-price {
    height: 325px !important;
}

.product-m.no-price .product-o {
    height: 100%;
}

.product-m.no-price .aspect--square {
    padding-bottom: 100%;
}

@media (max-width: 820px) {

    .product-m.no-price {
        height: 255px !important;
    }

    .product-bs__container.no-price {
        height: 235px !important;
    }
}


.fa-facebook {
    color: #2b60ae !important;
    font-size: 26px !important;
}

.fa-twitter {
    color: #1DA1F2 !important;
    font-size: 26px !important;
}

.fa-youtube {
    color: #7e0606 !important;
    font-size: 26px !important;
}

.fa-instagram {
    color: #c62776 !important;
    font-size: 26px !important;
}

.fa-linkedin {
    color: #30719f !important;
    font-size: 26px !important;
}

.fa-youtube {
    color: #7e0606 !important;
    font-size: 26px !important;
}

.fa-linkedin {
    color: #30719f !important;
    font-size: 26px !important;
}


.custom .fa-whatsapp {
    color: #37a242 !important;
    font-size: 26px !important;
}

.tag-item {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 14px;
    display: inline-block;
    margin: 2px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
}

.tag-item:hover {
    background-color: #f6f6f6;
    color: var(--secondary-color);
}

.partner-bg {
    position: relative;
    overflow: hidden;
    /* keep blur inside container */
}

.partner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    background-image: url("/assets/images/partner-bg-2.jpg");
    /* no {{ asset() }} */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0.1) blur(4px);
    transform: scale(1.1);
    /* prevent blur cutoff on edges */
    z-index: 0;
}

/* Make sure all content inside stays sharp */
.partner-bg>* {
    position: relative;
    z-index: 1;
}


.register-bg {
    position: relative;
    overflow: hidden;
    /* keep blur inside container */
}

.register-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    background-image: url("/assets/images/register-bg.jpg");
    /* no {{ asset() }} */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0) blur(4px);
    transform: scale(1.1);
    /* prevent blur cutoff on edges */
    z-index: 0;
}

/* Make sure all content inside stays sharp */
.register-bg>* {
    position: relative;
    z-index: 1;
}


.login-bg {
    position: relative;
    overflow: hidden;
    /* keep blur inside container */
}

.login-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    background-image: url("/assets/images/partner-bg.jpg");
    /* no {{ asset() }} */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0.1) blur(6px);
    transform: scale(1.1);
    /* prevent blur cutoff on edges */
    z-index: 0;
}

/* Make sure all content inside stays sharp */
.login-bg>* {
    position: relative;
    z-index: 1;
}

#password-change-modal.modal {
    z-index: 100000;
    /* Ensure modal is above everything */
}

#password-change-modal.modal-backdrop {
    z-index: 99999;
    /* Ensure backdrop is below modal but above other content */
}

#upload-photo-modal.modal {
    z-index: 100001;
    /* Ensure backdrop is below modal but above other content */
}


.fa-telegram {
    color: #0088cc !important;
    font-size: 26px !important;
}



.luxury-categories-section {
    padding: 5rem 0;
    background: #fffaf9;
}

.luxury-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.luxury-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.luxury-section-subtitle {
    font-size: 1.1rem;
    color: #7a7a7a;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.luxury-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.luxury-category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.luxury-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.luxury-image-container {
    position: relative;
    padding-top: 120%;
    /* Slightly taller aspect ratio */
    overflow: hidden;
}

.luxury-category-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.luxury-category-card:hover .luxury-category-image {
    transform: scale(1.1);
}

.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    z-index: 1;
}

.luxury-category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    z-index: 2;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);

}

.luxury-category-name {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.luxury-explore-btn {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.luxury-category-card:hover .luxury-explore-btn {
    transform: translateX(5px);
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .luxury-categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .luxury-section-title {
        font-size: 2rem;
    }

    .luxury-categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .luxury-categories-section {
        padding: 3rem 0;
    }

    .luxury-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .luxury-category-name {
        font-size: 1rem;
    }
}

.product-o__name>a {
    display: -webkit-box;
    /* Required for webkit browsers */
    -webkit-box-orient: vertical;
    /* Set the box orientation to vertical */
    -webkit-line-clamp: 2;
    /* Limit the text to 2 lines */
    text-overflow: ellipsis;
    /* Add the ellipsis */
    border: none;
    font-weight: 700 !important;
    font-size: 16px;
    color: var(--text-dark) !important;
    /*padding: 5px 0;*/
    overflow-y: auto;
    scrollbar-width: thin;
    height: 48px;
}

.product-o__name>a:hover {
    color: var(--primary-color);
    transition: .2s;
    text-decoration: none !important;
}



/* shop page start */
.is-grid-active .product-m__name>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    font-weight: 700 !important;
    font-size: 16px;
    color: var(--text-dark) !important;
}

.product-bs__price {
    display: block;
    color: var(--text-color) !important;
    font-size: 15px !important;
}

.large-price {
    font-size: 18px !important;
    color: var(--secondary-light) !important;
}

.relatedProductsCard {
    border-radius: 1px !important;
    margin: 2px;
    border: 1px solid var(--secondary-color);
}

.relatedProductsCardMobile {
    border-radius: 2px !important;
    margin: 1px;
    border: 3px solid var(--primary-hover);
}



/* Container and Title */
.related-colors-container {
    padding: 10px 0;
    /* Add some vertical space */
    display: flex;
    /* Ensure the row elements are flexible */
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    gap: 10px;
    /* Space between the color items */
}

/* Individual Color Item (The wrapper around the link) */
.related-color-item {
    /* Remove default column padding if necessary, or let your grid handle it */
    padding: 0;
    margin: 0;
    /* Adjust width based on how many you want per line on mobile/desktop */
}

/* The Swatch Link */
.related-color-link {
    display: block;
    border-radius: 50%;
    /* Make it circular (Optional: use 4px for a square with rounded corners) */
    overflow: hidden;
    /* Ensures the image stays within the circle/border */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* Subtle lift */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid transparent;
    /* Prepare for hover/active state */
}

/* The Image Swatch */
.related-color-swatch {
    /* Make the image completely fill its container (the link) */
    width: 40px;
    height: 40px;
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
    display: block;
}

/* Hover/Focus State for Interaction */
.related-color-link:hover,
.related-color-link:focus {
    transform: scale(5.4);
    /* Slightly enlarge the swatch */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* More pronounced lift */
    border-color: var(--primary-color);
    /* Dark border to indicate selection/focus */
    outline: none;
    /* Remove default focus outline */
}

/* Optional: Active/Selected State (If one is currently selected) */
/* You would add a class like 'is-active' via blade/JS */
.related-color-link.is-active {
    border-color: #007bff;
    /* Highlight the currently selected color */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    /* Blue glow */
}

.productPolicy {
    border: 1px solid var(--border-light);
    padding: 20px;
    margin-left: 115px;
    margin-top: 10px;
    border-radius: 25px;
}

@media (max-width: 991px) {
    .productPolicy {
        display: none;
    }
}

.productPolicyMobile {
    display: none;
}

@media (max-width: 991px) {
    .productPolicyMobile {
        display: block;
        margin-left: 10px;
        margin-top: 10px;
    }

    .productPolicyMobile span,
    li {
        text-align: left !important;
    }
}

/* ================================
   TOASTR BASE & ANIMATIONS
================================ */
#toast-container>div {
    opacity: 1 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    /* Smoother corners */
    padding: 18px 22px 18px 60px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    min-height: 52px;
    background-position: 22px center !important;
    background-size: 24px !important;

    /* Animation Entrance */
    animation: toast-slide-in 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Slide-in Keyframes */
@keyframes toast-slide-in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

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

/* ================================
   ANIMATED PROGRESS BAR
================================ */
.toast-progress {
    height: 6px !important;
    /* Slightly thicker for visibility */
    background-color: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 12px;
    /* This makes the bar feel "fluid" as it drains */
    transition: width linear;
}

/* Success bar color variation */
.toast-success .toast-progress {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/* ================================
   TEXT & CONTENT
================================ */
#toast-container>div .toast-message,
#toast-container>div .toast-title {
    display: block;
    word-wrap: break-word;
    white-space: normal;
}

.toast-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
}

.toast-message {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
}

/* ================================
   CONTEXTUAL STYLES
================================ */
#toast-container>.toast-success {
    background-color: #00c853;
}

#toast-container>.toast-error {
    background-color: #ff5252;
}

#toast-container>.toast-info {
    background-color: #2196F3;
}

#toast-container>.toast-warning {
    background-color: #ffc107;
    color: #333 !important;
}

#toast-container>.toast-warning .toast-title,
#toast-container>.toast-warning .toast-message,
#toast-container>.toast-warning .toast-close-button {
    color: #333 !important;
}

/* ================================
   INTERACTION
================================ */
#toast-container>div:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.toast-close-button {
    top: 10px !important;
    right: 12px !important;
    transition: transform 0.2s ease;
}

.toast-close-button:hover {
    transform: rotate(90deg);
}

/* ================================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 600px) {
    #toast-container {
        width: 95% !important;
    }

    #toast-container>div {
        margin-bottom: 8px !important;
    }
}