@import url("https://use.typekit.net/hze8crq.css");
@import url("https://use.typekit.net/uuh1ejn.css");
@import url("https://use.typekit.net/eug2rko.css");
h1, h2, h3 {
  font-family: "loos-extrawide", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hidden {
  display: none;
}

.checkout-rider-callout {
  margin: 1.25rem 0 1.75rem;
  padding: 1rem 1.15rem;
  background: #f6f4f1;
  border-left: 4px solid #c07497;
  max-width: 640px;
}
.checkout-rider-callout strong {
  margin-bottom: 0.5rem;
}
.checkout-rider-callout p {
  color: #444;
  font-size: 0.95rem;
}

.content-area h1, .content-area h2, .content-area h3 {
  font-family: "Kigelia LGC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  font-family: "Kigelia LGC Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #fff;
  color: #1d1d1f;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.large-top-margin {
  margin-top: 200px !important;
}
@media (max-width: 768px) {
  .large-top-margin {
    margin-top: 20px !important;
  }
}

.navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.navbar.desktop-navbar {
  position: fixed;
  width: 700px;
  margin: 20px auto auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .navbar.desktop-navbar {
    display: none;
  }
}
.navbar.desktop-navbar > div.main-navigation {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.navbar.desktop-navbar > div > .centered-logo > div > a {
  display: block;
  margin: 0;
  padding: 0;
}
.navbar.desktop-navbar > div > .centered-logo > div > a > svg {
  width: 60px;
  height: 60px;
}
.navbar.desktop-navbar > div > .centered-logo > div > a > svg path {
  fill: #ffffff !important;
}
@media (min-width: 768px) {
  .navbar.mobile-navbar {
    position: relative !important;
    display: none;
  }
}
.navbar > div.container {
  display: flex;
  align-items: center;
}
.navbar > div.container.no-mouse {
  pointer-events: none;
}
.navbar > div.container > div.right-nav > ul, .navbar > div.container > div.left-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.navbar > div.container > div.right-nav > ul > li > a, .navbar > div.container > div.left-nav > ul > li > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .navbar > div.container > div.right-nav > ul > li > a, .navbar > div.container > div.left-nav > ul > li > a {
    color: #000 !important;
  }
}
.navbar > div.container > div.right-nav > ul > li > button, .navbar > div.container > div.left-nav > ul > li > button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar > div.container > div.right-nav > ul > li > button, .navbar > div.container > div.left-nav > ul > li > button {
    color: #000 !important;
  }
}
@media (max-width: 768px) {
  .navbar > div.container > div.center-nav {
    padding: 10px 0 !important;
  }
}
.navbar > div.container > div.center-nav > svg {
  width: 200px;
  height: 67px;
}
@media (max-width: 768px) {
  .navbar > div.container > div.center-nav > svg {
    width: 150px;
    height: 50px;
  }
}
.navbar > div.container > div.center-nav > a {
  text-decoration: none;
}
.navbar > div.container > div.center-nav > a > svg {
  width: 200px;
  height: 67px;
}
@media (max-width: 768px) {
  .navbar > div.container > div.center-nav > a > svg {
    width: 150px;
    height: 50px;
  }
}
.navbar > div.container.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: fixed;
}
.navbar > div.container.center > div.center-nav {
  padding: 20px 0;
}
.navbar > div.container.center > div.center-nav > a {
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar.navbar-scrolled {
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(-50px);
  transition: all 500ms cubic-bezier(0.045, 0.76, 0.065, 1); /* custom */
}
.navbar.navbar-scrolled:hover {
  opacity: 1;
  transform: translateY(0);
}
.navbar.desktop-navbar > div.container > div.left-nav > ul,
.navbar.desktop-navbar > div.container > div.right-nav > ul {
  opacity: 1;
}
.navbar.mobile-navbar > div.container.center {
  position: relative !important;
}
.navbar.mobile-navbar > div.container > .right-nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.navbar.mobile-navbar > div.container > .right-nav > ul {
  width: 100%;
  justify-content: center;
}
.navbar.mobile-navbar > div.container svg path {
  fill: #000 !important;
}
.navbar.no-float {
  position: relative;
}
.navbar.no-float > div.centered-logo {
  position: relative;
}

.hero-section {
  background: #fbfbfd;
  color: #1d1d1f;
  padding: 0px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 0;
  }
}
.hero-section .hero-content {
  height: 99vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}
.hero-section .hero-content h1 {
  font-size: 2rem;
}
.hero-section .hero-content a {
  background: #f1aeb9;
  color: #7f3845;
  border: none;
}
@media (max-width: 768px) {
  .hero-section .hero-content {
    height: 50vh;
    padding-bottom: 40px;
  }
  .hero-section .hero-content h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .hero-section .hero-content p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .hero-section .hero-content a {
    background: #f1aeb9;
    color: #7f3845;
    border: none;
  }
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
}

.btn-primary {
  background-color: #0071e3;
  border-color: #0071e3;
  border-radius: 980px;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 400;
}
.btn-primary:hover {
  background-color: rgb(0%, 39.3357519219%, 79.0196078431%);
  border-color: rgb(0%, 39.3357519219%, 79.0196078431%);
}
.btn-outline-primary {
  border-color: #0071e3;
  color: #0071e3;
  border-radius: 980px;
  padding: 6px 18px;
}
.btn-outline-primary:hover {
  background-color: #0071e3;
  border-color: #0071e3;
}

.product-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
}
.product-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .product-card:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .product-card {
    flex-direction: row-reverse;
    box-shadow: none;
    border: 1px solid #f4f1f1;
  }
}
.product-card > .sold-out-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #101010;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "loos-extrawide", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-card > .popular-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #e24486;
  color: #fff;
  padding: 4px 12px;
  border-radius: 980px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.product-card > .preorder-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #2f5d50;
  color: #fff;
  padding: 4px 12px;
  border-radius: 980px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.product-card > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card > a > .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.product-card > a > .card-body > .card-text-container {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .product-card > a {
    flex-direction: row-reverse;
  }
}

.product-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .product-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    border-left: 1px solid #f4f1f1;
    border-radius: 0;
  }
}

.card-title {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-size: 1.1rem;
  }
}
.card-text {
  color: #86868b;
  font-size: 0.95rem;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: -0.015em;
}
.section-subheading {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
  color: #3b3b3b;
}
.section-standard {
  padding: 100px 0;
  background-color: #fff;
}
.section-document-verification {
  background: #fdeef4;
}
.section-colored {
  padding: 100px 0;
  background-color: #f5f5f7;
}

.category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
}

footer {
  background-color: #0c0c0c;
  color: #fff;
  padding: 60px 0 20px;
  font-size: 0.85rem;
}
footer .cookie-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .cookie-section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
footer .cookie-section > div > p {
  color: #616161;
}
footer h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
footer a:hover {
  color: pink;
  text-decoration: none;
}
footer ul.col-2 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.social-links a {
  color: #ffc4dc;
  text-decoration: none;
  transition: color 0.2s;
}
.social-links a:hover {
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  margin-top: 20px;
}

.product-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.product-price {
  color: #0071e3;
  font-weight: 600;
}
.product-badge {
  background-color: #0071e3;
  border-radius: 20px;
  padding: 6px 12px;
}
.product-feature-box {
  background-color: #f5f5f7;
  padding: 1rem;
  border-radius: 0.5rem;
}
.product-feature-icon {
  color: #0071e3;
}
.product-quantity-control {
  width: 130px;
}
.product-social-link {
  color: #86868b;
}
.product-social-link:hover {
  color: #1d1d1f;
}

.about-hero {
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.about-hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.about-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.about-subheading {
  color: #86868b;
}
.about-link {
  color: #0071e3;
  text-decoration: none;
}
.about-link:hover {
  text-decoration: none;
  color: rgb(0%, 34.3577783536%, 69.0196078431%);
}
.about-team-img {
  height: 250px;
  object-fit: cover;
}

.contact-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}
.contact-icon-circle {
  width: 50px;
  height: 50px;
}

.category-icon {
  color: #0071e3;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.explore-link {
  color: #0071e3;
  text-decoration: none;
}
.explore-link:hover {
  color: rgb(0%, 34.3577783536%, 69.0196078431%);
}
.explore-link.pink {
  color: #e24486;
}
.explore-link.pink:hover {
  color: rgb(55.2535496957%, 36.8356997972%, 33.7660581474%);
}

.section-colored {
  padding: 1px;
  background-color: #ebeaea;
}
@media screen and (max-width: 768px) {
  .section-colored {
    padding-top: 0px !important;
  }
}

.category-section-head {
  background-color: #fff4f2;
  padding: 1px;
}

.about-hero-section {
  height: 400px;
}
.about-hero-section > div {
  height: 100%;
}

.section-standard.document-verification-section {
  background: #fdeef4;
}
@media (max-width: 768px) {
  .section-standard {
    padding: 0px;
  }
}

.section-padding {
  padding: 180px 0px;
}
.section-padding.section-colored.testimonial-container-section {
  background-color: #fff9f8;
}
.section-padding.section-colored.testimonial-container-section .star-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.section-padding.section-colored.testimonial-container-section .star-rating > i.text-secondary {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .section-padding {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .section-padding .section-heading {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .section-padding .section-subheading {
    font-size: 16px;
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .section-colored .section-heading {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .section-colored .section-subheading {
    font-size: 16px;
    padding: 0px 20px;
    color: #fff;
  }
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-body > h5 {
  margin-bottom: 0;
  color: #575757;
}
.card-body > p {
  margin-bottom: 0;
}
.card-body img {
  width: 100%;
}
.card-body.category-card-body {
  min-height: 300px;
  justify-content: flex-end;
  padding: 0;
}
.card-body.category-card-body > div {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 1rem;
}
.card-body.category-card-body > div > h3 {
  font-size: 1.5rem;
  text-align: left;
  padding: 0 1.5rem;
}
.card-body.category-card-body > div > div > p {
  text-align: left;
  color: #000;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.card-body .card-text-container {
  flex: 1;
  color: rgb(137, 134, 134);
}
@media screen and (max-width: 768px) {
  .card-body .card-text-container {
    font-size: 15px;
  }
}
.card-body .card-text-container > p:last-child {
  margin-bottom: 0;
}
.card-body .card-text-container > p strong {
  font-weight: normal;
}

.btn-outline-primary.pink {
  border-color: #dd9d93;
  color: #dd9d93;
}
.btn-outline-primary.pink:hover {
  background-color: #dd9d93;
  color: #fff;
}
.btn-outline-primary.pink:focus-visible, .btn-outline-primary.pink:active {
  border-color: #c1867d;
  background-color: #c1867d;
}

.product-feature-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 100px;
  border: 3px dotted #f1cdc1;
}
@media screen and (max-width: 768px) {
  .product-feature-box {
    margin-top: 40px;
  }
}
.product-feature-box .product-feature-icon {
  color: #c08080;
}
.product-feature-box ul li {
  color: #784949;
}

.product-price {
  color: #b793aa;
  font-weight: 600;
}

.product-price-display .price-was,
span.price .price-was,
.price .price-was {
  text-decoration: line-through;
  opacity: 0.65;
  font-weight: 400;
  margin-right: 0.4em;
  color: inherit;
}

.product-price-display .price-now,
span.price .price-now,
.price .price-now {
  font-weight: 600;
}

.prod-details p {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.btn-pink {
  background-color: #b793aa;
  border-color: #b793aa;
}

a {
  color: #91816f;
}

.btn.pink {
  background-color: #e24486;
  border-color: #e24486;
  color: #fff;
}
.btn.pink:hover {
  background-color: #ffc4dc;
  border-color: #ffc4dc;
}

.product-badge {
  background-color: #e7cdc9;
  color: #fff;
}

.article-hero-section h1 {
  color: #9a7a75;
}
.article-hero-section p {
  color: #9a7a75;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mob-hero-section > .container {
    padding: 0px !important;
  }
  .mob-hero-section > .container nav.breadcrumb-nav {
    background-color: #e5c4b4;
    padding: 5px;
  }
  .mob-hero-section > .container nav.breadcrumb-nav ol {
    margin: 0;
  }
}
.product-title {
  font-family: "victorian-orchid", "Kigelia LGC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 4.5rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
.product-title > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.product-title > div > div {
  font-size: 1rem;
  background-color: #e5a894;
  padding: 5px 15px;
  border-radius: 100px;
  color: #fff;
}
.product-title > div > div.popular-badge {
  background-color: #e24486;
}
.product-title > div > div.preorder-badge {
  background-color: #2f5d50;
}
@media screen and (max-width: 768px) {
  .product-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1028px) {
  .product-title {
    font-size: 2.5rem;
  }
}

.menu-category-grid {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
@media (min-width: 768px) {
  .menu-category-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}

.menu-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background: #1a1a1a;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.menu-category-card:hover, .menu-category-card:focus-visible {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}
.menu-category-card:hover .menu-category-card__media img, .menu-category-card:focus-visible .menu-category-card__media img {
  transform: scale(1.05);
}
.menu-category-card:hover .menu-category-card__cta, .menu-category-card:focus-visible .menu-category-card__cta {
  opacity: 1;
}
.menu-category-card:focus-visible {
  outline: 2px solid #e24486;
  outline-offset: 4px;
}

.menu-category-card__media {
  position: absolute;
  inset: 0;
}
.menu-category-card__media img,
.menu-category-card__media .menu-category-card__fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.menu-category-card__media .menu-category-card__fallback {
  background: linear-gradient(160deg, #3b3b3b, #1a1a1a);
}

.menu-category-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 3.75rem 1.5rem 1.35rem;
  background: linear-gradient(to top, rgba(12, 12, 12, 0.9) 0%, rgba(12, 12, 12, 0.55) 52%, rgba(12, 12, 12, 0) 100%);
}
.menu-category-card__overlay .preorder-badge {
  position: static;
  display: inline-block;
  margin-bottom: 0.15rem;
}

.menu-category-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.menu-category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  opacity: 0.88;
}
.menu-category-card__cta i {
  font-size: 1rem;
}

.product-price {
  font-family: "Kigelia LGC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: rgb(147, 117, 117);
}
@media (max-width: 1028px) {
  .product-price {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .product-price {
    color: #b793aa;
    font-weight: 600;
    font-size: 19px;
  }
  .prod-details p {
    font-size: 16px;
    color: #696767;
  }
}
.prod-variations-container h4 {
  font-size: 1.2rem;
}
.prod-variations-container .variation-item {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.prod-variations-container .variation-item h5 {
  margin: 0;
  font-size: 1rem;
  color: #1a1a1a;
}
.prod-variations-container .variation-item:hover {
  border-color: rgba(226, 68, 134, 0.45) !important;
}
.prod-variations-container .variation-item.is-selected {
  border-color: #e24486 !important;
  background: rgba(255, 196, 220, 0.35);
  box-shadow: 0 0 0 1px #e24486;
}
.prod-variations-container .variation-item:focus-visible {
  outline: 2px solid #e24486;
  outline-offset: 2px;
}

.card-title {
  font-family: "Kigelia LGC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.section-heading {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #3b3b3b;
}

.category-card a {
  text-decoration: none;
}
.category-card a span.price {
  color: #b99f9f;
}
.category-card.sold-out > a > div > img {
  filter: grayscale(1);
}

.invalid-link {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.testimonial-container {
  height: 700px;
}
.testimonial-container .card-body .lead {
  padding: 20px 0;
}
.testimonial-container .card-body .lead strong {
  font-weight: 700;
  font-style: italic;
}

.navbar-toggler {
  background: #e5c0bb;
}

.copyright-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.copyright-text > svg {
  height: auto;
  width: 123px;
}
.copyright-text > svg path {
  fill: #fff;
}

.mt-10 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 0;
  }
}

.pt-10 {
  padding-top: 100px;
}

.add-to-cart-section .add-to-cart-row {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 100%;
  width: 100%;
}
.add-to-cart-section .quantity-input-field {
  width: 88px;
  flex: 0 0 88px;
  text-align: left;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  background: #fff;
  color: #1d1d1f;
}
.add-to-cart-section .quantity-input-field:focus {
  border-color: #d66969;
  box-shadow: 0 0 0 0.15rem rgba(214, 105, 105, 0.2);
}
.add-to-cart-section .add-to-cart-button {
  flex: 1 1 auto;
  background-color: #d66969;
  border-color: #d66969;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
  white-space: nowrap;
}
.add-to-cart-section .add-to-cart-button:hover, .add-to-cart-section .add-to-cart-button:focus-visible {
  background-color: #9d3c3c;
  border-color: #9d3c3c;
  color: #ffffff;
}
.add-to-cart-section .add-to-cart-button:disabled {
  opacity: 0.55;
}
.add-to-cart-section > div.hidden {
  display: none;
}
.add-to-cart-section > .added {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.add-to-cart-section > .added .added-message {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: #2f5d50;
  font-weight: 500;
}
.add-to-cart-section > .added .added-message i {
  font-size: 1.25rem;
  line-height: 1;
}
.add-to-cart-section > .added .added-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  max-width: 100%;
  width: 100%;
}
.add-to-cart-section > .added .added-add-another {
  background: none;
  border: none;
  padding: 0;
  align-self: flex-start;
  color: #d66969;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.add-to-cart-section > .added .added-add-another:hover {
  color: #9d3c3c;
  text-decoration: underline;
}

.online-search {
  background: none;
  border: none;
  color: #b34d4d;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.online-search:hover {
  color: #ea6e6e;
}

.cart-icon {
  background: none;
  border: none;
  color: #b34d4d;
  padding: 0;
  font-size: 1.5rem;
  position: relative;
}
.cart-icon > span.cart-quantity {
  position: absolute;
  top: 15px;
  right: -7px;
  background-color: #d866b7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.cart-icon:hover {
  background-color: transparent;
  color: #ea6e6e;
}

.product-detail-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-detail-container {
    margin-top: 0 !important;
    min-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-container > .row {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-container > .row {
    margin: 0;
  }
}
.product-detail-container > .row {
  width: 100%;
}
.product-detail-container > .row > .prod-details {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 200px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .product-detail-container > .row > .prod-details {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.product-detail-container > .row > .prod-details > div {
  max-width: 500px;
  position: sticky;
  top: 200px;
}
.product-detail-container > .row > .prod-details > div > .sold-out-badge {
  background: #0e0e0e;
  padding: 10px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0px;
}
.product-detail-container > .row > .prod-details > div > .preorder-notice {
  color: #2f5d50;
  font-weight: 600;
  font-size: 0.95rem;
}
.product-detail-container > .row > .product-image {
  position: relative;
}
.product-detail-container > .row > .product-image > .popular-badge,
.product-detail-container > .row > .product-image > .preorder-badge {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 4px 12px;
  border-radius: 980px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.product-detail-container > .row > .product-image > .popular-badge {
  top: 12px;
  left: 12px;
  background-color: #e24486;
}
.product-detail-container > .row > .product-image > .preorder-badge {
  top: 12px;
  right: 12px;
  background-color: #2f5d50;
}
@media screen and (max-width: 768px) {
  .product-detail-container > .row > .product-image {
    background: none !important;
  }
}
@media (max-width: 1028px) {
  .product-detail-container > .row > .product-image {
    height: 100vh;
    position: sticky;
    top: 0;
    background: black;
  }
}
@media (max-width: 1024px) {
  .product-detail-container > .row > .product-image {
    height: auto;
    position: relative;
    top: 0;
    background: none;
  }
}
.product-detail-container > .row > .product-image.sold-out {
  filter: grayscale(1);
}
.product-detail-container > .row > .product-image > img.sold-out {
  filter: grayscale(1);
}
@media screen and (min-width: 768px) {
  .product-detail-container > .row > .product-image > img {
    display: none;
  }
}

.related-products-row a {
  text-decoration: none;
}

.cart-page-container {
  min-height: 700px;
}
.cart-page-container h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  padding: 40px 0;
}

.cart-wrapper {
  position: relative;
}
.cart-wrapper > div.cart-container {
  position: absolute;
  top: 40px;
  right: -50px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.cart-wrapper > div.cart-container > strong {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "loos-extrawide", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.cart-wrapper > div.cart-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}
.cart-wrapper > div.cart-container ul li {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  border-radius: 5px;
}
.cart-wrapper > div.cart-container ul li:hover {
  background-color: #f5f5f7;
}
.cart-wrapper > div.cart-container ul li > .cart-item-image > img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}
.cart-wrapper > div.cart-container ul li > .cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.cart-wrapper > div.cart-container ul li > .cart-item-details > span {
  color: #212121;
  font-weight: 600;
}
.cart-wrapper > div.cart-container ul li > .cart-item-details > small {
  color: #aa838e;
  font-size: 12px;
  font-weight: 500;
}
.cart-wrapper > div.cart-container ul li > .cart-item-remove {
  background: none;
  border: none;
  color: #b34d4d;
  font-size: 1.5rem;
}
.cart-wrapper > div.cart-container > a {
  margin-top: 10px;
}
.cart-wrapper > div.cart-container > a.review-cart {
  border: 1px solid #f3ddda;
  padding: 10px;
  border-radius: 5px;
  background-color: #f3ddda;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.cart-wrapper:hover > div.cart-container {
  display: flex;
}

.cart-body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.cart-body-wrapper > div.cart-item {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item {
    display: flex;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-image > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-image > img {
    width: 50px;
    height: 50px;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper {
  display: flex;
  gap: 0px;
  flex: 1;
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .cart-item-details {
  width: 80%;
  flex: 1;
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .cart-item-details > strong {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .cart-item-details > strong {
    font-size: 1rem;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper {
  width: 210px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper {
    flex-direction: column;
    gap: 2px;
    width: unset;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-quantity {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-quantity {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-quantity > input {
  background-color: #ffffff;
  border: 1px solid #f3ddda;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
  width: 65px;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-quantity > input {
    font-size: 1rem;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-price > small {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-price > small {
    font-size: 1rem;
  }
}
.cart-body-wrapper > div.cart-item > .cart-item-details-wrapper > .action-wrapper > .cart-item-price > button {
  background: none;
  border: none;
  color: #1f5dfa;
  font-size: 14px;
}
.cart-body-wrapper > group > div.btn-group > .btn {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.cart-body-wrapper > group > div.btn-group > .btn-check {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.cart-body-wrapper > group > div.btn-group > .btn-check:checked + .btn {
  background-color: #1a1a1a !important;
  color: #fff;
  border-color: #1a1a1a !important;
}

.min-height-100 {
  height: 100%;
  min-height: calc(100vh - 200px);
}

.place-order-btn-wrapper {
  margin-bottom: 80px;
}

group h3 {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #824e5f;
}
group form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
group form > div small {
  color: #aa838e;
}
group form > div label {
  font-weight: 600;
  font-size: 13px;
  color: #d66969;
  text-transform: uppercase;
}
group form > div.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
group form > div.form-group > small {
  opacity: 0.8;
  margin-top: -5px;
}
group form > div.form-group.delivery-only.hidden {
  display: none;
}
group form > div.name-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
group form > div.name-wrapper > div {
  flex: 1;
}

.cat-container {
  display: grid;
  gap: 40px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1400px) {
  .cat-container {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .cat-container {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cat-container {
    gap: 30px;
  }
}
.cat-container > div > .card {
  border: 1px dotted #ffc4dc;
  overflow: hidden;
  height: 100%;
  padding: 20px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .cat-container > div > .card {
    border: none;
    padding: 0;
  }
}
.cat-container > div > .card > .card-body {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cat-container > div > .card > .card-body {
    gap: 10px;
  }
}
.cat-container > div > .card > .card-body > h5.card-title {
  background-color: transparent;
  padding: 10px;
  color: #e24486;
  font-size: 2rem;
  font-weight: 800;
  border-right: 1px dotted #ffc4dc;
  min-width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .cat-container > div > .card > .card-body > h5.card-title {
    font-size: 1rem;
    min-width: 120px;
    max-width: 120px;
    text-align: right;
    padding-top: 5px;
  }
}
.cat-container > div > .card > .card-body > .product-listing {
  padding: 0;
  flex: 1;
}
.cat-container > div > .card > .card-body > .product-listing > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.cat-container > div > .card > .card-body > .product-listing > ul > li {
  font-size: 1.3rem;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  padding: 5px 0;
  width: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .cat-container > div > .card > .card-body > .product-listing > ul > li {
    font-size: 14px;
  }
}
.cat-container > div > .card > .card-body > .product-listing > ul > li > a {
  text-decoration: none;
  color: #2b2326;
}
@media screen and (max-width: 768px) {
  .cat-container > div > .card > .card-body > .product-listing > ul > li > a {
    font-weight: 600;
  }
}
.cat-container > div > .card > .card-body > .product-listing > ul > li > span.menu-item-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cat-container > div > .card > .card-body > .product-listing > ul > li > span.menu-item-label .menu-popular-tag {
  background-color: #e24486;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 980px;
}
.cat-container > div > .card > .card-body > .product-listing > ul > li > span.menu-item-label .menu-preorder-tag {
  background-color: #2f5d50;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 980px;
}
.cat-container > div > .card > .card-body > .product-listing > ul > li > span.price {
  color: #e24486;
  font-size: 14px;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 500px) {
  .product-detail-container .row .product-image {
    height: auto;
    min-height: unset;
    position: relative;
    top: 0;
    background: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .product-detail-container .row .product-image {
    height: auto;
    min-height: unset;
    position: relative;
    top: 0;
    background: none;
  }
}
@media screen and (max-width: 1028px) and (min-width: 1025px) {
  .product-detail-container .row .product-image {
    height: 100vh;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 1029px) {
  .product-detail-container .row .product-image {
    height: 100vh;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1024px) {
  .product-detail-container .row .prod-details {
    min-height: unset;
  }
}

@media (max-width: 1024px) {
  .section-padding {
    padding: 80px 0px !important;
  }
}

/* Account / loyalty portal */
.account-nav-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 500;
}

.account-nav-link .ph {
  font-size: 1.25rem;
}

.account-section h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.account-lead {
  color: #666;
  margin-bottom: 1.5rem;
}

.account-auth-card {
  max-width: 420px;
  margin: 0 auto;
}

.account-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.account-side-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.account-side-nav a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.account-side-nav a.active,
.account-side-nav a:hover {
  color: #000;
}

.account-side-meta {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: #888;
  word-break: break-all;
}

.account-balance-hero {
  background: #f6f4f1;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.account-balance-label {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.account-balance-value {
  font-size: 2rem;
  line-height: 1.1;
}

.account-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.account-quick-link {
  border: 1px solid #ddd;
  padding: 0.65rem 1rem;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}

.account-quick-link:hover {
  border-color: #999;
  color: #000;
}

.account-earn-rule {
  margin-bottom: 1.75rem;
}

.account-subhead {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.account-ledger-item,
.account-order-row,
.account-order-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #eee;
}

.account-ledger-item small,
.account-order-row small {
  display: block;
  color: #777;
  margin-top: 0.2rem;
}

.account-order-items {
  display: block;
  color: #555;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.account-order-row {
  text-decoration: none;
  color: inherit;
}

.account-order-row:hover strong {
  text-decoration: underline;
}

.account-ledger-delta.positive {
  color: #1a7a3a;
  font-weight: 600;
}

.account-ledger-delta.negative {
  color: #a12b2b;
  font-weight: 600;
}

.account-order-mods {
  margin: 0.25rem 0 0;
  padding-left: 0;
  color: #666;
  font-size: 0.9rem;
}

.account-order-total {
  margin-top: 1.25rem;
  font-size: 1.15rem;
}

.account-pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.account-form-wide {
  max-width: 480px;
}

@media (max-width: 768px) {
  .account-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .account-side-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .account-nav-label {
    display: none;
  }
}
.account-section {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .account-section {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .account-section {
    margin-top: 180px;
  }
}
@media (max-width: 768px) {
  .account-section--card {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.account-card-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.account-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.account-card-action {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: #222;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}
.account-card-action:hover {
  color: #000;
}
.account-card-action:disabled {
  opacity: 0.55;
  cursor: wait;
}
.account-card-action--muted {
  color: #777;
  text-decoration: none;
}
.account-card-action--muted:hover {
  color: #444;
  text-decoration: underline;
}

.account-panel-modal .account-lead {
  margin-bottom: 1rem;
}
.account-panel-modal .account-form-wide {
  max-width: none;
}
.account-panel-modal .account-balance-hero {
  margin-bottom: 1rem;
}

.virtual-card-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.virtual-card-layout {
  width: 100%;
  max-width: 320px;
}

.virtual-card {
  width: 100%;
  min-height: 520px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 1.15rem 1.15rem 1.25rem;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.virtual-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.virtual-card-brand svg {
  width: 110px;
  height: auto;
  display: block;
}
.virtual-card-brand svg path {
  fill: #fff !important;
}

.virtual-card-status {
  text-align: right;
  line-height: 1.15;
}

.virtual-card-status-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

.virtual-card-status-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
}

.virtual-card-status-points {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  opacity: 0.8;
}

.virtual-card-banner {
  height: 78px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(192, 116, 151, 0.85), rgba(167, 94, 128, 0.55)), repeating-linear-gradient(-12deg, rgba(255, 255, 255, 0.08) 0 10px, rgba(255, 255, 255, 0) 10px 20px);
}

.virtual-card-fields {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.75rem;
}

.virtual-card-field-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.virtual-card-field-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.2;
}

.virtual-card-qr-wrap {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
}

.virtual-card-qr {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  width: 212px;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.virtual-card-qr img,
.virtual-card-qr canvas {
  display: block;
  width: 180px !important;
  height: 180px !important;
}

.virtual-card-qr-empty {
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
  max-width: 240px;
}
.virtual-card-qr-empty p {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  opacity: 0.9;
}

.preorder-badge {
  font-size: 1rem;
}

.btn-primary {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(0.1960784314%, 0.1960784314%, 0.1960784314%);
  border-color: rgb(0.1960784314%, 0.1960784314%, 0.1960784314%);
}

.input-group > button.btn {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.input-group > input.modifier-qty::-webkit-outer-spin-button, .input-group > input.modifier-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group > input.modifier-qty[type=number] {
  -moz-appearance: textfield;
}

.variations-list {
  display: flex;
  flex-direction: column;
}
.variations-list button.is-selected {
  border: 2px solid #E91E63 !important;
  background: #E91E63;
  color: #fff;
}

.navbar.desktop-navbar.no-float {
  background: #1a1a1a;
  border-radius: 20px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.navbar.desktop-navbar.no-float svg {
  width: 180px;
  height: 61px;
}
.navbar.desktop-navbar.no-float svg path {
  fill: #fff !important;
}

/*# sourceMappingURL=style.css.map */
