/** Shopify CDN: Minification failed

Line 104:2 Expected "}" to go with "{"

**/
.show-megamenu-img-false .site-nav-list .image {
  display: none !important;
}
.productView-info-item .productView-info-value {
  position: relative;
}
.productView-info-item .productView-info-value:nth-child(2):before {
  position: absolute;
}
.productView-info-item .productView-info-value:nth-child(2):hover {
  opacity: 0.6;
}
.productView-image .productView-img-container img:not(.zoomImg) {
  object-fit: contain;
}
#MainContent:has(.icon-mode-list.active) .card-information .card_later {
  display: none !important;
}

@media (min-width: 1200px) {
  .halo-productView-left {
    width: 49.5% !important;
    padding-right: 0px !important;
  }
  /* .productView-image .productView-img-container img:not(.zoomImg) {
    width: 65% !important;
  } */
}
.tigren-title-header {
    font-size: 17px; /* Adjust as needed */
    color: #333333; /* Dark gray */
}

.tigren-linkAttachment.full-unstyled-link {
    font-size: 16px; /* Adjust size as needed */
    color: #333333; /* Dark gray */
    text-decoration: none; /* No underline by default */
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transition */
}

.tigren-linkAttachment.full-unstyled-link:hover {
    color: #0073e6; /* Change to blue on hover */
    text-decoration: underline; /* Add underline on hover */
}

@media (max-width: 768px) {
  .tigren-product-attachments {
    display: none;
  }

@media (max-width: 768px) {
  .productView-moreItem.scroll-trigger.animate--slide-in .productView-desc.halo-text-format {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .productView-moreItem.scroll-trigger.animate--slide-in .productView-desc.halo-text-format {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .halo-block-header.text-center.block-title--style1.enable_border_title_style2 
  .title.scroll-trigger.animate--slide-in {
    font-size: 19px; /* Or whatever fits */
    line-height: 1.2; /* Optional for tighter spacing */
  }
}

@media (max-width: 480px) {
  .halo-block-header.text-center.block-title--style1.enable_border_title_style2 
  .title.scroll-trigger.animate--slide-in {
    font-size: 19px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .halo-block-header.text-center .title.scroll-trigger.animate--slide-in {
    font-size: 20px;  /* Adjust as needed */
    line-height: 1.2; /* Optional: tighter line-height */
  }
}

@media (max-width: 480px) {
  .halo-block-header.text-center .title.scroll-trigger.animate--slide-in {
    font-size: 20px;  /* Smaller font for very small screens */
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .slide-content  {
    display: none;
  }
}

  