.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .product .header-section {
  margin-top: 6.87rem;
  padding-top: 3.5rem;
  background-image: url("./img/single-product-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 6.87rem);
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section {
    margin-top: 0;
    padding-top: 8.5rem;
  }
}
@media small- screen and (max-width: 960px) {
  .single-product .product .header-section {
    padding-top: 5.5rem;
  }
}
.single-product .product .header-section .back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FF6C00;
  font-size: 1rem;
  margin: 3.12rem 0;
}
.single-product .product .header-section .back-link img {
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  object-position: center;
}
.single-product .product .header-section .woocommerce-product-gallery, .single-product .product .header-section .summary {
  float: none;
  margin-bottom: 0;
}
.single-product .product .header-section .woocommerce-product-gallery {
  height: 55vh;
  width: 45vh;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .woocommerce-product-gallery {
    height: auto;
    width: 100%;
    margin-bottom: 1.56rem;
  }
}
@media screen and (min-width: 961px) {
  .single-product .product .header-section .woocommerce-product-gallery .flex-viewport {
    height: 45vh !important;
    width: 45vh;
  }
}
.single-product .product .header-section .woocommerce-product-gallery .flex-control-nav {
  width: 45vh;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .woocommerce-product-gallery .flex-control-nav {
    width: 100%;
  }
}
.single-product .product .header-section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder img {
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder img {
    height: auto;
  }
}
.single-product .product .header-section .summary {
  padding-left: 9.87rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary {
    padding-left: 0;
  }
}
.single-product .product .header-section .summary .product_title {
  color: #FF6C00;
  margin-bottom: 2.12rem;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .product_title {
    margin-bottom: 1.43rem;
  }
}
.single-product .product .header-section .summary .variations {
  margin-bottom: 2.12rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .variations {
    margin-bottom: 1.43rem;
  }
}
.single-product .product .header-section .summary .variations .bolded {
  min-width: max-content;
}
.single-product .product .header-section .summary .price-wrapper {
  margin-bottom: 0.75rem;
}
.single-product .product .header-section .summary .price-wrapper .variation-price {
  display: none;
}
.single-product .product .header-section .summary .price-wrapper .variation-price.active {
  display: block;
}
.single-product .product .header-section .summary .price-wrapper .price {
  font-size: 2.18rem;
  font-weight: bold;
  line-height: 2.81rem;
  color: #220800;
  letter-spacing: calc(1em * (20 / 1000));
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .price-wrapper .price {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}
.single-product .product .header-section .summary .price-wrapper .price del {
  opacity: 1;
}
.single-product .product .header-section .summary .price-wrapper .price ins {
  text-decoration: none;
}
.single-product .product .header-section .summary .price-wrapper .price .amount {
  color: #220800;
  text-decoration: none;
}
.single-product .product .header-section .summary .price-wrapper .no-break {
  white-space: nowrap;
}
.single-product .product .header-section .summary .price-wrapper .vat-info {
  padding-bottom: 0.6rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .price-wrapper .vat-info {
    padding-bottom: 0;
  }
}
.single-product .product .header-section .summary .price-wrapper .prefix-price {
  font-size: 1.25rem;
  font-weight: 500;
}
.single-product .product .header-section .summary .delivery-info {
  color: #1EC100;
  line-height: 1.56rem;
  margin-bottom: 2.12rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .delivery-info {
    margin-bottom: 1.5rem;
  }
}
.single-product .product .header-section .summary .product-custom-section {
  margin-bottom: 3.12rem;
}
.single-product .product .header-section .summary .product-custom-section .heading {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.single-product .product .header-section .summary .product-custom-section .heading img {
  height: 3.25rem;
  width: 3.25rem;
  object-fit: contain;
  object-position: center;
  filter: invert(62%) sepia(75%) saturate(4478%) hue-rotate(357deg) brightness(96%) contrast(112%);
}
.single-product .product .header-section .summary .product-custom-section .small-text {
  font-size: 0.75rem;
  margin: 0.5rem 0;
}
.single-product .product .header-section .summary .cart {
  margin-bottom: 0;
}
.single-product .product .header-section .summary .cart .quanity-wrapper {
  margin-right: 1.93rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .cart .quanity-wrapper {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.single-product .product .header-section .summary .cart .quanity-wrapper .quntity-button {
  display: block;
  font-family: "AlbertSans", Sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.12rem;
  color: #FF6C00;
}
.single-product .product .header-section .summary .cart .quanity-wrapper .qty {
  min-width: 5.5rem;
  font-family: "AlbertSans", Sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.12rem;
  float: none;
  margin: 0 1rem;
  padding-left: 2rem;
  color: #220800;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .cart .quanity-wrapper .qty {
    padding-left: 1rem;
  }
}
.single-product .product .header-section .summary .wishlist-button {
  margin-left: 1.93rem;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .summary .wishlist-button {
    margin-left: 1.5rem;
  }
}
.single-product .product .header-section .image-text-items {
  margin-top: 2.43rem;
  margin-bottom: 1.5rem;
  padding: 0 6.12rem;
  color: #FF6C00;
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .image-text-items {
    margin-top: 1.87rem;
    margin-bottom: 1.12rem;
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .single-product .product .header-section .image-text-items .image-text-item {
    width: 50%;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .single-product .product .header-section .image-text-items .image-text-item {
    width: 100%;
  }
}
.single-product .product .header-section .image-text-items .image-text-item .image-wrapper {
  margin-right: 1.12rem;
}
.single-product .product .header-section .image-text-items .image-text-item .image-wrapper img {
  height: 3.06rem;
  width: 3.06rem;
}
.single-product .product .header-section .to-product-detail-wrapper {
  margin-top: auto;
}
.single-product .product .header-section .to-product-detail-wrapper .to-product-details {
  color: #FF6C00;
  font-weight: bold;
  margin-top: auto;
  padding-bottom: 1rem;
  cursor: pointer;
}
.single-product .product .header-section .to-product-detail-wrapper .to-product-details p {
  line-height: 1.56rem;
  margin-bottom: 0.75rem;
}
.single-product .product .header-section .to-product-detail-wrapper .to-product-details img {
  height: 1.75rem;
  width: 1.43rem;
  object-position: center;
  object-fit: contain;
}

.checks-section {
  background-image: url("./img/single-product-checks-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  --bleed: 0.5rem;
}
@media screen and (min-width: 1921px) {
  .checks-section {
    min-height: 11vw;
  }
}
@media screen and (max-width: 960px) {
  .checks-section {
    background-size: cover;
    --bleed: 1.5rem;
  }
}
.checks-section .image-text-items {
  color: #FFFFFF;
  padding: 2.93rem 3.56rem 6.75rem;
}
@media screen and (max-width: 960px) {
  .checks-section .image-text-items {
    padding: 2.25rem 0 6.25rem;
  }
}
.checks-section .image-text-items .image-text-item .image-wrapper {
  margin-right: 1.25rem;
}

.product-details-section {
  padding: 10.31rem 0;
}
@media screen and (max-width: 960px) {
  .product-details-section {
    padding: 5.31rem 0;
  }
}
.product-details-section.has-background {
  background-image: url("./img/section-background-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1921px) {
  .product-details-section.has-background {
    min-height: 33vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section.has-background {
    background-size: cover;
  }
}
.product-details-section.has-background.big-background {
  background-image: url("./img/section-background.svg");
  padding: 11.56rem 0;
}
@media screen and (min-width: 1921px) {
  .product-details-section.has-background.big-background {
    min-height: 44vw;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section.has-background.big-background {
    padding: 5.78rem 0;
  }
}
.product-details-section.mt-n-4 {
  margin-top: -4rem;
}
.product-details-section.expandable {
  display: none;
}
.product-details-section .inner-wrapper {
  padding: 0 17.5rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper {
    padding: 0;
  }
}
.product-details-section .inner-wrapper.mb-5 {
  margin-bottom: 3.12rem;
}
.product-details-section .inner-wrapper.bleed {
  --bleed: 2.2rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper.bleed {
    --bleed: 0.93rem;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col:first-child {
    order: 2;
  }
}
.product-details-section .inner-wrapper .col.image-col.padding-right {
  padding-right: 8.12rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col.padding-right {
    padding-right: 0;
  }
}
.product-details-section .inner-wrapper .col.image-col.padding-right.small-padding {
  padding-right: 7rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col.padding-right.small-padding {
    padding-right: 0;
  }
}
.product-details-section .inner-wrapper .col.image-col.padding-left {
  padding-left: 8.12rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col.padding-left {
    padding-left: 0;
  }
}
.product-details-section .inner-wrapper .col.image-col.padding-left.small-left {
  padding-left: 7rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col.image-col.padding-left.small-left {
    padding-left: 0;
  }
}
.product-details-section .inner-wrapper .col.image-col.small-image img {
  height: 17.93rem;
  min-height: 17.93rem;
  width: 18.81rem;
  min-width: 18.81rem;
}
@media screen and (max-width: 600px) {
  .product-details-section .inner-wrapper .col.image-col.small-image img {
    height: auto;
    min-height: auto;
    width: 50%;
    min-width: 50%;
  }
}
.product-details-section .inner-wrapper .col.image-col img {
  height: 21.93rem;
  min-height: 21.93rem;
  width: 20.12rem;
  min-width: 20.12rem;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .product-details-section .inner-wrapper .col.image-col img {
    height: auto;
    min-height: auto;
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col:not(.image-col) {
    margin-bottom: 3.12rem;
  }
}
.product-details-section .inner-wrapper .col table {
  margin-top: 3.12rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col table {
    width: 100%;
    margin-top: 0;
  }
}
.product-details-section .inner-wrapper .col table td {
  min-width: 16.25rem;
}
@media screen and (max-width: 1660px) {
  .product-details-section .inner-wrapper .col table td {
    min-width: 13.25rem;
  }
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .col table td {
    min-width: auto;
  }
}
.product-details-section .inner-wrapper .title {
  color: #220800;
  margin-bottom: 3.12rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .title {
    margin-bottom: 1.87rem;
  }
}
.product-details-section .inner-wrapper .title.small-margin {
  margin-bottom: 2.06rem;
}
@media screen and (max-width: 960px) {
  .product-details-section .inner-wrapper .title.small-margin {
    margin-bottom: 1.43rem;
  }
}

.product-slider-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .product-slider-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.product-slider-section h2 {
  color: #220800;
  margin-bottom: 3.12rem;
}
@media screen and (max-width: 960px) {
  .product-slider-section h2 {
    margin-bottom: 1.56rem;
  }
}

#woo-waiting-form {
  margin-bottom: 35px;
}
#woo-waiting-form h4 {
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
}
#woo-waiting-form .subscribe-form {
  background-color: transparent !important;
  display: flex;
  align-items: center;
  height: 57px;
}
#woo-waiting-form .subscribe-form input {
  width: auto;
  border: none;
  padding: 0.56rem 1rem 0.56rem 1rem;
  margin-right: 2rem;
  min-width: 20rem;
}
@media screen and (max-width: 960px) {
  #woo-waiting-form .subscribe-form input {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
#woo-waiting-form .subscribe-form button {
  margin-left: 18px;
}
#woo-waiting-form .validation-message {
  margin-top: 10px;
  margin-bottom: 10px;
}
#woo-waiting-form .form-ajax-success {
  display: none;
}