@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --pcom-red: #bb0000;
  --pcom-red-core: #93000c;
  --pcom-burgundy: #65000a;
  --pcom-navy: #10233f;
  --pcom-navy-deep: #0b1e36;
  --pcom-navy-soft: #173a63;
  --pcom-ink: #17202d;
  --pcom-muted: #5b6572;
  --pcom-line: #d7dce2;
  --pcom-soft: #f2f3f5;
  --pcom-white: #fff;
  --pcom-success: #087a45;
  --pcom-shadow: 0 14px 32px rgba(11, 30, 54, .12);
  --pcom-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --pcom-body: Manrope, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
body { background: var(--pcom-soft); color: var(--pcom-ink); font-family: var(--pcom-body); }
.pcomsf-root { color: var(--pcom-ink); font-family: var(--pcom-body); }
.pcomsf-root a { text-decoration: none; }
.pcomsf-root button, .pcomsf-root input { font-family: inherit; }
.pcomsf-shell { width: min(calc(100% - 32px), 2180px); margin-inline: auto; }
.pcomsf-root :focus-visible, body:not(#index) #wrapper :focus-visible { outline: 3px solid var(--pcom-red); outline-offset: 3px; }

/* Reversible theme replacement: disabling the module removes this stylesheet. */
body #header > link, body #footer > link,
body #header > .elementor, body #footer > .elementor { display: none !important; }
.page-index #wrapper > .container > .elementor { display: none !important; }
.page-index #wrapper { padding-top: 0 !important; background: var(--pcom-soft); }
.page-index #wrapper > .container { width: 100% !important; max-width: none !important; padding: 0 !important; }

/* Header */
.pcomsf-header-root { position: relative; z-index: 1001; background: var(--pcom-white); }
.pcomsf-topbar { background: var(--pcom-navy-deep); color: var(--pcom-white); font-size: 11px; }
.pcomsf-topbar .pcomsf-shell { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pcomsf-topbar nav { display: flex; gap: 24px; }
.pcomsf-topbar a { color: var(--pcom-white); }
.pcomsf-topbar a:hover { text-decoration: underline; text-decoration-color: var(--pcom-red); text-underline-offset: 3px; }
.pcomsf-main-head { background: var(--pcom-white); border-bottom: 1px solid var(--pcom-line); }
.pcomsf-head-grid { min-height: 82px; display: grid; grid-template-columns: 205px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.pcomsf-head-grid > .pcomsf-logo { grid-column: 1; justify-self: start; width: max-content; max-width: 100%; }
.pcomsf-head-grid > .pcomsf-search,
.pcomsf-head-grid > .pcomas-widget { grid-column: 2; width: 100%; min-width: 0; }
.pcomsf-head-grid > .pcomsf-head-actions { grid-column: 3; justify-self: end; }
.pcomsf-logo { display: inline-flex; align-items: center; }
.pcomsf-logo img { display: block; width: 176px; height: auto; }
.pcomsf-search { display: grid; grid-template-columns: 1fr 58px; height: 48px; border: 3px solid var(--pcom-red); background: var(--pcom-white); overflow: hidden; }
.pcomsf-search:focus-within { box-shadow: 0 0 0 3px rgba(187, 0, 0, .12); }
.pcomsf-search input { min-width: 0; border: 0; padding: 0 18px; color: var(--pcom-ink); font: 500 14px/1 var(--pcom-body); outline: 0; }
.pcomsf-search button { border: 0; background: var(--pcom-red); color: var(--pcom-white); font-size: 25px; cursor: pointer; transition: background .18s ease; }
.pcomsf-search button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.pcomsf-search button:hover { background: var(--pcom-red-core); }
.pcomsf-head-actions { display: flex; gap: 24px; }
.pcomsf-head-actions a { min-width: 0; display: flex; align-items: center; gap: 9px; color: var(--pcom-ink); line-height: 1.1; }
.pcomsf-head-actions a > svg { flex: 0 0 23px; width: 23px; height: 23px; fill: none; stroke: var(--pcom-red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.pcomsf-head-action-copy { min-width: 0; display: flex; flex-direction: column; }
.pcomsf-head-actions a:hover b { color: var(--pcom-red); }
.pcomsf-head-actions b { font-size: 13px; transition: color .18s ease; }
.pcomsf-head-actions .pcomsf-head-action-copy > span { margin-top: 5px; color: var(--pcom-muted); font-size: 11px; }
.pcomsf-main-nav { background: var(--pcom-white); color: var(--pcom-ink); border-bottom: 4px solid var(--pcom-red); }
.pcomsf-nav-inner { height: 48px; display: flex; align-items: stretch; }
.pcomsf-category-anchor { position: relative; flex: 0 0 245px; }
.pcomsf-nav-all { width: 100%; height: 100%; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--pcom-red); color: var(--pcom-white); font-size: 13px; font-weight: 800; cursor: pointer; transition: background .18s ease; }
.pcomsf-nav-all:hover, .pcomsf-nav-all[aria-expanded='true'] { background: var(--pcom-red-core); }
.pcomsf-category-menu { position: absolute; left: 0; top: 100%; z-index: 50; width: 330px; overflow: hidden; background: var(--pcom-white); border: 1px solid var(--pcom-line); border-top: 0; box-shadow: var(--pcom-shadow); }
.pcomsf-category-menu[hidden] { display: none; }
.pcomsf-category-menu a { min-height: 58px; padding: 7px 14px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; color: var(--pcom-ink); border-bottom: 1px solid var(--pcom-line); transition: background .18s ease, color .18s ease; }
.pcomsf-category-menu a:last-child { border-bottom: 0; }
.pcomsf-category-menu a:hover { background: #f8ecee; color: var(--pcom-red); }
.pcomsf-category-menu img { grid-column: 1; width: 40px; height: 40px; object-fit: contain; object-position: center; }
.pcomsf-category-menu b { grid-column: 2; min-width: 0; }
.pcomsf-category-menu a > span { grid-column: 3; }
.pcomsf-nav-links { min-width: 0; display: flex; align-items: center; overflow: auto; scrollbar-width: none; }
.pcomsf-nav-links a { padding: 17px 16px; color: var(--pcom-navy); font: 800 14px/1 var(--pcom-display); text-transform: uppercase; white-space: nowrap; transition: color .18s ease, background .18s ease; }
.pcomsf-nav-links a:hover { background: #edf1f5; color: var(--pcom-red); }
.pcomsf-nav-offer { margin-left: auto; color: var(--pcom-red) !important; }

/* Optima mobile quick menu is outside the replaced Elementor header. */
#qmcart-count.qm-count {
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border-color: var(--pcom-red) !important;
}
.quickmenu-mobile .quickmenu-item .block-icon svg path,
.quickmenu-mobile .quickmenu-item .block-icon svg polygon,
.quickmenu-mobile .quickmenu-item .block-icon svg circle {
  fill: var(--pcom-red) !important;
  stroke: var(--pcom-red) !important;
}
.quickmenu-mobile .quickmenu-item:hover .block-icon svg path,
.quickmenu-mobile .quickmenu-item:focus-within .block-icon svg path { fill: var(--pcom-red-core) !important; }

/* Homepage and hero */
.pcomsf-home { width: min(calc(100% - 32px), 2180px); margin: 18px auto 68px; }
.pcomsf-eyebrow { display: block; margin-bottom: 9px; color: var(--pcom-red); font: 800 12px/1 var(--pcom-display); letter-spacing: .13em; text-transform: uppercase; }
.pcomsf-hero { position: relative; min-height: 410px; overflow: hidden; isolation: isolate; color: var(--pcom-white); background: radial-gradient(circle at 36% 52%, rgba(187, 0, 0, .18), transparent 28rem), linear-gradient(105deg, var(--pcom-navy-deep) 0%, var(--pcom-navy) 36%, var(--pcom-burgundy) 62%, var(--pcom-red-core) 100%); border-bottom: 8px solid var(--pcom-red); box-shadow: 0 20px 46px rgba(11, 30, 54, .16); }
.pcomsf-hero::after { content: ''; position: absolute; z-index: -1; width: min(35vw, 570px); aspect-ratio: 1; right: 5%; top: 50%; transform: translateY(-50%); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 38px, rgba(255, 255, 255, .1) 39px 42px); }
.pcomsf-slide { display: none; min-height: 410px; grid-template-columns: minmax(320px, 1fr) minmax(300px, .82fr); align-items: center; padding: 44px clamp(30px, 4vw, 76px) 66px; gap: 44px; }
.pcomsf-slide > * { min-width: 0; }
.pcomsf-slide.is-active { display: grid; animation: pcomsf-reveal .35s ease both; }
.pcomsf-slide:first-child { padding-top: 31px; padding-bottom: 48px; }
.pcomsf-slide:first-child h1 { margin-bottom: 12px; font-size: clamp(40px, 3.5vw, 62px); }
.pcomsf-slide:first-child .pcomsf-button { margin-top: 14px; }
.pcomsf-slide:nth-child(2) { background: linear-gradient(105deg, rgba(11, 30, 54, .38), transparent 48%, rgba(187, 0, 0, .17)); }
.pcomsf-slide:nth-child(3) { background: linear-gradient(105deg, rgba(16, 35, 63, .5), transparent 48%, rgba(87, 0, 16, .25)); }
.pcomsf-slide:nth-child(4) { background: linear-gradient(105deg, rgba(76, 0, 16, .22), transparent 52%, rgba(187, 0, 0, .2)); }
.pcomsf-slide:nth-child(5) { background: linear-gradient(105deg, rgba(12, 43, 75, .45), transparent 52%, rgba(117, 0, 19, .18)); }
.pcomsf-slide:nth-child(6) { background: linear-gradient(105deg, rgba(63, 0, 17, .34), transparent 52%, rgba(187, 0, 0, .2)); }
.pcomsf-slide:nth-child(7) { background: linear-gradient(105deg, rgba(9, 50, 74, .34), transparent 52%, rgba(117, 0, 19, .22)); }
.pcomsf-slide .pcomsf-eyebrow { color: var(--pcom-white); }
.pcomsf-slide .pcomsf-eyebrow::before { content: ''; display: inline-block; width: 26px; height: 4px; margin-right: 8px; vertical-align: middle; background: var(--pcom-red); }
.pcomsf-slide h1 { margin: 0 0 18px; color: var(--pcom-white); font: 900 clamp(44px, 4.1vw, 72px)/.95 var(--pcom-display); letter-spacing: -.035em; text-transform: uppercase; }
.pcomsf-slide h1 em { display: table; margin-top: .1em; padding: .02em .12em .08em; color: var(--pcom-white); background: var(--pcom-red); font-style: normal; line-height: 1.04; }
.pcomsf-slide p { max-width: 600px; margin-bottom: 0; color: #f3f6fa; font-size: 15px; line-height: 1.55; overflow-wrap: anywhere; }
.pcomsf-slide-disclaimer { display: block; max-width: 620px; margin-top: 11px; color: #d8e2ee; font-size: 10px; line-height: 1.35; overflow-wrap: anywhere; }
.pcomsf-button { display: inline-flex; align-items: center; gap: 22px; margin-top: 22px; padding: 13px 18px; color: var(--pcom-navy-deep); background: var(--pcom-white); border-left: 6px solid var(--pcom-red); font-size: 12px; font-weight: 800; text-transform: uppercase; transition: color .18s ease, background .18s ease; }
.pcomsf-button:hover { color: var(--pcom-white); background: var(--pcom-navy-deep); }
.pcomsf-hero-image { height: 310px; display: flex; align-items: center; justify-content: center; }
.pcomsf-hero-image[href] { transition: transform .2s ease, filter .2s ease; }
.pcomsf-hero-image[href]:hover { transform: translateY(-4px) scale(1.015); }
.pcomsf-hero-image img { width: min(100%, 570px); height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 25px 30px rgba(0, 0, 0, .34)); }
.pcomsf-hero-image.has-installment-marker { position: relative; }
.pcomsf-installment-marker {
  position: absolute;
  top: 7px;
  right: 6%;
  z-index: 2;
  display: grid;
  width: clamp(108px, 9vw, 138px);
  aspect-ratio: 1;
  place-items: center;
  padding: 18px 12px;
  color: var(--pcom-white);
  background: var(--pcom-red-core);
  border: 5px solid var(--pcom-white);
  border-radius: 50%;
  box-shadow: 0 13px 28px rgba(11, 30, 54, .3), inset 0 0 0 3px rgba(117, 0, 19, .24);
  font: 900 clamp(17px, 1.55vw, 24px)/.95 var(--pcom-display);
  letter-spacing: .025em;
  text-align: center;
  text-transform: uppercase;
}
.pcomsf-hero-controls { position: absolute; left: clamp(30px, 4vw, 76px); bottom: 23px; z-index: 3; display: flex; gap: 8px; }
.pcomsf-hero-controls button { width: 34px; height: 6px; padding: 0; border: 0; background: rgba(255, 255, 255, .38); cursor: pointer; }
.pcomsf-hero-controls button:hover { background: var(--pcom-white); }
.pcomsf-hero-controls button[aria-current='true'] { background: var(--pcom-white); box-shadow: 0 0 0 3px var(--pcom-red); }
@keyframes pcomsf-reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Clickable product campaigns directly below the hero */
.pcomsf-promo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.pcomsf-promo-tile { position: relative; min-height: 190px; padding: 25px 21px; display: grid; grid-template-columns: minmax(145px, .9fr) minmax(150px, 1.1fr); align-items: center; overflow: hidden; color: var(--pcom-white); background: linear-gradient(125deg, var(--pcom-navy-deep), var(--pcom-navy)); border-bottom: 5px solid var(--pcom-red); box-shadow: 0 12px 28px rgba(11, 30, 54, .12); transition: transform .2s ease, box-shadow .2s ease; }
.pcomsf-promo-tile-1 { background: linear-gradient(125deg, #550011, var(--pcom-red-core)); }
.pcomsf-promo-tile-2 { background: linear-gradient(125deg, #0b2f4c, #164f70); }
.pcomsf-promo-tile:hover { color: var(--pcom-white); transform: translateY(-4px); box-shadow: 0 18px 36px rgba(11, 30, 54, .2); }
.pcomsf-promo-copy { position: relative; z-index: 2; min-width: 0; }
.pcomsf-promo-copy small { display: block; margin-bottom: 5px; color: #eef3f8; font: 800 10px/1 var(--pcom-body); letter-spacing: .09em; text-transform: uppercase; }
.pcomsf-promo-copy strong { display: block; color: var(--pcom-white); font: 900 clamp(24px, 2vw, 34px)/.94 var(--pcom-display); text-transform: uppercase; }
.pcomsf-promo-copy span { display: block; margin-top: 9px; color: #e5ebf2; font-size: 12px; line-height: 1.35; }
.pcomsf-promo-copy b { display: inline-block; margin-top: 14px; padding-bottom: 3px; color: var(--pcom-white); border-bottom: 2px solid var(--pcom-red); font-size: 11px; text-transform: uppercase; }
.pcomsf-promo-tile img { position: relative; z-index: 1; width: 100%; height: 154px; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .32)); transition: transform .2s ease; }
.pcomsf-promo-tile:hover img { transform: scale(1.04) rotate(-1deg); }

/* Quick categories */
.pcomsf-categories { padding: 54px 0 31px; }
.pcomsf-categories > header, .pcomsf-section-head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.pcomsf-categories h2, .pcomsf-section-head h2 { margin: 0; color: var(--pcom-navy-deep); font: 900 clamp(31px, 2.4vw, 43px)/.96 var(--pcom-display); letter-spacing: -.025em; text-transform: uppercase; }
.pcomsf-categories header p, .pcomsf-section-head p { margin: 7px 0 0; color: var(--pcom-muted); }
.pcomsf-category-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); background: var(--pcom-white); border: 1px solid var(--pcom-line); box-shadow: 0 12px 34px rgba(16, 35, 63, .07); }
.pcomsf-category-grid > a { position: relative; min-height: 160px; padding: 12px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; color: var(--pcom-navy-deep); background: var(--pcom-white); border-right: 1px solid var(--pcom-line); text-align: center; transition: transform .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease; }
.pcomsf-category-grid > a:last-child { border-right: 0; }
.pcomsf-category-grid > a:hover { z-index: 2; color: var(--pcom-white); background: var(--pcom-red); box-shadow: var(--pcom-shadow); transform: translateY(-4px); }
.pcomsf-cat-no { position: absolute; top: 10px; left: 10px; color: var(--pcom-red); font: 800 10px/1 var(--pcom-body); }
.pcomsf-cat-image { height: 108px; display: flex; align-items: center; justify-content: center; }
.pcomsf-cat-image img { width: 100%; height: 98px; object-fit: contain; object-position: center; transition: transform .18s ease; }
.pcomsf-category-grid > a:hover img { transform: scale(1.045); }
.pcomsf-category-grid b { display: block; color: inherit; font: 900 clamp(11px, .74vw, 14px)/1.08 var(--pcom-display); text-transform: uppercase; }

/* Top category and sequential shelves */
.pcomsf-top { margin-top: 36px; padding: 30px; color: var(--pcom-white); background: linear-gradient(135deg, var(--pcom-burgundy) 0%, var(--pcom-red-core) 58%, var(--pcom-red) 100%); border-bottom: 5px solid var(--pcom-red); box-shadow: 0 18px 42px rgba(101, 0, 10, .18); }
.pcomsf-top .pcomsf-section-head h2 { color: var(--pcom-white); }
.pcomsf-top .pcomsf-section-head p { color: #ced8e5; }
.pcomsf-top .pcomsf-section-head strong { color: var(--pcom-white); }
.pcomsf-tabs { display: flex; gap: 2px; overflow: auto; padding: 4px 4px 0; background: var(--pcom-burgundy); border-bottom: 5px solid rgba(255, 255, 255, .34); scrollbar-width: thin; }
.pcomsf-tabs button { flex: 0 0 auto; padding: 13px 16px; border: 0; border-top: 3px solid transparent; color: #f7f9fc; background: transparent; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: background .18s ease; }
.pcomsf-tabs button:hover { background: rgba(255, 255, 255, .13); }
.pcomsf-tabs button[aria-selected='true'] { color: var(--pcom-red-core); background: var(--pcom-white); border-top-color: var(--pcom-navy); }
.pcomsf-top-panel, .pcomsf-category-section { min-width: 0; margin-top: 18px; display: grid; grid-template-columns: clamp(230px, 15vw, 300px) minmax(0, 1fr); gap: 16px; }
.pcomsf-top-panel[hidden], .pcomsf-category-section[hidden] { display: none; }
.pcomsf-campaign { position: relative; min-height: 398px; padding: 29px 22px 20px; display: grid; grid-template-rows: auto auto auto 180px auto; overflow: hidden; color: var(--pcom-white); background: linear-gradient(145deg, var(--pcom-navy-soft), var(--pcom-navy)); border-bottom: 5px solid var(--pcom-red); }
.pcomsf-top .pcomsf-campaign, .pcomsf-campaign.is-red { color: var(--pcom-white); background: linear-gradient(145deg, var(--pcom-burgundy), var(--pcom-red-core)); }
.pcomsf-campaign::after { content: ''; position: absolute; width: 250px; height: 250px; right: -145px; bottom: -115px; border: 40px solid rgba(255, 255, 255, .11); border-radius: 50%; pointer-events: none; }
.pcomsf-campaign .pcomsf-eyebrow { position: relative; z-index: 2; grid-row: 1; color: var(--pcom-white); font-size: 9px; letter-spacing: .05em; }
.pcomsf-campaign h3 { position: relative; z-index: 2; grid-row: 2; margin: 0 0 8px; color: var(--pcom-white); font: 900 clamp(23px, 1.55vw, 30px)/1.02 var(--pcom-display); letter-spacing: -.03em; text-transform: uppercase; overflow-wrap: anywhere; }
.pcomsf-campaign p { position: relative; z-index: 2; grid-row: 3; max-width: 240px; margin: 0; color: #f4f7fb; font-size: 11px; line-height: 1.45; }
.pcomsf-campaign img { position: relative; z-index: 2; grid-row: 4; align-self: center; justify-self: center; width: 82%; height: 170px; object-fit: contain; object-position: center; filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .22)); }
.pcomsf-campaign > a { position: relative; z-index: 3; grid-row: 5; align-self: end; justify-self: start; color: var(--pcom-white); border-bottom: 2px solid currentColor; font-size: 10px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.pcomsf-campaign > a:hover { text-shadow: 0 0 14px rgba(255, 255, 255, .62); }
.pcomsf-shelf { min-width: 0; padding: 20px; color: var(--pcom-ink); background: var(--pcom-white); border: 1px solid var(--pcom-line); }
.pcomsf-shelf > header { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.pcomsf-shelf h3 { margin: 0; color: var(--pcom-navy-deep); font: 800 24px/1 var(--pcom-display); text-transform: uppercase; }
.pcomsf-shelf > header button { width: 36px; height: 34px; border: 1px solid var(--pcom-line); color: var(--pcom-navy); background: var(--pcom-white); cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.pcomsf-shelf > header button:hover { color: var(--pcom-white); background: var(--pcom-red); border-color: var(--pcom-red); }
.pcomsf-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 4 * 10px) / 5); gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.pcomsf-product-card { position: relative; min-width: 0; min-height: 338px; padding: 10px; display: flex; flex-direction: column; scroll-snap-align: start; color: var(--pcom-ink); background-color: var(--pcom-white); background-image: linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)); background-position: left top, left top, right bottom, right bottom; background-size: 26px 2px, 2px 26px, 26px 2px, 2px 26px; background-repeat: no-repeat; border: 1px solid var(--pcom-line); border-radius: 4px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pcomsf-product-card:hover { background-image: linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)); border-color: #c8d1dc; box-shadow: var(--pcom-shadow); transform: translateY(-3px); }
.pcomsf-product-image { height: 150px; display: flex; align-items: center; justify-content: center; background: #fafafa; border-bottom: 3px solid #e4e8ed; }
.pcomsf-product-image img { width: 100%; height: 138px; object-fit: contain; object-position: center; }
.pcomsf-product-card h3 { min-height: 57px; margin: 9px 0 6px; color: var(--pcom-ink); font: 700 12px/1.4 var(--pcom-body); text-transform: none; }
.pcomsf-product-card h3 a { color: inherit; }
.pcomsf-brand { color: var(--pcom-red); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pcomsf-stock { margin-top: auto; color: var(--pcom-success); font-size: 9px; font-weight: 700; }
.pcomsf-price { margin: 10px 0; color: var(--pcom-navy-deep); font: 900 22px/1 var(--pcom-display); }
.pcomsf-product-card button { width: 100%; min-height: 36px; padding: 10px; border: 0; color: var(--pcom-white); background: var(--pcom-navy); font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: background .18s ease; }
.pcomsf-product-card button:hover, .pcomsf-product-card button:active { background: var(--pcom-red); }
.pcomsf-empty { grid-column: 1 / -1; margin: 0; padding: 42px 20px; color: var(--pcom-muted); background: var(--pcom-soft); border-left: 4px solid var(--pcom-navy); text-align: center; }
.pcomsf-new-sections { margin-top: 24px; }
.pcomsf-category-section { margin-top: 18px; padding: 14px; background: var(--pcom-white); border: 1px solid var(--pcom-line); box-shadow: 0 10px 25px rgba(16, 35, 63, .055); }
.pcomsf-more { margin-top: 25px; text-align: center; }
.pcomsf-more button { padding: 13px 24px; border: 2px solid var(--pcom-navy); color: var(--pcom-navy); background: transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: color .18s ease, background .18s ease; }
.pcomsf-more button:hover { color: var(--pcom-white); background: var(--pcom-navy); }

/* Trust and footer */
.pcomsf-footer-root { color: var(--pcom-white); background: var(--pcom-navy-deep); border-top: 7px solid var(--pcom-red); }
.pcomsf-trust { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pcom-red-core); }
.pcomsf-trust > div { min-height: 88px; padding: 20px max(20px, calc((100vw - 2180px) / 8)); background: transparent; border-right: 1px solid rgba(255, 255, 255, .25); }
.pcomsf-trust > div:nth-child(even) { background: rgba(88, 0, 8, .2); }
.pcomsf-trust > div:last-child { border-right: 0; }
.pcomsf-trust b, .pcomsf-trust span { display: block; }
.pcomsf-trust b { color: var(--pcom-white); font: 800 17px/1.1 var(--pcom-display); text-transform: uppercase; }
.pcomsf-trust span { margin-top: 5px; color: #ffecef; font-size: 10px; }
.pcomsf-footer { width: min(calc(100% - 32px), 2180px); margin: auto; padding: 38px 0 20px; }
.pcomsf-footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 50px; }
.pcomsf-footer-logo { width: 244px; max-width: 100%; padding: 0; background: transparent; border: 0; }
.pcomsf-footer-logo img { filter: drop-shadow(0 0 10px rgba(255,255,255,.62)) drop-shadow(0 4px 10px rgba(0,0,0,.3)); }
.pcomsf-footer p { max-width: 420px; margin-top: 16px; color: #c4cfdd; font-size: 11px; }
.pcomsf-footer nav { display: flex; flex-direction: column; gap: 9px; }
.pcomsf-footer nav b { color: var(--pcom-white); font: 800 17px var(--pcom-display); text-transform: uppercase; }
.pcomsf-footer nav a { color: #d3dce7; font-size: 11px; }
.pcomsf-footer nav a:hover { color: var(--pcom-white); text-decoration: underline; text-decoration-color: var(--pcom-red); text-underline-offset: 3px; }
.pcomsf-footer-payments { min-height: 90px; margin-top: 26px; padding: 11px 13px; display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 3.45fr); gap: 14px; align-items: center; background: #102945; border: 1px solid #38506c; border-left: 4px solid var(--pcom-red); border-radius: 7px; box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.pcomsf-footer-payment-copy { margin: 0; }
.pcomsf-footer-payments .pcomsf-footer-payment-copy strong { color: var(--pcom-white); font-size: 16px; }
.pcomsf-footer-payments .pcomsf-footer-payment-copy > span { color: #dce5f0; }
.pcomsf-footer-payments .pcomsf-payment-logos--footer { width: 100%; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 7px; }
.pcomsf-footer-payments .pcomsf-payment-mark { min-height: 44px; padding: 5px 6px; border-radius: 5px; }
.pcomsf-footer-payments .pcomsf-payment-mark img { max-width: 88%; max-height: 28px; }
.pcomsf-footer-payments .pcomsf-payment-mark--bank { gap: 4px; }
.pcomsf-footer-payments .pcomsf-payment-mark--bank img { width: 24px; height: 24px; }
.pcomsf-footer-payments .pcomsf-payment-mark--bank span { font-size: 9px; }
.pcomsf-whatsapp {
  position: fixed;
  z-index: 1090;
  top: 52%;
  right: 18px;
  min-width: 166px;
  padding: 11px 16px 11px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #075e54 0%, #128c7e 100%);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px 0 0 999px;
  box-shadow: 0 14px 32px rgba(7, 94, 84, .32);
  transform: translateY(-50%);
  transition: right .2s ease, background .2s ease, box-shadow .2s ease, opacity .16s ease, visibility .16s ease;
}
.pcomsf-whatsapp:hover,
.pcomsf-whatsapp:focus-visible {
  right: 22px;
  color: #fff !important;
  background: linear-gradient(135deg, #087467 0%, #25d366 100%);
  box-shadow: 0 17px 38px rgba(7, 94, 84, .4);
  text-decoration: none;
}
.pcomsf-whatsapp svg { flex: 0 0 31px; width: 31px; height: 31px; }
.pcomsf-whatsapp span { display: flex; flex-direction: column; line-height: 1.05; }
.pcomsf-whatsapp small { color: rgba(255, 255, 255, .86); font-size: 9px; font-weight: 700; }
.pcomsf-whatsapp strong { margin-top: 4px; color: #fff; font-size: 15px; font-weight: 900; }
.pcomsf-copyright { margin-top: 30px; padding-top: 17px; color: #b8c4d3; border-top: 1px solid #38506c; font-size: 10px; }

/* Native PrestaShop pages: shared surface and typography system. */
body:not(#index) #wrapper { background: var(--pcom-soft); }
body:not(#index) #wrapper > .container { width: calc(100% - 32px); max-width: 1840px; }
body:not(#index) .page-title-wrapper, body:not(#index) .page-header { color: var(--pcom-white); background: var(--pcom-red) !important; border: 0; border-bottom: 5px solid var(--pcom-burgundy); }
body:not(#index) .page-title-wrapper h1, body:not(#index) .page-header h1 { color: var(--pcom-white); font: 900 clamp(34px, 4vw, 60px)/1 var(--pcom-display); text-transform: uppercase; }
body:not(#index) #content-wrapper { padding: 24px; background: var(--pcom-white); border: 1px solid var(--pcom-line); box-shadow: 0 10px 35px rgba(11, 30, 54, .05); }
body:not(#index) #wrapper .breadcrumb a:hover, body:not(#index) #wrapper a:hover { color: var(--pcom-red); }
body:not(#index) #wrapper .breadcrumb li:last-child,
body:not(#index) #wrapper .breadcrumb li:last-child > span,
body:not(#index) #wrapper .breadcrumb [aria-current='page'],
body:not(#index) #wrapper .breadcrumb-item.active {
  color: var(--pcom-red) !important;
  border-color: var(--pcom-red) !important;
}
body:not(#index) .btn-primary, body:not(#index) button.btn-primary, body:not(#index) input.btn-primary { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; box-shadow: none !important; }
body:not(#index) .btn-primary:hover, body:not(#index) .btn-primary:focus, body:not(#index) .btn-primary:active { background: var(--pcom-red-core) !important; border-color: var(--pcom-red-core) !important; }
body:not(#index) .btn-secondary { color: var(--pcom-white); background: var(--pcom-navy); border-color: var(--pcom-navy); }
body:not(#index) .btn-secondary:hover { color: var(--pcom-white); background: var(--pcom-navy-soft); border-color: var(--pcom-navy-soft); }
body:not(#index) .btn-outline-primary { color: var(--pcom-red); background: transparent; border-color: var(--pcom-red); }
body:not(#index) .btn-outline-primary:hover { color: var(--pcom-white); background: var(--pcom-red); border-color: var(--pcom-red); }
body:not(#index) .btn-warning, body:not(#index) .badge-warning, body:not(#index) .alert-warning { color: var(--pcom-navy-deep) !important; background: #edf1f5 !important; border-color: #c9d2de !important; }
body:not(#index) #wrapper .bg-warning,
body:not(#index) #wrapper .label-warning { color: var(--pcom-navy-deep) !important; background: #edf1f5 !important; }
body:not(#index) #wrapper .text-warning { color: var(--pcom-red-core) !important; }
body:not(#index) #wrapper .discount,
body:not(#index) #wrapper .discount-amount,
body:not(#index) #wrapper .discount-percentage { color: var(--pcom-white) !important; background: var(--pcom-red) !important; }

/* Promotion badges: native values stay dynamic; only presentation and Spanish labelling are enhanced. */
.pcomsf-discount-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100%;
  min-height: 28px;
  margin: 3px 0 3px 7px !important;
  padding: 6px 9px !important;
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border: 1px solid #9d0000 !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 9px rgba(117, 0, 19, .2) !important;
  font-family: var(--pcom-display) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .025em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
#product .product-prices .pcomsf-discount-badge {
  min-height: 38px;
  margin-left: 12px !important;
  padding: 9px 14px !important;
  border-radius: 5px !important;
  box-shadow: 0 5px 13px rgba(117, 0, 19, .24) !important;
  font-size: 15px !important;
  letter-spacing: .035em;
}
#category .product-miniature .product-price-and-shipping,
#search .product-miniature .product-price-and-shipping { line-height: 1.35; }
#category .product-miniature .pcomsf-discount-badge,
#search .product-miniature .pcomsf-discount-badge { position: relative; top: -1px; }
body:not(#index) input:focus, body:not(#index) select:focus, body:not(#index) textarea:focus { border-color: var(--pcom-red) !important; box-shadow: 0 0 0 2px rgba(187, 0, 0, .1) !important; }
body:not(#index) #wrapper .nav-tabs .nav-link { color: var(--pcom-navy); border-bottom-color: transparent; }
body:not(#index) #wrapper .nav-tabs .nav-link:hover { color: var(--pcom-red); }
body:not(#index) #wrapper .nav-tabs .nav-link.active { color: var(--pcom-white); background: var(--pcom-navy); border-color: transparent transparent var(--pcom-red); }
body:not(#index) #wrapper .slick-arrow,
body:not(#index) #wrapper .owl-nav button,
body:not(#index) #wrapper .swiper-button-next,
body:not(#index) #wrapper .swiper-button-prev { color: var(--pcom-navy) !important; background: var(--pcom-white) !important; border: 1px solid var(--pcom-line) !important; transition: color .18s ease, background .18s ease, border-color .18s ease; }
body:not(#index) #wrapper .slick-arrow:hover,
body:not(#index) #wrapper .owl-nav button:hover,
body:not(#index) #wrapper .swiper-button-next:hover,
body:not(#index) #wrapper .swiper-button-prev:hover { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; }
body:not(#index) #wrapper .alert-info { color: var(--pcom-navy-deep); background: #edf1f5; border-color: #c9d2de; }
body:not(#index) #wrapper .alert-danger { color: #76000c; background: #f8ecee; border-color: #e1b9bd; }

/* Category, search and product cards. */
#category .block-category, #search .block-category, .products-selection { background: var(--pcom-white); border-color: var(--pcom-line); }
#category #left-column .block, #search #left-column .block { border-top: 4px solid var(--pcom-navy); }
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title { color: var(--pcom-navy-deep); font-family: var(--pcom-display); font-weight: 800; text-transform: uppercase; }

/* Editorial category navigation: expanded and readable on desktop. */
@media (min-width: 992px) {
  #category #left-column .block-categories,
  #search #left-column .block-categories {
    padding: 24px 22px 26px;
    overflow: hidden;
    background: var(--pcom-white);
    border: 1px solid var(--pcom-line);
    border-top: 5px solid var(--pcom-navy-deep);
    box-shadow: 0 10px 26px rgba(11, 30, 54, .06);
  }
  #category #left-column .category-top-menu,
  #search #left-column .category-top-menu { margin: 0; }
  #category #left-column .category-top-menu > li:first-child,
  #search #left-column .category-top-menu > li:first-child {
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 2px solid var(--pcom-red);
  }
  #category #left-column .category-top-menu > li:first-child > a,
  #search #left-column .category-top-menu > li:first-child > a {
    display: block;
    color: var(--pcom-navy-deep) !important;
    font: 900 25px/1.05 var(--pcom-display);
    letter-spacing: .01em;
    overflow-wrap: anywhere;
    text-transform: uppercase;
  }
  #category #left-column .category-sub-menu,
  #search #left-column .category-sub-menu { margin: 0; }
  #category #left-column .category-sub-menu > li[data-depth='0'],
  #search #left-column .category-sub-menu > li[data-depth='0'] {
    position: relative;
    margin: 0;
    padding: 15px 0 17px 14px;
    border-bottom: 1px solid #e4e8ed;
  }
  #category #left-column .category-sub-menu > li[data-depth='0']::before,
  #search #left-column .category-sub-menu > li[data-depth='0']::before {
    position: absolute;
    top: 21px;
    left: 0;
    width: 4px;
    height: 17px;
    background: var(--pcom-red);
    content: '';
  }
  #category #left-column .category-sub-menu > li[data-depth='0'] > a,
  #search #left-column .category-sub-menu > li[data-depth='0'] > a {
    display: block;
    padding: 0;
    color: var(--pcom-navy-deep) !important;
    font: 800 17px/1.3 var(--pcom-body);
    overflow-wrap: anywhere;
  }
  #category #left-column .category-sub-menu > li[data-depth='0'] > a:hover,
  #search #left-column .category-sub-menu > li[data-depth='0'] > a:hover { color: var(--pcom-red) !important; }
  #category #left-column .category-sub-menu > li[data-depth='0'] > .collapse,
  #search #left-column .category-sub-menu > li[data-depth='0'] > .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
  #category #left-column .category-sub-menu > li[data-depth='0'] > .collapse-icons,
  #search #left-column .category-sub-menu > li[data-depth='0'] > .collapse-icons { display: none !important; }
  #category #left-column li[data-depth='1'],
  #search #left-column li[data-depth='1'] { margin: 0; padding: 0; }
  #category #left-column .category-sub-link,
  #search #left-column .category-sub-link {
    display: inline-block;
    padding: 6px 0 3px;
    color: var(--pcom-navy) !important;
    font: 700 13.5px/1.45 var(--pcom-body);
    text-decoration: underline;
    text-decoration-color: #aab6c4;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  #category #left-column .category-sub-link:hover,
  #category #left-column .category-sub-link:focus,
  #search #left-column .category-sub-link:hover,
  #search #left-column .category-sub-link:focus {
    color: var(--pcom-red) !important;
    text-decoration-color: var(--pcom-red);
  }
}
.products .product-miniature, .product-grid .product-miniature { overflow: hidden; border-radius: 0; }
.product-miniature.thumbnail-container,
.product-miniature .thumbnail-container { position: relative; background-color: var(--pcom-white) !important; background-image: linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)), linear-gradient(var(--pcom-navy), var(--pcom-navy)); background-position: left top, left top, right bottom, right bottom; background-size: 28px 2px, 2px 28px, 28px 2px, 2px 28px; background-repeat: no-repeat; border: 1px solid var(--pcom-line) !important; border-radius: 4px !important; box-shadow: none !important; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.product-miniature.thumbnail-container:hover,
.product-miniature .thumbnail-container:hover { background-image: linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)), linear-gradient(var(--pcom-red), var(--pcom-red)); border-color: #c8d1dc !important; box-shadow: var(--pcom-shadow) !important; transform: translateY(-3px); }
.product-miniature .product-title a { color: var(--pcom-ink) !important; }
.product-miniature .product-price-and-shipping, .product-miniature .price { color: var(--pcom-navy-deep) !important; font-family: var(--pcom-display); font-weight: 900; }
.product-miniature .product-flags .product-flag, .product-flags li.product-flag { color: var(--pcom-white) !important; background: var(--pcom-red) !important; }
.product-flag li.new,
.product-flags li.new,
.product-flag .new,
.product-flags .new {
  color: var(--pcom-white) !important;
  background: var(--pcom-navy-soft) !important;
  border-color: var(--pcom-navy-soft) !important;
}
.product-flag li.new span,
.product-flags li.new span { color: var(--pcom-white) !important; background: transparent !important; }
.product-miniature .highlighted-informations, .product-miniature .quick-view { color: var(--pcom-navy-deep); background: var(--pcom-white); }
.product-miniature .quick-view:hover { color: var(--pcom-red); }
.pagination .current a, .pagination .current span, .pagination a:hover { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; }

/* Pagination is a clear continuation path, not a faint footer detail. */
#category nav.pagination,
#search nav.pagination {
  margin: 30px 0 4px;
  padding: 17px 20px;
  background: #f5f7fa;
  border: 1px solid var(--pcom-line);
  border-top: 4px solid var(--pcom-navy-deep);
}
#category nav.pagination .page-list,
#search nav.pagination .page-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
}
#category nav.pagination .page-list > li,
#search nav.pagination .page-list > li { margin: 0; }
#category nav.pagination .page-list a,
#category nav.pagination .page-list .spacer,
#search nav.pagination .page-list a,
#search nav.pagination .page-list .spacer {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--pcom-navy-deep);
  background: var(--pcom-white);
  border: 1px solid #cbd3dc;
  font: 800 14px/1 var(--pcom-body);
  text-decoration: none;
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}
#category nav.pagination .page-list .current a,
#search nav.pagination .page-list .current a {
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border-color: var(--pcom-red) !important;
  box-shadow: inset 0 -3px var(--pcom-burgundy);
}
#category nav.pagination .page-list a:hover,
#category nav.pagination .page-list a:focus-visible,
#search nav.pagination .page-list a:hover,
#search nav.pagination .page-list a:focus-visible {
  color: var(--pcom-white) !important;
  background: var(--pcom-red-core) !important;
  border-color: var(--pcom-red-core) !important;
  transform: translateY(-1px);
}
#category nav.pagination .page-list .next,
#category nav.pagination .page-list .previous,
#search nav.pagination .page-list .next,
#search nav.pagination .page-list .previous {
  width: auto;
  min-width: 116px;
  gap: 5px;
  color: var(--pcom-white);
  background: var(--pcom-navy-deep);
  border-color: var(--pcom-navy-deep);
  text-transform: none;
}
#category nav.pagination .page-list .spacer,
#search nav.pagination .page-list .spacer {
  color: var(--pcom-muted);
  background: transparent;
  border-color: transparent;
}

/* Product detail and gallery. */
#product .product-container { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(42px, 6vw, 112px); align-items: stretch; }
#product .product-container > .col-md-6 { width: 100% !important; max-width: none !important; flex: none !important; }
#product .product-container > .col-md-12 { grid-column: 1 / -1; width: 100% !important; max-width: none !important; flex: none !important; }
#product .images-container { height: 100%; display: flex; flex-direction: column; }
#product .product-cover { flex: 1; min-height: 560px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--pcom-white); border: 1px solid var(--pcom-line); border-radius: 0; }
#product .product-cover img { width: 100%; height: 100%; max-height: 720px; padding: 24px; object-fit: contain !important; object-position: center; }
#product .product-images { display: flex !important; gap: 10px; overflow: auto; margin-top: 14px; }
#product .product-images > li { flex: 0 0 88px; }
#product .product-images img { border: 1px solid var(--pcom-line); }
#product .product-images img.selected, #product .product-images img:hover { border-color: var(--pcom-red); box-shadow: inset 0 -3px var(--pcom-red); }
#product h1 { color: var(--pcom-navy-deep); font-family: var(--pcom-display); font-weight: 900; }
#product .product-prices .current-price { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--pcom-red); font: 900 42px/1 var(--pcom-display); }
#product .add-to-cart { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; border-radius: 0 !important; font-weight: 800 !important; }
#product .add-to-cart:hover { background: var(--pcom-red-core) !important; border-color: var(--pcom-red-core) !important; }
#product .product-quantity .qty { border-color: var(--pcom-line); }
#product .tabs .nav-tabs { border-bottom-color: var(--pcom-line); }
#product .tabs .nav-tabs .nav-link { color: var(--pcom-navy); border: 0; border-bottom: 4px solid transparent; font-weight: 800; }
#product .tabs .nav-tabs .nav-link:hover { color: var(--pcom-red); }
#product .tabs .nav-tabs .nav-link.active { color: var(--pcom-white); background: var(--pcom-red); border-bottom-color: var(--pcom-burgundy); }
body#product #wrapper .tabs .nav-tabs .nav-link.active { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: transparent transparent var(--pcom-burgundy) !important; }
#product .carousel-control, #product .slick-arrow, #product .swiper-button-next, #product .swiper-button-prev { color: var(--pcom-navy) !important; background: var(--pcom-white) !important; border: 1px solid var(--pcom-line) !important; }
#product .carousel-control:hover, #product .slick-arrow:hover, #product .swiper-button-next:hover, #product .swiper-button-prev:hover { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; }
#product .modal-content { border: 0; border-top: 5px solid var(--pcom-red); }
#product .modal-header { color: var(--pcom-white); background: var(--pcom-navy-deep); }

/* Product content: readable editorial sections and technical data. */
#product .tabs { margin-top: 36px; }
#product .tab-content { padding-top: 22px; }
#product .product-description { color: var(--pcom-ink); font-size: 14px; line-height: 1.72; }
#product .pcomsf-content-section { margin: 0 0 14px; padding: 22px 24px; background: var(--pcom-white); border: 1px solid var(--pcom-line); border-left: 4px solid var(--pcom-navy); border-radius: 4px; }
#product .pcomsf-content-section > h2 { margin: -22px -24px 18px; padding: 15px 20px; color: var(--pcom-navy-deep); background: #f4f6f8; border-bottom: 1px solid var(--pcom-line); font: 800 22px/1.15 var(--pcom-display); text-transform: none; }
#product .pcomsf-content-section p:last-child { margin-bottom: 0; }
#product .pcomsf-spec-groups { display: grid; gap: 16px; }
#product .pcomsf-spec-group { overflow: hidden; border: 1px solid var(--pcom-line); border-radius: 4px; }
#product .pcomsf-spec-group h3 { margin: 0; padding: 12px 16px; color: var(--pcom-white); background: var(--pcom-red); font: 800 18px/1.15 var(--pcom-display); }
#product .pcomsf-spec-row { display: grid; grid-template-columns: minmax(180px, 38%) minmax(0, 1fr); margin: 0; border-top: 1px solid var(--pcom-line); }
#product .pcomsf-spec-row:first-of-type { border-top: 0; }
#product .pcomsf-spec-row dt, #product .pcomsf-spec-row dd { margin: 0; padding: 11px 16px; }
#product .pcomsf-spec-row dt { color: var(--pcom-navy-deep); background: #f7f8fa; font-weight: 700; }
#product .pcomsf-spec-row dd { color: var(--pcom-ink); background: var(--pcom-white); }
#product .product-features > dl.data-sheet { display: grid; grid-template-columns: minmax(180px, 38%) minmax(0, 1fr); margin: 0; overflow: hidden; border: 1px solid var(--pcom-line); border-radius: 4px; }
#product .product-features > dl.data-sheet dt,
#product .product-features > dl.data-sheet dd { width: auto; margin: 0; padding: 12px 16px; border-bottom: 1px solid var(--pcom-line); }
#product .product-features > dl.data-sheet dt { color: var(--pcom-navy-deep); background: #f7f8fa; font-weight: 700; }
#product .product-features > dl.data-sheet dd { color: var(--pcom-ink); background: var(--pcom-white); }
.pcomsf-sticky-buy { position: fixed; z-index: 1100; right: clamp(14px, 2.5vw, 42px); bottom: 20px; max-width: min(460px, calc(100vw - 28px)); padding: 12px 14px; display: flex; align-items: center; gap: 16px; color: var(--pcom-white); background: var(--pcom-navy-deep); border-top: 4px solid var(--pcom-red); border-radius: 4px; box-shadow: 0 16px 42px rgba(11, 30, 54, .28); transform: translateY(calc(100% + 42px)); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease; }
.pcomsf-sticky-buy.is-visible { transform: none; opacity: 1; pointer-events: auto; }
.pcomsf-sticky-buy-copy { min-width: 0; }
.pcomsf-sticky-buy-copy span { display: block; overflow: hidden; color: #dbe4ef; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.pcomsf-sticky-buy-copy strong { display: block; margin-top: 3px; color: var(--pcom-white); font: 900 22px/1 var(--pcom-display); }
.pcomsf-sticky-buy button { flex: 0 0 auto; min-height: 42px; padding: 10px 18px; color: var(--pcom-white); background: var(--pcom-red); border: 0; border-radius: 3px; font-weight: 800; cursor: pointer; }
.pcomsf-sticky-buy button:hover { background: var(--pcom-red-core); }

/* Cart and checkout. */
#cart .cart-grid-body, #cart .cart-grid-right .card, #checkout .checkout-step, #checkout #js-checkout-summary { background: var(--pcom-white); border: 1px solid var(--pcom-line); border-radius: 0; box-shadow: none; }
#cart .cart-grid-body h1, #cart .cart-summary-line .label, #checkout .step-title { color: var(--pcom-navy-deep); }
#cart .product-price, #cart .cart-summary-line.cart-total, #checkout .cart-summary-line.cart-total { color: var(--pcom-red); font-weight: 800; }
#cart .cart-grid-right .card { border-top: 5px solid var(--pcom-red); }
#checkout .checkout-step.-current .step-title { color: var(--pcom-white); background: var(--pcom-navy); border-bottom: 4px solid var(--pcom-red); }
#checkout .checkout-step .step-number { color: var(--pcom-white); background: var(--pcom-red); }
#checkout input[type='radio'], #checkout input[type='checkbox'] { accent-color: var(--pcom-red); }
#checkout .delivery-option:hover, #checkout .payment-option:hover { background: #edf1f5; }
#checkout-personal-information-step [role='tablist'] .nav-link { color: var(--pcom-navy-deep) !important; background: #e8edf3 !important; border: 0 !important; }
#checkout-personal-information-step [role='tablist'] .nav-link.active { color: var(--pcom-white) !important; background: var(--pcom-red) !important; }
#checkout .pcomsf-hidden-consent { display: none !important; }

/* Checkout payment methods: large native-radio cards, provider behavior unchanged. */
#checkout section.checkout-step .payment-options.pcomsf-payment-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
  margin: 18px 0 20px;
}
#checkout .pcomsf-payment-options > .pcomsf-payment-method { min-width: 0; margin: 0; }
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--pcom-navy-deep);
  background: var(--pcom-white);
  border: 1px solid #cdd6e1;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(11, 30, 54, .055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 5px;
  background: var(--pcom-red);
  content: '';
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card:hover {
  background: #f8fafc;
  border-color: #9aabc0;
  box-shadow: 0 8px 20px rgba(11, 30, 54, .1);
  transform: translateY(-1px);
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card:focus-within {
  border-color: var(--pcom-red);
  outline: 3px solid rgba(187, 0, 0, .16);
  outline-offset: 2px;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card.is-selected {
  background: #fff7f7;
  border-color: var(--pcom-red);
  box-shadow: 0 9px 24px rgba(117, 0, 19, .14);
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card.is-selected::before { opacity: 1; transform: scaleY(1); }
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card.is-disabled { opacity: .58; }
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio {
  position: relative;
  z-index: 4;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 24px;
  height: 24px;
  margin: 0;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: var(--pcom-white);
  border: 2px solid #78889c;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--pcom-white);
  pointer-events: none;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input:checked + span {
  background: var(--pcom-red);
  border-color: var(--pcom-red);
  box-shadow: none;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input:checked + span::after {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid var(--pcom-white);
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input:focus + span,
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input:focus-visible + span {
  outline: 3px solid rgba(187, 0, 0, .22);
  outline-offset: 3px;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card > label {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex !important;
  min-width: 0;
  min-height: 78px;
  margin: 0 !important;
  padding: 15px 20px 15px 54px;
  align-items: center;
  gap: 18px;
  color: var(--pcom-navy-deep) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  overflow-wrap: anywhere;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card > label > span:not(.custom-radio) { min-width: 0; }
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card > label img {
  flex: 0 0 auto;
  width: auto !important;
  max-width: min(34%, 180px) !important;
  height: auto !important;
  max-height: 52px !important;
  margin: 0 0 0 auto !important;
  object-fit: contain;
}
#checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card.is-selected > label { color: #72000a !important; }
#checkout .pcomsf-payment-options .pcomsf-payment-method + .js-additional-information,
#checkout .pcomsf-payment-options .pcomsf-payment-method + .js-payment-option-form,
#checkout .pcomsf-payment-options .pcomsf-payment-method + .js-additional-information + .js-payment-option-form,
#checkout .pcomsf-payment-detail {
  margin: -13px 0 0;
  padding: 16px 18px 18px;
  background: #f8fafc;
  border: 1px solid #d9e0e8;
  border-top: 0;
  color: var(--pcom-ink);
}
#checkout .pcomsf-payment-detail.is-selected-payment-detail {
  border-color: #e0b5ba;
  border-left: 5px solid var(--pcom-red);
}

/* Product policy summary and payment reassurance. */
.pcomsf-policy-trigger { width: 100%; margin: 14px 0; padding: 15px 16px; display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px; align-items: center; color: var(--pcom-navy-deep); background: #f7f8fa; border: 1px solid var(--pcom-line); border-left: 4px solid var(--pcom-red); text-align: left; cursor: pointer; }
.pcomsf-policy-trigger > span { grid-row: 1 / 3; display: grid; place-items: center; width: 30px; height: 30px; color: var(--pcom-white); background: var(--pcom-red); border-radius: 50%; font-weight: 900; }
.pcomsf-policy-trigger strong { font-size: 12px; }
.pcomsf-policy-trigger small { color: var(--pcom-muted); font-size: 10px; }
.pcomsf-policy-trigger:hover { border-color: var(--pcom-red); background: #fff6f6; }
.pcomsf-policy-dialog { width: min(620px, calc(100vw - 28px)); padding: 0; color: var(--pcom-ink); background: var(--pcom-white); border: 0; border-top: 6px solid var(--pcom-red); box-shadow: 0 28px 80px rgba(11,30,54,.35); }
.pcomsf-policy-dialog::backdrop { background: rgba(11,30,54,.72); }
.pcomsf-policy-dialog form { position: relative; padding: 28px; }
.pcomsf-policy-dialog h2 { margin: 0 42px 22px 0; color: var(--pcom-navy-deep); font: 900 28px/1 var(--pcom-display); }
.pcomsf-policy-dialog h3 { margin: 18px 0 5px; color: var(--pcom-red); font: 800 18px/1 var(--pcom-display); }
.pcomsf-policy-dialog p { margin: 0; line-height: 1.6; }
.pcomsf-policy-close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; color: var(--pcom-white); background: var(--pcom-navy); border: 0; border-radius: 50%; font-size: 24px; cursor: pointer; }
.pcomsf-policy-more { display: inline-block; margin-top: 24px; padding: 12px 16px; color: var(--pcom-white) !important; background: var(--pcom-red); font-weight: 800; }
.pcomsf-payment-trust { position: relative; margin-top: 14px; padding: 10px; overflow: hidden; background: var(--pcom-white); border: 1px solid #d6dee8; border-top: 3px solid var(--pcom-red); border-radius: 0 0 8px 8px; box-shadow: 0 7px 18px rgba(16,35,63,.07); }
.pcomsf-payment-trust::after { position: absolute; top: -36px; right: -36px; width: 94px; height: 94px; content: ''; border: 1px solid rgba(187,0,0,.08); transform: rotate(45deg); pointer-events: none; }
.pcomsf-payment-heading { position: relative; z-index: 1; margin-bottom: 7px; }
.pcomsf-payment-heading span, .pcomsf-footer-payment-copy > span { display: block; margin-bottom: 4px; color: var(--pcom-red); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pcomsf-payment-heading strong, .pcomsf-footer-payment-copy strong { display: block; color: var(--pcom-navy-deep); font: 800 15px/1.15 var(--pcom-display); }
.pcomsf-payment-logos { position: relative; z-index: 1; display: grid; gap: 10px; }
.pcomsf-payment-logos--product { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
.pcomsf-payment-mark { min-width: 0; min-height: 46px; padding: 6px; display: flex; align-items: center; justify-content: center; color: var(--pcom-navy-deep); background: var(--pcom-white); border: 1px solid #cfdae6; border-radius: 6px; box-shadow: 0 2px 7px rgba(16,35,63,.055); }
.pcomsf-payment-mark img { display: block; width: auto; max-width: 88%; height: auto; max-height: 30px; object-fit: contain; }
.pcomsf-payment-mark--visa img { width: 82px; }
.pcomsf-payment-mark--mastercard img { width: 64px; max-height: 42px; }
.pcomsf-payment-mark--amex img { width: 46px; max-height: 46px; }
.pcomsf-payment-mark--klarna { background: var(--pcom-white); border-color: #cfdae6; }
.pcomsf-payment-mark--klarna img { width: 100px; max-height: 34px; padding: 5px 8px; box-sizing: border-box; background: #ffb3c7; border-radius: 5px; }
.pcomsf-payment-mark--viabill img { width: 90px; }
.pcomsf-payment-mark--paypal img { width: 91px; }
.pcomsf-payment-mark--google img { width: 82px; }
.pcomsf-payment-mark--apple img { width: 82px; }
.pcomsf-payment-mark--bank { gap: 6px; }
.pcomsf-payment-mark--bank img { flex: 0 0 25px; width: 25px; height: 25px; }
.pcomsf-payment-mark--bank span { color: var(--pcom-navy-deep); font-size: 10px; font-weight: 800; line-height: 1.12; }

/* Legal CMS documents. */
.page-cms .page-content { color: var(--pcom-ink); font-family: var(--pcom-body); line-height: 1.65; }
.page-cms .page-content h1, .page-cms .page-content h2, .page-cms .page-content h3 { color: var(--pcom-navy-deep); font-family: var(--pcom-display); font-weight: 800; }
.page-cms .page-content h2 { margin-top: 1.8em; padding-bottom: .35em; border-bottom: 3px solid var(--pcom-red); }
.page-cms .page-content a { color: var(--pcom-red); text-decoration: underline; }

/* The breadcrumb strip is an action-red landmark with consistently readable text. */
body:not(#index) #wrapper .page-title-wrapper .breadcrumb,
body:not(#index) #wrapper .page-title-wrapper .breadcrumb a,
body:not(#index) #wrapper .page-title-wrapper .breadcrumb li,
body:not(#index) #wrapper .page-title-wrapper .breadcrumb span,
body:not(#index) #wrapper .page-title-wrapper .breadcrumb [aria-current='page'],
body:not(#index) #wrapper .page-title-wrapper .breadcrumb-item.active { color: var(--pcom-white) !important; border-color: rgba(255, 255, 255, .7) !important; }
body:not(#index) #wrapper .page-title-wrapper .breadcrumb a:hover { color: var(--pcom-white) !important; text-decoration: underline; text-underline-offset: 3px; }

/* Account and authentication. */
#authentication .login-form, #authentication .register-form, #identity .register-form, .page-my-account #content { background: var(--pcom-white); border: 1px solid var(--pcom-line); border-top: 5px solid var(--pcom-navy); border-radius: 0; box-shadow: none; }
.page-my-account #content .links a { color: var(--pcom-navy-deep); border: 1px solid var(--pcom-line); transition: color .18s ease, border-color .18s ease, transform .18s ease; }
.page-my-account #content .links a:hover { color: var(--pcom-red); border-color: var(--pcom-red); transform: translateY(-2px); }
.page-my-account #content .links a i { color: var(--pcom-red); }
#authentication .forgot-password a, #identity a { color: var(--pcom-red); }
#blockcart-modal .modal-header { color: var(--pcom-white); background: var(--pcom-navy-deep); border-bottom: 5px solid var(--pcom-red); }
#blockcart-modal .cart-content-btn .btn-secondary { color: var(--pcom-white); background: var(--pcom-navy); border-color: var(--pcom-navy); }

/* Third-party first-visit overlays and reassurance artwork inherit PCOM colors. */
#posnewsletterpopup { color: var(--pcom-ink); background: var(--pcom-white); border-top: 6px solid var(--pcom-red); }
#posnewsletterpopup .pnp-title { color: var(--pcom-navy-deep); font-family: var(--pcom-display); font-weight: 900; }
#posnewsletterpopup .pnp-close {
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border-color: var(--pcom-red) !important;
}
#posnewsletterpopup .pnp-close:hover,
#posnewsletterpopup .pnp-close:focus { color: var(--pcom-white) !important; background: var(--pcom-red-core) !important; }
#posnewsletterpopup .pos-btn-newsletter { color: var(--pcom-white) !important; background: var(--pcom-red) !important; border-color: var(--pcom-red) !important; }
#posnewsletterpopup .pos-btn-newsletter:hover { background: var(--pcom-red-core) !important; border-color: var(--pcom-red-core) !important; }
#posnewsletterpopup-overlay { background: rgba(11, 30, 54, .72) !important; }
#poscookielaw {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  min-height: 64px;
  padding: 10px max(16px, calc((100vw - 1420px) / 2));
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--pcom-white) !important;
  background: var(--pcom-navy-deep) !important;
  border-top: 4px solid var(--pcom-red);
  box-shadow: 0 -10px 28px rgba(11, 30, 54, .2);
  font: 600 13px/1.45 var(--pcom-body);
  text-align: left;
}
#poscookielaw.unvisible { display: none !important; }
#poscookielaw .pcomsf-cookie-message { min-width: 0; max-width: 900px; flex: 1 1 auto; color: var(--pcom-white); }
#poscookielaw p { margin: 0; color: var(--pcom-white) !important; }
#poscookielaw a { color: var(--pcom-white) !important; text-decoration: underline; text-decoration-color: var(--pcom-red); text-decoration-thickness: 2px; text-underline-offset: 3px; }
#poscookielaw a:hover { text-decoration-color: var(--pcom-white); }
#poscookielaw-accept {
  flex: 0 0 auto;
  min-width: 112px;
  min-height: 44px;
  padding: 10px 20px;
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border: 1px solid var(--pcom-red) !important;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  cursor: pointer;
}
#poscookielaw-accept:hover { background: var(--pcom-red-core) !important; border-color: var(--pcom-white) !important; }
#poscookielaw-accept:focus-visible { outline: 3px solid var(--pcom-white) !important; outline-offset: 3px; }
.blockreassurance_product .item-product,
.blockreassurance_product .item-product svg path,
.blockreassurance_product .item-product svg polygon,
#block-reassurance .block-reassurance-item svg path,
#block-reassurance .block-reassurance-item i {
  color: var(--pcom-red) !important;
  fill: var(--pcom-red) !important;
  stroke: var(--pcom-red) !important;
}

/* Product names stay prominent while remaining safely contained in the grid. */
#category #js-product-list .product_content.grid .product_name,
#search #js-product-list .product_content.grid .product_name {
  display: -webkit-box !important;
  min-height: 43px;
  overflow: hidden;
  color: var(--pcom-navy-deep) !important;
  font-family: var(--pcom-body);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -.01em;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Catalogue view controls stay explicit and keyboard-visible. */
#category .view-switcher .shop-view,
#search .view-switcher .shop-view {
  color: var(--pcom-navy-deep);
  border: 1px solid transparent;
  border-radius: 3px;
}
#category .view-switcher .shop-view.active,
#category .view-switcher .shop-view[aria-pressed='true'],
#search .view-switcher .shop-view.active,
#search .view-switcher .shop-view[aria-pressed='true'] {
  color: var(--pcom-white) !important;
  background: var(--pcom-navy-deep);
  border-color: var(--pcom-navy-deep);
}
#category .view-switcher .shop-view:focus-visible,
#search .view-switcher .shop-view:focus-visible {
  outline: 3px solid rgba(187, 0, 0, .3);
  outline-offset: 2px;
}

/* List view: compact, scannable rows with a persistent purchase action. */
#category #js-product-list .product_content.list,
#search #js-product-list .product_content.list {
  display: block !important;
  margin: 0 !important;
}
#category #js-product-list .product_content.list::before,
#category #js-product-list .product_content.list::after,
#search #js-product-list .product_content.list::before,
#search #js-product-list .product_content.list::after { display: none !important; }
#category #js-product-list .product_content.list .item-product,
#search #js-product-list .product_content.list .item-product {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  clear: none !important;
}
#category #js-product-list .product_content.list .product-miniature,
#search #js-product-list .product_content.list .product-miniature {
  display: grid !important;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  align-items: center;
  min-height: 218px;
  padding: 14px 190px 14px 14px;
  overflow: hidden;
}
#category #js-product-list .product_content.list .img_block,
#search #js-product-list .product_content.list .img_block {
  grid-column: 1;
  width: 100%;
  padding: 0 18px 0 0 !important;
  overflow: visible !important;
}
#category #js-product-list .product_content.list .img_block .product-thumbnail img,
#search #js-product-list .product_content.list .img_block .product-thumbnail img {
  width: 100%;
  height: 184px;
  object-fit: contain;
}
#category #js-product-list .product_content.list .product_desc,
#search #js-product-list .product_content.list .product_desc {
  grid-column: 2;
  align-self: center;
  min-width: 0;
  padding: 12px 24px !important;
  text-align: left !important;
}
#category #js-product-list .product_content.list .product_name,
#search #js-product-list .product_content.list .product_name {
  display: block;
  max-width: 54rem;
  overflow: visible;
  color: var(--pcom-navy-deep) !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: clip;
  white-space: normal;
}
#category #js-product-list .product_content.list .product-price-and-shipping .price,
#search #js-product-list .product_content.list .product-price-and-shipping .price {
  color: var(--pcom-red) !important;
  font-size: 22px;
  font-weight: 900;
}
#category #js-product-list .product_content.list .img_block .cart,
#search #js-product-list .product_content.list .img_block .cart {
  position: absolute !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  z-index: 2;
  display: block !important;
  width: 156px;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
#category #js-product-list .product_content.list .cart .add-to-cart,
#search #js-product-list .product_content.list .cart .add-to-cart {
  width: 100%;
  min-height: 42px;
  color: var(--pcom-white) !important;
  background: var(--pcom-red) !important;
  border-color: var(--pcom-red) !important;
}

@media (min-width: 992px) {
  #category #js-product-list .product_content.list .product-miniature,
  #search #js-product-list .product_content.list .product-miniature {
    grid-template-columns: 142px minmax(280px, 1fr) 178px;
    grid-template-rows: auto auto;
    column-gap: 24px;
    min-height: 154px;
    padding: 12px 18px;
  }
  #category #js-product-list .product_content.list .img_block,
  #category #js-product-list .product_content.list .product_desc,
  #search #js-product-list .product_content.list .img_block,
  #search #js-product-list .product_content.list .product_desc {
    display: contents !important;
  }
  #category #js-product-list .product_content.list .product-thumbnail,
  #search #js-product-list .product_content.list .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
  }
  #category #js-product-list .product_content.list .img_block .product-thumbnail img,
  #search #js-product-list .product_content.list .img_block .product-thumbnail img {
    width: 100%;
    height: 128px;
    object-fit: contain;
  }
  #category #js-product-list .product_content.list .product_desc h3,
  #search #js-product-list .product_content.list .product_desc h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    min-width: 0;
    margin: 0 0 8px !important;
  }
  #category #js-product-list .product_content.list .product_name,
  #search #js-product-list .product_content.list .product_name {
    max-width: 68rem;
    margin: 0 !important;
    font-size: 17px;
  }
  #category #js-product-list .product_content.list .product-price-and-shipping,
  #search #js-product-list .product_content.list .product-price-and-shipping {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0 !important;
  }
  #category #js-product-list .product_content.list .hook-reviews,
  #search #js-product-list .product_content.list .hook-reviews {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    margin: 0 0 10px !important;
  }
  #category #js-product-list .product_content.list .img_block .cart,
  #search #js-product-list .product_content.list .img_block .cart {
    position: static !important;
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    justify-self: stretch;
    width: 100%;
    margin: 0;
  }
  #category #js-product-list .product_content.list .add-to-links,
  #category #js-product-list .product_content.list .variant-links,
  #search #js-product-list .product_content.list .add-to-links,
  #search #js-product-list .product_content.list .variant-links { display: none !important; }
}

/* Wide screens show more merchandise instead of enlarging cards. */
@media (min-width: 1700px) {
  body#category #wrapper > .container,
  body#search #wrapper > .container { width: calc(100% - 32px) !important; max-width: none !important; }
  .pcomsf-product-rail { grid-auto-columns: calc((100% - 5 * 10px) / 6); }
  #category #js-product-list .product_content.grid,
  #search #js-product-list .product_content.grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
  }
  #category #js-product-list .product_content.grid::before,
  #category #js-product-list .product_content.grid::after,
  #search #js-product-list .product_content.grid::before,
  #search #js-product-list .product_content.grid::after { display: none !important; }
  #category #js-product-list .product_content.grid .item-product,
  #search #js-product-list .product_content.grid .item-product {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
  }
}

@media (min-width: 2400px) {
  body#category #wrapper > .container > .row-wrapper > #left-column,
  body#search #wrapper > .container > .row-wrapper > #left-column {
    float: left;
    width: 300px !important;
    max-width: 300px !important;
    flex: 0 0 300px !important;
  }
  body#category #wrapper > .container > .row-wrapper > #content-wrapper.left-column,
  body#search #wrapper > .container > .row-wrapper > #content-wrapper.left-column {
    float: left;
    width: calc(100% - 300px) !important;
    max-width: calc(100% - 300px) !important;
    flex: 1 1 calc(100% - 300px) !important;
  }
  #category #js-product-list .product_content.grid,
  #search #js-product-list .product_content.grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .pcomsf-head-grid { grid-template-columns: 145px minmax(220px, 1fr) auto; gap: 17px; }
  .pcomsf-logo img { width: 135px; }
  .pcomsf-head-actions .pcomsf-head-action-copy > span { display: none; }
  .pcomsf-category-grid { grid-template-columns: repeat(5, 1fr); }
  .pcomsf-category-grid > a:nth-child(5) { border-right: 0; }
  .pcomsf-category-grid > a:nth-child(-n+5) { border-bottom: 1px solid var(--pcom-line); }
  .pcomsf-top-panel, .pcomsf-category-section { grid-template-columns: 220px minmax(0, 1fr); }
  .pcomsf-product-rail { grid-auto-columns: calc((100% - 2 * 10px) / 3); }
  #product .product-container { gap: 42px; }
}

/* Tablet campaign: independent copy, image and action areas. */
@media (min-width: 641px) and (max-width: 991px) {
  .pcomsf-head-grid { grid-template-columns: 150px 1fr; padding: 13px 0; }
  .pcomsf-head-grid > .pcomsf-logo { grid-column: 1; grid-row: 1; }
  .pcomsf-head-grid > .pcomsf-head-actions { grid-column: 2; grid-row: 1; justify-self: end; }
  .pcomsf-head-grid > .pcomsf-search,
  .pcomsf-head-grid > .pcomas-widget { grid-column: 1 / -1; grid-row: 2; width: 100%; min-width: 0; }
  .pcomsf-nav-links { display: none; }
  .pcomsf-category-anchor { flex-basis: 100%; }
  .pcomsf-promo-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .pcomsf-promo-tile { flex: 0 0 min(72vw, 560px); scroll-snap-align: start; }
  .pcomsf-top-panel, .pcomsf-category-section { grid-template-columns: 1fr; }
  .pcomsf-campaign { min-height: 244px; padding: 25px; grid-template-columns: minmax(0, 1fr) minmax(230px, 42%); grid-template-rows: auto auto minmax(38px, 1fr) auto; column-gap: 24px; }
  .pcomsf-campaign .pcomsf-eyebrow { grid-column: 1; grid-row: 1; }
  .pcomsf-campaign h3 { grid-column: 1; grid-row: 2; max-width: none; }
  .pcomsf-campaign p { grid-column: 1; grid-row: 3; max-width: 31rem; margin-bottom: 14px; }
  .pcomsf-campaign img { grid-column: 2; grid-row: 1 / -1; width: 100%; height: 188px; }
  .pcomsf-campaign > a { grid-column: 1; grid-row: 4; }
  #product .product-container { display: block; }
  #product .product-cover { min-height: 420px; }
  .pcomsf-footer-payments { grid-template-columns: 1fr; }
  .pcomsf-footer-payments .pcomsf-payment-logos { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pcomsf-shell, .pcomsf-home, .pcomsf-footer { width: min(calc(100% - 20px), 2180px); }
  .pcomsf-topbar nav { display: none; }
  .pcomsf-head-grid { grid-template-columns: minmax(92px, 1fr) auto; min-height: 112px; padding: 9px 0 10px; gap: 9px 8px; }
  .pcomsf-head-grid > .pcomsf-logo { grid-column: 1; grid-row: 1; justify-self: start; width: max-content; max-width: 100%; }
  .pcomsf-logo img { width: clamp(94px, 29vw, 118px); }
  .pcomsf-head-grid > .pcomsf-head-actions { grid-column: 2; grid-row: 1; min-width: 0; gap: 5px; justify-self: end; }
  .pcomsf-head-actions a { min-width: 62px; padding: 3px 2px; flex-direction: column; gap: 3px; text-align: center; }
  .pcomsf-head-actions a > svg { flex-basis: 21px; width: 21px; height: 21px; }
  .pcomsf-head-actions .pcomsf-head-action-copy { display: block; }
  .pcomsf-head-actions .pcomsf-head-action-copy > span { display: none; }
  .pcomsf-head-actions b { display: block; font-size: 10px; white-space: nowrap; }
  .pcomsf-head-grid > .pcomsf-search,
  .pcomsf-head-grid > .pcomas-widget { grid-column: 1 / -1; grid-row: 2; width: 100%; min-width: 0; }
  .pcomsf-search { grid-template-columns: minmax(0, 1fr) 48px; height: 43px; }
  .pcomsf-search input { padding-inline: 12px; font-size: 12px; }
  .pcomsf-search button svg { width: 21px; height: 21px; }
  .pcomsf-nav-inner { height: 44px; }
  .pcomsf-nav-links { display: none; }
  .pcomsf-category-anchor { flex-basis: 100%; }
  .pcomsf-category-menu { right: auto; left: 0; width: 100%; max-width: none; max-height: calc(100dvh - 196px); overflow-x: hidden; overflow-y: auto; }
  .pcomsf-category-menu a { min-height: 56px; padding: 9px 15px; grid-template-columns: minmax(0, 1fr) 18px; gap: 10px; }
  .pcomsf-category-menu img { display: none; }
  .pcomsf-category-menu b { grid-column: 1; color: inherit; font-size: 14px; line-height: 1.25; white-space: normal; word-break: normal; overflow-wrap: normal; }
  .pcomsf-category-menu a > span { grid-column: 2; justify-self: end; color: var(--pcom-red); font-size: 21px; line-height: 1; }
  .pcomsf-category-menu a:hover,
  .pcomsf-category-menu a:active { background: #fff4f4; color: var(--pcom-red-core); }
  .pcomsf-category-menu a:focus-visible { position: relative; z-index: 1; color: var(--pcom-red-core); background: #fff4f4; outline: 3px solid var(--pcom-red); outline-offset: -3px; }
  body.pcomsf-category-menu-open .pcomsf-whatsapp { display: none !important; }
  .pcomsf-hero { min-height: 595px; background: linear-gradient(160deg, var(--pcom-navy-deep) 0 48%, var(--pcom-burgundy) 66%, var(--pcom-red-core) 100%); }
  .pcomsf-hero::after { width: 310px; right: -80px; top: 76%; }
  .pcomsf-slide { min-height: 595px; grid-template-columns: 1fr; align-content: start; padding: 30px 21px 52px; gap: 16px; }
  .pcomsf-slide h1 { font-size: 38px; }
  .pcomsf-slide p { font-size: 13px; }
  .pcomsf-slide-disclaimer { margin-top: 8px; font-size: 11px; line-height: 1.4; }
  .pcomsf-hero-image { width: 100%; max-width: 100%; height: 215px; }
  .pcomsf-installment-marker { top: 2px; right: 8px; width: 92px; padding: 12px 8px; border-width: 4px; font-size: 15px; }
  .pcomsf-hero-controls { left: 21px; bottom: 17px; }
  .pcomsf-promo-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .pcomsf-promo-tile { flex: 0 0 86%; min-height: 160px; padding: 19px 15px; grid-template-columns: minmax(130px, .95fr) minmax(130px, 1.05fr); scroll-snap-align: start; }
  .pcomsf-promo-copy strong { font-size: 23px; }
  .pcomsf-promo-copy span { font-size: 10px; }
  .pcomsf-promo-tile img { height: 126px; }
  .pcomsf-categories { padding-top: 34px; }
  .pcomsf-categories > header, .pcomsf-section-head { display: block; }
  .pcomsf-categories h2, .pcomsf-section-head h2 { font-size: 28px; }
  .pcomsf-category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .pcomsf-category-grid > a { flex: 0 0 140px; min-height: 150px; scroll-snap-align: start; border-bottom: 0 !important; }
  .pcomsf-category-grid > a:nth-child(5) { border-right: 1px solid var(--pcom-line); }
  .pcomsf-top { padding: 14px 8px 8px; }
  .pcomsf-top-panel, .pcomsf-category-section { grid-template-columns: minmax(0, 1fr); }
  .pcomsf-category-section { padding: 8px; }
  .pcomsf-campaign { min-height: 0; padding: 24px 18px 18px; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto 132px auto; }
  .pcomsf-campaign .pcomsf-eyebrow { grid-column: 1; grid-row: 1; }
  .pcomsf-campaign h3 { grid-column: 1; grid-row: 2; max-width: none; font-size: 27px; }
  .pcomsf-campaign p { grid-column: 1; grid-row: 3; max-width: none; margin-bottom: 8px; }
  .pcomsf-campaign img { grid-column: 1; grid-row: 4; width: 72%; height: 124px; }
  .pcomsf-campaign > a { grid-column: 1; grid-row: 5; margin-top: 12px; white-space: nowrap; }
  .pcomsf-shelf { padding: 14px 3px 3px; }
  .pcomsf-shelf > header { padding-inline: 8px; }
  .pcomsf-shelf h3 { font-size: 21px; }
  .pcomsf-shelf > header button { display: none; }
  .pcomsf-product-rail { grid-auto-columns: min(76vw, 275px); }
  .pcomsf-trust { grid-template-columns: 1fr 1fr; }
  .pcomsf-trust > div { min-height: 88px; padding: 15px 12px; }
  .pcomsf-trust > div:nth-child(2) { border-right: 0; }
  .pcomsf-trust > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .25); }
  .pcomsf-footer { padding-top: 32px; }
  .pcomsf-footer-grid { grid-template-columns: 1fr; gap: 26px; text-align: center; }
  .pcomsf-footer-brand { display: flex; flex-direction: column; align-items: center; }
  .pcomsf-footer-logo { width: 204px; justify-content: center; }
  .pcomsf-footer p { margin: 13px auto 0; }
  .pcomsf-footer nav { align-items: center; gap: 10px; }
  .pcomsf-footer nav b { font-size: 19px; }
  .pcomsf-footer nav a { font-size: 12px; }
  .pcomsf-footer-payments { min-height: 0; margin-top: 22px; padding: 12px 9px 10px; grid-template-columns: 1fr; gap: 9px; border-radius: 7px; }
  .pcomsf-footer-payment-copy { text-align: center; }
  .pcomsf-footer-payments .pcomsf-payment-logos--footer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; overflow: visible; padding: 0; }
  .pcomsf-footer-payments .pcomsf-payment-logos--footer .pcomsf-payment-mark { min-height: 42px; padding: 4px; }
  .pcomsf-footer-payments .pcomsf-payment-mark img { max-width: 84%; max-height: 25px; }
  .pcomsf-footer-payments .pcomsf-payment-mark--bank { gap: 3px; }
  .pcomsf-footer-payments .pcomsf-payment-mark--bank img { width: 20px; height: 20px; }
  .pcomsf-footer-payments .pcomsf-payment-mark--bank span { max-width: 56px; font-size: 7px; line-height: 1.05; }
  .pcomsf-payment-logos--product { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
  .pcomsf-payment-trust { padding: 9px 7px; }
  .pcomsf-payment-heading strong, .pcomsf-footer-payment-copy strong { font-size: 14px; }
  .pcomsf-payment-mark { min-height: 42px; padding: 4px; }
  .pcomsf-payment-mark img { max-height: 25px; }
  .pcomsf-payment-mark--bank { gap: 2px; }
  .pcomsf-payment-mark--bank img { flex-basis: 18px; width: 18px; height: 18px; }
  .pcomsf-payment-mark--bank span { font-size: 7px; line-height: 1.05; }
  .pcomsf-copyright { text-align: center; }
  #poscookielaw { min-height: 0; padding: 10px 12px; gap: 10px; font-size: 11px; line-height: 1.35; }
  #poscookielaw .pcomsf-cookie-message { flex-basis: calc(100% - 94px); }
  #poscookielaw-accept { min-width: 84px; min-height: 42px; padding: 8px 12px; font-size: 11px; }
  #checkout section.checkout-step .payment-options.pcomsf-payment-options { gap: 10px; margin-top: 14px; }
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 62px;
  }
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio,
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > span { width: 22px; height: 22px; }
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card .custom-radio > input:checked + span::after { top: 3px; left: 7px; }
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card > label {
    min-height: 60px;
    padding: 11px 12px 11px 45px;
    gap: 10px;
    font-size: 13px;
  }
  #checkout .pcomsf-payment-options .payment-option.pcomsf-payment-card > label img {
    max-width: min(35%, 130px) !important;
    max-height: 40px !important;
  }
  #checkout .pcomsf-payment-options .pcomsf-payment-method + .js-additional-information,
  #checkout .pcomsf-payment-options .pcomsf-payment-method + .js-payment-option-form,
  #checkout .pcomsf-payment-options .pcomsf-payment-method + .js-additional-information + .js-payment-option-form,
  #checkout .pcomsf-payment-detail { margin-top: -10px; padding: 13px 12px 15px; }
  .pcomsf-whatsapp {
    top: auto;
    right: 12px;
    bottom: 92px;
    width: 56px;
    min-width: 0;
    height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    transform: none;
  }
  .pcomsf-whatsapp:hover,
  .pcomsf-whatsapp:focus-visible { right: 12px; transform: translateY(-3px); }
  .pcomsf-whatsapp svg { width: 32px; height: 32px; }
  .pcomsf-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .quickmenu-mobile .quickmenu-item { cursor: pointer; }
  .quickmenu-mobile .quickmenu-item .block-title,
  .quickmenu-mobile .quickmenu-item .title,
  .quickmenu-mobile .quickmenu-item .quickmenu-title { color: var(--pcom-navy-deep) !important; }
  body:not(#index) #wrapper > .container { width: calc(100% - 20px); }
  body:not(#index) #content-wrapper { padding: 15px; }
  #category #js-product-list .product_content.list .product-miniature,
  #search #js-product-list .product_content.list .product-miniature {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 170px;
    padding: 10px;
  }
  #category #js-product-list .product_content.list .img_block,
  #search #js-product-list .product_content.list .img_block { padding-right: 10px !important; }
  #category #js-product-list .product_content.list .img_block .product-thumbnail img,
  #search #js-product-list .product_content.list .img_block .product-thumbnail img { height: 116px; }
  #category #js-product-list .product_content.list .product_desc,
  #search #js-product-list .product_content.list .product_desc { padding: 8px !important; }
  #category #js-product-list .product_content.list .product_name,
  #search #js-product-list .product_content.list .product_name { font-size: 14px; }
  #category #js-product-list .product_content.list .img_block .cart,
  #search #js-product-list .product_content.list .img_block .cart {
    position: static !important;
    width: 100%;
    margin-top: 8px;
  }
  #category #js-product-list .product_content.list .cart .add-to-cart,
  #search #js-product-list .product_content.list .cart .add-to-cart {
    min-height: 34px;
    padding: 5px;
    font-size: 11px;
  }
  #category nav.pagination,
  #search nav.pagination { padding: 12px 8px; }
  #category nav.pagination .page-list,
  #search nav.pagination .page-list { gap: 5px; }
  #category nav.pagination .page-list a,
  #category nav.pagination .page-list .spacer,
  #search nav.pagination .page-list a,
  #search nav.pagination .page-list .spacer {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
  #category nav.pagination .page-list .next,
  #category nav.pagination .page-list .previous,
  #search nav.pagination .page-list .next,
  #search nav.pagination .page-list .previous { min-width: 98px; }
  #product .product-container { display: block; }
  #product .product-cover { min-height: 330px; }
  #product .product-prices .pcomsf-discount-badge {
    min-height: 34px;
    margin-left: 0 !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
  #category .product-miniature .pcomsf-discount-badge,
  #search .product-miniature .pcomsf-discount-badge {
    min-height: 25px;
    margin-left: 5px !important;
    padding: 5px 7px !important;
    font-size: 10px !important;
  }
  #product .pcomsf-content-section { padding: 18px 14px; }
  #product .pcomsf-content-section > h2 { margin: -18px -14px 15px; padding: 13px 14px; font-size: 20px; }
  #product .pcomsf-spec-row { grid-template-columns: 1fr; }
  #product .pcomsf-spec-row dt { padding-bottom: 5px; border-bottom: 0; }
  #product .pcomsf-spec-row dd { padding-top: 5px; }
  #product .product-features > dl.data-sheet { grid-template-columns: 1fr; }
  .pcomsf-sticky-buy { right: 10px; bottom: 10px; left: 10px; max-width: none; }
  .pcomsf-sticky-buy-copy span { max-width: 42vw; }
}

@media (max-width: 339px) {
  .pcomsf-payment-trust .pcomsf-payment-mark--bank { flex-direction: column; gap: 2px; }
  .pcomsf-payment-trust .pcomsf-payment-mark--bank span { max-width: 100%; text-align: center; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
