.content-product-left{
		width: 44%
}
.content-product-right{
		width: 56%;
	padding:0 0 0 16px;
}

.product-detail .pd-title h1 {
	margin: 0 0 12px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}

.product-detail .pd-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 42px 0;
	line-height: 140%;
}

.product-detail .pd-stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail .pd-stock__ic {
	flex: 0 0 auto;
}

.product-detail .box-review.pd-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
}

.product-detail .pd-rating .rating,
.product-detail .pd-rating .rating-box.rating-box {

	font-size: 16px;
	margin: 0;
}

.product-detail .pd-rating .rating-box .fa-star,
.product-detail .pd-rating .rating-box .fa-star-o {
	color: #ffb800;
}

.product-detail .pd-rating .reviews_button {
	color: #4d4d4d;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

.product-detail .pd-attr {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
}

.product-detail .pd-attr__label {
	color: #808080;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	min-width: 100px;
}

.product-detail .pd-tag--weight {
	padding: 4px 8px;
	border-radius: 4px;
	background: #d2f1b2;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail .pd-attr--taste {
	gap: 10px;
}

.product-detail .pd-taste {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.product-detail .pd-taste__val {
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail .pd-taste__sep {
	width: 1px;
	height: 16px;
	background: #e6e6e6;
}

.product-detail #product.pd-purchase {
	margin: 40px 0 0;
	padding: 24px;
	border-radius: 6px;
	background: #f2f2f2;
}

.product-detail .pd-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.product-detail .pd-price {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.product-detail .pd-price__old {
	color: #808080;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: line-through;
}

.product-detail .pd-price__new {
	color: #fc4324;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
}


.product-detail .pd-price__new #price-old{
	color: #242424

}
.product-detail .pd-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}

.product-detail .pd-purchase .quantity-control.pd-qty {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: auto;
	height: 48px;
	padding: 6px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background: #ffffff;
}

.product-detail .pd-purchase .pd-qty .input-group-addon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #1a1a1a;
	font-size: 14px;
	cursor: pointer;
}

.product-detail .pd-purchase .pd-qty .input-group-addon:hover {
	background: #f2f2f2;
}

.product-detail .pd-purchase .pd-qty input.form-control {
	width: 30px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

.product-detail .pd-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 12px 20px 12px 50px;
	border: 0;
	border-radius: 6px;
	background: #336600 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") no-repeat 20px center;
	color: #ffffff;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.product-detail  .pd-cart-btn:hover {
	background-color: #2a5500;
}

.product-detail  #button-checkout.pd-hidden {
	display: none;
}

.product-detail  .pd-bonus {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 12px 0 0;
}

.product-detail  .pd-bonus__label {
	color: #666666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail  .pd-bonus__val {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail  .pd-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin: 16px 0 0;
}

.product-detail  .pd-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #666666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.product-detail  .pd-link:hover {
	color: #336600;
}

.product-detail  .pd-link__ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffe8e8;
	color: #000;
	font-size: 13px;
}
.product-detail  .pd-link__ic.active {
	color: #000;
}

.product-detail  .pd-delivery {
	margin: 40px 0 0;
	border-top: 1px solid #f2f2f2;
}

.product-detail  .pd-delivery__title {
	margin: 0 0 0px;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.6px;
}

.product-detail  .pd-delivery__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-detail  .pd-delivery__list li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail  .pd-delivery__list img {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.product-detail  .pd-terms {
	border-top: 1px solid #f2f2f2;
}

.product-detail  .pd-terms__title {
	margin: 0;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.product-detail  .pd-terms__chevron {
	flex: 0 0 auto;
	color: #1a1a1a;
}

.product-detail  .content-product-left .pd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 23px 0 0;
}

.product-detail  .pd-tags__item {
	padding: 5px 12px;
	border-radius: 4px;
	background: #d2f1b2;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.product-detail  .pd-tags__item:hover {
	background: #c3e89c;
}

.product-detail  .pd-tabs {
	margin: 0;
}

.product-detail  .pd-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.product-detail  .pd-tabs__nav:before, .product-detail  .pd-tabs__nav:after  {
	display: none;
}

.product-detail  .pd-tabs__nav > li {
	margin: 0;
}

.product-detail  .producttab  .pd-tabs__nav > li > a {
	display: block;
	padding: 0 0 6px;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	letter-spacing: 1px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */

}

.product-detail .producttab  .pd-tabs__nav > li > a:hover {
	color: #1a1a1a;
}

.product-detail .producttab  .pd-tabs__nav > li.active > a {
	color: #1a1a1a;

}

.product-detail  .producttab  .pd-tabs__content {
	margin: 0;
	padding: 0px 0 0;
}

.product-detail .pd-tabs__content .tab-pane {
	display: none;
}

.product-detail .pd-tabs__content .tab-pane.active {
	display: block;
}

.product-detail .pd-spec__title {
	margin: 0 0 16px;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.6px;
}

.product-detail .pd-spec__list {
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
}

.product-detail .pd-spec__list .property-item {
	display: flex;
	gap: 24px;
	padding: 12px 0;
	border-bottom: 1px solid #e4e4e5;
}
.product-detail .pd-spec__list .property-item.diya {
	display: grid;
	gap: 8px;
}

.product-detail .pd-spec__list .property-item:first-child {
	border-top: 0px solid #e4e4e5;
	padding: 4px 0 12px 0;
}

.product-detail .pd-spec__list .propery-title {
	flex: 0 0 40%;
	max-width: 315px;
	color: #666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:14px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

.product-detail .pd-spec__list .propery-des {
	flex: 1 1 auto;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.product-detail .pd-spec__list .propery-des a {
	color: #336600;
	text-decoration: none;
}

.product-detail .pd-spec__list .propery-des a:hover {
	text-decoration: underline;
}

.product-detail .pd-desc {
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 36px 0;
}

.product-detail .pd-desc img {
	max-width: 100%;
	height: auto;
}

.product-detail #tab-taste .pd-taste {
	display: block;
}

.product-detail #tab-taste h2,
.product-detail #tab-taste h3,
.product-detail #tab-taste h4 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	margin: 16px 0 8px;
	padding: 0 0 0 64px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.product-detail #tab-taste h2:first-child,
.product-detail #tab-taste h3:first-child,
.product-detail #tab-taste h4:first-child {
	margin-top: 0;
}

.product-detail #tab-taste h2::before,
.product-detail #tab-taste h3::before,
.product-detail #tab-taste h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: url("../image/product/taste-badge.svg") no-repeat center / contain;
}

.product-detail #tab-taste p {
	margin: 0 0 8px;
	padding: 0 0 0 64px;
	color: #666666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.product-detail #tab-review #review {
	margin: 16px 0 0;
}

.product-detail #tab-review.is-empty #review {
	display: none;
}

.product-detail .pd-review {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	overflow: hidden;
}

.product-detail .pd-review + .pd-review {
	margin-top: 16px;
}

.product-detail .pd-review__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 16px;
	border-bottom: 1px solid #e6e6e6;
	background: #f2f2f2;
}

.product-detail .pd-review__author {
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.product-detail .pd-review__date {
	color: #808080;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.product-detail .pd-review__body {
	padding: 16px;
}

.product-detail .pd-review__text {
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.product-detail .pd-review__stars {
	display: flex;
	gap: 4px;
	margin: 12px 0 0;
	color: #ffb800;
	font-size: 16px;
}

.product-detail .pd-review__stars .fa-star-o {
	color: #d9d9d9;
}

.product-detail .pd-reviews__pagination {
	margin: 16px 0 0;
	text-align: center;
}

.product-detail .pd-reviews__pagination .pagination {
	margin: 0;
}

.product-detail .pd-reviews__banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 16px 0 ;
	padding: 32px;
	border-radius: 6px;
	background: #f2f2f2;
	text-align: center;
}

.product-detail .pd-reviews__banner-ic {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background: url("../image/product/reviews-badge.svg") no-repeat center / contain;
}

.product-detail .pd-reviews__banner-title {
	max-width: 720px;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
}

.product-detail .pd-reviews__banner-text {
	max-width: 720px;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.product-detail .pd-reviews__bonus {
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	color: #336600;
}

.product-detail .pd-review-open {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 12px 20px;
	border: 1px solid #336600;
	border-radius: 6px;
	background: transparent;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.product-detail .pd-review-open:hover {
	background: #336600;
	color: #ffffff;
}

.product-detail #tab-review .pd-review-form {
	display: none;
	margin-top: 24px;
}

.product-detail #tab-review .pd-review-form.is-open {
	display: block;
}


.product-detail #thumb-slider .image-additional {
	width: 80px;
	margin: 0;
	padding: 0;
	float: none;
}

.product-detail #thumb-slider .img.thumbnail {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}
.product-detail #thumb-slider .img.thumbnail.active {
border: 1px solid #808080 ;
}

.product-detail #thumb-slider .img.thumbnail img {
	width: 80px;
	height: auto;
	object-fit: contain;
}

.product-detail .related-products .product-layout {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.product-detail .related-horizontal .related-slick {
	position: relative;
}

.product-detail .related-horizontal .related-slick .slick-list {
	margin: 0 -8px;
}

.product-detail .related-horizontal .related-slick .slick-slide {
	height: auto;
	padding: 0 8px;
}

.product-detail .related-horizontal .slick-prev,
.product-detail .related-horizontal .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 60px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #efefef;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	transition: background 0.2s ease;
}

.product-detail .related-horizontal .slick-prev:hover,
.product-detail .related-horizontal .slick-next:hover {
	background: #e2e2e2;
}

.product-detail .related-horizontal .slick-prev {
	left: 0;
	right: auto;
}

.product-detail .related-horizontal .slick-next {
	right: 0;
	left: auto;
}

.product-detail .related-horizontal .slick-prev:before,
.product-detail .related-horizontal .slick-next:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 1;
	color: #000000;
	opacity: 1;
}

.product-detail .related-horizontal .slick-prev:before {
	content: "\f177";
}

.product-detail .related-horizontal .slick-next:before {
	content: "\f178";
}

.product-detail .related-horizontal .slick-prev.slick-disabled,
.product-detail .related-horizontal .slick-next.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

.similar-product {
	background:  #F2F2F2;
	padding: 80px 100px;
}
.similar-product.similar-product.similar-product .container{
	width: 100%;
}

.similar-product__title {
	margin: 0 0 32px;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
}

.similar-product .similar-slick {
	position: relative;
}

.similar-product .similar-slick .slick-list {
	margin: 0 -8px;
}

.similar-product .similar-slick .slick-slide {
	height: auto;
	padding: 0 8px;
}

.similar-product .slick-prev,
.similar-product .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 60px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #efefef;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	transition: background 0.2s ease;
}

.similar-product .slick-prev:hover,
.similar-product .slick-next:hover {
	background: #e2e2e2;
}

.similar-product .slick-prev {
	left: 0;
	right: auto;
}

.similar-product .slick-next {
	right: 0;
	left: auto;
}

.similar-product .slick-prev:before,
.similar-product .slick-next:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 1;
	color: #000000;
	opacity: 1;
}

.similar-product .slick-prev:before {
	content: "\f177";
}

.similar-product .slick-next:before {
	content: "\f178";
}

.similar-product .slick-prev.slick-disabled,
.similar-product .slick-next.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

.product-detail .pd-collapse__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 16px 0 0px 0;
	border: 0;
	background: none;
	color: #1a1a1a;
	font-family: 'Inter', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.6px;
	text-align: left;
	cursor: pointer;
}

.product-detail .pd-collapse__head > span {
	margin: 0;
}

.product-detail .pd-collapse__chevron {
	flex: 0 0 auto;
	color: #1a1a1a;
	transition: transform 0.25s ease;
}

.product-detail .pd-collapse.is-open > .pd-collapse__head .pd-collapse__chevron {
	transform: rotate(90deg);
}

.product-detail .pd-collapse__body {

	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.3s ease;
	padding: 0 0 0 0;
}


.product-detail .pd-collapse.is-open > .pd-collapse__body {
	grid-template-rows: 1fr;
}

.product-detail .pd-collapse__inner {
	overflow: hidden;
	min-height: 0;

}
.pd-collapse__inner-wrap {

	margin: 12px 0 0 ;
}

.product-detail .pd-collapse__inner > * {

	padding-bottom: 16px;
}

.product-detail .pd-terms__text {
	color: #666666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.product-detail .pd-terms__text p {
	margin: 0 0 8px;
}

.product-detail .pd-terms__text p:last-child {
	margin: 0;
}
.js-product_quantity_down.disabled {
	opacity: 0.35;
	pointer-events: none;
	cursor: default;
}


@media (min-width: 768px) {

	.product-detail-ticky {
		display: none;
	}
}
@media (max-width: 767px) {

	.content-product-left {
		width: 100%;
		padding: 4px 16px;
	}
	.content-product-right {
		width: 100%;
		padding: 0 16px;
	}
	.product-view .content-product-left .full_slider {
		margin-top: 8px;
	}
	.product-detail #thumb-slider .image-additional {
		width: 48px;
	}
	.product-detail #thumb-slider .img.thumbnail {
		width: 48px;
		height: 48px;

	}
	.product-detail .pd-summary {
		margin: 0 0 20px 0;
	}
	.product-detail #product.pd-purchase {
		margin: 20px 0 0;
		padding: 16px;
	}
	.product-detail .pd-price {

		flex-direction: row;
		align-items: center;
	}

	.pd-controls {
		width: 100%;
	}
	.product-detail .pd-purchase .quantity-control.pd-qty {


	}

	.pd-controls .pd-cart-btn {
		width: 60%;
		/* Або альтернатива: */
		/* flex: 0 0 60%; */

			background: #336600 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") no-repeat 36px center;

	}

	.product-detail .pd-links {
		gap:12px;
	}
	.pd-tags {
		margin: 20px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;

	}

	.product-detail .pd-delivery {
		margin: 20px 0 0;
		border: 0;
	}
	.product-detail .pd-collapse__head {
		padding: 0;
	}
	.product-detail .pd-terms {
		border-top: 0;
	}
	.product-view .content-product-mainbody {
		margin-top: 40px;
	}
	.content-product-content-dawn {
		padding: 0px 16px;
	}
	.product-detail .pd-spec__list .property-item:first-child {

		padding: 0px 0 12px 0;
	}
	.product-detail .pd-spec__list .property-item {
		padding: 12px 0;
	}

	.product-detail .pd-reviews__banner {
		padding: 24px;
	}

	.product-detail .pd-review__head {
		padding: 10px 12px;
	}

	.product-detail .pd-review__body {
		padding: 12px;
	}

	.product-detail .pd-review__text {
		font-size: 14px;
	}

	.product-detail .producttab .pd-tabs__nav {
		gap: 24px;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.product-detail .producttab .pd-tabs__nav::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.product-detail .producttab .pd-tabs__nav > li, .producttab .tabsslider.horizontal-tabs .nav-tabs li  {

		min-height: 28px;
	}

	.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
		font-size: 16px;
		white-space: nowrap;
		border-bottom: 2px solid transparent;
		padding: 0 0 4px;
		letter-spacing: 0.4px;
	}
	.producttab .tabsslider.horizontal-tabs .nav-tabs li.active a {
		border-bottom: 2px solid #360;
	}
	.producttab .tabsslider.horizontal-tabs {
			margin-bottom: 6px;
		}
	.content-product-bottom .tab-content .tab-pane.active, .content-product-bottom .upsell-product .so-extraslider .extraslider-inner
	 {
		padding:  0 16px;
	}
	.similar-product__title {
		margin: 0 0 16px;
		font-size: 24px;

	}
	.related-horizontal .related-products {

		padding-bottom: 32px;
	}

	.breadcrumbs .breadcrumb {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		overflow: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.breadcrumbs .breadcrumb::-webkit-scrollbar {
		display: none;
	}


	.breadcrumbs .breadcrumb li a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-decoration: none;
	}


	.pd-sticky-cart {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1050;
		padding: 12px 16px;
		background: #ffffff;
		border-top: 1px solid #e6e6e6;
		box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
		transform: translateY(110%);
		transition: transform 0.25s ease;
		will-change: transform;
	}

	.pd-sticky-cart.is-visible {
		transform: translateY(0);
	}

	body.cart-open .pd-sticky-cart.is-visible {
		transform: translateY(110%);
		pointer-events: none;
	}

	.pd-sticky-cart__inner.pd-price-row {
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 1200px;
		margin: 0 auto;
		align-items: stretch;
	}

	.pd-sticky-cart__price {
		display: flex;
		align-items: baseline;
		gap: 8px;
	}

	.pd-sticky-cart__price .pd-price__old {
		font-size: 12px;
	}

	.pd-sticky-cart__price .pd-price__new {
		font-size: 20px;
	}

	.pd-sticky-cart__controls {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.pd-sticky-cart__controls .pd-cart-btn {
		flex: 1 1 auto;
	}
	.similar-product {
		padding: 40px 8px;
	}


}
@media (max-width: 374px) {
	.product-detail .pd-cart-btn {

		padding: 12px 20px 12px 60px;
		background: #336600 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") no-repeat 24px center;
	}
}


.product-detail .pd-taste-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 36px 0;
	padding: 0;
	list-style: none;
}

.product-detail .pd-taste-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.product-detail .pd-taste-item__ic {
	flex: 0 0 48px;
	display: inline-block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.product-detail .pd-taste-item__ic--blank {
	border: 1px solid #a4dd6a;
	border-radius: 100px;
	background: #edf7e2;
}

.product-detail .pd-taste-item__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.product-detail .pd-taste-item__title {
	margin: 0;
	color: #1a1a1a;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1;
}

.product-detail .pd-taste-item__text {
	color: #666666;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.product-detail .pd-taste-item {
		align-items: flex-start;
	}
}

.product-detail #tab-taste .pd-taste-item__title::before {
	content: none;
}

.product-detail #tab-taste .pd-taste-item__title {
	position: static;
	padding: 0;
	color: #1A1A1A;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.6px;
	min-height: initial;
	margin: 0;
}

.product-detail #tab-taste .pd-taste-item__text p {
	margin: 0 0 8px;
	padding: 0;
}

.product-detail #tab-taste .pd-taste-item__text p:last-child {
	margin-bottom: 0;
}
