/** Shopify CDN: Minification failed

Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 23:8 Expected identifier but found whitespace
Line 23:10 Unexpected "{"
Line 23:19 Expected ":"
Line 61:19 Expected identifier but found whitespace
Line 61:21 Unexpected "{"
Line 61:30 Expected ":"
Line 62:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:landing-banner (INDEX:27) */
.image-split-section {
  background-color: {{ section.settings.bg_color }};
  color: {{ section.settings.text_color }};
  padding: 60px 0;
}

.image-split-container {
  display: flex;
  /* max-width: 1440px; */
  margin: 0 auto;
}
.image-split-content {
    text-align: center;
}
.image-split-left {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-split-right {
  flex: 1;
}

.image-split-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.image-split-content .rte {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.image-split-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: {{ section.settings.text_color }};
  color: {{ section.settings.bg_color }};
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.image-split-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.image-split-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
a.image-split-button {
    background-color: #7a9976;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .3s ease;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.image-split-terms {
    font-size: 14px;
    color: #7C786F;
    margin-top: 4px;
}
.image-split-terms a {
    color: #7a9976;
    text-decoration: underline;
}
/* Mobile styles */
@media screen and (max-width: 768px) {
  .image-split-container {
    flex-direction: column;
    padding: 0 20px;
  }
  .image-split-section .image-split-right {
    display: none !important;
  }
  .image-split-left {
    padding-right: 0;
    order: 2;
    margin-top: 30px;
  }
  .image-split-content h2 {
    font-size: 24px;
  }
  .image-split-content .rte {
    font-size: 16px;
  }
}
/* END_SECTION:landing-banner */

/* START_SECTION:main-cart (INDEX:33) */
h1.SectionHeader__Heading.Heading.u-h1 {
    font-size: 38px;
    color: #33453D;
}
img.CartItem__Image {
    border-radius: 10px;
}  
 .tailored-advice {
  text-align: center;
    margin: 40px 0;
}

.advice-heading {
    font-weight: 500;
    font-size: 40px;
    color: #33453D;
      margin: 0;
}

.advice-subtext {
    color: #545957;
    font-size: 30px;
    margin: 0 0 50px;
}

.advice-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.back-button,
.finalize-button {
  padding: 10px 80px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}
button.Cart__Checkout.Button.Button--primary.Button--full {
    display: none;
}
.back-button {
  border: 1px solid #2d3e36;
  background: white;
  color: #2d3e36;
}

.finalize-button {
  border: none;
  background: #2d3e36;
  color: white;
  font-weight: 600;
}
  .Button--primary:before, .shopify-payment-button__button--unbranded:before, .spr-summary-actions-newreview:before, .spr-button-primary:not(input):before {
    background-color: #2d3e36;
}
button.ShippingEstimator__Submit.Button.Button--primary {
    border: none;
    background: #2d3e36 !important;
    color: white;
    font-weight: 600;
      border-radius: 10px;
}
.Select--primary select {
    height: 60px;

}  
  .Select--primary select, input.ShippingEstimator__Zip.Form__Input {
    border-radius: 10px;
}
.Select--primary:after {
    background: transparent;
}  
@media (max-width:768px){
  .advice-heading {
    font-weight: 500;
    font-size: 26px;
    color: #33453D;
    margin: 0;
}
.advice-subtext {
    color: #545957;
    font-size: 17px;
    margin: 0 0 50px;
}
.tailored-advice {
    text-align: center;
    margin: 40px 0px;
    padding: 0 20px;
}
.back-button, .finalize-button {
    padding: 10px 50px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
}
 
}
/* END_SECTION:main-cart */