:root {
    /*--text-gray-color: #8D9497;*/
    --text-gray-color: #838A8D;
}

.header.scroll-down {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    --background-color: var(--white-color);
    --text-color: var(--black-color);
}

.product-card__prices {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#block_fav .product-card__prices {
    width: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.product-card__title a:before {
    content: unset;
}
.category-card__image img {
    object-fit: scale-down!important;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 5;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

#scrollToTopBtn.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn:hover {
    background-color: #555;
}

.product-single__share.share-select {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1150px) {
    .product-single__share.share-select {
        flex-direction: column;
        gap: 15px;
    }

    .product-single__share.share-select button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    #special {
        z-index: 3!important;
    }
    .product-single__in-stock_not-available {
        font-size: .5rem;
    }
}

.swiper-pointer-events.swiper-vertical {
    width: fit-content;
}

.fancybox__container {
    max-width: 100% !important;
}

.small-text-address {
    font-size: 8px;
    max-width: 90%;
    margin: 0 auto;
}
.advent-content-wrapper {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    display: none;
    flex-direction: column;
    align-items: flex-start;
}

.advent-content-wrapper.active {
    display: flex;
}

.advent-content-tooltip {
    backdrop-filter: blur(100px);
    background: rgba(11, 67, 150, 0.7);
    font-weight: 700;
    font-size: 24px;
    line-height: 0.66667;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 22px;
    cursor: pointer;
    width: fit-content;
}

.advent,
.advent__info {
    border-radius: 40px;
    width: 1338px;
    height: 693px;
    backdrop-filter: blur(100px);
    background-color: rgba(11, 67, 150, 0.8);
    background-image: url("../img/advent-bg.jpg");
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: none;
}

.advent__info {
    background-image: url("../img/advent-info-bg.png");
}

.advent__info.active {
    display: flex;
}

.advent__info {
    .advent-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .advent__info-text,
    ul li{
        font-weight: 400;
        font-size: 20px;
        color: #111;
    }
}

.advent-close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 9;
}

.advent-close svg {
    pointer-events: none;
}

.advent.active {
    display: block;
    z-index: 99999;
}

.advent-wrapper {
    padding: 20px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 100px;
}

.advent-calendar {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.advent-item-wrapper {
    width: 140px;
    height: 140px;
    cursor: initial;
    pointer-events: none;
}

.advent-item {
    background-image: url("../img/adv-item-bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    width: 140px;
    height: 140px;
    backdrop-filter: blur(60px);
    box-shadow: 0 14px 26px -10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 0 rgba(6, 5, 23, 0.25), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    opacity: 0.8;
    position: relative;
}

.advent-item-wrapper.active {
    cursor: pointer;
    pointer-events: auto;
}

.advent-item-wrapper.active .advent-item {
    opacity: 1;
    cursor: pointer;
}

.advent-item-front,
.advent-item-back {
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .5s linear;
    pointer-events: none;
}

.advent-item-front {
    transform: perspective(600px) rotateY(0deg);
}

.advent-item-back {
    transform: perspective(600px) rotateY(180deg);
}

.advent-info {
    flex-direction: column;
    gap: 80px;
    display: none;
}

.advent-info.active {
    display: flex;
}

.advent-info-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.advent-info-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.6;
}

.advent-info-text {
    font-weight: 700;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    cursor: copy;
}

.advent-item-date {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.advent-item-bonus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: transform .5s linear;
    width: 100%;
}

.advent-item-discount {
    font-size: 42px;
}

.advent-item.active {
    opacity: 1;
    cursor: pointer;;
}

/* .advent-item-wrapper.active.current {
    animation: blink 4.5s infinite;
} */

.advent-item-wrapper.visited {
    pointer-events: none;
}

.advent-item-wrapper.visited .advent-item{
    opacity: 0.5;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.advent-item-wrapper.active.watched > .advent-item-front {
    transform: perspective(600px) rotateY(-180deg);
}

.advent-item-wrapper.active.watched > .advent-item-back {
    transform: perspective(600px) rotateY(0deg);

    .advent-item-bonus {
        opacity: 1;
    }
}

.advent-item-wrapper.active .advent-item-back {
    background-image: url("../img/bg-watched.svg");
    background-position: center;
}

.advent-btn.mob {
    display: none;
}

.advent-item-wrapper.current .advent-item-front{
    background-image: url("../img/adv-item-bg.svg"), linear-gradient(
        39deg,
        rgba(238, 91, 18, 0.8) 19.18%,
        rgba(238, 179, 18, 0.8) 98.4%
      );
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.20) inset, 0px -1px 0px 0px rgba(6, 5, 23, 0.25) inset, 0px 14px 26px -10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(30px);
    border-radius: 10px;
}

.advent-item-wrapper.watched.visited {
    position: relative;
}

.advent-item-wrapper.watched.visited::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 18px;
    aspect-ratio: 1/1;
    margin: 8px;
    background-image: url(../img/lock.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

@media(max-width: 1650px) {
    .advent,
    .advent__info {
        height: auto;
    }

    .advent-item {
        width: 100px;
        height: 100px;
        background-position: center;
    }

    .advent-item-wrapper {
        width: 100px;
        height: 100px;
    }

    .advent-item-icon svg {
        width: 30px;
        height: 30px;
    }

    .advent-item-icon {
        font-size: 12px;
    }

    .advent-item-wrapper.watched.visited::before {
        top: 0px;
    }
}

@media(max-width: 1400px) {
    .advent,
    .advent__info {
        width: 95%;
    }

    .advent-wrapper {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .advent-btn.desk {
        display: none;
    }

    .advent-btn.mob {
        display: block;
    }

    .advent-content-wrapper {
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        bottom: 50px;
    }

    .advent-wrapper {
        gap: 30px;
        display: flex;
        flex-direction: column;
        height: 95%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px;
    }

    .advent-calendar {
        overflow-x: auto;
        gap: 10px;
    }

    .advent-info {
        gap: 40px;
    }

    .advent-item {
        height: 70px;
        width: 70px;
        background-position: top;
    }

    .advent-content-tooltip {
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }

    .advent-content-tooltip svg {
        width: 24px;
        height: 24px;
    }

    .advent-item-wrapper {
        width: 70px;
        height: 70px;
    }

    .advent-info-text {
        font-size: 18px;
    }

    .advent-item-date {
        font-size: 16px;
    }

    .advent-item-discount {
        font-size: 20px;
    }

    .advent-item-icon {

    }

    .advent-item-icon svg {
        width: 20px;
        height: 20px;
    }

    .advent-item-bonus {
        gap: 5px;
        font-size: 8px;
    }

}

/*.header.scroll-up:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    background: rgba(0, 0, 0, 0.05);*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*}*/

.header.scroll-down {
    display: none;
}

.header {
    /*background: rgba(0, 0, 0, 0.5)*/
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
}

.hero-slide__title {
    width: fit-content;
    padding: 10px;
    border-radius: 15px;
}

.hero-slide__description {
    padding: 10px;
    border-radius: 15px;
    width: fit-content;
}

.hero-slide__title,
.hero-slide__description,
.hero-slide__button {
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
}

.category-card__image {
    background: #fff;
}

.category-card__image {
    background: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.hero-slider__navs svg {
    width: 42px;
    height: 42px;
}

.category-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.product-categories .product-categories__slider-navigations {
    display: none;
}

.form-fieldset__grid {
    grid-template-columns: repeat(1, 1fr);
}

.filter-fieldset__item:hover .filter-fieldset__item_full.radio-button {
    color: black;
}

.hero-slide__title,
.hero-slide__description,
.hero-slide__button {
    color: #fff;
}

.hero-slide__button svg path {
    fill: #fff;
}

.hero-slide__button {
    border: 1px solid #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: pulse 2s infinite;
    /*border: none;*/
}

.filter-select-counter {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0C4396;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -7px;
    right: -5px;
    z-index: 2;
}

.filter-select-counter span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.hero-slide__title {
    font-size: 4rem;
}

.hero-slide__description {
    font-size: 1.2rem;
}

.button {
    font-size: 0.95rem;
}

.nav-menu__item {
    font-size: 1rem;
}

.action__cart.pulse svg {
    animation: cartPulse 2s infinite;
}

@media (min-width: 1300px) {
    .hero-slide__content {
        left: 48%;
    }

    .header-links__link-wrapper svg {
        width: 20px;
        height: 20px;
    }

    .header-actions__action svg {
        width: 30px;
        height: 30px;
    }

    .glink.nturl.notranslate svg {
        width: 20px;
        height: 20px;
    }

    .header-links__link,
    .glink.nturl.notranslate {
        font-size: 1rem;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 15px 10px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    50% {
        transform: scale(1.15);
        box-shadow: 0 0 15px 10px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@media(max-width: 1250px) {
    .category-slider__wrapper {
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width: 600px) {
    .category-slider__wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}

body {
    margin: 0;
    padding: 0;
}

.quiz {
    position: fixed;
    bottom: 76px;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

.quiz-info {
    backdrop-filter: blur(100px);
    background: linear-gradient(150deg, #ffcf67 0%, #e3654a 100%);
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    line-height: 0.66667;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: none;
}

.quiz-wrapper {
    height: 100%;
}

.quiz-popup {
    background: url('../img/quiz-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1338px;
    height: 692px;
    padding: 16px 20px;
    border-radius: 40px;
    display: none;
}

.quiz-popup.female {
    background: url('../img/female-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.quiz-popup.male {
    background: url('../img/male-bg.png');
    background-repeat: no-repeat;
    background-size: contain;

    .quiz-return {
        color: #fff;

        svg path {
            stroke: #fff;
        }
    }

    .quiz-options {
        width: 446px;
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-radio + label:before {
        border: 3px solid #fff;
        outline: 2px solid transparent;
    }

    .custom-radio:checked + label::before {
        background: #fff;
        outline: 2px solid #fff;
        border: 3px solid #709C2B;
    }

    .custom-radio + label span {
        color: #fff;
    }

    .quiz-option {
        border: 2px solid #fff;
    }
}

.quiz-popup._is-open {
    display: block;
}

.quiz-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-close {
    cursor: pointer;
    margin-left: auto;
}

.quiz-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-quiz .quiz-content-wrapper {
    max-width: 515px;
}

.quiz-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: -100px;
}

.quiz-title {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
}

.quiz-text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #111;
}

.quiz-btn,
.quiz-btn-link {
    padding: 22px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(100px);
    background: #d11c1d;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.quiz-btn[disabled] {
    pointer-events: none;
}

.quiz-btn[disabled],
.quiz-btn-link {
    opacity: 0.8;
}

.quiz-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-tab {
    border: 2px solid #d11c1d;
    border-radius: 20px;
    padding: 20px;
    width: 176px;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #d11c1d;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.quiz-tab input {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.quiz-tab:hover {
    backdrop-filter: blur(34px);
    background: #d11c1d;
    color: #fff;
}

.quiz-tab.active {
    backdrop-filter: blur(34px);
    background: #d11c1d;
    color: #fff;
}

.custom-radio {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.custom-radio + label {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    width: 100%;
    height: 16px;
    border-radius: 50%;
}

.custom-radio + label:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 3px solid #d11c1d;
    outline: 2px solid #fff;
    flex-shrink: 0;
    flex-grow: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 125% 110%;
    margin-right: 38px;
}

.custom-radio:checked + label::before {
    background: #d11c1d;
    outline: 2px solid #d11c1d;
    border: 3px solid #fff;
}

.form-control__text span {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #d11c1d;
}

.quiz-option {
    padding: 20px;
    border: 2px solid #d11c1d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.quiz-options {
    width: 910px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.quiz-btns,
.quiz-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-refresh {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #d11c1d;
    cursor: pointer;
    backdrop-filter: blur(34px);
    background: linear-gradient(48deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 193, 154, 0.6) 100%);
    border: 2px solid #d11c1d;
    border-radius: 20px;
    padding: 16px 52px;
}

.quiz-popup.category-type {
    .quiz-tabs {
        display: flex;
        max-width: 910px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.quiz-return {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #d11c1d;
    cursor: pointer;
}

.quiz-open-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 7px;
    position: fixed;
    left: 40px;
    bottom: 20px;
    z-index: 9999;
    background: linear-gradient(91.22deg, #FFFFFF -0.58%, #F7CCB0 99.13%);
    cursor: pointer;
    border-radius: 10px;

    span {
        font-weight: 700;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: center;
        color: rgba(209, 28, 29, 1);
    }
}

.quiz-open-btn.inactive {
    display: none;
}

.quiz-popup.final {
    .quiz-btn-link {
        opacity: 1 !important;
    }
}

@media(max-width: 1650px) {
    .quiz-popup,
    .quiz-popup.female,
    .quiz-popup.male {
        background-size: cover;
        height: 550px;
    }

    .quiz-tab {
        width: 130px;
        height: 100px;
    }

    .quiz {
        bottom: 15px;
    }
}

@media(max-width: 1200px) {
    .quiz {
        width: 100%;
    }

    .quiz-popup,
    .quiz-popup.female,
    .quiz-popup.male {
        width: 100%;
    }

    .quiz-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .quiz-options {
        width: 100%;
    }

    .form-control__text span {
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    .quiz-tab {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    .quiz-popup, .quiz-popup.female, .quiz-popup.male {
        width: 100%;
    }

    .quiz-content-wrapper {
        gap: 30px;
        margin-top: -50px;
    }

    .quiz-popup.category-type {
        .quiz-tabs {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
    }

    .quiz-title {
        font-size: 28px;
    }

    .quiz-text {
        font-size: 16px;
    }

    .form-control__text span {
        font-size: 12px;
    }

    .custom-radio + label:before {
        margin-right: 15px;
    }

    .quiz-btns {
        display: flex;
        flex-direction: column;

        .quiz-btn,
        .quiz-refresh {
            width: 335px;
            padding: 20px;
            display: flex;
            justify-content: center;
            height: 30px;
            align-items: center;
        }
    }

    .quiz-open-btn span {
        display: none;
    }
}

.order-checkout {
    position: relative;
    z-index: 9;
    background: #fff;
}


 .product-card {
     transition: all 0.5s ease;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
     border-radius: 12px;
     background: #fff;
     padding: 20px;
 }

.product-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-6px);
}
.recommended-products__slider {
    padding-bottom: 20px;
}
.product-card__title {
    min-height: 44px;
}
@media (max-width: 61.9988em) {
    .catalog__wrapper {
        -webkit-column-gap: 0.375rem;
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }
}
@media (max-width: 390px) {
    .catalog__wrapper {
        display: flex;
        flex-direction: column;
    }
}


.breadcrumbs__link {
    font-weight: 400;
    font-size: 11px;
    color: rgba(95, 95, 95, 1);
}

.button {
    display: flex;
    align-items: center;
}

.order-checkout__tabs [role=tab][aria-selected=true] {
    border: 1px solid var(--main-text-color);
}

.popup[aria-hidden=false] {
    z-index: 99;
}

.mobile-menu {
    z-index: 99999;
}

@media (max-width: 700px) {
    .category-slider__wrapper {
        display: flex;
        gap: 0;
    }

    .product-categories__container.swiper-container {
        padding: 0 calc(var(--container-padding) / 2);
    }

    .product-card__tag {
        height: 16px;
    }

    .product-card__image {
        overflow: initial;
    }

    /*.product-card__tags {*/
    /*    top: -20px;*/
    /*    left: -20px;*/
    /*}*/

    .quiz-open-btn {
        height: 30px;
        width: 30px;
        left: 10px;
    }
}
