*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --ds-bg: 248 247 242;
  --ds-surface: 255 255 255;
  --ds-surface-soft: 243 241 233;
  --ds-text: 63 40 14;
  --ds-text-muted: 111 98 80;
  --ds-border: 214 210 200;
  --ds-shadow: 47 33 15;
  --ds-input-focus-border: 63 40 14;
  --ds-accent-danger: #F04438;
  --ds-accent-danger-soft: #FEE4E2;
  --ds-accent-danger-strong: #B42318;
}

[data-theme='dark'] {
  color-scheme: dark;
  --ds-bg: 25 20 16;
  --ds-surface: 34 28 22;
  --ds-surface-soft: 43 35 28;
  --ds-text: 247 235 213;
  --ds-text-muted: 196 180 154;
  --ds-border: 73 60 46;
  --ds-shadow: 0 0 0;
  --ds-accent-danger: #FF6D62;
  --ds-accent-danger-soft: #4A2522;
  --ds-accent-danger-strong: #FFB4AE;
}

input:focus,
	input:focus-visible {
  border-color: rgb(var(--ds-input-focus-border) / 1) !important;
  box-shadow: none !important;
}

*:focus,
	*:focus-visible {
  outline: none !important;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-bg) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
	input,
	select,
	textarea {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
  font-kerning: normal;
  font-synthesis: none;
}

a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a[href] {
  text-decoration-color: rgb(var(--ds-text-muted) / 0.4) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

a[href]:hover,
	a[href]:focus-visible {
  text-decoration-color: currentColor !important;
}

h1,
	h2,
	h3,
	h4 {
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

p {
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.custom-logo {
  height: auto;
  max-height: 3.5rem;
  width: auto;
  max-width: 260px;
}

.ds-section {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .ds-section {
    padding: 2rem;
  }
}

.ds-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .ds-card {
    padding: 1.5rem;
  }
}

.ds-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .ds-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.header-top-row .ds-subtitle {
  color: rgb(var(--ds-text-muted) / 1);
}

.ds-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ds-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.ds-eyebrow {
  display: inline-flex;
  border-radius: 9999px;
  background-color: rgb(252 221 79 / 0.25);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ds-btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.ds-btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
}

.ds-btn-ghost {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.ds-btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
}

/* Reusable anchor tabs (text style + active states) for product/content navigation. */

.ds-anchor-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.62);
  background: rgb(var(--ds-surface) / 1);
  scrollbar-width: thin;
}

.ds-anchor-tabs__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  position: relative;
  height: 3.5rem;
  padding: 0 1.35rem;
  border: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 0.9);
  font-size: 1.075rem;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.012em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.ds-anchor-tabs__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.375rem;
  border-radius: 999px;
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text-muted) / 1);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.ds-anchor-tabs__link > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.ds-anchor-tabs__link + .ds-anchor-tabs__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(var(--ds-border) / 0.55);
}

.ds-anchor-tabs__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2.5px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.18s ease, transform 0.18s ease;
  transform: scaleX(0.85);
  transform-origin: center;
  z-index: 2;
}

.ds-anchor-tabs__link:hover,
	.ds-anchor-tabs__link:focus-visible {
  color: rgb(var(--ds-text) / 1);
  opacity: 1;
  outline: none;
}

.ds-anchor-tabs__link.is-active,
	.ds-anchor-tabs__link[aria-current='true'] {
  color: rgb(var(--ds-text) / 1);
}

.ds-anchor-tabs__link.is-active .ds-anchor-tabs__chip,
	.ds-anchor-tabs__link[aria-current='true'] .ds-anchor-tabs__chip {
  background: rgb(252 221 79 / 0.35);
  color: rgb(63 40 14 / 1);
}

.ds-anchor-tabs__link.is-active::after,
	.ds-anchor-tabs__link[aria-current='true']::after {
  background: rgb(252 221 79 / 1);
  transform: scaleX(1);
}

/* Reusable rich-text lists for editorial content blocks. */

.ds-richtext ul,
	.ds-richtext ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
  display: block;
}

.ds-richtext ul {
  list-style: disc;
}

.ds-richtext ol {
  list-style: decimal;
}

.ds-richtext li + li {
  margin-top: 0.5rem;
}

.ds-richtext li::marker {
  color: rgb(var(--ds-text-muted) / 0.9);
}

/* Unified editorial/content pages typography and spacing. */

.ds-content-prose {
  width: min(100%, 860px);
  margin-inline: auto;
}

.ds-content-prose .ds-content-header {
  margin-bottom: 1.25rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.56);
}

.ds-content-prose .ds-content-title {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(var(--ds-text) / 1);
}

.ds-content-prose .ds-content-body > * + * {
  margin-top: 1rem;
}

.ds-content-prose .ds-content-body :where(p, li) {
  font-size: 1rem;
  line-height: 1.72;
  color: rgb(var(--ds-text) / 0.95);
}

.ds-content-prose .ds-content-body :where(h2, h3, h4, h5, h6) {
  margin-top: 1.35rem;
  margin-bottom: 0.4rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
}

.ds-content-prose .ds-content-body h2 {
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
}

.ds-content-prose .ds-content-body h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

.ds-content-prose .ds-content-body h4,
	.ds-content-prose .ds-content-body h5,
	.ds-content-prose .ds-content-body h6 {
  font-size: 1.1rem;
}

.ds-content-prose .ds-content-body a {
  color: rgb(var(--ds-text) / 0.94);
  text-decoration-color: rgb(var(--ds-text-muted) / 0.48) !important;
}

.ds-content-prose .ds-content-body blockquote {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid rgb(252 221 79 / 0.9);
  background: rgb(var(--ds-surface-soft) / 0.6);
  border-radius: 0.65rem;
}

.ds-content-prose .ds-content-body img {
  border-radius: 0.8rem;
  max-width: 100%;
  height: auto;
}

.ds-content-prose .ds-content-body figure {
  margin: 1rem auto;
}

/* In Gutenberg flex rows (brand logos, icon strips), do not auto-center each figure. */

.ds-content-prose .ds-content-body .is-layout-flex > figure,
	.ds-content-prose .ds-content-body .is-layout-flex > .wp-block-image {
  margin: 0;
}

.ds-content-prose .ds-content-body figure.alignleft {
  margin: 0.35rem 1.2rem 0.8rem 0;
}

.ds-content-prose .ds-content-body figure.alignright {
  margin: 0.35rem 0 0.8rem 1.2rem;
}

.ds-content-prose .ds-content-body .wp-caption-text,
	.ds-content-prose .ds-content-body figcaption {
  margin-top: 0.45rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.ds-content-prose .ds-content-body .wp-block-table {
  margin: 1rem 0;
  overflow-x: auto;
}

.ds-content-prose .ds-content-body table,
	.ds-content-prose .ds-content-body .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.ds-content-prose .ds-content-body table th,
	.ds-content-prose .ds-content-body table td,
	.ds-content-prose .ds-content-body .wp-block-table table th,
	.ds-content-prose .ds-content-body .wp-block-table table td {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  line-height: 1.35;
  vertical-align: middle;
  border: 0;
}

.ds-content-prose .ds-content-body table tr:nth-child(even) th,
	.ds-content-prose .ds-content-body table tr:nth-child(even) td,
	.ds-content-prose .ds-content-body .wp-block-table table tr:nth-child(even) th,
	.ds-content-prose .ds-content-body .wp-block-table table tr:nth-child(even) td {
  background: rgb(var(--ds-surface-soft) / 0.4);
}

.ds-content-prose .ds-content-body table th,
	.ds-content-prose .ds-content-body .wp-block-table table th {
  width: 36%;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 0.98);
  background: transparent;
  letter-spacing: 0;
  text-align: left;
}

.ds-content-prose .ds-content-body table td,
	.ds-content-prose .ds-content-body .wp-block-table table td {
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  background: transparent;
  text-align: right;
}

@media (max-width: 767.98px) {
  .ds-content-prose .ds-content-header {
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
  }

  .ds-content-prose .ds-content-body > * + * {
    margin-top: 0.8rem;
  }

  .ds-content-prose .ds-content-body figure.alignleft,
		.ds-content-prose .ds-content-body figure.alignright {
    float: none;
    margin: 0.8rem auto;
  }

  .ds-content-prose .ds-content-body table th,
		.ds-content-prose .ds-content-body table td,
		.ds-content-prose .ds-content-body .wp-block-table table th,
		.ds-content-prose .ds-content-body .wp-block-table table td {
    padding: 0.55rem 0.65rem;
  }

  .ds-content-prose .ds-content-body table th,
		.ds-content-prose .ds-content-body .wp-block-table table th {
    width: 44%;
    font-size: 0.8rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .ds-content-prose .ds-content-body table td,
		.ds-content-prose .ds-content-body .wp-block-table table td {
    width: 56%;
    font-size: 0.86rem;
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

/* Global pagination in Design System style (WP + Woo + Query loop). */

.woocommerce nav.woocommerce-pagination,
	nav.navigation.pagination,
	.wp-block-query-pagination {
  margin-top: 1.25rem;
}

.woocommerce nav.woocommerce-pagination ul,
	nav.navigation.pagination .nav-links,
	.wp-block-query-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  float: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	nav.navigation.pagination .page-numbers,
	.wp-block-query-pagination .page-numbers,
	.wp-block-query-pagination a,
	.wp-block-query-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border: 1px solid rgb(var(--ds-border) / 0.85);
  border-radius: 0.65rem;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 0.94);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
	nav.navigation.pagination a.page-numbers:hover,
	.wp-block-query-pagination a:hover {
  border-color: rgb(var(--ds-text) / 0.28);
  background: rgb(var(--ds-surface-soft) / 0.62);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
	nav.navigation.pagination .page-numbers.current,
	.wp-block-query-pagination .page-numbers.current,
	.wp-block-query-pagination span[aria-current='page'] {
  border-color: rgb(var(--ds-text) / 1);
  background: rgb(var(--ds-text) / 1);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
	.woocommerce nav.woocommerce-pagination ul li a.next,
	nav.navigation.pagination .page-numbers.prev,
	nav.navigation.pagination .page-numbers.next,
	.wp-block-query-pagination .wp-block-query-pagination-previous,
	.wp-block-query-pagination .wp-block-query-pagination-next {
  min-width: auto;
  padding: 0 0.9rem;
}

.woocommerce nav.woocommerce-pagination ul li span.dots,
	nav.navigation.pagination .page-numbers.dots,
	.wp-block-query-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 0.9);
}

.woocommerce nav.woocommerce-pagination ul li a:focus-visible,
	nav.navigation.pagination .page-numbers:focus-visible,
	.wp-block-query-pagination a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.16);
}

.footer-widget {
  margin-bottom: 0.75rem;
}

.footer-widget:last-child {
  margin-bottom: 0px;
}

.header-top-row .footer-widget-area p,.header-top-row 
	.footer-widget-area li,.header-top-row 
	.footer-widget-area a {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-widget-area p,
	.footer-widget-area li,
	.footer-widget-area a {
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .footer-widget-area p,
	.footer-widget-area li,
	.footer-widget-area a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-widget-area a:hover {
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.footer-widget-area ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.footer-cta-widget-area p,
	.footer-cta-widget-area li,
	.footer-cta-widget-area a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.footer-cta-widget-area a:hover {
  color: inherit;
}

.footer-cta-widget-area ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.footer-cta-widget-area .footer-cta-widget:empty,
	.footer-cta-widget-area .widget_block:empty {
  display: none;
}

.footer-cta-widget-area .footer-lead-form .wp-block-shortcode {
  margin: 0;
  width: 100%;
}

.footer-cta-widget-area .footer-lead-form .wpcf7 {
  width: 100%;
}

/* Override Gutenberg constrained width in Footer CTA widget */

.footer-cta-widget-area.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
	.footer-cta-widget-area .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1023px) {
  .footer-cta-widget-area .is-layout-constrained > p:empty,
		.footer-cta-widget-area.is-layout-constrained > p:empty {
    margin-block-start: 0 !important;
  }

  .footer-cta-widget-area .footer-lead-form .wpcf7 {
    margin-block-start: 0 !important;
  }
}

/* Footer CTA widget: 2/3 text + 1/3 form */

.footer-cta-widget-area .footer-lead-main {
  display: grid;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  justify-items: stretch;
}

.footer-cta-widget-area .footer-lead-head {
  min-width: 0px;
  padding-right: 2rem;
  text-align: left;
}

.footer-cta-widget-area .footer-lead-form {
  position: relative;
  min-width: 0px;
}

.footer-cta-widget-area .footer-lead-title {
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-cta-widget-area .footer-lead-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.footer-cta-widget-area .footer-lead-title {
  max-width: 20ch;
}

.header-top-row .footer-cta-widget-area .footer-lead-subtitle {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-cta-widget-area .footer-lead-subtitle {
  margin: 0px;
  margin-top: 0.75rem;
  max-width: 52ch;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-cta-widget-area .footer-lead-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .footer-cta-widget-area .footer-lead-form {
    padding-left: 1.75rem;
  }

  .footer-cta-widget-area .footer-lead-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(var(--ds-border) / 0.15) 0%, rgb(var(--ds-border) / 0.84) 16%, rgb(var(--ds-border) / 0.84) 84%, rgb(var(--ds-border) / 0.15) 100%);
  }
}

@media (max-width: 1023.98px) {
  .footer-cta-widget-area .footer-lead-main {
    grid-template-columns: 1fr;
  }

  .footer-cta-widget-area .footer-lead-head {
    padding-right: 0px;
  }

  .footer-cta-widget-area .footer-lead-form {
    padding-left: 0;
  }

  .footer-cta-widget-area .footer-lead-form::before {
    display: none;
  }
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
}

.footer-logo-wrap .custom-logo {
  max-height: 2.25rem;
  width: auto;
}

@media (min-width: 768px) {
  .footer-logo-wrap .custom-logo {
    max-height: 3.5rem;
  }
}

.footer-col-2-area .wp-block-buttons {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.footer-col-2-area .footer-widget {
  margin-bottom: 0.25rem;
}

.footer-col-2-area .wp-block-heading {
  margin-bottom: 0.5rem;
}

.footer-col-2-area .wp-block-paragraph {
  margin-bottom: 0.25rem;
  line-height: 1.25;
}

.header-top-row .footer-col-2-area .wp-block-button .wp-block-button__link {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-col-2-area .wp-block-button .wp-block-button__link {
  min-height: 0px;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-size: 0.9rem;
  line-height: 1.25;
}

.footer-col-2-area .wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-col-2-area .wp-block-button .wp-block-button__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.header-top-row .footer-col-2-area .footer-social-link {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-col-2-area .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

.footer-col-2-area .footer-social-link:hover {
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-col-2-area .footer-social-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-col-2-area .footer-social-link + .footer-social-link {
  margin-left: 1.25rem;
}

.footer-col-2-area .wp-block-shortcode {
  margin-top: 0.75rem;
}

.footer-col-2-area .wp-block-shortcode p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.footer-top-widget-area .wp-block-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer-top-widget-area .wp-block-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.footer-top-widget-area .wp-block-button .wp-block-button__link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
  font-size: 0.9rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .footer-top-widget-area .wp-block-button .wp-block-button__link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-bottom-right-area p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom-right-area a + a {
  margin-left: 0.75rem;
}

.footer-bottom-left-area p,
	.footer-bottom-right-area p,
	.footer-bottom-right-area a {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .footer-bottom-left-area p,
	.footer-bottom-right-area p,
	.footer-bottom-right-area a {
    font-size: 0.8rem;
  }
}

.footer-lead {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1rem 2.5rem;
  background-image: radial-gradient(120% 90% at 4% 0%, rgb(var(--brand-600) / 0.1) 0%, transparent 58%);
}

body.footer-modal-open,
	body.ds-checkout-popover-open,
	body.modal-open {
  overflow: hidden;
}

.footer-cta-modal-form .wpcf7 form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-cta-modal-form .wpcf7-submit {
  display: inline-flex;
  height: 2.75rem;
  min-height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-cta-modal-form .wpcf7-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
}

.footer-cta-modal-form .wpcf7-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 221 79 / 0.4);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(var(--ds-surface) / 1);
}

.footer-cta-modal-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
  margin-top: 0px;
}

.header-top-row .footer-cta-modal-form .wpcf7-acceptance label {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-cta-modal-form .wpcf7-acceptance label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.footer-cta-modal-form .wpcf7 form:is(.is-submitting, .submitting) .wpcf7-spinner {
  display: inline-block !important;
}

@media (max-width: 767.98px) {
  .footer-lead {
    padding: 0;
  }

  .footer-lead-modern {
    align-items: flex-start;
    text-align: left;
  }

  .footer-lead-modern-title {
    font-size: 34px;
  }

  .footer-lead-modern-btn {
    font-size: 13px;
    transform: translateY(-0.02em);
  }

  .footer-cta-modal-dialog {
    padding: 1rem;
  }
}

.footer-lead-head,
	.footer-lead-form {
  min-width: 0px;
}

.footer-lead-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer-lead-form {
    padding-left: 1.75rem;
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .footer-lead-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(var(--ds-border) / 0.15) 0%, rgb(var(--ds-border) / 0.84) 16%, rgb(var(--ds-border) / 0.84) 84%, rgb(var(--ds-border) / 0.15) 100%);
  }
}

.footer-lead-form .wpcf7 form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Neutralize WP block-gap margins inside footer lead form; spacing is controlled by flex gap */

.footer-lead-form .wpcf7 form > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.footer-lead-form .wpcf7 form > * + * {
  margin-block-start: 0 !important;
}

.footer-lead-form .wpcf7 form:is(.is-submitting, .submitting) {
  pointer-events: none;
}

.footer-lead-form .wpcf7 form::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface) / 0.72);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.footer-lead-form .wpcf7 form:is(.is-submitting, .submitting)::before {
  opacity: 1;
}

.footer-lead-form .wpcf7 form::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
  margin-left: -0.5625rem;
  border-radius: 9999px;
  border: 2px solid rgb(var(--ds-border) / 1);
  border-top-color: rgb(var(--brand-600) / 1);
  animation: footerLeadSpin 0.8s linear infinite;
  z-index: 21;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.footer-lead-form .wpcf7 form:is(.is-submitting, .submitting)::after {
  opacity: 1;
}

@keyframes footerLeadSpin {
  to {
    transform: rotate(360deg);
  }
}

.footer-lead-form .wpcf7-form p {
  margin: 0px;
}

/* CF7 sometimes outputs empty placeholder <p>; remove visual gaps from them */

.footer-lead-form .wpcf7-form p:empty,
	.footer-lead-form .wpcf7-form p:has(> br:only-child) {
  display: none;
}

/* Override WP block spacing rule (:root :where(.is-layout-constrained) > *) for empty placeholders */

.footer-lead-form :where(.is-layout-constrained) > p:empty,
	.footer-lead-form :where(.is-layout-constrained) > p:has(> br:only-child) {
  display: none;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.footer-lead-form .footer-lead-inline,
	.footer-lead-form .footer-lead-inline-runtime {
  display: block;
}

/* CF7 can render phone + submit inside one <p> with <br>; keep as vertical flow */

.footer-lead-form .footer-lead-inline > p,
	.footer-lead-form .footer-lead-inline-runtime > p {
  margin: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

.footer-lead-form .footer-lead-inline > p > br,
	.footer-lead-form .footer-lead-inline-runtime > p > br {
  display: none;
}

.footer-lead-form .footer-lead-inline > p > .wpcf7-form-control-wrap,
	.footer-lead-form .footer-lead-inline-runtime > p > .wpcf7-form-control-wrap {
  min-width: 0px;
}

.footer-lead-form .footer-lead-inline-cell {
  min-width: 0px;
}

.footer-lead-form .footer-lead-inline-cell > p {
  margin: 0px;
}

@media (max-width: 767.98px) {
  .footer-lead-form .footer-lead-inline,
		.footer-lead-form .footer-lead-inline-runtime {
    display: block;
  }

  .footer-lead-form .footer-lead-inline > p,
		.footer-lead-form .footer-lead-inline-runtime > p {
    width: 100%;
  }

  .footer-lead-form .footer-lead-inline-cell-submit {
    width: 100%;
  }

  .footer-lead-form::before {
    display: none;
  }
}

.footer-lead-form .footer-lead-inline .wpcf7-form-control-wrap,
	.footer-lead-form .footer-lead-inline-runtime .wpcf7-form-control-wrap {
  min-width: 0px;
}

.footer-lead-form .wpcf7-form-control-wrap {
  display: block;
}

.footer-lead-form .wpcf7-form-control-wrap[data-name='phone'] {
  position: relative;
  display: block;
}

.footer-lead-form input[type='text'],
	.footer-lead-form input[type='tel'] {
  height: 2.75rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.header-top-row .footer-lead-form input[type='text']::-moz-placeholder, .header-top-row 
	.footer-lead-form input[type='tel']::-moz-placeholder {
  color: rgb(var(--ds-text-muted) / 1);
}

.header-top-row .footer-lead-form input[type='text']::placeholder,.header-top-row 
	.footer-lead-form input[type='tel']::placeholder {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-lead-form input[type='text']::-moz-placeholder, .footer-lead-form input[type='tel']::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.footer-lead-form input[type='text']::placeholder,
	.footer-lead-form input[type='tel']::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.footer-lead-form input[type='text']:focus,
	.footer-lead-form input[type='tel']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 221 79 / 0.4);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.footer-lead-form .wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(254 202 202 / 0.7);
}

.footer-lead-form .wpcf7-submit {
  margin-top: 0px;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.footer-lead-form .wpcf7-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
}

.footer-lead-form .wpcf7-submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 221 79 / 0.4);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}

.footer-lead-form .wpcf7-submit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  align-self: flex-start;
  cursor: pointer;
}

.footer-lead-form .wpcf7-submit:disabled,
	.footer-lead-form .wpcf7-submit[aria-disabled='true'],
	.footer-lead-form .footer-lead-deferred__trigger:disabled,
	.footer-lead-form .footer-lead-deferred__trigger[aria-disabled='true'] {
  border-color: rgb(var(--ds-border) / 0.9);
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text-muted) / 0.9);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.footer-lead-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
  margin-top: 0px;
}

.header-top-row .footer-lead-form .wpcf7-acceptance label {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-lead-form .wpcf7-acceptance label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.footer-lead-form .wpcf7-acceptance input[type='checkbox'] {
  margin-top: 0.125rem;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  accent-color: #fcdd4f;
}

.footer-lead-form .wpcf7-spinner {
  display: none !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 22;
  pointer-events: none;
}

.footer-lead-form .wpcf7 form:is(.is-submitting, .submitting) .wpcf7-spinner {
  display: inline-block !important;
}

.footer-lead-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.footer-lead-form .wpcf7-form-control-wrap[data-name='phone'] .wpcf7-not-valid-tip {
  margin: 0px;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  position: static;
  line-height: 1;
  display: block;
  margin-top: 0.25rem;
}

.footer-lead-form .wpcf7-form-control-wrap[data-name='phone'] .wpcf7-not-valid-tip:empty {
  display: none;
  margin-top: 0;
}

.footer-lead-form .wpcf7 form .wpcf7-response-output {
  margin: 0px;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25;
  position: static;
  margin-top: 0.75rem;
  z-index: 30;
  background: rgb(var(--ds-surface) / 0.98);
}

.footer-lead-form .wpcf7 form .wpcf7-response-output:empty {
  display: none;
  margin-top: 0;
  padding: 0;
  border: 0;
}

.footer-lead-form .wpcf7 form.invalid .wpcf7-response-output,
	.footer-lead-form .wpcf7 form.unaccepted .wpcf7-response-output,
	.footer-lead-form .wpcf7 form.failed .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.footer-lead-form .wpcf7 form.sent .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

@media (max-width: 767.98px) {
  .footer-lead-form .wpcf7 form .wpcf7-response-output {
    font-size: 11px;
    font-size: 0.9rem;
    line-height: 1.25;
  }
}

.header-top-row .footer-lead-admin-note {
  color: rgb(var(--ds-text-muted) / 1);
}

.footer-lead-admin-note {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .footer-lead {
    padding: 2.5rem;
  }

  .footer-lead-title {
    font-size: 26px;
    max-width: none;
  }

  .footer-lead-subtitle {
    font-size: 16px;
  }

  .footer-lead-form .footer-lead-inline,
		.footer-lead-form .footer-lead-inline-runtime {
    gap: 0.5rem;
  }

  .footer-lead-form .wpcf7-submit {
    width: auto;
  }
}

.wp-block-button.ds-btn-primary .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button.ds-btn-primary .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
}

.wp-block-button.ds-btn-ghost .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button.ds-btn-ghost .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
}

/* Secondary alias for Gutenberg wrappers */

.wp-block-button.ds-btn-secondary .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button.ds-btn-secondary .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
}

/* Prevent Gutenberg wrapper backgrounds from creating a rectangular "second button" */

.wp-block-button {
  background-color: transparent;
  padding: 0px;
}

.wp-block-button,
	.wp-block-button:hover,
	.wp-block-button:active,
	.wp-block-button:focus,
	.wp-block-button:focus-within {
  background: transparent !important;
  box-shadow: none !important;
}

/* Base button shape only for button-like UI elements */

:is(
		.wp-block-button .wp-block-button__link,
		.wp-element-button,
		.wp-block-button__link,
		.wp-block-search__button,
		a.button,
		button.button,
		input.button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button,
		.woocommerce .button,
		a[role='button']
	) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:is(
		.wp-block-button .wp-block-button__link,
		.wp-element-button,
		.wp-block-button__link,
		.wp-block-search__button,
		a.\!button,
		button.\!button,
		input.\!button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.\!button,
		.woocommerce button.\!button,
		.woocommerce input.\!button,
		.woocommerce .\!button,
		a[role='button']
	) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Primary */

:is(
		.wp-block-button:not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) .wp-block-button__link,
		.wp-block-search__button,
		a.button,
		button.button,
		input.button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button,
		.woocommerce .button,
		a[role='button']
	):not(.alt):not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

:is(
		.wp-block-button:not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) .wp-block-button__link,
		.wp-block-search__button,
		a.\!button,
		button.\!button,
		input.\!button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.\!button,
		.woocommerce button.\!button,
		.woocommerce input.\!button,
		.woocommerce .\!button,
		a[role='button']
	):not(.alt):not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) {
  --tw-border-opacity: 1;
  border-color: rgb(224 193 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

:is(
		.wp-block-button:not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) .wp-block-button__link,
		.wp-block-search__button,
		a.button,
		button.button,
		input.button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button,
		.woocommerce .button,
		a[role='button']
	):not(.alt):not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary):hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

:is(
		.wp-block-button:not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary) .wp-block-button__link,
		.wp-block-search__button,
		a.\!button,
		button.\!button,
		input.\!button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.\!button,
		.woocommerce button.\!button,
		.woocommerce input.\!button,
		.woocommerce .\!button,
		a[role='button']
	):not(.alt):not(.is-style-outline):not(.ds-btn-ghost):not(.ds-btn-secondary):hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 167 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(224 193 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

/* Shared focus style */

:is(
		.wp-block-button .wp-block-button__link,
		.wp-element-button,
		.wp-block-button__link,
		.wp-block-search__button,
		a.button,
		button.button,
		input.button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button,
		.woocommerce .button,
		a[role='button']
	):focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 221 79 / 0.4);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(var(--ds-bg) / 1);
}

:is(
		.wp-block-button .wp-block-button__link,
		.wp-element-button,
		.wp-block-button__link,
		.wp-block-search__button,
		a.\!button,
		button.\!button,
		input.\!button,
		.added_to_cart,
		.wc-forward,
		.woocommerce #respond input#submit,
		.woocommerce a.\!button,
		.woocommerce button.\!button,
		.woocommerce input.\!button,
		.woocommerce .\!button,
		a[role='button']
	):focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(252 221 79 / 0.4);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(var(--ds-bg) / 1);
}

/* Secondary */

:is(
		.\!button.alt,
		.woocommerce .\!button.alt,
		.woocommerce a.\!button.alt,
		.woocommerce button.\!button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

:is(
		.button.alt,
		.woocommerce .button.alt,
		.woocommerce a.button.alt,
		.woocommerce button.button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

:is(
		.\!button.alt,
		.woocommerce .\!button.alt,
		.woocommerce a.\!button.alt,
		.woocommerce button.\!button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

:is(
		.\!button.alt,
		.woocommerce .\!button.alt,
		.woocommerce a.\!button.alt,
		.woocommerce button.\!button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	):hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

:is(
		.button.alt,
		.woocommerce .button.alt,
		.woocommerce a.button.alt,
		.woocommerce button.button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	):hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

:is(
		.\!button.alt,
		.woocommerce .\!button.alt,
		.woocommerce a.\!button.alt,
		.woocommerce button.\!button.alt,
		.ds-btn-secondary,
		.ds-btn-ghost,
		.wp-block-button.is-style-outline .wp-block-button__link,
		.wp-block-button.ds-btn-secondary .wp-block-button__link,
		.wp-block-button.ds-btn-ghost .wp-block-button__link
	):hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

/* Form Design System */

/* CF7 bridge to Design System */

.wpcf7-form-control-wrap:has(.wpcf7-not-valid) .ds-input,
	.wpcf7-form-control-wrap:has(.wpcf7-not-valid) .ds-select,
	.wpcf7-form-control-wrap:has(.wpcf7-not-valid) .ds-textarea,
	.wpcf7 form .wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(254 202 202 / 0.7);
}

.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25;
}

.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.unaccepted .wpcf7-response-output,
	.wpcf7 form.failed .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  background-color: rgb(254 242 242 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.wpcf7 form.sent .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  background-color: rgb(236 253 245 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.ds-chip {
  display: inline-flex;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

.hero-showcase .hero-showcase-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr);
  gap: 1rem;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-items: stretch;
}

.hero-showcase .hero-showcase-grid > .wp-block-column {
  flex-basis: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

/* Override Gutenberg constrained width for the hero wrapper */

.hero-showcase {
  width: 100% !important;
  max-width: 1480px !important;
  margin-inline: auto !important;
}

.hero-showcase > .wp-block-group__inner-container {
  max-width: none !important;
  width: 100% !important;
}

/* WP block layout constraint reset for all direct children inside hero */

.hero-showcase.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  width: 100% !important;
}

/* Neutralize Gutenberg constrained flow inside hero only */

.hero-showcase .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero-feature {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  min-height: 420px;
  display: flex;
  align-items: center;
  box-shadow:
			inset 0 1px 0 rgb(255 255 255 / 0.75),
			0 18px 42px rgb(var(--ds-shadow) / 0.08);
}

.hero-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
			radial-gradient(circle at 8% 10%, rgb(252 221 79 / 0.28) 0%, rgb(252 221 79 / 0.1) 22%, rgb(252 221 79 / 0) 48%),
			radial-gradient(circle at 56% 24%, rgb(255 255 255 / 0.38) 0%, rgb(255 255 255 / 0.14) 24%, rgb(255 255 255 / 0) 50%),
			radial-gradient(circle at 86% 84%, rgb(63 40 14 / 0.1) 0%, rgb(63 40 14 / 0.03) 22%, rgb(63 40 14 / 0) 56%),
			linear-gradient(146deg, rgb(var(--ds-surface) / 1) 0%, rgb(var(--ds-surface-soft) / 0.96) 45%, rgb(var(--ds-surface) / 0.92) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: left top, left top, left top, left top;
  pointer-events: none;
}

.hero-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
			linear-gradient(124deg, rgb(255 255 255 / 0.3) 0%, rgb(255 255 255 / 0.12) 36%, rgb(255 255 255 / 0) 70%),
			repeating-linear-gradient(112deg, rgb(63 40 14 / 0.02) 0 1px, transparent 1px 18px);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%;
  background-position: left top, left top;
  pointer-events: none;
}

.hero-feature.wp-block-cover {
  min-height: 360px;
  background: transparent !important;
}

.hero-feature.wp-block-cover .wp-block-cover__image-background,
	.hero-feature .wp-block-cover__background {
  display: none !important;
}

.hero-feature .wp-block-cover__inner-container,
	.hero-feature .hero-feature-inner {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .hero-feature .wp-block-cover__inner-container,
	.hero-feature .hero-feature-inner {
    padding: 2.5rem;
  }
}

.hero-feature .wp-block-cover__inner-container,
	.hero-feature .hero-feature-inner {
  max-width: none !important;
  text-align: left;
  align-items: flex-start;
  margin-block: auto;
}

.hero-feature .hero-split-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr);
  gap: 1.25rem;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-items: center;
}

.hero-feature .hero-split-grid > .wp-block-column {
  flex-basis: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.hero-feature .hero-main-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 860px;
}

.hero-feature .hero-strengths {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.1rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.hero-feature .hero-strengths::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgb(var(--ds-border) / 0.15) 0%, rgb(var(--ds-border) / 0.84) 16%, rgb(var(--ds-border) / 0.84) 84%, rgb(var(--ds-border) / 0.15) 100%);
}

.hero-strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 0.9rem;
  align-content: center;
  width: 100%;
}

.hero-strength-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 0.6rem;
  min-height: 0;
  padding: 0.1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3 !important;
  color: rgb(var(--ds-text) / 1);
  margin: 0 !important;
  box-shadow: none;
  max-width: none !important;
  text-wrap: balance;
}

.hero-strength-item .wp-block-image {
  margin: 0;
}

.hero-strength-icon-image {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
}

.hero-strength-icon-image img {
  display: block;
  width: 51px;
  height: 51px;
}

.hero-strength-label {
  display: block;
  max-width: 14ch;
  text-wrap: balance;
  line-height: 1.3 !important;
}

.hero-feature .wp-block-heading,
	.hero-feature p {
  text-align: left !important;
}

.hero-feature .wp-block-cover__inner-container > *,
	.hero-feature .hero-feature-inner > * {
  margin: 0;
}

.hero-badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(252 221 79 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgb(252 221 79 / 0.32);
}

.hero-feature h1 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  line-height: 0.92;
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  font-size: clamp(2.15rem, 3.8vw, 3.85rem);
  letter-spacing: 0.008em;
  max-width: 19ch;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgb(255 255 255 / 0.55);
}

.hero-feature p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-feature p {
    font-size: 19px;
  }
}

.hero-feature p {
  max-width: 72ch;
  text-wrap: balance;
}

.hero-feature-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  justify-content: flex-start !important;
}

.hero-feature-actions.wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start !important;
}

.hero-feature-actions .wp-block-button {
  margin: 0 !important;
}

.header-top-row .hero-feature .hero-feature-note {
  color: rgb(var(--ds-text-muted) / 1);
}

.hero-feature .hero-feature-note {
  margin-top: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
  max-width: none;
}

.hero-feature-actions .wp-block-button .wp-block-button__link {
  min-width: 0;
}

.hero-offers {
  display: grid;
  height: 100%;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 180px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.offer-card.wp-block-cover {
  min-height: 180px !important;
  height: 180px !important;
}

.offer-card::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  height: 100%;
  width: 3px;
  background-color: rgb(252 221 79 / 0.85);
}

.hero-offers .offer-card .wp-block-cover__image-background {
  transform: scale(1.01);
  transition: transform 420ms ease;
}

.offer-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgb(var(--ds-shadow) / 0.14);
}

.hero-offers .offer-card:hover .wp-block-cover__image-background {
  transform: scale(1.06);
}

.offer-card.wp-block-cover .wp-block-cover__background {
  background-color: transparent !important;
  background: linear-gradient(115deg, rgba(10, 6, 2, 0.86) 0%, rgba(10, 6, 2, 0.56) 56%, rgba(10, 6, 2, 0.24) 100%) !important;
  opacity: 1 !important;
}

.offer-card .wp-block-cover__inner-container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding: 1.5rem;
}

.offer-eyebrow {
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 10px;
  border-radius: 9999px;
  background: rgba(252, 221, 79, 0.9);
  color: #3f280e !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 !important;
}

.offer-card h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.98;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  letter-spacing: 0.015em;
  text-wrap: balance;
  max-width: 14ch;
  text-shadow: 0 4px 16px rgba(7, 4, 1, 0.7);
  margin: 0;
}

.offer-card h3 a {
  color: inherit !important;
  text-decoration: none;
  position: static;
}

.offer-card h3 a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 30;
  border-radius: inherit;
}

.offer-card h3 a:focus-visible::after {
  outline: 2px solid rgba(252, 221, 79, 0.95);
  outline-offset: -3px;
}

@media (max-width: 1023px) {
  .hero-showcase .hero-showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature .hero-split-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-feature .hero-strengths {
    padding-left: 0;
  }

  .hero-feature .hero-strengths::before {
    display: none;
  }

  .hero-strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .hero-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-feature {
    min-height: 390px;
  }

  .hero-feature h1 {
    font-size: clamp(2rem, 6.2vw, 2.8rem);
    line-height: 0.95;
  }
}

@media (max-width: 767px) {
  .hero-offers {
    grid-template-columns: 1fr;
  }

  .hero-strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hero-feature {
    min-height: 350px;
  }

  .hero-feature .wp-block-cover__inner-container,
		.hero-feature .hero-feature-inner {
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .hero-strength-icon-image {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .hero-strength-icon-image img {
    width: 45px;
    height: 45px;
  }

  .hero-strength-label {
    max-width: 14ch;
  }

  .hero-feature h1 {
    font-size: clamp(1.8rem, 8.4vw, 2.25rem);
    line-height: 0.98;
    max-width: 15ch;
  }

  .hero-feature p {
    font-size: 15px;
    font-weight: 500;
    max-width: 42ch;
  }

  .hero-trust-row {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.375rem;
  }

  .hero-trust-item {
    font-size: 11px;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .hero-trust-item:not(:last-child)::after {
    right: -9px;
  }

  .hero-feature-actions .wp-block-button.ds-btn-primary .wp-block-button__link,
		.hero-feature-actions .wp-block-button.ds-btn-ghost .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }

  .offer-card {
    min-height: 136px;
    height: auto;
  }

  .offer-card h3 {
    font-size: 21px;
  }

  .offer-eyebrow {
    top: 10px;
    left: 12px;
  }
}

.home-benefits-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .home-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-benefit-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.home-benefit-card h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.header-top-row .home-benefit-card p {
  color: rgb(var(--ds-text-muted) / 1);
}

.home-benefit-card p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.home-categories-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .home-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .home-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-category-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.home-category-card:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 12px 32px rgb(var(--ds-shadow) / 0.1);
  --tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.home-category-card h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.header-top-row .home-category-card p {
  color: rgb(var(--ds-text-muted) / 1);
}

.home-category-card p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.home-category-card .wp-block-button {
  margin-top: 0.75rem;
}

.home-collections-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .home-collections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-collection-card {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.home-collection-card h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.header-top-row .home-collection-card p {
  color: rgb(var(--ds-text-muted) / 1);
}

.home-collection-card p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.home-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-brand-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.home-cta-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 6px 24px rgb(var(--ds-shadow) / 0.08);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .home-cta-row {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem;
  }
}

.home-cta-row h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.header-top-row .home-cta-row p {
  color: rgb(var(--ds-text-muted) / 1);
}

.home-cta-row p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home-cta-row p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#shop-menu,
	#topbar-menu,
	#primary-menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

#topbar-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

#topbar-menu > li {
  position: relative;
}

#topbar-menu > li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.375rem;
  top: 50%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: rgb(var(--ds-border) / 0.9);
}

#topbar-menu a {
  display: inline-flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  font-size: 0.9rem;
  line-height: 1.25;
}

#topbar-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.header-top-row #topbar-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 1) !important;
  opacity: 1;
}

.header-top-row .header-top-link-with-icon,
	.header-top-row .lang-switcher-toggle,
	.header-top-row .lang-switcher-item {
  font-size: 0.8rem;
}

.header-top-row #topbar-menu a:hover {
  background: rgb(252 221 79 / 0.18);
  color: #3f280e !important;
}

.header-top-row #topbar-menu .current-menu-item > a,
	.header-top-row #topbar-menu .current-menu-ancestor > a,
	.header-top-row #topbar-menu .current-menu-item a {
  background: #fcdd4f !important;
  color: #3f280e !important;
  opacity: 1;
}

.header-top-row .lang-switcher {
  position: relative;
}

.header-top-row .lang-switcher-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 9999px;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
}

.header-top-row .lang-switcher-toggle:hover {
  background: rgb(252 221 79 / 0.18);
  border-color: rgb(252 221 79 / 0.42);
  color: #3f280e;
}

.header-top-row .lang-switcher.is-open .lang-switcher-toggle {
  background: rgb(252 221 79 / 0.18);
  border-color: rgb(252 221 79 / 0.42);
  color: #3f280e;
}

.header-top-row .lang-switcher-caret {
  font-size: 0.8rem;
  transition: transform 0.15s ease;
}

.header-top-row .lang-switcher.is-open .lang-switcher-caret {
  transform: rotate(180deg);
}

.header-top-row .lang-switcher-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  margin: 0;
  padding: 6px;
  min-width: 72px;
  list-style: none;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 10px;
  background: rgb(var(--ds-surface) / 1);
  box-shadow: 0 10px 24px rgb(var(--ds-shadow) / 0.16);
}

.header-top-row .lang-switcher-item {
  display: block;
  padding: 5px 8px;
  border-radius: 7px;
  color: rgb(var(--ds-text) / 1) !important;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.header-top-row .lang-switcher-item:hover {
  background: rgb(252 221 79 / 0.18);
  color: #3f280e !important;
}

.header-top-row .lang-switcher-item.is-active,
	.header-top-row .lang-switcher-item[aria-current='page'] {
  background: #fcdd4f !important;
  color: #3f280e !important;
}

.header-top-row .text-ds-text-muted {
  color: rgb(var(--ds-text-muted) / 1) !important;
}

.header-main-row {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 3rem;
  min-height: 84px;
  border-bottom: 1px solid rgb(var(--ds-border) / 1);
}

/* Typography system: Inter + Exo 2 */

.header-top-inner,
	.header-top-inner a,
	.header-top-inner .lang-switcher-toggle,
	.header-top-inner .lang-switcher-item {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.site-brand-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.header-search-input {
  font-family: 'Inter', sans-serif;
  font-size: 15px !important;
  font-weight: 500;
}

.header-search-wrap {
  display: none;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  width: 100%;
}

.header-search-wrap > form {
  flex: 1 1 auto;
  min-width: 0;
}

.header-desktop-catalog-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 42px;
  padding: 0 1rem;
  border-radius: 9999px;
  border: 1px solid #2f1f0f;
  background: #3f280e;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.header-desktop-catalog-toggle-icon {
  display: block;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.header-desktop-catalog-toggle:hover,
	.header-desktop-catalog-toggle[aria-expanded='true'] {
  background: #563515;
  border-color: #563515;
  color: #fff;
}

.header-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 4px 6px 4px 4px;
  border-radius: 9999px;
  border: 1px solid rgb(224 193 54 / 0.65);
  aspect-ratio: 1;
  background-color: #fcdd4f;
  color: #3f280e;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.header-search-submit:hover {
  background-color: #f2cf2a;
  border-color: rgb(196 167 40 / 0.75);
}

.header-search-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgb(252 221 79 / 0.45);
}

.header-search-submit-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.header-phone-link,
	.header-cart-total {
  font-family: 'Inter', sans-serif;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.1;
}

.header-cart-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.header-top-link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.header-top-link-icon {
  display: block;
  width: 14px;
  height: 14px;
  color: currentColor;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .header-top-inner,
		.header-top-inner a,
		.header-top-inner .lang-switcher-toggle,
		.header-top-inner .lang-switcher-item {
    font-size: 0.8rem;
  }

  .site-brand-title {
    font-size: 24px;
  }

  .header-search-input {
    font-size: 0.9rem !important;
  }

  .header-phone-link,
		.header-cart-total {
    font-size: 16px !important;
  }
}

.header-top-row {
  background-color: rgb(var(--ds-surface-soft) / 1);
  border-bottom: 1px solid rgb(var(--ds-border) / 1);
}

.js-site-header {
  border-bottom: 1px solid rgb(var(--ds-border) / 1);
}

.header-top-row .site-container {
  color: rgb(var(--ds-text) / 1);
}

.header-top-row a {
  color: rgb(var(--ds-text-muted) / 1);
}

.header-top-row a:hover {
  color: #3f280e;
}

.header-main-row.is-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  background-color: rgb(var(--ds-surface-soft) / 0.95);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(0);
  opacity: 1;
}

.header-main-row {
  transition: transform 260ms ease, opacity 200ms ease, box-shadow 200ms ease;
  will-change: transform;
}

.header-main-row.is-fixed.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.header-catalog-row {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.js-site-header.is-compact .header-main-row {
  min-height: 68px;
}

@media (min-width: 1024px) {
  .js-site-header.is-compact .header-main-row.is-fixed .header-desktop-catalog-toggle {
    display: inline-flex;
  }

  .header-main-row.is-fixed ~ .header-catalog-row.header-nav-row {
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    z-index: 45;
    transform: translateY(-108%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 220ms ease, opacity 180ms ease, visibility 180ms ease;
    box-shadow: 0 14px 30px rgb(var(--ds-shadow) / 0.18);
  }

  .header-main-row.is-fixed ~ .header-catalog-row.header-nav-row.is-open-desktop {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.has-fixed-header-row {
    padding-top: 68px;
  }
}

.js-site-header.is-compact .header-catalog-row {
  border-top-width: 0px;
}

.js-site-header.is-compact #shop-menu .shop-menu-top-item {
  min-height: 56px;
}

.js-site-header.is-compact #shop-menu .shop-menu-top-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}

.js-site-header.is-compact #shop-menu .shop-menu-item-icon-wrap {
  height: 2rem;
  width: 2rem;
}

.js-site-header.is-compact #shop-menu .shop-menu-item-icon {
  height: 2rem;
  width: 2rem;
}

@media (max-width: 1023.98px) {
  .js-site-header.is-compact #shop-menu .shop-menu-top-item {
    min-height: 52px;
  }

  .js-site-header.is-compact #shop-menu .shop-menu-top-link {
    padding: 0.72rem 0.95rem;
    font-size: 0.9rem;
  }

  .js-site-header.is-compact #shop-menu .shop-menu-item-icon-wrap,
		.js-site-header.is-compact #shop-menu .shop-menu-item-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#shop-menu {
  position: relative;
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: nowrap;
  overflow: visible;
  padding: 0px;
  align-items: stretch;
}

#shop-menu > li {
  min-width: 170px;
  flex: 1 1 0%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: stretch;
}

#shop-menu > li:last-child {
  border-right-width: 0px;
}

#shop-menu .shop-menu-top-item {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

#shop-menu .shop-menu-top-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  height: 100%;
  min-height: 64px;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 transparent;
  transition: box-shadow 0.18s ease, background-color 0.15s ease, color 0.15s ease;
}

#shop-menu > li:hover .shop-menu-top-link,
	#shop-menu > li:focus-within .shop-menu-top-link,
	#shop-menu > li.is-open .shop-menu-top-link,
	#shop-menu > li.current-menu-item .shop-menu-top-link,
	#shop-menu > li.current-menu-parent .shop-menu-top-link,
	#shop-menu > li.current-menu-ancestor .shop-menu-top-link {
  background-color: rgb(252 221 79 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
  box-shadow: inset 0 -2px 0 rgb(252 221 79 / 1);
}

#shop-menu .shop-menu-item-icon-wrap {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

#shop-menu .shop-menu-item-icon {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.85;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#shop-menu > li:hover .shop-menu-item-icon,
	#shop-menu > li:focus-within .shop-menu-item-icon,
	#shop-menu > li.is-open .shop-menu-item-icon,
	#shop-menu > li.current-menu-item .shop-menu-item-icon,
	#shop-menu > li.current-menu-parent .shop-menu-item-icon,
	#shop-menu > li.current-menu-ancestor .shop-menu-item-icon {
  opacity: 1;
}

#shop-menu .shop-submenu-toggle {
  margin-right: 0.5rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: 0.9rem;
  line-height: 1.25;
}

#shop-menu .shop-submenu-toggle:hover {
  background-color: rgb(252 221 79 / 0.2);
}

@media (min-width: 1024px) {
  #shop-menu .shop-submenu-toggle {
    display: none;
  }
}

#shop-menu > li:hover .shop-submenu-toggle,
	#shop-menu > li:focus-within .shop-submenu-toggle,
	#shop-menu > li.is-open .shop-submenu-toggle {
  background-color: rgb(252 221 79 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

#shop-menu > li.is-open .shop-submenu-toggle {
  transform: rotate(180deg);
}

#shop-menu > li > .shop-submenu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 40;
  margin-top: 0px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 0 12px 32px rgb(var(--ds-shadow) / 0.1);
  --tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-top: 2px solid rgb(252 221 79 / 1);
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: none;
  box-sizing: border-box;
  padding: 1rem clamp(1rem, 2.5vw, 2.5rem) 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
  align-items: start;
}

#shop-menu > li:hover > .shop-submenu,
	#shop-menu > li:focus-within > .shop-submenu,
	#shop-menu > li.is-open > .shop-submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#shop-menu .shop-submenu li {
  margin: 0px;
  list-style-type: none;
}

#shop-menu .shop-submenu > li {
  border-radius: 0.75rem;
  padding: 0.5rem;
}

#shop-menu .shop-submenu a {
  display: block;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#shop-menu .shop-submenu a:hover {
  background-color: rgb(252 221 79 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

#shop-menu .shop-submenu a {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

#shop-menu .shop-submenu > li > a {
  font-family: 'Exo 2', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.45rem 0.6rem;
  margin-bottom: 0.15rem;
}

#shop-menu .shop-submenu > li > a:focus-visible,
	#shop-menu .shop-submenu .sub-menu a:focus-visible {
  outline: 2px solid rgb(252 221 79 / 0.65);
  outline-offset: 1px;
}

#shop-menu .shop-submenu .current-menu-item > a,
	#shop-menu .shop-submenu .current-menu-ancestor > a,
	#shop-menu .shop-submenu .current-menu-parent > a {
  background-color: rgb(252 221 79 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

#shop-menu .shop-submenu .sub-menu {
  margin-top: 0.25rem;
  border-width: 0px;
  padding-left: 0px;
}

#shop-menu .shop-submenu .sub-menu a {
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 1);
}

#shop-menu .shop-submenu .sub-menu a:hover {
  color: rgb(var(--ds-text) / 1);
}

#shop-menu .shop-submenu .sub-menu .sub-menu {
  margin-top: 0;
  margin-left: 0.55rem;
  padding-left: 0.45rem;
  border-left: 1px solid rgb(var(--ds-border) / 1);
}

.mobile-drawer-head,
	.mobile-drawer-secondary,
	.mobile-drawer-tools,
	.mobile-drawer-overlay,
	.mobile-bottom-nav,
	.mobile-header-search {
  display: none;
}

.mobile-drawer-overlay[hidden] {
  display: none !important;
}

.mobile-drawer-panel[hidden] {
  display: none !important;
}

@media (max-width: 1023px) {
  .js-site-header {
    border-bottom-width: 0;
  }

  .js-site-header .header-main-row {
    border-bottom-width: 0 !important;
  }

  .js-site-header .header-main-row.is-fixed {
    border-bottom: 1px solid rgb(var(--ds-border) / 1) !important;
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  body.has-fixed-header-row {
    padding-top: 72px;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    height: 100dvh;
    overscroll-behavior: none;
  }

  body.mobile-menu-open .mobile-bottom-nav {
    pointer-events: none;
  }

  .header-main-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    min-height: 72px;
  }

  .header-main-row > div {
    min-width: 0;
  }

  .header-main-row .custom-logo {
    max-height: 2.35rem;
    max-width: 210px;
  }

  .header-main-row .site-brand-title {
    font-size: 22px;
  }

  .header-main-row .menu-toggle {
    display: none;
  }

  .header-search-wrap {
    display: none !important;
  }

  .mobile-header-search {
    display: flex;
    min-width: 0;
  }

  .mobile-header-search .header-search-submit {
    margin: 4px 6px 4px 4px;
    width: 32px;
    height: 32px;
  }

  .mobile-header-search .header-search-submit-icon {
    width: 18px;
    height: 18px;
  }

  .header-catalog-row.header-nav-row {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    display: block;
    width: min(90vw, 380px);
    border-right: 1px solid rgb(var(--ds-border) / 1);
    border-top: 0;
    border-radius: 0 1.1rem 1.1rem 0;
    background: rgb(var(--ds-surface) / 0.98);
    box-shadow: 18px 0 42px rgb(var(--ds-shadow) / 0.24);
    transform: translateX(-105%);
    opacity: 0;
    visibility: hidden;
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
    overflow: hidden;
  }

  .header-catalog-row.header-nav-row.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .header-catalog-row.header-nav-row .site-container {
    height: 100%;
    padding: 0;
    overflow-y: auto;
  }

  .header-catalog-row.header-nav-row[data-drawer-mode='catalog'] {
    background: rgb(var(--ds-surface-soft) / 1);
  }

  .header-catalog-row.header-nav-row[data-drawer-mode='catalog'] .mobile-drawer-head {
    background: rgb(var(--ds-surface-soft) / 0.96);
  }

  .catalog-nav {
    padding: 0.35rem 0.55rem 0.7rem;
  }

  #shop-menu {
    flex-direction: column;
    overflow: visible;
    padding: 0px;
    gap: 0;
  }

  #shop-menu > li {
    min-width: 0px;
    border-right-width: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgb(var(--ds-border) / 0.85);
    padding: 0;
  }

  #shop-menu > li:last-child {
    border-bottom: 0;
  }

  #shop-menu .shop-menu-top-item {
    display: flex;
    align-items: stretch;
    min-height: 60px;
    box-shadow: inset 0 -1px 0 transparent;
    transition: box-shadow 0.18s ease, background-color 0.15s ease, color 0.15s ease;
  }

  #shop-menu .shop-menu-top-link {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
    text-align: left;
    font-size: 14px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    padding: 0.85rem 1rem;
    border-radius: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: none;
    background: transparent;
    transition: color 0.15s ease;
  }

  #shop-menu .shop-submenu-toggle {
    margin-right: 0;
    align-self: stretch;
    width: 2.75rem;
    height: auto;
    min-height: 0;
    border-radius: 0;
    border-left: 1px solid rgb(var(--ds-border) / 0.55);
  }

  #shop-menu > li > .shop-menu-top-item:hover,
		#shop-menu > li.is-open > .shop-menu-top-item,
		#shop-menu > li.current-menu-item > .shop-menu-top-item,
		#shop-menu > li.current-menu-parent > .shop-menu-top-item,
		#shop-menu > li.current-menu-ancestor > .shop-menu-top-item {
    background: rgb(252 221 79 / 0.15);
    color: #3f280e;
    box-shadow: inset 0 -1px 0 rgb(252 221 79 / 1);
  }

  #shop-menu > li.is-open,
		#shop-menu > li.current-menu-item,
		#shop-menu > li.current-menu-parent,
		#shop-menu > li.current-menu-ancestor {
    border-bottom-color: transparent;
  }

  #shop-menu > li > .shop-submenu {
    pointer-events: auto;
    visibility: visible;
    position: static;
    margin-top: 0px;
    display: none;
    min-width: 0px;
    border-width: 0px;
    background-color: transparent;
    opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: auto;
    max-width: none;
    transform: none;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    margin: 0.08rem 0 0.36rem;
    padding: 0.45rem;
    border-radius: 0.95rem;
    background: rgb(var(--ds-surface-soft) / 0.9);
  }

  #shop-menu > li.is-open > .shop-submenu {
    display: block;
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.95rem 1rem 0.82rem;
    border-bottom: 1px solid rgb(var(--ds-border) / 1);
    background: rgb(var(--ds-surface) / 0.95);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }

  .mobile-drawer-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: 1px solid rgb(var(--ds-border) / 1);
    color: rgb(var(--ds-text) / 1);
    font-size: 1.4rem;
    line-height: 1;
  }

  .mobile-drawer-secondary {
    display: block;
    padding: 0.75rem 0.75rem 1rem;
    border-top: 1px solid rgb(var(--ds-border) / 1);
  }

  .mobile-drawer-secondary #primary-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }

  .mobile-drawer-secondary #primary-menu a,
		.mobile-drawer-tools a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 0.55rem 0.8rem;
    border-radius: 0.7rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-drawer-secondary #primary-menu a:hover,
		.mobile-drawer-secondary #primary-menu .current-menu-item a,
		.mobile-drawer-tools a:hover {
    background: rgb(252 221 79 / 0.2);
    color: #3f280e;
  }

  .mobile-drawer-secondary #primary-menu a:focus,
		.mobile-drawer-secondary #primary-menu a:focus-visible,
		.mobile-drawer-tools a:focus,
		.mobile-drawer-tools a:focus-visible {
    outline: none;
    box-shadow: none;
    background: transparent;
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-drawer-tools {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgb(var(--ds-border) / 1);
  }

  .mobile-drawer-lang {
    margin-top: 0.35rem;
  }

  .mobile-drawer-tools .lang-switcher {
    position: relative;
  }

  .mobile-drawer-tools .lang-switcher-toggle {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.8rem;
    border-radius: 0.7rem;
    border: 1px solid rgb(var(--ds-border) / 1);
    background: rgb(var(--ds-surface) / 1);
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-drawer-tools .lang-switcher-menu {
    position: static;
    margin-top: 0.3rem;
    padding: 0.3rem;
    border: 1px solid rgb(var(--ds-border) / 1);
    border-radius: 0.7rem;
    background: rgb(var(--ds-surface) / 1);
    box-shadow: none;
  }

  .mobile-drawer-tools .lang-switcher-item {
    display: block;
    min-height: 38px;
    padding: 0.5rem 0.7rem;
    border-radius: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--ds-text) / 1) !important;
  }

  .mobile-drawer-tools .lang-switcher-toggle:hover,
		.mobile-drawer-tools .lang-switcher-item:hover {
    background: rgb(252 221 79 / 0.2);
    color: #3f280e !important;
  }

  .mobile-drawer-tools .lang-switcher-item.is-active,
		.mobile-drawer-tools .lang-switcher-item[aria-current='page'] {
    background: #fcdd4f;
    color: #3f280e !important;
  }

  .mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: block;
    background: rgb(26 19 11 / 0.38);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: calc(0.6rem + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 75;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    width: min(96vw, 560px);
    padding: 0.3rem;
    border: 1px solid rgb(var(--ds-border) / 0.62);
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.82);
    box-shadow:
				0 12px 28px rgb(var(--ds-shadow) / 0.14),
				0 1px 0 rgb(255 255 255 / 0.82) inset;
    backdrop-filter: saturate(1.15) blur(12px);
    -webkit-backdrop-filter: saturate(1.15) blur(12px);
    overflow: visible;
  }

  .mobile-bottom-nav a,
		.mobile-bottom-nav button {
    display: inline-flex;
    width: 100%;
    min-height: 42px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.12rem;
    padding: 0.45rem 0.2rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-bottom-nav a::after,
		.mobile-bottom-nav button::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 18px;
    height: 2px;
    border-radius: 9999px;
    background: transparent;
    transform: translateX(-50%);
  }

  .mobile-bottom-nav__icon {
    display: block;
    width: 24px;
    height: 24px;
    color: currentColor;
    opacity: 0.92;
  }

  .mobile-bottom-nav__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-bottom-nav__badge {
    position: absolute;
    top: -7px;
    right: -10px;
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 9999px;
    background: rgb(239 68 68 / 1);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-bottom-nav a:hover,
		.mobile-bottom-nav button:hover,
		.mobile-bottom-nav a:focus-visible,
		.mobile-bottom-nav button:focus-visible {
    background: rgb(var(--ds-surface-soft) / 0.72);
    color: rgb(var(--ds-text) / 1);
  }

  .mobile-bottom-nav a:focus,
		.mobile-bottom-nav button:focus,
		.mobile-bottom-nav a:focus-visible,
		.mobile-bottom-nav button:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .mobile-bottom-nav a.is-active,
		.mobile-bottom-nav button.is-active,
		.mobile-bottom-nav button[aria-expanded='true'] {
    background: transparent;
    color: #3f280e;
  }

  .mobile-bottom-nav a.is-active::after,
		.mobile-bottom-nav button.is-active::after,
		.mobile-bottom-nav button[aria-expanded='true']::after {
    background: #fcdd4f;
  }

  .js-site-header.is-compact .header-main-row {
    min-height: 72px;
  }
}

@media (max-width: 767.98px) {
  .header-top-row {
    display: none;
  }

  .header-main-row {
    min-height: 64px;
    gap: 0.5rem;
  }

  .header-main-row .custom-logo {
    max-height: 2.2rem;
    max-width: 180px;
  }

  .header-main-row .site-brand-title {
    font-size: 20px;
  }

  body.has-fixed-header-row {
    padding-top: 64px;
  }

  .js-site-header.is-compact .header-main-row {
    min-height: 64px;
  }
}

#primary-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

#primary-menu a {
  display: inline-flex;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

#primary-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

/* Catalog page redesign: clean white layout for product photos */

.woocommerce .ds-catalog-page {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

.woocommerce .ds-catalog-hero {
  padding: 0 0 0.4rem;
  display: grid;
  gap: 0.85rem;
}

/* Global breadcrumbs (WooCommerce + Yoast + RankMath + generic). */

.ds-breadcrumb,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) {
  margin: 0.75rem 0 0.35rem;
}

.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb),
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.38rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(0.78rem, 1.3vw, 0.9rem);
  line-height: 1.35;
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 0.95);
  letter-spacing: 0.005em;
}

.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb) a,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) a {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 0.98);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  font-weight: 600;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb) a:hover,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) a:hover {
  color: rgb(var(--ds-text) / 1);
  text-decoration-color: rgb(var(--ds-text) / 0.7);
}

.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb) a:focus-visible,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.16);
}

.ds-breadcrumb__sep,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) .separator,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) .sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  color: rgb(var(--ds-text-muted) / 0.65);
  font-weight: 600;
}

/* Current breadcrumb item (non-link and aria-current variants). */

.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb) [aria-current='page'],
	.ds-breadcrumb :is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb) .breadcrumb_last,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) [aria-current='page'],
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) .breadcrumb_last,
	:is(.woocommerce-breadcrumb, .yoast-breadcrumb, .rank-math-breadcrumb, .breadcrumbs) > span:last-child:not(.separator):not(.sep) {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 0.98);
  font-weight: 700;
}

.woocommerce .ds-catalog-hero__eyebrow {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-catalog-hero__title {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 0.98;
  color: rgb(var(--ds-text) / 1);
  max-width: 17ch;
  margin-bottom: 0.5rem;
}

.woocommerce .ds-catalog-hero__description p {
  max-width: 64ch;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-catalog-layout + .ds-catalog-hero__description {
  margin-top: 1rem;
}

.woocommerce .ds-catalog-quick-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem 0.7rem;
  margin: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.35rem;
  padding-left: 0;
  list-style: none;
}

.woocommerce .ds-catalog-quick-cats__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.1rem 0 0.18rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.woocommerce .ds-catalog-quick-cats__link:focus-visible,
	.woocommerce .ds-catalog-quick-cats__link:hover {
  color: rgb(var(--ds-text) / 1);
  border-color: rgb(224 193 54 / 0.85);
  outline: none;
}

.woocommerce .ds-catalog-quick-cats__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.14rem;
  height: 1.14rem;
  padding: 0 0.24rem;
  border-radius: 9999px;
  background: rgb(var(--ds-surface-soft) / 1);
  border: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce .ds-catalog-quick-cats__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 0.18rem;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--ds-text-muted) / 1);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.woocommerce .ds-catalog-quick-cats__toggle:hover,
	.woocommerce .ds-catalog-quick-cats__toggle:focus-visible {
  border-color: rgb(224 193 54 / 0.85);
  color: rgb(var(--ds-text) / 1);
  outline: none;
}

.woocommerce .ds-catalog-filters {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 0.9rem;
  border: 1px solid rgb(var(--ds-border) / 0.5);
  border-radius: 0.9rem;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce .ds-catalog-filter-widget {
  display: grid;
  gap: 0.5rem;
}

.woocommerce .ds-catalog-filter-widget + .ds-catalog-filter-widget {
  padding-top: 0.75rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.35);
}

.woocommerce .ds-catalog-filter-widget__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem !important;
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading.ab-filter-group-heading--interactive {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading.ab-filter-group-heading--interactive:hover {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading.ab-filter-group-heading--interactive:focus-visible {
  outline: none;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.16);
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading .ab-filter-group-toggle__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  color: currentColor;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-group-heading .ab-filter-group-toggle__chevron svg {
  display: block;
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
}

.woocommerce [data-ab-filter-group='1'].is-collapsed > .ab-filter-group-heading .ab-filter-group-toggle__chevron {
  transform: rotate(-90deg);
}

.woocommerce [data-ab-filter-group='1'] > .ab-filter-show-more {
  margin-top: 0.35rem;
}

.woocommerce .ds-catalog-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.woocommerce .ds-catalog-filters ul > li + li {
  margin-top: 0.35rem;
}

.woocommerce .ds-catalog-filters li,
	.woocommerce .ds-catalog-filters label {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-catalog-filters li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.woocommerce .ds-catalog-filters li > a,
	.woocommerce .ds-catalog-filters li > span:not(.count) {
  flex: 1 1 auto;
}

.woocommerce .ds-catalog-filters label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input),
	.woocommerce .ds-catalog-filters input[type='radio'] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  place-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 1.2rem;
  margin: 0;
  border: 1.5px solid rgb(var(--ds-border) / 0.95);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.12s ease;
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input) {
  border-radius: 0.33rem;
}

.woocommerce .ds-catalog-filters input[type='radio'] {
  border-radius: 9999px;
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input)::before,
	.woocommerce .ds-catalog-filters input[type='radio']::before {
  content: '';
  transform: scale(0);
  transition: transform 0.16s ease;
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input)::before {
  width: 0.66rem;
  height: 0.66rem;
  background: #fff;
  clip-path: polygon(14% 52%, 0 68%, 39% 100%, 100% 21%, 84% 6%, 37% 72%);
}

.woocommerce .ds-catalog-filters input[type='radio']::before {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 9999px;
  background: #fff;
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input):hover,
	.woocommerce .ds-catalog-filters input[type='radio']:hover {
  border-color: rgb(var(--ds-text) / 0.55);
  transform: translateY(-0.5px);
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input):focus-visible,
	.woocommerce .ds-catalog-filters input[type='radio']:focus-visible {
  border-color: rgb(var(--ds-text) / 1);
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.2);
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input):checked,
	.woocommerce .ds-catalog-filters input[type='radio']:checked {
  border-color: rgb(var(--ds-text) / 1);
  background: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input):checked::before,
	.woocommerce .ds-catalog-filters input[type='radio']:checked::before {
  transform: scale(1);
}

.woocommerce .ds-catalog-filters input[type='checkbox']:not(.wc-block-product-filter-checkbox-list__input):active,
	.woocommerce .ds-catalog-filters input[type='radio']:active {
  transform: scale(0.97);
}

/* DS bridge: Woo filter checkboxes sitewide (not only catalog sidebar) */

.woocommerce .wc-block-product-filter-checkbox-list__input-wrapper::before {
  display: none;
}

.woocommerce input[type='checkbox'].wc-block-product-filter-checkbox-list__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  border: 1.5px solid rgb(var(--ds-border) / 0.95);
  border-radius: 0.33rem;
  background: #fff;
  color: rgb(var(--ds-text) / 1);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.12s ease;
}

.woocommerce input[type='checkbox'].wc-block-product-filter-checkbox-list__input:hover {
  border-color: rgb(var(--ds-text) / 0.55);
  transform: translateY(-0.5px);
}

.woocommerce input[type='checkbox'].wc-block-product-filter-checkbox-list__input:focus-visible {
  border-color: rgb(var(--ds-text) / 1);
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.2);
}

.woocommerce input[type='checkbox'].wc-block-product-filter-checkbox-list__input:checked {
  border-color: rgb(var(--ds-text) / 1);
  background: rgb(var(--ds-text) / 1);
}

.woocommerce .wc-block-product-filter-checkbox-list__mark {
  color: #fff;
  padding: 0.18rem;
  width: 1.2rem;
  height: 1.2rem;
}

.woocommerce .ds-catalog-filters input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce .ds-catalog-filters .count,
	.woocommerce .ds-catalog-filters .wc-block-checkbox-list__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 0.3rem;
  border-radius: 9999px;
  background: rgb(var(--ds-surface-soft) / 0.85);
  color: rgb(var(--ds-text-muted) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .wc-block-product-filter-removable-chips__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100%;
  gap: 0.42rem;
  min-height: auto;
  padding: 0.36rem 0.68rem;
  border: 1px solid rgb(var(--ds-border) / 0.68);
  border-radius: 9999px;
  background: rgb(var(--ds-surface-soft) / 0.58);
  color: rgb(var(--ds-text) / 0.9);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.woocommerce .wc-block-product-filter-removable-chips.is-horizontal .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex: 0 0 auto;
}

.woocommerce .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item:hover,
	.woocommerce .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item:focus-within {
  color: rgb(var(--ds-text) / 1);
  border-color: rgb(var(--ds-text) / 0.34);
  background: rgb(var(--ds-surface-soft) / 0.88);
}

.woocommerce .wc-block-product-filter-removable-chips__label {
  display: inline-block;
  max-width: min(100%, 34ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce .wc-block-product-filter-removable-chips__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 0.02rem;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: rgb(var(--ds-text-muted) / 0.9);
  cursor: pointer;
  min-height: 0 !important;
  transition: color 0.18s ease;
}

.woocommerce .wc-block-product-filter-removable-chips__remove:hover {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .wc-block-product-filter-removable-chips__remove:focus-visible {
  outline: none;
  box-shadow: none;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .wc-block-product-filter-removable-chips__remove-icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.woocommerce .wc-block-product-filter-chips__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.woocommerce .wc-block-product-filter-chips__item {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.18rem 0.55rem;
  border: 1px solid rgb(var(--ds-border) / 0.68);
  border-radius: 0.65rem;
  background: rgb(var(--ds-surface-soft) / 0.46);
  color: rgb(var(--ds-text) / 0.95);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.woocommerce .wc-block-product-filter-chips__item:hover {
  background: rgb(var(--ds-surface-soft) / 0.68);
  border-color: rgb(var(--ds-border) / 0.86);
}

.woocommerce .wc-block-product-filter-chips__item:focus-visible,
	.woocommerce .wc-block-product-filter-chips__item[aria-checked='true'] {
  outline: none;
  border-color: rgb(var(--ds-text) / 0.5);
  background: rgb(var(--ds-surface) / 0.88);
}

@media (max-width: 767.98px) {
  .woocommerce .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
    font-size: 0.9rem;
  }
}

.woocommerce .ds-catalog-filters li.chosen > a,
	.woocommerce .ds-catalog-filters li.chosen > span,
	.woocommerce .ds-catalog-filters .wc-layered-nav-term.chosen > a {
  color: rgb(var(--ds-text) / 1);
  font-weight: 700;
}

.woocommerce .ds-catalog-filters select,
	.woocommerce .ds-catalog-filters .dropdown_layered_nav_color,
	.woocommerce .ds-catalog-filters .dropdown_layered_nav_size {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.45rem 2rem 0.45rem 0.65rem;
  border: 1px solid rgb(var(--ds-border) / 0.85);
  border-radius: 0.65rem;
  background-color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgb(var(--ds-text) / 0.95);
}

.woocommerce .ds-catalog-filters select:focus-visible {
  outline: none;
  border-color: rgb(var(--ds-accent) / 1);
  box-shadow: 0 0 0 3px rgb(var(--ds-accent) / 0.2);
}

.woocommerce .ds-catalog-filters input[type='search'],
	.woocommerce .ds-catalog-filters input[type='number'],
	.woocommerce .ds-catalog-filters input[type='text'] {
  width: 100%;
  min-height: 2.4rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgb(var(--ds-border) / 0.85);
  border-radius: 0.6rem;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgb(var(--ds-text) / 0.95);
}

.woocommerce .ds-catalog-filters input[type='search']:focus-visible,
	.woocommerce .ds-catalog-filters input[type='number']:focus-visible,
	.woocommerce .ds-catalog-filters input[type='text']:focus-visible {
  border-color: rgb(var(--ds-accent) / 1);
  box-shadow: 0 0 0 3px rgb(var(--ds-accent) / 0.2);
}

.woocommerce .ds-catalog-filters button:not(.wc-block-product-filter-removable-chips__remove):not(.wc-block-product-filter-checkbox-list__show-more):not(.ab-filter-group-toggle),
	.woocommerce .ds-catalog-filters input[type='submit'] {
  min-height: 2.4rem;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgb(var(--ds-border) / 0.82);
  border-radius: 0.6rem;
  background: #fff;
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.woocommerce .ds-catalog-filters button:not(.wc-block-product-filter-removable-chips__remove):not(.wc-block-product-filter-checkbox-list__show-more):not(.ab-filter-group-toggle):hover,
	.woocommerce .ds-catalog-filters input[type='submit']:hover {
  border-color: rgb(var(--ds-text) / 0.35);
  background: rgb(var(--ds-surface-soft) / 0.45);
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-checkbox-list__show-more {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--ds-text) / 0.9);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-checkbox-list__show-more[hidden] {
  display: none !important;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-checkbox-list__show-more:hover {
  color: rgb(var(--ds-text) / 1);
  background: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-checkbox-list__show-more:focus-visible {
  outline: none;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.16);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.woocommerce .ds-catalog-filters .price_slider_wrapper {
  display: grid;
  gap: 0.65rem;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 0.55rem;
       column-gap: 0.55rem;
  row-gap: 0.65rem;
  align-items: center;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__range {
  grid-column: 1 / -1;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.text,
	.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.text {
  width: 100%;
  min-width: 0;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.\!text,
	.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.\!text {
  width: 100% !important;
  min-width: 0 !important;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.text input[type='text'],
	.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.text input[type='text'] {
  width: 100%;
  min-width: 7.2rem;
  min-height: 2.45rem;
  padding: 0.42rem 0.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.\!text input[type='text'],
	.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.\!text input[type='text'] {
  width: 100% !important;
  min-width: 7.2rem !important;
  min-height: 2.45rem !important;
  padding: 0.42rem 0.55rem !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Normalize Woo blocks filter typography to DS minimum. */

.woocommerce .wc-block-components-filter-reset-button,
	.woocommerce .wc-block-active-filters .wc-block-active-filters__clear-all,
	.woocommerce .wc-block-active-filters .wc-block-active-filters__list-item-name,
	.woocommerce .wc-block-stock-filter .components-form-token-field__input,
	.woocommerce .wc-block-stock-filter .components-form-token-field__suggestion,
	.woocommerce .wc-block-stock-filter .components-form-token-field__token,
	.woocommerce .wc-block-stock-filter__actions .wc-block-stock-filter__button,
	.woocommerce .wc-block-stock-filter__actions button[type='submit'].wc-block-components-filter-submit-button,
	.woocommerce .wc-block-attribute-filter .components-form-token-field__input,
	.woocommerce .wc-block-attribute-filter .components-form-token-field__suggestion,
	.woocommerce .wc-block-attribute-filter .components-form-token-field__token,
	.woocommerce .wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button,
	.woocommerce .wc-block-price-filter__button.wc-block-components-price-slider__button {
  font-size: 0.9rem !important;
}

.woocommerce :where(.wc-block-product-filter-checkbox-list__text-wrapper) {
  font-size: 0.9rem !important;
}

@media (max-width: 340px) {
  .woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__content {
    grid-template-columns: 1fr;
  }

  .woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.text input[type='text'],
		.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.text input[type='text'] {
    min-width: 0;
  }

  .woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__left.\!text input[type='text'],
		.woocommerce .ds-catalog-filters .wc-block-product-filter-price-slider__right.\!text input[type='text'] {
    min-width: 0 !important;
  }
}

.woocommerce .ds-catalog-filters .ui-slider-horizontal {
  height: 0.4rem;
  border: 0;
  border-radius: 9999px;
  background: rgb(var(--ds-surface-soft) / 1);
}

.woocommerce .ds-catalog-filters .ui-slider-horizontal .ui-slider-range {
  border: 0;
  border-radius: 9999px;
  background: rgb(var(--ds-accent) / 0.9);
}

.woocommerce .ds-catalog-filters .ui-slider-horizontal .ui-slider-handle {
  top: calc(50% - 0.56rem);
  width: 1.12rem;
  height: 1.12rem;
  border: 2px solid rgb(var(--ds-accent) / 1);
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 2px 8px rgb(17 24 39 / 0.14);
}

.woocommerce .ds-catalog-filters .ui-slider-horizontal .ui-slider-handle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--ds-accent) / 0.24);
}

.woocommerce .ds-catalog-filters .price_label {
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-catalog-filters a {
  color: rgb(var(--ds-text) / 0.92);
  text-decoration: none;
}

.woocommerce .ds-catalog-filters a:hover {
  color: rgb(var(--ds-text) / 1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce .ds-catalog-filters .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.woocommerce .ds-catalog-filters .price_slider_amount .button {
  min-height: 36px;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgb(var(--ds-border) / 0.8);
  border-radius: 0.55rem;
  background: #fff;
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.woocommerce .ds-catalog-filters .price_slider_amount .\!button {
  min-height: 36px !important;
  padding: 0.35rem 0.72rem !important;
  border: 1px solid rgb(var(--ds-border) / 0.8) !important;
  border-radius: 0.55rem !important;
  background: #fff !important;
  color: rgb(var(--ds-text) / 1) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce .ds-catalog-filters .price_slider_amount .button:hover {
  border-color: rgb(var(--ds-text) / 0.35);
}

.woocommerce .ds-catalog-filters .price_slider_amount .\!button:hover {
  border-color: rgb(var(--ds-text) / 0.35) !important;
}

.woocommerce .ds-catalog-layout {
  display: grid;
  gap: 1rem;
}

.woocommerce .ds-catalog-sidebar {
  min-width: 0;
}

.woocommerce .ds-catalog-products {
  min-width: 0;
}

@media (min-width: 1024px) {
  .woocommerce .ds-catalog-layout {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    align-items: start;
    gap: 1.2rem;
  }

  .woocommerce .ds-catalog-sidebar .ds-catalog-filters {
    position: sticky;
    top: 1rem;
  }
}

.woocommerce .ds-catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.4rem 0 0.25rem;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.4);
  margin-bottom: 0.75rem;
}

.woocommerce .ds-catalog-toolbar .woocommerce-result-count {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 0.98);
  letter-spacing: 0.005em;
  text-transform: none;
}

.woocommerce .ds-catalog-toolbar .woocommerce-result-count .ds-result-count__short {
  display: none;
}

.woocommerce .ds-catalog-toolbar .woocommerce-ordering {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.woocommerce .ds-catalog-toolbar .woocommerce-ordering::before {
  content: '';
  display: inline-block;
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 4h8M4 10h12M8 16h4' stroke='%236F6250' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
}

.woocommerce .ds-catalog-toolbar .orderby {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 2.45rem;
  min-width: 250px;
  padding: 0.4rem 2.15rem 0.4rem 0.75rem;
  border-radius: 0.68rem;
  border: 1px solid rgb(var(--ds-border) / 0.82);
  background-color: rgb(var(--ds-surface) / 1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%236F6250' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.62rem center;
  background-size: 0.95rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(var(--ds-text) / 0.98);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce .ds-catalog-toolbar .orderby option {
  font-weight: 400;
}

.woocommerce .ds-catalog-toolbar .orderby:hover {
  border-color: rgb(var(--ds-text) / 0.3);
  background-color: rgb(var(--ds-surface-soft) / 0.35);
}

.woocommerce .ds-catalog-toolbar .orderby:focus-visible {
  outline: none;
  border-color: rgb(var(--ds-text) / 0.5);
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.14);
}

.woocommerce .ds-catalog-empty {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: #fff;
}

.woocommerce-cart .ds-cart-page {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 1rem;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0.78rem 1rem 0.78rem 2.4rem;
  border: 1px solid rgb(172 196 183 / 0.95);
  border-radius: 0.9rem;
  background: rgb(236 243 238 / 1);
  color: rgb(47 72 60 / 1);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.7 5.6 8.6 13.7 4.8 9.9' stroke='%23486F5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  outline: none;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  margin-left: auto;
  border: 1px solid rgb(var(--ds-border) / 1) !important;
  background: rgb(var(--ds-surface) / 1) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .\!button.wc-forward {
  margin-left: auto !important;
  border: 1px solid rgb(var(--ds-border) / 1) !important;
  background: rgb(var(--ds-surface) / 1) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .restore-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  margin-left: auto;
  padding: 0.4rem 0.78rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 999px;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover,
	.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:focus-visible {
  border-color: rgb(var(--ds-border) / 1) !important;
  background: rgb(var(--ds-surface-soft) / 1) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .\!button.wc-forward:hover,
	.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .\!button.wc-forward:focus-visible {
  border-color: rgb(var(--ds-border) / 1) !important;
  background: rgb(var(--ds-surface-soft) / 1) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .restore-item:hover,
	.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .restore-item:focus-visible {
  border-color: rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1);
  outline: none;
}

.woocommerce-cart #primary,
	.woocommerce-cart #main,
	.woocommerce-cart .site-main,
	.woocommerce-cart .ds-cart-page {
  width: 100%;
  max-width: 1920px;
}

.woocommerce-cart .ds-cart-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.woocommerce-cart .ds-cart-hero__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.woocommerce-cart .ds-cart-continue-link {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  white-space: nowrap;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.woocommerce-cart .ds-cart-continue-link:hover,
	.woocommerce-cart .ds-cart-continue-link:focus-visible {
  color: rgb(var(--ds-text) / 1);
  text-decoration-color: currentColor;
  outline: none;
}

.woocommerce-cart .ds-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.25rem;
  align-items: start;
}

.woocommerce-cart .ds-cart-empty-page {
  min-height: clamp(420px, 68svh, 760px);
  display: grid;
  align-items: center;
  padding: 0.9rem 0 1.25rem;
}

.woocommerce-cart .ds-cart-empty-shell {
  width: min(760px, 100%);
  margin: 0 auto;
  min-height: clamp(320px, 56svh, 560px);
  padding: 0;
  display: grid;
  align-content: center;
  gap: 0.75rem;
  text-align: center;
}

.woocommerce-cart .ds-cart-empty-shell__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-cart .ds-cart-empty-shell__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-cart .ds-cart-empty-shell__text {
  margin: 0;
  max-width: 48ch;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.52;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-cart .ds-cart-empty-shell__actions {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.woocommerce-cart .ds-cart-empty-shell__cta {
  min-width: 220px;
}

.woocommerce-cart .ds-cart-form {
  border-radius: 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface) / 1);
  padding: 0.75rem 1rem;
}

.woocommerce-cart .ds-cart-items {
  display: grid;
  gap: 0;
}

.woocommerce-cart .ds-cart-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto auto auto;
  gap: 0.7rem 1rem;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.9rem 0.2rem;
}

.woocommerce-cart .ds-cart-item:not(:last-child) {
  border-bottom: 1px solid rgb(var(--ds-border) / 0.75);
}

.woocommerce-cart .ds-cart-item .product-thumbnail img {
  width: 74px;
  height: 74px;
  border-radius: 0.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgb(var(--ds-surface-soft) / 1);
}

.woocommerce-cart .ds-cart-item .product-name a {
  font-weight: 700;
}

.woocommerce-cart .ds-cart-item__main {
  min-width: 0;
}

.woocommerce-cart .ds-cart-item__qty,
	.woocommerce-cart .ds-cart-item__subtotal {
  display: grid;
  gap: 0.4rem;
  justify-items: start;
  align-content: center;
}

.woocommerce-cart .ds-cart-item__qty .quantity {
  margin: 0;
}

.woocommerce-cart .ds-cart-qty {
  display: grid;
  grid-template-columns: 2.15rem 2.7rem 2.15rem;
  align-items: center;
  border: 1px solid rgb(var(--ds-border) / 0.95);
  border-radius: 999px;
  background: rgb(var(--ds-surface) / 1);
  overflow: hidden;
}

.woocommerce-cart .ds-cart-qty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.15rem;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: rgb(var(--ds-text) / 1);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce-cart .ds-cart-qty__btn:hover,
	.woocommerce-cart .ds-cart-qty__btn:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1);
  outline: none;
}

.woocommerce-cart .ds-cart-qty__input {
  width: 100%;
  height: 2.15rem;
  border: 0;
  margin: 0;
  padding: 0 !important;
  text-align: center !important;
  background: transparent;
  color: rgb(var(--ds-text) / 1);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 2.15rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.woocommerce-cart .ds-cart-qty__input::-webkit-outer-spin-button,
	.woocommerce-cart .ds-cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .ds-cart-qty__input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce-cart .ds-cart-item__subtotal {
  justify-items: end;
  text-align: right;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
  width: 10rem;
  min-width: 10rem;
  justify-self: end;
}

.woocommerce-cart .ds-cart-item__subtotal .woocommerce-Price-amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}

.woocommerce-cart .ds-cart-line-price {
  display: grid;
  gap: 0.28rem;
  justify-items: end;
}

.woocommerce-cart .ds-cart-line-price__meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

.woocommerce-cart .ds-cart-line-price__old {
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.05;
  color: rgb(var(--ds-text-muted) / 0.95);
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-cart .ds-cart-line-price__old *,
	.woocommerce-cart .ds-cart-line-price__old .woocommerce-Price-amount,
	.woocommerce-cart .ds-cart-line-price__old .woocommerce-Price-amount bdi,
	.woocommerce-cart .ds-cart-line-price__old .woocommerce-Price-currencySymbol {
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-cart .ds-cart-line-price__current {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-cart .ds-cart-line-price__saving {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ds-accent-danger);
  background: var(--ds-accent-danger-soft);
}

.woocommerce-cart .ds-cart-item__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-cart .ds-cart-credit {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.3rem;
  font-size: 0.78rem;
}

.woocommerce-cart .ds-cart-credit__badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-weight: 700;
  color: #115646;
  background: #d5f5ec;
}

.woocommerce-cart .ds-cart-credit__terms {
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.woocommerce-cart .ds-cart-item__remove {
  justify-self: end;
}

.woocommerce-cart .ds-cart-item__remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem !important;
  height: 2.4rem !important;
  min-width: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #7f766d !important;
  background: transparent !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  font-size: 0 !important;
  overflow: visible !important;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.woocommerce-cart .ds-cart-item__remove .remove .ds-cart-remove-icon {
  width: 1.45rem !important;
  height: 1.45rem !important;
  min-width: 1.45rem !important;
  flex: 0 0 1.45rem !important;
  display: block !important;
  pointer-events: none;
}

.woocommerce-cart .ds-cart-item__remove .remove::before {
  content: none !important;
}

.woocommerce-cart .ds-cart-item__remove .remove:hover,
	.woocommerce-cart .ds-cart-item__remove .remove:focus-visible {
  color: #b42318 !important;
  background: transparent !important;
}

.woocommerce-cart .ds-cart-item__remove .remove:active {
  color: #b42318 !important;
  background: transparent !important;
}

.woocommerce-cart .ds-cart-actions {
  padding-top: 0;
  border-top: 0;
}

.woocommerce-cart .ds-cart-actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.woocommerce-cart .ds-cart-actions .coupon .input-text {
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 999px;
  padding: 0.625rem 0.9rem;
  min-width: 220px;
}

.woocommerce-cart .ds-cart-summary {
  position: sticky;
  top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface) / 1);
  padding: 1.05rem;
}

.woocommerce-cart .ds-cart-summary__title {
  margin: 0 0 0.75rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1.06rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-cart .ds-cart-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.46rem 0;
  font-size: 0.94rem;
}

.woocommerce-cart .ds-cart-summary__row span:first-child {
  color: rgb(var(--ds-text-muted) / 1);
  font-weight: 550;
  line-height: 1.3;
}

.woocommerce-cart .ds-cart-summary__row strong {
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
}

.woocommerce-cart .ds-cart-summary__total {
  margin-top: 0.72rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.8);
}

.woocommerce-cart .ds-cart-summary__total span:first-child {
  color: rgb(var(--ds-text) / 1);
  font-weight: 700;
}

.woocommerce-cart .ds-cart-summary__total strong {
  font-size: 1.34rem;
  font-weight: 800;
}

.woocommerce-cart .ds-cart-summary__actions {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.55rem;
}

.woocommerce-cart .ds-cart-summary__actions .button {
  width: 100%;
  margin: 0;
}

.woocommerce-cart .ds-cart-summary__actions .\!button {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-cart .ds-cart-summary__credit-btn {
  border: 1px solid rgb(var(--ds-border) / 1) !important;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .ds-cart-summary__credit-btn:hover,
	.woocommerce-cart .ds-cart-summary__credit-btn:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce-cart .ds-cart-mobile-bar {
  display: none;
}

@media (max-width: 1023.98px) {
  .woocommerce-cart .ds-cart-layout {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .ds-cart-summary {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-cart .ds-cart-empty-page {
    min-height: clamp(360px, 62svh, 620px);
    padding: 0.6rem 0 0.9rem;
  }

  .woocommerce-cart .ds-cart-empty-shell {
    min-height: clamp(260px, 48svh, 420px);
    padding: 0;
    gap: 0.62rem;
  }

  .woocommerce-cart .ds-cart-empty-shell__title {
    font-size: 1.45rem;
  }

  .woocommerce-cart .ds-cart-empty-shell__text {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .woocommerce-cart .ds-cart-empty-shell__actions {
    margin-top: 0.3rem;
  }

  .woocommerce-cart .ds-cart-empty-shell__cta {
    width: auto;
    min-width: 220px;
  }

  .woocommerce-cart .ds-cart-hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
  }

  .woocommerce-cart .ds-cart-hero__title {
    font-size: 1.38rem;
  }

  .woocommerce-cart .ds-cart-continue-link {
    flex: 0 0 auto;
    min-height: 2rem;
    padding: 0.36rem 0.7rem;
    font-size: 0.76rem;
  }

  .woocommerce-cart .ds-cart-form {
    padding: 0.55rem 0.7rem;
    border-radius: 0.85rem;
  }

  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    padding: 0.72rem 0.78rem 0.72rem 2.15rem;
    font-size: 0.86rem;
    row-gap: 0.45rem;
  }

  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    width: 100%;
    margin-left: 0;
  }

  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .restore-item {
    margin-left: 0;
  }

  .woocommerce-cart .ds-cart-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 0.48rem 0.62rem;
    padding: 0.7rem 0.12rem;
    align-items: center;
  }

  .woocommerce-cart .ds-cart-item__thumb {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: start;
  }

  .woocommerce-cart .ds-cart-item .product-thumbnail img {
    width: 64px;
    height: 64px;
    border-radius: 0.62rem;
  }

  .woocommerce-cart .ds-cart-item__main {
    grid-column: 2;
    grid-row: 1;
    padding-right: 0;
    align-self: center;
  }

  .woocommerce-cart .ds-cart-item__remove {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    margin-top: 0;
  }

  .woocommerce-cart .ds-cart-item__qty,
		.woocommerce-cart .ds-cart-item__subtotal {
    grid-column: 2 / 4;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgb(var(--ds-text-muted) / 1);
    justify-content: space-between;
    text-align: left;
    width: auto;
    min-width: 0;
  }

  .woocommerce-cart .ds-cart-item__qty {
    grid-row: 2;
    grid-column: 2;
    justify-content: flex-start;
  }

  .woocommerce-cart .ds-cart-item__subtotal {
    grid-row: 1;
    grid-column: 3;
    justify-content: flex-end;
    text-align: right;
  }

  .woocommerce-cart .ds-cart-item__subtotal .ds-cart-line-price,
		.woocommerce-cart .ds-cart-item__subtotal .woocommerce-Price-amount {
    justify-items: end;
    justify-content: flex-end;
    text-align: right;
  }

  .woocommerce-cart .ds-cart-item__label {
    font-size: 0.74rem;
  }

  .woocommerce-cart .ds-cart-actions .coupon {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .woocommerce-cart .ds-cart-actions .coupon .input-text,
		.woocommerce-cart .ds-cart-actions .coupon .button {
    width: 100%;
    min-width: 0;
  }

  .woocommerce-cart .ds-cart-summary {
    display: block;
    margin-top: 0.9rem;
  }

  .woocommerce-cart .ds-cart-mobile-bar {
    display: none;
  }

  .woocommerce-cart .ds-cart-mobile-bar__meta {
    margin: 0;
    font-size: 0.75rem;
    color: rgb(var(--ds-text-muted) / 1);
  }

  .woocommerce-cart .ds-cart-mobile-bar__total {
    display: block;
    font-size: 1.04rem;
    font-weight: 800;
    color: rgb(var(--ds-text) / 1);
  }

  .woocommerce-cart .ds-cart-mobile-bar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    border-radius: 999px;
    border: 1px solid #e0c136;
    background: #fcdd4f;
    color: #3f280e;
    font-size: 0.83rem;
    font-weight: 800;
    padding: 0.68rem 0.95rem;
  }

  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .\!button.wc-forward {
    width: 100% !important;
    margin-left: 0 !important;
  }

  
		.woocommerce-cart .ds-cart-actions .coupon .\!button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .\!button.wc-forward {
    width: 100% !important;
    margin-left: 0 !important;
  }

  
		.woocommerce-cart .ds-cart-actions .coupon .\!button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.woocommerce-checkout .ds-checkout-page {
  padding: 0;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  margin-bottom: 0.9rem;
}

.woocommerce-checkout .woocommerce-error,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-message {
  margin: 0;
  padding: 0.78rem 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 0.9rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.92rem;
  line-height: 1.4;
}

.woocommerce .woocommerce-info,
	.woocommerce-page .woocommerce-info {
  position: relative;
  padding: 0.8rem 1rem 0.8rem 2.4rem;
  border: 1px solid rgb(252 221 79 / 0.6);
  border-radius: 0.9rem;
  background: rgb(252 221 79 / 0.14);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}

.woocommerce .woocommerce-info::before,
	.woocommerce-page .woocommerce-info::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='8' stroke='%233F280E' stroke-width='1.6'/%3E%3Cpath d='M10 8v5' stroke='%233F280E' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='5.6' r='1' fill='%233F280E'/%3E%3C/svg%3E");
}

.woocommerce .woocommerce-info a,
	.woocommerce-page .woocommerce-info a {
  color: rgb(var(--ds-text) / 1);
  font-weight: 700;
  text-decoration-color: rgb(var(--ds-text) / 0.55) !important;
}

.woocommerce .woocommerce-info a:hover,
	.woocommerce .woocommerce-info a:focus-visible,
	.woocommerce-page .woocommerce-info a:hover,
	.woocommerce-page .woocommerce-info a:focus-visible {
  text-decoration-color: currentColor !important;
}

.woocommerce-checkout .ds-checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: end;
  gap: 1.2rem 1.5rem;
  margin-bottom: 1.4rem;
}

.woocommerce-checkout .ds-checkout-hero__head {
  display: grid;
  gap: 0.55rem;
}

.woocommerce-checkout .ds-checkout-hero__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.woocommerce-checkout .ds-checkout-hero__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(var(--ds-text-muted) / 0.98);
}

.woocommerce-checkout .ds-checkout-progress {
  --ds-step-gap: 0.75rem;
  --ds-step-dot-size: 2.05rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ds-step-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: checkout-progress;
}

.woocommerce-checkout .ds-checkout-progress li {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.42rem;
  min-height: 4.2rem;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--ds-text-muted) / 1);
  text-align: center;
  counter-increment: checkout-progress;
}

.woocommerce-checkout .ds-checkout-progress li::before {
  content: counter(checkout-progress);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--ds-step-dot-size);
  height: var(--ds-step-dot-size);
  border-radius: 999px;
  border: 1.5px solid rgb(var(--ds-border) / 0.95);
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text-muted) / 0.95);
  font-size: 0.82rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 2;
}

.woocommerce-checkout .ds-checkout-progress li::after {
  content: "";
  position: absolute;
  top: calc(var(--ds-step-dot-size) / 2);
  left: calc(50% + (var(--ds-step-dot-size) / 2));
  width: calc(100% + var(--ds-step-gap) - var(--ds-step-dot-size));
  height: 2px;
  background: rgb(var(--ds-border) / 0.92);
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
}

.woocommerce-checkout .ds-checkout-progress li:last-child::after {
  display: none;
}

.woocommerce-checkout .ds-checkout-progress li.is-active {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-progress li.is-active::before {
  border-color: #e0c136;
  background: #fcdd4f;
  color: #3f280e;
}

.woocommerce-checkout .ds-checkout-progress li.is-done {
  color: rgb(var(--ds-text) / 0.92);
}

.woocommerce-checkout .ds-checkout-progress li.is-done::before {
  content: "✓";
  border-color: rgb(var(--brand-600, 224 193 54) / 1);
  background: rgb(var(--brand-500, 252 221 79) / 0.24);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-progress li.is-done::after {
  background: rgb(var(--brand-600, 224 193 54) / 0.65);
}

.woocommerce-checkout .ds-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 1.6rem;
  align-items: start;
}

.woocommerce-checkout .ds-checkout-main {
  display: grid;
  gap: 1.2rem;
}

.woocommerce-checkout .ds-checkout-steps {
  display: grid;
  gap: 1.2rem;
}

.woocommerce-checkout .ds-checkout-step {
  display: none;
}

.woocommerce-checkout .ds-checkout-step.is-active {
  display: block;
}

.woocommerce-checkout .ds-checkout-step[hidden] {
  display: none !important;
}

.woocommerce-checkout .ds-checkout-step-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
}

.woocommerce-checkout .ds-checkout-step-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.95);
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-step-btn--next,
	.woocommerce-checkout .ds-checkout-step-btn--confirm {
  border-color: #e0c136;
  background: #fcdd4f;
  color: #3f280e;
}

.woocommerce-checkout .ds-checkout-step-btn--next:hover,
	.woocommerce-checkout .ds-checkout-step-btn--confirm:hover,
	.woocommerce-checkout .ds-checkout-step-btn--next:focus-visible,
	.woocommerce-checkout .ds-checkout-step-btn--confirm:focus-visible {
  background: #f2d242;
  outline: none;
}

.woocommerce-checkout .ds-checkout-panel--payment-step #payment .place-order {
  display: none;
}

.woocommerce-checkout .ds-checkout-sidebar {
  position: sticky;
  top: 1rem;
}

.woocommerce-checkout .ds-checkout-summary-actions {
  position: static;
  bottom: auto;
  z-index: auto;
  display: contents;
  margin-top: 0.9rem;
  min-height: 3.35rem;
  padding-top: 0.75rem;
  padding-bottom: calc(0.2rem + env(safe-area-inset-bottom, 0px));
  border-top: 0;
  background: transparent;
}

.woocommerce-checkout .ds-checkout-summary-actions .ds-checkout-step-btn {
  width: 100%;
  position: static;
  bottom: auto;
  z-index: auto;
  box-shadow: none;
}

.woocommerce-checkout .ds-checkout-summary-actions.is-floating {
  background: transparent;
}

.woocommerce-checkout .ds-checkout-panel {
  border-radius: 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface) / 1);
  padding: 1.35rem;
  box-shadow: none;
}

/* Checkout summary styled to match cart summary card. */

.woocommerce-checkout .ds-checkout-panel--summary {
  padding: 1.05rem;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-panel__head {
  margin-bottom: 0.75rem;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-panel__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.06rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-checkout .ds-checkout-panel__head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}

.woocommerce-checkout .ds-checkout-step-backlink {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--ds-text-muted) / 1);
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-step-backlink:hover,
	.woocommerce-checkout .ds-checkout-step-backlink:focus-visible {
  color: rgb(var(--ds-text) / 1);
  outline: none;
}

.woocommerce-checkout .ds-checkout-step-backlink > span:first-child {
  font-size: 1.7rem;
  line-height: 1;
}

.woocommerce-checkout .ds-checkout-panel__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.22rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.24;
}

.woocommerce-checkout .ds-checkout-panel__note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgb(var(--ds-text-muted) / 0.98);
}

.woocommerce-checkout .ds-checkout-comments {
  margin-top: 0.65rem;
}

.woocommerce-checkout .ds-checkout-comments[hidden] {
  display: none !important;
}

.woocommerce-checkout .ds-checkout-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.woocommerce-checkout .ds-checkout-column {
  min-width: 0;
  display: grid;
  gap: 0.95rem;
}

.woocommerce-checkout .ds-checkout-column__title {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .ds-checkout-quick {
  display: grid;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-checkout .ds-checkout-quick__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-checkout .ds-checkout-quick__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.woocommerce-checkout .ds-checkout-quick__btn {
  position: relative;
  display: grid;
  gap: 0.4rem;
  padding: 0.9rem 4.6rem 0.9rem 0.92rem;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 0.82rem;
  background: rgb(var(--ds-surface) / 1);
  text-align: left;
  color: rgb(var(--ds-text) / 1);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.woocommerce-checkout .ds-checkout-quick__btn:hover,
	.woocommerce-checkout .ds-checkout-quick__btn:focus-visible {
  border-color: rgb(var(--ds-text) / 0.4);
  box-shadow: none;
  outline: none;
}

.woocommerce-checkout .ds-checkout-quick__btn.is-invalid {
  border-color: var(--ds-accent-danger);
  background: color-mix(in srgb, var(--ds-accent-danger-soft) 52%, rgb(var(--ds-surface) / 1));
}

.woocommerce-checkout .ds-checkout-quick__label {
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 0.9);
}

.woocommerce-checkout .ds-checkout-quick__value {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}

.woocommerce-checkout .ds-checkout-quick__edit {
  position: absolute;
  right: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--ds-text) / 1);
  pointer-events: none;
  white-space: nowrap;
}

.woocommerce-checkout .ds-checkout-quick__edit-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: rgb(var(--ds-text) / 1);
  color: #fff;
  font-size: 0.78rem;
  line-height: 0;
  padding-left: 0.02rem;
  transform: translateY(-0.02rem);
}

.woocommerce-checkout .ds-checkout-quick__btn[data-quick-open="city"].is-city-selected .ds-checkout-quick__label {
  font-size: 1.02rem;
  font-weight: 760;
  line-height: 1.2;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-quick__btn[data-quick-open="city"].is-city-selected .ds-checkout-quick__value {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .ds-checkout-popover-wrap {
  position: fixed;
  inset: 0;
  z-index: 1050;
  pointer-events: none;
}

.woocommerce-checkout .ds-checkout-popover-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(20 16 12 / 0.46);
  pointer-events: auto;
}

.woocommerce-checkout .ds-checkout-popover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 520px);
  max-height: 86vh;
  overflow: auto;
  padding: 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface) / 1);
  box-shadow: none;
  pointer-events: auto;
}

.woocommerce-checkout .ds-checkout-popover__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.82rem;
  margin-bottom: 0.95rem;
}

.woocommerce-checkout .ds-checkout-popover__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.12rem;
  font-weight: 780;
  line-height: 1.1;
}

.woocommerce-checkout .ds-checkout-popover__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 999px;
  background: rgb(var(--ds-surface) / 1);
  font-size: 1.3rem;
  line-height: 1;
}

.woocommerce-checkout .ds-checkout-popover__body {
  display: grid;
  gap: 0.95rem;
}

.woocommerce-checkout .ds-checkout-popover__field {
  display: grid;
  gap: 0.45rem;
}

.woocommerce-checkout .ds-checkout-popover__field > span {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .ds-checkout-popover__field > input {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgb(var(--ds-border) / 0.94);
  border-radius: 0.75rem;
  font-size: 0.98rem;
}

.woocommerce-checkout .ds-checkout-popover__field > input[data-city-search]:focus {
  border-color: rgb(var(--ds-input-focus-border) / 1);
}

.woocommerce-checkout .ds-checkout-popover__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.woocommerce-checkout .ds-checkout-popover__chips button {
  min-height: 2.22rem;
  padding: 0.46rem 0.86rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.95);
  background: rgb(var(--ds-surface-soft) / 0.8);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.woocommerce-checkout .ds-checkout-popover__chips button:hover,
	.woocommerce-checkout .ds-checkout-popover__chips button:focus-visible {
  border-color: rgb(252 221 79 / 0.45);
  background: rgb(252 221 79 / 0.12);
  outline: none;
}

.woocommerce-checkout .ds-checkout-popover__results {
  display: block;
  max-height: 320px;
  overflow: auto;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .ds-checkout-popover__city-item {
  width: 100%;
  padding: 0.72rem 0.24rem;
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgb(var(--ds-border) / 0.55);
  background: transparent;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgb(var(--ds-text) / 0.96);
}

.woocommerce-checkout .ds-checkout-popover__city-item:first-child {
  border-top: 0;
}

.woocommerce-checkout .ds-checkout-popover__city-item:hover,
	.woocommerce-checkout .ds-checkout-popover__city-item:focus-visible {
  background: rgb(252 221 79 / 0.08);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-popover__footer {
  margin-top: 1rem;
}

.woocommerce-checkout .ds-checkout-popover__save {
  width: 100%;
  min-height: 2.95rem;
  border-radius: 999px;
  border: 1px solid #e0c136;
  background: #fcdd4f;
  color: #3f280e;
  font-size: 0.93rem;
  font-weight: 800;
}

.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #billing_city_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #shipping_city_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #billing_first_name_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #billing_last_name_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #billing_phone_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #shipping_first_name_field,
	.woocommerce-checkout .ds-checkout-page.is-quick-delivery-ready #shipping_last_name_field {
  display: none !important;
}

.woocommerce-checkout .ds-checkout-delivery-methods {
  display: grid;
  gap: 0.78rem;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-checkout .ds-checkout-delivery-methods.is-invalid {
  padding: 0.58rem;
  border: 1px solid var(--ds-accent-danger);
  border-radius: 0.82rem;
  background: color-mix(in srgb, var(--ds-accent-danger-soft) 44%, rgb(var(--ds-surface) / 1));
}

.woocommerce-checkout .ds-checkout-delivery-methods__title {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.22rem;
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
  text-transform: none;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-methods__empty {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li {
  margin: 0;
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.76rem 0.86rem;
  border: 1px solid rgb(var(--ds-border) / 0.86);
  border-radius: 0.68rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li label .amount,
	.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li label .woocommerce-Price-amount {
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li input[type="radio"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: rgb(var(--brand-600, 224 193 54) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li label:hover,
	.woocommerce-checkout .ds-checkout-delivery-methods__list ul#shipping_method li label:focus-within {
  border-color: rgb(252 221 79 / 0.45);
  background: rgb(252 221 79 / 0.12);
}

.woocommerce-checkout .ds-checkout-delivery-methods__list .woocommerce-shipping-destination,
	.woocommerce-checkout .ds-checkout-delivery-methods__list .woocommerce-shipping-calculator {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-list {
  display: grid;
  gap: 0.62rem;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option {
  width: 100%;
  display: grid;
  gap: 0.62rem;
  padding: 0.78rem 0.88rem;
  border: 1px solid rgb(var(--ds-border) / 0.86);
  border-radius: 0.82rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  text-align: left;
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option.is-active {
  border-color: rgb(var(--brand-600, 224 193 54) / 1);
  border-width: 2px;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option.is-active:hover {
  border-color: rgb(var(--brand-600, 224 193 54) / 1);
  border-width: 2px;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option:not(.is-active):hover {
  border-color: rgb(252 221 79 / 0.45);
  background: rgb(252 221 79 / 0.12);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgb(252 221 79 / 0.3);
  border-color: rgb(252 221 79 / 0.45);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__label {
  display: grid;
  gap: 0.18rem;
  font: inherit;
  min-width: 0;
  width: 100%;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__label-main {
  min-width: 0;
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__free-from {
  font-size: 0.79rem;
  line-height: 1.35;
  font-weight: 700;
  color: rgb(var(--ds-text-muted) / 1);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.68rem;
  width: 100%;
  min-width: 0;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__price {
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  color: rgb(var(--ds-text) / 1);
  text-align: right;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option__price.is-free {
  color: #2f8f2f;
  text-transform: uppercase;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo-img.mrkv-shipping-logo {
  display: block;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.4rem;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo.is-nova-poshta {
  background: #e30613;
  border-color: #b70510;
  color: #fff;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo.is-ukr-poshta {
  background: #ffd400;
  border-color: #d8b200;
  color: #1d2a3b;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo.is-meest {
  background: #1b5dbf;
  border-color: #14488f;
  color: #fff;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-logo.is-rozetka {
  background: #5bb332;
  border-color: #4a9429;
  color: #fff;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option .ds-checkout-delivery-methods__point {
  margin-top: 0.15rem;
  padding-top: 0;
  border-top: 0;
}

.woocommerce-checkout .ds-checkout-delivery-proxy-option.is-locked {
  cursor: default;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.ds-checkout-shipping-row--source {
  display: none;
}

.woocommerce-checkout .ds-checkout-sidebar .woocommerce-checkout-review-order-table tr.shipping {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields,
	.woocommerce-checkout .woocommerce-shipping-fields,
	.woocommerce-checkout .woocommerce-additional-fields {
  margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 0.9rem;
}

.woocommerce-checkout .form-row {
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
}

.woocommerce-checkout .form-row label {
  display: inline-flex;
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .form-row .required {
  color: var(--ds-accent-danger);
  font-weight: 700;
}

.woocommerce-checkout form .form-row input.input-text,
	.woocommerce-checkout form .form-row textarea,
	.woocommerce-checkout form .form-row select {
  width: 100%;
  min-height: 3rem;
  padding: 0.74rem 0.92rem;
  border: 1px solid rgb(var(--ds-border) / 0.94);
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgb(var(--ds-text) / 1);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.woocommerce-checkout form .form-row textarea {
  min-height: 6rem;
  resize: vertical;
}

.woocommerce-checkout form .form-row input.input-text::-moz-placeholder, .woocommerce-checkout form .form-row textarea::-moz-placeholder {
  color: rgb(var(--ds-text-muted) / 0.75);
}

.woocommerce-checkout form .form-row input.input-text::placeholder,
	.woocommerce-checkout form .form-row textarea::placeholder {
  color: rgb(var(--ds-text-muted) / 0.75);
}

.woocommerce-checkout form .form-row input.input-text:hover,
	.woocommerce-checkout form .form-row textarea:hover,
	.woocommerce-checkout form .form-row select:hover {
  background: rgb(var(--ds-surface-soft) / 0.5);
  border-color: rgb(var(--ds-text-muted) / 0.5);
}

.woocommerce-checkout form .form-row input.input-text:focus,
	.woocommerce-checkout form .form-row textarea:focus,
	.woocommerce-checkout form .form-row select:focus,
	.woocommerce-checkout form .form-row input.input-text:focus-visible,
	.woocommerce-checkout form .form-row textarea:focus-visible,
	.woocommerce-checkout form .form-row select:focus-visible {
  border-color: #d6b828;
  box-shadow: 0 0 0 3px rgb(252 221 79 / 0.35);
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
	.woocommerce-checkout .form-row.woocommerce-invalid textarea,
	.woocommerce-checkout .form-row.woocommerce-invalid select {
  border-color: var(--ds-accent-danger);
  background: var(--ds-accent-danger-soft);
}

.woocommerce-checkout .form-row .woocommerce-error,
	.woocommerce-checkout .form-row .error {
  margin: 0.35rem 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--ds-accent-danger-strong);
}

.woocommerce-checkout .form-row .select2-container {
  width: 100% !important;
}

.woocommerce-checkout .form-row .select2-container .select2-selection {
  min-height: 2.8rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(var(--ds-border) / 0.94);
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .form-row .select2-container .select2-selection__rendered {
  line-height: 2.8rem;
  padding-left: 0.82rem;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .form-row .select2-container .select2-selection__arrow {
  height: 2.8rem;
  right: 0.3rem;
}

/* Order comment field should match primary checkout inputs. */

.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea,
	.woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea {
  width: 100%;
  min-height: 6rem;
  padding: 0.74rem 0.92rem;
  border: 1px solid rgb(var(--ds-border) / 0.94);
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgb(var(--ds-text) / 1);
  box-shadow: none;
  resize: vertical;
}

.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea::-moz-placeholder {
  color: rgb(var(--ds-text-muted) / 0.75);
}

.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea::placeholder,
	.woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea::placeholder {
  color: rgb(var(--ds-text-muted) / 0.75);
}

.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea:hover,
	.woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea:hover {
  background: rgb(var(--ds-surface-soft) / 0.5);
  border-color: rgb(var(--ds-text-muted) / 0.5);
}

.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea:focus,
	.woocommerce-checkout .ds-checkout-comments #order_comments_field textarea:focus-visible,
	.woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea:focus,
	.woocommerce-checkout .woocommerce-additional-fields #order_comments_field textarea:focus-visible {
  outline: none;
  border-color: #d6b828;
  box-shadow: 0 0 0 3px rgb(252 221 79 / 0.35);
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border: 0;
  background: rgb(var(--ds-surface-soft) / 1);
  box-shadow: none;
}

.woocommerce-checkout .ds-checkout-delivery-point-row.woocommerce-validated {
  border: 0;
  background: rgb(var(--ds-surface-soft) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-point-row.woocommerce-validated > label,
	.woocommerce-checkout .ds-checkout-delivery-point-row.woocommerce-validated .woocommerce-input-wrapper {
  background: rgb(var(--ds-surface-soft) / 1);
}

/* Delivery point row: label + dropdown should look like one control. */

.woocommerce-checkout .ds-checkout-delivery-point-row {
  display: grid;
  gap: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 0.8rem;
  background: rgb(var(--ds-surface-soft) / 1);
  overflow: hidden;
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-delivery-point-row.is-invalid {
  border: 1px solid var(--ds-accent-danger) !important;
  background: color-mix(in srgb, var(--ds-accent-danger-soft) 44%, rgb(var(--ds-surface) / 1));
}

.woocommerce-checkout .ds-checkout-delivery-point-row > label {
  display: block;
  margin: 0 !important;
  padding: 0.5rem 0.92rem 0.18rem;
  font-size: 0.76rem;
  line-height: 1.25;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 0.95);
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-delivery-point-row .woocommerce-input-wrapper {
  display: block;
  padding: 0.06rem 0.46rem 0.42rem;
  cursor: pointer;
  background: rgb(var(--ds-surface-soft) / 1);
}

.woocommerce-checkout .ds-checkout-delivery-point-row select,
	.woocommerce-checkout .ds-checkout-delivery-point-row input.input-text,
	.woocommerce-checkout .ds-checkout-delivery-point-row textarea {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0.58rem;
  background: transparent;
  box-shadow: none !important;
  padding: 0.55rem 0.46rem;
}

.woocommerce-checkout .ds-checkout-delivery-point-row .select2-container {
  margin: 0 !important;
}

.woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection {
  border: 0 !important;
  border-radius: 0.58rem;
  background: transparent;
  min-height: 2.5rem;
  box-shadow: none !important;
}

.woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection__rendered {
  padding-left: 0.46rem;
  padding-right: 1.7rem;
  line-height: 100%;
}

.woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection__arrow {
  right: 0.12rem;
  height: 2.5rem;
}

.woocommerce-checkout .ds-checkout-delivery-point-row.is-point-popover .woocommerce-input-wrapper {
  padding: 0.06rem 0.46rem 0.42rem;
}

.woocommerce-checkout .ds-checkout-delivery-point-row.is-point-popover select {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.woocommerce-checkout .ds-checkout-delivery-point-row.is-point-popover .select2-container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 100% !important;
  display: block !important;
}

.woocommerce-checkout .ds-checkout-delivery-point-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.5rem;
  padding: 0.55rem 0.46rem;
  border-radius: 0.58rem;
  background: transparent;
  color: rgb(var(--ds-text) / 1);
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-delivery-point-display::after {
  content: "›";
  margin-left: 0.5rem;
  flex: 0 0 auto;
  color: rgb(var(--ds-text-muted) / 0.92);
  font-size: 1.05rem;
  line-height: 1;
}

.woocommerce-checkout .ds-checkout-delivery-point-display.is-placeholder {
  color: rgb(var(--ds-text-muted) / 0.95);
  font-weight: 500;
}

.woocommerce-checkout .ds-checkout-delivery-point-row:focus-within {
  border-color: rgb(214 184 40 / 1);
}

.woocommerce-checkout #ship-to-different-address {
  margin: 0;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox,
	.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  font-size: 0.85rem;
  font-weight: 650;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"],
	.woocommerce-checkout .woocommerce-account-fields input[type="checkbox"] {
  width: 1.02rem;
  height: 1.02rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  border-radius: 0.28rem;
}

.woocommerce-checkout .ds-checkout-panel--summary #order_review {
  margin: 0;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table {
  border: 0 !important;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  display: block;
  width: 100%;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tbody,
	.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tfoot {
  display: block;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.8rem;
  align-items: start;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.6);
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tr:last-child {
  border-bottom: 0;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table th,
	.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table td {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0.94rem;
  line-height: 1.3;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tr th:first-child {
  color: rgb(var(--ds-text-muted) / 1);
  font-weight: 550;
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table tr td:last-child {
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
}

.woocommerce-checkout .ds-checkout-summary-cards {
  display: grid;
  gap: 0.72rem;
  margin-bottom: 0.82rem;
}

.woocommerce-checkout .ds-checkout-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  -moz-column-gap: 0.65rem;
       column-gap: 0.65rem;
  row-gap: 0.42rem;
  padding: 0.86rem;
  border: 1px solid rgb(var(--ds-border) / 0.86);
  border-radius: 0.82rem;
  background: rgb(var(--ds-surface) / 1);
  cursor: pointer;
}

.woocommerce-checkout .ds-checkout-summary-card:hover,
	.woocommerce-checkout .ds-checkout-summary-card:focus-visible {
  border-color: rgb(252 221 79 / 0.45);
  background: rgb(252 221 79 / 0.08);
  outline: none;
}

.woocommerce-checkout .ds-checkout-summary-card__title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.3;
  color: rgb(var(--ds-text) / 1);
  min-width: 0;
}

.woocommerce-checkout .ds-checkout-summary-card__body {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.16rem;
}

.woocommerce-checkout .ds-checkout-summary-card__line-main,
	.woocommerce-checkout .ds-checkout-summary-card__line-sub {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.4;
}

.woocommerce-checkout .ds-checkout-summary-card__line-main {
  font-weight: 650;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-summary-card__line-sub {
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .ds-checkout-summary-card__edit {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--ds-text) / 1);
  text-decoration: none;
}

.woocommerce-checkout .ds-checkout-summary-card__edit-text {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table .order-total th,
	.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table .order-total td {
  padding-top: 0.75rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.78);
  font-size: 1.34rem;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-checkout .ds-checkout-panel--summary .woocommerce-checkout-review-order-table .order-total th {
  font-size: 0.94rem;
  font-weight: 700;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-review-order-table__body,
	.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-review-order-table__footer {
  display: block;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.8rem;
  align-items: start;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.6);
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line:last-child {
  border-bottom: 0;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line__label,
	.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line__value {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line__label {
  font-size: 0.94rem;
  font-weight: 550;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line__value {
  font-size: 1.06rem;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
  text-align: right;
  white-space: nowrap;
}

.woocommerce-checkout .ds-checkout-panel--summary .shipping-total .ds-checkout-summary-line__value.is-free {
  color: #16a34a;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line.order-total {
  padding-top: 0.75rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.78);
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line.order-total .ds-checkout-summary-line__label {
  font-size: 0.94rem;
  font-weight: 700;
}

.woocommerce-checkout .ds-checkout-panel--summary .ds-checkout-summary-line.order-total .ds-checkout-summary-line__value {
  font-size: 1.34rem;
  font-weight: 800;
}

/* Thank you page */

.woocommerce-order-received .ds-thankyou-page {
  padding: 0;
}

.woocommerce-order-received .ds-thankyou-shell {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.woocommerce-order-received .aboryhen-paylater-thankyou {
  padding: 1rem 1.1rem;
  border: 1px solid rgb(214 184 40 / 0.34);
  border-radius: 0.95rem;
  background: #eeecde;
  display: grid;
  gap: 0.7rem;
}

.woocommerce-order-received .aboryhen-paylater-thankyou__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .aboryhen-paylater-thankyou__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
}

.woocommerce-order-received .aboryhen-paylater-thankyou__content {
  flex: 1 1 420px;
  min-width: 0;
  display: grid;
  gap: 0.3rem;
}

.woocommerce-order-received .aboryhen-paylater-thankyou__title {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.15;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .aboryhen-paylater-thankyou__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .aboryhen-paylater-thankyou__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.woocommerce-order-received .aboryhen-paylater-thankyou__button {
  white-space: nowrap;
}

.woocommerce-order-received .ds-thankyou-hero {
  padding: 1rem 1.1rem;
  border: 1px solid rgb(var(--ds-border) / 0.78);
  border-radius: 0.95rem;
  background: rgb(var(--ds-surface) / 1);
  display: grid;
  gap: 0.45rem;
  text-align: center;
}

.woocommerce-order-received .ds-thankyou-hero.is-failed {
  border-color: rgb(239 68 68 / 0.35);
  background: rgb(254 242 242 / 0.7);
}

.woocommerce-order-received .ds-thankyou-hero__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  background: rgb(220 252 231 / 0.8);
  color: rgb(22 163 74 / 1);
}

.woocommerce-order-received .ds-thankyou-hero.is-failed .ds-thankyou-hero__mark {
  background: rgb(254 226 226 / 1);
  color: rgb(185 28 28 / 1);
}

.woocommerce-order-received .ds-thankyou-hero__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .ds-thankyou-hero__title {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(1.25rem, 2.7vw, 1.85rem);
  line-height: 1.15;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .ds-thankyou-hero__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .ds-thankyou-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 0.4rem;
}

.woocommerce-order-received .ds-thankyou-details {
  display: grid;
  gap: 0.95rem;
}

.woocommerce-order-received .ds-thankyou-order {
  padding: 1rem 1.1rem;
  border: 1px solid rgb(var(--ds-border) / 0.78);
  border-radius: 0.95rem;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-order-received .ds-thankyou-order__title {
  margin: 0 0 0.8rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .ds-thankyou-order__items {
  display: grid;
  gap: 0.45rem;
}

.woocommerce-order-received .ds-thankyou-order__item,
	.woocommerce-order-received .ds-thankyou-order__total-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.35rem 0.8rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.55);
}

.woocommerce-order-received .ds-thankyou-order__item:last-child {
  border-bottom: 0;
}

.woocommerce-order-received .ds-thankyou-order__item-name-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
}

.woocommerce-order-received .ds-thankyou-order__item-name,
	.woocommerce-order-received .ds-thankyou-order__item-total,
	.woocommerce-order-received .ds-thankyou-order__total-label,
	.woocommerce-order-received .ds-thankyou-order__total-value {
  margin: 0;
}

.woocommerce-order-received .ds-thankyou-order__item-name {
  font-size: 0.94rem;
  font-weight: 650;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .ds-thankyou-order__item-qty {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .ds-thankyou-order__item-total,
	.woocommerce-order-received .ds-thankyou-order__total-value {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: right;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .ds-thankyou-order__totals {
  margin-top: 0.35rem;
}

.woocommerce-order-received .ds-thankyou-order__total-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-order-received .ds-thankyou-order__total-row.is-grand {
  padding-top: 0.72rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.78);
  border-bottom: 0;
}

.woocommerce-order-received .ds-thankyou-order__total-row.is-grand .ds-thankyou-order__total-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce-order-received .ds-thankyou-order__total-row.is-grand .ds-thankyou-order__total-value {
  font-size: 1.2rem;
  font-weight: 800;
}

.woocommerce-order-received .ds-thankyou-order__total-value.is-shipping-details {
  display: grid;
  gap: 0.1rem;
}

.woocommerce-order-received .ds-thankyou-details__payment-note {
  padding: 0.8rem 1rem;
  border: 1px solid rgb(var(--ds-border) / 0.7);
  border-radius: 0.82rem;
  background: rgb(var(--ds-surface-soft) / 0.5);
  font-size: 0.88rem;
  line-height: 1.45;
}

.woocommerce-checkout #payment {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout #payment.is-invalid {
  border: 0;
  background: transparent;
}

.woocommerce-checkout #payment .wc_payment_methods {
  padding: 0;
  border: 0;
  margin: 0 0 0.75rem;
  display: grid;
  gap: 0.62rem;
}

.woocommerce-checkout #payment .wc_payment_method {
  margin: 0;
  padding: 0;
  border: 1px solid rgb(var(--ds-border) / 0.86);
  border-radius: 0.82rem;
  background: rgb(var(--ds-surface) / 1);
  position: relative;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.woocommerce-checkout #payment .wc_payment_method > input[type="radio"] {
  display: none;
}

.woocommerce-checkout #payment .wc_payment_method > label {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0.95rem 1.05rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  cursor: pointer;
  transition: none;
}

.woocommerce-checkout #payment .wc_payment_method:hover {
  border-color: rgb(252 221 79 / 0.45);
  background: rgb(252 221 79 / 0.12);
}

.woocommerce-checkout #payment .wc_payment_method:has(> input[type="radio"]:checked) {
  border-color: rgb(var(--brand-600, 224 193 54) / 1);
  border-width: 2px;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  font-size: 0.75rem;
}

.woocommerce-checkout #payment div.payment_box {
  margin-top: 0.35rem;
  padding: 0.3rem 1.05rem 0.7rem;
  border-radius: 0.62rem;
  background: transparent;
  border: 0;
  font-size: 0.84rem;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
  content: none !important;
}

.woocommerce-checkout #payment .place-order {
  margin: 0;
  padding: 0;
}

.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce-checkout #payment .place-order .button,
	.woocommerce-checkout #payment .place-order #place_order {
  width: 100%;
  min-height: 2.9rem;
  border-radius: 999px;
  border: 1px solid #e0c136;
  background: #fcdd4f;
  color: #3f280e;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease;
}

.woocommerce-checkout #payment .place-order .\!button {
  width: 100% !important;
  min-height: 2.9rem !important;
  border-radius: 999px !important;
  border: 1px solid #e0c136 !important;
  background: #fcdd4f !important;
  color: #3f280e !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease !important;
}

.woocommerce-checkout #payment .place-order .button:hover,
	.woocommerce-checkout #payment .place-order #place_order:hover,
	.woocommerce-checkout #payment .place-order .button:focus-visible,
	.woocommerce-checkout #payment .place-order #place_order:focus-visible {
  background: #f2d242;
  box-shadow: 0 8px 18px rgb(63 40 14 / 0.15);
  outline: none;
}

.woocommerce-checkout #payment .place-order .\!button:hover,
	.woocommerce-checkout #payment .place-order .\!button:focus-visible {
  background: #f2d242 !important;
  box-shadow: 0 8px 18px rgb(63 40 14 / 0.15) !important;
  outline: none !important;
}

.woocommerce-checkout #payment .place-order .button:active,
	.woocommerce-checkout #payment .place-order #place_order:active {
  transform: translateY(1px);
}

.woocommerce-checkout #payment .place-order .\!button:active {
  transform: translateY(1px) !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  color: rgb(var(--ds-text-muted) / 0.98);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .validate-required {
  margin-bottom: 0.35rem !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 1023.98px) {
  .woocommerce-checkout .ds-checkout-layout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .ds-checkout-sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .ds-checkout-page {
    padding-bottom: 0;
  }

  .woocommerce-checkout .ds-checkout-hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.85rem;
    margin-bottom: 0.95rem;
  }

  .woocommerce-checkout .ds-checkout-hero__title {
    font-size: 1.34rem;
    line-height: 1.08;
  }

  .woocommerce-checkout .ds-checkout-hero__subtitle {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .woocommerce-checkout .ds-checkout-progress {
    --ds-step-gap: 0.22rem;
    --ds-step-dot-size: 1.55rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ds-step-gap);
  }

  .woocommerce-checkout .ds-checkout-progress li {
    min-height: 3.55rem;
    font-size: 0.64rem;
    line-height: 1.16;
  }

  .woocommerce-checkout .ds-checkout-progress li::before {
    font-size: 0.68rem;
  }

  .woocommerce-checkout .ds-checkout-progress li::after {
    top: calc(var(--ds-step-dot-size) / 2);
  }

  .woocommerce-checkout .ds-checkout-panel {
    padding: 0.88rem;
    border-radius: 0.8rem;
  }

  .woocommerce-checkout .ds-checkout-columns {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .woocommerce-checkout .ds-checkout-step-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    position: sticky;
    bottom: 0;
    z-index: 20;
    padding: 0.65rem 0 0.25rem;
    background: linear-gradient(
				to top,
				rgb(var(--ds-bg) / 1) 58%,
				rgb(var(--ds-bg) / 0)
			);
  }

  .woocommerce-checkout .ds-checkout-summary-actions {
    position: static;
    bottom: auto;
    z-index: auto;
    display: contents;
    margin-top: 0.7rem;
    padding-top: 0.55rem;
    padding-bottom: calc(0.2rem + env(safe-area-inset-bottom, 0px));
    background: transparent;
  }

  .woocommerce-checkout .ds-checkout-summary-card__edit-text {
    display: none;
  }

  .woocommerce-checkout .ds-checkout-summary-actions .ds-checkout-step-btn {
    position: sticky;
    bottom: calc(5.6rem + env(safe-area-inset-bottom, 0px));
    z-index: 21;
    box-shadow: 0 4px 10px rgb(var(--ds-shadow) / 0.1);
  }

  .woocommerce-checkout .ds-checkout-step-btn {
    width: 100%;
    min-height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  }

  .woocommerce-checkout .ds-checkout-quick__grid {
    grid-template-columns: 1fr;
    gap: 0.52rem;
  }

  .woocommerce-checkout .ds-checkout-quick__btn {
    min-height: 4.25rem;
    padding: 0.72rem 0.84rem;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
				"label edit"
				"value value";
    align-items: start;
    -moz-column-gap: 0.52rem;
         column-gap: 0.52rem;
    row-gap: 0.34rem;
  }

  .woocommerce-checkout .ds-checkout-quick__label {
    font-size: 0.78rem;
    grid-area: label;
    min-width: 0;
  }

  .woocommerce-checkout .ds-checkout-quick__value {
    font-size: 0.9rem;
    line-height: 1.28;
    grid-area: value;
    min-width: 0;
    padding-right: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .woocommerce-checkout .ds-checkout-quick__edit {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    display: inline-flex;
    grid-area: edit;
    align-self: start;
    justify-self: end;
    margin-left: 0.35rem;
    font-size: 0;
    line-height: 0;
    gap: 0;
    color: transparent;
  }

  .woocommerce-checkout .ds-checkout-delivery-methods__title {
    font-size: 1.07rem;
    line-height: 1.22;
  }

  .woocommerce-checkout .ds-checkout-delivery-methods {
    padding: 0;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-list {
    gap: 0.55rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-option {
    padding: 0.7rem 0.75rem;
    gap: 0.5rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-option__head {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
				"logo label"
				"price price";
    align-items: start;
    gap: 0.5rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-logo-img.mrkv-shipping-logo,
		.woocommerce-checkout .ds-checkout-delivery-proxy-logo {
    grid-area: logo;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-option__label {
    grid-area: label;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-logo-img.mrkv-shipping-logo {
    width: 1.95rem;
    height: 1.95rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-proxy-option__price {
    grid-area: price;
    justify-self: start;
    font-size: 0.83rem;
  }

  .woocommerce-checkout .form-row {
    margin-bottom: 0.2rem !important;
  }

  .woocommerce-checkout form .form-row input.input-text,
		.woocommerce-checkout form .form-row textarea,
		.woocommerce-checkout form .form-row select {
    min-height: 2.95rem;
    font-size: 0.94rem;
  }

  .woocommerce-checkout #payment {
    padding: 0;
  }

  .woocommerce-checkout #payment .wc_payment_methods {
    gap: 0.5rem;
  }

  .woocommerce-checkout #payment .wc_payment_method {
    padding: 0;
    border-radius: 0.72rem;
  }

  .woocommerce-checkout #payment .wc_payment_method > label {
    padding: 0.88rem 0.92rem;
    font-size: 0.9rem;
    line-height: 1.36;
  }

  .woocommerce-checkout #payment div.payment_box {
    padding-right: 0.92rem;
    padding-left: 0.92rem;
  }

  .woocommerce-checkout #payment .place-order .button,
		.woocommerce-checkout #payment .place-order #place_order {
    position: sticky;
    bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
    z-index: 12;
  }

  /* Prevent long branch names from stretching checkout width on mobile. */

  .woocommerce-checkout .ds-checkout-delivery-point-row,
		.woocommerce-checkout .ds-checkout-delivery-point-row .woocommerce-input-wrapper,
		.woocommerce-checkout .ds-checkout-delivery-point-row .select2-container,
		.woocommerce-checkout .ds-checkout-delivery-point-row .select2-selection,
		.woocommerce-checkout .ds-checkout-delivery-point-row .select2-selection__rendered {
    min-width: 0;
    max-width: 100%;
  }

  .woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection {
    height: auto;
    min-height: 2.7rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection__rendered {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.28;
    padding-right: 2rem;
  }

  .woocommerce-checkout .ds-checkout-delivery-point-row .select2-container .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
  }

  .woocommerce-checkout #payment .place-order .\!button {
    position: sticky !important;
    bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 12 !important;
  }

  /* Prevent long branch names from stretching checkout width on mobile. */
}

/* Product card redesign: premium minimal editorial storefront */

.woocommerce ul.products {
  display: grid !important;
  gap: 0;
  margin: 0 !important;
  padding: 0;
  background: #fff;
  border-top: 1px solid rgb(var(--ds-border) / 0.5);
  border-left: 1px solid rgb(var(--ds-border) / 0.5);
  border-radius: 1rem;
}

.woocommerce ul.products::before,
	.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce ul.products.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.woocommerce ul.products:not([class*='columns-']) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products li.product.ds-product-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 0.75rem 0.68rem 0.82rem;
  background: #fff;
  border-radius: 0;
  border-right: 1px solid rgb(var(--ds-border) / 0.5);
  border-bottom: 1px solid rgb(var(--ds-border) / 0.5);
  box-shadow: none;
  overflow: visible;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.woocommerce ul.products li.product.ds-product-card:hover,
	.woocommerce ul.products li.product.ds-product-card:focus-within {
  z-index: 4;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
  text-decoration: none;
  position: relative;
}

.woocommerce ul.products li.product .ds-loop-badges {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  right: 3.4rem;
  max-width: calc(100% - 3.65rem);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

.woocommerce ul.products li.product .ds-loop-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.54rem;
  border-radius: 0.8rem;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  background: rgb(255 255 255 / 0.92);
  color: rgb(30 26 21 / 1);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}

.woocommerce ul.products li.product .ds-loop-badge.is-sale {
  border-radius: 999px;
  padding: 0.22rem 0.56rem;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgb(252 221 79 / 0.96);
  color: rgb(63 40 14 / 1);
}

.woocommerce ul.products li.product .ds-loop-badge.is-hit {
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce ul.products li.product .ds-loop-badge.is-new {
  border: 1px solid rgb(172 203 231 / 0.85);
  background: rgb(230 241 250 / 0.92);
  color: rgb(33 71 105 / 1);
}

.woocommerce ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0.42rem 0.22rem 0.2rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.22s ease;
}

.woocommerce ul.products li.product:hover img,
	.woocommerce ul.products li.product:focus-within img {
  transform: scale(1.015);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.26;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.52em;
}

.woocommerce ul.products li.product .star-rating,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .onsale {
  display: none;
}

.woocommerce ul.products li.product .ds-product-meta {
  display: grid;
  gap: 0.32rem;
}

.woocommerce ul.products li.product .ds-product-meta__engagement {
  display: flex;
  align-items: center;
  min-height: 1.15rem;
}

.woocommerce ul.products li.product .ds-product-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.15rem;
  line-height: 1;
}

.woocommerce ul.products li.product .ds-product-card-rating__value {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce ul.products li.product .ds-product-card-rating .star-rating {
  display: block;
  float: none;
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgb(252 221 79 / 1);
}

.woocommerce ul.products li.product .ds-product-card-rating__count {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce ul.products li.product .ds-product-card-rating__count-icon {
  width: 0.85rem;
  height: 0.85rem;
  color: currentColor;
  flex: 0 0 auto;
}

.woocommerce ul.products li.product .ds-product-card-review-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 1.15rem;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: underline;
  text-decoration-color: rgb(var(--ds-text-muted) / 0.45);
  text-underline-offset: 0.14em;
}

.woocommerce ul.products li.product .ds-product-card-review-link:hover,
	.woocommerce ul.products li.product .ds-product-card-review-link:focus-visible {
  color: rgb(var(--ds-text) / 1);
  text-decoration-color: currentColor;
  outline: none;
}

.woocommerce ul.products li.product .ds-product-card-review-link__icon {
  width: 0.85rem;
  height: 0.85rem;
  color: currentColor;
  flex: 0 0 auto;
}

.woocommerce ul.products li.product .ds-product-meta__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.woocommerce ul.products li.product .ds-product-brand {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: rgb(var(--ds-text-muted) / 0.88);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products li.product .ds-product-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.18;
  white-space: nowrap;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce ul.products li.product .ds-product-stock:not(:empty)::before {
  content: '';
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.9;
}

.woocommerce ul.products li.product .ds-product-brand:empty,
	.woocommerce ul.products li.product .ds-product-stock:empty,
	.woocommerce ul.products li.product .ds-product-highlights__item:empty,
	.woocommerce ul.products li.product .ds-product-sku:empty {
  display: none;
}

.woocommerce ul.products li.product .ds-product-stock--is-in-stock {
  color: rgb(30 126 63 / 1);
}

.woocommerce ul.products li.product .ds-product-stock--is-out-of-stock {
  color: rgb(155 72 47 / 1);
}

.woocommerce ul.products li.product .ds-product-stock--is-preorder {
  color: rgb(33 92 136 / 1);
}

.woocommerce ul.products li.product .ds-product-teaser {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce ul.products li.product .ds-product-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

.woocommerce ul.products li.product .ds-product-hover-highlights {
  grid-column: 1 / -1;
}

.woocommerce ul.products li.product .ds-product-highlights__item {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  color: rgb(var(--ds-text) / 0.92);
}

.woocommerce ul.products li.product .ds-product-highlights__label {
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce ul.products li.product .ds-product-highlights__value {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce ul.products li.product .ds-product-sku {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--ds-text-muted) / 0.95);
  background: rgb(var(--ds-surface) / 0.85);
  padding: 0.1rem 0.3rem;
  border-radius: 0.35rem;
}

.woocommerce ul.products li.product .ds-product-purchase-row {
  margin-top: auto;
  padding-top: 0.72rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.26);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.62rem;
}

.woocommerce ul.products li.product .ds-product-price-stack {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  align-content: center;
  justify-content: center;
}

.woocommerce ul.products li.product .ds-product-price-main {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.38rem;
  min-height: 1.05rem;
}

.woocommerce ul.products li.product .ds-product-price-old {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.1;
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: line-through;
}

.woocommerce ul.products li.product .ds-product-price-current {
  font-size: 1.36rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
}

.woocommerce ul.products li.product .ds-product-price-stack.is-on-sale .ds-product-price-current {
  color: var(--ds-accent-danger) !important;
}

.woocommerce ul.products li.product .ds-product-price-stack.is-on-sale .ds-product-price-current * {
  color: var(--ds-accent-danger) !important;
}

.woocommerce ul.products li.product .ds-product-price-current,
	.woocommerce ul.products li.product .ds-product-price-current * {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce ul.products li.product .ds-product-price-unavailable {
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.25;
  color: rgb(var(--ds-text-muted) / 1) !important;
}

.woocommerce ul.products li.product .ds-product-price-saving {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.52rem;
  border-radius: 999px;
  background: var(--ds-accent-danger-soft);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  color: var(--ds-accent-danger);
}

.woocommerce ul.products li.product .ds-product-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  align-self: center;
}

.woocommerce ul.products li.product .ds-loop-quick-actions {
  position: absolute;
  top: 0.9rem;
  right: 0.8rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.34rem;
}

.woocommerce ul.products li.product .ds-loop-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.74);
  background: #fff;
  color: rgb(var(--ds-text) / 0.95);
  line-height: 1;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid rgb(var(--ds-text) / 0.92);
  border-radius: 999px;
  background: rgb(var(--ds-text) / 1);
  color: #fff;
  box-shadow: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgb(var(--ds-text) / 0.92) !important;
  border-radius: 999px !important;
  background: rgb(var(--ds-text) / 1) !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn:hover,
	.woocommerce ul.products li.product .button.ds-loop-primary-btn:focus-visible {
  transform: translateY(-1px);
  background: rgb(18 18 18 / 1);
  border-color: rgb(18 18 18 / 1);
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn:hover,
	.woocommerce ul.products li.product .\!button.ds-loop-primary-btn:focus-visible {
  transform: translateY(-1px) !important;
  background: rgb(18 18 18 / 1) !important;
  border-color: rgb(18 18 18 / 1) !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn.is-secondary {
  border-color: rgb(var(--ds-border) / 0.92) !important;
  background: #fff !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn.is-secondary {
  border-color: rgb(var(--ds-border) / 0.92) !important;
  background: #fff !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn.is-secondary:hover,
	.woocommerce ul.products li.product .button.ds-loop-primary-btn.is-secondary:focus-visible {
  background: rgb(var(--ds-surface-soft) / 0.78) !important;
  border-color: rgb(var(--ds-text) / 0.36) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn.is-secondary:hover,
	.woocommerce ul.products li.product .\!button.ds-loop-primary-btn.is-secondary:focus-visible {
  background: rgb(var(--ds-surface-soft) / 0.78) !important;
  border-color: rgb(var(--ds-text) / 0.36) !important;
  color: rgb(var(--ds-text) / 1) !important;
}

.woocommerce ul.products li.product .ds-loop-secondary-btn:hover,
	.woocommerce ul.products li.product .ds-loop-secondary-btn:focus-visible {
  transform: translateY(-1px);
  background: rgb(var(--ds-surface-soft) / 0.65);
  border-color: rgb(var(--ds-text) / 0.4);
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn .ds-loop-primary-btn__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn .ds-loop-primary-btn__icon-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn:focus-visible,
	.woocommerce ul.products li.product .ds-loop-secondary-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--brand-500) / 0.34);
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgb(var(--brand-500) / 0.34) !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn.loading {
  opacity: 0.72;
  pointer-events: none;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn.loading {
  opacity: 0.72 !important;
  pointer-events: none !important;
}

.woocommerce ul.products li.product .button.ds-loop-primary-btn .ds-loop-primary-btn__icon,
	.woocommerce ul.products li.product .button.ds-loop-primary-btn .ds-loop-primary-btn__fallback,
	.woocommerce ul.products li.product .ds-loop-secondary-btn .ds-loop-secondary-btn__icon,
	.woocommerce ul.products li.product .ds-loop-secondary-btn .ds-loop-secondary-btn__fallback {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.woocommerce ul.products li.product .\!button.ds-loop-primary-btn .ds-loop-primary-btn__icon,
	.woocommerce ul.products li.product .\!button.ds-loop-primary-btn .ds-loop-primary-btn__fallback {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  color: currentColor !important;
}

@media (max-width: 767.98px) {
  .woocommerce ul.products {
    gap: 0;
  }

  .woocommerce ul.products.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .woocommerce ul.products.columns-2,
		.woocommerce ul.products.columns-3,
		.woocommerce ul.products.columns-4,
		.woocommerce ul.products.columns-5,
		.woocommerce ul.products.columns-6,
		.woocommerce ul.products:not([class*='columns-']) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product.ds-product-card {
    padding: 0.56rem 0.48rem 0.62rem;
    gap: 0.62rem;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.95rem;
  }

  .woocommerce ul.products li.product .ds-product-meta__head {
    gap: 0.4rem;
  }

  .woocommerce ul.products li.product .ds-product-price-current {
    font-size: 1.18rem;
  }

  .woocommerce ul.products li.product .ds-product-purchase-row {
    gap: 0.5rem;
  }

  .woocommerce ul.products li.product .ds-loop-quick-actions {
    top: 0.7rem;
    right: 0.62rem;
    gap: 0.28rem;
  }

  .woocommerce ul.products li.product .ds-product-hover-highlights {
    display: none !important;
  }

  .woocommerce .ds-catalog-toolbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.48rem 0;
    margin-bottom: 0.62rem;
  }

  .woocommerce .ds-catalog-toolbar .woocommerce-result-count {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .woocommerce .ds-catalog-toolbar .woocommerce-result-count .ds-result-count__full {
    display: none;
  }

  .woocommerce .ds-catalog-toolbar .woocommerce-result-count .ds-result-count__short {
    display: inline;
  }

  .woocommerce .ds-catalog-toolbar .woocommerce-ordering {
    flex: 0 0 auto;
    gap: 0.28rem;
  }

  .woocommerce .ds-catalog-filters {
    padding: 0.82rem 0.75rem;
  }

  .woocommerce .ds-catalog-toolbar .orderby {
    min-width: 11.2rem;
    max-width: none;
    width: -moz-max-content;
    width: max-content;
    height: 2rem;
    padding: 0.24rem 1.72rem 0.24rem 0.46rem;
    font-size: 0.9rem;
    background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%236F6250' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");
    background-repeat: no-repeat;
    background-position: right 0.42rem center;
    background-size: 0.78rem 0.78rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce ul.products.columns-4 > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem;
  }

  .woocommerce ul.products.columns-4 > li.product.ds-product-card:nth-child(4) {
    border-top-right-radius: 1rem;
  }

  .woocommerce ul.products.columns-4 > li.product.ds-product-card:not(:hover):last-child {
    border-bottom-right-radius: 1rem;
  }

  .woocommerce ul.products.columns-4 > li.product.ds-product-card:not(:hover):nth-last-child(4) {
    border-bottom-left-radius: 1rem;
  }

  .woocommerce ul.products li.product.ds-product-card:hover,
		.woocommerce ul.products li.product.ds-product-card:focus-within {
    transform: translateY(-6px);
    border-radius: 1rem 1rem 0 0;
    border-bottom-color: transparent;
    box-shadow: 0 32px 64px rgb(var(--ds-shadow) / 0.24);
  }

  .woocommerce ul.products li.product .ds-product-hover-highlights {
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% - 1px);
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgb(var(--ds-border) / 0.5);
    border-top: 0;
    background: rgb(var(--ds-surface-soft) / 1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .woocommerce ul.products li.product.ds-product-card:hover .ds-product-hover-highlights,
		.woocommerce ul.products li.product.ds-product-card:focus-within .ds-product-hover-highlights {
    padding: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: rgb(var(--ds-surface) / 1);
    box-shadow: 0 24px 42px rgb(var(--ds-shadow) / 0.2);
    opacity: 1;
    transform: translateY(0);
  }
}

.ds-toast-root {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
  display: grid;
  gap: 0.5rem;
  pointer-events: none;
}

/* Single product hero */

.woocommerce .ds-single-product-page {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.woocommerce .ds-single-product-block--hero {
  margin-top: -0.25rem;
}

.woocommerce .ds-single-product-content-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

.woocommerce .ds-single-product-content-main {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgb(var(--ds-border) / 0.78);
  border-radius: 1rem;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce .ds-single-product-quick-cta {
  display: none;
}

.woocommerce .ds-single-product-anchors {
  position: sticky;
  top: 4.25rem;
  z-index: 22;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: -1rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.62);
  background: rgb(var(--ds-surface) / 0.96);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  scrollbar-width: thin;
}

@media (max-width: 1023.98px) {
  .woocommerce .ds-single-product-anchors {
    top: 3.75rem;
  }
}

@media (min-width: 768px) {
  .woocommerce .ds-single-product-anchors {
    margin-top: -1.25rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.woocommerce .ds-single-product-anchors__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  position: relative;
  height: 3.5rem;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 0.9);
  font-size: 1.075rem;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.012em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.woocommerce .ds-single-product-anchors__link > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.woocommerce .ds-single-product-anchors__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.375rem;
  border-radius: 999px;
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text-muted) / 1);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .ds-single-product-anchors__link + .ds-single-product-anchors__link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(var(--ds-border) / 0.55);
}

.woocommerce .ds-single-product-anchors__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2.5px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.18s ease, transform 0.18s ease;
  transform: scaleX(0.85);
  transform-origin: center;
  z-index: 2;
}

.woocommerce .ds-single-product-anchors__link:hover,
	.woocommerce .ds-single-product-anchors__link:focus-visible {
  color: rgb(var(--ds-text) / 1);
  opacity: 1;
  outline: none;
}

.woocommerce .ds-single-product-anchors__link.is-active,
	.woocommerce .ds-single-product-anchors__link[aria-current='true'] {
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-anchors__link.is-active .ds-single-product-anchors__chip,
	.woocommerce .ds-single-product-anchors__link[aria-current='true'] .ds-single-product-anchors__chip {
  background: rgb(252 221 79 / 0.35);
  color: rgb(63 40 14 / 1);
}

.woocommerce .ds-single-product-anchors__link.is-active::after,
	.woocommerce .ds-single-product-anchors__link[aria-current='true']::after {
  background: rgb(252 221 79 / 1);
  transform: scaleX(1);
}

.woocommerce #product-about,
	.woocommerce #product-specs,
	.woocommerce #product-reviews {
  scroll-margin-top: 6.5rem;
}

.woocommerce .ds-single-product-block--description,
	.woocommerce .ds-single-product-block--specs,
	.woocommerce .ds-single-product-block--reviews {
  padding: 0.25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

@media (min-width: 768px) {
  .woocommerce .ds-single-product-content-main {
    padding: 1.25rem;
  }

  .woocommerce .ds-single-product-block--description,
		.woocommerce .ds-single-product-block--specs,
		.woocommerce .ds-single-product-block--reviews {
    padding: 0.5rem 0;
  }
}

.woocommerce .ds-single-product-block--description + .ds-single-product-block--specs,
	.woocommerce .ds-single-product-block--description + .ds-single-product-block--reviews,
	.woocommerce .ds-single-product-block--description + .ds-single-product-block--related,
	.woocommerce .ds-single-product-block--specs + .ds-single-product-block--reviews,
	.woocommerce .ds-single-product-block--specs + .ds-single-product-block--related,
	.woocommerce .ds-single-product-block--reviews + .ds-single-product-block--related {
  padding-top: 1.25rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.58);
}

.woocommerce .ds-single-product-block--highlights {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description > * + * {
  margin-top: 1rem;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(var(--ds-text) / 0.95);
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description h2,
	.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description h3,
	.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description h4 {
  margin-top: 1.25rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description ul,
	.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
  display: block;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description ul {
  list-style: disc;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description ol {
  list-style: decimal;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description li + li {
  margin-top: 0.5rem;
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description li {
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(var(--ds-text) / 0.95);
}

.woocommerce .ds-single-product-block--description .woocommerce-product-details__long-description li::marker {
  color: rgb(var(--ds-text-muted) / 0.9);
}

.woocommerce .ds-single-product-section-title,
	.woocommerce .ds-single-product-block--reviews #comments > h2,
	.woocommerce .ds-single-product-block--reviews .comment-reply-title {
  margin: 0 0 1rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-section-title {
  font-size: 1.5rem;
}

.woocommerce .ds-single-product-block--specs > h2:not(.ds-single-product-section-title) {
  display: none;
}

.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes th,
	.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes td {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  line-height: 1.35;
  vertical-align: middle;
  border: 0;
}

.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes tr:nth-child(even) th,
	.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes tr:nth-child(even) td {
  background: rgb(var(--ds-surface-soft) / 0.4);
}

.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes th {
  width: 36%;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 0.98);
  background: transparent;
  letter-spacing: 0;
  text-align: left;
}

.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes td {
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  background: transparent;
  text-align: right;
}

@media (max-width: 767.98px) {
  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes tbody {
    display: table-row-group;
  }

  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes tr {
    display: table-row;
  }

  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes th,
		.woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes td {
    display: table-cell;
    padding: 0.55rem 0.65rem;
    vertical-align: middle;
    background: transparent;
  }

  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes th {
    width: 44%;
    font-size: 0.8rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .woocommerce .ds-single-product-block--specs table.woocommerce-product-attributes td {
    width: 56%;
    font-size: 0.86rem;
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

.woocommerce .ds-single-product-block--reviews #reviews {
  display: block;
}

.woocommerce .ds-single-product-block--reviews #reviews .ds-product-reviews-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.woocommerce .ds-single-product-block--reviews #reviews .ds-product-reviews-layout__form {
  min-width: 0;
}

.woocommerce .ds-single-product-block--reviews #reviews .ds-product-reviews-layout__list {
  min-width: 0;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li {
  position: relative;
  margin: 0;
  padding: 1.1rem 1.1rem 1rem;
  border: 1px solid rgb(var(--ds-border) / 0.62);
  border-radius: 1rem;
  background: rgb(var(--ds-surface) / 1);
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li:hover {
  border-color: rgb(var(--ds-text) / 0.24);
  box-shadow: none;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .comment_container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
  align-items: start;
}

.woocommerce .ds-single-product-block--reviews .ds-initial-avatar {
  --avatar-hue: 42;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: hsl(var(--avatar-hue) 30% 78%);
  color: hsl(var(--avatar-hue) 22% 28%);
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li img.avatar {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 999px;
  border: 0;
  box-shadow: none;
  background: rgb(var(--ds-surface-soft) / 1);
  float: none;
  position: static;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .star-rating {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.4rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.55rem;
  font-size: 0.83rem;
  line-height: 1.25;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .meta .woocommerce-review__author {
  color: rgb(var(--ds-text) / 1);
  font-family: 'Exo 2', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .meta .woocommerce-review__dash {
  opacity: 0.35;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .meta .verified {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.25rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgb(var(--ds-border) / 0.85);
  border-radius: 999px;
  background: rgb(var(--ds-surface) / 0.94);
  font-style: normal;
  font-weight: 620;
  font-size: 0.72rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li .description p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.62;
  color: rgb(var(--ds-text) / 0.96);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children {
  margin: 0.8rem 0 0 3.35rem;
  padding: 0 0 0 0.75rem;
  list-style: none;
  display: grid;
  gap: 0.6rem;
  border-left: 0;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li {
  padding: 0.75rem 0.8rem;
  border: 0;
  border-radius: 0.8rem;
  background: rgb(var(--ds-surface-soft) / 0.5);
  box-shadow: none;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li .comment_container {
  grid-template-columns: auto minmax(0, 1fr);
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li img.avatar {
  width: 2rem;
  height: 2rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children .ds-initial-avatar {
  width: 2rem;
  height: 2rem;
  font-size: 0.82rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li .meta {
  margin-bottom: 0.35rem;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li .meta .woocommerce-review__author::before {
  content: 'Відповідь: ';
  font-family: Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 1);
  letter-spacing: 0;
}

.woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children li .description p {
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li ul.children {
    margin-left: 0;
  }
}

.woocommerce .ds-single-product-block--reviews #reviews #comments .star-rating {
  color: rgb(252 221 79 / 1);
}

.woocommerce .ds-single-product-block--reviews #reviews #comments .star-rating::before {
  color: rgb(var(--ds-border) / 0.95);
}

.woocommerce .ds-single-product-block--reviews #reviews #comments .star-rating span::before {
  color: rgb(252 221 79 / 1);
}

.woocommerce .ds-single-product-block--reviews #comments .woocommerce-Reviews-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.9rem;
  padding-left: 0.9rem;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.woocommerce .ds-single-product-block--reviews #comments .woocommerce-Reviews-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 0.3rem;
  height: 1.1em;
  border-radius: 999px;
  background: rgb(252 221 79 / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form_wrapper {
  padding: 1rem;
  border: 1px solid rgb(var(--ds-border) / 0.7);
  border-radius: 0.9rem;
  background: rgb(var(--ds-surface) / 1);
  box-shadow: none;
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.65);
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head__media {
  display: grid;
  place-items: center;
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgb(var(--ds-surface-soft) / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head .ds-initial-avatar {
  width: 3rem;
  height: 3rem;
  font-size: 1.15rem;
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.18rem;
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head .comment-reply-title {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 760;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form .ds-review-form-head__meta {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgb(var(--ds-text-muted) / 1);
  margin-bottom: 0 !important;
}

.woocommerce .ds-single-product-block--reviews #comments .woocommerce-noreviews {
  padding: 1rem;
  border: 1px dashed rgb(var(--ds-border) / 0.85);
  border-radius: 0.9rem;
  background: rgb(var(--ds-surface-soft) / 0.4);
  color: rgb(var(--ds-text-muted) / 1);
}

@media (prefers-reduced-motion: no-preference) {
  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li {
    animation: ds-review-card-in 0.46s cubic-bezier(0.2, 0.7, 0.25, 1) both;
  }

  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li:nth-child(2) {
    animation-delay: 0.05s;
  }

  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li:nth-child(3) {
    animation-delay: 0.1s;
  }

  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li:nth-child(4) {
    animation-delay: 0.15s;
  }

  .woocommerce .ds-single-product-block--reviews #reviews #comments ol.commentlist li:nth-child(5) {
    animation-delay: 0.2s;
  }
}

@keyframes ds-review-card-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.995);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.woocommerce .ds-single-product-block--reviews #review_form label {
  display: inline-block;
  margin-bottom: 0.375rem;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form input[type='text'],
	.woocommerce .ds-single-product-block--reviews #review_form input[type='email'],
	.woocommerce .ds-single-product-block--reviews #review_form textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgb(var(--ds-border) / 0.85);
  border-radius: 0.625rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form textarea {
  min-height: 7rem;
  resize: vertical;
}

.woocommerce .ds-single-product-block--reviews #review_form input:focus-visible,
	.woocommerce .ds-single-product-block--reviews #review_form textarea:focus-visible {
  border-color: rgb(var(--ds-text) / 0.45);
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.14);
}

.woocommerce .ds-single-product-block--reviews #review_form .form-submit {
  margin-top: 0.9rem;
}

.woocommerce .ds-single-product-block--reviews #review_form #submit {
  height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 1px solid rgb(224 193 54 / 1);
  background: rgb(252 221 79 / 1);
  color: rgb(63 40 14 / 1);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.woocommerce .ds-single-product-block--reviews #review_form #submit:hover,
	.woocommerce .ds-single-product-block--reviews #review_form #submit:focus-visible {
  background: rgb(224 193 54 / 1);
  border-color: rgb(196 167 40 / 1);
  outline: none;
}

.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars a {
  color: rgb(252 221 79 / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars:hover a {
  color: rgb(252 221 79 / 0.7);
}

.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars.selected a.active,
	.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars.selected a:not(.active) {
  color: rgb(252 221 79 / 1);
}

.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars.\!selected a.active,
	.woocommerce .ds-single-product-block--reviews #review_form #respond p.stars.\!selected a:not(.active) {
  color: rgb(252 221 79 / 1) !important;
}

@media (min-width: 1024px) {
  .woocommerce .ds-single-product-block--reviews #reviews .ds-product-reviews-layout {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    gap: 1.25rem;
  }

  .woocommerce .ds-single-product-block--reviews #reviews .ds-product-reviews-layout__form {
    position: sticky;
    top: 8rem;
  }

  .woocommerce .ds-single-product-content-layout {
    grid-template-columns: minmax(0, 8fr) minmax(0, 2fr);
  }

  .woocommerce .ds-single-product-quick-cta {
    position: sticky;
    top: 5.5rem;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgb(var(--ds-border) / 0.8);
    border-radius: 1rem;
    background: rgb(var(--ds-surface) / 1);
    align-content: start;
  }
}

.woocommerce .ds-single-product-quick-cta__media {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0.75rem;
  background: #fff;
}

.woocommerce .ds-single-product-quick-cta__image {
  width: 100%;
  max-width: 220px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce .ds-single-product-quick-cta__price {
  min-width: 0;
}

.woocommerce .ds-single-product-quick-cta__title {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-single-product-quick-cta__actions {
  margin-top: 0.25rem;
}

.woocommerce .ds-single-product-quick-cta__actions.ds-product-hero-info__buy {
  grid-template-columns: 1fr;
}

.woocommerce .ds-single-product-quick-cta__actions .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
}

.woocommerce .ds-single-product-quick-cta__actions .single_add_to_cart_button::before {
  margin-right: 0.5rem !important;
  align-self: center !important;
  transform: none !important;
  margin-top: 0 !important;
}

@media (max-width: 1023.98px) {
  body.single-product {
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }

  .woocommerce .ds-single-product-quick-cta {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(5.2rem + env(safe-area-inset-bottom));
    z-index: 74;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.8rem;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 1.3rem);
    padding: 0.45rem 0.55rem 0.45rem 1rem;
    border: 1px solid rgb(var(--ds-border) / 0.88);
    border-radius: 9999px;
    background: rgb(var(--ds-surface) / 0.94);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgb(var(--ds-shadow) / 0.12);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .woocommerce .ds-single-product-quick-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .woocommerce .ds-single-product-quick-cta__media,
		.woocommerce .ds-single-product-quick-cta__title {
    display: none;
  }

  .woocommerce .ds-single-product-quick-cta__price {
    display: block;
    min-width: 0;
    margin: 0;
  }

  .woocommerce .ds-single-product-quick-cta .ds-product-hero-price .ds-product-price-current {
    font-size: 1.5rem;
    line-height: 1;
    white-space: nowrap;
  }

  .woocommerce .ds-single-product-quick-cta__actions {
    margin-top: 0;
    min-width: 0;
  }

  .woocommerce .ds-single-product-quick-cta__actions.ds-product-hero-info__buy {
    grid-template-columns: auto;
    gap: 0;
  }

  .woocommerce .ds-single-product-quick-cta__actions .single_add_to_cart_button,
		.woocommerce .ds-single-product-quick-cta__actions .ds-product-hero-credit-btn {
    width: auto !important;
    max-width: 100%;
    min-height: 44px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    white-space: nowrap;
  }

  .woocommerce .ds-single-product-quick-cta__actions .ds-product-hero-credit-btn {
    display: none;
  }

  .woocommerce .ds-single-product-quick-cta__actions .ds-product-hero-credit-btn__meta {
    display: none;
  }
}

.woocommerce .ds-product-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.woocommerce .ds-product-hero-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgb(var(--ds-border) / 0.8);
  border-radius: 1rem;
  background: rgb(var(--ds-surface) / 1);
  overflow: hidden;
}

.woocommerce .ds-product-gallery {
  position: relative;
  padding: 1rem;
}

.woocommerce .ds-product-gallery__main {
  position: relative;
  border-radius: 0.75rem;
  background: #fff;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.woocommerce .ds-product-gallery__main-image {
  width: 100%;
  height: 100%;
  max-height: 560px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.woocommerce .ds-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.woocommerce .ds-product-gallery__thumb {
  border: 1px solid rgb(var(--ds-border) / 0.82);
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  padding: 0.25rem;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.woocommerce .ds-product-gallery__thumb:hover,
	.woocommerce .ds-product-gallery__thumb:focus-visible,
	.woocommerce .ds-product-gallery__thumb.is-active {
  border-color: rgb(var(--ds-text) / 0.4);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-gallery__thumb img {
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce .ds-product-hero-badges {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.woocommerce .ds-product-hero-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce .ds-product-hero-badge.is-sale {
  background: rgb(252 221 79 / 0.96);
  color: rgb(63 40 14 / 1);
}

.woocommerce .ds-product-hero-badge.is-gift {
  background: rgb(252 221 79 / 0.35);
  color: rgb(63 40 14 / 1);
}

.woocommerce .ds-product-hero-badge.is-hit {
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-badge.is-new {
  border: 1px solid rgb(172 203 231 / 0.9);
  background: rgb(230 241 250 / 0.96);
  color: rgb(33 71 105 / 1);
}

.woocommerce .ds-product-hero-badge.is-out {
  background: rgb(var(--ds-text) / 1);
  color: #fff;
}

.woocommerce .ds-product-hero-main__content {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  border-top: 1px solid rgb(var(--ds-border) / 0.55);
}

.woocommerce .ds-product-hero-info {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding: 1rem;
  border-top: 0;
}

.woocommerce .ds-product-hero-aside {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding: 1rem;
  border-top: 1px solid rgb(var(--ds-border) / 0.45);
}

.woocommerce .ds-product-hero-info__title {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.08;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-info__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.woocommerce .ds-product-hero-info__sku {
  font-size: 0.9rem;
  line-height: 1.2;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-info__write-review {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 0.98);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgb(var(--ds-text-muted) / 0.55);
  text-underline-offset: 0.25em;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce .ds-product-hero-info__write-review:hover {
  color: rgb(var(--ds-text) / 1);
  text-decoration-color: currentColor;
}

.woocommerce .ds-product-hero-info__write-review:focus-visible {
  outline: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px rgb(var(--ds-text) / 0.16);
}

.woocommerce .ds-product-hero-rating-block {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.woocommerce .ds-product-hero-rating-block__value {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
  letter-spacing: -0.02em;
}

.woocommerce .ds-product-hero-rating-block__side {
  display: grid;
  gap: 0.25rem;
}

.woocommerce .ds-product-stock-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(6 95 70 / 1);
}

.woocommerce .ds-product-stock-inline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  background: transparent;
  position: relative;
}

.woocommerce .ds-product-stock-inline.is-in-stock {
  color: rgb(67 176 42 / 1);
}

.woocommerce .ds-product-stock-inline.is-in-stock .ds-product-stock-inline__icon::after {
  content: '';
  width: 0.5rem;
  height: 0.25rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-top: 0;
}

.woocommerce .ds-product-stock-inline.is-low-stock {
  color: rgb(146 64 14 / 1);
}

.woocommerce .ds-product-stock-inline.is-low-stock .ds-product-stock-inline__icon::after {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: currentColor;
}

.woocommerce .ds-product-stock-inline.is-on-backorder {
  color: rgb(234 88 12 / 1);
}

.woocommerce .ds-product-stock-inline.is-on-backorder .ds-product-stock-inline__icon::after {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: currentColor;
}

.woocommerce .ds-product-stock-inline.is-out-of-stock {
  color: rgb(153 27 27 / 1);
}

.woocommerce .ds-product-stock-inline.is-out-of-stock .ds-product-stock-inline__icon::after,
	.woocommerce .ds-product-stock-inline.is-out-of-stock .ds-product-stock-inline__icon::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 1.5px;
  background: currentColor;
  border-radius: 999px;
}

.woocommerce .ds-product-stock-inline.is-out-of-stock .ds-product-stock-inline__icon::before {
  transform: rotate(45deg);
}

.woocommerce .ds-product-stock-inline.is-out-of-stock .ds-product-stock-inline__icon::after {
  transform: rotate(-45deg);
}

.woocommerce .ds-product-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1;
  color: rgb(var(--ds-text-muted) / 1);
  white-space: nowrap;
}

.woocommerce .ds-product-hero-rating .star-rating {
  float: none;
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: rgb(252 221 79 / 1);
}

.woocommerce .ds-product-hero-info__description {
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-info__specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border-top: 1px solid rgb(var(--ds-border) / 0.45);
}

.woocommerce .ds-product-hero-specs-block {
  display: grid;
  gap: 0.75rem;
  padding: 0;
}

.woocommerce .ds-product-hero-info__specs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.woocommerce .ds-product-hero-info__specs-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-info__specs li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 48%);
  align-items: start;
  gap: 0.65rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.45);
  min-height: 2rem;
}

.woocommerce .ds-product-hero-info__spec-label {
  min-width: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 0.95);
  overflow-wrap: anywhere;
}

.woocommerce .ds-product-hero-info__spec-value {
  min-width: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
  text-align: right;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
}

.woocommerce .ds-product-hero-info__specs-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  justify-self: end;
  min-height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 1) !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.woocommerce .ds-product-hero-info__specs-link::after {
  content: '›';
  font-size: 1em;
  line-height: 1;
  transform: translateX(1px);
  transition: transform 0.2s ease;
}

.woocommerce .ds-product-hero-info__specs-link:hover,
	.woocommerce .ds-product-hero-info__specs-link:focus-visible {
  background: rgb(252 221 79 / 0.18);
  color: #3f280e !important;
}

.woocommerce .ds-product-hero-info__specs-link:hover::after,
	.woocommerce .ds-product-hero-info__specs-link:focus-visible::after {
  transform: translateX(2px);
}

.woocommerce .ds-product-hero-info__specs-link:focus-visible {
  outline: none;
}

.woocommerce .ds-product-hero-info-panels {
  display: grid;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.woocommerce .ds-product-hero-info-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgb(var(--ds-border) / 0.55);
  border-radius: 0.5rem;
  background: rgb(var(--ds-surface-soft) / 0.45);
}

.woocommerce .ds-product-hero-info-panel__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(var(--ds-text-muted) / 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.woocommerce .ds-product-hero-info-panel__label {
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-info-panel.is-expanded .ds-product-hero-info-panel__text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.woocommerce .ds-product-hero-info-panel__toggle {
  align-self: center;
  justify-self: end;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(var(--ds-text-muted) / 1);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.woocommerce .ds-product-hero-info-panel__toggle::before {
  content: '›';
  display: inline-block;
  font-size: 0.95rem;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.2s ease, color 0.2s ease;
}

.woocommerce .ds-product-hero-info-panel__toggle:hover,
	.woocommerce .ds-product-hero-info-panel__toggle:focus-visible {
  color: rgb(var(--ds-text) / 1);
  outline: none;
}

.woocommerce .ds-product-hero-info-panel.is-expanded .ds-product-hero-info-panel__toggle::before {
  transform: rotate(-90deg);
}

.woocommerce .ds-product-hero-price {
  display: grid;
  gap: 0.25rem;
  padding-top: 0;
}

.woocommerce .ds-product-hero-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.woocommerce .ds-product-hero-price-row .ds-product-hero-price {
  flex: 1 1 auto;
  min-width: 0;
}

.woocommerce .ds-product-hero-price-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-top: 0;
  flex: 0 0 auto;
}

.woocommerce .ds-product-hero-price-actions .ds-loop-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.74);
  background: #fff;
  color: rgb(var(--ds-text) / 0.95);
  line-height: 1;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.woocommerce .ds-product-hero-price-actions .ds-loop-secondary-btn:hover,
	.woocommerce .ds-product-hero-price-actions .ds-loop-secondary-btn:focus-visible {
  transform: translateY(-1px);
  background: rgb(var(--ds-surface-soft) / 0.65);
  border-color: rgb(var(--ds-text) / 0.4);
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--brand-500) / 0.34);
}

.woocommerce .ds-product-hero-price-actions .ds-loop-secondary-btn .ds-loop-secondary-btn__icon,
	.woocommerce .ds-product-hero-price-actions .ds-loop-secondary-btn .ds-loop-secondary-btn__fallback {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
}

.woocommerce .ds-product-hero-price .ds-product-price-stack {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  align-content: center;
  justify-content: flex-start;
}

.woocommerce .ds-product-hero-price .ds-product-price-main {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 1rem;
}

.woocommerce .ds-product-hero-price .ds-product-price-old {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  color: rgb(var(--ds-text-muted) / 1);
  text-decoration: line-through;
}

.woocommerce .ds-product-hero-price .ds-product-price-current {
  font-size: 2rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
}

.woocommerce .ds-product-hero-price .ds-product-price-stack.is-on-sale .ds-product-price-current,
	.woocommerce .ds-product-hero-price .ds-product-price-stack.is-on-sale .ds-product-price-current * {
  color: var(--ds-accent-danger) !important;
}

.woocommerce .ds-product-hero-price .ds-product-price-saving {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  background: var(--ds-accent-danger-soft);
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  color: var(--ds-accent-danger);
}

.woocommerce .ds-product-hero-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.3;
}

.woocommerce .ds-product-hero-note--gift {
  background: rgb(252 221 79 / 0.22);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-note--installment {
  background: rgb(var(--ds-surface-soft) / 1);
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-note__icon {
  flex: 0 0 auto;
  color: currentColor;
}

.woocommerce .ds-product-hero-info__buy .quantity {
  display: none !important;
}

.woocommerce .ds-product-hero-info__buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0.75rem;
}

.woocommerce .ds-product-hero-info__buy .cart {
  display: block;
  margin: 0;
}

.woocommerce .ds-product-hero-info__buy.ds-product-hero-info__buy--notify {
  grid-template-columns: 1fr;
}

@media (max-width: 767.98px) {
  .woocommerce .ds-product-hero-info__buy {
    grid-template-columns: 1fr;
  }
}

.woocommerce .ds-product-hero-info__buy .single_add_to_cart_button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0;
  border-radius: 999px !important;
  background: rgb(252 221 79 / 1) !important;
  border: 1px solid rgb(224 193 54 / 1) !important;
  color: rgb(63 40 14 / 1) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  vertical-align: middle;
  padding: 0 1.25rem !important;
  width: 100%;
  background-image: none !important;
}

.woocommerce .ds-product-hero-info__buy .single_add_to_cart_button::before {
  content: '' !important;
  display: inline-flex !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 0.5rem !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  vertical-align: middle !important;
  transform: none !important;
  margin-top: 0 !important;
  background-repeat: no-repeat !important;
  background-size: 1.5rem 1.5rem !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5h2l2.1 10.2a2 2 0 0 0 2 1.6h8.6a2 2 0 0 0 2-1.6L21 8H7' stroke='%233f280e' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='20' r='1.5' fill='%233f280e'/%3E%3Ccircle cx='18' cy='20' r='1.5' fill='%233f280e'/%3E%3C/svg%3E") !important;
}

.woocommerce .ds-product-hero-info__buy .single_add_to_cart_button:hover,
	.woocommerce .ds-product-hero-info__buy .single_add_to_cart_button:focus-visible {
  background-color: rgb(224 193 54 / 1) !important;
  border-color: rgb(196 167 40 / 1) !important;
  outline: none;
}

.woocommerce .ds-product-hero-oneclick-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  background: rgb(var(--ds-surface) / 1);
  overflow: hidden;
}

.woocommerce .ds-product-hero-oneclick-inline__phone {
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 0.75rem;
  font-size: 15px;
  font-weight: 400;
  color: rgb(var(--ds-text) / 1);
  min-width: 0;
}

.woocommerce .ds-product-hero-oneclick-inline__phone::-moz-placeholder {
  color: rgb(var(--ds-text-muted) / 0.88);
}

.woocommerce .ds-product-hero-oneclick-inline__phone::placeholder {
  color: rgb(var(--ds-text-muted) / 0.88);
}

.woocommerce .ds-product-hero-oneclick-inline__submit {
  height: 100%;
  border: 0;
  border-left: 1px solid rgb(var(--ds-border) / 0.9);
  background: transparent;
  color: rgb(var(--ds-text) / 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.woocommerce .ds-product-hero-oneclick-inline__submit:hover,
	.woocommerce .ds-product-hero-oneclick-inline__submit:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  outline: none;
}

.woocommerce .ds-product-hero-oneclick-inline__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  color: currentColor;
}

.woocommerce .ds-product-hero-credit-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 48px;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.92);
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  padding: 0.5rem 1rem;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce .ds-product-hero-credit-btn__title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce .ds-product-hero-credit-btn__meta {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-credit-btn:hover,
	.woocommerce .ds-product-hero-credit-btn:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-text-muted) / 0.55);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-hero-notify-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 48px;
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgb(var(--ds-border) / 0.92);
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce .ds-product-hero-notify-btn:hover,
	.woocommerce .ds-product-hero-notify-btn:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-text-muted) / 0.55);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-hero-notify-btn__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
  flex: 0 0 auto;
}

.woocommerce .ds-product-hero-notify-btn__icon-fallback {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.woocommerce .ds-product-hero-installment-offers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.woocommerce .ds-product-hero-installment-offer {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
}

.woocommerce .ds-product-hero-installment-offer__icon {
  display: block;
  width: 100% !important;
  height: 100% !important;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-installment-offer__months {
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #fff;
  color: rgb(63 40 14 / 1);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0px 3px rgb(var(--ds-shadow) / 0.16);
}

.woocommerce .ds-product-hero-delivery {
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgb(var(--ds-border) / 0.6);
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface) / 1);
}

.woocommerce .ds-product-hero-side {
  display: grid;
  gap: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce .ds-product-hero-side__title {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: -0.01em;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-delivery__list {
  display: grid;
  gap: 0.5rem;
}

.woocommerce .ds-product-hero-delivery__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-delivery__item {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding: 0.375rem 0;
}

.woocommerce .ds-product-hero-delivery__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.woocommerce .ds-product-hero-delivery__name {
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-delivery__eta {
  font-size: 0.85rem;
  line-height: 1.2;
  font-weight: 500;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-delivery__price {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgb(var(--ds-text) / 1);
  white-space: nowrap;
  text-align: left;
}

.woocommerce .ds-product-hero-delivery__price.is-free {
  color: rgb(67 176 42 / 1);
  text-transform: uppercase;
}

.woocommerce .ds-product-hero-delivery__text {
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-delivery__icon {
  flex: 0 0 auto;
  color: rgb(var(--ds-text-muted) / 0.95);
}

.woocommerce .ds-product-hero-consultation {
  display: grid;
  gap: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgb(var(--ds-border) / 0.6);
  border-radius: 0.75rem;
  background: rgb(var(--ds-surface-soft) / 0.65);
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-consultation-widget {
  display: grid;
  gap: 0.5rem;
}

.woocommerce .ds-product-hero-consultation :is(.ds-product-hero-consultation-widget, .widget, .widget_block) {
  display: grid;
  gap: 0.5rem;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-consultation-widget > * {
  margin: 0;
}

.woocommerce .ds-product-hero-consultation :is(.ds-product-hero-consultation-widget, .widget, .widget_block) > * {
  margin: 0;
}

.woocommerce .ds-product-hero-consultation :is(.ds-product-hero-consultation-widget, .widget, .widget_block)
		:is(h2, h3, .wp-block-heading, .ds-catalog-filter-widget__title) {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-consultation :is(.ds-product-hero-consultation-widget, .widget, .widget_block)
		p:not(:has(.wpcf7-form-control-wrap)):not(:has(input)):not(:has(button)) {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(var(--ds-text-muted) / 1);
  margin: 0;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  height: auto;
  border: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline__phone {
  height: 44px;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.9rem;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline__submit {
  height: 44px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 1rem;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline__submit:hover,
	.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline__submit:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-text-muted) / 0.55);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 p {
  margin: 0;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 p:not(:has(input)):not(:has(button)) {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 :is(input[type='tel'], input[type='text']) {
  height: 44px;
  width: 100%;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.9rem;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 :is(input[type='submit'], button[type='submit']) {
  height: 44px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 1rem;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 :is(input[type='submit'], button[type='submit']):hover,
	.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 :is(input[type='submit'], button[type='submit']):focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-text-muted) / 0.55);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-hero-consultation .ds-product-hero-oneclick-inline--cf7 .wpcf7-spinner {
  display: none !important;
}

.woocommerce .ds-product-hero-consultation .wpcf7,
	.woocommerce .ds-product-hero-consultation .wpcf7 form {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
}

.woocommerce .ds-product-hero-consultation .wpcf7 p {
  margin: 0;
}

.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.woocommerce .ds-product-hero-consultation .wpcf7 :is(input[type='tel'], input[type='text'], input[type='email']) {
  height: 44px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 0.75rem;
  background: rgb(var(--ds-surface) / 1);
  font-size: 0.9rem;
  color: rgb(var(--ds-text) / 1);
}

.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-submit {
  display: block;
  height: 44px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(var(--ds-border) / 0.9);
  border-radius: 999px;
  padding: 0 1rem;
  background: rgb(var(--ds-surface) / 1);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-submit:hover,
	.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-submit:focus-visible {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-text-muted) / 0.55);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-submit:disabled,
	.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-submit[aria-disabled='true'] {
  background: rgb(var(--ds-surface-soft) / 1);
  border-color: rgb(var(--ds-border) / 0.9);
  color: rgb(var(--ds-text-muted) / 0.92);
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.woocommerce .ds-product-hero-consultation .wpcf7 .wpcf7-spinner,
	.woocommerce .ds-product-hero-consultation .wpcf7-spinner {
  display: none !important;
}

.woocommerce .ds-product-hero-consultation .cf-turnstile,
	.woocommerce .ds-product-hero-consultation .wpcf7-turnstile,
	.woocommerce .ds-product-hero-consultation .wpcf7-recaptcha {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.woocommerce .ds-product-hero-consultation .cf-turnstile iframe,
	.woocommerce .ds-product-hero-consultation .wpcf7-turnstile iframe,
	.woocommerce .ds-product-hero-consultation .wpcf7-recaptcha iframe {
  display: block;
  max-width: 100%;
}

.woocommerce .ds-product-hero-delivery__title,
	.woocommerce .ds-product-hero-consultation__title {
  margin: 0;
}

.woocommerce .ds-product-hero-consultation__text {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 400;
  color: rgb(var(--ds-text-muted) / 1);
}

@media (max-width: 767.98px) {
  .woocommerce .ds-product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .woocommerce .ds-product-hero__grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 2fr);
    align-items: start;
  }

  .woocommerce .ds-product-hero-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .woocommerce .ds-product-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .woocommerce .ds-product-gallery__main {
    flex: 1 1 auto;
    aspect-ratio: auto;
    min-height: 320px;
  }

  .woocommerce .ds-product-hero-main__content {
    border-top: 0;
    border-left: 1px solid rgb(var(--ds-border) / 0.55);
  }

  .woocommerce .ds-product-hero-info {
    padding: 1rem 1rem 0.75rem;
  }

  .woocommerce .ds-product-hero-aside {
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid rgb(var(--ds-border) / 0.45);
  }
}

/* Sale shelf: clean, isolated grid rules (homepage promo block only). */

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) {
  margin-top: clamp(1.75rem, 4vw, 3rem);
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.woocommerce.ds-sale-shelf.ds-sale-products-fallback {
  margin-top: 0 !important;
}

.ds-sale-shelf {
  width: 100% !important;
  max-width: none !important;
}

.ds-sale-shelf.wp-block-group.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
}

.ds-sale-shelf > .wp-block-group:first-child {
  display: grid !important;
  gap: 0.5rem;
  justify-items: center;
  text-align: center;
}

.ds-sale-shelf > .wp-block-group:first-child .wp-block-group,
	.ds-sale-shelf > .wp-block-group:first-child .wp-block-buttons {
  width: 100%;
  justify-content: center;
}

.ds-sale-shelf > .wp-block-group:first-child .wp-block-group {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
}

.ds-sale-shelf > .wp-block-group:first-child > .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection) .wp-block-heading {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(1.45rem, 2.35vw, 2rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-align: center;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection) .wp-block-heading,
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection) .ds-subtitle {
  display: block;
  width: 100%;
  margin: 0;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection) .ds-subtitle {
  display: block;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.55;
  max-width: 62ch;
  color: rgb(var(--ds-text-muted) / 0.96);
  text-align: center;
  margin-inline: auto;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products {
  border: 0 !important;
  border-radius: 1rem !important;
  overflow: visible;
  width: 100%;
  max-width: none;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid rgb(var(--ds-border) / 0.5) !important;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.5) !important;
}

@media (min-width: 768px) {
  /* Desktop/tablet corner rules only. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card.last:nth-child(-n + 4) {
    border-top-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card.first:nth-last-child(-n + 4) {
    border-bottom-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card:last-child {
    border-bottom-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card.last:nth-child(-n + 3) {
    border-top-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card.first:nth-last-child(-n + 3) {
    border-bottom-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card:last-child {
    border-bottom-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card.last:nth-child(-n + 2) {
    border-top-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card.first:nth-last-child(-n + 2) {
    border-bottom-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card:last-child {
    border-bottom-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-1 > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product:hover img,
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product:focus-within img {
  transform: none;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .ds-product-price-stack :is(small, .small, sub, .price-suffix, .installment, .installment-price, .ppc-button-wrapper, .payment-monthly) {
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(var(--ds-text-muted) / 0.96);
  letter-spacing: 0;
}

/* Installments badge style should match catalog product cards. */

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .webnsol-installments-loop-meta {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  border: 0;
  background: #efefef;
  font-size: 12px;
  line-height: 1;
  color: #3f280e;
  white-space: nowrap;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .webnsol-installments-loop-meta__prefix,
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .webnsol-installments-loop-meta__suffix {
  font-weight: 400;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .webnsol-installments-loop-meta__amount {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-left: 2px;
}

@media (max-width: 767.98px) {
  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:first-child {
    border-top-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:nth-child(2),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.last:first-child {
    border-top-right-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:nth-last-child(-n + 2).first,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.first:last-child {
    border-bottom-left-radius: 1rem !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:last-child {
    border-bottom-right-radius: 1rem !important;
  }

  /* No extra corner logic on mobile: UL handles outer shape. */
}

@media (min-width: 768px) {
  /* Hard overrides only for desktop/tablet. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:first-child,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:first-child:hover,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:first-child:focus-within {
    border-top-left-radius: 1rem !important;
    border-top: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-left: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.last:nth-child(-n + 6),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.last:nth-child(-n + 6):hover,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.last:nth-child(-n + 6):focus-within {
    border-top-right-radius: 1rem !important;
    border-top: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-right: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.first:nth-last-child(-n + 6),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.first:nth-last-child(-n + 6):hover,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.first:nth-last-child(-n + 6):focus-within {
    border-bottom-left-radius: 1rem !important;
    border-bottom: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-left: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:last-child,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:last-child:hover,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:last-child:focus-within {
    border-bottom-right-radius: 1rem !important;
    border-bottom: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-right: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }
}

/* Final border dedupe pass: UL owns outer border, LI owns only inner separators. */

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid rgb(var(--ds-border) / 0.5) !important;
  border-bottom: 1px solid rgb(var(--ds-border) / 0.5) !important;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card:nth-child(-n + 4),
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card:nth-child(-n + 3),
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card:nth-child(-n + 2),
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-1 > li.product.ds-product-card:first-child {
  border-top: 1px solid rgb(var(--ds-border) / 0.5) !important;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.first {
  border-left: 1px solid rgb(var(--ds-border) / 0.5) !important;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card.last {
  border-right: 1px solid rgb(var(--ds-border) / 0.5) !important;
}

:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:hover,
	:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:focus-within {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (min-width: 768px) {
  /* Ensure top border exists for every card in the first row (desktop/tablet only). */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-6 > li.product.ds-product-card:nth-child(-n + 6),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-5 > li.product.ds-product-card:nth-child(-n + 5),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-4 > li.product.ds-product-card:nth-child(-n + 4),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-3 > li.product.ds-product-card:nth-child(-n + 3),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-2 > li.product.ds-product-card:nth-child(-n + 2),
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products.columns-1 > li.product.ds-product-card:first-child,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products:not([class*='columns-']) > li.product.ds-product-card:nth-child(-n + 4) {
    border-top: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }
}

@media (max-width: 767.98px) {
  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products li.product .ds-product-price-saving {
    display: none !important;
  }

  /* Mobile simplified model: UL owns outer border/radius, LI only inner lines. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products {
    border: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card {
    border: 0 !important;
    border-radius: 0 !important;
  }

  /* Final mobile rule: only inner separators on LI, outer frame on UL. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products {
    border: 1px solid rgb(var(--ds-border) / 0.5) !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
  }

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:hover,
		:is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:focus-within {
    border: 0 !important;
    border-radius: 0 !important;
  }

  /* Vertical divider between 2 columns. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:nth-child(even) {
    border-left: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }

  /* Horizontal divider between rows. */

  :is(#sale-products-native, #sale-products, .wp-block-woocommerce-product-on-sale, .wp-block-woocommerce-product-collection, .woocommerce.ds-sale-products-fallback) .woocommerce ul.products > li.product.ds-product-card:nth-child(n + 3) {
    border-top: 1px solid rgb(var(--ds-border) / 0.5) !important;
  }
}

.ds-toast {
  min-height: 40px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(var(--ds-border) / 1);
  background: rgb(var(--ds-surface) / 0.96);
  color: rgb(var(--ds-text) / 1);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgb(var(--ds-shadow) / 0.14);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ds-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-1 {
  right: -0.25rem;
}

.-top-1 {
  top: -0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.min-h-\[18px\] {
  min-height: 18px;
}

.min-h-\[50vh\] {
  min-height: 50vh;
}

.w-11 {
  width: 2.75rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[18px\] {
  min-width: 18px;
}

.max-w-3xl {
  max-width: 48rem;
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.place-items-center {
  place-items: center;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-ds-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--ds-border) / var(--tw-border-opacity, 1));
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(252 221 79 / var(--tw-bg-opacity, 1));
}

.bg-ds-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface) / var(--tw-bg-opacity, 1));
}

.bg-ds-surface-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--ds-surface-soft) / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-ds-text {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text) / var(--tw-text-opacity, 1));
}

.text-ds-text-muted {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .site-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.text-xs,
	.text-\[11px\],
	.text-\[12px\] {
  font-size: 0.9rem;
  line-height: 1.25;
}

.ds-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .ds-stack {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .ab-hide-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .ab-hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .ab-hide-mobile {
    display: none !important;
  }
}

.header-top-row .placeholder\:text-ds-text-muted::-moz-placeholder {
  color: rgb(var(--ds-text-muted) / 1) !important;
}

.header-top-row .placeholder\:text-ds-text-muted::placeholder {
  color: rgb(var(--ds-text-muted) / 1) !important;
}

.placeholder\:text-ds-text-muted::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.placeholder\:text-ds-text-muted::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--ds-text-muted) / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(63 40 14 / var(--tw-text-opacity, 1));
}

.hover\:text-ink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(31 19 7 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-w-\[210px\] {
    min-width: 210px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1280px) {
  .xl\:text-\[18px\] {
    font-size: 18px;
  }
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label {
  display: block;
  width: 100%;
}
