/** Shopify CDN: Minification failed

Line 210:17 Expected identifier but found "{"
Line 210:18 Unexpected "{"
Line 210:28 Expected ":"
Line 263:19 Expected identifier but found "{"
Line 263:20 Unexpected "{"
Line 263:30 Expected ":"
Line 544:8 Expected identifier but found "{"
Line 544:9 Unexpected "{"
Line 544:19 Expected ":"
Line 546:19 Expected identifier but found "{"
... and 24 more hidden warnings

**/
body.page-wholesale-corporate .section.page-width-content{
    grid-template-columns: initial !important;
}
  body.page-wholesale-corporate a.shg-btn{
    margin-top: 20px !important;
  }


.feature-row__item--overlap-images .feature-row__first-image{
    width:40%;
  }

.feature-row__item--overlap-images .feature-row__second-image{
    width:60%;
  }

.feature-row__item--placeholder-images .placeholder-image-wrap{
    width:50%;
  }

.feature-row-wrapper .feature-row__images{
  width:100%;
  min-width:0;
}

.feature-row-wrapper .feature-row__text{
  width:100%;
  min-width:0;
}

.feature-row--33 .feature-row__images{
    max-width:50%
  }

@media only screen and (min-width:590px){

.feature-row--33 .feature-row__images{
      max-width:none;
      flex:0 1 33.333%
  }
    }

@media only screen and (min-width:590px){

.feature-row--33 .feature-row__text{
      max-width:800px;
      flex:0 1 66.666%
  }
    }

.feature-row--50 .feature-row__images{
    max-width:100%;
    padding-right:20px;
    padding-left:20px
  }

@media only screen and (min-width:590px){

.feature-row--50 .feature-row__images{
      max-width:none;
      flex:0 1 50%;
      padding-right:0;
      padding-left:0
  }
    }

@media only screen and (min-width:590px){

.feature-row--50 .feature-row__text{
      max-width:800px;
      flex:0 1 50%
  }
    }

.feature-row--66 .feature-row__images{
    max-width:100%;
    padding-right:20px;
    padding-left:20px
  }

@media only screen and (min-width:590px){

.feature-row--66 .feature-row__images{
      max-width:none;
      flex:0 1 66.666%;
      padding-right:0;
      padding-left:0
  }
    }

@media only screen and (min-width:590px){

.feature-row--66 .feature-row__text{
      max-width:800px;
      flex:0 1 33.333%
  }
    }

    .feature-row-wrapper{
  direction:ltr;
  overflow:hidden;
}

.feature-row{
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center
}

@media only screen and (min-width:1050px){

.feature-row{
    margin:0 6%
}
  }

@media only screen and (max-width:589px){

.feature-row{
    flex-direction:column;
    margin:0
}
  }

@media only screen and (max-width:768px){
  .feature-row--small-none{
    display:block;
  }
}

.feature-row__item{
  flex:0 1 57%;
  margin:0 auto
}

@media only screen and (max-width:589px){

.feature-row__item{
    flex:1 1 auto;
    max-width:100%;
    min-width:100%
}
  }

.feature-row__item--overlap-images{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 0 15px;
  margin:0 0 0 -30px
}

@media only screen and (min-width:590px){

.feature-row__item--overlap-images{
    padding:50px 0;
    margin:0 auto
}
  }

.feature-row__item--overlap-images>*{
    width:50%
  }

[data-animate_images=true] .feature-row__item--overlap-images>* .image-wrap{
        transform:translate(50px);
        opacity:0;
        transition:opacity 0.5s ease,transform 0.5s cubic-bezier(0.2, 0.06, 0.05, 0.95);
      }

[data-animate_images=true] .feature-row__item--overlap-images>:first-child .image-wrap{
        transform:translate(-50px);
      }

.feature-row__item--overlap-images>:first-child{
      z-index:1;
      transform:translate(30px, 30px)
    }

@media only screen and (min-width:590px){

.feature-row__item--overlap-images>:first-child{
        transform:translate(50px, 50px)
    }
      }

[data-animate_images=true] .feature-row__item--overlap-images.aos-animate .image-wrap{
      transform:translate(0);
      opacity:1;
    }

.feature-row__item--overlap-images svg{
    border:2px solid;
    border-color:{{ settings.color_body_bg | default: "#ffffff" }};
    border-color:var(--colorBody);
  }

.feature-row__image{
  display:block;
  margin:0 auto;
  order:1
}

@media only screen and (min-width:590px){

.feature-row__image{
    order:2
}
  }

.feature-row__text{
  min-width:43%;
  flex:0 1 43%;
  padding:0
}

@media only screen and (max-width:589px){

.feature-row__text{
    order:2;
    margin-top:0;
    padding:30px 20px 0;
    padding-bottom:0
}
  }

.feature-row__text .rte{
    margin:0;
  }

.feature-row__text .btn{
    margin-top:20px;
    margin-right:20px;
  }

@media only screen and (min-width:590px){
  .feature-row__text--left{
    padding-left:80px;
  }

  .feature-row__text--right{
    padding-right:80px;
  }
}

.feature-row__callout-image+.feature-row__text .feature-row__content{
  background-color:{{ settings.color_body_bg | default: "#ffffff" }};
  background-color:var(--colorBody);
  position:relative;
  z-index:3;
  margin:-10px;
  padding-left:10px;
}

@media only screen and (min-width:590px){
  .feature-row__callout-image{
    order:2;
  }
  .feature-row__callout-text.feature-row__text--left{
    order:1;
    padding:0 80px 0 0;
  }
  .feature-row__callout-text.feature-row__text--right{
    order:3;
    padding:0 0 0 80px;
  }
}

.feature-row__callout-image+.feature-row__text .feature-row__content {
  background-color: transparent;
}



.text-with-icons__blocks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-left:-30px;
  margin-right:-30px
}

@media only screen and (max-width:589px){

.text-with-icons__blocks{
    flex-direction:column;
    margin:0
}
  }

.has-1-per-row .text-with-icons__block{
  width:100%;
}

.has-2-per-row .text-with-icons__block{
  width:50%;
}

.has-3-per-row .text-with-icons__block{
  width:33.333%;
}

.has-4-per-row .text-with-icons__block{
  width:25%;
}

.has-5-per-row .text-with-icons__block{
  width:20%;
}

.text-with-icons__blocks .text-with-icons__block{
  display:flex;
  flex-direction:column;
  flex:none;
  padding:30px
}

@media only screen and (max-width:589px){

.text-with-icons__blocks .text-with-icons__block{
    width:100%;
    padding:0 0 60px
}
  }

.text-with-icons__block-icon{
  display:block;
  margin-bottom:10px
}

.text-with-icons__block-icon .icon{
    width:70px;
    height:70px
  }

@media only screen and (max-width:589px){

.text-with-icons__block-icon .icon{
      width:60px;
      height:60px
  }
    }

.text-with-icons__button{
  display:flex;
  justify-content:center;
}

.text-with-icons{
  margin-bottom:-30px;
}

.text-with-icons__blocks .text-with-icons__block{
  padding:0 30px 30px
}

@media only screen and (max-width:589px){

.text-with-icons__blocks .text-with-icons__block{
    padding:0 0 30px
}
  }

.text-with-icons__button{
  padding-bottom:30px;
}

.text-with-icons__blocks .text-with-icons__block {
    padding: 0 30px 30px !important;
}

#shopify-section-template--20207121957056__d755b7e5-26df-44bc-8e4d-00b28a2c1244 .icon {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

#shopify-section-template--20207121957056__d755b7e5-26df-44bc-8e4d-00b28a2c1244 .icon path,
#shopify-section-template--20207121957056__d755b7e5-26df-44bc-8e4d-00b28a2c1244 .icon .a{
    stroke: #FFFfff !important;
}

#shopify-section-template--20265717170368__d755b7e5-26df-44bc-8e4d-00b28a2c1244 .icon .a{
    stroke: #FFFFFF;
}

html body #shopify-section-template--20265717170368__d755b7e5-26df-44bc-8e4d-00b28a2c1244 div{
    background: transparent;
}
.text-with-icons{
    background: #000 !important;
}
.text-with-icons .text-with-icons__blocks .text-with-icons__block-icon{
    display: flex;
    justify-content: center;
}

.text-with-icons .text-with-icons__blocks{
    margin-top: 50px;
}


@media screen and (min-width: 768px){
    .page-width.feature-row-wrapper{
        margin-top: 125px;
    }
    .text-with-icons{
        margin: 150px auto;
    }
}
@media screen and (max-width: 767px){
    .page-width.feature-row-wrapper{
        margin-top: 25px;
    }
    .text-with-icons{
        margin: 50px auto;
    }
}

.shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body > div{
    margin: 0 !important;
    padding: 12px;
}
.shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body p{
    font-size: 0.9rem;
}
.shogun-accordion-wrapper .shogun-accordion .shogun-accordion-title{
    font-size: 1rem;
}

body.page-wholesale-corporate .spacing-style.text-block > h1{
    display: none;
}
body.page-wholesale-corporate .spacing-style.layout-panel-flex{
    padding-top: 0;
}

body.page-wholesale-corporate{

}



.hero .flickity-button{
    color:#1c1d1d;
    color:var(--colorTextBody);
    background-color:#ffffff;
    background-color:var(--colorBody);
    box-shadow:0 5px 5px rgba(0, 0, 0, 0.1)
}

.hero .flickity-page-dots{
    bottom:20px;
    right:20px;
    width:auto;
    color:#fff
}
.hero[data-arrows=true]{
  overflow:visible;
  z-index:4
}

.hero[data-arrows=true] .flickity-prev-next-button{
    top:auto;
    bottom:-20px;
    transform:none;
  }

.hero[data-arrows=true] .flickity-prev-next-button:hover{
    transform:scale(1.12);
  }

.hero[data-arrows=true] .flickity-prev-next-button:active{
    transform:scale(1);
  }

.hero[data-arrows=true] .flickity-previous{
    left:auto;
    right:90px;
  }

.hero[data-arrows=true] .flickity-next{
    right:40px;
  }

.hero[data-arrows=true].flickity-rtl .flickity-previous{
    right:auto;
    left:90px;
  }

.hero[data-arrows=true].flickity-rtl .flickity-next{
    right:auto;
    left:40px;
  }

@media only screen and (max-width:589px){
    .hero[data-arrows=true] .flickity-prev-next-button{
      bottom:-16px;
    }
    .hero[data-arrows=true] .flickity-previous{
      right:60px;
    }
    .hero[data-arrows=true] .flickity-next{
      right:20px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-previous{
      left:60px;
    }
    .hero[data-arrows=true].flickity-rtl .flickity-next{
      left:20px;
    }
  }


.hero .slideshow__slide{
  height:100%;
}

.slideshow-wrapper{
  position:relative;
}

.slideshow__pause:focus{
  clip:auto;
  width:auto;
  height:auto;
  margin:0;
  color:{{ settings.color_button_text | default: "#ffffff" }};
  color:var(--colorBtnPrimaryText);
  background-color:{{ settings.color_button | default: "#000000" }};
  background-color:var(--colorBtnPrimary);
  padding:10px;
  z-index:10000;
  transition:none
}

.video-is-playing .slideshow__pause:focus{
    display:none
}

.slideshow__pause-stop{
  display:block
}

.is-paused .slideshow__pause-stop{
    display:none
}

.slideshow__pause-play{
  display:none
}

.is-paused .slideshow__pause-play{
    display:block
}

.slideshow__slide{
  display:none;
  width:100%;
  position:relative;
  overflow:hidden
}

.slideshow__slide:first-child{
    display:block;
  }

.flickity-slider .slideshow__slide{
    display:block
}

.slideshow__slide:after{
    content:"";
    position:absolute;
    background:{{ settings.color_body_bg | default: "#ffffff" }};
    background:var(--colorBody);
    bottom:0;
    left:0;
    height:2px;
    width:100%;
    z-index:1;
    transform:scaleX(0) translateZ(0);
    transition:transform 0s linear 0s;
    transform-origin:0 50%;
  }

.slideshow__slide.is-selected:after{
    transform:scaleX(1);
  }

.hero{
  position:relative;
  overflow:hidden;
  background:{{ settings.color_large_image_bg | default: "#1c1d1d" }};
  background:var(--colorLargeImageBg);
}

.hero__image-wrapper,.hero__media{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%
}

.hero__image-wrapper:before,.hero__media:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:3
  }

.video-interactable .hero__image-wrapper:before,.video-interactable .hero__media:before{
      pointer-events:none
  }

.hero__image-wrapper--no-overlay:before{
  content:none;
}

.hero__image{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  -o-object-fit:cover;
     object-fit:cover;
}

.hero__media iframe,.hero__media video{
  width:100%;
  height:100%;
  pointer-events:none
}

.video-interactable .hero__media iframe,.video-interactable .hero__media video{
    pointer-events:auto
}

.video-parent-section.loading .hero__media iframe,.video-parent-section.loading .hero__media video{
    opacity:0.01
}

.video-parent-section.loaded .hero__media iframe,.video-parent-section.loaded .hero__media video{
    opacity:1
}

.hero__media video{
  position:relative;
  -o-object-fit:cover;
     object-fit:cover;
  font-family:"object-fit: cover";
}

.hero__media iframe{
  position:absolute;
  top:0;
  left:0;
  width:300%;
  left:-100%;
  max-width:none
}

@media screen and (min-width:1140px){

.hero__media iframe{
    width:100%;
    height:300%;
    left:auto;
    top:-100%
}
  }

.hero__slide-link{
  display:block;
  position:absolute;
  height:100%;
  width:100%;
  color:{{ settings.color_image_text | default: "#ffffff" }};
  color:var(--colorHeroText);
}

.hero__text-wrap{
  position:relative;
  height:100%;
  color:{{ settings.color_image_text | default: "#ffffff" }};
  color:var(--colorHeroText)
}

.video-interactable .hero__text-wrap{
    pointer-events:none
}

.hero__text-wrap .page-width{
        display: table;
    width: 100%;
    height: 100%;
    padding: 0px 6rem;
    margin: 0 auto;
    max-width: 100%;
  }

.hero__text-wrap--absolute{
  position:absolute;
  width:100%;
}

.hero__text-content{
  position:relative;
  padding:20px 0;
  z-index:4
}

@media (max-width: 767px){
    .hero__text-wrap .page-width{
            padding: 0 20px !important;
    }
}

@media only screen and (min-width:590px){

.hero__text-content{
    padding:60px 0
}
  }

[data-dots=true] .hero__text-content{
    padding-right:50px
}

html body .hero__title{
  display:block;
  margin-bottom:0;
  font-size:40px;
  color: #FFF !important;
}

@media only screen and (min-width:590px){

.hero__title{
    font-size:80px
}
  }

.hero__subtext{
  margin-top:20px;
}

html body .hero__subtitle{
  display:inline-block;
  vertical-align:middle;
  margin-right:20px;
  margin-top:5px;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight);
  letter-spacing:var(--typeBaseSpacing);
  line-height:var(--typeBaseLineHeight);
  color: #FFF;
  font-size: 22px !important;
}

[data-type_base_accent_transform=true] .hero__subtitle{
    text-transform:uppercase;
    letter-spacing:0.2em
}

.hero__subtitle{
  font-size:var(--typeBaseSize)
}

[data-type_base_accent_transform=true] .hero__subtitle{
    font-size:calc(var(--typeBaseSize)*0.85)
}

@media only screen and (min-width:590px){

.hero__subtitle{
    font-size:calc(var(--typeBaseSize)*1.3)
}

[data-type_base_accent_transform=true] .hero__subtitle{
      font-size:calc(var(--typeBaseSize)*1.18)
}
  }

html body .hero__link{
  display:inline-block;
      position: relative;
    color: #FFF;
}

.video-interactable .hero__link{
    pointer-events:auto
}

.hero__link .btn{
    margin-top:10px
  }

@media only screen and (min-width:590px){

.hero__link .btn{
      margin-top:5px
  }
    }

.hero__link .btn .icon-play{
    position:relative;
    top:-2px;
    width:16px;
    height:16px;
    margin-right:15px
  }

@media only screen and (max-width:589px){

.hero__link .btn .icon-play{
      margin-right:10px
  }
    }

.hero__link .btn--small .icon-play{
    width:14px;
    height:14px;
    margin-right:10px;
  }

.hero__text-content{
  display:table-cell
}

.hero__text-content.horizontal-left{
    text-align:left;
  }

.hero__text-content.horizontal-center{
    text-align:center;
  }

.hero__text-content.horizontal-right{
    text-align:right;
  }

.hero__text-content.vertical-center{
    vertical-align:middle
  }

.hero__text-content.vertical-center .hero__subtitle{
      margin-right:0;
    }

.hero__text-content.vertical-center .hero__link{
      display:block
    }

@media only screen and (min-width:590px){

.hero__text-content.vertical-center .hero__link{
        margin-top:20px
    }
      }

.hero__text-content.vertical-center .hero__link .btn{
        margin-left:0;
      }

.hero__text-content.vertical-bottom{
    vertical-align:bottom;
  }

.hero--450px{
  height:292.5px;
}

.hero--550px{
  height:357.5px;
}

.hero--650px{
  height:422.5px;
}

.hero--750px{
  height:487.5px;
}

.hero--100vh{
  height:100vh;
}

@media only screen and (min-width:590px){
  .hero--natural[data-natural]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }
  .hero--450px{
    height:450px;
  }
  .hero--550px{
    height:550px;
  }
  .hero--650px{
    height:650px;
  }
  .hero--750px{
    height:750px;
  }
  .hero--16-9{
    height:0;
    padding-bottom:56.25%;
  }
}

@media only screen and (max-width:589px){
  .hero--mobile--auto[data-mobile-natural=true]{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:auto;
  }
  .hero--16-9.hero--mobile--auto{
    height:0;
    padding-bottom:56.25%;
  }
  .hero--natural[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--250px[data-mobile-natural=false]{
    height:250px;
  }
  .hero--mobile--300px[data-mobile-natural=false]{
    height:300px;
  }
  .hero--mobile--400px[data-mobile-natural=false]{
    height:400px;
  }
  .hero--mobile--500px[data-mobile-natural=false]{
    height:500px;
  }
  .hero--mobile--100vh[data-mobile-natural=false]{
    height:90vh;
  }
}

[data-animate_sections=true] .slideshow__slide .animation-cropper{
      opacity:0;
    }

[data-animate_sections=true] .slideshow__slide .animation-contents{
      opacity:0;
      transform:translateY(15px);
      transition:none;
    }

[data-animate_sections=true] .slideshow__slide .hero__image{
      opacity:0;
      transition:none;
    }

[data-animate_sections=true] .hero__image-wrapper{
    transform:scale(1.15);
    opacity:0;
    transition:none;
  }

[data-animate_sections=true] .slideshow__slide.is-selected .animation-cropper{
      opacity:1;
    }

[data-animate_sections=true] .slideshow__slide.is-selected .animation-contents{
      transform:translateY(0px);
    }

[data-animate_sections=true] .slideshow__slide.is-selected .hero__title .animation-contents{
      animation:0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
      animation-name:{{ settings.animate_sections_text_style | default: "rise-up" }};
    }

[data-animate_sections=true] .slideshow__slide.is-selected .hero__subtitle .animation-contents{
      animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.7s forwards;
      animation-name:{{ settings.animate_sections_text_style | default: "rise-up" }};
    }

[data-animate_sections=true] .slideshow__slide.is-selected .hero__link .animation-contents{
      animation:fade-in 1.5s ease 1.5s forwards;
    }

[data-animate_sections=true] .slideshow__slide.is-selected .hero__image,[data-animate_sections=true] .slideshow__slide.is-selected .hero__image--svg,[data-animate_sections=true] .slideshow__slide.is-selected .hero__media{
      animation:2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
      animation-name:{{ settings.animate_sections_background_style | default: "zoom-fade" }};
    }

[data-animate_sections=true] .slideshow__slide.is-selected .hero__image-wrapper{
      opacity:1;
      transform:scale(1);
      transition:transform 1.5s cubic-bezier(0.26, 0.54, 0.32, 1),opacity 1.5s cubic-bezier(0.26, 0.54, 0.32, 1);
    }

[data-animate_sections=true] .animate-out .animation-cropper{
      opacity:0;
    }

[data-animate_sections=true] .animate-out .hero__image-wrapper{
      opacity:0;
      transform:translateX(-60px);
      transition:transform 0.25s ease-in 0.08s,opacity 0.25s ease-in 0.08s;
    }

[data-animate_sections=true] .animate-out .hero__image{
      opacity:1;
    }

[data-animate_sections=false] .slideshow__slide{
    opacity:0
  }

[data-animate_sections=false] .slideshow__slide.is-selected{
      opacity:1;
    }

.no-js [data-animate_sections=false] .slideshow__slide{
    opacity:1
}

[data-aos=hero__animation] .animation-cropper{
    opacity:0;
  }

[data-aos=hero__animation] .animation-contents{
    opacity:0;
    transform:translateY(15px);
    transition:none;
  }

[data-aos=hero__animation] .hero__link .btn{
    opacity:0;
    transition:none;
  }

[data-aos=hero__animation].loaded .animation-cropper{
    opacity:1;
  }

[data-aos=hero__animation].loaded .animation-contents{
    transform:translateY(0px);
  }

[data-aos=hero__animation].loaded .hero__title .animation-contents{
    animation:0.8s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
    animation-name:rise-up;
  }

[data-aos=hero__animation].loaded .hero__subtitle .animation-contents{
    animation:fade-in 2s ease 1s forwards;
  }

[data-aos=hero__animation].loaded .hero__link .animation-contents{
    opacity:1;
  }

[data-aos=hero__animation].loaded .hero__link .btn{
    animation:fade-in 2s ease 1.3s forwards;
  }

[data-aos=hero__animation].loaded .hero__link .btn:nth-child(2){
    animation:fade-in 2s ease 1.6s forwards;
  }

  html body .hero__link .btn--inverse{

        display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    color: #ffffff;
    color: var(--colorBtnPrimaryText);
    background: #111111;
    background: var(--colorBtnPrimary);
    transition: padding-right 0.3s, background 0.3s, opacity 1s;


    color:#ffffff;
    color:var(--colorHeroText);
    border-color:#ffffff;
    border-color:var(--colorHeroText)
    background: transparent;
}
#header-component > div > div > div.header__column.header__column--center > header-menu > div > nav > overflow-list > li:nth-child(7) > a > span {
    color: #00b3d8;
}
.size-modal-content-template--20229710938304__ss_size_guide_4YN7BA {
    flex: 0!important;
}
.globo-product-groups-collection legend {
    display: none!important;
}
.globo-product-groups-collection .gsw-list-product-groups {
    background: #f1f1f1;
}
.gsw-list-products-group.glider-product-group.glider.draggable {
    padding-left: 10px;
    padding-bottom:5px;
}
@media only screen and (max-width:480px) {
  .gsw-list-products-group.glider-product-group.glider.draggable {
    padding-left: 20px;
}