body.gridlock {
    background: #fff;
    color: #333;
}

body.gridlock a {
    color: inherit;
}

.shop-header-row {
    display: flex;
    align-items: center;
}

#logo-q1aqp img {
    width: 160px;
    max-width: 100%;
    height: auto;
}

.shop-search-row {
    padding: 14px 0;
}

.shop-search-row[hidden],
.shop-mobile-categories[hidden],
.autocomplete-menu[hidden],
#sortby[hidden] {
    display: none !important;
}

.shop-search-form {
    max-width: 620px;
    margin: 0 auto;
}

.shop-search-form input[type="text"],
.shop-search-inline input,
.shop-checkout-form input,
.shop-checkout-form textarea {
    width: 100%;
    border: 1px solid #e7d7c1;
    border-radius: 0;
    padding: 13px 15px;
    font-family: inherit;
    font-size: 15px;
    background: #fff;
}

.shop-search-inline {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.shop-search-inline button,
.shop-checkout-summary button,
.shop-cart-summary .button,
.shop-mini-cart .button,
.shop-thanks .button a,
.shop-home .button a {
    border: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    appearance: none;
    background-color: #bf4342;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: inherit;
    text-decoration: none;
    transition: 0.5s ease all;
}

.shop-search-inline button:hover,
.shop-checkout-summary button:hover,
.shop-cart-summary .button:hover,
.shop-mini-cart .button:hover,
.shop-thanks .button a:hover,
.shop-home .button a:hover {
    background-color: #9a3534;
}

.autocomplete-menu {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
}

.autocomplete-suggestion {
    display: block;
    text-decoration: none;
    color: #333;
}

.autocomplete-image img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.shop-mobile-categories {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 100%;
    padding: 14px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.shop-mobile-categories a {
    display: block;
    padding: 13px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #735751;
    border-bottom: 1px solid #eee;
}

.shop-mobile-categories a.child {
    padding-left: 20px;
    font-size: 13px;
}

.shop-flash-row {
    margin-top: 12px;
}

.shop-flash,
.shop-error-box {
    padding: 14px 18px;
    background: #e7d7c1;
    color: #735751;
}

.shop-error-box {
    margin-bottom: 20px;
    background: #fff1f1;
    color: #9a3534;
}

#widget-footer #xdwax {
    margin-top: 60px;
    padding: 42px 0;
    background: #735751;
    color: #e7d7c1;
}

#widget-footer a,
#widget-footer p,
#widget-footer h3 {
    color: #e7d7c1;
}

#widget-footer ul {
    margin: 0;
    padding: 0;
}

#widget-footer li {
    list-style: none;
}

#widget-footer a {
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
}

.shop-footer-copy {
    opacity: 0.75;
}

.products.layout-container .categories-products-body {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.products.layout-container .categories-sidebar,
.products.layout-container .products-block {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.products-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-block {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 32px;
    position: relative !important;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    padding-bottom: 18px;
    overflow: visible !important;
    background: #fff;
}

.product-block .product-image {
    position: relative !important;
    width: 100%;
    margin-bottom: 10px;
}

.product-block .container-async,
.shop-express-gallery .container-async {
    height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    background: #f8f5f0;
}

.product-block .container-async picture {
    position: absolute !important;
    inset: 0;
}

body.gridlock div.products-block div.product-block div.product-image span.container-async {
    position: relative !important;
    height: 0 !important;
    padding-top: 100% !important;
}

body.gridlock div.products-block div.product-block div.product-image span.container-async picture {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.gridlock div.products-block div.product-block div.product-image span.container-async picture img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: contain !important;
}

.product-block picture,
.product-block img,
.shop-express-gallery picture,
.shop-express-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-block .image-additional {
    display: none;
}

.product-block:hover .image-main + .image-additional {
    display: block;
}

.product-block:hover .image-main:has(+ .image-additional) {
    display: none;
}

body.gridlock div.products-block div.products-row div.product-block > div.hidden-block,
.product-block .hidden-block {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: flex !important;
    justify-content: center;
    margin-top: 14px;
    background: transparent !important;
    box-shadow: none !important;
}

body.gridlock div.products-block div.products-row div.product-block > div.hidden-block div.product-buy-block,
.product-block .hidden-block .product-buy-block {
    width: auto !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
}

body.gridlock div.products-block div.products-row div.product-block > div.hidden-block div.product-buy-block a.buy-button-details,
.product-block .hidden-block .product-buy-block a.buy-button-details {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: auto !important;
    min-width: 154px;
    max-width: 190px;
    padding: 13px 24px !important;
    border-radius: 30px !important;
    background: #bf4342 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.product-review {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 20px;
    margin: 8px 0 6px;
    text-align: center;
}

.product-review .stars-container {
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    line-height: 1;
    background: transparent !important;
}

.product-review .stars-container-bg {
    display: none !important;
}

.product-review .stars-container::before {
    content: "★★★★★";
    color: #bf4342;
    letter-spacing: 1px;
    font-size: 12px;
}

.product-review svg {
    display: none;
}

.product-review .review-count {
    font-size: 13px;
    color: #735751;
}

.product-block .product-name {
    position: static !important;
    min-height: 42px;
    margin: 6px 10px 8px;
    overflow: hidden;
    text-align: center;
}

.product-block .product-name p {
    margin: 0 !important;
    line-height: 1.25;
}

.product-block .product-name a {
    display: -webkit-box;
    overflow: hidden;
    color: #735751 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-block .product-price-buy-block,
.product-block .product-prices,
.product-block .product-price-block {
    position: static !important;
    margin: 0 !important;
    min-height: 42px;
    text-align: center;
}

.product-block .product-price-action,
.product-block .product-price-regular {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 4px 10px;
}

.product-block .action-price,
.product-block .product-price-regular .regular-price {
    color: #735751 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.product-block .product-price-action .regular-price {
    color: #c7a780 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: line-through;
}

.product-block unit {
    font-size: inherit;
}

.product-block .substrate {
    display: none !important;
}

.product-block .product-buy-block a.buy-button-details,
.product-details-block .product-buy-block a.buy-button-details {
    text-decoration: none;
}

.products-002 .product-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: start;
}

.products-002 .product-image-block,
.products-002 .product-details-block {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.products-002 .product-details-block {
    padding-top: 18px;
}

.shop-express-gallery .light-product-slider,
.shop-express-gallery .light-slider-wrapper,
.shop-express-gallery .light-slide-wrapper,
.shop-express-gallery .inner,
.shop-express-gallery .inner article {
    width: 100% !important;
}

.shop-express-gallery .inner article {
    margin: 0 !important;
    float: none !important;
}

.shop-express-gallery .container-async {
    position: relative;
}

.shop-express-gallery .container-async picture {
    position: absolute;
    inset: 0;
}

.product-details-block .product-buy-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-details-block .product-buy-block a.buy-button-details {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: 240px;
    padding: 16px 34px !important;
    border-radius: 30px !important;
    background: #bf4342 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.buy-button-details.process {
    opacity: 0.55;
    pointer-events: none;
}

.shop-pagination {
    margin-top: 20px;
}

.shop-pagination > div {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.shop-pagination a,
.shop-pagination span {
    padding: 10px 16px;
    border: 1px solid #e7d7c1;
    color: #735751;
    text-decoration: none;
}

.shop-pagination .disabled {
    opacity: 0.45;
}

#sortby {
    display: block;
    min-width: 210px;
}

.filter-price-slider a {
    display: block;
    margin: 8px 0;
    color: #735751;
    text-decoration: none;
}

.categories-block .child a {
    padding-left: 20px;
    font-size: 13px;
}

.shop-express-gallery .inner article {
    display: none;
}

.shop-express-gallery .inner article.active {
    display: block;
}

.shop-product-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.shop-product-thumbs button {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 1px solid #e7d7c1;
    background: #fff;
    cursor: pointer;
}

.shop-product-thumbs button.active {
    border-color: #bf4342;
}

.product-short-description-tab-content {
    display: none;
}

.product-short-description-tab-content.active {
    display: block;
}

.product-count-block input.count {
    min-width: 48px;
    text-align: center;
}

.shop-cart-layout,
.shop-checkout-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.shop-cart-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 150px;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.shop-cart-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.shop-cart-main .name,
.shop-mini-cart-line .name {
    display: block;
    color: #735751;
    text-decoration: none;
    margin-bottom: 6px;
}

.shop-cart-price {
    text-align: right;
}

.shop-cart-summary,
.shop-checkout-summary {
    padding: 24px;
    background: #f7f2ea;
    position: sticky;
    top: 20px;
}

.shop-cart-summary > div,
.shop-summary-line,
.shop-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
}

.shop-summary-total,
.shop-cart-summary .total {
    border-top: 1px solid #e7d7c1;
    margin-top: 8px;
    padding-top: 16px;
    font-size: 18px;
}

.shop-link-button {
    border: 0;
    background: transparent;
    color: #bf4342;
    padding: 8px 0;
    cursor: pointer;
    font-family: inherit;
}

.shop-checkout-fields section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.shop-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.shop-checkout-form label span {
    display: block;
    margin-bottom: 7px;
    color: #735751;
}

.shop-radio-grid {
    display: grid;
    gap: 10px;
}

.shop-radio-grid label {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border: 1px solid #e7d7c1;
}

.shop-comment {
    display: block;
    margin-top: 16px;
}

.shop-mini-cart {
    padding: 28px;
}

.shop-mini-cart-line {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.shop-mini-cart-line img {
    width: 76px;
    height: 76px;
    object-fit: cover;
}

.shop-mini-cart-line strong {
    grid-column: 2;
}

.shop-mini-cart-total {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 18px;
}

.sidebar-popup.shopping-cart {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.18);
}

.sidebar-popup.shopping-cart .close-dark {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.shop-sidebar-open::before {
    content: "";
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.shop-home {
    padding-top: 30px;
}

.shop-home h1 {
    font-size: 48px;
}

.shop-home-image,
.shop-category-tile img {
    width: 100%;
    display: block;
}

.shop-category-tile a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.shop-category-tile span {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 24px;
    text-transform: uppercase;
}

.shop-content-text {
    max-width: 820px;
}

.shop-content-text p {
    line-height: 1.65;
}

.shop-search-count {
    color: #735751;
}

@media (max-width: 979px) {
    .shop-header-row {
        justify-content: space-between;
    }

    .shop-cart-layout,
    .shop-checkout-form {
        grid-template-columns: 1fr;
    }

    .shop-cart-summary,
    .shop-checkout-summary {
        position: static;
    }

    .shop-field-grid {
        grid-template-columns: 1fr;
    }

    .products.layout-container .categories-products-body,
    .products-002 .product-row {
        grid-template-columns: 1fr;
    }

    .products.layout-container .categories-sidebar {
        display: none;
    }

    .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 739px) {
    .shop-cart-row {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .shop-cart-image img {
        width: 86px;
        height: 86px;
    }

    .shop-cart-price {
        grid-column: 1 / -1;
        text-align: left;
    }

    .shop-home h1 {
        font-size: 34px;
    }

    .shop-search-inline {
        flex-direction: column;
    }

    .products-row {
        gap: 18px 12px;
    }

    .product-details-block .product-buy-block {
        flex-wrap: wrap;
    }

    .product-details-block .product-buy-block a.buy-button-details {
        width: 100%;
        min-width: 0;
    }
}

/* Shop-Express parity rebuild */
:root {
    --eikra-brown: #735751;
    --eikra-beige: #e7d7c1;
    --eikra-red: #bf4342;
    --eikra-red-dark: #9a3534;
    --eikra-gold: #ffa000;
    --eikra-green: #00ffb7;
    --eikra-muted: #c7a780;
    --eikra-container: 1200px;
}

html,
body.gridlock {
    overflow-x: hidden;
    scrollbar-color: auto;
}

html::-webkit-scrollbar,
body.gridlock::-webkit-scrollbar {
    width: initial;
}

html::-webkit-scrollbar-thumb,
body.gridlock::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
}

body.gridlock {
    min-width: 0 !important;
    background: #fff;
    color: var(--eikra-brown);
}

body.gridlock .layout-body {
    background: #fff;
}

body.gridlock .layout-container,
body.gridlock .breadcrumbs > .row,
body.gridlock .products.layout-container,
body.gridlock .products-002.layout-container,
body.gridlock .similar-products.layout-container,
body.gridlock .shop-home-categories > .row,
body.gridlock .shop-home-products > .row,
body.gridlock .shop-home-products > .products-row,
body.gridlock .shop-home-warning > .row,
body.gridlock .shop-home-promo > .row {
    width: min(var(--eikra-container), calc(100% - 40px)) !important;
    max-width: var(--eikra-container) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.gridlock #widget-header .layout-section {
    width: 100% !important;
    max-width: none !important;
}

body.gridlock #rzn1h {
    background: var(--eikra-beige);
}

body.gridlock #rzn1h .shop-header-row {
    display: grid !important;
    grid-template-columns: minmax(320px, 1fr) auto minmax(260px, 1fr) 64px;
    gap: 22px;
    align-items: center;
    min-height: 96px;
    width: min(1680px, calc(100% - 80px)) !important;
    max-width: 1680px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.gridlock #rzn1h .layout-cell {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.gridlock #c3aqb {
    justify-self: start;
}

body.gridlock #rpoub {
    justify-self: center;
}

body.gridlock #u0pmi {
    justify-self: end;
}

body.gridlock #oqdw6 {
    justify-self: end;
}

body.gridlock #menu-horizontal-x3hs4 ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

body.gridlock #menu-horizontal-x3hs4 li {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.gridlock #menu-horizontal-x3hs4 a {
    color: var(--eikra-brown) !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-decoration: none;
}

body.gridlock #logo-q1aqp img {
    width: 160px !important;
    height: auto !important;
}

body.gridlock p.search {
    margin: 0;
}

body.gridlock p.search a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    padding: 0 24px;
    border-radius: 28px;
    background: var(--eikra-red);
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

body.gridlock p.search a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

body.gridlock #cart-of2rl svg {
    width: 40px !important;
    height: 40px !important;
}

body.gridlock #s0wf8 {
    position: relative;
    z-index: 20;
    background: var(--eikra-beige);
}

body.gridlock #s0wf8 .layout-row {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: min(424px, calc(100% - 32px)) !important;
    max-width: 424px !important;
    min-height: 52px;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 1px solid var(--eikra-brown);
}

body.gridlock #j3ihp {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.gridlock #category-simple-c9gzg > ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
}

body.gridlock #category-simple-c9gzg > ul > li {
    position: relative;
    display: block;
}

body.gridlock #category-simple-c9gzg > ul > li > a {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none;
    text-transform: uppercase;
}

body.gridlock #category-simple-c9gzg ul.submenu {
    min-width: 250px;
    background: var(--eikra-beige);
}

body.gridlock #a33qu {
    display: none;
}

body.gridlock .shop-search-row {
    width: min(680px, calc(100% - 40px)) !important;
    max-width: 680px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.gridlock .shop-home.layout-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.gridlock .shop-home-banner,
body.gridlock .shop-home-banner > .row,
body.gridlock .shop-home-banner .layout-cell,
body.gridlock .shop-home-banner .layout-inner,
body.gridlock .shop-home-banner .layout-cell-plugin,
body.gridlock .shop-home-banner .plugin-layout-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.gridlock .shop-home-banner {
    background: var(--eikra-beige);
}

body.gridlock .shop-home-slider {
    position: relative;
    width: 100%;
    height: clamp(520px, 50vw, 950px);
    overflow: hidden;
    background: var(--eikra-beige);
}

body.gridlock .shop-home-slider .light-slider-wrapper,
body.gridlock .shop-home-slider .light-slide-wrapper,
body.gridlock .shop-home-slider .inner,
body.gridlock .shop-home-slider article,
body.gridlock .shop-home-slider a,
body.gridlock .shop-home-slider picture {
    display: block;
    width: 100%;
    height: 100%;
}

body.gridlock .shop-home-slider article {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

body.gridlock .shop-home-slider article.active,
body.gridlock .shop-home-slider article:first-child {
    opacity: 1;
    pointer-events: auto;
}

body.gridlock .shop-home-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control {
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control button {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    pointer-events: none;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control .prev {
    left: 24px;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control .next {
    right: 24px;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control span::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

body.gridlock .shop-home-slider .light-slider-prev-next-control span.prev::before {
    margin-left: 14px;
    transform: rotate(-135deg);
}

body.gridlock .shop-home-slider .light-slider-prev-next-control span.next::before {
    margin-left: 8px;
    transform: rotate(45deg);
}

body.gridlock .shop-home-slider .light-slider-dot-control {
    position: absolute;
    right: 0;
    bottom: 28px;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.gridlock .shop-home-slider .light-slider-dot-control span {
    display: block;
    width: 44px;
    height: 3px;
    background: rgba(255, 255, 255, 0.65);
}

body.gridlock .shop-home-slider .light-slider-dot-control span.active {
    background: #fff;
}

body.gridlock .shop-home-promo {
    padding: 58px 0 62px;
    background: var(--eikra-beige);
    text-align: center;
}

body.gridlock .shop-home-promo h3,
body.gridlock .category-description-row h3 {
    max-width: 900px;
    margin: 0 auto 20px;
    color: var(--eikra-brown);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
}

body.gridlock .shop-home-promo p {
    margin: 0 0 18px;
    color: var(--eikra-brown);
    font-size: 20px;
    font-weight: 700;
}

body.gridlock .shop-countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.gridlock .shop-countdown span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 50px;
    border: 1px solid rgba(115, 87, 81, 0.35);
    color: var(--eikra-brown);
    font-size: 20px;
    font-weight: 700;
}

body.gridlock .shop-home-warning {
    padding: 64px 0 54px;
    background: #fff;
    text-align: center;
}

body.gridlock .shop-home-warning h2,
body.gridlock .shop-home-categories h2,
body.gridlock .shop-home-products h2,
body.gridlock .similar-products h2 {
    margin: 0 0 28px;
    color: var(--eikra-brown);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

body.gridlock .shop-home-warning p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--eikra-brown);
    font-size: 17px;
    line-height: 1.65;
}

body.gridlock .shop-home-categories,
body.gridlock .shop-home-products,
body.gridlock .similar-products {
    padding: 56px 0;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.gridlock .similar-products.layout-container {
    background: #fff !important;
    border: 0 !important;
}

body.gridlock .shop-home-categories > .row.layout-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.gridlock .shop-home-categories > .row.layout-row > .layout-cell:first-child {
    grid-column: 1 / -1;
}

body.gridlock .shop-home-categories .layout-cell,
body.gridlock .shop-home-products .layout-cell,
body.gridlock .shop-home-warning .layout-cell,
body.gridlock .shop-home-promo .layout-cell {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

body.gridlock .shop-category-tile {
    overflow: hidden;
    background: var(--eikra-beige);
}

body.gridlock .shop-category-tile a {
    display: block;
    position: relative;
    aspect-ratio: 10 / 5.8;
}

body.gridlock .shop-category-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

body.gridlock .shop-category-tile a:hover img {
    transform: scale(1.03);
}

body.gridlock .shop-category-tile span {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

body.gridlock .products.layout-container.category-root {
    width: min(var(--eikra-container), calc(100% - 40px)) !important;
    max-width: var(--eikra-container) !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
}

body.gridlock .breadcrumbs {
    margin-bottom: 28px;
}

body.gridlock .breadcrumbs .breadcrumbs-inner {
    color: var(--eikra-brown);
    font-size: 13px;
}

body.gridlock .breadcrumbs a {
    color: var(--eikra-brown);
    text-decoration: none;
}

body.gridlock .products.layout-container .categories-products-body {
    display: grid !important;
    grid-template-columns: 275px minmax(0, 1fr) !important;
    gap: 30px !important;
    align-items: start;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .products.layout-container .categories-sidebar,
body.gridlock .products.layout-container .products-block {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .categories-block,
body.gridlock .filters-block {
    border: 0;
    background: transparent;
}

body.gridlock .categories-block a,
body.gridlock .filter-price-slider a {
    display: block;
    padding: 9px 0;
    color: var(--eikra-brown);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

body.gridlock .categories-block .child a {
    padding-left: 18px;
}

body.gridlock .filters-block {
    margin-top: 30px;
}

body.gridlock .filters-block > .title,
body.gridlock .filter-section h2.title {
    margin: 0 0 14px;
    color: var(--eikra-brown);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

body.gridlock .categories-products-header {
    margin-bottom: 22px;
}

body.gridlock .products-title.with-sort-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

body.gridlock .products-title h1,
body.gridlock .product-details-block .products-title h1 {
    margin: 0;
    color: var(--eikra-brown);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.25;
}

body.gridlock .sort-filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--eikra-brown);
    font-size: 13px;
}

body.gridlock .categories-products-sortby {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid var(--eikra-beige);
    background: #fff;
    color: var(--eikra-brown);
    cursor: pointer;
}

body.gridlock .category-description-row {
    margin: 0 0 34px !important;
    padding: 0 !important;
}

body.gridlock .category-description-row .row,
body.gridlock .category-description-row .layout-cell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .category-description-row .plugin-layout-inner {
    text-align: center;
}

body.gridlock .category-description-row .shop-countdown {
    margin-top: 16px;
}

body.gridlock .products-block > .products-row,
body.gridlock .shop-home-products > .products-row,
body.gridlock .similar-products > .products-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 44px 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .products-row > .product-block,
body.gridlock div.products-block div.products-row div.product-block {
    float: none !important;
    display: flex !important;
    flex-direction: column;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    overflow: visible !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.gridlock .product-block .product-image {
    margin: 0 0 9px !important;
    background: #fff;
}

body.gridlock div.products-block div.product-block div.product-image span.container-async,
body.gridlock .shop-home-products .product-block div.product-image span.container-async,
body.gridlock .similar-products .product-block div.product-image span.container-async {
    background: #fff !important;
}

body.gridlock .product-attributes.top-left {
    position: absolute !important;
    z-index: 2;
    top: 0 !important;
    left: 0 !important;
}

body.gridlock .product-attribute-item {
    min-height: 28px;
    padding: 6px 10px !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2;
}

body.gridlock .product-attribute-item span {
    font-size: 12px !important;
    line-height: 1.2 !important;
}

body.gridlock .product-review {
    justify-content: center !important;
    min-height: 18px;
    margin: 5px 0 7px !important;
}

body.gridlock .product-review .stars-container::before {
    color: var(--eikra-gold) !important;
    font-size: 12px;
    letter-spacing: 1px;
}

body.gridlock .product-review .review-count {
    color: var(--eikra-brown) !important;
    font-size: 13px !important;
}

body.gridlock .product-block .product-name {
    min-height: 44px;
    margin: 0 8px 8px !important;
}

body.gridlock .product-block .product-name a {
    color: var(--eikra-brown) !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    text-transform: uppercase;
}

body.gridlock .product-block .product-price-buy-block {
    min-height: 38px;
}

body.gridlock .product-block .action-price,
body.gridlock .product-block .product-price-regular .regular-price {
    color: var(--eikra-brown) !important;
    font-size: 15px !important;
    font-weight: 700;
}

body.gridlock .product-block .product-price-action .regular-price {
    color: var(--eikra-muted) !important;
    font-size: 12px !important;
    text-decoration: line-through;
}

@media (min-width: 980px) {
    body.gridlock div.products-block div.products-row div.product-block > div.hidden-block,
    body.gridlock .shop-home-products .product-block > div.hidden-block,
    body.gridlock .similar-products .product-block > div.hidden-block {
        display: flex !important;
        height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.gridlock div.products-block div.products-row div.product-block:hover > div.hidden-block,
    body.gridlock .shop-home-products .product-block:hover > div.hidden-block,
    body.gridlock .similar-products .product-block:hover > div.hidden-block {
        height: auto !important;
        margin-top: 12px !important;
        overflow: visible !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

body.gridlock .product-block .hidden-block .product-buy-block a.buy-button-details {
    min-width: 150px;
    min-height: 42px;
    padding: 13px 24px !important;
    border-radius: 30px !important;
    background: var(--eikra-red) !important;
    color: #fff !important;
    font-size: 13px !important;
    text-decoration: none;
    text-transform: uppercase;
}

body.gridlock .products-002.layout-container {
    width: min(var(--eikra-container), calc(100% - 40px)) !important;
    max-width: var(--eikra-container) !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
}

body.gridlock .products-002 .categories-products-row,
body.gridlock .products-002 .product-container-block {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .products-002 .product-row {
    display: grid !important;
    grid-template-columns: minmax(0, 560px) minmax(0, 575px) !important;
    gap: 45px !important;
    align-items: start;
    justify-content: center;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .products-002 .product-image-block,
body.gridlock .products-002 .product-details-block {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .products-002 .product-details-block {
    padding-top: 6px;
}

body.gridlock .products-002 .shop-express-gallery {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    width: 100%;
}

body.gridlock .products-002 .shop-express-gallery .product-attributes {
    grid-column: 2;
}

body.gridlock .products-002 .light-product-slider {
    grid-column: 2;
    min-width: 0;
}

body.gridlock .products-002 .shop-product-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: grid !important;
    grid-auto-rows: 76px;
    gap: 10px;
    width: 76px;
    margin: 0 !important;
}

body.gridlock .products-002 .shop-product-thumbs button {
    width: 76px !important;
    height: 76px !important;
    border: 1px solid var(--eikra-beige);
    background: #fff;
}

body.gridlock .products-002 .shop-product-thumbs button.active {
    border-color: var(--eikra-red);
}

body.gridlock .products-002 .shop-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.gridlock .products-002 .shop-express-gallery .container-async {
    background: #fff !important;
}

body.gridlock .products-002 .shop-express-gallery picture,
body.gridlock .products-002 .shop-express-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body.gridlock .product-details-block .product-review {
    justify-content: flex-start !important;
    margin: 18px 0 12px !important;
}

body.gridlock .product-sku {
    display: flex;
    gap: 8px;
    margin: 0 0 22px;
    color: var(--eikra-brown);
    font-size: 14px;
}

body.gridlock .product-price-buy-block.product {
    margin: 0 0 30px !important;
}

body.gridlock .product-details-block .product-price-action {
    justify-content: flex-start;
}

body.gridlock .product-details-block .product-price-action .regular-price {
    color: var(--eikra-muted) !important;
    font-size: 16px !important;
    text-decoration: line-through;
}

body.gridlock .product-details-block .action-price,
body.gridlock .product-details-block .product-price-regular .regular-price {
    color: var(--eikra-brown) !important;
    font-size: 24px !important;
    font-weight: 700;
}

body.gridlock .product-details-block .product-buy-block {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

body.gridlock .product-count-block {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    border: 1px solid var(--eikra-beige);
}

body.gridlock .product-count-block a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 50px;
    color: var(--eikra-brown);
    text-decoration: none;
}

body.gridlock .product-count-block a.minus::before {
    content: "-";
}

body.gridlock .product-count-block a.plus::before {
    content: "+";
}

body.gridlock .product-count-block input.count {
    width: 46px;
    height: 50px;
    border: 0;
    color: var(--eikra-brown);
    font-size: 15px;
}

body.gridlock .product-details-block .product-buy-block a.buy-button-details {
    min-width: 220px;
    min-height: 52px;
    background: var(--eikra-red) !important;
}

body.gridlock .product-short-description-block {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock .product-short-description-tab-caption {
    display: flex;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--eikra-beige);
}

body.gridlock .product-short-description-tab-caption li {
    display: block;
    padding: 0 0 12px;
    color: var(--eikra-brown);
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

body.gridlock .product-short-description-tab-content {
    max-width: 575px;
    color: var(--eikra-brown);
    font-size: 15px;
    line-height: 1.7;
    white-space: normal;
}

@media (max-width: 1220px) {
    body.gridlock #rzn1h .shop-header-row {
        width: min(1120px, calc(100% - 48px)) !important;
        grid-template-columns: minmax(260px, 1fr) auto minmax(220px, 1fr) 62px;
    }

    body.gridlock .products-002 .product-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    }
}

@media (max-width: 979px) {
    body.gridlock .layout-container,
    body.gridlock .breadcrumbs > .row,
    body.gridlock .products.layout-container,
    body.gridlock .products-002.layout-container,
    body.gridlock .similar-products.layout-container,
    body.gridlock .shop-home-categories > .row,
    body.gridlock .shop-home-products > .row,
    body.gridlock .shop-home-products > .products-row,
    body.gridlock .shop-home-warning > .row,
    body.gridlock .shop-home-promo > .row {
        width: min(720px, calc(100% - 28px)) !important;
        max-width: 720px !important;
    }

    body.gridlock #rzn1h .shop-header-row {
        grid-template-columns: 1fr auto;
        gap: 12px;
        min-height: 78px;
        width: calc(100% - 28px) !important;
        max-width: none !important;
    }

    body.gridlock #c3aqb,
    body.gridlock #u0pmi {
        display: none !important;
    }

    body.gridlock #rpoub {
        justify-self: start;
    }

    body.gridlock #oqdw6 {
        justify-self: end;
    }

    body.gridlock #logo-q1aqp img {
        width: 110px !important;
    }

    body.gridlock #s0wf8 .layout-row {
        display: grid !important;
        grid-template-columns: 48px 48px;
        justify-content: space-between;
        width: calc(100% - 28px) !important;
        max-width: none !important;
        min-height: 50px;
        border: 0;
    }

    body.gridlock #j3ihp,
    body.gridlock #a33qu {
        display: block !important;
        width: auto !important;
    }

    body.gridlock #a33qu {
        justify-self: end;
    }

    body.gridlock #a33qu p.search a {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: transparent !important;
        font-size: 0;
    }

    body.gridlock #a33qu p.search a img {
        width: 28px;
        height: 28px;
        filter: none;
    }

    body.gridlock .nav-menu-horizontal.mobile {
        display: flex !important;
        align-items: center;
        height: 42px;
    }

    body.gridlock .nav-menu-horizontal .menu-toggle-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
    }

    body.gridlock .shop-mobile-categories {
        top: 50px;
        right: -14px;
        left: -14px;
    }

    body.gridlock .shop-home-slider {
        height: clamp(340px, 111vw, 690px);
    }

    body.gridlock .shop-home-slider .light-slider-prev-next-control {
        display: none;
    }

    body.gridlock .shop-home-promo {
        padding: 42px 0 46px;
    }

    body.gridlock .shop-home-promo h3,
    body.gridlock .category-description-row h3 {
        font-size: 19px;
        line-height: 1.45;
    }

    body.gridlock .products.layout-container .categories-products-body,
    body.gridlock .products-002 .product-row {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    body.gridlock .products.layout-container .categories-sidebar {
        display: none !important;
    }

    body.gridlock .products-title.with-sort-row {
        align-items: flex-start;
        flex-direction: column;
    }

    body.gridlock .products-block > .products-row,
    body.gridlock .shop-home-products > .products-row,
    body.gridlock .similar-products > .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 14px !important;
    }

    body.gridlock .product-block > div.hidden-block {
        height: auto !important;
        margin-top: 12px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.gridlock .products-002 .shop-express-gallery {
        grid-template-columns: 1fr;
    }

    body.gridlock .products-002 .light-product-slider,
    body.gridlock .products-002 .shop-express-gallery .product-attributes {
        grid-column: 1;
    }

    body.gridlock .products-002 .shop-product-thumbs {
        grid-column: 1;
        grid-row: 2;
        display: flex !important;
        width: 100%;
        overflow-x: auto;
    }

    body.gridlock .product-details-block .product-review {
        justify-content: flex-start !important;
    }
}

@media (max-width: 739px) {
    body.gridlock .products.layout-container.category-root,
    body.gridlock .products-002.layout-container {
        margin-top: 24px !important;
    }

    body.gridlock .shop-home-warning h2,
    body.gridlock .shop-home-categories h2,
    body.gridlock .shop-home-products h2,
    body.gridlock .similar-products h2,
    body.gridlock .products-title h1,
    body.gridlock .product-details-block .products-title h1 {
        font-size: 25px;
    }

    body.gridlock .shop-home-categories > .row.layout-row {
        grid-template-columns: 1fr;
    }

    body.gridlock .shop-category-tile a {
        aspect-ratio: 10 / 7;
    }

    body.gridlock .shop-category-tile span {
        right: 18px;
        bottom: 18px;
        left: 18px;
        font-size: 18px;
    }

    body.gridlock .products-block > .products-row,
    body.gridlock .shop-home-products > .products-row,
    body.gridlock .similar-products > .products-row {
        gap: 28px 12px !important;
    }

    body.gridlock .product-block .product-name a {
        font-size: 12px !important;
    }

    body.gridlock .product-block .action-price,
    body.gridlock .product-block .product-price-regular .regular-price {
        font-size: 13px !important;
    }

    body.gridlock .product-attribute-item {
        min-height: 24px;
        padding: 5px 7px !important;
    }

    body.gridlock .product-attribute-item span {
        font-size: 10px !important;
    }

    body.gridlock .shop-countdown {
        gap: 7px;
    }

    body.gridlock .shop-countdown span {
        width: 46px;
        height: 44px;
        font-size: 17px;
    }

    body.gridlock .product-details-block .product-buy-block {
        flex-wrap: wrap;
    }

    body.gridlock .product-count-block {
        width: 100%;
        justify-content: space-between;
    }

    body.gridlock .product-details-block .product-buy-block a.buy-button-details {
        width: 100%;
        min-width: 0;
    }
}

body.gridlock div.similar-products.layout-container,
body.gridlock div.similar-products.layout-container > .row,
body.gridlock div.similar-products.layout-container > .row > div,
body.gridlock div.similar-products.layout-container h2 {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Stable storefront structure over legacy Shop-Express critical CSS. */
body.gridlock #panel {
    min-height: 100vh;
    height: auto !important;
}

body.gridlock .layout-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body.gridlock #widget-footer {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    margin-top: auto;
    border-top: 2px solid rgba(115, 87, 81, 0.18);
    background: var(--eikra-brown);
    color: #fff;
}

body.gridlock #widget-footer #xdwax {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 50px 0 44px !important;
    background: var(--eikra-brown) !important;
}

body.gridlock #widget-footer .shop-footer-row {
    display: grid !important;
    grid-template-columns: 1.25fr 0.9fr 1fr 1fr;
    gap: 44px;
    width: min(var(--eikra-container), calc(100% - 40px)) !important;
    max-width: var(--eikra-container) !important;
    margin: 0 auto !important;
}

body.gridlock #widget-footer .shop-footer-column {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    color: #fff;
}

body.gridlock #widget-footer .shop-footer-logo {
    display: block;
    width: 170px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 0;
}

body.gridlock #widget-footer .shop-footer-logo img {
    display: block;
    width: 170px;
    height: auto;
}

body.gridlock #widget-footer h3 {
    margin: 8px 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

body.gridlock #widget-footer p,
body.gridlock #widget-footer a,
body.gridlock #widget-footer li {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.55;
}

body.gridlock #widget-footer p {
    margin: 0 0 12px;
}

body.gridlock #widget-footer ul {
    margin: 0;
    padding: 0;
}

body.gridlock #widget-footer li {
    margin: 0;
    list-style: none;
}

body.gridlock #widget-footer a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
}

body.gridlock #widget-footer a:hover,
body.gridlock #widget-footer a:focus-visible {
    color: var(--eikra-red) !important;
}

body.gridlock #widget-footer .shop-footer-child a {
    padding-left: 14px;
    opacity: 0.86;
}

body.gridlock #widget-footer .shop-footer-phone {
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
}

body.gridlock #widget-footer .shop-footer-copy {
    margin-top: 24px;
    opacity: 0.72;
}

body.gridlock #content-item.layout-container {
    width: min(var(--eikra-container), calc(100% - 40px)) !important;
    max-width: var(--eikra-container) !important;
    margin: 34px auto 56px !important;
    padding: 0 !important;
}

body.gridlock #content-item > .row,
body.gridlock #content-item > .row > div {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.gridlock #content-item h1 {
    max-width: 820px;
    margin: 0 0 32px;
    color: var(--eikra-brown);
    font-size: 35px;
    line-height: 1.2;
}

body.gridlock #content-item .shop-content-text {
    max-width: 820px;
}

body.gridlock #content-item .shop-content-text p {
    margin: 0 0 14px;
    color: var(--eikra-brown);
    font-size: 16px;
    line-height: 1.55;
}

body.gridlock .products-block > .products-row,
body.gridlock .shop-home-products > .products-row,
body.gridlock .similar-products > .products-row {
    grid-auto-rows: auto;
    gap: 30px 18px !important;
    align-items: start;
}

body.gridlock .products-row > .product-block {
    align-self: start;
    height: auto !important;
}

body.gridlock .product-block .product-image,
body.gridlock .product-block .product-image .container-async,
body.gridlock .product-block .product-image img {
    border-radius: 30px;
}

body.gridlock .no-items-message {
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 46px 24px !important;
    background: #f8f5f0;
    color: var(--eikra-brown);
    text-align: center;
}

body.gridlock .shop-cart-backdrop {
    position: fixed;
    z-index: 99998;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.28);
    cursor: default;
}

body.gridlock .shop-cart-backdrop.visible {
    display: block;
}

body.gridlock.shop-sidebar-open {
    overflow: hidden;
}

body.gridlock.shop-sidebar-open::before {
    display: none;
}

body.gridlock .sidebar-popup.shopping-cart {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

body.gridlock .sidebar-popup.shopping-cart *,
body.gridlock .sidebar-popup.shopping-cart *::before,
body.gridlock .sidebar-popup.shopping-cart *::after {
    box-sizing: border-box;
}

body.gridlock .sidebar-popup.shopping-cart.hidden {
    display: none !important;
}

body.gridlock .sidebar-popup.shopping-cart > .message {
    display: none !important;
}

body.gridlock .sidebar-popup.shopping-cart .close-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

body.gridlock .sidebar-popup.shopping-cart > .content {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-color: rgba(115, 87, 81, 0.45) transparent;
    scrollbar-width: thin;
}

body.gridlock .sidebar-popup.shopping-cart > .content::-webkit-scrollbar {
    width: 6px;
}

body.gridlock .sidebar-popup.shopping-cart > .content::-webkit-scrollbar-track {
    background: transparent;
}

body.gridlock .sidebar-popup.shopping-cart > .content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(115, 87, 81, 0.45);
}

body.gridlock .shop-mini-cart {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    padding: 42px 28px 20px;
}

body.gridlock .shop-mini-cart h3 {
    margin: 0 0 18px;
    color: var(--eikra-brown);
    font-size: 26px;
}

body.gridlock .shop-mini-cart .fixed {
    position: static !important;
    width: auto !important;
    margin-top: auto;
    padding: 20px 0 max(0px, env(safe-area-inset-bottom));
    background: #fff;
}

body.gridlock .shop-mini-cart .fixed > .button,
body.gridlock .shop-mini-cart .fixed .continue-shopping .button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 46px;
}

@media (max-width: 979px) {
    body.gridlock #widget-footer .shop-footer-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
        width: min(720px, calc(100% - 28px)) !important;
    }
}

@media (max-width: 739px) {
    body.gridlock #widget-footer #xdwax {
        padding: 38px 0 34px !important;
    }

    body.gridlock #widget-footer .shop-footer-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.gridlock #widget-footer .shop-footer-column,
    body.gridlock #widget-footer .shop-footer-column p,
    body.gridlock #widget-footer .shop-footer-column h3 {
        text-align: center;
    }

    body.gridlock #widget-footer .shop-footer-logo {
        margin-right: auto;
        margin-left: auto;
    }

    body.gridlock #widget-footer a {
        min-height: 44px;
    }

    body.gridlock #content-item.layout-container {
        width: calc(100% - 28px) !important;
        margin-top: 24px !important;
        margin-bottom: 40px !important;
    }

    body.gridlock #content-item h1 {
        margin-bottom: 24px;
        font-size: 28px;
    }

    body.gridlock .sidebar-popup.shopping-cart {
        width: min(92vw, 420px);
    }
}

/* Original eikra storefront composition. Keep this block last: the mirrored
   critical bundles contain historical rules for the same component classes. */
body.gridlock {
    background: #e7d7c1;
}

body.gridlock .layout-body {
    background: #e7d7c1;
}

body.gridlock button,
body.gridlock a,
body.gridlock img {
    letter-spacing: 0;
}

body.gridlock .shop-header-row p.search a {
    width: 120px !important;
    min-height: 45px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 14px 22px !important;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    font-size: 14px !important;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    transition: background-color 180ms ease, color 180ms ease !important;
}

body.gridlock .shop-header-row p.search a img {
    flex: 0 0 auto;
    margin-right: 0 !important;
}

body.gridlock #category-simple-c9gzg > ul > li > a {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

body.gridlock .shop-header-row p.search a:hover,
body.gridlock .shop-header-row p.search a:focus-visible {
    background: #9f3433 !important;
    transform: none !important;
}

body.gridlock .shop-header-row .plugin-cart a,
body.gridlock .shop-header-row .plugin-cart svg {
    transition: opacity 180ms ease !important;
}

body.gridlock .shop-header-row .plugin-cart a:hover,
body.gridlock .shop-header-row .plugin-cart a:focus-visible {
    opacity: 0.68;
    transform: none !important;
}

body.shop-search-open {
    overflow: hidden;
}

body.gridlock .shop-search-overlay[hidden] {
    display: none !important;
}

body.gridlock .shop-search-overlay {
    position: fixed;
    z-index: 100200;
    inset: 0;
    display: grid;
    place-items: start center;
    padding: min(25vh, 220px) 24px 40px;
    background: rgba(0, 0, 0, 0.42);
}

body.gridlock .shop-search-close {
    position: absolute;
    top: 28px;
    right: 32px;
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 0 !important;
    background: transparent !important;
    cursor: pointer;
}

body.gridlock .shop-search-close img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

body.gridlock .shop-search-dialog {
    width: min(760px, 100%);
}

body.gridlock .shop-search-form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    width: 100%;
    max-width: none;
    margin: 0;
}

body.gridlock .shop-search-form .autocomplete {
    position: relative;
    display: block;
    width: 100%;
}

body.gridlock .shop-search-form input[type="text"] {
    width: 100% !important;
    height: 58px;
    box-sizing: border-box !important;
    padding: 0 24px !important;
    border: 1px solid #d8c3a6 !important;
    border-radius: 30px 0 0 30px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16) !important;
    color: #735751 !important;
    font-size: 18px !important;
}

body.gridlock .shop-search-submit {
    display: inline-grid !important;
    width: 58px !important;
    height: 58px !important;
    place-items: center;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 30px 30px 0 !important;
    background: #bf4342 !important;
    cursor: pointer;
    transition: background-color 180ms ease !important;
}

body.gridlock .shop-search-submit:hover,
body.gridlock .shop-search-submit:focus-visible {
    background: #9f3433 !important;
    transform: none !important;
}

body.gridlock .shop-search-submit img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

body.gridlock .shop-search-form .autocomplete-menu {
    position: absolute;
    z-index: 4;
    top: 70px !important;
    right: -58px;
    left: 0;
    max-height: min(440px, 55vh);
    overflow-y: auto;
    padding: 8px !important;
    border: 0 !important;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

body.gridlock .shop-search-form .autocomplete-suggestion {
    display: grid;
    min-height: 76px;
    padding: 8px;
    border-bottom: 1px solid #eadfce;
    color: #735751;
}

body.gridlock .shop-search-form .autocomplete-description {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

body.gridlock .shop-search-form .autocomplete-description p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

body.gridlock .shop-search-form .autocomplete-image img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

body.gridlock .shop-search-form .search-price {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

body.gridlock .eikra-home,
body.gridlock .eikra-home section {
    width: 100%;
    max-width: none;
    margin: 0;
    background: #e7d7c1;
}

body.gridlock .eikra-home *,
body.gridlock .eikra-home *::before,
body.gridlock .eikra-home *::after {
    box-sizing: border-box;
}

body.gridlock .eikra-container {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
}

body.gridlock .eikra-container.is-wide {
    width: min(1410px, calc(100% - 30px));
}

body.gridlock .eikra-home h2 {
    margin: 0 0 34px;
    color: #735751;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

body.gridlock .eikra-home p {
    color: #735751;
}

body.gridlock .eikra-hero {
    position: relative;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background: #735751;
}

@media (min-width: 980px) {
    body.gridlock #rzn1h .shop-header-row {
        min-height: 86px;
    }

    body.gridlock .eikra-hero {
        margin-top: -22px !important;
    }
}

body.gridlock .eikra-hero-track,
body.gridlock .eikra-hero-slide,
body.gridlock .eikra-hero-slide a,
body.gridlock .eikra-hero-slide picture {
    position: absolute;
    inset: 0;
    display: block;
}

body.gridlock .eikra-hero-slide {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease;
}

body.gridlock .eikra-hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

body.gridlock .eikra-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: none !important;
}

body.gridlock .eikra-slider-arrow,
body.gridlock .eikra-carousel-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    cursor: pointer;
    transform: translateY(-50%);
}

body.gridlock .eikra-slider-arrow::before,
body.gridlock .eikra-carousel-arrow::before {
    content: "";
    position: absolute;
    top: 13px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

body.gridlock .eikra-slider-arrow.is-prev,
body.gridlock .eikra-carousel-arrow.is-prev {
    left: 12px;
}

body.gridlock .eikra-slider-arrow.is-next,
body.gridlock .eikra-carousel-arrow.is-next {
    right: 12px;
}

body.gridlock .eikra-slider-arrow.is-prev::before,
body.gridlock .eikra-carousel-arrow.is-prev::before {
    left: 17px;
    transform: rotate(-135deg);
}

body.gridlock .eikra-slider-arrow.is-next::before,
body.gridlock .eikra-carousel-arrow.is-next::before {
    right: 17px;
    transform: rotate(45deg);
}

body.gridlock .eikra-slider-dots {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 24px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

body.gridlock .eikra-slider-dots button,
body.gridlock .eikra-carousel-dots button {
    width: 34px !important;
    height: 2px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.58) !important;
    cursor: pointer;
}

body.gridlock .eikra-slider-dots button.is-active,
body.gridlock .eikra-carousel-dots button.is-active {
    background: #bf4342 !important;
}

body.gridlock .eikra-promo {
    padding: 24px 0 30px;
    text-align: center;
}

body.gridlock .eikra-promo h2 {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 23px;
    line-height: 1.5;
    text-transform: none;
}

body.gridlock .eikra-promo h3 {
    margin: 0 0 15px;
    color: #735751;
    font-size: 21px;
}

body.gridlock .eikra-promo .shop-countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
}

body.gridlock .eikra-promo .shop-countdown span {
    display: grid;
    width: 68px;
    min-height: 58px;
    place-content: center;
    padding: 6px;
    border: 1px solid rgba(115, 87, 81, 0.3);
    color: #735751;
}

body.gridlock .eikra-promo .shop-countdown strong {
    font-size: 20px;
    line-height: 1;
}

body.gridlock .eikra-promo .shop-countdown small {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

body.gridlock .eikra-ornament {
    width: 100%;
    height: 66px;
    overflow: hidden;
    background: #e7d7c1;
}

body.gridlock .eikra-ornament img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none !important;
}

body.gridlock .eikra-warning {
    padding: 35px 0 38px;
    text-align: center;
}

body.gridlock .eikra-warning h2 {
    margin-bottom: 14px;
    color: #ff392c;
    font-size: 17px;
    text-transform: none;
}

body.gridlock .eikra-warning p {
    max-width: 1050px;
    margin: 0 auto 12px;
    color: #ff392c;
    font-size: 16px;
    line-height: 1.55;
}

body.gridlock .eikra-home-products {
    padding: 18px 0 42px;
}

body.gridlock .eikra-home-products > .eikra-container > h2 {
    margin-bottom: 32px;
}

body.gridlock .eikra-home-products .products-row,
body.gridlock .products-block > .products-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100% !important;
    margin: 0 !important;
}

body.gridlock .eikra-home-products .product-block,
body.gridlock .products-block > .products-row > .product-block,
body.gridlock .similar-products .product-block {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    flex-direction: column;
    background: transparent !important;
    box-shadow: none !important;
}

body.gridlock .eikra-home-products .product-image,
body.gridlock .products-block .product-block .product-image,
body.gridlock .similar-products .product-block .product-image {
    position: relative !important;
    width: 100%;
    aspect-ratio: 1;
    margin: 0 0 10px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    background: #fff !important;
}

body.gridlock .product-block .product-image > .image-main,
body.gridlock .product-block .product-image > .image-additional {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    border-radius: 30px !important;
    opacity: 1;
    transition: opacity 180ms ease !important;
}

body.gridlock .product-block .product-image > .image-additional {
    z-index: 1;
    opacity: 0;
}

body.gridlock .product-block.has-additional-image:hover .product-image > .image-main,
body.gridlock .product-block.has-additional-image:focus-within .product-image > .image-main {
    display: block !important;
    opacity: 0;
}

body.gridlock .product-block.has-additional-image:hover .product-image > .image-additional,
body.gridlock .product-block.has-additional-image:focus-within .product-image > .image-additional {
    display: block !important;
    opacity: 1;
}

body.gridlock .product-block .product-image .container-async,
body.gridlock div.products-block div.product-block div.product-image span.container-async,
body.gridlock .eikra-home-products .product-block div.product-image span.container-async {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 30px !important;
    background: #fff !important;
}

body.gridlock .product-block .product-image picture,
body.gridlock .product-block .product-image img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border-radius: 30px !important;
    object-fit: cover !important;
    transform: none !important;
    transition: none !important;
}

body.gridlock .product-block .product-attributes.top-left {
    z-index: 3;
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px);
    padding: 0 !important;
}

body.gridlock .product-block .product-attribute-item {
    min-height: 32px;
    padding: 7px 11px !important;
    border-radius: 18px !important;
}

body.gridlock .product-block .product-review {
    min-height: 18px;
    margin: 2px 0 8px !important;
}

body.gridlock .product-block .product-name {
    min-height: 44px;
    margin: 0 4px 8px !important;
}

body.gridlock .product-block .product-name p {
    margin: 0;
}

body.gridlock .product-block .product-name a {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

body.gridlock .product-block .product-price-buy-block {
    min-height: 47px;
}

body.gridlock .product-block .action-price,
body.gridlock .product-block .product-price-regular .regular-price {
    font-size: 16px !important;
    color: #111 !important;
}

body.gridlock .product-block > .hidden-block,
body.gridlock div.products-block div.products-row div.product-block > div.hidden-block,
body.gridlock .eikra-home-products .product-block > div.hidden-block,
body.gridlock .similar-products .product-block > div.hidden-block {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 12px 0 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
}

body.gridlock .product-block > .hidden-block .product-buy-block,
body.gridlock div.products-block div.products-row div.product-block > div.hidden-block .product-buy-block {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

body.gridlock .product-block .hidden-block a.buy-button-details,
body.gridlock div.products-block div.products-row div.product-block > div.hidden-block a.buy-button-details {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 42px !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #bf4342 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: background-color 180ms ease !important;
}

body.gridlock .product-block .hidden-block a.buy-button-details:hover,
body.gridlock .product-block .hidden-block a.buy-button-details:focus-visible {
    background: #9f3433 !important;
    transform: none !important;
    box-shadow: none !important;
}

body.gridlock .eikra-flavors,
body.gridlock .eikra-categories,
body.gridlock .eikra-certificates,
body.gridlock .eikra-reviews,
body.gridlock .eikra-gallery {
    padding: 48px 0 54px;
}

body.gridlock .eikra-flavors > .eikra-container > p {
    margin: -10px auto 42px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

body.gridlock .eikra-carousel {
    position: relative;
}

body.gridlock .eikra-carousel-viewport {
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

body.gridlock .eikra-carousel-viewport::-webkit-scrollbar {
    display: none;
}

body.gridlock .eikra-carousel-track {
    display: flex;
    gap: 24px;
}

body.gridlock .eikra-carousel-track > * {
    flex: 0 0 calc((100% - 72px) / 4);
}

body.gridlock .eikra-flavor-card {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

body.gridlock .eikra-flavor-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
}

body.gridlock .eikra-flavor-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none !important;
}

body.gridlock .eikra-flavor-card h3 {
    position: absolute;
    z-index: 1;
    inset: 50% 12px auto;
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    transform: translateY(-50%);
}

body.gridlock .eikra-carousel-arrow {
    width: 40px !important;
    height: 52px !important;
    background: rgba(115, 87, 81, 0.44) !important;
}

body.gridlock .eikra-carousel-arrow.is-prev {
    left: 0;
}

body.gridlock .eikra-carousel-arrow.is-next {
    right: 0;
}

body.gridlock .eikra-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    min-height: 16px;
    margin-top: 18px;
}

body.gridlock .eikra-carousel-dots button {
    width: 23px !important;
    background: rgba(191, 67, 66, 0.42) !important;
}

body.gridlock .eikra-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.gridlock .eikra-category-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    color: #333;
    text-decoration: none;
}

body.gridlock .eikra-category-card img {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: opacity 180ms ease !important;
}

body.gridlock .eikra-category-card > span {
    padding-top: 11px;
    font-size: 14px;
}

body.gridlock .eikra-category-card .eikra-category-arrow {
    padding-left: 12px;
    font-size: 20px;
}

body.gridlock .eikra-category-card:hover img,
body.gridlock .eikra-category-card:focus-visible img {
    opacity: 0.84;
    transform: none !important;
}

body.gridlock .eikra-certificate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

body.gridlock .eikra-certificate-grid a,
body.gridlock .eikra-certificate-grid img {
    display: block;
    width: 100%;
}

body.gridlock .eikra-certificate-grid img {
    aspect-ratio: 7 / 10;
    object-fit: cover;
    transition: opacity 180ms ease !important;
}

body.gridlock .eikra-certificate-grid a:hover img,
body.gridlock .eikra-certificate-grid a:focus-visible img {
    opacity: 0.84;
}

body.gridlock .eikra-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #735751 !important;
}

body.gridlock .eikra-about picture,
body.gridlock .eikra-about picture img {
    display: block;
    width: 100%;
    height: 100%;
}

body.gridlock .eikra-about picture img {
    object-fit: cover;
    transition: none !important;
}

body.gridlock .eikra-about-content {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    padding: 54px 70px;
    background: #735751;
}

body.gridlock .eikra-about-content h2,
body.gridlock .eikra-about-content p {
    color: #e7d7c1;
    text-align: left;
}

body.gridlock .eikra-about-content h2 {
    margin-bottom: 24px;
    font-size: 28px;
}

body.gridlock .eikra-about-content p {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

body.gridlock .eikra-button {
    display: inline-flex;
    width: max-content;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 30px;
    border-radius: 30px;
    background: #bf4342;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease !important;
}

body.gridlock .eikra-button:hover,
body.gridlock .eikra-button:focus-visible {
    background: #9f3433;
    color: #fff;
    transform: none !important;
}

body.gridlock .eikra-review-card {
    display: flex;
    min-height: 210px;
    align-items: center;
    background: #fff;
}

body.gridlock .eikra-review-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    transition: opacity 180ms ease !important;
}

body.gridlock .eikra-review-card:hover img,
body.gridlock .eikra-review-card:focus-visible img {
    opacity: 0.82;
}

body.gridlock .eikra-video {
    padding: 22px 0 36px;
}

body.gridlock .eikra-video iframe {
    display: block;
    width: min(960px, 67%);
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
    border: 0;
}

body.gridlock .eikra-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

body.gridlock .eikra-gallery-grid a,
body.gridlock .eikra-gallery-grid img {
    display: block;
    width: 100%;
}

body.gridlock .eikra-gallery-grid img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    transition: opacity 180ms ease !important;
}

body.gridlock .eikra-gallery-grid a:hover img,
body.gridlock .eikra-gallery-grid a:focus-visible img {
    opacity: 0.84;
}

body.gridlock .shop-price-filter {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

body.gridlock .filter-price-slider:not([hidden]) {
    display: block !important;
}

body.gridlock .shop-price-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.gridlock .shop-price-fields label {
    margin: 0;
    color: #735751;
    font-size: 12px;
}

body.gridlock .shop-price-fields label span {
    display: block;
    margin-bottom: 5px;
}

body.gridlock .shop-price-fields input[type="number"] {
    width: 100% !important;
    min-width: 0;
    height: 38px;
    box-sizing: border-box;
    padding: 0 8px;
    border: 1px solid #d8c3a6;
    border-radius: 0;
    background: #fff;
    color: #735751;
    font: inherit;
}

body.gridlock .shop-price-filter button {
    min-height: 38px;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #bf4342 !important;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 180ms ease !important;
}

body.gridlock .shop-price-filter button:hover,
body.gridlock .shop-price-filter button:focus-visible {
    background: #9f3433 !important;
    transform: none !important;
}

body.gridlock .shop-filter-reset {
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1199px) {
    body.gridlock .eikra-home-products .products-row,
    body.gridlock .products-block > .products-row {
        gap: 24px 18px !important;
    }

    body.gridlock .eikra-about-content {
        padding: 42px 40px;
    }
}

@media (max-width: 979px) {
    body.gridlock .products.layout-container .categories-sidebar {
        position: fixed !important;
        z-index: 100100;
        inset: 0;
        display: block !important;
        width: 100% !important;
        height: 100dvh;
        box-sizing: border-box;
        overflow-y: auto;
        padding: 70px 28px 42px !important;
        background: #e7d7c1 !important;
        transform: translateX(100%);
        transition: transform 220ms ease !important;
    }

    body.gridlock.show-filters .products.layout-container .categories-sidebar {
        transform: translateX(0) !important;
    }

    body.gridlock .products.layout-container .sidebar-panel-mobile {
        z-index: 100110;
        display: block !important;
        height: 58px;
        box-sizing: border-box;
        padding: 0 18px;
        background: #e7d7c1;
        border-bottom: 1px solid rgba(115, 87, 81, 0.18);
        transform: translateX(100%);
        transition: transform 220ms ease !important;
    }

    body.gridlock.show-filters .products.layout-container .sidebar-panel-mobile {
        transform: translateX(0) !important;
    }

    body.gridlock .sidebar-panel-mobile .close-button {
        display: grid;
        width: 48px;
        height: 58px;
        place-items: center;
        margin-left: auto;
        background: none !important;
        color: #735751;
        font-size: 0;
        text-decoration: none;
    }

    body.gridlock .sidebar-panel-mobile .close-button::after {
        content: "×";
        font-size: 32px;
        font-weight: 300;
        line-height: 1;
    }

    body.gridlock .eikra-home-products .products-row,
    body.gridlock .products-block > .products-row,
    body.gridlock .similar-products > .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.gridlock .eikra-carousel-track > * {
        flex-basis: calc((100% - 20px) / 2);
    }

    body.gridlock .eikra-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.gridlock .eikra-about {
        grid-template-columns: 1fr;
    }

    body.gridlock .eikra-about picture {
        aspect-ratio: 10 / 7;
    }

    body.gridlock .eikra-about-content {
        min-height: 0;
    }

    body.gridlock .eikra-video iframe {
        width: 86%;
    }

    body.gridlock .eikra-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 739px) {
    body.gridlock .shop-search-overlay {
        padding: 120px 14px 30px;
    }

    body.gridlock .shop-search-close {
        top: 18px;
        right: 18px;
    }

    body.gridlock .shop-search-form {
        grid-template-columns: minmax(0, 1fr) 50px;
    }

    body.gridlock .shop-search-form input[type="text"],
    body.gridlock .shop-search-submit {
        height: 50px !important;
    }

    body.gridlock .shop-search-submit {
        width: 50px !important;
    }

    body.gridlock .shop-search-form .autocomplete-menu {
        right: -50px;
        top: 61px !important;
    }

    body.gridlock .shop-search-form .autocomplete-description {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    body.gridlock .shop-search-form .search-price {
        grid-column: 2;
    }

    body.gridlock .eikra-container,
    body.gridlock .eikra-container.is-wide {
        width: calc(100% - 28px);
    }

    body.gridlock .eikra-home h2 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    body.gridlock .eikra-hero {
        aspect-ratio: 9 / 10;
    }

    body.gridlock .eikra-slider-arrow {
        width: 40px !important;
        height: 40px !important;
    }

    body.gridlock .eikra-promo {
        padding: 28px 0 32px;
    }

    body.gridlock .eikra-promo h2 {
        font-size: 17px;
        line-height: 1.45;
    }

    body.gridlock .eikra-promo h3 {
        font-size: 17px;
    }

    body.gridlock .eikra-promo .shop-countdown {
        gap: 6px;
    }

    body.gridlock .eikra-promo .shop-countdown span {
        width: 58px;
        min-height: 54px;
    }

    body.gridlock .eikra-ornament {
        height: 34px;
    }

    body.gridlock .eikra-warning {
        padding: 28px 0 30px;
    }

    body.gridlock .eikra-warning p {
        font-size: 14px;
    }

    body.gridlock .eikra-home-products,
    body.gridlock .eikra-flavors,
    body.gridlock .eikra-categories,
    body.gridlock .eikra-certificates,
    body.gridlock .eikra-reviews,
    body.gridlock .eikra-gallery {
        padding: 36px 0 40px;
    }

    body.gridlock .eikra-home-products .products-row,
    body.gridlock .products-block > .products-row {
        gap: 30px 10px !important;
    }

    body.gridlock .product-block .product-image,
    body.gridlock .product-block .product-image > .image-main,
    body.gridlock .product-block .product-image > .image-additional,
    body.gridlock .product-block .product-image .container-async,
    body.gridlock .product-block .product-image img {
        border-radius: 18px !important;
    }

    body.gridlock .product-block .product-attribute-item {
        min-height: 26px;
        padding: 5px 8px !important;
    }

    body.gridlock .product-block .product-attribute-item span {
        font-size: 9px !important;
    }

    body.gridlock .product-block .product-name {
        min-height: 56px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.gridlock .product-block .product-name a {
        font-size: 10px !important;
    }

    body.gridlock .product-block .action-price,
    body.gridlock .product-block .product-price-regular .regular-price {
        font-size: 12px !important;
    }

    body.gridlock .product-block .hidden-block a.buy-button-details,
    body.gridlock div.products-block div.products-row div.product-block > div.hidden-block a.buy-button-details {
        min-height: 36px !important;
        padding: 8px 6px !important;
        font-size: 11px !important;
    }

    body.gridlock .eikra-flavors > .eikra-container > p {
        margin-bottom: 28px;
        font-size: 14px;
    }

    body.gridlock .eikra-carousel-track {
        gap: 0;
    }

    body.gridlock .eikra-carousel-track > * {
        flex-basis: 100%;
    }

    body.gridlock .eikra-category-grid,
    body.gridlock .eikra-certificate-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body.gridlock .eikra-about picture {
        aspect-ratio: 8 / 10;
    }

    body.gridlock .eikra-about-content {
        padding: 36px 24px 40px;
    }

    body.gridlock .eikra-about-content h2 {
        font-size: 24px;
    }

    body.gridlock .eikra-about-content p {
        font-size: 14px;
    }

    body.gridlock .eikra-video {
        padding: 14px 0 24px;
    }

    body.gridlock .eikra-video iframe {
        width: calc(100% - 28px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.gridlock .eikra-hero-slide,
    body.gridlock .eikra-carousel-viewport,
    body.gridlock .product-block .product-image > .image-main,
    body.gridlock .product-block .product-image > .image-additional {
        scroll-behavior: auto;
        transition: none !important;
    }
}

/* Тимчасове повідомлення про помилку мережевих дій (кошик, пошук) */
body.gridlock .shop-js-notice {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 12px);
    max-width: min(92vw, 420px);
    padding: 12px 18px;
    background: #bf4342;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1200;
}

body.gridlock .shop-js-notice.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* ===== Reference design parity (2026-07-17) ===== */

/* Білий контент; беж лишається на шапці, хлібних крихтах і головній */
body.gridlock .layout-body {
    background: #fff;
}

body.gridlock #widget-header,
body.gridlock .shop-breadcrumbs-band {
    background: var(--eikra-beige);
}

body.gridlock.eikra-home-page .layout-body {
    background: var(--eikra-beige);
}

/* Хлібні крихти по центру в бежевій смузі */
body.gridlock .shop-breadcrumbs-band {
    padding: 4px 0 16px;
}

body.gridlock .shop-breadcrumbs-band .breadcrumbs {
    margin: 0;
    padding: 0;
}

body.gridlock .shop-breadcrumbs-band .breadcrumbs-inner {
    text-align: center;
    font-size: 15px;
    color: #333;
}

body.gridlock .shop-breadcrumbs-band .breadcrumbs a {
    color: var(--eikra-red);
}

body.gridlock .shop-breadcrumbs-band .breadcrumbs .separator {
    margin: 0 6px;
    color: #7a6a5f;
}

/* Заголовки сторінок */
body.gridlock .shop-page-title {
    margin: 34px 0 26px;
    color: var(--eikra-brown);
    font-size: 34px;
    text-transform: uppercase;
}

/* ===== Футер ===== */
body.gridlock #widget-footer #xdwax {
    padding: 48px 0 56px;
}

body.gridlock .shop-footer-row {
    display: grid;
    grid-template-columns: 2.2fr 2fr 2fr 2fr 0.8fr;
    gap: 28px;
    align-items: start;
    max-width: var(--eikra-container);
    margin: 0 auto;
    padding: 0 20px;
}

body.gridlock .shop-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.gridlock .shop-footer-column li {
    margin: 0 0 8px;
}

body.gridlock .shop-footer-column a {
    color: var(--eikra-beige);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

body.gridlock .shop-footer-column a:hover {
    color: var(--eikra-red);
}

body.gridlock .shop-footer-phone {
    font-weight: 700;
}

body.gridlock .shop-footer-social {
    text-align: right;
}

body.gridlock .shop-footer-social svg {
    width: 30px;
    height: 30px;
}

/* ===== Картки товарів ===== */
body.gridlock .product-block .card-buy-block {
    margin-top: 12px;
}

body.gridlock .product-block .card-buy-block a.buy-button-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    background: var(--eikra-red);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

body.gridlock .product-block .card-buy-block a.buy-button-details:hover {
    background: var(--eikra-red-dark);
}

body.gridlock .product-block .card-buy-block a.buy-button-details.process {
    opacity: 0.6;
    pointer-events: none;
}

/* Нова ціна першою, стара — закреслена сірим поруч */
body.gridlock .product-price-action {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 4px 10px;
}

body.gridlock .product-price-action .action-price {
    color: #1e1e1e;
    font-weight: 700;
}

body.gridlock .product-price-action .regular-price {
    color: #9b8d84;
    text-decoration: line-through;
    font-weight: 400;
}

/* ===== Головна ===== */
@media (min-width: 740px) {
    body.gridlock.eikra-home-page .eikra-warning {
        background: #fff;
    }
}

body.gridlock .eikra-home-products .products-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 26px;
}

/* Dash-точки каруселі смаків */
body.gridlock .eikra-carousel-dots.is-dashes button {
    width: 26px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: rgba(191, 67, 66, 0.35) !important;
}

body.gridlock .eikra-carousel-dots.is-dashes button.is-active {
    background: var(--eikra-red) !important;
}

/* Відео з тонкою рамкою */
body.gridlock .eikra-video iframe {
    border: 1px solid #3c2f2b;
}

/* ===== Сторінка товару ===== */
body.gridlock .products-002 .products-title h1 {
    margin: 6px 0 12px;
    color: var(--eikra-brown);
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
}

body.gridlock .product-sku {
    margin: 10px 0 16px;
    font-size: 15px;
    color: #333;
}

body.gridlock .product-sku .value {
    font-weight: 700;
    margin-left: 4px;
}

body.gridlock .product-details-block .product-price-action {
    justify-content: flex-start;
    gap: 6px 14px;
}

body.gridlock .product-details-block .product-price-action .action-price {
    font-size: 26px;
}

body.gridlock .product-details-block .product-price-action .regular-price {
    font-size: 17px;
}

body.gridlock .shop-description-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    background: none;
    color: var(--eikra-red);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

body.gridlock .shop-description-toggle .indicator {
    font-size: 20px;
    line-height: 1;
}

body.gridlock .product-short-description-block {
    border-bottom: 1px solid #e5ded6;
    padding-bottom: 26px;
}

/* Промо-таймер на білому фоні сторінки товару */
body.gridlock .eikra-promo.is-product {
    background: transparent;
    padding: 40px 0 10px;
}

/* ===== Відгуки на сторінці товару ===== */
body.gridlock .shop-product-reviews {
    margin-top: 40px;
}

body.gridlock .shop-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 56px;
}

body.gridlock .shop-reviews-grid h2 {
    margin-bottom: 22px;
    color: var(--eikra-brown);
    font-size: 26px;
    text-transform: uppercase;
}

body.gridlock .shop-review-item {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 20px;
    padding: 18px 20px;
    margin-bottom: 14px;
    background: #f7f6f5;
}

body.gridlock .shop-review-meta .name {
    font-weight: 700;
    margin-bottom: 6px;
}

body.gridlock .shop-review-meta .stars {
    color: #1e1e1e;
    letter-spacing: 2px;
    font-size: 13px;
}

body.gridlock .shop-review-meta .stars .star.empty {
    color: #c9c2bb;
}

body.gridlock .shop-review-meta .date {
    margin-top: 6px;
    color: #9b8d84;
    font-size: 13px;
}

body.gridlock .shop-review-text {
    font-size: 15px;
    line-height: 1.5;
}

body.gridlock .shop-no-reviews {
    color: #7a6a5f;
}

body.gridlock .shop-review-form-block label {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
}

body.gridlock .shop-review-form-block label > span {
    display: block;
    margin-bottom: 6px;
}

body.gridlock .shop-review-form-block input[type="text"],
body.gridlock .shop-review-form-block textarea {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #d9c1a6;
    border-radius: 22px;
    background: #fff;
    font: inherit;
}

body.gridlock .shop-review-form-block textarea {
    border-radius: 14px;
    resize: vertical;
}

body.gridlock .shop-review-rating {
    margin-bottom: 16px;
    font-size: 14px;
}

body.gridlock .shop-rating-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
    margin-top: 6px;
}

body.gridlock .shop-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.gridlock .shop-rating-input label {
    margin: 0;
    color: #c9c2bb;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

body.gridlock .shop-rating-input input:checked ~ label,
body.gridlock .shop-rating-input label:hover,
body.gridlock .shop-rating-input label:hover ~ label {
    color: var(--eikra-gold);
}

body.gridlock .shop-review-form-block .button {
    min-width: 220px;
}

/* ===== Кошик (таблиця) ===== */
body.gridlock .shop-cart-head,
body.gridlock .shop-cart-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px 150px 130px;
    gap: 16px;
    align-items: center;
}

body.gridlock .shop-cart-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e4e0;
    font-size: 15px;
    color: #333;
}

body.gridlock .shop-cart-row {
    padding: 26px 0;
    border-bottom: 1px solid #e8e4e0;
}

body.gridlock .shop-cart-row .col-product {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

body.gridlock .shop-cart-image img {
    display: block;
    width: 170px;
    height: auto;
}

body.gridlock .shop-cart-main .name {
    display: block;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 1.4;
    text-decoration: none;
}

body.gridlock .shop-cart-main .name:hover {
    color: var(--eikra-red);
}

body.gridlock .shop-link-button {
    padding: 0;
    border: 0;
    background: none;
    color: #7a6a5f;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

body.gridlock .shop-link-button:hover {
    color: var(--eikra-red);
}

body.gridlock .shop-cart-row .col-price strong {
    display: inline;
    font-weight: 700;
    color: #1e1e1e;
}

body.gridlock .shop-cart-row .col-price s {
    margin-left: 8px;
    color: #9b8d84;
}

body.gridlock .product-count-block {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd6cf;
    border-radius: 4px;
    background: #fff;
}

body.gridlock .product-count-block .minus,
body.gridlock .product-count-block .plus {
    position: relative;
    width: 34px;
    height: 34px;
    text-decoration: none;
}

body.gridlock .product-count-block .minus::before,
body.gridlock .product-count-block .plus::before,
body.gridlock .product-count-block .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #4a4a4a;
    transform: translate(-50%, -50%);
}

body.gridlock .product-count-block .plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

body.gridlock .product-count-block input.count {
    width: 40px;
    border: 0;
    background: none;
    text-align: center;
    font: inherit;
    -moz-appearance: textfield;
}

body.gridlock .product-count-block input.count::-webkit-outer-spin-button,
body.gridlock .product-count-block input.count::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body.gridlock .shop-cart-summary-band {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 0 60px;
}

body.gridlock .shop-cart-total-line {
    display: flex;
    align-items: baseline;
    gap: 28px;
}

body.gridlock .shop-cart-total-line .label {
    color: var(--eikra-brown);
    font-size: 24px;
    font-weight: 700;
}

body.gridlock .shop-cart-total-line s {
    color: #9b8d84;
    font-size: 18px;
    margin-right: 10px;
}

body.gridlock .shop-cart-total-line strong {
    color: #1e1e1e;
    font-size: 24px;
}

body.gridlock .shop-cart-discount {
    margin-top: 4px;
    color: #7a6a5f;
    font-size: 15px;
}

body.gridlock .shop-cart-submit {
    margin-top: 22px;
    min-width: 300px;
    text-align: center;
    text-transform: uppercase;
}

/* ===== Checkout ===== */
body.gridlock .shop-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 56px;
    align-items: start;
    padding-bottom: 70px;
}

body.gridlock .shop-checkout-form .shop-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin-bottom: 18px;
}

body.gridlock .shop-checkout-form label {
    display: block;
    font-size: 14px;
    color: #333;
}

body.gridlock .shop-checkout-form label > span {
    display: block;
    margin-bottom: 6px;
}

body.gridlock .shop-checkout-form input[type="text"],
body.gridlock .shop-checkout-form input[type="tel"],
body.gridlock .shop-checkout-form input[type="email"],
body.gridlock .shop-checkout-form select,
body.gridlock .shop-checkout-form textarea {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #d9c1a6;
    border-radius: 22px;
    background: #fff;
    font: inherit;
    color: #333;
}

body.gridlock .shop-checkout-form select:disabled {
    background: #f4f0ea;
    color: #555;
}

body.gridlock .shop-checkout-form textarea {
    border-radius: 14px;
    resize: vertical;
}

body.gridlock .shop-field-phone {
    margin-bottom: 18px;
}

body.gridlock .shop-phone-wrap {
    position: relative;
    display: block;
}

body.gridlock .shop-phone-wrap .shop-phone-prefix {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 16px;
}

body.gridlock .shop-phone-wrap input {
    padding-left: 44px;
}

body.gridlock .shop-quick-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin: -6px 0 26px;
}

body.gridlock .shop-quick-cities button {
    padding: 0;
    border: 0;
    background: none;
    color: var(--eikra-red);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

body.gridlock .shop-checkout-subtitle {
    margin: 10px 0 16px;
    color: #1e1e1e;
    font-size: 22px;
}

body.gridlock .shop-delivery-box {
    padding: 22px 24px;
    border: 1px solid #ddd6cf;
    border-radius: 10px;
    margin-bottom: 26px;
}

body.gridlock .shop-delivery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.gridlock .shop-radio {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px !important;
}

body.gridlock .shop-radio input {
    width: 18px;
    height: 18px;
    accent-color: var(--eikra-red);
}

body.gridlock .shop-delivery-tariff {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

body.gridlock .shop-delivery-hint {
    margin: 6px 0 14px 28px;
    color: #7a6a5f;
    font-size: 14px;
}

body.gridlock .shop-delivery-branch {
    display: block;
    margin: 0 0 12px 28px;
}

body.gridlock .shop-map-link {
    margin-left: 28px;
    color: var(--eikra-red);
    font-size: 15px;
    text-decoration: none;
}

body.gridlock .shop-map-link:hover {
    text-decoration: underline;
}

body.gridlock .shop-payment-box .shop-comment {
    margin-top: 14px;
}

body.gridlock .shop-checkout-actions {
    display: flex;
    justify-content: flex-end;
}

body.gridlock .shop-checkout-actions .button {
    min-width: 260px;
    text-transform: uppercase;
}

/* Сайдбар «Замовлення» */
body.gridlock .shop-order-summary {
    background: var(--eikra-beige);
    padding: 30px 28px;
}

body.gridlock .shop-order-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
}

body.gridlock .shop-order-head h2 {
    margin: 0;
    font-size: 19px;
    color: #1e1e1e;
}

body.gridlock .shop-order-head a {
    color: var(--eikra-brown);
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
}

body.gridlock .shop-order-line {
    display: flex;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(115, 87, 81, 0.25);
}

body.gridlock .shop-order-line .thumb img {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: cover;
    background: #fff;
}

body.gridlock .shop-order-line .info {
    flex: 1;
    min-width: 0;
}

body.gridlock .shop-order-line .name {
    display: block;
    margin-bottom: 8px;
    color: var(--eikra-red-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

body.gridlock .shop-order-line .price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

body.gridlock .shop-order-line .prices strong {
    display: block;
    font-size: 14px;
}

body.gridlock .shop-order-line .prices s {
    color: #9b8d84;
    font-size: 12px;
}

body.gridlock .shop-order-line .product-count-block {
    background: transparent;
    border-color: rgba(115, 87, 81, 0.35);
}

body.gridlock .shop-order-line .product-count-block .minus,
body.gridlock .shop-order-line .product-count-block .plus {
    width: 26px;
    height: 26px;
}

body.gridlock .shop-order-line .product-count-block input.count {
    width: 28px;
}

body.gridlock .shop-order-totals div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

body.gridlock .shop-order-grand {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(115, 87, 81, 0.25);
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
}

/* ===== Мобільні правки ===== */
@media (max-width: 979px) {
    body.gridlock .shop-checkout-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    body.gridlock .shop-reviews-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 739px) {
    body.gridlock .shop-footer-row {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 22px;
        text-align: center;
    }

    body.gridlock .shop-footer-menu,
    body.gridlock .shop-footer-categories {
        display: none;
    }

    body.gridlock .shop-footer-social {
        text-align: center;
    }

    body.gridlock .shop-page-title {
        font-size: 28px;
    }

    body.gridlock .eikra-home-products .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 12px;
    }

    body.gridlock .shop-cart-head {
        grid-template-columns: minmax(0, 1fr);
    }

    body.gridlock .shop-cart-head .col-price,
    body.gridlock .shop-cart-head .col-qty,
    body.gridlock .shop-cart-head .col-total {
        display: none;
    }

    body.gridlock .shop-cart-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    body.gridlock .shop-cart-row .col-product {
        grid-column: 1 / -1;
        gap: 14px;
    }

    body.gridlock .shop-cart-image img {
        width: 96px;
    }

    body.gridlock .shop-cart-row .col-price {
        grid-column: 1 / -1;
    }

    body.gridlock .shop-cart-row .col-qty {
        justify-self: end;
    }

    body.gridlock .shop-cart-row .col-total {
        justify-self: end;
        font-size: 17px;
    }

    body.gridlock .shop-cart-summary-band {
        align-items: stretch;
    }

    body.gridlock .shop-cart-total-line {
        justify-content: space-between;
    }

    body.gridlock .shop-cart-discount {
        text-align: right;
    }

    body.gridlock .shop-cart-submit {
        min-width: 0;
    }

    body.gridlock .shop-checkout-form .shop-field-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.gridlock .shop-review-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    body.gridlock .shop-checkout-actions .button {
        width: 100%;
    }
}

/* ===== Фікси конфліктів зі старими правилами ===== */

/* Футер: перекриваємо старий 4-колонковий грід */
body.gridlock #widget-footer .shop-footer-row {
    grid-template-columns: 2.2fr 2fr 2fr 2fr 0.8fr !important;
    gap: 28px !important;
    align-items: start;
}

@media (max-width: 979px) and (min-width: 740px) {
    body.gridlock #widget-footer .shop-footer-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 739px) {
    body.gridlock #widget-footer .shop-footer-row {
        grid-template-columns: minmax(0, 1fr) !important;
        justify-items: center;
        text-align: center;
    }
}

/* Степер: прибрати текстові -/+ зі старих правил, лишити наші риски */
body.gridlock .product-count-block a.minus::before,
body.gridlock .product-count-block a.plus::before {
    content: "";
}

/* Компактний степер у кошику та сайдбарі замовлення */
body.gridlock .shop-cart-row .product-count-block,
body.gridlock .shop-order-line .product-count-block {
    min-height: 0;
}

body.gridlock .shop-cart-row .product-count-block a,
body.gridlock .shop-order-line .product-count-block a {
    width: 32px;
    height: 34px;
}

body.gridlock .shop-cart-row .product-count-block input.count {
    width: 40px;
    height: 34px;
}

body.gridlock .shop-order-line .product-count-block input.count {
    width: 28px;
    height: 26px;
}

body.gridlock .shop-order-line .product-count-block a {
    width: 26px;
    height: 26px;
}

/* Червоні кнопки нових сторінок */
body.gridlock .shop-cart-submit,
body.gridlock .shop-checkout-actions .button,
body.gridlock .shop-review-form-block .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--eikra-red);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

body.gridlock .shop-cart-submit:hover,
body.gridlock .shop-checkout-actions .button:hover,
body.gridlock .shop-review-form-block .button:hover {
    background: var(--eikra-red-dark);
    color: #fff;
}

/* Checkout: нейтралізація старого grid на самій формі */
body.gridlock .shop-checkout-form {
    display: block;
}

body.gridlock .shop-checkout-form h2 {
    text-align: left;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 20px;
}

body.gridlock .shop-checkout-form .shop-phone-wrap input[type="tel"] {
    padding-left: 46px;
}

body.gridlock .shop-delivery-head .shop-radio {
    margin-bottom: 0;
}

body.gridlock .shop-order-head h2 {
    text-transform: none;
}

/* Перекриваємо #checkout h2 з легасі critical CSS */
body.gridlock #checkout .shop-checkout-subtitle {
    text-align: left;
    text-transform: none;
    font-size: 22px;
}

body.gridlock #checkout .shop-order-head h2 {
    text-align: left;
    text-transform: none;
    font-size: 19px;
}

/* Радіо «Самовивіз НП» — червона крапка незалежно від легасі-стилів */
body.gridlock .shop-delivery-head .shop-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--eikra-red);
    border-radius: 50%;
    background: radial-gradient(circle, var(--eikra-red) 0 5px, #fff 6px);
}

/* Степер: плоскі символи без темних квадратів (перекриває legacy critical CSS) */
body.gridlock .product-count-block a.minus,
body.gridlock .product-count-block a.plus {
    background: none !important;
    color: #4a4a4a !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

body.gridlock .product-count-block a.minus::before {
    content: "–" !important;
}

body.gridlock .product-count-block a.plus::before {
    content: "+" !important;
}

body.gridlock .product-count-block a.minus::after,
body.gridlock .product-count-block a.plus::after {
    content: none !important;
}

/* Степер: ::before як звичайний текст, без абсолютних барів */
body.gridlock .product-count-block .minus::before,
body.gridlock .product-count-block .plus::before,
body.gridlock .product-count-block .plus::after {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transform: none !important;
}

body.gridlock .product-count-block .plus::after {
    content: none !important;
}

@media (max-width: 739px) {
    body.gridlock .shop-cart-total-line .label {
        white-space: nowrap;
    }
}

/* ===== Друга ітерація приведення до референсу (2026-07-17) ===== */

/* Sticky-шапка як на оригіналі: перший ряд липне, біла лінія при скролі */
body.gridlock #rzn1h {
    position: sticky;
    top: 0;
    z-index: 90;
}

body.gridlock.header-stuck #rzn1h {
    box-shadow: 0 2px 0 #ffffff;
}

/* Таймер зворотного відліку: окремі білі картки-цифри з червоною рамкою */
body.gridlock .shop-countdown.is-flip {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

body.gridlock .shop-countdown.is-flip .cd-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    border: 0;
}

body.gridlock .shop-countdown.is-flip .cd-cards {
    display: flex;
    gap: 6px;
}

body.gridlock .shop-countdown.is-flip .cd-digit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 62px;
    border: 2px solid #c4524e;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    color: #c0413f;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

body.gridlock .shop-countdown.is-flip .cd-digit::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
}

body.gridlock .shop-countdown.is-flip .cd-group small {
    color: var(--eikra-brown);
    font-size: 15px;
}

body.gridlock .shop-countdown.is-flip .cd-colon {
    align-self: flex-start;
    margin-top: 14px;
    width: auto;
    height: auto;
    border: 0;
    background: none;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* Відео: округла червоно-коричнева рамка як на оригіналі */
body.gridlock .eikra-video iframe {
    display: block;
    width: min(1250px, calc(100% - 40px));
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 3px solid #a3524d !important;
    border-radius: 22px;
}

/* Категорії магазину: 2 колонки, квадратні фото */
body.gridlock .eikra-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.gridlock .eikra-category-card img {
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

body.gridlock .eikra-category-card > span {
    padding-top: 14px;
    font-size: 15px;
    color: #333;
}

body.gridlock .eikra-category-card .eikra-category-arrow {
    font-size: 24px;
    line-height: 1;
}

/* Сертифікати: портретні 7:10 */
body.gridlock .eikra-certificate-grid img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 7 / 10;
    object-fit: cover;
}

/* Схожі товари: бежева округла панель, компактні картки без кнопок */
body.gridlock .similar-products h2 {
    text-align: left;
    color: var(--eikra-brown);
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 18px;
}

body.gridlock .similar-products .products-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
    padding: 44px 40px 36px;
    background: var(--eikra-beige);
    border-radius: 28px;
}

body.gridlock .similar-products .product-block .card-buy-block {
    display: none;
}

body.gridlock .similar-products .product-block .product-name a {
    font-size: 12px;
}

body.gridlock .similar-products .product-price-action {
    flex-direction: column;
    gap: 2px;
}

body.gridlock .similar-products .product-price-action .action-price {
    font-size: 16px;
}

body.gridlock .similar-products .product-price-action .regular-price {
    font-size: 13px;
}

/* Каталог і пошук: кнопка Купити не показується у сітці (як на оригіналі) */
body.gridlock .products.layout-container .card-buy-block {
    display: none;
}

/* Кнопки: єдиний шрифт зі сторінкою */
body.gridlock .button,
body.gridlock button {
    font-family: inherit;
}

/* Пілюлеподібні кнопки там, де вони такі на оригіналі */
body.gridlock .shop-checkout-actions .button,
body.gridlock .shop-review-form-block .button,
body.gridlock .product-details-block .product-buy-block a.buy-button-details {
    border-radius: 26px;
}

/* Форма відгуку: контурні зірки, кнопка справа */
body.gridlock .shop-rating-input label {
    color: #ffffff;
    -webkit-text-stroke: 1.5px #555;
    font-size: 32px;
    letter-spacing: 2px;
}

body.gridlock .shop-rating-input input:checked ~ label,
body.gridlock .shop-rating-input label:hover,
body.gridlock .shop-rating-input label:hover ~ label {
    color: var(--eikra-gold);
    -webkit-text-stroke: 1.5px var(--eikra-gold);
}

body.gridlock .shop-review-submit {
    display: flex;
    justify-content: flex-end;
}

body.gridlock .shop-review-form-block .button {
    min-width: 0;
    padding: 12px 34px;
    font-size: 14px;
}

/* Футер: лого по центру колонки по вертикалі */
body.gridlock .shop-footer-brand {
    align-self: center;
}

/* ===== Drawer кошика за оригіналом ===== */
body.gridlock .shop-mini-cart {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.gridlock .shop-mini-cart h3 {
    margin: 0 0 22px;
    color: #1e1e1e;
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}

body.gridlock .shop-mini-cart-lines {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

body.gridlock .shop-mini-cart-line {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #eee6dc;
}

body.gridlock .shop-mini-cart-line .thumb img {
    display: block;
    width: 92px;
    height: 92px;
    object-fit: cover;
}

body.gridlock .shop-mini-cart-line .info {
    flex: 1;
    min-width: 0;
}

body.gridlock .shop-mini-cart-line .name {
    display: block;
    margin-bottom: 8px;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

body.gridlock .shop-mini-cart-line .line-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

body.gridlock .shop-mini-cart-line .prices strong {
    display: block;
    font-size: 14px;
    color: #1e1e1e;
}

body.gridlock .shop-mini-cart-line .prices s {
    color: #9b8d84;
    font-size: 13px;
}

body.gridlock .shop-mini-cart-line .product-count-block {
    min-height: 0;
    flex-shrink: 0;
}

body.gridlock .shop-mini-cart-line .product-count-block a {
    width: 28px;
    height: 30px;
}

body.gridlock .shop-mini-cart-line .product-count-block input.count {
    width: 32px;
    height: 30px;
}

body.gridlock .shop-mini-cart-totals {
    padding-top: 16px;
}

body.gridlock .shop-mini-cart-totals div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

body.gridlock .shop-mini-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
}

body.gridlock .shop-mini-cart-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

body.gridlock .shop-mini-cart .fixed .button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 46px;
    padding: 10px 8px;
    border-radius: 24px;
    background: var(--eikra-red);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

body.gridlock .shop-mini-cart .fixed .button:hover {
    background: var(--eikra-red-dark);
}

body.gridlock .shop-mini-cart .fixed .button.is-outline {
    width: 100%;
    background: transparent;
    border: 1.5px solid #b98b84;
    color: var(--eikra-brown);
}

body.gridlock .shop-mini-cart .fixed .button.is-outline:hover {
    background: rgba(191, 67, 66, 0.06);
}

/* Схожі товари: бежева панель (перекриває transparent-правило вищої специфічності) */
body.gridlock div.similar-products.layout-container > .row.products-row {
    background: var(--eikra-beige) !important;
    border-radius: 28px;
    padding: 44px 40px 36px;
}

/* Каталог/пошук: 3 колонки як на оригіналі */
body.gridlock .products.layout-container .products-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 739px) {
    body.gridlock .products.layout-container .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Sticky перший ряд шапки: fixed при скролі + компенсатор висоти */
body.gridlock #rzn1h {
    position: relative;
    top: auto;
}

body.gridlock.header-stuck #rzn1h {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: var(--eikra-beige);
    box-shadow: 0 2px 0 #ffffff;
}

body.gridlock.header-stuck #widget-header {
    padding-top: 87px;
}

/* Мобільний таймер: компактні картки, щоб уміщались у 390px */
@media (max-width: 739px) {
    body.gridlock .shop-countdown.is-flip {
        gap: 6px;
    }

    body.gridlock .shop-countdown.is-flip .cd-cards {
        gap: 4px;
    }

    body.gridlock .shop-countdown.is-flip .cd-digit {
        width: 30px;
        height: 46px;
        font-size: 25px;
        border-radius: 8px;
        border-width: 1.5px;
    }

    body.gridlock .shop-countdown.is-flip .cd-colon {
        margin-top: 8px;
        font-size: 24px;
    }

    body.gridlock .shop-countdown.is-flip .cd-group small {
        font-size: 12px;
    }
}
