html, body {
    font-family: 'Public Sans', sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
.login-heading {
    font-weight: 600;
    font-size: 30px;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 1.5rem;
    text-align: center;
}
.style-heading {
    font-weight: 600;
    font-size: 30px;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--color-heading);
}
.style-description {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--color-caption);
}
.style-field-name {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 1.5rem;
    text-align: start;
    color: var(--color-heading);
}


.custom-checkbox .mud-checkbox-input:checked + .mud-checkbox-ripple {
    background-color: #FF7F38 !important; 
    border-color: #FF7F38 !important;
}

.custom-checkbox .mud-checkbox-input:checked + .mud-checkbox-ripple svg {
    fill: white !important; 
}


.mud-button.social-login-button {
    background-color: #FFFFFF !important;
    border-color: #DDDDDD !important;
    height: 44px !important;
    width: 78px !important;
    min-width: 50px !important;
    padding: 0 !important;
    border-radius: 8px !important;
}

    .mud-button.social-login-button img {
        height: 24px !important;
    }
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(8px); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.phone-flex {
    display: flex;
    align-items: center;
    gap: 16px; 
}
body {
    font-family: 'Public Sans', sans-serif;
}




/* Collectibles Details Section */




 .item-main-details {
        width: 100%;
        font-family: 'Public Sans', sans-serif;
    }

    .row-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        width: 100%;
        max-width: 980px;
    }

    .title-item-name {
        color: var(--color-text-heading);
        font-size: 25px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .icon-label-container {
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .icon-label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .icon-image {
        width: 18px;
        height: 18px;
    }

    .icon-text {
        margin-left: 0.5rem;
        color: var(--color-accent);
        font-family: 'Public Sans', sans-serif;
        font-size: 13px !important;
        font-weight: 500;
    }
    .info-mobile-container {
        display: none;
    }
    .info-container {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .info-ad-container {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        max-width: 300px;
    }
    .item-main-image-container {
        width: 100%;
        
    }
    .item-main-image {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 8px;
    }

    .info-side-container {
        display: flex;
        flex-direction: column;
        width: 120px;
        height: 480px;
    }

    .info-side-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px;
    }
      .custom-share-menu .mud-popover {
        border-radius: 40px !important;
        overflow: hidden;
    }
    .mud-popover:has(.share-icon) .mud-list {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto;
        gap: 4px;
    }

    .share-popover .mud-list {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto;
        gap: 4px;
    }


    .mud-menu-item {
        padding: 0px 6px 0px 0px !important;
    }

    .mud-menu-list {
        padding-left: 6px;
    }

    .mud-menu-item .mud-menu-item-text {
        margin: 4px 0px 0px 0px !important;
    }
    .similar-items-section {
    width: 100%;
    padding: 1rem 0;
}

.similar-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.similar-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: var(--color-text-heading);
}

    .similar-items-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 1rem;
    }

    .similar-card-wrapper {
        flex: 0 1 calc(25% - 16px);
        box-sizing: border-box;
    }

    @media (max-width: 1024px) {
        .similar-card-wrapper {
            flex: 0 1 calc(33.333% - 16px);
        }
    }

    @media (max-width: 768px) {
        .similar-card-wrapper {
            flex: 0 1 calc(50% - 16px);
        }
    }

    @media (max-width: 480px) {
        .similar-card-wrapper {
            flex: 0 1 100%;
        }
    }



    /* Responsive Rules */
    @media (max-width: 770px) {
        .info-mobile-container {
            padding: 5px 0;
            display: block;
            width: 100%;
        }
        .info-desktop-container {
            display: none;
        }
        .info-side-container {
            display: none;
        }
        .info-ad-container {
            width: 100%;
            max-width: 100%;
        }
        .item-main-image-container {
            width: 100%;
        }
        .item-main-image {
            height: 250px;
        }
        .info-container {
            flex-direction: column;
            align-items: center;
    }
        .row-container {
           display: none;
        }

        .title-item-name {
            font-size: 20px;
            -webkit-line-clamp: 2;
        }
    }




    /* Collectibles List Section */



     .item-list {
        padding: 5px 0;
        font-family: 'Public Sans', sans-serif;
        
    }
    .max-width-List {
        max-width: 1068px;
        margin: 0 auto;
    }
    .footer-pagination-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 32px 40px 0;
    }

    .pagination-center {
        display: flex;  
        flex-direction: column;
        align-items: center;
    }

    .empty-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 300px;
        padding: 40px 20px;
    }

    .item-list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .item-list-header-title {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #242424;
    }

    .item-list-header-sort-section {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .item-list-header-sort-label {
        font-weight: 500;
        font-size: 13px;
        color: #242424;
    }

    .item-list-header-sort-dropdown {
        min-width: 180px;
    }


    .item-list-header-sort-dropdown {
        min-width: 155px;
    }

    .list-view-wrapper {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .list-view-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .list-view-right {
        width: 340px;
        flex-shrink: 0;
        position: sticky;
        top: 16px;
    }

    .ad-image {
        width: 100%;
        height: 384px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .grid-ad-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }


    .pagination-container {
        margin-top: 24px;
    }
     @media (max-width: 1160px) {
        .item-list {
          padding: 5px;
        }
    }
     @media (max-width: 770px) {
        .item-list {
          padding: 5px;
        }
        .item-list-header-sort-label{
            display: none;
        }
        .item-list-header-title{
            font-size: 14px;
        }
    }




    /* CollectiblesSearchSection */



     .search-container {
        width: 100%;
        padding: 10px 0;
    }

    .search-row {
        display: flex;
        flex-direction: row;
        gap:5px;
        width: 100%;
    }

    .first-row,
    .second-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap:5px
    }

    .search-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 270px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        transition: width 0.3s ease;
    }

    .search-bar:focus-within {
        width: 100%;
    }

    .search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        padding: 6px 0;
        width: 270px;
    }

    .search-icon-left {
        display: flex;
        align-items: center;
        color: #888;
    }

    .search-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
    }

    .search-btn {
        padding: 1px 8px;
        min-width: auto;
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 100%);
        border-radius: 50px;
        width: 32px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .search-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .action-icon-img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    .action-icon-img-left {
        width: 20px;
        height: 20px;
    }

    .search-btn:hover {
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 80%);
        transform: scale(1.05);
    }

    .search-btn:active {
        transform: scale(0.95);
    }

        .save-search {
            width: 100%;
        }
        .item-short-select{
             width: 100%;
              max-width: 100px;
        }
        .brand-select{
            width: 100%;
            max-width: 180px;
        }
        .price-short-select {
             width: 100%;
             max-width: 110px;
         }

        .save-search {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .save-search-btn {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: var(--color-accent);
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 8px;
        text-transform: capitalize;
    }

    .right-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Responsive Mobile Rules */
    @media (max-width: 992px) {
        .search-container{
            padding: 10px;
        }
        .search-row {
           display: flex;
           flex-direction: column;
           gap: 12px;
        }

        .first-row,
        .second-row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }

        .search-bar,
        .search-input,
        .price-short-select,
        .short-select,
        .save-search {
            width: 100%;
        }

        .right-actions {
            display: none !important;
        }
    }



    /* ClassifiedsComponentSearch */



    .category-banner-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
  
    .category-banner-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }


/* CollectiblesDetailsComponent */
    .similar-items-title {
        font-family: 'Public Sans', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: var(--color-text-heading);
    }

    .view-all-link {
        font-family: 'Public Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #ff6600;
        text-decoration: none;
    }

    .view-all-link:hover {
        text-decoration: underline;
    }



    /* CreatePostComponent */

    .form-wrapper {
        background-color: var(--color-secondary-background);
        padding: 10px 0;
        font-family: 'Public Sans', sans-serif;

    }
    .save-button-container {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    margin-top: 1rem; /* equivalent to mt-4 in Bootstrap (usually 16px) */
    }

    .form-container {
        padding: 10px 5px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .close-button {
        background-color: var(--color-background);
        color: var(--color-text-heading);
        border-radius: 6px;
        width: 200px;
        font-weight: 600;
        text-transform: capitalize;
        border: 1px solid var(--color-captcha-box);
    }

    .save-button {
        background-color: var(--color-accent);
        color: var(--color-background);
        border-radius: 6px;
        width: 200px;
        font-weight: 600;
        text-transform: capitalize;
    }

    @media (min-width: 960px) {
        .form-container .mud-grid {
            align-items: start;
        }
    }



/* Collectibles Form list */


 .form-section {
        margin-bottom: 2rem;
        font-family: 'Public Sans', sans-serif;
    }

    .form-heading {
        color: var(--color-primary);
        font-size: 18px;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .map-container {
        width: 100%;
        overflow: hidden;
        border: 1px solid #D0D5DD;
        border-radius: 6px;
        margin-bottom: 1.5rem;
    }


    .map-frame {
        width: 100%;
        height: 300px;
        border: none;
    }

    .checkbox-section {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .checkbox-left {
        flex-shrink: 0;
    }

    .checkbox-right {
        font-size: 14px;
        color: #444;
    }

        .checkbox-right a {
            color: #F37021;
            text-decoration: none;
            font-weight: 500;
        }

            .checkbox-right a:hover {
                text-decoration: underline;
            }


    /* Optional: Responsive spacing or alignment */
    @media (min-width: 768px) {
        .form-group {
            max-width: 500px;
        }
    }



    /* FileUploader */

    .file-upload-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.upload-label-warn {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #344054;
}

.file-upload-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: white;
}

.file-input-box {
    flex-grow: 1;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.placeholder-text {
    color: #A1A1A1;
    font-size: 14px;
}

.file-name {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
}

.upload-btn {
    display: flex;
    align-items: center;
    background-color: #FF7F2A;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 6px 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.file-note {
    font-size: 12px;
    color: #667085;
    margin-top: 4px;
}



/* UploadPhotos */
 .Upload-container {
        padding: 20px;
        background-color: var(--color-background);
        border-radius: 6px;
        margin-top: 10px;
        font-family: 'Public Sans', sans-serif;
        boder: 1px solid var(--color-background-secondary-grey-medium);
    }
    

    .photo-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .photo-box.has-image {
        border: none;
    }

    .Upload-heder {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Public Sans', sans-serif;
        color: var(--color-primary);
    }

    .photo-box {
        position: relative;
        border: 1px dashed #d1d5db;
        border-radius: 2px;
        background-color: var(--color-secondary-background);
        overflow: hidden;
        aspect-ratio: 4/3;
        /* Landscape ratio */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uploaded-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .file-input {
        display: none;
    }

    .upload-label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .upload-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .upload-icon-box {
        position: absolute;
        top: 6px;
        right: 6px;
    }

    .photo-guidelines {
        font-size: 12px;
        font-weight: 400;
        color: var(--color-text-secondary);
        /* slate-700 */
    }

    .photo-guidelines a {
        color: var(--color-accent);
        /* Material Indigo */
        font-weight: 400;
        margin-left: 4px;
        font-size: 12px;
        cursor: pointer;
    }

    .upload-icon {
        color: var(--color-accent);
        font-size: 24px;
    }

    .info-icon {
        color: var(--color-text-descripton);
    }

    .upload-text {
        color: var(--color-text-heading);
        font-weight: 500;
        font-size: 11px;
    }

    .delete-icon {
       position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        background-color: var(--color-accent) !important;
        border-radius: 50% !important;
        color: white !important;
        width: 28px !important;
        height: 28px !important;
        z-index: 10 !important;
    }

    .cover-label {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--color-accent);
        color: white;
        font-size: 12px;
        padding: 4px 0;
        text-align: center;
        font-weight: 500;
    }

    .add-box {
        cursor: pointer;
        transition: all 0.2s;
    }

    .add-box:hover {
        border-color: var(--color-accent);
    }

    .add-box-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: var(--color-accent);
    }

    .add-icon {
        font-size: 32px;
    }

    /* Small screens (mobile landscape) */
    @media (max-width: 768px) {
        .photo-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* Extra small screens (mobile portrait) */
    @media (max-width: 480px) {
        .photo-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .upload-text {
            font-size: 10px;
        }

        .photo-guidelines {
            font-size: 11px;
        }

        .upload-icon {
            font-size: 20px;
        }

        .delete-icon {
            width: 24px;
            height: 24px;
            font-size: 16px;
        }

        .cover-label {
            font-size: 11px;
        }
    }

    /* DealsDetailsComponents */



    .logo-category-banner-wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    padding: 0px 20px;
}
.back-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
    text-decoration: none;
    margin-left: 27px;
    margin-bottom: 10px;
}
   .max-container {
        max-width: 1170px;
        margin: 0 auto;
    }
.blurred-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px) brightness(1.2);
    transform: scale(1.8);
    opacity: 0.8;
}
.item-list-container{
    padding-top: 20px; 
    padding: 0px 20px;
}



.item-card-wrapper {
    margin-top: -50px; /* Controls overlap */
    z-index: 1;
    position: relative;
    padding: 0px 20px;
}

/* Optional: Adjust overlap on smaller screens */
@media (max-width: 768px) {
    .item-card-wrapper {
        margin-top: -50px;
        padding: 0px 20px;
    }
}
@media (max-width: 560px) {
    .item-card-wrapper {
        margin-top: -70px;
        padding: 0px 20px;
        padding-bottom: 20px;
    }
    .logo-category-banner-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }
}


/* FeaturedStores */

 .store-deals-wrapper{
        width: 100%;
        padding: 0 0 80px 0;
         font-family: 'Public Sans', sans-serif;
    }
    .swiper-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 40px;
    }
     .store-header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem 0 1rem;
        }

    .store-section-header {
        font-weight: 600;
        text-align: center;
        font-size: 25px;
        color: var(--color-text-heading);
    }
    .swiper-deals-store {
       width: 100%;
        padding: 1rem;
    }


    .store-custom-arrow-button {
        background-color: var(--color-background);
        border-radius:555px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00426D;
        z-index: 10;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .storeleft {
        left: 0;
    }

    .storeright {
        right: 0;
    }

    .store-skeleton-scroll-container {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding: 16px 0;
    }

    .store-skeleton-item {
        width: 150px;
        display: flex;
        justify-content: center;
    }
     .store-card {
        width: 125px;
        margin-right: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .feture-store-logo-container {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: var(--color-background);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .feture-store-logo {
        max-width: 100%;
        max-height: 100%;
        padding: 10px;
        object-fit: contain;
    }

   @media (max-width: 770px) {
        .store-custom-arrow-button {
            display: none !important;
        }
    }
      @media (max-width: 1000px) {
        .store-skeleton-scroll-container {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-left: 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;  
        }
        .store-skeleton-scroll-container::-webkit-scrollbar {
         display: none;               
        }
        .store-skeleton-item {
            flex: 0 0 auto;
        }
    }

    /* Morefilters */
    .section-label {
        font-weight: 500;
        font-size: 15px;
        color: #FF7F38;
        margin-bottom: 6px;
        display: block;
    }

    .search-wrapper {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #f4f4f4;
        padding: 6px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .search-box {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
    }

    .filter-group-label {
        font-weight: 500;
        margin-top: 8px;
        margin-bottom: 4px;
        background: #F6F6F6;
        padding: 4px 8px;
        font-size: 15px;
        border-radius: 4px;
        color: #454545;
    }

    .filter-section {
        margin-bottom: 16px;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        font-size: 15px;
        fount-weight: 400;
        color: #242424;
        padding: 4px 0;
        gap: 8px;
    }

    .color-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .color-item {
        border: 1px solid #ddd;
        padding: 4px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
    }



    /* PrelovedDetailSection */
.view-all-link {
    font-size: 14px;
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.view-all-link:hover {
    text-decoration: underline;
}


    
/* StoresDetailComponent */

.stores-category-banner-wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    padding: 0px 20px;
}
.search-section-container {
        width: 100%;
        background-color: var(--color-background-secondary-grey-medium);
    }


.stores-category-banner-image {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}


@media (max-width: 560px) {
    .stores-category-banner-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }
}


/* SearchSectionStores */

.search-stores-section {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 12px 0;
        background-color: var(--color-background-secondary-grey-medium);
        font-family: 'Public Sans', sans-serif;
    }

    .input-group {
        display: flex;
        align-items: center;
        background-color: var(--color-background);
        border: 1px solid var(--color-border);
        border-radius: 4px;
        padding: 0 12px;
        height: 48px;
    }

    .input-group input {
        flex: 1;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 16px;
    }

    .left-icon,
    .right-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        color: var(--color-accent);
    }

    .left-icon img {
        display: block;
    }

    .stores-search-input {
        flex: 1 1 60%;
        min-width: 200px;
        height: 48px;
    }

    .location-input {
        flex: 1 1 25%;
        min-width: 150px;
        height: 48px;
    }

    .search-button-store {
        flex: 1 1 15%;
        min-width: 120px;
        height: 48px;
        color: var(--color-text-white);
        background-color: var(--color-accent);
        border: none;
        border-radius: 3px;
        font-weight: 600;
        text-transform: capitalize;
        cursor: pointer;
        white-space: nowrap;
    }

    @media screen and (max-width: 770px) {
        .search-stores-section {
            flex-direction: column;
            align-items: stretch;
        }

        .stores-search-input,
        .location-input,
        .search-button-store {
            width: 100%;
             flex: none;
        }
    }



    /* DealsPreview */



      .deal-details-container {
    background-color: var(--color-secondary-background);
    width: 100%;
    align-items: center;
}
.deal-max-container{
        max-width: 1170px;
        margin: 0 auto;
        width: 100%;
        padding: 20px 20px;
    }

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0;
    gap: 24px;
}

.carousel-image-inline {
    max-height: 688px;
    object-fit: contain;
    flex-shrink: 1;
    width: 100%;
    max-width: 540px;
}
.mobile-only {
    display: none;
}

.nav-button-inline {
    background-color: var(--color-accent); 
    color: white; /* White icon */
    border-radius: 6px;
    min-width: 38px;
    min-height: 74px;
    width: 38px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.deal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #FFFFFF;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
}


.store-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    background: white;
    padding: 6px;
}

.store-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
 .back-to-login-icon {
        color: var(--color-primary);
        font-size: 20px;
        margin-right: 4px;
    }

.store-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-primary);
}

.store-meta {
    font-weight: 400;
    font-size: 12px;
    color: var(#242424);
}

.store-location {
    font-size: 13px;
    color: var(--mud-palette-text-secondary);
}

.footer-right {
    flex-shrink: 0;
}
.deal-back-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
    text-decoration: none;
    position: relative;
}

.back-icon {
    font-size: 20px;
    margin-right: 4px;
}
 .custom-carousel-wrapper {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .custom-carousel-image {
        width: 100%;
        max-height: 688px;
        object-fit: contain;
        border-radius: 6px;
        display: block;
    }

    .nav-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        z-index: 2;
    }

    .nav-button.left {
        left: 12px;
    }
    .store-center-info {
        flex: 1; 
        display: flex; 
        flex-direction: column; 
        align-items: center;

        }

    .nav-button.right {
        right: 12px;
    }
    .mobile-store-center-info{
         display: none;
    }
    @media (max-width: 768px) {
        .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
    .store-center-info {
        display: none !important;
    }
    .mobile-store-center-info{
         display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 12px;
    }
    .store-name {
        font-weight: 600;
        font-size: 14px;
        color: var(--color-primary);
    }
    .nav-button-inline {
        display: none !important;
    }
    .store-meta {
        font-weight: 400;
        font-size: 10px;
        color: var(#242424);
    }
    .deal-max-container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    }
}

/* ItemCard */

 .store-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 12px;
    padding: 0px 24px;
    padding-bottom: 50px;
}

.store-card {
    width: 125px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    flex-shrink: 0;
}

.feture-store-logo-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.deals-feture-store-logo {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 50%;
    overflow: hidden;
}

.company-name {
    font-weight: 600;
    font-size: 25px;
    color: var(--color-primary);
    margin-right: 12px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
     .store-header-wrapper {
        padding: 0px 16px;
        padding-bottom: 20px;
    } 

    .company-name {
        font-size: 20px;
    }

    .store-card {
        margin-right: 0;
    }
}



/* ItemListDeals */


 .item-list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .item-list-header-title {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #242424;
    }

    .item-list-header-sort-section {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .item-list-header-sort-label {
        font-weight: 500;
        font-size: 13px;
        color: #242424;
    }

    .item-list-header-sort-dropdown {
        min-width: 180px;
    }

    .item-list-header-sort-section {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .item-list-header-sort-dropdown {
        min-width: 155px;
    }
     @media (max-width: 770px) {
   
        .item-list-header-sort-label{
            display: none;
        }
        .item-list-header-title{
            font-size: 14px;
        }
    }




    /* SearchSectionDeals */


    .search-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  padding: 10px 0;
  background-color: var(--color-background-secondary-grey-medium);
  font-family: 'Public Sans', sans-serif;
 flex-wrap: nowrap;
  width: 100%;
}

.search-input-group {
  flex: 1 1 83%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  background-color: var(--color-background);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  box-sizing: border-box;
  gap: 10px;
  transition: border-color 0.2s ease;
}

.search-input-group:focus-within {
  border-color: var(--color-accent);
}

.search-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
}

.search-left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-section-button {
  flex: 1 1 17%;
  height: 48px;
  background-color: var(--color-accent);
  color: var(--color-text-white);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 770px) {
  .search-section {
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .search-input-group,
  .search-section-button {
    width: 100%;
    flex: none;
  }
}


/* LandingComponent */

.category-banner-wrapper {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
    }
       .category-banner-image {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }
    .social-media-container{
        width: 100%;
        background-color: var(--color-background);
    }

    .responsive-container {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    @media (max-width: 768px) {
        .responsive-container {
            padding: 0 16px;
        }
    }

    @media (max-width: 480px) {
        .responsive-container {
            padding: 0 5px;
        }
    }


    /* CategoryAdSection */

    .category-ad-wrapper-container {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
    }
    .category-skeleton-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .category-ad-wrapper {
        max-width: 766px;
        width: 100%;
        padding: 0; 
    }

    /* FaqSection */

     .faqs-section {
        padding: 2rem 0;
        font-family: 'Public Sans', sans-serif;
    }
    .faq-title {
        font-weight: 600;
        font-size: 25px;
        color: var(--color-text-heading);
        margin-bottom: 2rem;
        text-align: center;
    }

    @media (max-width: 600px) {
        .faqs-section {
            padding: 0 0.5rem;
        }
    }


/* FeaturedCategorySection */


 .categories-wrapper {
        width: 100%;
        font-family: 'Public Sans', sans-serif;
    }

    .categories-header {
        background-color: var(--color-secondary-background);
        padding: 2rem 0 1rem;
    }
    .swiper-categories-pagination-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
         margin-top: 1rem;
          padding-left: 150px;
    }

    .section-header {
        font-weight: 600;
        text-align: center;
        font-size: 25px;
        color: var(--color-text-heading);
    }

    .swiper-categories-container {
        position: relative;
        width: 100%;
    }

    .swiper-categories {
         position: relative;
        width: 100%;
        padding: 0;
    }
    .swiper-wrapper.les5swiper-wrapper {
        justify-content: center !important;
    }

    .swiper-slide-Card {
        padding: 0.5rem;
        box-sizing: border-box;
    }

    .swiper-slide {
        width: auto;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    /* Navigation Buttons - hidden initially */
    .arrow-button {
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Position left/right arrows */
    .arrow-button.left {
        left: 20px;
    }

    .arrow-button.right {
        right: 20px;
    }

    /* Swiper pagination dots styling */
    .swiper-categories-pagination {
        text-align: center;
        margin-top: 1rem;
    }

    .swiper-categories-pagination .swiper-pagination-bullet {
         width: 8px;
        /* smaller size for inactive dots */
        height: 8px;
        background: #bbb;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        transition: opacity 0.3s ease;
    }

      .swiper-categories-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #00426D;
    }
    .skeleton-categories-scroll-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;
    }

    /* Show arrows on hover only for desktop */
    @media (min-width: 769px) {
        .swiper-categories-container:hover .arrow-button {
            opacity: 1;
        }
    }

    /* Hide arrows permanently on mobile */
    @media (max-width: 770px) {
        .arrow-button {
            display: none !important;
        }
          .swiper-wrapper.les5swiper-wrapper {
            justify-content: flex-start !important;
        }
    }
    @media (max-width: 1000px) {
    .skeleton-categories-scroll-container {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-left: 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        }

        .skeleton-categories-scroll-container::-webkit-scrollbar {
            display: none;
        }
    }


/* FeaturedItemsSection */

 .featured-cards-section {
        padding: 2rem 0;
        font-family: 'Public Sans', sans-serif;
    }

    .featured-header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .featured-title {
        font-weight: 600;
        font-size: 25px;
        color: var(--color-text-heading);
    }

    .featured-title-one {
        font-weight: 400;
        font-size: 15px;
        color: var(--color-text-heading);
    }

    /* Swiper Container */
    .swiper-featured-container {
        position: relative;
        width: 100%;
    }

    .swiper-featured {
        position: relative;
        width: 100%;
        padding: 0;
    }



    /* Navigation Buttons */
    .featured-arrow-button {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    

    .featured-arrow-button.left {
        left: 20px;
    }

    .featured-arrow-button.right {
        right: 20px;
    }

    /* Pagination */
    .swiper-featured-pagination {
        text-align: center;
        margin-top: 1rem;
    }

    .swiper-featured-pagination .swiper-pagination-bullet {
        width: 8px;
        /* smaller size for inactive dots */
        height: 8px;
        background: #bbb;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        transition: opacity 0.3s ease;
    }

    .swiper-featured-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #00426D;
    }

    .featured-skeleton-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        padding: 0 1rem;
    }

    /* Each skeleton slide */
    .skeleton-slide {
        flex: 0 0 calc(25% - 1rem); /* 4 per row */
        min-width: 200px;
    }
    /* Show arrows on hover (only desktop) */
    @media (min-width: 769px) {
        .swiper-featured-container:hover .arrow-button {
            display: flex;
            opacity: 1;
        }
    }

    @media (max-width: 768px) {
        .swiper-featured {
            padding: 0 0.5rem;
        }
           .featured-arrow-button {
            display: none !important;
        }
      
    }
     @media (max-width: 1000px) {
         .featured-skeleton-wrapper {
            flex-wrap: nowrap;
            overflow-x: auto;
            padding-left: 12px;
            scrollbar-width: none;        
            -ms-overflow-style: none; 
        }

        .featured-skeleton-wrapper::-webkit-scrollbar {
            display: none;               
        }

        .skeleton-slide {
            flex: 0 0 auto;
            width: 250px;
        }
    }




    /* PopularSearchSection */

    .popular-search-section {
        padding: 2rem 0;
        font-family: 'Public Sans', sans-serif;
    }
    .popular-search-title {
        font-weight: 600;
        font-size: 25px;
        color: var(--color-text-heading);
        margin-bottom: 2rem;
        text-align: center;
    }

    @media (max-width: 600px) {
        .popular-search-section {
            padding: 1rem;
        }
    }



    /* SearchBarSection */


    .search-bar {
        gap: 0px;
        width: 100%;
        padding: 65px 10px 40px 10px;
        display: flex;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        background-color: var(--color-secondary-grey-container);
        margin-top: 20px;
    }

    .search-field {
        display: flex;
        align-items: center;
        border: 1px solid #D0D5DD;
        border-radius: 6px 0 0 6px;
        padding: 0 12px;
        background-color: white;
        height: 100%;
    }

    .text-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 16px;
        background: transparent;
        margin-left: 10px;
    }

    .search-button {
        width: 100%;
        background-color: var(--color-accent);
        color: white;
        border: none;
        font-size: 16px;
        cursor: pointer;
        text-transform: capitalize;
        height: 100%;
        border-radius: 0 6px 6px 0;
    }

    .search-field-container {
        width: 532px;
        height: 56px;
    }

    .category-field-container {
        width: 220px;
        height: 56px;
    }

    .button-container {
        width: 268px;
        height: 56px;
    }

    /* Medium screens (1000px to 1199px) */
    @media (max-width: 1199px) and (min-width: 1000px) {
        .search-field-container {
            width: 337px;
        }
    }

    
    @media (max-width: 999px) {
        .search-bar {
            gap:5px;
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .search-field-container,
        .category-field-container,
        .button-container {
            width: 100%;
            height: 56px;
        }

        .search-field {
            border-radius: 6px;
        }

        .search-button {
            border-radius: 6px;
        }
    }


    /* SeasonalSection */

     .seasonal-wrapper{
       width: 100%;
       padding: 10px;
       font-family: 'Public Sans', sans-serif;
    }
      .seasonal-header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .seasonal-header-title {
        font-weight: 600;
        font-size: 25px;
        color: var(--color-text-heading);
    }


    .swiper-seasonal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem;
    }

    /* Arrow positioning (now relative to .swiper-container) */
    .custom-arrow-button {
        background-color: var(--color-background);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        width: 40px;
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00426D;
        z-index: 10;
        cursor: pointer;
        position: absolute;
        /* Positioned relative to .swiper-container */
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-arrow-button::after {
        font-size: 18px;
        font-weight: bold;
        color: black;
    }


    .seasonalleft {
        left: 0;
        /* Place outside left edge */
    }

    .seasonalright {
        right: 0;
        /* Place outside right edge */
    }
    .seasonal-skeleton-scroll {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .seasonal-skeleton-item {
        flex: 1 1 calc(33.33% - 16px);
        min-width: 300px;
    }
   @media (max-width: 1000px) {
    .seasonal-skeleton-scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
    }

    .seasonal-skeleton-scroll::-webkit-scrollbar {
        display: none;   
    }

    .seasonal-skeleton-item {
        flex: 0 0 auto;
        width: 80%;
        max-width: 250px;
    }
}


/* SocialMediaSection */


 .store-media-section {
       padding: 2rem 0;
       display: flex;
       align-items: center;
       justify-content: center;
       font-family: 'Public Sans', sans-serif;
    }
    .media-store-header {
    background-color: var(--color-background);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    }

 
    .header-title{
        font-size: 25px;
        font-weight: 600;
        color: var(--color-text-primary);
        margin-bottom: 1rem;
    }
    .header-description{
        font-size: 16px;
        font-weight: 400;
        color: var(--color-text-descripton);
    }
.video-scroll-wrapper {
    display: flex;
     gap: 20px;
    justify-content: center;
}




.video-card .video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .video-info {
    opacity: 1;
}

.video-card .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.video-card .info-text {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    color: white;
}

.video-card .info-text .source {
    font-weight: 600;
    font-size: 11px;
    Color:#FFFFFF;
}
.no-video-found{
        display: flex;
       align-items: center;
       justify-content: center;
    text-align: center;
     Color:black
}
.video-card .info-text .time {
    font-size: 10px;
   font-weight: 500;
    Color:#FFFFFF
}

.play-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10; /* ensure above video */
}

.play-icon {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 5px;
    font-size: 30px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.social-icons {
    gap: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.social-icon img {
    width: 25px;
    height: 18px;
}

.social-icon:hover {
    transform: scale(1.1);
    background-color: rgba(255, 165, 0, 0.1);
}


/* Mobile: enable horizontal scroll */
@media (max-width: 700px) {
     .store-media-section {
       padding: 1rem;
    }
     .media-store-header {
       padding: 1rem;
    }
    .video-scroll-wrapper {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .video-scroll-wrapper::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .video-card {
        flex: 0 0 auto; /* prevent shrinking */
    }
    
}

/* StoreDealSection */


   
    .swiper-store {
       width: 100%;
        padding: 1rem;
    }


/* SearchSectionBar */
.search-section-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 270px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        transition: width 0.3s ease;
    }

@media (max-width: 992px) {
        .search-section-bar,
        .search-input,
        .price-short-select,
        .short-select,
        .save-search {
            width: 100%;
        }
    }


/* CollectiblesSearchSection */

.collectibles-search-container {
        width: 100%;
        padding: 10px 0;
    }

    .collectibles-search-row {
        display: flex;
        flex-direction: row;
        gap:5px;
        width: 100%;
    }

    .collectibles-first-row,
    .collectibles-second-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap:5px
    }
      .collectibles-first-row {
        width: 500px;
        transition: width 0.3s ease;
    }

    .collectibles-first-row.search-focused {
        width: 100%;
    }
    .collectibles-second-row {
            width: 300px;
    }


    .collectibles-search-section-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 270px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        transition: width 0.3s ease;
    }

    .collectibles-search-section-bar:focus-within {
        width: 100%;
    }

    .collectibles-search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        padding: 6px 0;
        width: 270px;
    }

    .collectibles-search-icon-left {
        display: flex;
        align-items: center;
        color: #888;
    }

    .collectibles-search-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
    }

    .collectibles-search-btn {
        padding: 1px 8px;
        min-width: auto;
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 100%);
        border-radius: 50px;
        width: 32px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .collectibles-search-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .collectibles-action-icon-img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    .collectibles-action-icon-img-left {
        width: 20px;
        height: 20px;
    }

    .collectibles-search-btn:hover {
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 80%);
        transform: scale(1.05);
    }

    .collectibles-search-btn:active {
        transform: scale(0.95);
    }

   
        .collectibles-short-select,
        .collectibles-save-search {
            width: 100%;
        }
        .collectibles-brand-select{
            width: 100%;
            max-width: 180px;
        }
        .collectibles-price-short-select {
             width: 100%;
             max-width: 110px;
         }

        .collectibles-save-search {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .collectibles-save-search-btn {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: var(--color-accent);
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 8px;
        text-transform: capitalize;
    }

    .collectibles-right-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Responsive Mobile Rules */
    @media (max-width: 992px) {
        .collectibles-search-container{
            padding: 10px;
        }
        .collectibles-search-row {
           display: flex;
           flex-direction: column;
           gap: 12px;
        }

        .collectibles-first-row,
        .collectibles-second-row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .collectibles-first-row {
            width: 100%;
        }
        .collectibles-second-row {
            width: 100%;
        }

        .collectibles-search-section-bar,
        .collectibles-search-input,
        .collectibles-brand-select,
        .collectibles-price-short-select,
        .collectibles-short-select,
        .collectibles-save-search {
            width: 100%;
        }

        .collectibles-right-actions {
            display: none !important;
        }
    }


      .item-search-container {
        width: 100%;
        padding: 10px 0;
    }

    .item-search-row {
        display: flex;
        flex-direction: row;
        gap:5px;
        width: 100%;
    }

    .item-first-row,
    .item-second-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap:5px
    }
    .item-first-row {
        width: 500px;
        transition: width 0.3s ease;
    }

    .item-first-row.search-focused {
        width: 100%;
    }
    .item-second-row{
            width: 300px;
    }

    .item-search-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 270px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        transition: width 0.3s ease;
    }

    .item-search-bar:focus-within {
        width: 100%;
    }

    .item-search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        padding: 6px 0;
        width: 270px;
    }

    .item-search-icon-left {
        display: flex;
        align-items: center;
        color: #888;
    }

    .item-search-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
    }

    .item-search-btn {
        padding: 1px 8px;
        min-width: auto;
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 100%);
        border-radius: 50px;
        width: 32px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .item-search-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .item-action-icon-img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    .item-action-icon-img-left {
        width: 20px;
        height: 20px;
    }

    .item-search-btn:hover {
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 80%);
        transform: scale(1.05);
    }

    .item-search-btn:active {
        transform: scale(0.95);
    }

   
        .item-short-select,
        .item-save-search {
            width: 100%;
        }
        .item-brand-select{
            width: 100%;
            max-width: 180px;
        }
        .item-price-short-select {
             width: 100%;
             max-width: 110px;
         }

        .item-save-search {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .item-save-search-btn {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: var(--color-accent);
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 8px;
        text-transform: capitalize;
    }

    .item-right-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Responsive Mobile Rules */
    @media (max-width: 992px) {
        .item-search-container{
            padding: 10px;
        }
        .item-search-row {
           display: flex;
           flex-direction: column;
           gap: 12px;
        }

        .item-first-row,
        .item-second-row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .item-first-row {
            width: 100%;
        }
        .item-second-row {
            width: 100%;
        }

        .item-search-bar,
        .item-search-input,
        .item-brand-select,
        .item-price-short-select,
        .item-short-select,
        .item-save-search {
            width: 100%;
            max-width: 100%;
        }

        .item-right-actions {
            display: none !important;
        }
    }

      .preloved-search-container {
        width: 100%;
        padding: 10px 0;
    }

    .preloved-search-row {
        display: flex;
        flex-direction: row;
        gap:5px;
        width: 100%;
    }

    .preloved-first-row,
    .preloved-second-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap:5px
    }
  .preloved-first-row {
        width: 500px;
        transition: width 0.3s ease;
    }

    .preloved-first-row.search-focused {
        width: 100%;
    }
    .preloved-second-row{
            width: 300px;
        }

    .preloved-search-bar {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 270px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 12px;
        transition: width 0.3s ease;
    }

    .preloved-search-bar:focus-within {
        width: 100%;
    }

    .preloved-search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        padding: 6px 0;
        width: 270px;
    }

    .preloved-search-icon-left {
        display: flex;
        align-items: center;
        color: #888;
    }

    .preloved-search-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-left: auto;
    }

    .preloved-search-btn {
        padding: 1px 8px;
        min-width: auto;
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 100%);
        border-radius: 50px;
        width: 32px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .preloved-search-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .preloved-action-icon-img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    .preloved-action-icon-img-left {
        width: 20px;
        height: 20px;
    }

    .preloved-search-btn:hover {
        background: linear-gradient(90deg, #0A426B 0%, #35B7EF 80%);
        transform: scale(1.05);
    }

    .preloved-search-btn:active {
        transform: scale(0.95);
    }

   
        .preloved-short-select,
        .preloved-save-search {
            width: 100%;
        }
        .preloved-brand-select{
            width: 100%;
            max-width: 180px;
        }
        .preloved-price-short-select {
             width: 100%;
             max-width: 110px;
         }

        .preloved-save-search {
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .preloved-save-search-btn {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: var(--color-accent);
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 8px;
        text-transform: capitalize;
    }

    .preloved-right-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Responsive Mobile Rules */
    @media (max-width: 992px) {
        .preloved-search-container{
            padding: 10px;
        }
        .preloved-search-row {
           display: flex;
           flex-direction: column;
           gap: 12px;
        }

        .preloved-first-row,
        .preloved-second-row {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .preloved-first-row {
            width: 100%;
        }
        .preloved-second-row {
            width: 100%;
        }

        .preloved-search-bar,
        .preloved-search-input,
        .preloved-brand-select,
        .preloved-price-short-select,
        .preloved-short-select,
        .preloved-save-search {
            width: 100%;
        }

        .preloved-right-actions {
            display: none !important;
        }
    }

    /* CreateForm */
    .create-form-wrapper {
        background-color: var(--color-secondary-background);
        padding: 10px 5px;
        border-radius: 8px;
        font-family: 'Public Sans', sans-serif;

    }

     .create-max-container {
            max-width: 1170px;
            margin: 0 auto;
        }
    .create-save-button-container {
        display: flex;
        justify-content: flex-end;
        padding: 5px;
        gap: 10px;
        margin-top: 1rem; 
    }

    .create-form-container {
        padding: 10px 5px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .create-close-button {
        background-color: var(--color-background);
        color: var(--color-text-heading);
        border-radius: 6px;
        width: 200px;
        font-weight: 600;
        padding: 8px 10px;
        font-weight: 500;
        border: 1px solid var(--color-captcha-box);
    }

    .create-save-button {
        background-color: var(--color-accent);
        color: var(--color-background);
        border-radius: 6px;
        width: 200px;
        font-weight: 600;
        font-weight: 500;
        padding: 8px 10px;
    }

    @media (min-width: 960px) {
        .create-form-container .mud-grid {
            align-items: start;
        }
    }

    /* LandingPage */

     .landing-search-bar {
        gap: 0px;
        width: 100%;
        padding: 65px 10px 40px 10px;
        display: flex;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        background-color: var(--color-secondary-grey-container);
        margin-top: 20px;
    }

    .landing-search-field {
        display: flex;
        align-items: center;
        border: 1px solid #D0D5DD;
        border-radius: 6px 0 0 6px;
        padding: 0 12px;
        background-color: white;
        height: 100%;
    }

    .landing-text-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 16px;
        background: transparent;
        margin-left: 10px;
    }

    .landing-search-button {
        width: 100%;
        background-color: var(--color-accent);
        color: white;
        border: none;
        font-size: 16px;
        cursor: pointer;
        text-transform: capitalize;
        height: 100%;
        border-radius: 0 6px 6px 0;
    }

    .landing-search-field-container {
        width: 532px;
        height: 56px;
    }

    .landing-category-field-container {
        width: 220px;
        height: 56px;
    }

    .landing-button-container {
        width: 268px;
        height: 56px;
    }

    /* Medium screens (1000px to 1199px) */
    @media (max-width: 1199px) and (min-width: 1000px) {
        .landing-search-field-container {
            width: 337px;
        }
    }

    
    @media (max-width: 999px) {
        .landing-search-bar {
            gap:5px;
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .landing-search-field-container,
        .landing-category-field-container,
        .landing-button-container {
            width: 100%;
            height: 56px;
        }

        .landing-search-field {
            border-radius: 6px;
        }

        .landing-search-button {
            border-radius: 6px;
        }
    }
