.desktop {
  display: block;
}
.page_overflow{
  overflow:inherit!important;
}
.mobile {
  display: none !important;
}

.page-wide-container {
  max-width: 1300px;
  margin: 0 auto;
}

.video-section {
  padding-bottom: 120px;
}

.video-section__btn {
  top: 42%;
  left: 48%;
}

.video-section__placeholder {
  height: 607px;
  background-size: 1300px 607px !important;
}

.video-section__iframe {
  width: 1300px;
  height: 607px;
}

.banner {
  height: 622px;
  margin: -25px 0px 90px 0px;
  position: relative;
  background-size: cover;
  background-position-x: center;
  padding: 80px 0px 0px 200px;
  display: flex;
  justify-content: flex-start;
}

.banner-text-block {
  width: 70%;
}

.banner-heading,
.banner-second-heading{
  color: #000;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: -0.03em;
  width: 80%;
  font_display: 'swap'; 
}

.banner-subheading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #000;
  text-transform: none;
  width: 45%;
  font_display: 'swap'; 
}

.banner-buttons {
  margin-top: 40px;
  display: flex;
}

.banner-btn {
  background-color: #0098CB;
  border-radius: 25px;
  padding: 10px 25px;
  margin-right: 20px;
  letter-spacing: 0.5px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  font_display: 'swap'; 
}

.banner-btn a {
  padding: 0;
  color: #ffffff;
}

.banner-btn span {
  font-size: 18px;
}

.benefits-section .page-wide-container {
  display: grid;
  grid-gap: 70px;
  margin: 0px auto 110px;  
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
@media screen and (max-width: 1024px) {
  .benefits-section .page-wide-container {
    grid-gap: 50px 30px;
  }
}

@media screen and (max-width: 640px) {
  .benefits-section .page-wide-container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
.benefit-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0px 15px;
}

.benefit-block h3 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000;
  font_display: 'swap'; 
}

.benefit-text p {
  color: #000;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  font_display: 'swap'; 
  }

.benefit-image {
  margin-bottom: 20px;
}

.benefits-big-image {
  padding: 450px 0px 50px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-bar {
  padding-bottom: 110px !important; 
  margin-bottom: 0px !important;
}

.logo-bar__item {
  margin: 0px 45px 35px !important;
}

.logo-bar__item img {
  margin-bottom: 15px;
}

.logos-text p, .logo-bar__item p {
  color: #000;
}

.logo-bar__item p {
  font-weight: bold;
}

.benefits-table {
  margin-bottom: 120px;
}

.benefits-table-text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.benefits-table-text p, 
.benefits-table-text-block p, 
.benefits-table-marks-block p {
  color: #000;
}

.benefits-table-text-block p {
  position: relative;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  font_display: 'swap';
}

.benefits-table-text-block p, 
.benefits-table-marks-block p {
  font-weight: bold;
}

.benefits-table-marks-block p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  font_display: 'swap'; 
}

.benefits-table-container {
  display: flex;
  justify-content: center;
}

.benefits-table-text-block {
  margin-top: 90px;
}

.benefits-table-question {
  margin-left: 5px;
  background-color: lightgray;
  padding: 0px 8px;
  border-radius: 15px;
  cursor: pointer;
}

.benefits-table-answer {
  position: absolute;
  margin-top: 5px;
  background: linear-gradient(180deg, #DEF2F7 0%, #F8FEFF 100%);
  padding: 10px;
  border: 2px #0097ff solid;
  border-radius: 10px;
  font-weight: normal;
  font-size: 12px;
  max-width: 340px;
  transition: all .3s ease-in;
  z-index: -1;
  opacity: 0;
  display: block;

}

.benefits-table-question:hover + .benefits-table-answer {
  opacity: 1;
  z-index: 2;
  transition: all .3s ease-in;
}

.benefits-table-marks-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding: 20px 40px 0px 40px;
  margin-left: 30px;
  background: linear-gradient(180deg, #DEF2F7 0%, #F8FEFF 100%);
  border-radius: 10px;
}

.benefits-table-marks-block img {
  margin-bottom: 22px;
}

#shopify-section-1563309687128 .banner {
  height: 724px;
  padding: 220px 0px 0px 410px;
  background-position-x: 0px;
}

#shopify-section-1563309687128 .banner-heading {
  width: 100%;
  margin: 0;
}

#shopify-section-1563309687128 .banner-second-heading {
  width: 75%;
}

#shopify-section-1563309687128 .banner-heading,
#shopify-section-1563309687128 .banner-second-heading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: -0.03em;
  font_display: 'swap'; 
}

#shopify-section-1563309687128 .banner-subheading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: -0.02em;
  width: 80%;
  font_display: 'swap'; 
}

#shopify-section-1563309687128 .banner-text-block {
  width: 63%;
}

.logos-text {
  padding-bottom: 50px;
}

.logos-text p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em; 
  font_display: 'swap'; 
}

.logo-bar__item p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.02em;
}

.benefits-table-text p {
  color: #000;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em;
}

.news {
  padding: 120px 0px 70px 0px !important;
}

.text-with-hide {
  height: 155px;
  overflow: hidden;
  padding: 0px 15px;
  margin-bottom: 60px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em;
  font_display: 'swap';
}

.text-with-hide p {
  color: #000;
}

.twh-visible {
  margin-bottom: 20px
}

#twh-reveal {
  text-decoration: underline;
  cursor: pointer;
}

.toggle-reveal {
  height: auto !important;
}

.twh-disable {
  display: none;
}


input[name="h_o_n_e_y_p_o_t"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.site-header__icons-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 45px;
}

/*media*/

@media screen and (max-width: 1450px){
  #shopify-section-1563309687128 .banner {
    background-position-x: -120px;
  }
  
}
@media screen and (max-width: 1280px){
  .banner {
    padding: 80px 0px 0px 90px;
  }
  
  .banner-subheading {
    width: 40%;
  }
  
  #shopify-section-1563309687128 .banner {
    padding: 130px 10px 0px 560px;
    background-position-x: unset;
  }
  
  #shopify-section-1563309687128 .banner-heading,
  #shopify-section-1563309687128 .banner-second-heading,
  #shopify-section-1563309687128 .banner-subheading {
    width: 100%;
  }
}

@media screen and (max-width: 1024px){
  
  .banner-text-block {
    width: 100%;
  }
  
  .banner-heading, .banner-second-heading {
    font-size: 50px;
    line-height: 55px;
  }
  
  .banner-subheading {
    width: 50%;
  }
  
  .video-section__iframe {
    width: 1024px;
  }
  
  .video-section__btn {
    top: 52%;
    left: 50%;
  }
  
  #shopify-section-1563309687128 .banner {
    background-position-x: -10px;
    padding: 340px 10px 0px 10px !important;
    text-align: center;
    justify-content: center !important;
  }
  
  #shopify-section-1563309687128 .banner-text-block {
    width: 65%;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  #shopify-section-1563309687128 .banner-heading,
  #shopify-section-1563309687128 .banner-second-heading { 
    color: #0E3059;
  }
  
  #shopify-section-1563309687128 .banner-buttons {
    justify-content: space-around;
  }
  
  #shopify-section-1563309687128 .banner-btn {
    margin-right: 0px;
  }
  
  .logo-bar__item {
    margin: 0px 20px 35px !important;
  }
  
  .text-with-hide {
    height: 195px;
  }
}

@media screen and (max-width: 768px){

  .banner-heading, .banner-second-heading {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 0px;
    width: 100%;
  }
  
  .banner-subheading {
    width: 90%;
  }
  
  .banner-buttons {
    margin-top: 30px;
  }
  
  .video-section {
    padding-bottom: 0 !important;
  }
  
  .video-section__iframe {
    width: 768px;
    height: 435px;
  }
  
  .video-section__placeholder {
    height: 435px;
  }
  
  .video-section__video {
    height: 435px !important;
  }
  
  .video-section__btn {
    top: 40%;
    left: 44%;
  }
  
  #shopify-section-1563309687128 .banner {
    background-position-x: -90px;
  }
  
  .benefits-big-image {
    padding: 250px 0px 50px 0px !important;
  }
  
  .logo-bar__item {
    margin: 0px 45px 35px !important;
  }
  
  .benefits-table-container {
    padding: 0px 20px;
  }
  
  .benefits-table-marks-block img {
    margin-bottom: 55px;
  }
  
  .text-with-hide {
    height: 225px;
  }
  .site-header__icons-wrapper {
    padding-right: 0;
  }
  
}

@media screen and (max-width: 414px){
  body {
    background: #F4FEFF !important;
  }
  
  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }
  
  .banner {
    padding: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -25px 0px 15px 0px;
    background-position-x: unset;
  }
  
  .banner-text-block {
    width: 100%;
    margin-left: 15px;
  }
  
  .banner-heading {
    padding: 60px 0px 0px 0px;
    margin-bottom: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.03em;
    font_display: 'swap';
  }
  
  .banner-subheading {
    width: 75%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.05em;
    font_display: 'swap';
  }

  .banner-buttons {
    margin-top: 40px;
  }

  .benefits-section .page-wide-container {
    grid-template-columns: 1fr;
    margin: 0px 30px 80px 30px;
  }
  
  .benefits-big-image {
    padding: 150px 0px 0px 0px !important;
    background-position-x: center;
  }
  
  .benefit-block {
    padding: 0;
  }
  
  .video-section__btn {
    top: 52%;
    left: 50%;
  }
  
  .video-section__video {
    width: 414px !important;
    height: 257px !important;
  }
  
  .video-section__iframe {
    width: 460px;
    height: 257px;
  }

  .video-section__placeholder {
    height: 257px;
    background-size: 460px 257px !important;
  }
  
  #shopify-section-1563305393407 .benefits-section .page-wide-container {
    grid-template-columns: 1fr 1fr; 
    grid-gap: 50px;
  }
  
  #shopify-section-1563465688019 .banner {
    height: 600px;
    background-repeat: no-repeat;
    margin: -25px 0px 60px 0px;
  }
  
  #shopify-section-1563465688019 .banner-text-block {
    margin-left: 0;
  }
  
  #shopify-section-1563465688019 .banner-heading {
    padding-top: 270px;
  }

  #shopify-section-1563465688019 .banner-heading,
  #shopify-section-1563465688019 .banner-second-heading {
    width: 100%;
    margin: 0;
    color: #0E3059;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.02em;
    font_display: 'swap';
  }

  #shopify-section-1563465688019 .banner-subheading {
    width: 85%;
    margin: 10px auto 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.01em;
    font_display: 'swap';
  }
  
  #shopify-section-1563465688019 .banner-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
  }
  
  #shopify-section-1563465688019 .banner-btn {
    margin-right: 0;
  }
  
  .benefits-table {
    margin-bottom: 40px;
  }
  
  .benefits-table-text {
    padding-bottom: 50px;
    width: 95%;
  }
  
  .logos-text {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  .logo-bar {
    padding-bottom: 0px !important;
  }
  
  .logo-bar__item {
    margin: 0px 15px 50px !important;
  }
  
  .slick-initialized .slick-slide {
    margin: 0px 15px;
  }
  
  .benefits-table-text-block {
    margin-top: 80px;
  }
  
  .benefits-table-text-block p {
    font-size: 14px;
  }
  
  .benefits-table-marks-block img {
    margin-bottom: 54px;
  }
  
  .benefits-table-slider .slick-dots {
    width: 100% !important; 
  }
  
  .benefits-table-slider .slick-track {
    margin-bottom: 15px;
  }
  
  .benefits-table-slider .slick-dots li {
    width: 40% !important;
  }
  
  .benefits-table-slider .slick-dots li button {
    width: 100% !important;
  }
  
  .benefits-table-slider .slick-dots li button::before {
    border-radius: 10px !important;
    width: 100% !important;;
    height: 5px !important;
  }
  
  .slick-slider .slick-dots li button::before {
    color: rgb(176, 197, 208);
  }
  
  .slick-slider .slick-dots li.slick-active button::before {
    color: rgba(36, 145, 201, 1);
  }
  
  .news {
    padding: 120px 0px 30px 0px !important;
  }
  
  .text-with-hide {
    height: 400px;
  }
  
  .twh-visible,
  .twh-hidden { 
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  
  .twh-visible p,
  #twh-reveal,
  .twh-hidden p {
    margin-bottom: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #000;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.02em;
    font_display: 'swap';
  }
}

@media screen and (max-width: 375px){
  
  .banner-heading {
    padding: 20px 0px 0px 0px;
  }
  
  .banner-subheading {
    font-size: 23px;
  }
  
  .banner-btn {
    padding: 10px 20px;
  }
  
  .video-section__video {
    width: 375px !important;
    height: 210px !important;
  }

  .video-section__iframe {
    width: 375px !important;
    height: 210px;
  }
  
  .video-section__placeholder {
    height: 210px;
  }
  
  .benefits-big-image {
    padding: 130px 0px 50px 0px !important;
  }
  
  .benefits-table-text-block p {
    font-size: 12px;
    line-height: 18px;
  }
  
  .benefits-table-marks-block {
    margin-left: 0;
  }
  
  .benefits-table-marks-block img {
    margin-bottom: 38px;
  }
    
  .logo-bar__item img {
    height: 150px;
  }
  
  #shopify-section-1563465688019 .banner-heading {
    padding-top: 200px;
  }
  
  .text-with-hide {
    height: 430px;
  }
}
.product-single__photo-wrapper .product_video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.product-single__thumbnail {
  position: relative;
}
.product-single__thumbnails-item.hidden {
  display: none;
}
.product-single__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  fill: #ffffff;
}
@media screen and (max-width: 1100px) and (min-width: 750px) {
  body[class^='template-product'] .thumbnails-wrapper li.grid__item.medium-up--one-quarter {
    width: 25%;
  }
}
@media screen and (max-width: 749px) {
  body[class^='template-product'] .thumbnails-wrapper li.grid__item.medium-up--one-quarter {
    width: 72px;
  }
}
#scrollToTop {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 60px;
  height: 60px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  transition: transform 0.3s ease-in-out;
}
#scrollToTop:hover {  
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .site-header__btn {
    max-width: unset;
  }
  .site-header__btn a {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
  }
  .site-header__icons .btn--link {
    display: flex;
    align-items: center;
  }
  .site-header__logo {
    padding-left: 0;
    padding-right: 15px;
  }
}
.shopify-section--demo-links .order-section--box  {
  background-image: none;
  padding: 20px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.shopify-section--demo-links .order-section--box .row {
  justify-content: space-evenly;
}
.shopify-section--demo-links .order-section--box .row > div {
  justify-content: center;
}
.product-form__item.product-form__item--checkout button {
  padding-right: 15px;
  padding-left: 15px;
}

.RelatedProducts-wrapper {
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .RelatedProducts-wrapper {
    padding-bottom: 0px;
  }
}
.RelatedProducts-wrapper header {
  padding: 30px 0 20px;
}
.RelatedProducts-wrapper header h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.RelatedProducts-wrapper content {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 10px;
}
.ReccomendedProductThumbnail {
  display: flex;
  background-color: #F4FEFF;
  position: relative;
  column-gap: 15px;
}
.ReccomendedProductThumbnail a {
  display: block;
}
.ReccomendedProductThumbnail-image {
  width: 30%;
  display: flex;
  align-items: center;
  min-width: 120px;
}
.ReccomendedProductThumbnail-image img {
  mix-blend-mode: darken;
}
.ReccomendedProductThumbnail-caption {
  width: 70%;
  padding: 20px 10px 10px 0;
}
.ReccomendedProductThumbnail-price {
  position: absolute;
  top: 20px;
  line-height: 1;
  right: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #3d4246;
}
.ReccomendedProductThumbnail-caption a {
  padding-right: 70px;
}
.ReccomendedProductThumbnail-caption h4 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .product-form__item--checkout {
    width: 100%;
    margin: 7px 0 13px;
  }  
  .ReccomendedProductThumbnail-caption h4 {
    font-size: 20px;
  }
  .ReccomendedProductThumbnail-price {
    font-size: 20px;
  }
  .ReccomendedProductThumbnail {
    column-gap: 5px;
  }
}

/* banner.liquid style fixes */
.section-banner .banner {
  height: unset;
  padding: 0 !important;
  background-size: cover;
  background-position: center center;
}
.section-banner .banner .banner-text-block {
  width: 100%;
}
.section-banner .banner .banner-text-block .banner-heading {
  padding-top: 0;
}
.section-banner .banner .banner-text-block .banner-subheading {
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .section-banner .banner .banner-text-block {
    padding: 80px 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .section-banner .banner .banner-text-block {
    padding: 80px 90px;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  .section-banner .banner .banner-text-block {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 550px) {
  .section-banner .banner .banner-text-block {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 414px) {
  .section-banner .banner .banner-text-block {
    margin-left: 0;
  }
  .section-banner .banner-subheading {
    width: 100%;
  }
}
.section-banner .banner .banner-btn:last-child {
  margin-right: 0;
}

/* cart-template.liquid fixes */
@media screen and (min-width: 750px) {
  .cart__price-wrapper .btn-theme_cart-remove {
    display: none;
  }
}
.cart__price-wrapper .btn-theme_cart-remove {
  margin-top: 10px;
}
.cart__footer {
  display: flex;
  padding-top: 0;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cart__footer {
    flex-direction: column;
  }
}
.cart__footer > .CartControls {
  margin-left: 0;
}
.cart__footer .CartControls {
  flex-shrink: 0;
  padding-top: 45px;
}
@media screen and (max-width: 1000px) {
  .cart__footer .CartControls {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .cart__footer .CartControls {
    padding-top: 25px;
  }
}
.AmazonIconContainer {
  flex-grow: 1;
  display: flex;
  padding-right: 10%;
  column-gap: 15px;
}
@media screen and (max-width: 1300px) {
  .AmazonIconContainer {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1001px) {
  .AmazonIconContainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .AmazonIconContainer {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .AmazonIconContainer {
    flex-direction: column;
  }
}
.AmazonContainer-secondary_icons {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.AmazonIcon--wrapper {
  width: calc((100% - 20px) / 3);
}
.AmazonIcon--wrapper img {
  vertical-align: bottom;
}
.AmazonContainer--main_icon {
  flex-basis: 35%;
  display: flex;
  align-items: center;
  justify-content: center;  
}

@media screen and (max-width: 1100px) and (min-width: 1001px) {
  .AmazonContainer--main_icon {
    justify-content: flex-start;
  }
  .AmazonContainer--main_icon img {
    max-height: 85px;
  }
}
@media screen and (max-width: 550px) {
  .AmazonContainer--main_icon {    
    justify-content: flex-start;
    width: calc((100% - 20px) / 3);
  }
}
.AmazonContainer-secondary_icons {
  flex-basis: 65%;
  row-gap: 10px;
}
@media screen and (max-width: 1000px) {
  .AmazonContainer--main_icon {
    flex-basis: 30%;
  }
  .AmazonContainer-secondary_icons {
    flex-basis: 70%;
  }
}
.AmazonIcon--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AmazonIcon--wrapper:nth-child(-n+3) {
  align-self: end;
}
.AmazonIcon--wrapper:nth-child(n+4) {
  align-self: start;
}





/* collection  fix */
#Collection > .list-view-items {
  padding: 0 20px;
}
#Collection > .list-view-items > a.list-view-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Collection > .list-view-items .list-view-item__title-column {
  flex-grow: 1;
  padding-right: 15px;
}
#Collection > .list-view-items .list-view-item__image-wrapper {
  margin-right: 0;
}
.list-view-item__price-column .product-price__price {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  #Collection > .list-view-items .list-view-item__image-column {
    padding-right: 35px;
  }
}
@media screen and (max-width: 749px) {
  #Collection > .list-view-items .list-view-item__image-column {
    padding-right: 15px;
    flex-shrink: 0;
  }
  #Collection > .list-view-items .list-view-item__price-column {
    width: unset;
  } 
}
@media screen and (max-width: 450px) {
  .list-view-item__price-column .product-price__price {
    font-size: 1.7em;
  } 
}

/*----------------------------------*/
/* page-services-main.liquid styles */
/*----------------------------------*/
  .section--services:not(:last-child) {
    padding-bottom: 20px;
  }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    .section--services:not(:last-child) {
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 768px) {
    .section--services:not(:last-child) {
      padding-bottom: 20px;
    }
  }
  .section--services:last-child {
    padding-bottom: 70px;
  }
  .section--services :is(.section-inner, .section-header, .services_filter) {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  h3.section-header {
    text-align: center;
  }
  .section--services .section-inner {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  [data-layout="3"] .ServiceBlock {
    flex-basis: calc((100% - 40px) / 3);
  }
  [data-layout="4"] .ServiceBlock {
    flex-basis: calc((100% - 60px) / 4);
  }
  @media screen and (max-width: 1024px) {
    .section--services .section-inner[data-layout="4"] {
      column-gap: 30px;
      row-gap: 30px;
    }
    [data-layout="4"] .ServiceBlock {
      flex-basis: calc((100% - 30px) / 2);
    }
  }
  @media screen and (max-width: 768px) {
    .section--services .section-inner[data-layout="4"] {
      column-gap: 20px;
      row-gap: 20px;
    }
    :is([data-layout="3"], [data-layout="4"]) .ServiceBlock {
      flex-basis: calc(50% - 10px);
    }
    .section--services .section-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .section--services .ServiceBlock {
    padding: 20px 20px 30px;
    border: 1px solid #edeeeb;
    border-radius: 6px;
    transition: box-shadow 0.35s ease-out;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  .section--services .ServiceBlock:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 4px;
  }
  .ServiceBlock--logo {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .ServiceBlock--logo img {
    max-width: 60%;
  }
  .ServiceBlock--heading {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    user-select: none;
    font_display: 'swap';
  }
  .ServiceBlock--content {
    margin-bottom: 20px;
  }
  .ServiceBlock--link {
    text-decoration: underline;
    margin-top: auto;
    display: block;
    font-size: 18px;
  }
  @media screen and (max-width: 768px) {
    .ServiceBlock--heading {
      font-size: 22px;
      margin-top: 15px;
    }
    .ServiceBlock--link {
      font-size: 16px;
    }
    .ServiceBlock--logo img {
      max-width: 80%;
    }
  }
  @media screen and (max-width: 550px) {
    .ServiceBlock--logo {
      height: auto;
    }
    .ServiceBlock--logo img {
      max-width: 100%;
    }
    .ServiceBlock--heading {
      font-size: 18px;
      line-height: 1.1;
    }
    .section--services .ServiceBlock {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  .ServicePage--main-section .services_filter {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }  
  .ServicePage--main-section .services_filter-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .services_filter-search_container .filter_label,
  .services_filter-container .filter_label {
    color:#000000;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .services_filter-search_container input {
    width: 100%;
    padding: 14px 18px;
    border-color: #3d4133;
  }
  .services_filter-search_container input::placeholder {
    color:#c2c5bc;
  }
  .services_filter-container > * {
    flex: 1 1 30%;
  }
  .services_filter-container select {    
    padding: 14px 18px;
    border-color: #3d4133;
    width: 100%;
    min-width: 300px;
    -webkit-tap-highlight-color: transparent;
  }

 
.product-single__thumbnails.grid--uniform .medium-up--one-quarter:nth-child(4n+1) {
  clear: none;
}

.grecaptcha-badge {visibility: hidden;
}





















































