/** Shopify CDN: Minification failed

Line 432:0 Unexpected "}"

**/
.main-heading {
  color: #212529;
  text-align: center;
  font-family: Anton;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.carousel-section-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  /* row-gap: 24px; */
  margin: 0 auto 24px auto;
}
.carousel-section-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container.carousel-section-wrapper.spacing_handler {
  padding-top: 32px;
  padding-bottom: 32px;
}
.carousel-section-title-wrapper p , h2.rc-carousel-header-title {
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  /* margin-bottom:24px; */
  white-space: nowrap;
 font-family: "VinilaCondensed", sans-serif;
}
.carousel-sub-title {
  color: #212529;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-transform: capitalize;
}
.carousel-wrapper-outer,
.carousel-nav-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-nav-wrapper.flex_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.d-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-banners {
  width: 100%;
  height: auto;
}
.offers-wrapper-inner {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.offer-banner-slide-wrapper {
  width: 100%;
  position: relative;
}
.offer-banner-slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.offer-banner-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-wrapper-inner {
  width: 100%;
  height: auto;
  display: flex;
}
.custom_label_badge {
  z-index: 1;
  display: flex;
  gap: 6px;
  /* flex-direction: column; */
}
.custom_label_badge .custom_badges {
  color: #fff;
  border-radius: 50px;
  background: #4B4B4B;
  box-shadow: 0px 1px 1px 0px rgba(192, 178, 178, 0.25);
  padding: 6px 10px 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  width: max-content;

}
.arrow_handler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.carousel-btn {
  display: none;
  padding: 10px 12.5px;
  border-radius: 50px;
  background-color: #fff0;
  border: 1px solid #b7b7b7;
  opacity: 1;
  z-index: 1;
}
.carousel-btn[aria-disabled="true"] , .disabled_swiper_button {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.carousel-btn > svg {
  width: 5px;
  height: 10px;
}
.carousel-slide-wrapper {
  width: 100%;
}
.carousel-slide {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.carousel-media {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.square-banner-slide-wrapper {
  width: 100%;
  height: 100%;
}
.square-banner-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.square-banner-slide img ,.square-banner-slide video , .video-hero-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.square-banner-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta_text {
  font-family: "elza", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  margin: 5px 0 0;
  line-height: 24px;
  white-space: nowrap;
}
.cta_text.arrows {
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 4px;
}
.cta_text svg {
  /* width: 9px;
  height: 9px; */
  display: flex;
}
.button-cta {

  display: inline-block;
  background: #8e74ec;
  /* border: 1px solid #000; */
  transition: all 0.2s ease-in;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
}
/* .button-cta.square_pill {
  border-radius: 0;
} */
.l-pdp-product_info_inner .button-cta.atc {
  color: #fff;
  background-color: #8e74ec;
}
.button-cta:before,
.button-cta:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  display: block;
  transition: all 0.4s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.button-cta:before {
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: #0000000d;
  transform: translate(-50%) scaleY(1) scaleX(1.25);
}
.button-cta.atc:before,
.button-cta.atc:after {
  background-color: #fff;
}
.button-cta:after {
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #212529;
  transform: translate(-50%) scaleY(1) scaleX(1.45);
}
.button-cta:hover {
  color: #fff;
  border: 1px solid #212529;
}
.button-cta.atc:hover {
  color: #212529;
}
.button-cta:hover:before {
  top: -35%;
  background-color: #212529;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}
.button-cta.atc:hover:before,
.button-cta.atc:hover:after {
  background-color: #fff;
}
.b-add_to_bag-button:disabled, .b-add_to_bag-button.m-disabled, .b-add_to_bag-button:disabled:hover, .b-add_to_bag-button.m-disabled:hover {
  background-color: #ededed;
  border-color: #ededed;
  color: #a0a0a0;
}
.button-cta:hover:after {
  top: -45%;
  background-color: #212529;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}
.wishlist-engine {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-page-container.wishlist-engine {
  z-index: 2;
}
.wishlist-engine.pdpbanner {
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 2;
}
.wishlist-engine-button {
  border-radius: 50%;
   background: #99999914 !important; 
}
.view-glass-product {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 14px 0 16px;
  background: #ffffff8f;
}
.view-glass-product-text {
  color: #212529;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin:0;
}
.glass-product-overlay {
  transform: translateY(0);
  width: 100%;
  background: #ffffffd4;
  position: absolute;
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.glass-product-overlay.active {
  transform: translateY(-100%);
}
.glass-product-overlay.active .b-product_promo_tile-content {
  padding: 8px 12px;
  height: 195px;
}
.glass-product-overlay.active .customize.pdp-img-container {
  padding: 24px 12px 0;
}
.glass-product-overlay .handle_product_overlay {
  position: absolute;
  top: 0;
  right: 0;
}
.glass-product-overlay.active .swiper-slide {
  flex-shrink: 0;
}
.glass-product-overlay.active .swatch_arrows {
  background-color: #ffffff80;
}
.glass-product-overlay.active .b-product_promo_tile-content {
  gap: 2px;
}
/* .glass-product-overlay.active .swatch.variantHandler {
  margin-bottom: 8px;
} */
.glass-product-overlay.active .b-product_promo_vendor-name_link {
  font-size: 16px;
}
.glass-product-overlay.active .b-add_to_bag-button {
  padding: 12px;
}
#judgeme_product_reviews {
  margin: 12px auto !important;
}

@media only screen and (max-width: 768px) {
  .mobile-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta_text svg {
   width: 12px;
  height: 9px; }
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0;
  }
  /* .square-banner-slide video {
  width: 100%;
  height: 550px;
  object-fit: fill; */
}
  .offers-wrapper-inner {
    flex-direction: row;
    row-gap: 0px;
    justify-content: flex-start;
  }
  .carousel-section-inner {
    padding-right: var(--bs-gutter-x, 0.75rem);
    row-gap: 40px;
    gap: 32px;
  }
  .main-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .img-center {
    position: relative;
    /* left: 52px;
    max-width: calc(100% - 104px); */
  }
  .carousel-section-title-wrapper {
    position: relative;
    /* left: 52px;
    max-width: calc(100% - 52px); */
  }
  /* .carousel-wrapper-outer.spacing,
  .brand-slider-container-fix {
    max-width: calc(100% - 104px);
    margin: auto;
  } */
  .carousel-section-title-wrapper p , h2.rc-carousel-header-title {
    font-size: 28px;
    line-height: normal;
  }
  .carousel-sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  /* .carousel-section-wrapper {
    row-gap: 24px;
  } */
  .container.carousel-section-wrapper.spacing_handler {
    padding: 56px 0;
  }
  .carousel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cta_text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1680px) {
  .container{
    padding: 0;
    max-width: 1680px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  .container{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1680px) {
    .container {
        padding: 0;
        max-width: 1680px;
        margin: 0 auto;
    }
}