<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* homepage top banners */
.mt-3 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}

.homepage__banners {
    width: 100%;
}

.homepage__banners__slider {
    height: 100%;
    border-radius: 10px;
    margin-bottom: 1.2rem;
    max-height: 410px;
    border-radius: 2rem;
}

.homepage__banners__slider img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    max-height: 410px;
}

.homepage__banners__slider .splide__track {
    overflow: hidden;
    border-radius: 2rem;
}



.homepage__banners__inner {
    height: 270px;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.homepage__banner {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

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

.homepage__banners__inner__item1 {
    width: 50%;
}

.homepage__banners__inner__item2 {
    width: 50%;
}

.homepage__banners__inner__bottom {
    width: 100%;
    height: 410px;
}

.homepage__banners__inner__bottom&gt;div {
    width: 100%;
    gap: 1.6rem;
}

.homepage__banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.banner__caption-container {
    background: rgb(0, 162, 255);
    background: linear-gradient(90deg, rgb(24 168 217) 0%, rgb(38 192 255) 71%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 1.2rem;
}

.banner__caption {
    width: 70%;
    color: #FDFDFD;
    gap: 0.5rem;
}

.banner__caption h3 {
    color: #FDFDFD;
    font-size: 1.4rem;
    text-shadow: 1px 1px #00000051;
}

.banner__caption p {
    color: white;
    text-shadow: 1px 1px #0000004e;
    font-size: 0.85rem;
    text-align: justify;
}

.banner__caption-container--women {
    right: 0;
    background: rgb(255, 144, 184);
    background: linear-gradient(270deg, rgba(255, 144, 184, 1) 0%, rgba(255, 175, 204, 1) 71%, rgba(0, 212, 255, 0) 100%);
    flex-direction: row-reverse;
    padding: 1rem 1rem 1rem 0;
}


.scroller {
    width: 100%;
    height: 600px;
}

/* special products */
.specialproducts {
    margin: 5rem 0;
}

.section__title {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.section__title h3,
.section__title h1 {
    background: white;
    padding-left: 1.6rem;
}

.specialproducts__cart_container {
    padding: 1.8rem 0 0.4rem;
}

/* .custom_gap_forcarousel {
    gap: 1rem;
} */

.produuct_cart {
    max-width: 210px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.produuct_cart_image {
    width: 100%;
    height: 230px;
}

.produuct_cart_image img {
    width: 210px;
    height: 100%;
    object-fit: cover;
}

.product_cart_details {
    padding: 0.6rem;
}

.produuct_cart h3 {
    font-weight: 400;
    font-size: 0.92rem;
    margin-top: .3rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_cart_price {
    width: 96%;
    gap: 4px;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0.5rem 0 0.1rem;
}

/* about site */
.introduction__content {
    margin: 1.4rem 0;
}

.introduction__content p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-secondary);
}

.overlay_line {
    width: 100%;
    height: 2px;
    background: var(--primary);
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
}

/* home page refactor */
.homepage-wrapper {
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.8rem;
}

.homepage__banners__slider .splide__slide {
    border-radius: 2rem;
    overflow: hidden;
}

.homepage__categories {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.homepage__category {
    /* height: 215px; */
    width: calc((100% - 4.8rem) / 5);
    background: #00000005;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .1);
    height: unset;
}

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

.homepage__banners__slider .splide__pagination {
    bottom: -1.8rem !important;
}

.big-box {
    width: 100%;
}

.big-box__inner {
    width: 100%;
    background: #ffecec;
    border-radius: 4rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 11px 0px #2800001d;
}

.big-box__intro {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.big-box__thumbnail {
    padding: 1rem 0 0;
    max-width: 170px;
    display: flex;
    justify-content: center;
    width: 75%;
}

/* .big-box__thumbnail {
    width: 40%;
    padding: 1rem 0 0;
    max-width: 170px;
    display: flex;
    justify-content: center;
} */

.big-box__thumbnail img {
    width: 100%;
    filter: drop-shadow(0px 15px 11px #0000002e);
}

.big-box__desc {
    margin: 1rem 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--text-secondary);
}

.big-box__desc h2 {
    font-size: 2.3rem;
    color: #636363;
}

.big-box__carousel {
    padding: 1.6rem 0 1.9rem;
    width: 77%;
    overflow: hidden;
    border-top-right-radius: 4.5rem;
    border-bottom-right-radius: 4.5rem;
}

.big-box__carousel .splide__track {
    overflow: unset;
}

.big-box__product {
    display: block;
    background: #ffffff;
    width: 210px;
    border-radius: 2rem;
    padding: 0.7rem;
    box-shadow: 0 6px 32px rgba(0, 0, 0, .12);
    border: 1px solid #00000033;
}

.big-box__product img {
    width: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.big-box__product__name {
    font-size: 0.85rem;
    padding: 0.5rem 0.4rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.big-box__product__price {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 0 0.6rem;
}

.old-price {
    text-decoration: line-through;
    color: #959595;
    font-size: 0.75rem;
}

.product_price {
    font-size: 0.95rem;
    font-weight: bold;
    color: #5e5e5e;
    display: flex;
    align-items: center;
    gap: .3rem;
}

.single-banner {
    width: 100%;
    overflow: hidden;
}

.single-banner img {
    border-radius: 1.5rem;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

/* carousel with bg */
.carousel-bg {
    width: 100%;
    position: relative;
}

.bg {
    width: 100%;
    height: 220px;
    background: #ff8935;
    background: linear-gradient(180deg, rgba(255, 137, 53, 1) 63%, rgb(241 121 35) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 5px 18px #1e000014;
}

.carousel-with-bg-header {
    padding: 1.4rem 0 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.carousel-with-bg-header h2 {
    color: #FFF;
    font-size: 1.8rem;
}

.show-more {
    /* font-weight: bold; */
    color: #494949;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .4rem;
    background: #ffffff;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
}

.show-more span {
    color: #ff671d;
    font-weight: bold;
}

.show-more i {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff671d;
}

.carousel-static-slide {
    width: 220px;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-static-slide img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
    /* padding-right: 1rem; */
}

.splide__track {
    overflow: hidden;
}

.carousel {
    width: 100%;
}

.carousel-bg .big-box__product,
.simple-carousel .big-box__product {
    box-shadow: none;
    height: 100%;
}

.carousel-header {
    width: 100%;
    padding: 1.4rem 0 1.4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.carousel .show-more {
    color: #494949;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: .4rem;
    background: #ff55002b;
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    font-size: 0.85rem;
}

.carousel .show-more span {
    color: #ff671d;
    font-weight: bold;
}

.carousel .show-more i {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ff671d;
}

.carousel-header h2 {
    font-size: 1.55rem;
}

.splide__arrows--rtl .splide__arrow--prev {
    position: absolute;
    top: 126px;
    right: -60px;
    background: #ffffff !important;
    width: 37px;
    height: 37px;
    box-shadow: 0 0 17px #26000040;
}

.splide__arrows--rtl .splide__arrow--next {
    position: absolute;
    top: 126px;
    left: -60px;
    background: #ffffff !important;
    width: 37px;
    height: 37px;
    box-shadow: 0 0 17px #26000038;
}

/* blog posts */
.blog-posts {
    width: 100%;
}

.blog-posts__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.blog-posts__header__tumbnail {
    padding: 0.65rem;
    border-radius: 1rem;
    background: #ffebe1;
    margin-right: 0.7rem;
}

.blog-posts__header__tumbnail svg {
    fill: #ff5300;
    width: 33px;
    height: 33px;
}

.blog-posts__header__text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.blog-posts .show-more {
    background: #ffebe1;
    align-self: flex-end;
}

.blog-posts-carousel-container {
    margin-top: 1.2rem;
}

.blog-posts-carousel-container .big-box__product {
    width: 300px;
}

.blog-post-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.2rem;
}

.discount-area {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}

.discount-percent {
    background: #fc4747;
    padding: 0 0.7rem;
    border-radius: 0.6rem;
    color: #FDFDFD;
    font-weight: bold;
    position: absolute;
    top: 1.5rem;
    box-shadow: 1px 1px 5px #26000043;
}

.banner-rowx2 {
    display: flex;
    gap: 1.5rem;
    flex-direction: row-reverse;
}

.banner-rowx2 .banner {
    width: 50%;
}

.banner-rowx2 .banner img {
    width: 100%;
    border-radius: 1.8rem;
    object-fit: cover;

}

.banner-rowx3 {
    display: flex;
    gap: 1.5rem;
    flex-direction: row-reverse;
}

.banner-rowx3 .banner {
    width: 33.33%;
}

.banner-rowx3 .banner img {
    width: 100%;
    object-fit: cover;
    border-radius: 1.8rem;

}

.blog-posts li img {
    aspect-ratio: unset;
}

.homepage-mobile-cta {
    display: none;
}

.homepage-desktop-cta {
    display: block;
}

.homepage-users-comments {
    width: 70%;
}

.home-comments {
    width: 100%;
}

.comments-inner {
    display: flex;
}

.home-comment {
    /* max-width: 300px; */
    font-size: .9rem;
    background: #f6f6f6;
    border-radius: 1rem;
    padding: 1rem;
    /* box-shadow: 4px 4px 56px -21px #0000004d; */
    border: 1px solid #f3f3f3;
    border-bottom: 4px solid #e3e3e3;
}

.home-comment-top {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.home-comment__avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.home-comment__user-details {
    text-align: right;
}

.home-comment__name {
    font-weight: bold;
    color: rgb(83, 83, 83);
}

.home-comment__buyer {
    direction: rtl;
    color: rgb(123, 123, 123);
    font-weight: bold;
    font-size: 0.7rem;
}

.home-comment__text {
    /* text-align: justify; */
    direction: rtl;
    font-size: 0.8rem;
    color: #404040;
    margin-top: .2rem;
}

.homepage-comments-li {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.homepage-carousel{
    overflow: hidden;
}

.homepage-carousel-splide__track {
    padding: 2rem !important;
}

.homepage__add__comment {
    margin-top: 1.5rem;
    width: 30%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    border-left: 2px solid rgb(244, 244, 244);
    padding-left: 2rem;
}

.comment-input-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: .2rem;
}

.comment-input-holder label{
    margin-right: 0.3rem;
    font-size: .9rem;
}

.comment-input-holder input,
.comment-input-holder textarea {
    height: 40px;
    background: #f6f6f6;
    border-radius: 1.5rem;
    border-bottom: 2px solid #cfcfcf;
    border: 1px solid #ececec;
    border-bottom: 2px solid #cfcfcf;
    outline: none;
    padding: 1rem;
    direction: rtl;
    font-family: 'yekan';
}

.comment-input-holder textarea {
    height: 100px;
}

.submit-homepage-comment{
    font-family: 'yekan';
    height: 40px;
    border-radius: 1rem;
    background: var(--primary);
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.submit-homepage-comment:hover{
    background: #ffa200;
}











/* RESPONSIVE */
@media (max-width: 1340px) {
    .homepage__banners__inner__top {
        height: 240px;
    }

    .homepage__banners__inner__bottom {
        height: 380px;
    }

    .banner__caption {
        width: 65%;
    }
}

@media (max-width: 1250px) {
    .homepage__banners__inner__top {
        height: 225px;
    }

    .homepage__banners__inner__bottom {
        height: 340px;
    }
}

@media (max-width: 1080px) {
    .homepage__banners__inner__bottom {
        height: 320px;
    }

    .homepage__banners__inner__top {
        height: 220px;
    }
}

@media (max-width: 1024px) {
    .produuct_cart {
        max-width: 180px;
    }

    .produuct_cart_image {
        height: 190px;
    }

    .produuct_cart_image img {
        width: 100%
    }

    .homepage__categories {
        gap: 1.2rem;
    }

    .homepage__category {
        width: calc((100% - 4.8rem) / 5);
    }

    .homepage__banners__slider .splide__track {
        overflow: unset;
    }

    .big-box__product {
        width: 180px;
    }

    .splide__arrows--rtl .splide__arrow--prev {
        right: -44px;
        width: 34px;
        height: 34px;
    }

    .splide__arrows--rtl .splide__arrow--next {
        left: -44px;
        width: 34px;
        height: 34px;
    }

    .carousel-bg .big-box__product,
    .simple-carousel .big-box__product {
        box-shadow: 0 6px 32px rgba(0, 0, 0, .12);
    }

    .splide__track {
        overflow: unset;
    }
}

@media (max-width: 1000px) {
    .homepage__banners__inner__bottom {
        height: 300px;
    }

    .homepage__banners__inner__top {
        height: 210px;
    }
}

@media (max-width: 890px) {
    .homepage__banners__inner__bottom {
        height: 270px;
    }

    .homepage__banners__inner__top {
        height: 180px;
    }

    .splide__arrows--rtl {
        display: none;
    }

    .carousel-with-bg-header {
        padding: 1.4rem 1.8rem 2rem !important;
    }

    .homepage-carousel{
        width: 55%;
    }

    .homepage__add__comment{
        width: 45%;
    }
}

@media (max-width: 800px) {
    .homepage__banners__inner {
        gap: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .homepage__banners__inner__bottom {
        height: 260px;
    }

    .homepage__banners__inner__top {
        height: 190px;
    }

    .homepage__banners__slider {
        margin-bottom: 0.7rem;
    }

    .produuct_cart {
        max-width: 160px;
    }

    .produuct_cart_image {
        height: 170px;
    }

    .produuct_cart_image img {
        width: 100%
    }

    .banner__caption h3 {
        font-size: 1.3rem;
    }

    .banner__caption p {
        font-size: 0.8rem;
    }

    .blog-posts-carousel-container .big-box__product {
        width: 250px;
    }

    .banner-rowx3 {
        flex-wrap: wrap;
        gap: 1.2rem;
        justify-content: center;
    }

    .banner-rowx3 .banner {
        width: calc((100% - 1.2rem) / 2);
    }

    .banner-rowx3 .banner:last-child {
        width: 100%;
    }

    .banner-rowx3 .banner:nth-child(1) img,
    .banner-rowx3 .banner:nth-child(2) img {
        aspect-ratio: 1/1;
    }
}

@media (max-width: 700px) {
    .homepage__banners__inner__bottom {
        height: 230px;
    }

    .homepage__banners__inner__top {
        height: 180px;
    }

    .produuct_cart {
        max-width: 140px;
        width: 140px;
    }

    .produuct_cart_image {
        height: 140px;
    }

    .banner__caption h3 {
        font-size: 1.2rem;
    }

    .homepage__categories {
        gap: 1rem;
    }

    .homepage__category {
        width: calc((100% - 3rem) / 4);
    }

    .big-box__inner {
        flex-direction: column;
    }

    .big-box__intro {
        width: 100%;
    }

    .big-box__thumbnail {
        width: 40%;
        padding: 1rem 0 0;
        max-width: 170px;
        display: flex;
        justify-content: center;
    }

    .big-box__carousel {
        padding: 1.6rem 0 1.9rem;
        width: 100%;
        overflow: unset;
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .homepage__banners__inner__bottom {
        height: 200px;
    }

    .homepage__banners__inner__top {
        height: 165px;
    }

    .banner__caption-container {
        width: 80%;
    }

    .banner__caption h3 {
        font-size: 1.2rem;
    }

    .banner-rowx2 {
        flex-direction: column;
        gap: 0.7rem;
    }

    .banner-rowx2 .banner {
        width: 100%;
    }

    .homepage-mobile-cta {
        display: block;
    }

    .homepage-desktop-cta {
        display: none;
    }
}

@media (max-width: 580px) {
    .homepage__banners__inner {
        gap: 0.6rem;
        margin-bottom: 0.6rem;
    }

    .homepage__banners__inner__bottom {
        height: 180px;
    }

    .homepage__banners__inner__top {
        height: 150px;
    }

    .single-banner {
        padding: 0 !important;
    }

    .single-banner img {
        border-radius: 0;
        height: 200px;
    }

    .bg {
        height: 110%;
    }
}

@media (max-width: 500px) {
    .homepage__banners__inner__bottom {
        height: 170px;
    }

    .homepage__banners__inner__top {
        height: 140px;
    }

    .homepage__categories {
        justify-content: center;
    }

    .homepage__banners__inner {
        margin-bottom: 0.9rem;
    }

    .produuct_cart {
        max-width: 140px;
    }

    .produuct_cart {
        max-width: 130px;
        width: 130px;
    }

    .produuct_cart_image {
        height: 130px;
    }

    .banner__caption h3 {
        font-size: 1.15rem;
    }

    .homepage__categories {
        gap: 1rem;
    }

    .homepage__category {
        width: calc((100% - 2rem)/3);
    }

    .carousel-static-slide img {
        max-height: 210px;
    }

    .carousel-static-slide {
        width: 160px;
    }

    .big-box__product__name {
        font-size: 1rem;
    }

    .product_price {
        font-size: 1.15rem;
    }

    .header-splide-custom {
        height: 170px;
    }

    .comments-inner{
        flex-direction: column;
    }

    .homepage__add__comment{
        width: 100%;
    }

    .homepage-carousel{
        width: 100%;
    }
}

@media (max-width: 450px) {
    .homepage__banners__inner__bottom {
        height: 150px;
    }

    .homepage__banners__inner__top {
        flex-direction: column;
        height: unset;
    }

    .homepage__banners__inner__top .homepage__banner {
        width: 100%;
        height: 165px;
    }

    .banner__caption-container {
        width: 70%;
    }

    .banner__caption h3 {
        font-size: 1.2rem;
    }

    .banner__caption p {
        font-size: 0.85rem;
    }

    .single-banner img {
        height: 178px;
    }

    .carousel-header h2 {
        font-size: 1.5rem;
    }

    .big-box__product {
        width: 170px;
    }
}

@media (max-width: 400px) {
    .max_width_checker {
        padding: 0 1rem;
    }

    .homepage__banners__inner__bottom {
        height: 130px;
    }

    .homepage__banners__inner__top .homepage__banner {
        height: 145px;
    }

    .produuct_cart {
        max-width: 120px;
        width: 120px;
    }

    .produuct_cart_image {
        height: 120px;
    }

    .single-banner img {
        height: 155px;
    }

    .carousel-header h2 {
        font-size: 1.4rem;
    }

    .carousel .show-more span {
        font-size: 0.9rem;
    }
}

@media (max-width: 350px) {
    .max_width_checker {
        padding: 0 1rem;
    }

    .homepage__banners__inner__bottom {
        height: 120px;
    }

    .single-banner img {
        height: 135px;
    }
}

@media (max-width: 300px) {

    .homepage__banners__inner__bottom {
        height: 100px;
    }

    .homepage__banners__inner__top .homepage__banner {
        height: 100px;
    }
}</pre></body></html>