body.cursor-wait {
    cursor: wait !important;
}

.product-gallery {
    max-width: 519px;
    width: 100%;
}

.product-main-wrap {
    justify-content: space-between;
    gap: 24px;
    color: #1D2226;
}

.main-product-image {
    max-height: 491px;
    max-width: 737px;
}

.download-info-item:first-child {
    margin-top: 5px;
}

.download-info-item {
    margin-left: 7px;
    margin-top: 31px;
}

.download-info-item-txt {
    margin-left: 27px;
    font-family: "AkkuratLLWebPan-Bold", serif;
}

.main-product-image-wrap {
    position: relative;
}

.main-product-image-wrap .svg-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: var(--zoom-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-none-svg .svg-box {
    display: none;
}

.product-main-data {
    width: 100%;
    max-width: 731px;
}

.product-detail-category {
    margin-top: 27px;
    text-transform: initial;
}

.product-main-data .product-title {
    text-transform: initial;
}

.product-main-data .price-container.product-page-price {
    margin-top: -45px;
}

.product-main-data .add-to-cart-wrap p:nth-child(2) {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
}

.product-main-data .product-description {
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    max-width: 495px;
}

.product-sku-status-brands {
    display: flex;
    justify-content: space-between;
    margin: 40px 2px 0 0;
    min-height: 96px;
}

.product-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-brands img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.product-brands.two-rows-3 {
    max-width: 147px;
}

.product-brands.two-rows-4 {
    max-width: 198px;
}

.product-sku-status .bg-green {
    background-color: #76D95D;
    width: 15px;
    height: 15px;
}

.product-sku-status .stock-status-product {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.product-sku-status .product-status-txt {
    margin-top: 3px;
}

.stock-status .stock {
    gap: 6px;
}

.stock-status {
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: -1px;
    margin-left: 1px;
}

.product-detail-sku {
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 16px;
    line-height: 24px;
}

.product-variants {
    background: #F0F1F3;
    padding: 0 24px 24px 24px;
}

.product-variants .product-option-label {
    font-family: "AkkuratLLWebPan-Bold", serif;
    font-size: 14px;
    line-height: 20px;
    color: #1D2226;
}

.product-variants .product-variants-all a {
    display: flex;
    font-family: "AkkuratLLWebPan-Bold", serif;
    font-size: 14px;
    line-height: 20px;
    color: #1D2226;
    text-decoration: underline;
}

.product-variants .product-variants-all {
    padding-top: 24px;
    position: relative;
    margin-top: 24px;
}

.product-variants .product-variants-all:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1D2226;
    opacity: 0.1;
    top: 0;
}

.product-variants .product-variants-all img {
    margin-left: 6.5px;
}

.variants-form-product-detail {
    margin-top: 22px;
}

.variants-form-product-detail  .swatch-attribute {
    padding-top: 22px;
}

.gallery-info {
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
    margin-top: 17px;
}

.gallery-info img {
    margin-right: 9px;
}

.vpe-product-detail {
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: baseline;
    margin-top: 6px;
}

.vpe-product-detail .question-mark {
    position: relative;
    cursor: pointer;
}

.input-add-to-cart {
    height: 54px;
    width: 100px;
    padding: 0;
    font-family: "AkkuratLLWebPan-Regular", serif;
    font-size: 16px;
    line-height: 24px;
}

.input-add-to-cart::-webkit-inner-spin-button,
.input-add-to-cart::-webkit-outer-spin-button {
    position: absolute;
    top: calc(50% / 2);
    right: 0;
    width: 20px;
    height: 50%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
}

.add-to-cart {
    margin-top: 22px;
    display: flex;
}

.product-detail-actions {
    font-family: "AkkuratLLWebPan-Bold", serif;
    font-size: 12px;
    line-height: 22px;
    gap: 39px;
}

.product-detail-actions #add-to-wishlist img {
    width: 17px;
}

#product.attributes {
    margin-top: -9px;
}

.product-detail-actions button, .product-detail-actions a {
    display: flex;
    align-items: center;
}

.product-detail-actions button img, .product-detail-actions button svg, .product-detail-actions a svg {
    margin-right: 7px;
}

.product-detail-actions #add-to-wishlist svg {
    margin: 0px;
}

.swatch-option.text-swatch {
    padding: 12px !important;
    min-width: 46px !important;
    font-size: 14px;
    font-family: "AkkuratLLWebPan-Bold", serif;
    line-height: 20px;
    border-color: #1D2226;
}

.text-swatch.ring {
    background: #1D2226;
    color: #fff;
    box-shadow: none;
}

.swatch-attribute .swatch-attribute-options .swatch-option.visual-swatch {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
}

.visual-swatch.ring {
    border: 1px solid #1D2226;
    box-shadow: none;
}

.swatch-attribute .swatch-attribute-options {
    gap: 10px;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
    margin: 0 !important;
}

.collapse-swatch {
    overflow: hidden;
    height: 46px;
}

.product-option-values {
    display: flex;
}

.product-option-values button {
    background: rgba(29, 34, 38, 0.05);
    padding: 14px 14px 12px 14px;
    font-size: 14px;
    font-family: "AkkuratLLWebPan-Bold", serif;
    line-height: 20px;
    color: #1D2226;
}

.loader {
    border: 10px solid rgba(29, 34, 38, 0.08);
    border-top: 10px solid rgba(29, 34, 38, 0.15);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    animation: spin 2s linear infinite;
}

.loader-add-to-cart {
    border: 10px solid rgba(29, 34, 38, 0.08);
    border-top: 10px solid rgba(29, 34, 38, 0.15);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-wrap {
    position: absolute;
    z-index: 1;
    background: #F0F1F3;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-wrap-add-to-cart {
    position: absolute;
    z-index: 1;
    background: #F0F1F3;
    width: 100%;
    opacity: 0.75;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-modal-button .loader-wrap {
    margin-top: -14px;
    height: calc(100% + 4px);
}

.inquiry-modal-button .loader-wrap .loader {
    border: 7px solid rgba(29, 34, 38, 0.08);
    border-top: 7px solid rgba(29, 34, 38, 0.15);
    width: 40px;
    height: 40px;
}

.close-active {
    flex-direction: column;
}

.close-active button {
    width: fit-content;
    margin-top: 10px;
}

.tabs-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
    border-left: 1px solid #F0F1F3;
    border-top: 1px solid #F0F1F3;
    margin-top: 47px;
}

.tabs-header div[data-tab] {
    padding: 17px 51px;
    border: 1px solid #F0F1F3;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border-left: none;
    border-top: none;
    text-align: center;
    flex: 1 1 auto;
    position: relative;
}

.tabs-header div:hover,
.show-more-products:hover {
    cursor: pointer;
}

.tabs-header div.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid var(--primary-color);
}

.show-more-products {
    padding: 10px 0px;
    display: flex;
    justify-content: center;
}

.product-crossels-tabs {
    position: relative;
    margin-top: 95px;
    padding-bottom: 109px;
}

.product-crossels-bg {
    height: 323px;
    width: 100vw;
    position: absolute;
    background: var(--product-carossel-bg);
    left: calc((-100vw + 1278px) / 2);
    bottom: 0;
    z-index: -1;
}

.product-crossels-ttx {
    margin-top: 6px;
}

.products-list .products-wrap {
    gap: 24px;
}

.products-list .products-wrap .product-item {
    width: 100%;
    background: #fff;
}

.products-show-less {
    display: none;
}

.show-more-products {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 20px;
    font-family: "AkkuratLLWebPan-Bold", serif;
    cursor: pointer;
    margin: 12px auto 0;
    width: fit-content;
}

.product-info-row {
    gap: 24px;
}

.product-info-row .product-info-ttl {
    width: 408px;
}

.product-info-ttl h3 {
    text-transform: capitalize;
}

.product-info-row .product-info-data {
    width: calc(100% - 432px);
}

.illustrations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.illustrations-row .img-wrap {
    width: 266px;
    height: 266px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.illustrations-row img {
    max-width: 266px;
}

.product-main-full-width {
    overflow-x: hidden;
}

.product-info-row.Artikelbeschreibung {
    display: flex;
    flex-direction: column;
}

.product-info-row.Artikelbeschreibung .product-info-data {
    width: 100%;
}

.product-info-row.Artikelbeschreibung .product-info-ttl {
    width: 100%;
}

.product-info-row.Artikelbeschreibung .product-info-data table {
    width: 100% !important;
    margin-top: 24px;
}

.product-info-row.Artikelbeschreibung .product-info-data table thead tr, .product-info-row.Artikelbeschreibung .product-info-data table tbody tr:first-child {
    background: #F7F8F9 !important;
    font-weight: bold;
}

.product-info-row.Artikelbeschreibung .product-info-data table thead tr td:first-child, .product-info-row.Artikelbeschreibung .product-info-data table tbody tr:first-child td:first-child {
    text-align: left !important;
    padding-left: 24px;
}

.product-info-row.Artikelbeschreibung .product-info-data table thead tr td {
    text-align: left !important;
}

.product-info-row.Artikelbeschreibung .product-info-data table tr td {
    min-height: 46px;
    padding: 11px 0;
}

.product-info-row.Artikelbeschreibung .product-info-data table tr:has(td:nth-child(3)) td:first-child {
    text-align: left !important;
    padding-left: 24px;
}

.product-info-row.Artikelbeschreibung .product-info-data table tr:has(td:nth-child(3)) td {
    vertical-align: top;
}

.product-info-row.Artikelbeschreibung .product-info-data table td[rowspan="2"] {
    vertical-align: middle !important;
}

.product-info-row.Artikelbeschreibung .product-info-data table tr td:last-child {
    padding-right: 54px;
}

@media (max-width: 1325px) {
    .product-crossels-bg {
        left: calc((-100vw + 1232px) / 2);
    }
}

@media (max-width: 1279px) {
    .product-crossels-bg {
        width: calc(100% + 48px);
        left: -24px;
    }
}

@media (max-width: 1200px) {
    .product-detail-actions {
        gap: 15px;
    }
}

@media (max-width: 1140px) {
    .product-detail-actions button span, .product-detail-actions a span {
        display: none;
    }

    .product-detail-actions {
        width: fit-content;
        gap: 12px;
        margin-left: auto;
    }
}

@media (max-width: 1199px) {
    .product-info-row .product-info-ttl {
        width: 350px;
    }

    .product-info-row .product-info-data {
        width: calc(100% - 374px);
    }
}

@media (max-width: 992px) {
    .product-main-data .add-to-cart-wrap {
        margin-top: 0px;
    }

    .product-info-row .product-info-ttl {
        width: 100%;
    }

    .download-info-item:first-child {
        margin-top: 3px;
    }

    .download-info-item {
        margin-left: 4px;
    }

    .product-info-row .product-info-data {
        width: 100%;
    }

    .product-info-row {
        flex-wrap: wrap;
        padding: 24px 0 !important;
    }

    .tabs-header div[data-tab] {
        flex: auto;
        width: 100%;
        padding: 17px 0;
    }

    .product-crossels-bg {
        display: none;
    }

    .show-more-products {
        border: 0 !important;
        justify-content: center !important;
        gap: 12px;
    }

    .show-more-products img {
        width: 16px;
    }

    .product-info-ttl h3 {
        font-size: 26px;
        line-height: 38px;
    }
}

@media (max-width: 579px) {
    .illustrations-row {
        justify-content: center;
    }
}

.js_thumbs_slides.thumbs-wrapper {
    margin-top: 16px;
    gap: 24px;
}

.thumb-image {
    width: 101px;
    height: 68px;
    object-fit: cover;
}

input.invalid\:ring-2:invalid {
    box-shadow: none;
    border-color: #FF2424;
}

.tabs-header .products-list {
    display: none !important;
}

.tabs-header div[data-tab] svg {
    display: none;
}

.catalog-product-view .breadcrumbs {
    margin-top: 6px !important;
    margin-bottom: 10px;
}

.catalog-product-view .breadcrumbs .container {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .product-gallery, .product-main-data {
        width: 50%;
        max-width: 50%;
    }

    .product-main-data {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .main-product-image-wrap svg {
        width: 30px;
        bottom: 0;
        left: 12px;
    }

    .product-variants {
        padding: 0 12px 12px 12px;
    }

    .variants-form-product-detail .swatch-attribute {
        padding-top: 10px;
    }

    .product-detail-actions button img, .product-detail-actions button svg, .product-detail-actions a svg {
        margin-right: 0;
    }

    .product-detail-actions button span, .product-detail-actions a span {
        display: none;
    }

    .product-detail-actions {
        width: fit-content;
        gap: 12px;
        margin-left: auto;
    }

    .product-sku-status-brands {
        flex-direction: column;
    }

    .product-brands {
        margin-top: 10px;
    }

    .gallery-info {
        display: none;
    }

    .tabs-header {
        border: 0;
    }

    .products-list {
        display: none !important;
    }

    .tabs-header .products-list {
        display: block !important;
    }

    .tabs-header .products-list.hidden {
        display: none !important;
    }

    .tabs-header .products-list.active {
        display: block !important;
        position: relative;
    }

    .tabs-header .products-list.active:after {
        content: "";
        position: absolute;
        width: calc(100% + 48px);
        left: -24px;
        background: linear-gradient(0deg, var(--primary-color) 0%, rgba(253, 255, 97, 0.00) 100%);
        height: 187px;
        bottom: 0;
        z-index: -1;
    }

    .tabs-header div.active:after {
        top: auto;
        bottom: 0;
    }

    .tabs-header div[data-tab] {
        border: none;
        border-bottom: 0.5px solid #1D2226;
        text-align: left;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tabs-header div[data-tab].active {
        border: 0;
    }

    .tabs-header .products-list {
        padding-bottom: 10px;
    }

    .tabs-header div[data-tab] svg {
        display: block;
        margin-right: -6px;
    }

    .tabs-header div[data-tab].active svg {
        transform: rotate(180deg);
    }

    .tabs-header {
        margin-top: 12px;
    }

    .product-crossels-tabs h2.title {
        text-transform: initial;
    }

    .product-crossels-tabs {
        margin-top: 45px;
        padding-bottom: 55px;
    }

    .catalog-product-view .breadcrumbs {
        margin-bottom: -5px;
    }
}

@media (max-width: 767px) {
    .product-info-row.Artikelbeschreibung .product-info-data table {
        width: max-content !important;
    }

    body.catalog-product-view .breadcrumbs {
        margin-top: -14px !important;
    }

    .product-info-row {
        flex-direction: column;
        gap: 12px;
        padding: 12px 0 !important;
    }

    .download-info-item:first-child {
        margin-top: 4px;
    }

    .download-info-item {
        margin-top: 30px;
        margin-left: 3px;
    }

    .download-info-item-txt {
        font-size: 14px;
        line-height: 20px;
        margin-left: 14px;
    }

    .tabs-header div[data-tab] {
        width: calc(100% + 24px);
        min-width: calc(100% + 24px);
        left: -12px;
        padding: 10px 12px;
    }

    .tabs-header .products-list.active:after {
        width: calc(100% + 24px);
        left: -12px;
    }

    .variant-table {
        margin-top: 12px !important;
    }
}

@media (max-width: 700px) {
    .product-gallery, .product-main-data {
        width: 100%;
        max-width: 100%;
    }

    .product-main-wrap {
        flex-direction: column;
    }

    .js_thumbs_slides.thumbs-wrapper {
        gap: 12px;
        margin-top: -8px;
    }

    .product-main-wrap {
        gap: 0;
    }

    .product-detail-category {
        margin-top: 0;
    }

    .product-main-data .product-description {
        margin-top: 7px;
    }

    .variants-form-product-detail {
        margin-top: 15px;
    }

    .variants-form-product-detail {
        margin-left: -12px;
        width: calc(100% + 24px);
    }

    .product-info-ttl h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 639px) {
    .products-list .products-wrap {
        gap: 12px;
    }
}

.cart-buttons button svg path {
    fill: var(--secondary-color);
}

.d-none-svg .full-size-gallery {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.d-none-svg #youtube-player {
    height: 75vh !important;
}

.farbe-image-product-page {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}
