.cb-bundle-category__item{
	display:grid; grid-template-columns: 88px 1fr; justify-content:flex-start; align-items:flex-start; gap:11px;
}

.cb-bundle-category__item-media{width:66px; height:66px; display:flex; justify-content:center; align-items:center;}
.cb-bundle-category__item-media img{width:100%; height:100%; object-fit: contain;}
.cb-bundle-category__item-title{font-weight:700; font-size:18px;}
.cb-bundle-category__item-desc p{font-size:13px; font-weight:300; line-height:1.2;}
.cb-bundle-category__item-price{font-size:18px;}
.cb-bundle-category__item-price--old span{text-decoration: line-through; font-weight:700; color:#a08e81;}
.cb-bundle-category__item-price--new span{font-weight:700; color:#000;}
.cb-bundle-category__item-more a{color: #d77b93;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;}
.cb-bundle-category__summary-row--total span{font-weight:700;}
.cb-single-product__breadcrumb-nav a{color:#000; font-weight:500;}
.cb-single-product__breadcrumb-current{color:#d57b93; font-weight:500;}
.cb-single-product-page {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #f4f0ec;
	padding-top:180px;
}

.cb-single-product__add-to-cart-info{display:flex; justify-content:flex-start; align-items:flex-start; gap:22px; flex-direction:column;}
.cb-single-product__add-to-cart-info .line{display:flex; justify-content:flex-start; align-items:center; gap:22px;}
.cb-single-product__add-to-cart-info .line div{display:flex; justify-content:flex-start; align-items:flex-start; flex-direction:column;}
.cb-single-product__add-to-cart-info .line h6{font-weight:800;}
.cb-single-product__add-to-cart-info .line p{font-weight:400;}
.cb-single-product__add-to-cart-info img{width:66px; height:66px; object-fit:contain;}

.cb-single-product__qty-wrap{width:100%; display:flex; justify-content:flex-start; align-items:center; gap:22px;}
.cb-single-product__availability-wrap{width:100%; display:flex; justify-content:flex-start; align-items:center; gap:4px;}
.cb-single-product__availability-label{font-weight:500;}
.cb-single-product__availability-stock p{font-weight:500;}
.cb-single-product__add-to-cart-wrap{width:100%;}
.single-product .site-main,
.single-product #primary,
.single-product #content,
.single-product .content-area,
.single-product .woocommerce {
	background: transparent !important;
}
.cb-single-product__add-to-cart-payment{margin:11px 0px; flex-wrap:wrap; display:flex; justify-content:flex-start; align-items:center; gap:11px;}
.cb-single-product__add-to-cart-payment img.pay1{height:35px;}
.cb-single-product__add-to-cart-payment img.pay2{height:35px;}
.cb-single-product__add-to-cart-payment img.pay3{height:35px;}
.cb-single-product__add-to-cart-payment img.pay4{height:15px;}

.cb-sticky-atc {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(24px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.cb-sticky-atc.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.cb-sticky-atc__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 16px;
	background: rgba(255,255,255,0.98);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 18px;
	box-shadow: 0 14px 45px rgba(0,0,0,0.16);
	max-width: 1120px;
	margin: 0 auto;
}

.cb-sticky-atc__product {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1 1 auto;
}

.cb-sticky-atc__image {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	overflow: hidden;
	flex: 0 0 58px;
	background: #f6f6f6;
}

.cb-sticky-atc__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cb-sticky-atc__meta {
	min-width: 0;
}

.cb-sticky-atc__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cb-sticky-atc__price {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

.cb-sticky-atc__price del {
	opacity: 0.5;
	margin-right: 6px;
}

.cb-sticky-atc__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.cb-sticky-atc__qty {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.cb-sticky-atc__qty-btn {
	width: 38px;
	height: 42px;
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.cb-sticky-atc__qty-input {
	width: 54px;
	height: 42px;
	border: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	background: transparent;
	outline: none;
	-moz-appearance: textfield;
}

.cb-sticky-atc__qty-input::-webkit-outer-spin-button,
.cb-sticky-atc__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cb-sticky-atc__button {
	height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	background: #111;
	color: #fff;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.cb-sticky-atc__button:hover {
	transform: translateY(-1px);
}

.cb-sticky-atc__button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

@media (max-width: 767px) {
	.cb-sticky-atc {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.cb-sticky-atc__inner {
		padding: 12px;
		gap: 10px;
		align-items: stretch;
	}

	.cb-sticky-atc__product {
		min-width: 0;
	}

	.cb-sticky-atc__image {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.cb-sticky-atc__actions {
		gap: 8px;
	}

	.cb-sticky-atc__qty {
		display: none;
	}

	.cb-sticky-atc__button {
		padding: 0 16px;
		height: 42px;
		font-size: 13px;
	}
}

.cb-single-product__related .cb-bundle-category__card-content{
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
	padding:60px 0px 0px !important;
}

.cb-single-product__related .cb-bundle-category__card-badge{
	top:-6px !important;
	height:33px !important;
	font-size:14px !important;
	width:100%;
}

.cb-single-product__related .cb-bundle-category__card-title{
	font-size:20px !important;
	line-height:1.2 !important;
	font-weight:700 !important;
}

.cb-single-product__related .cb-bundle-category__card-desc{
	display:flex; flex-direction:column;
}

.cb-bundle-category__card-pricing {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	width:100%;
	justify-content:center;
}

.cb-bundle-category__card-price {
	line-height: 1;
}

.cb-bundle-category__card-price--old {
	font-size: 30px;
	font-weight:900 !important;
	color: #5d5d5d;
	text-decoration: line-through;
}

.cb-bundle-category__card-price--new {
	font-size: 30px;
	font-weight: 900 !important;
	color: #2f241d;
	letter-spacing: -0.03em;
}

.cb-bundle-category__card-price--old span{font-weight: 700 !important;}
.cb-bundle-category__card-price--new span{font-weight: 900 !important;}
.cb-single-product__related .cb-bundle-category__card-desc-line{
	flex-wrap:unset !important;
	justify-content:flex-start !important; align-items:flex-start !important; display:flex;
}

.cb-single-product__related .cb-bundle-category__card-desc-title{
	font-size:15px !important;
	color:#333 !important;
	line-height:1.45 !important;
	text-align:left;
}
.cb-bundle-category__card-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	padding:60px 28px 28px;
	position:relative;
	border: 1px solid #ebddd0;
    border-radius: 28px;
    background: #fff;
    justify-content:space-between;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
	box-shadow: 0 12px 25px rgba(47, 36, 29, 0.18);
}

.cb-bundle-category__card-badge {
	position: absolute;
	top: -27.5px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	height: 55px;
	padding: 0 33px;
	border-radius: 15px;
	background: #e7cdc7;
	color: #000;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.02em;
	transform: translateX(-50%);
}

.cb-single-product__related .cb-bundle-category__card-price--old{
	font-size:18px !important;
}

.cb-single-product__related .cb-bundle-category__card-price--new{
	font-size:18px !important;
	
}

.cb-single-product__related .cb-bundle-category__gift-title{
	font-size:15px !important;
	color:#333 !important;
	line-height:1.45 !important;
	text-align:left !important;
}

.cb-single-product__related .cb-bundle-category__card-desc-qty{
	font-size:15px !important;
	color:#333 !important;
	line-height:1.45 !important;
}

.cb-single-product__related .cb-product-card__actions{width:100%;}

.cb-single-product__related {
	margin-top: 64px;
}

.cb-single-product__related-title {
	margin: 0 0 24px;
}

.cb-single-product__related ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cb-single-product__related ul.products li.product {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.cb-single-product__related ul.products::before,
.cb-single-product__related ul.products::after {
	display: none !important;
	content: none !important;
}

@media (max-width: 991px) {
	.cb-single-product__related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.cb-single-product__related ul.products {
		grid-template-columns: 1fr;
	}
}
.cb-single-product {
	padding: 0px 20px 90px;
}

.cb-single-product__container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.cb-single-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	gap: 48px;
	align-items: start;
}

.cb-single-product__gallery-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.cb-single-product__main-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 580px;
}

.cb-single-product__main-image img,
.cb-single-product__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.cb-single-product__main-image--placeholder img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.cb-single-product__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.cb-single-product__thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd3cb;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.cb-single-product__thumb:hover {
	border-color: #d46a98;
	transform: translateY(-2px);
}

.cb-single-product__thumb.is-active {
	border-color: #d46a98;
}

.cb-single-product__thumb-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.cb-single-product__breadcrumbs {
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 1.5;
}

.cb-single-product__breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	color: #1f1f1f;
}

.cb-single-product__breadcrumbs .woocommerce-breadcrumb a {
	color: #d46a98;
	text-decoration: none;
}

.cb-single-product__title {
	margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 400;
    color: #000;
}

.cb-single-product__breadcrumbs {
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.5;
	color: #1f1f1f;
}

.cb-single-product__breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	color: #1f1f1f;
}

.cb-single-product__breadcrumbs .woocommerce-breadcrumb a {
	color: #1f1f1f;
	text-decoration: none;
	opacity: 0.72;
}

.cb-single-product__breadcrumbs .woocommerce-breadcrumb a:hover {
	opacity: 1;
}

.cb-single-product__bundle-contents {
	margin: 0 0 24px;
	padding: 18px 20px;
	background: #ffffff;
	border: 1px solid #e5ddd6;
	border-radius: 12px;
}

.cb-single-product__bundle-title {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #111111;
}

.cb-single-product__bundle-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.cb-single-product__bundle-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 15px;
	line-height: 1.45;
	color: #1f1f1f;
}

.cb-single-product__bundle-item-name {
	font-weight: 500;
}

.cb-single-product__bundle-item-qty {
	flex: 0 0 auto;
	font-weight: 700;
	color: #d46a98;
}
.cb-single-product__short-description {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.7;
	color: #1f1f1f;
}

.cb-single-product__short-description p:last-child {
	margin-bottom: 0;
}

.cb-single-product__price {
	margin-bottom: 20px;	
	font-weight: 700;
	line-height: 1.1;
	
}

.cb-single-product__price del{font-size:22px; color:#a08e81; font-weight:700;}
.cb-single-product__price del span{font-size:22px; color:#a08e81; font-weight:700;}
.cb-single-product__price ins span{font-size:22px; color:#000; font-weight:700;}
.cb-single-product__ajax-notices {
	margin-bottom: 20px;
}

.cb-single-product__ajax-notice {
	padding: 14px 16px;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.5;
}

.cb-single-product__ajax-notice--success {
	background: #edf8ef;
	color: #1d6b2f;
	border: 1px solid #b9e2c3;
}

.cb-single-product__ajax-notice--error {
	background: #fff1f1;
	color: #9f1f1f;
	border: 1px solid #f1bcbc;
}

.single_add_to_cart_button.loading,
button.loading {
	opacity: 0.7;
	pointer-events: none;
}
.cb-single-product__price .price {
	margin: 0;
	color: inherit;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 700;
}

.cb-single-product__price del {
	opacity: 0.45;
	margin-right: 10px;
	
}

.cb-single-product__price ins {
	text-decoration: none;
}

.cb-single-product__cart-wrap {
	margin-bottom: 14px;
}

.cb-single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin: 0;
}

.cb-single-product form.cart .quantity {
	margin: 0 !important;
}
.cb-single-product__bundle-panel {
	margin: 0 0 24px;
}

.cb-single-product__bundle-panel .cb-bundle-category__panel {
	display: block;
}

.cb-single-product__bundle-panel .cb-bundle-category__panel-inner {
	background: #fff;
	border: 1px solid #e5ddd6;
	border-radius: 16px;
	padding: 20px;
}

.cb-single-product__bundle-panel .cb-bundle-category__panel-header {
	margin-bottom: 18px;
}

.cb-single-product__bundle-panel .cb-bundle-category__panel-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #111;
}

.cb-single-product__bundle-panel .cb-bundle-category__items {
	display: grid;
	gap: 16px;
}

.cb-single-product__bundle-panel .cb-bundle-category__summary {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #ece3db;
}

.cb-single-product__bundle-panel .cb-bundle-category__summary-table {
	display: grid;
	gap: 10px;
}

.cb-single-product__bundle-panel .cb-bundle-category__summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 15px;
	line-height: 1.45;
}

.cb-single-product__bundle-panel .cb-bundle-category__summary-row--total {
	font-size: 17px;
	font-weight: 700;
}
.cb-single-product form.cart .qty {
	width: 90px;
	height: 56px;
	border: 1px solid #b8afa8;
	border-radius: 0;
	background: #ffffff;
	font-size: 24px;
	font-weight: 600;
	color: #111111;
	text-align: center;
	padding: 0 10px;
}

.cb-single-product form.cart .single_add_to_cart_button {
	height: 58px;
	padding: 0 42px;
	border: 0;
	border-radius: 8px;
	background: #d57b93;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	min-width: 260px;
	transition: background 0.2s ease, transform 0.2s ease;
	width:100%;
}

.cb-single-product form.cart .single_add_to_cart_button:hover {
	background: #bf5d88;
	transform: translateY(-1px);
}

.cb-single-product form.cart .single_add_to_cart_button:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(212, 106, 152, 0.18);
}

.cb-single-product__stock {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 1.5;
	color: #111111;
}

.cb-single-product__stock .stock {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

.cb-single-product__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.cb-single-product__payments img {
	display: block;
	height: 22px;
	width: auto;
	object-fit: contain;
}

.cb-single-product__trust-list {
	display: grid;
	gap: 20px;
}

.cb-single-product__trust-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 16px;
	align-items: center;
}

.cb-single-product__trust-icon img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.cb-single-product__trust-title {
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #111111;
	margin-bottom: 2px;
}

.cb-single-product__trust-text {
	font-size: 16px;
	line-height: 1.45;
	color: #1f1f1f;
}

.cb-single-product__tabs {
	margin-top: 60px;
}

.cb-single-product__related {
	margin-top: 60px;
}

.cb-single-product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.cb-single-product .woocommerce-tabs ul.tabs li {
	border-radius: 8px 8px 0 0;
}

.cb-single-product .woocommerce-tabs ul.tabs li a {
	font-weight: 700;
}

@media (max-width: 991px) {
	.cb-single-product {
		padding: 40px 20px 70px;
	}

	.cb-single-product__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cb-single-product__main-image {
		min-height: 420px;
	}

	.cb-single-product__title {
		font-size: clamp(30px, 7vw, 42px);
	}

	.cb-single-product__price .price {
		font-size: clamp(28px, 7vw, 40px);
	}
}

@media (max-width: 767px) {
	.cb-bundle-category__summary-note{margin-top:22px;}
	.cb-bundle-category__summary-note a{color:#d77b93;}
	.cb-single-product__breadcrumbs{display:none !important;}
	.cb-single-product-page {
		left: 50%;
		right: 50%;
		width: 100vw;
		margin-left: -50vw;
		margin-right: -50vw;
		padding-top:70px;
	}

	.cb-single-product__gallery-card {
		padding: 18px;
		border-radius: 14px;
	}

	.cb-single-product__main-image {
		min-height: 280px;
	}

	.cb-single-product form.cart {
		flex-direction: column;
		align-items: stretch;
	}

	.cb-single-product form.cart .quantity,
	.cb-single-product form.cart .qty,
	.cb-single-product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	.cb-single-product__trust-item {
		grid-template-columns: 52px 1fr;
		gap: 14px;
	}

	.cb-single-product__trust-icon img {
		width: 52px;
		height: 52px;
	}
}