.dcw-wc-shell {
    --dcw-wc-surface-bg: #ffffff;
    --dcw-wc-surface-border: #dbe5f0;
    --dcw-wc-surface-radius: 24px;
    --dcw-wc-surface-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
    --dcw-wc-title-color: #0f172a;
    --dcw-wc-body-text: #0f172a;
    --dcw-wc-field-border: #dbe5f0;
    --dcw-wc-button-bg: #ffffff;
    --dcw-wc-button-text: #0f172a;
    --dcw-wc-button-bg-hover: #f8fbff;
    --dcw-wc-button-text-hover: #2563eb;
    display: grid;
    gap: 28px;
    color: var(--dcw-wc-body-text);
}
.dcw-wc-shell__header h2 { margin: 0; font-size: clamp(1.8rem, 2.2vw, 2.6rem); color: var(--dcw-wc-title-color); }
.dcw-wc-shell .woocommerce { width: 100%; }
.dcw-wc-shell .shop_table,
.dcw-wc-shell .woocommerce-checkout-review-order,
.dcw-wc-shell .cart_totals,
.dcw-wc-shell .woocommerce form.checkout,
.dcw-wc-shell .woocommerce-cart-form { width: 100%; }
.dcw-wc-shell .woocommerce-cart-form,
.dcw-wc-shell .cart_totals,
.dcw-wc-shell .woocommerce-checkout-review-order,
.dcw-wc-shell .woocommerce form.checkout,
.dcw-wc-shell .woocommerce-order,
.dcw-wc-shell .woocommerce form#order_review { background: var(--dcw-wc-surface-bg); border: 1px solid var(--dcw-wc-surface-border); border-radius: var(--dcw-wc-surface-radius); padding: 24px; box-shadow: var(--dcw-wc-surface-shadow); }
.dcw-wc-shell .button,
.dcw-wc-shell button.button,
.dcw-wc-shell input.button,
.dcw-wc-shell #payment #place_order { border-radius: 999px; background: var(--dcw-wc-button-bg); color: var(--dcw-wc-button-text); }
.dcw-wc-shell .button,
.dcw-wc-shell button.button,
.dcw-wc-shell input.button {
    background: var(--dcw-wc-button-bg);
    color: var(--dcw-wc-button-text);
}
.dcw-wc-shell .button:hover,
.dcw-wc-shell button.button:hover,
.dcw-wc-shell input.button:hover,
.dcw-wc-shell #payment #place_order:hover {
    background: var(--dcw-wc-button-bg-hover);
    color: var(--dcw-wc-button-text-hover);
}
.dcw-wc-shell .quantity .qty,
.dcw-wc-shell input.input-text,
.dcw-wc-shell textarea,
.dcw-wc-shell select { border: 1px solid var(--dcw-wc-field-border); border-radius: 12px; min-height: 44px; }
.dcw-wc-explore { display: grid; gap: 18px; }
.dcw-wc-explore__title { margin: 0; font-size: 1.4rem; color: var(--dcw-wc-title-color); }

.dcw-wc-shell__actions {
    margin: 0 0 18px;
    display: flex;
    justify-content: flex-start;
}

.dcw-wc-shell__link {
    border-radius: 999px;
}


/* Product list hover card + quick view shell */
.dcw-quick-view-modal {
    padding: 24px;
    background: transparent;
}

.dcw-quick-view-modal__overlay {
    position: absolute;
    inset: 0;
    background: var(--dcw-quick-view-overlay, rgba(15, 23, 42, 0.65));
}

.dcw-quick-view-dialog {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 28px;
}

.dcw-quick-view-close {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    z-index: 4;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.dcw-quick-view-body {
    position: relative;
    z-index: 1;
}

.dcw-quick-cart-form {
    display: grid;
    gap: 14px;
}

.dcw-buy-now-trigger--form {
    width: fit-content;
    min-height: 44px;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .dcw-quick-view-modal {
        padding: 16px 10px;
    }

    .dcw-quick-view-dialog {
        padding: 18px 16px;
    }

    .dcw-quick-view-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

}

.dcw-wc-shell--two-column .woocommerce-cart-form,
.dcw-wc-shell--two-column .woocommerce form.checkout {
    display: grid;
    gap: var(--dcw-wc-gap, 24px);
}

.dcw-wc-shell--cart.dcw-wc-shell--two-column .woocommerce,
.dcw-wc-shell--checkout.dcw-wc-shell--two-column .woocommerce-checkout {
    display: grid;
    gap: var(--dcw-wc-gap, 24px);
}

@media (min-width: 992px) {
    .dcw-wc-shell--cart.dcw-wc-shell--two-column .woocommerce {
        grid-template-columns: minmax(0, 1.6fr) minmax(320px, var(--dcw-wc-right-width, 360px));
        align-items: start;
    }

    .dcw-wc-shell--cart.dcw-wc-shell--two-column .woocommerce-cart-form {
        margin: 0;
    }

    .dcw-wc-shell--cart.dcw-wc-shell--two-column .cart-collaterals {
        margin: 0;
    }

    .dcw-wc-shell--cart.dcw-has-sticky-totals .cart-collaterals {
        position: sticky;
        top: var(--dcw-wc-sticky-top, 24px);
        align-self: start;
    }

    .dcw-wc-shell--checkout.dcw-wc-shell--two-column form.checkout {
        display: block;
        width: 100%;
        max-width: 100%;
        align-items: start;
    }

    .dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-grid__sidebar {
        position: sticky;
        top: var(--dcw-wc-sticky-top, 24px);
        align-self: start;
    }

    .dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-sidebar {
        position: sticky;
        top: var(--dcw-wc-sticky-top, 24px);
    }
}

.dcw-wc-shell--single-column .woocommerce,
.dcw-wc-shell--single-column .woocommerce-cart-form,
.dcw-wc-shell--single-column form.checkout {
    display: block;
}

.dcw-hide-cart-coupon .woocommerce-cart-form .coupon,
.dcw-hide-cart-coupon .woocommerce-form-coupon-toggle {
    display: none !important;
}

.dcw-hide-cart-update .woocommerce-cart-form [name="update_cart"] {
    display: none !important;
}

.dcw-hide-checkout-coupon .woocommerce-form-coupon-toggle,
.dcw-hide-checkout-coupon form.checkout_coupon {
    display: none !important;
}

.dcw-hide-checkout-login .woocommerce-form-login-toggle,
.dcw-hide-checkout-login form.login {
    display: none !important;
}

.dcw-wc-shell .woocommerce-account-fields {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--dcw-wc-surface-border);
}

.dcw-wc-shell .woocommerce-account-fields .create-account {
    display: grid;
    gap: 14px;
}

.dcw-wc-shell .cart-collaterals {
    width: 100%;
}

.dcw-wc-shell .cart_totals h2,
.dcw-wc-shell #order_review_heading {
    margin-top: 0;
}

.dcw-wc-shell .woocommerce-form-coupon-toggle,
.dcw-wc-shell .woocommerce-form-login-toggle {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid var(--dcw-wc-surface-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell .woocommerce-info,
.dcw-wc-shell .woocommerce-message,
.dcw-wc-shell .woocommerce-error {
    border-radius: 16px;
    padding: 16px 18px;
    border-width: 1px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--cart {
    --dcw-wc-accent: #1f4b78;
    --dcw-wc-accent-border: rgba(255,255,255,.22);
    --dcw-wc-accent-text: #ffffff;
}

.dcw-cart-widget {
    --dcw-cart-explore-top: 32px;
    --dcw-cart-explore-gap: 20px;
    position: relative;
}

.dcw-cart-widget.is-updating {
    pointer-events: none;
}

.dcw-cart-widget.is-updating::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    z-index: 15;
}

.dcw-cart-widget.is-updating::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(31, 75, 120, 0.18);
    border-top-color: #1f4b78;
    border-right-color: #112d56;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(17, 45, 86, 0.14);
    animation: dcwCartSpin .75s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 16;
}

.dcw-cart-widget .dcw-cart-item.is-updating {
    opacity: .4;
}

@keyframes dcwCartSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.dcw-cart-widget .dcw-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--dcw-wc-right-width, 360px);
    gap: var(--dcw-wc-gap, 36px);
    align-items: start;
    margin: 0;
}

.dcw-cart-widget .dcw-cart-left,
.dcw-cart-widget .cart-collaterals {
    min-width: 0;
}

.dcw-cart-widget .woocommerce-cart-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.dcw-cart-widget .dcw-cart-list__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 18px;
    align-items: center;
    padding: 0 0 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid #d9dee8;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dcw-cart-widget .dcw-cart-list__header-total {
    text-align: right;
}

.dcw-cart-widget .dcw-cart-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #d9dee8;
}

.dcw-cart-widget .dcw-cart-item__thumb img {
    width: 72px;
    max-width: 72px;
    height: auto;
    display: block;
}

.dcw-cart-widget .dcw-cart-item__content {
    min-width: 0;
}

.dcw-cart-widget .dcw-cart-item__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 18px;
    align-items: start;
}

.dcw-cart-widget .dcw-cart-item__title,
.dcw-cart-widget .dcw-cart-item__title a {
    color: #222;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    text-decoration: none;
}

.dcw-cart-widget .dcw-cart-item__price {
    margin-top: 6px;
    color: #1f1f1f;
    font-weight: 600;
}

.dcw-cart-widget .dcw-cart-item__meta,
.dcw-cart-widget .dcw-cart-item__desc {
    margin-top: 8px;
    color: #6c7785;
    font-size: 13px;
    line-height: 1.6;
}

.dcw-cart-widget .dcw-cart-item__meta p,
.dcw-cart-widget .dcw-cart-item__meta dl,
.dcw-cart-widget .dcw-cart-item__desc p {
    margin: 0;
}

.dcw-cart-widget .dcw-cart-item__total {
    text-align: right;
    font-weight: 700;
    color: #1f1f1f;
    white-space: nowrap;
}

.dcw-cart-widget .dcw-cart-item__footer {
    margin-top: 14px;
}

.dcw-cart-widget .product-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.dcw-cart-widget .detail-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #d7dce6;
    border-radius: 999px;
}

.dcw-cart-widget .detail-qty .qty-down,
.dcw-cart-widget .detail-qty .qty-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.dcw-cart-widget .detail-qty input.qty {
    width: 26px;
    min-width: 26px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    box-shadow: none;
}

.dcw-cart-widget .detail-qty input.qty::-webkit-outer-spin-button,
.dcw-cart-widget .detail-qty input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dcw-cart-widget .detail-qty input.qty {
    -moz-appearance: textfield;
}

.dcw-cart-widget .product-remove a.remove {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222 !important;
    text-decoration: none;
    background: transparent;
    border-radius: 50%;
}

.dcw-cart-widget .product-remove a.remove svg {
    width: 18px;
    height: 18px;
}

.dcw-cart-widget .product-remove a.remove:hover {
    color: #112d56 !important;
    background: rgba(17, 45, 86, 0.06);
}

.dcw-cart-widget .dcw-cart-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 24px;
}

.dcw-cart-widget .dcw-hidden-update,
.dcw-hide-cart-update .dcw-cart-widget button[name="update_cart"] {
    display: none !important;
}

.dcw-cart-widget .cart-collaterals {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dcw-cart-widget .dcw-cart-coupon {
    margin: 0 0 22px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255,255,255,.22);
    background: transparent;
    color: var(--dcw-wc-accent-text);
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.dcw-cart-widget .dcw-cart-coupon__title {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--dcw-wc-accent-text);
    text-align: left;
}

.dcw-cart-widget .dcw-cart-coupon__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.dcw-cart-widget .dcw-cart-coupon .input-text {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: #fff;
    color: #1f1f1f;
    text-align: left;
}

.dcw-cart-widget .dcw-cart-coupon .button,
.dcw-cart-widget .dcw-cart-coupon button.button {
    min-width: 96px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff !important;
    color: var(--dcw-wc-accent) !important;
    border: 0 !important;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: none !important;
    overflow: visible;
}

.dcw-cart-widget .cart-collaterals .cart_totals {
    width: 100% !important;
    background: var(--dcw-wc-accent);
    color: var(--dcw-wc-accent-text);
    padding: 28px 22px;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 29, 58, 0.08);
    border: 0;
    text-align: left;
}

.dcw-cart-widget .cart-collaterals .cart_totals,
.dcw-cart-widget .cart-collaterals .cart_totals * {
    box-sizing: border-box;
}

.dcw-has-sticky-totals .dcw-cart-widget .cart-collaterals {
    position: sticky;
    top: var(--dcw-wc-sticky-top, 24px);
    align-self: start;
}

.dcw-cart-widget .cart-collaterals .cart_totals > h2,
.dcw-cart-widget .cart-collaterals .cart_totals table,
.dcw-cart-widget .cart-collaterals .cart_totals table *,
.dcw-cart-widget .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.dcw-cart-widget .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
.dcw-cart-widget .cart-collaterals .cart_totals .woocommerce-shipping-methods,
.dcw-cart-widget .cart-collaterals .cart_totals .woocommerce-shipping-methods * {
    color: var(--dcw-wc-accent-text) !important;
}

.dcw-cart-widget .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
.dcw-cart-widget .cart-collaterals .cart_totals .shipping-calculator-button {
    display: none !important;
}

.dcw-cart-widget .cart-collaterals .cart_totals > h2 {
    margin: 0 0 22px;
    padding: 0 0 14px;
    font-size: 28px;
    line-height: 1.15;
    border-bottom: 1px solid rgba(255,255,255,.28);
    text-align: left !important;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table {
    width: 100%;
    margin: 0 0 18px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table tbody,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table tr,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table td,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table th,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table .amount {
    background: transparent !important;
    box-shadow: none !important;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table td,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table th {
    padding: 14px 0;
    border-width: 1px 0 0 !important;
    border-style: solid !important;
    border-color: rgba(255,255,255,.18) !important;
    background: transparent !important;
    text-align: left !important;
    vertical-align: top;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table th {
    width: 48%;
    font-weight: 600;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table td {
    width: 52%;
    text-align: left;
    font-weight: 700;
}

.dcw-cart-widget .cart-collaterals .cart_totals .shop_table tbody tr:first-child th,
.dcw-cart-widget .cart-collaterals .cart_totals .shop_table tbody tr:first-child td {
    border-top: 0 !important;
}

.dcw-cart-widget .cart-collaterals .cart_totals .order-total th,
.dcw-cart-widget .cart-collaterals .cart_totals .order-total td {
    padding-top: 18px;
    font-size: 17px;
}

.dcw-cart-widget .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin: 18px 0 0;
}

.dcw-cart-widget .cart-collaterals .cart_totals .checkout-button {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    font-weight: 700;
    background: #fff !important;
    color: var(--dcw-wc-accent) !important;
    border: 0 !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-size: 15px;
    white-space: normal;
    padding: 14px 20px;
    box-shadow: none !important;
    overflow: visible;
}

.dcw-cart-widget .cart-collaterals .cross-sells,
.dcw-cart-widget .cart-collaterals > h2 {
    display: none !important;
}

.dcw-cart-widget .dcw-cart-shipping-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    color: var(--dcw-wc-accent-text);
    text-align: left;
}

.dcw-cart-widget .dcw-cart-shipping-summary__label,
.dcw-cart-widget .dcw-cart-shipping-summary__value {
    color: var(--dcw-wc-accent-text);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}

.dcw-cart-widget .dcw-cart-shipping-summary__value .amount {
    color: var(--dcw-wc-accent-text) !important;
}

.dcw-wc-shell--cart .woocommerce-cart-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart thead th {
    padding: 0 0 12px;
    border-bottom: 1px solid #d9dee8;
    color: var(--dcw-wc-body-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart tbody td {
    padding: 22px 0;
    border-top: 0;
    border-bottom: 1px solid #d9dee8;
    vertical-align: top;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-thumbnail img {
    width: 72px;
    max-width: 72px;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-name,
.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-name a {
    color: var(--dcw-wc-body-text);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    text-decoration: none;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-price,
.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-subtotal {
    color: var(--dcw-wc-body-text);
    font-weight: 700;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-remove a.remove {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #222 !important;
    font-size: 20px;
    text-decoration: none;
}

.dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-remove a.remove:hover {
    color: #112d56 !important;
    background: rgba(17, 45, 86, 0.06);
}

.dcw-wc-shell--cart .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 138px;
    min-height: 42px;
    padding: 0;
    border: 1px solid #d7dce6;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.dcw-wc-shell--cart .quantity .qty {
    min-height: 40px;
    height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0;
    min-width: 48px;
    width: 48px;
    font-weight: 600;
    text-align: center;
    box-shadow: none;
    background: #ffffff;
    border-left: 1px solid #d7dce6;
    border-right: 1px solid #d7dce6;
}

.dcw-wc-shell--cart .quantity .qty::-webkit-outer-spin-button,
.dcw-wc-shell--cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dcw-wc-shell--cart .quantity .qty[type=number] {
    -moz-appearance: textfield;
}

.dcw-wc-shell--cart .quantity .dcw-qty-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #1f3f77;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.dcw-wc-shell--cart .quantity .dcw-qty-control:hover {
    background: rgba(31, 63, 119, 0.08);
    color: #15305d;
}

.dcw-wc-shell--cart .quantity .dcw-qty-control span {
    display: block;
    line-height: 1;
    transform: translateY(-1px);
}

.dcw-wc-shell--cart .actions {
    padding-top: 24px !important;
}

.dcw-wc-shell--cart .actions .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dcw-wc-shell--cart .actions .coupon .input-text {
    min-width: 220px;
}

.dcw-wc-shell--cart .cart-collaterals {
    min-width: 0;
}

.dcw-wc-shell--cart .cart_totals {
    background: var(--dcw-wc-accent);
    color: var(--dcw-wc-accent-text);
    padding: 28px 22px;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 29, 58, 0.08);
    border: 0;
}

.dcw-wc-shell--cart .cart_totals,
.dcw-wc-shell--cart .cart_totals *,
.dcw-wc-shell--cart .cart_totals .woocommerce-shipping-destination,
.dcw-wc-shell--cart .cart_totals .woocommerce-shipping-methods,
.dcw-wc-shell--cart .cart_totals .woocommerce-shipping-methods * {
    color: var(--dcw-wc-accent-text) !important;
}

.dcw-wc-shell--cart .cart_totals h2 {
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.28);
    font-size: 28px;
    line-height: 1.15;
}

.dcw-wc-shell--cart .cart_totals .shop_table {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.dcw-wc-shell--cart .cart_totals .shop_table td,
.dcw-wc-shell--cart .cart_totals .shop_table th {
    padding: 14px 0;
    border-color: rgba(255,255,255,.18);
    background: transparent;
}

.dcw-wc-shell--cart .cart_totals .wc-proceed-to-checkout {
    margin-top: 18px;
}

.dcw-wc-shell--cart .cart_totals .checkout-button {
    width: 100%;
}

.dcw-wc-shell--checkout {
    --dcw-wc-accent: #1f4b78;
    --dcw-wc-accent-text: #ffffff;
    max-width: none;
    margin: 0;
    width: 100%;
}

.dcw-wc-shell--checkout .dcw-checkout-form,
.dcw-wc-shell--checkout .dcw-checkout-custom,
.dcw-wc-shell--checkout .dcw-checkout-grid,
.dcw-wc-shell--checkout .woocommerce,
.dcw-wc-shell--checkout .woocommerce-checkout {
    width: 100%;
}

.dcw-wc-shell--checkout .dcw-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, var(--dcw-wc-right-width, 420px));
    gap: var(--dcw-wc-gap, 36px);
    align-items: start;
    width: 100%;
    overflow: visible;
}

.dcw-wc-shell--checkout.dcw-wc-shell--single-column .dcw-checkout-grid {
    display: block;
}

.dcw-wc-shell--checkout form.checkout,
.dcw-wc-shell--checkout .woocommerce-checkout {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.dcw-wc-shell--checkout .dcw-checkout-grid__main,
.dcw-wc-shell--checkout .dcw-checkout-grid__sidebar {
    min-width: 0;
}

.dcw-wc-shell--checkout .dcw-checkout-grid__main {
    width: 100%;
}

.dcw-wc-shell--checkout .dcw-checkout-grid__sidebar {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-left: 0;
    justify-self: stretch;
    overflow: visible;
    align-self: start;
}

.dcw-wc-shell--checkout .dcw-checkout-main {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
    padding: 32px 28px;
    min-width: 0;
}

.dcw-wc-shell--checkout .dcw-checkout-sidebar {
    background: var(--dcw-wc-accent);
    color: var(--dcw-wc-accent-text);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 29, 58, 0.08);
    padding: 30px 26px;
    min-width: 0;
    overflow: visible;
    position: relative;
}

.dcw-wc-shell--checkout .woocommerce form.checkout_coupon,
.dcw-wc-shell--checkout .woocommerce form.login {
    margin: 0 0 18px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--checkout .dcw-checkout-fields {
    display: grid;
    gap: 28px;
    width: 100%;
}

.dcw-wc-shell--checkout .dcw-checkout-fields__billing,
.dcw-wc-shell--checkout .dcw-checkout-fields__shipping {
    width: 100%;
    min-width: 0;
    float: none !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.dcw-wc-shell--checkout .dcw-checkout-section {
    width: 100%;
    min-width: 0;
}

.dcw-wc-shell--checkout .dcw-checkout-fields,
.dcw-wc-shell--checkout .dcw-checkout-fields *,
.dcw-wc-shell--checkout .dcw-checkout-fields__billing,
.dcw-wc-shell--checkout .dcw-checkout-fields__shipping {
    box-sizing: border-box;
}

.dcw-wc-shell--checkout .dcw-checkout-section .woocommerce-billing-fields,
.dcw-wc-shell--checkout .dcw-checkout-section .woocommerce-shipping-fields,
.dcw-wc-shell--checkout .dcw-checkout-section .woocommerce-additional-fields,
.dcw-wc-shell--checkout .dcw-checkout-section .shipping_address,
.dcw-wc-shell--checkout .dcw-checkout-section .woocommerce-shipping-fields__field-wrapper {
    width: 100%;
}

.dcw-wc-shell--checkout form.woocommerce-checkout #customer_details,
.dcw-wc-shell--checkout .woocommerce-checkout #customer_details,
.dcw-wc-shell--checkout form.woocommerce-checkout .col2-set,
.dcw-wc-shell--checkout .woocommerce-checkout .col2-set {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.dcw-wc-shell--checkout .dcw-checkout-section--shipping {
    margin-top: 10px;
}

.dcw-wc-shell--checkout .dcw-checkout-section__title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    color: var(--dcw-wc-title-color);
}

.dcw-wc-shell--checkout .woocommerce-billing-fields > h3,
.dcw-wc-shell--checkout .woocommerce-additional-fields > h3,
.dcw-wc-shell--checkout #ship-to-different-address {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
    color: var(--dcw-wc-title-color);
}

.dcw-wc-shell--checkout .woocommerce-billing-fields > h3,
.dcw-wc-shell--checkout .woocommerce-additional-fields > h3 {
    display: none !important;
}

.dcw-wc-shell--checkout .woocommerce-shipping-fields > h3#ship-to-different-address {
    display: block !important;
}

.dcw-wc-shell--checkout label,
.dcw-wc-shell--checkout .woocommerce-form__label {
    color: var(--dcw-wc-body-text);
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.dcw-wc-shell--checkout .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 14px;
}

.dcw-wc-shell--checkout .woocommerce form .form-row-first,
.dcw-wc-shell--checkout .woocommerce form .form-row-last {
    width: calc(50% - 10px);
}

.dcw-wc-shell--checkout .woocommerce-form-coupon-toggle,
.dcw-wc-shell--checkout .woocommerce-form-login-toggle {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--checkout .woocommerce-info,
.dcw-wc-shell--checkout .woocommerce-message,
.dcw-wc-shell--checkout .woocommerce-error {
    border-radius: 16px;
    padding: 16px 18px;
    border-width: 1px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--checkout .woocommerce form .form-row-first {
    float: left;
}

.dcw-wc-shell--checkout .woocommerce form .form-row-last {
    float: right;
}

.dcw-wc-shell--checkout .woocommerce form .form-row-wide {
    clear: both;
}

.dcw-wc-shell--checkout input.input-text,
.dcw-wc-shell--checkout textarea,
.dcw-wc-shell--checkout .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d7dce6;
    border-radius: 10px;
    background: #fff;
    color: #1f1f1f;
}

.dcw-wc-shell--checkout input.input-text,
.dcw-wc-shell--checkout textarea {
    padding: 12px 14px;
}

.dcw-wc-shell--checkout textarea {
    min-height: 120px;
    resize: vertical;
}

.dcw-wc-shell--checkout .select2-container--default .select2-selection--single {
    padding: 10px 14px;
    height: auto;
}

.dcw-wc-shell--checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1f1f1f;
    line-height: 24px;
    padding: 0;
}

.dcw-wc-shell--checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 12px;
}

.dcw-wc-shell--checkout .select2-container {
    width: 100% !important;
}

.dcw-wc-shell--checkout .woocommerce-shipping-fields .shipping_address,
.dcw-wc-shell--checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.dcw-wc-shell--checkout .woocommerce-additional-fields,
.dcw-wc-shell--checkout #order_comments_field,
.dcw-wc-shell--checkout .notes {
    width: 100%;
}

.dcw-wc-shell--checkout .woocommerce-additional-fields {
    margin-top: 14px;
}

.dcw-wc-shell--checkout #ship-to-different-address .checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dcw-wc-shell--checkout #ship-to-different-address input {
    margin: 0;
}

.dcw-wc-shell--checkout #order_review,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order,
.dcw-wc-shell--checkout .dcw-checkout-sidebar,
.dcw-wc-shell--checkout .dcw-checkout-sidebar * {
    color: var(--dcw-wc-accent-text);
}

.dcw-wc-shell--checkout #order_review,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

.dcw-wc-shell--checkout #order_review_heading {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.24);
    font-size: 28px;
    line-height: 1.15;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table th,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table td {
    background: transparent !important;
    color: #fff !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    table-layout: auto;
    display: table !important;
    border-collapse: collapse;
}

.dcw-wc-shell--checkout .shop_table_checkout_review,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order,
.dcw-wc-shell--checkout .woocommerce-checkout-payment,
.dcw-wc-shell--checkout #payment {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table thead,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table tbody,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table tfoot {
    display: table-row-group !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table tr {
    display: table-row !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table th,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table td {
    display: table-cell !important;
    padding: 14px 0;
    border-color: rgba(255,255,255,.18);
    text-align: left;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    float: none !important;
    width: auto !important;
    min-width: 0;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table td:last-child,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table th:last-child {
    text-align: right;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table td::before,
.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table th::before {
    display: none !important;
    content: none !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table .product-name {
    width: auto;
    padding-right: 18px;
    line-height: 1.55;
}

.dcw-wc-shell--checkout .woocommerce-checkout-review-order-table .product-total {
    width: 120px;
    white-space: nowrap;
}

.dcw-wc-shell--checkout #payment {
    width: 100%;
    margin-top: 18px;
    background: transparent !important;
    padding-top: 10px;
}

.dcw-wc-shell--checkout #payment .payment_methods,
.dcw-wc-shell--checkout #payment .wc_payment_methods {
    margin: 0;
    padding: 14px 0;
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--checkout #payment .payment_methods li,
.dcw-wc-shell--checkout #payment .wc_payment_methods li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--checkout #payment .payment_methods .wc_payment_method,
.dcw-wc-shell--checkout #payment .wc_payment_methods .wc_payment_method {
    width: 100%;
}

.dcw-wc-shell--checkout #payment .payment_methods li:last-child,
.dcw-wc-shell--checkout #payment .wc_payment_methods li:last-child {
    border-bottom: 0;
}

.dcw-wc-shell--checkout #payment .payment_methods label,
.dcw-wc-shell--checkout #payment .wc_payment_methods label,
.dcw-wc-shell--checkout #payment .payment_methods .payment_method_description,
.dcw-wc-shell--checkout #payment .wc_payment_methods .payment_method_description,
.dcw-wc-shell--checkout #payment .woocommerce-privacy-policy-text,
.dcw-wc-shell--checkout #payment .woocommerce-privacy-policy-text p {
    color: #fff !important;
}

.dcw-wc-shell--checkout #payment .payment_box,
.dcw-wc-shell--checkout #payment div.payment_box {
    margin: 10px 0 0;
    padding: 16px;
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.dcw-wc-shell--checkout #payment .payment_box::before,
.dcw-wc-shell--checkout #payment div.payment_box::before {
    display: none;
}

.dcw-wc-shell--checkout #payment .payment_box input.input-text,
.dcw-wc-shell--checkout #payment .payment_box select,
.dcw-wc-shell--checkout #payment div.payment_box input.input-text,
.dcw-wc-shell--checkout #payment div.payment_box select {
    background: #fff !important;
    color: #1f1f1f !important;
    border: 1px solid #d7dce6;
}

.dcw-wc-shell--checkout #payment .form-row {
    margin: 12px 0 0;
}

.dcw-wc-shell--checkout #payment .form-row.place-order {
    margin: 18px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--checkout #payment #place_order {
    width: 100%;
    border-radius: 999px;
    background: #ffffff;
    color: #112d56 !important;
    border: 0;
    font-weight: 700;
    min-height: 54px;
    padding: 14px 22px;
}

.dcw-wc-shell--checkout #payment #place_order:hover {
    color: #fff !important;
}

.dcw-wc-shell--checkout .woocommerce-checkout-payment,
.dcw-wc-shell--checkout .woocommerce-checkout-payment .form-row,
.dcw-wc-shell--checkout .woocommerce-checkout-payment .place-order {
    width: 100%;
}

.dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-grid__sidebar {
    position: sticky !important;
    top: var(--dcw-wc-sticky-top, 24px) !important;
    align-self: start;
    height: fit-content;
}

.dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-sidebar {
    position: static !important;
    top: auto !important;
}

@media (max-width: 991px) {
    .dcw-wc-shell--checkout .dcw-checkout-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dcw-wc-shell--checkout .dcw-checkout-main {
        padding: 24px 20px;
    }

    .dcw-wc-shell--checkout .dcw-checkout-sidebar {
        padding: 22px 18px;
    }

    .dcw-wc-shell--checkout .dcw-checkout-grid__sidebar {
        width: 100%;
        max-width: 100%;
    }

    .dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-grid__sidebar {
        position: static;
        top: auto;
    }

    .dcw-wc-shell--checkout.dcw-has-sticky-review .dcw-checkout-sidebar {
        position: static;
        top: auto;
    }

    .dcw-checkout-state--woocommerce .woocommerce-order-overview {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dcw-wc-shell--order-pay .woocommerce-order,
    .dcw-wc-shell--order-received .woocommerce-order,
    .dcw-wc-shell--order-received .woocommerce-order-details,
    .dcw-wc-shell--order-received .woocommerce-customer-details {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .dcw-wc-shell {
        gap: 20px;
    }

    .dcw-wc-shell .woocommerce-cart-form,
    .dcw-wc-shell .cart_totals,
    .dcw-wc-shell .woocommerce-checkout-review-order,
    .dcw-wc-shell .woocommerce form.checkout,
    .dcw-wc-shell .woocommerce-order,
    .dcw-wc-shell .woocommerce form#order_review {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .dcw-wc-shell--checkout .woocommerce form .form-row-first,
    .dcw-wc-shell--checkout .woocommerce form .form-row-last {
        width: 100%;
        float: none;
    }

    .dcw-checkout-state--woocommerce form#order_review {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .dcw-checkout-state--woocommerce #payment {
        position: static;
        top: auto;
    }

    .dcw-checkout-state--woocommerce .woocommerce-order-details,
    .dcw-checkout-state--woocommerce .woocommerce-customer-details {
        padding: 14px;
    }

    .dcw-wc-shell--order-pay .shop_table th,
    .dcw-wc-shell--order-pay .shop_table td,
    .dcw-wc-shell--order-received .shop_table.order_details th,
    .dcw-wc-shell--order-received .shop_table.order_details td {
        padding: 10px 0;
        font-size: 14px;
    }
}

.dcw-wc-shell--checkout .woocommerce-NoticeGroup,
.dcw-wc-shell--order-pay .woocommerce-NoticeGroup,
.dcw-wc-shell--order-received .woocommerce-NoticeGroup {
    margin-bottom: 18px;
}

.dcw-wc-shell--order-pay,
.dcw-wc-shell--order-received {
    --dcw-wc-accent: #1f4b78;
    --dcw-wc-accent-text: #ffffff;
}

.dcw-wc-shell--order-state .dcw-checkout-state--woocommerce {
    display: grid;
    gap: 24px;
}

.dcw-wc-shell--order-pay .dcw-wc-shell__header,
.dcw-wc-shell--order-received .dcw-wc-shell__header {
    margin-bottom: 4px;
}

.dcw-wc-shell--order-pay .dcw-wc-shell__actions,
.dcw-wc-shell--order-received .dcw-wc-shell__actions {
    margin-bottom: 8px;
}

.dcw-wc-shell--order-pay .woocommerce-order,
.dcw-wc-shell--order-received .woocommerce-order {
    width: 100%;
}

.dcw-checkout-state--woocommerce .woocommerce-order {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.dcw-checkout-state--woocommerce .woocommerce-order-overview {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #1f4b78;
    color: #fff;
    list-style: none;
}

.dcw-checkout-state--woocommerce .woocommerce-order-overview li,
.dcw-checkout-state--woocommerce .woocommerce-order-overview strong {
    color: #fff;
}

.dcw-checkout-state--woocommerce .woocommerce-order-overview li {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 10px 0;
    margin: 0;
}

.dcw-checkout-state--woocommerce .woocommerce-order-overview li:last-child {
    border-bottom: 0;
}

.dcw-wc-shell--order-pay .woocommerce-order,
.dcw-wc-shell--order-received .woocommerce-order,
.dcw-wc-shell--order-pay form#order_review,
.dcw-wc-shell--order-received .woocommerce-order-details,
.dcw-wc-shell--order-received .woocommerce-customer-details,
.dcw-wc-shell--order-received .shop_table.order_details {
    box-shadow: 0 18px 40px rgba(13, 29, 58, 0.08);
}

.dcw-wc-shell--order-pay .shop_table,
.dcw-wc-shell--order-received .shop_table.order_details,
.dcw-wc-shell--order-received .woocommerce-order-details,
.dcw-wc-shell--order-pay form#order_review {
    background: var(--dcw-wc-accent);
    color: var(--dcw-wc-accent-text);
    border-radius: 12px;
    border-color: rgba(255,255,255,.24);
}

.dcw-wc-shell--order-pay .shop_table,
.dcw-wc-shell--order-pay form#order_review,
.dcw-wc-shell--order-received .shop_table.order_details,
.dcw-wc-shell--order-received .woocommerce-order-details,
.dcw-wc-shell--order-received .woocommerce-customer-details {
    border: 0;
}

.dcw-wc-shell--order-pay .shop_table *,
.dcw-wc-shell--order-received .shop_table.order_details *,
.dcw-wc-shell--order-pay form#order_review *,
.dcw-wc-shell--order-received .woocommerce-order-details * {
    color: var(--dcw-wc-accent-text);
}

.dcw-wc-shell--order-pay .woocommerce-order-details__title,
.dcw-wc-shell--order-received .woocommerce-order-details__title,
.dcw-wc-shell--order-received .woocommerce-column__title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    color: #112d56;
}

.dcw-wc-shell--order-pay .shop_table th,
.dcw-wc-shell--order-pay .shop_table td,
.dcw-wc-shell--order-received .shop_table.order_details th,
.dcw-wc-shell--order-received .shop_table.order_details td {
    border-color: rgba(255,255,255,.18);
    padding: 14px 0;
}

.dcw-wc-shell--order-pay .shop_table,
.dcw-wc-shell--order-pay #payment,
.dcw-wc-shell--order-pay .woocommerce-checkout-payment,
.dcw-wc-shell--order-received .shop_table.order_details,
.dcw-wc-shell--order-received .woocommerce-order-details,
.dcw-wc-shell--order-received .woocommerce-customer-details {
    padding: 24px;
}

.dcw-wc-shell--order-pay .shop_table th,
.dcw-wc-shell--order-pay .shop_table td,
.dcw-wc-shell--order-received .shop_table.order_details th,
.dcw-wc-shell--order-received .shop_table.order_details td {
    background: transparent !important;
}

.dcw-wc-shell--order-pay .shop_table th:last-child,
.dcw-wc-shell--order-pay .shop_table td:last-child,
.dcw-wc-shell--order-received .shop_table.order_details th:last-child,
.dcw-wc-shell--order-received .shop_table.order_details td:last-child {
    text-align: right;
    white-space: nowrap;
}

.dcw-wc-shell--order-pay #payment {
    margin-top: 18px;
    background: transparent;
}

.dcw-wc-shell--order-pay #payment .payment_methods,
.dcw-wc-shell--order-pay #payment .wc_payment_methods {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--order-pay #payment .payment_methods li,
.dcw-wc-shell--order-pay #payment .wc_payment_methods li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--order-pay #payment .payment_methods li:last-child,
.dcw-wc-shell--order-pay #payment .wc_payment_methods li:last-child {
    border-bottom: 0;
}

.dcw-wc-shell--order-pay #payment .payment_box,
.dcw-wc-shell--order-pay #payment div.payment_box {
    margin: 10px 0 0;
    padding: 16px;
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
}

.dcw-wc-shell--order-pay #payment .payment_box::before,
.dcw-wc-shell--order-pay #payment div.payment_box::before {
    display: none;
}

.dcw-wc-shell--order-pay #payment .payment_methods label,
.dcw-wc-shell--order-pay #payment .wc_payment_methods label,
.dcw-wc-shell--order-pay #payment .payment_box,
.dcw-wc-shell--order-pay #payment .payment_box p,
.dcw-wc-shell--order-pay #payment div.payment_box,
.dcw-wc-shell--order-pay #payment div.payment_box p,
.dcw-wc-shell--order-pay .woocommerce-privacy-policy-text,
.dcw-wc-shell--order-pay .woocommerce-privacy-policy-text p {
    color: var(--dcw-wc-accent-text) !important;
}

.dcw-wc-shell--order-pay #payment .form-row.place-order {
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.dcw-wc-shell--order-pay #payment #place_order {
    width: 100%;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #fff !important;
    color: var(--dcw-wc-accent) !important;
    border: 0 !important;
    font-weight: 700;
}

.dcw-wc-shell--order-pay #payment #place_order:hover {
    color: #ffffff !important;
}

.dcw-wc-shell--order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.dcw-wc-shell--order-received .woocommerce-order-overview li {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--order-received .woocommerce-customer-details {
    background: #fff;
    color: #0f172a;
}

.dcw-wc-shell--order-received .woocommerce-customer-details *,
.dcw-wc-shell--order-received .woocommerce-column__title {
    color: #0f172a;
}

.dcw-wc-shell--order-received .dcw-checkout-state--woocommerce .woocommerce-order-overview {
    background: #1f4b78;
    color: #fff;
}

.dcw-wc-shell--order-received .dcw-checkout-state--woocommerce .woocommerce-order-overview li {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    padding: 10px 0;
}

.dcw-wc-shell--order-received .dcw-checkout-state--woocommerce .woocommerce-order-overview li:last-child {
    border-bottom: 0;
}

.dcw-wc-shell--order-received .woocommerce-customer-details *,
.dcw-wc-shell--order-received .woocommerce-customer-details address {
    color: #0f172a;
}

.dcw-wc-shell--order-received .woocommerce-order-overview li strong {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.45;
}

.dcw-wc-shell--order-received .woocommerce-order-details,
.dcw-wc-shell--order-received .woocommerce-customer-details {
    display: grid;
    gap: 16px;
}

.dcw-wc-shell--account .woocommerce-MyAccount-navigation,
.dcw-wc-shell--account .woocommerce-MyAccount-content,
.dcw-wc-shell--account .woocommerce form.login,
.dcw-wc-shell--account .woocommerce form.register {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
}

.dcw-wc-shell--account .woocommerce {
    display: grid;
    gap: 24px;
}

@media (min-width: 992px) {
    .dcw-wc-shell--account .woocommerce {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
        align-items: start;
    }

    .dcw-wc-shell--account .woocommerce-MyAccount-navigation {
        position: sticky;
        top: var(--dcw-wc-sticky-top, 24px);
    }
}

.dcw-wc-shell--account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.dcw-wc-shell--account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: #0f172a;
    background: #f8fafc;
    text-decoration: none;
}

.dcw-wc-shell--account .woocommerce-MyAccount-navigation .is-active a,
.dcw-wc-shell--account .woocommerce-MyAccount-navigation a:hover {
    background: #eff6ff;
    color: #2563eb;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content table {
    width: 100%;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-info,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-message,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-error {
    border-radius: 16px;
    padding: 16px 18px;
    border-width: 1px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--account .woocommerce-MyAccount-content table.shop_table,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-orders-table,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-table--order-details {
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-wc-shell--account .woocommerce-MyAccount-content table.shop_table th,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.shop_table td,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-orders-table th,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-orders-table td,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-table--order-details th,
.dcw-wc-shell--account .woocommerce-MyAccount-content table.woocommerce-table--order-details td {
    padding: 14px 16px;
    border-color: #dbe5f0;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-button,
.dcw-wc-shell--account .woocommerce-MyAccount-content .button {
    border-radius: 999px;
    min-height: 44px;
    padding: 10px 18px;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-address-fields,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-PaymentMethods {
    display: grid;
    gap: 16px;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-order-details,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-customer-details,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-Address,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-message + .woocommerce-order,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-orders-table + nav.woocommerce-pagination {
    margin-top: 18px;
}

.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-order-details,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-customer-details,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-Address,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-PaymentMethods,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-address-fields,
.dcw-wc-shell--account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    background: #fff;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.dcw-hide-account-navigation .woocommerce-MyAccount-navigation {
    display: none !important;
}

.dcw-hide-account-navigation .woocommerce {
    display: block;
}

@media (max-width: 991px) {
    .dcw-cart-widget .dcw-cart-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .dcw-has-sticky-totals .dcw-cart-widget .dcw-cart-summary,
    .dcw-has-sticky-totals .dcw-cart-widget .cart_totals {
        position: static !important;
        top: auto !important;
    }

    .dcw-cart-widget .dcw-cart-list__header {
        grid-template-columns: minmax(0, 1fr);
    }

    .dcw-cart-widget .dcw-cart-list__header-total {
        display: none;
    }

    .dcw-cart-widget .dcw-cart-item__head {
        grid-template-columns: minmax(0, 1fr);
    }

    .dcw-cart-widget .dcw-cart-item__total {
        text-align: left;
        margin-top: 8px;
    }

    .dcw-cart-widget .dcw-cart-coupon__fields {
        grid-template-columns: 1fr;
    }

    .dcw-wc-shell--cart .actions .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .dcw-wc-shell--cart .actions .coupon .input-text,
    .dcw-wc-shell--cart .actions .coupon .button {
        width: 100%;
    }

    .dcw-wc-shell--checkout .woocommerce form .form-row-first,
    .dcw-wc-shell--checkout .woocommerce form .form-row-last {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .dcw-cart-widget .dcw-cart-item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .dcw-cart-widget .dcw-cart-item__thumb img {
        width: 56px;
        max-width: 56px;
    }

    .dcw-cart-widget .product-actions {
        flex-wrap: wrap;
    }

    .dcw-cart-widget .dcw-cart-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .dcw-cart-widget .dcw-cart-actions > .button,
    .dcw-cart-widget .dcw-cart-actions > button.button,
    .dcw-cart-widget .dcw-cart-coupon .button,
    .dcw-cart-widget .dcw-cart-coupon button.button {
        width: 100%;
    }

    .dcw-wc-shell--cart .shop_table.shop_table_responsive.cart tbody td {
        padding: 16px 0;
    }

    .dcw-wc-shell--cart .shop_table.shop_table_responsive.cart .product-thumbnail img {
        width: 56px;
        max-width: 56px;
    }

    .dcw-wc-shell--account .woocommerce {
        display: block;
    }

    .dcw-wc-shell--account .woocommerce-MyAccount-navigation {
        position: static;
        margin-bottom: 18px;
    }
}
