.splide__arrow--next {
  content: "/e5cc";
}

.splide__arrow {
  opacity: 1;
  display: flex;
  align-items: center;
  width: 51px;
  height: 51px;
  border-radius: 5em;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}

.splide__arrow:hover {
  transform: scaleY(-4px) scale(1.1);
}

.splide__arrow svg {
  fill: #55BAE7;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .splide__arrow {
    display: none;
  }
}

.summary.entry-summary {
  position: sticky;
  top: 80px;
}

.product-gallery .splide__slide {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 12px;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel strong {
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 18px;
  color: #6E838C;
}

.woocommerce-tabs .entry-content ol {
  margin-bottom: 18px;
  list-style: decimal;
  list-style-position: outside;
  padding-left: 20px;
}

.woocommerce-tabs .entry-content ul {
  margin-bottom: 18px;
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li,
.woocommerce-tabs .woocommerce-Tabs-panel ol li {
  margin-bottom: 4px;
  color: #6E838C;
}

.summary .single-price {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  display: flex;
  gap: 8px;
}

.summary .single-price * {
  font-weight: 600;
  text-decoration: none;
}

.summary .single-price del {
  font-size: 20px;
  line-height: 25px;
  color: #6E838C;
  opacity: 0.7;
  text-decoration: line-through;
}

.related .single-price {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.related .single-price * {
  font-weight: 600;
}

.related .single-price del {
  font-size: 20px;
  line-height: 25px;
  color: #6E838C;
}

.woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-Tabs-panel#tab-description {
  display: block;
  font-weight: 500;
}

.woocommerce-product-details__short-description {
  color: #6E838C;
  font-weight: 500;
}

@media (max-width: 767px) {
  .woocommerce-product-details__short-description {
    min-height: 160px;
  }
}

#read-button {
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
  color: #3982BE;
  font-weight: 600;
}

.related .price ins {
  text-decoration: none;
  margin-right: 8px;
}

/*faq*/

.faq-label {
  cursor: pointer;
}

.faq-input {
  display: none;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.01s ease-out, opacity 0.3s ease;
  transform-origin: top;
  opacity: 0;
}

.faq-input:checked + .faq-label + .faq-content {
  max-height: 100vh;
  opacity: 1;
}

.faq-input + .faq-label .icon-toggle-open {
  display: none;
}

.faq-input + .faq-label .icon-toggle-hidden {
  display: block;
}

.faq-input:checked + .faq-label .icon-toggle-open {
  display: block;
}

.faq-input:checked + .faq-label .icon-toggle-hidden {
  display: none;
}

/* Add animation */

.faq-content {
  transition-timing-function: ease;
}

.woocommerce-product-attributes {
  margin-bottom: 24px;
}

.woocommerce-product-attributes-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(110 131 140 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 25px;
}

@media (min-width: 1024px) {

  .woocommerce-product-attributes-item {
    font-size: 16px;
  }
}

.woocommerce-product-attributes-item__label {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(3 17 49 / var(--tw-text-opacity));
  font-size: 16px;
  line-height: 25px;
}

@media (min-width: 1024px) {

  .woocommerce-product-attributes-item__label {
    font-size: 16px;
  }
}

.woocommerce-product-attributes-item__value p {
  margin-bottom: 0 !important;
}

.woocommerce-product-attributes-item:nth-child(2n+1) {
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tagged_as, .posted_in, .product_meta {
  display: flex;
  gap: 4px;
  flex-flow: row wrap;
  font-size: 0;
}

.tagged_as a, .posted_in a, .product_meta a {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 240 / var(--tw-bg-opacity));
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(3 17 49 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {

  .tagged_as a, .posted_in a, .product_meta a {
    font-size: 14px;
  }
}

.tagged_as a:hover, .posted_in a:hover, .product_meta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.iframe-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999123;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  animation: fadeIn 0.4s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.iframe-container button {
  position: relative;
  max-width: 210px;
  bottom: 0;
  flex-grow: 0;
}

.iframe-container .loading {
  color: #666;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 60px;
  display: block;
  z-index: 9999;
  margin: auto;
}

.iframe-container > span {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.iframe-container iframe {
  border: none;
  width: 80%;
  height: 80%;
  z-index: 99991;
  border-radius: 16px;
  box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.15);
  border: 1px solid #ededed;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.single-template-price .per-template {
  display: block;
}

.woocommerce-product-details__short-description p span {
  font-weight: 500 !important;
}
