/** Shopify CDN: Minification failed

Line 1102:0 Unexpected "{"
Line 1102:1 Expected identifier but found "%"
Line 1102:14 Unexpected "24"
Line 1102:26 Expected identifier but found "%"
Line 3018:38 Comments in CSS use "/* ... */" instead of "//"

**/


/* CSS from section stylesheet tags */
.Section--spacingNormal.padding-bottom {
  padding-bottom: 20px;
}

    .three-image-section-wrapper {
        margin: 0 auto;
        position: relative;
        padding: 0 20px;
        padding: 0 !important;
    }

    .three-image-section-wrapper h2 { 
      margin-bottom: 20px;
    }

    .container-width {
      max-width: 1000px;
    }


    .three-image-section {
        display: grid;
        /*
        grid-template-columns: auto auto auto; 
        */
        width: 100%;
        /* padding-top: 100%; */
        column-gap: 20px;
        grid-template-columns:  auto 60% auto; 
        margin-bottom: 160px; 
    }

    .three-image-section-wrapper {
      max-width: 1000px;
    } 

    .three-image-section-wrapper.full-width-section {
         width: 100%; 
         max-width: none; 
    }

    .section-center-align-text {
      text-align: center;
    }


    .three-image-section div img {
        width: 100%;
        object-fit: cover; 
    }

    .three-image-section-content {
        position: absolute;
        z-index: 3;
        padding: 3rem;
        left: 50%;
        bottom: -70px;
        bottom: -100px !important;
        transform: translateX(-50%); 
        width: 70%;
        max-width: 1000px; 
    }

    .three-image-section-content h3 {
      color: inherit !important;
      padding-bottom: 0;
      margin-bottom: 24px;
      font-size: 20px !important;
      text-transform: uppercase;
    }

    .three-image-section .image-container {
        /* height: 500px; */
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .three-image-section .image-container img {
        object-fit: cover; 
        width: 100%;
        height: 100%;
    }


@media only screen and (max-width: 1200px) and (min-width: 600px)  {

    .three-image-section-content {
      width: 100% !important;
      position: static !important;
      transform: none;
    }

    .three-image-section {
      margin-bottom: 0;
    }

}







    @media only screen and (max-width: 600px) {
    
    .three-image-section .image-container {
      margin-bottom: 20px;
    }


    .three-image-section {
      display: block;
      grid-template-columns: auto auto auto;
      height: auto !important;
      width: 100%;
      column-gap: 5px;
      order: 2;
      margin-bottom: 20px;
      
    }

    .three-image-section {
      order: 2;
    }

 
.three-image-section-content {
    position: static; 
    padding: 3rem;
    background-color: #555;
    left: 50%;
    bottom: -81px;
    transform: none;
    padding: 2rem;
    width: 100%;
    margin: 0 auto;
    /* margin-top: -10px; */
    margin-top: 5px;
    order: 1;
    margin-bottom: 20px;
}


.three-image-section-content h3
{
	margin-bottom: 0; 
  font-family: var(--heading-font-family);
  font-weight: 600; 
  font-size: 20px;
}

.three-image-section-wrapper {
    margin: 0 auto;
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: column ;
}

.three-image-section-wrapper.section-header {
  flex-direction: column; 
}



}
Section.Section--spacingSmall {
padding: 40px 0;
}


.textbox-content p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: none;
}

  

.fp-link {
text-decoration: none !important;
}

.fp-cta-section {
margin: 0 auto;
display: flex;
height: 200px;
max-width: 1200px;
}

.fp-cta-section.flip-content {
flex-direction: row-reverse;
}

.fp-cta-section.flip-content .fp-cta-image-large{
margin-right: 1%;
}


.fp-cta-image-large img {
object-position: inherit !important;
}



.fp-cta-section.flip-content .fp-cta-text{
margin-right: 0;
}

.fp-cta-text {
color: #fff;
background-color: var(--olive);
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
font-size: 1rem;

}

.fp-cta-text pre {
font-family: var(--text-font-family) !important;
overflow: initial;
line-height: 1.2;
font-size: 1.5rem;
text-transform: uppercase;
}

.textbox-content {
  text-decoration: none;
}

.textbox-content, .fp-cta-text pre {
padding: 2rem;
}

.fp-cta-text, .fp-cta-image-small {
flex: 1;
margin-right: 1%;
}

.fp-cta-image img {
object-fit: cover;
height: 100%;
width: 100%;
object-position: inherit !important;
margin: 0;
}

.fp-cta-image-large {
flex: 2;
}


.fp-cta-image img {
object-fit: cover;
height: 100%;
width: 100%;
object-position: inherit !important;
margin: 0;
}



  

@media only screen and (max-width: 667px)
{
.img-text-container, .fp-cta-text {
font-size: 100%;
}

.fp-cta-image-small {
display: none;
}

.fp-cta-image-large, .fp-cta-text {
flex: 1 !important;
width: 60%;
}

.fp-cta-image-large {
  width: 40%;
}
.fp-cta-text {
  padding: 1rem;
  font-size:1rem;
}

.fp-cta-text pre {
font-family: var(--text-font-family)!important;
overflow: initial;
line-height: 1.3;
font-size: 1rem;
}

.fp-cta-text {
padding: 0.5rem;
}


 .textbox-content {
   padding: 0.5rem;
   font-size: 1rem;
   width: 100%;
 } 

 .textbox-content p {
   font-size: 1rem !important;
 }


}
Section.Section--spacingSmall {
padding: 40px 0;
}


.textbox-content p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: none;
}

  

.fp-link {
text-decoration: none !important;
}

.fp-cta-section {
margin: 0 auto;
display: flex;
height: 200px;
max-width: 1200px;
}

.fp-cta-section.flip-content {
flex-direction: row-reverse;
}

.fp-cta-section.flip-content .fp-cta-image-large{
margin-right: 1%;
}


.fp-cta-image-large img {
object-position: inherit !important;
}



.fp-cta-section.flip-content .fp-cta-text{
margin-right: 0;
}

.fp-cta-text {
color: #fff;
background-color: var(--olive);
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
font-size: 1rem;

}

.fp-cta-text pre {
font-family: var(--text-font-family) !important;
overflow: initial;
line-height: 1.2;
font-size: 1.5rem;
text-transform: uppercase;
}

.textbox-content {
  text-decoration: none;
}

.textbox-content, .fp-cta-text pre {
padding: 2rem;
}

.fp-cta-text, .fp-cta-image-small {
flex: 1;
margin-right: 1%;
}

.fp-cta-image img {
object-fit: cover;
height: 100%;
width: 100%;
object-position: inherit !important;
margin: 0;
}

.fp-cta-image-large {
flex: 2;
}


.fp-cta-image img {
object-fit: cover;
height: 100%;
width: 100%;
object-position: inherit !important;
margin: 0;
}



  

@media only screen and (max-width: 667px)
{
.img-text-container, .fp-cta-text {
font-size: 100%;
}

.fp-cta-image-small {
display: none;
}

.fp-cta-image-large, .fp-cta-text {
flex: 1 !important;
width: 60%;
}

.fp-cta-image-large {
  width: 40%;
}
.fp-cta-text {
  padding: 1rem;
  font-size:1rem;
}

.fp-cta-text pre {
font-family: var(--text-font-family)!important;
overflow: initial;
line-height: 1.3;
font-size: 1rem;
}

.fp-cta-text {
padding: 0.5rem;
}


 .textbox-content {
   padding: 0.5rem;
   font-size: 1rem;
   width: 100%;
 } 

 .textbox-content p {
   font-size: 1rem !important; 
 }


}
.collage-section {
    max-width: 1200px;
    margin: 0 auto;
   }




   .collage-section {
        display: flex;
        overflow: hidden;
    }

.section-image {
    width: 50% !important;       
    grid-template-columns: 100%;
    grid-template-rows: 100%; 
    /* grid-column-gap: 6px;
    grid-row-gap: 6px; */
    display: grid;
    overflow: hidden;
    align-content: space-around;
    grid-gap: 10px;
}




.section-collage {
    width: 50%;
    display: grid;
    grid-template-columns: 47% 47%;
    grid-template-rows: 48% 48%;
    align-content: space-around;
    grid-gap: 3%;
}

.img-container-content {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 5%;
    color: #fff;
}

.img-container-content h3 {
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  font-weight: 600;
}


.collage-section .section-image .img-container .video-container {
  height: 100%;
}



/* .div1 { grid-area: 1 / 1 / 6 / 4; }
.div2 { grid-area: 1 / 4 / 6 / 7; } */

.section-image .img-container {
    
    padding-right: 2%;
    padding-top: 3px;
    position: relative;
}

.section-collage div {
}

.section-collage img {
    object-fit: cover;
    width: 100%;
}

.collage-section .section-image .video-container iframe {
          height: 110% !important;
}

.collage-section .section-image .video-container iframe .vp-center {
          display: block !important;
}


      


@media only screen and (max-width: 600px) {

    .collage-section {
      flex-wrap: wrap;
    }

    .section-collage, .section-image  {
      width: 100% !important; 
    }

    .section-image {
      min-height: 400px !important;
    }

    .section-image .img-container {
      padding-right: 0;
      padding-top: 0;
      position: relative;
    }

    .section-collage {
        width: 50%;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 48% 48%;
        align-content: space-around;
        grid-gap: 3%;
    }
  
    .collage-section .section-image .video-container {
          padding: 0 !important;
    }

    .collage-section .section-image .video-container iframe {
          height: 130% !important;
    }

    .img-container-content {
      bottom: 10%;
    }

    .img-container-content h3 {
      margin-bottom: 10px !important;
    }

    .section-image .img-container {
      margin-bottom: 10px !important;
    }

  .collage-section .section-image .video-container {
    overflow: hidden;
  
  }

  

}
/* Flex container to stack iframe and text box */
  .full-height-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
  /*  height: 100vh; */
    max-width: 100%;
    overflow: hidden;
    height: 90vh;
  }

  .image-wrapper {
    width: 100vw;
    height: 90vh;
    height: 80vh;
    overflow: hidden;
    position: relative;
  }

  


  /* Video section styles */
  .full-height-container .vimeo-video-wrapper {
   /* height: calc(90vh - 100px); */ /* 90% of viewport height minus 100px for padding */ 
    width: 100vw;
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .vimeo-video {
    width: 100%;
    height: 100%;
    height: 107%;
    object-fit: cover;
    border: none;
    position: absolute;
    z-index: 1;
}

  /* Text box section styles */
  .text-box-wrapper {
   /* height: 10vh; */ /* 10% of viewport height for text box */
    width: 100vw; /* Full viewport width */
    background-color: #083c28; /* Solid background */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  /* Button styling */
  .button-container {
    position: absolute;
    z-index: 2;
    /* transform: translate(-50%, -50%); */
    top: auto;
    display: inline-block;
    /* background: red; */
    height: auto;
    /* transform: translateX(-50%); */
}


/* 23102025 */

.button-container.bottom {
    bottom: 10%;
    top:auto;
    left: 50%;
    transform: translateX(-50%);
}

.button-container.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-container.left {
    bottom: 10%;
    left: 10%;
}

.button-container.right {
    bottom: 10%;
    right: 10%;
}

/* 23102025 Slut */


  .video-button:first-child {
    margin-right: 20px; 
  }


  .video-button:hover { 
   
    color: black;
    color: #fff;
  }


  .text-box-wrapper {
   /* height: 10vh; */
    width: 100vw;
    background-color: #083c28;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    max-width: 50;
    font-family: var(--heading-font-family);
    font-weight: 600;
    padding: 0 20%;
    line-height: 1.4;
    /*font-style: italic;*/
    text-align: center;
    padding: 1rem;
}

.show-on-mobile {
  display: none;
}


.hide-on-mobile {
  display: block;
}





  @media (max-width: 768px) {
    /* Adjust video and text box height */
   .full-height-container .vimeo-video-wrapper {
      height: 50vh; /* Reduce video height to fit smaller screens */
      height: 400px;
      height: 546px;
      height: 560px;
      height: auto;
      height: 100%;
    }

    .show-on-mobile {
      
    }

    .full-height-container .text-box-wrapper {
      height: 20vh; /* Increase text box height for readability */
      padding: 0.25rem !important;
      height: auto;
      max-width: 100%;
    }

    /* Adjust button font size for smaller screens */
    .video-button {
      font-size: 1.2rem;
      padding: 8px 16px;
    }

    .text-content {
      font-size: 1.2rem;
      padding: 1rem 0; 
      overflow: hidden; 
      max-width: 1200px;
    }

    .full-height-container {
      height: 70vh;
      /*height: auto;*/
      position: relative; 
    }
    
    .button-container {
        width: 100%;
        text-align: center;
    }

    .ImageHero__Image.show-on-mobile {
      margin: 0; 
    }

    .image-wrapper {
      height: 50vh;
    }

    .full-height-container .text-content {
      font-size: 1rem;
      flex-direction: column;
      padding: 0;
    }

  }

  @media (max-width: 480px) {
    /* Further reduce video height and increase text box height for very small screens */
    .vimeo-video-wrapper {
      /* height: 50vh;
      height: 400px;
      height: 400px;
      min-height: 400px; */
      height: auto;
    }

.hide-on-mobile {
  display: none;
}
    
    .show-on-mobile {
      display: block;
      margin: 0;
    }

    .full-height-container .show-on-mobile .vimeo-video, .full-height-container .show-on-mobile {
      margin: 0 !important;
    }

    .hide-on-mobile {
      display: none;
    }

    .text-box-wrapper {
      height: 50vh;
      padding: 1rem;
      height: auto;
    }

    .video-button {
      font-size: 1rem;
      padding: 8px 14px;
    }
  }

  .vimeo-video-wrapper {
  position: relative;
}
.vimeo-video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 3;
  width: 90%;
  max-width: 700px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  pointer-events: none; /* So clicks pass through to video/buttons */
}
.vimeo-video-overlay h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.vimeo-video-overlay p {
  font-size: 1.2rem;
}
/* 
 .HorizontalList__Item.first-menu.langdal-menuitem::before {
    content: "";
    height: 5px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: -10px;
    background: inherit;
    width: 100%;
    left: 0;
}  */





.HorizontalList__Item.first-menu.langdal-menuitem a {
   color: #fff;
}


.HorizontalList__Item.first-menu:has(.DropdownMenu[aria-hidden="false"]) a.u-h6 {
    border-bottom: 2px solid #000;
  }


  .HorizontalList.HorizontalList--spacingExtraLoose .DropdownMenu {
    width: 100% !important;
    background-color: #fff;
    z-index: -2;
  }

  .MegaMenu__Push--shrink:first-child {
    padding-right: none !important;
  }
  .MegaMenu__Push--shrink {
     
  }

  .MegaMenu-close:hover {
      cursor: pointer;                          
  }

  .MegaMenu__Push.featured-banners {
    text-align: left;
    margin-right: 0; 
  }

  .HorizontalList__Item a.navigation-banner {
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
    transition: all .25s ease-in-out; 
    transform: scale(1);
    display: block;
    border: none; 
     display: flex;
  }

  .HorizontalList__Item a.navigation-banner img {
    max-width: 740px;
  }

  .HorizontalList__Item a.navigation-banner:hover {
    border: none; 
  }

  .navigation-banner:hover {
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
  }

  .navigation-banner img {
    transition: all .25s ease-in-out; 
    transform: scale(1);
    -webkit-filter: brightness(90%);
  }

  .navigation-banner:hover img {
    transform: scale(1.2);
    -webkit-filter: brightness(100%);
  }

  .Linklist__Item a {
    font-weight: normal;
  }

.MegaMenu__Push {
  padding-right: 0; 
  margin-right: 20px;
}

.megamenu_push_headline {
  font-size: 1.1rem;
  text-align: left;
  width: 100%;
  text-align: center;
}

.megamenu_push_headline {
  font-size: 1rem;
  text-align: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 0px 14px 0;
}

.megamenu_push_headline {
  font-weight: bold;
  font-size: 1.2rem;  
}


.megamenu_push_headline.glerups-button-white {
  text-align: center;
  padding: 14px 28px;
  font-weight: normal;
}
.megamenu_push_headline
{
  font-size: 1.2rem !important;
}

.megamenu_push_headline:hover {
  color: #000;
  border-color: #000;
}

.megamenu_push_text {
  text-align: left;
}

.MegaMenu__Item_inner {
  margin: 0 !important;
  gap: 40px !important;
}

.MegaMenu__Push img {
  object-fit: cover; 
  height: 100%;
  width: 100%;
}

.push_menu_linklist {
  list-style: none;
  padding: 0;
  text-align: left;
  padding-top: 20px;
  padding-top: 0;
}

.push_menu_linklist li:hover a {
  color: var(--header-light-text-color); 
}

.MegaMenu-close {
    top: 40px;
    right: 40px !important;
    right: 60px !important;
}

.top-banner {
  height: 2.5rem;
  background-color: #000;
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  margin: 0 0 20px 0;
  background-color: var(--sand);
  color: #000; 
}

/* List Styles */
#banner-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 1s ease-in-out;
  gap: 60px;
}

#banner-list li {
  padding: 0 1rem;
  flex-shrink: 0;
}





#localization_form_header .SelectButton {
  color: #000;
  font-family: var(--text-font-family);
}

#localization_form_header .SelectButton:hover { 
  color: #fff;
}


{% comment %} 24-02-2025 {% endcomment %}

.Header:not(.Header--sidebar) .Header__Wrapper {
  display: flex;
  align-items: center;
  position: fixed;
  position: sticky;
  width: 100%;
  top: 0px;
}

@media (max-width: 1060px) {
  #banner-list {
    gap: 20px;
  }
}

/* Responsive Styles */
@media (max-width: 944px) {
  #banner-list {
    flex-direction: column;
    transform: translateY(0);
  }

  #banner-list li {
    display: none;
  }

  #banner-list li.active {
    display: block;
  }
}

.MegaMenu__Push.featured-banners { 
  padding-right: 40px;
}

.header-burger-menu {
  position: absolute; 
  left: 30px; 
}


.Header__FlexItem--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}





@media screen and (min-width: 1135px and max-width: 1410px ) {
  .Header__FlexItem--logo {
    margin-top: 0;
  }

}

@media only screen and (max-width: 1426px) and (min-width: 1135px) {
  .Header__FlexItem--logo {
    margin-top: 0 !important;
  }
}
                      
  .MegaMenu__Push 
  {
    flex: 1 !important;
    padding-right: 80px;
  }

  .MegaMenu__Push h4 {
    font-weight: bolder; 
    text-transform: uppercase;
    text-align: left; 
    font-size: 1.2rem !important;
  }

.glerups-button-white {
position: relative;
display: inline-block;
padding: 14px 28px;
line-height: normal;
border: 1px solid transparent;
border-radius: 0;
text-transform: uppercase;
font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
text-align: center;
letter-spacing: var(--letter-spacing);
font-family: var(--text-font-family);
font-weight: var(--heading-font-weight);
font-style: var(--heading-font-style);
background-color: transparent;
transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
z-index: 1;
-webkit-tap-highlight-color: initial;
border: 1px solid #fff;
color: black;
font-size: 12px;
text-decoration: none !important;

}

.glerups-button-white::before {
position: absolute;
content: "";
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
transform: scale(1, 1);
transform-origin: left center;
z-index: -1;
background-color: #fff;
transition: all .25s ease-in-out;
height: 100%;
}

.glerups-button-white:hover:before {
width: 0%;
height: 100%;
}

.glerups-button-white:hover {
color: #fff;
}


.MegaMenu {
max-height: calc(90vh - var(--header-height)) !important;
}

.Linklist__Item {
margin-bottom: 7px;
}
  

.MegaMenu__PushImageWrapper {
background: none !important;
height: 300px;
max-width: 284px !important;
width: 284px;
margin-left: 0;
}

.Linklist__Item.slip-on-logo {
position: relative; 
}

.Linklist__Item.slip-on-logo a {
display: block;
}

.Header__Wrapper {
background-color: #fff;
-webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.31);
}

.Linklist .Linklist__Item a {
font-size: 1.3rem;
text-transform: initial;
}

.Linklist  .Linklist__Item a:before{
content: " ";
width: 40px;
height: 40px;
left: -55px;
position: absolute; 
display: block; 
background-size: 100%; 
background-repeat: no-repeat;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
margin-top: -6px;
}

.Linklist__Item.icon_slipon a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/B.svg?v=1738073474);
}

.Linklist__Item.icon_shoe a:before  {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/A.svg?v=1738073473);
}
  
.Linklist__Item.icon_boot a:before 
{
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/G.svg?v=1738073474);
}

.Linklist__Item.icon_langdal a:before  {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/Lm.svg?v=1738150893);
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/Langdal_Stroke_2.svg?v=1746098721);
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/Langdal_Stroke_3.svg?v=1746102571); 

-webkit-transform: scaleX(1);
/* transform: scaleX(1);
margin-top: -2px; */
}


/*
========================= Children icons ===================
*/


.Linklist__Item.icon_kids_shoes a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/AK.svg?v=1747634427);
}

.Linklist__Item.icon_kids_boots a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/GK.svg?v=1747634426);
}

.Linklist__Item.icon_baby_boots a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/E.svg?v=1747634427);
}

.Linklist__Item.icon_junior_boots a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/B.svg?v=1738073474); 
}

.Linklist__Item.icon_junior_shoes a:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/B.svg?v=1738073474);
}










.Linklistmenu-with-icons   .Linklist__Item { 
margin: 10px 0;
}

.Linklist.testmenu-with-icons  .Linklist__Item a {
padding: 2px 0 ;
}

.geo-dropdown.open .geo-dropdown__stores {
position: fixed;
}

.MegaMenu.MegaMenu--spacingEvenly {
background-color: #fff;
} 



/*
========================= Underline animation ===================
*/

.Linklist.menu-with-icons .Linklist__Item a, .Linklist .Linklist__Item a {
position: relative;
text-decoration: none; /* Removes default underline */
display: inline-flex; /* Ensures width is only as long as the text */
align-items: center; /* Keeps text vertically aligned */
padding-bottom: 5px; /* Space for the underline */
}

.Linklist.menu-with-icons .Linklist__Item a::after, .Linklist .Linklist__Item a::after  {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0; /* Start hidden */
height: 1px;
background-color: currentColor; /* Matches text color */
transition: width 0.5s ease-in-out;
display: inline-block;
}

.Linklist.menu-with-icons .Linklist__Item a:hover::after, .Linklist .Linklist__Item a:hover::after  {
width: 100%; /* Expands to only the text width */
}

.Linklist.menu-with-icons .Linklist__Item a:hover, .Linklist .Linklist__Item a:hover  {
color: #000;
}

.Linklist.menu-with-icons .Linklist__Item a, .Linklist .Linklist__Item a  {
display: inline-block !important;
width: auto;
}

.Header__FlexItem--logo {
order: 2;
z-index: 4;
left: 50%;
}
.img-text-container-img-wrapper {
  max-width: 500px;
}


.container {
    min-height: 400px;
}

.img-text-container {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.img-text {
    position: absolute;
    z-index: 2;
    background-color: #7f908d;
    color: #fff;
    padding: 3rem;
    left: calc(500px - 10%);
    top: 80px;
}


.img-text {
    position: absolute;
    z-index: 2;
    background-color: #7f908d;
    color: #fff;
    padding: 3rem;
    left: calc(500px - 14%);
    top: 80px;
    TOP: 60PX;
}
.wrapper {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    height: 662px;
    margin: 0 auto;
}

.image-large-collage img {
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
    background-position: center;
}

.embedd-video {
    flex: 2;
    background-color: black;
    margin-right: 20px;
    overflow: hidden;
}

.embedd-video video {
    object-fit: cover;
}

.video-collage .video-container {
    height: 662px;
    margin-bottom: 80px; 
    max-width: 1000px; 
    margin: 0 auto; 
    position:relative;  
}

.content-wrapper-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-text {
    flex: 1;
    display: flex;
    background-color: #7f908d;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 2rem 3rem;
    max-height: 50%;
}

.content-image {
    flex: 1;
    background-color: green;
    overflow: hidden;
    margin-top: 10px;
    background-position: center;
}

.content-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 59% ; 
    margin: 0;
}

@media only screen and (max-width: 600px) { 

.wrapper {
    display: block ;
    height: auto;
}

.image-large-collage img  {
    width: 100%;
    padding: 0;
}

.video-collage .video-container {
    height: 200px;
    margin-bottom: 0px; 
}

.embedd-video {
    margin-right: 0;
} 

}
.Rte.section-headline {
    text-align: center;
  }

  .Rte h3,
  .Rte h3:last-child {
    margin-bottom: auto;
    margin: 2.2em 0 1.2em !important;
  }

  .right-text-container.flip-content {
    flex-direction: row-reverse;
  }

  .right-text-container.flip-content .left-coloumn {
    margin-left: 20px;
    margin-right: 0;
  }

  .right-text-container.flip-content .right-coloumn-text,
  .right-text-container.flip-content .mobile-coloumn {
    left: 0;
    background-color: var(--olive);
    color: #fff;
  }

  .center-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }

  .right-text-container,
  .left-text-container {
    height: 600px;
    width: 100%;
    display: flex;
    text-align: left;
  }

  .right-text-container,
  .left-text-container {
  }

  .right-coloumn {
    width: 30%;
    overflow: visible;
    position: relative;
  }

  .right-coloumn-img {
    height: 50%;
    margin-bottom: 20px;
  }

  .left-coloumn-text h4,
  .right-coloumn-text h4 {
    font-size: 1rem;
  }

  .left-coloumn-text {
    /* height: 40%; */
    width: 160%;
    left: 0;
    z-index: 2;
    position: absolute;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    color: #fff;
  }



  .right-coloumn-text:hover, .left-coloumn-text:hover {
    transform: scale(1.05);
    cursor: pointer;
}


  .olive {
    background-color: #2c4440;
    color: #fff;
  }

  .left-coloumn-text button.gift-btn {
    border: 1px solid #fff;
  }

  button.gift-btn:before {
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 300px;
    position: absolute;
    margin-left: -100%;
    transition: all 0.25s ease-in-out;
    z-index: -1;
  }

  .left-text-container .left-coloumn {
    width: 70%;
    margin-left: 20px;
    margin-right: 0;
  }

  .left-coloumn img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    object-position: center;
  }

  .left-coloumn-text button.gift-btn {
    border: 1px solid #fff;
  }

  button.gift-btn {
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0.5rem 0.75rem;
    background: none;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
  }

  button.gift-btn:before {
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 300px;
    position: absolute;
    margin-left: -100%;
    transition: all 0.25s ease-in-out;
    z-index: -1;
  }

  /* Content right box*/

  .right-text-container .left-coloumn {
    width: 70%;
    margin-right: 20px;
  }

  .right-text-container .right-coloumn-text {
    background-color: #dbd1c7;
    color: #000;
    width: 170%;
    right: 0;
    z-index: 2;
    position: absolute;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
  }

  .features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
    opacity: 1;
    transform: none;
    object-fit: cover;
    height: 100%;
  }

  .sand {
    background-color: var(--sand);
  }

  .olive {
    background-color: var(--olive);
  }

  .mobile-coloumn {
    display: none !important;
  }

  .main-image-container {
    height: 100%;
    background-color: #555;
  }

  .main-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 1200px) {
    .mobile-coloumn {
      display: block !important;
      margin-top: 10px;
    }

    .main-image-container {
    height: 100%;
    background-color: #555;
    }

    .right-text-container.flip-content .left-coloumn {
      margin-left: 0px;
      margin-right: 0 !important;
    }

    .right-text-container.flip-content .right-coloumn {
      margin: 0 10px 0 0 !important;
    }
    

    .right-text-container .left-coloumn {
      width: 50%;
      width: calc(50% - 10px);
    }

    

    .mobile-coloumn {
      display: block;
      width: 100%;
      padding: 2rem;
    }

    .right-text-container .left-coloumn {
      margin-right: 0px;
    }

    .right-coloumn-text,
    .left-coloumn-text {
      display: none;
    }

    .right-text-container,
    .left-text-container {
      flex-flow: row wrap;
      margin: auto;
    }

    .left-coloumn {
      width: calc(50% - 10px);
      margin: 0 10px 0 0;
    }
    .right-coloumn {
      width: calc(50% - 10px);
      margin: 0 0 0 10px;
      height: 50%;
    }

    .right-coloumn-img,
    .left-coloumn-img {
      height: 100%;
      width: 100%;
      margin: 0;
    }

    .left-text-container .left-coloumn {
      width: 50%;
      margin: 0;
    }

    .left-text-container .right-coloumn {
      margin: 0 10px 0 0;
    }

    .left-text-container .left-coloumn {
      margin: 0 0px 0 10px;
      width: calc(50% - 10px);
      height: 50%;
    }

    .right-text-container,
    .left-text-container {
      height: auto;
    }

    .shopify-section--bordered > .Section--spacingSmall {
      padding: 20px 0 !important;
    }

    .left-coloumn, .right-coloumn {
      width: calc(50% - 10px);
    }
    
  }

  @media only screen and (max-width: 1200px) and (min-width: 600px)  {
    .right-coloumn {
      width: 30% !important;
    }
    .left-coloumn {
      width: 60% !important;
    }
    .center-wrapper {
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      background: #fff;
    }

  }
.Rte.section-headline {
    text-align: center;
  }

  .Rte h3,
  .Rte h3:last-child {
    margin-bottom: auto;
    margin: 2.2em 0 1.2em !important;
  }

  .right-text-container.flip-content {
    flex-direction: row-reverse;
  }

  .right-text-container.flip-content .left-coloumn {
    margin-left: 20px;
    margin-right: 0;
  }

  .right-text-container.flip-content .right-coloumn-text,
  .right-text-container.flip-content .mobile-coloumn {
    left: 0;
    background-color: var(--olive);
    color: #fff;
  }

  .center-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }

  .right-text-container,
  .left-text-container {
    height: 600px;
    width: 100%;
    display: flex;
    text-align: left;
  }

  .right-text-container,
  .left-text-container {
  }

  .right-coloumn {
    width: 30%;
    overflow: visible;
    position: relative;
  }

  .right-coloumn-img {
    /*height: 50%;*/
    margin-bottom: 20px;
  }

  .left-coloumn-text h4,
  .right-coloumn-text h4 {
    font-size: 1rem;
  }

  .left-coloumn-text {
    /* height: 40%; */
    width: 160%;
    left: 0;
    z-index: 2;
    position: absolute;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    color: #fff;
  }



  .right-coloumn-text:hover, .left-coloumn-text:hover {
    transform: scale(1.05);
    cursor: pointer;
}


  .olive {
    background-color: #2c4440;
    color: #fff;
  }

  .left-coloumn-text button.gift-btn {
    border: 1px solid #fff;
  }

  button.gift-btn:before {
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 300px;
    position: absolute;
    margin-left: -100%;
    transition: all 0.25s ease-in-out;
    z-index: -1;
  }

  .left-text-container .left-coloumn {
    width: 70%;
    margin-left: 20px;
    margin-right: 0;
  }

  .left-coloumn img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    object-position: center;
  }

  .left-coloumn-text button.gift-btn {
    border: 1px solid #fff;
  }

  button.gift-btn {
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0.5rem 0.75rem;
    background: none;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
  }

  button.gift-btn:before {
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 300px;
    position: absolute;
    margin-left: -100%;
    transition: all 0.25s ease-in-out;
    z-index: -1;
  }

  /* Content right box*/

  .right-text-container .left-coloumn {
    width: 70%;
    margin-right: 20px;
  }

  .right-text-container .right-coloumn-text {
    background-color: #dbd1c7;
    color: #000;
    width: 170%;
    right: 0;
    z-index: 2;
    position: absolute;
    padding: 2rem;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
  }

  .features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
    opacity: 1;
    transform: none;
    object-fit: cover;
    height: 100%;
  }

  .sand {
    background-color: var(--sand);
  }

  .olive {
    background-color: var(--olive);
  }

  .mobile-coloumn {
    display: none !important;
  }

  .main-image-container {
    height: 100%;
    background-color: #555;
  }

  .main-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }



  .right-coloumn-img a {
  position: relative;
  width: 100%; /* The size you want */
  display: block;
}

.right-coloumn-img a:after {
  content: "";
  display: block;
  padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
  min-height: 150px;
}

.right-coloumn-img a img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}

.right-coloumn-text:hover {
  transform: scale(1.05);
  transform: scale(1.08) !important;
  cursor: pointer;
}


  

  @media screen and (max-width: 1200px) {
    .mobile-coloumn {
      display: block !important;
      margin-top: 10px;
    }

    .main-image-container {
    height: 100%;
    background-color: #555;
    }

    .right-text-container.flip-content .left-coloumn {
      margin-left: 0px;
      margin-right: 0 !important;
    }

    .right-text-container.flip-content .right-coloumn {
      margin: 0 10px 0 0 !important;
    }
    

    .right-text-container .left-coloumn {
      width: 50%;
      width: calc(50% - 10px);
    }

    

    .mobile-coloumn {
      display: block;
      width: 100%;
      padding: 2rem;
    }

    .right-text-container .left-coloumn {
      margin-right: 0px;
    }

    .right-coloumn-text,
    .left-coloumn-text {
      display: none;
    }

    .right-text-container,
    .left-text-container {
      flex-flow: row wrap;
      margin: auto;
    }

    .left-coloumn {
      width: calc(50% - 10px);
      margin: 0 10px 0 0;
    }
    .right-coloumn {
      width: calc(50% - 10px);
      margin: 0 0 0 10px;
      height: 50%;
    }

    .right-coloumn-img,
    .left-coloumn-img {
      height: 100%;
      width: 100%;
      margin: 0;
    }

    .left-text-container .left-coloumn {
      width: 50%;
      margin: 0;
    }

    .left-text-container .right-coloumn {
      margin: 0 10px 0 0;
    }

    .left-text-container .left-coloumn {
      margin: 0 0px 0 10px;
      width: calc(50% - 10px);
      height: 50%;
    }

    .right-text-container,
    .left-text-container {
      height: auto;
    }

    .shopify-section--bordered > .Section--spacingSmall {
      padding: 20px 0 !important;
    }

    .left-coloumn, .right-coloumn {
      width: calc(50% - 10px);
    }
    
  }

  @media only screen and (max-width: 1200px) and (min-width: 600px)  {
    .right-coloumn {
      width: 30% !important;
      /*width: 38% !important;*/
    }
    .left-coloumn {
      width: 60% !important;
    }
    .center-wrapper {
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      background: #fff;
    }

  }
.Section--spacingPadding {
  padding: 80px 0;
}

  .video-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
  }

  @media only screen and (max-width: 600px) {
    .video-container {
      height: 260px;
      padding: 0 20px;
    }

    .Section--spacingPadding {
          padding: 50px 0;
    }
  }
.notifications {
    width: 100%;
    background-color: #eee;
    position: relative;
    /* height: 40px; */
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0.25rem;
    flex-direction: column;
  }

  .notifications li {
    opacity: 1;
    margin: 0 auto;
    /* position: absolute; */
    /* top: 50%;
    transform: translate(0, -50%); */
    padding: 1rem;
    line-height: 1.2;
    display: none;
    text-align: center;
  }

  .notifications li.first {
    opacity: 0;
    display: block;
  }

  .notifications li.first a {
    padding: 0.75rem;
  }

  /* The element to apply the animation to */
  .first {
    animation: myAnim 10s ease-in-out 0s forwards;
  }

  .showOnlyOne {
    display: block !important;
  }

  @keyframes myAnim {
    /*0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}*/
    0% {
      opacity: 0;
    }
    2% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    98% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @media only screen and (max-width: 600px) {
    .notifications {
      width: 100%;
      background-color: #eee;
      position: relative;
      /* height: 40px; */
      list-style: none;
      padding: 0;
      margin: 0;
      align-items: center;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0.25rem;
      flex-direction: column;
    }

    .notifications li {
      margin: 0 auto;
      padding: 1rem;
      line-height: 1.2;
      font-size: 90%;
      text-align: center;
    }
  }
.quote a, .quote-content a {
  text-decoration: none !important;
}


.quotes-section {

max-width: 1200px;
margin: 0 auto;
background-color: inherit;
}

.quotes-section h2 {
  margin: 40px 0;  
}

.link-wrapper {
  width: 100%;
  text-align: center;
}

.Button--quote {
  margin: 40px auto 40px auto;
  display: inline-block;
}

.quotes-wrapper {
  display: flex;
flex-wrap: wrap;
gap: 10px;
flex-direction: row; 
}

.quotes-wrapper> div {
flex: 1;
transition: all .25s ease-in;
flex-basis: 0px;
flex-grow: 1;
}

.quote {
flex: 1;
transition: all .25s ease-in;
flex-basis: 0px;
flex-grow: 1;
}



/* .quotes-section > div:first-child {
background-color: rgb(245,245,240);
}



.quotes-section > div:nth-child(2) {
background-color: var(--sand);
} */



.quote-img-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
transition: all .25s ease-in;
}



.quote-img-container img 
{
object-fit: cover;
filter: brightness(1);
transition: all .25s ease-in;
height: auto !important;
width: 100%;
}


/*
.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
opacity: 1;
transform: none;
object-fit: cover;
height: 100%;
height: auto;
}
*/



.quote-content {
padding: 4rem 3rem;
}

/* .quote-content  a{
text-decoration: underline !important;
} */

.quote-content p {
padding-top: 10px;
}


.quote-content .SectionHeader__Heading.SectionHeader__Heading, .quote-content
.SectionHeader__SubHeading.SectionHeader__SubHeading {
color: inherit !important;
line-height: 1.3;
}

.quote-content.alignTextCenter {
text-align: center;
}


/* .quote-no-img { 
padding: 10rem 4rem;
} */

.quote-no-img { 
padding: 2rem 4rem 10rem 4rem;   
}

.quote:hover .quote-img-container {
padding-bottom: 90%;
}

.quote:hover .quote-img-container.quote-no-img {
padding-bottom: 100%;
}

.quote:hover .quote-img-container.no-text-img {
padding-bottom: 0%;
}

.quote-img-container.no-text-img {
padding: 10rem 4rem 0rem 4rem;
height: auto !important;
}

.quote:hover .quote-img-container img {
filter: brightness(1.25);
}

.quotes-section.sectionFullWidth {
width: 100%;
max-width: none;
gap: 0px;
}


.quote-content.standardTextSize p {
font-size: 1rem;
}
.quote-content.mediumTextSize p {
font-size: 1.5rem;
}
.quote-content.largeTextSize p {
font-size: 2rem;
line-height: 1.3;
}

.quote-img-container img {
height: auto !important;
}



@media only screen and (max-width: 600px) 
{
.quotes-wrapper 
{
  flex-direction: column;
}

.quote-img-container.no-text-img
{
  padding: 2rem;
}

.quote-content
{
  padding: 2rem;
}
}
.quote a, .quote-content a {
  text-decoration: none !important;
}


.quotes-section {

max-width: 1200px;
margin: 0 auto;
background-color: inherit;
}

.quotes-section h2 {
  margin: 40px 0;  
}

.link-wrapper {
  width: 100%;
  text-align: center;
}

.Button--quote {
  margin: 0px auto 40px auto;
  display: inline-block;
}

.quotes-wrapper {
  display: flex;
flex-wrap: wrap;
gap: 10px;
flex-direction: row; 
}

.quotes-wrapper> div {
flex: 1;
transition: all .25s ease-in;
flex-basis: 0px;
flex-grow: 1;
}


.quote {
flex: 1;
transition: all .25s ease-in;
flex-basis: 0px;
flex-grow: 1;
}


/* .quotes-section > div:first-child {
background-color: rgb(245,245,240);
}



.quotes-section > div:nth-child(2) {
background-color: var(--sand);
} */



.quote-img-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
transition: all .25s ease-in;
}



.quote-img-container img 
{
object-fit: cover;
filter: brightness(1);
transition: all .25s ease-in;
height: auto !important;
width: 100%;
}


/*
.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
opacity: 1;
transform: none;
object-fit: cover;
height: 100%;
height: auto;
}
*/



.quote-content {
padding: 4rem 3rem;
}

/* .quote-content  a{
text-decoration: underline !important;
} */

.quote-content p {
padding-top: 10px;
}


.quote-content .SectionHeader__Heading.SectionHeader__Heading, .quote-content
.SectionHeader__SubHeading.SectionHeader__SubHeading {
color: inherit !important;
line-height: 1.3;
}

.quote-content.alignTextCenter {
text-align: center;
}


/* .quote-no-img { 
padding: 10rem 4rem;
} */

.quote-no-img { 
padding: 2rem 4rem 10rem 4rem;   
}

.quote:hover .quote-img-container {
padding-bottom: 90%;
}

.quote:hover .quote-img-container.quote-no-img {
padding-bottom: 100%;
}

.quote:hover .quote-img-container.no-text-img {
padding-bottom: 0%;
}

.quote-img-container.no-text-img {
padding: 10rem 4rem 0rem 4rem;
height: auto !important;
}

.quote:hover .quote-img-container img {
filter: brightness(1.25);
}

.quotes-section.sectionFullWidth {
width: 100%;
max-width: none;
gap: 0px;
}


.quote-content.standardTextSize p {
font-size: 1rem;
}
.quote-content.mediumTextSize p {
font-size: 1.5rem;
}
.quote-content.largeTextSize p {
font-size: 2rem;
line-height: 1.3;
}

.quote-img-container img {
height: auto !important;
}



@media only screen and (max-width: 600px) 
{
.quotes-wrapper 
{
  flex-direction: column;
}

.quote-img-container.no-text-img
{
  padding: 2rem;
}

.quote-content
{
  padding: 2rem;
}
}
.read-more-section {
    border-top: 0.5px solid var(--sand);
    padding-top: 40px;
    margin-top: 100px;
    position: relative;
    padding-left: 36px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 100px;
  }
.margin-bottom-none {
        margin-bottom: 40px;
    }
    
    #sizeguide {
        /*margin-bottom: 80px;*/
        padding: 80px 0;
    }
    
    #section-template--16739156459763__custom_html_NpRGyt {
      padding-top: 0;
      margin-top: -80px;
      padding-bottom: 0;
    }
    .sizeguide-container {
      max-width: 1600px;
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }
    .sizeguide-container a {
        text-decoration: underline;
    }
    
    .sizeguide-container button {
      margin: 2rem auto 2rem auto;
      display: block;
      background: none;
      padding: 0.75rem;
    }
    .grid-1 {
      padding: 0 4rem 0 2rem;
      text-align: left;
    }
    .grid-2 {
        width: 100%;
    }
    
    .grid-2 iframe {
        width: 100% !important;
    }
    
    .sizeguide-wiki {
      display: grid;
      grid-template-columns: 50% 50% 100%;
      grid-template-rows: 100%;
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease-in-out;
      width: 100%;
      align-items: center;
    }
    
    
    .sizeguide-wiki {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
    .grid-1 { grid-area: 1 / 1 / 2 / 7; }
    .grid-2 { grid-area: 1 / 7 / 2 / 13; }
    .grid-3 { grid-area: 2 / 1 / 3 / 13; }  
    
    
    .sizeguide-wiki.no-disclaimer {
        grid-template-rows: repeat(1, 1fr);
    }
    
    
    
    
    .grid-3 {
        align-self: flex-start; 
    }
    
    
    
    
    .sizeguide-wiki.sizeguideWikiOpen {
      max-height: 1000px;
      max-height: 600px;
    }
    
    
    .sizeguide {
    text-align: center;
    }
    
    .sizeguide-button {
        position: relative;
    }
    
    /*
    .sizeguide-button::after {
        content: "";
        width: 0;
        height: 0;
        border-width: 12px 67px 0 67px;
        border-color: #87918D transparent transparent transparent;
        border-style: solid;
        position: absolute;
        bottom: 67px;
        left: 50%;
        margin-right: -25%;
    }
    */
    
    .item-container.langdal-sizechart {
            display: grid;
            grid-template-columns: 330px repeat(8,1fr); 
            margin: 0 auto;
        }
    
    @media only screen and (max-width: 600px) {
    
    .sizeguide-wiki {
    display: block;
    }
    
    
    .sizeguide-wiki.sizeguideWikiOpen {
      max-height: 1000px;
    }
    
    .grid-1, .grid-2 {
        width: 100%;
    }
    
    .grid-2 iframe {
    height: auto;
    width: 100%;
    }
    
    .grid-1 h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    }
    
    .sizeguide-container{
        margin: 0 !important; 
    }
    
    .wrapper-two {
        width: 1000px !important;
    }
    
    .grid-3 {
        font-size: 70%;
        padding: 1rem 2rem;
    }
    
    /*
    .sizeguide-button {
    margin-top: 4rem !important;
    }
    */
    #shopify-section-template--16739156459763__custom_html_NpRGyt .grid-1 {
    padding: 0;
    }
    
    }
    
    
    
    /*
    ==============================
    */
    
    
    
    
    
    
    
        .text-align-center {
            text-align: center;
        }
    
    
        .noMargin {
            margin-top: 0;
            margin-bottom: 0;
        }
    
    
        .soles-description {
            display: grid;
            grid-template-columns: auto 400px;
            margin: 40px auto;
            max-width: 1100px;
    
        }
    
        .soles-description img {
            display: inline-block;
            margin: 0 auto;
            width: 50%;
        }
    
        .soles-description p {
            width: 50%;
            margin: 100px auto;
    
        }
    
        .soles-description img {
            transform: rotate(-90deg);
        }
    
    
        .swipe-icon {
            background: url(https://cdn.shopify.com/s/files/1/0642/4779/1859/files/swipe_624846_3.png?v=1694764284);
            height: 30px;
            width: 30px;
            position: absolute;
            background-size: 100%;
            left: 50%;
            transform: translate(-50%);
            bottom: -40px;
            z-index: 3;
            animation: animateScroll 3s ease forwards;
            animation-iteration-count: 5; 
            opacity: 0.6;
        }
    
        @keyframes animateScroll {
            0% {
                left: 50%;
            }
    
            25% {
                left: 52%;
            }
    
            50% {
                left: 50%;
            }
    
            75% {
                left: 48%;
            }
    
            100% {
                left: 50%;
            }
        }
    
    
    
        .wrapper-container {
            overflow-x: auto;
            max-width: 1100px;
            margin: 0 auto;
        }
    
        .wrapper-two {
            width: 2000px;
            margin: 0 auto;
            max-width: 1200px;
        }
    
        .item-container div.no-content {
            background-color: #d0d0d0;
            border-right: none;
        }
    
        .item-container div.thick-border {
            border-right: 2px solid #000;
        }
    
    
        @media only screen and (max-width: 600px) {
            .wrapper-two {
                max-width: 2000px;
            }
    
            .soles-description {
                grid-template-columns: none;
            }
    
            .soles-description p {
                margin: 40px auto 0 auto;
                width: 70%;
            }
    
            .soles-description img {
                width: 40%;
            }
    
        }
    
    
        ::-webkit-scrollbar {
            -webkit-appearance: none;
        }
    
        ::-webkit-scrollbar:vertical { 
            width: 12px;
        }
    
        ::-webkit-scrollbar:horizontal {
            height: 8px;
        }
    
        ::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, .5);
            border-radius: 10px;
            border: 2px solid #ffffff;
        }
    
        ::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #ffffff;
        }
    
        ::-webkit-scrollbar {
            -webkit-appearance: none; // you need to tweak this to make it available..
            width: 8px;
        }
    
    
    
    
    
        .item-container {
            display: grid;
            grid-template-columns: 100px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;
            margin: 0 auto;
        }
    
        .item-container .item-soles {
            grid-template-columns: 100px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;
        }
    
        .item-container div {
            text-align: center;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 3px 2px;
        }
    
    
        .item-container div:first-child {
            border-right: 1px solid #eee;
            padding-right: 10px;
            border-left: none;
            position: sticky;
            left: 0;
            text-align: right;
            background-color: #fff;
            font-size: 0.8rem;
            font-weight: 600;
        }
    
    
        .wrapper-container {
            max-width: none;
        }
    
        .item-container {
            display: grid;
            grid-template-columns: 150px repeat(19, 1fr);
            margin: 0 auto;
        }
    
       
    
    
    
        .swipe-icon {
            display: none;
        }
    
        @media only screen and (max-width: 768px) {
            .swipe-icon {
                display: block;
            }
        }
    
        .wrapper-container {
            max-width: none;
        }
    
        .item-container {
            display: grid;
            grid-template-columns: 115px repeat(19, 1fr);
            margin: 0 auto;
        }
    
        .item-container:last-of-type div {
            border-bottom: none;
        }
    
        .item-container div:last-child {
            border-right: none;
        }
    
        .swipe-icon {
            display: none;
        }
    
        @media only screen and (max-width: 600px) {
            .swipe-icon {
                display: block;
            }
    
            .item-container div:first-child {
                font-size: 0.9rem;
            }
        }
.Slideshow Slideshow--fullscreen {
     max-height: 50vh;
   }
.Slideshow Slideshow--fullscreen {
     max-height: 50vh;
   }
#handstick iframe {
        height: 100%;
        width: 100%;
    }
    
    .Section--spacingPadding {
      padding: 80px 0;
    }
    
      .video-text-wrapper {
        text-align: center;
        margin: 20px auto 40px auto;
      }
    
    
      .video-container {
        height: 600px;
        margin: 0 auto;
        position: relative;
        max-width: 1200px;
      }
    
      @media only screen and (max-width: 600px) {
        .video-container {
          height: 260px;
          padding: 0 20px;
        }
    
        .Section--spacingPadding {
              padding: 50px 0;
        }
      }
.Section.Section--spacingNormal.bigger-margin {
        margin-top: 120px; 
    }


    .content-wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    .txt-layout-container {
        height: 350px;
        height: auto;
        position: relative;
        display: flex;
        margin-bottom: 80px;
    }

    .align-text-center {
      text-align: center;
    }

    /* image */
    .diff-layout-image {
        max-width: 50%;
        height: 100%;
    }

 
    .layout-1 .diff-layout-image {
        /*max-width: 50%;*/
        height: 100%;
        width: 60%;
    }

    .diff-layout-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    /* textbox*/
    .diff-layout-textbox {
        position: absolute;
        z-index: 2;
        padding: 3rem;
        width: 60%;
        display: inline-block;
        font-size: 1rem;
    }



    .diff-layout-textbox h3, .diff-layout-textbox h3 pre {
        color: inherit;
        font-size: 20px;
        font-family: 'Monotype Bodoni';
        font-family: var(--heading-font-family);
    }



    .layout-1 .diff-layout-textbox {
        position: absolute;
        z-index: 2;
        right: 0;
        /* right: 10%; */
        top: 0;
        display: inline-block;
        background: green;
        /*top: 60px;*/
        /* right: 10%; */

        top: 50%;
        transform: translateY(-50%);
    }

    .layout-1 .diff-layout-image {
        /* margin-left: 10%; */
        /*margin-left: 10%;*/
    }
    
    .layout-2 .diff-layout-textbox {
        top: -40px;
        position: absolute;
        right: 0;
    }

    /* Layout-3*/
    .txt-layout-container.layout-3, .txt-layout-container.layout-4 {
        flex-direction: row-reverse;
    }

    .layout-3 .diff-layout-textbox {
        left: 0;
        top: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .layout-4 .diff-layout-textbox {
        left: 0;
        top: -40px;
    }

    .layout-5 {
      height: 350px;
    }

    .layout-5 .diff-layout-textbox {
        right: 0;
        max-width: 40%;
        top: 50%;
        transform: translateY(-50%);
    }


    .layout-5 .diff-layout-image:first-child {
      margin-right: 20px;
      width: 30%;
    }

    .layout-5 .diff-layout-image:last-child {
      width: 70%;
    }


    @media only screen and (max-width: 600px) { 

    .layout-1 .diff-layout-image {
      width: 100%; 
    }

    .layout-1 .diff-layout-textbox {
      transform: none;
    }

  .txt-layout-container {
    display: block !important; 
  }

  .diff-layout-image {
    width: 100%;
    max-width: initial !important;
  }

  .diff-layout-textbox {
    position: static !important; 
    width: 100% !important;
  } 

  .Section.Section--spacingNormal  {
      margin: 50px 0 !important;
  }

  .txt-layout-container {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .three-image-section-wrapper  {
    padding: 0 20px !important;
    flex-direction: column-reverse;  
  }

  .layout-5 {
    flex-direction: column ;
    height: auto;
    max-height: none;
  }

  .layout-5 .diff-layout-image:first-child {
    margin-right: 0;
    width: 100%; 
    margin-bottom: 20px; 
  }

  .layout-5 .diff-layout-textbox {
    max-width: none;
    transform: none;
  }
}
.Section--spacingPadding {
  padding: 80px 0;
}

  .video-text-wrapper {
    text-align: center;
    margin: 20px auto 40px auto;
  }


  .video-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
  }

  @media only screen and (max-width: 600px) {
    .video-container {
      height: 260px;
      padding: 0 20px;
    }

    .Section--spacingPadding {
          padding: 50px 0;
    }

    .videos-wrapper {
        display: block;
    }

  }
.wrapper {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
    height: 662px;
    margin: 0 auto;
}

.embedd-video {
    flex: 2;
    background-color: black;
    margin-right: 20px;
    overflow: hidden;
}

.embedd-video video {
    object-fit: cover;
}

.video-collage .video-container {
    height: 662px;
    margin-bottom: 80px; 
    max-width: 1000px; 
    margin: 0 auto; 
    position:relative;  
}

.content-wrapper-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-text {
    flex: 1;
    display: flex;
    background-color: #7f908d;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 2rem 3rem;
    max-height: 50%;
}

.content-image {
    flex: 1;
    background-color: green;
    overflow: hidden;
    margin-top: 10px;
    background-position: center;
}

.content-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 59% ; 
    margin: 0;
}

@media only screen and (max-width: 600px) { 

.wrapper {
    display: block ;
    height: auto;
}

.video-collage .video-container {
    height: 200px;
    margin-bottom: 0px; 
}

.embedd-video {
    margin-right: 0;
} 

}
.hide-on-desktop {
    display: none;
}


.hide-on-mobile {
    display: block;
}

.Section--spacingPadding {
  padding: 80px 0;
}

  .video-text-wrapper {
    text-align: center;
    margin: 20px auto 40px auto;
  }


  .video-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
  }

  @media only screen and (max-width: 600px) {
    .video-container {
      height: 260px;
      padding: 0 20px;
    }

    .Section--spacingPadding {
          padding: 50px 0;
    }

    .hide-on-desktop {
    display: block;
}


.hide-on-mobile {
    display: none;
}

  }