.oh-pgallery {
  width: calc(58.092% - 17.5px);
}
.oh-product-main {
  align-items: flex-start;
}
.summary.entry-summary {
  width: calc(41.908% - 17.5px);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 150px;
}

.summary.entry-summary .price {
  font-size: 28px;
  margin: 20px 0px;
}

//* Grid: left rail + right main */
.oh-pgallery {
  display: block;
}
.oh-pg-grid {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 10px;
  align-items: start;
}

.oh-pg-thumbs {
  width: 100%;
  height: var(--oh-thumbs-h, 520px);
  overflow: hidden;
  border-radius: 8px;
}
.oh-pg-thumbs .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.oh-pg-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.oh-pg-thumbs img:hover {
  opacity: 0.9;
}
.oh-pg-thumbs-buttons button {
  height: 30px;
  border-radius: calc(8px / 1.5);
  color: var(--oh-color3);
  cursor: pointer;
  transition: all 0.25s ease;
  height: 30px;
  background: #f7f7f7;
  width: 100%;
  padding: 0px;
  border: none;
}
.oh-pg-thumbs-buttons button.swiper-button-disabled {
  color: #a5a5a5;
}
.oh-pg-thumbs-buttons button.swiper-button-lock {
  display: none;
}
.oh-pg-thumbs-buttons button svg {
  width: 21.56px;
}
.oh-pg-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
/* Main */
.oh-pg-main-col {
  position: relative;
  width: 100%;
}
.oh-pg-main {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.oh-pg-main .swiper-slide {
  width: 100% !important;
}
.oh-pg-main .oh-img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-in;
}

/* Arrows */
.oh-main-prev,
.oh-main-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--oh-color3);
  border: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.oh-main-prev {
  left: 0px;
}
.oh-main-next {
  right: 0px;
}
.oh-main-next svg,
.oh-main-prev svg {
  width: 37px;
}
.oh-main-next {
  transform: translateX(30px);
}
.oh-main-prev {
  transform: translateX(-30px);
}
.oh-pg-main-col:hover .oh-main-next,
.oh-pg-main-col:hover .oh-main-prev {
  transform: translateX(0px);
  pointer-events: unset;
  opacity: 1;
}

/* Lightbox button / Zoom toggle */
.oh-trigger-lightbox {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  border-radius: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  background: #fff;
  border: 0;
  cursor: pointer;
  flex-wrap: nowrap;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  padding: 0px;
  left: 10px;
  color: var(--oh-color7);
}
.oh-trigger-lightbox .trig_text {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  font-size: 90%;
  font-weight: 600;
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),
    max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.oh-trigger-lightbox:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  content: "\f127";
  font-size: 18px;
  transition: opacity 0.15s ease;
  font-family: "woodmart-font";
}
.oh-trigger-lightbox:hover .trig_text {
  padding-inline-end: calc(18px * 1.4);
  max-width: 280px;
}
.oh-trigger-lightbox:hover {
  color: var(--oh-color3);
}

/* PhotoSwipe is styled by Woo’s CSS we enqueued */

/* Mobile */
@media (max-width: 768px) {
  .oh-pg-grid {
    grid-template-columns: 1fr;
  }
  .oh-pg-thumbs {
    height: auto;
  }
}
/* Make zoomed image render inside the slide like Woo does */
.oh-pg-main .swiper-slide {
  position: relative;
  overflow: hidden;
}
.oh-zoom-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.oh-zoom-wrap .oh-img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
.oh-zoom-wrap .zoomImg {
  opacity: 1 !important;
}

/*** Related Section CSS ***/
.oh-related__title {
  margin-bottom: 20px;
}
.oh-related {
  padding-bottom: 40px;
}
.oh-related__nav {
  display: none;
}
.oh-related__dots {
  margin-top: 20px;
}
.oh-related__dots .swiper-pagination-bullet {
  border: 2px solid var(--oh-color5);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.oh-related__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--oh-color3);
  border-color: var(--oh-color3);
}
.oh-related__dots .swiper-pagination-bullet:hover {
  border-color: var(--oh-color3);
}
.oh-related__dots.swiper-pagination-lock {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 35px;
  overflow: hidden;
}
.upsells.section {
  padding-bottom: 20px;
}

/*** Review Section ***/
.woocommerce-Tabs-panel--reviews {
  position: relative;
  padding: 30px 0px;
}
.woocommerce-Reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.woocommerce-Tabs-panel--reviews:before {
  border-top: 1px solid #0000001c;
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 100vw;
  transform: translateX(-50%);
}
.woocommerce-Tabs-panel--reviews:after {
  border-bottom: 1px solid #0000001c;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 100vw;
  transform: translateX(-50%);
}
#comments {
  width: calc(50% - 20px);
}
#review_form_wrapper {
  width: calc(50% - 20px);
}
.woocommerce-Reviews-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.woocommerce-noreviews {
  color: var(--oh-secondary);
}
#reply-title {
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  color: var(--oh-primary);
}

.woocommerce-Reviews label {
  color: var(--oh-primary);
  display: block;
  margin-bottom: 5px;
}
.comment-form-rating {
  margin-bottom: 15px;
}
.comment-form-comment {
  margin-bottom: 15px;
}
#comment {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.oh-reviews-title {
  margin-bottom: 30px;
}

.stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.stars span {
  display: flex;
  font-size: 0;
}
.stars a::before {
  font-size: 14px;
  font-family: "woodmart-font";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
}
.stars:hover a:before,
.stars.selected a:before,
.stars.selected:hover a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23EABE12' d='M21.96,9.6c-.22-.69-.8-1.18-1.52-1.28l-4.66-.69-2.08-4.23c-.32-.65-.96-1.05-1.69-1.05h0c-.72,0-1.37,.4-1.69,1.05l-2.1,4.22-4.67,.67c-.71,.1-1.3,.59-1.52,1.28-.22,.69-.04,1.42,.47,1.93l3.37,3.3-.81,4.64c-.12,.71,.16,1.42,.74,1.84,.58,.43,1.34,.48,1.98,.15l4.18-2.18,4.17,2.2c.28,.15,.58,.22,.88,.22,.39,0,.77-.12,1.1-.36,.58-.42,.87-1.13,.75-1.84l-.79-4.65,3.38-3.28c.52-.5,.7-1.24,.48-1.93Z'/%3E%3C/svg%3E");
}
.stars a:before,
.stars a:hover ~ a:before,
.stars a.active ~ a:before,
.stars.selected:hover a:hover ~ a:before {
  content: "";
  color: var(--oh-color5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-width='1.5' d='M21.96,9.6c-.22-.69-.8-1.18-1.52-1.28l-4.66-.69-2.08-4.23c-.32-.65-.96-1.05-1.69-1.05h0c-.72,0-1.37,.4-1.69,1.05l-2.1,4.22-4.67,.67c-.71,.1-1.3,.59-1.52,1.28-.22,.69-.04,1.42,.47,1.93l3.37,3.3-.81,4.64c-.12,.71,.16,1.42,.74,1.84,.58,.43,1.34,.48,1.98,.15l4.18-2.18,4.17,2.2c.28,.15,.58,.22,.88,.22,.39,0,.77-.12,1.1-.36,.58-.42,.87-1.13,.75-1.84l-.79-4.65,3.38-3.28c.52-.5,.7-1.24,.48-1.93Z'/%3E%3C/svg%3E");
}

.comment-form-rating {
  display: flex;
  align-items: center;
}
.comment-form-rating #rating {
  visibility: hidden;
  opacity: 0;
  width: 0px;
  height: 0px;
  padding: 0px;
}
.comment-form-rating label {
  margin: 0px;
}
.oh-review-images {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.oh-review-images img {
  border-radius: 8px;
}

.oh-img-trigger {
  background: transparent;
  border: none;
}
.img_label_review {
  margin-inline-end: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
  color: var(--oh-color3);
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  line-height: 1.6;
}
.comment-form-image {
  margin-bottom: 20px;
}
.comment-form-image .oh-tip {
  width: 1.45em;
  height: 1.45em;
  border-radius: 50%;
  background: var(--oh-primary);
  display: inline-flex;
  min-width: 1.45em;
  justify-content: center;
  color: #fff;
  align-items: center;
  font-weight: 600;
}
.comment-form-rating label:after {
  content: ":";
  margin-inline-start: 2px;
}

/**** Additionall Information ****/
.woocommerce-Tabs-panel--additional_information {
  padding: 30px 0px;
  position: relative;
}
.woocommerce-Tabs-panel--additional_information:before {
  border-top: 1px solid #0000001c;
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 100vw;
  transform: translateX(-50%);
}

.woocommerce-product-attributes.shop_attributes {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.woocommerce-product-attributes.shop_attributes tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: calc(-1 * (30px + 1px));
  gap: 0px 30px;
}
.woocommerce-product-attributes.shop_attributes tr {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-product-attributes-item__value a {
  color: var(--oh-color6);
}

/*** Description ***/

.tabs.wc-tabs {
  display: none;
}
.woocommerce-Tabs-panel--description {
  position: relative;
  padding-top: 30px;
  margin-top: 40px;
  padding-bottom: 40px;
  max-height: 750px;
  overflow: hidden;
}
.woocommerce-Tabs-panel--description:before {
  border-top: 1px solid #0000001c;
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 100vw;
  transform: translateX(-50%);
}
.woocommerce-Tabs-panel--description p{
    margin-bottom: 15px;
}

.desc_brands a {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 400;
}
.desc_brands p {
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.desc_brands {
  margin-top: 30px;
  align-items: flex-start;
}
#tab-description::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 10;
  height: calc(100px + 95px);
  background: linear-gradient(to bottom, transparent 0px, currentColor 45px);
  color: #fff;
}
.more_loaded#tab-description::after {
  display: none;
}
.load_more_desc_container {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.load_more_desc svg {
  width: 13px;
  height: 13px;
}
.load_more_desc span {
  color: var(--oh-color3);
  text-transform: uppercase;
  font-weight: 600;
}
.load_more_desc {
  position: relative;
  z-index: 111;
  border-bottom: 2px solid var(--oh-color3);
  cursor: pointer;
}
.load_more_desc:hover {
  border-color: var(--oh-color4);
}
.load_more_desc:hover span {
  color: var(--oh-color4);
}
.load_more_desc:hover svg {
  fill: var(--oh-color4);
}
.less_text {
  display: none;
}
.more_text {
  display: block;
}
.more_loaded .less_text {
  display: block;
}
.more_loaded .more_text {
  display: none;
}
.woocommerce-Tabs-panel--description.more_loaded {
  max-height: inherit;
}

/*** Breadcrumb ***/
.woocommerce-breadcrumb {
  margin-bottom: 30px;
  padding-top: 10px;
  color: var(--oh-color6);
  font-weight: 600;
}
.woocommerce-breadcrumb span {
  margin: 0px 8px;
  color: var(--oh-color4);
  font-weight: 400;
}
.woocommerce-breadcrumb a {
  color: var(--oh-color4);
  font-weight: 400;
}
.woocommerce-breadcrumb a:hover {
  color: #555;
}

/*** Add to cart ***/

.single_variation_wrap .oh-qty {
  height: 42px;
}
.single_variation_wrap .oh-qty button {
  height: 42px;
}
.single_variation_wrap .oh-qty .quantity {
  display: flex;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.single_add_to_cart_button {
  flex: 1 1 auto;
  height: 42px;
}

.oh-after-atc {
  flex: 0 auto;
  padding: 7px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 42px;
  width: 42px;
}
.oh-after-atc .oh_wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oh-after-atc .oh_wishlist:hover {
  color: var(--oh-color4);
}
.oh-after-atc {
  position: relative;
}
.oh-after-atc .oh_wishlist:hover:after,
.oh_wait_wish .oh_wishlist:hover:after {
  content: attr(aria-label);
  position: absolute;
  z-index: 50;
  white-space: nowrap;
  background: #111;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-50%) translateX(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  bottom: 100%;
  right: 0px;
  opacity: 1;
  transform: translateY(0%) translateX(0) scale(1);
}

.oh_wait_wish .oh_wishlist:hover:after {
  right: auto;
  left: 50%;
  opacity: 1;
  transform: translateX(-30%);
}

.oh-after-atc .oh_wishlist:hover::before,
.oh_wait_wish .oh_wishlist:hover::before {
  opacity: 1.4;
  content: "";
  position: absolute;
  z-index: 51;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  top: 00%;
  right: 13px;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease;
  opacity: 1;
}

.product_meta {
  display: none;
}
.oh-secure-title {
  font-weight: 600;
  color: var(--oh-primary);
  margin-bottom: 10px;
}
.oh-secure-img img {
  display: block;
}
.oh-secure-payment {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  padding-top: 20px;
  margin-top: 5px;
}

.oh-title-wrap {
  display: flex;
  gap: 10px;
  flex: 0 1 auto;
  align-items: center;
}
.oh-single-brand {
  padding: 10px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  border-radius: calc(8px / 1.5);
  opacity: 1;
  display: inline-flex;
}
.oh-single-brand:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
.oh-single-brand img {
  max-width: 80px;
  object-fit: contain;
  display: block;
}
.product_title.entry-title {
  font-size: 34px;
  line-height: 1.2;
  color: var(--oh-color3);
}
.stock.in-stock::before {
  content: "" !important;
  display: inline-block;
  width: 18px; /* adjust size */
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background: no-repeat center / contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  margin-left: -2px;
}

.stock.in-stock {
  font-weight: 600;
  line-height: 1.2;
  color: var(--oh-color3);
  margin-bottom: 15px;
}
.oh-product-main .oh-qty input {
  height: 42px;
}
.oh-product-main .oh-qty button {
  height: 42px;
}
.oh_wishlist__label {
  display: none;
}
.rp_estimated_date.variation_date .date_for_variation,
.rp_estimated_date_carrier_date.variation_date .date_for_variation {
  padding: 0px !important;
}
.woocommerce-product-details__short-description {
  margin-top: 20px;
}
.variations_form.cart {
  flex-direction: column;
  gap: 0px;
}
.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  flex-direction: ;
}
.single_variation_wrap {
  width: 100%;
}
.zoomImg {
  cursor: grab;
}
.oh-main-prev.swiper-button-disabled {
  color: #a5a5a5;
}
.pswp--open {
  z-index: 999999;
}
.rp_estimated_date {
  padding-left: 0px !important;
}
.form-submit input[type="submit"] {
  text-transform: uppercase;
}

.commentlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.comment_container {
  align-items: flex-start;
  padding: 15px 0;
  display: flex;
}
.comment_container .avatar {
  align-self: flex-start;
  max-width: 60px;
  border-radius: 50%;
  margin-inline-end: 20px;
  flex: 1 0 auto;
  margin-inline-start: 0;
}
.comment-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.comment-text .oh-star-rating {
  margin-bottom: 10px;
  order: 2;
}
.comment-text .meta {
  margin-bottom: 10px;
  margin-inline-end: 10px;
  order: 1;
}
.woocommerce-review__author {
  color: var(--oh-color6);
}
.woocommerce-review__published-date {
  font-style: italic;
}
.description p {
  margin-block-end: 15px;
}
.description {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  order: 3;
}
#reviews .clear {
  display: none;
}
#custom-add-to-cart-button {
  height: 42px;
}

table.variations .value {
  text-align: left;
  padding: 0 0 20px 0;
  border: none;
  vertical-align: middle;
}
table.variations tr:last-child td,
table.variations tr:last-child th {
  padding-bottom: 0;
}
.woocommerce-variation-price {
  display: none;
}

/*** FAQ ***/
#tab-oh_faqs {
  padding: 30px 0px;
  position: relative;
}
#tab-oh_faqs::before {
  border-top: 1px solid #0000001c;
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 100vw;
  transform: translateX(-50%);
}
.p_faq_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}
.p_faq_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  padding: 0;
}
.p_faq_item:last-child {
  border: none;
}

.p_faq_item h3 {
  margin: 0;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

.p_faq_item h3::after {
  content: "+";
  font-weight: 400;
  font-size: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.p_faq_item.active h3 {
  color: var(--oh-primary);
}

.p_faq_item.active h3::after {
  content: "–";
  transform: rotate(180deg);
}

.faq_detail {
  display: none;
  padding: 0 0 16px;
  color: #555;
  line-height: 1.6;
}

.faq_detail p:last-child {
  margin-bottom: 0;
}
.added_to_cart.wc-forward {
  display: none;
}
.onsale {
  display: none;
}

/*** Bundles Section ***/
.oh-fbt-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 30px;
}
.products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oh-fbt-section {
  margin-bottom: 20px;
}
.oh-fbt-section:last-child {
  margin-bottom: 0px;
}
.oh-fbt-line-title {
  line-height: 1.4;
  color: var(--oh-color3);
  font-weight: 600;
  margin-right: 5px;
}
.oh-fbt-line:not(:last-child) {
  margin-bottom: 15px;
}
.oh-fbt-line select {
  padding-right: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 100%;
  height: 42px;
  color: var(--oh-primary);
  font-size: 14px;
  transition: border-color 0.5s ease;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  text-transform: capitalize;
  padding-left: 15px;
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none;
}
.oh-fbt-line-header:not(:last-child) {
  margin-bottom: 10px;
}
.oh-fbt-line-price {
  color: var(--oh-primary);
}
.oh-fbt-line-price del {
  color: var(--oh-color5);
}
.oh-fbt-line-price ins {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.oh-fbt-total-row {
  font-size: 26px;
  line-height: 1;
  color: var(--oh-primary);
}
.oh-fbt-total-old del {
  color: var(--oh-color5);
  font-weight: 400;
}
.oh-fbt-total-new {
  font-weight: 600;
}
.button.oh-fbt-submit {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
  position: relative;
}
.button.oh-fbt-submit:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: inherit;
  box-shadow: inherit;
  transition: opacity 0s ease;
}
.button.oh-fbt-submit:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  z-index: 2;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: oh-rotate 450ms infinite linear running;
}
.button.oh-fbt-submit[disabled]:before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.button.oh-fbt-submit[disabled]:after {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.oh-fbt-count {
  margin-top: 10px;
}
.oh-fbt-form {
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
.oh-fbt-wrap {
  margin-bottom: 20px;
}
.oh-fbt-section .oh-product-add {
  display: none;
}
.oh-fbt-section .oh-product-wrapper:before {
  position: absolute;
  top: calc(50% - 15px);
  inset-inline-end: calc(100% - 30px / 2);
  width: 30px;
  text-align: center;
  font-size: min(14px, calc(30px + 0.001px));
  line-height: 30px;
  transition: opacity 0.25s ease;
  content: "\f143";
  font-family: "woodmart-font";
  z-index: 1;
}
.oh-fbt-section .swiper-slide:first-child .oh-product-wrapper:before {
  display: none;
}
.oh-fbt-section .oh-product-wrapper {
  position: relative;
}
.oh-fbt-section .products.columns-3 {
  display: flex;
  gap: 0px;
}
.oh-fbt-line[data-percent="0"] del {
  display: none;
}
/*** Waitlist Design ***/

.oh-waitlist-wrapper {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  border: 2px solid rgba(0, 0, 0, 0.105);
  border-radius: 8px;
  margin-bottom: 20px;
}
.oh-wl-state.oh-wl-join h4 {
  font-size: 18px;
}
.oh-wl-subtitle {
  margin-bottom: 15px;
}

.oh-wl-form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.oh-wl-form .oh-wl-email {
  flex: 1 1 200px;
}
.oh-wl-form .oh-wl-submit {
  font-size: 13px;
  margin-top: 0px;
  text-transform: uppercase;
  height: 42px;
}

.oh-wl-success-msg {
  margin-bottom: 15px;
}
.oh-wl-leave-btn {
}
.oh-wl-alert {
  margin-top: 20px;
  background-color: rgb(255, 94, 94);
  color: #fff;
  position: relative;
  padding-block: 18px;
  padding-inline: 65px 30px;
  text-align: start;
  border: none;
  border-radius: 8px;
  outline: none !important;
}
.oh-wl-alert:before {
  content: "\f100";
  position: absolute;
  top: calc(50% - 9px);
  left: 24px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
}
.oh-wl-alert p {
  color: #fff;
}
.oh-wl-leave-btn.btn {
  text-transform: uppercase;
  font-size: 13px;
}
.oh_waitlist_loader {
  display: none;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.oh_waitlist_loader.oh_loading:after {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: var(--oh-color6);
  border-radius: 50%;
  vertical-align: middle;
  animation: oh-rotate 450ms infinite linear running;
  --wd-anim-state: running;
}
.oh_waitlist_loader.oh_loading {
  display: block;
}
.outofstock .rp_estimated_date_carrier_date {
  display: none;
}
.outofstock .rp_estimated_date {
  display: none;
}
.oh-qty.is-disabled {
  display: none;
}
.gizmo-bot-avatar {
  flex-direction: column;
}

.oh_wait_wish .oh_wishlist {
  padding: 8px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.oh_wait_wish {
  margin-bottom: 20px;
}
.pswp {
  z-index: 9999999 !important;
}
.pswp__bg {
  opacity: 1 !important;
}
#oh-waitlist-variation-inline .oh_wait_wish {
  display: none;
}
.oh-pg-main-col .product-labels {
  z-index: 11;
  left: auto;
  top: 15px;
  align-items: flex-end;
  right: 15px;
  width: auto;
}
.onsale.product-label {
  display: block;
}
span.oh-delivery-text {
  color: #5e5e4a;
  font-size: 15px;
  display: block;
  margin: 10px 0;
}
.outofstock span.oh-delivery-text {
  display: none;
}
.oh-variation-outofstock .oh-delivery-row {
  display: none !important;
}
.zoomImg {
  background: #fff;
}


@media only screen and (max-width: 1024px) {
  .product_title.entry-title {
    font-size: 24px;
  }
  .oh-title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  .summary.entry-summary {
    width: calc(50% - 15px);
  }
  .oh-pgallery {
    width: calc(50% - 15px);
  }
  .oh-product-main {
    gap: 30px;
  }
  .woocommerce-product-attributes.shop_attributes tbody {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    margin-bottom: 0px;
  }
  .woocommerce-product-attributes.shop_attributes tr:last-child {
    margin-bottom: 0px;
  }
  .woocommerce-Reviews {
    flex-direction: column;
    gap: 20px;
  }
  #comments {
    width: 100%;
  }
  #review_form_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .oh-pgallery {
    width: 100%;
  }
  .summary.entry-summary {
    width: 100%;
  }
  .oh-pg-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-breadcrumb {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .oh-main-prev,
  .oh-main-next {
    width: 40px;
    height: 40px;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .oh-main-next svg,
  .oh-main-prev svg {
    width: 25px;
  }
  .oh-pg-thumbs-col {
    display: block;
    width: 100%;
  }

  .oh-pg-thumbs-buttons button {
    background: transparent;
    height: auto;
    width: auto;
    transform: rotate(-90deg);
  }
  .oh-pg-thumbs-buttons {
    position: absolute;
    top: 50%;
    z-index: 11;
    width: 100%;
    justify-content: space-between;
  }
  .oh-pg-thumbs-col {
    position: relative;
  }
  .oh-pg-thumbs-buttons button svg {
    width: 25px;
  }
  .woocommerce-Tabs-panel--reviews::before {
    border: none;
  }
  #tab-reviews {
    padding-top: 0px;
  }
  .oh-fbt-grid {
    display: flex;
    flex-direction: column;
  }
}
