.dg-wsa-actions,
.dg-wsa-single-actions {
    --dg-wsa-border: #e5e9f0;
    --dg-wsa-text: #111827;
    --dg-wsa-muted: #94a3b8;
}

.dg-wsa-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    margin: auto -14px 0;
    border-top: 1px solid var(--dg-wsa-border);
    min-height: 52px;
}

.dg-wsa-actions:has(.dg-wsa-action:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dg-wsa-actions:has(.dg-wsa-action:only-child) {
    grid-template-columns: 1fr;
}

.dg-wsa-action,
.woocommerce ul.products li.product .dg-wsa-action,
.woocommerce-page ul.products li.product .dg-wsa-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 10px 8px;
    border: 0;
    border-right: 1px solid var(--dg-wsa-border);
    border-radius: 0;
    background: transparent;
    color: var(--dg-wsa-text);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.dg-wsa-action:last-child {
    border-right: 0;
}

.dg-wsa-action:hover,
.dg-wsa-action:focus-visible {
    background: #f8fafc;
    color: #020617;
    text-decoration: none;
    outline: none;
}

.dg-wsa-action:active {
    transform: translateY(1px);
}

.dg-wsa-action svg {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.dg-wsa-action.is-loading {
    opacity: .55;
    pointer-events: none;
}

.dg-wsa-cart.is-added,
.dg-wsa-cart:hover {
    color: #0f172a;
}

.dg-wsa-wishlist.is-active,
.dg-wsa-wishlist:hover {
    color: var(--dg-wsa-accent, #ff2f43);
}

.dg-wsa-wishlist.is-active svg path {
    fill: currentColor;
}

.dg-wsa-whatsapp:hover,
.dg-wsa-whatsapp:focus-visible {
    color: var(--dg-wsa-whatsapp, #16a34a);
}

.dg-wsa-whatsapp.is-disabled {
    opacity: .35;
    cursor: not-allowed;
}

.dg-wsa-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dg-wsa-product-meta {
    margin: 0 0 7px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.dg-wsa-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.dg-wsa-single-actions .dg-wsa-action,
.dg-wsa-single-actions .dg-wsa-single-button {
    width: auto;
    min-height: 46px;
    padding: 11px 16px;
    border: 1px solid var(--dg-wsa-border);
    border-radius: 8px;
    background: #fff;
}

.dg-wsa-single-actions .dg-wsa-whatsapp {
    background: var(--dg-wsa-whatsapp, #16a34a);
    border-color: var(--dg-wsa-whatsapp, #16a34a);
    color: #fff;
}

.dg-wsa-single-actions .dg-wsa-whatsapp:hover,
.dg-wsa-single-actions .dg-wsa-whatsapp:focus-visible {
    background: #12823c;
    color: #fff;
}

.dg-wsa-card-styles.woocommerce ul.products li.product,
.dg-wsa-card-styles.woocommerce-page ul.products li.product,
.dg-wsa-card-styles .woocommerce ul.products li.product,
.dg-wsa-card-styles .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 14px 14px 0;
    overflow: hidden;
    border: 1px solid #e7ebf1;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(15, 23, 42, .02);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dg-wsa-card-styles.woocommerce ul.products li.product:hover,
.dg-wsa-card-styles.woocommerce-page ul.products li.product:hover,
.dg-wsa-card-styles .woocommerce ul.products li.product:hover,
.dg-wsa-card-styles .woocommerce-page ul.products li.product:hover {
    transform: translateY(-2px);
    border-color: #d7dee8;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.dg-wsa-card-styles.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.dg-wsa-card-styles.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link,
.dg-wsa-card-styles .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.dg-wsa-card-styles .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.dg-wsa-card-styles.woocommerce ul.products li.product img,
.dg-wsa-card-styles.woocommerce-page ul.products li.product img,
.dg-wsa-card-styles .woocommerce ul.products li.product img,
.dg-wsa-card-styles .woocommerce-page ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    margin: 0 0 13px;
    object-fit: contain;
    background: #fff;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.7em;
    margin: 0 0 8px;
    padding: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .price,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
.dg-wsa-card-styles .woocommerce ul.products li.product .price,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .price {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
}

.dg-wsa-force-grid.woocommerce ul.products,
.dg-wsa-force-grid.woocommerce-page ul.products,
.dg-wsa-force-grid .woocommerce ul.products,
.dg-wsa-force-grid .woocommerce-page ul.products,
.dg-wsa-wishlist-container ul.products {
    display: grid;
    grid-template-columns: repeat(var(--dg-wsa-columns, 5), minmax(0, 1fr));
    gap: 20px 14px;
}

.dg-wsa-force-grid.woocommerce ul.products::before,
.dg-wsa-force-grid.woocommerce ul.products::after,
.dg-wsa-force-grid.woocommerce-page ul.products::before,
.dg-wsa-force-grid.woocommerce-page ul.products::after,
.dg-wsa-force-grid .woocommerce ul.products::before,
.dg-wsa-force-grid .woocommerce ul.products::after,
.dg-wsa-wishlist-container ul.products::before,
.dg-wsa-wishlist-container ul.products::after {
    display: none;
}

.dg-wsa-wishlist-container {
    min-height: 120px;
}

.dg-wsa-wishlist-container.is-loading {
    opacity: .65;
    pointer-events: none;
}

.dg-wsa-empty {
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    text-align: center;
}

.dg-wsa-empty p {
    margin-top: 0;
}

.dg-wsa-header-wishlist {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.dg-wsa-header-wishlist svg {
    width: 24px;
    height: 24px;
}

.dg-wsa-header-wishlist .dg-wsa-wishlist-count {
    position: absolute;
    top: -8px;
    right: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--dg-wsa-accent, #ff2f43);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .dg-wsa-force-grid.woocommerce ul.products,
    .dg-wsa-force-grid.woocommerce-page ul.products,
    .dg-wsa-force-grid .woocommerce ul.products,
    .dg-wsa-force-grid .woocommerce-page ul.products,
    .dg-wsa-wishlist-container ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .dg-wsa-force-grid.woocommerce ul.products,
    .dg-wsa-force-grid.woocommerce-page ul.products,
    .dg-wsa-force-grid .woocommerce ul.products,
    .dg-wsa-force-grid .woocommerce-page ul.products,
    .dg-wsa-wishlist-container ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .dg-wsa-force-grid.woocommerce ul.products,
    .dg-wsa-force-grid.woocommerce-page ul.products,
    .dg-wsa-force-grid .woocommerce ul.products,
    .dg-wsa-force-grid .woocommerce-page ul.products,
    .dg-wsa-wishlist-container ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 9px;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product,
    .dg-wsa-card-styles .woocommerce ul.products li.product,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product {
        padding: 10px 10px 0;
    }

    .dg-wsa-actions {
        margin-right: -10px;
        margin-left: -10px;
        min-height: 46px;
    }

    .dg-wsa-action,
    .woocommerce ul.products li.product .dg-wsa-action,
    .woocommerce-page ul.products li.product .dg-wsa-action {
        min-height: 46px;
        padding: 8px 5px;
    }

    .dg-wsa-action svg {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .price,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .price,
    .dg-wsa-product-meta {
        font-size: 13px;
    }

    .dg-wsa-label {
        display: none;
    }
}

/* Version 1.1: robust inline product actions and premium typography */
.dg-wsa-enabled,
.dg-wsa-enabled button,
.dg-wsa-enabled input,
.dg-wsa-enabled select,
.dg-wsa-enabled textarea {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dg-wsa-actions.dg-wsa-inline-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    align-items: stretch !important;
    width: auto !important;
    min-height: 50px;
    margin: auto -14px 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-top: 1px solid #e5e9f0 !important;
    background: #fff;
    visibility: visible !important;
    opacity: 1 !important;
}

.dg-wsa-actions.dg-wsa-inline-actions.dg-wsa-count-2 {
    grid-template-columns: minmax(0, 1fr) 50px;
}

.dg-wsa-actions.dg-wsa-inline-actions.dg-wsa-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.dg-wsa-inline-actions > a,
.dg-wsa-inline-actions > button,
.dg-wsa-inline-actions > .wp-block-button,
.dg-wsa-inline-actions > .wc-block-components-product-button,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart {
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid #e5e9f0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.dg-wsa-inline-actions > a.button,
.dg-wsa-inline-actions > a.add_to_cart_button,
.dg-wsa-inline-actions > a.product_type_simple,
.dg-wsa-inline-actions > a.product_type_variable,
.dg-wsa-inline-actions > .wp-block-button > a,
.dg-wsa-inline-actions > .wc-block-components-product-button > a,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: -.01em !important;
    box-shadow: none !important;
}

.dg-wsa-inline-actions > a.button:hover,
.dg-wsa-inline-actions > a.add_to_cart_button:hover,
.dg-wsa-inline-actions > a.product_type_simple:hover,
.dg-wsa-inline-actions > a.product_type_variable:hover,
.dg-wsa-inline-actions > .wp-block-button > a:hover,
.dg-wsa-inline-actions > .wc-block-components-product-button > a:hover,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart > a:hover {
    background: #f8fafc !important;
    color: #020617 !important;
}

.dg-wsa-inline-actions .dg-wsa-wishlist,
.dg-wsa-inline-actions .dg-wsa-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 48px !important;
    min-height: 50px !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.dg-wsa-inline-actions .dg-wsa-wishlist {
    color: #334155 !important;
    background: #fff !important;
}

.dg-wsa-inline-actions .dg-wsa-wishlist:hover,
.dg-wsa-inline-actions .dg-wsa-wishlist.is-active {
    color: var(--dg-wsa-accent, #ff2f43) !important;
    background: #fff5f6 !important;
}

.dg-wsa-inline-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp.is-disabled {
    color: var(--dg-wsa-whatsapp, #16a34a) !important;
    background: #f0fdf4 !important;
    opacity: 1 !important;
    cursor: pointer;
}

.dg-wsa-inline-actions .dg-wsa-whatsapp:hover,
.dg-wsa-inline-actions .dg-wsa-whatsapp:focus-visible {
    color: #fff !important;
    background: var(--dg-wsa-whatsapp, #16a34a) !important;
}

.dg-wsa-inline-actions .dg-wsa-action:last-child,
.dg-wsa-inline-actions > :last-child {
    border-right: 0 !important;
}

.dg-wsa-inline-actions .dg-wsa-action svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .wc-block-grid__product-title,
.dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
.dg-wsa-card-styles .wc-block-components-product-name {
    min-height: 2.8em;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #111827 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: -.018em !important;
    text-transform: none !important;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .price,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
.dg-wsa-card-styles .woocommerce ul.products li.product .price,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .price,
.dg-wsa-card-styles .wc-block-grid__product-price,
.dg-wsa-card-styles .wp-block-post.product .wc-block-components-product-price,
.dg-wsa-card-styles .wp-block-post.product [class*="price"] {
    margin: 0 0 15px !important;
    color: #0f172a !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -.025em !important;
}

.dg-wsa-card-styles .price del,
.dg-wsa-card-styles .wc-block-grid__product-price del,
.dg-wsa-card-styles .wc-block-components-product-price del {
    color: #94a3b8 !important;
    font-size: .82em;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.dg-wsa-card-styles .price ins,
.dg-wsa-card-styles .wc-block-grid__product-price ins,
.dg-wsa-card-styles .wc-block-components-product-price ins {
    color: #0f172a !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.dg-wsa-js-fallback .wp-block-button,
.dg-wsa-js-fallback .wc-block-components-product-button,
.dg-wsa-js-fallback .wc-block-grid__product-add-to-cart {
    display: block !important;
}

@media (max-width: 680px) {
    .dg-wsa-actions.dg-wsa-inline-actions {
        grid-template-columns: minmax(0, 1fr) 43px 43px;
        margin-right: -10px !important;
        margin-left: -10px !important;
        min-height: 46px;
    }

    .dg-wsa-actions.dg-wsa-inline-actions.dg-wsa-count-2 {
        grid-template-columns: minmax(0, 1fr) 44px;
    }

    .dg-wsa-inline-actions > a,
    .dg-wsa-inline-actions > button,
    .dg-wsa-inline-actions > .wp-block-button,
    .dg-wsa-inline-actions > .wc-block-components-product-button,
    .dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart,
    .dg-wsa-inline-actions > a.button,
    .dg-wsa-inline-actions > a.add_to_cart_button,
    .dg-wsa-inline-actions > a.product_type_simple,
    .dg-wsa-inline-actions > a.product_type_variable,
    .dg-wsa-inline-actions > .wp-block-button > a,
    .dg-wsa-inline-actions > .wc-block-components-product-button > a,
    .dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart > a,
    .dg-wsa-inline-actions .dg-wsa-wishlist,
    .dg-wsa-inline-actions .dg-wsa-whatsapp {
        min-height: 46px !important;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .wc-block-grid__product-title,
    .dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
    .dg-wsa-card-styles .wc-block-components-product-name {
        min-height: 2.75em;
        font-size: 13.5px !important;
        line-height: 1.38 !important;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .price,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .price,
    .dg-wsa-card-styles .wc-block-grid__product-price,
    .dg-wsa-card-styles .wp-block-post.product .wc-block-components-product-price,
    .dg-wsa-card-styles .wp-block-post.product [class*="price"] {
        font-size: 14px !important;
    }
}


/* Version 1.2: force a consistent reference-style catalogue tile */
.dg-wsa-card-styles ul.products li.product,
.dg-wsa-card-styles .wc-block-grid__product,
.dg-wsa-card-styles .wc-block-product,
.dg-wsa-card-styles .wp-block-woocommerce-product-template .wp-block-post,
.dg-wsa-card-styles .elementor-products-grid .product,
.dg-wsa-card-styles .elementor-loop-container .e-loop-item {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid #e6eaf0 !important;
    border-radius: 6px !important;
    background: #fff !important;
}

.dg-wsa-card-styles ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .wc-block-grid__product-title,
.dg-wsa-card-styles .wc-block-components-product-name,
.dg-wsa-card-styles .wp-block-post-title,
.dg-wsa-card-styles .product-title,
.dg-wsa-card-styles .product-title a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 2.55em !important;
    margin: 0 0 8px !important;
    color: #111827 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: -.012em !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.dg-wsa-card-styles ul.products li.product .price,
.dg-wsa-card-styles .wc-block-grid__product-price,
.dg-wsa-card-styles .wc-block-components-product-price,
.dg-wsa-card-styles .product-price,
.dg-wsa-card-styles [class*="product-price"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 14px !important;
    color: #0f172a !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: -.015em !important;
}

.dg-wsa-actions,
.dg-wsa-actions.dg-wsa-inline-actions,
.dg-wsa-actions.dg-wsa-secondary-actions {
    position: relative !important;
    z-index: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: auto !important;
    min-height: 50px !important;
    margin-top: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}

.dg-wsa-actions.dg-wsa-count-2,
.dg-wsa-secondary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.dg-wsa-actions.dg-wsa-count-1 {
    grid-template-columns: 1fr !important;
}

.dg-wsa-actions .dg-wsa-action,
.dg-wsa-actions a.dg-wsa-action,
.dg-wsa-actions button.dg-wsa-action,
.woocommerce ul.products li.product .dg-wsa-actions .dg-wsa-action,
.woocommerce-page ul.products li.product .dg-wsa-actions .dg-wsa-action {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    border-right: 1px solid #e6eaf0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-indent: 0 !important;
    transform: none !important;
}

.dg-wsa-actions .dg-wsa-action:last-child {
    border-right: 0 !important;
}

.dg-wsa-actions .dg-wsa-action svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dg-wsa-actions .dg-wsa-cart {
    color: #111827 !important;
}

.dg-wsa-actions .dg-wsa-wishlist {
    color: var(--dg-wsa-accent, #ff2f43) !important;
}

.dg-wsa-actions .dg-wsa-whatsapp,
.dg-wsa-actions .dg-wsa-whatsapp.is-disabled {
    color: var(--dg-wsa-whatsapp, #16a34a) !important;
    background: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dg-wsa-actions .dg-wsa-cart:hover,
.dg-wsa-actions .dg-wsa-wishlist:hover,
.dg-wsa-actions .dg-wsa-whatsapp:hover {
    background: #f8fafc !important;
}

.dg-wsa-actions .dg-wsa-whatsapp:hover {
    color: #12823c !important;
}

.dg-wsa-actions .screen-reader-text {
    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;
}

@media (max-width: 680px) {
    .dg-wsa-card-styles ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .wc-block-grid__product-title,
    .dg-wsa-card-styles .wc-block-components-product-name,
    .dg-wsa-card-styles .wp-block-post-title,
    .dg-wsa-card-styles .product-title,
    .dg-wsa-card-styles .product-title a {
        font-size: 13.5px !important;
    }

    .dg-wsa-card-styles ul.products li.product .price,
    .dg-wsa-card-styles .wc-block-grid__product-price,
    .dg-wsa-card-styles .wc-block-components-product-price,
    .dg-wsa-card-styles .product-price,
    .dg-wsa-card-styles [class*="product-price"] {
        font-size: 13.5px !important;
    }
}


/* Version 1.3: luxury perfume presentation */
.dg-wsa-enabled,
.dg-wsa-enabled button,
.dg-wsa-enabled input,
.dg-wsa-enabled select,
.dg-wsa-enabled textarea {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dg-wsa-actions,
.dg-wsa-actions.dg-wsa-inline-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center !important;
    width: auto !important;
    min-height: 48px;
    margin: auto -4px 4px !important;
    padding: 2px 4px 0 !important;
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dg-wsa-actions.dg-wsa-inline-actions {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
}

.dg-wsa-actions.dg-wsa-inline-actions.dg-wsa-count-2 {
    grid-template-columns: minmax(0, 1fr) 46px;
}

.dg-wsa-actions.dg-wsa-inline-actions.dg-wsa-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.dg-wsa-action,
.woocommerce ul.products li.product .dg-wsa-action,
.woocommerce-page ul.products li.product .dg-wsa-action,
.dg-wsa-inline-actions > a,
.dg-wsa-inline-actions > button,
.dg-wsa-inline-actions > .wp-block-button,
.dg-wsa-inline-actions > .wc-block-components-product-button,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart,
.dg-wsa-inline-actions > a.button,
.dg-wsa-inline-actions > a.add_to_cart_button,
.dg-wsa-inline-actions > a.product_type_simple,
.dg-wsa-inline-actions > a.product_type_variable,
.dg-wsa-inline-actions > .wp-block-button > a,
.dg-wsa-inline-actions > .wc-block-components-product-button > a,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17130f !important;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: color .18s ease, opacity .18s ease, transform .18s ease !important;
}

.dg-wsa-action:hover,
.dg-wsa-action:focus-visible,
.dg-wsa-inline-actions > a:hover,
.dg-wsa-inline-actions > a:focus-visible,
.dg-wsa-inline-actions > .wp-block-button > a:hover,
.dg-wsa-inline-actions > .wc-block-components-product-button > a:hover,
.dg-wsa-inline-actions > .wc-block-grid__product-add-to-cart > a:hover {
    background: transparent !important;
    color: var(--dg-wsa-accent, #c56a24) !important;
    transform: translateY(-1px);
}

.dg-wsa-action svg,
.dg-wsa-inline-actions .dg-wsa-action svg {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px !important;
}

.dg-wsa-wishlist,
.dg-wsa-inline-actions .dg-wsa-wishlist,
.dg-wsa-inline-actions .dg-wsa-wishlist:hover,
.dg-wsa-inline-actions .dg-wsa-wishlist.is-active,
.dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp.is-disabled,
.dg-wsa-inline-actions .dg-wsa-whatsapp:hover,
.dg-wsa-inline-actions .dg-wsa-whatsapp:focus-visible {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.dg-wsa-wishlist,
.dg-wsa-inline-actions .dg-wsa-wishlist {
    color: #17130f !important;
}

.dg-wsa-wishlist:hover,
.dg-wsa-wishlist:focus-visible,
.dg-wsa-wishlist.is-active,
.dg-wsa-inline-actions .dg-wsa-wishlist:hover,
.dg-wsa-inline-actions .dg-wsa-wishlist.is-active {
    color: var(--dg-wsa-accent, #c56a24) !important;
}

.dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp.is-disabled {
    color: #17130f !important;
}

.dg-wsa-whatsapp:hover,
.dg-wsa-whatsapp:focus-visible,
.dg-wsa-inline-actions .dg-wsa-whatsapp:hover,
.dg-wsa-inline-actions .dg-wsa-whatsapp:focus-visible {
    color: var(--dg-wsa-whatsapp, #c56a24) !important;
}

.dg-wsa-card-styles.woocommerce ul.products li.product,
.dg-wsa-card-styles.woocommerce-page ul.products li.product,
.dg-wsa-card-styles .woocommerce ul.products li.product,
.dg-wsa-card-styles .woocommerce-page ul.products li.product {
    padding: 15px 15px 4px;
    border: 1px solid #e7e0d8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(32, 24, 18, .025);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dg-wsa-card-styles.woocommerce ul.products li.product:hover,
.dg-wsa-card-styles.woocommerce-page ul.products li.product:hover,
.dg-wsa-card-styles .woocommerce ul.products li.product:hover,
.dg-wsa-card-styles .woocommerce-page ul.products li.product:hover {
    transform: translateY(-3px);
    border-color: #d7c8b9;
    box-shadow: 0 16px 34px rgba(34, 24, 16, .08);
}

.dg-wsa-card-styles.woocommerce ul.products li.product img,
.dg-wsa-card-styles.woocommerce-page ul.products li.product img,
.dg-wsa-card-styles .woocommerce ul.products li.product img,
.dg-wsa-card-styles .woocommerce-page ul.products li.product img {
    margin-bottom: 15px;
    background: #fff;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .wc-block-grid__product-title,
.dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
.dg-wsa-card-styles .wc-block-components-product-name {
    min-height: 2.55em;
    margin: 0 0 7px !important;
    color: #17130f !important;
    font-family: "Lora", Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
    letter-spacing: -.012em !important;
}

.dg-wsa-card-styles.woocommerce ul.products li.product .price,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
.dg-wsa-card-styles .woocommerce ul.products li.product .price,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .price,
.dg-wsa-card-styles .wc-block-grid__product-price,
.dg-wsa-card-styles .wp-block-post.product .wc-block-components-product-price,
.dg-wsa-card-styles .wp-block-post.product [class*="price"] {
    margin: 0 0 10px !important;
    color: #2c251f !important;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: .005em !important;
}

.dg-wsa-card-styles .price ins,
.dg-wsa-card-styles .wc-block-grid__product-price ins,
.dg-wsa-card-styles .wc-block-components-product-price ins {
    color: var(--dg-wsa-accent, #c56a24) !important;
}

.dg-wsa-product-meta {
    margin-bottom: 6px;
    color: #9b8d80;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dg-wsa-single-actions {
    gap: 14px;
}

.dg-wsa-single-actions .dg-wsa-action,
.dg-wsa-single-actions .dg-wsa-single-button,
.dg-wsa-single-actions .dg-wsa-whatsapp,
.dg-wsa-single-actions .dg-wsa-wishlist {
    width: auto !important;
    min-height: 44px !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17130f !important;
}

.dg-wsa-single-actions .dg-wsa-whatsapp:hover,
.dg-wsa-single-actions .dg-wsa-whatsapp:focus-visible,
.dg-wsa-single-actions .dg-wsa-wishlist:hover,
.dg-wsa-single-actions .dg-wsa-wishlist:focus-visible,
.dg-wsa-single-actions .dg-wsa-wishlist.is-active {
    color: var(--dg-wsa-accent, #c56a24) !important;
    background: transparent !important;
}

.dg-wsa-header-wishlist .dg-wsa-wishlist-count {
    background: var(--dg-wsa-accent, #c56a24);
}

@media (max-width: 680px) {
    .dg-wsa-card-styles.woocommerce ul.products li.product,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product,
    .dg-wsa-card-styles .woocommerce ul.products li.product,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product {
        padding: 11px 11px 3px;
    }

    .dg-wsa-actions,
    .dg-wsa-actions.dg-wsa-inline-actions {
        margin-right: -2px !important;
        margin-left: -2px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .wc-block-grid__product-title,
    .dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
    .dg-wsa-card-styles .wc-block-components-product-name {
        font-size: 16px !important;
    }

    .dg-wsa-card-styles.woocommerce ul.products li.product .price,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce ul.products li.product .price,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .price,
    .dg-wsa-card-styles .wc-block-grid__product-price,
    .dg-wsa-card-styles .wp-block-post.product .wc-block-components-product-price,
    .dg-wsa-card-styles .wp-block-post.product [class*="price"] {
        font-size: 13px !important;
    }
}

/* Premium WhatsApp mark: crisp, recognisable and visually balanced. */
.dg-wsa-whatsapp .dg-wsa-whatsapp-mark,
.dg-wsa-inline-actions .dg-wsa-whatsapp .dg-wsa-whatsapp-mark,
.dg-wsa-single-actions .dg-wsa-whatsapp .dg-wsa-whatsapp-mark {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    overflow: visible;
    transform: translateY(-.2px);
    shape-rendering: geometricPrecision;
}

@media (max-width: 680px) {
    .dg-wsa-whatsapp .dg-wsa-whatsapp-mark,
    .dg-wsa-inline-actions .dg-wsa-whatsapp .dg-wsa-whatsapp-mark {
        width: 21px !important;
        height: 21px !important;
        flex-basis: 21px !important;
    }
}

/* Version 1.6: clearer luxury typography and conversion-focused cart/checkout. */
.dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.dg-wsa-card-styles .wc-block-grid__product-title,
.dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
.dg-wsa-card-styles .wc-block-components-product-name,
.dg-wsa-card-styles .product-title,
.dg-wsa-card-styles .product-title a {
    font-family: "Lora", Georgia, serif !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    line-height: 1.42 !important;
    letter-spacing: -.01em !important;
}

/* Product tiles keep the outline; individual action icons never do. */
.dg-wsa-actions,
.dg-wsa-actions > *,
.dg-wsa-actions .dg-wsa-action,
.dg-wsa-actions .dg-wsa-cart,
.dg-wsa-actions .dg-wsa-wishlist,
.dg-wsa-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions,
.dg-wsa-inline-actions > *,
.dg-wsa-inline-actions .dg-wsa-action,
.dg-wsa-inline-actions .dg-wsa-whatsapp,
.dg-wsa-single-actions .dg-wsa-action,
.dg-wsa-single-actions .dg-wsa-whatsapp {
    border: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.dg-wsa-actions::before,
.dg-wsa-actions::after,
.dg-wsa-actions > *::before,
.dg-wsa-actions > *::after,
.dg-wsa-actions .dg-wsa-action::before,
.dg-wsa-actions .dg-wsa-action::after,
.dg-wsa-actions .dg-wsa-whatsapp::before,
.dg-wsa-actions .dg-wsa-whatsapp::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

/* Remove theme sidebars from the buying flow without hiding WooCommerce totals. */
body.dg-wsa-luxury-cart #secondary,
body.dg-wsa-luxury-cart aside.widget-area,
body.dg-wsa-luxury-cart .site-sidebar,
body.dg-wsa-luxury-cart .primary-sidebar,
body.dg-wsa-luxury-checkout #secondary,
body.dg-wsa-luxury-checkout aside.widget-area,
body.dg-wsa-luxury-checkout .site-sidebar,
body.dg-wsa-luxury-checkout .primary-sidebar {
    display: none !important;
}

body.dg-wsa-luxury-cart #primary,
body.dg-wsa-luxury-cart .content-area,
body.dg-wsa-luxury-cart main.site-main,
body.dg-wsa-luxury-checkout #primary,
body.dg-wsa-luxury-checkout .content-area,
body.dg-wsa-luxury-checkout main.site-main {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
}

body.dg-wsa-luxury-cart,
body.dg-wsa-luxury-checkout {
    background: #f7f4ef;
    color: #1b1714;
}

body.dg-wsa-luxury-cart .entry-content,
body.dg-wsa-luxury-checkout .entry-content,
body.dg-wsa-luxury-cart .wp-site-blocks main,
body.dg-wsa-luxury-checkout .wp-site-blocks main {
    width: min(100% - 32px, 1240px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

body.dg-wsa-luxury-cart h1,
body.dg-wsa-luxury-cart h2,
body.dg-wsa-luxury-cart h3,
body.dg-wsa-luxury-checkout h1,
body.dg-wsa-luxury-checkout h2,
body.dg-wsa-luxury-checkout h3 {
    color: #17130f;
    font-family: "Lora", Georgia, serif;
    letter-spacing: -.02em;
}

/* Simple three-step direction indicator. */
.dg-wsa-checkout-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 12px;
    width: 100%;
    margin: 0 0 26px;
    padding: 0;
}

.dg-wsa-checkout-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #ded6cd;
    color: #8d8177;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.dg-wsa-checkout-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border-radius: 50%;
    background: #ece6df;
    color: #655b52;
    font-size: 11px;
}

.dg-wsa-checkout-step.is-active {
    border-bottom-color: var(--dg-wsa-accent, #c56a24);
    color: #17130f;
}

.dg-wsa-checkout-step.is-active span,
.dg-wsa-checkout-step.is-complete span {
    background: #17130f;
    color: #fff;
}

/* Classic cart layout. */
body.dg-wsa-luxury-cart .woocommerce:has(.woocommerce-cart-form) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    align-items: start;
    gap: 28px;
}

body.dg-wsa-luxury-cart .woocommerce > .woocommerce-notices-wrapper,
body.dg-wsa-luxury-cart .woocommerce > .woocommerce-message,
body.dg-wsa-luxury-cart .woocommerce > .woocommerce-error,
body.dg-wsa-luxury-cart .woocommerce > .woocommerce-info,
body.dg-wsa-luxury-cart .woocommerce > .dg-wsa-checkout-progress {
    grid-column: 1 / -1;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form {
    min-width: 0;
    margin: 0 !important;
    padding: 22px;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(39, 29, 21, .045);
}

body.dg-wsa-luxury-cart table.shop_table {
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: transparent;
}

body.dg-wsa-luxury-cart table.shop_table thead th {
    padding: 0 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee8e2 !important;
    color: #83786e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.dg-wsa-luxury-cart table.shop_table td {
    padding: 18px 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #f0ebe5 !important;
    background: transparent !important;
    vertical-align: middle;
}

body.dg-wsa-luxury-cart .product-thumbnail img,
body.dg-wsa-luxury-cart .wc-block-cart-item__image img {
    width: 84px !important;
    height: 96px !important;
    padding: 6px;
    border: 0;
    border-radius: 8px;
    background: #faf8f5;
    object-fit: contain;
}

body.dg-wsa-luxury-cart .product-name a,
body.dg-wsa-luxury-cart .wc-block-components-product-name {
    color: #17130f !important;
    font-family: "Lora", Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
}

body.dg-wsa-luxury-cart .product-price,
body.dg-wsa-luxury-cart .product-subtotal,
body.dg-wsa-luxury-cart .wc-block-components-product-price,
body.dg-wsa-luxury-cart .wc-block-components-product-badge {
    color: #2c251f;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

body.dg-wsa-luxury-cart input.qty,
body.dg-wsa-luxury-cart .wc-block-components-quantity-selector {
    border: 1px solid #ddd4ca !important;
    border-radius: 7px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.dg-wsa-luxury-cart .product-remove a.remove,
body.dg-wsa-luxury-cart .wc-block-cart-item__remove-link {
    color: #8d8177 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.dg-wsa-luxury-cart .product-remove a.remove:hover,
body.dg-wsa-luxury-cart .wc-block-cart-item__remove-link:hover {
    background: transparent !important;
    color: var(--dg-wsa-accent, #c56a24) !important;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .actions {
    padding: 18px 0 0 !important;
    border: 0 !important;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon {
    display: grid !important;
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 8px;
    width: min(100%, 430px);
    padding: 10px;
    border: 1px solid #e4dcd3;
    border-radius: 9px;
    background: #faf8f5;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon::before {
    grid-column: 1 / -1;
    content: "Have a discount code?";
    color: #4c433b;
    font-size: 12px;
    font-weight: 700;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon input,
body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon button,
body.dg-wsa-luxury-cart button[name="update_cart"] {
    min-height: 44px;
    margin: 0 !important;
    border-radius: 6px !important;
    font-family: "Manrope", sans-serif !important;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon input {
    width: 100% !important;
    border: 1px solid #d9d0c7 !important;
    background: #fff !important;
    color: #17130f !important;
}

body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon button,
body.dg-wsa-luxury-cart button[name="update_cart"] {
    border: 1px solid #17130f !important;
    background: #17130f !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

body.dg-wsa-luxury-cart button[name="update_cart"] {
    float: right;
    background: #fff !important;
    color: #17130f !important;
}

body.dg-wsa-luxury-cart .cart-collaterals {
    width: 100% !important;
    margin: 0 !important;
}

body.dg-wsa-luxury-cart .cart-collaterals .cart_totals {
    position: sticky;
    top: 110px;
    float: none !important;
    width: 100% !important;
    padding: 24px;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(39, 29, 21, .06);
}

body.dg-wsa-luxury-cart .cart_totals h2 {
    margin: 0 0 18px;
    font-size: 24px;
}

body.dg-wsa-luxury-cart .cart_totals table td,
body.dg-wsa-luxury-cart .cart_totals table th {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eee8e2 !important;
}

body.dg-wsa-luxury-cart .cart_totals .order-total th,
body.dg-wsa-luxury-cart .cart_totals .order-total td,
body.dg-wsa-luxury-cart .wc-block-components-totals-footer-item {
    color: #17130f;
    font-size: 17px;
    font-weight: 800;
}

body.dg-wsa-luxury-cart .wc-proceed-to-checkout {
    padding: 18px 0 0 !important;
}

body.dg-wsa-luxury-cart .wc-proceed-to-checkout a.checkout-button,
body.dg-wsa-luxury-cart .wc-block-cart__submit-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0 !important;
    border: 1px solid #17130f !important;
    border-radius: 7px !important;
    background: #17130f !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .045em;
    text-transform: uppercase;
    box-shadow: none !important;
}

body.dg-wsa-luxury-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.dg-wsa-luxury-cart .wc-block-cart__submit-button:hover {
    border-color: var(--dg-wsa-accent, #c56a24) !important;
    background: var(--dg-wsa-accent, #c56a24) !important;
}

/* Cart block. */
body.dg-wsa-luxury-cart .wp-block-woocommerce-cart,
body.dg-wsa-luxury-cart .wc-block-cart {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

body.dg-wsa-luxury-cart .wc-block-cart__main,
body.dg-wsa-luxury-cart .wc-block-cart__sidebar {
    padding: 22px !important;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(39, 29, 21, .045);
}

body.dg-wsa-luxury-cart .wc-block-cart__sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
}

body.dg-wsa-luxury-cart .wc-block-components-totals-wrapper,
body.dg-wsa-luxury-cart .wc-block-components-totals-item {
    border-color: #eee8e2 !important;
}

body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__button,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__form button {
    border-radius: 6px !important;
    background: #17130f !important;
    color: #fff !important;
}

/* Trust cues beneath cart and checkout totals. */
.dg-wsa-trust-strip {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee8e2;
}

.dg-wsa-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #5e554d;
    font-size: 12px;
    font-weight: 650;
}

.dg-wsa-trust-item svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: var(--dg-wsa-accent, #c56a24);
}

/* Classic checkout. */
body.dg-wsa-luxury-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    align-items: start;
    gap: 0 28px;
}

body.dg-wsa-luxury-checkout form.checkout > .dg-wsa-checkout-progress,
body.dg-wsa-luxury-checkout .woocommerce > .dg-wsa-checkout-progress {
    grid-column: 1 / -1;
}

body.dg-wsa-luxury-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 100%;
    padding: 24px;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(39, 29, 21, .045);
}

body.dg-wsa-luxury-checkout #customer_details .col-1,
body.dg-wsa-luxury-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
}

body.dg-wsa-luxury-checkout #customer_details .col-2 {
    margin-top: 24px;
}

body.dg-wsa-luxury-checkout #order_review_heading {
    grid-column: 2;
    margin: 0;
    padding: 22px 24px 12px;
    border: 1px solid #e5ddd4;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #fff;
    font-size: 23px;
}

body.dg-wsa-luxury-checkout #order_review {
    position: sticky;
    top: 110px;
    grid-column: 2;
    padding: 0 24px 24px;
    border: 1px solid #e5ddd4;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(39, 29, 21, .06);
}

body.dg-wsa-luxury-checkout .form-row label {
    margin-bottom: 7px;
    color: #4e453d;
    font-size: 12px;
    font-weight: 750;
}

body.dg-wsa-luxury-checkout .input-text,
body.dg-wsa-luxury-checkout select,
body.dg-wsa-luxury-checkout textarea,
body.dg-wsa-luxury-checkout .select2-container .select2-selection,
body.dg-wsa-luxury-checkout .wc-block-components-text-input input,
body.dg-wsa-luxury-checkout .wc-block-components-combobox .wc-block-components-combobox-control input {
    min-height: 48px !important;
    border: 1px solid #dcd3ca !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #17130f !important;
    box-shadow: none !important;
}

body.dg-wsa-luxury-checkout textarea.input-text {
    min-height: 110px !important;
}

body.dg-wsa-luxury-checkout .input-text:focus,
body.dg-wsa-luxury-checkout select:focus,
body.dg-wsa-luxury-checkout textarea:focus,
body.dg-wsa-luxury-checkout .wc-block-components-text-input input:focus,
body.dg-wsa-luxury-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
    border-color: var(--dg-wsa-accent, #c56a24) !important;
    box-shadow: 0 0 0 3px rgba(197, 106, 36, .11) !important;
    outline: 0 !important;
}

body.dg-wsa-luxury-checkout table.shop_table {
    border: 0 !important;
    border-collapse: collapse;
}

body.dg-wsa-luxury-checkout table.shop_table th,
body.dg-wsa-luxury-checkout table.shop_table td {
    padding: 13px 0 !important;
    border-bottom: 1px solid #eee8e2 !important;
}

body.dg-wsa-luxury-checkout #payment {
    margin-top: 18px;
    border-radius: 9px !important;
    background: #faf8f5 !important;
}

body.dg-wsa-luxury-checkout #payment ul.payment_methods,
body.dg-wsa-luxury-checkout #payment div.form-row {
    padding: 18px !important;
}

body.dg-wsa-luxury-checkout #place_order,
body.dg-wsa-luxury-checkout .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 54px;
    border: 1px solid #17130f !important;
    border-radius: 7px !important;
    background: #17130f !important;
    color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .045em;
    text-transform: uppercase;
    box-shadow: none !important;
}

body.dg-wsa-luxury-checkout #place_order:hover,
body.dg-wsa-luxury-checkout .wc-block-components-checkout-place-order-button:hover {
    border-color: var(--dg-wsa-accent, #c56a24) !important;
    background: var(--dg-wsa-accent, #c56a24) !important;
}

/* Checkout block. */
body.dg-wsa-luxury-checkout .wp-block-woocommerce-checkout,
body.dg-wsa-luxury-checkout .wc-block-checkout {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

body.dg-wsa-luxury-checkout .wc-block-checkout__main,
body.dg-wsa-luxury-checkout .wc-block-checkout__sidebar {
    padding: 24px !important;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(39, 29, 21, .045);
}

body.dg-wsa-luxury-checkout .wc-block-checkout__sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
}

body.dg-wsa-luxury-checkout .wc-block-components-checkout-step {
    padding: 0 0 24px !important;
    border-bottom: 1px solid #eee8e2;
}

body.dg-wsa-luxury-checkout .wc-block-components-checkout-step__heading h2,
body.dg-wsa-luxury-checkout .wc-block-components-title {
    font-family: "Lora", Georgia, serif !important;
    color: #17130f !important;
}

/* Cross-category recommendations below the cart. */
.dg-wsa-cart-recommendations {
    grid-column: 1 / -1;
    width: 100%;
    margin: 46px 0 8px;
    padding: 32px;
    border: 1px solid #e5ddd4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(39, 29, 21, .04);
}

.dg-wsa-recommendations-heading {
    max-width: 650px;
    margin-bottom: 24px;
}

.dg-wsa-eyebrow {
    margin: 0 0 7px !important;
    color: var(--dg-wsa-accent, #c56a24);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dg-wsa-recommendations-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(25px, 3vw, 34px);
}

.dg-wsa-recommendations-heading > p:last-child {
    margin: 0;
    color: #71675e;
    font-size: 14px;
}

.dg-wsa-recommendations-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dg-wsa-recommendation-card {
    overflow: hidden;
    border: 1px solid #ece5de;
    border-radius: 9px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dg-wsa-recommendation-card:hover {
    transform: translateY(-3px);
    border-color: #d8cbbf;
    box-shadow: 0 14px 28px rgba(39, 29, 21, .07);
}

.dg-wsa-recommendation-image {
    display: block;
    padding: 14px;
    background: #faf8f5;
}

.dg-wsa-recommendation-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    margin: 0;
    object-fit: contain;
}

.dg-wsa-recommendation-copy {
    padding: 16px;
}

.dg-wsa-recommendation-copy h3 {
    min-height: 2.9em;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.45;
}

.dg-wsa-recommendation-copy h3 a {
    color: #17130f;
    text-decoration: none;
}

.dg-wsa-recommendation-price {
    margin: 0 0 13px;
    color: #2c251f;
    font-size: 13px;
    font-weight: 750;
}

.dg-wsa-recommendation-link {
    color: var(--dg-wsa-accent, #c56a24) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    body.dg-wsa-luxury-cart .woocommerce:has(.woocommerce-cart-form),
    body.dg-wsa-luxury-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.dg-wsa-luxury-cart .cart-collaterals,
    body.dg-wsa-luxury-checkout #customer_details,
    body.dg-wsa-luxury-checkout #order_review_heading,
    body.dg-wsa-luxury-checkout #order_review {
        grid-column: 1;
        grid-row: auto;
    }

    body.dg-wsa-luxury-cart .cart-collaterals .cart_totals,
    body.dg-wsa-luxury-cart .wc-block-cart__sidebar,
    body.dg-wsa-luxury-checkout #order_review,
    body.dg-wsa-luxury-checkout .wc-block-checkout__sidebar {
        position: static;
    }

    body.dg-wsa-luxury-checkout #order_review_heading {
        margin-top: 24px;
    }

    .dg-wsa-recommendations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .dg-wsa-card-styles.woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .dg-wsa-card-styles .wc-block-grid__product-title,
    .dg-wsa-card-styles .wp-block-post.product .wp-block-post-title,
    .dg-wsa-card-styles .wc-block-components-product-name {
        font-size: 14.5px !important;
    }

    body.dg-wsa-luxury-cart .entry-content,
    body.dg-wsa-luxury-checkout .entry-content,
    body.dg-wsa-luxury-cart .wp-site-blocks main,
    body.dg-wsa-luxury-checkout .wp-site-blocks main {
        width: min(100% - 20px, 1240px);
    }

    .dg-wsa-checkout-progress {
        gap: 6px;
        margin-bottom: 18px;
    }

    .dg-wsa-checkout-step {
        display: block;
        padding-bottom: 8px;
        font-size: 9px;
        line-height: 1.35;
    }

    .dg-wsa-checkout-step span {
        width: 23px;
        height: 23px;
        margin-bottom: 6px;
        font-size: 10px;
    }

    body.dg-wsa-luxury-cart .woocommerce-cart-form,
    body.dg-wsa-luxury-cart .cart-collaterals .cart_totals,
    body.dg-wsa-luxury-cart .wc-block-cart__main,
    body.dg-wsa-luxury-cart .wc-block-cart__sidebar,
    body.dg-wsa-luxury-checkout #customer_details,
    body.dg-wsa-luxury-checkout #order_review,
    body.dg-wsa-luxury-checkout .wc-block-checkout__main,
    body.dg-wsa-luxury-checkout .wc-block-checkout__sidebar,
    .dg-wsa-cart-recommendations {
        padding: 16px !important;
        border-radius: 9px;
    }

    body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon {
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.dg-wsa-luxury-cart button[name="update_cart"] {
        float: none;
        width: 100%;
        margin-top: 10px !important;
    }

    body.dg-wsa-luxury-cart table.shop_table.cart thead {
        display: none;
    }

    .dg-wsa-cart-recommendations {
        margin-top: 30px;
    }

    .dg-wsa-recommendations-grid {
        gap: 10px;
    }

    .dg-wsa-recommendation-copy {
        padding: 12px;
    }

    .dg-wsa-recommendation-copy h3 {
        font-size: 13px;
    }
}


/* Version 1.7: brighter commerce orange, compact checkout controls and post-cart choice. */
:root {
    --dg-wsa-bright-orange: #ff6a00;
    --dg-wsa-bright-orange-hover: #e85f00;
}

/* Eliminate theme separators around the final WhatsApp action. */
.dg-wsa-actions,
.dg-wsa-inline-actions,
.dg-wsa-actions > *,
.dg-wsa-inline-actions > *,
.dg-wsa-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp,
.woocommerce ul.products li.product .dg-wsa-actions .dg-wsa-whatsapp,
.woocommerce-page ul.products li.product .dg-wsa-actions .dg-wsa-whatsapp {
    border-inline: 0 !important;
    border-inline-start: 0 !important;
    border-inline-end: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.dg-wsa-actions .dg-wsa-whatsapp,
.dg-wsa-inline-actions .dg-wsa-whatsapp {
    margin-right: 0 !important;
    outline: 0 !important;
}

.dg-wsa-actions .dg-wsa-whatsapp::before,
.dg-wsa-actions .dg-wsa-whatsapp::after,
.dg-wsa-inline-actions .dg-wsa-whatsapp::before,
.dg-wsa-inline-actions .dg-wsa-whatsapp::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    content: none !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

/* Alibaba-inspired bright orange for decisive checkout actions. */
body.dg-wsa-luxury-cart .wc-proceed-to-checkout a.checkout-button,
body.dg-wsa-luxury-cart .wc-block-cart__submit-button,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__button,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__form button,
body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon button,
body.dg-wsa-luxury-checkout #place_order,
body.dg-wsa-luxury-checkout .wc-block-components-checkout-place-order-button {
    border-color: var(--dg-wsa-bright-orange) !important;
    background: var(--dg-wsa-bright-orange) !important;
    color: #fff !important;
    text-shadow: none !important;
}

body.dg-wsa-luxury-cart .wc-proceed-to-checkout a.checkout-button *,
body.dg-wsa-luxury-cart .wc-block-cart__submit-button *,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__button *,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__form button *,
body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon button *,
body.dg-wsa-luxury-checkout #place_order *,
body.dg-wsa-luxury-checkout .wc-block-components-checkout-place-order-button * {
    color: #fff !important;
}

body.dg-wsa-luxury-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.dg-wsa-luxury-cart .wc-block-cart__submit-button:hover,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__button:hover,
body.dg-wsa-luxury-cart .wc-block-components-totals-coupon__form button:hover,
body.dg-wsa-luxury-cart .woocommerce-cart-form .coupon button:hover,
body.dg-wsa-luxury-checkout #place_order:hover,
body.dg-wsa-luxury-checkout .wc-block-components-checkout-place-order-button:hover {
    border-color: var(--dg-wsa-bright-orange-hover) !important;
    background: var(--dg-wsa-bright-orange-hover) !important;
    color: #fff !important;
}

body.dg-wsa-luxury-checkout .input-text:focus,
body.dg-wsa-luxury-checkout select:focus,
body.dg-wsa-luxury-checkout textarea:focus,
body.dg-wsa-luxury-checkout .wc-block-components-text-input input:focus,
body.dg-wsa-luxury-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
    border-color: var(--dg-wsa-bright-orange) !important;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, .13) !important;
}

/* Keep every checkout checkbox compact even when the active theme forces inputs to 100%. */
body.dg-wsa-luxury-checkout input[type="checkbox"],
body.dg-wsa-luxury-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input,
body.dg-wsa-luxury-checkout .wc-block-checkout__add-note .wc-block-components-checkbox__input {
    position: relative !important;
    display: inline-block !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin: 0 9px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 18px !important;
    border: 1px solid #bdb4ab !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: none !important;
    accent-color: var(--dg-wsa-bright-orange) !important;
    transform: none !important;
}

body.dg-wsa-luxury-checkout .wc-block-components-checkbox,
body.dg-wsa-luxury-checkout .wc-block-components-checkbox label,
body.dg-wsa-luxury-checkout .wc-block-checkout__add-note label {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: auto !important;
    min-height: 24px !important;
}

body.dg-wsa-luxury-checkout .wc-block-components-checkbox__mark,
body.dg-wsa-luxury-checkout .wc-block-components-checkbox svg.wc-block-components-checkbox__mark {
    position: absolute !important;
    width: 13px !important;
    max-width: 13px !important;
    height: 13px !important;
    max-height: 13px !important;
    margin: 0 !important;
    color: #fff !important;
    transform: none !important;
    pointer-events: none;
}

body.dg-wsa-luxury-checkout input[type="radio"],
body.dg-wsa-luxury-checkout .wc-block-components-radio-control__input {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
    flex: 0 0 18px !important;
    accent-color: var(--dg-wsa-bright-orange) !important;
    transform: none !important;
}

/* Added-to-cart decision modal. */
body.dg-wsa-modal-open {
    overflow: hidden;
}

.dg-wsa-cart-choice {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(19, 16, 13, .5);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(5px);
    transition: opacity .18s ease, visibility .18s ease;
}

.dg-wsa-cart-choice.is-visible {
    opacity: 1;
    visibility: visible;
}

.dg-wsa-cart-choice__panel {
    position: relative;
    width: min(100%, 480px);
    padding: 34px;
    border: 1px solid #ece4dc;
    border-radius: 14px;
    background: #fff;
    color: #17130f;
    text-align: center;
    box-shadow: 0 28px 80px rgba(20, 14, 9, .2);
    transform: translateY(10px) scale(.985);
    transition: transform .18s ease;
}

.dg-wsa-cart-choice.is-visible .dg-wsa-cart-choice__panel {
    transform: translateY(0) scale(1);
}

.dg-wsa-cart-choice__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6d6259;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.dg-wsa-cart-choice__close:hover {
    background: #f6f1ec;
    color: #17130f;
}

.dg-wsa-cart-choice__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fff1e7;
    color: var(--dg-wsa-bright-orange);
}

.dg-wsa-cart-choice__icon svg {
    width: 28px;
    height: 28px;
}

.dg-wsa-cart-choice h2 {
    margin: 0 0 10px;
    color: #17130f;
    font-family: "Lora", Georgia, serif;
    font-size: 27px;
    line-height: 1.2;
}

.dg-wsa-cart-choice p {
    max-width: 390px;
    margin: 0 auto 24px;
    color: #6b6057;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.dg-wsa-cart-choice__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.dg-wsa-cart-choice__shop,
.dg-wsa-cart-choice__checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 7px;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .035em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.dg-wsa-cart-choice__shop {
    border: 1px solid #d8d0c8;
    background: #fff;
    color: #17130f !important;
}

.dg-wsa-cart-choice__shop:hover {
    border-color: #17130f;
    background: #faf7f3;
}

.dg-wsa-cart-choice__checkout {
    border: 1px solid var(--dg-wsa-bright-orange);
    background: var(--dg-wsa-bright-orange);
    color: #fff !important;
}

.dg-wsa-cart-choice__checkout:hover {
    border-color: var(--dg-wsa-bright-orange-hover);
    background: var(--dg-wsa-bright-orange-hover);
    color: #fff !important;
}

@media (max-width: 560px) {
    .dg-wsa-cart-choice__panel {
        padding: 30px 20px 22px;
    }

    .dg-wsa-cart-choice__actions {
        grid-template-columns: 1fr;
    }

    .dg-wsa-cart-choice__checkout {
        grid-row: 1;
    }
}
