/** Shopify CDN: Minification failed

Line 663:0 Unexpected "}"

**/
.custom-columns {
    --column-gap: var(--desktop-column-gap);
    --row-gap: var(--desktop-row-gap);
    --total-parts: var(--desktop-grid-parts);
    --vertical-alignment: var(--desktop-vertical-alignment);
    display: flex;
    flex-wrap: wrap;
    align-items: var(--vertical-alignment);
    row-gap: var(--row-gap);
    margin-left: calc(var(--column-gap) / -2)
}

.custom-columns__column {
    --width: var(--desktop-width);
    padding: 0 calc(var(--column-gap) / 2);
    width: calc(100% / var(--total-parts) * var(--width))
}

.custom-columns__block {
    margin-top: var(--margin-top);
    margin-bottom: var(--margin-bottom)
}

.custom-columns__block:first-child {
    margin-top: 0
}

.custom-columns__block:last-child {
    margin-bottom: 0
}

.custom-columns__title {
    margin: 0
}

.custom-columns__block .payment-badges {
    justify-content: var(--alignment)
}

.custom-columns__block-accordion+.custom-columns__block-accordion,.custom-columns__block>.accordion {
    margin-top: 0;
    border-top: none
}

.custom-font-size {
    font-size: var(--desktop-text-size)
}

.custom-font-size-all {
    font-size: var(--text-size)
}

.custom-image-height {
    height: var(--desktop-image-height);
    width: auto
}
.icons-with-text__icon-item:last-child {
    margin-bottom: 0;
}

.icons-with-text__icon-item {
    --line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.icons-with-text__icon__title.h3 {
    font-size: 1.45rem;
}

.icons-with-text__icon-item--next-to-title .icons-with-text__icon__title {
    display: flex;
    align-items: center;
}

.icons-with-text__icon__title {
    margin: 0 0 .4em;
    line-height: 1.3;
}

.icons-with-text__icon__icon {
    flex-shrink: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--margin);
    background: none;
}
.icons-with-text__icon__icon--m {
    --icon-size: 2.5rem;
    --margin: .8rem;
}

.icons-with-text__icon__icon .material-icon {
    color: rgb(var(--color-background));
    font-size: var(--icon-size);
}

.icons-with-text__icon__text p {
    line-height: var(--line-height);
}

.icons-with-text__icon__text p {
    padding: 10px 0;
    font-size: 19px;
}

.product-info__image-block {
    display: flex;
    justify-content: var(--image-alignment);
    width: 100%;
}

.product-info__image-block img {
    max-width: 100%;
    width: var(--image-width);
    border-radius: var(--border-radius);
    height: auto;
}
.Desktop.banner__media {
    display: block;
}

.Mobile.banner__media {
    display: none;
}

.cust-html-sec {
    padding: 50px 0px;
}

.banner__media.media.parallax img {
    transform: scale(1.2);
    background-size: 120%;
}
.cust-img-with-t-overlay .custom-heading h3 {
    font-size: 28px;
    line-height: 30px;
}
@media only screen and (max-width: 768px) {
    .h1-trusted1 {
        font-size: 22px !important;
        padding: 3px 20px !important;
    }
  .cust-html-sec1 {
    padding: 0px 20px;
}
  .cust-img-with-t-overlay .custom-heading h3 {
    line-height: 26px !important;
}
}
@media screen and (max-width: 749px) {
.custom-banner-sec {
    min-height: 610px;
}

.Mobile.banner__media img {
    object-fit: cover;
    object-position: top center;
}
  
  .Desktop.banner__media {
    display: none;
}

.Mobile.banner__media {
    display: block;
}
    .custom-columns {
        --column-gap: var(--mobile-column-gap);
        --row-gap: var(--mobile-row-gap);
        --total-parts: var(--mobile-grid-parts);
        --vertical-alignment: var(--mobile-vertical-alignment)
    }

    .custom-columns__column {
        --width: var(--mobile-width)
    }

    .custom-font-size {
        font-size: var(--mobile-text-size)
    }

    .custom-image-height {
        height: var(--mobile-image-height)
    }
}
.overlay-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/* ============================================
   STEPUP COLLECTION — Brand & UX Enhancements
   Brand colour: #E25211
   ============================================ */

/* --- ANNOUNCEMENT BAR: Brand colour background --- */
.announcement-bar {
  background-color: #E25211 !important;
  color: #fff !important;
}

.announcement-bar__message,
.announcement-bar__message a {
  color: #fff !important;
}

/* --- PRODUCT CARDS: Hover lift effect --- */
.card-wrapper {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

/* --- PRODUCT CARDS: Quick Add button --- */
.quick-add__submit,
.card__quick-add .button {
  background-color: #E25211;
  color: #fff;
  border-color: #E25211;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.quick-add__submit:hover,
.card__quick-add .button:hover {
  background-color: #c9450d;
  transform: translateY(-1px);
}

/* --- FEATURED COLLECTION: View All button --- */
.collection__view-all .button,
.collection__view-all a.button {
  background-color: #E25211;
  color: #fff;
  border-color: #E25211;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1.2rem 3rem;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.collection__view-all .button:hover,
.collection__view-all a.button:hover {
  background-color: #c9450d;
}

/* --- TYPOGRAPHY: Sale price in brand colour --- */
.price--on-sale .price-item--sale {
  color: #E25211;
}

/* --- TYPOGRAPHY: Confident price size --- */
.price--large {
  font-size: 2.2rem;
  font-weight: 700;
}

/* --- ADD TO CART: Primary CTA — product page --- */
.product-form__submit,
form[action="/cart/add"] .button--full-width,
.product-form .button {
  background-color: #E25211 !important;
  color: #ffffff !important;
  border-color: #E25211 !important;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  border-radius: 4px;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.product-form__submit:hover,
form[action="/cart/add"] .button--full-width:hover {
  background-color: #c9450d !important;
  border-color: #c9450d !important;
  transform: translateY(-1px);
}

/* Subtle pulse on active ATC button to draw the eye */
@keyframes atc-pulse {
  0%   { box-shadow: 0 0 0 0    rgba(226, 82, 17, 0.4); }
  70%  { box-shadow: 0 0 0 10px rgba(226, 82, 17, 0);   }
  100% { box-shadow: 0 0 0 0    rgba(226, 82, 17, 0);   }
}

.product-form__submit:not([disabled]) {
  animation: atc-pulse 2s infinite;
}

/* ============================================
   PREMIUM SPACING & VISUAL POLISH
   ============================================ */

/* Section headings — more generous spacing */
.title-wrapper {
  margin-bottom: 3.2rem;
}

/* Smoother image rendering across all cards */
.card__media img,
.media img {
  transition: transform 0.4s ease;
}

/* Trust/feature icons — brand colour tint */
.trust-badges__icon,
.feature-icon {
  color: #E25211;
}

/* Footer — dark premium background, replaces heavy orange */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

.footer a,
.footer p,
.footer li,
.footer__block-item,
.footer__content-bottom-wrapper {
  color: #c0c0c0 !important;
}

.footer a:hover {
  color: #E25211 !important;
}

.footer__heading,
.footer-block__heading {
  color: #ffffff !important;
}

.footer__content-bottom {
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  background-color: #111111 !important;
}

/* Announcement bar — tighten font size */
.announcement-bar__message {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* Testimonial cards — subtle border + padding */
.testimonials-grid__item,
.custom-testimonial__item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 2.4rem;
  background: #fff;
}

/* Pain-point section buttons — normalise to brand colour */
.button[style*="f86008"],
.button[style*="f36332"] {
  background-color: #E25211 !important;
  border-color: #E25211 !important;
}

/* ============================================
   HERO FONT FIX — match theme font (legacy liquid block)
   ============================================ */
.rating-wrapper {
  font-family: var(--font-body-family) !important;
}

/* ============================================
   SU HERO — Full redesign
   ============================================ */

/* --- Base structure --- */
.su-hero {
  position: relative;
  display: flex;
  overflow: hidden;
  isolation: isolate;
}

.su-hero--small  { min-height: 40vh; }
.su-hero--medium { min-height: 55vh; }
.su-hero--large  { min-height: 72vh; }
.su-hero--full   { min-height: 100svh; }

@media screen and (max-width: 749px) {
  .su-hero--small  { min-height: 50vw;  }
  .su-hero--medium { min-height: 70vw;  }
  .su-hero--large  { min-height: 120vw; }
  .su-hero--full   { min-height: 100svh; }
}

/* --- Media --- */
.su-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.su-hero__media picture,
.su-hero__media .placeholder-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.su-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- Overlay --- */
.su-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* --- Content wrapper --- */
.su-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: inherit;
  padding: 6rem 4rem;
  box-sizing: border-box;
}

@media screen and (max-width: 749px) {
  .su-hero__content {
    padding: 4rem 2rem;
  }
}

/* --- Content box --- */
.su-hero__box {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  max-width: 62rem;
}

/* Center alignment variant */
.su-hero__content[style*="center"] .su-hero__box {
  align-items: center;
  margin: 0 auto;
}

/* --- Eyebrow badge --- */
.su-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eyebrow-color, #fff);
  background-color: var(--eyebrow-bg, #E25211);
  width: fit-content;
  margin: 0;
}

.su-hero__eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
  flex-shrink: 0;
}

/* --- Heading --- */
.su-hero__heading {
  margin: 0;
  color: var(--heading-color, #fff);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.su-hero__heading em {
  font-style: italic;
  color: #E25211;
}

.su-hero__heading strong {
  font-weight: 800;
}

/* Fluid font sizing */
.su-hero__heading.h0 { font-size: clamp(3.6rem, 6vw, 7.2rem); }
.su-hero__heading.h1 { font-size: clamp(2.8rem, 4.5vw, 5.6rem); }
.su-hero__heading.h2 { font-size: clamp(2.2rem, 3.5vw, 4.4rem); }
.su-hero__heading.h3 { font-size: clamp(1.8rem, 2.8vw, 3.2rem); }

/* --- Subheading --- */
.su-hero__subheading {
  margin: 0;
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
  line-height: 1.6;
  color: var(--subheading-color, rgba(255,255,255,0.88));
  max-width: 48rem;
  font-weight: 400;
}

/* --- Buttons --- */
.su-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-top: 0.4rem;
}

.su-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 2.8rem;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.su-hero__btn--primary {
  background-color: #E25211;
  color: #fff;
  border: 2px solid #E25211;
}

.su-hero__btn--primary:hover {
  background-color: #c9450d;
  border-color: #c9450d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 82, 17, 0.35);
}

.su-hero__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}

.su-hero__btn--secondary:hover {
  background-color: rgba(255,255,255,0.12);
  border-color: #fff;
  transform: translateY(-2px);
}

.su-hero__btn-arrow {
  transition: transform 0.2s ease;
  font-style: normal;
}

.su-hero__btn--primary:hover .su-hero__btn-arrow {
  transform: translateX(3px);
}

/* --- Star rating --- */
.su-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.su-hero__stars {
  display: flex;
  gap: 3px;
  align-items: center;
}

.su-hero__star {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.su-hero__star--full,
.su-hero__star--half {
  color: #F5A623;
  fill: currentColor;
}

.su-hero__star--empty {
  color: rgba(255,255,255,0.35);
  fill: currentColor;
}

.su-hero__rating-text {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.9);
  font-weight: 400;
}

.su-hero__rating-text strong {
  font-weight: 700;
  color: #fff;
}

/* --- Mobile refinements --- */
@media screen and (max-width: 749px) {
  .su-hero__box {
    gap: 1.4rem;
    max-width: 100%;
  }

  .su-hero__eyebrow {
    font-size: 1.1rem;
  }

  .su-hero__btn {
    padding: 1.2rem 2.2rem;
    font-size: 1.4rem;
  }

  .su-hero__rating-text {
    font-size: 1.3rem;
  }
}

/* ── Sticky ticker offset: push sticky header below the ticker bar ── */
.shopify-section-header-sticky:not(.shopify-section-header-hidden) {
  top: var(--sticky-ticker-height, 0px) !important;
}
.shopify-section-header-hidden.menu-open {
  top: var(--sticky-ticker-height, 0px) !important;
}
}