:root {
   --shop-bg: #faeade;
 }
 
 .shop{
   background-color: var(--shop-bg);
   color: var(--primary-dark);
 }
 
 
 .shop .navbar {
   background: #00000000 !important;
   backdrop-filter: blur(10px) !important;
 }
 
 
 .shop .navbar .nav-icons i{
   color: #000 !important;
 }
 
 /* -----------------------------------------Products Range Section ------------------------------------------ */
 .shop .products-range {
    background: var(--shop-bg);
    padding: 5rem 0;
    margin-top: 3rem !important;
    height: 100%;
  }
   
  .shop .products-range .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .shop .products-range .section-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }
    
  .shop .products-range .main-title {
    font-size: 6rem;
    font-weight: bold;
    color: var(--brown);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 0.95;
    position: relative;
    display: inline-block;
  }
 
  .shop .products-range .main-title-highlight {
   margin-top: -0.5rem !important;
   padding: 0.5rem 0.5rem !important;
   width: auto !important;
  }
 
  .shop .products-range .main-title-highlight-text {
   margin: 0 !important;
   width: 100% !important;
   max-width: 100% !important;
   padding: 0.5rem !important;
   box-sizing: border-box !important;
   background-color: transparent !important;
   color: var(--brown) !important;
  }
 
  .shop .products-range .main-title .title-line {
    display: block;
    position: relative;
  }
  
  .shop .products-range .main-title .products-banner {
    display: inline-block;
    background: #ede2b7;
    color: #a89c6b;
    font-size: 3rem;
    font-weight: bold;
    padding: 0.3em 1.5em 0.2em 1.5em;
    border-radius: 0px;
    transform: rotate(-8deg);
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    letter-spacing: 1px;
  }
  
  .shop .products-range .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 2rem;
    margin-top: 7rem;
  }
  
  .shop .products-range .product-item {
    background-color: #8e0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 8rem;
    padding-bottom: 1rem;
    position: relative;
 
    height: 220px;
 
    z-index: 5;
  }
 
  
  .product-image-overlay-splash{
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
   border-radius: 1rem;
  }
 
  .product-image-overlay-splash-container {
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   height: 100%;
   width: 100%;
   position: relative;
   z-index: 1;
   overflow: hidden;
  }
 
   .product-image-overlay-splash img{
     width: 100%;
     height: 100%;
     object-fit: contain;
     object-position: bottom-left;
 
     position: absolute;
     bottom: -2rem;
     left: -3rem;
   }
 
  /* .shop .products-range .product-item .product-image {
   height: 100%;
   width: 100%;
   margin-bottom: 0rem;
   margin-top: -50%;
   transform: rotate(12deg);
   position: relative;
   z-index: 5;
  } */
  
  .shop .products-range .product-image img {
    width: auto;
    max-width: 100%;
    height: 350px;
 
    position: absolute;
 
    left: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0%;
    z-index: 5;
    transform: rotate(12deg);
  }
  
  .shop .products-range .product-info {
    width: 100%;
    text-align: left;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    z-index: 5;
    position: relative;
 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0rem;
  }
 
  .shop .products-range .product-name-price {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
   width: 100%;
   margin-top: 1rem;
   margin-bottom: 0rem;
  }
  
  .shop .products-range .product-name {
    color: var(--text-light);
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 0rem;
    line-height: 1.1;
    height: auto !important;
    margin: 0 !important;
  }
  
  .shop .products-range .product-reviews {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
 
    display: none !important;
  }
  
  .shop .products-range .stars {
    color: #ffd700;
    font-size: 1rem;
  }
  
  .shop .products-range .review-count {
    color: #bdbdbd;
    font-size: 0.95rem;
  }
  
  .shop .products-range .product-price {
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0rem;
    margin-top: 0rem;
    height: auto !important;
    line-height: 1.1;
  }
  
  .shop .products-range .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  
  .shop .products-range .add-to-cart {
    width: 100%;
    background: transparent;
    border: 1.5px solid #bdbdbd;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0.7em 0.5em;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 1px;
  }
  
  .shop .products-range .buy-now {
    width: 100%;
    background: transparent;
    border: 1.5px solid var(--accent-gold);
    color: var(--accent-gold);
    font-size: 12px;
    font-weight: 500;
    padding: 0.7em 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 1px;
  }
  
  .shop .products-range .add-to-cart:hover {
    background: #ede2b7;
    color: #222;
    border-color: #ede2b7;
  }
  
  .shop .products-range .buy-now:hover {
    background: #ede2b7;
    color: #222;
    border-color: #ede2b7;
  }
  
  /* Responsive Design */
  @media (max-width: 1200px) {
    .shop .products-range .main-title {
      font-size: 4rem;
    }
    .shop .products-range .products-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1.5rem;
    }
  }
  @media (max-width: 768px) {
    .shop .products-range {
      padding: 2rem 0;
      height: 100%;
      margin-top: 7rem !important;
      overflow-x: hidden;
      width: 100%;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }
  
    .shop .products-range .container {
      padding: 0 0.8rem;
    }
  
    .shop .products-range .main-title {
      font-size: 2.5rem !important;
    }
 
    .shop .products-range .main-title-highlight {
     margin-top: -0.5rem !important;
     padding: 0.5rem 0.5rem !important;
    }
 
    .shop .products-range .main-title-highlight-text {
     margin: 0 !important;
     width: 100% !important;
     padding: 0.5rem !important;
     box-sizing: border-box !important;
    }
 
    .shop .products-range .products-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 1.5rem 1rem;
      width: 100%;
      box-sizing: border-box;
      padding: 0;
    }
 
    
    .shop .products-range .product-item {
     padding-bottom: 1rem;
     margin-bottom: 7rem;
     height: 270px;
     width: 100%;
     box-sizing: border-box;
    }
 
    .shop .products-range .product-item .product-image {
     height: 380px;
     width: 100%;
     margin-bottom: 0rem;
     position: absolute;
     left: 0;
     bottom: 0;
     margin: auto;
     margin-left: 0%;
     z-index: 5;
 
     box-sizing: border-box;
 
 
     display: flex;
     justify-content: center;
     align-items: center;
    }
 
    .shop .products-range .product-image img {
      height: 250px;
      bottom: 100px;
      width: 100%;
 
      position: absolute;
 
      display: flex;
      justify-content: center;
      align-items: center;
      left: unset;
    }
  
    .shop .products-range .product-name {
      color: var(--text-light);
      font-size: 1rem;
      height: 2rem;
      font-weight: 500;
      margin-bottom: 0rem;
      line-height: 1.2;
    }
  
    .shop .products-range .product-reviews {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0.25rem;
      margin-bottom: 0.2rem;
      padding-top: 0.5rem;
    }
  
    .shop .products-range .stars {
      color: #ffd700;
      font-size: 0.8rem;
    }
  
    .shop .products-range .product-price {
      color: var(--text-light);
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 0.7rem;
    }
  
    .shop .products-range .add-to-cart {
      width: 90%;
      background: transparent;
      border: 1.5px solid #bdbdbd;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 0.5em 0;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      letter-spacing: 1px;
    }
  
    .shop .products-range .add-to-cart:hover {
      background: #ede2b7;
      color: #222;
      border-color: #ede2b7;
    }
 
    .shop .products-range .buttons {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     gap: 1rem;
   }
 
   .shop .products-range .add-to-cart {
     width: 100%;
     background: transparent;
     border: 1.5px solid #bdbdbd;
     color: #fff;
     font-size: 1rem;
     font-weight: 500;
     padding: 0.7em 0;
     border-radius: 40px;
     cursor: pointer;
     transition: background 0.2s, color 0.2s;
     letter-spacing: 1px;
   }
   
   .shop .products-range .buy-now {
     width: 100%;
     background: transparent;
     border: 1.5px solid var(--accent-gold);
     color: var(--accent-gold);
     font-size: 1rem;
     font-weight: 500;
     padding: 0.7em 0;
     border-radius: 40px;
     cursor: pointer;
     transition: background 0.2s, color 0.2s;
     letter-spacing: 1px;
   }
 
   .product-image-overlay-splash-container {
     display: flex;
     justify-content: flex-start;
     align-items: flex-end;
     height: 100%;
     width: 100%;
     position: relative;
     z-index: 1;
     overflow: hidden;
    }
   
     .product-image-overlay-splash img{
       width: auto;
       height: 100%;
       object-fit: contain;
       object-position: bottom-left;
   
       position: absolute;
       bottom: -0rem;
       left: 0rem;
       right: unset;
     }
 }
 
 
 