/* ==========================================================================
   OcluVet PDP Styles
   Applies only on single product pages (enqueued via is_product() check).
   ========================================================================== */

html {
	scroll-behavior: smooth;
}

/* ── Helpers ─────────────────────────────────────────────────────────────── */

.ocluvet-sr-only,
.ocluvet-wcsatt-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ── Review row ──────────────────────────────────────────────────────────── */

.ocluvet-review-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 0;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}
.ocluvet-review-row:hover {
	text-decoration: none;
}
.ocluvet-review-row:hover .ocluvet-review-count {
	text-decoration: none;
}

/* Fractional star widget */
.ocluvet-stars {
	position: relative;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 2px;
}

.ocluvet-stars__bg {
	color: #ddd;
}

.ocluvet-stars__fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f5a623;
}

.ocluvet-rating-value {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.ocluvet-review-count,
.ocluvet-social-proof {
	font-size: 13px;
	color: #1b4f6a;
	font-weight: bold;
}

/* Blue dot separators between review row segments */
.ocluvet-rating-value + .ocluvet-review-count::before,
.ocluvet-rating-value + .ocluvet-social-proof::before,
.ocluvet-review-count + .ocluvet-social-proof::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #1b4f6a;
	border-radius: 50%;
	margin-right: 7px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/* ── Free shipping badge (top pill) ─────────────────────────────────────────── */

.ocluvet-shipping-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0 16px;
}

.ocluvet-shipping-badge__text {
	display: inline-block;
	background: #f0f7f0;
	color: #2e6e3e;
	border: 1px solid #b5d5bc;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 13px;
	font-weight: 500;
}

/* ── Pack-size pills (variable products) ─────────────────────────────────── */

.ocluvet-pack-pills {
	margin: 0 0 20px;
}

.ocluvet-pack-pills__label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #444;
	margin: 0 0 8px;
}

.ocluvet-pack-pills__group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ocluvet-pack-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border: 1px solid #d0d0d0 !important;
	border-radius: 4px;
	background: #fff !important;
	color: #333 !important;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
	box-shadow: none !important;
}

.ocluvet-pack-pill:hover {
	border-color: #888 !important;
	background: #f5f5f5 !important;
	color: #333 !important;
}

.ocluvet-pack-pill.is-active {
	border: 1px solid #1b4f6a !important;
	background: #fff !important;
	color: #1b4f6a !important;
	font-weight: 700;
}

/* ── Subscription option cards ───────────────────────────────────────────── */

.ocluvet-sub-options {
	margin: 12px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ocluvet-sub-card {
	position: relative;
	border: 1.5px solid #d0d0d0;
	border-radius: 8px;
	padding: 14px 16px;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
	background: #fff;
}

.ocluvet-sub-card:hover {
	border-color: #888;
}

.ocluvet-sub-card.is-active {
	border-color: #1b4f6a;
	border-width: 2px;
}

.ocluvet-sub-card--subscribe.is-active {
	background: #eef7fb;
}

.ocluvet-sub-card__header {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

/* Simulated radio indicator */
.ocluvet-sub-card__radio {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #aaa;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	transition: border-color 0.15s;
}

.ocluvet-sub-card.is-active .ocluvet-sub-card__radio {
	border-color: #1b4f6a;
	background: #1b4f6a;
}

.ocluvet-sub-card.is-active .ocluvet-sub-card__radio::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ocluvet-sub-card__title {
	font-weight: 600;
	font-size: 15px;
}

.ocluvet-sub-card__save {
	font-size: 13px;
	font-weight: 600;
	color: #2e6e3e;
}

.ocluvet-sub-card__badge {
	position: absolute;
	top: -1px;
	right: -1px;
	background: #c49a1e;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 3px 8px;
	border-radius: 0 6px 0 4px;
	text-transform: uppercase;
}

.ocluvet-sub-card__price {
	margin-left: auto;
	font-size: 15px;
	font-weight: 700;
	color: #1b4f6a;
	white-space: nowrap;
}

/* Card body (only on subscribe card) */
.ocluvet-sub-card__body {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
}

.ocluvet-sub-card--onetime .ocluvet-sub-card__body {
	display: none;
}

.ocluvet-sub-card__freq-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
	margin: 0 0 8px;
}

/* Frequency pills */
.ocluvet-freq-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.ocluvet-freq-pill {
	padding: 5px 14px;
	border: 1px solid #d0d0d0 !important;
	border-radius: 20px;
	background: #fff !important;
	color: #333 !important;
	font-size: 13px;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
	box-shadow: none !important;
}

.ocluvet-freq-pill:hover {
	border-color: #888 !important;
	background: #f5f5f5 !important;
	color: #333 !important;
}

.ocluvet-freq-pill.is-active {
	border-color: #1b4f6a !important;
	background: #1b4f6a !important;
	color: #fff !important;
}

/* Benefits list */
.ocluvet-sub-benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ocluvet-sub-benefit {
	font-size: 13px;
	color: #444;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.ocluvet-sub-benefit__icon {
	color: #2e6e3e;
	font-size: 12px;
	margin-top: 2px;
	flex-shrink: 0;
}

/* ── Shipping option cards (above Add to Cart button) ───────────────────── */

.ocluvet-shipping-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 16px;
}

.ocluvet-shipping-option {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	padding: 12px 16px;
	cursor: pointer;
	transition: border-color 0.15s;
	background: #fff;
}

.ocluvet-shipping-option:hover {
	border-color: #888;
}

.ocluvet-shipping-option.is-active {
	border-color: #1b4f6a;
	border-width: 2px;
}

.ocluvet-shipping-option__radio {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #aaa;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	transition: border-color 0.15s;
}

.ocluvet-shipping-option.is-active .ocluvet-shipping-option__radio {
	border-color: #1b4f6a;
	background: #1b4f6a;
}

.ocluvet-shipping-option.is-active .ocluvet-shipping-option__radio::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ocluvet-shipping-option__text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ocluvet-shipping-option__title {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}

.ocluvet-shipping-option__desc {
	font-size: 12px;
	font-weight: 400;
	color: #6b7a8d;
}

.ocluvet-shipping-option__price {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}

.ocluvet-shipping-option__price--free {
	color: #2e6e3e;
}

/* ── Add-to-Cart row + button ────────────────────────────────────────────── */

/* Hide WC quantity stepper rendered by our templates */
.ocluvet-atc-form .quantity,
.ocluvet-atc-form .qty {
	display: none !important;
}

.ocluvet-atc-row {
	margin: 4px 0 0;
}

.ocluvet-atc-button.button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 24px;
	font-size: 15px;
	font-weight: 600;
	white-space: normal;
	text-align: center;
}

/* Price shown via CSS ::after using data-price attribute set by JS.
   Lives on the button element itself so color inheritance is automatic.
   WCS-ATT calls $el_button.text() which sets textContent but does NOT
   clear data-price, so the price survives WCS-ATT's button-text resets. */
.ocluvet-atc-button[data-price]::after {
	content: attr( data-price );
	font-weight: 400;
	opacity: 0.85;
}

/* Disabled state before variation selected */
.ocluvet-atc-button.disabled,
.ocluvet-atc-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

/* ── WCS-ATT: suppress default prompt + dropdown, preserve DOM for plugin JS ── */

/*
 * Simple products: WCS-ATT renders subscription options directly into the form.
 * Hide the prompt and inner wrapper via .ocluvet-wcsatt-hidden (applied in template).
 */
.ocluvet-atc-form .ocluvet-wcsatt-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

/*
 * Un-hide the inner wrapper so WCS-ATT JS can toggle it (show/hide the
 * subscription options list). The dropdown and radio list inside are hidden
 * explicitly below; our card UI replaces them visually.
 */
.ocluvet-atc-form .wcsatt-options-product-wrapper {
	clip: unset;
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}

/* Hide visual contents of inner wrapper — inputs remain accessible to WCS-ATT JS */
.ocluvet-atc-form .wcsatt-options-product-dropdown-label,
.ocluvet-atc-form .wcsatt-options-product-dropdown,
.ocluvet-atc-form .wcsatt-options-product {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

/*
 * Variable products: WCS-ATT embeds subscription options in variation price_html.
 * WC JS injects that HTML into .woocommerce-variation.single_variation.
 * Use !important to override the .ocluvet-atc-form rules above (same specificity,
 * later source wins — !important forces these to win).
 * WCS-ATT JS calls .show() on the wrapper; clip survives .show() since
 * display and clip are independent properties.
 */
.woocommerce-variation .wcsatt-options-product-prompt,
.woocommerce-variation .wcsatt-options-product-wrapper {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
}

/* Hide the WC/WCS-ATT price injected before subscription options in variation area.
   Price is shown inside our Add to Cart button instead. */
.woocommerce-variation.single_variation .price {
	display: none;
}

/* ── USP trust badges (3-column row below Add to Cart) ──────────────────── */

.ocluvet-usp-badges {
	display: flex;
	gap: 8px;
	margin: 16px 0 0;
	flex-wrap: wrap;
}

.ocluvet-usp-badge {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px 8px;
	gap: 4px;
}

.ocluvet-usp-badge__icon {
	font-size: 18px;
	line-height: 1;
}

.ocluvet-usp-badge__text {
	font-size: 11px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

/* ── Variation description (relocated after USP badges via JS) ───────────── */

/* Hide the description in WC's default .woocommerce-variation wrapper */
.woocommerce-variation .woocommerce-variation-description { display: none !important; }

.ocluvet-variation-description {
	display: none;
	margin-top: 16px;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
}

/* ── Value comparison table ──────────────────────────────────────────────── */

.ocluvet-value-comparison {
	margin: 16px 0 16px;
}

.ocluvet-value-comparison__title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-align: center;
	color: #333;
	margin: 0 0 12px;
}

.ocluvet-value-comparison table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.ocluvet-value-comparison th,
.ocluvet-value-comparison td {
	padding: 8px 10px;
	text-align: center;
	border: 1px solid #e8e8e8;
}

.ocluvet-value-comparison th {
	background: #f5f5f5;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ocluvet-value-comparison td:first-child,
.ocluvet-value-comparison th:first-child {
	text-align: left;
	font-weight: 600;
	color: #555;
	background: #fafafa;
}

.ocluvet-vc-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 1px 5px;
	border-radius: 3px;
	margin-bottom: 3px;
}

.ocluvet-vc-badge--popular {
	background: #1a6e8e;
	color: #fff;
}

.ocluvet-vc-badge--best {
	background: #b8860b;
	color: #fff;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media ( max-width: 600px ) {
	.ocluvet-pack-pills__group {
		gap: 6px;
	}
	.ocluvet-pack-pill {
		padding: 7px 14px;
		font-size: 13px;
	}
	.ocluvet-atc-button.button {
		font-size: 14px;
		padding: 13px 18px;
	}
	.ocluvet-usp-badges {
		gap: 6px;
	}
	.ocluvet-usp-badge {
		padding: 8px 6px;
	}
	.ocluvet-usp-badge__text {
		font-size: 10px;
	}
}

/**************** PDP Custom CSS Start **************/
.ocluvet-shipping-badge .ocluvet-shipping-badge__text{
	background: #d6a640;
    color: #fff;
    border: 1px solid #c79325;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ocluvet-value-comparison .ocluvet-value-comparison__title,
.ocluvet-atc-form .wcsatt-options-product-dropdown-label,
.ocluvet-pack-pills .ocluvet-pack-pills__label{
	font-size: 16px;
    font-weight: 700;
    color: #004a67;
    text-transform: uppercase;
}
.ocluvet-pack-pills__group{
    gap: 12px !important;
    justify-content: space-between;
}
.ocluvet-pack-pills__group .ocluvet-pack-pill{
	border: 1px solid #e1e8f0 !important;
	background: #fff;
	padding: 30px 30px;
	border-radius: 20px;
    margin-left: 0 !important;
    flex: 1;
}
.ocluvet-pack-pills__group .ocluvet-pack-pill.is-active,
.ocluvet-pack-pills__group .ocluvet-pack-pill:hover{
	border: 1px solid #004a67 !important;
	background: #f1f6f7 !important;
	padding: 20px 30px;
}
.woocommerce-variation .wcsatt-options-product-wrapper,
.ocluvet-atc-form .wcsatt-options-product-dropdown-label{
	position: relative !important;
    width: 100% !important;
    height: auto !important;
}
.ocluvet-atc-form .wcsatt-options-product-dropdown-label{
	margin: 10px 0 0;
}
.ocluvet-sub-options .ocluvet-sub-card,
.ocluvet-shipping-options .ocluvet-shipping-option{
	border-radius: 20px;
	border: 1px solid #e1e8f0 !important;
	background: #fff !important;
	padding: 20px;
	position: relative;
}
.ocluvet-sub-options .ocluvet-sub-card .ocluvet-sub-card__title,
.ocluvet-shipping-options .ocluvet-shipping-option .ocluvet-shipping-option__title{
	font-size: 16px;
	color: #004a67;
	font-weight: 700;
}
.ocluvet-sub-options .ocluvet-sub-card .ocluvet-sub-card__badge{
	background: #d6a640;
	position: absolute;
    top: -10px;
    border-radius: 20px;
    right: 30px;
    padding: 3px 12px;
    letter-spacing: 0;
}
.ocluvet-sub-options .ocluvet-sub-card .ocluvet-sub-card__header{
	gap: 12px;
}
.ocluvet-sub-options .ocluvet-sub-card .ocluvet-sub-card__radio,
.ocluvet-shipping-options .ocluvet-shipping-option .ocluvet-shipping-option__radio{
	width: 22px;
    height: 22px;
}
.ocluvet-sub-options .ocluvet-sub-card.is-active{
	border-radius: 20px;
	border: 1px solid #004a67 !important;
	background: #f1f6f7 !important;
}
.ocluvet-sub-options .ocluvet-sub-card .ocluvet-sub-card__body{
	margin-top: 5px;
    padding-top: 0;
    border-top: none;
    padding-left: 34px;
}
.ocluvet-sub-card .ocluvet-sub-card__body .ocluvet-sub-card__freq-label{
	display: none;
}
.ocluvet-sub-card__body .ocluvet-freq-pills .ocluvet-freq-pill{
	font-size: 11px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;  
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: 600 !important;
    margin-left: 0 !important;
    border: 1px solid #e1e8f0 !important;
	text-transform: uppercase !important;
}
.ocluvet-sub-card__body .ocluvet-freq-pills .ocluvet-freq-pill.is-active{
    border: 1px solid #004a67 !important;
    background: #004a67 !important;
}
.ocluvet-sub-card__body .ocluvet-sub-benefits .ocluvet-sub-benefit{
	font-size: 14px;
	color: #11516D;
	margin-bottom: 4px;
	margin-top: 5px;
}
.ocluvet-sub-benefits .ocluvet-sub-benefit .ocluvet-sub-benefit__icon{
    background: #eeefe8;
    width: 28px;
    height: 28px;
    padding: 2px;
    color: #cda252;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-top: -5px;
}
.ocluvet-value-comparison .ocluvet-value-comparison__title{
	text-align: center;
	font-weight: 700 !important;
    margin-top: 28px;
    font-size: 18px;
}
.ocluvet-value-comparison table{
	border: none;
}
.ocluvet-value-comparison td,
.ocluvet-value-comparison th{
    background: transparent !important;
    border: none !important;
    vertical-align: middle;
    color: #004a67;
    width: 150px;
    padding: 5px !important;
    font-weight: 700;
}
.ocluvet-value-comparison td:first-child, 
.ocluvet-value-comparison th:first-child{
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.ocluvet-table-badge{
    border: 1px solid #e1e8f0 !important;
    border-radius: 20px;
    padding: 15px;
    display: block;
    color: #004a67;
    text-transform: capitalize;
    position: relative;
}
.ocluvet-table-badge.ocluvet-vc-badge-popular{
	background: #004b68;
	border: 1px solid #004b68 !important;
	color: #fff;
}
.ocluvet-table-badge.ocluvet-vc-badge-best{
	background: #d6a63f;
	border: 1px solid #b39138 !important;
}
.ocluvet-table-badge.ocluvet-vc-badge-popular-label{
	background: #f1f6f7;
	border: 1px solid #bcd5db !important;
}
.ocluvet-table-badge.ocluvet-vc-badge-best-label{
	background: #fbf7ed;
	border: 1px solid #e5e4d7 !important;
}
.ocluvet-badge-label{
	position: absolute;
    top: -10px;
    padding: 3px 5px;
    font-size: 9px;
    border-radius: 20px;
    left: 0;
	right: 0;
    margin: auto;
    width: 110px;
    text-align: center;
    letter-spacing: 0;
}
.ocluvet-vc-badge-popular .ocluvet-badge-label{
    background: #fff;
    color: #cda252;
    border: 1px solid #f4eddd;    
}
.ocluvet-vc-badge-popular .ocluvet-badge-label{
    background: #fff;
    color: #cda252;
    border: 1px solid #f4eddd;    
}
.ocluvet-vc-badge-best .ocluvet-badge-label{
    background: #fff;
    color: #004b68;
    border: 1px solid #f4eddd;    
    width: 110px;
}
.ocluvet-offer-badge{
    position: absolute;
    top: -10px;
    padding: 3px 5px;
    font-size: 9px;
    border-radius: 20px;
    right: 0;
    margin: auto;
    width: 55px;
    text-align: center;
    letter-spacing: 0;
}
.ocluvet-vc-badge-popular .ocluvet-offer-badge{
    background: #fff;
    color: #cda252;
    border: 1px solid #f4eddd;
}
.ocluvet-vc-badge-best .ocluvet-offer-badge{
    background: #fff;
    color: #004b68;
    border: 1px solid #f4eddd;
}
.ocluvet-shipping-options .ocluvet-shipping-option.is-active{
    border-radius: 20px;
    border: 1px solid #004a67 !important;
    background: #f1f6f7 !important;
}
.ocluvet-sp__label .ocluvet-sp__price{
  color: #004b68;
}
.ocluvet-shipping-options .ocluvet-shipping-option .ocluvet-shipping-option__price{
	color: #004b68;
}
.ocluvet-shipping-options .ocluvet-shipping-option .ocluvet-shipping-option__title{
	font-size: 15px;
}
.ocluvet-atc-form .ocluvet-atc-row .single_add_to_cart_button{
	margin-left: 0 !important;
	text-transform: uppercase !important;
    font-weight: bold;
    letter-spacing: 0.6px;	
    border-radius: 30px;
    padding: 15px;
    margin-top: 10px !important;
}
.ocluvet-atc-button[data-price]::after{
	font-weight: 700;
    padding-left: 5px;
}
.ocluvet-usp-badges{
	border-top: 1px solid #c4d9dd;
	border-bottom: 1px solid #c4d9dd;
	padding: 20px 0;
}
.ocluvet-usp-badges .ocluvet-usp-badge{
	border: 2px solid #c4d9dd;	
	border-radius: 30px;
	display: flex;
    flex-direction: row;
    align-items: center;
    background: #fcfcfc;
    padding: 10px 15px;
    justify-content: center;
    align-self: center;
    height: 58px;
    gap: 0;
}
.ocluvet-usp-badges .ocluvet-usp-badge .ocluvet-usp-badge__icon,
.ocluvet-usp-badges .ocluvet-usp-badge .ocluvet-usp-badge__text{
	display: inline-block;
}
.ocluvet-usp-badges .ocluvet-usp-badge .ocluvet-usp-badge__text{
	color: #004b68;
	font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    text-align: left;	
}
.ocluvet-usp-badges .ocluvet-usp-badge .ocluvet-usp-badge__text span{
	font-size: 10px;
	text-transform: lowercase;
	color: #000;
	font-weight: 600;
}
.ocluvet-usp-badges .ocluvet-usp-badge .ocluvet-usp-badge__icon img{
	position: relative;
    top: -6px;
	left: -2px;
}
.single-product-datatab{
	padding-top: 50px;	
	padding-bottom: 50px;		
	position: relative;
}

.single-product-datatab::before {
    content: '';
    background-color: #fcfcfc;
    border-top: 1px solid #c4d9dd;
    border-bottom: 1px solid #c4d9dd;    
    width: calc(100vw - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
}
.single-product-datatab .wc-tabs-wrapper .tabs{
	padding: 0 !important;
}
.single-product-datatab .wc-tabs-wrapper .tabs li{
	border: none !important;
	background: transparent !important;
}

.single-product-datatab .wc-tabs-wrapper .tabs li a{
	color: #000 !important;
	border-bottom: 5px solid transparent !important;
}
.single-product-datatab .wc-tabs-wrapper .tabs li.active a{
	color: #00506e !important;
	border-bottom: 5px solid #00506e !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel{
	border-top: 1px solid #c4d9dd !important;
}
#wc-stripe-express-checkout-element{
	margin: 4px !important;
}
#wc-stripe-express-checkout-element .StripeElement div{
	border: none !important;
}
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel{
	background: transparent !important;
}
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel,
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel h2,
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel p,
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel h3,
.single-product-datatab .wc-tabs-wrapper .woocommerce-Tabs-panel h4,
.related.products h2{
	color: #000 !important;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul{
	list-style: none;
	padding-left: 0;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li{
	padding-left: 30px;
	position: relative;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel ul li::before{
	content: '';
	background: url('../../../../uploads/2026/05/list-checked.png');
	width: 18px;
	height: 18px;
	background-size: contain;
	left: 0;
	top: 3px;
	display: block;
	position: absolute;
}
.woocommerce div.product .product_title{
	color: #00506e !important;
	font-size: 34px !important;
	line-height: 34px !important;
	font-weight: 700 !important;
}
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p{
	color: #505050;
	font-size: 15px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width: 50% !important;
}
.ocluvet-product-has-gallery-video .woocommerce-product-gallery__image--video a{
	display: none !important;
}
.ocluvet-product-has-gallery-video .ocluvet-gallery-video{
	position: relative;
	width: 100%;
}
.ocluvet-product-has-gallery-video .ocluvet-gallery-video__inner{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #f5f7f8;
	overflow: hidden;
	border-radius: 12px;
}
.ocluvet-product-has-gallery-video .ocluvet-gallery-video__inner iframe,
.ocluvet-product-has-gallery-video .ocluvet-gallery-video__inner video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.ocluvet-product-has-gallery-video .flex-control-thumbs li img[alt*="Product video"]{
	background: #edf4f6;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	padding: 12px;
	border-radius: 12px;
	display: block;
}
.ocluvet-mobile-video-thumb{
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #edf4f6;
	border-radius: 12px;
	overflow: hidden;
}
.ocluvet-mobile-video-thumb .swiper-slide-image{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 12px;
	display: block;
}
.ocluvet-mobile-video-slide{
	position: relative;
}
.ocluvet-mobile-video-player{
	position: absolute;
	inset: 0;
	z-index: 2;
	display: none;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}
.ocluvet-mobile-video-player iframe,
.ocluvet-mobile-video-player video{
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
	display: block;
}
.ocluvet-mobile-video-slide--playing .ocluvet-mobile-video-player{
	display: block;
}
.ocluvet-mobile-video-slide--playing .ocluvet-mobile-video-trigger{
	visibility: hidden;
	pointer-events: none;
}
.ocluvet-mobile-video-thumb__play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 80, 110, 0.82);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.ocluvet-mobile-video-thumb__play::before{
	content: '';
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}
.ocluvet-pdp-video-modal{
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}
.ocluvet-pdp-video-modal.is-open{
	display: block;
}
.ocluvet-pdp-video-modal__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(8, 20, 28, 0.72);
}
.ocluvet-pdp-video-modal__dialog{
	position: relative;
	z-index: 1;
	width: min(92vw, 960px);
	margin: 6vh auto 0;
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.ocluvet-pdp-video-modal__close{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #eef4f6;
	color: #00506e;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.ocluvet-pdp-video-modal__frame{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
}
.ocluvet-pdp-video-modal__frame iframe,
.ocluvet-pdp-video-modal__frame video{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
body.ocluvet-pdp-video-modal-open{
	overflow: hidden;
}
@media (max-width: 767px){
	.ocluvet-mobile-video-thumb{
		aspect-ratio: 4 / 3;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.ocluvet-mobile-video-thumb .swiper-slide-image{
		width: auto;
		height: auto;
		max-width: calc(100% - 24px);
		max-height: calc(100% - 24px);
		padding: 0;
		margin: 0 auto;
	}
}
.ocluvet-sub-benefits .ocluvet-sub-benefit .ocluvet-benefit-icon{
	margin-top: -5px;
}
.product-template-default .product .product-detail-wrap{
    padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
.product-template-default .product .product-detail-wrap .woocommerce-breadcrumb{
    font-size: 12px !important;
}
.product-template-default .product .product-detail-wrap .woocommerce-breadcrumb a{ 
	color: #000 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #cda349 !important;
}
.woocommerce div.product .product_title,
.woocommerce-product-details__short-description p,
.ocluvet-pack-pills__group .ocluvet-pack-pill,
.woocommerce-variation .wcsatt-options-product-wrapper, 
.ocluvet-atc-form .wcsatt-options-product-dropdown-label,
footer .quick-links a{
      font-family: "Plus Jakarta Sans", sans-serif !important;  
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
  text-decoration: none !important;  
}
.woocommerce div.product p.price del .woocommerce-Price-amount bdi{
  color: #aeafaf !important;
  text-decoration: line-through;
  margin-right: 10px;
}
#tab-description .product-desc-grid{
  display: flex !important;
  align-items: baseline !important;
  gap: 30px;
  justify-content: space-between !important;
}

#tab-description .product-desc-grid .product-desc-sidebar{
    width: 350px;
    min-width: 350px;
    border: 2px solid #c4d9dd;
    padding: 30px 20px;
    border-radius: 20px;
}
#tab-description .product-desc-grid .product-desc-sidebar h3{
  font-size: 20px;
  font-weight: bold;  
}
#tab-description .product-desc-grid .product-desc-sidebar ul li{
  font-size: 14px;
  margin: 10px 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-desc-sidebar ul li::before{
  display: none !important;
}
#tab-description .product-desc-grid .product-desc-sidebar ul li svg{
  width: 20px;
  height: 20px;
  color: #004b66;
}
#tab-description .product-desc-grid .product-desc-sidebar ul li:last-child svg{
  fill: #004b66;
}
.woocommerce-tabs #tab-description{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 992px) {
.single-product-datatab .wc-tabs-wrapper .tabs li a {
    font-size: 14px !important;
    padding: 10px !important;
}
}


@media only screen and (max-width: 767px) {
	.ocluvet-pack-pills__group .ocluvet-pack-pill{
		flex: 1 !important;
	    width: 32% !important;
	    overflow: hidden;
	    padding: 20px 15px !important;
        font-size: 14px !important;
        white-space: normal;
	}
	.ocluvet-usp-badges .ocluvet-usp-badge{
		border: none;
		padding: 10px;
	}
	.ocluvet-value-comparison .ocluvet-value-comparison__title{
		text-align: left;
	}
	.ocluvet-table-badge {
	    border-radius: 10px;
	    padding: 13px;
	}
	.product-template-default .product .product-detail-wrap .woocommerce-breadcrumb{
		margin-bottom: 0;
	}
	.product-template-default .product .product-detail-wrap .woocommerce-breadcrumb
	.product-template-default .product .product-detail-wrap .woocommerce-breadcrumb a{
		font-size: 10px !important;
	}
	.ocluvet-shipping-badge .ocluvet-shipping-badge__text{
		width: 100% !important;
		text-align: center;
		font-size: 13px;
	}
	.ocluvet-badge-label,
	.ocluvet-vc-badge-best .ocluvet-badge-label{
		padding: 3px;
		font-size: 7px;
		line-height: 7px;
		width: 80px;
	}
	.ocluvet-vc-badge-best .ocluvet-badge-label{
		width: 85px;
	}
	#tab-description .product-desc-grid{
		flex-direction: column !important;
	}
	#tab-description .product-desc-grid .product-desc-sidebar {
		width: 100%;
		min-width: 100%;
	}	
}

.woocommerce-tabs #tab-description .product-desc-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}
.woocommerce-tabs #tab-description .product-desc-sidebar {
    border: 1px solid #c4d9dd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
@media (max-width: 768px) {
    .woocommerce-tabs #tab-description .product-desc-grid {
        grid-template-columns: 1fr;
    }
}
/**************** PDP Custom CSS End **************/
