/** Shopify CDN: Minification failed

Line 520:3 Unexpected "/"
Line 546:0 Unexpected "}"
Line 678:7 Expected identifier but found "{"
Line 678:8 Unexpected "{"
Line 678:15 Expected ":"
Line 678:85 Expected ":"

**/
/*  */
body {
    overflow-x: hidden;
}
.product-single__thumbnails li.product-single__thumbnails-item.activeimg a.product-single__thumbnail {
    border-color:#162950 ;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element {
    margin: 0;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element label {
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    white-space: unset;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element label img.swach_img {
    width: 80px;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element label span {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: -4px;
    margin-top: -5px;
}
.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element input[type='radio']:checked + label {
    border-color: #162950;
    box-shadow: none;
}
.product-single__thumbnails li.product-single__thumbnails-item {
    cursor: pointer;
}
.new-product-template-custom .quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    width: max-content;
}
.new-product-template-custom .quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.new-product-template-custom .quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.new-product-template-custom .quantity-wrapper input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.new-product-template-custom .quantity-button {
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.new-product-template-custom .quantity-button:focus {
  outline: none;
}

.new-product-template-custom .quantity-button.minus {
  border-radius: 5px 0 0 5px;
}

.new-product-template-custom .quantity-button.plus {
  border-radius: 0 5px 5px 0;
}

.new-product-template-custom .product-form__input--quantity {
  text-align: center;
  width: 50px;
  border: 0;
  border-left: none;
  border-right: none;
  font-size: 16px;
}
.new-product-template-custom .btn--secondary-accent {
    background-color: var(--color-btn-primary);
    color: var(--color-body);
    border-color: var(--color-btn-primary);
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge {
    margin: 0;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Branding {
    display: none;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container {
    padding: 0;
    background-color: transparent;
    display: flex;
    width: max-content;
    align-self: normal;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Score--Horizontal {
    order: 1;
    background-color: transparent;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Stars {
    order: 0;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Rating {
    order: 2;
}
.new-product-template-custom .custom-text-box.rte li {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.new-product-template-custom .custom-text-box.rte li:before {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/ok.svg?v=1718368231);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
}
.new-product-template .mobile-main-images .slick-slide> div {
    display: flex;
}
.icon-with-text-sectionmain {
    padding: 45px 0;
      margin-top: 65px;
}
.new-product-template-custom .product-single__media-wrapper {
    position: relative;
}
.icon-with-text-sectionmain .icon-text-inner h4 {
    font-weight: var(--font-weight-body--bolder);
}
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px 3%;
    flex-wrap: wrap;
    margin-top: 50px;
}
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block {
    width: 100%;
    max-width: 31.33%;
}
.new-product-template-custom .product-single__media-wrapper .price__badges {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
}
.new-product-template-custom .product-single__media-wrapper .price__badge.price__badge--sale {
    display: inline-flex;

}
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block {
    position: relative;
    padding-top: 100px;
    margin-bottom: 0px;
}
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block img {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    object-fit: contain;
}
.new-product-template-custom .product-single__meta{
	display: flex;
    flex-direction: column;
}
.new-product-template-custom div:has(> klarna-placement) {
    order: 2;
}
/*  */
.icon-with-text-sectionmain .icon-text-inner {
    text-align: center;
}

.cart__footer .grid__item {
  text-align: center !important;
  padding: 0;
}

.cart__footer .grid__item .vitals-discounts p {
	text-align: center;
	font-size: 20px !important;
}
.cart__footer .grid__item .cart__buttons-container .cart__submit.btn {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  font-size: 25px;
}
.cart__footer .grid__item .cart__shipping.rte {
  margin: 0;
}
.payment-icons.list--inline.site-footer__icon-list {
  margin-top: 20px;
}
.custom-cart-testimonial-section {
  padding-top: 50px;
}
.custom-cart-testimonial-section-wrapper {
  display: flex;
  align-items: center;
  border-radius: 40px;
}
.custom-cart-testimonial-section-wrapper .custom-cart-testimonial-image {
	margin: 20px;
}
.custom-cart-testimonial-section-wrapper .custom-cart-testimonial-image img {
	max-width: 360px;
	border-radius: 20px;
	display: block;
	object-fit: cover;
}
.custom-cart-testimonial-content-wrapper {
	text-align: center;
	margin: 0 100px;
}
.custom-cart-testimonial-content-wrapper .custom-cart-testimonial-content h2 {
	font-size: 50px;
	text-transform: none;
	letter-spacing: 0;
  color: #fff;
}
.custom-cart-testimonial-reviewer-name {
	margin-top: 20px;
}

.custom-cart-testimonial-content-wrapper p {
  color: #fff;
}
.cart-icons {
	text-align: center;
	padding-top: 30px;
}
.cart-icons img {
	width: 100%;
	max-width: 120px;
	padding: 0 20px;
}

.cart__footer .grid {
	margin: 0;
}

.new-product-template .mobile-main-images {
    display: none;
  }
.new-product-template .mobile-main-images .slick-dots {
  bottom: 0;
  height: 16px;
}
.new-product-template .mobile-main-images .slick-dots li {
  width: 30px;
    height: 3px;
  margin: 0 3px
}
.new-product-template .mobile-main-images .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.new-product-template .mobile-main-images .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
}
.new-product-template .mobile-main-images .slick-arrow {
  width: 30px;
    height: 30px;
  z-index: 111;
}
.new-product-template .mobile-main-images .slick-arrow:before {
  display: none;
}
.new-product-template .mobile-main-images .slick-arrow.slick-prev {
    left: 0;
}
.new-product-template .mobile-main-images .slick-arrow.slick-next {
    right: 0;
}
.new-product-template .slick-arrow.hide-arrow {
  display: none;
}
.payment-icons.list--inline.site-footer__icon-list li.list-payment__item {
    display: inline-flex;
    margin-left: 5px;
}

.payment-icons.list--inline.site-footer__icon-list li.list-payment__item img {
    width: 36px;
    height: 24px;
}
body.template-cart .cart__submit-controls span {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    font-size: 25px;
}
body.template-cart .cart__submit-controls span.vitals-loader {
    width: 20px;
    height: 20px;
    text-align:center;
}
.new-product-template-custom div#shopify-block-vitals_reviews_stars_CtWPep div#vital_reviews_under_title {
     margin-bottom: 10px;
}

  .dynamicfaq h2.h3 {
    font-weight: bold;
}
  .dynamicfaq h4 {
    margin-top: 16px;
    color: #3d3d3d;
    font-size:18px;
    margin-bottom: 3px;
}
  .dynamicfaq p {
    margin-bottom: 5px;
}
.new-product-template .custom-text-box.rte {
    padding-top: 15px;
}

@media (max-width:1199px){
.custom-cart-testimonial-content-wrapper {
	margin: 0 20px;
}
.custom-cart-testimonial-content-wrapper .custom-cart-testimonial-content h2 {
	font-size: 45px;
}
}

@media(max-width:1024px){
  .icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter {
    gap: 50px 3%;
}
  .icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block {
    max-width: 47%;
}
}

@media (max-width: 991px) {
  .custom-cart-testimonial-content-wrapper .custom-cart-testimonial-content h2 {
    font-size: 35px;
  }
  .custom-cart-testimonial-content-wrapper {
	margin: 20px 20px 20px 0;
}
  .custom-cart-testimonial-section-wrapper .custom-cart-testimonial-image img {
	max-width: 240px;
}
}

@media(max-width:768px){
    .new-product-template-custom div#shopify-block-vitals_reviews_stars_CtWPep div#vital_reviews_under_title {
        margin-top: 10px;
    }
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter {
   margin-top: 20px;
}
.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block {
    margin-bottom: 5px;
}
 .new-product-template-custom .vtl-pr-stars-snippet {
   height: auto;
   width: auto !important;
        min-width: auto !important;
}
.new-product-template-custom .product-single__media-group,   .new-product-template-custom .product-single__media--has-thumbnails {
    margin-bottom: 15px;
}
  .new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Score--Horizontal {
    padding: 0;
    font-size: 18px;
}
  .new-product-template-custom .product-form__item {
    margin-bottom: 5px;
}
  .new-product-template-custom .product-single__title {
    font-size: 30px;
    margin-top: 0.5rem;
}
    .h1, h1 {
        font-size: calc(((var(--font-h1-mobile)) /(var(--font-size-base)))* 1em) !important;
    }
  .new-product-template-custom .product-form select {
    min-height: 30px;
}

   .new-product-template-custom .price {
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 0.8em);
}
  .new-product-template-custom .product-form {
    width: auto;
    padding-top: 0.5rem;
}
    .icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block {
    max-width: 90%;
}
  .icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter {
    gap: 20px 3%;
}
.new-product-template .mobile-main-images .slick-dots {
    position: unset;
}
body.template-cart .cart__submit-controls span.vitals-loader {
    margin-top: 31px !important;
}
}

@media (max-width: 767px) {

.icon-with-text-sectionmain .icon-text-inner .icon-with-text-blocksouter .icon-text-block .icon-block img {
   width: 70px;
}

 .new-product-template .custom-text-box.rte {
    padding-top: 10px;
}
.new-product-template .product-single__thumbnails-item {
    flex:0 0 auto;
}
  
  /* .new-product-template .product-thumbs,
  .new-product-template .desktop-main-images {
    display: none;
  } 

  .new-product-template .mobile-main-images {
    display: block;
    margin-bottom: 5px !important;
  }
 */
 /* .new-product-template .thumbnails-wrapper button.btn{
display:none;
} */
  .new-product-template ul.product-single__thumbnails .product-single__thumbnails-slider-track {
display: flex;
    /* flex-wrap: wrap; */
}
    /* .new-product-template .slider-active .product-single__thumbnails {
        max-width: 100% !important;
    } */

.custom-cart-testimonial-content-wrapper {
	margin: 20px 40px;
}
.custom-cart-testimonial-section-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}
  .cart__footer .grid__item .cart__buttons-container .cart__submit.btn {
	font-size: 20px;
	margin-top: 20px !important;
}
  .payment-icons.list--inline.site-footer__icon-list {
	line-height: 40px;
}
  .custom-cart-testimonial-section {
	padding-top: 0;
}
  .template-cart .cart__footer .cart__submit-controls .cart__submit.btn.btn--small-wide {
	margin: 0 auto;
 }
}

@media (max-width: 567px) {
.new-product-template .mobile-main-images .slick-dots {
        position: absolute!important; 
}
.new-product-template .price--on-sale .price__sale {
    font-size: 21.25px;
}
/* .new-product-template-custom .product-single__title {
        font-size: 25px !important;
        margin-top: 0!important;
   /* margin-bottom: 4px!important; */
} */
body .new-product-template .h1, body .new-product-template h1 {
        font-size: calc(((var(--font-h1-mobile)) /(var(--font-size-base)))* 1em) !important;
    }
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Score--Horizontal {
      font-size: 14px!important;
          line-height: 1.1;
}
.new-product-template-custom .product-single__media-group, .new-product-template-custom .product-single__media--has-thumbnails {
        margin-bottom: 10px!important;
}
.new-product-template-custom .Vtl-ReviewsBadge__Widget .Vtl-ReviewsBadge .Vtl-ReviewsBadge__Container .Vtl-ReviewsBadge__Rating {
    font-size: 12px;
}

  .templateproductproduct-template2 main#MainContent {
    padding-top: 10px;
}
  .product-single__media--has-thumbnails {
    margin-bottom: 0 !important;
}
  
.cart-icons img {
	max-width: 70px;
	padding: 0 10px;
}
}

@media (max-width: 320px) {
.new-product-template .mobile-main-images .slick-dots li {
    width: 28px;
}
}

.payment-icons.list--inline.site-footer__icon-list li.list-payment__item {
    display: inline-flex;
    margin-left: 5px;
}

.payment-icons.list--inline.site-footer__icon-list li.list-payment__item img {
    width: 36px;
    height: 24px;
}
body.template-cart .cart__submit-controls span {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    font-size: 25px;
}
body.template-cart .cart__submit-controls span.vitals-loader {
    width: 20px;
    height: 20px;
  text-align:center;
}

@media(max-width:767px){
body.template-cart .cart__submit-controls span.vitals-loader {
    margin-top: 31px !important;
}
    .new-product-template .header {
        font-size: calc(((var(--font-size-base) - 2) /(var(--font-size-base)))* 1em);
        margin-top: 0px !important;
    }
  .new-product-template .swatch.clearfix.swatch-1 {
    margin-top: 0px !important;
}
  .new-product-template .swatch.clearfix.swatch-0 {
    margin-bottom: 0px;
}
}

.main-cart-drawer .payment-icons.list--inline.site-footer__icon-list li.list-payment__item{
  display: inline-block;
}
.payment-icon.unionpay{
  display: none;
}

/* SWATCH */

.swatch { 
  margin:1.4em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1.5px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { 
  padding:0 10px; 
  width: 3rem !important;
  height: 3rem !important; 
}
.color .swatch-element label { 
  padding:0; 
}
/* Styling selected swatch */
/* Slightly raised */
.swatch input[type='radio']:checked + label {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
  /* border-color: #fff; */
  border-color: #162950;
  border-width: 2px;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
span.price__saved--amount.custom-color {
    font-size: 18px !important;
    margin-top: 10px;
}
.new-product-template {
    padding-bottom: 55px;
}
.new-product-template .product-single__description {
    margin-bottom: 0px;
}
.swatch input[type='radio']:checked + label {
    box-shadow: none !important;
}
   .product-single__meta .swatch {
    margin-bottom: 18px;
}
   .product-form__item .quantity-wrapper button {
    display: none;
}
   .product-form__item input {
    width: 80px !important;
    text-align: left !important;
}
.product-form__cart-submit span[data-add-to-cart-text] {
    font-weight: 900 !important;
    font-size: 18px !important;
}
.static-count {
    margin-bottom: -10px;
    padding-left: 5px;
    padding-top: 8px;
}
 @media only screen and (max-width: 575px) {
	.new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element label span {
		font-weight: bold;
		font-size: 13px;
        margin-top: unset!imporant;
        margin-bottom: unset!important;
	}
   .feature-row__text {
    padding-top: 0px;
 }
   .swatch-element label {
    width: 2.9rem !important;
    height: 2.9rem !important;
}
   .swatch .swatch-element {
    margin: 0px 6px 10px 0;
}
.price__badge span {
        font-size: 10.8px !important;
        line-height: 11px;
    }
   .product-single__meta .swatch.clearfix {
    margin-bottom: 10px;
}
   .product-form__item .quantity-wrapper button {
    display: none;
}
   .product-form__item input {
    width: 80px !important;
    text-align: left !important;
}
 }
 @media only screen and (max-width: 358px) {
	
    .swatch-element label {
        width: 2.7rem !important;
        height: 2.7rem !important;
    }
    .new-product-template-custom .product-form .swatch .custom_swatch_with_img .swatch-element label span {
        font-size: 11.8px;
    }
 }