

/* Start:/local/templates/him/components/bitrix/catalog.element/detail/style.css?17889593024851*/
.btn-magazine{
    display: flex;
    gap: 20px;
}

.wb-btn-wrap {
    margin: 15px 0 20px 0;
}

.wb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 25px;
    background: linear-gradient(135deg, #265705);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.wb-btn:hover {
    background: linear-gradient(135deg, #265705);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(123, 61, 140, 0.4);
}

.wb-btn:focus{
    color: #ffffff;
}

/* ===== КНОПКА В КОРЗИНУ ===== */
.cart-btn-wrap {
    margin: 15px 0 20px 0;
}

.cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: linear-gradient(135deg, #546b8a, #546b8a);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-btn:hover {
    background: linear-gradient(135deg, #43566e, #3a4a5f);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
}

.cart-btn:active {
    transform: translateY(0px);
}

.cart-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: #ffffff;
    color: #1e7e34;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    margin-left: 5px;
}

/* Альтернативный стиль - кнопка с обводкой */
.cart-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: transparent;
    color: #1e7e34;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
    border: 2px solid #1e7e34;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-btn-outline:hover {
    background: #1e7e34;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 126, 52, 0.3);
}

.cart-btn-outline svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    stroke: #1e7e34;
}

.cart-btn-outline:hover svg {
    stroke: #ffffff;
}

/* Стиль "Купить" - более яркий */
.cart-btn-buy {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
    padding: 16px 40px;
    font-size: 18px;
}

.cart-btn-buy:hover {
    background: linear-gradient(135deg, #1e7e34, #27ae60);
    box-shadow: 0 8px 30px rgba(46, 204, 113, 0.5);
}


.detail-text-wrapper {
        position: relative;
    }

.detail-text-full {
    font-size: 12pt;
    color: #020c03;
}
    
.detail-text-preview {
    display: block;
}
    
.detail-toggle-btn {
    margin-left: -7px;
    color: #265705 !important;
    text-decoration: none;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.2s ease;
}
    
.detail-toggle-btn:hover {
    color: #265705 !important;
    text-decoration: underline;
}
    
.detail-toggle-btn:focus {
    outline: none;
}

/* ===== РАЗДЕЛИТЕЛЬНАЯ ЛИНИЯ ПЕРЕД ХАРАКТЕРИСТИКАМИ ===== */
.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #546b8a, #546b8a, #546b8a, transparent);
    margin: 30px 0;
    border: none;
    clear: both;
}
	
.my_style
{
	font-size: 12pt;
}
    
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ========================================
   КНОПКА "НАЗАД" ДЛЯ ТОВАРА
   ======================================== */

.back-to-catalog {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.back-to-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #265705;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 18px 8px 14px;
    border-radius: 30px;
    background: #f5f9f5;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-bottom: none !important;
}

.back-to-catalog-link:hover {
    background: #e8f3e8;
    color: #265705;
    border-color: #d4e8d4;
    transform: translateX(-3px);
}

.back-to-catalog-link:active {
    transform: scale(0.97);
}

.back-to-catalog-link svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.back-to-catalog-link:hover svg {
    transform: translateX(-3px);
}






/* End */
/* /local/templates/him/components/bitrix/catalog.element/detail/style.css?17889593024851 */
