/** Shopify CDN: Minification failed

Line 125:17 The "-" operator only works if there is whitespace on both sides

**/
/* Hide scrollbar for Chrome, IE, Edge and Firefox, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hide scrollbar for Chrome, IE, Edge and Firefox, Safari and Opera */

.product-grid-with-tabs-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-card-item {
  width: 100%;
  display: flex;
  border: 1px solid #EBEBEB;
  gap: 16px;
  flex-direction: column;
}

.product-card-left-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-card-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.product-card-image img {
  object-fit: cover;
  max-height: inherit;
}

.product-card-right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 0 16px 16px 16px;
}

.product-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
}
.product-card-heading {
  font-size: 24px;
  color: #333333;
  margin: 0;
}
.product-card-heading a {
  text-decoration: none;
  color: currentColor;
  display: block;
}

/* Card Tabs Styling */
.product-card-tabs {
  display: flex;
  flex-direction: column;
}

.card-tabs-buttons {
  display: flex;
  margin-bottom: 16px;
  overflow-x: auto;
}

.card-tab-button {
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  background: #F3F3F3;
  cursor: pointer;
  text-align: center;
  outline: none;
  transition: background-color 0.2s, color 0.2s;
}
.card-tab-button:hover {
  background: #e6e6e6;
}
.card-tab-button--active, .card-tab-button--active:hover {
  background-color: black;
  color: #ffffff;
}

.card-tabs-content {
  display: none;
  height: 226px;
  max-height: 226px;
  overflow-y: auto;
}
.card-tabs-content--active {
  display: block;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 16px;
  height: 100%;
}
.specs-item {
  border-left: 1px solid #CECECE;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(33%-8px);
  padding-left: 24px;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
}
.specs-item-no-style {
  border-left: none;
  padding-left: 0;
}
.specs-title {
  margin: 0;
  color: #D80027;
  width: max-content;
}
.specs-content {
  color: #333333;
}

.review-block {
  padding-bottom: 12px;
  padding-top: 12px;
}
.review-block:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}
.review-header {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.review-header > p, .review-text {
  margin: 0;
}
.review-header-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-text {
  font-size: 13px;
  color: #999999;
}
/* Card Tabs Styling */

.swiper-container, .risify-related-product-link, .risify-related-product-image {
  height: 100%;
}
.risify-related-product-title, .risify-related-product-price {
  margin: 0;
  font-size: 14px;
}
.risify-related-product {
  width: 250px !important;
  height: 100% !important;
}
.risify-related-product-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: black !important;
}
.risify-related-product-link:hover {
  text-decoration: underline;
}
.risify-related-product-link::active, .risify-related-product-link:visited {
  color: black !important;
}

/*  */

.product-card-right-section .quick-add {
  margin: 0;
  padding: 0;
}

.quick-add__submit {
  height: 44px !important;
}
.quick-add__submit__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  letter-spacing: 2px;
  width: max-content;
}

/*  */

.product-metafield-content, .specs-grid, .reviews-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

/*  */

/* Tooltip Styling */
.product-title-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  margin-top: 4px;
}

/* Tooltip arrow */
.product-title-tooltip::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
}

/*  */

.quick-add-mobile {
  display: block;
}
.quick-add-desktop {
  display: none;
}

/*  */

@media (min-width: 873px) {
  .product-card-item {
    padding: 24px;
    gap: 24px;
    flex-direction: row;
  }
  .product-card-left-section {
    max-width: 350px;
    min-width: 350px;
  }
  .product-card-right-section {
    padding: 0;
  }
  
  .product-card-heading {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .product-card-heading:hover ~ .product-title-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .product-card-heading a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-tabs-buttons {
    margin: 16px 0;
  }
  .card-tab-button {
    padding: 8px;
  }
  .specs-grid {
    gap: 8px 24px;
  }

  .quick-add-mobile {
    display: none;
  }
  .quick-add-desktop {
    display: block;
  }
}