/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 136:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.seasonal-color-tabs {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px; 
}
.seasonal-color-tabs__left img {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 8px;
  transition: opacity 0.6s ease-in-out;
}

.seasonal-color-tabs .swatch-tab-button:last-child hr {
  display: none;
}

.seasonal-color-tabs .swatch-name {
  color: #000;
  font-family: "Poppins Regular";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  letter-spacing: normal;
}
  
.seasonal-color-tabs__right {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
  
.seasonal-color-tabs__left img.active {
  display: block;
}
  
.swatch-tab-button {
  width: 95%;
  height: 90px;
  cursor: pointer;
  padding: 1.2rem;
  margin-bottom: 1rem;
  background: #fff;
}

.seasonal-color-tabs .divider {
  height: 0.5px;
  display: block;
  background-color: #d7d7d7;
  margin: 5px auto;
  width: 92%;
}

.seasonal-color-tabs .divider:last-child {
  display: none;
}
  
.color-swatches {
  display: flex;
  width: 200px;
  transition: all 0.5s;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
  
.swatch-tab-button:hover .color-swatches {
  padding-left: 100px;
}
  
.color-dot {
  width: 20px;
  display: block !important;
  margin: 0 5px;
  height: 20px;
  border-radius: 50%;
}
@media(max-width: 1920px) {
  .seasonal-color-tabs .swatch-name {
    font-size: 20px;
  }
  .color-dot {
    width: 11px !important;
    height: 11px  !important;
  }
}
@media(max-width: 1400px) {
  .buy-button-plain {
    width: 150px !important;
  }
  .color-swatches {
    width: 140px;
  }
}
@media(max-width: 1024px) {
  .seasonal-color-tabs .no-wrap-mobile {
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap;
  }
  .swatch-tab-button:hover .color-swatches {
    padding-left: 0;
  }
  
  .seasonal-color-tabs .swatch-name {
    font-size: 17px;
    text-align: left;
    width: 85%;
  }
  .seasonal-color-tabs .color-swatches {
    width: 30% !important;
  }
  .seasonal-color-tabs .swatch-tab-button {
    width: 100%;
    height: 105px;
    padding: 15px 25px;
  }
  .seasonal-color-tabs .buy-button-plain {
    width: 100% !important;
    margin-top: 15px;
    font-size: 12px !important;
    min-height: 34px !important;
  }
}
</style>