/** Shopify CDN: Minification failed

Line 103:0 Expected "}" to go with "{"

**/
.shopify-section .homepage-sections-wrapper {
  padding:10px 0 !important;
}

.collection-header__description {
max-width: 960px !important;
  
  text-align: left;
}

button#cart-item--quantity-input {
    width: 30% !important;
}



button#purchase {
    width: 30% !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    width: 30% !important;
}



svg.feather.feather-chevron-right {
display: flex !important;
height: 30px !important;
width: 30px !important;
}
 
svg.feather.feather-chevron-left {
display: flex !important;
height: 30px !important;
width: 30px !important;
}


/* Custom heading sizes override */
.h1, h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.h2, h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.h3, h3 {
  font-size: 1rem;
  font-weight: 400;
}

.h4, h4 {
  font-size: 0.8rem;
}

.h5, h5 {
  font-size: 0.6rem;
}

.h6, h6 {
  font-size: 0.5rem;
}

/* ✅ Reduce vertical + horizontal spacing in homepage gallery */
.homepage-section--image-gallery-wrapper .row.image-bar {
  margin-left: -5px !important;
  margin-right: -5px !important;
  row-gap: 10px !important;   /* reduce vertical spacing */
}

/* ✅ Columns inside the gallery */
.homepage-section--image-gallery-wrapper .grid__item.col-md-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 5px !important;  /* tighten bottom gap between rows */
  padding-bottom: 0 !important;    /* remove extra padding */
}

/* ✅ Adjust spacing around titles */
.homepage-section--image-gallery-wrapper .image-bar--title {
  margin-top: 15px !important;   /* space between image and title */
  margin-bottom: 5px !important; /* reduce empty gap below title */
  line-height: 1.3em !important; /* keeps text compact */
    font-weight: 600 !important;   /* bold text *
} 


/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/
