/** Shopify CDN: Minification failed

Line 234:2 Comments in CSS use "/* ... */" instead of "//"
Line 661:19 Unexpected "{"
Line 1143:4 Comments in CSS use "/* ... */" instead of "//"
Line 1144:4 Comments in CSS use "/* ... */" instead of "//"
Line 1146:4 Comments in CSS use "/* ... */" instead of "//"
Line 1711:2 Comments in CSS use "/* ... */" instead of "//"
Line 2063:2 Comments in CSS use "/* ... */" instead of "//"
Line 2136:2 Comments in CSS use "/* ... */" instead of "//"
Line 2746:2 Comments in CSS use "/* ... */" instead of "//"
Line 2752:2 Comments in CSS use "/* ... */" instead of "//"
... and 29 more hidden warnings

**/

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@font-face {
    font-family: 'sf_pro_displaybold';
    src: url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplaybold-webfont.woff2?v=1749677924') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplaybold-webfont.woff?v=1749677924') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'sf_pro_displaymedium';
    src: url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplaymedium-webfont.woff2?v=1749677924') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplaymedium-webfont.woff?v=1749677924') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sf_pro_displayregular';
    src: url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplayregular-webfont.woff2?v=1749677924') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0664/1369/1100/files/sfprodisplayregular-webfont.woff?v=1749677924') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
font-family: 'sf_pro_displaybold';
font-family: 'sf_pro_displaymedium';
font-family: 'sf_pro_displayregular';
*/



product-info > div > form > #wcp_vd_table{
  display:none!important;
}
.img-hoverlay-logo{
  display:none!important;
}
@keyframes scroll-in {
  0% {
    top: 0;
  }
  49% {
    top: -10px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-in-big {
  0% {
    top: 20px;
  }
  49% {
    top: -15px;
  }
  50% {
    top: 35px;
  }
  100% {
    top: 20px;
  }
}

.price__container{
  opacity:1!important;
  transition:all 0.1s ease-in-out;
}
.price__container.active{
  opacity:1!important;
}

.container-acordeon-price .badge.price__badge-sold-out{
  margin-top: 10px;
  padding: 10px 50px;
  display: block;
  max-width: 200px;
}

.kill-overflow {
  overflow: hidden !important;
}

a:not([href]) {
  cursor: initial;
  
}

.hide{display:none!important;}

a.underline-animation {
  text-decoration: none !important;
  transition: opacity 0.15s linear, color 0.15s linear, background 0.15s linear;
}
a.underline-animation > span {
  text-decoration: none !important;
  background-position: 0 calc(1em + 4px);
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.15s linear;
}
a.underline-animation:hover span {
  background-size: 100% 1px;
}

div.shopify-section:not(.section-header) {
  position: relative;
  background: #fff;
}

a.btn-with-arrow {
  font-size: 12px;
  border: 2px solid transparent;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  min-height: 0;
}
@media screen and (max-width: 749px) {
  a.btn-with-arrow {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 20px;
    font-size: 11px !important;
  }
}
a.btn-with-arrow > span:first-of-type {
  display: flex;
  align-items: center;
}
a.btn-with-arrow > span:last-of-type {
  display: flex;
  justify-content: flex-end;
  width: 0;
  display: inline-flex;
  opacity: 0;
  transition: all 0.15s linear;
  margin-left: 5px;
  margin-right: -5px;
}
a.btn-with-arrow:hover > span:last-of-type {
  width: 30px;
  opacity: 1;
}

/* HEADER */
body {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

/*
body > cart-drawer {
  height: 100vh !important;
  transform: translate(100%);
  background-color: transparent !important;
}
body > cart-drawer #CartDrawer > .cart-drawer__overlay {
  transition: all 0.2s ease-in;
  opacity: 0;
}
body cart-drawer.active {
  transform: translate(400px);
  background-color: transparent !important;
}
@media screen and (max-width: 440px) {
  body cart-drawer.active {
    transform: translate(350px);
  }
}
@media screen and (max-width: 440px) {
  body cart-drawer.active #CartDrawer {
    width: 100%;
  }
}
body cart-drawer.active #CartDrawer > .cart-drawer__overlay {
  display: block;
  transform: translate(-20%);
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  body cart-drawer.active #CartDrawer > .cart-drawer__overlay {
    transform: translate(-100%);
  }
}
*/
cart-drawer #CartDrawer .drawer__inner .drawer__header{
  justify-content: flex-end;
}
cart-drawer #CartDrawer .drawer__inner .drawer__header > .drawer__close{
  right:initial;
  left: 0;
}
cart-drawer #CartDrawer .drawer__inner .drawer__header > .drawer__close svg{
  width: 20px;
}

cart-drawer #CartDrawer .drawer__inner .drawer__footer button{
    padding: 9px 10px;
}

.shopify-section-group-header-group.section-header {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
  z-index:10;
}
.shopify-section-group-header-group.section-header > sticky-header > header {
  //width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;  
  padding: 0!important;
  overflow: hidden!important;
  column-gap: 0rem;
  display:flex;
  justify-content: space-between;
  padding: 0 0 !important;
  margin:0 3rem;
}
@media screen and (max-width: 989px){
  .shopify-section-group-header-group.section-header > sticky-header > header{
    display:flex;
    justify-content:space-between;  
    padding: 5px 0rem!important;
    margin: 0 2rem!important;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__heading > a{
  padding:0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__heading,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__heading-link{
  
}
@media screen and (max-width: 989px){
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__heading,
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__heading-link{
    display: flex;
  }
}

.shopify-section.shopify-section-group-header-group.section-header sticky-header header{
  border-bottom:1px solid #000;
  padding:5px 0;
}

body.template-index .shopify-section.shopify-section-group-header-group.section-header sticky-header{
  background:transparent;
}
body.template-index .shopify-section.shopify-section-group-header-group.section-header sticky-header header{
   border-bottom:1px solid transparent;
}

.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header{
   background:#fff;
}
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header header{
   border-bottom:1px solid #000;
}
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate.shopify-section-header-hidden{
  background:#fff;
}
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate.shopify-section-header-hidden header{
  border-bottom:1px solid #000;
}

.shopify-section-group-header-group.section-header > sticky-header > header h1,
.shopify-section-group-header-group.section-header > sticky-header > header >  a.header__heading-link{  
  margin:0;
  padding-right:0;
  padding-left:0;
}
@media screen and (max-width: 767px){
  .shopify-section-group-header-group.section-header > sticky-header > header h1,
  .shopify-section-group-header-group.section-header > sticky-header > header >  a.header__heading-link{
    
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header .header__icons{
  
}
.shopify-section-group-header-group.section-header > sticky-header > header .header__icons > a.link-wholesale{
  text-decoration:none;
  color:#000;
  font-size: 1.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 1100px){
  .shopify-section-group-header-group.section-header > sticky-header > header .header__icons > a.link-wholesale{
     font-size: 1.2rem;
  }
}
@media screen and (max-width: 989px){
  .shopify-section-group-header-group.section-header > sticky-header > header .header__icons > a.link-wholesale{
    display:none;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header .header__icons > a.link-wholesale > span{
  padding-bottom:0;
}

.shopify-section-group-header-group.section-header > sticky-header > header > nav > ul{
  width: 100%;    
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shopify-section-group-header-group.section-header > sticky-header > header {
    padding: 10px 2rem 10px 2rem;
  }
}
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group.section-header > sticky-header > header > h1 > a {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group.section-header > sticky-header > header > a {
    padding: 0.75rem 0;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu { 
 
}
@media screen and (max-width: 989px) {
  .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu {
    display: none;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > .header__search > details > summary {
  text-decoration: none;
  padding: 0 2rem;
  width: auto;
  height: auto;
  top: -2px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > .header__search > details > summary > span {
  display: inline;
  text-decoration: none;
  background-position: 0 calc(1em + 4px);
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  transition: all 0.15s linear;
  color: rgba(var(--color-foreground), 0.75);
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > .header__search > details > summary:hover span {
  background-size: 100% 1px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li {   
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 20px;
}
@media screen and (max-width:1352px){
  .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li{
     margin: 0 15px;    
  }
}
@media screen and (max-width:1140px){
  .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li{
     margin: 0 10px;    
  }
}
@media screen and (max-width:1100px){
  .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li{
     margin: 0 5px;    
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > a {
  padding: 2rem 0;
  text-transform:uppercase;
  text-align:center;
  justify-content: center;
  width: auto;
}
@media screen and (max-width:1280px){
    .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > a{
      font-size:1.1rem;
    }
}
@media screen and (max-width:1100px){
  .shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > a{
    font-size:1.2rem;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > div > a{
  width: auto;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.account-custom{
 
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > a > span {
  text-decoration: none;
  padding:0;
  color:#000;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > header-menu > details > summary > span {
  text-decoration: none;
  background-position: 0 calc(1em + 4px);
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.15s linear;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li > header-menu > details > summary:hover span {
  background-size: 100% 1px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover {
 
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > a {
  position: relative;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > a > span{
  padding-right:20px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu {
  min-width: 0;  
  opacity: 0;
  transform: translateY(-1.5rem);
  visibility: hidden;
  top:55px;
  width: 100%; 
  right: 0;
  padding: 20px;
  display:flex;
  justify-content:center;
  pointer-events: none;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu ul{
  left:0;
  top:0;  
  list-style:none;
  padding:0;
  flex-basis: calc(45% / 2);
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu > ul:first-of-type{
  margin-left:-1rem;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu > ul:nth-of-type(2){
  margin-left:30px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu ul li a{
  color:#000;
  text-transform: uppercase;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu .wrapper--images{
  flex-basis:90%;
  display:flex;
  justify-content:center;
  margin-right: -1rem;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu .wrapper--images > div{
  width:100%;
  max-width: calc(100% / 3 );
  padding:20px;
  transition:all 0.4s ease-in;
  padding-top:0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu .wrapper--images > div a:hover img{
  transform: scale(1.01);
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu .wrapper--images > div img{
  width:100%;
  border-radius:10px;
  max-width:100%;
  transition:all 0.2s ease-in;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover > .wrapper--megamenu .wrapper--images > div p{
  text-align:center;
  margin:15px 0 0 0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > nav.header__inline-menu > ul > li.dropdown-menu-hover:hover > .wrapper--megamenu {
  visibility: visible;
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
  pointer-events: initial;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons {
  display: flex;
  align-items: center;
  padding:0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons.icon-drawer{
  display:none;
}
@media screen and (max-width:989px){
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons.icon-drawer{
    display:block;
  }
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons{
    display: flex;
    min-width:20%;
  }
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons.right{
    justify-content: flex-end;
  }
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > .header__icon--cart{
    width: auto;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > .header__search {
  order: 1;
  margin:0 15px;  
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > .header__search summary{
  text-decoration:none;
  width:auto;
}
@media screen and (max-width:990px){
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > .header__search{
    order: 2!important;
    margin-right:0;    
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > a.header__icon--account {
  width: auto;
  height: auto;
  padding: 0;
  order: 2;
  padding-left: 0;
}
@media screen and (max-width: 989px) {
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > a.header__icon--account {
    display: none;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > a.header__icon--account > svg {
 
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > a.header__icon--account > span {
 
}


.wrapper-icon-account{
  order: 2;
  margin-right:-12px;
  
}
@media screen and (max-width:989px){
  .wrapper-icon-account{
    display:none;
     margin-right:0;
     
  }
  .wrapper-icon-account > .header__icon--account{
    display:flex!important;
    width: auto;
    padding: 0 10px;
  }
}
.wrapper-icon-account:hover > .submenu-account,
.account-custom:hover > div > .submenu-account{
   max-height:2000px;
   box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);  
}
.wrapper-icon-account > .submenu-account,
.account-custom  > .wrap-icon-account > .submenu-account{
  transition:all 0.3s ease-in-out;
  background:#fff;
  position: absolute;
  right: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 7px;
  min-width: 220px;
  text-align: right;
  right: 0; 
  border-top: 0;

}
.wrapper-icon-account > .submenu-account > div.end-container > a:not(a:first-of-type),
.account-custom  > .wrap-icon-account > .submenu-account > div.end-container > a:not(a:first-of-type){
  padding-right: 4.3rem;
  margin-bottom: 25px; 
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.logged--in .end-container{
    margin-bottom: 20px;
}
.wrapper-icon-account > .submenu-account > div.end-container > a:first-of-type,
.account-custom  > .wrap-icon-account > .submenu-account > div.end-container > a:first-of-type{
  padding-right: 4.3rem;
  color: #000;  
  text-align: center;  
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.wrapper-icon-account > .submenu-account > div.end-container,
.account-custom  > .wrap-icon-account > .submenu-account > div.end-container{
   margin-top: 20px;
}
.wrapper-icon-account > .submenu-account > div.end-container > a:hover,
.account-custom  > .wrap-icon-account > .submenu-account > div.end-container > a:hover{
  opacity:0.7;
}
.wrapper-icon-account > .submenu-account > ul{
  display:none;
}
.wrapper-icon-account > .submenu-account > ul,
.account-custom  > .wrap-icon-account > .submenu-account > ul{
  list-style:none;
  padding: 10px 30px;
  padding-right: 4.3rem;
}
.wrapper-icon-account > .submenu-account > ul > li,
.account-custom  > .wrap-icon-account > .submenu-account > ul > li{
  
}
.wrapper-icon-account > .submenu-account > ul > li > a,
.account-custom  > .wrap-icon-account > .submenu-account > ul > li > a{
  color:#000;
  text-decoration: none;
  font-size: 14px;
}
.wrapper-icon-account > .submenu-account > ul > li > a span,
.account-custom  > .wrap-icon-account > .submenu-account > ul > li > a span{
  background-image: linear-gradient(to right, #000, #000);
}


#cart-icon-bubble, {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 30px;
}
a#cart-icon-bubble > .cart-count-bubble {
  background: transparent;  
  overflow: hidden;
  bottom: initial;
  left: initial;
  top: initial;
  right: 11px;  
}
@media screen and (max-width:989px){
  a#cart-icon-bubble > .cart-count-bubble{
     right: 2px;
  }
}
a#cart-icon-bubble > .cart-count-bubble > span {
  overflow: hidden;
  color: rgb(var(--color-foreground));
  font-weight: 800;
  transition: top 0.15s linear;
  position: relative;
  top: 0;
  animation-duration: 0.3s;
}
a#cart-icon-bubble > .cart-count-bubble > span.more_qty {
  font-size: 0.8rem;
  letter-spacing: 0;
}
a#cart-icon-bubble:hover svg {
  transform: scale(1);
}
a#cart-icon-bubble:hover .cart-count-bubble span {
  animation-name: scroll-in;
  animation-duration: 0.2s;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer {
  margin-right: 0;
  margin-left:0;
  padding: 10px 0;
  order:3;
}
@media screen and (max-width:767px){
  .shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer{
    margin-right: 0;
  }
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details > summary{
  width:auto;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details > summary > span > svg path {
  transition: transform 0.2s linear;
  transform: scaleX(2);
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details > summary:hover > span > svg path {
  transform: scaleX(2);
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details > summary:before {
  top: var(--topDraw);
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation{
  padding-top: 0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title{
  padding: 1.1rem 3rem;
  border-bottom: 1px solid #000;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-end;
  padding-bottom: 0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > p,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > p{
  color: #000;
  font-weight: 500;  
  display:flex;
  margin: 5px 0;
  letter-spacing: 0;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > p svg,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > p svg{
  margin-right:5px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span{
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span > svg,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span > svg{
  width: 20px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span:hover svg,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > div.header-title > span:hover svg{
  transform: scale(1.05);
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li{
  visibility: visible;
  margin-bottom:15px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > a,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > account-drawer > details #account-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > a,
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details > summary{
  font-size: 14px;  
  padding: 0.6rem 2rem;
  text-transform: uppercase;
}

.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details > div.menu-drawer__submenu {
  position: relative;
  transform: translate(0%);
  visibility: visible;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details > div.menu-drawer__submenu > .menu-drawer__inner-submenu > button {
  display: none;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details > div.menu-drawer__submenu > .menu-drawer__inner-submenu > ul.menu-drawer__menu {
  padding-left: 15px;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details > div.menu-drawer__submenu > .menu-drawer__inner-submenu > ul.menu-drawer__menu > li > a {
  font-size: 13px;
  padding: 1.1rem 2rem;
}
.shopify-section-group-header-group.section-header > sticky-header > header > .header__icons > header-drawer > details #menu-drawer > .menu-drawer__inner-container > .menu-drawer__navigation-container > nav.menu-drawer__navigation > ul.list-menu > li > details[open] > div.menu-drawer__submenu {
  max-height: 100%;
}
/*
body.overflow-hidden-tablet.open--menu {
  transform: translate(-40rem);
  overflow: visible;
}
@media screen and (max-width: 400px) {
  body.overflow-hidden-tablet.open--menu {
    transform: translate(-37rem);
  }
}

body.overflow-hidden.open--menu {
  transform: translate(-400px);
  overflow: visible;
}
@media screen and (max-width: 440px) {
  body.overflow-hidden.open--menu {
    transform: translate(-320px);
  }
}
body.overflow-hidden.open--menu:before {
  content: "";
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.85);
  z-index: 5;
}
*/
/* SECTION STICKY CONTAINER */
.sticky--images > .image-with-text-about {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.sticky--images > .image-with-text-about > .wrapper-blocks {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1310px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks {
    display: none;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image {
  flex-basis: 50%;
  text-align: center;
  position: sticky;
  top: 0;
  align-self: flex-start;
  overflow: hidden;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images {
  height: 100vh;
  overflow: hidden;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images > div > img {
  width: 100%;
  max-width: 100%;
  display: flex;
}
@media screen and (max-width: 1310px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images > div > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images > div > img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images > div.image-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_image > .container-images > div.image-wrapper-2 {
  z-index: 2;
  position: relative;
  height: 0;
  overflow: hidden;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt {
  flex-basis: 50%;
  padding: 100px 150px;
}
@media screen and (max-width: 1400px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1100px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt {
    display: none;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div {
  min-height: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div {
    height: 85vh;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > h2 {
  font-size: 55px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > h2 {
    text-align: center;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > p {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1b;
  margin: 20px 0;
}
@media screen and (max-width: 1310px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > p {
    font-size: 18px;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > a {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  align-self: flex-start;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > div.wrapper_txt > div > a > span > svg path {
  fill: #fff;
}
.sticky--images > .image-with-text-about > .wrapper-blocks > .wrapper_txt.right {
  padding-top: 110px;
  margin-top: -10%;
}
@media screen and (max-width: 1310px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks > .wrapper_txt.right {
    padding-top: 0;
  }
}
.sticky--images > .image-with-text-about > .wrapper-blocks.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .wrapper-blocks.right {
    flex-direction: column;
  }
}
.sticky--images > .image-with-text-about > .slider-custom-swip {
  display: none;
}
@media screen and (max-width: 767px) {
  .sticky--images > .image-with-text-about > .slider-custom-swip {
    display: initial;
  }
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky {
  width: 100%;
  height: 100%;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
@media screen and (max-width:749px){

  .sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    background:#00000069;
    z-index:1;
  }
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide > div {
  position: absolute;
  padding: 0 20px;
  text-align: center;
  z-index:2;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide > div > h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin: 0;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide > div > p {
  color: #fff;
  font-size: 16px;
  margin: 25px 0;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .swiper-wrapper > .swiper-slide > div > a {
  color: #000;
  background: #fff;
  height: 50px;
  padding: 0 25px;
  margin-top: 7px;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations {
  position: relative;
  display: flex;
  align-items: center;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations > .swiper-pagin {
  position: relative;
  top: 0;
  padding: 15px;
  left: 0;
  right: initial;
  text-align: left;
  font-weight: 600;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations > .swiper-button-prev {
  display: block;
  right: 50px;
  left: inherit;
  width: 30px;
  height: 20px;
  margin-top: 0;
  top: inherit;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations > .swiper-button-prev:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0664/1369/1100/files/arr.svg?v=1702436839);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-family: initial;
  width: 25px;
  height: 20px;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations > .swiper-button-next {
  display: block;
  left: inherit;
  width: 30px;
  height: 20px;
  margin-top: 0;
  top: inherit;
}
.sticky--images > .image-with-text-about > .slider-custom-swip > .mySwiper-sticky > .wrapper-navigations > .swiper-button-next:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0664/1369/1100/files/arr.svg?v=1702436839);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-family: initial;
  width: 25px;
  height: 20px;
  transform: rotate(180deg);
}

/* VIDEO CUSTOM */
.section-vd-custom {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px){
  .layout-home > .section-vd-custom:first-of-type{
    margin-top: -65px;
  }
}
.section-vd-custom > .container-video {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-vd-custom > .container-video > .vd-home {
  width: 100%;
}
.section-vd-custom > .container-video > .vd-home > a video {
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-vd-custom > .container-video{}
  .section-vd-custom > .container-video > .vd-home > a video {
    min-width: 100%;
    min-height: 100%;
    width:auto;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    //transform: translate(-50%, -50%);
    //left: 50%;
    right: initial;
    //transform: translate(-50%, 0);
  }
}
.section-vd-custom > .container-video > .vd-home > .speaker{
  position:absolute;
  bottom:20px;
  right:20px;
  width:25px; 
  cursor: pointer;
}
.section-vd-custom > .container-video > .vd-home > .speaker > img{
    width:100%;
  filter: invert(1);
}
.section-vd-custom > .container-video > .overlay {
  position: absolute;
  padding: 0 9vw;
}
@media screen and (max-width: 767px) {
  .section-vd-custom > .container-video > .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    display:none;
  }
}
.section-vd-custom > .container-video > .overlay > h2 {
  color: #fff;
  font-size: 6.2rem;
  margin: 0;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  .section-vd-custom > .container-video > .overlay > h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 749px) {
  .section-vd-custom > .container-video > .overlay > h2 {
    font-size: 50px;
  }
}
.section-vd-custom > .container-video > .overlay > span {
  margin-top: 0 !important;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 749px) {
  .section-vd-custom > .container-video > .overlay > span {
    margin-bottom: 5px !important;
  }
}
.section-vd-custom > .container-video > .overlay > p, .section-vd-custom > .container-video > .overlay > span {
  color: #fff;
  margin: 35px 0;
}
@media screen and (max-width: 749px) {
  .section-vd-custom > .container-video > .overlay > p, .section-vd-custom > .container-video > .overlay > span {
    margin: 20px !important;
  }
}
.section-vd-custom > .container-video > .overlay > a {
  color: #000;
  background: #fff;
}

/* BLOCKS STICKY */
.section-blocks-sticky {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky {
    position: relative;
  }
}
.section-blocks-sticky > div > .wrapper-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container {
    flex-direction: column;
  }
}
.section-blocks-sticky > div > .wrapper-container > .heading--sticky {
  flex-basis: 50%;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container > .heading--sticky {
    border: 0;
    flex-basis: 100%;
    width: 100%;
    position: relative;
    padding: 100px 0;
  }
}
.section-blocks-sticky > div > .wrapper-container > .heading--sticky > h2 {
  font-size: 65px;
  position: relative;
  max-width: 73%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .section-blocks-sticky > div > .wrapper-container > .heading--sticky > h2 {
    font-size: 5vw;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container > .heading--sticky > h2 {
    font-size: 38px;
    max-width: 100%;
    text-align: center;
  }
}
.section-blocks-sticky > div > .wrapper-container > .heading--sticky > h2:before {
  content: "";
  width: 40px;
  height: 0.3rem;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container > .heading--sticky > h2:before {
    left: 0;
    right: 0;
    width: 60px;
    margin: auto;
    bottom: -30px;
  }
}
.section-blocks-sticky > div > .wrapper-container > .blocks-wrapper {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container > .blocks-wrapper {
    display: none;
  }
}
.section-blocks-sticky > div > .wrapper-container > .blocks-wrapper > div.item {
  padding: 150px 100px;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 1000px) {
  .section-blocks-sticky > div > .wrapper-container > .blocks-wrapper > div.item {
    padding: 50px 50px;
  }
}
.section-blocks-sticky > div > .wrapper-container > .blocks-wrapper > div.item > span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 50px;
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: 35px;
}
.section-blocks-sticky > div > .wrapper-container > .blocks-wrapper > div.item > div.wrapper-txt {
  font-size: 25px;
  color: #000;
  line-height: 3.7rem;
}
.section-blocks-sticky > div > .wrapper-container > div.swiper {
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-blocks-sticky > div > .wrapper-container > div.swiper {
    display: initial;
  }
}
.section-blocks-sticky > div > .wrapper-container > div.swiper > .swiper-wrapper > .swiper-slide {
  text-align: center;
  font-size: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border: 1px solid #e7e7e7;
  min-height: 300px;
}
.section-blocks-sticky > div > .wrapper-container > div.swiper > .swiper-wrapper > .swiper-slide > div.wrapper-txt {
  padding: 0 50px;
  color: #000;
}
.section-blocks-sticky > div > .wrapper-container > div.swiper > .swiper-pagination {
  width: 100% !important;
  position: relative;
  top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-blocks-sticky > div > .wrapper-container > div.swiper > .swiper-pagination > span {
  transition: all 0.1s linear;
  transform: scale(1);
  height: 7px;
  width: 7px;
}
.section-blocks-sticky > div > .wrapper-container > div.swiper > .swiper-pagination > span.swiper-pagination-bullet-active {
  background: #777777;
  width: 25px;
  border-radius: 7px;
}
@media screen and (max-width: 749px) {
  .section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible {
    display: inline-flex;
  }
}
.section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px 80px;
}
@media screen and (max-width: 749px) {
  .section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item {
    padding: 30px 20px;
  }
}
.section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item > .accordion {
  width: 100%;
  max-width: 100%;
}
.section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item > .accordion > details > summary > h3 {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 15px;
}
.section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item > .accordion > details > .accordion__content {
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 15px;
}
.section-blocks-sticky > div > .wrapper-container > .wrapper-collpasible > .grid__item > .accordion > details > .accordion__content ul {
  padding: 0 !important;
}

/* COLLECTION PAGE */
.template-collection > main{
  margin:60px 0;
  min-height:75vh;
  margin-top: 0;
}
@media screen and (max-width:900px){
  .template-collection > main{
    margin-top: 0;
  }
}
.template-collection > main > div > div {
  padding: 0;
}
.template-collection > main > div > div > div .facets-wrapper {
  padding: 20px 3rem;
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%;  
  position:relative;
  z-index:3;
}
@media screen and (max-width:749px){
 .template-collection > main > div > div > div .facets-wrapper{
    padding: 20px 2rem;
  }
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form {
  margin: 0;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .facets__wrapper > h2 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .facets__wrapper > details > summary {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .facet-filters.sorting > .facet-filters__field > h2 {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .facet-filters.sorting > .facet-filters__field > .select > select {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .product-count {
  opacity: 1;
}
.template-collection > main > div > div > div .facets-wrapper .facets-container > .facets > form.facets__form > .product-count > h2 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
.template-collection > main > div > div > div .container-select-grid{
  padding: 0 3rem;
}
@media screen and (max-width:749px){
  .template-collection > main > div > div > div .container-select-grid{
    padding: 0 2rem;
  } 
}
.template-collection > main > div > div > div .container-select-grid {
}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid{
  display:flex;
  padding:10px 0;
}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid > .item {
  transition:all 0.2s ease-in;
    cursor:pointer;
    margin-right: 20px;
    opacity:0.5;
}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid > .item.active {
    opacity:1;
}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid > .item.items-4{

}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid > .item.items-6{

}
.template-collection > main > div > div > div .container-select-grid > .wrapper-grid > .item > img{

}



.template-collection > main > div > div > div > div.product-grid-container {
  overflow: hidden;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: auto;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop {
  width: 100%;
  row-gap: 0;
  column-gap: 0;
  margin: 0;
  padding: 0 3rem;
}
@media screen and (max-width:767px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop{
    padding: 0 2rem;
    margin-bottom:0;
  }
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item {
  transition:all 0.2s ease;
  width: 100%;
  padding: 0;
  padding-top: 0;
  max-width: 25%;
  padding: 10px;
  margin-bottom: 0;
  border:1px solid #000;
  border-left: 0;
  border-top:0;
  position:relative;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6{
  max-width:calc(100% / 6);
}

.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > a.hovered{
  position: absolute;
  background: transparent;
  width: 100%;
  max-width: 65%;
  margin: auto;
  height: 75%;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width:749px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > a.hovered{
    display:none;
  }
}

.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4:nth-of-type(4n + 1){
  border-left:1px solid #000;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4:nth-of-type(-n + 4) {
  border-top: 1px solid #000;
}



.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(6n + 1){
  border-left:1px solid #000;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(-n + 6) {
  border-top: 1px solid #000;
}


@media screen and (max-width: 900px) {
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4 {
    max-width: 50%;
  }
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6 {
    max-width: 25%;
  }



  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4:nth-of-type(-n + 4) {
    border-top: 0px solid #000;
  }
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4:nth-of-type(-n + 2) {
    border-top: 1px solid #000;
  }
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-4:nth-of-type(2n + 1){
    border-left:1px solid #000;
  }

  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(6n + 1){
    border-left:0px solid #000;
  }
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(-n + 6) {
    border-top: 0px solid #000;
  }

.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(4n + 1){
  border-left:1px solid #000;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item.item-6:nth-of-type(-n + 4) {
  border-top: 1px solid #000; 
}
  


}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper:hover > .card > .card__content > .card__information > h3 > a {
  background-size: 0% 1px;
  color:#000;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper:hover > .card > .card__content{
  background:transparent;  
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > div.card__inner {
  background:transparent;
  z-index:2;
}
@media screen and (max-width:749px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > div.card__inner {
     --ratio-percent: 175%!important;
  }
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > div.card__inner > div.card__media > .media > img {
  
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > div.card__inner > .img-hoverlay-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__inner > .card__content > .card__badge > span {
  border: 1px solid gray;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 300;
  font-family: var(--font-heading-family);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  background: grey;
  color: #fff;
  padding: 6px 13px;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__inner > .card__content > .card__badge > span {
    font-size: 10px;
    padding: 7px 10px;
    top: 10px;
  }
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content {
  transition:all .2s ease-in;
  position: initial;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  padding: 10px 15px;
  margin:10px 0; 
  width: 100%;
  justify-content: center;  
  margin-bottom:0;
  z-index:1;
  position:relative;
}
@media screen and (max-width:767px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content {
    position: initial;
    justify-content: center;
    border:0;
    margin:0;
  }
  .template-collection>main>div>div>div>div.product-grid-container>.collection ul#product-grid.grid--4-col-desktop>li.grid__item>div.card-wrapper:hover>.card>.card__content {
    background: #fff;
  }
  .template-collection>main>div>div>div>div.product-grid-container>.collection ul#product-grid.grid--4-col-desktop>li.grid__item>div.card-wrapper:hover>.card>.card__content>.card__information>h3>a {
    background-size: 0% 1px;
    color: #000;
  }
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information {
  padding: 0;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > h3{
  text-align:center;
  font-size:14px;
  text-transform: uppercase;
}
@media screen and (min-width:750px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > h3{
        font-size: 0.8vw;
  }
}
@media screen and (max-width:749px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > h3{  
    font-size:11px;   
  }
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > h3 > a {
  //font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
  background-position: 0 calc(1em + 4px);
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 0px;
  transition: all 0.15s linear;
}

.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item:hover > div.card-wrapper > .card > .card__inner .swiper-button-next,
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item:hover > div.card-wrapper > .card > .card__inner .swiper-button-prev{
  opacity:1;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item:hover > div.card-wrapper > .card > .card__inner .swiper-button-next.swiper-button-disabled,
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item:hover > div.card-wrapper > .card > .card__inner .swiper-button-prev.swiper-button-disabled{
  opacity:0.4;
  cursor: not-allowed;
  pointer-events: auto;
}

.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > .card-information > .price > .price__container {
  color: rgb(0, 0, 0);
  font-size: 0.8em; 
  text-align:center;
  display: block;
}
.template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > .card-information > .price {
  margin:0;
}

@media screen and (max-width:767px){
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > .card-information > .price{
    text-align:center;
  }
  .template-collection > main > div > div > div > div.product-grid-container > .collection ul#product-grid.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > .card-information > .price > .price__container {
    color: rgb(0, 0, 0);      
    font-size: 14px;
    margin-top: -8px;
  }  
}

.messagge--middle-collection{ 
  text-align: center;
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
  padding: 10px 0;
  margin:0 3.2rem;
  background: #fff;
  left:0;
  right:0;
  display:none;
}
@media screen and (max-width:767px){
  .messagge--middle-collection{
    margin:0 2rem;
  }
}
.messagge--middle-collection p{
  margin: 0;
}

.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky .messagge--middle-collection{
  position:fixed;
  top: 0;
  border-bottom: 1px solid #000;
}

  /* COLLECTION RELATED  Featured collection */
.section-featured-collection > .collection ul.grid--4-col-desktop > li.grid__item > div.card-wrapper > .card > div.card__inner > .img-hoverlay-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
}


/* PRODUCT PAGE */
body.template-product > main {
  padding-top: 0px;
}
body.template-product > main > .shopify-section > section {
  padding-top: 0;
}
body.template-product > main > .shopify-section > section > .page-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.template-product > main > .shopify-section > section > .page-width > .product{
  padding-left: 0;
  justify-content: center;
  margin-top:0px;
}
@media screen and (max-width: 749px) {
  body.template-product > main > .shopify-section > section > .page-width {
    padding: 0 1.5rem;
  }
  body.template-product > main > .shopify-section > section > .page-width > .product{
    padding-left:0;
  }
}

body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper {
  width: 100%;
  max-width: 40%;
  border-right: 1px solid transparent;
  transition:all 0.2s ease-in-out;
  opacity:0;
  position:relative;
  padding-top:50px;
}
@media screen and (max-width: 1600px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper {
     max-width: 40%;   
  }
}
@media screen and (max-width: 749px) {
  body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper {
    max-width: 100%;
    border: 0;
    padding-top:0;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list {
  column-gap: 2px;
  row-gap: 2px;
  margin-bottom:0;
  border-bottom:1px solid #000;
  border-top:0;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list > li {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list > li {
    max-width: 100%;
    width: 100%;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list > li > div {
  width: 100%;
  border: 0;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list > li .img-hoverlay-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list > li:first-of-type {
  width: 100%;
  max-width: 100%;
 
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper {
  max-width: 40%;
  padding: 70px 50px!important;
  padding-top: 50px !important;  
}
@media screen and (max-width: 989px) {
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper {
    max-width: 50% !important;
    padding: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info product-form.product-form {
  margin-bottom: 0;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info .wrapper-button-size-guide {
  max-width: 100%;
  min-width: calc(12rem + 2px);
  display: flex;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info .wrapper-button-size-guide > span {
  transition: all 0.2 s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  color: #000;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info .wrapper-button-size-guide > span:hover {
  text-decoration: none;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset > legend {
  display: inline-block;
  font-size: 15px;
  text-transform: lowercase;
  font-family: covesl, sans-serif;
  vertical-align: middle;
  font-weight: 600;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset  > div > div{
  width:100%;
  display:block;
}
.wrapper-swatch-color.sizes{
  flex-direction:column;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset > label,
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset  > div > div > label{
  font-family: 'sf_pro_displayregular';
  border-radius: 0;
  padding: 0;
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (min-width:1500px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset > label,
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset  > div > div > label{
    width: 2vw;
    height: 2vw;
    font-size:0.6vw;
  }
}
@media screen and (max-width:767px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset > label,
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset  > div > div > label{
    width: 35px;
    height: 35px;
    font-size: 10px;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset input[type=radio]:checked + label {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset input[type=radio].disabled + label {
  border: 2px solid #e7e7e7;
  text-decoration: none;
  position: relative;
  color: #ececec;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset input[type=radio].disabled + label:before {
  content: "";
  display: block;
  position: absolute;
  height: 140%;
  width: 2px;
  background: #ececec;
  transform: rotate(45deg);
  z-index: 2;
  top: initial !important;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset input[type=radio] + label {
  color: #000;
  border: 2px solid #e7e7e7;
  font-weight: 500;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset.item-for-color > legend {
  display: inline-block;
  font-size: 15px;
  text-transform: lowercase;
  font-family: covesl, sans-serif;
  vertical-align: middle;
  font-weight: 600;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info variant-radios > fieldset.item-for-color > label {
  border-radius: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  outline: 2px solid black;
  border: 2px solid #fff;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  display:flex;
  flex-wrap:wrap;
  align-items: flex-start;
  padding-top:25px!important;
  margin-bottom:20px!important;
}

@media screen and (max-width:767px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity{
      padding: 12px 0 !important;
  }
}

.product-form__input product-form__quantity .wrapper-buy-buttons .product-form__buttons{
  
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity > label {
  display: inline-block;
  font-size: 15px;
  text-transform: lowercase;
  font-family: covesl, sans-serif;
  vertical-align: middle;
  font-weight: 600;
  flex-basis:100%;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input {
  width: 100%;
  max-width: 150px;
  margin-right: 0;
  min-height: 40px;
  border:0;
}
/*
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input::after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  position: absolute;
  background:#4d4d4d;
  right: 50%;
  border: 0;
  left: initial;
  top: 0;
  bottom: 0;
  margin: auto;
}
*/
@media screen and (min-width:1500px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input{
     max-width: 6vw;
     min-height: 1vw;
  }
}

body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input:before, 
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input:after {
  box-shadow:none;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input .quantity__button[name="minus"] {
  //display: none;
}
.wrapper-buy-buttons  .product-form{
  margin-top:0!important;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .product-form__quantity quantity-input input {
  background-color: transparent;
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 12px;
  margin-left: -8px;
}
 .wrapper-buy-buttons {
  display: inline-block;
}
product-info > .wrapper-buy-buttons.mobile{
    display: block;
    order: 9;
    margin-top: 10px !important;
    width: 100%;
    max-width: 250px;
}
@media screen and (min-width:1500px){
  product-info > .wrapper-buy-buttons.mobile{
    max-width: 13vw;
  }
}
.product-form__quantity .wrapper-buy-buttons.mobile {
    display:none;
}
@media screen and (max-width:749px){
  .product-form__quantity .wrapper-buy-buttons.mobile {
    display:none;
  }
  product-info > .wrapper-buy-buttons.mobile{
    display:block;
    order:9;    
    margin-top: 40px !important;
    max-width:100%;
  }
}
.wrapper-buy-buttons .product-form__submit {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;  
    min-height: 40px;
    font-size: 14px;
    border-radius: 15px;
    font-family: 'sf_pro_displayregular';
}
@media screen and (min-width:1500px){
  .wrapper-buy-buttons .product-form__submit{
    font-size: 0.6vw;
    height:2vw;
  }
}
@media screen and (max-width:749px){
  .wrapper-buy-buttons .product-form__submit{
    font-size: 13px;
    font-weight: 100;
    box-shadow: 0px 3.679px 3.679px 0px rgba(0, 0, 0, 0.25);
    min-height:38px;
  }
}
 .wrapper-buy-buttons .payment-button, body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .wrapper-buy-buttons .shopify-payment-button {
  display: none !important;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs {
  display: flex;  
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs > span {
  //cursor: pointer;
  display: block;    
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0.6;
  position: relative;
  margin-left:0;
}
@media screen and (max-width: 749px) {
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs > span {
    
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs > span:before {
  content: "";
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  display:none;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs > span.active {
  color: #000;
  opacity: 1;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs > span.active:before {
  width: 100%;
  opacity: 1;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .header-tabs.between {
  justify-content: space-between;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs {
  display: flex;  
  margin-top:10px;
}
@media screen and (max-width:749px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs,
  .container-acordeon-price.price-not-account > .price-wrapper{
    max-height:0;
    margin-top:0;
  }
   body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs.open .content-tabs{
     margin-top:10px!important;
   }
  .container-acordeon-price.open > .price.price--large.price--show-badge, .container-tabs.open > .content-tabs,
  .container-acordeon-price.price-not-account.open > .price-wrapper{
    max-height: 2000px!important;
    margin-top:0;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item {
  width: 100%; 
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: rgba(var(--color-foreground), 0.75);
  
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item > div{ 
  position: relative;
  transition:all 0.2s ease-in-out;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item > div.description-product{ 
  position: relative;
  transition:all 0.2s ease-in-out;
  max-height: 50px;
  overflow: hidden;
}

body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item > div.description-product:after{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(#fff0, #ffffffe6);  
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item.active > div{
  max-height: 2000px;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item.active > div:after{
  display:none;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item p, 
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h2, 
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h3, 
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h4,
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item span,
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item p span{
  font-family: 'sf_pro_displayregular'!important;
  font-size: 13px!important;
  color: rgba(var(--color-foreground), 0.75);
  color:#000;
  line-height: initial;
  font-weight: 100;
}

@media screen and (min-width:1500px){
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item,
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item p, 
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h2, 
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h3, 
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item h4,
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item span,
  body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item p span{   
        font-size: 0.68vw!important;
  }
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper > product-info > .container-tabs > .content-tabs > div.item.active {
  display: flex;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .price__container .price__regular {
  font-size: 20px;
  font-weight: 600;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__description {
  text-transform: uppercase !important;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__description > p {
  margin: 0;
  font-size: 13px;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__description ul {
  padding-left: 0;
  margin-top: 0;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__description ul li {
  font-size: 12px;
  font-family: "neue_haas_grotesk_text55roman";
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__description ul li span {
  font-family: inherit !important;
  font-size: inherit !important;
}
body.template-product > main > .shopify-section > section > .page-width > .product > .product__info-wrapper .product__accordion .accordion__title {
  font-weight: 600;
}
body.template-product > main > .shopify-section product-recommendations {
  padding-top: 0 !important;
}
body.template-product > main > .shopify-section product-recommendations > h2 {
  margin: 50px 0 !important;
  text-transform: capitalize !important;
  font-weight: 700;
}
body.template-product > main > .shopify-section product-recommendations > ul > li {
  padding: 0 5px;
}
body.template-product > main > .shopify-section product-recommendations > ul > li > div.card-wrapper > div > .card__inner {
  --ratio-percent: 130%!important;
}
body.template-product > main > .shopify-section product-recommendations > ul > li > div.card-wrapper > div > .card__content > .card__information > h3.card__heading > a {
  text-transform: capitalize !important;
}
body.template-product > main > .shopify-section product-recommendations > ul > li .img-hoverlay-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
body.template-product > main > .shopify-section product-recommendations:empty {
  display: none;
}
body.template-product #smartwishlist > .tooltip {
  padding-left: 0 !important;
}

/* FOOTER */
.shopify-section-group-footer-group > footer {
  margin-top: 0;
}
.shopify-section-group-footer-group > footer > .footer__content-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper {
  order: 2;
  padding: 0 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper {
    padding: 0 20px;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item > .footer-block__details-content {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item > ul.footer-block__details-content > li > a {
    padding-bottom: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item > ul.footer-block__details-content > li > a > span {
    padding-bottom: 0;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > a > img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > a > img {
    max-width: 180px;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > ul {
  flex-direction: column;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > ul > li > a {
  text-decoration: none;
  padding-left: 0;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > ul > li > a > span {
  position: relative !important;
  width: auto;
  height: auto;
  margin: 0;
  margin-left: 15px;
  padding-bottom: 0;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer__blocks-wrapper > .grid__item.socials_block > ul > li > a:first-of-type {
  padding-top: 0;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter {
  order: 1;
  margin: 100px 0;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter {
    padding: 0 20px;
    padding-bottom: 70px;
    margin: 70px 0;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter {
    width: 100%;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > h2 {
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > p {
    margin: 20px 0;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form {
  max-width: 800px;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper {
  max-width: 100%;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper > div.field > button.newsletter-form__button.field__button {
  width: auto;
  max-width: 100%;
  background: #000;
  color: #fff;
  padding: 0 30px;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-size: 12px;
}
@media screen and (max-width: 749px) {
  .shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper > div.field > button.newsletter-form__button.field__button {
    padding: 0 20px;
    width: 80px;
  }
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper > div.field > button.newsletter-form__button.field__button > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper > div.field > button.newsletter-form__button.field__button:hover > span {
  animation-name: scroll-in-big;
}
.shopify-section-group-footer-group > footer > .footer__content-top > .footer-block--newsletter > .footer-block__newsletter > form > .newsletter-form__field-wrapper > div.field:after {
  box-shadow: 0 0 0 1px #c1c1c1;
}

/* ABOUT HEADER */
.header-in-about > .header-about {
  padding: 60px 20px;
}
.header-in-about > .header-about > .wrapper-blocks:after {
  content: "";
  background: #000;
  width: 65px;
  height: 3px;
  display: block;
  margin: auto;
  margin-top: 70px;
}
.header-in-about > .header-about > .wrapper-blocks > .wrapper_txt {
  text-align: center;
}
.header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > h2 {
  font-size: 70px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > h2 {
    font-size: 50px;
  }
}
.header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > div.wrapper-txt {
  margin-bottom: 50px;
  font-size: 17px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > div.wrapper-txt {
    font-size: 14px;
  }
}
.header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > a {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.header-in-about > .header-about > .wrapper-blocks > .wrapper_txt > a svg path {
  fill: #fff;
}

/* LOOKBOOK */
.section-lookbook > .octo-items {
  overflow: hidden;
}
.section-lookbook > .octo-items > .blocks {
  margin-right: -1px;
}
.section-lookbook > .octo-items > .blocks > .wrapper-row {
  display: flex;
}
.section-lookbook > .octo-items > .blocks > .wrapper-row > .item-image {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 749px) {
  .section-lookbook > .octo-items > .blocks > .wrapper-row > .item-image {
    border: 0;
  }
}
.section-lookbook > .octo-items > .blocks > .wrapper-row > .item-image > a > img {
  width: 100%;
  max-width: 100%;
  display: flex;
}

/* ANNOUNCEMENT BAR */
.announcement-bar-section {
  display: none;
}
.announcement-bar-section > .utility-bar {
  display: flex;
  align-items: center;
}
.announcement-bar-section > .utility-bar #close-announcement {
  width: 15px;
  height: 15px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  display: flex;
}
.announcement-bar-section > .utility-bar #close-announcement > svg path {
  fill: #fff;
}
.announcement-bar-section > .utility-bar > .utility-bar__grid > .announcement-bar > a {
  font-size: 12px;
  color: #fff;
}
.announcement-bar-section > .utility-bar > .utility-bar__grid > .announcement-bar > a > p {
  padding: 2px 0;
  display: flex;
  align-items: center;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .announcement-bar-section > .utility-bar > .utility-bar__grid > .announcement-bar > a > p > svg {
    display: none;
  }
}
.announcement-bar-section > .utility-bar > .utility-bar__grid > .announcement-bar > a:hover {
  text-decoration: none;
  opacity: 1;
}

/* IMAGE WITH TEXT */
.container-with-text > .wrapper-image-with-text {
  padding: 0;
}
.container-with-text > .wrapper-image-with-text > .page-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text {
  position: relative;
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__media-item > div {
    padding-bottom: 100% !important;
  }
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item {
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
  }
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content {
  max-width: 80%;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content {
    max-width: 100%;
    align-items: center;
  }
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > h2 {
  font-size: 70px;
}
@media screen and (max-width: 1000px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
  }
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > div.image-with-text__text {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a {
    background: #fff;
    color: #000;
    font-size: 12px;
  }
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a:before, .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a:after {
  display: none;
}
.container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a svg path {
  fill: #fff;
}
@media screen and (max-width: 749px) {
  .container-with-text > .wrapper-image-with-text > .page-width > .image-with-text > .image-with-text__grid > .image-with-text__text-item > .image-with-text__content > a svg path {
    fill: #000;
  }
}

/* CUSTOMER LOGIN */
.template-customers-register > main > div > .customer,
.template-customers-login > main > div > .customer {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  min-height: 80vh;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer,
  .template-customers-login > main > div > .customer {
    flex-direction: column;
    padding: 0 !important;
  }
}
.template-customers-register > main > div > .customer > .wrapper-title,
.template-customers-login > main > div > .customer > .wrapper-title {
  
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > .wrapper-title,
  .template-customers-login > main > div > .customer > .wrapper-title {
    border: 0;
    margin-bottom: 0px;
  }
}
.template-customers-register > main > div > .customer > div,
.template-customers-login > main > div > .customer > div {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > div,
  .template-customers-login > main > div > .customer > div {
    padding: 10px 20px;
  }
  .template-customers-register > main > div > .customer > div:last-of-type,
  .template-customers-login > main > div > .customer > div:last-of-type {  
    padding-top:0;
  }
}
.template-customers-register > main > div > .customer > div > h1,
.template-customers-login > main > div > .customer > div > h1 {
    position: relative;
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
}
.template-customers-register > main > div > .customer > div > h1{
  text-align:center;
}
@media screen and (max-width: 1400px) {
  .template-customers-register > main > div > .customer > div > h1,
  .template-customers-login > main > div > .customer > div > h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > div > h1,
  .template-customers-login > main > div > .customer > div > h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > div > h1,
  .template-customers-login > main > div > .customer > div > h1 {
    text-align:center;
    font-size: 30px;    
  }
}
.template-customers-register > main > div > .customer > div > h1:after,
.template-customers-login > main > div > .customer > div > h1:after {
  content: "";
  background: #000;
  width: 65px;
  height: 3px;
  display: none;
  margin-top: 10px;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > div > h1:after,
  .template-customers-login > main > div > .customer > div > h1:after {
    left: 0;
    right: 0;
    margin: 20px auto;
  }
}
.template-customers-register > main > div > .customer > div > form,
.template-customers-login > main > div > .customer > div > form {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.template-customers-register > main > div > .customer > div > form > .field > input,
.template-customers-login > main > div > .customer > div > form > .field > input {
  //border-radius: 0;
  height: 6.5rem;
}
.template-customers-register > main > div > .customer > div > form > .field:before, .template-customers-register > main > div > .customer > div > form > .field:after,
.template-customers-login > main > div > .customer > div > form > .field:before,
.template-customers-login > main > div > .customer > div > form > .field:after {
  //border-radius: 0 !important;
  box-shadow: 0 0 0 1px #c1c1c1;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns {
  display: flex;
  flex-direction:column;
  align-items: center;
  margin-top: 20px;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > button,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > button {
  width: 100%;
  max-width: 200px;
  background: #000;
  color: #fff;
  padding: 0 30px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0;  
  text-transform: uppercase;
  height: 55px;  
  margin-bottom: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > div > form > .wrapper-btns > button,
  .template-customers-login > main > div > .customer > div > form > .wrapper-btns > button {
    padding: 0 20px;
    margin-right: 10px;
  }
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > button > span,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > button > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > button:hover > span,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > button:hover > span {
  animation-name: scroll-in-big;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > button:before, .template-customers-register > main > div > .customer > div > form > .wrapper-btns > button:after,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > button:before,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > button:after {
  display: none;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > div.links > a,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > div.links > a {
  margin: 0;
  text-decoration: none;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > div.links > div,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > div.links > div {
  display: flex;
}
@media screen and (max-width:749px){
  .template-customers-register > main > div > .customer > div > form > .wrapper-btns > div.links > div,
  .template-customers-login > main > div > .customer > div > form > .wrapper-btns > div.links > div {
   margin-bottom:20px;
  }
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > div.links > div > span,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > div.links > div > span {
  opacity: 0.6;
}
.template-customers-register > main > div > .customer > div > form > .wrapper-btns > div.links > div > a,
.template-customers-login > main > div > .customer > div > form > .wrapper-btns > div.links > div > a {
  color: #000;
  text-decoration: none;
  margin-left: 5px;
}
.template-customers-register > main > div > .customer > div.wrapper-title,
.template-customers-login > main > div > .customer > div.wrapper-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.template-customers-register > main > div > .customer > div.wrapper-title > h1,
.template-customers-login > main > div > .customer > div.wrapper-title > h1 {
  display: none;
  position: absolute;
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > div.wrapper-title > h1,
  .template-customers-login > main > div > .customer > div.wrapper-title > h1 {
    //display: block;
  }
}
.template-customers-register > main > div > .customer > div.wrapper-title > img,
.template-customers-login > main > div > .customer > div.wrapper-title > img {
  width: 100%;
}
.template-customers-register > main > div > .customer #recover:target, .template-customers-register > main > div > .customer #recover:target + div,
.template-customers-login > main > div > .customer #recover:target,
.template-customers-login > main > div > .customer #recover:target + div {
  display: flex;
  flex-direction: column;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover, .template-customers-register > main > div > .customer > .wrapper-form.create,
.template-customers-login > main > div > .customer > .wrapper-form.recover,
.template-customers-login > main > div > .customer > .wrapper-form.create {
  align-items: start;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form, .template-customers-register > main > div > .customer > .wrapper-form.create > form,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form,
.template-customers-login > main > div > .customer > .wrapper-form.create > form {
  //padding:0 80px;
  padding-top: 10px;
}
@media screen and (max-width: 749px){
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form, .template-customers-register > main > div > .customer > .wrapper-form.create > form,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form {
    padding:0;
    padding-top: 0;
  }
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover, 
.template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover, 
  .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover {
    flex-direction: column;
  }
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button, 
.template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button {
  width: auto;
  margin: 0; 
  background: #000;
  color: #fff;
  padding: 0 30px;  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0; 
  text-transform: uppercase;
  height: 55px; 
  min-width: 180px;
  flex-basis:50%;
  margin-right:10px;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button, 
  .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button, 
  .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button {
    padding: 0 20px;
  }
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button > span, 
.template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button > span,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button > span,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:hover > span, 
.template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button:hover > span,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:hover > span,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button:hover > span {
  animation-name: scroll-in-big;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:before, .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:after, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button:before, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > button:after,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:before,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > button:after,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button:before,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > button:after {
  display: none;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a {
  position: relative;
  flex-basis: 50%;
  width: auto;
  margin: 0;
  flex-basis: 50%;
  background: #fff;
  color: #000;
  padding: 0 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0; 
  text-transform: uppercase;
  height: 55px;
  min-height: 55px;
  border-radius: 30px;
  border: 2px solid;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  }
}
@media screen and (max-width: 749px) {
  .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a,
  .template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a,
  .template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a {
    padding: 0 20px;
  }
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a > span, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a > span,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a > span,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:hover > span, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a:hover > span,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:hover > span,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a:hover > span {
  animation-name: scroll-in-big;
}
.template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:before, .template-customers-register > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:after, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a:before, .template-customers-register > main > div > .customer > .wrapper-form.create > form > .links-recover > a:after,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:before,
.template-customers-login > main > div > .customer > .wrapper-form.recover > form > .links-recover > a:after,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a:before,
.template-customers-login > main > div > .customer > .wrapper-form.create > form > .links-recover > a:after {
  display: none;
}
.template-customers-register > main > div > .customer > .wrapper-form.create,
.template-customers-login > main > div > .customer > .wrapper-form.create {
  align-items: center;
}

/* POPUP WHOLESALE */
.container-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9990;
  display: flex;
  align-items: center;
}
.container-popup > .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.container-popup > .wrapper-el {
  z-index: 2;
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 50px;
  min-height: 400px;
  border: 1px solid #ededed;
  position: relative;
}
@media screen and (max-width: 800px) {
  .container-popup > .wrapper-el {
    padding: 50px 20px 20px;
  }
}
.container-popup > .wrapper-el > #close-notification {
  width: 20px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.container-popup > .wrapper-el > div.wrapper-text {
  margin-bottom: 20px;
  text-align: center;
}
.container-popup > .wrapper-el > div.wrapper-text > p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .container-popup > .wrapper-el > div.wrapper-text > p {
    font-size: 13px;
  }
}
.container-popup > .wrapper-el > .container-views > .header-items {
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0px;
  font-size: 12px;
}
.container-popup > .wrapper-el > .container-views > .header-items > div {
  font-weight: 600;
}
.container-popup > .wrapper-el > .container-views > .header-items > div:nth-of-type(1) {
  width: 20%;
}
.container-popup > .wrapper-el > .container-views > .header-items > div:nth-of-type(2) {
  width: 60%;
}
.container-popup > .wrapper-el > .container-views > .header-items > div:nth-of-type(3) {
  width: 20%;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items {
  margin-bottom: 20px;
  margin-bottom: 20px;
  max-height: 260px;
  overflow: auto;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div {
  padding: 10px;
  font-size: 12px;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div > img {
  width: 100%;
  max-width: 80px;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div > p > b {
  display: none;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div:nth-of-type(1) {
  width: 20%;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div:nth-of-type(2) {
  width: 60%;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div:nth-of-type(2) > p {
  font-weight: 600;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item > div:nth-of-type(3) {
  width: 20%;
}
.container-popup > .wrapper-el > .container-views > #wrapper-items > .wrapper-item:last-of-type {
  border: 0;
}
.container-popup > .wrapper-el > form > #get_msg_err {
  position: absolute;
  right: 55px;
  font-size: 13px;
}
.container-popup > .wrapper-el > form > div.label-wrapper {
  margin-bottom: 20px;
}
.container-popup > .wrapper-el > form > .wrapper-btn {
  margin-top: 20px;
}
.container-popup > .wrapper-el > form > .wrapper-btn > button {
  width: auto;
  max-width: 100%;
  background: #000;
  color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  height: 40px;
  border-radius: 30px;
  transition: all 0.3s ease-in;
}
.container-popup > .wrapper-el > form > .wrapper-btn > button:before, .container-popup > .wrapper-el > form > .wrapper-btn > button:after {
  display: none;
}
.container-popup > .wrapper-el > form > .wrapper-btn > button[disabled] {
  opacity: 0.6;
}
.container-popup > .wrapper-el > .pop-msj-success {
  display: flex;
  justify-content: center;
  text-align: center;
}
.container-popup > .wrapper-el > .pop-msj-success > div > img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 20px;
  opacity: 0.5;
}
.container-popup > .wrapper-el > .pop-msj-success > div > h4 {
  font-size: 34px;
  opacity: 0.5;
  font-weight: 600;
  margin: 0;
}
.container-popup > .wrapper-el > .pop-msj-success > div > p {
  font-family: var(--font-heading-family);
  font-size: 18px;
  opacity: 0.9;
}
.container-popup > .wrapper-el > .pop-msj-success > div > span {
  width: auto;
  max-width: 100%;
  background: #000;
  color: #fff;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  height: 40px;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.container-popup > .wrapper-el > .pop-msj-success > div > span:before, .container-popup > .wrapper-el > .pop-msj-success > div > span:after {
  display: none;
}

.container-popup.hide {
  display: none;
}

.msj_wholesale_drawer {
  background: transparent;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 15px;
  align-self: center;
  border-radius:5px;
  display:none;
}
.msj_wholesale_drawer > p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.msj_wholesale_drawer > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-size: 15px;
  padding: 10px 25px;
  margin-top: 20px;
}

.footer__follow-on-shop {
  display: none !important;
}

/* FORMS LOGIN */
.container--form {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 20px;
}
.container--form > .header--forms > .wrapper--title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  
}
.container--form > .header--forms > .wrapper--title > h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top:0;
}
.container--form > .header--forms > .wrapper--title > h2:after {
  content: "";
  background: #000;
  width: 65px;
  height: 3px;
  display: none;
  margin-top: 10px;
  position: absolute;
}
.container--form > .header--forms > span {
  display: block;
  opacity: 0.6;
  font-size: 12px;
}
.wrapper-form.customer{
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.container--form > .wrapper-form > form > div.module {
  
}
.container--form > .wrapper-form > span{
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 11px;
  padding:0 20px;
}
.container--form > .wrapper-form > form > div.module > h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > h3 > .container-fields {
  font-weight: 100;
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.container--form > .wrapper-form > form > div.module > h3 > .container-fields > .field-checkbox {
  display: flex;
  align-items: center;
}
.container--form > .wrapper-form > form > div.module > h3 > .container-fields > .field-checkbox > input {
  margin: 0;
  margin-right: 5px;
  font-family: inherit;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 3px solid #D9D9D9;
  appearance: none;
  border-radius: 3px;
}
.container--form > .wrapper-form > form > div.module > h3 > .container-fields > .field-checkbox > input:checked{
  background:#D9D9D9;
}
.container--form > .wrapper-form > form > div.module > h3 > .container-fields > .field-checkbox > label{
  font-size: 14px;
  color: #000;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields,
.container--form > .wrapper-form > form > div.module > .container-fields .field .container-fields{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field{
  flex-basis: 48.5%;
  flex-direction:column;
}
.container--form > .wrapper-form > form > div.module > .container-fields.column-3 > .field,
.container--form > .wrapper-form > form > div.module > .container-fields.column-3 > .field .container-fields > .field{
  flex-basis: calc(100% / 3 - 10px);
  flex-direction:column;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field:last-of-type .container-fields.container-state > .field:first-of-type{
  flex-basis: 70%;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field:last-of-type .container-fields.container-state > .field:last-of-type{
  flex-basis: 28%;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field label,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field > label{
  position: initial;
  margin-bottom: 5px;
  font-size: 14px;
  color:#000;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field:before,
.container--form > .wrapper-form > form > div.module > .container-fields > .field:after,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field:before,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field:after{
  display: none;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field > input,
.container--form > .wrapper-form > form > div.module > .container-fields > .field > select,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field > input,
.container--form > .wrapper-form > form > div.module > .container-fields > .field .container-fields > .field > select{
  border-radius: 0;
  font-family: inherit;
  box-shadow: 0 0 0 1px #D9D9D9;
  border-radius: 10px;
  padding:20px 15px;
  height: auto;
  flex-grow:0;
  font-size: 14px;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field > textarea {
  width: 100%;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
  box-shadow: 0 0 0 1px #D9D9D9;
  border:0;
}

.container--form > .wrapper-form > form > div.module > .container-fields > .field > textarea:focus-visible{
  outline:0;
  //box-shadow:none;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field:before,
.container--form > .wrapper-form > form > div.module > .container-fields > .field:after {
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px #c1c1c1;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field input[type=file] {
  font-size: 13px;
  color: gray;
  padding-top: 15px;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field.full {
  flex-basis: 100%;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field.field-select:before, .container--form > .wrapper-form > form > div.module > .container-fields > .field.field-select:after {
  border-radius: 0;
}

.container--form > .wrapper-form > form > div.module > .container-fields > .field.field-select > select {
  color: gray;
  font-size: 14px;  
  appearance: auto; 
  border-radius:10px;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field.field-select > textarea {
  width: 100%;
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  font-family: inherit;
  border-radius:10px;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field-checkbox > label {
  color: rgba(var(--color-foreground), .75);
  color:#000;
  font-size: 14px;
  font-family: 'sf_pro_displayregular';
  font-weight: 500;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field-checkbox{
  display: flex;
  align-items: center;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field-checkbox > input{
  width: 25px;
  height: 25px;
  margin-right:10px;
  border: 3px solid #D9D9D9;
  appearance: none;
  border-radius: 3px;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field-checkbox > input:checked{
  background: #D9D9D9;
}
.container--form > .wrapper-form > form > div.module > .container-fields > .field-checkbox > label > a {
  color: inherit;
  font-size: inherit;
}

@media screen and (max-width:767px){
  .container-fields.mobile-layout{
    flex-wrap:wrap;
  }
  .container--form > .wrapper-form > form > div.module > .container-fields > .field.full-mobile{
    flex-basis: 100%;
  }
  .container--form > .wrapper-form > form > div.module > .container-fields > .field.columns-2-mobile{
    flex-basis:100%;    
  }
  .container--form > .wrapper-form > form > div.module > .container-fields > .field.columns-2-mobile.mt-15{
    margin-top:15px;
  }
  .container--form > .wrapper-form > form > div.module > .container-fields > .field.columns-2-mobile > .container-fields{
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.container--form > .wrapper-form > form > div.module.module--1 .mobile-layout:last-of-type,
.container--form > .wrapper-form > form > div.module.module--2 .container-fields:nth-of-type(2){
  padding-bottom:50px;
}

.container--form > .wrapper-form > form > div.module.active {
  display: initial;
}
.container--form > .wrapper-form > form > .wrapper-msg {
  display: flex;
  justify-content: flex-end;
}
.container--form > .wrapper-form > form > .wrapper-msg > span {
  display: block;
  font-size: 13px;
}
.container--form > .wrapper-form > form > .wrapper-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.container--form > .wrapper-form > form > .wrapper-btns > button, 
.container--form > .wrapper-form > form > .wrapper-btns > a {
  position: relative;
  width: 100%;
  max-width: 250px;
  background: #000;
  color: #fff;
  padding: 0 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0;
  margin: 0 0;  
  height: 55px; 
  border-radius: 12px;
}
@media screen and (max-width: 749px) {
  .container--form > .wrapper-form > form > .wrapper-btns > button, .container--form > .wrapper-form > form > .wrapper-btns > a {
    padding: 0 20px;
    margin: 0 5px;
  }
}
.container--form > .wrapper-form > form > .wrapper-btns > button > span, .container--form > .wrapper-form > form > .wrapper-btns > a > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
  pointer-events: none;
}
.container--form > .wrapper-form > form > .wrapper-btns > button:hover > span, .container--form > .wrapper-form > form > .wrapper-btns > a:hover > span {
  animation-name: scroll-in-big;
}
.container--form > .wrapper-form > form > .wrapper-btns > button:before, 
.container--form > .wrapper-form > form > .wrapper-btns > button:after, 
.container--form > .wrapper-form > form > .wrapper-btns > a:before, 
.container--form > .wrapper-form > form > .wrapper-btns > a:after {
  display: none;
}
.container--form > .wrapper-form > form > .wrapper-btns > button:last-of-type {
  margin-right: 0;
}
.container--form > .wrapper-form > form > .wrapper-btns > button.hide {
  display: none;
}
.container--form > .wrapper-form > form > .wrapper-btns > a {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  margin-left: 0;
}

#terms-wholesale {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}
#terms-wholesale > .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6784313725);
  cursor: pointer;
  display: flex;
}
#terms-wholesale > div.container-text {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  height: 90vh;
  z-index: 2;
  padding: 30px;
  background: #fff;
  overflow: auto;
}
#terms-wholesale > div.container-text > .customer-wholesale > h3 {
  font-size: 15px;
}
#terms-wholesale > div.container-text > .customer-wholesale > p {
  opacity: 0.8;
  font-size: 14px;
}
#terms-wholesale > div.container-text > .customer-wholesale > p > a {
  color: inherit;
}
#terms-wholesale > div.container-text > .customer-wholesale > a {
  color: inherit;
}

#terms-wholesale.open {
  display: flex;
}

#request-send {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 749px) {
  #request-send {
    padding: 0 20px;
  }
}
#request-send > .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6784313725);
  cursor: pointer;
  display: flex;
}
#request-send > div.container-text {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  height: auto;
  z-index: 2;
  padding: 30px;
  background: #fff;
  overflow: auto;
}
#request-send > div.container-text > p {
  opacity: 0.8;
  font-size: 14px;
  text-align: center;
}
#request-send > div.container-text > button {
  position: relative;
  width: auto;
  max-width: 100%;
  background: #000;
  color: #fff;
  padding: 0 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0;
  margin: 0 15px;
  text-transform: uppercase;
  height: 55px;
  border-radius: 30px;
  min-width: 100px;
  margin: auto;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  #request-send > div.container-text > button {
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
#request-send > div.container-text > button > span {
  display: flex;
  align-items: center;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  position: absolute;
  pointer-events: none;
}
#request-send > div.container-text > button:hover > span {
  animation-name: scroll-in-big;
}
#request-send > div.container-text > button:before, #request-send > div.container-text > button:after {
  display: none;
}

#request-send.open {
  display: flex;
}

.progress-steps {
  width: 350px;
  margin: auto;
  display:none;
}

.progress-steps .top {
  margin-bottom: 30px;
  position: relative;
}

.progress-steps .top .progress {
  width: 98%;
  height: 3px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.progress-steps .top .progress span {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #3498db;
  transition: 0.5s;
}

.progress-steps .top .steps {
  display: flex;
  justify-content: space-between;
}

.progress-steps .top .steps .step {
  background-color: white;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.progress-steps .top .steps .step.active {
  border-color: #3498db;
  transition: border 1s;
}

.progress-steps .buttons {
  display: flex;
  justify-content: center;
  gap: 0px 20px;
}

.progress-steps .buttons .btn {
  outline: 0px;
  border: 0px;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #3498db;
  font-weight: bold;
  color: white;
  transition: color 0.5s;
}

.progress-steps .buttons .btn.disabled {
  background-color: #e0e0e0;
  color: #bdbdbd;
  cursor: no-drop;
}

.table-size-guide-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-size-guide-1 > h3 {
  padding: 20px;
  padding-top: 0;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #565656;
}
.table-size-guide-1 > div {
  display: flex;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
}
.table-size-guide-1 > div > div.txt > span {
  font-weight: 600;
}
.table-size-guide-1 > div > div.row-custom {
  text-align: center;
  border-right: 1px solid #d3d3d3;
}
.table-size-guide-1 > div > div.row-custom span {
  border-bottom: 1px solid #d3d3d3;
}
.table-size-guide-1 > div > div.row-custom > span, .table-size-guide-1 > div > div.row-custom > div > span {
  font-size: 13px;
  display: block;
  min-width: 125px;
  min-height: 28px;
}
@media screen and (max-width: 820px) {
  .table-size-guide-1 > div > div.row-custom > span, .table-size-guide-1 > div > div.row-custom > div > span {
    font-size: 10px;
    min-width: 100px;
  }
}
@media screen and (max-width: 749px) {
  .table-size-guide-1 > div > div.row-custom > span, .table-size-guide-1 > div > div.row-custom > div > span {
    min-width: 80px;
    font-size: 8px;
  }
}
@media screen and (max-width: 500px) {
  .table-size-guide-1 > div > div.row-custom > span, .table-size-guide-1 > div > div.row-custom > div > span {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.table-size-guide-1 > div > div.row-custom > div {
  display: flex;
  text-align: center;
}
.table-size-guide-1 > div > div.row-custom > div > span {
  border-right: 1px solid #d3d3d3;
}
.table-size-guide-1 > div > div.row-custom > div > span:last-of-type {
  border-right: 0;
}
.table-size-guide-1 > div > div.row-custom > div:first-of-type > span {
  font-weight: 600;
}
.table-size-guide-1 > div > div.row-custom:last-of-type {
  border-right: 0;
}

#shopify-section-template--17140147323100__custom_liquid_HrXL6d .section-template--17140147323100__custom_liquid_HrXL6d-padding {
  padding: 0;
}

/* TEMPLATE SEARCH */
body.template-search > main > section > .template-search > div .facets-wrapper {
  padding: 20px 3rem;
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%;  
}
@media screen and (max-width:749px){
  body.template-search > main > section > .template-search > div .facets-wrapper{
    padding: 20px 2rem;
  }
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form {
  margin: 0;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .facets__wrapper > h2 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .facets__wrapper > details > summary {
  font-size: 11px;
  text-transform: uppercase;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .facet-filters.sorting > .facet-filters__field > h2 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .facet-filters.sorting > .facet-filters__field > .select > select {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .product-count {
  opacity: 1;
}
body.template-search > main > section > .template-search > div .facets-wrapper .facets-container > .facets > form.facets__form > .product-count > h2 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
body.template-search > main > section > .template-search > div > div.product-grid-container {
  overflow: hidden;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: auto;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid {
  width: 100%;
  row-gap: 0;
  column-gap: 0;
  margin: 0;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item {
  width: 100%;
  padding: 0;
  padding-top: 0;
  max-width: 25%;
}
@media screen and (max-width: 900px) {
  body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item {
    max-width: 50%;
  }
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper:hover > .card > .card__content > .card__information > h3 > a {
  background-size: 100% 1px;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > div.card__inner > div.card__media > .media > img {
  filter: invert(0.07);
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > div.card__inner > .img-hoverlay-logo {
  width: 100%;
  max-width: 100px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__inner > .card__content > .card__badge > span {
  border: 1px solid gray;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 300;
  font-family: var(--font-heading-family);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  background: grey;
  color: #fff;
  padding: 6px 13px;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__inner > .card__content > .card__badge > span {
    font-size: 10px;
    padding: 7px 10px;
    top: 10px;
  }
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__content {
  position: initial;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  padding: 10px 15px;
  margin:10px 0;
  margin-top:0;
  width: 100%;
  justify-content: center;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__content > .card__information {
  padding: 0;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > h3 > a {
  font-weight: 600;
  text-decoration: none;
  background-position: 0 calc(1em + 4px);
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.15s linear;
}
body.template-search > main > section > .template-search > div > div.product-grid-container > .collection ul.grid.product-grid > li.grid__item > div.card-wrapper > .card > .card__content > .card__information > .card-information > .price > .price__container {
  color: rgb(0, 0, 0);
  font-size: 1em;
}

.product__info-wrapper product-info{
  display:flex;
  flex-direction:column;
}
.product__info-wrapper product-info > div#nextpre{
  order:1;
}

@media screen and (max-width:749px){
  .product__info-wrapper product-info .product__title{
     text-align:center;
     margin-bottom:20px!important;
  }
}
.product__info-wrapper product-info > div:nth-of-type(3){
  //order:7;
  margin:0!important;
  padding:7px 0;
}
@media screen and (max-width:749px){
  .product__info-wrapper product-info > div:nth-of-type(3){
    padding: 12px 0;
    border-bottom: 1px solid #000;
    //order:3;
  }
  .product__info-wrapper product-info > div:nth-of-type(5){
    
  }
}
product__info-wrapper product-info > div:nth-of-type(4){
   //order:4;
}
.product__info-wrapper product-info > div:nth-of-type(5){
  //order:6;
  margin:0!important;
}
.product__info-wrapper product-info > div:nth-of-type(5) > form{
  display: flex;
  flex-direction: column-reverse;
}
.product__info-wrapper product-info > div:nth-of-type(5) > form > a.klaviyo-bis-trigger{
  margin-bottom:20px!important;
  max-width: 350px;
}


@media screen and (max-width:749px){
  .product__info-wrapper product-info > div.container-tabs{ 
    border-bottom:1px solid #000;
    
  }
  .product__info-wrapper product-info > fieldset:nth-of-type(1){
    //order:5;
  }
}

:root {
  --border-table: #9f9f9f;
}

#wcp_vd_table{
  display:flex;
  flex-direction:column;
  padding:10px;
  border:1px solid var(--border-table);;
  border-bottom:0;
  padding-top: 0;
  max-width: 260px;
  margin: 20px auto;
  margin-bottom:0;
  margin-top: 8px;
  padding-bottom:0;
}
@media screen and (min-width:1500px){
  #wcp_vd_table{
    max-width: 12vw;
  }
}
#wcp_vd_table table{
  width: 100%;
  max-width: 100%; 
  order:1;
  box-shadow: none;
  border-collapse: initial;
  border-spacing: 0 10px
}
#wcp_vd_table tbody tr th{
  text-transform:uppercase;
  color:#000;
  font-size:12px;
  padding: 7px; 
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
}
#wcp_vd_table tbody tr td{
  padding: 5px 7px;
  font-size:12px;
  font-weight:500;
  font-family: 'sf_pro_displayregular';
}

@media screen and (min-width:1500px){
  #wcp_vd_table tbody tr th,
  #wcp_vd_table tbody tr td{    
    font-size: 0.6vw;
  }
}
#wcp_vd_table table tbody tr{
     outline: 1px solid var(--border-table);;
}
#wcp_vd_table table tbody tr:first-of-type{
  outline: 0;
}
#wcp_vd_table table tbody tr:first-of-type th{
  border: 0px solid transparent;
  padding: 0;
  text-align: center;
}
#wcp_vd_table table tbody tr td{
  border-color:transparent;
  
}
#wcp_vd_table b{
  order:2;
  border-top: 1px solid var(--border-table);;
  margin-left: -11px;
  margin-right: -11px;
  background: #ffff;  
  height: 30px;
  margin-bottom: -7px;
}
#wcp_vd_table br{
  display:none;
}
fieldset.product-form__input .form__label, .form__label, .quantity__label {
  text-transform:capitalize!important;
}

#wcp_vd_table table > tbody tr th:nth-of-type(2),
#wcp_vd_table table > tbody tr td:nth-of-type(2){
  display:none!important;
}


#wcp_vd_table > b > span {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
}

/* Estilo base de celdas */
#wcp_vd_table th,
#wcp_vd_table td {
  text-align: center;
  padding: 10px 8px;
  border: 1px solid #000;
  position: relative;
}
#wcp_vd_table td:first-of-type{
  border-right: 1px solid transparent;
  position:relative;
  text-align: left;
}

#wcp_vd_table td:last-of-type{
  text-align: right;
}

#wcp_vd_table td:first-of-type::before{
  content: "";
  width: 1px;
  background: #a7a7a7; 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 5px 0;
  z-index:2;
}



.stock-wholesale{
  display:block;
  font-size:10px;
  text-align:center;
  position:absolute;
  bottom:-20px;
  opacity:0.8;
}
.stock--qty{
  display:block;
  font-size:8px;
  text-align:center;
  position:absolute;
  bottom:-17px;
  opacity:1;
}
.product__info-container>*+* {
  margin-top:0!important;
  margin-bottom:1rem!important;
}
.product__info-wrapper product-info > variant-radios:nth-of-type(1){
  margin-bottom: 0px!important;
}



@media screen and (max-width:767px){
  .stock-wholesale{
    font-size:9px;
    bottom: -23px;
    text-transform:uppercase;
  }
  .stock--qty{
    font-size:9px;
    bottom: -17px;
    white-space: pre;
  }
  .product__info-wrapper product-info > div#nextpre{
    display:none;
  }
  #wcp_vd_table table{
    max-width:100%;
  }
  .product__info-wrapper product-info > variant-radios:nth-of-type(1){
    margin-bottom:0!important;
  }
  .product__info-wrapper product-info > variant-radios:nth-of-type(1) fieldset:nth-of-type(2){
    //display:flex;
    justify-content: space-between;
    order:4;
  }
}

#new-text-available{
  width: 100%;
  display: block;
  margin: 25px 0 0;
  text-align: center;
  font-size: 13px;
  max-width: 40rem;
  color: #000;
  display:none;
}

.template-product ul.thumbnail-list{
  //flex-direction:column;
 
}
.template-product .thumbnail-slider > button{
  //display:none!important;
  position:absolute;
  z-index:2;
}
.template-product .thumbnail-slider > button[disabled="disabled"]  {
  opacity:0;
  cursor:initial;
}    
.template-product .thumbnail-slider > button:first-of-type{
  
}
.template-product .thumbnail-slider > button:last-of-type{
  right:0;
}
media-gallery.product__column-sticky{
 
}
media-gallery.product__column-sticky > .slider-mobile-gutter:first-of-type{
   width: 100%;
}
.template-product ul.thumbnail-list.slider--tablet-up{
   grid-gap: 0;
   padding:0;
}
.template-product ul.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
  //width:100px;
  //height:120px;
  //border:1px solid #000;
  border-right:0;
  border-top: 0; 
}
.template-product ul.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide:last-of-type{
   //border-right:1px solid #000;
}
.template-product ul.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide button{
  border:0;
  box-shadow: none;
  //padding:10px;
}
@media screen and (max-width:749px){
  body.template-product>main>.shopify-section>section>.page-width>.product>.grid__item.product__media-wrapper media-gallery .slider-mobile-gutter ul.product__media-list {  
    border: 0;    
    margin-bottom: 20px;
  }
  .template-product ul.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    border: 0!important;
  }
  .template-product ul.thumbnail-list.slider--tablet-up{
    grid-gap: 1rem;
  }
  media-gallery.product__column-sticky{
    display: block;
    position: relative;
  }
  media-gallery.product__column-sticky > .slider-mobile-gutter:first-of-type{
    width: 100%;
    margin:0;
  }
  media-gallery.product__column-sticky > .slider-mobile-gutter:first-of-type > ul > li{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  .template-product ul.thumbnail-list{
    flex-direction:row;
  }
  media-gallery.product__column-sticky > .thumbnail-slider {        
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left:0;
    right:0;
  }
  media-gallery.product__column-sticky > .thumbnail-slider  ul.thumbnail-list{
     justify-content: center;
  }
  .template-product ul.thumbnail-list li{
    width:8px!important;
    height:8px!important;
    
  }
  .template-product ul.thumbnail-list li button:before,
  .template-product ul.thumbnail-list li button:after{
    display:none;
  }
  .template-product ul.thumbnail-list li button{
    background:#d1d1d1;
    border-radius:100px;    
  }
 .template-product ul.thumbnail-list li button.thumbnail[aria-current]{
   box-shadow: none;
   border:0;
   background:#5f5f5f;
 }
  media-gallery.product__column-sticky > .thumbnail-slider  ul.thumbnail-list li button img{
    opacity:0;
  }
}

[data-modal="#ProductModal-template--17140147060956__main"]{
  //height:100vh!important;
}

#show__more{
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  font-family: 'sf_pro_displayregular';
  margin-top:-2px;
  margin-left:1px;
  font-weight: 600;
  text-decoration: underline;
}

#active_model_sizes{ 
  font-size: 12px;
  cursor: pointer;
  z-index: 9;
  opacity:0.7;
}

.wrapper-elements-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:15px;
}
.wrapper-elements-bottom a{
  display: flex;
  align-items: center;
}
.wrapper-elements-bottom a img{
  width:20px;
}

@media screen and (max-width:767px){
  .wrapper-elements-bottom{
    display:none;
  }
}


/* ACCORDEON--PRICE */

.legent-custom > img,
.quantity__label > img{
  display: none;
}
.legent-custom,
.quantity__label {
    display:flex!important;
    align-items:center;
}  

.container-tabs{
  margin-bottom:0!important;
}
.container-acordeon-price .accordeon--price,
.container-tabs .header-tabs,
.legent-custom {
  display:flex!important;
  align-items: center;   
}
.container-acordeon-price .accordeon--price > p,
.container-tabs .header-tabs > span{
  margin:0;
  margin-right: 10px;
  color: #000;
  font-size: 16px;
  line-height: initial;
  font-weight: 600;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:underline;
  padding:0!important;
}

  .wrapper-swatch-color,
  .price-per-item__container{
    transition: all .2s ease-in-out;
    //max-height: 0;
    //overflow: hidden;
   
  }
  .container-acordeon-price .accordeon--price > p,
  .container-tabs .header-tabs > span,
  .legent-custom > span,
  .product-form__quantity > label{
    font-size: 15px;
    text-decoration:underline;
  }

.product-form__input .price-per-item__container{
   border: 1px solid;
   border-radius: 35px;
}

@media screen and (max-width:749px){
  .product-form__input .price-per-item__container{
     border: 0;     
  }
  .product-form__input.product-form__quantity.open .price-per-item__container{
     border: 1px solid;
    padding-top:0!important;
    margin-top:10px;
  }
}

@media screen and (min-width:1500px){
  .container-acordeon-price .accordeon--price > p,
  .container-tabs .header-tabs > span,
  .legent-custom > span,
  .product-form__quantity > label{
      font-size: 0.8vw!important;    
  }
}

  .legent-custom{
    margin:0!important;
  }
  .legent-custom > span,
  .product-form__quantity > label,
  .quantity__label > span{
    margin:0;
    margin-bottom:7px!important;
    margin-right: 10px;
    color: #000;    
    line-height: initial;
    font-weight: 200;
    text-transform:uppercase;   
    text-decoration:none;
    padding:0!important;
    letter-spacing:1px;
    font-family: var(--font-body-family);
    font-weight: 600;
    text-decoration:underline;
  }
  .quantity__label.form__label > span:first-of-type{
    text-decoration:underline;
  }
  @media screen and (max-width:749px){
    .quantity__label.form__label > span:first-of-type{
      text-decoration:none;
    }
  }
  .quantity__label.form__label > span.quantity__rules-cart,
  .quantity__label.form__label > span.quantity__rules-cart > span{
    text-decoration:none!important;
  }
  .product-form__input.color_collapsible,
  .product-form__quantity{
    border-bottom: 0px solid #000!important;
    padding: 5px 0!important;
    width:100%;
    max-width:100%!important;
    margin-bottom: 0 !important;
  } 
  .color_collapsible > .legent-custom > img:first-of-type,
  .product-form__quantity .quantity__label > img:first-of-type{
    display:flex;
  }
  .color_collapsible.open > .legent-custom > img:last-of-type,
  .product-form__quantity.open .quantity__label > img:last-of-type{
    display:flex;
  }
  .color_collapsible.open > .legent-custom > img:first-of-type,
  .product-form__quantity.open .quantity__label > img:first-of-type{
    display:none;
  }
  .color_collapsible.open > .wrapper-swatch-color,
  .product-form__input.product-form__quantity.open .price-per-item__container{
    max-height: 2000px;   
  }

@media screen and (max-width:749px){
  .wrapper-swatch-color,
  .price-per-item__container{
    transition: all .2s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .container-acordeon-price .accordeon--price > p,
  .container-tabs .header-tabs > span,
  .legent-custom > span,
  .product-form__quantity > label{
    font-size: 15px;
    text-decoration:none;
    cursor: pointer;
  }
  .legent-custom{
    margin:0!important;
    cursor: pointer;
  }
  .legent-custom > span,
  .product-form__quantity > label,
  .quantity__label > span{
    margin:0;
    margin-bottom:0!important;
    margin-right: 10px;
    color: #000;
    font-size: 15px;
    line-height: initial;
    font-weight: 200;
    text-transform:uppercase;   
    text-decoration:none;
    padding:0!important;
    letter-spacing:1px;
    font-family: var(--font-body-family);
    font-weight: 600;
  }
  .product-form__input.color_collapsible,
  .product-form__quantity{
    border-bottom: 1px solid #000!important;
    padding: 12px 0!important;
    width:100%;
    max-width:100%!important;
    margin-bottom: 0 !important;
  }
  .color_collapsible > .legent-custom > img:first-of-type,
  .product-form__quantity .quantity__label > img:first-of-type{
    display:flex;
  }
  .color_collapsible.open > .legent-custom > img:last-of-type,
  .product-form__quantity.open .quantity__label > img:last-of-type{
    display:flex;
  }
  .color_collapsible.open > .legent-custom > img:first-of-type,
  .product-form__quantity.open .quantity__label > img:first-of-type{
    display:none;
  }
  .color_collapsible.open > .wrapper-swatch-color,
  .product-form__input.product-form__quantity.open .price-per-item__container{
    max-height: 2000px;
    padding-top: 10px;   
  }
  .color_collapsible.open > .wrapper-swatch-color{
    padding-bottom:20px;
  }
}

@media screen and (max-width:749px){
  .container-acordeon-price {
    border-bottom:1px solid #000;
  }
  .container-acordeon-price.price-not-account > .accordeon--price{
    align-items: center;
  }
}

.container-tabs .header-tabs > img,
.legent-custom > img,
.product-form__quantity > label > img{
  width:20px;  
  
}
@media screen and (min-width:768px){
  .container-tabs .header-tabs > img,
  .legent-custom > img,
  .product-form__quantity > label > img,
  .color_collapsible > .legent-custom > img,
  .container-acordeon-price .accordeon--price > img{
    display:none!important;
  }
}

.container-acordeon-price .accordeon--price > img{
   width:20px;    
}

@media screen and (max-width:749px){
  .container-acordeon-price .accordeon--price > img,
  .container-tabs .header-tabs > img,
  .legent-custom > img,
  .product-form__quantity > label > img{
    width:17px;  
  }
}
.container-acordeon-price .accordeon--price > img:first-of-type,
.container-tabs .header-tabs > img:first-of-type{
  
}
.container-acordeon-price .accordeon--price > img:last-of-type,
.container-tabs .header-tabs > img:last-of-type,
.legent-custom > img:last-of-type{
  display:none;
}


/* PRICE WHOLESALE COLLAPSIBLE */
.container-acordeon-price.wholesale .accordeon--price{
  cursor: pointer; 
}
.container-acordeon-price.wholesale.open .accordeon--price > img:first-of-type{
  display:none!important;
}
.container-acordeon-price.wholesale .accordeon--price > img:first-of-type{
  display:flex!important;
}
.container-acordeon-price.wholesale.open .accordeon--price > img:last-of-type{
  display:flex!important;
}

.container-acordeon-price.wholesale > .price.price--large.price--show-badge{
  max-height:0;
}

/* END PRICE WHOLESALE COLLAPSIBLE */

.container-tabs > .content-tabs{
  transition:all 0.2s ease-in-out;
  //max-height:0;
  overflow:hidden;
 // margin-top:10px;
}


.container-acordeon-price .accordeon--price{
  //cursor:pointer;
}
.container-acordeon-price > .price.price--large.price--show-badge,
.container-acordeon-price.price-not-account .price-wrapper{
  transition:all 0.2s ease-in-out;
  //max-height:0;
  overflow:hidden;
  margin-top:0;
}

@media screen and (max-width:749px){
  .container-acordeon-price > .price.price--large.price--show-badge,
  .container-acordeon-price.price-not-account .price-wrapper{  
    max-height:0;
  }
}

.container-acordeon-price.open {
  
}
.container-acordeon-price.open .accordeon--price > img:first-of-type,
.container-tabs.open .header-tabs > img:first-of-type,
.legent-custom.open > img:first-of-type{
  display:none;
}
.container-acordeon-price.open .accordeon--price > img:last-of-type,
.container-tabs.open .header-tabs > img:last-of-type,
.legent-custom.open > img:last-of-type{
  display:flex;
}
.container-acordeon-price.open > .price.price--large.price--show-badge,
.container-tabs.open > .content-tabs{
  max-height:2000px;  
}

/* CART ITEM */
table.cart-items tbody .cart-item__media .cart-item__image-container{
  border-radius: 20px;  
}
table.cart-items tbody .cart-item__media .cart-item__image-container img{
  border-radius: 20px;
}
table.cart-items thead tr th{
  color: #000;
  font-size: 13px;
  letter-spacing: 0;
}

.container-button{
  
}
.container-button a{
  width: auto; 
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 30px 0 0;  
  border-radius: 21px;
  margin: auto;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 25px 10px;
  height: 70px;
}
.container-button a span{
  display: flex;
  align-items: center;
  animation-duration: .25s;
  animation-timing-function: ease-in-out;
  position: absolute;
}
.container-button a:hover span{
 
}
.h-70px{
  height:70px; 
  font-size: 1.5rem!important;
}

/* PRODUCT TEMPLATE */


.template-product pickup-availability-drawer{
  z-index:0;
}

.btn-read-more{
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  display: block;
  //margin-left:10px;
  margin-bottom:20px;
  margin-top: -10px;
  display:none;
}


#exampleVideo2{
  display:none;
}
@media screen and (max-width:749px){
  #exampleVideo2{
    display:flex;
  }
}


account-drawer{
  display:none;
}
account-drawer span{
  margin-right:-20px;
}
@media screen and (max-width:989px){
  account-drawer{
    display:flex;
  }
}
#menu-drawer{
  overflow: hidden;
}



/* Scrollbar estilizado con colores suaves */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f9f9f9, #e0e0e0);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #8e9eab, #eef2f3);
  border-radius: 10px;
  border: 2px solid #f9f9f9;
}

 ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6c757d, #dee2e6);
}



.menu-drawer__utility-links{
  background-color:transparent!important;
  padding: 2rem!important;
}
ul.secondary-menu-drawer{
  list-style: none;
  padding: 0;
}
ul.secondary-menu-drawer li a{
  color:#000;
  display:flex;
  justify-content:flex-end;
  text-decoration: none;
  line-height: initial;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.6rem 1rem;

}
#PBarNextFrameWrapper{
  //display:none!important;
}

.card__media.images-slider .swiper-wrapper img{
  object-fit: cover;
  object-position: center center;
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card__media.images-slider .swiper-button-prev,
.card__media.images-slider .swiper-button-next{
  transition: all 0.4s ease-in-out;
  display: flex;
  opacity:0;
}
@media screen and (max-width:749px){
  .card__media.images-slider .swiper-button-prev,
  .card__media.images-slider .swiper-button-next{   
    opacity:1;
  }
}
.card__media.images-slider .swiper-button-prev:after,
.card__media.images-slider .swiper-button-next:after,
.container--slider-product .swiper-button-prev:after,
.container--slider-product .swiper-button-next:after{
  color:#000;
  font-size:20px;
  font-size: 0.7vw;
}

.container--slider-product-thumbs .swiper-button-prev:after,
.container--slider-product-thumbs .swiper-button-next:after{
   color:#000;
   font-size:15px;
}

@media screen and (max-width:749px){
  .card__media.images-slider .swiper-button-prev:after,
  .card__media.images-slider .swiper-button-next:after,
  .container--slider-product .swiper-button-prev:after,
  .container--slider-product .swiper-button-next:after{    
    font-size:12px;   
  }
}

.container--slider-product .swiper-button-prev,
.container--slider-product .swiper-button-next,
.container--slider-product-thumbs .swiper-button-prev,
.container--slider-product-thumbs .swiper-button-next{
  display: block;
}

.card__media.images-slider .swiper-wrapper{
  
}
.card__media.images-slider .swiper-pagination{
   margin-bottom:-13px;
}
.card__media.images-slider .swiper-pagination span,
.container--slider-product .swiper-pagination span{
  background: #979797;
  width:7px;
  height:7px;
}

.container--slider-product{
   
}
.container--slider-product > ul{
  margin:0;
}
.container--slider-product > ul > li > div{
  border:0!important;  
}
/* @media screen and (min-width:1500px){
  .slidercustom-product .product-media-container .media {  
      padding-top: 75vh;
  }
  .slidercustom-product .product-media-container .media > img {  
      max-width: 65%;
      right: 0;
      margin: auto;
  } 
} */

.slidercustom-product .product-media-container .media {  
  //margin-top:100px;
  //padding-top: 75vh;
}
.slidercustom-product .product-media-container .media > img {  
  max-width: 100%;
  right: 0;
  margin: auto;
} 
@media screen and (min-width:1700px){
  
}

@media (min-width: 1721px) and (max-height: 1119px) {
  .slidercustom-product .product-media-container .media > img {  
      
  } 
}

ul.slidercustom-product.swiper-wrapper > li > div{
  border:0!important;
  border-bottom:1px solid #000!important;
}


.card__media.images-slider .swiper-pagination span.swiper-pagination-bullet-active,
.container--slider-product .swiper-pagination span.swiper-pagination-bullet-active{
  background: #adadad;
}

.container--slider-product,
.container--slider-product-thumbs{
  overflow: hidden;
}
.container--slider-product-thumbs{
  max-width: 100%;
}
@media screen and (min-width:1500px){
   .container--slider-product-thumbs{
    //max-width: 25vw;
  }
}
.container--slider-product > ul,
.container--slider-product-thumbs > ul{
  padding: 0;
  list-style: none;
}

.container--slider-product-thumbs ul li > .wrapper--image {
  width: 100%;
  max-width:100px;
  height:100px;
  cursor: pointer;
}
@media screen and (max-width:749px){
  .container--slider-product-thumbs ul li > .wrapper--image {
    height:auto;
     max-width:150px;
  }
}
.container--slider-product-thumbs ul li > .wrapper--image > img{
  width: 100%;
  height:auto;
}


@media screen and (min-width:1500px){
  .container--slider-product-thumbs ul li > .wrapper--image {   
    width:100%;
    max-width: initial;
    height: auto;
  }
  .container--slider-product-thumbs ul li > .wrapper--image > img{
     aspect-ratio: 1 / 1;
     object-fit: cover;
  }
}

@media screen and (max-width:749px){
  .container--slider-product-thumbs{
    margin-bottom: 20px;
  }
}

form.installment.caption-large > #wcp_vd_table{
  background: red;
  //display:none;
}

.product__info-container .wrapper-form-hidden{
  margin:0!important;
  display:none;
}

.container--slider-product-thumbs{
  
}
.slidercustom-product-thumbs.swiper-wrapper{
  margin: 0;
  padding-top: 10px; 
}


/* SWATCHES COLLECTION */
.wrapper--colors--collection{
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position:relative;
  z-index:2;
}
.wrapper--colors--collection > a{  
  margin:0 2px;
  text-decoration: none!important;
  color: #000;
  width: 100%;
  max-width: 50px;
  text-align: center;
}
.wrapper--colors--collection > a:hover{
  text-decoration: none;
}
.wrapper--colors--collection > a > span.image{
  width:17px;
  height: 17px;
  border-radius: 7px;   
  display:block;
  margin: auto;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}
.wrapper--colors--collection > a > p.title-swatch{
  font-size: 7px;
  text-align: center;
  font-family: 'sf_pro_displayregular';
  text-transform: uppercase;
  font-weight: 500;
  display:none;
}

@media screen and (min-width:750px){
  .wrapper--colors--collection > a > span.image{
    width:1.5vw;
    height:1.5vw;
  }
  .wrapper--colors--collection > a > p.title-swatch{
      font-size: 0.5vw;
      display:block;
  }
}

@media screen and (max-width:749px){
  .wrapper--colors--collection > a{  
    display: flex;
    justify-content: center;
    margin:0;
    max-width: 40px;
  }
  .wrapper--colors--collection > a > span.image{
    border-radius: 4px;
  }
}


.wholesale-loading{
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  font-family: 'sf_pro_displayregular';
  padding:10px 0;
  margin: 0;
}

@media screen and (min-width:1500px){
  .wholesale-loading{
    font-size: 0.68vw;
  }
}

.container-acordeon-price.wholesale > div.price > .price__container > .price__regular,
.container-acordeon-price.wholesale > div.price > .price__container > .price__sale{
  opacity:0;
}

body > main{
  min-height:85vh;
}
