/** Shopify CDN: Minification failed

Line 416:1 Expected "}" to go with "{"

**/
.p-relative{
     position: relative; 
     width: 60%; 
     max-width: 700px; 
     background: #fff;
    } 
 .qv-modal 
 { 
    position: fixed;
    inset: 0;
    background:rgba(0,0,0,.5); 
    display: none; 
    justify-content: center; 
    align-items:center;
  z-index:99999; 
  overflow-x:hidden;
 
}
.qv-product-wrapper{
overflow-y: auto;
overflow-x:auto;
 max-height: 60vh;
 max-width: 680px; 
  padding: 20px; 
}
.qv-content {
    max-width: 700px; 
      max-height: 80vh; 
       border-radius: 10px;
    }
.qv-right{
    min-width:400px;
}

.qv-close { 
    position: absolute;
    top: -14px;
    right: -12px;
    background: #fff;
    color: #000;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 33px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);


 }







  /* Container */
  .page-width-custom {
    padding: 0 5rem;
    max-width: 125rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  /* Grid layout */
  .custom-layout-wrapper {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 2rem;
    margin-bottom: 15px;
    align-items: start;
  }

  /* Sidebar */
  .sidebar-box {
    padding-top: 2rem;
    position: sticky;
    top: 20px;
    height: fit-content;
  }
  .sidebar-logo {
    max-width: 160px;
    margin-bottom: 1.5rem;
    display:block;
  }
  .sidebar-heading {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 1.6rem;
  }

  /* Sidebar list */
  .sidebar-menu {
    padding: 0;
    margin: 0;
  }
  .sidebar-item {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .sidebar-full-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    width: 100%;
    text-decoration: none;
    color: #4D4D4D;
    font-weight:800;
  }
  .sidebar-full-link:hover { color:#000; }
  .sidebar-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display:block;
    flex: 0 0 22px;
  }
  .sidebar-title-text { font-weight: 600; font-size: 1.4rem; }

  /* Right content */
  .featured-slider-wrapper {
    margin-bottom: 3rem;
  }

  .featured-heading {
      font-size: 28px;
      font-weight: 700;
      margin-top: 34px;
      margin-bottom: 1.2rem;
  }

  /* Slider container */
  .featured-slider {
    position: relative;
  }
  /* .featured-slider .slides {
    display: flex;
    gap: 25px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  } */

  /* Product card - ensures equal width/height for slider and grid */
  .product-card {
    width: 240px;
    min-height: 430px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* Image area */
  .product-card .card-media {
    width: 100%;
    height: 320px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background: #fff;
  }
  .product-card .card-media img {
    max-width: 89%;
    max-height: 100%;
    display: block;
    object-fit: contain;
  }
  .featured-slider .product-card .card-media img{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
  }

  /* Content area */
  .product-card .card-body {
    padding: 12px 14px;
    display: flex;
    align-items:center;
    flex-direction: column;
    gap: 8px;
    flex:1 0 auto;
  }
  .card-title-red {
      color: #e23a3a;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.15;
      margin: 0;
  }
  .card-title-black {
      color: #000000;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.15;
      margin: 0;
  }
  .card-prices {
      margin-top: auto;
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 10px;
  }
  .card-price {
      font-weight: 700;
      color: #000;
  }
  .card-compare {
    color: #000000;
    font-weight:700;
    font-size: 1.4rem;
  }
  a.card-link { text-decoration: none; }

  /* Arrow buttons - desktop */
  .slider-btn {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #26c2c2;
    display:flex;
    align-items:center;
    justify-content:center;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    z-index: 2;
  }
  .slider-btn svg { stroke: #fff; width: 14px; height: 14px; }
  .slider-btn.left { left: -18px; }
  .slider-btn.right { right: 7px; }

  /* Make arrows visible on mobile and smaller, moved inside */
  @media (max-width: 900px) {
    .slider-btn {
      width: 32px;
      height: 32px;
      top: auto;
      bottom: 12px;
      transform: none;
      opacity: 0.95;
    }
    .slider-btn.left { left: 8px; top:50%; }
    .slider-btn.right { right: 8px; top:50%; }
  }

  /* Films grid */
  .films-title {
    font-size: 28px;
    font-weight:700;
    margin-bottom: 1rem;
  }
  .films-tv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:0px;
  }
  /* 4 cards per view on desktop */
  /* .featured-slider .product-card {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  } */
  .load-more-container { text-align: center; margin: 40px 0; }
  .load-more-btn {
    background: #00d4d4;
    color: white;
    padding: 14px 34px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
  }
  .load-more-btn:hover { opacity: 0.85; }

  .select-options-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    background: #333;
    color: #fff;
    padding: 8px 0px;
    width: 85%;
    text-decoration: none;
    font-size: 14px;
    border: none;
  }
  .select-options-btn .check-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }

  /* 1 card per view on mobile */
  @media (max-width: 767px) {
    /* .featured-slider .product-card {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    } */
    .custom-layout-wrapper { flex-direction: column; }

    /* Right section first */
    .custom-layout-wrapper > div { order: 1; }

    .featured-heading { font-size: 24px; text-align: center; }
    /* Sidebar comes last */
    .sidebar-box {
      order: 2;
      width: 100%;
      position:static;
      display: block !important;
      margin-top: 2rem;
    }
    .card-media { width: auto !important; display: block; }
    .productslider-card { width: auto !important; }
    /* .films-tv-grid { grid-template-columns: 1fr !important; } */
    .films-title { font-size: 24px; font-weight: 700; margin-bottom: 1rem; }

           .films-tv-grid {
            grid-template-columns: repeat(3, 1fr);
        }
          .custom-layout-wrapper {
        grid-template-columns: 100%;
    }
    
    .custom-layout-wrapper > :first-child {
  order: 999; /* Push first child to the end */
}

  }

  @media only screen and (max-width: 767px) {
    .custom-layout-wrapper { grid-template-columns: 100%; }
  }
 
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .custom-layout-wrapper { grid-template-columns: 26% 74%; }
}
  /* Responsive tweaks */
  @media (max-width: 1100px) {
    /* .custom-layout-wrapper { grid-template-columns: 26% 74%; } */
    /* .featured-slider .slides { gap: 20px; }
  } */
  @media (max-width: 900px) {
   
    .sidebar-box { order: -1; }
    .slider-btn.left, .slider-btn.right { display: inline-flex; } /* show on mobile */
    .films-tv-grid { grid-template-columns: repeat(2, 1fr); }
    /* .featured-slider .slides {
      overflow-x: auto !important;
      scroll-snap-type: x mandatory;
    }
    .featured-slider .product-card {
      min-width: 100% !important;
      max-width: 100% !important;
      scroll-snap-align: center;
    } */
  }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .page-width-custom { padding: 0 2.4rem !important; max-width: 100% !important; }
    .custom-layout-wrapper { grid-template-columns: 24% 76% !important; gap: 1.6rem !important; }
    .sidebar-box { padding-top: 1.6rem !important; }
    .sidebar-heading { font-size: 20px !important; }
    .sidebar-item a { font-size: 1.28rem !important; }
    .product-card { width: 210px !important; min-height: 390px !important; }
    .product-card .card-media { height: 260px !important; }
    .card-title { font-size: 16px !important; }
    /* .featured-slider .slides { gap: 18px !important; } */
    .slider-btn.left { left: -6px !important; }
    .slider-btn.right { right: -6px !important; }
    .films-tv-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 14px !important; }
  }
  @media (min-width: 769px) {
    /* .featured-slider .slides {
      overflow-x: hidden !important;
    } */
    .product-card { max-width: 100% !important; }
    img { max-width: 100%; height: auto; }
   
  }
  @media (max-width: 480px) {
    .films-tv-grid { grid-template-columns: 1fr; }
    .product-card { width: 100%; min-height: auto; }
    .product-card .card-media { height: 500px; }
    .sidebar-heading { font-size: 22px; }
    .page-width-custom { padding: 0 1.6rem !important; }
    .product-card .card-body { align-items: center; }
    .films-title { display:flex; justify-content:center; }
    
  }
  
 @media only screen and (min-width: 768px) and (max-width: 995px) {
.sidebar-heading {
      font-size:17px;
    }
 } 
 