/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
  section#about-6 > div > div > div {
    width: 50% !important;
}
}
section#about-6 > div > div > div:first-child {
      padding-inline: 2rem;
}
section#about-6 > div > div > div video {
    object-fit: contain;
}

section#about-6 h3 {
    width: fit-content;
    background: #551a56;
    opacity: 1 !important;
    color: white;
    padding: 5px 25px;
    border-radius: 50px;
    border: 2px solid #c382ec;
}

a.btn.group.bg-primary {
    background: linear-gradient(90deg, #19021f, #622364, #19021f);
    padding: 5px 35px !important;
    border-radius: 50px !important;
}


section.s-block.services ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
}

section.s-block.services ul img {
    aspect-ratio: 1/1 !important;
    object-fit: contain !important;
}


section.s-block.s-block--square-links.square-links-3.services {
    background: url(https://i.ibb.co/nqBdJF0j/BG-Fiull.webp);
    padding-block: 7rem;
    background-size: 100% 100%;
}

section.s-block.services .home-block-title *{
    color: white;
}

@media (max-width: 992px) {
    section.s-block.s-block--square-links.square-links-3.services {
    padding-block: 4rem;
}
    header.store-header.centered_logo {
    position: relative;
    background: #2d022e;
}

}

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline {
    background: #2a0a2f;
    border: 2px solid #802282 !important;
    color: white !important;
}

.product-card--primary-buttons button i.sicon-shopping {
    color: white !important;
}
footer.store-footer svg {border-top: 4px solid #df92fe;background: #551a56;}


button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline,
.product-card__price {
    display: none;
}
.price_quotation {
    width: fit-content;
    margin: auto;
}
.price_quotation a {
      background: #471347;
    padding: 7px 35px;
    border-radius: 50px;
    color: white;
}
.price_quotation a:hover {
    background: #5d1560;
}

form#product-form,
salla-installment,
.price_is_on_sale{
    display: none;
}