@font-face{font-family:'Yanone';src:url('fonts/YanoneKaffeesatz-Medium.ttf') format('truetype');font-weight:400;font-style:normal;font-display:block}
@font-face{font-family:'Yanone';src:url('fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:block}
@font-face{font-family:'Smooch';src:url('fonts/Smooch-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
/* ===== Boss Power Shop — оформление (чистая сборка) ===== */

:root{
  --bps-red:#E63329;
  --bps-black:#000;
  --bps-bg:#F9FAFB;
  --bps-text:#191919;
}

body{
  background:var(--bps-bg);
  color:var(--bps-text);
  font-family:'Yanone',system-ui,Arial,sans-serif;
  font-size:17px;
}
h1,h2,h3,h4,h5{font-family:'Yanone',sans-serif;font-weight:700;letter-spacing:.4px;color:var(--bps-text)}
a{color:var(--bps-text)}
a:hover{color:var(--bps-red)}

/* ---------- ВЕРХНЯЯ СТРОКА ---------- */
#top{background:#000 !important;border:0}
#top a,#top span,#top .dropdown-toggle{color:#fff !important}
#top a:hover{color:var(--bps-red) !important}
#form-language img,#form-currency img{display:none !important}
#form-language .dropdown-menu,#form-currency .dropdown-menu{background:#111;border:0}
#form-language .dropdown-item,#form-currency .dropdown-item{color:#e6e6e6}
#form-language .dropdown-item:hover,#form-currency .dropdown-item:hover{background:var(--bps-red);color:#fff}

/* ---------- ПЕРВЫЙ ЭКРАН ---------- */
.bps-hero{
  position:relative;
  width:100%;
  min-height:600px;
  margin:0 0 44px;
  background:#1a1a1a center/cover no-repeat;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
}
.bps-hero::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.45)}
.bps-hero__inner{position:relative;z-index:2;max-width:840px;padding:40px 24px}
.bps-hero__kicker{font-weight:700;color:#fff;font-size:30px;margin-bottom:6px;text-shadow:0 2px 12px rgba(0,0,0,.6)}
.bps-hero__title{font-family:'Smooch',cursive;color:var(--bps-red);font-size:118px;line-height:.95;margin:0 0 14px;text-shadow:0 4px 20px rgba(0,0,0,.45)}
.bps-hero__text{color:#f2f2f2;font-size:19px;line-height:1.5;max-width:640px;margin:0 auto 30px;text-shadow:0 2px 10px rgba(0,0,0,.7)}
.bps-hero__btn{display:inline-block;background:var(--bps-red);color:#fff !important;padding:15px 52px;border-radius:5px;font-size:21px;font-weight:500;text-decoration:none}
.bps-hero__btn:hover{background:#c22a21;color:#fff !important}

@media (max-width:768px){
  .bps-hero{min-height:420px}
  .bps-hero__title{font-size:70px}
  .bps-hero__kicker{font-size:22px}
}

/* ---------- КНОПКИ ---------- */
.btn-primary,.btn-success,.btn-danger,#button-cart{
  background:var(--bps-red) !important;border-color:var(--bps-red) !important;color:#fff !important;
  font-weight:500;border-radius:4px;
}
.btn-primary:hover,.btn-success:hover,#button-cart:hover{background:#c22a21 !important;border-color:#c22a21 !important}

/* ---------- ПОДВАЛ ---------- */
.bps-footer{background:#000;color:#cfcfcf;padding:52px 0 26px;margin-top:56px;font-size:16px}
.bps-footer h5{color:#fff;font-weight:700;font-size:21px;margin-bottom:14px}
.bps-footer__text{color:#b9b9b9;line-height:1.6;margin-bottom:10px}
.bps-footer__muted{color:#8a8a8a;font-size:14px}
.bps-footer a{color:#cfcfcf !important;text-decoration:none}
.bps-footer a:hover{color:var(--bps-red) !important}
.bps-footer__list{list-style:none;padding:0;margin:0}
.bps-footer__list li{margin-bottom:8px}
.bps-footer hr{border-color:#242424;margin:26px 0 16px}
.bps-footer__bottom{color:#7d7d7d;font-size:14px}
.bps-social a{display:inline-block;margin:0 12px 6px 0}

/* ---------- ПРОЧЕЕ ---------- */
.breadcrumb{background:transparent;padding-left:0}
.list-group-item.active{background:var(--bps-red);border-color:var(--bps-red)}
#content h1{font-size:40px;margin:8px 0 14px}
.form-control:focus{border-color:var(--bps-red);box-shadow:0 0 0 .15rem rgba(230,51,41,.15)}

/* прячем только текст описания — абзацы без класса price */
.product-thumb .description > p:not(.price),
.product-thumb .description > div:not(.price):not(.rating){display:none}



/* ============ КАРТОЧКИ КАК НА ECWID ============ */
/* 5 в ряд на широком экране */
@media (min-width:1200px){
  #content .row > .product-layout,
  #content .row > .col-xl-3,
  #content .row > .col-lg-3,
  #content .row > .col-md-4{
    flex:0 0 20% !important;max-width:20% !important;
  }
}
@media (min-width:768px) and (max-width:1199px){
  #content .row > .product-layout{flex:0 0 33.333% !important;max-width:33.333% !important}
}

.product-thumb{
  background:transparent;border:0;border-radius:0;box-shadow:none;
  margin-bottom:34px;
}
.product-thumb:hover{box-shadow:none}

.product-thumb .image{
  aspect-ratio:1/1;background:#f4f4f4;overflow:hidden;
  display:flex;align-items:center;justify-content:center;margin-bottom:12px;
}
.product-thumb .image img{width:100%;height:100%;object-fit:cover;display:block}

.product-thumb .description{display:block;height:auto}
.product-thumb h4{margin:0 0 4px;font-size:16px;line-height:1.3;font-weight:700}
.product-thumb h4 a{color:var(--bps-text) !important;text-decoration:none}
.product-thumb h4 a:hover{color:var(--bps-red) !important}

.product-thumb .price{
  display:block;margin:2px 0 0;font-size:17px;font-weight:700;color:var(--bps-text);
}
.product-thumb .price-new{color:var(--bps-red)}
.product-thumb .price-tax{display:none}
.product-thumb .rating{margin:0 0 2px}

/* кнопки под карточкой убираем — на Ecwid их не было */
.product-thumb .button-group{display:none}

/* ============ СЕТКА ТОВАРОВ: 5 В РЯД (как на Ecwid) ============ */
@media (min-width:1200px){
  .row-cols-lg-3 > *{flex:0 0 auto !important;width:20% !important}
}
@media (min-width:992px) and (max-width:1199px){
  .row-cols-lg-3 > *{flex:0 0 auto !important;width:25% !important}
}
@media (min-width:576px) and (max-width:991px){
  .row-cols-sm-2 > *{flex:0 0 auto !important;width:33.333% !important}
}

/* кнопка сравнения — лишняя */
#compare-total, a[href*="product/compare"]{display:none !important}
.product-thumb .button-group button[formaction*="compare"],
.product-thumb .button-group button[formaction*="wishlist"]{display:none}

/* карточка компактнее под 5 в ряд */
.product-thumb{margin-bottom:30px}
.product-thumb h4{font-size:15px;line-height:1.3;margin:0 0 3px}
.product-thumb .price{font-size:16px}
.product-thumb .image{background:#f4f4f4}

/* логотип по центру, крупный */
header .container > .row{align-items:center}
#logo{text-align:center}
#logo img{max-height:100px;width:auto;margin:0 auto;display:block}

/* колонка логотипа — по центру страницы */
header .container > .row > div:first-child{
  order:2;flex:0 0 auto;width:auto;margin:0 auto;
}
header .container > .row > div:nth-child(2){order:1;flex:1}
header .container > .row > div:nth-child(3){order:3;flex:1;text-align:right}

header{padding:14px 0 10px}

/* поиск компактнее, чтобы не спорил с логотипом */
#search{max-width:340px}
#search input{background:#111;border-color:#2a2a2a;color:#fff}
#search input::placeholder{color:#7d7d7d}

/* корзина компактнее */
#header-cart{max-width:260px;margin-left:auto}

/* меню категорий — по центру */
#menu .navbar-nav{justify-content:center;width:100%}

/* убираем кнопки под карточками — на Ecwid их нет */
.product-thumb .button-group{display:none !important}

/* ============ ШАПКА КАК НА ECWID ============ */
.bps-topbar{background:#000;position:relative;z-index:20}
.bps-topbar__inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 34px;min-height:120px;
}

/* бургер слева */
.bps-burger{
  background:none;border:0;display:flex;align-items:center;gap:12px;
  color:var(--bps-red);font-family:'Yanone',sans-serif;font-size:19px;padding:0;
}
.bps-burger span{display:block;width:22px;height:2px;background:var(--bps-red);margin:3px 0}
.bps-burger em{font-style:normal;margin-left:4px}
.bps-burger > span:nth-child(2){width:16px}
.bps-burger > span:nth-child(3){width:12px}

/* логотип по центру */
.bps-logo{position:absolute;left:50%;transform:translateX(-50%);display:block}
.bps-logo img{height:100px;width:auto;display:block}
.bps-logo span{color:var(--bps-red);font-family:'Smooch',cursive;font-size:46px}

/* правая часть */
.bps-actions{display:flex;align-items:center;gap:20px;margin-left:auto}
.bps-call{
  background:var(--bps-red);color:#fff !important;text-decoration:none;
  padding:9px 22px;border-radius:4px;font-size:15px;font-weight:500;white-space:nowrap;
}
.bps-call:hover{background:#c22a21;color:#fff !important}

.bps-langs{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:500}
.bps-langs a{color:#fff !important;text-decoration:none;position:relative}
.bps-langs a + a::before{content:'·';position:absolute;left:-7px;color:#666}
.bps-langs a.is-active,.bps-langs a:hover{color:var(--bps-red) !important}

.bps-icon{color:#fff !important;display:flex;align-items:center}
.bps-icon:hover{color:var(--bps-red) !important}

/* выпадающее меню категорий */
.bps-menu-wrap{background:#0d0d0d;border-top:1px solid #1e1e1e}
.bps-menu{display:flex;flex-wrap:wrap;gap:6px 30px;padding:18px 34px}
.bps-menu a{
  color:#fff !important;text-decoration:none;font-size:18px;font-weight:500;
}
.bps-menu a:hover{color:var(--bps-red) !important}

@media (max-width:900px){
  .bps-topbar__inner{padding:10px 16px;min-height:88px}
  .bps-logo img{height:66px}
  .bps-call{display:none}
  .bps-actions{gap:12px}
}

/* ============ ДОВОДКА ШАПКИ ============ */
/* старое меню Opencart прячем — категории под кнопкой «Меню» */
#menu, .navbar.navbar-expand-lg, #narbar-menu{display:none !important}

/* логотип: не перекрывает правую часть */
.bps-logo{pointer-events:auto;z-index:1}
.bps-logo img{height:96px}
.bps-actions{position:relative;z-index:2}
.bps-burger{position:relative;z-index:2}

/* выравнивание внутри шапки */
.bps-topbar__inner{min-height:118px;padding:8px 40px}

/* значки — заметнее */
.bps-icon svg{width:24px;height:24px}

.bps-burger{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:12px}
.bps-burger > span:nth-child(1){grid-column:1;grid-row:1;align-self:end}
.bps-burger > span:nth-child(2){grid-column:1;grid-row:2}
.bps-burger > span:nth-child(3){grid-column:1;grid-row:3;align-self:start}
.bps-burger > em{grid-column:2;grid-row:1/4}
.bps-burger > span{margin:2px 0}

/* ============ ВЫЕЗЖАЮЩЕЕ МЕНЮ (как на Ecwid) ============ */
.bps-drawer{position:fixed;inset:0;z-index:1000;pointer-events:none}
.bps-drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);opacity:0;transition:opacity .25s}
.bps-drawer__panel{
  position:absolute;left:0;top:0;bottom:0;width:410px;max-width:88vw;
  background:#000;color:var(--bps-red);padding:22px 40px 40px;
  transform:translateX(-100%);transition:transform .28s ease;
  overflow-y:auto;display:flex;flex-direction:column;
}
.bps-drawer.is-open{pointer-events:auto}
.bps-drawer.is-open .bps-drawer__backdrop{opacity:1}
.bps-drawer.is-open .bps-drawer__panel{transform:translateX(0)}
body.bps-noscroll{overflow:hidden}

.bps-drawer__close{
  background:none;border:0;color:var(--bps-red);font-family:'Yanone',sans-serif;
  font-size:16px;padding:0;margin-bottom:28px;display:flex;align-items:center;gap:14px;text-align:left;
}
.bps-drawer__close span{font-size:20px}

.bps-drawer__group{margin-bottom:8px}
.bps-drawer__group summary{
  list-style:none;cursor:pointer;color:#a9a9a9;font-size:26px;font-weight:500;
  display:flex;justify-content:space-between;align-items:center;padding:6px 0;
}
.bps-drawer__group summary::-webkit-details-marker{display:none}
.bps-drawer__group summary::after{content:'⌄';font-size:22px;color:#a9a9a9}
.bps-drawer__group[open] summary::after{content:'⌃'}
.bps-drawer__group a{
  display:block;color:var(--bps-red) !important;text-decoration:none;
  font-size:22px;font-weight:500;padding:9px 0 9px 20px;
}
.bps-drawer__group a:hover{color:#fff !important}

.bps-drawer__link{
  display:block;color:var(--bps-red) !important;text-decoration:none;
  font-size:26px;font-weight:500;padding:12px 0;
}
.bps-drawer__link:hover{color:#fff !important}

.bps-drawer__search{margin-top:auto;padding-top:40px}
.bps-drawer__search input{
  width:100%;background:transparent;border:0;border-bottom:1px solid var(--bps-red);
  color:#fff;font-family:'Yanone',sans-serif;font-size:24px;padding:8px 0;outline:none;
}
.bps-drawer__search input::placeholder{color:var(--bps-red)}

.bps-drawer__contacts{margin-top:28px;font-size:16px;line-height:1.5;color:var(--bps-red)}
.bps-drawer__contacts div{margin-bottom:14px}
.bps-drawer__contacts a{color:var(--bps-red) !important;text-decoration:none}
.bps-drawer__social{display:flex;gap:22px;margin-top:22px}
.bps-drawer__social a{
  width:44px;height:44px;border:2px solid var(--bps-red);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--bps-red) !important;text-decoration:none;font-size:20px;
}
.bps-drawer__social a:hover{background:var(--bps-red);color:#000 !important}

/* ============ ОТЗЫВЫ «НАШИ КЛИЕНТЫ» ============ */
.bps-reviews{padding:56px 0 30px}
.bps-reviews__title{font-size:44px;font-weight:700;margin:0 0 30px}
.bps-reviews__track{
  display:flex;gap:22px;overflow-x:auto;padding-bottom:18px;
  scroll-snap-type:x mandatory;scrollbar-color:#888 #e6e6e6;
}
.bps-review{
  flex:0 0 560px;scroll-snap-align:start;
  background:#fff;border:1px solid #e3e3e3;padding:12px;display:flex;gap:18px;
}
.bps-review img{width:200px;height:266px;object-fit:cover;flex:0 0 200px}
.bps-review__body{display:flex;flex-direction:column;font-size:16px;line-height:1.5}
.bps-review__body p{margin:0 0 auto;color:#222}
.bps-review__body b{display:block;text-align:right;margin-top:16px;color:#111}
@media (max-width:700px){
  .bps-review{flex-basis:88vw;flex-direction:column}
  .bps-review img{width:100%;height:220px;flex-basis:auto}
}

/* ============ БЛОК «СТАНЬ САМЫМ МОЩНЫМ» ============ */
.bps-cta{
  position:relative;background:#000 center/cover no-repeat;
  padding:90px 20px;text-align:center;
}
.bps-cta::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.35)}
.bps-cta__inner{position:relative;z-index:2;max-width:760px;margin:0 auto}
.bps-cta h2{
  color:var(--bps-red);font-size:64px;font-weight:700;margin:0 0 14px;
  text-shadow:0 3px 14px rgba(0,0,0,.7);
}
.bps-cta p{color:#fff;font-size:20px;margin:0 0 30px;text-shadow:0 2px 10px rgba(0,0,0,.7)}

/* ---- убираем зазор над шапкой ---- */
body{margin:0;padding:0}
body > .bps-topbar{margin-top:0}
#top{display:none !important}

/* ---- подборка на главной: 5 в ряд, заголовок по-русски ---- */
#common-home .row-cols-1 > .col{flex:0 0 auto !important;width:20% !important}
@media (max-width:1199px){#common-home .row-cols-1 > .col{width:33.333% !important}}
@media (max-width:767px){#common-home .row-cols-1 > .col{width:50% !important}}

#common-home #content > h2, #common-home #content > h3{font-size:0}


/* ============ СТРАНИЦА КАТЕГОРИИ КАК НА ECWID ============ */
/* левое меню категорий убираем */
#column-left{display:none !important}
#content{flex:0 0 100% !important;max-width:100% !important}

/* раскладка: товары слева, фильтры справа */
.bps-catwrap{display:flex;gap:40px;align-items:flex-start}
.bps-catmain{flex:1;min-width:0}
.bps-filters{flex:0 0 250px;position:sticky;top:20px}

.bps-filters__toggle{
  background:none;border:0;color:#333;font-family:'Yanone',sans-serif;
  font-size:15px;letter-spacing:1px;text-transform:uppercase;padding:0;margin-bottom:22px;cursor:pointer;
}
.bps-filters.is-collapsed .bps-filters__body{display:none}

.bps-filter{margin-bottom:30px}
.bps-filter__title{font-size:19px;font-weight:500;margin-bottom:12px;color:#222}

.bps-price__row{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.bps-price__row input{
  width:100%;border:1px solid #cfcfcf;padding:7px 10px;font-family:'Yanone',sans-serif;font-size:16px;
}
.bps-price__row span{color:#888}
.bps-price__go{
  background:var(--bps-red);color:#fff;border:0;padding:8px 18px;border-radius:3px;
  font-family:'Yanone',sans-serif;font-size:15px;cursor:pointer;
}

.bps-brands{max-height:260px;overflow-y:auto;padding-right:6px}
.bps-brand{
  display:flex;align-items:center;gap:10px;margin:0 0 9px;font-size:16px;color:#333;cursor:pointer;
}
.bps-brand input{width:18px;height:18px;accent-color:var(--bps-red);margin:0}
.bps-brand span{flex:1}
.bps-brand em{font-style:normal;color:#888;font-size:15px}

/* заголовок категории крупнее, крошки как на Ecwid */
#content h1{font-size:46px;margin:6px 0 4px}
.breadcrumb{font-size:15px;margin-bottom:18px}

/* кнопки под карточками — нет */
.product-thumb .button-group{display:none !important}

/* сетка внутри catmain: 4 в ряд (рядом стоит панель фильтров) */
.bps-catmain .row-cols-lg-3 > *{flex:0 0 auto !important;width:25% !important}
@media (max-width:1100px){.bps-catmain .row-cols-lg-3 > *{width:33.333% !important}}
@media (max-width:820px){
  .bps-catwrap{flex-direction:column}
  .bps-filters{position:static;flex-basis:auto;width:100%}
  .bps-catmain .row-cols-lg-3 > *{width:50% !important}
}

/* сортировка / показывать — компактнее */
#content .row.mb-3 .col{flex:0 0 auto}

/* ---- кнопки под карточками: окончательно убираем ---- */
.product-thumb .button-group,
.product-thumb form .button-group,
.product-thumb > form > div.button-group,
.product-thumb .btn-group{display:none !important}
/* черепа: отступ и явная высота, чтобы не наезжали */
.bps-cta{margin:0;min-height:320px;position:relative;z-index:1}
.bps-footer{position:relative;z-index:2;margin-top:0}

/* ============ РЕКОМЕНДУЕМЫЕ КАК НА ECWID: 6 в ряд, заголовок по центру ============ */

#common-home .row-cols-1 > .col{width:16.666% !important}
@media (max-width:1199px){#common-home .row-cols-1 > .col{width:25% !important}}
@media (max-width:767px){#common-home .row-cols-1 > .col{width:50% !important}}

/* карточка: название обычным, цена жирная, всё как на Ecwid */
.product-thumb .image{background:#fff;aspect-ratio:1/1}
.product-thumb .description h4{font-weight:400;font-size:16px;line-height:1.35;margin:10px 0 6px}
.product-thumb .description h4 a{color:#191919 !important;font-weight:400}
.product-thumb .description .price{font-size:17px;font-weight:700;color:#191919}
.product-thumb .description .price-new{color:#191919}
/* рейтинг звёздами, если есть */
.product-thumb .rating{margin:0 0 4px;font-size:14px}

.bps-byn{font-weight:400;font-size:15px;color:#333}

/* ============ СЕТКА РЕКОМЕНДУЕМЫХ: жёстко 6 в ряд с переносом ============ */
#common-home #content .row.row-cols-1{
  display:flex !important;flex-wrap:wrap !important;margin:0 -10px;
}
#common-home #content .row.row-cols-1 > .col{
  flex:0 0 16.666% !important;max-width:16.666% !important;width:16.666% !important;
  padding:0 10px;box-sizing:border-box;
}
@media (max-width:1199px){
  #common-home #content .row.row-cols-1 > .col{flex:0 0 25% !important;max-width:25% !important;width:25% !important}
}
@media (max-width:767px){
  #common-home #content .row.row-cols-1 > .col{flex:0 0 50% !important;max-width:50% !important;width:50% !important}
}

/* ============ МЕНЮ: панель должна ВЫЕЗЖАТЬ (жёстко) ============ */
.bps-drawer{position:fixed !important;inset:0 !important;z-index:99999 !important;pointer-events:none}
.bps-drawer.is-open{pointer-events:auto !important}
.bps-drawer__panel{
  position:fixed !important;left:0 !important;top:0 !important;bottom:0 !important;
  width:410px !important;max-width:88vw !important;
  transform:translateX(-100%) !important;
  transition:transform .28s ease !important;
  z-index:100000 !important;pointer-events:auto !important;
}
.bps-drawer.is-open .bps-drawer__panel{transform:translateX(0) !important}
.bps-drawer__backdrop{position:fixed !important;inset:0 !important;z-index:99998 !important}
.bps-drawer.is-open .bps-drawer__backdrop{opacity:1 !important;pointer-events:auto !important}
.bps-drawer__panel a, .bps-drawer__panel button, .bps-drawer__panel summary, .bps-drawer__panel input{
  pointer-events:auto !important;position:relative;z-index:1;
}

/* ============ КНОПКИ ПОД КАРТОЧКАМИ — везде убрать (обёртка .button) ============ */
.product-thumb .button,
.product-thumb div.button,
.product-thumb .button-group{display:none !important}

/* ============ РЕКОМЕНДУЕМЫЕ: 6 в ряд при любом масштабе ============ */
#common-home #content .row{
  display:flex !important;flex-wrap:wrap !important;margin:0 -10px;
}
#common-home #content .row > .col,
#common-home #content .row > [class*="col"]{
  flex:0 0 16.666% !important;max-width:16.666% !important;width:16.666% !important;
  padding:0 10px;box-sizing:border-box;
}
@media (max-width:1199px){
  #common-home #content .row > .col,
  #common-home #content .row > [class*="col"]{flex:0 0 25% !important;max-width:25% !important;width:25% !important}
}
@media (max-width:767px){
  #common-home #content .row > .col,
  #common-home #content .row > [class*="col"]{flex:0 0 50% !important;max-width:50% !important;width:50% !important}
}

/* ============ СЛУЖЕБНЫЕ СТРАНИЦЫ КАК НА ECWID ============ */
/* общее: крупный заголовок, крошки, отступ сверху */
#information-information, #account-login, #account-register, #account-account,
#checkout-cart, #checkout-checkout, #account-order, #account-wishlist{
  padding-top:40px;
}
#information-information h1, #account-login h1, #account-register h1,
#account-account h1, #checkout-cart h1, #checkout-checkout h1,
#account-order h1, #account-wishlist h1, #information-contact h1{
  font-size:52px;font-weight:700;line-height:1.05;margin:0 0 14px;
}
.breadcrumb{font-size:16px;color:#777;margin-bottom:30px}
.breadcrumb a{color:#555}

/* блоки текстовых страниц */
.bps-page{max-width:820px}
.bps-page__block{margin-bottom:34px}
.bps-page__block h3{font-size:24px;font-weight:700;margin:0 0 8px}
.bps-page__block p{font-size:18px;line-height:1.55;color:#333;margin:0}
.bps-page__block a{color:var(--bps-red);text-decoration:none}
.bps-page__block a:hover{text-decoration:underline}
.bps-page__contacts{border-top:1px solid #e6e6e6;padding-top:26px;margin-top:10px}

/* ---- КАБИНЕТ / ВХОД: две колонки, чёрная кнопка ---- */
#account-login .row > div{margin-bottom:30px}
#account-login .card, #account-register .card, #account-account .card{
  border:0;box-shadow:none;background:transparent;
}
#account-login .card-header, #account-register .card-header{
  background:transparent;border:0;padding:0 0 10px;
  font-size:34px;font-weight:700;
}
#account-login .form-control, #account-register .form-control, #checkout .form-control{
  font-family:'Yanone',sans-serif;font-size:18px;border:1px solid #cfcfcf;
  border-radius:0;padding:12px 14px;
}
#account-login .btn-primary, #account-register .btn-primary,
#checkout-cart .btn-primary, #checkout-checkout .btn-primary,
#button-confirm, #button-login, #button-register{
  background:#191919 !important;border-color:#191919 !important;color:#fff !important;
  border-radius:0;padding:12px 40px;font-size:18px;
}
#account-account .list-group-item{border:0;padding:8px 0;font-size:18px}
#account-account .list-group-item a{color:var(--bps-text) !important}
#account-account .list-group-item a:hover{color:var(--bps-red) !important}

/* ---- КОРЗИНА: таблица товаров, итог, чёрная кнопка ---- */
#checkout-cart .table{font-size:17px}
#checkout-cart .table th{border-top:0;font-weight:700;color:#444}
#checkout-cart .table img{width:80px;border:0}
#checkout-cart .table a{color:var(--bps-text) !important}
#checkout-cart .input-group .form-control{width:60px;border-radius:0}
#checkout-cart .table tfoot td, #checkout-cart .table-bordered{border:0}
#checkout-cart tfoot strong{font-size:22px;text-transform:uppercase;letter-spacing:.5px}
#checkout-cart .accordion, #checkout-cart .card{border:0}
#checkout-cart .btn-light{border-radius:0}

/* ---- ОФОРМЛЕНИЕ ЗАКАЗА: чистые блоки ---- */
#checkout-checkout .card{border:0;border-top:1px solid #e6e6e6;border-radius:0;margin-bottom:0}
#checkout-checkout .card-header{background:transparent;border:0;font-size:26px;font-weight:700;padding:26px 0 8px}
#checkout-checkout .card-body{padding:8px 0 22px}
#checkout-checkout label{font-size:17px;font-weight:700}
#checkout-checkout .form-check-label{font-weight:400}

/* в подвале и меню — на чёрном */
.bps-footer .bps-soc, .bps-drawer__social .bps-soc{color:var(--bps-red) !important}
.bps-drawer__social .bps-soc{border:0;width:44px;height:44px}
.bps-drawer__social .bps-soc svg{width:34px;height:34px}

/* в подвале и меню (чёрный фон) — белые, при наведении красные */
.bps-footer .bps-soc{color:#fff !important}
.bps-footer .bps-soc:hover{color:var(--bps-red) !important}
.bps-drawer__social .bps-soc{color:var(--bps-red) !important;width:auto;height:auto;border:0}
.bps-drawer__social .bps-soc:hover{color:#fff !important;background:none}

/* значки соцсетей — единый набор, 32px, чёрные, как на Ecwid */
.bps-social-row{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.bps-soc{display:inline-flex;align-items:center;justify-content:center;color:#191919 !important;background:none;border:0;width:32px;height:32px;border-radius:0;padding:0;position:relative}
.bps-soc svg{width:32px;height:32px;display:block}
.bps-soc svg path{fill:currentColor;stroke:none}
.bps-soc:hover{color:var(--bps-red) !important}
/* подсказка с названием при наведении */
.bps-soc::after{
  content:attr(title);position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);
  background:#191919;color:#fff;font-size:13px;padding:3px 8px;border-radius:3px;
  white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;
}
.bps-soc:hover::after{opacity:1}
.bps-footer .bps-soc{color:#fff !important}
.bps-footer .bps-soc:hover{color:var(--bps-red) !important}
.bps-footer .bps-soc::after{background:#fff;color:#191919}
.bps-drawer__social .bps-soc{color:var(--bps-red) !important}
.bps-drawer__social .bps-soc:hover{color:#fff !important}

/* ---- рукописная подпись внизу подвала, как на Ecwid ---- */
.bps-footer__sign{
  font-family:'Smooch',cursive;color:var(--bps-red);
  font-size:64px;line-height:1;text-align:center;margin:20px 0 14px;
}
.bps-footer__bottom{text-align:center}

/* ---- подсказки к значкам в меню: сверху, не обрезаются ---- */
.bps-drawer__panel{overflow-x:visible !important}
.bps-drawer__social{padding-top:34px;overflow:visible}
.bps-drawer__social .bps-soc{overflow:visible}
.bps-drawer__social .bps-soc::after{
  bottom:auto;top:-32px;background:#fff;color:#191919;z-index:5;
}

/* ============ КОНТАКТЫ КАК НА ECWID ============ */
#information-information .bps-contacts{
  display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;
  padding:20px 0 60px;
}
.bps-contacts__map{position:relative;width:100%;aspect-ratio:1/1;background:#eee}
.bps-contacts__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.bps-contacts__title{font-size:64px;font-weight:700;line-height:1;margin:0 0 28px}
.bps-contacts__lead{font-size:19px;line-height:1.6;color:#222;margin:0 0 34px;max-width:560px}
.bps-contacts__block{margin-bottom:30px}
.bps-contacts__block h3{font-size:21px;font-weight:700;margin:0 0 8px;color:#111}
.bps-contacts__block p{font-size:19px;line-height:1.6;margin:0 0 4px;color:#222}
.bps-contacts__block a{color:#222;text-decoration:none}
.bps-contacts__block a:hover{color:var(--bps-red)}
.bps-contacts__route{display:inline-flex;align-items:center;gap:8px}
.bps-contacts__route span{font-size:15px}
#information-information .bps-social-row{margin-top:34px;gap:22px}

/* на этой странице прячем крошки и дублирующий заголовок */
#information-information .breadcrumb{display:none}
#information-information > .container > .row > #content > h1{display:none}

@media (max-width:900px){
  #information-information .bps-contacts{grid-template-columns:1fr;gap:36px}
  .bps-contacts__title{font-size:44px}
}

/* ---- контакты: собственный поток, ничего не наезжает ---- */
#information-information{position:relative;z-index:1;background:var(--bps-bg);padding-bottom:60px}
#information-information .bps-contacts{position:relative;z-index:2}
#information-information #content{overflow:visible;min-height:auto}
.bps-cta{position:relative;z-index:0}
.bps-footer{position:relative;z-index:1;clear:both}
main{position:relative;z-index:1}

/* ---- контакты: убираем дубль заголовка от OpenCart ---- */
#information-information #content > h1{display:none !important}


/* ---- контакты: заголовок справа, серый фон без белой подложки ---- */
#information-information{background:#f4f4f4;padding:0}
#information-information #content, #information-information .container,
#information-information .row, #information-information .col{background:transparent}
#information-information #content > h1{display:none !important}

#information-information .bps-contacts{
  padding:120px 0 90px;gap:110px;max-width:1440px;margin:0 auto;
}
.bps-contacts__map{aspect-ratio:1/1;max-width:780px}
.bps-contacts__title{
  display:block !important;font-size:70px;font-weight:700;line-height:1;margin:0 0 30px;
}
.bps-contacts__lead{font-size:19px;line-height:1.6;margin:0 0 36px;max-width:480px}
.bps-contacts__block{margin-bottom:28px}
.bps-contacts__block h3{font-size:22px;margin:0 0 6px}
.bps-contacts__block p{font-size:19px;margin:0 0 4px}
#information-information .bps-social-row{margin-top:36px;gap:24px}

/* ---- контакты: серый фон на всю ширину ---- */
body:has(#information-information){background:#f4f4f4}
#information-information{width:100%;background:#f4f4f4}
#information-information > .container{max-width:1440px}
main:has(#information-information){background:#f4f4f4}
#container:has(#information-information){background:#f4f4f4}

/* ---- контакты: белый фон, компактные отступы ---- */
body:has(#information-information), main:has(#information-information),
#container:has(#information-information), #information-information{background:#fff !important}
#information-information .bps-contacts{padding:60px 0 50px;gap:90px}
.bps-contacts__map{max-width:700px}

/* ---- контакты: отступ снизу как сверху ---- */
#information-information .bps-contacts{padding:60px 0 60px}
#information-information{padding-bottom:0}

.bps-contacts__map{background:transparent;padding:0}

/* ---- контакты: убираем 400px снизу у #content ---- */
#information-information #content{padding-bottom:0 !important;margin-bottom:0 !important;min-height:0 !important}
#information-information .container, #information-information .row{padding-bottom:0;margin-bottom:0}

/* ---- #content: перебиваем stylesheet.css с большим весом ---- */
html body #information-information div#content.col,
html body #information-information #content,
html body div#content{padding-bottom:0 !important;min-height:0 !important}

/* ============ ИНФОРМАЦИЯ О ДОСТАВКЕ КАК НА ECWID ============ */
.bps-delivery{
  display:grid;grid-template-columns:1fr 1.6fr;gap:120px;align-items:start;
  padding:70px 0 70px;max-width:1440px;margin:0 auto;
}
.bps-delivery__title{font-size:56px;font-weight:700;line-height:1.05;margin:0 0 28px}
.bps-delivery__sub{font-size:19px;line-height:1.7;color:#222;margin:0}
.bps-delivery__right p{
  font-size:20px;line-height:1.65;color:#111;margin:0 0 30px;
  font-style:italic;font-weight:700;text-indent:18px;
}
.bps-delivery__right p:last-child{margin-bottom:0}
/* этой странице тоже скрываем заголовок OpenCart */
body:has(.bps-delivery) #content > h1{display:none !important}
@media (max-width:900px){
  .bps-delivery{grid-template-columns:1fr;gap:34px;padding:40px 0}
  .bps-delivery__title{font-size:40px}
}

/* ============ КНОПКА МЕНЮ КАК НА ECWID ============ */
.bps-burger{
  display:flex !important;align-items:center;gap:0;
  background:none;border:0;padding:0;cursor:pointer;
  grid-template-columns:none;
}
.bps-burger > span{
  display:block;height:1.5px;background:var(--bps-red);margin:0;
  position:absolute;left:0;
}
.bps-burger{position:relative;padding-left:34px;height:16px}
.bps-burger > span:nth-child(1){top:2px;width:22px}
.bps-burger > span:nth-child(2){top:7px;width:15px}
.bps-burger > span:nth-child(3){top:12px;width:10px}
.bps-burger > em{
  font-style:normal;color:var(--bps-red);font-family:'Yanone',sans-serif;
  font-size:16px;font-weight:400;letter-spacing:.2px;line-height:1;
}
.bps-burger:hover > span{background:#fff}
.bps-burger:hover > em{color:#fff}

/* ============ КАРТОЧКА ТОВАРА 1:1 С ECWID (DM Sans) ============ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

#product-product, #product-product .product-info, #product-product #content{
  font-family:'DM Sans',system-ui,sans-serif;font-size:16px;line-height:24px;color:#191919;
}
/* крошки: серые 16 */
#product-product .breadcrumb{font-family:'DM Sans',sans-serif;font-size:16px;margin:0 0 22px}
#product-product .breadcrumb a, #product-product .breadcrumb li{color:#8f8f8f}
/* заголовок 32/40 жирный */
#product-product h1{
  font-family:'DM Sans',sans-serif !important;font-size:32px !important;line-height:40px !important;
  font-weight:700 !important;color:#191919;margin:0 0 20px;letter-spacing:0;
}
/* цена 24 жирная */
#product-product .price, #product-product .price-new{
  font-family:'DM Sans',sans-serif !important;font-size:24px !important;font-weight:700 !important;
  color:#191919 !important;line-height:1.3;margin:0 0 26px;
}
#product-product .bps-byn{font-size:24px;font-weight:700;color:#191919}
/* бренд/артикул/наличие */
#product-product ul.list-unstyled li{font-size:16px;color:#191919;margin-bottom:6px}
#product-product ul.list-unstyled li b, #product-product ul.list-unstyled li strong{font-weight:700}
/* метки опций 18/28 жирные, значения 16 серые */
#product-product .form-label, #product-product label.form-label, #product-product legend{
  font-family:'DM Sans',sans-serif;font-size:18px;line-height:28px;font-weight:700;color:#191919;margin-bottom:8px;
}
#product-product .form-check-label, #product-product .form-select, #product-product select{
  font-family:'DM Sans',sans-serif;font-size:16px;line-height:26px;color:rgba(25,25,25,.64);font-weight:400;
}
#product-product .form-select{border:1px solid #cfcfcf;border-radius:0;padding:10px 14px;color:#191919}
/* «Доступные варианты» — как метка */
#product-product h3, #product-product .product-info h3{font-family:'DM Sans',sans-serif;font-size:18px;font-weight:700;margin:26px 0 12px}
/* количество: 18 обычный */
#product-product .input-group-text, #product-product label[for="input-quantity"]{
  font-family:'DM Sans',sans-serif;font-size:18px;font-weight:400;color:#191919;background:transparent;border:0;
}
#product-product #input-quantity{
  font-family:'DM Sans',sans-serif;font-size:16px;width:64px;max-width:64px;
  border:1px solid #cfcfcf;border-radius:0;text-align:center;padding:10px 6px;
}
/* кнопка 296x50 чёрная, 18 обычный */
#button-cart{
  font-family:'DM Sans',sans-serif !important;font-size:18px !important;font-weight:400 !important;
  width:296px;max-width:100%;height:50px;padding:0 !important;line-height:50px;
  background:#191919 !important;border:0 !important;border-radius:0;color:#fff !important;
  margin-top:8px;flex:0 0 auto;
}
#button-cart:hover{background:#000 !important}
#product-product .input-group{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
/* вкладки и описание */
#product-product .nav-tabs .nav-link{font-family:'DM Sans',sans-serif;font-size:16px;color:#555}
#product-product .nav-tabs .nav-link.active{color:#191919;font-weight:700;border-bottom-color:#191919}
#product-product .tab-content, #product-product .tab-content p, #product-product #tab-description{
  font-family:'DM Sans',sans-serif;font-size:16px;line-height:24px;color:#191919;
}
#product-product #tab-description h2, #product-product #tab-description h3{font-size:28px;font-weight:600;line-height:1.2;margin:22px 0 12px}
/* без лишних тавтологий */
#product-product .rating, #product-product .price-tax{font-family:'DM Sans',sans-serif}

/* ---- отзывы в карточке: имя, звёзды, дата ---- */
#tab-review .table, #review .table{border:0}
#tab-review td, #review td{border:0;padding:8px 0}
#tab-review .table > tbody > tr:first-child td{padding-top:0}
#review .fa-star, #tab-review .fa-star{color:#191919;font-size:14px}
#review strong, #tab-review strong{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:700;color:#191919}
#review p, #tab-review p{font-family:'DM Sans',sans-serif;font-size:16px;line-height:24px;color:#191919;margin:6px 0 0}
#review small, #tab-review small, #review .text-end, #tab-review .text-end{color:#8f8f8f;font-size:14px}
#review .table-bordered, #tab-review .table-bordered{border-bottom:1px solid #e6e6e6;margin-bottom:22px}

/* ---- языки RU · EN · PL как на Ecwid ---- */
.bps-langs{display:flex;align-items:center;gap:7px;font-family:'Yanone',sans-serif;font-size:17px;font-weight:500;letter-spacing:.5px}
.bps-langs a{color:#fff !important;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent}
.bps-langs a.is-active{color:var(--bps-red) !important;border-bottom-color:var(--bps-red)}
.bps-langs a:hover{color:var(--bps-red) !important}
.bps-langs span{color:#777}
/* вторая цена в скобках — тем же весом, чуть меньше */
.bps-local{font-weight:inherit;font-size:.92em;white-space:nowrap}
.product-thumb .bps-local{display:inline}

/* ---- заголовок рекомендуемых — по языку страницы ---- */
#common-home #content > h2, #common-home #content > h3{font-size:0}
#common-home #content > h2::before, #common-home #content > h3::before{
  content:'Рекомендуемые товары';font-size:44px;font-weight:700;display:block;text-align:center;margin:10px 0 34px;
}
html[lang="en"] #common-home #content > h2::before, html[lang="en"] #common-home #content > h3::before{content:'Featured products'}
html[lang="pl"] #common-home #content > h2::before, html[lang="pl"] #common-home #content > h3::before{content:'Polecane produkty'}

/* ---- бургер: «Меню» строго справа от полосок ---- */
.bps-burger{display:inline-flex !important;align-items:center;position:relative;height:16px;padding-left:34px;white-space:nowrap}
.bps-burger > span{position:absolute;left:0;margin:0}
.bps-burger > em{position:static;display:inline-block;line-height:16px;margin:0}

/* ---- бургер: черта над «Меню» — это span перевода, снимаем с него стили полоски ---- */
.bps-burger > em span, .bps-burger em .i18n{
  position:static !important;display:inline !important;width:auto !important;height:auto !important;
  background:none !important;margin:0 !important;top:auto !important;left:auto !important;
}

.bps-burger > em{background:none !important;position:static !important;width:auto !important;height:auto !important}

/* ============ МОБИЛЬНАЯ ВЕРСИЯ (как на Ecwid) ============ */
@media (max-width: 767px){
  /* шапка: бургер | лого | значки, кнопку звонка и языки — под шапку */
  .bps-topbar__inner{min-height:70px;padding:8px 14px;flex-wrap:wrap}
  .bps-logo img{height:52px}
  .bps-actions{gap:12px}
  .bps-call{display:none}
  .bps-langs{font-size:14px;gap:5px}
  .bps-icon svg{width:22px;height:22px}
  /* меню на весь экран */
  .bps-drawer__panel{width:100vw !important;max-width:100vw !important;padding:18px 22px 30px}
  .bps-drawer__group summary,.bps-drawer__link{font-size:22px}
  .bps-drawer__group a{font-size:19px;padding:7px 0 7px 16px}
  /* первый экран */
  .bps-hero{min-height:420px}
  .bps-hero__kicker{font-size:20px}
  .bps-hero__title{font-size:56px}
  .bps-hero__text{font-size:15px;padding:0 6px}
  .bps-hero__btn{padding:12px 34px;font-size:18px}
  /* товары: 2 в ряд везде */
  #common-home #content .row > .col, #common-home #content .row > [class*="col"],
  .bps-catmain .row-cols-lg-3 > *, .row-cols-lg-3 > *{flex:0 0 50% !important;max-width:50% !important;width:50% !important}
  .product-thumb h4{font-size:14px}
  .product-thumb .price{font-size:15px}
  .bps-local{display:block;font-size:13px;margin-top:2px}
  #common-home #content > h2::before, #common-home #content > h3::before{font-size:30px;margin:6px 0 20px}
  /* категория: фильтры под товарами, в столбик */
  .bps-catwrap{flex-direction:column;gap:26px}
  .bps-filters{position:static;flex-basis:auto;width:100%;order:2}
  .bps-catmain{order:1}
  #content h1{font-size:30px}
  /* карточка товара */
  #product-product h1{font-size:24px !important;line-height:30px !important}
  #product-product .price{font-size:20px !important}
  #button-cart{width:100%}
  /* отзывы */
  .bps-reviews__title{font-size:30px}
  .bps-review{flex-basis:86vw;flex-direction:column}
  .bps-review img{width:100%;height:200px;flex-basis:auto}
  /* черепа */
  .bps-cta{padding:60px 16px}
  .bps-cta h2{font-size:40px}
  .bps-cta p{font-size:16px}
  /* подвал в столбик */
  .bps-footer{padding:36px 0 22px}
  .bps-footer .col-lg-4,.bps-footer .col-lg-3,.bps-footer .col-lg-2{flex:0 0 100%;max-width:100%;margin-bottom:22px}
  .bps-footer__sign{font-size:44px}
  /* контакты и доставка */
  #information-information .bps-contacts{grid-template-columns:1fr;gap:26px;padding:26px 0 30px}
  .bps-contacts__title{font-size:40px !important}
  .bps-delivery{grid-template-columns:1fr;gap:22px;padding:26px 0}
  .bps-delivery__title{font-size:34px}
  .bps-delivery__right p{font-size:17px}
}
@media (max-width: 420px){
  .bps-hero__title{font-size:46px}
  .bps-langs{display:none}
}

/* ---- языки в выезжающем меню ---- */
.bps-drawer__langs{display:flex;gap:10px;align-items:center;margin:26px 0 6px;font-size:20px;font-weight:500;letter-spacing:.5px}
.bps-drawer__langs a{color:var(--bps-red) !important;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent}
.bps-drawer__langs a.is-active{color:#fff !important;border-bottom-color:#fff}
.bps-drawer__langs span{color:#666}
@media (min-width:768px){.bps-drawer__langs{display:none}}
/* отзывы: фото чётче */
.bps-review img{image-rendering:auto;object-fit:cover}

/* языки в выезжающем меню */
.bps-drawer__langs{display:flex;gap:10px;font-size:20px;font-weight:500;margin:26px 0 6px;letter-spacing:.5px}
.bps-drawer__langs a{color:#fff !important;text-decoration:none;border-bottom:2px solid transparent;padding-bottom:2px}
.bps-drawer__langs a.is-active{color:var(--bps-red) !important;border-bottom-color:var(--bps-red)}
.bps-drawer__langs span{color:#666}
@media (min-width:768px){.bps-drawer__langs{display:none}}
/* отзывы: фото крупнее и чётче */
.bps-review img{width:220px;height:290px;flex:0 0 220px;object-fit:cover;image-rendering:auto}

/* корзина: без купонов и расчёта */
#checkout-cart #accordion, #checkout-cart .accordion, #checkout-cart h2:has(+ p + .accordion), #checkout-cart #accordion + .row{display:none !important}
#checkout-cart h2, #checkout-cart h2 + p{display:none}
#checkout-cart h1{display:block !important}

/* корзина: без купонов и расчёта */
#checkout-cart #accordion, #checkout-cart .accordion, #checkout-cart h2:has(+ p + .accordion), #checkout-cart #accordion + .row{display:none !important}
#checkout-cart h2, #checkout-cart h2 + p{display:none}
#checkout-cart h1{display:block !important}

/* корзина: без купонов и расчёта */
#checkout-cart #accordion, #checkout-cart .accordion, #checkout-cart h2:has(+ p + .accordion), #checkout-cart #accordion + .row{display:none !important}
#checkout-cart h2, #checkout-cart h2 + p{display:none}
#checkout-cart h1{display:block !important}

/* bps-hide-model: без строки «Модель» в корзине/оформлении */

/* bps-cart-img: картинки в корзине крупнее и чётче */
#checkout-cart .table img, #checkout-checkout .table img, #checkout-confirm .table img{width:110px;height:110px;object-fit:contain;image-rendering:auto;border:1px solid #eee;border-radius:6px;background:#fff}
#checkout-cart .table td:first-child{width:130px}

/* выпадашки в стандартных полях с иконками */
#bps-ship,#bps-pay{flex:1 1 auto;border-radius:0;border-left:0;font-family:'Yanone',sans-serif;font-size:17px;padding:12px 40px 12px 14px;height:auto}
.input-group > #bps-ship, .input-group > #bps-pay{width:auto}

/* bps-no-opt-title */
#product-product h3:empty, #product-product .product-info h3:empty{display:none;margin:0}
#product-product #product > h3{display:none}
#product label.form-label{font-size:18px;font-weight:700}
