/** Shopify CDN: Minification failed

Line 729:1 Unexpected "{"

**/
/* Animations CSS */

@keyframes rotateTranslate {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
@keyframes rotateTranslate2 {
  0%,
  100% {
    transform: translate(37%, -42%) rotate(-5deg);
  }
  50% {
    transform: translate(37%, -42%) rotate(10deg);
  }
}
@keyframes rotateTranslate3 {
  0%,
  100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes home_animation {
  0%,
  100% {
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    transform: translatey(-30px) rotate(-5deg);
  }
}
@keyframes home_animation_2 {
  0%,
  100% {
    transform: translatey(-30px) rotate(-10deg);
  }
  50% {
    transform: translatey(0px) rotate(0deg);
  }
}
.custom_home_banner_image_1 img {
  animation: home_animation 10s linear infinite;
}
.custom_home_banner_image_2 img {
  animation: home_animation_2 10s linear infinite;
}
.mobile_hide {
  display: block;
}
.desktop_hide {
  display: none;
}
@media (max-width: 749px) {
  .mobile_hide {
    display: none;
  }
  .desktop_hide {
    display: block;
  }
}
/* Header / Footer CSS */

.header {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
}
.header__heading-link {
  padding: 0;
}
.header__search {
  display: none !important;
}
.header__icons {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  padding-right: 20px !important;
}
.custom_offers_text {
  background: black;
  color: white;
  border-radius: 8.85px;
  font-family: Inter Medium;
}
.icon.icon-cart-empty,
.icon-cart.icon {
  width: 30px;
  height: 30px;
}
.cart-count-bubble {
  top: 3px;
  right: 2px;
  left: unset;
  border: 1.1px solid #c0c0c0;
}
.header__active-menu-item {
  color: #828282;
}
.custom_offers_text:hover {
  color: white !important;
}
.header__menu-item.custom_offers_text:hover span {
  text-decoration: none;
}
.menu-drawer__utility-links {
  padding: 0 30px;
}
.footer__content-bottom {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.footer {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media (max-width: 990px) {
  .header__icons {
    padding-right: 0px !important;
  }
  .icon.icon-cart-empty,
  .icon-cart.icon {
    width: 25px;
    height: 25px;
  }
}

/* Featured Collection CSS */

.product-card-wrapper .card__heading {
  font-size: 22px;
  font-weight: 500;
}
.card-information .price span {
  font-size: 20px;
}
.caption-large.light::empty {
  display: none;
}
.mini_card_description {
  font-size: 20px;
  color: #828282;
  margin-top: 5px;
  line-height: 1.3;
  margin-bottom: -5px;
}
.upper_image {
  line-height: 1;
  width: 100%;
  margin-bottom: -4px;
}
.upper_image img {
  width: 100%;
}
@media (max-width: 768px) {
  .product-card-wrapper .card__heading {
    font-size: 15px;
    font-weight: 500;
  }
  .card-information .price span {
    font-size: 15px;
  }
  .mini_card_description {
    font-size: 15px;
  }
  .custom_swiper_wrapper {
    max-width: 70vw;
  }
}
.custom_featured_collection .swiper-wrapper {
  flex-wrap: nowrap;
  padding-left: 0;
}
.custom_nav_button {
  display: block !important;
}
.custom_featured_collection .slider-mobile-gutter {
  position: relative;
}
.custom_nav_button::before,
.custom_nav_button::after {
  content: none !important;
}
.custom_nav_button {
  width: 35px !important;
}
.custom_nav_button.swiper-button-lock {
  display: none !important;
}
.footer-block__newsletter .newsletter-form__field-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-block__newsletter #Subscribe {
  position: unset;
  font-size: 16px;
  width: 100%;
  padding: 20px;
  max-width: 110px;
  color: white;
  border: 0;
  cursor: pointer;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-block__newsletter .field__input {
  background: white;
  color: black;
  border-radius: 40px;
  max-height: 35px;
}
.footer-block__newsletter .field__label {
  color: #828282;
  top: 50%;
  transform: translateY(-50%);
}
.footer-block__newsletter .field {
  overflow: hidden;
}
.footer-block__newsletter .field:hover::after,
.field::after {
  border-radius: 40px !important;
}
.newslettwe_subheading p {
  margin-bottom: 0;
}
.footer-block.grid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter_social_icons .footer__list-social {
  justify-content: flex-start !important;
  margin-top: 30px;
}

#ContactFooter {
  justify-content: flex-start !important;
  align-items: flex-start;
}
#ContactFooter .newsletter-form__field-wrapper .field {
  width: calc(100% - 80px);
}
@media (max-width: 990px) {
  .footer-block.grid__item {
    max-width: 50%;
  }
  .footer_newsletter_custom_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .footer__blocks-wrapper {
    display: flex !important;
    gap: 0 !important;
  }
  .footer-block.grid__item {
    margin: 0 !important;
  }
  .footer-block__newsletter #Subscribe {
    font-size: 13px;
    max-width: 60px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .footer_newsletter_custom_wrapper {
    display: unset;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer__blocks-wrapper {
    display: unset !important;
    gap: 15px !important;
  }
  .footer-block.grid__item {
    max-width: 100%;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
  .footer-block__details-content .list-menu__item--link {
    justify-content: center;
  }
}
.header.anti_index_header {
  position: absolute;
  width: 100%;
  padding: 30px 3rem 10px 3rem !important;
}
.header.anti_index_header * {
  color: white;
  fill: white;
}
.header.anti_index_header *:hover {
  color: white;
}
.header.anti_index_header .icon.icon-hamburger path {
  stroke: white;
}
.header__heading-logo-wrapper.otherpages_logo {
  max-width: 160px;
}
.header.anti_index_header .menu-drawer__navigation-container {
  background: #1c1c1c;
}
@media (max-width: 749px) {
  .slideshow__slide {
    min-height: 450px;
  }
  .header__heading-logo-wrapper.otherpages_logo {
    max-width: 120px;
  }
  .banner__heading.desktop_hide.mobile_heading.inline-richtext.h1 {
    font-size: 30px;
    max-width: 250px;
  }
  .slideshow__text.banner__box.content-container {
    margin-bottom: -100px;
  }
}
.product__info-wrapper .price__sale .price-item.price-item--regular {
  color: #828282;
  font-size: 18px;
}
shopify-payment-terms,
.product__tax.caption.rte {
  color: #4c4b4b;
  font-size: 12px;
}
.text_text_area p {
  margin: 0 !important;
}
.text_text_area {
  margin: 5px 0 !important;
}
.quantity__label.form__label {
  color: #4c4b4b;
  margin-bottom: 12px !important;
  font-size: 12px;
}
.quantity::before {
  background: transparent !important;
}
.product__info-wrapper.grid__item > section {
  border-radius: 30px;
  background: rgba(252, 252, 252, 0.6);
  backdrop-filter: blur(15.000000953674316px);
  padding-top: 40px;
  padding-right: 50px;
  height: 100% !important;
  max-width: 650px !important;
  padding-bottom: 30px;
  padding-left: 50px;
}
.product.grid {
  gap: 20px;
}
.banner__text p {
  margin-top: 0;
}
@media (max-width: 749px) {
  .product__info-wrapper.grid__item > section {
    padding: 30px 30px !important;
    max-width: 550px;
    margin: auto;
  }
  .banner__buttons {
    margin-top: 0 !important;
  }
}
.product__accordion .accordion__title {
  color: #666;
  font-weight: 400;
}
.product__accordion.accordion {
  border: 0 !important;
}
.product__accordion.accordion summary {
  padding-top: 0;
}
.accordian_product_descriotion * {
  font-size: 14px;
  color: #666;
}
.accordian_product_descriotion p {
  margin: 10px 0;
}
.product-popup-modal__content {
  max-width: 600px;
  height: auto !important;
  min-height: 500px !important;
  border-radius: 30px !important;
}
.product-popup-modal__content-info {
  height: calc(100% - 100px);
  padding-right: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-popup-modal__content-info .h2 {
  display: none;
}
.product-popup-modal__toggle {
  border: 0 !important;
  position: absolute !important;
  right: 10px;
  top: 10px !important;
}
.product-popup-modal__button .button {
  min-height: unset;
  padding: 6px 10px;
  font-size: 12px;
  min-width: unset;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 40px;
}
.product-popup-modal__button {
  text-decoration: none;
  color: #666;
  font-size: 15px !important;
  margin-top: -10px;
}
.product-popup-modal__opener {
  margin-top: 0 !important;
}
.product-popup-modal__content {
  padding-left: 0;
  padding-right: 0;
}
.custom_product_media img {
  width: 100%;
  padding-right: 50px;
}
.product__info-wrapper.grid__item {
  padding-left: 0 !important;
  height: 100%;
  padding-right: 20px;
}
.product-icon-list.vstar-star {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.tt-rating-text {
  color: #828282;
}
.product__tax.caption.rte {
  margin-top: -15px;
  font-size: 12px;
}
.shopify-block.shopify-app-block
  #seal-review-widget
  #reviews-wrapper
  #vstar-reviews,
.shopify-block.shopify-app-block #seal-review-widget #reviews-wrapper {
  background-color: transparent !important;
}
.product-form__buttons {
  max-width: 100% !important;
}
.custom_swiper-overflow {
  overflow: hidden;
}
.custom_swiper-overflow .swiper {
  overflow: visible;
}
@media (min-width: 750px) {
  .product__title h1 {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .grid__item.product__media-wrapper {
    padding: 40px 0;
    padding-right: 0px;
    padding-right: 20px;
  }
  .product__info-wrapper.grid__item > section {
    max-width: 560px !important;
  }
  .product.grid {
    align-items: center;
    justify-content: center;
  }
  .product__info-wrapper.grid__item {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .product__title h1 {
    font-size: 23px;
  }
}
.featured_collection_grid .grid.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  grid-auto-flow: dense;
}
.featured_collection_grid .grid.product-grid li:nth-child(1) {
  grid-row: span 8;
  grid-column: span 8;
  width: 100%;
  max-width: 100%;
}
.featured_collection_grid .grid.product-grid li:nth-child(2) {
  grid-row: span 4;
  grid-column: span 4;
  width: 100%;
  max-width: 100%;
}
.featured_collection_grid .grid.product-grid li:nth-child(3) {
  grid-row: span 4;
  grid-column: span 4;
  width: 100%;
  max-width: 100%;
}
.custom_timer_wrapper {
  display: flex;
  gap: 5px;
  text-align: center;
}
.timer_item_wrapper {
  display: flex;
  flex-direction: column;
}
.appstle_radio_label span {
  font-weight: 400 !important;
}
.countdows_block_outter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column-reverse;
  text-align: center;
}
.popup-content {
  backdrop-filter: saturate(180%) blur(1rem);
  border-radius: 8px;
  width: 300px;
  text-align: center;
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.popup_image img {
  width: 100%;
}
.grid__item.product__media-wrapper {
  position: relative;
}
#togglePopupBtn {
  position: absolute;
  top: 300px;
  cursor: pointer;
  right: 10px;
}
#popup.popup_custom_product {
  position: absolute;
  right: 35px;
  left: unset;
  bottom: unset;
  background: transparent;
  top: 300px;
  transform: translatey(-50%);
  transition: opacity 0.5s ease;
  z-index: 1;
  display: none;
}
#popup.popup_custom_product.popup.show {
  display: block;
  opacity: 1;
}
.main_cart_outter .title.title--primary {
  font-size: 28px;
}
.cart__blocks {
  background: #e3e3e3;
  padding: 30px;
  max-width: 42rem;
  border-radius: 12px;
  width: 100%;
}
quantity-popover .quantity {
  background: transparent !important;
}
#main-cart-items th {
  font-size: 14px;
}
.totals {
  justify-content: space-between !important;
}
#main-cart-items {
  border-bottom: 1.18px solid #666666 !important;
}
.cart-items th {
  border-bottom: 1.18px solid #666666;
}
.appstle_tooltip {
  position: unset !important;
  transform: unset !important;
  width: 100% !important;
  height: 0 !important;
  overflow: hidden !important;
}
.appstle_tooltip_wrapper:hover .appstle_tooltip {
  height: 100% !important;
}
.appstle_tooltip_title {
  width: 100%;
}
.appstle_tooltip_wrapper {
  display: block !important;
}
#appstle_subscription_widget0 [data-appstle-icon]:hover::after {
  opacity: 0 !important;
}
.appstle_tooltip_wrapper svg {
  margin-bottom: -5px !important;
}
.card_popup_title.h1 a {
  color: black;
  text-decoration: none;
}
@media (min-width: 750px) {
  .featured_collection_grid .grid.product-grid li:nth-child(1) .card__inner {
    height: 600px;
  }
  .featured_collection_grid .grid.product-grid li:nth-child(2) .card__inner {
    height: 200px;
  }
  .featured_collection_grid .grid.product-grid li:nth-child(3) .card__inner {
    height: 200px;
  }
}
@media (max-width: 749px) {
  .featured_collection_grid .grid.product-grid li:nth-child(3),
  .featured_collection_grid .grid.product-grid li:nth-child(2) {
    grid-row: span 6;
    grid-column: span 6;
  }
  .featured_collection_grid .grid.product-grid li:nth-child(1) {
    grid-row: span 12;
    grid-column: span 12;
  }
  .featured_collection_grid .title {
    font-size: 25px;
  }
  #togglePopupBtn {
    position: absolute;
    top: 50%;
    right: 10px;
  }
  #popup.popup_custom_product {
    top: 50%;
  }
}
@media (min-width: 1080px) {
  .popup-content {
    width: 400px;
  }
}

/* Font Settings */

.countdows_block_outter #timer *,
.countdows_block_outter #timer {
  font-family: Inter Medium;
  font-weight: normal;
}
.button,
.product-card-wrapper .card__information *,
.footer-block__details-content li a,
.newslettwe_subheading,
.newsletter-form__button,
.product__title h1,
.testimonial_text,
.article_card_inner *,
.custom_article_button {
  font-family: Inter Medium;
}
.appstle_widget_title {
  font-size: 14px;
  font-family: Inter Medium;
}
.appstle_tooltip_title {
  font-family: Inter Medium;
  color: #828282;
}
.appstle_tooltip_wrapper svg path {
  fill: #828282;
}
#timer {
  font-size: 18px;
}
.timer_item_wrapper > span:nth-child(1) {
  font-size: 24px;
}
 {
  font-family: Inter Medium;
}
#main-cart-items th {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.cart-item__details {
  display: flex;
  justify-content: space-between;
}
.cart-item__details .product-option {
  font-weight: bold;
}
.cart-item__name.h4.break,
.cart-item__details .product-option {
  font-size: 16px;
}
.cart-item__price-wrapper {
  font-size: 16px;
  font-weight: bold;
}

/* Preloader CSS */

.zhd_preloader {
  z-index: 99 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2e0e3;
  display: flex;
  justify-content: center;
  pointer-events: none;
  align-items: center;
}

.zhd_preloader .loading-text {
  font-size: 48px;
  color: white;
  animation: preloader_rotation 4s linear infinite;
}

.zhd_preloader .loading-text img {
  max-width: 150px;
  height: auto;
}

@keyframes preloader_rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#ContactForm .field {
  overflow: hidden;
  border-radius: 40px;
}
.product-card-wrapper.section_with_model .card__heading a::after {
  content: none !important;
  position: unset;
}
.card-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.card-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.card-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.card-popup .card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.card-popup.show {
  display: flex;
  opacity: 1;
}
.card-popup-content {
  max-width: 1000px;
  overflow: hidden;
  padding: 30px 50px;
  border-radius: 20px;
  width: calc(100% - 50px);
}
.card_popup_featured_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_popup_featured_media {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.product_card_model_content {
  width: 50%;
}
.card_popup_inner_wrapper {
  display: flex;
  gap: 35px;
}
.product_card_model_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card_popup_price {
  font-size: 22px;
}
.card_popup_title {
  margin-bottom: 10px;
}
.card_popup_last_sold {
  font-size: 22px;
  margin: 15px 0;
  color: #828282;
}
.card_popup_body_text {
  font-size: 18px;
  line-height: 1.3;
  color: #828282;
}
.card_popup_additional_details {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  color: #828282;
}
.card_product_purchase_button {
  margin-top: 20px;
}
.card-close svg {
  pointer-events: none;
}
.card_popup_bottom img {
  width: 100%;
  height: auto;
}
.card_popup_bottom {
  margin-top: 40px;
  margin-bottom: -30px;
}
.custom_swiper-overflow .section-header .h1 {
  text-align: left;
  font-size: 30px;
}
@media (max-width: 750px) {
  .card_popup_inner_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .card_popup_featured_media {
    width: 100%;
  }
  .product_card_model_content {
    width: 100%;
  }
  #card-popup1 {
    overflow: scroll;
  }
  .card-popup-content {
    padding: 20px;
    max-width: 500px;
  }
  .card_popup_title.h1 {
    font-size: 20px;
    margin-top: 0;
  }
  .card_popup_price {
    font-size: 16px;
  }
  .card_popup_last_sold {
    font-size: 16px;
    margin: 9px 0;
  }
  .card_popup_body_text {
    font-size: 14px;
  }
  .card_product_purchase_button {
    margin-top: 15px;
  }
  .card_popup_additional_details {
    font-size: 15px;
    margin-top: 10px;
  }
  .card_popup_bottom {
    margin-top: 15px;
    margin-bottom: -15px;
  }
  .custom_swiper-overflow .section-header .h1 {
    font-size: 22px;
  }
  .footer__blocks-wrapper .footer-block.grid__item:nth-child(3) {
    width: 100%;
    max-width: 500px;
  }
}
.videos_list_product .section-header {
  max-width: 800px;
  margin: auto;
}
.footer-bottom_text {
  text-align: center;
  font-size: 14px;
}
.card-popup-content {
  backdrop-filter: saturate(180%) blur(1rem);
  background: #ffffffb8;
  -webkit-backdrop-filter: saturate(180%) blur(1rem);
}
.product__accordion .accordion__content.rte {
  font-size: 14px;
  color: #666;
}
.slideshow__text .banner__text.rte {
  max-width: 280px;
}
.moneu_back_gurantee.h3 {
  font-family: var(--font-body-family) !important;
  font-weight: 400;
}
.product__inventory {
  font-size: 13px;
}
.newsletter_social_icons {
  width: 100%;
}
.newslwtter_info_text {
  font-size: 12px;
  margin-top: -3px;
}
.text_text_area em strong {
  font-weight: bold;
  font-style: normal;
  position: relative;
  margin-left: 15px;
}
.text_text_area em strong:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/cdn/shop/files/verify.png?v=1723666940");
  background-size: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: -12px;
  top: 50%;
  transform: translatey(-50%);
}
html {
  scroll-behavior: smooth;
}
.metafield-rich_text_field em strong {
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 10px !important;
  display: inline-block;
}
.metafield-rich_text_field em strong:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/cdn/shop/files/verify.png?v=1723666940");
  background-size: 18px;
  position: absolute;
  background-repeat: no-repeat;
  left: -12px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0.6;
}
.wowww_another_wrapper .image-wrap.text-spacing {
  border-radius: 90px;
  overflow: hidden;
}
.head-button.tt-write-reviews {
  background: transparent !important;
}
#vstar-reviews .head-sort .sort-icon {
  background: transparent !important;
}
.tt-head-title {
  font-size: calc(var(--font-heading-scale) * 4rem) !important;
  margin-bottom: 40px !important;
}
.tt-head-title {
  font-size: calc(var(--font-heading-scale) * 4rem) !important;
  margin-bottom: 40px !important;
}
@media (max-width: 750px) {
  .metafield-rich_text_field em strong:after {
    width: 14px;
    height: 14px;
    background-image: url("/cdn/shop/files/verify.png?v=1723666940");
    background-size: 14px;
    position: absolute;
    background-repeat: no-repeat;
    left: -12px;
    top: 50%;
    transform: translatey(-50%);
  }
  .custom_product_media img {
    padding-right: 0px;
  }
  .card-popup-content {
    max-height: 80vh;
    overflow: scroll;
  }
  .tt-head-title {
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
    margin-bottom: 40px !important;
  }
  .tt-head-title {
    font-size: 25px !important;
  }
  .helpdesk-channel-post-panel {
    max-width: 250px !important;
  }
  .helpdesk-channel-post-content {
    font-size: 11px !important;
  }
  .helpdesk-channel-post-title {
    font-size: 14px !important;
  }
  .helpdesk-channel-post-service {
    font-size: 12px !important;
  }
}
.product .gPreorderBtn {
  background: black !important;
  border: 0 !important;
}
.product .gPreorderBtn:hover {
  background: black !important;
  border: 0 !important;
}
.product div .gPreorderPoweredBy {
  display: none !important;
}
.product-form > div + .appstle_sub_widget {
  display: none !important;
}
.moneu_back_gurantee.h3 em {
  font-style: normal;
  text-decoration: underline;
}
.product-card-wrapper .card__media img {
  object-fit: contain !important;
  padding: 15px;
}
.product-card-wrapper .card .card__inner .card__media {
  background: #828282;
}
.custom-image-and-text-wraper .image-wrap.text-spacing {
  border-radius: 26px;
  overflow: hidden;
}
.banner_floating_image {
  opacity: 0.5;
}
.slideshow__text .banner__heading p {
  margin: 0;
}
.section-header.text- .h1 em {
  text-decoration: underline;
  font-style: normal;
}
@media only screen and (min-width: 750px) {
  .custom_home_banner_heading h1 {
    font-size: calc(var(--font-heading-scale) * 5rem);
  }
  .card-popup-content {
    max-height: 80vh;
    overflow-y: scroll;
  }
}
.appstle-tootltip-parent {
  display: none !important;
}
.product-form__buttons {
  margin-top: 15px;
}
@media (min-width: 1700px) {
  .custom_home_banner_heading h1 {
    font-size: calc(var(--font-heading-scale) * 5.5rem);
  }
  .custom_home_banner_description {
    font-size: 20px;
  }
  .slideshow__text-wrapper.banner__content.page-width {
    width: 100%;
    max-width: 100%;
  }
  .slideshow__text.banner__box {
    left: 10%;
    max-width: 33vw !important;
  }
  .slideshow__text-wrapper.banner__content.page-width
    .banner__heading.inline-richtext {
    font-size: 2.6vw;
  }
  .slideshow__text-wrapper.banner__content.page-width
    .banner__text.rte.mobile_hide {
    font-size: 0.98vw;
    max-width: 17vw;
  }
}
#randomNumber {
  display: inline;
}
.text_text_area.randomNumber {
  display: flex;
}
.text_text_area.randomNumber p {
  margin-left: 6px !important;
}
.custom_video_description {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  color: black;
}
.custom_video_description a {
  color: black;
}
.custom_image_wrapper *,
.custom_image_wrapper {
  line-height: 1;
  border-radius: 80px;
}
.custom_cart_page #omnisend-forms-container {
  display: none;
}
.custom_home_banner_images img {
  width: 100%;
  height: unset;
}
.shopify-pc__banner__body * {
  font-size: 13px !important;
}
section#shopify-pc__banner {
  padding: 20px;
  text-align: center;
}
.helpdesk-channel-post-content {
  font-size: 11px;
}
.helpdesk-channel-post-title {
  font-size: 14px;
}