/** Shopify CDN: Minification failed

Line 99:14 Expected identifier but found whitespace
Line 99:16 Unexpected "{"
Line 99:34 Expected ":"
Line 99:39 Expected ":"
Line 302:14 Expected identifier but found whitespace
Line 302:16 Unexpected "{"
Line 302:34 Expected ":"
Line 302:39 Expected ":"

**/


/* CSS from section stylesheet tags */
.announcement-bar-red {
  width: 100%;
  background: #dc2626;
  color: #fff;
  overflow: hidden;
  font-family: inherit;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  font-weight: 500;
  text-align: left;
  transition: height 0.2s, font-size 0.2s;
  display: block;
}

/* Ensure no spacing issues with Dawn theme */
body .announcement-bar-red {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove any potential spacing from Dawn's header */
.shopify-section + .announcement-bar-red,
.announcement-bar-red + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.announcement-bar-red__marquee {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.announcement-bar-red__track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  align-items: center;
  height: 100%;
}

.announcement-bar-red__content {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  height: 100%;
}

.announcement-bar-red__item {
  margin: 0 34px 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: inherit;
  height: inherit;
}

.announcement-bar-red__sep {
  font-size: 1.35em;
  vertical-align: middle;
  color: #fff;
  margin-right: 34px;
  margin-left: -10px;
  font-weight: bold;
  line-height: inherit;
  height: inherit;
}

/* Prevent any layout shifts */
.announcement-bar-red * {
  box-sizing: border-box;
}

/* --- Mobile Font Size Override --- */
@media (max-width: 600px) {
  .announcement-bar-red {
    font-size: {{ font_size_mobile }}px !important;
    min-height: 28px !important;
    padding-left: 2px;
    padding-right: 2px;
  }
  .announcement-bar-red__item {
    margin-right: 14px;
  }
  .announcement-bar-red__sep {
    margin-right: 14px;
    font-size: 1.1em;
    margin-left: -7px;
  }
}

/* Dawn theme compatibility - remove any inherited spacing */
.shopify-section[id*="announcement"] {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure announcement bar sits flush with header */
.header {
  margin-top: 0 !important;
}
.featured-categories {
  padding-left: 20px;
  padding-right: 20px;
}
.featured-categories__heading {
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  padding-top: 32px;
  padding-bottom: 28px;
  margin: 0;
}
.featured-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  grid-auto-rows: 1fr;
}
.featured-categories__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.35; /* Rectangular: width:height */
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 0;
  min-height: 220px;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-categories__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.featured-categories__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 2rem;
  background: #f3f3f3;
  border-radius: 0;
}
.featured-categories__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .featured-categories__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .featured-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .featured-categories {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .featured-categories__heading {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .featured-categories__item {
    min-height: 140px;
    aspect-ratio: 1 / 1.35;
  }
}
@media (max-width: 430px) {
  .featured-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-categories__item {
    aspect-ratio: 1 / 1.35;
    min-height: 110px;
  }
}
.announcement-bar-black {
  width: 100%;
  background: #111;
  color: #fff;
  overflow: hidden;
  font-family: inherit;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  font-weight: 500;
  text-align: left;
  transition: height 0.2s, font-size 0.2s;
  display: block;
}

/* Ensure no spacing issues with Dawn theme */
body .announcement-bar-black {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove any potential spacing from Dawn's header */
.shopify-section + .announcement-bar-black,
.announcement-bar-black + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.announcement-bar-black__marquee {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.announcement-bar-black__track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  align-items: center;
  height: 100%;
}

.announcement-bar-black__content {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  height: 100%;
}

.announcement-bar-black__item {
  margin: 0 34px 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: inherit;
  height: inherit;
}

.announcement-bar-black__sep {
  font-size: 1.35em;
  vertical-align: middle;
  color: #fff;
  margin-right: 34px;
  margin-left: -10px;
  font-weight: bold;
  line-height: inherit;
  height: inherit;
}

/* Prevent any layout shifts */
.announcement-bar-black * {
  box-sizing: border-box;
}

/* --- Mobile Font Size Override --- */
@media (max-width: 600px) {
  .announcement-bar-black {
    font-size: {{ font_size_mobile }}px !important;
    min-height: 28px !important;
    padding-left: 2px;
    padding-right: 2px;
  }
  .announcement-bar-black__item {
    margin-right: 14px;
  }
  .announcement-bar-black__sep {
    margin-right: 14px;
    font-size: 1.1em;
    margin-left: -7px;
  }
}

/* Dawn theme compatibility - remove any inherited spacing */
.shopify-section[id*="announcement"] {
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure announcement bar sits flush with header */
.header {
  margin-top: 0 !important;
}
.new-and-popular-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.new-and-popular__heading {
  text-align: center;
  font-family: var(--font-body-family, inherit);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.new-and-popular__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 24px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 8px;
  cursor: grab;
  user-select: none;
}
.new-and-popular__tabs::-webkit-scrollbar { display: none; }
.new-and-popular__tabs .tab {
  flex: 0 0 auto;
  padding: 12px 32px;
  border: 2px solid #000;
  background: #fff;
  color: #111;
  font-size: 2rem;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0;
  cursor: pointer;
  transition: background .2s, color .2s, border .2s;
  white-space: nowrap;
  outline: none;
  margin: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  text-transform: none;
  letter-spacing: normal;
}
.new-and-popular__tabs .tab.active,
.new-and-popular__tabs .tab:focus {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.product-card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sale-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #dc2626;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 0;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Hide sale badges when mobile menu is open (if Dawn theme adds menu-open class) */
.menu-open .sale-badge {
  display: none;
}

/* Ensure sale badge stays below mobile menu on mobile devices */
@media (max-width: 749px) {
  .sale-badge {
    z-index: 1;
  }
}

@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .new-and-popular-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new-and-popular__tabs {
    gap: 12px;
    margin-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .new-and-popular__tabs .tab {
    font-size: 1.3rem;
    padding: 10px 18px;
  }
  .sale-badge {
    top: 10px;
    right: 10px;
    font-size: 1.1rem;
    padding: 8px 12px;
  }
}

/* CSS from snippet stylesheet tags */
.product-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__link {
  text-decoration: none !important;
  color: inherit;
  display: block;
  height: 100%;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 3/4;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card__info {
  padding: 10px 0 0 0;
  text-align: left;
}

.product-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2px;
}

.product-card__title {
  font-size: 1.8rem;
  font-family: var(--font-body-family, inherit);
  font-weight: 400;
  color: #111;
  text-decoration: none !important;
  display: inline-block;
}

.product-card__price {
  font-family: var(--font-body-family, inherit);
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.price-original {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}

.price-sale {
  color: #dc2626;
  font-weight: 700;
}

.product-card__swatches {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  flex-shrink: 0;
}

.color-count {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  margin-left: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-card__title {
    font-size: 1.8rem;
  }
  
  .product-card__swatches {
    gap: 7px;
    margin-top: 5px;
  }
  
  .color-dot {
    width: 14px;
    height: 14px;
  }
  
  .color-count {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .product-card__title {
    font-size: 1.8rem;
  }
  
  .product-card__price {
    font-size: 1.4rem;
    gap: 1px;
  }
  
  .product-card__swatches {
    gap: 6px;
    margin-top: 4px;
  }
  
  .color-dot {
    width: 13px;
    height: 13px;
  }
  
  .color-count {
    font-size: 11px;
  }
}