

/* Start:/local/templates/pandora/css/global.css?175465576741770*/
@font-face {
    font-family: "Arial-Bold";
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Arial/Arial-BoldMT/Arial-BoldMT.svg#Pan-text') format('svg'),
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arial-Reg";
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Arial/ArialMT/ArialMT.svg#Pan-text') format('svg'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pan-text";
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.otf') format('opentype'); /* Legacy iOS */
    url('/local/templates/pandora/css/../fonts/Pan-Text/PanTextRegular.svg#Pan-text') format('svg'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.no-scroll{
    overflow-y: hidden;
}

.checkbox{
    cursor: pointer;
}

.popup-close{
    cursor: pointer;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Links */
a{
    display: inline-block;
    color: inherit;
}
a, a:link, a:visited  {
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:active {
    outline: none;
}

a:hover  {
    text-decoration: none;
}

ul, ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, span{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
}


/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}
.empty-favorite-count{
    display: none!important;
}


label {
    cursor: pointer;
}

legend {
    display: block;
}
input:focus, input:active,
textarea:focus,
button:focus, button:active {
    outline: none;
}


input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

button{
    cursor: pointer;
    background-color: transparent;
    border: none;
}

body{
    min-width: 320px;
    overflow-x: hidden;
}

body.no-scroll{
    overflow-y: hidden;
}

.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.40);
    z-index: 13;
    top: 0;
}

.bg.close{
    display: none;
}

.main-container{
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1439px) {
    .main-container{
        max-width: 1248px;
    }
}

@media (max-width: 1279px) {
    .main-container{
        max-width: 992px;
    }
}

@media (max-width: 1023px) {
    .main-container{
        max-width: 736px;
    }
}

@media (max-width: 767px) {
    .main-container {
        max-width: 95%;
    }
}

.container-fluid{
    max-width: 1920px;
    margin: 0 auto;
}

.text{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%; /* 18px */
}

.swiper-button-prev::after , .swiper-button-next::after{
    content: '';
}


/* HEADER */

.header{
    font-weight: 400;
    font-size: 12px;
    position: sticky;
    top: 0;
    z-index: 12;
    background: #ffffff;
    transition: transform 0.2s ease-in-out;
}

.header-banner{
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    background: #FFCAD4;
}


.header-navbar__inner{
    display: flex;
    padding: 13.5px 0;
}

.logo-inner{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-right: auto;
}

.header-navbar{
    display: flex;
    align-items: center;
}

.menu-search__inner{
    display: flex;
    gap: 27px;
    align-items: center;
}

.header__search-form{
    position: relative;
    width: auto;
}
@media (min-width: 1297px) {
    .header__search-form{
       width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 1297px) {
    .header__search-form{
        width: auto;
        display: flex;
        justify-content: flex-end;
    }
}

.header__search-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 21px;
}

.search{
    font-family: Arial, sans-serif;
    border: 1px solid  #D0D1D2;
    padding: 13.5px 0 13.5px 20px;
    width: 100%;
    max-width: 200px;
}


.header-icon__link{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search::placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}


.menu-list__inner{
    border-top: 5px solid #FFCAD4;
    position: relative;
}

.menu-list{
    display: flex;
    gap: 20px;
}

.menu-list__item{
    padding: 16px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}



.menu-list__item-link{
    font-size: 13px;
    font-weight: 400;
    margin-right: 0;
    /**/
    color: #27251F;
    line-height: 150%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.login-form__input-inner{
    position: relative;
}


.account-popup{
    position: absolute;
    width: 211px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    left: -124px;
    top: 40px;
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.user-icon:hover .account-popup{
    pointer-events: auto;
}

.account-popup-inner{
    display: block;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 17px;
}

.account-popup-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 29px;
    top: -43px;
    z-index: 11;
}


.account-popup__head{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 19px;
    padding: 0 22px;
}

.basket-popup{
    position: absolute;
    width: 380px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    left: -331px;
    top: 42px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 11;
    scrollbar-color: #000000 #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
.basket-popup.basket-active::-webkit-scrollbar {
    width: 6px;
}
.basket-popup.basket-active::-webkit-scrollbar-track {
    background: #FFF;
}
.basket-popup.basket-active::-webkit-scrollbar-thumb {
    background: #000000;
}
.basket-active.basket-popup{
    padding: 16px 9px 0 15px;
}
.basket-popup.empty-basket-popup{
    padding: 0;
}
.basket-popup a{
    font-family: Arial, sans-serif;
    word-break: break-all;
}

.basket-icon:hover .basket-popup{
    pointer-events: auto;
}

.basket-popup__inner{
    position: relative;
}

.basket-popup__inner::before{
    content: '';
    position: absolute;
    width: 103%;
    height: 40px;
    top: -43px;
}

.basket-popup__btns{
    display: flex;
    gap: 10px;
}

.basket-popup__item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.basket-popup__item-title{
    margin-bottom: 10px;
     font-weight: 700;
    line-height: 150%;

}

.basket-popup__item-texts{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.basket-popup__item-texts p{
    font-size: 12px;
    line-height: 150%;
}

.basket-popup__item-price{
     font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}

.basket-popup__item-delete{
     font-weight: 700;
    position: relative;
    padding-left: 19px;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    cursor: pointer;
}

.basket-popup__item-delete::before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/local/templates/pandora/css/../images/axbarkx.svg");
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
}

.basket-popup__price-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.basket-popup__price{
     font-weight: 700;
    line-height: 150%;
    font-size: 14px;
}

.basket-popup__price-text{
     font-weight: 700;
    font-size: 12px;
    line-height: 150%;
}

.header-navbar__inner{
    position: relative;
}

.mobile-menu, .podmenu{
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow-y: auto;
    width: 320px;
    background-color: #ffffff;
    z-index: 13;
}


/*.close.mobile-menu{*/
/*    display: none;*/
/*}*/

.header-navbar__inner .mobile-menu-btn{
    display: none;
}


.mobile-menu-head{
    display: flex;
    align-items: center;
    padding: 18px 15px 18px 15px;
    justify-content: space-between;
    gap: 20px;
    background-color:#f5f5f5;
}
.mobile-close-block{
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-menu__list-item{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #d0d1d2;
}

.mobile-menu__list-item:first-child{
    border-top: 1px solid #d0d1d2;
}

.mobile-menu__list-item--text{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    gap: 10px;
}
.mobile-menu__list-item--text a{
    width: 100%;
}
.menu-close-text{
    font-size: 16px;
    line-height: 24px;
}


.header-navbar__search{
    margin-right: 20px;
}


.podmenu{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 320px;
    background-color: #ffffff;
    z-index: 11;
}

.podmenu-head{
    display: flex;
    justify-content: space-between;
    padding: 18px;
}

.podmenu.close{
    display: none;
}

.pod-menu-back-block, .menu-close-img{
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
}
.podmenu__back{
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    gap: 20px;
}

.menu-close-img{
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
}

.time-logo{
    width: 30%;
}

@media (max-width: 1439px) {
    .account-popup{
        left: -128px;
    }
}

@media (max-width: 1279px) {


    .header-banner{
        background-color: #F5F5F5;
        font-size: 10px;
    }

    .header-navbar__inner{
        padding: 21px 0 18px;
    }

    .menu-search__inner{
        order: -1;
    }

    .logo-inner{
        position: relative;
        right: 0;
        left: -24px;
        margin: auto;
        gap: 13px;
    }

    .search{
        display: none;
    }

    .header__search-btn{
        position: static;
    }

    .pandora-logo{
        width: 111px;
        height: 30px;
    }

    .time-logo{
        width: 50%;
        height: 25px;
    }

    .header-icon__link{
        width: 20px;
        height: 20px;
        object-fit: cover;
    }

    .menu-list__inner .main-container{
        display: none;
    }

    .top__title{
        font-size: 36px;
    }

    .header-navbar__inner .mobile-menu-btn{
        display: flex;
        width: 21px;
        height: 21px;
    }

    .header-navbar__search{
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .header-banner{
        padding: 8px 0 8px;
    }
    .logo-inner{
        left: -24px;
    }
}

@media (max-width: 768px) {
    .logo-inner{
        left: 0;
        margin-right: 28px;
        margin-left: 14px;
    }
    .header-navbar__inner{
        padding: 22px 0 21px;
        justify-content: space-between;
    }

    .menu-search__inner {
        gap: 15px;
    }

    .pandora-logo{
        min-width: 86px;
        max-width: 100px;
        height: 18px;
        object-fit: contain;
    }

    .time-logo{
        height: 15px;
        width: 80%;
    }

    .basket-popup{
        display: none;
    }
}

@media (max-width: 425px) {
    .logo-inner{
        left: 0;
        margin-right: 28px;
        margin-left: 14px;
        height: 100%;
        min-width: 146px;
        max-width: 246px;
        width: 100%;
    }
    .header-navbar__inner{
        padding: 22px 0 21px;
        justify-content: space-between;
        align-items: center;
    }

    .menu-search__inner {
        gap: 15px;
        height: 15px;
    }

    .menu-search__inner img {
        margin-top: 2px;
        display: flex;
        width: 21px;
        height: 21px;
    }

    .mobile-menu-btn{
        margin-top: 2px;
    }

    .pandora-logo{
        min-width: 86px;
        height: 23px;
        max-width: 120px;
        width: 100%;
        object-fit: cover;
    }

    .time-logo{
        height: 15px;
        margin-top: 2px;
        min-width: 33px;
        max-width: 53px;
        width: 100%;
    }

    .small-cart{
        margin-top: 2px;
    }

    .basket-popup{
        display: none;
    }
}

/* FOOTER */

.footer{
    padding: 51px 0 23px;
    background: #F5F5F5;
}

.footer__info{
    display: flex;
    gap: 140px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    padding-bottom: 30px;
}

.footer__list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__list.close,.footer__contacts-inner.close{
    opacity: 1;
    float: left;
}
.footer__list-title{
    color: #27251F;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.footer__list-link, .footer__number, .footer__email, .footer__contacts-link, .footer__copyright-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color:  #27251F;
    opacity: 0.6;
    max-width: 208px;
}
.footer__copyright-text{
    max-width: 100%;
}
.footer__number, .footer__email{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.footer__number p{
    white-space: nowrap;
    margin: 0;
}
.footer__email p{
    margin: 0;
}

.universal__btn{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */

    padding: 11px 40px;
    background: #27251F;
    transition: all ease .5s;
}
.universal__btn:hover{
    color: #FFF;
    background: #000000;
    transition: all ease .5s;
}
.footer__contacts .universal__btn{
    margin: 8px 0;
}

.footer__contacts-link{
    text-decoration-line: underline!important;
    display: block!important;
    max-width: 152px;
    text-transform: capitalize;
}

.footer__copyright{
    display: flex;
    max-width: 100%;
    /*max-width: 831px;*/
    justify-content: space-between;
    padding: 22px 0;
    align-items: center;
}

.footer__list-title--inner{
    justify-content: space-between;
    display: flex;
}

.footer__list-plus{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/css/../images/Vector 21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
}

.footer__list-plus.add{
    background-image: url("/local/templates/pandora/css/../images/minus.svg") !important;
}

.payment__methods{
    width: 153px;
    height: 18px;
    background-image: url("/local/templates/pandora/css/../images/payment.png");
}


.breadcrumb__inner{
    padding-top: 30px;
    flex-wrap: wrap;
}

.breadcrumb{
    display: flex;
    gap: 30px;
    background-color: transparent;
}

.results-count{

}

.breadcrumb__item{
    font-size: 12px;
    color: #27251F;
    position: relative;

}
.breadcrumb__item:not(:first-child)::before {
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/caret-down.svg");
    width: 10px;
    height: 10px;
    top: 2px;
    left: -20px;
    transform: rotate(-90deg);
}
.breadcrumb__inner{
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1439px) {
    .footer__info{
        gap: 121px;
    }
}

@media (max-width: 1279px) {

    .footer{
        padding-bottom: 0;
    }

    .footer__info{
        gap: 57px;
        padding-bottom: 12px;
    }

    .footer__copyright{
        justify-content: stretch;
        gap: 40px;
        flex-wrap: wrap;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .footer__info{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax( auto);
        padding-bottom: 24px;
    }
}
@media (max-width: 1023px) {
    .footer{
        padding-bottom: 6px;
    }
    .footer__copyright{
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer__info{
        display: flex;
       flex-direction: column;
    }
    .footer{
        padding-top: 24px;
        padding-bottom: 18px;
    }

    .footer__list-plus{
        display: block;
    }

    .footer__list-inner{
        width: 100%;
    }

    .footer__info{
        row-gap: 14px;
        padding-bottom: 0;
    }

    .footer__list{
        padding-bottom: 14px;
    }

    .footer__list-inner{
        border-bottom: 1px solid #27251F33;
    }

    .footer__list.close{
        display: none;
    }

    .footer__contacts{
        width: 100%;
    }

    .footer__copyright{
        padding: 14px 0;
        flex-direction: column;
        gap: 14px;
    }

    .footer__contacts-inner.close{
        display: none;
    }

    .footer__contacts-inner{
        padding-bottom: 14px;
    }
    .footer__copyright-text{
        font-size: 11px;
    }
}

/* COMPATIBLE */

.compatible{
    padding: 0 0 100px;
    font-size: 12px;
    overflow: hidden;
}

.compatible__title{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.compatible-slider__inner{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.compatible-slider{
    width: 1264px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.compatible-slider__item{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /*background: #F5F5F5;*/
}

.compatible-slider__title{
    font-size: 14px;
     font-weight: 700;
    line-height: 150%;
    opacity: 0.6;

    text-align: center;
}

.compatible-slider__link{
    font-size: 12px;
    font-weight: 400;

    line-height: 150%;
    opacity: 0.6;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
}

.compatible-slider__link::after{
    content: '';
    height: 1px;
    width: 77px;
    background-color: #F2A1B2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.compatible-slider-pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.compatible-slider-bullet{
    width: 10px;
    height: 10px;
    margin: 0!important;
}

.compatible-slider-bullet.swiper-pagination-bullet-active{
    background-color: #27251F;
}

.compatible-slide-prev, .compatible-slide-next{
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    cursor: pointer;
}

.compatible-slide-prev{
    left: 15px;
}

.compatible-slide-next{
    right: 15px;
}



@media (max-width: 1439px) {
    .compatible-slider__inner{
        width: auto;
    }

    .compatible-slider {
        width: 1222px;
    }
}

@media (max-width: 1279px) {
    .compatible-slide-next, .compatible-slide-prev,.cards-slide-prev ,.cards-slide-next{
        display: none;
    }
    .compatible__title{
        text-align: left;
        margin-bottom: 40px;
    }

    .compatible-slider-pagination{
        display: none;
    }
}

@media (max-width: 767px) {
    .compatible-slider-pagination{
        display: block;
    }
    .compatible-slider {
        width: 565px;
    }

    .compatible__title{
        font-size: 24px;
        margin-bottom: 30px;
    }

    .compatible-slider-pagination{
        display: flex;
        margin-top: 30px;
    }

    .compatible-slider-bullet{
        width: 8px;
        height: 8px;
    }
}


/* UNIVERSAL SLIDE */

.cards-slider__inner{
    width: inherit;
    margin: 0 auto;
    overflow: hidden;
}

.card{
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    width: 100%;
}



.metal-buttons{
    display: flex;
    gap: 14px;
    align-items: center;
}



.metal__group-title, .color__group-title{
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: 700;
    line-height: 150%;
}

.changeMetal{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.metal-btn__core{
    background-color: #D9D9D9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.changeMetal.active{
    border: 1px solid #000;
}

.changeMetal.active .metal-btn__core{
    background-color: #91B110;
}

.changeMetal:hover{
    border: 1px solid #000;
}


.card-img{
    display: none;
}

.card-img.active{
    display: block;
    object-fit: contain;
}

.suggestion{
    opacity: 0.6;
}


.card-title{
    font-size: 12px;
     font-weight: 700;
    line-height: 150%;

    cursor: pointer;
    word-break: break-word;
    font-weight: 700;
}

.add-card{
    width: 100%;
    text-align: center;
    border: 1px solid #27251F;
    padding: 11px 0;

    transition: background-color 0.5s ease, color 0.5s ease;
    cursor: pointer;
}

.add-card:hover,.add-card:focus{
    color: #fff;
    background-color: #000;
}

.cards-slider-pagination{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
    position: static;
}
.cards-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    margin: 0!important;
    opacity: 1;
}
.cards-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #000;
}
.swiper-pagination{
    z-index: 2!important;
}
.heart{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url("/local/templates/pandora/css/../images/heart.svg");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.2s ease-in-out 0.1s;
}

.heart:hover ,.heart.active{
    background-image: url("/local/templates/pandora/css/../images/black-heart.svg");
}

.cards-slide-prev, .cards-slide-next{
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-100%);
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.cards-slide-prev{
    left: 0;
}

.cards-slide-next{
    right: 0;
}

.checkbox-inner{
    position: relative;
}

.search-icon{
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/pandora/css/../images/search-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.input-inner{
    position: relative;
}

.input-title {
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #27251F;
    line-height: 150%;
    opacity: 0.6;
    font-weight: 400;
}

.input {
    width: 100%;
    padding: 30px 0 10px 15px;
    height: 59px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.view__link{

}

.close-popup{
    cursor: pointer;
}

@media (max-width: 1439px) {

    .cards-slider__inner{
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 1279px) {
    .favourites{
        margin-bottom: 60px;
    }

    .cards-slider-pagination{
        display: none;
    }
}

@media (max-width: 767px) {

    .cards-slider {
        width: 100%;
    }

    .cards-slider-pagination{
        display: flex;
        margin-top: 30px;
    }

    .cards-pagination-bullet{
        width: 8px;
        height: 8px;
    }
}

/* LEFT POPUPS */

.header-icon{
    position: relative;
}

.universal-btn{
    line-height: 150%;

    min-width: 166px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #27251F;
    color: #27251F;
    cursor: pointer;
    transition: all ease .5s;
}
.universal-btn:hover{
    color: #27251F;
    transition: all ease .5s;
}
.login__title{
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 13px;
}


.login__title span{
    font-size: 19.447px;
    line-height: 150%;
}

.account-popup__img{
    width: 100%;
}

.universal-btn.bg-bl{
    color: #fff;
    background: #27251F;
    transition: all ease .5s;
}
.universal-btn.bg-bl:hover ,.universal-btn.bg-bl:hover >.universal-btn.bg-bl a{
    color: #fff;
    background: #000000;
    transition: all ease .5s;
}

.languages__options{
    border: 1px solid #27251F;
    display: none;
    margin-top: 10px;
    background-color: #F5F5F5;
}


.languages-popup{
    width: 211px;
    position: absolute;
    padding: 20px;
    background-color: #FFFFFF;
    top: 40px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}

.languages-icon:hover .languages-popup{
    pointer-events: auto;
}

.languages__main-select--arrow{
    width: 14px;
    height: 14px;
}
.languages-popup__inner{
    position: relative;
}

.languages-popup__inner::before{
    content: '';
    position: absolute;
    width: 142%;
    height: 40px;
    top: -52px;
    left: -19px;
}


.languages__select:hover .languages__options{
    display: block;
}

.languages-popup__title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #27251F33;
     font-weight: 700;
}

.languages__select{
    background-color: #ffffff;
}

.languages__main-select{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #27251F;
}

.languages__select-title{
    line-height: 150%;
    margin-bottom: 3px;
    opacity: 0.6;
    color: #27251F;
}

.languages__select-value{
     font-weight: 700;
    line-height: 150%;
}

.languages__control{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.languages__control-group--1, .languages__control-group--2{
    display: flex;
    gap: 20px;
}

.languages__control-option{
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 10px 15px;
    cursor: pointer;
    font-weight: 700;
}

.languages__control-option:nth-child(odd){
    border-top: 1px solid #27251F33;
    border-bottom: 1px solid #27251F33;
}

.detail-item__plus{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/css/../images/Vector 21.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.detail-item__plus.add{
    background-image: url("/local/templates/pandora/css/../images/minus.svg") !important;
}

.universal-select-inner{
    position: relative;
    width: auto;
    height: 59px;
}

.universal-select{
    border: 1px solid #27251F;
    position: absolute;
    z-index: 10;
}

.universal-select__arrow{
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/pandora/images/caret-down.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.universal-select__arrow.add{
    background-image: url("/local/templates/pandora/images/caret-up.svg");
}

.universal-select__main-option{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.universal-select__title{
    line-height: 150%;
    margin-bottom: 3px;
    opacity: 0.6;
}

.universal-select__value{
     font-weight: 700;
    line-height: 150%;
}


.universal-select__option{
    padding: 10px 15px;
    line-height: 18px;
    cursor: pointer;
    border-top: 1px solid #27251F33;
    position: relative;
}
.radio-option{
    cursor: pointer;
}


.universal-select__options{
    display: none;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 12;
    border-top: none;
    font-size: 12px;
}

.universal-select__options.add{
    display: block;
}

.check-mark-inner{
    display: flex;
    position: absolute;
    gap: 20px;
}

.dark-check-mark, .green-check-mark{
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dark-check-mark{
    background-image: url("/local/templates/pandora/images/caret-down.svg");
}

.green-check-mark{
    /*background-image: url("/local/templates/pandora/css/../images/Frame 191 (1).svg");*/
}

.check-mark-line{
    width: 1px;
    background-color: rgba(39, 37, 31, 0.10);
}

.main-popup-btn{
    cursor: pointer;
}

.radio-option{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.universal-select__option.add{
    background-color: #D9D9D9;
}



.radio-inner{
    position: relative;
}

.radio{
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.radio-view{
    width: 18px;
    height: 18px;
    top: 0;
    border-radius: 50%;
    border: 1px solid #27251F;
}

.radio-view.add{
    border: 6px solid #000;
}

.reviews__stars{
    display: flex;
}

.banner-img{
    height: 480px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1279px) {
    .banner-img{
        height: 341px;
    }

    .languages-icon, .heart-icon, .map-icon, .user-icon{
        display: none;
    }

}

@media (max-width: 1023px) {
    .banner-img {
        height: 288px;
    }
}

@media (max-width: 767px) {
    .banner-img {
        height: 184px;
    }
}

.back-link{
    color: #27251F;
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline!important;
    display: block;
    text-align: center;
    max-width: 127px;
    position: relative;
    margin: 0 auto;
    font-weight: 400;
}

.back-link::before{
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/images/reverse-arrow.svg");
    width: 12px;
    height: 9px;
    left: 0;
    top: 5px;
}


@media (max-width: 1279px) {
    .languages-popup, .account-popup, .basket-popup{
        display: none;
    }
}

.main-dropdown-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 56px 0;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 40px 40px -40px rgba(0,0,0,0.1), 0 -40px 40px -40px rgba(0,0,0,0.1);
    z-index: 11;
}

.menu-list__item:hover .main-dropdown-menu {
    pointer-events: auto;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}


.dropdown-menu__inner{
    display: flex;
    gap: 30px;
}

.dropdown-menu__list{
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: max-content;
    z-index: 11;
}

.dropdown-menu__item-title{
    font-size: 16px;
    line-height: 150%;
    /**/
    color: #27251F;
}

.dropdown-menu__item-link{
    font-size: 14px;
    line-height: 150%;
    color: #71706c;
    font-family: 'Pan-text';
    transition: background-color 0.5s ease;
}

.dropdown-menu__item-link:hover{
    color: #1979ff;
}

@media (max-width: 1279px) {
    .main-dropdown-menu{
        display: none;
    }
}

.search-popup{
    font-weight: 400;
    font-size: 12px;
    width: 359px;
    padding: 20px;
    color: #27251F;
    line-height: 150%;
    background: #ffffff;
}

.search-popup__head{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__text{
    margin-bottom: 6px;
}

.search-popup__title{
     font-weight: 700;
    font-size: 12px;
    line-height: 150%;

}

.search-popup__universal-title{
    margin-bottom: 16px;
}

.search-popup__products{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__product{
    max-width: 281px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-popup__product-title{
    font-weight: 700;
    margin-bottom: 3px;
}

.search-popup__products{
}

.search-popup__categories{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #27251F;
}

.search-popup__category-title{
    margin-bottom: 4px;
    font-weight: 700;

}
.search-popup__article{
    font-weight: 700;
}
.search-popup__article:not(:last-child){
    margin-bottom: 12px;
}

.user-popup{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    width: 211px;
    color: #27251F;
    /*display: none;*/
}

.user-popup__inner{

}

.user-popup__head{
    padding: 10px 0;
    background-color: #EBEBEB;
    padding-left: 18px;
}

.user-popup__head-title{
    font-size: 16px;
    font-weight: 700;
}

.user-level{
    padding-left: 14px;
    position: relative;
}

.user-level::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FFCAD4;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.user-popup__item{
    padding: 8px 0 8px 18px;
}

.user-popup__item:not(:last-child){
    border-bottom: 1px solid #27251F33;
}

.mobile-search{
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 9;
    transition: transform 0.3s ease;
    height: 100vh;
    overflow-y: auto;
}

.mobile-search.close{
    transform: translateY(-100vh);
}

.mobile-search-input__inner{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d1d2;
    margin-bottom: 10px;
}

.mobile-search-input{
    width: 100%;
    height: 45px;
    padding: 12.5px 32px 12.5px 20px;

}

.mobile-search-close{
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

.popular-searches__title{
    margin-bottom: 11px;
    color: #71706c;
    font-size: 14px;
}

.popular-searches__items{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.popular-searches__item{
    border: 1px solid #d0d1d2;
    height: 33px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    border-radius: 20px;

}

.caret-right{
    width: 5px;
    height: 6px;
    object-fit: cover;
}

.popular-searches__item-link{
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
}

.mobile-search{
    position: fixed;
    z-index: 11;
}
.icon-cnt{
    position: absolute;
    background: #FFCAD4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
     font-weight: 700;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    top: 0;
    right: 0;
}
body .img-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
@media (max-width: 1279px) {
    .icon-cnt {
        width: 15px;
        height: 15px;
        top: -5px;
    }
    .header__search-btn {
        width: 27px;
        height: 27px;

    }
}
@media (max-width: 767px) {
    .card-price{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .favorites-container .wishes-empty-title{
        font-size: 16px;
    }
}
.privacy-policy-title{
    font-size: 24px;
    line-height: 150%;

    padding-bottom: 20px;
    border-bottom: 1px solid #27251F66;
    font-weight: 700;
    max-width: 95%;
    margin: 2% auto 16px;
}
.privacy-policy-text{
    font-size: 12px;
    line-height: 150%;
    color: #27251F;
    padding-bottom: 5%;
    max-width: 95%;
    margin: 0 auto 16px;
}
.privacy-policy-text p {
    margin: 1% 0;
    text-align: left;
}
.privacy-policy-text ul{
    list-style: disc!important;
}
.privacy-policy-text ul li {
    margin-left: 1%;
    margin-bottom: 1%;
}
.wishes-empty-title{
    padding: 5% 0;
    margin: 0 auto;
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 150%;

    font-weight: 700;
}
.wishlist-bottom-block{
    padding: 0 0 40px;
}
.profile__banner{
    max-width: 1920px;
    margin: 0 auto;
}
.cookieBlock {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.cookieBlockInside {
    padding: 14px 10px;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
}

.cookieBlockText {
    display: block; /* Default block display for full HD */
    text-overflow: unset; /* Show all text by default */
    white-space: normal; /* Allow wrapping text */
    overflow: visible; /* Show full text */
    cursor: pointer;
}

/* Mobile: Cut off text with ellipsis */
@media (max-width: 768px) {
    .cookieBlockText {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* Limits the text to 3 lines */
        overflow: hidden;
        text-overflow: ellipsis; /* Adds the ellipsis (...) */
        max-height: 80px; /* Cut off the last part of the text */
        overflow-y: auto; /* Enable vertical scrolling */
        padding-right: 10px; /* Optional: For better scrollbar visibility */
    }

    .cookieBlockText.open {
        -webkit-line-clamp: unset; /* Remove the line-clamp when opened */
        max-height: none; /* Remove height restriction */
        overflow-y: auto; /* Enable vertical scrolling */
    }
    .cookieBlockGotit {
        width: 100%;
        text-align: center;
    }
    /* Make the whole cookie block scrollable if needed */
    .cookieBlockInside {
        flex-direction: column-reverse;
        max-height: 60vh; /* Limit the height of the block */
        overflow-y: auto; /* Enable scrolling for the entire block */
        gap: 20px;
    }
    .cookieBlock {
        max-height: 50vh;
        overflow-y: auto;
    }
    .cookieBlockInside p {
        font-size: 12px;
    }
}

.cookieBlockText a {
    color: #FFCAD4;
    text-decoration: revert;
}

.cookieBlockGotit {
    border: 1px solid #27251F;
    box-sizing: border-box;
    padding: 12px 40px;
    font-family: 'Montserrat', sans-serif;
    transition: all ease 0.8s;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    cursor: pointer;

}

.cookieBlockGotit:hover {
    transition: all ease 0.8s;
    color: #fff;
    background-color: #000;
}

/* End */


/* Start:/local/templates/pandora/css/swiper-bundle.min.css?175465576718468*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-main-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-main-container>canvas,.swiper-zoom-main-container>img,.swiper-zoom-main-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/pandora/css/style.css?175465576724349*/
/* TOP */

.top{
    margin-bottom: 100px;
}

.top__inner{
    padding: 257px 65px  65px 0 ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top__content{
    max-width: 487px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.top__title{
    color: #000;
    font-size: 58px;
    font-weight: 700;
    line-height: 120%;
}

.discount__items-wrapper{
    width: 100%;
}

@media (max-width: 1439px) {
    .top{
        margin-bottom: 60px;
    }

    .top__inner {
        padding: 203px 0 65px 65px;
    }
}

@media (max-width: 1279px) {
    body .top__inner{
        padding: 43px 0;
    }
}

@media (max-width: 1023px) {
    .top__inner {
        padding: 72px 0 40px 40px;
    }

    .top__title{
        font-size: 36px;
    }

}

@media (max-width: 767px) {
    .top{
        margin-bottom: 40px;
    }

    .top__inner{
        padding: 172px 0 12px 12px;
    }
    .top__content{
        gap: 10px;
    }
    .top__title{
        font-size: 20px;
    }

    .top-logo{
        width: 115px;
        height: 20px;
    }

}

/* JEWELLERY */

.jewellery{
    margin-bottom: 102px;
}

.jewellery__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    column-gap: 4px;
}

.jewellery__card{
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: transform 0.3s ease;
    cursor: pointer;
}


.jewellery__card-title{
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;

    color: #27251F;
    text-align: center;
}

@media (max-width: 1439px) {
    .jewellery{
        margin-bottom: 100px;
    }

    .jewellery__inner{
        row-gap: 31px;
    }

    .jewellery__card-img{
        height: 174px;
    }
    .jewellery__card{
        width: 16.3%;
    }
}

@media (max-width: 1279px) {
    .jewellery{
        margin-bottom: 60px;
    }

    .jewellery__inner{
        row-gap: 4px;
        column-gap: 4px;
    }

    .jewellery__card-img{
        height: 174px;
    }
    .jewellery__card{
        width: 20.6%;
    }
}

@media (max-width: 1023px) {
    .jewellery{
        margin-bottom: 60px;
    }
    .jewellery__inner{
        row-gap: 4px;
    }
    .jewellery__card{
        width: 27.8%;
    }
}

@media (max-width: 767px) {
    .jewellery{
        margin-bottom: 40px;
    }

    .jewellery__inner{
        row-gap: 7px;
        column-gap: 7px;
    }

    .jewellery__card {
        width: 31.6%;
    }

    .jewellery__card-img{
        height: 76px;
    }

    .jewellery__card-title{
        font-size: 10px;
        text-align: center;
    }

}

/* DISCOUNT */

.discount{
    margin-bottom: 100px;
}

.discount__inner{
    max-width: 1164px;
    margin: 0 auto;
    display: flex;
    gap: 41px;
    align-items: flex-start;
    overflow: hidden;
}


.discount__title{
    font-size: 38px;
    max-width: 231px;
    line-height: 120%;
}

.discount__items{
    display: flex;
    gap: 20px;
    flex-grow: 1;
    align-items: center;
}

.discount__item-inner{
    width: 33%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.discount__num{
    height: 376px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.discount__center-num{
    height: 284px;
    display: flex;
    align-items: flex-end;
    padding: 27px 22px;
}

.discount__center-item{
    height: 376px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
}

.discount__item{
    height: 284px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.discount__num, .discount__center-num, .discount__center-item, .discount__item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.discount__item-text--inner{
    padding: 12px;
    background-color: #fff;
    width: 192px;
}

.discount__item-text{
    color: #27251F;

    font-size: 12px;
    line-height: 150%;

    padding-bottom: 7px;
    border-bottom: 2px solid #27251F;
}



.discount_slider{
    width: 995px;
    overflow: hidden;
    display: none;
}

.discount-slider__item{
    height: 234px;
    padding: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url("/local/templates/pandora/css/../images/Frame 2 (1).png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1279px) {
    .discount__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 734px;
        margin: 0 auto;
    }

    .discount__items {
        gap: 17px;
        max-width: 736px;
    }

    .discount__item-inner {
        width: calc(31% + 3px);
    }

    .discount__title {
        max-width: 631px;
        align-self: flex-start;
    }

    .discount__num, .discount__center-item {
        height: 308px;
    }

    .discount__item, .discount__center-num{
        height: 233px;
    }
}

@media (max-width: 1279px) {
    .discount{
        margin-bottom: 60px;
    }

    .header-navbar__search{
        margin-right: 0;
    }
}


@media (max-width: 1023px) {
    .discount{
        margin-bottom: 85px;
    }

    .discount__inner{
        max-width: 736px;
        flex-direction: column;
    }

    .discount__items{
        gap: 17px;
    }
}

@media (max-width: 767px) {
    .discount{
        margin-bottom: 40px;
    }

    .discount__title {
        font-size: 30px;
    }

    .discount__item-inner{
        display: flex;
    }

    .discount__items{
        display: none;
    }

    .discount_slider{
        display: block;
    }
}

/* FAVORITES */

.favourites{
    margin-bottom: 100px;
    overflow: hidden;
    color: #27251F;
}

.favourites__slider-title{
    font-size: 30px;
    text-align: center;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .favourites__slider-title{
        text-align: left;
    }
}

@media (max-width: 767px) {
    .favourites{
        margin-bottom: 40px;
    }

    .favourites__slider-title{
        margin-bottom: 30px;
    }
}


/* DISCOVER */

.discover{
    margin-bottom: 100px;
    color: #27251F;
    position: relative;
    overflow: hidden;
}

.discover__title{
 font-weight: 700;
    font-size: 48px;
    line-height: 120%;
}

.discover__title-img--inner{
    margin-bottom: 40px;
    object-fit: cover;
}

.discover__items{
    display: flex;
    gap: 23px;
    margin-bottom: 100px;
}

.discover__item{
    width: 25%;
}

.discover__item-img{
    margin-bottom: 14px;
}

.discover__item-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */

    margin-bottom: 6px;
}

.discover__item-link{
    color: #27251F;
    font-weight: 400;
    padding-bottom: 8px;
    position: relative;
}

.discover__item-link::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 168px;
    background: #27251F;
    left: 0;
    bottom: 0;
}

.discover__info{
    max-width: 1070px;
    margin: 0 auto 119px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discover__info-text--wrapper{
    max-width: 270px;
}

.discover__info-text--title{
    font-size: 30px;
 font-weight: 700;
    margin-bottom: 17px;
    line-height: 120%;
}

.discover__info-text{
    text-transform: none!important;
    margin-bottom: 17px;
}



.discover__slider__inner{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.discover__slider__inner{
    width: 1321px;
    margin: 0 auto;
    overflow: hidden;
}

.discover__slider-item--inner{
    display: flex;
    align-items: center;
    padding-left: 62px;
    height: 236px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    transition: background-color 0.5s ease;
}

.discover__slider-item--inner:hover{
    background-color: #F2A1B2;
}

.discover__slider-item--inner:nth-child(even){
    border-right: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
}

.discover__slider-item--inner:first-child{
    border-left: 1px solid #C8C8C8;
}

.discover__slider-item--inner:last-child{
    border-right: 1px solid #C8C8C8;
}

.discover__slider-item{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.discover__slider-item--img{
    width: 34px;
    height: 40px;
    object-fit: contain;
}

.discover__slider-item--text{
    opacity: 0.6;
    max-width: 230px;
    font-size: 14px;
    line-height: 150%;
}

.discover__slider-item--link{
 font-weight: 700;
    color: #27251F;
    font-size: 12px;
    line-height: 150%;

}

.discover-slide-prev, .discover-slide-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 98px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.discover-slide-prev{
    left: 0;
}

.discover-slide-next {
    right: 0;
}

.discover__slider-pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 5%;
}

.discover-pagination-bullet{
    opacity: 1;
    width: 10px!important;
    height: 10px!important;
    background-color: #D9D9D9;
    margin: 0!important;
}


.discover-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #27251F;
}


@media (max-width: 1439px) {
    .discover__slider__inner{
        max-width: none;
    }
    .discover__slider__inner{
        width: 100%;
    }

    .discover-slide-prev, .discover-slide-next{
        display: none;
    }

    .discover__title-img--inner{
        margin-bottom: 56px;
    }

    .discover__items{
        max-width: 1232px;
        margin-bottom: 172px;
    }
}

@media (max-width: 1279px) {
    .discover{
        margin-bottom: 60px;
    }

    .discover__items{
        flex-wrap: wrap;
    }

    .discover__items{
        margin-bottom: 60px;
    }
    .discover__title-img{
        width: 357px;
        height: 74px;
    }

    .discover__title-img--inner{
        margin-bottom: 50px;
    }

    .discover__title{
        font-size: 30px;
    }

    .discover__item{
        width: 23%;
    }

    .discover__info{
        max-width: 696px;
        margin-bottom: 60px;
    }

    .discover__info-img {
        width: 55%;
    }

    .discover__slider-pagination{
        display: none;
    }

    .discover__slider__inner{
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .discover__item {
        width: 39.5%;
    }
}

@media (max-width: 767px) {
    .discover{
        margin-bottom: 40px;
    }

    .discover__title-img--inner{
        margin-bottom: 40px;
    }

    .discover__item {
        width: 47%;
        height: 370px;
    }

    .discover__items{
        gap: 13px;
        margin-bottom: 40px;
    }

    .discover__item-link::after{
        width: 63px;
    }

    .discover__info{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }

    .discover__info-img{
        width: 100%;
    }

    .discover__info{
        max-width: none;
    }

    .discover__info-text--wrapper{
        max-width: none;
    }
    .discover__slider__inner {
        width: 100%;
    }

    .discover__title-img {
        width: auto;
        object-fit: contain;
    }

}

/* POPUP */

.main-popup{
    padding: 20px;
    color: #27251F;
    max-width: 1262px;
    width: 100%;
    height: 864px;
    position: fixed;
    top: 50%;
    z-index: 11;
    background: #FFF;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-popup.close{
    display: none;
}

.popup-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.metal__group{
    margin-bottom: 10px;
}

.popup_-detail-link{
    text-decoration-line: underline!important;
}

.popup__content{
    display: flex;
    gap: 30px;
    overflow-y: auto;
    height: 712px;
}

.popup__items-wrapper{
    width: 59%;
}

.popup__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product{
    height: 344px;
    padding: 0 24px 21px;
    width: calc(50% - 15px);
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #f5f5f5;
}

.view__link{
    padding: 11px 0;
    width: 100%;
    border: 1px solid #27251F;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product:hover .view__link{
    opacity: 1;
}

.popup__items-slider{
    display: none;
    width: 187px;
}

.popup__items-slider--pagination{
    position: static;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.items-slider-img{
    margin-bottom: 20px;
}

.popup__items-slider .view__link{
   opacity: 1;
}

.popup-bullet{
    margin: 0!important;
}

.popup-bullet.swiper-pagination-bullet-active{
    background-color: #27251F!important;
}

.element__info{
    flex-grow: 1;
}

.element__info-content{
    max-width: 453px;
}

.element__info-head{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 453px;
}

.element__info-title{
 font-weight: 700;
    font-size: 24px;

    color: #27251F;
}

.element__price{
    font-size: 18px;
    line-height: 150%;

}

.element__suggestion{
    opacity: 0.6;
}

.element__stars{
    display: flex;
    align-items: center;
    gap: 14px;
}

.element__stars-count{
    opacity: 0.6;
}

.size{
    margin-top: 20px;
    margin-bottom: 20px;
}

.size__title-inner{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 14px;
}

.size__title{
    font-size: 18px;

    line-height: 150%;
}

.size__title-guide{
    text-decoration-line: underline!important;
    opacity: 0.6;
}

.size__items{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.size__items .active{
    background: #27251F;
    color: #fff!important;
}

.size__item{
    padding: 11px 16px;
    border: 1px solid #27251F;
    cursor: pointer;
}

.save-elm__inner{
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.save-elm{
    font-size: 12px;

    opacity: 0.6;
    line-height: 150%; /* 18px */
    text-decoration-line: underline!important;
    position: relative;
}

.detail-item__title{
 font-weight: 700;
    font-size: 12px;
    color: #000;

}

.detail__item{
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.add-link__inner{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
}

.add-link{

    color: #fff;
    padding: 11px 0;
    background: #27251F;
    text-align: center;
    width: 39%;
    font-size: 12px;
    line-height: 150%;
}

.metal__group-title, .color__group-title{
    font-size: 12px;
    line-height: 150%;
}

.popup-head-2{
    display: none;
}


.main-popup ::-webkit-scrollbar {
    width: 6px; /* ширина полосы прокрутки */
    background-color: #D9D9D9;
}

.main-popup ::-webkit-scrollbar-thumb {
    background-color: #27251F; /* цвет ползунка прокрутки */
}


@media (max-width: 1439px) {
    .main-popup{
        max-width: 1232px;
    }

    .popup__content{
        gap: 27px;
    }

    .popup__items-wrapper{
        width: 58%;
    }

    .product{
        height: 330px;
    }
}

@media (max-width: 1279px) {

    .product{
        height: 320px;
    }

    .popup__items-wrapper{
        width: 100%;
    }

    .main-popup{
        max-width: 730px;
    }

    .popup__content{
        flex-direction: column;
        max-height: 730px;
        overflow-y: scroll;
        padding-right: 21px;
    }

    .element__info-content{
        max-width: none;
    }

    .add-link{
        width: 69%;
    }
}

@media (max-width: 767px) {

    .main-popup{
        width: 286px;
        min-width: auto;
        height: auto;
        padding-bottom: 32px;
    }

    .popup-head{
        display: none;
        margin-bottom: 32px;
    }

    .add-link__inner{
        flex-direction: column;
    }

    .popup-head-2{
        display: flex;
        width: 100%;
    }


    .popup__content{
        max-height: 401px;
    }

    .add-link__inner{
        position: static;
        padding: 20px 0 0;
    }

    .popup__items{
        display: none;
    }

    .popup__items-slider{
        display: block;
    }


    .popup__content{
        gap: 20px;
        padding-right: 13px;
    }

    .metal__group{
        margin-bottom: 10px;
    }

    .element__info-title{
        font-size: 12px;
    }

    .metal__group-title, .color__group-title{
        font-size: 12px;
    }

    .element__stars{
        gap: 13px;
    }

    .element__stars-inner{
        display: flex;
    }

    .add-link {
        width: 84%;
    }

    .element__info{
        flex-grow: 0;
        max-width: 90%;
        margin: 0 auto;
    }

    .view__link{
        width: 82%;
        margin: 0 auto;
        display: block;
    }
}


/* RECENTLY */

.recently{
    margin-bottom: 100px;
    overflow: hidden;
}

.recently__title{
    text-align: center;
    font-size: 30px;
 font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .recently{
        margin-bottom: 205px;
    }
    .recently__title{
        text-align: left;
    }
}


@media (max-width: 767px) {
    .recently{
        margin-bottom: 40px;
    }
    .recently__title{
        margin-bottom: 30px;
    }
    .discover__info-text{
        max-width: 90%;
    }
}


.detail__container{
    display: flex;
    flex-direction: column;
    font-size: 12px;

}

.detail__item-inner:nth-child(odd){
    border-top: 1px solid rgba(39, 37, 31, 0.40);
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.detail__item-inner:last-child{
    border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}


.detail__item-text{
    opacity: 0.6;
    max-width: 415px;
    line-height: 150%;
}

.detail__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__list-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detail__list-item--key{
    font-size: 12px;
    line-height: 150%;
 font-weight: 700;
    opacity: 0.6;
}

.detail__list-item--values{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__list-item--value{
    font-size: 12px;
    line-height: 150%;
    opacity: 0.6;
}

.size-guide__list-inner{
    margin-bottom: 13px;
}

.folders__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.folders__list-item{
    padding-left: 34px;
    text-decoration-line: underline;
    position: relative;
}

.folders__list-item::before{
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/folders 1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -2px;
}

.size-link{
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline!important;
}

.size-guide{
    padding: 22px 18px;
    border: 1px solid rgba(39, 37, 31, 0.20);
}

.size-guide__head{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 13px;
}

.size-guide__btns{
    display: flex;
    background-color: #F5F5F5;
    border-radius: 90px;
}

.size-guide__btn{
    padding: 6px 0;
    width: 50%;
    text-align: center;
    cursor: pointer;

    line-height: 150%;
    font-size: 12px;
}

.size-guide__btn.mixitup-control-active{
    border-radius: 90px;
    background: #27251F;
    color: #fff;

}

.size-guide__title{
 font-weight: 700;
}

.size-guide__text{
    opacity: 0.6;
}

.size-guide__list{

}

.size-guide__item{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.size-guide__item-text{
 font-weight: 700;

    font-size: 12px;
    line-height: 150%;
}

.favorite-count-disable{
    display: none!important;
}

.size-guide__item:nth-child(even){
    background: #F5F5F5;
}

.size-guide__texts-title{
    font-size: 14px;
 font-weight: 700;
    margin-bottom: 6px;
}

.tip{
 font-weight: 700;
    margin-bottom: 6px;
    line-height: 150%;

}

.tip-info{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
    opacity: 0.6;
}

.tip-info p {
    line-height: 150%;
}

.detail__item-text--inner{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detail__item-text--title{
 font-weight: 700;
    padding-left: 36px;
    position: relative;
    margin-bottom: 6px;
    line-height: 150%;

}

.detail__item-text--title::before{
    content: '';
    position: absolute;
    background-image: url("/local/templates/pandora/css/../images/shipping-fast 1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 0;
}

.detail__item-text--title2::before {
    background-image: url("/local/templates/pandora/css/../images/arrows-repeat 1.svg");
}

.detail__item-text--title3::before{
    background-image: url("/local/templates/pandora/css/../images/award 1.svg");
}

.order-items{
    display: flex;
    gap: 20px;
}

.order-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding-bottom: 20px;
    border-radius: 10px;
    background: #F5F5F5;
}

.order-item__img{
    width: 100%;
    border-radius: 10px;
}










.owl-carousel .item{
    padding:0 !important;
    height:auto !important;;
}
.owl-carousel .owl-item div{
    position: relative;
    overflow: hidden;
}
.owl-carousel .owl-item:nth-child(even) img{
    /*-webkit-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
    /*transform: scale(1.4);*/
    /*-webkit-transform-origin: bottom right;*/
    /*-moz-transform-origin: bottom right;*/
    /*-ms-transform-origin: bottom right;*/
    /*-o-transform-origin: bottom right;*/
    /*transform-origin: bottom right;*/
}
.owl-carousel .owl-item:nth-child(odd) img{
    /*-webkit-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    /*-webkit-transform-origin: bottom left;*/
    /*-moz-transform-origin: bottom left;*/
    /*-ms-transform-origin: bottom left;*/
    /*-o-transform-origin: bottom left;*/
    /*transform-origin: bottom left;*/
}
/*.owl-carousel .owl-item.active:nth-child(even) img{*/
/*    -webkit-transform: scale(1.1);*/
/*    -ms-transform: scale(1.1);*/
/*    transform: scale(1.1);*/
/*}*/
/*.owl-carousel .owl-item.active:nth-child(odd) img{*/
/*    -webkit-transform: scale(1.4);*/
/*    -ms-transform: scale(1.4);*/
/*    transform: scale(1.4);*/
/*}*/
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/sale_banner/style.css?17546557676383*/
.topwidget__items {
	position: relative
}

.topwidget__items.slick-slider {
	padding: 0 20px
}

.topwidget__items .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.topwidget__items .slick-track::after,
.topwidget__items .slick-track::before {
	display: none!important
}

.topwidget__item {
	align-items: center;
}

.topwidget__item-wrap {
	display: block;
	width: 100%
}

.topwidget__item.slick-slide {
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: flex!important;
	justify-content: center;
	-ms-align-items: center;
	height: auto!important
}

.topwidget__item~.topwidget__item:not(.slick-slide) {
	display: none
}

.topwidget__item a,
a.topwidget__item {
	font-family: "Arial-Reg";
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #27251F!important
}

.topwidget__item a:hover,
a.topwidget__item:hover {
	text-decoration: none;
	color: #27251F!important
}

.topwidget__item b,
.topwidget__item strong {
	font-weight: 600
}

.topwidget .slick-arrow {
	display: block;
	width: 20px!important;
	height: 100%!important;
	text-indent: -9999px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Y0N0Y1ODk1QTA1MTFFQTlFQjM5RTlGOTBFRkJENzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y0N0Y1OEE1QTA1MTFFQTlFQjM5RTlGOTBFRkJENzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjQ3RjU4NzVBMDUxMUVBOUVCMzlFOUY5MEVGQkQ3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjQ3RjU4ODVBMDUxMUVBOUVCMzlFOUY5MEVGQkQ3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu5b6ncAAACrSURBVHjaYvz//z8DFJQDMT8QVzHgAkDFjEDc8R8BykEGYMMgghmINyIp/gfE6bgUgzAbEO9F0vAHiCNwKQZhXiA+gaThJxB74lIMwiJAfAlJw1cgtsGlGIRlgPg2koYPQKyPSzEIqwDxUyQNr0BiuBSDcNh/VHAcn8lP0ExWJdbNBsSGhi220ODBEs5eFMUg0WmDCZjw/gHxdaSEWAnEM7GlUEZS0jNAgAEAbYYPTs6T/yQAAAAASUVORK5CYII=) no-repeat 50% 50%/11px 17px!important;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: .5;
	cursor: pointer;
	transition: opacity .25s
}

.topwidget .slick-arrow:hover {
	opacity: 1
}

.topwidget .slick-arrow.slick-prev {
	left: 0;
	transform: rotate(180deg)
}

.topwidget .slick-arrow.slick-next {
	right: 0
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/pandora/components/bitrix/news.list/sale_banner/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@media (max-width: 1279px) {
	.topwidget__item a,
	a.topwidget__item {
		font-size: 10px;
		line-height: 14px;
		text-decoration: underline;
	}

}

/* End */


/* Start:/local/templates/pandora/components/bitrix/search.title/catalog-search/style.css?1754655767902*/
.header-navbar__search{
    position: relative;
}
.title-search-result{
    z-index: 12;
    top: 60px!important;
    left: -80px!important;
    overflow-y: auto;
    min-width: 360px;
}
.search-popup__product-title{
    word-break: break-all;
    font-weight: 700;
}
.search-popup__title,.search-popup__product-title,.search-popup__article{
    font-weight: 700;
}
@media (min-width: 1279px) {
    .search-popup{
        height: 600px;
        overflow-y: auto;
        scrollbar-color: #000000 #ffffff;
        scrollbar-width: thin;
    }
    .search-popup::-webkit-scrollbar {
        width: 6px;
    }
    .search-popup::-webkit-scrollbar-track {
        background: #FFF;
    }
    .search-popup::-webkit-scrollbar-thumb {
        background: #000000;
    }
}
@media (max-width: 767px) {
    .title-search-result {
        min-width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/sale.basket.basket.line/basket_line/style.css?17546557671141*/
.basket-popup__item-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.small-cart{
	height: 40px;
}
.basket-popup__item-img{
	width: 81px;
	height: 81px;
}
.basket-popup__item-info{
	width: calc(100%  - 100px);
}
.old_price{
	text-decoration: line-through;
	color: #bdbdbd;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
}
.new_price{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
}
.basket-popup__price{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
}
.basket-popup.basket-active{
	height: 300px;
}
.basket-popup.basket-active::-webkit-scrollbar {
	width: 6px;
}
.basket-popup.basket-active::-webkit-scrollbar-track {
	background: #FFF;
}
.basket-popup.basket-active::-webkit-scrollbar-thumb {
	background: #000000;
}
.basket-popup-bottom-block{
	position: sticky;
	bottom: 0;
	background-color: #ffffff;
	padding: 15px 0;
}
@media (max-width: 1279px) {
	.small-cart{
		height: 27px;
		width: 27px;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/top_catalog_menu/style.css?175465576750*/
.menu-list__item-link span{
    margin-top: 2px;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/search.title/catalog-search-mobile/style.css?175465576782*/
@media (max-width: 1279px) {
   body .search-popup{
       width: 100%;
   }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/catalog_mobile_menu/style.css?17546557671000*/
ul{
    margin: 0;
}
#mobile-menu__list{
    overflow: hidden;
}
.mobile-menu__list-item ul.root-item{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    top: 60px;
    overflow: hidden;
    height: 100%;
}
.mobile-menu__list-item ul.root-item-1{
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: -100%;
    top: 0;
}
.mobile-menu__list-item a,.mobile-menu__list-item a span{
    font-size: 16px;
}
.language-menu-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.language-menu-items-mobile{
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
    transition: all ease .5s;
}
.language-menu-items-mobile.active{
    padding-top: 17px;
    height: auto;
    overflow: unset;
    margin-bottom: -18px;
    transition: all ease .5s;
}
.language-menu-items-mobile li{
    width: 100%;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/menu/bottom_menu/style.css?1754655767721*/
/*!* Left menu*!*/
/*ul.left-menu*/
/*{*/
/*	list-style:none;*/
/*	margin:0; padding:0;*/
/*	margin-bottom:8px;*/
/*	position: relative; !*IE bug*!*/
/*}*/

/*ul.left-menu li*/
/*{*/
/*	padding: 10px 16px;*/
/*	background:#F5F5F5 url(/local/templates/pandora/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x;*/
/*}*/

/*ul.left-menu li a*/
/*{*/
/*	font-size:100%;*/
/*	color:#BC262C;*/
/*	font-weight:bold;*/
/*	text-decoration:none;*/
/*}*/

/*ul.left-menu li a:visited*/
/*{*/
/*	color:#BC262C;*/
/*}*/

/*ul.left-menu li a:hover*/
/*{*/
/*	color:#BC262C;*/
/*}*/


/*ul.left-menu li a.selected:link,*/
/*ul.left-menu li a.selected:visited,*/
/*ul.left-menu li a.selected:active,*/
/*ul.left-menu li a.selected:hover*/
/*{*/
/*	color:#FC8D3D;*/
/*}*/




/* End */


/* Start:/local/templates/pandora/components/bitrix/main.feedback/pandora_feedbeck/style.css?17546557672799*/
.feedback-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 412px;
    background: #FFF;
    z-index: 13;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.feedback-popup.d-none{
    display: none;
}
.popup__head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(39, 37, 31, 0.20);
    align-items: center;
}

.popup__title{
    color: #27251F;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}
.close-feedback-popup {
    cursor: pointer;
}
.feedback-popup form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.long-inner {
    width: 100%;
}
.login-form__input-title {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #27251F;
    line-height: 150%;
    opacity: 0.6;
}
.login-form__input{
    width: 100%;
    padding: 30px 0 10px 15px;
    height: 59px;
    border: 1px solid rgba(39, 37, 31, 0.20);
    max-width: 415px;
}

.login-form__input::placeholder{
    font-size: 12px;
    line-height: 150%;
    color: rgba(39, 37, 31, 0.20);
    font-family: "Arial-Bold";
}
.delivery-comment__inner {
    position: relative;
    margin-bottom: 14px;
    resize: none;
    width: 100%;
}
.textarea__title {
    top: 10px;
    left: 15px;
    position: absolute;
    color: #27251F;
    opacity: 0.6;
    line-height: 150%;
}
.delivery-comment {
     padding: 31px 15px 15px;
     border: 1px solid rgba(39, 37, 31, 0.20);
     height: 118px;
     width: 100%;
     resize: none;
 }
.send-feedback-btn {
    background-color: #27251F!important;
    color: #fff;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.d-none{
    display: none;
}
.login-form__input-inner.error-input .green-check-mark,.delivery-comment__inner.error-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/red-mark.svg");
    background-repeat: no-repeat;
}
.check-mark-inner{
    top: 20px;
    right: 15px;
}
.login-form__input-inner.success-input .green-check-mark,.delivery-comment__inner.success-input .green-check-mark{
    background-image:url("/local/templates/pandora/images/green-mark.svg");
    background-repeat: no-repeat;
}
.request-text{
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.error-text{
    color:  #EA1340;
}
.success-text{
    color: #5EC22F;

}
@media (max-width: 767px) {
    .feedback-popup {
        width: 288px;
    }
}
/* End */
/* /local/templates/pandora/css/global.css?175465576741770 */
/* /local/templates/pandora/css/swiper-bundle.min.css?175465576718468 */
/* /local/templates/pandora/css/style.css?175465576724349 */
/* /local/templates/pandora/components/bitrix/news.list/sale_banner/style.css?17546557676383 */
/* /local/templates/pandora/components/bitrix/search.title/catalog-search/style.css?1754655767902 */
/* /local/templates/pandora/components/bitrix/sale.basket.basket.line/basket_line/style.css?17546557671141 */
/* /local/templates/pandora/components/bitrix/menu/top_catalog_menu/style.css?175465576750 */
/* /local/templates/pandora/components/bitrix/search.title/catalog-search-mobile/style.css?175465576782 */
/* /local/templates/pandora/components/bitrix/menu/catalog_mobile_menu/style.css?17546557671000 */
/* /local/templates/pandora/components/bitrix/menu/bottom_menu/style.css?1754655767721 */
/* /local/templates/pandora/components/bitrix/main.feedback/pandora_feedbeck/style.css?17546557672799 */
