:root { --rk-ink: #18130e; --rk-paper: #e8d8b8; --rk-paper-light: #f1e5cb; --rk-panel: #f0f0f0; --rk-line: #7e6b50; --rk-accent: #b83b22; } .rk-site { margin: 0; background: #211b14; color: var(--rk-ink); } .rk-catalog { position: relative; isolation: isolate; box-sizing: border-box; width: 66.667vw; min-width: 930px; max-width: calc(100vw - 48px); min-height: 100vh; margin: 0 auto; padding: clamp(22px, 2vw, 42px); overflow: clip; background-color: var(--rk-paper); background-image: url("rawkaoz-grunge-paper-v1.png"); background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; box-shadow: 0 0 0 1px rgba(28, 19, 11, .9), 0 0 54px rgba(0, 0, 0, .58), inset 0 0 44px rgba(76, 41, 17, .2); color: var(--rk-ink); font-family: Arial, Helvetica, sans-serif; } .rk-catalog::before { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; background: none; box-shadow: inset 0 0 0 2px rgba(55, 38, 23, .48), inset 0 0 34px rgba(55, 29, 11, .54); } .rk-catalog * { box-sizing: border-box; } .rk-catalog button, .rk-catalog input, .rk-catalog select { font-family: Arial, Helvetica, sans-serif; } .rk-header, .rk-providers, .rk-search, .rk-toolbar, .rk-grid, .rk-load-status, .rk-load-sentinel, .rk-empty, .rk-pagination, .rk-footer, .rk-product, .rk-related { width: 100%; max-width: none; } .rk-header { margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 12px 14px 17px; background: rgba(232, 216, 184, .78); border: 1px solid rgba(24, 19, 14, .58); border-bottom: 2px solid var(--rk-ink); } .rk-wordmark { position: relative; display: inline-block; color: inherit; text-decoration: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(38px, 4vw, 72px); font-weight: 900; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; text-shadow: 1px 1px 0 rgba(255, 255, 255, .28), 2px 2px 0 rgba(37, 25, 14, .16); } .rk-wordmark::after { position: absolute; top: -.22em; right: -.5em; content: "★"; color: var(--rk-accent); font-family: Arial, sans-serif; font-size: .34em; text-shadow: none; transform: rotate(9deg); } .rk-tagline { margin: 12px 0 0; font-size: clamp(12px, .82vw, 15px); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } .rk-language { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } .rk-providers { margin: 17px auto 12px; display: flex; gap: 28px; padding: 0 13px; background: rgba(232, 216, 184, .76); border: 1px solid rgba(24, 19, 14, .42); border-bottom: 1px solid rgba(24, 19, 14, .55); } .rk-providers a, .rk-providers span { display: block; padding: 8px 1px 9px; border: 0; border-bottom: 3px solid transparent; color: inherit; text-align: left; text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; } .rk-providers .is-active { border-bottom-color: var(--rk-accent); } .rk-providers span[aria-disabled="true"] { opacity: .42; } .rk-search { margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; border: 2px solid var(--rk-ink); background: rgba(241, 229, 203, .45); box-shadow: 3px 3px 0 rgba(40, 27, 15, .2); } .rk-search-icon { width: auto; height: auto; margin-left: 15px; font-size: 23px; } .rk-search input { min-width: 0; padding: 15px 14px; border: 0; background: transparent; color: inherit; font-size: clamp(14px, 1vw, 17px); font-weight: 700; outline: 0; } .rk-search input::placeholder { color: rgba(24, 19, 14, .82); font-weight: 700; opacity: 1; } .rk-search button, .rk-button, .rk-toolbar-actions button { border: 0; background: var(--rk-ink); color: var(--rk-paper-light); padding: 14px 22px; font-size: 14px; font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; } .rk-toolbar { position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 20; margin: 13px auto 0; padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(232, 216, 184, .96); border-bottom: 1px solid rgba(24, 19, 14, .36); } .rk-toolbar-actions { display: flex; gap: 9px; } .rk-toolbar-actions button.is-active { background: var(--rk-accent); } .rk-view-switch { display: flex; gap: 24px; } .rk-view-switch button { padding: 9px 1px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: inherit; font-size: 14px; font-weight: 800; text-transform: uppercase; cursor: pointer; } .rk-view-switch .is-active { border-bottom-color: var(--rk-accent); font-weight: 900; } .rk-grid { margin: 25px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(25px, 2vw, 42px) clamp(12px, 1.1vw, 22px); } .rk-card { position: relative; min-width: 0; } .rk-card-image { display: block; aspect-ratio: 5 / 6; border: 1px solid var(--rk-ink); background: var(--rk-panel); overflow: hidden; box-shadow: 3px 4px 0 rgba(57, 38, 21, .32); } .rk-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; } .rk-site[data-rk-view="product"] .rk-card-image img { object-fit: cover; transform: scale(1.14); } .rk-site[data-rk-view="design"] .rk-card-image img { object-fit: contain; transform: none; } .rk-site[data-rk-view="product"] .rk-card:hover img { transform: scale(1.18); } .rk-site[data-rk-view="design"] .rk-card:hover img { transform: scale(1.025); } .rk-card-body { padding: 11px 1px 0; } .rk-card h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(14px, .9vw, 17px); font-weight: 800; line-height: 1.34; text-transform: uppercase; } .rk-card h2 a { color: inherit; font-family: inherit; text-decoration: none; } .rk-favorite { position: absolute; top: 8px; right: 8px; z-index: 2; width: 38px; height: 38px; border: 1px solid var(--rk-ink); border-radius: 0; background: rgba(232, 216, 184, .92); color: var(--rk-ink); font-size: 22px; line-height: 1; cursor: pointer; } .rk-favorite.is-active { background: var(--rk-accent); color: #fff; border-color: var(--rk-accent); } .rk-load-status { min-height: 24px; margin: 28px auto 0; text-align: center; text-transform: uppercase; font-size: 13px; font-weight: 700; } .rk-load-sentinel { height: 2px; margin: 0 auto; } .rk-empty, .rk-pagination { margin: 54px auto; } .rk-pagination .nav-links { display: flex; gap: 9px; flex-wrap: wrap; } .rk-pagination a, .rk-pagination span { padding: 9px 13px; border: 1px solid var(--rk-line); color: inherit; text-decoration: none; } .rk-pagination .current { background: var(--rk-ink); color: var(--rk-paper); } .rk-footer { margin: 55px auto 0; padding: 17px 0 3px; border-top: 2px solid var(--rk-ink); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: center; } .rk-footer a { color: inherit; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 800; } .rk-single { padding-top: 25px; } .rk-single-top { align-items: center; padding-bottom: 17px; } .rk-providers-inline { margin: 0; width: min(600px, 48vw); border-bottom: 0; justify-content: center; } .rk-providers-inline a, .rk-providers-inline span { padding: 9px 1px; } .rk-product { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: clamp(28px, 3vw, 58px); align-items: start; margin: 23px auto 0; padding: 0 0 25px; } .rk-product-media { display: grid; grid-template-columns: minmax(0, 3fr) minmax(120px, 1fr); gap: 13px; align-items: start; } .rk-product-image { width: 100%; margin: 0; border: 1px solid var(--rk-ink); background: var(--rk-panel); display: block; overflow: hidden; box-shadow: 3px 4px 0 rgba(57, 38, 21, .22); } .rk-product-image img { display: block; width: 100%; height: auto; aspect-ratio: 5 / 6; object-fit: contain; background: var(--rk-panel); } .rk-product-image--product img { object-fit: cover; transform: scale(1.14); } .rk-product-image--design img { object-fit: contain; } .rk-product-image figcaption { position: relative; background: rgba(232, 216, 184, .96); padding: 10px 10px; border-top: 1px solid var(--rk-line); font-size: 13px; line-height: 1.25; font-weight: 800; text-transform: uppercase; } .rk-product-copy { padding-top: 6px; } .rk-product h1 { margin: 0 0 17px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: clamp(40px, 3.5vw, 68px); font-weight: 900; line-height: .92; letter-spacing: -.025em; overflow-wrap: anywhere; hyphens: auto; text-transform: uppercase; } .rk-tags { margin: 0 0 29px; font-size: 14px; font-weight: 800; text-transform: uppercase; line-height: 1.75; } .rk-tags a { color: inherit; } .rk-product-copy h2 { margin: 0 0 13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; letter-spacing: .02em; text-transform: uppercase; } .rk-available { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 22px; } .rk-available-note { margin: -8px 0 12px; font-size: .85rem; color: var(--rk-ink); opacity: .7; } .rk-available a { border-radius: var(--rk-radius); } .rk-available a { min-height: 82px; padding: 10px 6px; border: 1px solid var(--rk-ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: inherit; background: rgba(241, 229, 203, .52); text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; line-height: 1.25; font-weight: 800; } .rk-available .dashicons { width: auto; height: auto; font-size: 27px; } .rk-button { display: block; text-align: center; background: var(--rk-ink); box-shadow: 3px 4px 0 rgba(184, 59, 34, .36); } .rk-design-copy { margin: 8px auto 0; padding: 23px 0 27px; border-top: 1px dashed var(--rk-line); border-bottom: 1px dashed var(--rk-line); } .rk-design-copy > h2 { display: inline-block; margin: 0 0 17px; padding: 5px 9px; background: rgba(232, 216, 184, .84); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; letter-spacing: .025em; text-transform: uppercase; } .rk-design-copy__body { columns: 2; column-gap: clamp(28px, 4vw, 64px); font-size: 15px; font-weight: 600; line-height: 1.65; } .rk-design-copy__body p { margin: 0 0 16px; break-inside: avoid; } .rk-design-copy__body .rk-design-intro { font-size: 17px; font-weight: 800; line-height: 1.5; } .rk-design-facts { margin: 0 0 18px; padding-left: 20px; break-inside: avoid; } .rk-design-facts li { margin: 0 0 7px; padding-left: 3px; } .rk-design-facts li::marker { color: var(--rk-accent); } .rk-related { margin: 25px auto 0; padding-top: 21px; border-top: 1px dashed var(--rk-line); } .rk-related > h2 { display: inline-block; margin: 0 0 15px; padding: 5px 9px; background: rgba(232, 216, 184, .8); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 22px; letter-spacing: .025em; text-transform: uppercase; } .rk-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } .rk-related-grid a { color: inherit; text-decoration: none; } .rk-related-grid img { display: block; width: 100%; aspect-ratio: 5 / 6; object-fit: cover; border: 1px solid var(--rk-ink); background: var(--rk-panel); box-shadow: 2px 3px 0 rgba(57, 38, 21, .28); } .rk-related-grid span { position: relative; display: block; margin-top: 9px; font-size: 14px; line-height: 1.3; font-weight: 800; text-transform: uppercase; } .rk-catalog a:focus-visible, .rk-catalog button:focus-visible, .rk-catalog input:focus-visible, .rk-catalog select:focus-visible { outline: 3px solid var(--rk-accent); outline-offset: 3px; } @media (max-width: 1100px) { .rk-catalog { width: calc(100vw - 32px); min-width: 0; max-width: none; } .rk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .rk-product { grid-template-columns: 1fr; } .rk-product-copy { max-width: 760px; } .rk-providers-inline { display: none; } .rk-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 680px) { .rk-catalog { width: 100%; padding: 18px 16px 24px; box-shadow: none; } .rk-header { align-items: flex-start; } .rk-wordmark { font-size: 43px; } .rk-providers { gap: 16px; margin-top: 14px; overflow-x: auto; } .rk-providers a, .rk-providers span { flex: 0 0 auto; font-size: 12px; } .rk-search { grid-template-columns: auto 1fr; } .rk-search button { display: none; } .rk-search input { padding: 14px 12px; } .rk-toolbar { align-items: flex-start; flex-direction: column; } .rk-toolbar-actions { display: flex; width: 100%; } .rk-toolbar-actions button { flex: 1; padding: 12px 9px; } .rk-view-switch { gap: 17px; } .rk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; margin-top: 22px; } .rk-card h2 { font-size: 14px; } .rk-favorite { width: 34px; height: 34px; font-size: 20px; } .rk-footer { grid-template-columns: 1fr; gap: 14px; } .rk-product { display: flex; flex-direction: column; } .rk-product-media { width: 100%; gap: 9px; } .rk-product h1 { font-size: 40px; } .rk-tags { margin-bottom: 25px; } .rk-available { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rk-design-copy__body { columns: 1; font-size: 14px; } .rk-design-copy__body .rk-design-intro { font-size: 16px; } .rk-related-grid { gap: 15px 9px; } } .rk-related-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin: 0 0 18px; } .rk-related-header h2 { margin: 0; } .rk-random-link { background: var(--rk-accent); color: var(--rk-paper-light); white-space: nowrap; } /* Point 6: one consistent border-radius everywhere (buttons + boxes) */ :root { --rk-radius: 10px; } .rk-button, .rk-search button, .rk-toolbar-actions button, .rk-view-switch button, .rk-random-link, .rk-favorite, .rk-search, .rk-search input, .rk-card, .rk-card-image, .rk-card-image img, .rk-product-image, .rk-product-image img, .rk-related-grid a, .rk-related-grid img, .rk-empty, .rk-pagination a, .rk-pagination span { border-radius: var(--rk-radius); } .rk-card-image, .rk-product-image, .rk-related-grid a { overflow: hidden; } /* Point 7: inviting primary CTA button (icon + shifting accent animation) */ .rk-button--cta { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; border-radius: var(--rk-radius); background-image: linear-gradient(90deg, var(--rk-ink), var(--rk-accent), var(--rk-ink)); background-size: 220% 100%; animation: rk-cta-shift 3.2s ease-in-out infinite; } .rk-button__icon { font-size: 18px; width: 18px; height: 18px; line-height: 1; } @keyframes rk-cta-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @media (prefers-reduced-motion: reduce) { .rk-button--cta { animation: none; } } /* Header/controls redesign: 2 rows, freestanding rounded panels (per user feedback) */ .rk-header { flex-wrap: nowrap; align-items: center; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: var(--rk-paper-light); } .rk-providers { margin: 0 0 0 auto; padding: 0; border: 0; background: transparent; gap: 8px; flex-wrap: nowrap; width: auto; flex-shrink: 0; } .rk-providers a, .rk-providers span { border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 8px 14px; background: var(--rk-paper); } .rk-providers .is-active { background: var(--rk-ink); color: var(--rk-paper-light); border-color: var(--rk-ink); } .rk-controls-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 16px auto 0; } .rk-search { flex: 1 1 260px; margin: 0; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); background: var(--rk-paper-light); overflow: hidden; } .rk-search button { border-radius: 0; } .rk-toolbar-actions { display: flex; gap: 10px; } .rk-view-switch { display: flex; gap: 4px; border: 1px solid var(--rk-line); border-radius: var(--rk-radius); padding: 4px; background: var(--rk-paper-light); } .rk-view-switch button { border: 0; border-radius: calc(var(--rk-radius) - 4px); background: transparent; padding: 8px 14px; } .rk-view-switch .is-active { background: var(--rk-ink); color: var(--rk-paper-light); } @media (max-width: 680px) { .rk-controls-row { align-items: stretch; } .rk-toolbar-actions, .rk-view-switch { flex-wrap: wrap; } } /* ===== Dark theme (new default) + Light theme (alternate, via toggle) ===== */ :root { --rk-line: rgba(243, 241, 236, 0.32); --rk-surface: #17181a; --rk-surface-2: #201f1c; --rk-text: #f3f1ec; --rk-outer-bg: #0e0f0f; } html[data-rk-theme="light"] { --rk-line: rgba(28, 28, 28, 0.18); --rk-surface: #f4f4f2; --rk-surface-2: #ffffff; --rk-text: #1c1815; --rk-outer-bg: #d9d6cd; } .rk-site { background: var(--rk-outer-bg); background-color: var(--rk-outer-bg); } .rk-catalog { background-color: var(--rk-surface); background-image: none; color: var(--rk-text); box-shadow: rgba(0, 0, 0, 0.55) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 40px; } .rk-catalog::before { box-shadow: rgba(255, 255, 255, 0.05) 0 0 0 1px inset; } .rk-header, .rk-providers, .rk-search, .rk-available a, .rk-view-switch, .rk-product-image figcaption { background: var(--rk-surface-2); background-color: var(--rk-surface-2); } .rk-available a, .rk-view-switch { border-color: var(--rk-line); } .rk-providers a, .rk-providers span { background: var(--rk-surface-2); } .rk-providers .is-active { background: var(--rk-accent); border-color: var(--rk-accent); color: var(--rk-paper-light); } .rk-view-switch .is-active { background: var(--rk-accent); color: var(--rk-paper-light); } .rk-pagination .current { background: var(--rk-accent); color: var(--rk-paper-light); } .rk-design-copy { border-bottom-color: var(--rk-line); } .rk-card-image, .rk-product-image, .rk-related-grid img { box-shadow: rgba(0, 0, 0, 0.35) 3px 4px 0; } /* Theme toggle switch */ .rk-theme-toggle { position: relative; width: 52px; height: 30px; flex: 0 0 auto; padding: 0; border: 1px solid var(--rk-line); border-radius: 999px; background: var(--rk-surface-2); cursor: pointer; } .rk-theme-toggle__thumb { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--rk-text); transition: transform 0.2s ease; } html[data-rk-theme="light"] .rk-theme-toggle__thumb { transform: translateX(22px); } /* Point 3: clickable product images -> shop confirm dialog */ .rk-product-image:has(.rk-image-link) { position: relative; cursor: pointer; } .rk-product-image:has(.rk-image-link):hover img { opacity: .85; } .rk-product-image:has(.rk-image-link)::after { content: "\2197"; position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(24, 19, 14, .8); color: #fff; font-size: 16px; opacity: 0; transition: opacity .15s ease; pointer-events: none; } .rk-product-image:has(.rk-image-link):hover::after, .rk-product-image:has(.rk-image-link:focus-visible)::after { opacity: 1; } .rk-modal-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(14, 15, 15, .72); } .rk-modal { width: 100%; max-width: 420px; padding: 26px 24px; border-radius: var(--rk-radius, 10px); background: var(--rk-surface-2, #201f1c); color: var(--rk-text, #f3f1ec); box-shadow: 0 20px 60px rgba(0, 0, 0, .5); text-align: center; } .rk-modal p { margin: 0 0 20px; font-size: 16px; font-weight: 700; line-height: 1.4; } .rk-modal-actions { display: flex; gap: 10px; } .rk-modal-actions button { flex: 1; padding: 12px 14px; border: 0; border-radius: var(--rk-radius, 10px); font-size: 13px; font-weight: 800; text-transform: uppercase; cursor: pointer; } .rk-modal-go { background: var(--rk-accent, #b83b22); color: #fff; } .rk-modal-stay { background: transparent !important; border: 1px solid var(--rk-line, rgba(243, 241, 236, .32)) !important; color: inherit; }
/* Single product: keep the image dominant and align the desktop CTA with the media. */
.rk-product-copy {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
.rk-product h1 {
	margin-bottom: 10px;
	font-size: 14px !important;
	line-height: 1.35;
	letter-spacing: 0;
}
.rk-product-actions {
	margin-top: auto;
}
.rk-product-description {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}
.rk-product-description p {
	margin: 0 0 7px;
}
.rk-product-description .rk-design-intro {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}
.rk-product-description .rk-design-facts {
	margin-bottom: 7px;
}
.rk-product-actions .rk-available-note {
	margin: 0 0 8px;
	color: inherit;
	font-size: 12px;
	opacity: .8;
}
.rk-product-actions .rk-available a {
	min-height: 56px;
	padding: 5px 4px;
	gap: 3px;
	background: #0e0f0f !important;
	color: #fff;
}
.rk-product-actions .rk-available {
	margin-bottom: 8px;
}
.rk-tags {
	margin-bottom: 8px;
	line-height: 1.45;
}
.rk-product-icon {
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}
.rk-product-icon--tshirt { -webkit-mask-image: url("icons/tshirt.svg"); mask-image: url("icons/tshirt.svg"); }
.rk-product-icon--hoodie { -webkit-mask-image: url("icons/hoodie.svg"); mask-image: url("icons/hoodie.svg"); }
.rk-product-icon--pullover { -webkit-mask-image: url("icons/pullover.svg"); mask-image: url("icons/pullover.svg"); }
.rk-product-icon--mug { -webkit-mask-image: url("icons/mug.svg"); mask-image: url("icons/mug.svg"); }
.rk-product-icon--sticker { -webkit-mask-image: url("icons/sticker.svg"); mask-image: url("icons/sticker.svg"); }
.rk-product-icon--bag { -webkit-mask-image: url("icons/bag.svg"); mask-image: url("icons/bag.svg"); }
.rk-product-icon--cap { -webkit-mask-image: url("icons/cap.svg"); mask-image: url("icons/cap.svg"); }
.rk-product-icon--accessory { -webkit-mask-image: url("icons/accessory.svg"); mask-image: url("icons/accessory.svg"); }
.rk-product-actions .rk-button--cta {
	margin-top: 0;
}
.rk-product-design-column {
	min-width: 0;
}
.rk-design-favorite {
	display: flex;
	width: 100%;
	margin-top: 9px;
	padding: 10px 8px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid var(--rk-line);
	border-radius: var(--rk-radius);
	background: #0e0f0f;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}
.rk-design-favorite.is-active {
	border-color: var(--rk-accent);
	background: var(--rk-accent);
}
.rk-search input {
	color: var(--rk-text) !important;
	caret-color: var(--rk-text);
}
.rk-search input::placeholder {
	color: rgba(243, 241, 236, .68) !important;
}
.rk-search input:focus,
.rk-search input:focus-visible {
	outline: 0 !important;
}
.rk-search:focus-within {
	border-color: var(--rk-text);
	box-shadow: 0 0 0 2px rgba(243, 241, 236, .14);
}
html[data-rk-theme="light"] .rk-search input {
	color: var(--rk-text) !important;
	caret-color: var(--rk-text);
}
html[data-rk-theme="light"] .rk-search input::placeholder {
	color: rgba(28, 24, 21, .62) !important;
}

/* Catalog controls: remain in document flow, but return when scrolling upward. */
.rk-controls-row {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 30;
	transition: transform .2s ease, opacity .2s ease;
}
.rk-controls-row.is-scroll-hidden {
	transform: translateY(calc(-100% - 18px));
	opacity: 0;
	pointer-events: none;
}
.rk-controls-row.is-scroll-visible {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 1100px) {
	.rk-product-copy {
		display: block;
	}
	.rk-product-actions {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.rk-product h1 {
		font-size: 14px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rk-controls-row {
		transition: none;
	}
}

/* Market switcher for the eleven separated catalogs. */
.rk-language {
	min-width: 76px;
	min-height: 38px;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid var(--rk-line);
	border-radius: var(--rk-radius);
	background: var(--rk-surface-2);
	color: inherit;
}

.rk-market-switcher {
	width: 100%;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
}

.rk-market-switcher option {
	background: #fff;
	color: #111;
}

/* Fixed legal footer for endless-scroll market galleries. */
.rk-catalog:has(.rk-legal-footer) {
	padding-bottom: calc(clamp(22px, 2vw, 42px) + 34px);
}

.rk-legal-footer {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 50%;
	width: 66.667vw;
	min-width: 930px;
	max-width: calc(100vw - 48px);
	min-height: 0;
	margin: 0;
	padding: 5px 12px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	border-top: 1px solid var(--rk-line);
	background: var(--rk-surface-2);
	color: var(--rk-text);
	line-height: 18px;
	text-align: center;
}

.rk-legal-footer a {
	padding: 0 8px;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

.rk-legal-footer a + a::before {
	margin-right: 8px;
	content: "|";
	opacity: .65;
}

/* Legal posts reuse the standard RAWKAOZ header and fixed legal footer. */
.rk-legal-content { max-width: 672px; margin: 24px auto 52px; }
.rk-legal-content h1, .rk-legal-content h2, .rk-legal-content h3 { margin: 18px 0 8px; font-size: 20px; line-height: 1.25; font-weight: 800; }
.rk-legal-content p { margin: 0 0 14px; }
.rk-legal-content a { color: var(--rk-text); text-decoration: underline; text-underline-offset: 2px; }
.rk-legal-content .rkcf { width: min(100%, 460px); margin: 16px 0 !important; }
@media (max-width: 720px) { .rk-legal-content { margin: 18px 18px 48px; } }

@media (max-width: 1100px) {
	.rk-legal-footer {
		width: calc(100vw - 32px);
		min-width: 0;
		max-width: none;
	}
}

@media (max-width: 680px) {
	.rk-legal-footer {
		width: 100%;
		padding: 4px 5px;
		flex-wrap: wrap;
	}

	.rk-legal-footer a {
		padding: 0 4px;
		font-size: 11px;
	}

	.rk-legal-footer a + a::before {
		margin-right: 4px;
	}
}

/* Keep every gallery caption centered below its image. */
.rk-grid .rk-card-body {
	text-align: center;
}
