/* Theme dada */
.sh-header-main {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.sh-categories-container > div > h2,
.sh-categories-container > div > hr {
    display: none !important;
}

/* Categories Background - Pink (Strong) */
.sh-categories-container,
.sh-categories-container > div,
.categories-section,
section[class*="category"] {
    background: #ffe6f0 !important;           /* Light Pink */
    padding: 15px 0 !important;
}

/* Extra strong pink for cards area */
.sh-categories-container .cat-card,
.sh-categories-container > div {
    background: #ffe6f0 !important;
}

.sh-banner-collection-card > a > div > div > p,
.sh-banner-collection-card > a > div > div > p > svg {
    display: none;
}

.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag,
.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
}

.sh-try {
    display: none;
}

/* Announcement Bar */
.app-bar .notice {
    padding: 0.001px;
}

/* Category Background Effect */
.cat-card .cat-card-img-rounded {
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

/* Buy Now Button */
.solid-button__btn {
    border: 1px solid #0f5a8f;
    background: #0f5a8f !important;
    border-radius: 6px;
    height: 40px !important;
    min-height: 0;
    min-width: 0;
    outline: none !important;
    padding: 12px;
    white-space: nowrap;
}

.product-discount {
    background: #0f5a8f;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% { transform: scale(0.95); }
    50% { transform: scale(1.05); }
    100% { transform: scale(0.95); }
}

/* Mobile Product Name */
.product-component-name {
    font-size: 20px;
    font-style: normal;
    letter-spacing: .02em;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
    background: linear-gradient(90deg, #0f5a8f, #1fb8ff, #28a6e1, #0f5a8f);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.badge {
    background-color: #0f5a8f;
    color: var(--header-badge-contrast-text);
    right: 2px;
    top: 2px;
}

.pr-plus-minus-button-text-icon {
    bottom: -5px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    color: #0f5a8f;
}

.pr-plus-minus-button-text {
    display: block;
    flex-grow: 1;
    position: relative;
    text-align: center;
    color: #0f5a8f;
}

@media only screen and (min-width: 600px) {
    .bottom-sheet-content {
        padding: 0 24px 24px !important;
    }
}

/* Footer */
.sh-footer-main {
    background: rgb(12 93 158 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
}

/* Deep Pink Glass Bottom Nav */
.bottom-nav__app__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1px 1px;
    background: linear-gradient(135deg, 
        rgba(200, 30, 100, 0.55), 
        rgba(255, 50, 140, 0.45));
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.sh-bottom-nav-unselected {
    color: #000000 !important;
    stroke: #000000 !important;
}

.sh-bottom-nav-selected {
    color: #28a6e1 !important;
    stroke: #28a6e1 !important;
}

/* Summary / Trust Section */
.koushik-trust-section {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    margin: 0.2rem 0rem 2.1rem 0rem;
    font-family: Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.koushik-trust-title {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.koushik-trust-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.koushik-payment-cards {
    max-width: 100%;
    height: auto;
    flex: 1 1 200px;
    min-width: 150px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.koushik-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.7rem;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    background-color: #28a6e1;
}

.koushik-trust-note {
    font-size: clamp(12px, 1.5vw, 14px);
    color: #555;
    max-width: 95%;
    margin-bottom: 1.4rem;
}

.koushik-extra-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
}

.extra-badge {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0.5rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: #666;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.icon {
    width: 24px;
    height: 24px;
    stroke: #888;
    flex-shrink: 0;
}

.sh-product-plus-minus-button {
    background: #fff;
    color: #25a7e3;
    font-size: 15px;
}

.sh-product-plus-minus-button:hover {
    background: #25a7e3 !important;
    color: #fff !important;
}

.outlined-button__btn {
    border: 1px solid #3ac34c;
    border-radius: 6px;
    background: #3ac34c !important;
    color: #fff;
    min-height: 0;
    min-width: 0;
    outline: none !important;
    padding: 12px;
    white-space: nowrap;
}

/* Root Variables */
:root {
    --primary-main: #FFFFFF;
    --primary-contrast-text: #1A1A1A;
    --secondary-main: #28a6e1;
    --info-main: #403B37;
    --error-main: #f44336;
    --button-main: #28a6e1;
    --button-contrast-text: #FFFFFF;
    --footer-main: #3A3E46;
    --footer-contrast-text: #FFFFFF;
    --product-discount-tag-background: #e12c43;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #28a6e1;
}