.vesuvi-checkout-extra{padding:12px;margin:10px 0;border:1px solid #e3e3e3;border-radius:4px;background:#fafafa}.vesuvi-discount-flag{position:absolute;top:8px;left:-8px;z-index:4;background:#d71920;color:#fff;font-weight:700;font-size:16px;padding:7px 12px;border-radius:0 4px 4px 0;box-shadow:0 2px 7px rgba(0,0,0,.15)}.product-preview__thumbnails-wrap,.product-thumb__image{position:relative}.vesuvi-price-request{font-size:22px;font-weight:700;line-height:1.25;color:#d71920;margin:8px 0}.vesuvi-price-request.--small{font-size:16px}.vesuvi-product-terms{margin:18px 0 0;padding:14px 16px;background:#f7f8fa;border-left:4px solid #2d6ca2;font-size:14px;line-height:1.55}.vesuvi-product-terms>div+div{margin-top:8px}@media(max-width:767px){.vesuvi-discount-flag{left:0;top:4px;font-size:14px;padding:5px 9px}.vesuvi-product-terms{margin-top:12px}.product-preview__price-main{display:flex;flex-wrap:wrap;gap:8px;align-items:center}}

/* Reserve space for discount labels so they never cover product photos. */
.product-thumb.has-vesuvi-discount{padding-top:50px}.product-thumb.has-vesuvi-discount>.product-thumb__discount{top:12px;left:15px}.product-preview__thumbnails-wrap.has-vesuvi-discount{padding-top:44px}.product-preview__thumbnails-wrap.has-vesuvi-discount>.vesuvi-discount-flag{top:0;left:0}@media(max-width:767px){.product-thumb.has-vesuvi-discount{padding-top:44px}.product-preview__thumbnails-wrap.has-vesuvi-discount{padding-top:38px}}

/* Berlin v12: compact zero-price label in product cards.
   Keep the large label on the product page, but make catalog/home cards readable. */
.showintab .product-thumb__price.vesuvi-price-request {
  width: 52%;
  margin: 0;
  padding-right: 7px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow: visible;
  vertical-align: middle;
}
.showintab .product-thumb__price.vesuvi-price-request + .product-thumb__button-wrap {
  width: 48%;
  margin-left: -4px;
}
.showintab .product-thumb__price.vesuvi-price-request + .product-thumb__button-wrap .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

/* Other grid cards that use the same zero-price marker. */
.product-layout.product-grid .product-thumb__price.vesuvi-price-request {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
}

@media (max-width: 991px) {
  .showintab .product-thumb__price.vesuvi-price-request {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
  }
  .showintab .product-thumb__price.vesuvi-price-request + .product-thumb__button-wrap {
    width: 100%;
    margin-left: 0;
  }
}

/* Berlin v15: one responsive header/footer system for desktop, tablet and phone.
   The old theme switched several elements at 992/768px, so the header/footer
   looked like different designs on different devices. These overrides keep the
   same content and visual hierarchy while only changing layout to fit the screen. */

/* Footer: keep all content available on every device, including the logo. */
.footer .footer-col {
  box-sizing: border-box;
}
.footer .footer-logo-col .logo a {
  display: inline-block;
}
.footer .footer-logo-col .logo img {
  width: auto;
  max-width: 190px;
  max-height: 82px;
}
.footer .footer-contact-col,
.footer .footer-phone-col,
.footer .footer-menu-col {
  line-height: 1.7;
}

@media screen and (max-width: 992px) {
  /* Stable compact header for both tablets and phones. */
  body {
    padding-top: 68px !important;
  }
  header.header {
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.10);
    display: block;
  }
  header.header .container,
  header.header .row,
  header.header .header-action-wrap {
    height: 68px !important;
    min-height: 68px !important;
  }
  header.header .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header .row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  header.header .header-action-wrap {
    position: static !important;
    float: none !important;
    width: 100% !important;
    padding: 0 15px !important;
  }
  header.header .header-action {
    height: 68px !important;
    margin: 0 !important;
    display: block !important;
  }
  header.header .header-action .mob-menu-btn {
    display: block !important;
    position: absolute;
    z-index: 4;
    left: 15px;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    color: #143d45 !important;
    font-size: 0;
    line-height: 1;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 26px;
    line-height: 1;
  }
  /* Hide the varying tablet-only action row. Search, cart and language stay in the drawer. */
  header.header .header-action .phone-block,
  header.header .header-action .phone-call,
  header.header .header-action .lang-wrap,
  header.header .header-action .right-block {
    display: none !important;
  }
  header.header .header-nav {
    display: none !important;
  }
  header.header .logo-wrap {
    position: absolute !important;
    z-index: 3;
    float: none !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    width: auto !important;
    max-width: calc(100% - 110px);
    padding: 0 !important;
    text-align: center !important;
    transform: translate(-50%, -50%) !important;
  }
  header.header .logo-wrap a {
    display: block !important;
  }
  header.header .logo-wrap img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 48px !important;
    margin: 0 auto;
  }

  /* Drawer starts exactly below the responsive header at every mobile breakpoint. */
  .mob-menu {
    top: 68px !important;
    height: calc(100vh - 68px) !important;
    height: calc(100dvh - 68px) !important;
    width: 340px !important;
    min-width: 0 !important;
    max-width: 88vw !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    z-index: 1000 !important;
  }
  .mob-menu > #mob-menu-list {
    flex: 1 0 auto;
    padding-bottom: 16px;
  }
  .mob-menu__footer {
    position: sticky !important;
    left: auto !important;
    bottom: 0 !important;
    flex: 0 0 48px;
    height: 48px !important;
    margin: auto -10px 0;
    padding: 9px 10px !important;
    background: #dcdcdc;
    border-top: 1px solid rgba(20,61,69,.15);
    z-index: 6;
  }
  .mob-menu .search-wrap,
  .mob-menu .btn-cart {
    top: 9px !important;
  }
  .mob-menu .lang-wrap {
    line-height: 30px;
  }

  /* Footer becomes a balanced 2x2 grid on tablets. */
  .footer {
    padding: 24px 0 12px !important;
    text-align: left !important;
    font-size: 14px !important;
  }
  .footer .footer-col {
    min-height: 118px;
    margin-bottom: 16px !important;
  }
  .footer .footer-logo-col,
  .footer .footer-phone-col {
    clear: left;
  }
  .footer .footer-logo-col .logo img {
    max-width: 180px;
    max-height: 72px;
  }
}

@media screen and (max-width: 767px) {
  /* Same header design as tablet; only scale it for narrower screens. */
  body {
    padding-top: 62px !important;
  }
  header.header,
  header.header .container,
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 62px !important;
    min-height: 62px !important;
  }
  header.header .header-action .mob-menu-btn {
    left: 14px;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 24px;
  }
  header.header .logo-wrap {
    max-width: calc(100% - 90px);
  }
  header.header .logo-wrap img {
    max-width: 170px !important;
    max-height: 43px !important;
  }
  .mob-menu {
    top: 62px !important;
    height: calc(100vh - 62px) !important;
    height: calc(100dvh - 62px) !important;
    width: 320px !important;
    max-width: 90vw !important;
  }

  /* One consistent footer stack on phones. */
  .footer {
    padding: 22px 0 10px !important;
    text-align: center !important;
    font-size: 14px !important;
  }
  .footer .footer-col {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
  }
  .footer .footer-logo-col {
    display: block !important;
  }
  .footer .footer-logo-col .logo img {
    max-width: min(180px, 62vw);
    max-height: 68px;
    margin: 0 auto;
  }
  .footer .list-unstyled {
    margin-bottom: 0;
  }
  .footer .icon-wrap {
    width: 22px;
  }
  .footer .row:last-child .col-sm-12 {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 420px) {
  body {
    padding-top: 58px !important;
  }
  header.header,
  header.header .container,
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 58px !important;
    min-height: 58px !important;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 22px;
  }
  header.header .logo-wrap img {
    max-width: 145px !important;
    max-height: 39px !important;
  }
  .mob-menu {
    top: 58px !important;
    height: calc(100vh - 58px) !important;
    height: calc(100dvh - 58px) !important;
    width: 300px !important;
    max-width: 92vw !important;
  }
  .mob-menu ul > li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer {
    font-size: 13px !important;
  }
}

/* Berlin v16: mobile header — centered language selector and symmetric actions. */
.berlin-mobile-extras,
.berlin-mobile-search-panel {
  display: none;
}
.berlin-language-desktop-host {
  display: inline-block;
  vertical-align: top;
}
header.header .header-nav .berlin-search-desktop-host {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
header.header .header-nav .berlin-search-desktop-host .search-wrap {
  width: 100%;
}

@media screen and (max-width: 992px) {
  body {
    padding-top: 124px !important;
  }
  header.header,
  header.header .container {
    height: 124px !important;
    min-height: 124px !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 54px !important;
    min-height: 54px !important;
  }
  header.header .row {
    margin-bottom: 0 !important;
  }
  header.header .header-action .mob-menu-btn {
    top: 27px !important;
    left: 18px !important;
  }
  header.header .logo-wrap {
    top: 27px !important;
    max-width: calc(100% - 110px) !important;
  }
  header.header .logo-wrap img {
    max-width: 168px !important;
    max-height: 42px !important;
  }
  header.header .berlin-language-desktop-host,
  header.header .berlin-search-desktop-host {
    display: none !important;
  }

  .berlin-mobile-extras {
    display: block;
    height: 70px;
    margin: 0 -15px;
    border-top: 1px solid rgba(20,61,69,.08);
    background: #fff;
  }
  .berlin-mobile-language-slot {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .berlin-mobile-language-slot .lang-wrap {
    display: block !important;
    float: none !important;
    margin: 0 !important;
  }
  .berlin-mobile-language-slot .flags-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }
  .berlin-mobile-language-slot .flags-inline > li {
    padding: 0;
  }
  .berlin-mobile-language-slot .flags-inline img {
    display: block;
    width: 30px;
    height: 21px;
    object-fit: cover;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
  }
  .berlin-mobile-actions {
    height: 42px;
    max-width: 246px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
  }
  .berlin-mobile-action {
    appearance: none;
    -webkit-appearance: none;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(20,61,69,.23);
    border-radius: 50%;
    background: #fff;
    color: #143d45 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    font-size: 17px;
    line-height: 1;
  }
  .berlin-mobile-action:hover,
  .berlin-mobile-action:focus,
  .berlin-mobile-action:active {
    color: #fa8c00 !important;
    border-color: #fa8c00;
    outline: 0;
    background: #fff;
  }

  .berlin-mobile-search-panel {
    position: fixed;
    z-index: 1200;
    top: 124px;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 14px 12px;
    background: #fff;
    border-top: 1px solid rgba(20,61,69,.08);
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .berlin-mobile-search-panel.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .berlin-mobile-search-slot,
  .berlin-mobile-search-slot .search-wrap,
  .berlin-mobile-search-slot #search {
    width: 100% !important;
    max-width: 620px;
    margin: 0 auto;
  }
  .berlin-mobile-search-slot #search {
    display: flex !important;
    align-items: stretch;
  }
  .berlin-mobile-search-slot #search > div:first-child {
    position: relative;
    flex: 1 1 auto;
    display: block !important;
  }
  .berlin-mobile-search-slot #search > div:last-child {
    flex: 0 0 44px;
    display: block !important;
  }
  .berlin-mobile-search-slot #search input {
    width: 100% !important;
    height: 42px !important;
    padding: 9px 12px !important;
    border: 1px solid #cfd7d9 !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    background: #fff !important;
    color: #143d45 !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }
  .berlin-mobile-search-slot #search input::placeholder {
    color: #87979b !important;
  }
  .berlin-mobile-search-slot #search .s-input-add {
    display: none !important;
  }
  .berlin-mobile-search-slot #search button {
    display: flex !important;
    width: 44px !important;
    height: 42px !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #fa8c00 !important;
    border-radius: 0 8px 8px 0 !important;
    background: #fa8c00 !important;
    color: #fff !important;
  }

  .mob-menu {
    top: 124px !important;
    height: calc(100vh - 124px) !important;
    height: calc(100dvh - 124px) !important;
  }
  .mob-menu > #mob-menu-list {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 116px !important;
  }
  header.header,
  header.header .container {
    height: 116px !important;
    min-height: 116px !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 50px !important;
    min-height: 50px !important;
  }
  header.header .header-action .mob-menu-btn {
    top: 25px !important;
    right: 14px !important;
  }
  header.header .logo-wrap {
    top: 25px !important;
  }
  header.header .logo-wrap img {
    max-width: 154px !important;
    max-height: 39px !important;
  }
  .berlin-mobile-extras {
    height: 66px;
  }
  .berlin-mobile-language-slot {
    height: 26px;
  }
  .berlin-mobile-actions {
    height: 40px;
    max-width: 220px;
  }
  .berlin-mobile-action {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .berlin-mobile-search-panel {
    top: 116px;
  }
  .mob-menu {
    top: 116px !important;
    height: calc(100vh - 116px) !important;
    height: calc(100dvh - 116px) !important;
  }
}

@media screen and (max-width: 420px) {
  body {
    padding-top: 108px !important;
  }
  header.header,
  header.header .container {
    height: 108px !important;
    min-height: 108px !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 46px !important;
    min-height: 46px !important;
  }
  header.header .header-action .mob-menu-btn {
    top: 23px !important;
  }
  header.header .logo-wrap {
    top: 23px !important;
  }
  header.header .logo-wrap img {
    max-width: 138px !important;
    max-height: 35px !important;
  }
  .berlin-mobile-extras {
    height: 62px;
  }
  .berlin-mobile-language-slot {
    height: 24px;
  }
  .berlin-mobile-language-slot .flags-inline img {
    width: 27px;
    height: 19px;
  }
  .berlin-mobile-actions {
    height: 38px;
    max-width: 204px;
  }
  .berlin-mobile-action {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
  .berlin-mobile-search-panel {
    top: 108px;
    padding: 8px 10px 10px;
  }
  .mob-menu {
    top: 108px !important;
    height: calc(100vh - 108px) !important;
    height: calc(100dvh - 108px) !important;
  }
}

/* Berlin v16: unified product-list sorting controls. */
.berlin-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(20,61,69,.13);
  border-radius: 12px;
  background: #f7f9f9;
}
.berlin-catalog-toolbar__view {
  flex: 0 0 auto;
}
.berlin-catalog-toolbar__sort,
.berlin-catalog-toolbar__limit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.berlin-catalog-toolbar__sort {
  margin-left: auto;
  min-width: 280px;
}
.berlin-catalog-toolbar__limit {
  flex: 0 0 auto;
}
.berlin-catalog-toolbar label {
  margin: 0;
  color: #143d45;
  font-weight: 600;
  white-space: nowrap;
}
.berlin-catalog-toolbar select.form-control {
  height: 38px;
  border-color: #cbd5d7;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
}
.berlin-catalog-toolbar__sort select {
  min-width: 210px;
}
.berlin-catalog-toolbar__limit select {
  width: 84px;
}

@media screen and (max-width: 767px) {
  .berlin-catalog-toolbar {
    padding: 9px 10px;
    margin-bottom: 12px;
    display: block;
  }
  .berlin-catalog-toolbar__view,
  .berlin-catalog-toolbar__limit {
    display: none !important;
  }
  .berlin-catalog-toolbar__sort {
    width: 100%;
    min-width: 0;
    margin: 0;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
  }
  .berlin-catalog-toolbar__sort label {
    font-size: 13px;
  }
  .berlin-catalog-toolbar__sort select {
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }
}

/* Berlin v17: hard mobile-width normalization.
   Prevent any home-page block from keeping desktop/tablet width and pushing
   the document sideways on narrow phones. */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
img,
video,
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* Bootstrap's container/negative-row margins are neutralised on the home
     page so the actual content width always equals the visible viewport. */
  body.common-home > .container,
  body.common-home #content,
  body.common-home #content > .box,
  body.common-home #content > div,
  body.common-home .custom-category-list,
  body.common-home .showintab-module,
  body.common-home .grid_holder,
  body.common-home .showintab {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body.common-home > .container {
    padding-right: 12px !important;
    padding-right: 12px !important;
  }
  body.common-home > .container > .row,
  body.common-home #content > .row,
  body.common-home .custom-category-list > .row,
  body.common-home .showintab.row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.common-home #content {
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Home category tiles: one correctly sized row per category on phones. */
  body.common-home .custom-category-list {
    padding-top: 16px !important;
  }
  body.common-home .custom-category-list .row > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.common-home .custom-category-list__item {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 92px;
    margin: 0 0 12px !important;
    padding: 10px 12px !important;
    overflow: hidden;
    box-sizing: border-box !important;
    border: 1px solid #809fa6 !important;
    border-radius: 16px !important;
    background: #dcdcdc !important;
  }
  body.common-home .custom-category-list__item-image {
    flex: 0 0 78px;
    width: 78px !important;
    min-width: 78px !important;
    min-height: 68px !important;
    max-width: 78px !important;
    margin: 0 12px 0 0 !important;
  }
  body.common-home .custom-category-list__item-image img {
    display: block;
    width: 100% !important;
    max-width: 78px !important;
    max-height: 72px !important;
    object-fit: contain;
  }
  body.common-home .custom-category-list__item-name {
    flex: 1 1 auto;
    min-width: 0;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
  }

  /* Home product cards: never inherit a narrow desktop carousel width. */
  body.common-home .showintab {
    display: block !important;
    padding: 0 !important;
  }
  body.common-home .showintab > .product-layout,
  body.common-home .showintab > [class*="product-layout"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 14px !important;
  }
  body.common-home .showintab .product-thumb {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 12px 56px !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }
  body.common-home .showintab .product-thumb__image {
    display: block !important;
    width: min(180px, 58vw) !important;
    max-width: 180px !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 auto 10px !important;
  }
  body.common-home .showintab .product-thumb__image img {
    width: 100% !important;
    height: auto !important;
  }
  body.common-home .showintab .product-thumb__caption,
  body.common-home .showintab .product-thumb__title,
  body.common-home .showintab .product-thumb__price-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body.common-home .showintab .product-thumb__title {
    position: static !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 10px !important;
    padding: 0 4px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    overflow-wrap: anywhere;
  }
  body.common-home .showintab .product-thumb__price-wrap {
    text-align: center !important;
  }
  body.common-home .showintab .product-thumb__price,
  body.common-home .showintab .product-thumb__price.vesuvi-price-request {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
  body.common-home .showintab .product-thumb__button-wrap,
  body.common-home .showintab .product-thumb__price + .product-thumb__button-wrap,
  body.common-home .showintab .product-thumb__price.vesuvi-price-request + .product-thumb__button-wrap {
    position: absolute !important;
    right: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
    width: auto !important;
    height: 38px !important;
    margin: 0 !important;
    text-align: center !important;
  }
  body.common-home .showintab .product-thumb__button,
  body.common-home .showintab .product-thumb__button-cell {
    width: 100% !important;
    height: 38px !important;
  }
  body.common-home .showintab .product-thumb__button .btn {
    max-width: 100%;
    min-height: 36px;
    padding: 7px 16px !important;
    font-size: 12px !important;
    white-space: normal;
  }
  body.common-home .showintab .product-thumb__button .btn span {
    display: inline !important;
  }

  /* Mobile header: use a fixed top row instead of percentage/translateY
     positioning. This keeps the logo fully inside the header on every DPR. */
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    overflow: visible !important;
  }
  header.header .logo-wrap {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    width: min(52vw, 190px) !important;
    max-width: min(52vw, 190px) !important;
    height: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateX(-50%) !important;
    overflow: visible !important;
  }
  header.header .logo-wrap .logo,
  header.header .logo-wrap a {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  header.header .logo-wrap img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 38px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 420px) {
  body.common-home > .container {
    padding-right: 10px !important;
    padding-right: 10px !important;
  }
  body.common-home .custom-category-list__item {
    min-height: 82px;
    padding: 8px 10px !important;
  }
  body.common-home .custom-category-list__item-image {
    flex-basis: 66px;
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    margin-right: 10px !important;
  }
  body.common-home .custom-category-list__item-image img {
    max-width: 66px !important;
    max-height: 64px !important;
  }
  body.common-home .custom-category-list__item-name {
    font-size: 13px !important;
  }
  header.header .logo-wrap {
    height: 46px !important;
    width: min(50vw, 158px) !important;
    max-width: min(50vw, 158px) !important;
  }
  header.header .logo-wrap img {
    max-height: 34px !important;
  }
}

/* Berlin v19: additional mobile refinements for cart/category pages.
   Goals based on current screenshots:
   1) empty-cart page should not keep desktop alignment;
   2) mobile category cards should not look broken or overly wide;
   3) filter/sorting and left-column blocks should fit narrow screens cleanly. */
@media screen and (max-width: 767px) {
  /* General mobile page spacing */
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  #content.category,
  #content.checkout-cart,
  body.checkout-cart #content,
  body.product-category #content,
  body.product-search #content,
  body.product-special #content,
  body.product-manufacturer #content {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Left-column modules (category tree / filter) become regular full-width cards. */
  #column-left,
  #column-right {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  #column-left .box,
  #column-left .module,
  #column-left .box-category,
  #column-left .ocfilter,
  #column-left .list-group,
  #column-left .category-block,
  #column-left .blog-category {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobile toolbar/filter row */
  .berlin-catalog-toolbar {
    margin-top: 8px !important;
  }
  .ocfilter-mobile-handle,
  .btn-ocf-mobile,
  .btn-ocf-filter,
  .ocfilter-mobile-trigger,
  .ocfilter-mobile {
    max-width: 100%;
  }

  /* Product list cards on category/search/manufacturer pages. */
  .product-layout.product-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product-layout.product-list .product-thumb {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px 14px 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }
  .product-layout.product-list .product-thumb__image {
    float: none !important;
    width: min(210px, 58vw) !important;
    max-width: 210px !important;
    margin: 0 auto 12px !important;
  }
  .product-layout.product-list .product-thumb__image img {
    width: 100% !important;
    height: auto !important;
  }
  .product-layout.product-list .product-thumb__caption {
    display: block !important;
    padding-left: 0 !important;
  }
  .product-layout.product-list .product-thumb__desc-wrap,
  .product-layout.product-list .product-thumb__price-wrap {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .product-layout.product-list .product-thumb__title {
    margin: 0 0 10px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    height: auto !important;
  }
  .product-layout.product-list .product-thumb__desc {
    display: block !important;
    margin: 0 0 14px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .product-layout.product-list .product-thumb__price-wrap {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }
  .product-layout.product-list .product-thumb__price,
  .product-layout.product-list .vesuvi-price-request.--small {
    flex: 1 1 auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .product-layout.product-list .product-thumb__price-number {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }
  .product-layout.product-list .product-thumb__price-number.--old {
    font-size: 14px !important;
    margin-bottom: 3px;
  }
  .product-layout.product-list .product-thumb__button-wrap {
    flex: 0 0 auto;
    width: auto !important;
    text-align: right !important;
  }
  .product-layout.product-list .product-thumb__button,
  .product-layout.product-list .product-thumb__button-cell {
    width: auto !important;
    display: block !important;
  }
  .product-layout.product-list .product-thumb__button .btn,
  .product-layout.product-list .product-thumb__button-wrap .btn,
  .product-layout.product-list .product-thumb__button-wrap button {
    min-width: 144px;
    min-height: 42px;
    padding: 10px 14px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  /* Empty cart / empty list pages. */
  body.checkout-cart .buttons,
  .checkout-cart .buttons,
  .checkout-cart .text-center,
  #content .buttons {
    text-align: center !important;
  }
  body.checkout-cart .buttons .pull-right,
  body.checkout-cart .buttons .pull-left,
  .checkout-cart .buttons .pull-right,
  .checkout-cart .buttons .pull-left {
    float: none !important;
  }
  body.checkout-cart .buttons .btn,
  .checkout-cart .buttons .btn,
  .checkout-cart .btn-shopping,
  #content .buttons .btn {
    display: inline-block !important;
    min-width: 180px;
    margin: 10px auto 0 !important;
  }

  /* Cart totals/actions should not stay desktop-right aligned on phone. */
  .cart > .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
  .cart > .row > [class*="col-"] table {
    margin: 0 auto 12px !important;
  }
  .cart > .row > [class*="col-"] .btn-primary {
    display: inline-block !important;
    min-width: 180px;
  }
}

@media screen and (max-width: 420px) {
  .product-layout.product-list .product-thumb {
    padding: 12px 12px 14px !important;
    border-radius: 20px !important;
  }
  .product-layout.product-list .product-thumb__image {
    width: min(180px, 60vw) !important;
    max-width: 180px !important;
  }
  .product-layout.product-list .product-thumb__title {
    font-size: 14px !important;
  }
  .product-layout.product-list .product-thumb__desc {
    font-size: 13px !important;
  }
  .product-layout.product-list .product-thumb__price-wrap {
    display: block !important;
  }
  .product-layout.product-list .product-thumb__price,
  .product-layout.product-list .vesuvi-price-request.--small {
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
  .product-layout.product-list .product-thumb__button-wrap {
    width: 100% !important;
    text-align: center !important;
  }
  .product-layout.product-list .product-thumb__button .btn,
  .product-layout.product-list .product-thumb__button-wrap .btn,
  .product-layout.product-list .product-thumb__button-wrap button {
    min-width: 0;
    width: 100% !important;
    max-width: 100%;
  }
}

/* Berlin v21: swap mobile menu and language positions.
   Menu returns to the upper-left corner; vertical language flags move to the upper-right. */
@media screen and (max-width: 992px) {
  header.header,
  header.header .container {
    height: 114px !important;
    min-height: 114px !important;
  }
  body {
    padding-top: 114px !important;
  }
  header.header .container {
    position: relative !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 64px !important;
    min-height: 64px !important;
  }

  /* Language: top-left, one flag under another. */
  .berlin-mobile-language-slot {
    position: absolute !important;
    z-index: 8;
    top: 7px !important;
    left: auto !important;
    right: 14px !important;
    width: 38px !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    line-height: 1 !important;
  }
  .berlin-mobile-language-slot .lang-wrap {
    display: block !important;
    width: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .berlin-mobile-language-slot .flags-inline {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    width: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .berlin-mobile-language-slot .flags-inline > li {
    display: block !important;
    float: none !important;
    width: 32px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .berlin-mobile-language-slot .flags-inline a {
    display: block !important;
    width: 32px !important;
    height: 22px !important;
    padding: 0 !important;
  }
  .berlin-mobile-language-slot .flags-inline img {
    display: block !important;
    width: 32px !important;
    height: 22px !important;
    margin: 0 !important;
    object-fit: cover;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
  }

  /* Top row: centered logo, menu on the opposite side from languages. */
  header.header .logo-wrap {
    top: 0 !important;
    left: 50% !important;
    width: min(54vw, 190px) !important;
    max-width: min(54vw, 190px) !important;
    height: 64px !important;
    transform: translateX(-50%) !important;
  }
  header.header .logo-wrap img {
    max-height: 43px !important;
  }
  header.header .header-action .mob-menu-btn {
    left: 16px !important;
    right: auto !important;
    top: 32px !important;
    transform: translateY(-50%) !important;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 27px !important;
  }

  /* Second row contains only the three main actions. */
  .berlin-mobile-extras {
    position: relative !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 -15px !important;
    border-top: 1px solid rgba(20,61,69,.08);
  }
  .berlin-mobile-actions {
    height: 50px !important;
    max-width: 240px !important;
  }
  .berlin-mobile-action {
    width: 38px !important;
    height: 38px !important;
  }

  .berlin-mobile-search-panel {
    top: 114px !important;
  }
  .mob-menu {
    top: 114px !important;
    height: calc(100vh - 114px) !important;
    height: calc(100dvh - 114px) !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 108px !important;
  }
  header.header,
  header.header .container {
    height: 108px !important;
    min-height: 108px !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 60px !important;
    min-height: 60px !important;
  }
  .berlin-mobile-language-slot {
    top: 6px !important;
    left: auto !important;
    right: 12px !important;
    width: 36px !important;
  }
  .berlin-mobile-language-slot .lang-wrap,
  .berlin-mobile-language-slot .flags-inline {
    width: 36px !important;
  }
  .berlin-mobile-language-slot .flags-inline > li,
  .berlin-mobile-language-slot .flags-inline a,
  .berlin-mobile-language-slot .flags-inline img {
    width: 30px !important;
    height: 21px !important;
  }
  header.header .logo-wrap {
    width: min(52vw, 174px) !important;
    max-width: min(52vw, 174px) !important;
    height: 60px !important;
  }
  header.header .logo-wrap img {
    max-height: 40px !important;
  }
  header.header .header-action .mob-menu-btn {
    left: 14px !important;
    right: auto !important;
    top: 30px !important;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 25px !important;
  }
  .berlin-mobile-extras {
    height: 48px !important;
    min-height: 48px !important;
  }
  .berlin-mobile-actions {
    height: 48px !important;
    max-width: 220px !important;
  }
  .berlin-mobile-action {
    width: 36px !important;
    height: 36px !important;
  }
  .berlin-mobile-search-panel {
    top: 108px !important;
  }
  .mob-menu {
    top: 108px !important;
    height: calc(100vh - 108px) !important;
    height: calc(100dvh - 108px) !important;
  }
}

@media screen and (max-width: 420px) {
  body {
    padding-top: 102px !important;
  }
  header.header,
  header.header .container {
    height: 102px !important;
    min-height: 102px !important;
  }
  header.header .row,
  header.header .header-action-wrap,
  header.header .header-action {
    height: 56px !important;
    min-height: 56px !important;
  }
  .berlin-mobile-language-slot {
    top: 5px !important;
    left: auto !important;
    right: 10px !important;
    width: 34px !important;
  }
  .berlin-mobile-language-slot .lang-wrap,
  .berlin-mobile-language-slot .flags-inline {
    width: 34px !important;
    gap: 3px !important;
  }
  .berlin-mobile-language-slot .flags-inline > li,
  .berlin-mobile-language-slot .flags-inline a,
  .berlin-mobile-language-slot .flags-inline img {
    width: 28px !important;
    height: 19px !important;
  }
  header.header .logo-wrap {
    width: min(50vw, 158px) !important;
    max-width: min(50vw, 158px) !important;
    height: 56px !important;
  }
  header.header .logo-wrap img {
    max-height: 36px !important;
  }
  header.header .header-action .mob-menu-btn {
    left: 11px !important;
    right: auto !important;
    top: 28px !important;
  }
  header.header .header-action .mob-menu-btn i.fa {
    font-size: 23px !important;
  }
  .berlin-mobile-extras {
    height: 46px !important;
    min-height: 46px !important;
  }
  .berlin-mobile-actions {
    height: 46px !important;
    max-width: 204px !important;
  }
  .berlin-mobile-action {
    width: 34px !important;
    height: 34px !important;
  }
  .berlin-mobile-search-panel {
    top: 102px !important;
  }
  .mob-menu {
    top: 102px !important;
    height: calc(100vh - 102px) !important;
    height: calc(100dvh - 102px) !important;
  }
}

/* Berlin v22: raise mobile language flags higher.
   The language slot lives inside the second mobile row, so we lift it upward
   into the top row to make the composition look cleaner. */
@media screen and (max-width: 992px) {
  .berlin-mobile-extras {
    overflow: visible !important;
  }
  .berlin-mobile-language-slot {
    top: -56px !important;
    right: 12px !important;
    z-index: 12 !important;
  }
}

@media screen and (max-width: 767px) {
  .berlin-mobile-language-slot {
    top: -52px !important;
    right: 10px !important;
  }
}

@media screen and (max-width: 420px) {
  .berlin-mobile-language-slot {
    top: -49px !important;
    right: 8px !important;
  }
}

/* Berlin v24: category cards on phones use the same visual language as the home page. */
@media screen and (max-width: 767px) {
  #content.category {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #content.category > h2 {
    margin: 28px 0 14px !important;
    font-size: clamp(24px, 7vw, 32px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }
  #content.category .breadcrumb {
    margin-bottom: 18px !important;
  }

  /* Saved desktop grid/list preference must not change the phone layout. */
  #content.category .product-layout.product-grid,
  #content.category .product-layout.product-list {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 18px !important;
  }
  #content.category .product-layout.product-grid .product-thumb,
  #content.category .product-layout.product-list .product-thumb {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 18px 18px 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    background: #dcdcdc !important;
  }
  #content.category .product-layout.product-grid .product-thumb__image,
  #content.category .product-layout.product-list .product-thumb__image {
    float: none !important;
    flex: 0 0 auto !important;
    width: min(280px, 78vw) !important;
    max-width: 280px !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 auto 16px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__image img,
  #content.category .product-layout.product-list .product-thumb__image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  #content.category .product-layout.product-grid .product-thumb__caption,
  #content.category .product-layout.product-list .product-thumb__caption {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
  #content.category .product-layout.product-grid .product-thumb__desc-wrap,
  #content.category .product-layout.product-list .product-thumb__desc-wrap {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  #content.category .product-layout.product-grid .product-thumb__title,
  #content.category .product-layout.product-list .product-thumb__title {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    padding: 0 4px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    overflow: visible !important;
  }
  #content.category .product-layout.product-grid .product-thumb__title a,
  #content.category .product-layout.product-list .product-thumb__title a {
    color: #191919 !important;
  }

  /* Home page cards do not overload the phone with the whole attribute table. */
  #content.category .product-layout.product-grid .product-thumb__desc,
  #content.category .product-layout.product-list .product-thumb__desc {
    display: none !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-wrap,
  #content.category .product-layout.product-list .product-thumb__price-wrap {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price,
  #content.category .product-layout.product-list .product-thumb__price,
  #content.category .product-layout.product-grid .vesuvi-price-request.--small,
  #content.category .product-layout.product-list .vesuvi-price-request.--small {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .vesuvi-price-request.--small,
  #content.category .product-layout.product-list .vesuvi-price-request.--small {
    color: #d71920 !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-number,
  #content.category .product-layout.product-list .product-thumb__price-number {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-number.--old,
  #content.category .product-layout.product-list .product-thumb__price-number.--old {
    margin-bottom: 4px !important;
    font-size: 16px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button-wrap,
  #content.category .product-layout.product-list .product-thumb__button-wrap {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button,
  #content.category .product-layout.product-list .product-thumb__button,
  #content.category .product-layout.product-grid .product-thumb__button-cell,
  #content.category .product-layout.product-list .product-thumb__button-cell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button .btn,
  #content.category .product-layout.product-list .product-thumb__button .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(250px, 86%) !important;
    min-height: 46px !important;
    padding: 10px 18px !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button .btn span,
  #content.category .product-layout.product-list .product-thumb__button .btn span {
    display: inline !important;
  }

  /* Filter button should be obvious and easy to tap. */
  #ocfilter-mobile.berlin-filter-launcher {
    width: 100% !important;
    margin: 12px 0 18px !important;
  }
  #ocfilter-mobile .berlin-filter-open-btn {
    width: 100% !important;
    min-height: 46px !important;
  }
}

@media screen and (max-width: 420px) {
  #content.category {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #content.category .product-layout.product-grid .product-thumb,
  #content.category .product-layout.product-list .product-thumb {
    padding: 14px 14px 16px !important;
    border-radius: 24px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__image,
  #content.category .product-layout.product-list .product-thumb__image {
    width: min(245px, 78vw) !important;
    max-width: 245px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__title,
  #content.category .product-layout.product-list .product-thumb__title {
    font-size: 16px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-number,
  #content.category .product-layout.product-list .product-thumb__price-number {
    font-size: 23px !important;
  }
}

/* Berlin v25: final mobile category card normalization.
   Reset legacy <=768px absolute title and 130px image clipping rules. */
@media screen and (max-width: 767px) {
  #content.category .product-layout.product-grid .product-thumb,
  #content.category .product-layout.product-list .product-thumb {
    padding: 16px 16px 18px !important;
  }

  #content.category .product-layout.product-grid .product-thumb__image,
  #content.category .product-layout.product-list .product-thumb__image {
    display: block !important;
    position: static !important;
    float: none !important;
    width: min(270px, 78vw) !important;
    max-width: 270px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    margin: 0 auto 14px !important;
    overflow: visible !important;
  }
  #content.category .product-layout.product-grid .product-thumb__image a,
  #content.category .product-layout.product-list .product-thumb__image a {
    display: block !important;
    width: 100% !important;
  }
  #content.category .product-layout.product-grid .product-thumb__image img,
  #content.category .product-layout.product-list .product-thumb__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
  }

  #content.category .product-layout.product-grid .product-thumb__caption,
  #content.category .product-layout.product-list .product-thumb__caption,
  #content.category .product-layout.product-grid .product-thumb__desc-wrap,
  #content.category .product-layout.product-list .product-thumb__desc-wrap {
    position: static !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #content.category .product-layout.product-grid .product-thumb__title,
  #content.category .product-layout.product-list .product-thumb__title {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 14px !important;
    padding: 0 3px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    overflow: visible !important;
  }

  #content.category .product-layout.product-grid .product-thumb__price-wrap,
  #content.category .product-layout.product-list .product-thumb__price-wrap {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price,
  #content.category .product-layout.product-list .product-thumb__price {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 12px !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-number,
  #content.category .product-layout.product-list .product-thumb__price-number {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button-wrap,
  #content.category .product-layout.product-list .product-thumb__button-wrap {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }
  #content.category .product-layout.product-grid .product-thumb__button .btn,
  #content.category .product-layout.product-list .product-thumb__button .btn {
    width: min(260px, 88%) !important;
    min-height: 48px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 420px) {
  #content.category .product-layout.product-grid .product-thumb__image,
  #content.category .product-layout.product-list .product-thumb__image {
    width: min(235px, 76vw) !important;
    max-width: 235px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__title,
  #content.category .product-layout.product-list .product-thumb__title {
    font-size: 15px !important;
  }
  #content.category .product-layout.product-grid .product-thumb__price-number,
  #content.category .product-layout.product-list .product-thumb__price-number {
    font-size: 23px !important;
  }
}

/* Berlin v29: responsive home information blocks below products.
   Legacy HTML modules contain inline widths (1170px/360px), which caused
   horizontal overflow and cropped text on phones. */
.berlin-home-info-module {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.berlin-home-info-module > h2 {
  max-width: 1180px;
  margin: 44px auto 24px;
  padding: 0 18px;
  color: #143d45;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
.berlin-home-info-module .container,
.berlin-home-info-module .row,
.berlin-home-info-module .col-xs-12 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.berlin-home-info-module .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.berlin-home-info-module .col-xs-12 {
  float: none !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* Advantages: centered responsive grid instead of fixed 360px inline blocks. */
.berlin-home-info-module .advanteges_wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 18px 28px !important;
  max-width: 1180px;
  margin: 36px auto 0 !important;
  text-align: center !important;
}
.berlin-home-info-module .advant_item {
  display: flex !important;
  align-items: center !important;
  flex: 0 1 calc(33.333% - 24px) !important;
  width: auto !important;
  max-width: 350px !important;
  min-width: 250px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  text-align: left !important;
  box-sizing: border-box !important;
}
.berlin-home-info-module .advant_item > p {
  margin: 0 0 0 12px !important;
  line-height: 1.45 !important;
}
.berlin-home-info-module .advant_item > p:first-child {
  flex: 0 0 112px;
  width: 112px;
  margin-left: 0 !important;
  text-align: center !important;
}
.berlin-home-info-module .advant_item img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 108px !important;
  max-height: 108px !important;
  margin: 0 auto !important;
}

/* Long description: readable centered measure, no fixed 1170px child. */
.berlin-home-info-module .buleryan_description {
  width: 100% !important;
  max-width: 100% !important;
  margin: 48px 0 42px !important;
}
.berlin-home-info-module .buleryan_description h2 {
  max-width: 900px;
  margin: 0 auto 28px !important;
  padding: 0 18px;
  font-size: 34px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
.berlin-home-info-module .buleryan_description .col-xs-12 {
  max-width: 920px !important;
  margin: 0 auto !important;
  text-align: left;
}
.berlin-home-info-module .buleryan_description p {
  margin: 0 0 16px !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Payment/delivery legacy tiles also fit the viewport. */
.berlin-home-info-module .pay_methods {
  width: calc(33.333% - 28px) !important;
  max-width: 342px !important;
  min-width: 260px !important;
  margin: 22px 12px !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.berlin-home-info-module .pay_methods p {
  max-width: calc(100% - 100px);
  margin-left: 12px !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.berlin-home-info-module .pay_methods img {
  max-width: 82px !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .berlin-home-info-module > h2 {
    margin-top: 34px;
    font-size: 28px;
  }
  .berlin-home-info-module .advant_item {
    flex-basis: calc(50% - 22px) !important;
    max-width: 410px !important;
  }
  .berlin-home-info-module .pay_methods {
    width: calc(50% - 28px) !important;
    max-width: 380px !important;
  }
}

@media screen and (max-width: 767px) {
  .berlin-home-info-module > h2 {
    margin: 30px auto 18px;
    padding: 0 16px;
    font-size: 25px;
  }
  .berlin-home-info-module .col-xs-12 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .berlin-home-info-module .advanteges_wrap {
    display: block !important;
    margin-top: 20px !important;
  }
  .berlin-home-info-module .advant_item {
    display: flex !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin: 0 auto 10px !important;
    padding: 10px 6px !important;
  }
  .berlin-home-info-module .advant_item > p:first-child {
    flex-basis: 96px;
    width: 96px;
  }
  .berlin-home-info-module .advant_item img {
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .berlin-home-info-module .advant_item > p:not(:first-child) {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px !important;
  }
  .berlin-home-info-module .buleryan_description {
    margin: 34px 0 30px !important;
  }
  .berlin-home-info-module .buleryan_description h2 {
    margin-bottom: 22px !important;
    padding: 0 16px;
    font-size: 28px !important;
  }
  .berlin-home-info-module .buleryan_description p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .berlin-home-info-module .pay_methods,
  .berlin-home-info-module .pay_methods.text-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 430px !important;
    min-width: 0 !important;
    margin: 10px auto !important;
    padding: 10px 8px !important;
    text-align: left !important;
  }
  .berlin-home-info-module .pay_methods p {
    flex: 1 1 auto;
    max-width: none !important;
    margin: 0 0 0 14px !important;
  }
  .berlin-home-info-module .pay_methods p:first-child {
    flex: 0 0 82px;
    width: 82px;
    margin-left: 0 !important;
    text-align: center !important;
  }
  .berlin-home-info-module .pay_methods img {
    float: none !important;
    max-width: 76px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 420px) {
  .berlin-home-info-module .advant_item > p:first-child {
    flex-basis: 82px;
    width: 82px;
  }
  .berlin-home-info-module .advant_item img {
    max-width: 78px !important;
    max-height: 78px !important;
  }
  .berlin-home-info-module .advant_item > p:not(:first-child) {
    font-size: 15px !important;
  }
  .berlin-home-info-module .buleryan_description h2 {
    font-size: 25px !important;
  }
  .berlin-home-info-module .buleryan_description p {
    font-size: 15px !important;
  }
}

/* Berlin v30: unified professional home-page information blocks.
   Replaces inconsistent legacy text with modern e-commerce copy in RU/UA. */
.berlin-home-info-module {
  width: 100%;
  max-width: 100%;
}
.berlin-home-info-module > h2 {
  max-width: 1180px;
  margin: 46px auto 24px;
  padding: 0 18px;
  color: #143d45;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
}
.berlin-home-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  gap: 22px;
  box-sizing: border-box;
}
.berlin-home-grid--advantages {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.berlin-home-grid--payments {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.berlin-home-card {
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid #d7dee2;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 61, 69, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}
.berlin-home-card__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(250, 140, 0, 0.12);
  color: #fa8c00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.berlin-home-card__title {
  margin-bottom: 10px;
  color: #143d45;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
}
.berlin-home-card__text {
  color: #385961;
  font-size: 16px;
  line-height: 1.58;
}

.berlin-home-article {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}
.berlin-home-article__lead {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #143d45;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.berlin-home-article__columns {
  column-count: 2;
  column-gap: 42px;
  max-width: 1080px;
  margin: 0 auto;
}
.berlin-home-article__columns p {
  margin: 0 0 18px;
  color: #385961;
  font-size: 17px;
  line-height: 1.76;
  text-align: justify;
  text-justify: inter-word;
  break-inside: avoid;
}

@media screen and (max-width: 1199px) {
  .berlin-home-grid--advantages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .berlin-home-grid--payments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .berlin-home-info-module > h2 {
    margin-top: 36px;
    font-size: 32px;
  }
  .berlin-home-card {
    padding: 20px 18px;
    border-radius: 22px;
  }
  .berlin-home-card__icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
  .berlin-home-card__title {
    font-size: 20px;
  }
  .berlin-home-article__lead {
    font-size: 19px;
  }
  .berlin-home-article__columns {
    column-gap: 28px;
  }
  .berlin-home-article__columns p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .berlin-home-info-module > h2 {
    margin: 30px auto 18px;
    padding: 0 16px;
    font-size: 27px;
  }
  .berlin-home-grid {
    padding: 0 16px;
    gap: 14px;
  }
  .berlin-home-grid--advantages,
  .berlin-home-grid--payments {
    grid-template-columns: 1fr;
  }
  .berlin-home-card {
    padding: 18px 16px;
    border-radius: 20px;
  }
  .berlin-home-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    font-size: 23px;
  }
  .berlin-home-card__title {
    font-size: 18px;
  }
  .berlin-home-card__text {
    font-size: 15px;
    line-height: 1.55;
  }
  .berlin-home-article {
    padding: 0 16px;
  }
  .berlin-home-article__lead {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.55;
    text-align: left;
  }
  .berlin-home-article__columns {
    column-count: 1;
  }
  .berlin-home-article__columns p {
    font-size: 15px;
    line-height: 1.65;
  }
}


/* Berlin v43: cached popup styles moved out of inline HTML. */
/* Berlin site notice — responsive centered modal */
#vesuvi-notice {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2147483000 !important;
  box-sizing: border-box !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: clamp(10px, 2.4vw, 34px) !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Bootstrap normally positions dialogs from the top. For this notice the
   viewport itself becomes the flex container, so the window stays centered
   on desktop, tablet, mobile and after an orientation/resize change. */
#vesuvi-notice.in {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#vesuvi-notice .modal-dialog,
#vesuvi-notice .modal-content {
  position: relative;
  z-index: 2147483001 !important;
}

#vesuvi-notice .modal-dialog {
  width: 100% !important;
  max-width: 720px !important;
  max-height: calc(100vh - 20px);
  margin: auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#vesuvi-notice .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100vh - 20px);
  overflow: hidden;
  box-sizing: border-box;
  border: 0;
  border-radius: clamp(12px, 1.2vw, 18px);
  background: #edf3f5;
  box-shadow: 0 24px 70px rgba(20, 61, 69, .40);
  color: #143d45;
}

#vesuvi-notice .vesuvi-notice-accent {
  flex: 0 0 auto;
  height: clamp(5px, .55vw, 7px);
  background: #fa8c00;
}

#vesuvi-notice .modal-header {
  position: relative;
  flex: 0 0 auto;
  min-height: clamp(62px, 7vw, 74px);
  padding: clamp(18px, 2.2vw, 24px) clamp(18px, 2.6vw, 28px) clamp(10px, 1.3vw, 14px) clamp(66px, 6.2vw, 76px);
  border: 0;
  background: transparent;
}

#vesuvi-notice .modal-title {
  display: block;
  margin: 0;
  color: #143d45;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.25;
}

#vesuvi-notice .vesuvi-notice-x {
  position: absolute;
  top: clamp(14px, 1.7vw, 18px);
  left: clamp(14px, 1.8vw, 20px);
  width: clamp(36px, 3.4vw, 40px);
  height: clamp(36px, 3.4vw, 40px);
  padding: 0;
  border: 2px solid #fa8c00;
  border-radius: 50%;
  background: #fff;
  color: #fa8c00;
  font-family: Arial, sans-serif;
  font-size: clamp(26px, 2.7vw, 30px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
  transition: .2s ease;
}

#vesuvi-notice .vesuvi-notice-x:hover,
#vesuvi-notice .vesuvi-notice-x:focus {
  background: #fa8c00;
  color: #fff;
  outline: none;
}

#vesuvi-notice .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: clamp(6px, .8vw, 8px) clamp(20px, 3vw, 34px) clamp(8px, 1vw, 10px);
  color: #315157;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.58;
}

#vesuvi-notice .modal-body p:last-child {
  margin-bottom: 0;
}

#vesuvi-notice .modal-footer {
  flex: 0 0 auto;
  padding: clamp(16px, 1.8vw, 20px) clamp(20px, 3vw, 34px) clamp(20px, 2.8vw, 30px);
  border: 0;
  background: transparent;
  text-align: center;
}

#vesuvi-notice .vesuvi-notice-close-btn {
  min-width: min(190px, 100%);
  max-width: 100%;
  padding: clamp(11px, 1vw, 12px) clamp(24px, 2.4vw, 30px);
  border: 0;
  border-radius: 24px;
  background: #fa8c00;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  transition: .2s ease;
}

#vesuvi-notice .vesuvi-notice-close-btn:hover,
#vesuvi-notice .vesuvi-notice-close-btn:focus {
  background: #c56f00;
  color: #fff;
  outline: none;
}

body.vesuvi-notice-active > .modal-backdrop.in,
body.vesuvi-notice-active > .modal-backdrop.vesuvi-notice-backdrop {
  z-index: 2147482990 !important;
  background: #143d45 !important;
  opacity: .78 !important;
  filter: alpha(opacity=78) !important;
}

/* Dynamic viewport units account for browser bars on phones. */
@supports (height: 100dvh) {
  #vesuvi-notice {
    height: 100dvh !important;
  }
  #vesuvi-notice .modal-dialog,
  #vesuvi-notice .modal-content {
    max-height: calc(100dvh - 20px);
  }
}

/* Tablets and phones: the dialog follows the available screen width instead
   of keeping a desktop-sized box. Height remains content-driven until it
   reaches the viewport limit, then only the message body scrolls. */
@media (max-width: 767px) {
  #vesuvi-notice {
    padding: 10px !important;
  }
  #vesuvi-notice .modal-dialog {
    width: 100% !important;
    max-width: none !important;
  }
  #vesuvi-notice .modal-header {
    min-height: 58px;
    padding: 16px 16px 9px 58px;
  }
  #vesuvi-notice .modal-title {
    font-size: clamp(19px, 5.4vw, 23px);
  }
  #vesuvi-notice .vesuvi-notice-x {
    top: 11px;
    left: 11px;
    width: 36px;
    height: 36px;
    font-size: 27px;
  }
  #vesuvi-notice .modal-body {
    padding: 5px 16px 7px;
    font-size: clamp(15px, 4.15vw, 18px);
    line-height: 1.48;
  }
  #vesuvi-notice .modal-footer {
    padding: 13px 16px 16px;
  }
  #vesuvi-notice .vesuvi-notice-close-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 18px;
    font-size: clamp(14px, 4vw, 16px);
  }
}

/* Narrow phones (320–480px): reserve more room for the text and keep every
   control comfortably inside the screen. */
@media (max-width: 480px) {
  #vesuvi-notice {
    padding: 8px !important;
  }
  #vesuvi-notice .modal-dialog,
  #vesuvi-notice .modal-content {
    max-height: calc(100vh - 16px);
  }
  #vesuvi-notice .modal-content {
    border-radius: 12px;
  }
  #vesuvi-notice .modal-header {
    min-height: 54px;
    padding: 14px 13px 8px 54px;
  }
  #vesuvi-notice .modal-title {
    font-size: clamp(18px, 5.8vw, 21px);
  }
  #vesuvi-notice .vesuvi-notice-x {
    top: 9px;
    left: 9px;
    width: 34px;
    height: 34px;
    font-size: 25px;
  }
  #vesuvi-notice .modal-body {
    padding: 4px 13px 6px;
    font-size: clamp(14px, 4.45vw, 17px);
  }
  #vesuvi-notice .modal-footer {
    padding: 11px 13px 13px;
  }
  @supports (height: 100dvh) {
    #vesuvi-notice .modal-dialog,
    #vesuvi-notice .modal-content {
      max-height: calc(100dvh - 16px);
    }
  }
}

/* Short screens / landscape phones: compress vertical chrome and keep the
   popup centered. If content is long, the body becomes the scroll area. */
@media (max-height: 560px) {
  #vesuvi-notice {
    padding: 6px !important;
  }
  #vesuvi-notice .modal-dialog,
  #vesuvi-notice .modal-content {
    max-height: calc(100vh - 12px);
  }
  #vesuvi-notice .modal-header {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  #vesuvi-notice .modal-title {
    font-size: clamp(17px, 3.8vh, 21px);
  }
  #vesuvi-notice .vesuvi-notice-x {
    top: 7px;
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
  #vesuvi-notice .modal-body {
    font-size: clamp(13px, 3.2vh, 16px);
    line-height: 1.38;
  }
  #vesuvi-notice .modal-footer {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  #vesuvi-notice .vesuvi-notice-close-btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  @supports (height: 100dvh) {
    #vesuvi-notice .modal-dialog,
    #vesuvi-notice .modal-content {
      max-height: calc(100dvh - 12px);
    }
  }
}

/* Very small legacy screens. */
@media (max-width: 359px) {
  #vesuvi-notice .modal-header {
    padding-left: 50px;
  }
  #vesuvi-notice .modal-title {
    font-size: 18px;
  }
  #vesuvi-notice .modal-body {
    font-size: 14px;
  }
}

/* Berlin v43: let modern browsers skip layout/paint work for home content
   that is far below the viewport. It becomes fully rendered automatically
   before the visitor reaches it. */
@supports (content-visibility: auto) {
  body.common-home .showintab .product-layout,
  body.common-home .berlin-home-info-module {
    content-visibility: auto;
  }
  body.common-home .showintab .product-layout {
    contain-intrinsic-size: auto 470px;
  }
  body.common-home .berlin-home-info-module {
    contain-intrinsic-size: auto 720px;
  }
}

/* Berlin v44: compact Info submenu in the main header. */
@media screen and (min-width: 993px) {
  .header-nav__menu .berlin-info-dropdown {
    position: relative;
  }
  .header-nav__menu .berlin-info-dropdown > span {
    cursor: pointer;
    white-space: nowrap;
  }
  .header-nav__menu .berlin-info-dropdown__menu {
    min-width: 310px;
    padding: 8px 0;
    border: 1px solid rgba(20,61,69,.14);
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(20,61,69,.14);
  }
  .header-nav__menu .berlin-info-dropdown__menu > li > a {
    padding: 10px 16px;
    white-space: normal;
    line-height: 1.35;
  }
}

@media screen and (max-width: 992px) {
  .mob-menu .berlin-info-mobile > a {
    font-weight: 600;
  }
  .mob-menu .berlin-info-mobile .collapse > li > a {
    line-height: 1.4;
  }
}

/* Berlin v45: Contact PageSpeed + accessibility refinements */
body.information-contact .page-title,
body.information-contact .contact-form h2,
body.information-contact .organization,
body.information-contact .organization a,
body.information-contact .work_hours,
body.information-contact footer.footer,
body.information-contact footer.footer a,
body.information-contact footer.footer .link {
  color: #143d45 !important;
}
body.information-contact .contact-form .form-control {
  color: #143d45 !important;
  background: #fff !important;
  border-color: #87999d !important;
}
body.information-contact .contact-form .form-control::placeholder {
  color: #5a7076 !important;
  opacity: 1;
}
body.information-contact .contact-form .btn-primary,
body.information-contact .berlin-map-placeholder .btn-primary {
  background: #143d45 !important;
  border-color: #143d45 !important;
  color: #fff !important;
  min-height: 44px;
}
body.information-contact .contact-form .btn-primary:hover,
body.information-contact .contact-form .btn-primary:focus,
body.information-contact .berlin-map-placeholder .btn-primary:hover,
body.information-contact .berlin-map-placeholder .btn-primary:focus {
  background: #0d2c32 !important;
  border-color: #0d2c32 !important;
  color: #fff !important;
}
.berlin-contact-main {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.berlin-contact-main > [class*="col-"] {
  margin-bottom: 22px;
}
.berlin-map-shell {
  width: 100%;
  min-height: 360px;
  height: 100%;
  border: 1px solid #c7d3d6;
  border-radius: 20px;
  overflow: hidden;
  background: #f6f9fa;
  box-sizing: border-box;
}
.berlin-map-shell iframe {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 360px;
}
.berlin-map-placeholder {
  min-height: 360px;
  height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.berlin-map-placeholder__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250,140,0,.12);
  color: #d96f00;
  font-size: 30px;
}
.berlin-map-placeholder__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 620px;
  color: #143d45;
}
.berlin-map-placeholder__body strong {
  font-size: 22px;
}
.berlin-map-placeholder__body span {
  font-size: 16px;
  line-height: 1.5;
}
.berlin-map-placeholder__body small {
  color: #587077;
  font-size: 13px;
  line-height: 1.45;
}
.berlin-map-placeholder__actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.berlin-map-external {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  color: #143d45 !important;
  text-decoration: underline;
}
.berlin-contact-details {
  margin: 10px 0 34px;
}
.berlin-contact-address {
  margin-top: 10px;
  line-height: 1.7;
}
body.information-contact .organization a,
body.information-contact .organization .comp_name,
body.information-contact .organization [itemprop="telephone"] a,
body.information-contact footer.footer a,
body.information-contact footer.footer .link {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
/* Larger hit areas without visually enlarging flag images. */
body.information-contact .header-nav__menu > li > a,
body.information-contact .header-nav__menu > li > span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.information-contact .footer .list-unstyled a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}
body.information-contact .lang-wrap .flags-inline a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .berlin-contact-main {
    display: block;
  }
  .berlin-map-shell,
  .berlin-map-placeholder {
    min-height: 300px;
  }
  .berlin-map-shell iframe {
    height: 360px;
    min-height: 300px;
  }
  .berlin-map-placeholder {
    padding: 24px 18px;
  }
  .berlin-map-placeholder__body strong {
    font-size: 20px;
  }
  .berlin-map-placeholder__actions {
    width: 100%;
  }
  .berlin-map-placeholder__actions .btn,
  .berlin-map-external {
    width: 100%;
    justify-content: center;
  }
  .berlin-contact-submit {
    text-align: center !important;
  }
  .berlin-contact-submit .btn {
    min-width: 180px;
  }
}

/* Berlin v46: additional PageSpeed/accessibility refinements for contacts. */
body.information-contact #search input,
body.information-contact #berlin-search-input {
  background: #ffffff !important;
  color: #143d45 !important;
  border-color: #6e858b !important;
  caret-color: #143d45 !important;
}
body.information-contact #search input::placeholder,
body.information-contact #berlin-search-input::placeholder {
  color: #465e64 !important;
  opacity: 1 !important;
}
body.information-contact #search input:focus,
body.information-contact #berlin-search-input:focus {
  border-color: #143d45 !important;
  outline: 2px solid rgba(20,61,69,.18) !important;
  outline-offset: 1px;
}

/* The controlled region exists before the map is loaded, so aria-controls
   always points to a real element. */
.berlin-map-frame[hidden] {
  display: none !important;
}
.berlin-map-frame,
.berlin-map-frame iframe {
  width: 100%;
  min-height: 360px;
}
.berlin-map-frame iframe {
  display: block;
  height: 450px;
}

/* Keep the visual flags compact, but give the interactive language switch
   a larger hit area. The current language is non-interactive. */
.lang-wrap .flags-inline .berlin-language-link,
.lang-wrap .flags-inline .berlin-language-current {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 32px;
  padding: 4px !important;
  border-radius: 7px;
  box-sizing: border-box;
}
.lang-wrap .flags-inline .berlin-language-link:focus {
  outline: 2px solid #143d45;
  outline-offset: 2px;
}
.lang-wrap .flags-inline .berlin-language-current {
  cursor: default;
}

@media screen and (max-width: 992px) {
  .berlin-mobile-language-slot .flags-inline {
    gap: 8px !important;
  }
  .berlin-mobile-language-slot .flags-inline > li {
    width: 40px !important;
    height: 32px !important;
  }
  .berlin-mobile-language-slot .flags-inline .berlin-language-link,
  .berlin-mobile-language-slot .flags-inline .berlin-language-current {
    width: 40px !important;
    height: 32px !important;
    min-width: 40px !important;
    min-height: 32px !important;
    padding: 5px 4px !important;
  }
  .berlin-mobile-language-slot .flags-inline img {
    width: 32px !important;
    height: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .berlin-map-frame,
  .berlin-map-frame iframe {
    min-height: 300px;
  }
  .berlin-map-frame iframe {
    height: 360px;
  }
}

/* Berlin v48: desktop header alignment and content breathing room. */
@media screen and (min-width: 993px) {
  header.header {
    height: 96px !important;
    min-height: 96px !important;
    padding: 0 !important;
  }
  header.header .container {
    height: 96px !important;
  }
  header.header .row {
    height: 96px !important;
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
  header.header .logo-wrap {
    float: none !important;
    width: auto !important;
    height: 96px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  header.header .logo-wrap img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 170px !important;
    max-height: 42px !important;
    margin: auto !important;
  }
  header.header .header-action-wrap {
    float: none !important;
    width: auto !important;
    height: 96px !important;
    padding: 0 0 0 10px !important;
    display: grid !important;
    grid-template-rows: 50px 46px;
  }
  header.header .header-action {
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(180px, 1fr) auto minmax(270px, 1fr);
    align-items: center !important;
    column-gap: 16px;
  }
  header.header .header-action .phone-block {
    position: static !important;
    float: none !important;
    grid-column: 1;
    justify-self: center;
    align-self: center;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }
  header.header .header-action .phone-block a {
    font-weight: 700 !important;
    color: #143d45 !important;
  }
  header.header .header-action .phone-call {
    display: none !important;
  }
  header.header .berlin-language-desktop-host {
    position: static !important;
    float: none !important;
    grid-column: 2;
    justify-self: center;
    align-self: center;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  header.header .berlin-language-desktop-host .lang-wrap,
  header.header .berlin-language-desktop-host .flags-inline {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  header.header .header-action .right-block {
    position: static !important;
    float: none !important;
    grid-column: 3;
    justify-self: center;
    align-self: center;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px;
    white-space: nowrap;
    line-height: 1.2 !important;
  }
  header.header .header-action .right-block > span,
  header.header .header-action .right-block > a {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 32px;
  }
  header.header .header-nav {
    position: relative !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: start !important;
  }
  header.header .header-nav__menu {
    justify-self: center;
    align-self: start;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px;
    margin: 0 auto !important;
    padding: 0 !important;
    white-space: nowrap;
  }
  header.header .header-nav__menu > li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  header.header .header-nav__menu > li > a,
  header.header .header-nav__menu > li > span {
    min-height: 34px;
    margin: 0 !important;
    padding: 8px 10px 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 8px;
    color: #111 !important;
    line-height: 1.1 !important;
    transition: color .16s ease, background-color .16s ease;
  }
  header.header .header-nav__menu > li > a:hover,
  header.header .header-nav__menu > li > a:focus,
  header.header .header-nav__menu > li > span:hover,
  header.header .header-nav__menu > li > span:focus,
  header.header .header-nav__menu > li.open > span {
    color: #e67e00 !important;
    background: rgba(250,140,0,.10) !important;
    text-decoration: none !important;
  }
  header.header .header-nav .dropdown-menu > li > a:hover,
  header.header .header-nav .dropdown-menu > li > a:focus {
    color: #e67e00 !important;
    background: rgba(250,140,0,.08) !important;
  }
  header.header .header-nav .berlin-search-desktop-host {
    position: static !important;
    width: 210px !important;
    max-width: 210px !important;
    justify-self: end;
    align-self: start;
    margin: 0 !important;
    padding: 0 !important;
  }
  header.header .header-nav .berlin-search-desktop-host .search-wrap {
    margin: 0 !important;
  }
}

/* Extra breathing room after the header on the content-heavy information pages. */
body.berlin-content-offset #main-content {
  padding-top: 26px;
}
@media screen and (max-width: 992px) {
  body.berlin-content-offset #main-content {
    padding-top: 20px;
  }
}


/* Berlin v50: desktop header — logo remains in the left column, all controls stay to the right.
   Bootstrap .row pseudo-elements become CSS-grid items unless explicitly removed. */
@media screen and (min-width: 993px) {
  header.header .row::before,
  header.header .row::after {
    display: none !important;
    content: none !important;
  }

  header.header .row {
    grid-template-columns: 190px minmax(0, 1fr) !important;
    grid-template-areas: "logo controls" !important;
  }

  header.header .logo-wrap {
    grid-area: logo !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    justify-self: stretch !important;
  }

  header.header .header-action-wrap {
    grid-area: controls !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  header.header .logo-wrap,
  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a {
    height: 96px !important;
  }

  header.header .logo-wrap {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 18px !important;
  }

  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a {
    justify-content: flex-start !important;
  }

  header.header .logo-wrap img {
    margin: auto 0 !important;
  }
}

/* Berlin v58: desktop/tablet header alignment (mobile <= 992px intentionally unchanged). */
@media screen and (min-width:993px){
  header.header .container{width:calc(100% - 30px)!important;max-width:1040px!important;padding-left:15px!important;padding-right:15px!important;margin-left:auto!important;margin-right:auto!important}
  header.header .row{grid-template-columns:190px minmax(0,1fr)!important;margin-left:-15px!important;margin-right:-15px!important}
  header.header .logo-wrap{padding-left:0!important;padding-right:20px!important}
  header.header .logo-wrap img{max-width:170px!important;max-height:42px!important}
  header.header .header-action-wrap{padding-left:12px!important}
  header.header .header-action{grid-template-columns:minmax(170px,1fr) auto minmax(275px,1fr)!important;column-gap:18px!important}
  header.header .header-action .right-block{gap:30px!important;justify-self:end!important}
  header.header .header-nav{grid-template-columns:minmax(0,1fr) 200px!important}
  header.header .header-nav__menu{justify-self:center!important}
  header.header .header-nav__menu>li>a,header.header .header-nav__menu>li>span{padding-left:9px!important;padding-right:9px!important}
  header.header .header-nav .berlin-search-desktop-host{width:195px!important;max-width:195px!important}
}
@media screen and (min-width:993px) and (max-width:1199px){
  header.header .container{width:calc(100% - 20px)!important;max-width:none!important;padding-left:10px!important;padding-right:10px!important}
  header.header .row{grid-template-columns:165px minmax(0,1fr)!important;margin-left:-10px!important;margin-right:-10px!important}
  header.header .logo-wrap{padding-right:12px!important}
  header.header .logo-wrap img{max-width:155px!important;max-height:39px!important}
  header.header .header-action-wrap{padding-left:5px!important}
  header.header .header-action{grid-template-columns:minmax(145px,1fr) auto minmax(245px,1fr)!important;column-gap:8px!important}
  header.header .header-action .phone-block{font-size:13px!important}
  header.header .header-action .right-block{gap:16px!important;font-size:13px!important}
  header.header .header-nav{grid-template-columns:minmax(0,1fr) 175px!important}
  header.header .header-nav__menu>li>a,header.header .header-nav__menu>li>span{padding-left:6px!important;padding-right:6px!important;font-size:13px!important}
  header.header .header-nav .berlin-search-desktop-host{width:170px!important;max-width:170px!important}
}

/* Berlin v58: add-to-cart push card. */
.berlin-cart-notice{position:fixed;right:26px;bottom:26px;z-index:100050;width:min(430px,calc(100vw - 32px));opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.berlin-cart-notice.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.berlin-cart-notice__card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px 14px;padding:20px;border:1px solid #c9dadd;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(20,61,69,.24)}
.berlin-cart-notice__close{position:absolute;right:10px;top:7px;width:34px;height:34px;border:0;background:transparent;color:#647d84;font-size:27px;line-height:1;cursor:pointer}
.berlin-cart-notice__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#143d45;color:#fff;font-size:20px}
.berlin-cart-notice__copy{min-width:0;padding-right:18px}.berlin-cart-notice__title{display:block;margin:1px 0 5px;color:#143d45;font-size:17px;line-height:1.3}.berlin-cart-notice__message{color:#4e6a71;font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.berlin-cart-notice__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:3px}.berlin-cart-notice__actions .btn{min-height:42px;border-radius:999px;font-weight:700;white-space:normal}.berlin-cart-notice__continue{border:1px solid #143d45;background:#fff;color:#143d45}.berlin-cart-notice__continue:hover,.berlin-cart-notice__continue:focus{background:#eef5f6;color:#143d45}.berlin-cart-notice__cart{display:flex;align-items:center;justify-content:center;background:#fa8c00!important;border-color:#fa8c00!important;color:#fff!important;text-decoration:none!important}
@media(max-width:767px){.berlin-cart-notice{left:16px;right:16px;bottom:16px;width:auto}.berlin-cart-notice__card{padding:17px 15px;grid-template-columns:42px minmax(0,1fr)}.berlin-cart-notice__icon{width:42px;height:42px}.berlin-cart-notice__actions{grid-template-columns:1fr}.berlin-cart-notice__actions .btn{width:100%}}

/* Berlin v59: centered cart confirmation dialog over a dimmed page. */
body.berlin-cart-notice-open{overflow:hidden}
.berlin-cart-notice{position:fixed;inset:0;z-index:100050;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(10,27,31,.58);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.berlin-cart-notice.is-visible{opacity:1;visibility:visible;pointer-events:auto}
.berlin-cart-notice__card{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px 16px;width:calc(100% - 32px);max-width:500px;max-height:calc(100vh - 48px);overflow:auto;padding:24px;border:1px solid #c9dadd;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.32);transform:scale(.97) translateY(8px);transition:transform .18s ease}
.berlin-cart-notice.is-visible .berlin-cart-notice__card{transform:scale(1) translateY(0)}
.berlin-cart-notice__close{position:absolute;right:10px;top:8px;width:36px;height:36px;border:0;background:transparent;color:#647d84;font-size:29px;line-height:1;cursor:pointer}
.berlin-cart-notice__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#143d45;color:#fff;font-size:21px}
.berlin-cart-notice__copy{min-width:0;padding:2px 22px 0 0}.berlin-cart-notice__title{display:block;margin:0 0 6px;color:#143d45;font-size:18px;line-height:1.3}.berlin-cart-notice__message{color:#4e6a71;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.berlin-cart-notice__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:5px}.berlin-cart-notice__actions .btn{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font-weight:700;white-space:normal}.berlin-cart-notice__continue{border:1px solid #143d45;background:#fff;color:#143d45}.berlin-cart-notice__continue:hover,.berlin-cart-notice__continue:focus{background:#eef5f6;color:#143d45}.berlin-cart-notice__cart{background:#fa8c00!important;border-color:#fa8c00!important;color:#fff!important;text-decoration:none!important}
@media(max-width:767px){.berlin-cart-notice{padding:14px}.berlin-cart-notice__card{width:100%;max-height:calc(100vh - 28px);padding:20px 16px;grid-template-columns:44px minmax(0,1fr);border-radius:16px}.berlin-cart-notice__icon{width:44px;height:44px}.berlin-cart-notice__copy{padding-right:20px}.berlin-cart-notice__title{font-size:16px}.berlin-cart-notice__message{font-size:13px}.berlin-cart-notice__actions{grid-template-columns:1fr}.berlin-cart-notice__actions .btn{width:100%}}

/* Berlin cart modal: force overlay to fill the browser viewport. */
html body .berlin-cart-notice{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:100vh!important;
  margin:0!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
html body .berlin-cart-notice.is-visible{
  transform:none!important;
}
html body .berlin-cart-notice__card{
  margin:auto!important;
  flex:0 1 500px!important;
  width:100%!important;
  max-width:500px!important;
  box-sizing:border-box!important;
}
@media(max-width:767px){
  html body .berlin-cart-notice{
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:auto!important;
    min-height:100vh!important;
    padding:14px!important;
  }
  html body .berlin-cart-notice__card{
    width:100%!important;
    max-width:500px!important;
  }
}


/* Berlin v66: desktop/tablet header fitted to the approved visual reference.
   Mobile header (<= 992px) intentionally remains unchanged. */
@media screen and (min-width: 993px) {
  header.header {
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 !important;
  }
  header.header .container {
    width: calc(100% - 30px) !important;
    max-width: 1040px !important;
    height: 86px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  header.header .row {
    height: 86px !important;
    grid-template-columns: 210px minmax(0, 1fr) !important;
    grid-template-areas: "logo controls" !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  header.header .logo-wrap,
  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a {
    height: 86px !important;
  }
  header.header .logo-wrap {
    padding: 0 20px 0 5px !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a {
    justify-content: flex-start !important;
  }
  header.header .logo-wrap img {
    width: auto !important;
    height: auto !important;
    max-width: 170px !important;
    max-height: 38px !important;
    margin: auto 0 !important;
  }
  header.header .header-action-wrap {
    height: 86px !important;
    padding: 0 !important;
    grid-template-rows: 43px 43px !important;
  }
  header.header .header-action {
    height: 43px !important;
    min-height: 43px !important;
    grid-template-columns: minmax(210px, 1fr) 150px minmax(310px, 1fr) !important;
    column-gap: 12px !important;
  }
  header.header .header-action .phone-block {
    justify-self: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
  header.header .header-action .phone-block a {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  header.header .berlin-language-desktop-host {
    justify-self: center !important;
  }
  header.header .berlin-language-desktop-host .flags-inline {
    gap: 8px !important;
  }
  header.header .berlin-language-desktop-host .flags-inline > li {
    margin: 0 !important;
  }
  header.header .berlin-language-desktop-host .flags-inline .berlin-language-link,
  header.header .berlin-language-desktop-host .flags-inline .berlin-language-current {
    min-width: 36px !important;
    width: 36px !important;
    min-height: 28px !important;
    height: 28px !important;
    padding: 3px !important;
  }
  header.header .berlin-language-desktop-host .flags-inline img {
    width: 28px !important;
    height: auto !important;
    max-height: 20px !important;
  }
  header.header .header-action .right-block {
    justify-self: end !important;
    gap: 48px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }
  header.header .header-action .right-block > span,
  header.header .header-action .right-block > a {
    min-height: 28px !important;
  }
  header.header .header-nav {
    height: 43px !important;
    min-height: 43px !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    align-items: start !important;
  }
  header.header .header-nav__menu {
    align-self: start !important;
    justify-self: center !important;
    min-height: 36px !important;
    gap: 0 !important;
  }
  header.header .header-nav__menu > li > a,
  header.header .header-nav__menu > li > span {
    min-height: 34px !important;
    padding: 7px 10px 6px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
  header.header .header-nav .berlin-search-desktop-host {
    width: 190px !important;
    max-width: 190px !important;
    justify-self: end !important;
  }
  header.header .header-nav .berlin-search-desktop-host .search-wrap,
  header.header .header-nav .berlin-search-desktop-host #search {
    width: 190px !important;
    max-width: 190px !important;
    margin: 0 !important;
  }
  header.header .header-nav .berlin-search-desktop-host #search input {
    height: 30px !important;
    min-height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 12px !important;
    border-radius: 16px 0 0 16px !important;
  }
  header.header .header-nav .berlin-search-desktop-host #search button {
    height: 30px !important;
    min-height: 30px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  header.header,
  header.header .container,
  header.header .row,
  header.header .logo-wrap,
  header.header .logo-wrap .logo,
  header.header .logo-wrap .logo > a,
  header.header .header-action-wrap {
    height: 84px !important;
    min-height: 84px !important;
  }
  header.header .container {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  header.header .row {
    grid-template-columns: 175px minmax(0, 1fr) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  header.header .logo-wrap {
    padding-left: 4px !important;
    padding-right: 12px !important;
  }
  header.header .logo-wrap img {
    max-width: 155px !important;
    max-height: 36px !important;
  }
  header.header .header-action-wrap {
    grid-template-rows: 42px 42px !important;
  }
  header.header .header-action {
    height: 42px !important;
    min-height: 42px !important;
    grid-template-columns: minmax(155px, 1fr) 112px minmax(245px, 1fr) !important;
    column-gap: 7px !important;
  }
  header.header .header-action .phone-block,
  header.header .header-action .phone-block a {
    font-size: 13px !important;
  }
  header.header .header-action .right-block {
    gap: 22px !important;
    font-size: 12px !important;
  }
  header.header .header-nav {
    height: 42px !important;
    min-height: 42px !important;
    grid-template-columns: minmax(0, 1fr) 170px !important;
  }
  header.header .header-nav__menu > li > a,
  header.header .header-nav__menu > li > span {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 12.5px !important;
  }
  header.header .header-nav .berlin-search-desktop-host,
  header.header .header-nav .berlin-search-desktop-host .search-wrap,
  header.header .header-nav .berlin-search-desktop-host #search {
    width: 170px !important;
    max-width: 170px !important;
  }
}

/* Berlin v78: make the desktop phone number a primary header accent.
   Desktop/tablet only; mobile header <= 992px intentionally unchanged. */
@media screen and (min-width: 1200px) {
  header.header .header-action .phone-block {
    justify-self: center !important;
    align-self: center !important;
    transform: translateX(-38px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  header.header .header-action .phone-block a {
    display: inline-block !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.7px !important;
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  header.header .header-action .phone-block {
    justify-self: center !important;
    align-self: center !important;
    transform: translateX(-24px) !important;
    margin: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  header.header .header-action .phone-block a {
    display: inline-block !important;
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.6px !important;
    white-space: nowrap !important;
  }
}

/* Berlin v80: desktop phone 24px, aligned to the right edge of its own grid block.
   Mobile header <= 992px remains unchanged. */
@media screen and (min-width: 993px) {
  header.header .header-action .phone-block {
    justify-self: stretch !important;
    align-self: center !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  header.header .header-action .phone-block a {
    display: inline-block !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.4px !important;
    white-space: nowrap !important;
    text-align: right !important;
  }
}


/* Berlin v83: usable half-screen mobile navigation with nested categories and fixed contacts. */
@media screen and (max-width: 992px) {
  body.berlin-mobile-menu-open { overflow: hidden !important; }
  header.header .header-action .mob-menu-btn .berlin-mobile-menu-toggle {
    appearance: none; -webkit-appearance: none; border: 0; background: transparent; padding: 8px;
    margin: -8px; color: #17434c; line-height: 1; cursor: pointer;
  }
  .berlin-mobile-menu-backdrop {
    position: fixed; left: 0; right: 0; bottom: 0; top: 124px; z-index: 2147482200;
    background: rgba(10,25,29,.50); opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
  }
  .berlin-mobile-menu-backdrop.active { opacity: 1; visibility: visible; pointer-events: auto; }
  .mob-menu {
    left: -50vw !important; width: 50vw !important; min-width: 0 !important; max-width: 50vw !important;
    padding: 0 !important; overflow: hidden !important; display: flex !important; flex-direction: column !important;
    background: #f3f4f4 !important; color: #143d45 !important; z-index: 2147482210 !important;
    box-shadow: 8px 0 24px rgba(20,61,69,.24) !important; transition: left .25s ease !important;
  }
  .mob-menu.active { left: 0 !important; }
  .berlin-mobile-menu-scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 0 18px; }
  .mob-menu .berlin-mobile-menu-list, .mob-menu .berlin-mobile-submenu {
    margin: 0 !important; padding: 0 !important; list-style: none !important; text-transform: none !important;
    background: transparent !important; font-weight: 600 !important;
  }
  .mob-menu .berlin-mobile-menu-list > li { margin: 0 !important; line-height: normal !important; border-bottom: 1px solid rgba(20,61,69,.10); }
  .mob-menu .berlin-mobile-menu-link,
  .mob-menu .berlin-mobile-root-toggle,
  .mob-menu .berlin-mobile-category-head > a {
    min-height: 56px; display: flex; align-items: center; width: 100%; padding: 14px 18px !important;
    font-size: 19px !important; line-height: 1.32 !important; color: #143d45 !important; text-decoration: none !important;
    background: transparent; border: 0; text-align: left;
  }
  .mob-menu .berlin-mobile-root-toggle { justify-content: space-between; cursor: pointer; font-family: inherit; font-weight: 700; }
  .mob-menu .berlin-mobile-root-toggle i,
  .mob-menu .berlin-mobile-category-toggle i { transition: transform .2s ease; }
  .mob-menu button[aria-expanded="true"] > i { transform: rotate(180deg); }
  .mob-menu .berlin-mobile-submenu { background: #e7ecec !important; }
  .mob-menu .berlin-mobile-submenu > li { line-height: normal !important; color: #143d45 !important; }
  .mob-menu .berlin-mobile-submenu > li > a { display: flex; min-height: 50px; align-items: center; padding: 12px 18px 12px 28px !important; color: #143d45 !important; font-size: 17px !important; line-height: 1.3 !important; text-decoration: none !important; }
  .berlin-mobile-category-head { display: grid; grid-template-columns: minmax(0,1fr) 50px; align-items: stretch; border-top: 1px solid rgba(20,61,69,.07); }
  .berlin-mobile-category-head > a { min-width: 0; min-height: 52px; padding-left: 28px !important; font-size: 17px !important; }
  .berlin-mobile-category-toggle { border: 0; border-left: 1px solid rgba(20,61,69,.10); background: transparent; color: #143d45; font-size: 22px; cursor: pointer; }
  .mob-menu .berlin-mobile-submenu-level2 { background: #d9e3e4 !important; }
  .mob-menu .berlin-mobile-submenu-level2 > li > a { min-height: 48px; padding-left: 38px !important; font-size: 16px !important; font-weight: 500 !important; }
  .mob-menu ul > li:hover, .mob-menu ul > li.active.submenu { background: transparent !important; }
  .mob-menu ul > li > ul > li a span::before { content: none !important; }
  .berlin-mobile-menu-footer { flex: 0 0 auto; padding: 14px 14px 16px; border-top: 1px solid rgba(20,61,69,.16); background: #fff; box-shadow: 0 -5px 14px rgba(20,61,69,.07); }
  .berlin-mobile-menu-phone { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-bottom: 10px; color: #143d45 !important; font-size: 17px; font-weight: 700; text-decoration: none !important; }
  .berlin-mobile-menu-phone i { color: #fa8c00; }
  .berlin-mobile-messengers { display: flex; align-items: center; justify-content: center; gap: 12px; }
  .berlin-mobile-messenger { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff !important; font-size: 20px; text-decoration: none !important; box-shadow: 0 3px 9px rgba(20,61,69,.16); }
  .berlin-mobile-messenger-viber { background: #7360f2; }
  .berlin-mobile-messenger-whatsapp { background: #25d366; }
  .berlin-mobile-messenger-telegram { background: #229ed9; }
}
@media screen and (max-width: 767px) {
  .berlin-mobile-menu-backdrop { top: 108px; }
  .mob-menu .berlin-mobile-menu-link, .mob-menu .berlin-mobile-root-toggle { font-size: 18px !important; padding-left: 16px !important; padding-right: 14px !important; }
  .mob-menu .berlin-mobile-submenu > li > a, .mob-menu .berlin-mobile-category-head > a { font-size: 16px !important; }
}
@media screen and (max-width: 420px) {
  .berlin-mobile-menu-backdrop { top: 102px; }
  .mob-menu { left: -50vw !important; width: 50vw !important; max-width: 50vw !important; }
  .mob-menu .berlin-mobile-menu-link, .mob-menu .berlin-mobile-root-toggle { font-size: 17px !important; min-height: 52px; padding: 12px 12px !important; }
  .mob-menu .berlin-mobile-submenu > li > a, .mob-menu .berlin-mobile-category-head > a { font-size: 15px !important; padding-left: 18px !important; }
  .mob-menu .berlin-mobile-submenu-level2 > li > a { padding-left: 28px !important; font-size: 14px !important; }
  .berlin-mobile-category-head { grid-template-columns: minmax(0,1fr) 44px; }
  .berlin-mobile-menu-footer { padding: 10px 8px 12px; }
  .berlin-mobile-menu-phone { font-size: 15px; }
  .berlin-mobile-messenger { width: 38px; height: 38px; font-size: 18px; }
}

/* Berlin v85: reliable inline messenger icons */
@media screen and (max-width: 992px) {
  .berlin-mobile-messenger svg { width: 23px; height: 23px; display: block; overflow: visible; color: #fff; }
  .berlin-mobile-messenger .berlin-messenger-bubble { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .berlin-mobile-messenger .berlin-messenger-phone { fill: currentColor; stroke: none; }
  .berlin-mobile-messenger .berlin-messenger-signal { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; }
  .berlin-mobile-messenger .berlin-messenger-plane { fill: currentColor; stroke: none; }
}

/* Berlin v101: modern cart/account controls in the header. */
@media screen and (min-width: 993px) {
  header.header .header-action .right-block.berlin-header-actions {
    gap: 10px !important;
    justify-self: end !important;
    overflow: visible !important;
  }
  .berlin-header-cart-host,
  .berlin-account-menu,
  .berlin-header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: visible;
  }
  .berlin-header-action-btn {
    position: relative;
    min-height: 38px;
    height: 38px;
    padding: 3px 10px 3px 5px;
    border: 1px solid #d7e2e4;
    border-radius: 12px;
    background: #fff;
    color: #143d45 !important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 2px 8px rgba(20,61,69,.06);
    font: inherit;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, transform .16s ease;
  }
  .berlin-header-action-btn:hover,
  .berlin-header-action-btn:focus,
  .berlin-header-cart.open > .berlin-header-action-btn,
  .berlin-account-menu.open > .berlin-header-action-btn {
    border-color: #fa8c00;
    background: #fffaf3;
    box-shadow: 0 4px 14px rgba(20,61,69,.11);
    color: #143d45 !important;
    outline: 0;
    text-decoration: none !important;
  }
  .berlin-header-action-btn:active { transform: translateY(1px); }
  .berlin-header-action-btn.is-loading { opacity: .65; cursor: wait; }
  .berlin-header-action-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5f6;
    color: #143d45;
  }
  .berlin-header-action-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .berlin-header-action-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
  }
  .berlin-header-action-label {
    display: block;
    color: #143d45;
    font-size: 11px;
    line-height: 1.05;
    font-weight: 700;
    white-space: nowrap;
  }
  .berlin-cart-total {
    display: block;
    max-width: 94px;
    overflow: hidden;
    color: #526d73;
    font-size: 10.5px;
    line-height: 1.1;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .berlin-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #fa8c00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    box-sizing: border-box;
  }
  .berlin-cart-count.is-empty { display: none; }
  .berlin-header-chevron {
    width: 14px;
    height: 14px;
    margin-left: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b8085;
  }
  .berlin-header-chevron svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .16s ease;
  }
  .berlin-account-menu.open .berlin-header-chevron svg { transform: rotate(180deg); }
  .berlin-account-dropdown,
  .berlin-cart-dropdown {
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid #d6e1e3 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(20,61,69,.18) !important;
  }
  .berlin-account-dropdown { min-width: 220px !important; }
  .berlin-account-dropdown > li > a {
    min-height: 40px;
    padding: 9px 11px !important;
    border-radius: 9px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: #143d45 !important;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none !important;
  }
  .berlin-account-dropdown > li > a i {
    width: 18px;
    color: #fa8c00;
    text-align: center;
    font-size: 15px;
  }
  .berlin-account-dropdown > li > a:hover,
  .berlin-account-dropdown > li > a:focus { background: #eef5f6 !important; }
  .berlin-account-dropdown > .divider { margin: 6px 3px !important; background: #e4ecee !important; }

  .berlin-cart-dropdown {
    width: 390px !important;
    max-width: calc(100vw - 30px) !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .berlin-cart-dropdown__body { max-height: 330px; overflow-y: auto; display: block; }
  .berlin-mini-cart-products { margin: 0 !important; }
  .berlin-mini-cart-products > tbody > tr > td {
    padding: 11px 8px !important;
    border-top: 1px solid #edf2f3 !important;
    vertical-align: middle !important;
  }
  .berlin-mini-cart-products > tbody > tr:first-child > td { border-top: 0 !important; }
  .berlin-mini-cart-thumb { width: 62px; }
  .berlin-mini-cart-thumb img {
    width: 54px !important;
    height: 54px !important;
    object-fit: contain;
    border: 1px solid #e1eaec;
    border-radius: 10px;
    background: #fff;
  }
  .berlin-mini-cart-name { min-width: 0; }
  .berlin-mini-cart-name > a {
    color: #143d45 !important;
    font-size: 12.5px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none !important;
  }
  .berlin-mini-cart-name small { color: #70868b; font-size: 10.5px; line-height: 1.25; }
  .berlin-mini-cart-qty { width: 94px; color: #143d45; font-size: 11px; white-space: nowrap; }
  .berlin-mini-cart-remove { width: 34px; }
  .berlin-mini-cart-remove-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #f5f7f7;
    color: #7a8f94;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .berlin-mini-cart-remove-btn:hover,
  .berlin-mini-cart-remove-btn:focus { background: #fff0ed; color: #d5533f; outline: 0; }
  .berlin-cart-dropdown__footer {
    display: block;
    padding: 12px 14px 14px;
    border-top: 1px solid #e5edef;
    background: #f8fafb;
  }
  .berlin-mini-cart-totals { width: 100%; margin: 0 0 10px; color: #526d73; font-size: 12px; }
  .berlin-mini-cart-totals td { padding: 3px 0; }
  .berlin-mini-cart-totals strong { color: #143d45; }
  .berlin-mini-cart-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .berlin-mini-cart-actions .btn {
    min-height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
  }
  .berlin-mini-cart-cart { border: 1px solid #143d45; background: #fff; color: #143d45 !important; }
  .berlin-mini-cart-cart:hover { background: #eef5f6; }
  .berlin-mini-cart-checkout { background: #fa8c00 !important; border-color: #fa8c00 !important; color: #fff !important; }
  .berlin-mini-cart-empty { padding: 20px 16px !important; }
  .berlin-mini-cart-empty p { margin: 0; color: #526d73; text-align: center; }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  header.header .header-action .right-block.berlin-header-actions { gap: 7px !important; }
  .berlin-header-action-btn { height: 36px; min-height: 36px; padding-right: 7px; gap: 5px; }
  .berlin-header-action-icon { width: 28px; height: 28px; flex-basis: 28px; }
  .berlin-header-action-icon svg { width: 19px; height: 19px; }
  .berlin-cart-trigger .berlin-header-action-label { display: none; }
  .berlin-cart-total { max-width: 75px; font-size: 10px; }
  .berlin-account-trigger .berlin-header-action-label { max-width: 102px; overflow: hidden; text-overflow: ellipsis; font-size: 11px; }
  .berlin-cart-dropdown { width: 360px !important; }
}

/* Modern account/cart symbols on the mobile header. */
@media screen and (max-width: 992px) {
  .berlin-mobile-action { position: relative; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease; }
  .berlin-mobile-action svg {
    width: 21px;
    height: 21px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .berlin-mobile-action:hover,
  .berlin-mobile-action:focus { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(20,61,69,.12); }
  .berlin-mobile-cart-count {
    position: absolute;
    top: -5px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #fa8c00;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    box-sizing: border-box;
  }
  .berlin-mobile-cart-count.is-empty { display: none; }
}

/* Berlin v102: complete modern header refresh + floating contact hub. */
.berlin-header-v102 *,
.berlin-contact-fab * { box-sizing: border-box; }

@media screen and (min-width: 993px) {
  header.header.berlin-header-v102 {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
    width: 100% !important;
    height: 108px !important;
    min-height: 108px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid #e4ecee !important;
    box-shadow: 0 5px 22px rgba(20,61,69,.07) !important;
    backdrop-filter: blur(10px);
  }
  .berlin-header-v102 .berlin-header-shell {
    width: calc(100% - 32px) !important;
    max-width: 1320px !important;
    height: 108px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .berlin-header-v102 .berlin-header-desktop { display: block !important; height: 108px !important; }
  .berlin-header-v102 .berlin-header-mobile { display: none !important; }
  .berlin-header-v102 .berlin-header-mainbar {
    height: 66px;
    display: grid;
    grid-template-columns: 178px 180px minmax(220px, 1fr) 82px auto;
    gap: 14px;
    align-items: center;
  }
  .berlin-v102-logo { min-width: 0; display: flex; align-items: center; }
  .berlin-v102-logo a { display: inline-flex; align-items: center; text-decoration: none !important; }
  .berlin-v102-logo img { display: block; width: auto !important; height: auto !important; max-width: 170px !important; max-height: 38px !important; margin: 0 !important; }
  .berlin-v102-logo-text { color: #222 !important; font-size: 27px; font-weight: 700; }

  .berlin-v102-phone { min-width: 0; }
  .berlin-v102-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #143d45 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -.25px;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .berlin-v102-phone a:hover, .berlin-v102-phone a:focus { color: #fa8c00 !important; }
  .berlin-v102-phone-icon {
    width: 32px; height: 32px; flex: 0 0 32px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px; background: #eef5f6; color: #143d45;
  }
  .berlin-v102-phone-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

  .berlin-v102-search-host,
  .berlin-v102-search-host .search-wrap,
  .berlin-v102-search-host #search { width: 100% !important; max-width: none !important; margin: 0 !important; }
  .berlin-v102-search-host #search {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 44px !important;
    align-items: stretch !important;
    height: 42px !important;
  }
  .berlin-v102-search-host #search > div:first-child { width: auto !important; float: none !important; min-width: 0 !important; }
  .berlin-v102-search-host #search > div:last-child { width: 44px !important; float: none !important; }
  .berlin-v102-search-host #search input {
    width: 100% !important; height: 42px !important; min-height: 42px !important;
    padding: 9px 14px !important; border: 1px solid #d6e1e3 !important; border-right: 0 !important;
    border-radius: 13px 0 0 13px !important; background: #f7f9f9 !important; color: #143d45 !important;
    font-size: 13px !important; box-shadow: none !important; outline: 0 !important;
  }
  .berlin-v102-search-host #search input:focus { background: #fff !important; border-color: #a9bec2 !important; }
  .berlin-v102-search-host #search .s-input-add { display: none !important; }
  .berlin-v102-search-host #search button {
    width: 44px !important; height: 42px !important; min-height: 42px !important; padding: 0 !important;
    display: flex !important; align-items: center; justify-content: center;
    border: 1px solid #fa8c00 !important; border-radius: 0 13px 13px 0 !important;
    background: #fa8c00 !important; color: #fff !important; box-shadow: none !important;
  }
  .berlin-v102-search-host #search button:hover, .berlin-v102-search-host #search button:focus { background: #e67f00 !important; border-color: #e67f00 !important; }

  .berlin-v102-language-host { display: flex; align-items: center; justify-content: center; min-width: 0; }
  .berlin-v102-language-host .lang-wrap { display: block !important; margin: 0 !important; float: none !important; }
  .berlin-v102-language-host .flags-inline { display: flex !important; align-items: center; justify-content: center; gap: 7px !important; margin: 0 !important; padding: 0 !important; }
  .berlin-v102-language-host .flags-inline > li { margin: 0 !important; padding: 0 !important; }
  .berlin-v102-language-host .flags-inline a,
  .berlin-v102-language-host .flags-inline span { display: inline-flex !important; align-items: center; justify-content: center; width: 34px !important; height: 28px !important; padding: 3px !important; border-radius: 8px !important; }
  .berlin-v102-language-host .flags-inline img { display: block !important; width: 27px !important; height: 19px !important; object-fit: cover; border-radius: 4px; }

  .berlin-v102-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-width: 0; }
  .berlin-v102-actions .berlin-header-action-btn {
    min-height: 42px !important; height: 42px !important; border-radius: 12px !important;
    padding: 4px 9px 4px 5px !important; background: #fff !important; border-color: #d6e1e3 !important;
    box-shadow: none !important;
  }
  .berlin-v102-actions .berlin-header-action-icon { width: 32px !important; height: 32px !important; flex-basis: 32px !important; border-radius: 9px !important; }
  .berlin-v102-actions .berlin-header-action-btn:hover,
  .berlin-v102-actions .berlin-header-action-btn:focus,
  .berlin-v102-actions .open > .berlin-header-action-btn { border-color: #fa8c00 !important; background: #fffaf3 !important; }
  .berlin-v102-actions .berlin-header-action-label { font-size: 11px !important; }
  .berlin-v102-actions .berlin-cart-total { font-size: 10px !important; max-width: 88px !important; }

  .berlin-v102-nav {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eef2f3;
  }
  .berlin-v102-nav-list {
    display: flex; align-items: center; justify-content: center; gap: 4px;
    width: 100%; height: 100%; margin: 0; padding: 0; list-style: none;
  }
  .berlin-v102-nav-list > li { position: relative; display: flex; align-items: center; height: 100%; margin: 0; padding: 0; }
  .berlin-v102-nav-list > li > a,
  .berlin-v102-nav-toggle {
    min-height: 34px; padding: 8px 13px !important; border: 0; border-radius: 9px; background: transparent;
    color: #143d45 !important; font-family: inherit; font-size: 13.5px !important; line-height: 1.1 !important;
    font-weight: 600; text-decoration: none !important; text-transform: uppercase; cursor: pointer;
    transition: color .16s ease, background-color .16s ease;
  }
  .berlin-v102-nav-list > li > a:hover,
  .berlin-v102-nav-list > li > a:focus,
  .berlin-v102-nav-toggle:hover,
  .berlin-v102-nav-toggle:focus,
  .berlin-v102-nav-list > li.open > .berlin-v102-nav-toggle { color: #fa8c00 !important; background: #fff6ea; outline: 0; }
  .berlin-v102-nav .dropdown-menu {
    top: calc(100% - 2px) !important; min-width: 230px !important; margin: 0 !important; padding: 8px !important;
    border: 1px solid #dce6e8 !important; border-radius: 13px !important; background: #fff !important;
    box-shadow: 0 16px 36px rgba(20,61,69,.14) !important;
  }
  .berlin-v102-nav .dropdown-menu > li > a { padding: 9px 11px !important; border-radius: 8px; color: #143d45 !important; font-size: 13px; }
  .berlin-v102-nav .dropdown-menu > li > a:hover, .berlin-v102-nav .dropdown-menu > li > a:focus { background: #eef5f6 !important; color: #143d45 !important; }
}

@media screen and (min-width: 993px) and (max-width: 1160px) {
  .berlin-header-v102 .berlin-header-shell { width: calc(100% - 20px) !important; }
  .berlin-header-v102 .berlin-header-mainbar { grid-template-columns: 155px 160px minmax(170px,1fr) 74px auto; gap: 9px; }
  .berlin-v102-logo img { max-width: 150px !important; }
  .berlin-v102-phone a { font-size: 16px !important; gap: 6px; }
  .berlin-v102-phone-icon { width: 29px; height: 29px; flex-basis: 29px; }
  .berlin-v102-actions .berlin-header-action-copy { display: none !important; }
  .berlin-v102-actions .berlin-header-chevron { display: none !important; }
  .berlin-v102-actions .berlin-header-action-btn { width: 42px !important; padding: 4px !important; justify-content: center !important; }
  .berlin-v102-nav-list > li > a, .berlin-v102-nav-toggle { padding-left: 9px !important; padding-right: 9px !important; font-size: 12px !important; }
}

@media screen and (max-width: 992px) {
  body { padding-top: 118px !important; }
  header.header.berlin-header-v102 {
    position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; z-index: 1200 !important;
    width: 100% !important; height: 118px !important; min-height: 118px !important; margin: 0 !important; padding: 0 !important;
    background: #fff !important; border-bottom: 1px solid #dfe8ea !important; box-shadow: 0 5px 20px rgba(20,61,69,.09) !important;
  }
  .berlin-header-v102 .berlin-header-shell { width: 100% !important; height: 118px !important; padding: 0 !important; margin: 0 !important; }
  .berlin-header-v102 .berlin-header-desktop { display: none !important; }
  .berlin-header-v102 .berlin-header-mobile { display: block !important; width: 100%; height: 118px; }
  .berlin-v102-mobile-top {
    position: relative; height: 64px; padding: 0 14px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center;
  }
  .berlin-v102-mobile-icon {
    appearance: none; -webkit-appearance: none; width: 42px; height: 42px; padding: 0; border: 1px solid #d9e4e6; border-radius: 12px;
    background: #fff; color: #143d45; display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  }
  .berlin-v102-mobile-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  .berlin-v102-mobile-icon:hover, .berlin-v102-mobile-icon:focus { border-color: #fa8c00; color: #fa8c00; outline: 0; }
  .berlin-v102-mobile-logo { min-width: 0; display: flex; justify-content: center; align-items: center; }
  .berlin-v102-mobile-logo a { display: inline-flex; }
  .berlin-v102-mobile-logo img { display: block; width: auto !important; height: auto !important; max-width: 154px !important; max-height: 38px !important; margin: 0 auto; }
  .berlin-v102-mobile-language { min-width: 70px; display: flex; align-items: center; justify-content: flex-end; }
  .berlin-v102-mobile-language .lang-wrap { display: block !important; float: none !important; margin: 0 !important; }
  .berlin-v102-mobile-language .flags-inline { display: flex !important; align-items: center; justify-content: flex-end; gap: 5px !important; margin: 0 !important; padding: 0 !important; }
  .berlin-v102-mobile-language .flags-inline > li { margin: 0 !important; padding: 0 !important; }
  .berlin-v102-mobile-language .flags-inline a, .berlin-v102-mobile-language .flags-inline span { display: inline-flex !important; padding: 2px !important; border-radius: 6px; }
  .berlin-v102-mobile-language .flags-inline img { display: block !important; width: 25px !important; height: 18px !important; object-fit: cover; border-radius: 4px; }

  .berlin-v102-mobile-actions {
    height: 54px; padding: 6px 12px 8px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px;
    border-top: 1px solid #edf2f3; background: #fbfcfc;
  }
  .berlin-v102-mobile-action {
    position: relative; min-width: 0; height: 40px; padding: 0 8px; border: 1px solid #dce6e8; border-radius: 11px;
    background: #fff; color: #143d45 !important; display: flex; align-items: center; justify-content: center; gap: 7px;
    font-size: 11.5px; line-height: 1; font-weight: 600; text-decoration: none !important; white-space: nowrap; overflow: visible;
    box-shadow: 0 1px 3px rgba(20,61,69,.04);
  }
  .berlin-v102-mobile-action > svg, .berlin-v102-mobile-cart-icon > svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
  .berlin-v102-mobile-action:hover, .berlin-v102-mobile-action:focus { color: #fa8c00 !important; border-color: #fa8c00; outline: 0; }
  .berlin-v102-mobile-cart-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 20px; }
  .berlin-v102-mobile-action .berlin-mobile-cart-count { top: -10px !important; right: -10px !important; }

  .berlin-v102-mobile-search-panel {
    top: 118px !important; z-index: 1199 !important; padding: 10px 12px 12px !important; background: #fff !important;
  }
  .berlin-v102-mobile-search-panel .berlin-mobile-search-slot,
  .berlin-v102-mobile-search-panel .search-wrap,
  .berlin-v102-mobile-search-panel #search { width: 100% !important; max-width: none !important; }

  .mob-menu { top: 118px !important; height: calc(100vh - 118px) !important; height: calc(100dvh - 118px) !important; }
  .berlin-mobile-menu-backdrop { top: 118px !important; }
  .berlin-mobile-menu-footer { padding: 10px 12px 12px !important; }
  .berlin-mobile-menu-phone { margin-bottom: 0 !important; }
}

@media screen and (max-width: 430px) {
  body { padding-top: 112px !important; }
  header.header.berlin-header-v102, .berlin-header-v102 .berlin-header-shell, .berlin-header-v102 .berlin-header-mobile { height: 112px !important; min-height: 112px !important; }
  .berlin-v102-mobile-top { height: 60px; padding-left: 10px; padding-right: 10px; grid-template-columns: 44px minmax(0,1fr) 68px; }
  .berlin-v102-mobile-logo img { max-width: 140px !important; max-height: 35px !important; }
  .berlin-v102-mobile-actions { height: 52px; padding: 5px 8px 7px; gap: 6px; }
  .berlin-v102-mobile-action { height: 40px; padding: 0 5px; gap: 5px; font-size: 10.5px; }
  .berlin-v102-mobile-action > svg, .berlin-v102-mobile-cart-icon > svg { width: 18px; height: 18px; flex-basis: 18px; }
  .berlin-v102-mobile-search-panel { top: 112px !important; }
  .mob-menu { top: 112px !important; height: calc(100vh - 112px) !important; height: calc(100dvh - 112px) !important; }
  .berlin-mobile-menu-backdrop { top: 112px !important; }
}

/* Floating contact hub: one consistent place for phone + messengers on every page. */
.berlin-contact-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 1020; display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
  font-family: inherit;
}
.berlin-contact-fab__toggle {
  appearance: none; -webkit-appearance: none; height: 50px; padding: 0 17px 0 12px; border: 0; border-radius: 16px;
  background: #143d45; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 13px; font-weight: 700; line-height: 1; box-shadow: 0 10px 28px rgba(20,61,69,.26); cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.berlin-contact-fab__toggle:hover, .berlin-contact-fab__toggle:focus { background: #0e3036; transform: translateY(-1px); box-shadow: 0 14px 34px rgba(20,61,69,.30); outline: 0; }
.berlin-contact-fab__toggle svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.berlin-contact-panel {
  width: 300px; max-width: calc(100vw - 30px); padding: 10px; border: 1px solid #dce6e8; border-radius: 17px;
  background: #fff; box-shadow: 0 20px 55px rgba(20,61,69,.22); opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(8px) scale(.98); transform-origin: right bottom; transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.berlin-contact-fab.is-open .berlin-contact-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.berlin-contact-panel__head { min-height: 38px; padding: 2px 2px 7px 7px; display: flex; align-items: center; justify-content: space-between; color: #143d45; }
.berlin-contact-panel__head strong { font-size: 15px; font-weight: 700; }
.berlin-contact-panel__close { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 9px; background: #f2f6f7; color: #526d73; font-size: 22px; line-height: 30px; cursor: pointer; }
.berlin-contact-panel__close:hover { background: #fff0e0; color: #fa8c00; }
.berlin-contact-panel__body { display: grid; gap: 7px; }
.berlin-contact-row {
  min-height: 56px; padding: 8px 10px; border: 1px solid #e4ecee; border-radius: 12px; background: #fff;
  color: #143d45 !important; display: flex; align-items: center; gap: 10px; text-decoration: none !important;
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}
.berlin-contact-row:hover, .berlin-contact-row:focus { border-color: #bdcfd2; background: #f8fbfb; transform: translateX(-2px); outline: 0; }
.berlin-contact-row__icon { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.berlin-contact-row__icon svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
.berlin-contact-row__icon svg .bubble { fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.berlin-contact-row--phone .berlin-contact-row__icon { background: #143d45; }
.berlin-contact-row--phone .berlin-contact-row__icon svg { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.berlin-contact-row--viber .berlin-contact-row__icon { background: #7360f2; }
.berlin-contact-row--whatsapp .berlin-contact-row__icon { background: #25d366; }
.berlin-contact-row--telegram .berlin-contact-row__icon { background: #229ed9; }
.berlin-contact-row > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.berlin-contact-row small { color: #74888d; font-size: 10.5px; line-height: 1; font-weight: 500; }
.berlin-contact-row strong { color: #143d45; font-size: 12.5px; line-height: 1.15; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media screen and (max-width: 767px) {
  .berlin-contact-fab { right: 14px; bottom: 14px; }
  .berlin-contact-fab__toggle { width: 50px; padding: 0; border-radius: 50%; }
  .berlin-contact-fab__toggle span { display: none; }
  .berlin-contact-panel { width: 280px; }
}

/* Berlin v103: compact desktop header recovery after v102.
   Base Dimary CSS keeps body{padding-top:100px}; v102 used sticky positioning,
   so that legacy offset became a visible empty band above the header. */
@media screen and (min-width: 993px) {
  body {
    padding-top: 92px !important;
  }
  header.header.berlin-header-v102 {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 92px !important;
    min-height: 92px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255,255,255,.985) !important;
  }
  .berlin-header-v102 .berlin-header-shell,
  .berlin-header-v102 .berlin-header-desktop {
    height: 92px !important;
    min-height: 92px !important;
  }
  .berlin-header-v102 .berlin-header-shell {
    width: calc(100% - 40px) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
  }
  .berlin-header-v102 .berlin-header-mainbar {
    height: 56px !important;
    min-height: 56px !important;
    grid-template-columns: 170px 190px minmax(260px, 1fr) 86px auto !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    align-items: center !important;
  }
  .berlin-v102-logo,
  .berlin-v102-phone,
  .berlin-v102-search-host,
  .berlin-v102-language-host,
  .berlin-v102-actions {
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .berlin-v102-logo img {
    max-width: 160px !important;
    max-height: 36px !important;
  }
  .berlin-v102-phone a {
    font-size: 19px !important;
    line-height: 1 !important;
    gap: 7px !important;
  }
  .berlin-v102-phone-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
    border-radius: 9px !important;
  }
  .berlin-v102-search-host #search,
  .berlin-v102-search-host #search input,
  .berlin-v102-search-host #search button {
    height: 40px !important;
    min-height: 40px !important;
  }
  .berlin-v102-search-host #search {
    grid-template-columns: minmax(0,1fr) 42px !important;
  }
  .berlin-v102-search-host #search > div:last-child,
  .berlin-v102-search-host #search button {
    width: 42px !important;
  }
  .berlin-v102-actions {
    gap: 7px !important;
    justify-content: flex-end !important;
    background: transparent !important;
  }
  .berlin-v102-actions .berlin-header-cart-host,
  .berlin-v102-actions .berlin-header-cart,
  .berlin-v102-actions .berlin-account-menu,
  .berlin-v102-actions .dropdown {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .berlin-v102-actions .berlin-header-action-btn {
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 4px 8px 4px 5px !important;
    border-radius: 11px !important;
  }
  .berlin-v102-actions .berlin-header-action-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
  }
  .berlin-v102-actions .berlin-header-action-copy {
    max-width: 118px !important;
  }
  .berlin-v102-actions .berlin-header-action-label {
    max-width: 118px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .berlin-v102-nav {
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    border-top: 1px solid #eef2f3 !important;
  }
  .berlin-v102-nav-list > li > a,
  .berlin-v102-nav-toggle {
    min-height: 30px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  body { padding-top: 88px !important; }
  header.header.berlin-header-v102,
  .berlin-header-v102 .berlin-header-shell,
  .berlin-header-v102 .berlin-header-desktop {
    height: 88px !important;
    min-height: 88px !important;
  }
  .berlin-header-v102 .berlin-header-shell {
    width: calc(100% - 20px) !important;
  }
  .berlin-header-v102 .berlin-header-mainbar {
    height: 54px !important;
    min-height: 54px !important;
    grid-template-columns: 150px 165px minmax(190px,1fr) 74px auto !important;
    column-gap: 8px !important;
  }
  .berlin-v102-logo img { max-width: 145px !important; max-height: 34px !important; }
  .berlin-v102-phone a { font-size: 16px !important; }
  .berlin-v102-phone-icon { width: 28px !important; height: 28px !important; flex-basis: 28px !important; }
  .berlin-v102-actions .berlin-header-action-copy,
  .berlin-v102-actions .berlin-header-chevron { display: none !important; }
  .berlin-v102-actions .berlin-header-action-btn {
    width: 40px !important;
    padding: 4px !important;
    justify-content: center !important;
  }
  .berlin-v102-nav { height: 34px !important; min-height: 34px !important; }
  .berlin-v102-nav-list > li > a,
  .berlin-v102-nav-toggle { min-height: 28px !important; padding: 5px 9px !important; font-size: 12px !important; }
}

/* Berlin v105 — consultation popup, action notice and compact search */
@media (min-width:1200px){
  .berlin-header-v102 .berlin-header-mainbar{grid-template-columns:180px 188px 410px 82px auto!important;justify-content:center!important;}
  .berlin-v102-search-host{width:410px!important;max-width:410px!important;justify-self:center!important;}
}
@media (min-width:993px) and (max-width:1199px){
  .berlin-header-v102 .berlin-header-mainbar{grid-template-columns:145px 150px minmax(250px,320px) 68px auto!important;}
  .berlin-v102-search-host{max-width:320px!important;justify-self:center!important;}
}
.berlin-consult-modal .modal-dialog{width:520px;max-width:calc(100vw - 30px);margin:8vh auto 30px}.berlin-consult-card{position:relative;border:0!important;border-radius:20px!important;padding:30px 32px 28px;background:#fff!important;box-shadow:0 24px 70px rgba(7,42,50,.28)!important;overflow:hidden}.berlin-consult-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#ff8a00}.berlin-consult-close{position:absolute;right:18px;top:16px;width:34px;height:34px;border:0;border-radius:50%;background:#eef4f5;color:#547179;font-size:24px;line-height:30px;cursor:pointer;z-index:2}.berlin-consult-close:hover{background:#e2ecee;color:#103b45}.berlin-consult-icon{width:52px;height:52px;border-radius:16px;background:#fff2df;color:#f88700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.berlin-consult-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.berlin-consult-copy{padding-right:30px}.berlin-consult-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#f88700;margin-bottom:5px}.berlin-consult-title{margin:0 0 8px!important;color:#103b45!important;font-size:25px!important;font-weight:700!important;line-height:1.2!important}.berlin-consult-copy p{margin:0 0 22px;color:#5a7379;font-size:14px;line-height:1.55}.berlin-consult-error{display:block;color:#c0392b;font-size:13px;margin-bottom:8px}.berlin-consult-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.berlin-consult-fields label{font-weight:600;color:#244d56;font-size:12px;margin:0}.berlin-consult-fields label span{display:block;margin:0 0 6px}.berlin-consult-fields .form-control{height:46px;border:1px solid #cddadd!important;border-radius:10px!important;background:#fbfdfd!important;box-shadow:none!important;font-size:14px;padding:10px 13px}.berlin-consult-fields .form-control:focus{border-color:#ff9a1f!important;background:#fff!important}.berlin-consult-submit{width:100%;height:48px;margin-top:16px;border:0;border-radius:12px;background:#ff8a00;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.15s}.berlin-consult-submit:hover{background:#e97d00}.berlin-consult-submit:disabled{opacity:.65;cursor:wait}.berlin-consult-submit svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.berlin-consult-note{text-align:center;color:#8a9da1;font-size:11px;margin-top:10px}.berlin-consult-success{margin-top:18px;padding:18px;border-radius:14px;background:#edf8f2;color:#245f43;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.berlin-consult-success[hidden]{display:none!important}.berlin-consult-success-icon{display:flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#2c9a66;color:#fff;font-size:22px;font-weight:700}.berlin-consult-success button{margin-top:6px;border:0;background:#103b45;color:#fff;border-radius:9px;padding:8px 20px}.berlin-consult-form.is-success .berlin-consult-fields,.berlin-consult-form.is-success .berlin-consult-submit,.berlin-consult-form.is-success .berlin-consult-note{display:none!important}
.berlin-action-notice{position:fixed;inset:0;z-index:20050;display:none;align-items:center;justify-content:center;padding:18px}.berlin-action-notice.is-open{display:flex}.berlin-action-notice__backdrop{position:absolute;inset:0;background:rgba(8,33,39,.58)}.berlin-action-notice__card{position:relative;width:430px;max-width:100%;padding:28px 28px 24px;background:#fff;border-radius:18px;border-top:5px solid #ff8a00;box-shadow:0 25px 75px rgba(0,0,0,.25);text-align:center}.berlin-action-notice__close{position:absolute;right:13px;top:10px;border:0;background:transparent;color:#88999d;font-size:24px}.berlin-action-notice__icon{display:flex;width:48px;height:48px;border-radius:50%;align-items:center;justify-content:center;margin:0 auto 14px;background:#e8f7ef;color:#238457;font-size:26px;font-weight:700}.berlin-action-notice.is-error .berlin-action-notice__icon{background:#fff0ed;color:#c84b38}.berlin-action-notice__text{color:#173f48;font-size:15px;line-height:1.55}.berlin-action-notice__ok{margin-top:18px;border:0;border-radius:10px;background:#ff8a00;color:#fff;font-weight:700;padding:10px 28px}.berlin-action-notice-open{overflow:hidden}
@media(max-width:767px){.berlin-consult-modal .modal-dialog{margin:4vh auto 20px}.berlin-consult-card{padding:26px 18px 22px;border-radius:17px!important}.berlin-consult-fields{grid-template-columns:1fr}.berlin-consult-title{font-size:22px!important}.berlin-consult-copy{padding-right:18px}.berlin-consult-submit{height:50px}.berlin-action-notice__card{padding:25px 18px 21px}}

/* Berlin v105: search and main menu share one centered visual axis. */
@media screen and (min-width:1200px){
  .berlin-header-v102 .berlin-header-mainbar{position:relative!important;grid-template-columns:180px 188px minmax(360px,1fr) 82px auto!important;}
  .berlin-v102-search-host{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:360px!important;max-width:360px!important;z-index:3;}
  .berlin-v102-nav-list{width:360px!important;max-width:360px!important;justify-content:space-between!important;}
  .berlin-v102-nav-list>li:first-child>a{padding-left:0!important;}
  .berlin-v102-nav-list>li:last-child>a{padding-right:0!important;}
}
@media screen and (min-width:993px) and (max-width:1199px){
  .berlin-header-v102 .berlin-header-mainbar{position:relative!important;grid-template-columns:145px 150px minmax(300px,1fr) 68px auto!important;}
  .berlin-v102-search-host{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:300px!important;max-width:300px!important;z-index:3;}
  .berlin-v102-nav-list{width:300px!important;max-width:300px!important;justify-content:space-between!important;}
  .berlin-v102-nav-list>li:first-child>a{padding-left:0!important;}
  .berlin-v102-nav-list>li:last-child>a{padding-right:0!important;}
}
.berlin-consult-product{display:flex;align-items:flex-start;gap:9px;margin:-10px 0 18px;padding:10px 12px;border:1px solid #e2eaec;border-radius:10px;background:#f7fafb;color:#173f48}.berlin-consult-product[hidden]{display:none!important}.berlin-consult-product span{flex:0 0 auto;color:#87999d;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.berlin-consult-product strong{font-size:12.5px;line-height:1.35}




/* Berlin v107: branded one-click purchase + compact cart success toast. */
.berlin-oneclick-wrap{
  display:block!important;
  width:100%!important;
  max-width:470px;
  margin:14px 0 0!important;
}
.berlin-oneclick-card{
  padding:12px 13px 13px;
  border:1px solid #d5e1e4;
  border-radius:14px;
  background:rgba(255,255,255,.78);
  box-shadow:0 3px 10px rgba(16,59,69,.045);
}
.berlin-oneclick-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.berlin-oneclick-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#fff2df;
  color:#f88700;
  font-size:15px;
}
.berlin-oneclick-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.berlin-oneclick-copy strong{
  color:#103b45;
  font-size:13.5px;
  line-height:1.25;
  font-weight:700;
}
.berlin-oneclick-copy span{
  color:#70878c;
  font-size:11.5px;
  line-height:1.35;
}
.berlin-oneclick-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 126px;
  gap:8px;
  align-items:stretch;
  margin:0!important;
}
.berlin-oneclick-phone{
  position:relative;
  display:block;
  margin:0!important;
  min-width:0;
}
.berlin-oneclick-phone-icon{
  position:absolute;
  left:13px;
  top:50%;
  z-index:2;
  transform:translateY(-50%);
  color:#58777e;
  font-size:13px;
  pointer-events:none;
}
.berlin-oneclick-phone .input-oneclick{
  display:block!important;
  width:100%!important;
  height:42px!important;
  margin:0!important;
  padding:8px 12px 8px 35px!important;
  border:1px solid #a9c0c5!important;
  border-radius:10px!important;
  outline:0!important;
  background:#fff!important;
  color:#103b45!important;
  box-shadow:none!important;
  font-size:13px!important;
  line-height:24px!important;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.berlin-oneclick-phone .input-oneclick::placeholder{
  color:#8a9da1;
  opacity:1;
}
.berlin-oneclick-phone .input-oneclick:focus{
  border-color:#ff930d!important;
  box-shadow:0 0 0 3px rgba(255,138,0,.11)!important;
}
.berlin-oneclick-form.has-error .input-oneclick{
  border-color:#d75d4a!important;
  box-shadow:0 0 0 3px rgba(215,93,74,.08)!important;
}
.berlin-oneclick-submit{
  height:42px;
  padding:0 15px;
  border:1px solid #ff8a00;
  border-radius:10px;
  background:#ff8a00;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:12.5px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.berlin-oneclick-submit:hover,
.berlin-oneclick-submit:focus{
  background:#ea7e00;
  border-color:#ea7e00;
  color:#fff;
  outline:0;
}
.berlin-oneclick-submit:active{
  transform:translateY(1px);
}
.berlin-oneclick-submit.is-loading{
  opacity:.7;
  cursor:wait;
  pointer-events:none;
}
.berlin-oneclick-submit.is-loading .fa-angle-right:before{
  content:"\f110";
}
.berlin-oneclick-submit.is-loading .fa-angle-right{
  animation:fa-spin 1s infinite linear;
}

.berlin-cart-alert{
  position:fixed!important;
  top:108px!important;
  right:24px!important;
  z-index:20020!important;
  width:410px!important;
  max-width:calc(100vw - 32px)!important;
  min-height:62px;
  margin:0!important;
  padding:13px 42px 13px 13px!important;
  border:1px solid #d3e4db!important;
  border-left:4px solid #2b9665!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#244d3c!important;
  box-shadow:0 16px 40px rgba(16,59,69,.18)!important;
  display:flex!important;
  align-items:flex-start;
  gap:11px;
  line-height:1.45;
  animation:berlinCartAlertIn .2s ease-out both;
}
.berlin-cart-alert__icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  border-radius:50%;
  background:#e8f7ef;
  color:#27845a;
  font-size:14px;
}
.berlin-cart-alert__text{
  min-width:0;
  padding-top:5px;
  font-size:13px;
  color:#244d3c;
}
.berlin-cart-alert__text a{
  color:#f88700!important;
  font-weight:700;
  text-decoration:none!important;
}
.berlin-cart-alert__text a:hover{
  text-decoration:underline!important;
}
.berlin-cart-alert__close{
  position:absolute;
  top:8px;
  right:10px;
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#93a5a1;
  font-size:23px;
  line-height:28px;
  font-weight:400;
  opacity:1!important;
}
.berlin-cart-alert__close:hover{
  background:#f0f5f3;
  color:#315b4b;
}
@keyframes berlinCartAlertIn{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:767px){
  .berlin-oneclick-wrap{max-width:none;margin-top:12px!important}
  .berlin-oneclick-card{padding:12px;border-radius:13px}
  .berlin-oneclick-head{margin-bottom:9px}
  .berlin-oneclick-form{grid-template-columns:1fr;gap:8px}
  .berlin-oneclick-phone .input-oneclick,
  .berlin-oneclick-submit{height:46px!important}
  .berlin-oneclick-submit{width:100%}
  .berlin-cart-alert{
    top:130px!important;
    right:12px!important;
    width:calc(100vw - 24px)!important;
    max-width:none!important;
  }
}

/* Berlin v109 — cleaner product card + dynamic price list */
.product-page .berlin-product-card-v109{
  padding:20px!important;
  border:1px solid #d7e2e5;
  border-radius:22px!important;
  background:#f4f6f6!important;
  box-shadow:0 8px 28px rgba(16,59,69,.055);
}
.product-page .berlin-product-card-v109>.row{display:flex;align-items:stretch;}
.product-page .berlin-product-card-v109 .product-preview__thumbnails-wrap{display:block;width:100%;}
.product-page .berlin-product-card-v109 .product-preview__thumbnails-wrap .thumbnails>.thumbnail{background:#fff!important;border-color:#aec2c7!important;border-radius:18px!important;margin-bottom:14px!important;}
.product-page .berlin-product-card-v109 .product-preview__thumbnails-wrap .thumbnails>.thumbnail img{width:100%;height:auto;object-fit:contain;}
.product-page .berlin-product-card-v109 .product-preview__thumbnails-wrap .thumbnails .image-additional{max-width:72px;margin-left:8px;}
.product-page .berlin-product-card-v109 .product-preview__thumbnails-wrap .thumbnails .image-additional .thumbnail{background:#fff!important;border-color:#b9cbd0!important;border-radius:9px!important;}
.product-page .berlin-product-card-v109 .product-preview__right-column{padding-left:22px;}
.product-page .berlin-product-card-v109 h1{margin:4px 0 9px!important;font-size:26px!important;line-height:1.25!important;color:#103b45!important;}
.product-page .berlin-product-card-v109 .berlin-product-article{display:inline-flex;align-items:center;gap:5px;margin:0 0 14px;padding:5px 9px;border-radius:8px;background:#eaf0f1;color:#6d8388;font-size:12px;}
.product-page .berlin-product-card-v109 .berlin-product-article span{font-weight:700;color:#315861;}
.product-page .berlin-product-card-v109 .product-preview__options{margin:0 0 15px;padding:12px 14px;border:1px solid #d8e3e5;border-radius:12px;background:#fff;}
.product-page .berlin-product-card-v109 .product-preview__info{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:14px;align-items:stretch;margin:0 0 14px!important;}
.product-page .berlin-product-card-v109 .product-preview__info-stock{float:none!important;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:13px 14px;border:1px solid #d8e3e5;border-radius:13px;background:#fff;}
.product-page .berlin-product-card-v109 .berlin-product-consult{margin:0!important;line-height:1.35;color:#f88700!important;}
.product-page .berlin-product-card-v109 .berlin-product-consult .link{color:#f88700!important;text-decoration:none;border-bottom:1px dashed rgba(248,135,0,.55);}
.product-page .berlin-product-card-v109 .product-preview__info-stock-status{font-size:14px!important;line-height:1.35!important;color:#184d45;}
.product-page .berlin-product-card-v109 .product-preview__info-advantages{float:none!important;margin:0!important;padding:12px 14px;border:1px solid #d8e3e5;border-radius:13px;background:#fff;}
.product-page .berlin-product-card-v109 .product-preview__info-advantages-item{margin:0 0 8px!important;min-height:22px;padding-left:31px!important;font-size:13px;line-height:22px;}
.product-page .berlin-product-card-v109 .product-preview__info-advantages-item:last-child{margin-bottom:0!important;}
.product-page .berlin-product-card-v109 .product-preview__price{padding:14px;border:1px solid #d7e2e5;border-radius:15px;background:#fff;}
.product-page .berlin-product-card-v109 .product-preview__price-main{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:16px;margin:0!important;}
.product-page .berlin-product-card-v109 .product-preview__price-number-wrap{margin:0!important;min-width:190px;}
.product-page .berlin-product-card-v109 .product-preview__price-number{font-size:36px!important;line-height:1.05!important;color:#103b45;}
.product-page .berlin-product-card-v109 .product-preview__price-number.--old{font-size:19px!important;color:#839397!important;}
.product-page .berlin-product-card-v109 .berlin-product-buy{margin-left:auto;}
.product-page .berlin-product-card-v109 .berlin-product-buy .btn{min-width:185px;height:50px;padding:0 25px!important;border:0!important;border-radius:12px!important;display:flex;align-items:center;justify-content:center;background:#ff8a00!important;font-size:14px;font-weight:700;}
.product-page .berlin-product-card-v109 .berlin-product-buy .btn:hover{background:#e97d00!important;}
.product-page .berlin-product-card-v109 .berlin-oneclick-wrap{max-width:none!important;margin-top:12px!important;}
.product-page .berlin-product-card-v109 .berlin-oneclick-card{padding:11px 12px 12px;background:#f8fbfb;box-shadow:none;}
.product-page .berlin-product-card-v109 .vesuvi-product-terms{margin:12px 0 0!important;padding:12px 14px!important;border:1px solid #dce5e7!important;border-left:3px solid #2d6ca2!important;border-radius:10px;background:#f8fafb!important;font-size:12.5px!important;}
.product-page .product-desc{gap:30px;}
.product-page .product-desc__description,.product-page .product-desc__attributes{padding-top:4px;}

.berlin-price-page{padding-bottom:36px;}
.berlin-price-card{margin:0 0 30px;padding:22px;border:1px solid #d8e3e5;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(16,59,69,.055);}
.berlin-price-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:2px 2px 18px;border-bottom:1px solid #e7edef;}
.berlin-price-kicker{margin-bottom:4px;color:#ff8a00;font-size:11px;font-weight:700;letter-spacing:.13em;}
.berlin-price-head h1{margin:0 0 7px;color:#103b45;font-size:28px;line-height:1.2;font-weight:700;}
.berlin-price-head p{max-width:760px;margin:0;color:#6e8388;font-size:13px;line-height:1.55;}
.berlin-price-tools{display:flex;gap:8px;flex:0 0 auto;}
.berlin-price-tool{height:38px;padding:0 12px;border:1px solid #cddade;border-radius:9px;background:#f8fbfb;color:#315861;font-size:12px;font-weight:600;white-space:nowrap;}
.berlin-price-tool:hover{border-color:#ff9a22;color:#f07f00;background:#fffaf4;}
.berlin-price-tool .fa{margin-right:6px;}
.berlin-price-tree{padding-top:12px;}
.berlin-price-category{border-bottom:1px solid #e7edef;}
.berlin-price-category:last-child{border-bottom:0;}
.berlin-price-category__toggle{display:flex;width:100%;min-height:48px;align-items:center;padding:7px 10px;border:0;background:transparent;text-align:left;color:#173f48;}
.berlin-price-category__toggle:hover{background:#f7fafb;}
.berlin-price-category.is-open>.berlin-price-category__toggle{background:#f7fafb;}
.berlin-price-category__indent{width:calc(var(--berlin-level) * 22px);flex:0 0 calc(var(--berlin-level) * 22px);}
.berlin-price-category__chevron{width:26px;flex:0 0 26px;color:#ff8a00;text-align:center;font-size:17px;transition:transform .15s ease;}
.berlin-price-category.is-open>.berlin-price-category__toggle .berlin-price-category__chevron{transform:rotate(90deg);}
.berlin-price-category__name{min-width:0;flex:1;font-size:14px;font-weight:700;line-height:1.35;}
.berlin-price-category.is-child>.berlin-price-category__toggle .berlin-price-category__name{font-weight:600;}
.berlin-price-category__count{margin-left:14px;padding:4px 8px;border-radius:999px;background:#eaf0f1;color:#668087;font-size:10.5px;font-weight:600;white-space:nowrap;}
.berlin-price-products{padding:0 10px 14px 36px;}
.berlin-price-loading,.berlin-price-empty,.berlin-price-error{margin:4px 0;padding:12px 14px;border-radius:9px;background:#f8fafb;color:#70878c;font-size:12px;}
.berlin-price-error{background:#fff3f0;color:#b74e3f;}
.berlin-price-table-wrap{overflow-x:auto;border:1px solid #dce5e7;border-radius:11px;background:#fff;}
.berlin-price-table{width:100%;min-width:900px;margin:0;border-collapse:separate;border-spacing:0;font-size:12px;}
.berlin-price-table th{padding:9px 10px;border-bottom:1px solid #dce5e7;background:#f3f6f7;color:#547078;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;}
.berlin-price-table td{padding:10px;border-bottom:1px solid #edf1f2;color:#284e57;vertical-align:middle;}
.berlin-price-table tbody tr:last-child td{border-bottom:0;}
.berlin-price-table tbody tr:hover td{background:#fffaf4;}
.berlin-price-table th.is-name,.berlin-price-table td.is-name{min-width:290px;text-align:left;}
.berlin-price-table td.is-name a{color:#173f48;font-weight:600;text-decoration:none;}
.berlin-price-table td.is-name a:hover{color:#f07f00;text-decoration:underline;}
.berlin-price-table td.is-model{white-space:nowrap;color:#70878c;}
.berlin-price-table th.is-price,.berlin-price-table td.is-price{text-align:right;white-space:nowrap;}
.berlin-price-table td.has-special{color:#7b8d91;text-decoration:line-through;}
.berlin-price-table td.is-special strong{display:inline-block;padding:4px 7px;border-radius:7px;background:#fff0df;color:#e57800;}
.berlin-price-table td.is-special span{color:#a2b0b3;}

@media(max-width:992px){
  .product-page .berlin-product-card-v109>.row{display:block;}
  .product-page .berlin-product-card-v109 .product-preview__right-column{padding-left:15px;}
  .product-page .berlin-product-card-v109 .product-preview__info{grid-template-columns:1fr;}
  .product-page .berlin-product-card-v109 .product-preview__info-advantages{display:block!important;}
  .berlin-price-head{align-items:flex-start;flex-direction:column;}
}
@media(max-width:767px){
  .product-page .berlin-product-card-v109{padding:12px!important;border-radius:16px!important;}
  .product-page .berlin-product-card-v109 h1{font-size:21px!important;margin-top:10px!important;}
  .product-page .berlin-product-card-v109 .product-preview__right-column{padding-left:15px;padding-right:15px;}
  .product-page .berlin-product-card-v109 .product-preview__price{padding:12px;}
  .product-page .berlin-product-card-v109 .product-preview__price-main{align-items:stretch!important;flex-direction:column;gap:10px;}
  .product-page .berlin-product-card-v109 .product-preview__price-number-wrap{min-width:0;}
  .product-page .berlin-product-card-v109 .product-preview__price-number{font-size:31px!important;}
  .product-page .berlin-product-card-v109 .berlin-product-buy{width:100%;margin-left:0;}
  .product-page .berlin-product-card-v109 .berlin-product-buy .btn{width:100%;min-width:0;}
  .berlin-price-card{padding:14px;border-radius:15px;}
  .berlin-price-head h1{font-size:24px;}
  .berlin-price-tools{width:100%;}
  .berlin-price-tool{flex:1;min-width:0;height:auto;min-height:38px;padding:7px 8px;white-space:normal;}
  .berlin-price-category__toggle{padding-left:4px;padding-right:4px;}
  .berlin-price-category__indent{width:calc(var(--berlin-level) * 14px);flex-basis:calc(var(--berlin-level) * 14px);}
  .berlin-price-category__count{margin-left:8px;font-size:9.5px;}
  .berlin-price-products{padding-left:0;padding-right:0;}
  .berlin-price-table{min-width:820px;font-size:11.5px;}
  .berlin-price-table th,.berlin-price-table td{padding:8px;}
}

@media screen and (min-width:993px){body{padding-top:100px!important;}header.header.berlin-header-v102{position:fixed!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:100px!important;min-height:100px!important;margin:0!important;padding:0!important;background:rgba(255,255,255,.99)!important;border-bottom:1px solid #e2eaec!important;box-shadow:0 4px 18px rgba(20,61,69,.055)!important;}.berlin-header-v102 .berlin-header-shell{width:calc(100% - 32px)!important;max-width:1480px!important;height:100px!important;min-height:100px!important;margin:0 auto!important;padding:0!important;}.berlin-header-v102 .berlin-header-desktop{display:block!important;width:100%!important;height:100px!important;min-height:100px!important;}.berlin-header-v102 .berlin-header-mobile{display:none!important;}.berlin-header-v102 .berlin-header-mainbar.berlin-header-mainbar-v110{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 360px minmax(0,1fr)!important;column-gap:24px!important;align-items:center!important;width:100%!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0!important;}.berlin-v110-left,.berlin-v110-center,.berlin-v110-right{min-width:0!important;height:62px!important;display:flex!important;align-items:center!important;}.berlin-v110-left{justify-content:flex-start!important;gap:20px!important;overflow:visible!important;}.berlin-v110-center{justify-content:center!important;width:360px!important;max-width:360px!important;justify-self:center!important;}.berlin-v110-right{justify-content:flex-end!important;gap:10px!important;overflow:visible!important;}.berlin-v110-left .berlin-v102-logo,.berlin-v110-left .berlin-v102-phone,.berlin-v110-center .berlin-v102-search-host,.berlin-v110-right .berlin-v102-language-host,.berlin-v110-right .berlin-v102-actions{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;align-self:center!important;margin:0!important;padding:0!important;}.berlin-v110-left .berlin-v102-logo{flex:0 0 auto!important;}.berlin-v110-left .berlin-v102-logo a{display:flex!important;align-items:center!important;}.berlin-v110-left .berlin-v102-logo img{display:block!important;width:auto!important;height:auto!important;max-width:160px!important;max-height:36px!important;margin:0!important;}.berlin-v110-left .berlin-v102-phone{flex:0 0 auto!important;}.berlin-v110-left .berlin-v102-phone a{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;color:#143d45!important;font-size:17px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.15px!important;white-space:nowrap!important;text-decoration:none!important;}.berlin-v110-left .berlin-v102-phone-icon{width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:9px!important;}.berlin-v110-center .berlin-v102-search-host,.berlin-v110-center .berlin-v102-search-host .search-wrap,.berlin-v110-center .berlin-v102-search-host #search{position:static!important;width:360px!important;max-width:360px!important;margin:0!important;transform:none!important;}.berlin-v110-center .berlin-v102-search-host #search{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;height:40px!important;min-height:40px!important;}.berlin-v110-center .berlin-v102-search-host #search input{height:40px!important;min-height:40px!important;padding:8px 14px!important;border-radius:12px 0 0 12px!important;}.berlin-v110-center .berlin-v102-search-host #search>div:last-child,.berlin-v110-center .berlin-v102-search-host #search button{width:42px!important;height:40px!important;min-height:40px!important;}.berlin-v110-center .berlin-v102-search-host #search button{border-radius:0 12px 12px 0!important;}.berlin-v110-right .berlin-v102-language-host{flex:0 0 auto!important;}.berlin-v110-right .berlin-v102-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;background:transparent!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-cart-host,.berlin-v110-right .berlin-v102-actions .berlin-header-cart,.berlin-v110-right .berlin-v102-actions .berlin-account-menu,.berlin-v110-right .berlin-v102-actions .dropdown{width:auto!important;min-width:0!important;margin:0!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-action-btn{height:40px!important;min-height:40px!important;margin:0!important;padding:4px 8px 4px 5px!important;border-radius:11px!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-action-icon{width:30px!important;height:30px!important;flex-basis:30px!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-action-copy,.berlin-v110-right .berlin-v102-actions .berlin-header-action-label{max-width:118px!important;}.berlin-header-v102 .berlin-v102-nav{position:relative!important;width:100%!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-top:1px solid #eef2f3!important;}.berlin-header-v102 .berlin-v102-nav-list{width:360px!important;max-width:360px!important;height:38px!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:0!important;}.berlin-header-v102 .berlin-v102-nav-list>li{height:38px!important;display:flex!important;align-items:center!important;}.berlin-header-v102 .berlin-v102-nav-list>li>a,.berlin-header-v102 .berlin-v102-nav-toggle{min-height:30px!important;height:30px!important;padding:6px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12.5px!important;line-height:1!important;white-space:nowrap!important;}.berlin-header-v102 .berlin-v102-nav-list>li:first-child>a{padding-left:0!important;}.berlin-header-v102 .berlin-v102-nav-list>li:last-child>a{padding-right:0!important;}.berlin-cart-alert{top:108px!important;}}@media screen and (min-width:993px) and (max-width:1279px){.berlin-header-v102 .berlin-header-shell{width:calc(100% - 24px)!important;}.berlin-header-v102 .berlin-header-mainbar.berlin-header-mainbar-v110{grid-template-columns:minmax(0,1fr) 300px minmax(0,1fr)!important;column-gap:16px!important;}.berlin-v110-left{gap:11px!important;}.berlin-v110-left .berlin-v102-logo img{max-width:145px!important;max-height:34px!important;}.berlin-v110-left .berlin-v102-phone a{gap:5px!important;font-size:15px!important;}.berlin-v110-left .berlin-v102-phone-icon{width:28px!important;height:28px!important;flex-basis:28px!important;}.berlin-v110-center,.berlin-v110-center .berlin-v102-search-host,.berlin-v110-center .berlin-v102-search-host .search-wrap,.berlin-v110-center .berlin-v102-search-host #search{width:300px!important;max-width:300px!important;}.berlin-v110-right{gap:6px!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-action-copy,.berlin-v110-right .berlin-v102-actions .berlin-header-chevron{display:none!important;}.berlin-v110-right .berlin-v102-actions .berlin-header-action-btn{width:40px!important;padding:4px!important;justify-content:center!important;}.berlin-header-v102 .berlin-v102-nav-list{width:300px!important;max-width:300px!important;}.berlin-header-v102 .berlin-v102-nav-list>li>a,.berlin-header-v102 .berlin-v102-nav-toggle{padding-left:5px!important;padding-right:5px!important;font-size:11.5px!important;}}
.product-page .berlin-product-card-v109 .berlin-product-meta{margin:0 0 14px!important}.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock{gap:10px;justify-content:flex-start}.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-article{display:flex;align-items:baseline;gap:6px;width:100%;margin:0!important;padding:0 0 9px!important;border:0;border-bottom:1px solid #e7edef;border-radius:0;background:transparent;color:#6d8388;font-size:12.5px;line-height:1.35}.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-article span{flex:0 0 auto;font-weight:700;color:#315861}.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-article strong{min-width:0;color:#103b45;font-weight:600;overflow-wrap:anywhere}.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-consult{margin:0!important}.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock-status{margin-top:1px}@media(max-width:992px){.product-page .berlin-product-card-v109 .berlin-product-meta{grid-template-columns:1fr!important}}
@media screen and (min-width:993px){.berlin-header-v102 .berlin-header-mainbar.berlin-header-mainbar-v110{grid-template-columns:auto 360px auto!important;column-gap:20px!important;justify-content:center!important}.berlin-v110-left,.berlin-v110-right{width:auto!important;max-width:none!important;justify-self:auto!important}}@media screen and (min-width:993px) and (max-width:1279px){.berlin-header-v102 .berlin-header-mainbar.berlin-header-mainbar-v110{grid-template-columns:auto 300px auto!important;column-gap:12px!important}}
/* Berlin v113 — product information block order. */
@media(min-width:993px){
  .product-page .berlin-product-card-v109 .berlin-product-meta{
    grid-template-columns:minmax(0,1fr) 250px!important;
    grid-template-areas:"expert services";
    align-items:start!important;
  }
  .product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock{
    grid-area:expert!important;
    grid-column:1!important;
    grid-row:1!important;
  }
  .product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-advantages{
    grid-area:services!important;
    grid-column:2!important;
    grid-row:1!important;
  }
}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock{
  gap:8px!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-article{
  order:3;
  margin:3px 0 0!important;
  padding:8px 0 0!important;
  border-top:1px solid #e1e8ea;
  border-radius:0!important;
  background:transparent!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-consult{order:1;}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock-status{order:2;}


/* Berlin v114 — compact product information row and unmistakable one-click CTA. */
.product-page .berlin-product-card-v109 .berlin-product-meta{
  justify-content:start!important;
}
@media(min-width:993px){
  .product-page .berlin-product-card-v109 .berlin-product-meta{
    grid-template-columns:minmax(280px,320px) 265px!important;
    gap:12px!important;
    width:auto!important;
    max-width:610px!important;
  }
}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock{
  min-height:0!important;
  padding:10px 12px!important;
  gap:6px!important;
  justify-content:flex-start!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-advantages{
  min-height:0!important;
  padding:10px 12px!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-advantages-item{
  margin-bottom:5px!important;
  min-height:20px!important;
  line-height:20px!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-consult{
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-consult .fa{
  font-size:17px!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-consult .link{
  font-size:16px!important;
  font-weight:700!important;
  border-bottom:2px solid rgba(248,135,0,.45)!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock-status{
  font-size:13px!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta .berlin-product-article{
  margin:1px 0 0!important;
  padding:6px 0 0!important;
  font-size:12px!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-card{
  overflow:visible!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 165px!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-phone{
  width:100%!important;
  min-width:0!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  float:none!important;
  width:165px!important;
  min-width:165px!important;
  max-width:165px!important;
  height:42px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #ff8a00!important;
  border-radius:10px!important;
  background:#ff8a00!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1!important;
  text-align:center!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit span,
.product-page .berlin-product-card-v109 .berlin-oneclick-submit .fa{
  display:inline-block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#fff!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit:hover,
.product-page .berlin-product-card-v109 .berlin-oneclick-submit:focus{
  background:#e97d00!important;
  border-color:#e97d00!important;
  color:#fff!important;
}
@media(max-width:992px){
  .product-page .berlin-product-card-v109 .berlin-product-meta{
    max-width:none!important;
  }
}
@media(max-width:767px){
  .product-page .berlin-product-card-v109 .berlin-oneclick-form{
    grid-template-columns:1fr!important;
  }
  .product-page .berlin-product-card-v109 .berlin-oneclick-submit{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:46px!important;
  }
}

/* Berlin v115 — one aligned product information column + secondary outlined one-click action. */
.product-page .berlin-product-card-v109 .product-preview__right-column{
  box-sizing:border-box!important;
}
.product-page .berlin-product-card-v109 .berlin-product-meta,
.product-page .berlin-product-card-v109 .product-preview__price,
.product-page .berlin-product-card-v109 .vesuvi-product-terms{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
@media(min-width:993px){
  .product-page .berlin-product-card-v109 .berlin-product-meta{
    grid-template-columns:minmax(0,1.1fr) minmax(230px,.9fr)!important;
    gap:12px!important;
  }
}
.product-page .berlin-product-card-v109 .berlin-oneclick-wrap,
.product-page .berlin-product-card-v109 .berlin-oneclick-card{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-form{
  grid-template-columns:minmax(0,1fr) 145px!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit{
  width:145px!important;
  min-width:145px!important;
  max-width:145px!important;
  border:2px solid #315861!important;
  background:#fff!important;
  color:#103b45!important;
  font-size:13px!important;
  font-weight:700!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit span,
.product-page .berlin-product-card-v109 .berlin-oneclick-submit .fa{
  color:#103b45!important;
}
.product-page .berlin-product-card-v109 .berlin-oneclick-submit:hover,
.product-page .berlin-product-card-v109 .berlin-oneclick-submit:focus{
  background:#eef4f5!important;
  border-color:#103b45!important;
  color:#103b45!important;
}
@media(max-width:767px){
  .product-page .berlin-product-card-v109 .berlin-oneclick-form{
    grid-template-columns:1fr!important;
  }
  .product-page .berlin-product-card-v109 .berlin-oneclick-submit{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}

/* Berlin v116 — force the upper product information row to the same full width as price / terms. */
@media(min-width:993px){
  .product-page .berlin-product-card-v109 .berlin-product-meta{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-areas:"expert services"!important;
    gap:12px!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    justify-content:stretch!important;
    justify-items:stretch!important;
    box-sizing:border-box!important;
  }
  .product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-stock,
  .product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-advantages{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
  }
  .product-page .berlin-product-card-v109 .berlin-product-meta .product-preview__info-advantages{
    grid-column:2!important;
  }
}
body.common-home .showintab .product-thumb__price-number,#content.category .product-layout .product-thumb__price-number,body.product-search .product-layout .product-thumb__price-number,body.product-special .product-layout .product-thumb__price-number,body.product-manufacturer .product-layout .product-thumb__price-number{display:inline-block!important;max-width:100%!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;font-variant-numeric:tabular-nums}@media screen and (min-width:768px){body.common-home .showintab .product-thumb__price-wrap,#content.category .product-layout.product-grid .product-thumb__price-wrap,body.product-search .product-layout.product-grid .product-thumb__price-wrap,body.product-special .product-layout.product-grid .product-thumb__price-wrap,body.product-manufacturer .product-layout.product-grid .product-thumb__price-wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}body.common-home .showintab .product-thumb__price,#content.category .product-layout.product-grid .product-thumb__price,body.product-search .product-layout.product-grid .product-thumb__price,body.product-special .product-layout.product-grid .product-thumb__price,body.product-manufacturer .product-layout.product-grid .product-thumb__price{flex:1 1 112px!important;width:auto!important;min-width:112px!important;margin-left:0!important;margin-right:0!important}body.common-home .showintab .product-thumb__button-wrap,#content.category .product-layout.product-grid .product-thumb__button-wrap,body.product-search .product-layout.product-grid .product-thumb__button-wrap,body.product-special .product-layout.product-grid .product-thumb__button-wrap,body.product-manufacturer .product-layout.product-grid .product-thumb__button-wrap{flex:0 0 auto!important;width:auto!important;margin-left:0!important}}@media screen and (max-width:420px){body.common-home .showintab .product-thumb__price-number,#content.category .product-layout .product-thumb__price-number{font-size:22px!important}}

/* Berlin v118: compact bold catalog prices + stable purchase button geometry. */
@media screen and (min-width:768px){body.common-home .showintab .product-thumb__price-number,#content.category .product-layout.product-grid .product-thumb__price-number,body.product-search .product-layout.product-grid .product-thumb__price-number,body.product-special .product-layout.product-grid .product-thumb__price-number,body.product-manufacturer .product-layout.product-grid .product-thumb__price-number{font-size:18px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:0!important;white-space:nowrap!important}body.common-home .showintab .product-thumb__price-number.--old,#content.category .product-layout.product-grid .product-thumb__price-number.--old,body.product-search .product-layout.product-grid .product-thumb__price-number.--old,body.product-special .product-layout.product-grid .product-thumb__price-number.--old,body.product-manufacturer .product-layout.product-grid .product-thumb__price-number.--old{font-size:13px!important;font-weight:600!important}body.common-home .showintab .product-thumb__price,#content.category .product-layout.product-grid .product-thumb__price,body.product-search .product-layout.product-grid .product-thumb__price,body.product-special .product-layout.product-grid .product-thumb__price,body.product-manufacturer .product-layout.product-grid .product-thumb__price{flex:1 1 auto!important;min-width:0!important;width:auto!important;margin:0!important;padding:0!important}body.common-home .showintab .product-thumb__button-wrap,#content.category .product-layout.product-grid .product-thumb__button-wrap,body.product-search .product-layout.product-grid .product-thumb__button-wrap,body.product-special .product-layout.product-grid .product-thumb__button-wrap,body.product-manufacturer .product-layout.product-grid .product-thumb__button-wrap{flex:0 0 116px!important;width:116px!important;min-width:116px!important;max-width:116px!important;height:38px!important;margin:0!important}body.common-home .showintab .product-thumb__button,body.common-home .showintab .product-thumb__button-cell,#content.category .product-layout.product-grid .product-thumb__button,#content.category .product-layout.product-grid .product-thumb__button-cell,body.product-search .product-layout.product-grid .product-thumb__button,body.product-search .product-layout.product-grid .product-thumb__button-cell,body.product-special .product-layout.product-grid .product-thumb__button,body.product-special .product-layout.product-grid .product-thumb__button-cell,body.product-manufacturer .product-layout.product-grid .product-thumb__button,body.product-manufacturer .product-layout.product-grid .product-thumb__button-cell{width:116px!important;height:38px!important}body.common-home .showintab .product-thumb__button .btn,body.common-home .showintab .product-thumb__button-wrap .btn,#content.category .product-layout.product-grid .product-thumb__button .btn,#content.category .product-layout.product-grid .product-thumb__button-wrap .btn,body.product-search .product-layout.product-grid .product-thumb__button .btn,body.product-special .product-layout.product-grid .product-thumb__button .btn,body.product-manufacturer .product-layout.product-grid .product-thumb__button .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:116px!important;min-width:116px!important;max-width:116px!important;height:38px!important;min-height:38px!important;padding:0 10px!important;border-radius:10px!important;box-sizing:border-box!important;font-size:12px!important;line-height:1!important;font-weight:700!important;white-space:nowrap!important}body.common-home .showintab .product-thumb__button .btn span,#content.category .product-layout.product-grid .product-thumb__button .btn span,body.product-search .product-layout.product-grid .product-thumb__button .btn span,body.product-special .product-layout.product-grid .product-thumb__button .btn span,body.product-manufacturer .product-layout.product-grid .product-thumb__button .btn span{display:inline!important;white-space:nowrap!important}}
body.common-home .showintab .product-thumb__price.vesuvi-price-request,#content.category .product-layout .product-thumb__price.vesuvi-price-request,body.product-search .product-layout .product-thumb__price.vesuvi-price-request,body.product-special .product-layout .product-thumb__price.vesuvi-price-request,body.product-manufacturer .product-layout .product-thumb__price.vesuvi-price-request{font-size:0!important;line-height:1!important;font-weight:700!important;white-space:nowrap!important;color:#d71920!important}html[lang^="uk"] body.common-home .showintab .product-thumb__price.vesuvi-price-request::after,html[lang^="uk"] #content.category .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="uk"] body.product-search .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="uk"] body.product-special .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="uk"] body.product-manufacturer .product-layout .product-thumb__price.vesuvi-price-request::after{content:"Уточнити";display:inline-block;font-size:16px;line-height:1.15;font-weight:700;color:#d71920;white-space:nowrap}html[lang^="ru"] body.common-home .showintab .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] #content.category .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] body.product-search .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] body.product-special .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] body.product-manufacturer .product-layout .product-thumb__price.vesuvi-price-request::after{content:"Уточнить";display:inline-block;font-size:16px;line-height:1.15;font-weight:700;color:#d71920;white-space:nowrap}@media screen and (max-width:767px){body.common-home .showintab .product-thumb__price-number,#content.category .product-layout .product-thumb__price-number{font-size:20px!important;font-weight:700!important}html[lang^="uk"] body.common-home .showintab .product-thumb__price.vesuvi-price-request::after,html[lang^="uk"] #content.category .product-layout .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] body.common-home .showintab .product-thumb__price.vesuvi-price-request::after,html[lang^="ru"] #content.category .product-layout .product-thumb__price.vesuvi-price-request::after{font-size:16px}}

/* Berlin v119: correct zero-price cards + keep the short request text on one line. */
body.common-home .showintab .product-thumb__price-wrap .vesuvi-price-request,
#content.category .product-layout .product-thumb__price-wrap .vesuvi-price-request,
body.product-search .product-layout .product-thumb__price-wrap .vesuvi-price-request,
body.product-special .product-layout .product-thumb__price-wrap .vesuvi-price-request,
body.product-manufacturer .product-layout .product-thumb__price-wrap .vesuvi-price-request,
body.common-home .showintab .vesuvi-price-request.--small,
#content.category .product-layout .vesuvi-price-request.--small,
body.product-search .product-layout .vesuvi-price-request.--small,
body.product-special .product-layout .vesuvi-price-request.--small,
body.product-manufacturer .product-layout .vesuvi-price-request.--small{display:block!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important;font-size:0!important;line-height:1!important;font-weight:700!important;text-align:left!important;white-space:nowrap!important;color:#d71920!important}
body.common-home .showintab .product-thumb__price-wrap .vesuvi-price-request>*,#content.category .product-layout .product-thumb__price-wrap .vesuvi-price-request>*,body.common-home .showintab .vesuvi-price-request.--small>*,#content.category .product-layout .vesuvi-price-request.--small>*{display:none!important}
html[lang^="uk"] body.common-home .showintab .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="uk"] #content.category .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="uk"] body.product-search .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="uk"] body.product-special .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="uk"] body.product-manufacturer .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="uk"] body.common-home .showintab .vesuvi-price-request.--small:after,html[lang^="uk"] #content.category .product-layout .vesuvi-price-request.--small:after,html[lang^="uk"] body.product-search .product-layout .vesuvi-price-request.--small:after,html[lang^="uk"] body.product-special .product-layout .vesuvi-price-request.--small:after,html[lang^="uk"] body.product-manufacturer .product-layout .vesuvi-price-request.--small:after{content:"Уточнити"!important;display:inline-block!important;font-size:16px!important;line-height:1.1!important;font-weight:700!important;color:#d71920!important;white-space:nowrap!important}
html[lang^="ru"] body.common-home .showintab .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="ru"] #content.category .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="ru"] body.product-search .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="ru"] body.product-special .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="ru"] body.product-manufacturer .product-layout .product-thumb__price-wrap .vesuvi-price-request:after,html[lang^="ru"] body.common-home .showintab .vesuvi-price-request.--small:after,html[lang^="ru"] #content.category .product-layout .vesuvi-price-request.--small:after,html[lang^="ru"] body.product-search .product-layout .vesuvi-price-request.--small:after,html[lang^="ru"] body.product-special .product-layout .vesuvi-price-request.--small:after,html[lang^="ru"] body.product-manufacturer .product-layout .vesuvi-price-request.--small:after{content:"Уточнить"!important;display:inline-block!important;font-size:16px!important;line-height:1.1!important;font-weight:700!important;color:#d71920!important;white-space:nowrap!important}
@media screen and (min-width:768px){body.common-home .showintab .product-thumb__price-wrap .vesuvi-price-request,#content.category .product-layout.product-grid .product-thumb__price-wrap .vesuvi-price-request,body.common-home .showintab .vesuvi-price-request.--small,#content.category .product-layout.product-grid .vesuvi-price-request.--small{align-self:center!important;margin-bottom:0!important}}
@media screen and (min-width:768px){body.common-home .showintab .product-thumb__price-wrap,#content.category .product-layout.product-grid .product-thumb__price-wrap,#content.category .product-layout.product-list .product-thumb__price-wrap,body.product-search .product-layout.product-grid .product-thumb__price-wrap,body.product-special .product-layout.product-grid .product-thumb__price-wrap,body.product-manufacturer .product-layout.product-grid .product-thumb__price-wrap{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}#content.category .product-layout.product-grid .vesuvi-price-request.--small,#content.category .product-layout.product-list .vesuvi-price-request.--small,body.common-home .showintab .vesuvi-price-request.--small,body.product-search .product-layout.product-grid .vesuvi-price-request.--small,body.product-special .product-layout.product-grid .vesuvi-price-request.--small,body.product-manufacturer .product-layout.product-grid .vesuvi-price-request.--small{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;text-align:left!important}}
\n\n/* Berlin v121: account sidebar must never inherit desktop-header dropdown layout. */\n@media screen and (min-width:768px){\n  body .berlin-account-page .berlin-account-layout>aside .berlin-account-menu{\n    position:static!important;display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;align-items:initial!important;justify-content:initial!important;white-space:normal!important;\n  }\n}\n