html[data-product-profile="oem-delay-spray"] {
  --oem-navy: #071a2d;
  --oem-ink: #111827;
  --oem-pink: #e8275f;
  --oem-green: #169447;
  --oem-leaf: #b7dc58;
  --oem-paper: #f8f8f3;
  --oem-rose: #f3e8ea;
  --oem-line: #d9ddd7;
  --oem-white: #ffffff;
  --oem-burgundy: #8b1e2e;
  color-scheme: light;
  scroll-behavior: smooth;
  overflow-x: clip;
}

html[data-product-profile="oem-delay-spray"] body {
  margin: 0;
  background: var(--oem-paper);
  color: var(--oem-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

html[data-product-profile="oem-delay-spray"] *,
html[data-product-profile="oem-delay-spray"] *::before,
html[data-product-profile="oem-delay-spray"] *::after { box-sizing: border-box; letter-spacing: 0; }
html[data-product-profile="oem-delay-spray"] h1,
html[data-product-profile="oem-delay-spray"] h2,
html[data-product-profile="oem-delay-spray"] h3,
html[data-product-profile="oem-delay-spray"] h4 { letter-spacing: 0 !important; }

html[data-product-profile="oem-delay-spray"] .button {
  min-height: 50px;
  border-radius: 5px;
  border-color: var(--oem-pink);
  background: var(--oem-pink);
  color: var(--oem-white);
  font-weight: 800;
  text-transform: uppercase;
}

html[data-product-profile="oem-delay-spray"] .button:hover { background: #bd1748; border-color: #bd1748; transform: translateY(-1px); }
html[data-product-profile="oem-delay-spray"] .button--outline { background: var(--oem-white); color: var(--oem-navy); border-color: var(--oem-navy); }
html[data-product-profile="oem-delay-spray"] .button:focus-visible,
html[data-product-profile="oem-delay-spray"] a:focus-visible,
html[data-product-profile="oem-delay-spray"] button:focus-visible,
html[data-product-profile="oem-delay-spray"] summary:focus-visible,
html[data-product-profile="oem-delay-spray"] select:focus-visible,
html[data-product-profile="oem-delay-spray"] input:focus-visible { outline: 3px solid #f5c542; outline-offset: 3px; }
html[data-product-profile="oem-delay-spray"] .commerce-primary-cta { border-color: var(--oem-pink) !important; background: var(--oem-pink) !important; color: var(--oem-white) !important; }
html[data-product-profile="oem-delay-spray"] .commerce-primary-cta:hover { border-color: #bd1748 !important; background: #bd1748 !important; }
html[data-product-profile="oem-delay-spray"] .commerce-cta-benefit { color: var(--oem-burgundy); }

.oem-section-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.oem-eyebrow, .oem-kicker { margin: 0 0 14px; color: var(--oem-pink); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.oem-section-lead { max-width: 680px; margin: 18px auto 0; color: #5d6571; font-size: 18px; line-height: 1.7; }
.oem-dark-section { background: var(--oem-navy); color: var(--oem-white); }
.oem-dark-section .oem-eyebrow { color: #ff5e89; }

.oem-announcement {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 7px 20px;
  background: var(--oem-pink);
  color: var(--oem-white);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.oem-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid #e3e5e1; background: rgba(255,255,255,.96); }
.oem-header.is-scrolled { box-shadow: 0 6px 20px rgba(7,26,45,.1); backdrop-filter: blur(12px); }
.oem-header-inner { display: grid; width: min(1240px, calc(100% - 36px)); min-height: 72px; margin: 0 auto; align-items: center; grid-template-columns: 200px 1fr 250px; }
.oem-wordmark { color: var(--oem-navy); font-size: 23px; font-weight: 950; text-decoration: none; }
.oem-wordmark span { color: var(--oem-green); }
.oem-desktop-nav { display: flex; justify-content: center; gap: 32px; }
.oem-desktop-nav a, .oem-header-actions a { color: var(--oem-navy); font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.oem-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.oem-header-cta { display: inline-grid; min-height: 40px; place-items: center; padding: 0 18px; border-radius: 5px; background: var(--oem-pink); color: var(--oem-white) !important; }
.oem-bag-link { white-space: nowrap; }
.oem-mobile-menu { display: none; }

.oem-product { background: var(--oem-white); padding: 56px 0 42px; }
.oem-product-inner { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto; align-items: start; gap: 64px; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); }
.oem-product-visual { position: sticky; top: 110px; min-width: 0; }
.oem-product-image-frame { position: relative; display: grid; overflow: hidden; width: 100%; aspect-ratio: 1; place-items: center; border: 1px solid #e2e5e0; border-radius: 6px; background: #f1f4ef; }
.oem-product-image-frame img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.oem-product-badge { position: absolute; top: 18px; right: 18px; padding: 9px 12px; border-radius: 4px; background: var(--oem-pink); color: var(--oem-white); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.oem-product-thumbs { display: flex; overflow-x: auto; gap: 9px; margin-top: 12px; padding: 2px 2px 6px; scrollbar-width: thin; }
.oem-product-thumbs button { flex: 0 0 70px; width: 70px; height: 70px; overflow: hidden; padding: 3px; border: 1px solid var(--oem-line); border-radius: 4px; background: var(--oem-white); }
.oem-product-thumbs button[aria-pressed="true"] { border: 2px solid var(--oem-pink); }
.oem-product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.oem-product-visual .gallery-meta { display: flex; justify-content: space-between; margin-top: 6px; color: #656c75; font-size: 12px; }
.oem-product-visual .text-link { color: var(--oem-navy) !important; }
.oem-rating-line { color: #4a5059; font-size: 14px; }
.oem-rating-line > span { color: var(--oem-pink); }
.oem-rating-line a { color: var(--oem-navy); font-weight: 800; }
.oem-kicker { margin-top: 24px; }
.oem-product-copy h1 { margin: 0; color: var(--oem-navy) !important; font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif !important; font-size: 70px; font-weight: 900; line-height: .9; text-transform: uppercase; }
.oem-product-tag { max-width: 570px; margin: 22px 0; color: #414a55; font-size: 18px; line-height: 1.55; }
.oem-product-bullets { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; list-style: none; }
.oem-product-bullets li { display: grid; align-items: center; gap: 10px; grid-template-columns: 24px 1fr; font-size: 15px; font-weight: 700; }
.oem-product-bullets span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #dff2e5; color: var(--oem-green); }
.oem-product-bonus { display: grid; gap: 5px; margin: 0 0 20px; padding: 14px 16px; border-left: 4px solid var(--oem-green); background: #f1f7f2; }
.oem-product-bonus b { font-size: 14px; }
.oem-product-bonus span { color: #646b73; font-size: 12px; }
.oem-price { margin: 12px 0 18px; }
.oem-price .price-current { color: var(--oem-navy); font-size: 26px; font-weight: 900; }
.oem-price .price-unit { color: #6d737a; font-size: 13px; }
.oem-product-form .offer-options { display: grid; gap: 8px; }
.oem-product-form .offer-card { position: relative; display: grid; min-height: 66px; align-items: center; padding: 11px 14px; border: 1px solid #cfd4ce; border-radius: 5px; background: var(--oem-white); cursor: pointer; grid-template-columns: 22px 1fr; }
.oem-product-form .offer-card:has(input:checked) { border: 2px solid var(--oem-pink); background: #fff7f9; }
.oem-product-form .offer-card-copy { display: grid; align-items: center; gap: 4px 10px; grid-template-columns: 1fr auto; }
.oem-product-form .offer-card-copy strong { color: var(--oem-navy); text-transform: uppercase; }
.oem-product-form .offer-card-copy b { color: var(--oem-navy); }
.oem-product-form .offer-card-discount { justify-self: start; padding: 3px 6px; border-radius: 3px; background: var(--oem-pink); color: var(--oem-white); font-size: 10px; font-weight: 900; }
.oem-product-form > label { display: block; margin: 15px 0 7px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.oem-product-form .quantity-control { width: 132px; }
.oem-product-form .purchase-actions { display: grid; gap: 8px; margin-top: 14px; grid-template-columns: .72fr 1.28fr; }
.oem-product-form .purchase-actions .button { width: 100%; min-height: 56px; }
.oem-urgency { margin: 14px 0; color: #666d74; font-size: 11px; font-weight: 800; text-align: center; }
.oem-trust-grid { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); }
.oem-trust-grid span { display: grid; min-height: 66px; align-content: center; justify-items: center; color: #646c74; font-size: 9px; font-weight: 800; text-align: center; }
.oem-trust-grid b { display: grid; width: 30px; height: 30px; margin-bottom: 4px; place-items: center; border: 1px solid var(--oem-navy); border-radius: 50%; color: var(--oem-navy); font-size: 10px; }

.oem-marquee { overflow: hidden; background: var(--oem-pink); color: var(--oem-white); }
.oem-marquee div { width: max-content; padding: 10px 0; font-size: 12px; font-weight: 900; text-transform: uppercase; animation: oem-marquee 28s linear infinite; }
.oem-marquee span { padding: 0 18px; }
@keyframes oem-marquee { to { transform: translateX(-45%); } }

.oem-truth { padding: 96px 0; }
.oem-truth-grid { display: grid; align-items: center; gap: 80px; grid-template-columns: 1.2fr .8fr; }
.oem-truth h2, .oem-compare h2, .oem-before-after h2, .oem-reels h2, .oem-how h2, .oem-routine h2, .oem-ingredients h2, .oem-reviews h2, .oem-shipping h2, .oem-faq h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif !important; font-size: 54px; font-weight: 900; line-height: .98; text-transform: uppercase; }
.oem-truth h2 em, .oem-compare h2 em, .oem-before-after h2 em, .oem-reels h2 em, .oem-how h2 em, .oem-routine h2 em, .oem-ingredients h2 em, .oem-reviews h2 em, .oem-shipping h2 em { color: var(--oem-pink); font-style: normal; }
.oem-truth p { max-width: 650px; color: #c4cdd6; font-size: 17px; line-height: 1.75; }
.oem-big-stat { display: grid; align-items: baseline; justify-content: center; color: var(--oem-pink); grid-template-columns: auto auto auto; }
.oem-big-stat strong { font-family: Impact, sans-serif; font-size: 120px; font-weight: 900; }
.oem-big-stat span { margin: 0 10px; font-size: 24px; text-transform: uppercase; }
.oem-big-stat small { grid-column: 1 / -1; color: var(--oem-white); font-size: 11px; font-weight: 900; text-align: center; }

.oem-compare { padding: 94px 0 82px; text-align: center; }
.oem-compare h2 { color: var(--oem-navy); }
.oem-table-scroll { overflow-x: auto; margin-top: 42px; padding: 4px; }
.oem-compare-table { width: 100%; min-width: 760px; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid var(--oem-line); border-radius: 7px; background: var(--oem-white); text-align: center; }
.oem-compare-table th, .oem-compare-table td { height: 62px; padding: 12px; border-right: 1px solid #e2e5e1; border-bottom: 1px solid #e2e5e1; font-size: 13px; }
.oem-compare-table thead th { background: #eaf0f4; color: var(--oem-navy); font-size: 12px; text-transform: uppercase; }
.oem-compare-table thead th:nth-child(2) { background: var(--oem-navy); color: var(--oem-white); }
.oem-compare-table tbody th { width: 34%; text-align: left; }
.oem-compare-table td.yes { color: var(--oem-pink); font-weight: 900; }
.oem-compare-table tr:last-child > * { border-bottom: 0; }
.oem-compare-table tr > *:last-child { border-right: 0; }
.oem-footnote { color: #777e85; font-size: 11px; }

.oem-study { padding: 72px 0; background: var(--oem-white); text-align: center; }
.oem-study h2 { color: var(--oem-navy); font-size: 32px; }
.oem-study > div > p { max-width: 860px; margin: 14px auto 40px; color: #59616b; line-height: 1.65; }
.oem-study-grid { display: grid; gap: 28px; grid-template-columns: repeat(4, 1fr); }
.oem-study-grid article { padding: 4px 10px; }
.oem-study-grid strong { display: grid; width: 94px; height: 94px; margin: 0 auto 15px; place-items: center; border: 4px solid var(--oem-navy); border-radius: 50%; color: var(--oem-navy); font-size: 36px; }
.oem-study-grid strong span { margin-left: -26px; font-size: 15px; transform: translate(31px, -30px); }
.oem-study-grid p { color: #555e68; font-size: 13px; line-height: 1.55; }

.oem-before-after { padding: 94px 0; text-align: center; }
.oem-before-after h2 { color: var(--oem-navy); }
.oem-ba-grid { display: grid; max-width: 900px; margin: 42px auto 0; align-items: center; gap: 22px; grid-template-columns: 1fr 56px 1fr; text-align: left; }
.oem-ba-grid article { min-height: 490px; padding: 35px; border-radius: 7px; }
.oem-ba-grid small { color: var(--oem-pink); font-weight: 900; text-transform: uppercase; }
.oem-ba-grid h3 { margin: 24px 0 8px; font-family: Impact, "Arial Black", Arial, sans-serif !important; font-size: 45px; line-height: .95; text-transform: uppercase; }
.oem-ba-grid p { min-height: 44px; font-size: 12px; text-transform: uppercase; }
.oem-before { border: 1px solid var(--oem-line); background: var(--oem-white); color: var(--oem-navy); }
.oem-after { background: var(--oem-navy); color: var(--oem-white); }
.oem-after h3 em { color: var(--oem-pink); font-style: normal; }
.oem-ba-arrow { color: var(--oem-pink); font-size: 42px; text-align: center; }
.oem-ba-grid dl { display: grid; gap: 15px; margin-top: 30px; }
.oem-ba-grid dl > div { display: grid; gap: 9px; grid-template-columns: 82px 1fr; }
.oem-ba-grid dt { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.oem-ba-grid dd { display: grid; margin: 0; align-items: center; gap: 8px; grid-template-columns: 1fr 38px; }
.oem-ba-grid dd > span { display: block; width: 0; height: 6px; background: var(--oem-pink); transition: width 900ms ease; }
.oem-ba-grid.is-visible dd > span { width: var(--value); }
.oem-ba-grid dd b { font-size: 11px; }

.oem-reels { overflow: hidden; padding: 94px 0; background: var(--oem-white); text-align: center; }
.oem-reels h2 { color: var(--oem-navy); }
.oem-reel-window { overflow-x: auto; margin-top: 42px; padding: 0 20px 14px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.oem-reel-track { display: flex; width: max-content; gap: 14px; }
.oem-reel-card { position: relative; display: flex; overflow: hidden; width: 270px; height: 480px; flex-direction: column; justify-content: flex-end; padding: 20px; border-radius: 8px; background: var(--oem-navy); color: var(--oem-white); scroll-snap-align: center; text-align: left; }
.oem-reel-card::after { position: absolute; inset: 40% 0 0; z-index: 0; background: rgba(7,26,45,.88); content: ""; }
.oem-reel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.oem-reel-card > *:not(img) { position: relative; z-index: 1; }
.oem-reel-card > p { position: absolute !important; top: 10px; left: 15px; right: 15px; margin: 0; font-size: 12px; }
.oem-reel-card small { color: #ff7ca1; font-weight: 900; text-transform: uppercase; }
.oem-reel-card h3 { margin: 8px 0; font-family: Impact, "Arial Black", Arial, sans-serif !important; font-size: 38px; line-height: .92; text-transform: uppercase; }
.oem-reel-card footer { min-height: 48px; color: #e7eaee; font-size: 12px; line-height: 1.45; }
.oem-outline-link { display: inline-grid; min-height: 44px; margin-top: 30px; place-items: center; padding: 0 18px; border: 1px solid var(--oem-navy); border-radius: 5px; color: var(--oem-navy); font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.oem-how { padding: 94px 0; text-align: center; }
.oem-how h2 { color: var(--oem-navy); }
.oem-how-grid { display: grid; gap: 16px; margin-top: 42px; grid-template-columns: repeat(3, 1fr); text-align: left; }
.oem-how-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--oem-line); border-radius: 7px; background: var(--oem-white); }
.oem-how-grid > article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--oem-pink); color: var(--oem-white); font-weight: 900; }
.oem-how-grid small { display: block; margin-top: 20px; color: var(--oem-pink); font-weight: 900; text-transform: uppercase; }
.oem-how-grid h3 { margin: 12px 0 9px; color: var(--oem-navy); font-size: 23px; text-transform: uppercase; }
.oem-how-grid p { color: #5e6670; line-height: 1.6; }

.oem-routine { padding: 88px 0; text-align: center; }
.oem-routine > div > p:not(.oem-eyebrow) { color: #c5ced7; }
.oem-routine-grid { display: grid; margin-top: 42px; border-top: 1px solid #ffffff2e; grid-template-columns: repeat(4, 1fr); }
.oem-routine-grid article { min-height: 170px; padding: 30px 22px; border-right: 1px solid #ffffff2e; }
.oem-routine-grid article:last-child { border-right: 0; }
.oem-routine-grid strong { color: var(--oem-pink); font-size: 34px; }
.oem-routine-grid p { min-height: 43px; color: #d4dae0; font-size: 12px; }
.oem-routine-grid b { font-size: 10px; text-transform: uppercase; }

.oem-ingredients { padding: 94px 0; background: var(--oem-rose); text-align: center; }
.oem-ingredients h2 { color: var(--oem-navy); }
.oem-ingredient-layout { display: grid; margin-top: 42px; align-items: stretch; gap: 30px; grid-template-columns: .9fr 1.1fr; text-align: left; }
.oem-label-image { display: grid; min-width: 0; text-decoration: none; }
.oem-label-image img { width: 100%; height: 100%; max-height: 560px; object-fit: contain; border-radius: 6px; background: var(--oem-white); }
.oem-label-image span { margin-top: 8px; color: var(--oem-navy); font-size: 12px; font-weight: 800; text-align: center; }
.oem-ingredient-copy { display: grid; gap: 12px; align-content: center; }
.oem-ingredient-copy article { padding: 22px; border-radius: 7px; background: var(--oem-white); }
.oem-ingredient-copy b { color: var(--oem-pink); font-size: 12px; text-transform: uppercase; }
.oem-ingredient-copy p { margin-bottom: 0; color: #545c65; line-height: 1.65; }

.oem-reviews { padding: 94px 0; background: var(--oem-white); text-align: center; }
.oem-reviews h2 { color: var(--oem-navy); }
.oem-review-stats { display: grid; max-width: 720px; margin: 35px auto; grid-template-columns: repeat(3, 1fr); }
.oem-review-stats > div { display: grid; gap: 5px; padding: 12px; border-right: 1px solid var(--oem-line); }
.oem-review-stats > div:last-child { border-right: 0; }
.oem-review-stats strong { color: var(--oem-navy); font-size: 25px; }
.oem-review-stats span { color: var(--oem-pink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.oem-selected-review-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); text-align: left; }
.oem-selected-review-grid article { display: flex; min-height: 220px; flex-direction: column; padding: 22px; border: 1px solid var(--oem-line); border-radius: 7px; background: var(--oem-paper); }
.oem-selected-review-grid article > span { color: var(--oem-pink); font-size: 12px; }
.oem-selected-review-grid h3 { margin: 18px 0 8px; color: var(--oem-navy); font-size: 16px; text-transform: uppercase; }
.oem-selected-review-grid p { color: #4f5861; font-size: 14px; line-height: 1.55; }
.oem-selected-review-grid footer { margin-top: auto; color: var(--oem-pink); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.oem-shipping { padding: 80px 0; }
.oem-shipping-grid { display: grid; align-items: center; gap: 70px; grid-template-columns: 1.1fr .9fr; }
.oem-shipping p, .oem-shipping li { color: #cbd3db; line-height: 1.65; }
.oem-shipping ul { display: grid; gap: 8px; padding-left: 18px; }
.oem-parcel { position: relative; min-height: 400px; overflow: hidden; border-radius: 7px; background: #dce9de; }
.oem-parcel img { width: 100%; height: 400px; object-fit: contain; }
.oem-parcel b { position: absolute; right: 0; bottom: 30px; padding: 12px 18px; background: var(--oem-pink); color: var(--oem-white); font-size: 12px; }

.oem-guarantee { padding: 74px 0; background: var(--oem-burgundy); color: var(--oem-white); text-align: center; }
.oem-guarantee .oem-section-inner { max-width: 850px; }
.oem-guarantee-seal { display: grid; width: 68px; height: 68px; margin: 0 auto 20px; place-items: center; border: 2px solid var(--oem-white); border-radius: 50%; font-size: 25px; font-weight: 900; }
.oem-guarantee .oem-eyebrow { color: #ffb6c9; }
.oem-guarantee h2 { margin: 0; font-family: Impact, "Arial Black", Arial, sans-serif !important; font-size: 42px; line-height: 1; text-transform: uppercase; }
.oem-guarantee p { font-size: 17px; line-height: 1.7; }

.oem-faq { padding: 94px 0; background: var(--oem-white); }
.oem-faq-grid { display: grid; align-items: start; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.oem-faq h2 { color: var(--oem-navy); }
.oem-faq-grid > div:first-child > p:not(.oem-eyebrow) { color: #606872; line-height: 1.6; }
.oem-faq-list details { border-bottom: 1px solid var(--oem-line); }
.oem-faq-list summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; color: var(--oem-navy); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.oem-faq-list summary::-webkit-details-marker { display: none; }
.oem-faq-list summary span { color: var(--oem-pink); font-size: 22px; }
.oem-faq-list details[open] summary span { transform: rotate(45deg); }
.oem-faq-list details p { margin-top: 0; padding: 0 30px 20px 0; color: #5e6670; line-height: 1.65; }

.oem-aggregate-reviews { padding: 88px 0; background: var(--oem-paper); }
.oem-aggregate-head { display: grid; align-items: center; gap: 35px; padding-bottom: 30px; border-bottom: 1px solid var(--oem-line); grid-template-columns: .7fr 1fr 1fr; }
.oem-aggregate-head > div:first-child strong { color: var(--oem-navy); font-size: 38px; }
.oem-aggregate-head > div:first-child span { display: block; color: var(--oem-pink); }
.oem-aggregate-head p { color: #626a73; font-size: 13px; }
.oem-rating-bars { display: grid; gap: 5px; }
.oem-rating-bars p { display: grid; margin: 0; align-items: center; gap: 8px; grid-template-columns: 12px 1fr 28px; }
.oem-rating-bars span { height: 6px; background: #e0e3df; }
.oem-rating-bars span::after { display: block; width: var(--value); height: 100%; background: var(--oem-pink); content: ""; }
.oem-review-tools { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 24px 0 10px; }
.oem-review-tools .button { min-height: 42px; }
.oem-review-tools label { font-size: 12px; font-weight: 800; }
.oem-review-tools select { min-height: 42px; border: 1px solid var(--oem-line); border-radius: 4px; background: var(--oem-white); }
.oem-review-feed article { padding: 28px 0; border-top: 1px solid var(--oem-line); }
.oem-review-feed article > header { display: grid; align-items: center; gap: 7px 14px; grid-template-columns: auto 1fr auto; }
.oem-review-feed article > header span { color: var(--oem-green); font-size: 11px; font-weight: 800; }
.oem-review-feed article > header time { color: #777e86; font-size: 11px; }
.oem-review-feed article > span { display: block; margin-top: 12px; color: var(--oem-pink); }
.oem-review-feed h3 { color: var(--oem-navy); font-size: 18px; }
.oem-review-feed p { max-width: 820px; color: #4f5862; line-height: 1.65; }
.oem-review-feed footer { color: #68717a; font-size: 12px; }
.oem-show-more { display: block; min-height: 42px; margin: 20px auto 0; padding: 0 22px; border: 0; border-radius: 4px; background: var(--oem-navy); color: var(--oem-white); font-weight: 800; }

.oem-footer { padding: 64px 0 25px; background: var(--oem-navy); color: var(--oem-white); }
.oem-footer-grid { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto; gap: 34px; grid-template-columns: 1.6fr repeat(4, 1fr); }
.oem-footer-grid h2 { margin: 0 0 16px; color: #ff6e95; font-size: 12px; text-transform: uppercase; }
.oem-footer-grid a { display: block; margin: 9px 0; color: #dbe0e5; font-size: 12px; text-decoration: none; }
.oem-footer .oem-wordmark { color: var(--oem-white); }
.oem-footer-brand p { max-width: 300px; color: #aeb8c2; font-size: 12px; line-height: 1.65; }
.oem-footer-bottom { display: flex; width: min(1180px, calc(100% - 40px)); margin: 52px auto 0; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #ffffff24; color: #9faab4; font-size: 10px; text-transform: uppercase; }
.oem-footer-bottom nav { display: flex; gap: 12px; }
.oem-footer-bottom a, .oem-footer-bottom button { border: 0; background: transparent; color: #cbd3da; font-size: 10px; text-decoration: none; text-transform: uppercase; }
.oem-sticky-bar { position: fixed; right: 22px; bottom: 22px; z-index: 35; display: grid; width: min(470px, calc(100% - 44px)); min-height: 70px; align-items: center; gap: 10px; padding: 9px; border: 1px solid #d8ddd7; border-radius: 7px; background: var(--oem-white); box-shadow: 0 12px 35px rgba(7,26,45,.2); grid-template-columns: 52px 1fr auto; }
.oem-sticky-bar[hidden] { display: none; }
.oem-sticky-bar img { width: 48px; height: 48px; object-fit: contain; }
.oem-sticky-bar span { display: grid; }
.oem-sticky-bar strong { color: var(--oem-navy); font-size: 12px; }
.oem-sticky-bar small { color: #6c737a; font-size: 10px; }
.oem-sticky-bar .button { min-height: 48px; padding-inline: 16px; }

.oem-details-page { min-height: 65vh; padding: 62px 0 90px; background: var(--oem-paper); }
.oem-details-heading { display: grid; align-items: center; gap: 50px; grid-template-columns: 1fr .72fr; }
.oem-details-heading h1 { margin: 0 0 16px; color: var(--oem-navy) !important; font-family: Impact, Haettenschweiler, "Arial Black", Arial, sans-serif !important; font-size: 62px; font-weight: 900; line-height: .95; text-transform: uppercase; }
.oem-details-heading p { color: #5d6570; }
.oem-details-heading img { width: 100%; max-height: 460px; object-fit: contain; }
.oem-details-grid { display: grid; gap: 14px; margin-top: 50px; grid-template-columns: repeat(2, 1fr); }
.oem-details-grid article { padding: 25px; border: 1px solid var(--oem-line); border-radius: 7px; background: var(--oem-white); }
.oem-details-grid h2 { margin: 0 0 10px; color: var(--oem-pink); font-family: Arial, sans-serif !important; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.oem-details-grid p { margin: 0; color: #525b64; line-height: 1.7; }
.oem-details-media { display: grid; gap: 18px; margin-top: 35px; grid-template-columns: repeat(2, 1fr); }
.oem-details-media a { color: var(--oem-navy); font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; }
.oem-details-media img { width: 100%; aspect-ratio: 1; margin-bottom: 8px; border-radius: 7px; object-fit: contain; background: var(--oem-white); }

@media (max-width: 1000px) {
  .oem-header-inner { grid-template-columns: 150px 1fr 190px; }
  .oem-desktop-nav { gap: 16px; }
  .oem-product-inner { gap: 35px; grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr); }
  .oem-product-copy h1 { font-size: 60px; }
  .oem-selected-review-grid { grid-template-columns: repeat(3, 1fr); }
  .oem-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .oem-announcement span:nth-child(2) { display: none; }
  .oem-desktop-nav { display: none; }
  .oem-header-inner { grid-template-columns: 1fr auto; }
  .oem-header-actions { grid-column: 2; }
  .oem-mobile-menu { display: block; }
  .oem-mobile-menu .mobile-nav { right: 0; min-width: 240px; }
  .oem-product { padding-top: 30px; }
  .oem-product-inner { grid-template-columns: 1fr; }
  .oem-product-visual { position: static; max-width: 650px; margin: 0 auto; }
  .oem-product-copy { max-width: 650px; margin: 0 auto; }
  .oem-truth-grid, .oem-shipping-grid { gap: 45px; grid-template-columns: 1fr; }
  .oem-big-stat { justify-content: start; }
  .oem-study-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-ba-grid { max-width: 600px; grid-template-columns: 1fr; }
  .oem-ba-arrow { transform: rotate(90deg); }
  .oem-how-grid { grid-template-columns: 1fr; }
  .oem-how-grid article { min-height: 0; }
  .oem-routine-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-routine-grid article:nth-child(2) { border-right: 0; }
  .oem-routine-grid article:nth-child(-n+2) { border-bottom: 1px solid #ffffff2e; }
  .oem-ingredient-layout { grid-template-columns: 1fr; }
  .oem-label-image img { max-height: 620px; }
  .oem-selected-review-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-faq-grid { grid-template-columns: 1fr; }
  .oem-aggregate-head { grid-template-columns: 1fr 1fr; }
  .oem-aggregate-head > p { grid-column: 1 / -1; }
  .oem-footer-bottom { align-items: flex-start; flex-direction: column; }
  .oem-details-heading { grid-template-columns: 1fr; }
  .oem-details-heading img { order: -1; max-height: 360px; }
}

@media (max-width: 760px) {
  html[data-product-profile="oem-delay-spray"] body #MobileBuyBar { display: none !important; }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar { display: grid !important; left: 0; right: 0; bottom: 0; width: 100%; min-height: 78px; margin: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); border-radius: 0; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; box-shadow: 0 -8px 24px rgba(0,16,41,.08); }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar img { width: 52px; height: 52px; object-fit: contain; border-radius: 8px; background: var(--oem-paper); }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar span { min-width: 0; }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar strong { display: block; overflow: hidden; font-family: "OemParalucent", sans-serif; font-size: 13px; letter-spacing: .03em !important; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar small { display: block; margin-top: 4px; color: var(--oem-text); font-size: 11px; line-height: 1.25; }
  html[data-product-profile="oem-delay-spray"] .oem-sticky-bar .button { min-height: 52px; padding: 14px 18px; border-radius: 999px; border-color: var(--oem-pink) !important; background: var(--oem-pink) !important; color: #fff !important; font-family: "OemParalucent", sans-serif; font-size: 12px; letter-spacing: .05em !important; white-space: nowrap; }
  .oem-sticky-bar { display: none !important; }
}

@media (max-width: 600px) {
  .oem-section-inner, .oem-product-inner, .oem-footer-grid, .oem-footer-bottom { width: min(100% - 28px, 1180px); }
  .oem-announcement { min-height: 38px; gap: 10px; padding-inline: 10px; font-size: 10px; }
  .oem-header-inner { width: calc(100% - 26px); min-height: 62px; }
  .oem-header-cta { display: none; }
  .oem-wordmark { font-size: 19px; }
  .oem-product-copy h1 { font-size: 49px; }
  .oem-product-tag { font-size: 16px; }
  .oem-product-image-frame img { padding: 10px; }
  .oem-product-form .purchase-actions { grid-template-columns: 1fr; }
  .oem-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-truth, .oem-compare, .oem-before-after, .oem-reels, .oem-how, .oem-ingredients, .oem-reviews, .oem-faq, .oem-aggregate-reviews { padding-block: 66px; }
  .oem-truth h2, .oem-compare h2, .oem-before-after h2, .oem-reels h2, .oem-how h2, .oem-routine h2, .oem-ingredients h2, .oem-reviews h2, .oem-shipping h2, .oem-faq h2 { font-size: 39px; }
  .oem-big-stat strong { font-size: 90px; }
  .oem-study { padding-block: 58px; }
  .oem-study-grid { gap: 18px 8px; }
  .oem-study-grid article { padding-inline: 4px; }
  .oem-study-grid strong { width: 78px; height: 78px; font-size: 29px; }
  .oem-ba-grid article { min-height: 430px; padding: 25px; }
  .oem-reel-card { width: 240px; height: 420px; }
  .oem-routine-grid strong { font-size: 28px; }
  .oem-selected-review-grid { grid-template-columns: 1fr; }
  .oem-review-stats { grid-template-columns: 1fr; }
  .oem-review-stats > div { border-right: 0; border-bottom: 1px solid var(--oem-line); }
  .oem-review-stats > div:last-child { border-bottom: 0; }
  .oem-parcel, .oem-parcel img { min-height: 300px; height: 300px; }
  .oem-guarantee h2 { font-size: 34px; }
  .oem-aggregate-head { grid-template-columns: 1fr; }
  .oem-review-tools { align-items: stretch; flex-direction: column; }
  .oem-review-feed article > header { grid-template-columns: 1fr; }
  .oem-review-feed article > header time { grid-column: 1; }
  .oem-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-footer-brand { grid-column: 1 / -1; }
  .oem-footer-bottom nav { flex-wrap: wrap; }
  .oem-payments { line-height: 1.7; }
  .oem-sticky-bar { display: none !important; }
  .oem-details-page { padding-block: 38px 65px; }
  .oem-details-heading h1 { font-size: 44px; }
  .oem-details-grid, .oem-details-media { grid-template-columns: 1fr; }
  .oem-mobile-buy { display: grid !important; gap: 6px !important; padding: 8px 9px calc(8px + env(safe-area-inset-bottom, 0px)) !important; grid-template-columns: 48px minmax(0, .82fr) minmax(0, 1.28fr); }
  body.support-unavailable:not(.storefront-v2) #App #MobileBuyBar.oem-mobile-buy:not([hidden]) { grid-template-columns: minmax(0, .82fr) minmax(0, 1.28fr); }
  .oem-mobile-buy .commerce-cta-stack { display: block; min-width: 0; }
  .oem-mobile-buy .commerce-cta-benefit,
  .oem-mobile-buy .commerce-cta-policy { display: none; }
  .oem-mobile-buy .commerce-primary-cta { width: 100%; min-width: 0; min-height: 54px; justify-content: center; gap: 5px !important; padding: 7px 6px !important; font-size: 10px !important; line-height: 1.2 !important; text-align: center; white-space: normal !important; }
  .oem-mobile-buy #StickyAddToBag { border-color: var(--oem-navy) !important; background: var(--oem-white) !important; color: var(--oem-navy) !important; }
  .oem-mobile-buy #StickyBuyNow { border-color: var(--oem-pink) !important; background: var(--oem-pink) !important; color: var(--oem-white) !important; }
  .oem-mobile-buy .commerce-cta-icon { flex: 0 0 auto; font-size: 14px; }
  .oem-mobile-buy .sticky-support { width: 48px; min-width: 48px; }
  .oem-mobile-buy .sticky-support span:last-of-type { font-size: 9px; }
  html[data-product-profile="oem-delay-spray"] .floating-support { width: 48px !important; min-width: 48px !important; height: 48px !important; min-height: 48px !important; right: 14px !important; padding: 0 !important; border-radius: 50% !important; justify-content: center !important; }
  html[data-product-profile="oem-delay-spray"] .floating-support-copy { display: none !important; }
  html[data-product-profile="oem-delay-spray"] .floating-support-icon { display: grid; width: 24px; height: 24px; place-items: center; }
}

@media (max-width: 360px) {
  .oem-product-copy h1 { font-size: 42px; }
  .oem-truth h2, .oem-compare h2, .oem-before-after h2, .oem-reels h2, .oem-how h2, .oem-routine h2, .oem-ingredients h2, .oem-reviews h2, .oem-shipping h2, .oem-faq h2 { font-size: 34px; }
  .oem-footer-grid { grid-template-columns: 1fr; }
  .oem-footer-brand { grid-column: auto; }
  .oem-product-form .offer-card-copy { grid-template-columns: 1fr; }
  .oem-product-form .offer-card-discount { grid-column: 1; }
  .oem-mobile-buy { grid-template-columns: 42px minmax(0, .74fr) minmax(0, 1.26fr); }
  body.support-unavailable:not(.storefront-v2) #App #MobileBuyBar.oem-mobile-buy:not([hidden]) { grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr); }
  .oem-mobile-buy .sticky-support { width: 42px; min-width: 42px; }
  .oem-mobile-buy .commerce-primary-cta { overflow: hidden; gap: 3px !important; padding: 5px 4px !important; font-size: 9px !important; line-height: 1.15 !important; overflow-wrap: anywhere; white-space: normal !important; }
  .oem-mobile-buy #StickyBuyNow .commerce-cta-icon { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html[data-product-profile="oem-delay-spray"] { scroll-behavior: auto; }
  .oem-marquee div { animation: none; }
  .oem-ba-grid dd > span { width: var(--value); transition: none; }
  html[data-product-profile="oem-delay-spray"] .button { transition: none; }
}

/* Steady Freddy visual baseline: the OEM copy keeps the new product facts,
   while this layer mirrors the reference page's typography, rhythm and color
   system. */
@font-face { font-family: "OemParalucent"; src: url('/assets/oem-fonts/paralucent-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucent"; src: url('/assets/oem-fonts/paralucent-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucentText"; src: url('/assets/oem-fonts/paralucent-text-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucentText"; src: url('/assets/oem-fonts/paralucent-text-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucent"; src: url('/assets/oem-fonts/paralucent-brand-medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucent"; src: url('/assets/oem-fonts/paralucent-brand-bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucentText"; src: url('/assets/oem-fonts/paralucent-brand-medium.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OemParalucentText"; src: url('/assets/oem-fonts/paralucent-brand-bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "OemRoboto"; src: url('/assets/oem-fonts/roboto-300.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "OemRoboto"; src: url('/assets/oem-fonts/roboto-400.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OemRoboto"; src: url('/assets/oem-fonts/roboto-500.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "OemRoboto"; src: url('/assets/oem-fonts/roboto-700.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }

html[data-product-profile="oem-delay-spray"] {
  --oem-navy: #001029;
  --oem-pink: #fc004f;
  --oem-paper: #f8f8f4;
  --oem-rose: #f1edec;
  --oem-rose-soft: #f1e9ea;
  --oem-border: #e6e1e2;
  --oem-text: #3a4656;
  --oem-muted: #6b7582;
  --oem-radius-sm: 4px;
  --oem-radius-md: 8px;
  --oem-radius-lg: 16px;
  --oem-radius-xl: 24px;
  --oem-shadow: 0 4px 12px rgba(0,16,41,.08), 0 2px 4px rgba(0,16,41,.04);
  --oem-shadow-pink: 0 8px 24px rgba(252,0,79,.25);
  scroll-behavior: smooth;
}

html[data-product-profile="oem-delay-spray"] body {
  background: #fff;
  color: var(--oem-navy);
  font-family: "OemRoboto", "Roboto", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .04em;
  overflow-x: clip;
}
html[data-product-profile="oem-delay-spray"] h1,
html[data-product-profile="oem-delay-spray"] h2,
html[data-product-profile="oem-delay-spray"] h3,
html[data-product-profile="oem-delay-spray"] h4,
html[data-product-profile="oem-delay-spray"] button,
html[data-product-profile="oem-delay-spray"] .button,
html[data-product-profile="oem-delay-spray"] .oem-wordmark,
html[data-product-profile="oem-delay-spray"] .oem-eyebrow,
html[data-product-profile="oem-delay-spray"] .oem-kicker,
html[data-product-profile="oem-delay-spray"] .oem-rating-line,
html[data-product-profile="oem-delay-spray"] .oem-reel-card,
html[data-product-profile="oem-delay-spray"] .oem-trust-grid,
html[data-product-profile="oem-delay-spray"] .oem-urgency { font-family: "OemParalucent", "Roboto", system-ui, sans-serif; }
html[data-product-profile="oem-delay-spray"] h1,
html[data-product-profile="oem-delay-spray"] h2,
html[data-product-profile="oem-delay-spray"] h3,
html[data-product-profile="oem-delay-spray"] h4 { letter-spacing: -.015em !important; }

html[data-product-profile="oem-delay-spray"] .oem-section-inner { max-width: 1200px; width: 100%; padding-inline: 24px; }
html[data-product-profile="oem-delay-spray"] .oem-eyebrow,
html[data-product-profile="oem-delay-spray"] .oem-kicker { color: var(--oem-pink); font-size: 13px; font-weight: 700; letter-spacing: .12em !important; line-height: 1.2; }
html[data-product-profile="oem-delay-spray"] .oem-section-lead { color: var(--oem-text); font-size: 17px; line-height: 1.5; }

html[data-product-profile="oem-delay-spray"] .oem-announcement { min-height: 42px; padding: 10px 24px; gap: 18px; background: #1a1a2e; color: #fff; font-family: "OemParalucent", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .06em !important; }
html[data-product-profile="oem-delay-spray"] .oem-announcement span:first-child { padding: 3px 10px; border-radius: 999px; background: var(--oem-pink); font-weight: 700; }
html[data-product-profile="oem-delay-spray"] .oem-announcement span:last-child { color: #fff; font-weight: 500; }
html[data-product-profile="oem-delay-spray"] #OemCountdown { color: var(--oem-pink); font-weight: 700; }

html[data-product-profile="oem-delay-spray"] .oem-header { border-bottom: 1px solid var(--oem-border); background: #fff; }
html[data-product-profile="oem-delay-spray"] .oem-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 1px 20px rgba(0,16,41,.06); }
html[data-product-profile="oem-delay-spray"] .oem-header-inner { width: min(1360px, 100%); min-height: 72px; padding: 16px 32px; display: flex; gap: 32px; }
html[data-product-profile="oem-delay-spray"] .oem-wordmark { font-size: 22px; letter-spacing: -.01em !important; }
html[data-product-profile="oem-delay-spray"] .oem-wordmark span { color: var(--oem-pink); }
html[data-product-profile="oem-delay-spray"] .oem-desktop-nav { flex: 1; justify-content: flex-start; gap: 28px; }
html[data-product-profile="oem-delay-spray"] .oem-desktop-nav a,
html[data-product-profile="oem-delay-spray"] .oem-header-actions a { color: var(--oem-navy); font-size: 14px; font-weight: 500; letter-spacing: .04em !important; }
html[data-product-profile="oem-delay-spray"] .oem-header-actions { margin-left: auto; gap: 10px; }
html[data-product-profile="oem-delay-spray"] .oem-header-cta { min-height: 40px; padding: 12px 18px; border-radius: 999px; background: var(--oem-pink); }
html[data-product-profile="oem-delay-spray"] .oem-bag-link { min-height: 40px; }

html[data-product-profile="oem-delay-spray"] .oem-product { padding: 72px 0 96px; background: #fff; }
html[data-product-profile="oem-delay-spray"] .oem-product-inner { max-width: 1200px; width: 100%; padding-inline: 24px; gap: 56px; grid-template-columns: 1fr 1fr; }
html[data-product-profile="oem-delay-spray"] body:not(.storefront-v2) #App .oem-product-visual.purchase-gallery { display: block !important; width: 100% !important; max-width: none !important; min-width: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; grid-template-columns: none !important; grid-template-rows: none !important; gap: 0 !important; }
html[data-product-profile="oem-delay-spray"] .oem-product-visual { grid-column: 1; grid-row: 1; position: sticky; top: 96px; align-self: start; }
html[data-product-profile="oem-delay-spray"] .oem-product-copy { grid-column: 2; grid-row: 1; }
html[data-product-profile="oem-delay-spray"] body:not(.storefront-v2) #App .oem-product-visual .oem-product-image-frame { position: relative; display: grid !important; width: 100% !important; height: auto !important; min-height: 0 !important; max-height: none !important; aspect-ratio: 4 / 5 !important; padding: 0 !important; border: 0 !important; border-radius: 24px; background: var(--oem-paper); overflow: hidden; }
html[data-product-profile="oem-delay-spray"] body:not(.storefront-v2) #App .oem-product-visual .oem-product-image-frame::before { content: ""; position: absolute; inset: 5%; display: block; width: auto; height: auto; aspect-ratio: 1; border: 0; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0%, var(--oem-rose-soft) 55%, #dfcfd2 100%); box-shadow: none; pointer-events: none; }
html[data-product-profile="oem-delay-spray"] body:not(.storefront-v2) #App .oem-product-visual .oem-product-image-frame > img[data-product-gallery-main] { position: relative; inset: auto; z-index: 1; display: block; width: 118%; max-width: none; height: auto; max-height: none; margin: 0 auto 0 -9%; padding: 0; object-fit: contain; object-position: center; }
html[data-product-profile="oem-delay-spray"] .oem-product-image-frame::before { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0%, var(--oem-rose-soft) 55%, #dfcfd2 100%); }
html[data-product-profile="oem-delay-spray"] .oem-product-image-frame img { position: relative; z-index: 1; width: 118%; max-width: none; padding: 0; filter: drop-shadow(0 28px 36px rgba(0,16,41,.2)); }
html[data-product-profile="oem-delay-spray"] .oem-product-badge { top: 20px; right: 20px; border-radius: 999px; box-shadow: var(--oem-shadow-pink); background: var(--oem-pink); font-family: "OemParalucent", sans-serif; letter-spacing: .08em !important; }
html[data-product-profile="oem-delay-spray"] .oem-product-thumbs { position: absolute; left: 24px; bottom: 24px; z-index: 4; margin: 0; }
html[data-product-profile="oem-delay-spray"] .oem-product-thumbs button { width: 60px; height: 60px; border-radius: 8px; background: #fff; }
html[data-product-profile="oem-delay-spray"] .oem-product-thumbs button[aria-pressed="true"] { border-color: var(--oem-pink); }
html[data-product-profile="oem-delay-spray"] .oem-product-visual .gallery-meta { position: absolute; right: 24px; bottom: 28px; z-index: 4; color: var(--oem-text); }
html[data-product-profile="oem-delay-spray"] .oem-product-visual .gallery-counter { display: none; }
html[data-product-profile="oem-delay-spray"] .oem-product-visual .text-link { color: var(--oem-navy) !important; }
html[data-product-profile="oem-delay-spray"] .oem-rating-line { font-size: 13px; font-weight: 500; letter-spacing: .04em !important; text-transform: uppercase; }
html[data-product-profile="oem-delay-spray"] .oem-rating-line > span { color: var(--oem-pink); font-size: 15px; letter-spacing: 1px !important; }
html[data-product-profile="oem-delay-spray"] .oem-kicker { margin-top: 24px; }
html[data-product-profile="oem-delay-spray"] .oem-product-copy h1 { color: var(--oem-navy) !important; font-family: "OemParalucent", sans-serif !important; font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 700; line-height: .95; letter-spacing: -.015em !important; }
html[data-product-profile="oem-delay-spray"] .oem-product-tag { color: var(--oem-text); font-size: 18px; line-height: 1.45; }
html[data-product-profile="oem-delay-spray"] .oem-product-bullets { gap: 10px; }
html[data-product-profile="oem-delay-spray"] .oem-product-bullets li { font-size: 15px; line-height: 1.4; }
html[data-product-profile="oem-delay-spray"] .oem-product-bullets span { width: 18px; height: 18px; background: transparent; color: transparent; font-size: 0; }
html[data-product-profile="oem-delay-spray"] .oem-product-bullets span::before { content: "✓"; color: var(--oem-pink); font-family: "OemRoboto", sans-serif; font-size: 16px; font-weight: 500; }
html[data-product-profile="oem-delay-spray"] .oem-product-bonus { border-radius: 8px; background: linear-gradient(135deg, rgba(252,0,79,.06), rgba(0,16,41,.03)); border: 1px solid rgba(252,0,79,.2); }
html[data-product-profile="oem-delay-spray"] .oem-price .price-current { color: var(--oem-navy); font-family: "OemParalucent", sans-serif; font-size: 28px; }
html[data-product-profile="oem-delay-spray"] .oem-price .price-unit { color: var(--oem-text); }
html[data-product-profile="oem-delay-spray"] .oem-product-form .offer-card { border-radius: 16px; padding: 20px 22px; min-height: 78px; }
html[data-product-profile="oem-delay-spray"] .oem-product-form .offer-card:has(input:checked) { border: 2px solid var(--oem-pink); background: var(--oem-paper); box-shadow: inset 3px 0 0 var(--oem-pink); }
html[data-product-profile="oem-delay-spray"] .oem-product-form .offer-card-copy strong { font-family: "OemParalucent", sans-serif; letter-spacing: .03em !important; }
html[data-product-profile="oem-delay-spray"] .oem-product-form .purchase-actions .button,
html[data-product-profile="oem-delay-spray"] .oem-product-form .purchase-actions .button--outline { min-height: 60px; border-radius: 999px; padding: 20px 28px; font-family: "OemParalucent", sans-serif; font-size: 14px; letter-spacing: .06em !important; }
html[data-product-profile="oem-delay-spray"] .oem-product-form .purchase-actions .button--outline { border: 1.5px solid var(--oem-navy); background: transparent; color: var(--oem-navy); }
html[data-product-profile="oem-delay-spray"] .oem-urgency { color: var(--oem-text); }
html[data-product-profile="oem-delay-spray"] .oem-trust-grid { border-top: 1px solid var(--oem-border); padding-top: 20px; }
html[data-product-profile="oem-delay-spray"] .oem-trust-grid b { border-color: var(--oem-navy); }

html[data-product-profile="oem-delay-spray"] .oem-marquee { padding: 18px 0; border-top: 2px solid var(--oem-navy); border-bottom: 2px solid var(--oem-navy); background: var(--oem-pink); }
html[data-product-profile="oem-delay-spray"] .oem-marquee div { font-family: "OemParalucent", sans-serif; font-size: 22px; letter-spacing: .02em !important; }
html[data-product-profile="oem-delay-spray"] .oem-marquee-track { display: flex; width: max-content; gap: 48px; animation: oem-marquee-reference 40s linear infinite; white-space: nowrap; }
html[data-product-profile="oem-delay-spray"] .oem-marquee-track > span { display: inline-flex; align-items: center; gap: 48px; padding-right: 48px; }
html[data-product-profile="oem-delay-spray"] .oem-marquee-track > span::after { content: "✦"; font-size: 14px; }
html[data-product-profile="oem-delay-spray"] .oem-marquee-track b { display: inline-flex; align-items: center; gap: 48px; font-weight: 700; }
html[data-product-profile="oem-delay-spray"] .oem-marquee-track b::before { content: "✦"; font-size: 14px; }
@keyframes oem-marquee-reference { from { transform: translateX(0); } to { transform: translateX(-50%); } }
html[data-product-profile="oem-delay-spray"] .oem-marquee span { padding-inline: 24px; }

html[data-product-profile="oem-delay-spray"] .oem-truth { padding: 120px 0 112px; }
html[data-product-profile="oem-delay-spray"] .oem-truth-grid { gap: 80px; }
html[data-product-profile="oem-delay-spray"] .oem-truth h2,
html[data-product-profile="oem-delay-spray"] .oem-compare h2,
html[data-product-profile="oem-delay-spray"] .oem-before-after h2,
html[data-product-profile="oem-delay-spray"] .oem-reels h2,
html[data-product-profile="oem-delay-spray"] .oem-how h2,
html[data-product-profile="oem-delay-spray"] .oem-routine h2,
html[data-product-profile="oem-delay-spray"] .oem-ingredients h2,
html[data-product-profile="oem-delay-spray"] .oem-reviews h2,
html[data-product-profile="oem-delay-spray"] .oem-shipping h2,
html[data-product-profile="oem-delay-spray"] .oem-faq h2 { font-family: "OemParalucent", sans-serif !important; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: .95; letter-spacing: -.01em !important; }
html[data-product-profile="oem-delay-spray"] .oem-truth p { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.5; }
html[data-product-profile="oem-delay-spray"] .oem-big-stat strong { font-family: "OemParalucent", sans-serif; font-size: clamp(5.5rem, 16vw, 12rem); line-height: .85; }

html[data-product-profile="oem-delay-spray"] .oem-compare { padding: 112px 0; background: var(--oem-paper); }
html[data-product-profile="oem-delay-spray"] .oem-table-scroll { margin-top: 56px; }
html[data-product-profile="oem-delay-spray"] .oem-compare-table { border-radius: 24px; box-shadow: var(--oem-shadow); border-color: var(--oem-border); }
html[data-product-profile="oem-delay-spray"] .oem-compare-table th,
html[data-product-profile="oem-delay-spray"] .oem-compare-table td { padding: 20px 18px; }
html[data-product-profile="oem-delay-spray"] .oem-compare-table thead th { background: var(--oem-paper); font-family: "OemParalucent", sans-serif; }
html[data-product-profile="oem-delay-spray"] .oem-compare-table thead th:nth-child(2) { background: var(--oem-navy); }
html[data-product-profile="oem-delay-spray"] .oem-compare-table td.yes { color: var(--oem-pink); }

html[data-product-profile="oem-delay-spray"] .oem-study { padding: 80px 0; }
html[data-product-profile="oem-delay-spray"] .oem-study { padding: 60px 0; }
html[data-product-profile="oem-delay-spray"] .oem-study h2 { font-family: "OemParalucent", sans-serif !important; font-size: 2.25rem; }
html[data-product-profile="oem-delay-spray"] .oem-study-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 40px; }
html[data-product-profile="oem-delay-spray"] .oem-study-grid article { flex: 0 1 180px; }
html[data-product-profile="oem-delay-spray"] .oem-study-grid strong { width: 100px; height: 100px; border: 0; background: radial-gradient(circle, #fff 0 58%, transparent 59%), conic-gradient(var(--oem-navy) 0 92%, #c4d5e0 92% 100%); font-family: "OemParalucent", sans-serif; }
html[data-product-profile="oem-delay-spray"] .oem-study-grid strong { display: flex; align-items: center; justify-content: center; white-space: nowrap; }
html[data-product-profile="oem-delay-spray"] .oem-study-grid strong span { margin-left: 3px; transform: none; font-size: 16px; }
html[data-product-profile="oem-delay-spray"] .oem-before-after { padding: 112px 0; background: #fff; }
html[data-product-profile="oem-delay-spray"] .oem-ba-grid { max-width: 1040px; gap: 24px; }
html[data-product-profile="oem-delay-spray"] .oem-ba-grid article { min-height: 380px; border-radius: 24px; padding: 40px 32px; }
html[data-product-profile="oem-delay-spray"] .oem-ba-grid dl > div { grid-template-columns: 110px 1fr; }
html[data-product-profile="oem-delay-spray"] .oem-ba-grid dt { white-space: nowrap; word-break: keep-all; }
html[data-product-profile="oem-delay-spray"] .oem-before { background: var(--oem-rose); border: 0; }
html[data-product-profile="oem-delay-spray"] .oem-after { background: var(--oem-navy); }

html[data-product-profile="oem-delay-spray"] .oem-how { padding: 72px 0 96px; background: var(--oem-paper); }
html[data-product-profile="oem-delay-spray"] .oem-how-grid { gap: 24px; margin-top: 56px; position: relative; }
html[data-product-profile="oem-delay-spray"] .oem-how-grid::before { content: ""; position: absolute; top: 70px; left: 10%; right: 10%; border-top: 2px dashed var(--oem-pink); opacity: .35; }
html[data-product-profile="oem-delay-spray"] .oem-how-grid article { position: relative; z-index: 1; min-height: 250px; padding: 36px 28px 32px; border-radius: 24px; border-color: var(--oem-border); }
html[data-product-profile="oem-delay-spray"] .oem-how-grid > article > span { width: 56px; height: 56px; margin-bottom: 24px; border-radius: 50%; background: var(--oem-pink); box-shadow: var(--oem-shadow-pink); font-family: "OemParalucent", sans-serif; font-size: 22px; }
html[data-product-profile="oem-delay-spray"] .oem-how-grid small { color: var(--oem-pink); letter-spacing: .12em !important; }
html[data-product-profile="oem-delay-spray"] .oem-how-grid h3 { font-family: "OemParalucent", sans-serif !important; font-size: 22px; }

html[data-product-profile="oem-delay-spray"] .oem-routine { padding: 88px 0 72px; }
html[data-product-profile="oem-delay-spray"] .oem-routine-grid { max-width: 1100px; margin-inline: auto; }
html[data-product-profile="oem-delay-spray"] .oem-routine-grid strong { font-family: "OemParalucent", sans-serif; font-size: clamp(3.4rem, 5vw, 4.6rem); }

html[data-product-profile="oem-delay-spray"] .oem-ingredients { padding: 80px 0 112px; background: var(--oem-rose); }
html[data-product-profile="oem-delay-spray"] .oem-ingredient-layout { max-width: 1100px; }
html[data-product-profile="oem-delay-spray"] .oem-ingredient-copy article { border-radius: 16px; }

html[data-product-profile="oem-delay-spray"] .oem-reviews { padding: 112px 0; }
html[data-product-profile="oem-delay-spray"] .oem-selected-review-grid { display: flex; gap: 22px; overflow-x: auto; padding: 0 2px 12px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
html[data-product-profile="oem-delay-spray"] .oem-selected-review-grid article { flex: 0 0 min(340px, 86vw); min-height: 240px; padding: 32px 28px; border-radius: 16px; scroll-snap-align: start; }
html[data-product-profile="oem-delay-spray"] .oem-selected-review-grid h3 { font-family: "OemParalucent", sans-serif !important; }

html[data-product-profile="oem-delay-spray"] .oem-shipping { padding: 112px 0; }
html[data-product-profile="oem-delay-spray"] .oem-parcel { aspect-ratio: 4 / 3; min-height: 0; border-radius: 24px; background: linear-gradient(135deg, rgba(11,27,56,.35), rgba(29,42,70,.75)); }
html[data-product-profile="oem-delay-spray"] .oem-parcel img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center 42%; }
html[data-product-profile="oem-delay-spray"] .oem-parcel b { right: -6%; bottom: 14%; transform: rotate(6deg); padding: 10px 24px; border-radius: 0; background: var(--oem-pink); box-shadow: var(--oem-shadow-pink); font-family: "OemParalucent", sans-serif; letter-spacing: .1em !important; }
html[data-product-profile="oem-delay-spray"] .oem-guarantee { background: #8a0020; padding: 72px 0; }
html[data-product-profile="oem-delay-spray"] .oem-guarantee-seal { width: 96px; height: 96px; border-width: 3px; border-radius: 50%; }
html[data-product-profile="oem-delay-spray"] .oem-faq { padding: 112px 0; background: #fff; }
html[data-product-profile="oem-delay-spray"] .oem-faq-grid { max-width: 1100px; gap: 64px; }
html[data-product-profile="oem-delay-spray"] .oem-faq-list { border-top-color: var(--oem-border); }
html[data-product-profile="oem-delay-spray"] .oem-faq-list details { padding: 22px 0; border-bottom-color: var(--oem-border); }
html[data-product-profile="oem-delay-spray"] .oem-faq-list summary { font-family: "OemParalucent", sans-serif; font-size: 17px; }

html[data-product-profile="oem-delay-spray"] .oem-bigmark { padding: 80px 0 20px; overflow: hidden; background: var(--oem-navy); color: #fff; text-align: center; }
html[data-product-profile="oem-delay-spray"] .oem-bigmark-word { font-family: "OemParalucent", sans-serif; font-size: clamp(3rem, 11vw, 9rem); font-weight: 700; line-height: .85; letter-spacing: -.03em !important; text-transform: uppercase; white-space: nowrap; }
html[data-product-profile="oem-delay-spray"] .oem-bigmark-word em { color: var(--oem-pink); font-style: normal; }
html[data-product-profile="oem-delay-spray"] .oem-bigmark-tag { margin-bottom: 36px; color: rgba(255,255,255,.55); font-family: "OemParalucent", sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .16em !important; text-transform: uppercase; }
html[data-product-profile="oem-delay-spray"] .oem-footer { padding-top: 56px; padding-bottom: 32px; }

html[data-product-profile="oem-delay-spray"] .oem-reels { padding: 72px 0 56px; background: var(--oem-paper); }
html[data-product-profile="oem-delay-spray"] .oem-reel-window { overflow: hidden; margin-top: 56px; padding: 40px 0 20px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
html[data-product-profile="oem-delay-spray"] .oem-reel-track { width: max-content; gap: 0; animation: oem-reels-scroll 50s linear infinite; }
html[data-product-profile="oem-delay-spray"] .oem-reel-group { display: flex; gap: 24px; }
html[data-product-profile="oem-delay-spray"] .oem-reel-card { flex: 0 0 290px; width: 290px; height: 520px; padding: 8px; border-radius: 36px; background: #0a0a0a; box-shadow: 0 30px 60px rgba(0,16,41,.25), 0 0 0 2px rgba(0,0,0,.15), inset 0 0 0 2px rgba(255,255,255,.05); transform: rotate(-1deg); }
html[data-product-profile="oem-delay-spray"] .oem-reel-card:nth-child(2n) { transform: rotate(1.5deg); }
html[data-product-profile="oem-delay-spray"] .oem-reel-card:nth-child(3) { transform: rotate(-2deg) translateY(-8px); }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; overflow: hidden; border-radius: 28px; background: #0a0a0a; }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone::before { content: ""; position: absolute; z-index: 5; top: 14px; left: 50%; width: 80px; height: 22px; transform: translateX(-50%); border-radius: 12px; background: #000; }
html[data-product-profile="oem-delay-spray"] .oem-reel-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 28px; background: linear-gradient(200deg, rgba(0,16,41,.15), rgba(0,16,41,.5) 45%, rgba(0,0,0,.75)); }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > p,
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > small,
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > h3,
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > footer { position: relative; z-index: 2; }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > p { display: flex; align-items: center; gap: 8px; margin: 0; padding: 28px 18px 0; font-size: 12px; letter-spacing: .02em !important; }
html[data-product-profile="oem-delay-spray"] .oem-reel-avatar { flex: 0 0 26px; width: 26px; height: 26px; border: 1.5px solid rgba(255,255,255,.8); border-radius: 50%; background: linear-gradient(135deg, #fff, var(--oem-pink)); }
html[data-product-profile="oem-delay-spray"] .oem-reel-who { min-width: 0; }
html[data-product-profile="oem-delay-spray"] .oem-reel-who b { font-weight: 700; }
html[data-product-profile="oem-delay-spray"] .oem-reel-dots { margin-left: auto; font-size: 18px; opacity: .8; }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > small { align-self: flex-start; margin: auto 18px 0; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.16); color: #fff; font-weight: 700; letter-spacing: .14em !important; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > h3 { margin: 10px 18px 12px; font-family: "OemParalucent", sans-serif !important; font-size: 44px; line-height: .9; letter-spacing: -.02em !important; }
html[data-product-profile="oem-delay-spray"] .oem-reel-phone > footer { min-height: 48px; margin: 0 18px; color: rgba(255,255,255,.95); font-size: 13px; line-height: 1.35; }
html[data-product-profile="oem-delay-spray"] .oem-reel-ui { position: absolute; z-index: 3; right: 14px; bottom: 44px; display: flex; flex-direction: column; gap: 14px; color: #fff; font-size: 22px; text-shadow: 0 2px 6px rgba(0,0,0,.3); }
html[data-product-profile="oem-delay-spray"] .oem-reel-progress { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; height: 3px; overflow: hidden; border-radius: 2px; background: rgba(255,255,255,.25); }
html[data-product-profile="oem-delay-spray"] .oem-reel-progress span { display: block; width: 0; height: 100%; background: rgba(255,255,255,.95); animation: oem-reel-progress 4.5s linear infinite; }
@keyframes oem-reel-progress { from { width: 0; } to { width: 100%; } }
@keyframes oem-reels-scroll { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  html[data-product-profile="oem-delay-spray"] .oem-product-inner { grid-template-columns: 1fr; gap: 40px; }
  html[data-product-profile="oem-delay-spray"] .oem-product-visual { grid-column: 1; grid-row: 1; position: relative; top: auto; }
  html[data-product-profile="oem-delay-spray"] .oem-product-copy { grid-column: 1; grid-row: 2; }
  html[data-product-profile="oem-delay-spray"] .oem-reel-card { flex-basis: 240px; width: 240px; height: 420px; }
  html[data-product-profile="oem-delay-spray"] .oem-reel-phone > h3 { font-size: 30px; }
  html[data-product-profile="oem-delay-spray"] .oem-truth-grid,
  html[data-product-profile="oem-delay-spray"] .oem-shipping-grid,
  html[data-product-profile="oem-delay-spray"] .oem-faq-grid { grid-template-columns: 1fr; }
  html[data-product-profile="oem-delay-spray"] .oem-study-grid { grid-template-columns: repeat(2, 1fr); }
  html[data-product-profile="oem-delay-spray"] .oem-ba-grid { grid-template-columns: 1fr; max-width: 600px; }
  html[data-product-profile="oem-delay-spray"] .oem-ba-arrow { transform: rotate(90deg); }
  html[data-product-profile="oem-delay-spray"] .oem-how-grid { grid-template-columns: 1fr; }
  html[data-product-profile="oem-delay-spray"] .oem-how-grid::before { display: none; }
  html[data-product-profile="oem-delay-spray"] .oem-routine-grid { grid-template-columns: repeat(2, 1fr); }
  html[data-product-profile="oem-delay-spray"] .oem-ingredient-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  html[data-product-profile="oem-delay-spray"] .oem-header-inner { padding: 10px 12px; gap: 8px; }
  html[data-product-profile="oem-delay-spray"] .oem-desktop-nav { display: none; }
  html[data-product-profile="oem-delay-spray"] .oem-mobile-menu { display: block; }
  html[data-product-profile="oem-delay-spray"] .oem-header-cta { display: none; }
  html[data-product-profile="oem-delay-spray"] .oem-product { padding: 28px 0 56px; }
  html[data-product-profile="oem-delay-spray"] .oem-section-inner,
  html[data-product-profile="oem-delay-spray"] .oem-product-inner { padding-inline: 18px; }
  html[data-product-profile="oem-delay-spray"] .oem-truth,
  html[data-product-profile="oem-delay-spray"] .oem-compare,
  html[data-product-profile="oem-delay-spray"] .oem-before-after,
  html[data-product-profile="oem-delay-spray"] .oem-reviews,
  html[data-product-profile="oem-delay-spray"] .oem-faq { padding-block: 56px; }
  html[data-product-profile="oem-delay-spray"] .oem-product-copy h1 { font-size: clamp(1.8rem, 10vw, 2.35rem); text-align: center; }
  html[data-product-profile="oem-delay-spray"] .oem-product-copy { text-align: center; }
  html[data-product-profile="oem-delay-spray"] .oem-product-bullets { text-align: left; }
  html[data-product-profile="oem-delay-spray"] .oem-product-form { text-align: left; }
  html[data-product-profile="oem-delay-spray"] .oem-reel-window { margin-inline: -18px; }
  html[data-product-profile="oem-delay-spray"] .oem-selected-review-grid { grid-template-columns: 1fr; }
  html[data-product-profile="oem-delay-spray"] .oem-review-stats { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  html[data-product-profile="oem-delay-spray"] .oem-bigmark-word { white-space: normal; overflow-wrap: anywhere; font-size: clamp(3.1rem, 15vw, 7rem); }
}
@media (max-width: 760px) {
  html[data-product-profile="oem-delay-spray"] body:not(.storefront-v2) #App #MobileBuyBar:not([hidden]) { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  html[data-product-profile="oem-delay-spray"] .oem-reel-track,
  html[data-product-profile="oem-delay-spray"] .oem-reel-progress span { animation: none !important; }
}
