.wallconf-wrap {
    margin-bottom: 16px;
}

/* =====================
   PRZYCISKI NA STRONIE PRODUKTU
   ===================== */
.wallconf-btn,
.wallconf-bundle-btn {
    display: inline-block;
    width: 100%;
    padding: 16px 40px;
    background-color: var(--pls-button-bg-color, #1a1a1a);
    color: var(--pls-button-color, #fff);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: var(--pls-border-radius, 12px);
    cursor: pointer;
    margin-top: 0;
    transition: all 0.3s;
    font-family: inherit;
    box-sizing: border-box;
}
.wallconf-btn:hover,
.wallconf-bundle-btn:hover {
    opacity: 0.85;
}

.wallconf-sample-btn {
    display: inline-block;
    width: 100%;
    padding: 16px 40px;
    background-color: transparent;
    color: var(--pls-button-bg-color, #1a1a1a);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid var(--pls-button-bg-color, #1a1a1a);
    border-radius: var(--pls-border-radius, 12px);
    cursor: pointer;
    margin-top: 0;
    transition: all 0.3s;
    font-family: inherit;
    box-sizing: border-box;
}
.wallconf-sample-btn:hover {
    background-color: var(--pls-button-bg-color, #1a1a1a);
    color: var(--pls-button-color, #fff);
}

/* =====================
   CENA ZA M² NA STRONIE PRODUKTU
   ===================== */
.wallconf-price-per-m2.price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 6px 0 14px !important;
    display: block !important;
    line-height: 1.2 !important;
}
.wallconf-ppm2-label {
    font-size: 16px !important;
    color: #888 !important;
    font-weight: 400 !important;
}

/* =====================
   MODAL — wspólny
   ===================== */
.wallconf-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
}
.wallconf-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.wallconf-modal__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 92vw;
    max-width: 1080px;
    max-height: 90vh;
    display: flex;
    align-items: stretch;
    border-radius: var(--pls-border-radius, 12px);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.wallconf-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    color: #444;
    line-height: 1;
    transition: all 0.2s;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wallconf-modal__close:hover { background: transparent; color: #111; }

/* =====================
   LEWA KOLUMNA — pojedyncza tapeta
   ===================== */
.wallconf-modal__left {
    flex: 2;
    display: flex;
    flex-direction: column;
    background: #f0f0f0;
    min-width: 0;
    border-right: 1px solid #e5e5e5;
}

.wallconf-preview-wrap {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 0;
    background: #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
}

#wallconf-bg,
.wallconf-bundle-bg {
    display: none !important;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

#wallconf-grid-canvas,
.wallconf-bundle-canvas {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
    pointer-events: all;
    cursor: grab;
    display: block;
    z-index: 1;
}

#wallconf-grid-canvas:active,
.wallconf-bundle-canvas:active {
    cursor: grabbing;
}

#wallconf-preview-img { display: none !important; }

/* =====================
   KONTROLKI (FLIP)
   ===================== */
.wallconf-preview-controls {
    padding: 14px 20px;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
    color: #444;
    flex-shrink: 0;
    border-top: 1px solid #e0e0e0;
}
.wallconf-preview-controls label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-size: 13px;
    white-space: nowrap;
}
.wallconf-zoom-wrap {
    flex: 1;
    position: relative;
    height: 4px;
    background: #ddd;
    border-radius: 99px;
    display: flex;
    align-items: center;
}
.wallconf-zoom-fill {
    position: absolute;
    left: 0; top: 0;
    height: 100%;
    background: #1a1a1a;
    border-radius: 99px;
    pointer-events: none;
    width: 100%;
}
.wallconf-zoom-thumb {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #1a1a1a;
    border-radius: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    left: 100%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
#wallconf-zoom {
    position: absolute;
    inset: -8px 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    height: calc(100% + 16px);
}
.wallconf-flip-btns { display: flex; gap: 8px; }
.wallconf-flip-btn {
    flex: 1;
    padding: 10px 12px;
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: var(--pls-border-radius, 12px);
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
    font-weight: 600;
    color: #444;
    font-family: inherit;
}
.wallconf-flip-btn:hover {
    background: #f5f5f5;
    border-color: #aaa;
}
.wallconf-flip-btn.active {
    background: var(--pls-button-bg-color, #1a1a1a);
    color: var(--pls-button-color, #fff);
    border-color: var(--pls-button-bg-color, #1a1a1a);
}

/* =====================
   PRAWA KOLUMNA — pojedyncza tapeta
   ===================== */
.wallconf-modal__right {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    min-width: 0;
}

.wallconf-modal__right .wallconf-section,
.wallconf-modal__right .wallconf-title,
.wallconf-modal__right .wallconf-ppm2-info {
    flex-shrink: 0;
}

/* Delivery wypycha cenę+btn na dół */
#wallconf-delivery-wrap,
#wallconf-bundle-delivery-wrap {
    flex-shrink: 0;
    margin-bottom: auto;
}

.wallconf-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-right: 36px;
    line-height: 1.3;
    color: #111;
}
.wallconf-ppm2-info {
    font-size: 13px;
    color: #888;
    padding: 0 0 2px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
}
.wallconf-section label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    color: #666;
}
.wallconf-input,
.wallconf-select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    border-radius: var(--pls-border-radius, 12px);
    outline: none;
    background: #fff;
    color: #111;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.wallconf-input:focus,
.wallconf-select:focus { border-color: var(--pls-button-bg-color, #1a1a1a); }
.wallconf-hint { display: block; font-size: 11px; color: #aaa; margin-top: 4px; }
.wallconf-material-static { display: none; }
.wallconf-section:has(.wallconf-material-static) { display: none; }

.wallconf-bottom {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding żeby nie nachodził na krawędź kontenera */
    padding-top: 4px;
}

/* =====================
   TEKSTURY
   ===================== */
.wallconf-textures {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.wallconf-texture-item {
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    border-radius: var(--pls-border-radius, 12px);
    padding: 2px;
    transition: border-color 0.2s;
}
.wallconf-texture-item:hover { border-color: #bbb; }
.wallconf-texture-item.active { border-color: var(--pls-button-bg-color, #1a1a1a); }
.wallconf-texture-item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; border-radius: calc(var(--pls-border-radius, 12px) - 2px); }
.wallconf-texture-item span { display: block; font-size: 9px; margin-top: 3px; color: #666; }

/* =====================
   KOLORY — SWATCH KÓŁKA
   ===================== */
.wallconf-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 2px 0;
}

.wallconf-color-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border-color 0.18s, transform 0.15s;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.wallconf-color-item:hover {
    border-color: #bbb;
    transform: translateY(-1px);
}

.wallconf-color-item.active {
    border-color: var(--pls-button-bg-color, #1a1a1a);
}

.wallconf-color-item img,
.wallconf-color-swatch {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.12);
    object-fit: cover;
    flex-shrink: 0;
    display: block;
    transition: filter 0.15s;
}

.wallconf-color-swatch {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
}

.wallconf-color-swatch--empty {
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #666;
}

.wallconf-color-label {
    font-size: 9px;
    color: #666;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    display: block;
}

.wallconf-color-item.active .wallconf-color-swatch::after { display: none; }
.wallconf-color-item.active img { box-shadow: none; filter: none; }

.wallconf-color-item input[type="radio"],
.wallconf-color-item input[type="checkbox"] { display: none; }

/* =====================
   CZAS REALIZACJI
   ===================== */
#wallconf-delivery-wrap > label,
#wallconf-bundle-delivery-wrap > label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    color: #666;
}

.wallconf-delivery-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wallconf-delivery-option {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 9px 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--pls-border-radius, 12px);
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    background: #fff;
    margin: 0;
}

.wallconf-delivery-option:hover { border-color: #aaa; }

.wallconf-delivery-option:has(input:checked) {
    border-color: var(--pls-button-bg-color, #1a1a1a);
    background: #fafafa;
}

.wallconf-delivery-row1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wallconf-delivery-row2 {
    padding-left: 22px;
}

.wallconf-delivery-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: border-color 0.15s, background 0.15s;
    margin: 0;
}

.wallconf-delivery-option input[type="radio"]:checked {
    border-color: var(--pls-button-bg-color, #1a1a1a);
    background: var(--pls-button-bg-color, #1a1a1a);
}

.wallconf-delivery-option input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.wallconf-delivery-name {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wallconf-delivery-price {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
    margin-left: auto;
}

.wallconf-delivery-time {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wallconf-delivery-option:has(input[value="express"]:checked) .wallconf-delivery-price {
    color: #b85c00;
}

/* =====================
   CENA + PRZYCISK DODAJ (sticky bottom)
   ===================== */
.wallconf-price-box {
/*     flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: var(--pls-border-radius, 12px); */
    margin-top: 0;
}
.wallconf-price-label { font-size: 13px; color: #777; font-weight: 500; }
.wallconf-price-value { font-size: 24px; font-weight: 700; color: #111; }

.wallconf-add-btn {
    flex-shrink: 0;
    display: inline-block;
    width: 100%;
    padding: 16px 40px;
    background-color: var(--pls-button-bg-color, #1a1a1a);
    color: var(--pls-button-color, #fff);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: var(--pls-border-radius, 12px);
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    box-sizing: border-box;
}
.wallconf-add-btn:hover { opacity: 0.85; }
.wallconf-add-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.wallconf-msg {
    flex-shrink: 0;
    font-size: 13px;
    text-align: center;
    min-height: 18px;
}

/* =====================
   BUNDLE MODAL
   ===================== */
.wallconf-modal__box--bundle {
    max-width: 1080px;
    flex-direction: row;
    max-height: 90vh;
}

.wallconf-bundle-tabs {
    flex: 2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border-right: 1px solid #e5e5e5;
    background: #f0f0f0;
}

.wallconf-bundle-tabs__nav {
    display: flex;
    background: #e5e5e5;
    border-bottom: 1px solid #d8d8d8;
    flex-shrink: 0;
    overflow-x: auto;
}

.wallconf-tab-btn {
    flex: 1;
    min-width: 0;
    padding: 11px 12px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    color: #666;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-radius: 0;
}
.wallconf-tab-btn:hover { color: #111; background: #ddd; }
.wallconf-tab-btn.active {
    color: #111;
    border-bottom-color: var(--pls-button-bg-color, #1a1a1a);
    background: #f0f0f0;
    font-weight: 700;
    border-radius: 0;
}

.wallconf-bundle-tabs__content {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 0;
}

.wallconf-tab-pane {
    display: none;
    height: 100%;
    flex-direction: column;
}
.wallconf-tab-pane.active { display: flex; }

.wallconf-tab-pane .wallconf-preview-wrap {
    flex: 1;
    aspect-ratio: unset;
    height: auto;
    min-height: 0;
}

.wallconf-tab-pane .wallconf-preview-controls {
    flex-shrink: 0;
}

.wallconf-bundle-tab-right { display: none; }

.wallconf-bundle-right {
    flex: 1;
    min-width: 0;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    background: #fff;
}

.wallconf-bundle-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding-right: 36px;
    color: #111;
    line-height: 1.3;
    flex-shrink: 0;
}

.wallconf-bundle-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

/* Delivery bundle wypycha cenę+btn na dół */
#wallconf-bundle-delivery-wrap {
    flex-shrink: 0;
    margin-bottom: auto;
}

.wallconf-bundle-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}
.wallconf-summary-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: var(--pls-border-radius, 12px);
    font-size: 12px;
}
.wallconf-summary-ok { background: #f0faf0; border: 1px solid #c3e6c3; }
.wallconf-summary-warn { background: #fff8f0; border: 1px solid #ffd8a0; }
.wallconf-summary-status { font-size: 14px; }
.wallconf-summary-ok .wallconf-summary-status { color: #2a7a2a; }
.wallconf-summary-warn .wallconf-summary-status { color: #c07000; }
.wallconf-summary-name { font-weight: 600; color: #333; font-size: 11px; }
.wallconf-summary-dims { color: #777; font-size: 11px; text-align: right; white-space: nowrap; }

/* =====================
   MODAL PRÓBKI
   ===================== */
.wallconf-modal__box--sample {
    max-width: 480px;
    flex-direction: column;
    max-height: 90vh;
}

.wallconf-sample-modal-inner {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
}

.wallconf-sample-header {
    padding-right: 36px;
}

.wallconf-sample-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;
}

.wallconf-sample-format {
    font-size: 12px;
    color: #555;
    margin: 0 0 2px;
    font-weight: 600;
}

.wallconf-sample-subtitle {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* =====================
   STICKY BAR
   ===================== */
.wallconf-sticky-btn {
    padding: 10px 20px;
    background-color: var(--pls-button-bg-color, #1a1a1a);
    color: var(--pls-button-color, #fff);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: var(--pls-border-radius, 12px);
    transition: all 0.2s;
    font-family: inherit;
}
.wallconf-sticky-btn:hover { opacity: 0.85; }

/* =====================
   FIX: KOSZYK BOCZNY (MINI CART)
   ===================== */
.widget_shopping_cart .cart_list li dl.variation,
.woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation {
    max-width: 100%;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: hidden;
    padding-right: 10px;
}

.widget_shopping_cart .cart_list li dl.variation dt,
.widget_shopping_cart .cart_list li dl.variation dd,
.woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation dt,
.woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation dd {
    white-space: normal !important;
    line-height: 1.4;
    margin-bottom: 4px;
}

.widget_shopping_cart .cart_list li dl.variation img,
.woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    box-sizing: border-box;
}

.woocommerce-mini-cart-item {
    max-width: 100%;
    overflow-x: hidden;
}

.woocommerce-mini-cart__buttons,
.widget_shopping_cart p.buttons {
    display: flex !important;
    gap: 10px !important;
}

.woocommerce-mini-cart__buttons .button,
.widget_shopping_cart p.buttons .button {
    flex: 1 !important;
    white-space: nowrap !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
}

/* =====================
   RESPONSIVE — kompaktowy tryb (max-height: 900px)
   ===================== */
@media (max-height: 900px) and (min-width: 769px) {
    .wallconf-modal__right,
    .wallconf-bundle-right { padding: 14px 20px; gap: 8px; }

    .wallconf-title,
    .wallconf-bundle-title { font-size: 14px; }

    .wallconf-section label { font-size: 10px; margin-bottom: 4px; }

    .wallconf-input,
    .wallconf-select { padding: 6px 10px; font-size: 13px; }

    .wallconf-hint { font-size: 10px; margin-top: 3px; }

    .wallconf-delivery-options { gap: 5px; }
    .wallconf-delivery-option { padding: 7px 10px; gap: 2px; }
    .wallconf-delivery-name { font-size: 11px; }
    .wallconf-delivery-time { font-size: 10px; }
    .wallconf-delivery-price { font-size: 11px; }
    #wallconf-delivery-wrap > label,
    #wallconf-bundle-delivery-wrap > label { margin-bottom: 5px; }

    .wallconf-price-box { padding: 10px 12px; }
    .wallconf-price-value { font-size: 20px; }

    .wallconf-add-btn { padding: 11px 24px; font-size: 12px; }

    .wallconf-preview-controls { padding: 10px 16px; gap: 8px; }
    .wallconf-flip-btn { padding: 6px 8px; font-size: 11px; }

    .wallconf-color-swatch,
    .wallconf-color-item img { width: 30px; height: 30px; }
    .wallconf-color-label { font-size: 8px; }
    .wallconf-color-item { min-width: 38px; }

    .wallconf-sample-modal-inner { padding: 20px 24px; gap: 12px; }
    .wallconf-sample-title { font-size: 15px; }
}

/* =====================
   RESPONSIVE — mobile (max-width: 768px)
   ===================== */
@media (max-width: 768px) {
    .wallconf-modal__box,
    .wallconf-modal__box--bundle {
        flex-direction: column;
        max-height: 95vh;
        overflow-y: auto;
        width: 98vw;
        top: 2%;
        transform: translateX(-50%);
    }

    .wallconf-modal__left { border-right: none; border-bottom: 1px solid #eee; flex: none; }
    .wallconf-preview-wrap { flex: none; aspect-ratio: 4/3; }
    .wallconf-bundle-tabs { min-height: unset; flex-shrink: 0; flex: none; }
    .wallconf-bundle-right { width: 100%; border-left: none; border-top: 1px solid #eee; }
    .wallconf-tab-pane { height: auto; }
    .wallconf-tab-pane .wallconf-preview-wrap { flex: none; aspect-ratio: 4/3; }
    .wallconf-tab-pane .wallconf-preview-controls { flex-shrink: 0; }
    .wallconf-textures { grid-template-columns: repeat(3, 1fr); }
    .wallconf-modal__right,
    .wallconf-bundle-right { padding: 16px; gap: 12px; }

    .wallconf-delivery-option { padding: 10px 12px; }
    .wallconf-delivery-row1 { gap: 6px; }
    .wallconf-delivery-name { font-size: 11px; }
    .wallconf-delivery-time { font-size: 10px; }
    .wallconf-delivery-price { font-size: 11px; }

    .wallconf-color-swatch,
    .wallconf-color-item img { width: 32px; height: 32px; }

    .wallconf-modal__box--sample {
        max-width: 98vw;
        width: 98vw;
    }
    .wallconf-sample-modal-inner { padding: 20px 16px; }
}