

/* Start:/local/templates/main_v3/components/bitrix/catalog/.default/style.css?17854870794673*/
.product-wrapper{
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 222px)) !important;
    gap: 24px !important;
}
.product-wrapper .product-wrap{
    max-width: 100%;
    padding: 0;
}
.pcard__price{
    font-size: 20px;
}
.btn-cart{
    text-transform: uppercase;
}
.product-wrapper-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.prow {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr) 230px;
    gap: 16px;
    background: #fff;
    border-radius: var(--r-lg);
    padding: 14px;
}
/* Блок с картинкой */
.prow__media {
    aspect-ratio: 1/1;
    background: var(--line-2);
    border-radius: var(--r);
    display: grid;
    place-items: center;
    color: #C3CCD8;
}
.prow__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* Заголовок товара */
.prow__title {
    font-size: var(--fs-15) !important;
    font-weight: 600;
    margin-bottom: 6px;
    text-decoration: none;
    color: var(--ink-1);
}
.prow__title:hover {
    color: var(--brand-700);
}
/* Характеристики (если нужны) */
.specs {
    display: grid;
    gap: 4px;
    font-size: var(--fs-12);
}
.specs div {
    display: flex;
    gap: 8px;
}
.specs div i {
    font-style: normal;
    color: var(--muted);
    flex: none;
}
.specs div b {
    font-weight: 500;
}
/* Правый блок с ценой и кнопкой купить */
.prow__buy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: 1px solid var(--line-2);
    padding-left: 16px;
}
/* Мобильная адаптация для списка (чтобы на смартфонах не ломалось) */
@media (max-width: 600px) {
    .prow {
        grid-template-columns: 110px minmax(0,1fr);
    }
    .prow__buy {
        grid-column: 1 / -1;
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--line-2);
        padding-top: 12px;
        flex-direction: row;
        align-items: center;
    }
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 28px 0 !important;
    flex-wrap: wrap;
}
.pagination a, .pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: var(--r-sm);
    display: grid;
    place-items: center;
    background: #fff;
    font-weight: 600;
    font-size: var(--fs-13);
    color: var(--ink-2);
}
.pagination a:hover {
    color: var(--brand-700);
    box-shadow: inset 0 0 0 1px var(--brand-100);
}
.shop-content {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.shop-content > .main-content:only-child,
.shop-content > #catalog-products-container:only-child {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}
@media (max-width: 991px) {
    .shop-content {
        grid-template-columns: 1fr !important;
    }
    .shop-content > .main-content {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }
}
.toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: var(--r-lg);
    padding: 10px 14px;
    margin-bottom: 12px;
}
.viewswitch {
    display: flex;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    overflow: hidden;
}
.viewswitch a {
    width: 36px;
    height: 36px;
    border: 0;
    background: #fff;
    color: var(--muted);
    display: grid;
    place-items: center;
}
.viewswitch a.is-active {
    background: var(--brand-050);
    color: var(--brand-700);
}
.toolbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: #fff; border-radius: var(--r-lg); padding: 10px 14px; margin-bottom: 12px; }
.toolbar__sort { display: flex; align-items: center; gap: 8px; margin-left: auto; font-size: var(--fs-13); color: var(--muted); }
.select {
    height: 36px; padding: 0 32px 0 12px; border: 1px solid var(--line); border-radius: var(--r-sm);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237A8694' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none; font-size: var(--fs-13); font-weight: 500; color: var(--ink); outline: none;
}
.select:focus { border-color: var(--brand); }
/* End */


/* Start:/local/templates/main_v3/components/bitrix/catalog.element/.default/style.css?17858454296732*/


.product-detail-page h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-top: 0;
}

.product-detail-page h3 {
  font-size: 18px;
  font-weight: 700;
}

.product-detail-page .row {
  display: flex;
  align-items: center;
}

.product-detail-page .wrap { flex-wrap: wrap; }
.product-detail-page .mb-8 { margin-bottom: 8px; }
.product-detail-page .mb-16 { margin-bottom: 16px; }
.product-detail-page .mb-24 { margin-bottom: 24px; }
.product-detail-page .mt-8 { margin-top: 8px; }
.product-detail-page .mt-16 { margin-top: 16px; }
.product-detail-page .muted { color: var(--muted); }

/* --- Бейджи --- */
.product-detail-page .badge {
  display: inline-flex; align-items: center; gap: 4px;
  height: 22px; padding: 0 8px; border-radius: var(--r-sm);
  font-size: 11px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
}
.product-detail-page .badge--sale  { background: var(--accent); color: #fff; }
.product-detail-page .badge--hit   { background: var(--brand); color: #fff; }
.product-detail-page .badge--new   { background: #2C6BE8; color: #fff; }
.product-detail-page .badge--top   { background: #F5C518; color: #40320A; }

/* --- Кнопки --- */
.product-detail-page .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px;
  border: 1px solid transparent; border-radius: var(--r);
  font-size: 14px; font-weight: 600; white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
  cursor: pointer;
}
.product-detail-page .btn--primary { background: var(--brand); color: #fff; }
.product-detail-page .btn--primary:hover { background: var(--brand-600); }
.product-detail-page .btn--primary:active { background: var(--brand-700); }
.product-detail-page .btn--outline { background: #fff; color: var(--ink); border-color: var(--line) !important; }
.product-detail-page .btn--outline:hover { border-color: var(--brand) !important; color: var(--brand-700); background-color: var(--white)}
.product-detail-page .btn--block { width: 100%; }

.product-detail-page .iconbtn {
  width: 34px; height: 34px; display: grid; place-items: center; padding:0;
  border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--muted);
  transition: .15s; cursor: pointer;
}
.product-detail-page .iconbtn:hover { color: var(--brand); border-color: var(--brand-100); background: var(--brand-050); }
.product-detail-page .iconbtn.is-active, .product-detail-page .iconbtn.in-favor, .product-detail-page .iconbtn.cart-in-compare { color: var(--accent); border-color: var(--accent); }
.product-detail-page .icon { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* --- Каркас (PDP) --- */
.product-detail-page .pdp { 
  display: grid; 
  grid-template-columns: 84px minmax(0,1fr) 330px; 
  gap: 24px; 
  align-items: start; 
}

/* Галерея */
.product-detail-page .pdp__thumbs { display: flex; flex-direction: column; gap: 8px; }
.product-detail-page .pdp__thumbs button { 
  width: 84px; height: 84px; border: 1.5px solid var(--line); border-radius: var(--r); 
  background: #fff; padding: 6px; display: grid; place-items: center; color: #C3CCD8; cursor: pointer;
}
.product-detail-page .pdp__thumbs button.is-active { border-color: var(--brand); }

.product-detail-page .pdp__stage { 
  background: #fff; border-radius: var(--r-lg); aspect-ratio: 4/3; 
   place-items: center; position: relative; color: #C3CCD8;
  overflow: hidden;
}

/* Характеристики мини */
.product-detail-page .panel { background: #fff; border-radius: var(--r-lg); padding: 20px; margin-bottom: 16px; }
.product-detail-page .kv { display: flex; gap: 8px; font-size: 13px; padding: 5px 0; }
.product-detail-page .kv i { font-style: normal; color: var(--muted); }

/* Блок покупки */
.product-detail-page .pdp__buy { 
  background: #fff; border-radius: var(--r-lg); padding: 20px; 
  position: sticky; top: 76px; 
}
.product-detail-page .price-now { font-size: 32px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }

.product-detail-page .qty { 
  display: inline-flex; align-items: center; border: 1px solid var(--line); 
  border-radius: var(--r); overflow: hidden; height: 44px; background: #fff;
    max-width: 142px;
    padding: 0 !important;
    justify-content: space-between;
}

.product-detail-page .qty button { width: 40px; height: 100%; border: 0; background: #fff; color: var(--ink-2); font-size: 18px; cursor: pointer; }
.product-detail-page .qty button:hover { background: var(--line-2); color: var(--brand); }
.product-detail-page .qty input { width: 46px; height: 100%; border: 0; text-align: center; font-weight: 600; outline: none; }
.product-detail-page .hint { font-size: 12px; color: var(--muted); }

/* --- Табы --- */
.product-detail-page .tabs { 
  display: flex; gap: 4px; border-bottom: 1px solid var(--line); 
  margin-bottom: 20px; overflow: auto; 
}
.product-detail-page .tabs button {
  padding: 12px 16px; border: 0; background: none; font-size: 14px; font-weight: 600;
  color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap; cursor: pointer;
}
.product-detail-page .tabs button.is-active { color: var(--ink); border-bottom-color: var(--brand); }
.product-detail-page .tabpanel { display: none; }
.product-detail-page .tabpanel.is-active { display: block; }

.product-detail-page .spec-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.product-detail-page .spec-table tr:nth-child(odd) { background: var(--line-2); }
.product-detail-page .spec-table td { padding: 10px 14px; }
.product-detail-page .spec-table td:first-child { color: var(--muted); width: 45%; }
.product-detail-page .spec-table td:last-child { font-weight: 500; }

.product-detail-page .section { margin: 32px 0; }
.product-detail-page .section__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }

/* Адаптив */
@media (max-width: 1100px) {
  .product-detail-page .pdp { grid-template-columns: 72px minmax(0,1fr); }
  .product-detail-page .pdp__buy { grid-column: 1 / -1; position: static; }
}

@media (max-width: 720px) {
  .product-detail-page .pdp { grid-template-columns: 1fr; }
  .product-detail-page .pdp__thumbs { flex-direction: row; overflow: auto; order: 2; }
}
.title{
    font-size: 24px !important;
}

.product-detail-page .pdp.pdp--single {
  grid-template-columns: minmax(0,1fr) 330px;
}
.hint{
    width: auto !important;
}
.pdp__buy .price-now{
    margin-bottom: 15px;
}

.label-new{
    background: #FFEADB;
    color: #C2410C;
    box-shadow: inset 0 0 0 1px #FFD2B0;
}
/* End */
/* /local/templates/main_v3/components/bitrix/catalog/.default/style.css?17854870794673 */
/* /local/templates/main_v3/components/bitrix/catalog.element/.default/style.css?17858454296732 */
