html:has(> head > #pbx-product-classic-marker) body.type-product.type-detail.template-11:not(.blank-mode:not(.shoptak-titan)) {
  --pbx-product-accent: #00aeb8;
  --pbx-product-accent-dark: #007b84;
  --pbx-product-ink: #202831;
  --pbx-product-muted: #65717d;
  --pbx-product-line: #dfe6e9;
  --pbx-product-soft: #f5f8f9;
  --pbx-product-success: #087a3e;

  & .content-wrapper-in {
    background: #fff;
  }

  & .p-detail {
    color: var(--pbx-product-ink);
  }

  & .p-detail-inner-header {
    align-items: baseline;
    border-bottom: 1px solid var(--pbx-product-line);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0 20px;
    padding: 20px 0 14px;
  }

  & .p-detail-inner-header h1 {
    color: var(--pbx-product-ink);
    flex: 1 1 620px;
    font-size: clamp(26px, 2.1vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin: 0;
    text-transform: none;
  }

  & .p-detail-inner-header .p-code {
    color: var(--pbx-product-muted);
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
  }

  & .p-detail-info {
    align-items: center;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 20px;
    padding: 10px 0;
  }

  & .p-detail-info > .flags-default {
    display: none !important;
  }

  & .p-detail-info > div:has(> a[data-testid="productCardBrandName"]) {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  & .p-detail-info > .stars-wrapper {
    float: none;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin: 0;
    width: auto;
  }

  & .p-detail-info > .stars-wrapper:not(:has(.star-on)) {
    display: none !important;
  }

  & .p-detail-info > .p-short-description {
    float: none;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    max-width: none;
    text-align: left;
    width: 100%;
  }

  & .p-detail-info > .detail-parameters {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0;
    width: 100%;
  }

  & .p-detail-info > .detail-parameters:not(:has(td)) {
    display: none;
  }

  & .product-top {
    align-items: start;
    display: grid;
    gap: clamp(28px, 4vw, 64px);
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    margin: 12px 20px 0;
  }

  & .product-top::before,
  & .product-top::after {
    content: none;
  }

  & .product-top > .col-xs-12:first-child {
    display: none;
  }

  & .p-image-wrapper,
  & .p-info-wrapper {
    float: none;
    max-width: none !important;
    padding: 0;
    width: auto !important;
  }

  & .p-image-wrapper {
    min-width: 0;
  }

  & .p-image {
    align-items: center;
    background: #fff;
    border: 1px solid var(--pbx-product-line);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    padding: 24px;
  }

  & .p-image img {
    height: auto;
    max-height: 560px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
  }

  & .p-thumbnails-wrapper {
    margin-top: 12px;
  }

  & .pbx-product-short-description-desktop {
    border-top: 1px solid var(--pbx-product-line);
    clear: both;
    margin-top: 18px;
    padding: 18px 4px 0;
  }

  & .pbx-product-short-description-desktop > .p-short-description {
    color: var(--pbx-product-muted);
    float: none;
    font-size: 14px;
    line-height: 1.58;
    margin: 0;
    max-width: 680px;
    text-align: left;
    width: 100%;
  }

  & .p-thumbnails-wrapper .thumbnail-next,
  & .p-thumbnails-wrapper .thumbnail-prev {
    display: none !important;
  }

  & .p-thumbnails {
    align-items: stretch;
    display: flex;
    gap: 8px;
    padding: 2px;
  }

  & .p-thumbnails a {
    background: #fff;
    border: 1px solid var(--pbx-product-line);
    border-radius: 10px;
    flex: 0 0 76px;
    height: 76px;
    margin: 0;
    overflow: hidden;
  }

  & .p-thumbnails a:hover,
  & .p-thumbnails a:focus-visible,
  & .p-thumbnails a.highlighted {
    border-color: var(--pbx-product-accent-dark);
    box-shadow: 0 0 0 2px rgba(0, 123, 132, 0.16);
  }

  & .p-info-wrapper {
    align-self: start;
    background: #fff;
    border: 1px solid var(--pbx-product-line);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(25, 46, 56, 0.09);
    padding: clamp(22px, 2.5vw, 34px) !important;
    position: sticky;
    top: 18px;
  }

  & .p-final-price-wrapper {
    color: var(--pbx-product-ink);
    margin-bottom: 16px;
  }

  & .p-final-price-wrapper .price-final,
  & .p-final-price-wrapper strong {
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
  }

  & .p-final-price-wrapper .price-final {
    white-space: nowrap;
  }

  & .p-final-price-wrapper .price-save {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
  }

  & .availability-value {
    background: #eef9f2;
    border: 1px solid #cbe9d5;
    border-radius: 10px;
    color: var(--pbx-product-success);
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 6px;
    padding: 12px 14px;
  }

  & .p-info-wrapper .shipping-options {
    display: inline-flex;
    font-weight: 700;
    margin: 6px 0 16px;
    min-height: 32px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  & .p-info-wrapper .variant-list {
    display: grid;
    gap: 6px 12px;
    grid-template-columns: minmax(90px, auto) 1fr;
    margin-bottom: 10px;
  }

  & .p-info-wrapper .variant-list th,
  & .p-info-wrapper .variant-list td {
    align-items: center;
    display: flex;
    padding: 0;
  }

  & .p-info-wrapper .variant-list select,
  & .p-info-wrapper select {
    border: 1px solid #b8c4c9;
    border-radius: 8px;
    min-height: 46px;
    width: 100%;
  }

  & .add-to-cart {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: 110px minmax(190px, 1fr);
    margin: 4px 0 16px;
    padding: 0 !important;
    width: 100% !important;
  }

  & .add-to-cart .add-to-cart__buttons-wrapper {
    margin: 0 !important;
    min-width: 0;
  }

  & .add-to-cart .quantity {
    background: #fff;
    border: 1px solid #aebbc1;
    border-radius: 9px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 34px minmax(38px, 1fr) 34px;
    grid-template-rows: 1fr;
    height: 54px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 110px;
  }

  & .add-to-cart .quantity label {
    display: contents;
    margin: 0;
  }

  & .add-to-cart .quantity input {
    appearance: textfield;
    background: #fff;
    border: 0;
    border-left: 1px solid #d5dde0;
    border-right: 1px solid #d5dde0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    grid-column: 2;
    grid-row: 1;
    height: 52px;
    line-height: 52px;
    min-width: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  & .add-to-cart .quantity .increase,
  & .add-to-cart .quantity .decrease {
    align-items: center;
    background: var(--pbx-product-soft);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    grid-row: 1;
    height: 52px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: static;
    width: 100%;
    color: var(--pbx-product-ink) !important;
  }

  & .add-to-cart .quantity .increase::before,
  & .add-to-cart .quantity .decrease::before {
    align-items: center;
    display: flex;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    height: 100%;
    inset: auto;
    justify-content: center;
    line-height: 1;
    position: static;
    width: 100%;
    color: var(--pbx-product-ink) !important;
  }

  & .add-to-cart .quantity .increase__sign,
  & .add-to-cart .quantity .decrease__sign {
    display: none !important;
  }

  & .add-to-cart .quantity .increase {
    grid-column: 3;
  }

  & .add-to-cart .quantity .increase::before {
    content: "+";
  }

  & .add-to-cart .quantity .decrease {
    grid-column: 1;
  }

  & .add-to-cart .quantity .decrease::before {
    content: "−";
  }

  & .add-to-cart .add-to-cart-button {
    background: var(--pbx-product-accent-dark);
    border: 1px solid var(--pbx-product-accent-dark);
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(0, 123, 132, 0.2);
    font-size: 16px;
    font-weight: 800;
    min-height: 54px;
    max-width: none !important;
    padding: 0 20px;
    width: 100%;
  }

  & .add-to-cart .add-to-cart-button:hover,
  & .add-to-cart .add-to-cart-button:focus-visible {
    background: #00646b;
    border-color: #00646b;
    color: #fff;
  }

  & .p-info-wrapper .btn.btn-default,
  & .p-info-wrapper .btn.btn-secondary,
  & .p-info-wrapper [class*="quote"] .btn {
    border: 1px solid #aebbc1;
    border-radius: 8px;
    min-height: 42px;
  }

  & .p-short-description {
    border-top: 1px solid var(--pbx-product-line);
    color: var(--pbx-product-muted);
    line-height: 1.55;
    margin-top: 18px;
    padding-top: 16px;
  }

  & .p-info-wrapper .social-buttons-wrapper {
    border-top: 1px solid var(--pbx-product-line);
    margin-top: 18px;
    padding-top: 16px;
  }

  & .p-info-wrapper .social-buttons-wrapper .link-icons {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  & .p-info-wrapper .social-buttons-wrapper .link-icons > a {
    border-radius: 8px;
    min-height: 52px;
    width: auto;
  }

  & .p-detail-tabs-wrapper {
    margin: 42px 20px 0;
  }

  & #p-detail-tabs {
    background: var(--pbx-product-soft);
    border: 1px solid var(--pbx-product-line);
    border-radius: 12px;
    display: flex;
    gap: 6px;
    padding: 6px;
  }

  & #p-detail-tabs > li {
    margin: 0;
  }

  & #p-detail-tabs > li > a {
    border: 0;
    border-radius: 8px;
    color: #4b5964;
    font-weight: 700;
    min-height: 44px;
    padding: 12px 18px;
  }

  & #p-detail-tabs > li.active > a,
  & #p-detail-tabs > li > a:hover,
  & #p-detail-tabs > li > a:focus-visible {
    background: #fff;
    box-shadow: 0 3px 10px rgba(27, 46, 55, 0.09);
    color: var(--pbx-product-accent-dark);
  }

  & #tab-content {
    padding-top: 24px;
  }

  & #description .description-inner {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr);
  }

  & #description .basic-description,
  & #description .extended-description {
    background: #fff;
    border: 1px solid var(--pbx-product-line);
    border-radius: 14px;
    min-width: 0;
    padding: clamp(20px, 2.4vw, 32px);
  }

  & #description .basic-description {
    color: #3d4851;
    font-size: 16px;
    line-height: 1.65;
  }

  & #description .basic-description h2,
  & #description .basic-description h3,
  & #description .extended-description h3 {
    color: var(--pbx-product-ink);
    font-weight: 800;
    letter-spacing: -0.015em;
    margin: 0 0 18px;
  }

  & #description .basic-description p,
  & #description .basic-description ul,
  & #description .basic-description ol {
    margin-bottom: 18px;
  }

  & #description .basic-description li + li {
    margin-top: 6px;
  }

  & .detail-parameters {
    width: 100%;
  }

  & .detail-parameters tr {
    border-bottom: 1px solid #e8edef;
  }

  & .detail-parameters th,
  & .detail-parameters td {
    padding: 10px 8px;
    vertical-align: top;
  }

  & .detail-parameters th {
    color: var(--pbx-product-muted);
    font-weight: 600;
    width: 44%;
  }

  & .detail-parameters td {
    color: var(--pbx-product-ink);
    font-weight: 700;
  }

  & .products-alternative,
  & .products-related {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  & .products-alternative .product,
  & .products-related .product {
    float: none;
    padding: 0;
    width: auto;
  }

  & .products-alternative .product .p,
  & .products-related .product .p {
    border: 1px solid var(--pbx-product-line);
    border-radius: 14px;
    height: 100%;
    overflow: hidden;
    padding: 12px;
  }

  & a:focus-visible,
  & button:focus-visible,
  & input:focus-visible,
  & select:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.7);
    outline: 2px solid #24313a;
    outline-offset: 2px;
  }

  @media (max-width: 991px) {
    &.shoptak-titan .breadcrumbs-wrapper {
      margin: 60px 10px 0;
    }

    & .breadcrumbs-wrapper {
      display:block; margin:0 10px; padding:0!important;
      & .breadcrumbs { display: flex; height: 24px; overflow-x: auto; white-space: nowrap; }
      & .breadcrumbs::before { display: none !important; }
      & .breadcrumbs > span {flex:0 0 auto;}
      & .breadcrumbs > span:not(:nth-last-child(-n + 4)), & #navigation-first, & [data-testid="breadcrumbsLastLevel"] {display:none;}
      & a { font-size: 11px; text-decoration: underline; }
      & .navigation-bullet { display: inline !important; margin: 0 4px; }
      & .breadcrumbs > span:nth-last-child(2) .navigation-bullet { display: none !important; }
    }

    & .p-detail-inner-header {
      display: block;
      margin: 0 10px;
      padding: 12px 0 10px;
    }

    & .p-detail-inner-header h1 {
      display: inline;
      font-size: clamp(23px, 6.2vw, 30px);
      line-height: 1.18;
    }

    & .p-detail-inner-header .p-code {
      display: inline;
      float: none !important;
      font-size: 11px;
      margin-left: 6px;
      white-space: nowrap;
    }

    & .p-detail-info {
      margin: 0 10px;
      padding: 8px 0 10px;
    }

    & .product-top > .col-xs-12:first-child {
      display: block;
      padding: 0;
      width: 100%;
    }

    & .product-top > .col-xs-12:first-child .p-detail-info {
      display: block;
      margin: 0;
      padding: 2px 0 6px;
    }

    & .product-top > .col-xs-12:first-child .p-detail-info > * {
      display: none !important;
    }

    & .product-top > .col-xs-12:first-child .p-detail-info > div:has(> a[data-testid="productCardBrandName"]) {
      display: block !important;
      font-size: 12px;
      line-height: 1.35;
    }

    & .product-top {
      display: block;
      margin: 6px 10px 0;
    }

    & .p-image {
      border-radius: 14px;
      min-height: 260px;
      padding: 12px;
    }

    & .p-image img {
      max-height: 270px;
    }

    & .p-thumbnails-wrapper {
      margin: 8px 0 0;
    }

    & .p-thumbnails {
      gap: 6px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      padding-bottom: 6px;
      scroll-snap-type: x proximity;
    }

    & .p-thumbnails a {
      flex-basis: 52px;
      height: 52px;
      scroll-snap-align: start;
      width: 52px;
    }

    & .p-info-wrapper {
      border-radius: 14px;
      box-shadow: 0 10px 28px rgba(25, 46, 56, 0.08);
      margin-top: 12px;
      padding: 18px;
      position: static;
    }

    & .p-final-price-wrapper .price-final,
    & .p-final-price-wrapper strong {
      font-size: 32px;
    }

    & .availability-value {
      font-size: 17px;
    }

    & .p-detail-tabs-wrapper {
      margin: 26px 10px 0;
    }

    & .p-detail-tabs-wrapper .shp-tabs-holder {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: x proximity;
    }

    & #p-detail-tabs {
      flex-wrap: nowrap;
      min-width: max-content;
      width: max-content;
    }

    & #p-detail-tabs > li {
      flex: 0 0 auto;
      scroll-snap-align: start;
    }

    & #p-detail-tabs .tab-manufacturer-name {
      display: inline !important;
    }

    & .p-detail-tabs-wrapper .responsive-nav.pbx-tabs-scroll-ready .navigation-btn,
    & .p-detail-tabs-wrapper .responsive-nav.pbx-tabs-scroll-ready .hidden-links {
      display: none !important;
    }

    & #description .description-inner {
      display: block;
    }

    & #description .basic-description,
    & #description .extended-description {
      border-radius: 12px;
      padding: 18px;
    }

    & #description .basic-description {
      font-size: 15px;
      line-height: 1.62;
    }

    & #description .extended-description {
      margin-top: 16px;
    }

    & .products-alternative,
    & .products-related {
      display: flex;
      gap: 12px;
      margin-inline: -2px;
      overflow-x: auto;
      padding: 2px 2px 12px;
      scroll-snap-type: x mandatory;
    }

    & .products-alternative .product,
    & .products-related .product {
      display: block;
      flex: 0 0 min(72vw, 270px);
      scroll-snap-align: start;
    }
  }

  @media (max-width: 600px) {
    & .p-detail-inner-header {
      padding: 6px 0 8px;
    }

    & .p-detail-inner-header h1 {
      font-size: 22px;
    }

    & .p-image {
      margin-bottom: 6px;
      min-height: clamp(154px, 38vw, 166px);
      padding: 8px;
    }

    & .p-image img {
      max-height: clamp(148px, 38vw, 166px);
    }

    & .p-thumbnails,
    & .p-thumbnails-inner,
    & .p-thumbnails-inner > div {
      height: 24px;
    }

    & .p-thumbnails a.p-thumbnail {
      flex-basis: 22px;
      height: 22px;
      width: 22px;
    }

    & .p-info-wrapper {
      margin-top: 4px;
      padding: 10px;
    }

    & .p-final-price-wrapper {
      margin-bottom: 8px;
    }

    & .p-final-price-wrapper .price-final,
    & .p-final-price-wrapper strong {
      font-size: clamp(25px, 7.2vw, 27px);
    }

    & .availability-value {
      font-size: 15px;
      margin: 3px 0;
      padding: 6px 9px;
    }

    & .p-info-wrapper .shipping-options {
      font-size: 11.5px;
      line-height: 1.2;
      margin: 0 0 3px;
      min-height: 18px;
    }

    & .p-info-wrapper .detail-parameters {
      margin-bottom: 4px;
    }

    & .add-to-cart {
      grid-template-columns: 104px minmax(0, 1fr);
      margin-top: 0;
    }

    & .add-to-cart .quantity {
      grid-template-columns: 32px minmax(36px, 1fr) 32px;
      width: 104px;
    }

    & .add-to-cart .quantity input {
      width: 100%;
    }

    & .add-to-cart .quantity .increase,
    & .add-to-cart .quantity .decrease {
      width: 100%;
    }

    & .add-to-cart .add-to-cart-button {
      font-size: 14px;
      padding-inline: 10px;
    }

    & .p-info-wrapper .social-buttons-wrapper .link-icons {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    & .p-info-wrapper .social-buttons-wrapper .print {
      display: none;
    }
  }

  @media (max-width: 340px) {
    & .add-to-cart .add-to-cart-button::before {
      display: none;
    }

    & .add-to-cart .add-to-cart-button {
      padding-inline: 6px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    & *,
    & *::before,
    & *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
}
