.banner-wrp {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.banner-wrp .banner-img-wrp {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.banner-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrp .banner-img-wrp.active {
    opacity: 1;
    transform: scale(1);
}
.for-mob-wrp {
    display: none;
}
.after-banner-text {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.made-for-every-wrp {
    margin-top: 40px;
}
.made-for-every-wrp h2 {
    font-size: 20px;
    margin-bottom: 16px;
}
.offer-card-wrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.offer-card-img-wrp img {
    width: 100%;
    height: 450px;
}
.shop-purpose_item-title {
    margin-top: 16px;
    text-transform: uppercase;
}

/* most loved  */
.most-loved-kv {
    width: 100%;
    margin-top: 40px;
}

.most-loved-kv h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}

/* ----------- TABS ------------ */

.tabs-kv {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.tabs-kv input {
    display: none;
}

.tabs-kv label {
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.tabs-kv input:checked + label {
    font-weight: bold;
    border-bottom: 2px solid black;
}

/* ------- TAB CONTENT ------- */

.product-card-wrp {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
}
.tab-content-kv {
    /* margin-top: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px; */
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: grid;
}

/* -------- PRODUCT CARD -------- */

.product-card {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 15px;
    padding: 0 10px;
}

.no-product-found {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: #666;
}

.no-product-found p {
    margin: 0;
    font-weight: 500;
}

.trending-now-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-card-kv {
    background: #fafafa;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.tag-kv {
    position: absolute;
    top: 20px;
    left: 20px;
    background: black;
    color: white;
    font-size: 10px;
    padding: 4px 6px;
}

.main-img-kv {
    width: 100%;
    height: 444px;
    margin-bottom: 10px;
}

.thumb-row-kv {
    display: flex;
    gap: 8px;
    /* justify-content: center; */
}

.thumb-row-kv img {
    width: 45px;
    height: 50px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
}
.product-box-ks {
    margin-top: 24px;
}

.product-title-ks {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.price-row-ks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-price-ks {
    font-size: 16px;
    font-weight: 700;
}

.old-price-ks {
    color: gray;
    text-decoration: line-through;
    font-size: 15px;
}

.discount-ks {
    font-weight: 700;
    font-size: 14px;
}
.Shop-Tote-btn {
    border: none;
    background: #000;
    margin: 20px auto;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    display: block;
}
.trending-now-wrp {
    margin-top: 40px;
}
.trending-now-crads-wrp {
    display: flex;
    overflow-x: auto;
    gap: 16px;
}
.trnding-card-img-wrp img {
    width: 100%;
}
.trending-now-text {
    margin-top: 16px;
    text-transform: uppercase;
}
.spotlight-wrp {
    margin-top: 40px;
}
/* spotlight */
.spotlight-section {
    width: 100%;
    padding: 40px 0px;
    background: #fff;
}

.spotlight-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.spotlight-container {
    display: flex;
    /* gap: 30px; */
    width: 100%;
    height: 420px;
}

/* LEFT SIDE */
.spotlight-left {
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.spotlight-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT SIDE */
.spotlight-right {
    width: 50%;
    height: 100%;
    position: relative;
    background: #efefef;
    display: flex;
    align-items: center;
}

/* Vertical text */
.spotlight-vertical-text {
    position: absolute;
    left: -20px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    gap: 20px;
    font-size: 13px;
    letter-spacing: 2px;
}

.shop-now {
    font-weight: 600;
}

.product-name {
    font-weight: 400;
}

/* Slider */
.spotlight-slider {
    width: 100%;
    text-align: center;
}

.spotlight-slider img {
    width: 100%;
    height: 390px;
    cursor: pointer;
}

/* Slick arrows styling */

.spotlight-prev,
.spotlight-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;
}

/* Left arrow */
.spotlight-prev {
    left: 6px;
}

/* Right arrow */
.spotlight-next {
    right: 6px;
}
/* iconic collections */
.iconic-section {
    padding: 60px 0;
}

.iconic-title {
    font-size: 20px;
    margin-bottom: 30px;
}
.iconic-div-cont {
    position: relative;
}
/* Slider container */
.iconic-slider {
    position: relative;
}

/* Card */
.iconic-card {
    padding: 8px;
    cursor: pointer;
}

.iconic-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.iconic-card p {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.iconic-card:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

/* CUSTOM ARROWS */
.iconic-prev,
.iconic-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #000;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 100;
    font-size: 18px;
    cursor: pointer;
}

.iconic-prev {
    left: 6px;
}

.iconic-next {
    right: 6px;
}

.iconic-prev:hover,
.iconic-next:hover {
    background: black;
    color: white;
}
.style-edit-section {
    padding: 60px 0;
    position: relative;
}

.style-edit-container {
    width: 100%;
    margin: auto;
    position: relative;
}

.style-edit-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Slider Card */
.style-edit-card {
    padding: 5px;
    cursor: pointer;
}

.style-edit-card video {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.style-edit-info {
    padding: 12px 5px;
}

.style-edit-info h4 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 600;
}

.style-edit-info p {
    font-size: 14px;
}

.style-edit-info span {
    text-decoration: line-through;
    color: #888;
    margin-left: 6px;
}

/* Custom arrows */
.style-edit-prev,
.style-edit-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    z-index: 100;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.style-edit-prev {
    left: -20px;
}

.style-edit-next {
    right: -20px;
}

/* Slick spacing */
.style-edit-slider .slick-slide {
    padding: 0 8px;
}
.compare-section {
    padding: 40px 0;
    background: #f3f3f3;
    text-align: center;
}

.compare-title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.img-compare-container {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    height: 500px;
    margin: auto;
    overflow: hidden;
    background: #eee;
    cursor: ew-resize;
    user-select: none;
}
.img-compare-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.img-before {
    width: 50%;
    overflow: hidden;
    z-index: 2;
}

.img-before img {
    clip-path: inset(0 50% 0 0);
}

/* Both images */

/* BACK IMAGE */
/* .img-back {
  position: absolute;
  top: 0;
  left: 0;              
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* .img-font{
  position: absolute;
  top: 0;
  left: 0;             
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* FRONT IMAGE WRAPPER */
/* .img-front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;          
  overflow: hidden;
} */

/* FRONT IMAGE */
/* .img-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* SLIDER LINE */
.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: white;
    cursor: ew-resize;
    transform: translateX(-50%);
}

/* SLIDER BUTTON */
.slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background: black;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    pointer-events: none;
}

/* featured section */
.featured-wrapper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: white;
}

.featured-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 20px;
}

.slider-featured {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.slide-track-featured {
    display: flex;
    width: 100%; /* adjust based on number of images */
    animation: scroll 10s linear infinite;
}

.slide-track img {
    height: 70px;
    margin: 0 40px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* half of total images */
    }
}

/* --------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .tab-content-kv {
        grid-template-columns: repeat(2, 1fr);
    }
    .spotlight-container {
        flex-direction: column;
        height: auto;
    }

    .spotlight-left,
    .spotlight-right {
        width: 100%;
    }

    .spotlight-right {
        padding: 40px 0;
    }

    .spotlight-vertical-text {
        display: none;
    }
}
@media (max-width: 768px) {
    .iconic-card img {
        height: 300px;
    }
    .offer-card-wrp {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .tabs-kv {
        gap: 10px;
        flex-wrap: wrap;
    }

    .tab-content-kv {
        grid-template-columns: 1fr;
    }
    .style-edit-next {
        right: 6px;
    }
    .style-edit-prev {
        left: 6px;
    }
}
@media (max-width: 690px) {
    .for-desk-wrp {
        display: none;
    }
    .for-mob-wrp {
        display: block;
    }
}
