/** Shopify CDN: Minification failed

Line 433:6 Expected ":"

**/
/** GENRAL **/
body > div > .needsclick {
    display: none !important;
}

div#shopify-section-announcement {
    display: none;
}

.section-header {
   display: none;
}

.announcement-bar-section {
  display:none;
}

div#shopify-section-header .header__wrapper .theme__header {
    display: none;
}



div#shopify-section-naturecity-footer {
    margin-top: -8vw;
}


/* NatureCity Section Styles */
.nc-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6f0fa;
  border-radius: 50px;
  padding: 8vw 80px 10vw;
  margin: 50px;
  position: relative;
}

.nc-content {
  max-width: 60%;
  z-index: 1;
}

.nc-heading {
  font-size: 8rem;
  font-weight: 700;
  color: #1a3c5e;
  line-height: 1;
  margin-bottom: 50px;
}

.nc-subheading {
  font-size: 40px;
  color: #1a3c5e;
  margin-bottom: 40px;
  line-height: 1.1;
}

.nc-buttons {
  gap: 15px;
  display: flex;
    flex-direction: column;
}

.nc-btn {
  padding: 15px 30px;
  border: none;
  border-radius: 45px;
  color: white;
  font-size: 34px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 600px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.nc-btn-start {
  display: inline-block;
  background: linear-gradient(180deg, #f57f14, #f5b014);
  transition: background-position 0.6s ease-in-out;
  padding: 15px 70px;
  width: 100%;
    max-width: 35vw;
}

.nc-btn-start:hover {
  background: linear-gradient(0deg, #f57f14 0%, #f5b014 100%);
}

.nc-btn-manage {
  width: 100%;
  transition: background-position 0.6s ease-in-out;
  padding: 15px 50px;
  background: linear-gradient(0deg, #589811, #92d61d);
  width: 100%;
  max-width: 35vw;
}

.nc-btn-manage:hover {
  background: linear-gradient(180deg, #589811, #92d61d);
}

.nc-image {
  position: absolute;
  top: -25px;
  right: 50px;
  max-width: 40%;
  height: 110%;
}

.nc-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* NatureCity Subscription Section Styles */
.nc-subscription-container {
  background: linear-gradient(180deg, #0f5aa8 0%, #1d3f6c 100%);
  position: relative;
  padding: 60px 100px 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.nc-subscription-container::before {
  content: "";
  position: absolute;
  top: 0;
right: -200px;
    width: 1600px;
  height: 100%;
  background-image: url("/cdn/shop/files/Group_1985.png?v=1748475653");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.2;
  z-index: 1;
}

.nc-subscription-title {
  color: white;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
}

.nc-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.nc-benefit-card {
    background: #fffffff2;
    border-radius: 50px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 8px 25px #00000026;
    transition: transform .3s ease,box-shadow .3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nc-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.nc-benefit-icon {
  width: 200px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nc-savings-badge {
    font-size: 18px;
    color: #1d3f6c;
}

.nc-benefit-icon img {
  width: 100%;
  object-fit: contain;
}

.nc-benefit-title {
  font-size: 28px;
  font-weight: bold;
  color: #1d3f6c;
  margin-bottom: 8px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

.nc-benefit-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.nc-wave {
  width: 100%;
  position: absolute;
  bottom: -30px;
  transform: rotateX(180deg);
  left: 0;
  right: 0;
}

/* Popular Subscription */
section.nc-subscription-pick {
  padding: 60px;
}

.nc-heading-popular {
  text-align: center;
}

.nc-heading-popular > h2 {
  color: #1D3F6C;
  padding-bottom: 15px;
}

.nc-heading-popular > p {
  font-family: 'poppins', sans-serif;
  font-size: 1.35vw;
  font-weight: 400;
}

section.nc-subscription-pick .product-item .pick-img-body {
    background: #F7F7F7;
    width: 90%;
    margin: 75px auto 30px;
    border-radius: 50px;
}

section.nc-subscription-pick .product-item > a > img {
    width: 150px;
    position: absolute;
    right: 5px;
    top: 60px;
}

section.nc-subscription-pick .product-item img {
    width: 95%;
    margin-top: -50px;
}

section.nc-subscription-pick .product-item h3 {
    color: #000;
    font-size: 22px;
}

section.nc-subscription-pick .product-item a {
    color: #000;
    text-decoration: none;
}

section.nc-subscription-pick .product-item {
    text-align: center;
    position: relative; 
}

section.nc-subscription-pick .product-item .price {
    margin: 25px 0;
    font-size: 35px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

section.nc-subscription-pick .product-item .nc-btn {
    color: #fff;
}

section.nc-subscription-pick .product-item .price .regular-price {
    color: #aaa;
    font-size: 25px;
    position: relative;
}

section.nc-subscription-pick .product-item .price .regular-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg); /* angle of the line */
  transform-origin: center;
}

/** BENEFITS **/

section.nc-benefits .benefits-container {
    display: block;
    max-width: 70vw;
    margin: auto;
}

section.nc-benefits .benefits-container table.benefits-table {
    width: 100%;
}

section.nc-benefits {
    padding-top: 5vw;
}

table.benefits-table tbody tr td {
    font-size: 1.46vw;
    color: #1d3f6c;
    font-weight: 700;
    padding: 1.5vw 3vw;
    background-color: #F7F7F7;
}

table.benefits-table tbody tr:first-child td:first-child {
    border-top-left-radius: 2.5vw;
}

table.benefits-table tbody tr:first-child td:last-child {
    border-top-right-radius: 2.5vw;
}

table.benefits-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 2.5vw;
}

table.benefits-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 2.5vw;
}

table.benefits-table tbody tr {
    position: relative;
}

table.benefits-table tbody tr:last-child {
    border-bottom: none;
}

table.benefits-table tbody tr:last-child td {
    padding-bottom: 2.5vw;
}

table.benefits-table tbody tr:first-child td {
    padding-top: 2.5vw;
}

table.benefits-table tbody tr td .small-text {
    font-size: 1.04vw;
    font-weight: 300;
}

table.benefits-table tbody tr td:first-child::before {
    content: '';
    background: #B6C0CE;
    width: 64vw;
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
}

table.benefits-table tbody tr:last-child td:first-child::before {
  display: none;
}

table.benefits-table tbody tr td:nth-child(2), table.benefits-table tbody tr td:last-child {
    text-align: center;
    width: 23.5%;
}

table.benefits-table tbody tr td img {
    width: 2vw;
}

table.benefits-table thead tr th:last-child h2 {
    font-size: 1.5vw;
    background: linear-gradient(180deg,#f57f14,#f5b014);
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    text-align: center;
    width: 80%;
    padding: 0;
    border-radius: 2.5vw 2.5vw 0 0;
    height: 6vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.benefits-table thead tr th:nth-child(2) h2 {
    font-size: 1.5vw;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    text-align: center;
    width: 80%;
    padding: 0;
    border-radius: 2.5vw 2.5vw 0 0;
    background: linear-gradient(0deg,#589811,#92d61d);
    height: 6vw;
    margin: 0;
    \: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

table.benefits-table tbody tr td:last-child {
    padding-right: 6vw;
}

table.benefits-table thead tr th:first-child h2 {
    padding-left: 3vw;
    color: #1D3F6C;
}

/* NatureCity How It Works Section */
.nc-how-it-works-container {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.nc-how-it-works-wrapper {
  max-width: 70vw;
  margin: 0 auto;
}

.nc-how-it-works-title {
  color: #1d3f6c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: left;
}

.nc-steps-container {
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
}

.nc-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #f4f4f4;
    border-radius: 70px;
    padding: 0;
    width: 48%;
    flex-wrap: wrap;
}

.nc-step > img {
    width: 100%;
}

.nc-step-number {
  font-size: 70px;
  font-weight: 600;
  color: #1d3f6c;
  flex-shrink: 0;
  line-height: 1.3;
}

.nc-step-content {
    flex: 1;
    padding: 2vw;
}

.nc-step-title {
    color: #1d3f6c;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1em;
    font-family: Poppins,sans-serif;
}

.nc-step-description {
    color: #000;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5;
    opacity: .8;
}

.nc-highlight {
  font-weight: 600;
  opacity: 1;
}

.nc-step-4 .nc-step-description {
  margin-bottom: 0;
}

.nc-step-content h4 {
    font-size: 1.82vw;
    font-weight: 700;
    margin-top: 1vw;
}

.nc-step-content h4 a {
    color: #1D3F6C;
    text-decoration: none;
}

/* NatureCity Built for Your Routine Section */
.nc-routine-container {
  background-color: white;
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
}

.nc-routine-wrapper {
  max-width: 70vw;
  margin: 0 auto;
}

.nc-routine-box {
  /* background-color: #E8F4FD; */
  background: url('/cdn/shop/files/Group_2011.png?v=1748898850');
  border-radius: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 300px;
      background-size: cover;
    background-position: center;
    position: relative;
}

.nc-routine-content {
  flex: 1;
  padding: 80px;
}

.nc-routine-title {
  color: #1D3F6C;
  /* font-size: 32px; */
   font-size: 1.5vw;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: poppins;
}

.nc-routine-description {
  color: #000;
  /* font-size: 18px; */

    font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.8;
}

.nc-routine-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;

}

.nc-routine-image img {
width: 33%;
    position: absolute;
    right: 60px;
    bottom: 0;
}

  .nc-laptop {
  background-image: url("/cdn/shop/files/Laptop.png?v=1748540454");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 100%;
        margin: -55px 0vw;
    z-index: 1;
}

/* NatureCity Testimonials Section */
.nc-testimonials-container {
  background-color: white;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}

.nc-testimonials-wrapper {
  max-width: 80vw;
  margin: 0 auto;
}

.nc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.nc-testimonial-card {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nc-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.nc-testimonial-header {
  background: linear-gradient(180deg, #F57F14 0%, #F5B014 100%);
  padding: 25px 20px;
  text-align: center;
  color: white;
}

.nc-customer-name {
  /* font-size: 18px; */
    font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nc-verified-badge {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #F57F14;
}

.nc-verified-badge::after {
  content: '✓';
  font-weight: bold;
}

.nc-customer-status {
  /* font-size: 14px; */
   font-size: 1vw;
  font-weight: 400;
  opacity: 0.9;
}

.nc-testimonial-content {
    background: #F4F4F4;
  padding: 25px 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.nc-testimonial-text {
  color: #333;
  /* font-size: 14px; */
    font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: center;
}

.nc-star-rating {
  display: flex;
  justify-content: center;
  gap: 3px;
}

.nc-star {
  color: #F57F14;
  font-size: 20px;
}

/* FAQs */
.faq-container {
  margin: 70px auto 0;
  background: #dfeffb;
  padding: 100px 200px 200px;
  position: relative;
}

.faq-title {
  text-align: center;
  color: #1D4170;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

.faq-accordion {
  background: white;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.faq-item {
  border-bottom: 1px solid #e8f1f5;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  color: #2c5aa0;
}

.faq-question h3 {
  color: #1D4170;
  /* font-size: 18px; */

  font-size: 1.25vw;
  font-weight: 800;
  flex: 1;
  margin: 0;
  font-family: 'poppins', sans-serif;
}

.faq-toggle {
  width: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  font-weight: bold;
  color: #2c5aa0;
  transition: all 0.3s ease;
  margin-left: 20px;
}

.faq-item.active .faq-toggle {
  color: #e10000;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 360px;
  padding: 0 0 20px 0;
}

.faq-answer-content {
  color: #555;
  line-height: 1.6;
  /* font-size: 15px; */
    font-size: 1vw;
  font-family: Poppins;
}

.faq-answer-content ul {
  margin: 10px 0 10px 20px;
}

.faq-answer-content li {
  margin-bottom: 5px;
}

/* Subscribe */
.subscribe-container {
  margin: 70px auto;
  background: white;
  overflow: hidden;
}

.subscribe-content {
  display: flex;
  align-items: center;
}

.image-section {
  flex: 1;
}

.product-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.content-section {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-heading {
  color: #1D3F6C;
  font-size: 3.646vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.subheading {
  color: #1D3F6C;
  /* font-size: 18px; */
    font-size: 1vw;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 400;
}

.highlight-text {
  font-weight: 800;
}

.cta-button {
  background: linear-gradient(180deg, #f57f14, #f5b014);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(255, 140, 66, 0.3);
  align-self: flex-start;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 140, 66, 0.4);
  background: linear-gradient(135deg, #FF7A28 0%, #FF6B14 100%);
}

.cta-button:active {
  transform: translateY(0);
}

/* Consolidated Media Queries */
/* Consolidated Media Queries */
/* Consolidated Media Queries */
/* Consolidated Media Queries */
@media (max-width: 768px) {

.nc-routine-wrapper {
  max-width: 80vw;
  margin: 0 auto;
}

  .nc-how-it-works-wrapper {
    max-width: 80vw;
  }
  
  /* nc-section */
  .nc-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 10px;
    margin: 20px;
  }

  .nc-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .nc-buttons {
    justify-content: center;
    gap:5px;
  }

  .nc-btn-start, .nc-btn-manage {
    max-width: 100%;
      padding: 15px 50px;
  }

  .nc-btn {
    font-size: 16px;
  }

  .nc-heading {
    font-size: 3em;
    margin-bottom: 20px;
  }

  .nc-subheading {
    font-size: 2rem;
    line-height: 1;
  }

  .nc-image {
    position: static;
    max-width: 80%;
    margin-top: 20px;
  }

  /* nc-subscription-container */
  .nc-subscription-container {
    margin-top: 0;
    padding: 40px 40px 50px;
  }

  .nc-subscription-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .nc-benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .nc-benefit-card {
    padding: 25px 15px;
  }

  .nc-subscription-container::before {
    width: 200px;
    opacity: 0.2;
  }

  .nc-benefit-title {
    font-size: 20px;
  }

  .nc-benefit-icon img {
    width: 80%;
  }

  .nc-savings-badge {
    bottom: -70px;
  }

  .save-mobile {
    margin-bottom: 0;
  }

  /** benefits **/

  section.nc-benefits {
      padding: 50px 0;
  }
  
  section.nc-benefits .benefits-container {
      max-width: 95%;
  }
  
  table.benefits-table tbody tr td {
      font-size: 14px;
  }
  
  table.benefits-table tbody tr td .small-text {
      font-size: 12px;
  }
  
  table.benefits-table tbody tr td:first-child::before {
      width: 90%;
  }
  
  table.benefits-table tbody tr td img {
      width: 4vw;
  }
  
  table.benefits-table thead tr th:nth-child(2) h2 {
      font-size: 12px;
      height: 60px;
      width: 90%;
  }
  
  table.benefits-table thead tr th:last-child h2 {
      font-size: 12px;
      height: 60px;
      width: 90%;
  }
  
  table.benefits-table tbody tr td:nth-child(2), table.benefits-table tbody tr td:last-child {
      width: 25%;
  }

  /* nc-how-it-works-container */
  .nc-how-it-works-container {
    padding: 20px 20px;
  }

  .nc-how-it-works-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .nc-steps-container {
    gap: 20px;
  }

  .nc-step {
    flex-direction: column;
    text-align: center;
    gap: 0px;
    width: 100%;
  }

  .nc-step-number {
    font-size: 56px;
    align-self: center;
  }

  .nc-step-content {
      padding: 25px 15px;
      width: 100%;
  }

  .nc-step-content h4 a {
      font-size: 16px;
  }

  .nc-step-title {
    font-size: 22px;
  }

  .nc-laptop {
    width: 385px;
    height: 200px;
    margin: -35px 0vw -35px;
  }

  /* nc-routine-container */
  .nc-routine-container {
    padding: 20px 20px;
  }

  .nc-routine-box {
    flex-direction: column;
    min-height: auto;
  }

  .nc-routine-content {
    padding: 40px 30px;
    order: 1;
  }

  .nc-routine-image {
    order: 2;
    justify-content: center;
    width: 100%;
    display: none;
  }

  .nc-routine-image img {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0px;
  }

  .nc-routine-title {
    font-size: 28px;
    text-align: center;
  }

  .nc-routine-description {
    text-align: center;
  }

  /* nc-testimonials-container */
  .nc-testimonials-container {
    padding: 20px 20px;
  }

  .nc-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .nc-testimonial-header {
    padding: 20px 15px;
  }

  .nc-testimonial-content {
    padding: 20px 15px 25px;
  }

  .nc-customer-name {
    font-size: 16px;
  }

  .nc-testimonial-text {
    font-size: 13px;
  }

  /* faq-container */
  .faq-container {
    margin: 0px auto 0;
    padding: 30px 20px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-question h3 {
    font-size: 15px;
  }

  .faq-toggle {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  /* subscribe-container */
  .subscribe-content {
    flex-direction: column;
  }

  .image-section {
    width: 100%;
    min-height: 300px;
  }

  .content-section {
    padding: 40px 30px;
    text-align: center;
  }

  .main-heading {
    font-size: 36px;
  }

  .subheading {
    font-size: 16px;
  }

  .cta-button {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  /* nc-benefits-grid */
  .nc-benefits-grid {
    grid-template-columns: 1fr;
  }

  .nc-subscription-title {
    font-size: 28px;
  }

  /* nc-how-it-works-title */
  .nc-how-it-works-title {
    font-size: 28px;
    text-align: center;
  }

  .nc-step-number {
    font-size: 48px;
  }

  .nc-step-title {
    font-size: 20px;
  }

  .nc-step-description {
    font-size: 15px;
  }

  .nc-laptop {
      width: 300px;
      height: 175px;
      display: block;
      margin: -50px auto;
      z-index: 2;
  }

  /* nc-routine-content */
  .nc-routine-content {
    padding: 30px 20px;
  }

  .nc-routine-title {
    font-size: 24px;
  }

  .nc-routine-description {
    font-size: 15px;
  }

  /* nc-testimonials-grid */
  .nc-testimonials-grid {
    gap: 20px;
  }

  .nc-testimonial-header {
    padding: 18px 12px;
  }

  .nc-testimonial-content {
    padding: 18px 12px 22px;
  }
}

@media (min-width: 1680px) {
  /* nc-benefits-grid */
  .nc-benefits-grid {
    width: 90%;
  }
}
/*****END ****/
/*****END ****/
/*****END ****/

/** BANNER **/

section.ncr-banner {
background-color: #fff;
    padding: 3vw 2vw;
}

section.ncr-banner .container {
   max-width: 100%;
    background: #E5F3FD;
    border-radius: 5vw;
padding: 0vw 1vw 0vw 2.5vw;
        text-align: left;
  
}

.ncr-banner-content-col {
    padding-left: 3vw;
    padding-right: 2vw;
}

.ncr-banner-content {
     background: #fff;
    border-radius: 1.5vw;
    padding: 5vw 0vw;
        text-align: left;
}

.ncr-banner-content h1 {
    font-size: 3.25vw;
    color: #1D3F6C;
    margin-bottom: 1vw;

}

.ncr-banner-content p {font-size: 1.042vw;font-weight: 600;color: #1D3F6C;margin-bottom: 1vw;}

.ncr-banner-content a.btn {
    background-color: #1D3F6C;
    text-transform: capitalize;
    width: 10vw;
    font-weight: 300;
    padding: 0.35vw 0;
}

/** SAVINGS **/

section.ncr-savings {
    padding: 5vw 0;
    text-align: center;
}

section.ncr-savings .container {
    max-width: 85%;
}

section.ncr-savings h2 {
    color: #70c316;
    margin-bottom: 2.5vw;
}

.ncr-savings-box {
    color: #fff;
    min-height: 20vw;
    padding: 0 2.5vw;
    max-width: 95%;
    margin: auto;
    border-radius: 1.5vw;
    justify-content: center;
}

.ncr-savings-box.box-green {
    background: #70C316;
}

.ncr-savings-box.box-blue {
    background: #00A8CB;
}

.ncr-savings-box.box-purple {
    background: #503F92;
}

.ncr-savings-box h3 {
    margin-bottom: 1vw;
    font-size: 1.25vw;
    font-family: Montserrat,sans-serif;
}

.ncr-savings-box p {
    margin-bottom: 0;
}

.ncr-savings-box img {
    margin-bottom: 1vw;
    width: 4vw;
    height: 4vw;
}

/** BENEFITS **/

section.ncr-benefits > svg {
    margin-bottom: -16vw;
    width: 100%;
}

section.ncr-benefits .container {
    max-width: 85%;
}

section.ncr-benefits h2 {
    text-align: center;
    margin-bottom: 6vw;
    color: #70c316;
}

.ncr-benefits-box {
    text-align: center;
    height: 100%;
    width: 95%;
    margin: auto;
    border-radius: 1.5vw;
    padding: 0 1vw 5vw;
}

.ncr-benefits-box ul {
    padding: 0;
    list-style: none;
    margin-top: 2.5vw;
    text-align: left;
}

.ncr-benefits-box img {
    width: 7.5vw;
    margin-top: -3.5vw;
    margin-bottom: 1.5vw;
}

.ncr-benefits-box h3 {
    color: #1D3F6C;
    font-size: 1.823vw;
    font-family: Montserrat,sans-serif;
}

.ncr-benefits-box h4 {
    font-size: 1.302vw;
    font-family: Montserrat,sans-serif;
    color: #1D3F6C;
    font-weight: 400;
}

.ncr-benefits-box ul li::before {
    content: '';
    width: 1.5vw;
    height: 1.5vw;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.75vw;
}

.ncr-benefits-box ul li {
    display: flex;
    align-items: center;
}

.ncr-benefits-box ul li:not(:last-child) {
    margin-bottom: 1.25vw;
}

.ncr-benefits-box ul li p {
    margin-bottom: 0;
    line-height: 1;
}

.ncr-benefits-box.border-green ul li::before {
    background-image: url(/cdn/shop/files/silvercheck.svg?v=1702411075);
}

.ncr-benefits-box.border-blue ul li::before {
    background-image: url(/cdn/shop/files/goldcheck.svg?v=1702411075);
}

.ncr-benefits-box.border-purple ul li::before {
    background-image: url(/cdn/shop/files/platinumcheck.svg?v=1702411076);
}

.ncr-benefits-box.border-blue {
    border: 1px solid #03a8cc;
}

.ncr-benefits-box.border-green {
    border: 1px solid #60a231;
}

.ncr-benefits-box.border-purple {
    border: 1px solid #503f92;
}

section.ncr-benefits > img {
    position: absolute;
    bottom: -12vw;
    left: 10vw;
}

section.ncr-benefits {
    position: relative;
}

/** COLLECT **/

section.ncr-collect {
    background-color: #503F92;
    padding-top: 16vw;
    padding-bottom: 5vw;
    text-align: center;
    color: #fff;
}

section.ncr-collect .container {
    max-width: 85%
}

section.ncr-collect h2 {
    margin-bottom: 2vw;
}

.ncr-collect-carousel-content h3 {
    color: #fff;
    font-size: 2.604vw;
    font-family: Montserrat,sans-serif;
    margin-bottom: 0.5vw;
}

.ncr-collect-carousel-content h4 {
    font-size: 1.302vw;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    margin-bottom: 0.5vw;
}

.ncr-collect-carousel-content p {
    margin-bottom: 0;
}

.ncr-collect-carousel-content img {
    margin-bottom: 1vw;
}

.ncr-collect-carousel .carousel-cell {
    width: 25%;
}

/** HOW **/

section.ncr-how {
    padding-top: 7.5vw;
    padding-bottom: 12.5vw;
    position: relative;
}

section.ncr-how .container img {
    position: absolute;
    right: 0vw;
    bottom: -9vw;
    width: 23vw;
}

section.ncr-how .container {
    max-width: 85%;
    position: relative;
}

section.ncr-how h2 {
    text-align: center;
    margin-bottom: 1.5vw;
    color: #70c316;
}

.ncr-how-content p, .ncr-how-content ol li {
    font-weight: 300;
    color: #1D3F6C;
    font-size: 0.938vw;
    font-family: 'Montserrat', sans-serif;
}

.ncr-how-points-col {
    padding-left: 3vw;
}

.ncr-how-points {
    border: 1px solid #E2E6ED;
    border-radius: 1.5vw;
    margin-bottom: 1vw;
    padding: 2vw;
}

.ncr-how-points h4 {
    font-size: 4.688vw;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #1D3F6C;
    margin-right: 0.5vw;
    margin-bottom: 0;
}

.ncr-how-points h3 {
    font-family: Montserrat,sans-serif;
    font-size: 1.302vw;
    font-weight: 300;
    margin-bottom: 0.5vw;
}

.ncr-how-points p {
    font-size: 1.302vw;
    font-weight: 300;
    margin-bottom: 0;
}

.ncr-how-points-no {
    margin-bottom: 1vw;
}

.ncr-how-points a.btn {
    width: 100%;
    border-radius: 5vw;
    background-color: #70C316;
}

/** REDEEM **/

section.ncr-redeem {
    padding-bottom: 10vw;
    text-align: center;
    position: relative;
}

section.ncr-redeem>img {
    position: absolute;
    left: 0;
    top: -5vw;
    width: 35vw;
}

section.ncr-redeem .container {
    max-width: 85%;
}

section.ncr-redeem h2 {
    color: #00A8CB;
    margin-bottom: 5vw;
}

.ntc-redeem-carousel .carousel-cell {
    width: 33.333%;
}

.ntc-redeem-cell {
    text-align: center;
}

.ntc-redeem-carousel {
    width: 100%;
    position: relative;
    z-index: 3;
}

.ntc-redeem-cell a {
    border-radius: 5vw;
    margin-bottom: 1vw;
}

.ntc-redeem-cell p {
    font-weight: 300;
    color: #434343;
}

.ntc-redeem-carousel .flickity-button {
    background-color: #70C316;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ntc-redeem-carousel .flickity-button svg {
    fill: #fff;
    width: 1vw;
    height: 1vw;
    position: relative;
    left: 0;
    top: 0;
}

.ntc-redeem-carousel .flickity-page-dots {
    bottom: -3.5vw;
}

.ntc-redeem-carousel .flickity-page-dots .dot.is-selected {
    background: #5E7FB1;
    border: 2px solid #a2d3f7;
    outline: 1px solid #5E7FB1;
    transform: scale(1.35);
}

.ntc-redeem-carousel .flickity-page-dots .dot {
    transition: all 0.25s ease-out;
    background: #03a8cc;
}

/** NEWSLETTER **/

section.ncr-newsletter {
    background-color: #00a8cb;
}

section.ncr-newsletter .container {
    max-width: 100%;
    padding: 0;
}

.ncr-newsletter-content {
    padding: 6vw 5vw 13vw;
    color: #fff;
    text-align: center;
}

.ncr-newsletter-bg {
    background-size: cover;
}

section.ncr-newsletter h2 {
    font-size: 3.021vw;
    margin-bottom: 2vw;
    line-height: 1em;
}

section.ncr-newsletter p {
    font-size: 1.302vw;
    font-weight: 300;
    margin-bottom: 2vw;
}

section.ncr-newsletter .klaviyo-form div[data-testid="form-row"] {
    display: block !important;
}

section.ncr-newsletter .klaviyo-form div[data-testid="form-row"] > div:first-child {
    max-width: 75%;
    margin: 0 auto 1vw;
}

section.ncr-newsletter .klaviyo-form div[data-testid="form-row"] > div:last-child {
    max-width: 40%;
    margin: auto;
}

section.ncr-newsletter .klaviyo-form button {
    width: 100%;
}

.nc-heading-insta {
    text-align: center;
  margin-bottom: 2vw;
}


.nc-heading-insta>h2 {
    color: #1d3f6c;
    padding-bottom: 15px;
}

/* 
INSTAGRAM FEED */

.ntc-instagram-feed {
      margin: 0px auto 170px;
    padding: 0px 200px 100px;
    position: relative;
}





/** 
===================
MOBILE VIEWPORT 
===================
**/

@media only screen and (max-width: 768px) {
  
  /** BANNER **/

  .ncr-banner-content-col {
      padding: 0 20px;
  }
  
  section.ncr-banner {
      padding: 50px 0 0;
  }
  
  .ncr-banner-content h1 {
      font-size: 6vw;
  }
  
  .ncr-banner-content p {
      font-size: 14px;
      margin: 20px 0;
  }
  
  .ncr-banner-content a.btn {
      width: 100%;
      max-width: 200px;
      padding: 10px;
  }
  
  .ncr-banner-content {
      margin-bottom: 50px;
  }

  /** EASY PATH **/

  .ncr-banner-content-col {
      padding: 0 20px;
  }
  
  section.ncr-banner {
      padding: 50px 0 0;
  }
  
  .ncr-banner-content h1 {
      font-size: 6vw;
  }
  
  .ncr-banner-content p {
      font-size: 14px;
      margin: 20px 0;
  }
  
  .ncr-banner-content a.btn {
      width: 100%;
      max-width: 200px;
      padding: 10px;
  }
  
  .ncr-banner-content {
      margin-bottom: 50px;
  }
  
  section.ncr-savings {
      padding: 50px 0;
  }
  
  section.ncr-savings .container {
      max-width: 100%;
      padding: 0 10px;
  }
  
  .ncr-savings-box {max-width: 100%;padding: 50px 25px;margin-bottom: 10px;}
  
  .ncr-savings-box img {
      width: 20vw;
      height: 20vw;
  }
  
  .ncr-savings-box h3 {
      font-size: 3.5vw;
      margin: 2.5vw 0;
  }




/* POPULATE PICKS */


  .nc-heading-popular>p {
    font-size: 14px;
  }


  section.nc-subscription-pick {
        padding: 60px 20px;
  }

  section.nc-subscription-pick .product-item a {
    font-size: 18px;
  }

  section.nc-subscription-pick .product-item img {
      margin-top: 25px;
  }
  
  section.nc-subscription-pick .product-item .price {
      margin: 15px 0;
  }

  section.nc-subscription-pick .product-item > a > img {
      width: 30vw;
      top: 5vw;
  }

  /** BENEFITS **/

  section.ncr-benefits .container {
      max-width: 100%;
      padding: 0 10px;
  }
  
  .ncr-benefits-box {
      width: 100%;
      margin-top: 13.5vw;
      padding: 4vw;
  }
  
  .ncr-benefits-box img {
      width: 20vw;
      height: 20vw;
      margin-top: -13.5vw;
  }
  
  .ncr-benefits-box h3 {
      font-size: 4vw;
  }
  
  .ncr-benefits-box h4 {
      font-size: 3vw;
  }
  
  .ncr-benefits-box ul li:before {
      width: 3.5vw;
      height: 3.5vw;
      margin-right: 2vw;
  }
  
  .ncr-benefits-box ul li:not(:last-child) {
      margin-bottom: 2vw;
  }
  
  section.ncr-benefits .container .row {
      display: block !important;
  }
  
  section.ncr-benefits>img {
      display: none;
  }

  /** POINTS **/

  section.ncr-collect {
      padding-bottom: 50px;
  }

  section.ncr-collect .container {
      max-width: 100%;
      padding: 0;
  }
  
  .ncr-collect-carousel .carousel-cell {
      width: 50%;
  }
  
  .ncr-collect-carousel-content img {
      width: 25vw;
  }
  
  .ncr-collect-carousel-content h3 {
      font-size: 6vw;
  }
  
  .ncr-collect-carousel-content h4 {
      font-size: 4vw;
  }
  
  section.ncr-collect h2 {
      margin-top: 10vw;
      margin-bottom: 5vw;
  }

  /** HOW **/

  section.ncr-how {
      padding: 50px 0;
  }
  
  section.ncr-how .container {
      max-width: 100%;
      padding: 0 10px;
      text-align: center;
  }
  
  .ncr-how-content {
      margin-bottom: 5vw;
  }
  
  .ncr-how-points h3 {
      font-size: 3vw;
  }
  
  .ncr-how-points h4 {
      font-size: 8vw;
  }
  
  .ncr-how-points p {
      font-size: 14px;
  }
  
  .ncr-how-points p br {}
  
  .ncr-how-points-no {
      justify-content: center;
  }
  
  .ncr-how-points {
      padding-top: 4vw;
      padding-bottom: 4vw;
      margin-bottom: 4vw;
  }
  
  section.ncr-how .container img {
      width: 40vw;
      bottom: -5vw;
  }


.nc-customer-status {
  font-size: 14px;
}


  .faq-answer-content {
        font-size: 14px;
  }

  /** REDEEM **/

  section.ncr-redeem {
      padding: 25px 0 75px;
  }
  
  .ntc-redeem-cell img {
      width: 100%;
  }
  
  .ntc-redeem-carousel .carousel-cell {
      width: 50%;
  }
  
  section.ncr-redeem .container {
      max-width: 100%;
      padding: 0;
  }

  .ntc-redeem-carousel .flickity-button svg {
      width: 3vw;
      height: 3vw;
  }

  .ntc-redeem-carousel .flickity-page-dots {
      bottom: -35px;
  }
  
  /** NEWSLETTER **/

  .ncr-newsletter-content {
      padding: 50px 0 150px;
  }
  
  section.ncr-newsletter h2 {
      font-size: 6vw;
  }
  
  section.ncr-newsletter p {
      font-size: 14px;
  }
  
  section.ncr-newsletter {
      margin-bottom: -150px;
  }


  .ntc-instagram-feed {
    margin: 0 auto 100px;
    padding: 0px 20px;
  
}



  
}

/** 
===================
TABLET VIEWPORT 
===================
**/

@media only screen and (min-width: 769px)  and (max-width: 1024px) {

    section.ncr-benefits > img {
        width: 15vw;
        right: 0;
        left: 5vw;
    }

    .ncr-benefits-box ul li p {
        width: 90%;
    }

    .ncr-benefits-box ul li {
        align-items: flex-start;
    }

    section.ncr-collect .container {
        max-width: 95%;
    }

    .flickity-prev-next-button.previous {
        left: -1.5vw;
    }

    .flickity-prev-next-button.next {
        right: -1.5vw;
    }

    section.ncr-how .container {
        max-width: 95%;
    }

    section.ncr-how h2 {
        text-align: left;
    }

    .ncr-how-content p, .ncr-how-content ol li {
        font-size: 1.5vw;
    }

    .ntc-redeem-cell img {
        width: 100%;
    }

    .ncr-newsletter-content {
        padding: 10vw 2.5vw 20vw;
    }

    div#shopify-section-naturecity-footer {
        margin-top: -15vw;
    }


  
}