@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Light.woff2) format("woff"),url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Regular.woff2) format("woff"),url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Semibold.woff2) format("woff"),url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Bold.woff2) format("woff"),url(/catalog/view/theme/santi/assets/fonts/RFDewiExtended/RFDewiExtended-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block
}




body {
    /*font-family: 'Jost', sans-serif;*/
    /*font-family: 'DM Sans', sans-serif;*/

    font-family: "RFDewiExtended-Regular", sans-serif;
    font-weight: 400;
    color: #1F1E1E;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Cormorant Garamond', serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    color: #1F1E1E;
}

/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 32px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #1F1E1E;
}
a:hover,
a:focus {
    color: #1F1E1E;
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 13px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 13px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
    margin-top: 50px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
    right: -1px;
}





/*************** update ******************/

/******** up main style ********/
:root {
    --bg: #f2f2f2;
}
.btn.btn-primary,
.btn.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 300px;
    padding: 11px 30px;
    border: 1px solid #1F1E1E;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    transition: border-color .25s, background .25s, color .25s;
    color: #1F1E1E;
    text-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    border-color: #EB4740;
    background: #FFA5A5;
    color: #1F1E1E;
    outline: none;
}

.btn.btn-default {
    background: var(--bg);
    border-color: var(--bg);
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    background: transparent;
    border-color: #1F1E1E;
}

input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
}






/******** up header ********/
header {
    height: 74px;
}
.head__inner {
    /*position: relative;*/
    /*padding: 0 48px;*/
    height: inherit;
    background: var(--bg);
    border-bottom: 1px solid rgba(0, 0, 0, .08);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background .3s ease, box-shadow .3s ease;
}
.head__inner.scrolled {
    background: rgba(240, 238, 235, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.head__inner > .container {
    height: inherit;
}
.head__inner-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}


.head__nav {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1;
}

.head__nav a,
.head__nav span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .08em;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
}

.head__nav a::after,
.head__nav span::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1a1a1a;
    transition: width .25s ease;
}

.head__nav a:hover::after,
.head__nav span::after {
    width: 100%;
}


.head__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.head__logo img {
    display: block;
    height: 76px;
    width: auto;
}


.head__icons {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    justify-content: flex-end;
}

.head__icons a {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity .2s;
}

.head__icons a:hover { opacity: .8; }

.head__cart {
    position: relative;
}
.head__cart .badge {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #f0eeeb;
    font-size: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}





/******** up section home banner ********/
.home-banner {
    background: var(--bg);
}
.home-banner__inner {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 60px 0;
}

/* ── LEFT CONTENT ── */
.home-banner__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.home-banner__logo {
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 300;
    letter-spacing: .18em;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-banner__logo::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    flex-shrink: 0;
}

.home-banner__subtitle {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: .01em;
}

.home-banner__subtitle strong {
    font-weight: 600;
}

/*.home-banner__btn {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 240px;*/
/*    height: 52px;*/
/*    border: 1px solid #1F1E1E;*/
/*    background: transparent;*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*    letter-spacing: .1em;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*    transition: border-color .25s, background .25s, color .25s;*/
/*}*/

/*.home-banner__btn:hover {*/
/*    border-color: #EB4740;*/
/*    background: #FFA5A5;*/
/*}*/

/* ── PRODUCT TEASER (bottom center) ── */
.home-banner__product {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.home-banner__cream {
    width: 300px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.10));
}

.home-banner__new {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.home-banner__new-tag {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .12em;
    color: #FFA5A5;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-banner__new-text {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 300;
    line-height: 1.3;
}

.home-banner__new-text strong {
    font-weight: 600;
    font-style: italic;
}

/* ── HINT (top right of image area) ── */
.home-banner__hint {
    position: absolute;
    top: 64px;
    right: 340px;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
}

/* ── GIRL IMAGE (right) ── */
.home-banner__girl {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 540px;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
}





/******** up home banner slide ********/
.home-banner__slide {
    overflow: hidden;
    width: 100%;
    background: #ffe3e3;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 8px 0;
    cursor: pointer;
    user-select: none;
}

.home-banner__slide-track {
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    animation: marquee 28s linear infinite;
}

.home-banner__slide-track.paused {
    animation-play-state: paused;
}

.home-banner__slide-track span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #1a1a1a;
    white-space: nowrap;
}

.home-banner__slide-track svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    opacity: 1;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}






/******** up Feature Module ********/
.feature-module {
    margin: 50px 0 80px;
}
.swiper-wrap {
    padding: 0 30px;
    position: relative;
}

.fm__title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}
.fm__title-text-1 {
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
}
.fm__title-text-2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

/* ── CARD ── */
.fm__card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fm__card-img-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}
.fm__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.fm__card-img-wrap:hover .fm__card-img {
    transform: scale(1.03);
}

.fm__card-body {
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.fm__card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.fm__card-name {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
    flex: 1;
    transition: opacity .2s;
}
.fm__card-name:hover { opacity: .9; }
.fm__card-price {
    flex-shrink: 0;
    text-align: right;
}

.fm__price,
.fm__price-new {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.fm__price-old {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
    white-space: nowrap;
}

.fm__btn--unavailable {
    color: #fff;
    cursor: default;
    opacity: .8;
}

.fm__arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    border: none;
}
.fm__arrow svg {
    width: 32px;
    height: 32px;
}

.fm__arrow--prev { left: -20px; }
.fm__arrow--next { right: -20px; }

.fm__arrow.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}


.fm__card-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: calc(20px * 3);
}







/******** up home-info-section ********/
.home-info-section {
    padding: 50px 0 60px;
    background: #fff;
}

.home-info-section .container {
    padding-left: 120px;
    padding-right: 120px;
}

.home-info-section--features,
.home-info-section-review {
    background: #fdf0ef;
}

.home-info-section__head {
    text-align: center;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home-info-section__eyebrow {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .12em;
    color: #FFA5A5;
    text-transform: uppercase;
}
.home-info-section__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}
.home-info-section__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}
.home-info-section__grid {
    display: grid;
    /*gap: 24px;*/
}
.home-info-section__grid--3 {
    grid-template-columns: repeat(3, 1fr);
}
.home-info-section__card {
    /*background: #fff;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* .home-info-section__card-img-wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
} */
.home-info-section__card-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.home-info-section__card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.home-info-section__card-img-wrap:hover .home-info-section__card-img {
    transform: scale(1.03);
}
.home-info-section__card-body {
    padding: 24px 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-info-section__card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.home-info-section__card-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}


.home-info-section__before-after {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.home-info-section__ba-img-wrap {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.home-info-section__ba-img-wrap .home-info-section__card-img {
    aspect-ratio: 4 / 3;
}

.home-info-section__ba-label {
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,.4);
    letter-spacing: .04em;
}


.home-info-section--product-pick {
    background: #fff;
    text-align: center;
}
.home-info-section__product {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 600px;
}
.home-info-section__product-bg-text {
    position: absolute;
    font-size: clamp(60px, 10vw, 130px);
    font-weight: 700;
    font-style: italic;
    color: #FFA5A5;
    opacity: .18;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: -.02em;
    line-height: 1;
}
.home-info-section__product-img {
    position: relative;
    z-index: 1;
    width: 280px;
    max-width: 60%;
    object-fit: contain;
    display: block;
}
.home-info-section__product-desc {
    max-width: 760px;
    margin: 0 auto 40px;
}
.home-info-section__product-desc p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
}


.home-info-section-about {
    padding-bottom: 0;
}
.home-info-section-about .home-info-section__head {
    gap: 16px;
}









/******** up footer ********/
.footer {
    background: #ebebeb;
    padding: 50px 0 70px;
}
.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.footer__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__col--brand { flex: 0 0 200px; }
.footer__col--center { flex: 0 0 auto; align-items: flex-start; }
.footer__col--nav { flex: 0 0 auto; align-items: flex-end; }

.footer__logo {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .12em;
    color: #1a1a1a;
}
.footer__legal {
    font-size: 14px;
    font-weight: 300;
    color: #444;
    line-height: 1.5;
    margin: 0;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}
.footer__phone {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: .01em;
    transition: opacity .2s;
}
.footer__phone:hover { opacity: .8; }
.footer__email {
    font-size: 14px;
    font-weight: 300;
    color: #444;
    text-decoration: none;
    transition: opacity .2s;
}
.footer__email:hover { opacity: .8; }

.footer__payments {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    padding: 16px 24px;
    background: #fff;
}
.footer__pay-icon {
    display: block;
    height: 28px;
    width: auto;
}
.footer__pay-icon--visa {
    height: 22px;
    width: 60px;
}

.footer__pay-portmone {
    display: inline-flex;
    align-items: center;
    background: #e63946;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.footer__pay-pci {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    border: 1.5px solid #1a1a1a;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: .02em;
}

.footer__pci-check {
    color: #2e7d32;
    font-size: 11px;
}

.footer__pci-dss {
    font-size: 10px;
    font-weight: 400;
    opacity: .7;
}

/* ── SOCIAL ── */
.footer__social {
    display: flex;
    gap: 12px;
    margin-top: 4px;
    align-self: center;
}
.footer__social-link {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity .2s;
}
.footer__social-link:hover { opacity: .8; }

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*text-align: right;*/
}

.footer__nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: .01em;
    transition: opacity .2s;
    white-space: nowrap;
}

.footer__nav-link:hover { opacity: .8; }

footer a {
    color: #1F1E1E;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #000;
}

.footer__logo img {
    width: 150px;
}





/******* up menu *******/
.head__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.head__burger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transition: transform .3s ease, opacity .3s ease;
    transform-origin: center;
}
.head__burger.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.head__burger.is-active span:nth-child(2) { opacity: 0; }
.head__burger.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mob-menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: var(--bg);
    z-index: 999;
    padding: 32px 24px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.mob-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.mob-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.mob-menu__nav a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .08em;
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity .2s;
}
.mob-menu__nav span {
    font-weight: 700;
}
.mob-menu__nav a:hover { opacity: .8; }

.mob-menu__overlay {
    display: none;
    position: fixed;
    inset: 0;
    top: 72px;
    background: rgba(0,0,0,.3);
    z-index: 998;
}

.mob-menu__overlay.is-open { display: block; }

/*#mobMenu {*/
/*    display: none;*/
/*}*/

body.no-scroll { overflow: hidden; }

.head__instagram {
    margin-left: 30px;
}



.home-info-section .fm__arrow {
    top: 50%;
    background: none;
}






/******* up breadcrumbs *******/
.breadcrumb-wrap {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.breadcrumb-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb-nav__item {
    text-decoration: none;
    transition: opacity .2s;
}
.breadcrumb-nav__item:hover {
    opacity: .55;
}
.breadcrumb-nav__item--current {
    pointer-events: none;
}
.breadcrumb-nav__sep {
    display: flex;
    align-items: center;
    opacity: .5;
}




/******* up page about-us *******/
.about-us__hero {
    position: relative;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-top: 0;
}
.about-us__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-us__hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 30px;
}
.about-us__hero-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    text-shadow: 0 2px 8px rgba(255,255,255,.4);
}


.about-us__section {
    padding: 72px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.about-us__section:last-child {
    border-bottom: none;
}
.about-us__section-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.2;
}
.about-us__section-title--italic {
    font-weight: 400;
    font-style: italic;
    font-size: clamp(28px, 4vw, 48px);
}
.about-us__section-lead {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
}
.about-us__section-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about-us__section-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}


.about-us__section--brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.about-us__section-text {
    display: flex;
    flex-direction: column;
}
.about-us__section-media {
    border-radius: 12px;
    overflow: hidden;
}
.about-us__section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}


.about-us__section--philosophy {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
}
.about-us__section-title-col {
    padding-top: 4px;
}


.about-us__bottom-banner {
    padding: 0 0 40px;
}
.about-us__bottom-img {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    max-height: 400px;
}







#common-maintenance {
    min-height: 600px;
}
#common-maintenance h1 {
    line-height: 1.25;
    margin-top: 40px;
}




.breadcrumb-wrap {
    margin-bottom: 30px;
}
.page-information-7 .breadcrumb-wrap {
    border: none;
    margin-bottom: 0;
}
.page-information-7.container {
    width: auto;
    margin: 0;
    padding: 0;
}
#information-information.container:not(.page-information-7) .breadcrumb-wrap .container {
    width: auto;
    margin: 0;
    padding: 0;
}

#information-information.container.page-information-7 .breadcrumb-wrap .container {
    padding: 0 15px;
}


/******* up breadcrumbs *******/
.page-info__description {
    margin-bottom: 40px;
}
.page-info__description h1,
h1.cat-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 36px;
    color: #1a1a1a;
}
.page-info__description h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 40px 0 16px;
    color: #1a1a1a;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.page-info__description h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 28px 0 10px;
    color: #1a1a1a;
}
.page-info__description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 14px;
}
.page-info__description strong {
    font-weight: 600;
}
.page-info__description ul,
.page-info__description ol {
    margin: 0 0 20px 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page-info__description ul li,
.page-info__description ol li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    padding-left: 20px;
    position: relative;
}
.page-info__description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EB4740;
    flex-shrink: 0;
}
.page-info__description ol {
    counter-reset: ol-counter;
}
.page-info__description ol li {
    counter-increment: ol-counter;
}
.page-info__description ol li::before {
    content: counter(ol-counter) '.';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    font-weight: 500;
    color: #EB4740;
}
.page-info__description a {
    text-decoration: underline;
    text-decoration-color: rgba(0,0,0,.25);
    text-underline-offset: 3px;
    transition: color .2s, text-decoration-color .2s;
}
.page-info__description a:hover {
    color: #EB4740;
    text-decoration-color: #EB4740;
}
.page-info__description address {
    font-style: normal;
    background: var(--bg);
    border-left: 3px solid #EB4740;
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin-top: 8px;
}
.page-info__description address p {
    margin: 0 0 6px;
}
.page-info__description address p:last-child {
    margin-bottom: 0;
}





/******* up category *******/
.cat-product__items {
    --grid-column: 4;
    --grid-gap-x: 24px;
    --grid-gap-y: 40px;

    display: flex;
    flex-wrap: wrap;
    gap: var(--grid-gap-y) var(--grid-gap-x);
    margin-bottom: 30px;
}
.cat-product__item {
    width: calc((100% - (var(--grid-gap-x) * (var(--grid-column) - 1))) / var(--grid-column));
}
.fm__card-btn-wrap {
    text-align: center;
}
.fm__card-btn-wrap .fm__btn--cart,
.fm__card-btn-wrap .fm__btn--unavailable {
    width: 84%;
}







/******* up product *******/
.product-page {
    --pr-muted:   #666;
    --pr-border:  #1F1E1E;;
    --pr-bg:      #f7f5f3;
    --pr-pink:    #FFA5A5;
    --pr-red:     #EB4740;
    --container-max-width: 880px;

    margin-bottom: 70px;
}


.pr__row {
    display: flex;
    gap: 80px;

    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
}
.pr__gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 45%;
}

.pr__main-img-wrap {
    /*overflow: hidden;*/
    border-radius: 4px;
    background: var(--pr-bg);
    /*aspect-ratio: 1 / 1;*/
}
.pr__main-img-link {
    display: block;
    width: 100%;
    height: 100%;
}
.pr__main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.pr__main-img-wrap:hover .pr__main-img {
    transform: scale(1.02);
}


.pr__thumbs-swiper {
    overflow: hidden;
}

.pr__thumb-slide {
    width: 72px !important;
    flex-shrink: 0;
}

.pr__thumb-link {
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color .2s;
    aspect-ratio: 1 / 1;
}
.pr__thumb-link--active,
.pr__thumb-link:hover {
    border-color: #1F1E1E;;
}

.pr__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.pr__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 55%;
}
.pr__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.pr__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.pr__price {
    font-size: 28px;
    font-weight: 400;
}
.pr__price--special {

}
.pr__price--old {
    font-size: 18px;
    font-weight: 300;
    color: var(--pr-muted);
    text-decoration: line-through;
}


.pr__stock {
    font-size: 13px;
    font-weight: 300;
    margin-top: -8px;
}


.pr__qty-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.pr__qty-label {
    font-size: 14px;
    font-weight: 300;
}
.pr__qty-label span {
    color: var(--pr-red);
}
.pr__qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pr-border);
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
}
.pr__qty-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    transition: background .2s;
}
.pr__qty-btn:hover {
    background: var(--pr-bg);
}
.pr__qty-input {
    width: 38px;
    height: 38px;
    border: none;
    border-left: 1px solid var(--pr-border);
    border-right: 1px solid var(--pr-border);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    outline: none;
}


.pr__option-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pr__option-label {
    font-size: 14px;
    font-weight: 300;
}
.pr__select {
    height: 44px;
    border: 1px solid var(--pr-border);
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 12px;
    outline: none;
    width: 100%;
    border-radius: 0;
    appearance: none;
}
.pr__radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pr__radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.pr__btn-cart-wrap {
    margin-top: 25px;
}
.pr__btn-cart.btn.btn-primary {
    width: 240px;
}

.pr__minimum {
    font-size: 12px;
    font-weight: 300;
    color: var(--pr-muted);
    margin: 4px 0 0;
}


.pr__accordion {
    margin-top: 20px;
    border-top: 1px solid var(--pr-border);
}
.pr__accordion-item {
    border-bottom: 1px solid var(--pr-border);
}
.pr__accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    text-align: left;
}
.pr__accordion-icon .pr__acc-v {
    transition: opacity .2s, transform .2s;
}
.pr__accordion-item--open .pr__accordion-icon .pr__acc-v {
    opacity: 0;
}
.pr__accordion-body {
    display: none;
    padding-bottom: 16px;
}
.pr__accordion-item--open .pr__accordion-body {
    display: block;
}
.pr__accordion-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.pr__accordion-content p { margin: 0 0 10px; }
.pr__accordion-content p:last-child { margin-bottom: 0; }
.pr__accordion-content ul { padding-left: 18px; }
.pr__accordion-content li { margin-bottom: 4px; }


.pr__description {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid var(--pr-border);
    max-width: var(--container-max-width);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}
.pr__description p { margin: 0 0 10px; }
.pr__description p:last-child { margin-bottom: 0; }
.pr__description ul { padding-left: 18px; }
.pr__description li { margin-bottom: 4px; }


.pr__related {
    margin-top: 72px;
    position: relative;
}
.pr__related-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 28px;
}
.pr__related-swiper {
    overflow: hidden;
}



.pr__main-video {
    max-width: 100%;
    height: auto;
}




.product-page .breadcrumb-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
}
.pr__prev-next {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pr__prev-next-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    text-decoration: none;
    transition: opacity .2s;
}
.pr__prev-next-link:hover {
    opacity: .6;
}
.pr__prev-next-link--disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}
.pr__prev-next-sep {
    font-size: 15px;
    color: rgba(0,0,0,.5);
}


.pr__thumbs-swiper-mob img {
    max-width: 100%;
    height: auto;
}


body .swiper-pagination-bullet {
    background: #1F1E1E;
}







/*********** up modal ***********/
/* modal vertical */
.modal-vertical-center.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    @media (min-width: 768px) {
        #basketModal .modal-dialog {
            width: 560px;
        }
    }
}
.modal-vertical-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-vertical-center.modal:after {
        display: inline-block;
        content: "";
    }
    .modal-vertical-center .modal-dialog {
        width: calc(100% - 30px);
    }
}
/* end modal vertical */



.modal-custom .modal-content {
    border-radius: 0;
    border: none;
}
.modal-custom .pc-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
.modal-custom .modal-body {
    position: relative;
    padding: 15px 30px 40px;
}

.modal-custom .close-modal {
    background: url(/catalog/view/theme/melani/icons/pc-close.svg) no-repeat;
    right: 15px;
    top: 15px;
    position: absolute;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background-position: center;
    background-size: contain;
}
.modal-custom .close-modal:hover,
.modal-custom .close-modal:active {
    opacity: .8;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}
.modal-close:before,
.modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #000;
    transform-origin: center;
}
.modal-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.modal-custom .modal-header {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-custom .modal-title {
    font-size: 20px;
}


.modal-up__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.modal-up__link-close {
    text-decoration: underline;
    cursor: pointer;
}
.modal-up__link-close:hover {
    text-decoration: none;
}
/*********** end modal ***********/






/********* up simple **********/
.simple-page h1 {
    margin-top: 0;
    font-weight: 600;
}
.container .breadcrumb-wrap .container {
    padding: 0;
}
.breadcrumb-wrap + .row #content > h1,
.breadcrumb-wrap + .row #content > h2:first-of-type {
    margin-top: 0;
}
.simplecheckout-error-text {
    font-size: 12px;
}
#simplecheckout_shipping label,
#simplecheckout_payment label {
    font-size: 14px;
}
.simple-page-simplecheckout h1 {
    margin-bottom: 25px;
}
/*#total_sub_total.simplecheckout-cart-total {*/
/*    display: none;*/
/*}*/
#simplecheckout_cart .simplecheckout-cart .price {
    display: none !important;
}
.simplecheckout-cart-total #simplecheckout_button_cart {
    height: 36px;
    font-size: 14px;
}

#simplecheckout_cart .quantity .btn-primary {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
#simplecheckout_cart .quantity input {
    text-align: center;
}
#simplecheckout_cart .image img {
    width: 100px;
    height: auto;
}


 

/********* up np **********/
body ul.dropdown-address {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 30px -10px #000000;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute !important;
    z-index: 1000;
}
body .dropdown-address li {
    list-style-type: none;
}
body .dropdown-address li:hover {
    background-color: #f5f5f5;
}
body .dropdown-address li a {
    color: #1F1E1E;
    display: block;
    padding: 7px;
    text-decoration: none;
}
body .dropdown-address li a:hover {
    color: #1F1E1E;
}





/********** up account **********/
/*#account-account > .breadcrumb-wrap ~ .row,*/
#account-login > .breadcrumb-wrap ~ .row,
#account-forgotten > .breadcrumb-wrap ~ .row,
.simple-page-simpleregister .breadcrumb-wrap ~ .row,
.simple-page-simpleedit .breadcrumb-wrap ~ .row,
#account-password > .breadcrumb-wrap ~ .row {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/*#account-account > .breadcrumb-wrap ~ .alert,*/
#account-login > .breadcrumb-wrap ~ .alert,
#account-forgotten > .breadcrumb-wrap ~ .alert,
.simple-page-simpleregister > .breadcrumb-wrap ~ .alert,
.simple-page-simpleedit > .breadcrumb-wrap ~ .alert,
#account-password > .breadcrumb-wrap ~ .alert {
    max-width: calc(900px - 30px);
    margin-left: auto;
    margin-right: auto;
}

.account-menu {
    line-height: 25px;
}




/***** up slider *****/
.home-banner__slider-swiper .fm__arrow {
    opacity: 0;
    transition: .3s;
}
.home-banner__slider-swiper:hover .fm__arrow {
    opacity: 1;
}

.home-banner__slider .fm__arrow {
    top: 50%;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: rgba(255,255,255,.2);
}
.home-banner__slider .fm__arrow:hover {
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.3);
}
.home-banner__slider .fm__arrow--prev {
    left: 15px;
}
.home-banner__slider .fm__arrow--next {
    right: 15px;
}

.home-banner:before {
    display: none;
}



/***** up swiper *****/
.swiper:not(.swiper-initialized) {
    overflow: hidden;
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0;
}

/* home-banner */
.home-banner__slider .swiper:not(.swiper-initialized) .swiper-slide {
    width: 100%;
}

/* feature-module */
.feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
}
.feature-module .swiper:not(.swiper-initialized) .swiper-slide {
    width: 100%;
}
@media (min-width: 480px) {
    .feature-module .swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(100%/2);
    }
}
@media (min-width: 768px) {
    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
    }
    .feature-module .swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(100%/3);
    }
}
@media (min-width: 1024px) {
    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 24px;
    }
    .feature-module .swiper:not(.swiper-initialized) .swiper-slide {
        width: calc(100%/4);
    }
}


/*.home-banner__slider .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*    display: flex;*/
/*}*/
/*.home-banner__slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*    width: calc(100%/1);*/
/*}*/

/*.feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*    display: flex;*/
/*    gap: 16px;*/
/*}*/
/*.feature-module .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*    width: calc(100%/1);*/
/*}*/

/*@media(min-width: 480px) {*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*        gap: 16px;*/
/*    }*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*        width: calc(100%/2);*/
/*    }*/
/*}*/

/*@media(min-width: 480px) {*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*        gap: 16px;*/
/*    }*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*        width: calc(100%/2);*/
/*    }*/
/*}*/

/*@media(min-width: 768px) {*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*        gap: 20px;*/
/*    }*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*        width: calc(100%/3);*/
/*    }*/
/*}*/

/*@media(min-width: 1024px) {*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper {*/
/*        gap: 24px;*/
/*    }*/
/*    .feature-module .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {*/
/*        width: calc(100%/4);*/
/*    }*/
/*}*/
/***** end swiper *****/





.feature-module .swiper-pagination,
.bestseller .swiper-pagination,
.home-info-section-review .swiper-pagination,
.home-info-section-bloger .swiper-pagination {
    bottom: -30px !important;
}





/***** up adv *****/
.home-info-section-adv__items {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}
.home-info-section-adv__item {
    width: calc(100%/3 - 30px*2/3);
    text-align: center;
}
.home-info-section-adv__item-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-info-section-adv__item img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.home-info-section-adv__item-img-1 img {
    height: 70px;
}
.home-info-section-adv__item-img-2 img {
    transform: scale(1.2);
}
.home-info-section-adv__item-text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4px;
}



/***** up blogers *****/
.home-info-section-bloger {
    margin-top: 40px;
    background: #fdf0ef;
}
.home-info-section-bloger .home-info-section__card-img-wrap {
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 560/930
}
.home-info-section-bloger .home-info-section__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}




.bestseller-module-section {
    margin-top: 25px;
}



#simplecheckout_shipping .radio,
#simplecheckout_payment .radio {
    margin-top: 8px;
    margin-bottom: 8px;
}



.s-dev-pay-text {
    font-size: 12px;
    line-height: 1.4;
    color: #888888;
    padding: 6px 10px;
    margin-bottom: 10px;
    /*background-color: #fff8e1;*/
    /*border-left: 3px solid #ffc107;*/
    background: #f0faf0;
    border-left: 3px solid #4caf50;
    border-radius: 4px;
    margin-top: -3px;
}
#simplecheckout_shipping .s-dev-pay-text {
    background: #f0faf0;
    border-left: 3px solid #4caf50;
}

.s-dev-pay-text {
    background: #fef8f7 !important;
    border-left: 3px solid #f5c0bc !important;
}

/*.s-dev-pay-text {*/
/*    font-size: 12px;*/
/*    color: #999;*/
/*    margin-top: -3px;*/
/*}*/





.info-page-slider .home-banner__video-wrap {
    position: relative;
    width: 100%;
    line-height: 0; /* убирает лишний отступ под видео */
}

/* Оверлей */
.info-page-slider .home-banner__video-loader {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.03em;
    transition: opacity 0.4s ease;
}

.info-page-slider .home-banner__video-loader.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* Спиннер */
.info-page-slider .home-banner__video-loader-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: banner-spin 0.8s linear infinite;
}

@keyframes banner-spin {
    to { transform: rotate(360deg); }
}



.info-page-slider .home-banner__video-wrap {
    position: relative;
    width: 100%;
    line-height: 0;

    /* Фиксируем соотношение сторон под ваше видео (16:9) */
    aspect-ratio: 1080 / 1350;
    background: #000; /* пока видео грузится — чёрный фон */
    max-height: 500px;
}
.info-page-slider .home-banner__video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-page-slider .home-banner__video-loader,
.info-page-slider .home-banner__slider-slide,
.info-page-slider.home-banner__slider img {
    max-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}


@media (min-width: 768px) {
    .info-page-slider .home-banner__video-wrap video,
    .info-page-slider img {
        object-fit: contain;
    }
    .info-page-slider .home-banner__video-wrap {
        background: #000;
    }
}




.about-us__block-1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.about-us__section--brand {
    gap: 40px;
    padding: 40px 0;
    grid-template-columns: 1fr;
}



#simplecheckout_payment .simplecheckout-block-content > .radio:nth-of-type(3) {
    display: none;
}