/* ===================================================================
   Золотомания — РЕДИЗАЙН (1:1 Figma). Классы с префиксом re- (без конфликтов).
   Подключается отдельным файлом, поверх старого style.css.
=================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{ --re-pink:#DC1F6E; }
/* жёсткая изоляция от старой темы (bootstrap/uikit/style.css) */
.re,.re *,.re *::before,.re *::after{box-sizing:border-box;margin:0;padding:0}
.re{font-family:"Manrope",Arial,sans-serif;font-size:16px;line-height:1.2;color:#000;-webkit-font-smoothing:antialiased}
.re a{text-decoration:none;color:inherit}
.re ul,.re li{list-style:none}
.re img,.re svg{display:block;max-width:100%}
.re button{background:none;border:0;font:inherit;cursor:pointer;color:inherit}
.re input{font:inherit;color:inherit}
.re h1,.re h2,.re h3,.re h4{font-weight:inherit}
.re-container{width:1160px;max-width:calc(100% - 80px);margin:0 auto}

/* кнопки */
.re-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;
  padding:0 18px;border-radius:14px;border:none;cursor:pointer;font:600 16px/1 "Manrope",sans-serif;
  color:#fff;background:transparent;white-space:nowrap;transition:.2s}
.re-btn svg{width:20px;height:20px;flex:0 0 auto}
.re-btn--pink{background:var(--re-pink)}
.re-btn--pink:hover{filter:brightness(1.08)}
.re-btn--ghost{background:rgba(220,31,110,.5)}
.re-btn--ghost:hover{background:rgba(220,31,110,.65)}
.re-btn--lg{height:56px;padding:0 24px}
.re-btn--lg svg,.re-btn--lg img{width:24px;height:24px}
.re-btn img,.re-i{width:20px;height:20px;display:inline-block;flex:0 0 auto}

/* ============ ШАПКА + HERO ============ */
.re-hero{position:relative;min-height:836px;background:#2a2a2a center/cover no-repeat;color:#fff;
  overflow:hidden;font-family:"Manrope",sans-serif}
.re-hero__ov{position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(18,6,11,.82) 0%,rgba(18,6,11,.30) 42%,rgba(18,6,11,0) 68%),
             linear-gradient(0deg,rgba(18,6,11,.65) 0%,rgba(18,6,11,0) 32%),
             linear-gradient(180deg,rgba(18,6,11,.45) 0%,rgba(18,6,11,0) 18%)}
.re-hero__in{position:relative;z-index:2;min-height:836px;display:flex;flex-direction:column}

.re-topbar{display:flex;align-items:center;justify-content:space-between;height:66px;padding-top:13px}
.re-topbar__l,.re-topbar__r{display:flex;align-items:center;gap:24px;flex:1}
.re-topbar__r{justify-content:flex-end}
.re-tbtn{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 10px;background:none;
  border:none;cursor:pointer;color:#fff;font:600 14px "Manrope",sans-serif}
.re-tbtn svg{width:20px;height:20px}
.re-icns{display:flex;align-items:center;gap:8px}
.re-icbtn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;
  background:none;border:none;cursor:pointer;color:#fff}
.re-icbtn svg{width:20px;height:20px}
.re-badge{position:absolute;top:0;right:2px;min-width:18px;height:18px;padding:0 4px;background:#fff;
  color:#000;border-radius:1000px;font:700 12px/1 "Manrope";display:flex;align-items:center;justify-content:center}
.re-logo{position:relative;display:inline-flex;align-items:center;font:800 34px/1 "Manrope";letter-spacing:1px}
.re-logo i{width:6px;height:6px;border-radius:50%;background:var(--re-pink);margin-left:3px;align-self:flex-end;margin-bottom:5px}
.re-logo--light{color:#fff}.re-logo--dark{color:#000}
.re-logo-img{height:37px;width:auto;display:block}
.re-tbtn img{width:20px;height:20px}
.re-icbtn img{width:24px;height:24px}
.re-search img{width:20px;height:20px;flex:0 0 auto}

.re-nav{display:flex;align-items:center;gap:32px;height:64px;padding-top:8px}
.re-nav__l{display:flex;align-items:center;gap:32px}
.re-search{display:inline-flex;align-items:center;gap:8px;height:48px;width:283px;padding:0 18px;
  border:1px solid rgba(255,255,255,.55);border-radius:14px;color:#fff}
.re-search svg{width:20px;height:20px;flex:0 0 auto}
.re-search input{flex:1;background:none;border:none;outline:none;color:#fff;font:600 16px "Manrope"}
.re-search input::placeholder{color:rgba(255,255,255,.85)}
.re-nav__m{margin-left:auto;display:flex;align-items:center;gap:8px}

.re-hero__c{position:relative;margin-top:auto;padding-bottom:80px}
.re-hero__title{font:600 82px/1 "Manrope";display:flex;flex-direction:column;margin:0}
.re-hero__title .a{color:var(--re-pink)}
.re-hero__cta{position:absolute;right:0;bottom:84px}
.re-hero__dash{display:flex;gap:16px;padding-bottom:24px}
.re-hero__dash span{height:2px;flex:1;background:rgba(255,255,255,.35)}
.re-hero__dash span.on{background:#fff}

/* ============ КАТЕГОРИИ ============ */
.re-cats{padding:62px 0 56px;font-family:"Manrope",sans-serif}
.re-cats__t{text-align:center;color:var(--re-pink);font:700 14px "Manrope";margin-bottom:42px}
.re-cats__row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.re-cat{width:180px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;color:#000}
.re-cat__img{width:180px;height:180px;border-radius:50%;overflow:hidden;background:#f3f3f3}
.re-cat__img img{width:100%;height:100%;object-fit:cover}
.re-cat__n{font:600 16px/1.15 "Manrope"}

/* пагинация */
.re-pager{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:44px}
.re-pager__a{width:56px;height:56px;border-radius:50%;background:var(--re-pink);border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center}
.re-pager__a svg{width:20px;height:20px}
.re-pager__d{display:flex;align-items:center;gap:10px;padding:0 12px}
.re-pager__d span{width:12px;height:12px;border-radius:50%;background:rgba(220,31,110,.3)}
.re-pager__d span.on{background:var(--re-pink)}

.re-divider{height:1px;width:100%;background:#E8E8E8}

/* ============ КАРУСЕЛИ ТОВАРОВ ============ */
.re-prods{padding:62px 0 56px;font-family:"Manrope",sans-serif}
.re-prods__cta{display:flex;width:max-content;margin:0 auto 42px}
.re-prods__row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.re-card{width:376px;display:flex;flex-direction:column}
.re-card__img{width:376px;height:364px;max-width:100%;overflow:hidden;border-radius:8px;background:#f3f3f3}
.re-card__img img{width:100%;height:100%;object-fit:cover}
.re-card__b{margin-top:8px;padding-top:8px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.re-card__tag{color:var(--re-pink);font:700 14px "Manrope"}
.re-card__n{font:500 18px/1.2 "Manrope";color:#000;max-width:300px}
.re-card__p{display:flex;align-items:baseline;justify-content:center;gap:8px}
.re-card__p b{font:700 18px "Manrope";color:#000}
.re-card__p s{font:400 16px "Manrope";color:#000;opacity:.65}

/* ============ ПОДВАЛ ============ */
.re-footer{background:#fff;color:#000;font-family:"Manrope",sans-serif}
.re-footer__top{display:flex;justify-content:space-between;gap:0;padding:62px 0;position:relative;align-items:flex-start}
.re-footer__brand{flex:0 0 180px;display:flex;flex-direction:column;align-items:center}
.re-footer__brand .re-logo{font-size:40px}
.re-footer .re-logo-img{height:58px;margin:0 auto}
.re-footer__legal{margin-top:63px;text-align:center;width:100%}
.re-footer__legal,.re-footer__legal *{font-family:"Manrope",Arial,sans-serif !important;font-size:12px !important;font-weight:500 !important;line-height:17px !important;color:#000 !important;text-align:center !important;list-style:none !important}
.re-footer__legal p{margin:0 0 42px}
.re-footer__legal p:last-child{margin-bottom:0}
/* убрать буллеты, пролезающие из старой темы (li::before) */
.re li::before,.re li::after,.re-fcol li::marker{content:none !important}
.re-fcol ul,.re-fcol li{list-style:none !important;padding-left:0 !important;margin-left:0 !important;background:none !important}
.re-fcol h4{font:700 18px "Manrope";margin:0 0 24px}
.re-fcol ul{display:flex;flex-direction:column;gap:12px}
.re-fcol a{font:500 16px "Manrope";color:#000}
.re-fcol a:hover{color:var(--re-pink)}
.re-fcol--wide{flex:0 0 auto}
.re-footer__up{position:absolute;top:62px;right:0;width:48px;height:48px;border-radius:1000px;
  background:var(--re-pink);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}
.re-footer__bottom{background:var(--re-pink);color:#fff;min-height:66px;display:flex;align-items:center}
.re-footer__bin{display:flex;align-items:center;gap:40px;font:600 14px "Manrope"}
.re-footer__bin a{color:#fff}.re-footer__bin a:hover{text-decoration:underline}

/* ============ Адаптив ============ */
@media (max-width:1100px){
  .re-nav{flex-wrap:wrap;height:auto;gap:12px;padding-bottom:12px}
  .re-nav__m{margin-left:0;flex-wrap:wrap}
  .re-hero__title{font-size:56px}
  .re-hero__cta{position:static;margin-top:24px}
  .re-card{width:calc(33.333% - 11px)}.re-card__img{width:100%;height:auto;aspect-ratio:376/364}
}
@media (max-width:768px){
  .re-container{max-width:calc(100% - 32px)}
  .re-tbtn span,.re-topbar__r .re-tbtn{font-size:0}
  .re-hero__title{font-size:40px}
  .re-card{width:100%}.re-cat{width:140px}.re-cat__img{width:140px;height:140px}
  .re-footer__top{flex-direction:column;gap:32px}.re-footer__brand{flex:none}
  .re-footer__bin{flex-direction:column;gap:8px;align-items:flex-start}
  .re-footer__bottom{padding:16px 0}
}

/* ============ Скрыть старую шапку/подвал ТОЛЬКО на главной ============ */
body.mainview > header,
body.mainview header,
body.mainview > footer.footer,
body.mainview .footer{display:none !important}
body.mainview #container{max-width:none !important;width:100% !important;margin:0 !important;padding:0 !important;background:none !important}
body.mainview .side-shade2{display:none !important}
