.custom-breadcrumb .breadcrumb {
  display: block !important;
}

/* Declinations & product default desc */
.product-description p,
#ndk_attr_long_desc p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}

.product-description p {
  margin-bottom: 0!important;
}

.tax-shipping-delivery-label {
  display: none;
}

#product .product-unit-price {
  font-style: italic;
  font-weight: 300;
  color: #959595;
  text-align: center;
  font-size: 9px;
}

.control-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.custom-height {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in;
}

.expanded {
  max-height: 300px;
  overflow-y: auto;
  transition: max-height .5s ease-in;
}

/* Hidden by default but still appearing in the DOM and causing bad spacing, so we have to hide following elem */
span#product-availability,
p.product-minimal-quantity {
  display: none;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 400px;
  z-index: 0 !important;
}

@media(min-width: 650px) {
  .swiper {
    height: 750px;
  }
}

@media (min-width: 1920px) {
  .swiper-button-prev {
    left: 10% !important;
  }

  .swiper-button-next {
    right: 10% !important;
  }
}

@media (min-width: 1400px) {
  .swiper-button-prev {
    left: 5% !important;
  }

  .swiper-button-next {
    right: 5% !important;
  }
}

@media(min-width: 992px) {
  .product-slideshow {
    margin-bottom: 0;
  }
}

.swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
}

.swiper-slide img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  object-position: center;
}

.swiper-pagination {
  width: 100%;
  margin-top: 0px;
}

@media(min-width: 650px) {
  .swiper-pagination {
    margin-top: 20px;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: #979797 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #FFF !important;
  border: 1.5px solid #979797;
  box-sizing: border-box;
}

/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #9E9EA0 !important;
}

.swiper-scrollbar {
  display: none
}

@media(max-width: 1399px) {
  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }
}

@media(min-width: 1400px) {
  .swiper-button-next {
    right: 5%;
  }

  .swiper-button-prev {
    left: 5%;
  }
}

@media(min-width: 1920px) {
  .swiper-button-next {
    right: 10%;
  }

  .swiper-button-prev {
    left: 10%;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px !important;
}

.swiper-button-next.disabled,
.swiper-button-prev.disabled {
  display: none !important;
}

@media(max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* Suggestions */
.pdt-suggestion-description p {
  font-size: 12px!important;
  color: black!important;
  text-align: center;
  font-weight: 300!important;
}

/* Shop details */
#product .shop-info-section {
  margin-bottom: 40px!important;
}

#product .shop-info-section h2 {
  font-weight: bold;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}

#product .shop-info-section ul li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 300;
}

.product-variants>.product-variants-item select {
  background-color: #F1EBE8;
}

#product select {
  color: #000!important;
}

p, .page-content.page-cms ul {
  font-size:10px;
}

#product .page-content#content {
  min-height: 200px!important;
  width: 100%!important;
  max-width: 100%!important;
  display: flex!important;
  flex-direction: column!important;
}

#product .current-price-value {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
}

@media(max-width: 767px) {
  #product .product-actions.mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F1EBE8 !important;
    padding: 20px 3rem;
    z-index: 9999;
    transition: all 1s ease;
  }

  #product .product-actions.mobile:not(.visible) {
    bottom: -100%;
  }
}

@media(min-width: 768px) {
  #product .product-actions.mobile {
    display: none;
  }
}

#product .product-description .read-more {
  background: none;
  border: none;
  padding: 0 0 1px;
  border-bottom: 1px solid #000;
  margin: 10px 0;
  color: #000!important;
}

#product .product-description .hidden {
  display: none;
}