body {
    background: #fbfbf8;
}

.fashion-home {
    color: #2f2e2b;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(12, 143, 134, .07) 25%, transparent 25%) 0 0 / 28px 28px,
        linear-gradient(315deg, rgba(178, 58, 72, .06) 25%, transparent 25%) 0 0 / 28px 28px,
        #fbfbf8;
}

.fashion-home > .category:first-child {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #20241f;
}

.fashion-home > .category:first-child:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(31, 39, 35, .05) 0%, rgba(31, 39, 35, .28) 42%, rgba(31, 39, 35, .76) 100%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) 1px, transparent 1px, transparent 12px);
    pointer-events: none;
    z-index: 1;
}

.fashion-home .slider-show {
    height: 430px;
}

.fashion-home .slider-show .images_slider_item img {
    object-fit: cover;
}

.fashion-hero-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: max(24px, calc((100vw - 1200px) / 2 + 24px));
    width: min(520px, calc(100% - 48px));
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.fashion-kicker {
    display: inline-block;
    color: #ffe2a8;
    border: 1px solid rgba(255, 226, 168, .62);
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 14px;
    background: rgba(31, 39, 35, .28);
    font-size: 13px;
    font-weight: 500;
}

.fashion-hero-copy h1 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.7;
    font-weight: 700;
}

.fashion-hero-copy p {
    max-width: 455px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 2;
}

.fashion-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.fashion-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 700;
    color: #1f2723;
    background: #f1bd55;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.fashion-hero-actions a + a {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .58);
    box-shadow: none;
}

.fashion-lanes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.fashion-lane {
    position: relative;
    min-height: 126px;
    padding: 18px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background: #1f2723;
    box-shadow: 0 16px 34px rgba(38, 38, 38, .11);
}

.fashion-lane:before {
    content: "";
    position: absolute;
    inset: auto -30px -48px auto;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(255, 255, 255, .32);
    transform: rotate(45deg);
}

.fashion-lane span,
.fashion-lane strong {
    display: block;
    position: relative;
    z-index: 1;
}

.fashion-lane span {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
}

.fashion-lane strong {
    font-size: 18px;
    line-height: 1.8;
}

.fashion-lane-women {
    background: linear-gradient(135deg, #b23a48, #692b46);
}

.fashion-lane-men {
    background: linear-gradient(135deg, #1f2723, #0c8f86);
}

.fashion-lane-shoes {
    background: linear-gradient(135deg, #6e5130, #d19a38);
}

.fashion-lane-bags {
    background: linear-gradient(135deg, #42464f, #8f4c5e);
}

.fashion-home .head_category {
    border-bottom: 0;
    position: relative;
    margin-bottom: 18px;
}

.fashion-home .head_category .diss {
    border-top: 0;
    color: #33302d;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 18px;
}

.fashion-home .head_category .diss:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 6px;
    height: 22px;
    border-radius: 8px;
    background: #b23a48;
}

.fashion-home .head_category .diss span {
    color: #0c8f86;
}

.fashion-home .head_category .diss:after {
    display: none;
}

.fashion-home .khasiat {
    margin-top: 34px;
}

.fashion-home #new-products,
.fashion-home #popular-products {
    position: relative;
    padding-top: 30px;
    padding-bottom: 32px;
    z-index: 0;
}

.fashion-home #new-products:before,
.fashion-home #popular-products:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    background: #fff;
    border-top: 1px solid #f0e5d8;
    border-bottom: 1px solid #f0e5d8;
    z-index: -1;
}

.fashion-home .khasiat_in {
    background: transparent;
    padding-top: 0;
}

.fashion-home .khasiat_in .regular {
    height: 390px;
}

.fashion-home .khasiat_in .my_item {
    padding: 8px;
}

.fashion-home .khasiat_in .my_item .dakhel_inner {
    height: 100%;
    overflow: hidden;
    border: 1px solid #ece6dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(38, 38, 38, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fashion-home .khasiat_in .my_item .dakhel_inner:hover {
    transform: translateY(-4px);
    border-color: rgba(178, 58, 72, .35);
    box-shadow: 0 22px 42px rgba(38, 38, 38, .13);
}

.fashion-home .my_item .image_fixer_product {
    width: 100%;
    height: 198px;
    margin: 0;
    padding: 18px;
    background: linear-gradient(180deg, #fff, #f7f4ef);
}

.fashion-home .khasiat_in .my_item .book_img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    transition: transform .25s ease;
}

.fashion-home .khasiat_in .my_item .dakhel_inner:hover .book_img {
    transform: scale(1.04);
}

.fashion-home .khasiat_in .my_item .book_name {
    min-height: 48px;
    margin: 12px 14px 6px;
    line-height: 1.8;
    font-weight: 700;
}

.fashion-home .khasiat_in .my_item .book_name a {
    color: #2e2d2b;
}

.fashion-home .khasiat_in .my_item .brand_for_product {
    margin: 0 14px 8px;
    color: #8b8174;
}

.fashion-home .khasiat_in .my_item .book_price {
    margin: 0 14px 12px;
    color: #6b6258;
}

.fashion-home .khasiat_in .my_item .book_price .geymate_asli {
    color: #0c8f86;
    font-weight: 700;
}

.fashion-home .my_item .add_to_basket {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-top: 1px solid #f0ebe3;
    color: #b23a48;
    background: #fff;
    margin-top: 0;
    padding: 11px 8px;
    overflow: hidden;
    text-align: center;
    font-weight: 800;
    transition: color .25s ease;
}

.fashion-home .my_item .add_to_basket span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
}

.fashion-home .my_item .add_to_basket:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #b23a48;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .32s ease;
}

.fashion-home .my_item .add_to_basket:hover {
    color: #fff;
}

.fashion-home .my_item .add_to_basket:hover:after {
    transform: scaleX(1);
}

.fashion-home .khasiat_in .regular .flickity-prev-next-button {
    border: 0;
    border-radius: 8px;
    background: #1f2723;
    color: #fff;
    box-shadow: 0 12px 24px rgba(38, 38, 38, .16);
}

.fashion-home .three_banners {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.fashion-home .three_banners .banners {
    position: relative;
    width: 33.333%;
    border-radius: 8px;
    padding: 20px 14px;
    overflow: hidden;
    background: #2e2e2e;
}

.fashion-home .three_banners .garantie_section {
    background: #432d2d !important;
}

.fashion-home .three_banners .garantie_section:before,
.fashion-home .three_banners .garantie_section:after {
    display: none;
}

.fashion-home .three_banners .image_banner {
    display: inline-block;
}

.fashion-home .three_banners .image_banner .akeshe_bann {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.fashion-home .three_banners .text_banner {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    color: #fff;
    text-align: right;
    vertical-align: middle;
}

.fashion-home .three_banners .text_banner h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}

.fashion-home .gesmate_brand_index {
    background: #f0ece5;
    margin-top: 36px;
    padding: 14px 0 4px;
}

.fashion-home #brand_slider .mybrand_slideshow {
    width: 100%;
    padding-top: 22px;
    background: transparent;
}

.fashion-home #brand_slider .brand_item_image {
    display: block;
    width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(.15);
    opacity: .86;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.fashion-home #brand_slider .brand_item_image:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.fashion-home .mybrand_slideshow .brand_sl {
    height: 80px;
}

.fashion-home .mybrand_slideshow .flickity-viewport {
    height: 100% !important;
}

.fashion-home .brand_for_relative {
    margin-top: 34px;
    margin-bottom: 34px;
}

.fashion-home .mybrand_slideshow .brand_item {
    padding: 6px;
}

@media only screen and (max-width: 992px) {
    .fashion-lanes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fashion-hero-copy h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .fashion-home > .category:first-child {
        min-height: 520px;
    }

    .fashion-home .slider-show {
        height: 520px;
        max-height: none;
    }

    .fashion-home > .category:first-child:after {
        background: linear-gradient(0deg, rgba(31, 39, 35, .86) 0%, rgba(31, 39, 35, .58) 50%, rgba(31, 39, 35, .1) 100%);
    }

    .fashion-hero-copy {
        top: auto;
        right: 16px;
        bottom: 34px;
        width: calc(100% - 32px);
        transform: none;
    }

    .fashion-hero-copy h1 {
        font-size: 23px;
        line-height: 1.8;
    }

    .fashion-hero-copy p {
        font-size: 14px;
    }

    .fashion-hero-actions a {
        width: 100%;
    }

    .fashion-lanes {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }

    .fashion-lane {
        min-height: 104px;
    }

    .fashion-home .khasiat_in .regular {
        height: 392px;
    }

    .fashion-home .three_banners {
        display: grid !important;
    }

    .fashion-home .three_banners .banners {
        width: 100% !important;
    }

    .fashion-home .three_banners .garantie_section,
    .fashion-home .three_banners .call_support_section {
        display: block;
    }
}
