

/* Start:/local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878*/
#breadcrumbs{
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 21px;
	font-size: 13px;
	min-height: 21px;
	contain: layout style;
	font-family: Ubuntu, 'Ubuntu Fallback', Arial, sans-serif;
}

#breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 21px;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline;
	line-height: 21px;
}

#breadcrumbs ul li a,
#breadcrumbs .arrow{
	white-space: nowrap;
}

#breadcrumbs .changeName{
	white-space: normal;
}


#breadcrumbs ul li a {
	color: #A5A1A1;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
#breadcrumbs ul li a:hover {
	color: var(--primary);
}
#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 13px;
	line-height: 21px;
	margin: 0 12px;
	color: #A5A1A1;
}
/* End */


/* Start:/local/components/ecommerce/d.catalog/templates/.default/style.css?17625184594086*/
.catalog.container {
    display: flex;
    flex-wrap: wrap;
}
.catalog .catalog-sidebar{
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
}
.catalog .catalog-main{
    flex: 0 0 75%;
    max-width: 75%;
}
.main .catalog .catalog-main .catalog-main__sort.--flex {
	display: flex;
}
.main .catalog .catalog-main .catalog-main__sort .sort__item.is-active,
.main .catalog .catalog-main .catalog-main__sort .sort__item.is-active:hover {
    background: #ededed;
    color: black;
    text-decoration: none;
}
.main .catalog .catalog-main .catalog-main__buttons {
	z-index: 1;
	position: relative;
}
.main .catalog .catalog-main .catalog-main__buttons .catalog-button {
    bottom: 0;
    z-index: 200;
    left: 0;
    padding: 15px;
    width: 49%;
    background: #ededed;
}
.main .catalog .catalog-main .catalog-main__buttons .catalog-button.catalog-button--sort {
	border-right: 2px solid #fff;
}
.catalog-main__sections {
    background: #f3f5f4;
    padding-top: 10px;
}

#nextSection li {
    padding-left: 10px;
    padding-right: 15px;
    list-style: none;
}
.sort__block {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin: 2px;
  }
  .sort__block--sorting {
    display: flex;
    gap: 10px;
    position: relative;
  }
  .sort__block i {
    margin-right: 5px;
  }
  .shadow__block {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 960px) {
    .sort__block--filter {
        display: none;
    }
    .sort__block { 
        justify-content: flex-end;
    }
}
@media screen and (max-width: 960px) {
    .catalog .catalog-sidebar{
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    .catalog .catalog-main{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {

   
	
	.main .catalog .catalog-sidebar {
        position: fixed;
        background-color: #fff;
        z-index: 100;
        width: 100%;
        left: 0;
        transition-duration: 0.5s;
        transition-timing-function: 
ease-in-out;
        top: 0;
        overflow-y: scroll;
	}

    .main .catalog .catalog-main .catalog-main__sort {
        padding: 0 10px;
        display: none;
        flex-direction: column;
        width: 49%;
        position: absolute;
        z-index: 100;
        background: white;
    }

  
    .main .catalog .catalog-main .catalog-main .catalog-main__sort .sort__item {
        padding: 8px;
    }

    .main .catalog .catalog-main .catalog-main .catalog-main__sort .sort__item.is-active {
        background: #f7f7f7;
    }
}

.top-sections.container {
    display: flex;
    overflow-x: auto;
    width: 100%;
}
.top-sections.container::-webkit-scrollbar {
    position: absolute;
    top: 10px;
    width: 4px;
    height: 8px;
}

.top-sections.container::-webkit-scrollbar-track {
    background: #c9c9c9;
}

.top-sections.container::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 2px;
}
.top-sections__item {
    max-width: 120px;
    margin-right: 12px;
    text-align: center;
}
.top-sections__item .top-sections__image {
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    display: block;
}
.top-sections__item img {
    width: 100%;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
}
.top-sections__item .top-sections__title {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
}
@media screen and (max-width: 600px) {
    .top-sections__item img {
        width: 80px;
        height: 80px;
        padding: 5px;
    }
}

.current-filters.container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
/* End */


/* Start:/local/components/ecommerce/d.catalog.element.v3/templates/.default/style.css?177867973336310*/
 h1 {

    color: #000;
    font-size: 2em;
    font-weight: 700;

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
    display:inline-block; width:16px; height:16px; border:2px solid #ccc; border-top-color:#333; border-radius:50%; animation: spin 1s linear infinite;
}
.addCart .spinner {
    border: 2px solid #eeeeee;
    border-top-color: #ffffff;
}
.element__shadow-block {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
}
.header__menu__right {
    display: flex;
    justify-content: space-between;
    padding: 30px 24px;
    align-items: center;
    margin-top: 32px;
}
.artnumber {
    font-size: 14px;
}
.artnumber span {
    color: #000;
    font-weight: 900;
}
.header__menu__right .menu__right--rating {
    display: flex;
}
.header__menu__right .menu__right--rating .stars__block {
    display: flex;
    
}
.header__menu__right .menu__right--rating a {
    line-height: 20px;
    margin-left: 10px;
    font-size: 14px;
}
.header__menu__right .menu__right--rating span {
    width: 20px;
    height: 20px;
    /* margin-top: 10px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23f5dc00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.header__menu__right .menu__right--rating span.--rating-inactive {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.header__menu__anchors {
    margin-top: 10px;
    margin-bottom: 10px;
}
.header__menu__anchors ul {
    display: flex;
    overflow: auto;
    width: 100%;
}
.header__menu__anchors ul li{
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #fff;
}
.header__menu__anchors ul li.active, .header__menu__anchors ul li:hover {
    border-bottom: 4px solid #AFC647;
}
.header__menu__anchors ul a{
    margin: 0 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.element--body {
    display: flex;
    gap: 3px;
    flex-direction: row;
}
.element--body__left {
    width: 50%;
}
.element--body__pictures  {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.element--body .body__pictures__thumb  {
    
    display: block;
   
}
.element--body .body__pictures__thumb ul {
    display: flex;
    overflow: hidden;
}
.element--body .body__pictures__thumb  img{ 
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.body__pictures__main {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
    height: 100%;
}
.body__pictures__thumb--container {
    margin-right: 3px;
}
.body__pictures__main img {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    max-height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    padding: 30px;
}
.body__pictures__main img.product__main--img {
    width: auto;
    right: 0;
    padding: 30px 10px;
}

.body__main_head {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    align-items: center;
}
.body__main_price .like__compare {
    display: flex;
    gap: 15px;
    margin-left: auto;

}
.head__available {
    border-radius: 2px;
    
}
.head__available.--in-stock {
    background: rgba(0, 188, 82, 0.10);
    padding: 6px 20px;
}
.head__available.--in-stock-epic {
    background: #ffcd4bba;
    color:#6b6b6b;
    padding: 6px 20px;
}
.head__available.--in-stock-another {
    background: #ffcd4bba;
    color:#6b6b6b;
    padding: 6px 20px;
}
.body__main_price {
    display: flex;
    padding: 15px 25px 30px 25px;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.body__main_price .head__price--item, .middle__price--item {
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.body__main_price .head__price--item .measure, .middle__price--item .measure {
    font-weight: 400;
    font-size: 10px;
    top: 0;
    position: absolute;
}
.body__main_price .head__price--item .currency, .middle__price--item .currency {
    font-weight: 400;
}
.body__main_price .head__price--item.--old {
    font-size: 16px;
    color: #A3A5A4;
    font-weight: 400;
    text-align: center;
    display: block;
}
.middle__price--item.--old {
    font-weight: 400;  
}
.body__main_price .head__price--item.--new {
    color: #F21717;
}
.element--button.addCart {
    display: block;
    min-width: 155px;
    background: #AFC647;
    padding: 15px 40px;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: white;
}
.element--button.addCart:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(175, 198, 71, 0.4);
    cursor: pointer;
}
.like__compare a {
 color:#A5A1A1;
}

.body__delivery__title {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    justify-content: space-between;
}
.element__block {
    margin-bottom: 3px;
}
.delivery__available {
    min-width: 210px;
    margin-left: 10px;
}
.delivery__available a {
    border: 1px solid #00BC52;
    padding: 10px 20px;
    border-radius: 5px;
}
.delivery__list_v2, .payment__list_v2, .returns_v2 {
    padding: 25px;
    font-size: 14px;
    color: #333;
}
.payment__list_v2, .returns_v2  {
    padding: 15px 25px;
}
.delivery__list_v2--header, .payment__list_v2--header, .returns_v2--header  {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}
.payment__list_v2--header, .returns_v2--header {
    margin-bottom: 9px; 
}
.delivery__list_v2--delivery {
    display: grid;
    grid-template-columns: 25px 1fr 1fr 1fr;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    padding: 12px 0;
}

.delivery__list_v2--icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery__list_v2--title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: normal;
}

.delivery__list_v2--title strong {
    font-weight: 700;
}

.delivery__list_v2 .question-mark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.delivery__list_v2 .tooltip {
    visibility: hidden;
    width: 250px;
    background-color: #ffffff;
    text-align: left;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    z-index: 10;
    top: 125%;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin-top: 7px;
    color: #000;
    pointer-events: none; /* щоб підказка не реагувала на наведення */
}

.delivery__list_v2 .tooltip .tooltip__text {
    display: block;
    max-height: 180px;
    overflow-y: auto;
}

.delivery__list_v2 .tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

/* Стилі, коли підказка активна */
.delivery__list_v2 .question-mark.active .tooltip {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; /* щоб підказка могла приймати кліки */
}

/* Стилі для кнопки закриття */
.delivery__list_v2 .tooltip-close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    padding: 0;
    line-height: 1;
}

.delivery__list_v2--prediction {
    font-weight: 500;
    font-size: 12px;
    color: #aac25f;
    text-align: center;
    width: 100%;
    justify-self: start;
}

.delivery__list_v2--price {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

  
  /* Додаткові уточнення для кращого вигляду в мобільній */
  .delivery__list_v2--price strong {
    font-weight: 700;
  }
  
  .delivery__list_v2--title strong {
    font-weight: 700;
  }
  
.delivery__list--delivery {
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
    margin: 0 21px 4px 21px;
    padding: 21px 25px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.delivery__value {
    text-align: right;
}
.delivery__list {
    margin: 15px 0 0 0;
    padding-bottom: 15px;
    padding-top: 15px;

}
.payment__list {
    display: flex;
    gap: 5px;
}
.payment__list .payment__item {
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
    padding: 30px 15px;
    display: flex;
    align-items: center;
}
.payment__list .payment__item span {
    margin-left: 15px;
}
.head__credit--item {
    position: absolute;
    cursor: pointer;
    top: 9px;
    left: 10px;
}
.head__credit--item span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 8px;
    background: #fff;
    border-radius: 25px;
    padding: 2px;
    color: #000;
}
.body__main_payment {
    padding: 15px 25px;
}
.element--middle {
    margin-top: 20px;
    
}
.element--middle__block {
    padding-left: 30px;
    padding-top: 20px;
}
.element--middle__block:not(:first-child) {
    padding-top: 70px;
}
.element--middle__title {
    font-size: 15px;
    font-weight: 700;
}
.props__list--prop {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.props__list {
    margin-top: 10px;
}
.element--middle {

    display: flex;

  
}
.element--middle .middle__right {
    width: 30%;
    margin-left: 10px;
}
.element--middle .middle__left {
    width: 70%;
    margin-right: 10px;
    margin-left: 0;
}
.props__list--prop .prop__block {
    width: 50%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.prop__block--name {
    position: relative;
}
.prop__block--name span {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}
.prop__block--name:after {
    border-bottom: 2px dotted #000;
    content: "";
    left: 4px;
    position: absolute;
    right: 6px;
    z-index: 1;
    top: 9px;
}
.middle__product__image {
    text-align: center;
}
.middle__product img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
.--sticky {
    position: sticky;
    top: 60px;
    height: fit-content;
    display: block;
}
.middle__product {
    width: 80%;
    margin: 10px auto;
    padding: 40px;
}
.middle__product .poroduct__title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.middle__price {
    min-height: 60px;
    margin-top: 10px;
}
.middle__price .middle__price--item {
    font-size: 16px;
    font-weight: 700;
}
.middle__price .middle__price--item.--old {
    font-size: 12px;
    color: #A3A5A4;
   
    display: block;
}
.middle__price .middle__price--item.--new {
    color: #F21717;
}
.props_info {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    max-width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
}



.element--middle .reviews__blocks .reviews__block .reviews__block--customer {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    z-index: 2;
    background: white;
    display: block;
    position: relative;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--shop {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%);
    padding: 20px;
    padding-top: 60px;
    border-radius: 12px;
    margin-top: -40px;
    z-index: 1;
    display: block;
    position: relative;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--left {
    display: flex;
    flex-direction: column;
}   

.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--left .block__header--name {
    font-weight: 600;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--left .block__header--rating {
    display: flex;
    margin-top: 6px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--left .block__header--rating span {
    width: 20px;
    height: 20px;
    /* margin-top: 10px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23f5dc00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--left .block__header--rating span.--rating-inactive {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.element--middle .reviews__blocks .reviews__block .reviews__block--header .block__header--date {
    color: #bebebe;
    font-size: 14px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--body {
    margin-top: 10px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--body .block--body__text {
    text-align: justify;
    line-height: 19px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--body .block--body__plus, .element--middle .reviews__blocks .reviews__block .reviews__block--body .block--body__minus {
    margin-top: 10px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--body .block--body__plus span, .element--middle .reviews__blocks .reviews__block .reviews__block--body .block--body__minus span {
    font-weight: 600;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer {
    margin-top: 14px;
    text-align: right;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like {
    font-size: 14px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .like--label{
    font-weight: 600;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__like, .element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__dislike {
    cursor: pointer;
    position: relative;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__like {
    margin-right: 30px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__like:before, .element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__dislike:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50% 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    /* float: right; */
    top: -5px;
    left: -26px;
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__like:before {
    background-image: url(/images/like_50x50.png);
}
.element--middle .reviews__blocks .reviews__block .reviews__block--footer .block--footer__like .review__dislike:before {
    background-image: url(/images/dislike_50x50.png);
}
.element--middle .reviews__buttons {
    display: flex;
    margin-top: 20px;
}
.element--middle .reviews__buttons a {

    border: 1px solid #AFC647;
    padding: 10px 20px;
    background: #AFC647;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
}

.element--middle .reviews__add {
    
    padding: 20px;
    border-radius: 12px;
}
.element--middle .reviews__add label {
    font-weight: 600;
    font-size: 14px;
}
.element--middle .reviews__add .reviews__add--header {
    display: flex;
    flex-direction: column;
}

.element--middle .reviews__add .reviews__add--header .header__rating {
    display: flex;
    margin-bottom: 15px;
}
.element--middle .reviews__add .reviews__add--header .header__rating label {
    margin-right: 10px;
    margin-top: 2px;
}
.element--middle .reviews__add .reviews__add--header .header__rating span {
    width: 20px;
    height: 20px;
    /* margin-top: 10px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    cursor: pointer;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.element--middle .reviews__add .reviews__add--header .header__rating span.--rating-active, .element--middle .reviews__add .reviews__add--header .header__rating span:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23f5dc00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");

}
.element--middle .reviews__add .reviews__add--header .header__used {
    display: flex;
    flex-direction: column;
   
}
.element--middle .reviews__add .reviews__add--header .header__used .header__used__list {
    margin-top: 17px;
    display: inline-block;
    position: relative;
}
.element--middle .reviews__add .reviews__add--header .header__used .header__used__list li {
    display: inline-block;
    width: fit-content;
    margin-bottom: 34px;

}
.element--middle .reviews__add .reviews__add--header .header__used .header__used__list a {
    border-radius: 20px;
    padding: 9px;
    margin-right: 15px;
    border: 1px solid #d9dde1;
}
.element--middle .reviews__add .reviews__add--header .header__used .header__used__list a:hover, .element--middle .reviews__add .reviews__add--header .header__used .header__used__list a.selected {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
    
}
.element--middle .reviews__add .reviews__add--body {
    margin-top: 30px;
}
.element--middle .reviews__add .reviews__add--body .body_block {
    margin-top: 30px;
}
.element--middle .reviews__add .reviews__add--body .body_block textarea, .element--middle .reviews__add .reviews__add--body .body_block input{
    border: 1px solid #ededed;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 5%) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.05) inset;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 5%) inset;
}

.element--middle .reviews__add .submit {
    border: 1px solid var(--primary);
    padding: 10px 20px;
    background: var(--primary);
    color: #fff;
    margin-right: 10px;
    margin-top: 15px;
    display: block;
    width: fit-content;
}
.middle__reviews {
    padding: 20px;
}



.body__main_available {
    padding: 20px;
}
.body__main_available .element--middle__title {
    padding-bottom: 10px;
}
.available__title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}
.available__list {
   
}

.available__list::-webkit-scrollbar {
    
    width: 4px;
   
}

.available__list::-webkit-scrollbar-track {
    background: #c9c9c9;
    border-radius: 12px;
}

.available__list::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 12px;
}

.available__list .available__list--shop {
    display: grid;
    grid-template-columns: 30% 20% 15% 20% 15%;
    /* cursor: n-resize; */
    /* border-top: 1px solid #ededed; */
    margin: 4px 0;
}



.available__list .available__list--shop .shop__block {
    padding: 14px 0;
    max-height: 49px;
    text-align: center;
}




.available__list .available__list--shop .shop__block.shop__block--market {
    padding-left: 20px;
    position: relative;
    line-height: 14px;
    text-align: left;
    ;
}
.available__list .available__list--shop .shop__block.shop__block--market  span {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 28px;
}
.available__list .available__list--shop .shop__block.shop__block--available .available__item.--in-stock {
    color: var(--primary);
}
.head__available.--out-stock {
    color: #5b5b5b;
    background: #ff9a91;
    padding: 8px 12px;
}

.available__list .available__list--shop .shop__block.shop__block--market img{
    max-width: 12px;
    position: absolute;
    top: 16px;
    left: 6px;
}
.available__list .available__list--shop .shop__block.shop__block--available {
    text-transform: lowercase;
}
.available__list .available__list--shop .shop__block.shop__block--price {
    padding: 7px;
    font-size: 13px;
    font-weight: 600;
}
@media screen and (max-width: 1360px) {
    .available__list .available__list--shop {
        grid-template-columns: 30% 15% 15% 20% 20%;
    }
    .available__list .available__list--shop .shop__block {
        font-size: 14px;
    }
    .available__list .available__list--shop .shop__block.shop__block--price {
        padding: 7px;
        font-size: 12px;
    }
}
@media screen and (max-width: 570px) {
    .available__list .available__list--shop {
        grid-template-columns: unset;
        grid-template-areas:
            "a b c"
            "d e f";
    }
    .available__list .available__list--shop .shop__block.shop__block--market {
        grid-area: a;
    }
    .available__list .available__list--shop .shop__block.shop__block--available {
        grid-area: d;
        text-align: left;
        padding-left: 25px;
        display: flex;
    }
    .available__list .available__list--shop .shop__block.shop__block--available .available__count.--mobile {
        display: block;
        margin-left: 10px;
    }
    /* .available__list .available__list--shop .shop__block.shop__block--count {
        display: none;
    } */
    .available__list .available__list--shop .shop__block.shop__block--price {
        grid-area: c;
    }
    .available__list .available__list--shop .shop__block.shop__block--buy {
        grid-area: f;
    }
}
.available__list .available__list--shop .shop__block.shop__block--price .price--item {
    
}
.available__list .available__list--shop .shop__block.shop__block--price .price--item s {

}
.available__list .available__list--shop .shop__block.shop__block--price .price--item.--old {
    font-size: 12px;
    color: #b0b0b0;

}
.available__list .available__list--shop .shop__block.shop__block--price .price--item .measure {
    display: inline-block;
    font-size: 12px;
}

.available__list .available__list--shop .shop__block.shop__block--buy a {
    padding: 4px 12px;
    background: var(--primary);
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
}
.element--body__main {
    width: 50%;
}

.body__pictures__main--features img {
    width: 200px;
}
.body__pictures__main--features img.is-national-cashback  {
    width: 150px;
    padding: 15px 15px;
    border-bottom-right-radius: 20px;
}
@media screen and (min-width: 1251px) {
    .element--body__main {
        min-height: 500px;
    }
}
@media screen and (max-width: 1250px) {
    .element--body {
        flex-direction: column;
    }
    .element--body__left, .element--body__main {
        width: 100%;
    }
    .body__pictures__main img {
        position: relative;
    }
    .body__pictures__main img.product__main--img {
        height: 400px;
    }
}
@media screen and (max-width: 960px) {
    .element--middle .middle__right {
        display: none;
    }
    .element--middle .middle__left {
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .body__delivery__title {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .payment__list {
        flex-direction: column;
    }
    .payment__list .payment__item {
        width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    .header__menu__right .menu__right--rating {
        flex-direction: column;
    }
    .header__menu__right .menu__right--rating a {
        margin-left: 0;
    }
}


.description__body {
    margin-top: 15px;
}
@media screen and (max-width: 460px) {
    .body__main_price {
        justify-content: space-between;
    }
    .body__main_price .head__buy {
        width: 100%;
    }
    .body__main_price .head__buy a,
    .body__main_price .head__buy button {
        width: 100%;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .head__credit {
        width: 100%;
    }
    .head__credit--item {
        width: fit-content;
    }
}
@media screen and (max-width: 700px) {
    .body__delivery__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .delivery__available {
        margin-left: 0;
    }
}

.delivery__list--delivery.delivery__disabled {
    opacity: 0.5;
}
.element--middle .description__body{
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
}
.element--middle .description__body.full__body{
    max-height: unset;
}
.element--middle .description__body img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.body__toggler  {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #afc647;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px 0px 0px 0px;
}
.body__toggler.--show  {
    display: block;
}
.body__toggler.--hide  {
    display: none;
}

/* Privat24 popup content */
.privat24-partpay__label {
    display: block;
    margin: 15px 0 6px;
    font-size: 14px;
    color: #555;
}
.privat24-partpay .paymentDetail {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 8px 0;
}
.nl-popup__window--sm {
    max-width: 360px;
}
#appCredit .nl-popup__body .slider.slider-horizontal .slider-tick,
#appCredit .nl-popup__body .slider.slider-horizontal .slider-handle {
    background: #afc647;
}
#appCredit .nl-popup__body .slider .tooltip.top {
    margin-top: 3px;
    position: absolute;
    padding: 0;
    z-index: 100;
    color: #fff;
    font-size: 12px;
}
.returns__link {
    margin-top: 10px;
}
.returns__link a {
    font-size: 12px;
    text-decoration: underline;
}
.actions-text {
    padding: 20px 10px;
    color: #d21e1e;
}
.actions-text .actions-text__title {
    padding-bottom: 5px;
}
.actions-text .actions-text__body {
    font-size: 12px;
}

.head__credit .element--button {
    display: flex;
    background: #F6F3F3;
    border-radius: 5px;
    padding: 15px 40px;
    color: #000;
    position: relative;
    padding-left: 50px;
    padding-right: 15px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .head__credit .element--button:hover {
    
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* ніжна тінь */
    cursor: pointer;
  }



  
@media (max-width: 1024px) {
    .delivery__list_v2--delivery {
      grid-template-columns: 25px 1fr 1fr; /* Менше колонок для кращого вміщення */
      gap: 10px;
      padding: 10px 0;
    }
    .delivery__list_v2--prediction {
      font-size: 13px;
      color: #a5b357; /* приблизно olivковий салатовий колір */
      font-weight: 500;
      justify-self: start;
    }
    .delivery__list_v2--price {
      font-weight: 700;
      white-space: nowrap;
      text-align: right;
    }
    .delivery__list_v2--title {
      font-weight: normal;
    }
  }
  
  /* Для мобільних екранів */
  @media (max-width: 768px) {
    #main-content {
        padding: 0 !important;
    }

    #breadcrumbs.container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .body__main_price {
        padding: 15px 20px 30px 20px;
    }

    .delivery__list_v2, .payment__list_v2, .returns_v2 {
        padding: 20px;
    }
    .element--middle__block {
        padding-left: 20px;
    }
    .element--middle .reviews__add {
        padding-left: 0;
        padding-right: 0;
    }
    .head__credit .element--button {
        display: block;
        text-align: center;
        width: 100%;
    }
   
    .delivery__list_v2--delivery {
      
      grid-template-areas:
      "a b b b"
        "d d c c";
      gap: 5px;
      padding: 10px 0 12px;
    }
    .delivery__list_v2--icon {
        grid-area: a;
        max-width: 20px;
    }
    .delivery__list_v2--title {
      font-weight: normal;
      white-space: normal; /* дозволити перенос слів */
      line-height: 1.3;
      grid-area: b;
      font-size: 12px;
    }
    .delivery__list_v2--price {
      text-align: left;
      white-space: nowrap;
      font-weight: 700;
      display: flex;
      flex-direction: column;
      align-items: unset;
      font-size: 12px;
      grid-area: d;
      gap: 3px;
    }
    .delivery__list_v2--price::before {
      content: attr(data-price-main);
      font-weight: 700;
      color: #333;
    }
    .delivery__list_v2--prediction {
      font-weight: 500;
      color: #a5b357;
      font-size: 12px;
      grid-area: c;
      text-align: right;
    }
  }
@media (max-width: 460px) {
    .body__main_price {
        gap: 10px;
    }
    .body__main_price .like__compare {
        margin: 0 auto;
        margin-top: 20px;
    }
}   

.delivery__list_v2--delivery.disabled {
    opacity: 0.3;
    display: none;
}

.like__compare a.added, .compare__button a.added {
    color: #b3c55d;
}

.body__pictures__thumb {
    position: relative;
    overflow: hidden;
  }
  .body__pictures__thumb{position:relative}
  .body__pictures__thumb ul{
    display:flex;
    margin:0;
    padding:0;
    overflow-x:auto;              /* нативний горизонтальний скрол */
    scroll-behavior:smooth;
    scroll-snap-type:x proximity; /* приємне підфіксування */
    -webkit-overflow-scrolling:touch;
    
  }
  .body__pictures__thumb li{list-style:none;flex:0 0 auto;scroll-snap-align:start}
  
  /* Стрілки — охайні круглі кнопки */
  .body__pictures__thumb .thumbs-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #6f6f6f;
    cursor: pointer;
    z-index: 2;
    transition: box-shadow .2s, color .2s, opacity .2s;
    border: 0;
    height: 100%;
    background: #ffffffcc;
    border-radius: 0;
  }
  .body__pictures__thumb .thumbs-arrow:hover{color:#222;box-shadow:0 4px 12px rgba(0,0,0,.12)}
  .body__pictures__thumb .thumbs-arrow.is-disabled{opacity:.4;pointer-events:none}
  .body__pictures__thumb .thumbs-arrow--left{left:-8px}
  .body__pictures__thumb .thumbs-arrow--right{right:-8px}
  
  /* Іконки-стрілки */
  .body__pictures__thumb .thumbs-arrow::before{content:"";display:block;width:0;height:0;border-style:solid}
  .body__pictures__thumb .thumbs-arrow--right::before{border-width:7px 0 7px 10px;border-color:transparent transparent transparent currentColor}
  .body__pictures__thumb .thumbs-arrow--left::before{border-width:7px 10px 7px 0;border-color:transparent currentColor transparent transparent}

  .element--body .body__pictures__thumb img {
    cursor: pointer;
  }

  .header__menu__right .artnumber {
    display: none;
  }
  @media screen and (max-width: 600px) {
    .header__menu__right .artnumber {
        display: block;
    }
    .body__main_head .artnumber {
        display: none;
    }
  }
  .artnumber {

  }

.delivery__list_v2--price-main {
  display: inline;
}

.delivery__list_v2--price-note {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
  white-space: normal;
}
/* End */


/* Start:/local/components/ecommerce/recommendation.item.v3/templates/item/style.css?176416601011480*/
:root {
	--rec-color-primary: #AFC647;
	--rec-color-primary-hover: #8fb038;
	--rec-color-error: #ff2916;
	--rec-color-text: #000;
	--rec-color-text-secondary: #666;
	--rec-color-text-muted: #C5C1C1;
	--rec-color-bg: #fff;
	--rec-color-bg-hover: #f5f5f5;
	--rec-color-border: #e9e9e9;
	--rec-color-skeleton: #f6f6f6;
	--rec-shadow-sm: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
	--rec-shadow-md: 0px 2px 8px rgba(0, 0, 0, 0.1);
	--rec-transition: 0.3s ease-out;
	--rec-border-radius: 4px;
	--rec-border-radius-lg: 10px;
}

.recommendation-block {
	position: relative;
	margin: 30px 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.recommendation-block.is-loading,
.recommendation-block.is-loaded {
	visibility: visible;
	opacity: 1;
	height: auto;
	overflow: visible;
	pointer-events: auto;
}

.recommendation-block.is-visible {
	display: block;
	opacity: 1;
	transform: translateY(0);
	animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.recommendation-block.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.recommendation-block.has-error {
	opacity: 0.5;
}

.recommendation-block.is-hidden {
	display: none;
}

.recommendation-block__title {
	margin: 0 0 20px 0;
	color: var(--rec-color-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.recommendation-block__title-additional {
	font-weight: 400;
	color: var(--rec-color-text-secondary);
}

.recommendation-block__content {
	position: relative;
}

.recommendation-block__products {
	width: 100%;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.recommendation-block__load-more {
	display: none;
	margin-top: 20px;
	text-align: center;
}

.recommendation-block__load-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border: none;
	border-radius: 20px;
	background: var(--rec-color-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color var(--rec-transition), transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(175, 198, 71, 0.3);
	white-space: nowrap;
}

.recommendation-block__load-more-btn:hover:not(:disabled) {
	background: var(--rec-color-primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(175, 198, 71, 0.4);
}

.recommendation-block__load-more-btn:active:not(:disabled) {
	transform: translateY(0);
}

.recommendation-block__load-more-btn:disabled,
.recommendation-block__load-more-btn.is-loading {
	opacity: 0.7;
	cursor: not-allowed;
	pointer-events: none;
}

.recommendation-block__load-more-loader {
	display: none;
	width: 20px;
	height: 20px;
}

.recommendation-block__load-more-btn.is-loading .recommendation-block__load-more-loader {
	display: block;
	animation: spin 1s linear infinite;
}

.recommendation-block__load-more-btn.is-loading .recommendation-block__load-more-text {
	display: none;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.recommendation-block__skeleton {
	display: none;
	padding: 16px;
	background-color: var(--rec-color-bg);
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.recommendation-block__skeleton.is-visible {
	opacity: 1;
}

.recommendation-block__skeleton-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
	gap: 16px;
	align-items: stretch;
}

.recommendation-block__skeleton-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	background: var(--rec-color-bg);
	border-radius: var(--rec-border-radius);
	box-shadow: var(--rec-shadow-sm);
}

.recommendation-block__skeleton-image {
	width: 100%;
	height: 220px;
	background-color: var(--rec-color-skeleton);
	border-radius: var(--rec-border-radius);
	animation: skeleton-pulse 2s ease-in-out infinite;
}

.recommendation-block__skeleton-line {
	height: 16px;
	background-color: var(--rec-color-skeleton);
	border-radius: 4px;
	animation: skeleton-pulse 2s ease-in-out infinite;
}

.recommendation-block__skeleton-line--title {
	width: 90%;
	height: 20px;
	margin-top: 7px;
}

.recommendation-block__skeleton-line--price {
	width: 60%;
	height: 18px;
	margin-top: 10px;
}

.recommendation-block__skeleton-line--button {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	border-radius: var(--rec-border-radius-lg);
}

@keyframes skeleton-pulse {
	0%, 100% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
}

.recommendation-block__products .catalog-items.items__offers,
.recommendation-block__products .catalog-main .catalog-items.items__offers {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
	gap: 16px;
	align-items: stretch;
}

.recommendation-block__products .catalog-items.items__offers .item,
.recommendation-block__products .catalog-main .catalog-items.items__offers .item {
	padding: 15px;
	position: relative;
	background: var(--rec-color-bg);
	transition: background-color var(--rec-transition), box-shadow var(--rec-transition);
	box-shadow: var(--rec-shadow-sm);
	border-radius: var(--rec-border-radius);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.recommendation-block__products .catalog-items.items__offers .item:hover,
.recommendation-block__products .catalog-main .catalog-items.items__offers .item:hover {
	box-shadow: var(--rec-shadow-md);
}

.recommendation-block__products .item__picture {
	min-height: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: var(--rec-color-bg);
	text-align: center;
	width: 100%;
	flex-shrink: 0;
}

.recommendation-block__products .item__picture img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

.recommendation-block__products .item__name {
	display: block;
	line-height: 1.2;
	text-decoration: none;
	margin-top: 7px;
	height: 65px;
	overflow: hidden;
	color: var(--rec-color-text);
	font-size: 14px;
	font-weight: 600;
	transition: font-weight var(--rec-transition);
}

.recommendation-block__products .item:hover .item__name {
	font-weight: 700;
}

.recommendation-block__products .item__price {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.recommendation-block__products .item__price-current {
	color: var(--rec-color-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.recommendation-block__products .item__price-current.--discount {
	color: var(--rec-color-error);
}

.recommendation-block__products .item__price-current.--discount.--old {
	color: var(--rec-color-text-muted);
	text-decoration: line-through;
}

.recommendation-block__products .item__add-cart {
	padding: 9px 0;
	border: 2px solid var(--rec-color-primary);
	border-radius: var(--rec-border-radius-lg);
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	transition: background-color var(--rec-transition), color var(--rec-transition);
	color: var(--rec-color-primary);
	cursor: pointer;
}

.recommendation-block__products .item:hover .item__add-cart {
	background-color: var(--rec-color-primary);
	color: #fff;
	border-color: var(--rec-color-primary);
}

.recommendation-block__products .item__artnumber {
	opacity: 0;
	transition: opacity var(--rec-transition);
}

.recommendation-block__products .item:hover .item__artnumber {
	opacity: 1;
}

.recommendation-block__products .item__avaliable {
	font-size: 14px;
	color: #dbc023;
}

.recommendation-block__products .item__avaliable.--is-avaliable {
	color: var(--rec-color-primary);
	margin-top: 10px;
}

.recommendation-block__products .item__right-icons {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 20px;
}

.recommendation-block__products .right-icons__text-icon {
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	padding: 5px 10px;
}

.recommendation-block__products .right-icons__text-icon.--stocks {
	background-color: var(--rec-color-error);
}

@media screen and (max-width: 1226px) {
	.recommendation-block__load-more-btn {
		padding: 6px 12px;
		font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	.recommendation-block {
		margin: 20px 0;
	}

	.recommendation-block__title {
		margin-bottom: 15px;
		text-align: center;
	}
	
	.recommendation-block__load-more-btn {
		padding: 6px 10px;
		font-size: 11px;
		gap: 5px;
	}
	
	.recommendation-block__load-more-loader {
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width: 600px) {
	.recommendation-block__products .item__picture,
	.recommendation-block__skeleton-image {
		min-height: 150px;
		height: 150px;
	}

	.recommendation-block__products .item__price-current {
		font-size: 14px;
	}

	.recommendation-block__products .item__add-cart {
		padding: 7px 0;
	}
	
	.recommendation-block__title {
		font-size: 14px;
	}
	
	.recommendation-block__load-more-btn {
		padding: 5px 8px;
		font-size: 10px;
		border-radius: 15px;
	}
}

@media screen and (max-width: 550px) {
	.recommendation-block__skeleton-content,
	.recommendation-block__products .catalog-items.items__offers,
	.recommendation-block__products .catalog-main .catalog-items.items__offers {
		gap: 12px;
	}
}

@media screen and (max-width: 500px) {
	.recommendation-block__skeleton-content,
	.recommendation-block__products .catalog-items.items__offers,
	.recommendation-block__products .catalog-main .catalog-items.items__offers {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
	
	.recommendation-block__load-more-btn {
		padding: 8px 16px;
		font-size: 12px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 450px) {
	.recommendation-block__products .item__name {
		min-height: 90px;
		font-size: 13px;
	}
}

@media screen and (max-width: 380px) {
	.recommendation-block__skeleton-content,
	.recommendation-block__products .catalog-items.items__offers,
	.recommendation-block__products .catalog-main .catalog-items.items__offers {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.recommendation-block__products .item__picture,
	.recommendation-block__skeleton-image {
		min-height: 140px;
		height: 140px;
	}

	.recommendation-block__skeleton-item {
		padding: 10px;
	}
}

.recommendation-block__products .rating__stars {
	margin-top: 10px;
	display: flex;
	gap: 2px;
}

.recommendation-block__products .rating__stars .star {
	font-size: 19px;
	display: inline-block;
	color: #e9e9e9;
	line-height: 1;
}

.recommendation-block__products .rating__stars .star:last-child {
	margin-right: 5px;
}

.recommendation-block__products .rating__stars .star:before {
	content: '\2605';
}

.recommendation-block__products .rating__stars .star.star__full {
	color: gold;
}

.recommendation-block__products .rating__stars .star.star__half {
	position: relative;
}

.recommendation-block__products .rating__stars .star.star__half:after {
	content: '\2605';
	color: gold;
	position: absolute;
	margin-left: -16px;
	width: 8px;
	overflow: hidden;
}

.recommendation-block__products .review__link {
	font-size: 11px;
	text-decoration: underline;
	margin-left: auto;
	margin-top: 5px;
	color: var(--rec-color-text-secondary);
	transition: color var(--rec-transition);
}

.recommendation-block__products .review__link:hover {
	color: var(--rec-color-text);
}

/* End */


/* Start:/local/templates/ecommerce/css/popup.css?17786797513775*/
/* ==========================================================================
   nl-popup — project-wide modal base
   Activation: jQuery show(0)/hide(0) on .nl-popup (sets display:block)
   ========================================================================== */

.nl-popup {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: none;
    overflow-y: auto;
    padding: 16px;
    box-sizing: border-box;
}

.nl-popup__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    cursor: pointer;
}

.nl-popup__window {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 500px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: nlPopupIn 0.2s ease-out;
}

@keyframes nlPopupIn {
    from { opacity: 0; transform: translateY(8px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.nl-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
    gap: 12px;
}

.nl-popup__title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.nl-popup__close {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    color: #999;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}
.nl-popup__close:hover { background: #f5f5f5; color: #333; }
.nl-popup__close:focus-visible { outline: 2px solid #AFC647; outline-offset: 2px; }

.nl-popup__body {
    padding: 20px;
    overflow-y: auto;
}

.nl-popup__footer {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
}

.nl-popup__btn {
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    border: 1px solid transparent;
    line-height: 1.4;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-family: inherit;
    text-decoration: none;
}
.nl-popup__btn--primary {
    background: #AFC647;
    color: #fff;
    border-color: #AFC647;
}
.nl-popup__btn--primary:hover { background: #9db33d; border-color: #9db33d; color: #fff; }
.nl-popup__btn--outline {
    background: transparent;
    color: #555;
    border-color: #ddd;
}
.nl-popup__btn--outline:hover { background: #f5f5f5; color: #1a1a1a; }

@media (max-width: 576px) {
    .nl-popup {
        padding: 0;
        overflow: hidden;
    }
    .nl-popup__window {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        border-radius: 16px 16px 0 0;
        margin: 0;
        max-height: 92vh;
        animation: nlPopupSlideUp 0.28s cubic-bezier(0.32, 0.72, 0, 1);
    }
    .nl-popup__window::before {
        content: '';
        display: block;
        width: 36px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 10px auto 4px;
        flex-shrink: 0;
    }
    @keyframes nlPopupSlideUp {
        from { transform: translateY(100%); }
        to   { transform: translateY(0); }
    }
    .nl-popup__header {
        padding-top: 8px;
    }
    .nl-popup__footer {
        padding-bottom: max(16px, env(safe-area-inset-bottom));
    }
}

/* End */


/* Start:/local/components/ecommerce/d.catalog.element.v3/templates/.default/css/gallery.css?177867668412688*/
/* ==========================================================================
   NL Gallery — photo viewer styles (Rozetka-style)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Gallery root
   -------------------------------------------------------------------------- */

.nl-gallery {
  position: relative;
}

/* --------------------------------------------------------------------------
   Viewport (main photo)
   -------------------------------------------------------------------------- */

.nl-gallery__viewport {
  position: relative;
  cursor: default;
  outline: none;
  /* Desktop: height comes from flex-parent (matches right column), capped at 560px */
  max-height: 560px;
}

.nl-gallery__viewport:focus-visible {
  outline: 2px solid #AFC647;
  outline-offset: 2px;
}

/*
  style.css base:    position:absolute; top:0; left:0; margin:0 auto  (0,1,1)
  style.css ≤1250px: position:relative  (0,1,1) — this causes height-driven layout shifts
  Our selector (0,2,0) beats both — keeps image absolutely positioned at all breakpoints
  so viewport height is never driven by the image's natural dimensions.
*/
.nl-gallery__viewport .nl-gallery__main {
  position: absolute;
  bottom: 0;
  margin: auto;
  object-fit: contain;
  object-position: center;
  user-select: none;
}

/*
  Override style.css @media (max-width:1250px): .body__pictures__main img.product__main--img { height:400px }
  Our selector (0,3,1) beats style.css (0,2,1) — no !important needed.
*/
.body__pictures__main img.product__main--img.nl-gallery__main {
  height: auto;
}

/* --------------------------------------------------------------------------
   Main image arrows (prev / next)
   -------------------------------------------------------------------------- */

.nl-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: #444;
  z-index: 4;
  transition: background 0.15s, box-shadow 0.15s, opacity 0.15s;
  opacity: 0;
}

.nl-gallery__viewport:hover .nl-gallery__arrow {
  opacity: 1;
}

.nl-gallery__arrow--prev { left: 8px; }
.nl-gallery__arrow--next { right: 8px; }

.nl-gallery__arrow:hover {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.nl-gallery__arrow:focus-visible {
  opacity: 1;
  outline: 2px solid #AFC647;
  outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   Zoom panel (Rozetka-style, position:fixed — dimensions set by JS)
   -------------------------------------------------------------------------- */

.nl-gallery__zoom-panel {
  position: fixed;
  z-index: 9990;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
  background: #fff no-repeat center;
  pointer-events: none;
}

.nl-gallery__zoom-panel[hidden] {
  display: none;
}

/* --------------------------------------------------------------------------
   Thumb strip
   -------------------------------------------------------------------------- */

/*
  style.css has .body__pictures__thumb { overflow: hidden } with specificity (0,1,0).
  Combined selector (0,2,0) wins without !important.
*/
.body__pictures__thumb.nl-gallery__thumbs {
  overflow: visible;
}

.nl-gallery__thumbs {
  position: relative;
  padding: 0 36px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.nl-gallery__thumbs ul {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  justify-content: center;
}

.nl-gallery__thumbs ul::-webkit-scrollbar { display: none; }

.nl-gallery__thumb {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px;
  background: #fff;
  scroll-snap-align: start;
  transition: border-color 0.15s;
  overflow: hidden;
  display: block;
}

.nl-gallery__thumb:hover  { border-color: #c5d96a; }
.nl-gallery__thumb.is-active { border-color: #AFC647; }

.nl-gallery__thumb:focus-visible {
  outline: 2px solid #AFC647;
  outline-offset: 2px;
}

/*
  style.css: .element--body .body__pictures__thumb img { width:100px; height:100px } — specificity (0,3,1).
  Our second selector matches the same specificity; gallery.css loads after style.css so it wins.
*/
.nl-gallery__thumb img,
.element--body .body__pictures__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
  display: block;
}

/* --------------------------------------------------------------------------
   Thumb strip arrow buttons
   -------------------------------------------------------------------------- */

.nl-gallery__thumb-prev,
.nl-gallery__thumb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: #444;
  transition: background 0.15s, box-shadow 0.15s;
}

.nl-gallery__thumb-prev { left: 0; }
.nl-gallery__thumb-next { right: 0; }

.nl-gallery__thumb-prev:hover,
.nl-gallery__thumb-next:hover {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.nl-gallery__thumb-prev:focus-visible,
.nl-gallery__thumb-next:focus-visible {
  outline: 2px solid #AFC647;
  outline-offset: 2px;
}

.nl-gallery__thumb-prev.is-disabled,
.nl-gallery__thumb-next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* Single photo — hide thumbs and dots */
.nl-gallery--single .nl-gallery__thumbs { display: none; }
.nl-gallery--single .nl-gallery__dots   { display: none; }

/* --------------------------------------------------------------------------
   Dots (mobile — overlay inside viewport instead of thumb strip)
   -------------------------------------------------------------------------- */

.nl-gallery__dots {
  display: none;
  justify-content: center;
  gap: 7px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  white-space: nowrap;
}

.nl-gallery__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d0d0d0;
  transition: background 0.15s, transform 0.15s;
  flex-shrink: 0;
}

.nl-gallery__dot.is-active {
  background: #AFC647;
  transform: scale(1.3);
}

/* --------------------------------------------------------------------------
   Lightbox
   -------------------------------------------------------------------------- */

.nl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nl-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

@keyframes nlLightboxIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

.nl-lightbox__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: nlLightboxIn 0.18s ease-out;
}

/* Close button */
.nl-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: background 0.15s;
}

.nl-lightbox__close:hover    { background: rgba(255, 255, 255, 0.25); }
.nl-lightbox__close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* Zoom toggle button (mobile lightbox) */
.nl-lightbox__zoom-toggle {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0;
  transition: background 0.15s;
}

.nl-lightbox__zoom-toggle:hover           { background: rgba(255, 255, 255, 0.25); }
.nl-lightbox__zoom-toggle[aria-pressed="true"] { background: rgba(175, 198, 71, 0.6); }
.nl-lightbox__zoom-toggle:focus-visible   { outline: 2px solid #fff; outline-offset: 2px; }

/* Stage */
.nl-lightbox__stage {
  position: relative;
  max-width: min(90vw, 1000px);
  max-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}

/* Lightbox image */
.nl-lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.05s linear;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}

/* Prev / Next navigation */
.nl-lightbox__prev,
.nl-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
  transition: background 0.15s;
}

.nl-lightbox__prev { left: 16px; }
.nl-lightbox__next { right: 16px; }

.nl-lightbox__prev:hover,
.nl-lightbox__next:hover { background: rgba(255, 255, 255, 0.25); }

.nl-lightbox__prev:focus-visible,
.nl-lightbox__next:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.nl-lightbox__prev:disabled,
.nl-lightbox__next:disabled { opacity: 0.25; cursor: default; }

/* Photo counter */
.nl-lightbox__counter {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.04em;
}

/* Thumbnail row inside lightbox */
.nl-lightbox__thumbs-row {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  overflow-x: auto;
  max-width: min(90vw, 1000px);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.nl-lightbox__thumbs-row::-webkit-scrollbar { display: none; }

.nl-lightbox__thumb-btn {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s;
}

.nl-lightbox__thumb-btn:hover     { border-color: rgba(255, 255, 255, 0.5); }
.nl-lightbox__thumb-btn.is-active { border-color: #AFC647; }
.nl-lightbox__thumb-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.nl-lightbox__thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

/* Zoom panel — desktop only (wide screens) */
@media (max-width: 1280px) {
  .nl-gallery__zoom-panel { display: none; }
}

@media (max-width: 767px) {
  /* Lightbox */
  .nl-lightbox__stage { max-width: 100vw; max-height: 70vh; }
  .nl-lightbox__img   { max-height: 70vh; }
  .nl-lightbox__prev  { left: 6px; }
  .nl-lightbox__next  { right: 6px; }

  /*
    Hide thumb strip, show dot overlay instead.
    Combined selector (0,2,0) beats style.css .element--body .body__pictures__thumb (0,2,0)
    by load order — gallery.css is appended after component style.css.
  */
  .body__pictures__thumb.nl-gallery__thumbs { display: none; }
  .nl-gallery__dots { display: flex; }

  /* Arrows not needed on mobile — swipe handles navigation */
  .nl-gallery__arrow { display: none; }

  /* Mobile: square viewport filling column width; aspect-ratio replaces fixed height */
  .nl-gallery__viewport {
    touch-action: pan-y;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  .nl-lightbox__close {
    top: 8px; right: 8px;
    width: 36px; height: 36px;
    font-size: 18px;
  }
  .nl-lightbox__prev,
  .nl-lightbox__next {
    width: 36px; height: 36px;
    font-size: 20px;
  }
  .nl-lightbox__thumb-btn {
    flex: 0 0 46px; width: 46px; height: 46px;
  }
}

/* End */
/* /local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878 */
/* /local/components/ecommerce/d.catalog/templates/.default/style.css?17625184594086 */
/* /local/components/ecommerce/d.catalog.element.v3/templates/.default/style.css?177867973336310 */
/* /local/components/ecommerce/recommendation.item.v3/templates/item/style.css?176416601011480 */
/* /local/templates/ecommerce/css/popup.css?17786797513775 */
/* /local/components/ecommerce/d.catalog.element.v3/templates/.default/css/gallery.css?177867668412688 */
