@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
}

.img-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-outline-primary {
    --bs-btn-color: #74c7a3;
    --bs-btn-border-color: #74c7a3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #74c7a3;
    --bs-btn-hover-border-color: #74c7a3;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #74c7a3;
    --bs-btn-active-border-color: #74c7a3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #74c7a3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #74c7a3;
    --bs-gradient: none;
}

.brand-color {
    color: #74c7a3;
}

[dir="rtl"] .me-3 {
    margin-inline-end: 1rem !important;
    margin-right: 0 !important;
}

[dir="rtl"] input[type="tel"] {
    text-align: end;
}

.main-header {
    position: relative;
}

.main-header__logo-bar {
    padding-block: 10px;
    background: #fff;
}

.main-header__logo-lang {
    display: flex;
    gap: 20px;
    align-items: center;

    @media (min-width: 991px) {
        font-size: 18px;
    }
}

.main-header__logo-btn {
    display: none;
}

.menu-drawer {
    display: none;
}

.main-header__logo-lang .language-selector:not(:last-child):after {
    content: '';
    position: absolute;
    right: -10px;
    height: 20px;
    width: 1px;
    background-color: #ffffff9c;
}

.main-header__logo {
    width: 150px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.main-header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.main-header__logo-icon {
    display: none;
}

.main-header__logo-link {
    display: flex;
    gap: 20px;
    justify-content: flex-end;

    @media (min-width: 991px) {
        font-size: 18px;
    }
}

.main-header__logo-link a {
    color: #74c7a3;
    text-decoration: none;
    position: relative;
}

.main-header__logo-link a:not(:last-child):after {
    content: '';
    position: absolute;
    right: -10px;
    height: 20px;
    width: 1px;
    background-color: #74c7a39c;
}

.language-selector {
    background: transparent;
    border: none;
    color: #74c7a3;
    outline: none;
}

.language-selector option {
    background: #fff;
    color: #74c7a3;
}

.main-header__menu-bar,
.main-header__logo-bar {
    transition: top 0.3s ease, position 0.3s ease;
}

.main-header__menu-bar {
    background: #74c7a3;
    padding-block: 20px;
    box-shadow: 2px 3px 4px #00000026;
    position: relative;
}

.main-header__menu-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.main-header__menu-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}

.main-header__menu-list-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer;

    @media (min-width: 991px) {
        font-size: 18px;
    }
}

.main-header__menu-list-link--active,
.main-header__menu-list-link:hover {
    color: #000;
}

.main-header__menu-icon {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.main-header__menu-icon a {
    color: #fff;
    display: block;
}

.main-header__menu-icon-cart {
    position: relative;
    margin-right: 10px;
}

.main-header__menu-icon-cart span {
    position: absolute;
    font-size: 10px;
    background: #fff;
    height: 18px;
    border-radius: 10px;
    padding-inline: 5px;
    line-height: 18px;
    right: -9px;
    top: -8px;
    color: #74c7a3;
}

.mega-menu {
    position: absolute;
    left: 0;
    height: 0;
    background-color: #fff;
    z-index: 9;
    width: 100vw;
    padding-block: 30px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    overflow: hidden;
    top: 55px;
}

.main-header__menu-list-item-dropdowan:hover .mega-menu {
    height: 350px;
    opacity: 1;
    visibility: visible;
}

.mega-overlay {
    position: absolute;
    height: 0;
    width: 100%;
    top: 55px;
    left: 0;
    background: #00000085;
    z-index: 2;
    opacity: 0;
}

.main-header__menu-list-item-dropdowan:hover .mega-overlay {
    height: 100vh;
    opacity: 1;
}

.mega-menu__category-img-wrapper {
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.mega-menu__category {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mega-menu__category1 {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.mega-menu__title {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mega-menu__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mega-menu__list a {
    text-decoration: none;
    color: #000;
    transition: .3s;
}

.mega-menu__list a:hover {
    color: #74c7a3;
}

/*  */

.hero-banner__img-wrapper {
    display: block;
    height: 650px;
    overflow: hidden;
}

.hero-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-banner-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
}

.top-trending {
    margin-block: 80px;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.product-card {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product-card__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all .3s ease;
    transform: translateX(150%);
}

.product-card__icon-box {
    border: 1px solid #74c7a3;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    color: #74c7a3;
    cursor: pointer;
    transition: all .3s ease;
}

.product-card__icon-wishlist i+i,
.product-card__icon-wishlist:hover i,
.product-card__icon-wishlist--active i {
    display: none;
    transition: all .3s ease;
}

.product-card__icon-wishlist:hover i+i,
.product-card__icon-wishlist--active i+i {
    display: block;
    transition: all .3s ease;
}

.product-card-label {
    position: absolute;
    top: 23px;
    left: -25px;
    margin: 0;
    text-transform: uppercase;
    background-color: #74c7a3;
    transform: rotate(315deg);
    font-size: 10px;
    width: 115px;
    text-align: center;
    color: #000;
    box-shadow: 6px 3px 5px #00000069;
    padding-block: 2px;
}

.product-card-label--out-of-stock {
    position: absolute;
    top: 23px;
    left: -25px;
    margin: 0;
    background-color: #FFD600; /* Bright yellow */
    color: #000;
    transform: rotate(315deg);
    font-size: 10px;
    width: 115px;
    text-align: center;
    box-shadow: 6px 3px 5px #00000069;
    z-index: 2;
    padding: 2px 0;
    font-weight: 600;
}

.product-card__img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.product-card__img-wrapper img {
    object-fit: contain;
}

.product-card__img-wrapper img+img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.product-card:hover .product-card__img-wrapper img+img {
    opacity: 1;
    visibility: visible;
}

.product-card:hover .product-card__icon {
    transform: translateX(0);
}

.product-card__meta {
    padding: 20px 10px;
}

.product-card__title {
    font-size: 16px;
    margin-bottom: 0;
}

.product-card__price {
    margin-bottom: 0;
}

span.product-card__price-sale {
    font-weight: 500;
    color: #74c7a3;
}

.product-card__price-regular {
    text-decoration: line-through;
    color: #00000047;
}

.top-trending-pagination .swiper-pagination-bullet {
    background-color: #000000;
}

.top-trending__body .swiper-wrapper {
    padding-bottom: 35px;
}

/*  */

.category-section__banner {
    position: relative;
}

.category-section_second-row {
    margin-top: 25px;
}

.category-section__banner-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.category-section__banner-img img {
    transition: all .8s ease;
}

.category-section__banner-text {
    position: absolute;
    top: 30px;
    padding: 0 30px;
}

[dir="rtl"] .category-section__banner-text {
    inset-inline-end: 0;
    text-align: end;
}

.category-section__banner-text-title {
    font-size: 22px;
    margin-bottom: 15px;
}



.category-section__banner-text-btn {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    font-weight: 500;
}

.category-section__banner--mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-section__banner--right .category-section__banner-text {
    top: 50%;
    transform: translateY(-50%);
}

.category-section__banner:hover .category-section__banner-img img {
    transform: scale(1.1);
}

/*  */

.stor-banner__inner {
    background-color: #000;
    display: flex;
    border-radius: 20px;
    padding: 70px 35px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background-image: linear-gradient(45deg, #74c7a3e6, transparent);
}

.stor-banner__inner-text h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}

.stor-banner__inner-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.stor-banner__inner-btn {
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    border: 1px solid;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
}

.stor-banner__inner:hover .stor-banner__inner-btn {
    background-color: #fff;
    color: #000;
}


/*  */

.main-footer {
    background-color: #090909;
    padding-block: 50px 40px;
}

.main-footer__logo-wrapper {
    display: block;
    width: 100px;
}

.main-footer__info p {
    color: #fff;
    line-height: 1.3;
    margin-block: 20px;
}

.main-footer__links h5,
.main-footer__newsletter h5 {
    font-size: 16px;
    color: #74c7a3;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.main-footer__links-list a {
    text-decoration: none;
    color: #f7f7f7;
    transition: all .3s ease;
}

.main-footer__links-list a:hover {
    color: #74c7a3;
}

.main-footer__newsletter img {
    width: 100%;
}

.footer-social a {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    transition: all .3s ease;
}

.footer-social a:hover {
    background-color: #74c7a3;
    color: #ffffff;
}

.copy-right-bar {
    background-color: #74c7a3;
    padding-block: 6px;
    font-size: 12px;
    text-align: center;
}

/* ------------------ Collection page */
section.collection-header {
    margin-block: 40px;
    text-align: center;
}

.breadcrumbs-sec {
    margin-block: 40px;
}

.breadcrumbs-sec__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.breadcrumbs-sec__item {
    position: relative;
}

.breadcrumbs-sec__item:not(:last-child):after {
    position: absolute;
    content: '/';
    font-size: 10px;
    inset-inline-end: -12px;
    top: 4px;
}

.breadcrumbs-sec__link {
    color: #707070;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.breadcrumbs-sec__link--active {
    color: #000;
    font-weight: 400;
}

.collection-cart {
    margin-block: 40px;
}

.collection-cart__products {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.collection-cart__product {
    flex: 0 0 25%;
    flex-basis: calc(25% - 12px);
}

.collection-cart__filter-area {
    position: sticky;
    top: 80px;
    margin-bottom: 40px;
}

.collection-cart__filter-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.collection-cart__filter-box {
    padding-block: 18px 0;
    border-top: 1px solid #eee;
}

.collection-cart__filter-box-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
    cursor: pointer;
}

.collection-cart__filter-box-title:after {
    content: '';
    position: absolute;
    inset-inline-end: 0;
    top: 7px;
    width: 13px;
    height: 1px;
    background-color: #000;
    transition: all .3s ease;
}

.collection-cart__filter-box-title:before {
    content: '';
    position: absolute;
    inset-inline-end: 6px;
    top: 1px;
    width: 1px;
    height: 13px;
    background-color: #000;
    transition: all .3s ease;
}

.collection-cart__filter-box-title--active:before {
    transform: rotate(90deg);
}

.collection-cart__filter-box-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: none;
    padding-bottom: 18px;
}

.collection-cart__filter-box-list.collection-cart__filter-box-list--active {
    height: 100%;
    opacity: 1;
    display: flex;
}

.collection-cart__filter-box--item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.collection-cart__filter-box--item input {
    accent-color: #000;
}

.collection-cart__filter-box--item label {
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
}

.collection-cart__sort-by {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.collection-cart__sort-by-select {
    display: flex;
    align-items: center;
}

.collection-cart__sort-by-select .language-selector {
    font-size: 12px;
}

.collection-cart__sort-by-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
}

.collection-cart__sort-filter {
    display: none;
}

.collection-filter-drawer {
    display: none;
}

/* -------------------------------- Product page */
.product-page {
    margin-block: 40px 60px;
}

.product-page__row {
    display: flex;
}

.product-page__gallery {
    flex: 0 0 55%;
    overflow: hidden;
}

.product-main-slider__slide {
    width: 100%;
    display: block;
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.product-main-slider__slide img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    display: block;
}

.product-thumb-slider {
    margin-top: 30px;
}

.product-thumb-slider__slide {
    padding: 2px;
    border: 1px solid;
    opacity: .6;
    cursor: pointer;
}

.product-thumb-slider__slide.swiper-slide-thumb-active {
    opacity: 1;
}

.product-thumb-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.swiper-button-next.product-main-slider-next:after,
.swiper-button-prev.product-main-slider-prev:after {
    color: #000;
    font-size: 30px;
}

.product-page__meta {
    flex: 0 0 35%;
    padding-inline-start: 50px;
}

.product-page__meta-inner {
    position: sticky;
    top: 80px;
}

.product-page__meta-make {
    color: #74c7a3;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}

.product-page__meta-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-page__meta-info {
    line-height: 1.2;
    margin-bottom: 12px;
}

.product-page__meta-price {
    margin-block: 20px;
}

.product-page__meta-price-sale {
    font-size: 20px;
    font-weight: 500;
    color: #74c7a3;
    line-height: 1;
}

.product-page__meta-price-regular {
    font-weight: 500;
    font-size: 16px;
    color: #ccc;
    text-decoration: line-through;
}

.form-select {
    min-width: 90px;
    font-size: 12px;

}

.product-page__meta-short-dis {
    margin-block: 20px;
}

.product-page__meta-short-dis>* {
    line-height: 1.2;
    margin-bottom: 0;
}

.product-page__meta-eye, .product-page__meta-size {
    border-top: 1px solid #e2e5ec;
    border-bottom: 1px solid #e2e5ec;
    padding-block: 20px;
    margin-bottom: 20px;
}

.product-page__meta-color {
    padding-block: 20px;
}

.product-page__meta-label {
    margin-bottom: 0;
    font-size: 12px;
    opacity: .5;
    font-weight: 500;
}

.product-page__meta-eye label {
    font-size: 12px;
    margin-bottom: 8px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #74c7a3;
    height: 100%;
    color: #fff;
}

.input-group input {
    text-align: center;
    margin-inline: 10px !important;
    border-radius: 5px !important;
}

.product-page__meta-btn {
    margin-top: 20px;
}

.btn.custom-btn {
    width: 100%;
    background-color: #74c7a3;
    color: #fff;
    text-transform: uppercase;
}

.product-page__meta-accordions {
    margin-top: 20px;
}

.product-page__meta-accordions-box {
    padding-block: 12px;
    border-bottom: 1px solid #ddd;
}

.product-page__meta-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.product-page__meta-accordion-content {
    max-height: 182px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 12px;
}

.product-page__meta-accordion-content p {
    margin: 10px 0;
}

.arrow {
    display: block;
    transition: transform 0.3s ease;
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    border-top-color: #0000;
    border-right-color: #0000;
    transform: rotate(315deg);
}

.arrow.rotate {
    transform: rotate(135deg);
}

/* ------------------------------ Brand page */

.collection-cart__products nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.collection-cart__products nav svg {
    width: 20px;
    height: 20px;
}

.collection-cart__products nav p {
    margin-block: 28px;
}

.collection-cart__products nav a {
    color: #74c7a3;
    text-decoration: none;
}

/* ------------------------------ Login page */
.login-form {
    margin-block: 60px;
}

.login-form__title {
    text-align: center;
    margin-bottom: 28px;
}

.login-form__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-form__inner input, .login-form__inner select {
    font-size: 14px;
    height: 38px;
}

.login-form__inner label {
    font-size: 12px;
    margin-bottom: 5px;
}

/* ------------------------ Cart Page */
.cart-empty {
    margin-bottom: 60px;
}

.cart-empty .btn {
    width: 65%;
}

.cart-items {
    margin-bottom: 60px;
}

.list-group-item img {
    width: 95%;
    height: 90px;
    object-fit: cover;
    margin-inline-end: 5px;
}



/* --------------------------- contact page */

/* Contact Page Styles */
.contact-page {
    max-width: 1100px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.contact-page__info {
    background: linear-gradient(135deg, #74c7a3, #0a99c4);
    color: #fff;
    padding: 40px 30px;
    flex: 1 1 40%;
}

.contact-page__heading {
    margin-bottom: 25px;
    font-weight: 600;
}

.contact-page__info p {
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-page__info i {
    margin-right: 10px;
}

.contact-page__social-icons a {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.contact-page__social-icons a:hover {
    color: #f0f0f0;
    transform: scale(1.1);
}

.contact-page__map-container {
    margin-top: 25px;
}

.contact-page__map-container iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 8px;
}

.contact-page__form {
    flex: 1 1 60%;
    padding: 40px 30px;
    background-color: #f9f9f9;
}

.contact-page__form h4 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #74c7a3;
}

.btn-primary {
    background-color: #74c7a3;
    border-color: #74c7a3;
}

.btn-primary:hover {
    background-color: #0a99c4;
    border-color: #0a99c4;
}

@media (max-width: 768px) {

    .contact-page__info,
    .contact-page__form {
        flex: 1 1 100%;
        padding: 30px 20px;
    }

    .contact-page__map-container iframe {
        height: 180px;
    }
}


/* ------------------------- FAQ page */
/* FAQ Page Styles */
.faq-page {
    max-width: 900px;
    margin: auto;
    padding: 40px;
    margin-bottom: 60px;
}

.faq-page__heading {
    text-align: center;
    color: #74c7a3;
    font-weight: 600;
    margin-bottom: 40px;
}

.accordion-button {
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    flex-direction: row-reverse;
}

.accordion-button:not(.collapsed) {
    background-color: #74c7a3;
    color: #fff;
}

.accordion-button::after {
    display: none;
}

.accordion-button::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\2b';
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
    content: '\f068';
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 15px;
    line-height: 1.6;
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .faq-page {
        padding: 25px 20px;
    }
}


/* ------------------------- Policy pages */

/* Policy Page Styles */
.policy-page {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    width: 100%;
}

.policy-page h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #74c7a3;
    font-weight: 600;
}

.policy-page h3 {
    font-size: 22px;
    font-weight: 600;
    margin-block: 30px 8px;
}

.policy-page p {
    font-weight: 400;
    font-family: 'Frutiger LT Arabic';
    word-break: break-word;
}

.policy-page a {
    color: #74c7a3;
}



.policy-page__section-title {
    font-size: 18px;
    font-weight: 500;
    color: #74c7a3;
    margin-top: 30px;
    margin-bottom: 5px;
}

.policy-page__section-content {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .policy-page {
        padding: 25px 15px;
    }
}


/* -----------------------  About us */


/* About Page Styles */
.about-page {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
}

.about-page__header {
    text-align: center;
    margin-bottom: 30px;
    color: #74c7a3;
    font-weight: 600;
}

.about-page__heading {
    font-size: 20px;
    font-weight: 600;
    color: #74c7a3;
    margin-top: 30px;
}

.about-page__content {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.about-page__ceo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.about-page__ceo-section img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-inline: auto;
}

.about-page__ceo-content {
    max-width: 60%;
}

.about-page__journey-section {
    background-color: #74c7a3;
    color: white;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
}

.about-page__journey-section h3 {
    font-size: 24px;
    font-weight: 600;
}

.about-page__journey-section p {
    font-size: 16px;
    line-height: 1.6;
}

.about-page__image-content-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.about-page__image-content-section img {
    width: 50%;
    object-fit: cover;
    border-radius: 12px;
}

.about-page__image-content-section .about-page__content {
    width: 45%;
}

@media (max-width: 768px) {
    .about-page__ceo-section {
        flex-direction: column;
        text-align: center;
    }

    .about-page__ceo-section img {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }

    .about-page__ceo-content {
        max-width: 100%;
        text-align: center;
    }

    .about-page__journey-section {
        padding: 30px;
    }

    .about-page__image-content-section {
        flex-direction: column;
        text-align: center;
    }

    .about-page__image-content-section img {
        width: 80%;
        margin-bottom: 20px;
    }

    .about-page__image-content-section .about-page__content {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .about-page {
        padding: 20px;
    }

    .about-page__heading {
        font-size: 18px;
    }

    .about-page__content {
        font-size: 14px;
    }
}

/* ----------------------- My Account  */
.account-page {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-block: 0 60px;
    width: 100%;
  }

  .account-page__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .account-page__heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #74c7a3;
  }

  .account-page__section {
    margin-bottom: 30px;
  }

  .account-page__section h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #444;
  }

  .account-page__info {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
  }

  .account-page__info p {
    margin-bottom: 6px;
  }

  .account-page__link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #74c7a3;
    font-weight: 500;
    cursor: pointer;
  }

  .account-page__link:hover {
    text-decoration: underline;
  }

  .account-page__button {
    background-color: #74c7a3;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
  }

  .account-page__button:hover {
    background-color: #0c9ac7;
  }

  .account-form {
    margin-top: 15px;
    display: none;
    animation: slideDown 0.3s ease;
  }

  .account-form input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

/* -------------------- Wishlist */
.wishlist-sec__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wishlist-sec {
    margin-block: 60px;
}

.wishlist-sec__list-item {
    flex: 0 0 25%;
    position: relative;
    flex-basis: calc(25% - 15px);

}

.product-card__remove {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 25px;
    height: 25px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    border-radius: 50%;
    color: #fff;
    box-shadow: 2px 2px 6px #00000059;
}

.wishlist-sec h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #74c7a3;
    font-weight: 600;
}

/* ----------------------- order page */

/* Order Page Styles */
.order-page-container {
    max-width: 1000px;
    margin: 0 auto 60px;
    width: 100%;
}

.order-page__title {
    text-align: center;
    color: #74c7a3;
    font-weight: 600;
    margin-bottom: 40px;
}

.order-page__row {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.order-page__img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.order-page__details {
    flex-grow: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.order-page__details h5 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #343a40;
    font-weight: 600;
}

.order-page__meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    line-height: 1.2;
    font-weight: 500;
}

.order-page__status {
    font-weight: 600;
}

.order-page__delivered {
    color: green;
}

.order-page__pending {
    color: #ffc107;
}

.order-page__cancelled {
    color: #dc3545;
}

.order-page__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-page__actions .btn {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-return {
    background-color: #dc3545;
    color: white;
}

.btn-return:hover {
    background-color: #c82333;
}

.btn-details {
    background-color: #74c7a3;
    color: white;
}

.btn-details:hover {
    background-color: #0b9aca;
}

/* Responsive */
@media (max-width: 576px) {

    .order-page__details {
        min-width: auto;
    }

    .order-page__actions {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .summary-table th,
    .summary-table td {
        font-size: 14px;
    }

    .summary-table img {
        width: 50px;
    }
}

/* Additional Styles for Summary Table and Section Titles */
.order-page__section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #74c7a3;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.summary-table th,
.summary-table td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.summary-table img {
    width: 60px;
    height: auto;
    border-radius: 6px;
    margin-inline-end: 10px;
}

.total-row td {
    font-weight: 600;
}

.product-name {
    display: flex;
    align-items: center;
}

/* ------------------------------- Checkout page */
.checkout-page__heading {
    color: #74c7a3;
    font-weight: 600;
    border-bottom: 4px solid #74c7a3;
    padding-bottom: 8px;
    margin-bottom: 1.5rem;
  }
  .checkout-page__button {
    background-color: #74c7a3;
    color: white;
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: none;
    border: none;
  }
  .checkout-page__button:hover {
    background-color: #0c9ac7;
  }
  .checkout-page__section-title {
    background-color: #74c7a3;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: 600;
  }
  .order-summary {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .card-details, .user-form {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    animation: fadeIn 0.5s ease-in-out;
  }
  .product-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  .product-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
  }

  /* ✅ Custom accordion style */
  .checkout-page__accordion-button {
    background-color: #0000;
    font-weight: 500;
    font-size: 0.95rem;
    border: 1px solid #74c7a3;
    color: #74c7a3;
    transition: all 0.3s ease;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

  .checkout-page__accordion-button:not(.collapsed) {
    background-color: #e6f8fc;
    color: #74c7a3;
    box-shadow: none;
  }

  .checkout-page__accordion-button:hover {
    background-color: #e0f4fb;
  }

 .checkout-page .accordion-item {
    border: 0;
    background-color: #0000;
    height: auto;
}

  .checkout-page .payment-options {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-block: 20px;
    }

    .checkout-page .payment-option input {
      display: none;
    }

    .checkout-page .payment-option label {
        display: block;
        border: 2px solid #dee2e6;
        border-radius: 10px;
        padding: 15px;
        width: 150px;
        text-align: center;
        cursor: pointer;
        transition: border 0.3s, box-shadow 0.3s;
    }

    .checkout-page .payment-option img {
      max-width: 100%;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .checkout-page .payment-option input:checked + label,
    .checkout-page .payment-option input:hover + label {
      border-color: #74c7a3;
      box-shadow: 0 0 10px rgb(0 0 0 / 14%);
    }


@media (max-width: 1199px) {
    .main-header__logo-lang {
        display: none;
    }

    .main-header__logo-bar {
        box-shadow: 1px 1px 6px #00000030;
    }

    .main-header__logo-btn {
        font-size: 22px;
        color: #74c7a3;
        display: block;
    }

    .main-header__logo-bar.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .main-header__logo-link,
    .main-header__menu-bar {
        display: none;
    }

    .main-header__logo-icon {
        display: block;
    }

    .main-header__menu-icon {
        gap: 10px;
    }

    .main-header__menu-icon a {
        color: #74c7a3;
    }

    .main-header__menu-icon-cart span {
        background: #74c7a3;
        color: #fff;
    }

    .menu-drawer {
        position: fixed;
        inset: 0;
        background-color: rgba(31, 31, 31, .8);
        z-index: 50;
        display: none;
    }

    .menu-drawer__content {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 50%;
        background-color: #f7f7f7;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
        overflow-y: scroll;
        height: 100vh;
        overflow-x: hidden;
    }

    .menu-drawer__header {
        display: flex;
        padding: 40px 16px 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid;
    }

    .menu-drawer__header-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1;
    }

    button.menu-drawer__header-close {
        background-color: #0000;
        border: 0;
        text-transform: uppercase;
        line-height: 1;
        border-bottom: 1px solid;
    }

    .menu-drawer__list,
    .menu-drawer__sub-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-drawer__list-item {
        padding: 20px 16px;
        border-bottom: 1px solid;
    }

    .menu-drawer__list-link {
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        display: flex;
        justify-content: space-between;
        line-height: 1;
        align-items: center;
    }

    .menu-drawer__sub {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #f7f7f7;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
        overflow-y: scroll;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .menu-drawer__sub-list-item {
        padding: 20px 16px;
        border-bottom: 1px solid;
    }

    .menu-drawer__list-sub-link {
        text-decoration: none;
        font-weight: 500;
        color: #9F9F9F;
        text-transform: uppercase;
    }

    .menu-drawer__subchild-list {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .menu-drawer__subchild-list-link {
        text-decoration: none;
        display: block;
        color: #000;
        line-height: 1;
    }

    /* ------------------- Collection page */
    .collection-cart__product {
        flex: 0 0 33%;
        flex-basis: calc(33.3% - 11px);
    }

    /* ---------------------- Product page */
    .product-page__meta {
        flex: 0 0 45%;
    }
}

@media (max-width: 990px) {
    .section-title {
        font-size: 24px;
        letter-spacing: -.8px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .category-section__banner-text-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* ------------------- Collection page */
    .collection-cart__products {
        gap: 10px;
    }

    .collection-cart__product {
        flex: 0 0 50%;
        flex-basis: calc(50% - 5px);
    }

    .product-card__icon {
        transform: translateX(0);
    }

    /* ----------------------- Product page */
    .product-page__row {
        flex-direction: column;
    }

    .product-page__meta {
        padding: 0;
        margin-top: 40px;
    }

    /* -------------------- Wishlist */
    .wishlist-sec__list-item {
        flex: 0 0 50%;
        flex-basis: calc(50% - 10px);
    }


}

@media (max-width: 650px) {
    .menu-drawer__content {
        max-width: 100%;
    }

    .main-footer__links,
    .main-footer__newsletter {
        margin-top: 30px;
    }

    .top-trending {
        margin-block: 50px;
    }

    .category-section_second-row {
        margin-top: 0;
    }

    .collection-cart__sort-filter {
        display: block;
    }

    .collection-filter-drawer {
        position: fixed;
        inset: 0;
        background-color: rgba(31, 31, 31, .8);
        z-index: 50;
        display: none;
    }

    .collection-cart__filter-area {
        display: none;
    }

    .collection-filter-drawer__content {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background-color: #f7f7f7;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        transform: translateX(100%);
        transition: transform .3s ease-in-out;
        overflow-y: scroll;
        height: 100vh;
        overflow-x: hidden;
    }

    .collection-filter-drawer__header {
        display: flex;
        padding: 40px 16px 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid;
    }

    .collection-filter-drawer__header-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1;
    }

    .collection-filter-drawer__header-close {
        background-color: #0000;
        border: 0;
        text-transform: uppercase;
        line-height: 1;
        border-bottom: 1px solid;
    }

    .collection-filter-drawer__body {
        padding-inline: 16px;
        padding-bottom: 40px;
    }

}

.out-of-stock-tag {
    display: inline-block;
    background-color: #FFD600;
    color: #000;
    font-weight: 600;
    font-size: 1em;
    padding: 3px 5px;
    border-radius: 4px;
    margin-bottom: 9px;
    margin-top: 5px;
}

.product-card-campaign {
    border: 2px solid #e74c3c;
    color: #e74c3c;
    padding: 4px 10px;
    margin: 10px 0 0 0;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
}

.color-radio-label { position: relative; }
.color-radio-label input[type="radio"] { display: none; }
.color-radio-label input[type="radio"]:checked + .color-swatch {
    border: 2px solid #74c7a3;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.3);
}
.color-swatch {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.carousel-thumb {
    cursor: pointer;
    border: 2px solid transparent;
}
.carousel-thumb.active {
    border-color: #007bff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374c7a3' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374c7a3' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.carousel-control-next, 
.carousel-control-prev{
    opacity: .8 !important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover
{
    opacity: 1 !important;
}

.modal-backdrop.show {
    opacity: 0.8;
}
.out-of-stock {
    color: red;
    font-weight: bold;
}