.pricing-box.shortcode .elementor-widget-wrap {
    padding: 0 !important;
    border: none !important;
    margin-right: 0 !important;
}

.product-card {
    background-color: #ffffff;
    border: 2px solid rgba(255, 208, 0, 0.3);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    overflow: hidden;
}

.product-card-content {
    padding: 1.25rem;
}

.promo-section-wrapper {
    margin-bottom: 1rem;
    min-height: 72px;
    display: flex;
    align-items: center;
}

.promo-section {
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.promo-section.default {
    background-color: #FFF9E6;
    border: 1px solid rgba(255, 208, 0, 0.3);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.promo-icon {
    font-size: 1rem;
    margin-top: 0.125rem;
}

.promo-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.promo-section.discount {
    background-color: #FFAA00;
    color: white;
    text-align: center;
    display: none;
}

.promo-title {
    font-weight: 700;
    font-size: 0.875rem;
}

.promo-subtitle {
    font-size: 0.75rem;
    margin-top: 0.125rem;
    opacity: 0.9;
}

.floating-button-container.has-discount .promo-section.default {
    display: none;
}

.floating-button-container.has-discount .promo-section.discount {
    display: block;
}

.price-display {
    margin-bottom: 1rem;
    text-align: center;
}

.price-main {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5rem;
}

.price-amount {
    font-size: 2.25rem;
    font-weight: 700;
}

.price-currency {
    font-size: 0.875rem;
    font-weight: 500;
}

.price-vat-details {
    font-size: 0.75rem;
    color: rgba(53, 46, 79, 0.6);
    margin-top: 0.25rem;
}

.actions-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.25rem;
    gap: 0.5rem;
}

.quantity-button {
    position: relative;
    display: inline-flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

.quantity-button:hover:not(:disabled) {
    background-color: #FFF9E6;
}

.quantity-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-button svg {
    width: 1rem;
    height: 1rem;
    color: #352E4F;
}

.quantity-value {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 0.5rem;
}

.add-to-cart-button {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(265.62deg, rgb(255, 208, 0) 30.89%, rgb(255, 170, 0) 100.33%);
    border: none;
    border-radius: 0.375rem;
    text-shadow: 1px 1px 1px rgba(53, 46, 79, 0.08);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
}

.add-to-cart-button:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: white;
}

.footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    color: #352E4F;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #FFAA00;
}
