/** Shopify CDN: Minification failed

Line 62:15 Expected identifier but found "{"
Line 62:16 Unexpected "{"
Line 62:25 Expected ":"
Line 62:50 Unexpected "{"

**/
.placeholder-image {
  border-radius: calc(var(--border-radius-px, 0px) + var(--border-radius-percent, 0%));
}

.product-card:hover .product-card__content,
.product-card:hover .product-content {
  background-color: var(--hover-bg-color, transparent);
}

/* .image-block__image {
  border-radius: calc(var(--border-radius-px, 0px) + var(--border-radius-percent, 0%));
} */
.custom.aboutus-group .section-content-wrapper{
  max-width:1400px;
  align-items: center;
  margin: 0 auto;
}
 .aboutus-group.footer-hover-underline .list-unstyled a {
    text-decoration: none;
  }

  .aboutus-group.footer-hover-underline .list-unstyled a:hover {
    text-decoration: underline;
  }
  .about-us-paragraph.text-block-wrapper .spacing-style  p{
    max-width: 51% !important;
  } 
  .about-us-two.text-block-wrapper .spacing-style  p{
    max-width: 63% !important;
  } 


@media screen and (max-width: 1900px){
  .about-us-two.text-block-wrapper .spacing-style  p{
    max-width: 860px !important;
}
}


@media (max-width: 768px){
  .about-us-text .text-block > p {
    max-width: 100% !important;
  }
    
    .custom.aboutus-group .section-content-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-gap: 30px;
    padding-top: 50px;
  }

}

.aboutus-group.{{ section.settings.custom_class }}{
  max-width:1400px;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 1024px){
.perfect-heading .text-block > p {
    font-size: 40px !important;
}

.perfect-sock .group-block .text-block > p {
  font-size: 34px;
}
}

@media screen and (max-width: 820px){
.about-us-heading.text-block-wrapper .spacing-style  h2{
  font-size: 76px;
  line-height: 120%;
  letter-spacing: -1px;
  text-align: center;
}
.about-us-two.text-block-wrapper .spacing-style  p{
  max-width: 100%!important;
}
.about-us-paragraph.text-block-wrapper .spacing-style  p{
  max-width: 94%!important;
} 
}

 @media screen and (max-width: 460px){
  .about-us-heading.text-block-wrapper .spacing-style h2 {
  font-size: 48px;
  line-height: 1.4;
}
}

@media screen and (max-width: 768px) {
  .image-block.hide-image-mobile {
    display: none;
  }    

  .perfect-sock .perfect-group{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  
  .product-media__badge {
    position: absolute;
    
  }

  .product-media {
    position: relative;
  }
}

 /* @media screen and (max-width: 430px){
   .resource-list__carousel .resource-list__slide {
     --slide-width: 45vw;
    }
 } */
@media (max-width: 430px) {
    .custom.aboutus-group .section-content-wrapper{
      padding:0;
      padding-top: 50px;
    }
   .group-block--height-custom, 
   .group-block--height-fill,
   #about-us-section-one {
      padding: 0 !important;
    }
    .resource-list__carousel .resource-list__slide {
     --slide-width: 45vw;
    }

}
 
@media (max-width: 1900px) and (min-width: 768px){
  .product-card-collection .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--product-grid-gap-mobile);
    width: 100%;
    min-width: 0;
  }
}