.main-product {
  position: relative;
}

/*-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*-PRODUCT-TOP-STYLE-+-START-*/
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.main-product-top {
  display: flex;
  gap: 0px;
  justify-content: flex-end;
}

.product-left {
  width: 100%;
  height: 100%;
}

.product-right {
  width: calc(50% - 50px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 100px 0px;
}

.product-right-inner {
  width: 100%;
}
.term-samples li.product .product-item-content a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.term-samples li.product .product-item-content {

    min-height: 90px;
}
/* Product Image Style */
.product-image {
  width: 100%;
  height: 100%;
}

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

.product-slider {
  display: flex;
  width: 25%;
  height: 100%;
}

.product-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Product Content Styling */
h2.title {
  font-size: 46px;
  color: #2a2a2a;
}

.product-buttons {
  display: flex;
  gap: 20px;
}

.description {
  font-size: 20px;
  font-weight: 400;
}

.stock-left {
  font-size: 24px;
  font-weight: 500;
  color: #c6c6c6;
  margin-top: 30px;
}

/* Product Price Styling */
.price-content {
  margin-bottom: 10px;
}

.price-content .price {
  font-size: 42px;
  font-weight: 500;
  color: var(--light-red);
  margin: 0;
  line-height: 42px;
  margin-bottom: 10px;
}

.price-content .sub-price {
  font-size: 22px;
  font-weight: 500;
  color: #6a6a6a;
}

/* Product Button Style */
.product-buttons {
  align-items: center;
}

.product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-red);
  width: 200px;
  height: 50px;
  border-radius: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s ease;
}
.product-btn:hover {
  background: #79011d;
}

.btn-alt {
  background: #79011d;
}

.btn-alt:hover {
  background: var(--light-red);
}
/* PRODUCT TOP - END */

/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*-PRODUCT-BOTTOM+STYLE+-+START+*/
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.main-product-bottom {
  position: relative;
}

.product-bottom-titles {
  display: flex;
  justify-content: space-evenly;
  background: #181818;
  padding: 10px 0;
}

.description-title {
  margin: 0;
}

.benefits-title {
  margin: 0;
}

/* PRODUCT BOTTOM - END */

/* PRODUCT BOTTOM TAB STYLE */
.product-bottom-titles h2 {
  color: #474747;
  font-size: 26px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-bottom-titles h2 {
  color: #fff !important;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
.product-bottom-titles h2:hover {
  color: var(--light-red) !important;
}
.product-bottom-titles h2.active {
  color: var(--light-red) !important;
}

.tabs-fold2-content {
  color: white;
  background: #2b2b2b;
  height: auto;
  display: none;
  padding: 50px 0;
}
.main-product-bottom img {
  display: none;
}

.tabs-fold2-content.tab-content img {
  display: none;
}

.tabs-fold2-content.tab-content a {
  color: var(--light-red);
}
.tabs-fold2-content.active {
  display: block;
}

.tabs-fold2-content ul {
  list-style: none;
  padding-left: 0px;
}

.tabs-fold2-content ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 10px;
  color: var(--light-red);
  font-weight: 700;
}

.tabs-fold2-content ul li {
  position: relative;
}

.tabs-fold2-content.tab-content :is(h2, h3, h4, h5, h6) {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

/*====================================*/
/*== ==FOLD 4 - Styling - Desktop== ==*/
/*====================================*/
.fold-4 {
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.f4-title {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding-bottom: 50px;
  color: var(--text-dark);
}

.f4-title span {
  color: var(--text-red);
}

/*==========================================*/
/*== == SHOP HEADER - Styling - Desktop== ==*/
/*==========================================*/
.fold-1-header {
  position: relative;
  background: var(--light-red);
  padding: 25px 0;
  z-index: 1;
}

.fold-1-header .readmore{
	background: var(--gray);
}

.fold-1-header::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/texture-light.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fold-1-header .banner {
  text-align: center;
  z-index: 3;
  padding: 20px 0 5px 0;
}

.fold-1-header .banner p {
  color: white;
  font-size: 16px;
}

.fold-1-header .page-title {
  font-size: 32px;
  color: var(--text-light);
  margin: 0;
  padding: 0;
  z-index: 5;
}

.product-right-bottom tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}

.product-right-bottom td.value {
  padding: 0px;
}

.product-right-bottom th.label {
  padding: 0px;
  line-height: 1;
}

.product-right-bottom table.variations tbody tr select {
  display: block;
  width: 200px;
  padding: 5px;
}

.product-right-bottom td.value a {
  display: none;
}

.product-right-bottom tbody {
  display: flex;
  gap: 20px;
}

.product-right-inner > .title {
  margin-bottom: 5px;
}

.product-fold1-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  display: flex;
}

.owl-carousel.product-fold1-img-slider {
  height: 100%;
  width: 100%;
  display: flex;
}

.owl-carousel.product-fold1-img-slider
  :is(.owl-stage, .owl-stage-outer, .owl-item) {
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.owl-stage {
    display: flex;
    height: 100%;
}

.main-product-fold1 {
  position: relative;
	overflow: hidden;
}

figure.woocommerce-product-gallery__wrapper * {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.item {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

.item picture {
    width: 100%;
    height: 100%;
}

.product-fold1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel.product-fold1-img-slider :is(.owl-item) img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* SHOP STYLING | Jake */
ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  justify-content: flex-start;
  row-gap: 20px;
  margin: 0;
}

.product {
  position: relative;
  flex: 0 0 calc(100% / 3 - 20px);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 300px;
  justify-content: end;
  overflow: hidden;
}

.products .product::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 100px;
  line-height: 1;
  color: white;
  transform: translatex(-50%) translatey(-50%);
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 500ms ease;
  pointer-events: none;
}

.products .product:hover::before {
  opacity: 1;
}

li.product .product-item-content {
  position: relative;
  z-index: 2;
  background: #0000009e;
  padding: 15px;
  transition: all 500ms ease;
  /* flex: 0 0 100px; */
  display: flex;
  align-items: stretch;
}

li.product .product-item-content a {
  color: white;
  flex: 1;
}

li.product .product-item-content h2 {
  margin: 0px;
  font-size: 20px;
}

.product:hover .product-item-content {
  flex: 1 0;
}

li.product .product-item-content a.button.wp-element-button {
  display: none;
}

.product:hover .item-content {
  background: #525252cc;
  flex: 1;
}

.product:hover .view-product {
}

.item-content {
  position: relative;
  width: 100%;
  background: #525252cc;
  text-align: start;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  flex: 0 0 100px;
}

.product:hover .item-content {
}

.item-content a {
  color: white;
  text-align: center;
}

.item-name {
  font-weight: bold;
  font-size: 20px;
  color: var(--text-light);
}

.item-details {
  display: flex;
  flex-direction: column;
  color: var(--text-light);
}

.view-product {
  transition: all 0.5s ease;
  color: white;
  font-size: 70px;
}

.view-link-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 1;
}

.product a img {
  width: calc(100% - 2px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #edecec;
  object-fit: cover;
}

.product:hover .view-link-container {
  opacity: 1;
}

.product:hover img {
  filter: blur(2px);
}

/* SHOP PAGINATION STYLE */
.page-numbers {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page-numbers li {
  background: #5a5a5a;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  transition: all 0.5s ease;
}

.page-numbers li a {
  color: #2a2a2a;
  font-weight: bold;
  transition: all 0.5s ease;
  color: white;
}

.page-numbers.current {
  background: var(--light-red);
  border-radius: 8px;
  color: var(--text-light);
}

.page-numbers li:hover {
  background: var(--light-red);
  border-radius: 8px;
}

.page-numbers li:hover a {
  color: var(--text-light);
}

/* Woocomm Sorting/Orderby Style */
.woocommerce-result-count {
  font-family: "Poppins";
  margin-top: 0px;
}

form.woocommerce-ordering {
    margin-bottom: 20px;
}

select.orderby {
  height: 50px;
  width: 250px;
  font-family: "Poppins", sans-serif;
  background: white;
  border: solid 1px var(--gray);
  color: var(--gray);
  font-weight: 500;
  font-size: 18px !important;
  padding: 0 10px;
}

/* PRODUCT BUTTON STYLING */
table.variations tbody tr {
  display: flex;
}

select#float-type {
  height: 30px;
  border-radius: 32px;
  text-align: center;
}

.input-text.qty {
  border: solid 1px var(--gray);
  border-radius: 20px;
  width: 50px;
  height: 40px;
  font-size: 20px;
  text-align: center;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  gap: 20px;
  padding-top: 0px;
}

button.single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed {
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 200px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

input#quantity_6454f37a76a3f {
  border-radius: 32px;
  border: solid 4px var(--text-dark);
  text-align: center;
  width: 50px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  gap: 20px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 150px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 18px;
}

a.reset_variations {
  padding: 20px;
  color: var(--pink);
}

form.cart {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

select#colours {
  height: 30px;
  border-radius: 32px;
  text-align: center;
}

/* Woocommerce Product Primary Information Style */
a.added_to_cart.wc-forward {
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 150px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  font-size: 16px;
}

/* Woocommerce Product Gallery */
ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  width: 100%;
  height: 80px;
  margin: 0;
  list-style: none;
  padding: 0;
  overflow-x: scroll;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  gap: 10px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
}

.product-fold1-img > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 80px;
  height: 80px;
  display: block;
  flex: 0 0 80px;
  border: solid 1px lightgrey;
}

.woocommerce-product-gallery__wrapper > div > img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}

ol.flex-control-nav.flex-control-thumbs img {
  width: 100%;
  height: 100%;
}

.flex-viewport {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}

figure.woocommerce-product-gallery__wrapper {
  margin: 0;
  height: 100%;
  width: 100%;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}

.shop-flex-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
}

.shop-flex-filter {
    flex: 0 0 300px;
}

.woof_redraw_zone {
    padding: 20px;
    box-sizing: border-box;
    border: solid 1px lightgrey;
}

.woof_container_inner h4 {
    color: var(--text-red);
    font-size: 20px;
}

.shop-flex-shop {
    flex: 1 1 100%;
}
.woocommerce-notices-wrapper {max-width: 1360px;margin-left: auto;margin-right: auto;}


@media (max-width: 1382px) {
    .woocommerce-notices-wrapper {  margin-left: 15px;margin-right: 15px;}
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 1em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word
}
.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
  content: " ";
  display: table
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
  clear: both
}
/*.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  content: "\e028"/"";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em
}*/
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: right
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important
}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed
}
.woocommerce-message {
  border-top-color: #8fae1b
}
/*.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b
}*/
.woocommerce-info {
  border-top-color: #1e85be
}
.woocommerce-info::before {
  color: #1e85be
}
.woocommerce-error {
  border-top-color: #b81c23
}
/*.woocommerce-error::before {
  content: "\e016";
  color: #b81c23
}*/