/* upsell (scoped) */

#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;
	}
}
