/** Shopify CDN: Minification failed

Line 574:0 Unexpected "}"

**/
/*usps*/

.usp-info-section{
  padding: 2rem 0;
}

.usp-info-wrapper{
    display: flex;
    justify-content: center;
    max-width: 85%;
    margin: auto;
}

.usp-info-box{
    padding: 20px;
    text-align: center;
    width: 33.33333%;
}
.trust-bad {
    display: flex;
  margin-bottom: 10px;
}
.trust-bad span {
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

.trust-bad img {
    width: 100px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    margin-right: 5px;
}

.usp-info-gif{
    height: 55px;
    width: auto;
}

.usp-info-title{
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.usp-info-text{
  margin: unset;
}

@media only screen and (max-width: 650px) {
    .usp-info-wrapper {
      flex-direction: column;
      max-width: unset;
    }
    .usp-info-box{
        width: auto;
    }
}

.usp-item{
    display: inline-flex;
    align-items: center;
}

.usp-item:has(.cstm-blob) p.green{
    color: #54c63a;
}

.custom-trust ul{
  margin: 1rem 0;
}
  
.custom-trust li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.usp-icon{
  width: 20px;
  height: auto;
}

.usp-icon.paypal-icon{
  height: 25px;
}

.icon-truck.usp-icon path, .icon-truck.usp-icon circle{
  fill: black !important;
}
  
.cstm-blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 6px;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse-cstm-black 2s infinite;
  margin-left: 5px;
}

.cstm-blob.yellow {
  background: #f5af29;
  box-shadow: 0 0 0 0 #f5af29;
  animation: pulse-cstm-yellow 2s infinite;
}

.cstm-blob.green {
background: #54c63a;
box-shadow: 0 0 0 0 #54c63a;
animation: pulse-cstm-green 2s infinite;
}

@keyframes pulse-cstm-yellow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #f5af29;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

@keyframes pulse-cstm-green {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 #54c63a;
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.product-block.product-block--header{
  margin-bottom: 8px;
}

.product-single__title{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.product-single__meta .product__price{
  font-family: 'Lato', sans-serif;
  font-size: 24px;
}

.product-single__meta .product__price.on-sale{
  font-size: 28px;
  font-weight: 700;
  color: #000 !important;
}

.product-single__meta .product__price.product__price--compare{
  font-weight: 400;
  color: #5c5c5c;
  text-decoration-color: black;
}

.product-single__meta .product-block.product-block--price{
  margin-bottom: unset;
}

.grid-product__meta{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.grid-product__title{
  font-size: 15px !important;
}

.grid-product__price{
  font-size: 14px;
}

/*seperator section*/

.seperator-banner{
  height: 250px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
}

.btn.banner-button{
  border: 2px solid black;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: black;
  background-color: unset !important;
}

@media only screen and (max-width: 768px) {
  .seperator-banner{
    height: 200px;
  }
}

/*announcement bar cstm changes*/

.klarna-logo-announce{
  height: 1rem;
  width: auto;
}

.announcement-slider__slide:has(svg.klarna-logo-announce){
  display: flex !important;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

/*review section*/

.review-swiper{
  position: relative;
}

.review-swiper .swiper-button-prev:after, .review-swiper .swiper-button-next:after{
  display: none;
}

.review-swiper .swiper-button-prev svg, .review-swiper .swiper-button-nex svg{
  height: fit-content;
}


.review-swiper .swiper-button-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
.review-swiper .swiper-button-next{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}
.review-swiper .swiper-button-next svg{
  transform: rotate(180deg);
}

.rating-item{
    padding: 15px;
    background-color: #f0f0f0;
    height: 160px;
}

.review-swiper .rating-stars{
    margin-bottom: 10px;
}

.review-swiper .rating-stars svg{
    width: 100px;
    height: auto;
}

.rating-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .6rem !important;
    overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 1; /* number of lines to show */
             line-clamp: 1; 
     -webkit-box-orient: vertical;
}

.rating-message{
    font-size: 14px;
    overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2; /* number of lines to show */
             line-clamp: 2; 
     -webkit-box-orient: vertical;
}

.rating-footer{
  position: absolute;
  bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-footer p{
    font-size: 14px;
    margin: unset;
    opacity: .5;
}

.rating-author{
    font-weight: 600;
}

.product-block.product-block--tab.review-tab{
  margin-top: -25px;
}

.cart-review-badge{
  width: 250px;
  display: block;
  max-width: 100%;
  margin: auto;
  margin-top: 1rem;
}

#testimonial-tab .collapsible-content.is-open{
  height: auto !important;
}

/*top review widget*/
.top-review-widget{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: .8rem;
}

.top-review-widget p{
  margin: unset;
}

.top-review-widget svg{
  height: 16px;
  width: auto;
}

/*product qualities*/
/*gif section*/
.prod-spec-section-title{
  font-size: 22px;
}

.cstm-gif-section{
  margin-top: unset;
  padding-bottom: 40px;
}

.prod-spec-title{
  text-align: center;
}

.prod-spec-item{
  text-align: center;
}

.prod-spec-item .prod-spec-gif{
  height: 50px;
  width: 50px;
  margin: auto;
}

.prod-spec-item .prod-spec-title{
  font-size: 18px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: unset;
}

.prod-spec-item .prod-spec-desc{
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: unset;
}

.prod-spec-inner{
  gap: 1.5rem;
}


@media only screen and (max-width: 480px) {
  .prod-spec-item{
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
  }

  .cstm-gif-section-store-info .prod-spec-item{
    align-items: flex-start;
  }

  .prod-spec-item .prod-spec-gif{
    margin: unset;
  }

  .cstm-gif-section-store-info .prod-spec-item .prod-spec-gif{
    height: 20px;
    width: 20px;
  }

  .prod-spec-title{
    text-align: left;
  }

  .prod-spec-section-title{
    font-size: 18px;
  }

  .prod-spec-item .prod-spec-title{
    font-size: 14px;
    margin-top: unset;
  }

  .prod-spec-item .prod-spec-desc{
    margin-top: 10px;
  }
}


@media only screen and (max-width: 700px) {
  .prod-spec-inner{
    display: grid;
    grid: auto / minmax(0, 1fr) !important;
  }
}

@media only screen and (max-width: 1149px) {
  .prod-spec-inner{
    display: grid;
    grid: auto / repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1150px) {
  .cstm-gif-section .prod-spec-inner{
    grid: auto / repeat(4, 1fr);
    row-gap: 0.6rem;
    min-width: 0;
    align-items: start;
    display: grid;
  }
  .cstm-gif-section-store-info .prod-spec-inner{
    grid: auto / repeat(3, 1fr);
    row-gap: 0.6rem;
    min-width: 0;
    align-items: start;
    display: grid;
  }
}


/*misc*/

/*making section headers bigger and bolder*/
.section-header__title{
  font-size: 26px;
  font-weight: 600;
}

.section-header__title.center{
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-header__title{
    font-size: 22px;
  }
}

/*payment icons*/
.cstm-pay-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 10px;
}

.cstm-pay-icons li{
  margin: unset;
}

/*atc*/
.btn.add-to-cart{
  font-weight: 700 !important;
  text-transform: uppercase !important;
  box-shadow: #00000059 0 5px 15px;
  padding: 12px 40px;
}

@media only screen and (min-width: 768px) {
  .desktop-sticky-atc-box{
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background: white;
    border: 1px solid #f5f5f5;
  }

  .desktop-sticky-atc-box-inner{
     display: flex;
     gap: 10px;
    align-items: center;
  }

  .desktop-sticky-atc-box-inner .image-wrapper{
    height: 75px;
    width: 50px;
  }

  .desktop-sticky-atc-box-inner .image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

 .desktop-sticky-atc-box-inner .product-meta-info{
   max-width: 230px;
 }
  
  .cstm-sticky-atc-button{
    display: none !important;
  }

  .btn.add-to-cart.desktop-sticky-atc{
    font-size: 12px;
    padding: 10px;
    width: fit-content;
    height: fit-content;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-sticky-atc-box{
    display: none !important;
  }
  .btn.add-to-cart.cstm-sticky-atc-button{
    display: none;
    position: fixed !important;
    bottom: 25px;
    width: 90%;
    margin: auto;
    z-index: 10
  }
}

@media only screen and (max-width: 800px)
  .cstm-placed-local-selectors{
    margin-top: 15px;
  }
}