/* CSS Reset / Box Sizing */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
}

.site-container {
max-width: 1680px;  
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  text-align: center;
}

.announcement-bar p {
  font-size: 0.9rem;
  color: #666;
}

/* HEADER BAR */
.main-header {
  position: relative; /* Needed for subtitle absolute positioning */
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0.8rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.header-left,
.logo-area,
.cart-container {
  display: flex;
  align-items: center;
}

.header-left {
  justify-content: flex-start;
}

.logo-area {
  justify-content: center;
}

.logo-img {
  width: 70px;
  margin-right: 20px;
  height: auto;
}

.site-subtitle {
  display: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #58575b;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.site-title, .site-title a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; 
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c4000;
  text-decoration: none;
}

/*CART IN HEADER */

.cart-container {
   justify-content: flex-end;
   margin-right:12px;
   margin-top: -8px
  }

.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #2c4000;
}

.cart-icon {
  width: 40px;
  height: 40px;
  margin: 0 6px;
}

.cart-label {
  margin-left: 6px;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #608c00;
  color: white;
  font-size: 12px;
  font-weight: 300;
  border-radius: 9999px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}


/* HERO IMAGE */
.hero-section {
  width: 100%;
  padding: 0;           
  margin: 0 auto;
}

.hero-image {
  width: 100%;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0; 
}



/* HERO BANNER */
.headline-banner {
  background-color:#87a642 /* #608c00*/; 
  text-align: center;
  padding: 2rem 1rem;        
  margin: 0;
}

.headline-banner h2 {
  font-family: 'Bebas Neue', sans-serif;  
  font-size: 4rem; 
  line-height: 1.3;                       
  font-weight: 100;
  text-transform: uppercase;
  color: #2c4000;                            
  letter-spacing: 1px;                                              
}

/*SPACER*/
.spacer {margin-top: 4rem;}

.short-block {padding:40px 60px 30px 60px; background-color: #fff;}

/* GALLERY */
.gallery-section {
  padding: 40px 60px;
  background-color: #ffffff;
}

.gallery-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #2c4000;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  text-align: left;
}

.gallery-section p {margin-bottom:2rem;}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.plant-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.plant-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2E4454;
  margin-top: 0.75rem;
  line-height: 1.3;
}

.plant-price {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 4px 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2C4000;
  background-color: #E8DCCF;
  border-radius: 16px;
  line-height: 1;
}

/*PHOTO AD */
/* New Split Section for Home Page */
.homepage-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  background-color: #e8dccf;
}

.split-left {
background-color: #608c00;
}

.split-left,
.split-right {
  flex: 1 1 500px; /* Min width 500px */
  max-width: 100%;
  min-height: 560px;
  padding: 2rem;
  box-sizing: border-box;
}

.wicking-logo {
  display: block;
  margin: 0 auto;
}

.split-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HOW MUCH PRODUCE INCLUDE*/

.fawn-right {
  flex: 1 1 500px; /* Min width 500px */
  max-width: 100%;
  min-height: 560px;
  padding: 2rem;
  box-sizing: border-box;
}

.produce-banner {
  color: #2c4000;
  display: flex;
  padding: 2rem;
}

.extra {font-size: 22px; font-weight: 900; margin-right:14px;}

.short-section {
  padding-left:60px;
}

.season-icon {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 22px;
}

.season2-icon {
  width: 58px;
  height: 58px;
  vertical-align: middle;
  margin-right: 22px;
}

.season {
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 4px;
  transform: rotate(-2deg); /* slight rotation */
  margin-top: 50px;
}

.produce-imgl,
.produce-imgr {
  width: 600px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 24px rgba(44, 64, 0, 0.46); /* subtle greenish shadow */
}

.produce-imgl {
  border: 4px solid #DFE7D0;
}

.produce-imgr {
  border: 4px solid #608c00;
}

/*END PRODUCE INCLUDE CSS*/

.wicking-banner {
  color: #DFE7D0;
  display: flex;
  padding: 2rem;
}

.wicking-text h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.wicking-text p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}

.image-box {
  padding: 0; /* optional if section needs to be flush */
}

.image-box img {
  width: 100%;
  max-width: 512px;
  min-width: 300px;
  aspect-ratio: 4 / 3;
  object-fit: contain; /* Or 'contain' depending on your use case */
  display: block;
}

.image-box-angled img {
  width: 100%;
  max-width: 400px;
  min-width: 340px;
  aspect-ratio: 1 / 1;
  object-fit: cover; /* Or 'contain' depending on your use case */
  display: block;
  border: 10px solid #ffffff;
  border-radius: 6px;
  transform: rotate(2deg);
  box-shadow: 0 10px 16px rgba(44, 64, 0, 0.09); /* subtle greenish shadow */
}

.wicking-button-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  gap: 3em;
}

.wicking-arrow {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: block;
}

.wicking-btn {
  display: inline-flex;
  align-items: center;
  background: #2c4000;
  color: #fff;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none; 
  cursor: pointer;
  box-shadow: 2px 2px 8px 0 rgba(44, 64, 0, 0.7);
  transform: rotate(-1deg);
  transition: background 0.2s, transform 0.2s;
}

.wicking-btn:hover,
.wicking-btn:focus {
  background: #2c4000b3;
  text-decoration: none;
}

.wicking-ad-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #2c3e50;
  transform: rotate(2deg);
  margin-top: 16px;
  margin-left: 18px;
  width: 80%;
  /*font-family: 'Poppins', sans-serif;*/
}

/* FOOTER */

.footer {
  background-color: #e8dccf;
  padding: 2rem 60px;
  display: flex;
  flex-direction: column;
  gap: 20px; /* 20px vertical gap between the two divs */
}

.footer-container {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.footer-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;  
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2c4000;     
  margin-bottom: 1rem;
}


.footer-text, .locations-list span {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;  
  font-weight: 600;
  line-height: 1.8; 
  text-align: left;
  color: #2c4000;
}

.payment-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1rem 0;
}

.pay-icon {
  height: 16px;
  width: auto;
  display: block;
  object-fit: contain;
}

.lock-icon {
  width: 18px;
  height: 18px;
  fill: #2c4000;
}

.locations-list span {
font-weight: 400;
}

.locations-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px 20px; /* Row gap 10px, Column gap 20px */
  margin-top: 10px;
}

/* Footer columns */
.footer-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 32px 0 16px 0;
  justify-content: flex-start;
}
.footer-col {
  min-width: 240px;
}
.footer-col-title {
  font-size: 18px;
  color: #2c4000;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: inherit;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: 2px;
}
.footer-link-item {border-bottom: 0px;}

.footer-col a {
  color: #2c4000;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: #486f00;
}

/* BOTTOM BAR */

.bottom-bar {
  background-color: #2c4000;
  color: white;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 60px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  gap: 30px;
}

.bottom-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
}

.bottom-text a {
  color: #fff;
  text-decoration: none;
}


/* HIDDEN ABOVE 920PX  */
.mobile-tagline {
  display: none;
  background-color: #87a642;
  color: #2c4000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

/* MENU ICON */
.menu-icon {
  display: none;
  width: 32px;
  height: 32px;
  margin-right: 1rem;
}

/* GENERIC PAGE STYLES FOR POLICY/CONTENT PAGES */

.page-section {
  background-color: #fafafa;
  padding: 60px;
}

.page-heading {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  font-size: 3rem;
  font-weight: 300;
  color: #2c4000;
  text-transform: uppercase;
}

.page-content {
  background-color: #fff;
  color: #4b5563;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  margin: 30px 0px;
  padding: 30px;
}

.page-content h2,
.page-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.page-content h2 {
  font-size: 1rem;
}

.page-content h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}

.page-content p {
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  margin-bottom: 2rem;
}


/*PLANT PAGE BREADCRUMBS */

.breadcrumbs {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #2c4000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #2c4000;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  text-decoration-color: #2c4000;
  text-decoration-thickness: 1px;
}

.breadcrumb-separator {
  font-weight: bold;
  color: #2c4000;
}

.breadcrumb-current {
  font-weight: 500;
  color: #2c4000;
}

/* PLANT PAGES */

.product-page {
  padding: 30px 60px 60px 60px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.product-image-group {
  flex: 1 1 40%;
  max-width: 600px;
}

.main-product-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.thumbnail-row {
  display: flex;
  gap: 0.5rem;
}

.thumb-image {
  width: 100px;
  height: auto;
  margin-top: 1rem;
  border-radius: 4px;
}

.product-details {
  flex: 1 1 50%;
}

.product-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 58px;
  font-weight: 400;
  color: #2c4000;
  margin-bottom: 1rem;
}

.product-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-details p {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1rem;
}

.price, .size {
  font-weight: 600;
  color: #2c4000;
  margin: 1rem 0;
}

.order-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}


.quantity-select {
  padding: 0.68rem 0.7rem;
  font-size: 1rem;
  border: 2px solid #2c4000;
  border-radius: 4px;
}

.quantity-select:focus {
  outline: none;
}

.order-button {
  padding: 0.75rem 1.25rem;
  font-family: 'Poppins', sans-serif;
  background-color: #2c4000;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.order-button:hover {
  background-color: #486f00;
}

/* PLANT TAGS */

.plant-heading-section {
  margin-top: 1.5rem;
}

.plant-title {
  font-size: 3rem;
  color: #2c4000;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 0 0.25rem;
}

.plant-scientific {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #222;
}

.plant-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.plant-tag {
  background-color: #fef08a;
  color: #854d0e;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

/*PLANT INFO SECTION */

.plant-info-section {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  line-height: 1.7;
  color: #2e2e2e;
  font-family: 'Poppins', sans-serif;
}

.plant-info-section h2 {
  font-size: 20px;
  color: #2c4000;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.plant-info-section p {
  font-size: 16px;
  margin-bottom: 1rem;
}

/* TOAST */

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #2c4000;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.toast.show {
  opacity: 1;
}

/* CART */

#cart-list {
margin-top: 10px;
}

ul { padding-left: 0; list-style: none;}

li { 
      margin-bottom: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 0.5rem;
    }
    .item-left {
      flex-grow: 1;
    }
    .item-actions {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
   

.item-actions input {
  width: 50px;
  padding: 0.3rem 0.3rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

.item-actions span {
  font-size: 1rem;
  line-height: 1.5;
  width: 60px;
  margin-top: 0rem;
  vertical-align: middle;
}

    .total { font-weight: bold; margin-top: 1rem; margin-bottom: 1rem; }

    button {
      background-color: #2c4000;
      font-family: 'Poppins', sans-serif;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      font-size: 1rem;
      cursor: pointer;
    }

    button:hover {
      background-color: #3f5a00;
    }

    .remove-btn {
      background-color: #d33;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 4px;
      cursor: pointer;
    }

    .remove-btn:hover {
      background-color: #b00;}

      .cart-note {
        margin-top: 2rem;
        max-width: 700px;
      }


     /*TESTIMONIALS*/ 

  .testimonial-section {
  /*margin: 2rem 0;*/
  padding: 60px 60px;
  background-color:#608c00;
}

.testimonial-header-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-left:20px;
}

.testimonial-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.testimonial-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #DFE7D0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  max-width: 90vw;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(44,64,0,0.07);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  min-height: 160px;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}

.testimonial-thumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
}

.testimonial-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 0.7em;
  color: #2c4000;
}

.testimonial-suburb {
  font-size: 0.98rem;
  color: #608c00;
}

.testimonial-text {
  font-size: 1.05rem;
  color: #2c3e50;
  line-height: 1.5;
  margin-left: 0; /* aligns with header */
}

/* 404 PAGE */
      .notfound-parent {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      background: #f8faf4;
    }
    .notfound-container {
      text-align: center;
      padding: 40px 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 24px rgba(60,80,0,0.07);
      max-width: 400px;
      margin: 40px auto;
    }
    .notfound-logo {
      width: 100px;
      margin-bottom: 24px;
    }
    .notfound-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 3rem;
      color: #2c4000;
      margin-bottom: 8px;
      letter-spacing: 2px;
    }
    .notfound-text {
      font-family: 'Poppins', sans-serif;
      color: #4b5563;
      font-size: 1.1rem;
      margin-bottom: 32px;
    }
    .notfound-links a {
      display: inline-block;
      margin: 0 10px;
      padding: 10px 22px;
      background: #2c4000;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
      font-size: 1rem;
      transition: background 0.2s;
    }
    .notfound-links a:hover {
      background: #486f00;
    }

    /* WICKING PAGE */

.wicking-gallery-section {
  margin: 1rem 0;
}
.wicking-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  max-width: 90vw;
  margin: 0 auto;
}
.wicking-gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wicking-gallery-item img {
  width: 100%;
  max-width: 560px;
  height: 320px; /* Set your desired height */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  border-radius: 6px;
  box-shadow: 0 2px 16px rgba(44,64,0,0.07);
  margin-bottom: 1.2rem;
}
.wicking-gallery-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #2c3e50;
  width: 70%;
  font-family: 'Poppins', sans-serif;
}

.checklist-produce, .checklist-produceleft {
  columns: 2;
  column-gap: 6rem;
  max-width: 700px;
}


.checklist li, .checklist-left li, .checklist-produce li, .checklist-produceleft li {
  position: relative;
  padding-left: 44px;
  justify-content: left;
  list-style: none;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.checklist li::before, .checklist-produce li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('/images/check.png') no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 36%;
  transform: translateY(-50%);
}

.checklist-left li::before, .checklist-produceleft li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('/images/white-check.png') no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 36%;
  transform: translateY(-50%);
}

.greenborderbottom {border-bottom:1px solid #2c4000;}


/* RESPONSIVE STYLES BELOW */

/* MORE THAN 920PX */




/* LESS THAN 1000PX */

@media (max-width: 999px) {

.wicking-logo {
    width: 110px;
    height: 110px;
  }

.split-left {
    min-height: 400px;
    padding-left:1rem;
    padding-right:1rem;
  }
  
}

@media (min-width: 920px) {
  .site-subtitle {
    display: inline-block;
  }
}

/* LESS THAN 920PX */

@media (max-width: 919px) {
  
.footer {
    padding: 2rem 40px;
  }

.bottom-bar {
padding: 2rem 40px;
}

.mobile-tagline {
    display: block;
  }

  .menu-icon {
    display: block;
  }

  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }

  .logo-area {
    justify-content: flex-start;
    flex-grow: 1;
    gap: 0.5rem;
  }

  .logo-img {
    width: 60px;
    height: 60px;
  }

  .site-title {
    font-size: 40px;
    white-space: nowrap;
  }

 .cart-container {
    justify-content: flex-end;
  }

 .page-section {
  padding: 30px;
}
}

/*LESS THAN 901 */
@media (max-width: 900px) {
  .wicking-gallery-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* LESS THAN 768PX */

@media (max-width: 768px) {
  .headline-banner h2 {
    font-size: 3rem; /* Downsize on smaller screens */
  }
.site-title {
    font-size: 28px;
  }
.hero-section {
    padding: 0rem;
  }
.split-right {
    min-height: 400px;
  }

.wicking-text h1 {
  font-size: 48px;
}
.product-container {
    flex-direction: column;
  }

  .product-title {
    font-size: 48px;
  }
  .checklist-produce, .checklist-produceleft {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    max-width: 100%;
  }
  
  .season {
    align-self: center;
    margin-top: 2.5rem !important;
  }

  

}

/* LESS THAN 640PX */

@media (max-width: 640px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  
}

/* LESS THAN 560PX */

@media (max-width: 560px) {
  .split-left,
  .split-right {
    min-width: 280px;
  }
  .cart-label {
    display: none;
  }
  .produce-imgl,
  .produce-imgr {
    width: 320px;
    max-width: 100%;
  }
}

/* LESS THAN 480PX */

@media (max-width: 480px) {
  .headline-banner h2 {
    font-size: 2rem;
  }
  .headline-banner h2 span {
    font-size: 1rem;
  }

  .headline-banner {padding: 1rem 1rem;}

  .site-title {
    font-size: 20px;
  }
  .logo-img {
  display: none;
 }

  .gallery-section {
  padding: 40px 20px;
  }

  .wicking-button-wrapper {gap:1.7em;}

  .wicking-btn {padding: 0.75em 1.3em;}

  .wicking-arrow {
  width: 80px;
  height: 80px;
 }

 .testimonial-section {padding: 60px 40px;}
 .testimonial-header-row {padding-left:0px;}
 .testimonial-logo {display:none;}

}
