* {
    margin: 0;
}

.slider_container {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 50px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    /* height: 256px; */
    object-fit: cover;
}

.brand-parent {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    color: #161616;
    font-family: "Playfair Display";
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
    align-self: stretch;
    line-height: 150%;
    text-transform: capitalize;
}

.brand {
    width: 100%;
    position: relative;
    font-size: 96px;
    line-height: 150%;
    text-transform: capitalize;
    display: inline-block;
    font-family: "Playfair Display";
    color: #161616;
    text-align: center;
}

.frame-child {
    width: 338px;
    position: relative;
    border-top: 1px solid #161616;
    box-sizing: border-box;
    height: 1px;
}

.mens-wear {
    width: 100%;
    position: relative;
    font-size: 36px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Playfair Display";
    color: #161616;
    text-align: center;
    display: inline-block;
}

.lorem-ipsum-dolor {
    width: 100%;
    max-width: 360px;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: "Playfair Display";
    color: #161616;
    text-align: center;
    display: inline-block;
    text-align: justify;
}

.line-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 36px;
}

.swiper-next,
.swiper-prev {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
}

.inner-prev {
    justify-content: right;
    background-color: white;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.inner-next {
    justify-content: left;
    background-color: white;
    opacity: 0.8;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.swiper-next {
    right: -25px;
}

.swiper-prev {
    left: -25px;
}

.inner-next .arrow-right {
    width: 30px;
    height: 30px;
}

.inner-prev .arrow-left {
    width: 25px;
    height: 25px;
}

.mySwiper:hover .swiper-next,
.mySwiper:hover .swiper-prev {
    display: block;
}

.swiper-next::after {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #696969;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-prev::after {
    border-width: 6px 10px 6px 0;
    border-color: transparent #696969 transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-next:hover,
.swiper-prev:hover {
    opacity: 1;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.recommended-for-you-parent {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 24px;
    color: #4c4c4c;
    font-family: 'Montserrat';
}

.recommended-for-you {
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.arrow-square-left-icon {
    width: 24px;
    position: relative;
    height: 24px;
}

.arrow-square-left-parent {
    width: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main_container {
    display: flex;
    flex-direction: column;
    padding: 60px;
    margin-bottom: 100px;
}

.group-child {
    position: absolute;
    margin-top: 11%;
    margin-left: 5%;
    background: linear-gradient(88deg, rgba(240, 219, 133, 0.10) 1.81%, rgba(181, 129, 19, 0.10) 104.36%);
    width: 37.5%;
    aspect-ratio: 1.305/1;
}

.group-item {
    position: absolute;
    top: 0px;
    left: 50%;
    background-color: rgba(217, 217, 217, 0.20);
    width: 37.5%;
    aspect-ratio: 1.305/1;
}

.rectangle-parent {
    width: 100%;
    position: relative;
    height: fit-content;
}

.group-parent {
    width: 100%;
    position: relative;
    height: fit-content;
    text-align: left;
    font-size: 13.5px;
    color: #000;
    z-index: 1;
    font-family: "Raleway";
}

.frame-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10%;
}

@media (max-width: 600px) {
    .frame-group {
        grid-template-columns: 1fr;
    }
    .frame-group {
        gap: 5%;
    }
}

.image-1205-parent {
    width: 100%;
    position: relative;
    box-shadow: 3.375375270843506px 3.375375270843506px 8.44px rgba(151, 151, 151, 0.2);
    border-radius: 5.06px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16.9px 8.4px;
    box-sizing: border-box;
    gap: 15.2px;
    text-align: left;
    font-size: 13.5px;
    color: #000;
    font-family: 'Raleway';
}

.image-1205-parent a {
    width: 100%;
}

.image-1205-icon {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 204.2px;
    flex-shrink: 0;
    object-fit: contain;
}

.frame-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15.2px;
    margin-left: 2%;
}

.goldstar-wisewomens-trekking {
    width: 100%;
    position: relative;
    font-size: 13.5px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 8px;
}

.rs-2300 {
    width: 100%;
    position: relative;
    font-size: 20.25px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: "Playfair Display";
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

.in-stock {
    position: relative;
    line-height: 150%;
    text-transform: capitalize;
}

.in-stock-wrapper {
    border-radius: 16.88px;
    border: 0.8px solid #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.4px 15.2px;
}

.in-stock-wrapper a {
    text-decoration: none;
    color: #000;
}

.heart-icon {
    width: 20.3px;
    position: relative;
    height: 20.3px;
}

.vector-icon {
    width: 15.2px;
    position: relative;
    height: 15.2px;
}

.cart_flash {
    width: 30px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 5.1px;
    box-sizing: border-box;
}

.heart-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

.frame-parent1 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* gap: 123.2px; */
    text-align: left;
    font-size: 11.81px;
    color: #000;
    font-family: 'Nunito';
}

.add_image {
    width: 100%;
    aspect-ratio: 3/1;
}

.image-1230-icon {
    width: 100%;
}

.sale_container {
    padding: 60px;
}

.flash-sale {
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.evaflash-fill-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.flash-sale-parent {
    width: 177px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.see-more {
    position: relative;
    line-height: 150%;
    text-transform: capitalize;
}

.see-more-wrapper {
    width: 120px;
    border-radius: 20px;
    border: 1px solid #6e6e6e;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-family: 'Raleway';
}

.frame-sale {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 24px;
    color: #4c4c4c;
    font-family: 'Montserrat';
    margin-bottom: 55px;
}


/* /////Flash Sale */

.myCustomSwiper {
    width: 100%;
    height: max-content;
    overflow: hidden;
    position: relative;
}

.product-price {
    align-self: stretch;
    position: relative;
    font-size: 20.25px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: 'Playfair Display';
}

.image-flash {
    width: 100%;
    position: relative;
    box-shadow: 3.375375270843506px 3.375375270843506px 8.44px rgba(151, 151, 151, 0.2);
    border-radius: 5.06px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16.9px 8.4px;
    box-sizing: border-box;
    gap: 15.2px;
    text-align: left;
    font-size: 13.5px;
    color: #000;
    font-family: 'Raleway';
}

.image-flash a {
    width: 100%;
}

.frame_div_flash {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15.2px;
    margin-left: 2%;
}

.goldstar-wisewomens-trekking {
    width: 100%;
    position: relative;
    font-size: 13.5px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 8px;
}

.product-price {
    align-self: stretch;
    position: relative;
    font-size: 20.25px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: 'Playfair Display';
}

.price-original {
    text-decoration: line-through;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #696969;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    /* Ensure the buttons are not hidden */
}


/* .swiper-button-next{
  right: -20px;
}
.swiper-button-prev{
  left: -20px;
} */


/* Optional: Adjust background or border if needed */

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px;
    color: #696969;
}

.discover {
    margin-top: 55px;
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.discover-parent {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 24px;
    color: #4c4c4c;
    font-family: 'Montserrat';
}

.discover-section {
    padding: 40px 80px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}


/* Background Boxes */

.discover-section::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5%;
    width: 20%;
    aspect-ratio: 1/1;
    background-color: rgba(163, 226, 226, 0.2);
    /* Light blue color */
    z-index: 0;
}

.discover-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 20%;
    aspect-ratio: 1/1;
    background-color: rgba(217, 217, 217, 0.2);
    /* Light grey color */
    z-index: 0;
}

.section-title {
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #4C4C4C;
    margin-bottom: 40px;
}

.category-grid {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 24px;
}

.category-card {
    position: relative;
    overflow: hidden;
}

.category-card.home-appliances {
    flex: 0 0 25%;
    border-radius: 20px;
    aspect-ratio: 1/1;
}

.category-right-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.subtitle-container {
    width: 100%;
    background: #F9F9F9;
    border-radius: 8px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #305750;
    text-align: center;
}

.category-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: auto;
    align-items: flex-end;
    justify-items: normal;
}

.category-card.small {
    border-radius: 10px;
}

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

.category-content_home {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 100%;
    height: 100%;
}

.category-content_home h3 {
    color: #5C5F6A;
    font-family: 'Raleway';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    margin: 0 0 90% 0;
}

.category-content {
    width: 100%;
    position: absolute;
    bottom: 30%;
    left: 35%;
}

.category-content h3 {
    color: #5C5F6A;
    font-family: 'Raleway';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    margin: 0 0 15% 0;
}

.see-more_discover_home {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    padding: 6px 16px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.see-more_discover {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333333;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.see-more_discover:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 0, 0, 0.2);
}

.see-more_discover_home:hover {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .discover-section {
        padding: 30px 20px;
    }
    .category-grid {
        flex-direction: column;
    }
    .category-card.home-appliances {
        width: 100%;
        height: 240px;
    }
    .category-right {
        grid-template-columns: 1fr;
    }
    .category-card.small {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .discover-section {
        padding: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-subtitle {
        font-size: 16px;
    }
}


/* Furniture Banner Section */

.furniture-banner {
    margin-top: 10%;
    position: relative;
    height: 240px;
    background: #FFF1EC;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    padding: 40px 80px;
}

.furniture-content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: -20%;
}

.quote-mark-left,
.quote-mark-right {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #83675F;
    line-height: 1;
    position: absolute;
}

.quote-mark-left {
    left: -10%;
    top: -8%;
}

.quote-mark-right {
    right: 15%;
    bottom: -8%;
}

.furniture-content h2 {
    color: #8C8C8C;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.furniture-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -52%);
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    z-index: 1;
}

.furniture-text {
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-transform: uppercase;
    color: #FB9;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 60px */
    letter-spacing: 1.6px;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .furniture-banner {
        height: 240px;
    }
    .furniture-content {
        padding-left: 40px;
    }
    .furniture-content h2 {
        font-size: 24px;
    }
    .furniture-text {
        font-size: 48px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .furniture-banner {
        height: 200px;
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .furniture-content {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .furniture-image {
        position: relative;
        height: 200px;
        margin: 0 auto;
    }
    .furniture-text {
        display: none;
    }
}