/* Scoped shop redesign. Loaded after the legacy mobile overrides. */

#main.shop {
    padding: 18px;
    background: #f7f9fa;
    box-sizing: border-box;
}

#shop.gt-shop-page,
#shop.gt-shop-page *,
#shop.gt-shop-page *:before,
#shop.gt-shop-page *:after {
    box-sizing: border-box;
    letter-spacing: 0;
}

#shop.gt-shop-page {
    width: 100%;
    color: #4f371a;
}

#shop.gt-shop-page .gt-shop-header {
    position: static;
    height: auto;
    margin: 0 0 22px;
    padding: 8px 0 18px;
    border-bottom: 3px solid #f2b936;
    background: transparent;
}

#shop.gt-shop-page .gt-shop-kicker {
    margin: 0 0 3px;
    color: #087da0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
}

#shop.gt-shop-page .gt-shop-header h1 {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    color: #372006;
    font-size: 36px;
    line-height: 1.15;
}

#shop.gt-shop-page .gt-shop-intro {
    max-width: 720px;
    margin: 7px 0 0;
    color: #684822;
    font-size: 16px;
    line-height: 1.5;
}

#shop.gt-shop-page .gt-shop-layout {
    display: grid;
    grid-template-columns: 216px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    width: 100%;
}

#shop.gt-shop-page .gt-shop-sidebar,
#shop.gt-shop-page .gt-shop-main {
    min-width: 0;
}

#shop.gt-shop-page .gt-shop-categories {
    width: 100%;
    margin: 0;
    border: 1px solid #e6c465;
    border-radius: 8px;
    background: #fffaf0;
    overflow: hidden;
}

#shop.gt-shop-page .gt-shop-categories > summary {
    display: none;
}

#shop.gt-shop-page .gt-shop-category-panel {
    padding: 8px;
}

#shop.gt-shop-page .gt-shop-back {
    display: block;
    width: 100%;
    min-height: 42px;
    margin: 0 0 8px;
    padding: 9px 10px;
    border: 1px solid #d6a62b;
    border-radius: 6px;
    background: #ffffff;
    color: #5f3b09;
    font-weight: bold;
    line-height: 1.35;
    text-decoration: none;
}

#shop.gt-shop-page .gt-shop-nav ul,
#shop.gt-shop-page .gt-shop-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#shop.gt-shop-page .gt-shop-nav #shop_nav2 {
    width: 100%;
    font-size: 14px;
}

#shop.gt-shop-page .gt-shop-nav #shop_nav2 > li {
    margin: 0 0 5px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    overflow: visible;
}

#shop.gt-shop-page .gt-shop-nav #shop_nav2 > li:last-child {
    margin-bottom: 0;
}

#shop.gt-shop-page .gt-shop-nav .parent > div {
    padding: 0;
}

#shop.gt-shop-page .gt-shop-nav .parent > div > a {
    display: block;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #4f371a;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

#shop.gt-shop-page .gt-shop-nav .parent > div > a:hover,
#shop.gt-shop-page .gt-shop-nav .parent > div > a:focus {
    border-color: #e6c465;
    background: #ffffff;
    color: #087da0;
}

#shop.gt-shop-page .gt-shop-nav .parent.active > div > a,
#shop.gt-shop-page .gt-shop-nav .parent > div > a[aria-current="page"] {
    border-color: #d6a62b;
    background: #ffdf6b;
    color: #3e2a13;
}

#shop.gt-shop-page .gt-shop-nav .parent > ul {
    display: block;
    margin: 2px 0 7px;
    padding: 0 0 0 12px;
    background: transparent;
}

#shop.gt-shop-page .gt-shop-nav .parent > ul li {
    margin: 0;
}

#shop.gt-shop-page .gt-shop-nav .parent > ul a {
    display: block;
    min-height: 34px;
    padding: 6px 9px;
    border-left: 3px solid #ead58f;
    border-radius: 0 5px 5px 0;
    color: #684822;
    line-height: 1.4;
    text-decoration: none;
}

#shop.gt-shop-page .gt-shop-nav .parent > ul a:hover,
#shop.gt-shop-page .gt-shop-nav .parent > ul a:focus,
#shop.gt-shop-page .gt-shop-nav .parent > ul a.active {
    border-color: #087da0;
    background: #ffffff;
    color: #075f79;
}

#shop.gt-shop-page .gt-shop-results-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 12px;
    padding: 0 2px;
}

#shop.gt-shop-page .gt-shop-results-header h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.25;
}

#shop.gt-shop-page .gt-shop-results-header span {
    color: #76562f;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

#shop.gt-shop-page #shop_content ul.gt-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#shop.gt-shop-page #shop_content ul.gt-product-grid > li.gt-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #e8d59b;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(89, 57, 12, 0.09);
    overflow: hidden;
}

#shop.gt-shop-page .gt-product-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 12px;
    background: #fff3bd;
    overflow: hidden;
}

#shop.gt-shop-page .gt-product-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 5px;
    object-fit: contain;
    transition: transform 160ms ease;
}

#shop.gt-shop-page .gt-product-card-media:hover img,
#shop.gt-shop-page .gt-product-card-media:focus img {
    transform: scale(1.025);
}

#shop.gt-shop-page .gt-product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 15px;
}

#shop.gt-shop-page .gt-product-card-body h3 {
    margin: 0 0 7px;
    padding: 0;
    font-size: 21px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

#shop.gt-shop-page .gt-product-card-body h3 a {
    color: #372006;
    text-decoration: none;
}

#shop.gt-shop-page .gt-product-card-body h3 a:hover,
#shop.gt-shop-page .gt-product-card-body h3 a:focus {
    color: #087da0;
    text-decoration: underline;
}

#shop.gt-shop-page .gt-product-card-teaser {
    flex: 1 1 auto;
    margin: 0 0 12px;
    color: #624522;
    font-size: 14px;
    line-height: 1.48;
    overflow-wrap: anywhere;
}

#shop.gt-shop-page .gt-product-card-teaser p:last-child {
    margin-bottom: 0;
}

#shop.gt-shop-page .gt-product-card-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin: auto 0 1px;
}

#shop.gt-shop-page .preis {
    color: #9a2d25;
    font-size: 24px;
    line-height: 1.1;
}

#shop.gt-shop-page .gt-product-tax,
#shop.gt-shop-page .gt-product-unit-price {
    color: #725333;
    font-size: 11px;
    line-height: 1.4;
}

#shop.gt-shop-page .gt-product-unit-price {
    margin: 0 0 11px;
}

#shop.gt-shop-page .gt-shop-buy-form {
    width: 100%;
    margin: 0;
    padding: 11px 0 0;
    border-top: 1px solid #eee0b4;
}

#shop.gt-shop-page .gt-shop-buy-controls {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 9px;
    align-items: end;
    width: 100%;
}

#shop.gt-shop-page .gt-shop-bag-name-field {
    width: 100%;
    margin: 0 0 10px;
}

#shop.gt-shop-page .gt-shop-bag-name-field label {
    display: block;
    margin: 0 0 4px;
    color: #5b3f20;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

#shop.gt-shop-page .gt-shop-bag-name-field label span,
#shop.gt-shop-page .gt-shop-bag-name-field small {
    font-weight: normal;
}

#shop.gt-shop-page .gt-shop-bag-name-field input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 8px 10px;
    border: 1px solid #b9994e;
    border-radius: 6px;
    background: #ffffff;
    color: #372006;
    font: 16px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shop.gt-shop-page .gt-shop-bag-name-field input:focus {
    border-color: #087fa3;
    outline: 2px solid rgba(8, 127, 163, 0.2);
    outline-offset: 1px;
}

#shop.gt-shop-page .gt-shop-bag-name-field small {
    display: block;
    margin-top: 4px;
    color: #6b5437;
    font-size: 11px;
    line-height: 1.35;
}

#shop.gt-shop-page .gt-shop-quantity-field {
    min-width: 0;
}

#shop.gt-shop-page .gt-shop-quantity-field label,
#shop.gt-shop-page .gt-shop-form-field label {
    display: block;
    margin: 0 0 4px;
    color: #5b3f20;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
}

#shop.gt-shop-page .gt-shop-quantity-field select {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #b9994e;
    border-radius: 6px;
    background: #ffffff;
    color: #372006;
    font: 16px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shop.gt-shop-page .gt-shop-cart-button.ui-button,
#shop.gt-shop-page .gt-shop-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid #086d8c;
    border-radius: 6px;
    background: #087fa3;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
}

#shop.gt-shop-page .gt-shop-cart-button.ui-button:hover,
#shop.gt-shop-page .gt-shop-cart-button.ui-button:focus,
#shop.gt-shop-page .gt-shop-cart-button:hover,
#shop.gt-shop-page .gt-shop-cart-button:focus {
    border-color: #07566e;
    background: #076985;
    color: #ffffff;
}

#shop.gt-shop-page .gt-shop-cart-button .ui-button-text {
    display: block;
    width: 100%;
    padding: 11px 8px 11px 30px;
    line-height: 1.2;
    white-space: nowrap;
}

#shop.gt-shop-page .gt-shop-cart-button .ui-button-icon-primary {
    left: 9px;
}

#shop.gt-shop-page .gt-product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 24px;
    align-items: start;
    width: 100%;
}

#shop.gt-shop-page .gt-product-gallery,
#shop.gt-shop-page .gt-product-summary {
    min-width: 0;
}

#shop.gt-shop-page .gt-product-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 16px;
    border: 1px solid #e8d59b;
    border-radius: 8px;
    background: #fff3bd;
    overflow: hidden;
}

#shop.gt-shop-page .gt-product-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    border-radius: 5px;
    object-fit: contain;
}

#shop.gt-shop-page .gt-product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0 0;
}

#shop.gt-shop-page .gt-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    margin: 0;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

#shop.gt-shop-page .gt-product-thumb:hover,
#shop.gt-shop-page .gt-product-thumb:focus,
#shop.gt-shop-page .gt-product-thumb.is-active {
    border-color: #087fa3;
}

#shop.gt-shop-page .gt-product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

#shop.gt-shop-page .gt-product-summary {
    display: block;
    padding: 20px;
    border: 1px solid #e8d59b;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(89, 57, 12, 0.08);
}

#shop.gt-shop-page .gt-product-summary h2 {
    margin: 0 0 9px;
    padding: 0;
    color: #372006;
    font-size: 30px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

#shop.gt-shop-page .gt-product-lead {
    margin: 0 0 15px;
    color: #624522;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

#shop.gt-shop-page .gt-product-price-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 9px;
    margin: 0 0 13px;
}

#shop.gt-shop-page .gt-product-facts {
    margin: 0 0 16px;
    padding: 0;
    border-top: 1px solid #eee0b4;
    list-style: none;
}

#shop.gt-shop-page .gt-product-facts li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee0b4;
    color: #684822;
    line-height: 1.35;
}

#shop.gt-shop-page .gt-product-facts strong {
    color: #372006;
    text-align: right;
}

#shop.gt-shop-page .gt-product-buy-form {
    margin-top: 2px;
}

#shop.gt-shop-page .gt-product-information {
    margin: 28px 0 0;
    padding: 22px 0 0;
    border-top: 3px solid #f2b936;
}

#shop.gt-shop-page .gt-product-information section + section {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8d59b;
}

#shop.gt-shop-page .gt-product-information h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 22px;
    line-height: 1.3;
}

#shop.gt-shop-page .gt-product-information p,
#shop.gt-shop-page .gt-product-information div,
#shop.gt-shop-page .gt-product-information li,
#shop.gt-shop-page .gt-product-information td,
#shop.gt-shop-page .gt-product-information th {
    line-height: 1.55;
    overflow-wrap: anywhere;
}

#shop.gt-shop-page .gt-product-ingredients-content {
    width: 100%;
    overflow-x: auto;
}

#shop.gt-shop-page .gt-product-information table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

#shop.gt-shop-page .gt-product-information th,
#shop.gt-shop-page .gt-product-information td {
    padding: 8px 9px;
    border: 1px solid #e6d6aa;
    text-align: left;
    vertical-align: top;
}

#shop.gt-shop-page .gt-product-information tr:nth-child(even) {
    background: #fffaf0;
}

#shop.gt-shop-page .gt-product-unavailable {
    padding: 12px;
    border-left: 4px solid #c6463d;
    background: #fff3f1;
}

#shop.gt-shop-page .gt-voucher-image {
    background: #fffaf0;
}

#shop.gt-shop-page .gt-voucher-form {
    margin: 0;
}

#shop.gt-shop-page .gt-shop-form-field {
    margin: 0 0 14px;
}

#shop.gt-shop-page .gt-shop-form-field label {
    font-size: 14px;
}

#shop.gt-shop-page .gt-shop-input,
#shop.gt-shop-page #gutschein-form input[type="text"],
#shop.gt-shop-page #gutschein-form input[type="number"] {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 9px 11px;
    border: 1px solid #b9994e;
    border-radius: 6px;
    background: #ffffff;
    color: #372006;
    font: 16px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shop.gt-shop-page .gt-shop-input-with-suffix {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
    border: 1px solid #b9994e;
    border-radius: 6px;
    background: #ffffff;
}

#shop.gt-shop-page .gt-shop-input-with-suffix .gt-shop-input {
    border: 0;
    border-radius: 0;
}

#shop.gt-shop-page .gt-shop-input-with-suffix > span {
    padding: 0 12px;
    color: #654725;
    font-weight: bold;
}

#shop.gt-shop-page .gt-shop-form-field small {
    display: block;
    margin-top: 4px;
    color: #76562f;
    line-height: 1.4;
}

#shop.gt-shop-page .gt-shop-form-error {
    margin: 0 0 10px;
    padding: 9px 10px;
    border-left: 4px solid #c6463d;
    background: #fff3f1;
    color: #812820;
    line-height: 1.4;
}

#shop.gt-shop-page .gt-voucher-delivery {
    margin: 3px 0 14px;
    padding: 10px 11px;
    border-left: 4px solid #087fa3;
    background: #eef9fc;
    color: #4f371a;
    line-height: 1.45;
}

#shop.gt-shop-page .gt-voucher-button.ui-button,
#shop.gt-shop-page .gt-voucher-button {
    max-width: 260px;
}

@media (min-width: 761px) {
    #shop.gt-shop-page .gt-shop-categories:not([open]) > .gt-shop-category-panel {
        display: block !important;
    }
}

@media (max-width: 900px) and (min-width: 761px) {
    #shop.gt-shop-page .gt-shop-layout {
        grid-template-columns: 188px minmax(0, 1fr);
        gap: 16px;
    }

    #shop.gt-shop-page #shop_content ul.gt-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    #main.shop {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 10px 56px !important;
        overflow: visible !important;
    }

    #shop.gt-shop-page,
    #shop.gt-shop-page .gt-shop-layout,
    #shop.gt-shop-page .gt-shop-sidebar,
    #shop.gt-shop-page .gt-shop-main,
    #shop.gt-shop-page #shop_content,
    #shop.gt-shop-page #productdetails {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    #shop.gt-shop-page .gt-shop-header {
        margin-bottom: 14px;
        padding: 8px 2px 14px;
    }

    #shop.gt-shop-page .gt-shop-header h1 {
        font-size: 29px;
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    #shop.gt-shop-page .gt-shop-intro {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.45;
    }

    #shop.gt-shop-page .gt-shop-layout {
        display: block !important;
    }

    #shop.gt-shop-page .gt-shop-sidebar {
        margin-bottom: 16px !important;
    }

    #shop.gt-shop-page .gt-shop-categories {
        margin: 0;
        border-color: #d6a62b;
        background: #fffaf0;
    }

    #shop.gt-shop-page .gt-shop-categories > summary {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 48px;
        padding: 11px 13px;
        color: #3e2a13;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;
        cursor: pointer;
        list-style: none;
    }

    #shop.gt-shop-page .gt-shop-categories > summary::-webkit-details-marker {
        display: none;
    }

    #shop.gt-shop-page .gt-shop-summary-icon {
        position: relative;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }

    #shop.gt-shop-page .gt-shop-summary-icon:before,
    #shop.gt-shop-page .gt-shop-summary-icon:after {
        position: absolute;
        top: 9px;
        left: 3px;
        width: 14px;
        height: 2px;
        border-radius: 1px;
        background: #087fa3;
        content: "";
    }

    #shop.gt-shop-page .gt-shop-summary-icon:after {
        transform: rotate(90deg);
        transition: transform 150ms ease;
    }

    #shop.gt-shop-page .gt-shop-categories[open] .gt-shop-summary-icon:after {
        transform: rotate(0);
    }

    #shop.gt-shop-page .gt-shop-category-panel {
        padding: 0 8px 8px;
        border-top: 1px solid #ead58f;
    }

    #shop.gt-shop-page .gt-shop-nav #shop_nav2 {
        display: block !important;
        width: 100% !important;
        margin: 8px 0 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
    }

    #shop.gt-shop-page .gt-shop-nav #shop_nav2 > li.parent {
        margin: 0 0 5px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 6px !important;
        background: transparent !important;
        overflow: visible !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > div {
        padding: 0 !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > div > a {
        display: block !important;
        min-height: 42px !important;
        padding: 10px !important;
        border: 1px solid transparent !important;
        border-radius: 6px !important;
        background: transparent !important;
        color: #4f371a !important;
        line-height: 1.35 !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent.active > div > a,
    #shop.gt-shop-page .gt-shop-nav .parent > div > a[aria-current="page"] {
        border-color: #d6a62b !important;
        background: #ffdf6b !important;
        color: #3e2a13 !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px !important;
        margin: 3px 0 8px !important;
        padding: 0 0 0 10px !important;
        background: transparent !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > ul a {
        display: flex !important;
        align-items: center;
        min-height: 38px !important;
        padding: 7px 8px !important;
        border: 1px solid #e2cd91 !important;
        border-radius: 5px !important;
        background: #ffffff !important;
        color: #5f3b09 !important;
        line-height: 1.3 !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > ul a.active {
        border-color: #087fa3 !important;
        background: #eef9fc !important;
        color: #075f79 !important;
    }

    #shop.gt-shop-page .gt-shop-results-header {
        margin-bottom: 10px;
    }

    #shop.gt-shop-page .gt-shop-results-header h2 {
        font-size: 22px;
    }

    #shop.gt-shop-page #shop_content ul.gt-product-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #shop.gt-shop-page #shop_content ul.gt-product-grid > li.gt-product-card {
        display: flex !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #e8d59b !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    #shop.gt-shop-page .gt-product-card-media {
        display: flex !important;
        width: 100% !important;
        aspect-ratio: 4 / 3;
        max-height: 280px;
        padding: 12px !important;
        background: #fff3bd !important;
    }

    #shop.gt-shop-page #shop_content .gt-product-card-media img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    #shop.gt-shop-page .gt-product-card-body {
        width: 100%;
        padding: 14px;
    }

    #shop.gt-shop-page .gt-product-card-body h3 {
        margin: 0 0 7px !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    #shop.gt-shop-page .gt-product-card-teaser {
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 1.45;
    }

    #shop.gt-shop-page .gt-shop-buy-form {
        margin: 0 !important;
        padding-top: 11px;
    }

    #shop.gt-shop-page .gt-shop-quantity-field select {
        min-height: 44px !important;
        margin: 0 !important;
        font-size: 16px !important;
    }

    #shop.gt-shop-page .gt-shop-cart-button.ui-button,
    #shop.gt-shop-page .gt-shop-cart-button {
        display: inline-flex !important;
        width: 100% !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    #shop.gt-shop-page .gt-shop-cart-button .ui-button-text {
        padding: 11px 8px 11px 30px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
    }

    #shop.gt-shop-page .gt-product-detail-layout {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #shop.gt-shop-page .gt-product-main-image {
        width: 100%;
        max-height: 360px;
        padding: 12px;
    }

    #shop.gt-shop-page #productdetails #grosses-bild {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    #shop.gt-shop-page #productdetails #thumb {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px !important;
        margin: 9px 0 0 !important;
    }

    #shop.gt-shop-page #productdetails #thumb .gt-product-thumb {
        display: flex !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 3px !important;
    }

    #shop.gt-shop-page #productdetails #thumb img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    #shop.gt-shop-page .gt-product-summary {
        width: 100%;
        margin: 0;
        padding: 16px;
        border-radius: 8px;
    }

    #shop.gt-shop-page .gt-product-summary h2 {
        margin: 0 0 8px !important;
        font-size: 27px !important;
        line-height: 1.18 !important;
    }

    #shop.gt-shop-page .gt-product-information {
        margin-top: 20px;
        padding-top: 18px;
    }

    #shop.gt-shop-page .gt-product-information h3 {
        font-size: 21px;
    }

    #shop.gt-shop-page .gt-product-information table {
        min-width: 560px;
    }

    #shop.gt-shop-page #gutschein-form {
        margin: 0 !important;
    }

    #shop.gt-shop-page #gutschein-form input[type="text"],
    #shop.gt-shop-page #gutschein-form input[type="number"] {
        width: 100% !important;
        min-height: 46px !important;
        margin: 0 !important;
        font-size: 16px !important;
    }

    #shop.gt-shop-page .gt-voucher-button.ui-button,
    #shop.gt-shop-page .gt-voucher-button {
        max-width: none !important;
    }
}

@media (max-width: 390px) {
    #main.shop {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    #shop.gt-shop-page .gt-shop-nav .parent > ul {
        grid-template-columns: 1fr;
    }

    #shop.gt-shop-page .gt-product-card-body,
    #shop.gt-shop-page .gt-product-summary {
        padding: 12px;
    }

    #shop.gt-shop-page .gt-shop-buy-controls {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 7px;
    }

    #shop.gt-shop-page .gt-shop-cart-button .ui-button-text {
        padding-right: 5px !important;
        padding-left: 27px !important;
        font-size: 13px;
    }
}

/* Warm shop palette shared by listing, product and voucher views. */
#main.shop {
    background: #fff4dc;
}

#shop.gt-shop-page .gt-shop-header {
    border-bottom-color: #e6a42b;
}

#shop.gt-shop-page .gt-shop-categories {
    border-color: #ddb04b;
    background: #fff0c6;
}

#shop.gt-shop-page .gt-shop-back,
#shop.gt-shop-page .gt-shop-nav .parent > div > a:hover,
#shop.gt-shop-page .gt-shop-nav .parent > div > a:focus,
#shop.gt-shop-page .gt-shop-nav .parent > ul a:hover,
#shop.gt-shop-page .gt-shop-nav .parent > ul a:focus,
#shop.gt-shop-page .gt-shop-nav .parent > ul a.active {
    background: #fff8e8;
}

#shop.gt-shop-page .gt-shop-nav .parent.active > div > a,
#shop.gt-shop-page .gt-shop-nav .parent > div > a[aria-current="page"] {
    border-color: #d79c25;
    background: #ffd166;
}

#shop.gt-shop-page #shop_content ul.gt-product-grid > li.gt-product-card,
#shop.gt-shop-page .gt-product-summary {
    border-color: #dfb858;
    background: #fffaf0;
    box-shadow: 0 4px 12px rgba(105, 66, 11, 0.12);
}

#shop.gt-shop-page .gt-product-card-media,
#shop.gt-shop-page .gt-product-main-image {
    border-color: #dfb858;
    background: #ffe6a0;
}

#shop.gt-shop-page .gt-product-thumb,
#shop.gt-shop-page .gt-shop-quantity-field select,
#shop.gt-shop-page .gt-shop-bag-name-field input,
#shop.gt-shop-page .gt-shop-input,
#shop.gt-shop-page #gutschein-form input[type="text"],
#shop.gt-shop-page #gutschein-form input[type="number"],
#shop.gt-shop-page .gt-shop-input-with-suffix {
    background: #fffdf8;
}

#shop.gt-shop-page .gt-shop-buy-form,
#shop.gt-shop-page .gt-product-facts,
#shop.gt-shop-page .gt-product-facts li {
    border-color: #e6ca83;
}

#shop.gt-shop-page .gt-product-information {
    border-top-color: #e6a42b;
}

#shop.gt-shop-page .gt-product-information table {
    background: #fffaf0;
}

#shop.gt-shop-page .gt-product-information tr:nth-child(even),
#shop.gt-shop-page .gt-voucher-image {
    background: #ffedc7;
}

@media (max-width: 760px) {
    #shop.gt-shop-page .gt-shop-categories {
        border-color: #d79c25;
        background: #fff0c6;
    }

    #shop.gt-shop-page .gt-shop-nav .parent.active > div > a,
    #shop.gt-shop-page .gt-shop-nav .parent > div > a[aria-current="page"] {
        border-color: #d79c25 !important;
        background: #ffd166 !important;
    }
}
