/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 67:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.on-your-foot-slider {
  position: relative;
  overflow: hidden;
}
.on-your-foot-slide {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}
.on-your-foot-slide.active {
  display: block;
  position: relative;
}
.on-your-foot-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.socks-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  color: black;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 24px;
  
  text-align: center;
  background: transparent;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.socks-arrow.left {
  left: 10px;
}
.socks-arrow.right {
  right: 10px;
}



@media (hover: hover) {
  .socks-arrow:hover {
    background: #000;
    color: white;
  }
  .socks-arrow:hover svg {
    fill: white;
  }
}
</style>