/** Shopify CDN: Minification failed

Line 1185:3 Expected "}" to go with "{"

**/
/* Reo Landing Page Styles - Unique Classes */

#reo.template-product div#shopify-section-footer {
    padding: 0;
}

#reo .pinimg-data {
    display: none;
}

/* #reo .tab-description {
    display: none;
} */

#reo .tab-description .so-accordion-wrapper .so-tab:nth-child(2) {
    display: none;
}

#reo nav.breadcrumbs {
    display: none;
}

#reo .flip.custom-box {
    background: #fff;
    padding: 0;
}

#reo.template-product #mainContent {
    margin-top: 0;
}

/* #reo .product-single__media-group-wrapper .slick-prev, #reo .product-single__media-group-wrapper .slick-next {
    display: none !important;
} */

.reo-hero-link-overlay {
  position: absolute;
  inset: 0; /* covers the full section */
  z-index: 5;
  display: block;
}
.reo-hero {
  position: relative;
  background-size: cover;
  background-position: center;
}
.reo-hero-image {
  position: relative;
  z-index: 10; /* keep above background if needed */
}

.reo-landing-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reo-landing-page {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.reo-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.reo-hero {
  background: url("reo-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.reo-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.reo-hero-text {
  padding-right: 80px;
}

.reo-hero-pretitle {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reo-hero-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #154164;
  margin-top: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.reo-hero-subtitle {
  font-size: 18px;
  color: #000;
  margin-bottom: 48px;
  line-height: 1.5;
}

.reo-hero-features {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}

.reo-hero-feature {
  text-align: center;
  flex: 1;
}

.reo-hero-feature-icon {
  margin-bottom: 16px;
  color: #333;
}

.reo-hero-feature-text h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}

.reo-cta-button {
  background-color: #ffc107;
  color: #000;
  border: none;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* .reo-cta-button:hover {
  background-color: #333;
} */

.reo-hero-image {
  display: none;
  justify-content: center;
  align-items: center;
}

.reo-hero-image img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 0;
  display: block;
}

/* Trust Bar */
.reo-trust-bar {
  background-color: #ffc107;
  color: #000;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}

.reo-trust-scroll {
  display: inline-block;
  white-space: nowrap;
}

.reo-trust-item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  margin-right: 20px;
}

.reo-trust-separator {
  font-size: 12px;
  color: #000;
  margin: 0 20px;
}

/* Leak Free Section */
.reo-leak-free-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.reo-leak-free-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: center;
}

.reo-leak-free-images {
  display: flex;
  gap: 40px;
}

.reo-image-container {
  position: relative;
  flex: 1;
}

.reo-image-container img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.reo-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.reo-red-badge {
  background-color: #dc3545;
}

.reo-green-badge {
  background-color: #28a745;
}

.reo-leak-free-text h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.reo-leak-free-text p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

/* Color Section */
.reo-color-section {
  background-color: #fff;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.reo-color-content h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: #fff !important;
}

.reo-color-content p {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    color: #fff;
    line-height: normal;
}

.reo-color-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.reo-color-item {
  flex: 0 0 15%;
}

.reo-color-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.reo-color-item:hover img {
  transform: scale(1.05);
}

/* Features Section */
.reo-features-section {
  /* padding: 50px 0; */
  background-color: #f8f9fa;
}

.reo-features-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.reo-features-text {
  width: 100%;
  padding: 45px;
}

.reo-features-text h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.reo-features-text > p {
  font-size: 18px;
  color: #000;
  margin-bottom: 48px;
  line-height: 1.6;
}

.reo-feature-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reo-feature-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}

.reo-feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.reo-feature-number {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  min-width: 80px;
}

.reo-feature-details h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.reo-feature-details p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.reo-features-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.reo-features-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.feature-callout {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.callout-01 {
  top: 15%;
  right: 25%;
}

.callout-02 {
  top: 35%;
  left: 15%;
}

.callout-03 {
  bottom: 40%;
  right: 20%;
}

.callout-04 {
  bottom: 15%;
  left: 20%;
}

/* Product Section */

#reo .product-single__media-group-wrapper .grid.slick-initialized .slick-list {
    padding-left: 8px;
    padding-right: 8px;
    height: 100% !important;
}

#reo .product-section {
  /* padding: 50px 0; */
  background-color: white;
}

#reo .product--wrapper.product-single__media.media-wrapper.thumbnail-bottom_center {
    min-height: 100%;
}

#reo .product-single__meta {
    text-align: left;
    margin-top: 0;
}

#reo .swatch-image.swatch-selector.swatch-allow-animation {
    flex-direction: column;
    display: flex;
}

#reo.template-product div.swatches div.swatch-preset-25571 ul.swatch-view li {
    margin: 0 10px 0rem 0;
}

#reo .product-single__add-to-cart .btn--primary.btn--add-to-cart.full.p_a_t_c {
    background: #ffc107 !important;
    box-shadow: 0 4px 8px #0003,0 6px 20px #00000030 !important;
    border: unset;
    text-transform: uppercase;
    font-weight: 700!important;
}

#reo div[id^=ProductMeta-template--] button.btn.pplr-c-button.pplr-btn.button.Button--secondary.ptc_button {
    background: #000 !important;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#reo .product-single__title {
    font-family: 'Recoleta';
}

@media screen and (max-width: 767px) {
#reo.template-product ul.swatch-view.swatch-view-image {
    margin-top: 5%!important;
}

#reo.template-product div.swatches div.swatch-preset-25571 ul.swatch-view li {
    margin: 0 10px 1rem 0px;
}

    #reo .product-single__title {
      text-align: center;
    }
}

#reo p[swatch-inside=true] {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-inline: 5px;
}

#reo.template-product .star-set-image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 0 !important;
}

#reo .price-container-wrapper.pricing {
    margin-bottom: 0px!important;
}

#reo.template-product .swatch-img-text-hidden {
    top: 0 !important;
    position: relative;
}

.product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

.product-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 0;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.stars {
  color: #ffd700;
  font-size: 18px;
}

.review-count {
  font-size: 14px;
  color: #666;
}

.product-title {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.product-price {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 32px;
}

.color-selection {
  margin-bottom: 32px;
}

.color-selection label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 12px;
}

.color-options {
  display: flex;
  gap: 12px;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.color-option:hover {
  transform: scale(1.1);
}

.add-to-cart-btn {
  width: 100%;
  background-color: #000;
  color: white;
  border: none;
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 32px;
  transition: background-color 0.3s ease;
}

.add-to-cart-btn:hover {
  background-color: #333;
}

.product-features {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}

.product-features .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.feature-icon {
  font-size: 16px;
}

.product-details {
  border-top: 1px solid #e5e5e5;
}

.detail-item {
  border-bottom: 1px solid #e5e5e5;
}

.detail-toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
  text-align: left;
}

.toggle-icon {
  font-size: 18px;
  color: #666;
}

/* Benefits Section */
.reo-benefits-section {
  padding: 0;
  background-color: #f5f5f5;
}

.reo-benefits-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

.reo-benefits-images {
  position: relative;
}

.reo-benefits-images img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.reo-benefits-images img:first-child {
  max-width: 100%;
}

.reo-benefits-content {
  background-color: #000;
  color: white;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.reo-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}

.reo-benefit-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.reo-benefit-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reo-benefit-icon svg {
  width: 32px;
  height: 32px;
}

.reo-benefit-text h3 {
  font-size: 28px;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.reo-benefit-text p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  max-width: 400px;
}

/* FAQ Section */
.reo-faq-section {
  padding: 50px 0;
  background-color: white;
  max-width: 1200px;
  margin: auto;
}

.reo-faq-section h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.reo-faq-list {
  margin-top: 0px;
}

.reo-faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.reo-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-align: left;
}

.reo-faq-icon {
  font-size: 24px;
  color: #000;
  transition: transform 0.3s ease;
}

.reo-faq-answer {
  display: none;
  padding-bottom: 24px;
}

.reo-faq-answer p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.reo-faq-item.active .reo-faq-answer {
  display: block;
}

.reo-faq-item.active .reo-faq-icon {
  transform: rotate(45deg);
}

/* Utility Classes */
.reo-mobile-hidden {
  display: block;
}

.reo-desktop-hidden {
  display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .reo-hero-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .reo-hero-title {
    font-size: 40px;
  }

  .reo-hero-features {
    justify-content: center;
  }

  .reo-leak-free-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .reo-features-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .reo-benefits-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .reo-benefits-images {
    padding: 0px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .reo-benefits-content {
    padding: 60px 15px;
    gap: 40px;
  }

  .reo-benefit-text h3 {
    font-size: 20px;
  }

  .reo-color-grid {
    gap: 15px;
  }

  .reo-color-item img {
    width: 100px;
    height: 280px;
    border-radius: 0;
  }
}

#reo #notifyBtn {
    display: none !important;
}

@media (min-width: 769px) {
    .reo-desktop-hidden {
        display: none;
    }

    #reo .product-single__form {
    max-width: 575px;
}
}

@media (max-width: 768px) {
    .reo-faq-section h2 {
    margin-bottom: 12px;
}

.reo-features-text {
    padding: 45px 0;
}

.reo-features-text > p {
    margin-bottom: 25px;
}

.reo-feature-list {
    padding: 25px;
}

.reo-features-text > p {
    font-size: 16px;
    margin-top: 10px;
}

.reo-features-text h2, .reo-features-text p {
    padding-inline: 45px;
}

  .reo-color-item {
    flex: 0 0 25%;
  }

  .reo-faq-section h2 {
    font-size: 28px !important;
}

  .reo-hero {
    padding: 0;
    background: #fff !important;
    min-height: 100%;
    flex-direction: column;
    padding-bottom: 0;
  }

  .reo-hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .reo-hero-image {
    order: -1;
    margin-bottom: 0px;
    display: block;
  }

  .reo-hero-image img {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    max-height: 400px;
  }

  .reo-hero-text {
    padding-right: 0;
  }

  .reo-hero-pretitle {
    display: none;
  }

  .reo-hero-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  .reo-hero-subtitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
  }

  .reo-hero-features {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
  }

  .reo-trust-item {
    font-size: 16px;
}

  .reo-hero-feature {
    flex: 1;
    max-width: 80px;
  }

  .reo-hero-feature-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
  }

  .reo-hero-feature-text h3 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
  }

  .reo-cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

.reo-leak-free-section {
    background-color: #f8f9fa;
    padding: 0;
    padding-bottom: 20px;
}

  .reo-leak-free-section .reo-container {
    padding: 0;
  }

  .reo-leak-free-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }

  .reo-leak-free-text {
    order: -1;
    padding: 32px 20px 90px;
    background: #000;
  }

.reo-leak-free-text h2 {
    font-size: 32px!important;
    font-weight: 500!important;
    color: #fff!important;
    margin-bottom: 16px!important;
    letter-spacing: -.02em!important;
    margin-inline: 5px;
}

  .reo-leak-free-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .reo-leak-free-images {
    flex-direction: column;
    gap: 25px;
    padding: 0;
    max-width: 325px;
    margin: -50px auto auto;
}

  .reo-image-container {
    margin-bottom: 0;
  }

  .reo-image-container img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .reo-badge {
    top: 20px;
    right: 20px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 600;
  }

  .reo-color-section {
    overflow: hidden;
  }
  
  .reo-color-grid {
    gap: 20px;
    overflow: visible;
    flex-wrap: nowrap;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .reo-color-item {
    flex: 0 0 auto;
    min-width: 80px;
  }

  .reo-color-item img {
    width: 80px;
    height: 220px;
    border-radius: 0;
  }

  .reo-faq-question {
    font-size: 16px;
  }

  .reo-features-section .reo-features-text h2, .reo-features-section .reo-features-text p {
    text-align: center;
    line-height: normal;
}

.reo-feature-list .reo-feature-details h3, .reo-feature-list .reo-feature-details p {
    text-align: left !important;
    padding: 0;
}

.reo-mobile-hidden {
    display: none;
}
}

@media (max-width: 480px) {
  .reo-container {
    padding: 0 15px;
  }

  .reo-hero-title {
    font-size: 28px;
  }

  .reo-leak-free-text h2,
  .reo-features-text h2 {
    font-size: 28px !important;
  }

  .reo-leak-free-text h2, .reo-features-text h2 {
    margin-bottom: 0;
}

  .reo-color-content h2 {
    font-size: 28px !important;
    margin-bottom: 0;
  }

  .reo-color-item img {
    width: 70px;
    height: 200px;
    border-radius: 0;
  }
}

.amz p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

@media (max-width: 362px) {
  .reo-hero-image img {
    max-height: 350px;
  }