
.breadcrumbs{
    margin: 20px auto;
}
html,
body {
    margin: 0;
}
.page-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 19;
    background-color: #fff;
    border-bottom:1px solid #e2e7eb;
}
.page-header ul,
.page-header dd,
.page-header dl,
.page-header dt {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* brand */
.family__brand{
    background: #000000;
    display: flex;
    overflow: hidden;
    position: relative;
}
.family__brand .item{
    display: flex;
    width: auto;
    height: 32px;
    align-items: center;
    padding: 0 12px;
}
.family__brand .item.item__aiDot{
    flex-shrink: 0;
    z-index: 12;
    background: inherit;
}
.family__brand .item.active{
    background: #5e5e5e;
}
.family__brand .item:hover{
    background: #3C3C3C;
}
.family__brand .item img{
    height: 17px;
}
.family__brand .item.item__aiDot img{
    height: 22px;
}
.family__brand .brandSwiper .swiper-button-next{
    visibility: visible;
    transform: none;
    top: 0;
    right: 0;
    width: 57px;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 55%);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.family__brand .brandSwiper .swiper-button-next::after{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 23px;
    font-size: 8px;
}
.family__brand .brandSwiper .swiper-button-disabled{
    display: none;
}
@media only screen and (min-width: 768px){
    .family__brand{
        justify-content: center;
    }
    .family__brand .item{
        height: 40px;
        padding: 0 16px;
    }
}
/* brand end */

.page-header a {
    text-decoration: none;
    color: inherit;
}
.page-header .page-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (max-width: 1263px) {
    .page-header .page-main {
        margin: 0 1.6vw;
        width: auto;
        padding: 0;
    }
}

.page-header .top-navigation-sale {
    background-color: #fa7010;
    color: #fff;
}
.page-header .top-navigation-sale__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    height: 40px;
}
.page-header .top-navigation-sale__inner a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    flex: 0 0 auto;
}
.page-header .top-navigation-sale__inner .divide {
    margin: auto 12px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.5px;
}
.page-header .top-navigation-sale__inner img {
    height: 100%;
    width: 135px;
    display: block;
}
.page-header .top-navigation-sale__inner .text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-header-nav {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    height: 56px;
}
.page-header-nav-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.page-header-nav-logo img {
    height: auto;
    width: 117px;
    display: block;
}
@media only screen and (max-width: 1263px) {
    .page-header-nav-logo {
        margin: 0 auto;
    }
}
.page-header-nav-list {
    display: flex;
    align-items: center;
    height: 100%;
}
.page-header-nav-list-item {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}
.page-header-nav-list-item + .page-header-nav-list-item {
    margin-left: 20px;
}
.page-header-nav-list-item:hover {
    border-bottom: 2px solid #f53700;
}
.page-header-nav-list-item:hover .page-header-nav-list-item-hover {
    display: block;
}
.page-header-nav-list-item-title {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
}
.page-header-nav-list-item-hover {
    display: none;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 44px 0;
    border-top: 1px solid #e2e7eb;
    font-size: 24px;
    color: #696969;
}
.page-header-nav-list-item-hover:hover {
    display: block;
}
.page-header-nav-list-item-hover.show {
    display: block;
}
@media only screen and (max-width: 1263px) {
    .page-header-nav-list {
        display: none;
    }
}
.page-header-nav .product-hover {
    display: flex;
    height: 357px;
}
.page-header-nav .product-hover-column1 div {
    color: #1a1a1a;
    border-bottom: 1px solid transparent;
}
.page-header-nav .product-hover-column1 div + div {
    margin-top: 32px;
}
.page-header-nav .product-hover-column2 {
    display: none;
    margin: 0 204px 0 61px;
    height: fit-content;
}
.page-header-nav .product-hover-column2 div {
    font-size: 20px;
}
.page-header-nav .product-hover-column2 div:hover {
    color: #1a1a1a;
}
.page-header-nav .product-hover-column2 div + div {
    margin-top: 24px;
}
.page-header-nav .product-hover-column2:hover + .product-hover-column3 {
    display: none !important;
}
.page-header-nav .product-hover-column3 {
    display: none;
}
.page-header-nav .product-hover-column3 img {
    width: 357px;
    height: 357px;
}
.page-header-nav .feature-hover {
    display: flex;
    align-items: center;
    color: #696969;
    font-size: 24px;
}
.page-header-nav .feature-hover a:hover {
    color: #1a1a1a;
}
.page-header-nav .feature-hover a + a {
    margin-left: 44px;
}
.page-header-nav .search-hover-search-icon,
.page-header-nav .search-hover-clear-icon {
    width: 32px;
    height: 32px;
}
.page-header-nav .search-hover-input {
    margin: 0 21px;
    height: 33px;
    width: 611px;
    font-size: 24px;
}
.page-header-nav .search-hover-input::placeholder {
    color: #b3b3b3;
}
.page-header-nav-settings {
    display: flex;
    align-items: center;
}

.page-header-nav-settings-icon {
    z-index: 2;
    width: 24px;
    height: 24px;
}
.page-header-nav-settings .profile{
    position: relative;
}
.page-header-nav-settings .profile img,
.page-header-nav-settings .search ,
img.search-hover-clear-icon,
img.search-hover-search-icon,
.page-header-nav-toggle-icon img{
    cursor: pointer;
}
.page-header-nav-settings .profile ol {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    list-style: none none;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    min-width: 175px;
    z-index: 99;
    padding: 0;
}
.page-header-nav-settings .profile ol:before {
    border: 6px solid;
    border-color: transparent transparent #CCCCCC transparent;
    z-index: 99;
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: 6px;
}
.page-header-nav-settings .profile ol li{
    margin: 0;
    padding: 0;
}
.page-header-nav-settings ol li:hover{
    background: #e8e8e8;
    cursor: pointer;
}
.page-header-nav-settings ol li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
}

.page-header-nav-settings-icon.search{
    margin: 0 0 0 20px;
}
.page-header .search-hover{
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    transform: translateY(100%);
    padding: 60px 1.6vw;
    border-top: 1px solid #e2e7eb;
    text-align: center;
    display: none;
}
.search-hover .search-content{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.page-header .search-hover .search-body{
    width: 100%;
}
.page-header .search-hover-search-icon,
.page-header .search-hover-clear-icon{
    width: 32px;
}
.page-header .search-content .field.search{
    margin: 0 20px;
}
.page-header .search-hover .search-body .actions {
    display: none;
}
.page-header .search-hover .search-content .field.search{
    margin: 0 20px;
}
.page-header .search-hover .search-content .field.search .control input{
    font-size: 16px;
    max-width: 600px;
    height: 42px;
}

@media only screen and (max-width: 1263px) {
    .page-header-nav-settings-icon.search {
        display: none;
    }
    .page-header-nav-settings-icon.profile {
        width: 30px;
        height: 30px;
    }
}
.page-header-nav-toggle {
    display: none;
}
.page-header-nav-toggle-icon {
    width: 20px;
    height: 20px;
}
.page-header-nav-toggle-panel {
    display: none;
    position: fixed;
    top: 112px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 1263px) {
    .nav-list a.level-top {
        font-size: 24px;
        position: relative;
    }
    .nav-list li.level0{
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding: 15px 0;
    }
    .nav-list li.parent:after {
        position: absolute;
        font-size: 1.6rem;
        right: 0;
        top: 20px;
        font-family: 'luma-icons';
        content: '\e622';
    }
    .nav-list li.parent.active:after {
        content: '\e621';
    }
    .nav-list .submenu a {
        font-size: 16px;
    }
    ul.nav-list li.parent ul.submenu {
        display: none;
    }
    ul.nav-list li.parent ul.submenu li{
        margin: 10px 0 0 0;
    }
}


.page-header-nav-toggle-panel.show {
    display: block;
}
.page-header-nav-toggle-panel .input-area {
    margin-top: 48px;
    display: flex;
}
.page-header-nav-toggle-panel .input-area img {
    height: 44px;
    width: 44px;
    margin-right: 28px;
}
.page-header-nav-toggle-panel .input-area input {
    height: 44px;
    flex: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #1a1a1a;
    font-size: 24px;
}
.page-header-nav-toggle-panel .input-area input::placeholder {
    color: #b3b3b3;
}
@media only screen and (max-width: 383px) {
    .page-header-nav-toggle-panel .input-area img {
        height: 20px;
        width: 20px;
        margin-right: 15px;
    }
    .page-header-nav-toggle-panel .input-area input {
        height: 20px;
        font-size: 16px;
    }
}
.page-header-nav-toggle-panel .nav-list {
    margin-top: 185px;
}
.page-header-nav-toggle-panel .nav-list dt {
    font-size: 28px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-header-nav-toggle-panel .nav-list dt img {
    width: 25px;
    height: 16px;
}
.page-header-nav-toggle-panel .nav-list dt img.show {
    display: block;
}
.page-header-nav-toggle-panel .nav-list dt img.hide {
    display: none;
}
.page-header-nav-toggle-panel .nav-list dt .up {
    display: none;
}
.page-header-nav-toggle-panel .nav-list dt > a {
    flex: 1;
}
.page-header-nav-toggle-panel .nav-list dd {
    margin: 16px 0;
    display: none;
    font-size: 24px;
    color: #696969;
}
.page-header-nav-toggle-panel .nav-list dd.show {
    display: block;
}
.page-header-nav-toggle-panel .nav-list dd a {
    display: block;
}
.page-header-nav-toggle-panel .nav-list dd a + a {
    margin-top: 8px;
}
@media only screen and (max-width: 1263px) {
    .page-header-nav-toggle-panel .nav-list dt {
        font-size: 24px;
    }
    .page-header-nav-toggle-panel .nav-list dd {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-nav-toggle-panel .nav-list dd {
        font-size: 20px;
    }
}
@media only screen and (max-width: 383px) {
    .page-header-nav-toggle-panel .nav-list dt {
        font-size: 20px;
    }
    .page-header-nav-toggle-panel .nav-list dt img {
        width: 15px;
        height: 10px;
    }
    .page-header-nav-toggle-panel .nav-list dd {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1263px) {
    .page-header-nav-toggle {
        display: block;
    }
}
.breadcrumbs a{
    color: #707070 !important;
    font-size: 1.2rem;
}
.breadcrumbs a:hover{
    text-decoration: none;
}
.column.main, .footer.content{
    font-size: 16px;
}
.footer *{
    box-sizing: inherit;
}
.footer a {
    color: #cdcdcd;
    text-decoration: none;
}
.footer a:hover {
    color: #f53700;
}
.footer dl {
    margin: 0;
}
.footer dl dd {
    margin-left: 0;
}
.footer dl a:hover {
    color: #f53700;
    text-decoration: none;
}
.footer h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.footer__logo .logo img {
    display: block;
    height: 20px;
}
.footer__logo .social {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.footer__logo .social li + li {
    margin-left: 24px;
}
.footer__logo .social img {
    display: block;
    width: 20px;
    height: 20px;
}
.footer__links dd + dd {
    margin-top: 8px;
}
.footer__support dl dd {
    margin-top: 24px;
}
.footer__subscribe form {
    margin: 36px 0;
}
.footer__subscribe fieldset {
    flex: 1;
    margin: 0;
    padding: 0;
    border: none;
}
.footer__subscribe legend {
    display: none;
}
.footer__subscribe input {
    height: 54px !important;
    padding: 0 20px;
    outline: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}
.footer__subscribe input:focus {
    border-color: #f53700;
}
.footer__subscribe button {
    height: 54px;
    padding: 0 20px;
    background-color: #f53700 !important;
    border: none !important;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}

@keyframes l3 {to{transform: rotate(1turn)}}
.footer__subscribe .newsletter .form .element fieldset div.mage-error{
    position: absolute;
    bottom: -28px;
}
.footer__subscribe .newsletter .form .element{
    display: flex;
    position: relative;
}
.footer__subscribe .newsletter .field.button .loader__wrap{
    position: absolute;
    bottom: 0;
    background: #f53700;
    justify-content: center;
    align-items: center;
    display: none;
    width: 115px;
    height: 54px;
    border-radius: 0 30px 30px 0;
}
.footer__subscribe .newsletter .field.button .loader__wrap .loader{
    width: 34px;
    height: 34px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFFFFF;
    --_m:
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
.footer__subscribe .newsletter .subscribe__msg{
    margin: 0 0 -42px;
    padding: 12px 0 12px 28px;
    font-size: 14px;
    color: limegreen;
    position: absolute;
    bottom: 0;
    display: none;
}
.footer__subscribe .newsletter .subscribe__msg:before{
    font-size: 20px;
    line-height: 20px;
    color: limegreen;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    position: absolute;
    text-align: center;
}
.footer__subscribe .newsletter .subscribe__msg.error{
    color: #b30000;
}
.footer__subscribe .newsletter .subscribe__msg.error:before{
    content: '\e61f';
    color: #b30000;
}
@media only screen and (max-width: 767px) {
    .footer__subscribe .newsletter .field.button .loader__wrap{
        width: 100%;
        border-radius: 30px;
    }
    .footer__subscribe .newsletter .field.button .loader__wrap .loader{
        width: 20px;
        height: 20px;
    }
}


.footer .payment,
.footer .copyright {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    background-color: unset !important;
}
.footer__logo a > img {
    width: 96px;
}
@media only screen and (max-width: 767px) {
    .footer.content{
        padding: 40px 0;
        background-color: #171a1c;
        color: #cdcdcd;
        border: none;
    }
    .page-header{
        border: none;
        margin: 0;
    }
    .footer__logo {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .footer__links {
        margin-bottom: 16px;
    }
    .footer__links dl {
        margin-top: 16px;
    }
    .footer__subscribe {
        margin-top: 16px;
    }
    .footer__subscribe .newsletter .form .element{
        flex-direction: column;
    }
    .footer__subscribe input,
    .footer__subscribe button {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 0;
    }
    .footer__subscribe button {
        margin-top: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__logo a > img {
        width: 140px;
    }
    .navigation{
        background: unset;
        display: flex;
        align-items: center;
        font-size: 18px;
        justify-content: center;
    }
    .navigation .level0 .submenu{
        font-size: unset;
        text-transform: unset;
    }
    .navigation .level0 .submenu a{
        font-size: 16px;
    }
    .page-footer{
        margin: 0;
        padding: 0;
    }
    .footer.content{
        max-width: unset;
        padding: 40px 0;
        background-color: #171a1c;
        color: #cdcdcd;
    }
    .footer h2 {
        font-size: 24px;
    }
    .footer .block {
        display: flex;
        flex-wrap: wrap;
        float: unset !important;
    }
    .footer .block > * {
        flex: 0 0 auto;
    }
    .footer__logo .logo img {
        height: 30px;
    }
    .footer__logo .social {
        margin-top: 30px !important;
    }
    .footer__links h2 {
        margin-bottom: 24px;
    }
    .footer__links dl dd + dd {
        margin-top: 16px;
    }
    .footer__contact {
        display: flex;
    }
    .footer__subscribe fieldset input {
        flex: 1;
        border-radius: 30px 0 0 30px;
    }
    .footer__subscribe button {
        width: 115px;
        border-radius: 0 30px 30px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1263px) {
    .footer__logo,
    .footer__links {
        width: 33.3333333%;
    }
    .footer__contact {
        justify-content: space-between;
        width: 100%;
        margin-top: 40px;
    }
    .footer__contact > * {
        flex: 1;
    }
    .footer__subscribe {
        margin-left: 40px;
    }
}
@media only screen and (min-width: 1264px) {
    .footer .block > * {
        flex: 1;
    }
    .footer__links h2 {
        margin-bottom: 44px;
    }
    .footer__links dl dd + dd {
        margin-top: 28px;
    }
    .footer__contact {
        flex-direction: column;
        min-width: 415px;
    }
    .footer__subscribe {
        order: -1;
    }
    .footer__support {
        margin-top: 40px;
    }
}
.block.newsletter .field .control:before{
    line-height: 56px !important;
}
@media only screen and (max-width: 767px) {
    .container{
        padding-left: 1.6vw !important;
        padding-right: 1.6vw !important;
    }
}
.container {
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media only screen and (min-width: 1264px) {
    .container {
        max-width: 1264px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

