

/* Start:/local/templates/lvov-studio/components/bitrix/news.list/catalog_hero/style.css?17668490775290*/
/* Catalog Hero Template Styles */
:root {
    --primary-color: #dd0000;
    --primary-dark: #b30000;
    --text-main: #222;
    --text-light: #666;
    --bg-white: #ffffff;
    --gradient-hero: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    --gradient-primary: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
}

.promo-hero {
    position: relative;
    padding: 80px 0 100px;
    background: var(--bg-white);
    overflow: hidden;
}

.hero-bg-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 65, 108, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content {
    max-width: 550px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(221, 0, 0, 0.1);
    color: var(--primary-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.gold-star {
    color: #FFD700 !important;
}

.hero-title {
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--text-main);
}

.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 40px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-main);
    font-weight: 500;
    font-size: 14px;
}

.stat-item i {
    color: var(--primary-color);
}

/* Hero Visual */
.hero-visual {
    position: relative;
    width: 550px;
    height: 400px;
}

.hero-image-mockup {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hero-image-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 20;
    color: var(--text-main);
}

.glass-card i {
    font-size: 20px;
    color: var(--primary-color);
}

.visual-card-1 {
    top: -20px;
    right: -20px;
    animation: float 6s ease-in-out infinite;
}

.visual-card-2 {
    bottom: -30px;
    left: -30px;
    animation: float 6s ease-in-out infinite 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Button Styles included in case they aren't global */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 5px 15px rgba(221, 0, 0, 0.3);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(221, 0, 0, 0.4);
}

.btn-outline {
    background: transparent;
    border: 2px solid #ddd;
    color: var(--text-main);
}

.btn-outline:hover {
    border-color: var(--text-main);
    background: white;
}

/* Responsive */
@media (max-width: 991px) {
    .promo-hero {
        padding: 50px 0;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        width: 100%;
        height: 300px;
    }

    .hero-bg-glow {
        right: -50%;
        top: -20%;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .visual-card-1,
    .visual-card-2 {
        display: none;
        /* Hide floating cards on very small screens to avoid overflow */
    }
}
/* End */


/* Start:/local/templates/lvov-studio/components/bitrix/catalog.section/license_grid/style.css?176684907710147*/
/* Product Grid Styles - Selling Design V2 (Larger, Features) */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Larger cards */
    gap: 30px;
}



.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Standard soft shadow */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.product-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    /* Deeper shadow on hover */
    /* Lift effect */
    transform: translateY(-8px);
    border-color: transparent;
    /* Clean look on hover */
    /* Persistent, darker frame on hover */
    /* Persistent, darker frame on hover */
}


/* Image & Overlay */
.product-card-top {
    position: relative;
    overflow: hidden;
}

.product-card-image {
    height: 260px;
    /* Taller image area */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img {
    transform: scale(1.08);
}


/* Stickers */
.product-stickers {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 5;
}

.sticker {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.sticker-hit {
    background: #dd0000;
}

.sticker-new {
    background: #27ae60;
}

.sticker-sale {
    background: #f39c12;
}

.sticker-recommend {
    background: #8e44ad;
    /* Purple */
}

.sticker-default {
    background: #7f8c8d;
    /* Grey */
}

/* Overlay Actions */
.product-actions-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 6;
}

.product-card:hover .product-actions-overlay {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
}

.action-btn:hover {
    background: #dd0000;
    color: white;
    border-color: #dd0000;
}

/* Body */
.product-card-body {
    padding: 25px;
    flex-grow: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.product-card-title {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    /* Centered */
}

/* Header Layout */
.product-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.header-left {
    flex: 1;
}

.header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    text-align: right;
}

/* Meta Row (Now just a list inside header-right) */
.product-meta-row {
    display: contents;
    /* Remove layout since we redistributed items */
}

/* ... status ... */
.product-status {
    color: #f1c40f;
    /* Gold */
    font-weight: 700;
}

.product-rating {
    color: #f1c40f;
    /* Gold */
    font-weight: 700;
}

.product-status.available {
    color: #27ae60;
    font-weight: 600;
    margin: 0;
    /* Override */
}

.product-delivery {
    color: #2980b9;
    font-weight: 600;
}

.product-trust {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-trust i {
    color: #27ae60;
}

/* Price & Chips Row */
/* Price & Chips Row */
.product-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
    margin-top: 25px;
}

/* Image Container */
.card-img-top {
    position: relative;
    /* For badge positioning */
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

/* Badge on Image */
.product-badge-gift {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #27ae60;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.3);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-card-price {
    font-size: 28px;
    font-weight: 800;
    color: #dd0000;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
    /* Tiny adjustment for alignment */
}

.product-card-price.hidden {
    color: #999;
    font-size: 18px;
}

.product-price-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-sales-triggers {
    display: flex;
    flex-direction: column;
    /* Or row? Column fits nicely in corner */
    gap: 4px;
    align-items: flex-end;
    /* Align to right edge */
}

.trigger-item {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trigger-item i {
    font-size: 14px;
}

.trigger-item.installment {
    color: #8e44ad;
    /* Purple for urgency/credit */
}

.trigger-item.gift {
    color: #27ae60;
    /* Green for success/free */
}

/* Meta Stack (Under Price) */
.product-meta-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Spacing between items */
    margin-top: 10px;
}

/* Common style for all meta items including triggers */
.product-meta-stack>div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* Specific Highlight for Gift */
.trigger-item.highlight {
    color: #27ae60;
    font-weight: 700;
    font-size: 14px;
    /* Larger to stand out */
}

.trigger-item.installment {
    color: #8e44ad;
}

.product-delivery {
    color: #2980b9;
}

.product-rating {
    color: #f1c40f;
}

.product-status.available {
    color: #27ae60;
}

/* Features Group (Dual Columns) */
.product-features-group {
    display: flex;
    gap: 20px;
    /* Strong separation between Left and Right columns */
    margin-left: auto;
    /* Push to right */
    margin-right: 10px;
    /* Small indent from right edge */
}

/* Chips List */
.product-chips-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Ensure columns have substance */
    min-width: 140px;
}

/* Optional: Different styling for secondary column? */
.product-chips-list.secondary .feature-chip {
    opacity: 1;
    /* Match opacity */
    /* Maybe align left column to the right edge of its box? */
    align-items: flex-end;
}

.feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    /* White bg */
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #eee;
    /* Light border */
    white-space: nowrap;
    width: 100%;
    /* Fill the column width */
    justify-content: flex-start;
    /* Align text left inside chip */
}

.feature-chip i {
    color: #dd0000;
    /* Brand accent for icons */
    font-size: 14px;
    width: 16px;
    /* Fixed width for alignment */
    text-align: center;
}

/* Footer & Buttons */
.product-card-footer {
    padding: 0 25px 25px;
    border-top: none;
    display: flex;
    justify-content: space-between;
    /* Spread buttons and triggers */
    align-items: center;
}

.btn-group {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    /* Align left, don't stretch */
}

.btn-cart {
    /* Auto width */
    background: linear-gradient(135deg, #dd0000 0%, #b30000 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    /* Restore normal height */
    border-radius: 8px;
    /* Restore radius */
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(221, 0, 0, 0.2);
    text-decoration: none;
}

.btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221, 0, 0, 0.3);
}

.btn-pick {
    /* Auto width */
    background: white;
    border: 1px solid #ddd;
    color: #333;
    padding: 12px 18px;
    /* Slightly wider */
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* Icon gap */
    text-decoration: none;
    transition: all 0.2s;
}

.btn-pick i {
    color: #888;
    font-size: 16px;
}

.btn-pick:hover {
    border-color: #999;
    background: #f4f4f4;
    color: #000;
}

.btn-pick:hover i {
    color: #555;
}

/* Footer Rating */
.footer-rating {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    /* Grey text for count */
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-rating i {
    color: #f1c40f;
    /* Gold Star */
    font-size: 14px;
}


/* Responsive */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/lvov-studio/components/bitrix/news.list/catalog_hero/style.css?17668490775290 */
/* /local/templates/lvov-studio/components/bitrix/catalog.section/license_grid/style.css?176684907710147 */
