/* Sidebars + footer — desktop (xl-redesign / silver_new) */

/* ===== Layout columns ===== */
@media (min-width: 901px) {
  body.xl-redesign table#middle {
    width: min(100%, var(--xl-container, 1280px)) !important;
    margin: 0 auto !important;
    table-layout: fixed;
  }
  body.xl-redesign table#middle td.one {
    width: 244px !important;
    padding: 0 12px 0 0 !important;
  }
  body.xl-redesign table#middle td.three {
    width: 268px !important;
    padding: 0 0 0 12px !important;
  }
  body.xl-redesign table#middle td.two {
    width: auto !important;
  }
  body.xl-redesign #left,
  body.xl-redesign #right {
    width: 100% !important;
  }
}

/* ===== Left / right boxes ===== */
body.xl-redesign .boxStyle,
body.xl-redesign #left .boxStyle,
body.xl-redesign #right .boxStyle {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--xl-line);
  box-shadow: 0 4px 16px rgba(32, 29, 26, 0.05);
}
body.xl-redesign .boxStyle p.hD,
body.xl-redesign .boxStyle h5,
body.xl-redesign .boxWhatsNewHeader,
body.xl-redesign #right .boxWhatsNewHeader {
  margin: 0 !important;
  padding: 0 14px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 8px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--xl-graphite-900) !important;
  background-image: none !important;
  filter: none !important;
  color: #fff !important;
  font-family: var(--xl-font-sans) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-align: left !important;
  box-sizing: border-box;
}
body.xl-redesign .boxStyle p.hD a,
body.xl-redesign .boxStyle h5 a {
  color: #fff !important;
  text-decoration: none !important;
}
body.xl-redesign .boxStyle.active {
  box-shadow: 0 4px 16px rgba(32, 29, 26, 0.06);
}
body.xl-redesign .boxStyle.active p.hD {
  box-shadow: inset 3px 0 0 var(--xl-red-600);
}
body.xl-redesign #boxCategories p.hD {
  background: linear-gradient(135deg, var(--xl-graphite-900), #3a322c) !important;
  box-shadow: inset 0 3px 0 var(--xl-orange-500);
}
body.xl-redesign .boxStyle > div,
body.xl-redesign .boxStyle .boxcontent {
  border: 0 !important;
  background: #fff !important;
  padding: 8px 10px !important;
  margin: 0 !important;
}
body.xl-redesign .boxStyle ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.xl-redesign .boxStyle ul li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #f0ebe4 !important;
}
body.xl-redesign .boxStyle ul li:last-child {
  border-bottom: 0 !important;
}
body.xl-redesign .boxStyle ul li a,
body.xl-redesign #boxHolidays ul li a,
body.xl-redesign #boxPrices ul li a,
body.xl-redesign #boxZalp ul li a,
body.xl-redesign #CatNavi li a {
  display: block !important;
  padding: 9px 8px 9px 10px !important;
  color: var(--xl-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 8px;
  transition: background .15s ease, color .15s ease, padding-left .15s ease;
}
body.xl-redesign .boxStyle ul li a:hover,
body.xl-redesign #CatNavi li a:hover {
  background: #fff4ec !important;
  color: var(--xl-red-600) !important;
  padding-left: 14px !important;
}
body.xl-redesign .bPg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(255,255,255,.12) !important;
  position: relative;
  flex: 0 0 18px;
}
body.xl-redesign .bPg::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
body.xl-redesign .boxStyle.active .bPg::after {
  top: 8px;
  transform: rotate(-135deg);
}

/* Right service cards */
body.xl-redesign .xl-svc {
  display: block;
  margin: 0 0 12px;
  padding: 14px 14px 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--xl-line);
  box-shadow: 0 4px 16px rgba(32, 29, 26, 0.05);
  text-decoration: none !important;
  color: var(--xl-text);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
body.xl-redesign .xl-svc:hover {
  border-color: rgba(232, 102, 34, .45);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(32, 29, 26, 0.08);
  color: var(--xl-text);
  text-decoration: none !important;
}
body.xl-redesign .xl-svc__t {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}
body.xl-redesign .xl-svc__d {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--xl-muted);
}
body.xl-redesign .xl-svc--accent {
  background: linear-gradient(135deg, #fff8f2, #fff);
  border-color: rgba(232, 102, 34, .28);
}
body.xl-redesign .xl-svc--accent .xl-svc__t {
  color: var(--xl-red-700);
}

/* ===== Footer ===== */
body.xl-redesign #niz,
body.xl-redesign #footer {
  display: none !important;
}

body.xl-redesign .xl-footer {
  margin-top: 32px;
  background: var(--xl-graphite-950);
  color: #f4efe8;
  font-family: var(--xl-font-sans);
}
body.xl-redesign .xl-footer a {
  color: rgba(244, 239, 232, 0.82);
  text-decoration: none;
  transition: color .15s ease;
}
body.xl-redesign .xl-footer a:hover {
  color: #fff;
  text-decoration: none;
}
body.xl-redesign .xl-footer__main {
  width: 100%; max-width: var(--xl-shell-max, 1400px);
  margin: 0 auto;
  padding: 64px 0 40px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.15fr 1fr 1fr;
  gap: 28px 24px;
  box-sizing: border-box;
}
body.xl-redesign .xl-footer__brand-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
body.xl-redesign .xl-footer__sun {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f6b745 0 18%, #e86622 19% 34%, transparent 35%),
    repeating-conic-gradient(#e86622 0 4deg, transparent 4deg 11deg);
  flex: 0 0 36px;
}
body.xl-redesign .xl-footer__promise {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(244, 239, 232, 0.72);
}
body.xl-redesign .xl-footer__age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
body.xl-redesign .xl-footer__col-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
body.xl-redesign .xl-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.xl-redesign .xl-footer__col li {
  margin: 0 0 8px;
}
body.xl-redesign .xl-footer__col a {
  font-size: 13px;
  font-weight: 600;
}
body.xl-redesign .xl-footer__phone {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #fff !important;
}
body.xl-redesign .xl-footer__hours {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(244, 239, 232, 0.65);
}
body.xl-redesign .xl-footer__social {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
body.xl-redesign .xl-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: inline-grid;
  place-items: center;
  transition: background .15s ease;
}
body.xl-redesign .xl-footer__social a:hover {
  background: var(--xl-orange-500);
}
body.xl-redesign .xl-footer__social img {
  width: 18px;
  height: 18px;
  filter: invert(1);
}
body.xl-redesign .xl-footer__projects a {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}
body.xl-redesign .xl-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 0;
}
body.xl-redesign .xl-footer__bottom-inner {
  width: 100%; max-width: var(--xl-shell-max, 1400px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(244, 239, 232, 0.55);
}
body.xl-redesign .xl-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
body.xl-redesign .xl-footer__legal a {
  font-size: 12px;
  color: rgba(244, 239, 232, 0.55);
}

@media (max-width: 1100px) {
  body.xl-redesign .xl-footer__main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* keep footer usable if mobile shell later; don't fight for now */
@media (max-width: 767px) {
  body.xl-redesign .xl-footer__main {
    grid-template-columns: 1fr 1fr;
    padding: 28px 14px 20px;
    gap: 20px 16px;
  }
}
