@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.text-color-primary,
.color-primary {
  color: #373b46 !important;
}
.text-color-primary a,
.color-primary a {
  color: #373b46 !important;
}

.bg-color-primary,
.bg-primary {
  background-color: #373b46 !important;
}

.hover\\:bg-primary\/10 {
  background-color: rgba(55, 59, 70, 0.1) !important;
}

.hover\\:bg-primary\/20 {
  background-color: rgba(55, 59, 70, 0.2) !important;
}

.hover\\:bg-primary\/30 {
  background-color: rgba(55, 59, 70, 0.3) !important;
}

.text-color-secondady,
.color-secondady {
  color: #42b983 !important;
}
.text-color-secondady a,
.color-secondady a {
  color: #42b983 !important;
}

.bg-color-secondady,
.bg-secondady {
  background-color: #42b983 !important;
}

.hover\\:bg-secondady\/10 {
  background-color: rgba(66, 185, 131, 0.1) !important;
}

.hover\\:bg-secondady\/20 {
  background-color: rgba(66, 185, 131, 0.2) !important;
}

.hover\\:bg-secondady\/30 {
  background-color: rgba(66, 185, 131, 0.3) !important;
}

.text-color-black,
.color-black {
  color: #000 !important;
}
.text-color-black a,
.color-black a {
  color: #000 !important;
}

.bg-color-black,
.bg-black {
  background-color: #000 !important;
}

.hover\\:bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.hover\\:bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.hover\\:bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.text-color-white,
.color-white {
  color: #fff !important;
}
.text-color-white a,
.color-white a {
  color: #fff !important;
}

.bg-color-white,
.bg-white {
  background-color: #fff !important;
}

.hover\\:bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.hover\\:bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.hover\\:bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.text-color-dark-gray,
.color-dark-gray {
  color: #373b46 !important;
}
.text-color-dark-gray a,
.color-dark-gray a {
  color: #373b46 !important;
}

.bg-color-dark-gray,
.bg-dark-gray {
  background-color: #373b46 !important;
}

.hover\\:bg-dark-gray\/10 {
  background-color: rgba(55, 59, 70, 0.1) !important;
}

.hover\\:bg-dark-gray\/20 {
  background-color: rgba(55, 59, 70, 0.2) !important;
}

.hover\\:bg-dark-gray\/30 {
  background-color: rgba(55, 59, 70, 0.3) !important;
}

.text-color-light-gray,
.color-light-gray {
  color: #9998b1 !important;
}
.text-color-light-gray a,
.color-light-gray a {
  color: #9998b1 !important;
}

.bg-color-light-gray,
.bg-light-gray {
  background-color: #9998b1 !important;
}

.hover\\:bg-light-gray\/10 {
  background-color: rgba(153, 152, 177, 0.1) !important;
}

.hover\\:bg-light-gray\/20 {
  background-color: rgba(153, 152, 177, 0.2) !important;
}

.hover\\:bg-light-gray\/30 {
  background-color: rgba(153, 152, 177, 0.3) !important;
}

/* Heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-weight: inherit;
}

h1, .h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}

h2, .h2 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}

h3, .h3 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}

h4 {
  font-size: 2.375rem;
  line-height: 2.7rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.2rem;
}

h6 {
  font-size: 1.75rem;
  line-height: 1.95rem;
}

/* Font custom */
.font-style-italic {
  font-style: italic;
}

.hover-text {
  display: none;
}

b, strong {
  font-weight: 700;
}

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

.text-white-space-normal {
  white-space: normal;
}

.text-transform-none {
  text-transform: none !important;
}

.text-uppercase-inherit {
  text-transform: inherit !important;
}

.word-break-normal {
  word-break: normal;
}

.vertical-align-top {
  vertical-align: top;
}

/* Font size */
.fs-0 {
  font-size: 0;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
  line-height: 32px;
}

.fs-26 {
  font-size: 26px;
  line-height: 38px;
}

.fs-28 {
  font-size: 1.75rem;
  line-height: 2.6rem;
}

.fs-30 {
  font-size: 1.875rem;
  line-height: 2.8rem;
}

.fs-32 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.fs-34 {
  font-size: 2.125rem;
  line-height: 2.125rem;
}

.fs-40 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.fs-45 {
  font-size: 2.813rem;
  line-height: 3rem;
}

.fs-50 {
  font-size: 3.125rem;
  line-height: 3.25rem;
}

.fs-55 {
  font-size: 3.438rem;
  line-height: 3.5rem;
}

.fs-60 {
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.fs-65 {
  font-size: 4.063rem;
  line-height: 4.688rem;
}

.fs-70 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}

.fs-75 {
  font-size: 4.668rem;
  line-height: 4.668rem;
}

.fs-80 {
  font-size: 5rem;
  line-height: 5rem;
}

.fs-85 {
  font-size: 5.313rem;
  line-height: 5.313rem;
}

.fs-90 {
  font-size: 5.625rem;
  line-height: 5.625rem;
}

.fs-95 {
  font-size: 5.938rem;
  line-height: 5.938rem;
}

.fs-100 {
  font-size: 6.25rem;
  line-height: 6.25rem;
}

.fs-110 {
  font-size: 6.875rem;
  line-height: 6.875rem;
}

.fs-120 {
  font-size: 7.5rem;
  line-height: 7.5rem;
}

.fs-130 {
  font-size: 8.125rem;
  line-height: 8.125rem;
}

.fs-140 {
  font-size: 8.75rem;
  line-height: 8.75rem;
}

.fs-150 {
  font-size: 9.375rem;
  line-height: 9.375rem;
}

.fs-160 {
  font-size: 10rem;
  line-height: 10rem;
}

.fs-170 {
  font-size: 10.625rem;
  line-height: 10.625rem;
}

.fs-180 {
  font-size: 11.25rem;
  line-height: 11.25rem;
}

.fs-190 {
  font-size: 11.875rem;
  line-height: 11.875rem;
}

.fs-200 {
  font-size: 12.5rem;
  line-height: 12.5rem;
}

.fs-225 {
  font-size: 14.063rem;
  line-height: 14.063rem;
}

.fs-250 {
  font-size: 15.625rem;
  line-height: 15.625rem;
}

.fs-275 {
  font-size: 17.188rem;
  line-height: 17.188rem;
}

.fs-300 {
  font-size: 18.75rem;
  line-height: 18.75rem;
}

.fs-350 {
  font-size: 21.875rem;
  line-height: 21.875rem;
}

.fs-400 {
  font-size: 25rem;
  line-height: 25rem;
}

/* Line height */
.lh-0px {
  line-height: 0px;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-36 {
  line-height: 2.25rem;
}

.lh-38 {
  line-height: 2.375rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-42 {
  line-height: 2.625rem;
}

.lh-44 {
  line-height: 2.75rem;
}

.lh-46 {
  line-height: 2.875rem;
}

.lh-48 {
  line-height: 3rem;
}

.lh-50 {
  line-height: 3.125rem;
}

.lh-55 {
  line-height: 3.438rem;
}

.lh-60 {
  line-height: 3.75rem;
}

.lh-65 {
  line-height: 4.063rem;
}

.lh-70 {
  line-height: 4.375rem;
}

.lh-75 {
  line-height: 4.688rem;
}

.lh-80 {
  line-height: 5rem;
}

.lh-85 {
  line-height: 5.313rem;
}

.lh-90 {
  line-height: 5.625rem;
}

.lh-95 {
  line-height: 5.938rem;
}

.lh-100 {
  line-height: 6.25rem;
}

.lh-105 {
  line-height: 6.563rem;
}

.lh-110 {
  line-height: 6.875rem;
}

.lh-115 {
  line-height: 7.188rem;
}

.lh-120 {
  line-height: 7.5rem;
}

.lh-0 {
  line-height: 0;
}

.lh-normal {
  line-height: normal;
}

.lh-initial {
  line-height: initial;
}

.lh-inherit {
  line-height: inherit;
}

/* Text color */
.text-white, .btn-link.text-white, a.text-white-hover:hover {
  color: var(--white);
}

.text-base-color-hover:hover {
  color: var(--base-color) !important;
}

.text-base-color, .btn-link.text-base-color {
  color: var(--base-color);
}

.text-black, .btn-link.text-black, a.text-black-hover:hover {
  color: var(--black);
}

.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {
  color: var(--dark-gray);
}

.text-medium-gray, .btn-link.text-medium-gray, a.text-medium-gray-hover:hover {
  color: var(--medium-gray);
}

.text-extra-medium-gray, .btn-link.text-extra-medium-gray, a.text-extra-medium-gray-hover:hover {
  color: var(--extra-medium-gray);
}

.text-light-medium-gray, .btn-link.text-light-medium-gray, a.text-light-medium-gray:hover {
  color: var(--light-medium-gray);
}

.text-light-gray, .btn-link.text-light-gray, a.text-light-gray-hover:hover {
  color: var(--light-gray);
}

.text-very-light-gray, .btn-link.text-very-light-gray, a.text-very-light-gray-hover:hover {
  color: var(--very-light-gray);
}

.text-red, .btn-link.text-red, a.text-red-hover:hover {
  color: var(--red);
}

.text-green, .btn-link.text-green, a.text-green-hover:hover {
  color: var(--green);
}

.text-yellow, .btn-link.text-yellow, a.text-yellow-hover:hover {
  color: var(--yellow);
}

.text-golden-yellow, .btn-link.text-golden-yellow, a.text-golden-yellow-hover:hover {
  color: var(--golden-yellow);
}

.text-tussock-yellow, .btn-link.text-tussock-yellow, a.text-tussock-yellow-hover:hover {
  color: var(--tussock-yellow);
}

.text-cornflower-blue, .btn-link.text-cornflower-blue, a.text-cornflower-blue-hover:hover {
  color: var(--cornflower-blue);
}

.text-jade, .btn-link.text-jade, a.text-jade-hover:hover {
  color: var(--jade);
}

.text-majorelle-blue {
  color: var(--majorelle-blue);
}

.text-orange {
  color: var(--orange);
}

.text-crusoe-green {
  color: var(--crusoe-green);
}

.text-tropical-blue {
  color: var(--tropical-blue);
}

.text-camarone {
  color: var(--camarone);
}

.text-seal-brown {
  color: var(--seal-brown);
}

.text-Wasabi {
  color: var(--Wasabi);
}

/* Text gradient color */
.text-gradient-blue-magenta-orange, .text-gradient-light-gray-white, .text-gradient-light-purple-light-orange, .text-gradient-sky-blue-pink, .text-gradient-light-blue-light-turquoise, .text-gradient-fast-blue-purple-light-orange, .text-gradient-light-pink-light-purple, .text-gradient-fast-blue-purple, .text-gradient-pink-orange, .text-gradient-fast-pink-light-yellow, .text-gradient-purple-pink, .text-gradient-light-pink-light-orange {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-light-pink-light-orange {
  background-image: linear-gradient(to right, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}

.text-gradient-purple-pink {
  background-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}

.text-gradient-fast-pink-light-yellow {
  background-image: linear-gradient(to right, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}

.text-gradient-pink-orange {
  background-image: linear-gradient(to right, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}

.text-gradient-fast-blue-purple {
  background-image: linear-gradient(to right, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}

.text-gradient-light-pink-light-purple {
  background-image: linear-gradient(to right, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}

.text-gradient-fast-blue-purple-light-orange {
  background-image: linear-gradient(to right top, #183fb9, #4f41df, #ae2eb9, #ef3f59, #e9522d);
}

.text-gradient-light-blue-light-turquoise {
  background-image: linear-gradient(to right, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}

.text-gradient-sky-blue-pink {
  background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
}

.text-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}

.text-gradient-light-gray-white {
  background-image: linear-gradient(to bottom, #efefef, #efefef, #f7f7f7, #fdfdfc, #ffffff);
}

.text-gradient-blue-magenta-orange {
  background-image: linear-gradient(to right, #002fff, #ab00ff, #ff137d, #ff562f, #ee8502);
}

/* Text shadow */
.text-shadow-large {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}

/* Text bottom line */
.text-decoration-line-bottom {
  border-bottom: 1px solid;
}

.text-decoration-line-bottom-medium {
  border-bottom: 2px solid;
}

.text-decoration-line-bottom-thick {
  border-bottom: 3px solid;
}

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

/* Text outline*/
.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

/* Text stroke width */
.text-outline-width-1px {
  -webkit-text-stroke-width: 1px;
}

.text-outline-width-2px {
  -webkit-text-stroke-width: 2px;
}

.text-outline-width-3px {
  -webkit-text-stroke-width: 3px;
}

.text-outline-width-4px {
  -webkit-text-stroke-width: 4px;
}

.text-outline-width-5px {
  -webkit-text-stroke-width: 5px;
}

/* Text stroke color */
.text-outline-color-black {
  -webkit-text-stroke-color: var(--black);
}

.text-outline-color-base-color {
  -webkit-text-stroke-color: var(--base-color);
}

.text-outline-color-red {
  -webkit-text-stroke-color: var(--red);
}

.text-outline-color-dark-gray {
  -webkit-text-stroke-color: var(--dark-gray);
}

.text-outline-color-medium-gray {
  -webkit-text-stroke-color: var(--medium-gray);
}

.text-outline-color-extra-medium-gray {
  -webkit-text-stroke-color: var(--extra-medium-gray);
}

/* Letter spacing */
.ls-0px {
  letter-spacing: 0px !important;
}

.ls-05px {
  letter-spacing: 0.5px !important;
}

.ls-1px {
  letter-spacing: 1px !important;
}

.ls-2px {
  letter-spacing: 2px !important;
}

.ls-3px {
  letter-spacing: 3px !important;
}

.ls-4px {
  letter-spacing: 4px !important;
}

.ls-5px {
  letter-spacing: 5px !important;
}

.ls-6px {
  letter-spacing: 6px !important;
}

.ls-7px {
  letter-spacing: 7px !important;
}

.ls-8px {
  letter-spacing: 8px !important;
}

.ls-9px {
  letter-spacing: 9px !important;
}

.ls-10px {
  letter-spacing: 10px !important;
}

.ls-minus-05px {
  letter-spacing: -0.5px !important;
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.ls-minus-2px {
  letter-spacing: -2px !important;
}

.ls-minus-3px {
  letter-spacing: -3px !important;
}

.ls-minus-4px {
  letter-spacing: -4px !important;
}

.ls-minus-5px {
  letter-spacing: -5px !important;
}

.ls-minus-6px {
  letter-spacing: -6px !important;
}

.ls-minus-7px {
  letter-spacing: -7px !important;
}

.ls-minus-8px {
  letter-spacing: -8px !important;
}

.ls-minus-9px {
  letter-spacing: -9px !important;
}

.ls-minus-10px {
  letter-spacing: -10px !important;
}

/* Icon size */
.icon-extra-double-large {
  font-size: 80px;
}

.icon-double-large {
  font-size: 60px;
}

.icon-extra-large {
  font-size: 50px;
}

.icon-large {
  font-size: 42px;
}

.icon-medium {
  font-size: 34px;
}

.icon-very-medium {
  font-size: 28px;
}

.icon-extra-medium {
  font-size: 24px;
}

.icon-small {
  font-size: 18px;
}

.icon-very-small {
  font-size: 14px;
}

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

.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

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

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

.gap-3 {
  gap: 0.75rem; /* 12px */
}

.mt-3 {
  margin-top: 1rem; /* 16px */
}

.mt-4 {
  /* 24px */
  margin-top: 1.5rem;
}

.mt-5 {
  /* 32px */
  margin-top: 2rem;
}

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

.py-3 {
  padding-top: 0.75rem; /* 12px */
  padding-bottom: 0.75rem; /* 12px */
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.m-auto {
  margin: auto;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section strong,
.markdown-section .anchor span,
.markdown-section code {
  color: #373b46 !important;
}
.markdown-section a {
  color: #42b983;
  font-weight: 600;
}
.markdown-section a:hover {
  color: rgb(59.2948207171, 166.2051792829, 117.6912350598);
}

.sidebar {
  padding: 40px 20px;
}

.sidebar ul li.active > a {
  color: #373b46;
}

.sidebar-toggle span {
  background-color: #373b46;
}

section.cover .anchor span {
  color: #fff;
}

.cover.show {
  /*background: url('../../assets/img/shopping-cart/gridBackground.png') no-repeat center !important;*/
  background: transparent !important;
  background-size: cover !important;
  padding: 0;
  margin: 0 !important;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5em;
  color: #373b46;
  min-height: 100vh;
  width: 100vw;
  position: relative;
}
.cover.show .cover-main {
  min-height: 100vh;
  width: 100vw;
  position: relative;
  margin: 0;
  display: flex;
}
.cover.show .heading {
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
}
@media (min-width: 51rem) {
  .cover.show .heading {
    font-size: 3.1rem;
    line-height: 1em;
    letter-spacing: -2px;
  }
}
.cover.show .btn {
  display: inline-flex;
  color: #fff;
  background-color: #373b46;
  padding-left: 1.5rem; /* 24px */
  padding-right: 1.5rem; /* 24px */
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  align-items: baseline;
  font-weight: 500;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  text-decoration: none;
  cursor: pointer;
}
.cover.show .btn.btn--primary {
  background-color: #373b46;
  border-color: #373b46;
}
.cover.show .btn.btn--primary:hover, .cover.show .btn.btn--primary:focus, .cover.show .btn.btn--primary:active {
  background-color: rgb(48.268, 51.7784, 61.432);
  border-color: rgb(48.268, 51.7784, 61.432);
}
.cover.show .btn.btn--dark-gray {
  background-color: #373b46;
  border-color: #373b46;
  color: #fff;
}
.cover.show .btn.btn--dark-gray:hover, .cover.show .btn.btn--dark-gray:focus, .cover.show .btn.btn--dark-gray:active {
  background-color: rgb(48.268, 51.7784, 61.432);
  border-color: rgb(48.268, 51.7784, 61.432);
  color: #fff;
}
.cover.show .btn.btn--outline {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #9998b1;
  color: #9998b1;
  gap: 5px;
}
.cover.show .btn.btn--outline:hover {
  background-color: rgba(153, 152, 177, 0.1);
  border-color: rgb(138.6298342541, 137.4889502762, 166.0110497238);
  color: #9998b1;
}
.first-gradient {
  position: absolute;
  inset-inline: 0;
  top: -10rem;
  z-index: -10;
  transform: translateZ(0);
  overflow: hidden;
  filter: blur(180px);
  min-height: 100vh;
}
@media (min-width: 40rem) {
  .first-gradient {
    top: -20rem;
    left: -40rem;
  }
}
.first-gradient__inner {
  position: relative;
  left: calc(50% - 11rem);
  aspect-ratio: 1155/678;
  width: 36.125rem;
  max-width: none;
  transform: translateX(-50%) rotate(30deg);
  opacity: 0.3;
  min-height: 100vh;
}
@media (min-width: 40rem) {
  .first-gradient__inner {
    left: calc(50% - 30rem);
    width: 72.1875rem;
  }
}
.first-gradient__inner {
  clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%);
  background: linear-gradient(to right top, oklch(69% 0.15 159.38deg), oklch(71% 0.16 136.64deg));
}

.second-gradient {
  position: absolute;
  top: calc(100% - 13rem);
  z-index: -10;
  transform: translateZ(0);
  overflow: hidden;
  filter: blur(180px);
  min-height: 100vh;
  inset-inline: 0rem;
}
@media (min-width: 40rem) {
  .second-gradient {
    top: 10%;
    left: 10%;
  }
}
.second-gradient__inner {
  position: relative;
  left: calc(50% + 3rem);
  aspect-ratio: 1155/678;
  width: 36.125rem;
  max-width: none;
  transform: translateX(-50%);
  opacity: 0.3;
  min-height: 100vh;
}
@media (min-width: 40rem) {
  .second-gradient__inner {
    left: calc(50% + 36rem);
    width: 72.1875rem;
  }
}
.second-gradient__inner {
  clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%);
  background: linear-gradient(to right top, oklch(69% 0.15 159.38deg), oklch(71% 0.16 136.64deg));
}

#shopping-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: start;
}
@media (min-width: 1400px) {
  #shopping-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.shopping-card {
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 1px solid #e4e4e7;
  transition: all 0.2s ease;
  width: 100%;
}
.shopping-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shopping-card__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping-card__content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.shopping-card__image-wrapper {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f4f4f5;
  transition: background-color 0.2s ease;
}
.shopping-card:hover .shopping-card__image-wrapper {
  background-color: #e4e4e7;
}
.shopping-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopping-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.shopping-card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.shopping-card__title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #18181b;
  margin: 0;
}
.shopping-card__badge {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  background-color: #f4f4f5;
  color: #71717a;
}
.shopping-card__details {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.875rem;
  color: #71717a;
}
.shopping-card__price {
  font-weight: 500;
}
.shopping-card__separator::before {
  content: "•";
}
.shopping-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.375rem;
  border: 1px solid #e4e4e7;
  background-color: #ffffff;
  color: #18181b;
  cursor: pointer;
  transition: all 0.2s ease;
}
.shopping-card__button:hover {
  background-color: #f4f4f5;
}
.shopping-card__button:focus-visible {
  outline: 2px solid #18181b;
  outline-offset: 2px;
}
.shopping-card__button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.shopping-card__button-icon {
  width: 0.875rem;
  height: 0.875rem;
}

.number-input__btn {
  display: none;
}

.number-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-input .form-control {
  -moz-appearance: textfield;
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: auto;
  height: auto;
  order: 1;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  pointer-events: auto;
  -webkit-text-fill-color: #71717a;
  color: #71717a;
}
.number-input .form-control:hover, .number-input .form-control:focus, .number-input .form-control:active {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
.number-input .number-input__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #18181b;
  border-radius: 0.375rem;
  border: 1px solid #e4e4e7;
  margin: 0 -4px;
  padding: 0 4px;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.number-input .number-input__btn svg {
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  stroke: #18181b;
  fill: #18181b;
}
.number-input .number-input__btn:hover {
  color: #18181b;
  background: #f4f4f5;
}
.number-input .number-input__btn:hover svg {
  stroke: #18181b;
  fill: #18181b;
}
.number-input .number-input__btn--plus {
  order: 2;
}
.number-input .form-control::-webkit-inner-spin-button,
.number-input .form-control::-webkit-outer-spin-button {
  display: none;
}

#non-available-item-container {
  max-width: 100%;
}
@media (min-width: 991px) {
  #non-available-item-container {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  #non-available-item-container {
    max-width: 50%;
  }
}