/** Shopify CDN: Minification failed

Line 473:22 Unexpected ")"

**/
/*cstm footer tabs*/
.cstm-footer-tab-mobile .cstm-footer-tab-mobile__button svg {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cstm-footer-tab-mobile {
    padding: 10px 15px;
    border: 1px solid white;
  }

  .footer__item:has(.cstm-footer-tab-mobile):not(:first) {
    margin-bottom: 10px;
  }

  .cstm-footer-tab-mobile .cstm-footer-tab-mobile__button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }

  .cstm-footer-tab-mobile .cstm-footer-tab-mobile__button p {
    margin: unset;
  }

  .cstm-footer-tab-mobile .cstm-footer-tab-mobile__button svg {
    display: block;
    color: white;
    transition: transform 0.3s ease;
  }

  .cstm-footer-tab-mobile__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .cstm-footer-tab-mobile__content .footer__item-content {
    margin-top: 10px;
  }

  .cstm-footer-tab-mobile.active .cstm-footer-tab-mobile__button svg {
    transform: rotate(180deg);
  }

  .footer__item-list:has(.cstm-footer-tab-mobile) {
    display: block;
  }

  .footer__inner:has(.cstm-footer-tab-mobile) .footer__item:not(:first-child) {
    margin-top: 15px;
  }
}

/*product page*/
.cstm-star-rating-widget {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.cstm-star-rating-widget .tp-stars {
  height: 20px;
  width: auto;
  margin: unset !important;
}

.product__info .product-meta__title {
  margin-top: unset;
}

/*cstm usp item*/
.cstm-usp {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 5px;
}

.cstm-usp:has(.orange) {
  color: #f4af29;
}

.cstm-usp svg {
  width: 16px;
  height: auto;
}

.cstm-usp .cstm-usp-text {
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.blob {
  display: block !important;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  margin-left: 5px;
  margin-right: unset;
}

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

@keyframes pulse-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);
  }
}

.blob.orange {
  background: #f4af29;
  box-shadow: 0 0 0 0 #f4af29;
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #f4af29;
  }

  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);
  }
}

/*cstm gif usp items*/
.cstm-gif-usp svg,
.cstm-gif-usp lottie-player {
  height: 30px !important;
  width: 30px !important;
}

/*cstm payment icons*/
.cstm-payment-icons {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/*cstm customer proof*/
.cstm-customer-proof {
  display: flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.cstm-customer-proof__text {
  width: calc(100% - 50px);
  line-height: 1.2;
}

.cstm-customer-proof__image-wrapper {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.cstm-customer-proof__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*store info gif slider/wrapper*/
.gif-items-wrapper .gif-item {
  text-align: center;
}

.gif-items-wrapper .gif-item-gif {
  height: 70px;
  width: auto;
  margin-bottom: 20px;
}

.gif-items-wrapper .gif-title {
  font-size: 24px;
  font-weight: 600;
  margin: unset;
  margin-top: 15px;
}

.gif-items-wrapper .gif-desc {
  margin-top: 10px;
}

.guarantee-swiper .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 20px;
}

.guarantee-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}

@media only screen and (max-width: 700px) {
  .gif-items-wrapper .gif-item-gif {
    height: 36px;
  }

  .gif-items-wrapper .gif-title {
    font-size: 21px;
    font-weight: 600;
    margin: unset;
    margin-top: 10px;
  }
}

/*cstm brand mentions section*/
.cstm-brand-mentions-section {
  text-align: center;
}

.cstm-brand-mention__text {
  display: none;
  text-align: center;
  color: black;
}

.cstm-brand-mention__text.active {
  display: block;
}

.cstm-brand-mention__text-title {
  font-weight: 600;
}

.cstm-brand-mention__logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
  margin-top: 35px;
}

.cstm-brand-mention__logos-wrapper img {
  opacity: 0.5;
  height: 35px;
  width: auto;
  object-fit: contain;
  cursor: pointer;
}

.cstm-brand-mention__logos-wrapper img.active {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .cstm-brand-mention__logos-wrapper {
    gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .cstm-brand-mention__logos-wrapper img {
    height: 20px;
  }
}

/*cstm collection banner image*/
.cstm-collection-image-banner {
  position: relative;
}

.cstm-collection-image-banner__img {
  width: 100%;
  height: auto;
}

.cstm-collection-image-banner__img--mobile {
  display: none;
}

.cstm-collection-image-banner__coll-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  .cstm-collection-image-banner__img--desktop {
    display: none;
  }

  .cstm-collection-image-banner__img--mobile {
    display: block;
  }
}

/*cstm coll review slider*/
.cstm-collection-reviews-section {
  grid-column: 1/-1;
  min-width: 50%;
  max-width: 100%;
  width: 100%;
}

.cstm-coll-reviews-swiper {
  padding: 0 20px;
}

.cstm-coll-review {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 10px;
}

.cstm-coll-review__image {
  height: 37px;
  width: 37px;
  min-width: 37px;
  border-radius: 10px;
  overflow: hidden;
}

.cstm-coll-review__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cstm-coll-review__content {
  width: 100%;
}

.cstm-coll-review__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cstm-coll-review__header-name {
  margin: unset;
  font-weight: 700;
}

.cstm-coll-review__header-stars {
  display: flex;
  align-items: center;
  width: 100%;
}

.cstm-coll-review__header-stars svg {
  width: 16px;
  height: auto;
}

.cstm-coll-review__text {
  line-height: 1.2;
  margin-top: 5px;
}

.swiper-button-next.coll-rev-swiper-button-next,
.swiper-button-prev.coll-rev-swiper-button-prev {
  height: 35px;
  width: 35px;
  background: white;
  color: black;
  border-radius: 50%;
}

.swiper-button-next.coll-rev-swiper-button-next {
  right: 0;
}

.swiper-button-prev.coll-rev-swiper-button-prev {
  left: 0;
}

.swiper-button-next.coll-rev-swiper-button-next:after,
.swiper-button-prev.coll-rev-swiper-button-prev:after {
  position: unset;
  font-size: 16px;
}

/*cstm brand logo section*/
.cstm-brand-logos-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  background: #f3f3f3;
  border-radius: 10px;
  max-width: 800px;
  margin: auto;
}

.cstm-brand-logos-wrapper .cstm-brand-logo__logo {
  height: 26px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .cstm-brand-logos-wrapper {
    flex-wrap: nowrap;
    padding: unset;
    background: unset;
    gap: 10px;
  }

  .cstm-brand-logos-wrapper .cstm-brand-logo__logo {
    height: 20px;
  }
}

/*announcement bar uppercase*/
.announcement-bar__message {
  text-transform: uppercase;
}

.announcement-bar__message svg {
  height: 21px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .announcement-bar__message svg {
    height: 18px;
  }
}

/*cstm accordion*/
.accordion {
  width: 100%;
  border-top: 1px solid #ccc;
}

.accordion:last-child() {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.accordion-header svg {
  transition: transform 0.3s ease;
}

.accordion.active .accordion-header svg {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
  padding: 0 20px;
}

.accordion.active .accordion-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*cstm sale box*/
.cstm-sale-box {
  text-align: center;
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.cstm-sale-box__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cstm-sale-box__text {
  margin: unset;
}

/*cstm usp row*/
.cstm-usp-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 2rem 0;
}

.cstm-usp-row__item {
  text-align: center;
}

.cstm-usp-row__item svg {
  height: 30px;
  width: auto;
  margin: auto;
}

.cstm-usp-row__item-text {
  font-size: 14px;
  width: 100%;
  margin-top: unset;
}

/*cstm review slider*/
/*cstm review slider*/
.swiper.cstm-review-swiper {
  position: relative;
  padding: 0 50px;
}

.swiper.cstm-review-swiper:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: white;
}

.swiper.cstm-review-swiper:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: white;
}

.cstm-review-slider-section .swiper-button-next,
.cstm-review-slider-section .swiper-button-prev {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid rgb(140, 140, 140);
  z-index: 4;
}

.cstm-review-slider-section .swiper-button-next:after,
.cstm-review-slider-section .swiper-button-prev:after {
  font-size: 13px;
  font-weight: 800;
  color: rgb(140, 140, 140);
}

.cstm-review-slider__title {
  text-align: center;
  margin-bottom: 30px;
}

.cstm-review-item {
  width: 100%;
  height: 160px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 2px;
}

.cstm-review-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cstm-review-item__rating {
  line-height: 1;
  margin-bottom: 12px;
}

.cstm-review-item__rating svg {
  width: 100px;
  height: auto;
  margin: unset !important;
}

.cstm-review-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: unset;
  margin-bottom: 10px;
}

.cstm-review-item__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  margin: unset;
}

.cstm-review-item__meta {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-top: auto;
}

.cstm-review-item__meta p {
  margin: unset;
  font-size: 12px;
}

.cstm-review-item__meta .cstm-review-item__author {
  margin: unset;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.cstm-review-item__meta .cstm-review-item__date {
  color: rgba(0, 0, 0, 0.6);
}

.cstm-review-slider__footer {
  text-align: center;
  margin: 10px auto 5px;
  cursor: pointer;
}

.cstm-review-slider__footer svg {
  width: 80px;
  height: auto;
  margin: auto;
}

.cstm-review-slider__footer p {
  margin: unset;
}

/*cstm shipping timer*/
.cstm-shipping-timer {
  text-align: center;
  padding: 15px;
  background: #f5f5f5;
  width: 100%;
  margin: 20px 0;
}

.cstm-shipping-timer p {
  font-size: 12px;
}

/*glbl*/
.cstm-block {
  margin-top: 15px;
}

/*misc*/
.c_shop_others {
  margin-top: 15px;
}

.product-meta .product-meta__price-list-container {
  margin-bottom: 15px !important;
}

.announcement-bar__message p:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
