/** Shopify CDN: Minification failed

Line 460:15 Unexpected "{"
Line 460:24 Expected ":"
Line 460:31 Unexpected "{"
Line 461:21 Expected identifier but found whitespace
Line 461:23 Unexpected "{"
Line 461:32 Expected ":"
Line 462:12 Expected identifier but found whitespace
Line 462:14 Unexpected "{"
Line 462:23 Expected ":"
Line 463:11 Expected identifier but found whitespace
... and 12 more hidden warnings

**/
/* ======================================================
   GLOBAL MOBILE FIXES
====================================================== */
@media (max-width: 749px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

.store_address{
  color: #222 !important;
  text-decoration: none !important;
}
.store_address:hover{
  color: #e55d27 !important;
}

.hh-cta-section {
  background-color: #f2f2f2;
  padding: 60px 20px;
  margin-top: 40px;
  border-radius:15px;
}

.hh-cta-container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hh-cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.hh-cta-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hh-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.hh-btn {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  
}

.hh-btn-primary {
  background-color: #e55d27;
  color: #ffffff !important;
  border:1px solid #e55d27;
}

.hh-btn-primary:hover {
  background-color: #ffffff;
  color:#e55d27 !important;
}

.hh-btn-secondary {
  background-color: #e55d27;
  color: #ffffff !important;
  border:1px solid #e55d27;
}

.hh-btn-secondary:hover {
  background-color: #ffffff;
  color:#e55d27 !important;
}
/* ============================================================
  Setup page css
   ============================================================ */

.hh-setup-section{
padding:60px 20px;
}

.hh-setup-header{
text-align:center;
margin-bottom:50px;
}

.hh-card-grid{
display:flex;
gap:30px;
flex-wrap:wrap;
justify-content:center;
}

.hh-card{
flex:1;
min-width:280px;
background:#f7f7f7;
padding:40px;
border-radius:10px;
text-align:center;
transition:0.3s;
}
 
.hh-card:hover{
transform:translateY(-4px);
}

.hh-card h3{
margin-bottom:10px;
}

.setup-card-title{
    font-size:22px;
}

.hh-card p{
margin-bottom:20px;
}

.hh-button{
display:inline-block;
padding:12px 28px;
background:#e55d27 ;
color:#fff;
text-decoration:none;
border-radius:0px;
transition:0.3s;
border: 1px solid #e55d27;
}

.hh-button:hover{
opacity:0.85;
background:#fff ;
color:#e55d27;
border-radius:6px;
}

/* Mobile */

@media(max-width:768px){

.hh-card-grid{
flex-direction:column;
}

}

/* ============================================================
  installtion button
   ============================================================ */

.installation-btn.small {
  display: inline-block;
  color: #000;
  font-size: 14px !important;
  text-decoration: none;
  line-height: 1.2;
  
}
.installation-btn.small:hover {
  border-bottom: 1px solid #e55d27;
  transition: all 0.25s ease;
}

/* ============================================================
   Hush Hiven - FULL swatch CSS (final rules)
   - lowercase, hyphen-separated class names
   - include specific combined name + generic color name
   - dual-tone -> 45deg linear-gradient
   Paste into assets/theme.css.liquid (bottom)
   ============================================================ */

/* ---------- GENERIC COLORS (quick lookups) ---------- */
.st-color-maroon { background:#6b0f0f !important; }
.st-color-black { background:#000000 !important; }
.st-color-beige { background:#ead8ab !important; }
.st-color-dark-grey { background:#4a4a4a !important; }
.st-color-dark-green { background:#046C27 !important; }
.st-color-brown { background:#BA5317 !important; }
.st-color-dark-brown { background:#864723 !important; }
.st-color-light-grey { background:#d0d0d0 !important; }
.st-color-grey { background:#bfbfbf !important; }
.st-color-blue { background:#2e4a7b !important; }
.st-color-off-white { background:#f6f4ef !important; }
.st-color-khaki { background:#9e956f !important; }
.st-color-olive { background:#3e4a2f !important; }
.st-color-rust { background:#9c4a2f !important; }
.st-color-tan { background:#A66636 !important; }
.st-color-sage { background:#8a6e50 !important; }

/* -------------------- BIGB -------------------- */
.st-color-wanda-maroon { background:#6b0f0f !important; }
.st-color-wanda { background:#6b0f0f !important; }

.st-color-spade-black { background:#000000 !important; }
.st-color-spade { background:#000000 !important; }

.st-color-mush-beige { background:#d9c8a4 !important; }
.st-color-mush { background:#d9c8a4 !important; }

.st-color-gun-metal-dark-grey { background:#2f3437 !important; }
.st-color-gun-metal { background:#2f3437 !important; }

.st-color-fate-dark-brown { background:#4a3325 !important; }
.st-color-fate { background:#4a3325 !important; }

/* -------------------- KINGSMAN -------------------- */
.st-color-queen-mud-brown { background:#b29d8d !important; }
.st-color-queen { background:#b29d8d !important; }

.st-color-arthur-light-grey { background:#d0d0d0 !important; }
.st-color-arthur { background:#d0d0d0 !important; }

.st-color-rook-dark-grey { background:#4a4a4a !important; }
.st-color-rook { background:#4a4a4a !important; }

.st-color-bishop-tan-brown { background:#c19a6b !important; }
.st-color-bishop { background:#c19a6b !important; }

.st-color-darknight-black { background:#000000 !important; }
.st-color-darknight { background:#000000 !important; }

/* -------------------- DONNA -------------------- */
/* Use provided HEXs for these where present */
.st-color-midnight-dark-grey { background:#717171 !important; }
.st-color-midnight { background:#717171 !important; }

.st-color-rosedust-maroonish-pink { background:#6b3e39 !important; } /* used screenshot HEX */
.st-color-rosedust { background:#6b3e39 !important; }

.st-color-sage-brown { background:#726445 !important; } /* used screenshot HEX */
.st-color-sage-brown { background:#726445 !important; }
.st-color-sage { background:#726445 !important; }

.st-color-seafoam-light-green { background:#849173 !important; } /* screenshot HEX */
.st-color-seafoam { background:#849173 !important; }

.st-color-hazelnut-pantone { background:#9b877e !important; } /* screenshot HEX */
.st-color-hazelnut { background:#9b877e !important; }

/* -------------------- EVA -------------------- */
.st-color-hamster-light-brown { background:#b78a60 !important; }
.st-color-hamster { background:#b78a60 !important; }

.st-color-charcoal-dark-grey { background:#3a3a3a !important; }
.st-color-charcoal { background:#3a3a3a !important; }

.st-color-caramel-beige { background:#c8a67a !important; }
.st-color-caramel { background:#c8a67a !important; }

.st-color-blueberry-blue { background:#2e4a7b !important; }
.st-color-blueberry { background:#2e4a7b !important; }

.st-color-oyster-grey { background:#bfc1c4 !important; }
.st-color-oyster { background:#bfc1c4 !important; }

/* -------------------- PEBBLE (dual-tone) -------------------- */

.st-color-red-panda-beige-amp-brown,
.st-color-red-panda-beige-brown {
    background: linear-gradient(45deg,#bfa07a,#6b4530) !important;
}

.st-color-husky-light-grey-amp-dark-grey,
.st-color-husky-light-grey-dark-grey {
    background: linear-gradient(45deg,#d5d5d5,#4a4a4a) !important;
}

.st-color-black-bear-dark-grey-amp-black,
.st-color-black-bear-dark-grey-black {
    background: linear-gradient(45deg,#2e2e2e,#000000) !important;
}

.st-color-scarlett-purple-amp-maroon,
.st-color-scarlett-purple-maroon {
    background: linear-gradient(45deg,#6b2630,#8b3a4a) !important;
}

.st-color-peppermint-light-green-amp-dark-green,
.st-color-peppermint-light-green-dark-green {
    background: linear-gradient(45deg,#cde7d0,#447a5c) !important;
}


/* -------------------- SATURO (dual-tone) -------------------- */
.st-color-black-forest-white-black { background:linear-gradient(45deg,#ffffff,#000000) !important; }
.st-color-black-forest { background:linear-gradient(45deg,#ffffff,#000000) !important; }

.st-color-cupcake-white-grey { background:linear-gradient(45deg,#f7f5f8,#cecece) !important; }
.st-color-cupcake { background:linear-gradient(45deg,#f7f5f8,#cecece) !important; }

.st-color-cinnamon-white-mud-brown { background:linear-gradient(45deg,#f3ede6,#8b5a3c) !important; }
.st-color-cinnamon { background:linear-gradient(45deg,#f3ede6,#8b5a3c) !important; }

.st-color-oreo-white-and-dark-brown { background:linear-gradient(45deg,#ffffff,#4a3325) !important; }
.st-color-oreo { background:linear-gradient(45deg,#ffffff,#4a3325) !important; }

.st-color-pear-white-dark-green { background:linear-gradient(45deg,#f5f8f6,#3f6b56) !important; }
.st-color-pear { background:linear-gradient(45deg,#f5f8f6,#3f6b56) !important; }

/* -------------------- LIOR -------------------- */
.st-color-anchor-dark-grey { background:#808080 !important; }
.st-color-anchor { background:#808080 !important; }

.st-color-brunette-dark-brown { background:#58493b !important; }
.st-color-brunette { background:#58493b !important; }

.st-color-pearl-beige { background:#ead8ab !important; }
.st-color-pearl { background:#ead8ab !important; }

.st-color-sacremento-dark-green { background:#414c30 !important; }
.st-color-sacremento { background:#414c30 !important; }

.st-color-sapphire-dark-blue { background:#5b738c !important; } /* use screenshot HEX */
.st-color-sapphire { background:#5b738c !important; }

/* -------------------- HANDBAG -------------------- */
.st-color-moss-tan-brown { background:#9b7f5a !important; }
.st-color-moss { background:#9b7f5a !important; }

.st-color-halo-light-grey { background:#e6e7e8 !important; }
.st-color-halo { background:#e6e7e8 !important; }

.st-color-cocoa-mud-brown { background:#6b4a2e !important; }
.st-color-cocoa { background:#6b4a2e !important; }

.st-color-aira-off-white { background:#f6f3ee !important; }
.st-color-aira { background:#f6f3ee !important; }

.st-color-ochre-olive-green { background:#9c8a55 !important; }
.st-color-ochre { background:#9c8a55 !important; }

/* -------------------- AXE -------------------- */
.st-color-birch-beige { background:#dcc9a6 !important; }
.st-color-birch { background:#dcc9a6 !important; }

.st-color-timber-chocolate-brown { background:#5a3f2b !important; }
.st-color-timber { background:#5a3f2b !important; }

.st-color-obsidian-black { background:#000000 !important; }
.st-color-obsidian { background:#000000 !important; }

.st-color-ember-maroon { background:#7c1f2a !important; }
.st-color-ember { background:#7c1f2a !important; }

.st-color-oak-tan-brown { background:#a37b55 !important; }
.st-color-oak { background:#a37b55 !important; }

/* -------------------- LOGAN -------------------- */
.st-color-trail-khaki { background:#9e956f !important; }
.st-color-trail { background:#9e956f !important; }

.st-color-cafe-chocolate-brown-faded { background:#5c3a2f !important; }
.st-color-cafe { background:#5c3a2f !important; }

.st-color-latte-beige { background:#d8c3a7 !important; }
.st-color-latte { background:#d8c3a7 !important; }

.st-color-fossil-frost-grey { background:#c9cbcf !important; }
.st-color-fossil { background:#c9cbcf !important; }

.st-color-cosmic-light-grey { background:#d9d9db !important; }
.st-color-cosmic { background:#d9d9db !important; }

/* -------------------- LAYBACK -------------------- */
.st-color-sage-beige { background:#c7b99d !important; }
.st-color-sage-beige { background:#c7b99d !important; } /* duplicate generic */
.st-color-olive-night-olive { background:#434f34 !important; }
.st-color-bark-khaki { background:#9e8c6a !important; }
.st-color-obsidian-dark-grey { background:#474747 !important; }
.st-color-rust-faded-oranga-tan { background:#a25a3a !important; }

/* -------------------- HARVEY -------------------- */
.st-color-scarlette-dark-maroon { background:#5a1e2c !important; }
.st-color-scarlette { background:#5a1e2c !important; }

.st-color-dove-khaki { background:#b9a88a !important; }
.st-color-dove { background:#b9a88a !important; }

.st-color-beast-dark-grey { background:#2f2f32 !important; }
.st-color-beast { background:#2f2f32 !important; }

.st-color-stellar-light-grey { background:#e3e4e6 !important; }
.st-color-stellar { background:#e3e4e6 !important; }

.st-color-moss-dark-green { background:#51623e !important; }

/* -------------------- SHADOW -------------------- */
.st-color-gotham-dark-green { background:#2e4b3a !important; }
.st-color-arkham-dark-brown { background:#5a3e2b !important; }
.st-color-vigilante-sky-blue { background:#6eade6 !important; }
.st-color-dark-knight { background:#000000 !important; }
.st-color-rogue-rust { background:#8b4a2f !important; }

/* -------------------- STEVE PREMIUM -------------------- */
.st-color-oliva-sage-army-green { background:#6b7a57 !important; }
.st-color-clay-rosata-mud-brown-pinkish { background:#9a6f5f !important; }
.st-color-nero-classico-black { background:#000000 !important; }
.st-color-merlot-dark-faded-maroon { background:#4a1f2a !important; }
.st-color-tuscan-tan-orange-tan { background:#c88a5b !important; }

/* -------------------- ROCKEFELLER DUAL MOTOR -------------------- */
.st-color-regal-rust { background:#9c4a2f !important; }
.st-color-vintage-tan { background:#c9a682 !important; }
.st-color-estate-grey { background:#d1d3d4 !important; }
.st-color-manor-beige { background:#c6b398 !important; }
.st-color-sovereign-brown { background:#3b2a22 !important; }

/* -------------------- UPDATED FROM YOUR SCREENSHOT (exact HEX used where provided) -------------------- */
.st-color-hazelnut-pantone { background:#9b877e !important; }
.st-color-sapphire-dark-blue { background:#5b738c !important; }
.st-color-brunette-dark-brown { background:#58493b !important; }
.st-color-sacramento-dark-green { background:#414c30 !important; }
.st-color-anchor-dark-grey { background:#808080 !important; }
.st-color-pearl-beige { background:#ead8ab !important; }
.st-color-queen-mud-brown { background:#b29d8d !important; }
.st-color-arthur-light-grey { background:#808080 !important; }
.st-color-seafoam-light-green { background:#849173 !important; }
.st-color-rosedust-maroonish-pink { background:#6b3e39 !important; }
.st-color-midnight-dark-grey { background:#717171 !important; }
.st-color-sage-brown { background:#726445 !important; }

/* ---------- fallback ---------- */
.st-color-fallback { background:#cccccc !important; }


.enquiry-button-text{
  font-size:14px ;
}

/* ======================================================
  A+ content section
====================================================== */

  /* --- Section Settings --- */
  .customstyle{{ section.id }} {
    background-color: {{ section.settings.bgsection }};
    padding: {{ section.settings.paddingsection }};
    margin: {{ section.settings.marginsection }};
  }

  /* --- DESKTOP LAYOUT (> 768px) --- */
  .checkerboard-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border:1px solid #000;
    border-radius:0px ;
    overflow:visible;
    position: relative;
    padding:0px ;
  }

  .checkerboard-card {
    display: flex;
    background:#fdf0ec;
    width: 100%;
    align-items: center; /* FIX: Prevents video from stretching vertically to match text */
    justify-content: center;
    position: sticky;
    top: 0;
  }
   /* Stack cards with increasing z-index */
  .checkerboard-card:nth-child(1) {
    z-index: 1;
  }

  .checkerboard-card:nth-child(2) {
    z-index: 2;
    top: 0;
  }

  .checkerboard-card:nth-child(3) {
    z-index: 3;
    top: 0;
  }

  .checkerboard-card:nth-child(4) {
    z-index: 4;
    top: 0;
  }

  /* Reverse Order for Even Items */
  .checkerboard-card.reverse-desktop {
    flex-direction: row-reverse;
  }

  .video-container, .text-content {
    width: 50%;
  }

  /* --- VIDEO WRAPPER (Strict 16:9) --- */
  .video-container {
    position: relative;
    background: #000;
    width: 50%;
    /* Force 16:9 Aspect Ratio */
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
  }

  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* --- TEXT CONTENT --- */
  .text-content {
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .text-inner {
    max-width: 450px;
    text-align: left;
  }

  .text-inner h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-heading);
    letter-spacing: -0.5px;
  }

  .text-inner p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-body-text);
    opacity: 0.8;
    margin: 0;
  }

  /* --- MOBILE LAYOUT (< 768px) --- */
  @media (max-width: 768px) {
    .customstyle{{ section.id }} {
      padding: {{ section.settings.paddingmobile }};
      margin: {{ section.settings.marginmobile }};
      overflow: hidden;
    }

    .checkerboard-grid {
      display: flex;
      flex-wrap: nowrap; /* Forces horizontal row (Carousel) */
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 24px;
      -ms-overflow-style: none; /* IE/Edge */
      scrollbar-width: none; /* Firefox */
      border:none;
      padding:10px ;
      background:none ;
      
    }
    
    .checkerboard-grid::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }

    .checkerboard-card {
      flex: 0 0 85%; /* Card Width */
      flex-direction: column;
      scroll-snap-align: center;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      margin-right: 0;
      display: inline-block; 
    }

    .checkerboard-card.reverse-desktop {
      flex-direction: column;
    }

    .video-container, .text-content {
      width: 100%;
      flex-shrink: 0;
    }

    /* Mobile Video Ratio: 16:9 */
    .video-container {
      width: 100%;
      aspect-ratio: 16 / 9;
      position: relative;
      margin: 0; /* Add this */
      padding: 0; /* Add this */
    }
    

    .text-content {
      padding: 14px;
      height: auto;
      display: flex; /* Add this */
      flex-direction: column; /* Add this */
      justify-content: flex-start; /* Add this */
    }

    .text-inner h3 {
      font-size: 20px;
      margin-bottom: 12px;
    }
    
    .text-inner p {
      font-size: 14px;
    }
  }

/* ======================================================*/
/* ======================================================
  Blog Layout
====================================================== */
.hh-blog {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
  background: #ffffff;
}

/* Typography */
.hh-blog h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222222;
  margin: 40px auto 12px auto;
  line-height: 1.35;
}

.hh-blog h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.17rem;
  font-weight: 600;
  color: #222222;
  margin: 0 0 8px 0;
  text-transform: none;
}

.hh-blog p,
.hh-blog li {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #363636;
}

/* Intro */
.hh-intro {
  margin: 0 auto 26px auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

/* Soft lifestyle section */
.hh-soft-section {
  background: #fafafa;
  border-radius: 14px;
  padding: 15px;
  margin: 34px auto;
}

/* Flex layout */
.hh-flex {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.hh-flex-image {
  flex: 1;
  min-width: 260px;
  max-width: 350px;
}

.hh-flex-text {
  flex: 1.5;
  min-width: 240px;
}
/* Hyperlink */
.hyperlink-text-blog:hover {
  color: #e55d27;
}


/* Images */
.hh-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Ordered list */
.hh-steps {
  max-width: 950px;
  margin: 0 auto 14px auto;
  padding-left: 32px;
}

.hh-steps li {
  margin-bottom: 5px;
}

/* Benefits list */
.hh-benefits {
  margin: 10px 0 10px 35px;
}

/* Brand highlight */
.hh-brand-note {
  margin: 24px auto;
}

/* CTA */
.hh-cta {
  max-width: 930px;
  margin: 30px auto 10px auto;
}

.hh-cta h2 {
font-size: 1.5rem;
}

@media (max-width: 768px) {
  .hh-blog h2 {
    font-size: 1.35rem;
  }
}
/* Table blog section */
.recliner-comparison{
  width:100%;
  border:1px solid #e6e6e6;
  border-radius:6px;
  overflow:hidden;
  margin:30px 0;
}

.comparison-row{
  display:flex;
  border-top:1px solid #e6e6e6;
}

.comparison-head{
  background:#f5f5f5;
  font-weight:600;
}

.comparison-col{
  flex:1;
  padding:14px 16px;
}

.comparison-row:nth-child(even){
  background:#fafafa;
}

/* Whatsapp cta section */
.hh-blog-whatsapp-cta {
  background: #e8fff1;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  text-align: center;
}

.hh-blog-whatsapp-heading {
  margin-bottom: 10px;
  font-size:28px !important;
}

.hh-blog-whatsapp-text {
  margin-bottom: 15px;
  font-size: 14px;
  color:#000000 ;
}

.hh-blog-whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: #ffffff !important;
  padding: 12px 25px;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.hh-blog-whatsapp-btn:hover {
  background: #e55d27;
}
/* Store section in Blog */
.hh-blog-store-section {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
  text-align: center;
}

.hh-blog-store-heading {
  margin-bottom: 15px;
}

.hh-blog-store-text {
  margin-bottom: 20px;
  font-size: 15px;
}

.hh-blog-store-details {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.hh-blog-store-details a {
  color: #25D366;
  text-decoration: none;
  font-weight: 500;
}

.hh-blog-store-cta a {
  display: inline-block;
  padding: 12px 25px;
  font-weight: 600;
  background: #e55d27;
  color: #ffffff !important ;
  border:1px solid #e55d27;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.hh-blog-store-cta a:hover {
  background: #ffffff;
  color:#e55d27 !important;
}

/* Blog Product Grid */
.hh-blog-product-block {
  margin: 40px 0;
}

.hh-blog-product-heading {
  text-align: center;
  font-size:28px;
  margin-bottom: 20px;
}

/* GRID */
.hh-blog-product-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* CARD */
.hh-blog-product-card {
  width: 31%;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease;
}

.hh-blog-product-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.hh-blog-product-card img {
  width: 100%;
  border-radius: 8px;
}

/* TEXT */
.hh-blog-product-card h4 {
  margin-bottom: 8px;
  font-size:18px;
}

.hh-blog-product-card p {
  font-size: 12px;
  margin-bottom: 10px;
}

/* LINK */
.hh-blog-product-card a {
  color: #e85d2a;
  text-decoration: none;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hh-blog-product-grid {
    flex-wrap: wrap;
  }

  .hh-blog-product-card {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .hh-blog-product-card {
    width: 100%;
  }
}

/* FAQ Section */
.hh-faq {
  max-width: 930px;
  margin: 24px auto 40px auto;
}

.hh-faq details {
  background: #fafafa;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 14px;
  transition: all 0.25s ease;
}

.hh-faq details[open] {
  background: #f4f4f4;
}

.hh-faq summary {
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #222222;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.hh-faq summary::-webkit-details-marker {
  display: none;
}

/* Plus / Minus Icon */
.hh-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #666666;
  transition: transform 0.25s ease;
}

.hh-faq details[open] summary::after {
  content: "–";
}

.hh-faq p {
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #363636;
}

/* ======================================================
  Expand compare modal width
====================================================== */
/*  */
.modal-dialog--compare {
    max-width: 1200px !important; /* Increase from default ~500px */
    width: 95vw !important; /* Use 95% of viewport width */
}

.modal-dialog--compare .modal-content {
    max-height: 80vh; /* Prevent it from being taller than screen */
    overflow-y: auto;
}

/* Expand the product grid inside */
.js-compare-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; /* Responsive columns */
    gap: 20px !important;
}

.compare-item {
    width: 100% !important;
    padding: 0 15px !important;
}

@media (max-width: 749px) {
  .slideshow__text-content--mobile {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .slideshow__text-content--vertical-top {
    justify-content: flex-start;
  }

  .slideshow__text-content--vertical-center {
    justify-content: center;
  }

  .slideshow__text-content--vertical-bottom {
    justify-content: flex-end;
  }
}
/* ============================================================
   Slideshow mobile text subtitle and button on video banner
=============================================================*/
.slideshow__text-content .d-inline-block .list-unstyled{
  margin-top:150px !important;
}


/* ======================================================
   SHOPIFY POLICY PAGE
====================================================== */
.shopify-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ======================================================
   GENERAL CLEANUP FIXES
====================================================== */
._formCloseButton_1684x_4 {
  display: none !important;
}

.block-product-imgtxt__item h6 {
  text-align: center;
}

.button__teaserContainer_trejf_5 {
  padding: 10px !important;
}

/* ======================================================
   PRODUCT PAGE SPACING
====================================================== */
.product-single {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* ======================================================
   collections dropdown
====================================================== */
/*.site-nav__item .meganav{
  padding-top:0px !important;
}*/
.site-nav__item .meganav {
    margin-top: 2px !important;
}
/* ======================================================
   Product page >> description adjustment
====================================================== */
.product-block.product-single__description ul {
    width: 94.8%;
    margin: 0 auto;
}
/* ======================================================
   Hover + active state for product tabs */
====================================================== */
.style-button.nav-tabs.nav-tabs-1 .nav-link{
  padding:0px !important;
  font-size:10px;
}
.style-button.nav-tabs.nav-tabs-1 .nav-link:hover,
.style-button.nav-tabs.nav-tabs-1 .nav-link:focus {
  background-color: #E55D27;
  color: #ffffff;
  border-color: #E55D27;
}

.style-button.nav-tabs.nav-tabs-1 .nav-link.active {
  background-color: #E55D27 !important;
  color: #ffffff;
  border-color: #E55D27;
}

/* Resize color swatches to 28px */
fieldset.single-option-radio.normal-48 label {
  width: 28px !important;
  height: 28px !important;
}


/* ============================================
   AMAZON SWIPER - STATIC UI STYLES
   (Exact same UI from screenshot 1)
============================================ */
/* Card wrapper */
.amazon-card {
  display: flex;
  justify-content: center;
}

/* Card container */
.amazon-card-inner {
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: 0.25s ease;
  overflow: hidden;
}

.amazon-card-inner:hover {
  box-shadow: 0px 12px 35px rgba(0,0,0,0.10);
}

/* Amazon logo */
.amazon-logo {
  display: block;
  margin-bottom: 0px;
  border-radius:0 !important;
}

/* Product image */
.amazon-product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius:0 !important;
}
.amazon-card-inner .amazon-logo,
.amazon-card-inner .amazon-logo img {
    border-radius: 0 !important;
}

/* "Buy on Amazon" button */
.amazon-button {
  width: 100%;
}

.amazon-button a {
  display: block;
  width: 100%;
  padding: 12px 10px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.25s ease;
}

.amazon-button a:hover {
  opacity: 0.85;
  background: #E55D27;
}

/* Swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  background: #ffffff;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #f6f6f6;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
}

/* Slide spacing */
.amazon-swiper .swiper-slide {
  padding: 10px 0;
}

/* Mobile slide width */
@media(max-width: 749px) {
  .amazon-swiper .swiper-slide {
    width: 70% !important;
  }
}
/* ========== FEATURE CAROUSEL (static styles) ========== */
/* Minimal, non-duplicating CSS for 1-card-per-view hero carousel */

/* container helper */
.feature-carousel {
  width: 100%;
  overflow:visible;
}

/* slide wrapper layout */
.feature-slide {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}

/* Reverse layout when image_right is used */
.feature-slide--reverse {
  flex-direction: row-reverse;
}

/* image column */
.feature-slide__image {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-slide__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* content column */
.feature-slide__content {
  flex: 1 1 52%;
  max-width: 560px; /* keep readable line-length */
}

/* subtitle, title, description, button */
.feature-slide__subtitle {
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.feature-slide__title {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 18px 0;
  font-weight: 700;
}

.feature-slide__desc {
  width:80% !important;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0,0,0,0.75);
  margin-bottom: 22px;
}

.feature-slide__cta a {
  display: inline-block;
  padding: 12px 22px;
  background: #E55D27;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}

/* arrows (inside card) */
.feature-carousel .swiper-button-prev,
.feature-carousel .swiper-button-next {
  background:rgb(208, 208, 208);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(6,6,6,0.04);
  color: #111;
}

.feature-carousel .swiper-button-prev::after,
.feature-carousel .swiper-button-next::after {
  font-size: 18px !important;
}

/* position arrows vertically centered and inside the slide edges */
.feature-carousel .swiper-button-prev {
  left: 12px;
}
.feature-carousel .swiper-button-next {
  right: 12px;
}

/* slide spacing and responsive adjustments */
.feature-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .feature-slide {
    gap: 24px;
  }
  .feature-slide__image {
    flex: 0 0 45%;
  }
  .feature-slide__title {
    font-size: 32px;
  }
}

@media (max-width: 749px) {
  .feature-slide {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .feature-slide--reverse {
    flex-direction: column;
  }
  .feature-slide__image {
    flex-basis: auto;
    width: 100%;
    padding:20px;
  }
  .feature-slide__content {
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
    text-align: center;     /* centers text inside */
    align-items: center;    /* centers buttons, headings, etc */
  }
  .feature-slide__desc {
  width:100% !important;
  }

  /* arrows smaller and inside bottom area for mobile */
  .feature-carousel .swiper-button-prev,
  .feature-carousel .swiper-button-next {
    width: 16px;
    height: 16px;
  }
  .feature-carousel .swiper-button-prev {
    left: 8px;
  }
  .feature-carousel .swiper-button-next {
    right: 8px;
  }
}
/* Services Section - Icon Centering */
.media {
  display: flex;
  justify-content: center !important;
  align-items: center;
}



/* EMI & offers box – Hush Hiven */
.hush-emi-offers {
  border: 1px solid #f2e2c8;
  border-radius: 8px;
  padding: 12px 14px;
  margin-top: 12px;
  background: #fffaf2;
  font-size: 13px;
  line-height: 1.5;
}

.hush-emi-offers strong {
  font-weight: 600;
}

.hush-emi-offers__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #b37533;
  margin-bottom: 6px;
}

.hush-emi-offers__rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hush-emi-offers__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.hush-emi-offers__label {
  color: #333333;
}

.hush-emi-offers__value {
  color: #1a7b3f;
  font-weight: 600;
  white-space: nowrap;
}

.hush-emi-offers__fineprint {
  margin-top: 6px;
  font-size: 11px;
  color: #7a7a7a;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hush-emi-offers {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hush-emi-offers__title {
    font-size: 12px;
  }

  .hush-emi-offers__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hush-emi-offers__value {
    white-space: normal;
    font-size: 12px;
  }
}

/* Hush Hiven – Zoho Webform styling */
#crmWebToEntityForm.hush-contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 20px 28px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  font-family: poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  box-sizing: border-box;
}

#crmWebToEntityForm.hush-contact-form * {
  box-sizing: border-box;
}

.hush-contact-form .zcwf_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center;
}

.hush-contact-form .zcwf_subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
  text-align: center;
}

.hush-contact-form .zcwf_row {
  margin: 10px 0 14px;
  clear: both;
}

.hush-contact-form .zcwf_col_lab {
  width: 100%;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}

.hush-contact-form .zcwf_col_lab label span {
  color: #ef4444;
  margin-left: 2px;
}

.hush-contact-form .zcwf_col_fld {
  width: 100%;
}

.hush-contact-form input[type="text"],
.hush-contact-form input[ftype="email"],
.hush-contact-form select {
  width: 100%;
  padding: 9px 11px;
  border-radius: 8px;
  border: 1px solid #cbd5f1;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  background-color: #f9fafb;
}

.hush-contact-form input[type="text"]:focus,
.hush-contact-form input[ftype="email"]:focus,
.hush-contact-form select:focus {
  border-color: #2563eb;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

/* nicer select arrow */
.hush-contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
                    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.hush-contact-form .hint {
  font-size: 11px;
  color: #94a3b8;
  margin-top: -4px;
  margin-bottom: 4px;
}

/* keep Zoho’s hidden row hidden */
.hush-contact-form .wfrm_fld_dpNn {
  display: none !important;
}

/* Two-column layout for main fields (First, Last, Phone, Email, etc.) */
.hush-contact-form .fields-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px; /* row, column gaps */
}

.hush-contact-form .fields-two-column .zcwf_row {
  flex: 1 1 calc(50% - 8px); /* two columns on desktop */
  margin: 0;
}

/* full-width rows (Subject, buttons, etc.) */
.hush-contact-form .zcwf_row.full-width {
  width: 100%;
  margin-top: 12px;
}

/* buttons */
.hush-contact-form .button-row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.hush-contact-form .formsubmit.zcwf_button {
  flex: 1;
  border-radius: 9999px;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(229, 93, 39, 0.84), #E55D27);
  color: #ffffff !important;
  box-shadow: 0 10px 18px rgba(235, 133, 37, 0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.hush-contact-form .formsubmit.zcwf_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(235, 113, 37, 0.4);
  filter: brightness(1.03);
}

.hush-contact-form .formsubmit.zcwf_button:disabled {
  opacity: 0.6;
  cursor: default;
  box-shadow: none;
}

.hush-contact-form .zcwf_button[type="reset"] {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 9999px;
  border: 1px solid #cbd5f1;
  background: #E55D27;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}

.hush-contact-form .zcwf_button[type="reset"]:hover {
  background: #ffffff;
  border-color: #E55D27;
  color: #E55D27;
}

/* responsive */
@media (max-width: 640px) {
  #crmWebToEntityForm.hush-contact-form {
    padding: 20px 16px 24px;
    border-radius: 12px;
  }

  .hush-contact-form .fields-two-column {
    flex-direction: column;
  }

  .hush-contact-form .fields-two-column .zcwf_row {
    flex: 1 1 100%;
  }
}

/* Customization badge text for specific product only
   ('Customization available for orders above six seats') */
.product-single__meta
  > .product-block.product__text.text-uppercase:nth-of-type(1):not(:empty) {
  font-size: 12px;
  letter-spacing: 0.08em;
  background-color: #e55d27;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-block;
}

/* Mobile styles for the same customization badge */
@media only screen and (max-width: 749px) {
  .product-single__meta
    > .product-block.product__text.text-uppercase:nth-of-type(1):not(:empty) {
    font-size: 9px;
    letter-spacing: 0.05em;
    padding: 3px 4px;
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
  }
}

.hh-warranty .hh-warranty-item {
  margin-bottom: 1rem !important;
}
.hh-warranty .hh-warranty-subheading {
  font-weight: 500 !important;
  margin-bottom: 0.25rem !important;
}
.hh-warranty .hh-warranty-list {
  margin: 0 0 0.5rem 1.2rem !important;
}
/* Base: stacked (mobile & up to 1023px) */
.hh-warranty-columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Desktop: two columns side by side from 1024px and up */
@media (min-width: 1024px) {
  .hh-warranty-columns {
    flex-direction: row;
    align-items: flex-start;
  }

  .hh-warranty-columns .hh-warranty-block {
    width: 50%;
  }
}
.progress-wrap {
  bottom:7rem !important;
}

