/************************************* newsletter-modal css start *************************************/
/*====================================
    newsletter-modal css
====================================*/
@media (min-width: 768px) {
    .newsletter-modal .modal-dialog {
        max-width: 750px;
    }
}

/* newsletter-modal newsletter-content css */
.newsletter-modal .newsletter-content .newsletter-form form.news-form .news-wrap {
    border-color: var(--primary-font-color);
}

.newsletter-modal .newsletter-content .newsletter-form form.news-form .news-wrap input::placeholder {
    color: var(--primary-font-color);
}

@media (min-width: 768px) {
    .newsletter-modal .newsletter-content img {
        object-fit: cover;
        object-position: center;
    }
}

/************************************* newsletter-modal css start *************************************/

/************************************* home-slider css start *************************************/
/*====================================
    home-slider swiper css
====================================*/
.hero-slider-50vh {
    height: 50vh;
}

.hero-slider-50vh .home-slider,
.hero-slider-50vh .swiper-wrapper,
.hero-slider-50vh .swiper-slide,
.hero-slider-50vh .slider-info,
.hero-slider-50vh .bg-img,
.hero-slider-50vh .slider-inner-category,
.hero-slider-50vh .home-slider-wrapper {
    height: 100% !important;
}

.hero-slider-50vh .slider-inner-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (min-width: 992px) {
    .hero-slider-50vh .slider-inner-category {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.hero-slider-50vh .single-product .product-image img {
    height: 100px !important;
    max-height: 100px !important;
    object-fit: cover !important;
}

@media (min-width: 1200px) {
    .hero-slider-50vh .single-product .product-image img {
        height: 140px !important;
        max-height: 140px !important;
    }
}

.hero-slider-50vh .product-content {
    padding: 6px 10px !important;
}

.hero-slider-50vh .product-title a {
    font-size: 13px !important;
}

.hero-slider-50vh .new-price {
    font-size: 14px !important;
}

.hero-slider-50vh .old-price {
    font-size: 11px !important;
}

.hero-slider-50vh .product-title,
.hero-slider-50vh .product-price {
    margin-bottom: 2px !important;
}

.hero-slider-50vh .coupon-text {
    display: none !important;
    /* Hide coupon on 50vh layout to save space */
}

.hero-slider-50vh .product-rating-badge {
    font-size: 10px !important;
    padding: 2px 6px !important;
}

.hero-slider-50vh .add-to-cart {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

.hero-slider-50vh .slider-inner-info {
    max-width: 900px !important;
}

.hero-slider-50vh .slider-inner-category .section-capture {
    margin-bottom: 8px !important;
}

.hero-slider-50vh .slider-inner-category .section-heading {
    font-size: 20px !important;
    margin-bottom: 3px !important;
}

.hero-slider-50vh .slider-inner-category .section-heading::after {
    display: none !important;
    /* Hide underline on small layout */
}

.hero-slider-50vh .slider-info img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.slider-content .home-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

@media (min-width: 576px) {
    .slider-content .home-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .slider-content .home-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

/* home-slider slider-info css */
.slider-content .home-slider .slider-info::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, #1E1E1E 0%, transparent);
    opacity: 0.4;
}

.slider-content .home-slider .slider-info img {
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1200px) {
    .slider-content .home-slider .slider-info .slider-info-content {
        transform: translateY(100px);
        -webkit-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .slider-content .home-slider .slider-info:hover .slider-info-content {
        transform: translateY(0px);
    }

    .slider-content .home-slider .slider-info .slider-info-content .slider-btn {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }

    .slider-content .home-slider .slider-info:hover .slider-info-content .slider-btn {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1600px) {
    .slider-content .home-slider .slider-info .slider-info-content h2.slider-heading-title {
        font-size: 80px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        letter-spacing: -1px;
    }
}

.slider-heading-title {
    font-family: 'Playfair Display', serif !important;
    text-transform: capitalize !important;
    letter-spacing: 0.5px;
}

/* home-slider slider-navigation css */
.slider-content .swiper-buttons.swiper-buttons-homeslider .swiper-buttons-wrap button {
    color: #1e1e1e;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.slider-content .swiper-buttons.swiper-buttons-homeslider .swiper-buttons-wrap button:hover {
    color: #ffffff;
    background-color: #7a3b51;
    border-color: #7a3b51;
    box-shadow: 0 5px 15px rgba(122, 59, 81, 0.3);
}

@media (min-width: 1600px) {
    .slider-content .swiper-buttons.swiper-buttons-homeslider .swiper-buttons-wrap button {
        width: 56px;
        height: 56px;
    }
}

/* home-slider slider-dot css */
.slider-content .swiper-dots.swiper-dots-homeslider .swiper-pagination {
    width: unset;
    position: unset;
    margin: -5px 0px 0px -5px;
}

.slider-content .swiper-dots.swiper-dots-homeslider .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 5px 0px 0px 5px;
    opacity: 1;
    border: 1px solid var(--extra-font-color);
}

.slider-content .swiper-dots.swiper-dots-homeslider .swiper-pagination span.swiper-pagination-bullet:hover,
.slider-content .swiper-dots.swiper-dots-homeslider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--extra-font-color);
    border-color: var(--extra-font-color);
}

/*====================================
    home-inner-slider swiper css
====================================*/
@media (min-width: 1500px) {
    .slider-content .home-slider .slider-inner-info {
        width: 75%;
    }
}

@media (min-width: 1700px) {
    .slider-content .home-slider .slider-inner-info {
        width: 66.66%;
    }
}

@media (min-width: 1800px) {
    .slider-content .home-slider .slider-inner-info {
        width: 58.33%;
    }
}

/* home-inner-slider swiper css */
.slider-content .home-slider .home-inner-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/* home-slider slider-navigation css */
.slider-content .home-slider .slider-inner-info .swiper-buttons.swiper-buttons-homeinner .swiper-buttons-wrap button {
    color: var(--secondary-font-color);
    width: 40px;
    height: 40px;
    background-color: var(--extra-font-color);
    -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.slider-content .home-slider .slider-inner-info .swiper-buttons.swiper-buttons-homeinner .swiper-buttons-wrap button:hover {
    color: var(--extra-font-color);
    background-color: var(--primary-font-color);
}

.slider-content .home-slider .slider-inner-info .swiper-buttons.swiper-buttons-homeinner button.swiper-prev {
    transform: translate(-50%, -50%);
}

.slider-content .home-slider .slider-inner-info .swiper-buttons.swiper-buttons-homeinner button.swiper-next {
    transform: translate(50%, -50%);
}

/* home-slider slider-dot css */
.slider-content .home-slider .slider-inner-info .swiper-dots.swiper-dots-homeinner .swiper-pagination {
    width: unset;
    position: unset;
    margin: -5px 0px 0px -5px;
}

.slider-content .home-slider .slider-inner-info .swiper-dots.swiper-dots-homeinner .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 5px 0px 0px 5px;
    opacity: 1;
    border: 1px solid var(--primary-font-color);
}

.slider-content .home-slider .slider-inner-info .swiper-dots.swiper-dots-homeinner .swiper-pagination span.swiper-pagination-bullet:hover,
.slider-content .home-slider .slider-inner-info .swiper-dots.swiper-dots-homeinner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-font-color);
    border-color: var(--primary-font-color);
}

/************************************* home-slider css end *************************************/

/************************************* service-area css start *************************************/
/*====================================
    sservice-area css
====================================*/
.service-area .service-content span.service-icon {
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.service-area .service-content:hover span.service-icon {
    transform: translateY(-10px);
}

/************************************* service-area css end *************************************/

/************************************* redesigned buttons start *************************************/
.btn-style {
    font-family: 'Marcellus', serif !important;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 12px 40px;
    height: auto !important;
    min-height: 50px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 100px !important;
}

.btn-style::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    z-index: -1;
}

.btn-style:hover::before {
    left: 100%;
}

.primary-btn {
    background-color: #7a3b51 !important;
    border: 1px solid #7a3b51 !important;
    color: #ffffff !important;
}

.primary-btn:hover {
    background-color: #ffffff !important;
    color: #7a3b51 !important;
    border-color: #7a3b51 !important;
    box-shadow: 0 5px 15px rgba(122, 59, 81, 0.2);
}

.secondary-btn {
    background-color: #7a3b51 !important;
    border: 1px solid #7a3b51 !important;
    color: #ffffff !important;
}

.secondary-btn:hover {
    background-color: #ffffff !important;
    color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.quaternary-btn {
    background-color: transparent !important;
    border: 1px solid #7a3b51 !important;
    color: #7a3b51 !important;
}

.quaternary-btn:hover {
    background-color: #7a3b51 !important;
    color: #ffffff !important;
    border-color: #7a3b51 !important;
}

.quinary-btn {
    background-color: transparent !important;
    border: 1px solid #1e1e1e !important;
    color: #1e1e1e !important;
}

.quinary-btn:hover {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-color: #1e1e1e !important;
}

.tertiary-btn {
    background-color: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    color: #1e1e1e !important;
}

.tertiary-btn:hover {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-color: #1e1e1e !important;
}

/************************************* redesigned buttons end *************************************/

/************************************* category-slider css start *************************************/
/*====================================
    category-slider swiper css
====================================*/
.category-slider .cat-slider {
    margin-top: -30px;
}

.category-slider .cat-slider .swiper-slide {
    padding-top: 30px;
}

.category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

@media (min-width: 576px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .category-slider .cat-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

/*====================================
    cat-block css
====================================*/
.category-slider .cat-slider .cat-block {
    position: relative;
    padding: 0 10px;
}

.category-slider .cat-slider .cat-block .cat-img-wrap {
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.category-slider .cat-slider .cat-block:hover .cat-img-wrap {
    transform: translateY(-5px);
}

.category-slider .cat-slider .cat-block .cat-content h6 a {
    color: var(--heading-font-color);
    font-weight: 500;
}

/* Pagination */
.category-slider .swiper-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50px;
    /* Circular by default */
}

.category-slider .swiper-dots .swiper-pagination-bullet-active {
    width: 25px;
    /* Pill-shaped active dot */
    background-color: #7a3b51;
}

/* Side navigation buttons */
.cat-slider-buttons {
    position: absolute;
    top: 55%;
    left: -20px;
    right: -20px;
    transform: translateY(-50%);
    width: calc(100% + 40px);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.cat-slider-buttons button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.cat-slider-buttons button:hover {
    background: var(--primary-font-color);
    color: #fff;
}

@media (max-width: 1199px) {
    .cat-slider-buttons {
        left: -10px;
        right: -10px;
        width: calc(100% + 20px);
    }
}

@media (max-width: 575px) {
    .cat-slider-buttons {
        display: none;
    }
}

/************************************* category-slider css end *************************************/

/************************************* banner-area css start *************************************/
/*====================================
    banner-area css
====================================*/
@media (min-width: 1600px) {
    .banner-area .banner-block .banner-content a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media (min-width: 1800px) {
    .banner-area .banner-block .banner-content .banner-subtitle {
        margin-bottom: 18px;
    }

    .banner-area .banner-block .banner-content h2 {
        font-size: 40px;
    }

    .banner-area .banner-block .banner-content a {
        padding: 12px 30px;
    }
}

/*====================================
    banner-scroll-text css
====================================*/
.banner-scroll-text {
    transform: skewY(-5deg);
}

.banner-scroll-text::before,
.banner-scroll-text::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background-color: var(--extra-font-color);
    opacity: 0.1;
}

.banner-scroll-text::before {
    top: 0;
}

.banner-scroll-text::after {
    bottom: 0;
}

.banner-scroll-text .banner-scroll-text-row {
    -webkit-animation: slide-left 40s linear infinite;
    animation: slide-left 40s linear infinite;
}

.banner-scroll-text:hover .banner-scroll-text-row,
.banner-scroll-text:focus .banner-scroll-text-row {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.banner-scroll-text .banner-scroll-text-row span::after {
    content: "\ea81";
    font-family: remixicon !important;
    margin: 0px 15px;
}

@media (min-width: 576px) {
    .banner-scroll-text .banner-scroll-text-row span::after {
        margin: 0px 30px;
    }
}

/************************************* banner-area css end *************************************/

/************************************* deal-area css start *************************************/
/*====================================
    deal-area swiper css
====================================*/
.deal-area-banner .deal-area .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

/*====================================
    deal-banner css
====================================*/
.deal-area-banner .deal-banner img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

@media (min-width: 992px) {
    .deal-area-banner .deal-banner img {
        object-fit: cover;
        object-position: center;
    }
}

/************************************* deal-area css end *************************************/

/************************************* testimonial css start *************************************/
/*====================================
    testimonial swiper css
====================================*/
.testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 100%;
}

@media (min-width: 576px) {
    .testimonial {
        overflow-x: hidden;
    }

    .testimonial .testi-slider {
        margin: 0px calc(-100% - 30px);
    }

    .testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

@media (min-width: 1400px) {
    .testimonial .testi-slider {
        margin: 0px calc(-50% - 15px);
    }

    .testimonial .testi-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

/*====================================
    testi-content css
====================================*/
.testimonial .testi-slider .testi-content .testi-img {
    width: 200px;
}

.testimonial .testi-slider .testi-content .testi-img img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    border-radius: var(--border-radius);
}

@media (min-width: 768px) {
    .testimonial .testi-slider .testi-content .testi-info {
        width: calc(100% - 200px);
    }

    .testimonial .testi-slider .testi-content .testi-img img {
        border-radius: 0px;
    }
}

/************************************* testimonial css end *************************************/

/************************************* brand-logo css start *************************************/
/*====================================
    brand-logo swiper css
====================================*/
.brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
    width: 50%;
}

@media (min-width: 576px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .brand-logo .brand-slider.swiper:not(.swiper-initialized) .swiper-slide:not([style]) {
        width: 20%;
    }
}

/*====================================
    brand-content css
====================================*/
.brand-logo .brand-slider .brand-content a span img {
    -webkit-filter: opacity(0.3) grayscale(1);
    filter: opacity(0.3) grayscale(1);
    -webkit-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

.brand-logo .brand-slider .brand-content:hover a span img {
    -webkit-filter: opacity(1) grayscale(0);
    filter: opacity(1) grayscale(0);
}

@media (min-width: 768px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 144px;
    }
}

@media (min-width: 992px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .brand-logo .brand-slider .brand-content a span {
        width: 176px;
    }
}

/************************************* brand-logo css end *************************************/

/* Promo Banner Premium Styles */
.promo-banner {
    background-color: #f9f9f9;
}

.promo-content-premium {
    z-index: 5;
    pointer-events: none;
}

.promo-content-premium .glass-box {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: auto;
    max-width: 90%;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.promo-banner:hover .glass-box {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.promo-content-premium .glass-box h3 {
    letter-spacing: 1px;
    color: #1a1a1a;
}

.promo-banner img {
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.promo-banner:hover img {
    transform: scale(1.08);
}

.uppercase {
    text-transform: uppercase;
}


/* Product Hover Icons Circle Shape */
.single-product .single-product-wrap .product-image .product-action a span.product-icon,
.single-product .single-product-wrap .product-content .pro-content .pro-content-action .product-action a span.product-icon {
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.single-product .single-product-wrap .product-image .product-action a:hover span.product-icon,
.single-product .single-product-wrap .product-content .pro-content .pro-content-action .product-action a:hover span.product-icon {
    background-color: #1e1e1e !important;
    color: #fff !important;
    transform: scale(1.1);
}

/* Header Icon Labels Font Styling */
.header-icon-list .header-icon-item .header-icon-link {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.header-icon-list .header-icon-item .header-icon-link span:not(.badge-counter) {
    font-family: 'Marcellus', serif !important;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    white-space: nowrap !important;
}
