@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/PipoShop/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-ytc1rpv2lb] {
    background: #e8e8e8;
    color: #333333;
    padding: 60px 0 20px;
    margin-top: 80px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #b5bfc9;
}

.footer-logo[b-ytc1rpv2lb] {
    margin-bottom: 30px;
}

.footer-logo-img[b-ytc1rpv2lb] {
    max-height: 80px;
    width: auto;
    filter: none;
}

.footer-contact[b-ytc1rpv2lb] {
    margin-top: 20px;
}

.contact-item[b-ytc1rpv2lb] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-item i[b-ytc1rpv2lb] {
    width: 20px;
    margin-right: 12px;
    color: #666666;
    font-size: 16px;
}

.footer-title[b-ytc1rpv2lb] {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title[b-ytc1rpv2lb]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #666666;
}

.footer-links[b-ytc1rpv2lb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-ytc1rpv2lb] {
    margin-bottom: 12px;
}

.footer-links a[b-ytc1rpv2lb] {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover[b-ytc1rpv2lb] {
    color: #3498db;
    transform: translateX(5px);
}

.social-links[b-ytc1rpv2lb] {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-link[b-ytc1rpv2lb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-link.facebook[b-ytc1rpv2lb] {
    background: #3b5998;
}

.social-link.instagram[b-ytc1rpv2lb] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.twitter[b-ytc1rpv2lb] {
    background: #1da1f2;
}

.social-link.pinterest[b-ytc1rpv2lb] {
    background: #bd081c;
}

.social-link:hover[b-ytc1rpv2lb] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.newsletter h6[b-ytc1rpv2lb] {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.newsletter-text[b-ytc1rpv2lb] {
    color: #666666;
    font-size: 13px;
    margin-bottom: 15px;
}

.newsletter-form[b-ytc1rpv2lb] {
    display: flex;
    gap: 10px;
}

.newsletter-form .form-control[b-ytc1rpv2lb] {
    flex: 1;
    border: none;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 14px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #dddddd;
}

.newsletter-form .form-control[b-ytc1rpv2lb]::placeholder {
    color: #999999;
}

.newsletter-form .form-control:focus[b-ytc1rpv2lb] {
    outline: none;
    border-color: #666666;
    background: #ffffff;
}

.newsletter-form .btn[b-ytc1rpv2lb] {
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    background: #3498db;
    color: white;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover[b-ytc1rpv2lb] {
    background: #2980b9;
    transform: translateY(-2px);
}

.footer-features[b-ytc1rpv2lb] {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 0;
    margin: 40px 0 30px;
}

.feature-item[b-ytc1rpv2lb] {
    display: flex;
    align-items: center;
    text-align: left;
}

.feature-item i[b-ytc1rpv2lb] {
    font-size: 32px;
    color: #666666;
    margin-right: 20px;
    width: 50px;
    text-align: center;
}

.feature-content h6[b-ytc1rpv2lb] {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-content p[b-ytc1rpv2lb] {
    color: #666666;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.footer-bottom[b-ytc1rpv2lb] {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.footer-bottom p[b-ytc1rpv2lb] {
    color: #666666;
    font-size: 14px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer[b-ytc1rpv2lb] {
        padding: 40px 0 20px;
        margin-top: 40px;
    }
    
    .footer-logo-img[b-ytc1rpv2lb] {
        max-height: 60px;
    }
    
    .footer-title[b-ytc1rpv2lb] {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .social-links[b-ytc1rpv2lb] {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .feature-item[b-ytc1rpv2lb] {
        text-align: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .feature-item i[b-ytc1rpv2lb] {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .newsletter-form[b-ytc1rpv2lb] {
        flex-direction: column;
    }
    
    .newsletter-form .btn[b-ytc1rpv2lb] {
        margin-top: 10px;
    }
}
/* _content/PipoShop/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zb0y1t7jpk] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Safari-specific fixes */
@supports (-webkit-appearance: none) {
    .page[b-zb0y1t7jpk] {
        min-height: -webkit-fill-available;
    }
}

.main-content[b-zb0y1t7jpk] {
    flex: 1;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 768px) {
    .main-content[b-zb0y1t7jpk] {
        padding: 0;
    }
}

#blazor-error-ui[b-zb0y1t7jpk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zb0y1t7jpk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PipoShop/Components/Layout/NavigationMenu.razor.rz.scp.css */
.main-navigation[b-vhq4ihm104] {
    background: #e8e8e8;
    border-bottom: 1px solid #b5bfc9;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-container[b-vhq4ihm104] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

/* Logo */
.nav-logo[b-vhq4ihm104] {
    flex-shrink: 0;
}

.logo-link[b-vhq4ihm104] {
    display: block;
}

.logo-image[b-vhq4ihm104] {
    height: 50px;
    width: auto;
}

/* Desktop Navigation */
.nav-desktop[b-vhq4ihm104] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    margin-left: 40px;
}

.nav-row[b-vhq4ihm104] {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-groups[b-vhq4ihm104] {
    margin-bottom: 5px;
}

.nav-item[b-vhq4ihm104] {
    position: relative;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.group-item[b-vhq4ihm104] {
    font-size: 16px;
    color: #333333;
}

.group-item:hover[b-vhq4ihm104],
.group-item.active[b-vhq4ihm104] {
    color: #000000;
    font-weight: bold;
    transform: translateY(-2px);
}

.dropdown-overlay[b-vhq4ihm104] {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.desktop-dropdown-menu[b-vhq4ihm104] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fafafa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 90vw;
    max-width: 800px;
    min-width: 600px;
    z-index: 1001;
    padding: 20px;
    margin-top: 0;
    display: flex;
    gap: 40px;
}

.type-section[b-vhq4ihm104] {
    flex: 1;
}

.type-title[b-vhq4ihm104] {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
}

.categories-list[b-vhq4ihm104] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-link[b-vhq4ihm104] {
    color: #424242;
    text-decoration: none;
    padding: 6px 0;
    font-size: 14px;
    transition: color 0.2s;
}

    .category-link:hover[b-vhq4ihm104] {
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

.dropdown-item[b-vhq4ihm104] {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 14px;
}

.dropdown-item:hover[b-vhq4ihm104] {
    background: #f8f9fa;
    color: #007bff;
}

/* Mobile Menu Toggle */
.nav-mobile-toggle[b-vhq4ihm104] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    gap: 4px;
}

.bars-menu-text[b-vhq4ihm104]{
    display:  none;
}

.hamburger-line[b-vhq4ihm104] {
    width: 25px;
    height: 3px;
    background: #333333;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Mobile Navigation */
.nav-mobile[b-vhq4ihm104] {
    display: none;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.nav-mobile.open[b-vhq4ihm104] {
    transform: translateX(0);
}

.mobile-menu-content[b-vhq4ihm104] {
    padding: 20px;
}

.mobile-group[b-vhq4ihm104] {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
}

.mobile-group-header[b-vhq4ihm104] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-group-header i[b-vhq4ihm104] {
    transition: transform 0.3s ease;
}

.mobile-group-header i.rotated[b-vhq4ihm104] {
    transform: rotate(180deg);
}

.mobile-group-content[b-vhq4ihm104] {
    padding-left: 20px;
    margin-bottom: 15px;
}

.mobile-type[b-vhq4ihm104] {
    margin-bottom: 10px;
}

.mobile-type-header[b-vhq4ihm104] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-type-content[b-vhq4ihm104] {
    padding-left: 20px;
    margin-bottom: 10px;
}

.mobile-category-link[b-vhq4ihm104] {
    display: block;
    padding: 8px 0;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.mobile-category-link:hover[b-vhq4ihm104] {
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container[b-vhq4ihm104] {
        padding: 0 15px;
        min-height: 70px;
    }

    .nav-desktop[b-vhq4ihm104] {
        display: none;
    }

    .nav-mobile-toggle[b-vhq4ihm104] {
        display: flex;
        padding: 0;
    }

    .menu-text[b-vhq4ihm104] {
        font-size: 11px !important;
        margin-top: 0 !important;
    }

    .bars-menu-text[b-vhq4ihm104]{
        display: inline-block;
    }

    .action-icon-container[b-vhq4ihm104] {
        margin-top: 8px !important;
    }

    .nav-mobile[b-vhq4ihm104] {
        display: block;
        top: 71px;
    }

    .logo-image[b-vhq4ihm104] {
        height: 40px;
    }

    .desktop-dropdown-menu[b-vhq4ihm104] {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .nav-row[b-vhq4ihm104] {
        gap: 25px;
    }

    .nav-item[b-vhq4ihm104] {
        padding: 6px 12px;
    }

    .group-item[b-vhq4ihm104] {
        font-size: 15px;
    }

    .desktop-dropdown-menu[b-vhq4ihm104] {
        width: 95vw;
        min-width: 500px;
        gap: 20px;
        padding: 15px;
    }

    .type-title[b-vhq4ihm104] {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .category-link[b-vhq4ihm104] {
        font-size: 13px;
        padding: 4px 0;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    .desktop-dropdown-menu[b-vhq4ihm104] {
        width: 85vw;
        gap: 30px;
    }
}

.action-icon-container[b-vhq4ihm104]{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.menu-text[b-vhq4ihm104] {
    font-size: 14px;
    margin-top: 2px;
    font-weight: bold;
}

.mobile-actions .action-icon-container[b-vhq4ihm104] {
  margin-top: 8px;
}

.mobile-actions .menu-text[b-vhq4ihm104] {
    font-size: 11px;
    margin-top: 0;
}
/* _content/PipoShop/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-byygqi45zf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-byygqi45zf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-byygqi45zf] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-byygqi45zf] {
    font-size: 1.1rem;
}

.bi[b-byygqi45zf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-byygqi45zf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-byygqi45zf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-byygqi45zf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-byygqi45zf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-byygqi45zf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-byygqi45zf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-byygqi45zf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-byygqi45zf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-byygqi45zf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-byygqi45zf] {
        display: none;
    }

    .nav-scrollable[b-byygqi45zf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PipoShop/Components/PageComponents/FilterComponent/FilterField.razor.rz.scp.css */

/* Overlay за blur ефект */
.filter-overlay[b-y1n4tr3zq8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Increased opacity for better coverage */
    backdrop-filter: blur(8px); /* Increased blur */
    -webkit-backdrop-filter: blur(8px); /* Safari support */
    z-index: 99998; /* Higher than navigation menu */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Safari specific fixes */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Prevent scrolling behind overlay */
    overflow: hidden;
}

.filter-overlay.show[b-y1n4tr3zq8] {
    opacity: 1;
    visibility: visible;
}

/* Sidebar модал */
.filter-sidebar[b-y1n4tr3zq8] {
    position: fixed;
    top: 100px; /* Start lower to avoid hiding size guide table header */
    left: -400px;
    width: 400px;
    height: calc(100vh - 100px); /* Adjust height to account for navigation */
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 99999; /* Higher than navigation menu */
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Safari specific fixes */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .filter-sidebar.open[b-y1n4tr3zq8] {
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

/* Header */
.filter-header[b-y1n4tr3zq8] {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.filter-header h4[b-y1n4tr3zq8] {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.btn-close[b-y1n4tr3zq8] {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close:hover[b-y1n4tr3zq8] {
    background-color: #e9ecef;
    color: #007bff;
    transform: scale(1.1);
}

/* Content */
.filter-content[b-y1n4tr3zq8] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.filter-section[b-y1n4tr3zq8] {
    margin-bottom: 30px;
}

.filter-section h6[b-y1n4tr3zq8] {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Filter options */
.filter-options[b-y1n4tr3zq8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-option[b-y1n4tr3zq8] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    transition: color 0.2s ease;
}

.filter-option:hover[b-y1n4tr3zq8] {
    color: #007bff;
}

.filter-option input[type="checkbox"][b-y1n4tr3zq8] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    accent-color: #007bff;
}

.filter-option span[b-y1n4tr3zq8] {
    font-size: 14px;
}

/* Color grid */
.color-grid[b-y1n4tr3zq8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.color-option[b-y1n4tr3zq8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-align: center;
}

.color-option:hover[b-y1n4tr3zq8] {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.color-circle[b-y1n4tr3zq8] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.color-circle:hover[b-y1n4tr3zq8] {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.color-check[b-y1n4tr3zq8] {
    background: linear-gradient(135deg, #bfff00, #32cd32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: bold;
    /*text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}

.color-name[b-y1n4tr3zq8] {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
    line-height: 1.2;
}

/* Special handling for multicolored */
.color-circle[style*="linear-gradient"][b-y1n4tr3zq8] {
    background: linear-gradient(45deg, #ff0000, #00ff00, #0000ff, #ffff00) !important;
}

/* Price range */
.price-range[b-y1n4tr3zq8] {
    margin-top: 10px;
}

.price-display[b-y1n4tr3zq8] {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    color: #007bff;
    font-size: 14px;
}



/* Single range slider */
.single-range-container[b-y1n4tr3zq8] {
    margin: 15px 0;
    padding: 10px 0;
}

.price-range-slider[b-y1n4tr3zq8] {
    width: 100%;
    height: 6px;
    background: #dee2e6;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.price-range-slider[b-y1n4tr3zq8]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

.price-range-slider[b-y1n4tr3zq8]::-webkit-slider-thumb:hover {
    background: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.price-range-slider[b-y1n4tr3zq8]::-webkit-slider-thumb:active {
    background: #004085;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.6);
}

.price-range-slider[b-y1n4tr3zq8]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
    -moz-appearance: none;
}

.price-range-slider[b-y1n4tr3zq8]::-moz-range-thumb:hover {
    background: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.price-range-slider[b-y1n4tr3zq8]::-moz-range-thumb:active {
    background: #004085;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.6);
}

.price-range-slider[b-y1n4tr3zq8]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: #dee2e6;
    border-radius: 3px;
    border: none;
}

.price-inputs[b-y1n4tr3zq8] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.price-input[b-y1n4tr3zq8] {
    flex: 1;
    padding: 6px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

.price-input:focus[b-y1n4tr3zq8] {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.price-separator[b-y1n4tr3zq8] {
    color: #6c757d;
    font-weight: 500;
}

.form-range[b-y1n4tr3zq8] {
    width: 100%;
    margin-bottom: 5px;
    accent-color: #007bff;
}

.price-labels[b-y1n4tr3zq8] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6c757d;
}

/* Size section header */
.size-header[b-y1n4tr3zq8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.size-guide-btn[b-y1n4tr3zq8] {
    background-color: transparent;
    border: 1px solid #6c757d;
    color: white;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-guide-btn:hover[b-y1n4tr3zq8] {
    background: #0056b3;
    transform: translateY(-1px);
}

.size-guide-btn i[b-y1n4tr3zq8] {
    font-size: 12px;
}

/* Size options */
.size-options[b-y1n4tr3zq8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.size-btn[b-y1n4tr3zq8] {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 40px;
}

.size-btn:hover[b-y1n4tr3zq8] {
    border-color: #007bff;
    color: #007bff;
}

.size-btn.active[b-y1n4tr3zq8] {
    background: #007bff;
    border-color: #007bff;
    color: white;
}

/* Footer */
.filter-footer[b-y1n4tr3zq8] {
    padding: 20px;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 10px;
    background: #f8f9fa;
}

.filter-footer .btn[b-y1n4tr3zq8] {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline-secondary[b-y1n4tr3zq8] {
    border: 1px solid #6c757d;
    color: #6c757d;
    background: white;
}

.btn-outline-secondary:hover[b-y1n4tr3zq8] {
    background: #6c757d;
    color: white;
}

.btn-outline-secondary[b-y1n4tr3zq8] {
    background: #007bff;
    border: 1px solid #007bff;
    color: white;
}

.btn-outline-secondary:hover[b-y1n4tr3zq8] {
    background: #0056b3;
    border-color: #0056b3;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .filter-sidebar[b-y1n4tr3zq8] {
        width: 100%;
        left: -100%;
    }

    .filter-sidebar.open[b-y1n4tr3zq8] {
        left: 0;
    }
}

/* Scrollbar styling */
.filter-content[b-y1n4tr3zq8]::-webkit-scrollbar {
    width: 6px;
}

.filter-content[b-y1n4tr3zq8]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter-content[b-y1n4tr3zq8]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.filter-content[b-y1n4tr3zq8]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Brands section styles */
.brands-header[b-y1n4tr3zq8] {
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    padding: 5px 0;
}

.brands-header:hover[b-y1n4tr3zq8] {
    color: #007bff;
}

.brands-header h6[b-y1n4tr3zq8] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brands-header i[b-y1n4tr3zq8] {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.brands-content[b-y1n4tr3zq8] {
    margin-top: 15px;
}

.brand-search[b-y1n4tr3zq8] {
    margin-bottom: 15px;
}

.brand-search-input[b-y1n4tr3zq8] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.brand-search-input:focus[b-y1n4tr3zq8] {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    background-color: white;
}

.brand-search-input[b-y1n4tr3zq8]::placeholder {
    color: #6c757d;
    font-style: italic;
}

.brands-list[b-y1n4tr3zq8] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    background: white;
}

.brand-option[b-y1n4tr3zq8] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 12px;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f1f3f4;
    font-size: 14px;
}

.brand-option:last-child[b-y1n4tr3zq8] {
    border-bottom: none;
}

.brand-option:hover[b-y1n4tr3zq8] {
    background-color: #f8f9fa;
}

.brand-option input[type="checkbox"][b-y1n4tr3zq8] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    accent-color: #007bff;
}

.brand-option span[b-y1n4tr3zq8] {
    font-size: 14px;
    color: #333;
}

/* Brands list scrollbar */
.brands-list[b-y1n4tr3zq8]::-webkit-scrollbar {
    width: 6px;
}

.brands-list[b-y1n4tr3zq8]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brands-list[b-y1n4tr3zq8]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.brands-list[b-y1n4tr3zq8]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Responsive adjustments for mobile navigation */
@media (max-width: 768px) {
    .filter-sidebar[b-y1n4tr3zq8] {
        top: 90px; /* Mobile navigation height with extra space */
        height: calc(100vh - 90px);
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/CategoriesGrid.razor.rz.scp.css */
.categories-section[b-x2lvwqyqzz] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.container[b-x2lvwqyqzz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header[b-x2lvwqyqzz] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-x2lvwqyqzz] {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #6c757d, #495057);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle[b-x2lvwqyqzz] {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
}

.categories-grid[b-x2lvwqyqzz] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 200px);
    gap: 1.5rem;
    grid-template-areas:
        "men men women women"
        "boys girls special1 special1"
        "boys girls special2 special2";
}

.category-card[b-x2lvwqyqzz] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.category-card:hover[b-x2lvwqyqzz] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.category-card.large:nth-child(1)[b-x2lvwqyqzz] {
    grid-area: men;
}

.category-card.large:nth-child(2)[b-x2lvwqyqzz] {
    grid-area: women;
}

.category-card.small:nth-child(3)[b-x2lvwqyqzz] {
    grid-area: boys;
}

.category-card.small:nth-child(4)[b-x2lvwqyqzz] {
    grid-area: girls;
}

.category-card.special:nth-child(5)[b-x2lvwqyqzz] {
    grid-area: special1;
}

.category-card.special:nth-child(6)[b-x2lvwqyqzz] {
    grid-area: special2;
}

.category-background[b-x2lvwqyqzz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    transition: all 0.4s ease;
}

.special-bg[b-x2lvwqyqzz] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
}

.new-bg[b-x2lvwqyqzz] {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%) !important;
}

.category-overlay[b-x2lvwqyqzz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.category-card:hover .category-overlay[b-x2lvwqyqzz] {
    background: rgba(0, 0, 0, 0.1);
}

.category-icon[b-x2lvwqyqzz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.category-card:hover .category-icon[b-x2lvwqyqzz] {
    transform: translate(-50%, -50%) scale(1.2);
    color: rgba(255, 255, 255, 0.3);
}

.category-content[b-x2lvwqyqzz] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.category-title[b-x2lvwqyqzz] {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.category-description[b-x2lvwqyqzz] {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    opacity: 0.9;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.category-card:hover .category-description[b-x2lvwqyqzz] {
    transform: translateY(0);
}

.category-arrow[b-x2lvwqyqzz] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.4s ease;
}

.category-card:hover .category-arrow[b-x2lvwqyqzz] {
    transform: translateX(0);
    opacity: 1;
}

.discount-badge[b-x2lvwqyqzz], .new-badge[b-x2lvwqyqzz] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #ff6b6b;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    animation: pulse-b-x2lvwqyqzz 2s infinite;
}

.new-badge[b-x2lvwqyqzz] {
    background: #4ecdc4;
}

@keyframes pulse-b-x2lvwqyqzz {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 1024px) {
    .categories-grid[b-x2lvwqyqzz] {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 180px);
        grid-template-areas:
            "men women women"
            "boys girls special1"
            "special2 special2 special2";
    }
}

@media (max-width: 768px) {
    .categories-section[b-x2lvwqyqzz] {
        padding: 3rem 0;
    }
    
    .section-title[b-x2lvwqyqzz] {
        font-size: 2rem;
    }
    
    .categories-grid[b-x2lvwqyqzz] {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 160px);
        gap: 1rem;
        grid-template-areas:
            "men women"
            "boys girls"
            "special1 special1"
            "special2 special2";
    }
    
    .category-content[b-x2lvwqyqzz] {
        padding: 1.5rem;
    }
    
    .category-title[b-x2lvwqyqzz] {
        font-size: 1.4rem;
    }
    
    .category-icon[b-x2lvwqyqzz] {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .categories-grid[b-x2lvwqyqzz] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 140px);
        grid-template-areas:
            "men"
            "women"
            "boys"
            "girls"
            "special1"
            "special2";
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/FeaturedProducts.razor.rz.scp.css */
.featured-section[b-91k27ea8qb] {
    padding: 5rem 0;
    background: #ffffff;
}

.container[b-91k27ea8qb] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-header[b-91k27ea8qb] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title[b-91k27ea8qb] {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #6c757d, #495057);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle[b-91k27ea8qb] {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
}

.products-grid[b-91k27ea8qb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.product-card[b-91k27ea8qb] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
}

.product-card:hover[b-91k27ea8qb] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image-container[b-91k27ea8qb] {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image[b-91k27ea8qb] {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-image img[b-91k27ea8qb] {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.product-card:hover .product-image img[b-91k27ea8qb] {
    transform: scale(1.1);
}

.no-image[b-91k27ea8qb] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
    font-size: 3rem;
}

.discount-badge[b-91k27ea8qb] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    z-index: 2;
    animation: pulse-b-91k27ea8qb 2s infinite;
}

.product-overlay[b-91k27ea8qb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-card:hover .product-overlay[b-91k27ea8qb] {
    opacity: 1;
}

.overlay-buttons[b-91k27ea8qb] {
    display: flex;
    gap: 1rem;
}

.overlay-btn[b-91k27ea8qb] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-btn:hover[b-91k27ea8qb] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.product-info[b-91k27ea8qb] {
    padding: 1.5rem;
}

.product-brand[b-91k27ea8qb] {
    font-size: 0.9rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.product-title[b-91k27ea8qb] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-pricing[b-91k27ea8qb] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.old-price[b-91k27ea8qb] {
    font-size: 1rem;
    color: #95a5a6;
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.current-price[b-91k27ea8qb] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e74c3c;
}

.product-stats[b-91k27ea8qb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-count[b-91k27ea8qb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.rating[b-91k27ea8qb] {
    color: #f39c12;
}

.rating i[b-91k27ea8qb] {
    margin-right: 2px;
}

.section-footer[b-91k27ea8qb] {
    text-align: center;
}

.btn-view-all[b-91k27ea8qb] {
    background: linear-gradient(45deg, #6c757d, #495057);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.4);
}

.btn-view-all:hover[b-91k27ea8qb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.6);
}

/* Loading Skeleton */
.loading-grid[b-91k27ea8qb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-skeleton[b-91k27ea8qb] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.skeleton-image[b-91k27ea8qb] {
    height: 250px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-91k27ea8qb 1.5s infinite;
}

.skeleton-content[b-91k27ea8qb] {
    padding: 1.5rem;
}

.skeleton-line[b-91k27ea8qb] {
    height: 1rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-91k27ea8qb 1.5s infinite;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.skeleton-line.short[b-91k27ea8qb] {
    width: 60%;
}

@keyframes loading-b-91k27ea8qb {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes pulse-b-91k27ea8qb {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.no-products[b-91k27ea8qb] {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    color: #7f8c8d;
}

.no-products i[b-91k27ea8qb] {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #bdc3c7;
}

.no-products h3[b-91k27ea8qb] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

/* Responsive */
@media (max-width: 768px) {
    .featured-section[b-91k27ea8qb] {
        padding: 3rem 0;
    }
    
    .section-title[b-91k27ea8qb] {
        font-size: 2rem;
    }
    
    .products-grid[b-91k27ea8qb] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .product-image-container[b-91k27ea8qb] {
        height: 200px;
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/HeroSection.razor.rz.scp.css */
.hero-section[b-i35mm2ohjc] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('Images/hero-bg-black-and-white.png');
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promocode[b-i35mm2ohjc]{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99;
    padding: 10px;
}

.promo-code-title[b-i35mm2ohjc] {
    text-align: center;
    background: linear-gradient(to right, #82f5ea 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.title-text-promocode[b-i35mm2ohjc] {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .title-text-promocode[b-i35mm2ohjc] {
        font-size: 2.5rem;
    }
}

.promocode-description[b-i35mm2ohjc] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.code-text[b-i35mm2ohjc]{
    font-size: 1.5rem;
    font-weight: bold;
}

.code-description[b-i35mm2ohjc]{
    font-weight: bold;
    font-size: 1rem;
}

.product-cards[b-i35mm2ohjc] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
}

.product-card[b-i35mm2ohjc] {
    padding: 15px;
    border-radius: 12px;
    background-color: rgba(108, 117, 125, 0.5);
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 170px;
    width: 250px;
}

    .product-card:hover[b-i35mm2ohjc] {
        background-color: rgba(108, 117, 125, 0.8);
        transform: translateY(-10px);
        transition: all 0.3s ease;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

.card-title[b-i35mm2ohjc] {
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: center;
}

.card-description[b-i35mm2ohjc] {
    font-size: 14px;
    font-weight: bold;
    max-width: 150px;
    padding: 10px;
    border-radius: 12px;
    text-align: justify-all;
    color: white;
}

.product-card.shirt[b-i35mm2ohjc] {
    background-image: url('Images/shirt.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-card.shoes[b-i35mm2ohjc] {
    background-image: url('Images/shoes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-card.acc[b-i35mm2ohjc] {
    background-image: url('Images/acc.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .hero-section[b-i35mm2ohjc] {
        background-size: cover;
        background-position: 60% center;
    }

    .product-cards[b-i35mm2ohjc] {
        gap: 8px !important;
    }

    .product-card[b-i35mm2ohjc] {
        width: 122px !important;
    }
}

.hero-gradient[b-i35mm2ohjc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.9) 0%, rgba(73, 80, 87, 0.2) 100%);
}

.hero-content[b-i35mm2ohjc] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
    align-items: center;
    margin-bottom: 32px;
}

.hero-text[b-i35mm2ohjc] {
    color: white;
}

.hero-title[b-i35mm2ohjc] {
    margin: 0 0 2rem 0;
    font-weight: 700;
    line-height: 1.2;
}

.title-line[b-i35mm2ohjc] {
    display: block;
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    animation: slideInLeft-b-i35mm2ohjc 1s ease-out;
}

.title-brand[b-i35mm2ohjc] {
    display: block;
    font-size: 4rem;
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    animation: slideInLeft-b-i35mm2ohjc 1s ease-out 0.2s both;
}

.title-subtitle[b-i35mm2ohjc] {
    display: block;
    font-size: 1.8rem;
    opacity: 0.8;
    animation: slideInLeft-b-i35mm2ohjc 1s ease-out 0.4s both;
}

.hero-description[b-i35mm2ohjc] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
    animation: slideInLeft-b-i35mm2ohjc 1s ease-out 0.6s both;
}

.hero-buttons[b-i35mm2ohjc] {
    display: flex;
    gap: 1rem;
    animation: slideInLeft-b-i35mm2ohjc 1s ease-out 0.8s both;
}

.hero-btn[b-i35mm2ohjc] {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary[b-i35mm2ohjc] {
    background: linear-gradient(45deg, #6c757d, #5c636a);
    color: white;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.4);
}

    .btn-primary:hover[b-i35mm2ohjc] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(108, 117, 125, 0.6);
    }

.btn-secondary[b-i35mm2ohjc] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover[b-i35mm2ohjc] {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

.hero-visual[b-i35mm2ohjc] {
    position: relative;
    height: 500px;
}

.floating-cards[b-i35mm2ohjc] {
    position: relative;
    height: 100%;
}

.floating-card[b-i35mm2ohjc] {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    color: white;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .floating-card:hover[b-i35mm2ohjc] {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.25);
    }

    .floating-card i[b-i35mm2ohjc] {
        font-size: 3rem;
        margin-bottom: 1rem;
        display: block;
    }

    .floating-card span[b-i35mm2ohjc] {
        font-size: 1.2rem;
        font-weight: 600;
    }

.card-1[b-i35mm2ohjc] {
    top: 20%;
    left: 10%;
    animation: float-b-i35mm2ohjc 6s ease-in-out infinite;
}

.card-2[b-i35mm2ohjc] {
    right: 20%;
    animation: float-b-i35mm2ohjc 6s ease-in-out infinite 2s;
}

.card-3[b-i35mm2ohjc] {
    bottom: 20%;
    left: 30%;
    animation: float-b-i35mm2ohjc 6s ease-in-out infinite 4s;
}

@keyframes float-b-i35mm2ohjc {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-stats[b-i35mm2ohjc] {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item[b-i35mm2ohjc] {
    text-align: center;
    color: white;
}

.stat-number[b-i35mm2ohjc] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label[b-i35mm2ohjc] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-scroll-indicator[b-i35mm2ohjc] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 2;
    animation: bounce-b-i35mm2ohjc 2s infinite;
}

.scroll-arrow[b-i35mm2ohjc] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

@keyframes bounce-b-i35mm2ohjc {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes slideInLeft-b-i35mm2ohjc {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content[b-i35mm2ohjc] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 5px;
    }

    .title-brand[b-i35mm2ohjc] {
        font-size: 3rem;
    }

    .hero-buttons[b-i35mm2ohjc] {
        justify-content: center;
    }

    .hero-visual[b-i35mm2ohjc] {
        height: 300px;
    }

    .floating-card[b-i35mm2ohjc] {
        padding: 1rem;
    }

    .hero-stats[b-i35mm2ohjc] {
        position: static;
        margin-top: 2rem;
        justify-content: center;
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/NewsletterSection.razor.rz.scp.css */
.newsletter-section[b-6d585xlmw3] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.container[b-6d585xlmw3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.newsletter-content[b-6d585xlmw3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.newsletter-text[b-6d585xlmw3] {
    color: #2c3e50;
}

.newsletter-title[b-6d585xlmw3] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #6c757d, #495057);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.newsletter-subtitle[b-6d585xlmw3] {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.newsletter-benefits[b-6d585xlmw3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item[b-6d585xlmw3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    color: #2c3e50;
}

.benefit-item i[b-6d585xlmw3] {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #6c757d, #495057);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.newsletter-form[b-6d585xlmw3] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.newsletter-form[b-6d585xlmw3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.form-container h3[b-6d585xlmw3] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    text-align: center;
}

.input-group[b-6d585xlmw3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-field[b-6d585xlmw3] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-field i[b-6d585xlmw3] {
    position: absolute;
    left: 1rem;
    color: #7f8c8d;
    z-index: 2;
}

.input-field input[b-6d585xlmw3] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #ecf0f1;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.input-field input:focus[b-6d585xlmw3] {
    outline: none;
    border-color: #6c757d;
    background: white;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.1);
}

.checkbox-group[b-6d585xlmw3] {
    margin-bottom: 1.5rem;
}

.checkbox-label[b-6d585xlmw3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #7f8c8d;
    line-height: 1.4;
}

.checkbox-label input[type="checkbox"][b-6d585xlmw3] {
    display: none;
}

.checkmark[b-6d585xlmw3] {
    width: 20px;
    height: 20px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark[b-6d585xlmw3] {
    background: linear-gradient(45deg, #6c757d, #495057);
    border-color: #6c757d;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark[b-6d585xlmw3]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-label a[b-6d585xlmw3] {
    color: #6c757d;
    text-decoration: none;
}

.checkbox-label a:hover[b-6d585xlmw3] {
    text-decoration: underline;
}

.subscribe-btn[b-6d585xlmw3] {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #6c757d, #495057);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.4);
}

.subscribe-btn:hover:not(:disabled)[b-6d585xlmw3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.6);
}

.subscribe-btn:disabled[b-6d585xlmw3] {
    opacity: 0.7;
    cursor: not-allowed;
}

.success-message[b-6d585xlmw3] {
    text-align: center;
    padding: 2rem;
    color: #27ae60;
}

.success-message i[b-6d585xlmw3] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.success-message h4[b-6d585xlmw3] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.success-message p[b-6d585xlmw3] {
    color: #7f8c8d;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-section[b-6d585xlmw3] {
        padding: 3rem 0;
    }
    
    .newsletter-content[b-6d585xlmw3] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .newsletter-title[b-6d585xlmw3] {
        font-size: 2rem;
    }
    
    .newsletter-benefits[b-6d585xlmw3] {
        justify-content: center;
    }
    
    .newsletter-form[b-6d585xlmw3] {
        padding: 1.5rem;
    }
    
    .input-group[b-6d585xlmw3] {
        gap: 0.75rem;
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/StatsSection.razor.rz.scp.css */
.stats-section[b-6699x4n8wz] {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    overflow: hidden;
}

.stats-background[b-6699x4n8wz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.stats-pattern[b-6699x4n8wz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 2px, transparent 2px);
    background-size: 50px 50px;
    animation: patternFloat-b-6699x4n8wz 15s linear infinite;
}

@keyframes patternFloat-b-6699x4n8wz {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.container[b-6699x4n8wz] {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.stats-grid[b-6699x4n8wz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.stat-card[b-6699x4n8wz] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    color: white;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat-card[b-6699x4n8wz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
}

.stat-card:hover[b-6699x4n8wz]::before {
    left: 100%;
}

.stat-card:hover[b-6699x4n8wz] {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.stat-icon[b-6699x4n8wz] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.stat-number[b-6699x4n8wz] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    animation: countUp-b-6699x4n8wz 2s ease-out;
}

.stat-label[b-6699x4n8wz] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-description[b-6699x4n8wz] {
    font-size: 0.9rem;
    opacity: 0.8;
}

@keyframes countUp-b-6699x4n8wz {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.features-grid[b-6699x4n8wz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item[b-6699x4n8wz] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    color: white;
    transition: all 0.3s ease;
}

.feature-item:hover[b-6699x4n8wz] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.feature-icon[b-6699x4n8wz] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.feature-content h3[b-6699x4n8wz] {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.feature-content p[b-6699x4n8wz] {
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-section[b-6699x4n8wz] {
        padding: 3rem 0;
    }
    
    .stats-grid[b-6699x4n8wz] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .stat-card[b-6699x4n8wz] {
        padding: 1.5rem;
    }
    
    .stat-icon[b-6699x4n8wz] {
        font-size: 2.5rem;
    }
    
    .stat-number[b-6699x4n8wz] {
        font-size: 2.5rem;
    }
    
    .features-grid[b-6699x4n8wz] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-item[b-6699x4n8wz] {
        padding: 1rem;
        gap: 1rem;
    }
    
    .feature-icon[b-6699x4n8wz] {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}
/* _content/PipoShop/Components/PageComponents/HomeComponent/TopProductsCarousel.razor.rz.scp.css */
.top-products-carousel[b-meshauwa86] {
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-header[b-meshauwa86] {
    text-align: center;
    margin-bottom: 30px;
}

.carousel-header h3[b-meshauwa86] {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.carousel-loading[b-meshauwa86] {
    text-align: center;
    padding: 60px 20px;
}

.spinner[b-meshauwa86] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-meshauwa86 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-meshauwa86 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.carousel-container[b-meshauwa86] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.carousel-btn[b-meshauwa86] {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666666;
    font-size: 18px;
    flex-shrink: 0;
}

.carousel-btn:hover:not(:disabled)[b-meshauwa86] {
    background: #007bff;
    color: #ffffff;
    border-color: #007bff;
    transform: scale(1.1);
}

.carousel-btn:disabled[b-meshauwa86] {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-wrapper[b-meshauwa86] {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-track[b-meshauwa86] {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.carousel-slide[b-meshauwa86] {
    flex: 0 0 calc(25% - 15px);
    min-width: 0;
}

.carousel-product-card[b-meshauwa86] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.carousel-product-card:hover[b-meshauwa86] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

.discount-badge[b-meshauwa86] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #dc3545;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.product-image[b-meshauwa86] {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img[b-meshauwa86] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-product-card:hover .product-image img[b-meshauwa86] {
    transform: scale(1.05);
}

.no-image[b-meshauwa86] {
    color: #cccccc;
    font-size: 48px;
}

.product-info[b-meshauwa86] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title[b-meshauwa86] {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-brand[b-meshauwa86] {
    font-size: 14px;
    color: #666666;
    margin: 0 0 12px 0;
    font-weight: 500;
}

.product-pricing[b-meshauwa86] {
    margin-bottom: 10px;
}

.old-price[b-meshauwa86] {
    text-decoration: line-through;
    color: #999999;
    font-size: 14px;
    margin-right: 8px;
}

.current-price[b-meshauwa86] {
    color: #007bff;
    font-size: 18px;
    font-weight: 600;
}

.view-count[b-meshauwa86] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666666;
    font-size: 12px;
    margin-top: auto;
}

.view-count i[b-meshauwa86] {
    color: #007bff;
}

.carousel-indicators[b-meshauwa86] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.indicator[b-meshauwa86] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active[b-meshauwa86] {
    background: #007bff;
    transform: scale(1.2);
}

.indicator:hover[b-meshauwa86] {
    background: #007bff;
}

.no-products[b-meshauwa86] {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .carousel-slide[b-meshauwa86] {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .carousel-slide[b-meshauwa86] {
        flex: 0 0 calc(50% - 10px);
    }
    
    .carousel-container[b-meshauwa86] {
        gap: 10px;
    }
    
    .carousel-btn[b-meshauwa86] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .product-image[b-meshauwa86] {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .carousel-slide[b-meshauwa86] {
        flex: 0 0 100%;
    }
    
    .top-products-carousel[b-meshauwa86] {
        padding: 20px;
    }
    
    .carousel-header h3[b-meshauwa86] {
        font-size: 24px;
    }
}
/* _content/PipoShop/Components/PageComponents/OrderComponent/OrderProductCardComponent.razor.rz.scp.css */
.order-product-card[b-x6uf1tjj16] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.order-product-card:hover[b-x6uf1tjj16] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.product-image[b-x6uf1tjj16] {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.product-image img[b-x6uf1tjj16] {
    height: 100%;
}

.no-image[b-x6uf1tjj16] {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 48px;
}

.product-info[b-x6uf1tjj16] {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-brand[b-x6uf1tjj16] {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-name[b-x6uf1tjj16] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-size[b-x6uf1tjj16],
.product-quantity[b-x6uf1tjj16] {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.product-price[b-x6uf1tjj16] {
    margin-top: auto;
    margin-bottom: 8px;
}

.current-price[b-x6uf1tjj16] {
    font-size: 16px;
    font-weight: 600;
    color: #e74c3c;
}

.product-total[b-x6uf1tjj16] {
    font-size: 14px;
    color: #333;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.admin-actions[b-x6uf1tjj16] {
    padding: 0 15px 15px;
}

.admin-actions .btn[b-x6uf1tjj16] {
    width: 100%;
}

@media (max-width: 768px) {
    .order-product-card[b-x6uf1tjj16] {
        flex-direction: row;
        height: auto;
    }
    
    .product-image[b-x6uf1tjj16] {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
    }
    
    .product-info[b-x6uf1tjj16] {
        padding: 10px;
    }
    
    .admin-actions[b-x6uf1tjj16] {
        padding: 10px;
        border-top: 1px solid #eee;
        align-self: stretch;
    }
}
/* _content/PipoShop/Components/PageComponents/ProductComponent/ProductCardComponent.razor.rz.scp.css */
.product-card[b-gv5vrrs58p] {
    position: relative;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 350px;
}



.product-card:hover[b-gv5vrrs58p] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #dee2e6;
}

.discount-badge[b-gv5vrrs58p] {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #7cb342;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.favorite-btn[b-gv5vrrs58p] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(108, 117, 125, 0.3);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    color: #6c757d;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.favorite-btn:hover[b-gv5vrrs58p] {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    border-color: rgba(220, 53, 69, 0.5);
    color: #dc3545;
}

.favorite-btn.active[b-gv5vrrs58p] {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
    animation: heartBeat-b-gv5vrrs58p 0.3s ease-in-out;
}

.favorite-btn.active:hover[b-gv5vrrs58p] {
    background: #c82333;
    border-color: #c82333;
    transform: scale(1.1);
}

/* Анимация за моментално визуално обновяване */
@keyframes heartBeat-b-gv5vrrs58p {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.favorite-btn:disabled[b-gv5vrrs58p] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.product-image[b-gv5vrrs58p] {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img[b-gv5vrrs58p] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img[b-gv5vrrs58p] {
    transform: scale(1.05);
}

.no-image[b-gv5vrrs58p] {
    color: #6c757d;
    font-size: 48px;
}

.product-info[b-gv5vrrs58p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.product-title[b-gv5vrrs58p] {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-pricing[b-gv5vrrs58p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.old-price[b-gv5vrrs58p] {
    font-size: 14px;
    color: #6c757d;
    text-decoration: line-through;
    font-weight: 400;
}

.current-price[b-gv5vrrs58p] {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.admin-actions[b-gv5vrrs58p] {
    display: flex;
    justify-content: space-between;
}
/* Responsive adjustments */
@media (max-width: 768px) {

    .product-card[b-gv5vrrs58p] {
        max-width: 200px;
        min-width: 200px;
        height: auto;
        padding: 8px;
    }

    .product-image[b-gv5vrrs58p] {
        height: 180px;
        margin-bottom: 12px;
    }

    .product-image img[b-gv5vrrs58p] {
        object-fit: contain;
        background: white;
    }

    .product-title[b-gv5vrrs58p] {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .current-price[b-gv5vrrs58p] {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-card[b-gv5vrrs58p] {
        max-width: 180px;
        min-width: 180px;
        height: auto;
        padding: 6px;
    }

    .product-image[b-gv5vrrs58p] {
        height: 160px;
        margin-bottom: 10px;
    }

    .product-image img[b-gv5vrrs58p] {
        object-fit: contain;
        background: white;
    }

    .product-title[b-gv5vrrs58p] {
        font-size: 13px;
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .current-price[b-gv5vrrs58p] {
        font-size: 15px;
    }

    .old-price[b-gv5vrrs58p] {
        font-size: 12px;
    }
}
/* _content/PipoShop/Components/PageComponents/SortComponent/SortDropdown.razor.rz.scp.css */
.sort-dropdown[b-ag0luyde0s] {
    display: inline-block;
}

.sort-btn[b-ag0luyde0s] {
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-width: 200px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    color: black;
    height: 45.33px;
}


.dropdown-menu[b-ag0luyde0s] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 200px;
}

.dropdown-item[b-ag0luyde0s] {
    padding: 10px 16px;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.dropdown-item:hover[b-ag0luyde0s] {
    background-color: #f8f9fa;
    color: #007bff;
}

.dropdown-item.active[b-ag0luyde0s] {
    background-color: #e3f2fd;
    color: #007bff;
    font-weight: 500;
}

.dropdown-item.active:hover[b-ag0luyde0s] {
    background-color: #bbdefb;
}
/* _content/PipoShop/Components/Pages/Checkout/Index.razor.rz.scp.css */
.order-item.out-of-stock[b-hs2ongpvex] {
    border-left: 4px solid #dc3545;
    background-color: #fff5f5;
}

.original-price[b-hs2ongpvex] {
    font-size: 0.9em;
}

.discounted-price[b-hs2ongpvex] {
    font-size: 1.1em;
}

.discount-badge[b-hs2ongpvex] {
    margin-top: 4px;
}

    .discount-badge .badge[b-hs2ongpvex] {
        font-size: 0.7em;
    }

/* Checkout specific styles */
.order-item .quantity-controls[b-hs2ongpvex] {
    margin-top: 8px;
}

.order-item .remove-btn[b-hs2ongpvex] {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    margin-left: 8px;
}

    .order-item .remove-btn:hover[b-hs2ongpvex] {
        background: #c82333;
        border-color: #bd2130;
    }

.checkout-container[b-hs2ongpvex] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    min-height: calc(100vh - 120px); /* Заема цялата видима височина минус навигацията */
    display: flex;
    flex-direction: column;
}

.checkout-container .row[b-hs2ongpvex] {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.checkout-container .col-lg-8[b-hs2ongpvex],
.checkout-container .col-lg-4[b-hs2ongpvex] {
    display: flex;
    flex-direction: column;
}

.checkout-form[b-hs2ongpvex] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-section[b-hs2ongpvex] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .form-section:last-child[b-hs2ongpvex] {
        border-bottom: none;
    }

    .form-section h4[b-hs2ongpvex] {
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
    }

.form-group[b-hs2ongpvex] {
    margin-bottom: 20px;
}

    .form-group label[b-hs2ongpvex] {
        font-weight: 500;
        color: #555;
        margin-bottom: 5px;
        display: block;
    }

.delivery-options[b-hs2ongpvex] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-check[b-hs2ongpvex] {
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .form-check:hover[b-hs2ongpvex] {
        border-color: #007bff;
        background-color: #f8f9fa;
    }

.form-check-input:checked + .form-check-label[b-hs2ongpvex] {
    color: #007bff;
    font-weight: 600;
}

.order-summary[b-hs2ongpvex] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

    .order-summary h3[b-hs2ongpvex] {
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
    }

.order-item[b-hs2ongpvex] {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .order-item:last-child[b-hs2ongpvex] {
        border-bottom: none;
    }

.item-image[b-hs2ongpvex] {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

    .item-image img[b-hs2ongpvex] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.no-image[b-hs2ongpvex] {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #6c757d;
}

.item-details[b-hs2ongpvex] {
    flex: 1;
}

    .item-details h5[b-hs2ongpvex] {
        margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .item-details p[b-hs2ongpvex] {
        margin: 0;
        font-size: 13px;
        color: #666;
        line-height: 1.4;
    }

.item-price[b-hs2ongpvex] {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.order-total[b-hs2ongpvex] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #007bff;
    text-align: right;
    font-size: 18px;
    color: #333;
}

.form-actions[b-hs2ongpvex] {
    margin-top: auto; /* Изтласква бутона към дъното */
    padding-top: 30px;
    text-align: center;
}

.btn-lg[b-hs2ongpvex] {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
}

.loading[b-hs2ongpvex], .empty-cart[b-hs2ongpvex] {
    text-align: center;
    padding: 40px;
    color: #666;
}

    .loading i[b-hs2ongpvex] {
        font-size: 24px;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .checkout-container[b-hs2ongpvex] {
        padding: 10px;
        min-height: calc(100vh - 80px); /* По-малко отстояние за мобилни */
    }

    .checkout-form[b-hs2ongpvex], .order-summary[b-hs2ongpvex] {
        padding: 20px;
    }

    .delivery-options[b-hs2ongpvex] {
        gap: 10px;
    }

    .form-check[b-hs2ongpvex] {
        padding: 10px;
    }

    .order-summary[b-hs2ongpvex] {
        position: static; /* Премахва sticky позицията на мобилни */
        max-height: none;
    }
}

@media (max-width: 1000px){
    .checkout-container .row[b-hs2ongpvex]{
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: stretch !important;
    }

    .checkout-container .col-lg-8[b-hs2ongpvex],
    .checkout-container .col-lg-4[b-hs2ongpvex] {
        flex: none; /* Премахва flex за мобилни */
    }

    .col-lg-4[b-hs2ongpvex]{
        margin-bottom: 20px;
    }
}
/* _content/PipoShop/Components/Pages/Favorites/Index.razor.rz.scp.css */
/* Favorites Container */
.favorites-container[b-ca0g552l2s] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Page Header */
.page-header[b-ca0g552l2s] {
    text-align: center;
    margin-bottom: 40px;
}

.page-header h1[b-ca0g552l2s] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.page-description[b-ca0g552l2s] {
    font-size: 1.1rem;
    color: #6c757d;
    margin: 0;
}

/* Loading */
.loading-container[b-ca0g552l2s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

.spinner[b-ca0g552l2s] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ca0g552l2s 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-ca0g552l2s {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty Favorites */
.empty-favorites[b-ca0g552l2s] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-icon[b-ca0g552l2s] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 30px;
}

.empty-favorites h3[b-ca0g552l2s] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #495057;
}

.empty-favorites p[b-ca0g552l2s] {
    font-size: 1rem;
    margin-bottom: 30px;
}

.empty-favorites .btn[b-ca0g552l2s] {
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 8px;
}

/* Favorites Content */
.favorites-content[b-ca0g552l2s] {
    width: 100%;
}

.favorites-info[b-ca0g552l2s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.favorites-info span[b-ca0g552l2s] {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

/* Products Grid */
.products-container[b-ca0g552l2s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.product-item[b-ca0g552l2s] {
    display: flex;
    justify-content: center;
}

/* Pagination */
.pagination-container[b-ca0g552l2s] {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .favorites-container[b-ca0g552l2s] {
        padding: 15px;
    }

    .page-header h1[b-ca0g552l2s] {
        font-size: 2rem;
    }

    .page-description[b-ca0g552l2s] {
        font-size: 1rem;
    }

    .products-container[b-ca0g552l2s] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .favorites-info[b-ca0g552l2s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .empty-favorites[b-ca0g552l2s] {
        padding: 40px 15px;
    }

    .empty-icon[b-ca0g552l2s] {
        font-size: 3rem;
    }

    .empty-favorites h3[b-ca0g552l2s] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .favorites-container[b-ca0g552l2s] {
        padding: 10px;
    }

    .page-header h1[b-ca0g552l2s] {
        font-size: 1.8rem;
    }

    .products-container[b-ca0g552l2s] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }

    .empty-favorites[b-ca0g552l2s] {
        padding: 30px 10px;
    }

    .empty-icon[b-ca0g552l2s] {
        font-size: 2.5rem;
    }
}
/* _content/PipoShop/Components/Pages/Home.razor.rz.scp.css */
.modern-home-page[b-g268fctjd1] {
    overflow-x: hidden;
}

/* Safari-specific fixes */
@supports (-webkit-appearance: none) {
    .modern-home-page[b-g268fctjd1] {
        min-height: -webkit-fill-available;
    }
}

.main-content[b-g268fctjd1]{
    padding: 0px !important;
}
/* Global smooth scrolling */
html[b-g268fctjd1] {
    scroll-behavior: smooth;
}

/* Remove default margins and ensure full width */
.modern-home-page > *[b-g268fctjd1] {
    margin: 0;
    width: 100%;
}

/* Ensure sections stack properly */
.modern-home-page section[b-g268fctjd1] {
    position: relative;
    z-index: 1;
}

/* Add subtle transitions between sections */
.modern-home-page section + section[b-g268fctjd1] {
    margin-top: -1px; /* Prevent gaps between sections */
}

/* Loading animations */
@keyframes fadeInUp-b-g268fctjd1 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-g268fctjd1 {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight-b-g268fctjd1 {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animations to sections */
.modern-home-page section:nth-child(1)[b-g268fctjd1] {
    animation: fadeInUp-b-g268fctjd1 1s ease-out;
}

.modern-home-page section:nth-child(2)[b-g268fctjd1] {
    animation: fadeInUp-b-g268fctjd1 1s ease-out 0.2s both;
}

.modern-home-page section:nth-child(3)[b-g268fctjd1] {
    animation: fadeInUp-b-g268fctjd1 1s ease-out 0.4s both;
}

.modern-home-page section:nth-child(4)[b-g268fctjd1] {
    animation: fadeInUp-b-g268fctjd1 1s ease-out 0.6s both;
}

.modern-home-page section:nth-child(5)[b-g268fctjd1] {
    animation: fadeInUp-b-g268fctjd1 1s ease-out 0.8s both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-home-page[b-g268fctjd1] {
        overflow-x: hidden;
    }
}

/* Ensure proper spacing on mobile */
@media (max-width: 480px) {
    .modern-home-page section[b-g268fctjd1] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* _content/PipoShop/Components/Pages/Orders/Details.razor.rz.scp.css */
.order-details-container[b-exs7bbmz5t] {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 20px 0;
}

.loading[b-exs7bbmz5t] {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #666;
}

.not-found[b-exs7bbmz5t] {
    text-align: center;
    padding: 50px;
}

.order-header[b-exs7bbmz5t] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.status-badge[b-exs7bbmz5t] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-1[b-exs7bbmz5t] { background: #ffc107; color: #212529; } /* Processing */
.status-2[b-exs7bbmz5t] { background: #17a2b8; color: white; } /* Ordered */
.status-3[b-exs7bbmz5t] { background: #007bff; color: white; } /* Shipped */
.status-4[b-exs7bbmz5t] { background: #28a745; color: white; } /* Delivered */
.status-5[b-exs7bbmz5t] { background: #dc3545; color: white; } /* Returned */

.products-grid[b-exs7bbmz5t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.card[b-exs7bbmz5t] {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.card-header[b-exs7bbmz5t] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.order-summary[b-exs7bbmz5t] {
    font-size: 14px;
}

.order-summary hr[b-exs7bbmz5t] {
    margin: 10px 0;
}

.breadcrumb[b-exs7bbmz5t] {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a[b-exs7bbmz5t] {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-item a:hover[b-exs7bbmz5t] {
    text-decoration: underline;
}

.breadcrumb-item.active[b-exs7bbmz5t] {
    color: #6c757d;
}

@media (max-width: 768px) {
    .order-details-container[b-exs7bbmz5t] {
        padding: 10px 0;
    }

    .order-header[b-exs7bbmz5t] {
        margin: 0 -15px 20px;
        border-radius: 0;
    }

    .products-grid[b-exs7bbmz5t] {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
/* _content/PipoShop/Components/Pages/Orders/Edit.razor.rz.scp.css */
.checkout-container[b-o6kbs5io1f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.checkout-form[b-o6kbs5io1f] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.form-section[b-o6kbs5io1f] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .form-section:last-child[b-o6kbs5io1f] {
        border-bottom: none;
    }

    .form-section h4[b-o6kbs5io1f] {
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
    }

.form-group[b-o6kbs5io1f] {
    margin-bottom: 20px;
}

    .form-group label[b-o6kbs5io1f] {
        font-weight: 500;
        color: #555;
        margin-bottom: 5px;
        display: block;
    }

.delivery-options[b-o6kbs5io1f] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-check[b-o6kbs5io1f] {
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .form-check:hover[b-o6kbs5io1f] {
        border-color: #007bff;
        background-color: #f8f9fa;
    }

    .form-check input[type="radio"]:checked + label[b-o6kbs5io1f] {
        color: #007bff;
        font-weight: 600;
    }

    .form-check input[type="radio"]:checked[b-o6kbs5io1f] {
        border-color: #007bff;
    }

.form-check-label[b-o6kbs5io1f] {
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}

.order-summary[b-o6kbs5io1f] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
}

    .order-summary h3[b-o6kbs5io1f] {
        color: #333;
        margin-bottom: 25px;
        font-weight: 600;
        border-bottom: 2px solid #007bff;
        padding-bottom: 10px;
    }

.order-item[b-o6kbs5io1f] {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .order-item:last-child[b-o6kbs5io1f] {
        border-bottom: none;
    }

.item-image[b-o6kbs5io1f] {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

    .item-image img[b-o6kbs5io1f] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .item-image .no-image[b-o6kbs5io1f] {
        width: 100%;
        height: 100%;
        background: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        color: #6c757d;
    }

.item-details[b-o6kbs5io1f] {
    flex: 1;
    margin-right: 15px;
}

    .item-details h5[b-o6kbs5io1f] {
        margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .item-details p[b-o6kbs5io1f] {
        margin: 0;
        font-size: 13px;
        color: #666;
        line-height: 1.4;
    }

.item-price[b-o6kbs5io1f] {
    font-weight: 600;
    color: #007bff;
    font-size: 14px;
}

.order-total[b-o6kbs5io1f] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #007bff;
    text-align: right;
    font-size: 18px;
    color: #333;
}

.form-actions[b-o6kbs5io1f] {
    margin-top: 30px;
    text-align: center;
}

.btn-lg[b-o6kbs5io1f] {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
}

.loading[b-o6kbs5io1f], .not-found[b-o6kbs5io1f] {
    text-align: center;
    padding: 40px;
    color: #666;
}

    .loading i[b-o6kbs5io1f] {
        font-size: 24px;
        margin-bottom: 10px;
    }

.not-found[b-o6kbs5io1f] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    .not-found h3[b-o6kbs5io1f] {
        color: #dc3545;
        margin-bottom: 15px;
    }

    .not-found p[b-o6kbs5io1f] {
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .checkout-container[b-o6kbs5io1f] {
        padding: 10px;
    }

    .checkout-form[b-o6kbs5io1f], .order-summary[b-o6kbs5io1f] {
        padding: 20px;
    }

    .delivery-options[b-o6kbs5io1f] {
        gap: 10px;
    }

    .form-check[b-o6kbs5io1f] {
        padding: 10px;
    }

    .order-summary[b-o6kbs5io1f] {
        position: static;
        margin-top: 20px;
    }

    .form-actions[b-o6kbs5io1f] {
        text-align: left;
    }

    .btn-lg[b-o6kbs5io1f] {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* _content/PipoShop/Components/Pages/Orders/Index.razor.rz.scp.css */
.orders-container[b-8j152grj84] {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 20px 0;
}

.orders-header[b-8j152grj84] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.orders-header h2[b-8j152grj84] {
    color: #333;
    margin: 0;
    font-weight: 600;
}

.orders-summary[b-8j152grj84] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.total-orders[b-8j152grj84] {
    color: #666;
    font-weight: 500;
}

.status-filter-tabs[b-8j152grj84] {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-button[b-8j152grj84] {
    padding: 10px 16px;
    border: 2px solid #6c757d;
    background: white;
    color: #495057;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

    .tab-button:hover[b-8j152grj84] {
        border-color: #6c757d;
        color: #6c757d;
        transform: translateY(-1px);
    }

    .tab-button.active[b-8j152grj84] {
        background: #6c757d;
        border-color: #6c757d;
        color: white;
        box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
    }

.loading[b-8j152grj84] {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #666;
}

.empty-orders[b-8j152grj84] {
    text-align: center;
    padding: 50px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.orders-list[b-8j152grj84] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card[b-8j152grj84] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.order-card:hover[b-8j152grj84] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.order-header[b-8j152grj84] {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.order-info[b-8j152grj84] {
    flex-grow: 1;
}

.order-title[b-8j152grj84] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.order-title h4[b-8j152grj84] {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.customer-name[b-8j152grj84] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.order-meta[b-8j152grj84] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.order-meta span[b-8j152grj84] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px;
}

.order-meta i[b-8j152grj84] {
    color: #999;
}

.order-status[b-8j152grj84] {
    text-align: center;
    margin-left: 20px;
}

.status-badge[b-8j152grj84] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.status-1[b-8j152grj84] { background: #ffc107; color: #212529; } /* Processing */
.status-2[b-8j152grj84] { background: #17a2b8; color: white; } /* Ordered */
.status-3[b-8j152grj84] { background: #007bff; color: white; } /* Shipped */
.status-4[b-8j152grj84] { background: #28a745; color: white; } /* Delivered */
.status-5[b-8j152grj84] { background: #dc3545; color: white; } /* Returned */

.order-details-summary[b-8j152grj84] {
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.delivery-summary[b-8j152grj84] {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.delivery-item[b-8j152grj84] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.delivery-item i[b-8j152grj84] {
    color: #999;
    width: 16px;
}

.order-actions[b-8j152grj84] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: white;
}



@media (max-width: 768px) {
    .orders-container[b-8j152grj84] {
        padding: 10px 0;
    }

    .orders-header[b-8j152grj84] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .status-filter-tabs[b-8j152grj84] {
        gap: 8px;
    }

    .tab-button[b-8j152grj84] {
        padding: 8px 12px;
        font-size: 12px;
    }

    .order-header[b-8j152grj84] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .order-status[b-8j152grj84] {
        margin-left: 0;
        align-self: flex-start;
    }

    .delivery-summary[b-8j152grj84] {
        flex-direction: column;
        gap: 10px;
    }

    .order-actions[b-8j152grj84] {
        flex-direction: column;
        gap: 8px;
    }

    .order-actions .btn[b-8j152grj84] {
        width: 100%;
    }
}
/* _content/PipoShop/Components/Pages/Products/Create.razor.rz.scp.css */
.color-circle[b-e65er8pt48] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    flex-shrink: 0;
}

.form-label[b-e65er8pt48]{
    display: flex;
    

}

    .form-label span[b-e65er8pt48] {
        margin-left: 3px;
        margin-top: 0;
    }

.scrape-button[b-e65er8pt48] {
    background-color: #6c757d;
    color: white;
}
/* _content/PipoShop/Components/Pages/Products/Details.razor.rz.scp.css */
/* Loading and Error States */
.loading-container[b-w4cfsxtlx4], .error-container[b-w4cfsxtlx4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

.spinner[b-w4cfsxtlx4] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-w4cfsxtlx4 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-w4cfsxtlx4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Main Container */
.product-details-container[b-w4cfsxtlx4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Desktop Layout */
.desktop-layout[b-w4cfsxtlx4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.mobile-layout[b-w4cfsxtlx4] {
    display: none;
}

/* Image Gallery */
.image-gallery[b-w4cfsxtlx4] {
    display: flex;
    gap: 20px;
}

.thumbnail-list[b-w4cfsxtlx4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80px;
    position: relative;
}

.thumbnail[b-w4cfsxtlx4] {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.thumbnail:hover[b-w4cfsxtlx4] {
    border-color: #007bff;
}

.thumbnail.active[b-w4cfsxtlx4] {
    border-color: #007bff;
}

.thumbnail img[b-w4cfsxtlx4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-nav[b-w4cfsxtlx4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.nav-btn[b-w4cfsxtlx4] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nav-btn:hover:not(:disabled)[b-w4cfsxtlx4] {
    background: #e9ecef;
}

.nav-btn:disabled[b-w4cfsxtlx4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.main-image[b-w4cfsxtlx4] {
    flex: 1;
    max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img[b-w4cfsxtlx4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image[b-w4cfsxtlx4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    color: #6c757d;
}

.no-image i[b-w4cfsxtlx4] {
    font-size: 48px;
    margin-bottom: 10px;
}

/* Product Info */
.product-info[b-w4cfsxtlx4] {
    padding: 20px 0;
}

.breadcrumb[b-w4cfsxtlx4] {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-title[b-w4cfsxtlx4] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
}

.price-section[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.price-with-discount[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.current-price[b-w4cfsxtlx4] {
    font-size: 32px;
    font-weight: 700;
    color: #dc3545;
}

.old-price[b-w4cfsxtlx4] {
    font-size: 20px;
    text-decoration: line-through;
    color: #6c757d;
}

.discount-badge[b-w4cfsxtlx4] {
    background: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.price-no-discount .current-price[b-w4cfsxtlx4] {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
}

.description[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.description h3[b-w4cfsxtlx4] {
    font-size: 18px;
    margin-bottom: 10px;
    color: #212529;
}

.description p[b-w4cfsxtlx4] {
    color: #6c757d;
    line-height: 1.6;
}

/* Size Selection */
.size-selection[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.size-selection h3[b-w4cfsxtlx4] {
    font-size: 18px;
    margin-bottom: 15px;
    color: #212529;
}

.size-options[b-w4cfsxtlx4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-btn[b-w4cfsxtlx4] {
    padding: 12px 16px;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.size-btn:hover:not(:disabled)[b-w4cfsxtlx4] {
    border-color: #007bff;
}

.size-btn.selected[b-w4cfsxtlx4] {
    border-color: #007bff;
    background: #007bff;
    color: white;
}

.size-btn.out-of-stock[b-w4cfsxtlx4] {
    background: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.stock-info[b-w4cfsxtlx4] {
    font-size: 12px;
    display: block;
}

/* Quantity Selection */
.quantity-selection[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.quantity-selection h3[b-w4cfsxtlx4] {
    font-size: 18px;
    margin-bottom: 15px;
    color: #212529;
}

.quantity-controls[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 150px;
}

.qty-btn[b-w4cfsxtlx4] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.qty-btn:hover:not(:disabled)[b-w4cfsxtlx4] {
    background: #e9ecef;
}

.qty-btn:disabled[b-w4cfsxtlx4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-input[b-w4cfsxtlx4] {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px;
    font-size: 0.9rem;
}

/* Favorite Section */
.favorite-section[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.favorite-btn-details[b-w4cfsxtlx4] {
    background: transparent;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}

.favorite-btn-details:hover:not(:disabled)[b-w4cfsxtlx4] {
    border-color: #dc3545;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
}

.favorite-btn-details.active[b-w4cfsxtlx4] {
    border-color: #dc3545;
    background: #dc3545;
    color: white;
    animation: favoriteActivate-b-w4cfsxtlx4 0.3s ease-in-out;
}

.favorite-btn-details.active:hover:not(:disabled)[b-w4cfsxtlx4] {
    background: #c82333;
    border-color: #c82333;
}

/* Анимация за моментално визуално обновяване */
@keyframes favoriteActivate-b-w4cfsxtlx4 {
    0% {
        transform: scale(1);
        background: transparent;
        color: #6c757d;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        background: #dc3545;
        color: white;
    }
}

.favorite-btn-details:disabled[b-w4cfsxtlx4] {
    opacity: 0.6;
    cursor: not-allowed;
}

.favorite-btn-details i[b-w4cfsxtlx4] {
    font-size: 18px;
}

/* Add to Cart */
.add-to-cart-section[b-w4cfsxtlx4] {
    margin-bottom: 30px;
}

.add-to-cart-btn[b-w4cfsxtlx4] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

    .add-to-cart-btn:hover:not(:disabled)[b-w4cfsxtlx4] {
        background: #5c636a;
    }

.add-to-cart-btn:disabled[b-w4cfsxtlx4] {
    background: #6c757d;
    opacity: 0.5;
    cursor: not-allowed;
}

.size-required[b-w4cfsxtlx4] {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
}

/* Product Stats */
.product-stats[b-w4cfsxtlx4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
}

.product-stats span[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-stats i[b-w4cfsxtlx4] {
    width: 16px;
}

/* Related Products */
.related-products-section[b-w4cfsxtlx4] {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #dee2e6;
}

.related-products-section h2[b-w4cfsxtlx4] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #212529;
}

.desktop-related[b-w4cfsxtlx4] {
    display: block;
}

.mobile-related[b-w4cfsxtlx4] {
    display: none;
}

.related-products-grid[b-w4cfsxtlx4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.related-product-card[b-w4cfsxtlx4] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.related-product-card:hover[b-w4cfsxtlx4] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.related-product-card img[b-w4cfsxtlx4] {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.no-image-placeholder[b-w4cfsxtlx4] {
    width: 100%;
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.no-image-placeholder i[b-w4cfsxtlx4] {
    font-size: 48px;
}

.card-content[b-w4cfsxtlx4] {
    padding: 15px;
}

.card-content h4[b-w4cfsxtlx4] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
}

.card-content p[b-w4cfsxtlx4] {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-content .price[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-content .price .current[b-w4cfsxtlx4] {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545;
}

.card-content .price .old[b-w4cfsxtlx4] {
    font-size: 14px;
    text-decoration: line-through;
    color: #6c757d;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .desktop-layout[b-w4cfsxtlx4] {
        display: none;
    }

    .mobile-layout[b-w4cfsxtlx4] {
        display: block;
    }

    .product-details-container[b-w4cfsxtlx4] {
        padding: 10px;
    }

    /* Mobile Carousel */
    .mobile-carousel[b-w4cfsxtlx4] {
        margin-bottom: 20px;
    }

    .carousel-container[b-w4cfsxtlx4] {
        position: relative;
        width: 100%;
        height: 400px;
        border-radius: 12px;
        overflow: hidden;
        background: #f8f9fa;
    }

    .carousel-container img[b-w4cfsxtlx4] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: white;
    }

    .carousel-btn[b-w4cfsxtlx4] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
    }

    .carousel-btn:hover[b-w4cfsxtlx4] {
        background: rgba(0, 0, 0, 0.7);
    }

    .carousel-btn.prev[b-w4cfsxtlx4] {
        left: 10px;
    }

    .carousel-btn.next[b-w4cfsxtlx4] {
        right: 10px;
    }

    .carousel-indicators[b-w4cfsxtlx4] {
        bottom: 15px;
        display: flex;
        align-self: center;
        gap: 8px;
    }

    .indicator[b-w4cfsxtlx4] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .indicator.active[b-w4cfsxtlx4] {
        background: white;
    }

    /* Mobile Product Info */
    .mobile-product-info[b-w4cfsxtlx4] {
        padding: 20px 10px;
    }

    /* Mobile Related Products */
    .desktop-related[b-w4cfsxtlx4] {
        display: none;
    }

    .mobile-related[b-w4cfsxtlx4] {
        display: block;
    }

    .related-carousel[b-w4cfsxtlx4] {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        padding: 10px 5px;
        scroll-snap-type: x mandatory;
    }

    .product-card[b-w4cfsxtlx4] {
        height: auto;
    }

    .related-carousel[b-w4cfsxtlx4]::-webkit-scrollbar {
        height: 4px;
    }

    .related-carousel[b-w4cfsxtlx4]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }

    .related-carousel[b-w4cfsxtlx4]::-webkit-scrollbar-thumb {
        background: #007bff;
        border-radius: 2px;
    }

    .related-card-mobile[b-w4cfsxtlx4] {
        flex: 0 0 200px;
        border: 1px solid #dee2e6;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        scroll-snap-align: start;
        background: white;
    }

    .related-card-mobile img[b-w4cfsxtlx4] {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .card-info[b-w4cfsxtlx4] {
        padding: 10px;
    }

    .card-info h5[b-w4cfsxtlx4] {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #212529;
    }

    .card-info p[b-w4cfsxtlx4] {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-info .price[b-w4cfsxtlx4] {
        font-size: 14px;
        font-weight: 600;
        color: #dc3545;
    }

    /* Adjust mobile typography */
    .product-title[b-w4cfsxtlx4] {
        font-size: 24px;
    }

    .current-price[b-w4cfsxtlx4] {
        font-size: 28px !important;
    }

    .old-price[b-w4cfsxtlx4] {
        font-size: 18px;
    }

    .size-options[b-w4cfsxtlx4] {
        gap: 8px;
    }

    .size-btn[b-w4cfsxtlx4] {
        padding: 10px 14px;
        font-size: 14px;
    }

    .add-to-cart-btn[b-w4cfsxtlx4] {
        padding: 12px 25px;
        font-size: 15px;
    }

    .related-products-section[b-w4cfsxtlx4] {
        margin-top: 40px;
        padding-top: 30px;
    }

    .related-products-section h2[b-w4cfsxtlx4] {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .product-details-container[b-w4cfsxtlx4] {
        padding: 5px;
    }

    .product-card[b-w4cfsxtlx4]{
        height: auto !important;
    }

    .carousel-container[b-w4cfsxtlx4] {
        height: 350px;
    }

    .product-title[b-w4cfsxtlx4] {
        font-size: 20px;
    }

    .current-price[b-w4cfsxtlx4] {
        font-size: 24px !important;
    }

    .related-card-mobile[b-w4cfsxtlx4] {
        flex: 0 0 160px;
    }

    .related-card-mobile img[b-w4cfsxtlx4] {
        height: 120px;
    }
}

/* Size Checking Indicators */
.size-header[b-w4cfsxtlx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.size-title-section[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.size-guide-btn[b-w4cfsxtlx4] {
    background-color: transparent;
    border: 1px solid #6c757d;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.size-guide-btn:hover[b-w4cfsxtlx4] {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.size-guide-btn i[b-w4cfsxtlx4] {
    font-size: 12px;
}

.checking-sizes-indicator[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
}

.sizes-updated-indicator[b-w4cfsxtlx4] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #28a745;
    font-size: 14px;
    font-weight: 500;
}

.checking-sizes-indicator i[b-w4cfsxtlx4] {
    animation: spin-indicator-b-w4cfsxtlx4 1s linear infinite;
}

@keyframes spin-indicator-b-w4cfsxtlx4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Disabled dropdown styling */
.size-dropdown:disabled[b-w4cfsxtlx4] {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}
/* _content/PipoShop/Components/Pages/Products/Edit.razor.rz.scp.css */
.color-circle[b-jvz6bhmris] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    flex-shrink: 0;
}


.form-label[b-jvz6bhmris] {
    display: flex;
}

    .form-label span[b-jvz6bhmris] {
        margin-left: 3px;
        margin-top: 0;
    }
/* _content/PipoShop/Components/Pages/Products/Index.razor.rz.scp.css */

/* Products page layout */
.products-page[b-z07s5hx00l] {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}

/* Breadcrumb navigation */
.breadcrumb[b-z07s5hx00l] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item[b-z07s5hx00l]::before {
    content: ">";
    color: #6c757d;
}

.breadcrumb-item a[b-z07s5hx00l] {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-z07s5hx00l] {
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumb-item.active[b-z07s5hx00l] {
    color: #6c757d;
    font-weight: 500;
}

/* Filter controls */
.filter-controls[b-z07s5hx00l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.controls-left[b-z07s5hx00l] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-toggle-btn[b-z07s5hx00l] {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.2s ease;
    background-color: transparent;
    border: none;
    color: black;
    height: 45.33px;
    display: inline-block !important;
}

.filter-toggle-btn:hover[b-z07s5hx00l] {
    transform: translateY(-1px);
    background-color: #6c757d;
    color: white;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.products-info[b-z07s5hx00l] {
    color: #6c757d;
    font-size: 14px;
}

/* Loading container */
.loading-container[b-z07s5hx00l] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* Products grid */
.products-container[b-z07s5hx00l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.product-item[b-z07s5hx00l] {
    transition: transform 0.2s ease;
}

[b-z07s5hx00l] .product-item .product-card {
    height: 100% !important;
}

.product-item:hover[b-z07s5hx00l] {
    transform: translateY(-2px);
}

/* No products message */
.no-products[b-z07s5hx00l] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

/* Pagination */
.pagination-container[b-z07s5hx00l] {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.pagination .page-link[b-z07s5hx00l] {
    color: #007bff;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.pagination .page-link:hover[b-z07s5hx00l] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination .page-item.active .page-link[b-z07s5hx00l] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pagination .page-item.disabled .page-link[b-z07s5hx00l] {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* Pagination container */
.pagination-container[b-z07s5hx00l] {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* No products message */
.no-products[b-z07s5hx00l] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 40px 20px;
}

.no-products-content[b-z07s5hx00l] {
    text-align: center;
    max-width: 400px;
}

.no-products-content i[b-z07s5hx00l] {
    margin-bottom: 20px;
}

.no-products-content h5[b-z07s5hx00l] {
    margin-bottom: 15px;
    font-weight: 600;
}

.no-products-content p[b-z07s5hx00l] {
    margin-bottom: 0;
    line-height: 1.6;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .products-page[b-z07s5hx00l] {
        padding: 10px;
    }

    .filter-controls[b-z07s5hx00l] {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .controls-left[b-z07s5hx00l] {
        width: 100%;
        gap: 10px;
    }

    .products-container[b-z07s5hx00l] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 10px;
    }

    .filter-toggle-btn[b-z07s5hx00l] {
        width: 100%;
        justify-content: center;
    }

    .pagination-container[b-z07s5hx00l] {
        margin-top: 30px;
        padding: 0 10px;
    }

    .no-products[b-z07s5hx00l] {
        min-height: 200px;
        padding: 20px 10px;
    }

    .no-products-content[b-z07s5hx00l] {
        max-width: 300px;
    }

    .no-products-content i[b-z07s5hx00l] {
        font-size: 2rem !important;
    }
}

@media (max-width: 480px) {
    .products-container[b-z07s5hx00l] {
        grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
        gap: 10px;
    }
}

.btn-outline-secondary[b-z07s5hx00l]{
    font-weight: bold !important;
}
/* _content/PipoShop/Components/Pages/Profile/Index.razor.rz.scp.css */
/* Profile Page Styles */
.profile-container[b-nuw0z635h3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    min-height: calc(100vh - 120px); /* Заема цялата видима височина минус навигацията */
    display: flex;
    flex-direction: column;
}

.profile-header[b-nuw0z635h3] {
    text-align: center;
    margin-bottom: 40px;
}

.profile-header h1[b-nuw0z635h3] {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.profile-header p[b-nuw0z635h3] {
    color: #666;
    font-size: 16px;
}

.profile-content[b-nuw0z635h3] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    flex: 1; /* Заема останалото пространство */
}

.profile-nav[b-nuw0z635h3] {
    background: white;
    border-radius: 12px;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.nav-item[b-nuw0z635h3] {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-item:hover[b-nuw0z635h3] {
    background: #f8f9fa;
}

.nav-item.active[b-nuw0z635h3] {
    background: #f8f9fa;
    border-left-color: #007bff;
    color: #007bff;
}

.nav-item i[b-nuw0z635h3] {
    margin-right: 12px;
    width: 16px;
    text-align: center;
}

.nav-item.logout[b-nuw0z635h3] {
    color: #dc3545;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

.nav-item.logout:hover[b-nuw0z635h3] {
    background: #fdf2f2;
}

.profile-main[b-nuw0z635h3] {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1; /* Заема останалото пространство */
    display: flex;
    flex-direction: column;
}

.profile-section[b-nuw0z635h3] {
    flex: 1;
}

.profile-section h2[b-nuw0z635h3] {
    color: #333;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.info-card[b-nuw0z635h3] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.info-item[b-nuw0z635h3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.info-item:last-child[b-nuw0z635h3] {
    border-bottom: none;
}

.info-item label[b-nuw0z635h3] {
    font-weight: 500;
    color: #555;
    min-width: 120px;
}

.info-item span[b-nuw0z635h3] {
    color: #333;
    font-weight: 400;
}

.loading-container[b-nuw0z635h3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #666;
}

.spinner[b-nuw0z635h3] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-nuw0z635h3 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-nuw0z635h3 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .profile-container[b-nuw0z635h3] {
        padding: 10px;
        min-height: calc(100vh - 80px); /* По-малко отстояние за мобилни */
    }

    .profile-content[b-nuw0z635h3] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profile-nav[b-nuw0z635h3] {
        order: 2;
    }

    .profile-main[b-nuw0z635h3] {
        order: 1;
        padding: 20px;
    }

    .nav-item[b-nuw0z635h3] {
        padding: 12px 20px;
    }

    .info-item[b-nuw0z635h3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .info-item label[b-nuw0z635h3] {
        min-width: auto;
        font-size: 14px;
    }
}
/* _content/PipoShop/Components/Shared/AdminFloatingButton.razor.rz.scp.css */
.admin-floating-button[b-khqqqh9eik] {
    position: fixed;
    top: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.4);
    transition: all 0.3s ease;
    z-index: 1050;
    color: white;
    font-size: 24px;
    border: none;
    outline: none;
}

.admin-floating-button:hover[b-khqqqh9eik] {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.6);
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
}

.admin-floating-button:active[b-khqqqh9eik] {
    transform: translateY(-1px) scale(1.05);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.5);
}

.admin-floating-button i[b-khqqqh9eik] {
    font-size: 24px;
    font-weight: bold;
}

/* Pulse animation */
.admin-floating-button[b-khqqqh9eik]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(40, 167, 69, 0.3);
    animation: pulse-b-khqqqh9eik 2s infinite;
    z-index: -1;
}

@keyframes pulse-b-khqqqh9eik {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .admin-floating-button[b-khqqqh9eik] {
        width: 50px;
        height: 50px;
        right: 20px;
        top: 80px;
        font-size: 20px;
    }
    
    .admin-floating-button i[b-khqqqh9eik] {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .admin-floating-button[b-khqqqh9eik] {
        width: 45px;
        height: 45px;
        right: 15px;
        top: 70px;
        font-size: 18px;
    }
    
    .admin-floating-button i[b-khqqqh9eik] {
        font-size: 18px;
    }
}

/* Ensure it's above other elements */
.admin-floating-button[b-khqqqh9eik] {
    z-index: 1050;
}

/* Hide on very small screens to avoid interference */
@media (max-width: 320px) {
    .admin-floating-button[b-khqqqh9eik] {
        display: none;
    }
}
/* _content/PipoShop/Components/Shared/CookieConsentModal.razor.rz.scp.css */
.cookie-consent-overlay[b-qvkkomz42p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.cookie-consent-modal[b-qvkkomz42p] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 90%;
    max-height: 70vh;
    overflow-y: auto;
    animation: slideIn-b-qvkkomz42p 0.3s ease-out;
}

@keyframes slideIn-b-qvkkomz42p {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cookie-consent-header[b-qvkkomz42p] {
    padding: 20px 20px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.cookie-consent-header h3[b-qvkkomz42p] {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
}

.cookie-consent-header p[b-qvkkomz42p] {
    margin: 0;
    color: #6b7280;
    font-size: 0.8rem;
    line-height: 1.3;
}

.cookie-consent-body[b-qvkkomz42p] {
    padding: 12px 20px;
}

.cookie-category[b-qvkkomz42p] {
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background-color: #f9fafb;
}

.cookie-category-header[b-qvkkomz42p] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cookie-category-info h4[b-qvkkomz42p] {
    margin: 0 0 2px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1f2937;
}

.cookie-category-info p[b-qvkkomz42p] {
    margin: 0;
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.3;
}

/* Toggle Switch Styles */
.cookie-switch[b-qvkkomz42p] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.cookie-switch input[b-qvkkomz42p] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-qvkkomz42p] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: 0.3s;
    border-radius: 24px;
}

.slider[b-qvkkomz42p]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

input:checked + .slider[b-qvkkomz42p] {
    background-color: #10b981;
}

input:disabled + .slider[b-qvkkomz42p] {
    background-color: #9ca3af;
    cursor: not-allowed;
}

input:checked + .slider[b-qvkkomz42p]:before {
    transform: translateX(20px);
}

.cookie-consent-footer[b-qvkkomz42p] {
    padding: 12px 20px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.cookie-consent-footer .btn[b-qvkkomz42p] {
    flex: 1;
    min-width: 100px;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
}

.btn-outline[b-qvkkomz42p] {
    background: white;
    color: #6b7280;
    border-color: #d1d5db;
}

.btn-outline:hover[b-qvkkomz42p] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.btn-primary[b-qvkkomz42p] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-qvkkomz42p] {
    background: #2563eb;
}

.btn-success[b-qvkkomz42p] {
    background: #10b981;
    color: white;
}

.btn-success:hover[b-qvkkomz42p] {
    background: #059669;
}

.cookie-consent-links[b-qvkkomz42p] {
    padding: 8px 20px 16px;
    display: flex;
    gap: 12px;
    justify-content: center;
    border-top: 1px solid #f3f4f6;
}

.cookie-consent-links a[b-qvkkomz42p] {
    color: #6b7280;
    font-size: 0.7rem;
    text-decoration: none;
}

.cookie-consent-links a:hover[b-qvkkomz42p] {
    color: #3b82f6;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 640px) {
    .cookie-consent-modal[b-qvkkomz42p] {
        margin: 16px;
        width: calc(100% - 32px);
    }
    
    .cookie-consent-footer[b-qvkkomz42p] {
        flex-direction: column;
    }
    
    .cookie-consent-footer .btn[b-qvkkomz42p] {
        width: 100%;
    }
    
    .cookie-consent-links[b-qvkkomz42p] {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}
/* _content/PipoShop/Components/Shared/NavigationBar.razor.rz.scp.css */
.navigation-bar[b-zx8oogdtnq] {
    background-color: #f8f9fa !important;
}

.back-button[b-zx8oogdtnq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 40px;
    background-color: transparent;
    color: black;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-button:hover[b-zx8oogdtnq] {
    background-color: transparent;
}

    .back-button:active[b-zx8oogdtnq] {
        background-color: transparent;
    }

.back-button i[b-zx8oogdtnq] {
    font-size: 24px;
}

.back-button:focus[b-zx8oogdtnq] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .back-button[b-zx8oogdtnq] {
        width: 60px;
        height: 36px;
    }

    .back-button i[b-zx8oogdtnq] {
        font-size: 24px;
    }
}
/* _content/PipoShop/Components/Shared/OutOfStockOverlay.razor.rz.scp.css */
.out-of-stock-overlay[b-obza4evg3b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .out-of-stock-overlay.show[b-obza4evg3b] {
        opacity: 1;
        visibility: visible;
    }

.overlay-content[b-obza4evg3b] {
    background: white;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.out-of-stock-overlay.show .overlay-content[b-obza4evg3b] {
    transform: scale(1);
}

.overlay-icon[b-obza4evg3b] {
    margin-bottom: 20px;
}

    .overlay-icon i[b-obza4evg3b] {
        font-size: 4rem;
        color: #dc3545;
    }

.overlay-content h3[b-obza4evg3b] {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.overlay-content p[b-obza4evg3b] {
    color: #666;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.overlay-actions[b-obza4evg3b] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

    .overlay-actions .btn[b-obza4evg3b] {
        padding: 12px 24px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .overlay-actions .btn-outline-secondary[b-obza4evg3b] {
        background: #007bff;
        color: white;
    }

        .overlay-actions .btn-outline-secondary:hover[b-obza4evg3b] {
            background: #0056b3;
            transform: translateY(-2px);
        }

    .overlay-actions .btn-outline-secondary[b-obza4evg3b] {
        background: transparent;
        color: #6c757d;
        border: 2px solid #6c757d;
    }

        .overlay-actions .btn-outline-secondary:hover[b-obza4evg3b] {
            background: #6c757d;
            color: white;
            transform: translateY(-2px);
        }

@media (max-width: 768px) {
    .overlay-content[b-obza4evg3b] {
        padding: 30px 20px;
        margin: 20px;
    }

    .overlay-icon i[b-obza4evg3b] {
        font-size: 3rem;
    }

    .overlay-content h3[b-obza4evg3b] {
        font-size: 1.3rem;
    }

    .overlay-actions[b-obza4evg3b] {
        flex-direction: column;
    }

        .overlay-actions .btn[b-obza4evg3b] {
            width: 100%;
            justify-content: center;
        }
}
/* _content/PipoShop/Components/Shared/SizeGuideModal.razor.rz.scp.css */
/* Modal overlay */
.size-guide-modal[b-0aya1v87d7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001; /* Higher than filter sidebar (10000) */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.size-guide-modal.show[b-0aya1v87d7] {
    opacity: 1;
    visibility: visible;
}

/* Modal content */
.modal-content[b-0aya1v87d7] {
    background: white;
    border-radius: 12px;
    max-width: 95vw;
    max-height: 90vh;
    width: 1200px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.size-guide-modal.show .modal-content[b-0aya1v87d7] {
    transform: scale(1);
}

/* Modal header */
.modal-header[b-0aya1v87d7] {
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.modal-header h4[b-0aya1v87d7] {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.close-btn[b-0aya1v87d7] {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close-btn:hover[b-0aya1v87d7] {
    background: #e9ecef;
    color: #333;
}

/* Modal body */
.modal-body[b-0aya1v87d7] {
    padding: 0;
    overflow-y: auto;
    max-height: calc(90vh - 80px);
}

/* Disclaimer */
.disclaimer[b-0aya1v87d7] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.disclaimer i[b-0aya1v87d7] {
    color: #f39c12;
}

/* Tabs */
.size-tabs[b-0aya1v87d7] {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 0 30px;
}

.tab-btn[b-0aya1v87d7] {
    background: none;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-weight: 500;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
}

.tab-btn:hover[b-0aya1v87d7] {
    color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}

.tab-btn.active[b-0aya1v87d7] {
    color: #007bff;
    border-bottom-color: #007bff;
    background: white;
}

/* Tab content */
.tab-content[b-0aya1v87d7] {
    padding: 30px;
}

/* Size tables container */
.size-tables-container[b-0aya1v87d7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Size table sections */
.size-table-section[b-0aya1v87d7] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.size-table-section h5[b-0aya1v87d7] {
    background: #007bff;
    color: white;
    margin: 0;
    padding: 15px 20px;
    font-weight: 600;
    text-align: center;
}

/* Tables */
.table-responsive[b-0aya1v87d7] {
    overflow-x: auto;
}

.size-table[b-0aya1v87d7] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 13px;
}

.size-table thead th[b-0aya1v87d7] {
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 12px 8px;
    text-align: center;
    border-bottom: 2px solid #dee2e6;
    font-size: 12px;
}

.size-table tbody td[b-0aya1v87d7] {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    color: #555;
}

.size-table tbody tr:hover[b-0aya1v87d7] {
    background: #f8f9fa;
}

.size-table tbody tr:last-child td[b-0aya1v87d7] {
    border-bottom: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .modal-content[b-0aya1v87d7] {
        width: 95vw;
        max-height: 95vh;
        margin: 10px;
    }
    
    .modal-header[b-0aya1v87d7] {
        padding: 15px 20px;
    }
    
    .modal-header h4[b-0aya1v87d7] {
        font-size: 18px;
    }
    
    .tab-content[b-0aya1v87d7] {
        padding: 20px 15px;
    }
    
    .size-tables-container[b-0aya1v87d7] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .size-tabs[b-0aya1v87d7] {
        padding: 0 15px;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .tab-btn[b-0aya1v87d7] {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .disclaimer[b-0aya1v87d7] {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .size-table[b-0aya1v87d7] {
        font-size: 12px;
    }
    
    .size-table thead th[b-0aya1v87d7] {
        padding: 8px 6px;
        font-size: 11px;
    }
    
    .size-table tbody td[b-0aya1v87d7] {
        padding: 8px 6px;
    }
}

@media (max-width: 480px) {
    .size-table[b-0aya1v87d7] {
        font-size: 11px;
    }
    
    .size-table thead th[b-0aya1v87d7] {
        padding: 6px 4px;
        font-size: 10px;
    }
    
    .size-table tbody td[b-0aya1v87d7] {
        padding: 6px 4px;
    }
}
