@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');
header .header-center .hc-wrapper .header-left-list {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header-center .hc-wrapper .header-left-list>ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

header .header-center .hc-wrapper {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
}

header .header-center .hc-wrapper .hc-logo {
    width: 33%;
    justify-content: center;
}

header .header-center .hc-wrapper .hc-account {
    width: 33.3%;
}

header .header-center .hc-wrapper .hc-account>ul>li.header-search .hc-middle-container {
    display: flex;
    align-items: center;
}

header .header-center .hc-wrapper .hc-account>ul>li.header-search .hc-middle-container span[data-search] {
    display: none;
}

header .header-center .hc-wrapper .hc-account>ul>li.header-search .hc-middle-container button.show-search-modal {
    border: none;
    background: no-repeat;
}

header .header-center .hc-wrapper .hc-account>ul>li.header-search .hc-middle-container button.show-search-modal>i {
    font-size: 20px;
}

header .header-center .hc-wrapper .header-left-list>ul>li>a {
    font-family: 'Sen';
    font-size: .9rem;
    font-weight: bold;
}

header .header-center .hc-wrapper .header-left-list>ul>li>a:hover {
    color: #000;
}

.so-megamenu-wrapper .megamenu-container .megamenu>li>a {
    font-size: .8rem;
}

.so-megamenu-wrapper .megamenu-container .megamenu>li .submenu .subcategory>li:not(:last-child)>a .subcategory-name>span {
    font-size: .8rem;
}

section#content-top {
    width: 100%;
}

.npSlider {
    overflow: hidden;
}

.npSlider img {
    width: 100%;
}

.npSlider .swiper-button-next,
.npSlider .swiper-button-prev {
    color: #000000;
    /* Ok rengi */
}

.npSlider .custom-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 255, 0.1);
    /* Açık mavi arka plan */
    overflow: hidden;
    z-index: 10;
}

.npSlider .custom-progress-fill {
    width: 0%;
    height: 100%;
    background: #000000;
    /* Dolu olan mavi */
    transition: width 5s linear;
}

.slide-bottom-wrapper {
    display: grid;
    place-content: center;
    width: 100%;
    background: #000;
  }
  
  .slide-bottom-marquee{
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0));
  }
  
  .slide-bottom-marquee-ctn {
    display: flex;
    width: 100% !important;
    gap: 23rem;
  }
  
  .slide-bottom-marquee-track {
    display: flex;
    gap: 3rem;
  }
  .slide-bottom-marquee-track:nth-child(2){
      /* display:none; */
  }
  
  @supports (-webkit-touch-callout: none) {
    .slide-bottom-marquee-ctn {
      transform: translate3d(0, 0, 0) scale(1);
      perspective: 1px;
    }
  }
  .slide-bottom-marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-margin-end: 3rem;
    margin-inline-end: 3rem;
    width: fit-content;
    color: #fff;
    font-family: "Beau Rivage", cursive;
    font-size: 1.2rem;
  }

.new-arrivals-content .na-container .na-pc-wrapper .product-card:hover::after {
    box-shadow: 0 0 .5rem .25rem rgba(0, 0, 0, .05);
}

/*featured-banner-colection*/
.featured-wrapper {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.featured-wrapper .featured-wrap {
    display: flex;
    width: 50%;
    /* align-items: end; */
    justify-content: end;
}

.featured-wrapper  .featured-banner {
    width: 50%;
}

.featured-wrapper .featured-banner > a {
    display: flex;
    width: 100%;
    /* align-items: center; */
}

.featured-wrapper .featured-banner > a > img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: fill;
    object-position: top;
}

.featured-wrapper .featured-wrap .new-arrivals-content {padding: 0;}

.featured-wrapper .featured-wrap .new-arrivals-content .na-pc-wrapper {
    padding: 0;
    width: 100%;
}

.featured-wrapper .featured-wrap .new-arrivals-content .na-pc-wrapper .product-card {
    width: calc(50% - 3rem);
    max-width: 420px  !important;
    border: 1px solid  #eee;
}

.featured-wrapper .featured-wrap .new-arrivals-content .na-pc-wrapper .pc-product-price {
    height: 55px;
}

.featured-wrapper .featured-wrap .new-arrivals-content .na-pc-wrapper .pc-bottom {
    gap: .5rem;
}

.featured-wrapper .featured-wrap .new-arrivals-content .na-pc-wrapper .product-card .pc-top .pc-image-wrapper>a>img {
    max-width: 275px;
    max-height: 275px;
}


/*featured-banner-colection-end*/

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .fb-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: .125rem;
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .fb-copy>span:nth-child(1) {
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

footer .f-top .ft-nav .ft-payment-logos .footer-secure-shopping-wrapper .fb-copy>span:nth-child(2) {
    font-size: .7rem;
    color: #777;
}
.mobile-navigator{
    display: none;
}
.npSlider .mobile-image{
    display: none;
}
.npSlider .web-image{
    display: block;
}
.so-megamenu-wrapper a {
    color: #000000;
}