*{
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
       box-sizing: border-box;
       font-family:sans-serif;
       flex-wrap: wrap;
       box-sizing: border-box;
       transform: capitalize;
       font-weight: normal;
       font-family: "CynFont", serif;
    }
    h1,H2,H3,H4,H5,H6,P{
        margin: 0;
    } 
    .slider-nav .slick-slide {
        max-width: 50% !important;
    }
    
    html {
     height: 100%;
     scroll-behavior: smooth;
   }
   @font-face {
      font-family: 'CynFont';
      src: url('/CYN_Font/Bookerly/Bookerly-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'CynFont';
      src: url('/CYN_Font/Bookerly/Bookerly-Bold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'CynFont';
      src: url('/CYN_Font/Bookerly/Bookerly-Italic.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
  }
  
  @font-face {
      font-family: 'CynFont';
      src: url('/CYN_Font/Ember Display/AmazonEmberDisplay_Rg.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  /* Apply the font to your website */
  body {
      font-family: 'CynFont', sans-serif;
        font-style: normal;
        font-size: 1rem;
        margin: 0;
        font-weight: 400;
        line-height: 1.5;
        background-color: var(--background-color);
        color: var(--text-color);
    }
    :root {
      --primary-color: #FFC1CC; /* Rose pastel */
      --secondary-color: #FFF2E2; /* Beige clair */
      --accent-color: #FFD700 ; /* Doré/Jaune doux */
      --background-color: #FFFFFF; /* Blanc */
      --secondary-background-color: #F5F5F5; /* Gris clair */
      --text-color: #4A4A4A; /* Gris anthracite */
      --secondary-text-color: #808080; /* Gris clair texte */
  }
    ::-webkit-scrollbar{
      scroll-behavior: smooth;
      width: 9px;
      background: rgba(0, 0, 0, .1);
      border-radius: 1px;
    }
    ::-webkit-scrollbar-thumb{
      background:rgba(0, 0, 0, .4);
      border-radius: 1px;
      padding-top: 1rem;
    }
  
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      cursor: pointer;
    }
    a{
      text-decoration: none;
      z-index: 10;
    }
  
    button {
      background-color: #ffffff;
      color: black;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      border: 1px solid #ddd;
  }
  .summary-item {
    display: flex;
    justify-content: space-between;
  }
  .page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    max-width: 1400px;
    MARGIN: 0 auto;
  }
  
  .BarTop {
    width: 100%;
    PADDING: 13px;
    text-align: center;
    background: #81C784;
    color: white;
    display: flex;
    align-items: center;
}

  .DIs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap:4px;
    flex-direction: row-reverse;
  }
  .RightOffre {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffd700;
    flex: 1;
  }
  
  .BarTop span{
      font-size: 1.2rem;
      font-weight: 700;
  }
  .MainSection {
      width: 100%;
      height: 350px;
      background-color: #FFF2E2;
      display: flex;
      align-items: center;
  }
  .NavBack {
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 0 10px #15010121;
}
  .NavBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  .BarTop a span {
    color: #ffd700;
    text-decoration: underline;
}
  .BarTop a span:hover{
      text-decoration: underline;
  }
  .NavBar img {
    width: 80px;
    margin-right: 1rem;
  }
  
  .ul.NavCenter a.li {
      color: black;
      cursor: pointer;
      text-transform: capitalize;
      min-width: 36px;
      min-height: 36px;
      padding: 9px 15px;
      font-size: 12.99px;
      line-height: 1.4;
      border-radius: 50px;
      position: relative;
      overflow: hidden;
      display: inline-block;
      z-index: 1;
  }
  
  .ul.NavCenter a.li::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #f6f5f5;
      border-radius: 50px;
      transform: scale(0);
      transition: transform 0.2s ease-in-out;
      z-index: -1;
  }
  
  .ul.NavCenter a.li:hover::before {
      transform: scale(1.02);
  }
  
  a.collection {
      padding: 15px;
      border-radius: 25px;
      transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  }
  
  a.collection:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.95);
      transform: translateY(-2px);
  }
  
  /* .ul.NavCenter a.li::after {
      content: '';
      position: absolute;
      background-color: #131921;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      transform: scaleX(0)scaleY(0)perspective(0px) rotate(.0001deg);
  }
  .ul.NavCenter a.li:hover a.li::after {
      opacity: 1;
      transform: scaleX(.7)scaleY(.7)perspective(1px) rotate(.0001deg);
  } */
  
  
  svg.icon.icon--header-cart {
      color: black;
  }
  
  .ul.NavCenter {
      display: flex;
      flex: 1;
      align-items: center;
  }
  .NavRight {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
  }
  .NavRight a.li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ContainerSearch {
      display: flex;
      position: relative;
      /* flex: 1; */
      width: 71%;
      padding: 11px 20px;
      margin-right: 1rem;
      border-radius: 21px;
      align-items: center;
      justify-content: flex-end;
      background: white;
  }
  i.fa-solid.fa-magnifying-glass {
      position: absolute;
      right: 5px;
      background: #232f3e;
      height: 32px;
      padding-top: 2px;
      width: 34px;
      display: flex;
      font-size: 12px;
      border-radius: 50px;
      color: white;
      align-items: center;
      justify-content: center;
      transition: border-radius 0.3s ease-in-out;
  }
  
  .ContainerSearch:hover i.fa-solid.fa-magnifying-glass {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  .ContainerSearch input {
      outline: none;
      flex: 1;
      border: 0;
      height: 100%;
      background: transparent;
  }
  .mobileShow {
    font-size: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
  }
  .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2rem;
    gap: 17px 5px;
  }
  
  .product {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
  }
  .product:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  } 
  .product-image {
    position: relative;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
  
  .product-image img {
      width: 100%;
      transition: opacity 0.4s ease-in-out;
      height: 100%;
      object-fit: cover;
      object-position: center center;
  }
  
  .product-image .hover-img {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  
  .product-image:hover .main-img {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  
  .product-image:hover .hover-img {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
  }
  
  .product-info {
    padding: 0px 8px 15px 8px;
  }
  
  .product-name {
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
  }
  
  .product-price {
      color: #232f3e;
      font-size: 14px;
  }
  span.mini-title {
      font-size: 15px;
      text-align: left;
      margin-top: 7px;
      color: #777;
      display: block;
      font-weight: inherit;
      line-height: 20px;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
  }
  .containerPrice {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 4px;
  }
  .PriceWithCopmare {
    display: flex;
    align-items: center;
  }
  p.compare-price {
    color: var(--secondary-text-color);
    font-size: 11px;
    position: relative;
    top: -3px;
    left: 3px;
    text-decoration: line-through;
  }
  .containerPrice .Containercart {
    width: 42px;
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    height: 24px;
    color: var(--text-color);
    border: 1px solid var(--secondary-text-color);
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .containerPrice .Containercart i{
    font-size: 13px;
  }
  .containerPrice .Containercart:hover {
      background-color: #232f3e;
      border: 1px solid #232f3e;
      color: white !important;
  }
  .ContainerStart {
    display: flex;
    align-items: center;
    color: var(--text-color);
  }
  .ContainerStart i.fa-solid.fa-star {
    font-size: 12px;
  }
  .ContainerStart span {
    font-size: 11px;
    position: relative;
    left: 4px;
  }
  .ContainerStartI {
      display: flex;
      align-items: center;
      color: #bb1b1b;
      font-size: 13px;
      border-radius: 22px;
      margin-top: 10px;
      padding: 1px 10px;
      background: var(--accent-color);
  }
  .InfoTitle.page-width {
    margin: 0;
  }
  .InfoTitle  h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
  }
  h2.StoreName {
    font-size: 1.8rem;
    margin-bottom: 0.1rem;
    color: var(--secondary-text-color);
    font-weight: 300;
  }
  h2.StoreName {
    font-size: 1.8rem;
    margin-bottom: 0.1rem;
    color: var(--secondary-text-color);
    font-weight: 300;
  }
  
  
  button.BtnBuy {
    margin-top: 1.5rem;
    background: transparent;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    transition: background ease .3s;
  }
  
  button.BtnBuy:hover {
    background: var(--text-color);
    color: white;
    transition: background ease .2s;
  }
  .MainContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  img.ImgMain {
    width: 85%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .MainContainer {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }
  .MainImg {
    width: 37%;
    height: 100%;
  }
  .engagements-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #81c784;
    border-radius: 5px;
    margin-top: 2rem;
    z-index: 100;
    position: relative;
    background-color: white;
}
  
  .engagements-icons {
      width: 100%;
      display: flex;
      padding: 10px 15px;
      gap: 10px;
  }
  
  .engagements-icons .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  
  .lock-icon, .check-icon, .bell-icon {
    font-size: 16px;
  }
  
  .engagements-icons a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  
  .engagements-icons a:hover {
    text-decoration: underline;
  }
  
  .security-reminder {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }
  
  .security-reminder a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .security-reminder a:hover {
    text-decoration: underline;
  }
  
  .security-reminder .icon {
    font-size: 16px;
  }
  /* Loading Placeholder CSS */
  @keyframes loadingShimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  
  .loading-placeholder {
    background: #f0f0f0;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0)
    );
    background-size: 200% 100%;
    animation: loadingShimmer 3.5s infinite;
  }
  
  .product-image.width.loading-placeholder {
    width: 100%;
    height: 249px;
  }
  span.mini-title.width.loading-placeholder {
    height: 15px;
    margin-top: 20px;
    width: 100%;
  }
  p.product-price.width.loading-placeholder {
    height: 17px;
    width: 82px;
    margin-top: 5px;
  }
  .ContainerStartI.width.loading-placeholder {
    height: 16px;
    margin: 0;
    width: 126px;
  }
  /* .Padding-20::before{
    content: '';
    border: 3px solid #000;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.9s linear infinite;
  } */
  .loader {
    border: 3px solid #000;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.9s linear infinite;
    display: none;
  }
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  .loader {
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 16px;
    height: 16px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.9s linear infinite;
    display: none;
  }
  #cartButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .cart-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    z-index: 11;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  
  .cart-popup.open {
    right: 0;
  }
  .cart-header {
    background-color: #81c784;
    color: #ffffff;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.0rem;
    padding-right: 0;
}
  
  .cart-header h2 {
    margin: 0;
  }
  
  .cart-header button {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    WIDTH: 49px;
}
  
  .cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
  }
  
  .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  
  .cart-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px;
  }
  
  .cart-item-info {
    flex: 1;
  }
  
  .cart-item-controls {
    display: flex;
    align-items: center;
  }
  
  .cart-item-controls input {
    width: 37px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #000000;
    height: 37px;
    font-size: 15px;
    border-radius: 5px;
}
  
.cart-item-controls button {
    background: none;
    border: none;
    background: red;
    cursor: pointer;
    margin-left: 10px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    i.fas.fa-trash {
        font-size: 15px;
        color: white;
    }
  .cart-footer {
    padding: 20px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
  }
  #checkoutButton {
    background-color: #81c784;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .cart-item-info h4 {
    max-width: 294px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: inherit;
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
  }
  .loader.LoaderIconeCheckout {
    width: 27px;
    height: 27px;
    border-width: 4px;
  }
  span.textCheckout {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .NavBarLeft.mobileShow {
      display: none;
  }
  .engagements-icons a{
      cursor: pointer;
  }
  .MaintitleWhy {
    width: 100%;
    display: flex;
    background: #81c784;
    color: var(--text-color);
    padding: 7px 15px;
    font-weight: 700;
}
  .MaintitleWhy span {
      color: white;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
  }
  .MaintitleWhy svg{
      
      fill: white;
  
  }
  .card .button {
    background-color: #81c784 !important;
    color: white !important;
}
  .banner {
    background-color: #38b6ff;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    border-radius: 5px;
    margin-top: 2rem;
}
  
  i.fas.fa-bolt {
      color: white;
  }
  
  .banner a {
      color: white;
      text-decoration: none;
      font-weight: normal;
      font-family: italic;
      margin-left: 10px;
  }
  
  .banner span {
      font-weight: 600;
      color: white;
      font-size: 1.35rem;
  }
  .banner a:hover {
      text-decoration: underline;
  }
  .decor {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      /* background: url('/cdn/RamadanBanner.png') no-repeat center; */
      background-size: cover;
      opacity: 0.6; /* Effet léger pour ne pas gêner le texte */
  }
  footer {
      background-color: #181818;
      color: #fff; 
      padding: 40px 20px;
      font-family: 'CynFont', sans-serif;
      /* margin-top: 3rem; */
  }
  
  .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .footer-section {
      width: 23%;
      min-width: 200px;
      margin-bottom: 20px;
  }
  
  .footer-section h4 {
      font-size: 16px;
      margin-bottom: 10px;
  }
  
  .footer-section ul {
      list-style: none;
      padding: 0;
  }
  
  .footer-section ul li {
      margin-bottom: 8px;
  }
  
  .footer-section ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
  }
  
  .footer-section ul li a:hover {
      color: #fff;
  }
  
  .app-links img {
      width: 120px;
      margin-right: 10px;
  }
  
  .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 20px auto 0;
  }
  
  .social-icons a i,
  .payment-methods i {
      width: 40px;
      margin-right: 10px;
      filter: brightness(0) invert(1);
  }
  
  
  .footer {
      background-color: #333;
      padding: 20px;
      display: flex;
      justify-content: center;
  }
  
  .footer-container-top {
      display: flex;
      justify-content: space-between;
      width: 80%;
      max-width: 1200px;
  }
  
  .newsletter, .app-download {
      width: 45%;
  }
  
  h3 {
      color: #ffa500;
  }
  
  .subscribe {
      display: flex;
      align-items: center;
      border: 2px solid #ffa500;
      padding: 5px;
      border-radius: 5px;
      margin: 10px 0;
  }
  
  .subscribe .icon {
      margin-right: 10px;
  }
  
  .subscribe input {
      flex-grow: 1;
      border: none;
      padding: 5px;
      outline: none;
  }
  
  .subscribe button {
      background-color: white;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
  }
  
  .checkbox {
      display: flex;
      align-items: center;
      font-size: 14px;
  }
  
  .checkbox input {
      margin-right: 5px;
  }
  
  .app-download .store-buttons img {
      width: 120px;
      margin-right: 10px;
  }
  
  @media (max-width: 768px) {
      .footer-container {
          flex-direction: column;
          align-items: center;
      }
  
      .footer-section {
          width: 100%;
          text-align: center;
      }
  
      .footer-bottom {
          flex-direction: column;
          align-items: center;
      }
  }
  
  .container {
      display: flex;
      width: 100%;
  }
  .container.page-width {
      margin-top: 10.3rem;
  }
  .sidebar, .right-sidebar {
      width: 20%;
      background: #fff;
      padding: 0 20px;
  }
  aside.sidebar {
    padding: 0;
    padding-left: 0;
    padding-top: 8px;
    z-index: 1;
    margin-right: 21px;
    border-radius: 6px;
  }
  aside#Product1Grid {
    background: transparent;
    padding: 0;
    border-radius: 11px;
    overflow: hidden;
    margin-left: 21px;
  }
  .right-sidebar img{
      width: 100%;
  }
  .sidebar ul {
      list-style: none;
      padding: 0;
  }
  
  .sidebar li {
    padding: 10px 11px;
    border-bottom: 1px solid #ddd;
    color: var(--text-color);
    display: flex;
    align-items: center;
    font-size: .9rem;
    gap: 4px;
  }
  
  .sidebar li:hover {
      color: #4a4a4aa8;
  }
  .promo-section {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* background: #232a3d; */
      height: 354px;
      overflow: hidden;
      border-radius: 7px;
      background-size: cover;
      background-position: center;
  }
  .promo-banner {
      max-width: 50%;
  }
  .promo-banner h2 {
      font-size: 24px;
      color: #333;
  }
  .promo-banner span {
      color: red;
      font-style: italic;
  }
  .discount {
      font-size: 20px;
      color: red;
      margin: 10px 0;
  }
  .promo-banner button {
      background: red;
      color: white;
      padding: 10px 15px;
      border: none;
      cursor: pointer;
  }
  .image-container img {
      width: 100%;
      max-width: 400px;
      border-radius: 10px;
  }
  .right-sidebar div {
      /* padding: 10px;
      margin: 10px 0;
      background: #ffcc00;
      text-align: center; */
  }
  .sidebarLi.width.loading-placeholder {
      width: 100%;
      height: 27px;
      margin-bottom: 10px;
  }
  
  div#CollectionGrid {
      grid-template-columns: repeat(4, 1fr) !important;
  }
  .collection-image {
      width: 100%;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      cursor: pointer;
      border-radius: 50%;
      text-align: center;
  }
  img.main-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  #Product1Grid img.main-img {
      width: 100%;
      height: 250px !important;
      object-fit: cover;
  }
  #Product1Grid .product-image {
      position: relative;
      padding: 0 !important;
      aspect-ratio: 0 !important;
      overflow: hidden;
      border-radius: 6px;
  }
  .collection:hover span.mini-title {
      text-decoration: underline;
  }
  div#CollectionGrid {
      grid-template-columns: repeat(5, 1fr) !important;
      gap: 23px 22px !important;
  }
  .background {
      background: var(--secondary-background-color);
      padding: 2rem 0;
  }
  .collection-info h2 {
      color: black;
      text-align: center;
      margin-top: 10px;
      font-weight: 900;
      font-size: 15px;
  }
  .hideLaptop{
      display: none;
  }
  .container-about {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 3rem 0;
  }
  .info-about-us {
      position: relative;
      z-index: 1;
      max-width: 43%;
  }
  
  .card.home-contact {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 649px;
      min-height: 683px;
      padding: 72px 48px 74px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .subtitle {
      display: inline-block;
      margin-bottom: 20px;
      padding: 12px 14px;
      border-style: solid;
      border-width: 1px;
      border-color: black;
      border-radius: 8px;
      background-color: black;
      box-shadow: 0 1px 4px 0 rgb(15 12 49 / 2%), 0 5px 15px 0 rgb(93 79 255 / 12%);
      color: white;
      font-size: 16px;
      line-height: 1.125em;
      font-weight: 700;
  }
  .container-about  .card {
      overflow: hidden;
      border-style: solid;
      border-width: 1px;
      border-color: #efeef6;
      border-radius: 32px;
      background-color: #fff;
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 21%), 0 1px 13px 0 #dddddd21;
  }
  .home-contact-links-grid {
      margin-top: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-auto-columns: 1fr;
      -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }
  .home-contact-link {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      margin-bottom: 20px;
      padding-right: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: black;
      line-height: 1.111em;
      text-decoration: none;
  }
  .image-wrapper.home-contact-link-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 44px;
      height: 44px;
      min-width: 44px;
      margin-right: 14px;
      padding: 5px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 14px;
      background-color: black;
      box-shadow: 0 2px 9px 0 rgb(93 79 255 / 11%);
  }
  .image-wrapper i {
      color: white;
  }
  .w-form {
      margin: 0 0 15px;
  }
  .home-contact-form-block {
      width: 100%;
      margin-bottom: 0px;
  }
  .home-contact-form-grid {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 28px;
      grid-row-gap: 0px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }
  .input-wrapper {
      margin-bottom: 20px;
  }
  #w-node-b561bf12-f15e-e68a-fee6-89283d5e85db-bf8169fb {
      -ms-grid-column: span 2;
      grid-column-start: span 2;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
      -ms-grid-row: span 1;
      grid-row-start: span 1;
      -ms-grid-row-span: 1;
      grid-row-end: span 1;
  }
  label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
  }
  
  label {
      margin-bottom: 16px;
      color: black;
      line-height: 1.111em;
      font-size: 18px;
      font-weight: 700;
  }
  .text-area {
      max-height: 200px;
      max-width: 100%;
      min-height: 147px;
      min-width: 100%;
      margin-bottom: 0px;
      padding: 22px 18px;
      border-style: solid;
      border-width: 1px;
      border-color: #efeef6;
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
      -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
      transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
      color: #5d4fff;
      font-size: 18px;
      outline: none;
  }
  .button-primary {
      margin-top: 20px;
      padding: 24px 32px;
      border-radius: 12px;
      background-color: black;
      box-shadow: 0 0 0 0 rgb(74 58 255 / 12%);
      -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
      transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
      transition: transform 300ms ease, box-shadow 300ms ease;
      transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
      color: #fff;
      line-height: 1.111em;
      font-weight: 700;
      text-align: center;
      -webkit-transform-style: preserve-3d;
      width: fit-content;
      cursor: pointer;
      transform-style: preserve-3d;
  }
  .input {
      height: 60px;
      margin-bottom: 0px;
      padding-right: 18px;
      padding-left: 18px;
      border-style: solid;
      border-width: 1px;
      border-color: #efeef6;
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0 4px 10px 0 rgb(17 4 73 / 2%);
      -webkit-transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
      transition: color 350ms ease, border-width 350ms ease, border-color 350ms ease;
      color: #5d4fff;
      font-size: 18px;
      line-height: 1em;
      outline: none;
  }
  .home-about-p {
      margin-top: 0px;
      margin-bottom: 16px;
      color: black;
      font-size: 38px;
      line-height: 1.237em;
      font-weight: 700;
      letter-spacing: 0.03em;
  }
  
  .promo-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .buttomCssTGT {
    position: absolute;
    z-index: 1;
    height: 100%;
    display: flex;
    width: 46px;
    align-items: center;
    justify-content: center;
  }
  .buttomCssTGTLeft {
    left: 0;
  }
  
  .buttomCssTGTright{
    right: 0;
  }
  
  .buttomCssTGT i {
    opacity: 0;
    font-size: 12px;
    background: #232f3e;
    width: 35px;
    height: 35px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .ContainerIcone {
    /* width: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ContainerIcone img {
    width: 100%;
    height: 100%;
  }
  
  
  .buttomCssTGTLeft:hover > i {
    opacity: 1;
  }
  
  .buttomCssTGTright:hover > i {
    opacity: 1;
  }
  .absImage {
    width: 100%;
    height: 610px;
    top: 7rem;
    /*background-image: url(/cdn/ramadan-main.png);*/
    /*background-color: #232a3d;*/
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
  }
  div#ContentSection {
      margin-top: 4rem;
  }
  .container-default.page-width {
    margin-top: 8rem;
  }
  .Padding-20 {
    border: 6px solid #38b6ff;
    padding: 25px;
    border-style: dashed;
    margin-top: 1rem;
  }
  .variant-group {
      margin-bottom: 23px;
  }
  button.update-quantity {
    background: #f6eeeebd;
    margin: 0;
}