.ge-free-shipping-container {
  display: none;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 649px) { 
  .small-hide { 
    display: none;
  }
}

@media screen and (min-width: 650px) { 
  .large-hide { 
    display: none;
  }
}


/* header */
.site-control { 
  @media screen and (min-width: 650px) {
    .nav-search.large-hide { 
      display: none !important;
    }
    
    .inline-search {
      width: fit-content !important;
      margin: unset !important;
    }

    .inline-mini-form { 
      margin: 0 !important;
    }

    input { 
      font-size: 16px !important;
      color: rgba(0, 24, 2, 0.4) !important;
    }

    svg { 
      height: 16px !important;
      width: 16px !important;
      vertical-align: middle !important;
      padding-top: 2px !important;

      g { 
        stroke-width: 3;
      }
    }

    .inline-mini-form.inline-mini-form--arrow { 
      width: 300px !important;
    }

    .inline-mini-form.inline-mini-form--arrow::after { 
      height: 1px !important;
    }

  }

  @media screen and (max-width: 649px) { 
    .cart.cart-icon { 

      .text-link { 
        display: block !important;
      }

      & > div { 
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
  
}


/* image with text overlay */
.section-image-with-text-overlay { 
    
    .overlay-type .line-2 { 
        max-width: 40em;
    }

    .subheader { 
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .subheader-with-icon { 
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .subheader-with-icon > svg { 
        width: 8rem;
        height: auto;
        flex-shrink: 0;
    }

    .featured-review { 
        max-width: 40em;

        p { 
        font-size: 14px;
        text-align: justify;
        }
    }

    .subheader-link { 
      position: relative;
      z-index: 3;
    }


    @media screen and (max-width: 649px) { 

      .inner > div { 
        vertical-align: bottom !important;
      }

      .subheader { 
        text-align: center;
      }

      .subheader-with-icon { 
        flex-wrap: wrap; 
        gap: .5rem;
        justify-content: center;
      }

      .subheader-with-icon > svg { 
        width: 5rem; 
        font-size: 12px;  
      }

      h2.line-1 { 
        text-align: center !important;
        font-size: 20px;
      }

      h2.line-1 br { 
        display: unset !important;
      }

      .rte.line-2 { 
        text-align: center;
        font-size: 16px;
        margin-top: 1rem !important;
      }

      div.line-3 { 
        display: flex; 
        justify-content: center;
      }

      div.line-3 .button { 
        font-size: 18px !important;
      }

      .featured-review { 
        display: none;
      }
    }

}


/* Gallery */
.overlay-white-bg { 

  @media screen and (max-width: 649px) { 

    .overlay-type.overlay { 
      position: relative;
      height: 100%; 
    } 

    .overlay-type.overlay:after { 
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgb(255, 255, 255, .4);
      height: 100%;
      width: 100%;
    }

    .inner { 
      z-index: 2;
    }
  }

}

/* section shop the collection */
.section-shop-the-collection { 
  
  .product-block__caption { 
    position: relative;

    a.link { 
      background-color: #DEF453 !important;
      text-decoration: none !important;
      padding: 0.2rem .8rem;
    }

    a.link > span { 
      border-bottom: unset !important;
    }
  }
}



/* text columns with images */
.section-text-columns-with-images { 

  .wide-container .button-row { 
    display: flex;
    justify-content: center;
  }
  
}


/* section testimonials */
.section-testimonials { 

  .homepage-testimonial { 
    .swiper { 
      height: 100% !important;
    }
    
    .swiper-wrapper { 
      display: flex !important;
      align-items: stretch !important;
    }

    .swiper-slide { 
      height: auto !important;
    }

    .cc-testimonial { 
      flex-direction: column;
      background: #fff !important;
    }

    .cc-testimonial__image-wrapper > div { 
      transform: unset !important;
      top: 0 !important;
    }

    .cc-testimonial__column { 
      padding-top: 35px !important;
      width: 100% !important;
    }

    .cc-testimonial__column:last-of-type { 
      padding-top: 0 !important;
      padding-bottom: 35px !important;
    }

    .rimage-wrapper  { 
      padding-top: 0 !important;
    }

    .rimage__image { 
      position: unset !important;
      width: 100% !important;
    }

    .cc-testimonial__star-rating { 
      display: flex;
      justify-content: center;
      margin-bottom: 1rem !important;

      svg { 
        fill: #EFCB2E !important;
      }
    }

    .name-container { 
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: .5rem;

      h2.name { 
        margin-bottom: 0 !important;
        color: #001802;
        font-weight: 700;
        line-height: normal;
        margin-bottom: .5rem;
        font-size: 18px !important;
      }

      .name-badge { 
        display: flex;
        align-items: center;
        background-color: rgb(0, 0, 0, .1);
        color: #777171;
        padding: .4rem .8rem;
        border-radius: 2rem;
        font-size: 12px;
        line-height: normal;
      }
    }

    h3.title  { 
      font-size: 18px !important;
      font-weight: 500 !important;
      color: #000 !important;
    }
    
    div.rte { 
      margin-top: .3rem !important;
      color: #000 !important;
    }
    
    div.rte,
    div.rte p { 
      color: #000 !important;
      font-size: 18px !important;
      text-align: center !important;
    }

    @media screen and (min-width: 750px) {
      & > div[data-section-type="testimonials"] { 
        margin-bottom: 45px !important;
      }
    }

    @media screen and (max-width: 749px) {
      .swiper { 
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .cc-testimonial__column  { 
        padding-top: 0 !important;
      }

      .cc-testimonial__column:last-of-type { 
        padding: 0 1.5rem 1.5rem 1.5rem !important;
      }
      
      .cc-testimonial__image-with-caption { 
        margin-top: 0 !important;
      }
    }
  }
}

/* main product */
.product-area { 

  .product-detail__form__description { 
    margin-top: 1rem;
    
    ul { 
      padding-left: 2.2rem;
    }
  }

  .product-detail__form__action { 

    .button[type="submit"] { 
      background-color: #DEF453;
      border-color: #DEF453 !important;
      color: #001802 !important;
      font-size: 20px !important;
      font-weight: 800;
      letter-spacing: normal;
      font-family: 'Inter' !important;
    }
  }

  .availability-container { 
    margin: 1rem 0;

    & > div { 
      display: flex;
      align-items: center;
    }

    img { 
      height: 1.2rem;
      width: 1.2rem;
      margin-right: .5rem;
    }
  }

  .short-description { 

    p { 
      margin-bottom: 0;
    }
  }

  .cc-tabs__tab__panel { 
    ul { 
      padding-left: 2.2rem !important;
    }
  }

  .product-area__media { 
    
    .primary__image { 
      position: relative;

      svg { 
        display: none;
      }

      &:hover svg{
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        z-index: 2;
        width: 3rem;
        height: 3rem;
        -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
      }
    }
  }

  .featured-review-wrapper { 
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

    .featured-review-avatar { 
      flex-shrink: 0;
    }

    .stamped-review-avatar-content { 
      border-radius: 50%;
      background-color: #DEF453;
    }

    .featured-review-card { 
      display: flex;
      gap: 1rem;
      background-color: rgb(0, 0, 0, .02);
      padding: 2rem;
      border-radius: .2rem;
      cursor: grab;
    }

    .featured-review-author {
      display: flex;
      align-items: center;
      gap: 1rem;
      text-align: left;
      font-weight: 700;
      font-size: 18px !important;
      text-transform: capitalize;

      .stamped-fa:before { 
        font-size: 22px !important;
      }
    }

    .stamped-review-content-body { 
      font-weight: 300 !important;
    }

    .stamped-review-header-title { 
      margin-top: .4rem;
      margin-bottom: .4rem;
      text-transform: capitalize;
    }

    .stamped-review-header-title,
    .stamped-review-content-body { 
      font-style: italic;
      font-size: 16px !important;
    }

    .stamped-review-footer { 
      display: none;
    }

    @media screen and (max-width: 749px) { 
      .featured-review-card {
        padding: 1rem;
      }
    }
  }
  
}

/* kaching app */
.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container { 
  margin-top: 1.4rem !important;
}
.kaching-bundles .kaching-bundles__swatch-buttons { 
  flex-wrap: wrap !important;
  border: 1px solid var(--kaching-swatch-border-color, #c2cdd6);
  padding: 0.5rem !important;
}
.kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--simple { 
  top: -1.3rem !important;
}
.kaching-bundles__bar-most-popular__content { 
  padding: .8rem 1rem !important;
  border-radius: .5rem !important;
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:before, 
.kaching-bundles .kaching-bundles__bar-most-popular__content:after { 
  display: none !important;
}
.kaching-bundles .kaching-bundles__bar-first-line,
.kaching-bundles .kaching-bundles__bar-price { 
  margin-bottom: .5rem !important;
}
.kaching-bundles .kaching-bundles__bar-label { 
  display: none !important;
}
.kaching-bundles .kaching-bundles__bar-title,
.kaching-bundles .kaching-bundles__bar-subtitle,
.kaching-bundles .kaching-bundles__bar-price { 
  font-size: 18px !important;
}
.kaching-bundles .kaching-bundles__bar-full-price,
.kaching-bundles .kaching-bundles__bar-variant-number,
.kaching-bundles .kaching-bundles__bar-variant-names { 
  font-size: 16px !important;
}
.kaching-bundles .kaching-bundles__bar-variant-names { 
  margin-top: 1rem !important;
}
.kaching-bundles .kaching-bundles__bar-variant-number { 
  color: var(--bar-subtitle-color, #555) !important;
}  
.kaching-bundles .kaching-bundles__bar-variant-number::before { 
  content: 'Polo' !important;
  margin-right: .5rem !important;
}
.kaching-bundles .kaching-bundles__bar-variant__content { 
  flex-direction: column !important;
  gap: 1rem !important;
  align-items: flex-start !important;
  margin-top: 1rem !important;
}
.kaching-bundles .kaching-bundles__swatch-buttons__button { 
  padding: .2rem !important;
}
.kaching-bundles .kaching-bundles__swatch-buttons__button,
.kaching-bundles .kaching-bundles__swatch-buttons__button.kaching-bundles__swatch-buttons__button--selected { 
  border: unset !important;
}
.kaching-bundles .kaching-bundles__swatch-buttons__button.kaching-bundles__swatch-buttons__button--selected .kaching-bundles__swatch { 
  border: 1px solid rgb(0, 0, 0, 1) !important;
}



/* cart drawer */
.upcart-cart {
  .upcart-recommendation-module { 
  
    .upcart-upsells-title { 
      font-size: 24px !important;
      margin-bottom: 1rem !important;
    }

    .upcart-upsell-item-title { 
      text-align: left !important;
    }
  }
}