/* ===== HEADER ===== */
.sh-header-main {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    transition: box-shadow 0.2s ease;
}

.sh-header-location-icon {
    fill: #000000 !important;
    transition: fill 0.2s ease;
}

.sh-header-account-icon {
    stroke: #000000 !important;
    transition: stroke 0.2s ease;
}

.sh-header-cart-icon {
    stroke: #000000 !important;
    fill: none !important;
    transition: stroke 0.2s ease;
}

.sh-header-arrow-icon {
    fill: #000000 !important;
}

.sh-header-search-icon {
    stroke: #000000 !important;
}

.sh-header-cart-badge {
    background-color: #29A56C;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 11px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    box-shadow: 0 2px 4px rgba(41, 165, 108, 0.3);
}

.sh-header-mob-menu-icon {
    color: #000000;
}

/* ===== PRODUCT CARD ===== */
.sh-product-card {
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-product-card:hover {
    border-color: transparent;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.sh-product-card-price {
    color: #29A56C;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.sh-product-card-mrp {
    color: #999999;
    text-decoration: line-through;
    font-size: 0.875em;
}

.sh-product-card-name {
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.sh-product-card-discount-tag {
    background: linear-gradient(135deg, #29A56C 0%, #22925E 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 12px 0px 12px 0px;
    right: auto;
    top: 0px;
    left: 0px;
    padding: 6px 12px;
    box-shadow: 0 2px 8px rgba(41, 165, 108, 0.25);
}

.sh-product-discount-tag {
    background: linear-gradient(135deg, #29A56C 0%, #22925E 100%);
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
}

/* ===== BUTTONS ===== */
.sh-product-plus-minus-button {
    background-color: #E8FFF1;
    color: #29A56C;
    border: 1px solid #D0F5E0;
    border-radius: 8px;
    fill: #29A56C;
    transition: all 0.15s ease;
    font-weight: 600;
}

.sh-product-plus-minus-button:hover {
    background-color: #D0F5E0;
    border-color: #29A56C;
}

.sh-product-plus-minus-button:active {
    transform: scale(0.96);
}

.sh-product-card-enquiry {
    border: 1.5px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.sh-product-card-enquiry:hover {
    background: #E8FFF1 !important;
}

.sh-product-enquiry {
    border: 1.5px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.sh-product-enquiry:hover {
    background: #E8FFF1 !important;
}

.sh-solid-button {
    border-radius: 8px;
    border: none !important;
    background: linear-gradient(135deg, #29A56C 0%, #22925E 100%);
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px 24px;
    box-shadow: 0 4px 14px rgba(41, 165, 108, 0.25);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-solid-button:hover {
    background: linear-gradient(135deg, #2DB875 0%, #29A56C 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 20px rgba(41, 165, 108, 0.35);
    transform: translateY(-1px);
}

.sh-solid-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(41, 165, 108, 0.25);
}

.sh-product-buy-now-button {
    color: #FFFFFF;
    border: none;
    outline: none !important;
    padding: 14px 28px;
    background: linear-gradient(135deg, #29A56C 0%, #22925E 100%);
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(41, 165, 108, 0.25);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-product-buy-now-button:hover {
    box-shadow: 0 6px 20px rgba(41, 165, 108, 0.35);
    transform: translateY(-1px);
}

.sh-outlined-button {
    border-radius: 8px;
    transition: all 0.2s ease;
}

/* ===== BOTTOM NAVIGATION ===== */
.sh-bottom-nav-main {
    background: linear-gradient(135deg, #29A56C 0%, #22925E 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.sh-bottom-nav-selected {
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
    fill: none !important;
}

.sh-bottom-nav-unselected {
    stroke: rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.2s ease;
}

.sh-bottom-nav-unselected:hover {
    stroke: rgba(255, 255, 255, 0.8) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.sh-bottom-nav-cart-badge {
    background-color: #FFFFFF !important;
    color: #29A56C !important;
    font-weight: 700;
    font-size: 11px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* ===== CATEGORIES ===== */
.sh-category-card {
    margin: 0px 10px 10px;
    padding-top: 8px;
    border-radius: 12px;
    background: #FFFFFF;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sh-category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.sh-categories-container {
    background-color: #FAFAFA;
}

.sh-row-title-divider {
    display: none;
}

/* ===== WISHLIST & SOCIAL ===== */
.sh-product-wishlist-desktop {
    border-color: #FF4757 !important;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.sh-product-share-icon {
    stroke: #29A56C !important;
    transition: stroke 0.2s ease;
}

.sh-product-share-icon:hover {
    stroke: #22925E !important;
}

.sh-product-social-button {
    background-color: #29A56C;
    fill: #29A56C;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.sh-product-social-button:hover {
    transform: scale(1.1);
}

.sh-product-wishlisted-icon {
    fill: #FF4757 !important;
    filter: drop-shadow(0 2px 4px rgba(255, 71, 87, 0.3));
    transition: all 0.2s ease;
}

.sh-product-not-wishlisted-icon {
    stroke: #FF4757 !important;
    transition: all 0.2s ease;
}

.sh-product-not-wishlisted-icon:hover {
    transform: scale(1.15);
}

/* ===== FOOTER ===== */
.sh-footer-main {
    background-color: #F8F9FA;
    color: #1a1a1a;
    border-top: 1px solid #E8E8E8;
}

.sh-footer-icon {
    color: #29A56C !important;
    transition: color 0.2s ease;
}

.sh-footer-icon:hover {
    color: #22925E !important;
}

/* ===== IMAGE QUALITY FIX ===== */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* For product images specifically - if you have a class */
.sh-product-card img,
.sh-product-image {
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
