
/* CMS v6.6.2 - Product cards representative images */
.fw-product-card.has-thumb{padding:0!important;overflow:hidden;display:flex;flex-direction:column;min-height:100%;}
.fw-product-card.has-thumb .fw-product-card-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1;}
.fw-product-card.has-thumb .fw-card-actions{margin-top:auto;padding-top:12px;}
.fw-product-card-image{height:190px;border-bottom:1px solid #e2ecf8;background:radial-gradient(circle at 25% 10%,rgba(20,147,255,.12),transparent 34%),linear-gradient(135deg,#f8fbff,#eef7ff);display:flex;align-items:center;justify-content:center;padding:18px;}
.fw-home-product-grid .fw-product-card-image{height:180px;}
.fw-product-list-grid .fw-product-card-image{height:200px;}
.fw-product-card-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(15,23,42,.12));}
.fw-product-card-image.no-image{background:linear-gradient(135deg,#f8fafc,#eaf3ff);}
.fw-product-card-placeholder{width:100%;height:100%;border:1px solid rgba(14,165,233,.22);border-radius:22px;background:linear-gradient(135deg,#071426,#0b4b83);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px;position:relative;overflow:hidden;}
.fw-product-card-placeholder:after{content:"";position:absolute;right:-38px;top:-38px;width:128px;height:128px;border-radius:999px;background:rgba(24,214,255,.18);}
.fw-product-card-placeholder span{font-size:13px;font-weight:900;color:#67e8f9;letter-spacing:.06em;position:relative;z-index:1;}
.fw-product-card-placeholder strong{font-size:22px;line-height:1.12;margin-top:8px;position:relative;z-index:1;max-width:86%;}
.fw-product-card-placeholder i{display:block;width:118px;height:10px;margin-top:18px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 18px,transparent 18px 28px);position:relative;z-index:1;}
.fw-product-card.fw-watchguard-featured .fw-product-card-image{background:radial-gradient(circle at 82% 6%,rgba(34,197,94,.16),transparent 36%),linear-gradient(135deg,#ffffff,#ecfdf5);}
.fw-product-card.fw-fortinet-featured .fw-product-card-image{background:radial-gradient(circle at 82% 6%,rgba(59,130,246,.14),transparent 36%),linear-gradient(135deg,#ffffff,#eff6ff);}
@media(max-width:900px){.fw-product-card-image,.fw-home-product-grid .fw-product-card-image,.fw-product-list-grid .fw-product-card-image{height:170px}.fw-product-card.has-thumb .fw-product-card-body{padding:20px}}
