/* PRODUCT PAGE VARIANT DESIGN CSS START */
.custom-variation-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}
.variation-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 6px 16px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}
.variation-card.selected {
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
}
.variation-card-radio {
    flex-shrink: 0;
    display: flex;
}
.variation-card-radio .radio-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    transition: border-color 0.2s;
}
.variation-card-radio .radio-dot.active {
    border-color: #000;
    background: #000;
    box-shadow: inset 0 0 0 2px #fff;
}
.variation-card-image {
    flex: 0 0 auto;
}
.variation-card-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 0px;
    display: block;
}
.variation-card-info {
    flex: 1;
}
.variation-card-title {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.variation-card-title .variant-titles {
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.variation-card-title .variation-free-label {
    border-radius: 4px;
    background: #FECE04;
    padding: 2px 8px;
    white-space: nowrap;
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.variation-badge {
    background: #f5c400;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.variation-card-price {
    text-align: right;
    flex-shrink: 0;
}
.variation-per-unit {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}
.variant_custom_code .woocommerce-variation{
		display:none !important;
}
.variant_custom_code .variation-quantity-label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    text-align: center;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 12px;
}
.variant_custom_code .variation-quantity-label .selected-variation-label {
    font-weight: 600;
}
.variation-card-sub_ship{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    text-align: center;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin: 4px 0 0;
}
.variation-card-sub_ship .variation-card-sub {
		color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.variation-card-sub_ship .variation-card-ship-text b {
    font-weight: 600;
}
.variation-card-price .variation-per-sachet {
	color: #000;
	text-align: center;
	font-family: "Futura PT";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: normal;
	display: block;
	text-align: right;
}
.variation-card-price .variation-card-price_box {
    display: flex;
    align-items: center;
		justify-content: end;
    gap: 4px;
}
.variation-card-price .variation-card-price_box .variation-regular-price * {
    color: #000;
    font-family: "Futura PT";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: line-through;
    opacity: 0.6;
}
.variation-card-price .variation-card-price_box .variation-sale-price * {
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
	
@media (max-width: 900px){
	.variation-card {
    gap: 6px;
    padding: 6px 10px;
	}
	.variation-card-image img {
    width: 48px;
    height: 48px;
	}
	.variation-card-title .variation-free-label {
    padding: 3px 6px;
    font-size: 12px;
    letter-spacing: 0.24px;
	}
	.variation-card-sub_ship {
    font-size: 12px;
    margin: 6px 0 0;
	}
	.variation-card-sub_ship .variation-card-sub {
		font-size: 12px;		
	}
	.variation-card-price .variation-per-sachet,
	.variation-card-price .variation-card-price_box .variation-sale-price *,
	.variation-card-price .variation-card-price_box .variation-regular-price *{
    font-size: 12px;
	}
}
	
@media (max-width: 767px){
	.custom-variation-cards {
    gap: 12px;
    margin-bottom: 16px;
	}
	.variation-card-sub_ship {
    margin: 4px 0 0;
	}
	.variation-card-title .variation-free-label {
    padding: 3px 6px;
    font-size: 11px;
    letter-spacing: 0.22px;
    line-height: 120%;
	}
}
/* PRODUCT PAGE VARIANT DESIGN CSS END */

/* PRODUCT GALLERY -- START */
.product_page_gallery .gallery {
    margin: 0 !important;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}
.product_page_gallery .gallery figure.gallery-item {
    padding: 0px !important;
    width: calc(100% / 2 - 12px);
}
.product_page_gallery .gallery figure.gallery-item:first-child{
    width: 100%;
    max-width: 100%;
}
/* .product_mobile_gallery .gallery-navigation-carousel-wrapper .wcgs-thumb img {
    border-radius: 6px !important;
    border: none !important;
}
.product_mobile_gallery .gallery-navigation-carousel-wrapper .wcgs-thumb {
    margin-bottom: 0px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 3px;
    box-shadow: inset 0 0 0 3px white;
}
.product_mobile_gallery .gallery-navigation-carousel-wrapper .wcgs-thumb.spswiper-slide-thumb-active {
    border-color: #000;
}
@media (max-width: 767px){
	.product_mobile_gallery .wcgs-woocommerce-product-gallery {
    margin: 0px !important;
	}
	.product_mobile_gallery .wcgs-woocommerce-product-gallery .wcgs-slider-image {
    margin-bottom: 12px !important;
		border-radius: 0px !important;
	}
	.product_mobile_gallery .gallery-navigation-carousel-wrapper {
    padding-left: 20px;
	}
	.product_mobile_gallery .gallery-navigation-carousel-wrapper {
    margin-top: 0px !important;
	}
} */
	
.product_mobile_gallery .gallery-simple-main .swiper-slide img {
	border-radius: 4px;
	border: 1px solid #F4F4F4;
	display: block;
}
.product_mobile_gallery .gallery-simple-thumb {
    margin-top: 12px;
}
.product_mobile_gallery .gallery-simple-thumb .swiper-slide {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: #F4F4F4;
	box-shadow: inset 0 0 0px 3px #fff;
	padding: 3px;
	cursor: pointer;
}
.product_mobile_gallery .gallery-simple-thumb .swiper-slide img {
    display: block;
    border-radius: 4px;
    width: 100%;
}
.product_mobile_gallery .gallery-simple-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
	
@media (max-width: 767px){
	.product_mobile_gallery .gallery-simple-main .swiper-slide img {
    border-radius: 0px;
		border: none;
		border-bottom: 1px solid #F4F4F4;
	}
	.product_mobile_gallery .gallery-simple-thumb {
			padding-inline: 20px;
	}		
}

/* PRODUCT GALLERY -- END */
	
/* PRODUCT INFORMATION -- START */
.product_information_price {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product_information_price .price {
	margin: 0px;
}
.product_information_price .price .wcsatt-sub-options {
    display: none;
}
.product_information_price del {
	text-decoration: none;
	opacity: 0.6;
}
.product_information_price del .woocommerce-Price-amount {
	font-weight: 400;
	font-size: 22px;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
.product_information_price ins {
	text-decoration: none;
}
.product_information_price .woocommerce-Price-amount {
	color: #000;
	font-family: "Avenir Next";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: -1px;
}
.product_information_price .shipping-free-price {
	border-radius: 4px;
	background: #FECE04;
	padding: 4px 8px;
	color: #000;
	font-family: "Futura PT";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	display: inline-block;
	width: fit-content;
}
	
.pinfo_accordion_content  p {
    margin-block: 10px;
}
	
@media (max-width: 1024px){
	.product_information_price del .woocommerce-Price-amount,
	.product_information_price .woocommerce-Price-amount{
		font-size: 18px;
	}
	.product_information_price .shipping-free-price {
    padding: 3px 6px;
    font-size: 12px;
    letter-spacing: 0.24px;
	}
}

@media (max-width: 749px){
	.product_information_price del .woocommerce-Price-amount,
	.product_information_price .woocommerce-Price-amount{
		font-size: 17px;
	}
}


.product_information_features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product_information_features ul li {
	position: relative;
	padding-left: 24px;
}
.product_information_features ul li + li {
	margin-top: 10px;
}
.product_information_features ul li::before {
	position: absolute;
	content: '';
	background-image: url(https://honeypacks.com/wp-content/uploads/2025/11/Frame.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	left: 0;
	top: 4px;
}
.product_information_features ul li strong {
	font-weight: 600;
}
.product_info_atc .ppc-button-wrapper {
	display: none;
}
.product_info_video .e-hosted-video {
	aspect-ratio: 160/260;
}
.product_info_atc .single_add_to_cart_button {
	position: relative;
}
.product_info_atc .single_add_to_cart_button::after {
	content: '+' !important;
	font-size: 24px;
	font-weight: 400;
	line-height: 10px;
	margin: 0 !important;
	font-family: unset !important;
	position: unset !important;
	animation: none !important;
}
/* .product_info_atc .single_add_to_cart_button.loading::after {
	font-family: WooCommerce !important;
	content: "\e01c" !important;
	right: 7px;
	top: 12px;
} */
.product_info_atc .single_add_to_cart_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.single_variation_wrap {
	margin-top: 12px;
}
.single_variation_wrap .woocommerce-variation.single_variation{
    display: none !important;
}
.single_variation_wrap .single_add_to_cart_button {
	background: #fece04;
	padding: 22px 32px;
	letter-spacing: 0.05em;
	font-weight: 800;
	font-size: 1.1rem;
	font-family:'Figtree', sans-serif;
}
@media (max-width: 1024px){
	.product_information_features ul li::before {
		top: 1px;
	}		
}
/* PRODUCT INFORMATION -- END */
	
/* PRODUCT DELIVERY -- START */
body:has(.product_info_atc .product_delivery_date) .product_delivery_date:not(.product_info_atc .product_delivery_date) {
  display: none;
}
.product_delivery_date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px dashed #000;
    background: rgba(254, 206, 4, 0.10);
    padding: 14px;
    margin: 12px 0;
    width: 100%;
}
.product_delivery_date img {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	object-fit: contain;
}
.product_delivery_date .product_delivery_text {
	color: #000;
	text-align: center;
	font-family: "Futura PT";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.product_delivery_date b {
	font-weight: 600;
}
@media (max-width: 767px){
}
/* PRODUCT DELIVERY -- END */

/* CUSTOM PRODUCT SUBSCRIPTION -- START */
.pinfo_subscription_block {
    margin: 24px 0 20px;
}
.pinfo_subscription_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}
.pinfo_subscription_label .ps_main_label {
    color: #000;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.sub_tooltip-wrap { 
	position: relative; 
	display: inline-flex; 
	align-items: center; 
	gap: 4px; 
	cursor: pointer; 
}
.sub-details-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}
.sub-details-link svg {
    width: 18px;
    height: 18px;
}
.sub_tooltip-box {
	display: none;
	position: absolute; 
	top: calc(100% + 8px); 
	right: 0;
	background: #fff; 
	border: 1px solid #ddd; 
	border-radius: 8px;
	padding: 12px 14px; 
	width: 230px; 
	font-size: 12px;
	color: #555; 
	z-index: 10; 
	line-height: 1.6;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.sub_tooltip-wrap:hover .sub_tooltip-box { 
	display: block; 
}
.sub_tooltip-box strong { 
	color: #111; 
	font-weight: 600; 
}
.sub_option-card +  .sub_option-card {
    margin-top: 16px;
}
.sub_option-card {
		border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px 16px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.15s;
}
.sub_option-card.selected { 
	border-color: #111;
}
.sub_option-card:hover { 
	border-color: #999; 
}
.sub_option-header { 
	display: flex; 
	align-items: center; 
	justify-content: space-between;
	gap: 10px;
}
.sub_radio-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-family: "Futura PT";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}
.sub_radio-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.sub_radio-circle .dot {
	width: 8px; 
	height: 8px; 
	border-radius: 50%;
	background: #111; 
	display: none;
}
.sub_option-card.selected .sub_radio-circle { 
	border-color: #111; 
}
.sub_option-card.selected .sub_radio-circle .dot { 
	display: block; 
}
.sub_price-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}
.sub_price-area .price__compare {
    text-decoration: line-through;
    color: #000;
    font-family: "Futura PT";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
    opacity: 0.6;
}
.sub_price-area .price__sale {
    color: #000;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: normal;
}
.sub_save-badge {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #c20000;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    line-height: 120%;
    font-size: 12px;
    letter-spacing: normal;
}
.sub-body {
	overflow: hidden; 
	max-height: 0; 
	opacity: 0;
	transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
	margin-top: 0;
}
.sub-body.open { 
	max-height: 500px; 
	opacity: 1; 
	margin-top: 10px; 
}
.sub_select-wrap { 
	position: relative; 
	margin-bottom: 10px; 
}
.sub_delivery-select {
    width: 100%;
    padding: 10px 30px 10px 12px;
    border: none;
    border-radius: 6px;
    background-color: #F4F4F4;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #000;
    font-family: "Futura PT";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.15px;
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/05/chevron-down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 98% center;
		outline: none;
}
.sub_card_perks { 
		list-style: none; 
		padding: 0; 
		margin: 10px 0; 
}
.sub_card_perks li {
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    position: relative;
    padding-left: 24px;
}
.sub_card_perks li::before {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/05/material-symbols_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
.sub_card_perks li + li {
    margin-top: 6px;
}
.sub_card_perks li strong {
	font-weight: 600;
}
.sub_beast-card {
    background: rgba(254, 206, 4, 0.08);
    border-radius: 4px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sub_beast-img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 4px;
    flex-shrink: 0;
}
.sub_beast-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sub_beast-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
}
.sub_beast-info { 
	flex: 1; 
}
.sub_beast-card .stars {
    color: #FECE04;
    font-size: 12px;
    line-height: normal;
}
.sub_beast-card .reviews {
    color: #000;
    font-family: "Futura PT";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    opacity: 0.7;
}
.sub_beast-card .beast-name {
    margin: 2px 0 0px;
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.sub_beast-card .beast-sub {
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    opacity: 0.7;
    margin: 2px 0 0;
}
.sub_beast-card .beast-free_label {
    background: #FECE04;
    padding: 2px 6px;
    border-radius: 4px;
    color: #000;
    font-family: "Futura PT";
    font-size: 11.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.23px;
    text-transform: uppercase;
}
.beast_free-price .beast-compare_price {
    display: block;
    color: #000;
    font-family: "Futura PT";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
    text-transform: capitalize;
    opacity: 0.7;
	text-align: center;
	margin: 4px 0 0;
}
@media (max-width: 767px){
	.pinfo_subscription_block {
    margin: 20px 0 12px;
	}
	.sub_option-card + .sub_option-card {
    margin-top: 8px;
	}
	.sub_radio-label {
    font-size: 14px;
	}
	.sub_price-area .price__sale {
    font-size: 14px;
	}
	.sub_price-area .price__compare {
    font-size: 13px;
	}
}
/* CUSTOM PRODUCT SUBSCRIPTION -- END */
	
/* CUSTOM ATC THIRD PARTY -- START */
.pinfo_cutom_atc {
	margin-top: 12px;
/* 	display: none !important; */
}
.pinfo_cutom_atc .pinfo_atc_thirdlink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 4px;
    background: #000;
    padding: 16px;
		transition: ease 0.3s all;
}
.pinfo_cutom_atc .pinfo_atc_thirdlink:hover {
    opacity: 0.8;
}
.pinfo_cutom_atc .pinfo_atc_thirdlink span {
    color: #FFF;
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.pinfo_cutom_atc .pinfo_atc_thirdlink svg {
    width: 21px;
    height: 21px;
    margin: 1px 0 0;
}
/* CUSTOM ATC THIRD PARTY -- END */
	
/* VARIANTS NEW LAYOUT -- START */
.variations .variation-card {
    border: 2px solid #e5e5e5;
    padding: 10px 14px;
		border-radius: 8px;
}
.variations .variation-card-radio .radio-dot {
    width: 16px;
    height: 16px;
    border: 2px solid #e5e5e5;
}
.variations .variation-card-radio .radio-dot.active {
    border-color: #fed837;
    background: #fed837;
}
.variations .variation-card.selected {
    box-shadow: 0 0 0 3px rgba(254, 206, 4, 0.25);
    border-color: #e8bb01;
    background: #fffbe9;
}
.variations .variation-card-image img {
    mix-blend-mode: multiply;
}
.variations .variation-card-price .variation-card-price_box .variation-regular-price * {
    font-size: 15px;
}
.variations .variation-card-price .variation-card-price_box .variation-sale-price * {
    font-size: 16px;
}
.variations .variation-card-price .variation-per-sachet {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.variations .variation-card-info .variation-card-sub_ship {
    font-size: 14px;
    margin: 6px 0 0;
    text-transform: uppercase;
}
@media (max-width: 900px){
	.variations .variation-card {
    padding: 8px 8px;
		gap: 5px;
	}
	.variations .variation-card-price .variation-card-price_box .variation-sale-price * {
    font-size: 13px;
	}
	.variations .variation-card-price .variation-card-price_box .variation-regular-price * {
    font-size: 12px;
	}
	.variations .variation-card-price .variation-per-sachet {
    font-size: 11px;
	}
	.variations .variation-card-info .variation-card-sub_ship {
    font-size: 11px;
    margin: 4px 0 0;
    text-transform: uppercase;
	}
}
/* VARIANTS NEW LAYOUT -- END */
	
/* NEW SUBSCRIPTION -- START */
.woocommerce-variation.single_variation {
    /* display: block !important; */
    overflow: unset !important;
    height: fit-content !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* .wcsatt-options-wrapper {
    margin: 26px 0 0;
} */
.wcsatt-options-wrapper .wcsatt-options-product-prompt {
    margin-bottom: 10px;
}
.variant_custom_code .woocommerce-variation .woocommerce-variation-description.my-desc {
    display: none;
}
.variant_custom_code .woocommerce-variation .woocommerce-variation-price .price {
    display: none;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-radios {
    padding: 0;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-radios li + li {
    margin: 12px 0 0;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-label {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 16px;
    cursor: pointer;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-label:has(input:checked) {
    border-color: #000;
}
.wcsatt-options-wrapper .wcsatt-options-product-prompt legend.screen-reader-text {
    clip: unset;
    height: unset;
    margin: 0;
    position: unset !important;
    width: 100%;
    clip-path: unset;
    color: #000;
    text-align: left;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 10px;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-label input.wcsatt-options-prompt-action-input {
    width: 15px;
    height: 15px;
    accent-color: black;
}
.wcsatt-options-wrapper .wcsatt-options-prompt-label .wcsatt-options-prompt-action {
    color: #000;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.wcsatt-options-wrapper .wcsatt-options-product-wrapper {
    margin: 12px 0 10px;
}
.wcsatt-options-product-wrapper .wcsatt-options-product-dropdown-label {
    color: #000;
    text-align: left;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 2px;
}
.wcsatt-options-product-wrapper .wcsatt-options-product-dropdown {
    border-color: #e8bb01;
    background: #fffbe9;
    padding: 12px;
    appearance: none;
    color: #000;
    text-align: left;
    /* font-family: "Futura PT"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/05/chevron-down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 99% 55%;
}
/* NEW SUBSCRIPTION -- END */
	
/* FEATURED PRODUCT SUBSCRIPTION DESIGN START */
.hp-purchase-type {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.hp-purchase-option {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #555;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.hp-purchase-option.selected {
    border-color: #f5c343;
    background: rgba(245, 195, 67, 0.1);
}
/* FEATURED PRODUCT SUBSCRIPTION DESIGN END */
/* ===============================================
    CART DRAWER DESIGN START
==================================================*/
/* CART EMPTY - START */
.xoo-wsc-body:has(.xoo-wsc-empty-cart) {
	display: flex;
	flex: 1;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.xoo-wsc-body .xoo-wsc-empty-cart {
	width: 100%;
	padding: 20px;
}
.xoo-wsc-body .xoo-wsc-empty-cart > span {
    margin-bottom: 2px;
    color: #000;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.xoo-wsc-empty-cart .cart_empty_description {
    margin-bottom: 16px;
}
.xoo-wsc-empty-cart .cart_empty_description p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    opacity: 0.6;
    max-width: 230px;
}
	
.empty-cart-products {
	width: 100%;
	margin: 0px;
}
.empty-cart-products .empty_cart_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 12px;
}
.empty_cart_grid .ec_product_item {
	width: calc(100% / 2 - 6px);
}
.empty_cart_grid .ec_product_item .ec_product_link {
	display: block;
}
.empty_cart_grid .ec_product_item .ec_product_content {
	position: relative;
	padding-top: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.empty_cart_grid .ec_product_item .ec_product_banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.empty_cart_grid .ec_product_item .ec_product_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.empty_cart_grid .ec_product_item .ec_product_text {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	padding-inline: 12px;
}
.empty_cart_grid .ec_product_item .ec_product_text .ec_product_title {
	margin: 0;
	text-align: center;
	color: #FFF;
	font-family: "Avenir Next";
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.empty_cart_grid .ec_product_item .ec_product_text .ec_product_value {
	display: block;
	text-align: center;
	color: #FFF;
	font-family: "Futura PT";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	opacity: 0.7;
	margin: 2px 0 0;
}
	
.xoo-wsc-empty-cart a.xoo-wsc-btn {
	margin: 24px 0 8px;
	width: 100%;
	padding: 14px;
	border-radius: 6px;
	transition: 0.3s;
	color: #FFF;
	font-family: "Futura PT";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
	
.xoo-wsc-empty-cart .cart-empty-usps {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}
.cart-empty-usps .ce_usps_item {
	display: flex;
	align-items: center;
	gap: 2px;
}
.cart-empty-usps .ce_usps_item svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	display: block;
}
.cart-empty-usps .ce_usps_item span {
	color: #000;
	font-family: "Futura PT";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	text-transform: capitalize;
}
.xoo-wsc-container .xoo-wsc-body:has(.xoo-wsc-empty-cart) + .xoo-wsc-footer {
    display: none;
}
/* CART EMPTY - END */
	
/* NEW CART -- START */
.xoo-wsc-container .xoo-wsc-header {
	padding: 0px;
}
.xoo-wsc-container .xoo-wsc-header .xoo-wsch-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #F4F4F4;
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left {
	flex-direction: row-reverse;
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left .xoo-wsch-text {
	color: #000;
	font-family: "Avenir Next";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left .xoo-wsch-basket .xoo-wsch-icon {
	display: none;
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left .xoo-wsch-basket .xoo-wsch-items-count {
	width: fit-content;
	display: block;
	position: unset;
	background: transparent;
	color: #000;
	font-family: "Avenir Next";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	height: fit-content;
	position: relative;
	top: unset;
	left: unset;
	right: unset;
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left .xoo-wsch-basket .xoo-wsch-items-count::before {
	content: '(';
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-left .xoo-wsch-basket .xoo-wsch-items-count::after {
	content: ')';
}
.xoo-wsc-header .xoo-wsch-top .xoo-wsch-sec-right .xoo-wsch-close {
	margin: 0;
	font-size: 24px;
}
.xoo-wsc-header .xoo-wsc-bar-cont .xoo-wsc-bar-remtext {
	color: #000;
	text-align: center;
	font-family: "Avenir Next";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}
.xoo-wsc-header .xoo-wsc-bar-cont .xoo-wsc-bar-remtext .woocommerce-Price-amount {
	font-weight: 600;
}
.xoo-wsc-header .xoo-wsc-bar-cont .xoo-wsc-bar-poamt.xoo-wsc-bar-lev {
	display: none;
}
.xoo-wsc-bar-cont .xoo-wsc-bar-in .xoo-wsc-bar-icons span {
	justify-content: center;
}
.xoo-wsc-bar-cont .xoo-wsc-bar-in .xoo-wsc-bar-icons span > i {
	right: 0;
	width: 22px;
	height: 22px;
	line-height: normal;
}
.xoo-wsc-bar-cont .xoo-wsc-bar-in .xoo-wsc-bar {
	border-radius: 99px;
	overflow: hidden;
}
.xoo-wsc-header .xoo-wsc-bar-cont .xoo-wsc-bar-potitle {
	margin: 6px 0 0;
}
.xoo-wsc-header .xoo-wsc-bar-cont .xoo-wsc-bar-potitle span {
	display: block;
	color: #000;
	text-align: center;
	font-family: "Futura PT";
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	text-transform: capitalize;
	padding-top: 2px;
}
.xoo-wsc-body .xoo-wsc-img-col a {
    display: block;
}
.xoo-wsc-body .xoo-wsc-img-col a img {
    display: block;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col {
    padding-left: 12px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-pname a {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-qty-box {
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-qty-box input.xoo-wsc-qty {
	border: none;
	padding: 0px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-qty-box {
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-sm-right {
    flex-direction: column-reverse;
    padding-top: 0px;
		gap: 20px;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-sm-right .woocommerce-Price-amount {
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
		display: block;
		text-align: right;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-sm-right .xoo-wsc-del-cont .xoo-wsc-smr-del {
    display: block;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-sum-col .xoo-wsc-sm-right .subscription-details {
    text-align: right;
    display: block;
    font-family: "Avenir Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
	
.xoo-wsc-body .xoo-wsc-sp-container {
	padding: 20px;
	position: relative;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-heading {
	color: #000;
	font-family: "Avenir Next";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	padding-right: 50px;
}
.xoo-wsc-body .xoo-wsc-sp-container .lSSlideWrapper {
	position: unset;
	margin-top: 16px;
}
.xoo-wsc-body .xoo-wsc-sp-container .lSSlideWrapper .lSSlideOuter .lSSlideWrapper.usingCss {
    margin-top: 0px;
}
.xoo-wsc-body .xoo-wsc-sp-container .lSSlideWrapper .lSAction {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.xoo-wsc-body .xoo-wsc-sp-container .lSSlideWrapper .lSAction a {
	position: unset;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 1;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product {
    margin: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 8px 12px 8px 8px;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-left-col {
    flex: 0 0 auto;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-left-col a {
    display: block;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-left-col a img {
    display: block;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-right-col {
    padding-left: 12px;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-title a {
    display: block;
    color: #000;
    font-family: "Avenir Next";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-title a {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-rc-bottom {
    padding: 0;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price {
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 4px;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price .wcsatt-sub-options,
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price .wcsatt-sub-discount {
    display: none;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price del .woocommerce-Price-amount {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    text-transform: capitalize;
    opacity: 0.6;
    display: block;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price ins {
    text-decoration: none;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price ins .woocommerce-Price-amount bdi {
    color: #C20000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-atc .add_to_cart_button {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    padding: 3px 14px;
    transition: 0.3s;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-atc .add_to_cart_button {
    color: #000;
    font-family: "Futura PT";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-atc .add_to_cart_button:hover {
    background: #000;
    color: #fff;
}
.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-atc .add_to_cart_button span {
    margin: 0;
    font-size: 18px;
    line-height: normal;
	padding: 1px 0 0;
}

.xoo-wsc-footer .shipping-protection-box {
    border-radius: 2px;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    padding: 8px;
	margin-bottom: 20px;
}
.shipping-protection-box .cart_shipping_protection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.cart_shipping_protection .sp-left {
    display: flex;
    align-items: center;
    gap: 8px;
	flex: 1;
}
.cart_shipping_protection .sp-left .sp-icon {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_shipping_protection .sp-left .sp-icon img {
    max-width: 32px;
}
.cart_shipping_protection .sp-left .sp-text strong {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cart_shipping_protection .sp-left .sp-text p {
    margin: 2px 0 0;
    color: #000;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    opacity: 0.6;
}
.cart_shipping_protection .sp-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    flex: 0 0 auto;
}
.cart_shipping_protection .sp-switch input{
	display:none;
}
.cart_shipping_protection .sp-slider{
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ccc;
	border-radius:20px;
}
.cart_shipping_protection .sp-slider:before{
	position:absolute;
	content:"";
	height:18px;
	width:18px;
	left:2px;
	bottom:2px;
	background:white;
	border-radius:50%;
	transition:0.3s;
}
.cart_shipping_protection input:checked + .sp-slider{
		background: #000000;
}
.cart_shipping_protection input:checked + .sp-slider:before{
		transform:translateX(16px);
}
.xoo-wsc-bar-cont {
		margin-inline: -15px;
		padding-inline: 20px;
}
#xoo-wsc-bar-id-0 span.xoo-wsc-bar-filled {
		background-image: repeating-linear-gradient(
			-45deg,
			#FECE04, /* Blue color stop */
			#FECE04 10px,
			#FEDE54 10px, /* Lighter blue color stop */
			#FEDE54 20px
		);
}
.xoo-wsc-bar-potitle.xoo-wsc-bar-lev{
		font-size:12px;
}
	
.xoo-wsc-footer .xoo-wsc-ft-totals {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt {
    padding: 0;
    gap: 10px;
}
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .xoo-wsc-ft-amt-label,
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .woocommerce-Price-amount bdi {
    padding: 0;
    color: #000;
    font-family: "Avenir Next";
/*     font-size: 14px; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt .xoo-wsc-ft-amt-value {
    color: #C20000;
    letter-spacing: 0.28px;
    text-transform: uppercase;
	font-weight: 600;
}
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 8px;
    background-color: #FECE04;
    color: #000;
    font-weight: 700;
}
.xoo-wsc-footer .xoo-wsc-ft-totals .xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping {
/*     margin-top: 8px; */
}
	
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout {
    border-radius: 4px;
    overflow: hidden;
    font-family: "Futura PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
	position: relative;
}
.xoo-wsc-footer .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://honeypacks.com/wp-content/uploads/2026/03/lucide_lock.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 8px 0 0;
}
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-checkout .woocommerce-Price-amount {
    display: none;
}
	
.xoo-wsc-product.xoo-wsc-xoo_wsc_gift .xoo-wsc-priceBox {
    display: none;
}
.xoo-wsc-product.xoo-wsc-xoo_wsc_gift .xoo-wsc-sm-info {
    align-items: center;
}
.xoo-wsc-product.xoo-wsc-xoo_wsc_gift .xoo-wsc-gift-ban {
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 5px;
    background-color: #FECE04;
    color: #000;
    font-weight: 700;
}
.xoo-wsc-footer .all_payment_icons {
    margin-top: 8px;
}
.xoo-wsc-footer .all_payment_icons .cart-drawer-extra img {
    display: block;
}
/* NEW CART -- END */

.wsc-side-cart .wsc-cart-header {
	padding: 16px 20px;
	border-bottom: 1px solid  #F4F4F4 !important;
}
.wsc-side-cart .wsc-cart-header .wsc-cart-title {
	color: #000;
	font-family: "Avenir Next";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.wsc-side-cart .wsc-cart-header button.wsc-close-btn {
	padding: 0;
}
.wsc-side-cart .wsc-cart-header button.wsc-close-btn svg {
    color: #000;
}
.wsc-side-cart .wsc-cart-body {
    padding: 0;
}
.wsc-side-cart .wsc-cart-body .wsc-offers-section {
    margin-bottom: 0px;
    background: linear-gradient(0deg, #F4F4F4 0%, #F4F4F4 100%), #FFF;
    padding: 15px 20px 20px 20px;
}
.wsc-cart-body .wsc-offers-section .wsc-next-offer-message {
    text-align: center;
    color: #000;
    font-family: "Avenir Next";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wsc-cart-body .wsc-offers-section .wsc-next-offer-message .woocommerce-Price-amount {
    font-weight: 600;
}
.wsc-cart-body .wsc-offers-section .wsc-next-offer-message strong {
    color: #000;
    font-weight: 600;
}
.wsc-offers-section .wsc-progress-bar {
    margin: 22px 0 30px 0;
}
.wsc-offers-section .wsc-progress-bar .wsc-progress-fill {
    background-color: #FECE04;
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/02/Rectangle-166.png);
    background-size: contain;
    background-repeat: repeat;
}
.wsc-offers-section .wsc-progress-bar .wsc-milestone {
    top: -10px;
}
.wsc-offers-section .wsc-progress-bar .wsc-milestone .wsc-milestone-icon {
    margin-bottom: 6px;
}
.wsc-offers-section .wsc-progress-bar .wsc-milestone .wsc-milestone-icon {
    width: 28px;
    height: 28px;
    border: none;
}
.wsc-offers-section .wsc-progress-bar .wsc-milestone .wsc-milestone-icon svg {
    width: 14px;
    height: 14px;
}
.wsc-offers-section .wsc-progress-bar .wsc-milestone .wsc-milestone-label {
    color: #000;
    text-align: center;
    font-family: "Futura PT";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}
.wsc-cart-body .wsc-cart-items {
    padding: 15px 20px;
    margin-bottom: 0px;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item {
    padding: 0;
    margin-block: 16px;
    padding-bottom: 16px;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item:last-child {
    margin-bottom: 0px;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item button.wsc-remove-item {
    top: auto;
    right: 0;
    bottom: 16px;
    padding: 0;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item button.wsc-remove-item svg {
    display: block;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-pricing {
    padding-right: 0px;
    gap: 0;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #F4F4F4;
    overflow: hidden;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-details .wsc-item-name {
    padding-right: 0;
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-details .wsc-item-quantity {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-details .wsc-item-quantity input.wsc-qty-input {
    border: none;
    width: 32px;
}
.wsc-cart-item .wsc-item-pricing .wsc-price-row {
    gap: 6px;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-pricing span.wsc-sale-price bdi {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-pricing span.wsc-regular-price bdi {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.6;
}
.wsc-cart-body .wsc-cart-items .wsc-cart-item .wsc-item-pricing  span.wsc-savings {
    font-size: 12px;
}
.wsc-side-cart .wsc-cart-body .wsc-quick-add-section {
	padding-inline: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
}
.wsc-cart-footer .wsc-summary-row.wsc-subtotal {
    border-top: none;
    padding-top: 0px;
    margin-bottom: 8px;
}
.wsc-cart-footer .wsc-summary-row.wsc-subtotal span,
.wsc-cart-footer .wsc-summary-row.wsc-total-savings span {
    color: #000;
    font-family: "Avenir Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.wsc-cart-footer .wsc-summary-row.wsc-total-savings {
    margin-bottom: 6px;
}
.wsc-cart-footer .wsc-checkout-btn {
    border-radius: 4px;
    background: #000;
}
/* ===============================================
    CART DRAWER DESIGN END
==================================================*/

/* ===============================================
    CUSTOM CSS START -- AMMAN CODE
==================================================*/

header{
	overflow: hidden;
}

ul{
	padding-left:20px;
}
.main__header{
	width: 100% !important;
}
.limited-time-card{
  position: sticky;
  top: 180px;
  z-index: 10;
}

.bogo-timer [class~=hurrytimer-campaign]{
	padding:0 !important;
}
.bogo-timer .hurrytimer-timer-block {
	margin-bottom:0 !important;
	background-color:#fff;
	padding:4px 5px;
	border-radius:3px;
}
.bogo-timer .hurrytimer-timer-sep{
color:#fff !important;	
}
.title-underline {
  position: relative;
  display: inline-block;
}

.title-underline::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
	height:8px;
  background: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/underline_11.png") repeat-x;
  background-size: cover;
	background-repeat:no-repeat;
}
span.title-faq {
  position: relative;
  display: inline-block;
}

span.title-faq::after {
content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    max-width: 84px;
    height: 30px;
  background: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector-5.png") repeat-x;
  background-size: contain;
	background-repeat:no-repeat;
}
	.make-text-underline:after{
	content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    max-width: 84px;
    height: 30px;
  background: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector-5.png") repeat-x;
  background-size: contain;
	background-repeat:no-repeat;
	}
.video.make-text-underline:after{
	bottom: -40px;
}
.faq.make-text-underline:after{
	left:0;
	right:auto;
	bottom: -40px;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.try-it-now{
	background: radial-gradient(784.64% 962.22% at 42.76% 32.53%, rgba(252, 254, 255, 0.5) 0%, rgba(254, 206, 4, 0.01) 100%) ;

}

.bottom-product {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  transition: all 0.3s ease;
}


.bottom-product.is-bottom {
  position: relative !important;
  width: 100% !important;
}
.five-reasons-box{
	background: radial-gradient(784.64% 962.22% at 42.76% 32.53%, rgba(252, 254, 255, 0.5) 0%, rgba(254, 206, 4, 0.01) 100%) ;

}
thead tr th{
	border:none;
}
.table-wrapper {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    width: 100%;
    max-width: 780px;
  }
 
  table {
    width: 100%;
    border-collapse: collapse;
  }
 
  /* ── Header Row ── */
  thead th {
    padding: 22px 10px 18px;
    text-align: center;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    background: #fff;
  }
 
  thead th:first-child { text-align: left; padding-left: 22px; }
 
  .product-img {
    display: block;
    margin: 0 auto 10px;
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
 
  .highlight-col { background: #fff; }
/*   thead th.highlight-col { background: #fffbf0; } */
 
  /* ── Body Rows ── */
  tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
  }
  tbody tr:last-child { border-bottom: none; }
  tbody tr:hover { background: #fafafa; }
 
  tbody td {
    padding: 14px 10px;
    text-align: center;
    font-size: 13.5px;
    color: #444;
    font-weight: 600;
    vertical-align: middle;
  }
 
  tbody td:first-child {
    text-align: left;
    padding-left: 22px;
    color: #222;
    font-weight: 700;
    font-size: 13.5px;
  }
 
  tbody td.highlight-col { background: #fff; }
 
  /* ── Icons ── */
  .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
  }
 
  .icon-check {
    background: rgba(254, 206, 4, 1);
    color: #000;
    box-shadow: 0 2px 6px rgba(245,197,24,0.4);
  }
 
  .icon-cross {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
  }
 
  /* SVG icons inside circles */
  .icon svg { width: 14px; height: 14px; }
 
  /* text badges */
  .badge-text {
    display: inline-block;
/*     background: #f0f0f0; */
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
  }
/*   .badge-risky {
    background: #fff0f0;
    color: #e04040;
  }
  .badge-na {
    background: #f5f5f5;
    color: #999;
  } */
/*   .badge-varies {
    background: #fff8e6;
    color: #c07a00;
  } */
/*   .badge-chew {
    background: #e8f5e9;
    color: #2e7d32;
  } */
 
  /* product name styling */
  .prod-name {
    display: block;
    margin-top: 2px;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.3;
  }
 
  /* Emoji product placeholders */
  .prod-emoji {
    font-size: 36px;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
    line-height: 1;
  }
.customers-slider-right .swiper-slide .e-con-inner .elementor-element{
	text-align:left !important;
	height:100%;
}
.customers-slider-left .swiper-slide .e-con-inner .elementor-element{
	height:100%;
}
.mobile-slider .swiper-slide .e-con-inner > .elementor-element {
	height:100%;
}
.customers-slider-right .elementor-widget-rating .e-rating{
	justify-content:left !important;
}
.faq-accodian span.e-n-accordion-item-title-icon{
	background-color: rgba(254, 206, 4, 1);
    padding: 9px 10px;
    border-radius: 50%;
}
.am-underline-heading::after {
    position: absolute;
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector.png);
    width: 260px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
}
.am-highlighted-works::after{
	position: absolute;
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector-8.png);
    width: 150px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
}
.am-works-card:nth-child(2)::after {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Line-165.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 228px;
    height: 4px;
    top: 25%;
    right: -50%;
}
.am-works-card:nth-child(2)::before {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Line-165.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 228px;
    height: 4px;
    top: 25%;
    left: -50%;
}
.am-ways-to-earn::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/6d11b8b1-6ce7-414f-8d61-fa0b660376a7_removalai_preview-e1777479836199.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 148px;
    height: 100px;
    right: 0;
    top: 0;
}
.am-ways-to-earn::before {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6743.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 260px;
    height: 180px;
    left: 0;
		top: auto;
    bottom: 0;
}
.am-rewards-bg::before {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6741-2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 280px;
    top: 0;
    left: 0;
    height: 170px;
}
.am-rewards-bg::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/bfb4fe27-9df7-4bfd-a267-3c88a05414db_removalai_preview-e1777485000778.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 270px;
    top: 0;
    left: auto;
		right: 0;
    height: 205px;
}
.am-customer-couting::after {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector-8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 22px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.am-one-pack::after {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 268px;
    height: 16px;
    bottom: 10px;
    transform: translate(-50%, 0);
	z-index: -1;
}
.am-now-exclusive::after {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Vector.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 268px;
    height: 16px;
    bottom: 0;
    transform: translate(-50%, 0);
}
.am-faq-bg::before {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6741-3.png);
    width: 400px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    bottom: 0;
    top: auto;
    left: 0;
}
.saving-first-member-card::after {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6743-e1777324619723.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    width: 140px;
    height: 100px;
}
.saving-first-member-card:nth-child(3)::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/image-6743-1-e1777333741141.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    width: 140px;
    height: 100px;
}
@media (max-width: 1024px){
	  .limited-time-card{
    position: static;
    top: auto;
  }
}
@media (max-width: 767px) {
	.icon.icon-cross::before, .icon.icon-check::before, .am-one-pack::after, .am-now-exclusive::after, .am-underline-heading::after{
		display: none;
	}
	.am-highlight-desc::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/Vector.png);
    width: 148px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
	.am-ways-to-earn::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/6d11b8b1-6ce7-414f-8d61-fa0b660376a7_removalai_preview-e1777479836199.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 120px;
    height: 80px;
    right: 0;
    top: 0;
}
	.am-works-card:nth-child(2)::after{
		display: none;
	}
	.am-works-card:nth-child(2)::before {
    top: 25%;
    left: -70px;
    transform: rotate(90deg);
}
	.am-rewards-bg::before {
    position: absolute;
    content: '';
    background-image: url(https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6741-2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 150px;
    top: 0;
    left: 0;
    height: 100px;
}
	.am-rewards-bg::after {
    position: absolute;
    content: '';
    background-image: url(https://honeypacks.com/wp-content/uploads/2026/04/bfb4fe27-9df7-4bfd-a267-3c88a05414db_removalai_preview-e1777485000778.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 130px;
    top: 0;
    left: auto;
    right: 0;
    height: 100px;
}
	.am-faq-bg::before{
		display: none;
	}
	.elementor-437 .elementor-element.elementor-element-bd333a4, .elementor-437 .elementor-element.elementor-element-171946f {
		left: auto !important;
    right: 15px !important;
}
	.make-text-underline:after{
		display:none;
	}
	.mobile-image{
		background: linear-gradient(0deg, #000000, #000000), linear-gradient(360deg, #000000 66.93%, rgba(0, 0, 0, 0) 76.74%);
	}
	.elementor-9 .elementor-element.elementor-element-f7faad9:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-f7faad9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
		
	}
	.mobile-slider .swiper-pagination{
		margin-top: 30px;
	}

  #bg-img {
    position: relative;
  }

/*   #bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6740.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #bg-img::after {
    content: "";
    position: absolute;
    top: 1135px;
    left: 219px;
    width: 200px;
    height: 100px;
    background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image_6741-removebg-preview.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
*/
	

} 
span.sub-text {
    font-size: 32px;
}
.per-year-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6740-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
    .per-year-box::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200px;
        height: 100px;
        background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6741-1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
  }
.money-back-image{
	position:absolute;
	top: -50px;
}
.numbers-box-grid{
	position:relative;
}
.numbers-box-grid .numbers-box:not(:last-child)::after {
position:absolute;
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Line-505.png");
    background-size: contain;
    background-repeat: no-repeat;
    right:-17px;
    top:50%;
    transform:translatey(-50%);
}
	.what-actually-boxs .what-actually-box:not(:last-child)::after{
		position:absolute;
        content: "";
        display: block;
        width: 3px;
        height: 15px;
        background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Line-507.png");
        left: 36px;
        bottom: -17px;
        top: auto;
	}
    @media (max-width: 767px) {
        .numbers-box-grid .numbers-box:not(:last-child)::after{
            display:none;
        }

        .numbers-box-grid .numbers-box-bottom:not(:last-child)::after{
            position:absolute;
            content: "";
            display: block;
            width: 4px;
            height: 16px;
            background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Line-505-1.png");
            left: 50%;
            bottom: -17px;
            transform: translatex(-50%);
            top: auto;
        }
        #double-bg-img {
            position: relative;
        }

        #double-bg-img::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 200px;
            height: 100px;
            background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/image-6740.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
    }
    #double-bg-img::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 100px;
        background-image: url("https://dev-honey-packs-pre-sell.pantheonsite.io/wp-content/uploads/2026/04/Group_1437254071-removebg-preview.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .table-wrapper {
    width: 100%;
    }

@media (max-width: 550px) {
  .table-wrapper {
    overflow-x: auto;
  }

  .table-wrapper table {
    min-width: 700px;
  }
}

/* ===============================================
    CUSTOM CSS END -- AMMAN CODE
==================================================*/

/* PRODUCT PAGE SLIDER VIDEO PAGINATION DOT CSS START */
.customer_seeing_carousel .swiper-pagination ,
.ingredients_slider .swiper-pagination {
    left: 50% !important;
}

/* PRODUCT PAGE SLIDER VIDEO PAGINATION DOT CSS END */

/* CART DRAWER UPSELL DESIGN START */

.xoo-wsc-sp-container .xoo-wsc-sp-product{display:flex !important;align-items:center !important;gap:10px !important}
.xoo-wsc-sp-container .xoo-wsc-sp-right-col{flex:1 !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;min-width:0 !important}
.xoo-wsc-sp-container .xoo-wsc-sp-rc-info{display:flex !important;flex-direction:column !important;align-items:flex-start !important;text-align:left !important;gap:2px !important;width:100% !important}
.xoo-wsc-sp-container .xoo-wsc-sp-title{text-align:left !important;width:100% !important}

.xoo-wsc-body .xoo-wsc-sp-container .xoo-wsc-sp-product .xoo-wsc-sp-price{
	display:flex !important;
	justify-content:flex-start !important;
	width:100% !important;
	text-align:left !important;
	margin:0 !important;
}

.xoo-wsc-sp-container .xoo-wsc-sp-rc-action{flex-shrink:0 !important}
.xoo-wsc-sp-variable-form{display:flex;flex-direction:column;gap:6px;width:auto}
.xoo-wsc-sp-variable-form select.xoo-wsc-sp-variation-select{font-size:12px;padding:4px 6px;border:1px solid #ddd;border-radius:4px}
.xoo-wsc-sp-variable-form.xoo-wsc-sp-loading{opacity:.6;pointer-events:none}

.xoo-wsc-sp-container .xoo-wsc-sp-slider .xoo-wsc-sp-prod-cont {
	margin-bottom: 14px;
}
.xoo-wsc-sp-container .xoo-wsc-sp-slider .xoo-wsc-sp-prod-cont:last-child {
	margin-bottom: 0;
}
.xoo-wsc-sp-container .xoo-wsc-sp-heading {
	display: block;
	margin-bottom: 12px;
}
.xoo-wsc-sp-container .xoo-wsc-sp-atc a.button,
.xoo-wsc-sp-container .xoo-wsc-sp-atc button{
	width: 72px !important;
	height: 32px;
	min-height: 32px;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #000;
	border-radius: 4px;
	box-sizing: border-box;
}

.xoo-wsc-sp-variable-form {
	width: auto !important;
	max-width: 72px !important;
}

/* CART DRAWER UPSELL DESIGN END */

/* BUNDLE FREE PRODUCT CSS START */
.hp-gift-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 12px;
}

.hp-gift-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 10px 8px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color .15s;
	position: relative;
}

.hp-gift-option.selected {
	border-color: #000;
	border-width: 2px;
}

.hp-gift-radio-dot {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #999;
	background: #fff;
	flex-shrink: 0;
	display: none;
}

.hp-gift-radio-dot.active {
	border-color: #000;
	background: radial-gradient(circle, #000 40%, #fff 42%);
}

.hp-gift-img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}

.hp-gift-info {
	width: 100%;
}

.hp-gift-name {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
}

.hp-gift-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 11px;
}

.hp-gift-compare-price {
	order: 1;
}

.hp-gift-free-label {
	order: 2;
}

.hp-gift-free-label {
	background: #fbc02d;
	color: #000;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 4px;
	font-size: 10px;
}

.hp-gift-compare-price {
	text-decoration: line-through;
	color: #888;
}

/* mobile — 2 per row instead of 3 if space is tight */
@media (max-width: 480px) {
	.hp-gift-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.xoo-wsc-gift-ban.hp-custom-gift-ban {
	position: absolute !important;
	top: 50% !important;
	right: 8px !important;
	left: auto !important;
	transform: translateY(-50%) !important;
	background: #f5c518 !important;
	color: #000 !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	padding: 3px 8px !important;
	border-radius: 4px !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
	z-index: 5 !important;
}
/* BUNDLE FREE PRODUCT CSS END */

/* BUNDLE WITH ADD ON PRODUCT ATC START */
.bundle-addon-plus {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 6px 0;
	color: #000;
}
.bundle-addon-card .variation-card-radio {
	display: none;
}

.variations.has-bundle-addon {
	display: flex !important;
	flex-direction: column !important;
}

.variations.has-bundle-addon .variation-quantity-label {
	order: 1 !important;
}

.variations.has-bundle-addon .custom-variation-cards {
	order: 2 !important;
}

.variations.has-bundle-addon .bundle-addon-plus {
	order: 3 !important;
}

.variations.has-bundle-addon .bundle-addon-card {
	order: 4 !important;
}
.bundle-addon-card {
	border-color: #e0e0e0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.bundle-addon-card .radio-dot {
	display: none;
}
/* BUNDLE WITH ADD ON PRODUCT ATC END */