body {
    background-color: #fff !important;
}

.product-page-wrapper {
    width: 100%;
}

.product-page__breadcrumbs {
    width: 100%;
    max-width: 1350px;
    margin: 50px auto 100px;
}

.product-page {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 50px auto 100px;
    display: flex;
    flex-direction: row;
    --color-theme-yellow: #ffd116;
}

@media (max-width: 1360px) {
    .product-page__breadcrumbs .woocommerce-breadcrumb {
        padding: 0 10px;
    }
}

.product-page .images {
    position: relative;
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-page .images__main {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-page .images__main .images__main-img_normal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.product-page .images__main-img_large {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1920px;
    max-width: unset;
    opacity: 0;
    z-index: -1;
}

.product-page .images__main-zoom-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 8px;
    right: 7px;
    cursor: pointer;
    border: none;
    outline: none;
}

.product-page .images__main-zoom-toggle svg {
    width: 100%;
    height: auto;
    fill: #808080;
}

.product-page .images__main-zoom-toggle.active svg {
    fill: #111;
}

.product-page .images__thumbnails {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    background: linear-gradient(#eee, #fff);
}

.product-page .images__thumbnails-images {
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
}

.product-page .images__thumbnails-images img,
.product-page .images__thumbnails-images picture {
    flex-shrink: 0;
    width: 150px;
    height: auto;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.product-page .images__thumbnails-images img.selected {
    border: 1px solid #aaa;
}

.images__thumbnails-prev-btn,
.images__thumbnails-next-btn {
    width: 24px;
    height: 42px;
}

.images__thumbnails-prev-btn svg, 
.images__thumbnails-next-btn svg {
    width: 24px;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}

.product-page .info {
    --items-interval: 35px;
    width: 55%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}

.product-page .main {
    padding: 10px 14px 30px 40px;
}

.product-page .main > *+* {
    margin-top: var(--items-interval)
}

.product-page .item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product-page .item_margin-top_half {
    margin-top: calc(var(--items-interval) / 2);
}

.product-page .item_justify-start {
    justify-content: flex-start;
}

.product-page .item:first-of-type {
    margin-top: 0;
}

.product-page .item__name {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    white-space: nowrap;
}

.product-page .item__name_bold {
    font-weight: bolder;
}

.product-page .item__name_button-name {
    line-height: 42px;
}

.product-page .item__space_dotted {
    flex: 1;
    align-self: flex-end;
    border-bottom: 1px dotted #777;
}

.product-page .item__value {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

.product-page .item__value_big {
    font-size: 28px;
    line-height: 28px;
    font-weight: bolder;
}

.product-page .item__button {
    font-family: "TT Norms", sans-serif;
    width: 150px;
    height: 42px;
    background-color: var(--color-theme-yellow);
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    padding: 0;
    user-select: none;
}

.product-page .item__button_cart {
    background: var(--color-theme-yellow) center / 38px url('data:image/svg+xml;utf8,<svg width="29" height="24" viewBox="0 0 29 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6 16.8C7.56 16.8 6 18.36 6 20.4C6 22.44 7.56 24 9.6 24C11.64 24 13.2 22.44 13.2 20.4C13.2 18.36 11.64 16.8 9.6 16.8ZM9.6 21.6C8.88 21.6 8.4 21.12 8.4 20.4C8.4 19.68 8.88 19.2 9.6 19.2C10.32 19.2 10.8 19.68 10.8 20.4C10.8 21.12 10.32 21.6 9.6 21.6Z" fill="black"></path><path d="M21.6 16.8C19.56 16.8 18 18.36 18 20.4C18 22.44 19.56 24 21.6 24C23.64 24 25.2 22.44 25.2 20.4C25.2 18.36 23.64 16.8 21.6 16.8ZM21.6 21.6C20.88 21.6 20.4 21.12 20.4 20.4C20.4 19.68 20.88 19.2 21.6 19.2C22.32 19.2 22.8 19.68 22.8 20.4C22.8 21.12 22.32 21.6 21.6 21.6Z" fill="black"></path><path d="M24.96 15.6L27.6 3.6H5.52L4.56 0H0V2.4H2.64L6.24 15.6H24.96ZM24.6 6L23.04 13.2H8.16L6.12 6H24.6Z" fill="black"></path></svg>') no-repeat;
}

.product-page .item__button:hover,
.product-page .item__button:active {
    background-color: #f7c603;
}

.product-page a {
    text-decoration: none;
    border: none;
    outline: none;
}

.product-page .details {
    padding: 34px 14px 0px 40px;
}

.product-page .details > *+* {
    margin-top: var(--items-interval)
}

.product-page .item_margin-top_double {
    margin-top: var(--items-interval)
}

.product-page .details__title {
    width: 100%;
    height: 50px;
    background-color: var(--color-theme-yellow);
    border-radius: 3px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    font-weight: 800;
    user-select: none;
}

.product-page .item__value_materials {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

.product-page .item__value-material {
    width: 98px;
    height: 123px;
    box-sizing: border-box;
    border-radius: 5px;
}

.product-page .item__value-material:hover {
    background-color: #eee;
}

.product-page .item__value-material.active {
    background-color: #bbb;
}

.product-page .item__value-material img {
    width: 71px;
    height: auto;
    margin: 12px 14px 0;
}

.product-page .item__value-material p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    user-select: none;
    overflow-wrap: break-word;
}

.product-page .item__value_colors {
    min-height: 53px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.product-page .item__value-color {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
}

.product-page .item__value-color-wrapper {
    width: 53px;
    height: 53px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
}

.product-page .item__value-color-wrapper:hover {
    border: 1px solid #aaa
}

.product-page .item__value-color_white {
    background-color: #fff;
    border: 1px solid #aaa;
}

.product-page .item__value-color_black {
    background-color: #000;
}

.product-page .item__value-color_yellow {
    background-color: var(--color-theme-yellow)
}

.product-page .item__value-color_green {
    background-color: #99cc33;
}

.product-page .item__value-color_red {
    background-color: #cc3300;
}

.product-page .item__value-color_blue {
    background-color: #003399;
}

.product-page .item__value-color_teak {
    background-color: #d8a14b;
}

.product-page .item__value-color_oak-light {
    background-color: #dfbd8b;
}

.product-page .item__value-color_hazel {
    background-color: #a37f5b;
}

.product-page .item__value-color_hdpe-1 {
    background-color: #fa8c44;
}

.product-page .item__value-color_hdpe-2 {
    background-color: #a8df5f;
}

.product-page .item__value-color_hdpe-3 {
    background-color: #dbd8b5;
}

.product-page .item__value-color_hdpe-4 {
    background-color: #87c8d3;
}

@media (max-width: 970px) {
    .product-page__breadcrumbs {
        max-width: 1050px;
    }

    .product-page {
        max-width: 1050px;
        flex-direction: column;
    }

    .product-page .images {
        width: 100%;
    }

    .product-page .images__main-zoom-toggle {
        display: none;
    }

    .product-page .info {
        width: 100%;
        --items-interval: 10px;
        padding: 0;
    }

    .product-page .main {
        padding: 50px 10px 20px 10px;
    }

    .product-page .details {
        padding: 25px 10px 0px 10px;
    }

    .product-page .item__name,
    .product-page .item__value {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 425px) {
    .product-page .main {
        padding: 50px 10px 26px 10px;
    }

    .product-page .item {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .product-page .item__space_dotted {
        display: none;
    }

    .product-page .item_align-items_center {
        align-items: flex-start;
    }

    .product-page .item__value_materials,
    .product-page .item__value_colors {
        flex-wrap: wrap;
    }

    .product-page .item__name {
        white-space: wrap;
    }
}

.related-products {
    --color-theme-yellow: #ffd116;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 100px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.related-products__title {
    margin: 0 0 40px 0;
}

.related-products__title h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.related-products-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.related-products .related-products__item {
    flex: 1;
    flex-shrink: 1;
    width: 23%;
    height: 100%;
}

.related-products__item-photo {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    overflow: hidden;
}

.related-products__item-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.related-products__item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.related-products__item-info {
    margin: 25px 0 40px;
}
.related-products__item-info-title {
    margin: 0;
}

.related-products__item-info-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.related-products__item-info-art {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 0;
}

a.related-products__item-button-details {
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: 1px solid var(--color-theme-yellow);
    color: #111;
    font-size: 20px;
    line-height: 48px !important;
    font-weight: 600;
    text-align: center;
    padding: 0;
    background-color: #fff;
    user-select: none;
    cursor: pointer;
}

button.related-products__item-button-order {
    display: block;
    width: 140px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: 1px solid var(--color-theme-yellow);
    background: #fff center / 38px url('data:image/svg+xml;utf8,<svg width="29" height="24" viewBox="0 0 29 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6 16.8C7.56 16.8 6 18.36 6 20.4C6 22.44 7.56 24 9.6 24C11.64 24 13.2 22.44 13.2 20.4C13.2 18.36 11.64 16.8 9.6 16.8ZM9.6 21.6C8.88 21.6 8.4 21.12 8.4 20.4C8.4 19.68 8.88 19.2 9.6 19.2C10.32 19.2 10.8 19.68 10.8 20.4C10.8 21.12 10.32 21.6 9.6 21.6Z" fill="black"></path><path d="M21.6 16.8C19.56 16.8 18 18.36 18 20.4C18 22.44 19.56 24 21.6 24C23.64 24 25.2 22.44 25.2 20.4C25.2 18.36 23.64 16.8 21.6 16.8ZM21.6 21.6C20.88 21.6 20.4 21.12 20.4 20.4C20.4 19.68 20.88 19.2 21.6 19.2C22.32 19.2 22.8 19.68 22.8 20.4C22.8 21.12 22.32 21.6 21.6 21.6Z" fill="black"></path><path d="M24.96 15.6L27.6 3.6H5.52L4.56 0H0V2.4H2.64L6.24 15.6H24.96ZM24.6 6L23.04 13.2H8.16L6.12 6H24.6Z" fill="black"></path></svg>') no-repeat;
    margin: 10px 0 0;
    user-select: none;
    cursor: pointer;
}

.related-products__item-button-details:hover,
.related-products__item-button-details:active,
.related-products__item-button-details:focus,
.related-products__item-button-order:hover,
.related-products__item-button-order:active,
.related-products__item-button-order:focus {
    background-color: #f7c603;
    color: #111;
    border: 1px solid var(--color-theme-yellow);
}

@media (max-width: 970px) {
    .related-products-items {
        flex-wrap: wrap;
    }

    .related-products .related-products__item {
        width: 48%;
        flex: 1 48%;
    }

    .related-products__title {
        margin: 0 0 30px 0;
    }

    .related-products__title h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .related-products__item-info {
        margin: 25px 0 25px;
    }

    .related-products__item-info-title h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .related-products__item-info-art {
        font-size: 18px;
        line-height: 20px;
    }

    .related-products__item-button-details {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }

    .related-products__item-button-order {
        width: 140px;
        height: 45px;
        background-size: 34px;
        margin: 15px 0 0;
    }
}

@media (max-width: 590px) {
    .related-products-items {
        flex-direction: column;
    }

    .related-products .related-products__item {
        width: 100%;
        flex: 1;
    }
}
