/* Add custom CSS styles below */ 

a.fix-align.text-primary {
    color: #b9268e;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--blog.s-block--anime > div > div.flex-center.mt-8 > a {
    display: none;
}

button.floating-contacts__trigger {
    display: none;
}

time.opacity-60 {
    display: none;
}

.relative.mt-5.md\:mt-8.flex.items-center.gap-x-4 {
    display: none;
}

@media(max-width: 768px){
  .progress-wrap:where([dir=rtl],[dir=rtl] *) {
      bottom: 6rem;
  }
  
  .hCwaxi {
    bottom: 3rem;
  }
  
  .product-card-img--square .product-entry__image-main {
    height: 260px !important;
  }
}

.navbar-brand img {
    max-height: 1.5rem;
    width: auto;
    max-width: 240px;
}

.main-nav.fixed-pinned .navbar-brand img {
    max-height: 1.5rem;
}

.content-wrap.donating-wrap.grow {
    text-align: center;
}

.flex.gap-2.items-center.whitespace-nowrap {
    justify-content: center;
}

/* products tabs with cards */

.s-block--tabs .quicklinks-item.is-active span:before,
 .s-block--tabs .quicklinks-item span::before, 
 salla-rating-stars.hydrated {
  display: none;
}

button.tab-trigger.quicklinks-item.is-active {
  color: #B9268E;
}

.product-entry__title {
    line-height: 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.sale-price {
    font-size: 1.7rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.discount-amount {
    font-size: 1.1rem;
    line-height: 2.5rem;
    color: #B9268E;
}

.product-card-img--square .product-entry__image-main {
    height: 400px;
}

/* offers bar */

.sicon-flower-setting:before {
    font-size: 22px;
    color: yellow;
}

.image-wrap.flex-shrink-0.w-20.flex-center {
    width: 100%;
}
/* 5 years section */

.flex.flex-col.items-center.md\:flex-row.justify-center.gap-4.md\:gap-16.flex-row-reverse {
    flex-direction: row-reverse;
}

img.simple-parallax-1.w-full.md\:h-96.overflow-hidden.object-cover {
    width: 500px;
    height: 700px;
}

.grow.lg\:text-end {
    width: 100%;
    text-align: center;
}

.flex.items-center.lg\:flex-row-reverse.gap-5.anime-item {
    flex-wrap: wrap;
}

.flex.items-center.gap-5.anime-item {
    flex-wrap: wrap;
}

h2.text-base.mb-2 {
    text-align: center;
}

.flex.flex-col.items-center.md\:flex-row.justify-center.gap-4.md\:gap-16.flex-row-reverse {
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
/* payment banner */

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8) > div {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

salla-rating-stars.hydrated { 
  display: block !important; 
}


/* Buy Buttons */
.product-single .s-add-product-button-main salla-mini-checkout-widget {
    background: white;
    color: #7a5461;
    border: 1px solid #7a5461;
    border-radius: 9px;
}

.s-add-product-button-mini-checkout-content {
    color: #7a5461;
}
/* regular price */

span.regular-or-normal-price.sale-price.regular-price {
    color: red;
}

/* input fields */

input[type=text], input[type=email], textarea, select, option, .s-comment-form-input, .s-form-control {
    background-color: white !important;
}