.category_page .breadcrumb {
	border-top: none;
	margin-bottom: 0;
}

.category_page .category-items {
	margin-top: 0;
}

#common-home.category_page .cat-title {
	margin-bottom: 20px;
}

.category-items .pr-description a {
	color: #636662;
	transition: all .3s ease-in;
}

.category-items .pr-description a:hover {
	color: var(--temecolor);
}

.show-kit-inner .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	margin-top: 7%;
}

.pp-kit .pp-data{
	padding: 0;
	overflow: hidden;
}
.pp-kit .ppk-placeholder > img{
	width: 100%;
	height: auto;
	transform: translate(-13px, -5px);
}
.pp-kit .pp-title-wrap {padding: 0}
.pp-kit .pp-right .pp-title {
	margin: auto;
	text-align: center;
	width: 100%;
}
.pp-kit .ppk-placeholder > img{
	width: 100%;
	height: auto;
}
.pp-kit .ppk-placeholder > div img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pr-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 14px;
	position: relative;
	z-index: 5;
	height: 32px;
	overflow: hidden;
}
.pp-left .product-thumb{
	overflow: hidden;
	margin: 0;
	border: none;
}
.pp-ingredient-items button[data-removed="false"]:before, .pp-ingredient-items button[data-removed="true"]:before{
	content: '';
	width: 13px;
	height: 16px;
	background-image: url('../icons/close.svg');
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	float: right;
	margin: 0 0 0 5px;
}
.pp-ingredient-items button[data-removed="true"]:before{
	background-image: url('../icons/repair.svg');
}
.pp-right .button-cart-wrap > div{
	display: flex;
	flex-direction: column;
}
.h-popular-item-description i{
	font-style: normal;
	color: #444;
}
.h-popular-item-description s{text-transform: lowercase;}
.get-referal-link{
	cursor:pointer;
}

.pp-data.insert-data{
	max-height: 550px !important;
	height: 550px;
	width: 100%;overflow-x: hidden;
}
.pp-data.insert-data .pp-option-item{
	height: 200px;
	overflow: hidden;
}
.combo-constructor {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.combo-constructor .button-group > * {
	font-size: 12px !important;
	color: #d15700 !important;
	font-weight: 600 !important;
	padding: 8px 0;
	vertical-align: middle;
}
.combo-constructor .button-group{
	margin: 5px 0px 0 auto;
}
.combo-constructor .button-group button{
	padding: 8px 14px !important;
	margin-right: 4px;
}
.combo-constructor .h-popular-item-link.active{
	outline: 1px solid #d35e0b;
}
.combo-constructor .h-popular-item-link.active:before{
	content: '';
	height: 0;
	display: block;
	border-left:30px solid #fff;
	border-top:25px solid #0000;
	border-bottom:25px solid #0000;
	margin: auto 16px auto -46px;
}
.combo-constructor .pp-data{
	height: 480px;
	overflow: auto;
}

.count_product_calc {
    display: -webkit-box;
    width: 25px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
    padding-left: 8px;
}

#product-popup .mobile_cart_btn_counter {
	margin-left: auto;
	margin-right: 0;
	height: 48px;
}

.pr_weight_wrapper {
    font-size: 14px;
}

.box_add_product_calc {
    background-color: rgb(255, 240, 230);
    color: var(--temecolor);
    font-weight: 400;
    border-radius: 30px;
    outline: none;
    border: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: .15s;
    display: none;
    position: relative;
    padding-left: 35px;
}

.mobile_cart_btn_counter .box_add_product_calc {
    padding-top: 0;
    padding-bottom: 0;
}

.box_add_product_calc:hover,
.box_add_product_calc:active,
.box_add_product_calc:focus {
    background-color: rgb(255, 210, 179);
    color: var(--temecolor);
}

.mobile_cart_btn_counter:hover .box_add_product_calc {
    background-color: rgb(255, 210, 179);
    color: var(--temecolor);
}

.btn_delete_product_calc, .btn_minus_product_calc {
    position: absolute;
    opacity: 0;
    left: -50px;
}

.mobile_cart_btn_counter {
    display: none;
}

.added .box_add_product_calc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.added .btn_product.mobile_cart_btn_counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr-btn-show.btn.btn-primary.mobile_cart_btn_counter {
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0;
}

.added .btn_delete_product_calc {
    opacity: 1;
	left: 10px;
}

.added .mobile_cart_btn_counter {
    display: flex;
}

.mobile_cart_btn_common {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.added .btn_to_cart, .added .mobile_cart_btn_common {
    display: none;
}

.added.more_than_one .btn_minus_product_calc {
    opacity: 1;
	left: 10px;
}

.added.more_than_one .btn_delete_product_calc {
    opacity: 0;
	left: -50px;
}

.box_add_product_calc .btn_counter {
    background: transparent;
    border: none;
    color: var(--temecolor);
    fill: var(--temecolor);
}

.icon_add_product_calc, .btn_counter_icon {
    width: 24px;
    height: 24px;
}

.mobile_cart_btn_counter .icon_add_product_calc, .mobile_cart_btn_counter .btn_counter_icon {
    width: 20px;
    height: 20px;
}

.btn_add_product_calc, .btn_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px 0px 0px;
    height: 100%;
}

#total_product_sale.simplecheckout-cart-total .bold {
    font-weight: 600;
}


.cat_head {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 20px;*/
}

.filter_wrapper {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
}

.cat_tags {
    display: flex;
    gap: 10px;
    align-items: center;
	overflow-x: auto;
}

.cat_tags + .cat_tags {
    margin-left: 50px;
}

.cat_tags label{
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 17px;
    transition: .25s;
    margin: 0;
    border: 1px solid transparent;
    /*overflow-x: auto;*/
}

.cat_tags label:hover {
    border-color: var(--temecolor);
}

.cat_tags label input[type="radio"]{
    display: none;
}

.cat_tags label:has(input:checked){
    background: var(--temecolor);
    color: #fff;
}

.btn_global_options_product {
	display: flex;
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 32px;
	background: #F3F3F3;
	border: 2px solid #F3F3F3;
	color: #181818;
	font-family: var(--font-family-main);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.42;
	transition: var(--transition-time-all);
    white-space: nowrap;
}

.btn_global_options_product.active {
	border: 2px solid var(--temecolor);
	color: var(--temecolor);
	background: #FFF;
}

.box_global_options_product {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px;
	margin-top: 8px;
}

.product_variation_wrapper {
    margin-bottom: 15px;
}

.donate_item .pc-item-description {
    font-weight: normal;
}


.ppk-placeholder-lr[data-side="right"] {
	width: 100%;
	border-left: none;
	left: 0;
}

.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	width: 100%;
	margin-left: 27%;
	margin-top: 10%;
}

.ppk-placeholder-lr[data-side="left"] .ppk-placeholder-img {
	width: 100%;
	margin-left: -5%;
	margin-top: 10%;
}

.ppk-placeholder-lr[data-side="left"] {
	z-index: 100;
}

.pp-kit .ppk-placeholder > div img,
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img {
	width: 80%;
	max-width: 80%;
}

.popupcart-info .ppk-placeholder-lr-cart[data-side="left"],
#simplecheckout_cart .ppk-placeholder-lr-cart[data-side="left"] {
	width: 100%;
	height: auto;
	z-index: 100;
}

.popupcart-info .ppk-placeholder-img img,
#simplecheckout_cart .ppk-placeholder-img img,
.show-kit-inner .ppk-placeholder-img img {
	width: 75%;
}

.popupcart-info .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img,
#simplecheckout_cart .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img {
	margin-left: -5%;
	margin-top: 15%;
}

.popupcart-info .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img,
#simplecheckout_cart .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img img {
	width: 75%;
	max-width: 75%;
}

.popupcart-info .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img,
#simplecheckout_cart .ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img {
	margin-top: 17%;
	margin-left: 35%;
}

.product-group{
	display: flex;
}
.product-group > a > img{
	width: 90px;
	margin-right: 10px;
}
.product-group > .product-item{
	flex:1;
	display: flex;
	flex-wrap: wrap;
}
.product-group .product-item .pc-item-info{
	width: auto;
	flex:0 1 80%;
	display: flex;
	justify-content: space-between;
	padding-top: 9px;
}
.product-group .product-item .group{
	margin-top: 5px;
}
.product-group .product-item .pc-item-img{
	width: 40px;
	margin-right: 5px;
}
.product-group .product-item .group{
	flex: 100%;
	display: flex;
}
.profit-container{
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
    text-align: left;
}
.product-profit{
	color: #fff;
	background: var(--temecolor);
	padding: 7px 10px;
	border-radius: 50px;
	display: inline-block;
	min-width: 50px;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 2;
	transform: translateY(40px);
}
.profit-container > .product-profit{
	transform: translateY(10px);
}
.pp-left .product-profit{
	font-size: 18px;
	padding: 15px 18px;
	transform: translateY(0px); 
}

.option-radio-selected{
	position: absolute;
	height: 100%;
	z-index: 0;
	padding: 2px;
	transition: all .2s linear;
	left:0;
}
.option-radio-selected:after{
	content: '';
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 35px 0px #0003;
	display: block;
	height: 100%;
}
.pp-image > svg{
	position: absolute;
	width: 92%;
	left: 6px;
	top: -2px;
}
.flex-option-radio{
	display: flex;
	place-content: center space-around; align-items: center;
	background: #f3f3f3;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	user-select: none;
}
.flex-option-radio label{
	display: block;
	width: auto;
	cursor: pointer;
	margin: 0;
	padding: 8px 20px;
	position: relative;
	z-index: 1;
}

.pc-title {
    margin-left: -16px;
    margin-right: -16px;
    background: rgb(243, 243, 247);
    padding: 16px 16px;
    text-align: left !important;
    font-weight: 500 !important;
}
.pc-item {
    flex-flow: wrap;
    padding: 12px 0;
    margin-bottom: 8px;
    position: relative;
}
.pc-item:not(.pc-item-support-item):after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    height: 8px;
    left: -16px;
    right: -16px;
    background: rgb(243, 243, 247);
}
.pc-item:last-of-type {
    margin-bottom: 0;
}
.pc-item:not(.pc-item-support-item):last-of-type:after {
    display: none;
}
.pc1-price-quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(226, 226, 233);
    margin-top: 12px;
    padding-top: 12px;
}
.pc-quantity {
    margin-top: 0;
}
.pc-item-price {
    width: auto;
}

.pato {
    margin: 0px -16px 0;
    padding: 20px 16px 0;
    background: rgb(243, 243, 247);
}
.pato__title {
    font-size: 18px;
    font-weight: 500;
}
.pato__items {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: 15px;
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 20px;
    scrollbar-width: thin;
}
.pato__item {
    flex: 0 0 auto;
    text-align: center;
    width: calc(100%/4 - 12px);
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;

    background: rgb(255, 255, 255);
    box-shadow: rgba(6, 5, 50, 0.1) 0px 4px 4px;
    border-radius: 12px;
    padding: 10px;
    transition: .2s;
}

.pato__item:hover {
    box-shadow: rgba(6, 5, 50, 0.1) 0px 8px 8px;
}

.pato__item-img {
    width: 100%;
    margin: 0 auto;
}
.pato__item-info {
    line-height: 1.2;
    font-weight: 500;
	flex: 0 1 100%;
}
.pato__item-name {
    font-size: 13px;
    margin-top: 5px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: auto;
	color: #333;
}
.pato__item-price.price-old{
	margin: 0;
}

.pato__item-price.price-old{
	margin: 5px auto -2px;
}
.pato__item-img .product-profit{
	padding: 4px 7px;
	font-size: 8px;
	min-width: 70px;
	transform: translateY(2px);
	line-height: 12px;
	margin: 0px auto -20px;
	font-weight: 500;
}

.pc-total-title {
    position: relative;
}
.pc-attr-btn {
    right: -25px;
    top: 0;
}
.pc-attr-btn svg {
    width: 20px;
    height: 20px;
}

.pc-attr-section-wrap {
    top: unset;
    left: unset;
    bottom: 32px;
    right: 89px;
    transform: translateX(100%);
}
.svg-angle-bottom {
    transform: rotate(180deg);
    top: unset;
    bottom: -11px;
    right: unset;
    left: 80px;
}

.pc-shipping-text {
    font-size: 13px;
}
.pc-shipping-text p {
    margin-bottom: 5px;
    line-height: 1.4;
}
.pc-shipping-text ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.pc-btn-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 470px;
    background: #fff;
    padding: 16px 16px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    display: none;
}
.pc-btn-fixed__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc-btn-fixed__price {
    font-weight: 600;
}
.h-popular-item-name-price{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pc-items-support-item .pc-item:nth-last-child(2) {
    border-bottom: none;
}
.pc-item-support-item {
    border-top: 1px solid #225aa7 !important;
    border-bottom: 1px solid #fed404 !important;
    position: relative;
    margin-bottom: 35px;
    padding: 20px 10px;

    margin-top: calc(8px + 12px);
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.pc-item-support-item:before {
    content: "";
    position: absolute;
    height: 50%;
    left: 0;
    top: 0px;
    border-left: 1px solid #225aa7;
}
.pc-item-support-item:after {
    content: "";
    position: absolute;
    height: 50%;
    right: 0;
    top: 0px;
    border-left: 1px solid #225aa7;
}

.support-item-border-1 {
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0px;
    border-left: 1px solid #fed404;
}
.support-item-border-2 {
    position: absolute;
    height: 50%;
    right: 0;
    bottom: 0px;
    border-left: 1px solid #fed404;
}


.pc-item-description {
    font-size: 13px;
    color: #98989d;
    line-height: 1.2;
    margin-top: 5px;
}
.pc-item-support-item .pc-item-price {
    white-space: nowrap;
    font-size: 15px;
}


.force-select-half {
    position: absolute;
    width: 100%;
    bottom: 48px;
    left: 0px;
}
.tooltip-base__content {
    opacity: 0;
    transition: opacity 0.2s ease 0s, transform 0.18s ease 0s;
    transform: translateY(15px);
}
.tooltip-base_shown .tooltip-base__content {
    opacity: 1;
    transform: translateY(0px);
}
.tooltip-base {
    cursor: default;
}
.tooltip__pointer_bottom {
    bottom: -9px;
    transform: rotate(180deg);
}
.tooltip__pointer {
    position: absolute;
    left: 50%;
    left: calc(100% - 70px);
    margin-left: -11px;
    width: 22px;
    height: auto;
    fill: rgb(55, 53, 53);
}
.tooltip__content {
    position: relative;
    min-height: 45px;
    padding: 14px;
    background-color: rgb(55, 53, 53);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}
.tooltip__content_bottom {
    margin-bottom: 9px;
}
.pc-item {
    border-color: #bbb;
    padding-left: 10px;
    padding-right: 10px;
}
.pc-login-wrap {
    margin-top: 20px;
}
.pc-login {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pc-item-name-options {
    margin-top: 5px;
}
.pc-item-name-option {
    font-size: 11px;
    color: #98989d;
    line-height: 14px;
}
.pc-item-name-option-title {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}
.pc-item-name-option + .pc-item-name-option-title {
    margin-top: 7px;
}

.pc-item {
    display: flex;
    border-bottom: 1px solid #4A4A4A;
    padding: 35px 0;
    align-items: flex-start;
}
.pc-item:last-of-type {
    border: none;
}
.pc-item-img {
    width: 90px;
    margin-right: 10px;
}
.pc-item-info {
    width: 250px;
    position: relative;
}
.pc-item-name a,.product-group a.pc-item-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}
.row_sticks .stick_row, .row_sticks .info_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row_sticks .info_row {
	width: 100%;
}
.row_sticks .pc-item-info {
	width: calc(100% - 100px);
}

.row_sticks .stick_row + .stick_row {
	margin-top: 8px;
}
.stick_row .product_name {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
@media (max-width: 767px) {
	.pc-item-info {
		padding-right: 0 !important;
	}
}
.pc-quantity {
    width: 96px;
    height: 32px;
    display: flex;
    margin-top: 12px;
    background-color: rgb(243, 243, 247);
    border-radius: 16px;
}
.pc-quantity-btn {
    width: 34px;
    flex: none;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    opacity: .8;
}
.pc-quantity-btn:before,
.pc-quantity-btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pc-quantity-btn:after {
    height: 10px;
    width: 1px;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    border-color: #212526;
}
.pc-quantity-btn:hover:before,
.pc-quantity-btn:hover:after,
.pc-quantity-btn:active:before,
.pc-quantity-btn:active:after {
    background:#212526;
}
.pc-quantity-btn.minus:after {
    display: none;
}
body input.pc-quantity-input {
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    text-align: center;

    font-weight: 400;
    font-size: 15px !important;
    color: #000;
    height: 32px;
    padding: 0;
    margin: 0;
}
.pc-item-price {
    width: 120px;
    margin-left: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #000;
    margin-right: 50px;
}
.pc-item-remove {
    margin-top: 0;
    width: 20px;
    height: 20px;
    background: url(/catalog/view/theme/pizza/icons/pc-close.svg) no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 5px;
}
.pc-item-remove:hover,
.pc-item-remove:active {
    opacity: .8;
}
.pc-totals {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #4A4A4A;
    border-top: 1px solid rgb(226, 226, 233);
    border-bottom: 1px solid rgb(226, 226, 233);
    padding: 20px 0 20px;
    margin-top: 25px;
}
.pc-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.pc-totals_total .pc-total:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}
.pc-totals_total {
    border: none;
    margin-top: 20px;
    padding: 0;
}
.pc-total-text {
    color: #000;
}

.pc-btn {
    margin-top: 20px;
    text-align: center;
}
.pc-btn .pc-continue {
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
    color: #4A4A4A;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.pc-btn .pc-continue:hover,
.pc-btn .pc-continue:active {
    text-decoration: none;
}
.ppk-items-wrap {
  height: 700px;
  display: flex;
}
.ppk-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    overflow: auto;
    margin: 15px 0;
}
.ppk-items-title {
    margin: 5px 12px 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding-right: 190px;
}
.ppk-item {
    position: relative;
    flex: 0 0 auto;
    width: 137px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 12px;
    cursor: pointer;
}
.pp-kit .pp-left {
    width: 541px;
    padding: 0;
    align-items: flex-start;
}
.pp-kit .pp-right {
    background: linear-gradient(rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
    width: 359px;
    padding-left: 20px;
    padding-right: 20px;
}
.pp-kit .button-cart-wrap {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.ppk-item-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    min-height: 34px;
}
.ppk-item-price {
    margin-top: 5px;
    font-weight: 500;
}
.ppk-placeholder {
    position: relative;
    width: 100%;
    text-align: center;
}
.ppk-placeholder > img {
    position: relative;
    left: 11px;
    top: 2px;
    margin-top: 5px;
    transform: translate(-13px, -5px);
}
.ppk-placeholder-lr, .ppk-placeholder-lr-cart {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    overflow: hidden;
}
.ppk-placeholder-lr[data-side="left"], .ppk-placeholder-lr-cart[data-side="left"] {
    width: calc(50% - 2px);
}
.ppk-placeholder-lr[data-side="right"], .ppk-placeholder-lr-cart[data-side="right"] {
    left: calc(50% - 2px);
    border-left: 2px solid white;
}
.ppk-placeholder-lr[data-side="left"], .ppk-placeholder-lr[data-side="right"] {
	width: 100%;
}
.ppk-placeholder-img {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
}
.ppk-placeholder-img img {
    object-fit: contain;
    margin-left: 0px;
    min-width: auto !important;
    max-width: none !important;
    width: 200%;
}
.ppk-placeholder-lr[data-side="left"] .ppk-placeholder-img, .ppk-placeholder-lr-cart[data-side="left"] .ppk-placeholder-img {
    left: 36px;
}
.ppk-placeholder-lr[data-side="right"] .ppk-placeholder-img, .ppk-placeholder-lr-cart[data-side="right"] .ppk-placeholder-img {
    margin-left: -128px;
    left: 8px;
}
.ppk-side-items {
    margin-top: 10px;
}
.ppk-side-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 92px;
    margin: 8px 0px 0px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: rgba(6, 5, 50, 0.24) 0px 1px 2px;
    position: relative;
}
.ppk-side-item-img {
    position: relative;
    align-self: flex-start;
    min-width: 68px;
    width: 68px;
    height: 68px;
    margin-right: 8px;
    flex: none;
}
.ppk-side-item-img-placeholder[data-side="left"] {
    right: 0px;
}
.ppk-side-item-img-placeholder[data-side="right"] {
    left: 0px;
}
.ppk-item-img {
    position: relative;
    width: 154px;
    height: 154px;
    border-radius: 16px;
    padding: 8px 1px 1px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    overflow: hidden;
    margin: -8px;
    transition: 0.15s;
}
.ppk-item:hover .ppk-item-img  {
    transform: scale(0.985) ;
}
.ppk-item[data-side="left"] .ppk-item-img,
.ppk-item[data-side="right"] .ppk-item-img {
    width: 138px;
    height: 138px;
    margin: 0px;
    border-color: var(--temecolor);
    transition-property: border-color, width, height, margin;
}
.ppk-item[data-side="left"] .ppk-item-img-placeholder {
    right: 0;
}
.ppk-item[data-side="right"] .ppk-item-img-placeholder {
    left: 0;
}
.ppk-side-item-text .pp-attr-btn ~ .ppk-side-item-text-name {
    padding-right: 30px;
}
.ppk-side-item-text .pp-attr-btn {
    right: 8px;
    top: 8px;
}
.ppk-side-item-text-placeholder {
    color: rgb(92, 99, 112);
    font-weight: 500;
    font-size: 15px;
}
.ppk-side-item-text-name {
    font-weight: 500;
    font-size: 15px;
}
.ppk-side-item-text-description {
    color: rgb(92, 99, 112);
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
}
.pp-kit .pp-attr-section-wrap {
    right: -6px;
    top: 50px;
}

.ppk-items-wrap {
  height: 700px;
  display: flex;
}
.ppk-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    overflow: auto;
    margin: 15px 0;
}
.ppk-items-title {
    margin: 5px 12px 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    padding-right: 190px;
}
.ppk-item {
    position: relative;
    flex: 0 0 auto;
    width: 137px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 12px;
    cursor: pointer;
}
.pp-kit .pp-left {
    width: 541px;
    padding: 0;
    align-items: flex-start;
}
.pp-kit .pp-right {
    background: linear-gradient(rgba(252, 252, 252, 0) 0%, rgb(252, 252, 252) 100%);
    width: 359px;
    padding-left: 20px;
    padding-right: 20px;
}
.pp-kit .button-cart-wrap {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.ppk-item-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 5px;
    min-height: 34px;
}
.ppk-item-price {
    margin-top: 5px;
    font-weight: 500;
}
.btn-cart-price {
    font-size: 18px;
    font-weight: 600;
}

.pp-short-descr {
    margin-top: 7px;
    color: rgb(92, 99, 112);
}
.pp-ingredient-items-wrap {
    margin-top: 7px;
}

.pp-ingredient-items button {
    position: relative;
}
.pp-ingredient-items button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    border-top: 1px dashed #000;
}


.pp-ingredient-items button[data-removed="true"] {
    text-decoration: line-through;
}
.pp-ingredient-items button[data-removed="true"]:after {
    display: none;
}



.pp-option {
    margin-top: 22px;
}
.pp-option-title {
    font-size: 18px;
    font-weight: 500;
}
.pp-option-items {
    margin-top: 15px;
}



.pp-option-items {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px;
}
.pp-option-item {
    cursor: pointer;
    box-sizing: border-box;
    touch-action: manipulation;
    position: relative;
    height: 166px;
    width: calc(33.3333% - 8px);
    box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font: inherit;
    margin: 0px 8px 8px 0px;
    padding: 8px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 12px;
    flex-flow: column;
    transition: box-shadow 150ms ease-out 0s, border;
}

.product_page .pp-option-item {
	height: 200px;
}

.pp-option-item:hover, .product-layout.popup:hover {
    box-shadow: rgba(6, 5, 50, 0.12) 0px 0px 8px;
}



.pp-option-item-title {
    font-size: 11px;
    margin-top: 5px;


    line-height: 15px;
    height: 30px;
    flex: 1 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
}
.pp-option-item-price {
    font-weight: 600;
    margin-top: 2px;
}
.pp-option-item .selected-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0;
    transition: opacity 150ms ease-out 0s;
}
.pp-option-item[data-selected="true"]{
    box-shadow: rgba(6, 5, 50, 0.12) 0 0 0;
    border: 1px solid var(--temecolor);
}
.pp-option-item[data-selected="true"] .selected-icon {
    opacity: 1;
}
.pp-option-item .selected-icon path {
    fill: var(--temecolor);
}
.pp-data {
    max-height: 520px;
    overflow: auto;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.pp-title-wrap {
    position: relative;
    padding-right: 30px;
}
.pp-title {
    font-size: 22px;
    margin: 0;
}
.combo-constructor{
	background: #f3f3f7;
}
.combo-constructor .button-cart-wrap{
	background: #fafafa;
	margin: 0 0 -30px 0;
	padding-bottom: 30px;
	border-radius: 0 0 20px 0;
}
.product_page .button-cart-wrap {
	padding-top: 60px;
}
.combo-constructor .h-popular-item{
	margin-bottom: 12px;
}

.combo-constructor .h-popular-item-name{
	font-size: 18px;
}
.combo-constructor .h-popular-item-description{
	font-size: 10px;
	color: #aaa;
	line-height: 14px;
}
.btn-cart-price.price-old{
	font-size: 14px;
}
.combo-constructor .h-popular-item:last-child{
	margin-bottom: 0;
}
.pp-wrap {
    display: flex;
}
.pp-left {
    width: 500px;
    padding: 50px;
    flex: none;
    display: flex;
    align-items: center;
    position: relative;
}

.product_page .pp-left {
	width: 650px;
}

.pp-right {
    padding: 30px 0 0 0;
    background: rgb(252, 252, 252);
    border-radius: 0 20px 20px 0;
    width: 100%;
}
.h-popular-items .swiper-pagination {
    bottom: 0;
    top: unset;
}
.h-popular-items .swiper-pagination-bullet-active {
    background: var(--temecolor);
}
.pr-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.pr-description {
    margin-top: 5px;
	color: #636662;
}
.description-attribute, .weight_wrapper{
	color:#9c9c94;
	margin: 7px 0 0 0;
}
.pr-price-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pr-price {
    font-size: 18px;
    /*font-weight: 600;*/
}
.pr-image a {
	text-align: right;
	display: block;
	position: relative;
}
.pr-image img {
    transition: top 150ms ease-out 0s;
    position: relative;
    top: 0;
}
.pr-image img:hover {
    top: 3px;
}


.h-popular-wrap {
    margin-top: 45px;
}
.h-popular-title {
    margin-bottom: 10px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}
.h-popular-items {
    display:  flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
    /*padding: 20px;*/
}
.h-popular-items .swiper-slide {
    padding: 15px 5px 15px;
}
.h-popular-item {
    /*width: calc(100%/4 - 20px);*/
    width: 100%;
    font-weight: 500;
}

.h-popular-item-link {
    display: flex;
    background: rgb(255, 255, 255);
    transition: box-shadow 150ms ease-out 0s;
    box-shadow: rgba(6, 5, 50, 0.15) 0px 5px 16px -6px;
    border-radius: 12px;
    padding: 5px;
    color: #000 !important;
}
.h-popular-item-link:hover {
    box-shadow: rgba(6, 5, 50, 0.15) 0px 0px 12px -4px;
}

.h-popular-item-img {
    max-width: 80px;
    flex: none;
    margin-right: 10px;
}
.h-popular-item-price {
    margin-top: 4px;
    line-height: 1.1;
}
.h-popular-item-price p {
    margin: 0;
}

.combo_constructor_wrapper .pp-left {
	padding: 15px;
}

.product_page .product_description_wrapper {
	margin-top: 50px;
}

.product_page .pr-btn-show.btn.btn-primary.mobile_cart_btn_counter {
	margin-left: auto;
	margin-right: 0;
	padding: 8px 20px 9px;
}

.product_page .pp-data {
	max-height: none;
	height: auto;
	overflow: hidden;
}

.product_page .button-cart-wrap {
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}

.product_page .pp-option-items {
	padding-left: 8px;
	padding-top: 8px;
}
.product_page .pp-option-item {
	box-shadow: rgba(6, 5, 50, 0.12) 0px 0px 10px;
}

@media(max-width: 765px) {
	.pp-wrap {
		display: block;
	}

	.combo_constructor_wrapper .product_description_wrapper {
		display: none;
	}

	.combo_constructor_wrapper .pp-left {
		padding-left: 10px;
		padding-right: 10px;
	}

	.combo_constructor_wrapper .pp-left .pp-data {
		padding-left: 5px;
		padding-right: 20px;
	}

	.combo_constructor_wrapper .pp-right .pp-data {
		padding-left: 15px;
	}

	.pr-title {
		height: auto;
	}

	.btn_global_options_product {
		padding: 3px 7px;
		font-size: 12px;
	}

	.btn_global_options_product.active {
		border: 1px solid var(--temecolor);
	}

	.product_page .pp-option-items {
		overflow-y: hidden;
		max-height: none;
	}

	.product_page .button-cart-wrap-mobile .button-cart-wrap {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}

	.product_page .product_description_wrapper {
		margin-top: 0;
	}

	.product_page .pp-option-item {
		box-shadow: rgba(6, 5, 50, 0.12) 0px 0px 20px;
	}

	.product_page .pp-right {
		border-radius: 20px
	}
}

.nutrition-wrapper {
    margin-top: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.nutrition { 
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 20px;
}

.nutrient {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 24px;
    margin: 4px 0;
    gap: 5px;
}

.nutrient:not(:first-of-type) {
    border-left: 1px solid #999;
}

.nutrient-label {
    margin: 0;
    font-size: 16px;
}

.nutrient-value {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

@media(min-width: 401px) and (max-width: 600px) {
    .nutrient {
        padding: 4px 16px;
    }
}

@media(max-width: 400px) {
    .nutrient {
        padding: 0 12px;
        gap: 0;
    }
    .nutrient-label {
        font-size: 12px;
    }
    .nutrient-value {
        font-size: 12px;
    }
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.faq {
    width: 100%;
    margin: 40px 0;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 20px 0;

    font-size: 18px;
    font-weight: 500;

    cursor: pointer;
}

.faq-arrow {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;

    padding: 0 40px 20px 0;

    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

#product-product{--v2-red:#dd302c;--v2-red-dark:#c72724;--v2-ink:#292929;--v2-muted:#777;--v2-line:#e6e6e6;--v2-soft:#f7f7f8;width:100%;max-width:1170px;padding:0 15px;color:var(--v2-ink)}
.breadcrumb{margin:16px 0 34px;padding:0;background:transparent}
.pp-page,.pp-wrap,.pp-left,.pp-right,.pp-data{width:auto;max-width:none;min-width:0;height:auto;max-height:none;overflow:visible;background:transparent;box-shadow:none}
.pp-wrap{display:grid;grid-template-columns:minmax(0,53fr) minmax(430px,47fr);gap:52px;align-items:start}
.pp-left,.pp-right{float:none;margin:0;padding:0}
.pp-left{position:sticky;top:24px}
.pp-image{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;aspect-ratio:1;margin:0;padding:28px;border-radius:0;background:transparent}
.pp-image img{display:block;width:94%;max-width:560px;height:auto;max-height:560px;object-fit:contain}
.pp-right{padding:4px 0 48px}
.pp-title-wrap{position:relative;padding-right:52px}
.pp-title{margin:0 0 8px;color:var(--v2-ink);font-size:clamp(28px,2.4vw,36px);font-weight:700;line-height:1.15;letter-spacing:-.02em}
.weight_wrapper{min-height:20px;color:#999;font-size:14px}
.product-v2-favorite{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--v2-line);border-radius:50%;background:#fff;color:var(--v2-ink)}
.product-v2-favorite svg{width:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.pp-short-descr,.description-attribute{margin:16px 0 0;color:var(--v2-muted);font-size:14px;line-height:1.6}
.product_variation_wrapper{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0}
.product_variation{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:72px;min-height:40px;margin:0;padding:8px 15px;border:1px solid var(--v2-line);border-radius:32px;background:#fff;color:var(--v2-ink);box-shadow:none;font-size:14px;font-weight:600}
.product_variation.active,.product_variation.is_active,.product_variation[aria-pressed=true]{border-color:var(--v2-red);background:#fff8f8;color:var(--v2-red-dark)}
.pp-ingredient-items-wrap{width:100%;margin:18px 0 13px}
.pp-ingredient-items{color:var(--v2-muted);font-size:14px;line-height:1.6}
.flex-option-radio{display:flex;min-height:44px;border:1px solid var(--v2-line);border-radius:12px;background:var(--v2-soft)}
.options-radio-btn{min-height:42px;color:var(--v2-ink)}
.button-cart-wrap-lg{width:100%;margin:28px 0 32px}
.button-cart-wrap{display:grid;grid-template-columns:minmax(120px,auto) minmax(180px,1fr);gap:20px;align-items:center;width:100%;margin:0}
.product_price{width:auto;min-width:120px;margin:0}
.btn-cart-price{color:var(--v2-ink);font-size:28px;font-weight:700;line-height:1.15;white-space:nowrap}
#button-cart,#button-cart-mobile{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:12px 24px;border:0;border-radius:30px;background:var(--v2-red);color:#fff;box-shadow:none;font-size:16px;font-weight:600}
#button-cart:hover,#button-cart-mobile:hover{background:var(--v2-red-dark)}
.pp-option,.pp-option-inner{width:100%;min-width:0;margin:0}
.pp-option-title{margin:0 0 16px;color:var(--v2-ink);line-height:1.3}
.product-v2-option-hint{margin:-10px 0 16px;color:var(--v2-muted);font-size:13px;line-height:1.45}
.pp-option-items{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;width:100%;max-height:none;margin:0;padding:0;overflow:visible}
.pp-option-item{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%;min-width:0;max-width:none;min-height:180px;height:auto;margin:0;padding:10px;overflow:hidden;border:1px solid var(--v2-line);border-radius:12px;background:#fff;box-shadow:none;text-align:left}
.pp-option-item[data-selected=true]{border-color:var(--v2-red);background:#fffafa}
.pp-option-item-image{display:flex;flex:0 0 96px;align-items:center;justify-content:center;width:100%;height:96px;margin:0 0 9px;overflow:hidden;border-radius:9px;background:var(--v2-soft)}
.pp-option-item-image img{display:block;width:100%;height:100%;object-fit:contain}
.pp-option-item-title{display:block;width:100%;min-height:34px;overflow:visible;color:var(--v2-ink);font-size:12px;font-weight:500;line-height:1.35;white-space:normal;overflow-wrap:break-word}
.pp-option-item-price{display:block;width:100%;margin-top:auto;color:var(--v2-ink);font-size:12px;font-weight:600;line-height:1.3}
.pp-option-item::after{content:"+";position:absolute;right:9px;bottom:9px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--v2-line);border-radius:50%;background:#fff;color:var(--v2-red);font-size:17px;font-weight:500;line-height:1}
.pp-option-item[data-selected=true]::after{content:"✓";border-color:var(--v2-red);font-size:13px}
.pp-option-item .selected-icon{position:absolute;top:8px;right:8px;width:22px;height:22px;color:var(--v2-red)}
.product-v2-extra{display:none}
.is-expanded .product-v2-extra{display:flex}
.product-v2-show-all{grid-column:1/-1;justify-self:start;min-height:42px;margin:2px 0 0;padding:8px 0;border:0;background:transparent;color:var(--v2-ink);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}
.product-v2-sticky{display:none}

@media(max-width:1199px){.pp-wrap{grid-template-columns:minmax(0,51fr) minmax(400px,49fr);gap:36px}.pp-option-items{grid-template-columns:repeat(3,minmax(118px,1fr))}}
@media(max-width:991px){.pp-wrap{grid-template-columns:minmax(0,48fr) minmax(360px,52fr);gap:28px}.pp-option-items{grid-template-columns:repeat(2,minmax(150px,1fr))}}
@media(max-width:767px){
 #product-product{width:100%;padding:0 16px 88px;overflow-x:clip}
 .breadcrumb{margin:10px 0 22px;font-size:11px}
 .pp-wrap{display:flex;flex-direction:column;gap:28px}
 .pp-left{position:static;width:100% !important}
 .pp-image{width:100%;aspect-ratio:1/.82;padding:18px;border-radius:16px}
 .pp-image img{width:88%;max-width:330px;max-height:330px}
 .pp-right{width:100%;padding:0 0 20px}
 .pp-title{font-size:26px}
 .pp-short-descr,.description-attribute{font-size:13px;line-height:1.55}
 .product_variation_wrapper{margin-top:18px}
 .button-cart-wrap-lg{margin:24px 0 28px}
 .button-cart-wrap{display:block}
 .product_price{min-width:0}
 .btn-cart-price{font-size:26px}
 .button-cart-wrap-lg #button-cart,.button-cart-wrap-lg #button-cart-mobile{margin-top:14px}
 .pp-option-items{display:flex;flex-flow:row nowrap;gap:10px;width:calc(100% + 16px);margin-right:-16px;padding:0 16px 8px 0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}
 .pp-option-items::-webkit-scrollbar{display:none}
 .pp-option-item,.product-v2-extra,.is-expanded .product-v2-extra{display:flex;flex:0 0 144px;width:144px;min-width:144px;min-height:180px;scroll-snap-align:start}
 .product-v2-show-all{display:none}
 .product-v2-sticky{position:fixed;right:0;bottom:0;left:0;z-index:10020;display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,42%);gap:12px;align-items:center;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid #e6e6e6;background:rgba(255,255,255,.98);box-shadow:0 -5px 18px rgba(0,0,0,.08);opacity:0;pointer-events:none;transform:translateY(110%);transition:transform .2s ease,opacity .2s ease}
 .product-v2-sticky.is-eligible:not(.is-footer-visible){opacity:1;pointer-events:auto;transform:translateY(0)}
 .product-v2-sticky-summary{display:flex;flex-direction:column;min-width:0}
 .product-v2-sticky-name{overflow:hidden;color:#777;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
 .product-v2-sticky-price{color:#292929;font-size:18px;line-height:1.35}
 .product-v2-sticky-button{min-height:48px;border:0;border-radius:24px;background:#dd302c;color:#fff;font-size:15px;font-weight:600}
 
}
@media(prefers-reduced-motion:reduce){.product-v2-sticky{transition:none}}

.smaki-v2-nutrition-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.smaki-v2-nutrition {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  border: 1px solid #999;
  border-radius: 20px;
}

.smaki-v2-nutrient {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  margin: 4px 0;
  padding: 6px 24px;
}

.smaki-v2-nutrient + .smaki-v2-nutrient {
  border-left: 1px solid #999;
}

.smaki-v2-nutrient-label,
.smaki-v2-nutrient-value {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  white-space: nowrap;
}

.smaki-v2-nutrient-value {
  font-weight: 600;
}

.category-item .cat-title {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .smaki-v2-nutrient {
    padding: 4px 16px;
  }
}

@media (max-width: 400px) {
  .smaki-v2-nutrition {
    width: 100%;
  }

  .smaki-v2-nutrient {
    gap: 0;
    padding: 4px 8px;
  }

  .smaki-v2-nutrient-label,
  .smaki-v2-nutrient-value {
    font-size: 12px;
  }
}

/* Product V2 refinement: compact purchase flow without changing product logic. */
@media (min-width: 768px) {
  .pp-wrap {
    grid-template-columns: minmax(0, 52fr) minmax(430px, 48fr);
    gap: 44px;
  }

  .pp-image {
    max-height: 560px;
    padding: 22px;
  }

  .pp-right {
    padding-top: 10px;
  }

  .button-cart-wrap-lg {
    margin: 22px 0 26px;
  }

  .button-cart-wrap {
    padding: 0;
  }

  .pp-page.added .button-cart-wrap {
    grid-template-columns: minmax(120px, auto) minmax(180px, 1fr);
  }
}

.pp-page.added #button-cart-mobile {
  display: none;
}

.mobile_cart_btn_counter {
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid #f0d4d2;
  border-radius: 28px;
  background: #fff8f7;
  box-shadow: none;
}

.mobile_cart_btn_counter .box_add_product_calc {
  width: 100%;
  justify-content: space-between;
}

.mobile_cart_btn_counter .btn_counter {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.product-v2-description-title {
  margin: 0 0 14px;
  color: var(--v2-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.product_description_wrapper {
  margin-top: 42px;
}

.product_description_wrapper .description {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 14px;
  }

  .pp-wrap {
    gap: 18px;
  }

  .pp-image {
    box-sizing: border-box;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    padding: 12px;
  }

  .pp-image img {
    width: 94%;
    max-width: none;
    max-height: none;
  }

  .pp-right {
    padding-bottom: 12px;
  }

  .pp-title-wrap {
    padding-right: 48px;
  }

  .pp-title {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 1.12;
  }

  .product-v2-favorite {
    width: 42px;
    height: 42px;
  }

  .product_variation_wrapper {
    margin-top: 14px;
  }

  .pp-ingredient-items-wrap {
    margin-top: 13px;
  }

  .pp-ingredient-items {
    line-height: 1.5;
  }

  .button-cart-wrap-lg {
    margin: 18px 0 22px;
  }

  .button-cart-wrap {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr);
    gap: 14px;
    align-items: center;
    padding: 0;
  }

  .button-cart-wrap-lg #button-cart,
  .button-cart-wrap-lg #button-cart-mobile {
    min-height: 50px;
    margin-top: 0;
  }

  .pp-page.added .button-cart-wrap {
    grid-template-columns: auto minmax(160px, 1fr);
  }

  .product_description_wrapper {
    margin-top: 28px;
  }

  .product-v2-description-title {
    font-size: 21px;
  }

  .btn-cart-price {
    font-size: 24px;
  }

  .smaki-v2-nutrition-wrapper {
    margin-top: 20px;
  }
}

/* Refine the existing product-list module; do not replace its data or card logic. */
.product-v2-related {
  width: 100%;
  max-width: 1170px;
  margin: 60px auto 76px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .product-v2-full-width-options {
    margin-top: 42px;
  }

  .product-v2-full-width-options .pp-option-items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .product-v2-full-width-options .pp-option-item {
    min-height: 168px;
  }
}

.product-v2-related .category-item {
  margin: 0;
}

.product-v2-related .cat_head {
  margin-bottom: 22px;
}

.product-v2-related .cat-title {
  margin: 0;
  color: var(--v2-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.product-v2-related .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.product-v2-related .row::before,
.product-v2-related .row::after {
  display: none;
}

.product-v2-related .product-layout {
  width: auto;
  min-width: 0;
  padding: 0;
}

.product-v2-related .product-thumb {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0;
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.product-v2-related .pr-info,
.product-v2-related .pr-info-1 {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-v2-related .pr-image {
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  background: transparent;
}

.product-v2-related .pr-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-v2-related .pr-info-1,
.product-v2-related .bottom_wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.product-v2-related .pr-title {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.product-v2-related .pr-description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-v2-related .bottom_wrapper {
  margin-top: auto;
  padding-bottom: 16px;
}

.product-v2-related .pr-price-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.product-v2-related .button-1 {
  min-height: 38px;
  padding: 8px 14px;
  border-color: var(--v2-red);
  border-radius: 22px;
  background: var(--v2-red);
  color: #fff;
}

/* Product type scale aligned with the existing Smaki visual language. */
.pp-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.product-v2-description-title,
.product-v2-related .cat-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
}

.product_description_wrapper .description {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53;
}

.product-v2-related .pr-title {
  min-height: 46px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.product-v2-related .pr-description {
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.product-v2-card-variants {
  display: grid;
  gap: 3px;
  margin-top: 11px;
}

.product-v2-card-variants > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  line-height: 20px;
}

.product-v2-card-variants small {
  color: #777;
  font-size: 12px;
  font-weight: 500;
}

.product-v2-card-variants strong {
  color: var(--v2-ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.product-v2-related .product_with_variations .product_price {
  display: none;
}

@media (max-width: 767px) {
  .product-v2-related {
    margin: 42px auto 58px;
    padding-right: 0;
    overflow: hidden;
  }

  .product-v2-related .cat-title {
    font-size: 22px;
    line-height: 1.23;
  }

  .pp-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .product-v2-related .pr-title {
    min-height: 42px;
    font-size: 16px;
    line-height: 1.3;
  }

  .product-v2-related .pr-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .product-v2-related .row {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    padding: 0 15px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .product-v2-related .row::-webkit-scrollbar {
    display: none;
  }

  .product-v2-related .product-layout {
    flex: 0 0 230px !important;
    width: 230px !important;
    max-width: 230px;
    scroll-snap-align: start;
  }
}

@media (max-width: 360px) {
  .button-cart-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Trustworthy nutrition: CRM attributes win; calculated fallback is labelled. */
.smaki-v2-nutrition-wrapper {
  display: block;
  margin: 24px 0 26px;
  padding: 18px 18px 16px;
  border: 1px solid var(--v2-line);
  border-radius: 16px;
  background: #fff;
}

.smaki-v2-nutrition-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.smaki-v2-nutrition-heading h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.smaki-v2-nutrition-heading span {
  color: var(--v2-muted);
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

.smaki-v2-nutrition {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border: 0;
  border-radius: 0;
}

.smaki-v2-nutrient {
  gap: 3px;
  margin: 0;
  padding: 0 10px;
}

.smaki-v2-nutrient:first-child {
  padding-left: 0;
}

.smaki-v2-nutrient:last-child {
  padding-right: 0;
}

.smaki-v2-nutrient + .smaki-v2-nutrient {
  border-left-color: var(--v2-line);
}

.smaki-v2-nutrient-label {
  color: var(--v2-muted);
  font-size: 11px;
}

.smaki-v2-nutrient-value {
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 700;
}

.product-v2-recommendations {
  width: 100%;
  max-width: 1170px;
  margin: 64px auto 78px;
  padding: 0 15px;
}

.product-v2-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.product-v2-section-heading h2 {
  margin: 0 0 5px;
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.product-v2-section-heading p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.product-v2-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.product-v2-recommendation-card {
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: transform .18s ease;
}

.product-v2-recommendation-card:hover {
  transform: translateY(-3px);
}

.product-v2-recommendation-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.product-v2-recommendation-image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.product-v2-recommendation-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-v2-recommendation-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 2px;
}

.product-v2-recommendation-copy strong {
  color: #292929;
  font-size: 18px;
  line-height: 1.3;
}

.product-v2-recommendation-copy > span {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-v2-recommendation-copy em {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--temecolor, #dd302c);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.product-v2-recommendation-copy em span {
  transition: transform .18s ease;
}

.product-v2-recommendation-card:hover .product-v2-recommendation-copy em span {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .smaki-v2-nutrition-wrapper {
    margin: 20px 0 22px;
    padding: 15px 14px 14px;
  }

  .smaki-v2-nutrition-heading {
    display: block;
    margin-bottom: 12px;
  }

  .smaki-v2-nutrition-heading span {
    display: block;
    margin-top: 3px;
    text-align: left;
  }

  .smaki-v2-nutrient {
    gap: 1px;
    padding: 0 6px;
  }

  .smaki-v2-nutrient-label {
    font-size: 9px;
  }

  .smaki-v2-nutrient-value {
    font-size: 12px;
  }

  .product-v2-recommendations {
    margin: 42px auto 58px;
    padding: 0 15px;
    overflow: hidden;
  }

  .product-v2-section-heading {
    margin-bottom: 16px;
  }

  .product-v2-section-heading h2 {
    font-size: 23px;
  }

  .product-v2-section-heading p {
    font-size: 13px;
  }

  .product-v2-recommendation-grid {
    display: flex;
    width: calc(100% + 15px);
    gap: 12px;
    padding: 0 15px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .product-v2-recommendation-grid::-webkit-scrollbar {
    display: none;
  }

  .product-v2-recommendation-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }
}

.breadcrumb {
  margin: 0 0 34px;
  padding: 16px 0 0;
}

/* ==========================================================================\n   Product page refresh — 2026-09\n   Adapted from the supplied HTML/CSS concept using the existing OpenCart DOM.\n   Options are intentionally not restyled here.\n   ========================================================================== */
#product-product.product_page {
    --product-red: #e6312c;
    --product-red-dark: #c92521;
    --product-ink: #252525;
    --product-muted: #777;
    --product-line: #ededed;
    --product-soft: #f7f7f7;
    width: min(100% - 32px, 1180px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--product-ink);
}

#product-product .pp-page,
#product-product .pp-wrap,
#product-product .pp-left,
#product-product .pp-right,
#product-product .pp-data {
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

#product-product .pp-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
    gap: 68px;
    align-items: start;
}

#product-product .pp-left,
#product-product .pp-right {
    float: none;
    margin: 0;
    padding: 0;
}

#product-product .pp-left {
    position: sticky;
    top: 24px;
}

#product-product .pp-image {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    margin: 0;
    padding: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
}

#product-product .pp-image > img {
    display: block;
    width: min(100%, 560px);
    max-width: 560px;
    height: auto;
    max-height: 560px;
    object-fit: contain;
}

#product-product .pp-left .product-profit {
    top: 14px;
    left: 14px;
    transform: none;
}

#product-product .pp-right {
    padding: 8px 0 22px;
}

#product-product .pp-title-wrap {
    position: relative;
    padding-right: 58px;
}

#product-product .pp-title {
    color: var(--product-ink);
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.025em;
}

#product-product .weight_wrapper {
    min-height: 18px;
    margin: 0;
    color: #999;
    font-size: 13px;
    line-height: 1.4;
}

#product-product .product-v2-favorite {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--product-line);
    border-radius: 50%;
    background: #fff;
    color: var(--product-ink);
    transition: background .15s ease, transform .15s ease;
}

#product-product .product-v2-favorite:hover { background: #fafafa; }
#product-product .product-v2-favorite:active { transform: scale(.96); }
#product-product .product-v2-favorite svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

#product-product .description-attribute,
#product-product .pp-short-descr {
    margin: 16px 0 0;
    color: #626262;
    font-size: 13px;
    line-height: 1.65;
}

#product-product .product_variation_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

#product-product .btn_global_options_product.product_variation {
    min-width: 67px;
    min-height: 36px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 24px;
    background: #f7f7f7;
    color: #333;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    transition: .15s ease;
}

#product-product .btn_global_options_product.product_variation:hover {
    background: #f0f0f0;
}

#product-product .btn_global_options_product.product_variation.is_active,
#product-product .btn_global_options_product.product_variation.active {
    border-color: var(--product-red);
    background: #fff;
    color: var(--product-red);
}

#product-product .pp-ingredient-items-wrap:not(.flex-option-radio) {
    margin-top: 16px;
}

#product-product .pp-ingredient-items {
    color: #3f3f3f;
    font-size: 13px;
    line-height: 1.6;
}

#product-product .flex-option-radio {
    margin-top: 18px;
    border: 0;
    border-radius: 24px;
    background: #f4f4f4;
}

#product-product .flex-option-radio label {
    min-height: 42px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
}

#product-product .button-cart-wrap-lg {
    width: 100%;
    margin: 24px 0 0;
}

#product-product .button-cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

#product-product .product_price {
    display: flex;
    min-width: 0;
    flex-direction: column;
    margin: 0;
}

#product-product .btn-cart-price {
    color: var(--product-ink);
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

#product-product .button-cart-wrap .price-old {
    margin-bottom: 3px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.2;
}

#product-product #button-cart,
#product-product #button-cart-mobile {
    width: auto;
    min-width: 150px;
    min-height: 44px;
    margin: 0;
    padding: 10px 24px;
    border: 0;
    border-radius: 24px;
    background: var(--product-red);
    color: #fff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
}

#product-product #button-cart:hover,
#product-product #button-cart-mobile:hover {
    background: var(--product-red-dark);
}

/* Compact nutrition block mirrors the supplied product-card concept. */
#product-product .smaki-v2-nutrition-wrapper {
    display: block;
    margin: 16px 0 0;
    padding: 13px 14px 12px;
    border: 0;
    border-radius: 10px;
    background: var(--product-soft);
}

#product-product .smaki-v2-nutrition-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 9px;
}

#product-product .smaki-v2-nutrition-heading h2 {
    margin: 0;
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 500;
}

#product-product .smaki-v2-nutrition {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    width: 100%;
    border: 0;
    border-radius: 0;
}

#product-product .smaki-v2-nutrient,
#product-product .smaki-v2-nutrient:first-child,
#product-product .smaki-v2-nutrient:last-child {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    padding: 0;
    border: 0;
}

#product-product .smaki-v2-nutrient + .smaki-v2-nutrient { border-left: 0; }
#product-product .smaki-v2-nutrient-label {
    color: #777;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}
#product-product .smaki-v2-nutrient-value {
    color: #222;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

/* Description/facts block. */
#product-product .product_description_wrapper {
    display: block;
    width: 100%;
    margin: 72px 0 0;
    padding: 38px 0;
    border-top: 1px solid var(--product-line);
    border-bottom: 1px solid var(--product-line);
}

#product-product .product_description_wrapper .description {
    max-width: 620px;
    margin: 0;
    color: #505050;
    font-size: 13px;
    line-height: 1.7;
}

#product-product .product-description-eyebrow {
    margin: 0 0 8px;
    color: var(--product-red);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#product-product .product-v2-description-title {
    margin: 0 0 12px;
    color: var(--product-ink);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

/* Existing related-product cards; only the container becomes a one-row slider. */
#product-product .category-item {
    width: 100%;
    margin: 56px 0 0;
    padding: 0;
}

#product-product .category-item .cat_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
}

#product-product .category-item .cat-title {
    margin: 0;
    color: var(--product-ink);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

#product-product .slider-buttons {
    display: flex;
    gap: 7px;
}

#product-product .slider-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 1px solid var(--product-line);
    border-radius: 50%;
    background: #fff;
    color: #444;
    font-size: 14px;
    line-height: 1;
}

#product-product .slider-buttons button:hover { background: #f7f7f7; }

#product-product .category-item > .row {
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    margin: 0;
    padding: 0 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

#product-product .category-item > .row::before,
#product-product .category-item > .row::after { display: none; }
#product-product .category-item > .row::-webkit-scrollbar { display: none; }

#product-product .category-item .product-layout {
    flex: 0 0 calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
    min-width: 245px;
    padding: 0;
    scroll-snap-align: start;
}

/* Keep the existing desktop card appearance on every viewport. */
#product-product .category-item .product-thumb {
    display: flex;
    height: 100%;
    flex-direction: column;
}

#product-product .category-item .pr-info,
#product-product .category-item .pr-info-1 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#product-product .category-item .pr-image {
    width: 100%;
    aspect-ratio: 1 / 1;
}

#product-product .category-item .pr-image a,
#product-product .category-item .pr-image img {
    width: 100%;
    height: 100%;
}

#product-product .category-item .pr-image img { object-fit: contain; }
#product-product .category-item .product_price_mobile { display: none !important; }
#product-product .category-item .pr-price-btn.hidden-xs {
    display: flex !important;
    align-items: center;
}

.price-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#priceNote {
  color: #999;
  font-size: 10.5px;
  line-height: 1;
}

.taste-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 13px;
}

.taste-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f7f7f7;
  color: #666;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.2;
}

.food-intel {
  margin: 0 0 19px;
  padding: 11px 13px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
}
.food-intel-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  align-items: baseline;
  color: #4b4b4b;
  font-size: 11px;
}
.food-intel-label { color: #909090; }
.food-intel-main strong { color: #222; font-weight: 600; }
.food-intel p { margin: 7px 0 0; color: #777; font-size: 10.5px; }
.food-intel p strong { color: #555; font-weight: 500; }


.facts-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  margin-top: 74px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.eyebrow { margin: 0 0 8px; color: var(--temecolor); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.facts-copy h2 { margin: 0 0 12px; font-size: 25px; font-weight: 600; }
.facts-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 10px; color: #4f4f4f; font-size: 12.5px; line-height: 1.65; }
.facts-copy .facts-note { color: #9b9b9b !important; font-size: 10.5px !important; }
.facts-card { overflow: hidden; border: 1px solid #ededed; border-radius: 14px; background: #fff; }
.facts-card-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding: 16px 18px; border-bottom: 1px solid #ededed; }
.facts-card-head div { display: flex; flex-direction: column; gap: 3px; }
.facts-card-head span { color: #999; font-size: 10px; }
.facts-card-head strong { font-size: 12px; font-weight: 600; }
.facts-card-head .unit-hint { text-align: right; }
.nutrition-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.nutrition-grid > div { padding: 15px 16px; border-right: 1px solid #ededed; }
.nutrition-grid > div:last-child { border-right: 0; }
.nutrition-grid span { display: block; margin-bottom: 5px; color: #9a9a9a; font-size: 9.5px; }
.nutrition-grid strong { font-size: 12px; font-weight: 600; }
.allergen-line { display: flex; gap: 14px; padding: 12px 16px; border-top: 1px solid #ededed; font-size: 10px; }
.allergen-line span { color: #999; }
.allergen-line strong { font-weight: 500; }

@media (max-width: 980px) {
    #product-product.product_page {
        width: min(100% - 32px, 780px);
        padding-top: 20px;
    }

    #product-product .pp-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #product-product .pp-left { position: static; }
    #product-product .pp-image { height: min(72vw, 560px); aspect-ratio: auto; }
    #product-product .pp-image > img { width: min(560px, 94%); }
    #product-product .pp-right { padding-top: 0; padding-bottom: 0 !important; }


    #product-product .category-item .product-layout {
        flex-basis: 280px;
        width: 280px;
        max-width: 280px;
        min-width: 280px;
    }
}

@media (max-width: 640px) {
    #product-product.product_page {
        width: 100%;
        padding: 10px 16px 56px;
        overflow-x: clip;
    }

    #product-product .pp-wrap { gap: 12px; }
    #product-product .pp-image {
      width: 100%;
      height: 86vw;
      padding: 6px 16px;
    }
    #product-product .pp-image > img { width: 93vw; max-width: none; max-height: 100%; }
    #product-product .product-v2-favorite { width: 42px; height: 42px; }
    #product-product .pp-title-wrap { padding-right: 52px; }
    #product-product .description-attribute,
    #product-product .pp-short-descr { font-size: 12px; }

    #product-product .button-cart-wrap {
        gap: 14px;
        padding: 15px 0;
    }
    #product-product #button-cart,
    #product-product #button-cart-mobile { min-width: 145px; min-height: 45px; }

    #product-product .smaki-v2-nutrition-wrapper {
        margin-top: 14px;
        padding: 12px;
    }
    #product-product .smaki-v2-nutrition { gap: 7px 10px; }

    #product-product .product_description_wrapper {
        margin-top: 42px;
        padding: 30px 0;
    }

    #product-product .category-item { margin-top: 40px; }
    #product-product .category-item .cat-title { font-size: 20px; }
    #product-product .slider-buttons { display: none; }
    #product-product .category-item > .row {
        width: calc(100% + 16px);
        margin-right: -16px;
        padding-right: 16px;
        gap: 14px;
    }
    #product-product .category-item .product-layout {
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        min-width: 280px !important;
    }

    .food-intel-main { gap: 7px 10px; }

    /* Undo legacy mobile-card substitutions: desktop card internals stay visible. */
    #product-product .category-item .hidden-xs.pr-price-btn { display: flex !important; }
    #product-product .category-item .hidden-sm.hidden-md.hidden-lg.product_price_mobile { display: none !important; }

    #product-product .pp-data {
      padding-left: 0;
      padding-right: 0;
    }
}

@media (max-width: 420px) {
  .food-intel { padding: 10px 11px; }
  .food-intel-main { font-size: 10.5px; gap: 6px 9px; }
}

@media (max-width: 767px) {
  #product-product .pr-btn-show.btn.btn-primary {
    padding: 6px 10px 6px 10px;
  }
}



/* new button */


.product-select-btn {
  height: 42px;
  /* min-width: 136px; */
  min-height: 0;
  padding: 3px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border: 1px solid #ded8d4;
  border-radius: 24px;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.product-select-btn__text {
  white-space: nowrap;
}

.product-select-btn__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #df302c;
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease;
}

.mobile_cart_btn_counter .plus, .mobile_cart_btn_counter .minus {
  position: relative;
  width: 14px;
  height: 14px;
}

.mobile_cart_btn_counter .plus::before,
.mobile_cart_btn_counter .plus::after,
.mobile_cart_btn_counter .minus::before,
.mobile_cart_btn_counter .minus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.mobile_cart_btn_counter .plus::before,
.mobile_cart_btn_counter .minus::before {
  width: 14px;
  height: 2px;
}

.mobile_cart_btn_counter .plus::after {
  width: 2px;
  height: 14px;
}

.product-select-btn .count_product_calc {
  padding: 0;
}

.pp-page:not(.added) .product-select-btn .icon_minus,
.pp-page:not(.added) .product-select-btn .icon_minus.delete,
.pp-page:not(.added) .product-select-btn .product_icon_plus,
.pp-page:not(.added) .product-select-btn .count_product_calc {
  display: none;
}

.pp-page.added .product-select-btn .icon_add {
  display:none;
}

.pp-page.added:not(.more_than_one) .product-select-btn .icon_minus {
  display:none;
}
.pp-page.added:not(.more_than_one) .product-select-btn .icon_minus.delete {
  display:flex;
}

.pp-page.added.more_than_one .product-select-btn .icon_minus.delete {
  display:none;
}

.pp-page:not(.added) .product-select-btn {
  padding-left: 10px;
}

.pp-page.added .product-select-btn .text_add {
  display: none;
}



.promo-badge {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  background: #fff0e6;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #df302c;
  white-space: nowrap;
  box-sizing: border-box;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
}

.pp-left .promo-badge {
  justify-self: start;
  align-self: start;
  margin-left: 40px;
  margin-top: 40px;
}

.promo-badge__icon {
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.promo-badge__text {
  color: #df302c;
}
