/** Shopify CDN: Minification failed

Line 47:0 Unexpected "#"
Line 47:3 Comments in CSS use "/* ... */" instead of "//"

**/
.product-tabs {
  margin-top: 20px;
}

.tabs {
  list-style: none;
  padding: 0;
  display: flex;
  cursor: pointer;
}

.tab-link {
  padding: 10px 20px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.tab-link.active {
  background: #fff;
  border-bottom: none;
}

.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}




###/////FAQ///####


.faq-with-image__faq-item {
  margin-bottom: 10px;
}

.faq-with-image__question {
  width: 100%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
}

.faq-with-image__answer {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.faq-with-image__question.active + .faq-with-image__answer {
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-with-text__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
