:root {
  --tml-pdp-blue: #0000a4;
  --tml-pdp-blue-active: #00006f;
  --tml-pdp-yellow: #f2b840;
  --tml-pdp-yellow-hover: #e9a62f;
  --tml-pdp-yellow-active: #d89624;
  --tml-pdp-ink: #111;
  --tml-pdp-muted: #737373;
  --tml-pdp-line: #e5e5e5;
  --tml-pdp-tile: #f5f5f5;
  --tml-pdp-green: #188a36;
}

body.tml-bol-pdp {
  color: var(--tml-pdp-ink);
}

body.tml-bol-pdp .page-top {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 16px !important;
  box-sizing: border-box !important;
}

body.tml-bol-pdp .page-top > .topic {
  order: 2 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

body.tml-bol-pdp .page-top > .tml-pdp-meta {
  order: 3 !important;
}

body.tml-bol-pdp .page-top > :not(.topic):not(.tml-pdp-meta) {
  order: 1 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tml-bol-pdp .topic__inner,
body.tml-bol-pdp .topic__heading {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
}

body.tml-bol-pdp #pagetitle {
  display: block !important;
  max-width: calc(100% - 64px) !important;
  margin: 0 !important;
  color: var(--tml-pdp-ink) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.35px !important;
  overflow: visible !important;
}

body.tml-bol-pdp .topic .share {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
}

body.tml-bol-pdp .breadcrumbs {
  min-height: 18px !important;
  height: 18px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

body.tml-bol-pdp .tml-pdp-meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 24px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  color: var(--tml-pdp-muted) !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

body.tml-bol-pdp .tml-pdp-meta__brand {
  color: var(--tml-pdp-ink) !important;
  font-weight: 500 !important;
}

body.tml-bol-pdp .tml-pdp-meta__dot {
  color: #b0b0b0 !important;
}

body.tml-bol-pdp .tml-pdp-meta .product_rating_box {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tml-bol-pdp .product-container.catalog_detail {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  column-gap: 40px !important;
  align-items: start !important;
  width: auto !important;
  margin-top: 4px !important;
  overflow: visible !important;
}

body.tml-bol-pdp .product-container .product-view,
body.tml-bol-pdp .product-container .product-side {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.tml-bol-pdp .product-container .product-view {
  grid-column: 1 !important;
  min-width: 0 !important;
}

body.tml-bol-pdp .product-container .product-side {
  grid-column: 2 !important;
  min-width: 0 !important;
}

body.tml-bol-pdp .product-info {
  position: relative !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.tml-bol-pdp .product-info-headnote {
  width: 100% !important;
  min-height: 32px !important;
  height: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.tml-bol-pdp .product-info-headnote > .flexbox {
  width: 100% !important;
  min-height: 32px !important;
}

body.tml-bol-pdp .product-info-headnote__inner {
  margin: 0 !important;
}

body.tml-bol-pdp .product-info-headnote__brand,
body.tml-bol-pdp .product-info-headnote .product_rating_box {
  display: none !important;
}

body.tml-bol-pdp .product-info-headnote__stickers {
  width: auto !important;
}

body.tml-bol-pdp .product-info-headnote .stickers {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  width: auto !important;
  margin: 0 !important;
}

body.tml-bol-pdp .product-info-headnote .sticker {
  margin: 0 !important;
  border-radius: 4px !important;
}

body.tml-bol-pdp .product-detail-gallery {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 470px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.tml-bol-pdp .product-detail-gallery__container {
  width: 100% !important;
  min-height: 450px !important;
  height: 450px !important;
  margin: 0 !important;
}

body.tml-bol-pdp .product-detail-gallery__slider.big,
body.tml-bol-pdp .product-detail-gallery__slider.big .owl-stage-outer,
body.tml-bol-pdp .product-detail-gallery__slider.big .owl-item,
body.tml-bol-pdp .product-detail-gallery__item--big,
body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__link {
  height: 450px !important;
}

body.tml-bol-pdp .product-detail-gallery__slider.big {
  border-radius: 12px !important;
  overflow: hidden !important;
}

body.tml-bol-pdp .product-detail-gallery__item--big,
body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__link {
  background: var(--tml-pdp-tile) !important;
}

body.tml-bol-pdp .product-detail-gallery__item--big picture {
  width: 100% !important;
  height: 100% !important;
}

body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__picture {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  background: var(--tml-pdp-tile) !important;
  border-radius: 12px !important;
}

body.tml-bol-pdp .product-detail-gallery__slider.thmb .owl-item,
body.tml-bol-pdp .product-detail-gallery__slider.thmb .product-detail-gallery__item {
  border-radius: 8px !important;
  overflow: hidden !important;
}

body.tml-bol-pdp .product-detail-gallery__slider.thmb .owl-item.current {
  box-shadow: inset 0 0 0 2px var(--tml-pdp-blue) !important;
}

body.tml-bol-pdp .tml-pdp-wish-button {
  position: absolute !important;
  z-index: 20 !important;
  top: 14px !important;
  right: calc((100% - 450px) / 2 + 14px) !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08) !important;
}

body.tml-bol-pdp .tml-pdp-wish-button .wish_item {
  position: absolute !important;
  inset: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--tml-pdp-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}

body.tml-bol-pdp .tml-pdp-wish-button .wish_item.in {
  color: var(--tml-pdp-blue) !important;
}

body#main.tml-bol-pdp .tml-pdp-wish-button .wish_item.to {
  color: var(--tml-pdp-ink) !important;
}

body#main.tml-bol-pdp .tml-pdp-wish-button .wish_item.in {
  color: var(--tml-pdp-blue) !important;
}

body.tml-bol-pdp .tml-pdp-wish-button .wish_item:not([style*="display:none"]):not([style*="display: none"]) {
  display: flex !important;
}

body.tml-bol-pdp .tml-pdp-heart-icon {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
}

body.tml-bol-pdp .product-side .inner-wrapper-sticky {
  position: sticky !important;
  top: 24px !important;
}

body.tml-bol-pdp .tml-pdp-offer-intro {
  display: block !important;
  margin: 0 0 22px !important;
}

body.tml-bol-pdp .tml-pdp-offer-intro__note {
  margin: 0 0 14px !important;
  color: var(--tml-pdp-muted) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body.tml-bol-pdp .tml-pdp-offer-intro__title {
  max-width: 310px !important;
  color: var(--tml-pdp-ink) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body.tml-bol-pdp .product-side .quantity_block_wrapper {
  width: 100% !important;
  min-height: 26px !important;
  height: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--tml-pdp-green) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

body.tml-bol-pdp .product-side .js-prices-in-side .button_block,
body.tml-bol-pdp .product-info .js-prices-in-item .button_block,
body.tml-bol-pdp .product-side .js-prices-in-side,
body.tml-bol-pdp .product-info .js-prices-in-item,
body.tml-bol-pdp .product-side .buy_block,
body.tml-bol-pdp .product-info .buy_block,
body.tml-bol-pdp .product-side .counter_wrapp,
body.tml-bol-pdp .product-info .counter_wrapp {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn,
body.tml-bol-pdp .product-container .side-block--feedback .tml-product-kp-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: var(--tml-pdp-yellow) !important;
  background-color: var(--tml-pdp-yellow) !important;
  background-image: none !important;
  border: 1px solid var(--tml-pdp-yellow) !important;
  border-radius: 8px !important;
  color: var(--tml-pdp-ink) !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  transform: translateY(0) scale(1) !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
}

body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn::before,
body.tml-bol-pdp .product-container .side-block--feedback .tml-product-kp-button::before {
  content: "" !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  background: url('/local/templates/aspro_max/images/tomolink-price-tag.png?v=20260718') center / contain no-repeat !important;
}

body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn:hover,
body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn:focus {
  background: var(--tml-pdp-yellow-hover) !important;
  border-color: var(--tml-pdp-yellow-hover) !important;
  color: var(--tml-pdp-ink) !important;
  transform: translateY(-1px) !important;
}

body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn:active {
  background: var(--tml-pdp-yellow-active) !important;
  border-color: var(--tml-pdp-yellow-active) !important;
  transform: translateY(0) scale(.99) !important;
}

body.tml-bol-pdp .tml-pdp-trust {
  display: grid !important;
  gap: 8px !important;
  margin: 16px 0 0 !important;
  color: #335f48 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

body.tml-bol-pdp .tml-pdp-trust > div {
  position: relative !important;
  padding-left: 24px !important;
}

body.tml-bol-pdp .tml-pdp-trust > div::before {
  content: "✓" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  color: var(--tml-pdp-green) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.tml-bol-pdp .product-side .char-side {
  width: 100% !important;
  height: auto !important;
  margin: 28px 0 0 !important;
  padding: 24px 0 0 !important;
  border-top: 1px solid var(--tml-pdp-line) !important;
}

body.tml-bol-pdp .product-side .char-side__title {
  margin: 0 0 16px !important;
  color: var(--tml-pdp-ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.tml-bol-pdp .product-side .properties__item {
  margin: 0 0 9px !important;
  color: var(--tml-pdp-ink) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.tml-bol-pdp .product-side .properties__title {
  color: var(--tml-pdp-muted) !important;
}

body.tml-bol-pdp .product-side .text-additional {
  margin: 24px 0 0 !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid var(--tml-pdp-line) !important;
  color: var(--tml-pdp-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.tml-bol-pdp .product-side .brand-detail,
body.tml-bol-pdp .product-side .side-block--feedback {
  display: none !important;
}

body.tml-bol-pdp .ordered-block.tabs-block {
  width: 100% !important;
  margin-top: 36px !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .tabs {
  margin: 0 0 28px !important;
  border-bottom: 1px solid var(--tml-pdp-line) !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs {
  display: flex !important;
  align-items: stretch !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs > li {
  margin: 0 !important;
  border: 0 !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 52px !important;
  padding: 0 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  color: var(--tml-pdp-muted) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs > li.active > a,
body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs > li > a:hover {
  color: var(--tml-pdp-ink) !important;
  border-bottom-color: var(--tml-pdp-blue) !important;
}

body.tml-bol-pdp .ordered-block.tabs-block .tab-content {
  color: #242424 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.tml-bol-pdp .tml-hide-placeholder-price {
  display: none !important;
}

@media (max-width: 991px) {
  body.tml-bol-pdp .page-top {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 16px 10px !important;
  }

  body.tml-bol-pdp .page-top > .topic {
    margin-top: 10px !important;
  }

  body.tml-bol-pdp #pagetitle {
    max-width: calc(100% - 42px) !important;
    font-size: 24px !important;
    line-height: 1.22 !important;
    letter-spacing: -.2px !important;
  }

  body.tml-bol-pdp .breadcrumbs {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 22px !important;
    min-height: 22px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  body.tml-bol-pdp .breadcrumbs__item,
  body.tml-bol-pdp .breadcrumbs__separator {
    flex: 0 0 auto !important;
  }

  body.tml-bol-pdp .tml-pdp-meta {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  body.tml-bol-pdp .product-container.catalog_detail {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.tml-bol-pdp .product-info-headnote {
    min-height: 28px !important;
    margin-bottom: 10px !important;
  }

  body.tml-bol-pdp .product-info-headnote > .flexbox {
    min-height: 28px !important;
  }

  body.tml-bol-pdp .product-info-headnote .stickers {
    gap: 5px !important;
  }

  body.tml-bol-pdp .product-info-headnote .sticker {
    min-height: 26px !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  body.tml-bol-pdp .product-detail-gallery {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: var(--tml-pdp-tile) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  body.tml-bol-pdp .product-detail-gallery__container {
    min-height: 348px !important;
    height: 348px !important;
    padding-top: 10px !important;
    box-sizing: border-box !important;
  }

  body.tml-bol-pdp .product-detail-gallery__slider.big {
    max-width: 300px !important;
    height: 320px !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
  }

  body.tml-bol-pdp .product-detail-gallery__slider.big .owl-stage-outer,
  body.tml-bol-pdp .product-detail-gallery__slider.big .owl-item,
  body.tml-bol-pdp .product-detail-gallery__item--big,
  body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__link {
    height: 300px !important;
  }

  body.tml-bol-pdp .product-detail-gallery__item--big,
  body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__link,
  body.tml-bol-pdp .product-detail-gallery__item--big .product-detail-gallery__picture {
    background: var(--tml-pdp-tile) !important;
    border-radius: 0 !important;
  }

  body.tml-bol-pdp .tml-pdp-wish-button {
    top: 12px !important;
    right: 12px !important;
  }

  body.tml-bol-pdp .product-info > .right_info {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.tml-bol-pdp .product-info > .right_info > .info_item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 0 0 !important;
  }

  body.tml-bol-pdp .product-info > .right_info .tml-pdp-offer-intro {
    order: 1 !important;
    margin-bottom: 18px !important;
  }

  body.tml-bol-pdp .product-info > .right_info .tml-pdp-offer-intro__note {
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }

  body.tml-bol-pdp .product-info > .right_info .tml-pdp-offer-intro__title {
    font-size: 19px !important;
  }

  body.tml-bol-pdp .product-info > .right_info .quantity_block_wrapper {
    order: 2 !important;
    width: 100% !important;
    min-height: 24px !important;
    margin: 0 0 14px !important;
    color: var(--tml-pdp-green) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
  }

  body.tml-bol-pdp .product-info > .right_info .js-prices-in-item {
    order: 3 !important;
  }

  body#main.tml-bol-pdp .product-info > .right_info .adaptive-block {
    width: 100% !important;
    max-width: none !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
  }

  body#main.tml-bol-pdp .product-info > .right_info .js-prices-in-item,
  body#main.tml-bol-pdp .product-info > .right_info .js-prices-in-item .buy_block,
  body#main.tml-bol-pdp .product-info > .right_info .js-prices-in-item .counter_wrapp,
  body#main.tml-bol-pdp .product-info > .right_info .js-prices-in-item .button_block,
  body#main.tml-bol-pdp .product-info > .right_info .tml-product-detail-get-price-btn {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.tml-bol-pdp .product-info > .right_info .tml-pdp-trust {
    order: 4 !important;
    margin-top: 16px !important;
  }

  body.tml-bol-pdp .product-info > .right_info .char-side {
    order: 5 !important;
    width: 100% !important;
    height: auto !important;
    margin: 28px 0 0 !important;
    padding: 24px 0 0 !important;
    border-top: 1px solid var(--tml-pdp-line) !important;
  }

  body.tml-bol-pdp .product-info > .right_info .text-additional {
    order: 6 !important;
  }

  body.tml-bol-pdp .product-container .tml-product-detail-get-price-btn {
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }

  body.tml-bol-pdp .product-side {
    display: none !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block {
    margin-top: 32px !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block .tabs {
    margin-bottom: 22px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block .tabs::-webkit-scrollbar {
    display: none !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs {
    width: max-content !important;
    min-width: 100% !important;
    gap: 22px !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block .nav-tabs > li > a {
    min-height: 48px !important;
    font-size: 14px !important;
  }

  body.tml-bol-pdp .ordered-block.tabs-block .tab-content {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 480px) {
  body.tml-bol-pdp .topic .share {
    width: 38px !important;
    height: 38px !important;
  }

  body.tml-bol-pdp .product-detail-gallery__container {
    height: 338px !important;
    min-height: 338px !important;
  }

  body.tml-bol-pdp .product-detail-gallery__slider.big {
    height: 310px !important;
  }
}
