/* Storefront V2 PDP — administrator-only preview on the live storefront. */

body.adria-storefront-v2-pdp {
    --adria-v2-ink: #121212;
    --adria-v2-muted: #687180;
    --adria-v2-rule: #dfe4ec;
    --adria-v2-rule-strong: #cbd3de;
    --adria-v2-media: #f3f6fa;
    --adria-v2-soft: #f7f9fc;
    --adria-v2-action: #0042ec;
    --adria-v2-action-hover: #0038ca;
    --adria-v2-focus: #48a0f8;
    --adria-v2-positive: #0a9b50;
    --adria-v2-radius: 8px;
    --adria-v2-control-radius: 13px;
    --adria-v2-page-gutter: clamp(14px, 3vw, 34px);
    --adria-v2-opening-width: 1052px;
    background: #fff;
    color: var(--adria-v2-ink);
    overflow-x: clip;
}

body.adria-storefront-v2-pdp .woocommerce-breadcrumb,
body.adria-storefront-v2-pdp .ct-breadcrumbs {
    display: none !important;
}

body.adria-storefront-v2-pdp .ct-container-full > article > .product {
    width: min(calc(100% - (2 * var(--adria-v2-page-gutter))), 1320px) !important;
    max-width: 1320px !important;
    margin: clamp(12px, 2vw, 24px) auto 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper,
body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper.is-width-constrained {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .entry-summary {
    display: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* The protected preview owns its product-page purchase experience. */
body.adria-storefront-v2-pdp [class*="fkcart-floating"],
body.adria-storefront-v2-pdp [id*="fkcart-floating"],
body.adria-storefront-v2-pdp .adria-admin-mobile-cart-bar,
body.adria-storefront-v2-pdp .adria-cart-toast {
    display: none !important;
}

.adria-v2-opening {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    align-items: stretch;
}

.adria-v2-media,
.adria-v2-buy {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--adria-v2-rule);
    border-radius: var(--adria-v2-radius);
    box-shadow: none;
}

.adria-v2-media {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: var(--adria-v2-media);
}

.adria-v2-media__visual {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 342px;
    overflow: hidden;
    background: var(--adria-v2-media);
}

.adria-v2-media__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    margin: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
    transform-origin: center;
}

.adria-v2-media-facts {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 18px 18px;
}

.adria-v2-media-fact {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 10px;
    gap: 9px;
    align-items: center;
    min-height: 66px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--adria-v2-rule-strong);
    border-radius: 7px;
    background: rgba(255, 255, 255, .92);
    color: var(--adria-v2-ink);
    text-align: left;
    transition: border-color 140ms ease, background-color 140ms ease;
}

.adria-v2-media-fact:hover {
    border-color: #aeb8c5;
    background: #fff;
}

.adria-v2-media-fact__icon,
.adria-v2-media-fact__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.adria-v2-media-fact strong,
.adria-v2-media-fact small {
    display: block;
}

.adria-v2-media-fact strong {
    font-size: 12px;
    font-weight: 760;
    line-height: 1.25;
}

.adria-v2-media-fact small {
    margin-top: 2px;
    color: var(--adria-v2-muted);
    font-size: 9px;
    line-height: 1.3;
}

.adria-v2-buy {
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 2.5vw, 30px);
    background: #fff;
}

.adria-v2-buy__header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ebf0;
}

.adria-v2-category {
    margin: 0 0 4px;
    color: #7b8492;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: .14em;
    line-height: 1.25;
    text-transform: uppercase;
}

.adria-v2-buy h1 {
    margin: 0;
    color: #050505;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.adria-v2-stock {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    width: fit-content;
    margin: 8px 0 0;
    color: #137946;
    font-size: 11px;
    font-weight: 740;
}

.adria-v2-stock > span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
}

.adria-v2-stock--low_stock { color: #9a6710; }
.adria-v2-stock--preorder { color: #245fcc; }
.adria-v2-stock--out_of_stock { color: #ba2b2b; }

.adria-v2-summary {
    margin: 10px 0 0;
    color: #313845;
    font-size: 13px;
    line-height: 1.55;
}

.adria-v2-summary button {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--adria-v2-action);
    font: inherit;
    font-weight: 740;
}

.adria-v2-strengths,
.adria-v2-packs {
    min-width: 0;
    margin: 15px 0 0;
    padding: 0;
    border: 0;
}

.adria-v2-strengths legend,
.adria-v2-packs legend {
    width: 100%;
    margin: 0 0 7px;
    padding: 0;
    color: #303642;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .055em;
    line-height: 1.25;
    text-transform: uppercase;
}

.adria-v2-strengths__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.adria-v2-strength {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--adria-v2-rule-strong);
    border-radius: 8px;
    background: #fff;
    color: var(--adria-v2-ink);
    cursor: pointer;
}

.adria-v2-strength input,
.adria-v2-pack input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.adria-v2-strength > span {
    display: grid;
    min-width: 76px;
    min-height: 40px;
    padding: 0 15px;
    place-items: center;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
}

.adria-v2-strength:has(input:checked) {
    border-color: #7895c7;
    background: #edf3ff;
    color: #0d2c68;
}

.adria-v2-strength:has(input:focus-visible),
.adria-v2-pack:has(input:focus-visible) {
    outline: 3px solid color-mix(in srgb, var(--adria-v2-focus) 60%, transparent);
    outline-offset: 2px;
}

.adria-v2-strength.is-unavailable {
    background: #f6f7f9;
    color: #7d8490;
    cursor: not-allowed;
}

.adria-v2-strength.is-unavailable small {
    margin-right: 10px;
    font-size: 8px;
}

.adria-v2-purchase-line {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 14px;
}

.adria-v2-price-summary {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.adria-v2-price-summary__amounts {
    display: flex;
    gap: 7px;
    align-items: baseline;
    min-height: 31px;
}

.adria-v2-price-summary del {
    color: #8d929a;
    font-size: 12px;
    font-weight: 520;
}

.adria-v2-price-summary strong {
    color: #111;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1;
}

.adria-v2-price-summary small {
    margin-top: 5px;
    color: #137946;
    font-size: 9px;
    line-height: 1.35;
}

.adria-v2-native-purchase {
    flex: 0 0 auto;
    margin: 0;
}

.adria-v2-native-purchase form.cart,
.adria-v2-native-purchase .single_variation_wrap {
    margin: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-native-purchase form.variations_form.cart > table.variations,
.adria-v2-native-purchase .reset_variations,
.adria-v2-native-purchase .woocommerce-variation-description,
.adria-v2-native-purchase .woocommerce-variation-availability,
.adria-v2-native-purchase .woocommerce-variation {
    display: none !important;
}

.adria-v2-native-purchase .single_variation_wrap {
    display: block !important;
    min-height: 0 !important;
}

.adria-v2-native-purchase .woocommerce-variation-add-to-cart,
.adria-v2-native-purchase form.cart:not(.variations_form) {
    display: flex !important;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
}

.adria-v2-native-purchase .quantity {
    display: grid !important;
    grid-template-columns: 34px 42px 34px;
    width: 110px !important;
    min-width: 110px;
    height: 42px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule-strong);
    border-radius: 999px;
    background: #fff;
}

.adria-v2-native-purchase .quantity input.qty {
    grid-column: 2;
    width: 42px !important;
    min-width: 0 !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #050505 !important;
    font-size: 13px !important;
    font-weight: 720 !important;
    text-align: center !important;
    appearance: textfield;
}

.adria-v2-native-purchase .quantity .ct-decrease,
.adria-v2-native-purchase .quantity .ct-increase {
    position: static !important;
    display: grid !important;
    width: 34px !important;
    height: 40px !important;
    padding: 0 !important;
    place-items: center;
    color: #5f6671;
}

.adria-v2-native-purchase .quantity .ct-decrease { grid-column: 1; grid-row: 1; }
.adria-v2-native-purchase .quantity .ct-increase { grid-column: 3; grid-row: 1; }

.adria-v2-native-purchase .single_add_to_cart_button {
    display: none !important;
    align-items: center;
    justify-content: center;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border: 1px solid var(--adria-v2-action) !important;
    border-radius: 13px !important;
    background: var(--adria-v2-action) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    text-transform: none !important;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.adria-v2-native-purchase .single_add_to_cart_button:hover {
    border-color: var(--adria-v2-action-hover) !important;
    background: var(--adria-v2-action-hover) !important;
}

.adria-v2-packs__rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    min-width: 0;
}

.adria-v2-pack {
    position: relative;
    display: grid;
    grid-template-columns: minmax(42px, 60px) minmax(0, 1fr);
    gap: 6px;
    align-items: center;
    min-height: 66px;
    padding: 7px 6px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 140ms ease, background-color 140ms ease;
}

.adria-v2-pack:has(input:checked) {
    border-color: #7b9eea;
    background: #f2f6ff;
}

.adria-v2-pack__badge {
    position: absolute;
    top: -7px;
    left: 50%;
    max-width: calc(100% - 10px);
    padding: 2px 6px;
    overflow: hidden;
    border-radius: 5px;
    background: #60656d;
    color: #fff;
    font-size: 7px;
    font-weight: 820;
    letter-spacing: .02em;
    line-height: 1.35;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    translate: -50% 0;
}

.adria-v2-pack[data-quantity="2"] .adria-v2-pack__badge { background: var(--adria-v2-action); }
.adria-v2-pack[data-quantity="3"] .adria-v2-pack__badge { background: #ef9000; }

.adria-v2-pack__vials {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding-left: 2px;
    overflow: hidden;
}

.adria-v2-pack__vials img {
    display: block;
    width: auto;
    height: 34px;
    margin-left: -4px;
    object-fit: contain;
}

.adria-v2-pack__vials img:first-child { margin-left: 0; }

.adria-v2-pack__copy,
.adria-v2-pack__copy strong,
.adria-v2-pack__copy small {
    display: block;
    min-width: 0;
}

.adria-v2-pack__copy strong {
    color: #111;
    overflow: hidden;
    font-size: 9px;
    font-weight: 780;
    line-height: 1.15;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adria-v2-pack__copy small {
    margin-top: 3px;
    color: var(--adria-v2-action);
    font-size: 8px;
    font-weight: 760;
    line-height: 1.2;
}

.adria-v2-actions {
    display: grid;
    grid-template-columns: minmax(112px, .58fr) minmax(0, 1fr);
    gap: 9px;
    margin-top: 12px;
}

.adria-v2-test-action {
    align-self: end;
    min-height: 44px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid var(--adria-v2-action);
    border-radius: 13px;
    background: #fff;
    color: var(--adria-v2-action);
    font-size: 13px;
    font-weight: 780;
    transition: background-color 140ms ease, color 140ms ease;
}

.adria-v2-test-action:hover {
    background: #f4f7ff;
}

.adria-v2-add-button {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid var(--adria-v2-action);
    border-radius: 13px;
    background: var(--adria-v2-action);
    color: #fff;
    font-size: 13px;
    font-weight: 780;
    transition: background-color 140ms ease, border-color 140ms ease;
}

.adria-v2-add-button[hidden] {
    display: none !important;
}

.adria-v2-add-button:hover {
    border-color: var(--adria-v2-action-hover);
    background: var(--adria-v2-action-hover);
}

.adria-v2-add-button svg {
    width: 18px;
    height: 18px;
    margin-left: 3px;
}

.adria-v2-notify {
    display: grid;
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.adria-v2-notify[hidden] { display: none; }

.adria-v2-opening[data-purchase-mode="notify"] .adria-v2-packs__rail {
    opacity: .58;
}

.adria-v2-opening[data-purchase-mode="notify"] .adria-v2-pack {
    cursor: default;
}

.adria-v2-notify > p {
    grid-column: 1 / -1;
    margin: 0;
    color: #222a35;
    font-size: 10px;
    line-height: 1.35;
}

.adria-v2-notify > p strong,
.adria-v2-notify > p span {
    display: block;
}

.adria-v2-notify > p span {
    margin-top: 2px;
    color: var(--adria-v2-muted);
    font-size: 8px;
}

.adria-v2-notify input[type="email"],
.adria-v2-notify button {
    min-height: 44px;
    margin: 0;
    border-radius: 13px;
    font-size: 12px;
}

.adria-v2-notify input[type="email"] {
    min-width: 0;
    padding: 0 12px;
    border: 1px solid var(--adria-v2-rule-strong);
}

.adria-v2-notify button {
    padding: 0 15px;
    border: 1px solid var(--adria-v2-action);
    background: var(--adria-v2-action);
    color: #fff;
    font-weight: 760;
}

.adria-v2-notify small {
    grid-column: 1 / -1;
    color: var(--adria-v2-muted);
    font-size: 8px;
}

.adria-v2-notify__consent {
    display: flex;
    grid-column: 1 / -1;
    gap: 6px;
    align-items: flex-start;
    color: var(--adria-v2-muted);
    font-size: 8px;
    line-height: 1.35;
    cursor: pointer;
}

.adria-v2-notify__consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    min-height: 0;
    margin: 0;
    accent-color: var(--adria-v2-action);
}

.adria-v2-notify.is-complete button {
    border-color: #17763d;
    background: #17763d;
}

.adria-v2-fulfilment {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #cde8d4;
    border-radius: 8px;
    background: #f1faef;
    color: #141914;
}

.adria-v2-fulfilment__icon,
.adria-v2-fulfilment__icon svg {
    display: block;
    width: 28px;
    height: 28px;
    color: #18a64b;
}

.adria-v2-fulfilment__copy,
.adria-v2-fulfilment__copy strong,
.adria-v2-fulfilment__arrival {
    display: block;
}

.adria-v2-fulfilment__copy strong {
    font-size: 11px;
    font-weight: 780;
    line-height: 1.35;
}

.adria-v2-fulfilment__arrival {
    margin-top: 2px;
    color: #4b554d;
    font-size: 9px;
    line-height: 1.4;
}

.adria-v2-fulfilment__arrival button {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    text-decoration-color: #aab5aa;
    text-underline-offset: 2px;
}

.adria-v2-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #fafafa;
}

.adria-v2-facts > button,
.adria-v2-facts > span {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 54px;
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-right: 1px solid var(--adria-v2-rule);
    background: transparent;
    color: #20242a;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.25;
    text-align: left;
}

.adria-v2-facts > :last-child { border-right: 0; }

.adria-v2-facts svg {
    width: 23px;
    height: 23px;
}

.adria-v2-facts > button:hover { background: #f4f5f6; }

.adria-v2-payments {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    padding: 6px 8px 0;
    color: #424954;
    font-size: 9px;
}

.adria-v2-payments__marks {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    min-height: 28px;
}

.adria-v2-payment-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 22px;
    color: #111;
    font-size: 11px;
    font-weight: 820;
    font-style: normal;
    letter-spacing: -.02em;
}

.adria-v2-payment-mark--sepa {
    padding: 0 7px;
    border: 1px solid #cbd3de;
    border-radius: 4px;
    color: #064ccf;
    letter-spacing: .05em;
}

.adria-v2-payment-mark--visa {
    color: #163f9e;
    font-size: 15px;
    font-style: italic;
}

.adria-v2-payment-mark--mastercard { gap: 0; }

.adria-v2-payment-mark--mastercard i {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ea001b;
}

.adria-v2-payment-mark--mastercard i + i {
    margin-left: -6px;
    background: #ff9f00;
    opacity: .9;
}

.adria-v2-preview-status {
    margin: 8px 0 0;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f2f5fb;
    color: #34415a;
    font-size: 10px;
    text-align: center;
}

.adria-v2-preview-status[hidden] { display: none; }

.adria-v2-save-links {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
}

.adria-v2-save-links > p {
    grid-column: 1 / -1;
    margin: 0;
    color: #7c8592;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .13em;
    text-align: center;
    text-transform: uppercase;
}

.adria-v2-save-links > a {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px 18px;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #f8faf7;
    color: #171a1f;
    text-decoration: none;
}

.adria-v2-save-links > a + a { background: #faf9fc; }

.adria-v2-save-links span,
.adria-v2-save-links strong,
.adria-v2-save-links small {
    display: block;
}

.adria-v2-save-links strong { font-size: 13px; }
.adria-v2-save-links small { margin-top: 3px; color: #5d6673; font-size: 10px; }
.adria-v2-save-links b {
    flex: 0 0 auto;
    padding: 9px 12px;
    border-radius: 7px;
    background: #16191e;
    color: #fff;
    font-size: 9px;
    font-weight: 760;
}

.adria-v2-fact-dialog {
    width: min(calc(100% - 28px), 460px);
    margin: auto;
    padding: 26px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 10px;
    background: #fff;
    color: var(--adria-v2-ink);
    box-shadow: 0 18px 52px rgba(22, 32, 48, .16);
}

.adria-v2-fact-dialog::backdrop { background: rgba(18, 24, 34, .45); }

.adria-v2-fact-dialog__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 999px;
    background: #fff;
    font-size: 21px;
    line-height: 1;
}

.adria-v2-fact-dialog [data-adria-v2-fact-panel] > p:first-child {
    margin: 0 0 6px;
    color: #7c8490;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.adria-v2-fact-dialog h2 {
    margin: 0 36px 9px 0;
    font-size: 24px;
    line-height: 1.15;
}

.adria-v2-fact-dialog h2 + p {
    margin: 0;
    color: #4e5662;
    font-size: 13px;
    line-height: 1.6;
}

.adria-v2-fact-dialog__link {
    display: inline-flex;
    margin-top: 16px;
    color: var(--adria-v2-action);
    font-size: 13px;
    font-weight: 760;
}

.adria-v2-info {
    width: 100%;
    margin-top: 16px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #fff;
    scroll-margin-top: 110px;
}

.adria-v2-info__tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-width: 0;
    padding: 0 18px;
    overflow-x: auto;
    border-bottom: 1px solid var(--adria-v2-rule);
    scrollbar-width: none;
}

.adria-v2-info__tabs::-webkit-scrollbar { display: none; }

.adria-v2-info__tabs button {
    position: relative;
    min-width: 128px;
    min-height: 56px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    background: #fff;
    color: #2e343d;
    font-size: 12px;
    font-weight: 720;
}

.adria-v2-info__tabs button::after {
    position: absolute;
    right: 12px;
    bottom: -1px;
    left: 12px;
    height: 2px;
    background: transparent;
    content: '';
}

.adria-v2-info__tabs button[aria-selected="true"] {
    color: var(--adria-v2-action);
}

.adria-v2-info__tabs button[aria-selected="true"]::after {
    background: var(--adria-v2-action);
}

.adria-v2-info__tabs button:focus-visible {
    z-index: 1;
    outline: 3px solid color-mix(in srgb, var(--adria-v2-focus) 60%, transparent);
    outline-offset: -3px;
}

.adria-v2-info__panel {
    min-height: 260px;
    padding: clamp(24px, 4vw, 48px);
    color: #333a45;
    font-size: 14px;
    line-height: 1.7;
    scroll-margin-top: 120px;
}

.adria-v2-info[data-adria-v2-info-enhanced="true"] .adria-v2-info__panel[hidden] {
    display: none;
}

.adria-v2-info__heading {
    margin-bottom: 20px;
}

.adria-v2-info__heading > p {
    margin: 0 0 5px;
    color: #7a8390;
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.adria-v2-info__heading h2 {
    margin: 0;
    color: #0b0c0f;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 810;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.adria-v2-info__panel > p {
    max-width: 850px;
    margin: 0 0 12px;
}

.adria-v2-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    max-width: 1080px;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
}

.adria-v2-overview-grid > section {
    min-width: 0;
    padding: clamp(18px, 2.5vw, 28px);
}

.adria-v2-overview-grid > section + section { border-left: 1px solid var(--adria-v2-rule); }
.adria-v2-overview-grid p,
.adria-v2-research-focus > p,
.adria-v2-specification-groups > section > p {
    margin: 0 0 7px;
    color: #818895;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.adria-v2-overview-grid h3 {
    margin: 0 0 10px;
    color: #171a1f;
    font-size: 17px;
    line-height: 1.25;
}

.adria-v2-overview-grid section > div {
    color: #48515e;
    font-size: 12px;
    line-height: 1.7;
}

.adria-v2-research-focus { max-width: 1080px; margin-top: 20px; }
.adria-v2-research-focus .adria-v2-theme-list { margin-top: 0; }

.adria-v2-theme-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.adria-v2-theme-list li {
    padding: 6px 10px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 999px;
    background: #fafbfc;
    color: #424a56;
    font-size: 10px;
    font-weight: 670;
    line-height: 1.2;
}

.adria-v2-reference-teaser {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: center;
    max-width: 980px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--adria-v2-rule);
}

.adria-v2-reference-teaser > span {
    overflow: hidden;
    color: #5d6673;
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adria-v2-reference-teaser button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 760;
}

.adria-v2-specifications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1050px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
}

.adria-v2-specification-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 1100px;
}

.adria-v2-specification-groups .adria-v2-specifications {
    grid-template-columns: minmax(0, 1fr);
}

.adria-v2-specification-groups .adria-v2-specification {
    border-right: 0;
}

.adria-v2-specification-groups .adria-v2-specification:not(:last-child) { border-bottom: 1px solid var(--adria-v2-rule) !important; }
.adria-v2-specification-groups .adria-v2-specification:last-child { border-bottom: 0; }

.adria-v2-specification {
    display: grid;
    grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
    min-width: 0;
    border-bottom: 1px solid var(--adria-v2-rule);
}

.adria-v2-specification:nth-child(odd) { border-right: 1px solid var(--adria-v2-rule); }
.adria-v2-specification:nth-last-child(-n+2) { border-bottom: 0; }

.adria-v2-specification dt,
.adria-v2-specification dd {
    min-width: 0;
    margin: 0;
    padding: 13px 14px;
    overflow-wrap: anywhere;
}

.adria-v2-sequence {
    max-width: 100%;
}

.adria-v2-sequence summary {
    width: fit-content;
    color: var(--adria-v2-action);
    font-size: 10px;
    font-weight: 740;
    cursor: pointer;
}

.adria-v2-sequence code {
    display: block;
    margin-top: 8px;
    color: #27303d;
    font: 10px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
    overflow-wrap: anywhere;
    white-space: normal;
}

.adria-v2-specification dt {
    background: #f8f9fb;
    color: #67707d;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.adria-v2-specification dd {
    color: #16191e;
    font-size: 12px;
}

.adria-v2-handling {
    max-width: 920px;
    border-top: 1px solid var(--adria-v2-rule);
}

.adria-v2-handling details {
    border-bottom: 1px solid var(--adria-v2-rule);
}

.adria-v2-handling summary {
    padding: 16px 44px 16px 2px;
    color: #171a1f;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.adria-v2-handling details p {
    max-width: 780px;
    margin: -5px 0 0;
    padding: 0 2px 18px;
    color: #59626f;
    font-size: 12px;
}

.adria-v2-test-placeholder {
    max-width: 780px;
    padding: 20px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #f8fafc;
}

.adria-v2-test-placeholder strong {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef1f5;
    color: #4f5865;
    font-size: 10px;
}

.adria-v2-test-placeholder p {
    margin: 10px 0 0;
    font-size: 12px;
}

.adria-v2-test-record[hidden] {
    display: none !important;
}

.adria-v2-test-grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 14px;
    align-items: stretch;
}

.adria-v2-certificate-card,
.adria-v2-qc-panel,
.adria-v2-test-record--state {
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
}

.adria-v2-certificate-card {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 22px;
    background: #15171b;
    color: #fff;
}

.adria-v2-certificate-card__source {
    display: flex;
    gap: 10px;
    align-items: center;
}

.adria-v2-certificate-card__source > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 7px;
    background: #e8f2ff;
    color: #0b4edb;
    font-size: 10px;
    font-weight: 820;
}

.adria-v2-certificate-card__source p,
.adria-v2-certificate-card__result {
    margin: 0;
}

.adria-v2-certificate-card__source strong,
.adria-v2-certificate-card__source small,
.adria-v2-certificate-card__result span {
    display: block;
}

.adria-v2-certificate-card__source strong {
    font-size: 12px;
}

.adria-v2-certificate-card__source small,
.adria-v2-certificate-card__result span,
.adria-v2-certificate-card__meta dt {
    color: #9da7b5;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.adria-v2-certificate-card__result {
    padding: 30px 0 22px;
    border-bottom: 1px solid #343840;
}

.adria-v2-certificate-card__result strong {
    display: block;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: .92;
    letter-spacing: -.045em;
}

.adria-v2-certificate-card__result strong::first-letter {
    color: #fff;
}

.adria-v2-certificate-card__result span {
    margin-top: 8px;
}

.adria-v2-certificate-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 24px;
}

.adria-v2-certificate-card__meta div,
.adria-v2-certificate-card__meta dt,
.adria-v2-certificate-card__meta dd {
    margin: 0;
}

.adria-v2-certificate-card__meta dd {
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 720;
}

.adria-v2-certificate-card__button {
    width: 100%;
    min-height: 44px;
    margin: auto 0 0;
    padding: 0 15px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #15171b;
    font-size: 11px;
    font-weight: 780;
}

.adria-v2-qc-panel {
    overflow: hidden;
    background: #fff;
}

.adria-v2-qc-panel header,
.adria-v2-qc-panel dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid var(--adria-v2-rule);
}

.adria-v2-qc-panel header p,
.adria-v2-qc-panel dl,
.adria-v2-qc-panel dt,
.adria-v2-qc-panel dd {
    margin: 0;
}

.adria-v2-qc-panel header p {
    color: #67707d;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.adria-v2-qc-panel header span,
.adria-v2-qc-panel dd span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #eaf7ef;
    color: #167540;
    font-size: 8px;
    font-weight: 780;
    text-transform: uppercase;
}

.adria-v2-qc-panel dt {
    color: #171a1f;
    font-size: 12px;
    font-weight: 720;
}

.adria-v2-qc-panel dt small {
    display: block;
    margin-top: 2px;
    color: #8a929d;
    font-size: 8px;
    font-weight: 500;
}

.adria-v2-qc-panel dd {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #171a1f;
    font-size: 11px;
    font-weight: 690;
    text-align: right;
}

.adria-v2-qc-panel dd span[data-status="reported"] {
    background: #eef1f5;
    color: #66707d;
}

.adria-v2-qc-panel__empty {
    max-width: 380px;
    margin: 0;
    padding: 24px 18px;
    color: #65707d;
    font-size: 12px;
}

.adria-v2-test-allocation-note {
    margin: 12px 0 0;
    color: #67717e;
    font-size: 10px;
}

.adria-v2-test-record--state {
    max-width: 780px;
    padding: 22px;
    background: #f8fafc;
}

.adria-v2-test-record--state > span {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef1f5;
    color: #505a67;
    font-size: 9px;
    font-weight: 780;
}

.adria-v2-test-record--state h3 {
    margin: 12px 0 6px;
    color: #171a1f;
    font-size: 18px;
}

.adria-v2-test-record--state p,
.adria-v2-test-record--state small {
    display: block;
    max-width: 620px;
    margin: 0;
    color: #606a77;
    font-size: 12px;
}

.adria-v2-test-record--state small {
    margin-top: 14px;
    font-size: 9px;
}

.adria-v2-coa-dialog {
    width: min(1040px, calc(100vw - 32px));
    max-width: none;
    height: min(820px, calc(100vh - 32px));
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #171a1f;
}

.adria-v2-coa-dialog::backdrop {
    background: rgba(15, 19, 27, .7);
}

.adria-v2-coa-dialog header,
.adria-v2-coa-dialog footer {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid var(--adria-v2-rule);
}

.adria-v2-coa-dialog header h2 {
    margin: 0;
    font-size: 16px;
}

.adria-v2-coa-dialog header button {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 7px;
    background: #fff;
    color: #171a1f;
    font-size: 22px;
}

.adria-v2-coa-dialog iframe {
    display: block;
    width: 100%;
    height: calc(100% - 116px);
    border: 0;
    background: #eef1f5;
}

.adria-v2-coa-dialog footer {
    justify-content: flex-end;
    border-top: 1px solid var(--adria-v2-rule);
    border-bottom: 0;
}

.adria-v2-coa-dialog footer a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border-radius: 7px;
    background: var(--adria-v2-action);
    color: #fff;
    font-size: 10px;
    font-weight: 780;
    text-decoration: none;
}

.adria-v2-info__link,
.adria-v2-references a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 760;
    text-decoration: none;
}

.adria-v2-references {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.adria-v2-references article {
    min-width: 0;
    padding: 18px 0;
    border-top: 1px solid var(--adria-v2-rule);
}

.adria-v2-references article > p,
.adria-v2-references article > small {
    display: block;
    margin: 0;
    color: #737c88;
    font-size: 9px;
    line-height: 1.45;
}

.adria-v2-references h3 {
    margin: 7px 0;
    color: #16191e;
    font-size: 14px;
    line-height: 1.45;
}

.adria-v2-reference-relationship {
    max-width: 620px;
    margin: 8px 0 !important;
    color: #4f5966 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.adria-v2-reviews,
.adria-v2-related {
    width: 100%;
    margin-top: 16px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #fff;
}

.adria-v2-section-heading {
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.adria-v2-section-heading p,
.adria-v2-section-heading h2 {
    margin: 0;
}

.adria-v2-section-heading p {
    color: #7a8390;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adria-v2-section-heading h2 {
    margin-top: 5px;
    color: #121212;
    font-size: clamp(22px, 2.8vw, 34px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.adria-v2-section-heading > a {
    flex: 0 0 auto;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 760;
    text-decoration: none;
}

.adria-v2-review-grid,
.adria-v2-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.adria-v2-review-card {
    display: flex;
    min-width: 0;
    min-height: 200px;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 7px;
}

.adria-v2-review-card__rating {
    color: var(--adria-v2-action);
    font-size: 12px;
    letter-spacing: .06em;
}

.adria-v2-review-card > p {
    margin: 15px 0 24px;
    color: #313843;
    font-size: 12px;
    line-height: 1.62;
}

.adria-v2-review-card footer {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    margin-top: auto;
}

.adria-v2-review-card footer > span,
.adria-v2-review-card footer strong,
.adria-v2-review-card footer small {
    display: block;
}

.adria-v2-review-card footer strong {
    color: #171a1f;
    font-size: 10px;
}

.adria-v2-review-card footer small {
    margin-top: 2px;
    color: #8a929d;
    font-size: 8px;
}

.adria-v2-review-card__facts {
    text-align: right;
}

.adria-v2-review-card__facts em {
    display: inline-flex;
    padding: 3px 6px;
    border-radius: 999px;
    background: #eaf7ef;
    color: #167540;
    font-size: 7px;
    font-style: normal;
    font-weight: 780;
    white-space: nowrap;
}

.adria-v2-section-empty {
    margin: 0;
    color: #697380;
    font-size: 12px;
}

.adria-v2-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 7px;
    background: #fff;
}

.adria-v2-related-card__media {
    display: flex;
    aspect-ratio: 1.1;
    align-items: center;
    justify-content: center;
    background: var(--adria-v2-media);
}

.adria-v2-related-card__media img {
    width: 64%;
    height: 64%;
    object-fit: contain;
}

.adria-v2-related-card__body {
    padding: 14px;
}

.adria-v2-related-card__body > p,
.adria-v2-related-card h3 {
    margin: 0;
}

.adria-v2-related-card__body > p {
    color: #697380;
    font-size: 8px;
    font-weight: 720;
    text-transform: uppercase;
}

.adria-v2-related-card h3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.25;
}

.adria-v2-related-card h3 a {
    color: #171a1f;
    text-decoration: none;
}

.adria-v2-related-card__body > div {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.adria-v2-related-card__body > div > span {
    color: #171a1f;
    font-size: 12px;
    font-weight: 760;
}

.adria-v2-related-card__body > div > a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 7px;
    background: var(--adria-v2-action);
    color: #fff;
    font-size: 9px;
    font-weight: 780;
    text-decoration: none;
}

.adria-v2-catalogue {
    width: 100%;
    margin-top: 16px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--adria-v2-rule);
    border-radius: 8px;
    background: #fff;
}

.adria-v2-catalogue__header {
    display: flex;
    gap: 22px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.adria-v2-catalogue__header p,
.adria-v2-catalogue__header h2 { margin: 0; }

.adria-v2-catalogue__header p {
    color: #7a8390;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.adria-v2-catalogue__header h2 {
    margin-top: 5px;
    color: #121212;
    font-size: clamp(22px, 2.8vw, 34px);
    letter-spacing: -.03em;
    line-height: 1.08;
}

.adria-v2-catalogue__header > a {
    flex: 0 0 auto;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 760;
    text-decoration: none;
}

.adria-v2-catalogue-rail ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

.adria-v2-catalogue-rail ul.products > li.product {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.adria-v2-mobile-dock {
    display: none;
}

.adria-v2-opening button:focus-visible,
.adria-v2-opening a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--adria-v2-focus) 65%, transparent);
    outline-offset: 2px;
}

@media (min-width: 900px) {
    .adria-v2-opening {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
    }

    .adria-v2-media,
    .adria-v2-buy {
        min-height: 650px;
    }

    .adria-v2-media__visual {
        min-height: 650px;
    }

    .adria-v2-media__image {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1099px) and (min-width: 900px) {
    .adria-v2-buy { padding: 20px; }
    .adria-v2-pack { grid-template-columns: 1fr; text-align: center; }
    .adria-v2-pack__vials { height: 36px; }
    .adria-v2-pack__vials img { height: 34px; }
}

@media (max-width: 899px) {
    body.adria-storefront-v2-pdp .ct-container-full > article > .product {
        width: min(calc(100% - 24px), 720px) !important;
        margin-top: 12px !important;
    }

    .adria-v2-media__visual {
        height: clamp(310px, 86vw, 410px);
        min-height: 0;
    }

    .adria-v2-media__image {
        width: 100%;
        height: 100%;
    }

    .adria-v2-buy {
        padding: 20px;
    }

    .adria-v2-buy h1 {
        font-size: clamp(28px, 9vw, 36px);
    }

    .adria-v2-packs__rail {
        display: flex;
        gap: 8px;
        margin-inline: -20px;
        padding: 8px 20px 4px;
        overflow-x: auto;
        scroll-padding-inline: 20px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .adria-v2-packs__rail::-webkit-scrollbar { display: none; }

    .adria-v2-pack {
        flex: 0 0 142px;
        min-height: 66px;
        scroll-snap-align: start;
    }

    .adria-v2-mobile-dock:not([hidden]) {
        position: fixed;
        z-index: 9998;
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        padding: 9px 10px 9px 14px;
        border: 1px solid #d7dde6;
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(27, 38, 56, .16);
        color: #151515;
        font-size: 11px;
        font-weight: 720;
    }

    .adria-v2-mobile-dock button {
        min-height: 42px;
        margin: 0;
        padding: 0 17px;
        border: 0;
        border-radius: 11px;
        background: var(--adria-v2-action);
        color: #fff;
        font-size: 12px;
        font-weight: 780;
    }

    .adria-v2-info__tabs {
        display: flex;
        padding-inline: 8px;
        scroll-snap-type: x proximity;
    }

    .adria-v2-info__tabs button {
        flex: 0 0 auto;
        min-width: 132px;
        scroll-snap-align: start;
    }

    .adria-v2-info__panel {
        min-height: 0;
        padding: 26px 20px 32px;
    }

    .adria-v2-overview-grid,
    .adria-v2-specification-groups {
        grid-template-columns: minmax(0, 1fr);
    }

    .adria-v2-overview-grid > section + section {
        border-top: 1px solid var(--adria-v2-rule);
        border-left: 0;
    }

    .adria-v2-specifications,
    .adria-v2-references,
    .adria-v2-test-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .adria-v2-certificate-card {
        min-height: 320px;
    }

    .adria-v2-specification,
    .adria-v2-specification:nth-child(odd) {
        border-right: 0;
        border-bottom: 1px solid var(--adria-v2-rule);
    }

    .adria-v2-specification:last-child { border-bottom: 0; }

    .adria-v2-reference-teaser {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .adria-v2-reference-teaser > span:nth-of-type(2) { display: none; }

    .adria-v2-section-heading {
        align-items: start;
    }

    .adria-v2-review-grid,
    .adria-v2-related-grid {
        display: flex;
        margin-inline: calc(-1 * clamp(24px, 4vw, 42px));
        padding-inline: clamp(24px, 4vw, 42px);
        overflow-x: auto;
        scroll-padding-inline: clamp(24px, 4vw, 42px);
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .adria-v2-review-grid::-webkit-scrollbar,
    .adria-v2-related-grid::-webkit-scrollbar { display: none; }

    .adria-v2-review-card,
    .adria-v2-related-card {
        flex: 0 0 min(78vw, 300px);
        scroll-snap-align: start;
    }

    .adria-v2-save-links {
        grid-template-columns: minmax(0, 1fr);
    }

    .adria-v2-save-links > p { grid-column: 1; }

    .adria-v2-catalogue {
        overflow: hidden;
        padding: 26px 16px 30px;
    }

    .adria-v2-catalogue__header {
        align-items: start;
        margin-bottom: 16px;
    }

    .adria-v2-catalogue-rail {
        margin-inline: -16px;
        padding-inline: 16px;
        overflow-x: auto;
        scroll-padding-inline: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .adria-v2-catalogue-rail::-webkit-scrollbar { display: none; }

    .adria-v2-catalogue-rail ul.products {
        display: flex !important;
        gap: 9px !important;
        width: max-content !important;
    }

    .adria-v2-catalogue-rail ul.products > li.product {
        flex: 0 0 clamp(150px, 43vw, 210px) !important;
        scroll-snap-align: start;
    }
}

@media (max-width: 520px) {
    .adria-v2-media-facts {
        gap: 7px;
        padding: 0 10px 10px;
    }

    .adria-v2-save-links > a {
        min-height: 64px;
        padding: 12px 13px;
    }

    .adria-v2-save-links small { font-size: 9px; }
    .adria-v2-save-links b { padding: 8px 9px; font-size: 8px; }

    .adria-v2-media-fact {
        grid-template-columns: 18px minmax(0, 1fr) 7px;
        gap: 6px;
        min-height: 58px;
        padding: 8px;
    }

    .adria-v2-media-fact__icon,
    .adria-v2-media-fact__icon svg {
        width: 18px;
        height: 18px;
    }

    .adria-v2-media-fact strong { font-size: 9px; }
    .adria-v2-media-fact small { font-size: 7px; }

    .adria-v2-buy { padding: 18px; }
    .adria-v2-category { font-size: 10px; }
    .adria-v2-summary { font-size: 12px; }

    .adria-v2-native-purchase .single_add_to_cart_button {
        padding-inline: 16px !important;
    }

    .adria-v2-packs__rail {
        margin-inline: -18px;
        padding-inline: 18px;
        scroll-padding-inline: 18px;
    }

    .adria-v2-info__tabs {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        padding-inline: 4px;
        overflow: visible;
    }

    .adria-v2-info__tabs button {
        min-width: 0;
        min-height: 52px;
        padding-inline: 3px;
        font-size: 8px;
        line-height: 1.2;
        white-space: normal;
    }

    .adria-v2-facts > button,
    .adria-v2-facts > span {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 5px;
        padding: 7px;
        font-size: 8px;
    }

    .adria-v2-facts svg {
        width: 20px;
        height: 20px;
    }

    .adria-v2-payments {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 7px;
    }

    .adria-v2-payments small { display: none; }

    .adria-v2-payments__marks {
        gap: 9px;
        justify-content: space-around;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.adria-storefront-v2-pdp *,
    body.adria-storefront-v2-pdp *::before,
    body.adria-storefront-v2-pdp *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Owner corrective round 2 (2026-08-19)
   Compact the preview PDP without changing the established reviews or
   related-product card system below it. */
body.adria-storefront-v2-pdp {
    --adria-v2-radius: 14px;
    --adria-v2-control-radius: 13px;
    --adria-v2-media: #eef5fd;
}

body.adria-site.single-product.adria-storefront-v2-pdp .site-main,
body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full[data-vertical-spacing] {
    padding-top: 0 !important;
}

body.adria-storefront-v2-pdp .ct-container-full > article > .product {
    margin-top: 8px !important;
}

.adria-v2-opening {
    gap: 14px;
}

.adria-v2-media,
.adria-v2-buy,
.adria-v2-info {
    border-color: #d9e0e9;
    border-radius: var(--adria-v2-radius);
}

.adria-v2-media,
.adria-v2-media__visual {
    background: var(--adria-v2-media);
}

.adria-v2-media__visual {
    min-height: 0;
}

.adria-v2-media__image {
    width: auto;
    max-width: 48%;
    height: 52%;
    max-height: 292px;
    object-fit: contain;
    transform: none !important;
    filter: none;
}

.adria-v2-media-facts {
    gap: 9px;
    padding: 0 14px 14px;
}

.adria-v2-media-fact {
    grid-template-columns: 22px minmax(0, 1fr) 9px;
    min-height: 58px;
    padding: 8px 11px;
    border-color: #cbd8ea;
    border-radius: 11px;
    background: rgba(255, 255, 255, .96);
}

.adria-v2-media-fact:hover {
    border-color: #9fb7da;
    background: #fff;
}

.adria-v2-media-fact__icon,
.adria-v2-media-fact__icon svg {
    width: 20px;
    height: 20px;
    color: #174fbb;
}

.adria-v2-media-fact strong {
    font-size: 11px;
}

.adria-v2-media-fact small {
    font-size: 8px;
}

.adria-v2-buy {
    padding: 20px 22px;
}

.adria-v2-buy__header {
    padding-bottom: 11px;
}

.adria-v2-category {
    margin-bottom: 3px;
    font-size: 9px;
    letter-spacing: .13em;
}

.adria-v2-buy h1 {
    font-size: clamp(34px, 2.7vw, 38px);
    line-height: 1.03;
}

.adria-v2-stock {
    margin-top: 5px;
    font-size: 10px;
}

.adria-v2-summary {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.45;
}

.adria-v2-choice-row,
.adria-v2-purchase-controls {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    min-width: 0;
    margin-top: 11px;
}

.adria-v2-choice-row .adria-v2-strengths,
.adria-v2-purchase-controls .adria-v2-strengths {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

.adria-v2-strengths legend.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.adria-v2-strengths__options {
    gap: 6px;
    flex-wrap: nowrap;
}

.adria-v2-strength {
    min-height: 40px;
    border-radius: 11px;
}

.adria-v2-strength > span {
    min-width: 66px;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 11px;
}

.adria-v2-strength:has(input:checked) {
    border-color: var(--adria-v2-action);
    background: var(--adria-v2-action);
    color: #fff;
}

.adria-v2-strength.is-unavailable {
    background: #f7f8fa;
}

.adria-v2-strength.is-unavailable:has(input:checked) {
    border-color: #7e8794;
    background: #7e8794;
    color: #fff;
}

.adria-v2-choice-row .adria-v2-native-purchase,
.adria-v2-purchase-controls .adria-v2-native-purchase {
    flex: 0 0 auto;
}

.adria-v2-choice-row .adria-v2-native-purchase form,
.adria-v2-choice-row .adria-v2-native-purchase .single_variation_wrap,
.adria-v2-choice-row .adria-v2-native-purchase .woocommerce-variation-add-to-cart,
.adria-v2-purchase-controls .adria-v2-native-purchase form,
.adria-v2-purchase-controls .adria-v2-native-purchase .single_variation_wrap,
.adria-v2-purchase-controls .adria-v2-native-purchase .woocommerce-variation-add-to-cart {
    width: auto !important;
}

.adria-v2-native-purchase .quantity {
    grid-template-columns: 31px 38px 31px;
    width: 100px !important;
    min-width: 100px;
    height: 40px;
}

.adria-v2-native-purchase .quantity input.qty {
    width: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
}

.adria-v2-native-purchase .quantity .ct-decrease,
.adria-v2-native-purchase .quantity .ct-increase {
    width: 31px !important;
    height: 38px !important;
}

.adria-v2-purchase-line {
    margin-top: 9px;
}

.adria-v2-price-summary__amounts {
    min-height: 27px;
}

.adria-v2-price-summary strong {
    font-size: clamp(23px, 2vw, 28px);
}

.adria-v2-price-summary__amounts:has(del:not([hidden])) strong {
    color: #c91542;
}

.adria-v2-price-summary small {
    margin-top: 3px;
    font-size: 8px;
}

.adria-v2-packs {
    margin-top: 10px;
}

.adria-v2-packs legend {
    margin-bottom: 6px;
    font-size: 9px;
}

.adria-v2-packs__rail {
    gap: 7px;
}

.adria-v2-pack {
    grid-template-columns: minmax(38px, 52px) minmax(0, 1fr);
    gap: 4px;
    min-height: 68px;
    padding: 6px 5px;
    border-radius: 10px;
}

.adria-v2-pack:has(input:checked) {
    border-color: #0b66d9;
    background: #eef8f7;
}

.adria-v2-pack__vials {
    height: 43px;
}

.adria-v2-pack__vials img {
    height: 39px;
    margin-left: -5px;
}

.adria-v2-pack__copy strong {
    font-size: 8px;
}

.adria-v2-pack__copy small {
    margin-top: 2px;
    font-size: 7.5px;
}

.adria-v2-pack__badge {
    top: -6px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 6.5px;
}

.adria-v2-actions {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.adria-v2-test-action,
.adria-v2-add-button {
    min-height: 44px;
    border-radius: var(--adria-v2-control-radius);
    font-size: 12px;
}

.adria-v2-test-action {
    padding-inline: 12px;
}

.adria-v2-add-button {
    gap: 4px;
    padding-inline: 15px;
}

.adria-v2-add-button:hover,
.adria-v2-add-button:focus-visible,
.adria-v2-test-action:hover,
.adria-v2-test-action:focus-visible {
    transform: none;
    box-shadow: none;
}

.adria-v2-add-button svg {
    width: 16px;
    height: 16px;
}

.adria-v2-notify {
    gap: 6px;
}

.adria-v2-notify input[type="email"],
.adria-v2-notify button {
    min-height: 42px;
    border-radius: 12px;
}

.adria-v2-fulfilment {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
    margin-top: 10px;
    padding: 9px 11px;
    border-radius: 11px;
}

.adria-v2-fulfilment__icon,
.adria-v2-fulfilment__icon svg {
    width: 24px;
    height: 24px;
}

.adria-v2-fulfilment__copy strong {
    font-size: 10px;
}

.adria-v2-fulfilment__arrival {
    font-size: 8px;
}

.adria-v2-facts {
    margin-top: 8px;
    border-radius: 11px;
}

.adria-v2-facts > button,
.adria-v2-facts > span {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 6px;
    min-height: 47px;
    padding: 7px 8px;
    font-size: 8px;
}

.adria-v2-facts svg {
    width: 20px;
    height: 20px;
}

.adria-v2-facts > button:hover {
    transform: none;
}

.adria-v2-payments {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 32px;
    padding: 5px 5px 0;
    font-size: 8px;
}

.adria-v2-payments__marks {
    gap: 8px;
    min-height: 24px;
}

.adria-v2-payment-mark {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 18px;
}

.adria-v2-payment-mark img {
    display: block;
    width: auto;
    max-width: 43px;
    height: auto;
    max-height: 19px;
    object-fit: contain;
}

.adria-v2-payment-mark--mastercard img {
    width: 30px;
    max-width: 30px;
}

.adria-v2-payment-mark--visa img {
    width: 39px;
    max-width: 39px;
}

.adria-v2-payment-mark--sepa img {
    width: 42px;
    max-width: 42px;
}

.adria-v2-payment-mark--applepay img {
    width: 43px;
}

.adria-v2-payment-mark--googlepay img {
    width: 39px;
}

.adria-v2-info {
    margin-top: 14px;
    overflow: hidden;
}

.adria-v2-info__tabs {
    padding-inline: 12px;
}

.adria-v2-info__tabs button {
    min-width: 118px;
    min-height: 52px;
    font-size: 11px;
}

.adria-v2-info__panel {
    min-height: 0;
    padding: clamp(24px, 3.2vw, 40px);
}

.adria-v2-info__heading {
    margin-bottom: 17px;
}

.adria-v2-info__heading h2 {
    font-size: clamp(25px, 2.6vw, 34px);
}

.adria-v2-overview-copy {
    max-width: 900px;
}

.adria-v2-overview-copy__paragraph {
    margin: 0 0 13px;
}

.adria-v2-overview-copy__attribution {
    margin: 0;
    color: #66707d;
    font-size: 10px;
}

.adria-v2-reference-teaser {
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 900px;
    margin-top: 18px;
    padding-top: 14px;
}

.adria-v2-specification-groups {
    gap: 12px;
}

.adria-v2-specification-groups > section,
.adria-v2-specification-groups .adria-v2-specifications {
    border-radius: 11px;
}

.adria-v2-specification dt,
.adria-v2-specification dd {
    padding: 11px 12px;
}

.adria-v2-specification dd {
    font-size: 11px;
    line-height: 1.55;
}

.adria-v2-handling {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 1100px;
    overflow: hidden;
    border: 1px solid var(--adria-v2-rule);
    border-radius: 12px;
}

.adria-v2-handling__section {
    min-width: 0;
    padding: 18px;
}

.adria-v2-handling__section + .adria-v2-handling__section {
    border-left: 1px solid var(--adria-v2-rule);
}

.adria-v2-handling__section h3 {
    margin: 0 0 8px;
    color: #171a1f;
    font-size: 13px;
    line-height: 1.35;
}

.adria-v2-handling__section p {
    margin: 0;
    color: #59626f;
    font-size: 11px;
    line-height: 1.65;
}

.adria-v2-test-record__latest {
    margin: 0 0 10px;
    color: #6a7480;
    font-size: 10px;
    font-weight: 740;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.adria-v2-test-strength-rail {
    display: flex;
    gap: 7px;
    margin: 0 0 13px;
    overflow-x: auto;
    scrollbar-width: none;
}

.adria-v2-test-strength-rail::-webkit-scrollbar {
    display: none;
}

.adria-v2-test-strength {
    display: grid;
    flex: 0 0 auto;
    min-width: 82px;
    min-height: 42px;
    padding: 6px 11px;
    border: 1px solid var(--adria-v2-rule-strong);
    border-radius: 11px;
    background: #fff;
    color: #242a32;
    text-align: left;
}

.adria-v2-test-strength strong,
.adria-v2-test-strength small {
    display: block;
}

.adria-v2-test-strength strong {
    font-size: 10px;
}

.adria-v2-test-strength small {
    margin-top: 1px;
    color: #73808e;
    font-size: 7px;
}

.adria-v2-test-strength.is-selected,
.adria-v2-test-strength[aria-pressed="true"],
.adria-v2-test-strength[aria-current="true"] {
    border-color: var(--adria-v2-action);
    background: #edf3ff;
    color: #093d9c;
}

.adria-v2-test-grid {
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: 12px;
}

.adria-v2-certificate-card,
.adria-v2-qc-panel,
.adria-v2-test-record--state {
    border-color: #d9e1eb;
    border-radius: 12px;
}

.adria-v2-certificate-card {
    min-height: 318px;
    padding: 20px;
    background: #fff;
    color: #171a1f;
}

.adria-v2-certificate-card__source > span {
    background: #edf4ff;
    color: #0b4edb;
}

.adria-v2-certificate-card__source strong {
    color: #171a1f;
}

.adria-v2-certificate-card__source small,
.adria-v2-certificate-card__result span,
.adria-v2-certificate-card__meta dt {
    color: #75808e;
}

.adria-v2-certificate-card__preview {
    display: block;
    width: 100%;
    max-height: 210px;
    margin: 14px 0;
    overflow: hidden;
    border: 1px solid #e0e6ee;
    border-radius: 9px;
    background: #f7f9fc;
}

.adria-v2-certificate-card__preview img {
    display: block;
    width: 100%;
    max-height: 208px;
    object-fit: contain;
}

.adria-v2-certificate-card__result {
    padding: 24px 0 18px;
    border-bottom-color: var(--adria-v2-rule);
}

.adria-v2-certificate-card__result strong,
.adria-v2-certificate-card__result strong::first-letter {
    color: var(--adria-v2-action);
}

.adria-v2-certificate-card__result strong {
    font-size: clamp(39px, 4.2vw, 56px);
}

.adria-v2-certificate-card__meta dd {
    color: #171a1f;
}

.adria-v2-certificate-card__button {
    border: 1px solid var(--adria-v2-action);
    border-radius: 10px;
    background: var(--adria-v2-action);
    color: #fff;
}

.adria-v2-certificate-card__button:hover,
.adria-v2-certificate-card__button:focus-visible {
    background: var(--adria-v2-action-hover);
    transform: none;
}

.adria-v2-qc-panel header,
.adria-v2-qc-panel dl > div {
    padding: 12px 15px;
}

.adria-v2-test-record--state {
    background: #f7f9fc;
}

@media (min-width: 900px) {
    .adria-v2-opening {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adria-v2-media,
    .adria-v2-buy {
        min-height: clamp(520px, 38vw, 552px);
    }

    .adria-v2-media__visual {
        min-height: clamp(520px, 38vw, 552px);
    }

    .adria-v2-media__image {
        width: auto;
        max-width: 48%;
        height: 52%;
        max-height: 292px;
    }
}

@media (max-width: 1099px) and (min-width: 900px) {
    .adria-v2-buy {
        padding: 17px;
    }

    .adria-v2-buy h1 {
        font-size: 32px;
    }

    .adria-v2-pack {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 2px;
        padding-inline: 4px;
        text-align: left;
    }

    .adria-v2-pack__vials {
        height: 39px;
    }

    .adria-v2-pack__vials img {
        height: 35px;
    }

    .adria-v2-pack__copy strong {
        font-size: 7px;
    }

    .adria-v2-payments__marks {
        gap: 5px;
    }
}

@media (max-width: 899px) {
    body.adria-storefront-v2-pdp .ct-container-full > article > .product {
        margin-top: 6px !important;
    }

    .adria-v2-opening {
        gap: 12px;
    }

    .adria-v2-media__visual {
        height: clamp(270px, 74vw, 320px);
        min-height: 0;
    }

    .adria-v2-media__image {
        width: auto;
        max-width: 48%;
        height: 59%;
        max-height: 190px;
    }

    .adria-v2-buy {
        padding: 17px 18px;
    }

    .adria-v2-buy h1 {
        font-size: clamp(26px, 7.3vw, 29px);
    }

    .adria-v2-packs__rail {
        gap: 7px;
        margin-inline: -18px;
        padding: 7px 18px 4px;
        scroll-padding-inline: 18px;
        scroll-snap-type: x proximity;
    }

    .adria-v2-pack {
        flex: 0 0 128px;
        min-height: 68px;
    }

    .adria-v2-info__tabs {
        display: flex;
        padding-inline: 5px;
        overflow-x: auto;
        scroll-padding-inline: 5px;
        scroll-snap-type: x proximity;
    }

    .adria-v2-info__tabs button {
        flex: 0 0 auto;
        min-width: 116px;
        min-height: 50px;
        padding-inline: 10px;
        font-size: 11px;
        line-height: 1.2;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    .adria-v2-info__panel {
        padding: 24px 18px 28px;
    }

    .adria-v2-handling {
        grid-template-columns: minmax(0, 1fr);
    }

    .adria-v2-handling__section + .adria-v2-handling__section {
        border-top: 1px solid var(--adria-v2-rule);
        border-left: 0;
    }

    .adria-v2-test-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .adria-v2-certificate-card {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .adria-v2-media-facts {
        gap: 7px;
        padding: 0 10px 10px;
    }

    .adria-v2-media-fact {
        grid-template-columns: 17px minmax(0, 1fr) 7px;
        gap: 5px;
        min-height: 53px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    .adria-v2-media-fact__icon,
    .adria-v2-media-fact__icon svg {
        width: 17px;
        height: 17px;
    }

    .adria-v2-media-fact strong {
        font-size: 8.5px;
    }

    .adria-v2-media-fact small {
        font-size: 6.5px;
    }

    .adria-v2-buy {
        padding: 15px 16px;
    }

    .adria-v2-choice-row,
    .adria-v2-purchase-controls {
        gap: 8px;
    }

    .adria-v2-strengths__options {
        gap: 5px;
    }

    .adria-v2-strength > span {
        min-width: 58px;
        padding-inline: 7px;
        font-size: 10px;
    }

    .adria-v2-native-purchase .quantity {
        grid-template-columns: 29px 36px 29px;
        width: 94px !important;
        min-width: 94px;
    }

    .adria-v2-native-purchase .quantity input.qty {
        width: 36px !important;
    }

    .adria-v2-native-purchase .quantity .ct-decrease,
    .adria-v2-native-purchase .quantity .ct-increase {
        width: 29px !important;
    }

    .adria-v2-actions {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .adria-v2-add-button {
        padding-inline: 10px;
        font-size: 11px;
    }

    .adria-v2-notify {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .adria-v2-facts > button,
    .adria-v2-facts > span {
        min-height: 45px;
        padding: 6px;
        font-size: 7.5px;
    }

    .adria-v2-payments {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 6px;
        padding-inline: 2px;
    }

    .adria-v2-payments small {
        display: none;
    }

    .adria-v2-payments__marks {
        gap: 6px;
        justify-content: space-between;
    }

    .adria-v2-payment-mark img {
        max-width: 39px;
        max-height: 17px;
    }

    .adria-v2-payment-mark--mastercard img {
        max-width: 27px;
    }

    .adria-v2-payment-mark--visa img {
        max-width: 35px;
    }
}

@media (max-width: 359px) {
    .adria-v2-buy {
        padding-inline: 13px;
    }

    .adria-v2-choice-row,
    .adria-v2-purchase-controls {
        flex-wrap: wrap;
    }

    .adria-v2-choice-row .adria-v2-native-purchase,
    .adria-v2-purchase-controls .adria-v2-native-purchase {
        margin-left: auto;
    }
}

/* Owner corrective round 3 (2026-08-19)
   Reconnect the protected PDP to the established Adria media component and
   give the opening, information, and document views one compact owner. */
body.adria-storefront-v2-pdp {
    --adria-v2-radius: 14px;
    --adria-v2-control-radius: 11px;
    --adria-v2-page-gutter: clamp(12px, 2.4vw, 30px);
}

body.adria-site.single-product.adria-storefront-v2-pdp .site-main,
body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full[data-vertical-spacing],
body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full > article {
    padding-top: 0 !important;
}

body.adria-storefront-v2-pdp .ct-container-full > article > .product {
    margin-top: 2px !important;
}

.adria-v2-opening {
    gap: 12px;
    align-items: stretch;
}

/* The gallery and the two information facts are the established public Adria
   component. The preview only places that component in its two-column grid. */
.adria-v2-media {
    display: flex;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
    position: relative !important;
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #d9e0e9;
    border-radius: var(--adria-v2-radius) !important;
    background: #eef5fd;
    box-shadow: none !important;
}

/* The established public note component is initially rendered beside the
   gallery and moved into it by the public theme. Keep that first server paint
   overlaid and out of the flex layout as well, so the gallery never changes
   size while the theme script starts. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > [data-adria-product-image-notes] {
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    z-index: 35 !important;
    width: auto !important;
    margin: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery > .ct-product-gallery-container,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__image > a,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery figure.ct-media-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    height: 100% !important;
    margin: 0 !important;
    border-radius: inherit !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center 56% !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    will-change: auto !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note__help {
    transform: none !important;
}

.adria-v2-buy {
    min-height: 0;
    padding: 18px 20px;
    border-radius: var(--adria-v2-radius);
}

.adria-v2-buy__header {
    padding-bottom: 9px;
}

.adria-v2-buy h1 {
    font-size: clamp(31px, 2.45vw, 36px);
}

.adria-v2-summary {
    max-width: 620px;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.adria-v2-summary button {
    font-size: 10px;
    font-weight: 700;
}

.adria-v2-purchase-controls,
.adria-v2-choice-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 8px;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 9px;
}

.adria-v2-purchase-controls .adria-v2-strengths,
.adria-v2-choice-row .adria-v2-strengths {
    min-width: 0;
    margin: 0;
}

.adria-v2-strengths__options {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
}

.adria-v2-strength,
.adria-v2-strength > span {
    box-sizing: border-box;
    width: 66px;
    min-width: 66px;
    max-width: 66px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
}

.adria-v2-strength {
	margin: 0 !important;
	overflow: hidden;
	border-radius: var(--adria-v2-control-radius);
}

.adria-v2-strength > span {
    padding: 0 8px;
    border-radius: calc(var(--adria-v2-control-radius) - 1px);
    font-size: 10px;
    line-height: 1;
}

.adria-v2-strength small {
    display: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase form,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .single_variation_wrap,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .woocommerce-variation-add-to-cart {
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase {
    justify-self: end !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase[data-adria-v2-native-quantity] .quantity {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 29px 38px 29px !important;
    grid-template-rows: 34px !important;
    box-sizing: border-box !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #b8c8df !important;
    border-radius: var(--adria-v2-control-radius) !important;
    background: #fff !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity input.qty {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    box-sizing: border-box !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 32px !important;
    text-align: center !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity .ct-decrease,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity .ct-increase {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    box-sizing: border-box !important;
    width: 29px !important;
    min-width: 29px !important;
    max-width: 29px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    line-height: 1 !important;
    translate: none !important;
    transform: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity .ct-decrease {
    grid-column: 1 !important;
    grid-row: 1 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity .ct-increase {
    grid-column: 3 !important;
    grid-row: 1 !important;
}

.adria-v2-purchase-line {
    margin-top: 7px;
}

.adria-v2-price-summary strong {
    font-size: clamp(22px, 1.8vw, 26px);
}

.adria-v2-packs {
    margin-top: 9px;
}

.adria-v2-packs__rail {
    display: flex;
    gap: 7px;
    width: 100%;
    min-width: 0;
    padding: 7px 1px 5px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-inline: contain;
    scrollbar-color: #b6c8e2 transparent;
    scrollbar-width: thin;
    scroll-padding-inline: 1px;
    scroll-snap-type: x proximity;
    touch-action: pan-x pan-y;
}

.adria-v2-packs__rail::-webkit-scrollbar {
    height: 4px;
}

.adria-v2-packs__rail::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #b6c8e2;
}

.adria-v2-pack {
    flex: 1 0 112px;
    min-width: 112px;
    max-width: 130px;
    min-height: 66px;
    scroll-snap-align: start;
}

.adria-v2-pack[data-quantity="6"] .adria-v2-pack__badge {
    background: #ef9000;
}

.adria-v2-pack[data-quantity="3"] .adria-v2-pack__badge {
    background: var(--adria-v2-action);
}

.adria-v2-pack[data-quantity="10"] .adria-v2-pack__badge {
    background: #5f6671;
}

.adria-v2-pack__vials img {
    height: 40px;
}

.adria-v2-actions {
    grid-template-columns: 94px minmax(0, 1fr);
}

.adria-v2-fulfilment {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 10px 12px;
}

.adria-v2-fulfilment__copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 16px;
    align-items: center;
    min-width: 0;
}

.adria-v2-fulfilment__dispatch,
.adria-v2-fulfilment__arrival-row {
    min-width: 0;
    margin: 0;
}

.adria-v2-fulfilment__dispatch {
    grid-column: 1;
    grid-row: 1;
}

.adria-v2-fulfilment__arrival-row {
    grid-column: 2;
    grid-row: 1;
}

.adria-v2-fulfilment__country {
    grid-column: 1 / -1;
}

.adria-v2-fulfilment__dispatch > strong {
    min-width: 0;
    font-size: 10px;
}

.adria-v2-fulfilment__arrival {
    min-width: 0;
    margin-top: 0;
    color: #203124;
    font-size: 11px;
    font-weight: 740;
    line-height: 1.35;
}

.adria-v2-fulfilment__arrival button,
.adria-v2-fulfilment__country {
    font-weight: 680;
    white-space: nowrap;
}

.adria-v2-fulfilment__country {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #31463a;
    font-size: 9px;
    text-align: left;
    text-decoration: none;
}

.adria-v2-fulfilment__country-prompt {
    color: var(--adria-v2-action);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.adria-v2-payments {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: auto;
    padding-inline: 4px;
}

.adria-v2-payments > :first-child {
    justify-self: start;
}

.adria-v2-payments__marks {
    width: 100%;
    gap: clamp(6px, 1.2vw, 14px);
    justify-content: space-evenly;
}

.adria-v2-payments > small {
    justify-self: end;
}

.adria-v2-info__tabs {
    display: flex;
    width: 100%;
    padding: 0 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-padding-inline: 8px;
    scroll-snap-type: x proximity;
    cursor: grab;
    touch-action: pan-x;
}

.adria-v2-info__tabs::-webkit-scrollbar {
    display: none;
}

.adria-v2-info__tabs button {
    flex: 1 1 auto;
    min-width: 96px;
    scroll-snap-align: start;
    white-space: nowrap;
    cursor: pointer;
}

.adria-v2-info__tabs button:hover,
.adria-v2-info__tabs button:focus-visible {
    background: #f3f6fb;
    color: #0038ca;
}

.adria-v2-info__tabs.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.adria-v2-specification-groups {
    align-items: start;
}

.adria-v2-specification,
.adria-v2-specification dt,
.adria-v2-specification dd {
    min-width: 0;
}

.adria-v2-specification dd,
.adria-v2-specification--sequence dd {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.adria-v2-specification--sequence dd {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 10px;
    line-height: 1.6;
}

.adria-v2-certificate-card__preview {
    max-height: none;
    background: #fff;
}

.adria-v2-certificate-card__preview-crop {
    width: 100%;
    height: 178px;
    overflow: hidden;
    background: #fff;
}

.adria-v2-certificate-card__preview-crop img,
.adria-v2-certificate-card__preview img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: top;
}

.adria-v2-certificate-card__result {
    padding: 14px 0 12px;
}

.adria-v2-certificate-card__result strong {
    font-size: clamp(24px, 2.2vw, 28px);
}

.adria-v2-qc-panel dd {
    color: #0a8f4d;
}

.adria-v2-test-strength-rail {
    justify-content: center;
}

@media (min-width: 900px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: repeat(2, 520px) !important;
        width: var(--adria-v2-opening-width) !important;
        max-width: var(--adria-v2-opening-width) !important;
        margin-inline: auto !important;
    }

    .adria-v2-media,
    .adria-v2-buy {
        box-sizing: border-box;
        width: 520px;
        min-width: 520px;
        max-width: 520px;
        height: 650px;
        min-height: 650px;
        max-height: 650px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        width: 520px !important;
        min-width: 520px !important;
        max-width: 520px !important;
        height: 650px !important;
        min-height: 650px !important;
        max-height: 650px !important;
        aspect-ratio: 4 / 5 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
        object-position: center 54% !important;
    }
}

@media (max-width: 899px) {
    body.adria-storefront-v2-pdp .ct-container-full > article > .product {
        width: min(calc(100% - 22px), 1320px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media {
        width: 100% !important;
        margin: 0 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > [data-adria-product-image-notes] {
        right: 14px !important;
        bottom: 10px !important;
        left: 14px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
        height: clamp(368px, 99vw, 394px) !important;
        min-height: 0;
        max-height: 394px !important;
        margin: 0 !important;
        aspect-ratio: auto !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery > .ct-product-gallery-container,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .woocommerce-product-gallery__image > a,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery figure.ct-media-container {
        aspect-ratio: auto !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
        object-position: center 58% !important;
    }

    .adria-v2-buy {
        padding: 16px 17px;
    }

    .adria-v2-buy h1 {
        font-size: clamp(25px, 7vw, 28px);
    }

    .adria-v2-fulfilment__copy {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
    }

    .adria-v2-fulfilment__arrival {
        font-size: 10px;
    }

    .adria-v2-info__tabs button {
        flex: 0 0 auto;
        min-width: 86px;
        padding-inline: 12px;
    }

}

@media (max-width: 520px) {
    .adria-v2-purchase-controls,
    .adria-v2-choice-row {
        grid-template-columns: minmax(0, 1fr) 96px;
        gap: 7px;
    }

    .adria-v2-strengths__options {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .adria-v2-strengths__options::-webkit-scrollbar {
        display: none;
    }

    .adria-v2-strength,
    .adria-v2-strength > span {
        width: 58px;
        min-width: 58px;
        max-width: 58px;
    }

    .adria-v2-packs__rail {
        margin-inline: -17px;
        padding: 7px 17px 6px;
        scroll-padding-inline: 17px;
    }

    .adria-v2-pack {
        flex: 0 0 127px;
        min-width: 127px;
        max-width: 127px;
    }

    .adria-v2-payments {
        grid-template-columns: auto minmax(0, 1fr);
        padding-inline: 0;
    }

    .adria-v2-payments__marks {
        justify-content: space-evenly;
    }

    .adria-v2-payments > small {
        display: none;
    }

    .adria-v2-certificate-card__preview-crop {
        height: 155px;
    }

    .adria-v2-certificate-card__result strong {
        font-size: 24px;
    }
}

@media (max-width: 339px) {
    .adria-v2-purchase-controls,
    .adria-v2-choice-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Flat related-product continuation: the page background owns the section;
   each namespaced card owns only its own media, information, and actions. */
.adria-v2-related-products {
    width: 100%;
    margin-top: clamp(24px, 4vw, 46px);
    padding: 0 0 clamp(28px, 4vw, 46px);
    border: 0;
    border-radius: 0;
    background: transparent;
}

.adria-v2-related-products__header {
    display: flex;
    gap: 18px;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0;
}

.adria-v2-related-products__header p,
.adria-v2-related-products__header h2 {
    margin: 0;
}

.adria-v2-related-products__header p {
    color: #7c8592;
    font-size: 9px;
    font-weight: 780;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.adria-v2-related-products__header h2 {
    margin-top: 5px;
    color: #101216;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(24px, 2.7vw, 34px);
    font-weight: 810;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.adria-v2-related-products__header > a {
    flex: 0 0 auto;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 760;
    text-decoration: none;
}

.adria-v2-related-products__rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
}

.adria-v2-related-product {
    display: grid;
    grid-template-rows: 164px minmax(0, 1fr);
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dbe2eb;
    border-radius: 12px;
    background: #fff;
    color: #15191f;
}

.adria-v2-related-product__media {
    display: grid;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    place-items: center;
    background: #edf5fd;
    text-decoration: none;
}

.adria-v2-related-product__media img {
    display: block;
    width: auto !important;
    max-width: 76% !important;
    height: 78% !important;
    max-height: 138px !important;
    margin: auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
}

.adria-v2-related-product__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 11px;
}

.adria-v2-related-product__meta {
    display: grid;
    min-width: 0;
}

.adria-v2-related-product__stock,
.adria-v2-related-product__category,
.adria-v2-related-product__price,
.adria-v2-related-product h3 {
    min-width: 0;
    margin: 0;
}

.adria-v2-related-product__stock {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    width: fit-content;
    color: #167844;
    font-size: 9px;
    font-weight: 740;
    line-height: 1.25;
}

.adria-v2-related-product__stock > span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
}

.adria-v2-related-product__stock--out {
    color: #b02c2c;
}

.adria-v2-related-product__category {
    margin-top: 5px;
    overflow: hidden;
    color: #74808e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.25;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.adria-v2-related-product h3 {
    min-height: 2.55em;
    margin-top: 4px;
    overflow: hidden;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 780;
    letter-spacing: -.02em;
    line-height: 1.26;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.adria-v2-related-product h3 a {
    color: inherit;
    text-decoration: none;
}

.adria-v2-related-product__price {
    display: flex;
    gap: 4px;
    align-items: baseline;
    margin-top: 7px;
    color: #171b21;
    line-height: 1.2;
}

.adria-v2-related-product__price > span {
    color: #727d89;
    font-size: 8px;
    font-weight: 650;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price strong,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price .price,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price .woocommerce-Price-amount {
    color: #171b21 !important;
    font-size: 16px !important;
    font-weight: 770 !important;
    letter-spacing: -.02em !important;
    line-height: 1.2 !important;
}

.adria-v2-related-product__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px;
    margin-top: auto;
    padding-top: 11px;
}

.adria-v2-related-product__actions a,
.adria-v2-related-product__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    margin: 0;
    padding: 0 9px;
    border: 1px solid #cfd7e2;
    border-radius: 10px;
    background: #fff;
    color: #1d2530;
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.adria-v2-related-product__actions button {
    border-color: var(--adria-v2-action);
    background: var(--adria-v2-action);
    color: #fff;
}

.adria-v2-related-product__actions a:hover,
.adria-v2-related-product__actions a:focus-visible,
.adria-v2-related-product__actions button:hover,
.adria-v2-related-product__actions button:focus-visible {
    transform: none;
    box-shadow: none;
}

@media (max-width: 899px) {
    .adria-v2-fulfilment__dispatch,
    .adria-v2-fulfilment__arrival-row,
    .adria-v2-fulfilment__country {
        grid-column: 1;
        grid-row: auto;
    }

    .adria-v2-related-products {
        margin-top: 28px;
        padding-bottom: 32px;
    }

    .adria-v2-related-products__rail {
        display: flex;
        gap: 9px;
        margin-inline: calc(-1 * var(--adria-v2-page-gutter));
        padding: 0 var(--adria-v2-page-gutter) 7px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-color: #b8c9df transparent;
        scrollbar-width: thin;
        scroll-padding-inline: var(--adria-v2-page-gutter);
        scroll-snap-type: x proximity;
    }

    .adria-v2-related-product {
        flex: 0 0 clamp(166px, 44vw, 210px);
        grid-template-rows: 144px minmax(0, 1fr);
        scroll-snap-align: start;
    }

    .adria-v2-related-product__media img {
        max-height: 122px !important;
    }

    .adria-v2-related-product__body {
        padding: 10px;
    }

    .adria-v2-related-product h3 {
        font-size: 13px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price strong,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price .price,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-product__price .woocommerce-Price-amount {
        font-size: 14px !important;
    }

    .adria-v2-related-product__actions a,
    .adria-v2-related-product__actions button {
        min-height: 42px;
        padding-inline: 6px;
        font-size: 9px;
    }
}

@media (max-width: 520px) {
    .adria-v2-related-products__header {
        align-items: start;
    }

    .adria-v2-related-products__header h2 {
        font-size: 24px;
    }

    .adria-v2-related-products__header > a {
        margin-top: 17px;
        font-size: 9px;
    }
}

/* Related products reuse the exact WooCommerce presenter used by the public
   Shop Peptides loop. Only the section rail remains preview-owned. */
.adria-v2-related-products {
    width: 100%;
    margin-top: 28px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.adria-v2-related-products__header {
    margin-bottom: 18px;
    padding-inline: 0;
}

.adria-v2-related-products__rail {
    display: block !important;
    grid-template-columns: none !important;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.adria-v2-related-products__rail ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 899px) {
    .adria-v2-related-products {
        margin-top: 20px;
    }

    .adria-v2-related-products__rail {
        width: calc(100% + (2 * var(--adria-v2-page-gutter)));
        margin-inline: calc(-1 * var(--adria-v2-page-gutter));
        padding-inline: var(--adria-v2-page-gutter);
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        scroll-padding-inline: var(--adria-v2-page-gutter);
        scroll-snap-type: x proximity;
        touch-action: pan-x;
        cursor: grab;
    }

    .adria-v2-related-products__rail::-webkit-scrollbar {
        display: none;
    }

    .adria-v2-related-products__rail.is-dragging {
        cursor: grabbing;
        user-select: none;
    }

    .adria-v2-related-products__rail ul.products {
        display: flex !important;
        gap: 12px !important;
        width: max-content !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        flex: 0 0 clamp(166px, 44vw, 210px) !important;
        width: clamp(166px, 44vw, 210px) !important;
        scroll-snap-align: start;
    }
}

/* Native Woo form column reset */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase form.cart {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    box-sizing: border-box !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .single_variation_wrap,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .woocommerce-variation-add-to-cart,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .ct-cart-actions {
    grid-column: 1 !important;
    box-sizing: border-box !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity {
    grid-column: 1 !important;
}

/* Final mobile quantity containment */
@media (max-width: 520px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-purchase-controls {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 96px !important;
        gap: 7px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        align-items: center !important;
        justify-content: stretch !important;
        overflow: visible !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-purchase-controls > * {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase {
        position: static !important;
        inset: auto !important;
        display: block !important;
        float: none !important;
        box-sizing: border-box !important;
        width: 96px !important;
        min-width: 96px !important;
        max-width: 96px !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-self: end !important;
        transform: none !important;
        translate: none !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase form.cart,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .single_variation_wrap,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .woocommerce-variation-add-to-cart,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .ct-cart-actions {
        position: static !important;
        inset: auto !important;
        float: none !important;
        box-sizing: border-box !important;
        width: 96px !important;
        min-width: 96px !important;
        max-width: 96px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        translate: none !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase .quantity {
        right: auto !important;
        left: auto !important;
        width: 96px !important;
        min-width: 96px !important;
        max-width: 96px !important;
        transform: none !important;
        translate: none !important;
    }
}

@media (max-width: 339px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-purchase-controls {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-native-purchase {
        justify-self: start !important;
    }
}

/* The public 520px gallery and its equal purchase panel fit side by side only
   once the viewport can also carry the page gutters. Keep the exact components
   stacked through the tablet interval instead of forcing page-level overflow. */
@media (min-width: 900px) and (max-width: 1119px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: 520px !important;
        width: 520px !important;
        max-width: 100% !important;
        margin-inline: auto !important;
    }
}

/* Owner responsive composition checkpoint — 2026-08-20.
   One final scoped layer owns the wider desktop opening, contained media,
   compact horizontal rails, fulfilment rows, and armed phone purchase dock. */
body.adria-storefront-v2-pdp {
    --adria-v2-opening-width: 1320px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
    width: 100% !important;
    max-width: var(--adria-v2-opening-width) !important;
    margin-inline: auto !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .zoomImg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery figure.ct-media-container {
    cursor: default !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
    object-fit: contain !important;
    object-position: center 58% !important;
}

.adria-v2-media__cutout {
    display: none;
}

.adria-v2-purchase-overview {
    min-width: 0;
    margin-top: 9px;
}

.adria-v2-purchase-overview .adria-v2-purchase-controls,
.adria-v2-purchase-overview .adria-v2-choice-row,
.adria-v2-purchase-overview .adria-v2-purchase-line {
    margin-top: 0;
}

.adria-v2-packs {
    position: relative;
}

.adria-v2-packs__rail {
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x pan-y;
}

.adria-v2-packs__rail::-webkit-scrollbar {
    display: none;
}

.adria-v2-packs__rail.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.adria-v2-packs:has(.adria-v2-packs__rail[data-adria-v2-scroll-end="false"])::after {
    position: absolute;
    right: -2px;
    bottom: 17px;
    width: 2px;
    height: 34px;
    border-radius: 99px;
    background: #b8c7da;
    content: '';
    pointer-events: none;
}

.adria-v2-pack {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 5px;
    min-width: 108px;
    max-width: none;
    min-height: 66px;
    padding: 6px;
}

.adria-v2-pack__copy strong {
    font-size: 9px;
    letter-spacing: -.01em;
}

.adria-v2-pack__copy small {
    margin-top: 2px;
    font-size: 8.5px;
}

.adria-v2-pack__vials {
    height: 42px;
}

.adria-v2-pack__vials img {
    height: 39px;
}

.adria-v2-fulfilment {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #cbd9ce;
    border-radius: 11px;
    background: #fff;
}

.adria-v2-fulfilment__row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    padding: 8px 11px;
}

.adria-v2-fulfilment__row--dispatch {
    background: #eff9f0;
    color: #168347;
}

.adria-v2-fulfilment__row--arrival {
    grid-template-columns: 24px minmax(0, 1fr);
    border-top: 1px solid #dfe6e1;
    color: var(--adria-v2-action);
}

.adria-v2-fulfilment__icon,
.adria-v2-fulfilment__icon svg {
    width: 21px;
    height: 21px;
}

.adria-v2-fulfilment__row > .adria-v2-fulfilment__icon {
    grid-column: 1;
    grid-row: 1;
}

.adria-v2-fulfilment__dispatch,
.adria-v2-fulfilment__arrival-row {
    min-width: 0;
    margin: 0;
}

.adria-v2-fulfilment__row--dispatch > .adria-v2-fulfilment__dispatch {
    grid-column: 2;
    grid-row: 1;
}

.adria-v2-fulfilment__row--dispatch > .adria-v2-fulfilment__country {
    grid-column: 3;
    grid-row: 1;
}

.adria-v2-fulfilment__row--arrival > .adria-v2-fulfilment__arrival-row {
    grid-column: 2;
    grid-row: 1;
}

.adria-v2-fulfilment__dispatch strong,
.adria-v2-fulfilment__dispatch small,
.adria-v2-fulfilment__arrival {
    display: block;
}

.adria-v2-fulfilment__dispatch strong,
.adria-v2-fulfilment__arrival {
    color: #17251b;
    font-size: 10.5px;
    font-weight: 760;
    line-height: 1.35;
}

.adria-v2-fulfilment__dispatch small {
    margin-top: 2px;
    color: #657568;
    font-size: 7.5px;
    font-weight: 560;
    line-height: 1.2;
}

.adria-v2-fulfilment__country {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-self: end;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #415145;
    white-space: nowrap;
}

.adria-v2-fulfilment__flag {
    font-size: 16px;
    line-height: 1;
}

.adria-v2-fulfilment__country-prompt {
    color: #45604b;
    font-size: 7.5px;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.adria-v2-facts svg {
    color: var(--adria-v2-action);
}

.adria-v2-info {
    position: relative;
}

.adria-v2-info__tabs {
    min-height: 46px;
    scroll-behavior: auto;
    touch-action: pan-x pan-y;
}

.adria-v2-info__tabs button {
    min-height: 46px;
    font-size: 10.5px;
}

.adria-v2-info:has(.adria-v2-info__tabs[data-adria-v2-scroll-end="false"])::after {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 7px;
    width: 2px;
    height: 25px;
    border-radius: 99px;
    background: #b8c7da;
    content: '';
    pointer-events: none;
}

.adria-v2-test-strength-rail {
    align-items: center;
    justify-content: center;
}

.adria-v2-test-strength {
    display: grid;
    width: 74px;
    min-width: 74px;
    min-height: 36px;
    padding: 0 8px;
    place-items: center;
    text-align: center;
}

.adria-v2-test-strength strong {
    width: 100%;
    text-align: center;
}

.adria-v2-certificate-card {
    min-height: 0;
    padding: 18px;
}

.adria-v2-certificate-card__preview-crop {
    height: 158px;
}

.adria-v2-certificate-card__result {
    padding: 11px 0 10px;
}

.adria-v2-certificate-card__meta {
    margin: 13px 0 16px;
}

.adria-v2-qc-panel header,
.adria-v2-qc-panel dl > div {
    padding: 10px 13px;
}

.adria-v2-test-allocation-note {
    max-width: 940px;
    margin-top: 10px;
    line-height: 1.5;
}

body.adria-site.single-product.adria-storefront-v2-pdp div.product > .adria-review-strip.adria-review-strip--product,
body.adria-site.single-product.adria-storefront-v2-pdp div.product > .adria-review-strip.adria-review-strip--product .adria-review-strip__inner {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp div.product > .adria-review-strip.adria-review-strip--product {
    margin-inline: 0 !important;
}

.adria-v2-related-products__header {
    align-items: start;
}

.adria-v2-related-products__header > a {
    align-self: start;
    margin-top: 0;
    line-height: 1.2;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .woocommerce-loop-product__title {
    display: block !important;
    height: 1.3em !important;
    min-height: 1.3em !important;
    max-height: 1.3em !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

@media (min-width: 1120px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: var(--adria-v2-opening-width) !important;
    }

    .adria-v2-media,
    .adria-v2-buy {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 650px;
        min-height: 650px;
        max-height: 650px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 650px !important;
        min-height: 650px !important;
        max-height: 650px !important;
        aspect-ratio: auto !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
        object-position: center 54% !important;
    }

    .adria-v2-purchase-overview {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(142px, auto);
        gap: 12px 20px;
        align-items: start;
    }

    .adria-v2-purchase-overview .adria-v2-purchase-controls,
    .adria-v2-purchase-overview .adria-v2-choice-row {
        display: grid !important;
        grid-column: 1;
        grid-row: 1;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: start !important;
    }

    .adria-v2-purchase-overview .adria-v2-native-purchase {
        justify-self: start !important;
    }

    .adria-v2-purchase-overview .adria-v2-purchase-line {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        text-align: right;
    }

    .adria-v2-purchase-overview .adria-v2-price-summary {
        align-items: flex-end;
    }

    .adria-v2-pack {
        flex: 1 1 108px;
    }
}

@media (min-width: 768px) and (max-width: 1119px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .adria-v2-media,
    .adria-v2-buy {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto;
        min-height: 0;
        max-height: none;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: clamp(500px, 65vw, 620px) !important;
        min-height: 0 !important;
        max-height: 620px !important;
        aspect-ratio: auto !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img.wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery .wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery img:not(.zoomImg) {
        object-position: center 54% !important;
    }

    .adria-v2-pack {
        flex: 1 1 108px;
    }
}

@media (max-width: 767px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        height: clamp(350px, 99vw, 420px) !important;
        max-height: 420px !important;
    }

    .adria-v2-buy h1 {
        font-size: clamp(22px, 6.2vw, 25px);
    }

    .adria-v2-summary {
        font-size: 11.5px;
        line-height: 1.45;
    }

    .adria-v2-purchase-controls,
    .adria-v2-choice-row,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .adria-v2-purchase-controls {
        grid-template-columns: minmax(0, 1fr) 96px !important;
        gap: 7px !important;
    }

    .adria-v2-strength,
    .adria-v2-strength > span {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 34px;
        min-height: 34px;
        max-height: 34px;
    }

    .adria-v2-strength > span {
        padding-inline: 5px;
        font-size: 9px;
    }

    .adria-v2-purchase-line {
        margin-top: 7px !important;
    }

    .adria-v2-packs__rail {
        margin-inline: -17px;
        padding: 7px 17px 5px;
        scroll-padding-inline: 17px;
    }

    .adria-v2-pack {
        flex: 0 0 110px;
        min-width: 110px;
        max-width: 110px;
    }

    .adria-v2-info__tabs {
        display: flex;
        padding-inline: 4px;
        overflow-x: auto;
        scroll-padding-inline: 4px;
        scroll-snap-type: x proximity;
    }

    .adria-v2-info__tabs button {
        flex: 0 0 auto;
        min-width: 0;
        min-height: 46px;
        padding-inline: 9px;
        font-size: 10px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .adria-v2-info__tabs button:nth-child(1) { width: 86px; }
    .adria-v2-info__tabs button:nth-child(2) { width: 110px; }
    .adria-v2-info__tabs button:nth-child(3) { width: 112px; }
    .adria-v2-info__tabs button:nth-child(4) { width: 72px; }
    .adria-v2-info__tabs button:nth-child(5) { width: 92px; }

    .adria-v2-info__panel {
        padding: 18px 16px 22px;
        font-size: 12.5px;
        line-height: 1.58;
    }

    .adria-v2-info__heading {
        margin-bottom: 12px;
    }

    .adria-v2-info__heading > p {
        margin-bottom: 4px;
        font-size: 8.5px;
    }

    .adria-v2-info__heading h2 {
        font-size: 22px;
        line-height: 1.12;
    }

    .adria-v2-overview-copy__paragraph {
        margin-bottom: 10px;
        font-size: 12.5px;
        line-height: 1.58;
    }

    .adria-v2-test-grid {
        gap: 9px;
    }

    .adria-v2-certificate-card {
        padding: 15px;
    }

    .adria-v2-certificate-card__preview-crop {
        height: 132px;
    }

    .adria-v2-certificate-card__result strong {
        font-size: 22px;
    }

    .adria-v2-qc-panel header,
    .adria-v2-qc-panel dl > div {
        gap: 10px;
        padding: 9px 11px;
    }

    .adria-v2-qc-panel dt {
        font-size: 10.5px;
    }

    .adria-v2-qc-panel dd {
        font-size: 10px;
    }

    .adria-v2-related-products__header {
        gap: 10px;
        margin-bottom: 12px;
    }

    .adria-v2-related-products__header h2 {
        max-width: 250px;
        margin-top: 3px;
        font-size: 19px;
        line-height: 1.08;
    }

    .adria-v2-related-products__header > a {
        margin-top: 0;
        font-size: 9px;
    }

    .adria-v2-related-products__rail ul.products {
        gap: 9px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        flex: 0 0 clamp(154px, 32vw, 180px) !important;
        width: clamp(154px, 32vw, 180px) !important;
    }

    .adria-v2-mobile-dock:not([hidden]) {
        position: fixed;
        z-index: 9998;
        right: 8px;
        bottom: max(8px, env(safe-area-inset-bottom));
        left: 8px;
        display: grid;
        grid-template-areas:
            "meta meta"
            "strengths add";
        grid-template-columns: minmax(0, 1fr) minmax(112px, .82fr);
        gap: 7px 9px;
        align-items: center;
        padding: 9px;
        border: 1px solid #d6dde7;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(26, 38, 58, .14);
        color: #121212;
    }

    .adria-v2-mobile-dock__meta {
        display: flex;
        grid-area: meta;
        gap: 10px;
        align-items: baseline;
        justify-content: space-between;
        min-width: 0;
        padding-inline: 1px;
    }

    .adria-v2-mobile-dock__meta > strong {
        overflow: hidden;
        font-size: 10px;
        font-weight: 760;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .adria-v2-mobile-dock__price {
        display: inline-flex;
        gap: 5px;
        align-items: baseline;
        white-space: nowrap;
    }

    .adria-v2-mobile-dock__price del {
        color: #8c929c;
        font-size: 8px;
    }

    .adria-v2-mobile-dock__price > strong {
        color: #c91542;
        font-size: 13px;
        font-weight: 810;
    }

    .adria-v2-mobile-dock__strengths {
        display: flex;
        grid-area: strengths;
        gap: 5px;
        min-width: 0;
    }

    .adria-v2-mobile-dock .adria-v2-mobile-dock__strengths button {
        flex: 1 1 0;
        min-width: 0;
        min-height: 36px;
        margin: 0;
        padding: 0 5px;
        border: 1px solid #cbd4e0;
        border-radius: 8px;
        background: #fff;
        color: #171a1f;
        font-size: 9px;
        font-weight: 720;
    }

    .adria-v2-mobile-dock .adria-v2-mobile-dock__strengths button[aria-pressed="true"] {
        border-color: var(--adria-v2-action);
        background: var(--adria-v2-action);
        color: #fff;
    }

    .adria-v2-mobile-dock .adria-v2-mobile-dock__strengths button:disabled {
        opacity: .48;
    }

    .adria-v2-mobile-dock .adria-v2-mobile-dock__add {
        display: inline-flex;
        grid-area: add;
        gap: 6px;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        margin: 0;
        padding: 0 12px;
        border: 1px solid var(--adria-v2-action);
        border-radius: 8px;
        background: var(--adria-v2-action);
        color: #fff;
        font-size: 10px;
        font-weight: 780;
    }

    .adria-v2-mobile-dock__add svg {
        width: 15px;
        height: 15px;
    }

    .adria-v2-mobile-dock:not(:has(.adria-v2-mobile-dock__strengths)) .adria-v2-mobile-dock__add {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        flex-basis: clamp(142px, 39vw, 158px) !important;
        width: clamp(142px, 39vw, 158px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
}

@media (min-width: 768px) {
    .adria-v2-mobile-dock,
    .adria-v2-mobile-dock:not([hidden]) {
        display: none !important;
    }
}

/* Owner media/card refinement — 2026-08-20.
   Preserve the approved vial scale by matching the desktop media column to the
   portrait image canvas, then give the remaining width to purchase decisions. */
@media (min-width: 1120px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media {
        width: 520px !important;
        min-width: 520px !important;
        max-width: 520px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-buy {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
    }
}

.adria-v2-related-products__header > a {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid #b7c7dc;
    border-radius: 7px;
    background: #fff;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 1119px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
        background:
            radial-gradient(circle at 50% 47%, rgba(255, 255, 255, .94) 0 22%, rgba(244, 250, 255, .84) 52%, rgba(226, 241, 255, .76) 100%),
            linear-gradient(180deg, #e3f2ff 0%, #f7fbff 58%, #e8f4ff 100%) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery img.wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery .wp-post-image,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery img:not(.zoomImg) {
        opacity: 0 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
        position: absolute;
        z-index: 2;
        top: 55%;
        left: 50%;
        display: block;
        width: auto !important;
        max-width: 74%;
        height: 60% !important;
        max-height: 60%;
        object-fit: contain;
        pointer-events: none;
        transform: translate(-50%, -50%);
    }
}

.adria-v2-related-products__header > a:hover,
.adria-v2-related-products__header > a:focus-visible {
    border-color: var(--adria-v2-action);
    background: #f7faff;
    color: var(--adria-v2-action);
    box-shadow: none;
    transform: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto 22px 15px 15px auto !important;
    align-items: start !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-loop-stock {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    min-width: 0 !important;
    min-height: 22px !important;
    padding: 5px 5px 0 12px !important;
    font-size: 9px !important;
    line-height: 12px !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .woocommerce-loop-product__title {
    grid-column: 1 !important;
    grid-row: 3 !important;
    align-self: start !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    padding: 0 5px 0 12px !important;
    font-size: 11.5px !important;
    line-height: 15px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-admin-preview-card-category {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    align-self: start !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    margin: 0 !important;
    padding: 1px 12px 0 !important;
    overflow: hidden !important;
    font-size: 8px !important;
    line-height: 12px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-admin-preview-card-price {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 2 / 4 !important;
    grid-template-rows: 22px 15px !important;
    gap: 0 !important;
    align-self: start !important;
    justify-self: end !important;
    justify-items: end !important;
    width: auto !important;
    height: 37px !important;
    min-height: 37px !important;
    margin: 0 !important;
    padding: 0 12px 0 4px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__label {
    align-self: center !important;
    font-size: 8px !important;
    line-height: 10px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .price,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .woocommerce-Price-amount {
    align-self: start !important;
    color: #273244 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions {
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    align-self: end !important;
    margin: 7px 9px 9px !important;
}

@media (max-width: 520px) {
    .adria-v2-related-products__header > a {
        min-height: 30px;
        margin-top: 0;
        padding-inline: 9px;
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .woocommerce-loop-product__title {
        font-size: 10.5px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .price,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .woocommerce-Price-amount {
        font-size: 13px !important;
    }
}

/* Owner interaction and density refinement — 2026-08-20, round 7. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
    background:
        radial-gradient(ellipse 52% 38% at 50% 52%, rgba(88, 221, 188, .20) 0%, rgba(105, 207, 211, .13) 36%, rgba(105, 207, 211, 0) 72%),
        radial-gradient(ellipse 70% 55% at 50% 54%, rgba(92, 165, 242, .12) 0%, rgba(92, 165, 242, 0) 72%),
        #f7f8f7 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery img.wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery .wp-post-image,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery img:not(.zoomImg) {
    opacity: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
    position: absolute;
    z-index: 2;
    top: 54%;
    left: 50%;
    display: block;
    width: auto !important;
    max-width: 74%;
    height: 46% !important;
    max-height: 48%;
    object-fit: contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs {
    margin-top: 6px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary small {
    margin-top: 4px;
    color: #0b7a55;
    font-size: 9.5px;
    line-height: 1.22;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__copy small {
    color: #0b7a55;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack[data-quantity="1"] .adria-v2-pack__copy small {
    color: #647184;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs__rail,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail {
    overscroll-behavior-inline: contain;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    touch-action: pan-x pan-y !important;
    -webkit-overflow-scrolling: touch;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs:has(.adria-v2-packs__rail[data-adria-v2-scroll-end="false"])::after {
    right: -1px;
    bottom: 12px;
    width: 12px;
    height: 48px;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .94));
    pointer-events: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
    scroll-snap-align: none !important;
}

.adria-v2-related-products__footer {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.adria-v2-related-products__return {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #b7c7dc;
    border-radius: 7px;
    background: #fff;
    color: var(--adria-v2-action);
    font-size: 11px;
    font-weight: 780;
    line-height: 1;
    text-decoration: none;
}

.adria-v2-related-products__return:hover,
.adria-v2-related-products__return:focus-visible {
    border-color: var(--adria-v2-action);
    background: #f7faff;
    color: var(--adria-v2-action);
    box-shadow: none;
    transform: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto 20px 17px 16px auto !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-loop-stock {
    min-height: 20px !important;
    padding: 4px 3px 0 11px !important;
    font-size: 8.8px !important;
    line-height: 12px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .woocommerce-loop-product__title {
    height: 17px !important;
    min-height: 17px !important;
    max-height: 17px !important;
    padding: 0 2px 0 11px !important;
    font-size: 10px !important;
    line-height: 17px !important;
    letter-spacing: -.015em !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-admin-preview-card-category,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    align-self: start !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    margin: 0 !important;
    padding: 1px 11px 0 !important;
    overflow: hidden !important;
    color: #657185 !important;
    font-size: 8.8px !important;
    line-height: 13px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta {
    display: block !important;
    list-style: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product:has(> .adria-admin-preview-card-category) > .entry-meta {
    display: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta li,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta a {
    display: block !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-admin-preview-card-price {
    grid-template-rows: 20px 17px !important;
    height: 37px !important;
    min-height: 37px !important;
    padding: 0 8px 0 2px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__label {
    font-size: 7.5px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .price,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-admin-preview-card-price__value .woocommerce-Price-amount {
    font-size: 12px !important;
    line-height: 17px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions {
    grid-row: 5 !important;
}

@media (min-width: 600px) and (max-width: 1119px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        height: clamp(292px, 39vw, 320px) !important;
        min-height: clamp(292px, 39vw, 320px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
        top: 48%;
        height: clamp(218px, 30vw, 240px) !important;
        max-height: 76%;
    }
}

@media (max-width: 767px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs__rail {
        gap: 6px;
        padding: 8px 17px 4px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack {
        flex: 0 0 102px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 2px;
        width: 102px;
        min-width: 102px;
        max-width: 102px;
        min-height: 58px;
        padding: 3px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
        gap: 2px;
        min-height: 44px;
        padding-inline: 8px;
        scroll-padding-inline: 8px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button:nth-child(n) {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        min-height: 44px;
        padding-inline: 7px;
        font-size: 12.5px;
    }
}

@media (max-width: 599px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        height: clamp(282px, 76vw, 304px) !important;
        min-height: clamp(282px, 76vw, 304px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
        top: 47%;
        height: clamp(204px, 56vw, 220px) !important;
        max-height: 76%;
    }

    .adria-v2-related-products__footer {
        margin-top: 12px;
    }

    .adria-v2-related-products__return {
        min-height: 34px;
        padding-inline: 13px;
        font-size: 10.5px;
    }
}

/* Owner refinement - 2026-08-20, round 8. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
    background:
        radial-gradient(ellipse 58% 42% at 50% 52%, rgba(67, 154, 244, .24) 0%, rgba(67, 154, 244, .13) 38%, rgba(67, 154, 244, 0) 74%),
        radial-gradient(ellipse 72% 54% at 50% 54%, rgba(0, 66, 236, .09) 0%, rgba(0, 66, 236, 0) 72%),
        #f7f8fa !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-single-gallery-badge {
    min-height: 21px !important;
    padding: 0 7px !important;
    border: 1px solid rgba(0, 66, 236, .18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: var(--adria-v2-action) !important;
    font-size: 9.6px !important;
    box-shadow: 0 7px 15px rgba(0, 66, 236, .08) !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-single-gallery-badge--new,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-single-gallery-badge--bestseller {
    border-color: rgba(0, 66, 236, .18) !important;
    background: rgba(255, 255, 255, .92) !important;
    color: var(--adria-v2-action) !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary strong {
    font-size: clamp(20px, 1.6vw, 23px);
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs {
    margin-top: 8px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs > legend {
    margin-bottom: 0;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs__rail {
    padding-top: 4px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__badge--save {
    border-color: #16885b;
    background: #16885b;
    color: #fff;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__vials[data-vial-count="3"] img {
    height: 35px;
    margin-left: -7px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__vials[data-vial-count="6"] img {
    height: 28px;
    margin-left: -10px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__vials[data-vial-count="8"] img {
    height: 24px;
    margin-left: -11px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__vials img:first-child {
    margin-left: 0;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    align-self: end;
    min-width: 0;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify input[type="email"],
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify button {
    min-height: 42px;
    border-radius: 9px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify button {
    min-width: 84px;
    padding-inline: 12px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment {
    margin-top: 9px;
    border-color: #d4dfd6;
    border-radius: 9px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__row {
    min-height: 42px;
    padding: 6px 10px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__icon,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__icon svg {
    width: 18px;
    height: 18px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__country {
    flex-direction: column;
    gap: 1px;
    align-items: center;
    justify-content: center;
    min-width: 44px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__flag {
    font-size: 15px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__country-prompt {
    font-size: 7px;
    line-height: 1.05;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > button,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > span {
    min-height: 40px;
    padding-block: 5px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
    scrollbar-width: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info:has(.adria-v2-info__tabs[data-adria-v2-scroll-end="false"])::after {
    display: none;
    content: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-copy,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-teaser {
    width: 100%;
    max-width: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
    align-items: center;
}

.adria-v2-mobile-dock__identity,
.adria-v2-mobile-dock__identity > strong,
.adria-v2-mobile-dock__identity > small {
    display: block;
    min-width: 0;
}

.adria-v2-mobile-dock__identity > strong {
    overflow: hidden;
    font-size: 10px;
    font-weight: 760;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adria-v2-mobile-dock__identity > small {
    margin-top: 2px;
    overflow: hidden;
    color: #647184;
    font-size: 8px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adria-v2-mobile-dock__quantity {
    display: grid;
    grid-template-columns: 25px 24px 25px;
    align-items: center;
    min-height: 28px;
    overflow: hidden;
    border: 1px solid #cbd4e0;
    border-radius: 7px;
    background: #fff;
}

.adria-v2-mobile-dock__quantity button,
.adria-v2-mobile-dock__quantity strong {
    display: grid;
    width: 100%;
    min-width: 0;
    height: 28px;
    min-height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #283140;
    font-size: 11px;
    line-height: 1;
    place-items: center;
}

.adria-v2-mobile-dock__quantity button:disabled {
    color: #aab2be;
}

.adria-v2-mobile-dock[data-purchase-mode="notify"] .adria-v2-mobile-dock__quantity {
    display: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure {
    display: grid !important;
    place-items: center !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product figure img {
    width: auto !important;
    max-width: 82% !important;
    height: auto !important;
    max-height: 82% !important;
    margin: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

@media (min-width: 600px) and (max-width: 899px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products {
        gap: 9px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        flex: 0 0 calc((100vw - (2 * var(--adria-v2-page-gutter)) - 18px) / 3) !important;
        width: calc((100vw - (2 * var(--adria-v2-page-gutter)) - 18px) / 3) !important;
        min-width: 0 !important;
    }
}

@media (max-width: 767px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-single-gallery-badge {
        top: 10px !important;
        min-height: 19px !important;
        padding-inline: 6px !important;
        font-size: 8.6px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note {
        min-height: 46px !important;
        padding: 5px 6px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note__icon,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note__help {
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        min-height: 20px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note__body strong {
        font-size: 9px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-actions {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 7px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify button {
        min-width: 80px;
        padding-inline: 9px;
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-notify input[type="email"] {
        padding-inline: 9px;
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products {
        padding-bottom: 16px;
    }
}

/* Owner refinement - 2026-08-21, round 9.
   This is the final responsive owner for the opening: balanced media and buy
   panels from tablet landscape upward, labelled desktop purchase rows, a
   centered blue media light, compact packs, pill actions, and an explicit
   quantity owner in the armed phone dock. */
.adria-v2-control-label {
    display: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
    background:
        radial-gradient(ellipse 36% 41% at 50% 50%, rgba(72, 197, 255, .58) 0%, rgba(25, 126, 255, .34) 34%, rgba(0, 66, 236, .14) 57%, rgba(0, 66, 236, 0) 75%),
        radial-gradient(ellipse 58% 54% at 50% 51%, rgba(69, 164, 255, .20) 0%, rgba(69, 164, 255, 0) 72%),
        #f7f8fa !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery > .ct-product-gallery-container,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery > .ct-product-gallery-container > figure.ct-media-container {
    background: transparent !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
    image-rendering: auto;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-action,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-add-button {
    border-radius: 999px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__flag {
    display: block;
    width: 28px;
    min-width: 28px;
    height: 21px;
    border-radius: 2px;
    object-fit: cover;
    font-size: 20px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > button,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > span {
    min-height: 44px;
    font-size: 10px;
    line-height: 1.2;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
    justify-content: safe center;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button {
    font-size: 13px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product figure img {
    max-width: 76% !important;
    max-height: 76% !important;
    image-rendering: auto !important;
}

@media (min-width: 900px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: var(--adria-v2-opening-width) !important;
        margin-inline: auto !important;
        align-items: stretch !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-buy {
        box-sizing: border-box !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: clamp(590px, 44vw, 630px) !important;
        min-height: clamp(590px, 44vw, 630px) !important;
        max-height: clamp(590px, 44vw, 630px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: clamp(590px, 44vw, 630px) !important;
        min-height: clamp(590px, 44vw, 630px) !important;
        max-height: clamp(590px, 44vw, 630px) !important;
        aspect-ratio: auto !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
        top: 50%;
        height: clamp(314px, 25vw, 350px) !important;
        max-height: 57% !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-notes {
        right: 12px !important;
        bottom: 12px !important;
        left: 12px !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        justify-content: stretch !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media .adria-product-image-note {
        width: auto !important;
        max-width: none !important;
        min-height: 48px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        gap: 16px;
        align-items: center;
        margin-top: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-purchase-controls,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-choice-row {
        display: grid !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        grid-template-columns: 62px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        gap: 8px 10px !important;
        align-items: center !important;
        width: 100% !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-control-label {
        display: block;
        min-width: 62px;
        color: #7b8492;
        font-size: 8.5px;
        font-weight: 790;
        letter-spacing: .13em;
        line-height: 1;
        white-space: nowrap;
        text-transform: uppercase;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-control-label--mass {
        grid-column: 1;
        grid-row: 1;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-control-label--quantity {
        grid-column: 1;
        grid-row: 2;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-strengths {
        grid-column: 2;
        grid-row: 1;
        margin: 0 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-native-purchase {
        grid-column: 2;
        grid-row: 2;
        justify-self: start !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-purchase-line {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: end !important;
        margin: 0 !important;
        text-align: right;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-price-summary {
        align-items: flex-end;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary small {
        max-width: 170px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack {
        flex: 0 0 clamp(104px, 18%, 116px);
        grid-template-columns: 42px minmax(0, 1fr);
        min-width: 104px;
        max-width: 116px;
        min-height: 60px;
        padding: 4px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-actions {
        grid-template-columns: 94px minmax(0, 1fr);
    }
}

@media (min-width: 900px) and (max-width: 1119px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-buy {
        padding: 15px 14px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-buy h1 {
        font-size: clamp(26px, 3.2vw, 31px);
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-summary {
        font-size: 11.5px;
        line-height: 1.42;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview {
        gap: 10px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-purchase-controls,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-overview .adria-v2-choice-row {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 7px 6px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength > span {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 34px;
        min-height: 34px;
        max-height: 34px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength > span {
        padding-inline: 5px;
        font-size: 9px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary strong {
        font-size: 20px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary small {
        max-width: 125px;
        font-size: 7.5px;
    }
}

@media (max-width: 899px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-control-label {
        display: none;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-purchase-line {
        margin-top: 12px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary {
        flex-direction: row;
        gap: 8px;
        align-items: baseline;
        flex-wrap: wrap;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary small {
        margin-top: 0;
        font-size: 9.5px;
    }
}

@media (max-width: 599px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .hero-section {
        margin-bottom: 14px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full > article > .product {
        margin-top: 0 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media > .woocommerce-product-gallery {
        height: clamp(280px, 75vw, 300px) !important;
        min-height: clamp(280px, 75vw, 300px) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .adria-v2-media__cutout {
        top: 46%;
        height: clamp(216px, 59vw, 232px) !important;
        max-height: 79% !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-facts > span {
        padding-inline: 7px;
        font-size: 9.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
        gap: 1px;
        justify-content: safe center;
        padding-inline: 6px;
        scroll-padding-inline: 6px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button:nth-child(n) {
        padding-inline: 6px;
        font-size: 11.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__quantity {
        display: grid;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__add {
        border-radius: 999px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product figure img {
        max-width: 80% !important;
        max-height: 80% !important;
    }
}

/* Related-card and opening-surface correction — 2026-08-30.
   Keep the intentional opening clearance, but remove the legacy gradient seam
   and restore the square standardized product media without distortion. */
body.adria-site.single-product.adria-storefront-v2-pdp #main {
    background: #f7f8fa !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto 18px 22px 16px auto !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    place-items: stretch !important;
    overflow: hidden !important;
    background: #edf6ff !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .price:not(.adria-v2-card-price),
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta {
    display: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-price {
    display: grid !important;
    grid-column: 2 !important;
    grid-row: 2 / 4 !important;
    grid-template-rows: 14px 20px !important;
    align-self: start !important;
    justify-items: end !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 11px 0 5px !important;
    color: #273244 !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__label {
    color: #697587 !important;
    font-size: 8px !important;
    font-weight: 760 !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__value,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__value .woocommerce-Price-amount {
    color: #273244 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-category {
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    align-self: start !important;
    height: 16px !important;
    min-height: 16px !important;
    padding: 2px 11px 0 !important;
    overflow: hidden !important;
    color: #697587 !important;
    font-size: 8.5px !important;
    font-weight: 720 !important;
    letter-spacing: .035em !important;
    line-height: 12px !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* Owner refinement - 2026-08-21, round 10.
   Soften and broaden the vial light, place destination ownership on the
   arrival row, and give the price a quieter but clearer desktop presence. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
    background:
        radial-gradient(ellipse 46% 49% at 50% 50%, rgba(72, 197, 255, .34) 0%, rgba(25, 126, 255, .19) 38%, rgba(0, 66, 236, .07) 64%, rgba(0, 66, 236, 0) 84%),
        radial-gradient(ellipse 66% 60% at 50% 51%, rgba(69, 164, 255, .11) 0%, rgba(69, 164, 255, 0) 80%),
        #f7f8fa !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary strong {
    font-weight: 560;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__row--dispatch {
    grid-template-columns: 24px minmax(0, 1fr);
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__row--arrival {
    grid-template-columns: 24px minmax(0, 1fr) auto;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__row--arrival > .adria-v2-fulfilment__arrival-row {
    grid-column: 2;
    grid-row: 1;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__row--arrival > .adria-v2-fulfilment__country {
    grid-column: 3;
    grid-row: 1;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__destination {
    white-space: nowrap;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-fulfilment__flag {
    width: 24px;
    min-width: 24px;
    height: 18px;
}

@media (min-width: 900px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary strong {
        font-size: clamp(24px, 1.9vw, 27px);
    }
}

/* Owner mobile readability refinement - 2026-08-22, round 11. */
@media (max-width: 599px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strengths__options {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
        scroll-padding-inline: 1px;
        scrollbar-width: none;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strengths__options::-webkit-scrollbar {
        display: none;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength {
        flex: 0 0 auto;
        width: max-content;
        min-width: 58px;
        max-width: min(220px, calc(100vw - 138px));
        height: auto;
        min-height: 44px;
        max-height: none;
        overflow: visible;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength > span {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: auto;
        min-height: 42px;
        max-height: none;
        padding: 6px 4px;
        font-size: 11px;
        line-height: 1.15;
        overflow-wrap: anywhere;
        text-align: center;
        white-space: normal;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strengths__options > .adria-v2-strength:only-child {
        max-width: 100%;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .quantity {
        grid-template-rows: 38px;
        height: 38px;
        min-height: 38px;
        max-height: 38px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .quantity button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-opening .quantity input.qty {
        height: 36px;
        min-height: 36px;
        line-height: 36px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary strong {
        font-size: 23px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary del {
        font-size: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-price-summary small {
        font-size: 10.5px;
        line-height: 1.35;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-packs > legend {
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack {
        min-height: 62px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__copy strong {
        font-size: 9.25px;
        line-height: 1.18;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack__copy small {
        font-size: 8.5px;
        line-height: 1.2;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-add-button {
        min-height: 48px;
        font-size: 12.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-action {
        min-height: 48px;
        font-size: 12.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button:nth-child(n) {
        min-height: 46px;
        padding-block: 8px;
        font-size: 12.5px;
        line-height: 1.15;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__panel {
        font-size: 13.5px;
        line-height: 1.55;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__eyebrow {
        font-size: 9px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__panel h2 {
        font-size: 23px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-copy__paragraph {
        font-size: 13.5px;
        line-height: 1.55;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-teaser,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-teaser a {
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification dt {
        font-size: 11px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification dd {
        font-size: 13px;
        line-height: 1.45;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-sequence summary,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-sequence code {
        font-size: 11px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-tests__latest {
        font-size: 10.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-strength {
        width: auto;
        min-width: 84px;
        max-width: min(220px, calc(100vw - 44px));
        height: auto;
        min-height: 46px;
        padding: 7px 10px;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-strength strong {
        font-size: 11.5px;
        line-height: 1.15;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-strength small {
        font-size: 8.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-source strong {
        font-size: 13px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-source small,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-meta dt {
        font-size: 10px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-meta dd {
        font-size: 13px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-action {
        min-height: 46px;
        font-size: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__header p {
        font-size: 10px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__badge {
        font-size: 8.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dt {
        font-size: 12.5px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dt small {
        font-size: 9px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd {
        font-size: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__allocation {
        font-size: 11px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__identity > small {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        font-size: 8.5px;
        line-height: 1.2;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock .adria-v2-mobile-dock__strengths button {
        min-height: 42px;
        height: auto;
        padding: 5px 6px;
        font-size: 9.5px;
        line-height: 1.15;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__quantity {
        grid-template-columns: 30px 26px 30px;
        min-height: 34px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__quantity button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__quantity strong {
        height: 34px;
        min-height: 34px;
        font-size: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-mobile-dock__add {
        min-height: 44px;
        font-size: 11.5px;
    }
}

/* Owner mobile information-rail refinement - 2026-08-23, round 12. */
@media (min-width: 320px) and (max-width: 599px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
        display: grid;
        grid-template-columns: max-content max-content max-content max-content max-content;
        justify-content: space-between;
        gap: 1px;
        width: 100%;
        min-width: 0;
        padding-inline: 1px;
        overflow-x: hidden;
        overflow-y: hidden;
        overscroll-behavior: none;
        touch-action: pan-y !important;
        cursor: default;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button:nth-child(n) {
        flex: none;
        width: auto !important;
        min-width: 0;
        max-width: none;
        padding-inline: 0;
        font-size: clamp(10.5px, 3.3vw, 12.5px);
        white-space: nowrap;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info:has(.adria-v2-info__tabs[data-adria-v2-scroll-end="false"])::after {
        display: none;
    }
}

/* Owner screenshot correction - 2026-08-25.
 * The public PDP owns its heading, so Blocksy's empty hero must not reserve
 * an opening band above the product layout. */
body.adria-site.single-product.adria-storefront-v2-pdp .hero-section {
    margin-bottom: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full > article > .product {
    margin-top: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .ct-container-full[data-vertical-spacing]::before {
    inset-block-start: 0 !important;
}

/* Complete product facts and certificate QC release - 2026-08-30. */
body.adria-site.single-product.adria-storefront-v2-pdp {
    --adria-v2-opening-header-gap: 14px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .product-entry-wrapper > .adria-v2-opening {
    margin-block-start: var(--adria-v2-opening-header-gap) !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification dd,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__value {
    min-width: 0;
    text-align: right;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__status {
    display: inline-flex;
    flex: none;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
    background: #f4f5f7;
    color: #596171;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__status[data-status="pass"] {
    border-color: #d5ebdf;
    background: #eaf7f0;
    color: #147a43;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__status[data-status="reported"] {
    border-color: #e4e7ec;
    background: #f4f5f7;
    color: #596171;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specifications__release-error {
    max-width: 720px;
    margin: 0;
    color: #4f5665;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 899px) {
    body.adria-site.single-product.adria-storefront-v2-pdp {
        --adria-v2-opening-header-gap: 10px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd {
        align-items: flex-end;
        flex-direction: column;
        gap: 7px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__status {
        min-width: 70px;
        min-height: 24px;
        padding-inline: 8px;
        font-size: 9px;
    }
}

/* Product opening background continuity correction - 2026-08-30.
 * Give the vial light one owner and extend it through the intentional clear
 * space above the media and, on phone/tablet, before the purchase panel. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout {
    position: relative;
    isolation: isolate;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout::before {
    position: absolute;
    z-index: -1;
    inset: calc(-1 * var(--adria-v2-opening-header-gap)) 0 calc(-1 * var(--adria-v2-opening-media-tail-gap, 0px));
    background:
        radial-gradient(ellipse 46% 49% at 50% 50%, rgba(72, 197, 255, .34) 0%, rgba(25, 126, 255, .19) 38%, rgba(0, 66, 236, .07) 64%, rgba(0, 66, 236, 0) 84%),
        radial-gradient(ellipse 66% 60% at 50% 51%, rgba(69, 164, 255, .11) 0%, rgba(69, 164, 255, 0) 80%),
        #f7f8fa;
    content: "";
    pointer-events: none;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout > .woocommerce-product-gallery {
    background: transparent !important;
}

@media (max-width: 899px) {
    body.adria-site.single-product.adria-storefront-v2-pdp {
        --adria-v2-opening-media-tail-gap: 12px;
    }
}

/* Approved Handling profiles and phone information/card refinement — 2026-08-30. */
.adria-v2-handling--bacteriostatic_water {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adria-v2-handling__section p + p,
.adria-v2-handling__section p + ul,
.adria-v2-handling__section ul + p {
    margin-top: 12px;
}

.adria-v2-handling__section ul {
    display: grid;
    gap: 7px;
    margin: 12px 0 0;
    padding: 0;
    color: #59626f;
    font-size: 11px;
    line-height: 1.55;
    list-style: none;
}

.adria-v2-handling__section li {
    position: relative;
    padding-left: 13px;
}

.adria-v2-handling__section li::before {
    position: absolute;
    top: .64em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0042ec;
    content: "";
}

.adria-v2-handling__section li strong,
.adria-v2-handling__important strong {
    color: #202631;
    font-weight: 750;
}

.adria-v2-handling__important {
    padding: 12px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #f7faff;
}

@media (max-width: 767px) {
    .adria-v2-handling--bacteriostatic_water {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (min-width: 320px) and (max-width: 599px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs {
        box-sizing: border-box;
        padding-inline: 12px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: auto 18px minmax(34px, auto) 34px 15px auto !important;
        align-items: start !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-loop-stock {
        box-sizing: border-box !important;
        grid-column: 1 !important;
        grid-row: 2 !important;
        min-height: 18px !important;
        margin: 0 !important;
        padding: 3px 10px 0 !important;
        font-size: 9.25px !important;
        line-height: 14px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .woocommerce-loop-product__title {
        box-sizing: border-box !important;
        display: -webkit-box !important;
        grid-column: 1 !important;
        grid-row: 3 !important;
        align-self: start !important;
        height: auto !important;
        min-height: 34px !important;
        max-height: 34px !important;
        margin: 0 !important;
        padding: 1px 10px !important;
        overflow: hidden !important;
        font-size: 13px !important;
        line-height: 16px !important;
        letter-spacing: -.015em !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-price {
        display: grid !important;
        grid-column: 1 !important;
        grid-row: 4 !important;
        grid-template-rows: 13px 19px !important;
        align-self: start !important;
        justify-self: stretch !important;
        justify-items: start !important;
        width: auto !important;
        height: 34px !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 0 10px !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__label {
        align-self: end !important;
        color: #697587 !important;
        font-size: 7.5px !important;
        font-weight: 750 !important;
        line-height: 11px !important;
        text-transform: uppercase !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__value,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product .adria-v2-card-price__value .woocommerce-Price-amount {
        align-self: start !important;
        color: #273244 !important;
        font-size: 13px !important;
        font-weight: 720 !important;
        line-height: 19px !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-category {
        box-sizing: border-box !important;
        grid-column: 1 !important;
        grid-row: 5 !important;
        align-self: start !important;
        height: 15px !important;
        min-height: 15px !important;
        max-height: 15px !important;
        margin: 0 !important;
        padding: 1px 10px 0 !important;
        overflow: hidden !important;
        color: #697587 !important;
        font-size: 7.5px !important;
        font-weight: 700 !important;
        letter-spacing: .025em !important;
        line-height: 12px !important;
        text-align: left !important;
        text-overflow: ellipsis !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions {
        grid-column: 1 !important;
        grid-row: 6 !important;
        align-self: end !important;
        justify-self: stretch !important;
        width: auto !important;
        margin: 7px 10px 0 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions > a,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions > .button {
        width: 100% !important;
    }
}

/* PDP Particle content and layout refinement - 2026-08-30 */
.adria-v2-overview-section {
    max-width: 820px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--adria-v2-rule);
}

.adria-v2-overview-section h3 {
    margin: 0 0 9px;
    color: #171a1f;
    font-size: 15px;
    line-height: 1.35;
}

.adria-v2-overview-section .adria-v2-overview-copy__paragraph + .adria-v2-overview-copy__paragraph {
    margin-top: 10px;
}

.adria-v2-handling--peptide {
    grid-template-columns: minmax(0, 1fr);
}

.adria-v2-handling--peptide .adria-v2-handling__section + .adria-v2-handling__section {
    border-top: 1px solid var(--adria-v2-rule);
    border-left: 0;
}

.adria-v2-strength--long {
    flex: 0 1 240px !important;
    width: auto !important;
    min-width: min(180px, 100%) !important;
    max-width: min(240px, 100%) !important;
    height: auto !important;
    min-height: 44px !important;
}

.adria-v2-strength--long > span {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 42px;
    padding: 7px 10px;
    overflow-wrap: anywhere;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength.adria-v2-strength--long {
    flex: 0 1 240px !important;
    width: auto !important;
    min-width: min(180px, 100%) !important;
    max-width: min(240px, 100%) !important;
    height: auto !important;
    min-height: 44px !important;
    max-height: none !important;
    overflow: visible !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-strength.adria-v2-strength--long > span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 42px !important;
    max-height: none !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
}

.adria-v2-test-strength--long {
    width: auto !important;
    max-width: min(280px, 100%) !important;
    height: auto !important;
    min-height: 46px !important;
    overflow-wrap: anywhere;
    white-space: normal;
}

.adria-v2-test-strength--long strong {
    line-height: 1.2;
    white-space: normal;
}

.adria-v2-pack {
    box-sizing: border-box;
    flex: 0 0 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
}

.adria-v2-pack[data-quantity="10"] {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    flex-basis: 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 66px !important;
}

.adria-v2-pack[data-quantity="10"] .adria-v2-pack__vials {
    justify-content: center !important;
    width: 72px !important;
    padding-inline: 2px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack[data-quantity="10"] .adria-v2-pack__vials img {
    height: 32px !important;
    margin-left: -12px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-pack[data-quantity="10"] .adria-v2-pack__vials img:first-child {
    margin-left: 0 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-media--cutout::before {
    inset: 0 0 calc(-1 * var(--adria-v2-opening-media-tail-gap, 0px));
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto 18px 34px 38px !important;
    align-items: start !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #edf6ff !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > figure img {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-loop-stock {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    min-width: 0 !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 3px 10px 0 !important;
    overflow: hidden !important;
    font-size: 9.25px !important;
    line-height: 14px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .woocommerce-loop-product__title {
    display: -webkit-box !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 1px 10px !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 16px !important;
    letter-spacing: -.015em !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .price {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 4 !important;
    align-self: center !important;
    justify-self: start !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 4px 0 10px !important;
    color: #273244 !important;
    font-size: 13px !important;
    font-weight: 720 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
}

/* Match the specificity of the earlier legacy-card suppression so the native
   Shop price remains the visible price owner inside the related-card row. */
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .price:not(.adria-v2-card-price) {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 4 !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .entry-meta,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-price,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .adria-v2-card-category {
    display: none !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions {
    grid-column: 2 !important;
    grid-row: 4 !important;
    align-self: center !important;
    justify-self: end !important;
    width: auto !important;
    margin: 0 0 0 4px !important;
}

body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions > a,
body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product > .ct-woo-card-actions > .button {
    width: auto !important;
    min-width: 68px !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    font-size: 10.5px !important;
}

@media (max-width: 599px) {
    .adria-v2-overview-section {
        margin-top: 18px;
        padding-top: 17px;
    }

    .adria-v2-overview-section h3 {
        font-size: 14px;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail {
        box-sizing: border-box !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-inline: calc(50% - 50vw) !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-related-products__rail ul.products li.product {
        flex: 0 0 clamp(160px, calc((100vw - 28px) / 2), 190px) !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: auto 18px 34px 38px !important;
        width: clamp(160px, calc((100vw - 28px) / 2), 190px) !important;
    }
}

/* Desktop product-information readability — 2026-09-15.
   Typography only: preserve panel widths, grids, spacing and primary headings. */
@media (min-width: 1000px) {
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__tabs button {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__panel > p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-copy__paragraph,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-grid section > div,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-copy li,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-handling li,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-handling__section p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-handling details p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__heading > p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification-groups > section > p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-grid section > p {
        font-size: 11px !important;
        line-height: 1.5 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-section h3,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-grid h3,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-handling__section h3,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-handling summary,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-references h3 {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification dt {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__source strong,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-specification dd,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-references article > p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-relationship,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-record--state > p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-record--state > span,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-overview-copy__attribution,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-teaser > span,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-references article > small,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-record__latest,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-allocation-note,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-record--state > small,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__source small,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__result > span,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dt small {
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-sequence summary,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-sequence code,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-reference-teaser button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-references a,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-info__link,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__button,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__meta dt,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-certificate-card__meta dd,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel header p,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dt,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel dd span,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-qc-panel__empty,
    body.adria-site.single-product.adria-storefront-v2-pdp .adria-v2-test-strength strong {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}
