/** Shopify CDN: Minification failed

Line 297:0 Unexpected "="

**/
/* ======================================================
   GLOBAL MOBILE FIXES
====================================================== */
@media (max-width: 749px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

.enquiry-button-text{
  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;
}

/* 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;
  }
}
/* 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;
}
