body, button {
    font-feature-settings: 'lnum' 1;
}

.price-modes .dropdown-menu {
    --bs-dropdown-padding-x: .25rem;
    --bs-dropdown-padding-y: .25rem;
    --bs-dropdown-font-size: .875rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.price-modes .dropdown-menu .active .bi {
    display: block !important;
}

.price-modes .dropdown-menu .dropdown-item {
    border-radius: 0.25rem;
}

.price-modes svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.price-modes .dropdown-toggle {
    /*height: 2rem;*/
}

.price-modes .dropdown-toggle:after {
    display: none !important;
}

.price-modes .dropdown-toggle svg {
    width: 1rem;
    height: 1rem;
}

.price-modes {
    font-size: 1rem;
}

.price-modes span {
    color: black;
}
.card-img-top {
    height: 170px;
}
.card-img.card-img-main, .card-img-top-main {
    height: 120px;
}
.md-h3 {
    font-size: inherit;
}
@media (min-width: 768px) {
    .card-img.card-img-main, .card-img-top, .card-img-top-main {
        height: 215px;
    }
    .md-h3 {
        font-size: 2.125rem;
    }
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.card-product img.blured {
    filter: blur(5px);
    left: -10px;
    top: -10px;
    height: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    max-width: none;
}

.productSlider {
    height: 428px;
    width: 100%;
}

.productThumbsSlider {
    height: 428px;
}

#productQuickViewThumbsSlider.productThumbsSlider {
    height: auto;
}

.productSlider.swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productThumbsSlider .swiper-slide {
    border: solid 1px transparent;
    height: 95px !important;
    position: relative;
}

.productThumbsSlider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.productThumbsSlider .swiper-slide-thumb-active {
    border: solid 1px var(--bs-black);
}

.productThumbsSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .productThumbsSlider {
        height: 100px !important;
    }
}

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

    .productThumbsSlider {
        height: 70px !important;
    }

    .productThumbsSlider .swiper-slide {
        height: 70px !important;
    }
}

#quickViewModal {
    z-index: 1050;
}

.iconWrapper, .iconAction {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.shop-up, .shop-down {
    height: 100%;
    top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.loade svg {
    max-width: 38.5px;
}

@media (max-width: 1199px) {
    .slick-dots {
        display: none !important;
    }
}

@media (max-width: 1299px) {
    .slick-arrow {
        display: none !important;
    }
}

.checkout .btn-payment.active i, .checkout .btn-payment:hover i {
    color: #a07271 !important;
}

#orderPage .card-body {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.categories {
    position: relative;
    background: rgba(152, 105, 105, 1) !important;
}

.categories__row {
    display: flex;
}

.categories__item {
}

.categories__current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.25;
    padding: 15px 25px;
    text-align: center;
    transition: color 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    text-wrap: nowrap;
}

.categories__current:hover {
    text-decoration: none;
}

.categories__dropdown {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    transition: .3s box-shadow;
}

.categories__item.active .categories__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.categories__current {
    position: relative;
}

.categories__item:not(.without-arrow) .categories__current:after {
    pointer-events: none;
    content: '';
    position: absolute;
    opacity: 1;
    bottom: 0;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    border-width: 0px 0.375em 0.4375em;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
    border-top-style: initial;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    font-size: 1.25em;
    display: block;
}

.categories__item.active .categories__current:after {
    transition: 0.2s transform;
    transform: translateX(-50%) translateY(1px);
    opacity: 1;
}

.categories__wrapper {
    padding: 30px 0;
}

.categories__inner {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    gap: 30px 0;
    margin: 0 -12px;
    display: block;
}

.categories__content {
    width: 16.6667%;
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 20px;
}

.categories__list > *:not(:last-child) {
    margin-bottom: 10px;
}

.categories__title {
    margin-bottom: 10px;
    color: black;
}

.categories__list {
    padding: 0;
    margin-bottom: 0;
}

.categories__list li {
    list-style: none;
}

.categories__link {
    color: gray;
}

.categories-slider {
    display: none;
}

.categories-nowrap {
    display: none;
    align-content: center;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.categories-nowrap::-webkit-scrollbar {
    width: 0.5em;
}

.categories-nowrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.categories-nowrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.categories-nowrap__wrapper {
    padding: 10px 15px
}

.categoris-any {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    transition: color 0.2s ease 0s;
    /*font-size: 12px;*/
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.25;
    border-radius: 4px;

}

.categoris-any:not(:first-child) {
    margin-left: 8px;
}

@media (max-width: 1199px) {
    .categories {
        display: none;
    }

    .categories-nowrap {
        display: flex;
    }
}

.SearchForm_search__items__Qa_TD {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    z-index: 1000;
    border-radius: var(--bs-border-radius);
}

.SearchForm_search__list__un1pS {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.SearchItem_itemSearch__AbhKZ:not(:last-child) {
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #d9d9d9;
}

.SearchItem_itemSearch__AbhKZ {
    display: flex;
    align-items: center;
    padding: 7px 15px 7px 15px;
}

.SearchItem_itemSearch__link__dFtXO {
    display: flex;
    align-items: center;
    width: 60%;
    flex: 1 1 auto;
    font-size: 11px;
    padding-right: 20px;
    font-weight: 600;
}

.SearchItem_itemSearch__image__Pl5YG {
    position: relative;
    flex: 0 0 40px;
    height: 40px;
    margin-right: 18px;
}

.SearchItem_itemSearch__image__Pl5YG img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.SearchItem_itemSearch__text__rkz_M {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #242424;
    max-width: 500px;
}

#header_mob {
    display: none;
}

.nav__menu {
    display: none;
}

@media screen and (max-width: 1199px) {

    h2, .h2 {
        font-size: 1.7rem;
    }

    h3, .h3 {
        font-size: 1.925rem;
    }

    wc-toast {
        z-index: 1055;
        bottom: 75px;
    }

    #header_mob {
        display: block;
    }

    #header {
        display: none;
    }

    .nav__menu {
        z-index: 3;
        position: fixed;
        bottom: -2px;
        left: 0;
        background-color: white;
        box-shadow: 0 -1px 12px hsla(174, 63%, 15%, 0.15);
        width: 100%;
        height: 4rem;
        padding: 0 1rem;
        display: grid;
        align-content: center;
        border-radius: 1.25rem 1.25rem 0 0;
        transition: .4s;
    }

    .nav__list {
        margin: 0;
    }

    .nav__list,
    .nav__link {
        display: flex;
    }

    .nav__link {
        flex-direction: column;
        align-items: center;
        row-gap: 4px;
        color: black;
        font-weight: 600;
        text-decoration: none !important;
    }

    .nav__list {
        justify-content: space-around;
    }

    .nav__list {
        padding: 0 !important;;
        list-style: none;
    }

    .nav__icon {
        font-size: 1.1rem;
        color: #986969;
    }

    .nav__name {
        font-size: .625rem;
        /* display: none; */
    }

    .nav__item {
        position: relative;
    }
}

.offcanvas-header-search .btn-close {
    margin-top: 0;
    align-self: flex-end;
}

.offcanvas-header-search {
    flex-direction: column;
}

#sidebarSearchLoader {
    display: none;
    position: absolute;
    top: 128px;
    bottom: 0;
    width: 100%;
}

.js-fab {
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: fixed;
    bottom: 35px;
    right: 35px;
    transition: .3s all;
}

@media (max-width: 1199px) {
    .js-fab {
        bottom: 72px;
        right: 15px;
    }

    .fab__button--primary {
        margin-top: 0 !important;
        width: 3rem !important;
        height: 3rem !important;
    }

    .fab__button--primary svg {
        width: 25px !important;
    }
}

.fab__button {
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    will-change: transform;
}

.fab__button--primary {
    color: white;
    width: 4rem;
    height: 4rem;
    margin-top: 1rem;
    background-image: linear-gradient(0deg, #986d6c 0%, #b57371 60%);
    background-size: 12rem 12rem;
    background-position: -3rem -3rem;
    position: relative;
    transition: background-position 0.4s, transform 0.16s;
    padding: 0;
}

.fab__button--primary:active {
    transform: scale(0.85);
}

.fab__button--primary:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0 0 28px 5px #FFFFFF;
    opacity: 0;
    transition: opacity 0.4s;
    will-change: opacity;
}

.fab__button--primary:hover {
    background-position: -5rem -5rem;
}

.fab__button--primary:hover:before {
    opacity: 1;
}

.fab__button--primary__icon {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}

.fab__button--primary__icon:before, .fab__button--primary__icon:after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -6px;
}

.fab__button--primary__icon:before {
    transform: rotate(90deg);
}

.fab__button--secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #a07271;
    background-color: #FFFFFF;
    margin: 1rem 0;
    box-shadow: 0 0 2rem #e2e8ed;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transform: translateY(25%);
    transition: opacity 0.24s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.fab__button--secondary:nth-child(3) {
    transition-delay: 0.06s;
}

.fab__button--secondary:nth-child(4) {
    transition-delay: 0.12s;
}

.fab__button--secondary svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fab__button--secondary:before {
    content: attr(data-label);
    display: inline-block;
    position: absolute;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    top: 50%;
    left: -2rem;
    transform: translateX(-100%) translateY(-25%) rotateX(-25deg);
    background-color: #FFFFFF;
    box-shadow: 0 0 2rem #e2e8ed;
    font-size: 1rem;
    font-weight: 600;
    color: #a07271;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.33s, opacity 0.33s;
}

.fab__button--secondary:hover:before {
    opacity: 1;
    transform: translateX(-100%) translateY(-50%);
}

.js-fab.is-expanded .fab__button--primary {
    transform: scale(0.9);
}

.js-fab.is-expanded .fab__button--primary:active {
    transform: scale(0.85);
}

.js-fab.is-expanded .fab__button--primary__icon {
    transform: rotate(-225deg);
}

.js-fab.is-expanded .fab__button--secondary {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.checkout .btn-delivery {
    --bs-btn-bg: var(--bs-secondary-bg);
    --bs-btn-hover-color: var(--bs-secondary-bg);
    --bs-btn-box-shadow: none;
    --bs-nav-tabs-link-hover-border-color: #a07271;
    --bs-nav-tabs-link-active-border-color: #a07271;
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-btn-active-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout .btn-delivery.active, .checkout .btn-delivery:hover {
    --bs-btn-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkout .btn-delivery.active svg, .checkout .btn-delivery:hover svg {
    color: #a07271 !important;
}

.amou {
    font-size: 1.8rem;
}

.soum {
    font-size: 0.875em;
}

.amou_big {
    font-size: 3.3rem;
}

.soum_big {
    margin-top: 15px;
    font-size: 0.49em;
}

@media (max-width: 991px) {
    .amou {
        font-size: 2.5rem;
    }

    .soum {
        font-size: 1.775em;
    }

    .amou_big {
        font-size: 2.4rem;
    }

    .soum_big {
        margin-top: 15px;
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .amou {
        font-size: 1.8rem;
    }

    .soum {
        font-size: 0.875em;
    }

    .amou_big {
        font-size: 3.5rem;
    }

    .soum_big {
        margin-top: 15px;
        font-size: 2em;
    }
}

@media (max-width: 450px) {
    .amou {
        font-size: 1.4rem;
    }

    .soum {
        font-size: 0.875em;
    }

    .amou_big {
        font-size: 3rem;
    }

    .soum_big {
        margin-top: 15px;
        font-size: 1.5em;
    }
}

@media (max-width: 390px) {
    .amou {
        font-size: 1.2rem;
    }

    .soum {
        font-size: 0.875em;
    }

    .amou_big {
        font-size: 2.5rem;
    }

    .soum_big {
        margin-top: 15px;
        font-size: 1.3em;
    }
}

@media (max-width: 350px) {
    .amou {
        font-size: 1.1rem;
    }

    .soum {
        font-size: 0.875em;
    }

    .amou_big {
        font-size: 2.2rem;
    }

    .soum_big {
        margin-top: 15px;
        font-size: 1.2em;
    }
}


.giftcard button {
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.giftcard .front .buy, .giftcard .back .checkout, .giftcard .back .gift, .giftcard .back .msg {
    position: absolute;
    /*right: 29.5%;*/
    top: 20%;
    height: 56%;
    border-radius: 10%/13.5%;
}

/* fr button */
.giftcard .front .buy {
    width: 442px;
    height: 396px;
    font-size: 4vw;
}

.giftcard .front .buy button {
    position: absolute;
    background-color: #f29800;
    border-radius: 10%/13.5%;
}

.giftcard .buy .btn-bk,
.giftcard .buy .btn-fr,
.giftcard .gift .btn-fr {
    position: absolute;
    width: 140%;
    height: 160%;
    top: 51%;
    left: 50%;
    overflow: hidden;
    border-radius: 0;
    transform: translate3d(-50%, -50%, 0);
}

.giftcard .buy .btn-fr {
    display: none;
    transform: translate3d(-150%, -50%, 0);
}

.show-back .btn-fr {
    display: block !important;
}

.giftcard .buy .btn-bk *,
.giftcard .buy .btn-fr *,
.giftcard .buy .btn-bk *::before,
.giftcard .buy .btn-bk *::after,
.giftcard .buy .btn-fr *::before,
.giftcard .buy .btn-fr *::after,
.giftcard .gift .btn-fr *,
.giftcard .gift .btn-fr *::before,
.giftcard .gift .btn-fr *::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    display: block;
}

.giftcard .buy .btn-bk .paper {
    width: 85%;
    height: 85%;
    background: #b06969;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotateZ(45deg) scale(0.35);
}

.giftcard .buy .btn-fr .paper::before,
.giftcard .buy .btn-fr .paper::after,
.giftcard .buy .btn-fr .paper span::before,
.giftcard .buy .btn-fr .paper span::after {
    width: 62.55%;
    height: 80%;
    background-color: #ecabab;
}

.giftcard .buy .btn-fr .paper::before {
    top: 56%;
    left: 40%;
    transform: translateX(-200%) translateY(-50%) rotateZ(45deg);
}

.giftcard .buy .btn-fr .paper::after {
    top: 43%;
    left: 59.4%;
    transform: translateX(100%) translateY(-50%) rotateZ(45deg);
}

.giftcard .buy .btn-fr .paper span::before {
    top: 42%;
    left: 56.8%;
    transform: translateX(-50%) translateY(-185%) rotateZ(45deg);
}

.giftcard .buy .btn-fr .paper span::after {
    top: 57%;
    left: 42.6%;
    transform: translateX(-50%) translateY(85%) rotateZ(45deg);
}

.giftcard .buy .btn-bk .mask, .giftcard .buy .btn-fr .mask {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 22%,
        rgba(255, 255, 255, 0) 22%,
        rgba(255, 255, 255, 0) 78%,
        rgba(255, 255, 255, 1) 78%,
        rgba(255, 255, 255, 1) 100%
    ), linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 26.5%,
        rgba(255, 255, 255, 0) 26.5%,
        rgba(255, 255, 255, 0) 75.5%,
        rgba(255, 255, 255, 1) 75.5%,
        rgba(255, 255, 255, 1) 100%
    );
    transform-origin: 50% 50%;
    transform: scale(2.1);
}

.giftcard .buy .btn-fr .bkbelt::before,
.giftcard .buy .btn-fr .bkbelt::after,
.giftcard .buy .btn-fr .bkbelt span::before,
.giftcard .buy .btn-fr .bkbelt span::after {
    background-color: #dadada;
}

.giftcard .buy .btn-fr .bkbelt::before,
.giftcard .buy .btn-fr .bkbelt::after {
    width: 5%;
    height: 15%;
    left: 34%;
    transform: scaleY(0);
}

.giftcard .buy .btn-fr .bkbelt::before {
    top: 80%;
    transform-origin: 50% 0;
}

.giftcard .buy .btn-fr .bkbelt::after {
    bottom: 82%;
    transform-origin: 50% 100%;
}

.giftcard .buy .btn-fr .bkbelt span::before,
.giftcard .buy .btn-fr .bkbelt span::after {
    width: 15%;
    height: 5%;
    top: 34%;
    transform: scaleX(0);
}

.giftcard .buy .btn-fr .bkbelt span::before {
    left: 85%;
    transform-origin: 0 50%;
}

.giftcard .buy .btn-fr .bkbelt span::after {
    right: 85.5%;
    transform-origin: 100% 50%;
}

.giftcard .btn-fr .gmask {
    background-color: #ecabab;
    transform-origin: 50% 48%;
    transform: scaleX(0.72) scaleY(0.62);
    border-radius: 10%/13.5%;
}

.giftcard .buy .btn-fr .gmask {
    background-color: rgba(255, 24, 41, 0);
}

/* ribbon */
.giftcard .btn-fr .frbelt::before,
.giftcard .btn-fr .frbelt::after,
.giftcard .btn-fr .frbelt span::before,
.giftcard .btn-fr .frbelt span::after {
    background-color: #ebebeb;
}

.giftcard .btn-fr .frbelt::before,
.giftcard .btn-fr .frbelt::after {
    width: 5%;
    left: 34%;
}

.giftcard .btn-fr .frbelt::before {
    height: 28%;
    top: 18%;
    transform-origin: 50% 0;
}

.giftcard .buy .btn-fr .frbelt::before {
    transform: translateY(-55%) scaleY(0);
}

.giftcard .btn-fr .frbelt::after {
    bottom: 19.5%;
    height: 46%;
    transform-origin: 50% 100%;
}

.giftcard .buy .btn-fr .frbelt::after {
    transform: translateY(30%) scaleY(0);
}

.giftcard .btn-fr .frbelt span::before,
.giftcard .btn-fr .frbelt span::after {
    height: 5%;
    top: 34%;
}

.giftcard .btn-fr .frbelt span::before {
    left: 13.7%;
    width: 30%;
    transform-origin: 0 50%;
}

.giftcard .buy .btn-fr .frbelt span::before {
    transform: translateX(-46%) scaleX(0);
}

.giftcard .btn-fr .frbelt span::after {
    right: 13.6%;
    width: 52%;
    transform-origin: 100% 50%;
}

.giftcard .buy .btn-fr .frbelt span::after {
    transform: translateX(27%) scaleX(0);
}

/* bowknot */
.giftcard .btn-fr .bowknot {
    transform-origin: 39% 40%;
}

.giftcard .buy .btn-fr .bowknot {
    transform: scale(0);
}

.giftcard .btn-fr .bowknot::before,
.giftcard .btn-fr .bowknot::after,
.giftcard .btn-fr .bowknot span::before,
.giftcard .btn-fr .bowknot span::after {
    position: absolute;
}

.giftcard .btn-fr .bowknot::after,
.giftcard .btn-fr .bowknot span::after {
    background-color: #f4f4f4;
    width: 6%;
    height: 13%;
    bottom: 64%;
    left: 34%;
    transform-origin: 50% 100%;
    box-shadow: 0 0 3px rgba(100, 100, 100, 0.3);
}

.giftcard .btn-fr .bowknot::after {
    transform: rotateZ(-67deg);
}

.giftcard .btn-fr .bowknot span::after {
    transform: rotateZ(67deg);
}

.giftcard .btn-fr .bowknot::before,
.giftcard .btn-fr .bowknot span::before {
    background-image: linear-gradient(
        45deg,
        rgba(255, 214, 22, 0) 0%,
        rgba(255, 214, 22, 0) 34%,
        #ebebeb 34%,
        #ebebeb 100%
    ), linear-gradient(
        -45deg,
        rgba(255, 214, 22, 0) 0%,
        rgba(255, 214, 22, 0) 30%,
        #ebebeb 30%,
        #ebebeb 100%
    );
    width: 6%;
    height: 14%;
    top: 38%;
    left: 34%;
    transform-origin: 50% 0%;
    box-shadow: 0 -2px 2px rgba(100, 100, 100, 0.5);
}

.giftcard .btn-fr .bowknot::before {
    transform: translateX(-40%) rotateZ(45deg);
}

.giftcard .btn-fr .bowknot span::before {
    transform: translateX(40%) rotateZ(-45deg);
}

.giftcard .btn-fr .knot::before {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    width: 12%;
    height: 12%;
    top: 30.4%;
    left: 30.6%;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.3);
    transform-origin: 50% 50%;
}

.giftcard .buy .btn-fr .knot::before {
    transform: scale(0);
}

.show-back .front .btn-fr {
    transform: translate3d(-50%, -50%, 0);
}

.show-back .front .btn-fr .paper::before {
    animation: paper-move-left 2s;
    animation-fill-mode: forwards;
}

@keyframes paper-move-left {
    7% {
        transform: translateX(-200%) translateY(-50%) rotateZ(45deg);
    }
    10% {
        background-color: rgba(255, 24, 41, 0);
    }
    16% {
        background-color: #ecabab;
    }
    16.01% {
        background-color: rgba(255, 24, 41, 0);
    }
    23% {
        transform: translateX(-120%) translateY(-50%) rotateZ(45deg);
    }
    100% {
        transform: translateX(-120%) translateY(-50%) rotateZ(45deg);
        background-color: rgba(255, 24, 41, 0);
    }
}

.show-back .front .btn-fr .paper::after {
    animation: paper-move-right 2s;
    animation-fill-mode: forwards;
}

@keyframes paper-move-right {
    7% {
        transform: translateX(100%) translateY(-50%) rotateZ(45deg);
    }
    10% {
        background-color: rgba(255, 24, 41, 0);
    }
    16% {
        background-color: #ecabab;
    }
    16.01% {
        background-color: rgba(255, 24, 41, 0);
    }
    23% {
        transform: translateX(20%) translateY(-50%) rotateZ(45deg);
    }
    100% {
        transform: translateX(20%) translateY(-50%) rotateZ(45deg);
        background-color: rgba(255, 24, 41, 0);
    }
}

.show-back .front .btn-bk .paper {
    animation: btn-bk-paper 2s;
}

@keyframes btn-bk-paper {
    0% {
        transform: translate3d(-50%, -50%, 0) rotateZ(90deg) scale(0.4);
    }
    17% {
        transform: translate3d(-50%, -50%, 0) rotateZ(90deg) scale(1);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotateZ(90deg) scale(1);
    }
}

.show-back .front .btn-bk .mask {
    animation: btn-bk-mask 2s;
}

@keyframes btn-bk-mask {
    0% {
        transform: scale(2.1);
    }
    6% {
        transform: scale(2.1);
    }
    25% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.3);
    }
}

.show-back .front .btn-fr .paper span::before {
    animation: paper-move-top 2s;
    animation-fill-mode: forwards;
}

@keyframes paper-move-top {
    4% {
        transform: translateX(-50%) translateY(-185%) rotateZ(45deg);
    }
    10% {
        background-color: rgba(255, 24, 41, 0);
    }
    16% {
        background-color: #ecabab;
    }
    16.01% {
        background-color: rgba(255, 24, 41, 0);
    }
    20% {
        transform: translateX(-50%) translateY(-100%) rotateZ(45deg);
    }
    100% {
        transform: translateX(-50%) translateY(-100%) rotateZ(45deg);
        background-color: rgba(255, 24, 41, 0);
    }
}

.show-back .front .btn-fr .paper span::after {
    animation: paper-move-bottom 2s;
    animation-fill-mode: forwards;
}

@keyframes paper-move-bottom {
    4% {
        transform: translateX(-50%) translateY(85%) rotateZ(45deg);
    }
    10% {
        background-color: rgba(255, 24, 41, 0);
    }
    16% {
        background-color: #ecabab;
    }
    16.01% {
        background-color: rgba(255, 24, 41, 0);
    }
    20% {
        transform: translateX(-50%) translateY(0%) rotateZ(45deg);
    }
    100% {
        transform: translateX(-50%) translateY(0%) rotateZ(45deg);
        background-color: rgba(255, 24, 41, 0);
    }
}

.show-back .front .btn-fr .mask {
    animation: btn-fr-mask 2s;
    animation-fill-mode: forwards;
}

@keyframes btn-fr-mask {
    0% {
        transform: scale(2.1);
    }
    6% {
        transform: scale(2.1);
    }
    17% {
        transform: scale(1.3);
    }
    17.1% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.show-back .front .btn-fr .gmask {
    animation: btn-gmask 2s;
    animation-fill-mode: forwards;
}

@keyframes btn-gmask {
    0% {
        border-radius: 0;
    }
    16% {
        background-color: rgba(255, 24, 41, 0);
        transform: scaleX(0.72) scaleY(0.62);
    }
    16.01% {
        background-color: #ecabab;
        border-radius: 0;
        transform: scaleX(0.74) scaleY(0.64);
    }
    20% {
        transform: scaleX(0.74) scaleY(0.64);
    }
    22% {
        border-radius: 10%/13.5%;
        transform: scaleX(0.72) scaleY(0.62);
    }
    100% {
        background-color: #ecabab;
        transform: scaleX(0.72) scaleY(0.62);
    }
}

.show-back .front .btn-fr .bkbelt::before,
.show-back .front .btn-fr .bkbelt::after {
    animation: bkbelt-v 2s;
}

@keyframes bkbelt-v {
    12% {
        transform: scaleY(0);
    }
    20% {
        transform: scaleY(1);
    }
    28% {
        transform: scaleY(0);
    }
}

.show-back .front .btn-fr .bkbelt span::before,
.show-back .front .btn-fr .bkbelt span::after {
    animation: bkbelt-h 2s;
}

@keyframes bkbelt-h {
    12% {
        transform: scaleX(0);
    }
    20% {
        transform: scaleX(1);
    }
    28% {
        transform: scaleX(0);
    }
}

.show-back .buy .btn-fr .frbelt::before {
    animation: frbelt-top 2s;
    animation-fill-mode: forwards;
}

@keyframes frbelt-top {
    0% {
        transform: translateY(-55%) scaleX(1) scaleY(0);
    }
    20% {
        transform: translateY(-55%) scaleX(1) scaleY(0);
    }
    32% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
    40% {
        transform: translateY(0) scaleX(0.9) scaleY(1);
    }
    45% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
    100% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
}

.show-back .buy .btn-fr .frbelt::after {
    animation: frbelt-bottom 2s;
    animation-fill-mode: forwards;
}

@keyframes frbelt-bottom {
    0% {
        transform: translateY(30%) scaleX(1) scaleY(0);
    }
    20% {
        transform: translateY(30%) scaleX(1) scaleY(0);
    }
    32% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
    40% {
        transform: translateY(0) scaleX(0.9) scaleY(1);
    }
    45% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
    100% {
        transform: translateY(0) scaleX(1) scaleY(1);
    }
}

.show-back .buy .btn-fr .frbelt span::before {
    animation: frbelt-left 2s;
    animation-fill-mode: forwards;
}

@keyframes frbelt-left {
    20% {
        transform: translateX(-46%) scaleX(0) scaleY(1);
    }
    32% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
    40% {
        transform: translateX(0) scaleX(1) scaleY(0.9);
    }
    45% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
    100% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
}

.show-back .buy .btn-fr .frbelt span::after {
    animation: frbelt-right 2s;
    animation-fill-mode: forwards;
}

@keyframes frbelt-right {
    20% {
        transform: translateX(27%) scaleX(0) scaleY(1);
    }
    32% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
    40% {
        transform: translateX(0) scaleX(1) scaleY(0.9);
    }
    45% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
    100% {
        transform: translateX(0) scaleX(1) scaleY(1);
    }
}

.show-back .buy .btn-fr .bowknot {
    animation: bowknot-zoom 2s;
    animation-fill-mode: forwards;
}

@keyframes bowknot-zoom {
    32% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.2);
    }
    45% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.show-back .buy .btn-fr .knot::before {
    animation: knot-zoom 2s;
    animation-fill-mode: forwards;
    background-image: url('/assets/images/others/logo.png');
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
}

@keyframes knot-zoom {
    32% {
        transform: scale(0);
    }
    38% {
        transform: scale(1.2);
    }
    43% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.buy {
    /*transform: scale(0.8) translate(83px, 0);*/
    position: relative !important;
}

@media (min-width: 320px) {
    .giftcard {
        transform: scale(0.63);
    }
}

@media (min-width: 430px) {
    .giftcard {
        transform: scale(0.73);
    }
}

@media (min-width: 768px) {
    .giftcard {
        transform: scale(0.53);
    }
}

@media (min-width: 992px) {
    .giftcard {
        transform: scale(0.84);
    }
}

@media (min-width: 1200px) {
    .giftcard {
        transform: scale(0.97);
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: initial;
    }
}

input {
    font-feature-settings: 'lnum' 1;
}

.refreshedTooltip {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #b57371;
    width: fit-content;
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 20px;
    color: white;
    z-index: 2;
    border-radius: 5px;
    animation: wavey 1s infinite alternate;
}

.refreshedTooltip:before {
    content: '';
    border-bottom: solid 10px #b57371;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes wavey {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0);
    }
}

.categoryDescr h2 {
    font-size: 1.5rem !important;
}

.fs-36px {
    font-size: 36px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table !important;
}

.stacktable.small-only {
    display: none !important;
}

@media (max-width: 992px) {
    .stacktable.large-only {
        display: none !important;
    }

    .stacktable.small-only {
        display: table !important;
    }
}


textarea {
    resize: none !important;
}

.form-control:disabled, .form-select:disabled {
    cursor: not-allowed;
}

.divider-text:before, .divider-text:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 45%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.divider-text:before {
    margin-left: -50%;
    text-align: right;
}
.divider-text:after {
    margin-left: 5%;
}
.divider-text {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn:hover {
    border-color: var(--bs-btn-hover-border-color) !important;
}

.femily {
    line-height: 120px;
}
@media (min-width: 1199px) {
    .femily {
        line-height: 115px;
    }
}
@media (min-width: 768px) {
    .femily {
        line-height: 100px;
    }
}
@media (max-width: 460px) {
    .btn-add-to-cart {
        font-size: 12px;
    }
}

.product-filter-review .skin-goal {
    width: 240px;
}

.upload-text {
    text-align: center;
}
.sticky-add-to-cart {
    position: fixed;
    display: block;
    width: 100%;
    background: white;
    bottom: 0;
    z-index: 2;
    height: auto;
    padding: calc(1.875rem* .5);
    padding-bottom: calc(4rem - 5px + calc(1.875rem* .5));
    border-top: 1px solid #e3e1e1;
    transition: .3s all;
    transform: translate(0, 100%);
}
.sticky-add-to-cart-show .sticky-add-to-cart {
    transform: none;
}

@media (min-width: 1199px) {
    .sticky-add-to-cart {
        display: none;
    }
}
@media (max-width: 1199px) {
    .sticky-add-to-cart-show .js-fab {
        transform: translate(0, var(--offset-sticky));
    }
}

@media (max-width: 388px) {
    .btn-add-to-cart .iconAction {
        font-size: 11px;
    }
}
@media (max-width: 355px) {
    .btn-add-to-cart .iconAction {
        font-size: 10px;
    }
}

.order-statuses {
    position: relative;
    display: flex;
}

.order-statuses span {
    position: relative;
    width: 33.33%;
    text-align: center;
}

.order-statuses span:before {
    position: relative;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    background: #99a3b0;
    z-index: 1;
    transition: .3s all;
}

.order-statuses span.active:before {
    background: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    box-shadow: rgb(var(--bs-primary-rgb)) 0 0 10px;
}

.order-statuses span .filler {
    position: absolute;
    top: 5px;
    display: block;
    height: 5px;
    width: 50%;
    background: #99a3b0;
    transition: .3s all;
}

.order-statuses span .filler:last-of-type {
    margin-left: 50%;
}

.order-statuses span:last-of-type .filler:last-of-type {
    display: none;
}

.order-statuses span:first-of-type .filler:first-of-type {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(153 163 176) 400%) !important;
}

.order-statuses span.active .filler {
    background: rgb(var(--bs-primary-rgb));
}
.order-statuses span .filler.last {
    background: linear-gradient(90deg, rgb(153 163 176) 0%, rgb(255 255 255) 100%) !important;
}
.order-statuses span.active .filler.last {
    background: linear-gradient(90deg, rgb(var(--bs-primary-rgb)) 0%, rgb(255 255 255) 100%) !important;
}
.order-statuses span .filler.first {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(153 163 176) 50%) !important;
}
.order-statuses span.active .filler.first {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(var(--bs-primary-rgb)) 50%) !important;
}

.order-statuses span.active:not(:has(~ .active)) .filler:last-of-type {
    background: linear-gradient(90deg, #f3f4f6 0%, #d8dbdf 100%) !important;
}

.order-statuses span.active + span:not(.active) .filler:first-of-type {
    background: linear-gradient(90deg, #d8dbdf 0%, #99a3b0 100%) !important;
}


.triple-slider {
    width: 100%;
    position: relative;
    perspective: 1200px
}

.triple-slider .triple-slider-main {
    position: relative;
    z-index: 10;
    box-shadow: 0 0 30px var(--gift-card-bg-color)
}

.triple-slider .swiper-button-next, .triple-slider .swiper-button-prev {
    color: white;
    filter: drop-shadow(1px 0px 15px white)
            drop-shadow(-1px 0px 15px white)
            drop-shadow(0px 1px 15px white)
            drop-shadow(0px -1px 15px white)
}

.triple-slider .triple-slider-prev,
.triple-slider .triple-slider-next {
    opacity: .25;
    position: absolute;
    top: 50%;
    user-select: none;
    cursor: pointer
}

.triple-slider .triple-slider-prev {
    right: 50%;
    transform: translateY(-50%) scale(.75) rotateY(10deg)
}

.triple-slider .triple-slider-next {
    left: 50%;
    transform: translateY(-50%) scale(.75) rotateY(-10deg)
}


.triple-slider {
    padding: 37px 0
}

.triple-slider .swiper {
    width: 90%;
    max-width: 640px;
    max-height: 320px;
    border-radius: 8px
}

.triple-slider .triple-slider-buttons {
    height: 100%;
    width: 90%;
    max-width: 780px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.triple-slider .bg-image {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
}

.triple-slider .swiper-slide {
    background: var(--gift-card-bg-color);
    transition: .3s all;
}


.swiper-slide-active .giftCardColor {
    outline: 2px solid black;
    outline-offset: 3px;
}
.giftCardColor {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}


.swipe-animation {
    z-index: 10;
    position: relative;
    pointer-events: none;
    display: flex;
}

.swipe-path {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgb(var(--bs-primary-rgb));
    border-radius: 40px;
    top: 19px;
    left: 65px;
    opacity:0;
    animation: swipe-dot 2s 0.5s infinite;
}

.swipe-hand-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    animation: swipe-hand 2s infinite;
    transform-origin: 52% 62%;
}

@keyframes swipe-hand {
    25% {
        transform: translate(20px) rotate(30deg);
    }

    50% {
        transform: translate(-20px) rotate(-15deg);
    }

    100% {
        transform: translate(0px) rotate(0);
    }
}

@keyframes swipe-dot {
    12% {
        opacity: 1;
        width: 35px;
    }

    25% {
        opacity: 1;
        transform: translate(-57px);
        width: 20px;
    }

    30% {
        opacity: 0;
    }
}

.js-tilt-glare {
    z-index: 1;
}


.giftCardPreview {
    position: relative;
    width: 90%;
    max-width: 640px;
    max-height: 320px;
    border-radius: 8px;
    background: var(--gift-card-bg-color);
    box-shadow: 0 0 30px var(--gift-card-bg-color);
}

.giftCardWeight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
    gap: 5px;
}

.giftCardPrice {
    position: absolute;
    color: white;
    bottom: 10px;
    left: 15px;
}

.giftCardPreview img {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
}

.giftCardWeight input {
    display: none;
}
.giftCardTimes input {
    display: none;
}

.giftCardTimes input:not(:checked) + label span {
    cursor:pointer;
}

.giftCardWeight input:checked + label span {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow);
}

.giftCardTimes input:checked + label span {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

#giftCardSteps span.active:has(~ .active) {
    cursor: pointer;
}


@media (min-width: 1310px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1310px;
    }
}

.discount-button {
    background-color: #ff3b3b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow:visible;
}

.discount-button span {
    position: relative;
    z-index: 1;
}

.discount-button::after {
    content: 'SALE';
    position: absolute;
    top: -10px;
    right: -20px;
    background: #fff000; /* Жёлтая плашка SALE */
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    transform: rotate(15deg);
    transition: 0.2s transform;
}

.discount-button:hover {
    transform: scale(1.025); /* Небольшое увеличение */
}

.categories__letter {
    padding-bottom: 5px;
    border-bottom: 2px dashed rgb(231, 233, 240);
    margin-bottom: 10px;
}

#categoriesWithLetters .categories__title:last-child {
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
}
.categories__title img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 8px;
}

.page-link.dots {
    width:15px
}
.page-link.dots:hover {
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: inherit;
    border-color: transparent;
}

/*.categories__content__wrapper {*/
/*    max-height: 150px;*/
/*    overflow-y: auto;*/
/*}*/

/*.categories__content__wrapper::-webkit-scrollbar {*/
/*    width: 0.25rem;*/
/*}*/

/*.categories__content__wrapper::-webkit-scrollbar-track {*/
/*    background-color: #f3f4f6;*/
/*    border-radius: 9999px;*/
/*}*/

/*.categories__content__wrapper::-webkit-scrollbar-thumb {*/
/*    background-color: #a07271;*/
/*    border-radius: 9999px;*/
/*}*/
.product-card-wide {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.js-fab:not(.is-expanded) a {
    display: contents;
    visibility: hidden;
}

.story-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(
        from 0deg,
        #b47371,
        #e1306c,
        #c13584,
        #b47371
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}
.story-circle.viewed {
    background: lightgray;
}
.story-item {
    width: 70px;
}

.story-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-inner img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.slick-arrow {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}

@media (min-width: 1200px) {
    .stories-arrow {
        display: flex !important;
    }
}

.swiper-button-disabled {
    display: none !important;
}

.stories-slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    transform: scale(0);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
    background: #000;
}
@media (min-width: 415px), (min-height: 897px) {
    .stories-slider {
        background: #292831;
    }
}
.stories-slider > .swiper {
    z-index: 2;
    max-width: 414px;
    max-height: 896px;
}
.stories-slider:not(.stories-slider-in) {
    pointer-events: none;
}
.stories-slider:not(.stories-slider-in) * {
    pointer-events: none !important;
}
.stories-slider-in {
    animation: stories-slider-in 400ms forwards;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}
.stories-slider-out {
    pointer-events: none;
    animation: stories-slider-out 400ms forwards !important;
}
@keyframes stories-slider-in {
    0% {
        transform: translate3d(0, 0, 0) scale(0.5);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
}
@keyframes stories-slider-out {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate3d(0, 0, 0) scale(0.5);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0) scale(0.5);
        opacity: 0;
    }
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.noselect {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
    -webkit-touch-callout: none; /* запрет контекстного меню на iOS */
    -webkit-tap-highlight-color: transparent; /* убирает серую подсветку при тапе */
}

.stories-slider-content > video {
    object-fit: contain;
}
.stories-slider-content > img {
    object-fit: contain;
}
.bestseller {
    background-color: #4A235A;
}
.star-set {
    --size: 2.6rem;
    --gap:  .45rem;
    --clr-off: #d1d5db;
    --clr-on:  #fdbc2c;
    --shadow: rgba(0,0,0,.15);
    --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.1l3.3 6.63 7.3 1.06-5.28 5.14 1.25 7.29L12 18.77l-6.57 3.45 1.25-7.29-5.28-5.14 7.3-1.06L12 2.1z'/%3E%3C/svg%3E");

    display: inline-flex;
    gap: var(--gap);
    direction: rtl;
    perspective: 800px;
}

.star-set input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

/* ——— 2. Star base ——— */
.star-set label {
    position: relative;
    width:  var(--size);
    height: var(--size);
    cursor: pointer;

    -webkit-mask: var(--icon) center/contain no-repeat;
    mask: var(--icon) center/contain no-repeat;
    background: var(--clr-off);
    filter: drop-shadow(0 1px 2px var(--shadow));

    /* background omitted from transition to avoid grey-out fade */
    transition:
        transform .3s cubic-bezier(.34,1.56,.64,1),
        filter .35s;
}

@supports not (-webkit-mask: var(--icon)) {
    .star-set label {
        background: var(--clr-off) var(--icon) center/contain no-repeat;
    }
}

/* ——— 3. Hover & focus ——— */
.star-set label:hover,
.star-set input:focus + label {
    transform: scale(1.15);
    filter: drop-shadow(0 4px 6px var(--shadow));
}

/* ——— 4. Gold fill ——— */
.star-set input:checked ~ label,
.star-set label:hover,
.star-set label:hover ~ label {
    background: radial-gradient(circle at 30% 30%,
    #ffe99d 0%,
    var(--clr-on) 45%,
    #f6a700 100%);
}

/* ——— 5. Animations ——— */

/* 5-a. subtle shine sweep template */
.star-set label::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.9) 45%,
    rgba(255,255,255,.4) 55%,
    transparent 100%);
    transform: skewX(-25deg) translateX(-100%);
    opacity: 0;
    pointer-events: none;
}

/* 5-b. star actually chosen = premium glow + sweep */
.star-set input:checked + label {
    animation: star-glow .6s ease-out forwards;
}

.star-set input:checked + label::after {
    animation: star-shimmer .6s .05s linear forwards;
}

/* 5-c. every *previous* (already-filled) star gets a gentle pulse.
        Using ‘+ label ~ label’ guarantees we exclude the chosen star. */
.star-set input:checked + label ~ label {
    animation: star-pulse .45s ease-out;
}

/* ——— 6. Keyframes ——— */
@keyframes star-glow {
    0%   { transform: scale(.8);  filter: drop-shadow(0 1px 2px var(--shadow)); }
    45%  { transform: scale(1.4); filter: drop-shadow(0 0 8px rgba(253,188,44,.7)); }
    75%  { transform: scale(.95); }
    100% { transform: scale(1);   filter: drop-shadow(0 1px 2px var(--shadow)); }
}

@keyframes star-shimmer {
    0%   { opacity: 0; transform: skewX(-25deg) translateX(-100%); }
    15%  { opacity: .9; }
    55%  { opacity: 1;  transform: skewX(-25deg) translateX(60%); }
    90%  { opacity: 0; }
    100% { transform: skewX(-25deg) translateX(120%); }
}

@keyframes star-pulse {
    0%   { transform: scale(.8); }
    40%  { transform: scale(1.15); }
    70%  { transform: scale(.95); }
    100% { transform: scale(1); }
}

/* ——— 7. Keyboard focus ring ——— */
.star-set input:focus-visible + label {
    outline: 2px solid #2563eb;
    outline-offset: 4px;
}

/* ——— 8. Reduced-motion ——— */
@media (prefers-reduced-motion: reduce) {
    .star-set label,
    .star-set input:checked + label,
    .star-set input:checked + label::after,
    .star-set input:checked + label ~ label {
        transition: none;
        animation: none;
    }
}

.btn-primary {
    --bs-btn-hover-bg: #794747;
    --bs-btn-active-bg: #794747;
    --bs-btn-hover-border-color: #794747;
}

/*.gift-picker input { display: none; }*/

/*.gift-picker label {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    padding: 0.5rem;*/
/*    border: 1px solid #dee2e6;*/
/*    border-radius: .375rem;*/
/*    background: #fff;*/

/*    font-size: .9375rem;*/
/*    line-height: 1.2;*/
/*    white-space: nowrap;*/

/*    cursor: pointer;*/
/*    transition: background .15s ease, color .15s ease, border-color .15s ease;*/
/*}*/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: var(--bs-nav-tabs-link-active-border-color) !important;
}

.nav-link, .nav-link .icon {
    transition: 0.4s all !important;
}

/* ======== Wrapper (base) ======== */
.ship-date-picker {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(95px, 1fr);
    gap: .5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.ship-date-picker::-webkit-scrollbar { display: none; }

/* ======== Radios ======== */
.ship-date-picker input { display: none; }

/* ======== Pills (base) ======== */
.ship-date-picker label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    background: #fff;

    font-size: .9375rem;
    line-height: 1.2;
    white-space: nowrap;

    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.ship-date-picker .weekday {
    font-size: .75rem;   /* smaller */
    text-transform: uppercase;
    margin-bottom: .15rem;
}
.ship-date-picker .num {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
}
.ship-date-picker input:checked + label {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* ======== XS overrides (< 576 px) ======== */
@media (max-width: 575.98px) {
    .ship-date-picker label {
        font-size: 0.9rem;
    }
    .ship-date-picker .num { font-size: 1.3rem; }
    .ship-date-picker .weekday { font-size: .8125rem; }
}

/* ======== sm breakpoint (≥ 576 px) ======== */
@media (min-width: 576px) {
    .ship-date-picker {
        grid-auto-flow: column;
        grid-template-columns: repeat(7, minmax(85px, 1fr));
    }
    .ship-date-picker label {
        font-size: .8rem;
    }
}

/* ≥ md (768 px) */
@media (min-width: 768px) {
    .ship-date-picker label {
        font-size: 0.8rem;
    }
    .ship-date-picker .num { font-size: 1.425rem; }
}

/* ≥ lg (992 px) */
@media (min-width: 992px) {
    .ship-date-picker label {
        font-size: 0.8rem;
    }
    .ship-date-picker .num { font-size: 1.45rem; }
}

@media (min-width: 1200px) {
    .ship-date-picker label {
        font-size: 0.8rem;
    }
}
@media (min-width: 1310px) {
    .ship-date-picker label {
        font-size: 0.9rem;
    }
}


:root{
    --brand:       #986969;
    --brand-light: #b69396;
    --brand-dark:  #7a5050;

    --shine-speed: 2s;
    --pulse-speed: 4s;
}


.femily-progress{
    height: 5px;
    width: 100%;
    background: #e2e0e3;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}


.femily-progress-filler{
    height: 100%;
    width: 0;
    border-radius: inherit;
    position: relative;
    transition: width .4s ease;
    overflow: hidden;

    background: linear-gradient(90deg,
    var(--brand-light) 0%,
    var(--brand)       35%,
    var(--brand-dark)  100%);
    animation: pulse var(--pulse-speed) ease-in-out infinite;
}

.femily-progress-filler::after{
    content:'';
    position:absolute;
    inset:0;
    width: 60px;
    background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,.4) 50%,
    transparent 100%);
    transform: translateX(-120%);
    animation: shimmer var(--shine-speed) linear infinite;
}

@keyframes shimmer{
    from { transform: translateX(-120%); }
    to   { transform: translateX(300%);  }
}
@keyframes pulse{
    0%,100%{ filter: brightness(1);   }
    50%    { filter: brightness(1.2); }
}

.femily-level-span {
    font-size: 13px;
}

.femily-progress-amount {
    font-size: 13px;
}

.femily-plus-items {
    font-size: 13px;
    text-align: right;
    line-height: 13px;
    font-weight: 600;
    animation: wavey-small 1s infinite alternate;
    backface-visibility: hidden;
}

@keyframes wavey-small {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(2px);
    }
}

.femily-wrapper {
    border: 3px solid #f5f5f5;
    padding: 20px 15px 15px 15px;
    margin-bottom: 15px;
    position: relative;
}
.femily-wrapper:before{
    background: white;
    padding: 0 10px;
    content: 'femiLY';
    color: #986969;
    font-weight: 600;
    position: absolute;
    top: -14px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
}


:root {
    --brand-color: #E6A4B4;
    --brand-color-rgb: 230, 164, 180;
    --bg-color: #FDF4F5;
    --surface-color: #ffffff;
    --text-dark: #643843;
    --text-dark-rgb: 100, 56, 67;
    --text-light: #9D8A92;
    --border-color: #F8E8EE;
    --gold-color: #C0A062;
    --success-color: #B3C99C;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes shimmer {
    0% { transform: translateX(-100%) skewX(-20deg); }
    100% { transform: translateX(200%) skewX(-20deg); }
}

.femily-ritual-container {
    background: linear-gradient(170deg, var(--bg-color) 0%, #E9E7E8 100%);
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;*/
    color: var(--text-dark);
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    animation: fadeIn 0.5s ease-out;
}

.femily-ritual-header {
    text-align: center;
    margin-bottom: 28px;
    animation: fadeInUp 0.4s ease-out 0.1s;
    animation-fill-mode: both;
}
.femily-ritual-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: var(--text-dark);
}
.femily-ritual-header p {
    font-size: 15px;
    color: var(--text-light);
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.5;
}

.femily-ritual-current-status {
    display: flex;
    gap: 24px;
    align-items: stretch;
    animation: fadeInUp 0.5s ease-out 0.2s;
    animation-fill-mode: both;
}

.femily-ritual-progress-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.femily-ritual-info-block {
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.femily-ritual-progress-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 12px;
}
.femily-ritual-progress-text strong {
    color: var(--text-dark);
    font-weight: 600;
}
.femily-ritual-progress-track {
    height: 12px;
    background-color: var(--border-color);
    border-radius: 12px;
    overflow: hidden;
}
.femily-ritual-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand-color), #C06C84);
    border-radius: 12px;
    transition: width 1s ease-out;
    position: relative;
    overflow: hidden;
}


.femily-ritual-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    animation: shimmer 2.5s infinite linear;
}


.femily-ritual-balance span {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 4px;
}
.femily-ritual-balance strong {
    color: var(--text-dark);
    font-size: 26px;
    font-weight: 600;
}
.femily-ritual-balance small {
    margin-top: 8px;
    color: var(--gold-color);
    font-size: 12px;
    font-weight: 500;
}


.femily-ritual-level-card {
    background-color: var(--surface-color);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.femily-ritual-level-card.is-current {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 280px;
    padding: 20px;
    border-width: 2px;
    border-color: rgba(var(--level-color-rgb), 0.5);
    animation: pulseGlow 3s infinite ease-in-out;
}

.femily-ritual-level-title {
    margin-bottom: 16px;
}
.femily-ritual-level-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px 0;
}
.femily-ritual-level-card.is-current .femily-ritual-level-title h3 {
    color: rgb(var(--level-color-rgb));
    font-size: 22px;
}
.femily-ritual-level-title span {
    font-size: 13px;
    color: var(--text-light);
}

.femily-ritual-level-gift {
    margin-bottom: 16px;
}
.femily-ritual-level-gift img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 8px;
    transition: filter 0.4s ease, opacity 0.4s ease;
}
.femily-ritual-level-gift p {
    font-size: 14px;
    margin: 0;
}

.femily-ritual-level-cashback {
    background-color: var(--bg-color);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.femily-ritual-path-divider {
    text-align: center;
    margin: 32px 0;
    color: var(--text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    animation: fadeInUp 0.5s ease-out 0.4s;
    animation-fill-mode: both;
}
.femily-ritual-path-divider::before, .femily-ritual-path-divider::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: var(--border-color);
}


.femily-ritual-footer-note {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    animation: fadeInUp 0.5s ease-out 0.8s;
    animation-fill-mode: both;
}
.femily-ritual-footer-note p {
    font-size: 13px;
    color: var(--text-light);
    max-width: 650px;
    margin: 0 auto 12px auto;
    line-height: 1.6;
}


@media (max-width: 992px) {
    .femily-ritual-current-status {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .femily-ritual-path {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}





:root {
    --brand-color: #E6A4B4;
    --bg-color: #FDF4F5;
    --surface-color: #ffffff;
    --text-dark: #643843;
    --text-light: #9D8A92;
    --border-color: #F8E8EE;
    --success-color: #B3C99C;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 10px -5px rgba(var(--level-color-rgb), 0.3); }
    50% { box-shadow: 0 0 30px 0px rgba(var(--level-color-rgb), 0.5); }
    100% { box-shadow: 0 0 10px -5px rgba(var(--level-color-rgb), 0.3); }
}

.femily-ic-slider-wrapper {
    animation: fadeInUp 0.5s ease-out 0.6s;
    animation-fill-mode: both;
}

.femily-ic-slider-wrapper { position: relative; margin: -25px;}
.femily-ic-swiper { width: 100%; height: auto; overflow: hidden; }
.femily-ic-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 45px 0 50px;
}

.femily-ic-swiper .swiper-slide {
    width: 255px;
    height: auto;
    display: flex;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.femily-ic-swiper .swiper-slide:has(.femily-ic-level-card.current) {
    transform: scale(1.06);
}

.femily-ic-level-card {
    background: var(--surface-color);
    border: 2px solid rgba(var(--level-color-rgb, 248, 232, 238), 0.7);
    border-radius: 16px;
    box-shadow: 0 5px 25px -5px rgba(var(--level-color-rgb, 100, 56, 67), 0.15);
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.4s ease;
}
.femily-ic-level-card.upcoming { border-color: var(--border-color); box-shadow: 0 5px 25px rgba(100, 56, 67, 0.08); }
.femily-ic-level-card.completed { box-shadow: 0 5px 25px -10px rgba(var(--level-color-rgb, 100, 56, 67), 0.15); }
.femily-ic-level-card.current {
    border-color: rgba(var(--level-color-rgb), 0.5);
    animation: pulseGlow 3s infinite ease-in-out;
}
.femily-ic-swiper .swiper-slide-active .femily-ic-level-card {
    box-shadow: 0 10px 35px -5px rgba(var(--level-color-rgb, 100, 56, 67), 0.2);
}
.femily-ic-swiper .swiper-slide-active .femily-ic-level-card.upcoming {
    box-shadow: 0 10px 35px rgba(100, 56, 67, 0.12);
}

.femily-ic-card-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 16px 20px; border-bottom: 1px solid var(--border-color); }
.femily-ic-title-group h3 { font-size: 18px; font-weight: 600; margin: 0; }
.femily-ic-status-icon { width: 24px; height: 24px; position: relative; }
.femily-ic-status-icon.completed::before { content: ''; width: 5px; height: 12px; border: solid var(--success-color); border-width: 0 3px 3px 0; transform: rotate(45deg); position: absolute; top: 4px; left: 8px; }
.femily-ic-status-icon.current::before { content: '★'; font-size: 24px; color: rgb(var(--level-color-rgb)); line-height: 1; position: absolute; top: 0; left: 0; }

.femily-ic-tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 5px 12px; border-radius: 20px; white-space: nowrap; }
.femily-ic-tag.completed { background-color: #f0f4eb; color: var(--success-color); }
.femily-ic-tag.current { background-color: rgba(var(--level-color-rgb), 0.1); color: rgb(var(--level-color-rgb)); }
.femily-ic-tag.upcoming { background-color: #f1f2f3; color: var(--text-light); }

.femily-ic-card-body { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.femily-ic-card-body.with-gift { align-items: center; text-align: center; }
.femily-ic-gift-visual { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.femily-ic-gift-visual img { max-width: 100%; max-height: 100%; object-fit: contain; }
.femily-ic-description { font-size: 14px; color: var(--text-light); margin: 0; padding-top: 20px; line-height: 1.6; }

.femily-ic-rewards-pills { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; margin-bottom: 16px; }
.femily-ic-reward-pill { display: inline-flex; align-items: center; background-color: var(--bg-color); border: 1px solid var(--border-color); border-radius: 20px; padding: 6px 12px; font-size: 13px; line-height: 1.4; transition: background-color 0.3s ease, color 0.3s ease; }
.femily-ic-reward-pill .femily-ic-reward-icon { font-size: 16px; margin-right: 8px; transition: opacity 0.3s ease; }
.femily-ic-reward-pill strong { font-weight: 600; color: var(--text-dark); transition: color 0.3s ease; }
.femily-ic-level-card.upcoming .femily-ic-reward-pill { background-color: #f1f2f3; border-color: #e4e7e9; }
.femily-ic-level-card.upcoming .femily-ic-reward-pill,
.femily-ic-level-card.upcoming .femily-ic-reward-pill strong { color: var(--text-light); }
.femily-ic-level-card.upcoming .femily-ic-reward-pill .femily-ic-reward-icon { opacity: 0.6; }

.femily-ic-card-footer-info { padding: 13px; border-top: 1px solid var(--border-color); background-color: transparent; border-radius: 0 0 16px 16px; text-align: center; margin-top: auto; }
.femily-ic-card-footer-info p { font-size: 13px; color: var(--text-light); margin: 0; }
.femily-ic-card-footer-info p strong { color: var(--text-dark); }

.femily-ic-nav-btn {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(100, 56, 67, 0.12);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: var(--text-dark);
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.femily-ic-nav-btn.femily-ic-nav-next {
    padding-left: 3px;
    padding-bottom: 3px;
}
.femily-ic-nav-btn.femily-ic-nav-prev {
    padding-right: 3px;
    padding-bottom: 3px;
}

.femily-ic-nav-btn:hover {
    background-color: var(--surface-color);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(100, 56, 67, 0.18);
}

.femily-ic-swiper .swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
    transform: translateY(-50%) scale(1) !important;
    box-shadow: 0 2px 5px rgba(100, 56, 67, 0.05);
}
.femily-ic-nav-btn.femily-ic-nav-prev { left: 24px; }
.femily-ic-nav-btn.femily-ic-nav-next { right: 24px; }

@media (max-width: 768px) {
    .femily-ic-global-status { flex-direction: column; }
    .femily-ic-cashback-balance { width: auto; }
    .femily-ic-nav-btn { display: none; }
}


.femily-ritual-gift {
    /*width: 145px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid;
    border-color: var(--border-color);
    border-radius: 5px;
    padding: 5px;
}

.femily-ritual-gift img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-top: 3px;
}

.femily-ritual-gift span {
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.femily-ritual-gifts-swiper .swiper-slide {
    /*flex: 1;*/
    width: auto;
}

.femily-ritual-footer-note.refined{
    display:block;
    max-width:720px;
    margin:32px auto;
    padding-top:24px;
    border-top:1px solid var(--border-color);
    text-align:center;
    font-family:inherit;
    font-size:13px;
    line-height:1.6;
    color:var(--text-light);
}
.refined .note-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:14px;
}
.refined .note-list li{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:8px;
}

@media (max-width: 991px) {
    .refined .note-list li{
        flex-direction:column;
    }
}
.refined svg{
    width:22px;
    height:22px;
    color:var(--brand-color);
}
.refined strong{
    color:var(--text-dark);
    font-weight:600;
}
.refined .footer-thanks{
    margin-top:20px;
    font-weight:600;
    font-size:14px;
    color:var(--text-dark);
}
.refined .brand{
    color:var(--brand-color);
}


.femily-modal-close.prominent {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: var(--surface-color);
    border: 2px solid var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-color);
    box-shadow: 0 4px 12px rgba(100, 56, 67, 0.1);
    transition: all 0.25s ease;
    z-index: 10;
}
.femily-modal-close.prominent svg {
    width: 20px;
    height: 20px;
    stroke: var(--brand-color);
}
.femily-modal-close.prominent:hover {
    background: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
    transform: scale(1.08);
}
.femily-modal-close.prominent:hover svg {
    stroke: #fff;
}

.femily-ic-level-card.upcoming {
    opacity: 0.65;
}

@keyframes blink-opacity {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.65;
    }
}
.femily-ic-level-card.upcoming.blink {
    animation: blink-opacity 2s infinite;
    opacity: 1;
}

.femily-entry-chip {
    margin-top: 12px;
    padding: 6px 12px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--brand);
    background-color: #f7f5f6;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.femily-entry-chip:hover {
    background-color: #eee9eb;
    color: var(--brand-dark);
}

.gift-card {
    display: inline-block;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
}

.gift-card:hover, .gift-picker input:checked + .gift-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gift-picker input:checked + .gift-card {
    border-color: #a07271;
    color: #a07271;
}

.gift-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    background: white;
    cursor: pointer;
    text-align: center;
}

.gift-card .position-relative {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.gift_on,
.gift_off {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease, transform 0.2s ease;
}

.gift_on {
    opacity: 0;
    z-index: 1;
}

.gift_on.viewable {
    opacity: 1;
}

.gift_off {
    opacity: 1;
    z-index: 2;
}

.gift_off.viewable {
    opacity: 1;
}

.gift_off.hide {
    opacity: 0;
}

.gift_on.animate,
.gift_off.animate {
    animation: pop-scale 0.3s ease-out;
}

@keyframes pop-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.gift-radio {
    display: none;
}
