body.pk-stage-theme {
    display: flex;
    min-width: 320px;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    color: var(--pk-gray-900);
    background: var(--pk-bg);
    font-family: Roboto, Arial, sans-serif;
    padding-bottom: 0;
}

.pk-stage-theme .main-container > .container,
.pk-stage-theme .main-container.shop-with-banner > .container,
.pk-stage-theme .main-container.wishlist > .container {
    width: min(var(--pk-container), calc(100% - 48px));
    max-width: var(--pk-container);
}

.pk-stage-theme .painter-bg-container,
.pk-stage-theme .painter-bg-container .tab-product,
.pk-stage-theme .painter-bg-container .tab-content {
    display: flow-root;
}

.pk-stage-theme .painter-bg-container {
    min-height: 0;
    margin-bottom: 48px;
}

.pk-stage-theme .painter-container .main-container {
    min-height: 0;
}

.pk-stage-theme .painter-bg-container .tab-container > .tab-panel {
    position: static;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.pk-stage-theme .painter-bg-container .tab-container > .tab-panel.active {
    display: block;
}

.pk-stage-theme .navigator-wrapper {
    overflow: hidden;
    border: 1px solid var(--pk-gray-300);
    background: var(--pk-white);
}

.pk-stage-theme .navigator-preview,
.pk-stage-theme .navigator-preview-item,
.pk-stage-theme .navigator-preview-item-img,
.pk-stage-theme .navigator-link {
    background-color: var(--pk-white);
}

.pk-stage-theme .navigator-preview-item {
    border-color: var(--pk-gray-200);
}

.pk-stage-theme .navigator-link {
    border-top: 1px solid var(--pk-gray-300);
}

.pk-stage-theme .product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0 !important;
}

.pk-stage-theme .product-list-grid.row::before,
.pk-stage-theme .product-list-grid.row::after {
    display: none;
    content: none;
}

.pk-stage-theme .product-list-grid > .product-item {
    width: 100%;
    min-width: 0;
    float: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.pk-stage-theme .product-list-grid > .new-item.pk-legacy-product-card {
    position: relative;
    display: flex;
    width: auto;
    min-height: 488px;
    float: none;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--pk-radius);
    padding: 20px;
    background: var(--pk-white);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
}

.pk-stage-theme .new-item.pk-legacy-product-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 488px;
    min-height: 488px;
    float: none;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--pk-radius);
    padding: 20px;
    background: var(--pk-white);
    box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
}

.pk-stage-theme .pk-legacy-product-card .new-product-inner,
.pk-stage-theme .pk-legacy-product-card .new-product-thumb {
    width: 100%;
    height: 288px;
    min-height: 288px;
    margin: 0;
    overflow: hidden;
    background: var(--pk-white);
}

.pk-stage-theme .pk-legacy-product-card .new-product-thumb a,
.pk-stage-theme .pk-legacy-product-card .new-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.pk-stage-theme .pk-legacy-product-card .new-product-thumb img {
    object-fit: contain;
    transition: transform .2s ease;
}

.pk-stage-theme .pk-legacy-product-card .new-product-thumb:hover img {
    transform: scale(1.025);
}

.pk-stage-theme .pk-legacy-product-card .new-product-info {
    display: flex;
    min-height: 86px;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    margin: 0;
    padding: 12px 0 64px;
    background: var(--pk-white);
    text-align: left;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-painter {
    overflow: hidden;
    color: var(--pk-gray-800);
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-painter a {
    color: var(--pk-gray-800);
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-painter a:hover {
    color: var(--pk-red-600);
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-title {
    display: -webkit-box;
    height: 38px;
    min-height: 38px;
    overflow: hidden;
    color: var(--pk-gray-900);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-price {
    position: absolute;
    right: 140px;
    bottom: 20px;
    left: 20px;
    display: flex;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    margin: 0;
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    white-space: nowrap;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-price ins {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    white-space: nowrap;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-price del {
    color: var(--pk-gray-400);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-thickness: 1px;
    white-space: nowrap;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-price .pk-ruble-symbol {
    display: inline-block;
    margin-left: 2px;
    color: var(--pk-gray-600);
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.pk-stage-theme .pk-legacy-product-card .new-product-info-price del .pk-ruble-symbol {
    color: inherit;
    font-size: inherit;
}

.pk-stage-theme .pk-legacy-product-card .new-product-footer {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 20px;
    display: block;
    width: 100px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button {
    display: grid;
    width: 100px !important;
    height: 50px;
    place-items: center;
    border: 0;
    border-radius: 100px;
    padding: 0;
    color: var(--pk-red-600);
    background: var(--pk-red-soft);
    font-size: 0;
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button:hover {
    background: #fac3c3;
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button.add-cart-active {
    background: var(--pk-red-600);
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button.is-loading {
    opacity: .55;
    cursor: wait;
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button.is-error {
    box-shadow: 0 0 0 2px var(--pk-red-600);
}

.pk-stage-theme .pk-legacy-product-card .new-product-button.add-to-cart-button img {
    width: 30px;
    height: 30px;
}

.pk-stage-theme .pk-legacy-product-card .new-product-btn-light {
    display: grid !important;
    width: 100px !important;
    height: 50px;
    place-items: center;
    border: 1px solid var(--pk-red-600);
    border-radius: 100px;
    padding: 0;
    color: var(--pk-red-600);
    background: var(--pk-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.pk-stage-theme .pk-legacy-product-card.has-cart-button .new-product-btn-light,
.pk-stage-theme .pk-legacy-product-card.is-unavailable .new-product-btn-light {
    display: none !important;
}

.pk-stage-theme .pk-legacy-product-card .new-product-btn-light:hover {
    color: var(--pk-white);
    background: var(--pk-red-600);
}

.pk-stage-theme .pk-legacy-product-card .new-product-not-avaliable {
    display: flex;
    width: 100px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--pk-gray-600);
    background: var(--pk-gray-200);
    font-size: 11px;
    text-align: center;
}

.pk-stage-theme .pk-legacy-product-card .pk-card-favorite {
    top: 10px;
    right: 10px;
}

.pk-stage-theme .new-item.pk-legacy-product-card .new-product-status,
.pk-stage-theme .new-item.pk-legacy-product-card.new-item-discount::before {
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    z-index: 3;
    display: flex;
    width: auto;
    min-width: 28px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0 8px;
    color: var(--pk-white);
    background: #0f766e;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
}

.pk-stage-theme .new-item.pk-legacy-product-card.new-item-discount::before {
    content: 'Скидка';
    background-color: #6d28d9;
    background-image: none;
}

.pk-stage-theme .new-item.pk-legacy-product-card.has-status-badge.new-item-discount::before {
    top: 36px;
}

.pk-stage-theme .pk-footer {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: 0 !important;
}

.pk-stage-theme .product-slide .owl-stage-outer {
    max-height: none !important;
    padding: 4px;
}

.pk-stage-theme .product-slide .owl-item > .pk-legacy-product-card {
    width: calc(100% - 24px);
    margin-inline: 12px;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) {
    display: flex;
    gap: 24px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) > .pk-legacy-product-card {
    width: auto;
    flex: 0 0 calc((100% - 72px) / 4);
}

.pk-stage-theme .product-slide .section-title h4 {
    color: var(--pk-gray-800);
    font-size: 24px;
}

/* Search page: keep product results in the same V2 card system as catalog and favourites. */
.pk-stage-theme .pk-search-page {
    padding-bottom: 8px;
}

.pk-stage-theme .pk-search-page__form {
    display: flex;
    align-items: stretch;
    gap: 12px;
    max-width: 720px;
    margin: 20px 0 12px;
}

.pk-stage-theme .pk-search-page__form .search-bar {
    min-width: 0;
    flex: 1 1 auto;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    color: var(--pk-navy-900);
    background: var(--pk-white);
    border: 1px solid var(--pk-gray-300);
    border-radius: 12px;
    box-shadow: none;
}

.pk-stage-theme .pk-search-page__form .search-bar:focus {
    border-color: var(--pk-red-600);
    outline: 2px solid rgba(239, 35, 39, .18);
    outline-offset: 2px;
}

.pk-stage-theme .pk-search-page__form .search-bar-button {
    flex: 0 0 auto;
    min-height: 48px;
    margin: 0;
    padding: 0 24px;
    color: var(--pk-white);
    font-weight: 700;
    background: var(--pk-red-600);
    border: 1px solid var(--pk-red-600);
    border-radius: 999px;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.pk-stage-theme .pk-search-page__form .search-bar-button:hover,
.pk-stage-theme .pk-search-page__form .search-bar-button:focus-visible {
    color: var(--pk-white);
    background: var(--pk-red-700);
    border-color: var(--pk-red-700);
    transform: translateY(-1px);
}

.pk-stage-theme .pk-search-page__summary {
    margin: 0;
    color: var(--pk-gray-600);
}

.pk-stage-theme .search-result-item.pk-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.pk-stage-theme .search-result-item.pk-product-grid > .pk-product-card {
    min-width: 0;
}

@media (max-width: 767px) {
    .pk-stage-theme .pk-search-page__form {
        gap: 8px;
    }

    .pk-stage-theme .pk-search-page__form .search-bar-button {
        padding: 0 18px;
    }

    .pk-stage-theme .search-result-item.pk-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 1050px) {
    .pk-stage-theme .product-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .pk-stage-theme .main-container > .container,
    .pk-stage-theme .main-container.shop-with-banner > .container,
    .pk-stage-theme .main-container.wishlist > .container { width: calc(100% - 24px); }
    .pk-stage-theme .product-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}

@media (max-width: 520px) {
    .pk-stage-theme .product-list-grid { grid-template-columns: 1fr; }
}

.pk-stage-theme .pk-header *,
.pk-stage-theme .pk-header *::before,
.pk-stage-theme .pk-header *::after,
.pk-stage-theme .pk-footer *,
.pk-stage-theme .pk-footer *::before,
.pk-stage-theme .pk-footer *::after,
.pk-stage-theme .pk-mobile-menu *,
.pk-stage-theme .pk-mobile-menu *::before,
.pk-stage-theme .pk-mobile-menu *::after {
    box-sizing: border-box;
}

.pk-stage-theme .pk-header a,
.pk-stage-theme .pk-footer a,
.pk-stage-theme .pk-mobile-menu a {
    color: inherit;
}

.pk-stage-theme .pk-header img,
.pk-stage-theme .pk-footer img,
.pk-stage-theme .pk-mobile-menu img {
    display: block;
    max-width: 100%;
}

.pk-stage-theme .pk-header button,
.pk-stage-theme .pk-header input,
.pk-stage-theme .pk-mobile-menu button,
.pk-stage-theme .pk-mobile-menu input {
    font: inherit;
}

.pk-stage-theme .pk-home-v2__skip-link,
.pk-stage-theme .pk-header,
.pk-stage-theme .pk-footer {
    font-size: 16px;
    line-height: 1.4;
}

body.pk-stage-theme.pk-home-v2--menu-open {
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .pk-stage-theme .pk-header *,
    .pk-stage-theme .pk-footer *,
    .pk-stage-theme .pk-mobile-menu * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Product page V2: shared by stickers, stickerpacks, stickerbooks, posters and postcards. */
.pk-stage-theme .pk-product-page-v2 {
    padding: 24px 0;
    color: var(--pk-gray-800);
}

.pk-stage-theme .pk-product-page-v2 > .container {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    padding: 0;
}

.pk-stage-theme .pk-product-page-v2 > .container > .row {
    margin-right: 0;
    margin-left: 0;
}

.pk-stage-theme .pk-product-page-v2 [itemscope][itemtype="http://schema.org/Product"] {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 624px) minmax(0, 672px);
    gap: 24px;
}

.pk-stage-theme .pk-product-page-v2__heading {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0;
    margin: 0;
}

.pk-stage-theme .pk-product-page-v2__heading .breadcrumbs {
    margin: 0 0 12px;
}

.pk-stage-theme .pk-product-page-v2__title-row {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pk-stage-theme .pk-product-page-v2__title-row h1 {
    min-width: 0;
    margin: 0;
    color: var(--pk-gray-900);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.pk-stage-theme .pk-product-page-v2__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
}

.pk-stage-theme .pk-product-page-v2__actions .social-item {
    position: relative;
    display: inline-flex;
    width: auto;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: var(--pk-gray-600);
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2__actions .social-item::after {
    content: "Поделиться";
}

.pk-stage-theme .pk-product-page-v2__actions .social-item:hover {
    color: var(--pk-red-600);
}

.pk-stage-theme .pk-product-page-v2__actions .ya-share2 {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
}

.pk-stage-theme .pk-product-page-v2__actions .ya-share2__badge {
    background: transparent !important;
}

.pk-stage-theme .pk-product-page-v2__actions .ya-share2__item:not(:first-child) {
    display: none;
}

.pk-stage-theme .pk-product-page-v2__actions .ya-share2__link {
    width: 100%;
    height: 40px;
}

.pk-stage-theme .pk-product-page-v2__actions .pk-product-share-icon {
    width: 24px;
    height: 24px;
}

.pk-stage-theme .pk-product-share {
    position: relative;
}

.pk-stage-theme .pk-product-share__toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: var(--pk-gray-600);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.pk-stage-theme .pk-product-share__toggle:hover,
.pk-stage-theme .pk-product-share__toggle:focus-visible,
.pk-stage-theme .pk-product-share__toggle[aria-expanded="true"] {
    color: var(--pk-red-600);
}

.pk-stage-theme .pk-product-share__toggle:focus-visible {
    outline: 2px solid var(--pk-red-500);
    outline-offset: 4px;
    border-radius: 4px;
}

.pk-stage-theme .pk-product-share__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    display: grid;
    width: 196px;
    gap: 4px;
    padding: 8px;
    background: var(--pk-white);
    border: 1px solid var(--pk-gray-200);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(24, 39, 56, .16);
}

.pk-stage-theme .pk-product-share__menu[hidden] {
    display: none !important;
}

.pk-stage-theme .pk-product-share__menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    color: var(--pk-gray-800);
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}

.pk-stage-theme .pk-product-share__menu a:hover,
.pk-stage-theme .pk-product-share__menu a:focus-visible {
    color: var(--pk-gray-900);
    background: var(--pk-bg);
    text-decoration: none;
}

.pk-stage-theme .pk-product-share__network-icon {
    display: block;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 0;
}

.pk-stage-theme .pk-product-share__network-icon--vk {
    background: #2787f5;
    -webkit-mask: url('/assets/home-v2/vk.svg') center / contain no-repeat;
    mask: url('/assets/home-v2/vk.svg') center / contain no-repeat;
}

.pk-stage-theme .pk-product-share__network-icon--telegram {
    background: #229ed9;
    -webkit-mask: url('/assets/home-v2/telegram.svg') center / contain no-repeat;
    mask: url('/assets/home-v2/telegram.svg') center / contain no-repeat;
}

.pk-stage-theme .pk-product-page-v2__heading > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.pk-stage-theme .pk-product-page-v2__gallery-col,
.pk-stage-theme .pk-product-page-v2__info-col {
    width: auto;
    padding: 0;
    float: none;
}

.pk-stage-theme .pk-product-page-v2__info-col {
    align-self: start;
}

.pk-stage-theme .pk-product-page-v2 .product-detail-image {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 500px);
    grid-template-rows: 500px;
    gap: 24px;
    width: 100%;
    margin: 0;
}

.pk-stage-theme .pk-product-page-v2 .product-detail-image.pk-product-gallery--single {
    grid-template-columns: minmax(0, 500px);
    justify-content: center;
}

.pk-stage-theme .pk-product-page-v2 .product-detail-image.pk-product-gallery--single .main-image-wapper {
    grid-column: 1;
}

.pk-stage-theme .pk-product-page-v2 .main-image-wapper {
    position: relative;
    display: grid;
    grid-column: 2;
    grid-row: 1;
    width: 500px;
    height: 500px;
    place-items: center;
    overflow: hidden;
    background: var(--pk-white);
    border-radius: 20px;
}

.pk-stage-theme .pk-product-page-v2 .main-image {
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: contain;
}

.pk-stage-theme .pk-product-page-v2 [data-product-gallery-swipe] {
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
}

.pk-stage-theme .pk-product-page-v2 [data-product-gallery-swipe].is-dragging {
    cursor: grabbing;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress {
    display: none;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .9;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow:hover,
.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow:focus-visible {
    background: transparent;
    opacity: 1;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow--prev {
    left: 6px;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow--next {
    right: 6px;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow img {
    display: block;
    width: 44px;
    height: 44px;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-gallery-arrow--prev img {
    transform: rotate(180deg);
}

.pk-stage-theme .pk-product-page-v2 .thumbnails {
    grid-column: 1;
    grid-row: 1;
    width: 100px;
    height: 500px !important;
    margin: 0;
    overflow: hidden;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-thumbnails::-webkit-scrollbar {
    display: none;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails .owl-stage-outer {
    height: 500px;
    overflow: hidden;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails .owl-stage {
    display: flex;
    width: 100px !important;
    flex-direction: column;
    transform: none !important;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails .owl-item {
    width: 100px !important;
    margin: 0 0 12px !important;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails .owl-item.cloned {
    display: none;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails a {
    display: grid;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    place-items: center;
    overflow: hidden;
    background: var(--pk-white);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: border-color .14s ease;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails a:hover,
.pk-stage-theme .pk-product-page-v2 .thumbnails a:focus-visible,
.pk-stage-theme .pk-product-page-v2 .thumbnails a:active {
    border-color: #4B5563;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails a.active,
.pk-stage-theme .pk-product-page-v2 .thumbnails a[aria-current="true"] {
    border-color: #1F2A37;
}

.pk-stage-theme .pk-product-page-v2 .thumbnails img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.pk-stage-theme .pk-product-page-v2 .btn-abuse-img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    gap: 8px;
    padding: 0 9px;
    overflow: hidden;
    color: var(--pk-gray-500);
    background: var(--pk-white);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    font: inherit;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    transition: width .2s ease, color .2s ease;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-report-icon {
    display: grid;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    place-items: center;
    color: var(--pk-gray-700);
    font-size: 13px;
    font-weight: 700;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-report-label {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width .2s ease, opacity .15s ease;
}

.pk-stage-theme .pk-product-page-v2 .btn-abuse-img:hover,
.pk-stage-theme .pk-product-page-v2 .btn-abuse-img:focus-visible {
    width: 252px;
    color: var(--pk-gray-800);
}

.pk-stage-theme .pk-product-page-v2 .btn-abuse-img:hover .pk-product-report-label,
.pk-stage-theme .pk-product-page-v2 .btn-abuse-img:focus-visible .pk-product-report-label {
    max-width: 218px;
    opacity: 1;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-image-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    place-items: center;
    background: var(--pk-white);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(24, 39, 56, .12);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-image-favorite:hover,
.pk-stage-theme .pk-product-page-v2 .pk-product-image-favorite:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 5px 16px rgba(24, 39, 56, .18);
}

.pk-stage-theme .pk-product-page-v2 .pk-product-image-favorite img {
    display: block;
    width: 30px;
    height: 30px;
}

.pk-stage-theme .pk-product-page-v2 .product-details-right {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    overflow: visible;
    background: var(--pk-white);
    border-radius: 20px;
}

.pk-stage-theme .pk-product-page-v2 .product-author {
    order: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--pk-gray-900);
    font-size: 16px;
    font-weight: 400;
}

.pk-stage-theme .pk-product-page-v2 .product-author__avatar,
.pk-stage-theme .pk-product-page-v2 .product-author__avatar img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.pk-stage-theme .pk-product-page-v2 .product-author a {
    color: var(--pk-gray-900);
    font-weight: 700;
}

.pk-stage-theme .pk-product-page-v2 .product-author a:hover,
.pk-stage-theme .pk-product-page-v2 .product-author a:focus-visible {
    color: var(--pk-red-600);
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2 .item_status {
    order: 1;
    margin: -8px 0 12px;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-price-wrap {
    order: 2;
    display: block;
    margin: 8px 0 16px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.pk-stage-theme .pk-product-page-v2 .price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.pk-stage-theme .pk-product-page-v2 .price ins {
    order: 1;
    color: var(--pk-gray-900);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2 .price del {
    order: 2;
    color: var(--pk-gray-600);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.pk-stage-theme .pk-product-page-v2 [itemprop="aggregateRating"] {
    order: 3;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.pk-stage-theme .pk-product-page-v2 .rating-big {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--pk-gray-400);
    font-size: 0;
}

.pk-stage-theme .pk-product-page-v2 .rating-big .fa-star {
    width: 20px;
    height: 20px;
    margin: 0;
    color: var(--pk-gray-400);
    font-size: 18px;
    line-height: 20px;
}

.pk-stage-theme .pk-product-page-v2 .rating-big .fa-star.rated,
.pk-stage-theme .pk-product-page-v2 .rating-big .fa-star.rating-user {
    color: #faca15;
}

.pk-stage-theme .pk-product-page-v2 .rating-big .fa-star.rating-user {
    border: 0;
    padding: 0;
}

.pk-stage-theme .pk-product-page-v2 .pk-rating-summary {
    margin-left: 6px;
    color: var(--pk-gray-600);
    font-size: 14px;
}

.pk-stage-theme .pk-product-page-v2 .pk-rating-helper,
.pk-stage-theme .pk-product-page-v2 .pk-rating-help,
.pk-stage-theme .pk-product-page-v2 .item-delivery-info,
.pk-stage-theme .pk-product-page-v2 .short-descript,
.pk-stage-theme .pk-product-page-v2 .pk-product-meta-top,
.pk-stage-theme .pk-product-page-v2 .product-details-right > br,
.pk-stage-theme .pk-product-page-v2 .product-details-right .clear,
.pk-stage-theme .pk-product-page-v2 .product-details-right .clearfix,
.pk-stage-theme .pk-product-page-v2 .product-details-right .btn-black {
    display: none !important;
}

.pk-stage-theme .pk-product-page-v2 .pk-option-block {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 16px;
}

.pk-stage-theme .pk-product-page-v2 .pk-option-block > span {
    color: var(--pk-gray-800);
    font-size: 16px;
    font-weight: 500;
}

.pk-stage-theme .pk-product-page-v2 .pk-option-block--material {
    order: 4;
}

.pk-stage-theme .pk-product-page-v2 .pk-option-block--size {
    order: 5;
}

.pk-stage-theme .pk-product-page-v2 .item-material {
    width: auto;
    height: 34px;
    padding: 7px 12px;
    color: var(--pk-gray-800);
    opacity: 1;
    background: var(--pk-white);
    border: 1px solid var(--pk-gray-300);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    appearance: none;
}

.pk-stage-theme .pk-product-page-v2 .pk-material-tab {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 12px;
    color: var(--pk-gray-600);
    background: var(--pk-bg);
    border: 1px solid var(--pk-gray-300);
    border-radius: 10px;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    cursor: default;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size input {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size-label {
    display: inline-flex;
    height: 44px;
    min-width: 0;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 7px 12px;
    color: var(--pk-gray-800);
    background: var(--pk-white);
    border: 1px solid var(--pk-gray-300);
    border-radius: 10px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size-title {
    display: inline;
    font: inherit;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size-cm {
    display: inline;
    font: inherit;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size-label:hover {
    border-color: var(--pk-gray-600);
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size input:focus-visible + .item-specs-size-label {
    outline: 2px solid var(--pk-red-500);
    outline-offset: 2px;
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size input:checked + .item-specs-size-label {
    padding: 7px 12px;
    color: var(--pk-white);
    background: var(--pk-gray-800);
    border-color: var(--pk-gray-800);
}

.pk-stage-theme .pk-product-page-v2 .item-specs-size-cost {
    display: none;
}

.pk-stage-theme .pk-product-page-v2 .product-details-right > div:last-child {
    order: 6;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-block {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 8px;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-block > span {
    color: var(--pk-gray-800);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-controls {
    display: grid;
    grid-template-columns: 38px 49px 38px;
    width: 125px;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button,
.pk-stage-theme .pk-product-page-v2 .quantity-item {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    color: var(--pk-gray-800);
    background: var(--pk-white);
    border: 1px solid var(--pk-gray-400);
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button {
    transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button:hover {
    color: var(--pk-red-600);
    background: var(--pk-bg);
    border-color: var(--pk-gray-600);
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--pk-red-500);
    outline-offset: 1px;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button:active {
    background: var(--pk-gray-200);
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button--minus {
    border-radius: 10px 0 0 10px;
}

.pk-stage-theme .pk-product-page-v2 .pk-quantity-button--plus {
    border-radius: 0 10px 10px 0;
}

.pk-stage-theme .pk-product-page-v2 .quantity-item {
    border-right: 0;
    border-left: 0;
    appearance: textfield;
}

.pk-stage-theme .pk-product-page-v2 .quantity-item::-webkit-inner-spin-button,
.pk-stage-theme .pk-product-page-v2 .quantity-item::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button {
    order: 3;
    display: inline-flex;
    width: auto;
    min-width: 250px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 8px 20px;
    color: var(--pk-white);
    background: var(--pk-red-500);
    border: 0;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: none !important;
    white-space: nowrap;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button__label {
    white-space: nowrap;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button:hover,
.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button:focus-visible {
    color: var(--pk-white);
    background: var(--pk-red-600);
}

.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button.is-added,
.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button.is-added:hover {
    color: var(--pk-white);
    background: #1F2A37;
    cursor: default;
    opacity: 1;
}

.pk-stage-theme .pk-product-page-v2 .pk-product-buy-button img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.pk-stage-theme .pk-product-page-v2__below {
    display: flex;
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    flex-direction: column;
    padding: 0;
}

.pk-stage-theme .pk-product-page-v2__below .tab-details-product {
    order: 1;
    margin: 24px 0 48px;
    padding: 32px;
    background: var(--pk-white);
    border-radius: 20px;
}

.pk-stage-theme .pk-product-page-v2__below .tab-details-product .box-tabs li a {
    text-transform: none;
}

.pk-stage-theme .pk-product-page-v2__below .tab-details-product .tab-container {
    border-bottom: 0;
}

.pk-stage-theme .pk-product-page-v2__below .tab-container .tab-panel {
    display: none;
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.pk-stage-theme .pk-product-page-v2__below .tab-container .tab-panel.active {
    display: block;
}

.pk-stage-theme .pk-product-page-v2__below .comment-social {
    order: 2;
    display: none;
}

.pk-stage-theme .pk-product-page-v2__below .product-slide--author {
    order: 3;
}

.pk-stage-theme .pk-product-page-v2__below .product-slide--related {
    order: 4;
}

.pk-stage-theme .pk-product-discovery {
    order: 5;
    display: grid;
    gap: 20px;
    margin: 0 0 48px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--pk-white);
}

.pk-stage-theme .pk-product-discovery__group h2 {
    margin: 0 0 12px;
    color: var(--pk-gray-800);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.pk-stage-theme .pk-product-discovery__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pk-stage-theme .pk-product-discovery__links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid var(--pk-gray-200);
    border-radius: 8px;
    padding: 6px 12px;
    color: var(--pk-gray-800);
    background: var(--pk-white);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.pk-stage-theme .pk-product-discovery__links a:hover,
.pk-stage-theme .pk-product-discovery__links a:focus-visible {
    border-color: var(--pk-red-600);
    color: var(--pk-red-600);
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2__below .product-slide {
    margin-top: 0 !important;
    margin-bottom: 48px !important;
}

.pk-stage-theme .pk-product-page-v2__below .section-title {
    text-align: left;
}

.pk-stage-theme .pk-product-page-v2__below .section-title h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px;
    color: var(--pk-gray-800);
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}

.pk-stage-theme .pk-product-page-v2__below .section-title h4 a {
    color: var(--pk-red-600);
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-section-title h4 {
    min-width: 0;
    margin: 0;
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-section-heading-copy {
    min-width: 0;
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-section-all {
    display: inline-flex;
    min-height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pk-red-600);
    border-radius: 999px;
    padding: 8px 20px;
    color: var(--pk-red-600);
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-section-all:hover,
.pk-stage-theme .pk-product-page-v2__below .pk-product-section-all:focus-visible {
    color: var(--pk-white);
    background: var(--pk-red-600);
    text-decoration: none;
}

.pk-stage-theme .pk-product-page-v2__below .pk-product-slider-shell {
    position: relative;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card {
    height: 456px;
    min-height: 456px;
    padding-top: 12px;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card .new-product-inner,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card .new-product-thumb {
    height: 264px;
    min-height: 264px;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card .new-product-info {
    padding-top: 8px;
}

.pk-stage-theme .pk-product-page-v2__below .product-author__avatar,
.pk-stage-theme .pk-product-page-v2__below .product-author__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    object-fit: cover;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 62px;
    height: 62px;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent url('/assets/home-v2/icons/slider-arrow.svg?v=2') center / 62px 62px no-repeat !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 0;
    opacity: .9;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev::before,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next::before {
    content: none !important;
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev {
    left: -54px;
    transform: translateY(-50%) rotate(180deg);
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next {
    right: -54px;
    transform: translateY(-50%);
}

.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev:hover,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next:hover,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev:focus-visible,
.pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next:focus-visible {
    opacity: 1;
}

@media (max-width: 1199px) {
    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) > .pk-legacy-product-card {
        flex-basis: calc((100% - 48px) / 3);
    }
}

@media (max-width: 991px) {
    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) > .pk-legacy-product-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .pk-stage-theme .pk-product-page-v2 [itemscope][itemtype="http://schema.org/Product"] {
        grid-template-columns: 1fr;
    }

    .pk-stage-theme .pk-product-page-v2 .product-detail-image {
        max-width: 624px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) > .pk-legacy-product-card {
        flex-basis: calc((100% - 16px) / 1.5);
    }

    .pk-stage-theme .pk-product-page-v2 {
        padding-top: 16px;
    }

    .pk-stage-theme .pk-product-page-v2 > .container,
    .pk-stage-theme .pk-product-page-v2__below {
        width: calc(100% - 32px);
    }

    .pk-stage-theme .pk-product-page-v2 [itemscope][itemtype="http://schema.org/Product"] {
        row-gap: 10px;
    }

    .pk-stage-theme .pk-product-page-v2__heading .breadcrumbs {
        margin-bottom: 8px;
    }

    .pk-stage-theme .pk-product-page-v2__title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .pk-stage-theme .pk-product-page-v2__below .pk-product-section-title {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }

    .pk-stage-theme .pk-product-page-v2__below .pk-product-section-all {
        min-height: 40px;
        padding-inline: 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .pk-stage-theme .pk-product-page-v2__title-row h1 {
        font-size: 24px;
    }

    .pk-stage-theme .pk-product-page-v2__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .pk-stage-theme .pk-product-page-v2 .product-detail-image {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2px;
        max-width: none;
    }

    .pk-stage-theme .pk-product-page-v2 .product-detail-image.pk-product-gallery--single {
        grid-template-rows: auto;
    }

    .pk-stage-theme .pk-product-page-v2 .main-image-wapper {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .pk-stage-theme .pk-product-page-v2 .thumbnails {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        height: 76px !important;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-thumbnails {
        display: none;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress {
        display: flex;
        grid-column: 1;
        grid-row: 2;
        height: 12px;
        align-items: center;
        justify-content: center;
        gap: 6px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress::-webkit-scrollbar {
        display: none;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress button {
        position: relative;
        display: block;
        width: 24px;
        height: 12px;
        flex: 0 0 24px;
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress button::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        height: 4px;
        background: var(--pk-white);
        border-radius: 999px;
        transform: translateY(-50%);
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress button.is-active::before {
        background: var(--pk-gray-800);
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-gallery-progress button:focus-visible {
        outline: 2px solid var(--pk-red-500);
        outline-offset: 0;
        border-radius: 6px;
    }

    .pk-stage-theme .pk-product-page-v2 .thumbnails .owl-stage-outer {
        width: 100%;
        height: 76px;
        overflow-x: auto;
    }

    .pk-stage-theme .pk-product-page-v2 .thumbnails .owl-stage {
        width: max-content !important;
        flex-direction: row;
        gap: 8px;
    }

    .pk-stage-theme .pk-product-page-v2 .thumbnails .owl-item {
        width: 76px !important;
        margin: 0 !important;
    }

    .pk-stage-theme .pk-product-page-v2 .thumbnails a {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .pk-stage-theme .pk-product-page-v2 .btn-abuse-img {
        left: 10px;
    }

    .pk-stage-theme .pk-product-page-v2 .product-details-right {
        min-height: 0;
        padding: 20px;
    }

    .pk-stage-theme .pk-product-page-v2 .item-specs-size {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pk-stage-theme .pk-product-page-v2 .item-specs-size-label,
    .pk-stage-theme .pk-product-page-v2 .item-specs-size input:checked + .item-specs-size-label {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        height: 44px;
        padding: 6px 8px;
        font-size: 14px;
        line-height: 18px;
        white-space: nowrap;
    }

    .pk-stage-theme .pk-product-page-v2 .pk-product-buy-button {
        width: 100%;
        min-width: 0;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-prev {
        left: -16px;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .owl-nav .owl-next {
        right: -16px;
    }

    .pk-stage-theme .pk-product-page-v2__below .tab-details-product {
        margin: 16px 0 28px;
        padding: 16px;
    }

    .pk-stage-theme .pk-product-page-v2__below .tab-details-product .box-tabs {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 8px 16px;
        margin-bottom: 16px;
        overflow: visible;
    }

    .pk-stage-theme .pk-product-page-v2__below .tab-details-product .box-tabs li {
        display: block;
        width: auto;
        padding: 0;
        float: none;
    }

    .pk-stage-theme .pk-product-page-v2__below .tab-details-product .box-tabs li a {
        display: block;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
    }

    .pk-stage-theme .pk-product-page-v2__below .tab-details-product .tab-container {
        padding-bottom: 16px;
    }

    .pk-stage-theme .pk-product-page-v2__below .product-slide {
        margin-bottom: 32px !important;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider]:not(.owl-loaded) {
        gap: 16px;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider].pk-product-slider--mobile-native:not(.owl-loaded) {
        display: flex;
        gap: 16px;
        margin-inline: -16px;
        padding: 4px 16px 12px 20px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scroll-padding-left: 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider].pk-product-slider--mobile-native:not(.owl-loaded)::-webkit-scrollbar {
        display: none;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider].pk-product-slider--mobile-native:not(.owl-loaded) > .pk-legacy-product-card {
        scroll-snap-align: start;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card {
        height: 400px;
        min-height: 400px;
    }

    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card .new-product-inner,
    .pk-stage-theme .pk-product-page-v2__below [data-pk-product-slider] .pk-legacy-product-card .new-product-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 1;
    }

    .pk-stage-theme .product-slide .owl-item > .pk-legacy-product-card {
        width: calc(100% - 16px);
        margin-inline: 8px;
    }

    .pk-stage-theme .pk-product-page-v2__below .section-title h4 {
        align-items: center;
        gap: 10px;
        font-size: 20px;
        line-height: 1.2;
    }

    .pk-stage-theme .pk-product-page-v2__below .product-author__avatar,
    .pk-stage-theme .pk-product-page-v2__below .product-author__avatar img {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .pk-stage-theme .pk-product-page-v2__below .pk-product-section-heading-copy a {
        overflow-wrap: anywhere;
    }
}
