.wp-singular.single.single-product,
.wp-singular.single.single-product #page{
	overflow: visible;
}


body.single-product .highlights-wrapper p {
	margin: 0;
}

/* .featured-product .smallImageSwiper .swiper-wrapper {
	bottom: 20px;
	overflow-y: auto;
	height: unset;
} */

.variations-table .dummy-variations-option + label {
	cursor: pointer;
}

.variations-table .dummy-variations-option {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	width: 1px;
    height: 1px;
}

.variations-table input[type="radio"]:checked + label {
	background-color: var(--wp--preset--color--secondary);
	color: #fff;
}

/* Scope under your wrapper to avoid global styles */
.quill-content {
	/* @apply leading-relaxed text-base; */
}

.quill-content p {
	margin-bottom: 1rem;
}

/* Restore list styles stripped by Preflight */
.quill-content ul {
	list-style-type: disc;
	padding-left: 1.5rem;
}

.quill-content ol {
	list-style-type: decimal;
	padding-left: 1.5rem;
}

/* Restore blockquote and code appearance */
.quill-content blockquote {
	border-left: 4px solid currentColor;
	padding-left: 1rem;
	opacity: 0.9;
	font-style: italic;
}

.quill-content pre {
	background-color: #f8f8f8;
	padding: 0.75rem 1rem;
	border-radius: 0.25rem;
	overflow: auto;
}

/* Optional: fix alignment helpers */
.quill-content .ql-align-center {
	text-align: center;
}

.quill-content .ql-align-right {
	text-align: right;
}

.quill-content .ql-align-justify {
	text-align: justify;
}

.add-wishlist-btn .alg-wc-wl-btn{
	position: relative;
	display: block;
	height: 20px;
}

.helium-product-price{
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #231F20;
}

.helium-product-price ins{
	text-decoration: none;
}

.helium-product-price del{
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: line-through;
	color: #5D5D5D;
}

.helium-product-price .helium-discount{
	display: inline-block;
	border-radius: 10px;
	background-color: var(--color-primary);
	padding: 5px 11px;
	font-weight: 500;
	font-style: Medium;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.helium-product-description{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -4%;
	color: #5D5D5D;
	padding-bottom: 33px;
	border-bottom: 2px solid #E9E9E9;
}

.helium-product-qty-label{
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #231F20;
}

form.cart .choose-quantity{
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	form.cart .choose-quantity{
		flex-direction: row;
	}
}

form.cart .choose-quantity .quantity-block{
	width: 126px;
	height: 54px;
	border-radius: 8px;
	border: 1px solid #EDEDED;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

form.cart .choose-quantity .quantity-block .ph-bold{
	height: 100%;
	display: flex;
    align-items: center;
	font-size: 20px;
}

form.cart .choose-quantity .quantity-block .ph-minus{
	padding: 0 0 0 15px;
}

form.cart .choose-quantity .quantity-block .ph-plus{
	padding: 0 15px 0 0;
}

form.cart .single_add_to_cart_button{
	font-weight: 400;
	font-style: Regular;
	font-size: 15.72px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;
	border: 1px solid;
	border-radius: 12px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
	padding: 18px 20px;
}

form.cart .single_add_to_cart_button:hover,
form.cart .single_add_to_cart_button:focus{
	background-color: var(--color-secondary);
	color: #fff;
}

form.cart .single_add_to_cart_button.disabled{
	opacity: 0.4;
	pointer-events: none;
}

form.cart .button-buy-now{
	font-weight: 400;
	font-style: Regular;
	font-size: 15.72px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	background-color: var(--color-secondary);
	border: 1px solid;
	border-radius: 12px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	display: block;
	text-align: center;
	padding: 14px 15px;
}

form.cart .button-buy-now:hover,
form.cart .button-buy-now:focus{
	background-color: var(--color-primary);
	color: #fff;
}

.woocommerce-variation .woocommerce-variation-availability .in-stock{
	display: none;
}

.woocommerce-variation .woocommerce-variation-availability .out-of-stock{
    margin: 8px 0 0 0;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
}

/* .swiper.smallImageSwiper{
	position: unset;
} */

/* body.single-product .swiper-wrapper .swiper-slide img {
	margin: 0;
} */

/* body.single-product .productMainSwiper{
	background: #f7f7f7;
	margin-left: 0;
	border-radius: 0 16px 16px 0;
} */

/* body.single-product .productMainSwiper .swiper-wrapper .swiper-slide img {
    border-radius: 0;
}

body.single-product .featured-product.underwear .smallImageSwiper .swiper-wrapper .swiper-slide img{
	border-radius: 0;
} */

/*
.swiper.smallImageSwiper .swiper-wrapper{
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    flex-direction: column;
    gap: 12px;
	padding: 15px 15px 15px 15px;
	border-radius: 16px 0 0 16px;
    width: fit-content;
	height: unset;
	overflow-y: auto;
	z-index: 999999;
}


.smallImageSwiper .swiper-wrapper .swiper-slide{
	width: 60px !important;
	height: auto;
}

.smallImageSwiper .swiper-wrapper .swiper-slide img{
	border-radius: 4px;
}

body.single-product .smallImageSwiper .swiper-wrapper .swiper-slide{
	opacity: 0.5;
	cursor: pointer;
	outline: 1px solid #A0A0A0;
	border-radius: 3px;
	z-index: 999999;
}

body.single-product .smallImageSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{
    outline: 2px solid #A0A0A0;
	opacity: 1;
}*/



.kakiso-product-gallery {
  display: flex;
  /* gap: 12px; */
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  flex-direction: row-reverse;
}

/* main swiper takes remaining space */
.kakiso-product-gallery .productMainSwiper {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

/* default main slide height — can be changed as needed */
.kakiso-product-gallery .productMainSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.kakiso-product-gallery .productMainSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* thumbnail column (right side) */
.kakiso-product-gallery{
	background: #fafafa;
}

/*
.kakiso-product-gallery .smallImageSwiper {
	position: absolute;
	left: 0;
    top: 0;
	bottom: 0;
}*/

.kakiso-product-gallery .smallImageSwiper {
  box-sizing: border-box;
  border-radius: 8px;
  overflow: visible;
  position: relative;
	padding: 15px 15px 15px 15px;
}

/* thumbnails: 100px tall */
.kakiso-product-gallery .smallImageSwiper .swiper-slide {
  width: 60px;
	height: 80px;      /* requested thumb height */
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  /* opacity: 0.5; */
  background: #fff;
}

.kakiso-product-gallery .smallImageSwiper .swiper-slide.swiper-slide-thumb-active{
	opacity: 1;
}

.kakiso-product-gallery .smallImageSwiper .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:3px;
}

/* active thumbnail visual */
.kakiso-product-gallery .smallImageSwiper .swiper-slide.swiper-slide-thumb-active{
  outline: 2px solid #231F20;
  border-radius:3px;
  box-shadow: 0 6px 14px rgba(37,99,235,0.12);
}

/* Up / Down nav buttons (scoped) */
.kakiso-product-gallery .smallImage-prev,
.kakiso-product-gallery .smallImage-next {
  position: absolute;
	left: 0;
  right: 5px;
  height: 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  cursor:pointer;
  z-index:30;
  user-select:none;
  font-weight:700;
  line-height:1;
    backdrop-filter: blur(10px);
}
.kakiso-product-gallery .smallImage-prev { top: 0; }
.kakiso-product-gallery .smallImage-next { bottom: 0; }
.kakiso-product-gallery .smallImage-prev::after { 
	content: " "; background-image: url('../../images/icons/png/down-arrow.png'); width: 20px; height: 20px; 
	transform: rotate(180deg); 
	background-size: cover;
}
.kakiso-product-gallery .smallImage-next::after { 
	content: " "; background-image: url('../../images/icons/png/down-arrow.png'); width: 20px; height: 20px; 
	background-size: cover;
}

.kakiso-product-gallery .smallImage-prev.swiper-button-disabled,
.kakiso-product-gallery .smallImage-next.swiper-button-disabled{
	display: none;
}


/* responsive: stack thumbs under main on small screens */
/* @media (max-width: 720px) {
  .kakiso-product-gallery { flex-direction: column; gap:10px; }
  .kakiso-product-gallery .smallImageSwiper { width:100%; order:2; }
  .kakiso-product-gallery .productMainSwiper { order:1; }
  .kakiso-product-gallery .smallImage-prev,
  .kakiso-product-gallery .smallImage-next { right: 8px; }
  .kakiso-product-gallery .productMainSwiper .swiper-slide { height: 380px; }
} */
