/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* =========================================================
   REMUDA — SINGLE PRODUCT
   ========================================================= */


/* BREADCRUMBS OUT */

.single-product .woocommerce-breadcrumb,
.single-product .ct-breadcrumbs {
    display: none !important;
}


/* GŁÓWNA KARTA */

.single-product div.product {
    font-family: "Libre Franklin", Arial, sans-serif;
}


/* PRAWA KOLUMNA */

.single-product div.product .summary {
    font-family: "Libre Franklin", Arial, sans-serif;
}


/* TYTUŁ PRODUKTU */

.single-product div.product .product_title {
    margin: 0 0 14px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: clamp(34px, 3vw, 48px) !important;
    font-weight: 700 !important;

    line-height: 1.05 !important;
    letter-spacing: -.035em !important;

    color: #552025 !important;
}


/* CENA */

.single-product div.product .summary .price {
    margin: 0 0 30px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 20px !important;
    font-weight: 700 !important;

    color: #191513 !important;
}


/* KRÓTKI OPIS */

.single-product .woocommerce-product-details__short-description {
    max-width: 560px;

    margin-bottom: 34px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 14px;
    line-height: 1.75;

    color: #4C4541;
}


/* =========================================================
   WARIANTY
   ========================================================= */

.single-product table.variations {
    width: 100% !important;

    margin: 0 0 24px !important;
}

.single-product table.variations th,
.single-product table.variations td {
    display: block;

    width: 100% !important;

    padding: 0 !important;
}

.single-product table.variations th.label {
    margin-bottom: 12px;
}

.single-product table.variations th.label label {
    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .13em;
    text-transform: uppercase;

    color: #191513;
}


/* na razie select — później go zastąpimy buttonami */

.single-product table.variations select {
    width: 100% !important;

    min-height: 52px;

    padding: 0 16px;

    border: 1px solid #DED2C6;
    border-radius: 0;

    background: transparent;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 14px;

    color: #191513;
}


/* =========================================================
   QUANTITY
   ========================================================= */

.single-product .quantity {
    border-color: #552025 !important;
}

.single-product .quantity input,
.single-product .quantity button {
    font-family: "Libre Franklin", Arial, sans-serif !important;
}


/* =========================================================
   ADD TO CART
   ========================================================= */

.single-product .single_add_to_cart_button {
    min-height: 55px !important;

    background: #552025 !important;

    border-radius: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: .11em !important;
    text-transform: uppercase !important;

    color: #F8F0E7 !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

.single-product .single_add_to_cart_button:hover {
    background: #B95038 !important;

    transform: translateY(-1px);
}


/* disabled przed wyborem rozmiaru */

.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
    background: rgba(85,32,37,.45) !important;

    opacity: 1 !important;
}


/* =========================================================
   MADE THE REMUDA WAY
   ========================================================= */

.single-product .ct-product-additional-info {
    font-family: "Libre Franklin", Arial, sans-serif;
}

.single-product .ct-product-additional-info .ct-product-info-heading {
    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: .12em;
    text-transform: uppercase;
}


/* =========================================================
   ACCORDION
   ========================================================= */

.single-product .woocommerce-tabs {
    font-family: "Libre Franklin", Arial, sans-serif;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 14px;
    line-height: 1.7;

    color: #4C4541;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .single-product div.product .product_title {
        font-size: 32px !important;
    }

    .single-product div.product .summary .price {
        font-size: 18px !important;
    }

    .single-product .woocommerce-product-details__short-description {
        font-size: 14px;
    }

}
/* =========================================================
   REMUDA — PRZYCISKI ROZMIARÓW
   ========================================================= */

/* Ukrywamy oryginalny dropdown WooCommerce */
.single-product form.variations_form table.variations select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* Kontener rozmiarów */

.single-product .remuda-variation-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;

    gap: 9px !important;

    width: 100% !important;

    margin: 4px 0 0 !important;
    padding: 0 !important;
}


/* Pojedynczy rozmiar */

.single-product .remuda-variation-button {
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 58px !important;
    height: 48px !important;

    margin: 0 !important;
    padding: 0 17px !important;

    background: transparent !important;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    color: #191513 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1 !important;
    letter-spacing: .04em !important;

    text-transform: uppercase !important;
    text-decoration: none !important;

    cursor: pointer !important;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease !important;
}


/* HOVER */

.single-product .remuda-variation-button:hover {
    background: rgba(85, 32, 37, .05) !important;
    border-color: #552025 !important;

    color: #552025 !important;

    transform: translateY(-1px);
}


/* WYBRANY ROZMIAR */

.single-product .remuda-variation-button.is-selected {
    background: #552025 !important;

    border-color: #552025 !important;

    color: #F8F0E7 !important;

    transform: none !important;
}


/* NIEDOSTĘPNY ROZMIAR */

.single-product .remuda-variation-button.is-disabled,
.single-product .remuda-variation-button:disabled {
    position: relative;

    background: rgba(222, 210, 198, .18) !important;

    border-color: rgba(76, 69, 65, .18) !important;

    color: rgba(76, 69, 65, .30) !important;

    cursor: not-allowed !important;

    transform: none !important;
}


/* WYCZYŚĆ */

.single-product .reset_variations {
    display: inline-block !important;

    margin-top: 13px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;

    color: #552025 !important;

    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}


/* MOBILE */

@media (max-width: 768px) {

    .single-product .remuda-variation-buttons {
        gap: 7px !important;
    }

    .single-product .remuda-variation-button {
        min-width: 52px !important;
        height: 46px !important;

        padding: 0 13px !important;
    }

}
/* =========================================================
   REMUDA — SIZE GUIDE LINK
   ========================================================= */

.single-product table.variations th.label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px;

    margin-bottom: 13px !important;
}


.single-product .remuda-size-guide-trigger {
    appearance: none !important;

    display: inline-flex !important;
    align-items: center !important;

    gap: 8px;

    margin: 0 !important;
    padding: 0 0 4px !important;

    background: transparent !important;

    border: 0 !important;
    border-bottom: 1px solid #B95038 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    color: #552025 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;

    cursor: pointer !important;
}


.single-product .remuda-size-guide-trigger span {
    font-size: 15px;

    transition: transform .25s ease;
}


.single-product .remuda-size-guide-trigger:hover span {
    transform: translateX(4px);
}



/* =========================================================
   MODAL
   ========================================================= */

.remuda-size-guide {
    position: fixed;
    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}


.remuda-size-guide.is-open {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;
}


.remuda-size-guide__backdrop {
    position: absolute;
    inset: 0;

    background: rgba(25, 21, 19, .62);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}


.remuda-size-guide__modal {
    position: relative;
    z-index: 2;

    width: min(850px, 100%);

    padding: 50px;

    background: #F8F0E7;

    box-shadow:
        14px 14px 0 #552025;

    transform: translateY(15px);

    transition: transform .25s ease;
}


.remuda-size-guide.is-open
.remuda-size-guide__modal {
    transform: translateY(0);
}



/* CLOSE */

.remuda-size-guide__close {
    position: absolute;

    top: 20px;
    right: 22px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    background: transparent;

    border: 0;

    color: #552025;

    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;

    cursor: pointer;
}



/* HEADER */

.remuda-size-guide__eyebrow {
    display: block;

    margin-bottom: 12px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .18em;

    color: #B95038;
}


.remuda-size-guide__title {
    margin: 0 0 18px;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(38px, 5vw, 62px);
    font-weight: 700;

    line-height: .95;

    letter-spacing: -.035em;

    color: #552025;
}


.remuda-size-guide__intro {
    max-width: 610px;

    margin: 0 0 35px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 13px;

    line-height: 1.7;

    color: #4C4541;
}



/* =========================================================
   TABLE
   ========================================================= */

.remuda-size-guide__table-wrap {
    width: 100%;

    overflow-x: auto;
}


.remuda-size-guide__table {
    width: 100%;

    min-width: 650px;

    margin: 0;

    border-collapse: collapse;

    font-family: "Libre Franklin", Arial, sans-serif;
}


.remuda-size-guide__table th,
.remuda-size-guide__table td {
    padding: 16px 14px;

    text-align: center;

    border-bottom: 1px solid #DED2C6;

    font-size: 13px;

    color: #191513;
}


.remuda-size-guide__table thead th {
    background: rgba(222, 210, 198, .30);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .05em;

    text-transform: uppercase;
}


.remuda-size-guide__table tbody th {
    text-align: left;

    font-weight: 700;

    color: #552025;
}



/* NOTE */

.remuda-size-guide__note {
    margin: 22px 0 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 10px;

    line-height: 1.6;

    color: #4C4541;
}


body.remuda-modal-open {
    overflow: hidden;
}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .single-product table.variations th.label {
        gap: 10px;
    }


    .single-product
    .remuda-size-guide-trigger {
        font-size: 9px !important;
    }


    .remuda-size-guide {
        align-items: flex-end;

        padding: 0;
    }


    .remuda-size-guide__modal {
        width: 100%;

        max-height: 88vh;

        overflow-y: auto;

        padding:
            42px
            20px
            28px;

        box-shadow: none;
    }


    .remuda-size-guide__title {
        font-size: 40px;
    }


    .remuda-size-guide__intro {
        margin-bottom: 25px;
    }

}
/* =========================================================
   REMUDA PDP — FINAL POLISH
   ========================================================= */


/* ---------- SUMMARY ---------- */

.single-product .summary {
    max-width: 620px;
}


/* TYTUŁ */

.single-product .product_title {
    max-width: 600px;

    margin-bottom: 14px !important;

    font-size: clamp(38px, 3.2vw, 52px) !important;
    font-weight: 700 !important;

    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
}


/* CENA */

.single-product .summary .price {
    margin-bottom: 28px !important;

    font-size: 19px !important;
}


/* KRÓTKI OPIS */

.single-product .woocommerce-product-details__short-description {
    margin-bottom: 28px !important;

    font-size: 14px !important;
    line-height: 1.7 !important;

    color: #4C4541 !important;
}


/* =========================================================
   ROZMIARY
   ========================================================= */

.single-product form.variations_form table.variations {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}


.single-product .remuda-variation-buttons {
    gap: 8px !important;
}


/* troszkę bardziej zwarte buttony */

.single-product .remuda-variation-button {
    min-width: 58px !important;
    height: 47px !important;

    font-size: 11px !important;
}


/* =========================================================
   QUANTITY + CTA
   ========================================================= */

.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart {
    align-items: stretch !important;
}


.single-product .quantity {
    min-width: 130px;
    height: 56px !important;
}


.single-product .single_add_to_cart_button {
    height: 56px !important;
    min-height: 56px !important;

    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: .11em !important;
}


/* =========================================================
   MADE THE REMUDA WAY
   ========================================================= */

.single-product .ct-product-additional-info {
    margin-top: 0 !important;

    padding-top: 27px !important;
    padding-bottom: 27px !important;

    border-top: 1px solid #DED2C6;
    border-bottom: 0 !important;
}


.single-product .ct-product-additional-info
.ct-product-info-heading {
    margin-bottom: 17px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: .14em !important;
    text-transform: uppercase !important;

    color: #552025 !important;
}


/* pozycje */

.single-product .ct-product-additional-info ul {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px 24px;

    margin: 0 !important;
}


.single-product .ct-product-additional-info li {
    margin: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 12px !important;
    line-height: 1.4 !important;

    color: #4C4541 !important;
}


/* =========================================================
   ACCORDION REMUDA
   ========================================================= */

.single-product .woocommerce-tabs {
    margin-top: 0 !important;

    border-top: 1px solid #DED2C6;
}


.single-product .woocommerce-tabs .ct-accordion-item {
    border-bottom: 1px solid #DED2C6 !important;
}


/* nagłówek accordionu */

.single-product .woocommerce-tabs
.ct-accordion-heading {

    min-height: 54px;

    padding: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: .09em !important;
    text-transform: uppercase !important;

    color: #191513 !important;
}


/* treść */

.single-product .woocommerce-tabs
.woocommerce-Tabs-panel {

    padding:
        4px
        0
        26px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 13px !important;
    line-height: 1.7 !important;

    color: #4C4541 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .single-product .product_title {
        font-size: 32px !important;
    }

    .single-product
    .ct-product-additional-info ul {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .single-product .quantity {
        min-width: 105px;
    }

}
/* =========================================================
   REMUDA — RELATED PRODUCTS
   ========================================================= */

.single-product .related.products {
    width: min(1440px, calc(100% - 64px)) !important;

    margin:
        90px
        auto
        110px !important;

    padding: 0 !important;
}


/* NAGŁÓWEK */

.single-product .related.products > h2 {
    margin: 0 0 42px !important;

    font-family: "Aleo", Georgia, serif !important;

    font-size: clamp(36px, 4vw, 56px) !important;
    font-weight: 700 !important;

    line-height: .95 !important;

    letter-spacing: -.035em !important;

    text-transform: uppercase;

    color: #552025 !important;
}


/* PRODUKTY */

.single-product .related.products ul.products {
    display: grid !important;

    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

    gap: clamp(20px, 2.5vw, 38px) !important;
}


/* KARTA */

.single-product .related.products li.product {
    width: 100% !important;

    margin: 0 !important;
}


/* NAZWA PRODUKTU */

.single-product .related.products
.woocommerce-loop-product__title {
    margin-top: 18px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 16px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    color: #191513 !important;
}


/* CENA */

.single-product .related.products .price {
    margin-top: 8px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 13px !important;
    font-weight: 500 !important;

    color: #191513 !important;
}


/* MOBILE */

@media (max-width: 900px) {

    .single-product .related.products {
        width: calc(100% - 40px) !important;

        margin-top: 70px !important;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 26px 14px !important;
    }

}


@media (max-width: 480px) {

    .single-product .related.products {
        width: calc(100% - 28px) !important;

        margin-top: 55px !important;
    }

    .single-product .related.products > h2 {
        margin-bottom: 28px !important;

        font-size: 34px !important;
    }

}
/* =========================================================
   REMUDA PDP — FINAL MOBILE
   ========================================================= */

@media (max-width: 768px) {

    /* -----------------------------------------
       PRAWA CZĘŚĆ / SUMMARY
       ----------------------------------------- */

    .single-product .summary {
        width: 100% !important;
        max-width: none !important;

        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    /* TYTUŁ */

    .single-product .product_title,
    .single-product h1.product_title {
        margin-top: 22px !important;
        margin-bottom: 12px !important;

        font-size: 34px !important;
        line-height: 1.02 !important;

        letter-spacing: -0.035em !important;
    }


    /* CENA */

    .single-product .summary .price {
        margin-bottom: 26px !important;

        font-size: 19px !important;
    }


    /* OPIS */

    .single-product
    .woocommerce-product-details__short-description {
        margin-bottom: 30px !important;

        padding-bottom: 30px !important;

        font-size: 14px !important;
        line-height: 1.65 !important;
    }


    /* -----------------------------------------
       ROZMIAR + TABELA
       ----------------------------------------- */

    .single-product table.variations th.label {
        margin-bottom: 20px !important;

        align-items: center !important;
    }

    .single-product table.variations th.label label {
        font-size: 11px !important;
    }

    .single-product .remuda-size-guide-trigger {
        font-size: 9px !important;
        letter-spacing: .07em !important;
    }


    /* ROZMIARY — ŁADNE 3 x 2 */

    .single-product .remuda-variation-buttons {
        display: grid !important;

        grid-template-columns: repeat(3, 1fr) !important;

        gap: 8px !important;

        width: 100% !important;
    }

    .single-product .remuda-variation-button {
        width: 100% !important;
        min-width: 0 !important;

        height: 50px !important;

        padding: 0 8px !important;

        font-size: 11px !important;
    }



    .single-product .quantity {
        width: 105px !important;
        min-width: 105px !important;

        height: 54px !important;
    }

    .single-product .single_add_to_cart_button {
        width: 100% !important;

        height: 54px !important;
        min-height: 54px !important;

        padding: 0 12px !important;

        font-size: 10px !important;
        letter-spacing: .09em !important;
    }


    /* -----------------------------------------
       MADE THE REMUDA WAY
       ----------------------------------------- */

    .single-product .ct-product-additional-info {
        margin-top: 36px !important;

        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .single-product
    .ct-product-additional-info
    .ct-product-info-heading {
        margin-bottom: 20px !important;

        font-size: 10px !important;
    }

    .single-product
    .ct-product-additional-info ul {
        grid-template-columns: 1fr !important;

        gap: 12px !important;
    }

    .single-product
    .ct-product-additional-info li {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }


    /* -----------------------------------------
       ACCORDION
       ----------------------------------------- */

    .single-product .woocommerce-tabs {
        margin-top: 0 !important;
    }

    .single-product
    .woocommerce-tabs
    .ct-accordion-heading {
        min-height: 58px !important;

        font-size: 10px !important;
        letter-spacing: .08em !important;
    }

    .single-product
    .woocommerce-tabs
    .woocommerce-Tabs-panel {
        padding-bottom: 24px !important;

        font-size: 13px !important;
        line-height: 1.65 !important;
    }


    /* -----------------------------------------
       RELATED PRODUCTS
       ----------------------------------------- */

    .single-product .related.products {
        width: calc(100% - 40px) !important;

        margin:
            58px
            auto
            70px !important;
    }

    .single-product
    .related.products > h2 {
        margin-bottom: 28px !important;

        font-size: 34px !important;
    }

    .single-product
    .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 28px 12px !important;
    }

}
/* =========================================================
   REMUDA — FIX ADD TO CART MOBILE
   ========================================================= */

@media (max-width: 768px) {

    /* cały formularz wariantu */
    .single-product form.cart,
    .single-product form.variations_form {
        width: 100% !important;
        max-width: none !important;
    }

    /* quantity + button w jednym rzędzie */
    .single-product
    .woocommerce-variation-add-to-cart.variations_button {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;

        gap: 10px !important;

        width: 100% !important;
        max-width: none !important;

        margin-top: 28px !important;
    }

    /* ILOŚĆ */
    .single-product
    .woocommerce-variation-add-to-cart
    .quantity {
        flex: 0 0 105px !important;

        width: 105px !important;
        min-width: 105px !important;
        max-width: 105px !important;

        height: 54px !important;

        margin: 0 !important;
    }

    /* DODAJ DO KOSZYKA */
    .single-product
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        height: 54px !important;
        min-height: 54px !important;

        margin: 0 !important;
        padding: 0 12px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        white-space: nowrap !important;

        font-family: "Libre Franklin", Arial, sans-serif !important;
        font-size: 10px !important;
        font-weight: 800 !important;

        line-height: 1 !important;
        letter-spacing: .08em !important;

        text-align: center !important;
        text-transform: uppercase !important;
    }

}
/* =========================================================
   REMUDA — MOBILE STICKY ADD TO CART
   ========================================================= */

.remuda-sticky-cart {
    display: none;
}


@media (max-width: 768px) {

    .remuda-sticky-cart {
        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        z-index: 99990;

        display: block;

        padding:
            10px
            14px
            calc(10px + env(safe-area-inset-bottom));

        background: rgba(248, 240, 231, .97);

        border-top: 1px solid #DED2C6;

        box-shadow:
            0 -10px 30px rgba(25,21,19,.08);

        transform: translateY(110%);

        opacity: 0;
        visibility: hidden;

        transition:
            transform .28s ease,
            opacity .28s ease,
            visibility .28s ease;
    }


    .remuda-sticky-cart.is-visible {
        transform: translateY(0);

        opacity: 1;
        visibility: visible;
    }


    .remuda-sticky-cart__inner {
        display: grid;

        grid-template-columns: auto 1fr;

        align-items: center;

        gap: 16px;

        width: 100%;
    }


    /* CENA */

    .remuda-sticky-cart__price {
        min-width: 84px;

        font-family: "Libre Franklin", Arial, sans-serif;

        font-size: 15px;
        font-weight: 700;

        line-height: 1.15;

        color: #191513;
    }


    .remuda-sticky-cart__price del {
        display: block;

        font-size: 10px;

        opacity: .55;
    }


    .remuda-sticky-cart__price ins {
        text-decoration: none;
    }


    /* BUTTON */

    .remuda-sticky-cart__button {
        width: 100%;

        height: 50px;

        padding: 0 16px;

        border: 1px solid #552025;
        border-radius: 0;

        background: #552025;

        color: #F8F0E7;

        font-family: "Libre Franklin", Arial, sans-serif;

        font-size: 10px;
        font-weight: 800;

        line-height: 1;

        letter-spacing: .09em;

        text-transform: uppercase;

        cursor: pointer;
    }


    .remuda-sticky-cart__button:disabled {
        background: #B79B9B;

        border-color: #B79B9B;

        color: #F8F0E7;

        cursor: default;
    }

}
/* =========================================================
   REMUDA — HEADER MINI CART
   ========================================================= */

.ct-cart-content {
    width: 370px !important;

    padding: 24px !important;

    background: #F8F0E7 !important;
    color: #191513 !important;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    box-shadow:
        0 18px 45px rgba(25, 21, 19, .14) !important;
}


/* =========================================================
   PRODUKT
   ========================================================= */

.ct-cart-content .woocommerce-mini-cart-item {
    position: relative;

    padding:
        0
        28px
        22px
        0 !important;

    margin-bottom: 20px !important;

    border-bottom: 1px solid #DED2C6 !important;

    color: #191513 !important;
}


/* ZDJĘCIE */

.ct-cart-content .woocommerce-mini-cart-item img {
    width: 64px !important;
    height: 64px !important;

    object-fit: contain !important;

    margin-right: 14px !important;

    background: #EEE4DA !important;
}


/* NAZWA PRODUKTU */

.ct-cart-content .woocommerce-mini-cart-item a {
    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1.35 !important;

    color: #552025 !important;

    text-decoration: none !important;
}


/* ILOŚĆ + CENA */

.ct-cart-content .woocommerce-mini-cart-item .quantity {
    display: block !important;

    margin-top: 5px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 12px !important;
    font-weight: 500 !important;

    color: #4C4541 !important;

    border: 0 !important;
}


/* =========================================================
   USUWANIE PRODUKTU
   ========================================================= */

.ct-cart-content .remove {
    position: absolute !important;

    top: 4px !important;
    right: 0 !important;

    width: 24px !important;
    height: 24px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #552025 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    opacity: .65;

    transition:
        opacity .2s ease,
        color .2s ease;
}

.ct-cart-content .remove:hover {
    color: #B95038 !important;
    opacity: 1;
}


/* =========================================================
   KWOTA
   ========================================================= */

.ct-cart-content .woocommerce-mini-cart__total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px !important;

    margin: 0 !important;

    padding:
        2px
        0
        20px !important;

    border-bottom: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    color: #191513 !important;
}


.ct-cart-content .woocommerce-mini-cart__total strong {
    font-size: 11px !important;
    font-weight: 800 !important;

    letter-spacing: .10em !important;
    text-transform: uppercase !important;

    color: #552025 !important;
}


.ct-cart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 14px !important;
    font-weight: 700 !important;

    color: #191513 !important;
}


/* =========================================================
   BUTTONY
   ========================================================= */

.ct-cart-content .woocommerce-mini-cart__buttons {
    display: grid !important;

    grid-template-columns: 1fr 1fr !important;

    gap: 10px !important;

    margin: 0 !important;
}


.ct-cart-content .woocommerce-mini-cart__buttons .button {
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}


/* ZOBACZ KOSZYK */

.ct-cart-content
.woocommerce-mini-cart__buttons
.button:first-child {

    background: transparent !important;

    color: #552025 !important;

    border: 1px solid #552025 !important;
}


.ct-cart-content
.woocommerce-mini-cart__buttons
.button:first-child:hover {

    background: #552025 !important;

    color: #F8F0E7 !important;
}


/* ZAMÓWIENIE */

.ct-cart-content
.woocommerce-mini-cart__buttons
.checkout {

    background: #552025 !important;

    color: #F8F0E7 !important;

    border: 1px solid #552025 !important;
}


.ct-cart-content
.woocommerce-mini-cart__buttons
.checkout:hover {

    background: #B95038 !important;

    border-color: #B95038 !important;
}


/* =========================================================
   PUSTY KOSZYK
   ========================================================= */

.ct-cart-content .woocommerce-mini-cart__empty-message {
    margin: 0 !important;

    padding: 20px 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 13px !important;

    color: #4C4541 !important;
}


/* =========================================================
   MOBILE / MAŁE OKNA
   ========================================================= */

@media (max-width: 480px) {

    .ct-cart-content {
        width: min(360px, calc(100vw - 24px)) !important;

        padding: 20px !important;
    }

}
/* =========================================================
   REMUDA — CART V2
   ========================================================= */

body.woocommerce-cart {
    --r-burgundy: #552025;
    --r-rust: #B95038;
    --r-cream: #F8F0E7;
    --r-paper: #FFF9F2;
    --r-ink: #191513;
    --r-copy: #4C4541;
    --r-line: #DED2C6;

    background: var(--r-cream);
}


/* =========================================================
   CONTAINER
   ========================================================= */

body.woocommerce-cart .entry-content > .woocommerce {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin: 0 auto;

    font-family: "Libre Franklin", Arial, sans-serif;
}


/* =========================================================
   TITLE
   ========================================================= */

body.woocommerce-cart .hero-section {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin: 60px auto 38px;
}


body.woocommerce-cart .page-title,
body.woocommerce-cart h1.entry-title {
    margin: 0;

    font-family: "Aleo", Georgia, serif !important;

    font-size: clamp(52px, 6vw, 82px) !important;
    font-weight: 700 !important;

    line-height: .9 !important;

    letter-spacing: -.045em !important;
    text-transform: uppercase;

    color: var(--r-burgundy) !important;
}


/* =========================================================
   MAIN CART
   ========================================================= */

body.woocommerce-cart .ct-woocommerce-cart-form {
    display: grid;

    grid-template-columns:
        minmax(0, 1.65fr)
        minmax(350px, .72fr);

    align-items: start;

    gap: clamp(44px, 6vw, 90px);
}


/* =========================================================
   CART TABLE
   ========================================================= */

body.woocommerce-cart
.woocommerce-cart-form
.shop_table {

    width: 100%;

    margin: 0;

    border: 0;

    background: transparent;
}


body.woocommerce-cart
.woocommerce-cart-form
.shop_table th {

    padding: 0 12px 16px;

    border-bottom:
        1px solid var(--r-burgundy);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .13em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


body.woocommerce-cart
.woocommerce-cart-form
.cart_item td {

    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom:
        1px solid var(--r-line);
}


/* IMAGE */

body.woocommerce-cart
.product-thumbnail img {

    width: 105px !important;
    height: 105px !important;

    object-fit: contain;

    background: #EEE4DA;
}


/* PRODUCT NAME */

body.woocommerce-cart
td.product-name > a {

    font-family:
        "Libre Franklin",
        Arial,
        sans-serif;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.35;

    color: var(--r-ink);

    text-decoration: none;
}


body.woocommerce-cart
td.product-name > a:hover {

    color: var(--r-rust);
}


/* OLD VARIATION DISPLAY OUT */

body.woocommerce-cart
.product-name dl.variation {

    display: none;
}


/* OUR SIZE */

.remuda-cart-item-options {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: 11px;
}


.remuda-cart-item-option {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    padding: 6px 9px;

    border:
        1px solid var(--r-line);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .07em;
    text-transform: uppercase;

    color: var(--r-copy);
}


.remuda-cart-item-option strong {
    color: var(--r-burgundy);
}


/* QUANTITY */

body.woocommerce-cart
.quantity[data-type="type-2"] {

    border:
        1px solid var(--r-burgundy);

    border-radius: 0;

    background: transparent;
}


/* SUBTOTAL */

body.woocommerce-cart
td.product-subtotal {

    font-size: 14px;
    font-weight: 800;

    color: var(--r-burgundy);
}


/* REMOVE */

body.woocommerce-cart
td.product-remove .remove {

    color: var(--r-burgundy);

    transition:
        color .2s ease,
        transform .2s ease;
}


body.woocommerce-cart
td.product-remove .remove:hover {

    color: var(--r-rust);

    transform: scale(1.08);
}


/* =========================================================
   COUPON / UPDATE
   ========================================================= */

body.woocommerce-cart
td.actions {

    padding-top: 24px !important;

    border: 0 !important;
}


body.woocommerce-cart
.coupon {

    gap: 8px;
}


body.woocommerce-cart
#coupon_code {

    height: 50px;

    border:
        1px solid var(--r-line);

    border-radius: 0;

    background: transparent;

    font-family:
        "Libre Franklin",
        Arial,
        sans-serif;
}


body.woocommerce-cart
td.actions .button {

    min-height: 50px;

    border-radius: 0 !important;

    border:
        1px solid var(--r-burgundy) !important;

    background:
        var(--r-burgundy) !important;

    color:
        var(--r-cream) !important;

    font-family:
        "Libre Franklin",
        Arial,
        sans-serif !important;

    font-size: 9px !important;
    font-weight: 800 !important;

    letter-spacing: .08em;

    text-transform: uppercase;
}


body.woocommerce-cart
td.actions .button:hover:not(:disabled) {

    background:
        var(--r-rust) !important;

    border-color:
        var(--r-rust) !important;
}


body.woocommerce-cart
td.actions .button:disabled {

    opacity: .45;
}


/* =========================================================
   SUMMARY CARD
   ========================================================= */

body.woocommerce-cart
.cart_totals {

    position: sticky;

    top: 28px;

    width: 100%;

    padding: 34px;

    background: var(--r-paper);

    border:
        1px solid var(--r-line);

    border-top:
        5px solid var(--r-burgundy);

    box-shadow:
        12px 12px 0
        rgba(85,32,37,.07);
}


body.woocommerce-cart
.cart_totals h2 {

    margin: 0 0 25px;

    padding-bottom: 20px;

    border-bottom:
        1px solid var(--r-line);

    font-family:
        "Aleo",
        Georgia,
        serif;

    font-size: 32px;
    font-weight: 700;

    line-height: 1;

    color: var(--r-burgundy);
}


body.woocommerce-cart
.cart_totals table {

    width: 100%;
}


body.woocommerce-cart
.cart_totals th,
body.woocommerce-cart
.cart_totals td {

    padding:
        17px 0;

    border-bottom:
        1px solid var(--r-line);

    font-family:
        "Libre Franklin",
        Arial,
        sans-serif;

    font-size: 12px;
}


body.woocommerce-cart
.cart_totals th {

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .09em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


body.woocommerce-cart
.cart_totals td {

    text-align: right;

    color: var(--r-ink);
}


body.woocommerce-cart
.cart_totals .shipping td {

    text-align: left;
}


body.woocommerce-cart
.cart_totals .order-total th,
body.woocommerce-cart
.cart_totals .order-total td {

    padding-top: 22px;

    border-bottom: 0;

    font-size: 16px;
    font-weight: 800;

    color: var(--r-burgundy);
}


/* HIDDEN AJAX DATA */

.remuda-cart-progress-state {

    display: none !important;
}


/* CHECKOUT */

body.woocommerce-cart
.wc-proceed-to-checkout {

    padding-top: 10px;
}


body.woocommerce-cart
.wc-proceed-to-checkout
.checkout-button {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 58px;

    margin: 0;

    border-radius: 0;

    border:
        1px solid var(--r-burgundy);

    background:
        var(--r-burgundy);

    color:
        var(--r-cream);

    font-family:
        "Libre Franklin",
        Arial,
        sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .11em;

    text-transform: uppercase;
}


body.woocommerce-cart
.wc-proceed-to-checkout
.checkout-button::after {

    content: "→";

    margin-left: 11px;

    font-size: 18px;

    transition:
        transform .2s ease;
}


body.woocommerce-cart
.wc-proceed-to-checkout
.checkout-button:hover {

    background:
        var(--r-rust);

    border-color:
        var(--r-rust);
}


body.woocommerce-cart
.wc-proceed-to-checkout
.checkout-button:hover::after {

    transform: translateX(5px);
}


/* checkout reassurance */

.remuda-cart-checkout-note {

    display: flex;
    align-items: flex-start;

    gap: 9px;

    margin-top: 16px;

    color: var(--r-copy);
}


.remuda-cart-checkout-note > span {

    color: var(--r-rust);
}


.remuda-cart-checkout-note p {

    margin: 0;

    font-size: 10px;
    line-height: 1.5;
}


.remuda-cart-checkout-note strong {

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .07em;

    color: var(--r-burgundy);
}


/* =========================================================
   REMUDA — FREE SHIPPING TRAIL V3
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail {
    position: relative !important;
    isolation: isolate !important;

    width: 100% !important;

    margin: 90px 0 80px !important;
    padding: 54px 58px 44px !important;

    overflow: hidden !important;

    background: #552025 !important;
    color: #F8F0E7 !important;

    border: 0 !important;
    box-shadow: 12px 12px 0 rgba(185, 80, 56, .20) !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
}


/* DUŻA GWIAZDA W TLE */

body.woocommerce-cart .remuda-cart-trail::after {
    content: "★";

    position: absolute;
    z-index: -1;

    top: -105px;
    right: -45px;

    font-family: Georgia, serif;
    font-size: 330px;
    line-height: 1;

    color: rgba(248, 240, 231, .035);

    transform: rotate(10deg);

    pointer-events: none;
}


/* =========================================================
   HEADER
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail__top {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;

    gap: 50px !important;

    position: relative;
    z-index: 2;
}


body.woocommerce-cart .remuda-cart-trail__eyebrow {
    display: block !important;

    margin: 0 0 13px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: .18em !important;
    text-transform: uppercase !important;

    color: #E78368 !important;
}


body.woocommerce-cart .remuda-cart-trail__title {
    margin: 0 !important;

    font-family: "Aleo", Georgia, serif !important;

    font-size: clamp(38px, 4.4vw, 62px) !important;
    font-weight: 700 !important;

    line-height: .92 !important;
    letter-spacing: -.04em !important;

    text-transform: uppercase !important;

    color: #F8F0E7 !important;
}


body.woocommerce-cart .remuda-cart-trail__remaining {
    display: block !important;

    margin-top: 9px !important;

    color: #E78368 !important;
}


body.woocommerce-cart .remuda-cart-trail__counter {
    flex: 0 0 auto !important;

    padding-bottom: 6px !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    letter-spacing: .06em !important;

    color: rgba(248, 240, 231, .65) !important;
}


/* =========================================================
   PROGRESS
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail__meter {
    position: relative !important;
    z-index: 2 !important;

    margin: 65px 18px 72px !important;
}


body.woocommerce-cart .remuda-cart-trail__rail {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    height: 5px !important;

    background: rgba(248, 240, 231, .18) !important;
}


body.woocommerce-cart .remuda-cart-trail__fill {
    position: absolute !important;

    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;

    display: block !important;

    width: var(--trail-progress, 0%) !important;

    background: #E78368 !important;

    box-shadow: 0 0 18px rgba(231, 131, 104, .35) !important;

    transition: width .8s cubic-bezier(.2,.75,.25,1) !important;
}


/* =========================================================
   GWIAZDKI / CHECKPOINTY
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail__checkpoints {
    position: absolute !important;

    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    pointer-events: none !important;
}


body.woocommerce-cart .remuda-cart-trail__checkpoint {
    position: absolute !important;

    left: var(--checkpoint) !important;
    top: 50% !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: translate(-50%, -50%) !important;

    text-align: center !important;
}


body.woocommerce-cart .remuda-cart-trail__star {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 35px !important;
    height: 35px !important;

    margin: 0 auto !important;

    border: 4px solid #552025 !important;
    border-radius: 50% !important;

    background: #C8B9B0 !important;

    color: rgba(85, 32, 37, .6) !important;

    font-family: Georgia, serif !important;
    font-size: 12px !important;
    line-height: 1 !important;

    box-sizing: border-box !important;

    transition:
        background .3s ease,
        color .3s ease,
        transform .35s ease !important;
}


/* ODBLOKOWANA GWIAZDA */

body.woocommerce-cart
.remuda-cart-trail__checkpoint.is-reached
.remuda-cart-trail__star {

    background: #B95038 !important;
    color: #F8F0E7 !important;

    transform: scale(1.12) !important;
}


/* OSTATNI CEL */

body.woocommerce-cart
.remuda-cart-trail__checkpoint.is-goal
.remuda-cart-trail__star {

    width: 45px !important;
    height: 45px !important;

    background: #F8F0E7 !important;

    color: #552025 !important;

    font-size: 16px !important;
}


body.woocommerce-cart
.remuda-cart-trail__checkpoint.is-goal.is-reached
.remuda-cart-trail__star {

    background: #E78368 !important;
    color: #552025 !important;

    transform: scale(1.12) !important;
}


/* 75 / 150 / 225 / 300 */

body.woocommerce-cart .remuda-cart-trail__checkpoint-value {
    position: absolute !important;

    top: 44px !important;
    left: 50% !important;

    display: block !important;

    width: max-content !important;

    transform: translateX(-50%) !important;

    font-size: 9px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    color: rgba(248, 240, 231, .68) !important;

    white-space: nowrap !important;
}


body.woocommerce-cart .remuda-cart-trail__checkpoint-value small {
    display: block !important;

    margin-top: 3px !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    letter-spacing: .12em !important;

    color: #E78368 !important;
}


/* =========================================================
   TEXT POD PROGRESSEM
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail__bottom {
    position: relative;
    z-index: 2;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 25px !important;
}


body.woocommerce-cart .remuda-cart-trail__copy {
    margin: 0 !important;

    font-size: 12px !important;
    line-height: 1.5 !important;

    color: rgba(248, 240, 231, .72) !important;
}


body.woocommerce-cart .remuda-cart-trail__celebration {
    display: flex !important;

    gap: 7px !important;

    color: #E78368 !important;

    font-size: 15px !important;
}


/* =========================================================
   PERKS
   ========================================================= */

body.woocommerce-cart .remuda-cart-trail__perks {
    position: relative;
    z-index: 2;

    display: grid !important;

    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

    margin-top: 38px !important;
    padding-top: 30px !important;

    border-top: 1px solid rgba(248, 240, 231, .15) !important;
}


body.woocommerce-cart .remuda-cart-trail__perks > div {
    display: grid !important;

    grid-template-columns: 22px 1fr !important;

    column-gap: 9px !important;

    padding: 3px 22px !important;

    border-right: 1px solid rgba(248, 240, 231, .13) !important;
}


body.woocommerce-cart .remuda-cart-trail__perks > div:first-child {
    padding-left: 0 !important;
}


body.woocommerce-cart .remuda-cart-trail__perks > div:last-child {
    border-right: 0 !important;
}


body.woocommerce-cart .remuda-cart-trail__perks span {
    grid-row: 1 / 3 !important;

    color: #E78368 !important;

    font-size: 12px !important;
}


body.woocommerce-cart .remuda-cart-trail__perks strong {
    display: block !important;

    font-size: 9px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: .09em !important;

    color: #F8F0E7 !important;
}


body.woocommerce-cart .remuda-cart-trail__perks small {
    display: block !important;

    margin-top: 4px !important;

    font-size: 9px !important;

    color: rgba(248, 240, 231, .52) !important;
}


/* =========================================================
   COMPLETE
   ========================================================= */

body.woocommerce-cart
.remuda-cart-trail.is-complete {

    background: #552025 !important;
}


body.woocommerce-cart
.remuda-cart-trail.is-complete
.remuda-cart-trail__remaining {

    font-size: 1.1em !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart .remuda-cart-trail {

        margin: 65px 0 45px !important;

        padding: 32px 20px 28px !important;

        box-shadow: 7px 7px 0 rgba(185,80,56,.18) !important;
    }


    body.woocommerce-cart .remuda-cart-trail__top {

        display: block !important;
    }


    body.woocommerce-cart .remuda-cart-trail__title {

        font-size: 34px !important;
    }


    body.woocommerce-cart .remuda-cart-trail__counter {

        margin-top: 14px !important;
    }


    body.woocommerce-cart .remuda-cart-trail__meter {

        margin:
            58px
            10px
            68px !important;
    }


    body.woocommerce-cart .remuda-cart-trail__star {

        width: 27px !important;
        height: 27px !important;

        border-width: 3px !important;

        font-size: 9px !important;
    }


    body.woocommerce-cart
    .remuda-cart-trail__checkpoint.is-goal
    .remuda-cart-trail__star {

        width: 35px !important;
        height: 35px !important;

        font-size: 13px !important;
    }


    body.woocommerce-cart
    .remuda-cart-trail__checkpoint-value {

        top: 36px !important;

        font-size: 8px !important;
    }


    body.woocommerce-cart .remuda-cart-trail__bottom {

        display: block !important;
    }


    body.woocommerce-cart .remuda-cart-trail__celebration {

        margin-top: 12px !important;
    }


    body.woocommerce-cart .remuda-cart-trail__perks {

        grid-template-columns: 1fr 1fr !important;

        gap: 22px 0 !important;

        margin-top: 26px !important;
        padding-top: 23px !important;
    }


    body.woocommerce-cart
    .remuda-cart-trail__perks > div {

        padding: 3px 12px !important;
    }


    body.woocommerce-cart
    .remuda-cart-trail__perks > div:nth-child(2) {

        border-right: 0 !important;
    }


    body.woocommerce-cart
    .remuda-cart-trail__perks > div:nth-child(3) {

        padding-left: 0 !important;
    }

}


/* =========================================================
   EMPTY
   ========================================================= */

.remuda-cart-empty-note {

    max-width: 760px;

    margin:
        30px auto;

    padding:
        70px 30px;

    text-align: center;

    background:
        var(--r-burgundy);

    color:
        var(--r-cream);
}


.remuda-cart-empty-note > span {

    color: #E78368;

    font-size: 25px;
}


.remuda-cart-empty-note h2 {

    margin:
        17px 0
        12px;

    font-family:
        "Aleo",
        Georgia,
        serif;

    font-size:
        clamp(38px, 6vw, 60px);

    color: var(--r-cream);
}


.remuda-cart-empty-note p {

    margin: 0;

    color:
        rgba(248,240,231,.65);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    body.woocommerce-cart
    .ct-woocommerce-cart-form {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    body.woocommerce-cart
    .cart_totals {

        position: static;

        max-width: 650px;

        margin-left: auto;
    }


    .remuda-cart-trail__perks {

        grid-template-columns:
            repeat(2,1fr);

        row-gap: 20px;
    }


    .remuda-cart-trail__perks > div:nth-child(2) {

        border-right: 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart
    .entry-content > .woocommerce,
    body.woocommerce-cart
    .hero-section {

        width:
            calc(100% - 28px);
    }


    body.woocommerce-cart
    .hero-section {

        margin-top: 35px;
    }


    body.woocommerce-cart
    .page-title,
    body.woocommerce-cart
    h1.entry-title {

        font-size:
            48px !important;
    }


    body.woocommerce-cart
    .cart_totals {

        padding: 25px 20px;

        box-shadow:
            7px 7px 0
            rgba(85,32,37,.07);
    }


    /* TRAIL */

    .remuda-cart-trail {

        margin:
            70px 0
            50px;

        padding:
            32px 20px
            28px;

        box-shadow:
            7px 7px 0
            rgba(185,80,56,.18);
    }


    .remuda-cart-trail__top {

        display: block;
    }


    .remuda-cart-trail__title {

        font-size: 34px;
    }


    .remuda-cart-trail__counter {

        margin-top: 15px;
    }


    .remuda-cart-trail__meter {

        margin:
            52px
            10px
            62px;
    }


    .remuda-cart-trail__star {

        width: 28px;
        height: 28px;

        font-size: 10px;
    }


    .remuda-cart-trail__checkpoint.is-goal
    .remuda-cart-trail__star {

        width: 36px;
        height: 36px;

        font-size: 13px;
    }


    .remuda-cart-trail__checkpoint-value {

        top: 38px;

        font-size: 8px;
    }


    .remuda-cart-trail__bottom {

        display: block;
    }


    .remuda-cart-trail__celebration {

        margin-top: 13px;
    }


    .remuda-cart-trail__perks {

        grid-template-columns:
            1fr 1fr;

        margin-top: 28px;

        padding-top: 22px;

        gap: 22px 0;
    }


    .remuda-cart-trail__perks > div {

        padding:
            4px 12px;
    }


    .remuda-cart-trail__perks > div:nth-child(odd) {

        padding-left: 0;
    }

}
/* =========================================================
   REMUDA — COMPACT PONY EXPRESS CART
   ========================================================= */

body.woocommerce-cart .woocommerce-cart-form .remuda-cart-trail {
    width: 100% !important;

    margin: 34px 0 0 !important;
    padding: 28px 30px 24px !important;

    background: #552025 !important;

    box-shadow: 8px 8px 0 rgba(185,80,56,.16) !important;
}


/* subtelniejsza gwiazda w tle */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail::after {
    top: -85px !important;
    right: -20px !important;

    font-size: 220px !important;
}


/* HEADER */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__top {
    align-items: flex-end !important;

    gap: 30px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__eyebrow {
    margin-bottom: 8px !important;

    font-size: 8px !important;
}


/* zamiast wielkiego editorialowego nagłówka */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__title {
    display: flex !important;
    flex-wrap: wrap !important;

    align-items: baseline !important;

    gap: 6px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    letter-spacing: -.015em !important;

    text-transform: none !important;
}


/* PHP ma <br>, chowamy jego wpływ w kompaktowej wersji */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__label br {
    display: none !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__remaining {
    display: inline !important;

    margin: 0 !important;

    color: #E78368 !important;

    font-size: 17px !important;
}


/* 119 / 300 */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__counter {
    font-size: 9px !important;

    white-space: nowrap !important;
}


/* =========================================================
   PROGRESS — KOMPAKTOWY
   ========================================================= */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__meter {
    margin: 42px 13px 48px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__rail {
    height: 3px !important;
}


/* gwiazdki */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__star {
    width: 27px !important;
    height: 27px !important;

    border-width: 3px !important;

    font-size: 9px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__checkpoint.is-goal
.remuda-cart-trail__star {
    width: 33px !important;
    height: 33px !important;

    font-size: 12px !important;
}


/* kwoty pod gwiazdkami */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__checkpoint-value {
    top: 34px !important;

    font-size: 8px !important;
}


/* =========================================================
   BOTTOM COPY
   ========================================================= */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__copy {
    font-size: 10px !important;
}


/* =========================================================
   PERKS
   ========================================================= */

body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__perks {
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;

    margin-top: 20px !important;
    padding-top: 18px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__perks > div {
    grid-template-columns: 16px 1fr !important;

    column-gap: 6px !important;

    padding: 2px 12px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__perks span {
    font-size: 9px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__perks strong {
    font-size: 7px !important;
}


body.woocommerce-cart
.woocommerce-cart-form
.remuda-cart-trail__perks small {
    font-size: 7px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart
    .woocommerce-cart-form
    .remuda-cart-trail {
        margin-top: 30px !important;

        padding: 25px 18px 22px !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form
    .remuda-cart-trail__top {
        display: block !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form
    .remuda-cart-trail__counter {
        margin-top: 9px !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form
    .remuda-cart-trail__meter {
        margin: 42px 10px 48px !important;
    }

    body.woocommerce-cart
    .woocommerce-cart-form
    .remuda-cart-trail__perks {
        grid-template-columns: 1fr 1fr !important;

        gap: 14px 0 !important;
    }
}
/* =========================================================
   REMUDA — HIDE MANUAL CART UPDATE
   ========================================================= */

body.woocommerce-cart
.woocommerce-cart-form
button[name="update_cart"] {
    display: none !important;
}
/* =========================================================
   REMUDA — COLLAPSIBLE COUPON
   ========================================================= */

body.woocommerce-cart .remuda-cart-coupon {
    width: 100%;
    margin-top: 2px;
}


/* przycisk MASZ KOD RABATOWY */

body.woocommerce-cart
.remuda-cart-coupon__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 48px;

    margin: 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #DED2C6;
    border-bottom: 1px solid #DED2C6;
    border-radius: 0;

    background: transparent;

    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;

    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;

    color: #552025;

    cursor: pointer;

    transition:
        color .2s ease,
        border-color .2s ease;
}


body.woocommerce-cart
.remuda-cart-coupon__trigger:hover {
    color: #B95038;
    border-color: #B95038;
}


/* + / × */

body.woocommerce-cart
.remuda-cart-coupon__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    font-size: 19px;
    font-weight: 400;
    line-height: 1;

    color: #B95038;

    transition: transform .25s ease;
}


body.woocommerce-cart
.remuda-cart-coupon.is-open
.remuda-cart-coupon__icon {
    transform: rotate(90deg);
}


/* =========================================================
   ROZWIJANY PANEL
   ========================================================= */

body.woocommerce-cart
.remuda-cart-coupon__panel {
    display: grid;

    grid-template-rows: 0fr;

    opacity: 0;

    transition:
        grid-template-rows .3s ease,
        opacity .25s ease;
}


body.woocommerce-cart
.remuda-cart-coupon.is-open
.remuda-cart-coupon__panel {
    grid-template-rows: 1fr;
    opacity: 1;
}


/* potrzebne do animacji */

body.woocommerce-cart
.remuda-cart-coupon__panel > .coupon {
    overflow: hidden;
}


/* =========================================================
   NATIVE WOOCOMMERCE COUPON
   ========================================================= */

body.woocommerce-cart
.remuda-cart-coupon .coupon {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    gap: 10px !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 18px 0 2px !important;
}


/* input */

body.woocommerce-cart
.remuda-cart-coupon #coupon_code {
    width: 100% !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    background: transparent !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
    font-size: 12px !important;

    color: #191513 !important;
}


body.woocommerce-cart
.remuda-cart-coupon #coupon_code::placeholder {
    color: rgba(76, 69, 65, .65);
}


body.woocommerce-cart
.remuda-cart-coupon #coupon_code:focus {
    border-color: #552025 !important;

    outline: none !important;

    box-shadow:
        0 0 0 2px
        rgba(85, 32, 37, .07) !important;
}


/* ZASTOSUJ */

body.woocommerce-cart
.remuda-cart-coupon .button {
    min-width: 145px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border: 1px solid #552025 !important;
    border-radius: 0 !important;

    background: #552025 !important;
    color: #F8F0E7 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}


body.woocommerce-cart
.remuda-cart-coupon .button:hover {
    background: #B95038 !important;
    border-color: #B95038 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body.woocommerce-cart
    .remuda-cart-coupon__trigger {
        min-height: 50px;

        font-size: 9px;
    }


    body.woocommerce-cart
    .remuda-cart-coupon .coupon {
        grid-template-columns: 1fr;

        gap: 8px !important;

        padding-top: 14px !important;
    }


    body.woocommerce-cart
    .remuda-cart-coupon .button {
        width: 100% !important;
    }

}

/* =========================================================
   REMUDA — STICKY SUMMARY BAR
   ========================================================= */

body.woocommerce-cart .remuda-sticky-summary {
    position: fixed;

    z-index: 9998;

    left: 0;
    right: 0;
    bottom: 0;

    padding:
        11px 28px
        calc(11px + env(safe-area-inset-bottom));

    background: rgba(248, 240, 231, .98);

    border-top: 1px solid #DED2C6;

    box-shadow:
        0 -8px 28px
        rgba(25, 21, 19, .08);

    opacity: 0;
    transform: translateY(100%);

    pointer-events: none;

    transition:
        opacity .25s ease,
        transform .3s cubic-bezier(.2,.75,.25,1);
}


body.woocommerce-cart
.remuda-sticky-summary.is-ready {
    opacity: 1;
    transform: translateY(0);

    pointer-events: auto;
}


/* gdy podsumowanie już widać */

body.woocommerce-cart
.remuda-sticky-summary.is-summary-visible {
    opacity: 0;
    transform: translateY(100%);

    pointer-events: none;
}


body.woocommerce-cart
.remuda-sticky-summary__inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    width: min(1420px, 100%);

    margin: 0 auto;
}


/* TOTAL */

body.woocommerce-cart
.remuda-sticky-summary__total {
    display: flex;

    align-items: baseline;

    gap: 12px;
}


body.woocommerce-cart
.remuda-sticky-summary__total > span {
    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .13em;

    text-transform: uppercase;

    color: #4C4541;
}


body.woocommerce-cart
.remuda-sticky-summary__amount {
    font-family: "Aleo", Georgia, serif;

    font-size: 23px;
    font-weight: 700;

    line-height: 1;

    color: #552025;

    white-space: nowrap;
}


/* BUTTON */

body.woocommerce-cart
.remuda-sticky-summary__button {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-width: 310px;
    min-height: 52px;

    margin: 0;
    padding: 0 24px;

    border: 1px solid #552025;
    border-radius: 0;

    background: #552025;

    color: #F8F0E7;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: .11em;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease;
}


body.woocommerce-cart
.remuda-sticky-summary__button > span {
    font-size: 17px;

    line-height: 1;

    transition: transform .2s ease;
}


body.woocommerce-cart
.remuda-sticky-summary__button:hover {
    background: #B95038;

    border-color: #B95038;
}


body.woocommerce-cart
.remuda-sticky-summary__button:hover > span {
    transform: translateY(3px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-cart
    .remuda-sticky-summary {
        padding:
            9px 11px
            calc(9px + env(safe-area-inset-bottom));
    }


    body.woocommerce-cart
    .remuda-sticky-summary__inner {
        gap: 10px;
    }


    body.woocommerce-cart
    .remuda-sticky-summary__total {
        display: block;

        flex: 0 0 auto;
    }


    body.woocommerce-cart
    .remuda-sticky-summary__total > span {
        display: block;

        margin-bottom: 3px;

        font-size: 7px;
    }


    body.woocommerce-cart
    .remuda-sticky-summary__amount {
        display: block;

        font-size: 17px;
    }


    body.woocommerce-cart
    .remuda-sticky-summary__button {
        flex: 1 1 auto;

        min-width: 0;
        min-height: 50px;

        padding: 0 12px;

        font-size: 7.5px;

        letter-spacing: .07em;
    }

}
/* =========================================================
   REMUDA — CHECKOUT V1
   ========================================================= */

body.woocommerce-checkout {
    --r-burgundy: #552025;
    --r-rust: #B95038;
    --r-cream: #F8F0E7;
    --r-paper: #FFF9F2;
    --r-ink: #191513;
    --r-copy: #4C4541;
    --r-line: #DED2C6;

    background: var(--r-cream);
    color: var(--r-ink);
}


/* =========================================================
   PAGE WIDTH
   ========================================================= */

body.woocommerce-checkout
.entry-content > .woocommerce {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin-inline: auto;

    font-family: "Libre Franklin", Arial, sans-serif;
}


/* =========================================================
   PAGE TITLE
   ========================================================= */

body.woocommerce-checkout
.hero-section {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin: 55px auto 38px;
}


body.woocommerce-checkout
.page-title {
    margin: 0;

    font-family: "Aleo", Georgia, serif !important;

    font-size: clamp(48px, 5.7vw, 78px) !important;
    font-weight: 700 !important;

    line-height: .92 !important;

    letter-spacing: -.045em !important;

    text-transform: uppercase;

    color: var(--r-burgundy) !important;
}


/* =========================================================
   TWO COLUMNS
   ========================================================= */

body.woocommerce-checkout
form.checkout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(390px, .85fr);

    align-items: start;

    gap: clamp(55px, 7vw, 105px);
}


body.woocommerce-checkout
#customer_details,
body.woocommerce-checkout
#order_review {
    width: 100% !important;

    float: none !important;

    min-width: 0;
}


/* =========================================================
   LEFT — CUSTOMER DETAILS
   ========================================================= */

body.woocommerce-checkout
.woocommerce-billing-fields > h3,
body.woocommerce-checkout
.woocommerce-additional-fields > h3 {
    margin: 0 0 30px;

    font-family: "Aleo", Georgia, serif;

    font-size: 30px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: -.025em;

    color: var(--r-burgundy);
}


/* labels */

body.woocommerce-checkout
.form-row label {
    margin-bottom: 9px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: .1em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


body.woocommerce-checkout
.form-row label .required {
    color: var(--r-rust);
}


/* spaces */

body.woocommerce-checkout
.form-row {
    margin-bottom: 22px;
}


/* inputs */

body.woocommerce-checkout
input.input-text,
body.woocommerce-checkout
textarea.input-text,
body.woocommerce-checkout
.select2-container .select2-selection--single {
    width: 100%;

    border: 1px solid var(--r-line) !important;
    border-radius: 0 !important;

    background: rgba(255,255,255,.15) !important;

    color: var(--r-ink) !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    box-shadow: none !important;
}


body.woocommerce-checkout
input.input-text {
    min-height: 54px;

    padding: 0 16px !important;

    font-size: 13px !important;
}


body.woocommerce-checkout
.select2-container .select2-selection--single {
    height: 54px !important;
}


body.woocommerce-checkout
.select2-container
.select2-selection__rendered {
    line-height: 52px !important;

    padding-left: 16px !important;
}


body.woocommerce-checkout
.select2-container
.select2-selection__arrow {
    height: 52px !important;
}


body.woocommerce-checkout
textarea.input-text {
    min-height: 125px;

    padding: 16px !important;

    font-size: 13px !important;

    resize: vertical;
}


body.woocommerce-checkout
input.input-text:focus,
body.woocommerce-checkout
textarea.input-text:focus,
body.woocommerce-checkout
.select2-container--focus .select2-selection {
    border-color: var(--r-burgundy) !important;

    outline: none !important;

    box-shadow:
        0 0 0 2px
        rgba(85,32,37,.07) !important;
}


/* placeholder */

body.woocommerce-checkout
input::placeholder,
body.woocommerce-checkout
textarea::placeholder {
    color: rgba(76,69,65,.52);
}


/* =========================================================
   SHIP TO DIFFERENT ADDRESS
   ========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields {
    margin-top: 15px;

    padding-top: 22px;

    border-top: 1px solid var(--r-line);
}


body.woocommerce-checkout
#ship-to-different-address {
    margin: 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    color: var(--r-ink);
}


/* =========================================================
   ORDER SUMMARY
   ========================================================= */

body.woocommerce-checkout
#order_review {
    position: sticky;

    top: 28px;

    padding: 38px;

    background: var(--r-paper);

    border: 1px solid var(--r-line);

    border-top: 5px solid var(--r-burgundy);

    box-shadow:
        12px 12px 0
        rgba(85,32,37,.07);
}


/* "Podsumowanie" */

body.woocommerce-checkout
#order_review_heading {
    margin: 0 0 26px;

    padding-bottom: 22px;

    border-bottom: 1px solid var(--r-line);

    font-family: "Aleo", Georgia, serif !important;

    font-size: 34px !important;
    font-weight: 700 !important;

    line-height: .95;

    letter-spacing: -.03em;

    color: var(--r-burgundy) !important;
}


/* =========================================================
   ORDER TABLE
   ========================================================= */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table {
    margin: 0;

    border: 0 !important;

    background: transparent !important;
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table td {
    padding: 17px 0 !important;

    border: 0 !important;
    border-bottom: 1px solid var(--r-line) !important;

    font-family: "Libre Franklin", Arial, sans-serif;
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table thead th {
    font-size: 8px;

    font-weight: 800;

    letter-spacing: .11em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name {
    padding-right: 18px !important;

    font-size: 12px;

    font-weight: 700;

    line-height: 1.45;

    color: var(--r-ink);
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-total {
    text-align: right;

    font-size: 12px;

    white-space: nowrap;

    color: var(--r-ink);
}


/* labels totals */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
tfoot th {
    font-size: 9px;

    font-weight: 800;

    letter-spacing: .07em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table
tfoot td {
    text-align: right;

    font-size: 12px;

    color: var(--r-ink);
}


/* TOTAL */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.order-total th,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.order-total td {
    padding-top: 22px !important;

    border-bottom: 0 !important;

    font-size: 16px;

    font-weight: 800;

    color: var(--r-burgundy);
}


/* =========================================================
   SHIPPING
   ========================================================= */

body.woocommerce-checkout
#shipping_method {
    margin: 7px 0;
}


body.woocommerce-checkout
#shipping_method label {
    font-size: 12px;

    font-weight: 700;

    color: var(--r-ink);
}


/* =========================================================
   PAYMENT BOX
   ========================================================= */

body.woocommerce-checkout
#payment {
    margin-top: 25px;

    background: transparent !important;
}


body.woocommerce-checkout
#payment ul.payment_methods {
    margin: 0;

    padding: 0 0 20px;

    border-bottom: 1px solid var(--r-line);
}


body.woocommerce-checkout
#payment .payment_box {
    margin: 12px 0;

    padding: 15px;

    border-radius: 0;

    background: #EEE4DA;
}


/* Woo messages */

body.woocommerce-checkout
.woocommerce-info,
body.woocommerce-checkout
.woocommerce-error,
body.woocommerce-checkout
.woocommerce-message {
    border-radius: 0 !important;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;

    line-height: 1.55;
}


/* privacy */

body.woocommerce-checkout
.woocommerce-privacy-policy-text {
    margin-top: 20px;

    font-size: 10px;

    line-height: 1.6;

    color: var(--r-copy);
}


body.woocommerce-checkout
.woocommerce-privacy-policy-text a {
    color: var(--r-burgundy);

    text-decoration-color: var(--r-rust);
}


/* =========================================================
   BUY BUTTON
   ========================================================= */

body.woocommerce-checkout
#place_order {
    width: 100%;

    min-height: 60px;

    margin-top: 20px;

    padding: 0 22px;

    border: 1px solid var(--r-burgundy) !important;
    border-radius: 0 !important;

    background: var(--r-burgundy) !important;

    color: var(--r-cream) !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    letter-spacing: .12em;

    text-transform: uppercase;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


body.woocommerce-checkout
#place_order::after {
    content: " →";
}


body.woocommerce-checkout
#place_order:hover {
    background: var(--r-rust) !important;

    border-color: var(--r-rust) !important;

    transform: translateY(-1px);
}


/* =========================================================
   PERKS
   ========================================================= */

body.woocommerce-checkout
.remuda-checkout-perks {
    display: flex;

    flex-wrap: wrap;

    gap: 8px 17px;

    margin-top: 19px;

    padding-top: 18px;

    border-top: 1px solid var(--r-line);

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: .075em;

    color: var(--r-copy);
}


body.woocommerce-checkout
.remuda-checkout-perks span::first-letter {
    color: var(--r-rust);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    body.woocommerce-checkout
    form.checkout {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    body.woocommerce-checkout
    #order_review {
        position: static;

        width: min(100%, 700px);

        margin-left: auto;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-checkout
    .entry-content > .woocommerce,
    body.woocommerce-checkout
    .hero-section {
        width: calc(100% - 28px);
    }


    body.woocommerce-checkout
    .hero-section {
        margin-top: 32px;
        margin-bottom: 26px;
    }


    body.woocommerce-checkout
    .page-title {
        font-size: 43px !important;
    }


    body.woocommerce-checkout
    form.checkout {
        gap: 36px;
    }


    body.woocommerce-checkout
    .woocommerce-billing-fields > h3,
    body.woocommerce-checkout
    .woocommerce-additional-fields > h3 {
        font-size: 27px;
    }


    body.woocommerce-checkout
    .form-row-first,
    body.woocommerce-checkout
    .form-row-last {
        width: 100% !important;

        float: none !important;
    }


    body.woocommerce-checkout
    #order_review {
        padding: 25px 19px;

        box-shadow:
            7px 7px 0
            rgba(85,32,37,.07);
    }


    body.woocommerce-checkout
    #order_review_heading {
        font-size: 29px !important;
    }


    body.woocommerce-checkout
    #place_order {
        min-height: 58px;
    }


    body.woocommerce-checkout
    .remuda-checkout-perks {
        display: grid;

        grid-template-columns: 1fr;

        gap: 8px;
    }

}
/* =========================================================
   REMUDA — CHECKOUT PRODUCT CARD
   ========================================================= */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.cart_item .product-name {
    width: 72%;

    padding: 20px 12px 20px 0 !important;
}


/* chowamy domyślne dane wariantu WooCommerce */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.cart_item .variation {
    display: none !important;
}


/* PRODUCT */

body.woocommerce-checkout
.remuda-checkout-product {
    display: grid;

    grid-template-columns: 68px minmax(0, 1fr);

    align-items: center;

    gap: 15px;

    width: 100%;
}


/* IMAGE */

body.woocommerce-checkout
.remuda-checkout-product__thumb {
    width: 68px;
    height: 68px;

    overflow: hidden;

    background: #EEE4DA;
}


body.woocommerce-checkout
.remuda-checkout-product__image {
    display: block;

    width: 68px !important;
    height: 68px !important;

    margin: 0 !important;

    object-fit: contain;
}


/* INFO */

body.woocommerce-checkout
.remuda-checkout-product__info {
    min-width: 0;
}


body.woocommerce-checkout
.remuda-checkout-product__name {
    display: block;

    margin: 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;
    font-weight: 750;

    line-height: 1.4;

    color: #191513;
}


/* SIZE / QTY */

body.woocommerce-checkout
.remuda-checkout-product__meta {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: 9px;
}


body.woocommerce-checkout
.remuda-checkout-product__option {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    min-height: 24px;

    padding: 4px 7px;

    border: 1px solid #DED2C6;

    font-family: "Libre Franklin", Arial, sans-serif;
}


body.woocommerce-checkout
.remuda-checkout-product__option small {
    font-size: 7px;
    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;

    color: #4C4541;
}


body.woocommerce-checkout
.remuda-checkout-product__option strong {
    font-size: 8px;
    font-weight: 800;

    line-height: 1;

    text-transform: uppercase;

    color: #552025;
}


/* PRICE */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.cart_item .product-total {
    vertical-align: middle;

    font-size: 12px;
    font-weight: 800;

    color: #552025;
}


/* MOBILE */

@media (max-width: 767px) {

    body.woocommerce-checkout
    .remuda-checkout-product {
        grid-template-columns: 58px minmax(0, 1fr);

        gap: 12px;
    }


    body.woocommerce-checkout
    .remuda-checkout-product__thumb,
    body.woocommerce-checkout
    .remuda-checkout-product__image {
        width: 58px !important;
        height: 58px !important;
    }


    body.woocommerce-checkout
    .remuda-checkout-product__name {
        font-size: 10px;
    }

}
/* =========================================================
   REMUDA — CHECKOUT POLISH V2
   ========================================================= */


/* =========================================================
   1. PODSUMOWANIE — USUWAMY RAMKĘ W RAMCE
   ========================================================= */

/* zewnętrzny wrapper Blocksy */
body.woocommerce-checkout .ct-order-review {
    padding: 34px 34px 36px !important;

    background: #FFF9F2 !important;

    border: 1px solid #DED2C6 !important;
    border-top: 5px solid #552025 !important;

    box-shadow:
        12px 12px 0 rgba(85, 32, 37, .07) !important;
}


/* nagłówek */

body.woocommerce-checkout .ct-order-review #order_review_heading {
    margin: 0 0 24px !important;

    padding: 0 0 20px !important;

    border-bottom: 1px solid #DED2C6 !important;

    font-family: "Aleo", Georgia, serif !important;

    font-size: 34px !important;
    font-weight: 700 !important;

    line-height: .95 !important;
    letter-spacing: -.03em !important;

    color: #552025 !important;
}


/* właściwe order review — już BEZ własnej karty */

body.woocommerce-checkout .ct-order-review #order_review {
    position: static !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;
}


/* jeżeli Blocksy dokłada jeszcze jedną ramkę */

body.woocommerce-checkout
.woocommerce-checkout-review-order {
    border: 0 !important;
    box-shadow: none !important;
}


/* tabela też czysta */

body.woocommerce-checkout
.woocommerce-checkout-review-order-table {
    border: 0 !important;

    background: transparent !important;
}


/* =========================================================
   2. PRODUKT W PODSUMOWANIU — TROCHĘ WIĘKSZY
   ========================================================= */

body.woocommerce-checkout
.remuda-checkout-product {
    grid-template-columns: 76px minmax(0, 1fr) !important;

    gap: 15px !important;
}


body.woocommerce-checkout
.remuda-checkout-product__thumb,
body.woocommerce-checkout
.remuda-checkout-product__image {
    width: 76px !important;
    height: 76px !important;
}


body.woocommerce-checkout
.remuda-checkout-product__name {
    font-size: 12px !important;
    line-height: 1.35 !important;
}


body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.cart_item .product-total {
    font-size: 13px !important;
}


/* =========================================================
   3. SHIP TO DIFFERENT ADDRESS
   ========================================================= */

body.woocommerce-checkout
.woocommerce-shipping-fields {
    margin-top: 30px !important;
    padding-top: 24px !important;

    border-top: 1px solid #DED2C6 !important;
}


body.woocommerce-checkout
#ship-to-different-address {
    margin: 0 !important;
    padding: 0 !important;
}


body.woocommerce-checkout
#ship-to-different-address label {
    display: flex !important;

    align-items: center !important;

    gap: 10px !important;

    margin: 0 !important;

    cursor: pointer;
}


body.woocommerce-checkout
#ship-to-different-address span {
    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: .07em !important;

    text-transform: uppercase !important;

    color: #552025 !important;
}


/* checkbox */

body.woocommerce-checkout
#ship-to-different-address-checkbox {
    width: 18px !important;
    height: 18px !important;

    margin: 0 !important;

    accent-color: #552025;
}


/* =========================================================
   4. UWAGI DO ZAMÓWIENIA
   ========================================================= */

body.woocommerce-checkout
.woocommerce-additional-fields {
    margin-top: 28px !important;
}


body.woocommerce-checkout
.woocommerce-additional-fields > h3 {
    margin: 0 0 17px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: .1em !important;

    text-transform: uppercase !important;

    color: #552025 !important;
}


body.woocommerce-checkout
#order_comments_field {
    margin-bottom: 0 !important;
}


body.woocommerce-checkout
#order_comments {
    min-height: 120px !important;
}


/* =========================================================
   5. WIĘCEJ ODDECHU PRZED PŁATNOŚCIĄ
   ========================================================= */

body.woocommerce-checkout
#payment {
    margin-top: 30px !important;

    padding-top: 25px !important;

    border-top: 1px solid #DED2C6 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-checkout
    .ct-order-review {
        padding: 24px 19px 26px !important;

        box-shadow:
            7px 7px 0 rgba(85, 32, 37, .07) !important;
    }


    body.woocommerce-checkout
    .ct-order-review #order_review_heading {
        font-size: 29px !important;
    }


    body.woocommerce-checkout
    .remuda-checkout-product {
        grid-template-columns: 62px minmax(0, 1fr) !important;
    }


    body.woocommerce-checkout
    .remuda-checkout-product__thumb,
    body.woocommerce-checkout
    .remuda-checkout-product__image {
        width: 62px !important;
        height: 62px !important;
    }

}
/* =========================================================
   REMUDA — THANK YOU PAGE
   ========================================================= */

body.woocommerce-order-received,
body.remuda-thankyou-preview {
    --r-burgundy: #552025;
    --r-rust: #B95038;
    --r-cream: #F8F0E7;
    --r-paper: #FFF9F2;
    --r-ink: #191513;
    --r-copy: #4C4541;
    --r-line: #DED2C6;

    background: var(--r-cream);
}


/* =========================================================
   HIDE DEFAULT WOOCOMMERCE THANK YOU
   ========================================================= */

body.woocommerce-order-received
.woocommerce-thankyou-order-received,

body.woocommerce-order-received
.woocommerce-order-overview,

body.woocommerce-order-received
.woocommerce-order-details,

body.woocommerce-order-received
.woocommerce-customer-details {
    display: none !important;
}


/* PREVIEW */

body.remuda-thankyou-preview
.hero-section,

body.remuda-thankyou-preview
form.checkout,

body.remuda-thankyou-preview
.woocommerce-form-login-toggle,

body.remuda-thankyou-preview
.woocommerce-form-coupon-toggle {
    display: none !important;
}


/* =========================================================
   WIDTH
   ========================================================= */

body.woocommerce-order-received
.entry-content > .woocommerce,

body.remuda-thankyou-preview
.entry-content > .woocommerce {
    width: min(1420px, calc(100% - 64px));

    max-width: none;

    margin-inline: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.remuda-thankyou__hero {
    position: relative;

    min-height: 560px;

    margin: 55px 0 0;

    overflow: hidden;

    background: #191513;
}


.remuda-thankyou__hero-bg {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(25,21,19,.90) 0%,
            rgba(25,21,19,.66) 42%,
            rgba(25,21,19,.18) 100%
        ),
        url("https://remuda.pl/wp-content/uploads/2026/08/Projekt-bez-nazwy-7.png")
        center / cover no-repeat;

    transform: scale(1.015);
}


.remuda-thankyou__hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    justify-content: center;

    min-height: 560px;

    width: min(700px, 75%);

    padding: 65px;
}


.remuda-thankyou__eyebrow {
    margin-bottom: 18px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .19em;

    text-transform: uppercase;

    color: #E78368;
}


.remuda-thankyou__hero h1 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(64px, 8vw, 116px);

    font-weight: 700;

    line-height: .78;

    letter-spacing: -.055em;

    color: #F8F0E7;
}


.remuda-thankyou__hero p {
    margin: 27px 0 8px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 16px;

    color: rgba(248,240,231,.80);
}


.remuda-thankyou__hero-content > strong {
    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .15em;

    color: #E78368;
}


/* =========================================================
   ORDER INFO
   ========================================================= */

.remuda-thankyou__info {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0,1fr));

    border-left: 1px solid var(--r-line);
    border-bottom: 1px solid var(--r-line);
}


.remuda-thankyou__info > div {
    min-width: 0;

    padding: 24px 25px;

    border-top: 1px solid var(--r-line);
    border-right: 1px solid var(--r-line);
}


.remuda-thankyou__info span {
    display: block;

    margin-bottom: 7px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: .13em;

    color: var(--r-copy);
}


.remuda-thankyou__info strong {
    display: block;

    overflow-wrap: anywhere;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;
    font-weight: 800;

    color: var(--r-burgundy);
}


/* =========================================================
   WHAT HAPPENS NOW
   ========================================================= */

.remuda-thankyou__next {
    display: grid;

    grid-template-columns:
        .85fr 1.55fr;

    gap: clamp(50px, 7vw, 105px);

    margin: 100px 0;

    padding-top: 42px;

    border-top: 1px solid var(--r-burgundy);
}


.remuda-thankyou__next header > span,
.remuda-thankyou__products-title > span,
.remuda-thankyou__cta > div:first-child > span {
    display: block;

    margin-bottom: 13px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .16em;

    text-transform: uppercase;

    color: var(--r-rust);
}


.remuda-thankyou__next h2,
.remuda-thankyou__products-title h2,
.remuda-thankyou__cta h2 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(38px, 4vw, 58px);

    font-weight: 700;

    line-height: .95;

    letter-spacing: -.04em;

    color: var(--r-burgundy);
}


.remuda-thankyou__steps {
    border-top: 1px solid var(--r-line);
}


.remuda-thankyou__step {
    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 24px;

    padding: 27px 0;

    border-bottom: 1px solid var(--r-line);
}


.remuda-thankyou__number {
    font-family: "Aleo", Georgia, serif;

    font-size: 27px;

    color: var(--r-rust);
}


.remuda-thankyou__step strong {
    display: block;

    margin-bottom: 6px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .12em;

    color: var(--r-burgundy);
}


.remuda-thankyou__step p {
    margin: 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 12px;

    color: var(--r-copy);
}


/* =========================================================
   PRODUCTS
   ========================================================= */

.remuda-thankyou__products {
    display: grid;

    grid-template-columns:
        .7fr 1.3fr;

    gap: clamp(50px, 7vw, 100px);

    margin-bottom: 100px;

    padding: 48px;

    background: #FFF9F2;

    border-top: 5px solid var(--r-burgundy);

    box-shadow:
        12px 12px 0 rgba(85,32,37,.07);
}


.remuda-thankyou__product-list {
    border-top: 1px solid var(--r-line);
}


.remuda-thankyou-product {
    display: grid;

    grid-template-columns:
        90px 1fr;

    align-items: center;

    gap: 20px;

    padding: 22px 0;

    border-bottom: 1px solid var(--r-line);
}


.remuda-thankyou-product__image,
.remuda-thankyou-product__image img {
    width: 90px !important;
    height: 90px !important;
}


.remuda-thankyou-product__image {
    background: #EEE4DA;

    overflow: hidden;
}


.remuda-thankyou-product__image img {
    display: block;

    object-fit: contain;
}


.remuda-thankyou-product__name {
    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 13px;

    color: var(--r-ink);
}


.remuda-thankyou-product__meta {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-top: 10px;
}


.remuda-thankyou-product__meta > span {
    display: flex;

    gap: 5px;

    padding: 5px 8px;

    border: 1px solid var(--r-line);
}


.remuda-thankyou-product__meta small {
    font-size: 7px;
    font-weight: 800;

    color: var(--r-copy);
}


.remuda-thankyou-product__meta strong {
    font-size: 8px;
    font-weight: 800;

    color: var(--r-burgundy);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.remuda-thankyou__cta {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 100px;

    padding: 55px;

    background: var(--r-burgundy);

    color: var(--r-cream);
}


.remuda-thankyou__cta h2 {
    color: var(--r-cream);
}


.remuda-thankyou__cta p {
    max-width: 520px;

    margin: 16px 0 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 12px;

    line-height: 1.6;

    color: rgba(248,240,231,.65);
}


.remuda-thankyou__buttons {
    display: flex;

    gap: 10px;

    flex: 0 0 auto;
}


.remuda-thankyou__button {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 54px;

    padding: 0 23px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .1em;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease;
}


.remuda-thankyou__button--light {
    background: #F8F0E7;

    border: 1px solid #F8F0E7;

    color: #552025;
}


.remuda-thankyou__button--instagram {
    background: transparent;

    border: 1px solid rgba(248,240,231,.45);

    color: #F8F0E7;
}


.remuda-thankyou__button:hover {
    background: #B95038;

    border-color: #B95038;

    color: #F8F0E7;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-order-received
    .entry-content > .woocommerce,

    body.remuda-thankyou-preview
    .entry-content > .woocommerce {
        width: calc(100% - 28px);
    }


    .remuda-thankyou__hero,
    .remuda-thankyou__hero-content {
        min-height: 470px;
    }


    .remuda-thankyou__hero-content {
        width: 100%;

        padding: 32px 24px;
    }


    .remuda-thankyou__hero h1 {
        font-size: clamp(58px, 19vw, 78px);
    }


    .remuda-thankyou__info {
        grid-template-columns: 1fr 1fr;
    }


    .remuda-thankyou__info > div:last-child {
        grid-column: 1 / -1;
    }


    .remuda-thankyou__next,
    .remuda-thankyou__products {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .remuda-thankyou__next {
        margin: 70px 0;
    }


    .remuda-thankyou__products {
        margin-bottom: 70px;

        padding: 27px 20px;

        box-shadow:
            7px 7px 0 rgba(85,32,37,.07);
    }


    .remuda-thankyou-product {
        grid-template-columns:
            72px 1fr;
    }


    .remuda-thankyou-product__image,
    .remuda-thankyou-product__image img {
        width: 72px !important;
        height: 72px !important;
    }


    .remuda-thankyou__cta {
        display: block;

        margin-bottom: 60px;

        padding: 35px 24px;
    }


    .remuda-thankyou__buttons {
        display: grid;

        margin-top: 30px;
    }

}
/* THANK YOU HERO — poprawka nagłówka */

.remuda-thankyou__hero h1 {
	display: flex !important;
	flex-direction: column !important;

	font-size: clamp(64px, 6.6vw, 108px) !important;

	line-height: .82 !important;
	letter-spacing: -.055em !important;
}

.remuda-thankyou__hero h1 > span {
	display: block !important;
	white-space: nowrap !important;
}
.remuda-thankyou__button--instagram {
	gap: 11px !important;
}

.remuda-thankyou__arrow {
	width: 15px;
	height: 15px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: square;
	stroke-linejoin: miter;

	transition: transform .2s ease;
}

.remuda-thankyou__button--instagram:hover
.remuda-thankyou__arrow {
	transform: translate(3px, -3px);
}
/**
 * =========================================================
 * REMUDA — EMAIL CSS
 * =========================================================
 */

function remuda_email_custom_styles( $css, $email ) {

	$css .= '

		/* REMUDA EMAIL */

		#template_container {
			border: 0 !important;
		}

		#template_header {
			background-color: #F8F0E7 !important;
			border: 0 !important;
		}

		#template_header h1 {
			color: #552025 !important;
			font-weight: 700 !important;
			letter-spacing: -0.02em !important;
		}

		#body_content {
			background-color: #F8F0E7 !important;
		}

		#body_content_inner {
			color: #191513 !important;
		}

		h2,
		h3 {
			color: #552025 !important;
		}

		a {
			color: #552025 !important;
		}

		.td {
			border-color: #DED2C6 !important;
		}

		#template_footer {
			background-color: #F8F0E7 !important;
		}

		#credit {
			color: #4C4541 !important;
			font-size: 12px !important;
			line-height: 1.6 !important;
		}

	';

	return $css;
}


add_filter(
	'woocommerce_email_styles',
	'remuda_email_custom_styles',
	20,
	2
);
#template_header h1 {
	color: #552025 !important;
}

#body_content h1 {
	color: #552025 !important;
}
/* =========================================================
   REMUDA — MY ACCOUNT V1
   ========================================================= */

body.woocommerce-account {
    --r-burgundy: #552025;
    --r-rust: #B95038;
    --r-cream: #F8F0E7;
    --r-paper: #FFF9F2;
    --r-ink: #191513;
    --r-copy: #4C4541;
    --r-line: #DED2C6;

    background: var(--r-cream);
}


/* WIDTH */

body.woocommerce-account
.entry-content > .woocommerce {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin-inline: auto;

    font-family: "Libre Franklin", Arial, sans-serif;
}


/* =========================================================
   PAGE TITLE
   ========================================================= */

body.woocommerce-account
.hero-section {
    width: min(1420px, calc(100% - 64px));
    max-width: none;

    margin: 55px auto 35px;
}


body.woocommerce-account
.page-title {
    margin: 0;

    font-family: "Aleo", Georgia, serif !important;

    font-size: clamp(52px, 6vw, 82px) !important;
    font-weight: 700 !important;

    line-height: .9 !important;

    letter-spacing: -.045em !important;

    text-transform: uppercase;

    color: var(--r-burgundy) !important;
}


/* =========================================================
   WESTERN HERO
   ========================================================= */

.remuda-account-hero {
    position: relative;

    min-height: 360px;

    margin-bottom: 48px;

    overflow: hidden;

    background: #191513;
}


.remuda-account-hero__image {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(25, 21, 19, .90) 0%,
            rgba(25, 21, 19, .64) 48%,
            rgba(25, 21, 19, .12) 100%
        ),
        url("https://remuda.pl/wp-content/uploads/2026/09/westernroots.webp")
        center 58% / cover no-repeat;

    transform: scale(1.01);
}


.remuda-account-hero__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    justify-content: center;

    min-height: 360px;

    width: min(630px, 70%);

    padding: 50px 55px;
}


.remuda-account-hero__content > span {
    display: block;

    margin-bottom: 13px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .18em;

    text-transform: uppercase;

    color: #E78368;
}


.remuda-account-hero__content h2 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(44px, 5.5vw, 76px);

    font-weight: 700;

    line-height: .85;

    letter-spacing: -.045em;

    color: #F8F0E7;
}


.remuda-account-hero__content p {
    max-width: 440px;

    margin: 20px 0 0;

    font-size: 12px;

    line-height: 1.6;

    color: rgba(248, 240, 231, .72);
}


/* =========================================================
   LOGIN
   ========================================================= */

body.woocommerce-account:not(.logged-in)
.woocommerce-form-login {
    width: min(520px, 100%);

    margin: 0 auto 90px !important;

    padding: 38px !important;

    background: #FFF9F2;

    border: 1px solid var(--r-line) !important;
    border-top: 5px solid var(--r-burgundy) !important;

    border-radius: 0 !important;

    box-shadow:
        10px 10px 0
        rgba(85,32,37,.07);
}


/* LABEL */

body.woocommerce-account
.woocommerce-form-login label {
    display: block;

    margin-bottom: 8px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .09em;

    text-transform: uppercase;

    color: var(--r-burgundy);
}


/* INPUT */

body.woocommerce-account
.woocommerce-form-login input.input-text {
    width: 100%;

    min-height: 54px;

    padding: 0 15px;

    border: 1px solid var(--r-line);

    border-radius: 0;

    background: transparent;

    font-family: "Libre Franklin", Arial, sans-serif;

    color: var(--r-ink);
}


body.woocommerce-account
.woocommerce-form-login input.input-text:focus {
    border-color: var(--r-burgundy);

    outline: none;

    box-shadow:
        0 0 0 2px
        rgba(85,32,37,.07);
}


/* BUTTON */

body.woocommerce-account
.woocommerce-form-login
button[type="submit"] {
    width: 100%;

    min-height: 54px;

    margin-top: 10px;

    border: 1px solid var(--r-burgundy);

    border-radius: 0;

    background: var(--r-burgundy);

    color: var(--r-cream);

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .11em;

    text-transform: uppercase;
}


body.woocommerce-account
.woocommerce-form-login
button[type="submit"]:hover {
    background: var(--r-rust);

    border-color: var(--r-rust);
}


/* LOST PASSWORD */

body.woocommerce-account
.woocommerce-LostPassword a {
    font-size: 10px;

    color: var(--r-burgundy);

    text-decoration-color: var(--r-rust);
}


/* =========================================================
   LOGGED-IN LAYOUT
   ========================================================= */

body.woocommerce-account.logged-in
.woocommerce {
    display: grid;

    grid-template-columns:
        260px
        minmax(0, 1fr);

    align-items: start;

    gap: 50px;
}


/* HERO MUSI BYĆ W PRAWEJ KOLUMNIE */

body.woocommerce-account.logged-in
.woocommerce-MyAccount-content {
    min-width: 0;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-navigation {
    width: 100%;
}


body.woocommerce-account
.woocommerce-MyAccount-navigation ul {
    margin: 0;

    padding: 0;

    list-style: none;

    border: 1px solid var(--r-line);
}


body.woocommerce-account
.woocommerce-MyAccount-navigation li {
    margin: 0;

    border-bottom: 1px solid var(--r-line);
}


body.woocommerce-account
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}


body.woocommerce-account
.woocommerce-MyAccount-navigation a {
    display: flex;

    align-items: center;

    min-height: 58px;

    padding: 0 20px;

    background: #FFF9F2;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .07em;

    text-transform: uppercase;

    text-decoration: none;

    color: var(--r-burgundy);

    transition:
        background .2s ease,
        color .2s ease;
}


body.woocommerce-account
.woocommerce-MyAccount-navigation
.is-active a {
    background: var(--r-burgundy);

    color: var(--r-cream);
}


body.woocommerce-account
.woocommerce-MyAccount-navigation a:hover {
    background: var(--r-rust);

    color: var(--r-cream);
}


/* =========================================================
   DASHBOARD DEFAULT COPY
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content > p {
    font-size: 12px;

    line-height: 1.7;

    color: var(--r-copy);
}


body.woocommerce-account
.woocommerce-MyAccount-content a {
    color: var(--r-burgundy);

    text-decoration-color: var(--r-rust);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .entry-content > .woocommerce,
    body.woocommerce-account
    .hero-section {
        width: calc(100% - 28px);
    }


    body.woocommerce-account
    .page-title {
        font-size: 48px !important;
    }


    .remuda-account-hero,
    .remuda-account-hero__content {
        min-height: 330px;
    }


    .remuda-account-hero__content {
        width: 100%;

        padding: 32px 24px;
    }


    .remuda-account-hero__content h2 {
        font-size: 44px;
    }


    body.woocommerce-account:not(.logged-in)
    .woocommerce-form-login {
        padding: 26px 20px !important;

        margin-bottom: 60px !important;

        box-shadow:
            7px 7px 0
            rgba(85,32,37,.07);
    }


    body.woocommerce-account.logged-in
    .woocommerce {
        display: block;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation li {
        border-right: 1px solid var(--r-line);
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation a {
        min-height: 50px;

        padding: 0 13px;

        font-size: 8px;
    }

}
/* =========================================================
   REMUDA — ACCOUNT ORDERS
   ========================================================= */


/* WESTERN HEADER */

body.woocommerce-account
.remuda-orders-head {
    position: relative;

    min-height: 270px;

    margin: 0 0 32px;

    overflow: hidden;

    background: #191513;
}


body.woocommerce-account
.remuda-orders-head__image {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(25,21,19,.93) 0%,
            rgba(25,21,19,.68) 48%,
            rgba(25,21,19,.16) 100%
        ),
        url("https://remuda.pl/wp-content/uploads/2026/09/westernroots.webp")
        center 58% / cover no-repeat;
}


body.woocommerce-account
.remuda-orders-head__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    min-height: 270px;

    width: min(500px, 72%);

    padding: 35px 42px;
}


body.woocommerce-account
.remuda-orders-head__content > span {
    margin-bottom: 10px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .17em;

    text-transform: uppercase;

    color: #E78368;
}


body.woocommerce-account
.remuda-orders-head__content h2 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(42px, 5vw, 64px);
    font-weight: 700;

    line-height: .82;

    letter-spacing: -.045em;

    color: #F8F0E7;
}


body.woocommerce-account
.remuda-orders-head__content p {
    max-width: 410px;

    margin: 16px 0 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;

    line-height: 1.6;

    color: rgba(248,240,231,.68);
}


/* =========================================================
   WOOCOMMERCE NOTICES
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info {
    display: flex !important;

    align-items: center;

    min-height: 68px;

    margin: 0 0 14px !important;
    padding: 14px 16px 14px 20px !important;

    border: 1px solid #DED2C6 !important;
    border-left: 4px solid #552025 !important;
    border-radius: 0 !important;

    background: #FFF9F2 !important;

    color: #4C4541 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 11px !important;

    line-height: 1.5 !important;
}


/* =========================================================
   PRZYCISKI W NOTICE
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info .button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 42px;

    margin-left: auto !important;
    padding: 0 18px !important;

    border: 1px solid #552025 !important;
    border-radius: 0 !important;

    background: #552025 !important;

    color: #F8F0E7 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    letter-spacing: .1em !important;

    text-transform: uppercase !important;

    text-decoration: none !important;
}


body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info .button:hover {
    background: #B95038 !important;
    border-color: #B95038 !important;

    color: #F8F0E7 !important;
}


/* strzałka do sklepu */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info .wc-forward::after {
    content: " →";

    margin-left: 8px;

    font-size: 14px;
}


/* =========================================================
   ORDER TABLE — gdy pojawią się prawdziwe zamówienia
   ========================================================= */

body.woocommerce-account
.woocommerce-orders-table {
    width: 100%;

    margin-top: 25px;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    background: #FFF9F2;
}


body.woocommerce-account
.woocommerce-orders-table th {
    padding: 15px 17px !important;

    border-bottom: 1px solid #552025 !important;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .11em;

    text-transform: uppercase;

    color: #552025;
}


body.woocommerce-account
.woocommerce-orders-table td {
    padding: 18px 17px !important;

    border-bottom: 1px solid #DED2C6 !important;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;

    color: #191513;
}


body.woocommerce-account
.woocommerce-orders-table
.woocommerce-button {
    border-radius: 0 !important;

    background: #552025 !important;

    color: #F8F0E7 !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    letter-spacing: .08em !important;

    text-transform: uppercase;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .remuda-orders-head,
    body.woocommerce-account
    .remuda-orders-head__content {
        min-height: 250px;
    }


    body.woocommerce-account
    .remuda-orders-head__content {
        width: 100%;

        padding: 28px 22px;
    }


    body.woocommerce-account
    .remuda-orders-head__content h2 {
        font-size: 46px;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-info {
        display: block !important;

        padding: 17px !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-info .button {
        width: 100%;

        margin: 14px 0 0 !important;
    }

}
/* =========================================================
   REMUDA — ACCOUNT ORDERS / FIX NOTICE ICONS
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info::before,
body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info::after {
    display: none !important;
    content: none !important;
}

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info
.ct-icon-container,
body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info
svg {
    display: none !important;
}

/* po usunięciu ikon wyrównujemy tekst */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-info {
    padding-left: 20px !important;
}
/* =========================================================
   REMUDA — ACCOUNT ADDRESSES
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

body.woocommerce-account
.remuda-addresses-head {
    position: relative;

    margin: 0 0 34px;
    padding: 28px 32px;

    background: #552025;

    color: #F8F0E7;

    overflow: hidden;
}


body.woocommerce-account
.remuda-addresses-head::after {
    content: "★";

    position: absolute;

    right: 20px;
    top: -42px;

    font-size: 150px;
    line-height: 1;

    color: rgba(248,240,231,.045);

    pointer-events: none;
}


body.woocommerce-account
.remuda-addresses-head > span {
    display: block;

    margin-bottom: 8px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .17em;

    text-transform: uppercase;

    color: #E78368;
}


body.woocommerce-account
.remuda-addresses-head h2 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;

    line-height: .9;

    letter-spacing: -.04em;

    color: #F8F0E7;
}


body.woocommerce-account
.remuda-addresses-head p {
    margin: 12px 0 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;

    color: rgba(248,240,231,.68);
}


/* =========================================================
   DOMYŚLNY TEKST NAD ADRESAMI
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content > p:first-of-type {
    margin: 0 0 20px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 10px;

    line-height: 1.6;

    color: #4C4541;
}


/* =========================================================
   DWIE KARTY
   ========================================================= */

body.woocommerce-account
.woocommerce-Addresses {
    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 22px !important;

    margin-top: 0 !important;
}


body.woocommerce-account
.woocommerce-Addresses::before,
body.woocommerce-account
.woocommerce-Addresses::after {
    display: none !important;
}


body.woocommerce-account
.woocommerce-Address {
    position: relative;

    float: none !important;

    width: 100% !important;

    min-height: 250px;

    padding: 30px !important;

    background: #FFF9F2;

    border: 1px solid #DED2C6 !important;
    border-top: 4px solid #552025 !important;

    box-shadow:
        8px 8px 0 rgba(85,32,37,.06);

    overflow: hidden;
}


/* NUMER KARTY */

body.woocommerce-account
.woocommerce-Address:nth-child(1)::before {
    content: "01  ★";
}


body.woocommerce-account
.woocommerce-Address:nth-child(2)::before {
    content: "02  ★";
}


body.woocommerce-account
.woocommerce-Address::before {
    display: block;

    margin-bottom: 23px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .15em;

    color: #B95038;
}


/* =========================================================
   TITLE
   ========================================================= */

body.woocommerce-account
.woocommerce-Address-title {
    display: flex !important;

    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    margin: 0 0 27px;

    padding-bottom: 19px;

    border-bottom: 1px solid #DED2C6;
}


body.woocommerce-account
.woocommerce-Address-title h2,
body.woocommerce-account
.woocommerce-Address-title h3 {
    float: none !important;

    margin: 0 !important;

    font-family: "Aleo", Georgia, serif !important;

    font-size: 25px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    color: #552025 !important;
}


/* =========================================================
   EDIT / ADD BUTTON
   ========================================================= */

body.woocommerce-account
.woocommerce-Address-title .edit {
    float: none !important;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    min-height: 38px;

    padding: 0 14px;

    border: 1px solid #552025;

    background: #552025;

    color: #F8F0E7 !important;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 7px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: .09em;

    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease;
}


body.woocommerce-account
.woocommerce-Address-title .edit::after {
    content: " →";

    margin-left: 7px;

    font-size: 12px;
}


body.woocommerce-account
.woocommerce-Address-title .edit:hover {
    background: #B95038;

    border-color: #B95038;

    color: #F8F0E7 !important;
}


/* =========================================================
   ADDRESS CONTENT
   ========================================================= */

body.woocommerce-account
.woocommerce-Address address {
    margin: 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;
    font-style: normal;

    line-height: 1.7;

    color: #4C4541;
}


/* pusty adres */

body.woocommerce-account
.woocommerce-Address address:empty::after {
    content: "Nie ustawiono jeszcze adresu.";

    color: #4C4541;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .remuda-addresses-head {
        padding: 25px 21px;
    }


    body.woocommerce-account
    .woocommerce-Addresses {
        grid-template-columns: 1fr !important;

        gap: 18px !important;
    }


    body.woocommerce-account
    .woocommerce-Address {
        min-height: 0;

        padding: 24px 20px !important;

        box-shadow:
            6px 6px 0 rgba(85,32,37,.06);
    }


    body.woocommerce-account
    .woocommerce-Address-title h2,
    body.woocommerce-account
    .woocommerce-Address-title h3 {
        font-size: 22px !important;
    }


    body.woocommerce-account
    .woocommerce-Address-title .edit {
        min-height: 36px;

        padding-inline: 11px;

        font-size: 6.5px;
    }

}
/* =========================================================
   REMUDA — ACCOUNT DETAILS
   ========================================================= */


/* HEADER */

body.woocommerce-account
.remuda-account-details-head {
    position: relative;

    margin: 0 0 32px;
    padding: 28px 32px;

    overflow: hidden;

    background: #552025;

    color: #F8F0E7;
}


body.woocommerce-account
.remuda-account-details-head::after {
    content: "★";

    position: absolute;

    right: 22px;
    top: -55px;

    font-family: Georgia, serif;

    font-size: 165px;
    line-height: 1;

    color: rgba(248,240,231,.045);

    pointer-events: none;
}


body.woocommerce-account
.remuda-account-details-head > span {
    display: block;

    margin-bottom: 8px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .17em;

    text-transform: uppercase;

    color: #E78368;
}


body.woocommerce-account
.remuda-account-details-head h2 {
    margin: 0;

    font-family: "Aleo", Georgia, serif;

    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;

    line-height: .9;
    letter-spacing: -.04em;

    color: #F8F0E7;
}


body.woocommerce-account
.remuda-account-details-head p {
    margin: 12px 0 0;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 11px;
    line-height: 1.6;

    color: rgba(248,240,231,.68);
}


/* =========================================================
   FORM
   ========================================================= */

body.woocommerce-account
.woocommerce-EditAccountForm {
    display: grid;

    grid-template-columns: repeat(2, minmax(0,1fr));

    gap: 0 22px;
}


/* pełna szerokość dla pozostałych pól */

body.woocommerce-account
.woocommerce-EditAccountForm
.form-row-wide,
body.woocommerce-account
.woocommerce-EditAccountForm
fieldset,
body.woocommerce-account
.woocommerce-EditAccountForm
p:last-child {
    grid-column: 1 / -1;
}


/* LABELS */

body.woocommerce-account
.woocommerce-EditAccountForm label {
    margin-bottom: 8px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .09em;

    text-transform: uppercase;

    color: #552025;
}


/* INPUTS */

body.woocommerce-account
.woocommerce-EditAccountForm
input.input-text {
    width: 100%;

    min-height: 52px;

    padding: 0 15px;

    border: 1px solid #DED2C6;
    border-radius: 0;

    background: transparent;

    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 12px;

    color: #191513;

    box-shadow: none;
}


body.woocommerce-account
.woocommerce-EditAccountForm
input.input-text:focus {
    border-color: #552025;

    outline: none;

    box-shadow:
        0 0 0 2px rgba(85,32,37,.07);
}


/* odstępy pól */

body.woocommerce-account
.woocommerce-EditAccountForm .form-row {
    margin-bottom: 20px;
}


/* opis przy nazwie wyświetlanej */

body.woocommerce-account
.woocommerce-EditAccountForm em {
    display: block;

    margin-top: 7px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 9px;
    line-height: 1.5;

    color: #4C4541;
}


/* =========================================================
   PASSWORD CARD
   ========================================================= */

body.woocommerce-account
.woocommerce-EditAccountForm fieldset {
    margin: 20px 0 28px;
    padding: 27px 28px 10px;

    border: 1px solid #DED2C6 !important;
    border-top: 4px solid #552025 !important;

    background: #FFF9F2;

    box-shadow:
        7px 7px 0 rgba(85,32,37,.055);
}


body.woocommerce-account
.woocommerce-EditAccountForm fieldset legend {
    padding: 0 12px 0 0;

    font-family: "Aleo", Georgia, serif;

    font-size: 22px;
    font-weight: 700;

    color: #552025;
}


/* tekst "(pozostaw puste...)" trochę spokojniejszy */

body.woocommerce-account
.woocommerce-EditAccountForm fieldset label {
    line-height: 1.45;
}


/* =========================================================
   SAVE
   ========================================================= */

body.woocommerce-account
.woocommerce-EditAccountForm
button[name="save_account_details"] {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 220px;
    min-height: 52px;

    margin: 4px 0 50px;
    padding: 0 24px;

    border: 1px solid #552025 !important;
    border-radius: 0 !important;

    background: #552025 !important;

    color: #F8F0E7 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    letter-spacing: .11em;

    text-transform: uppercase;

    transition:
        background .2s ease,
        border-color .2s ease;
}


body.woocommerce-account
.woocommerce-EditAccountForm
button[name="save_account_details"]::after {
    content: " →";

    margin-left: 9px;

    font-size: 14px;
}


body.woocommerce-account
.woocommerce-EditAccountForm
button[name="save_account_details"]:hover {
    background: #B95038 !important;
    border-color: #B95038 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .remuda-account-details-head {
        padding: 25px 21px;
    }


    body.woocommerce-account
    .woocommerce-EditAccountForm {
        grid-template-columns: 1fr;
    }


    body.woocommerce-account
    .woocommerce-EditAccountForm
    .form-row,
    body.woocommerce-account
    .woocommerce-EditAccountForm
    fieldset,
    body.woocommerce-account
    .woocommerce-EditAccountForm
    p:last-child {
        grid-column: 1;
    }


    body.woocommerce-account
    .woocommerce-EditAccountForm fieldset {
        padding: 23px 19px 7px;

        box-shadow:
            6px 6px 0 rgba(85,32,37,.055);
    }


    body.woocommerce-account
    .woocommerce-EditAccountForm
    button[name="save_account_details"] {
        width: 100%;
    }

}
/* =========================================================
   REMUDA — EDIT ADDRESS
   BILLING + SHIPPING
   ========================================================= */


/* =========================================================
   FORM WRAPPER
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-address-fields {
    width: 100%;
}


body.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-address-fields__field-wrapper {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 0 24px;
}


/* pola pełnej szerokości */

body.woocommerce-account
.woocommerce-address-fields
.form-row-wide {
    grid-column: 1 / -1;
}


/* =========================================================
   TYTUŁ:
   ADRES ROZLICZENIOWY / ADRES DO WYSYŁKI
   ========================================================= */

body.woocommerce-account
.woocommerce-MyAccount-content
form > h2,
body.woocommerce-account
.woocommerce-MyAccount-content
form > h3 {
    margin: 0 0 28px !important;

    padding: 0 0 18px !important;

    border-bottom: 1px solid #DED2C6;

    font-family: "Aleo", Georgia, serif !important;

    font-size: 30px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    letter-spacing: -.025em !important;

    color: #552025 !important;
}


/* =========================================================
   ROW
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields
.form-row {
    width: 100% !important;

    margin: 0 0 21px !important;

    float: none !important;
}


/* =========================================================
   LABEL
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields
.form-row label {
    display: block;

    margin: 0 0 8px;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 8px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: .095em;

    text-transform: uppercase;

    color: #552025;
}


body.woocommerce-account
.woocommerce-address-fields
.form-row label .required {
    color: #B95038;
}


/* =========================================================
   INPUT
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields
input.input-text {
    display: block;

    width: 100% !important;
    min-height: 54px;

    margin: 0 !important;
    padding: 0 16px !important;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    background: transparent !important;

    color: #191513 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 12px !important;
    font-weight: 400;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


body.woocommerce-account
.woocommerce-address-fields
input.input-text::placeholder {
    color: rgba(76,69,65,.48);
}


/* focus */

body.woocommerce-account
.woocommerce-address-fields
input.input-text:focus {
    outline: none !important;

    border-color: #552025 !important;

    box-shadow:
        0 0 0 2px
        rgba(85,32,37,.07) !important;
}


/* =========================================================
   COUNTRY / SELECT2
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields
.select2-container {
    width: 100% !important;
}


body.woocommerce-account
.woocommerce-address-fields
.select2-container
.select2-selection--single {
    height: 54px !important;

    border: 1px solid #DED2C6 !important;
    border-radius: 0 !important;

    background: transparent !important;

    box-shadow: none !important;
}


body.woocommerce-account
.woocommerce-address-fields
.select2-container
.select2-selection__rendered {
    padding: 0 42px 0 16px !important;

    line-height: 52px !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;
    font-size: 12px !important;

    color: #191513 !important;
}


body.woocommerce-account
.woocommerce-address-fields
.select2-container
.select2-selection__arrow {
    height: 52px !important;

    right: 10px !important;
}


body.woocommerce-account
.woocommerce-address-fields
.select2-container--focus
.select2-selection--single,
body.woocommerce-account
.woocommerce-address-fields
.select2-container--open
.select2-selection--single {
    border-color: #552025 !important;

    box-shadow:
        0 0 0 2px
        rgba(85,32,37,.07) !important;
}


/* =========================================================
   SAVE BUTTON
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields
button[name="save_address"] {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 210px;
    min-height: 54px;

    margin: 8px 0 55px !important;
    padding: 0 25px !important;

    border: 1px solid #552025 !important;
    border-radius: 0 !important;

    background: #552025 !important;

    color: #F8F0E7 !important;

    font-family: "Libre Franklin", Arial, sans-serif !important;

    font-size: 8px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    letter-spacing: .11em !important;

    text-transform: uppercase !important;

    transition:
        background .2s ease,
        border-color .2s ease;
}


body.woocommerce-account
.woocommerce-address-fields
button[name="save_address"]::after {
    content: " →";

    margin-left: 10px;

    font-size: 14px;
}


body.woocommerce-account
.woocommerce-address-fields
button[name="save_address"]:hover {
    background: #B95038 !important;

    border-color: #B95038 !important;
}


/* =========================================================
   MAŁY WESTERNOWY AKCENT POD NAGŁÓWKIEM HOME BASE
   ========================================================= */

body.woocommerce-account
.woocommerce-address-fields::after {
    content: "★  YOUR DETAILS STAY WITH YOUR REMUDA";

    display: block;

    width: max-content;
    max-width: 100%;

    margin: -33px 0 55px auto;

    font-family: "Libre Franklin", Arial, sans-serif;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: .12em;

    color: #B95038;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
    }


    body.woocommerce-account
    .woocommerce-address-fields
    .form-row,
    body.woocommerce-account
    .woocommerce-address-fields
    .form-row-wide {
        grid-column: 1;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-content
    form > h2,
    body.woocommerce-account
    .woocommerce-MyAccount-content
    form > h3 {
        font-size: 26px !important;
    }


    body.woocommerce-account
    .woocommerce-address-fields
    button[name="save_address"] {
        width: 100%;

        margin-bottom: 45px !important;
    }


    body.woocommerce-account
    .woocommerce-address-fields::after {
        width: 100%;

        margin:
            -25px
            0
            45px;

        text-align: center;

        font-size: 6.5px;
    }

}
/* =========================================================
   REMUDA — CHECKOUT NOTES
   ========================================================= */

body.woocommerce-checkout
.remuda-checkout-notes {
    margin-top: 24px;
}

body.woocommerce-checkout
.remuda-checkout-notes__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 52px;

    padding: 0;

    border: 0;
    border-top: 1px solid #DED2C6;
    border-bottom: 1px solid #DED2C6;
    border-radius: 0;

    background: transparent;

    color: #552025;

    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 9px;
    font-weight: 800;

    letter-spacing: .1em;
    text-transform: uppercase;

    cursor: pointer;
}

body.woocommerce-checkout
.remuda-checkout-notes__plus {
    color: #B95038;

    font-size: 20px;
    font-weight: 400;
}

body.woocommerce-checkout
.remuda-checkout-notes__panel {
    display: grid;

    grid-template-rows: 0fr;

    opacity: 0;

    transition:
        grid-template-rows .25s ease,
        opacity .2s ease;
}

body.woocommerce-checkout
.remuda-checkout-notes.is-open
.remuda-checkout-notes__panel {
    grid-template-rows: 1fr;

    opacity: 1;
}

body.woocommerce-checkout
.remuda-checkout-notes__panel > #order_comments_field {
    overflow: hidden;

    margin: 0 !important;
    padding-top: 16px;
}

/* WooCommerce'owy nagłówek już niepotrzebny */
body.woocommerce-checkout
.remuda-checkout-notes
label[for="order_comments"] {
    display: none !important;
}
/* =========================================================
   REMUDA — MOBILE CHECKOUT STICKY
   ========================================================= */

.remuda-checkout-sticky {
    display: none;
}

@media (max-width: 767px) {

    body.woocommerce-checkout
    .remuda-checkout-sticky {
        position: fixed;

        z-index: 9998;

        left: 0;
        right: 0;
        bottom: 0;

        display: flex;

        align-items: center;

        gap: 12px;

        padding:
            9px 11px
            calc(9px + env(safe-area-inset-bottom));

        background: rgba(248,240,231,.98);

        border-top: 1px solid #DED2C6;

        box-shadow:
            0 -8px 25px rgba(25,21,19,.08);

        transition:
            opacity .2s ease,
            transform .25s ease;
    }

    body.woocommerce-checkout
    .remuda-checkout-sticky.is-hidden {
        opacity: 0;

        transform: translateY(100%);

        pointer-events: none;
    }

    body.woocommerce-checkout
    .remuda-checkout-sticky__price {
        flex: 0 0 auto;
    }

    body.woocommerce-checkout
    .remuda-checkout-sticky__price span {
        display: block;

        margin-bottom: 2px;

        font-family: "Libre Franklin", Arial, sans-serif;

        font-size: 7px;
        font-weight: 800;

        letter-spacing: .1em;

        color: #4C4541;
    }

    body.woocommerce-checkout
    .remuda-checkout-sticky__price strong {
        font-family: "Aleo", Georgia, serif;

        font-size: 18px;

        color: #552025;
    }

    body.woocommerce-checkout
    .remuda-checkout-sticky__button {
        flex: 1;

        min-height: 50px;

        margin: 0;
        padding: 0 14px;

        border: 0;
        border-radius: 0;

        background: #552025;

        color: #F8F0E7;

        font-family: "Libre Franklin", Arial, sans-serif;

        font-size: 8px;
        font-weight: 800;

        letter-spacing: .09em;

        text-transform: uppercase;
    }

}
/* =========================================================
   REMUDA — MOBILE ACCOUNT FINAL FIX
   ========================================================= */

@media (max-width: 767px) {

    /* -----------------------------------------
       EDYCJA ADRESU — 100% SZEROKOŚCI
       ----------------------------------------- */

    body.woocommerce-account
    .woocommerce-MyAccount-content form,

    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-address-fields,

    body.woocommerce-account
    .woocommerce-MyAccount-content
    .woocommerce-address-fields__field-wrapper {
        display: block !important;

        width: 100% !important;
        max-width: none !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    body.woocommerce-account
    .woocommerce-address-fields
    .form-row,

    body.woocommerce-account
    .woocommerce-address-fields
    .form-row-first,

    body.woocommerce-account
    .woocommerce-address-fields
    .form-row-last,

    body.woocommerce-account
    .woocommerce-address-fields
    .form-row-wide {
        display: block !important;

        float: none !important;

        width: 100% !important;
        max-width: none !important;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    body.woocommerce-account
    .woocommerce-address-fields
    .woocommerce-input-wrapper {
        display: block !important;

        width: 100% !important;
        max-width: none !important;
    }


    body.woocommerce-account
    .woocommerce-address-fields
    input.input-text,

    body.woocommerce-account
    .woocommerce-address-fields
    select,

    body.woocommerce-account
    .woocommerce-address-fields
    .select2-container,

    body.woocommerce-account
    .woocommerce-address-fields
    .select2-selection--single {
        width: 100% !important;
        max-width: none !important;
    }


    /* ZAPISZ ADRES */

    body.woocommerce-account
    .woocommerce-address-fields
    button[name="save_address"] {
        width: 100% !important;
    }


    /* -----------------------------------------
       MENU — WYLOGUJ NA CAŁĄ SZEROKOŚĆ
       ----------------------------------------- */

    body.woocommerce-account
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1 !important;
    }

}
/* =========================================================
   REMUDA — CLEAN ACCOUNT DASHBOARD
   ========================================================= */

body.remuda-account-dashboard
.woocommerce-MyAccount-content > p {
    display: none !important;
}


body.remuda-account-dashboard
.remuda-account-hero--dashboard {
    margin-top: 0 !important;
}
/* =========================================================
   REMUDA — MOBILE ACCOUNT NAV WHITE GAP FIX
   ========================================================= */

@media (max-width: 767px) {

    body.woocommerce-account
    .woocommerce-MyAccount-navigation {
        height: auto !important;
        min-height: 0 !important;

        margin-bottom: 30px !important;
        padding: 0 !important;

        background: transparent !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;

        overflow: visible !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul {
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #FFF9F2 !important;

        border: 1px solid #DED2C6 !important;
        border-radius: 0 !important;

        overflow: hidden !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul::before,
    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul::after,
    body.woocommerce-account
    .woocommerce-MyAccount-navigation::before,
    body.woocommerce-account
    .woocommerce-MyAccount-navigation::after {
        display: none !important;
        content: none !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation li {
        margin: 0 !important;
    }


    /* logout zajmuje cały ostatni rząd */
    body.woocommerce-account
    .woocommerce-MyAccount-navigation
    li.woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1 !important;
    }

}
/* =========================================================
   REMUDA — MOBILE ACCOUNT NAV FINAL WHITE GAP FIX
   ========================================================= */

@media (max-width: 767px) {

	body.woocommerce-account.logged-in
	.woocommerce-MyAccount-navigation {
		display: contents !important;
	}

	body.woocommerce-account.logged-in
	.woocommerce-MyAccount-navigation > ul {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;

		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;

		margin: 0 0 30px !important;
		padding: 0 !important;

		background: #FFF9F2 !important;

		border: 1px solid #DED2C6 !important;
		border-radius: 0 !important;

		overflow: hidden !important;
	}

	body.woocommerce-account.logged-in
	.woocommerce-MyAccount-navigation-link--customer-logout {
		grid-column: 1 / -1 !important;
	}

}
/* =========================================================
   REMUDA — ACCOUNT NAV / WHITE GAP DEFINITIVE FIX
   ========================================================= */

@media (max-width: 767px) {

    /* cały kontener ma być PRZEZROCZYSTY */
    body.woocommerce-account
    .woocommerce-MyAccount-navigation,
    
    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul {
        background: transparent !important;

        height: auto !important;
        min-height: 0 !important;

        padding: 0 !important;
        padding-bottom: 0 !important;

        box-shadow: none !important;
    }


    /*
     * Tło dostają WYŁĄCZNIE kafelki.
     * Dzięki temu nawet jeśli Blocksy zostawia jakiś
     * dodatkowy obszar w UL, będzie niewidoczny.
     */
    body.woocommerce-account
    .woocommerce-MyAccount-navigation li {
        background: transparent !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation li > a {
        background: #FFF9F2 !important;
    }


    body.woocommerce-account
    .woocommerce-MyAccount-navigation
    li.is-active > a {
        background: #552025 !important;
        color: #F8F0E7 !important;
    }


    /* logout cały ostatni rząd */
    body.woocommerce-account
    .woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1 !important;
    }


    /*
     * Wywalamy ewentualny dolny padding/margines
     * z wrapperów Blocksy.
     */
    body.woocommerce-account
    .woocommerce-MyAccount-navigation > *,
    
    body.woocommerce-account
    .woocommerce-MyAccount-navigation ul > *:last-child {
        margin-bottom: 0 !important;
    }

}
/* =========================================================
   REMUDA — BLOCKSY ACCOUNT NAV WHITE TAIL FIX
   ========================================================= */

@media (max-width: 767px) {

    /* BLOCKSY WRAPPER — TO NAJPRAWDOPODOBNIEJ ROBI BIAŁY OGON */
    body.woocommerce-account.logged-in .ct-account-nav,
    body.woocommerce-account.logged-in .ct-acount-nav {
        display: block !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 0 30px !important;
        padding: 0 !important;

        background: transparent !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;

        overflow: visible !important;

        align-self: start !important;
    }


    body.woocommerce-account.logged-in .ct-account-nav::before,
    body.woocommerce-account.logged-in .ct-account-nav::after,
    body.woocommerce-account.logged-in .ct-acount-nav::before,
    body.woocommerce-account.logged-in .ct-acount-nav::after {
        display: none !important;
        content: none !important;
    }


    /* cofamy wcześniejsze display:contents */
    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation {
        display: block !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;
    }


    /* faktyczna karta menu */
    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation > ul {
        display: grid !important;

        grid-template-columns: 1fr 1fr !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;

        border: 1px solid #DED2C6 !important;
        border-radius: 0 !important;

        overflow: hidden !important;
    }


    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation li {
        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
    }


    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation li > a {
        background: #FFF9F2 !important;
    }


    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation
    li.is-active > a {
        background: #552025 !important;
        color: #F8F0E7 !important;
    }


    /* logout na cały ostatni rząd */
    body.woocommerce-account.logged-in
    .woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1 !important;
    }


    /* dodatkowy wrapper całego account layoutu */
    body.woocommerce-account.logged-in
    .ct-woo-account {
        align-items: start !important;
    }

}
/* =========================================================
   REMUDA — THANK YOU MOBILE FIX
   ========================================================= */

@media (max-width: 767px) {

    .remuda-thankyou__hero h1 {
        width: 100% !important;
        max-width: 100% !important;

        font-size: clamp(44px, 12vw, 52px) !important;
        line-height: .88 !important;
        letter-spacing: -.045em !important;
    }

    .remuda-thankyou__hero h1 > span {
        display: block !important;
        white-space: nowrap !important;
    }

}