.elementor-824 .elementor-element.elementor-element-09c4c9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-824 .elementor-element.elementor-element-d7c7dd1{padding:80px 0px 80px 0px;text-align:center;}body.elementor-page-824:not(.elementor-motion-effects-element-type-background), body.elementor-page-824 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}/* Start custom CSS for text-editor, class: .elementor-element-d7c7dd1 *//* WooCommerce notices - dark style */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: #111 !important;
    color: #e6e6e6 !important;
    border: 1px solid #3a3a3a !important;
    border-top: 2px solid #bfbfbf !important;
    border-radius: 6px;
}

/* link inside notices */
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #d6d6d6 !important;
    text-decoration: underline;
}

/* buttons inside notices */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    background: transparent !important;
    border: 1px solid #bfbfbf !important;
    color: #e6e6e6 !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    background: #bfbfbf !important;
    color: #000 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-09c4c9b *//* ============================= */
/* === GLOBAL CART STYLE ======= */
/* ============================= */

.woocommerce {
    color: #eaeaea;
    font-family: "Montserrat", sans-serif;
}

/* ============================= */
/* === TABLE =================== */
/* ============================= */

.woocommerce table.shop_table {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    color: #aaa;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.woocommerce table.shop_table td {
    border-color: rgba(255,255,255,0.06);
}

/* ============================= */
/* === PRODUCT TITLE =========== */
/* ============================= */

.woocommerce a {
    color: #eaeaea;
    text-decoration: none;
}

.woocommerce a:hover {
    color: #cfcfcf;
}

/* ============================= */
/* === REMOVE (X) ============== */
/* ============================= */

.woocommerce a.remove {
    color: #888 !important;
    font-size: 18px;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: none !important;
}

/* ============================= */
/* === INPUT (ILOŚĆ) =========== */
/* ============================= */

.woocommerce input.qty {
    background: #1a1a1a;
    border: none;
    color: #fff;
    border-radius: 8px;
}

/* ============================= */
/* === COUPON ================== */
/* ============================= */

.woocommerce .coupon input {
    background: #1a1a1a;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
}

/* ============================= */
/* === BUTTONS (GENERAL) ======= */
/* ============================= */

.woocommerce button,
.woocommerce .button {
    border-radius: 30px;
    padding: 10px 18px;
    border: none;
}

/* ============================= */
/* === UPDATE CART BUTTON ====== */
/* ============================= */

.woocommerce button[name="update_cart"] {
    background: #1a1a1a;
    color: #aaa;
}

.woocommerce button[name="update_cart"]:hover {
    color: #fff;
}

/* ============================= */
/* === CART TOTAL BOX ========== */
/* ============================= */

.woocommerce .cart_totals {
    background: #111;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}

.woocommerce .cart_totals h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

/* ============================= */
/* === CHECKOUT BUTTON (SILVER) */
/* ============================= */

.woocommerce .checkout-button,
.woocommerce a.checkout-button {

    background: linear-gradient(
        135deg,
        #f5f5f5 0%,
        #dcdcdc 25%,
        #bfbfbf 50%,
        #e6e6e6 75%,
        #f9f9f9 100%
    ) !important;

    color: #111 !important;
    border: none !important;

    border-radius: 40px;
    padding: 16px 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.6),
        0 6px 18px rgba(0,0,0,0.4);

    transition: all 0.3s ease;
}

/* HOVER */

.woocommerce .checkout-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* ACTIVE */

.woocommerce .checkout-button:active {
    transform: translateY(0);
    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.4);
}


/* ukrycie komunikatów błędów kuponów */
.woocommerce-error {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    color: #aaa;
    border-radius: 10px;
}

/* input kuponu */
.woocommerce .coupon input {
    background: #1a1a1a;
    border: none;
    color: #fff;
}

/* przycisk kuponu */
.woocommerce .coupon button {
    background: #1a1a1a;
    color: #ccc;
    border-radius: 20px;
}

.woocommerce .coupon button:hover {
    color: #fff;
}/* End custom CSS */