/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --sb-width: 16px;
}
* {
    font-family: On, Noto Sans JP, Noto Sans KR, system-ui, -apple-system, segoe ui, roboto, ubuntu, cantarell, noto sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.justify{
    text-align: justify!important;
}
h1, h2, h3, h4, h5, h6{
    width: auto!important;
}
._title h2 {
    font-size: clamp(2.0625rem, 1.93rem + .58vw, 2.625rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
    line-height: 1.1;
    margin-bottom: .65em;
}
header#header {
    height: 5.625rem;
}
._headline h1,._headline h2,._headline{
    font-size: clamp(1.625rem, 1.52rem + .45vw, 2.0625rem);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
    line-height: 1.1;
}
.banner-top-home .container{
    max-width: 100%;
}
a.button {
    margin: 0;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.5rem;
    display: inline-flex!important;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    line-height: 1.25;
    max-width: 100%;
    padding: 0 1.5rem;
}
.white{
    color: #000 !important;
}
.section_df,.banner-top-home .text-box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: clamp(1rem, 4.2667vw, 2rem);
    padding-right: clamp(1rem, 4.2667vw, 2rem);
}
.header-bg-container.fill {
    display: none;
}


._logoLink>a {
    left: calc(clamp(1rem, 4.2667vw, 2rem) - 1rem);
    position: absolute;
    top: .3125rem;
    z-index: 999;
}
._wrapper_pkckt {
    align-items: center;
    animation: _slide-in-from-bottom_pkckt_1 .2s ease-in .4s 1 normal forwards running;
    display: flex;
    inset: auto auto 0 0;
    justify-content: flex-end;

    position: fixed;
    transform: translateY(100%);
    transition: background-color .3s ease 0s;
    width: 100vw;
    z-index: 1001;
}
._main_pkckt{
    display: none;
}
@keyframes _fade-in_1homa_1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes _slide-in-from-bottom_pkckt_1 {
    0% {
        opacity: 0;
        transform: translateY(3.125rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
nav._dark_primaryLinks {
    display: flex;
    flex-flow: column;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
._scrollContainer ul{list-style: none}
nav._dark_primaryLinks>ul{
    display: flex;
    flex-flow: column;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
@keyframes _display-fade-slide-out_77ob7_1 {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        opacity: 0;
        transform: translate(-.3125rem)
    }
}
li._item_menu {
    animation: _display-fade-slide-out_77ob7_1 .2s ease-in-out 1 normal;
    animation-delay: calc((var(--length) - var(--index)) * 35ms);
    list-style-type: none;
    margin-bottom: .25rem;
    opacity: 0;
    margin-bottom: 0;
}
.header.transparent ul li._item_menu>a{
    color: #fff;
}
li._item_menu>a,.header.transparent ._light_77ob7_358 li._item_menu>a{
    color: #000;
}
._header_pkckt {
    display: flex;
    min-height: calc(4.375rem + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    position: relative;
    transition: background-color .3s ease 0s;
    width: 100%;
    z-index: 1;background-color: rgb(255, 255, 255);
}

._header_pkckt ._side_pkckt {
    align-items: center;
    display: flex;
    margin-bottom: .5rem;
    width: 100vw;
}

._header_pkckt ._side_pkckt ._utility_pkckt {
    width: 78%;
}
._header_pkckt ._side_pkckt ._utility_pkckt ._utility {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    width: 100%;
}
._itemContainer_1wx9e_185 {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    position: relative;
    transition: background .2s ease 0s;
    width: 3rem;
}
._itemContainer_1wx9e_185:hover, ._active_1wx9e_225 {
    background: #0000000d;
    border-radius: 50%;
    transition: background .2s ease 0s;
}



.editorialCard a > span._container_174mx_59{
    height: 100%;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.editorialCard a > span._container_174mx_59 img {
    width: 100%;    height: 100%;
    object-fit: cover;
}
._ctas_jh7n5_175 {
    display: flex;
    gap: 1.5rem;
    width: 100%;
}
._content_jh7n5_165 {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    inset: var(--editorial-card-padding);
    position: absolute;
    top: auto;
    z-index: 1;
}
._gradient:after {
    background: linear-gradient(180deg, transparent 30%, #000);
    content: "";
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
}
._editorialCard {
    --editorial-card-color: #000;
    --editorial-card-width: 21.25rem;
    --editorial-card-height: 30rem;
    --editorial-card-padding: 1.25rem 1rem;
    --editorial-card-button-background-size-width: .125rem;
    --editorial-card-button-background-size: 100% var(--editorial-card-button-background-size-width);
    --editorial-card-button-svg-transform: translate3d(-100%, 0, 0);
    --editorial-card-background-color: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #fff);
    align-items: flex-start;
    border-radius: .25rem;
    color: var(--editorial-card-color);
    display: flex
;
    flex-direction: column;
    height: var(--editorial-card-height);
    justify-content: flex-end;
    max-width: var(--editorial-card-width);
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
._responsive_jh7n5_154 {
    --editorial-card-width: 100%;
    --editorial-card-height: 100%;
}

._editorialCard._dark{
    --editorial-card-color: #fff;
    --editorial-card-background-color: linear-gradient(180deg, transparent 30%, #000);
}
._editorialCard._active,._editorialCard:focus,._editorialCard:hover {
    --editorial-card-button-background-size: 100% var(--editorial-card-button-background-size-width);
    --editorial-card-button-svg-transform: translateZ(0);
    color: var(--editorial-card-color);
}
._button_jh7n5_60._targetCta_jh7n5_60 {
    align-items: flex-end;
    height: 100%;
    text-transform: none;
    font-size: clamp(1.25rem, 1.16rem + .39vw, 1.625rem);
    line-height: 120%;    font-weight: 700;display: flex;
}
._linkDark_1ynn7_413 ._content_1ynn7_260 {
    align-items: center;
    height: 1.75rem;
    padding: 0;
    position: relative;
    display: initial;
    height: 100%;
    margin-right: auto;
    white-space: normal;
    -webkit-font-kerning: none;
    overflow: hidden;
    pointer-events: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._rightIcon {
    flex-direction: row-reverse;
}
._fullWidth {
    width: 100%;
}
._blocks_1ukun_81 {
    grid-row-gap: clamp(3rem, 2.27rem + 3.11vw, 6rem);
    display: grid;
    grid-template-columns: [col-start] 1fr;
    margin: 0 auto;
    width: 100%;
}
._navigationList_we4p6_60 {
    --navigation-list-color: #000;
    color: var(--navigation-list-color);
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    width: 100%;
}
._navigation_we4p6_60 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
._title_we4p6_89 {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0525rem;
    line-height: 100%;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
._linkList_we4p6_106 {
    display: grid;
    gap: 1rem;list-style: none;
}
._link_we4p6_106 {
    --navigation-list-button-svg-transform: translate3d(-107%, 0, 0);
    align-items: center;
    color: inherit;
    display: flex;
    font-size: clamp(1.625rem, 1.52rem + .45vw, 2.0625rem);
    font-weight: 700;
    gap: .75rem;
    justify-content: space-between;
    letter-spacing: -.01em;
    line-height: 1.2;
}
._link_we4p6_106._active_we4p6_155, ._link_we4p6_106:focus, ._link_we4p6_106:hover{
    --navigation-list-button-svg-transform: translateZ(0);
}
._icon_we4p6_159 {
    stroke: var(--navigation-list-color);
    aspect-ratio: 1;
    flex-shrink: 0;
    width: 1.5rem;
    height: auto;
    position: relative;
    top: 5px;
}
._images_we4p6_177 {
    aspect-ratio: 3 / 4;
    display: none;
    position: relative;
}
@keyframes _fadein_we4p6_1 {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

._image_we4p6_177 {
    border-radius: .25rem;
    box-shadow: 0 0 .5px #0000000d, 0 2px 4px #0000001a;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    opacity: .5;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
._image_we4p6_177._active_we4p6_155 {
    animation: _fadein_we4p6_1 .4s forwards;
    z-index: 2;
}
._image_we4p6_177[data-image-index="1"],._image_we4p6_177[data-image-index="2"],._image_we4p6_177[data-image-index="3"],._image_we4p6_177[data-image-index="4"],._image_we4p6_177[data-image-index="5"],._image_we4p6_177[data-image-index="6"],._image_we4p6_177[data-image-index="7"],._image_we4p6_177[data-image-index="8"] {
    transform: rotate(-1deg)
}
._swiperNavigationWrapper {
    bottom: var(--navigation-position-bottom, 1.5rem);
    margin-top: 2rem;
    transition: opacity .15s ease-in-out .3s;
    white-space: var(--white-space, normal);
}
._swiperButtonWrapper {
    align-items: center;
    display: flex;
    gap: .25rem;
    margin-bottom: 1.5rem;
}
._swiperButtonWrapper button._swiperNavigationIcon,._swiperButtonWrapper ._swiperScrollbar{
    margin: 0;
    position: unset;
}
._swiperButtonWrapper button._swiperNavigationIcon{
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.5rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    line-height: 1.25;
    max-width: 100%;
    padding: 0;
    width: 2rem;
}
._swiperButtonWrapper button._swiperNavigationIcon svg{
    width: revert-layer;
}

._dark_1ynn7_122 {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
._swiperNavigationIcon svg {
    stroke: #000;
}
._iconOnly_1ynn7_268 ._content_1ynn7_260 {
    height: .0625rem;
    left: -625rem;
    min-width: .0625rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: .0625rem;
}
._swiperNavigationIcon:after{
    content: unset!important;
}

._swiperButtonWrapper ._swiperScrollbar{
    background: #666!important;
    height: .0625rem!important;
    margin: 0 auto;
    position: relative!important;
    touch-action: none;
    width: 12.5rem!important;
    bottom: unset !important;
    top: unset !important;
}
._swiperButtonWrapper ._swiperScrollbar:before {
    background-color: transparent;
    bottom: -1.5rem;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -1.5rem;
    width: 100%;
}
._swiperButtonWrapper .swiper-scrollbar-drag {
    background: #000;
    height: .125rem;
    left: 0;
    position: relative;
    top: -.0625rem;
    width: 100%;
}
.swiper-scrollbar {
    background: #d6d6d6;
}

.swiper-container-horizontal > .swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
._shortStory_sbem7_59 .section-content {
    display: flex;
    min-height: 39.375rem;
    overflow: hidden;
    padding: 2.5rem clamp(1rem, 4.2667vw, 2rem);
}
._medium_oj35y_105 ._subheadline_oj35y_167 {
    font-size: clamp(1rem, .94rem + .26vw, 1.25rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    line-height: 1.3;
    margin-top: .5em;
}
@media (min-width: 1024px) {
    ._shortStory_sbem7_59 .section-content {
        padding:4rem max(2rem,3.33vw);
    }
    ._medium_oj35y_105 ._subheadline_oj35y_167 {
        font-size: clamp(1.625rem, 1.52rem + .45vw, 2.0625rem);
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.2;
        line-height: 1.3;
    }
}

._shortStory_sbem7_59._shortStory_sbem7_59 ._hideOnMobile_sbem7_71 {
    display: none
}

@media (min-width: 1024px) {
    ._shortStory_sbem7_59 .section-content ._hideOnMobile_sbem7_71 {
        display:block
    }
}

._shortStory_sbem7_59._shortStory_sbem7_59 ._hideOnDesktop_sbem7_79 {
    display: block
}

@media (min-width: 1024px) {
    ._shortStory_sbem7_59._shortStory_sbem7_59 ._hideOnDesktop_sbem7_79 {
        display:none
    }
}

._contentContainer_sbem7_88 {
    transition: transform .6s;
    transition-delay: .1s
}
._shortStory_sbem7_59 ._linkDark_1ynn7_413 ._content_1ynn7_260{
    white-space: normal
}
._shortStory_sbem7_59 ._button_jh7n5_60._targetCta_jh7n5_60 svg{
    display: none;
}
@media (min-width: 1024px) {
    ._contentContainer_sbem7_88 {
        transition:transform .6s cubic-bezier(.83,0,.17,1);
        transition-delay: 0s;
        width: 46%
    }
    ._link_we4p6_106 {
        display: inline-flex;
        font-size: clamp(2.625rem, 2.46rem + .71vw, 3.3125rem);
        font-weight: 700;
        justify-content: normal;
        letter-spacing: -.01em;
        line-height: 1.2;
    }
}

._open_sbem7_99 ._contentContainer_sbem7_88 {
    transform: translate(-110%);
    transition: transform .6s;
    transition-delay: .1s
}

@media (min-width: 1024px) {
    ._open_sbem7_99 ._contentContainer_sbem7_88 {
        transition:transform .6s cubic-bezier(.83,0,.17,1);
        transition-delay: .2s
    }
}

._close_sbem7_110 ._contentContainer_sbem7_88 {
    animation: _transform_sbem7_1 .6s cubic-bezier(.83,0,.17,1);
    animation-delay: .1s;
    transform: translate(0)
}

._headlineContainer_sbem7_116 {
    padding-top: 1.5rem;
    width: 90%
}

@media (min-width: 1024px) {
    ._headlineContainer_sbem7_116 {
        padding-top:2rem;
        width: 80%
    }
}

._headlineContainer_sbem7_116._white_sbem7_126 {
    color: #fff
}

._headlineContainer_sbem7_116._black_sbem7_129 {
    color: #000
}

._ctaButtonContainer_sbem7_133 {
    height: 4rem;
    position: relative;
    width: 100%
}

@media (min-width: 1024px) {
    ._ctaButtonContainer_sbem7_133 {
        height:4.5rem
    }
}

._ctaButton_sbem7_133 {
    bottom: 0;
    position: absolute
}

._closeButtonContainer_sbem7_149 {
    bottom: 3.5rem;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 3
}
._closeButtonContainer_sbem7_149 a.button{
    padding: 0;
}
._closeButtonContainer_sbem7_149 a.button span{
    display: none;
    margin: 0;
}
._closeButtonContainer_sbem7_149 a.button i{margin-left: 0;top: unset}
@media (min-width: 1024px) {
    ._closeButtonContainer_sbem7_149 {
        bottom:4rem
    }
}

._open_sbem7_99 ._closeButtonContainer_sbem7_149 {
    animation: _button-fade-in_sbem7_1 .2s ease-in 1 normal forwards running;
    animation-delay: .5s
}

._close_sbem7_110 ._closeButtonContainer_sbem7_149 {
    animation: _button-fade-out_sbem7_1 .2s ease-in 1 normal forwards running;
    animation-delay: .4s;
    opacity: 1;
    visibility: visible
}

._closeButton_sbem7_149,._carouselContainer_sbem7_179 ._swiperNavigationWrapper {
    opacity: 0
}

._open_sbem7_99 ._closeButton_sbem7_149,._open_sbem7_99 ._swiperNavigationWrapper {
    opacity: 1
}

._carouselContainer_sbem7_179 {
    left: 100%;
    position: absolute;
    top: 15%;
    transition: left .4s,transform .4s;
    transition-delay: .1s;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
._dark_1ynn7_122:hover {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
@media (min-width: 1024px) {
    ._carouselContainer_sbem7_179 {
        left:40%;
        top: 15%;
        transition: left .6s cubic-bezier(.83,0,.17,1),transform .6s cubic-bezier(.83,0,.17,1);
        transition-delay: 0s
    }
}

._open_sbem7_99 ._carouselContainer_sbem7_179 {
    left: 0;
    transition: left .6s;
    transition-delay: .3s
}

@media (min-width: 1024px) {
    ._open_sbem7_99 ._carouselContainer_sbem7_179 {
        transition:left .6s cubic-bezier(.83,0,.17,1);
        transition-delay: .2s;
        z-index: 2
    }
}

._carouselContainer_sbem7_179 .editorialCard>* {
    border-radius: 0
}

@media (min-width: 1024px) {
    ._carousel_sbem7_179 {
        height:100%;
        pointer-events: none
    }

    ._open_sbem7_99 ._carousel_sbem7_179 {
        pointer-events: auto
    }
}

@keyframes _button-fade-in_sbem7_1 {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes _button-fade-out_sbem7_1 {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}
._iconOnly_1ynn7_268 {
    border-radius: 50%;
    padding: 0;
    width: 3rem!important;
}
/****Swiper Slide***/

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
._productsCarousel_133ce_60 [class*=swiper-horizontal] {
    overflow: hidden;
    padding-left: clamp(1rem, 4.2667vw, 2rem);
    padding-right: clamp(1rem, 4.2667vw, 2rem);
    padding-top: .25rem;
    width: 100%;
}
._swiperSlide_1pqv2_110 {
    flex: 0 0 auto;
    pointer-events: auto;
    position: relative;
    transition-property: transform;
    width: auto;
}
/****Box Product Loop***/
.product-small{
    padding: 0;
}
.product-small .box-image {
    --product-media-after-background: transparent;
    background: radial-gradient(51.74% 45.16% at 46.65% 38%, #fff 0, #f6f7f8 44.58%, #eceef0);
}
.product-small.product_cat-giay .box-image>div {
    padding: 1.5rem;
}
.product-small .box-text-products {
    padding: .75rem .25rem .75rem .75rem;
    display: flex;
    font-weight: 400;
    gap: .25rem;
    letter-spacing: normal;
    line-height: 1.5;
    flex-flow: column nowrap;
    font-size: clamp(.875rem, .84rem + .13vw, 1rem);
}
.ux-swatch.ux-swatch--image.selected,.ux-swatch.ux-swatch--image {
    box-shadow: unset!important;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    width: 48px;
    height: 48px;
}
.ux-swatch.ux-swatch--image.selected{
    border-bottom-color:#000
}
.product-small .box-text-products p {
    margin: 0;
}
._badge_159ta_242 {
    color: var(--fs-color-secondary);
    display: inline-block;
    flex: none;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .045rem;
    text-transform: uppercase;
}
.product-small .box-text-products p.woocommerce-loop-product__title a {
    color: #000;
    font-size: inherit;
    font-weight: 700;
}

._text_1j8v8_67 p {
    font-size: clamp(1.25rem, 1.16rem + .39vw, 1.625rem);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;margin-bottom: 0;
}
.icon-box._item_kp9ip_59{
    align-items: center;margin-bottom: 1rem;
}
.icon-box._item_kp9ip_59 .icon-box-img{
    height: 40px;
    width: 40px;
    padding: .5rem;
    background-color: #0000001a;    border-radius: 50%;
}
.icon-box._item_kp9ip_59 .icon-box-img svg{
    padding-top: 0;
}
._legalSocial_81yet_157 {
    margin-top: 2rem;
}
._utilityWrapper_81yet_178 {
    display: flex;
    flex-direction: column;
}
._copyrightText_81yet_193 {
    --footer-text-color: #000;
    color: var(--footer-text-color, #fff);
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    padding-right: 2rem;
    white-space: nowrap;
}
._utilityList_1h15k_59 {
    display: flex !important;
    flex-direction: column;
}
._utilityList_1h15k_59 .ux-menu-link {
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

._breadcrumbs_3xi90_70 {
    display: flex;
    justify-content: flex-end;
    left: 20%;
    position: absolute;
    right: 1rem;
    top: 1.5rem
}
._breadcrumbs_2koc1_59 {
    align-items: center;
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: .25rem;
    white-space: nowrap
}
._breadcrumb_lpozq_59 {
    align-items: center;
    display: inline-flex;
    font-family: On Mono,menlo,consolas,roboto mono,ubuntu monospace,noto mono,oxygen mono,liberation mono,monospace;
    font-size: .75rem;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase
}

@media (min-width: 1024px) {

    ._hideOnDesktop_3xi90_103 {
        display: none;
    }
    ._breadcrumb_lpozq_59._responsive_lpozq_69 {
        font-size:.875rem
    }
}

._breadcrumb_lpozq_59>a,._breadcrumb_lpozq_59>button {
    background: linear-gradient(currentcolor,currentcolor) 0 100% no-repeat;
    background-size: 0 .0625rem;
    color: inherit;
    position: relative;
    transition: background .2s ease
}

._breadcrumb_lpozq_59>a._active_lpozq_82,._breadcrumb_lpozq_59>a:focus,._breadcrumb_lpozq_59>a:hover,._breadcrumb_lpozq_59>button._active_lpozq_82,._breadcrumb_lpozq_59>button:focus,._breadcrumb_lpozq_59>button:hover {
    background-size: 100% .0625rem
}

._breadcrumb_lpozq_59>a:focus,._breadcrumb_lpozq_59>button:focus {
    box-shadow: 0 0 0 .25rem #2f7efe;
    outline: .25rem solid transparent
}

._breadcrumb_lpozq_59>a:focus:not(:focus-visible),._breadcrumb_lpozq_59>button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none
}

._breadcrumb_lpozq_59>a:focus-visible,._breadcrumb_lpozq_59>button:focus-visible {
    box-shadow: 0 0 0 .25rem #2f7efe;
    outline: .25rem solid transparent
}

._breadcrumb_lpozq_59._dark_lpozq_105 {
    color: #fff
}

._breadcrumb_lpozq_59._light_lpozq_108 {
    color: #000
}

._breadcrumb_lpozq_59:last-of-type ._breadcrumbSeparator_lpozq_111 {
    display: none
}

._breadcrumbSeparator_lpozq_111 {
    margin: 0 .75rem
}

@media (min-width: 1024px) {
    ._breadcrumbs_3xi90_70 {
        padding-bottom:1rem;
        padding-left: clamp(1rem,4.2667vw,2rem);
        padding-right: clamp(1rem,4.2667vw,2rem);
        position: static
    }
}

@media (min-width: 1024px) and (min-width:1024px) {
    ._breadcrumbs_3xi90_70 {
        padding-left:max(2rem,3.33vw);
        padding-right: max(2rem,3.33vw)
    }
}


@media (min-width: 1024px) {
    ._editorialCard {
        --editorial-card-button-background-size: 0 var(--editorial-card-button-background-size-width);
    }
    ._button_jh7n5_60._targetCta_jh7n5_60 svg {
        overflow: hidden;
    }
    ._button_jh7n5_60._targetCta_jh7n5_60 svg path {
        transform: var(--editorial-card-button-svg-transform);
        transition: transform .3s
        cubic-bezier(.87, 0, .13, 1);
    }
    ._button_jh7n5_60._targetCta_jh7n5_60 ._textWrapper_jh7n5_206 {
        background: linear-gradient(currentcolor, currentcolor) 0 100% no-repeat;
        background-size: var(--editorial-card-button-background-size);
        display: initial;
        transition: background .3s
        ease;
    }
    ._productsCarousel_133ce_60 [class*=swiper-horizontal] {
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw);
    }
    ._swiperButtonWrapper {
        margin-bottom: .5rem;
    }
    ._swiperNavigationIcon {
        display: grid;
    }
    ._swiperButtonWrapper ._swiperScrollbar {
        margin: 0;
        width: 19rem!important;
    }
}
@media (min-width: 1024px) {
    ._headline h1,._headline h2,._headline{
        font-size: clamp(2.625rem, 2.46rem + .71vw, 3.3125rem);
        font-weight: 700;
        letter-spacing: -.01em;
        line-height: 1.2;
        line-height: 1.1;
    }

    .section_df,.banner-top-home .text-box {
        padding-left: max(2rem, 3.33vw);
        padding-right: max(2rem, 3.33vw);
    }
    ._logoLink>a {
        left: calc(3.33vw - 1rem);
        top: .75rem;
        height: 4rem;
        overflow: hidden;
    }
    ._main_pkckt {
        display: block;
        margin-left: 2.5rem;
        position: absolute;
        z-index: 2;
    }
    ._wrapper_pkckt{
        animation: unset;
        inset: auto;
        justify-content: space-between;
        max-width: 52.875rem;
        position: absolute;
        right: 15px;
        top: 0;
        transform: translateY(0);
        width: 52.875rem;
    }
    ._wrapper_pkckt, ._logoLink img{
        animation: _fade-in_1homa_1 .25s ease .3s 1 normal forwards running;
        opacity: 0;
    }
    nav._dark_primaryLinks {
        align-items: center;
        flex-flow: row;
        font-size: 1.25rem;
        font-weight: 700;
    }
    nav._dark_primaryLinks>ul {
        align-items: center;
        flex-flow: row;
        font-size: 1.25rem;
        font-weight: 700;
    }
    li._item_menu {
        animation: none;
        margin-right: 2rem;
        opacity: 1;
        white-space: nowrap;
    }
    li._item_menu>a{
        background: linear-gradient(currentcolor, currentcolor) 0 100% no-repeat;
        background-size: 0 .0625rem;
        position: relative;
        transition: background .2s ease;
        transition: color .3s ease, background .2s ease;
    }

    li._item_menu>a._active, li._item_menu>a:focus, li._item_menu>a:hover {
        background-size: 100% .0625rem;
    }
    li._item_menu>a>span{
        display: inline;
    }
    ._header_pkckt {
        background-color: transparent !important;
        height: 5.625rem;
        padding: 0 max(2rem, 3.33vw);
    }
    ._header_pkckt ._side_pkckt {
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        width: unset;
    }
    ._header_pkckt ._side_pkckt ._utility_pkckt {
        width: unset;
    }
    ._header_pkckt ._side_pkckt ._utility_pkckt ._utility {
        display: grid;
        gap: 1rem;
        grid-auto-flow: column;
        place-content: center;
        width: unset;
    }
    ._legalSocial_81yet_157 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
    }
    ._copyrightText_81yet_193 {
        margin-top: 1.9rem;
    }
    ._utilityList_1h15k_59 {
        margin: 1.5rem 0 0;
    }
    ._socialIconListItems_81yet_207 {
        margin-top: 2rem;
    }
}
main#main{
    padding-top: 2rem;
}
.page-template-page-transparent-header-light main#main{
    padding-top: 0;
}
@media (max-width: 1023px) {
    header#header{
        height: 4rem;
    }
    .banner-top-home .text-box-content .text-inner.text-left{
        text-align: center;
    }
    ._wrapper_pkckt.header-main{
        height: unset!important;
    }
    .ux-swatch.ux-swatch--image.selected, .ux-swatch.ux-swatch--image{
        width: 40px;
        height: 40px;
    }
    ._hideOnMobile_1lyqu_215 {
        display: none;
    }
}
@media (min-width: 768px) {
    ._navigationList_we4p6_60 {
        grid-template-columns: repeat(2, 1fr);
    }
    ._navigation_we4p6_60 {
        margin: 0 auto;
    }
    ._title_we4p6_89 {
        font-size: 1.25rem;
        letter-spacing: .075rem;
        margin-bottom: 2rem;
    }
    ._linkList_we4p6_106 {
        gap: .25rem;
    }

    ._icon_we4p6_159 {
        aspect-ratio: 1;
        overflow: hidden;
        width: 2rem;
    }
    ._icon_we4p6_159 path {
        transform: var(--navigation-list-button-svg-transform);
        transition: transform .3s
        cubic-bezier(.87, 0, .13, 1);
    }
    ._images_we4p6_177 {
        display: block;
        max-width: 32.125rem;
        width: 100%;
    }
    ._utilityWrapper_81yet_178 {
        flex-flow: row wrap;
    }
    ._utilityList_1h15k_59 {
        flex-flow: row wrap;
    }
    ._utilityList_1h15k_59 .ux-menu-link {
        padding-right: 1.5rem;
    }
}
.newsletter{
    display: flex;
}
.newsletter .wpcf7-submit{
    margin: 0;
    height: 4rem;
    width: 80px;
}
.wpcf7-spinner{
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}