/* Add custom CSS styles below */ 
body {
    background-color: #fbfaf1 !important;
    background-image: 
        radial-gradient(rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.98;
}

/*======== Header====== */
#mobile-menu img {
    width: 30px;
    height: 30px;
}
#mainnav {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  height: 70px;
  min-height: 70px;
}
#mainnav .inner,
#mainnav .container,
#mainnav .flex.items-stretch {
  height: 70px;
}

/* =========== Hero Banner ============== */
#main-content > section.s-block--fixed-banner:first-of-type picture,
#main-content > section.s-block--fixed-banner:first-of-type picture img {
    display: none;
}
#main-content > section.s-block--fixed-banner:first-of-type .banner--fixed {
    height: 720px !important;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-content > section.s-block--fixed-banner:first-of-type .banner--fixed img[data-hero-gif] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 640px) {
    #main-content > section.s-block--fixed-banner:first-of-type {
        margin-top: 2rem;
    }
}
@media (max-width: 639px) {
    #main-content > section.s-block--fixed-banner:first-of-type .banner--fixed {
        height: 360px !important;
    }
}

/*======== Product Card ====== */
.s-product-card-entry {
    background-color: #ffffff;
    border: 1px solid var(--color-primary-dark);
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.s-product-card-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px var(--bg-gray);
}
.s-product-card-image img {
    transition: transform 0.4s ease;
}
.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.1);
}
.s-product-card-content {
    background-color: var(--bg-gray);
}
.s-product-card-content-title a {
    font-size: 18px;
    font-weight: 800;
}
.s-product-card-content-subtitle {
    text-align: justify;
}
.s-product-card-price {
    color: rgba(153, 27, 27, var(--tw-bg-opacity, 1));
    font-size: 22px;
    font-weight: 900;
}
.s-product-card-sale-price h4 {
    color: rgba(153, 27, 27, var(--tw-bg-opacity, 1));
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    display: inline-block;
}
.s-product-card-price i,
.s-product-card-sale-price h4 i {
    color: rgba(153, 27, 27, var(--tw-bg-opacity, 1));
}
.s-product-card-sale-price span {
    font-size: 14px;
    margin-left: 8px;
}
.s-product-card-content-footer .s-button-element {
    background-color: var(--color-primary-dark);
    color: #ffffff;
}
.s-product-card-content-footer .s-button-element .s-button-text,
.s-product-card-content-footer .s-button-element i {
    color: #ffffff;
}


/*======== Enhanced square images ====== */
.s-block--banners .grid > a:nth-child(2) img {
    display: none;
}
.s-block--banners .grid > a:nth-child(2) {
    background-size: cover;
    background-position: center;
}
.banner-entry {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.h-lg-banner {
    height: auto;
}
@media only screen and (max-width: 767px) {
    .s-block--banners .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .banner-entry {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
}

/* ======= Store Features ====== */
.s-block--features__item {
  position: relative;
  border: 1px solid #d4af37;
  background: #ffffff;
  overflow: hidden;
}
.s-block--features__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
  opacity: 1;
}

/* ========== Footer ========== */
/* salla-trust-badges {
    display: none !important;
} */
salla-social a[title="facebook"] svg,
salla-social a[title="Location"] svg {
    display: none;
}

salla-social a[title="facebook"] .s-social-icon::before,
salla-social a[title="Location"] .s-social-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='none' stroke-width='1' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z'/%3E%3Ccircle cx='12' cy='9' r='2.2'/%3E%3C/svg%3E") center/contain no-repeat;
}