@font-face {
    font-family: "Cinzel";
    src: url("./cinzel-400-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.maynora-feuerwehr-viewer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 34px;
}

.maynora-mug-stage {
    position: relative;
    width: 100%;
    min-height: 610px;
    overflow: hidden;
    background: #f4f1eb;
}

.maynora-mug-stage canvas {
    display: block;
    width: 100%;
    height: 100%;
    cursor: grab;
    touch-action: pan-y;
}

.maynora-mug-stage canvas:active {
    cursor: grabbing;
}

.maynora-mug-toolbar {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    grid-template-columns: repeat(3, 42px);
    gap: 6px;
}

.maynora-mug-toolbar button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(201, 121, 79, .7);
    border-radius: 2px;
    background: rgba(13, 21, 18, .9);
    color: #fff;
    font: 600 18px/1 Arial, sans-serif;
    cursor: pointer;
}

.maynora-mug-toolbar button:hover,
.maynora-mug-toolbar button:focus-visible {
    background: #c9794f;
    color: #0d1512;
}

.maynora-mug-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.maynora-mug-blank {
    width: min(100%, 580px);
    margin: 22px 0 0;
    padding: 0;
}

.maynora-mug-blank img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}

.maynora-mug-blank figcaption {
    margin-top: 8px;
    color: #69726d;
    font-size: 12px;
    line-height: 1.5;
}

.feuerwehr-personalization {
    margin: 28px 0 30px;
    padding: 28px 0;
    border-top: 1px solid rgba(21, 35, 29, .16);
    border-bottom: 1px solid rgba(21, 35, 29, .16);
}

.feuerwehr-personalization h2 {
    margin: 0 0 20px;
    font-size: 29px;
}

.feuerwehr-field {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.feuerwehr-field label,
.feuerwehr-side legend {
    font-size: 13px;
    font-weight: 600;
}

.feuerwehr-field input,
.feuerwehr-field textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid rgba(21, 35, 29, .25);
    border-radius: 2px;
    background: #fff;
    color: #0d1512;
    font: 16px Arial, sans-serif;
}

.feuerwehr-field input {
    min-height: 48px;
}

.feuerwehr-field textarea {
    min-height: 112px;
    resize: vertical;
    line-height: 1.5;
}

.feuerwehr-field input:focus,
.feuerwehr-field textarea:focus {
    border-color: #c9794f;
    outline: 2px solid rgba(201, 121, 79, .2);
    outline-offset: 2px;
}

.feuerwehr-field small {
    color: #69726d;
    font-size: 12px;
    line-height: 1.5;
}

.feuerwehr-side {
    margin: 22px 0 0;
    padding: 0;
    border: 0;
}

.feuerwehr-fixed-layout {
    margin: 20px 0 0;
    padding: 14px 16px;
    border-left: 3px solid #c9794f;
    background: rgba(201, 121, 79, .08);
    color: #39453f;
    font-size: 13px;
    line-height: 1.55;
}

.feuerwehr-fixed-layout strong {
    color: #0d1512;
}

.feuerwehr-personalization-note {
    margin: 12px 0 0;
    padding: 15px 16px;
    border-left: 3px solid #183a2d;
    background: rgba(24, 58, 45, .07);
    color: #39453f;
    font-size: 13px;
    line-height: 1.6;
}

.feuerwehr-personalization-note strong {
    display: block;
    margin-bottom: 3px;
    color: #0d1512;
    text-transform: uppercase;
}

.feuerwehr-side legend {
    margin-bottom: 10px;
}

.feuerwehr-side-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(21, 35, 29, .2);
}

.feuerwehr-side-options label {
    position: relative;
    min-height: 54px;
    display: grid;
    place-items: center;
    padding: 10px 14px;
    background: #fff;
    color: #39453f;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.feuerwehr-side-options label + label {
    border-left: 1px solid rgba(21, 35, 29, .2);
}

.feuerwehr-side-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.feuerwehr-side-options label:has(input:checked) {
    background: #0d1512;
    color: #fff;
}

.feuerwehr-name-order {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.feuerwehr-name-order [hidden] {
    display: none !important;
}

.feuerwehr-live-price {
    display: grid;
    gap: 4px;
    margin-top: 22px;
    padding: 18px 0;
    border-top: 1px solid rgba(21, 35, 29, .16);
    border-bottom: 1px solid rgba(21, 35, 29, .16);
}

.feuerwehr-live-price > span {
    color: #69726d;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.feuerwehr-live-price strong {
    color: #955132;
    font-size: 28px;
    line-height: 1.1;
}

.feuerwehr-live-price small {
    color: #39453f;
    font-size: 13px;
    line-height: 1.5;
}

.feuerwehr-example-note {
    margin: 18px 0 0;
    color: #69726d;
    font-size: 12px;
    line-height: 1.6;
}

.feuerwehr-inquiry {
    margin: 22px 0 0;
}

.feuerwehr-inquiry .button {
    width: 100%;
}

.product_cat-vereine-unternehmen .price.maynora-feuerwehr-price,
.single-product .price.maynora-feuerwehr-price {
    display: grid;
    gap: 5px;
    color: #955132;
    font-weight: 600;
}

.maynora-feuerwehr-price .maynora-price-primary {
    display: block;
}

.maynora-feuerwehr-price .maynora-price-primary small,
.maynora-feuerwehr-price .maynora-price-note {
    color: #69726d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.maynora-feuerwehr-price .maynora-price-primary small {
    white-space: nowrap;
}

.single-product div.product .summary {
    min-width: 0;
}

.single-product div.product .maynora-feuerwehr-viewer {
    float: left;
    width: 48%;
}

.single-product div.product .product_title {
    overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
    .maynora-mug-stage {
        min-height: 520px;
    }
}

@media (max-width: 620px) {
    .single-product div.product .maynora-feuerwehr-viewer {
        float: none;
        width: 100%;
    }

    .maynora-mug-stage {
        min-height: 440px;
    }

    .single-product div.product .product_title {
        font-size: 36px;
        line-height: 1.08;
    }

    .maynora-mug-toolbar {
        right: 12px;
        bottom: 12px;
    }

    .feuerwehr-side-options {
        grid-template-columns: 1fr;
    }

    .feuerwehr-side-options label + label {
        border-top: 1px solid rgba(21, 35, 29, .2);
        border-left: 0;
    }
}
