@charset "UTF-8";
/*
! tailwindcss v3.1.7 | 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: currentColor; /* 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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;
}
*, ::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-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:  ;
}
::-webkit-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-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:  ;
}
::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-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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.pointer-events-none{
  pointer-events: none !important;
}
.pointer-events-auto{
  pointer-events: auto !important;
}
.visible{
  visibility: visible !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}
.inset-0{
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.left-\[0\%\]{
  left: 0% !important;
}
.top-\[35\%\]{
  top: 35% !important;
}
.right-\[5\%\]{
  right: 5% !important;
}
.top-\[5\%\]{
  top: 5% !important;
}
.left-\[3\%\]{
  left: 3% !important;
}
.bottom-\[3\%\]{
  bottom: 3% !important;
}
.top-\[10\%\]{
  top: 10% !important;
}
.top-\[45\%\]{
  top: 45% !important;
}
.top-0{
  top: 0px !important;
}
.left-0{
  left: 0px !important;
}
.right-0{
  right: 0px !important;
}
.bottom-\[10px\]{
  bottom: 10px !important;
}
.left-1\/2{
  left: 50% !important;
}
.bottom-0{
  bottom: 0px !important;
}
.top-\[-30px\]{
  top: -30px !important;
}
.left-\[15\%\]{
  left: 15% !important;
}
.right-\[10\%\]{
  right: 10% !important;
}
.bottom-\[15\%\]{
  bottom: 15% !important;
}
.top-\[15\%\]{
  top: 15% !important;
}
.top-\[25\%\]{
  top: 25% !important;
}
.bottom-\[-10\%\]{
  bottom: -10% !important;
}
.top-\[20\%\]{
  top: 20% !important;
}
.right-\[40px\]{
  right: 40px !important;
}
.left-\[20\%\]{
  left: 20% !important;
}
.bottom-\[5\%\]{
  bottom: 5% !important;
}
.bottom-\[-20px\]{
  bottom: -20px !important;
}
.left-\[5\%\]{
  left: 5% !important;
}
.top-\[-20px\]{
  top: -20px !important;
}
.z-50{
  z-index: 50 !important;
}
.z-\[999\]{
  z-index: 999 !important;
}
.z-40{
  z-index: 40 !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.ml-2{
  margin-left: 0.5rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.ml-5{
  margin-left: 1.25rem !important;
}
.ml-3{
  margin-left: 0.75rem !important;
}
.mr-5{
  margin-right: 1.25rem !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-48{
  height: 12rem !important;
}
.h-12{
  height: 3rem !important;
}
.h-24{
  height: 6rem !important;
}
.h-\[60px\]{
  height: 60px !important;
}
.h-full{
  height: 100% !important;
}
.h-\[80px\]{
  height: 80px !important;
}
.h-\[30\%\]{
  height: 30% !important;
}
.h-\[70\%\]{
  height: 70% !important;
}
.h-\[100px\]{
  height: 100px !important;
}
.min-h-\[60vh\]{
  min-height: 60vh !important;
}
.min-h-\[calc\(100vh-332px\)\]{
  min-height: calc(100vh - 332px) !important;
}
.w-\[10\%\]{
  width: 10% !important;
}
.w-\[16\%\]{
  width: 16% !important;
}
.w-\[18\%\]{
  width: 18% !important;
}
.w-\[20px\]{
  width: 20px !important;
}
.w-full{
  width: 100% !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-12{
  width: 3rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-\[50px\]{
  width: 50px !important;
}
.w-\[40\%\]{
  width: 40% !important;
}
.w-\[160px\]{
  width: 160px !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-\[100px\]{
  width: 100px !important;
}
.w-\[12\%\]{
  width: 12% !important;
}
.w-\[80px\]{
  width: 80px !important;
}
.max-w-md{
  max-width: 28rem !important;
}
.max-w-xl{
  max-width: 36rem !important;
}
.max-w-lg{
  max-width: 32rem !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.flex-shrink{
  flex-shrink: 1 !important;
}
.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)) !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col{
  flex-direction: column !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-center{
  align-items: center !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-12{
  gap: 3rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-1{
  gap: 0.25rem !important;
}
.gap-3{
  gap: 0.75rem !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-\[20px\]{
  border-radius: 20px !important;
}
.border{
  border-width: 1px !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-ECE7E1{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 231 225 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#EDE9E4\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 228 / var(--tw-bg-opacity)) !important;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-615244{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(97 82 68 / var(--tw-bg-opacity)) !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-3{
  padding: 0.75rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pb-2{
  padding-bottom: 0.5rem !important;
}
.pt-3{
  padding-top: 0.75rem !important;
}
.pb-3{
  padding-bottom: 0.75rem !important;
}
.pr-\[30px\]{
  padding-right: 30px !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pl-10{
  padding-left: 2.5rem !important;
}
.text-center{
  text-align: center !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-16{
  font-size: 16px !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-medium{
  font-weight: 500 !important;
}
.italic{
  font-style: italic !important;
}
.tracking-widest{
  letter-spacing: 0.1em !important;
}
.text-615244{
  --tw-text-opacity: 1 !important;
  color: rgb(97 82 68 / var(--tw-text-opacity)) !important;
}
.text-B2A096{
  --tw-text-opacity: 1 !important;
  color: rgb(178 160 150 / var(--tw-text-opacity)) !important;
}
.text-\[\#9C8878\]{
  --tw-text-opacity: 1 !important;
  color: rgb(156 136 120 / var(--tw-text-opacity)) !important;
}
.text-\[\#B2A096\]{
  --tw-text-opacity: 1 !important;
  color: rgb(178 160 150 / var(--tw-text-opacity)) !important;
}
.text-\[\#615244\]{
  --tw-text-opacity: 1 !important;
  color: rgb(97 82 68 / var(--tw-text-opacity)) !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.line-through{
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}
.placeholder-\[\#B2A096\]::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(178 160 150 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-\[\#B2A096\]::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(178 160 150 / var(--tw-placeholder-opacity)) !important;
}
.opacity-40{
  opacity: .4 !important;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline{
  outline-style: solid !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.btn{
  display: inline-block;
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(97 82 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-sm{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.btn[disabled]{
  opacity: 0.5;
}

.listing tbody tr {
  transition: all 0.1s ease-in-out;
}
.listing tbody td:last-child {
  text-align: center;
}
.listing td {
  word-break: break-all;
}
.listing th {
  color: #16181e;
  font-weight: normal;
}
.listing tr.search-bar {
  background: #fafafa;
  border-color: #fafafa;
}
.listing tr.search-bar th {
  padding: 5px;
  vertical-align: middle;
  border: none;
}
.listing .buttonCreate {
  padding: 10px 30px;
}
.listing .pagination li {
  cursor: pointer;
}
.listing .page-item {
  border: 1px #cbcbcb solid;
  border-radius: 0;
  color: #cbcbcb !important;
  border-left: 0;
}
.listing .page-item.active {
  color: #16181e !important;
}
.listing .page-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px #cbcbcb solid;
}
.listing .page-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.listing th.sortable {
  cursor: pointer;
}
.listing .listPhoto {
  max-width: 30px;
}
.listing .material-icons {
  font-size: 1rem !important;
}
.listing .stock {
  padding: 3px 20px;
  border-radius: 20px;
}
.listing .stock-normal {
  border: 1px #56bd5b solid;
  color: #56bd5b;
}
.listing .stock-danger {
  background: #e74c3c;
  color: #fff;
}

.table-border-none {
  border: none;
}
.table-border-none td {
  border: none;
  padding: 1px 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table td:first-child {
  text-align: center;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.vertical-middle td {
  vertical-align: middle;
}

.table-hover tbody tr {
  transition: all 0.2s ease-in-out;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter18";
  src: url("../fonts/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter18";
  src: url("../fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter18";
  src: url("../fonts/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter24";
  src: url("../fonts/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter24";
  src: url("../fonts/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter24";
  src: url("../fonts/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter28";
  src: url("../fonts/Inter_28pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter28";
  src: url("../fonts/Inter_28pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter28";
  src: url("../fonts/Inter_28pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.font-inter-18 {
  font-family: "Inter18", sans-serif;
}

.font-inter-24 {
  font-family: "Inter24", sans-serif;
}

.font-inter-28 {
  font-family: "Inter28", sans-serif;
}

.font-darker {
  font-family: "DarkerGrotesque", sans-serif;
}

.text-draker {
  font-family: "DarkerGrotesque", sans-serif;
}

.text-inter {
  font-family: "Inter24", sans-serif;
}

.form {
  padding: 6px 8px;
}

:root {
  --pet-brown: #615244;
  --pet-brown-lt: #B2A095;
  --pet-cta: #CCBAAE;
  --pet-pale: #ECE7E1;
  --pet-deco: #DEDBD6;
}

body {
  font-family: "Inter24", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #615244;
  overflow-x: hidden;
}

.pointer {
  cursor: pointer;
}

portrait{
  display: block;
}

landscape{
  display: none;
}

@media (min-width: 1024px) {
  portrait {
    display: none;
  }
  landscape {
    display: block;
  }
}
/*
..######..########..##.......####.########..########
.##....##.##.....##.##........##..##.....##.##......
.##.......##.....##.##........##..##.....##.##......
..######..########..##........##..##.....##.######..
.......##.##........##........##..##.....##.##......
.##....##.##........##........##..##.....##.##......
..######..##........########.####.########..########
*/
.splide__arrow {
  background: none !important;
  width: 48px;
  height: 48px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.splide__arrow--prev {
  left: 10px;
  background: url("/img/38.png") center center/contain no-repeat !important;
}

.splide__arrow--next {
  right: 10px;
  background: url("/img/39.png") center center/contain no-repeat !important;
}

.splide__arrow svg {
  display: none;
}

/*
..########..########.########
.##.....##.##..........##...
.##.....##.##..........##...
.########..######......##...
.##........##..........##...
.##........##..........##...
.##........########....##...
*/
/* Header wrapper: full-bleed, no container max-width constraint */
.pet-header-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 1024–1419px: scaled-down header */
@media (min-width: 1024px) and (max-width: 1419px) {
  .pet-h-logo {
    width: 200px !important;
    height: auto !important;
  }
  .pet-h-nav {
    gap: 12px !important;
  }
  .pet-h-nav a {
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
  }
  .pet-h-row {
    height: 90px !important;
  }
  .pet-h-spacer {
    height: 160px !important;
  }
}
/* 1420px+: full spec */
@media (min-width: 1420px) {
  .pet-h-logo {
    width: 362px !important;
    height: 103px !important;
  }
  .pet-h-nav {
    gap: 32px !important;
  }
  .pet-h-nav a {
    font-size: 20px !important;
    letter-spacing: 0.2em !important;
  }
  .pet-h-row {
    height: 130px !important;
  }
  .pet-h-spacer {
    height: 200px !important;
  }
}
/*
.##.....##..#######..##.....##.########
.##.....##.##.....##.###...###.##......
.##.....##.##.....##.####.####.##......
.#########.##.....##.##.###.##.######..
.##.....##.##.....##.##.....##.##......
.##.....##.##.....##.##.....##.##......
.##.....##..#######..##.....##.########
*/
/* ─── Banner ──────────────────────────────────────── */
.home-banner-section {
  padding-top: 32px;
}

.home-banner {
  padding: 0 65px;
}

.home-banner .splide__track {
  border-radius: 80px;
  overflow: hidden;
}

.home-banner .splide__arrow {
  width: 70px !important;
  height: 70px !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.home-banner .splide__arrow--prev {
  background-image: url("/img/petogether-ui/home/banner/arrow-prev.png") !important;
  left: 16px;
}

.home-banner .splide__arrow--next {
  background-image: url("/img/petogether-ui/home/banner/arrow-next.png") !important;
  right: 16px;
}

@media (max-width: 1023px) {
  .home-banner-section {
    padding-top: 16px;
  }
  .home-banner {
    padding: 0 28px;
  }
  .home-banner .splide__track {
    aspect-ratio: 334/430;
    border-radius: 20px;
  }
  .home-banner .splide__slide img,
.home-banner picture,
.home-banner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner .splide__arrow {
    width: 22px !important;
    height: 22px !important;
  }
  .home-banner .splide__arrow--prev {
    left: 6px;
  }
  .home-banner .splide__arrow--next {
    right: 6px;
  }
}
.home-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ─── Brand Intro ─────────────────────────────────── */
.home-brand-section {
  padding: 80px 0 60px;
  overflow: visible !important;
}

@media (max-width: 1023px) {
  .home-brand-section {
    padding: 40px 0;
  }
}
.home-brand-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: center;
  gap: 60px;
}

.home-brand-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 507/689;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}

.home-brand-photo-main,
.home-brand-photo-alt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease;
}

.home-brand-photo-alt {
  opacity: 0;
}

@media (min-width: 1024px) {
  .home-brand-card:hover .home-brand-photo-main {
    opacity: 0;
  }
  .home-brand-card:hover .home-brand-photo-alt {
    opacity: 1;
  }
}
.home-brand-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.15em;
  color: #B2A095;
  line-height: 1.2;
}

.home-brand-subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #615244;
  line-height: 1.6;
}

.home-brand-body {
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #615244;
  line-height: 1.8;
}

/* 1024–1279px：字級縮小避免文字欄溢出 */
@media (min-width: 1024px) and (max-width: 1279px) {
  .home-brand-title {
    font-size: 42px;
  }
  .home-brand-subtitle {
    font-size: 24px;
  }
  .home-brand-body {
    font-size: 24px;
  }
}
/* 1280px+：全規格 */
@media (min-width: 1280px) {
  .home-brand-title {
    font-size: 64px;
  }
  .home-brand-subtitle {
    font-size: 36px;
  }
  .home-brand-body {
    font-size: 36px;
  }
}
.home-brand-img-wrap-mobile {
  width: 65%;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}

.home-brand-text-mobile {
  padding: 0 24px 40px;
}

/* Mobile brand: side-by-side */
.home-brand-mobile-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 24px 40px;
}

.home-brand-mobile-wrap .home-brand-img-wrap-mobile {
  width: 42%;
  flex-shrink: 0;
  margin: 0;
}

.home-brand-mobile-wrap .home-brand-text-mobile {
  flex: 1;
  padding: 0;
}

@media (max-width: 1023px) {
  .home-brand-mobile-wrap {
    align-items: center;
  }
  .home-brand-mobile-wrap .home-brand-text-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-brand-mobile-wrap .home-brand-title {
    font-size: 17px;
  }
  .home-brand-mobile-wrap .home-brand-subtitle {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .home-brand-mobile-wrap .home-brand-body {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
/* Decorative: brand section */
.home-deco-spot2 {
  position: absolute;
  right: -2%;
  top: 34%;
  width: 220px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1023px) {
  .home-deco-spot2 {
    right: -18%;
    top: 18%;
    width: 95px;
    opacity: 0.9;
    z-index: 0;
  }
}
.home-deco-spot1 {
  position: absolute;
  left: -2%;
  right: auto;
  top: 18%;
  bottom: auto;
  transform: none;
  width: 240px;
  opacity: 1;
  filter: none;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1023px) {
  .home-deco-spot1 {
    left: -18%;
    top: 42%;
    transform: none;
    width: 145px;
    opacity: 1;
    z-index: 1;
  }
  .home-cta > div {
    position: relative;
    z-index: 2;
  }
}
.home-deco-pawprint {
  position: absolute;
  left: 16%;
  top: -36px;
  bottom: auto;
  width: 70px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1023px) {
  .home-deco-pawprint {
    left: 14px;
    top: -26px;
    width: 48px;
    opacity: 0.6;
  }
}
/* ─── CTA ─────────────────────────────────────────── */
.home-cta {
  background-color: #CCBAAE;
  padding: 60px 16px;
  position: relative;
  overflow: hidden;
}

.home-cta > div {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .home-cta {
    padding: 100px 0;
  }
}
.home-cta-title {
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .home-cta-title {
    font-size: 64px;
  }
}
.home-cta-spacer {
  height: 32px;
}

@media (min-width: 1024px) {
  .home-cta-spacer {
    height: 64px;
  }
}
.home-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 54px;
  background: #615244;
  border-radius: 9999px;
  font-family: "Inter24", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.home-cta-button:hover {
  background: #ECE7E1;
  color: #615244;
}

@media (min-width: 1024px) {
  .home-cta-button {
    width: 242px;
    height: 66px;
    font-size: 24px;
  }
}
/* Decorative: brand section (right-bottom) */
.home-deco-smile {
  position: absolute;
  right: 8%;
  left: auto;
  bottom: 22px;
  top: auto;
  transform: none;
  width: 150px;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1023px) {
  .home-deco-smile {
    right: 5%;
    bottom: 14px;
    width: 80px;
  }
}
/* ============================================================
   LISTING PAGE (F3)
   ============================================================ */
/* Banner */
.listing-banner-section {
  padding-top: 32px;
}

.listing-banner {
  padding: 0 65px;
}

.listing-banner .splide__track {
  border-radius: 80px;
  overflow: hidden;
}

.listing-banner .splide__arrow {
  background: none !important;
  border: none;
  width: 48px;
  height: 48px;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 50%;
  transform: translateY(-50%);
}

.listing-banner .splide__arrow svg {
  display: none;
}

.listing-banner .splide__arrow--prev {
  background-image: url("/img/petogether-ui/product/banner/arrow-next.png") !important;
  transform: translateY(-50%) scaleX(-1);
  left: 16px;
}

.listing-banner .splide__arrow--next {
  background-image: url("/img/petogether-ui/product/banner/arrow-next.png") !important;
  right: 16px;
}

@media (max-width: 1023px) {
  .listing-banner-section {
    padding-top: 16px;
  }
  .listing-banner {
    padding: 0 16px;
  }
  .listing-banner .splide__track {
    border-radius: 24px;
  }
}
/* Brand Intro */
.listing-brand-section {
  padding: 48px 16px;
}

@media (min-width: 1024px) {
  .listing-brand-section {
    padding: 80px 0;
  }
}
.listing-brand-inner {
  max-width: 700px;
  margin: 0 auto;
}

.listing-brand-title {
  font-size: 28px;
  font-weight: 400;
  color: #5D5D5D;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .listing-brand-title {
    font-size: 40px;
  }
}
.listing-brand-subtitle {
  font-size: 16px;
  color: #B2A095;
  letter-spacing: 0.2em;
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .listing-brand-subtitle {
    font-size: 20px;
  }
}
.listing-brand-divider {
  width: 40px;
  height: 2px;
  background: #B2A095;
  margin: 16px auto;
}

.listing-brand-body {
  font-size: 14px;
  line-height: 2;
  color: #7A6A5A;
}

@media (min-width: 1024px) {
  .listing-brand-body {
    font-size: 16px;
  }
}
/* Deco */
.listing-deco-spot1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  pointer-events: none;
}

.listing-deco-spot2 {
  position: absolute;
  right: 30px;
  top: -20px;
  height: 80px;
  pointer-events: none;
}

/* Product Section */
.listing-products-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Sidebar */
.listing-sidebar {
  width: 20%;
  text-align: left;
}

@media (min-width: 1024px) {
  .listing-sidebar {
    text-align: center;
  }
}
.listing-type-item {
  cursor: pointer;
  border-radius: 0 9999px 9999px 0;
  padding: 8px 0 8px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #626261;
}

@media (min-width: 1024px) {
  .listing-type-item {
    font-size: 16px;
  }
}
.listing-type-item--active {
  background: #626261;
  color: #fff;
}

/* Product Card */
.listing-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.listing-card-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}

.listing-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.listing-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 4px;
}

.listing-card-name {
  font-family: "Inter24", sans-serif;
  font-size: 14px;
  color: #615244;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .listing-card-name {
    font-size: 16px;
  }
}
.listing-card-price {
  font-size: 13px;
  color: #B2A095;
  text-align: center;
}

.listing-card-price-original {
  color: #D66868;
}

/* ─── Empty State (F3-C) ─────────────────────────────── */
.listing-empty-state {
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 80px;
}

@media (max-width: 1023px) {
  .listing-empty-state {
    min-height: auto;
    padding: 24px 0 56px;
  }
}
.listing-empty-visual {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .listing-empty-visual {
    width: min(100%, 300px);
  }
}
.listing-empty-bg {
  width: 100%;
  height: auto;
  display: block;
}

.listing-cat-animation {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-animation: listing-cat-sprite-desktop 1.32s steps(1, end) infinite;
          animation: listing-cat-sprite-desktop 1.32s steps(1, end) infinite;
}

@media (max-width: 1023px) {
  .listing-cat-animation {
    display: none;
  }
}
.listing-cat-animation-mobile {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 70px;
  pointer-events: none;
  display: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-animation: listing-cat-sprite-mobile 1.32s steps(1, end) infinite;
          animation: listing-cat-sprite-mobile 1.32s steps(1, end) infinite;
}

@media (max-width: 1023px) {
  .listing-cat-animation-mobile {
    display: block;
  }
}
.listing-cat-frame {
  display: none;
}

@-webkit-keyframes listing-cat-sprite-desktop {
  0%, 16.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-1.png");
  }
  16.67%, 33.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-2.png");
  }
  33.34%, 50% {
    background-image: url("/img/petogether-ui/product/empty/cat-3.png");
  }
  50.01%, 66.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-4.png");
  }
  66.67%, 83.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-5.png");
  }
  83.34%, 100% {
    background-image: url("/img/petogether-ui/product/empty/cat-6.png");
  }
}

@keyframes listing-cat-sprite-desktop {
  0%, 16.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-1.png");
  }
  16.67%, 33.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-2.png");
  }
  33.34%, 50% {
    background-image: url("/img/petogether-ui/product/empty/cat-3.png");
  }
  50.01%, 66.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-4.png");
  }
  66.67%, 83.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-5.png");
  }
  83.34%, 100% {
    background-image: url("/img/petogether-ui/product/empty/cat-6.png");
  }
}
@-webkit-keyframes listing-cat-sprite-mobile {
  0%, 16.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-1.png");
  }
  16.67%, 33.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-2.png");
  }
  33.34%, 50% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-3.png");
  }
  50.01%, 66.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-4.png");
  }
  66.67%, 83.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-5.png");
  }
  83.34%, 100% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-6.png");
  }
}
@keyframes listing-cat-sprite-mobile {
  0%, 16.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-1.png");
  }
  16.67%, 33.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-2.png");
  }
  33.34%, 50% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-3.png");
  }
  50.01%, 66.66% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-4.png");
  }
  66.67%, 83.33% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-5.png");
  }
  83.34%, 100% {
    background-image: url("/img/petogether-ui/product/empty/cat-mobile-6.png");
  }
}
/* ─── F4 Product Item Page ───────────────────────────── */
/* Empty state */
.product-item-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 40px 16px 80px;
}

.product-item-empty-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 760px;
}

.product-item-empty-action {
  text-align: center;
}

.product-item-back-btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1.5px solid #9e8b7d;
  border-radius: 9999px;
  color: #615244;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.product-item-back-btn:hover {
  background: #615244;
  color: #fff;
}

/* Page wrapper */
.product-item-page {
  width: 100%;
}

.product-item-main {
  width: 100%;
}

/* ── Mobile gallery & info ── */
.product-item-gallery-mobile {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f9f5f2;
}

.product-item-image-mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.product-item-info-mobile {
  padding: 24px 16px 32px;
}

/* ── Desktop grid ── */
.product-item-desktop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 60px 0 40px;
  position: relative;
}

.product-item-gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.product-item-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80px;
  flex-shrink: 0;
}

.product-item-main-img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-item-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 12px;
}

/* ── Common info fields ── */
.product-item-title {
  font-size: 22px;
  font-weight: bold;
  color: #4a3f35;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .product-item-title {
    font-size: 20px;
  }
}
.product-item-subtitle {
  font-size: 15px;
  color: #7c6b5e;
  margin-top: -8px;
}

.product-item-points {
  list-style: disc;
  padding-left: 20px;
  color: #615244;
  font-size: 15px;
  line-height: 1.8;
}

.product-item-desc {
  color: #615244;
  font-size: 15px;
  line-height: 1.8;
}

/* ── Price ── */
.product-item-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product-item-price {
  font-size: 26px;
  font-weight: bold;
  color: #615244;
}

.product-item-original-price {
  font-size: 15px;
  color: #9e8b7d;
  text-decoration: line-through;
}

/* ── Qty ── */
.product-item-qty {
  display: flex;
  align-items: center;
}

/* ── Cart button ── */
.product-item-cart-wrap {
  margin-top: 8px;
}

.product-item-cart-btn {
  width: 100%;
  height: 52px;
  background: #615244;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: background 0.2s;
}

.product-item-cart-btn:hover {
  background: #4a3f35;
}

/* ── Desc section ── */
.product-item-desc-section {
  padding: 48px 0 64px;
  border-top: 1px solid #e8e0d8;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .product-item-desc-section {
    padding: 32px 16px 48px;
  }
}
/* ── Deco elements (desktop only) ── */
.product-item-deco {
  position: absolute;
  pointer-events: none;
}

.product-item-deco-paw {
  right: -40px;
  bottom: 60px;
  width: 100px;
  opacity: 0.45;
}

/* ─── F5 About Page ──────────────────────────────────── */
/* Page wrapper */
.about-page {
  overflow-x: hidden;
}

/* ── Brand Story Section ── */
.about-story-section {
  position: relative;
  padding: 60px 0 48px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .about-story-section {
    padding: 80px 0 64px;
  }
}
.about-story-inner {
  position: relative;
  z-index: 1;
}

/* Deco spots */
.about-deco {
  position: absolute;
  pointer-events: none;
}

.about-deco-spot1 {
  top: 0;
  right: -60px;
  width: 160px;
  opacity: 0.85;
}

.about-deco-spot2 {
  bottom: 60px;
  left: -60px;
  width: 200px;
  opacity: 0.85;
}

/* Heading row */
.about-story-heading {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .about-story-heading {
    margin-bottom: 52px;
    gap: 20px;
  }
}
.about-story-heading-zh {
  font-family: "Inter24", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #615244;
  letter-spacing: 0.2em;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .about-story-heading-zh {
    font-size: 48px;
  }
}
.about-story-heading-en {
  font-family: "DarkerGrotesque", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #B2A095;
  letter-spacing: 0.12em;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .about-story-heading-en {
    font-size: 40px;
  }
}
.about-story-heading-line {
  flex: 1;
  height: 1.5px;
  background: #615244;
  display: block;
  min-width: 40px;
}

/* Three photos */
.about-story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .about-story-images {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 52px;
  }
}
.about-story-photo {
  width: 100%;
  aspect-ratio: 569/387;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  display: block;
}

@media (min-width: 1024px) {
  .about-story-photo {
    border-radius: 40px;
  }
}
/* First photo on mobile: full width */
.about-story-photo:first-child {
  grid-column: 1/-1;
}

@media (min-width: 1024px) {
  .about-story-photo:first-child {
    grid-column: auto;
  }
}
/* 一起 | TOGETHER */
.about-together-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .about-together-wrap {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.about-together-zh {
  font-family: "Inter24", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #B2A095;
  letter-spacing: 0.25em;
}

@media (min-width: 1024px) {
  .about-together-zh {
    font-size: 40px;
  }
}
.about-together-sep {
  width: 1px;
  height: 28px;
  background: #B2A095;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .about-together-sep {
    height: 40px;
  }
}
.about-together-en {
  font-family: "Inter24", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #B2A095;
  letter-spacing: 0.35em;
}

@media (min-width: 1024px) {
  .about-together-en {
    font-size: 40px;
  }
}
.about-deco-pawprint {
  position: absolute;
  right: 60px;
  top: -24px;
  width: 64px;
  opacity: 0.7;
}

/* Body card */
.about-story-card {
  background: #CCBAAE;
  border-radius: 40px;
  padding: 32px 28px;
  margin: 0 auto 36px;
  max-width: 1100px;
}

@media (min-width: 1024px) {
  .about-story-card {
    border-radius: 80px;
    padding: 48px 64px;
    margin-bottom: 48px;
  }
}
.about-story-card-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .about-story-card-cols {
    flex-direction: row;
    gap: 48px;
  }
}
.about-story-body {
  flex: 1;
  color: #ffffff;
  font-family: "Inter24", sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
  overflow-wrap: break-word;
}

@media (min-width: 1024px) {
  .about-story-body {
    font-size: 16px;
  }
}
/* Body text 2 */
.about-story-body2 {
  text-align: center;
  color: #615244;
  font-family: "Inter24", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about-story-body2 {
    font-size: 20px;
  }
}
/* ── Divider ── */
.about-divider-wrap {
  display: flex;
  justify-content: center;
  padding: 36px 0 40px;
}

.about-story-divider {
  width: 64px;
  height: auto;
  display: block;
}

/* ── Reviewer Section ── */
.about-review-section {
  overflow: hidden;
  padding: 0 0 60px;
}

@media (min-width: 1024px) {
  .about-review-section {
    padding: 0 0 100px;
  }
}
.about-review-title {
  font-family: "Inter24", sans-serif;
  font-size: 28px;
  color: #615244;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1024px) {
  .about-review-title {
    font-size: 40px;
    margin-bottom: 64px;
  }
}
/* Desktop collage */
.about-review-collage {
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
}

.about-review-card {
  display: block;
  border-radius: 0;
}

.about-review-card-left {
  width: 220px;
  margin-bottom: 140px;
}

.about-review-card-center {
  width: 370px;
}

.about-review-card-right {
  width: 145px;
  margin-bottom: 40px;
}

/* Mobile stacked */
.about-review-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.about-review-mobile-center {
  width: min(320px, 88%);
  display: block;
}

.about-review-mobile-row {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.about-review-mobile-side {
  width: min(160px, 42%);
  display: block;
}

/* Review Splide coverflow */
.about-review-legacy-splide {
  display: none !important;
}

.about-review-carousel {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
  overflow: hidden;
}

.about-review-stage {
  position: relative;
  height: 430px;
}

.about-review-cover-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 290px;
  opacity: 0.3;
  filter: saturate(0.75);
  transform: translate(-50%, -50%) translateX(var(--review-x, 0)) scale(var(--review-scale, 0.52));
  transform-origin: center center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, filter 0.5s ease;
  will-change: transform, opacity, filter;
  z-index: var(--review-z, 1);
}

.about-review-cover-card img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.about-review-cover-card[data-position="-2"] {
  --review-x: -360px;
  --review-scale: 0.52;
  --review-z: 1;
  opacity: 0.3;
}

.about-review-cover-card[data-position="-1"] {
  --review-x: -205px;
  --review-scale: 0.74;
  --review-z: 2;
  opacity: 0.6;
}

.about-review-cover-card[data-position="0"] {
  --review-x: 0;
  --review-scale: 1;
  --review-z: 3;
  opacity: 1;
  filter: saturate(1);
}

.about-review-cover-card[data-position="1"] {
  --review-x: 205px;
  --review-scale: 0.74;
  --review-z: 2;
  opacity: 0.6;
}

.about-review-cover-card[data-position="2"] {
  --review-x: 360px;
  --review-scale: 0.52;
  --review-z: 1;
  opacity: 0.3;
}

.about-review-cover-card[data-position="-3"] {
  --review-x: -500px;
  --review-scale: 0.42;
  --review-z: 0;
  opacity: 0;
}

.about-review-cover-card[data-position="3"] {
  --review-x: 500px;
  --review-scale: 0.42;
  --review-z: 0;
  opacity: 0;
}

.about-review-cover-card.is-resetting {
  transition: none;
  opacity: 0 !important;
}

.about-review-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 9999px;
  background: #ccbaae;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
}

.about-review-arrow--prev {
  left: 10px;
}

.about-review-arrow--next {
  right: 10px;
}

@media (max-width: 1023px) {
  .about-review-carousel {
    width: 100%;
  }
  .about-review-stage {
    height: 380px;
  }
  .about-review-cover-card {
    width: 200px;
  }
  .about-review-cover-card[data-position="-2"],
.about-review-cover-card[data-position="2"] {
    opacity: 0;
  }
  .about-review-cover-card[data-position="-1"] {
    --review-x: -150px;
    --review-scale: 0.66;
    opacity: 0.6;
  }
  .about-review-cover-card[data-position="1"] {
    --review-x: 150px;
    --review-scale: 0.66;
    opacity: 0.6;
  }
  .about-review-cover-card[data-position="-3"] {
    --review-x: -260px;
  }
  .about-review-cover-card[data-position="3"] {
    --review-x: 260px;
  }
  .about-review-arrow {
    display: none;
  }
}
.about-review-splide .splide__track {
  overflow: visible !important;
}

.about-review-splide .splide__slide {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-review-splide .splide__slide.is-visible {
  z-index: 2;
}

.about-review-splide .splide__slide.is-active {
  z-index: 3;
}

.about-review-splide-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.35 !important;
  filter: saturate(0.75);
  transform: scale(0.52) !important;
  transform-origin: center center;
  transition: transform 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
  will-change: transform, opacity, filter;
}

.about-review-splide .splide__slide.is-visible .about-review-splide-img {
  opacity: 0.65 !important;
  filter: saturate(0.9);
  transform: scale(0.74) !important;
}

.about-review-splide .splide__slide.is-active .about-review-splide-img {
  opacity: 1 !important;
  filter: saturate(1);
  transform: scale(1) !important;
}

@media (max-width: 1023px) {
  .about-review-splide .splide__slide.is-visible .about-review-splide-img {
    opacity: 0.45 !important;
    transform: scale(0.72) !important;
  }
  .about-review-splide .splide__slide.is-active .about-review-splide-img {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
.about-review-splide .splide__arrow {
  z-index: 20;
  background: #ccbaae !important;
  color: #fff !important;
  opacity: 1;
  width: 2.5em;
  height: 2.5em;
}

.about-review-splide .splide__arrow svg {
  fill: currentColor !important;
}

.about-review-splide .splide__arrow svg path {
  fill: currentColor !important;
}

.about-review-splide .splide__arrow--prev {
  left: 0.25em;
}

.about-review-splide .splide__arrow--next {
  right: 0.25em;
}

/* ─────────────────────────────────────────
   F6 Furniture Page  (.furniture-*)
   ───────────────────────────────────────── */
.furniture-page {
  overflow-x: hidden;
}

/* ── Banner ── */
.furniture-banner-section {
  padding: 16px 16px 0;
}

@media (min-width: 1024px) {
  .furniture-banner-section {
    padding: 40px 65px 0;
  }
}
.furniture-banner-wrap {
  max-width: 1790px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .furniture-banner-wrap {
    border-radius: 80px;
  }
}
.furniture-banner-img-desktop,
.furniture-banner-img-mobile {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Banner arrow customisation (scoped to furniture banner) */
.furniture-banner-splide .splide__arrow {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  opacity: 0.9;
}

.furniture-banner-splide .splide__arrow:hover {
  opacity: 1;
}

.furniture-banner-splide .splide__arrow svg {
  display: none;
}

.furniture-banner-splide .splide__arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background-image: url("/img/petogether-ui/furniture/banner/arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.furniture-banner-splide .splide__arrow--prev::before {
  transform: scaleX(-1);
}

@media (max-width: 1023px) {
  .furniture-banner-splide .splide__arrow {
    display: none;
  }
}
/* ── Brand Concept (Intro) ── */
.furniture-intro-section {
  padding: 48px 0 40px;
  position: relative;
}

@media (min-width: 1024px) {
  .furniture-intro-section {
    padding: 72px 0 56px;
  }
}
.furniture-intro-inner {
  position: relative;
}

.furniture-deco {
  position: absolute;
  pointer-events: none;
}

.furniture-deco-smile {
  bottom: -16px;
  left: -48px;
  width: 72px;
  opacity: 0.65;
}

.furniture-deco-pawprint {
  top: 0;
  right: -16px;
  width: 60px;
  opacity: 0.65;
}

.furniture-intro-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 4px;
}

@media (min-width: 1024px) {
  .furniture-intro-cols {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 0;
  }
}
.furniture-intro-heading {
  flex-shrink: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .furniture-intro-heading {
    width: 260px;
    text-align: left;
  }
}
.furniture-intro-title-en {
  font-family: "DarkerGrotesque", sans-serif;
  font-size: 20px;
  color: #B2A095;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .furniture-intro-title-en {
    font-size: 36px;
  }
}
.furniture-intro-title-zh {
  font-family: "Inter24", sans-serif;
  font-size: 22px;
  color: #615244;
  font-weight: 300;
  letter-spacing: 0.2em;
}

@media (min-width: 1024px) {
  .furniture-intro-title-zh {
    font-size: 36px;
  }
}
.furniture-intro-body {
  color: #7A6A5A;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (min-width: 1024px) {
  .furniture-intro-body {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.furniture-intro-body p {
  margin-bottom: 2px;
}

/* ── Products + Categories ── */
.furniture-products-section {
  padding: 0 0 60px;
}

@media (min-width: 1024px) {
  .furniture-products-section {
    padding: 0 0 100px;
  }
}
.furniture-products-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 1024px) {
  .furniture-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
}
.furniture-products-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0; /* prevent grid blowout */
}

@media (min-width: 1024px) {
  .furniture-products-col {
    gap: 20px;
  }
}
/* Product large-image carousel */
.furniture-products-carousel-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .furniture-products-carousel-wrap {
    border-radius: 32px;
  }
}
.furniture-products-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Product carousel custom arrows (70×70 images) */
.furniture-products-carousel .splide__arrow {
  background: transparent;
  border: none;
  width: 52px;
  height: 52px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .furniture-products-carousel .splide__arrow {
    width: 70px;
    height: 70px;
  }
}
.furniture-products-carousel .splide__arrow svg {
  display: none;
}

.furniture-products-carousel .splide__arrow::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

@media (min-width: 1024px) {
  .furniture-products-carousel .splide__arrow::before {
    width: 60px;
    height: 60px;
  }
}
.furniture-products-carousel .splide__arrow--prev::before {
  background-image: url("/img/petogether-ui/furniture/products/arrow-prev.png");
}

.furniture-products-carousel .splide__arrow--next::before {
  background-image: url("/img/petogether-ui/furniture/products/arrow-next.png");
}

/* Category thumbnails row (2 per row) */
.furniture-category-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (min-width: 1024px) {
  .furniture-category-row {
    gap: 20px;
  }
}
.furniture-category-card {
  display: block;
  text-decoration: none;
  min-width: 0;
}

.furniture-category-card:hover .furniture-category-image {
  opacity: 0.88;
}

.furniture-category-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  transition: opacity 0.2s ease;
}

@media (min-width: 1024px) {
  .furniture-category-image {
    border-radius: 20px;
  }
}
.furniture-category-title {
  font-family: "Inter24", sans-serif;
  color: #615244;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .furniture-category-title {
    font-size: 18px;
    letter-spacing: 0.18em;
    margin-top: 14px;
  }
}
/* ═══════════════════════════════════════════════
   F7 Design Page — design-*
   ═══════════════════════════════════════════════ */
.design-page {
  overflow-x: hidden;
}

/* ── Deco helpers ── */
.design-deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.design-deco-circle {
  top: -60px;
  right: -40px;
  width: 260px;
}

.design-deco-spot2 {
  bottom: 20px;
  left: -30px;
  width: 120px;
}

.design-deco-circle-mob {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 140px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.design-deco-smile {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 80px;
}

/* ── 1. Intro / 品牌理念 ── */
.design-intro-section {
  padding: 40px 20px 48px;
}

@media (min-width: 1024px) {
  .design-intro-section {
    padding: 80px 65px 80px;
  }
}
.design-intro-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.design-intro-cols {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .design-intro-cols {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.design-intro-text {
  min-width: 0;
}

@media (min-width: 1024px) {
  .design-intro-text {
    flex: 0 0 340px;
  }
}
.design-intro-image-wrap {
  order: -1;
  min-width: 0;
}

@media (min-width: 1024px) {
  .design-intro-image-wrap {
    order: 0;
    flex: 1;
  }
}
.design-intro-splide {
  border-radius: 24px;
  overflow: hidden;
}

.design-intro-img {
  width: 100%;
  height: auto;
  display: block;
}

.design-intro-title-en {
  font-family: "Inter24", sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #B5A398;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (min-width: 1024px) {
  .design-intro-title-en {
    font-size: 16px;
  }
}
.design-intro-title-zh {
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 600;
  color: #3C2F25;
  margin-bottom: 24px;
  letter-spacing: 0.06em;
}

@media (min-width: 1024px) {
  .design-intro-title-zh {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.design-intro-body {
  color: #615244;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (min-width: 1024px) {
  .design-intro-body {
    font-size: 17px;
  }
}
.design-intro-body p {
  margin: 0;
}

/* Intro carousel arrows */
.design-intro-splide .splide__arrow {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 1;
}

@media (min-width: 1024px) {
  .design-intro-splide .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.design-intro-splide .splide__arrow svg {
  fill: #615244;
}

/* Intro carousel pagination */
.design-intro-splide .splide__pagination__page {
  background: #B5A398;
  width: 8px;
  height: 8px;
}

.design-intro-splide .splide__pagination__page.is-active {
  background: #615244;
  transform: scale(1.3);
}

/* ── 2. Designers + Works ── */
.design-designers-section {
  padding: 0 20px 60px;
}

@media (min-width: 1024px) {
  .design-designers-section {
    padding: 0 65px 100px;
  }
}
.design-designer-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .design-designer-row {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.design-designer-row--reverse {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .design-designer-row--reverse {
    flex-direction: row;
  }
}
.design-works-col {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-width: 0;
}

@media (min-width: 1024px) {
  .design-works-col {
    flex: 0 0 58%;
    gap: 16px;
  }
}
.design-designer-col {
  min-width: 0;
}

@media (min-width: 1024px) {
  .design-designer-col {
    flex: 0 0 calc(42% - 24px);
  }
}
.design-work-image {
  width: 50%;
  flex: 1 1 0;
  height: auto;
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .design-work-image {
    border-radius: 24px;
  }
}
.design-designer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .design-designer-image {
    border-radius: 24px;
  }
}
/* ── 3. CTA / Pawprints & Peace ── */
.design-cta-section {
  position: relative;
  background: #ECE7E1;
  padding: 70px 20px 80px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .design-cta-section {
    padding: 100px 20px 120px;
  }
}
.design-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.design-cta-title-en {
  font-family: "Inter24", sans-serif;
  font-size: 28px;
  letter-spacing: 0.18em;
  color: #3C2F25;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .design-cta-title-en {
    font-size: 40px;
  }
}
.design-cta-body {
  color: #615244;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 36px;
}

@media (min-width: 1024px) {
  .design-cta-body {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.design-cta-body p {
  margin: 0;
}

.design-cta-button {
  display: inline-block;
  color: #fff;
  background: #615244;
  border-radius: 9999px;
  padding: 14px 48px;
  font-family: "Inter24", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.design-cta-button:hover {
  opacity: 0.85;
}

/* ==============================================
   F8 購物車 / 結帳流程  cart-* checkout-* order-*
   ============================================== */
/* ── Outer wrapper (position context for decos) ── */
.cart-outer {
  position: relative;
  overflow: hidden;
}

/* ── Deco: paw ── */
.cart-deco-paw {
  position: absolute;
  width: 56px;
  top: 18px;
  right: 10px;
  opacity: 0.45;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1024px) {
  .cart-deco-paw {
    width: 84px;
    top: 96px;
    right: 28px;
    opacity: 0.5;
  }
}
/* ── Deco: spot1 (left edge blob) ── */
.cart-deco-spot1 {
  position: absolute;
  width: 90px;
  top: 42%;
  left: -32px;
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1024px) {
  .cart-deco-spot1 {
    width: 150px;
    bottom: 18%;
    top: auto;
    left: -20px;
    opacity: 0.75;
  }
}
/* ── Deco: spot2 (right edge blob) ── */
.cart-deco-spot2 {
  position: absolute;
  width: 90px;
  bottom: 22%;
  right: -32px;
  opacity: 0.65;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1024px) {
  .cart-deco-spot2 {
    width: 150px;
    top: 28%;
    bottom: auto;
    right: -20px;
    opacity: 0.7;
  }
}
/* ── Page wrapper ── */
.cart-page-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* ── Step progress bar ── */
.cart-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 48px;
}

.cart-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.cart-step-img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.cart-step-label {
  font-size: 13px;
  color: #9b8b7a;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.cart-step-label--active {
  color: #615244;
  font-weight: 500;
}

.cart-step-line {
  flex: 1;
  height: 1px;
  background: #c8bdb5;
  margin: 26px 10px 0;
}

/* ── Cart box ── */
.cart-box {
  border: 1px solid #e0d8d0;
  border-radius: 4px;
  overflow: hidden;
}

.cart-box-header {
  background: #f5f0eb;
  padding: 18px 24px;
}

.cart-box-title {
  font-size: 20px;
  color: #615244;
  font-weight: 500;
  margin: 0;
}

/* ── Column headers (desktop) ── */
.cart-col-header {
  display: grid;
  grid-template-columns: 1fr 140px 152px 172px;
  padding: 12px 24px;
  color: #9b8b7a;
  font-size: 13px;
  border-bottom: 1px solid #e0d8d0;
  background: #faf8f5;
  letter-spacing: 0.04em;
}

.cart-col-center {
  text-align: center;
}

/* ── Cart item row ── */
.cart-item-row {
  display: grid;
  grid-template-columns: 1fr 140px 152px 172px;
  padding: 20px 24px;
  align-items: center;
  border-bottom: 1px solid #f0ebe6;
}

.cart-item-row:last-child {
  border-bottom: none;
}

/* ── Product info cell ── */
.cart-item-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cart-item-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.cart-item-name {
  font-size: 15px;
  font-weight: 500;
  color: #615244;
  line-height: 1.6;
}

/* ── Price cell ── */
.cart-item-price {
  text-align: center;
  color: #615244;
  font-size: 15px;
}

/* ── Qty controls ── */
.cart-qty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-qty-btn {
  width: 32px;
  height: 36px;
  border: 1px solid #c8bdb5;
  background: #fff;
  color: #615244;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}

.cart-qty-btn:first-child {
  border-radius: 4px 0 0 4px;
}

.cart-qty-btn:last-child {
  border-radius: 0 4px 4px 0;
}

.cart-qty-btn:hover {
  background: #f5f0eb;
}

.cart-qty-input {
  width: 44px;
  height: 36px;
  border-top: 1px solid #c8bdb5;
  border-bottom: 1px solid #c8bdb5;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 15px;
  color: #615244;
  background: #fff;
  outline: none;
  -moz-appearance: textfield;
}

.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Subtotal + delete cell ── */
.cart-item-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.cart-item-subtotal {
  color: #615244;
  font-size: 15px;
  font-weight: 500;
  min-width: 80px;
  text-align: right;
}

.cart-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.15s;
  flex-shrink: 0;
}

.cart-delete-btn:hover {
  opacity: 1;
}

.cart-delete-img {
  height: 20px;
  width: auto;
  display: block;
}

/* ── Empty state ── */
.cart-empty {
  padding: 64px 24px 56px;
  text-align: center;
}

.cart-empty-title {
  font-size: 18px;
  color: #615244;
  font-weight: 500;
  margin-bottom: 12px;
}

.cart-empty-text {
  font-size: 14px;
  color: #9b8b7a;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* ── Total section ── */
.cart-total-wrap {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid #e0d8d0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.cart-total-row {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cart-total-label {
  font-size: 15px;
  color: #9b8b7a;
}

.cart-total-amount {
  font-size: 22px;
  font-weight: 600;
  color: #615244;
  min-width: 130px;
  text-align: right;
}

.cart-total-note {
  font-size: 12px;
  color: #b2a095;
  letter-spacing: 0.03em;
}

/* ── Bottom actions ── */
.cart-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 32px;
}

.cart-btn-continue {
  background: none;
  border: none;
  color: #9b8b7a;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 8px 4px;
  transition: color 0.15s;
  letter-spacing: 0.05em;
}

.cart-btn-continue:hover {
  color: #615244;
}

.cart-btn-checkout {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  line-height: 0;
}

.cart-btn-checkout-img {
  height: 52px;
  width: auto;
  display: block;
}

.cart-btn-checkout-img--hover {
  display: none;
}

.cart-btn-checkout:hover .cart-btn-checkout-img--normal {
  display: none;
}

.cart-btn-checkout:hover .cart-btn-checkout-img--hover {
  display: block;
}

.cart-btn-checkout[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── Empty-state shortcut button ── */
.cart-empty-link-btn {
  background: none;
  border: 1px solid #c8bdb5;
  color: #615244;
  font-size: 14px;
  padding: 10px 32px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background 0.15s, color 0.15s;
}

.cart-empty-link-btn:hover {
  background: #f5f0eb;
}

/* ── Decorative curve ── */
.cart-deco-wrap {
  overflow: hidden;
  line-height: 0;
}

.cart-deco-curve {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

/* ── Back to top (cart page, Vue controlled) ── */
.cart-back-top {
  position: fixed;
  right: 28px;
  bottom: 100px;
  z-index: 100;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.cart-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-back-top-img {
  width: 52px;
  height: auto;
  display: block;
}

/* ── Mobile ≤ 640px ── */
@media (max-width: 640px) {
  .cart-page-wrap {
    padding: 28px 16px 60px;
  }
  .cart-steps {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .cart-step-img {
    height: 38px;
  }
  .cart-step-label {
    font-size: 12px;
    margin-top: 6px;
  }
  .cart-step-line {
    margin-top: 19px;
  }
  .cart-col-header {
    display: none;
  }
  .cart-item-row {
    display: block;
    padding: 14px 12px;
    border-bottom: 1px solid #f0ebe6;
  }
  .cart-item-row:last-child {
    border-bottom: none;
  }
  .cart-item-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
  }
  .cart-item-img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    flex-shrink: 0;
  }
  .cart-item-name {
    font-size: 14px;
    padding-top: 2px;
  }
  .cart-item-price {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    font-size: 13px;
    color: #615244;
    padding: 2px 0;
  }
  .cart-item-price::before {
    content: "單件價格：";
    color: #9b8b7a;
    font-size: 12px;
    font-weight: 400;
  }
  .cart-qty-wrap {
    justify-content: flex-start;
    padding: 4px 0;
  }
  .cart-item-sub {
    justify-content: space-between;
    width: 100%;
    padding-top: 4px;
  }
  .cart-item-subtotal {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    min-width: auto;
  }
  .cart-item-subtotal::before {
    content: "小計：";
    color: #9b8b7a;
    font-weight: 400;
    font-size: 12px;
  }
  .cart-total-wrap {
    align-items: stretch;
  }
  .cart-total-row {
    justify-content: space-between;
  }
  .cart-total-note {
    text-align: right;
  }
  .cart-actions {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
  }
  .cart-btn-checkout-img {
    height: 48px;
  }
  .cart-deco-curve {
    height: 140px;
  }
  .cart-back-top {
    right: 16px;
    bottom: 96px;
  }
  .cart-back-top-img {
    width: 40px;
  }
}
/* ============================================================
   F8-checkout-start  (Step 2: 填寫資料)
   ============================================================ */
/* Layout */
.checkout-outer {
  position: relative;
  overflow: hidden;
}

.checkout-page-wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

/* Step bar */
.checkout-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}

.checkout-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkout-step-img {
  height: 52px;
  width: auto;
}

.checkout-step-label {
  font-size: 13px;
  color: #9b8b7a;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}

.checkout-step-label--active {
  color: #615244;
  font-weight: 600;
}

.checkout-step-line {
  flex: 1;
  height: 1px;
  background: #c8bdb5;
  margin: 26px 10px 0;
  min-width: 40px;
  max-width: 100px;
}

/* Deco (desktop) */
.checkout-deco-paw {
  position: absolute;
  left: -20px;
  top: 40px;
  width: 160px;
  pointer-events: none;
  opacity: 0.7;
}

.checkout-deco-spot1 {
  position: absolute;
  right: -30px;
  top: 80px;
  width: 140px;
  pointer-events: none;
}

.checkout-deco-spot2 {
  position: absolute;
  left: -40px;
  bottom: 100px;
  width: 180px;
  pointer-events: none;
}

.checkout-deco-wrap {
  text-align: left;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
}

.checkout-deco-curve {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  max-width: 100%;
}

/* Form sections */
.checkout-section {
  border: 1px solid #e0d8d0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.checkout-section-header {
  background: #f5f0eb;
  padding: 16px 28px;
  font-size: 18px;
  color: #615244;
  font-weight: 500;
}

.checkout-section-body {
  padding: 28px;
}

/* Field rows */
.checkout-field-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 12px;
}
.checkout-field-row:last-child {
  margin-bottom: 0;
}

.checkout-label {
  width: 110px;
  flex-shrink: 0;
  font-size: 14px;
  color: #615244;
  line-height: 44px;
}

.checkout-field-ctrl {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Inputs */
.checkout-input {
  width: 100%;
  height: 44px;
  border: 1px solid #c8bdb5;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 15px;
  color: #333;
  outline: none;
  background: #fff;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.checkout-input:focus {
  border-color: #9b8b7a;
}
.checkout-input::-moz-placeholder {
  color: #c0b4aa;
}
.checkout-input::placeholder {
  color: #c0b4aa;
}
.checkout-input--error {
  border-color: #d0432a !important;
}

.checkout-select {
  width: 100%;
  height: 44px;
  border: 1px solid #c8bdb5;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 15px;
  color: #615244;
  outline: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239b8b7a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.checkout-select:focus {
  border-color: #9b8b7a;
}

.checkout-textarea {
  width: 100%;
  border: 1px solid #c8bdb5;
  border-radius: 4px;
  padding: 14px;
  font-size: 15px;
  color: #333;
  outline: none;
  background: #fff;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.checkout-textarea:focus {
  border-color: #9b8b7a;
}
.checkout-textarea::-moz-placeholder {
  color: #c0b4aa;
}
.checkout-textarea::placeholder {
  color: #c0b4aa;
}

.checkout-error {
  font-size: 13px;
  color: #d0432a;
  margin-top: 5px;
}

/* Birthday selects */
.checkout-birth-row {
  display: flex;
  gap: 12px;
  flex: 1;
}
.checkout-birth-row .checkout-select {
  flex: 1;
  width: auto;
}

/* Input wrap (stacked full-width inputs, no label) */
.checkout-input-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.checkout-input-wrap:last-child {
  margin-bottom: 0;
}

/* Card row */
.checkout-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

/* Radio shipping */
.checkout-radio-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.checkout-radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #615244;
  cursor: pointer;
}
.checkout-radio-item input[type=radio] {
  accent-color: #615244;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

/* Custom image checkbox */
.checkout-chk-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #615244;
  margin-top: 8px;
}

.checkout-chk-input {
  display: none;
}

.checkout-chk-img {
  height: 22px;
  width: auto;
}

/* Invoice note */
.checkout-invoice-note {
  font-size: 13px;
  color: #9b8b7a;
  margin-bottom: 12px;
}

/* Back link */
.checkout-link-back {
  font-size: 15px;
  color: #9b8b7a;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.15s;
  cursor: pointer;
}
.checkout-link-back:hover {
  color: #615244;
}

/* Submit image button */
.checkout-btn-submit {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}
.checkout-btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkout-btn-submit-img {
  height: 52px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}
.checkout-btn-submit-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkout-btn-submit:not(:disabled):hover .checkout-btn-submit-img--hover {
  opacity: 1;
}
.checkout-btn-submit:not(:disabled):hover .checkout-btn-submit-img--normal {
  opacity: 0;
}

/* Bottom actions */
.checkout-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 32px;
  padding-bottom: 40px;
}

/* Back to top */
.checkout-back-top {
  position: fixed;
  right: 28px;
  bottom: 100px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.checkout-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.checkout-back-top-img {
  height: 52px;
  width: auto;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .checkout-deco-paw {
    display: none;
  }
  .checkout-deco-spot1 {
    width: 70px;
    right: -60px;
    top: 60px;
  }
  .checkout-deco-spot2 {
    width: 70px;
    left: -60px;
    bottom: 60px;
  }
  .checkout-step-img {
    height: 38px;
  }
  .checkout-step-line {
    margin-top: 19px;
    min-width: 20px;
    max-width: 55px;
  }
  .checkout-page-wrap {
    padding: 24px 16px 40px;
  }
  .checkout-section-body {
    padding: 20px 16px;
  }
  .checkout-field-row {
    flex-direction: column;
    gap: 6px;
  }
  .checkout-label {
    width: auto;
    line-height: 1.5;
  }
  .checkout-radio-group {
    flex-direction: column;
    gap: 12px;
  }
  .checkout-card-row {
    grid-template-columns: 1fr;
  }
  .checkout-actions {
    justify-content: center;
    gap: 16px;
  }
  .checkout-back-top {
    right: 16px;
    bottom: 96px;
  }
  .checkout-btn-submit-img {
    height: 44px;
  }
  .checkout-deco-curve {
    height: 140px;
  }
}
/* ─── Desktop Footer Contact Position ───────────────────── */
@media (min-width: 1024px) {
  .footer-desktop-contact {
    position: absolute;
    left: 5%;
    bottom: 62px;
    transform: none;
    z-index: 3;
  }
}
/* ─── Mobile Footer Layout ───────────────────────────────── */
@media (max-width: 1023px) {
  .footer-mobile-contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 120px);
    position: relative;
    z-index: 5;
  }
  .footer-mobile-email {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
    max-width: none;
    word-break: normal;
    overflow-wrap: normal;
  }
  .footer-mobile-email img,
.footer-mobile-email svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
  }
  .footer-mobile-socials {
    margin-top: 18px;
  }
}
/* ============================================================
   F8-checkout-end
   ============================================================ */
/* ============================================================
   F8-order-start  (Step 3: 訂單確認)
   ============================================================ */
/* Layout */
.order-outer {
  position: relative;
  overflow: hidden;
}

.order-page-wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

/* Order confirmation card */
.order-card {
  background: #fff;
  border: 1px solid #e0d8d0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

.order-card-header {
  background: #f5f0eb;
  padding: 18px 28px 6px;
  font-size: 20px;
  color: #615244;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.order-card-header-sub {
  background: #f5f0eb;
  padding: 0 28px 16px;
  font-size: 14px;
  color: #9b8b7a;
  line-height: 1.6;
  border-bottom: 1px solid #e0d8d0;
}

/* Info rows */
.order-info-row {
  display: flex;
  align-items: baseline;
  padding: 14px 28px;
  border-bottom: 1px solid #f0ebe6;
  gap: 12px;
}

.order-info-row:last-child {
  border-bottom: none;
}

.order-info-label {
  width: 84px;
  flex-shrink: 0;
  font-size: 13px;
  color: #9b8b7a;
  letter-spacing: 0.04em;
}

.order-info-value {
  flex: 1;
  font-size: 15px;
  color: #3d3028;
}

.order-info-value--accent {
  color: #615244;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
}

/* Cart items block */
.order-items {
  padding: 4px 28px 0;
  border-bottom: 1px solid #f0ebe6;
}

.order-items-label {
  font-size: 12px;
  color: #9b8b7a;
  letter-spacing: 0.04em;
  padding: 10px 0 6px;
}

.order-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f0eb;
}

.order-item-row:last-child {
  border-bottom: none;
  padding-bottom: 14px;
}

.order-item-img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #f5f0eb;
  display: block;
}

.order-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.order-item-name {
  font-size: 14px;
  color: #3d3028;
  word-break: break-word;
  line-height: 1.4;
}

.order-item-unit-price {
  font-size: 12px;
  color: #9b8b7a;
}

.order-item-qty {
  color: #9b8b7a;
  white-space: nowrap;
  font-size: 14px;
  flex-shrink: 0;
}

.order-item-price {
  white-space: nowrap;
  min-width: 90px;
  text-align: right;
  font-size: 14px;
  color: #3d3028;
  flex-shrink: 0;
}

/* Total row */
.order-total-row {
  background: #f9f6f3;
  border-top: 1px solid #e0d8d0 !important;
}

.order-total-amount {
  font-size: 18px;
  font-weight: 700;
  color: #615244;
}

/* Section divider */
.order-section-divider {
  height: 8px;
  background: #f5f0eb;
  border-top: 1px solid #e0d8d0;
  border-bottom: 1px solid #e0d8d0;
}

/* Action buttons */
.order-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.order-btn-home {
  position: relative;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.order-btn-home-img {
  height: 52px;
  width: auto;
  display: block;
  transition: opacity 0.2s;
}

.order-btn-home-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.order-btn-home:hover .order-btn-home-img--hover {
  opacity: 1;
}

.order-btn-home:hover .order-btn-home-img--normal {
  opacity: 0;
}

.order-link-shop {
  font-size: 14px;
  color: #9b8b7a;
  text-decoration: underline;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.order-link-shop:hover {
  color: #615244;
}

/* Empty state */
.order-empty {
  max-width: 480px;
  margin: 80px auto 120px;
  text-align: center;
  padding: 0 24px;
}

.order-empty-title {
  font-size: 20px;
  color: #615244;
  font-weight: 600;
  margin-bottom: 12px;
}

.order-empty-sub {
  font-size: 14px;
  color: #9b8b7a;
  margin-bottom: 32px;
  line-height: 1.6;
}

.order-btn-back {
  display: inline-block;
  padding: 12px 36px;
  background: #615244;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.order-btn-back:hover {
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 768px) {
  .order-page-wrap {
    padding: 28px 16px 48px;
  }
  .order-card-header {
    font-size: 17px;
    padding: 14px 18px 6px;
  }
  .order-card-header-sub {
    font-size: 13px;
    padding: 0 18px 14px;
  }
  .order-info-row {
    padding: 12px 18px;
  }
  .order-info-label {
    width: 68px;
    font-size: 12px;
  }
  .order-info-value {
    font-size: 14px;
  }
  .order-total-amount {
    font-size: 16px;
  }
  .order-items {
    padding: 4px 18px 0;
  }
  .order-item-img {
    width: 52px;
    height: 52px;
  }
  .order-item-name {
    font-size: 13px;
  }
  .order-item-price {
    min-width: 72px;
    font-size: 13px;
  }
  .order-btn-home-img {
    height: 44px;
  }
  /* Prevent step-bar labels from overflowing on narrow screens */
  .cart-step-line {
    min-width: 20px;
    max-width: 55px;
  }
}
/* ============================================================
   F8-order-end
   ============================================================ */
/* ============================================================
   F9 - Order Admin  (.order-admin-* / .order-page-*)
   ============================================================ */
.order-page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.order-page-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.order-page-subtitle {
  font-size: 14px;
  color: #888;
  margin-bottom: 32px;
}

/* ── Table (listing) ── */
.order-admin-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.order-admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.order-admin-table th {
  background: #f7f7f7;
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  color: #444;
  border-bottom: 2px solid #e8e8e8;
  white-space: nowrap;
}

.order-admin-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  vertical-align: middle;
}

.order-admin-table tr:last-child td {
  border-bottom: none;
}

.order-admin-table tr:hover td {
  background: #fafafa;
}

.order-admin-empty {
  text-align: center;
  padding: 60px 24px;
  color: #999;
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* ── Links & actions ── */
.order-admin-link {
  color: #615244;
  text-decoration: underline;
  font-size: 13px;
  white-space: nowrap;
}

.order-admin-link:hover {
  opacity: 0.7;
}

.order-admin-back {
  display: inline-block;
  margin-bottom: 20px;
  color: #615244;
  font-size: 14px;
  text-decoration: none;
}

.order-admin-back:hover {
  text-decoration: underline;
}

/* ── Status badges ── */
.order-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.order-badge--pending {
  background: #fff3cd;
  color: #856404;
}

.order-badge--paid {
  background: #d4edda;
  color: #155724;
}

.order-badge--unpaid {
  background: #f8d7da;
  color: #721c24;
}

.order-badge--shipped {
  background: #d4edda;
  color: #155724;
}

/* ── Detail sections ── */
.order-detail-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
}

.order-detail-section-title {
  background: #f7f7f7;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #e8e8e8;
}

.order-detail-row {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  align-items: flex-start;
}

.order-detail-row:last-child {
  border-bottom: none;
}

.order-detail-label {
  width: 110px;
  flex-shrink: 0;
  color: #888;
  font-size: 13px;
  padding-top: 1px;
}

.order-detail-value {
  flex: 1;
  color: #333;
  word-break: break-all;
}

/* ── Items table (detail) ── */
.order-items-table-wrap {
  overflow-x: auto;
}

.order-items-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 420px;
}

.order-items-table th {
  padding: 10px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
}

.order-items-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f5f5f5;
  color: #444;
  vertical-align: middle;
}

.order-items-table tr:last-child td {
  border-bottom: none;
}

.order-items-img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

/* ── Total block ── */
.order-total-block {
  padding: 6px 20px 14px;
}

.order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
  color: #555;
}

.order-total-row--grand {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  padding-top: 10px;
  margin-top: 6px;
  border-top: 2px solid #e8e8e8;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .order-page-wrap {
    padding: 24px 16px 60px;
  }
  /* Card layout for listing table */
  .order-admin-table-wrap {
    box-shadow: none;
    background: transparent;
  }
  .order-admin-table thead {
    display: none;
  }
  .order-admin-table,
.order-admin-table tbody,
.order-admin-table tr,
.order-admin-table td {
    display: block;
    width: 100%;
  }
  .order-admin-table tr {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
    padding: 4px 0;
  }
  .order-admin-table td {
    padding: 8px 16px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    gap: 8px;
  }
  .order-admin-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #888;
    font-size: 12px;
    min-width: 72px;
    flex-shrink: 0;
    padding-top: 1px;
  }
  .order-admin-table tr:last-child td {
    border-bottom: none;
  }
  /* Detail */
  .order-detail-label {
    width: 80px;
    font-size: 12px;
  }
  .order-detail-section-title {
    font-size: 13px;
  }
}
/* ============================================================
   F9-order-admin-end
   ============================================================ */
.hover\:text-\[\#5D5D5D\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(93 93 93 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.hover\:opacity-80:hover{
  opacity: .8 !important;
}
.hover\:opacity-70:hover{
  opacity: 0.7 !important;
}
.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) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block !important;
  }
  .lg\:hidden{
    display: none !important;
  }
  .lg\:h-20{
    height: 5rem !important;
  }
  .lg\:w-1\/2{
    width: 50% !important;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:flex-row{
    flex-direction: row !important;
  }
  .lg\:gap-20{
    gap: 5rem !important;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem !important;
  }
  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
