.s-product-options-option-label small {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important
}

#product-filter option[value="bestSell"] {
    display: none !important
}

.s-product-options-wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    padding: 1.5rem !important;
    margin: 1.5rem auto !important;
    background-color: #ffffff !important;
    width: 98% !important;
    max-width: 700px !important
}

:root {
    --os-gold: #eec072;
    --os-dark: #3f3d3e;
    --os-glass: rgba(255,255,255,0.15);
    --os-glass-heavy: rgba(255,255,255,0.3)
}

body {
    background-color: #050507;
    color: #e0e0e0
}

.breadcrumbs,.home-block-line,.store-footer__curve {
    display: none !important
}

.s-cart-summary-count {
    background-color: var(--os-gold) !important;
    color: var(--os-dark) !important;
    font-size: 0.8rem !important
}

.product-card--vertical {
    border-radius: 20px !important;
    background-color: var(--os-glass) !important;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275)
}

.product-card--vertical:hover {
    transform: translateY(-10px);
    background-color: var(--os-glass-heavy) !important
}

salla-add-product-button button {
    border-radius: 12px !important;
    font-weight: 700
}

salla-add-product-button[product-status="sale"] button {
    background-color: var(--os-dark) !important;
    color: #fff !important
}

.product-card__title a {
    font-size: 1.1rem !important;
    font-weight: 800;
    color: #fff
}

.product-card__price .total-price {
    color: var(--os-gold) !important;
    font-size: 1.2rem !important
}

.store-footer {
    margin-top: 0;
    background: #0a0a0c;
    border-top: 1px solid var(--os-glass);
    background-color: var(--color-dark) !important;
    color: #fff !important;
    border-top: 4px solid var(--color-primary)
}

.footer-is-custom .store-footer .store-footer__contacts-row,.footer-is-custom .store-footer .store-footer__inner {
    border-bottom-color: var(--os-glass) !important
}

.store-footer .social-link {
    transition: transform 0.3s ease
}

.store-footer .social-link:hover {
    transform: scale(1.2) rotate(5deg);
    color: var(--os-gold)
}
 :root {
    
    --color-primary: #eec072;
    --color-primary-dark: #d4a04b;
    --color-dark: #3f3d3e;
    --color-light: #f9f9f9;
    --glass-bg: rgba(63,61,62,0.85)
}

body,.font-pingarlt,.salla-1298199463 {
    
    color: var(--color-dark);
    background-color: #fcfcfc
}

.store-header,.fixed-header {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(238,192,114,0.3)
}

.top-navbar {
    background-color: var(--color-dark);
    color: var(--color-primary);
    font-weight: 300
}

.main-nav-container {
    box-shadow: 0 4px 20px rgba(0,0,0,0.05)
}

.s-menu-topnav-item,.topnav-link-item {
    color: #fff !important;
    font-weight: 400;
    transition: color 0.3s ease
}

.s-menu-topnav-item:hover {
    color: var(--color-primary) !important
}

.s-search-input {
    background-color: rgba(255,255,255,0.1) !important;
    border: 1px solid var(--color-primary) !important;
    color: #fff !important;
    border-radius: 30px !important
}

.s-search-input::placeholder {
    color: rgba(255,255,255,0.7)
}

.s-search-icon {
    color: var(--color-primary) !important
}

.s-block--fixed-banner .banner {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(63,61,62,0.15);
    border: 1px solid rgba(238,192,114,0.2)
}

.s-product-card-entry {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
    overflow: hidden
}

.s-product-card-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(63,61,62,0.1);
    border-color: var(--color-primary)
}

.s-product-card-image {
    border-radius: 12px 12px 0 0;
    overflow: hidden
}

.s-product-card-content-title a {
    
    font-weight: 700;
    color: var(--color-dark);
    font-size: 1.1rem
}

.s-product-card-price,.s-product-card-sale-price h4 {
    color: var(--color-primary-dark) !important;
    font-weight: 800;
    font-size: 1.2rem
}

.s-button-btn,.s-button-primary,.btn--rounded-gray {
    background: linear-gradient(135deg,var(--color-primary),var(--color-primary-dark)) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: filter 0.3s ease
}

.s-button-btn:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 15px rgba(238,192,114,0.4)
}

.s-product-card-wishlist-btn {
    background: rgba(255,255,255,0.9) !important;
    color: var(--color-dark) !important;
    border-radius: 50%
}

.store-footer h3,.s-contacts-title {
    color: var(--color-primary) !important;
    
    font-size: 1.5rem
}

.s-social-link a {
    color: var(--color-primary) !important;
    border: 1px solid rgba(238,192,114,0.3);
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease
}

.s-social-link a:hover {
    background: var(--color-primary);
    color: var(--color-dark) !important
}

.salla-dark-mode .s-product-card-entry {
    background: #2a2929;
    border-color: #444
}

.salla-dark-mode .s-product-card-content-title a {
    color: #eec072
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--color-dark)
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 4px
}

@media(max-width: 767px) {
    .s-products-slider-slider .swiper-slide {
        flex:0 0 52% !important;
        max-width: 52% !important
    }
}