/* ================= ОБЩИЕ ЦВЕТА ================= */
.tlk-userbar__popup,
.tlk-popup__container,
.t-product__option-item,
.t-product__option-item.t-product__option-item_active,
.t-product__option-item.t-product__option-item_disabled,
.t706__cartpage-top {
    background-color: #F0ECE4 !important;
}

/* ================= ОБЩИЕ ОТСТУПЫ ================= */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
.t-records {
    padding-top: 0 !important;
}
.t-rec:first-child {
    margin-top: 0 !important;
}
.t-rec:first-child .t-container {
    padding-top: 0 !important;
}
.t228__positionfixed + .t-records {
    padding-top: 0 !important;
}

/* ================= СКРЫВАЕМ СЛУЖЕБНЫЕ БЛОКИ ================= */
.tlk-resources__empty-image,
.tlk-resources__empty-text,
.tmst-error-content,
.tmst-breadcrumbs__wrap {
    display: none !important;
}

/* ================= КНОПКИ ВЫБОРА РАЗМЕРА ================= */
.t-product__option-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 34px;
    border: 1px solid #d8d1c6;
    border-radius: 0 !important;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: .2s ease;
    cursor: pointer;
    margin: 4px;
}
.t-product__option-checkmark,
.t-product__option-title {
    background: transparent !important;
}
.t-product__option-item.t-product__option-item_active {
    border: 1px solid #1a1a1a !important;
    border-radius: 0 !important;
}
.t-product__option-item:hover {
    transform: translateY(-1px);
}
.t-product__option-item_buttons {
    flex: 1 1 auto;
}
.t-product__option-item.t-product__option-item_disabled {
    color: #93918B !important;
    border-color: #93918B !important;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* ================= SOLD OUT ================= */
.t-store__card__sold-out-msg {
    display: none !important;
}

/* ================= FIX ДЛЯ hb-link ================= */
.hb-link,
.hb-link:link,
.hb-link:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    position: relative;
    color: #111 !important;
}
.hb-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px !important;
    width: 100%;
    background: currentColor !important;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .35s ease;
}
.hb-link:hover::after,
.hb-link:focus-visible::after {
    transform: scaleX(0);
}

/* ================= ЛОГАУТ ИКОНКА ================= */
.tlk-userbar__popup-logout svg path {
    fill: #000000 !important;
}

.tlk-userbar__popup-store-item:nth-child(3) {
    display: none !important;
}
