      
      .announcement {
        background-color: rgba(0, 0, 0, 1);
      }
      .announcement-wrapper,.announcement-btn {
        color: rgba(255, 255, 255, 1);
      }

 @font-face {
    font-family: 'Poppins';
    src: url("https://assets.mrshopplus.com/463541583045403/Theme-Fansedge/1/Asset/font/open-sans.woff2");
    font-weight: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url("https://assets.mrshopplus.com/463541583045403/Theme-Fansedge/1/Asset/font/open-sans600.woff2");
    font-weight: bold;
    font-display: swap;
  }
  @font-face {
    font-family: "iconfont";
    src: url("https://assets.mrshopplus.com/463541583045403/Theme-Fansedge/1/Asset/font/iconfont.woff2") format('woff2'),
         url("https://assets.mrshopplus.com/463541583045403/Theme-Fansedge/1/Asset/font/iconfont.woff") format('woff'),
         url("https://assets.mrshopplus.com/463541583045403/Theme-Fansedge/1/Asset/font/iconfont.ttf") format('truetype');
    font-display: swap;
  }

  :root {
      --main-color: #000;
      --main-color-second: rgba(234, 151, 12, 1);
      --theme-font-color: rgba(0, 0, 0, 1);
      --theme-font-color-sub: rgba(197, 197, 197, 1);
      --nav-font-color: rgba(0, 0, 0, 1);
      --nav-bg-color: #fff;
      --nav-bgcolor-second: #fff;
      --theme-border-color: rgba(155, 155, 155, 1);
      --theme-color-star: #242424;
     --max-width: 1650px;
     --section-space: 60px;
     --section-space-bottom: calc(var(--section-space) - var(--h-space));
     --h-space: 20px;
     --v-space: 20px;
     --product-img-pd:100%;
     --product-img-pd-math:1;
    --border-width: 1px;
    --theme-border-radius: 0px;
      --main-font-family: Poppins;
  }
 
 @media screen and (max-width: 1200px){
    :root{
      --h-space: 10px;
      --v-space: 10px;
      --section-space-bottom: calc(var(--m-section-space) - var(--h-space));
      --section-space:var(--m-section-space);
    }
  }

