/** Shopify CDN: Minification failed

Line 307:0 Unexpected "}"

**/
.collection-list span.price,
.sub-collection span.price{
    display: none;
}
.collection-sub-collections p.quote {
    display: none;
}
a.readmore, a.readless {
    color: #711609;
    text-decoration: underline;
    display: block;
}
.product-description-full p[style] + a {
    display: block;
    text-align: center;
}
.product-description-short p[style] + a,
.product-description-short div[style] + a,
.product-description-full p[style] + a,
.product-description-full div[style] + a{
    text-align: center;
}
.product_form form.shopify-product-form .ultimate-badges {
    order: 1;
}
.product_form form.shopify-product-form {
    display: grid;
}
.product_form form.shopify-product-form a.btn.klaviyo-bis-trigger {
    background: #ffb2c6;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px !IMPORTANT;
}
.recommended-products {
    display: flex;
}
@media(max-width:767px){
  .product_form form.shopify-product-form a.btn.klaviyo-bis-trigger {
    font-size: 12px;
}
}
.blog-collection {
  margin: 20px;
}

.blog-collection h1 {
  text-align: center;
  margin-bottom: 40px;
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-post {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.blog-post img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.blog-post h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-post p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.filter-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.3s ease;
  padding: 20px;
}
.filter-drawer.open {
  right: 0;
}
.filter-toggle {
  margin: 20px 0;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.filter-drawer .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
}
/* FILTER DRAWER STYLES */

/* Drawer panel from left */
.filter-drawer {
  position: fixed;
  top: 0;
  left: -320px; /* Hidden offscreen to the left */
  width: 320px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.15);
  overflow-y: auto;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.5;
}

.filter-drawer.open {
  left: 0;
}

/* Optional: prevent background scroll when drawer is open */
body.drawer-open {
  overflow: hidden;
  /* padding-left: 320px; */ /* Uncomment only if you want content pushed */
}
.collection-filters-modal__wrapper {
  position: fixed;
  top: 350px;      /* Adjust this value to move the button vertically */
  left: 200px;      /* Or use right: 20px if you want it on the other side */
  width: 130px;
  height: 40px;
  z-index: 9999;
  background-color: transparent; /* Or whatever bg you want */
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-filters-modal__link {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;  /* Light grey background */
  color: #000;
  border: 2px solid #888;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  white-space: nowrap;
}

/* Example: make sure product grid container fills available width */
.product-grid-container {
  margin-right: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* If you have a sidebar wrapper on right, hide or remove it */
.right-sidebar {
  display: none !important;
}



/* Responsive adjustment for mobile: drawer covers more width */
@media (max-width: 768px) {
  .filter-drawer {
    width: 80vw;
    left: -80vw;
  }

  .filter-drawer.open {
    left: 0;
  }

  body.drawer-open {
    padding-left: 0;
  }
}
.content-wrapper--collection {
  justify-content: center; /* Center the content if needed */
  gap: 0; /* Optional: remove extra gap */
}

.has-sidebar-option.sidebar-enabled--false {
  width: 100%;
  max-width: 100%;
}
/* Force filter drawer contents to use full width */
.filter-drawer {
  display: block !important;
}

.filter-drawer * {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
}
.filter-drawer h4.sidebar__block-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.filter-drawer .faceted-search__item {
  margin-bottom: 6px;
}

.filter-drawer .faceted-search__item label {
  font-size: 10px;
  padding: 6px 10px;
  display: block;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.filter-drawer .faceted-search__item label:hover {
  background: #ececec;
  cursor: pointer;
}
.filter-drawer {
  width: 260px;
}

@media (max-width: 768px) {
  .filter-drawer {
    width: 80vw;
    left: -80vw;
  }
}
@media (max-width: 768px) {
  .filter-drawer {
    width: 90vw;
    padding: 15px;
    overflow-y: auto;
  }

  .filter-drawer .sidebar__block-heading,
  .filter-drawer label,
  .filter-drawer input[type="checkbox"],
  .filter-drawer .sidebar__block-faceted-search {
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .filter-drawer input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .filter-drawer li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
}

.filter-drawer label {
  display: inline-block !important;
  width: auto !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 14px !important;
}

  }
}
@media (max-width: 768px) {
  .filter-drawer {
    width: 90vw;
    padding: 15px;
    overflow-y: auto;
  }

  .filter-drawer .sidebar__block-heading,
  .filter-drawer label,
  .filter-drawer input[type="checkbox"],
  .filter-drawer .sidebar__block-faceted-search {
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .filter-drawer input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .filter-drawer li {
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .filter-drawer,
  .collection-filters-modal__wrapper {
    display: none !important;
  }
}
.filter-drawer input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
}
h1, h2 {
  color: #000000 !important; /* Use black for strong contrast */
}
