*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{font-weight:500}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{background-color:var(--color-background)}.page_width{max-width:var(--page-width);padding-right:var(--page-margin)!important;padding-left:var(--page-margin)!important;margin:0 auto}.page_width_narrow{max-width:1200px;margin:0 auto;padding-right:var(--page-margin)!important;padding-left:var(--page-margin)!important}@media screen and (max-width: 768px){.page_width,.page_width_narrow{padding-right:16px!important;padding-left:16px!important}}body{font-size:14px}.no_scroll{overflow:hidden}input:not([type=radio]),input:not([type=checkbox]){border-radius:0;outline:none;letter-spacing:2px}.center{text-align:center}.left{text-align:left}.right{text-align:right}.justify{text-align:justify}.rv{position:relative}.overlay_full{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000}.drawer_wrapper{width:100%;height:100%;display:flex;justify-content:flex-end}.drawer{height:100%;background-color:#fff;position:relative;transform:translate(100%);transition:transform .1s ease-in-out}.drawer[data-state=open]{transform:translate(0)}.drawer_content{padding:16px;display:flex;flex-direction:column;height:100%}.drawer_header_close{position:absolute;top:16px;right:16px;cursor:pointer;z-index:1}.drawer_overflow{height:100%;display:flex;flex-direction:column;overflow-y:auto}p,.body_text{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.72px}@media screen and (min-width: 769px){.ratio_2_1{aspect-ratio:2/1}.ratio_16_9{aspect-ratio:16/9}.ratio_3_2{aspect-ratio:3/2}.ratio_4_3{aspect-ratio:4/3}.ratio_5_4{aspect-ratio:5/4}.ratio_1_1{aspect-ratio:1/1}.ratio_4_5{aspect-ratio:4/5}.ratio_3_4{aspect-ratio:3/4}.ratio_5_7{aspect-ratio:5/7}.ratio_2_3{aspect-ratio:2/3}.ratio_9_16{aspect-ratio:9/16}.ratio_natural{aspect-ratio:auto}}@media screen and (max-width: 768px){.mobile_hidden{display:none!important}.mobile_ratio_2_1{aspect-ratio:2/1}.mobile_ratio_16_9{aspect-ratio:16/9}.mobile_ratio_3_2{aspect-ratio:3/2}.mobile_ratio_4_3{aspect-ratio:4/3}.mobile_ratio_5_4{aspect-ratio:5/4}.mobile_ratio_1_1{aspect-ratio:1/1}.mobile_ratio_4_5{aspect-ratio:4/5}.mobile_ratio_3_4{aspect-ratio:3/4}.mobile_ratio_5_7{aspect-ratio:5/7}.mobile_ratio_2_3{aspect-ratio:2/3}.mobile_ratio_9_16{aspect-ratio:9/16}.mobile_ratio_natural{aspect-ratio:auto}}:root{--grey: #b1b1b1;--grey-rvb: 177, 177, 177;--grey-dark: #707070;--grey-light: #f5f5f5}body{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.72px}strong,b{font-weight:500}a{text-decoration:underline;color:var(--color-foreground)}button{color:var(--color-foreground)}h1{font-size:32px;font-weight:400;line-height:39px;letter-spacing:1.6px}.button{display:inline-block;padding:10px 15px;font-size:14px;font-family:Futura PT,sans-serif;font-weight:400;line-height:19px;cursor:pointer;transition:.15s;text-align:center;letter-spacing:1.2px;color:var(--color-background);border:1px solid var(--color-foreground);border-radius:0;outline:none;background-color:var(--color-foreground);-webkit-appearance:none;appearance:none}.button:hover{text-decoration:underline}.button_full{display:block;width:100%}.cta{display:inline-block;text-transform:uppercase;line-height:15px;letter-spacing:2.8px;text-align:center;border:1px solid;padding:5px 10px;transition:padding .2s ease-in-out;text-decoration:none;cursor:pointer;background-color:#0000}.cta:hover{padding:5px 15px}.cta.cta_black{background-color:var(--color-foreground);color:var(--color-background)}.body_text{font-size:14px;font-weight:400;line-height:21px;letter-spacing:.72px}.results_products_header{display:flex;justify-content:space-between;align-items:center;padding:0 0 10px}.results_products_header .results_controls .results_control_filters{display:flex;justify-content:flex-end;align-items:center;gap:10px}.results_products_header .results_controls .results_control_filters button{font-family:Futura PT,sans-serif;-webkit-appearance:none;appearance:none;border:none;background-color:#0000;padding:0;margin:0;letter-spacing:1.2px;font-size:14px;font-weight:400;cursor:pointer}@media only screen and (max-width: 749px){.results_products_header{flex-direction:column;align-items:flex-start;gap:12px}}body{font-family:var(--font-primary--family);font-size:14px;color:var(--color-foreground)}h1,h2{font-size:18px;font-weight:500;line-height:28px;letter-spacing:3.6px;text-transform:uppercase}p{letter-spacing:.72px;line-height:21px}.tooltip{display:none;cursor:default;min-width:240px;right:0;position:absolute;top:100%;background:#fff;padding:15px 20px;box-shadow:0 6px 6px #0000001a}.tooltip .tooltip_content a{text-decoration:none}.tooltip .tooltip_content a:hover{text-decoration:underline}.btn{font-family:var(--font-primary--family);-webkit-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;padding:10px 15px;border:none;border:0;background-color:var(--color-foreground);color:var(--color-background);font-size:14px;font-weight:400;letter-spacing:1.2px;text-decoration:none;cursor:pointer}.btn.disabled{background-color:#ccc;color:#666;cursor:not-allowed}.breadcrumb .breadcrumb_wrapper{display:flex;flex-wrap:wrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;text-align:left;white-space:nowrap}.breadcrumb nav{display:flex;justify-content:center}.breadcrumb a{text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus,.breadcrumb a:active{text-decoration:underline}.breadcrumb ul,.breadcrumb ol{display:flex;align-items:center;margin:0;padding:0;list-style:none;font-size:14px}.breadcrumb ul li,.breadcrumb ol li{display:flex;font-size:14px}.breadcrumb ul li span,.breadcrumb ol li span{display:block;font-weight:400}.breadcrumb ul li a,.breadcrumb ol li a{color:var(--grey-dark)}.breadcrumb ul li a span,.breadcrumb ol li a span{font-weight:400}.breadcrumb ul li span.arrow,.breadcrumb ol li span.arrow{margin:0 4px}@media only screen and (max-width: 749px){.breadcrumb nav{display:flex;justify-content:flex-start}}.section-header{background-color:var(--color-background);position:relative;z-index:100;width:100%}.section-header .announcement_bar{background-color:var(--announcement_bar_background_color);color:var(--announcement_bar_text_color);display:flex;justify-content:center;align-items:center;padding:4px 0}.section-header.sticky header.header_collection{position:fixed;top:0;left:0;right:0;height:100px;background-color:#fff}.section-header .header_wrapper{position:relative}.section-header .header_wrapper .main_menu{background-color:#fff;position:relative;z-index:10}.section-header .header_wrapper .main_menu>div{padding:40px 0 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}.section-header .header_wrapper .main_menu>div .burger{display:none}.section-header .header_wrapper .main_menu>div .language_selection{text-transform:uppercase;letter-spacing:1.2px;font-size:11px}.section-header .header_wrapper .main_menu>div .language_selection form>div{display:flex;gap:10px}.section-header .header_wrapper .main_menu>div .language_selection form>div span{cursor:pointer;text-underline-offset:6px}.section-header .header_wrapper .main_menu>div .language_selection form>div span[aria-current=true]{text-decoration:underline}.section-header .header_wrapper .main_menu>div a{position:relative;text-decoration:none;color:var(--color-foreground)}.section-header .header_wrapper .main_menu>div a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}.section-header .header_wrapper .main_menu>div svg{width:2rem}.section-header .header_wrapper .main_menu>div .header_menu,.section-header .header_wrapper .main_menu>div .header_icons{display:flex;gap:1rem}.section-header .header_wrapper .main_menu>div .header_menu_overlay{display:contents}.section-header .header_wrapper .main_menu>div .header_menu{justify-self:center;justify-content:space-between;align-items:center;display:flex;gap:10px;width:800px;--color-menu-item: var(--color-foreground)}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_footer{display:none}.section-header .header_wrapper .main_menu>div .header_menu .header_mobile_overflow{display:contents}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a{display:flex;align-items:baseline;gap:14px;text-transform:uppercase;font-size:13px;font-weight:500;line-height:16px;letter-spacing:1.2px;text-underline-offset:4px;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s;white-space:nowrap;color:var(--color-menu-item)}@media (hover: hover){.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a:hover{border-color:var(--color-menu-item)}}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a[aria-controls]:after{content:"";display:block;width:5px;height:8px;background:url(./icon-arrow-right.svg) no-repeat center center;transition:transform .2s}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a[aria-controls]:hover:after{transform:rotate(90deg)}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--color-background);z-index:100;padding:32px 0 20px}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul{width:800px;margin:0 auto;display:grid;grid-template-rows:repeat(4,max-content);grid-auto-flow:column;list-style:none;padding:0}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul li{margin-bottom:8px}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul a{margin-bottom:8px;font-size:14px;letter-spacing:.8px;position:relative}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul a:after{content:"";display:block;width:0;height:1px;background-color:var(--color-foreground);position:absolute;bottom:0;left:0;transition:width .2s}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul a:hover:after{width:100%}.section-header .header_wrapper .main_menu>div .header_menu .mobile_language_selection_wrapper{display:none;text-transform:uppercase;letter-spacing:1.2px;font-size:11px;padding-top:16px}.section-header .header_wrapper .main_menu>div .header_menu .mobile_language_selection_wrapper form>div{display:flex;gap:10px}.section-header .header_wrapper .main_menu>div .header_menu .mobile_language_selection_wrapper form>div span{cursor:pointer;text-underline-offset:6px}.section-header .header_wrapper .main_menu>div .header_menu .mobile_language_selection_wrapper form>div span[aria-current=true]{text-decoration:underline}.section-header .header_wrapper .main_menu>div .header_icons{justify-self:end;display:flex;gap:24px}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item{width:12px;height:12px;background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item.search{background-image:url(./icon-search.png)}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item.account{background-image:url(./icon-user.png)}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item.cart{background-image:url(./icon-cart.png)}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item.contact{background-image:url(./icon-phone.png)}.section-header .header_wrapper .header_logo{width:100%;padding-top:45px;padding-bottom:68px;display:flex;align-items:center;justify-content:center}.section-header .header_wrapper .header_logo img{transition:.2s ease-in-out;opacity:1;transform:scale(1)}.section-header .header_wrapper .logo_sticky{position:absolute;top:11px;left:calc(var(--page-margin) - 5px);width:100px;z-index:11}.section-header .header_wrapper .logo_sticky img{width:100px;height:auto;opacity:0;transform:scale(2)}.section-header .header_search{display:none;position:absolute;top:0;left:0;right:0;z-index:100;background-color:var(--color-background);padding:20px 30px 20px 20px;border-bottom:1px solid var(--color-foreground)}.section-header .header_search form{display:flex;align-items:center;gap:10px}.section-header .header_search form input{border:none;border-left:1px solid var(--color-foreground);flex-grow:1;font-size:14px;line-height:19px;padding:3px 20px}.section-header .header_search form .header_search_close{cursor:pointer}.section-header.sticky .header_wrapper{position:fixed;top:0;left:0;right:0;z-index:100}.section-header.sticky .header_wrapper .main_menu>div{padding:14px 0}.section-header.sticky .header_wrapper .main_menu>div .language_selection .localization-form{position:absolute;top:45px}.section-header.sticky .header_wrapper .main_menu>div .header_menu{align-self:flex-start}.section-header.sticky .header_wrapper .main_menu>div .header_icons{align-self:flex-start}.section-header.sticky .header_wrapper .header_logo{display:contents;z-index:2}.section-header.sticky .header_wrapper .header_logo img{opacity:0;transform:scale(.8);transition:unset}.section-header.sticky .header_wrapper .logo_sticky img{opacity:1;transform:scale(1);transition:.2s ease-in-out}.section-header .white_header .header_wrapper .main_menu>div .header_menu{--color-menu-item: var(--color-background)}.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a{color:var(--color-menu-item)}.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a[aria-controls]:after{filter:brightness(0) invert(1)}@media (hover: hover){.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a:hover{border-color:var(--color-menu-item)}}.section-header .white_header .header_wrapper .main_menu>div .language_selection .language_selection__item{color:var(--color-menu-item)}.section-header .white_header .header_wrapper .main_menu>div .header_icons .header_icon_item{filter:brightness(0) invert(1)}.section-header .white_header .header_wrapper .header_logo img{filter:brightness(0) invert(1)}.section-header.sticky .white_header .header_wrapper .main_menu>div .header_menu{--color-menu-item: var(--color-foreground)}.section-header.sticky .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a{color:var(--color-menu-item)}.section-header.sticky .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a[aria-controls]:after{filter:none}@media (hover: hover){.section-header.sticky .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a:hover{border-color:var(--color-menu-item)}}.section-header.sticky .white_header .header_wrapper .main_menu>div .language_selection .language_selection__item{color:var(--color-menu-item)}.section-header.sticky .white_header .header_wrapper .main_menu>div .header_icons .header_icon_item{filter:none}.section-header.sticky .white_header .header_wrapper .header_logo img{filter:none}body.fixed_header .section-header{position:fixed;top:0;left:0;right:0}@media screen and (max-width: 1023px){body.fixed_header .section-header{position:sticky}}body.small_header .section-header .header_wrapper .main_menu>div{padding:14px 0}body.small_header .section-header .header_wrapper .main_menu>div .language_selection .localization-form{position:absolute;top:45px}body.small_header .section-header .header_logo{display:none}body.small_header .section-header .header_logo img{opacity:0;transform:scale(.8);transition:unset}body.small_header .section-header .logo_sticky img{opacity:1;transform:scale(1);transition:.2s ease-in-out}body.transparent_header .section-header,body.transparent_header .section-header .header_wrapper .main_menu{background-color:#0000;transition:background-color .2s ease-in-out}body.transparent_header .section-header.sticky .header_wrapper .main_menu{background-color:var(--color-background)}@media screen and (max-width: 1023px){.header_container{transform:translateY(0)}.section-header{position:sticky;top:0}.section-header.sticky header.header_collection{height:60px}.section-header .header_wrapper .main_menu{background-color:#fff!important}.section-header .header_wrapper .main_menu>div{padding:22px 0;grid-template-columns:auto 1fr}.section-header .header_wrapper .main_menu>div .burger{border:none;display:block;width:16px;height:16px;background:url(./burger.svg) no-repeat center center;cursor:pointer}.section-header .header_wrapper .main_menu>div .burger[aria-expanded=true]{background:url(./icon-close.svg) no-repeat center center}.section-header .header_wrapper .main_menu>div .language_selection{display:none}.section-header .header_wrapper .main_menu>div .header_menu_overlay{display:none;width:100%;height:calc(100vh - 60px);top:60px;background-color:#00000080;position:fixed;bottom:0;left:0}.section-header .header_wrapper .main_menu>div .header_menu_overlay.with_announcement_bar{top:89px;height:calc(100dvh - 89px)}.section-header .header_wrapper .main_menu>div .header_menu_overlay.with_announcement_bar .header_menu{top:89px;height:calc(100dvh - 89px)}.section-header .header_wrapper .main_menu>div .header_menu_overlay.open{display:block}.section-header .header_wrapper .main_menu>div .header_menu_overlay.open .header_menu{transform:translate(0)}.section-header .header_wrapper .main_menu>div .header_menu{position:fixed;top:60px;left:0;background-color:#fff;z-index:100;padding-left:16px;padding-right:16px;padding-top:16px;flex-direction:column;width:100%;max-width:350px;height:calc(100dvh - 60px);justify-content:flex-start;align-items:flex-start;transform:translate(-100%);transition:transform .1s ease-in-out}.section-header .header_wrapper .main_menu>div .header_menu .header_mobile_overflow{display:flex;flex-direction:column;gap:10px;height:100%;width:100%;overflow-y:auto;padding-bottom:100px;background-color:#fff}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_footer{position:absolute;top:calc(100dvh - 140px);left:0;width:100%;border-top:1px solid #e2e2e2;padding:20px 0 44px;display:flex;justify-content:center;align-items:center;background-color:#fff}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_footer img{height:20px;width:50px}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a:hover{border-color:#0000}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2{position:static;display:none;flex-direction:column;gap:8px;width:100%;top:0;padding:8px 0 16px}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2.default_open{display:flex}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2.open{display:flex}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul{display:flex;flex-direction:column;gap:8px;width:auto;margin:0}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul li{margin-bottom:0}.section-header .header_wrapper .main_menu>div .header_menu .header_menu_level_1 .header_menu_level_2 ul a{margin-bottom:0}.section-header .header_wrapper .main_menu>div .header_menu .mobile_language_selection_wrapper{display:block}.section-header .header_wrapper .main_menu>div .header_icons .header_icon_item.contact{display:none}.section-header .header_wrapper .header_logo{display:block!important;position:absolute;top:20px;left:50%;transform:translate(-50%);width:100px;height:auto;opacity:1;transition:unset;padding:0;z-index:11}.section-header .header_wrapper .header_logo img{opacity:1!important;transform:scale(1)!important;transition:unset!important}.section-header .header_wrapper .logo_sticky{display:none}.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a{color:inherit}.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a[aria-controls]:after{filter:none}}@media screen and (max-width: 1023px)and (hover: hover){.section-header .white_header .header_wrapper .main_menu>div .header_menu .header_menu_level_1>a:hover{border-color:var(--color-foreground)}}@media screen and (max-width: 1023px){.section-header .white_header .header_wrapper .main_menu>div .language_selection .language_selection__item{color:inherit}.section-header .white_header .header_wrapper .main_menu>div .header_icons .header_icon_item{filter:none}.section-header .white_header .header_wrapper .header_logo img{filter:none}.section-header.sticky .header_wrapper{position:sticky}.section-header.sticky .header_wrapper .main_menu>div{padding:22px 0}.section-header.sticky .header_wrapper .main_menu>div .header_icons{align-self:unset}.section-header.sticky .header_wrapper .header_logo{z-index:11}body.small_header .section-header .header_wrapper .main_menu>div{padding:22px 0}}footer .footer_wrapper{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;padding:60px 0;border-bottom:1px solid #e2e2e2;position:relative}footer .footer_wrapper h2{font-size:14px;letter-spacing:.72px;line-height:21px;text-transform:uppercase;font-weight:400}footer .footer_wrapper .footer_social{flex:1 0 auto;display:flex;flex-direction:column}footer .footer_wrapper .footer_social .footer_newsletter_wrapper{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}footer .footer_wrapper .footer_social .footer_newsletter_wrapper form{width:100%;max-width:280px}footer .footer_wrapper .footer_social .footer_newsletter_wrapper form *{font-family:var(--font-primary-family)}footer .footer_wrapper .footer_social .footer_newsletter_wrapper form input{width:100%;letter-spacing:.72px;padding:8px 20px;font-size:14px;line-height:19px;border:1px solid #000;margin-bottom:20px}footer .footer_wrapper .footer_social .footer_newsletter_wrapper form .cta{width:auto;flex:0 0 auto;text-transform:none;padding:8px 20px;letter-spacing:.72px}footer .footer_wrapper .footer_social .social_networks{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}footer .footer_wrapper .footer_social .social_networks .social_networks_item{display:flex;align-items:center;gap:8px;max-width:100px}footer .footer_wrapper .footer_social .social_networks .social_networks_item:hover{text-decoration:underline}footer .footer_wrapper .footer_social .social_networks .social_networks_item img{height:10px;width:10px}footer .footer_wrapper .footer_social .footer_language_selection{text-transform:uppercase;letter-spacing:1.2px;font-size:11px}footer .footer_wrapper .footer_social .footer_language_selection form>div{display:flex;gap:10px}footer .footer_wrapper .footer_social .footer_language_selection form>div span{cursor:pointer;text-underline-offset:6px}footer .footer_wrapper .footer_social .footer_language_selection form>div span[aria-current=true]{text-decoration:underline}footer .footer_wrapper .footer_navigation_item{flex:0 0 23%;display:flex;flex-direction:column;gap:20px}footer .footer_wrapper .footer_navigation_item a{text-decoration:none}footer .footer_wrapper .footer_navigation_item a:hover{text-decoration:underline}footer .footer_wrapper .footer_navigation_item ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}footer .footer_wrapper .footer_navigation_item ul li{font-size:14px;letter-spacing:.72px;line-height:21px}footer .back_to_top{cursor:pointer;background:none;border:none;position:absolute;display:block;width:15px;height:20px;top:60px;right:0;margin:0 auto;padding:0}footer .footer_bottom{padding:30px 0 20px;display:flex;justify-content:center;align-items:center}footer .footer_bottom img{height:20px;width:50px}@media (max-width: 1024px){footer .footer_wrapper{flex-wrap:wrap}footer .footer_wrapper .footer_social{flex-basis:100%;order:2}footer .footer_wrapper .footer_navigation_item{flex-basis:28%;margin-bottom:30px}}@media (max-width: 768px){footer .footer_wrapper .footer_navigation_item{flex-basis:100%}footer .back_to_top{top:unset;bottom:60px}}.product_card{display:flex;flex-direction:column;gap:12px;position:relative;cursor:pointer;overflow:hidden}.product_card .product_card_badge{position:absolute;top:2.5%;left:4%;font-size:13px;color:#fff;font-weight:500;letter-spacing:1.2px;z-index:10}.product_card .product_card_badge.percentage_badges{left:auto;top:2%;right:4%;background-color:var(--color-background);color:var(--color-foreground);padding:4px 8px;font-size:13px;font-weight:500;letter-spacing:1.2px;z-index:10}.product_card .product_card_image{overflow:hidden;position:relative}.product_card .product_card_image img{width:100%;height:100%;object-fit:cover;aspect-ratio:2/3}.product_card .product_card_image .swiper{--swiper-theme-color: var(--grey);--swiper-pagination-color: var(--grey);--swiper-pagination-bullet-inactive-color: var(--grey);--swiper-pagination-bullet-size: 4px;--swiper-navigation-color: var(--grey);--swiper-navigation-size: 16px;--swiper-pagination-bottom: 4px}.product_card .product_card_image .swiper-button-prev,.product_card .product_card_image .swiper-button-next{opacity:0;transition:opacity .3s ease-in-out;display:flex!important}.product_card .swiper-navigation-disabled .product_card .product_card_image .swiper-button-prev,.product_card .swiper-navigation-disabled .product_card .product_card_image .swiper-button-next{display:none!important}@media (hover: hover){.product_card .product_card_image:hover .swiper-button-prev,.product_card .product_card_image:hover .swiper-button-next{opacity:1}}.product_card .product_card_content{display:flex;flex-direction:column;gap:4px}.product_card .product_card_content h2,.product_card .product_card_content h3,.product_card .product_card_content h4,.product_card .product_card_content h5,.product_card .product_card_content h6{font-size:14px;font-weight:400;line-height:19px;text-transform:none;letter-spacing:.72px}.product_card .product_card_content h2 a,.product_card .product_card_content h3 a,.product_card .product_card_content h4 a,.product_card .product_card_content h5 a,.product_card .product_card_content h6 a{text-decoration:none;color:inherit}@media (hover: hover){.product_card .product_card_content h2:hover,.product_card .product_card_content h3:hover,.product_card .product_card_content h4:hover,.product_card .product_card_content h5:hover,.product_card .product_card_content h6:hover{text-decoration:none}}.product_card .product_card_content .product_card_title{display:flex;justify-content:space-between;align-items:center;gap:4px}.product_card .product_card_content .product_card_title .product_card_title_main{flex-grow:1}.product_card .product_card_content .product_card_title .product_card_price{display:flex;align-items:center;gap:4px}.product_card .product_card_content .product_card_title .product_card_price .product_card_price_compare{text-decoration:line-through;color:var(--grey)}.product_card .product_card_associated_products{display:flex;flex-direction:row;gap:4px}.product_card .product_card_associated_products .product_card_associated_product_item{display:block;width:12px;height:12px;background-color:#ccc;border:1px solid #ccc;border-radius:50%;cursor:pointer}.product_card .product_card_associated_products .product_card_associated_product_item.current{border-color:var(--color-foreground)}.product_card .product_card_quick_add_to_cart{position:absolute;bottom:16px;width:24px;height:24px;left:50%;transform:translate(-50%);z-index:1}.product_card .product_card_quick_add_to_cart .product_card_quick_add_button{background:none;border:none;cursor:pointer;background:rgba(var(--grey-rvb),.5);border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:background-color .3s ease-in-out}.product_card .product_card_quick_add_to_cart .product_card_quick_add_button svg{width:14px;height:14px;stroke:#fff;transition:transform .3s ease-in-out}@media (hover: hover){.product_card .product_card_quick_add_to_cart .product_card_quick_add_button:hover{background-color:rgba(var(--grey-rvb),1)}.product_card .product_card_quick_add_to_cart .product_card_quick_add_button:hover svg{transform:rotate(-180deg)}}.product_card .product_card_quick_add_form_wrapper{position:absolute;bottom:0;left:0;width:100%;display:flex;flex-direction:column;gap:12px;padding:12px 0 0;background:#fff;z-index:10;transform:translateY(100%);transition:transform .3s ease-in-out;cursor:default}.product_card .product_card_quick_add_form_wrapper button{width:100%;height:40px;background:#000;color:#fff;border:none}.product_card .product_card_quick_add_form_wrapper.open{transform:translateY(0)}.product_card .product_card_quick_add_variant_picker{padding-bottom:12px}.product_card .product_card_quick_add_variant_picker .variant_picker_list{display:flex;justify-content:center;gap:20px}.product_card .product_card_quick_add_variant_picker input{display:none}.product_card .product_card_quick_add_variant_picker input:checked+label{border-bottom:1px solid var(--color-foreground);padding-bottom:0}.product_card .product_card_quick_add_variant_picker input:disabled+label{text-decoration:line-through;cursor:not-allowed}.product_card .product_card_quick_add_variant_picker label{cursor:pointer;min-width:16px;position:relative;text-align:center;font-size:12px}.product_card .product_form_error_wrapper{text-align:center;font-size:12px;color:var(--color-foreground);padding:0 12px;line-height:1.1;margin-bottom:12px}@media screen and (max-width: 767px){.product_card .product_card_content .product_card_title{flex-direction:column;align-items:flex-start;gap:4px}.product_card .product_card_quick_add_variant_picker .variant_picker_list{padding:0 12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(16px,1fr));justify-items:center;gap:10px}.product_card .product_card_quick_add_to_cart{bottom:20px}}.collection_products_list_section{position:relative}.collection_products_list_section .results_products_header{position:sticky;top:100px;z-index:50;background-color:var(--color-background)}@media (max-width: 1023px){.collection_products_list_section .results_products_header{position:sticky;top:60px}}.collection_header{padding:20px 0}.collection_products .collection_products_list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 40px}@media (max-width: 900px)and (orientation: landscape){.collection_products .collection_products_list{grid-template-columns:repeat(3,1fr);gap:20px 30px}}@media (max-width: 768px){.collection_products .collection_products_list{grid-template-columns:repeat(2,1fr);gap:12px 20px}}.collection_products .collection_products_list .collection-product{display:flex;flex-direction:column}.infinite-scroll-load-more{display:block;margin:20px auto;padding:15px 30px;background:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;min-width:200px;min-height:64px}.infinite-scroll-load-more:hover{background:#333}.infinite-scroll-load-more:disabled{cursor:not-allowed;opacity:.6}.infinite-scroll-load-more:disabled:hover{background:#000}.infinite-scroll-loading-image{display:block;margin:20px auto;max-width:64px;max-height:64px;min-height:64px;object-fit:contain}.infinite-scroll-loading{display:flex;justify-content:center;align-items:center;padding:20px;margin:20px 0}.infinite-scroll-end{text-align:center;padding:20px;margin:20px 0;color:#666;border-top:1px solid #eee}@media (max-width: 768px){.infinite-scroll-load-more{padding:12px 24px;font-size:13px;min-width:180px;min-height:48px}.infinite-scroll-loading-image{max-width:48px;max-height:48px;min-height:48px}}@media (prefers-color-scheme: dark){.infinite-scroll-load-more{background:#fff;color:#000}.infinite-scroll-load-more:hover{background:#f0f0f0}.infinite-scroll-load-more:disabled:hover{background:#fff}.infinite-scroll-end{color:#999;border-top-color:#333}}.infinite-scroll-load-more{background:var(--infinite-scroll-button-bg, #000);color:var(--infinite-scroll-button-color, #fff);border-radius:var(--infinite-scroll-button-radius, 4px);font-family:var(--infinite-scroll-button-font, inherit)}.infinite-scroll-load-more:hover{background:var(--infinite-scroll-button-hover-bg, #333)}.collections_wrapper h1{margin-bottom:24px}.collections_wrapper .collections .collections_list{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 40px}@media (max-width: 1023px){.collections_wrapper .collections .collections_list{grid-template-columns:repeat(3,1fr);gap:20px 30px}}@media (max-width: 768px){.collections_wrapper .collections .collections_list{grid-template-columns:repeat(2,1fr);gap:12px 20px}}.collections_wrapper .collections .collection_card{display:flex;flex-direction:column;text-decoration:none}.collections_wrapper .collections .collection_card img{width:100%;height:auto;object-fit:cover;aspect-ratio:2/3}.collections_wrapper .collections .collection_card .collection_card_content{padding-top:10px;text-overflow:ellipsis}.collections_wrapper .collections .collection_card a{text-decoration:none}.product_wrapper{display:flex;justify-content:space-between;--swiper-theme-color: var(--color-foreground);--swiper-pagination-color: var(--color-foreground);--swiper-pagination-bullet-inactive-color: var(--color-foreground);--swiper-pagination-bullet-size: 4px;--swiper-navigation-color: var(--color-foreground);--swiper-navigation-size: 16px}.product_wrapper .product_images{width:45%}.product_wrapper .product_images .product_images_overflow{scrollbar-width:none;-ms-overflow-style:none}.product_wrapper .product_images .product_images_overflow::-webkit-scrollbar{display:none}.product_wrapper .product_info_wrapper{width:55%;padding:150px 5% 60px}.product_wrapper .product_info{position:sticky;top:0;max-width:440px}.product_wrapper .product_info .breadcrumb{margin-bottom:20px}.product_wrapper .product_info .product_header{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px}.product_wrapper .product_info .product_header .product_header_title{flex-grow:1}.product_wrapper .product_info .product_header .product_header_title h1{font-size:20px;font-weight:400;line-height:20px;text-align:left;letter-spacing:1.8px;text-transform:none}.product_wrapper .product_info .product_header .product_header_price{display:flex;justify-content:flex-end;align-items:center;gap:8px}.product_wrapper .product_info .product_header .product_header_price .product_price_compare{color:var(--grey)}.product_wrapper .product_info .product_header .product_header_price .percentage_badges{background-color:var(--color-foreground);color:var(--color-background);padding:4px 8px;font-size:13px;font-weight:500;letter-spacing:1.2px;margin-left:4px}.product_wrapper .product_info .estimated_delivery_wrapper p{font-size:12px}.product_wrapper .product_info .tabs_component{margin-bottom:32px;padding-bottom:32px;display:block;border-bottom:1px solid #e2e2e2}.product_wrapper .product_info .product_tabs{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;transition:.25s;border-bottom:1px solid #e2e2e2;gap:10px;padding-top:20px;margin-bottom:20px}.product_wrapper .product_info .product_tabs span:not(.cursor){cursor:pointer;padding:0 0 10px;font-size:12px;letter-spacing:1.2px;color:var(--grey-dark)}.product_wrapper .product_info .product_tabs span:not(.cursor)[active]{color:var(--color-foreground)}.product_wrapper .product_info .product_tabs span.cursor{position:absolute;bottom:-1px;left:0;width:80px;height:1px;background-color:var(--color-foreground);transition:.25s}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content{display:none}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content *{font-size:12px}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content.open{display:block}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content .clamped{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content span.see_more{display:flex;justify-content:flex-start;padding-top:12px;cursor:pointer;text-decoration:underline}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content p{margin:0 0 12px}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content.product_care p{display:flex;gap:8px;align-items:center;margin-bottom:8px}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content.product_care img{width:24px;height:24px}.product_wrapper .product_info .product_tabs_content_wrapper .product_tab_content.product_delivery p{display:flex;gap:8px;align-items:center;margin-bottom:8px}.product_wrapper .product_info .product_need_advice{border-bottom:1px solid #e2e2e2;padding-bottom:32px}.product_wrapper .product_info .product_need_advice h2{font-size:14px;font-weight:500;line-height:19px;letter-spacing:1.8px;text-transform:uppercase;margin:0 0 10px;padding-left:0}.product_wrapper .product_info .product_need_advice p{display:flex;gap:12px;align-items:center;margin:0 0 8px}.product_wrapper .product_info .product_need_advice a{text-decoration:none;color:var(--color-foreground)}.product_wrapper .product_info .product_need_advice a:hover{text-decoration:underline}.product_wrapper .product_info .kleep-button{min-width:unset}.product_wrapper .product_info.disabled{color:var(--grey);text-decoration:line-through}.product_wrapper .product_info .variant_picker{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.product_wrapper .product_info .variant_picker .variant_picker_option{display:flex;flex-direction:column;gap:4px}.product_wrapper .product_info .variant_picker .variant_picker_option .variant_picker_option_values{display:flex;gap:28px}.product_wrapper .product_info .variant_picker .variant_picker_option input{display:none}.product_wrapper .product_info .variant_picker .variant_picker_option label{cursor:pointer;min-width:20px;position:relative;text-align:center}.product_wrapper .product_info .variant_picker .variant_picker_option label.selected{border-bottom:1px solid var(--color-foreground);padding-bottom:3px}.product_wrapper .product_info .variant_picker .variant_picker_option label.disabled{text-decoration:line-through}.product_wrapper .product_info .product_form{margin-bottom:20px}.product_wrapper .product_info .product_form form{display:flex;flex-direction:column;gap:20px}.product_wrapper .product_info .product_form .product_form_actions{display:flex;flex-direction:row;align-items:center;gap:16px}.product_wrapper .product_info .products_paired{margin-bottom:20px;display:flex;flex-direction:row;align-items:center;gap:12px}.product_wrapper .product_info .products_paired .products_paired_products{display:flex;flex-direction:row;gap:8px}.product_wrapper .product_info .products_paired .products_paired_products .products_paired_product_item{display:block;width:16px;height:16px;background-color:#ccc;border:1px solid rgba(0,0,0,0);border-radius:50%;cursor:pointer}.product_wrapper .product_info .products_paired .products_paired_products .products_paired_product_item.current{border-color:var(--color-foreground)}.product_wrapper .product_info .product_description{display:flex;flex-direction:column;gap:20px}.product_wrapper .product_info .product_description p{margin:0}.breadcrumb_product{padding-top:20px}.mobile_buy_button_wrapper{display:none;position:fixed;background-color:#fff;bottom:env(safe-area-inset-bottom,0);left:0;right:0;width:100%;z-index:100;padding:16px 24px;border-top:1px solid #e6e6e6}.mobile_buy_button_wrapper>div{display:flex;justify-content:center;align-items:center;gap:32px}.mobile_buy_button_wrapper>div .product-form__submit{margin:0;text-transform:uppercase;font-size:12px;letter-spacing:1px;line-height:13px}@media screen and (min-width: 750px){.mobile_buy_button_wrapper{display:none!important}}@media (max-width: 768px){.product_wrapper{flex-direction:column}.product_wrapper .product_images{width:100%}.product_wrapper .product_info_wrapper{padding:20px 16px;width:100%}.product_wrapper .product_info_wrapper .product_info .product_header .product_header_title h1{font-size:16px;line-height:18px}.product_wrapper .product_info_wrapper .product_info .variant_picker .variant_picker_option .variant_picker_option_values{gap:20px}}.list_cards_product{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 768px){.list_cards_product{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.list_cards_product{grid-template-columns:repeat(1,1fr)}}.reinsurance{padding:60px 40px 80px}.reinsurance h2{text-align:center;margin-bottom:60px}.reinsurance>div{display:flex;flex-wrap:wrap;justify-content:center}.reinsurance>div a{position:relative;width:21%;padding:55px 2% 0;font-size:14px;line-height:21px;text-align:center;background-repeat:no-repeat;background-position:top center;background-size:70px 50px;text-decoration:none}.reinsurance>div a:after{position:absolute;top:3%;right:0;width:1px;height:85px;content:"";background-color:#000}.reinsurance>div a.secured_payment{background-image:url(../assets/rea-01-bis.png)}.reinsurance>div a.free_shipping{background-image:url(../assets/rea-02.png)}.reinsurance>div a.returns{background-image:url(../assets/rea-03.png)}.reinsurance>div a.advices{background-image:url(../assets/rea-04.png)}.reinsurance>div a.advices:after{display:none}@media only screen and (max-width: 767px){.reinsurance{padding:30px 15px}.reinsurance h2{text-align:center;margin-bottom:20px;font-size:14px}.reinsurance>div a{width:49%;margin:0 0 30px;padding:55px 2% 30px}.reinsurance>div a:after{top:unset;right:0;bottom:0;left:0;width:100px;height:1px;margin:0 auto}.reinsurance>div a:last-of-type,.reinsurance>div a:nth-last-child(2){margin-bottom:0}.reinsurance>div a:last-of-type:after,.reinsurance>div a:nth-last-child(2):after{display:none}}.page_intro h1{text-align:center;margin:0 0 60px}.shopify-policy__container h1{margin:0 0 60px}.rte h2,.rte p{margin:0 0 20px}.rte p+h2{margin-top:40px}.rte ul{margin:0 0 20px}.rte ul li{margin:0 0 10px}.rte ul+h2{margin-top:40px}#stores .md_wrap{padding-top:0}#stores #store_search{margin:-20px 0 40px}#stores #store_search>div{display:flex;flex-wrap:wrap;justify-content:flex-start}#stores #store_search input{display:inline-block;width:30%;margin-right:40px;padding:10px}#stores #store_search .btn{transition:.15s;color:#000;border:1px solid #000;background-color:#0000}#stores #store_search .btn:hover,#stores #store_search .btn:focus,#stores #store_search .btn:active{text-decoration:none;color:#fff;background-color:#000}#stores #store_locator{display:flex;justify-content:space-between}#stores #store_locator .stores_list{display:flex;overflow:scroll;flex-direction:column;width:100%;max-width:30%;max-height:55vh;margin-right:40px;border-top:1px solid #b1b1b1}#stores #store_locator .stores_list::-webkit-scrollbar{display:none}#stores #store_locator .stores_list .store{padding:20px 30px;font-size:13px;line-height:19px;border-bottom:1px solid #b1b1b1;background:url(../assets/pin.svg) no-repeat 0 23px}#stores #store_locator .stores_list .store .js-centermap{cursor:pointer}#stores #store_locator .stores_list .store .goto{display:inline-block;margin:0;cursor:pointer;color:#999}#stores #store_locator .stores_list .store .more{display:inline-block;margin:5px 0 0;cursor:pointer;color:#999}#stores #store_locator .stores_list .store .more:hover,#stores #store_locator .stores_list .store .more:focus,#stores #store_locator .stores_list .store .more:active{text-decoration:underline}#stores #store_locator .stores_list .store .horaires{display:none;margin:5px 0 0}#stores #store_locator .map_container{flex:1 0 65%}#stores #store_locator .map_container .map{height:100%;border:1px solid #b1b1b1}#stores #store_locator .map_container .map .hours *{font-size:12px;line-height:16px}@media only screen and (max-width: 768px){#stores #store_search{display:none}#stores #store_locator .stores_list{max-width:100%;max-height:unset;margin-right:0}#stores #store_locator .map_container{display:none}}.search_results_header{margin-bottom:64px;display:flex;flex-direction:column;align-items:center;gap:8px}.search_results_header p{font-size:16px;font-weight:400;line-height:21px;letter-spacing:.8px}.cart_drawer{width:400px;display:flex;flex-direction:column;gap:16px}.cart_drawer .cart_drawer_content_empty{height:100%;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.cart_drawer .cart_drawer_content_empty .cart_drawer_header{align-self:flex-start}.cart_drawer .cart_drawer_content .cart_drawer_header{display:flex;align-items:center}.cart_drawer .cart_drawer_content .cart_drawer_header .cart_drawer_header_title{flex-grow:1;font-size:24px}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list{display:flex;flex-direction:column;gap:16px}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item{display:flex;gap:16px;padding:20px 0}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_image{width:100px;flex-basis:100px;flex-grow:0;flex-shrink:0}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_image img{width:100%;height:100%;object-fit:cover}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_details{flex-grow:1;display:flex;flex-direction:column;gap:5px}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper{display:flex;align-items:center;gap:10px}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_quantity{display:flex;width:90px}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_quantity input{text-align:center;padding:5px;border:none;width:100%}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_quantity input::-webkit-outer-spin-button,.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_quantity .quantity_button{-webkit-appearance:none;appearance:none;width:28px;background:none;border:none;cursor:pointer;flex-shrink:0}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_remove{-webkit-appearance:none;appearance:none;padding:0;width:20px;height:20px;background:none;border:none;cursor:pointer}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_quantity_wrapper .cart_drawer_item_remove svg{display:block;width:100%;height:100%;object-fit:cover}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_error{width:100%;display:flex;align-items:baseline;gap:5px;font-size:12px;flex-shrink:0;flex-grow:0}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_error:empty{display:none}.cart_drawer .cart_drawer_content .cart_drawer_content_items_list .cart_drawer_item .cart_drawer_item_error:before{content:"";display:block;position:relative;top:2px;width:12px;height:12px;background:url(./icon-alert.svg) no-repeat center center;background-size:cover;flex-shrink:0;flex-grow:0}.cart_drawer .cart_drawer_content .cart_drawer_footer{border-top:1px solid var(--grey);padding-top:12px}.cart_drawer .cart_drawer_content .cart_drawer_footer .cart_drawer_is_gift{padding-bottom:12px}.cart_drawer .cart_drawer_content .cart_drawer_footer .cart_drawer_is_gift label{display:flex;align-items:center;gap:10px}.cart_drawer .cart_drawer_content .cart_drawer_footer .cart_drawer_custom_text{border-top:1px solid var(--grey);padding-top:12px;padding-bottom:12px;font-size:12px}.cart_drawer .cart_drawer_content .cart_drawer_footer .cart_drawer_content_total{border-top:1px solid var(--grey);padding-top:20px;display:flex;justify-content:space-between;align-items:center;padding-bottom:20px}.filter_drawer{width:400px;display:flex;flex-direction:column;gap:16px}.filter_drawer .filter_drawer_content_empty{height:100%;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.filter_drawer .filter_drawer_content_empty .filter_drawer_header{align-self:flex-start}.filter_drawer .filter_drawer_content .filter_drawer_header{display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--grey);padding-bottom:12px;margin:0 0 20px}.filter_drawer .filter_drawer_content .filter_drawer_header .filter_drawer_header_title{font-size:24px}.filter_drawer .filter_drawer_content .filter_drawer_footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--grey);padding-top:12px;align-items:center}.filter_drawer .filter_drawer_content .drawer_overflow{flex-grow:1}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list{display:flex;flex-direction:column;gap:16px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item{display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;padding:0}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_label{font-size:14px;letter-spacing:.05em;padding-bottom:8px;border-bottom:1px solid var(--grey);margin-bottom:8px;cursor:pointer}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_values_wrapper{display:none}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_values_wrapper.open{display:block}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_values_wrapper>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 0 20px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_values_wrapper .filter_drawer_item_value label{display:flex;align-items:center;gap:6px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_image{width:100px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_image img{width:100%;height:100%;object-fit:cover}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_details{flex-grow:1;display:flex;flex-direction:column;gap:5px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper{display:flex;align-items:center;gap:10px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_quantity{display:flex;border:1px solid var(--grey);width:90px}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_quantity input{text-align:center;padding:5px;border:none;border-left:1px solid var(--grey);border-right:1px solid var(--grey);width:100%}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_quantity input::-webkit-outer-spin-button,.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_quantity .quantity_button{-webkit-appearance:none;appearance:none;width:28px;background:none;border:none;cursor:pointer;flex-shrink:0}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_remove{-webkit-appearance:none;appearance:none;padding:0;width:20px;height:20px;background:none;border:none;cursor:pointer}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_quantity_wrapper .filter_drawer_item_remove svg{display:block;width:100%;height:100%;object-fit:cover}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_error{width:100%;display:flex;align-items:baseline;gap:5px;font-size:12px;flex-shrink:0;flex-grow:0}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_error:empty{display:none}.filter_drawer .filter_drawer_content .filter_drawer_content_items_list .filter_drawer_item .filter_drawer_item_error:before{content:"";display:block;position:relative;top:2px;width:12px;height:12px;background:url(./icon-alert.svg) no-repeat center center;background-size:cover;flex-shrink:0;flex-grow:0}.filter_drawer .filter_drawer_content .filter_drawer_content_total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--grey);padding-top:20px;padding-bottom:20px}predictive-search[open] .predictive_search_results_wrapper{display:block}predictive-search .predictive_search_results_wrapper{display:none}predictive-search .predictive_search_results_wrapper .predictive_search_results{padding:20px;display:flex;flex-direction:column;gap:32px}predictive-search .predictive_search_results_wrapper .predictive_search_results>div{flex:1 1 0px}predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item_header h2{font-size:14px;font-weight:400;letter-spacing:1.2px;border-bottom:1px solid var(--grey)}predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item{display:flex;flex-direction:column;gap:10px}predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item .predictive_search_results_item_content{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;justify-content:center}predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item .predictive_search_results_item_content a.predictive_search_results_item_content_link{text-decoration:none;display:flex;gap:10px;align-items:center}@media (max-width: 1024px){predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item .predictive_search_results_item_content{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){predictive-search .predictive_search_results_wrapper .predictive_search_results .predictive_search_results_item .predictive_search_results_item_content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){predictive-search .predictive_search_results_wrapper{max-height:calc(100vh - 55px);overflow-y:auto}}@media (max-width: 768px){predictive-search .predictive_search_results_wrapper{grid-template-columns:repeat(2,1fr)}}predictive-search .predictive_search_footer{display:flex;justify-content:center;align-items:center;padding:20px 20px 0;border-top:1px solid var(--grey)}.shop_the_look{display:flex;padding:32px 0 80px;gap:16px}.shop_the_look.shop_the_look_inverted{flex-direction:row-reverse}.shop_the_look>div{width:50%}.shop_the_look.shop_the_look_small .shop_the_look_products{width:66.6667%}.shop_the_look.shop_the_look_small .shop_the_look_image{width:33.3333%}.shop_the_look .shop_the_look_products{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;gap:16px}.shop_the_look .shop_the_look_products .shop_the_look_product_image{overflow:hidden;aspect-ratio:4/5}.shop_the_look .shop_the_look_products .shop_the_look_product_image img,.shop_the_look .shop_the_look_products .shop_the_look_product_image svg,.shop_the_look .shop_the_look_products .shop_the_look_product_image video{width:100%;height:100%;object-fit:cover;will-change:transform;transform:scale(1.01);-webkit-backface-visibility:hidden;transition:transform .5s ease;object-position:center top;display:block}@media (hover: hover){.shop_the_look .shop_the_look_products .shop_the_look_product_image:hover img{transform:scale(1.03)}}.shop_the_look .shop_the_look_products .shop_the_look_product_item{position:relative;width:100%}.shop_the_look .shop_the_look_products .shop_the_look_price_wrapper{position:absolute;bottom:8px;left:8px;font-size:17px;line-height:21px;letter-spacing:.05em;font-style:italic}.shop_the_look .shop_the_look_image{position:relative;overflow:hidden}.shop_the_look .shop_the_look_image img,.shop_the_look .shop_the_look_image svg,.shop_the_look .shop_the_look_image video{position:absolute;width:100%;height:100%;object-fit:cover;display:block}.shop_the_look .shop_the_look_image .shop_the_look_title{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:33px;line-height:40px;letter-spacing:.03em}@media (max-width: 989px){.shop_the_look,.shop_the_look.shop_the_look_inverted{flex-direction:column-reverse}.shop_the_look>div{width:100%!important}.shop_the_look .shop_the_look_image img,.shop_the_look .shop_the_look_image svg,.shop_the_look .shop_the_look_image video{position:static;width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:4/5;object-position:center top}}.cross_selling_wrapper{display:flex;flex-direction:column;gap:24px;max-width:1000px;margin:0 auto}.cross_selling_titles{display:flex;gap:60px;justify-content:center;align-items:center;padding-bottom:28px}.cross_selling_titles h2{cursor:pointer;transition:color .2s ease-in-out;color:#b1b1b1;font-weight:500;font-size:18px;letter-spacing:2px}.cross_selling_titles .active{color:var(--color-foreground)}.cross_selling_items{display:none}.cross_selling_items.open{display:block}.cross_selling_items a{text-decoration:none}@media (max-width: 768px){.cross_selling_wrapper{max-width:100%;padding:0 16px}.cross_selling_titles{gap:24px}.cross_selling_titles h2{font-size:14px;letter-spacing:1px}.cross_selling_items .list_cards_product{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px)and (max-width: 768px){.cross_selling_items .list_cards_product .product_card:nth-child(n+5){display:none}}.block_title{padding-top:var(--padding-top-title);padding-bottom:var(--padding-bottom-title)}.block_text{padding-top:var(--padding-top-text);padding-bottom:var(--padding-bottom-text)}.block_text.small *{font-size:14px}.block_text.medium *{font-size:18px}.block_text.large *{font-size:22px}.block_cta{display:flex;align-items:center;padding-top:var(--padding-top-cta);padding-bottom:var(--padding-bottom-cta)}.block_cta.small *{font-size:14px;padding:5px 10px}.block_cta.medium *{font-size:18px;padding:8px 15px}.block_cta.medium *:hover{padding:8px 20px}.block_cta.large *{font-size:22px;padding:10px 20px}.block_cta.large *:hover{padding:10px 25px}.block_cta.left{justify-content:flex-start}.block_cta.center{justify-content:center}.block_cta.right{justify-content:flex-end}.collapsible_content{display:block;padding-top:var(--padding-top-collapsible);padding-bottom:var(--padding-bottom-collapsible)}.collapsible_content .collapsible_title{font-size:18px;cursor:pointer;border-bottom:1px solid #000;padding:24px 0;display:flex;gap:12px;justify-content:space-between;align-items:center}.collapsible_content .collapsible_title h2{margin:0}.collapsible_content .collapsible_title span{cursor:pointer;transition:transform .2s ease-in-out}.collapsible_content .collapsible_content_inner{font-size:14px;display:none;padding:40px 0}.collapsible_content[data-open=true] span{transform:rotate(180deg)}.cart_wrapper{display:flex;flex-direction:column;gap:20px}.cart_title{display:flex;justify-content:center;align-items:center;padding:20px 0}.cart_content{display:flex;flex-direction:column;gap:20px}.cart_content .cart_items_wrapper{padding-bottom:40px}.cart_content table{width:100%;border-spacing:0;border-collapse:collapse}.cart_content table thead th{border-bottom:1px solid var(--grey-light);text-align:left;padding-bottom:16px;font-weight:400;line-height:19px;letter-spacing:1.2px}.cart_content table thead th+th{padding-left:40px}.cart_content table tr td{padding-top:40px;vertical-align:top}.cart_content table tr td.cart_item_image{width:150px}.cart_content table tr td+td{padding-left:40px}.cart_content table img{max-width:150px;width:auto}.cart_empty{display:flex;justify-content:center;align-items:center;padding:20px 0}.cart_footer{display:flex;justify-content:flex-end;align-items:center;padding:20px 0}.cart_footer .cart_footer_blocks{display:flex;flex-direction:column;gap:20px;width:350px}.cart_footer .cart_footer_total{display:flex;justify-content:flex-end;gap:10px}.cart_footer .cart_footer_buttons button{width:100%}.cart_footer .cart_footer_total_title,.cart_footer .cart_footer_total_value{font-size:18px;font-weight:400;line-height:22px;letter-spacing:1.2px}custom-video-player{cursor:pointer;position:relative;display:block;height:100%;width:100%}custom-video-player .custom_controls{cursor:pointer;background-color:#0000;border:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:none}custom-video-player .custom_controls .svg-wrapper{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;opacity:.5}custom-video-player .custom_controls .svg-wrapper svg{fill:#000;width:100%;height:100%}custom-video-player .custom_controls .svg-wrapper svg path{fill:#000}custom-video-player[data-playing=false] .custom_video_play{display:block}custom-video-player[data-playing=true]:hover .custom_video_pause{display:block}.cross_navigation_wrapper>div{overflow-x:auto;overflow-y:hidden;padding:8px 0;scrollbar-width:thin;scrollbar-color:#1c1c1c #fff}@media screen and (max-width: 749px){.cross_navigation_wrapper>div::-webkit-scrollbar{display:none}}.cross_navigation_wrapper nav{display:flex;gap:16px;justify-content:center;white-space:nowrap}.cross_navigation_wrapper nav a{text-decoration:none;font-size:14px;line-height:20px;border:1px solid var(--color-foreground);padding:4px 8px;transition:all .3s ease}.cross_navigation_wrapper nav a:hover{background-color:var(--color-foreground);color:var(--color-background)}.cross_navigation_wrapper nav a.current{background-color:var(--color-foreground);color:var(--color-background)}@media only screen and (max-width: 749px){.cross_navigation_wrapper nav{justify-content:flex-start}}:root{--swiper-theme-color: #007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top:4px solid rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size: 44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color, var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset, 50%)}.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset, 4px)}.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal .swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-next,.swiper-vertical~.swiper-button-prev{left:var(--swiper-navigation-top-offset, 50%);margin-left:calc(0px - var(--swiper-navigation-size)/2)}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset, 4px);transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto;transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled>.swiper-pagination{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);left:0;top:var(--swiper-pagination-top, auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color, #000);border-radius:var(--swiper-pagination-bullet-border-radius, 50%);display:inline-block;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))}.swiper-pagination-bullet button{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color, var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity, 1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left, auto);right:var(--swiper-pagination-right, 8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .2509803922));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>.swiper-pagination-progressbar,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0;width:100%}.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size, 4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1019607843));border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none}.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>.swiper-scrollbar{display:none!important}.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal>.swiper-scrollbar{bottom:var(--swiper-scrollbar-bottom, 4px);height:var(--swiper-scrollbar-size, 4px);left:var(--swiper-scrollbar-sides-offset, 1%);position:absolute;top:var(--swiper-scrollbar-top, auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left, auto);position:absolute;right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);width:var(--swiper-scrollbar-size, 4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5019607843));border-radius:var(--swiper-scrollbar-border-radius, 10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.slideshow{display:block;--swiper-theme-color: var(--color-foreground);--swiper-pagination-color: var(--color-foreground);--swiper-pagination-bullet-inactive-color: var(--color-foreground);--swiper-pagination-bullet-size: 8px;--swiper-navigation-color: var(--color-foreground);--swiper-navigation-size: 16px}.slideshow .slideshow_navigation{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:16px 0}.slideshow .slideshow_navigation .swiper-button-prev,.slideshow .slideshow_navigation .swiper-button-next{margin:0;position:static}.slideshow .swiper-slideshow-pagination{position:static;top:0;left:0;right:0;padding:32px 0 0;display:flex;justify-content:center;align-items:center;gap:4px}
/*# sourceMappingURL=/cdn/shop/t/57/assets/global.css.map */
