/** Shopify CDN: Minification failed

Line 317:0 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/.t4s-mini_cart__remove {
display: none;
}
.t4s-dib {
display: none;
}
.t4s-btn {
border-radius: 0px;
}
/* === RESET & BASE FIXES === */
body, html {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === HEADER / NAVIGATION === */
.t4s-drawer__header {
  font-family: var(--font-family-2) !important;
}
.t4s-top-bar .t4s-top-bar-text__item a {
  color: var(--tb-color);
}

/* === SHIPPING TITLE === */
.t4s-shipping .t4s-shipping-title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

/* === QUOTE CENTERING === */
.t4s-quotes-des-1 {
  max-width: 800px;
  margin: auto;
}

/* === COLLECTION TITLE ADJUSTMENTS === */
.t4s_nt_se_template--14454749429889__633fd3a2-b499-462e-8545-3254a62cd18d .t4s-collection-item .t4s-cat-title .t4s_as_title {
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 16px;
}
header .t4s-coll-style-9 .t4s-cat-title {
  font-size: 16px;
  font-weight: 700;
}
header .t4s-coll-style-9 .t4s-cate-wrapper {
  width: 100%;
  left: 0;
  right: 0;
  transform: none;
}

/* === PRODUCT FORM BUTTONS === */
.t4s-product-form {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
}
.t4s-product-form__buttons {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
.t4s-product-form__buttons .t4s-quantity-wrapper,
.t4s-product-form__buttons .t4s-add-to-cart {
  width: 100%;
  box-sizing: border-box;
}
.t4s-quantity-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 769px) {
  .t4s-product-form__buttons {
    display: flex;
    gap: 0;
  }
  .t4s-quantity-wrapper {
    width: 40% !important;
  }
  .t4s-add-to-cart {
    width: 60% !important;
  }
}

/* === REVIEW AUTHOR TAG === */
.jdgm-rev__author {
  color: #000000 !important;
  font-weight: bold !important;
}
.jdgm-rev__author:after {
  content: "Verified";
  background-color: #27ae60;
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
}

/* === HERO TEXT OVERLAY === */
.hero__content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  padding: 40px 20px;
  border-radius: 6px;
}

/* === BANNER FIXES === */
.mobile-only-banner {
  display: none;
  margin: 0;
  padding: 20px 0;
  background: transparent;
}
.custom-banner-block {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  margin: -4px auto 20px auto;
  max-width: 420px;
}
.custom-subtitle {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.custom-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #222;
}
.custom-button {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.custom-button:hover {
  background-color: #000;
  color: #fff;
}

/* === SECTION SPACING === */
.t4s-section-inner {
  margin-top: 1px !important;
}
.faq-section-fix .t4s-section-inner {
  margin-top: 0px !important;
}

/* === FIX HIDDEN BUTTONS ON MOBILE === */
@media (max-width: 768px) {
  .t4s-product-form,
  .t4s-product-form__buttons,
  .t4s-add-to-cart,
  button[name="add"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
  }


/* === RESTORE ADD TO CART DEFAULT BUTTON STYLE === */
.t4s-add-to-cart {
  height: 48px !important;
  line-height: 48px !important;
  text-align: center !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  width: 100% !important;
}
/* === FIX horizontal centering of Add to Cart button text === */
.t4s-add-to-cart,
button[name="add"] {
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .t4s-slide .t4s-btn,
  .t4s-slide .t4s-btn-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
    .t4s-breadcrumb_pr_wrap {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {.t4s_nt_se_template--14454749429889__633fd3a2-b499-462e-8545-3254a62cd18d .t4s-collection-item .t4s-cate-wrapper {
    width: 290px;
    max-width: 100%;
}
.t4s_nt_se_template--14454749429889__633fd3a2-b499-462e-8545-3254a62cd18d .t4s-coll-style-4 .t4s-cat-subtitle {
 font-weight: 600;
    font-size: 16px;
}
.jdgm-rev__author:after {
  content: "Verified";
  background-color: #28a745; /* класичний довірливий зелений */
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: text-top;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
}
/* Показати блок тільки на мобільних */
@media (max-width: 767px) {
  .mobile-hero-text {
    text-align: center;
    padding: 30px 20px;
    display: block;
  }
  .mobile-hero-text h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .mobile-hero-text h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .mobile-hero-btn {
    padding: 10px 24px;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    display: inline-block;
  }
}

/* Приховати цей блок на десктопі */
@media (min-width: 768px) {
  .mobile-hero-text {
    display: none;
  }
}
.t4s-breadcrumb_pr_wrap {
  margin-top: 20px;
}}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {span.t4s-subtitle p br {
    display: none;
}}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){.t4s-sticky-atc {
  display: none !important;
}}@media (max-width: 768px) {
  .t4s-product-form,
  .t4s-product-form__buttons,
  .t4s-add-to-cart {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    width: 100% !important;
    margin-top: 20px !important;
    padding: 0 !important;
  }
}
