/** Shopify CDN: Minification failed

Line 242:1 Unexpected "/"
Line 835:19 Expected ")" to end URL token

**/
html,
body {
  display: block;
  overflow-x: hidden;
}
html,
body {
  overscroll-behavior: none;
}
/* Base Styles */
.custom-header {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 10px auto;
  max-width: 1440px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
}

.collection-title {  z-index: 1;}

.responsive-header {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: space-between;
}
.header-center {
  flex: 2;
  display: flex;
  justify-content: center;
  text-align: center;
}

.header-right {
  display: flex;
  gap: 25px;
  text-align: right;
  align-items: center;
}

.logo {
  max-height: 60px;
}

.main-menu {
  display: inline-block;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  display: inline;
  margin-right: 30px;
}

.main-menu ul li a {
  color: #302757;
  font-weight: 600;
  text-decoration: none;
}

.main-menu ul li a:active {
  border-bottom: 1px solid #19abd5;
}

.main-menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #19abd5;
  text-underline-offset: 10px;
}

.search-icon {
  display: inline-block;
  margin-left: 10px;
}

.search-icon a i {
  color: #000;
  font-size: 20px;
}

.phone-number {
  display: inline-block;
  margin-right: 15px;
}

/* Hamburger Menu (visible on mobile) */
.hamburger-menu {
  display: none;
  cursor: pointer;
}

/* Mobile Menu Drawer */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  background: #fff;
  z-index: 1000;
  padding: 50px;
  color: #302757;
}
.search-modal__content {
  padding: 0 6rem;
  position: absolute;
  top: 90px;
}
.mobile-menu nav ul {
  list-style: none;
  padding: 0;
}

.mobile-menu nav ul li {
  margin: 20px 0;
  text-align: center;
}

.mobile-menu nav ul li a {
  color: #302757;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.mobile-menu nav ul li a span:hover,
.mobile-menu nav ul li a span:active {
  border-bottom: 2px solid #19abd5;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #302757;
  font-size: 30px;
  cursor: pointer;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .custom-header {
    padding: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 95%;
  }
  .header-center {
    padding: 10px;
    font-size: 24px;
    display: none;
  }
}
.tmenu_image--left > img {
  width: 100%;
}
ul.tmenu_submenu.tmenu_submenu_type_automatic.tmenu_submenu--desktop
  li.tmenu_item.tmenu_item_level_4.tmenu_col.tmenu_item_submenu_type_automatic.tmenu_item_layout.tmenu_item_layout_image
  a.tmenu_item_link {
  border: 1px solid #0000001a !important;
  border-radius: 10px;
  padding: 0px !important;
}
ul.tmenu_submenu.tmenu_submenu_type_automatic.tmenu_submenu--desktop
  li.tmenu_item.tmenu_item_level_4.tmenu_col.tmenu_item_submenu_type_automatic.tmenu_item_layout.tmenu_item_layout_image {
  padding: 5px !important;
}
.tmenu_image.tmenu_image--left {
  padding: 10px;
}
.tmenu_image--left .tmenu_item_text {
  margin-left: 40px;
}
/* .tmenu_image--left .tmenu_item_text:before{
         content: "";
      display: inline-block;
      width: 1px;
      height: 48px;
      position: absolute;
      left: 38%;
      top: 0;
      background-color: #ccc;
    } */
ul.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_fullwidth.tmenu_submenu_has_watermark {
  /* max-width: 95% !important; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: 36px !important; */
  margin-top: 20px !important;
  border-radius: 10px !important;
}

/* @media only screen and (max-width: 1440px) {
      ul.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_fullwidth.tmenu_submenu_has_watermark {
      max-width: 92% !important;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 36px !important;
      margin-right: 16px !important;
      margin-top: 12px !important;
      border-radius:10px !important;
     }
    }
     @media only screen and (max-width: 1024px) {
      ul.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_fullwidth.tmenu_submenu_has_watermark {
      max-width: 93% !important;
      /* margin: auto !important; */
/* text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 36px !important;
      margin-top: 12px !important;
      border-radius:10px !important;
     }
    } */
*/ @media(max-width:450px) {
  .search-icon {
    display: none;
  }
  .responsive-header {
    margin: 20px 10px;
  }
  /* .custom-header{
        margin:10px 0 20px;
      } */
  .mobile-menu {
    width: 85%;
    overflow-y: auto;
    height: 100vh;
    background: #fff;
  }
  .tmenu_app_mobile .tmenu_item_link {
    color: #000000 !important;
    font-weight: 500;
  }
  .close-button {
    color: #000;
  }
  .banner__box.content-container {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .burger {
    position: fixed !important;
  }
}

.burger {
  z-index: 9999999;
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 100vh;
  overflow: hidden;
  transition: 300ms ease-in-out width;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.burger * {
  font-family: manrope;
}

.burger.open {
  width: 100vw;
}

.burger-inner {
  display: flex;
  flex-direction: column;
  padding: 33px 18px 40px;
  position: relative;
  width: 88%;
  height: 100%;
  background-color: white;
  margin-left: auto;
  overflow: auto;
}

.burger-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #cecece;
}

.burger-top h3 {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.burger-top__close {
  width: 20px;
  height: 20px;
  background-color: #302757;
  margin-right: 17px;
}

.burger-bottom {
  margin-top: auto;
  border-top: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
}

.burger-bottom__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.burger-bottom__block a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.burger-bottom__block a svg {
  margin-right: 16px;
  width: 15px;
  height: 15px;
}

.burger-bottom__block a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #302757;
}

.burger-bottom__img {
  width: 55px;
  height: 50px;
  background-color: #302757;
}

.burger-nav {
  max-height: 75vh;
  overflow-y: auto;
  margin-top: 20px;
}
.burger-nav > ul {
  padding: 0 0 0 18px;
  margin-top: 0;
}
.burger-nav .has-submenu summary {
  font-weight: 700;
  font-size: 16px;
  color: #302757;
  display: block;
  position: relative;
}

<!-- START SUMBENU SETTINGS -- > .burger-nav__item.has-submenu summary::after {
  content: "▼";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  position: absolute;
}

.burger-nav__item.has-submenu {
  overflow: hidden;
}

.burger.not-ready {
  transform: translateX(100%) !important;
}

.has-submenu > details > summary::before {
  content: "";
  width: 100%;
  bottom: -16px;
  height: 1px;
  background-color: #cecece;
  left: 0;
  position: absolute;
}

.burger-nav__details > .burger-nav__sublinks {
  padding: 45px 0 0;
}

.burger-nav__sublinks > .burger-nav__sublink {
  margin-bottom: 20px;
}

.burger-nav__sublink > .burger-nav__details > .burger-nav__subitems {
  margin-top: 23px;
  padding: 0;
}

.burger-nav__subitems > .burger-nav__child {
  margin-bottom: 18px;
}
.burger-nav__subitems > .burger-nav__child:last-child {
  margin-bottom: 0 !important;
}

.burger-nav__subitems > .burger-nav__child > a {
  font-weight: 500;
}
.burger-nav__sublink a {
  font-weight: 500 !important;
}

.burger-nav__summary {
  position: relative;
  padding-right: 24px; /* простір для стрілки */
}

.burger-nav__summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 7L7 1L13 7' stroke='%23302757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* Поворот стрелки при открытом details */
.burger-nav__details[open] > .burger-nav__summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.burger-nav__subitems {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
}

.burger-bottom__logo > a {
  width: 55px;
  height: 50px;
  display: block;
}
.burger-bottom__logo > a img {
  width: 100%;
}

.burger-nav ul {
  list-style-type: none;
}

.burger-nav ul li {
  margin-bottom: 20px;
}

.burger-nav ul li.active a::before {
  display: block;
}

.burger-nav ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #302757;
  position: relative;
  text-decoration: none;
}

.burger-nav ul li a::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background-color: #19abd5;
}

/* @media screen and (min-width: 430px) {
    .custom-header {
      margin: 20px 25px !important;
  }
    } */
.mobile-products {
  position: relative;
  z-index: 1;
}
.contact-page-quoteform {
  position: relative;
  z-index: 1;
}
.footer-block__heading {
  color: #ffffff8f;
  font-size: clamp(16px, 2.5vw, 18px) !important;
  font-weight: 400;
}
.footer-contact-info p,
.footer-block__details-content a {
  font-size: clamp(14px, 2.5vw, 18px) !important;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  text-decoration: none;
}
.footer .field:hover.field:after,
.footer .field:before {
  box-shadow: none;
}
.footer__newsletter .newsletter-form__field-wrapper .field__input {
  border-radius: 5px !important;
}
.custom-header .phone-icon .fa-phone:before {
  color: #19abd5;
  font-size: 25px;
}
.custom-header .phone-icon a i {
  vertical-align: bottom;
}
.search-ctm .fa-search {
  font-size: 25px !important;
  color: #19abd5;
  vertical-align: middle;
}
.header__inline-menu {
  display: block !important;
}
.list-menu {
  list-style: none;
  padding: 0;
}
.burger-inner .header__menu-item {
  display: flex;
  font-weight: 700;
  color: #302757 !important;
}
.burger-inner details[open] > .header__menu-item {
  text-decoration: none;
}
.drawer_logo img {
  width: 100%;
  height: 100%;
}
.drawer_logo {
  width: 71px;
  height: auto;
}
.product__media img {
  object-fit: contain !important;
}
.product-media-container .media {
  padding-top: 0 !important;
  padding-bottom: 100%;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid #b6b5b8;
  border-radius: 24px;
}
.media_slide_thumnaol {
  margin-top: 2rem;
}
.media_next svg,
.media_prev svg {
  width: 40px;
  height: 40px;
}
.product .swiper-button-next:after,
.product .swiper-button-prev:after {
  display: none;
}
.product .swiper-button-next,
.product .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.product .swiper-slide-thumb-active {
  opacity: 0.6;
}
.media_slide_main {
  position: relative;
}
.accordion-box .accordion-content,
.accordion-box .accordion-content-child {
  display: none;
}
.accordion-box .burger-nav__summary::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-box .burger-nav__summary.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.accordion-box ul {
  padding-top: 10px !important;
  border-top: 1px solid #cecece;
  margin-top: 10px !important;
}
li.burger-nav__sublink .burger-nav__summary {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
}
.burger-nav__summary.accordion-toggle {
  font-weight: 700;
  font-size: 16px;
  color: #302757;
  position: relative;
  text-decoration: none;
}
.accordion-box ul {
  padding: 0;
}
.phone-icon svg,
.search-ctm svg {
  display: flex;
}
.hamburger-menu svg {
  width: 26px;
  height: 26px;
}
.product-info-card {
  border: 1px solid #cecece;
  border-radius: 16px;
  padding: 16px 21px;
}
.product-info-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-label {
  color: #302757b8;
  font-weight: 500;
  font-size: 18px;
  min-width: 140px;
  line-height: 150%;
}

.product-value {
  color: #302757;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
  line-height: 150%;
}
.product-info-row p{
  margin: 0px;
}
.slick-prev:hover i,
.slick-next:hover i {
  color: #000;
}
.slick-prev:hover,
.slick-next:hover {
  background: transparent !important;
}
.right-points ul {
  margin: 0;
}
.bcontact-embed .bcontact-sm {
  width: 100% !important;
}
.footer_banner-main {
  position: relative;
}
.footer_banner-desk_img,
.footer_banner-mobi_img {
  width: 100%;
  height: auto;
}
.footer_banner-desk_img img,
.footer_banner-mobi_img {
  width: 100%;
  height: 100%;
}
.footer_banner-bg {
  background: linear-gradient(to bottom, #fff 50%, #302757 50%) !important;
}
/* .footer_banner-bg {
    background-image: url(https://cdn.shopify.com/s/files/1/0320/0457/1276/files/Frame_68.png?v=1749103431) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: 100% !important;
    background-attachment: scroll !important;
} */
.footer_banner-desk_img,
.footer_banner-mobi_img {
  width: 100%;
  height: auto;
}
.footer_banner-desk_img img,
.footer_banner-mobi_img {
  width: 100%;
  height: 100%;
}
.footer_banner-bg {
  background: linear-gradient(to bottom, #fff 50%, #302757 50%) !important;
}
/* .footer_banner-bg {
    background-image: url(https://cdn.shopify.com/s/files/1/0320/0457/1276/files/Frame_68.png?v=1749103431) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: 100% !important;
    background-attachment: scroll !important;
} */
.footer_banner-cont {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8rem;
  row-gap: 20px;
}
.footer_banner-main {
  position: relative;
}
.footer_banner-cont h2 {
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 600;
  color: #302757;
  max-width: 600px;
  letter-spacing: 0;
  margin: 0;
}
.footer_banner-cont h2 p {
  margin: 0;
}
.footer_banner-cont h2 p strong {
  color: #19abd5;
  font-weight: 600;
}
.col_slider .collection-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: 1px solid #8080806e;
  border-radius: 12px;
}
.col_slide-inner .collection-title {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
  line-height: normal;
}
a.collection-link {
  text-decoration: none;
}
.collection-image {
  width: 100%;
  height: auto;
}
.col_slide-inner {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  min-height: 360px;
}
.collection-section-title {
  padding-bottom: 5rem;
}
.custom-heading {
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 700;
  letter-spacing: normal;
  color: #000;
}
.image-text-section h2 span {
  color: #19abd5;
}
.page-width {
  max-width: 1440px;
}
nav.breadcrumb {
  text-transform: capitalize;
}
.cont_form {
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 24px;
}
.quote-form {
  padding: 0 3rem;
  max-width: 1340px!important;
}
.pro_detail-name.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.pro_detail-name.burger-nav__summary::after {
  transform: translateY(-50%) rotate(-180deg);
}
.pro_detail-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(
    data:image/svg + xml;utf8,
    <svgwidth="14"height="8"viewBox="0 0 14 8"fill="none"xmlns="http://www.w3.org/2000/svg"><pathd="M1 7L7 1L13 7"stroke="%23302757"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"/></svg>
  );
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.tab-contents {
  padding-top: 0 !important;
}
.product__inventory {
  font-weight: 600;
  color: #3027578f;
}
.custom-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ctm_accordian .accordion__title {
  font-size: 24px;
  font-weight: 600;
  color: #302757;
}
.ctm_accordian .summary__title + .icon-caret {
  top: 38%;
  height: 16px !important;
  width: 16px;
  right: 0;
}
.ctm_accordian summary {
  pointer-events: none;
}
.ctm_accordian svg {
  display: none;
}
.product {
  margin-top: clamp(8rem, 5vw, 10rem) !important;
}
.custom-header .universal-container {
  padding: 0;
}
.product__description strong {
    padding-right:  clamp(1rem, 2.5vw, 2rem);
   color: #302757B8;
}
.product__description span, .product__description p {
    color: #302757;
    font-weight: 600;
}
.ctm_accordian .accordion__content {
    padding: 0 !important;
}
.quote-title {
    padding: 10px 0 5px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    font-family: inherit !important; 
    color: #302757;
}
.bcontact-title {
    display: none !important;
}
.product__title h1{
  font-size: clamp(30px,5vw,40px) !important;
}
.product-gallery .slick-slide {
    width: 100% !important;
}
.tmenu_wrapper{
  height: 100% !important;
}
.collection-card-wrapper .card__heading {
    text-decoration: none;
    color: #302757;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px;
}
.collection-card-wrapper .card__inner{
  --border-opacity: 1;
  --color-foreground: 128, 128, 128;
}
div#shopify-section-template--15580407726165__main {
    padding-top: clamp(20px, 5vw, 60px);
}
.predictive-search__loading-state {
    display: none !important;
}
.globo-form-app>.dismiss.hidden {
    display: none !important;
}
/*===Responsive css===*/
@media (min-width: 750px) {

.page-width {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* div#shopify-section-template--15580407726165__main {
    padding-top: 150px;
} */
  .template-search__header {
    padding-top: 100px;
}
  .product .product__info-container {
    max-width: 100%;
  }
  .row.first-row {
    padding-top: 40px;
  }
  .phone-icon.small-hide {
    display: flex;
    gap: 11px;
    align-items: center;
  }
  .ctm-rict_text .text-wrapper {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
.footer-contact-info{
      flex-direction: column;
    gap: 20px !important;
}
}
@media (max-width: 749px) {
   .quote-title {
    font-size: 1.8rem;
}
    .product .product__title {
    margin-top:2rem;
}
  .related-products {
   margin-top: 5rem !important;
}
  .cont_form {
    padding: 2rem;
  }
  .col_slide-inner {
    min-height: 275px;
  }
  .col_slide-inner .collection-section-title {
    padding-bottom: 2rem;
  }
  .page-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .footer_banner-cont {
    padding: 2rem;
  }
  .footer_banner-desk_img img,
  .footer_banner-mobi_img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 15px;
  }
  .footer_banner-cont {
    padding: 2rem;
  }
  .footer_banner-desk_img img,
  .footer_banner-mobi_img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 15px;
  }
  .custom-card-product .cut-buton,
  .custom-card-product .cut-buton button {
    display: block;
    opacity: 0;
  }
  .custom-card-product .card.card--standard.card--media:hover .cut-buton a {
    width: 100%;
    height: 100%;
  }
  .custom-card-product .card.card--standard.card--media:hover .cut-buton {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .custom-card-product .card.card--standard.card--media:hover .card__media {
    /* filter: blur(0) !important; */
  }
  .who-we-are-container p,
  li {
    font-size: 14px;
    font-weight: 500;
  }
  .mobile-products .card__heading {
    font-size: 12px;
  }
  .fullservice-section {
    padding: 40px 20px 20px !important;
    margin: 0 1.5rem;
  }
  .custom-banner .banner-image {
    height: 350px;
  }
  .product-media-container .media {
    border-radius: 8px;
  }
  .header-right {
    gap: 15px;
  }

  .banner-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
  .custom-header .hamburger-menu {
    display: flex !important;
  }
  .hamburger-menu i {
    font-size: 18px;
    color: #fff;
  }
  .subtext.partnersbrand-blue p {
    text-align: center;
  }
  .footer-block__newsletter.flex-container {
    gap: 0 !important;
  }
  .footer .newsletter-heading h2 {
    font-size: 16px !important;
    line-height: normal;
    color: #fff;
  }
  .custom-banner .banner-button {
    line-height: normal;
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px;
  }
  .product-filter select {
    width: 100% !important;
  }
  .section-sub-title {
    padding-left: 10px;
  }
  .mobile-products {
    padding: 1.5rem;
  }
  .related-products h2 {
    padding-left: 1.5rem;
  }
  .product .product__title h1 {
    font-size: 22px;
  }
  .footer-contact-info {
    gap: 0 !important;
  }
  .footer .footer-block__details-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .product-info-row { 
    gap: 10px;
    flex-direction: column;
  }
  .product-value,
  .tab-content{
        font-size: 14px !important;
  }
}