/* =========================
   MOBILE RESPONSIVE: 276px - 767px
========================= */
@media (min-width: 276px) and (max-width: 991px) {
    /*@font-face {*/
    /*  font-family: 'Akira';*/
    /*  src: url('../fonts/AkiraExpanded.woff2') format('woff2');*/
    /*  font-weight: normal;*/
    /*  font-style: normal;*/
    /*  font-display: swap;*/
    /*}*/

  /* Body font + safe top padding for fixed header */
  body {
    font-family:"Zalando Sans Expanded", sans-serif;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  #siteHeader2{
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    display: block;
  }
  .top-bar2 {
    height: 35px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#product-list a{
    margin:0 !important;
}
.xs-mt-5{
    margin-top:1rem !important;
}
.xs-mb-3{
    margin-bottom: -1rem !important;
}

#siteHeader.sticky{
  position: relative !important;
}

  /* ===== MOBILE HEADER ===== */
  .mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 20px 14px;
    /*background: #fff;*/
    background:#ae0800;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 1001;
  }

  .mh-left {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    cursor: pointer;
    color:#ffffff;
  }

  .mh-center img {
    display: block;
    width:95px;
    height:auto;
  }

  .mh-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 15px;
  }

  .mh-right > i {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color:#fff;
  }

  /* ===== CART BADGE ===== */
  .cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
  }

  /* ===== 3D CART ===== */
  .mobile-cart-3d {
    position: relative;
    width: 30px;
    height: 30px;
    perspective: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-cart-3d i {
    width: 100%;
    height: 100%;
    font-size: 25px;
    position: relative;
    display: block;
    transform-style: preserve-3d;
    animation: rotateLeftRight 2.8s ease-in-out infinite;
    line-height: 1;
    color:#fff;
  }

  .mobile-cart-3d i::before,
  .mobile-cart-3d i::after {
    content: "\f290"; /* fa-shopping-bag */
    font-family: FontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
  }

  .mobile-cart-3d i::after {
    transform: rotateY(180deg);
  }

  /* ===== OVERLAY ===== */
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }

  .menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* ===== MOBILE MENU ===== */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1002;
    padding: 15px;
    transform: translateY(-120%);
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .mobile-menu.active {
    transform: translateY(90px);
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;

    position: fixed;
    top: 65px;
    width: 100%;
    background: #fff;
    z-index: 1003;
  }

  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }

.mobile-menu-list li a {
    display: block;
    padding: 12px 0;
    color: #000;
    font-size: 12px;
}

  .gutter-gap-top-xs{
    margin-top:110px !important;
  }

  /* HERO SEE ALL */
  .hero-see-all {
    bottom: 150px !important;
  }

  .hero-see-all a {
    background: transparent !important;
    font-size: 15px;
  }

  /* HEADER SEARCH */
  .header-search {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    height: auto !important;
    background: #ffffff8f;
    z-index: 9999999;
  }

  .header-search i {
    font-size: 25px;
  }

  /* SECTIONS */
  .section-title {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    background: transparent !important;
    display: inline-block;
    padding: 10px;
    color: #181818;
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
  }

  .section-link {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0e0e0e;
    border: 1px solid #ffffff;
    padding-bottom: 4px;
    background-color: #eaeaea;
    padding: 10px 15px;
    transition: 1s ease-in-out;
    background: #fff;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-link-pransparent,
  .site-footer {
    font-family: "Zalando Sans Expanded", sans-serif;
  }

  .brand-logo {
    width: 85%;
  }

  .marquee-content-rows label,
  .copyright,
  .product-card h6,
  .section-link-pransparent {
    font-size: 12px !important;
    font-family: "Zalando Sans Expanded", sans-serif;
    letter-spacing: 2px;
  }
  .text-md-center{
    display: block;
    width: 100%;
    text-align: center;
  }

  .section-link-pransparent{
    padding:15px 25px;
  }
  .copyright {
    color: #fff;
  }

  .product-card p,
  .footer-connect a,
  .footer-connect span,
  .filter-row li,
  .filter-row .btn {
    font-size: 14px;
  }

  .footer-row{
    display: block !important;
  }
  .footer-col h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .footer-col ul{
    margin-bottom: 25px;
  }

  .footer-col ul li a {
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
  }

  .footer-connect {
    background: #0c0b0b;
    padding:14px 40px !important;
  }

  .filter-row {
    margin-top: 25px;
  }

  .xs-full-width {
    display: block !important;
  }

  .col-xs-6{
    width:50% !important;
  }
  .col-xs-12{
    width: 100% !important;
    display: block !important;
    min-width: 100% !important;
  }




  /* ====== single product ========= */
  .product-mobile h2{
    font-size: 12px;
    line-height: 20px;
  }
  .product-mobile img,
.product-mobile video {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.product-mobile #product-price{
  font-size: 12px;
}

.product-mobile .input-group{
  margin: 0 auto;
}

.mobile-slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slide {
  min-width: 100%;
}

.variant-btn.active {
  background: #000;
  color: #fff;
}


#slide-cart {
  position: fixed;
  top: 110px;
  right: -1000px;
  width: 85%;
  height: auto;
  background: #f6f6f6;
  z-index: 1000;
  transition: .3s;
  display: flex;
  flex-direction: column;
}

.footer-top {
  padding: 30px 20px;
}

.search-results {
    background: #fff;
    padding: 15px 0px;
    display: block;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    width: 100%;
}

.search-left,.search-right{
  width:100%;
  display:block;
}
.search-left h6 ,.search-right h6 {
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #960803;
}

.search-product h6{
  color: #000;
  padding-bottom:0;
}

.row{
  margin: 0;
}

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





/* UL ko vertical bana do */
    .xs-block-div{
        display:block !important;
        background-color: #fff;
    }
    
  .filter-row {
    display: block !important;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
  }

  /* Har LI full width */
  .filter-row li {
    width: auto;
    white-space: normal;
    display: inline-block;
    margin-right: 10px;
  }

  /* FILTERS :  &  Sort by : hide on mobile */
  .filter-row li:first-child {
    display: block;
    width:100%;
    font-weight: 900;
  }

  /* Dropdown button full width */
  .filter-dropdown button {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    font-size: 14px;
  }

  /* Dropdown menu mobile friendly */
  .dropdown-menu {
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
  }

  /* Products count center */
  .counts-products {
    text-align: center;
    font-size: 13px;
    padding-top: 6px;
  }
  
  .xs-me-9{
      margin-right:0px;
  }
  .xs-mb-2{
      margin-bottom:2rem;
  }
  
  .counts-products{
      float: right;
      font-size: 12px;
  }
  
}

/* ===== 3D CART ROTATION ===== */
@keyframes rotateLeftRight {
  0%   { transform: rotateY(0deg); }
  50%  { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}



/* =========== FILTER CSS ============= */
/* Mobile Filter Sheet */
.mobile-filter-sheet {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 90%;
    background: #fff;
    z-index: 9999;
    border-radius: 16px 16px 0 0;
    transition: bottom 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-filter-sheet.active {
    bottom: 0;
}

.sheet-header {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.sheet-body {
    padding: 15px;
    overflow-y: auto;
    flex: 1;
}

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

.filter-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #960803;
}

.sheet-footer {
    padding: 10px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
}

/* Hide desktop filters on mobile */
@media (max-width: 767px) {
    .filter-row {
        display: none;
    }
}


.hide-xs{
  display:none !important;
}
.mobile-filter-btn{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.btn-danger {
  background-color: #620502;
  border-radius: 0px;
  border: 0px;
}

.sheet-header span{
  line-height: 35px;
}