/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.status-icon {
    color: #78A2B7;
}

.sticker__item--new, .sticker__item--novinka {
    --sticker_color: #78A2B7;
}

.sticker__item--hit, .sticker__item--khit {
    --sticker_color: #B4674D;
}

.sticker__item--recommend, .sticker__item--sovetuem {
    --sticker_color: #1B5583;
}

.sticker__item--sale-text, .sticker__item--sale_text, .sticker__item--red {
	--sticker_color: #B4674D;
}

.sticker__item--light-green {
	--sticker_color: #78A2B7;
}

.btn.btn-primary {
    background-color: #78A2B7;
    border-color: #78A2B7;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #54707f;
    border-color: #54707f;
}

.countdown__items {
    background-color: #1B558300;
}

.countdown__inner {
    background-color: #3476abc7;
}


.dyn_mp_jqm_frame .jqmClose.top-close.fill-grey-hover {
    display: none;
}


/* Подарок в корзине */
.product-item-label-text span, .product-item-label-ring {
background: #78A2B7;
}


/* Выбор типа покупателя */

.radio-cards{
  display:grid; grid-template-columns:repeat(2, minmax(0,1fr));
  gap:5px;
}
@media (max-width: 540px){ .radio-cards{ grid-template-columns:1fr; } }

.radio-card{ position:relative; cursor:pointer; }
.radio-card input{ position:absolute; opacity:0; pointer-events:none; }
.radio-card__box{
  display:flex; align-items:center; gap:12px;
  padding:14px 16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  transition:.2s ease;
  box-shadow:0 2px 8px rgba(0,0,0,.03);
}
.radio-card__icon{ font-size:20px; line-height:1; }
.radio-card__title{ font-weight:600; }
.radio-card__hint{ display:block; font-weight:500; opacity:.7; font-size:12px; }
.radio-card__hint a{ color:inherit; text-decoration:none; border-bottom:1px dotted currentColor; }

.radio-card:hover .radio-card__box{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}
.radio-card input:checked + .radio-card__box{
  border-color:var(--brand, #cd9c5a);
  box-shadow:0 0 0 3px color-mix(in srgb, var(--brand, #cd9c5a) 18%, transparent);
  background:linear-gradient(180deg, #fff, #fafaff);
}
.radio-card input:focus-visible + .radio-card__box{
  outline:2px solid color-mix(in srgb, var(--brand, #cd9c5a) 65%, #fff 0%); outline-offset:2px;
}

/* Кнопки торговых предложений */
.sku-props__value--active {
    &:not(.sku-props__value--pict) {
		box-shadow: 0 0 0 var(--sku-prop-stroke, 1px) #cd9c5a inset;
		background-color: #cd9c5aab;
	}
}

.sku-props__value:not(:where(.sku-props__value--pict,.sku-props__value--active,.sku-props__value--missing)):is(:hover,:focus-visible) {
    box-shadow: 0 0 0 1px 
 color-mix(in oklab, #cd9c5a 50%, transparent) inset;
}


/* Messeneger informer CNS */
/* Обёртка блока под баннером */
.messenger-informer-wrapper {
    padding: 16px 0;
    background: #fff;
}

/* Контейнер */
.messenger-informer {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 16px 22px;
    background: #cd9c5a21;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* Левая часть ~50% */
.messenger-informer-left {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.messenger-informer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.messenger-informer-subtitle {
    color: #777;
    font-size: 15px;
    max-width: none; /* убираем ограничение */
    margin-bottom: 5px;
}

/* Кнопки мессенджеров */
.messenger-informer-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.messenger-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, opacity 0.12s ease-out;
}

.messenger-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    opacity: 0.96;
}

.messenger-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Цвет в бренд-стиле (как кнопка "Новинка") */
.messenger-btn-wa,
.messenger-btn-tg {
    background: #c28b3b;
}
.messenger-btn-wa:hover,
.messenger-btn-tg:hover {
    background: #af7d33;
}

/* Правая часть ~40%: три карточки */
.messenger-informer-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    gap: 10px;
    padding-right: 15px;
}

.messenger-promo-card {
    flex: 1 1 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f7f7;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out;
}

.messenger-promo-card__image {
    width: 100%;
    padding-top: 80%; /* соотношение сторон */
    position: relative;
}

.messenger-promo-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messenger-promo-card__label {
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    padding: 4px 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.messenger-promo-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

/* Адаптив */
@media (max-width: 991px) {
    .messenger-informer {
        flex-direction: column;
    }

    .messenger-informer-left,
    .messenger-informer-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .messenger-informer-right {
        flex-direction: row;
        gap: 8px;
    }

    .messenger-informer {
        padding: 14px 14px;
        gap: 14px;
    }

    .messenger-informer-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .messenger-informer-right {
        display: none !important;
    }
}

/* Мессенеджеры в шапке */

/* Контейнер двух кнопок */
.mobileheader__messengers{
  display:flex;
  align-items:center;
  gap:8px;
  margin-right:8px;
}

/* Кнопки */
.mh-messenger{
  width:32px;
  height:32px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  line-height:0; /* важно, убирает "съезд" из-за baseline */
}

/* Иконка внутри */
.mh-messenger__icon{
  width:18px;
  height:18px;
  display:block;  /* важно */
}

/* Цвета */
.mh-messenger--wa{ background:#25D366; }
.mh-messenger--tg{ background:#2AABEE; }




/* Messenager index */

/* =========================================================
   Messenger Informer / Aspro style
   Изолированные стили, без конфликтов с текущими блоками
   ========================================================= */

.aspro-contact-strip {
    margin: 28px 0 42px;
}

.aspro-contact-strip * {
    box-sizing: border-box;
}

.aspro-contact-strip__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(420px, 1fr);
    gap: 24px;
    align-items: center;
    min-width: 0;
    padding: 28px 30px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at left top, rgba(201, 152, 83, 0.16), transparent 34%),
        radial-gradient(circle at right bottom, rgba(201, 152, 83, 0.12), transparent 30%),
        linear-gradient(135deg, #f6f1ea 0%, #fbf8f4 100%);
    border: 1px solid rgba(201, 152, 83, 0.16);
    box-shadow: 0 10px 30px rgba(34, 34, 34, 0.08);
}

.aspro-contact-strip__inner:before,
.aspro-contact-strip__inner:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.aspro-contact-strip__inner:before {
    width: 240px;
    height: 240px;
    left: -120px;
    top: -120px;
    background: rgba(201, 152, 83, 0.08);
}

.aspro-contact-strip__inner:after {
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -90px;
    background: rgba(201, 152, 83, 0.10);
}

.aspro-contact-strip__content,
.aspro-contact-strip__promo {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.aspro-contact-strip__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(201, 152, 83, 0.12);
    color: #b77a2f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aspro-contact-strip__title {
    margin: 0 0 12px;
    color: #344056;
    font-size: 36px;
    line-height: 1.16;
    font-weight: 700;
}

.aspro-contact-strip__subtitle {
    max-width: 580px;
    margin: 0;
    color: #697587;
    font-size: 16px;
    line-height: 1.6;
}

.aspro-contact-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.aspro-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px 18px;
    border-radius: 16px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    will-change: transform;
}

.aspro-contact-btn:hover {
    transform: translateY(-2px);
}

.aspro-contact-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 12px;
}

.aspro-contact-btn__icon svg {
    display: block;
}

.aspro-contact-btn--telegram {
    color: #ffffff;
    background: linear-gradient(135deg, #c59c64 0%, #cd9c5a 100%);
    box-shadow: 0 10px 20px rgba(43, 125, 233, 0.22);
}

.aspro-contact-btn--telegram .aspro-contact-btn__icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.aspro-contact-btn--telegram:hover {
    box-shadow: 0 14px 28px rgba(43, 125, 233, 0.28);
}

.aspro-contact-btn--max {
    color: #ffffff;
    background: linear-gradient(135deg, #2b313c 0%, #4b5361 100%);
    box-shadow: 0 10px 20px rgba(43, 49, 60, 0.22);
}

.aspro-contact-btn--max .aspro-contact-btn__icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.aspro-contact-btn--max:hover {
    box-shadow: 0 14px 28px rgba(43, 49, 60, 0.28);
}

.aspro-contact-btn__icon--max-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.aspro-contact-strip__promo {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.aspro-contact-card {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 150px;
    padding: 8px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    background: linear-gradient(180deg, #d6a05a 0%, #c88d45 100%);
    box-shadow: 0 10px 22px rgba(180, 123, 52, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.aspro-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(180, 123, 52, 0.26);
}

.aspro-contact-card__image {
    position: relative;
    display: block;
    height: 126px;
    border-radius: 16px;
    overflow: hidden;
    background: #ececec;
}

.aspro-contact-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 1;
}

.aspro-contact-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.aspro-contact-card:hover .aspro-contact-card__image img {
    transform: scale(1.05);
}

.aspro-contact-card__label {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #344056;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 18px rgba(34, 34, 34, 0.12);
}

@media (max-width: 1300px) {
    .aspro-contact-strip__inner {
        grid-template-columns: 1fr;
    }

    .aspro-contact-strip__subtitle {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .aspro-contact-strip {
        margin: 24px 0 34px;
    }

    .aspro-contact-strip__inner {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .aspro-contact-strip__title {
        font-size: 30px;
    }

    .aspro-contact-strip__promo {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        margin-right: -4px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .aspro-contact-card {
        flex: 0 0 168px;
        min-width: 168px;
    }
}

@media (max-width: 767px) {
    .aspro-contact-strip__inner {
        gap: 18px;
        padding: 20px 16px;
        border-radius: 20px;
    }

    .aspro-contact-strip__badge {
        margin-bottom: 12px;
    }

    .aspro-contact-strip__title {
        font-size: 24px;
        line-height: 1.22;
    }

    .aspro-contact-strip__subtitle {
        font-size: 14px;
        line-height: 1.55;
    }

    .aspro-contact-strip__actions {
        gap: 10px;
        margin-top: 18px;
    }

    .aspro-contact-btn {
        width: 100%;
        justify-content: flex-start;
    }

    .aspro-contact-card {
        flex: 0 0 156px;
        min-width: 156px;
        min-height: 142px;
    }

    .aspro-contact-card__image {
        height: 118px;
    }

    .aspro-contact-card__label {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 34px;
        font-size: 13px;
    }
}

/* Messenger informer — ровные подписи на карточках */
.aspro-contact-card__label {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    color: #344056;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 8px 18px rgba(34, 34, 34, 0.10);
}

@media (max-width: 767px) {
    .aspro-contact-card__label {
        left: 8px;
        right: 8px;
        bottom: 8px;
        min-height: 34px;
        padding: 0 10px;
        font-size: 12px;
    }
}

/* Временно неактивная кнопка MAX */
.aspro-contact-btn--disabled {
    position: relative;
    cursor: default;
    pointer-events: none;
    opacity: 0.72;
    filter: grayscale(0.08);
    box-shadow: 0 8px 18px rgba(43, 49, 60, 0.14);
}

.aspro-contact-btn--disabled:hover {
    transform: none;
    box-shadow: 0 8px 18px rgba(43, 49, 60, 0.14);
}

.aspro-contact-btn__soon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 8px;
    margin-left: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}