/** Shopify CDN: Minification failed

Line 78:21 Expected identifier but found whitespace
Line 78:23 Unexpected "{"
Line 78:33 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Unavailable variant styling - greyed out with diagonal line */
.size-option-button.unavailable-variant {
  opacity: 0.4 !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: not-allowed !important;
  position: relative;
  pointer-events: none;
}

.size-option-button.unavailable-variant::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 1px),
    #999 calc(50% - 1px),
    #999 calc(50% + 1px),
    transparent calc(50% + 1px)
  );
  pointer-events: none;
}

.size-option-button.unavailable-variant:hover {
  border-color: #ccc !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
}
/* Unavailable variant styling - greyed out with diagonal line */
.size-option-button.unavailable-variant {
  opacity: 0.4 !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
  border-color: #ccc !important;
  cursor: not-allowed !important;
  position: relative;
  pointer-events: none;
}

.size-option-button.unavailable-variant::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 1px),
    #999 calc(50% - 1px),
    #999 calc(50% + 1px),
    transparent calc(50% + 1px)
  );
  pointer-events: none;
}

.size-option-button.unavailable-variant:hover {
  border-color: #ccc !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
}
footer {
    background-color: {{ settings.footer_background_color }};
  }