body {
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;

}

.slider__selected-color {
    margin: 10px 0px;
    text-align: start;
    font-weight: bold;
}

.colors,
.sizes {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.color,
.size {
    cursor: pointer;
    text-align: center;
}

.color {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 2px solid transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgb(195, 195, 195);
}

.color.selected {
    border: 2px solid black;

}

.size {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid gray;
}

.size.selected {
    background-color: black;
    color: white;
    border: 1px solid black;
}


img {
    max-width: 100%;
    display: block;
    border-style: none;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    max-width: 1340px;
    margin: 0 auto;
}

.lender {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content {
    padding: 20px 0;
}

.content p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px 0;

}

@media (max-width:767px) {
    h1 {
        font-size: 24px;

    }
}


.container {
    max-width: 1380px;
    margin: 0 auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.quiz {
    padding: 10px 0;
}

.question__text {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0;
}

.question__text span {
    font-weight: 700;
}

.question__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    text-align: center;
    margin: 5px 0;

    background-color: var(--color-primary);
    font-family: Arial;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: var(--text-color) !important;
}

.question__answer:hover {
    opacity: 0.8;
}

.question__item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
}

.question__item.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}


.result {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


#choose {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.preload {
    display: none;
}

.preload h2 {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
}

.preload p {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 5px 25px;
    font-weight: 700;
    display: none;
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@-webkit-keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sr-only {
    left: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.choose-block {
    display: none;
}

.boxes {
    background-size: cover;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.boxes {
    margin: 10px auto;
    max-width: 800px;
}

.boxes,
.boxes .choose__item img,
.boxes cbox {
    width: 100%;
}

.div_img_gift {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxes>.choose__item {
    position: relative;
    display: inline-block;
    width: 23.8%;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}


.boxes>.choose__item {
    position: relative;
    display: inline-block;
    width: 23.8%;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}


.boxes {
    background-size: cover;
    border-radius: 20px;
    position: relative;
    text-align: center
}

.choose__item {
    position: relative;
    margin: 20px 0
}

.choose__item>div {
    position: absolute
}

.choose__item .choose {
    position: relative
}

.choose_trasera {
    z-index: 1
}

.choose_tapa {
    z-index: 3
}

.choose {
    z-index: 2
}

.choose-block {
    display: none
}

.choose_gift {
    z-index: 1
}

.boxes .choose__item.abierta>.choose_tapa {
    -webkit-animation: tapa_superior 2s forwards;
    animation: tapa_superior 2s forwards
}

.boxes .choose__item.premiazo>.choose_gift {
    -webkit-animation: tapa_superior 4s infinite alternate;
    animation: tapa_superior 4s infinite alternate
}

.boxes,
.boxes .choose__item img,
.boxes cbox {
    width: 100%
}

.instructions {
    padding: 10px;
    background-color: #e11e26;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px
}

.boxes {
    margin: 10px auto;
    max-width: 800px
}

.box-o-t {
    position: absolute;
    top: -34%
}

.boxes .discover .box-o-b {
    z-index: 1;
    position: relative
}

.boxes .iphone {
    width: 76%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -20%;
    left: 12%;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.boxes .discover>.iphone {
    top: -60%
}

.boxes>.choose__item {
    position: relative;
    display: inline-block;
    width: 23.8%;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer
}

@media (max-width:767px) {
    .boxes>.choose__item {
        width: 32.5%
    }


    .boxes>.choose__item:nth-child(-n+4) {
        display: none
    }
}

@media (max-width:479px) {
    .boxes>.choose__item {
        width: 32%
    }
}

@media (max-width:319px) {
    .boxes>.choose__item {
        width: 48%
    }

    .boxes>.choose__item:nth-child(-n+5) {
        display: none
    }
}


.modal {
    max-width: 500px;
    margin: 1.75rem auto;
    padding: 1rem
}

@media only screen and (max-width:500px) {
    .modal {
        margin: .5rem
    }
}

.modal h2 {
    margin: 5px 0 20px 0;
    font-weight: 700;
    color: #575757;
    font-size: 25px;
    line-height: 1.2;
    text-align: center
}

.modal img {
    max-width: 100%;
    max-height: 20vh;
    margin: 0 auto
}

.modal p {
    line-height: 18px;
    margin: 10px 0;
    font-size: 14px;
    color: #797979;
    font-weight: 300
}

.modal-button {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--text-color) !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 32px;
    margin: 26px 5px 0 5px
}

.tremor_lower {
    -webkit-animation: tremor_lower 2s;
    animation: tremor_lower 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes tremor_lower {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0);
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        -webkit-transform: translate(3px, 2px) rotate(0);
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0);
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        -webkit-transform: translate(3px, 1px) rotate(-1deg);
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        -webkit-transform: translate(1px, 2px) rotate(0);
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes tremor_lower {
    0% {
        -webkit-transform: translate(1px, 1px) rotate(0);
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        -webkit-transform: translate(3px, 2px) rotate(0);
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0);
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        -webkit-transform: translate(3px, 1px) rotate(-1deg);
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        -webkit-transform: translate(1px, 2px) rotate(0);
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
        transform: translate(1px, -2px) rotate(-1deg)
    }
}


.text-center {
    text-align: center;
}

@media (max-width: 556px) {
    .content p {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0;
    }

    .popup h2 {
        margin: 5px 0 10px 0 !important;
    }

    .popup__text>p {
        line-height: 19px;
        font-size: 16px !important;
    }

    .modal-button {
        font-size: 20px;
        margin-top: 10px;
    }
}


@media (max-width: 556px) {
    .choose__title {
        font-size: 18px;
    }
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}

.modal-content {
    position: relative;
    background: white;
    padding: 20px;
    max-width: 500px;
    width: 99%;

    text-align: center;
    z-index: 10000;
    margin: auto;

}

body.modal-open {
    overflow: hidden;
}

#modal1 {
    margin: auto;
    max-width: none;
}

.modal.fade .modal-content {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.fade.show .modal-content {
    opacity: 1;
    transform: translateY(0);
}

/* Стилі для коробок */
.choose__item {

    cursor: pointer;

}

.choose_tapa,
.choose_trasera,
.choose_gift,
.choose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choose_tapa img,
.choose_trasera img,
.choose_gift img,
.choose img {
    width: 100%;
    height: 100%;
}

.choose__item.open .choose_tapa {
    transform: translateY(-30px);
    /* Підйом кришки коробки */
    transition: transform 0.5s ease-out;
}

.choose__item.open .choose_gift {
    display: block;
    animation: revealPrize 0.5s ease-out;
}



@keyframes revealPrize {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.choose_tapa.opened {
    transform: translateY(-30%);
    /* Піднімання кришки */
    transition: transform 1.5s;
}





.modal.show {
    display: block;
}

/* Затемнення фону при відкритті модального вікна */
.overlay-hidden {
    display: none;
}

.overlay-hidden:not(.overlay-hidden) {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

/* Анімація підняття кришки */
.choose_tapa {
    transition: transform 0.5s ease-in-out;
}


/* Анімація появи призу */
.choose_gift {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.choose_gift.show-gift {
    opacity: 1;
    transform: scale(1);
}


.modal.show {
    display: block;
}

.modal.fade {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal.show.fade {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
    /* Забороняє прокрутку сторінки під час відкритого модального вікна */
}

#modal2,
#modal3 {
    margin: auto;
    max-width: none;

}

.lift-up {
    animation: liftAnimation 1s ease-in-out forwards;
}

@media (max-width: 768px) {
    .lift-up {
        animation: liftAnimationMobile 1s ease-in-out forwards;
    }
}

@keyframes liftAnimation {
    from {
        top: 0
    }

    to {
        top: -35px
    }
}

@keyframes liftAnimationMobile {
    from {
        top: 0
    }

    to {
        top: -25px
    }
}


.circle-loader {
    border: 1px solid rgba(0, 0, 0, .2);
    border-left-color: #5cb85c;
    -webkit-animation: loader-spin 1.2s infinite linear;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.check-icon {
    display: none;
}

.check-icon.draw:after {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: check-icon;
    animation-name: check-icon;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
}

.check-icon:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}

@-webkit-keyframes check-icon {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
}

@keyframes check-icon {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    -webkit-transition: border .5s ease-out;
    -o-transition: border .5s ease-out;
    transition: border .5s ease-out;
}

.prefil {

    font-size: 14px;
    color: #545454;
    line-height: 1.15;
    word-wrap: break-word;

}

.prefil__container {
    display: flex;
    flex-wrap: wrap !important;
}



.prefil__container>.item:nth-of-type(1) {
    width: -webkit-calc(60% - 15px);
    width: calc(60% - 15px);
}

.prefil__container>.item:nth-of-type(2) {
    width: -webkit-calc(40% - 15px);
    width: calc(40% - 15px);
    padding-top: 80px;
}

.prefil__label {
    margin-bottom: 15px;
    margin-top: 10px;
}

.prefil-product-category {
    padding: 10px 0px;
    padding-top: 15px;
}

.prefil__label .product-name h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}

@media (max-width: 1199px) {
    .prefil__container>.item:nth-of-type(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    .prefil__container>.item:nth-of-type(2) {
        width: 100%;
        padding-top: 0;
    }
}

.slider {
    text-align: center;
}

.slider__selected {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.slider__selected img {


    max-height: 350px;
}

@media (max-width: 375px) {
    .slider__selected img {


        max-height: 250px;
    }

    .slider__item {
        height: auto !important;
    }
}

.slider__list {
    max-width: 500px;
    display: flex;
    gap: 20px;
    margin: auto;
    margin-top: 5px;
    justify-content: center;
}

@media (max-width: 575px) {
    .slider__list {

        gap: 10px;
    }
}


.slider__item {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 8px;
}

.slider__item--active {
    border-color: black;
}

.slider__item img {
    width: 50px;
    height: auto;
}

.order-summary {

    margin-bottom: 30px;
}

.order-summary__separator {
    border: 1px solid rgb(231, 231, 231);
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-summary__item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.order-summary__total-price {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.secure-payment {

    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;

    position: relative;
    margin-top: 20px;
}



.secure-payment__title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    color: black;
    transform: translateX(-50%);


}

.secure-payment__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}



.secure-payment__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .secure-payment__title {
        font-size: 12px;

        width: 70%;
    }


    .secure-payment__item img {
        width: 90%;

    }

    .secure-payment__icons {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .secure-payment {


        padding: 10px;

    }
}

@media (max-width: 375px) {
    .secure-payment__item {
        width: 53px;
        height: 26px;
    }

    h1 {
        font-size: 24px;
    }
}



.secure-payment__item img {
    width: 90%;
    padding: 5px;
}

.form-container__title {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.form__row {
    display: flex;
    flex-direction: row;
}

.form__group {
    position: relative;
    width: 100%;
    line-height: 1rem;

}

.form__group.form__group__half {
    width: 50%;
}

.form__group input,
.form__group select {
    padding: 10px;
    background: #fafafa;

    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1rem;
    font-size: 14px;
}

.form__group .form__label {
    position: absolute;
    font-size: 12px;
    top: 25%;
    transform: translateY(-110%);
    left: 9px;
    padding: 0 3px;
    color: #777;
    background-color: #fafafa;
    border-radius: 3px;

    pointer-events: none;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.form__submit-btn {

    background-image: none;
    background-color: var(--color-primary);
    color: var(--text-color) !important;
    font-size: 1em;
    font-weight: 600;
    border-radius: 4px;
    padding: 13px 15px 12px;
    margin-top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

.form__submit-btn:hover {
    opacity: 0.8;
}


.badge {

    min-width: 100px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 50px;
}

.badge__title {
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    color: #38B336;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.badge__subtitle {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: center;
    background: #eee;
}

.iti {
    width: 100%;
}

.iti__tel-input {
    width: 100%;
    padding-left: 70px !important;
    height: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.iti__flag-container {
    pointer-events: none;
    position: absolute;
    left: 10px;
}

.iti__selected-flag {
    background-color: #f8f8f8;
    border-right: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.iti__dropdown {
    display: none !important;
}

.fade-out,
.fade-in {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.fade-in {
    opacity: 0;
}

.fade-in.show {
    opacity: 1;
}

.fade-out.show {
    opacity: 0;
}

main.prefil {
    display: none;
    /* Спочатку елементи приховані */
}

main.lender.fade-out {
    opacity: 0;
}

main.prefil.fade-in {
    opacity: 1;
    display: block;
}

#faqBtn {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 999;
    cursor: pointer;
}

.faq__container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    overflow: auto;
    width: 100%;
    max-width: 420px;
    padding: 10px;
    background: #f5f5f5;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.faq__container.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.faq__container #faqClose {
    fill: var(--color-primary);
    display: block;
    margin-right: 8px;
    margin-left: auto;
    cursor: pointer
}

.faq__list {
    padding: 10px
}

.faq__item {
    border-bottom: 2px solid var(--color-primary);
    padding: 10px 7px 0 7px
}

.accordion__header {
    padding-right: 25px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 16px;
    cursor: pointer
}

.accordion__header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 18px;
    height: 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion__header.active {
    color: var(--color-primary)
}

.accordion__header.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion__body {
    transition: .3s ease-in-out;
    margin-bottom: 16px;
    font-size: 16px;
    display: none
}

.scrollToTopBtn {
    background-color: var(--color-primary);
    outline: 0 !important;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: calc(10% + 75px);
    right: 1%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.showBtn {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}


.notifications {
    position: fixed;
    top: 1%;
    right: 1%;
    max-width: 320px;
    z-index: 5
}

.notifis {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.notifi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e2dede;
    padding: 6px 0;
    margin-top: 5px
}

.hiddenNoty {
    animation-name: hiddenNoty;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    -webkit-animation-name: hiddenNoty;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes hiddenNoty {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

@keyframes hiddenNoty {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

.showNoty {
    animation-name: showNoty;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    -webkit-animation-name: showNoty;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes showNoty {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes showNoty {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.notifi__img {
    max-width: 50px;
    margin-left: 5px
}


.notifi__content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notifi__time {
    font-size: 13px
}

.notifi__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px
}

.notifi__icons img {
    margin-right: 10px;
    width: 25px;
    height: 25px
}


.notifi__btn {
    margin: 0 10px 0 5px
}

.notifi__btn-close {
    vertical-align: inherit
}

.notifications__item__img img {
    max-width: 50px;
    max-height: 50px;

    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.notifications__item__icons img {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.notifi__content {
    padding: 0 5px
}

.notifi__content__header {
    font-size: 13px
}

.notifications__item__content__bottom {
    display: flex;
    gap: 10px;
    align-items: center
}

.notifi-name {
    font-weight: 700
}

.notifi-address {
    text-decoration: underline
}

.notifi__content__desc {
    font-size: 16px;
    font-weight: 500;
    color: #134094
}

.notifications {
    position: fixed;
    top: 1%;
    right: 1%;
    max-width: 320px;
    z-index: 5
}

.notifications__items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.notifications__item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #e2dede;
    padding: 6px 10px;
    margin-top: 5px;
    align-items: center;
}



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

.notifications__item__content__desc {
    color: #134094;
}

.notifications__item-address {
    text-decoration: underline;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#breadcrumbs .clickable {
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

#breadcrumbs .fa {
    margin: 0 10px;
}

.fa-angle-right {
    margin: 0 10px;
}

.rating .icons {
    font-size: 16px;
    margin-right: 8px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-rating__stars {
    color: orange;
}

.product-rating__reviews {
    text-decoration: none;
    color: black;

    text-decoration: underline;
}

.product-rating__article {
    text-decoration: none;
    color: black;

}

.product-labels {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.product-labels__badge {
    display: inline-block;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
}

.product-labels__badge--bestseller {
    background-color: #eaf9f9;
    color: #000;
}

.product-labels__badge--discount {
    background-color: red;
    color: #fff;
}

.size-selector {
    width: 98%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;

}

.size-selector__tabs {
    display: flex;
    justify-content: center;
}

.size-selector__tab {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
}

.size-selector__tab--active {
    border-bottom: 3px solid var(--color-primary)
}

.size-selector__sizes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.size-selector__size {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 10px;
    border: 0.5px solid var(--color-primary);
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;

    /* Квадратні кнопки */
    transition: background-color 0.2s, color 0.2s;
}

.size-selector__size--selected {
    background-color: var(--color-primary);
    color: white;
}

.size-selector__size.line-through::before {
    width: 105%;
    height: 1px;
    background-color: var(--color-primary);
    content: "";
    display: block;
    position: absolute;
    transform: rotate(-35deg);
    top: 50%;
    left: 0;
    margin-top: -1px;
}

@media (max-width: 400px) {
    .size-selector__size {
        font-size: 14px;
    }
}

.color-selector {

    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 20px;

}

.color-selector__list {
    display: flex;
    gap: 10px;

    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.color-selector__item {
    padding: 5px;
    width: 50px;
    height: 50px;
    border: 0.5px solid var(--color-primary);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.color-selector__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.color-selector__item--active {
    border-color: black;
    border-width: 2px;
    transform: scale(1.1);
}

.width-selector {
    width: 98%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.width-selector__label {
    font-weight: bold;
    margin-bottom: 10px;
}

.width-selector__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.width-selector__option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 0.5px solid var(--color-primary);
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.2s, color 0.2s, border 0.2s;
    gap: 10px;
}

.width-selector__option--selected {

    border: 2.5px solid var(--color-primary);
}

.width-selector__option img {
    max-width: 29px;
    max-height: 29px;
    object-fit: contain;
    margin-right: 10px;
}

.width-selector__option:hover {
    opacity: 0.85;
}

.timer {
    color: white;
    display: flex !important;
    text-align: center;
    width: 100%;
    background-color: var(--color-primary);

    padding: 13px 15px 12px;
    font-size: 1em;

    display: none;
    gap: 5px;
    align-items: center;
    justify-content: center;
}