/** Shopify CDN: Minification failed

Line 286:18 Unexpected "{"
Line 286:27 Expected ":"
Line 287:18 Unexpected "{"
Line 287:27 Expected ":"
Line 288:18 Unexpected "{"
Line 288:27 Expected ":"

**/
/* header custom css */
/* mobile logo width */
@media (max-width: 768px) {
  .header__heading-logo {
    max-width: 60px;
  }

  .header {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  /* header icon */
  .header .header__icon .icon{
    width: 20px;
    height: 20px;
  }
  .header__icon--cart .icon{
    width: 40px !important;
    height: 40px !important;
  }

  /* hides product photos thumbnail buttons */
  
  .slider-buttons {
    display: none !important;
  }
  #shopify-section-template--18854861078693__slideshow_nkaFBt .slider-buttons {
    display: flex !important;
  }
}

/* product page */
.product .product__title h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}
.product .product__title {
  margin-bottom: 0;
}
.product .product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product .product__description {
  font-size: 14px;
}

.product .desktop {
  display: block;
  width: 100%;
}
.product .mobile {
  display: none;
  width: 100%;
}

.product .metafield-rich_text_field p {
  margin: 0;
}

/* quantity */
.quantity {
  min-height: 45px;
}

.quantity__button{
  background-color: #121212 !important;
}
.quantity__button .svg-wrapper svg{
  stroke: #fff;
}


/* product page description, usp, specification */
ul.usp-info,
ul.spec-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.usp-info li,
ul.spec-info li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

ul.spec-info li {
  align-items: unset;
}
.usp-info .usp-details,
.spec-key,
.spec-value {
  font-size: 16px;
  margin: 10px 0;
}

ul.spec-info li {
  margin-bottom: 15px;
}

.spec-key {
  min-width: 200px;
  color: #858585;
  line-height: 16px;
}
.spec-value {
  color: #000;
  line-height: 20px;
}
.usp-svg-wrapper {
  display: flex;
  align-items: center;
}

/* collection card */

.collection-list .card__inner {
  background-color: unset;
}
.collection-list .card__content {
  text-align: center;
}

.product .mobile span.get-offer {
  display: inline-block;
  font-size: 11px;
  border-radius: 35px;
  padding: 5px 12px;
  border: 0.5px solid #38b6ff;
  background: #eaf7ff;
  color: #38b6ff;
  margin: 10px 0;
}
.accordion .svg-wrapper {
  display: none;
}

div.description img {
  width: 100%;
  margin-bottom: -10px;
  
  max-width: 100%;
  height: auto;
  display: block;
  touch-action: manipulation;
  pointer-events: auto;
}

.description {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* banner image */
.banner__media.banner_desktop {
  display: block;
}
.banner__media.banner_mobile {
  display: none;
}

.quick-add-modal[open] {
    z-index: 9999 !important;
}

/* cart-drawer */
cart-drawer a.cart_button{
  width: 100%;
  margin-bottom: 10px;
}

/* blog section */
.article-card__excerpt{
  display: none;
}
/*
.blog__post.article .card__information{
  padding-left: 0 !important;
  padding-right: 0 !important;
} */
.article-card .card__heading {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 22px;
}



/* only desktop */
@media (min-width: 768px) {
  .product .product__description {
    margin: 15px 0 !important;
  }
  .product .desktop span.get-offer {
    display: inline-block;
    font-size: 12px;
    border-radius: 35px;
    padding: 5px 12px;
    border: 0.5px solid #38b6ff;
    background: #eaf7ff;
    color: #38b6ff;
    margin-bottom: 10px;
  }
}

/* only mobile */
@media (max-width: 768px) {
  .page-width {
    padding: 0 10px;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .collection-list .card__heading {
    font-size: 16px;
  }
  .product .desktop {
    display: none;
  }
  .product .mobile {
    display: block;
  }
  .product .product__description {
    font-size: 12px;
  }
  .section-template--18854861406373__main-padding {
    padding-top: 0 !important;
  }
  .announcement-bar__message {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    letter-spacing: unset;
    min-height: unset;
    font-size: 12px;
  }
  .utility-bar__grid.page-width {
    padding-left: unset;
    padding-right: unset;
  }
  .accordion {
    margin-top: 0 !important;
  }

  .usp-svg-wrapper svg {
    width: 23.5px;
    height: 24px;
  }
  .usp-info .usp-details {
    font-size: 13px;
    line-height: 17px;
  }
  .spec-key,
  .spec-value {
    font-size: 13px;
  }
  .spec-key {
    min-width: 100px;
  }

  /* banner image */
  .banner__media.banner_desktop {
    display: none;
  }
  .banner__media.banner_mobile {
    display: block;
  }

  #Slider-Slider-{{ section.id }}::before,
  #Slider-Slider-{{ section.id }} .media::before,
  #Slider-Slider-{{ section.id }}:not(.banner--mobile-bottom)
    .banner__content::before {
    padding-bottom: 66.8125% !important;
  }
  .contains-card--product.slider{
    gap: 20px;
  }
  .contains-card--product.slider .grid__item{
    width: 250px !important;
  }

  /* blog section */
  .article-card .card__heading {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
  }

  .blog__posts.articles-wrapper{
    gap: 20px;
  }
  .blog__post.grid__item.article{
    width: 300px;
  }


}

.main-page-title.page-title {
  text-align: center;
}


.quick-add__submit {
  background: #38b6ff !important;
  color: #fff;
  font-weight: bold;
}


@media only screen and (max-width: 749px) {
  .banner__content {
    min-height: 39rem !important;
  }
}
.quick-add .button:after{
  box-shadow: none !important;
}
.page-width.description:has(img), .page-width.description p:has(img) {
  padding: 0;
  margin: 0 auto;
}



/* Product Page */
.product__media img {
  border-radius: 20px;
}
.collection-list-wrapper .title-wrapper-with-link {
  margin-bottom: 0!important;
}

.menu-drawer__navigation {
  padding-top: 0 !important;
}
.menu-drawer {
  z-index: 1000 !important;
}
.sticky-description-bar, .sticky-cart {
  z-index: 1 !important;
}
.title, .title-wrapper-with-link {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.slideshow__controls {
  border: none !important;
  margin-top: -50px;
}
.slideshow__controls .slider-button, .slider-counter__link--dots .dot {
  color: #fff !important;
}
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot, .slider-counter__link--dots .dot {
    border-color: #fff !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: #fff !important;
}
.collection-hero__title {
  margin: 0 !important;
}

.bundle-content-container .section-title {
  display: none !important;
}

/*
._rsi-buy-now-button-floating {
  z-index: 10 !important;
  bottom: 70px !important;
}
*/

.product-form__submit.button.button--full-width.button--secondary{
  background: #4A5C6A;
  color: #fff;
  border-color:#4A5C6A;
  --border-offset: #4A5C6A !important;
  height: 51px;
  border-radius: 3px;
}
.menu-drawer__inner-container .accordion {
  border-bottom: none;
}
.quantity {
  min-height: 10px;
  min-width: 10px;
  width: 80px;
}
.quantity__button {
  width: 20px;
}
.descbar-tab {
  padding: 5px 0 !important;
}
.quick-add__submit {
  border-radius: 3px;
}
@media only screen and (max-width: 769px) {
  .collection__title.title-wrapper {
    margin-bottom: 8px !important;
    padding-left: 15px !important;
  }
}