.dsm-highlight-product{position:relative;background:transparent!important;border:0!important;outline:0!important}
.dsm-highlight-product>.product-wrapper,
.dsm-highlight-product>.wd-product-wrapper,
.dsm-highlight-product>.product-element-wrapper{
    box-sizing:border-box;
    background:var(--dsm-highlight-bg,#fff3f3);
    border:1px solid var(--dsm-highlight-border,#e51c2a);
    border-radius:var(--wd-brd-radius,var(--dsm-card-radius,10px));
    overflow:hidden;
    transition:box-shadow .2s ease,border-color .2s ease;
}
/* Fallback for WooCommerce layouts without Woodmart's inner card wrapper. */
.dsm-highlight-product:not(:has(>.product-wrapper,>.wd-product-wrapper,>.product-element-wrapper)){
    box-sizing:border-box;
    background:var(--dsm-highlight-bg,#fff3f3)!important;
    border:1px solid var(--dsm-highlight-border,#e51c2a)!important;
    border-radius:var(--wd-brd-radius,var(--dsm-card-radius,10px));
    overflow:hidden;
}
.dsm-style-vars{display:none}
.dsm-product-badge{position:absolute;z-index:8;padding:.35em .65em;border-radius:4px;background:var(--dsm-badge-bg,#e51c2a);color:var(--dsm-badge-color,#fff);font-size:.78rem;line-height:1.2;pointer-events:none}
.dsm-badge-top-left{inset-block-start:10px;inset-inline-start:10px}.dsm-badge-top-right{inset-block-start:10px;inset-inline-end:10px}.dsm-badge-bottom-left{inset-block-end:10px;inset-inline-start:10px}.dsm-badge-bottom-right{inset-block-end:10px;inset-inline-end:10px}
.products .dsm-promo-block{box-sizing:border-box;list-style:none;margin:0;min-width:0;height:var(--dsm-h-d,auto);border-radius:var(--dsm-radius,8px);overflow:hidden;align-self:start;grid-column:span var(--dsm-span-d,1)}
.products .dsm-desktop-span-1{--dsm-span-d:1}.products .dsm-desktop-span-2{--dsm-span-d:2}.products .dsm-desktop-span-3{--dsm-span-d:3}.products .dsm-desktop-span-full{grid-column:1/-1;width:100%!important;max-width:none!important;flex-basis:100%!important}
.products[class*="columns-"] .dsm-promo-block{width:calc((100% / var(--dsm-cols-d)) * var(--dsm-span-d,1));flex:0 0 calc((100% / var(--dsm-cols-d)) * var(--dsm-span-d,1));max-width:100%;padding-inline:calc(var(--dsm-gap)/2)}
.dsm-image-link,.dsm-image-link picture,.dsm-image-link img{display:block;width:100%;height:100%}.dsm-image-link img{max-width:100%}
.dsm-html-banner{position:relative;display:flex;height:100%;min-height:inherit;padding:clamp(14px,3vw,36px);box-sizing:border-box;background-color:var(--dsm-banner-bg,#eee);background-image:linear-gradient(var(--dsm-overlay,transparent),var(--dsm-overlay,transparent)),var(--dsm-bg-image,none);background-size:cover;background-position:center;color:var(--dsm-text-color,#222)}
.dsm-html-banner h3{color:inherit;margin:0 0 .4em}.dsm-html-banner p{margin:.25em 0}.dsm-banner-content{max-width:100%}.dsm-text-left{text-align:left}.dsm-text-center{text-align:center}.dsm-text-right{text-align:right}.dsm-content-left{justify-content:flex-start}.dsm-content-center{justify-content:center}.dsm-content-right{justify-content:flex-end}
.dsm-coupon{display:inline-flex;align-items:center;gap:8px;margin-block:10px;max-width:100%;flex-wrap:wrap}.dsm-coupon code{padding:7px 10px;border:1px dashed currentColor;color:inherit;background:rgba(255,255,255,.15)}.dsm-copy-coupon,.dsm-banner-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 14px;border:0;border-radius:4px;cursor:pointer;text-decoration:none;background:#222;color:#fff}
@media(max-width:1023px){.products .dsm-promo-block{height:var(--dsm-h-t,auto);grid-column:span var(--dsm-span-t,1)}.products .dsm-tablet-span-1{--dsm-span-t:1}.products .dsm-tablet-span-2{--dsm-span-t:2}.products .dsm-tablet-span-3{--dsm-span-t:3}.products .dsm-tablet-span-full{grid-column:1/-1;width:100%!important;max-width:none!important;flex-basis:100%!important}.products[class*="columns-"] .dsm-promo-block{width:calc((100% / var(--dsm-cols-t)) * var(--dsm-span-t,1));flex-basis:calc((100% / var(--dsm-cols-t)) * var(--dsm-span-t,1))}.dsm-hide-tablet{display:none!important}}
@media(min-width:1024px){.dsm-hide-desktop{display:none!important}}
@media(max-width:767px){.products .dsm-promo-block{height:var(--dsm-h-m,auto);grid-column:span var(--dsm-span-m,1)}.products .dsm-mobile-span-1{--dsm-span-m:1}.products .dsm-mobile-span-2{--dsm-span-m:2}.products .dsm-mobile-span-3{--dsm-span-m:3}.products .dsm-mobile-span-full{grid-column:1/-1;width:100%!important;max-width:none!important;flex-basis:100%!important}.products[class*="columns-"] .dsm-promo-block{width:calc((100% / var(--dsm-cols-m)) * min(var(--dsm-span-m,1),var(--dsm-cols-m)));flex-basis:calc((100% / var(--dsm-cols-m)) * min(var(--dsm-span-m,1),var(--dsm-cols-m)))}.dsm-hide-mobile{display:none!important}.dsm-html-banner{padding:14px}.dsm-coupon{overflow-wrap:anywhere}}
