/** Shopify CDN: Minification failed

Line 99:10 Unexpected "{"
Line 99:19 Expected ":"
Line 100:14 Expected identifier but found whitespace
Line 100:16 Unexpected "{"
Line 100:25 Expected ":"
Line 103:10 Unexpected "{"
Line 103:19 Expected ":"
Line 104:17 Expected identifier but found whitespace
Line 104:19 Unexpected "{"
Line 104:28 Expected ":"
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:as-seen-in (INDEX:2) */
.as-seen-in {
  margin-top: 2rem;
}

.as-seen-in__header {
  text-align: center;
  margin-bottom: 2rem;
}

.as-seen-in__heading {
  margin-bottom: 1rem;
}

.as-seen-in__description {
  max-width: 80%;
  margin: 0 auto;
}

.as-seen-in__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

.as-seen-in__logo-item {
  flex: 0 0 auto;
  width: calc(33.333% - 2rem);
  min-width: 160px;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.as-seen-in__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
}

.as-seen-in__logo img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.as-seen-in__logo-text {
  font-weight: bold;
  /* font-size moved to typography-variables.css */
}

.as-seen-in__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.as-seen-in__caption {
  margin-top: 0.5rem;
  /* font-size moved to typography-variables.css */
}

@media screen and (max-width: 749px) {
  .as-seen-in__logo-item {
    width: calc(50% - 2rem);
  }
  
  .as-seen-in__description {
    max-width: 100%;
  }
}

.section-{{ section.id }}-padding-top {
  padding-top: {{ section.settings.padding_top | times: 0.1 | append: 'rem' }};
}

.section-{{ section.id }}-padding-bottom {
  padding-bottom: {{ section.settings.padding_bottom | times: 0.1 | append: 'rem' }};
}
/* END_SECTION:as-seen-in */

/* START_SECTION:benefit-cards (INDEX:3) */
.benefit-cards {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.benefit-cards__header {
  text-align: center;
  margin-bottom: 3rem;
}

.benefit-cards__heading {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.benefit-cards__description {
  max-width: 80%;
  margin: 0 auto;
}

.benefit-cards__grid {
  display: grid;
  gap: 2rem;
}

.benefit-cards__card {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-cards__card-inner {
  background-color: rgba(var(--color-foreground), 0.04);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit-cards__card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.benefit-cards__icon {
  /* font-size moved to typography-variables.css */
  margin-bottom: 1.5rem;
  line-height: 1;
}

.benefit-cards__card-heading {
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.benefit-cards__card-text {
  color: rgba(var(--color-foreground), 0.75);
}

.section-{{ section.id }}-padding-top {
  padding-top: {{ section.settings.padding_top | times: 0.1 | append: 'rem' }};
}

.section-{{ section.id }}-padding-bottom {
  padding-bottom: {{ section.settings.padding_bottom | times: 0.1 | append: 'rem' }};
}

@media screen and (max-width: 749px) {
  .benefit-cards__description {
    max-width: 100%;
  }
  
  .benefit-cards__grid {
    gap: 1.5rem;
  }
}
/* END_SECTION:benefit-cards */

/* START_SECTION:complete-look (INDEX:13) */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');

/* Reset and base styles */
.categories-header-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Hero section container */
.categories-header-container {
  height: 605px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

/* Header section with decorative background */
.categories-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 200px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Overlay for hero header */
.categories-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* Main title styling */
.main-title {
  color: white;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 6px;
  z-index: 2;
  position: relative;
}

.brand-highlight {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: 400;
}

/* Subtitle styling */
.subtitle {
  color: white !important;
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  z-index: 2;
  position: relative;
  padding-top: 8px;
}

/* Categories section */
.categories-section {
  padding: 40px 20px;
  transform: translateY(-300px);
  position: relative;
  z-index: 10;
}

.categories-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  border: 8px solid white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Individual category blocks */
.category-block {
  position: relative;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.category-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.category-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Category text */
.category-title {
  font-family: "Libre Caslon Text", serif;
  color: white;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

/* Shop now buttons */
.shop-button-link {
  text-decoration: none;
}

.shop-button {
  background: #e789b3;
  color: white;
  padding: 14px 40px;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.shop-button:hover {
  background: #f273a3;
  transform: scale(1.05);
}

.shop-button:active {
  transform: scale(0.98);
}

/* Tablet design */
@media (min-width: 769px) and (max-width: 1024px) {
  .categories-header-container {
    margin-bottom: 40px;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .main-title {
    font-size: 24px;
    max-width: 328px;
    line-height: 1.5;
  }

  .subtitle {
    font-size: 14px;
  }

  .categories-container {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .category-block {
    height: 300px;
  }

  .category-title {
    font-size: 32px;
  }

  .categories-header {
    padding-top: 40px;
    margin-bottom: 100px;
    align-items: center;
  }

  .categories-header-container {
    margin-bottom: 244px;
  }
  }

@media (max-width: 450px) and (min-width: 375px) {
  .main-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 1.8rem;
  }

  .shop-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}
/* END_SECTION:complete-look */