.banner_grid {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    display: grid;
}
.banner_grid_itm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 0.4;
}
.banner_grid_itm.banner_grid_center {
    grid-column: 2;
    grid-row: 1 / span 2;
}
.banner_grid_itm h2{
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transform: translateY(-50%);
    line-height: 1.2;
    z-index: 2;
}
.banner_grid_itm {
    position: relative;
}
section.banner_fashion {
    padding: 15px 0;
}
.banner_grid_itm.banner_grid_left h2 {
    left: 22px;
}
.banner_grid_itm a {
    display: block;
    height: 100%;
}
.banner_grid_itm.banner_grid_right h2 {
    right: 22px;
    text-align: right;
}
.banner_grid_left a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 2;
    display: block;
    position: absolute;
    inset: 0;
}
.banner_grid_right a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #000000 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 2;
    display: block;
    position: absolute;
    inset: 0;
}
.card-slider{
    padding: 60px 0px;
}
.card-slider .container {
    position: relative;
}
.cardBox:hover .cardImage {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.cardBox .cardImage {
    transition: 0.3s;
    border-radius: 50%;
    overflow: hidden;
}
.card_grid_wrapper {
    padding: 0 30px;
    position: relative;
}
/* .card-slider .card_grid{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-template-columns: repeat(8, 1fr);
} */
.card-slider .cardBox{
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.card-slider .cardBox .cardImage img{
    aspect-ratio: 1;
    display: block;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 0;
    object-fit: cover;
    background: #EBEBEB;
    transition: 0.3s;
}
.card-slider .cardBox .cardContent h3 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    margin-top: 7px;
    line-height: 1.2;
}
.card-slider .swiper-pagination {
    display: none !important;
}
.card-slider .cardBox a {
    text-decoration: none;
    padding-bottom: 6px;
}
.card-slider .cardBox:hover img {
    scale: 1.1;
}
.card-slider .swiper-button-prev,.card-slider .swiper-button-next {
    height: 27px;
    width: 27px;
    background-position: center;
    box-shadow: -1px 1px 4px 0px #00000040 !important;
    background-size: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.card-slider .swiper-button-prev {
    background-image: url('data:image/svg+xml,<svg height="200px" width="200px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 34.075 34.075" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path style="fill:%23010002;" d="M24.57,34.075c-0.505,0-1.011-0.191-1.396-0.577L8.11,18.432c-0.771-0.771-0.771-2.019,0-2.79 L23.174,0.578c0.771-0.771,2.02-0.771,2.791,0s0.771,2.02,0,2.79l-13.67,13.669l13.67,13.669c0.771,0.771,0.771,2.021,0,2.792 C25.58,33.883,25.075,34.075,24.57,34.075z"></path></g></g></g></svg>');
    left: 0px;
}
.card-slider .swiper-button-next {
    background-image: url('data:image/svg+xml,<svg height="200px" width="200px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 185.343 185.343" xml:space="preserve" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path style="fill:%23010002;" d="M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z"></path></g></g></g></svg>');
    right: 0px;
}
.forYouSec{
    padding-bottom: 60px;
}
.forYouSec-heading{
    margin-bottom: 35px;
}
.forYouSec-heading h2 {
    font-family: Jost;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.forYouSec-heading h2:before,
.forYouSec-heading h2:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #000;
    top: 50%;
}
.forYouSec-heading h2:before{
    left: -90px;
}
.forYouSec-heading h2:after{
    right: -90px;
}
.forYouSec_grid {
    display: grid;
    gap: 25px 15px;
    grid-template-columns: repeat(5, 1fr);
}
.forYouSec-box {
    box-shadow: -1px 1px 10px 0px #00000040;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}
.forYouSec-box:hover {
    transform: translateY(-4px);
}
.forYouSec-image{
    position: relative;
}
.forYouSec-image .product-image{
    width: 100%;
    display: block;
}
.forYouSec-content{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Inter', sans-serif;
    flex: 1;
}
.forYouSec-content .prod-name{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.forYouSec-content .prod-name a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forYouSec-content .prod-name h3 {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Inter',sans-serif;
    padding: 0 !important;
}
.forYouSec-content .prod-name .prod-discount{
    font-weight: 800;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    text-transform: capitalize;
    white-space: nowrap;
}
.forYouSec-content .prod-name .prod-discount span{
    color: #FF0000;
}
.forYouSec-content .produ-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    gap: 5px;
}
.forYouSec-content .produ-footer p.prod-price {
    font-weight: 600;
    font-style: Italic;
    font-size: 16px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Inter', sans-serif;
    /* display: flex; */
    align-items: end;
    gap: 5px;
    flex-wrap: wrap;
}
.forYouSec-image img.product-image {
    aspect-ratio: 3.5/4;
    object-fit: cover;
}
.forYouSec-content .produ-footer ins {
    text-decoration: none;
    order: -1;
}
span.woocs_price_code {
    display: flex;
    align-items: end;
    gap: 5px;
    flex-wrap: wrap;
}

.forYouSec-content .produ-footer p.prod-price del{
    color: #939191;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.forYouSec-content .produ-footer .cart-icon {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 4px;
    transition: 0.3s;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    border: 1px solid #181818;
    border-radius: 17px;
}
.forYouSec-content .produ-footer .cart-icon:hover {
    /* background: #262626; */
}
.forYouSec-content .produ-footer .cart-icon img {
    min-width: 20px;
    width: 22px !important;
    height: 18px !important;
    display: block;
    aspect-ratio: 1;
    /* filter: invert(1); */
    object-fit: contain;
}
.forYouSec-content .produ-footer .prod-price span.currency-code {
    font-size: 12px;
}
.forYouSec-content * {
    font-family: 'Inter', sans-serif;
}

.forYouSec-box .love {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #fff;
    border-radius: 100%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}
.forYouSec-box .love img{
    width: 100%;
    object-fit: contain;
}
.forYouSec-btn{
    margin-top: 30px;
}
.forYouSec-btn a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    display: block;
    width: max-content;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.3s;
}
.forYouSec-btn a:hover {
    background: #262626;
}

.quick_vw_btn {
    background: #fff;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 3px 10px 2px 10px;
    cursor: pointer;
    border: 1px solid #181818;
    border-radius: 17px;
}
.woosq-icon-1::before {
    content: "";
    width: 22px;
    height: 18px;
    display: inline-block;
    background-image: url(/wp-content/themes/faisal/assets/img/cart2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woosq-product p.price {
    color: #000 !important;
    font-weight: 600;
}
.card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 30px;
}
.card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper .swiper-slide:nth-child(n+17) {
    display: none;
}
img{
    pointer-events: none;
}

/* Mobile Banner Section */
body:has(.banner_mb_fasion) header.mb_header{
   background-color: transparent;
   transition: 0.3s color;
}
header.mb_header.header_black, body:has(.mega_active) .mb_header {
    background-color: #000 !important;
}
.banner_mb_fasion{
    margin-top: -92px;
    width: 100%;
    overflow: hidden;
    position: relative;
    direction: ltr;
}
.bannerSwiper {
    width: 100%;
}
.bannerSwiper img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/0.5;
    object-fit: cover;
}
.banner_mb_fasion .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2px !important;
    background: #fff;
}
.banner_mb_fasion .swiper-pagination {
    bottom: 2px !important;
}
.banner_mb_fasion .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    border-radius:10px;
}
.mb_card_slider_grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(85px, auto);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}
.mb_cards_free {
    overflow: auto;
}
.mb_cards_free .mb_card_slider_grid .cardBox .cardContent h3 {
    font-size: 15px;
}
.scroll-invisible {
  overflow: auto;

  /* Firefox */
  scrollbar-width: none;

  /* IE / Edge (legacy) */
  -ms-overflow-style: none;
}

.scroll-invisible::-webkit-scrollbar {
  display: none; /* Chrome, Safari, iOS */
}
.mb_cards_free .cardContent h3 {
    font-size: 14px !important;
}
.woosq-product .thumbnails .slick-dots li button:before {
    background: #fff;
}
.aws-container.aws-mobile-fixed {
    display: flex;
    align-items: center;
    gap: 16px;
}
.aws-container.aws-mobile-fixed .aws-mobile-fixed-close {
    margin: 0;
    float: none !important;
    height: 26px;
    order: 1;
}
.forYouSec-content .produ-footer p.prod-price del .woocommerce-Price-currencySymbol, span.woocs_price_code del .woocommerce-Price-currencySymbol {
    display: none;
}

@media (max-width:1200px) {
    .card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 30px;
    }
    .card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper .swiper-slide:nth-child(n+13) {
        display: none;
    }
    .banner_grid_itm h2 {
        font-size: 20px;
    }
    .forYouSec_grid {
        grid-template-columns: repeat(4, 1fr);
    }   
    .card-slider {
        padding: 40px 0;
    }
}
@media (max-width:991px) {
    .card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 30px;
    }
    .card-slider .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper .swiper-slide:nth-child(n+9) {
        display: none;
    }
    .forYouSec_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-slider {
        padding: 20px 0;
    }
    .woosq-product > .product .thumbnails {
        max-height: max-content;
    }
}
@media (max-width:767px) {
    .forYouSec_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bannerSwiper img {
        aspect-ratio: 1/0.7;
    }
    .banner_grid {
        grid-template-columns: 1fr;
    }

    .banner_grid_itm.banner_grid_center {
        grid-row: unset;
        grid-column: unset;
    }
    .forYouSec-btn a {
        padding: 12px 22px;
        font-size: 16px;
    }
    .forYouSec-content .prod-name {
        flex-direction: column-reverse;
        gap: 2px;
    }
    .forYouSec-heading h2 {
        font-size: 22px;
    }
    .forYouSec-box .love {
        top: 10px;
        right: 10px;
    }
    .woosq-icon-1::before {
        width: 21px;
        height: 21px;
    }
    .forYouSec-content .produ-footer .cart-icon img {
        min-width: 21px;
        height: 21px;
    }  
}