/** Shopify CDN: Minification failed

Line 233:5 Expected ":"

**/
#product-grid {
    justify-content: center;
}
.featured-collection .product-grid{
justify-content:center; 
}
.faq-section {
padding: 20px;
}
.section-heading {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
.faq-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.faq-item {
display: flex;
flex-direction: column;
border-top: 1px solid #767c82;
padding: 10px 0;
  cursor: pointer;
}
.faq-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.faq-image {
width: 100px;
height: auto;
margin-right: 20px;
}
.faq-text {
flex-grow: 1;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-question {
margin: 0;
}
.faq-question h3 {
font-size: 18px;
font-weight: bold;
margin: 0;
}
.faq-subtitle {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.toggle-button {
background: none;
border: none;
font-size: 25px;
cursor: pointer;
}
.faq-answer {
padding-top: 10px;
font-size: 14px;
color: #666;
}
.image-cardBlocks {
    display: flex;
    gap: 10px;
}

.card-imageBK img {
    width: 100%;
    height: auto;
}

.card-imageBK {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-heading-wp {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
}
.card-InnerBlocks {
    position: relative;
}

.card-heading-wp h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.card-heading-wp h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 2px;
    color: #fff;
}

.main-product-sec .thumbnail-slider ul li{
  margin-bottom: 10px !important;
    border-radius: 15px;
    overflow: hidden;
}
.main-product-sec .thumbnail-slider ul li button{
   border-radius: 15px;
}
.main-product-sec .product__modal-opener .product__media img{
  border-radius: 15px;
}
.main-product-sec .product__info-container .product__title h1{
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}
.main-product-sec .product__info-container .product-form__buttons .spurit-ros__title{
  font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #505258;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-product-sec .spurit-ros__widget .spurit-ros__option input[type="radio"] + .spurit-ros__option-inner {
    border-radius: 8px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.marquee-list-wrapper .list-heading h2, .faq-container .section-heading{
  font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.marquee-list-wrapper {
    margin-bottom: 30px;
}
.Read-moreBtn{
  font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
    text-transform: uppercase;
    border: 2px solid #000;
    letter-spacing: .05em;
    margin: 20px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}
.faq-buttonDiv {
    display: flex;
    justify-content: center;
}
/* .product__description-wrapper {
  position: relative;
  max-height: 200px; 
  overflow: hidden;
  transition: max-height 0.3s ease;
} 
.product__description-wrapper.expanded {
  max-height: none;
}
.read-more-toggle {
  display: block;
  margin-top: 10px;
  background-color: transparent;
  border: none;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}
.read-more-toggle:hover {
  text-decoration: none;
}
 button.read-more-toggle {
    color: #000000;
    text-decoration: none;
} */

/* ////////////////////////////////////////////////////////////// */
@media screen and (max-width: 580px) {
  .faq-container{
    padding: 0px;
  }
  .banner-custom img {
    object-fit: cover;
    object-position: 60% 76%;
}
  .faq-image {
    width: 60px;
    height: auto;
    margin-right: 15px;
  }
  .faq-question h3 {
    font-size: 14px;
    margin: 0;
  }
  .faq-subtitle {
    font-size: 13px;
    margin: 0;
  }
  .faq-list {
    gap: 0px;
  }
  .image-cardBlocks {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.main-product-sec{
    background: linear-gradient(186deg, #359af880 80%, #ffffff 20%) !important;
}