/* variable add to cart hero  */
/* hide woocommerce default  */
/* .sh-wc-variation-form .variations_form .single_variation_wrap .single_add_to_cart_button,
.sh-wc-variation-form .variations_form .quantity {
  display: none !important;
} */

#productHero {
	overflow: hidden;
}

.sh-wc-variation-form {
	margin: 16px 0;
}

.variations #size, .variations #colour, .variations #shape, .variations #finish, .variations #profile, .variations #length {
	border: 2px solid #344343;
	border-radius: 8px;
}

#variable-product {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

#variableProductTitle {
	margin: 24px 0px 12px 0px!important;
	font-size: 40px;
}

@media (max-width: 767px) {
	#variableProductTitle {
		font-size: 24px!important;
	}
}

.product-features-hero li {
	margin-bottom: 16px!important;
  	font-weight bold;
  	font-size: 18px;
  	color: black!important;
}

#variable-product .woocommerce-product-gallery  {
	width: 100%;
}

#variable-product #hero-img-wrapper {
	width: calc(50% - 20px)!important;
}

#variable-product #hero-img-wrapper img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#variable-product #hero-payment-wrapper {
	width: calc(50% - 20px)!important;
}

#variable-product .product {
	gap: 20px!important;
	flex-wrap: nowrap!important;
}

@media (max-width: 1024px) {
	#variable-product .product {
		flex-direction: column!important;
	}
	#variable-product #hero-img-wrapper {
		width: 100%!important;
	}
	#variable-product #hero-payment-wrapper {
		width: 100%!important;
	}
}

/* temporary disable  */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled, .reset_variations, .wcpay-express-checkout-wrapper {
	display: none!important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	display: none!important;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount bdi {
	font-family: "Gotham", sans-serif!important;
	font-size: 48px!important;
}

#heroFeaturedWrapper, #heroFeaturedContainer {
	width: 100%;
}

#heroFeaturesImgWrapperDiv {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 8px 0;
}

#heroFeaturesImgWrapperDiv div {
	width: 33.3%;
	padding: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
}

#heroFeaturesImgWrapperDiv div img {
	width: 60px;
	height: 60px;
	max-width: 100%;
}

@media (max-width: 576px) {
	#heroFeaturesImgWrapperDiv div img {
		width: 40px;
		height: 40px;
	}
	#heroFeaturesImgWrapperDiv div 
	{
		flex-direction: column;
	}
}

#dividerDottedTop, #dividerDottedBottom {
	width: 100%;
	border-top: 2px black dotted;
}

/* upsell (scoped) */

#upsellWrapperDiv .jdgm-widget.jdgm-widget {
	display: none!important;
}

#upsellWrapperDiv {
	display: flex;
  	flex-direction: row;
  	gap: 40px;
  	align-items: center;
}

@media (max-width: 1024px) {
  #upsellWrapperDiv {
  	flex-direction: column!important;
  }
  #upsellWrapper, #upsellImageWrapper {
  	width: 100%!important;
  }
  
}

@media (max-width: 576px) {
 
  #mightAlsoLike .up-sells.upsells.products ul.products li.product {
  	flex-direction: column!important;
  }
  #mightAlsoLike .breakdance-woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  	flex-direction: column!important;
    align-items: start;
  }
  #mightAlsoLike .up-sells.upsells.products ul.products .bde-woo-product-image {
  	width: auto!important;
    height: auto!important;
  }
  #mightAlsoLike .up-sells.upsells.products ul.products {
  	grid-template-columns: repeat(var(--bde-woo-products-list-products-per-row), minmax(0, 1fr))!important;
  }
  #mightAlsoLike .breakdance-woocommerce ul.products li.product .bde-woo-product-footer {
  	width: 100%;
  }
  #mightAlsoLike .up-sells.upsells.products ul.products .add_to_cart_button {
  	width: 100%!important;
    flex: auto!important;
  }
  
}

#upsellWrapper {
	width: 60%;
}

#upsellImageWrapper {
	width: 40%;
}

#mightAlsoLike .up-sells.upsells.products ul.products {
	gap: 16px !important;
  	grid-template-columns: 1fr;
  	row-gap: 16px;                /* space between items */
  	column-gap: 0;
  	grid-auto-flow: row;
}

#mightAlsoLike .up-sells.upsells.products ul.products .bde-woo-product-image {
	width: 60px;
  	min-width: 60px;
  	height: 60px;
  	object-fit: cover;
  	margin-bottom: 0!important;
}

#mightAlsoLike .up-sells.upsells.products ul.products .woocommerce-loop-product__title {
	font-size: 16px;
  	margin: 0;
}

#mightAlsoLike .up-sells.upsells.products .price bdi {
	font-family: "Gotham", sans-serif;
}

#mightAlsoLike .up-sells.upsells.products ul.products .added_to_cart.wc-forward {
	display: none !important;
}

#mightAlsoLike .up-sells.upsells.products ul.products li.product {
	transition: 0.3s ease;
	display: flex;
	flex-direction: row;
  	padding: 8px;
  	gap: 8px;
  	align-items: center;
}

#mightAlsoLike .up-sells.upsells.products ul.products li.product:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .25),
	            0px 1px 3px -1px rgba(152, 152, 152, .2);
}

#mightAlsoLike .breakdance-woocommerce ul.products li.product a {
	display: flex;
	flex-direction: row !important;
  	align-items: center;
  	gap: 8px;
}

#mightAlsoLike .breakdance-woocommerce ul.products .price {
	width: auto;
  	margin: 0;
}

#mightAlsoLike .breakdance-woocommerce ul.products li.product .bde-woo-product-footer {
	margin: 0!important;
}

#mightAlsoLike .up-sells.upsells.products ul.products .add_to_cart_button {
  
 	white-space: nowrap;
    font-size: 16px;
    padding: 12px 8px;
	border-radius: 8px;
	background-color: #7b5642;
	border: 1px solid transparent;
	width: auto;
	color: #fff !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	cursor: pointer;
	font-family: "Bitsumishi", sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	display: inline-flex;
  	flex: 0 1 160px;
	box-sizing: border-box;
	margin-top: auto;
	text-align: center;
}

#mightAlsoLike .up-sells.upsells.products ul.products .add_to_cart_button:hover {
	background-color: transparent;
	color: #344343 !important;
	border: 1px solid #7b5642;
}

/* upsell wrapping div (scoped) */
#mightAlsoLike #upsellWrapperDiv {
	flex-direction: row;
}


/* hero  */
@media (max-width: 1023px) {
	#lowerHeroImage {
		display: none!important;
	}
}


/* related products  */
.related.products .products .product.type-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	flex-direction: column!important;
}




/* hero add to cart  */
/* Hero “Add to Cart” container */
.single-product-hero-add-to-cart {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

/* Form inside hero block */
.single-product-hero-add-to-cart form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

@media (max-width: 576px) {
	.single-product-hero-add-to-cart form {
		flex-direction: column!important;
		align-items: start!important;
	}
}

/* Quantity fieldset */
.single-product-hero-add-to-cart form fieldset {
  display: flex;
  flex-direction: row;
}

/* Decrease & increase buttons */
.single-product-hero-add-to-cart form .single-product-hero__quantity-decrease,
.single-product-hero-add-to-cart form .single-product-hero__quantity-increase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #8a9092 !important;
  border-radius: 0 !important;
}

/* Minus icon */
.single-product-hero-add-to-cart form .single-product-hero__quantity-decrease span {
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('https://sheethaus.com/wp-content/uploads/2025/06/minus-sh-edited.png');
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

/* Plus icon */
.single-product-hero-add-to-cart form .single-product-hero__quantity-increase span {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('https://sheethaus.com/wp-content/uploads/2025/06/plus-sh-edited.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

/* Quantity input */
.single-product-hero-add-to-cart form input[name="quantity"] {
  width: 44px;
  height: 44px;
  text-align: center;
  border-top: 1px solid #8a9092 !important;
  border-bottom: 1px solid #8a9092 !important;
  border-left: none;
  border-right: none;
}

/* Add to cart button */
.single-product-hero-add-to-cart form .single-product-hero__add-to-cart-button {
  flex-grow: 1;
  height: 44px;
  padding: 0 24px;
  border-radius: 8px;
  background-color: #7b5642;
  border: 1px solid transparent;
  color: #fff;
  font-family: "Bitsumishi", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

/* Hover state for add-to-cart */
.single-product-hero-add-to-cart form .single-product-hero__add-to-cart-button:hover {
  background-color: #fff;
  border: 1px solid #7b5642;
  color: #344343;
}

.single-product-hero-add-to-cart .added_to_cart.wc-forward {
	display: none!important;
}


