@charset "UTF-8";
*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
body {
    color: #1f2937;
    font-family: system-ui, -apple-system, sans-serif;
    background-color: #e8eaed;
  }
html {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
html::-webkit-scrollbar-track {
    background: transparent;
  }
html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
html::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
body {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
body::-webkit-scrollbar-track {
    background: transparent;
  }
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
.header-nav-panel,
  .cart-sidebar .flex-1,
  .cart-sidebar-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
.header-nav-panel::-webkit-scrollbar,
  .cart-sidebar .flex-1::-webkit-scrollbar,
  .cart-sidebar-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
.header-nav-panel::-webkit-scrollbar-track,
  .cart-sidebar .flex-1::-webkit-scrollbar-track,
  .cart-sidebar-content::-webkit-scrollbar-track {
    background: transparent;
  }
.header-nav-panel::-webkit-scrollbar-thumb,
  .cart-sidebar .flex-1::-webkit-scrollbar-thumb,
  .cart-sidebar-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
.header-nav-panel::-webkit-scrollbar-thumb:hover,
  .cart-sidebar .flex-1::-webkit-scrollbar-thumb:hover,
  .cart-sidebar-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
/* Container: bọc nội dung chính, căn giữa (Tailwind container đã tắt trong config) */
.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
@media (min-width: 640px) {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
@media (min-width: 1024px) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
.btn-primary,
  a.btn-primary {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #a42c3c;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(164, 44, 60, 0.25);
  }
.btn-primary:hover,
  a.btn-primary:hover {
    background: #8f2534;
    box-shadow: 0 4px 14px rgba(164, 44, 60, 0.35);
    transform: translateY(-1px);
  }
.btn-primary:focus-visible,
  a.btn-primary:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
  }
.btn-primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }
a.btn-primary {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
a.btn-primary:visited {
    color: #fff;
  }
a.btn-primary:hover:visited {
    color: #fff;
  }
a.btn-primary[aria-disabled=true], a.btn-primary.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    pointer-events: none;
  }
.btn-secondary,
  a.btn-secondary {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    color: #a42c3c;
    background: transparent;
    border: 2px solid #a42c3c;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
.btn-secondary:hover,
  a.btn-secondary:hover {
    color: #fff;
    background: #a42c3c;
    border-color: #a42c3c;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(164, 44, 60, 0.3);
  }
.btn-secondary:focus-visible,
  a.btn-secondary:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
  }
.btn-secondary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }
.btn-secondary:disabled:hover {
    color: #a42c3c;
    background: transparent;
    border-color: #a42c3c;
  }
a.btn-secondary {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
a.btn-secondary:visited {
    color: #a42c3c;
  }
a.btn-secondary:hover, a.btn-secondary:hover:visited {
    color: #fff;
  }
a.btn-secondary[aria-disabled=true], a.btn-secondary.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    pointer-events: none;
  }
a.btn-secondary[aria-disabled=true]:hover, a.btn-secondary[aria-disabled=true]:hover:visited, a.btn-secondary.is-disabled:hover, a.btn-secondary.is-disabled:hover:visited {
    color: #a42c3c;
    background: transparent;
    border-color: #a42c3c;
  }
.btn-muted,
  a.btn-muted {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font: inherit;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    color: #1f2937;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    cursor: pointer;
    line-height: 1.25;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }
.btn-muted:hover:not(:disabled),
  a.btn-muted:hover:not(:disabled) {
    background: #a42c3c;
    color: #fff;
    border-color: #a42c3c;
    box-shadow: 0 2px 8px rgba(164, 44, 60, 0.35);
  }
.btn-muted:focus-visible,
  a.btn-muted:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
  }
.btn-muted:disabled {
    background: #e5e7eb;
    color: #6b7280;
    border-color: #d1d5db;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.85;
  }
.btn-muted:disabled:hover {
    background: #e5e7eb;
    color: #6b7280;
    border-color: #d1d5db;
    box-shadow: none;
  }
a.btn-muted {
    -webkit-tap-highlight-color: transparent;
  }
a.btn-muted:visited {
    color: #1f2937;
  }
a.btn-muted:hover:visited {
    color: #fff;
  }
a.btn-muted[aria-disabled=true], a.btn-muted.is-disabled {
    background: #e5e7eb;
    color: #6b7280;
    border-color: #d1d5db;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.85;
    pointer-events: none;
  }
a.btn-muted[aria-disabled=true]:hover, a.btn-muted[aria-disabled=true]:hover:visited, a.btn-muted.is-disabled:hover, a.btn-muted.is-disabled:hover:visited {
    background: #e5e7eb;
    color: #6b7280;
    border-color: #d1d5db;
    box-shadow: none;
  }
.btn-primary.btn--block,
  .btn-secondary.btn--block,
  .btn-muted.btn--block,
  a.btn-primary.btn--block,
  a.btn-secondary.btn--block,
  a.btn-muted.btn--block {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
.btn-primary.btn--sm,
  .btn-secondary.btn--sm,
  .btn-muted.btn--sm,
  a.btn-primary.btn--sm,
  a.btn-secondary.btn--sm,
  a.btn-muted.btn--sm {
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
@media (min-width: 768px) {
    .btn-primary.btn--sm,
    .btn-secondary.btn--sm,
    .btn-muted.btn--sm,
    a.btn-primary.btn--sm,
    a.btn-secondary.btn--sm,
    a.btn-muted.btn--sm {
      padding: 0.75rem 1rem;
      font-size: 0.8125rem;
    }
  }
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    background: #fff;
    border-radius: 0.875rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 8px 24px -8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
  }
@media (min-width: 768px) {
    .blog-card {
      border-radius: 1rem;
    }
  }
.blog-card:hover {
    border-color: rgba(164, 44, 60, 0.18);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07), 0 14px 36px -10px rgba(164, 44, 60, 0.15);
    transform: translateY(-2px);
  }
.blog-card:hover .blog-card__img {
    transform: scale(1.04);
  }
.blog-card:hover .blog-card__title a {
    color: #a42c3c;
  }
.blog-card__thumb-link {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
  }
.blog-card__thumb-link:focus-visible .blog-card__thumb {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
  }
.blog-card__thumb {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #e5e7eb;
  }
.blog-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }
.blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0.75rem 0.75rem 0.875rem;
  }
@media (min-width: 480px) {
    .blog-card__body {
      padding: 0.875rem 0.875rem 1rem;
    }
  }
@media (min-width: 768px) {
    .blog-card__body {
      padding: 1rem 1rem 1.125rem;
    }
  }
@media (min-width: 1024px) {
    .blog-card__body {
      padding: 0.875rem 0.875rem 1rem;
    }
  }
.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    margin: 0 0 0.4rem;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
  }
@media (min-width: 480px) {
    .blog-card__meta {
      font-size: 0.625rem;
      gap: 0.35rem 0.65rem;
      margin-bottom: 0.5rem;
    }
  }
@media (min-width: 768px) {
    .blog-card__meta {
      font-size: 0.6875rem;
    }
  }
.blog-card__cat {
    color: #a42c3c;
  }
.blog-card__date {
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.02em;
  }
.blog-card__title {
    margin: 0 0 0.4rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
  }
@media (min-width: 480px) {
    .blog-card__title {
      font-size: 0.875rem;
      margin-bottom: 0.5rem;
    }
  }
@media (min-width: 768px) {
    .blog-card__title {
      font-size: 0.9375rem;
      line-height: 1.35;
    }
  }
@media (min-width: 1024px) {
    .blog-card__title {
      font-size: 0.875rem;
      line-height: 1.33;
    }
  }
.blog-card__title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
  }
.blog-card__title a:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
    border-radius: 2px;
  }
.blog-card__excerpt {
    margin: 0 0 0.65rem;
    flex: 1 1 auto;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #6b7280;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
@media (min-width: 480px) {
    .blog-card__excerpt {
      font-size: 0.75rem;
      margin-bottom: 0.75rem;
    }
  }
@media (min-width: 768px) {
    .blog-card__excerpt {
      font-size: 0.8125rem;
      line-height: 1.55;
    }
  }
@media (min-width: 1024px) {
    .blog-card__excerpt {
      font-size: 0.75rem;
      -webkit-line-clamp: 4;
    }
  }
.blog-card__more {
    align-self: flex-start;
    margin-top: auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: #a42c3c;
  }
@media (min-width: 480px) {
    .blog-card__more {
      font-size: 0.8125rem;
    }
  }
.blog-card__more {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
.blog-card__more:hover {
    color: #7f2230;
    border-bottom-color: currentColor;
  }
.blog-card__more:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 3px;
    border-radius: 2px;
  }
.product-card {
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px -4px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
  }
@media (min-width: 768px) {
    .product-card {
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.1);
    }
  }
.product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 16px 48px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
.product-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
  }
.product-card__image-wrap {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f3f4f6;
  }
.product-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }
.product-card__link:hover .product-card__image {
    transform: scale(1.04);
  }
.product-card__badge-group {
    position: absolute;
    top: 0.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-width: calc(50% - 0.5rem);
    pointer-events: none;
  }
.product-card__badge-group--start {
    left: 0.5rem;
    align-items: flex-start;
  }
.product-card__badge-group--end {
    right: 0.5rem;
    align-items: flex-end;
  }
.product-card__badge {
    display: inline-block;
    margin: 0;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: #a42c3c;
    border-radius: 0.25rem;
    line-height: 1.2;
    vertical-align: middle;
  }
.product-card__badge-group .product-card__badge {
    position: relative;
  }
.product-card__badge--discount {
    background: #a42c3c;
  }
.product-card__badge--hot {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  }
.product-card__badge--new {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  }
.product-card__oos {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    margin: 0;
    padding: 1rem 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #111827;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    pointer-events: none;
  }
@media (min-width: 768px) {
    .product-card__oos {
      font-size: 0.875rem;
      padding: 1.15rem 1rem;
    }
  }
.product-card--out-of-stock .product-card__image {
    opacity: 0.94;
  }
.product-card__name {
    margin: 0;
    padding: 0.75rem 0.875rem 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
@media (min-width: 768px) {
    .product-card__name {
      padding: 0.875rem 1rem 0.375rem;
      font-size: 0.9375rem;
    }
  }
.product-card__rating {
    padding: 0 0.875rem;
    min-height: 1.25rem;
  }
@media (min-width: 768px) {
    .product-card__rating {
      padding: 0 1rem;
    }
  }
.product-card__stars {
    --star-size: 0.875rem;
    display: inline-block;
    height: var(--star-size);
    position: relative;
    font-size: var(--star-size);
    line-height: 1;
  }
.product-card__stars::before {
    content: "★★★★★";
    color: #e5e7eb;
    letter-spacing: 0.1em;
  }
.product-card__stars::after {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--rating, 0) / 5 * 100%);
    max-width: 100%;
    overflow: hidden;
    color: #a42c3c;
    letter-spacing: 0.1em;
  }
.product-card__rating--empty .product-card__stars::after {
    color: #e5e7eb;
  }
.product-card__price {
    margin: 0;
    padding: 0.5rem 0.875rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
  }
@media (min-width: 768px) {
    .product-card__price {
      padding: 0.5rem 1rem 0.875rem;
      font-size: 0.9375rem;
    }
  }
.product-card__price-old {
    text-decoration: line-through;
    font-weight: 500;
    color: #9ca3af;
    font-size: 0.8125rem;
  }
.product-card__price-current {
    color: #a42c3c;
    font-weight: 700;
  }
.product-card__actions {
    flex-shrink: 0;
    padding: 0 0.75rem 0.75rem;
  }
@media (min-width: 768px) {
    .product-card__actions {
      padding: 0 1rem 1rem;
    }
  }
.product-card__actions .btn--block {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
.ui-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.25rem;
    padding: 0.15rem 0.25rem 0.15rem 0;
    margin-left: -0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1f2937;
    line-height: 1.45;
    border-radius: 0.375rem;
    transition: background-color 0.18s ease;
  }
.ui-check:hover {
    background-color: rgba(0, 0, 0, 0.025);
  }
.ui-check__input {
    position: absolute;
    left: calc(-0.8125rem - 4px);
    top: 50%;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }
.ui-check__input:focus-visible + .ui-check__box {
    box-shadow: 0 0 0 3px rgba(164, 44, 60, 0.22);
  }
.ui-check__input:focus-visible:not(:checked) + .ui-check__box {
    border-color: rgba(164, 44, 60, 0.5);
  }
.ui-check__input:checked + .ui-check__box {
    border-color: #a42c3c;
    background-color: #a42c3c;
    box-shadow: 0 1px 3px rgba(164, 44, 60, 0.3);
  }
.ui-check__input:checked + .ui-check__box::after {
    opacity: 1;
    transform: translate(-50%, -58%) rotate(45deg) scale(1);
  }
.ui-check:hover .ui-check__input:not(:checked) + .ui-check__box {
    border-color: #9ca3af;
    background-color: #fafafa;
  }
.ui-check:hover .ui-check__input:checked + .ui-check__box {
    background-color: #8f2534;
    border-color: #8f2534;
    box-shadow: 0 2px 6px rgba(164, 44, 60, 0.35);
  }
.ui-check__box {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: 1.5px solid #d1d5db;
    border-radius: 0.3rem;
    background: #fff;
    position: relative;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  }
.ui-check__box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -58%) rotate(45deg) scale(0.5);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.34, 1.25, 0.64, 1);
  }
.ui-check__count {
    color: #6b7280;
    font-weight: 400;
  }
.shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
  }
.shop-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.875rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 8px 24px -8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
@media (min-width: 768px) {
    .shop-panel {
      border-radius: 1rem;
    }
  }
.shop-panel {
    position: relative;
  }
.shop-panel__header {
    position: relative;
    padding: 0.875rem 1rem 0.75rem;
    background: #fff;
  }
.shop-panel__header::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 1px;
    background-color: #e5e7eb;
    pointer-events: none;
  }
.shop-panel__body {
    padding: 0.75rem 1rem 1rem;
  }
.shop-panel--price .shop-panel__body {
    padding-bottom: 1rem;
  }
.shop-panel__price-btn {
    margin-top: 1rem;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: #a42c3c;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(164, 44, 60, 0.28);
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }
.shop-panel__price-btn:hover {
    background: #8f2534;
    box-shadow: 0 4px 14px rgba(164, 44, 60, 0.35);
  }
.shop-panel__price-btn:active {
    transform: translateY(1px);
  }
.shop-panel__price-btn:focus-visible {
    outline: 2px solid #a42c3c;
    outline-offset: 2px;
  }
.shop-panel__title,
  .shop-filter-card__title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
.shop-filter-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.875rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 8px 24px -8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
@media (min-width: 768px) {
    .shop-filter-card {
      border-radius: 1rem;
    }
  }
.shop-filter-card > summary {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: background-color 0.22s ease;
  }
.shop-filter-card > summary::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 1px;
    background-color: #e5e7eb;
    pointer-events: none;
  }
.shop-filter-card > summary::-webkit-details-marker {
    display: none;
  }
.shop-filter-card > summary:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
.shop-filter-card[open] > summary {
    background: #fff;
  }
.shop-filter-card__chev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    flex-shrink: 0;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }
.shop-filter-card:not([open]) .shop-filter-card__chev {
    transform: rotate(180deg);
  }
.shop-filter-card__anim {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
.shop-filter-card[open] .shop-filter-card__anim {
    grid-template-rows: 1fr;
  }
.shop-filter-card__anim-inner {
    min-height: 0;
    overflow: hidden;
  }
.shop-filter-card__body {
    padding: 0.75rem 1rem 1rem;
  }
@media (prefers-reduced-motion: reduce) {
    .shop-filter-card__anim,
    .shop-filter-card > summary,
    .shop-filter-card__chev {
      transition: none;
    }
  }
.shop-filter-search {
    position: relative;
  }
.shop-filter-search__input {
    width: 100%;
    padding: 0.65rem 2.5rem 0.65rem 0.85rem;
    font-size: 0.875rem;
    color: #1f2937;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    background: #fafafa;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  }
.shop-filter-search__input::-moz-placeholder {
    color: #9ca3af;
  }
.shop-filter-search__input::placeholder {
    color: #9ca3af;
  }
.shop-filter-search__input:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
  }
.shop-filter-search__input:focus {
    outline: none;
    background: #fff;
    border-color: #a42c3c;
    box-shadow: 0 0 0 3px rgba(164, 44, 60, 0.12);
  }
.shop-filter-search__icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
  }
.shop-filter-checklist {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }
.shop-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
.shop-filter-sublist {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0.15rem 0 0;
    padding: 0 0 0 1.25rem;
  }
.shop-price-range {
    position: relative;
    padding: 0.35rem 0 0.15rem;
    --range-percent-low: 0%;
    --range-percent-high: 100%;
  }
.shop-price-range__slider-row {
    position: relative;
    height: 32px;
    margin: 0.15rem 0 0.25rem;
  }
.shop-price-range__rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }
.shop-price-range__track {
    position: absolute;
    inset: 0;
    background: #e5e7eb;
    border-radius: 3px;
  }
.shop-price-range__fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--range-percent-low);
    width: calc(var(--range-percent-high) - var(--range-percent-low));
    background: #a42c3c;
    border-radius: 3px;
  }
.shop-price-range__inputs {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
.shop-price-range__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
.shop-price-range__input:focus, .shop-price-range__input:focus-visible {
    outline: none;
  }
.shop-price-range__input::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
.shop-price-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #a42c3c;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    margin-top: -6px;
  }
.shop-price-range__input::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
  }
.shop-price-range__input::-moz-range-thumb {
    box-sizing: border-box;
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #a42c3c;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }
.shop-price-range__input--max {
    z-index: 2;
  }
.shop-price-range__input--min {
    z-index: 1;
  }
.shop-price-range__labels {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #1f2937;
  }
@media (max-width: 1023px) {
    .shop-filter-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      z-index: 55;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    }
  }
@media (min-width: 1024px) {
    .shop-filter-backdrop {
      display: none !important;
    }
  }
@media (max-width: 1023px) {
    .shop-filter-panel.is-open ~ .shop-filter-backdrop {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .shop-filter-panel.shop-sidebar {
      display: block;
      position: fixed;
      inset: 0 auto 0 0;
      width: min(22rem, 88vw);
      max-width: 100%;
      margin: 0;
      box-sizing: border-box;
      padding: 4.25rem 1rem max(1.5rem, env(safe-area-inset-bottom, 0px));
      padding-left: max(1rem, env(safe-area-inset-left, 0px));
      padding-right: max(1rem, env(safe-area-inset-right, 0px));
      background: #e8eaed;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    }
    .shop-filter-panel.shop-sidebar::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
    .shop-filter-panel.shop-sidebar::-webkit-scrollbar-track {
      background: transparent;
    }
    .shop-filter-panel.shop-sidebar::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
    }
    .shop-filter-panel.shop-sidebar::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.3);
    }
    .shop-filter-panel.shop-sidebar {
      box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-100%);
      transition: transform 0s, visibility 0s;
    }
    .shop-filter-panel.shop-sidebar.is-open {
      visibility: visible;
      pointer-events: auto;
      transform: translateX(0);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease-out;
    }
    .shop-filter-panel.shop-sidebar > .shop-panel,
    .shop-filter-panel.shop-sidebar > .shop-filter-card {
      margin-bottom: 1.125rem;
    }
    .shop-filter-panel.shop-sidebar > .shop-filter-mobile-extras {
      margin-bottom: 0;
    }
    .shop-filter-drawer-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 9999px;
      background: rgba(255, 255, 255, 0.95);
      color: #111827;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .shop-filter-drawer-close:hover {
      background: #fff;
      color: #a42c3c;
    }
    .shop-filter-drawer-close:focus-visible {
      outline: 2px solid #a42c3c;
      outline-offset: 2px;
    }
  }
@media (min-width: 1024px) {
    .shop-filter-drawer-close {
      display: none !important;
    }
  }
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-full{
  top: 100%;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[60\]{
  z-index: 60;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.m-0{
  margin: 0px;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[72px\]{
  height: 72px;
}
.h-full{
  height: 100%;
}
.w-16{
  width: 4rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[72px\]{
  width: 72px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[14rem\]{
  max-width: 14rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.translate-x-full{
  --tw-translate-x: 100%;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  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));
}
.transform{
  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));
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/80{
  background-color: rgb(253 230 138 / 0.8);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/80{
  background-color: rgb(167 243 208 / 0.8);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-header{
  --tw-bg-opacity: 1;
  background-color: rgb(164 44 60 / var(--tw-bg-opacity, 1));
}
.bg-stone-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-200\/80{
  background-color: rgb(231 229 228 / 0.8);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-contain{
  background-size: contain;
}
.bg-left{
  background-position: left;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.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;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.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-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.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-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-header{
  --tw-text-opacity: 1;
  color: rgb(164 44 60 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
.header-crane {
  filter: brightness(0) invert(1);
}

@media (max-width: 1023px) {
  .header-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
}
@media (min-width: 1024px) {
  .header-nav-backdrop {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .header-nav-panel.is-open ~ .header-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}


  .cart-sidebar .header-nav-panel {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }


  .cart-sidebar .header-nav-panel::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }


  .cart-sidebar .header-nav-panel::-webkit-scrollbar-track {
    background: transparent;
  }


  .cart-sidebar .header-nav-panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }


  .cart-sidebar .header-nav-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }

.header-nav-panel{
  flex: 1 1 0%;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header-nav-panel {
    display: flex !important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 50;
    background: #a42c3c;
    flex-direction: column;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
    transition: transform 0s, visibility 0s;
  }
  .header-nav-panel.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease-out;
  }
  .header-nav-panel.is-open .header-nav-list,
  .header-nav-panel.is-open .header-mobile-utility {
    opacity: 1;
    transform: translateY(0);
  }
  .header-nav-panel .header-menu-close {
    flex-shrink: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    transform: none;
  }
  .header-nav-panel .header-nav-list,
  .header-nav-panel .header-mobile-utility {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0.08s, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0.08s;
  }
}
@media (min-width: 1024px) {
  .header-nav-panel .header-menu-close {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .header-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin-top: 0.5rem;
  }
  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.nav-dropdown{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(164 44 60 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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: 1024px) {
  .nav-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  }
}
@media (max-width: 1023px) {
  .nav-dropdown {
    position: static;
    display: block;
    min-width: auto;
    margin-left: 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: none;
    padding-left: 0.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s ease;
  }
  .nav-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    max-height: 12rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .nav-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.cart-sidebar-backdrop {
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.cart-sidebar-is-open .cart-sidebar-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.cart-sidebar-is-open .cart-sidebar {
  transform: translateX(0);
}

.pdp {
  --pdp-radius: 1rem;
  --pdp-border: 1px solid #e5e7eb;
  --pdp-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.08);
  color: #1f2937;
}

.pdp__section {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .pdp__section {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

.pdp__grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .pdp__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.pdp-gallery {
  position: sticky;
  top: 1rem;
}
@media (max-width: 1023px) {
  .pdp-gallery {
    position: relative;
    top: auto;
  }
}

.pdp-gallery__main {
  position: relative;
  border-radius: var(--pdp-radius);
  overflow: hidden;
  background: #f3f4f6;
  border: var(--pdp-border);
  box-shadow: var(--pdp-shadow);
  aspect-ratio: 1;
}

.pdp-gallery__main-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pdp-gallery__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .pdp-gallery__main:hover .pdp-gallery__main-img {
    transform: scale(1.06);
  }
}

.pdp-gallery__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pdp-gallery__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.pdp-gallery__thumbs::-webkit-scrollbar {
  height: 6px;
}
.pdp-gallery__thumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.pdp-gallery__thumb {
  flex: 0 0 4.25rem;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  background: #f9fafb;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.pdp-gallery__thumb:hover {
  border-color: rgba(164, 44, 60, 0.35);
}
.pdp-gallery__thumb:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}
.pdp-gallery__thumb.is-active {
  border-color: #a42c3c;
  box-shadow: 0 0 0 1px #a42c3c;
}
.pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.pdp-gallery__thumb:hover img {
  transform: scale(1.05);
}

.pdp-buybox {
  background: #fff;
  border-radius: var(--pdp-radius);
  border: var(--pdp-border);
  box-shadow: var(--pdp-shadow);
  padding: 1.25rem 1.25rem 1.5rem;
}
@media (min-width: 768px) {
  .pdp-buybox {
    padding: 1.5rem 1.75rem 1.75rem;
  }
}

.pdp-buybox__title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pdp-buybox__title {
    font-size: 1.625rem;
  }
}

.pdp-buybox__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
}

.pdp-buybox__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pdp-buybox__stars {
  --star-size: 1rem;
  display: inline-block;
  height: var(--star-size);
  position: relative;
  font-size: var(--star-size);
  line-height: 1;
}
.pdp-buybox__stars::before {
  content: "★★★★★";
  color: #e5e7eb;
  letter-spacing: 0.08em;
}
.pdp-buybox__stars::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--pdp-rating, 0) / 5 * 100%);
  max-width: 100%;
  overflow: hidden;
  color: #a42c3c;
  letter-spacing: 0.08em;
}

.pdp-buybox__review-count {
  font-size: 0.8125rem;
  color: #6b7280;
}
.pdp-buybox__review-count a {
  color: #a42c3c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pdp-buybox__review-count a:hover {
  color: #7f2230;
}

.pdp-buybox__sku {
  font-size: 0.75rem;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.pdp-buybox__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.pdp-buybox__price-current {
  font-size: 1.5rem;
  font-weight: 800;
  color: #a42c3c;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pdp-buybox__price-current {
    font-size: 1.75rem;
  }
}

.pdp-buybox__price-compare {
  font-size: 1rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}

.pdp-buybox__price-save {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  padding: 0.2rem 0.5rem;
  border-radius: 0.375rem;
}

.pdp-buybox__stock {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pdp-buybox__stock--in {
  color: #047857;
}
.pdp-buybox__stock--out {
  color: #b91c1c;
}

.pdp-buybox__stock-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: currentColor;
}

.pdp-buybox__lead {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #4b5563;
}

.pdp-option {
  margin-bottom: 1.125rem;
}

.pdp-option__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #374151;
  margin-bottom: 0.5rem;
}

.pdp-option__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pdp-option__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  cursor: pointer;
  padding: 0.5rem 0.875rem;
  min-height: 2.75rem;
  border-radius: 0.5rem;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.pdp-option__btn:hover:not(:disabled) {
  border-color: rgba(164, 44, 60, 0.45);
}
.pdp-option__btn:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}
.pdp-option__btn.is-active {
  border-color: #a42c3c;
  background: rgba(164, 44, 60, 0.06);
  color: #7f2230;
  box-shadow: 0 0 0 1px #a42c3c;
}
.pdp-option__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.pdp-option__btn--swatch {
  width: 2.75rem;
  height: 2.75rem;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
}
.pdp-option__btn--swatch.is-active::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #a42c3c;
  pointer-events: none;
}

.pdp-qty {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.pdp-qty__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background: #f9fafb;
  color: #1f2937;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.pdp-qty__btn:hover:not(:disabled) {
  background: #f3f4f6;
}
.pdp-qty__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pdp-qty__btn:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: -2px;
}

.pdp-qty__input {
  width: 3rem;
  text-align: center;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  background: transparent;
  -moz-appearance: textfield;
}
.pdp-qty__input::-webkit-outer-spin-button, .pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-qty__input:focus {
  outline: none;
}

.pdp-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 480px) {
  .pdp-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.pdp-actions .btn-primary,
.pdp-actions .btn-secondary {
  flex: 1;
  min-width: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.9375rem;
}

.pdp-live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pdp-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .pdp-trust {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pdp-trust__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.875rem 1rem;
  background: #fff;
  border: var(--pdp-border);
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}
.pdp-trust__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pdp-trust__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(164, 44, 60, 0.08);
  color: #a42c3c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-trust__title {
  margin: 0 0 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #111827;
}

.pdp-trust__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #6b7280;
}

.pdp-tabs {
  margin-top: 2rem;
  background: #fff;
  border-radius: var(--pdp-radius);
  border: var(--pdp-border);
  box-shadow: var(--pdp-shadow);
  overflow: hidden;
}

.pdp-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pdp-tabs__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  flex: 1 1 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0.875rem 1.125rem;
  border: none;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
}
.pdp-tabs__tab:hover {
  color: #1f2937;
  background: #f9fafb;
}
.pdp-tabs__tab:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: -2px;
  z-index: 1;
}
.pdp-tabs__tab[aria-selected=true] {
  color: #a42c3c;
  background: #fff;
}
.pdp-tabs__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #a42c3c;
  border-radius: 3px 3px 0 0;
}

.pdp-tabs__panel {
  display: none;
  padding: 1.25rem 1.25rem 1.5rem;
  animation: pdp-fade 0.25s ease;
}
@media (min-width: 768px) {
  .pdp-tabs__panel {
    padding: 1.5rem 1.75rem 1.75rem;
  }
}
.pdp-tabs__panel[data-active=true] {
  display: block;
}

@keyframes pdp-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pdp-tabs__prose {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4b5563;
}
.pdp-tabs__prose p {
  margin: 0 0 1rem;
}
.pdp-tabs__prose ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.pdp-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.pdp-spec-table th,
.pdp-spec-table td {
  padding: 0.65rem 0;
  text-align: left;
  border-bottom: 1px solid #f3f4f6;
}
.pdp-spec-table th {
  width: 38%;
  font-weight: 600;
  color: #6b7280;
  vertical-align: top;
}
.pdp-spec-table td {
  color: #1f2937;
}

.pdp-review {
  padding: 1rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.pdp-review:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pdp-review__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.pdp-review__name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #111827;
}

.pdp-review__stars {
  --star-size: 0.8125rem;
  display: inline-block;
  height: var(--star-size);
  position: relative;
  font-size: var(--star-size);
}
.pdp-review__stars::before {
  content: "★★★★★";
  color: #e5e7eb;
  letter-spacing: 0.06em;
}
.pdp-review__stars::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--pdp-rating, 0) / 5 * 100%);
  max-width: 100%;
  overflow: hidden;
  color: #a42c3c;
  letter-spacing: 0.06em;
}

.pdp-review__date {
  font-size: 0.75rem;
  color: #6b7280;
  margin-left: auto;
}

.pdp-review__body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4b5563;
}

.pdp-carousel-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}
@media (min-width: 768px) {
  .pdp-carousel-title {
    font-size: 1.25rem;
  }
}

.pdp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1024px) {
  .pdp-sticky {
    display: none;
  }
}

.pdp-sticky__price {
  flex-shrink: 0;
  min-width: 0;
}

.pdp-sticky__price-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.pdp-sticky__price-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: #a42c3c;
  white-space: nowrap;
}

.pdp-sticky__actions {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 0.5rem;
}

.pdp-sticky__actions .btn-primary,
.pdp-sticky__actions .btn-secondary {
  flex: 1;
  padding: 0.75rem 0.5rem;
  font-size: 0.8125rem;
}

body.pdp-has-sticky {
  padding-bottom: 5.5rem;
}
@media (min-width: 1024px) {
  body.pdp-has-sticky {
    padding-bottom: 0;
  }
}

.news-detail-page {
  min-height: 60vh;
}

.news-detail-article {
  max-width: 42rem;
  margin: 0 auto;
}

.news-detail-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .news-detail-head {
    margin-bottom: 2rem;
  }
}

.news-detail-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a42c3c;
}

.news-detail-title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #111827;
}
@media (min-width: 768px) {
  .news-detail-title {
    font-size: 1.875rem;
  }
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
}

.news-detail-meta__sep {
  color: #d1d5db;
}

.news-detail-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}
@media (min-width: 768px) {
  .news-detail-lead {
    font-size: 1.0625rem;
  }
}

.news-detail-cover {
  margin: 0 0 1.75rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.news-detail-cover__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail-cover__cap {
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
  background: #fff;
}

.news-detail-prose {
  font-size: 1rem;
  line-height: 1.75;
  color: #1f2937;
}
.news-detail-prose > * + * {
  margin-top: 1rem;
}
.news-detail-prose h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  scroll-margin-top: 5rem;
}
.news-detail-prose h2:first-child {
  margin-top: 0;
}
.news-detail-prose p {
  margin: 0;
}
.news-detail-prose ul,
.news-detail-prose ol {
  margin: 0;
  padding-left: 1.25rem;
}
.news-detail-prose li + li {
  margin-top: 0.35rem;
}
.news-detail-prose strong {
  font-weight: 700;
  color: #111827;
}
.news-detail-prose a {
  color: #a42c3c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-detail-prose a:hover {
  color: #7f2230;
}

.news-detail-callout {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-radius: 0.75rem;
  border-left: 4px solid #a42c3c;
  background: rgba(164, 44, 60, 0.06);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #374151;
}

.news-detail-quote {
  margin: 1.5rem 0;
  padding: 0 0 0 1rem;
  border-left: 3px solid #d1d5db;
  color: #4b5563;
  font-style: italic;
}
.news-detail-quote p {
  margin: 0;
}

.news-detail-foot {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.news-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.news-detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4b5563;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.news-detail-tag:hover {
  border-color: rgba(164, 44, 60, 0.35);
  color: #a42c3c;
}

.news-detail-back {
  margin-top: 1.25rem;
}

.news-detail-related {
  max-width: 72rem;
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.news-detail-related__title {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}
@media (min-width: 768px) {
  .news-detail-related__title {
    font-size: 1.25rem;
  }
}

.contact-page-head {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}
@media (min-width: 768px) {
  .contact-page-head {
    margin-bottom: 2.25rem;
  }
}

.contact-page-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a42c3c;
}

.contact-page-title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}
@media (min-width: 768px) {
  .contact-page-title {
    font-size: 2rem;
  }
}

.contact-page-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

.contact-page-grid {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .contact-page-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2rem;
  }
}

.contact-page-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-page-card {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.875rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.contact-page-card__ico {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #a42c3c;
  background: rgba(164, 44, 60, 0.08);
}

.contact-page-card__title {
  margin: 0 0 0.2rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}

.contact-page-card__value {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  text-decoration: none;
}
.contact-page-card__value--strong {
  font-size: 1.05rem;
  color: #a42c3c;
}

a.contact-page-card__value:hover {
  color: #a42c3c;
  text-decoration: underline;
}

.contact-page-card__hint {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
}

.contact-page-map {
  margin-top: 1rem;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.contact-page-map__iframe {
  display: block;
  width: 100%;
  height: 14rem;
  border: 0;
}
@media (min-width: 1024px) {
  .contact-page-map__iframe {
    height: 16rem;
  }
}

.contact-page-map__foot {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  text-align: center;
  background: #fff;
}

.contact-page-form-shell {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem 1.35rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .contact-page-form-shell {
    padding: 1.5rem 1.75rem 1.65rem;
  }
}

.contact-page-form__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #111827;
}

.contact-page-form__intro {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.contact-page-field {
  margin-bottom: 1rem;
}
.contact-page-field--hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-page-field-row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .contact-page-field-row {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-page-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}

.contact-page-input,
.contact-page-select,
.contact-page-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.9375rem;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-page-input:focus,
.contact-page-select:focus,
.contact-page-textarea:focus {
  outline: none;
  border-color: rgba(164, 44, 60, 0.45);
  box-shadow: 0 0 0 3px rgba(164, 44, 60, 0.12);
}

.contact-page-textarea {
  resize: vertical;
  min-height: 7rem;
}

.contact-page-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.25rem 0 1.25rem;
}

.contact-page-check__input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: #a42c3c;
  flex-shrink: 0;
}

.contact-page-check__label {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #4b5563;
}

.contact-page-submit {
  width: 100%;
}
@media (min-width: 480px) {
  .contact-page-submit {
    width: auto;
    min-width: 12rem;
  }
}

.contact-page-demo-note {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #9ca3af;
}

.contact-page-form {
  position: relative;
}

@media (max-width: 1023px) {
  .cart-page__container {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  }
  .cart-page--empty .cart-page__container {
    padding-bottom: 2rem;
  }
}

.cart-page--empty .cart-page-sticky-pay {
  display: none !important;
}

.cart-page-head {
  margin-bottom: 1.5rem;
}

.cart-page-title {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}
@media (min-width: 768px) {
  .cart-page-title {
    font-size: 1.75rem;
  }
}

.cart-page-lead {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

.cart-page-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .cart-page-grid {
    grid-template-columns: minmax(0, 1fr) 20.5rem;
    gap: 1.75rem;
  }
}

.cart-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.cart-page-item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
}

.cart-page-item__media {
  flex-shrink: 0;
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #f3f4f6;
}

.cart-page-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cart-page-item__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.cart-page-item__row--title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.cart-page-item__name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .cart-page-item__name {
    font-size: 1.125rem;
  }
}
.cart-page-item__name:hover {
  color: #a42c3c;
  text-decoration: underline;
}

.cart-page-item__meta {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.cart-page-item__remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  margin: -0.35rem -0.35rem 0 0;
  padding: 0.35rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  line-height: 0;
  transition: color 0.15s ease, background 0.15s ease;
}
.cart-page-item__remove:hover {
  color: #dc2626;
  background: #fef2f2;
}
.cart-page-item__remove:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}

.cart-page-item__row--controls {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.75rem 1.1rem;
}
@media (max-width: 480px) {
  .cart-page-item__row--controls {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "unit total" "qty qty";
  }
  .cart-page-item__row--controls .cart-page-item__unit {
    grid-area: unit;
  }
  .cart-page-item__row--controls .cart-page-item__line-total {
    grid-area: total;
    justify-self: end;
  }
  .cart-page-item__row--controls .cart-page-qty {
    grid-area: qty;
    justify-self: start;
  }
}

.cart-page-item__unit {
  font-size: 0.875rem;
  color: #6b7280;
}

.cart-page-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.cart-page-qty__btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #111827;
  background: #fafafa;
  border: 0;
  cursor: pointer;
}
.cart-page-qty__btn:hover {
  background: #f3f4f6;
}
.cart-page-qty__btn:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: -2px;
}

.cart-page-qty__input {
  width: 2.75rem;
  height: 2.5rem;
  border: 0;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  text-align: center;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.cart-page-qty__input::-webkit-outer-spin-button, .cart-page-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page-qty__input:focus {
  outline: none;
  background: #fafafa;
}

.cart-page-item__line-total {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #a42c3c;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cart-page-item__line-total {
    font-size: 1.0625rem;
  }
}

.cart-page-note {
  margin: 0.5rem 0 0;
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  background: #f9fafb;
  border-radius: 0.65rem;
}

.cart-page-lines.is-empty .cart-page-list,
.cart-page-lines.is-empty .cart-page-backlink {
  display: none;
}

.cart-page-backlink {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #a42c3c;
  text-decoration: none;
}
.cart-page-backlink:hover {
  text-decoration: underline;
}

.cart-page-summary__inner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.85rem;
  padding: 1.25rem 1.3rem 1.35rem;
}
@media (min-width: 1024px) {
  .cart-page-summary__inner {
    position: sticky;
    top: 5rem;
  }
}

.cart-page-summary__title {
  margin: 0 0 1.05rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #111827;
}

.cart-page-voucher {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cart-page-voucher__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
}

.cart-page-voucher__row {
  display: flex;
  gap: 0.45rem;
}

.cart-page-voucher__input {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.7rem;
  font: inherit;
  font-size: 0.9375rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.45rem;
  background: #fafafa;
}
.cart-page-voucher__input:focus {
  outline: none;
  border-color: rgba(164, 44, 60, 0.4);
  background: #fff;
}

.cart-page-voucher__apply {
  flex-shrink: 0;
  padding: 0.55rem 0.85rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #111827;
  border: 0;
  border-radius: 0.45rem;
  cursor: pointer;
}
.cart-page-voucher__apply:hover {
  background: #374151;
}

.cart-page-voucher__hint {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.4;
}

.cart-page-voucher__chip {
  padding: 0;
  font: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #a42c3c;
  background: none;
  border: 0;
  border-bottom: 1px dashed rgba(164, 44, 60, 0.5);
  cursor: pointer;
}

.cart-page-voucher__msg {
  margin: 0.45rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
}
.cart-page-voucher__msg--ok {
  color: #059669;
}
.cart-page-voucher__msg--err {
  color: #dc2626;
}

.cart-page-voucher__applied {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin-top: 0.5rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.875rem;
  background: #f0fdf4;
  border-radius: 0.4rem;
  border: 1px solid rgba(4, 120, 87, 0.18);
}

.cart-page-voucher__applied-main {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
}

.cart-page-voucher__applied-label {
  flex-shrink: 0;
  font-weight: 600;
  color: #065f46;
}

.cart-page-voucher__badge {
  font-weight: 800;
  color: #047857;
  letter-spacing: 0.03em;
}

.cart-page-voucher__remove {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0.25rem 0.55rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #065f46;
  background: #fff;
  border: 1px solid rgba(4, 120, 87, 0.35);
  border-radius: 0.35rem;
  cursor: pointer;
}
.cart-page-voucher__remove:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(4, 120, 87, 0.55);
}

.cart-page-summary__rows {
  margin: 0;
}

.cart-page-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-page-summary__row dt {
  margin: 0;
  font-weight: 500;
  color: #6b7280;
}
.cart-page-summary__row dd {
  margin: 0;
  font-weight: 700;
  color: #111827;
  text-align: right;
}
.cart-page-summary__row--muted dt, .cart-page-summary__row--muted dd {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.cart-page-summary__row--discount dt {
  color: #059669;
}
.cart-page-summary__row--total {
  border-bottom: 0;
  padding-top: 0.75rem;
  margin-top: 0.15rem;
}
.cart-page-summary__row--total dt {
  font-size: 1.125rem;
  font-weight: 800;
  color: #111827;
}
.cart-page-summary__row--total dd {
  font-size: 1.5rem;
  font-weight: 900;
  color: #a42c3c;
}

.cart-page-summary__dd--discount {
  color: #059669 !important;
}

.cart-page-footnote {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
}
.cart-page-footnote a {
  font-weight: 700;
  color: #a42c3c;
  text-decoration: none;
}
.cart-page-footnote a:hover {
  text-decoration: underline;
}

.cart-page-checkout {
  margin-top: 1rem;
}

.cart-page-summary__inner .btn-primary.cart-page-checkout.btn--block {
  padding: 0.75rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

.cart-page-sticky-pay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.55rem 0 calc(0.55rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1023px) {
  .cart-page-sticky-pay {
    display: block;
  }
}

.cart-page-sticky-pay__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-page-sticky-pay__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.cart-page-sticky-pay__label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
}

.cart-page-sticky-pay__total {
  font-size: 1.0625rem;
  font-weight: 800;
  color: #a42c3c;
}

.cart-page-sticky-pay__btn {
  flex-shrink: 0;
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
}

.hero-slider--card {
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .hero-slider--card {
    border-radius: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 20px 48px -12px rgba(0, 0, 0, 0.12);
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  min-height: 28rem;
}
@media (min-width: 768px) {
  .hero-slider {
    min-height: 32rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider {
    min-height: 40rem;
  }
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
  min-height: inherit;
}
.hero-slider .slick-slide {
  height: inherit;
}
.hero-slider .slick-slide > div {
  height: 100%;
}
.hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  outline: none;
}
@media (min-width: 768px) {
  .hero-slider__slide {
    min-height: 32rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__slide {
    min-height: 40rem;
  }
}

.hero-slider__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(102deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.32) 40%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
  pointer-events: none;
}

.hero-slider__deco {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 22rem;
  height: 85%;
  max-height: 20rem;
  border-radius: 50% 0 0 50%;
  background: radial-gradient(ellipse 100% 100% at 0% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero-slider__deco {
    width: 55%;
    max-width: 14rem;
    opacity: 0.6;
  }
}

.hero-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 28rem;
  padding: 3rem 3.5rem 4.25rem 2rem;
  max-width: 32rem;
}
@media (min-width: 768px) {
  .hero-slider__content {
    min-height: 32rem;
    padding: 3.75rem 4.5rem 5.25rem 3rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__content {
    min-height: 40rem;
    padding: 4.25rem 5rem 6rem 3.5rem;
  }
}
.hero-slider__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120%;
  max-width: 28rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.08) 70%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.hero-slider__label {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-slider__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 1rem;
  max-width: 16rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero-slider__title {
    font-size: 2.375rem;
    max-width: 20rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__title {
    font-size: 2.75rem;
    max-width: 24rem;
    line-height: 1.25;
  }
}

.hero-slider__text {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 20rem;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .hero-slider__text {
    font-size: 1rem;
    max-width: 22rem;
    margin-bottom: 1.75rem;
  }
}

.hero-slider__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8125rem 1.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: #a42c3c;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 9999px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(164, 44, 60, 0.3);
}
.hero-slider__btn:hover {
  background: #fff;
  color: #a42c3c;
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hero-slider__btn-arrow {
  font-size: 1.1em;
  opacity: 0.85;
  margin-left: 0.125rem;
  transition: transform 0.2s ease;
}
.hero-slider__btn:hover .hero-slider__btn-arrow {
  transform: translateX(2px);
}

.hero-slider .slick-dots {
  bottom: 1.25rem;
  padding: 0 1rem;
}
.hero-slider .slick-dots li {
  margin: 0 0.35rem;
  width: auto;
  height: auto;
}
.hero-slider .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.25rem;
}
.hero-slider .slick-dots li button:before {
  font-size: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}
.hero-slider .slick-dots li:hover button:before {
  color: rgba(255, 255, 255, 0.8);
}
.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
  transform: scale(1.3);
}

.trust-strip {
  position: relative;
  padding: 2rem 0 2.25rem;
}
@media (min-width: 768px) {
  .trust-strip {
    padding: 2.5rem 0 3.75rem;
  }
}

.trust-strip__bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(164, 44, 60, 0.09) 0%, transparent 55%);
}

.trust-strip__inner {
  position: relative;
  z-index: 1;
}

.trust-strip__intro {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 1.75rem;
}
@media (min-width: 768px) {
  .trust-strip__intro {
    margin-bottom: 2.25rem;
  }
}

.trust-strip__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a42c3c;
  line-height: 1.2;
}

.trust-strip__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #111827;
}
@media (min-width: 640px) {
  .trust-strip__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .trust-strip__title {
    font-size: 1.875rem;
  }
}

.trust-strip__title-accent {
  color: #a42c3c;
  position: relative;
}
.trust-strip__title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.3em;
  background: rgba(164, 44, 60, 0.12);
  border-radius: 2px;
  z-index: -1;
}

.trust-strip__lede {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trust-strip__lede {
    font-size: 0.9375rem;
    margin-top: 0.875rem;
  }
}

.trust-strip__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.5rem;
}
@media (min-width: 400px) {
  .trust-strip__list {
    gap: 0.75rem 0.65rem;
  }
}
@media (min-width: 640px) {
  .trust-strip__list {
    gap: 1rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .trust-strip__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .trust-strip__list {
    gap: 1.25rem;
  }
}

.trust-strip__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0.875rem 0.65rem;
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 16px 40px -20px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (min-width: 480px) {
  .trust-strip__card {
    padding: 1.1rem 0.9rem;
    border-radius: 1rem;
  }
}
@media (min-width: 768px) {
  .trust-strip__card {
    padding: 1.5rem 1.35rem;
    min-height: 100%;
  }
}
.trust-strip__card:hover {
  transform: translateY(-3px);
  border-color: rgba(164, 44, 60, 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06), 0 20px 48px -24px rgba(164, 44, 60, 0.18);
}

.trust-strip__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  border-radius: 0.6rem;
  color: #a42c3c;
  background: linear-gradient(145deg, rgba(164, 44, 60, 0.12) 0%, rgba(164, 44, 60, 0.05) 100%);
  border: 1px solid rgba(164, 44, 60, 0.15);
}
.trust-strip__card-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 480px) {
  .trust-strip__card-icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.85rem;
    border-radius: 0.7rem;
  }
  .trust-strip__card-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .trust-strip__card-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
  }
  .trust-strip__card-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.trust-strip__card-title {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: #111827;
}
@media (min-width: 400px) {
  .trust-strip__card-title {
    font-size: 0.875rem;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 480px) {
  .trust-strip__card-title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .trust-strip__card-title {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
}

.trust-strip__card-text {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 400px) {
  .trust-strip__card-text {
    font-size: 0.75rem;
    line-height: 1.55;
  }
}
@media (min-width: 768px) {
  .trust-strip__card-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.trust-strip__footnote {
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trust-strip__footnote {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.trust-strip__footnote-link {
  font-weight: 700;
  color: #a42c3c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.trust-strip__footnote-link:hover {
  color: #7f2230;
  border-bottom-color: currentColor;
}
.trust-strip__footnote-link:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
  border-radius: 2px;
}

.flash-sale__inner {
  background: #a42c3c;
  border-radius: 1rem;
  padding: 1.5rem 1rem 2rem;
}
@media (min-width: 768px) {
  .flash-sale__inner {
    border-radius: 1.25rem;
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .flash-sale__inner {
    padding: 2.5rem 2rem 3rem;
  }
}

.flash-sale__inner:has(.flash-sale__slider--no-dots) {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .flash-sale__inner:has(.flash-sale__slider--no-dots) {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .flash-sale__inner:has(.flash-sale__slider--no-dots) {
    padding-bottom: 2.25rem;
  }
}
.flash-sale__inner:has(.flash-sale__slider--no-dots) .flash-sale__cta {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .flash-sale__inner:has(.flash-sale__slider--no-dots) .flash-sale__cta {
    margin-top: 2rem;
  }
}

.flash-sale__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .flash-sale__header {
    margin-bottom: 2rem;
  }
}

.flash-sale__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flash-sale__title {
    font-size: 1.75rem;
  }
}

.flash-sale__title-text {
  display: inline-flex;
  align-items: center;
  gap: 0.05em;
}

.flash-sale__lightning {
  font-size: 0.9em;
  opacity: 0.95;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}

.flash-sale__countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
}

.flash-sale__countdown-label {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.flash-sale__countdown-timer {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
}

.flash-sale__countdown-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.25rem;
}

.flash-sale__countdown-value {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flash-sale__countdown-value {
    font-size: 1.25rem;
  }
}

.flash-sale__countdown-unit {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.flash-sale__countdown-sep {
  font-weight: 700;
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 0.1rem;
}

.flash-sale__slider {
  margin: 0 -0.5rem;
}
@media (min-width: 768px) {
  .flash-sale__slider {
    margin: 0 -0.75rem;
  }
}
.flash-sale__slider.flash-sale__slider--no-dots.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.flash-sale__slider.flash-sale__slider--no-dots .slick-dots {
  display: none !important;
}
.flash-sale__slider .slick-prev,
.flash-sale__slider .slick-next {
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
}
.flash-sale__slider .slick-prev::before,
.flash-sale__slider .slick-next::before {
  color: #fff;
  opacity: 0.9;
  font-size: 1.5rem;
}
.flash-sale__slider .slick-prev:hover::before,
.flash-sale__slider .slick-next:hover::before {
  opacity: 1;
  color: #fff;
}
.flash-sale__slider .slick-prev {
  left: -0.25rem;
}
.flash-sale__slider .slick-next {
  right: -0.25rem;
}
.flash-sale__slider .slick-dots {
  bottom: -2.75rem;
}
@media (min-width: 768px) {
  .flash-sale__slider .slick-dots {
    bottom: -3rem;
  }
}
.flash-sale__slider .slick-dots li button::before {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.5rem;
}
.flash-sale__slider .slick-dots li.slick-active button::before {
  color: #fff;
}

.flash-sale__slide {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .flash-sale__slide {
    padding: 0 0.75rem;
  }
}

.flash-sale__cta {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .flash-sale__cta {
    margin-top: 4.5rem;
  }
}

.flash-sale__view-all {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .flash-sale__view-all {
    padding: 0.875rem 2.5rem;
    font-size: 0.9375rem;
  }
}
.flash-sale__view-all:hover {
  background: #fff;
  color: #a42c3c;
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.flash-sale__view-all:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.product-showcase-section {
  padding: 1.5rem 0 2rem;
}
@media (min-width: 768px) {
  .product-showcase-section {
    padding: 2rem 0 2.5rem;
  }
}

.product-showcase__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .product-showcase__head {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.625rem 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .product-showcase__head {
    margin-bottom: 1.75rem;
    align-items: center;
  }
}
.product-showcase__head--trending {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .product-showcase__head--trending {
    align-items: flex-end;
  }
}
.product-showcase__head--featured {
  align-items: flex-end;
  gap: 1.25rem 1.5rem;
}
@media (max-width: 767px) {
  .product-showcase__head--featured {
    align-items: stretch;
    gap: 1rem 0;
  }
  .product-showcase__head--featured .product-showcase__tabs {
    width: 100%;
    padding-top: 0.125rem;
  }
}
@media (min-width: 768px) {
  .product-showcase__head--featured {
    align-items: flex-end;
  }
}

.product-showcase__title-block {
  min-width: 0;
  flex: 1 1 12rem;
}
@media (max-width: 767px) {
  .product-showcase__title-block {
    flex: 0 1 auto;
  }
}
.product-showcase__title-block--accent {
  padding-left: 1rem;
  border-left: 3px solid #a42c3c;
}
@media (max-width: 767px) {
  .product-showcase__title-block--accent {
    padding-left: 0.875rem;
  }
}
@media (min-width: 768px) {
  .product-showcase__title-block--accent {
    padding-left: 1.125rem;
    border-left-width: 4px;
  }
}

.product-showcase__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a42c3c;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-showcase__eyebrow {
    font-size: 0.6875rem;
  }
}

.product-showcase__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111827;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .product-showcase__title {
    font-size: 1.25rem;
  }
}
.product-showcase__title--rich {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
}
@media (min-width: 480px) {
  .product-showcase__title--rich {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .product-showcase__title--rich {
    font-size: 1.625rem;
  }
}

.product-showcase__title-em {
  color: #a42c3c;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.product-showcase__lede {
  margin: 0.5rem 0 0;
  max-width: 26rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-showcase__lede {
    max-width: none;
    line-height: 1.55;
  }
}
@media (min-width: 768px) {
  .product-showcase__lede {
    font-size: 0.875rem;
    max-width: 32rem;
  }
}

.product-showcase__subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.35;
}

.product-showcase__link-all {
  font-size: 0.875rem;
  font-weight: 600;
  color: #a42c3c;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.product-showcase__link-all:hover {
  color: #7f2230;
  border-bottom-color: currentColor;
}
.product-showcase__link-all:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 3px;
  border-radius: 2px;
}
.product-showcase__link-all--outline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a42c3c;
  border: 2px solid #a42c3c;
  border-radius: 9999px;
  border-bottom: 2px solid #a42c3c;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 12px rgba(164, 44, 60, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .product-showcase__link-all--outline {
    padding: 0.55rem 1.2rem;
    font-size: 0.8125rem;
  }
}
.product-showcase__link-all--outline .product-showcase__link-all-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}
.product-showcase__link-all--outline:hover {
  color: #fff;
  background: #a42c3c;
  border-color: #a42c3c;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(164, 44, 60, 0.35);
}
.product-showcase__link-all--outline:hover .product-showcase__link-all-arrow {
  transform: translateX(3px);
}
.product-showcase__link-all--outline:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 3px;
}

.product-showcase__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  justify-content: flex-start;
}
@media (min-width: 640px) {
  .product-showcase__tabs {
    justify-content: flex-end;
    flex: 0 1 auto;
  }
}

.product-showcase__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
  border-radius: 9999px;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .product-showcase__tab {
    font-size: 0.875rem;
    padding: 0.5rem 1.15rem;
  }
}
.product-showcase__tab:hover {
  background: rgba(164, 44, 60, 0.08);
  color: #a42c3c;
}
.product-showcase__tab[aria-selected=true] {
  background: #a42c3c;
  color: #fff;
  box-shadow: 0 2px 8px rgba(164, 44, 60, 0.35);
}
.product-showcase__tab:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}

.product-showcase__panel[hidden] {
  display: none !important;
}

.product-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 1rem;
}
@media (min-width: 480px) {
  .product-showcase__grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .product-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.35rem;
  }
}
@media (min-width: 992px) {
  .product-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .product-showcase__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 1.5rem;
  }
}

.product-showcase__foot {
  margin: 1.75rem 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-showcase__foot {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .product-showcase-section--trending .product-showcase__head > .product-showcase__link-all {
    display: none;
  }
}

.product-showcase__foot--mobile-only {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .product-showcase__foot--mobile-only {
    display: none;
  }
}
.product-showcase__foot--mobile-only .product-showcase__link-all--outline {
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.reviews-trust {
  position: relative;
  padding: 2rem 0 2.25rem;
  background: linear-gradient(180deg, rgba(164, 44, 60, 0.04) 0%, #faf8f6 22%, #f3f1ee 100%);
  border-top: 1px solid rgba(164, 44, 60, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .reviews-trust {
    padding: 2.5rem 0 2.75rem;
  }
}

.reviews-trust__head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .reviews-trust__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 24rem);
    align-items: stretch;
    gap: 1.5rem 2rem;
    margin-bottom: 2rem;
  }
}

.reviews-trust__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
@media (min-width: 992px) {
  .reviews-trust__intro {
    gap: 1.125rem;
    min-height: 0;
  }
}

.reviews-trust__title-block {
  flex: 0 0 auto;
  max-width: 36rem;
  padding-left: 0.875rem;
  border-left: 3px solid #a42c3c;
}
@media (min-width: 768px) {
  .reviews-trust__title-block {
    padding-left: 1rem;
    border-left-width: 4px;
  }
}
@media (min-width: 992px) {
  .reviews-trust__title-block {
    max-width: none;
  }
}

.reviews-trust__figure {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0;
  min-height: 11rem;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 32px -8px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(164, 44, 60, 0.06);
}
@media (min-width: 992px) {
  .reviews-trust__figure {
    flex: 1 1 0;
    min-height: 0;
  }
}

.reviews-trust__figure-img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .reviews-trust__figure-img {
    min-height: 0;
  }
}

.reviews-trust__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a42c3c;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .reviews-trust__eyebrow {
    font-size: 0.6875rem;
  }
}

.reviews-trust__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
  color: #111827;
}
@media (min-width: 480px) {
  .reviews-trust__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .reviews-trust__title {
    font-size: 1.625rem;
  }
}

.reviews-trust__title-accent {
  color: #a42c3c;
  font-weight: 800;
}

.reviews-trust__lede {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reviews-trust__lede {
    font-size: 0.875rem;
  }
}

.reviews-trust__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  min-width: 0;
}
@media (min-width: 992px) {
  .reviews-trust__summary {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-self: stretch;
  }
}

.reviews-trust__summary-item {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  padding: 0.75rem 0.625rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .reviews-trust__summary-item {
    padding: 0.875rem 0.75rem;
    border-radius: 0.875rem;
  }
}
@media (min-width: 992px) {
  .reviews-trust__summary-item {
    text-align: left;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
  }
}
.reviews-trust__summary-item--accent {
  border-color: rgba(164, 44, 60, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 14px rgba(164, 44, 60, 0.12);
}

.reviews-trust__summary-score {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .reviews-trust__summary-score {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .reviews-trust__summary-score {
    font-size: 2rem;
    line-height: 1.05;
  }
}

.reviews-trust__summary-max {
  font-size: 0.65em;
  font-weight: 700;
  color: #6b7280;
  margin-left: 0.05em;
}

.reviews-trust__summary-stars {
  margin: 0.35rem 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .reviews-trust__summary-stars {
    justify-content: flex-start;
  }
}
.reviews-trust__summary-stars .product-card__stars {
  --star-size: 0.8125rem;
}
@media (min-width: 992px) {
  .reviews-trust__summary-stars .product-card__stars {
    --star-size: 0.9375rem;
  }
}

.reviews-trust__summary-num {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #a42c3c;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .reviews-trust__summary-num {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .reviews-trust__summary-num {
    font-size: 1.625rem;
    line-height: 1.12;
  }
}

.reviews-trust__summary-caption {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reviews-trust__summary-caption {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .reviews-trust__summary-caption {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

.reviews-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .reviews-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
  }
}
@media (min-width: 1100px) {
  .reviews-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.reviews-trust__card {
  height: 100%;
  margin: 0;
  padding: 1.125rem 1rem 1rem;
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 12px 28px -10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  .reviews-trust__card {
    padding: 1.25rem 1.125rem 1.125rem;
    border-radius: 1rem;
  }
}
.reviews-trust__card:hover {
  border-color: rgba(164, 44, 60, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 20px 36px -14px rgba(164, 44, 60, 0.12);
  transform: translateY(-2px);
}

.reviews-trust__card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.reviews-trust__card-rating {
  padding: 0;
  min-height: auto;
}
.reviews-trust__card-rating .product-card__stars {
  --star-size: 0.875rem;
}

.reviews-trust__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #047857;
  background: rgba(4, 120, 87, 0.08);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.reviews-trust__verified-icon {
  flex-shrink: 0;
}

.reviews-trust__quote {
  margin: 0 0 1rem;
  padding: 0;
  flex: 1 1 auto;
  position: relative;
}
.reviews-trust__quote::before {
  content: "“";
  position: absolute;
  left: -0.05em;
  top: -0.2em;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(164, 44, 60, 0.2);
  pointer-events: none;
}
.reviews-trust__quote p {
  margin: 0;
  padding-top: 0.35rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #374151;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reviews-trust__quote p {
    font-size: 0.9375rem;
    line-height: 1.58;
  }
}

.reviews-trust__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.reviews-trust__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(145deg, #a42c3c 0%, #7f2230 100%);
  box-shadow: 0 2px 8px rgba(164, 44, 60, 0.35);
}
.reviews-trust__avatar--2 {
  background: linear-gradient(145deg, #4b5563 0%, #1f2937 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.reviews-trust__avatar--3 {
  background: linear-gradient(145deg, #b45309 0%, #92400e 100%);
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.3);
}

.reviews-trust__who {
  min-width: 0;
}

.reviews-trust__name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111827;
}

.reviews-trust__role {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

.reviews-trust__product {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #a42c3c;
  line-height: 1.35;
}

.blog-section {
  padding: 1.75rem 0 2.25rem;
  background: #f0f1f3;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .blog-section {
    padding: 2rem 0 2.75rem;
  }
}

.blog-section__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .blog-section__head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    margin-bottom: 1.75rem;
  }
}

.blog-section__mast {
  position: relative;
  max-width: 44rem;
  padding: 0 0 0.25rem;
}
@media (min-width: 768px) {
  .blog-section__mast {
    padding-bottom: 0.35rem;
  }
}

.blog-section__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog-section__kicker {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}

.blog-section__title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.15;
  color: #111827;
}

.blog-section__title-line {
  display: block;
}
.blog-section__title-line--lead {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  letter-spacing: normal;
  color: #4b5563;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}
@media (min-width: 768px) {
  .blog-section__title-line--lead {
    margin-bottom: 0.4rem;
  }
}
.blog-section__title-line--display {
  font-family: system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.125rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.blog-section__title-line--display em {
  font-style: normal;
  color: #a42c3c;
  position: relative;
}
.blog-section__title-line--display em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.28em;
  background: rgba(164, 44, 60, 0.14);
  border-radius: 2px;
  z-index: -1;
}

.blog-section__lede {
  margin: 0.75rem 0 0;
  max-width: 40rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #6b7280;
  font-weight: 500;
}
@media (min-width: 768px) {
  .blog-section__lede {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.blog-section__topics {
  list-style: none;
  margin: 0.875rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
}
@media (min-width: 768px) {
  .blog-section__topics {
    margin-top: 1rem;
    gap: 0.45rem 0.6rem;
  }
}

.blog-section__topic {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed rgba(164, 44, 60, 0.35);
  border-radius: 9999px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog-section__topic {
    font-size: 0.6875rem;
    padding: 0.32rem 0.75rem;
  }
}

@media (max-width: 767px) {
  .blog-section__head > .blog-section__link-all {
    display: none;
  }
}

.blog-section__cta-mobile {
  display: none;
}
@media (max-width: 767px) {
  .blog-section__cta-mobile {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
    padding-top: 0.25rem;
  }
}
.blog-section__cta-mobile .blog-section__link-all {
  justify-content: center;
  width: 100%;
  max-width: min(22rem, 100%);
  box-sizing: border-box;
}

.blog-section__link-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #a42c3c;
  border: 2px solid #a42c3c;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(164, 44, 60, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .blog-section__link-all {
    padding: 0.55rem 1.2rem;
    font-size: 0.8125rem;
  }
}
.blog-section__link-all:hover {
  color: #fff;
  background: #a42c3c;
  border-color: #a42c3c;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(164, 44, 60, 0.35);
}
.blog-section__link-all:hover .blog-section__link-arrow {
  transform: translateX(3px);
}
.blog-section__link-all:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 3px;
}

.blog-section__link-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.blog-section__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem 0.625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 480px) {
  .blog-section__grid {
    gap: 1rem 0.875rem;
  }
}
@media (min-width: 768px) {
  .blog-section__grid {
    gap: 1.125rem 1rem;
  }
}
@media (min-width: 1024px) {
  .blog-section__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem 1rem;
  }
}
@media (min-width: 1280px) {
  .blog-section__grid {
    gap: 1.35rem 1.125rem;
  }
}

.news-listing-featured {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  .news-listing-featured {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: stretch;
  }
}
.news-listing-featured:hover {
  border-color: rgba(164, 44, 60, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 16px 48px -12px rgba(164, 44, 60, 0.12);
}

.news-listing-featured__media {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #e5e7eb;
  aspect-ratio: 16/10;
}
@media (min-width: 768px) {
  .news-listing-featured__media {
    aspect-ratio: auto;
    min-height: 14rem;
  }
}

.news-listing-featured__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.news-listing-featured:hover .news-listing-featured__img {
  transform: scale(1.03);
}

.news-listing-featured__body {
  padding: 1.25rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .news-listing-featured__body {
    padding: 1.5rem 1.75rem;
  }
}

.news-listing-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-listing-featured__badge {
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}

.news-listing-featured__cat {
  color: #a42c3c;
}

.news-listing-featured__date {
  color: #9ca3af;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-listing-featured__title {
  margin: 0 0 0.65rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111827;
}
@media (min-width: 768px) {
  .news-listing-featured__title {
    font-size: 1.35rem;
  }
}
.news-listing-featured__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-listing-featured__title a:hover {
  color: #a42c3c;
}
.news-listing-featured__title a:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
  border-radius: 2px;
}

.news-listing-featured__excerpt {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #4b5563;
}
@media (min-width: 768px) {
  .news-listing-featured__excerpt {
    font-size: 0.9375rem;
  }
}

.news-listing-featured__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #a42c3c;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(164, 44, 60, 0.3);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.news-listing-featured__cta:hover {
  background: #8f2534;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(164, 44, 60, 0.35);
}
.news-listing-featured__cta:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background: #141210;
  background-image: linear-gradient(165deg, #1f1c1a 0%, #141210 42%, #0c0b0a 100%);
  border-top: 1px solid rgba(164, 44, 60, 0.45);
  box-shadow: 0 -20px 48px rgba(0, 0, 0, 0.12);
}

.site-footer__glow {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -6rem;
  width: min(90vw, 52rem);
  height: 14rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(164, 44, 60, 0.22) 0%, transparent 70%);
  opacity: 0.9;
}

.site-footer__invite {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, rgba(164, 44, 60, 0.2) 0%, rgba(164, 44, 60, 0.08) 45%, transparent 100%);
}

.site-footer__invite-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.125rem 0;
}
@media (min-width: 768px) {
  .site-footer__invite-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding: 1.35rem 0;
  }
}

.site-footer__invite-text {
  margin: 0;
  max-width: 40rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}
@media (min-width: 768px) {
  .site-footer__invite-text {
    font-size: 0.875rem;
  }
}
.site-footer__invite-text strong {
  color: #fff;
  font-weight: 700;
}

.site-footer__invite-badge {
  display: inline-block;
  margin-right: 0.35rem;
  color: rgba(255, 215, 180, 0.95);
  font-size: 0.9em;
  vertical-align: 0.05em;
}

.site-footer__invite-muted {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.site-footer__invite-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.site-footer__invite-phone {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #fff;
  background: #a42c3c;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(164, 44, 60, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.site-footer__invite-phone:hover {
  background: #8f2534;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(164, 44, 60, 0.5);
}
.site-footer__invite-phone:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.site-footer__invite-mail {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9999px;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.site-footer__invite-mail:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.site-footer__invite-mail:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 3px;
}

.site-footer__main {
  position: relative;
  z-index: 1;
  padding: 2rem 0 1.75rem;
}
@media (min-width: 768px) {
  .site-footer__main {
    padding: 2.5rem 0 2.25rem;
  }
}

.site-footer__grid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.75rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.1fr;
    gap: 2rem 2rem;
    align-items: start;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .site-footer__brand {
    grid-column: 1/-1;
  }
}

.site-footer__brand-card {
  padding: 1.25rem 1.125rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .site-footer__brand-card {
    padding: 1.5rem 1.35rem;
    border-radius: 1.125rem;
  }
}

.site-footer__logo {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.15);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.site-footer__logo:hover {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(164, 44, 60, 0.35);
}
.site-footer__logo:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 3px;
}

.site-footer__logo-line {
  display: block;
}

.site-footer__tagline {
  margin: 0 0 0.65rem;
  max-width: 24rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
}

.site-footer__signature {
  margin: 0 0 1.125rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 22rem;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.45;
  color: rgba(255, 215, 200, 0.75);
  font-weight: 500;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.site-footer__social-link:hover {
  color: #fff;
  background: rgba(164, 44, 60, 0.45);
  border-color: rgba(255, 180, 170, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(164, 44, 60, 0.35);
}
.site-footer__social-link:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .site-footer__col {
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .site-footer__brand .site-footer__brand-card {
    margin-right: 0.5rem;
  }
}

.site-footer__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.site-footer__heading-mark {
  width: 0.2rem;
  height: 1.1rem;
  border-radius: 2px;
  background: linear-gradient(180deg, #a42c3c 0%, rgba(164, 44, 60, 0.4) 100%);
  flex-shrink: 0;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.site-footer__list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer__list a::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 1px;
  background: rgba(164, 44, 60, 0.5);
  opacity: 0.6;
  transition: transform 0.2s ease, background 0.2s ease;
}
.site-footer__list a:hover {
  color: #fff;
  transform: translateX(2px);
}
.site-footer__list a:hover::before {
  background: #a42c3c;
  transform: scale(1.2);
}
.site-footer__list a:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
  border-radius: 2px;
}

.site-footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.site-footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.site-footer__contact-row:hover {
  border-color: rgba(164, 44, 60, 0.3);
  background: rgba(0, 0, 0, 0.28);
}

.site-footer__contact-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: 0.1rem;
  border-radius: 0.45rem;
  color: rgba(255, 200, 190, 0.9);
  background: rgba(164, 44, 60, 0.18);
  border: 1px solid rgba(164, 44, 60, 0.28);
}

.site-footer__contact-body {
  min-width: 0;
}

.site-footer__contact-label {
  display: block;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.15rem;
}

.site-footer__contact-value {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
}
.site-footer__contact-value--strong {
  font-weight: 800;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
}

a.site-footer__contact-value:hover {
  color: #fff;
}

.site-footer__legal {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.35);
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .site-footer__legal {
    padding: 1.35rem 0;
  }
}

.site-footer__legal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__legal-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }
}

.site-footer__copy {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.45;
  max-width: 28rem;
}
@media (min-width: 768px) {
  .site-footer__copy {
    max-width: none;
  }
}

.site-footer__copy-brand {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.site-footer__legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.65rem;
}
@media (min-width: 768px) {
  .site-footer__legal-links {
    justify-content: flex-end;
  }
}
.site-footer__legal-links li {
  display: inline-flex;
  align-items: center;
}
.site-footer__legal-links li + li::before {
  content: "·";
  margin-right: 0.65rem;
  color: rgba(255, 255, 255, 0.28);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}
.site-footer__legal-links a {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__legal-links a:hover {
  color: rgba(255, 215, 200, 0.95);
}
.site-footer__legal-links a:focus-visible {
  outline: 2px solid #a42c3c;
  outline-offset: 2px;
  border-radius: 2px;
}
@media (min-width: 640px){
  
  .cart-sidebar .sm\:flex-1 {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  
  .cart-sidebar .sm\:flex-1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .cart-sidebar .sm\:flex-1::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .cart-sidebar .sm\:flex-1::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  
  .cart-sidebar .sm\:flex-1::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px){
  
  .cart-sidebar .lg\:flex-1 {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  
  .cart-sidebar .lg\:flex-1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .cart-sidebar .lg\:flex-1::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .cart-sidebar .lg\:flex-1::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  
  .cart-sidebar .lg\:flex-1::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}
.hover\:border-header:hover{
  --tw-border-opacity: 1;
  border-color: rgb(164 44 60 / var(--tw-border-opacity, 1));
}
.hover\:border-header\/40:hover{
  border-color: rgb(164 44 60 / 0.4);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-header:hover{
  --tw-text-opacity: 1;
  color: rgb(164 44 60 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.focus\:ring-2: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(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);
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-header\/25:focus{
  --tw-ring-color: rgb(164 44 60 / 0.25);
}
@media not all and (min-width: 1024px){
  .max-lg\:z-\[56\]{
    z-index: 56;
  }
}
@media (min-width: 640px){
  .sm\: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;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:min-w-0{
    min-width: 0px;
  }
  .sm\:min-w-\[200px\]{
    min-width: 200px;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:whitespace-normal{
    white-space: normal;
  }
}
@media (min-width: 768px){
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:top-6{
    top: 1.5rem;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-56{
    height: 14rem;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:w-72{
    width: 18rem;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:flex-initial{
    flex: 0 1 auto;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }
  .xl\:h-72{
    height: 18rem;
  }
  .xl\:w-72{
    width: 18rem;
  }
  .xl\:w-80{
    width: 20rem;
  }
  .xl\:translate-x-\[-20\%\]{
    --tw-translate-x: -20%;
    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));
  }
  .xl\:translate-x-\[20\%\]{
    --tw-translate-x: 20%;
    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));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-12{
    gap: 3rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:h-96{
    height: 24rem;
  }
  .\32xl\:w-96{
    width: 24rem;
  }
  .\32xl\:-translate-x-\[15\%\]{
    --tw-translate-x: -15%;
    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));
  }
  .\32xl\:translate-x-\[15\%\]{
    --tw-translate-x: 15%;
    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));
  }
  .\32xl\:gap-16{
    gap: 4rem;
  }
}
