/* Review navigation and the final product/gallery arrow refinements. */
.oeeroo-summary-rating { color: inherit !important; cursor: pointer; text-decoration: none !important; }
.oeeroo-summary-rating:focus-visible { outline: 2px solid var(--oeeroo-primary); outline-offset: 3px; }

/* Keep gallery controls prominent without overlapping the thumbnail images. */
.single-product .oeeroo-gallery-arrow { background: #fff !important; border: 1px solid var(--oeeroo-border) !important; bottom: 0 !important; font-size: 30px !important; height: 112px !important; line-height: 106px !important; text-align: center !important; width: 46px !important; }
.single-product .oeeroo-gallery-prev { left: 0 !important; }
.single-product .oeeroo-gallery-next { right: 0 !important; }

@media (max-width: 767px) {
	/* Compact homepage slider controls only on phones. */
	.hero-slider .hero-arrow { font-size: 16px !important; height: 30px !important; line-height: 26px !important; width: 22px !important; }
	.single-product .oeeroo-gallery-arrow { font-size: 24px !important; height: 76px !important; line-height: 70px !important; width: 34px !important; }
}

/* Match each gallery arrow to its thumbnail image rather than oversizing it. */
.single-product .oeeroo-gallery-arrow { font-size: 24px !important; height: 82px !important; line-height: 76px !important; width: 32px !important; }

.oeeroo-review-more { margin: 4px 0 28px; text-align: center; }
.oeeroo-review-more a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 22px; border: 1px solid var(--oeeroo-primary); border-radius: 3px; background: var(--oeeroo-primary); color: #fff !important; font-size: 14px; font-weight: 600; line-height: 1.15; text-decoration: none !important; }
.oeeroo-review-more a:hover, .oeeroo-review-more a:focus-visible { background: #096eb7; border-color: #096eb7; color: #fff !important; }

.oeeroo-purchase-assurances { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; gap: 18px 28px; margin: 15px auto 0; }
.oeeroo-purchase-assurance { display: flex; align-items: center; gap: 10px; color: var(--oeeroo-text); }
.oeeroo-assurance-icon { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #21a35a; border-radius: 50%; color: #168545; }
.oeeroo-assurance-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.oeeroo-purchase-assurance p { margin: 0; line-height: 1.2; }
.oeeroo-purchase-assurance strong, .oeeroo-purchase-assurance small { display: block; }
.oeeroo-purchase-assurance strong { font-size: 13px; }
.oeeroo-purchase-assurance small { color: var(--oeeroo-muted); font-size: 12px; margin-top: 2px; }

@media (max-width: 767px) {
	.single-product .oeeroo-gallery-arrow { font-size: 21px !important; height: 62px !important; line-height: 56px !important; width: 28px !important; }
	.oeeroo-purchase-assurances { gap: 12px; }
	.oeeroo-purchase-assurance { flex: 1 1 145px; }
}
