/** Shopify CDN: Minification failed

Line 489:2 Expected "}" to go with "{"

**/
:root {
  --border-radius: 25px;
  --font-size-body: 20px;
  --font-size-h1: 42px;
  --font-size-h2: 31.99px;
  --font-size-h3: 21.98px;
  --font-size-h4: 17.01px;
  --font-size-h5: 14.0px;
  --font-size-h6: 11.2px;
}

.feature-text__p p {
font-size: 20px;
}

.p, p {
font-size: 20px;
}

/* Dot BG Image */
body {
  background-image: url(https://leeway.tools/cdn/shop/t/4/assets/lw_bg.webp?v=21070908823638871681718721540);
  background-repeat: repeat;
  background-size: contain;
    }
  

.block .s1 .lw-collection-header {
  flex: 2;
  text-align: left;
}


.headline-offset {
  position: relative;
  top: 0; /* Adjust this value as needed */
  left: 0; /* Adjust this value as needed */
  z-index: 1;
}

.feature-image-bg {
  border-radius: 15px;
}


/* Leeway Collection Hero Section */
.leeway-collection-hero {
  padding: 40px 0;
  position: relative; /* Ensure relative positioning for overlap */
}

.leeway-collection-hero__content {
  display: flex;
  flex-wrap: wrap;
}

.leeway-collection-hero__left,
.leeway-collection-hero__right {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.leeway-collection-hero__left--top,
.leeway-collection-hero__right--top {
  justify-content: flex-start;
}

.leeway-collection-hero__left--middle,
.leeway-collection-hero__right--middle {
  justify-content: center;
}

.leeway-collection-hero__left--bottom,
.leeway-collection-hero__right--bottom {
  justify-content: flex-end;
}

.leeway-collection-hero__heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
  width: 100%;
}

.leeway-collection-hero__heading--left {
  text-align: left;
}

.leeway-collection-hero__heading--center {
  text-align: center;
}

.leeway-collection-hero__heading--right {
  text-align: right;
}

.leeway-collection-hero__image-wrap {
  margin-bottom: 20px;
  width: 100%;
}

.leeway-collection-hero__image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.leeway-collection-hero__text {
  margin-bottom: 20px;
  width: 100%;
}

.leeway-collection-hero__text--left {
  text-align: left;
}

.leeway-collection-hero__text--center {
  text-align: center;
}

.leeway-collection-hero__text--right {
  text-align: right;
}

.leeway-collection-hero__button {
  width: 100%;
}

.leeway-collection-hero__button--left {
  text-align: left;
}

.leeway-collection-hero__button--center {
  text-align: center;
}

.leeway-collection-hero__button--right {
  text-align: right;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .leeway-collection-hero__content {
    flex-direction: column;
  }

  .leeway-collection-hero__left,
  .leeway-collection-hero__right {
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
    justify-content: center; /* Center content vertically */
  }

  .leeway-collection-hero__heading,
  .leeway-collection-hero__text,
  .leeway-collection-hero__button {
    width: 100%;
    text-align: center;
  }
}

/* Offset Block Style - Desktop Only */
@media (min-width: 769px) {
  .leeway-collection-hero--offset {
    margin-top: -180px;
    z-index: 1; /* Adjust as necessary to ensure proper stacking */
  }
}


/* Leeway Banner Hero Section */
.leeway-banner {
  position: relative;
  padding: 40px 0;
  color: white;
}

.leeway-banner__background {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
  border-radius: 15px;
  overflow: hidden;
}

.leeway-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leeway-banner.full-screen .leeway-banner__background {
  height: 100vh;
}

.leeway-banner.height-750 .leeway-banner__background {
  height: 750px;
}

.leeway-banner.height-650 .leeway-banner__background {
  height: 650px;
}

.leeway-banner.height-550 .leeway-banner__background {
  height: 550px;
}

.leeway-banner.height-450 .leeway-banner__background {
  height: 450px;
}

.leeway-banner__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.leeway-banner__content.top {
  justify-content: flex-start;
}

.leeway-banner__content.center {
  justify-content: center;
}

.leeway-banner__content.bottom {
  justify-content: flex-end;
}

.leeway-banner__heading,
.leeway-banner__description,
.leeway-banner__button {
  width: 100%;
  margin: 0;
}

.leeway-banner__heading {
  font-size: 2.5rem;
  color: white;
}

.leeway-banner__description {
  font-size: 1rem;
  color: white;
}

.leeway-banner__button .button {
  padding: 10px 20px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
}

@media (max-width: 768px) {
  .leeway-banner__content {
    align-items: center;
    text-align: center;
  }

  .leeway-banner__heading,
  .leeway-banner__description,
  .leeway-banner__button {
    text-align: center;
  }
}

/* Leeway FAQ Hero Section */
.leeway-faq-hero {
  padding: 40px 0;
  position: relative; /* For offset */
}

.leeway-faq-hero__content {
  display: flex;
  flex-wrap: wrap;
}

.leeway-faq-hero__left,
.leeway-faq-hero__right {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.leeway-faq-hero__left--top,
.leeway-faq-hero__right--top {
  justify-content: flex-start;
}

.leeway-faq-hero__left--middle,
.leeway-faq-hero__right--middle {
  justify-content: center;
}

.leeway-faq-hero__left--bottom,
.leeway-faq-hero__right--bottom {
  justify-content: flex-end;
}

.leeway-faq-hero__image-wrap {
  width: 100%;
}

.leeway-faq-hero__image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.faq-section {
  width: 100%;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-list__item {
  margin-bottom: 10px;
}

.faq-list__item-question {
  display: block;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

/* FAQ Answer Styles
.faq-list__item-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

/* When Active 
.faq-list__item.active .faq-list__item-answer {
    max-height: 200px; 
    opacity: 1;
}
*/
/* Responsive Adjustments */

.faq-list__item {
  border-bottom: none!important;
}


@media (max-width: 768px) {
  .leeway-faq-hero__content {
    flex-direction: column;
  }

  .leeway-faq-hero__left,
  .leeway-faq-hero__right {
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
  }

  /* Reset vertical alignment on mobile */
  .leeway-faq-hero__left,
  .leeway-faq-hero__right {
    justify-content: center;
  }

  .leeway-faq-hero--offset {
    margin-top: 0;
  }
}

/* Offset Block Style - Desktop Only */
@media (min-width: 769px) {
  .leeway-faq-hero--offset {
    margin-top: -180px;
    z-index: 1;
  }
}


/* Product Grid Items */

.collectionGrid-row .collectionBlock {
  padding: 0 20px;
}

.collectionBlock-image {
  border-radius: 25px;
}

/* Product Page */

.disclaimer-sticker {
    background: yellow;
    padding: 5px;
    display: block;
    width: fit-content;
    margin-bottom: 15px;
}

.variant__button-label {
  border-radius: 100px
}

.variant-field {
  margin: 0 10px 4px 0;
}

@media screen and (min-width: 1024px) {
    .row--scrollable .productImgScroller {
        padding: 0 72px;
    }
  .productImgScroller-nav {
  display: none;
}
 
}

@media screen and (max-width: 1024px) {
.logo {
  width: 20%!important;
  margin: 0 auto 0 0;
}
.header-fix-cont {
  width: 80%;
  margin: 0 0 0 auto;
}
.nav-standard {
  display: flex;
  width: 100%;
}
.nav-standard .menu {
  display: flex;
  align-items: center;
  min-height: 1px;
  padding: 0;
  height: auto !important;
  justify-content: space-evenly;
}
  .nav-standard .menu-item {
    margin: 0 9px 0 0;
    padding: .1rem;
    white-space: nowrap;
}
}
@media screen and (min-width: 768px) {
    .row--scrollable .productImgScroller {
        /* padding: 36px;
    }
}

.faq-container {
    margin: 0 auto;
    max-width: 100%;
    width: calc(100%);
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
}

.faq-list__item-question .icon {
    display: none;
}

*/