.bdh-customer-reviews{width:100%;padding:84px 20px;background:#fbf7ef;box-sizing:border-box}.bdh-customer-reviews *{box-sizing:border-box}.bdh-customer-reviews__inner{max-width:1280px;margin:0 auto}.bdh-customer-reviews__header{max-width:760px;margin:0 auto 42px;text-align:center}.bdh-customer-reviews__eyebrow{margin:0 0 8px;color:#c28d2c;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bdh-customer-reviews__ornament{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 0 10px;color:#c28d2c}.bdh-customer-reviews__ornament span{display:block;width:34px;height:1px;background:#d8b56e}.bdh-customer-reviews__ornament b{font-size:13px;line-height:1}.bdh-customer-reviews__header h2{margin:0 0 12px;color:#173d2d;font-size:42px;line-height:1.15;font-weight:700}.bdh-customer-reviews__header>p:last-child{margin:0;color:#5e5a52;font-size:15px;line-height:1.65}.bdh-customer-reviews__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.bdh-customer-review-card{overflow:hidden;background:#fff;border:1px solid #eadfcd;border-radius:14px;box-shadow:0 9px 26px rgba(58,47,30,.08);transition:transform .25s ease,box-shadow .25s ease}.bdh-customer-review-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px rgba(58,47,30,.12)}.bdh-customer-review-card__media{height:420px;overflow:hidden;background:#111}.bdh-customer-review-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.bdh-customer-review-card__body{padding:16px 14px 18px;text-align:center}.bdh-customer-review-card__body h3{margin:0 0 7px;color:#2d2a24;font-size:14px;line-height:1.4;font-weight:700}.bdh-customer-review-card__body p{margin:0 0 9px;color:#5f5a50;font-size:14px;line-height:1.45}.bdh-customer-review-card__stars{color:#e7a000;font-size:18px;line-height:1;letter-spacing:2px}.bdh-customer-review-card.is-extra{display:none}.bdh-customer-review-card.is-extra.is-visible{display:block}.bdh-customer-reviews__actions{margin-top:32px;text-align:center}.bdh-customer-reviews__load{min-width:156px;padding:13px 28px;border:0;border-radius:7px;background:#237f39;color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.bdh-customer-reviews__load:hover{background:#17692c;transform:translateY(-1px)}.bdh-customer-reviews__actions>p{margin:10px 0 0;color:#686158;font-size:14px}.bdh-customer-reviews__actions>p span{color:#c28d2c}@media(max-width:991px){.bdh-customer-reviews{padding:68px 20px}.bdh-customer-reviews__header h2{font-size:35px}.bdh-customer-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bdh-customer-review-card__media{height:520px}}@media(max-width:575px){.bdh-customer-reviews{padding:50px 0px}.bdh-customer-reviews__header{margin-bottom:28px}.bdh-customer-reviews__header h2{font-size:29px}.bdh-customer-reviews__header>p:last-child{font-size:14px}.bdh-customer-reviews__header>p:last-child br{display:none}.bdh-customer-reviews__grid{grid-template-columns:1fr;gap:16px}.bdh-customer-review-card__media{height:auto;max-height:none}.bdh-customer-review-card__media img{height:auto;object-fit:contain}.bdh-customer-review-card__body{padding:14px 12px 16px}}
.bdh-customer-reviews__actions a{
	height: 42px;
    padding: 0 23px;
    border: 1px solid #222;
    border-radius: 5px;
    color: #111 !important;
    background: transparent;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.035em;
}
.bdh-customer-reviews__actions a:hover{
	background: #333333;
	color: #ffffff !important;
	border-color: #333333;
}
.bdh-customer-reviews{
    background: #e8e1d8 !important;
}