

/* Start:/local/templates/marketplace/template_styles.css?17889002724917*/
/* ==========================
   Core
   ========================== */

@import url("/local/templates/marketplace/assets/css/core/variables.css");
@import url("/local/templates/marketplace/assets/css/core/reset.css");
@import url("/local/templates/marketplace/assets/css/core/layout.css");
@import url("/local/templates/marketplace/assets/css/core/base.css");
@import url("/local/templates/marketplace/assets/css/core/buttons.css");
@import url("/local/templates/marketplace/assets/css/core/forms.css");

/* ==========================
   Layout
   ========================== */

@import url("/local/templates/marketplace/assets/css/layout/header.css");
@import url("/local/templates/marketplace/assets/css/layout/footer.css");

/* ==========================
   Components
   ========================== */

@import url("/local/templates/marketplace/assets/css/components/accounts.css");
@import url("/local/templates/marketplace/assets/css/components/alerts.css");
@import url("/local/templates/marketplace/assets/css/components/badges.css");
@import url("/local/templates/marketplace/assets/css/components/cards.css");
@import url("/local/templates/marketplace/assets/css/components/cart.css");
@import url("/local/templates/marketplace/assets/css/components/catalog.css");
@import url("/local/templates/marketplace/assets/css/components/checkout.css");
@import url("/local/templates/marketplace/assets/css/components/dashboard.css");
@import url("/local/templates/marketplace/assets/css/components/filter.css");
@import url("/local/templates/marketplace/assets/css/components/moderation.css");
@import url("/local/templates/marketplace/assets/css/components/pagination.css");
@import url("/local/templates/marketplace/assets/css/components/product-card.css");
@import url("/local/templates/marketplace/assets/css/components/product.css");
@import url("/local/templates/marketplace/assets/css/components/responsive.css");
@import url("/local/templates/marketplace/assets/css/components/seller-card.css");
@import url("/local/templates/marketplace/assets/css/components/tables.css");
@import url("/local/templates/marketplace/assets/css/components/galery.css");
@import url("/local/templates/marketplace/assets/css/components/promo.css");
@import url("/local/templates/marketplace/assets/css/components/style.css");

/* ==========================
   Pages
   ========================== */

@import url("/local/templates/marketplace/assets/css/pages/about.css");
@import url("/local/templates/marketplace/assets/css/pages/product.css");
@import url("/local/templates/marketplace/assets/css/pages/sellers.css");
@import url("/local/templates/marketplace/assets/css/pages/seller-public.css");
@import url("/local/templates/marketplace/assets/css/pages/home.css");
@import url("/local/templates/marketplace/assets/css/pages/moderator.css");
@import url("/local/templates/marketplace/assets/css/pages/cart.css");
@import url("/local/templates/marketplace/assets/css/pages/cookie.css");
@import url("/local/templates/marketplace/./assets/css/pages/buyer.css");
@import url("/local/templates/marketplace/./assets/css/pages/order.css");
@import url("/local/templates/marketplace/./assets/css/pages/howto.css");
@import url("/local/templates/marketplace/./assets/css/pages/404.css");
@import url("/local/templates/marketplace/./assets/css/pages/contacts.css");
@import url(/local/templates/marketplace/./assets/css/pages/search.css);
@import url(/local/templates/marketplace/./assets/css/pages/privacy.css);
@import url(/local/templates/marketplace/./assets/css/pages/terms.css);
@import url(/local/templates/marketplace/./assets/css/pages/personal-orders.css);


/* ==========================================
   Bitrix session message
   ========================================== */

.bx-session-message {
    position: fixed !important;
    top: 88px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;

    width: calc(100% - 32px);
    max-width: 920px;

    padding: 18px 56px 18px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;

    background: #111111 !important;
    color: #ffffff !important;

    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28) !important;
    font-family: inherit !important;
    text-align: left !important;
}

.bx-session-message-text {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.bx-session-message a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.bx-session-message-status {
    display: none !important;
}

.bx-session-message-close {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;

    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    border-radius: 50% !important;

    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    cursor: pointer !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    transition: background 0.2s ease, transform 0.2s ease !important;
}

.bx-session-message-close:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    transform: scale(1.05) !important;
}

.bx-session-message-close::before {
    content: "×";
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

/* если у Bitrix внутри есть стандартный текст крестика */
.bx-session-message-close img,
.bx-session-message-close span {
    display: none !important;
}

/* mobile */
@media (max-width: 768px) {
    .bx-session-message {
        top: 72px !important;
        width: calc(100% - 20px);
        padding: 16px 46px 16px 16px !important;
        border-radius: 14px !important;
    }

    .bx-session-message-text {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .bx-session-message-close {
        width: 28px !important;
        height: 28px !important;
        top: 10px !important;
        right: 10px !important;
    }
}


/* End */


/* Start:/local/templates/marketplace/assets/css/seller.css?17879324026777*/
.seller-layout{
    display:flex;
    gap:30px;
    margin:30px 0 50px;
}

.seller-sidebar{
    width:270px;
    flex-shrink:0;
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:fit-content;
}

.seller-sidebar__title{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color:#1c1c1c;
}

.seller-menu{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.seller-menu a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#333;
    padding:14px 18px;
    border-radius:14px;
    transition:.2s;
    font-weight:500;
}

.seller-menu a:hover{
    background:#f5f7fa;
}

.seller-menu a.active{
    background:#005BFF;
    color:#fff;
}

.seller-content{
    flex:1;
}

.seller-page-title{
    font-size:34px;
    margin-bottom:25px;
    font-weight:700;
}

.seller-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.seller-welcome{
    background:linear-gradient(135deg,#005BFF,#007dff);
    color:#fff;
    border-radius:20px;
    padding:35px;
    margin-bottom:30px;
}

.seller-welcome h2{
    margin:0 0 15px;
}

.seller-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:30px;
}

.seller-card{
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.seller-card__value{
    font-size:34px;
    font-weight:700;
    margin-bottom:8px;
}

.seller-card__title{
    color:#666;
}

.seller-actions{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.seller-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    border-radius:12px;
    background:#005BFF;
    color:#fff;
    text-decoration:none;
    border:none;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    transition:.2s;
}

.seller-button:hover{
    background:#0049cc;
    color:#fff;
}

.seller-button-light{
    background:#eef3ff;
    color:#005BFF;
}

.seller-button-light:hover{
    background:#dce7ff;
}

.seller-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.seller-table{
    width:100%;
    border-collapse:collapse;
}

.seller-table th{
    background:#f8f9fb;
    text-align:left;
    padding:16px;
    font-size:14px;
}

.seller-table td{
    padding:18px 16px;
    border-top:1px solid #ececec;
}

.seller-empty{
    text-align:center;
    padding:60px !important;
    color:#666;
}

.seller-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.seller-form-group{
    margin-bottom:22px;
}

.seller-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.seller-input{
    width:100%;
    height:48px;
    border:1px solid #dcdcdc;
    border-radius:12px;
    padding:0 16px;
    font-size:15px;
    box-sizing:border-box;
}

.seller-textarea{
    width:100%;
    border:1px solid #dcdcdc;
    border-radius:12px;
    padding:15px;
    resize:vertical;
    font-size:15px;
    box-sizing:border-box;
}

.seller-list{
    margin:15px 0;
    padding-left:22px;
}

.seller-list li{
    margin-bottom:12px;
}

@media(max-width:1100px){

    .seller-layout{
        flex-direction:column;
    }

    .seller-sidebar{
        width:100%;
    }

    .seller-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .seller-form-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:700px){

    .seller-stats{
        grid-template-columns:1fr;
    }

    .seller-toolbar{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

}

.seller-page-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.seller-page-title{
    margin:0;
}

.seller-logout-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    background:#ef4444;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.25s;
}

.seller-logout-button:hover{
    background:#dc2626;
    color:#fff;
}

.seller-box label{
    display:block;
    margin-bottom:20px;
    font-weight:600;
}

.seller-box input,
.seller-box select,
.seller-box textarea{
    display:block;
    width:100%;
    margin-top:8px;
    box-sizing:border-box;
}
.seller-box input,
.seller-box select,
.seller-box textarea{
    width:100%;
    margin-top:8px;
    padding:14px 16px;
    font-size:16px;
    color:#1f2937;

    background:#f8fafc;
    border:1px solid #d1d5db;
    border-radius:12px;

    transition:all .2s ease;
    box-sizing:border-box;

    outline:none;
}
.seller-box label{
    display:block;
    margin-bottom:22px;
    font-size:15px;
    font-weight:600;
    color:#1f2937;
}

.seller-current-photo {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.seller-current-photo__image {
    width: 220px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f7f7f7;
}

.seller-current-photo__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seller-photo-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 12px 0 18px;
}

.seller-photo-card {
    width: 140px;
}

.seller-photo-card__image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f7f7f7;
}

.seller-photo-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seller-photo-delete {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #c62828;
}

.seller-photo-delete input {
    margin: 0;
}

.seller-photo-empty {
    margin: 10px 0 15px;
    color: #888;
    font-size: 14px;
}

.seller-photo-upload {
    margin-top: 10px;
}

.seller-form-hint {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .seller-photo-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .seller-photo-card {
        width: 100%;
    }

    .seller-photo-card__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .seller-current-photo,
    .seller-current-photo__image {
        width: 100%;
    }

    .seller-current-photo__image {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
/* End */
/* /local/templates/marketplace/template_styles.css?17889002724917 */
/* /local/templates/marketplace/assets/css/seller.css?17879324026777 */
