/* Deal Labels */
.dailydeals-index-index .deal-price-label,
span.deal-price-label {
    background: #e92431 !important;
    border-radius: 0 50px 50px 0px !important;
    padding: 8px 0px 6px 0px !important;
    min-width: 80px !important;
    text-align: center !important;
    display: inline-block !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.dailydeals-index-index .block.block-compare.block-topdeals {
    margin-top: 0px;
}
.dailydeals-index-index span.save-label {
    background: #00549b;
    padding: 1px 10px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

/* Countdown / Deal text */
.dailydeals-index-index p.wk_cat_count_clock,
.dailydeals-index-index .wk-deal-ends-label {
    color: #00549b;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.block-topdeals p.wk_cat_count_clock,
.block-topdeals .wk-deal-ends-label,
.block-topsales p.wk_cat_count_clock,
.block-topsales .wk-deal-ends-label {
    color: #e92431;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.block-topdeals span.save-label,
.block-topsales span.save-label {
    background: #e92431;
}

/* Hide unwanted elements */
.dailydeals-index-index .wk-deal-left-border,
.block-topdeals .wk-deal-off-box,
.block-topsales .wk-deal-off-box {
    display: none !important;
}

/* Compare Block Styling */
.block.block-compare.block-topdeals,
.sidebar .block.block-compare {
    background-color: #fff8f0;
    border: 1px solid #ffe1bf;
    padding: 15px;
    border-radius: 10px;
}

/* Toolbar override (different from PLP) */
.dailydeals-index-index .toolbar-products {
    background: #eaf3f8;
    padding: 20px 24px;
    border-radius: 12px;
}

/* Spacing adjustments */
.dailydeals-index-index .products-grid .product-items {
    gap: 15px;
}

.dailydeals-index-index .products-grid .product-items .product-item .product.details.product-item-details {
    padding: 0px 10px 10px;
}

/* Compare item alignment */
.dailydeals-index-index .block-compare .product-item .product-item-name,
.dailydeals-index-index .block-compare .product-item .price-box.price-final_price {
    margin-left: 62px !important;
}

/* Typography */
.dailydeals-index-index .products-grid .product-item-name,
.dailydeals-index-index .products-grid .product-item-name a,
.dailydeals-index-index .sidebar .product-item-name,
.dailydeals-index-index .sidebar .product-item-name a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #100C08;
}

.dailydeals-index-index .products-grid .price-box .price,
.dailydeals-index-index .products-grid .price-box .old-price .price,
.dailydeals-index-index .products-grid .price-box .special-price .price,
.dailydeals-index-index .products-grid .price-box .old-price .price-label,
.dailydeals-index-index .sidebar .price-box .price,
.dailydeals-index-index .sidebar .price-box .old-price .price,
.dailydeals-index-index .sidebar .price-box .special-price .price,
.dailydeals-index-index .sidebar .price-box .old-price .price-label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #100C08 !important;
}

/* Sidebar Title */
.dailydeals-index-index .sidebar .block-compare.block-topdeals .block-title,
.dailydeals-index-index .sidebar .block-compare.block-topdeals .block-title strong {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #100C08;
}

@media (min-width: 1199px) {
    .dailydeals-index-index .sidebar .product-items .product-item-details{
        margin: 0px !important;
    }
}
@media (max-width: 1199px) {
    .dailydeals-index-index .sidebar .product-items .product-item-details{
        margin: 0px !important;
    }
}