.ebsa-btn{display:inline-block;padding:10px 18px;border-radius:4px;font-weight:700;font-size:.92em;text-decoration:none;text-align:center;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}
.ebsa-btn:hover{opacity:.85;text-decoration:none}
.ebsa-btn--sm{padding:6px 12px;font-size:.8em;margin-right:10px}
.ebsa-price-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:8px 0 12px 0}
.ebsa-price-wrap--small{flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px;margin:0}
.ebsa-price-original{font-size:.85em;color:#545454;text-decoration:line-through}
.ebsa-price-current{font-size:1.15em;font-weight:700;color:#b12704}
.ebsa-price-badge{background:#ffd100;color:#0a0a0a;font-size:.78em;font-weight:700;padding:2px 7px;border-radius:3px}
.ebsa-badge{background:#020045;color:#fff;font-size:12px;padding:0 4px;border-radius:2px;display:inline-block}
.ebsa-product-single{background:#fff;border-bottom:8px solid #efefef;margin:24px 0;display:flex;align-items:stretch;overflow:hidden}
.ebsa-product-single__image{flex-shrink:0;width:40%;background:#f8f8f8;display:flex;align-items:center;justify-content:center;padding:16px}
.ebsa-product-single__image a{display:block;width:100%}
.ebsa-product-single__image img{width:100%;height:auto;display:block;object-fit:contain}
.ebsa-product-single__info{flex:1;padding:20px;display:flex;flex-direction:column}
.ebsa-product-single__title{font-size:1.20em;font-weight:700;margin:0 0 8px 0;color:#1a1a1a!important;line-height:1.4;display:block;text-decoration:none}
.ebsa-product-single__title:hover{text-decoration:underline;color:#1a1a1a}
.ebsa-product-single__desc{font-size:.92em;color:#525252;flex:1;padding:0;margin:5px 0!important}
.ebsa-product-single__buttons{display:flex;flex-direction:column;gap:14px;margin-top:4px}
.ebsa-product-single__buttons .ebsa-btn{display:block;text-align:center;width:100%;max-width:300px;border-radius:4px;padding:5px 10px}
@media(max-width:600px){.ebsa-product-single{flex-direction:column}
.ebsa-product-single__image{width:100%;padding:16px;border-bottom:1px solid #e5e5e5}
.ebsa-product-single__image img{max-height:220px;margin:0 auto}
.ebsa-product-single__info{padding:16px}
}
.ebsa-product-grid{display:grid;gap:20px;margin:24px 0}
.ebsa-product-grid--cols-2{grid-template-columns:repeat(2,1fr)}
.ebsa-product-grid--cols-3{grid-template-columns:repeat(3,1fr)}
.ebsa-product-grid--cols-4{grid-template-columns:repeat(4,1fr)}
.ebsa-product-grid__item{background:#fff;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}
.ebsa-product-grid__area{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit;transition:background .15s ease}
.ebsa-product-grid__area:hover{background:#f9f9f9;text-decoration:none;color:inherit}
.ebsa-product-grid__image{background:#f8f8f8;padding:12px;text-align:center}
.ebsa-product-grid__image img{max-width:100%;max-height:160px;object-fit:contain}
.ebsa-product-grid__info{padding:14px;flex:1;display:flex;flex-direction:column}
.ebsa-product-grid__title{font-size:.9em;font-weight:600;margin:0 0 6px 0;flex:1;color:#1a1a1a}
.ebsa-product-grid__desc{font-size:.82em;color:#555;margin:0 0 6px 0}
.ebsa-product-grid__ml{padding:8px 14px 14px;border-top:1px solid #f0f0f0}
.ebsa-product-grid__ml .ebsa-btn{width:100%;display:block;text-align:center}
.ebsa-product-table{margin:24px 0}
.ebsa-product-table__title{margin:0 0 12px 0}
.ebsa-product-table__wrap{overflow-x:auto}
.ebsa-product-table table{border-collapse:collapse;width:100%;border:1px solid #e9e9e9}
.ebsa-product-table th{background:#f5f5f5;color:#1a1a1a}
.ebsa-product-table td{padding:10px 12px;vertical-align:middle}
.ebsa-product-table tr:last-child td{border-bottom:0}
.ebsa-product-table__buttons .ebsa-btn{display:block;margin-bottom:8px;padding:3px 8px}
.ebsa-product-table__buttons .ebsa-btn:last-child{margin-bottom:0}
.ebsa-product-table__img-wrap{position:relative;flex-shrink:0;width:70px;display:flex;align-items:center}
.ebsa-product-table__img-wrap img{width:70px;max-height:80px;object-fit:contain}
.ebsa-rank-badge{position:absolute;top:50%;left:-10px;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:#FF9900;color:#000;font-size:.65em;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;z-index:1;flex-shrink:0}
@media(max-width:768px){.ebsa-product-single__area{flex-direction:column}
.ebsa-product-single__image{width:100%;text-align:center}
.ebsa-product-grid--cols-3,.ebsa-product-grid--cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){.ebsa-product-grid--cols-2,.ebsa-product-grid--cols-3,.ebsa-product-grid--cols-4{grid-template-columns:1fr}
}
@media(max-width:600px){.ebsa-product-table__wrap{overflow-x:unset}
.ebsa-product-table table,.ebsa-product-table thead,.ebsa-product-table tbody,.ebsa-product-table th,.ebsa-product-table td,.ebsa-product-table tr{display:block}
.ebsa-product-table thead{display:none}
.ebsa-product-table tr{border-bottom:2px solid #e5e5e5;padding:10px 0}
.ebsa-product-table td{border-bottom:0;padding:6px 12px}
.ebsa-product-table td[data-label]::before{content:attr(data-label);display:block;font-size:.75em;font-weight:700;text-transform:uppercase;color:#999;margin-bottom:4px}
.ebsa-product-table table{font-size:1em}
.ebsa-product-table__buttons .ebsa-btn{display:inline-block;margin-bottom:0;margin-right:8px}
}
.ebsa-product-table__product{display:flex;align-items:flex-start;gap:10px;text-decoration:none;color:#1a1a1a}
.ebsa-product-table__product:hover{text-decoration:none}
.ebsa-product-table__product-info{display:flex;flex-direction:column;gap:4px;font-size:15px}
.ebsa-product-table__product-title{font-weight:600;font-size:1em;color:#1a1a1a;line-height:1.4}
.ebsa-product-table__product-title:hover{text-decoration:underline}
.ebsa-product-table__product-desc{font-size:.8em;font-weight:normal;line-height:1.3;color:#363636}
.ebsa-btn--primary{background:var(--ebsa-btn-primary-bg,#FF9900);color:var(--ebsa-btn-primary-color,#000000)!important}
.ebsa-btn--secondary{background:var(--ebsa-btn-secondary-bg,#FFE600);color:var(--ebsa-btn-secondary-color,#000000)!important}
.ebsa-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:6px}
.ebsa-meta-row .ebsa-badge{margin-bottom:0;margin-right:10px}
.ebsa-rating-bar{display:inline-flex;align-items:center;gap:6px}
.ebsa-rating-bar__track{width:60px;height:5px;background:#e0e0e0;border-radius:3px;overflow:hidden}
.ebsa-rating-bar__fill{height:100%;background:#f5a623;border-radius:3px}
.ebsa-rating-bar__value{font-size:.78em;color:#666;font-weight:600;white-space:nowrap}