@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

table,
input,
textarea,
select,
option {
    line-height: 1.1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

img {
    vertical-align: top
}

a {
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

fontface {
    font-family: UTM Bebas;
    src: url(../font/UTM-Bebas.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Times New Roman, serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    background-color: var(--clr-background)
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 320px
    }
}

.sp-only {
    display: none
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none
    }

    .sp-only {
        display: block
    }
}

:root {
    --fz-h1: 3.2rem;
    --fw-h1: 700;
    --lh-h1: 1.5;
    --fz-h2: 2.8rem;
    --fw-h2: 600;
    --lh-h2: calc(32 / 28);
    --fz-h3: 2rem;
    --lh-h3: calc(28 / 20);
    --fz-p18: 1.8rem;
    --lh-p18: calc(24 / 18);
    --fz-p16: 1.6rem;
    --lh-p16: 1.5;
    --fz-p16: 1.4rem;
    --lh-p16: calc(18 / 14);
    --fz-decor: 3.2rem;
    --lh-decor: 1.5;
    --fw-default: 400;
    --clr-text: #181818;
    --clr-background: #F6F6F6;
    --clr-accent-bg: #FDB827;
    --clr-accent-text: #FDB827
}

.l-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    gap: 20px;

}

.l-mt-30 {
    margin-top: 30px;
}

section {
    padding: 40px 0
}

@media only screen and (max-width: 767px) {
    section {
        padding: 20px 0;
        margin-bottom: 20px
    }
}

section:first-of-type {
    padding-top: 20px
}

.u-textcenter {
    text-align: center
}

.ug-line-break-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.ug-line-break-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.ug-line-break-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.u-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.l-pd-0-54px {
    padding-left: 54px;
    padding-right: 54px
}

@media only screen and (max-width: 1024px) {
    .l-pd-0-54px {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .l-pd-0-54px {
        padding-left: 20px;
        padding-right: 20px
    }
}

.l-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1024px) {
    .l-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-sidebar__ttl {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

@media only screen and (max-width: 1024px) {
    .l-sidebar__ttl {
        font-size: 2.4rem;
        line-height: 1.3333333333;
        text-align: center
    }
}

.l-sidebar {
    --rightw: 432px;
    --gap: 36px;
    --right-cart: 360px;
    --left-category: 216px
}

.l-sidebar__left {
    width: calc(100% - var(--rightw) - var(--gap));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px
}

.l-sidebar__left-news {
    width: calc(100% - var(--rightw) - var(--gap))
}

.l-sidebar__left-category {
    max-width: var(--left-category);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

@media only screen and (max-width: 767px) {
    .l-sidebar__left-category {
        max-width: unset
    }
}

@media only screen and (max-width: 1024px) {
    .l-sidebar__left {
        width: 100%
    }
}

.l-sidebar__right {
    max-width: var(--rightw);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px
}

.l-sidebar__right-cart {
    max-width: var(--right-cart)
}

.l-sidebar__right-category {
    max-width: calc(100% - var(--left-category) - var(--gap))
}

@media only screen and (max-width: 767px) {
    .l-sidebar__right-category {
        max-width: unset
    }

    .l-sidebar__right-category .c-products__sizes {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .l-sidebar__right {
        max-width: unset
    }
}

@media (max-width: 1024px) {
    section {
        padding: 30px 0
    }
}

@media (max-width: 767px) {
    section {
        padding: 20px 0
    }

    .l-sidebar__ttl {
        font-size: 2.4rem;
        line-height: 1.3;
        text-align: center
    }
}

.c-nav .swiper-button-prev,
.c-nav .swiper-button-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px #00000026;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.c-nav .swiper-button-prev:hover,
.c-nav .swiper-button-next:hover {
    background-color: #f2f2f2;
    color: #000
}

.c-nav .swiper-button-prev:after,
.c-nav .swiper-button-next:after {
    font-size: 14px;
    color: #333
}

.is-modal-open {
    overflow: hidden
}

.c-header {
    position: relative;
    z-index: 1000
}

.c-header__top {
    background-color: #111;
    color: #fff;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.c-header__top.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px #0000004d;
    background-color: #111;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-animation: smoothSlideDown .7s ease forwards;
    animation: smoothSlideDown .7s ease forwards
}

@-webkit-keyframes smoothSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes smoothSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media only screen and (max-width: 767px) {
    .c-header__top {
        padding: 10px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .c-header__top .c-header__right {
        display: none !important
    }

    .c-header__top .c-header__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .c-header__top .c-header__left .c-header__logo img {
        height: 80px
    }

    .c-header__top .c-header__cart-icon-sp,
    .c-header__top .c-header__hamburger {
        display: block;
        position: relative;
        z-index: 9999;
        background: none;
        border: none;
        color: #fff
    }

    .c-header__top .c-header__cart-icon-sp {
        margin-left: auto;
        margin-right: 10px
    }

    .c-header__top .c-header__cart-icon-sp img {
        width: 24px;
        height: 24px
    }

    .c-header__top .c-header__cart-icon-sp .cart-count {
        font-size: 12px
    }

    .c-header__top .c-header__hamburger {
        font-size: 24px
    }
}

@-webkit-keyframes slideDown {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

@keyframes slideDown {
    0% {
        top: -100px
    }

    to {
        top: 0
    }
}

.c-header__left,
.c-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

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

    .c-header__left,
    .c-header__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.c-header__left a,
.c-header__right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.c-header__left a img,
.c-header__right a img {
    vertical-align: middle;
    margin-right: 0
}

.c-header__left a:hover,
.c-header__right a:hover {
    text-decoration: underline
}

.c-header__left--auth-group .c-header__auth-separator,
.c-header__right--auth-group .c-header__auth-separator {
    color: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 6px;
    -ms-flex-item-align: center;
    align-self: center
}

.c-header__logo img {
    height: 120px
}

.c-header__search {
    position: relative
}

.c-header__search-input {
    max-width: 366px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    border-radius: 6px;
    border: none
}

.c-header__search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none
}

.c-header__auth-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-header__hamburger,
.c-header__cart-icon-sp {
    display: none
}

.c-header__nav-container {
    background-color: #f9a825;
    position: relative
}

@media only screen and (max-width: 767px) {
    .c-header__nav-container {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #f9a825;
        -webkit-transform: translateX(-100%);
        transform: translate(-100%);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        padding: 40px 40px 100px;
        z-index: 9998;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        overflow-y: auto
    }

    .c-header__nav-container.is-open {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

.c-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 40px
}

@media only screen and (max-width: 767px) {
    .c-header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-header__nav-item {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-header__nav-item {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-header__nav-item {
    color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    cursor: pointer
}

.c-header__nav-item--hot {
    color: red
}

.c-header__auth-group-sp {
    display: none
}

@media only screen and (max-width: 767px) {
    .c-header__auth-group-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        margin-bottom: 15px
    }

    .c-header__auth-group-sp a {
        color: #181818;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none
    }

    .c-header__auth-group-sp a img {
        display: none
    }

    .c-header__auth-group-sp a:hover {
        text-decoration: underline
    }

    .c-header__auth-group-sp .c-header__auth-separator {
        color: #181818;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.c-header__hamburger {
    display: none
}

.c-header__hamburger-line {
    position: absolute
}

.c-header__hamburger-line:nth-child(1) {
    top: 0
}

.c-header__hamburger-line:nth-child(2) {
    top: 48%
}

.c-header__hamburger-line:nth-child(3) {
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .c-header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        width: 32px;
        height: 28px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 9999
    }

    .c-header__hamburger .c-header__hamburger-line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .c-header__hamburger.is-open .c-header__hamburger-line:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(1px, -1px);
        transform: rotate(45deg) translate(1px, -1px);
        top: 50%
    }

    .c-header__hamburger.is-open .c-header__hamburger-line:nth-child(2) {
        opacity: 0
    }

    .c-header__hamburger.is-open .c-header__hamburger-line:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(1px, -1px);
        transform: rotate(-45deg) translate(1px, -1px);
        bottom: 40%
    }
}

.c-footer__top {
    background: #31347a;
    padding: 40px 0
}

.c-footer__ttl {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.5
}

.c-footer__txt {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 12px
}

.c-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media only screen and (max-width: 1024px) {
    .c-footer__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-footer__contact>* {
    width: calc((100% - 20px)/2)
}

@media only screen and (max-width: 1024px) {
    .c-footer__contact>* {
        width: 100%
    }
}

.c-footer__input {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .c-footer__input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-footer__input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: hidden;
    border-radius: 4px;
    background-color: #fff9;
    color: #6a6a6a;
    font-size: 1.4rem;
    font-weight: 400
}

.c-footer__input .c-btn01 {
    border: hidden
}

.c-footer__middle {
    background: #181818;
    padding-top: 20px;
    padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .c-footer__middle {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.c-footer__middle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px
}

@media only screen and (max-width: 1024px) {
    .c-footer__middle-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-footer__logo img {
    max-width: 193px
}

.c-footer__brand {
    margin-top: 36px;
    font-weight: 700;
    color: #fff;
    font-size: 5.6rem;
    line-height: .7142857143
}

@media only screen and (max-width: 767px) {
    .c-footer__brand {
        font-size: 3.2rem
    }
}

.c-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width: 1024px) {
    .c-footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-footer__menu li {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4
}

@media only screen and (max-width: 767px) {
    .c-footer__menu li {
        font-size: 1.6rem
    }
}

.c-footer__menu li:not(:first-child) {
    margin-top: 18px
}

@media only screen and (max-width: 767px) {
    .c-footer__menu li:not(:first-child) {
        margin-bottom: 4px
    }
}

.c-footer__item {
    --menu-gap: 36px;
    width: calc((100% - var(--menu-gap) * 2) / 3)
}

@media only screen and (max-width: 1024px) {
    .c-footer__item {
        width: 100%
    }
}

.c-footer__item-ttl {
    font-size: 2rem;
    color: var(--clr-accent-text);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 18px;
    position: relative;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .c-footer__item-ttl {
        margin-bottom: 4px
    }
}

.c-footer__item-ttl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: var(--clr-accent-bg)
}

.c-footer__item strong {
    font-size: 2.4rem;
    color: var(--clr-accent-text)
}

.c-footer__item-sightseeing li:not(:first-child) {
    margin-top: 28px
}

@media only screen and (max-width: 767px) {
    .c-footer__item-sightseeing li:not(:first-child) {
        margin-bottom: 8px
    }
}

.c-footer__links {
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.c-footer__links--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.c-footer__links--social {
    gap: 24px
}

.c-footer__img-ft {
    max-width: 160px;
    max-height: 70px
}

.c-footer__img-ft img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-footer__info {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px
}

.c-footer__map {
    max-height: 136px
}

.c-footer__icon-plane {
    font-size: 18px;
    color: var(--clr-accent-text)
}

.pre-form-contact {
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    margin-top: 12px;
    background-color: var(--clr-accent-bg)
}

.pre-form-contact__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
    letter-spacing: .5px;
    text-align: center
}

.pre-form-contact__box .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    background: #fff;
    overflow: hidden
}

.pre-form-contact__box .form-group .input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pre-form-contact__box .form-group input[type=text] {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #333
}

.pre-form-contact__box .form-group .btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0 15px;
    cursor: pointer;
    font-size: 18px;
    color: #0a3d78;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.pre-form-contact__box .form-group .btn:hover {
    color: #e74c3c
}

.sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px
}

.sidebar-item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.sidebar-item__ttl {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    background-color: #31347a;
    padding: 16px 20px
}

.sidebar-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 20px
}

.sidebar-item__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.sidebar-item__content-item p {
    font-size: 1.4rem
}

.sidebar-item__content-item p.u-textsm {
    font-size: 1.2rem
}

.sidebar-item__content-item p a {
    color: red;
    font-weight: 700;
    font-size: 1.4rem;
    display: block
}

.sidebar-products .sidebar-item__img {
    max-width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar-form {
    background-color: #31347a;
    padding: 0 10px 20px
}

.sidebar-form input,
.sidebar-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #ddd;
    color: #000;
    margin-bottom: 18px
}

.sidebar-form button {
    background-color: #fff;
    color: #31347a;
    padding: 12px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    display: block;
    margin: 18px auto 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    text-align: center;
    max-width: 140px;
    width: 100%
}

.c-btn01 {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--clr-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-btn01:hover {
    background-color: #d1d1d1;
    cursor: pointer
}

.c-btn01--black {
    background-color: var(--clr-text);
    color: #fff
}

.c-btn01--black:hover {
    color: var(--clr-text);
    background-color: #fff
}

.c-btn01--orange {
    background-color: var(--clr-accent-bg);
    border-color: var(--clr-accent-bg);
    color: #fff
}

.c-btn01--orange:hover {
    color: var(--clr-accent-bg);
    background-color: #fff
}

.c-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.c-meta__date-wrapper,
.c-meta__views-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.c-meta__date-icon-small,
.c-meta__views-icon-small {
    width: 24px;
    height: 24px
}

.c-meta__date-small,
.c-meta__views-small {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.c-meta__views-large-img,
.c-meta__date-large-img {
    width: 100%
}

.c-meta__date-large,
.c-meta__views-large {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3333333333
}

@media (max-width: 767px) {
    .c-btn01 {
        width: 50%
    }
}

.c-post {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    min-height: 208px
}

.c-post:before,
.c-post:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.c-post:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(48.78%, rgba(0, 0, 0, .5)), color-stop(73.56%, #000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 48.78%, #000 73.56%);
    background-image: linear-gradient(180deg, #0000, #00000080 48.78%, #000 73.56%);
    opacity: 1
}

.c-post:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3.82%, rgba(0, 0, 0, .8)), color-stop(21.63%, rgba(0, 0, 0, .8)), color-stop(42.23%, rgba(0, 0, 0, .8)), color-stop(55.29%, rgba(0, 0, 0, .8)), color-stop(73.56%, #000)), url(2.png);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 3.82%, rgba(0, 0, 0, .8) 21.63%, rgba(0, 0, 0, .8) 42.23%, rgba(0, 0, 0, .8) 55.29%, #000 73.56%), url(2.png);
    background-image: linear-gradient(180deg, #000c 3.82%, #000c 21.63%, #000c 42.23%, #000c 55.29%, #000 73.56%), url(2.png);
    opacity: 0
}

.c-post:hover:before {
    opacity: 0
}

.c-post:hover:after {
    opacity: 1
}

.c-post__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.c-post__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    padding: 3%;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.c-post:hover .c-post__inner {
    padding: 5%
}

.c-post__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 700
}

.c-post:hover .c-post__ttl {
    color: #fff200
}

.c-post__info {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.c-post__date,
.c-post__view {
    font-size: 2rem;
    line-height: 1.4
}

.c-post__desc {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    height: 0%;
    overflow: hidden;
    padding-top: 2%;
    -webkit-transition: all 1s;
    transition: all 1s
}

.c-post:hover .c-post__desc {
    height: auto
}

.c-post__btn {
    margin-top: 2%;
    font-size: 1.8rem;
    line-height: 1.3333333333
}

.c-post__btn img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    margin-left: 2%
}

.related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 834px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.related-posts .related-posts__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.related-posts .related-posts__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.related-posts .related-posts__featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.related-posts .related-posts__featured-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.related-posts .related-posts__featured-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #007bff33;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.related-posts__featured:hover .related-posts__featured-thumb-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.related-posts__featured:hover .related-posts__featured-thumb:after {
    opacity: 1
}

.related-posts .related-posts__featured-thumb-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.related-posts .related-posts__featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.related-posts .related-posts__featured-meta-group {
    max-width: 432px
}

.related-posts .related-posts__featured-title {
    color: #31347a;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1428571429
}

.related-posts .related-posts__featured-desc {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3333333333
}

.related-posts .related-posts__item-title-text {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.related-posts__featured .related-posts__item-title-text {
    color: #31347a
}

.related-posts .related-posts__item-desc {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3333333333
}

.related-posts .related-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.related-posts .related-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden
}

.related-posts .related-posts__item-thumb {
    width: 204px;
    height: 204px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.related-posts .related-posts__item-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #007bff33;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.related-posts .related-posts__item:hover .related-posts__item-thumb-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.related-posts .related-posts__item:hover:after {
    opacity: 1
}

.related-posts .related-posts__item-thumb-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.related-posts .related-posts__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px
}

.related-posts .related-posts__featured-meta-group,
.related-posts .related-posts__meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px
}

.related-posts .related-posts__meta-group {
    max-width: 330px
}

.related-posts .related-posts__date-wrapper,
.related-posts .related-posts__views-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width: 1024px) {
    .related-posts {
        padding: 30px 24px;
        height: auto
    }

    .related-posts .related-posts__body {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .related-posts .related-posts__featured-thumb-img {
        height: 200px
    }

    .related-posts .related-posts__list {
        display: none
    }
}

@media (max-width: 767px) {
    .related-posts {
        padding: 20px 16px;
        height: auto
    }

    .related-posts .related-posts__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .related-posts .related-posts__view-all {
        padding: 12px 24px;
        border-radius: 12px
    }

    .related-posts .related-posts__view-all-text {
        font-size: 1.6rem
    }

    .related-posts .related-posts__featured-title {
        font-size: 2.4rem
    }

    .related-posts .related-posts__featured-desc {
        font-size: 1.6rem
    }

    .related-posts .related-posts__item-title-text {
        font-size: 1.8rem
    }

    .related-posts .related-posts__item-desc {
        font-size: 1.6rem
    }
}

@media (max-width: 480px) {
    .related-posts {
        padding: 16px 20px;
        gap: 24px
    }

    .related-posts .related-posts__list {
        display: none
    }

    .related-posts .related-posts__header {
        gap: 12px;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .related-posts .related-posts__view-all {
        padding: 10px 20px;
        border-radius: 10px
    }

    .related-posts .related-posts__view-all-text {
        font-size: 1.4rem
    }

    .related-posts .related-posts__body,
    .related-posts .related-posts__featured {
        gap: 20px
    }

    .related-posts .related-posts__featured-thumb-img {
        height: 180px
    }

    .related-posts .related-posts__featured-title {
        font-size: 2rem;
        line-height: 1.4
    }

    .related-posts .related-posts__featured-desc {
        font-size: 1.4rem;
        line-height: 1.7142857143
    }

    .related-posts .related-posts__list {
        gap: 16px
    }

    .related-posts .related-posts__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .related-posts .related-posts__item-thumb {
        width: 100%;
        height: 160px
    }

    .related-posts .related-posts__item-content {
        gap: 12px
    }

    .related-posts .related-posts__item-title-text {
        font-size: 1.6rem;
        line-height: 1.5
    }

    .related-posts .related-posts__item-desc {
        font-size: 1.4rem;
        line-height: 1.7142857143
    }

    .related-posts .related-posts__featured-meta-group,
    .related-posts .related-posts__meta-group {
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .related-posts .related-posts__date-wrapper,
    .related-posts .related-posts__views-wrapper {
        gap: 8px
    }
}

.c-product {
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #000
}

.c-product__top {
    text-align: center
}

.c-product__top img {
    max-width: 270px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.c-product:hover .c-product__top img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: drop-shadow(0 2px 4px #fff200);
    filter: drop-shadow(0 2px 4px #fff200)
}

.c-product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product__ttl {
    font-size: 2.8rem;
    line-height: 1.1428571429;
    position: relative
}

.c-product__ttl:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #31347a;
    -webkit-transition: width .4s ease;
    transition: width .4s ease
}

.c-product:hover .c-product__ttl:after {
    width: 100%
}

.c-product:hover .c-product__ttl {
    color: #31347a
}

.c-product__desc {
    background-color: #afafaf;
    border-radius: 9px;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.3333333333
}

.c-product__rate {
    --star-background: #fff200;
    --percent: calc(var(--rating) / 5 * 100%);
    position: relative;
    margin-top: 10px;
    font-size: 2rem
}

.c-product__rate:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), color-stop(var(--star-background)), color-stop(rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    background: -webkit-linear-gradient(left, var(--star-background) 0%, var(--star-background) var(--percent), rgb(0, 0, 0) var(--percent), rgb(0, 0, 0) 100%);
    background: linear-gradient(90deg, var(--star-background) 0%, var(--star-background) var(--percent), rgb(0, 0, 0) var(--percent), rgb(0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140%;
    width: 100%;
    z-index: 2;
    mix-blend-mode: screen
}

.c-product__btn {
    border-radius: 18px;
    border: 1px solid #c42127;
    color: #c42127;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    -webkit-transition: all .3s;
    transition: all .3s
}

.c-product:hover .c-product__btn {
    color: #fff;
    border-color: #31347a;
    background-color: #31347a
}

.c-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-ttl01 {
    text-align: center;
    color: #31347a;
    margin-bottom: 36px;
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .c-ttl01 {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.c-ttl02 {
    text-align: center;
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .c-ttl02 {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.c-ttl02 {
    margin-bottom: 40px
}

.c-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .c-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-heading--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .c-heading--row .c-heading--right {
        margin-top: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.c-heading--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .c-heading--right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px
    }
}

.c-heading .c-ttl02 {
    color: #31347a;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .c-heading .c-ttl02 {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.c-ttl03 {
    color: #000;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    width: 100%
}

@media (max-width: 1024px) {

    .c-ttl01,
    .c-ttl03 {
        margin-bottom: 0;
        font-size: 2.4rem;
        line-height: 1.3333333333
    }
}

@media (max-width: 767px) {

    .c-ttl01,
    .c-ttl03 {
        font-size: 2rem;
        line-height: 1.4
    }
}

@media screen and (min-width: 1025px) {

    .p-top .swiper-button-next,
    .p-top .swiper-button-prev {
        display: none
    }
}

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

    .p-top .swiper-button-next,
    .p-top .swiper-button-prev,
    .products .swiper-button-next,
    .products .swiper-button-prev {
        top: 10px
    }

    .p-top .swiper-button-next:after,
    .p-top .swiper-button-prev:after,
    .products .swiper-button-next:after,
    .products .swiper-button-prev:after {
        font-size: 2rem
    }

    .p-top .js-about-slider .swiper-button-next,
    .p-top .js-about-slider .swiper-button-prev,
    .products .js-about-slider .swiper-button-next,
    .products .js-about-slider .swiper-button-prev {
        top: 50%
    }

    .p-top .js-about-slider .swiper-button-next:after,
    .p-top .js-about-slider .swiper-button-prev:after,
    .products .js-about-slider .swiper-button-next:after,
    .products .js-about-slider .swiper-button-prev:after {
        font-size: 2rem;
        color: #fff
    }
}

.c-viewed-products {
    background: #fff;
    border-radius: 8px
}

.c-viewed-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.c-viewed-products__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .c-viewed-products__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.c-viewed-products__clear {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text);
    background: none;
    border: none;
    cursor: pointer
}

.c-viewed-products__clear:hover {
    color: var(--clr-accent, #f00);
    text-decoration: underline
}

.c-viewed-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-viewed-products__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 9px);
    flex: 0 0 calc(25% - 9px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.c-viewed-products__item:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px #0000001a
}

@media only screen and (max-width: 1024px) {
    .c-viewed-products__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 8px);
        flex: 0 0 calc(33.333% - 8px)
    }
}

@media only screen and (max-width: 767px) {
    .c-viewed-products__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
        flex: 0 0 calc(50% - 6px)
    }
}

.c-viewed-products__remove {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    background: none;
    border: none;
    color: #fff;
    background-color: var(--clr-text);
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 0 3px;
    margin: 4px
}

.c-viewed-products__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none;
    color: inherit
}

.c-viewed-products__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-viewed-products__thumb img {
    max-width: 92px;
    max-height: 100px;
    border-radius: 4px
}

.c-viewed-products__name {
    font-size: 1.4rem;
    margin: 8px 0 4px;
    text-align: left
}

.c-viewed-products__price {
    color: red;
    text-align: left;
    font-weight: 600
}

.c-related-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.c-related-products__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .c-related-products__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.c-related-products__title {
    margin-bottom: 1.5rem
}

.c-related-products__slider {
    padding-bottom: 2rem
}

.c-related-products .swiper-slide {
    height: auto
}

.c-related-products__item {
    background: #fff;
    border-radius: 8px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative
}

.c-related-products__item:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px #0000001a
}

.c-related-products__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px
}

.c-related-products__thumb {
    max-width: 160px;
    max-height: 154px;
    overflow: hidden;
    position: relative
}

.c-related-products__thumb img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.c-related-products__action {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.c-related-products__action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px;
    background-color: var(--clr-text);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px #0003;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.c-related-products__action-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.c-related-products__action-btn img {
    width: 14px;
    height: 16px;
    display: block
}

.c-related-products__content {
    width: 100%;
    text-align: center
}

.c-related-products__name {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    margin: 8px 0 4px
}

.c-related-products__price {
    color: #e60000;
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-related-products__price {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-related-products__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-related-products__sizes li {
    border: 1px solid #ccc;
    width: calc(25% - 4.5px);
    text-align: center;
    border-radius: 4px;
    font-size: 1.2rem
}

.c-related-products__sizes li:hover {
    border-color: var(--clr-accent-bg);
    cursor: pointer
}

@media (max-width: 992px) {
    .c-related-products__sizes li {
        width: calc(33.3333333333% - 4px)
    }
}

.c-related-products__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.c-feature {
    text-align: center
}

.c-feature__title {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .c-feature__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.c-feature__title {
    color: var(--clr-text, #181818);
    margin-bottom: 50px
}

.c-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.c-feature__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0 15px;
    position: relative;
    text-align: center
}

.c-feature__box {
    border: 1px solid #000;
    padding: 20px 15px 30px;
    border-radius: 6px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-feature__icon {
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 80px;
    height: 50px;
    background-color: var(--clr-background, #f6f6f6);
    color: var(--clr-accent-text, #fdb827);
    font-size: 30px;
    z-index: 10
}

.c-feature__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%
}

.c-feature__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%
}

.c-feature__heading {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text, #181818);
    margin-top: 30px;
    margin-bottom: 15px
}

.c-feature__description {
    font-size: var(--fz-p14);
    line-height: var(--lh-p14);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text, #181818)
}

@media (max-width: 992px) {
    .c-feature__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-feature__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 40px
    }

    .c-feature__item:before {
        display: none
    }
}

@media (max-width: 576px) {
    .c-feature__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.c-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.c-checkout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 999;
    display: none
}

.c-checkout-modal--active .c-checkout-overlay {
    display: block
}

.c-checkout-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-checkout-modal--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-checkout-modal__container {
    position: relative;
    padding: 40px 0;
    background: var(--clr-background);
    border-radius: 8px;
    max-width: 900px;
    z-index: 1000;
    width: 95%;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px #0003
}

@media only screen and (max-width: 767px) {
    .c-checkout-modal__container {
        padding: 20px
    }
}

.c-checkout-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: hidden;
    font-size: 2rem;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    background-color: var(--clr-text);
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 8px
}

.c-checkout-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    text-align: left
}

@media only screen and (max-width: 1024px) {
    .c-checkout-modal__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.c-checkout-modal__info,
.c-checkout-modal__summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-checkout-modal__heading {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .c-checkout-modal__heading {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.c-checkout-modal__heading {
    margin-bottom: 25px
}

.c-checkout-modal__summary .c-checkout-modal__heading {
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .c-checkout-modal__heading {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: var(--fw-h2)
    }
}

.c-checkout-modal__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-checkout-modal__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 7.5px);
    flex: 1 1 calc(50% - 7.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .c-checkout-modal__field {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.c-checkout-modal__label {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    margin-bottom: 6px;
    color: var(--clr-text)
}

.c-checkout-modal__label span {
    color: red
}

.c-checkout-modal__input,
.c-checkout-modal__note-field,
.c-checkout-modal__submit-btn {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-checkout-modal__group .c-checkout-modal__input,
.c-checkout-modal__group .c-checkout-modal__note-field,
.c-checkout-modal__group .c-checkout-modal__submit-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 7.5px);
    flex: 1 1 calc(50% - 7.5px)
}

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

    .c-checkout-modal__group .c-checkout-modal__input,
    .c-checkout-modal__group .c-checkout-modal__note-field,
    .c-checkout-modal__group .c-checkout-modal__submit-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.c-checkout-modal__shipping-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 15px 0 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-checkout-modal__carrier-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px
}

.c-checkout-modal__carrier-item img {
    max-width: 100%;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-checkout-modal__carrier-item--active img {
    border-color: var(--clr-accent-bg);
    opacity: 1;
    -webkit-box-shadow: 0 0 3px rgba(253, 184, 39, .6);
    box-shadow: 0 0 3px #fdb82799
}

.c-checkout-modal__note-field,
.c-checkout-modal__submit-btn {
    min-height: 80px;
    resize: vertical;
    margin-bottom: 25px
}

.c-checkout-modal__summary .c-checkout-modal__summary-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0
}

.c-checkout-modal__summary .c-checkout-modal__summary-line:not(.c-checkout-modal__summary-line--total) {
    border-bottom: 1px solid #e0e0e0
}

.c-checkout-modal__summary .c-checkout-modal__summary-line--total {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-checkout-modal__summary .c-checkout-modal__summary-line--total {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-checkout-modal__summary .c-checkout-modal__summary-line--total {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
    font-weight: 700
}

.c-checkout-modal__summary .c-checkout-modal__summary-line--total span {
    font-weight: 700
}

.c-checkout-modal__payment-method {
    margin-top: 25px
}

.c-checkout-modal__payment-method label {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.c-checkout-modal__payment-method img {
    margin-left: 5px;
    height: 15px
}

.c-checkout-modal__submit-btn {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-checkout-modal__submit-btn {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-checkout-modal__submit-btn {
    background: #fff;
    color: #c93030;
    border: 1px solid #c93030;
    cursor: pointer;
    text-align: center;
    margin-top: 25px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-checkout-modal__submit-btn:hover {
    background-color: #c93030;
    color: #fff
}

.payment-options {
    border: hidden;
    padding: 0;
    margin: 0
}

.payment-options__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.payment-options__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.5
}

.payment-options__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #333;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.payment-options__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.payment-options__input:checked+.payment-options__label .payment-options__icon {
    border-color: var(--clr-text)
}

.payment-options__input:checked+.payment-options__label .payment-options__icon:after {
    opacity: 1;
    background-color: var(--clr-text)
}

.payment-options__text {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400)
}

.payment-options__logo {
    height: 18px;
    vertical-align: middle;
    margin-left: 8px
}

.c-checkout-modal__content .order-summary__title {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .c-checkout-modal__content .order-summary__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.c-article-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.c-article-list__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .c-article-list__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.c-article-list__view-all {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    text-decoration: none
}

.c-article-list__view-all:hover {
    text-decoration: underline
}

.c-article-list__link-all {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--clr-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.c-article-list__link-all:hover {
    background-color: #d1d1d1;
    cursor: pointer
}

.c-article-list .c-nav {
    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;
    gap: 8px;
    margin-top: 42px
}

.c-article-item {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px
}

.c-article-item__title {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-article-item__title {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-article-item__link-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-article-item__thumb {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.c-article-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.c-article-item__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.c-article-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px
}

.c-article-item__description {
    margin-bottom: 10px
}

.c-article-item__link-detail {
    display: inline-block;
    text-align: center;
    color: var(--clr-accent-text)
}

.product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.c-products {
    padding: 2rem 0
}

.c-products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.c-products__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .c-products__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.c-products__title {
    margin-bottom: 1.5rem
}

.c-products__slider {
    padding-bottom: 2rem
}

.c-products .swiper-slide {
    height: auto
}

.c-products__item {
    background: #fff;
    border-radius: 8px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative
}

.c-products__item:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px #0000001a
}

.c-products__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px
}

.c-products__thumb {
    max-width: 160px;
    max-height: 154px;
    overflow: hidden;
    position: relative
}

.c-products__thumb img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.c-products__action {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.c-products__action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px;
    background-color: var(--clr-text);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px #0003;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.c-products__action-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.c-products__action-btn img {
    width: 14px;
    height: 16px;
    display: block
}

.c-products__content {
    width: 100%;
    text-align: center
}

.c-products__name {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    margin: 8px 0 4px
}

.c-products__price {
    color: #e60000;
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .c-products__price {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.c-products__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-products__sizes li {
    border: 1px solid #ccc;
    width: calc(25% - 4.5px);
    text-align: center;
    border-radius: 4px;
    font-size: 1.2rem
}

.c-products__sizes li:hover {
    border-color: var(--clr-accent-bg);
    cursor: pointer
}

@media (max-width: 992px) {
    .c-products__sizes li {
        width: calc(33.3333333333% - 4px)
    }
}

.c-products__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.is-active {
    background-color: var(--clr-accent-bg);
    border-color: var(--clr-accent-bg) !important
}

.c-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
    height: auto
}

@media (max-width: 1024px) {
    .c-products__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: 50%
    }
}

.c-mainvisual {
    padding: 0 !important;
    margin: 20px auto;
    height: 280px;
    border-radius: 16px;
    overflow: hidden
}

.c-mainvisual__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fsale-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .fsale-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.fsale-icon {
    max-width: 185px;
    width: 100%
}

.fsale-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.fsale-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media only screen and (max-width: 1024px) {
    .fsale-time {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0
    }
}

.fsale-time__num {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .fsale-time__num {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.fsale-time__num {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc700), to(#d80000));
    background: -webkit-linear-gradient(top, #ffc700 0%, #d80000 100%);
    background: linear-gradient(180deg, #ffc700, #d80000);
    border-radius: 16px;
    overflow: hidden;
    padding: 10px
}

.fsale-time__txt {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .fsale-time__txt {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.fsale-time__txt {
    font-family: Poppins, sans-serif;
    color: #841818;
    text-transform: uppercase
}

.fsale-btn {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .fsale-btn {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.fsale-btn {
    font-family: Poppins, sans-serif;
    letter-spacing: 0%;
    text-align: center
}

.fsale-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 16px
}

@media only screen and (max-width: 767px) {
    .fsale-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }
}

.fsale-content__banner {
    border-radius: 16px;
    overflow: hidden;
    max-width: 412px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .fsale-content__banner {
        max-width: 100%;
        height: 200px
    }
}

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

.fsale-content__list .product-grid {
    height: 100%
}

.fsale-content__list .c-products__link {
    height: 100%;
    padding: 10px 12px
}

.fsale-content__list .c-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px)
}

.fsale-content__list .c-products__thumb {
    max-width: 265px;
    max-height: 252px;
    width: 100%;
    height: 100%
}

.fsale-content__list .c-products__thumb img {
    height: 100%
}

.fsale-content__list .c-products__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fsale-content__list .c-products__content {
    text-align: left
}

.fsale-content__list .c-products__price--old {
    margin-left: 16px;
    text-decoration: line-through;
    color: #000;
    opacity: .4
}

.fsale-content__list .c-products__sizes {
    width: 100%
}

.fsale-content__list .c-products__sizes li {
    width: calc(16% - 3.5px)
}

.sale-banner {
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%
}

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

.sale-cates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .sale-cates {
        gap: 15px;
        margin: 20px 0
    }
}

.sale-cates__item {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3);
    font-weight: var(--fw-h2);
    text-align: center;
    font-weight: 400;
    font-family: Times New Roman, serif;
    padding: 10px;
    background-color: #fff;
    max-width: 215px;
    min-width: 129px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.sale-btn {
    margin-top: 20px;
    text-align: center
}

.sale-btn .c-article-list__link-all {
    max-width: 120px;
    margin: auto
}

.ad-banner {
    background-color: #fff
}

.ad-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .ad-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px
    }
}

.ad-banner__item {
    width: calc((100% - 36px)/2);
    border-radius: 16px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .ad-banner__item {
        width: 100%
    }
}

.ad-banner__item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.cates-grid {
    overflow-x: auto
}

.cates-grid__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 20px;
    padding-top: 20px
}

.cates-item {
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px #0000001a;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 180px
}

.cates-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.cates-item img {
    width: 80px;
    height: auto;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .cates-item img {
        width: 60px
    }
}

.cates-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 700
}

.brands-slider {
    padding: 20px 0
}

.brands-slider .swiper-wrapper {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.brands-item {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px #0006;
    height: 100px;
    padding: 10px
}

.brands-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.feel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .feel-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.feel-part {
    width: calc((100% - 20px)/2);
    min-height: 222px;
    border-radius: 5px;
    border-width: 1px;
    border-style: dashed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 20px 5%
}

@media only screen and (max-width: 767px) {
    .feel-part {
        width: 100%
    }
}

.feel-part--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feel-part--left .feel-profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%
}

.feel-part--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feel-part--right .feel-profile__avatar {
    max-width: unset;
    max-height: unset;
    width: auto;
    height: auto
}

.feel-profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px
}

@media (max-width: 440px) {
    .feel-profile__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.feel-profile__item {
    text-align: center;
    width: calc((100% - 72px) / 3)
}

@media (max-width: 420px) {
    .feel-profile__item {
        width: 100%
    }
}

.feel-profile__avatar {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

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

.feel-profile__name {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3);
    font-weight: var(--fw-h2)
}

.feel-rating {
    max-width: 110px;
    margin: 5px 0
}

.feel-text {
    font-size: 1.6rem;
    font-family: Times New Roman, serif;
    font-weight: 400;
    line-height: 1.5
}

.cart__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .cart__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.cart__title {
    color: var(--clr-text);
    font-style: bold;
    margin-bottom: 40px;
    text-align: left
}

.cart .l-sidebar {
    padding: 0
}

.cart-item {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0
}

.cart-item:last-child {
    border-bottom: 1px solid #e0e0e0
}

.cart-item__media {
    background-color: var(--clr-background, #f6f6f6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-item__thump {
    max-width: 288px;
    max-height: 288px
}

@media (max-width: 768px) {
    .cart-item__thump {
        max-width: 150px;
        max-height: 150px
    }
}

.cart-item__image {
    width: 100%;
    height: 100%
}

.cart-item__details {
    text-align: left
}

.cart-item__name {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .cart-item__name {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.cart-item__name {
    margin: 0 0 8px
}

.cart-item__meta,
.cart-item__attribute {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text);
    margin: 0 0 8px
}

.cart-item__quantity-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    margin-top: 15px;
    border: 1px solid #e0e0e0
}

.cart-item__qty-minus,
.cart-item__qty-plus {
    background: none;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400)
}

.cart-item__qty-input {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    width: 30px;
    text-align: center;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    outline: none
}

.cart-item__price {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    font-weight: 700;
    text-align: right
}

@media only screen and (max-width: 767px) {
    .cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-item__price {
        grid-column: 1/span 2;
        text-align: left
    }
}

.order-summary__title {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .order-summary__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.order-summary__title {
    font-style: bold;
    color: var(--clr-text);
    margin-bottom: 30px
}

.order-summary__lines {
    text-align: right
}

.order-summary__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 5px 0
}

.order-summary__line--total {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.order-summary__label {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text)
}

.order-summary__value {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    font-weight: 500;
    color: var(--clr-text)
}

.order-summary__line--total {
    margin-top: 15px;
    border-top: 1px solid #e0e0e0
}

.order-summary__line--total .order-summary__label,
.order-summary__line--total .order-summary__value {
    font-weight: 700
}

.order-summary__checkout-btn {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c93030;
    color: #c93030;
    border-radius: 6px;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.order-summary__checkout-btn:hover {
    background-color: #c93030;
    color: #fff
}

.product-listing {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-listing__header {
    font-size: var(--fz-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1)
}

@media (max-width: 768px) {
    .product-listing__header {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 700
    }
}

.product-listing__header {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--clr-text)
}

.product-listing__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media only screen and (max-width: 1024px) {
    .product-listing__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

@media only screen and (max-width: 767px) {
    .product-listing__content {
        gap: 10px
    }
}

.product-listing__sidebar-category {
    width: 250px
}

@media only screen and (max-width: 1024px) {
    .product-listing__sidebar-category {
        width: 100%
    }
}

.product-listing__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-listing .l-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 767px) {
    .product-listing .l-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sort-container {
    position: relative
}

.sort-trigger {
    display: none;
    background: none;
    border: none;
    cursor: pointer
}

.sort-trigger img {
    width: 24px;
    height: 24px
}

.filter-group__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid var(--clr-border)
}

.filter-group__heading {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .filter-group__heading {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.filter-group__item p {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400)
}

.filter-group .filter-group__options {
    display: none;
    padding-bottom: 10px
}

.filter-group .filter-group__top img {
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.filter-group:not(.is-collapsed) .filter-group__top img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
}

.filter-group:not(.is-collapsed) .filter-group__options {
    display: block
}

.filter-group.is-collapsed .filter-group__top img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-group.is-collapsed .filter-group__options {
    display: none
}

.sort-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    margin-bottom: 20px
}

.sort-options__item {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .sort-options__item {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.sort-options__item {
    cursor: pointer;
    padding-bottom: 5px;
    position: relative
}

.sort-options__item:hover {
    color: var(--clr-text, #181818)
}

.sort-options__item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--clr-text, #181818);
    width: 0;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.sort-options__item:hover:after {
    width: 100%
}

.sort-options__item.c-sort-options__item--active:after {
    width: 100%
}

.sort-options__label {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    color: var(--clr-text);
    white-space: nowrap
}

.sort-popup {
    display: none
}

.sort-popup.is-active {
    display: block
}

.sort-popup__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0006;
    z-index: 10
}

.sort-popup__content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    z-index: 11;
    -webkit-animation: slideUp .3s ease;
    animation: slideUp .3s ease
}

.sort-popup__btn {
    font-weight: 600;
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
    padding: 8px 16px;
    border-radius: 8px
}

.sort-popup__item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.sort-popup__item--active {
    color: var(--clr-primary);
    font-weight: 600
}

.sort-popup__close {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.sort-popup__close-btn {
    padding: 8px 16px;
    background: var(--clr-primary);
    border: none;
    border-radius: 8px;
    border: 1px solid #eaeaea
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width: 768px) {
    .sort-options {
        display: none;
        padding: 0
    }

    .sort-trigger {
        display: inline-block;
        padding: 0
    }
}

.product-details__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%
    }
}

.product-details__img .js-product-details {
    width: calc(100% - 216px);
    height: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden
}

.product-details__img .js-product-details .swiper-slide {
    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;
    padding: 10px
}

.product-details__img .js-product-details .swiper-slide img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 767px) {
    .product-details__img .js-product-details {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.product-details__img .js-product-details-thumb {
    width: 180px;
    height: 100%
}

.product-details__img .js-product-details-thumb .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: border .3s, -webkit-transform .3s;
    transition: border .3s, -webkit-transform .3s;
    transition: border .3s, transform .3s;
    transition: border .3s, transform .3s, -webkit-transform .3s
}

.product-details__img .js-product-details-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-details__img .js-product-details-thumb .swiper-slide:hover {
    border-color: #eab308;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.product-details__img .js-product-details-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: #facc15
}

@media only screen and (max-width: 767px) {
    .product-details__img .js-product-details-thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-details__img .js-product-details-thumb .swiper-slide {
        width: 80px;
        height: 80px
    }
}

.product-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media only screen and (max-width: 767px) {
    .product-details__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-details__form {
    border: 1px solid #f3f3f3;
    color: #000;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .product-details__form {
        width: 100%;
        padding: 20px
    }
}

.product-details__form h2 {
    font-size: 22px;
    margin-bottom: 20px
}

.product-details__form .average-rating {
    text-align: center;
    margin-bottom: 25px
}

.product-details__form .average-rating .score {
    color: #d8000d;
    font-size: 4.4rem;
    font-weight: 600
}

.product-details__form .average-rating .stars {
    color: #eab308;
    font-size: 22px
}

.product-details__form .rating-breakdown {
    margin-top: 15px;
    width: 100%
}

.product-details__form .rating-breakdown .rating-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0;
    font-size: 15px
}

.product-details__form .rating-breakdown .rating-row span {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.product-details__form .rating-breakdown .rating-row .bar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 8px;
    background: #eee;
    margin: 0 10px;
    border-radius: 4px;
    overflow: hidden
}

.product-details__form .rating-breakdown .rating-row .bar .bar-fill {
    height: 100%;
    background: #eab308
}

.product-details__form .review-form {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px
}

.product-details__form .review-form h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center
}

.product-details__form .review-form .stars-input {
    text-align: center;
    margin-bottom: 15px
}

.product-details__form .review-form .stars-input input {
    display: none
}

.product-details__form .review-form .stars-input label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s
}

.product-details__form .review-form .stars-input label:hover,
.product-details__form .review-form .stars-input label:hover~label {
    color: #eab308
}

.product-details__form .review-form .stars-input input:checked~label {
    color: #eab308
}

.product-details__form .review-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px
}

.product-details__form .review-form .form-grid input,
.product-details__form .review-form .form-grid textarea {
    width: 100%;
    padding: 12px;
    border: .05rem solid #bfbfbf;
    border-radius: 6px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-details__form .review-form .form-grid textarea {
    grid-column: 1/span 2;
    resize: none;
    height: 80px
}

@media only screen and (max-width: 767px) {
    .product-details__form .review-form .form-grid {
        grid-template-columns: 1fr
    }
}

.product-details__form .review-form .file-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    margin-bottom: 10px
}

.product-details__form .review-form .file-upload__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fdb827
}

.product-details__form .review-form .file-upload img {
    width: 24px;
    height: 24px
}

.product-details__form .review-form .c-btn01 {
    max-width: unset;
    width: 100%
}

.product-details .feel {
    width: 100%;
    padding: 0
}

.product-details .feel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 20px
}

.product-details .feel-part {
    width: 100%;
    height: 100%
}

.product-details__props *:not(.product-details__btn) {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin: 12px 0
}

.product-details__props .c-btn01 {
    max-width: 160px;
    margin: 20px auto
}

.product-details__props .product-details__props--subtitle {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3);
    font-weight: var(--fw-h2)
}

.product-details__props img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.product__title {
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .product__title {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.product__id {
    font-size: var(--fz-p16);
    line-height: var(--lh-p16);
    font-weight: var(--fw-default, 400);
    margin: 12px 0;
    color: #a6a6a6
}

.product__price {
    color: #d8000d;
    font-size: var(--fz-h2);
    line-height: var(--lh-h2);
    font-weight: var(--fw-h2, 700)
}

@media (max-width: 768px) {
    .product__price {
        font-size: var(--fz-h3);
        line-height: var(--lh-h3);
        font-weight: 600
    }
}

.product__desc {
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .product__desc {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.product__desc {
    color: #000;
    margin-bottom: 12px
}

.product-colors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.product-colors__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 28px);
    flex: 0 0 calc(33% - 28px);
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: border .2s, -webkit-transform .2s;
    transition: border .2s, -webkit-transform .2s;
    transition: border .2s, transform .2s;
    transition: border .2s, transform .2s, -webkit-transform .2s
}

.product-colors__item:hover {
    border-color: #eab308;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

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

.product-sizes {
    margin-bottom: 25px
}

.product-sizes__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.product-sizes__title {
    font-size: 1.4rem;
    font-weight: 400
}

.product-sizes__chart {
    font-size: 1.4rem
}

.product-sizes__chart:hover {
    text-decoration: underline;
    cursor: pointer
}

.product-sizes__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.product-sizes__item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    min-width: 45px;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    font-size: var(--fz-p18);
    line-height: var(--lh-p18);
    font-weight: var(--fw-default)
}

@media (max-width: 768px) {
    .product-sizes__item {
        font-size: var(--fz-p16);
        line-height: var(--lh-p16);
        font-weight: var(--fw-default, 400)
    }
}

.product-sizes__item:hover {
    border-color: #eab308;
    color: #eab308
}

.product-sizes__item.active {
    background: #facc15;
    border-color: #facc15;
    color: #000
}

.product-nums {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.product-nums__ttl {
    margin-bottom: 8px;
    font-weight: 500;
    width: 100%
}

.product-nums__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    width: 80px
}

.product-nums__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.product-nums__btn {
    width: 32px;
    height: 32px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .2s;
    transition: background .2s
}

.product-nums__btn:hover {
    background: #eee
}

.product-nums__input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    height: 32px
}

.product-gift {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px #0000001a
}

.product-gift__header {
    background-color: var(--clr-accent-bg);
    color: #fff;
    font-weight: 700;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.product-gift__header img {
    width: 24px;
    height: 24px
}

.product-gift__content {
    padding: 15px 20px;
    font-size: 15px
}

.product-gift__content p {
    margin: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 15px
}

.product-gift__content p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(./assets/img/products/detail/ic_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.product-gift__highlight {
    color: red;
    font-weight: 700
}

.product-gift__red {
    color: red
}

.product-contact {
    margin-top: 30px
}

.rating-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

/* Responsive for 3D Feature */
.c-feature-3d {
    padding: 60px 0;
    background: #fff;
}

.c-feature-3d__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-feature-3d__content {
    width: 50%;
    padding-right: 40px;
}

.c-feature-3d__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.c-feature-3d__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 16px;
}

.c-feature-3d__desc:last-of-type {
    margin-bottom: 30px;
}

.c-feature-3d__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-bottom: 40px;
}

.c-feature-3d__btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-left: 8px;
}

.c-feature-3d__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.c-feature-3d__stat-item.full-width {
    width: 100%;
}

.c-feature-3d__stat-value {
    font-size: 32px;
    font-weight: 900;
    color: #FFB800;
}

.c-feature-3d__stat-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.c-feature-3d__image-wrap {
    width: 50%;
    position: relative;
    text-align: center;
    cursor: ew-resize;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.c-feature-3d__img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.c-feature-3d__control {
    margin-top: 20px;
    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;
    pointer-events: none;
}

.c-feature-3d__control div {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

@media only screen and (max-width: 991px) {
    .c-feature-3d {
        padding: 40px 0;
    }
    .c-feature-3d__content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .c-feature-3d__title {
        font-size: 28px;
    }
    .c-feature-3d__stats {
        gap: 20px;
    }
    .c-feature-3d__stat-value {
        font-size: 24px;
    }
    .c-feature-3d__image-wrap {
        width: 100%;
    }
}