/**/
.section-header {
    margin-bottom: 14px;
    position: relative;
}

.section-header .title {
    color: #232323;
    font-size: 20px;
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase;
}

.section-header .title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #232323;
    transform: translateY(-50%);
}

.section-header .title .text {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    max-width: 100%;
    width: 420px;
}

.section-header .view_all {
    color: #3c3c3c;
    font-weight: 400;
    margin-bottom: 20px !important;
    display: inline-block;
    border-bottom: 1px solid #000000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 80vh;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero .info {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    transform: translateY(-50%);
}

@media (max-width: 768px),
(max-height: 480px) {
    .hero .info {
        display: none;
    }

    .hero {
        min-height: 30vh;
    }

    .hero .carousel-item img {
        object-fit: inherit;
    }

    .hero .carousel-control-next-icon,
    .hero .carousel-control-prev-icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 15px !important;
    }

    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        justify-content: center !important;
    }
}

.hero .info h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    color: #232323;

}

.hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 768px) {
    .hero .info h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .hero.dark-background .info .btn-get-started {
        padding: 10px 20px;
    }
}

.hero .info p {
    color: color-mix(in srgb, #364d59, transparent 20%);
    color: #232323;
}

.hero .info .btn-get-started {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 40px;
    transition: 0.5s;
    border: 2px solid #000000;
    background-color: #000000;
}

.hero .info .btn-get-started:hover {
    background: #821F40;
    color: #ffffff;
    border: 2px solid #821F40;
}

.hero .carousel {
    inset: 0;
    position: absolute;
    overflow: hidden;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition-duration: 0.4s;
}

.hero .carousel-item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* .hero .carousel-item::before {
    content: "";
    background-color: color-mix(in srgb, #060606, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
} */

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: color-mix(in srgb, #ffffff, transparent 80%);
    color: color-mix(in srgb, #ffffff, transparent 40%);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 0.9;
}


/**/
.spotlight-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.spotlight-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.spotlight-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.spotlight-inner h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.spotlight-inner h3 a {
    color: #fff;
    width: 100%;
    display: block;
}

.spotlight-inner h3 a:hover {
    text-decoration: underline;
}

.spotlight-item:hover .spotlight-inner {
    opacity: 1;
}

.spotlight-item:hover .spotlight-image img {
    transform: scale(1.1);
}

/*product*/
.product-default {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
    height: 100%;
}


.product-default figure {
    overflow: hidden;
    margin: 0;
    position: relative;
    height: 300px;
    transition: all 0.5s ease-in;
}

.product-default figure>a:first-child {
    width: 100%;
    height: 100%;
}

.product-default img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in;
}

.product-default:hover img {
    transform: scale(1.03);
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative;
}

/* .product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
} */

.product-default:hover figure img:last-child {
    opacity: 1;
}

.product-default .btn-icon-group {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.product-default .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    transform: translateX(100%);
}

.product-default:hover .btn-icon {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.product-default .btn-icon:hover {
    background-color: #000000;
    color: #fff;

}

.product-default .btn-quickview {
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    border: 1px solid #000000;
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.product-default .btn-quickview:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.product-default:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.product-default .product-details {
    text-align: center;
}

.product-default .product-details .product-size {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.product-default .product-details .product-size span {
    font-size: 14px;
    font-weight: 700;
}

.product-default .product-details .product-size ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.product-default .product-details .product-size ul li.item-size {
    display: block;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #dedede;
    font-weight: 100;
    font-size: 12px;
}

.product-default .category-wrap {
    width: 100%;
}

.product-default .category-list {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.8;
    text-transform: uppercase;
}

.product-default a.product-category {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    font-size: 12px;
}

.product-default .product-title {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.product-default .product-title a {
    color: inherit;
}

.product-default .price-box .text {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: -2px 10px 0 0;
    line-height: 22px;
    color: #969696;
}

.product-default .price-box .product-price {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.product-default .label-group {
    position: absolute;
    top: 0;
    left: 0;
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.product-default .product-label.label-hot {
    background-color: #c1c1c1;
}

.product-default .product-label.bundle-badge {
    background-color: #000000;
}

.product-default .product-label.sale-badge {
    background-color: #e95144;
}

.product-default .product-label.custom-badge {
    background-color: #ffbb49;
}

@media (max-width: 768px) {
    .product-default figure {
        height: 200px;
    }
}

/**/
.sections-image-banner-block {
    position: relative;
}

.banner-item {
    position: relative;
    overflow: hidden;
}

.img-box {
    position: relative;
}

.img-box img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.content-box {
    max-width: 400px;
    padding: 20px;
    right: calc((100% - 1170px) / 2) !important;
    left: auto;
    text-align: center;
    z-index: 10;
}

.banner-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-text {
    font-size: 1rem;
    margin-bottom: 20px;
}

.banner-button {
    display: inline-block;
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
    text-transform: uppercase;
    width: 230px;
}

.banner-button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-box {
        padding: 15px;
        max-width: 90%;
    }

    .banner-heading {
        font-size: 1.5rem;
    }

    .banner-text {
        font-size: 0.9rem;
    }

    .banner-button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

/**/
/* Navigation Button Styles */

#productslider .owl-nav .owl-prev,
#productslider .owl-nav .owl-next,
#brandslider .owl-nav .owl-prev,
#brandslider .owl-nav .owl-next,
#instagramslider .owl-nav .owl-prev,
#instagramslider .owl-nav .owl-next {
    color: #000000;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s ease-in-out;
    border: 1px solid #a1a1a1;
}

#productslider .owl-nav .owl-prev,
#brandslider .owl-nav .owl-prev,
#instagramslider .owl-nav .owl-prev {
    left: -25px;
}

#productslider .owl-nav .owl-next,
#brandslider .owl-nav .owl-next,
#instagramslider .owl-nav .owl-next {
    right: -25px;
}

#productslider .owl-nav .owl-prev:hover,
#productslider .owl-nav .owl-next:hover,
#brandslider .owl-nav .owl-prev:hover,
#brandslider .owl-nav .owl-next:hover,
#instagramslider .owl-nav .owl-prev:hover,
#instagramslider .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    background-color: #fff;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #e4e4e4;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, #3d4348, transparent 40%);
    margin: 0;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
    height: auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, #3d4348, transparent 85%);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.testimonials .swiper-slide {
    opacity: 0.3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }

    .testimonials .testimonial-item {
        margin: 40px 20px;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*brandslider*/
.brand-slider {
    background: #ffffff;
    border-top: 1px solid #ebebeb;
}


#brandslider .item img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
    padding-top: 5px;
    padding-bottom: 5px;
}

#brandslider .item img:hover {
    transform: scale(1.05);
}

#brandslider .owl-nav .owl-prev,
#brandslider .owl-nav .owl-next {
    border: 1px solid #a1a1a1;
}

/*instagram-slide*/
.instagram-slide .section-header .title:before {
    display: none;
}


#instagramslider .item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#instagramslider .item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

#instagramslider .item:hover img {
    transform: scale(1.05);
}

#instagramslider .item a {
    display: block;
    text-decoration: none;
}

@media (max-width: 768px) {

    #productslider .owl-nav .owl-prev,
    #productslider .owl-nav .owl-next,
    #brandslider .owl-nav .owl-prev,
    #brandslider .owl-nav .owl-next,
    #instagramslider .owl-nav .owl-prev,
    #instagramslider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    #productslider .owl-nav .owl-prev,
    #brandslider .owl-nav .owl-prev,
    #instagramslider .owl-nav .owl-prev {
        left: 25px;
    }

    #productslider .owl-nav .owl-next,
    #brandslider .owl-nav .owl-next,
    #instagramslider .owl-nav .owl-next {
        right: 25px;
    }

}