a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

input {
    outline: none !important;
}

ul {
    list-style: none;
    padding-left: 0;
}

.secondary-font, h1, h2, h3, h4, h5, h6 {
    font-family: "RT-Rondelle-Regular";
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rise-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }
}

@-webkit-keyframes rise-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }
}

@-webkit-keyframes rise-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
}

@keyframes rise-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    15% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    35% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    45% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    55% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    15% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    35% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    45% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    55% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

@-webkit-keyframes ring-little {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    15% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    25% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    30% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    35% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

@keyframes ring-little {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    15% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    25% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    30% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    35% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
}

a.inline-color:hover, a.inline-color:focus, a.inline-color.active {
    color: var(--color_hover) !important;
    outline: none
}

a.alternative:hover, a.alternative:focus, a.alternative.active {
    color: var(--color_general_alternative_hover)
}

input[type=text], input[type=search], input[type=textarea], input[type=password], input[type=email], input[type=tel], input[type=number], select {
    background: none;
    font-size: 16px
}

@media (min-width: 1200px) {
    input[type=text], input[type=search], input[type=textarea], input[type=password], input[type=email], input[type=tel], input[type=number], select {
        font-size: 14px
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px
}

.effect-hover__content, .transition {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

@media (min-width: 1200px) {
    .effect-hover__cart-btn {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.pg__countdown {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
    color: var(--countdown-color);
    background: var(--countdown-bkg)
}

@media (min-width: 1200px) {
    .effect-hover:hover .effect-hover__content {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
        visibility: visible
    }

    .effect-hover:hover .item__actions {
        right: 10px
    }
}

.zoom-effect {
    overflow: hidden
}

.zoom-effect:hover .zoom-effect__inner {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1)
}

.zoom-effect__inner {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

.header__link:hover .cart-number {
    color: var(--color_hover)
}

@media (max-width: 991px) {
    .cs__code {
        vertical-align: sub
    }

    .cs__code.active {
        text-decoration: underline !important
    }
}

.item__vendor {
    color: var(--item_vendor_color);
    font-size: var(--item_vendor_fs)
}

@media (min-width: 1200px) {
    .item__image--alt-img:hover .pg__main-image {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
    }

    .item__image--alt-img:hover .pg__main-alt-image {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
    }
}

.button--wl.added i:before {
    content: "\e92e"
}

.button[disabled=disabled] {
    opacity: .5
}

body.open-search-suggest {
    overflow: hidden
}

.modal-body {
    padding: 25px
}

.modal-header {
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

@media (min-width: 992px) {
    .modal-header {
        margin-right: -32px
    }
}

.modal-header .close {
    border: none;
    background: none;
    color: var(--color_general);
    border: 1px solid var(--bkg_body);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: var(--bkg_body);
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

@media (min-width: 992px) {
    .modal-header .close {
        width: 33px;
        height: 33px
    }
}

.modal-header .close:hover {
    color: var(--bkg_body);
    background: var(--color_general);
    cursor: pointer
}

.modal-header .close i {
    font-size: 20px
}

.alert {
    padding-left: 30px;
    position: relative
}

.alert:after {
    font-family: BTVodoma;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-left: 10px
}

.alert-success {
    background: none;
    position: relative;
    border-color: #11cc09;
    color: #0d8807
}

.alert-success:after {
    content: "\e900"
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning:after {
    content: "\e940"
}

.alert-danger:after {
    content: "\e93f"
}

.button--instagram {
    color: var(--bkg_body)
}

.button--instagram i {
    font-size: 30px
}

@media (min-width: 1200px) {
    .effect-hover__instagram {
        top: 0;
        left: 0;
        right: 0;
        background: rgba(var(--color_general_rgb), .6)
    }
}

.instagram-hashtag {
    position: relative;
    z-index: 1;
    height: 60px;
    margin-top: -45px
}

.instagram-hashtag span {
    background: #fff;
    color: var(--color_hover);
    font-weight: var(--font-weight-general--bold);
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 9px #0003;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px
}

button:focus {
    outline: none
}

@media (min-width: 992px) {
    .nav__item {
        -webkit-transition: ease-in-out all .3s;
        transition: ease-in-out all .3s
    }

    .nav__item--parent.hover, .nav__item--parent.open {
        border-bottom-color: var(--color_hover)
    }

    .nav__item--parent.hover .nav__item__dropdown, .nav__item--parent.open .nav__item__dropdown {
        z-index: 21;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
        visibility: visible;
        pointer-events: auto;
        top: calc(100% + 20px)
    }

    .nav__item--parent.hover .nav__item__link--arrow:after, .nav__item--parent.open .nav__item__link--arrow:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .nav__item__dropdown {
        top: calc(100% + 20px);
        left: 0;
        z-index: -21;
        -webkit-transition: ease all .3s;
        transition: ease all .3s;
        pointer-events: none;
        padding: 5px 25px
    }

    .nav__item__dropdown > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nav__item.hover .nav__item__dropdown, .nav__item.open .nav__item__dropdown {
        top: 100%
    }

    .nav-wrap-gutter .nav__item__dropdown {
        top: calc(100% + 0px)
    }

    .nav-wrap-gutter .nav__item.hover .nav__item__dropdown, .nav-wrap-gutter .nav__item.open .nav__item__dropdown {
        top: calc(100% - 20px)
    }

    .nav__item__column {
        padding: 15px
    }

    .nav__item__dropdown-column-content img {
        margin: 0 auto
    }

    .nav__icon {
        font-size: 14px;
        margin-right: 5px
    }

    .nav__item__dropdown-title {
        line-height: 1.6em;
        padding-bottom: 17px
    }

    .link-list--nav {
        padding: 0;
        margin-bottom: 0
    }

    .link-list__item--parent {
        position: relative
    }

    .link-list__item--parent > div > .link-list__item__link:after {
        content: "\e917";
        font-family: BTVodoma;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        padding: 0 15px;
        vertical-align: middle
    }

    .link-list__item--parent.hover > div > .link-list__item__dropdown {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
        visibility: visible;
        pointer-events: auto
    }

    .link-list__item--parent.hover > div > .link-list__item__link:after {
        content: "\e916"
    }

    .link-list__item__dropdown {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 190px;
        margin-top: -16px;
        padding-bottom: 8px;
        z-index: 3
    }

    .link-list__item__dropdown--nav {
        -webkit-transition: ease-in-out all .3s;
        transition: ease-in-out all .3s;
        padding: 10px 20px
    }

    .nav__item--ver {
        border-bottom: none !important
    }
}

.link-list__item.open > .mobile-nav__arrow:before {
    content: "\e916"
}

.link-list__item__link > i {
    margin-right: 5px
}

.link-list__item__label {
    left: auto;
    right: auto;
    top: -15px;
    font-size: 9px;
    padding: 2px 5px
}

.mobile-nav__item.open > div > .mobile-nav__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bt-sidebar__inner {
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    width: 310px;
    background: var(--bkg_sidebar_canvas);
    padding: 10px 10px 0;
    height: 100%
}

@media (min-width: 340px) {
    .bt-sidebar__inner {
        width: 320px
    }
}

@media (min-width: 768px) {
    .bt-sidebar__inner {
        padding: 25px;
        width: 350px
    }
}

@media (min-width: 1200px) {
    .bt-sidebar__inner::-webkit-scrollbar {
        width: 0
    }
}

.block-mobile-nav {
    padding: 0 7px
}

.login-form-mobile {
    padding: 15px
}

body {
    position: relative;
    font-family: 'RT-Rondelle-Regular';
    color: #272727;
    line-height: 1.55em;
}

.overlay {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    z-index: 1001;
    cursor: pointer
}

.bt-sidebar__content {
    margin-top: 10px
}

.hc__items {
    overflow-y: auto;
    max-height: 30vh;
    -webkit-overflow-scrolling: touch
}

.bt-sidebar__inner .hc__items {
    max-height: 35vh
}

@media (min-width: 1425px) {
    .bt-sidebar__inner .hc__items {
        max-height: 45vh
    }
}

.hc__item__image {
    padding: 15px 10px 0 0;
    vertical-align: top;
    min-width: 90px
}

.hc__item__name {
    padding: 10px 10px 0
}

.hc__item__remove-wrap {
    padding: 5px 5px 0;
    vertical-align: top
}

.hc__item__remove {
    color: rgba(var(--color_general_rgb), .6);
    padding: 0;
    font-size: 17px
}

.hc__item__remove:hover {
    color: var(--color_general)
}

.hc__empty-icon {
    font-size: 180px;
    color: rgba(var(--color_general_rgb), .4)
}

.hc__empty-text {
    font-size: 17px;
    line-height: 1.3em
}

.hc__item__price {
    color: rgba(var(--color_general_rgb), .6)
}

.hc__total {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    margin-top: 20px;
    border-top: 4px solid rgba(var(--color_general_rgb), .05);
    color: rgba(var(--color_general_rgb), .6)
}

.hc__total label {
    text-transform: uppercase;
    font-size: 16px
}

.hc__total__price {
    color: var(--color_general);
    font-weight: var(--font-weight-general--bold);
    font-size: 24px
}

.hc__actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hc__item__x {
    padding: 0 3px
}

.bt-sidebar__close i {
    line-height: 30px;
    font-size: 15px
}

.bt-sidebar__close span {
    line-height: 30px;
    font-size: 13px
}

.bt-sidebar__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 4px solid rgba(var(--color_general_rgb), .05);
    margin-bottom: 25px
}

.bt-sidebar__header--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bt-sidebar__title {
    text-transform: uppercase;
    font-weight: var(--font-weight-general--bold)
}

.banner-item__text__sub > a {
    text-decoration: underline
}

.banner-item__text__sub > a:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .banner-item__text--padding-top-mobile {
        padding-top: 15px
    }

    .banner-item__text--padding-left-mobile {
        padding-left: 15px !important
    }

    .banner-item__text--padding-right-mobile {
        padding-right: 15px !important
    }
}

.bt-dropdown__content {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 2;
    background: var(--bkg_select_dropdown);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px #00000026;
    min-width: 320px;
    padding: 10px;
    margin: 0;
    left: 0;
    display: block;
    pointer-events: none
}

@media (min-width: 768px) {
    .bt-dropdown__content {
        min-width: 360px
    }
}

.bt-dropdown__content > ul {
    padding: 5px 10px;
    margin: 0;
    text-align: center
}

.bt-dropdown__content--auto-center {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.bt-dropdown__content--right {
    left: auto;
    right: 0
}

.bt-dropdown__content--right-fluid {
    right: 15px
}

.bt-dropdown.active .bt-dropdown__trigger--arrow:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bt-dropdown.active .bt-dropdown__content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    top: 100%;
    pointer-events: auto
}

.header__cart {
    color: var(--color_general)
}

@media (min-width: 992px) {
    .header__cart {
        max-width: 360px
    }
}

.loading-data .item__top {
    position: relative
}

.loading-data .item__top:after {
    content: "";
    font-size: 20px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-right-color: transparent;
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loading-data .item__top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0003;
    z-index: 2
}

.loading-ajax {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    padding: 0 !important
}

.loading-ajax:before {
    content: "";
    font-size: 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid;
    border-right-color: rgba(var(--color_general_rgb), .1);
    border-bottom-color: rgba(var(--color_general_rgb), .1);
    border-left-color: rgba(var(--color_general_rgb), .1)
}

.pg__review-stars {
    color: #ca9c3a;
    font-size: 10px
}

.pg__review-stars--trigger {
    cursor: pointer
}

.pg__review-stars--no-number .spr-badge-caption {
    display: none
}

.pg__option {
    white-space: normal;
    overflow: hidden
}

.pg__option-size {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

.pg__sub-actions a {
    font-size: 13px
}

.pg__sub-actions a i {
    color: rgba(var(--color_general_rgb), .6)
}

.pg__sub-actions a:hover i {
    color: var(--color_hover)
}

.pg__countdown-wrap > div {
    border-radius: 8px
}

.qty-box-label {
    text-transform: uppercase;
    font-weight: var(--font-weight-general--bold)
}

.qty-box--very-small {
    width: 125px;
    margin-right: 5px
}

.qty-box__input--very-small {
    width: calc(100% - 90px)
}

.qty-box__ctrl--very-small {
    width: 45px
}

.spr-header-title {
    font-family: var(--fm_second)
}

.spr-container {
    border-color: rgba(var(--color_general_rgb), .05);
    border-radius: 5px
}

.spr-review, .spr-form {
    border-color: rgba(var(--color_general_rgb), .05)
}

.add-cart-btn[disabled=disabled] {
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    pointer-events: none
}

.add-cart-btn .loading-ajax, .button--more .loading-ajax {
    margin-right: 5px
}

.button--more {
    padding: 16px 28px;
    background: #00bbb4;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    transition: .15s all linear;
    height: auto;
    text-transform: none
}

.button--more:hover {
    background: #118d8d
}

.pg__short-desc {
    color: var(--color_general);
    font-weight: 300
}

.slick-arrow.slick-hidden {
    display: none !important
}

@media (min-width: 992px) {
    .slick-current .text-effect-1 {
        -webkit-animation: rise-up .8s ease .3s forwards;
        animation: rise-up .8s ease .3s forwards
    }

    .slick-current .text-effect-2 {
        -webkit-animation: rise-up 1s ease .6s forwards;
        animation: rise-up 1s ease .6s forwards
    }

    .slick-current .text-effect-3 {
        -webkit-animation: rise-up 1.5s ease 1s forwards;
        animation: rise-up 1.5s ease 1s forwards
    }

    .slick-current .text-effect-4 {
        -webkit-animation: rise-up 2s ease 1.3s forwards;
        animation: rise-up 2s ease 1.3s forwards
    }

    .slick-slide.animate-out .img-container {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translate(-200px);
        -webkit-transition: all .5s ease-in .05s;
        transition: all .5s ease-in .05s
    }

    .slick-slide.animate-out .text-effect-1 {
        -webkit-animation: rise-up-out .8s ease 0s forwards;
        animation: rise-up-out .8s ease 0s forwards
    }

    .slick-slide.animate-out .text-effect-2 {
        -webkit-animation: rise-up-out 1s ease .1s forwards;
        animation: rise-up-out 1s ease .1s forwards
    }

    .slick-slide.animate-out .text-effect-3 {
        -webkit-animation: rise-up-out 1.5s ease .2s forwards;
        animation: rise-up-out 1.5s ease .2s forwards
    }

    .slick-slide.animate-out .text-effect-4 {
        -webkit-animation: rise-up-out 2s ease .3s forwards;
        animation: rise-up-out 2s ease .3s forwards
    }
}

.slick-cloned.img-container.loading {
    background: none
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: calc(50% - 15px);
    border-color: var(--color_btn_s2);
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

@media (max-width: 767px) {
    .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
    }
}

.slick-arrow span:before {
    font-family: BTVodoma;
    font-size: 12px;
    font-weight: var(--font-weight-general--bold);
    visibility: visible
}

.slick-arrow.slick-disabled {
    cursor: text;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

@media (min-width: 768px) {
    .slick-slider:hover .slick-arrow {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
    }
}

.slick-arrow-title .slick-arrow {
    background: none;
    border: none;
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    vertical-align: middle
}

.slick-arrow-title .slick-arrow span:before {
    font-size: 17px
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-vertical .slick-arrow {
    padding: 0;
    width: 100%;
    border-radius: 0;
    height: 28px;
    line-height: 28px
}

.slick-vertical .slick-arrow span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.slick-vertical .slick-next {
    top: 100%
}

.slick-vertical .slick-prev {
    top: 0
}

.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0
}

.slick-dots > li {
    display: inline-block;
    margin: 0 5px
}

.slick-dots > li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: 0;
    display: block;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative
}

.slick-dots > li button:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color_general);
    top: 7px;
    left: 7px
}

.slick-dots > li.slick-active button:before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    background: none;
    border: 2px solid var(--color_general)
}

.slick-slide:focus {
    outline: none
}

.slick-focus-push-top .slick-list {
    padding-top: 50px !important
}

@media (max-width: 991px) {
    .slick-focus-push-top .slick-list {
        padding-top: 0 !important
    }
}

@media (min-width: 992px) {
    .slick-focus-push-top .slick-slide {
        -webkit-transition: ease-in-out all .3s;
        transition: ease-in-out all .3s;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
        padding-right: 40px
    }

    .slick-focus-push-top .slick-slide.slick-center {
        margin-top: -50px;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
    }
}

.slick-rows .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.slick-rows .slick-slide > div:focus {
    outline: none
}

@media (min-width: 768px) {
    .product-list-slider .slick-dots {
        position: static
    }
}

.get-rates {
    height: 45px;
    line-height: 41px
}

@media (min-width: 1200px) {
    .modal-full {
        width: 1180px
    }
}

@media (min-width: 1920px) {
    .modal-full {
        width: 1440px
    }
}

@media (min-width: 2300px) {
    .modal-full {
        width: 1920px
    }
}

.modal-content {
    background-color: var(--bkg_body);
    border-radius: 6px 0 6px 6px
}

.pg__main-options--small {
    padding: 10px
}

.footer--bkg {
    background-position: center bottom
}

.footer__column__title {
    font-size: var(--fs_footer_column_title);
    color: var(--color_footer_column_title);
    margin-bottom: 20px;
    font-weight: var(--font-weight-general--bold)
}

.footer__column__content {
    font-size: var(--fs_footer_column_content);
    color: var(--color_footer_column_content)
}

.footer__column__content a {
    color: var(--color_footer_column_content)
}

.footer__column__content a:hover {
    color: var(--color_footer_column_content_hover)
}

.footer__column__title--newsletter {
    margin-bottom: 0
}

.footer__blog__link {
    color: var(--color_footer_column_content_hover_alpha80) !important;
    font-weight: 400
}

.footer__blog__link:hover {
    color: var(--color_footer_column_content_hover) !important
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer__contact__item {
    margin-bottom: 7px
}

.footer__contact__item i {
    margin-right: 5px
}

.footer__linklist-item {
    text-transform: uppercase
}

.social-icons {
    margin: 15px -5px 0
}

.social-icons__link {
    color: var(--footer_social_color) !important;
    font-size: var(--footer_social_fs);
    padding: 3px 5px;
    border-radius: 50%;
    display: block
}

.social-icons__link:hover {
    color: var(--color_footer_column_content_hover) !important
}

.social-icons--network {
    margin: 15px -15px 0
}

.social-icons__links-network {
    padding: 3px 15px
}

.button-cp--remove {
    text-decoration: underline
}

.button--style1-reverse:hover {
    color: var(--color_btn_s1);
    border: 1px solid var(--border_btn_s1);
    background: var(--bkg_btn_s1)
}

.button--style2:hover {
    color: var(--color_btn_s2_hover);
    border: 1px solid var(--border_btn_s2_hover);
    background: var(--bkg_btn_s2_hover)
}

.button--style3:hover {
    color: var(--color_btn_s3_hover);
    border: 1px solid var(--border_btn_s3_hover);
    background: var(--bkg_btn_s3_hover)
}

.button--disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

.button--radius-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.button--radius-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.loading-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2222224d;
    color: #fff;
    z-index: 1053;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading-full .loading-ajax:before {
    font-size: 50px;
    width: 50px;
    height: 50px
}

.loading-not-full {
    width: 50px;
    height: 50px;
    margin: 50px auto;
    display: block
}

.loading-not-full .loading-ajax:before {
    font-size: 50px;
    width: 50px;
    height: 50px
}

.notify {
    width: 50%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 3000
}

@media (max-width: 767px) {
    .notify {
        width: 80%
    }
}

.select {
    position: relative
}

.select:after {
    content: "\e874";
    font-family: BTVodoma;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 10px;
    pointer-events: none
}

.select--option {
    line-height: 25px;
    min-width: 82px;
    height: 28px
}

.select--option:after {
    top: 1px;
    right: 10px
}

select {
    border: solid 1px #EFF4F4;
    border-radius: 6px;
    outline: 0;
    background: #fff;
    resize: none;
    min-height: 50px;
    width: 100%
}

.field--select label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 12px;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

.field--float-label.active label {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 12px;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

.field--float-label.focus input {
    border-color: var(--border_input_focus)
}

.field--text-area label {
    display: inline-block
}

.stick-item {
    position: relative;
    border: 1px solid rgba(var(--color_general_rgb), .05)
}

.use-sticky.active {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px #00000026;
    -webkit-animation: fadeInDown .5s ease-out;
    animation: fadeInDown .5s ease-out
}

.use-sticky.active .hide-in-sticky {
    display: none
}

.use-sticky.active .show-in-sticky {
    display: block
}

@media (min-width: 992px) {
    .use-sticky.active.use-sticky--desktop-collapse .nav__item {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.collection-grid-item__link {
    -webkit-transform: scale(1, 1);
    transform: scale(1)
}

.collection-grid-item__link:hover .collection-grid-item__overlay {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .collection-grid-item__title--style1, .collection-grid-item__products_count--style1 {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .collection-grid-item__btn {
        width: 30%;
        height: 30%;
        max-width: 80px;
        max-height: 80px;
        bottom: -30px;
        border-radius: 50%;
        font-size: 20px;
        -webkit-box-shadow: 3px 4px 5px 0px rgba(var(--color_general_rgb), .1);
        box-shadow: 3px 4px 5px rgba(var(--color_general_rgb), .1);
        opacity: 0
    }

    .collection-grid-item__btn:after {
        content: "";
        position: absolute;
        border: 3px dashed;
        border-radius: 50%;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px
    }

    .collection-grid-item:hover .collection-grid-item__btn {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
        visibility: visible
    }
}

.collection-grid-item__title-wrapper {
    position: absolute;
    bottom: 0;
    padding: 10%
}

.text-list-section {
    font-weight: 400
}

@media (max-width: 767px) {
    .text-list--border-left {
        border-left: 1px solid
    }
}

@media (min-width: 768px) {
    .text-list--border-right {
        border-right: 1px solid
    }
}

.placeholder-svg {
    display: block;
    fill: rgba(var(--color_general_rgb), .6);
    background-color: rgba(var(--color_general_rgb), .1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(var(--color_general_rgb), .2)
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.placeholder-background .icon {
    border: 0
}

.grid--very-small .grid__item {
    width: 14.28%
}

@media (max-width: 767px) {
    .grid--very-small .grid__item {
        width: 33.33%
    }
}

.search-header__submit i {
    margin: 0 auto
}

.search-suggest__total {
    color: var(--color_general)
}

.bottom-fixed {
    position: fixed;
    bottom: 39px;
    z-index: 2;
    width: 45px;
    background: var(--bkg_body);
    font-size: 30px;
    -webkit-box-shadow: 0 0 3px rgba(var(--color_general_rgb), .15);
    box-shadow: 0 0 3px rgba(var(--color_general_rgb), .15)
}

.bottom-fixed .cart-number {
    color: var(--bkg_body)
}

.back-top__button {
    height: 45px;
    line-height: 45px
}

.back-top__button i {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    font-size: 17px;
    vertical-align: middle
}

.use-color-inline a {
    color: inherit
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    marign: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.tooltip-inner {
    background-color: var(--color_general);
    color: var(--bkg_body)
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--color_general)
}

.no-distance-top {
    padding-top: 0 !important
}

.quote-icon {
    position: absolute;
    top: -12px;
    left: 50px;
    font-size: 110px;
    color: #fff
}

.cookie_consent__content a {
    color: var(--cookie_consent_color);
    text-decoration: underline
}

@media (max-width: 991px) {
    .pcol__title--padding {
        padding-top: 60px
    }
}

.pcol__items.slick-rows .slick-slide > div {
    padding-top: 15px
}

.pcol__items.slick-rows .slick-slide > div:first-child {
    padding-top: 0
}

.pcol__title__h3 {
    font-size: 20px
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

.rb__countdown-wrap {
    margin: 0 -5px;
    padding: 10px 5px;
    border-radius: 3px
}

.rb__countdown {
    padding: 0 5px
}

.rb__countdown__text {
    font-size: .7em
}

@media (min-width: 768px) {
    .rb__countdown-wrap {
        margin: 0 -15px
    }

    .rb__countdown {
        padding: 0 15px
    }

    .rb__countdown__text {
        font-size: .5em
    }
}

.rb__effect {
    overflow: hidden;
    position: relative
}

.rb__effect--zoom img {
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s
}

.rb__effect--zoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1)
}

.rb__effect--slide:before {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .6)));
    background: linear-gradient(to right, #fff0, #fff9);
    -webkit-transform: skewX(-25deg);
    transform: skew(-25deg);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

.rb__effect--slide:hover:before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)"
}

.rb__effect--border:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: block;
    content: "";
    border: 1px solid var(--color_hover);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    -webkit-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
    -webkit-transform: scale(0, 0);
    transform: scale(0)
}

.rb__effect--border:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
    -webkit-transform: scale(1, 1);
    transform: scale(1)
}

.rb__effect--blur:hover img {
    -webkit-filter: blur(5px)
}

.rb__effect--brightness:hover img {
    -webkit-filter: brightness(200%)
}

.rb__effect--contrast:hover img {
    -webkit-filter: contrast(200%)
}

.rb__effect--drop-shadow:hover img {
    -webkit-filter: drop-shadow(8px 8px 10px gray)
}

.rb__effect--grayscale:hover img {
    -webkit-filter: grayscale(100%)
}

.rb__effect--hue-rotate:hover img {
    -webkit-filter: hue-rotate(90deg)
}

.rb__effect--invert:hover img {
    -webkit-filter: invert(100%)
}

.rb__effect--opacity:hover img {
    -webkit-filter: opacity(30%)
}

.rb__effect--saturate:hover img {
    -webkit-filter: saturate(8)
}

.rb__effect--sepia:hover img {
    -webkit-filter: sepia(100%)
}

.rb__effect--contrast-brightness:hover img {
    -webkit-filter: contrast(200%) brightness(150%)
}

.breadcrumbs li {
    vertical-align: unset
}

@media (max-width: 991px) {
    .breadcrumbs > div {
        border-top: none !important
    }
}

.breadcrumbs__name {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .breadcrumbs__name {
        font-size: 50px
    }
}

.breadcrumbs__list {
    line-height: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px
}

.breadcrumbs__list li a {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(var(--color_general_rgb), .6);
    transition: .15s all linear
}

.breadcrumbs__list li a:hover {
    color: #00bbb4
}

.breadcrumbs__list li:last-child a {
    color: var(--color_general);
    cursor: text
}

.breadcrumbs__slash {
    font-size: 10px;
    padding: 0 10px
}

.cross-sell-list {
    z-index: 1
}

.support__area__name {
    font-size: 16px;
    line-height: 16px
}

.support__area__email {
    color: var(--color_hover)
}

.support-area-mobile {
    padding: 15px
}

.expand-trigger:focus {
    color: var(--color_link)
}

.expand-trigger:not(.open) i:not(.ignore):before {
    content: "\e917"
}

.checkbox-one-line__label {
    font-size: 16px;
    line-height: 20px;
    color: #2a4852;
    font-family: RT-Rondelle-Book
}

.checkbox-one-line__label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #DFE4E5;
    border-radius: 3px;
    top: 0;
    font-family: BTVodoma;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-one-line__label.notify-terms:before {
    -webkit-animation-name: ring;
    animation-name: ring;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.checkbox-one-line__input:checked + .checkbox-one-line__label:before {
    content: "\e900";
    background: #00bbb4;
    border: 0
}

.checkout-btn {
    background: #272727;
    border-radius: 50px !important;
    color: #fff;
    padding: 16px;
    font-family: RT-Rondelle-Medium;
    border: 0
}

.checkout-btn.disabled {
    background: #dfe4e5;
    color: #94a3a8
}

.free-shipping-icon {
    font-size: 20px;
    vertical-align: top
}

.lp__language-item {
    white-space: nowrap;
    padding: 3px 0
}

.button--cart:hover, .button--cart:focus {
    color: var(--color_btn_cart_hover);
    background: var(--bkg_btn_cart_hover)
}

.button--cart:hover span, .button--cart:focus span {
    -webkit-animation: none;
    animation: none;
    -webkit-animation-name: none
}

.button--cart[disabled=disabled] span {
    -webkit-animation: none;
    animation: none
}

.alert ul {
    margin: 0;
    padding: 0
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite
}

.progress-bar {
    height: 100%;
    line-height: 20px;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px #00000026
}

.cart__free-progress {
    background-color: #eff4f4;
    border-radius: 20px;
    overflow: hidden
}

.cart__free-progress-bar {
    background-color: var(--cart_free_bar_color);
    color: var(--cart_free_text_color)
}

.custom-scrollbar::-webkit-scrollbar {
    width: 2px;
    -webkit-appearance: none
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color_general_rgb), .3);
    -webkit-box-shadow: 0 0 1px rgba(var(--color_general_rgb), .3);
    box-shadow: 0 0 1px rgba(var(--color_general_rgb), .3)
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(var(--color_general_rgb), .1);
    width: 2px
}

.custom-scrollbar--thick::-webkit-scrollbar {
    width: 10px
}

.custom-scrollbar--thick::-webkit-scrollbar-track {
    width: 10px
}

.fs-inherit {
    font-size: inherit
}

.highlight {
    background: rgba(var(--color_general_rgb), .05)
}

.ring-little {
    -webkit-animation-name: ring-little;
    animation-name: ring-little;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

html {
    padding-bottom: 0 !important
}

.klaviyo-form, img {
    max-width: 100%
}

.wrapper-banner {
    position: relative;
    z-index: 1
}

.banner__img {
    width: 100%
}

.collection__item {
    position: relative
}

.collection__item img {
    border-radius: 16px;
    width: 100%;
    aspect-ratio: 1.33;
    object-fit: cover;
}

.header-prod-info {
    margin-top: 8px
}

.collection_item_link {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 5px
}

.collection_item_link p {
    margin: 0
}

.collections-wrap {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px
}

.button-filled {
    padding: 16px 28px;
    display: inline-block;
    background: #00bbb4;
    color: #fff !important;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    transition: .15s all linear
}

.button-filled:hover {
    background: #118d8d
}

.content__main h1 {
    margin: 0 0 20px;
    font-size: 56px;
    line-height: 69px;
    color: #fff
}

.content__main {
    position: absolute;
    top: 208px;
    max-width: 1276px;
    width: 100%;
    padding: 0 18px;
    left: 50%;
    transform: translate(-50%)
}

.content__main h3 {
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: RT-Rondelle-Book;
    font-weight: 360
}

.collections-wrap {
    position: absolute;
    width: 100%;
    max-width: 1276px;
    padding: 0 18px;
    left: 50%;
    transform: translate(-50%)
}

.anounce_item p {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #272727
}

.anounce_item p {
    margin-left: 8px
}

.anounce_item {
    display: inline-flex;
    align-items: center
}

.anounce-swiper .swiper-slide {
    width: auto
}

.wrap {
    max-width: 1276px;
    padding: 0 18px;
    margin: 0 auto
}

.wrapper-inner {
    display: flex;
    padding: 15px 18px;
    justify-content: space-between;
    position: relative;
    align-items: center
}

.styky-header {
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    transition: .2s all linear;
    border-bottom: 1px solid #EFF4F4
}

.styky-header:has(.anouncemen).header-fixed-wrap {
    top: -41px
}

.styky-header.header-fixed-wrap {
    top: 0
}

.template-index main.anouncement-hide {
    margin-top: 0
}

.template-contact main {
    margin-top: 41px
}

.template-contact main.anouncement-hide {
    margin-top: 0
}

.go-cart__trigger {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center
}

.cart-icon-bubble {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #eff4f4;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.anouncemen {
    transition: all .2s linear;
    background-color: #00bbb4;
    color: #fff;
    position: relative;
    z-index: 50
}

.anounce_item p {
    color: #fff
}

.anounce_item svg path {
    fill: #fff
}

.styky-header .anounce_item svg path {
    fill: #fff
}

.styky-header .anounce_item p {
    color: #fff
}

.wrapper-inner-features {
    max-width: 1440px;
    background-color: #eff4f4;
    padding: 120px 56px;
    border-radius: 20px;
    margin: 0 auto
}

.section__description {
    max-width: 400px;
    text-align: center;
    margin: 0 auto 64px;
    color: #6a7f86;
    font-size: 16px;
    line-height: 24px;
    font-family: RT-Rondelle-Book
}

h2.section__head {
    text-align: center;
    margin: 0 0 20px;
    font-size: 56px;
    line-height: 69px;
    color: #272727
}

.item_image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px
}

.item_image.flex-reverse {
    flex-direction: row-reverse
}

.item_image + .item_image {
    margin-top: 64px
}

.text_text {
    font-size: 28px;
    line-height: 34px
}

.img_wrap {
    width: 50%
}

.text_wrap {
    width: 50%;
    padding-left: 40px
}

.flex-reverse .text_wrap {
    padding-left: 34px
}

.icon-wrap svg {
    display: block;
    margin-bottom: 12px
}

.icon-wrap img {
    display: block;
    margin-bottom: 12px;
    width: 52px;
}

.wrapper-outer {
    padding: 0 44px
}

.bg-text {
    max-width: 633px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bg-text h2 {
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    margin: 0 auto
}

.bg-text p {
    max-width: 526px;
    text-align: center;
    margin: 20px auto 0
}

.relative {
    position: relative
}

.bg-image {
    width: 100%
}

.main-tab-img, .thumb-tab-img {
    display: none;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.thumb-tab-img {
    max-width: 223px
}

.main-tab-img.active, .thumb-tab-img.active {
    display: block
}

.tab-container.active {
    display: flex
}

.tab-container {
    display: none;
    align-items: center
}

.tabs-types-wrapper {
    margin: 140px auto
}

.tabs-types-wrapper h2 {
    max-width: 564px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 48px;
    line-height: 59px
}

.tabs__triggers {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #DFE4E5;
    font-size: 24px;
    line-height: 29px;
    column-gap: 50px;
    color: #94a3a8;
    padding-bottom: 35px
}

.tab-trigger {
    cursor: pointer;
    transition: all .15s linear
}

.tab-trigger:hover {
    color: #00bbb4
}

.tab-trigger.active {
    color: #272727;
    position: relative
}

.tab-trigger.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f77326;
    height: 2px;
    bottom: -35px
}

.right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(50% - 50px);
    margin-left: 50px
}

.left-content {
    width: 50%
}

.right-content p {
    max-width: 428px;
    font-size: 16px;
    line-height: 24px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book;
    margin-bottom: 80px
}

.tab-head {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px
}

.inner-tab {
    color: #6a7f86;
    text-transform: uppercase;
    font-family: RT-Rondelle-Medium;
    padding: 10px 20px;
    border: 1px solid #DFE4E5;
    border-radius: 20px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    transition: all .15s linear
}

.inner-tab:hover {
    color: #00bbb4;
    border-color: #00bbb4
}

.inner-tab.active {
    background: #f77326;
    color: #fff;
    border-color: #f77326
}

.inner-tab + .inner-tab {
    margin-left: 12px
}

.inner-tabs {
    display: flex;
    margin-top: 40px
}

.left-btn {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.overflow-content {
    max-width: 430px;
    position: absolute;
    top: 50%;
    left: 162px;
    transform: translateY(-50%)
}

.bg-heading {
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400
}

.bg-description {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: RT-Rondelle-Book;
    margin: 0 0 36px
}

.buttons-wrapper {
    display: flex;
    align-items: center
}

.buttons-wrapper .button-rounded {
    color: #fff;
    margin-left: 16px
}

.buttons-wrapper .button-rounded:hover {
    color: #272727;
    background-color: #fff;
    border-color: #fff
}

.button-rounded {
    padding: 16px 28px;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    transition: .15s all linear
}

.template-index .button-rounded-small, .button-rounded-small {
    padding: 8px 16px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-left: 20px
}

.tab-item-wrap {
    display: none
}

.tab-item-wrap.active {
    display: flex
}

.prod-item + .prod-item {
    margin-left: 50px
}

.prod-item {
    width: 33%
}

.prod-item .img img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.wrap-featured {
    max-width: 1276px;
    padding: 0 18px;
    margin: 140px auto
}

.tabs-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 33px;
    border-bottom: 1px solid #DFE4E5;
    margin-bottom: 80px
}

.tabs-toggler {
    display: flex
}

.heading-tabs {
    margin: 0;
    font-size: 48px;
    line-height: 59px
}

.tab-toggle + .tab-toggle {
    margin-left: 50px
}

.tab-toggle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 2px;
    color: #94a3a8;
    font-family: RT-Rondelle-Book;
    position: relative;
    cursor: pointer;
    transition: .15s all linear
}

.tab-toggle:hover {
    color: #00bbb4
}

.tab-toggle.active {
    color: #272727
}

.tab-toggle.active:after {
    content: "";
    display: block;
    height: 2px;
    background: #f77326;
    position: absolute;
    bottom: -35px;
    width: 100%
}

.tab-details-top {
    display: flex;
    justify-content: space-between
}

.tab-prod-title {
    font-size: 19px;
    line-height: 23px
}

.tab-prod-price {
    font-size: 16px;
    line-height: 20px;
    color: #2a4852;
    font-family: RT-Rondelle-Book;
    margin-left: 20px
}

.tab-prod-details {
    margin-top: 20px
}

.faq-inner-wrap {
    display: flex;
    justify-content: space-between
}

.faq-right-side {
    flex-basis: 741px;
    margin-left: 50px
}

.faq-question {
    padding: 28px 0;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: RT-Rondelle-Medium;
    cursor: pointer;
    background: unset;
    border: 0;
    width: 100%;
    text-align: start
}

.faq-answer {
    font-size: 16px;
    line-height: 24px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    box-sizing: content-box;
    transition: .2s all ease-out
}

.faq-feading {
    font-size: 48px;
    line-height: 59px;
    margin: 0 0 77px
}

.faq-wrapper {
    border-bottom: 1px solid #DFE4E5
}

.faq-wrapper:first-child {
    border-top: 1px solid #DFE4E5
}

#shopify-section-template--15584194002996__main .faq-wrapper:first-child {
    border-top: 0
}

.chewron {
    width: 36px;
    height: 28px;
    border: 1px solid #DFE4E5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-shrink: 0
}

.slider-wrapper-outer {
    background: #272727;
    color: #fff
}

.slider-inner {
    max-width: 1276px;
    padding: 140px 18px;
    margin: 140px auto
}

.testimonials-wrapper-outer {
    background: #eff4f4
}

.slider-arrows-wrap {
    max-width: 1276px;
    padding: 140px 18px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arrow-wrap {
    width: 64px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BFC8CB;
    border-radius: 50px;
    flex-shrink: 0;
    transition: .15s all linear
}

.arrow-wrap:hover {
    border-color: #00bbb4
}

.arrow-wrap path {
    transition: .15s all linear
}

.arrow-wrap.swiper-button-disabled:hover {
    border-color: #bfc8cb
}

.arrow-wrap.swiper-button-disabled:hover path {
    fill: #94a3a8
}

.arrow-wrap:hover path {
    fill: #00bbb4
}

.arrow-left {
    margin-right: 42px
}

.arrow-right {
    margin-left: 42px
}

.swiper-button-disabled path {
    fill: #94a3a8
}

.quote {
    width: 64px;
    height: 64px;
    background: #f77326;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px
}

.testimonial-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.testimonial-product {
    flex-basis: 422px;
    height: 532px;
    position: relative
}

.testimonial-product .big-img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.coment {
    flex-basis: 500px;
    margin-left: 50px
}

.coment-text {
    font-size: 36px;
    line-height: 44px;
    padding: 32px 0;
    border-bottom: 1px solid #BFC8CB;
    margin-bottom: 32px
}

.section-name {
    color: #bfc8cb;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-family: RT-Rondelle-Medium;
    margin: 0
}

.author-wrap {
    display: flex;
    align-items: center
}

.author-wrap p {
    margin: 0
}

.author-wrap .author-title {
    font-size: 18px;
    line-height: 24px;
    font-family: RT-Rondelle-Medium
}

.author-wrap .quote-smal {
    font-size: 16px;
    line-height: 24px;
    color: #94a3a8;
    font-family: RT-Rondelle-Book
}

header {
    position: relative
}

header {
    color: #272727;
    background-color: #fff
}

header.header-fixed {
    background-color: #fff;
    color: #272727
}

body.fixed .anouncemen {
    background-color: #00bbb4
}

body.fixed .anounce_item p {
    color: #fff !important
}

body.fixed .anounce_item svg path {
    fill: #fff !important
}

.template-index .logo-white, .logo-black {
    display: none
}

.template-index .logo-black, .logo-white {
    display: flex
}

header.header-fixed .logo-black {
    display: flex
}

header.header-fixed .logo-white {
    display: none
}

header.header-fixed .navigation a, header.header-fixed, .navigation a {
    color: #272727
}

header.header-fixed .button-rounded-small, .button-rounded-small {
    background-color: #272727;
    border-color: #272727
}

header.header-fixed .search path, header.header-fixed .navigation path, .search path, .navigation path {
    fill: #272727
}

header.header-fixed .cart-count {
    background: #eff4f4
}

.right-header-wrap {
    display: flex;
    align-items: center
}

.search {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer
}

.header-fixed-wrap .search-full {
    top: 80px
}

.template-search .collection__products {
    margin-bottom: 140px
}

.template-search .collection__products .grid--products {
    margin: 0;
    width: 100%;
    margin-top: 0 !important
}

.count-finded {
    font-size: 12px;
    line-height: 15px;
    color: #94a3a8;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

.search__result {
    margin-top: 64px;
    border-top: 1px solid #EFF4F4
}

.search-full .nav {
    display: none
}

.perform-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EFF4F4
}

.perform-head h5 {
    font-size: 12px;
    line-height: 15px;
    color: #94a3a8;
    text-transform: uppercase
}

.perform-head a {
    border-bottom: 1px solid;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 2px
}

.search-full__result .grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    width: 100%;
    margin: 0;
    gap: 32px
}

.template-search form.search {
    margin-left: 0;
    margin-top: 20px
}

.heading-wrapper-search {
    padding: 32px 18px 0
}

.template-search #SearchInput {
    border: 0;
    border-bottom: 1px solid #ECEDEA;
    font-size: 24px;
    line-height: 29px;
    padding: 0 0 20px
}

.results-heading {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #94a3a8
}

.search-full {
    padding-top: 44px
}

.search-full__suggest-products .grid {
    display: flex;
    flex-direction: column
}

.search-full__suggest-products .grid__item .grid__item__content a.button, .search-full__suggest-products .grid__item .grid__item__price {
    display: none
}

.search-full__suggest-products .grid--medium .grid__item {
    padding: 0 16px
}

.search-full__suggest-products .grid__item .item__name {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
    color: #272727;
    font-family: RT-Rondelle-Book
}

.search-full__suggest-products .h4 {
    font-size: 12px;
    line-height: 15px;
    color: #94a3a8;
    text-transform: uppercase
}

.search-full__suggest-products .grid__item .grid__item__content {
    padding: 0
}

.search-full__suggest-products .grid--medium .grid__item {
    width: 100%
}

.search-full__suggest-products .item__top {
    display: none
}

.nav-tab-content {
    display: flex
}

.navigation {
    display: flex;
    align-items: center;
    column-gap: 52px;
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%
}

.container {
    margin: 0 auto;
    max-width: 1276px;
    padding: 0 18px
}

.section-banner {
    padding: 140px 0
}

.navigation .nav-link {
    font-size: 15px;
    line-height: 18px;
    font-family: RT-Rondelle-Book
}

.has-child {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    font-family: RT-Rondelle-Book;
    cursor: pointer;
    height: 100%
}

.has-child svg {
    margin-left: 4px
}

.cart-count {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border-radius: 50px;
    margin-left: 10px
}

.cart-info {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear
}

.slider-heading {
    font-size: 56px;
    line-height: 69px;
    margin: 0 0 20px
}

.slider-description {
    font-size: 16px;
    line-height: 24px;
    opacity: .6;
    font-family: RT-Rondelle-Book;
    margin-bottom: 36px
}

.slider-inner {
    display: flex;
    align-items: center
}

.statick-info {
    max-width: 40%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.toggle-active .faq-answer {
    padding: 28px 0;
    border-top: 1px solid #94A3A8
}

.chewron svg {
    display: block
}

.toggle-active .chewron {
    background: #eff4f4;
    border: 0
}

.chewron svg {
    transition: .2s all linear
}

.toggle-active .chewron svg {
    position: relative;
    transform: rotate(-90deg)
}

.children-links {
    background-color: #fff;
    box-shadow: 0px 3px 5px 1px #ddd;
    display: none
}

.children-links.active {
    display: block
}

.wrapper-children-inner {
    max-width: 1276px;
    padding: 50px 18px 92px;
    margin: 0 auto
}

.left-side-menu {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    width: fit-content
}

.left-side-menu > * + * {
    margin-top: 20px
}

.last-chiles {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: calc(100% + 67px);
    width: max-content;
    margin-top: 0;
    display: none
}

.last-chiles.active {
    display: flex
}

.last-chiles > a + a {
    margin-top: 20px
}

.last-chiles > a {
    font-family: RT-Rondelle-Book
}

.image-wrap {
    padding-left: 30px;
    max-width: 423px
}

.auto-slider .swiper-slide {
    width: auto
}

.auto-slider {
    position: absolute !important;
    left: 45%
}

.image-wrap .main-img {
    height: 600px;
    object-fit: cover;
    border-radius: 12px
}

.small-prod-image {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.link-has-child {
    cursor: pointer
}

.link-has-child.active {
    padding-left: 18px;
    position: relative
}

.link-has-child.active:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    display: block;
    background-color: #00bbb4;
    position: absolute;
    transform: translateY(-50%)
}

.img_content-wrap img {
    border-radius: 20px
}

.wrapper-banner .main-img {
    width: 100%;
    max-height: 1200px;
    object-fit: cover;
    min-height: 970px
}

.footer-bottom .wrap {
    display: flex;
    justify-content: center;
}

.footer-bottom a, .footer-bottom div {
    color: #fff9;
    font-size: 12px;
    line-height: 24px;
    font-family: RT-Rondelle-Book
}

.footer-middle .wrap {
    display: flex;
    justify-content: space-between
}

.col-heading {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: RT-Rondelle-Medium
}

.links-col-footer {
    display: flex;
    flex-direction: column
}

.links-col-footer svg {
    margin-right: 10px
}

.links-col-footer > * {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: RT-Rondelle-Book;
    display: flex;
    align-items: center
}

.links-col-footer * + * {
    margin-top: 12px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px 0;
}

.footer-middle {
    padding: 50px 0
}

.social-wrap {
    margin-top: 28px;
    display: flex
}

.social-wrap a path {
    transition: .15s all linear
}

.social-wrap a:hover path {
    fill: #00bbb4
}

.social-wrap svg {
    display: block
}

.social-wrap a + a {
    margin-left: 12px
}

footer {
    background: #272727;
    color: #fff
}

.footer-top {
    padding-top: 92px;
    padding-bottom: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.newsletter-left {
    max-width: 482px
}

.newsletter_heading {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 59px
}

.newsletter_decription {
    font-size: 16px;
    line-height: 24px;
    font-family: RT-Rondelle-Book;
    color: #fff9
}

.newsletter-field {
    display: flex
}

.newsletter-field input {
    background: #ffffff14;
    border-radius: 50px;
    padding: 16px 28px;
    font-size: 16px;
    line-height: 20px;
    font-family: RT-Rondelle-Book;
    width: 353px;
    margin-right: 12px
}

.middle-show-up, .img-mob {
    display: none
}

.collection_item_link .from {
    font-size: 10px;
    line-height: 12px;
    opacity: .4;
    text-transform: uppercase
}

.collection_item_link .price-from {
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
    font-family: RT-Rondelle-Book
}

.child-wrapper {
    display: flex;
    justify-content: space-between
}

.featured-products-header {
    display: none
}

.featured-products-header.active {
    display: flex
}

.featured-products-header .header-prod-wrapper {
    width: calc((100% - 30px) / 2);
}

.header-prod-wrapper + .header-prod-wrapper {
    margin-left: 30px
}

.header-prod-wrapper img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1;
}

.right-side-products {
    max-width: 66%
}

.cards-wide .header-prod-wrapper {
    position: relative;
    width: 50%
}

.cards-wide img {
    object-fit: cover;
    width: 100%
}

.featured-products-header.cards-wide {
    max-width: 100%
}

.featured-products-header {
    max-width: 74%;
    margin-left: auto
}

.cards-wide .prod-price {
    display: none
}

span.vertical-text {
    position: absolute;
    transform: rotate(-90deg);
    left: 16px;
    transform-origin: bottom left;
    bottom: 0;
    color: #fff;
    opacity: .4;
    font-size: 13px;
    line-height: 16px;
    font-family: RT-Rondelle-Medium;
    text-transform: uppercase
}

body.fixed {
    overflow: hidden
}

.prod-info {
    display: flex;
    position: absolute;
    bottom: 12px;
    right: 12px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 16px;
    background-color: #fff;
    border-radius: 6px;
    color: #272727
}

.prod-title {
    margin-left: 20px;
    flex-grow: 1
}

.title-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EFF4F4
}

/*.prod-info:hover:after {
    content: "View Product";
    display: flex;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #00bbb4;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 10px;
    font-family: RT-Rondelle-Medium;
    cursor: pointer
}*/

.prod-info:hover > img {
    opacity: 0
}

.prod-info > a {
    flex-shrink: 0
}

.title-price > a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px
}

.title-price span {
    font-size: 14px;
    line-height: 17px;
    color: #2a4852
}

.prod-title .tag {
    font-size: 12px;
    line-height: 15px;
    font-family: RT-Rondelle-Book;
    color: #6a7f86
}

.img-wrap-inner {
    position: relative
}

.header-left-side {
    display: flex;
    align-items: center
}

.menu-trigger {
    display: none
}

.mobile-menu {
    position: absolute;
    top: 99%;
    background: #fff;
    height: calc(100vh - 62px);
    width: 100vw;
    z-index: 10;
    left: -100vw;
    transition: .2s all linear
}

.mobile-menu.active {
    left: 0
}

.wrapper-404 {
    position: relative
}

.wrapper-404 .button-rounded {
    color: #fff;
    margin-left: 16px
}

.content-inner {
    max-width: 540px
}

.wrapper-404 h1 {
    font-size: 48px;
    line-height: 59px;
    color: #fff;
    margin: 0 0 36px
}

.absolute-content {
    position: absolute;
    top: 57%;
    width: 100%;
    max-width: 1276px;
    padding: 0 18px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapper-404 > img {
    min-height: 513px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 1000px
}

.buttons-404 {
    display: flex
}

.links-1-level {
    display: flex;
    flex-direction: column
}

.links-1-level > * {
    border-top: 1px solid #EFF4F4;
    padding: 18px;
    font-size: 20px;
    line-height: 25px;
    font-family: RT-Rondelle-Regular
}

.call-top {
    font-size: 16px;
    line-height: 22px;
    font-family: RT-Rondelle-Medium;
    display: flex;
    align-items: center;
    color: #00bbb4
}

.call-top svg {
    margin-right: 10px
}

.schedule {
    margin-top: 2px;
    margin-left: 33px;
    font-size: 14px;
    line-height: 17px;
    color: #94a3a8;
    font-family: RT-Rondelle-Book;
    border-bottom: 1px solid #EFF4F4
}

.policies_mobile {
    display: flex;
    flex-direction: column;
    padding: 0 18px
}

.policies_mobile a {
    font-size: 16px;
    line-height: 24px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book
}

.policies_mobile a + a {
    margin-top: 20px
}

.links-1-level .has-child-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-bg-mobile, .menu-trigger .close-icon {
    display: none
}

.menu-trigger.active .close-icon {
    display: flex
}

.menu-trigger.active .open-icon {
    display: none
}

.menu-trigger > span {
    display: flex
}

.template-index main, .template-404 main {
    margin-top: 0
}

main {
    margin-top: 122px
}

main.anouncement-hide {
    margin-top: 81px
}

.shop-by-cards {
    display: flex
}

.shop-card {
    display: flex;
    flex-direction: column
}

.heading-shop-by {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    font-family: RT-Rondelle-Medium;
    margin-bottom: 20px;
    margin-top: 32px
}

.heading-shop-by .line {
    height: 1px;
    flex-grow: 1;
    background: #eff4f4;
    margin-left: 20px
}

.template-list-collections h1 {
    font-size: 56px;
    line-height: 69px;
    margin-top: 32px;
    margin-bottom: 20px
}

.subheading {
    font-size: 16px;
    line-height: 20px;
    color: #2a4852;
    font-family: RT-Rondelle-Book
}

.shop-card + .shop-card {
    margin-left: 30px
}

.shop-card-title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 8px
}

.shop-card img {
    border-radius: 8px
}

.shop-tag {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #DFE4E5;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-family: RT-Rondelle-Medium;
    transition: .15s all linear
}

.shop-tag:hover {
    border-color: #00bbb4;
    color: #00bbb4
}

.shop-tag.active {
    pointer-events: none
}

.shop-tag path {
    transition: .15s all linear
}

.shop-tag:hover path {
    fill: #00bbb4
}

.icon-tag {
    display: flex;
    margin-right: 10px
}

.products-collection {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    column-gap: 52px;
    row-gap: 52px
}

.feature-collection-wraper + .feature-collection-wraper {
    margin-top: 80px
}

.heading-featured {
    display: flex;
    align-items: center;
    padding: 36px 32px;
    background: #eff4f4;
    border-radius: 10px;
    margin-bottom: 32px
}

.featured-colections {
    margin-top: 32px;
    margin-bottom: 140px;
    padding-top: 52px;
    border-top: 1px solid #EFF4F4
}

.featured-col-title {
    margin: 0 52px 0 32px;
    font-size: 36px;
    line-height: 44px;
    max-width: 296px;
    flex-shrink: 0
}

.featured-description {
    font-size: 16px;
    line-height: 24px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book
}

.card-img-wrap {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    position: relative
}

.card-img-wrap img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px
}

.buttons-card-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    display: flex;
    column-gap: 10px;
    opacity: 0;
    transition: .15s all linear
}

.product-card:hover .buttons-card-wrapper {
    opacity: 1
}

.button-prod.preview-trigger {
    background: #00bbb4;
    color: #fff
}

.button-prod {
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: RT-Rondelle-Medium;
    border: 0;
    flex-grow: 1;
    text-align: center
}

.prod-card-description {
    margin-top: 20px
}

.top-card-description {
    display: flex;
    justify-content: space-between
}

.top-card-description > a {
    font-size: 19px;
    line-height: 23px
}

.price-card {
    font-size: 22px;
    line-height: 23px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book;
    display: flex;
    flex-shrink: 0;
    margin-left: 20px;
    align-items: flex-start
}

.shop-by-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 150px);
    gap: 10px
}

.compare-price {
    font-family: RT-Rondelle-Book;
    color: #bfc8cb;
    margin-right: 10px;
    position: relative
}

.compare-price:after {
    content: "";
    display: block;
    width: 110%;
    height: 1px;
    background: #bfc8cb;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: -5%;
    transform: translateY(-50%)
}

.top-card-description {
    margin-bottom: 20px;
}

.bottom-card-description {
    color: #6a7f86;
    font-size: 16px;
    line-height: 20px;
    font-family: RT-Rondelle-Book
}

.grid--products {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 52px;
    margin-top: 52px !important
}

.collection-container-outer {
    border-bottom: 1px solid #ECEDEA;
    padding-bottom: 32px;
    padding-top: 32px
}

.sort-option.active {
    font-size: 16px;
    line-height: 20px;
    color: #2a4852;
    font-family: RT-Rondelle-Book
}

.sort-option a {
    font-size: 16px;
    line-height: 20px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book
}

.sort-option {
    display: flex;
    align-items: center;
    position: relative
}

.sort-option + .sort-option {
    margin-top: 16px
}

.sort-option:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #BFC8CB;
    border-radius: 100%;
    margin-right: 10px
}

.sort-option.active:before {
    border: 1px solid #2A4852
}

.sort-option.active:after {
    content: "";
    display: block;
    background: #2a4852;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    border-radius: 100%
}

.cf__link__input:checked + .cf__link--option .cf__link--title {
    color: #2a4852
}

.cf__item ul {
    padding: 0;
    margin: 0
}

.cf__item__title {
    display: block;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 1px solid #EFF4F4;
    margin-bottom: 18px;
    margin-top: 0
}

.cf__link--title {
    font-size: 16px;
    line-height: 20px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book;
    transition: .15s all linear
}

.cf__link--title:hover,
.cf__link--title.active {
    color: #00bbb4
}

.cf__item__link + .cf__item__link {
    margin-top: 16px
}

.checked {
    margin-right: 10px;
    display: none
}

.checked svg {
    display: block
}

.cf__link__input:checked + .cf__link--option .checked {
    display: block
}

.cf__link-group {
    display: flex
}

@media screen and (min-width: 992px) {
    .styky-header:hover .js-go-cart-counter {
        background-color: #eff4f4
    }

    .styky-header:hover header .logo-black {
        display: flex
    }

    .styky-header:hover header .logo-white {
        display: none
    }

    .styky-header:hover header .navigation a, .styky-header:hover header {
        color: #272727
    }

    .styky-header:hover header .button-rounded-small {
        background-color: #272727;
        border-color: #272727
    }

    .styky-header:hover header .navigation path, .styky-header:hover header .search path {
        fill: #272727
    }

    .styky-header:hover header .cart-count {
        background: #eff4f4
    }

    .styky-header:hover header {
        background-color: #fff;
        color: #272727
    }

    .styky-header:hover .anouncemen {
        background-color: #00bbb4
    }

    .styky-header:hover .anounce_item p {
        color: #fff !important
    }

    .styky-header:hover .anounce_item svg path {
        fill: #fff !important
    }

    .styky-header:hover .anounce_item p {
        color: #fff
    }

    .styky-header:hover .anounce_item svg path {
        fill: #fff
    }
}

.menu-trigger svg path {
    fill: #272727
}

header.header-fixed .menu-trigger svg path {
    fill: #272727
}

.view-all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 52px
}

.view-all-wrap a {
    padding: 16px 50px;
    background: #eff4f4;
    border-radius: 50px;
    font-family: RT-Rondelle-Medium;
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.img-title {
    display: flex;
    flex-shrink: 0;
    align-items: center
}

.banner__button__wrapper {
    margin-bottom: 0 !important
}

.shop-tag.active {
    background: #eff4f4;
    border: 0;
    padding: 9px 17px
}

.filtered .feature-collection-wraper {
    display: none
}

.filtered .feature-collection-wraper.active {
    display: block;
    margin-top: 0
}

.mobile-trigger-category {
    display: none
}

.collection-description {
    display: flex;
    align-items: center;
    margin-top: 32px
}

.collection-image {
    max-width: 424px;
    border-radius: 8px;
    margin-right: 106px;
    width: 100%
}

.collection-title {
    margin: 0;
    font-size: 56px;
    line-height: 69px;
    margin-bottom: 10px;
}

.collection-description-text {
    font-size: 16px;
}

.product-template-section {
    padding-top: 32px
}

.qty-box--small .qty-box__input {
    width: 25px
}

.cart__update-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart__update-wrapper {
    margin-top: 16px
}

.cart__total-row {
    position: absolute;
    right: 0
}

@media screen and (max-width: 1200px) {
    .navigation {
        column-gap: 20px
    }

    .wrapper-banner .main-img {
        height: 800px;
        object-fit: cover
    }

    .content__main {
        top: 215px
    }
}

@media screen and (max-width: 992px) {
    .header-prod-wrapper img {
        height: 240px;
        width: 100%;
        object-fit: cover
    }

    .header-prod-wrapper .header-prod-info {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header-prod-wrapper .header-prod-info .prod_name {
        font-size: 16px;
        line-height: 20px;
        font-family: RT-Rondelle-Book
    }

    .header-prod-wrapper .header-prod-info .prod-price {
        font-size: 14px;
        line-height: 17px;
        font-family: RT-Rondelle-Book;
        color: #6a7f86
    }

    .cards-wide img {
        height: 246px
    }

    .cards-wide .header-prod-info {
        position: absolute;
        bottom: 20px;
        left: 20px
    }

    .cards-wide .header-prod-wrapper .header-prod-info .prod_name {
        color: #fff;
        font-size: 24px;
        line-height: 29px
    }

    .back-chevron svg {
        display: block;
        transform: rotate(180deg)
    }

    .back-chevron svg path {
        fill: #6a7f86
    }

    .back-btn {
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #EFF4F4;
        display: flex;
        align-items: center;
        column-gap: 8px;
        color: #6a7f86
    }

    .child-has-child-mobile, .link-child-mobile {
        font-size: 20px;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 1px solid #EFF4F4
    }

    .links-3-level {
        position: absolute;
        left: -100vw;
        width: 100vw;
        background: #fff;
        height: 100%;
        top: 0;
        padding: 0 !important;
        display: none;
        overflow: scroll
    }

    .links-3-level > * {
        padding: 18px
    }

    .child-has-child-mobile.active + .links-3-level {
        display: flex;
        flex-direction: column
    }

    .links-2-level {
        position: absolute;
        left: -100vw;
        width: 100vw;
        background: #fff;
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column
    }

    .bottom-products {
        margin-top: auto
    }

    .links-2-level > * {
        padding: 18px
    }

    .mobile-menu.active.second-child.third-child {
        transform: translate(200vw)
    }

    .mobile-menu.active.second-child {
        transform: translate(100vw)
    }

    .heading-featured {
        flex-wrap: wrap
    }

    .featured-description {
        margin-top: 20px
    }

    .products-collection {
        grid-template-columns:1fr 1fr;
        column-gap: 32px;
        row-gap: 32px
    }

    .main-bg-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }

    .wrapper-404 .button-rounded {
        margin-left: 0;
        margin-top: 10px
    }

    .buttons-404 {
        flex-direction: column;
        text-align: center
    }

    .absolute-content {
        top: 120px;
        transform: translate(-50%)
    }

    .wrapper-404 h1 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        margin: 0 0 20px
    }

    .content-inner {
        max-width: 279px;
        margin: 0 auto
    }

    .menu-trigger {
        display: flex;
        margin-right: 20px
    }

    .styky-header:has(.anouncemen).header-fixed-wrap {
        top: -33px
    }

    .styky-header.header-fixed-wrap {
        top: 0
    }

    .search {
        margin-left: 16px
    }

    .logo-white svg, .logo-black svg {
        max-width: 116px
    }

    .right-header-wrap .button-rounded-small {
        display: none
    }

    .cart-count {
        width: 28px;
        height: 28px
    }

    .cart-info span {
        display: none
    }

    .wrapper-inner {
        padding: 17px 18px
    }

    .content__main {
        position: static;
        transform: unset;
        padding-top: 125px
    }

    .collections-wrap {
        position: static;
        transform: unset;
        margin-top: 36px;
        grid-template-columns:1fr
    }

    .collection__item img {
        width: 100%;
        border-radius: 8px
    }

    .anounce_item p {
        font-size: 11px;
        line-height: 11px
    }

    .anounce_item svg {
        width: 10px;
        height: 10px
    }

    .wrapper-banner .main-img {
        display: none
    }

    .wrapper-banner {
        background-color: #272727
    }

    .img-mob {
        display: block;
        position: absolute
    }

    .img-mob3 {
        bottom: 0;
        right: 0
    }

    .img-mob2 {
        left: 0;
        top: -120px
    }

    .img-mob1 {
        right: 30px;
        top: -200px
    }

    .middle-show-up {
        display: flex
    }

    .middle-hide {
        display: none
    }

    .footer-middle .wrap {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(3, 1fr);
        row-gap: 36px;
        grid-template-rows:auto 1fr
    }

    .contacts-footer {
        grid-area: 3 / 1 / 4 / 3
    }

    .color-grey {
        color: #fff9
    }

    .newsletter-right {
        margin-top: 20px
    }

    .footer-top {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .footer-top .wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .wrapper-inner-features {
        padding: 64px 18px
    }

    .wrapper-outer {
        padding: 0
    }

    .img_content-wrap img {
        min-height: 545px;
        object-fit: cover
    }

    .overflow-content {
        left: 32px
    }

    .wrap-featured {
        margin: 64px auto
    }

    .navigation {
        display: none
    }

    .slider-inner {
        flex-direction: column;
        padding: 64px 18px;
        margin: 64px auto
    }

    .statick-info {
        max-width: 100%;
        height: auto
    }

    .auto-slider {
        margin-top: 44px;
        position: static !important
    }

    .image-wrap {
        padding-left: 0;
        position: relative
    }

    .arrow-wrap, .bg-image {
        display: none
    }

    .bg-text {
        position: static;
        max-width: 375px;
        padding: 250px 18px 130px;
        transform: unset;
        margin: 0 auto
    }

    .bg-text h2 {
        font-size: 40px;
        line-height: 49px
    }

    .bg-text p {
        font-size: 18px;
        line-height: 28px;
        font-family: RT-Rondelle-Book;
        color: #6a7f86;
        margin: 16px auto 0
    }

    .prod-item + .prod-item {
        margin-left: 20px
    }
}

.faq-left-side img {
    max-width: 312px
}

@media screen and (max-width: 768px) {
    .logo-black, .logo-white {
        max-width: 100px
    }

    .logo-black img, .logo-white img {
        max-width: 100% !important
    }

    .product-template-section {
        padding-top: 28px
    }

    .testimonials-wrapper-outer .swiper {
        padding-right: 20%
    }

    .cards-wide .header-prod-wrapper {
        width: 100%
    }

    .shop-card-title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
        font-family: RT-Rondelle-Book;
        color: #94a3a8
    }

    .shop-card.active .shop-card-title {
        color: #272727;
        position: relative
    }

    .shop-card.active .shop-card-title:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #f77326;
        bottom: -23px
    }

    .shop-by-cards::-webkit-scrollbar {
        display: none
    }

    .shop-by-cards {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .img-title, .featured-col-title {
        flex-shrink: unset
    }

    .top-card-description > a {
        font-size: 16px;
        line-height: 20px
    }

    .padding-inside {
        padding: 0 18px
    }

    .container.reset-padding {
        padding: 0
    }

    .mobile-trigger-category.active {
        display: none
    }

    .shop-tag + .shop-tag {
        margin-left: 0;
        margin-top: 8px
    }

    .shop-by-tags.active {
        display: flex
    }

    .rich-text-block {
        padding: 0 !important
    }

    .section-banner {
        padding: 64px 0
    }

    .banner-content {
        padding: 0
    }

    .view-all-wrap a {
        text-align: center;
        width: 100%;
        display: block
    }

    .view-all-wrap {
        margin-top: 32px
    }

    .featured-col-title {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 0 25px
    }

    .img-title img {
        max-width: 44px
    }

    .heading-featured {
        padding: 20px
    }

    .featured-colections {
        margin-top: 28px;
        padding-top: 44px;
        margin-bottom: 64px
    }

    .shop-card + .shop-card {
        margin-left: 44px
    }

    .heading-shop-by {
        display: none
    }

    .shop-by-cards {
        margin-top: 28px;
        padding: 0 18px 23px;
        margin-bottom: 28px;
        overflow: auto;
        border-bottom: 1px solid #DFE4E5
    }

    .shop-card-img {
        display: none
    }

    .template-list-collections h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 12px;
        margin-top: 12px
    }

    .subheading {
        font-size: 15px;
        line-height: 23px
    }

    .small-prod-image {
        width: 64px;
        height: 64px
    }

    .image-wrap .main-img {
        height: 411px
    }

    .button-rounded {
        font-size: 14px;
        line-height: 17px;
        padding: 14px
    }

    .item_image.flex-reverse, .item_image {
        flex-direction: column;
        align-items: stretch
    }

    .flex-reverse .text_wrap, .text_wrap {
        padding: 0;
        width: 100%;
        position: relative;
        margin-top: 20px
    }

    .img_wrap, .img_wrap img {
        width: 100%
    }

    .tab-container {
        flex-direction: column-reverse
    }

    .right-content {
        margin: 0;
        width: 100%
    }

    .left-content {
        width: 100%;
        margin-top: 32px
    }

    .tabs-heading {
        margin: 0 0 32px;
        padding-bottom: 23px;
        flex-direction: column;
        align-items: center
    }

    .tab-toggle.active:after {
        bottom: -26px
    }

    .heading-tabs {
        margin-bottom: 44px;
        font-size: 36px;
        line-height: 44px
    }

    .tab-toggle {
        font-size: 18px;
        line-height: 22px
    }

    .bg-heading {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .bg-description {
        margin: 0 0 20px
    }

    .tab-main-iamge-wrap img {
        width: 100%
    }

    .tabs-types-wrapper {
        margin: 64px auto
    }

    .tabs-types-wrapper h2 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 auto 44px
    }

    .text_text {
        font-size: 20px;
        line-height: 25px
    }

    .item_image + .item_image {
        margin-top: 44px
    }

    h2.section__head {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .section__description {
        margin: 0 auto 44px
    }

    .content__main h1 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .content__main h3 {
        font-size: 15px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 20px
    }

    .slider-arrows-wrap {
        padding: 64px 18px
    }

    .coment {
        margin-left: 0;
        flex-basis: unset
    }

    .testimonial-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .testimonial-product {
        flex-basis: unset;
        margin-top: 36px
    }

    .coment-text {
        font-size: 28px;
        line-height: 34px;
        padding: 24px 0;
        margin-bottom: 24px
    }

    .faq-inner-wrap {
        flex-direction: column
    }

    .faq-right-side {
        margin-left: 0;
        margin-top: 20px;
        flex-basis: unset
    }

    .faq-left-side img {
        width: 100%;
        max-width: unset;
        object-fit: cover;
        height: 280px;
        border-radius: 12px
    }

    .faq-feading {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 44px
    }

    .faq-wrapper:first-child {
        border-top: 0
    }

    .faq-question {
        line-height: 21px;
        color: #2a4852;
        padding: 24px 0
    }

    .faq-answer {
        font-size: 15px;
        line-height: 23px
    }

    .toggle-active .faq-answer {
        padding: 24px 0
    }

    .slider-heading {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .slider-description {
        margin-bottom: 20px
    }

    .tab-item-wrap.active {
        overflow: auto
    }

    .tab-item-wrap.active::-webkit-scrollbar {
        display: none
    }

    .tab-item-wrap.active {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .prod-item {
        min-width: 280px;
        flex-shrink: 1
    }

    .tab-prod-title {
        font-size: 16px;
        line-height: 20px
    }

    .newsletter-field input {
        max-width: 215px;
        width: 100%
    }

    .newsletter_heading {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .button-filled {
        font-size: 14px;
        line-height: 17px;
        padding: 14px 24px
    }

    .wrapper-banner {
        padding-bottom: 1px
    }

    .section-content {
        margin-bottom: -60px
    }

    .collection_item_link {
        border: 2px solid #00BBB4;
        padding: 10px 12px;
        bottom: 10px;
        left: 10px;
        right: 10px
    }

    .icon-wrap {
        background: #fff;
        border-radius: 8px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -72px;
        left: 8px
    }

    .icon-wrap svg {
        margin: 0;
        width: 32px;
        height: 32px
    }

    .top-card-description {
        margin-bottom: 16px
    }

    .feature-collection-wraper + .feature-collection-wraper {
        margin-top: 44px
    }

    .price-card {
        font-size: 18px;
        line-height: 20px
    }

    .bottom-card-description {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 568px) {
    .products-collection {
        grid-template-columns:1fr
    }
}

.slider-h2 {
    margin: 0;
    font-size: 48px;
    line-height: 59px;
    max-width: 640px
}

.slider-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid #DFE4E5;
    margin-bottom: 80px
}

.slider-arrows {
    display: flex
}

.slide-right {
    margin-left: 12px
}

.places-slider {
    margin: 140px auto
}

.place-heading {
    margin: 28px 0 20px;
    font-size: 36px;
    line-height: 44px
}

.place-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book
}

.collection-bg-text.wrap {
    max-width: 1388px;
    margin: 140px auto
}

.product-single {
    margin-top: 32px;
    display: flex
}

.media-wrapper {
    width: 605px;
    max-width: 100%;
}

.product-form {
    margin-left: 80px;
    flex-grow: 1;
    width: calc(100% - 685px);
}

.pg__main {
    border-radius: 16px;
    overflow: hidden
}

.product__usp-list {
    padding: 20px;
    background: #eff4f4;
    border-radius: 8px;
    text-align: center
}

.basic-info {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px
}

.basic-info-wrap {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #eff4f4;
    border-radius: 20px;
    gap: 20px
}

.product-price--single .product-price__price {
    font-size: 22px;
    line-height: 27px;
    font-family: RT-Rondelle-Regular
}

.product__usp {
    padding: 20px 0 0 !important;
    border-top: 1px solid #EFF4F4
}

.product-form__buttons {
    padding: 20px 0
}

.full-wrap {
    background: #eff4f4;
    padding: 140px 0
}

.wrap-insilde {
    margin: 0 auto;
    max-width: 1276px;
    padding: 0 18px
}

.details-technical {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.toggle-image {
    display: none
}

.toggle-image.active {
    display: block
}

.details-heading {
    font-size: 48px;
    line-height: 59px;
    margin: 0 0 20px
}

.details-description p {
    font-size: 16px;
    line-height: 24px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book;
    margin-bottom: 32px
}

.detail-items {
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 20px;
    row-gap: 12px;
    max-height: 140px;
    overflow: hidden
}

.toggle-detail {
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    color: #94a3a8
}

.toggle-detail.active {
    color: #fff;
    background: #00bbb4
}

.left-details {
    flex-basis: 605px
}

.image-details-wrap {
    flex-basis: 554px;
    margin-left: 80px
}

.jdgm-rev-widg.jdgm-rev-widg {
    padding: 0;
    margin-top: 140px;
    margin-bottom: 140px;
    border: 0
}

.jdgm-rev-widg__title {
    margin-bottom: 40px !important;
    font-size: 48px !important;
    line-height: 59px !important;
    font-family: RT-Rondelle-Regular !important;
    color: #272727 !important;
    font-weight: 400 !important
}

.jdgm-histogram__bar-content {
    background-color: #2a4852 !important;
    border-radius: 2px
}

.jdgm-histogram {
    border: 0 !important;
    padding: 0 !important
}

.jdgm-rev-widg__summary {
    width: 25%
}

.description-container {
    margin-top: 36px;
    border-top: 1px solid #EFF4F4;
    padding-top: 32px;
    margin-bottom: 140px
}

.tob-content {
    display: none
}

.tob-content.active {
    display: block;
}

.tob-content .img-description {
    margin-left: 80px
}

.tabs-triggers {
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DFE4E5
}

.tab-togl {
    font-size: 24px;
    line-height: 29px;
    color: #94a3a8;
    cursor: pointer
}

.tab-togl.active {
    color: #272727
}

.tab-togl + .tab-togl {
    margin-left: 50px
}

.jdgm-histogram__percentage, .jdgm-histogram .jdgm-star {
    display: none !important
}

.jdgm-histogram__row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10px !important
}

.jdgm-histogram__bar {
    background: #eff4f4 !important;
    border-radius: 2px !important;
    margin: 0 0 0 8px !important;
    width: 250px !important;
    height: 6px !important;
    box-shadow: unset !important
}

.jdgm-histogram__frequency {
    font-size: 12px;
    color: #2a4852;
    font-family: RT-Rondelle-Medium
}

.jdgm-widget-actions-wrapper a {
    background: #00bbb4;
    border-radius: 50px;
    border: 0;
    color: #fff;
    width: 182px;
    padding: 16px;
    font-size: 16px;
    line-height: 20px
}

.jdgm-rev__reply {
    display: none
}

.jdgm-rev {
    padding-top: 40px !important;
    margin-top: 40px !important;
    border-top: 1px solid #EFF4F4;
    display: flex !important
}

.jdgm-rev__header {
    flex-basis: 318px;
    flex-shrink: 0
}

.jdgm-rev-widg__summary-text {
    margin-top: 10px;
    color: #94a3a8;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: RT-Rondelle-Medium
}

.products-relative {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 51px
}

.relative-heading {
    text-align: center;
    font-size: 48px;
    line-height: 59px;
    padding-bottom: 33px;
    margin-top: 0;
    margin-bottom: 80px;
    border-bottom: 1px solid #DFE4E5
}

.faq-outer .wrap-featured {
    margin: 0 auto;
    padding: 140px 18px
}

.relative-wrap {
    margin: 140px auto
}

.cart {
    display: flex
}

.cart__row {
    display: flex;
    border-top: 1px solid #EFF4F4;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative
}

.cart__image-wrapper {
    width: 180px;
    margin-right: 20px
}

.cart__image-wrapper img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #EFF4F4
}

.cart__footer {
    background: #eff4f4;
    border-radius: 8px;
    padding: 32px;
    flex-basis: 500px;
    margin-left: 106px
}

.cart-items {
    flex-grow: 1
}

.cart-heading {
    font-size: 48px;
    line-height: 59px;
    margin: 12px 0 32px
}

.cart-item-content {
    text-align: left
}

.list-view-item__title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 16px
}

.cart__meta-text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 4px
}

.vendor {
    color: #94a3a8;
    font-size: 9px;
    line-height: 11px;
    font-family: RT-Rondelle-Medium;
    margin-bottom: 4px
}

.option-name {
    color: #2a4852;
    font-family: RT-Rondelle-Book;
    margin-right: 4px
}

.option-value {
    font-family: RT-Rondelle-Medium
}

.cart__remove-row {
    position: absolute;
    top: 40px;
    right: 0
}

.main-policy-wrapper {
    display: flex;
    border-top: 1px solid #EFF4F4
}

.sidebar-inside {
    display: flex;
    flex-direction: column;
    max-width: 187px;
    margin: 52px auto
}

.policy-page {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 25px;
    color: #6a7f86;
    font-family: RT-Rondelle-Book
}

.policy-page + .policy-page {
    margin-top: 10px
}

.wrap-inside {
    margin: 52px auto;
    max-width: 847px;
    padding: 0 18px
}

.policy-page.active {
    background: #fff;
    color: #2a4852;
    font-family: RT-Rondelle-Medium
}

.sidebar {
    background: #eff4f4
}

.sidebar {
    width: 25%
}

.main-content {
    width: 74%
}

.policy-heading {
    margin: 20px 0;
    font-size: 48px;
    line-height: 59px
}

.policy-content {
    font-size: 16px;
    line-height: 24px;
    font-family: RT-Rondelle-Book;
    color: #2a4852
}

.policy-content p {
    margin: 0 0 12px
}

.policy-content h2 {
    font-size: 26px;
    line-height: 32px;
    color: #272727;
    font-family: RT-Rondelle-Regular;
    margin: 52px 0 20px
}

.policy-page svg {
    display: none
}

.faq-heading {
    margin: 12px 0 32px;
    text-align: center;
    font-size: 52px;
    line-height: 64px
}

.wrap.wrap-smaller {
    max-width: 852px
}

.faq-categorys {
    display: flex
}

.category {
    display: flex;
    width: 25%;
    align-items: center;
    padding: 10px;
    border: 1px solid #EFF4F4;
    border-radius: 8px;
    text-transform: uppercase;
    color: #2a4852;
    font-size: 14px;
    line-height: 17px;
    font-family: RT-Rondelle-Medium;
    cursor: pointer
}

.category.active .category-icon-non-active, .category:hover .category-icon-non-active {
    display: none
}

.category:hover .category-icon, .category.active .category-icon {
    display: block
}

.category-icon {
    display: none
}

.category-title {
    margin-left: 12px
}

.wrap-answers {
    margin-top: 32px;
    padding-top: 80px;
    border-top: 1px solid #EFF4F4
}

.category + .category {
    margin-left: 12px
}

.category.active {
    background: #eff4f4;
    border: 0;
    padding: 11px
}

.wrap-answers .faq-wrapper {
    display: none
}

.wrap-answers .faq-wrapper.show {
    display: block
}

.wrap-mission {
    display: flex;
    align-items: center
}

.teamwrapper {
    display: flex
}

.section-content-wrapper {
    display: flex;
    align-items: flex-end
}

.wrap-outer-mission {
    background: #272727;
    color: #fff;
    padding: 140px 0
}

.wrapper-outer-team {
    padding: 140px 0;
    background: #eff4f4
}

.right-mission {
    margin-left: 81px
}

.left-mission {
    flex-basis: 605px
}

.mission-heading {
    font-size: 48px;
    line-height: 59px;
    margin: 0 0 20px
}

.mission-description {
    font-size: 16px;
    line-height: 24px;
    color: #94a3a8;
    font-family: RT-Rondelle-Book;
    margin-bottom: 32px
}

.mission-description p {
    margin-bottom: 12px
}

.mission-description a {
    color: #00bbb4
}

.author {
    font-size: 12px;
    line-height: 15px;
    margin-top: 32px;
    font-family: RT-Rondelle-Medium
}

.section-heading {
    font-size: 48px;
    line-height: 59px;
    margin: 0 0 64px;
    padding-bottom: 32px;
    border-bottom: 1px solid #DFE4E5
}

.teammember {
    width: 33%
}

.teammember + .teammember {
    margin-left: 30px
}

.team-name {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 19px;
    line-height: 23px
}

.team-position {
    font-size: 14px;
    line-height: 17px;
    font-family: RT-Rondelle-Book;
    color: #94a3a8;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DFE4E5
}

.team-description {
    color: #2a4852;
    font-size: 14px;
    line-height: 22px;
    font-family: RT-Rondelle-Book
}

.contact-wrapper {
    flex-basis: 318px;
    margin-right: 105px;
    flex-shrink: 0
}

.contact-text {
    font-size: 16px;
    line-height: 24px;
    color: #2a4852;
    font-family: RT-Rondelle-Book;
    margin-bottom: 32px
}

.about-heading {
    text-align: center;
    margin: 20px 0;
    font-size: 48px;
    line-height: 59px
}

.about-heading-wrap {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 32px
}

.about-subheading {
    max-width: 542px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #2a4852;
    font-family: RT-Rondelle-Book
}

.bottom-button {
    display: flex;
    justify-content: center;
    margin-top: 80px
}

.about-items-wrap {
    max-width: 1388px;
    padding: 0 18px;
    margin: 140px auto
}

.about-item {
    padding: 44px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF4F4
}

.items-img {
    margin-bottom: 44px
}

.item-icon {
    display: flex
}

.item-heading {
    font-size: 28px;
    line-height: 34px;
    margin: 12px 0 0
}

.item-left-side {
    min-width: 34%;
    margin-right: 106px
}

.right-side {
    font-size: 16px;
    line-height: 24px;
    color: #2a4852;
    font-family: RT-Rondelle-Book
}

.right-side p {
    margin: 0
}

.jdgm-rev__icon {
    display: none !important
}

.info-btn {
    background: #f77326;
    border-radius: 6px;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: RT-Rondelle-Medium
}

.cart__free-shipping__text {
    background: #eff4f4;
    border-radius: 20px;
    padding: 10px
}

.free-shipping-text {
    font-size: 13px;
    line-height: 16px;
    font-family: RT-Rondelle-Medium
}

.shipping-time {
    font-size: 13px;
    line-height: 16px;
    opacity: .5;
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 10px
}

.cart__free-shipping {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    border-top: 1px solid #EFF4F4;
    border-bottom: 1px solid #EFF4F4;
    margin-top: 28px
}

.cart__free-shipping > span {
    color: #6a7f86;
    font-size: 13px;
    line-height: 16px;
    font-family: RT-Rondelle-Book
}

.cart__free-progress {
    flex-grow: 1
}

.cart-footer-heading {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #DFE4E5
}

.cart__footer__actions {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #DFE4E5
}

.cart-sub-info > div + div {
    margin-top: 20px
}

.cart-info-item {
    font-size: 18px;
    line-height: 22px;
    font-family: RT-Rondelle-Book
}

.cart-info-item-main {
    font-size: 18px;
    line-height: 22px
}

.dynamic-checkout__content .shopify-cleanslate .xGd3h1QpIzYq8GCXdELr {
    flex-direction: row !important
}

.shopify-cleanslate .xGd3h1QpIzYq8GCXdELr .XLcXEW3RnM9fyU7k7fvC {
    width: 25%;
    height: 50px !important
}

.shopify-cleanslate .xGd3h1QpIzYq8GCXdELr .XLcXEW3RnM9fyU7k7fvC + .XLcXEW3RnM9fyU7k7fvC {
    margin-left: 8px
}

.addition-heading {
    color: #bfc8cb;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
    margin-top: 28px
}

.addition-heading span {
    background-color: #eff4f4;
    position: relative;
    padding: 0 10px
}

.cart-wrapper {
    padding-top: 32px
}

.addition-heading:before {
    content: "";
    display: block;
    height: 1px;
    background: #dfe4e5;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-40%)
}

.cart__footer__actions .checkbox-one-line {
    margin-bottom: 28px
}

.product-preview-popup__wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    display: none
}

.product-preview-popup__wrapper.active {
    display: block
}

.overflow-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.product-preview-popup__wrapper-content {
    max-width: 698px;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0
}

.main-faq {
    padding-top: 32px
}

@media screen and (max-width: 992px) {
    .jdgm-rev-widg__summary {
        width: unset
    }

    .main-faq {
        padding-top: 28px
    }

    .tab-pane {
        width: 100%
    }

    .search-full {
        top: 99px;
        padding-top: 32px
    }

    .search-full form {
        margin-bottom: 32px !important
    }

    .search-full__result .grid {
        grid-template-columns:1fr 1fr
    }

    .details-heading {
        font-size: 32px;
        line-height: 39px;
        margin: 0 0 12px
    }

    .details-description p {
        margin-bottom: 44px
    }

    .full-wrap {
        padding: 64px 0
    }

    .details-technical {
        flex-direction: column-reverse
    }

    .left-details {
        flex-basis: unset;
        margin-top: 20px;
        width: 100%
    }

    .image-details-wrap {
        flex-basis: unset;
        margin-left: 0;
        width: 100%
    }

    .image-details-wrap img {
        width: 100%
    }

    .template-contact main {
        margin-top: 33px
    }

    .jdgm-rev__header {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px
    }

    .jdgm-rev__author-wrapper {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .jdgm-rev {
        padding-top: 20px !important;
        margin-top: 20px !important
    }

    .jdgm-quest, .jdgm-rev {
        flex-direction: column
    }

    .jdgm-rev__header {
        flex-basis: unset
    }

    .title-price {
        flex-direction: column
    }

    .title-price > a {
        margin-right: 0
    }

    main {
        margin-top: 95px
    }

    .faq-outer .wrap-featured {
        margin: 0 auto;
        padding: 32px 18px 64px
    }

    .section-content-wrapper {
        flex-direction: column
    }

    .contact-wrapper {
        flex-basis: unset
    }

    .teamwrapper {
        padding-top: 44px;
        margin-top: 44px
    }

    .image-wrap .main-img {
        height: 400px
    }

    .collection-description {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0
    }

    .collection-image {
        max-width: none;
        margin-right: 0
    }

    .collection-title {
        font-size: 36px;
        line-height: 44px;
        margin-top: 28px
    }
}

@media screen and (max-width: 768px) {
    .shop-tag.active {
        pointer-events: all
    }

    .tabs__triggers {
        overflow: auto;
        justify-content: flex-start
    }

    .go-cart__trigger .text {
        display: none
    }

    .info-btn {
        font-size: 14px;
        line-height: 17px;
        padding: 14px 24px
    }

    .jdgm-rev-widg__header {
        display: flex;
        flex-direction: column
    }

    .jdgm-rev-widg__title {
        font-size: 22px !important;
        line-height: 27px !important;
        margin-bottom: 30px !important
    }

    .jdgm-widget-actions-wrapper a {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .jdgm-widget-actions-wrapper {
        order: 1
    }

    .jdgm-rev-widg__sort-wrapper {
        order: 2
    }

    .jdgm-histogram {
        margin: 30px 0
    }

    .jdgm-histogram__bar {
        width: unset;
        flex-grow: 1
    }

    .about-main {
        padding: 0
    }

    .author {
        margin-top: 12px
    }

    .mission-description {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 12px
    }

    .mission-heading {
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 12px
    }

    .about-heading-wrap {
        padding: 28px 18px 0
    }

    .about-items-wrap {
        margin: 64px 0
    }

    .wrap-outer-mission, .wrapper-outer-team {
        padding: 64px 0
    }

    .section-heading {
        border: 0;
        padding-bottom: unset;
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 44px
    }

    .contact-wrapper {
        margin-right: 0
    }

    .contact-text {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px
    }

    .teamwrapper {
        flex-direction: column
    }

    .teammember, .teammember img {
        width: 100%
    }

    .teammember + .teammember {
        margin-left: 0;
        margin-top: 44px
    }

    .left-mission {
        flex-basis: unset
    }

    .right-mission {
        margin-left: unset;
        margin-bottom: 44px
    }

    .wrap-mission {
        flex-direction: column-reverse
    }

    .right-side {
        font-size: 15px;
        line-height: 23px
    }

    .item-icon {
        width: 40px;
        height: 40px
    }

    .item-heading {
        font-size: 20px;
        line-height: 25px
    }

    .about-items-wrap-inside {
        padding: 0
    }

    .about-item {
        padding: 20px 0;
        flex-direction: column;
        align-items: unset
    }

    .item-left-side {
        margin-right: 0;
        min-width: unset
    }

    .right-side {
        margin-top: 20px
    }

    .items-img {
        margin-bottom: 0
    }

    .about-heading {
        font-size: 36px;
        line-height: 44px;
        margin: 12px 0
    }

    .about-subheading {
        font-size: 15px;
        line-height: 23px;
        margin: 0 auto 28px
    }

    .bottom-button {
        margin-top: 28px
    }

    #shopify-section-template--15584194002996__00b0f1e7-53f2-4e87-b805-eeb8ea918ce9 .img_content-wrap img {
        min-height: 437px
    }

    .category-icon svg {
        width: 40px;
        height: 40px
    }

    .collection-bg-text.wrap {
        margin: 64px auto
    }

    .wrap-answers {
        margin-top: 28px;
        padding-top: 44px
    }

    .faq-heading {
        margin: 12px 0 28px;
        text-align: center;
        font-size: 36px;
        line-height: 44px
    }

    .faq-categorys {
        display: grid;
        grid-template-columns:1fr 1fr;
        row-gap: 10px;
        column-gap: 12px
    }

    .category {
        width: 100%;
        font-size: 13px;
        line-height: 16px
    }

    .category + .category {
        margin-left: 0
    }

    .main-policy-wrapper {
        flex-direction: column
    }

    .sidebar, .main-content {
        width: 100%
    }

    .sidebar-inside {
        margin: 0;
        max-width: unset
    }

    .wrap-inside {
        margin: 28px 0 54px
    }

    .policy-heading {
        margin: 12px 0;
        font-size: 36px;
        line-height: 44px
    }

    .policy-page + .policy-page {
        margin: 0
    }

    .policy-page:last-child {
        border-bottom: 1px solid #DFE4E5
    }

    .policy-page {
        border-top: 1px solid #DFE4E5;
        padding: 12px 18px;
        font-size: 16px;
        line-height: 20px;
        font-family: RT-Rondelle-Regular;
        border-radius: 0
    }

    .policy-page.active {
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0;
        order: -1;
        font-family: RT-Rondelle-Regular
    }

    .sidebar-inside {
        max-height: 44px;
        overflow: hidden;
        transition: all .2s linear
    }

    .sidebar-inside.active {
        max-height: 200px;
        overflow: hidden
    }

    .policy-page.active svg {
        display: block;
        transform: rotate(180deg);
        transition: all .2s linear
    }

    .sidebar-inside.active svg {
        transform: rotate(0)
    }

    .shop-by-tags {
        margin-top: 32px;
    }

    .tags-wrap {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 568px) {
    .search-full__result .grid {
        grid-template-columns:1fr
    }
}


.search-full {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 6;
    background: #fff;
    overflow-y: auto
}

.search-full__input {
    width: 100%;
    height: 49px;
    padding-left: 0;
    padding-right: 45px;
    padding-bottom: 20px;
    font-size: 24px !important;
    background: none;
    border: none;
    border-bottom: 1px solid #ECEDEA;
    color: #94A3A8;
    font-family: 'RT-Rondelle-Book';
    padding-top: 0;
}

.search-full__submit {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 30px
}

.search-full__loading:before {
    width: 30px;
    height: 30px;
    font-size: 30px
}

.search-full__close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center
}

.search-full__result {
    display: none
}

.search-full__content__tab.loaded .search-full__content__loading {
    display: none
}

.search-full__content__tab.loaded .search-full__result {
    display: block
}

.search-full__msg {
    color: rgba(var(--color_general_rgb), 0.6)
}

@media (min-width: 1200px) {
    .grid--product-search-full .grid__item {
        width: 20%
    }
}

@font-face {
    font-family: 'BTVodoma';
    src: url('../fonts/BTVodoma.eot');
    src: local("BTVodoma"), url('../fonts/BTVodoma.eot') format("embedded-opentype"), url('../fonts/BTVodoma.woff2') format("woff2"), url('../fonts/BTVodoma.ttf') format("truetype"), url('../fonts/BTVodoma.woff') format("woff"), url('../fonts/BTVodoma.svg#BTVodoma') format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^="lnr-"],
[class*=" lnr-"] {
    font-family: 'BTVodoma' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.por {
    position: relative;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow span:before {
    visibility: hidden
}

.slick-prev {
    left: 0
}

.slick-prev span:before {
    content: var(--arrow-prev-content)
}

@media (min-width: 1366px) {
    .slick-prev:not(.slick-box) {
        left: -25px
    }
}

.slick-next {
    right: 0
}

.slick-next span:before {
    content: var(--arrow-next-content)
}

@media (min-width: 1366px) {
    .slick-next:not(.slick-box) {
        right: -25px
    }
}

.slick-arrow-title .slick-arrow {
    position: static
}

.slick-arrow-title .slick-next {
    float: right
}

.slick-arrow-title .slick-next span:before {
    content: var(--arrow-next-title-content)
}

.slick-arrow-title .slick-prev {
    margin-right: 20px;
    float: left
}

.slick-arrow-title .slick-prev span:before {
    content: var(--arrow-prev-title-content)
}

.product-album-block {
}

.product-album-block .product-album-big-img-swiper {
    border-radius: 16px;
}

.product-album-block .product-album-big-img-swiper .swiper-button-next,
.product-album-block .product-album-big-img-swiper .swiper-button-prev {
    color: #333;
    background-color: #fff;
    width: 40px;
    height: 40px;
    --swiper-navigation-size: 16px;
    border-radius: 50%;
}

.product-album-block .product-album-thumbs-box {
    position: relative;
    margin-top: 15px;
    padding: 0 70px;
}

.product-album-block .product-album-thumbs-box .swiper-button-next,
.product-album-block .product-album-thumbs-box .swiper-button-prev {
    color: #333;
    --swiper-navigation-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
    margin: 0;
}

.product-album-block .product-album-thumbs-swiper {
}

.product-album-block .product-album-thumbs-swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.field label {
    position: relative;
    color: var(--color_general)
}

.field input,
.field textarea {
    border: solid 1px #ddd;
    border-radius: 6px;
    outline: 0;
    background: #fff;
    resize: none;
    min-height: 50px;
    padding: 0 14px;
}

.field--float-label {
    position: relative
}

.field--float-label input {
    height: 50px;
    line-height: 50px;
    padding: 16px 20px;
    background: rgba(var(--color_general_rgb), 0.05)
}

.w100 {
    width: 100%;
}

.pagination-block {
    display: flex;
    justify-content: center;
}

.pagination-block .pagination {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pagination-block .pagination a {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination-block .pagination a.page-num-current {
    color: #fff;
    border-color: #00bbb4;
    background-color: #00bbb4;
}

#book-now-form-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgb(0 0 0 / 0.6);
}

#book-now-form-window .window-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    max-width: calc(100vw - 30px);
    background-color: #fff;
    border-top: 2px solid #00bbb4;
    padding: 20px;
    border-radius: 4px;
}

#book-now-form-window .window-box .window-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#book-now-form-window .window-box .window-header .title {
    color: #333;
    font-size: 24px;
}

#book-now-form-window .window-box .window-header .close-btn {
    font-size: 30px;
    line-height: 1em;
}

#book-now-form-window .window-box .form-group {
    margin-bottom: 20px;
    gap: 0;
}

#book-now-form-window .window-box .form-control {
    display: block;
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 4px;
}
