:root {
  --winky-ink: #151515;
  --winky-white: #FFFFFF;
  --winky-warm: #F5F3EF;
  --winky-magenta: #D10A67;
  --winky-nude: #D5B9AA;
  --winky-gold: #C5A46D;
  --winky-line: #dfddd9;
  --winky-muted: #64605d;
  --font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body: "Open Sans", Arial, Helvetica, sans-serif;
  --shell: min(1200px, calc(100% - 40px));
  --radius: 18px;
  --shadow: 0 18px 50px rgba(21, 21, 21, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--winky-ink); background: var(--winky-white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, .brand-word { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); margin: 0 0 24px; }
h2 { font-size: clamp(2rem, 4.2vw, 3.8rem); margin: 0 0 22px; }
h3 { font-size: clamp(1.35rem, 2vw, 1.85rem); margin: 0 0 12px; }
p { margin: 0 0 18px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 124px) 0; }
.section-kicker { color: var(--winky-magenta); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-intro { max-width: 700px; color: var(--winky-muted); font-size: 1.08rem; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--winky-white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { background: var(--winky-ink); color: var(--winky-white); font-size: .8rem; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { color: var(--winky-white); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--winky-line); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: baseline; gap: 7px; color: var(--winky-ink); text-decoration: none; flex: 0 0 auto; }
.brand-word { font-size: 2rem; }
.brand-sub { color: var(--winky-magenta); font-size: .68rem; font-weight: 800; letter-spacing: .22em; }
.custom-logo { max-height: 58px; width: auto; }
.primary-navigation { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.primary-menu { display: flex; align-items: center; gap: clamp(12px, 1.3vw, 22px); margin: 0; padding: 0; list-style: none; }
.primary-menu a { display: inline-flex; padding: 10px 0; font-size: .78rem; font-weight: 750; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.primary-menu a:hover, .primary-menu a:focus-visible { color: var(--winky-magenta); }
.primary-menu .menu-catalogue a { color: var(--winky-magenta); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid var(--winky-magenta); border-radius: 999px; background: var(--winky-magenta); color: var(--winky-white); font-weight: 800; line-height: 1.1; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: #ad0755; transform: translateY(-2px); }
.button-secondary { border-color: var(--winky-ink); background: transparent; color: var(--winky-ink); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--winky-ink); color: var(--winky-white); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .76rem; white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 22px; height: 2px; background: var(--winky-ink); content: ""; }
.menu-toggle-lines { position: relative; margin-right: 8px; }
.menu-toggle-lines::before { position: absolute; top: -7px; }
.menu-toggle-lines::after { position: absolute; top: 7px; }
.site-main { min-height: 50vh; }
.prose { max-width: 780px; }
.page-content { max-width: none; }
.page-content > h1 { max-width: 920px; font-size: clamp(2.8rem, 5vw, 5rem); }
.page-content > p { max-width: 780px; font-size: 1.05rem; }
.page-content .winky-b2b-form,
.page-content .winky-quote-builder { width: 100%; margin: 42px auto; }
.page-content .winky-quote-builder { max-width: 1100px; }
.page-content .winky-b2b-form { max-width: 1100px; }
.site-footer { padding: 72px 0 26px; background: var(--winky-ink); color: var(--winky-white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; }
.footer-grid h2 { font-family: var(--font-body); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { color: #c8c4c0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 8px; }
.footer-grid a { color: var(--winky-white); }
.brand-footer .brand-word { color: var(--winky-white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 60px; padding-top: 24px; border-top: 1px solid #3b3938; color: #aaa5a1; font-size: .75rem; }
.hero { overflow: hidden; background: linear-gradient(120deg, var(--winky-warm), #fff 62%); }
.hero-grid { min-height: min(760px, calc(100vh - 120px)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 78px; }
.hero-lead { max-width: 650px; color: #4f4a47; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 0; padding: 0; list-style: none; font-size: .82rem; font-weight: 750; }
.hero-points li::before { margin-right: 8px; color: var(--winky-magenta); content: "◆"; font-size: .55rem; }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--winky-nude); box-shadow: 0 40px 80px rgba(21,21,21,.16); content: ""; }
.hero-card { z-index: 1; width: min(320px, 74%); aspect-ratio: .72; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 12px solid var(--winky-white); background: var(--winky-ink); color: var(--winky-white); text-align: center; transform: rotate(4deg); box-shadow: var(--shadow); }
.hero-card::before, .hero-card::after { width: 70%; height: 60px; margin: 24px 0; border-top: 3px solid var(--winky-white); border-radius: 50%; content: ""; transform: rotate(10deg); }
.hero-card::after { margin-top: -56px; transform: rotate(-10deg); }
.hero-card span, .hero-card em { color: var(--winky-nude); font-size: .68rem; font-style: normal; letter-spacing: .16em; }
.hero-card strong { font-family: var(--font-display); font-size: 1.7rem; line-height: 1.1; }
.lash-orbit { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(209,10,103,.34); border-radius: 50%; }
.lash-orbit-two { width: 540px; height: 540px; border-color: rgba(197,164,109,.36); }
.hero-art { overflow: hidden; border-radius: clamp(18px, 3vw, 34px); background: linear-gradient(140deg, #fafafa 0%, #f0f1f0 65%, #ece8e8 100%); }
.hero-editorial-mark { position: absolute; right: -5%; top: -15%; color: rgba(209,10,103,.075); font-family: var(--font-display); font-size: clamp(18rem, 32vw, 29rem); line-height: .9; }
.hero-editorial-orbit { position: absolute; right: 4%; top: 10%; width: 72%; height: 76%; border: 1px solid rgba(209,10,103,.24); border-radius: 50%; transform: rotate(-12deg); }
.hero-product-visual { z-index: 2; width: 104%; margin: 8% -8% -6% 4%; }
.hero-product-visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 28px 24px rgba(18,15,14,.2)); }
.hero-editorial-label { position: absolute; z-index: 3; right: 5%; bottom: 7%; padding: 9px 13px; background: var(--winky-ink); color: var(--winky-white); font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-3deg); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 46px; }
.order-paths { background: var(--winky-white); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.path-card { position: relative; overflow: hidden; min-height: 360px; padding: clamp(32px, 5vw, 64px); border-radius: var(--radius); box-shadow: var(--shadow); }
.path-card p:not(.section-kicker) { max-width: 520px; color: #57514e; }
.path-card .text-link { font-weight: 800; }
.path-assisted { background: var(--winky-warm); }
.path-self { background: var(--winky-ink); color: var(--winky-white); }
.path-self p:not(.section-kicker) { color: #c9c4c0; }
.path-number { position: absolute; right: 24px; bottom: -36px; color: rgba(209,10,103,.12); font-family: var(--font-display); font-size: 12rem; line-height: 1; }
.products-section { background: var(--winky-warm); }
.text-link { color: var(--winky-magenta); font-weight: 800; text-decoration: none; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 290px; padding: 26px; overflow: hidden; border: 1px solid var(--winky-line); border-radius: 14px; background: var(--winky-white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-index { color: var(--winky-magenta); font-size: .7rem; font-weight: 800; }
.category-lash { display: block; width: 72%; height: 80px; margin: 30px auto 24px; border-top: 3px solid var(--winky-ink); border-radius: 50%; transform: rotate(-7deg); }
.category-lash::before, .category-lash::after { display: block; width: 70%; height: 50px; margin: 5px auto; border-top: 1px solid var(--winky-ink); border-radius: 50%; content: ""; transform: rotate(10deg); }
.category-card p { color: var(--winky-muted); font-size: .88rem; }
.card-arrow { position: absolute; right: 22px; bottom: 18px; color: var(--winky-magenta); font-size: 1.3rem; }
.featured-products-section { background: var(--winky-white); }
.featured-products-intro { max-width: 720px; margin: -24px 0 38px; color: var(--winky-muted); }
.featured-products-section .woocommerce ul.products { align-items: stretch; }
.featured-products-section .woocommerce ul.products li.product { height: 100%; }
.oem-section { background: var(--winky-white); }
.oem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 8vw, 120px); }
.oem-visual { position: relative; min-height: 580px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, var(--winky-nude), var(--winky-warm)); }
.package { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 30px 60px rgba(21,21,21,.18); }
.package-back { width: 46%; height: 62%; left: 12%; top: 12%; background: var(--winky-magenta); color: var(--winky-white); font-family: var(--font-display); font-size: 8rem; transform: rotate(-8deg); }
.package-front { width: 52%; height: 68%; right: 9%; bottom: 8%; border: 8px solid var(--winky-white); background: var(--winky-ink); color: var(--winky-white); text-align: center; transform: rotate(6deg); }
.package-front span { color: var(--winky-nude); font-size: .65rem; letter-spacing: .2em; }
.package-front strong { max-width: 130px; margin-top: 16px; font-family: var(--font-display); font-size: 1.7rem; line-height: 1.05; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.check-list li::before { margin-right: 9px; color: var(--winky-magenta); content: "✓"; font-weight: 900; }
.process-section { background: var(--winky-ink); color: var(--winky-white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid #484443; }
.process-grid article { min-height: 260px; padding: 30px 26px; border-right: 1px solid #484443; }
.process-grid article:first-child { border-left: 1px solid #484443; }
.process-grid span { color: var(--winky-magenta); font-weight: 800; }
.process-grid h3 { margin-top: 54px; }
.process-grid p { color: #bbb6b2; font-size: .9rem; }
.evidence-section { background: var(--winky-warm); }
.evidence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); }
.evidence-list article { display: grid; grid-template-columns: 42px 1fr; gap: 2px 18px; padding: 22px 0; border-top: 1px solid #ccc7c1; }
.evidence-list article:last-child { border-bottom: 1px solid #ccc7c1; }
.evidence-list span { grid-row: span 2; color: var(--winky-magenta); font-weight: 800; }
.evidence-list h3, .evidence-list p { margin: 0; }
.evidence-list p { color: var(--winky-muted); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-grid a { min-height: 300px; padding: 32px; border: 1px solid var(--winky-line); border-radius: 14px; background: var(--winky-white); text-decoration: none; }
.resource-grid span { color: var(--winky-magenta); font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.resource-grid h3 { margin-top: 60px; }
.resource-grid p { color: var(--winky-muted); }
.catalogue-section { background: var(--winky-white); }
.catalogue-card { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 50px; padding: clamp(36px, 6vw, 76px); border-radius: var(--radius); background: var(--winky-magenta); color: var(--winky-white); }
.catalogue-card .section-kicker { color: var(--winky-white); opacity: .8; }
.catalogue-card .button { border-color: var(--winky-white); background: var(--winky-white); color: var(--winky-magenta); }
.catalogue-card .button-secondary { background: transparent; color: var(--winky-white); }
.catalogue-actions { display: grid; gap: 12px; }
.shop-main { padding: 70px 0 100px; }
.shop-hero { max-width: 760px; margin-bottom: 50px; }
.shop-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.shop-note { padding: 16px 20px; border-left: 3px solid var(--winky-magenta); background: var(--winky-warm); color: var(--winky-muted); }
.b2b-page-hero { position: relative; overflow: hidden; padding: clamp(76px, 10vw, 132px) 0; background: linear-gradient(135deg, #fafafa, #f0f1f0 66%, #eee8eb); }
.b2b-page-hero::after { position: absolute; right: -5%; top: -55%; color: rgba(209,10,103,.055); content: "W"; font-family: var(--font-display); font-size: clamp(24rem, 48vw, 48rem); line-height: 1; }
.b2b-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.b2b-page-hero h1 { max-width: 850px; margin: 10px 0 24px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.045em; }
.b2b-page-lead { max-width: 720px; color: #514b48; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.b2b-page-index { justify-self: end; color: var(--winky-ink); font-family: var(--font-display); font-size: clamp(4rem, 9vw, 8rem); line-height: .8; text-align: right; }
.b2b-copy-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.page-band { background: var(--winky-warm); }
.page-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.page-card-grid article { min-width: 0; padding: clamp(25px, 4vw, 42px); border: 1px solid var(--winky-line); border-radius: 16px; background: var(--winky-white); }
.page-card-grid article > span { color: var(--winky-magenta); font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.page-card-grid h2, .page-card-grid h3 { margin: 18px 0 12px; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.page-card-grid p { margin-bottom: 0; color: var(--winky-muted); }
.guide-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-editor-content { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--winky-line); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product.winky-product-card { width: auto; margin: 0; float: none; border: 1px solid var(--winky-line); border-radius: 14px; overflow: hidden; background: var(--winky-white); }
.product-image { display: block; aspect-ratio: 1 / .88; overflow: hidden; background: var(--winky-warm); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-image:hover img { transform: scale(1.035); }
.product-card-body { padding: 22px; }
.product-type { margin: 0 0 8px; color: var(--winky-magenta); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.product-type a, .woocommerce-loop-product__title a { text-decoration: none; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--font-display); font-size: 1.45rem; }
.procurement-note { color: var(--winky-muted); font-size: .82rem; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.single-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px); }
.single-summary h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.quick-facts { margin: 30px 0; border-top: 1px solid var(--winky-line); }
.quick-facts > div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--winky-line); }
.quick-facts dt { font-weight: 800; }
.quick-facts dd { margin: 0; color: var(--winky-muted); }
.product-procurement { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 70px; border: 1px solid var(--winky-line); }
.product-procurement section { padding: 32px; border: 1px solid var(--winky-line); }
.product-procurement h2 { font-size: 1.65rem; }

@media (max-width: 1120px) {
  .primary-menu { gap: 12px; }
  .primary-menu a { font-size: .72rem; }
  .header-inner { gap: 20px; }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 28px, 720px); }
  .announcement-inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .primary-navigation { display: none; position: absolute; inset: 86px 0 auto; margin: 0; padding: 28px max(20px, calc((100vw - 720px) / 2)); background: var(--winky-white); border-bottom: 1px solid var(--winky-line); box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; }
  .primary-menu a { padding: 13px 4px; border-bottom: 1px solid var(--winky-line); font-size: .82rem; }
  .header-quote { width: 100%; margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid, .oem-grid, .evidence-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 60px; }
  .hero-art { min-height: 460px; }
  .hero-product-visual { width: min(760px, 112%); margin: 0 -6%; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(3) { border-left: 1px solid #484443; }
  .resource-grid { grid-template-columns: 1fr; }
  .catalogue-card { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .b2b-page-hero-grid, .b2b-copy-grid { grid-template-columns: 1fr; }
  .b2b-page-index { justify-self: start; font-size: 4rem; text-align: left; }
  .page-card-grid { grid-template-columns: 1fr 1fr; }
  .single-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .announcement-inner { justify-content: center; }
  .announcement-inner span { display: none; }
  .header-inner { min-height: 74px; }
  .primary-navigation { inset-block-start: 74px; }
  .primary-menu { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .hero-art { min-height: 390px; }
  .hero-editorial-mark { right: -10%; top: -10%; font-size: 20rem; }
  .hero-editorial-orbit { right: 8%; top: 13%; width: 80%; height: 72%; }
  .hero-product-visual { width: 116%; margin: 4% -8% -4%; }
  .hero-editorial-label { right: 6%; bottom: 5%; }
  .hero-art::before { width: 310px; height: 310px; }
  .lash-orbit { width: 340px; height: 340px; }
  .lash-orbit-two { width: 380px; height: 380px; }
  .split-heading { display: block; }
  .path-grid, .category-grid, .process-grid, .check-list { grid-template-columns: 1fr; }
  .path-card { min-height: 320px; }
  .process-grid article, .process-grid article:nth-child(3) { border-left: 1px solid #484443; }
  .oem-visual { min-height: 440px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .b2b-page-hero { padding: 62px 0; }
  .b2b-page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .b2b-page-index { display: none; }
  .page-card-grid, .guide-card-grid { grid-template-columns: 1fr; }
  body.single-product .site-main { overflow-x: clip; }
  body.single-product .single-summary h1 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: clamp(2.15rem, 10vw, 2.8rem);
    line-height: 1.05;
  }
  body.single-product [id*="hostinger-ai"],
  body.single-product [class*="hostinger-ai"],
  body.single-product [id*="kodee"],
  body.single-product [class*="kodee"],
  body.single-product [id*="ask-ai"],
  body.single-product [class*="ask-ai"],
  body.single-product [aria-label="Ask AI"] {
    display: none !important;
  }
  .single-product-grid > * { min-width: 0; }
  .woocommerce-product-gallery { width: 100%; max-width: 100%; overflow: hidden; }
  .woocommerce-product-gallery .flex-viewport { width: 100%; max-width: 100%; overflow: hidden; }
  .woocommerce-product-gallery__image { min-width: 0; overflow: hidden; }
  .woocommerce-product-gallery__image > a { display: block; width: 100%; max-width: 100%; overflow: hidden; }
  .woocommerce-product-gallery__image > a > img { display: block; width: 100%; max-width: 100%; height: auto; }
  .woocommerce-product-gallery .zoomImg { max-width: none; pointer-events: none; }
  .product-procurement { grid-template-columns: minmax(0, 1fr); overflow-wrap: anywhere; }
  .product-procurement > section { min-width: 0; }
  .product-procurement img,
  .product-procurement video,
  .product-procurement iframe { max-width: 100%; height: auto; }
}
