/** Shopify CDN: Minification failed

Line 1317:2 Unexpected "/"
Line 2363:0 Comments in CSS use "/* ... */" instead of "//"

**/
*, :after, :before, input { box-sizing: border-box; }
body{ letter-spacing:0 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; }
html{ padding-bottom:0 !important;  }
.template-product{ overflow-x:visible; }
input, button, textarea, select{ font-family: var(--font-body-family) !important; }
a, button, .button{ -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.Desktop_image_new{ display:flex !important; }
.Mobile_image_new{ display:none !important; }
.page-width{ /*max-width:1408px; padding:0 40px !important;*/ max-width:100%; padding:0 56px !important; }
img{ height: auto !important; }
.d-flex { display: flex; }
.justify-between { display: flex; justify-content: space-between; }
.scroll-locked { overflow-y: hidden; }

/* CUSTOM HEADER */
.product-form__custom-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 25px;
}
.custom-header__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: 'Jost';
  margin: 0;
}
.custom-header__text {
  margin-top: 4px;
}
.custom-header__text p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}
.custom-header__img {
  width: 52px;
}
.custom-header-mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .custom-header-mobile {
    display: flex !important;
  }
  .product-form__custom-header {
    display: none;
  }
}
/* BUNDLE */
.bundle-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 930px) {
  .bundle-header {
    flex-wrap: wrap;
  }
}
.bundle-header__title {
  font-size: 40px;
  margin: 0;
  line-height: 40px;
}
.bundle-header__badge {
  background-color: #F79D5A;
  padding: 8px 12px;
  font-size: 16px;
  height: 37px;
  border-radius: 34px;
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: 'Jost';
  white-space: nowrap;
}
.bundle-description {
  margin: 16px 0;
  font-style: 18px;
  line-height: 22px;
  font-family: 'Nunito Sans';
}
.bundle-contain {
  white-space: pre;
  font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}
.bundle-switcher {
  margin: 32px 0;
}
.bundle-switcher__items {
  display: flex;
  gap: 24px;
}
.bundle-swithcer__title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.bundle-item {
  cursor: pointer;
}
.bundle-item__img-wrapper {
  padding: 6px;
  border: 1px solid #ADACA5;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.bundle-item__img-wrapper img {
  width: 100%;
}
.bundle-item:hover .bundle-item__img-wrapper,
.bundle-item.active .bundle-item__img-wrapper  {
  border-color: #000;
}
.bundle-item__img,
.bundle-img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.bundle-item__title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  margin-top: 4px;
}
.bundle-item-compare-at-price {
  text-decoration: line-through;
  color: #AAAAAA;
}
.product-variant__details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 24px;
  margin-bottom: 16px;
}
.variant__details-title {
  font-weight: 500;
  margin-bottom: 8px !important;
}

bundle-switcher[data-enable-bundle="true"] .LP_Hulken_feature_product_main_new {
  padding: 0 !important;
}
/* MOBILE VIEW */
@media screen and (max-width: 625px) {
  .custom-header__title {
    font-size: 24px;
    line-height: 30px;
  }
  .bundle-header {
    row-gap: 7px;
    flex-direction: column;
  }
  .custom-header__text {
    margin-top: 8px;
  }
  .custom-header__text p {
    font-size: 16px;
    line-height: 20px;
  }
  .bundle-header__title {
    font-size: 24px;
    line-height: 40px;
  }
  .bundle-header__badge {
    font-size: 14px;
  }
  .bundle-description {
    font-size: 14px;
    line-height: 22px;
  }
  .bundle-contain {
    font-size: 14px;
  }
  .bundle-swithcer__title {
    font-size: 16px;
    line-height: 20px;
  }
  .bundle-item__title {
    font-size: 14px;
    line-height: 18px;
  }
  .bundle-item__img-wrapper {
    width: 56px;
    height: 56px;
    padding: 4px;
  }
  .bundle-switcher {
    margin-bottom: 40px;
  }
  .variant__details-title {
    font-size: 14px;
    line-height: 20px;
  }

  bundle-switcher .product-form__submit-button-wrapper .product-form__cart-submit,
  bundle-switcher .product-form__submit-button-wrapper .product-form__cart-submit .product__price {
    font-size: 14px;
  }
}

.Desktop_only_new{}
.Mobile_only_new{ display:none; }

.tab { overflow: hidden; }
.tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; transition: 0.3s; }
.tabcontent { display: none; border-top: none; animation: fadeEffect 1s; }
@keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }

.question { cursor: pointer; position: relative; }
.answer{ display:none; }

.tab_title_main_new{ border: 1px solid #000000; background:#FFF; display: inline-block;}
.common_tab_new{grid-gap:0; justify-content:center;}
.common_tab_new .tablinks{padding:14px 14px; text-transform:none; min-width:220px; color: #000; font-size: 16px; font-weight: 700; line-height: 18px; letter-spacing: 0.32px; text-transform: uppercase; border:1px solid #000; border-right:0; }
.common_tab_new .tablinks:last-child{ border-right:1px solid #000; }
.common_tab_new .tablinks.active{background:#000000; color:#fff; }
.Index_tabs_accordion_mobile_new{ display:none; }
.Index_tabs_accordion_mobile_title_new{ display:none; }
.tab_title_mobile_new{ display:none; }

.Common_title_new h2, .Common_title_new h1{margin:0; color:#000; font-size:48px; font-weight:400; line-height:100%;}
.Common_large_title_new h2, .Common_large_title_new h1{margin:0px; color:#000; font-size:72px; font-weight: 400; line-height:100%;}

.bttn{border-radius:32px; background:#000 !important; color:#FFF !important; border:1px solid #000 !important; text-align:center; font-size:16px; font-weight:500; line-height:20px; text-transform:uppercase; display:inline-block; padding:17px; min-width:336px; height:auto; letter-spacing:inherit; }
.bttn:hover{color:#000 !important; background:#F6F6F6 !important;}
.button_white_new{ background:#FFF !important; color:#000 !important; border-color:#fff !important; }
.button_white_new:hover{color:#FFF !important; background:#000 !important; border-color:#000 !important;  }
.button_white_border_new{ background:#FFF !important; color:#000 !important; border-color:#000 !important; }
.button_white_border_new:hover{color:#FFF !important; background:#000 !important; border-color:#000 !important;  }
.button_border_new{background:none !important; color:#000 !important;}
.button_border_new:hover{color:#FFF !important; background:#000 !important; border-color:#000 !important;  }

.lightbox__image .image__img{ height:100% !important; }

/* Header */
.header{ padding:12px 0; }
.header__content{ padding:0 56px; }
.quick-cart__trigger{ height:40px; }
.quick-cart__trigger .icon-header-button{ width:36px; height:40px; }
.quick-cart__trigger .icon-header-button__icon{ width:36px; height:40px; }
.quick-cart__trigger .icon-header-button__icon:before{ display:none; }
.quick-cart__trigger .icon-header-button:active { transform: scale(1); }
.quick-cart__icon-indicator{ display: block !important; background-color: #000; color: #fff; box-shadow: 0 0 0 1px #000000; font-family: var(--font-body); width: 10px; height: 10px; top: 0; right: -2px; font-size: 8px; }
.quick-cart__icon-indicator.hidden{ background-color: #e7e6dd; color: #000; }
.quick-cart__indicator-inner { width: 10px; height: 10px; }

.header .header__nav .nav--depth-1{ display:flex; }
.nav.nav--depth-1>li{ margin-right:56px; }
.nav .nav__item-primary{ height:23px; font-weight:500; }
.header__icon-wrapper .header__nav{ justify-content: flex-end !important; }
.header__icon-wrapper .header__nav .nav--depth-1{ padding-right:56px !important; }
.nav .active{ opacity:1; }
.nav a:hover, .nav .nav__menu--active { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.nav .nav__menu--active .arrow{ transform: rotate(180deg) }
.nav .arrow{ margin-left:8px; }
.nav .arrow svg{ display:flex; }

/* Megamenu */
/*.nav .nav__submenu{ opacity:1 !important; overflow:visible !important; visibility: visible !important; }*/
.header-container.is-sticky .header{ border-color:#000; box-shadow:0 0 0; }
.is-sticky .mega-navigation-wrapper{ border-top:0; }
.nav .nav__submenu{ top: calc(var(--header-height) - 1px); }
.nav .nav__submenu{ background:#E7E6DD; padding: 5px 15px; }
.nav .nav__submenu.nav__meganav{ padding:0; }
.mega-navigation-wrapper{ background:#E7E6DD; }
.nav .nav__submenu a{ font-weight:500; color: #000; }

.custom_megamenu_inner_new{ display:none; }
.Header_mega_menu_inner_new{}
.Header_mega_menu_mainleftright_new{padding-top:27px !important; padding-bottom:70px !important; }
.Header_mega_menu_innerleftright_new{display:flex;}
.Header_mega_menu_mainleft_new{width:224px; padding:0 20px 0 0; }
.Header_mega_menu_innerleft_new{ height: 100%; display: flex; flex-direction: column; }
.Header_mega_menu_innerleft_mainmenus_new{ padding:0 0 0 0; margin:0; }
.Header_mega_menu_innerleft_mainmenus_new li{width:100% !important; padding-right:0 !important; list-style-type: none; }
.Header_mega_menu_innerleft_mainmenus_new li a{ color:#000; font-size: 24px; font-weight: 500 !important; line-height: 128%; letter-spacing: 0px; padding:0px 0 16px 0; display:block; text-decoration:none; }
.Header_mega_menu_innerleft_mainmenus_new li a:hover{ color:#000; text-decoration: underline; text-decoration-thickness: 1px !important; text-underline-offset: 3px !important; }
.Header_mega_menu_innerleft_mainmenus_new li a.active{ color:#000; text-decoration: underline; text-decoration-thickness: 1px !important; text-underline-offset: 3px !important; }
.megamenu_shop_all_new{}
.megamenu_shop_all_new .bttn{ min-width:140px; padding:10px; color:#FFF !important; }
.megamenu_shop_all_new .bttn:hover{ color:#000 !important; text-decoration:none !important; }

.Header_mega_menu_mainright_new{width:calc(100% - 224px); min-height:345px; }
.Header_mega_menu_innerright_new{}
.Header_mega_menu_innerright_mainbox_new{}
.Header_mega_menu_innerright_innerbox_new{display:flex; grid-gap:16px; justify-content:space-between; flex-wrap:wrap; }
.megamenu_right_mainbox_new { position:relative; width:calc(20% - 13px); display:block !important; }
.megamenu_right_mainbox_link_new{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; display:block !important; }
.megamenu_right_mainbox_new a{text-decoration:none; display:inline-block; width: 100%;}
.megamenu_right_innervideoimage_new{ position:relative; padding-bottom:100%; background:#F6F6F6; border-radius:8px; }
.megamenu_right_video_OR_image_new{  }
.megamenu_right_video_OR_image_new img{width:100%; position:absolute; object-fit:cover; top:0; left:0; bottom:0; right:0; height:100% !important; border-radius:8px; }
.megamenu_right_video_OR_image_new video{width:100%; position:absolute; object-fit:cover; top:0; left:0; bottom:0; right:0; height:100% !important; border-radius:8px; }
.megamenu_right_title_new{ padding-top:24px; font-size: 20px; font-weight: 500; line-height: 128%; }
.megamenu_right_description_new{ font-size: 16px; font-weight: 400; line-height: 128%;  }
.megamenu_right_description_new p{ margin:8px 0 0px 0; }

.Header_mega_menu_innerright_both_new{ display:flex; }
.Shop_by_size_box_new{ width:31.523%; }
.Header_mega_menu_innerright_both_inner_title_new{ font-size: 18px;  font-weight: 500; line-height: 128%; padding-bottom:16px; }
@media(min-width:960px) and (max-width:9999px){
  .Shop_by_size_box_new .megamenu_right_mainbox_new{ border-radius: 8px; background: #F6F6F6; width:100%; margin-bottom:8px; display: flex !important; align-items: center; }
  .Shop_by_size_box_new .megamenu_right_mainbox_new:last-child{ margin-bottom:0; }
  .Shop_by_size_box_new .megamenu_right_innervideoimage_new{ width:80px; padding-bottom:96px; }
  .Shop_by_size_box_new .megamenu_right_title_description_new{ padding-left:10px; }
  .Shop_by_size_box_new .megamenu_right_title_new { padding-top: 0; }
  .Shop_by_size_box_new .megamenu_right_description_new p { margin: 4px 0 0; }
  .Shop_by_size_box_new .megamenu_right_video_OR_image_new img{ object-fit:contain; }
}

.Shop_all_box_new{ width:calc(100% - 31.523%); padding:0 0 0 56px; }
.Shop_all_box_new .Header_mega_menu_innerright_both_inner_info_new{ margin-right:-56px; }
.Shop_all_box_new .Megamenu_slider{ padding:0 56px 0 0; }
.Shop_all_box_new .megamenu_right_mainbox_new{ width:173px; }
.Shop_all_box_new .megamenu_right_innervideoimage_new{ border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.15); background: #F6F6F6; padding-bottom:119.08%; }
.Shop_all_box_new .megamenu_right_title_description_new{ text-align:center; }
.Shop_all_box_new .megamenu_right_title_new{ padding-top:16px; } 

.shop_cases_new .Header_mega_menu_innerright_innerbox_new{ justify-content:flex-start; }
.shop_cases_new .megamenu_right_mainbox_new{ width:calc(15.671% - 3px); }
.shop_cases_new .megamenu_right_innervideoimage_new{ padding-bottom:120.24%; }
/* Megamenu */
/* Header */

/* Index */
.Header_announcement_lists_main_new{padding:7px 0 7px 0; overflow:hidden;}
.Header_announcement_lists_inner_new{}
.Header_announcement_lists_loops_new{}
.Header_announcement_lists_marquee{}
.Header_announcement_lists_static-item p, .Header_announcement_lists_static-item a{font-size:14px;line-height:18px;text-align:center;margin:0;padding:0;}
.Header_announcement_lists_marquee span{display:flex; align-items:center; grid-gap:0 24px;}
.Header_announcement_lists_marquee .js-marquee-wrapper{display:flex; align-items:center; grid-gap:0 24px;}
.Header_announcement_lists_marquee .js-marquee span{display:flex; align-items:center; grid-gap:0 24px;}
.Header_announcement_lists_loops_mainboxs_new{display:flex; align-items:center; grid-gap:0 24px;}
.Header_announcement_lists_loops_innerboxs_new a{color:#fff;}
.Header_announcement_lists_loops_innerboxs_new p{margin:0; font-size:14px; font-weight:500; line-height:18px; text-transform:uppercase; white-space:nowrap; }
.Header_announcement_lists_loops_innericon_new{}
.Header_announcement_lists_loops_innericon_new svg{width:14px; display:flex;}

.Index_top_text_with_image_main_new{border-bottom:1px solid #000;}
.Index_top_text_with_image_inner_new{}
.Index_top_text_with_image_sides_new{display:flex;}
.Index_top_text_with_image_sides_mainleft_new{width:35%; height:auto; border-right:1px solid #000;}
.Index_top_text_with_image_sides_innerleft_new{height:100%; padding:80px 56px 80px 56px; display:flex; flex-direction:column; justify-content:flex-end;}
.Index_top_text_with_image_sides_innerleft_new.align-bottom{justify-content:flex-end;}
.Index_top_text_with_image_sides_innerleft_new.align-top{justify-content:flex-start;}
.Index_top_text_with_image_sides_innerleft_new.align-center{justify-content:center;}
.Index_top_text_with_image_sides_innerleft_mainboths_new{}
.Index_top_text_with_image_sides_innerleft_innerboths_new{}
.Index_top_text_with_image_sides_innerleft_innerboths_subtitle_new h1{ font-size:24px; margin-bottom:10px; font-family: Jost, sans-serif; font-weight:500; }
.Index_top_text_with_image_sides_innerleft_innerboths_maintitle_new{}
.Index_top_text_with_image_sides_innerleft_innerboths_innertitle_new{}
.Index_top_text_with_image_sides_innerleft_innerboths_innertitle_new h2{}
.Index_top_text_with_image_sides_innerleft_innerboths_maininfos_new{}
.Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new{padding-top:16px; max-width:370px; }
.Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new p{margin:0 0 16px 0; color:#000; font-size:18px; font-weight:400; line-height:128%; }
.Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new p:last-child{ margin:0; }
.Index_top_text_with_image_sides_innerleft_mainparts_new{ padding-top:24px; }
.Index_top_text_with_image_sides_innerleft_innerparts_new{}
.Index_top_text_with_image_sides_innerleft_innerparts_mainbutton_new{}
.Index_top_text_with_image_sides_innerleft_innerparts_innerbutton_new{}
.Index_top_text_with_image_sides_innerleft_innerparts_innerbutton_new a{}
.Index_top_text_with_image_sides_innerleft_innerparts_maintexts_new{}
.Index_top_text_with_image_sides_innerleft_innerparts_innertexts_new{display:flex; align-items:center; grid-gap:0 8px; padding-top:12px;}
.Index_top_text_with_image_sides_innerleft_innerparts_innertexts_new svg{max-width:78px; display:flex;}
.Index_top_text_with_image_sides_innerleft_innerparts_innertexts_new p{margin:0; color:#0C0C0C; font-size:14px; font-weight:400; line-height:128%;}
.Index_top_text_with_image_sides_mainright_new{width:calc(100% - 35%);}
.Index_top_text_with_image_sides_innerright_new{ height:100%; }
.Index_top_text_with_image_slider{ height:100%; }
.Index_top_text_with_image_sides_innerright_mainboxs_new{}
.Index_top_text_with_image_sides_innerright_innerboxs_new{ height:100%; }
.Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new{padding-bottom:63.57%; position:relative; height:100%; }
.Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new .image{padding-top:0% !important; position:static;}
.Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}

.Index_image_texts_marquee_main_new{padding:26px 0; border-bottom:1px solid #000; overflow:hidden; }
.Index_image_texts_marquee_inner_new{}
.Index_image_texts_marquee_loops_new{}
.Index_image_texts_marquee{}
.Index_image_texts_marquee span{display:flex; align-items:center; grid-gap:0 24px;}
.Index_image_texts_marquee .js-marquee-wrapper{display:flex; align-items:center; grid-gap:0 24px;}
.Index_image_texts_marquee .js-marquee span{display:flex; align-items:center; grid-gap:0 24px;}
.Index_image_texts_marquee_loops_mainboxs_new{}
.Index_image_texts_marquee_loops_mainboxs_new a{}
.Index_image_texts_marquee_loops_innerboxs_new{display:flex; align-items:center; grid-gap:0 24px;}
.Index_image_texts_marquee_loops_innerboxs_image_new{width:48px; height:48px; position:relative;}
.Index_image_texts_marquee_loops_innerboxs_image_new .image{padding-top:0% !important; position:static;}
.Index_image_texts_marquee_loops_innerboxs_image_new img{width:100%; position:absolute; object-fit:contain; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_image_texts_marquee_loops_innerboxs_title_new{margin:0px; color:#000; font-size:40px; line-height:100%; font-family: var(--font-heading), sans-serif; white-space:nowrap; }

.Index_texts_with_images_main_new{ border-bottom:1px solid #000; }
.Index_texts_with_images_main_new .page-width{padding:0 !important;}
.Index_texts_with_images_inner_new{}
.Index_texts_with_images_sides_new{display:flex;}
.Index_texts_with_images_sides_mainleft_new{width:35%;}
.Index_texts_with_images_sides_innerleft_new{height:100%; padding:80px 40px 80px 56px; display:flex; flex-direction:column; justify-content:flex-end;}
.Index_texts_with_images_sides_innerleft_maintitle_new{}
.Index_texts_with_images_sides_innerleft_innertitle_new{}
.Index_texts_with_images_sides_innerleft_innertitle_new h2{}
.Index_texts_with_images_sides_innerleft_maininfos_new{padding-top:24px;}
.Index_texts_with_images_sides_innerleft_innerinfos_new{}
.Index_texts_with_images_sides_innerleft_innerinfos_new p{margin:0px; color:#000; font-size:18px; line-height:128%;}
.Index_texts_with_images_sides_mainright_new{width:calc(100% - 35%);}
.Index_texts_with_images_sides_innerright_new{display:flex;}
.Index_texts_with_images_sides_innerright_mainleft_new{width:58.12%; border-left:1px solid #000;}
.Index_texts_with_images_sides_innerright_innerleft_new{}
.Index_texts_with_images_sides_innerright_innerleft_videoimage_new{padding-bottom:119.706%; position:relative;}
.Index_texts_with_images_sides_innerright_innerleft_videoimage_new .image{padding-top:0% !important; position:static;}
.Index_texts_with_images_sides_innerright_innerleft_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_texts_with_images_sides_innerright_innerleft_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_texts_with_images_sides_innerright_mainright_new{width:calc(100% - 58.12%); border-left:1px solid #000;}
.Index_texts_with_images_sides_innerright_innerright_new{}
.Index_texts_with_images_sides_innerright_innerright_videoimage_new{padding-bottom:166.25%; position:relative;}
.Index_texts_with_images_sides_innerright_innerright_videoimage_new .image{padding-top:0% !important; position:static;}
.Index_texts_with_images_sides_innerright_innerright_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_texts_with_images_sides_innerright_innerright_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}

.Index_featured_collection_main_new{padding:80px 0 56px 0;}
.Index_featured_collection_inner_new{}
.Index_featured_collection_mainsides_new{}
.Index_featured_collection_innersides_new{display:flex; align-items:center; justify-content:space-between; grid-gap:16px; }
.Index_featured_collection_innersides_maintitle_new{}
.Index_featured_collection_innersides_mainboths_new{}
.Index_featured_collection_innersides_innerboths_new{display:flex; align-items:center; grid-gap:24px;}
.Index_featured_collection_innersides_innerboths_mainpopup_new{}
.Index_featured_collection_innersides_innerboths_innerpopup_new{}
.Index_featured_collection_innersides_innerboths_innerpopup_new a{color:#000; font-size:16px; font-weight:500; line-height:128%; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; text-transform:uppercase; display:flex; align-items:center; }
.Index_featured_collection_innersides_innerboths_innerpopup_new a svg{max-width:16px; margin-left:4px; vertical-align:middle;}
.Index_featured_collection_mainloops_new{padding-top:36px;}
.Index_featured_collection_innerloops_new{}
.Index_featured_collection_slider{padding:0 56px;}
.Product_grid_item_main_new{width:296px; height:auto;}
.product-item{ height:100%; }
.product-item__image-wrapper{ margin-bottom:16px; }
.product-item__sizer .image{ padding-top:136.15% !important; }
.product-item__image .image{ padding-top:136.15% !important; }
.product-item__image-wrapper .image img{ height:100% !important; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10); }
.product-item__image-wrapper .image video{ height:100% !important; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.10); }
.Product_item_customtags_new{position:absolute; top:16px; left:16px;}
.Product_item_customtags_new .Common_custom_tags_new{color:#000; font-size:12px; line-height:15px; text-transform:uppercase; border-radius:4px; background:#C2A691; padding:5px 8px 3px 8px;}
.Product_item_customtags_new .new_custom_tags_new{color:#FFF; background:#AD4078; }
.Product_item_innerdetail_new{}
.Product_item_innerdetail_mainreview_new{}
.Product_item_innerdetail_innerreview_new{}
.Product_item_innerdetail_mainsides_new{display:block; padding:8px 0 0 0; }
.Product_item_innerdetail_innersides_new{}
.Product_item_innerdetail_innersides_mainleft_new{}
.Product_item_innerdetail_innersides_innerleft_new{ display:flex; align-items:center; justify-content:space-between; grid-gap:12px; } 
.Product_item_innerdetail_innersides_innerleft_title_new{}
.Product_item_innerdetail_innersides_innerleft_title_new a{color:#000; font-size:24px; font-weight:500; line-height:128%; display:block; }
.Product_item_innerdetail_innersides_innerleft_title_new a span{ font-size: 16px; font-weight: 500; line-height: 128%; vertical-align: top; }
.Product_item_innerdetail_innersides_innerleft_infos_new{ color:#000; font-size:18px; font-weight:400; line-height:128%;}
.Product_item_innerdetail_innersides_mainright_new{ padding:4px 0 0 0; }
.Product_item_innerdetail_innersides_innerright_new{ display:flex; align-items:center; justify-content:space-between; grid-gap:12px; }
.Product_item_innerdetail_innersides_innerright_price_new{}
.Product_item_innerdetail_innersides_innerright_price_new .price{ color:#000 !important; font-size:16px; font-weight:500; line-height:128%; letter-spacing:0 !important; }
.Product_item_innerdetail_innersides_innerright_price_new .price .meta{ color:#000 !important; }
.Product_item_innerdetail_innersides_innerright_price_new .price__regular{margin-bottom:0px;}
.Product_item_innerdetail_innersides_innerright_count_new{ color:#000; font-size:16px; font-weight:400; line-height:128%; white-space:nowrap;}
.Product_item_main_new .product-item__quick-shop-button.bttn{min-width:100%; opacity:0; pointer-events:none; margin-top:24px; }
.Product_item_main_new:hover .product-item__quick-shop-button.bttn{display:block; opacity:1; pointer-events:initial; }

.size_guide_open{ /*overflow:hidden;*/ } 
.size_guide_open #gorgias-chat-container{ display:none !important; }
.Header_object_size_guide_overlay_main_new{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.25); z-index:999999; display:none; }
.Header_object_size_guide_main_new{position:fixed; right:30px; bottom:-100%; z-index:9999999; max-width:480px; width:100%; border-radius:16px; opacity: 0; pointer-events: none;  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.Header_object_size_guide_main_new.open{ bottom:30px; opacity: 1; pointer-events: initial; overflow:hidden; }
.Header_object_size_guide_inner_new{width:100%;  position:relative; }
.Header_object_size_guide_mainclose_new{position:absolute; right:12px; top:12px; cursor:pointer; }
.Header_object_size_guide_innerclose_new{}
.Header_object_size_guide_innerclose_new svg{max-width:20px; display:flex;}
.Header_object_size_guide_maintitle_top_new{ padding:24px 24px 0 24px; }
.Header_object_size_guide_maintitle_new{}
.Header_object_size_guide_innertitle_new{}
.Header_object_size_guide_innertitle_new h2{text-align:center; font-size:40px; max-width:270px; margin:auto;}
.Header_object_size_guide_mainloops_new{}
.Header_object_size_guide_innerloops_new{padding-top:24px;}
.Header_object_size_guide_innerloops_new .tab{display:flex; align-items:center;}
.Header_object_size_guide_innerloops_new .Tabs_common_inner_new{padding:0 0 8px 0; border-bottom:3px solid #FFF; width:calc(25% - 0px);}
.Header_object_size_guide_innerloops_new .Tabs_common_inner_new.active{border-bottom:3px solid #000;}
.Header_object_size_guide_innerloops_mainboxs_new{}
.Header_object_size_guide_innerloops_innerboxs_new{color:#000; font-size:18px; font-weight:500; line-height:128%; text-transform:uppercase;}
.Header_object_size_guide_maindetail_new{}
.Header_object_size_guide_innerdetail_new{ height:552px; }
.Header_object_size_guide_innerdetail_maincommon_new{  height:552px; }
.Header_object_size_guide_innerdetail_innercommon_new{ padding:0 24px 108px 24px; }
.Header_object_size_guide_innerdetail_innercommon_mainboths_new{height:446px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_new{position:relative; height:100%;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_mainstatic_new{height:100%; display:flex;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_innerstatic_new{position:relative; width:100%; height:100%; margin:auto;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_innerstatic_new .image{position:static; padding-top:0 !important;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_innerstatic_new img{position:absolute; object-fit:contain; top:0; right:0; bottom:0; left:0; height:100% !important; width:100%;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_mainoverlay_new{}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_new{}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{position:absolute; top:17px; left:0; width:154px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p{margin:0; color:#000; font-size:16px; font-weight:400;line-height:128%; position:relative;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p strong{font-size:18px; font-weight:500; display: inline-block; padding-bottom: 4px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{position:absolute; content:''; left:0; top:97px; background:url(Header_size_guide_img1.svg) no-repeat left center; width:131px; height:20px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_2_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{left:auto; right:0; width:182px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_2_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p{text-align:right;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_2_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{background:url(Header_size_guide_img2.svg) no-repeat right center; width:79px; height:126px; right:0; top:79px; left:auto;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_3_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{top:auto; bottom:0; width:176px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_3_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{background:url(Header_size_guide_img3.svg) no-repeat left center; top:-32px; width:97px; height:24px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_4_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{top:auto; bottom:20px; left:auto; right:0; width:193px;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_4_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p{text-align:right;}
.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_4_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{background:url(Header_size_guide_img4.svg) no-repeat right center; width:90px; height:48px; left:auto; right:0; top:-56px;}
.Header_object_size_guide_innerdetail_innercommon_mainstatic_new{}
.Header_object_size_guide_innerdetail_innercommon_innerstatic_new{padding-top:24px;}
.Header_object_size_guide_innerdetail_innercommon_innerstatic_imagevideo_new{position:relative; padding-bottom:61.806%;}
.Header_object_size_guide_innerdetail_innercommon_innerstatic_imagevideo_new .image{position:static; padding-top:0 !important;}
.Header_object_size_guide_innerdetail_innercommon_innerstatic_imagevideo_new video{width:100%; border-radius:8px; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Header_object_size_guide_innerdetail_innercommon_innerstatic_imagevideo_new img{width:100%; border-radius:8px; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Header_object_size_guide_innerdetail_innercommon_infos_new{padding:16px 0 0;}
.Header_object_size_guide_innerdetail_innercommon_infos_new p{margin:0 0 12px 0; color:#000; font-size:16px; font-weight:400; line-height:128%;}
.Header_object_size_guide_innerdetail_innercommon_infos_new p strong{ font-weight:500; }
.Header_object_size_guide_innerdetail_innercommon_infos_new p:last-child{margin-bottom:0;}
.Header_object_size_guide_innerdetail_innercommon_button_new{ position:absolute; bottom:0; left:0; bottom:0; width:100%; padding:32px; text-align: center; z-index:1; }
.Header_object_size_guide_innerdetail_maindifferent_new{ height: 552px;  }
.Header_object_size_guide_innerdetail_innerdifferent_new{padding:37px 24px;}
.Header_object_size_guide_innerdetail_innerdifferent_infos_new{padding-top:26px;}
.Header_object_size_guide_innerdetail_innerdifferent_infos_new p{margin:0; color:#000; text-align:center; font-size:24px; font-weight:500; line-height:128%;}
.Header_object_size_guide_innerdetail_innerdifferent_infos_new p strong{ font-weight:500; }
.Header_object_size_guide_innerdetail_innerdifferent_button_new{padding-top:24px; text-align:center;}

.optiscroll{position:relative;overflow:auto;-webkit-overflow-scrolling:touch}
.optiscroll.is-enabled{overflow:hidden}
.optiscroll.is-enabled>.optiscroll-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:scroll;-webkit-overflow-scrolling:touch}
.optiscroll-v,.optiscroll-h{position:absolute;visibility:hidden;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.optiscroll-v{right:0}
.optiscroll-h{bottom:0}
.optiscroll.has-vtrack>.optiscroll-v,.optiscroll.has-htrack>.optiscroll-h{visibility:visible}
.optiscroll.is-rtl>.optiscroll-v{left:0;right:auto}
.optiscroll-vtrack,.optiscroll-htrack{display:block;position:absolut;opacity:1;-ms-transform:translate(0%, 0%);transform:translate(0%, 0%);transition:height 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;box-sizing:border-box}
.optiscroll-v{top:0px;bottom:0px;width:4px; background: #fff;}
.optiscroll-h{left:4px;right:4px;height:4px; background: #fff; }
.optiscroll.has-vtrack.has-htrack>.optiscroll-v{bottom:8px}
.optiscroll.has-vtrack.has-htrack>.optiscroll-h{right:8px}
.optiscroll-vtrack,.optiscroll-htrack{background:rgba(0,0,0,0.3); border-radius:0px; opacity:0}
.optiscroll-vtrack{width:4px;right:4px; background:#000; opacity:1; }
.optiscroll-htrack{height:4px;bottom:0px; background:#000; opacity:1;}
.optiscroll:hover>.optiscroll-v .optiscroll-vtrack,.optiscroll:hover>.optiscroll-h .optiscroll-htrack{opacity:1}
.optiscroll.has-vtrack.has-htrack.is-rtl>.optiscroll-h{right:4px;left:8px}
.optiscroll.is-rtl>.optiscroll-v .optiscroll-vtrack{right:auto;left:4px}

.Index_icons_texts_marquee_main_new{padding:15px 0; border-top:1px solid #000; border-bottom:1px solid #000; overflow:hidden;}
.Index_icons_texts_marquee_inner_new{}
.Index_icons_texts_marquee_loops_new{}
.Index_icons_texts_marquee{}
.Index_icons_texts_marquee span{ display:flex; align-items:center; grid-gap:0 56px; }
.Index_icons_texts_marquee .js-marquee-wrapper{display:flex; align-items:center; grid-gap:0 56px;}
.Index_icons_texts_marquee .js-marquee span{display:flex; align-items:center; grid-gap:0 56px;}
.Index_icons_texts_marquee_loops_mainboxs_new{}
.Index_icons_texts_marquee_loops_innerboxs_new{display:flex; align-items:center; grid-gap:0 16px;}
.Index_icons_texts_marquee_loops_innerboxs_image_new{width:32px; height:32px; position:relative;}
.Index_icons_texts_marquee_loops_innerboxs_image_new .image{padding-top:0% !important; position:static;}
.Index_icons_texts_marquee_loops_innerboxs_image_new img{width:100%; position:absolute; object-fit:contain; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_icons_texts_marquee_loops_innerboxs_title_new{margin:0px; color:#000; text-align:center; font-size:16px; font-weight:500; line-height:132%; text-transform:uppercase; white-space:nowrap; }

.Index_object_review_lists_main_new{ padding:80px 0; border-bottom:1px solid #000; overflow:hidden;}
.Index_object_review_lists_inner_new{}
.Index_object_review_lists_maintitle_new{}
.Index_object_review_lists_maintitle_new .page-width{}
.Index_object_review_lists_innertitle_new{text-align:center;}
.Index_object_review_lists_innertitle_new h2{display: inline;}
.Index_object_review_lists_innertitle_new .image{padding-top:0% !important; display:inline-block; margin:4px 0 0 0; }
.Index_object_review_lists_innertitle_new .image img{width:205px; position:relative; object-fit:cover; top:3px; right:0; bottom:0; left:12px; height:100% !important;}
.Index_object_review_lists_mainloops_new{padding-top:38px;}
.Index_object_review_lists_innerloops_new{}
.Index_object_review_lists_innerloops_mainboxs_new{width:264px; height:auto; }
.Index_object_review_lists_slider { margin:0 -135px; }
.Index_object_review_lists_slider .swiper-slide-blank{ display:none !important; }
.Index_object_review_lists_innerloops_innerboxs_new{ height:100%; display: flex; flex-direction: column; justify-content: space-between; }
.Index_object_review_lists_innerloops_innerboxs_1_new{}
.Index_object_review_lists_innerloops_innerboxs_1_detail_new{}
.Index_object_review_lists_innerloops_innerboxs_1_detail_mainstatic_new{}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerstatic_new{}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerstatic_imagevideo_new{padding-bottom:112.122%; position:relative;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerstatic_imagevideo_new .image{padding-top:0% !important; position:static;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerstatic_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerstatic_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_mainboths_new{padding-top:16px;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_new{}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_icons_new{width:78px; height:14px; position:relative;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_icons_new .image{padding-top:0% !important; position:static;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_icons_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_title_new{padding-top:8px; color:#080908; font-size:18px; font-weight:500; line-height:128%;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_texts_new{padding-top:12px;}
.Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_texts_new p{margin:0px; color:#080908; font-size:16px; line-height:128%;}
.Index_object_review_lists_innerloops_innerboxs_2_new{padding-top:12px;}
.Index_object_review_lists_innerloops_innerboxs_2_detail_new{display:flex; align-items:center; justify-content:space-between; grid-gap:16px; }
.Index_object_review_lists_innerloops_innerboxs_2_detail_leftside_new{color:#080908; font-size:16px; font-weight:500; line-height:128%;}
.Index_object_review_lists_innerloops_innerboxs_2_detail_rightside_new{color:#080908; font-size:16px; font-weight:500; line-height:128%; display:flex; align-items:center; justify-content:flex-end; grid-gap:8px; }
.Index_object_review_lists_innerloops_innerboxs_2_detail_rightside_new svg{max-width:14px; vertical-align:middle;}
.Index_object_review_lists_slider .swiper-scrollbar{display:none;}

.Index_object_overlay_item_main_new{ border-bottom:1px solid #000; }
.Index_object_overlay_item_inner_new{position:relative;}
.Index_object_overlay_item_mainstatic_new{ position:absolute; top:0; left:0; width:100%; height:100%; }
.Index_object_overlay_item_innerstatic_new{ width:100%; height:100%; }
.Index_object_overlay_item_innerstatic_mainboths_new{ width:100%; height:100%; }
.Index_object_overlay_item_innerstatic_innerboths_new{ width:100%; height:100%; } 
.Index_object_overlay_item_innerstatic_innerboths_imagevideo_new{ width:100%; height:100%; position:relative;  }
.Index_object_overlay_item_innerstatic_innerboths_imagevideo_new .image{padding-top:0% !important; position:static;}
.Index_object_overlay_item_innerstatic_innerboths_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_object_overlay_item_innerstatic_innerboths_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_object_overlay_item_mainoverlay_new{ padding:59px 168px; width:100%; position:relative; z-index:1; }
.Index_object_overlay_item_mainoverlay_new .page-width{padding:0 !important;}
.Index_object_overlay_item_inneroverlay_new{display:flex; align-items:center; justify-content:space-between;}
.Index_object_overlay_item_inneroverlay_mainleft_new{width:47.827%; padding-left: 76px;}
.Index_object_overlay_item_inneroverlay_innerleft_new{}
.Index_object_overlay_item_inneroverlay_innerleft_logos_new{ position:relative; width:347px; margin:auto;}
.Index_object_overlay_item_inneroverlay_innerleft_title_new{padding-top:12px; text-align:center;}
.Index_object_overlay_item_inneroverlay_innerleft_title_new h2{margin:0; color:#FFF; font-size:56px; font-weight:400; line-height:128%; font-family:var(--font-body), sans-serif;}
.Index_object_overlay_item_inneroverlay_innerleft_boths_new{}
.Index_object_overlay_item_inneroverlay_innerleft_boths_infos_new{padding-top:16px;}
.Index_object_overlay_item_inneroverlay_innerleft_boths_infos_new p{margin:0; color:#FFF; text-align:center; font-size:18px; font-weight:400; line-height:128%; max-width:272px; margin:auto;}
.Index_object_overlay_item_inneroverlay_innerleft_boths_button_new{padding-top:24px; text-align:center;}
.Index_object_overlay_item_inneroverlay_mainright_new{width:27.899%;}
.Index_object_overlay_item_inneroverlay_innerright_new{}
.Index_object_overlay_item_inneroverlay_innerright_imagevideo_new{padding-bottom:172.73%; position:relative; width:100%;}
.Index_object_overlay_item_inneroverlay_innerright_imagevideo_new .image{padding-top:0% !important; position:static;}
.Index_object_overlay_item_inneroverlay_innerright_imagevideo_new img{width:100%; border-radius:8px; border:1px solid #000; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Index_object_overlay_item_inneroverlay_innerright_imagevideo_new video{width:100%; border-radius:8px; border:1px solid #000; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}

.Index_buy_save_marquee_main_new{padding-bottom:80px; overflow:hidden;}
.Index_buy_save_marquee_inner_new{}
.Index_buy_save_marquee_mainloops_new{}
.Index_buy_save_marquee_innerloops_new{}
.Index_buy_save_marquee{}
.Index_buy_save_marquee span{ display:flex; grid-gap:0 16px; }
.Index_buy_save_marquee .js-marquee-wrapper{display:flex; grid-gap:0 16px;}
.Index_buy_save_marquee .js-marquee span{display:flex; grid-gap:0 16px;}
.Index_buy_save_marquee_innerloops_mainboxs_new{width:400px;}
.Index_buy_save_marquee_innerloops_mainboxs_new a{}
.Index_buy_save_marquee_innerloops_innerboxs_new{position:relative; padding-bottom:100%;}
.Index_buy_save_marquee_innerloops_innerboxs_new .image{padding-top:0% !important; position:static;}
.Index_buy_save_marquee_innerloops_innerboxs_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; }
.Index_buy_save_marquee_mainboths_new{ margin-top:-48px; position:relative; z-index:1; }
.Index_buy_save_marquee_mainboths_new .page-width{}
.Index_buy_save_marquee_innerboths_new{}
.Index_buy_save_marquee_innerboths_maintitle_new{}
.Index_buy_save_marquee_innerboths_innertitle_new{}
.Index_buy_save_marquee_innerboths_innertitle_new h2{text-align:center;}
.Index_buy_save_marquee_innerboths_mainbutton_new{padding-top:32px; text-align:center;}
.Index_buy_save_marquee_innerboths_innerbutton_new{}
.Index_buy_save_marquee_innerboths_innerbutton_new a{}

.Index_logos_marquee_lists_main_new{padding:24px 0; overflow:hidden; border-top:1px solid #000; border-bottom:1px solid #000;}
.Index_logos_marquee_lists_inner_new{}
.Index_logos_marquee_lists_loops_new{}
.Index_logos_marquee_lists_marquee{}
.Index_logos_marquee_lists_marquee span{ display:flex; grid-gap:0 40px; }
.Index_logos_marquee_lists_marquee .js-marquee-wrapper{display:flex; grid-gap:0 40px;}
.Index_logos_marquee_lists_marquee .js-marquee span{display:flex; grid-gap:0 40px;}
.Index_logos_marquee_lists_loops_mainboxs_new{width:178px;}
.Index_logos_marquee_lists_loops_mainboxs_new a{}
.Index_logos_marquee_lists_loops_innerboxs_new{position:relative; padding-bottom:56.18%;}
.Index_logos_marquee_lists_loops_innerboxs_new .image{padding-top:0% !important; position:static;}
.Index_logos_marquee_lists_loops_innerboxs_new img{width:100%; position:absolute; object-fit:contain; top:0; right:0; bottom:0; left:0; height:100% !important;}

.Index_object_table_column_main_new{padding:56px 0; border-bottom: 1px solid #000;}
.Index_object_table_column_inner_new{max-width: 85.543%; margin:auto;}
.Index_object_table_column_mainsides_new{}
.Index_object_table_column_innersides_new{display:flex; align-items:center;}
.Index_object_table_column_innersides_mainleft_new{width: 40.846%;}
.Index_object_table_column_innersides_innerleft_new{}
.Index_object_table_column_innersides_innerleft_maintitle_new{}
.Index_object_table_column_innersides_innerleft_innertitle_new{}
.Index_object_table_column_innersides_innerleft_innertitle_new .Common_large_title_new-inner h2{display:inline}
.Index_object_table_column_innersides_innerleft_innertitle_new img{width:280px; margin:auto; top:4px; left:0; position: relative; object-fit: cover; right: 0; bottom: 0; height: 100% !important; margin-left:18px;}
.Index_object_table_column_innersides_innerleft_innertitle_new .image{padding-top:0 !important; display:inline-block;}
.Index_object_table_column_innersides_innerleft_mainboths_new {}
.Index_object_table_column_innersides_innerleft_innerboths_new{}
.Index_object_table_column_innersides_innerleft_innerboths_mainbutton_new{padding-top:24px;}
.Index_object_table_column_innersides_innerleft_innerboths_innerbutton_new{}
.Index_object_table_column_innersides_innerleft_innerboths_innerbutton_new a{}
.Index_object_table_column_innersides_innerleft_innerboths_maintexts_new{padding-top:16px;}
.Index_object_table_column_innersides_innerleft_innerboths_innertexts_new{display:flex; align-items:center; grid-gap:0 8px;}
.Index_object_table_column_innersides_innerleft_innerboths_innertexts_new svg{max-width:78px;}
.Index_object_table_column_innersides_innerleft_innerboths_innertexts_new p{margin:0; color:#0C0C0C; font-size: 14px; font-weight: 400; line-height: 128%;}
.Index_object_table_column_innersides_mainright_new{width:calc(100% - 40.846%); padding:27px 0 22px 37px;}
.Index_object_table_column_innersides_innerright_new{display:flex;}
.Index_object_table_column_innersides_innerright_1_new{width: 17.64%;}
.Index_object_table_column_innersides_innerright_1_column_new{}
.Index_object_table_column_innersides_innerright_1_column_title_new{height:87px;}
.Index_object_table_column_innersides_innerright_1_column_loops_new{border: 2px solid #000; border-right: none; border-radius: 16px 0 0 16px; overflow: hidden;}
.Index_object_table_column_innersides_innerright_1_column_loops_boxs_new{color: #000; font-size: 18px; font-weight: 700; line-height: 128%; border-bottom: 2px solid #000; height:100px; padding:16px; display:flex; align-items:center; justify-content:flex-start; background:#F6F6F6;}
.Index_object_table_column_innersides_innerright_1_column_loops_boxs_new:last-child{border-bottom:none;}
.Index_object_table_column_innersides_innerright_2_new{width: 40.475%;}
.Index_object_table_column_innersides_innerright_2_column_new{position:relative; height:100%;}
.Index_object_table_column_innersides_innerright_2_column_mainstatic_new{height: calc(100% + 49px); top: -27px; position: relative;}
.Index_object_table_column_innersides_innerright_2_column_innerstatic_new{height:100%;}
.Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new{position:relative; height:100%;}
.Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new:before{ content:''; position:absolute; z-index: 1; left:0; top:0; width:100%; height:100%; border-radius: 16px; background: rgba(0, 0, 0, 0.35); }
.Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new .image{padding-top:0 !important; position:static;}
.Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:2px solid #000; border-radius: 16px;}
.Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:2px solid #000; border-radius: 16px;}
.Index_object_table_column_innersides_innerright_2_column_mainoverlay_new{position:absolute; top:0; left:0; width:100%; z-index:1;}
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_new{}
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new{ margin: auto; width: 100%; display:flex; align-items:center; height:90px; justify-content:center; }
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new .image{padding-top:0 !important; }
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new img{width: 157px; margin:auto; top:0; left:0; position: relative; object-fit: cover; right: 0; bottom: 0; height: 100% !important;}
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_loops_new{}
.Index_object_table_column_innersides_innerright_2_column_inneroverlay_loops_boxs_new{color: #FFF; text-align: center; font-size: 20px; font-weight: 500; line-height: 128%; height:100px; padding:11px; display:flex; align-items:center; justify-content:center;}
.Index_object_table_column_innersides_innerright_3_new{width:calc(100% - 58.115%); background:#F6F6F6; border: 2px solid #000; border-left: none; border-radius: 0 16px 16px 0px; overflow: hidden;}
.Index_object_table_column_innersides_innerright_3_column_new{}
.Index_object_table_column_innersides_innerright_3_column_title_new{height:89px; border-radius: 0px 16px 0 0px; border-bottom: 2px solid #000; background:#F6F6F6; color: #080908; text-align: center; font-size: 20px; font-weight: 500; line-height: 128%; text-transform: uppercase; display: flex; align-items: center; justify-content: center;}
.Index_object_table_column_innersides_innerright_3_column_loops_new{}
.Index_object_table_column_innersides_innerright_3_column_loops_boxs_new{color: #000; font-size: 18px; font-weight:500; line-height: 128%; border-bottom: 2px solid #000; height:100px; padding:16px; display:flex; align-items:center; justify-content:center; text-align:center;}
.Index_object_table_column_innersides_innerright_3_column_loops_boxs_new:last-child{border-bottom:none;}

.Index_tabs_blogs_category_main_new{padding:80px 0; border-bottom: 1px solid #000;}
.Index_tabs_blogs_category_inner_new{}
.Index_tabs_blogs_category_detail_new {}
.Index_tabs_blogs_category_detail_mainsides_new{}
.Index_tabs_blogs_category_detail_innersides_new{display:flex; align-items:end; justify-content:space-between; grid-gap:20px; }
.Index_tabs_blogs_category_detail_innersides_mainleft_new{}
.Index_tabs_blogs_category_detail_innersides_innerleft_new{}
.Index_tabs_blogs_category_detail_innersides_innerleft_maindesktop_new{}
.Index_tabs_blogs_category_detail_innersides_innerleft_innerdesktop_new{}
.Index_tabs_blogs_category_detail_innersides_mainright_new{}
.Index_tabs_blogs_category_detail_innersides_innerright_new{}
.Index_tabs_blogs_category_main_new .tab{border-bottom:none;}
.Index_tabs_blogs_category_detail_innersides_innerright_new .tab button{padding-bottom:8px; width:144px; border-bottom:3px solid #FFF;}
.Index_tabs_blogs_category_detail_innersides_innerright_new .tab button.active{position:relative; border-bottom:3px solid #000;}
.Index_tabs_blogs_category_detail_mainlists_new{padding-top:32px;}
.Index_tabs_blogs_category_detail_innerlists_new{}
.Index_tabs_blogs_category_detail_innersides_innerright_mainboxs_new{}
.Index_tabs_blogs_category_detail_innersides_innerright_innerboxs_new{color:#000; text-align: center; font-size: 18px; font-weight: 500; line-height: 128%; text-transform: uppercase;}
.Index_tabs_blogs_category_detail_innerlists_mainloops_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_mainboxs_new{height:auto; width:25%; }
.Index_tabs_blogs_category_detail_innerlists_innerloops_mainboxs_new a{height:100%;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_new{height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_mainboths_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_image_new .image{padding-top:0 !important; position:static;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_image_new{position:relative; padding-bottom:119.427%;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_image_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius: 8px;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_image_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius: 8px;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_title_new{margin-top:16px; color: #080908; font-size: 18px; font-weight: 500; line-height: 128%; height:46px; overflow:hidden; }
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_maintexts_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_new{}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_infos_new{padding-top:8px; color: #080908; font-size: 16px; font-weight: 400; line-height: 128%;}
.Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_links_new{margin-top:24px; color:#080908; font-size:16px; font-weight:500; line-height:128%; text-decoration:underline; text-transform:uppercase; text-underline-offset: 2px; }

.Index_object_instagram_main_new{padding:80px 0 0; overflow:hidden; }
.Index_object_instagram_inner_new{}
.Index_object_instagram_mainsides_new{}
.Index_object_instagram_innersides_new{display:flex; align-items:center; justify-content:space-between; grid-gap:40px; }
.Index_object_instagram_innersides_mainleft_new{}
.Index_object_instagram_innersides_innerleft_new{}
.Index_object_instagram_innersides_innerleft_1_new{}
.Index_object_instagram_innersides_innerleft_1_boths_new{display:flex; align-items:center; grid-gap:0 8px; }
.Index_object_instagram_innersides_innerleft_1_boths_loops_new{ display:inline-block; width:260px; }
.Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new{ opacity:0 !important; }
.Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new.swiper-slide-active{ opacity:1 !important; }
.Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new > div{ display:inline-block; font-family: var(--font-heading), sans-serif; color:#000; font-size:48px; font-weight:400; line-height:120%; text-decoration:underline; text-underline-offset:6px; text-decoration-thickness:1px;  }
.Index_object_instagram_innersides_innerleft_2_title_new h2 br{display:none;}
.Index_object_instagram_innersides_mainright_new{}
.Index_object_instagram_innersides_innerright_new{}
.Index_object_instagram_innersides_innerright_new a{}
.Index_object_instagram_mainloops_new{}
.Index_object_instagram_innerloops_new{padding-top:56px;}
.Index_object_instagram_slider{ padding:0 56px; }
.Index_object_instagram_innerloops_mainboxs_new{width:320px;}
.Index_object_instagram_innerloops_mainboxs_new a{}
.Index_object_instagram_innerloops_innerboxs_new{}
.Index_object_instagram_innerloops_innerboxs_mainboths_new{}
.Index_object_instagram_innerloops_innerboxs_innerboths_new{}
.Index_object_instagram_innerloops_innerboxs_innerboths_imagevideo_new{position:relative; padding-bottom:114.69%; width:100%;}
.Index_object_instagram_innerloops_innerboxs_innerboths_imagevideo_new .image{position:static; padding-top:0 !important;}
.Index_object_instagram_innerloops_innerboxs_innerboths_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px;}
.Index_object_instagram_innerloops_innerboxs_innerboths_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px;}

.Footer_main_new{padding:80px 0;}
.Footer_inner_new{max-width:83.133%; margin:auto;}
.Footer_mainloops_new{grid-gap:0;}
.Footer_mainloops_mainboxs_new{padding-bottom:0px; padding-right:56px;}
.Footer_mainloops_mainboxs_title_new{margin-bottom:24px;}
.Footer_mainloops_mainboxs_title_new span{color:#000; font-size:24px; font-weight:500; line-height:128%; font-family: var(--font-body), sans-serif; text-transform:capitalize; letter-spacing:0; }
.Footer_mainloops_mainboxs_detail_new{}
.Footer_mainloops_mainboxs_detail_menus_new{}
.Footer_mainloops_mainboxs_detail_menus_loops_new{}
.Footer_mainloops_mainboxs_detail_menus_loops_new{display:flex; flex-wrap:wrap; grid-gap:16px 32px;}
.Footer_mainloops_mainboxs_detail_menus_loops_boxs_new{width:calc(45% - 16px); color:#000; font-size:16px; font-weight:500; line-height:128%;}
.Footer_mainloops_mainboxs_detail_menus_loops_boxs_new:nth-child(2n){width:calc(55% - 16px); }
.Footer_mainloops_mainboxs_detail_menus_loops_boxs_new a{color:#000; white-space:nowrap; }
.Footer_mainloops_mainboxs_detail_new{}
.Footer_socialicon_main_new{}
.Footer_socialicon_inner_new{}
.Footer_socialicon_inner_new ul{display:flex; align-items:center; grid-gap:20px; justify-content:flex-end; }
.Footer_socialicon_inner_new ul li{padding:0;}
.Footer_socialicon_inner_new ul li a{ display:flex; }
.Footer_socialicon_inner_new ul li svg{ max-width: 100%; display: flex; width: 32px; height: 32px; }
.footer__group--newsletter{ padding-right:0; }
.Footer_newsletter_main_new{display:flex; align-items:center; padding-bottom:43px;}
.Footer_newsletter_mainleft_new{width:36.142%;}
.Footer_newsletter_innerleft_new{}
.Footer_newsletter_innerleft_maintitle_new{}
.Footer_newsletter_innerleft_maininfos_new{margin-top:24px;}
.Footer_newsletter_innerleft_maininfos_new p{margin:0px; color:#000; font-size:18px; line-height:128%;}
.Footer_newsletter_mainright_new{width:calc(100% - 36.142%); padding-left:49px;}
.Footer_newsletter_innerright_new{}
.footer__newsletter{}
.footer__input-wrap{}
.footer__input-wrap .newsletter__input-container{ display:flex; align-items:center; justify-content:space-between; }
.footer__newsletter .newsletter__input-container{}
.footer__newsletter .newsletter__input-container .input{border-radius:32px; border:1px solid #000; background:#FFF; width:calc(100% - 196px); height:56px; color:#000; font-size:16px; font-weight:500; line-height:128%; outline:none; padding:16px;}
.footer__newsletter .newsletter__input-container .label--above{display:none;}
.footer__newsletter .newsletter__input-container .input input::-webkit-input-placeholder{ color:#000 !important; opacity:1 !important; }
.footer__newsletter .newsletter__input-container .input input::-moz-placeholder{ color:#000 !important; opacity:1 !important; }
.footer__newsletter .newsletter__input-container .input input:-ms-input-placeholder{ color:#000 !important; opacity:1 !important; }
.footer__newsletter .newsletter__input-container .input input:-moz-placeholder{ color:#000 !important; opacity:1 !important; }
.success_new{ margin:0; font-size:30px; }
.form-status{ max-width:100%; margin:0; }
.form-status__message ul{ margin:0; }
.error_new{ margin: 0 0 6px 0 !important; font-size:18px; }
.Footer_newsletter_innerright_button_new{ min-width: 196px; text-transform: capitalize; margin-left: 16px; position: relative; right: initial; }
.Footer_newsletter_innerright_maindetail_new{padding-top:12px;}	
.Footer_newsletter_innerright_maindetail_new p{margin:0px; color:#000; font-size:12px; line-height:128%;} 	
.footer__group:last-of-type { padding-right: 0; }
.Footer_mainbottom_new{padding-top:47px;}
.Footer_innerbottom_new{ display:flex; align-items:flex-end; justify-content:space-between; }
.Footer_innerbottom_mainimage_new{ width:calc(100% - 370px); }
.Footer_innerbottom_mainimage_new a{}
.Footer_innerbottom_innerimage_new{position:relative; }
.Footer_innerbottom_mainboths_new{padding-left:0; width: 370px; }
.Footer_innerbottom_innerboths_new{ max-width: 100%; margin: 0 0 0 auto; }
.Footer_innerbottom_innerboths_mainsides_new{}
.Footer_innerbottom_innerboths_innersides_new{}
.Footer_innerbottom_innerboths_innersides_copyright_new{}
.Footer_innerbottom_innerboths_innersides_copyright_new p{margin:0px; color:#000; font-size:14px; font-weight:500; line-height:128%; text-align:right;}
.Footer_innerbottom_innerboths_innersides_copyright_new p br{display:none;}
.Footer_innerbottom_innerboths_innersides_copyright_new p a{color:#000; position:relative;}
.Footer_innerbottom_innerboths_innersides_selecter_new{color:#000; font-size:14px; font-weight:500; line-height:128%; border-bottom:1px solid #000; height:18px;}
.Footer_innerbottom_innerboths_innersides_selecter_new svg{max-width:10px; margin-left:0; }
.Footer_innerbottom_innerboths_mainmenus_new{padding-top:12px;}
.Footer_innerbottom_innerboths_innermenus_new{}
.Footer_innerbottom_innerboths_innermenus_new ul{margin:0px; padding:0px; display:flex; align-items:center; justify-content:flex-end; grid-gap:24px;}
.Footer_innerbottom_innerboths_innermenus_new ul li{list-style:none; color:#000; text-align:center; font-size:14px; font-weight:500; line-height:128%;}
.Footer_innerbottom_innerboths_innermenus_new ul li a{color:#000;}
.Footer_innerbottom_innerboths_innermenus_new ul li a:hover{ opacity:0.5; }
.footer .disclosure .input { background-color: transparent !important; color: #000 !important; }
.disclosure__toggle{ height:18px; padding:0; color: #000; font-size: 14px; font-weight: 500; line-height: 128%; text-transform:uppercase; }
.disclosure__toggle .arrow { margin-left: 8px; width: 10px; }
.disclosure__toggle .arrow svg{ width:10px; }
.disclosure-list{ min-width: 60px; max-height: 300px; overflow-y: auto; right: 0; padding: 5px 10px; bottom: 70% !important; }
.disclosure-list__item+.disclosure-list__item{ margin:0; }

.three_menu_new .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new{ width: 100%; }
.three_menu_new .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new a{ white-space: wrap; }
.three_menu_new .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new:nth-child(2n) { width: calc(35% - 20px); }
.three_menu_new .Footer_mainloops_mainboxs_detail_menus_loops_new{ grid-gap:16px; }
/* Index */

/* Collection */
.Collection_meta_top_sides_main_new{border-bottom:1px solid #000;}
.Collection_meta_top_sides_inner_new{}
.Collection_meta_top_sides_detail_new{display:flex;}
.Collection_meta_top_sides_detail_mainleft_new{width:34.999999%; border-right:1px solid #000;}
.Collection_meta_top_sides_detail_innerleft_new{padding:51px 16px 51px 56px; height:100%; display:flex; flex-direction:column; justify-content:flex-end;}
.Collection_meta_top_sides_detail_innerleft_maintitle_new{}
.Collection_meta_top_sides_detail_innerleft_maininfos_new{}
.Collection_meta_top_sides_detail_innerleft_innerinfos_new{padding-top:16px;}
.Collection_meta_top_sides_detail_innerleft_innerinfos_new p{margin:0; color:#000; font-size:18px; font-weight:400; line-height:128%;}
.Collection_meta_top_sides_detail_mainright_new{width:calc(100% - 34.999999%);}
.Collection_meta_top_sides_detail_innerright_new{}
.Collection_meta_top_sides_detail_innerright_mainstatic_new{}
.Collection_meta_top_sides_detail_innerright_innerstatic_new{}
.Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new{position:relative; padding-bottom:38.035%;}
.Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new .image{padding-top:0% !important; position:static;}
.Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}

.Collection_featured_items_main_new{padding:56px 0;}
.Collection_featured_items_inner_new{}
.Collection_featured_items_lists_new{}
.Collection_featured_items_lists_maintitle_new{}
.Collection_featured_items_lists_innertitle_new{}
.Collection_featured_items_lists_innertitle_new h3{margin:0px; color:#000; font-size:32px; font-weight:500; line-height:128%; font-family: var(--font-body); }
.Collection_featured_items_lists_mainloops_new{padding-top:32px;}
.Collection_featured_items_lists_innerloops_new{display:flex; flex-wrap:wrap; grid-gap:40px 24px;}
.Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new{width:calc(33.33% - 16px);}
.Collection_Product_item_main_new .product-item__image .image { /*padding-top: 109% !important;*/ padding-top: 128% !important; }
.Collection_Product_item_main_new .product-item__sizer .image, .Collection_Product_item_main_new .product-item__image .image{ /*padding-top: 109% !important;*/ padding-top: 128% !important; }

.Collection_object_details_main_new{padding:24px 0 80px 0;}
.Collection_object_details_inner_new{max-width:82.832%; margin:auto;}
.Collection_object_details_sides_new{display:flex;}
.Collection_object_details_sides_mainleft_new{width:40.364%; background:#F6F6F6; padding:20px; border-radius:16px 0 0 16px; display:flex; align-items:center; justify-content:center;}
.Collection_object_details_sides_innerleft_new{}
.Collection_object_details_sides_innerleft_maintitle_new{}
.Collection_object_details_sides_innerleft_innertitle_new h2{text-align:center; font-size:40px;}
.Collection_object_details_sides_innerleft_mainbutton_new{padding-top:24px; text-align:center;}
.Collection_object_details_sides_innerleft_innerbutton_new{}
.Collection_object_details_sides_innerleft_innerbutton_new a{min-width:288px;}
.Collection_object_details_sides_mainright_new{width:calc(100% - 40.364%);}
.Collection_object_details_sides_innerright_new{}
.Collection_object_details_sides_innerright_mainstatic_new{}
.Collection_object_details_sides_innerright_innerstatic_new{}
.Collection_object_details_sides_innerright_innerstatic_imagevideo_new{position:relative; padding-bottom:46.04%;}
.Collection_object_details_sides_innerright_innerstatic_imagevideo_new .image{position:static; padding-top:0 !important;}
.Collection_object_details_sides_innerright_innerstatic_imagevideo_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:0 16px 16px 0;}
.Collection_object_details_sides_innerright_innerstatic_imagevideo_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:0 16px 16px 0;}

.border_bottom_new{ border-bottom:1px solid #000; }
.padding_80_new{ padding:80px 0; }

.collection { margin:0; padding:56px 0; }
.collection__content{ margin:0; }
.collection__products .grid-display{ grid-gap:40px 24px; margin-top: 32px; }
/* Collection */

/* Product */
.Product_template_main_new{padding:0 56px !important;}
.Product_template_inner_new{display:flex; max-width:100% !important; width:100% !important; margin:0 !important; padding:80px 0 110px 0 !important;}
.Product_template_detail_new{max-width:100% !important; width:100% !important; padding:0 !important;}
.Product_template_detail_leftside_new{width:57.832% !important; flex:none; position: sticky; top: 140px; }
.Product_template_detail_rightside_new{width:calc(100% - 57.832%) !important; flex:none; padding-left:56px !important; position: sticky; top: 140px; }
@media(min-width:960px) and (max-width:9999px){
  .Product_template_detail_leftside_inner_new{ display:flex; width: 100%; justify-content: flex-end; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list { width: 96px; margin-right: 24px; height: 100%;  overflow: scroll; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list::-webkit-scrollbar{ display:none; }
  .product--has-thumbs.product--thumbnails-vertical.product--thumbnails-small .product__media { width: calc(100% - 120px); }
  .product-thumbnails{ position: absolute; left: 0; height:100%; padding: 36px 0; display:block; }
  .product-thumbnails__item-link{ padding:0; }
  .product-thumbnails__item+.product-thumbnails__item { margin-top: 24px; }
  .product-thumbnails__item .product-thumbnails__item-image img{ border-radius:8px; }
  .product-thumbnails__item-link.active .image__img { box-shadow: 0 0 0; border: 1px solid #000; }
  .product__media .media img{ border-radius:8px; }
  .product__media-action{ display:none !important; }
  .product__media .media video{ border-radius:8px; }
}

.plyr__video-wrapper{ background:transparent !important; }
.plyr--video{ background:transparent !important; }
.product-thumbnails__item-badge{ display:none; }
.plyr--video{ pointer-events:none; }

.Product_review_right_new{ margin-bottom:8px; position:relative; }
.Product_review_right_new .yotpo_widget_link_new { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: block !important; }
.product__title{color:#000; font-weight: 500; line-height: 128%; margin:8px 0 !important; font-family: var(--font-body), sans-serif; text-transform:capitalize; display: flex; align-items: flex-start; }
.product__title span{ font-size: 16px; line-height: 20px; }
.Product_meta_short_description_main_new{margin:8px 0;}
.Product_meta_short_description_inner_new{ color: #000; font-size: 18px; font-weight: 400; line-height: 128%; }
.Product_meta_short_description_inner_new p{margin:0 0 16px 0; }
.Product_meta_short_description_inner_new p:last-child{ margin:0; }
.Meta_stitch_product_list_main_new{display: block; margin:12px 0 24px !important; padding-bottom:24px;}
.Meta_stitch_product_list_inner_new{}
.Meta_stitch_product_list_maintitle_new{}
.Meta_stitch_product_list_innertitle_new{ color:#000; font-size: 18px; font-weight: 500; line-height: 128%; }
.Meta_stitch_product_list_mainloops_new{padding-top:12px;}
.Meta_stitch_product_list_innerloops_new{display:flex; grid-gap:12px 24px; flex-wrap:wrap; }
.Meta_stitch_product_list_innerloops_mainboxs_new{width:56px; position:relative; }
.Meta_stitch_product_list_innerloops_mainboxs_new .stitcher-item { display:flex; flex-direction: column; position:relative; cursor: pointer; }
.Meta_stitch_product_list_innerloops_tag_new{ border-radius: 2px; background: #AD4078; position:absolute; right:-9px; top:-4px; color: #FFF; font-size: 11px; font-weight: 500; line-height: 100%; letter-spacing: 0.286px; z-index: 1; padding: 3px 6px; }
.Meta_stitch_product_list_innerloops_innerboxs_new{ border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.25); padding:5px; }
.Meta_stitch_product_list_innerloops_innerboxs_new img{ border-radius: 8px; }
.Meta_stitch_product_list_innerloops_title_new{ padding:6px 0 0 0; text-align:center; color: #000; font-size: 16px; font-weight: 500; line-height: 128%; width: calc(100% + 24px); margin-left: -12px; }
.Meta_stitch_product_list_innerloops_mainboxs_new .stitcher-item.active .Meta_stitch_product_list_innerloops_innerboxs_new{ border-color:#000; }
.product-form__option{ margin:24px 0; }
.Meta_stitch_product_list_innerloops_mainboxs_new:has(.active) {
  pointer-events: none;
}
.product-form__option-label-wrapper{  margin-bottom:16px !important; }
.product-form__option-label-wrapper_new{ justify-content:space-between; }
.product-form__option-label-wrapper label{ font-family: var(--font-body), sans-serif; color: #000;  font-size: 18px; font-weight: 500; line-height: 128%; }
.product-form__color-swatches{ grid-gap:0 !important; }
.product_size_guide_popup_new .Index_featured_collection_innersides_innerboths_innerpopup_new a{ font-size:14px;font-weight: 500; display: flex;align-items: center;gap: 5px;text-transform: uppercase;text-decoration: underline; }
.product-form__chip-wrapper{ grid-gap:0; }
.product_form_option_details_wrapper_new{ width:100%; display: flex; flex-wrap: wrap; grid-gap: 8px; }
.product-form__chip{ height:auto; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.25); background:transparent; padding: 16px 10px; width: calc(33.33% - 6px); display: flex; flex-direction: column; justify-content: center; }
.variant_name_new{ color: #000; text-align: center; font-size: 16px; font-weight: 500; line-height: 128%; text-transform: uppercase; width: 100%; }
.variant_info_new{ color:#000; font-size: 14px; font-weight: 400; line-height: 128%; padding:8px 0 0 0; width: 100%; }
.variant_info_new p{ margin:0; }
/* .product-form__chip[dynamic-variant-button].disabled.selected{ border-color:rgba(0, 0, 0, 0.25); } */
/* .product-form__chip[dynamic-variant-button].disabled{ border: 1px solid rgba(0, 0, 0, 0.25); opacity: 0.25; text-decoration: none; pointer-events:none; } */
.product-form__chip.selected { border-color: #000; background: #FFF;}
.Product_custom_buy_shipping_text_inner_new strong{font-weight:500;}
.Product_custom_buy_shipping_text_main_new{ margin: 24px 0 30px;}
.Product_custom_buy_shipping_text_inner_new{ color: #0C0C0C; font-size: 14px; font-weight: 400; line-height: 128%; text-align:center; }
.Product_custom_buy_shipping_text_inner_new p{ margin-bottom:16px; }
.Product_custom_buy_shipping_text_inner_new p:last-child{ margin:0; }
.product-form__controls-group.product-form__controls-group--submit{ margin:12px 0 32px 0 !important; }
.Product_template_detail_rightside_boths_quantity_new .product-form__controls-group{ margin:0 !important; }
.Product_template_detail_rightside_boths_quantity_new .product-form__controls-label-wraper{ display:none; }
.Product_template_detail_rightside_boths_new{display:flex; grid-gap:0 8px; align-items:center;}
.Product_template_detail_rightside_boths_quantity_new{ width:104px; }
.Product_template_detail_rightside_boths_quantity_new .product-form__quantity{width: 100% !important; border-radius: 32px; border: 1px solid #000; background:#FFF; height:56px !important; padding:6px 0px !important;}
.Product_template_detail_rightside_boths_quantity_new .product-form__quantity input{background:#FFF; color: #000; font-size: 16px; font-weight: 500; line-height: 128%; }
.Product_template_detail_rightside_boths_quantity_new .product-form__quantity-button { padding: 0 !important; background: transparent !important; width: 28px; justify-content: flex-end; height: 56px; }
.Product_template_detail_rightside_boths_quantity_new .product-form__quantity-button.product-form__quantity-add-item{ justify-content:flex-start; }
.Product_template_detail_rightside_boths_buttons_new{width:calc(100% - 104px);}
.product-form__submit-button-wrapper .product-form__cart-submit{min-width:100% !important; padding: 6px; height: 56px; }
.product-form__submit-button-wrapper .product-form__cart-submit [data-add-to-cart-text]{ display:inline-block; vertical-align:middle; }
.product-form__submit-button-wrapper .product-form__cart-submit .dash_new{ display:inline-block; vertical-align:middle; }
.product-form__submit-button-wrapper .product-form__cart-submit .product_price_new{ display:inline-block; vertical-align:middle; }
.product-form__submit-button-wrapper .product-form__cart-submit .product__price{ margin:0; font-size: 16px; font-weight: 500; line-height: 128%; text-transform: uppercase; }
.product-form__submit-button-wrapper .product-form__cart-submit .product__price .mr1{ margin:0; }
.bttn--loading{ font-size:0; }
.bttn--loading .bttn__spinner{ display: inline-block; vertical-align: middle; }
.bttn--loading .product__price{ font-size:0 !important; }
.bttn--loading .dash_new{ font-size:0 !important; }
.product-form__shop-pay{ margin:0 !important; text-align:center; padding:10px; }
.store-availability-container__wrapper{ margin:8px 0 32px 0 !important; }
.Product_template_detail_rightside_new .accordion{margin:0 !important; border-bottom:1px solid #0C0C0C;}
.Product_template_detail_rightside_new .product_details_acc_new{ margin:-24px 0 0!important; }
.Product_template_detail_rightside_new .accordion__label{padding:24px 24px 24px 0 !important; margin:0 !important;}
.Product_template_detail_rightside_new .accordion__text{ padding:0; color:#0C0C0C; font-size: 16px; font-weight: 400; line-height: 128%; }
.Product_template_detail_rightside_new .accordion__text ul{margin:0 !important; padding:0 !important;}
.Product_template_detail_rightside_new .accordion__text ul li{ padding-left:20px; position:relative; list-style:none; }
.Product_template_detail_rightside_new .accordion__text ul li:after{position:absolute; content:''; left:9px; top:9px; width:2px; height:2px; background:#0C0C0C;}
.Product_template_detail_rightside_new .accordion__text ul li a{text-decoration:underline; text-underline-offset:3px;}
.Product_template_detail_rightside_new .accordion__text_new{ padding-bottom:24px; }
.Product_template_detail_rightside_new .accordion__header{ margin-bottom:12px !important; display: block !important; }
.Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new{ display:flex; flex-wrap:wrap; grid-gap: 12px; }
.Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(1){ width:calc(52% - 6px); }
.Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(2){ width:calc(48% - 6px); }
.Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new p:first-of-type{ display:none; }
.Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new p:last-of-type{ display:none; }
.Product_template_detail_rightside_new .accordion__label:before{display:none;}
.Product_template_detail_rightside_new .accordion__label:after{display:none;}
.Product_template_detail_rightside_new .accordion .accordion__group .accordion__label{color: #000; font-size: 18px; font-weight: 500; line-height: 128%; background:url(pdp_faq_down.svg) no-repeat right center !important; width: 100%; }
.Product_template_detail_rightside_new .accordion [data-open="false"] .accordion__label{background:url(pdp_faq_down.svg) no-repeat right center !important;}
.Product_template_detail_rightside_new .accordion [data-open="true"] .accordion__label{background:url(pdp_faq_up.svg) no-repeat right center !important;}
.Product_icons_texts_marquee_new{ display:none; }
.product-form__item {
  position: relative;
}
.product-form__warn-message {
  display: none;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: normal;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: var(--color-error-message);
  border-radius: 6px;
  font-size: 12px;
  line-height: 13px;
}
.max-message {
  display: none;
}
.exceed-amount-message {
  top: -28px;
  font-size: 11px;
}
.exceed-amount-message a {
  color: var(--color-error-message);
  text-decoration: underline;
}
.Product_object_image_text_main_new{}
.Product_object_image_text_inner_new{ max-width:1328px; margin:auto; width:100%; } 
.Product_object_image_text_boths_new{position:relative;}
.Product_object_image_text_boths_mainstatic_new{width:55.874%; margin:auto;}
.Product_object_image_text_boths_innerstatic_new{position:relative; padding-bottom:89.085%;}
.Product_object_image_text_boths_innerstatic_new .image{padding-top:0 !important; position:static;}
.Product_object_image_text_boths_innerstatic_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important;}
.Product_object_image_text_boths_mainoverlay_new{}
.Product_object_image_text_boths_inneroverlay_new{}
.Product_object_image_text_boths_inneroverlay_maindetails_new{position:absolute;}
.Product_object_image_text_boths_inneroverlay_innerdetails_new{}
.Product_object_image_text_boths_inneroverlay_innerdetails_title_new{}
.Product_object_image_text_boths_inneroverlay_innerdetails_title_new h2{margin:0; color: #000; font-size: 40px; font-weight: 400; line-height: 100%;}
.Product_object_image_text_boths_inneroverlay_innerdetails_infos_new{padding-top:24px;}
.Product_object_image_text_boths_inneroverlay_innerdetails_infos_new p{color:#000; font-size: 18px; font-weight: 400; line-height: 128%; margin:0;}
.Product_object_image_text_boths_inneroverlay_leftdetail_1_new{left:0; top:126px; width:336px; }
.Product_object_image_text_boths_inneroverlay_leftdetail_1_new:after{position:absolute; content:'';  bottom:-70px; left:0; background:url(leftdetail_img1.svg) no-repeat left bottom; width: 310px; height: 40px;}
.Product_object_image_text_boths_inneroverlay_rightdetail_1_new{right:0; top:68px; text-align:right; width:264px; }
.Product_object_image_text_boths_inneroverlay_rightdetail_1_new:after{position:absolute; content:'';  top:30px; left:-244px; background:url(rightdetail_img1.svg) no-repeat left bottom; width: 222px; height:62px;}
.Product_object_image_text_boths_inneroverlay_leftdetail_2_new{left:0; bottom:92px; width:336px; }
.Product_object_image_text_boths_inneroverlay_leftdetail_2_new:after{position:absolute; content:'';  top:-56px; left:70px; background:url(leftdetail_img2.svg) no-repeat left bottom; width: 258px; height: 46px;}
.Product_object_image_text_boths_inneroverlay_rightdetail_2_new{bottom:194px; right:0; text-align:right; width:304px; }
.Product_object_image_text_boths_inneroverlay_rightdetail_2_new:after{position:absolute; content:'';  bottom:-71px; right:8px; background:url(rightdetail_img2.svg) no-repeat left bottom; width: 399px; height: 39px;}

.product_review_main_new{ padding:80px 0px; }
.product_review_inner_new{ max-width: 85.543%; margin:auto; }
.product_review_main_title_new{ text-align:center; }
.yotpo-head{ display:none !important; }
.yotpo-bottom-line .yotpo-summary-section .yotpo-reviews-summary-button{ display:none !important; }
.yotpo-bottom-line .yotpo-star-distribution{ display:none !important; }
.yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics-panel{ display:none !important; }
.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel{ display:none !important; }
.yotpo-base-layout{ width:100% !important; }
.yotpo-reviews-container{ border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.25); background: #FFF; padding:0 40px; }
.yotpo-review-border-smooth{ display:none !important; }
.yotpo-reviews-pagination-container{ margin-bottom:40px !important; }
.yotpo-review-votes-wrapper{ display:none !important; }
.yotpo-review, .yotpo-media-modal .yotpo-review{ padding:40px 0 !important; margin:0 !important; border-bottom:1px solid #D9D9D9; }
.yotpo-main-layout .yotpo-layout-header-wrapper{ margin:32px 0 32px 0 !important; flex-direction: column !important; grid-gap: 16px; }
.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score{ font-family: var(--font-body) !important; color: #0c0c0c !important; font-size: 48px !important; font-weight: 500 !important; line-height: 128%; padding: 0 !important; }
.yotpo-bottom-line .yotpo-bottom-line-right-panel {  margin-left: 16px !important; padding-right: 0 !important; padding-top: 10px !important; }
.yotpo-new-review-btn-wrapper .yotpo-btn-s{ border-radius: 32px !important; border: 1px solid #000 !important; background: #FFF !important; color: #0C0C0C !important; font-size: 16px !important; font-weight: 500 !important; line-height: 20px !important; height:48px !important; min-width:240px !important; }
.yotpo-new-review-btn-wrapper .yotpo-btn-s:hover{  border: 1px solid #000 !important; background: #000 !important; color: #fff !important; }
.yotpo-new-review-btn-wrapper .yotpo-btn-s:focus{ outline:none !important; }
.yotpo-main-widget-layout{ font-family: var(--font-body) !important; }
.yotpo-bottom-line-text{ color: #0C0C0C !important; font-size: 18px !important; font-weight: 400 !important; line-height: 128% !important; font-family: var(--font-body) !important; }
.yotpo-display-s .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-summary{ margin-top:0 !important; }
.yotpo-display-s .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line{ margin-bottom:0 !important; }
.yotpo-filters-container{ margin:0 0 16px 0 !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-input{ background:#fff url(tabler_search_icon.svg) no-repeat left 17px center !important; font-family: var(--font-body) !important; height:48px !important; border:1px solid #000 !important; padding-left:41px !important; color: #0C0C0C !important; font-size: 16px !important; font-weight: 500 !important; line-height: 128% !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-input::-webkit-input-placeholder{ color: #000 !important; opacity:1 !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-input:-ms-input-placeholder{ color: #000 !important; opacity:1 !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-input::-moz-placeholder{ color: #000 !important; opacity:1 !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-input:-moz-placeholder{ color: #000 !important; opacity:1 !important; }
.yotpo-search-filter .yotpo-search-label .yotpo-search-icon{ display:none !important; }
.yotpo-filter-select{ height:48px !important; border:1px solid #000 !important; }
.yotpo-dropdown-base .yotpo-selected-value{ font-family: var(--font-body) !important; color: #0C0C0C !important; font-size: 16px !important; font-weight: 500 !important; line-height: 128% !important;  }
.yotpo-media-select{ height:48px !important; border:1px solid #000 !important; }
.yotpo-radio-base .yotpo-selected-value{ font-family: var(--font-body) !important; color: #0C0C0C !important; font-size: 16px !important; font-weight: 500 !important; line-height: 128% !important;  }
.yotpo-dropdown-closable .yotpo-dropdown-base .yotpo-dropdown-placeholder-input{ height:48px !important; border:1px solid #000 !important; }
.yotpo-reviewer-image{ width:48px !important; height: 48px !important; }
.yotpo-verified-image-icon span svg{ width:48px !important; }
.yotpo-verified-icon-wrapper{ display:flex !important; top:32px !important; left:32px !important; }
.yotpo-reviewer-details-verified{ padding-top:0 !important; }
.yotpo-reviewer-name{ font-family: var(--font-body) !important; color: #080908 !important; font-size: 18px !important; font-weight: 500 !important; line-height: 128% !important;  }
.yotpo-reviewer-verified-buyer-text{ font-family: var(--font-body) !important; color: #080908 !important; font-size: 14px !important; font-weight: 400 !important; line-height: 128% !important;  }
.yotpo-review-rating-title{ flex-direction:column !important; grid-gap:16px !important; margin-bottom:24px !important; }
.yotpo-review-title{ font-family: var(--font-body) !important; color: #080908 !important; font-size: 18px !important; font-weight: 500 !important; line-height: 128% !important; margin:0 !important;  }
.yotpo-review-thumbnail-container{ margin-bottom:24px !important; }
.yotpo-single-thumbnail.yotpo-image-thumbnail{ width: 120px !important; min-width: 120px !important; height: 120px !important; min-height: 120px !important; }
.yotpo-review-content{ font-family: var(--font-body) !important; color: #080908 !important; font-size: 18px !important; font-weight: 400 !important; line-height: 128% !important; margin-top:0 !important; }
.yotpo-text-container .yotpo-read-more{ font-family: var(--font-body) !important; color: #080908 !important; font-size: 18px !important; font-weight: 600 !important; line-height: 128% !important;  }
.yotpo-date-format{ font-family: var(--font-body) !important; color: #000 !important; font-size: 16px !important; font-weight: 400 !important; line-height: 128% !important; }
.yotpo-horizontal-pagination .yotpo-reviews-pagination-item{ font-family: var(--font-body) !important; }
.yotpo-display-l .yotpo-main-layout .yotpo-layout-header-wrapper .yotpo-bottom-line{ margin-right:0 !important; }
.yotpo-review-media-modal .yotpo-review-media-modal-body .yotpo-modal-body-right-side .yotpo-modal-body-right-side-center .yotpo-modal-body-review-title{ margin-top:10px !important; }
.yotpo-mobile-filters-btn .yotpo-mobile-filters-btn-badge-wrapper{ display:none !important; }
.yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn{ justify-content:center; border: 1px solid #000 !important; }
.yotpo-mobile-filters-btn .yotpo-mobile-filters-btn-text{ font-family: var(--font-body) !important; color: #000 !important; font-size: 16px !important; font-weight: 500 !important; line-height: 128% !important; }
.yotpo-display-s .yotpo-review .yotpo-review-center-panel, .yotpo-media-modal .yotpo-review .yotpo-review-center-panel{ flex-basis: 60% !important; margin-top:0 !important; }
.yotpo-display-s .yotpo-review .yotpo-review-right-panel, .yotpo-media-modal .yotpo-review .yotpo-review-right-panel{ order:2 !important; }
.yotpo-vertical-pagination .yotpo-reviews-pagination-item { border: 0 !important; padding-top: 0 !important; width: 100% !important; height: auto !important; font-weight: 500 !important; font-size: 16px !important; line-height: 128% !important; text-transform: uppercase !important; text-decoration: underline !important; text-underline-offset: 3px !important; font-family: var(--font-body) !important; }
.yotpo-popup-close-button-wrapper svg { width: 20px !important; height: 20px !important; }
.yotpo-vertical-pagination .yotpo-reviews-pagination-item:active { background-color: transparent !important; color: inherit !important; }
/* Product */

/* LP */
.Index_top_text_with_image_reverse_new.Index_top_text_with_image_main_new{ border-bottom:0; }
.Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_new { flex-direction: row-reverse; }
.Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_mainleft_new{ width:calc(100% - 58.334%); border:0; border-left:1px solid #000; }
.Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_mainright_new { width: 58.334%; }
.Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new{ max-width:100%; }

.LP_Hulken_feature_product_main_new{ padding:80px 0 0 0; }
@media screen and (max-width: 750px) {
  .LP_Hulken_feature_product_main_new {
    border-bottom: none;
  }
}
.LP_Hulken_feature_product_main_new .Product_template_inner_new{ padding-top:72px !important; }
.LP_Hulken_feature_product_maintitle_new{ text-align:center; }

.LP_Hulken_columns_lists_main_new{ padding:72px 0; border-bottom:1px solid #000; }
.LP_Hulken_columns_lists_maintitle_new{ text-align:center; }
.LP_Hulken_columns_lists_mainloops_new{ padding:48px 0 0 0; }
.LP_Hulken_columns_lists_innerloops_new{ display:flex; flex-wrap:wrap; grid-gap:24px; }
.LP_Hulken_columns_lists_innerloops_mainboxs_new{ width:calc(25% - 18px); }
.LP_Hulken_columns_lists_innerloops_innerboxs_new{}
.LP_Hulken_columns_lists_innerloops_innerboxs_mainleft_new{}
.LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_new{}
.LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_videoimage_new{position:relative; padding-bottom:62.425%; width:100%;}
.LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_videoimage_new .image{position:static; padding-top:0 !important;}
.LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; border:1px solid #000; }
.LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; border:1px solid #000; }
.LP_Hulken_columns_lists_innerloops_innerboxs_mainright_new{ padding:16px 0 0 0; }
.LP_Hulken_columns_lists_innerloops_innerboxs_innerright_title_new{ color: #080908; font-size: 20px; font-weight: 500; line-height: 128%; }
.LP_Hulken_columns_lists_innerloops_innerboxs_innerright_infos_new{ padding:8px 0 0 0; color: #080908; font-size: 18px; font-weight: 400; line-height: 128%; }
.LP_Hulken_columns_lists_innerloops_innerboxs_innerright_infos_new p{ margin:0 0 12px 0; }
.LP_Hulken_columns_lists_innerloops_innerboxs_innerright_infos_new p:last-child{ margin:0; }

.LP_Hulken_schlepper_table_main_new{ padding:56px 0; }
.LP_Hulken_schlepper_table_inner_new{ max-width: 83.133%; margin:auto; }
.LP_Hulken_schlepper_table_sides_new{ display:flex; align-items:center; }
.LP_Hulken_schlepper_table_sides_mainleft_new{ width:30.707%; text-align:center; }
.LP_Hulken_schlepper_table_sides_innerleft_mainparts_new{ padding:32px 0 0 0; }
.LP_Hulken_schlepper_table_sides_innerleft_innerparts_maintexts_new{ padding:16px 0 0 0; }
.LP_Hulken_schlepper_table_sides_innerleft_innerparts_innertexts_new{ display:flex; align-items:center; justify-content:center; grid-gap:8px; }
.LP_Hulken_schlepper_table_sides_innerleft_innerparts_innertexts_new svg{ width:78px; height:auto; }
.LP_Hulken_schlepper_table_sides_innerleft_innerparts_innertexts_new p{ margin:0; color: #0C0C0C; font-size: 14px; font-weight: 400; line-height: 18px; }
.LP_Hulken_schlepper_table_sides_mainright_new{ width:calc(100% - 30.707%); padding:0 0 0 124px; }
.LP_Hulken_schlepper_table_sides_innerright_new{ display:flex; align-items:flex-start; }
.LP_Hulken_schlepper_table_sides_innerright_mainleft_new{ width:20.906%; padding-right:12px; }
.LP_Hulken_schlepper_table_sides_innerright_mainright_new{ width:calc(100% - 20.906%); border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.15); background:#F6F6F6; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_new{ display:flex; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_in_new{ width:33.33%; text-align:center; }
.LP_Hulken_schlepper_table_sides_innerright_innerleft_title_new{ height:80px; }
.LP_Hulken_schlepper_table_sides_innerright_innerleft_loops_new{}
.LP_Hulken_schlepper_table_sides_innerright_innerleft_loops_boxs_new{ height:70px; margin-bottom:8px; display:flex; align-items:center; padding:5px 0; }
.LP_Hulken_schlepper_table_sides_innerright_innerleft_loops_boxs_new p{ font-size: 20px; font-weight: 500; line-height: 128%; margin:0; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_title_new{ height:80px; padding:28px 0 12px 0; display:flex; align-items:center; grid-gap:12px; justify-content:center; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_title_new h4{ color: #080908; font-size: 20px; font-weight: 500; line-height: 128%; text-transform: uppercase; font-family: var(--font-body); margin:0; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_title_new .image{ width: 40px; padding-top: 40px; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_boxs_new{ height:70px; margin-bottom:8px; padding:5px; display:flex; align-items:center; justify-content:center; color: #000; text-align: center; font-size: 18px; font-weight: 400; line-height: 128%;  }
.LP_Hulken_schlepper_table_sides_innerright_innerright_boxs_new:last-child{ margin-bottom:16px; }
.LP_Hulken_schlepper_table_sides_innerright_innerright_boxs_new svg{ width:25px; height:24px; }

.LP_Hulken_image_with_text_main_new{ padding:40px 0; }
.LP_Hulken_image_with_text_inner_new{ max-width:85.618%; margin:auto; }
.LP_Hulken_image_with_text_detail_new{}
.LP_Hulken_image_with_text_detail_mainsides_new{}
.LP_Hulken_image_with_text_detail_innersides_new{ display:flex; align-items:center; }
.LP_Hulken_image_with_text_detail_innersides_mainleft_new{ width:24.715%; }
.LP_Hulken_image_with_text_detail_innersides_maincenter_new{ width:calc(100% - 52.86%); padding:0 14px 0 52px; text-align:center; }
.LP_Hulken_image_with_text_detail_innersides_mainright_new { width:28.145%; }
.LP_Hulken_image_with_text_detail_innersides_innerleft_innerboxs_videoimage_new{position:relative; padding-bottom:162.28%; width:100%;}
.LP_Hulken_image_with_text_detail_innersides_innerleft_innerboxs_videoimage_new .image{position:static; padding-top:0 !important;}
.LP_Hulken_image_with_text_detail_innersides_innerleft_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innerleft_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innerright_new{ display:flex; flex-direction:column; grid-gap:24px; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_1_new{ margin:0 0 0 29px; width:50.625%; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_1_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new{ position:relative; padding-bottom:143.21%; width:100%; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_1_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new .image{position:static; padding-top:0 !important;}
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_1_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_1_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_2_new{ width:100%; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_2_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new{ position:relative; padding-bottom:72.5%; width:100%; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_2_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new .image{position:static; padding-top:0 !important;}
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_2_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innerright_boxs_2_new .LP_Hulken_image_with_text_detail_innersides_innerright_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border:1px solid #fff; }
.LP_Hulken_image_with_text_detail_innersides_innercenter_innertitle_new{}
.LP_Hulken_image_with_text_detail_innersides_innercenter_innertitle_new h2{ color:#fff; }
.LP_Hulken_image_with_text_detail_innersides_innercenter_maininfos_new{ max-width: 300px; margin: auto; }
.LP_Hulken_image_with_text_detail_innersides_innercenter_innerinfos_new p{ color: #FFF; font-size: 18px; font-weight: 400; line-height: 128%; margin:0; padding:16px 0 0 0;  } 
.LP_Hulken_image_with_text_detail_innersides_innercenter_mainbutton_new{ padding:24px 0 0 0; }

.LP_Hulken_faqs_accordions_main_new{ padding:72px 0; border-bottom:1px solid #000; }
.LP_Hulken_faqs_accordions_inner_new{}
.LP_Hulken_faqs_accordions_mainsides_new{}
.LP_Hulken_faqs_accordions_innersides_new{ display:flex; align-items:center; }
.LP_Hulken_faqs_accordions_innersides_mainleft_new{ width:42.169%; }
.LP_Hulken_faqs_accordions_innersides_mainright_new{ width:calc(100% - 42.169%); padding-left:56px; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innertitle_new h2{ font-size:40px; }
.LP_Hulken_faqs_accordions_innersides_innerleft_mainloops_new{ padding:13px 0 0 0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new{}
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion { margin:0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul{ padding:0; margin:0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li{ list-style-type:none; border-bottom:1px solid #000; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li .question{ color: #000; font-size: 20px; font-weight: 500; line-height: 128%; padding:16px 32px 16px 0; background:url(faq_down_arrow.svg) no-repeat right center; } 
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li.open .question{ background:url(faq_up_arrow.svg) no-repeat right center; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li .answer{ color: #080908; font-size: 18px; font-weight: 400; line-height: 128%; padding:0 0 16px 0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li .answer p{ margin:0 0 16px 0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li .answer p:last-child{ margin:0; }
.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion > ul > li .answer a{ color:inherit; font-weight: 600; text-decoration:underline; text-underline-offset:3px; }
.last_faq_image_new{ display:none; }
.LP_Hulken_faqs_accordions_innersides_innerright_innerboxs_videoimage_new{position:relative; padding-bottom:67.418%; width:100%;}
.LP_Hulken_faqs_accordions_innersides_innerright_innerboxs_videoimage_new .image{position:static; padding-top:0 !important;}
.LP_Hulken_faqs_accordions_innersides_innerright_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; }
.LP_Hulken_faqs_accordions_innersides_innerright_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; }
.LP_Hulken_faqs_accordions_innersides_innerright_innerboxs_last_videoimage_new video{width:100%; border-radius:8px; display:flex; }

.LP_Header_footer_main_new .product_review_main_new{ border-bottom:1px solid #000; }
.yotpo-empty-state{ margin-top:60px; }
.yotpo-empty-state + .yotpo-new-review-btn-wrapper .empty-state{ margin-bottom:0 !important; }
.yotpo-new-review-btn.empty-state{ border-radius: 32px !important; border: 1px solid #000 !important; background: #FFF !important; color: #0C0C0C !important; font-size: 16px !important; font-weight: 500 !important; line-height: 20px !important; height:48px !important; width:260px!important; }
.yotpo-new-review-btn.empty-state:hover{  border: 1px solid #000 !important; background: #000 !important; color: #fff !important; }
.yotpo-new-review-btn.empty-state:focus{ outline:none !important; }
.yotpo-title-text{}

.LP_Header_footer_main_new .Footer_main_new{ padding:40px 0; }
.LP_Header_footer_main_new .Footer_mainbottom_new{ padding:0; }

.Index_icons_texts_marquee_loops_innerboxs_title_new .yotpo-reviews-star-ratings-widget{ margin-bottom:0 !important; }
.Index_icons_texts_marquee_loops_innerboxs_title_new .yotpo-sr-bottom-line-summary > div{ display:none !important; }
.Index_icons_texts_marquee_loops_innerboxs_title_new .yotpo-sr-bottom-line-summary .yotpo-sr-bottom-line-right-panel{ display:block !important; }
.Index_icons_texts_marquee_loops_innerboxs_title_new .yotpo-sr-bottom-line-text--right-panel{ color:#000 !important; font-size:16px !important; font-weight:500 !important; line-height:128% !important; text-transform:uppercase !important; }

.product_sticky_new{ position:fixed; bottom:0; left:0; width:100%; border-top: 1px solid #000; background: #F6F6F6; padding:8px 16px 16px 16px; z-index: 3; display:none; }
.product_sticky_in_new{ display:flex; align-items:center; }
.product_sticky_left_new{ width:100px; }
.product_sticky_left_new img{ width:100%; }
.product_sticky_left_new video{ width:100%; }
.product_sticky_right_new{ width:calc(100% - 100px); padding:0 0 0 8px; }
.product_sticky_right_new .Product_template_detail_rightside_title_new{ margin:0 0 4px 0 !important; font-size: 18px !important; text-transform: uppercase; }
.product_sticky_right_new .Product_template_detail_rightside_title_new span{ display:none; }
.product_sticky_right_btn_new{}
.product_sticky_right_btn_new .bttn{ min-width:100%; }

.Product_icons_texts_marquee_desktop_new{ display:block; }
/* .Product_icons_texts_marquee_desktop_new .Index_icons_texts_marquee_main_new{ border-top:0; } */
/* LP */
@media only screen and (max-height: 800px) {

  / Styles for logical resolution  macbook 13 inch /

  .Header_object_size_guide_innerdetail_new, .Header_object_size_guide_innerdetail_maincommon_new { height: 472px; }

}

@media(min-width:0px) and (max-width:749px){
  .page-width { padding: 0 20px!important; }
  .Desktop_image_new{ display:none !important; }
  .Mobile_image_new{ display:flex !important; }

  .Desktop_only_new{ display:none; }
  .Mobile_only_new{ display:block; }

  .Common_title_new h2, .Common_title_new h1{font-size:40px;}
  .Common_large_title_new h2, .Common_large_title_new h1{font-size:40px;}

  .bttn{padding:13px;}
  .bttn:hover{ background:#000 !important; color:#FFF !important; border:1px solid #000 !important;  }
  .button_white_new:hover{ background:#FFF !important; color:#000 !important; border-color:#fff !important; }
  .button_white_border_new:hover{ background:#FFF !important; color:#000 !important; border-color:#000 !important; }
  .button_border_new:hover{background:none !important; color:#000 !important; border-color:#000 !important; }

  /* Index */
  .Header_announcement_lists_marquee span{ grid-gap:0 16px; }
  .Header_announcement_lists_marquee .js-marquee-wrapper{grid-gap:0 16px;}
  .Header_announcement_lists_marquee .js-marquee span{grid-gap:0 16px;}
  .Header_announcement_lists_loops_mainboxs_new{grid-gap:0 16px;}
  .Header_announcement_lists_loops_innerboxs_new p{font-size:12px;}
  
  .Index_top_text_with_image_sides_new{display:block;}
  .Index_top_text_with_image_sides_mainleft_new{width:100%; border-bottom:1px solid #000; border-right:none;}
  .Index_top_text_with_image_sides_innerleft_new{padding:32px 20px 24px; display:block;}
  .Index_top_text_with_image_sides_innerleft_innerboths_subtitle_new h1{ font-size:20px; text-align:center; }
  .Index_top_text_with_image_sides_innerleft_innerboths_innertitle_new h2{ text-align:center; }
  .Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new{ max-width:336px; margin:auto; }
  .Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new p{font-size:16px; max-width:100%; text-align:center;}
  .Index_top_text_with_image_sides_innerleft_innerparts_innerbutton_new{ text-align:center; }
  .Index_top_text_with_image_sides_innerleft_innerparts_innertexts_new{justify-content:center;}
  .Index_top_text_with_image_sides_mainright_new{width:100%;}
  .Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new{padding-bottom:62.935%;}
  .Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new .image{padding-top:0% !important; position:static;}
  
  .Index_image_texts_marquee_main_new{padding:20px 0 20px 0;}
  .Index_image_texts_marquee span{grid-gap:0 16px;}
  .Index_image_texts_marquee .js-marquee-wrapper{grid-gap:0 16px;}
  .Index_image_texts_marquee .js-marquee span{grid-gap:0 16px;}
  .Index_image_texts_marquee_loops_innerboxs_new{grid-gap:0 16px;}
  .Index_image_texts_marquee_loops_innerboxs_image_new{width:40px; height:40px;}
  .Index_image_texts_marquee_loops_innerboxs_title_new{font-size:32px;}
  
  .Index_texts_with_images_main_new{padding:56px 0; }
  .Index_texts_with_images_main_new .page-width{padding:0 20px !important;}
  .Index_texts_with_images_sides_new{display:block;}
  .Index_texts_with_images_sides_mainleft_new{width:100%;}
  .Index_texts_with_images_sides_innerleft_new{padding:0px;}
  .Index_texts_with_images_sides_innerleft_innertitle_new h2{ text-align:center;}
  .Index_texts_with_images_sides_innerleft_maininfos_new{padding-top:16px;}
  .Index_texts_with_images_sides_innerleft_innerinfos_new p{font-size:16px; font-weight:500; text-align:center;}
  .Index_texts_with_images_sides_mainright_new{width:100%; padding-top:24px;}
  .Index_texts_with_images_sides_innerright_mainright_new{width:100%; border: 0; }
  .Index_texts_with_images_sides_innerright_innerright_videoimage_new{padding-bottom:156%;}
  .Index_texts_with_images_sides_innerright_innerright_videoimage_new img{border-radius:8px; border: 1px solid #000; }
  .Index_texts_with_images_sides_innerright_innerright_videoimage_new video{border-radius:8px; border: 1px solid #000; }

  .Index_featured_collection_main_new{padding:56px 0;}
  .Index_featured_collection_innersides_new{justify-content:center;}
  .Index_featured_collection_innersides_innertitle_new{ max-width:336px; margin:auto; }
  .Index_featured_collection_innersides_innertitle_new h2{text-align:center;}
  .Index_featured_collection_innersides_innerboths_new{grid-gap:0px; flex-direction:column-reverse; padding-top:32px;}
  .Index_featured_collection_innersides_innerboths_mainpopup_new{padding-top:16px;}
  .Index_featured_collection_mainloops_new{padding-top:24px;}
  .Index_featured_collection_slider{padding:0 20px;}
  .Product_grid_item_main_new{width:268px;}
  .product-item__sizer .image, .product-item__image .image { padding-top: 125.375% !important; }
  .Product_item_innerdetail_innersides_new{display:block;}
  .Product_item_innerdetail_innersides_innerright_new{display:flex; align-items:center;}
  .Product_item_price_count_new .Product_item_innerdetail_innersides_innerright_count_new{padding-top:0px; display:inline-block; vertical-align:middle; padding-right:4px; }
  .Product_item_price_count_new .Product_item_innerdetail_innersides_innerright_price_new{ display:inline-block; vertical-align:middle; }
  .Product_item_main_new .bttn{min-width:100%; margin-top:24px; opacity:1;}
  .Product_item_price_count_new{ padding-top:12px; font-size:0; display:block; line-height: 128%; }
  .Product_item_innerdetail_innersides_innerright_price_new .price{ font-weight:400; }
  .Product_item_main_new .product-item__quick-shop-button.bttn{ opacity:1; }
  .product-item__image-wrapper:hover .product-item__image.not-first, .product-item__image-wrapper:focus .product-item__image.not-first, .product-item__image-wrapper:focus-within .product-item__image.not-first { opacity: 0; transition: opacity .35s; }

  .size_guide_open{ overflow:hidden; } 
  .Header_object_size_guide_main_new{ max-width:100%; right:0; border-radius: 8px 8px 0px 0px; }
  .Header_object_size_guide_main_new.open { bottom: 0px;}
  .Header_object_size_guide_inner_new{}
  .Header_object_size_guide_mainclose_new{right:10px; top:10px;}
  .Header_object_size_guide_maintitle_top_new { padding: 24px 20px 0; }
  .Header_object_size_guide_innerdetail_innercommon_new { padding: 0 20px 99px; }
  .Header_object_size_guide_innerloops_innerboxs_new{font-size:16px;}
  .Header_object_size_guide_innerdetail_innercommon_mainboths_new{height:388px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{top:16px; width:142px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p{font-size:14px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p strong{font-size:16px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{top:73px; width:102px; height:24px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_2_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{width:160px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_2_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{width:67px; height:113px; top:89px; background-size:67px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_3_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{width:131px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_3_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{width:85px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_4_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new{bottom:18px; width:126px;}
  .Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_4_new.Header_object_size_guide_innerdetail_innercommon_innerboths_inneroverlay_infos_new p:after{height:38px; top:-46px; background-size:contain;}
  .Header_object_size_guide_innerdetail_innercommon_innerstatic_new{padding-top:16px;}
  .Header_object_size_guide_innerdetail_innercommon_button_new{ padding:27px 20px; }
  .Header_object_size_guide_innerdetail_innerdifferent_button_new a{min-width:240px;}
  .Header_object_size_guide_innerdetail_innercommon_button_new .bttn{ min-width:240px; }
  .Header_object_size_guide_innerdetail_new, .Header_object_size_guide_innerdetail_maincommon_new { height: 490px; /*overflow:scroll;*/ }

  /*.Header_object_size_guide_main_new.open{ overflow:visible; }
  .Header_object_size_guide_innerdetail_maincommon_new.optiscroll.is-enabled{ overflow:visible !important; }
  .Header_object_size_guide_innerdetail_maincommon_new .optiscroll-content{ position:relative !important; height:100%; }*/
  
  .Index_icons_texts_marquee_main_new{padding:11px 0 11px 0;}
  .Index_icons_texts_marquee span{}
  .Index_icons_texts_marquee .js-marquee-wrapper{grid-gap:0 32px;}
  .Index_icons_texts_marquee .js-marquee span{grid-gap:0 32px;}
  .Index_icons_texts_marquee_loops_innerboxs_new{grid-gap:0 8px;}
  .Index_icons_texts_marquee_loops_innerboxs_image_new{width:24px; height:24px;}
  
  .Index_object_review_lists_main_new{padding:56px 0; border-bottom:1px solid #000;}
  .Index_object_review_lists_innertitle_new .image img{ width: 156px; top: 2px; left: 8px; }
  .Index_object_review_lists_slider{ padding:0 20px !important; margin:0; }
  .Index_object_review_lists_slider .swiper-scrollbar{display:block; border-radius:80px; background:#FFF; bottom:0 !important; position: relative; left: 0 !important; margin: 32px 0 0 0; right: 0 !important; width: 100% !important; }
  .Index_object_review_lists_slider .swiper-scrollbar-drag{border-radius:80px; background:#000;}
  
  .Index_object_overlay_item_innerstatic_innerboths_new{width:100%;}
  .Index_object_overlay_item_mainoverlay_new{padding:56px 39px;}
  .Index_object_overlay_item_inneroverlay_new{display:block;}
  .Index_object_overlay_item_inneroverlay_mainleft_new{width:100%; padding-left:0;}
  .Index_object_overlay_item_inneroverlay_innerleft_new{padding:0;}
  .Index_object_overlay_item_inneroverlay_innerleft_logos_new{ width:224px;}
  .Index_object_overlay_item_inneroverlay_innerleft_title_new{padding-top:8px;}
  .Index_object_overlay_item_inneroverlay_innerleft_title_new h2{font-size:32px; font-weight:500;}
  .Index_object_overlay_item_inneroverlay_innerleft_boths_infos_new{padding-top:8px;}
  .Index_object_overlay_item_inneroverlay_innerleft_boths_infos_new p{font-size:16px; max-width:242px;}
  .Index_object_overlay_item_inneroverlay_innerleft_boths_button_new a{min-width:288px; }
  .Index_object_overlay_item_inneroverlay_mainright_new{width:100%; padding-top:32px;}
  .Index_object_overlay_item_inneroverlay_innerright_imagevideo_new{padding-bottom:162.963%;}
  
  .Index_buy_save_marquee_main_new{padding:56px 0 20px 0;}
  .Index_buy_save_marquee_inner_new{display:flex; flex-direction:column-reverse;}
  .Index_buy_save_marquee_mainboths_new{ margin:0; }
  .Index_buy_save_marquee_mainloops_new{padding-top:7px;}
  .Index_buy_save_marquee span{ grid-gap:0px; }
  .Index_buy_save_marquee .js-marquee-wrapper{grid-gap:0px;}
  .Index_buy_save_marquee .js-marquee span{grid-gap:0px;}
  .Index_buy_save_marquee_innerloops_mainboxs_new{width:200px;}
  .Index_buy_save_marquee_innerloops_innerboxs_new img{border-radius:0px;}
  
  .Index_logos_marquee_lists_main_new{padding:3px 0px;}
  .Index_logos_marquee_lists_marquee span{ display:flex; grid-gap:0; }
  .Index_logos_marquee_lists_marquee .js-marquee-wrapper{display:flex; grid-gap:0;}
  .Index_logos_marquee_lists_marquee .js-marquee span{display:flex; grid-gap:0;}
  .Index_logos_marquee_lists_loops_mainboxs_new{width:142px;}
  
  .Index_object_table_column_inner_new{max-width:100%;}
  .Index_object_table_column_innersides_new{display:block;}
  .Index_object_table_column_innersides_mainleft_new{width:100%;}
  .Index_object_table_column_innersides_innerleft_innertitle_new .Common_large_title_new-inner{ text-align:center;}
  .Index_object_table_column_innersides_innerleft_innertitle_new h2{ text-align:center;}
  .Index_object_table_column_innersides_innerleft_innertitle_new img{width:156px; top:2px; margin-left:10px;}
  .Index_object_table_column_innersides_innerleft_innerboths_innerbutton_new{ text-align:center; }
  .Index_object_table_column_innersides_innerleft_innerboths_innertexts_new{justify-content:center;}
  .Index_object_table_column_innersides_innerleft_innerboths_mainbutton_new{padding-top:48px;}
  .Index_object_table_column_innersides_innerleft_innerboths_maintexts_new{padding-top:12px;}
  .Index_object_table_column_innersides_mainright_new{width:100%; padding:54px 0 0 0; }
  .Index_object_table_column_innersides_innerright_1_new{width:21.795%;}
  .Index_object_table_column_innersides_innerright_1_column_title_new{height:68px;}
  .Index_object_table_column_innersides_innerright_1_column_loops_new{border: 1px solid #000; border-radius: 8px 0 0 8px; border-right:0;}
  .Index_object_table_column_innersides_innerright_1_column_loops_boxs_new{font-size:14px; border-bottom:1px solid #000; height:63px; padding:5px; font-weight: 500;}
  .Index_object_table_column_innersides_innerright_2_new{width:47.764%;}
  .Index_object_table_column_innersides_innerright_2_column_mainstatic_new{height: calc(100% + 39px); top: -23px;}
  .Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new img{border:1px solid #000; border-radius: 8px;}
  .Index_object_table_column_innersides_innerright_2_column_innerstatic_imagevideo_new video{border:1px solid #000; border-radius: 8px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new{height:68px; max-width:117px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new img{width:117px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_loops_boxs_new{font-size: 14px; height:63px; padding:5px;}
  .Index_object_table_column_innersides_innerright_3_new{width:calc(100% - 69.559%); border: 1px solid #000; border-radius: 0 8px 8px 0px; border-left:none;}
  .Index_object_table_column_innersides_innerright_3_column_title_new{height:68px; border-radius: 0px 8px 0 0px; border-bottom:1px solid #000; font-size:16px; padding:0 20px; }
  .Index_object_table_column_innersides_innerright_3_column_loops_boxs_new{font-size:14px; border-bottom:1px solid #000; height:63px; padding:5px;}
  .Index_object_table_column_innersides_innerright_3_column_loops_boxs_new br{ display:none; }
  
  .Index_tabs_blogs_category_main_new{padding:56px 0;}
  .Index_tabs_blogs_category_main_new .page-width{padding:0 !important;}
  .Index_tabs_blogs_category_detail_innersides_new{display:block;}
  .Index_tabs_blogs_category_detail_innersides_mainright_new{width:100%; padding:23px 20px 0 20px;}
  .Index_tabs_blogs_category_detail_innersides_innerleft_mainmobile_new {}
  .Index_tabs_blogs_category_detail_innersides_innerleft_innermobile_new{text-align:center;}
  .Index_tabs_blogs_category_detail_innersides_innerleft_innermobile_new h2 {display: inline;}
  .Index_tabs_blogs_category_detail_innersides_innerleft_innermobile_new img{width:156px; margin:auto; top:4px; left:0; position: relative; object-fit: cover; right: 0; bottom: 0; height: 100% !important;}
  .Index_tabs_blogs_category_detail_innersides_innerleft_innermobile_new .image{padding-top:0 !important; display:inline-block;}
  .Index_tabs_blogs_category_detail_innersides_innerright_new .tab button{ width:33.33%; }
  .Index_tabs_blogs_category_detail_mainlists_new{padding-top:24px;}
  .Index_tabs_blogs_category_detail_innerlists_innerloops_mainboxs_new{ width:304px; }
  .Index_tabs_blogs_category_detail_innersides_innerright_innerboxs_new{font-size:16px;}
  .Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_image_new{padding-bottom: 102.635%;}
  .Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_links_new{margin-top:16px;}
  .Index_tabs_blogs_category_slider{padding:0 20px;}
  
  .Index_object_instagram_main_new{padding:56px 0;}
  .Index_object_instagram_innersides_mainleft_new {width: 100%;}
  .Index_object_instagram_innersides_innerleft_1_new{ margin:auto; margin-bottom:-4px; }
  .Index_object_instagram_innersides_innerleft_1_boths_new{ margin:auto; justify-content:center; }
  .Index_object_instagram_innersides_innerleft_1_boths_title_new{ text-align:center; }
  .Index_object_instagram_innersides_innerleft_1_boths_loops_new{ width:168px; }
  .Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new > div{ font-size:40px; text-underline-offset: 4px; }
  .Index_object_instagram_innersides_innerleft_2_new{text-align:center;}
  .Index_object_instagram_innersides_innerleft_2_title_new h2 br{ display:block; }
  .Index_object_instagram_innerloops_new{padding-top:32px;}
  .Index_object_instagram_innerloops_mainboxs_new{width:304px;}
  .Index_object_instagram_innerloops_innerboxs_innerboths_imagevideo_new{padding-bottom:172.04%;}
  .Index_object_instagram_slider { padding: 0 20px; }
  
  .Footer_main_new{padding:0; border-top:1px solid #000; position:relative; }
  .Footer_main_new .page-width{ padding:0 !important; }
  .Footer_mainloops_new{grid-gap:0px; display:flex; flex-direction:row; flex-wrap:wrap;}
  .Footer_inner_new{max-width:100%;}
  .Footer_mainloops_mainboxs_detail_new{ padding:0; }
  .footer__group--newsletter{ padding:28px 20px 24px 20px !important; max-width: 375px; margin: auto; }
  .Footer_mainloops_mainboxs_new{padding-bottom:0px; order:1;}
  .Footer_mainloops_mainboxs_title_new{margin-bottom:16px; padding:0px;}
  .Footer_mainloops_mainboxs_detail_new{order:2; }
  .Footer_mainloops_mainboxs_title_new span{font-size:18px;}
  .Footer_mainloops_mainboxs_detail_menus_loops_new{display:block; grid-gap:0px;}
  .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new{width:100%; font-size:14px; padding-bottom:12px;}
  .Footer_mainloops_mainboxs_new.footer__group--2, .Footer_mainloops_mainboxs_new.footer__group--3, .Footer_mainloops_mainboxs_new.footer__group--4 { order: 3; width: 33.33% !important; padding: 24px 0; }
  .Footer_mainloops_mainboxs_new.footer__group--2{ padding-left:20px; width:41% !important; }
  .Footer_mainloops_mainboxs_new.footer__group--3{ width:32% !important; }
  .Footer_mainloops_mainboxs_new.footer__group--4{ padding-right:20px; width:27% !important; }
  .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new:last-child{padding-bottom:0px;}
  .Footer_socialicon_main_new{border-top:1px solid #000; border-bottom:1px solid #000; padding:12px 0;}
  .Footer_socialicon_inner_new ul{justify-content:center; grid-gap:24px;}
  .Footer_socialicon_inner_new ul li{padding:0; }
  .Footer_socialicon_inner_new ul li svg{ width: 24px; height: 24px; }
  .Footer_newsletter_main_new{display:block; align-items:center; padding-bottom:0px;}
  .Footer_newsletter_mainleft_new{width:100%;}
  .Footer_newsletter_innerleft_maintitle_mobile_new h2{display:flex; justify-content:center;}
  .Footer_newsletter_innerleft_maintitle_mobile_new{position:relative; width:100%;display:flex;}
  .Footer_newsletter_innerleft_maintitle_mobile_new .image{padding-top:0 !important; display:inline-block; width:147px; margin:0 0 0 9px; }
  .Footer_newsletter_innerleft_maintitle_mobile_new img{width:147px; position:absolute; object-fit:contain; top:1px; right:0; bottom:0; left:0; height:100% !important;}
  .Footer_newsletter_innerleft_maininfos_new{margin-top:12px; text-align:center;}
  .Footer_newsletter_innerleft_maininfos_new p{font-size:16px;}
  .Footer_newsletter_mainright_new{width:100%; padding:24px 0 0 0;}
  .footer__newsletter .newsletter__input-container .input{width:calc(100% - 112px); height:48px; padding:14px 15px;}
  .Footer_newsletter_innerright_button_new{min-width:104px; margin-left:8px; }
  .Footer_newsletter_innerright_maindetail_new{  text-align:center;}	
  .Footer_mainbottom_new{padding-top:0px;}
  .Footer_innerbottom_mainimage_new{ padding:0 20px; }
  .Footer_innerbottom_mainboths_new{padding:24px 20px 56px 20px;}
  .Footer_innerbottom_innerboths_innersides_new{display:flex; justify-content:space-between;}
  .Footer_innerbottom_innerboths_innersides_copyright_new p{text-align:left;}
  .Footer_innerbottom_innerboths_innersides_copyright_new p br{display:block;}
  .Footer_innerbottom_innerboths_mainmenus_new{padding-top:16px;}
  .Footer_innerbottom_innerboths_innermenus_new ul{justify-content:start; grid-gap:8px;}
  .footer__group--social_icons{ --desktop-width: 100% !important; }
  .Footer_innerbottom_new{ display:block; }
  .Footer_innerbottom_mainimage_new{ width:100%; }
  .Footer_innerbottom_mainboths_new{ width:100%; }
  .Footer_innerbottom_innerboths_new{ max-width:100%; }
  /* Index */

  /* Collection */
  .Collection_meta_top_sides_main_new{border-bottom:none;}
  .Collection_meta_top_sides_detail_new{flex-direction:column-reverse;}
  .Collection_meta_top_sides_detail_mainleft_new{width:100%; border-top:1px solid #000; border-right:none;}
  .Collection_meta_top_sides_detail_innerleft_new{padding:24px 20px 0; display:block;}
  .Collection_meta_top_sides_detail_innerleft_innerinfos_new p{font-size:16px;}
  .Collection_meta_top_sides_detail_mainright_new{width:100%;}
  .Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new{padding-bottom:58.67%;}
  
  .Collection_featured_items_main_new{padding:32px 0;}
  .Collection_featured_items_lists_innertitle_new h3{font-size:24px;}
  .Collection_featured_items_lists_mainloops_new{padding-top:24px;}
  .Collection_featured_items_lists_innerloops_new{grid-gap:32px 12px;}
  .Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new{width:calc(50% - 6px);}
  .Collection_Product_item_main_new .product-item__image .image, .Collection_Product_item_main_new .product-item__sizer .image { padding-top: 126.32% !important; }
  .Collection_Product_item_main_new .yotpo.bottomLine .yotpo-bottomline .yotpo-stars{ display:flex; }
  .Collection_Product_item_main_new .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star{ font-size: 14px !important; }
  .Collection_Product_item_main_new .yotpo .text-m{ font-size: 13px !important; line-height:16px; }
  .Collection_Product_item_main_new .yotpo.bottomLine .yotpo-bottomline .yotpo-stars { margin-right: 6px !important; }
  .Collection_Product_item_main_new .Product_item_main_new .product-item__quick-shop-button.bttn{ margin-top:16px; }
  
  .Collection_object_details_main_new{padding:0px 0 56px 0;}
  .Collection_object_details_inner_new{max-width:100%;}
  .Collection_object_details_sides_new{ position:relative; }
  .Collection_object_details_sides_mainleft_new{ width: 100%; background: none; padding: 37px 20px; border-radius: 0; position: absolute; left: 0; bottom: 0; z-index: 1; }
  .Collection_object_details_sides_innerleft_innertitle_new{padding-bottom:6px;}
  .Collection_object_details_sides_innerleft_innertitle_new h2{font-size:32px;}
  .Collection_object_details_sides_innerleft_innertitle_new h2 br{display:none;}
  .Collection_object_details_sides_innerleft_innerbutton_new .bttn{min-width:196px; }
  .Collection_object_details_sides_mainright_new{width:100%;}
  .Collection_object_details_sides_innerright_innerstatic_imagevideo_new{padding-bottom:101.495%;}
  .Collection_object_details_sides_innerright_innerstatic_imagevideo_new img{border-radius:16px;}
  .Collection_object_details_sides_innerright_innerstatic_imagevideo_new video{border-radius:16px;}

  .padding_80_new{ padding:56px 0; }
  .mobile_first_product_full_new .Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new:first-child{ width:100%; }
  .mobile_first_product_full_new .Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new:first-child .product-item__image .image, 
  .mobile_first_product_full_new .Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new:first-child .product-item__sizer .image { padding-top: 82% !important; }

  .collection { margin:0; padding:32px 0; }
  .collection__content{ margin:0; }
  .collection__products .grid-display{ grid-gap:32px 12px; margin-top: 24px; }
  .collection__main-area{ max-width:100%; }
  /* Collection */

  /* Product */  
  .Product_template_main_new{padding:0px 20px !important;}
  .Product_template_inner_new{padding:24px 0 56px 0 !important; overflow:visible; }
  .Product_template_detail_leftside_new { width: 100% !important; overflow: hidden; position: relative; top: 0; }
  .Product_template_detail_rightside_new{width:100% !important; flex:none; padding-left:0px !important; position: relative;  top: 0; }
  .product-page-wrapper .media-wrapper .media .image{ padding-top:100%!important; }
  .product-page-wrapper .media-wrapper .media .image__img, .product-page-wrapper .media-wrapper .media .image__shimmer{ height:100% !important; border-radius:16px; }
  .product-page-wrapper .media-wrapper .media .plyr--video{ border-radius:16px; }
  .product__media .flickity-prev-next-button.previous{ display:none; }
  .product__media .flickity-prev-next-button.next{ display:none; }
  .product-thumbnails { display: block; margin-top:6px; }
  .Product_template_detail_leftside_inner_new{ display: flex; flex-direction: column-reverse; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list { width: 100%; white-space: nowrap; flex-direction: row; position: relative; top: 0; margin: 0; grid-gap: 8px; display: block; overflow-x: scroll; overflow-y: hidden; font-size: 0; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list::-webkit-scrollbar { display: none; }
  .product-thumbnails__item { width: 60px; display: inline-block; vertical-align: top; margin: 0 8px 0 0 !important; }
  .product-thumbnails__item img{ height:100% !important; border-radius:8px; }
  .product-thumbnails__item-link.active .image__img { box-shadow: 0 0 0; border: 1px solid #000; }
  .product-thumbnails__item-link{ height:100%; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(1){ width:100%; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(2){ width:100%; }

  .Product_template_detail_rightside_new .product-form{ margin-top:16px; }
  .product__title{font-size:24px !important;}
  .Product_meta_short_description_inner_new{ font-size:16px; }
  .Meta_stitch_product_list_main_new { margin: 16px 0 16px 0 !important; padding-bottom: 16px; }
  .Meta_stitch_product_list_innertitle_new{ font-size:16px; }
  .Meta_stitch_product_list_innerloops_new { grid-gap: 16px 36px; }
  .Meta_stitch_product_list_innerloops_mainboxs_new { width: 56px; }
  .Meta_stitch_product_list_innerloops_innerboxs_new{ padding:3px; }
  .Meta_stitch_product_list_innerloops_title_new { padding: 4px 0 0;  font-size: 14px; width: calc(100% + 36px); margin-left: -18px; }
  .Meta_stitch_product_list_innerloops_tag_new { right: -7px; top: -4px; font-size: 10px; letter-spacing: .2px; padding: 2px 4px; }
  .product-form__option { margin: 16px 0 16px 0; }
  .product-form__controls-group{ margin:0 0 32px 0 !important; position: relative; }
  .product_size_guide_popup_new{ padding-top:0; }
  .product-form__option-label-wrapper label{ font-size:16px; }
  .product-form__option-label-wrapper { margin-bottom: 14px !important; }
  .product-form__chip{ padding:10px 5px; }
  .variant_name_new{ font-size:14px; }
  .variant_info_new { font-size: 12px; padding: 4px 0 0; width: 100%; }
  /* .Product_custom_buy_shipping_text_main_new { margin: 32px 0 12px; } */
  .Product_template_detail_rightside_boths_quantity_new{width:96px !important;}
  .Product_template_detail_rightside_boths_buttons_new{width:calc(100% - 96px);}
  .Product_template_detail_rightside_boths_quantity_new .product-form__quantity-button{ width:24px; }
  .product-form__shop-pay { font-size: 14px; line-height: 150%; }
  .Product_icons_texts_marquee_new{ display:block; margin:32px 0; }
  .Product_icons_texts_marquee_main_new{ margin:0 -20px; }
  .Product_template_detail_rightside_new .accordion .accordion__group .accordion__label{ font-size:16px; }
  .Product_template_detail_rightside_new .accordion__label { padding: 16px 24px 16px 0 !important; }
  .Product_template_detail_rightside_new .product_details_acc_new { margin: 10px 0 0 !important; }
  .Product_template_detail_rightside_new .accordion__text_new { padding-bottom: 16px; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new{ display:block; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(2) { width: 100%; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(3) { width: 100%; }
  
  .Product_object_image_text_main_new{padding:0 0 56px 0;}
  .Product_object_image_text_main_new .page-width{padding:0 !important;}
  .Product_object_image_text_boths_new{padding:0;}
  .Product_object_image_text_boths_mainstatic_new{width:100%;}
  .Product_object_image_text_boths_innerstatic_new{padding-bottom:100%;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_title_new h2{font-size:20px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new{padding-top:8px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new p{font-size:12px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new p br{display:none;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new{left:auto; right:20px; top:0; width:154px; text-align:right;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new:after{ opacity:0; bottom:auto; top:88px; left:auto; right:0; background:url(leftdetail_mb_img2.svg) no-repeat top center; width: 35px; height: 125.5px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new{right:auto; left:20px; top:0; text-align:left; width:168px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new:after{ opacity:0; top:88px; left:0; background:url(leftdetail_mb_img1.svg) no-repeat top center; width: 20px; height: 66px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new{left:20px; bottom:15px; width:168px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new:after{ opacity:0; top:-46px; left:0px; background:url(rightdetail_mb_img1.svg) no-repeat top center; width: 10.5px; height: 39px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new{bottom:0; right:20px; text-align:right; width:154px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new:after{ opacity:0; bottom:auto; right:2px; background:url(rightdetail_mb_img2.svg) no-repeat top center; width: 39.5px; height: 62px; top:-71px;}

  .product_review_main_new { padding: 56px 0; }
  .product_review_inner_new { max-width: 100%; }
  .product_review_main_title_new{ max-width:336px; margin:auto; }
  .product_review_title_new .image{ padding:0 !important; }
  .product_review_title_new img{ width: 156px; margin: auto; position: relative; padding-top: 2px; }
  .yotpo-main-layout .yotpo-layout-header-wrapper { margin: 16px 0 8px 0 !important; grid-gap: 24px; }
  .yotpo-bottom-line-text { font-size: 16px !important; }
  .yotpo-new-review-btn-wrapper .yotpo-btn-s{ min-width:100% !important; padding:0 !important; }
  .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container { width: calc(50% - 6px) !important; }
  .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn { flex-basis: calc(50% - 6px) !important; }
  .yotpo-display-s .yotpo-new-review-btn-wrapper{ width:100%; }
  .yotpo-new-review-btn-wrapper .yotpo-btn-s:hover{ border: 1px solid #000 !important; background: #fff !important; color: #0c0c0c !important; }
  .yotpo-filters-container { margin: 0 0 32px !important; }
  .yotpo-reviews-container{ padding:0 16px; }
  .yotpo-review, .yotpo-media-modal .yotpo-review { padding: 24px 0 !important; }
  .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-questions-mobile-panel, .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-questions-mobile-panel{ display:none !important; }
  .yotpo-review, .yotpo-media-modal .yotpo-review{ grid-gap:16px; }
  .yotpo-display-s .yotpo-review .yotpo-review-right-panel, .yotpo-media-modal .yotpo-review .yotpo-review-right-panel { order: 0 !important; }
  .yotpo-reviewer-name { font-size: 16px !important; }
  .yotpo-date-format { font-size: 14px !important; }
  .yotpo-reviewer-image { width: 40px !important; height: 40px !important; }
  .yotpo-verified-image-icon span svg { width: 40px !important; height: 40px !important; }
  .yotpo-verified-icon-wrapper { top: 28px !important; left: 28px !important; }
  .yotpo-reviews-main-widget svg{ width:12px !important; }
  .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-star-rating, .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-star-rating { margin-bottom: 8px !important; }
  .yotpo-review-title { font-size: 16px !important; }
  .yotpo-review-rating-title { margin-bottom: 8px !important; }
  .yotpo-review-thumbnail-container { margin-bottom: 8px !important; }
  .yotpo-single-thumbnail.yotpo-image-thumbnail { width: 80px !important; min-width: 80px !important; height: 80px !important; min-height: 80px !important; }
  .yotpo-review-content { font-size: 16px !important; }
  .yotpo-text-container .yotpo-read-more { font-size: 16px !important; }
  .yotpo-reviews-pagination-container { margin-bottom: 24px !important; margin-top: 24px !important; }
  .yotpo-vertical-pagination .yotpo-reviews-pagination-item { border: 0 !important; padding-top: 0 !important; width: 100% !important; height: auto !important; font-weight: 500 !important; font-size: 16px !important; line-height: 128% !important; text-transform: uppercase !important; text-decoration: underline !important; text-underline-offset: 3px !important; font-family: var(--font-body) !important; }
  .yotpo-popup-close-button-wrapper svg { width: 20px !important; height: 20px !important; }
  .yotpo-vertical-pagination .yotpo-reviews-pagination-item:active { background-color: transparent !important; color: inherit !important; }
  /* Product */

  /* LP */
  .Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_mainleft_new { width: 100%; border: 0; border-left: 0; border-bottom:1px solid #000; }
  .Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_mainright_new { width: 100%; }
  .Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_innerleft_new{ padding:24px 20px; }
  .Index_top_text_with_image_reverse_new .Index_top_text_with_image_sides_innerleft_mainboths_new{ max-width:335px; margin:auto; }

  .LP_Hulken_feature_product_main_new { padding: 40px 0 0; }
  .LP_Hulken_feature_product_main_new .Product_template_inner_new { padding-top: 36px !important; }

  .LP_Hulken_columns_lists_main_new { padding: 56px 0; }
  .LP_Hulken_columns_lists_innertitle_new{ max-width:335px; margin:auto; }
  .LP_Hulken_columns_lists_mainloops_new { padding: 32px 0 0; }
  .LP_Hulken_columns_lists_innerloops_mainboxs_new {  width: 100%; }
  .LP_Hulken_columns_lists_innerloops_innerboxs_innerleft_videoimage_new { padding-bottom: 58.335%; }
  .LP_Hulken_columns_lists_innerloops_innerboxs_innerright_title_new{ font-size:18px; }
  .LP_Hulken_columns_lists_innerloops_innerboxs_innerright_infos_new{ font-size:16px; }

  .LP_Hulken_schlepper_table_main_new .page-width{ padding:0 !important; }
  .LP_Hulken_schlepper_table_sides_innerleft_innertitle_new{ max-width:335px; margin:auto; }
  .LP_Hulken_schlepper_table_inner_new { max-width: 100%; }
  .LP_Hulken_schlepper_table_sides_new{ flex-direction:column; }   
  .LP_Hulken_schlepper_table_sides_mainleft_new { width: 100%; padding:0 20px; }
  .LP_Hulken_schlepper_table_sides_mainright_new { width: 100%; padding: 32px 0 0 0; }
  .LP_Hulken_schlepper_table_sides_innerright_mainleft_new { width: 109px; padding-right: 0; padding-left: 20px; }
  .LP_Hulken_schlepper_table_sides_innerright_mainright_new{ width:calc(100% - 109px); overflow:scroll; }
  .LP_Hulken_schlepper_table_sides_innerright_mainright_new::-webkit-scrollbar { display: none; }
  .LP_Hulken_schlepper_table_sides_innerright_innerright_new{ min-width:370px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerleft_title_new { height: 72px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerleft_loops_boxs_new { height: 56px; margin-bottom: 16px; padding: 4px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerleft_loops_boxs_new p{ font-size:14px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerright_title_new { height: 72px; padding: 16px 8px; display: flex; align-items: flex-end; grid-gap: 8px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerright_title_new h4{ font-size:16px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerright_boxs_new { height: 56px; margin-bottom: 16px; padding: 5px 12px; justify-content: flex-start; text-align: left; font-size: 14px; }
  .LP_Hulken_schlepper_table_sides_innerright_innerright_boxs_new:last-child { text-align: center; justify-content: center; }

  .LP_Hulken_image_with_text_main_new{ padding:56px 0; }
  .LP_Hulken_image_with_text_main_new .page-width{ padding:0 !important; }
  .LP_Hulken_image_with_text_inner_new{ max-width:100%; }
  .LP_Hulken_image_with_text_slider{ padding:0 40px; }
  .LP_Hulken_image_with_text_detail_innermobile_innerboxs_videoimage_new{position:relative; padding-bottom:78.645%; width:100%;}
  .LP_Hulken_image_with_text_detail_innermobile_innerboxs_videoimage_new .image{position:static; padding-top:0 !important;}
  .LP_Hulken_image_with_text_detail_innermobile_innerboxs_videoimage_new img{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; border:1px solid #fff; }
  .LP_Hulken_image_with_text_detail_innermobile_innerboxs_videoimage_new video{width:100%; position:absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; height:100% !important; border-radius:8px; border:1px solid #fff; }
  .LP_Hulken_image_with_text_slider .swiper-wrapper{ align-items:center; }
  .LP_Hulken_image_with_text_slider .swiper-slide-active .LP_Hulken_image_with_text_detail_innermobile_innerboxs_videoimage_new{ padding-bottom:94.92%; }
  .LP_Hulken_image_with_text_detail_mainsides_new{ padding:24px 20px 0 20px; }
  .LP_Hulken_image_with_text_detail_innersides_new{ display:block; }
  .LP_Hulken_image_with_text_detail_innersides_maincenter_new { width: 100%; padding: 0; }
  .LP_Hulken_image_with_text_detail_innersides_innercenter_innerinfos_new p{ font-size:16px; }

  .LP_Hulken_faqs_accordions_main_new { padding: 56px 0; border:0; }
  .LP_Hulken_faqs_accordions_innertitle_new{ max-width:335px; margin:auto; }
  .LP_Hulken_faqs_accordions_mainsides_new{ padding:32px 0 0 0; }
  .LP_Hulken_faqs_accordions_innertitle_new{ text-align:center; }
  .LP_Hulken_faqs_accordions_innersides_new{ flex-direction: column-reverse; } 
  .LP_Hulken_faqs_accordions_innersides_mainright_new { width: 100%; padding-left: 0; }
  .LP_Hulken_faqs_accordions_innersides_mainleft_new{ width:100%; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_mainloops_new{ padding:0; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .question{ font-size:16px; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .answer{ font-size:16px; }
  /*.LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li:last-child{ border-bottom:0; }*/

  .LP_Header_footer_main_new .Footer_innerbottom_mainboths_new{ padding-bottom:0; }

  .sticky_product .product_sticky_new{ display:block; }
  .sticky_product #gorgias-chat-container{ display:none !important; }

  .Product_icons_texts_marquee_desktop_new{ display:none; }
  /* LP */
}

@media(min-width:750px) and (max-width:959px){
  .page-width { padding: 0 20px!important; }

  .Common_title_new h2, .Common_large_title_new h2{font-size:40px;}
  .bttn{font-size:14px; padding:14px; min-width:250px;}

  /* Index */
  .Index_top_text_with_image_sides_mainleft_new{width:41%;}
  .Index_top_text_with_image_sides_innerleft_new{padding:30px 16px;}
  .Index_top_text_with_image_sides_innerleft_innerboths_subtitle_new h1{ font-size:20px; }
  .Index_top_text_with_image_sides_innerleft_innerboths_innerinfos_new p{font-size:16px; max-width:100%;}
  .Index_top_text_with_image_sides_innerleft_mainparts_new{ padding-top:14px; }
  .Index_top_text_with_image_sides_mainright_new{width:calc(100% - 41%);}
  .Index_top_text_with_image_sides_innerright_innerboxs_videoimage_new{padding-bottom:75%;}
  .Index_top_text_with_image_sides_innerleft_innerparts_innertexts_new p{ font-size:13px; }
  
  .Index_image_texts_marquee_main_new{padding:20px 0 20px 0;}
  .Index_image_texts_marquee span{grid-gap:0 18px;}
  .Index_image_texts_marquee .js-marquee-wrapper{grid-gap:0 18px;}
  .Index_image_texts_marquee .js-marquee span{grid-gap:0 18px;}
  .Index_image_texts_marquee_loops_innerboxs_new{grid-gap:0 18px;}
  .Index_image_texts_marquee_loops_innerboxs_title_new{ font-size:32px; }
  
  .Index_texts_with_images_sides_innerleft_new{padding:40px 16px 40px 20px;}
  .Index_texts_with_images_sides_innerleft_maininfos_new{padding-top:16px;}

  .Index_featured_collection_main_new{padding:60px 0;}
  .Index_featured_collection_innersides_innerboths_new{grid-gap:14px;}
  .Index_featured_collection_innersides_innerboths_innerbutton_new{}
  .Index_featured_collection_innersides_innerboths_innerbutton_new a{min-width:160px; }
  .Index_featured_collection_slider{padding:0 20px;}
  .Product_item_main_new .product-item__quick-shop-button.bttn{ opacity:1; }

  .Header_object_size_guide_main_new{ right:20px; }
  .Header_object_size_guide_main_new.open { bottom: 20px; }
  .Header_object_size_guide_innerloops_innerboxs_new{ font-size:16px; }
  
  .Index_icons_texts_marquee span{ grid-gap:0 30px; }
  .Index_icons_texts_marquee .js-marquee-wrapper{grid-gap:0 30px;}
  .Index_icons_texts_marquee .js-marquee span{grid-gap:0 30px;}
  
  .Index_object_review_lists_main_new{padding:60px 0;}
  .Index_object_review_lists_innertitle_new .image img{ width: 140px; top: 2px; left: 10px;}
  .Index_object_review_lists_slider { margin: 0 -40px; }
  .Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_title_new{ font-size:17px; }
  .Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_texts_new p{ font-size:17px; }
  .Index_object_review_lists_innerloops_innerboxs_2_detail_leftside_new{ font-size:14px; }
  .Index_object_review_lists_innerloops_innerboxs_2_detail_rightside_new{ font-size:14px; }
  
  .Index_object_overlay_item_innerstatic_innerboths_imagevideo_new{padding-bottom:53.5%;}
  .Index_object_overlay_item_mainoverlay_new{padding:40px;}
  .Index_object_overlay_item_inneroverlay_mainleft_new{width:47.827%; padding-left:30px;}
  .Index_object_overlay_item_inneroverlay_innerleft_logos_new{width:210px;}
  .Index_object_overlay_item_inneroverlay_innerleft_title_new h2{font-size:40px;}
  .Index_object_overlay_item_inneroverlay_innerleft_boths_infos_new p{max-width:100;}
  .Index_object_overlay_item_inneroverlay_mainright_new{width:32%;}
  
  .Index_buy_save_marquee_main_new{padding-bottom:60px;}
  .Index_buy_save_marquee_innerloops_mainboxs_new{width:250px;}
  .Index_buy_save_marquee_mainboths_new { margin-top: -20px; }
  
  .Index_logos_marquee_lists_main_new{padding:15px 0px;}
  .Index_logos_marquee_lists_marquee span{grid-gap:0 20px;}
  .Index_logos_marquee_lists_marquee .js-marquee-wrapper{grid-gap:0 20px;}
  .Index_logos_marquee_lists_marquee .js-marquee span{grid-gap:0 20px;}
  .Index_logos_marquee_lists_loops_mainboxs_new{width:140px;}
  
  .Index_object_table_column_main_new{padding:70px 0 45px;}
  .Index_object_table_column_inner_new{max-width:100%;}
  .Index_object_table_column_innersides_mainleft_new{width:38%;}
  .Index_object_table_column_innersides_innerleft_innertitle_new img{width:140px; top: 2px; margin:auto auto auto 10px; }
  .Index_object_table_column_innersides_innerleft_innerboths_mainbutton_new{padding-top:20px;}
  .Index_object_table_column_innersides_innerleft_innerboths_maintexts_new{padding-top:13px;}
  .Index_object_table_column_innersides_innerleft_innerboths_innertexts_new p{ font-size:13px; }
  .Index_object_table_column_innersides_mainright_new{width:calc(100% - 38%); padding-left:25px;}
  .Index_object_table_column_innersides_innerright_1_new{width:20%;}
  .Index_object_table_column_innersides_innerright_1_column_title_new{height:80px;}
  .Index_object_table_column_innersides_innerright_1_column_loops_boxs_new{font-size:15px; height:70px; padding:10px;}
  .Index_object_table_column_innersides_innerright_2_new{width: 40%;}
  .Index_object_table_column_innersides_innerright_2_column_mainstatic_new{height: calc(100% + 49px); top: -27px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new{height:80px; max-width:140px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new img{width: 140px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_loops_boxs_new{font-size:15px; height:70px; padding:8px;}
  .Index_object_table_column_innersides_innerright_3_new{width:calc(100% - 60%);}
  .Index_object_table_column_innersides_innerright_3_column_title_new{height:80px; font-size:16px;}
  .Index_object_table_column_innersides_innerright_3_column_loops_boxs_new{font-size:15px; height:70px; padding:10px;}
  
  .Index_tabs_blogs_category_main_new{padding:60px 0;}
  .Index_tabs_blogs_category_detail_innersides_innerright_new .tab button{ width:104px; }
  .Index_tabs_blogs_category_detail_innersides_innerright_innerboxs_new{font-size:16px;}
  .Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innerboths_title_new{margin-top:12px; font-size:15px; height:40px; }
  .Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_infos_new{font-size:14px;}
  .Index_tabs_blogs_category_detail_innerlists_innerloops_innerboxs_innertexts_links_new{margin-top: 14px; font-size: 15px;}
  
  .Index_object_instagram_main_new{padding:60px 0 0;}
  .Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new>div{ font-size:40px; }
  .Index_object_instagram_innerloops_new { padding-top: 40px; }
  .Index_object_instagram_slider { padding: 0 20px; }
  .Index_object_instagram_innerloops_mainboxs_new{ width:260px; }
  
  .Footer_main_new{padding:60px 0;}
  .Footer_inner_new{max-width:100%;}
  .footer__newsletter .newsletter__input-container .input{ height:50px; }
  .Footer_newsletter_innerright_button_new{ min-width:120px; margin-left:10px; }
  .footer__newsletter .newsletter__input-container .input{ width:calc(100% - 130px); }
  .Footer_newsletter_mainleft_new { width: 48%; }
  .Footer_newsletter_mainright_new { width: 52%; padding-left: 20px; }
  .Footer_newsletter_innerleft_maininfos_new { margin-top: 16px; }
  .Footer_newsletter_innerleft_maininfos_new p{ font-size:16px; }
  .Footer_socialicon_inner_new ul{ grid-gap:10px; }
  .Footer_mainloops_mainboxs_detail_menus_loops_boxs_new{ width:100% !important; }
  .Footer_mainloops_mainboxs_new{ padding-right:36px; }
  .Footer_mainloops_mainboxs_title_new { margin-bottom: 20px; }
  .Footer_mainloops_mainboxs_title_new span{ font-size:22px; }
  .Footer_mainbottom_new {  padding-top: 40px; }
  .footer__group--newsletter { padding-right: 0; }
  .Footer_innerbottom_mainimage_new { width: calc(100% - 355px); }
  .Footer_innerbottom_mainboths_new{ width:355px; }
  /* Index */

  /* Collection */
  .Collection_meta_top_sides_detail_mainleft_new{width:37%;}
  .Collection_meta_top_sides_detail_innerleft_new{padding:30px 20px;}
  .Collection_meta_top_sides_detail_innerleft_innerinfos_new{padding-top:16px;}
  .Collection_meta_top_sides_detail_innerleft_innerinfos_new p{font-size:14px;}
  .Collection_meta_top_sides_detail_mainright_new{width:calc(100% - 37%);}
  .Collection_meta_top_sides_detail_innerright_innerstatic_imagevideo_new{padding-bottom:42%;}
  
  .Collection_object_details_main_new { padding: 0px 0 56px; }
  .Collection_object_details_inner_new{ max-width:100% !important; }
  .Collection_object_details_sides_innerleft_innerbutton_new a { min-width: 218px; }
  .Collection_object_details_sides_innerright_innerstatic_imagevideo_new{ padding-bottom:56%; }
  .Collection_featured_items_lists_mainloops_new .Product_grid_item_main_new { width: calc(50% - 12px); }
  
  .padding_80_new{ padding:56px 0; }
  .collection__main-area{ max-width:100%; }
  /* Collection */

  /* Product */
  .Product_template_main_new{padding:0px 20px !important;}
  .Product_template_inner_new{padding:24px 0 56px 0 !important; overflow:visible; }
  .Product_template_detail_new{ display: flex; align-items: flex-start; justify-content: center; }
  .Product_template_detail_leftside_new { width: 50% !important; overflow: hidden; }
  .Product_template_detail_rightside_new{width:50% !important; flex:none; padding-left: 24px !important; }
  .product-page-wrapper .media-wrapper .media .image{ padding-top:100%!important; }
  .product-page-wrapper .media-wrapper .media .image__img, .product-page-wrapper .media-wrapper .media .image__shimmer{ height:100% !important; border-radius:16px; }
  .product-page-wrapper .media-wrapper .media .plyr--video{ border-radius:16px; }
  .product__media .flickity-prev-next-button.previous{ display:none; }
  .product__media .flickity-prev-next-button.next{ display:none; }
  .product-thumbnails { display: block; margin-top:6px; }
  .Product_template_detail_leftside_inner_new{ display: flex; flex-direction: column-reverse; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list { width: 100%; white-space: nowrap; flex-direction: row; position: relative; top: 0; margin: 0; grid-gap: 8px; display: block; overflow-x: scroll; overflow-y: hidden; font-size: 0; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list::-webkit-scrollbar { display: none; }
  .product-thumbnails__item { width: 64px; display: inline-block; vertical-align: top; margin: 0 8px 0 0 !important; }
  .product-thumbnails__item img{ height:100% !important; border-radius:8px; }
  .product-thumbnails__item-link.active .image__img { box-shadow: 0 0 0; border: 1px solid #000; }
  .product-thumbnails__item-link{ height:100%; }

  .Product_template_detail_rightside_new .product-form{ margin-top:16px; }
  .product__title{font-size:24px !important;}
  .Product_meta_short_description_inner_new{ font-size:16px; }
  .Meta_stitch_product_list_main_new { margin: 16px 0 16px 0 !important; padding-bottom: 16px; }
  .Meta_stitch_product_list_innertitle_new{ font-size:16px; }
  .Meta_stitch_product_list_innerloops_new { grid-gap: 8px 35px; }
  .Meta_stitch_product_list_innerloops_mainboxs_new { width: 56px; }
  .Meta_stitch_product_list_innerloops_innerboxs_new{ padding:3px; }
  .Meta_stitch_product_list_innerloops_title_new { padding: 4px 0 0;  font-size: 14px; width: calc(100% + 36px); margin-left: -18px; }
  .Meta_stitch_product_list_innerloops_tag_new { right: -7px; top: -4px; font-size: 10px; letter-spacing: .2px; padding: 2px 4px; }
  .product-form__option { margin: 16px 0 16px 0; }
  .product-form__controls-group{ margin:0 0 32px 0 !important; }
  .product_size_guide_popup_new{ padding-top:0; }
  .product-form__option-label-wrapper label{ font-size:16px; }
  .product-form__option-label-wrapper { margin-bottom: 14px !important; }
  .product-form__chip{ padding:10px 5px; }
  .variant_name_new{ font-size:14px; }
  .variant_info_new { font-size: 12px; padding: 4px 0 0; width: 100%; }
  /* .Product_custom_buy_shipping_text_main_new { margin: 32px 0 12px; } */
  .Product_template_detail_rightside_boths_quantity_new{width:96px !important;}
  .Product_template_detail_rightside_boths_buttons_new{width:calc(100% - 96px);}
  .Product_template_detail_rightside_boths_quantity_new .product-form__quantity-button{ width:24px; }
  .product-form__shop-pay { font-size: 14px; line-height: 150%; }
  .Product_template_detail_rightside_new .accordion .accordion__group .accordion__label{ font-size:16px; }
  .Product_template_detail_rightside_new .accordion__label { padding: 16px 24px 16px 0 !important; }
  .Product_template_detail_rightside_new .product_details_acc_new { margin: 16px 0 0 !important; }
  .Product_template_detail_rightside_new .accordion__text_new { padding-bottom: 16px; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new{ display:block; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(1) { width: 100%; }
  .Product_template_detail_rightside_new .product_details_acc_new .accordion__text_new .metafield-rich_text_field:nth-child(2) { width: 100%; }
  
  .Product_object_image_text_boths_inneroverlay_innerdetails_title_new h2{font-size:24px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new{padding-top:12px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new p{font-size:14px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new{top:30px; width:270px; }
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new:after{bottom:-30px; width:170px; height:22px; background-size:170px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new{top:30px; width: 200px; }
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new:after{top:16px; left:-100px; width:100px; height:45px; background-size:160px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new{left:0; bottom:40px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new:after{top:-40px; left:0; width:160px; height:30px; background-size:100% 100%;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new{bottom:60px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new:after{bottom:-30px; width:240px; background-size:240px; right:0; }

  .product_review_main_new { padding: 56px 0; }
  .product_review_inner_new { max-width: 100%; }
  .product_review_title_new .image{ padding:0 !important; }
  .product_review_title_new img{ width: 156px; margin: auto; position: relative; padding-top: 2px; }
  .yotpo-main-layout .yotpo-layout-header-wrapper { margin: 16px 0 8px 0 !important; grid-gap: 24px; }
  .yotpo-bottom-line-text { font-size: 16px !important; }
  .yotpo-new-review-btn-wrapper .yotpo-btn-s{ min-width:100% !important; padding:0 !important; }
  .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container { width: calc(50% - 6px) !important; }
  .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn { flex-basis: calc(50% - 6px) !important; }
  .yotpo-display-s .yotpo-new-review-btn-wrapper{ width:100%; }
  .yotpo-new-review-btn-wrapper .yotpo-btn-s:hover{ border: 1px solid #000 !important; background: #fff !important; color: #0c0c0c !important; }
  .yotpo-filters-container { margin: 0 0 32px !important; }
  .yotpo-reviews-container{ padding:0 16px; }
  .yotpo-review, .yotpo-media-modal .yotpo-review { padding: 24px 0 !important; }
  .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-questions-mobile-panel, .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-questions-mobile-panel{ display:none !important; }
  .yotpo-review, .yotpo-media-modal .yotpo-review{ grid-gap:16px; }
  .yotpo-display-s .yotpo-review .yotpo-review-right-panel, .yotpo-media-modal .yotpo-review .yotpo-review-right-panel { order: 0 !important; }
  .yotpo-reviewer-name { font-size: 16px !important; }
  .yotpo-date-format { font-size: 14px !important; }
  .yotpo-reviewer-image { width: 40px !important; height: 40px !important; }
  .yotpo-verified-image-icon span svg { width: 40px !important; height: 40px !important; }
  .yotpo-verified-icon-wrapper { top: 28px !important; left: 28px !important; }
  .yotpo-reviews-main-widget svg{ width:12px !important; }
  .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-star-rating, .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-star-rating { margin-bottom: 8px !important; }
  .yotpo-review-title { font-size: 16px !important; }
  .yotpo-review-rating-title { margin-bottom: 8px !important; }
  .yotpo-review-thumbnail-container { margin-bottom: 8px !important; }
  .yotpo-single-thumbnail.yotpo-image-thumbnail { width: 80px !important; min-width: 80px !important; height: 80px !important; min-height: 80px !important; }
  .yotpo-review-content { font-size: 16px !important; }
  .yotpo-text-container .yotpo-read-more { font-size: 16px !important; }
  .yotpo-reviews-pagination-container { margin-bottom: 24px !important; margin-top: 24px !important; }
  .yotpo-vertical-pagination .yotpo-reviews-pagination-item { border: 0 !important; padding-top: 0 !important; width: 100% !important; height: auto !important; font-weight: 500 !important; font-size: 16px !important; line-height: 128% !important; text-transform: uppercase !important; text-decoration: underline !important; text-underline-offset: 3px !important; font-family: var(--font-body) !important; }
  .yotpo-popup-close-button-wrapper svg { width: 20px !important; height: 20px !important; }
  .yotpo-vertical-pagination .yotpo-reviews-pagination-item:active { background-color: transparent !important; color: inherit !important; }
  /* Product */

  /* LP */
  .LP_Hulken_feature_product_main_new{ padding:60px 0 0 0; }
  .LP_Hulken_feature_product_main_new .Product_template_inner_new { padding-top: 40px !important; }
  .LP_Hulken_feature_product_main_new .Product_template_detail_rightside_new .product-form { margin-top: 0; }

  .LP_Hulken_columns_lists_main_new{ padding:60px 0; }
  .LP_Hulken_columns_lists_mainloops_new { padding: 40px 0 0; }
  .LP_Hulken_columns_lists_innerloops_mainboxs_new { width: calc(50% - 12px); }

  .LP_Hulken_schlepper_table_inner_new{ max-width:100%; }
  .LP_Hulken_schlepper_table_sides_new{ flex-direction:column; grid-gap:40px; }
  .LP_Hulken_schlepper_table_sides_mainleft_new{ width:100%; }
  .LP_Hulken_schlepper_table_sides_mainright_new { width: 100%; padding: 0; max-width: 640px; margin: auto; }
  .LP_Hulken_schlepper_table_sides_innerleft_mainparts_new { padding: 24px 0 0; }

  .LP_Hulken_image_with_text_inner_new { max-width: 100%; }

  .LP_Hulken_faqs_accordions_main_new{ padding:60px 0; }
  .LP_Hulken_faqs_accordions_innersides_mainright_new{ padding-left:30px; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .question{ font-size:17px; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .answer{ font-size:15px; }
  /* LP */
}

@media(min-width:960px) and (max-width:1439px){
  .page-width { padding: 0 20px!important; }
  .Common_title_new h2{font-size:40px;}
  .Common_large_title_new h2, .Common_large_title_new h1{ font-size:52px; }
  .bttn{ min-width:300px; }
  
  /* Index */
  .header__content { padding: 0 20px; }
  .header .header__logo-wrapper { flex: initial !important; }
  .nav.nav--depth-1>li { margin-right: 30px; }
  .header__icon-wrapper .header__nav .nav--depth-1 { padding-right: 30px !important; }
  .Header_mega_menu_mainleft_new { width: 200px; }
  .Header_mega_menu_mainright_new { width: calc(100% - 200px); }
  .Shop_by_size_box_new { width: 40%; }
  .Shop_all_box_new{ width:60%; padding: 0 0 0 20px; }
  .megamenu_right_title_new { padding-top: 16px; font-size: 16px; }
  .megamenu_right_description_new{ font-size:14px; }
  .Header_mega_menu_mainleftright_new { padding-bottom: 50px !important; }
  .Header_mega_menu_innerleft_mainmenus_new li a{ font-size:20px; }
  
  .Index_top_text_with_image_sides_mainleft_new{width:37%;}
  .Index_top_text_with_image_sides_innerleft_new{padding:40px 16px 40px 20px;}
  .Index_top_text_with_image_sides_mainright_new{width:calc(100% - 37%);}

  .Index_image_texts_marquee_loops_innerboxs_title_new{ font-size:36px; }
  
  .Index_texts_with_images_sides_innerleft_new{padding:60px 20px 60px 20px;}
  .Index_texts_with_images_sides_innerleft_maininfos_new{padding-top:20px;}

  .Index_featured_collection_main_new{padding:80px 0;}
  .Index_featured_collection_innersides_innerboths_innerbutton_new a{min-width:200px; }
  .Index_featured_collection_slider{padding:0 20px;}
  
  .Header_object_size_guide_main_new{ right:20px; }
  .Header_object_size_guide_main_new.open { bottom: 20px; }
  .Header_object_size_guide_innerloops_innerboxs_new{ font-size:16px; }
  
  .Index_object_review_lists_innertitle_new .image img{ width:170px; top:2px; }
  .Index_object_review_lists_innerloops_innerboxs_2_detail_rightside_new{ font-size:14px; }
  .Index_object_review_lists_innerloops_innerboxs_2_detail_leftside_new{ font-size:14px; }
  .Index_object_review_lists_innerloops_innerboxs_1_detail_innerboths_title_new{ font-size:16px; }

  .Index_object_overlay_item_innerstatic_innerboths_imagevideo_new{padding-bottom:50.5%;}
  .Index_object_overlay_item_mainoverlay_new{padding:50px;}
  .Index_object_overlay_item_inneroverlay_mainleft_new{padding-left:50px;}
  .Index_object_overlay_item_inneroverlay_innerleft_logos_new{ width:270px;}
  .Index_object_overlay_item_inneroverlay_innerleft_title_new h2{font-size:46px;}
  
  .Index_buy_save_marquee_innerloops_mainboxs_new{width:300px;}
  .Index_buy_save_marquee_mainboths_new { margin-top: -28px; }

  .Index_logos_marquee_lists_main_new { padding: 14px 0; }
  
  .Index_object_table_column_inner_new{max-width:100%;}
  .Index_object_table_column_innersides_mainleft_new{width:37%;}
  .Index_object_table_column_innersides_innerleft_innertitle_new img{ width: 200px; margin-left: 12px; }
  .Index_object_table_column_innersides_mainright_new{width:calc(100% - 37%); padding-left:25px;}
  .Index_object_table_column_innersides_innerright_1_column_title_new{height:80px;}
  .Index_object_table_column_innersides_innerright_1_column_loops_boxs_new{font-size:17px; height:80px; padding:10px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new{height:80px; max-width:140px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_title_new img{width: 140px;}
  .Index_object_table_column_innersides_innerright_2_column_inneroverlay_loops_boxs_new{font-size:17px; height:80px; padding:8px;}
  .Index_object_table_column_innersides_innerright_3_column_title_new{height:80px; font-size:17px;}
  .Index_object_table_column_innersides_innerright_3_column_loops_boxs_new{font-size:17px; height:80px; padding:10px;}
  
  .Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new{font-size:40px; text-underline-offset:4px;}
  .Index_object_instagram_innerloops_new{padding-top:45px;}
  .Index_object_instagram_innersides_innerleft_1_boths_loops_boxs_new>div{ font-size:40px; }
  .Index_object_instagram_slider { padding: 0 20px; }
  .Index_object_instagram_innerloops_mainboxs_new { width: 280px; }
  
  .Footer_inner_new{max-width:100%;}
  .Footer_newsletter_mainleft_new { width: 40%; }
  .Footer_newsletter_mainright_new { width: 60%; padding-left: 30px; }
  .Footer_mainloops_mainboxs_new { padding-right:50px; }
  .Footer_mainbottom_new { padding-top: 46px; }
  .footer__group--newsletter{ padding-right:0; }
  .footer__newsletter .newsletter__input-container .input{ width:calc(100% - 160px); }
  .Footer_newsletter_innerright_button_new { min-width: 160px; }
  /* Index */

  /* Collection */
  .Collection_meta_top_sides_detail_innerleft_new{padding:35px 20px 35px 20px;}

  .Collection_object_details_main_new { padding: 0px 0 60px; }
  .Collection_object_details_inner_new{max-width:100%;}
  .Collection_object_details_sides_mainleft_new{padding:40px;}
  .Collection_object_details_sides_innerleft_innerbutton_new a{min-width:240px; }

  .padding_80_new{ padding:60px 0; }
  /* Collection */

  /* Product */
  .product-page-wrapper__inner{ overflow:visible !important; }
  .Product_template_main_new { padding: 0 20px !important; }
  .Product_template_inner_new{ padding:60px 0 60px!important; }
  .Product_template_detail_leftside_new { width: 50% !important; }
  .Product_template_detail_rightside_new { width: 50% !important; padding-left: 36px !important; }
  .product--thumbnails-vertical.product--thumbnails-small .product-thumbnails__list { width: 76px; margin-right: 14px; }
  .product--has-thumbs.product--thumbnails-vertical.product--thumbnails-small .product__media { width: calc(100% - 90px); }
  .product-thumbnails__item+.product-thumbnails__item { margin-top: 12px; }
  .product-thumbnails{ padding:15px 0; }
  
  .Product_object_image_text_boths_inneroverlay_innerdetails_title_new h2{font-size:30px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new{padding-top:18px;}
  .Product_object_image_text_boths_inneroverlay_innerdetails_infos_new p{font-size:14px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new{top:40px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_1_new:after{bottom:-50px; width:250px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new{top:40px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_1_new:after{top:14px; left:-140px; width:200px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new{bottom:60px;}
  .Product_object_image_text_boths_inneroverlay_leftdetail_2_new:after{top:-54px; width:185px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new{bottom:100px;}
  .Product_object_image_text_boths_inneroverlay_rightdetail_2_new:after{bottom:-35px; width:300px; background-size:300px;}

  .product_review_main_new { padding: 60px 0; }
  .product_review_inner_new { max-width: 100%; }
  /* Product */

  /* LP */
  .LP_Hulken_feature_product_main_new { padding: 80px 0 0; }
  .LP_Hulken_feature_product_main_new .Product_template_inner_new { padding-top: 50px !important; padding-bottom:80px !important; }

  .LP_Hulken_columns_lists_innerloops_innerboxs_innerright_title_new{ font-size:17px; }
  .LP_Hulken_columns_lists_innerloops_innerboxs_innerright_infos_new{ font-size:16px; }

  .LP_Hulken_schlepper_table_inner_new { max-width: 100%; }
  .LP_Hulken_schlepper_table_sides_mainleft_new { width: 35%; }
  .LP_Hulken_schlepper_table_sides_mainright_new { width: 65%; padding: 0 0 0 40px; }

  .LP_Hulken_image_with_text_inner_new { max-width: 100%; } 

  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .question{ font-size:18px; }
  .LP_Hulken_faqs_accordions_innersides_innerleft_innerloops_new .accordion>ul>li .answer{ font-size:16px; }
  /* LP */
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
  .Header_object_size_guide_innerdetail_new, .Header_object_size_guide_innerdetail_maincommon_new { height: 450px; }
}

@media(min-width:0px) and (max-width:959px){
  /* Header */
  .header { padding: 16px 0; }
  .header__content { padding: 0 20px; }
  .mobile-nav__trigger{ height:40px; }
  .header__logo-image{ min-width:175px !important; }   
  .mobile-nav{ width:40px; }

  .drawer-menu{ top:104px !important; }
  .drawer-menu__panel{ width: 100%; max-width: 100%; background:#E7E6DD; }
  .mobile-nav__trigger_close{ display:none; }
  .scroll-lock .mobile-nav__trigger_close{ display:block; }
  .scroll-lock .mobile-nav__trigger{ display:none; }
  .drawer-menu__close { height: 40px; width: 40px; position: absolute; top: -57px; left: 20px; opacity:0; }

  .drawer-menu__list{ width:100% !important; max-width:100% !important; }
  .drawer-menu__all-links ul{ padding:0; }
  .drawer-menu__item{ border-bottom:1px solid #000; }
  .drawer-menu__item:first-child .drawer-menu__link{ padding-top:8px; }
  .drawer-menu__link{ font-size: 20px; font-weight: 500; line-height: 25px; height: initial; padding:16px 20px; }

  .drawer-menu__footer{}
  .drawer-menu__footer:before{ display:none; }
  .drawer-menu__item.drawer-menu__item--heading:after{ display:none; }
  .drawer-menu__link_back_heading{ padding-bottom: 24px !important; border: 0 !important; }
  .drawer-menu__link_back{ justify-content:flex-start; padding: 0 20px !important; font-size: 16px; font-weight: 500; line-height: 128%; text-decoration: underline; text-transform: uppercase; grid-gap: 8px; }
  .drawer-menu__link_back svg{ width:16px; }

  .Mobile_mega_menu_mainright_new{ padding:0 20px 24px 20px; }
  .Header_mega_menu_innerright_both_new{ flex-direction: column; }
  .Shop_all_box_new { width: 100%; padding: 0; }
  .Shop_by_size_box_new { width: 100%; }

  .Header_mega_menu_innerright_innerbox_new{ grid-gap:12px; }
  .megamenu_right_title_new{ font-size: 16px; padding-top:12px; }
  .megamenu_right_description_new{ font-size:12px; }
  .megamenu_right_description_new p{ margin:4px 0 0 0; }
  .mobile_button_new{ padding:0 20px 0px 20px; }
  .mobile_button_new .bttn{ min-width:100%; }

  .megamenu_right_innervideoimage_new{ background:#fff; }
  
  .how_to_use_new .Header_mega_menu_innerright_innerbox_new { grid-gap: 12px; flex-wrap: wrap; flex-direction: column; }
  .how_to_use_new .megamenu_right_mainbox_new { width: 100%; display: flex !important; align-items: center; }
  .how_to_use_new .megamenu_right_innervideoimage_new{ width: 21.495%; padding-bottom: 21.495%; border-radius: 4px; }
  .how_to_use_new .megamenu_right_video_OR_image_new img{ border-radius: 4px; }
  .how_to_use_new .megamenu_right_video_OR_image_new video{ border-radius: 4px; }
  .how_to_use_new .megamenu_right_title_description_new{ width:calc(100% - 21.495%); padding-left:12px; }
  .how_to_use_new .megamenu_right_title_new{ padding:0; }
  .how_to_use_new .megamenu_right_description_new p{ margin:8px 0 0 0; }

  .shop_cases_new .megamenu_right_mainbox_new { width: calc(33.33% - 8px); }
  .shop_cases_new .megamenu_right_innervideoimage_new { padding-bottom: 100%; }

  .Header_mega_menu_innerright_both_inner_info_new{ display:none; }
  .Header_mega_menu_innerright_both_inner_new{ padding:16px 0; }
  .Header_mega_menu_innerright_both_inner_title_new{ font-size:20px; display: flex; align-items: center; justify-content: space-between; padding-bottom:0; }
  .Header_mega_menu_innerright_both_inner_info_new{  padding-top:16px; }
  .Shop_all_box_new{ border-bottom:1px solid #000; }
  .Shop_all_box_new .Header_mega_menu_innerright_both_inner_info_new { margin-right: -20px; display:none; }
  .Shop_all_box_new .Megamenu_slider { padding: 0 20px 0 0; }
  .Shop_all_box_new .megamenu_right_mainbox_new { width: 108px; }
  .Shop_all_box_new .megamenu_right_innervideoimage_new { border-radius: 8px; border: 0; background: #fff; padding-bottom: 92.6%; }
  .Shop_all_box_new .megamenu_right_video_OR_image_new img{ object-fit:contain; }
  .Shop_all_box_new .megamenu_right_title_description_new { text-align: left; }
  .Shop_all_box_new .megamenu_right_title_new { padding-top: 12px; }
  .Header_mega_menu_innerright_both_inner_new:first-child{ padding-top:0; }
  .Header_mega_menu_innerright_both_inner_new:last-child{ padding-bottom:0; }
  .mobile_acc_new.active svg{ transform: rotate(180deg); }

  .scroll-lock #gorgias-chat-container{ display:none !important; }

  .mobile_button_main_new{ padding:32px 20px 0px 20px; }
  .bundle_save_new{ padding:24px 20px 0px 20px; }
  .bundle_save_in_new{ border-radius: 8px; background: #F6F6F6; display:flex; align-items:center; padding:0 16px; }
  .bundle_save_left_new{ width:149px; }
  .bundle_save_left_new img{ width:100%; display:flex; }
  .bundle_save_right_new{ width:calc(100% - 149px); padding:20px 0 20px 14px; }
  .bundle_save_right_title_new{ color: #000; font-size: 16px; font-weight: 500; line-height: 128%; }
  .bundle_save_right_title_new p{ margin:0; }
  .bundle_save_right_btn_new{ color: #000; font-size: 16px; font-weight: 500; line-height: 128%; text-decoration: underline; text-transform: uppercase; text-underline-offset:2px; margin-top:16px; }

  .Header_drawer_mobile_innerboth_menulist_new{ padding:20px 20px 24px 20px; }
  .Header_drawer_mobile_innerboth_menulist_new ul{ padding:0; margin:0; display:flex; flex-wrap:wrap; grid-gap:8px; justify-content:space-between; }
  .Header_drawer_mobile_innerboth_menulist_new ul li{ list-style-type:none; width:calc(33.33% - 6px); }
  .Header_drawer_mobile_innerboth_menulist_new ul li a{ font-size: 16px; font-weight: 500; line-height: 128%; display: block; }

  .drawer-menu__all-links{ justify-content:space-between; }
  .drawer-menu__contents{ height:100%; }
  .drawer-menu__main{ height: 100% !important;  transition: none !important; overflow-y: scroll; overflow-x: hidden; }

  .Header_mega_menu_innerright_both_inner_info_inner_new{ display:flex; flex-wrap:wrap; grid-gap: 12px; }
  .Header_mega_menu_innerright_both_inner_info_inner_new .megamenu_right_mainbox_new { width: calc(33.33% - 8px); }
  .Header_mega_menu_innerright_both_inner_info_inner_new .megamenu_right_innervideoimage_new{ background:#fff; }
  /* Header */

  /* LP */
  .LP_Header_footer_main_new .mobile-nav{ display:none; }
  .LP_Header_footer_main_new .header .header__logo-wrapper{ justify-content:flex-start; }
  .LP_Header_footer_main_new .header__logo-image { min-width: 148px !important; }
  /* LP */
}

@media(min-width:960px) and (max-width:9999px){
  .drawer-menu{ display:none !important; }
}

.Index_icons_texts_marquee_loops_innerboxs_title_new .yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button > span:not(.yotpo-sr-bottom-line-right-panel) {
  display: none !important;
}
.yotpo-bottom-line-scroll-panel .yotpo-sr-bottom-line-button {
  align-items: center !important;
}
.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button
  > span.yotpo-sr-bottom-line-right-panel {
  display: flex !important;
}
/* .yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button > span {
  display: none !important;
}

.yotpo-sr-bottom-line-summary.yotpo-sr-bottom-line-button
  > span.yotpo-sr-bottom-line-right-panel {
  display: block !important;
} */

.product-form__custom-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 12px 0 24px;
  padding: 0;
}
@media (width <= 750px) {
  .product-form__custom-text {
    font-size: 13px;
  }
}

.Index_featured_collection_innersides_new{justify-content:space-between;}
.Index_featured_collection_innersides_innertitle_new h2{text-align:center; font-size: 48px;}

.Index_featured_collection_innersides_innerboths_innerbutton_new a {
  min-width: 336px;
}

@media(max-width:1024px){
  .Index_featured_collection_innersides_new {
    flex-direction: column;
  }
}

@media(min-width:960px) and (max-width:1439px){
  .Index_featured_collection_main_new{padding:80px 0 56px;}
}
//FAQ page fix width
.template-help-center .page__content {
  max-width: none !important;
}

.quick-cart__promo {
    padding: 0 var(--spacing-medium) 0;
    text-align: center;
    font-weight: 500;
}

.ge-free-shipping-container-desktop {
  display: none;
}

.header__currency {
  position: relative;
  margin-right: 20px;
} 

.header__currency .utility-bar__selectors .disclosure-list {
  min-height: 190px;
}


/* countdown timer update */

.essential_countdown_annoucement_bar_wrapper a {
    display: none;
}

@media screen and (min-width: 620px) {
  .header-container.is-sticky {
      top: 40px;
  }
  body {
    padding-top: 40px;
  }
}

/* @media screen and (min-width: 320px) {
  .header-container.is-sticky {
      top: 70px;
  }
  body {
      padding-top: 70px;
  }
} */


@media screen and (min-width: 320px) and (max-width: 426px) {
  .header-container.is-sticky {
      top: 60px;
  }
  body {
    padding-top: 60px;
  }
}


@media screen and (min-width: 426px) and (max-width: 620px) {
  .header-container.is-sticky {
      top: 40px;
  }
  body {
    padding-top: 40px;
  }
}

@media (min-width: 0px) and (max-width: 426px) {
    .drawer-menu {
        top: 140px !important;
    }
}

@media (min-width: 426px) and (max-width: 960px) {
    .drawer-menu {
        top: 120px !important;
    }
}
