*, ::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.17 | 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: Montserrat, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 390px) {
  .\!container {
    max-width: 390px !important;
  }

  .container {
    max-width: 390px;
  }
}

@media (min-width: 834px) {
  .\!container {
    max-width: 834px !important;
  }

  .container {
    max-width: 834px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[58px\] {
  bottom: 58px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-11 {
  left: 2.75rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-\[-12px\] {
  left: -12px;
}

.left-\[-8px\] {
  left: -8px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-12px\] {
  right: -12px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

.top-\[-11px\] {
  top: -11px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[42px\] {
  top: 42px;
}

.top-\[70\%\] {
  top: 70%;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[110\] {
  z-index: 110;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[6\] {
  z-index: 6;
}

.z-\[7\] {
  z-index: 7;
}

.z-\[80\] {
  z-index: 80;
}

.z-\[95\] {
  z-index: 95;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.m-auto {
  margin: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 60px;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[126px\] {
  height: 126px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[144px\] {
  height: 144px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[173px\] {
  height: 173px;
}

.h-\[176px\] {
  height: 176px;
}

.h-\[184px\] {
  height: 184px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[193px\] {
  height: 193px;
}

.h-\[198px\] {
  height: 198px;
}

.h-\[204px\] {
  height: 204px;
}

.h-\[22\.94px\] {
  height: 22.94px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[232px\] {
  height: 232px;
}

.h-\[238px\] {
  height: 238px;
}

.h-\[24\.17px\] {
  height: 24.17px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[252px\] {
  height: 252px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[262px\] {
  height: 262px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[29px\] {
  height: 29px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[314px\] {
  height: 314px;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[333px\] {
  height: 333px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[374\.94px\] {
  height: 374.94px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[437px\] {
  height: 437px;
}

.h-\[442px\] {
  height: 442px;
}

.h-\[460\.17px\] {
  height: 460.17px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[494px\] {
  height: 494px;
}

.h-\[504px\] {
  height: 504px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[554px\] {
  height: 554px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[686px\] {
  height: 686px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[74px\] {
  height: 74px;
}

.h-\[76px\] {
  height: 76px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[92px\] {
  height: 92px;
}

.h-\[calc\(100dvh-16px\)\] {
  height: calc(100dvh - 16px);
}

.h-\[calc\(100dvh-40px\)\] {
  height: calc(100dvh - 40px);
}

.h-\[calc\(100dvh-78px\)\] {
  height: calc(100dvh - 78px);
}

.h-auto {
  height: auto;
}

.h-benefit-card-compact {
  height: 76px;
}

.h-benefit-dog-compact {
  height: 155px;
}

.h-benefit-icon-compact {
  height: 40px;
}

.h-benefits-compact {
  height: 108px;
}

.h-collar-logo {
  height: 48px;
}

.h-collection-card-mobile {
  height: 597px;
}

.h-collection-photo {
  height: 238px;
}

.h-collection-text-mobile {
  height: 299px;
}

.h-collections-section-mobile {
  height: 1358px;
}

.h-contact-modal-mobile {
  height: 528px;
}

.h-contact-social {
  height: 80px;
}

.h-footer-form-mobile {
  height: 386px;
}

.h-full {
  height: 100%;
}

.h-header-mobile {
  height: 86px;
}

.h-hero-mobile {
  height: 300px;
}

.h-logo-desktop {
  height: 60px;
}

.h-logo-strip {
  height: 60px;
}

.h-logo-tablet {
  height: 44px;
}

.h-main-desktop {
  height: 92px;
}

.h-meta-tablet {
  height: 64px;
}

.h-nav-desktop {
  height: 65.38px;
}

.h-payment-card {
  height: 33px;
}

.h-payment-row {
  height: 63px;
}

.h-promo-mobile {
  height: 26px;
}

.h-px {
  height: 1px;
}

.h-search-mobile {
  height: 60px;
}

.h-search-tablet {
  height: 60px;
}

.h-top-desktop {
  height: 64px;
}

.h-top-tablet {
  height: 56px;
}

.h-trend-card {
  height: 354px;
}

.h-trend-description {
  height: 54px;
}

.h-trend-image {
  height: 300px;
}

.h-trend-row {
  height: 354px;
}

.h-trend-section-mobile {
  height: 498px;
}

.h-\[170px\] {
  height: 170px;
}

.max-h-\[527px\] {
  max-height: 527px;
}

.max-h-\[766px\] {
  max-height: 766px;
}

.max-h-\[804px\] {
  max-height: 804px;
}

.max-h-\[calc\(100dvh-24px\)\] {
  max-height: calc(100dvh - 24px);
}

.max-h-\[calc\(100dvh-78px\)\] {
  max-height: calc(100dvh - 78px);
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[34px\] {
  min-height: 34px;
}

.min-h-\[390px\] {
  min-height: 390px;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-\[52px\] {
  min-height: 52px;
}

.min-h-\[64px\] {
  min-height: 64px;
}

.min-h-\[68px\] {
  min-height: 68px;
}

.min-h-\[76px\] {
  min-height: 76px;
}

.min-h-dvh {
  min-height: 100dvh;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[196\.56px\] {
  width: 196.56px;
}

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

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

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

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

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

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

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

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

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

.w-\[24\.61px\] {
  width: 24.61px;
}

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

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

.w-\[261\.18px\] {
  width: 261.18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[65\.2px\] {
  width: 65.2px;
}

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

.w-\[72\.56px\] {
  width: 72.56px;
}

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

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

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

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

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

.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}

.w-auto {
  width: auto;
}

.w-benefit-dog-compact {
  width: 103.54px;
}

.w-collar-logo {
  width: 54px;
}

.w-collection-photo {
  width: 220px;
}

.w-collection-photo-row-mobile {
  width: 326px;
}

.w-contact-social {
  width: 80px;
}

.w-footer-form-desktop {
  width: 468px;
}

.w-footer-payment {
  width: 243.1px;
}

.w-footer-right {
  width: 715px;
}

.w-full {
  width: 100%;
}

.w-logo-desktop {
  width: 60px;
}

.w-logo-tablet {
  width: 44px;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-mobile {
  width: 358px;
}

.w-payment-apple {
  width: 52px;
}

.w-payment-google {
  width: 62px;
}

.w-payment-mastercard {
  width: 53px;
}

.w-payment-visa {
  width: 53px;
}

.w-search-mobile {
  width: 254px;
}

.w-trend-card {
  width: 320px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

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

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

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

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

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

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

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

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-trend-card {
  min-width: 320px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-contact-modal-mobile {
  max-width: 358px;
}

.max-w-frame-mobile {
  max-width: 390px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-mobile {
  max-width: 358px;
}

.max-w-page {
  max-width: 1376px;
}

.max-w-\[calc\(100\%\+32px\)\] {
  max-width: calc(100% + 32px);
}

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

.flex-none {
  flex: none;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-center {
  scroll-snap-align: center;
}

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

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

.auto-cols-\[240px\] {
  grid-auto-columns: 240px;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

.grid-cols-\[141px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 141px minmax(0,1fr);
}

.grid-cols-\[160px_160px_160px\] {
  grid-template-columns: 160px 160px 160px;
}

.grid-cols-\[1fr_auto_1fr_auto_91px\] {
  grid-template-columns: 1fr auto 1fr auto 91px;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[7\.06px\] {
  gap: 7.06px;
}

.gap-\[7\.7px\] {
  gap: 7.7px;
}

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 237 247 / var(--tw-divide-opacity, 1));
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[18\.8235px\] {
  border-radius: 18.8235px;
}

.rounded-\[2\.5px\] {
  border-radius: 2.5px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.rounded-card {
  border-radius: 12px;
}

.rounded-card-lg {
  border-radius: 16px;
}

.rounded-card-sm {
  border-radius: 8px;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-pill {
  border-radius: 40px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-card {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-b-card-sm {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.rounded-t-card {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-t-card-lg {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rounded-t-card-sm {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border {
  border-width: 1px;
}

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

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

.border-x-\[8px\] {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-b-\[11px\] {
  border-bottom-width: 11px;
}

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

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

.border-\[\#8C8E94\] {
  --tw-border-opacity: 1;
  border-color: rgb(140 142 148 / var(--tw-border-opacity, 1));
}

.border-accent-blue {
  --tw-border-opacity: 1;
  border-color: rgb(66 133 244 / var(--tw-border-opacity, 1));
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(234 237 247 / var(--tw-border-opacity, 1));
}

.border-category-border {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity, 1));
}

.border-foreground-soft {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}

.border-foreground-soft\/60 {
  border-color: rgb(51 51 51 / 0.6);
}

.border-input {
  --tw-border-opacity: 1;
  border-color: rgb(140 142 148 / var(--tw-border-opacity, 1));
}

.border-muted {
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity, 1));
}

.border-muted\/70 {
  border-color: rgb(140 140 140 / 0.7);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

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

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

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

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

.bg-\[\#9EA3A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 163 168 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A4A7AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 167 170 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B0B2B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 178 185 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDE2FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 226 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EAEDF7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECF3FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F8FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF6B2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 44 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF7324\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 115 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD4BB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 187 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF4D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 217 / var(--tw-bg-opacity, 1));
}

.bg-accent-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(66 133 244 / var(--tw-bg-opacity, 1));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 247 / var(--tw-bg-opacity, 1));
}

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

.bg-muted\/60 {
  background-color: rgb(140 140 140 / 0.6);
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity, 1));
}

.bg-primary\/30 {
  background-color: rgb(240 0 0 / 0.3);
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(106 185 86 / var(--tw-bg-opacity, 1));
}

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

.bg-surface\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-surface\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

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

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

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-paw-pattern {
  background-image: radial-gradient(circle at 12% 35%, rgba(255,255,255,.45) 0 18px, transparent 19px), radial-gradient(circle at 88% 20%, rgba(255,255,255,.38) 0 20px, transparent 21px);
}

.from-surface {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-modal-end {
  --tw-gradient-to: #DDE2FF var(--tw-gradient-to-position);
}

.to-surface\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.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-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

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

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-benefits-offset {
  padding-left: 70px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

.font-sans {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
}

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 16px;
  line-height: 160%;
}

.text-body-xxs {
  font-size: 8px;
  line-height: 120%;
}

.text-h4 {
  font-size: 32px;
  line-height: 120%;
}

.text-h5 {
  font-size: 24px;
  line-height: 135%;
}

.text-h5-desktop {
  font-size: 26px;
  line-height: 135%;
}

.text-h6 {
  font-size: 20px;
  line-height: 140%;
}

.text-h6-desktop {
  font-size: 22px;
  line-height: 140%;
}

.text-h7 {
  font-size: 18px;
  line-height: 22px;
}

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

.text-sm {
  font-size: 14px;
  line-height: 160%;
}

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

.text-xs {
  font-size: 12px;
  line-height: 120%;
}

.text-xxs {
  font-size: 8px;
  line-height: 120%;
  font-weight: 600;
}

.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-5 {
  line-height: 1.25rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[11px\] {
  line-height: 11px;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[135\%\] {
  line-height: 135%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[22px\] {
  line-height: 22px;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-accent-blue {
  --tw-text-opacity: 1;
  color: rgb(66 133 244 / var(--tw-text-opacity, 1));
}

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

.text-body\/80 {
  color: rgb(97 97 97 / 0.8);
}

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

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

.text-foreground-soft {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-foreground\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-icon-dark {
  --tw-text-opacity: 1;
  color: rgb(20 27 52 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(240 0 0 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(106 185 86 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 4px 12px 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-button {
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 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);
}

.shadow-card-icon {
  --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 4px 12px 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-icon {
  --tw-shadow: 0px 1.71429px 5.14286px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 1.71429px 5.14286px 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-modal-social {
  --tw-shadow: 4.70588px 7.05882px 37.6471px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 4.70588px 7.05882px 37.6471px 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-social {
  --tw-shadow: 3.52941px 5.29412px 28.2353px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 3.52941px 5.29412px 28.2353px 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-soft {
  --tw-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
  --tw-shadow-colored: 9px 8px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 0 0 / var(--tw-ring-opacity, 1));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

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

.backdrop-blur-\[3px\] {
  --tw-backdrop-blur: blur(3px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-modal {
  --tw-backdrop-blur: blur(3px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xs {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

/* Home - New products section background */

.home-new-products {
  overflow: visible;
}

.home-new-products::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -35px;
  bottom: 0;
  background-image: url("../assets/images/home/new-products-curve-expanded.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 115%;
}

.home-new-products > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1439px) {
  .home-new-products::before {
    top: -25px;
    background-size: 130% auto;
    background-position: center top;
  }
}

@media (max-width: 833px) {
  .home-new-products::before {
    top: -10px;
    background-size: 180% auto;
    background-position: center top;
  }
}

/* Collections section */

.collection-gallery {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.collection-gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
}

.collection-gallery img.is-active {
  opacity: 1;
}

.collection-copy-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Universal clickable media slot for admin-uploaded images. */

.gallery-media {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background: #eaedf7;
}

.gallery-media > img,
.gallery-media > picture,
.gallery-media > picture > img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-media > img,
.gallery-media > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--media-position, center);
     object-position: var(--media-position, center);
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.45s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-media:hover > img,
  .gallery-media:hover > picture > img {
    transform: scale(1.06);
  }
}

.gallery-media:focus-visible {
  outline: 3px solid #f00000;
  outline-offset: 4px;
}

.gallery-media:focus-visible > img,
.gallery-media:focus-visible > picture > img {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .gallery-media > img,
  .gallery-media > picture > img {
    transition: none;
  }

  .gallery-media:hover > img,
  .gallery-media:hover > picture > img,
  .gallery-media:focus-visible > img,
  .gallery-media:focus-visible > picture > img {
    transform: none;
  }
}

/* Home - Ambassadors gallery */

.home-ambassadors-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.home-ambassadors-item {
  overflow: hidden;
  width: 100%;
}

.home-ambassadors-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--media-position, center);
     object-position: var(--media-position, center);
}

.home-ambassadors-item--1,
.home-ambassadors-item--2,
.home-ambassadors-item--4,
.home-ambassadors-item--6,
.home-ambassadors-item--7,
.home-ambassadors-item--8 {
  display: none;
}

.home-ambassadors-item--5 {
  order: 1;
  height: 301px;
}

.home-ambassadors-cta {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 184px;
  padding: 32px 12px;
  background: #6ab956;
}

.home-ambassadors-item--3 {
  order: 3;
  height: 614px;
}

.home-ambassadors-cta__title {
  width: 100%;
  max-width: 366px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.home-ambassadors-cta__button {
  display: inline-flex;
  min-height: 44px;
  width: 100%;
  max-width: 366px;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaedf7;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
  padding: 8px 12px;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

@media (min-width: 834px) {
  .home-ambassadors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 301px;
    gap: 12px;
    padding: 20px;
  }

  .home-ambassadors-item,
  .home-ambassadors-item--1,
  .home-ambassadors-item--2,
  .home-ambassadors-item--4,
  .home-ambassadors-item--6,
  .home-ambassadors-item--7,
  .home-ambassadors-item--8 {
    display: block;
  }

  .home-ambassadors-item {
    border-radius: 8px;
  }

  .home-ambassadors-item--1 {
    grid-column: 1;
    grid-row: 1;
    height: 301px;
  }

  .home-ambassadors-item--2 {
    grid-column: 2;
    grid-row: 1;
    height: 301px;
  }

  .home-ambassadors-item--3 {
    grid-column: 3;
    grid-row: 1 / span 2;
    height: auto;
    border-radius: 8px;
  }

  .home-ambassadors-item--4 {
    grid-column: 1;
    grid-row: 2;
    height: 301px;
  }

  .home-ambassadors-item--5 {
    grid-column: 2;
    grid-row: 2;
    height: 301px;
  }

  .home-ambassadors-item--6 {
    grid-column: 1;
    grid-row: 3 / span 2;
    height: auto;
    border-radius: 8px;
  }

  .home-ambassadors-cta {
    grid-column: 2 / 4;
    grid-row: 3;
    height: 301px;
    border-radius: 8px;
    padding: 0 24px;
  }

  .home-ambassadors-cta__title {
    max-width: 477.33px;
    font-size: 30px;
    line-height: 120%;
  }

  .home-ambassadors-cta__button {
    width: 237px;
    max-width: 237px;
    min-height: 38px;
    padding: 8px;
    font-size: 14px;
    line-height: 160%;
  }

  .home-ambassadors-item--7 {
    grid-column: 2;
    grid-row: 4;
    height: 301px;
  }

  .home-ambassadors-item--8 {
    grid-column: 3;
    grid-row: 4;
    height: 301px;
  }
}

@media (min-width: 1440px) {
  .home-ambassadors-grid {
    grid-auto-rows: 440.69px;
    gap: 12px;
    padding: 0 32px;
  }

  .home-ambassadors-item {
    border-radius: 12px;
  }

  .home-ambassadors-item--1,
  .home-ambassadors-item--2,
  .home-ambassadors-item--4,
  .home-ambassadors-item--5,
  .home-ambassadors-item--7,
  .home-ambassadors-item--8 {
    height: 440.69px;
  }

  .home-ambassadors-item--3,
  .home-ambassadors-item--6 {
    border-radius: 12px;
  }

  .home-ambassadors-cta {
    height: 440.69px;
    border-radius: 12px;
    padding: 0 24px;
  }

  .home-ambassadors-cta__title {
    max-width: 865.33px;
    font-size: 36px;
    line-height: 115%;
  }

  .home-ambassadors-cta__button {
    width: 237px;
    max-width: 237px;
    min-height: 38px;
    border-radius: 100px;
    padding: 8px;
    font-size: 14px;
    line-height: 160%;
  }
}

/* Product cards: safe media slot and clickable-card hover behavior */

.product-card-media-safe {
  position: relative;
  overflow: hidden;
}

.product-card-media-safe > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
  .product-card-media-safe > img {
    transition: none;
    transform: none !important;
  }
}

.marker\:hidden *::marker {
  display: none;
}

.marker\:hidden::marker {
  display: none;
}

.placeholder\:text-body::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.placeholder\:text-body::placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted::placeholder {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

.focus-within\:outline:focus-within {
  outline-style: solid;
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:outline-primary:focus-within {
  outline-color: #F00000;
}

.focus-within\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 0 0 / var(--tw-ring-opacity, 1));
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(240 0 0 / 0.9);
}

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

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

.hover\:text-primary\/80:hover {
  color: rgb(240 0 0 / 0.8);
}

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

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

.hover\:shadow-\[0_12px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
  --tw-shadow: 0 12px 30px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft:hover {
  --tw-shadow: 9px 8px 10px rgba(0, 0, 0, 0.067);
  --tw-shadow-colored: 9px 8px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring-2:hover {
  --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);
}

.hover\:ring-primary\/60:hover {
  --tw-ring-color: rgb(240 0 0 / 0.6);
}

.hover\:ring-offset-2:hover {
  --tw-ring-offset-width: 2px;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

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

.focus\:rounded-card-sm:focus {
  border-radius: 8px;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:text-sm:focus {
  font-size: 14px;
  line-height: 160%;
}

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

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

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

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

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 0 0 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-accent-blue:focus-visible {
  outline-color: #4285F4;
}

.focus-visible\:outline-primary:focus-visible {
  outline-color: #F00000;
}

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

.focus-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 0 0 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-success:focus-visible {
  --tw-ring-offset-color: #6AB956;
}

.focus-visible\:ring-offset-warning:focus-visible {
  --tw-ring-offset-color: #FFB400;
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  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:focus-within .group-focus-within\:pointer-events-auto {
  pointer-events: auto;
}

.group:focus-within .group-focus-within\:flex {
  display: flex;
}

.group:focus-within .group-focus-within\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(240 0 0 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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\: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\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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\:scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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-primary {
  --tw-text-opacity: 1;
  color: rgb(240 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(240 0 0 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(240 0 0 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer:focus-visible ~ .peer-focus-visible\:outline {
  outline-style: solid;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-2 {
  outline-width: 2px;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-offset-2 {
  outline-offset: 2px;
}

.peer:focus-visible ~ .peer-focus-visible\:outline-primary {
  outline-color: #F00000;
}

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

@media (min-width: 834px) {
  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-\[-15px\] {
    left: -15px;
  }

  .md\:left-\[68\%\] {
    left: 68%;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-\[-15px\] {
    right: -15px;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[220px\] {
    height: 220px;
  }

  .md\:h-\[240px\] {
    height: 240px;
  }

  .md\:h-\[260px\] {
    height: 260px;
  }

  .md\:h-\[37px\] {
    height: 37px;
  }

  .md\:h-\[380px\] {
    height: 380px;
  }

  .md\:h-\[394px\] {
    height: 394px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[516px\] {
    height: 516px;
  }

  .md\:h-\[520px\] {
    height: 520px;
  }

  .md\:h-\[55px\] {
    height: 55px;
  }

  .md\:h-\[582px\] {
    height: 582px;
  }

  .md\:h-\[586px\] {
    height: 586px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[604px\] {
    height: 604px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-\[63px\] {
    height: 63px;
  }

  .md\:h-\[673px\] {
    height: 673px;
  }

  .md\:h-\[674px\] {
    height: 674px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-\[71px\] {
    height: 71px;
  }

  .md\:h-\[calc\(100dvh-67px\)\] {
    height: calc(100dvh - 67px);
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-collection-card-tablet {
    height: 526px;
  }

  .md\:h-collection-text-tablet {
    height: 228px;
  }

  .md\:h-collections-list-tablet {
    height: 1068px;
  }

  .md\:h-collections-section-tablet {
    height: 1223px;
  }

  .md\:h-contact-modal {
    height: 540px;
  }

  .md\:h-footer-form-tablet {
    height: 338px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-header-tablet {
    height: 180px;
  }

  .md\:h-hero-desktop {
    height: 548px;
  }

  .md\:h-trend-section-tablet {
    height: 509px;
  }

  .md\:max-h-\[1127px\] {
    max-height: 1127px;
  }

  .md\:max-h-\[600px\] {
    max-height: 600px;
  }

  .md\:max-h-\[calc\(100dvh-32px\)\] {
    max-height: calc(100dvh - 32px);
  }

  .md\:max-h-\[calc\(100dvh-80px\)\] {
    max-height: calc(100dvh - 80px);
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-collection-photo-row-tablet {
    width: 762px;
  }

  .md\:w-contact-modal {
    width: 500px;
  }

  .md\:w-footer-form-tablet {
    width: 700px;
  }

  .md\:w-page {
    width: 1376px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[240px\] {
    min-width: 240px;
  }

  .md\:min-w-\[220px\] {
    min-width: 220px;
  }

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

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

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

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

  .md\:max-w-frame-tablet {
    max-width: 834px;
  }

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

  .md\:max-w-tablet {
    max-width: 794px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .md\:grid-cols-\[220px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 220px minmax(0,1fr);
  }

  .md\:grid-cols-\[340px_392px\] {
    grid-template-columns: 340px 392px;
  }

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-content-md {
    gap: 32px;
  }

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

  .md\:self-center {
    align-self: center;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:rounded-card {
    border-radius: 12px;
  }

  .md\:rounded-card-sm {
    border-radius: 8px;
  }

  .md\:rounded-t-card {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .md\:border-category-border {
    --tw-border-opacity: 1;
    border-color: rgb(20 20 20 / var(--tw-border-opacity, 1));
  }

  .md\:bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
  }

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

  .md\:bg-surface\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

  .md\:text-base {
    font-size: 16px;
    line-height: 160%;
  }

  .md\:text-h3-tablet {
    font-size: 32px;
    line-height: 115%;
  }

  .md\:text-h4 {
    font-size: 32px;
    line-height: 120%;
  }

  .md\:text-h5 {
    font-size: 24px;
    line-height: 135%;
  }

  .md\:text-h6-desktop {
    font-size: 22px;
    line-height: 140%;
  }

  .md\:text-sm {
    font-size: 14px;
    line-height: 160%;
  }

  .md\:leading-\[115\%\] {
    line-height: 115%;
  }

  .md\:leading-\[135\%\] {
    line-height: 135%;
  }

  .md\:leading-\[160\%\] {
    line-height: 160%;
  }

  .md\:text-body {
    --tw-text-opacity: 1;
    color: rgb(97 97 97 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:rounded-card {
    border-radius: 12px;
  }

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

@media (min-width: 1440px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:left-\[26px\] {
    left: 26px;
  }

  .xl\:top-\[-26px\] {
    top: -26px;
  }

  .xl\:top-\[112px\] {
    top: 112px;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:h-\[144px\] {
    height: 144px;
  }

  .xl\:h-\[160px\] {
    height: 160px;
  }

  .xl\:h-\[166px\] {
    height: 166px;
  }

  .xl\:h-\[171px\] {
    height: 171px;
  }

  .xl\:h-\[172px\] {
    height: 172px;
  }

  .xl\:h-\[18px\] {
    height: 18px;
  }

  .xl\:h-\[196px\] {
    height: 196px;
  }

  .xl\:h-\[264px\] {
    height: 264px;
  }

  .xl\:h-\[274px\] {
    height: 274px;
  }

  .xl\:h-\[293px\] {
    height: 293px;
  }

  .xl\:h-\[296px\] {
    height: 296px;
  }

  .xl\:h-\[29px\] {
    height: 29px;
  }

  .xl\:h-\[33px\] {
    height: 33px;
  }

  .xl\:h-\[350px\] {
    height: 350px;
  }

  .xl\:h-\[352px\] {
    height: 352px;
  }

  .xl\:h-\[35px\] {
    height: 35px;
  }

  .xl\:h-\[365px\] {
    height: 365px;
  }

  .xl\:h-\[38px\] {
    height: 38px;
  }

  .xl\:h-\[41px\] {
    height: 41px;
  }

  .xl\:h-\[42px\] {
    height: 42px;
  }

  .xl\:h-\[440px\] {
    height: 440px;
  }

  .xl\:h-\[460px\] {
    height: 460px;
  }

  .xl\:h-\[461px\] {
    height: 461px;
  }

  .xl\:h-\[494px\] {
    height: 494px;
  }

  .xl\:h-\[498px\] {
    height: 498px;
  }

  .xl\:h-\[499px\] {
    height: 499px;
  }

  .xl\:h-\[50px\] {
    height: 50px;
  }

  .xl\:h-\[52px\] {
    height: 52px;
  }

  .xl\:h-\[55px\] {
    height: 55px;
  }

  .xl\:h-\[568px\] {
    height: 568px;
  }

  .xl\:h-\[588px\] {
    height: 588px;
  }

  .xl\:h-\[627px\] {
    height: 627px;
  }

  .xl\:h-\[63px\] {
    height: 63px;
  }

  .xl\:h-\[670px\] {
    height: 670px;
  }

  .xl\:h-\[70px\] {
    height: 70px;
  }

  .xl\:h-\[938px\] {
    height: 938px;
  }

  .xl\:h-\[98px\] {
    height: 98px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-benefit-card {
    height: 100px;
  }

  .xl\:h-benefit-dog {
    height: 357px;
  }

  .xl\:h-benefit-icon {
    height: 100px;
  }

  .xl\:h-benefits {
    height: 180px;
  }

  .xl\:h-collection-card-desktop {
    height: 278px;
  }

  .xl\:h-collection-photo-desktop {
    height: 238px;
  }

  .xl\:h-collections-list-desktop {
    height: 572px;
  }

  .xl\:h-collections-section-desktop {
    height: 747px;
  }

  .xl\:h-footer-form-desktop {
    height: 313px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-header-desktop {
    height: 221.38px;
  }

  .xl\:h-new-products {
    height: 790px;
  }

  .xl\:h-new-products-cards {
    height: 499px;
  }

  .xl\:h-new-products-points {
    height: 583px;
  }

  .xl\:h-product-card {
    height: 494px;
  }

  .xl\:h-product-content {
    height: 144px;
  }

  .xl\:h-product-media {
    height: 296px;
  }

  .xl\:h-product-media-wrap {
    height: 350px;
  }

  .xl\:h-trend-card-desktop {
    height: 503px;
  }

  .xl\:h-trend-description-desktop {
    height: 57px;
  }

  .xl\:h-trend-image-desktop {
    height: 446px;
  }

  .xl\:h-trend-row-desktop {
    height: 503px;
  }

  .xl\:h-trend-section-desktop {
    height: 678px;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-footer-desktop {
    min-height: 534px;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-benefit-dog {
    width: 238px;
  }

  .xl\:w-benefit-fast {
    width: 299px;
  }

  .xl\:w-benefit-icon {
    width: 100px;
  }

  .xl\:w-benefit-love {
    width: 344px;
  }

  .xl\:w-benefit-quality {
    width: 262px;
  }

  .xl\:w-benefits-list {
    width: 986px;
  }

  .xl\:w-collection-card-desktop {
    width: 1376px;
  }

  .xl\:w-collection-photo-desktop {
    width: 432px;
  }

  .xl\:w-collection-text-desktop {
    width: 432px;
  }

  .xl\:w-collection-text-desktop-alt {
    width: 429.33px;
  }

  .xl\:w-footer-form-desktop {
    width: 468px;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-product-card {
    width: 329px;
  }

  .xl\:w-product-media {
    width: 297px;
  }

  .xl\:w-trend-card-desktop {
    width: 445.33px;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-\[329px\] {
    min-width: 329px;
  }

  .xl\:min-w-\[430px\] {
    min-width: 430px;
  }

  .xl\:min-w-product-card {
    min-width: 329px;
  }

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

  .xl\:max-w-frame-desktop {
    max-width: 1440px;
  }

  .xl\:max-w-page {
    max-width: 1376px;
  }

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

  .xl\:flex-none {
    flex: none;
  }

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

  .xl\:snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-start {
    scroll-snap-align: start;
  }

  .xl\:auto-cols-\[329px\] {
    grid-auto-columns: 329px;
  }

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

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

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

  .xl\:grid-cols-\[160px_612px\] {
    grid-template-columns: 160px 612px;
  }

  .xl\:grid-cols-\[320px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 320px minmax(0,1fr);
  }

  .xl\:grid-cols-\[329px_678px_minmax\(0\2c 329px\)\] {
    grid-template-columns: 329px 678px minmax(0,329px);
  }

  .xl\:grid-cols-\[788px_548px\] {
    grid-template-columns: 788px 548px;
  }

  .xl\:grid-cols-\[788px_568px\] {
    grid-template-columns: 788px 568px;
  }

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

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

  .xl\:items-start {
    align-items: flex-start;
  }

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

  .xl\:justify-start {
    justify-content: flex-start;
  }

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[202px\] {
    gap: 202px;
  }

  .xl\:gap-content-xl {
    gap: 36px;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

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

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

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .xl\:rounded-card {
    border-radius: 12px;
  }

  .xl\:rounded-card-lg {
    border-radius: 16px;
  }

  .xl\:rounded-card-xl {
    border-radius: 20px;
  }

  .xl\:rounded-b-card {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-card {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xl\:rounded-r-card {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-t-card {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .xl\:border {
    border-width: 1px;
  }

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

  .xl\:border-border {
    --tw-border-opacity: 1;
    border-color: rgb(234 237 247 / var(--tw-border-opacity, 1));
  }

  .xl\:bg-collection-bg {
    background-color: rgba(221, 226, 255, 0.5);
  }

  .xl\:bg-surface\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

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

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

  .xl\:text-base {
    font-size: 16px;
    line-height: 160%;
  }

  .xl\:text-h3 {
    font-size: 36px;
    line-height: 115%;
  }

  .xl\:text-h4 {
    font-size: 32px;
    line-height: 120%;
  }

  .xl\:text-h5 {
    font-size: 24px;
    line-height: 135%;
  }

  .xl\:text-h5-desktop {
    font-size: 26px;
    line-height: 135%;
  }

  .xl\:text-h6 {
    font-size: 20px;
    line-height: 140%;
  }

  .xl\:text-h6-desktop {
    font-size: 22px;
    line-height: 140%;
  }

  .xl\:text-h7 {
    font-size: 18px;
    line-height: 22px;
  }

  .xl\:text-sm {
    font-size: 14px;
    line-height: 160%;
  }

  .xl\:text-xs {
    font-size: 12px;
    line-height: 120%;
  }

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

  .xl\:leading-\[115\%\] {
    line-height: 115%;
  }

  .xl\:leading-\[120\%\] {
    line-height: 120%;
  }

  .xl\:leading-\[140\%\] {
    line-height: 140%;
  }

  .xl\:leading-\[160\%\] {
    line-height: 160%;
  }

  .xl\:shadow-card-icon {
    --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button {
  display: none;
}

.\[\&\:\:-webkit-search-decoration\]\:hidden::-webkit-search-decoration {
  display: none;
}
