/* Add custom CSS styles below */ 
.product-card-content-meta-pricing-current-discounted {
    font-size: 14px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(224, 36, 36, 1);
    color: rgb(3 250 213);
}
@media (min-width: 768px) {
    .product-card-actions-add-to-cart-label {
        font-size: 20px;
        color: #03fad5;
    }
}
path {
    color: #09e3c4;
}
[data-theme=dark] .theme-toggle {
    --icon-fill: hsl(171.47deg 92.37% 46.27%);
    --icon-fill-hover: hsl(185.08deg 66.29% 17.45%);
}
.product-card-content-meta-pricing-current-discounted {
    font-size: 21px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(1 249 196);
    color: rgb(3 250 213);
}
.product-card-actions-add-to-cart-label {
    margin-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #02f9c4;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(#000, #000) padding-box,
                linear-gradient(270deg, #02f9c4, #00b3ff, #ff00c8, #02f9c4) border-box;
    background-size: 400% 400%;
    animation: borderGlow 6s ease infinite;
    transition: color 0.3s ease;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.product-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    padding: 12px;
    background-color: var(--bg-light, #fff); /* fallback to #fff */
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12157);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 1rem;
    background: linear-gradient(270deg, #01fccc, #00b3ff, #ff00c8, #01fccc);
    background-size: 400% 400%;
    animation: borderFlow 6s ease infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body#app {
    background-image: url(https://i.imgur.com/JGzNdA7.png);
}
.bg-\[var\(--bg-primary\)\] {
    background-color: #fff;
    background-color: #1f1f2c00;
}
span {
    color: #09e3c4;
}
.product-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    padding: 12px;
    background-color: #000000bd;
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12157);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.dark *.product-card-content-meta-pricing-current-not-discounted {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgb(3 250 213);
    font-size: 1.4rem;
}
.product-card-actions-add-to-cart {
    border-color: #4b2763;
}
.bg-\[var\(--bg-secondary\)\] {
    background-color: #f8f8f8;
    background-color: #14141f00;
}
footer {
    background-color: var(--bg-secondary);
    box-shadow: 0 -4px 10px rgba(1, 252, 204, 0.2); /* glowing top effect */
}
.rtl .text-start, [dir=rtl] .text-start {
    text-align: right;
    color: #ffffff;
}
a.flex.gap-1.hover\:text-primary {
    color: white;
}
.unicode {
    unicode-bidi: plaintext;
    color: white;
}
.sicon-whatsapp2:before {
    content: "\e917";
    color: #09e3c4;
}
.sicon-mail:before {
    content: "\ed57";
    color: #0be3c4;
}
.sicon-paper-plane-o:before {
    content: "\e902";
    color: #0be3c4;
}
.sicon-instagram:before {
    content: "\e950";
    color: #0be3c4;
}
.sicon-twitter:before {
    content: "\e9b9";
    color: #0be3c4;
}
.sicon-snapchat:before {
    content: "\e95e";
    color: #0be3c4;
}
.sicon-tiktok:before {
    content: "\e9a3";
    color: #0be3c4;
}
a.hover\:text-primary.active\:text-.cursor-pointer.text-\[\#676D75\].flex.items-center.justify-center.gap-1.flex-col {
    color: #09e3c4;
}
.hover\:text-primary:hover {
    color: #414042;
    color: #09e2c3;
}
.text-\[\#676D75\] {
    --tw-text-opacity: 1;
    color: rgba(103, 109, 117, 1);
    color: rgb(11 211 183);
}
a.hover\:text-primary.active\:text-primary.target\:text-primary.cursor-pointer.text-\[\#676D75\].flex.items-center.justify-center.gap-1.flex-col {
    color: #09e3ba;
}
.s-slider-next, .s-slider-prev {
    border-color: #414042 !important;
    border-color: #09e3ba !important;
}
.s-button-text {
    color: white;

}
.s-add-product-button-main:not(.w-full) > salla-button {
    width: 50% !important;
    border-width: thin;
    border-radius: 5px;
    border-color: #29919c;
}
.s-add-product-button-main .s-add-product-button-mini-checkout {
    width: 100%;
    border-width: thin;
    border-radius: 5px;
    border-color: #29919c;
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: #ffffff;
}
.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
    color: white;
}
.dark *.dark\:bg-\[\#1f1f2ceb\] {
    background-color: rgba(31, 31, 44, 0.92157);
    box-shadow: 0 -2px 10px rgb(4 186 206);
}
.product-details-meta-quantity-sold-label-text {
    display: inline;
    color: white;
}
.product-details-meta-quantity-sold-value:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.25rem;
    color: #09e3c4;
    font-size: 1rem;
}
.product-details-meta-quantity-sold {
    width: 100%;
    align-items: center;
    border-width: thin;
    border-color: #09e3c4;
}
#btn-show-more {
    color: white;
}
.dark select.s-form-control {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    border-color: aqua !important;
}
.btn--collapse {
    border-width: thin;
    border-color: #09e3c4;
}
.s-comments-product {
    border-width: thin;
    border-color: #09e3c4;
    border-radius: 15px;
}
a.s-infinite-scroll-btn.s-button-btn.s-button-primary {
    border-width: thin;
    border-color: #09e3c4;
    background-color: #1f1f2c;
}
.btn--collapse {
    border-width: thin;
    border-color: #09e3c4;
    background-color: #20202d;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    border-width: thin;
    border-color: #0adec0;
}
@media (min-width: 1024px) {
    .s-slider-block__title {
        margin-bottom: 0px !important;
        display: flex
;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: row;
        justify-content: center;
    }
}
.s-slider-block__title h2 {
    margin: auto;
    /* margin-right: 1.5rem !important; */
    border-color: #41404200 !important;
    border-color: #0b0d0800 !important;
    /* padding-left: 0.5rem !important; */
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: 700 !important;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
}