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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html, body, body * {
  font-family: 'Jost', sans-serif;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

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

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

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

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

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

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

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

/* Buttons */

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

/* WooCommerce product card */

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.woocommerce-checkout #main-content > .woocommerce ul.products li.product {
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.woocommerce ul.products li.product .button {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: auto;
}

/* WooCommerce notices */

/* WooCommerce form fields */

.woocommerce .input-text,
  .woocommerce select,
  .woocommerce textarea {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce .input-text:focus,
  .woocommerce select:focus,
  .woocommerce textarea:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

/* Cart table */

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce table.shop_table th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.woocommerce table.shop_table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-2\.5 {
  left: 0.625rem;
}

.right-4 {
  right: 1rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[5\/6\] {
  aspect-ratio: 5/6;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-48 {
  max-height: 12rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-56 {
  width: 14rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[60px\] {
  width: 60px;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.text-left {
  text-align: left;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13\.5px\] {
  font-size: 13.5px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.65\] {
  line-height: 1.65;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.-tracking-\[0\.2px\] {
  letter-spacing: -0.2px;
}

.-tracking-\[0\.3px\] {
  letter-spacing: -0.3px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.accent-gray-800 {
  accent-color: #1f2937;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.prose {
  line-height: 1.625;
}

.prose p {
  margin-bottom: 1rem;
}

.prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.prose h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.prose ul {
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.prose ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.prose a {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

/* ── Base ──────────────────────────────────────────────────────────────────── */

/* ── Components ─────────────────────────────────────────────────────────────── */

/* ── Utilities ───────────────────────────────────────────────────────────────── */

/* ══════════════════════════════════════════════════════════════════════════════
   CanvaDesign Homepage
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── Promo Bar ──────────────────────────────────────────────────────────────── */

.cd-promo-bar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #222;
}

.cd-promo-bar p {
  margin: 0;
}

/* ── Header ─────────────────────────────────────────────────────────────────── */

.cd-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

.cd-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cd-logo a {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.cd-logo img {
  height: 36px;
  width: auto;
}

/* Nav */

.cd-nav {
  display: flex;
}

.cd-nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-nav-list li {
  margin: 0;
}

.cd-nav-list a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.cd-nav-list a:hover {
  color: #111;
}

/* Icons */

.cd-header-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cd-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #222;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}

.cd-icon-btn:hover {
  color: #555;
}

.cd-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #111;
  color: #fff;
  font-size: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.cd-mobile-toggle {
  display: none;
}

/* Search bar */

.cd-search-bar {
  border-top: 1px solid #e5e7eb;
  padding: 12px 32px;
  background: #fff;
}

.cd-search-inner {
  max-width: 600px;
  margin: 0 auto;
}

.cd-search-inner .search-form {
  display: flex;
  gap: 8px;
}

.cd-search-inner input[type="search"] {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 13px;
  outline: none;
}

.cd-search-inner input[type="submit"] {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 13px;
  cursor: pointer;
}

/* Mobile nav */

.cd-mobile-nav {
  border-top: 1px solid #e5e7eb;
  padding: 16px 32px 20px;
  background: #fff;
}

.cd-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cd-mobile-nav-list a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

/* ── Hero ───────────────────────────────────────────────────────────────────── */

.cd-hero {
  display: flex;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.cd-hero-panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* Gradient placeholder backgrounds – replace via Customizer or CSS custom props */

.cd-hero-social      {
  background-color: #1a1a2e;
  background-image: linear-gradient(160deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}

.cd-hero-business    {
  background-color: #111;
  background-image: linear-gradient(160deg, #1c1c1c 0%, #2a2a2a 60%, #111 100%);
}

.cd-hero-organizational {
  background-color: #2c2c2c;
  background-image: linear-gradient(160deg, #2c2c2c 0%, #1e1e1e 60%, #111 100%);
}

/* Thin dividers between panels */

.cd-hero-panel + .cd-hero-panel {
  border-left: 1px solid rgba(255,255,255,0.08);
}

.cd-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.38);
  pointer-events: none;
}

.cd-hero-content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 1;
}

.cd-hero-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.2;
}

.cd-hero-content p {
  font-size: 13px;
  margin: 0 0 18px;
  opacity: 0.8;
}

.cd-hero-btn {
  display: inline-block;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: 2px;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.cd-hero-btn:hover {
  background: #fff;
  color: #111;
}

/* ── Features Bar ───────────────────────────────────────────────────────────── */

.cd-features-bar {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.cd-features-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cd-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cd-feature-icon {
  flex-shrink: 0;
  color: #f97316;
  display: flex;
  align-items: center;
}

.cd-feature strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.cd-feature span {
  font-size: 11px;
  color: #888;
}

/* ── Section Commons ────────────────────────────────────────────────────────── */

.cd-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cd-section-title {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.cd-section-desc {
  font-size: 14px;
  color: #666;
  text-align: center;
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.65;
}

/* ── Top Picks 2025 ─────────────────────────────────────────────────────────── */

.cd-top-picks {
  padding: 72px 32px;
  background: #fff;
}

.cd-top-picks-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.cd-picks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 240px;
  gap: 12px;
}

/* Bento box placement */

.cd-pick-mockups  {
  grid-column: 1;
  grid-row: 1 / 3;
}

.cd-pick-social   {
  grid-column: 2 / 4;
  grid-row: 1;
}

.cd-pick-business {
  grid-column: 2;
  grid-row: 2;
}

.cd-pick-life     {
  grid-column: 3;
  grid-row: 2;
}

.cd-pick-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cd-pick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.cd-pick-mockups  {
  background-color: #e4dff5;
  background-image: linear-gradient(135deg,#ebe6f8 0%,#cfc8ee 100%);
}

.cd-pick-social   {
  background-color: #1a1a1a;
  background-image: linear-gradient(135deg,#222 0%,#111 100%);
}

.cd-pick-business {
  background-color: #ede8f6;
  background-image: linear-gradient(135deg,#f0ecfa 0%,#d9d0f0 100%);
}

.cd-pick-life     {
  background-color: #fef6c7;
  background-image: linear-gradient(135deg,#fefce8 0%,#fde68a 100%);
}

.cd-pick-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.48);
  pointer-events: none;
}

.cd-pick-content {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 1;
}

.cd-pick-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
}

.cd-pick-content--light h3 {
  color: #fff;
}

.cd-pick-link {
  font-size: 12px;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cd-pick-link--light {
  color: #fff;
}

.cd-pick-link:hover {
  opacity: 0.7;
}

/* ── Top Month Sellers ──────────────────────────────────────────────────────── */

.cd-sellers {
  padding: 72px 32px;
  background: #fff;
}

.cd-sellers-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.cd-sellers-tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 40px;
}

.cd-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  padding: 8px 18px;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}

.cd-tab:hover {
  color: #333;
}

.cd-tab--active {
  color: #111;
  font-weight: 700;
  border-bottom-color: #f97316;
}

.cd-tab-panel {
  display: none;
}

.cd-tab-panel--active {
  display: block;
}

.cd-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cd-product-card {
  background: #fff;
}

.cd-product-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  border-radius: 2px;
}

.cd-product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.cd-product-card:hover .cd-product-img {
  transform: scale(1.05);
}

.cd-product-info {
  padding: 10px 0 0;
}

.cd-product-cat {
  font-size: 10px;
  color: #aaa;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.cd-product-name {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.35;
}

.cd-product-name a {
  text-decoration: none;
  color: inherit;
}

.cd-product-name a:hover {
  text-decoration: underline;
}

.cd-product-price {
  font-size: 13px;
  font-weight: 700;
  color: #e85d04;
}

.cd-product-price .woocommerce-Price-amount {
  color: #e85d04;
}

.cd-discover-more {
  text-align: center;
  margin-top: 44px;
}

.cd-discover-more a {
  font-size: 13px;
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cd-discover-more a:hover {
  color: #555;
}

/* ── Tutorials ──────────────────────────────────────────────────────────────── */

.cd-tutorials {
  padding: 72px 32px;
  background: #fafafa;
}

.cd-tutorials-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.cd-video-wrap {
  margin-top: 40px;
  background: #111;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}

.cd-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.cd-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255,255,255,0.45);
}

.cd-video-placeholder p {
  font-size: 12px;
  margin: 0;
}

/* ── No Canva Premium ───────────────────────────────────────────────────────── */

.cd-no-premium {
  padding: 72px 32px;
  background: #fff;
}

.cd-no-premium-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cd-no-premium-text h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0 0 20px;
}

.cd-no-premium-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 28px;
}

.cd-text-cta {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cd-text-cta:hover {
  color: #555;
}

.cd-no-premium-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-canva-card {
  background: linear-gradient(135deg, #00c4cc 0%, #7b2ff7 50%, #f107a3 100%);
  border-radius: 20px;
  width: 280px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(100,0,200,0.2);
}

.cd-canva-word {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
}

/* ── Testimonials ───────────────────────────────────────────────────────────── */

.cd-testimonials {
  padding: 72px 32px;
  background: #fafafa;
}

.cd-testimonials-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.cd-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
  text-align: left;
}

.cd-testimonial {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 28px;
}

.cd-stars {
  color: #f59e0b;
  font-size: 14px;
  margin: 0 0 14px;
  letter-spacing: 2px;
}

.cd-testimonial-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
}

.cd-testimonial p {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 0 0 18px;
}

.cd-testimonial-author {
  font-size: 11px;
  color: #aaa;
}

/* ── Instagram Section ──────────────────────────────────────────────────────── */

.cd-instagram {
  padding: 72px 32px;
  background: #f5f0ff;
  text-align: center;
}

.cd-instagram-inner {
  max-width: 600px;
  margin: 0 auto;
}

.cd-instagram-handle {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.cd-instagram-quote {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #888;
  margin: 0;
}

/* ── Footer ─────────────────────────────────────────────────────────────────── */

.cd-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 20px 32px;
}

.cd-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cd-footer-nav-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-footer-nav-list a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
}

.cd-footer-nav-list a:hover {
  color: #111;
  text-decoration: underline;
}

.cd-footer-copy {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════════════
   Shop / Archive Page
   ══════════════════════════════════════════════════════════════════════════════ */

/* Hide scrollbar on filter tabs row */

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Active shop filter tab */

.cd-tab-active {
  color: #e91e8c !important;
  border-bottom-color: #e91e8c !important;
  font-weight: 700;
}

/* WooCommerce price colours in the shop grid */

.cd-shop-price .woocommerce-Price-amount {
  color: #111;
}

.cd-shop-price del {
  color: #aaa;
  font-weight: 400;
  margin-right: 4px;
}

.cd-shop-price del .woocommerce-Price-amount {
  color: #aaa;
}

.cd-shop-price ins {
  text-decoration: none;
  color: #111;
}

/* Product card hover action icons */

.cd-card-actions {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
  white-space: nowrap;
}

.group:hover .cd-card-actions {
  opacity: 1;
  pointer-events: auto;
}

.cd-card-action-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  flex-shrink: 0;
  padding: 0;
}

.cd-card-action-btn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.cd-wishlist-btn.active svg {
  fill: #ef4444;
  stroke: #ef4444;
}

/* WooCommerce pagination */

.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  transition: background 0.15s, color 0.15s;
}

.woocommerce-pagination ul li .current,
.woocommerce-pagination ul li a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Shop grid responsive overrides */

@media (max-width: 1024px) {
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-shop .px-8,
  .tax-product_cat .px-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .woocommerce-shop ul.products,
  .tax-product_cat ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
}

@media (max-width: 480px) {
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products {
    gap: 0.75rem !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   About Us Page
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── About Hero ─────────────────────────────────────────────────────────────── */

.cd-about-hero {
  position: relative;
  height: 380px;
  background-color: #1a1a1a;
  background-image: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #111 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cd-about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.02) 0px,
    rgba(255,255,255,0.02) 2px,
    transparent 2px,
    transparent 24px
  );
  pointer-events: none;
}

.cd-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
}

.cd-about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 32px;
}

.cd-about-hero-content h1 {
  font-size: clamp(36px, 7vw, 80px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  font-style: italic;
  text-transform: uppercase;
}

/* ── About Intro ────────────────────────────────────────────────────────────── */

.cd-about-intro {
  padding: 80px 32px;
  background: #fff;
}

.cd-about-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.cd-about-intro-image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}

.cd-about-intro-placeholder {
  width: 100%;
  height: 480px;
  border-radius: 4px;
  background: linear-gradient(160deg, #e8e0d5 0%, #c9bfb0 100%);
}

.cd-about-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #aaa;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.cd-about-intro-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0 0 24px;
  letter-spacing: -0.3px;
}

.cd-about-intro-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

/* ── Elevate CTA ────────────────────────────────────────────────────────────── */

.cd-about-elevate {
  padding: 80px 32px;
  background: #fafafa;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.cd-about-elevate-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cd-about-elevate-inner > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.4px;
  margin: 0 0 36px;
}

.cd-about-elevate-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  margin-bottom: 28px;
}

.cd-about-elevate-cols p {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

.cd-about-elevate-sub {
  font-size: 13px;
  color: #888;
  margin: 0 0 28px;
}

.cd-about-shop-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 40px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}

.cd-about-shop-btn:hover {
  background: #333;
  color: #fff;
}

/* ── Why Choose ─────────────────────────────────────────────────────────────── */

.cd-about-why {
  padding: 80px 32px;
  background: #fff;
}

.cd-about-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.cd-about-why-text .cd-section-label {
  text-align: left;
  margin-bottom: 8px;
}

.cd-about-why-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  text-align: left;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

.cd-about-why-text p {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 16px;
}

.cd-about-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.cd-about-why-list li {
  font-size: 13px;
  color: #444;
  line-height: 1.65;
  padding: 6px 0 6px 20px;
  position: relative;
}

.cd-about-why-list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #111;
  font-weight: 700;
}

.cd-about-why-list strong {
  color: #111;
}

.cd-about-why-visual img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.cd-about-why-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 480px;
}

.cd-why-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cd-why-card {
  border-radius: 6px;
  flex: 1;
  background: linear-gradient(135deg, #e4dff5 0%, #cfc8ee 100%);
}

.cd-why-card--tall {
  flex: 2;
}

.cd-why-card--phone {
  background: linear-gradient(135deg, #f0e8f8 0%, #d8c9f0 100%);
}

.cd-why-card--dark  {
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
}

/* ── Quote Banner ───────────────────────────────────────────────────────────── */

.cd-about-banner {
  background: #9b6ed4;
  padding: 60px 32px;
  text-align: center;
}

.cd-about-banner-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cd-about-banner-inner p {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  margin: 0;
}

/* ── Image Gallery ──────────────────────────────────────────────────────────── */

.cd-about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 300px 300px;
}

.cd-about-gallery-item {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.cd-about-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.cd-about-gallery-item:hover img {
  transform: scale(1.04);
}

.cd-gallery-laptop     {
  background: linear-gradient(135deg, #c9d6e3 0%, #a8bccf 100%);
}

.cd-gallery-tote       {
  background: linear-gradient(135deg, #d5e8d4 0%, #b9d5b7 100%);
}

.cd-gallery-book       {
  background: linear-gradient(135deg, #dfe0f5 0%, #b8b9e0 100%);
}

.cd-gallery-stationery {
  background: linear-gradient(135deg, #f5e8d0 0%, #e4c99a 100%);
}

/* ── Customer Reviews ───────────────────────────────────────────────────────── */

.cd-about-reviews {
  padding: 80px 32px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.cd-about-reviews-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cd-about-reviews-inner > h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.3px;
  margin: 0 0 44px;
}

.cd-about-reviews-slider {
  position: relative;
  min-height: 160px;
}

.cd-about-review-slide {
  display: none;
  animation: cd-fade-in 0.5s ease;
}

.cd-about-review-slide--active {
  display: block;
}

@keyframes cd-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to   {
    opacity: 1;
    transform: translateY(0);
  }
}

.cd-about-review-slide blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.cd-about-review-slide blockquote p {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  color: #222;
  line-height: 1.7;
  margin: 0 0 20px;
}

.cd-about-review-slide blockquote footer {
  font-size: 12px;
  color: #999;
}

.cd-about-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.cd-review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.cd-review-dot--active {
  background: #111;
}

.cd-review-dot:hover   {
  background: #888;
}

/* ── Product Showcase ───────────────────────────────────────────────────────── */

.cd-about-showcase {
  background: #f5f0ff;
}

.cd-about-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 180px);
}

.cd-about-showcase-item {
  display: block;
  overflow: hidden;
}

.cd-about-showcase-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.cd-about-showcase-item:hover .cd-about-showcase-img {
  transform: scale(1.06);
}

/* ── About Responsive ───────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .cd-about-intro-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cd-about-intro-image img,
  .cd-about-intro-placeholder {
    height: 360px;
  }

  .cd-about-why-inner   {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cd-about-hero        {
    height: 260px;
  }

  .cd-about-elevate-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cd-about-gallery     {
    grid-template-rows: 200px 200px;
  }

  .cd-about-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 160px);
  }

  .cd-about-banner-inner p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cd-about-hero-content h1 {
    font-size: 32px;
  }

  .cd-about-gallery     {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 200px);
  }

  .cd-about-why-collage {
    height: 320px;
  }
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .cd-features-inner   {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cd-no-premium-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cd-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-products-grid    {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cd-nav           {
    display: none;
  }

  .cd-mobile-toggle {
    display: flex !important;
  }

  .cd-hero          {
    flex-direction: column;
    height: auto;
  }

  .cd-hero-panel    {
    min-height: 260px;
    border-left: none !important;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .cd-picks-grid    {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .cd-pick-mockups  {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .cd-pick-social   {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .cd-pick-business {
    grid-column: 1;
    grid-row: 3;
  }

  .cd-pick-life     {
    grid-column: 2;
    grid-row: 3;
  }

  .cd-pick-card     {
    min-height: 200px;
  }

  .cd-footer-inner  {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .cd-header-inner  {
    padding: 0 16px;
  }

  .cd-features-inner {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .cd-products-grid {
    grid-template-columns: 1fr;
  }

  .cd-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .cd-section-title {
    font-size: 24px;
  }

  .cd-no-premium-text h2 {
    font-size: 26px;
  }
}

/* ── FAQ Page ────────────────────────────────────────────────────────────────── */

/* Title bar */

.cd-faq-title-bar {
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  padding: 28px 32px;
}

.cd-faq-title-bar-text {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin: 0;
  letter-spacing: 0.01em;
}

/* Main content */

.cd-faq-main {
  padding: 80px 32px 100px;
}

.cd-faq-inner {
  max-width: 880px;
  margin: 0 auto;
}

/* Big heading */

.cd-faq-heading {
  font-size: 52px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.8px;
  margin: 0 0 28px;
  line-height: 1.1;
}

/* Intro paragraph */

.cd-faq-intro {
  font-size: 13.5px;
  color: #333;
  margin: 0 0 32px;
  line-height: 1.6;
}

.cd-faq-intro a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cd-faq-intro a:hover {
  opacity: 0.7;
}

/* Overview table */

.cd-faq-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 56px;
  font-size: 13.5px;
}

.cd-faq-table th,
.cd-faq-table td {
  border: 1px solid #d1d5db;
  padding: 11px 16px;
  text-align: left;
  color: #111;
  line-height: 1.55;
  vertical-align: top;
}

.cd-faq-table thead th {
  font-weight: 700;
  background: #fff;
  border-bottom: 2px solid #d1d5db;
}

.cd-faq-table col:first-child {
  width: 34%;
}

/* Q&A section heading */

.cd-faq-qa-heading {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

/* Q&A list — all items visible, no accordion */

.cd-faq-list {
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

.cd-faq-question-line {
  margin: 0 0 6px;
  color: #111;
  font-weight: 400;
}

.cd-faq-arrow {
  font-size: 11px;
  color: #555;
  vertical-align: middle;
}

.cd-faq-answer-line {
  margin: 0 0 20px;
  color: #333;
}

.cd-faq-answer-line:last-child {
  margin-bottom: 0;
}

/* FAQ Responsive */

@media (max-width: 640px) {
  .cd-faq-heading {
    font-size: 32px;
  }

  .cd-faq-main    {
    padding: 48px 20px 72px;
  }

  .cd-faq-table th,
  .cd-faq-table td {
    padding: 10px 12px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Privacy Policy Page
   ══════════════════════════════════════════════════════════════════════════════ */

.cd-privacy-title-bar {
  text-align: center;
  padding: 48px 32px 32px;
}

.cd-privacy-title-text {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin: 0;
  letter-spacing: -0.3px;
}

.cd-privacy-main {
  padding: 0 32px 100px;
}

.cd-privacy-inner {
  max-width: 860px;
  margin: 0 auto;
}

.cd-privacy-date {
  font-size: 13px;
  color: #555;
  margin: 0 0 20px;
  font-style: italic;
}

.cd-privacy-intro {
  font-size: 13.5px;
  color: #333;
  line-height: 1.65;
  margin: 0 0 32px;
}

.cd-privacy-intro a,
.cd-privacy-text a {
  color: #111;
  text-decoration: none;
}

.cd-privacy-intro a:hover,
.cd-privacy-text a:hover {
  text-decoration: underline;
}

.cd-privacy-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 36px 0 14px;
  letter-spacing: -0.2px;
}

.cd-privacy-text {
  font-size: 13.5px;
  color: #333;
  line-height: 1.65;
  margin: 0 0 12px;
}

.cd-privacy-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 12px;
}

.cd-privacy-list li {
  font-size: 13.5px;
  color: #333;
  line-height: 1.65;
  margin-bottom: 6px;
}

.cd-privacy-list li strong {
  color: #111;
  font-weight: 700;
}

@media (max-width: 640px) {
  .cd-privacy-title-text {
    font-size: 22px;
  }

  .cd-privacy-main       {
    padding: 0 20px 72px;
  }

  .cd-privacy-heading    {
    font-size: 17px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Checkout Page
   ══════════════════════════════════════════════════════════════════════════════ */

/* Header and footer are visible on checkout */

/* Remove padding that woocommerce.php adds */

.woocommerce-checkout #main-content {
  padding: 0;
}

/* Remove sidebar on checkout */

.woocommerce-checkout #main-content > .flex {
  display: block;
}

/* Remove the "Your order" heading – we skip the table entirely */

.woocommerce-checkout #order_review_heading {
  display: none;
}

/* ── Payment gateway list ─────────────────────────────── */

.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}

.woocommerce-checkout .wc_payment_methods > li {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .15s;
}

.woocommerce-checkout .wc_payment_methods > li:has(input:checked) {
  border-color: #9ca3af;
}

.woocommerce-checkout .wc_payment_methods label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  width: 100%;
}

.woocommerce-checkout .wc_payment_methods .payment_box {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  padding: 16px;
  font-size: 13px;
  color: #6b7280;
}

.woocommerce-checkout .wc_payment_methods .payment_box p {
  margin: 0;
}

/* ── Field validation states ──────────────────────────── */

.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-error {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  color: #991b1b;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 16px;
  list-style: none;
}

.woocommerce-checkout .woocommerce-error li {
  margin: 0;
}

/* Red border on invalid inputs */

.woocommerce-checkout input.woocommerce-invalid-input,
.woocommerce-checkout select.woocommerce-invalid-input {
  border-color: #ef4444 !important;
}

/* ── Coupon / login notices ───────────────────────────── */

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-info {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

/* ── Checkout page footer ─────────────────────────────── */

.woocommerce-checkout .cd-footer {
  border-top: 1px solid #f3f4f6;
  background: #fff;
  padding: 16px 32px;
}

.woocommerce-checkout .cd-footer-inner {
  justify-content: center;
  gap: 24px;
}

/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 640px) {
  .woocommerce-checkout .max-w-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .woocommerce-checkout .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .grid-cols-3 {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Single Product Page
   ══════════════════════════════════════════════════════════════════════════════ */

.cd-sp-page {
  background: #fff;
  padding: 48px 0 80px;
}

.cd-sp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── Two-column layout ─────────────────────────────────────────────────────── */

.cd-sp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

/* ── Gallery ───────────────────────────────────────────────────────────────── */

.cd-sp-main-wrap {
  background: #f5f5f5;
  overflow: hidden;
  aspect-ratio: 3 / 3.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-sp-main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}

.cd-sp-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cd-sp-thumb {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: #f3f4f6;
  transition: border-color 0.15s;
  flex-shrink: 0;
}

.cd-sp-thumb:hover {
  border-color: #888;
}

.cd-sp-thumb--active {
  border-color: #111;
}

.cd-sp-thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ── Info panel ────────────────────────────────────────────────────────────── */

.cd-sp-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: -0.3px;
}

.cd-sp-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.cd-sp-price {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.cd-sp-price .woocommerce-Price-amount {
  color: #111;
}

.cd-sp-stock {
  font-size: 13px;
  font-weight: 500;
}

.cd-sp-stock--in  {
  color: #222;
}

.cd-sp-stock--out {
  color: #ef4444;
}

/* ── Cart form ─────────────────────────────────────────────────────────────── */

.cd-sp-cart-form {
  margin-bottom: 24px;
}

.cd-sp-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Quantity stepper */

.cd-sp-qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  height: 46px;
  overflow: hidden;
  flex-shrink: 0;
}

.cd-sp-qty-btn {
  width: 38px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  flex-shrink: 0;
  transition: background 0.15s;
}

.cd-sp-qty-btn:hover {
  background: #f3f4f6;
}

.cd-sp-qty-input {
  width: 46px;
  height: 100%;
  border: none;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  outline: none;
  -moz-appearance: textfield;
  padding: 0;
  background: #fff;
}

.cd-sp-qty-input::-webkit-outer-spin-button,
.cd-sp-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Add to cart button */

.cd-sp-atc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  border: none;
  padding: 0 24px;
  height: 46px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
  flex: 1;
}

.cd-sp-atc-btn:hover {
  background: #333;
}

/* Wishlist button */

.cd-sp-wish-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.15s;
}

.cd-sp-wish-btn:hover {
  border-color: #111;
}

.cd-sp-unavailable {
  font-size: 14px;
  color: #ef4444;
  margin-bottom: 24px;
}

/* ── Meta (categories, share) ──────────────────────────────────────────────── */

.cd-sp-meta {
  border-top: 1px solid #f3f4f6;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cd-sp-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.cd-sp-meta-label {
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

.cd-sp-meta-value {
  color: #555;
}

.cd-sp-meta-value a {
  color: #555;
  text-decoration: none;
}

.cd-sp-meta-value a:hover {
  text-decoration: underline;
}

.cd-sp-share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cd-sp-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: color 0.15s;
}

.cd-sp-share-btn:hover {
  color: #111;
}

/* ── Description tab ───────────────────────────────────────────────────────── */

.cd-sp-tabs-wrap {
  border-top: 1px solid #e5e7eb;
  margin-bottom: 72px;
}

.cd-sp-tabs-nav {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.cd-sp-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
}

.cd-sp-tab:hover {
  color: #333;
}

.cd-sp-tab--active {
  color: #111;
  font-weight: 600;
  border-bottom-color: #c084fc;
}

.cd-sp-desc-content {
  padding: 40px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.75;
  max-width: 760px;
}

.cd-sp-desc-content p {
  margin: 0 0 16px;
}

.cd-sp-desc-content strong {
  color: #111;
  font-weight: 700;
}

.cd-sp-desc-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 16px;
}

.cd-sp-desc-content ul li {
  margin-bottom: 4px;
}

.cd-sp-desc-content a {
  color: #111;
  text-decoration: underline;
}

/* ── Related products ──────────────────────────────────────────────────────── */

.cd-sp-related {
  border-top: 1px solid #e5e7eb;
  padding-top: 56px;
  padding-bottom: 40px;
}

.cd-sp-related-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.3px;
}

.cd-sp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ── Single product responsive ─────────────────────────────────────────────── */

@media (max-width: 900px) {
  .cd-sp-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cd-sp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cd-sp-container {
    padding: 0 16px;
  }

  .cd-sp-page {
    padding: 32px 0 60px;
  }

  .cd-sp-title {
    font-size: 20px;
  }

  .cd-sp-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .cd-sp-actions-row {
    flex-wrap: wrap;
  }

  .cd-sp-atc-btn {
    flex: 1 1 100%;
  }

  .cd-sp-related-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Cart Page
   ══════════════════════════════════════════════════════════════════════════════ */

.cd-cp-page {
  background: #fff;
  padding: 72px 32px 80px;
  min-height: 60vh;
}

.cd-cp-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.cd-cp-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
  margin: 0 0 56px;
}

/* Empty state */

.cd-cp-empty {
  text-align: center;
  padding: 40px 0;
}

.cd-cp-empty p {
  font-size: 15px;
  color: #555;
  margin: 0 0 20px;
}

.cd-cp-return-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 0.15s;
}

.cd-cp-return-btn:hover {
  background: #333;
  color: #fff;
}

/* Two-column grid */

.cd-cp-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* Table header */

.cd-cp-table-head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Cart row */

.cd-cp-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid #f3f4f6;
}

.cd-cp-row-left {
  display: flex;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

.cd-cp-thumb {
  flex-shrink: 0;
  width: 64px;
}

.cd-cp-thumb a {
  display: block;
}

.cd-cp-thumb img {
  width: 64px;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.cd-cp-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.35;
}

.cd-cp-name:hover {
  text-decoration: underline;
}

.cd-cp-price {
  font-size: 13px;
  color: #555;
}

.cd-cp-price .woocommerce-Price-amount {
  color: #555;
}

/* Actions: qty stepper + trash */

.cd-cp-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.cd-cpq {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  height: 38px;
}

.cd-cpq-btn {
  width: 36px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

.cd-cpq-btn:hover:not(:disabled) {
  background: #f3f4f6;
}

.cd-cpq-btn:disabled {
  color: #ccc;
  cursor: default;
}

.cd-cpq-val {
  width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-cp-remove {
  color: #aaa;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

.cd-cp-remove:hover {
  color: #111;
}

/* Row total */

.cd-cp-row-total {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  padding-top: 2px;
}

.cd-cp-row-total .woocommerce-Price-amount {
  color: #111;
}

/* Totals column */

.cd-cp-totals-col {
  position: sticky;
  top: 88px;
}

.cd-cp-totals-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 24px;
  margin-bottom: 0;
  border-bottom: none;
}

.cd-cp-totals-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #999;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f3f4f6;
}

.cd-cp-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

.cd-cp-totals-amount {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.cd-cp-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  padding: 17px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s, gap 0.2s;
  border: 1px solid #e5e7eb;
  border-top: none;
  width: 100%;
}

.cd-cp-checkout-btn::after {
  content: '→';
  font-size: 15px;
  font-weight: 400;
  transition: transform 0.2s;
  margin-top: -1px;
}

.cd-cp-checkout-btn:hover {
  background: #1a1a1a;
  color: #fff !important;
}

.cd-cp-checkout-btn:hover::after {
  transform: translateX(4px);
}

/* ── WooCommerce Cart Block overrides ────────────────────────────────────────── */

/* Kill WooCommerce's purple primary — use our dark theme color */

:root {
  --wc-primary: #111111;
  --wc-primary-text: #ffffff;
  --woocommerce: #111111;
}

/* Fix all links inside the cart block — Tailwind's a{color:inherit} inherits purple */

.wp-block-woocommerce-cart a,
.wc-block-cart a {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.wp-block-woocommerce-cart a:hover,
.wc-block-cart a:hover {
  text-decoration-line: underline;
}

/* Proceed to Checkout button */

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:visited,
.wc-block-cart__submit-button:link {
  width: 100% !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  padding: 17px 24px !important;
  font-size: 12px !important;
  transition: background-color 0.2s !important;
  letter-spacing: 0.08em !important;
}

.wc-block-cart__submit-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
}

/* Strip outer padding on cart main wrapper */

.woocommerce-cart #main-content {
  padding: 0;
}

/* WooCommerce notices on cart page */

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info {
  margin-bottom: 0;
  border-radius: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Responsive */

@media (max-width: 768px) {
  .cd-cp-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cd-cp-page {
    padding: 48px 20px 60px;
  }

  .cd-cp-inner {
    padding: 0;
  }

  .cd-cp-heading {
    font-size: 30px;
    margin-bottom: 36px;
  }
}

@media (max-width: 480px) {
  .cd-cp-row {
    flex-direction: column;
    gap: 12px;
  }

  .cd-cp-row-total {
    align-self: flex-end;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Cart Drawer
   ══════════════════════════════════════════════════════════════════════════════ */

.cd-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cd-cart-overlay--visible {
  opacity: 1;
  visibility: visible;
}

.cd-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  max-width: 100vw;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
}

.cd-cart-drawer--open {
  transform: translateX(0);
}

.cd-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}

.cd-cart-drawer-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.cd-cart-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s;
}

.cd-cart-close-btn:hover {
  color: #111;
}

.cd-cart-drawer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.cd-cart-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  font-size: 14px;
  color: #888;
}

.cd-cart-empty p {
  margin: 0;
}

.cd-cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow-y: auto;
}

.cd-cart-item {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #f3f4f6;
}

.cd-cart-item-thumb {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  background: #f5f5f5;
  overflow: hidden;
}

.cd-cart-item-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.cd-cart-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cd-cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.cd-cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-cart-item-name:hover {
  text-decoration: underline;
}

.cd-cart-item-price {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.cd-cart-item-price .woocommerce-Price-amount {
  color: #111;
}

.cd-cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.cd-cart-qty {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  height: 34px;
}

.cd-cart-qty-btn {
  width: 32px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  flex-shrink: 0;
}

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

.cd-cart-qty-val {
  width: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-cart-remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #999;
  padding: 0;
  transition: color 0.15s;
}

.cd-cart-remove:hover {
  color: #111;
}

.cd-cart-drawer-footer {
  padding: 20px 24px 28px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  flex-shrink: 0;
}

.cd-cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  padding-bottom: 16px;
}

.cd-cart-subtotal-val {
  font-size: 16px;
  font-weight: 700;
}

.cd-cart-view-btn {
  display: block;
  background: #111;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  transition: background 0.15s;
}

.cd-cart-view-btn:hover {
  background: #333;
  color: #fff;
}

.cd-cart-checkout-btn {
  display: block;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
  padding: 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid #d1d5db;
  transition: border-color 0.15s;
}

.cd-cart-checkout-btn:hover {
  border-color: #111;
  color: #111;
}

@media (max-width: 480px) {
  .cd-cart-drawer {
    width: 100vw;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   Contact Page
   ══════════════════════════════════════════════════════════════════════════════ */

.cd-contact-title-bar {
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  padding: 28px 32px;
}

.cd-contact-title-bar-text {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin: 0;
  letter-spacing: 0.01em;
}

.cd-contact-main {
  padding: 80px 32px 100px;
}

.cd-contact-inner {
  max-width: 880px;
  margin: 0 auto;
}

.cd-contact-heading {
  font-size: 52px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.8px;
  margin: 0 0 24px;
  line-height: 1.1;
}

.cd-contact-intro {
  font-size: 13.5px;
  color: #333;
  margin: 0 0 48px;
  line-height: 1.7;
}

.cd-contact-block {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e5e7eb;
}

.cd-contact-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cd-contact-block-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
  letter-spacing: -0.2px;
}

.cd-contact-block p {
  font-size: 13.5px;
  color: #333;
  line-height: 1.7;
  margin: 0 0 10px;
}

.cd-contact-block p:last-child {
  margin-bottom: 0;
}

.cd-contact-email {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cd-contact-email:hover {
  opacity: 0.65;
}

.cd-contact-note {
  font-size: 12.5px !important;
  color: #888 !important;
  margin-top: 6px !important;
}

.cd-contact-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  font-size: 13.5px;
  color: #333;
  line-height: 1.7;
}

.cd-contact-list li {
  padding: 7px 0;
  border-bottom: 1px solid #f3f4f6;
}

.cd-contact-list li:last-child {
  border-bottom: none;
}

.cd-contact-list a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cd-contact-list a:hover {
  opacity: 0.65;
}

.cd-contact-hours {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
  font-size: 13.5px;
}

.cd-contact-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f3f4f6;
  color: #333;
}

.cd-contact-hours li:last-child {
  border-bottom: none;
}

.cd-contact-hours-day {
  font-weight: 600;
  color: #111;
}

.cd-contact-hours-time {
  color: #555;
}

.cd-contact-closing {
  font-size: 13px !important;
  color: #777 !important;
  font-style: italic;
  line-height: 1.7 !important;
  margin-top: 8px !important;
}

@media (max-width: 640px) {
  .cd-contact-heading {
    font-size: 32px;
  }

  .cd-contact-main    {
    padding: 48px 20px 72px;
  }

  .cd-contact-hours li {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1024px) {
  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }
}
