/** Shopify CDN: Minification failed

Line 35:2 Unexpected "{"
Line 35:3 Expected identifier but found "%"
Line 36:18 Unexpected "{"
Line 36:27 Expected ":"
Line 62:0 Unexpected "{"
Line 62:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.size-chart-detail-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

.size-chart-detail-wrapper  .size-chart-detail li{
  font-size: 14px;
  padding: 5px 0;
 }
.size-chart-detail-wrapper  .size-chart-detail p{
  font-size: 14px;
  margin-block-start: var(--spacing-4);
}
.highlight {
    font-family:montserrat; 
    font-size: 14px;
  }
  .prose :is(.h5,.h6,h5,h6)+.countdown-timer-content-wrapper {
    margin-block-start: 0px;
  }
  {%- if section.settings.show_countdown_timer -%}
#shopify-section-{{ section.id }} .countdown-timer-container {
  >div {
     padding: 0 15px;
    margin-top: 0px !important;
    display: inline-grid;
  >span {
    /* padding: 0 15px; */
    line-height: 1;
    font-weight: 700;
    font-size: var(--numbers_font_size);
    height: var(--numbers_font_size);
    display: inline-block;
 }
 .smalltext {
    margin: 0px;
    /* margin-top: 5px; */
    font-size: var(--text_font_size);
   text-align: center;
}
}

>div:last-of-type {
    padding-right: 0px;
}
>div:first-of-type {padding-left: 0;}
}
{%- endif -%}
.text-with-icons-wrapper .bg-custom {
  box-shadow: unset !important;
}
.text-with-icons-wrapper .icon-block {
  border-radius: 4px;
  padding: 6px;
}
.text-with-icons-wrapper .text-with-icons__item {
  background: #ffffff;
  padding: 16px;
  height: 100%;
  border-radius: 4px;
}
.text-with-icons-wrapper .h3 {
  color: #1a1a1a;
}
.text-with-icons-wrapper .h6 {
  font-size: 20px;
}
.text-with-icons-wrapper .text-with-icons__list {
  gap: 20px;
}
.buttons-section-wrapper .media-grid {
  margin-bottom: -4rem;
  gap: 20px;
}
.buttons-section-wrapper .content-over-media {
  max-height: 80px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .text-with-icons-wrapper .text-with-icons__item {
    margin: 0px 2rem;
  }
.buttons-section-wrapper     .media-grid {
    grid: unset;
    margin-bottom: 0rem;
    gap: 20px;
  }
 .buttons-section-wrapper  .content-over-media {
    margin: 0 0.8rem;
    height: 80px;
  }
}