

/* Start:/bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178600220917654*/
.btn-sort-plus{ border-color:#007cb4; cursor:pointer; background:#007cb4; color:white; border-style:solid; border-radius:3px; }
.btn-sort-minus{ border-color:#007cb4; cursor:pointer; background:#007cb4; color:white; border-style:solid; border-radius:3px; }
.btn-sort-plus:hover{ background:#32b4f0; border-color:#32b4f0; }
.btn-sort-minus:hover{ background:#32b4f0; border-color:#32b4f0; }
.btn-sort-hide{ border-color:#f7063c; cursor:pointer; background:#f7063c; color:white; border-style:solid; border-radius:3px; }
.btn-sort-hide:hover{ background:#dd7990; border-color:#dd7990; }

/* kriv: логотип бренда на карточке товара */
.product-brand-logo { display: inline-block; margin: 20px 0 10px 20px; }
.product-brand-logo img { max-height: 50px; height: auto; width: auto; object-fit: contain; }

/* kriv: кнопка перехода в коллекцию на карточке товара */
.collection-link-wrap{text-align:center;margin:20px 0 25px;}
.collection-link-button{display:inline-block;width:230px;text-align:right;background:linear-gradient(to right,#fffef7,#fff8d8);border:1px solid #e0a800;border-radius:8px;padding:12px 18px;box-shadow:0 1px 2px rgba(0,0,0,0.1);transition:all .25s ease;text-decoration:none!important;}
.collection-link-button:hover{background:linear-gradient(to right,#fff4b5,#ffec8c);transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,0.15);text-decoration:none!important;}
.collection-link-button .line1{display:block;font-size:13px;font-weight:500;color:#777;margin-bottom:2px;}
.collection-link-button .line2{display:block;font-size:18px;font-weight:700;color:#222;line-height:1.2;}
.collection-link-button .count{color:#999;font-weight:500;margin-left:2px;}
.collection-link-button:hover .line2{color:#000;}
.collection-link-button:hover .count{color:#777;}
@media(max-width:768px){.collection-link-wrap{text-align:left;}}

/* kriv: SEO-текст под карточкой товара */
.description-title-block { margin-top: 10; margin-bottom: 20px; padding-left: 40px; font-size: 16px; color: #666666; background-color: #f7f7f7; padding: 10px 10px; border-radius: 5px; }

/* kriv: ссылки категорий товара внизу карточки */
.collection-links-inline { font-size: 14px; line-height: 1.6; color: #575b71; margin: 10px 0 20px; padding-left: 10px; }
.collection-links-inline a { text-decoration: underline; color: #575b71; }
.collection-links-inline a:hover { color: #000; }

/* kriv: ширина названия товара в списке торговых предложений */
.offers-items .catalog-item .catalog-item-title { width: 300px; }
.catalog-detail-offers-list .offers-items .thead .offers-items-name {  width: 300px; }

/* kriv: индикатор статуса товара и всплывающая подсказка */
.stock-indicator:hover { box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.custom-tooltip { position: fixed; max-width: 260px; background: #111; color: #fff; font-size: 13px; line-height: 1.4; padding: 8px 10px; border-radius: 6px; z-index: 9999; white-space: pre-line; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }

/* kriv: offer cards redesign */

#catalog-detail-offers-list { margin-top: 18px; }

#catalog-detail-offers-list .offers-items .thead { display: none; }

#catalog-detail-offers-list .catalog-item { position: relative; display: block; width: 100%; margin: 0 0 18px 0; border: 1px solid #e6ebf1; border-radius: 16px; background: radial-gradient(circle at 0 0, rgba(214, 169, 86, 0.045) 0%, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%); box-shadow: 0 10px 26px rgba(31, 45, 61, 0.06); overflow: hidden; transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }

#catalog-detail-offers-list .catalog-item:hover { border-color: #d5dee9; box-shadow: 0 14px 34px rgba(31, 45, 61, 0.09); transform: translateY(-1px); }

#catalog-detail-offers-list .catalog-item::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 2px; background: linear-gradient(90deg, #c69a4a 0%, rgba(201, 157, 79, 0.34) 38%, rgba(201, 157, 79, 0) 100%); }

#catalog-detail-offers-list .catalog-item.has-supplier-stock { border-color: #bfe8cf; box-shadow: 0 12px 30px rgba(22, 163, 74, 0.08), 0 10px 26px rgba(31, 45, 61, 0.045); }

#catalog-detail-offers-list .catalog-item.has-supplier-stock:hover { border-color: #8fd8aa; box-shadow: 0 15px 36px rgba(22, 163, 74, 0.11), 0 12px 30px rgba(31, 45, 61, 0.055); }

#catalog-detail-offers-list .catalog-item.has-supplier-stock::before { height: 3px; background: linear-gradient(90deg, #22c55e 0%, rgba(34, 197, 94, 0.45) 42%, rgba(34, 197, 94, 0) 100%); }

#catalog-detail-offers-list .catalog-item-info.offer-card { display: grid !important; grid-template-columns: 128px minmax(0, 1fr) 112px 126px 184px !important; grid-template-areas: "image title color price actions" "image props props props props"; column-gap: 18px !important; row-gap: 14px; align-items: center; width: auto !important; min-width: 0 !important; min-height: 0 !important; padding: 24px 26px 22px 26px !important; box-sizing: border-box; float: none !important; }

#catalog-detail-offers-list .catalog-item-info.offer-card > div { display: block !important; float: none !important; box-sizing: border-box; vertical-align: initial !important; min-width: 0; }

#catalog-detail-offers-list .offer-card .catalog-item-image-cont { grid-area: image; width: 128px !important; min-width: 128px; max-width: 128px; padding: 0 !important; margin: 0 !important; text-align: center; }

#catalog-detail-offers-list .offer-card .catalog-item-image { display: flex !important; align-items: center; justify-content: center; width: 112px !important; height: 112px !important; margin: 0 auto; border: 1px solid #eef2f6; border-radius: 18px; background: radial-gradient(circle at 50% 36%, #ffffff 0%, #f8fafc 58%, #eef3f8 100%); box-shadow: 0 10px 22px rgba(31, 45, 61, 0.055); position: relative; }

#catalog-detail-offers-list .offer-card .catalog-item-image a, #catalog-detail-offers-list .offer-card .catalog-item-image > div { display: flex !important; align-items: center; justify-content: center; width: 100% !important; height: 100% !important; }

#catalog-detail-offers-list .offer-card .catalog-item-image img { width: auto !important; height: auto !important; max-width: 94px !important; max-height: 94px !important; object-fit: contain; }

#catalog-detail-offers-list .offer-card .catalog-item-image .zoom { display: none !important; }

#catalog-detail-offers-list .offer-card .catalog-item-image .sticker:empty { display: none !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title { grid-area: title; width: auto !important; max-width: none !important; min-width: 0 !important; padding: 0 !important; text-align: left !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title .name { display: block; max-width: none !important; font-size: 18px !important; line-height: 1.25 !important; font-weight: 650 !important; color: #172033 !important; }

#catalog-detail-offers-list .offer-card .catalog-item-title .article { display: block; margin-top: 7px !important; font-size: 13px !important; line-height: 1.3; color: #8793a5 !important; }

#catalog-detail-offers-list .offer-card__stock-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; min-height: 24px; padding: 0 10px; border: 1px solid rgba(34, 197, 94, 0.25); border-radius: 999px; background: #f0fdf4; color: #15803d; box-shadow: 0 1px 2px rgba(22, 163, 74, 0.08); font-size: 12px; line-height: 1; font-weight: 800; white-space: nowrap; }

#catalog-detail-offers-list .offer-card__stock-badge i { font-size: 11px; line-height: 1; color: #16a34a; }

#catalog-detail-offers-list .offer-card__color { grid-area: color; width: auto !important; min-width: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; text-align: left !important; align-self: center !important; }

#catalog-detail-offers-list .offer-card__color-label { display: none !important; }

#catalog-detail-offers-list .offer-card__color-value { display: inline-flex !important; align-items: center !important; min-height: 32px !important; padding: 0 12px !important; border: 1px solid #dfe7f0 !important; border-radius: 999px !important; background: #f8fafc !important; box-shadow: 0 1px 2px rgba(31, 45, 61, 0.035) !important; font-size: 14px !important; line-height: 1.2 !important; color: #1f2937 !important; }

#catalog-detail-offers-list .offer-card__color-value::before { content: "Цвет"; margin-right: 7px; font-size: 10px; line-height: 1; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: #98a4b3; }

#catalog-detail-offers-list .offer-card .item-price { grid-area: price; width: auto !important; max-width: none !important; min-width: 0 !important; padding: 0 !important; text-align: right !important; white-space: nowrap; }

#catalog-detail-offers-list .offer-card .item-price .catalog-item-price { display: block; font-size: 21px; line-height: 1.1; font-weight: 700; color: #111827; letter-spacing: -0.01em; }

#catalog-detail-offers-list .offer-card .item-price .unit { display: block; margin-top: 4px; font-size: 12px; line-height: 1.2; color: #8a96a8; }

#catalog-detail-offers-list .offer-card .buy_more { grid-area: actions; width: 184px !important; min-width: 184px !important; max-width: 184px !important; padding: 0 !important; margin: 0 !important; position: static !important; right: auto !important; bottom: auto !important; overflow: visible !important; justify-self: start !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_block { display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 8px !important; width: 184px !important; margin-top: 0 !important; white-space: nowrap !important; overflow: visible !important; }

#catalog-detail-offers-list .offer-card .buy_more .add2basket_form { display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 8px !important; float: none !important; width: 168px !important; margin: 0 !important; font-size: 0 !important; }

#catalog-detail-offers-list .offer-card .buy_more .qnt_cont { display: inline-flex !important; align-items: center !important; float: none !important; width: 118px !important; min-width: 118px !important; height: 34px !important; margin: 0 !important; border: 1px solid #dce4ee !important; border-radius: 10px !important; background: #f8fafc !important; overflow: hidden !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus, #catalog-detail-offers-list .offer-card .buy_more .plus { display: inline-flex !important; align-items: center !important; justify-content: center !important; float: none !important; width: 32px !important; height: 32px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: #64748b !important; line-height: 32px !important; text-decoration: none !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus:hover, #catalog-detail-offers-list .offer-card .buy_more .plus:hover { background: #edf3f8 !important; color: #0078b8 !important; }

#catalog-detail-offers-list .offer-card .buy_more .minus span, #catalog-detail-offers-list .offer-card .buy_more .plus span { display: block !important; line-height: 1 !important; }

#catalog-detail-offers-list .offer-card .buy_more .quantity { display: block !important; width: 52px !important; min-width: 52px !important; max-width: 52px !important; height: 32px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-left: 1px solid #dce4ee !important; border-right: 1px solid #dce4ee !important; border-radius: 0 !important; background: #ffffff !important; box-shadow: none !important; text-align: center !important; font-size: 14px !important; line-height: 32px !important; color: #1f2937 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; float: none !important; width: 42px !important; min-width: 42px !important; max-width: 42px !important; height: 34px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 10px !important; background: #0087c7 !important; box-shadow: 0 6px 14px rgba(0, 135, 199, 0.18) !important; color: #ffffff !important; font-size: 0 !important; line-height: 1 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"]::after { content: "" !important; display: none !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"]:hover { background: #0077b0 !important; box-shadow: 0 8px 18px rgba(0, 119, 176, 0.22) !important; }

#catalog-detail-offers-list .offer-card .buy_more button[name="add2basket"] i { display: block !important; font-size: 16px !important; line-height: 1 !important; margin: 0 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; float: none !important; width: 168px !important; min-width: 168px !important; max-width: 168px !important; height: 34px !important; margin: 0 !important; padding: 0 12px !important; border: 1px solid #dfe5ee !important; border-radius: 10px !important; background: #f3f6fa !important; box-shadow: none !important; color: #526071 !important; font-size: 13px !important; line-height: 1 !important; font-weight: 600 !important; box-sizing: border-box !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch:hover { background: #eaf0f6 !important; color: #263445 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch i { color: #a5b1c2 !important; font-size: 13px !important; line-height: 1 !important; }

#catalog-detail-offers-list .offer-card .buy_more .btn_buy.boc_anch span { display: inline !important; }

#catalog-detail-offers-list .offer-card__props { grid-area: props; display: flex !important; flex-wrap: wrap; gap: 7px 8px !important; width: auto !important; max-width: none !important; min-width: 0 !important; padding: 1px 0 0 0 !important; border: 0 !important; border-top: 0 !important; background: transparent !important; box-shadow: none !important; text-align: left !important; }

#catalog-detail-offers-list .offer-card__chip { display: inline-flex; align-items: baseline; gap: 5px; max-width: 100%; padding: 6px 10px !important; border: 1px solid #e0e7ef !important; border-radius: 999px; background: #ffffff !important; box-shadow: 0 1px 2px rgba(31, 45, 61, 0.035) !important; color: #475569 !important; font-size: 13px !important; line-height: 1.25; }

#catalog-detail-offers-list .offer-card__chip-label { color: #8895a7 !important; }

#catalog-detail-offers-list .offer-card__chip-label::after { content: ":"; }

#catalog-detail-offers-list .offer-card__chip-value { color: #263445 !important; }

@media (max-width: 1300px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 112px minmax(0, 1fr) 116px 184px !important; grid-template-areas: "image title price actions" "image color price actions" "image props props props" !important; column-gap: 16px !important; row-gap: 12px !important; padding: 22px 22px 20px 22px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image-cont { width: 112px !important; min-width: 112px; max-width: 112px; }
    #catalog-detail-offers-list .offer-card .catalog-item-image { width: 100px !important; height: 100px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image img { max-width: 84px !important; max-height: 84px !important; }
    #catalog-detail-offers-list .offer-card .item-price { text-align: right !important; align-self: center !important; }
    #catalog-detail-offers-list .offer-card .buy_more { align-self: center !important; }
}

@media (max-width: 980px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 96px minmax(0, 1fr) 184px !important; grid-template-areas: "image title actions" "image color actions" "price price actions" "props props props" !important; column-gap: 14px !important; padding: 20px 18px 18px 18px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image-cont { width: 96px !important; min-width: 96px; max-width: 96px; }
    #catalog-detail-offers-list .offer-card .catalog-item-image { width: 88px !important; height: 88px !important; }
    #catalog-detail-offers-list .offer-card .catalog-item-image img { max-width: 74px !important; max-height: 74px !important; }
    #catalog-detail-offers-list .offer-card .item-price { text-align: left !important; }
}

@media (max-width: 760px) {
    #catalog-detail-offers-list .catalog-item-info.offer-card { grid-template-columns: 88px minmax(0, 1fr) !important; grid-template-areas: "image title" "image color" "image price" "actions actions" "props props" !important; column-gap: 14px !important; }
    #catalog-detail-offers-list .offer-card .buy_more { width: 184px !important; min-width: 184px !important; max-width: 184px !important; }
}

/* End */


/* Start:/bitrix/templates/elektro_flat/components/bitrix/catalog.top/table_desktop_related/style.css?17797762912271*/
.desktop-related-catalog{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:14px;background:#f1f3f6;box-sizing:border-box;}
.desktop-related-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:12px 12px 14px;background:#fff;border:1px solid #e6ebf3;border-radius:12px;color:#1f2937;text-decoration:none!important;box-sizing:border-box;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease;}
.desktop-related-card:hover{color:#1f2937;text-decoration:none!important;border-color:#d5dde8;box-shadow:0 8px 20px rgba(15,23,42,.08);transform:translateY(-1px);}
.desktop-related-card *{text-decoration:none!important;}

.desktop-related-card__img{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;margin:0 0 10px;background:#fff;border-radius:8px;overflow:hidden;}
.desktop-related-card__img img.item_img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;padding:0;box-sizing:border-box;}

.desktop-related-card__title{display:-webkit-box;margin:0 0 7px;overflow:hidden;color:#324054;font-size:14px;line-height:1.28;font-weight:600;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.desktop-related-card:hover .desktop-related-card__title{color:#0f5f90;}
.desktop-related-card__price{display:block;margin:0;color:#111827;font-size:20px;line-height:1.15;font-weight:900;letter-spacing:.01em;}
.desktop-related-card__price .from{display:inline-block;margin:0 5px 0 0;color:#7b8495;font-size:12px;line-height:1;font-weight:400;letter-spacing:0;}
.desktop-related-card__manufacturer{position:absolute;right:8px;bottom:8px;display:block;max-width:64px;max-height:22px;width:auto;height:auto;object-fit:contain;opacity:.72;}
.desktop-related-card .background-dot{position:absolute;top:9px;left:9px;display:block;width:14px;height:14px;border-radius:50%;background:#23c55e;border:2px solid #fff;box-shadow:0 0 4px rgba(0,0,0,.25);z-index:2;}
@media (max-width:1180px){.desktop-related-catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;}}
@media (max-width:860px){.desktop-related-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;}}
/* End */
/* /bitrix/templates/elektro_flat/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178600220917654 */
/* /bitrix/templates/elektro_flat/components/bitrix/catalog.top/table_desktop_related/style.css?17797762912271 */
