  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

  body{
  font-family: 'Inter', sans-serif;
  background:#f8f5f1;
  color:#111;
  }

  h1,
  h2,
  h4,
  .head-playfair {
  font-family: 'Playfair Display', serif;
  }
  .btn-montserrate {
  font-family: 'Montserrat', sans-serif;
  }
  .text-inter {
  font-family: 'Inter', sans-serif;
  }
  .text-head-3xl{
    font-size: 3.5rem;
    line-height: 1;
  }
    .container-custom{
      max-width:1400px;
      margin:auto;
      padding-left:20px;
      padding-right:20px;
    }

    /* .ctaContainer {
        background: #f8f5f1 url('../images/home/cta-foot.png') scroll 0 0;
        border-radius: 30px;
        padding: 50px;
        background-position: center;
        background-size: cover;
    } */

    .ctaContainer {
  background: #f8f5f1 url('../images/home/cta-foot.png') scroll 0 0;
  border-radius: 30px;
  padding: 50px;
  background-position: center left;  /* keeps subject on left side */
  background-size: cover;
  min-height: 440px;
}

  .material-symbols-outlined{
  font-size:24px;
  vertical-align:middle;

  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;
  }
  .gradient-dark{
  background: linear-gradient(135deg,#111,#2a2a2a,#111);
  }

  .hover-scale{
  transition:0.4s ease;
  }

  .hover-scale:hover{
  transform:translateY(-4px);
  }

  .search-overlay{
  transition:all .3s ease;
  }

  .mobile-menu{
  transition:all .4s ease;
  }

  .hide-scrollbar::-webkit-scrollbar{
  display:none;
  }

  .brand-slider{
  animation: scrollBrands 28s linear infinite;
  }

  .brand-slider:hover{
  animation-play-state: paused;
  }

  .user-cart .badge-circle {
    position: absolute;
    top: 48px;
    right: 15px;
    width: 13px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 11px;
    /* line-height: 1.6rem; */
    font-family: "Open Sans", sans-serif;
    text-align: center;
  }

  .logo-footer{
    width: 43%;
  }
  
  img.catgoriesImage {
    transform: scale(1.19);
}

  @keyframes scrollBrands{

  0%{
  transform: translateX(0);
  }

  100%{
  transform: translateX(-50%);
  }

  }

  /* MOBILE */
  @media(max-width:768px){

  .brand-slider{
  gap:50px;
  }

  .brand-slider img{
  height:32px;
  }

  .ctaContainer {
    background-position: center;
    /* optional: darken bg slightly for text legibility */
    position: relative;
  }
  .ctaContainer > * {
    position: relative;
    z-index: 1;
  }

  .front-banner{
      background: #f8f5f1 url('../images/home/Mobile View_01.png') scroll 0 0; 
      padding: 15px;
      background-position: center;
      background-size: cover;
      height: 640px;
  }

    .mobButtons {
        padding-top: 260px;
        /* width: 48%; */
        justify-content: center;
    }

    .mobButtons a {
        /* display: block; */
        /* width: 79%; */
        text-align: center;
        font-size: 10px !important;
    }

    h1.bannerH1 {
        font-size: 28px;
        order: -1;
        /* font-weight: 500; */
    }

    .border-small{
      width: 35px;
      height: 1px;
      background-color: rgb(182 127 79);
      border: none;
      /* margin: 0 40rem 1rem auto; */
    }

}