@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; }

.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; }
    @media (max-width: 768px) {
      .navbar.desktop-navbar {
        display: none; } }
  @media (min-width: 768px) {
    .navbar.mobile-navbar {
      position: relative !important;
      display: none; } }
  .navbar > div.centered-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: fixed; }
    .navbar > div.centered-logo > div > svg {
      width: 200px;
      height: 69px; }
      @media (max-width: 768px) {
        .navbar > div.centered-logo > div > svg {
          width: 150px;
          height: 50px; } }
    .navbar > div.centered-logo > div > a {
      margin: 0;
      padding: 0;
      height: 69px;
      display: block;
      margin-top: 15px; }
      .navbar > div.centered-logo > div > a > svg {
        width: 200px;
        height: 69px; }
        @media (max-width: 768px) {
          .navbar > div.centered-logo > div > a > svg {
            width: 150px;
            height: 50px; } }
  .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: #000000;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500; }
      .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: #000000; }
    @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 > div.container.main-navigation {
      padding: 35px 0; }
  .navbar.navbar-scrolled {
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
    .navbar.navbar-scrolled:hover {
      opacity: 1; }
  .navbar.desktop-navbar > div.container > div.left-nav > ul,
  .navbar.desktop-navbar > div.container > div.right-nav > ul {
    opacity: 1; }
  .navbar:hover {
    opacity: 1;
    background-color: #fff;
    background: linear-gradient(to bottom, white 0%, rgba(91, 91, 91, 0) 100%); }
    .navbar:hover > div.container > div.left-nav > ul,
    .navbar:hover > 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.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: calc(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: calc(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: #0064ca;
    border-color: #0064ca; }
.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 > 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 {
  height: 240px;
  object-fit: cover; }
  @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: #e24486; }
.section-standard {
  padding: 100px 0;
  background-color: #fff; }
.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: #e24486;
  color: #fff;
  padding: 60px 0 20px;
  font-size: 0.85rem; }
  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; }
  .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: #0058b0; }
.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: #0058b0; }
  .explore-link.pink {
    color: #e24486; }
    .explore-link.pink:hover {
      color: #8d5e56; }

.section-colored {
  padding: 1px;
  background-color: #ffc4dc; }
  @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%; }

@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 .card-text-container {
    flex: 1;
    color: #898686; }
    @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: .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; }

.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: #575757;
  font-size: 4.5rem;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    .product-title {
      font-size: 2.5rem; } }
  @media (max-width: 1028px) {
    .product-title {
      font-size: 2.5rem; } }

.product-price {
  font-family: "Kigelia LGC", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #937575; }
  @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; }

.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: #e24486; }

.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-button {
  background-color: #d66969;
  border-color: #d66969;
  color: #ffffff; }
  .add-to-cart-section .add-to-cart-button:hover {
    background-color: #9d3c3c;
    border-color: #9d3c3c; }
.add-to-cart-section > div.hidden {
  display: none; }
.add-to-cart-section > .added {
  display: inline-flex; }
  .add-to-cart-section > .added > button {
    background-color: #d66969;
    border-color: #d66969;
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px; }
    .add-to-cart-section > .added > button.minus {
      border-radius: 980px 0 0 980px; }
    .add-to-cart-section > .added > button.plus {
      border-radius: 0 980px 980px 0; }
    .add-to-cart-section > .added > button.remove-from-cart {
      margin-left: 5px; }
    .add-to-cart-section > .added > button:hover {
      background-color: #9d3c3c;
      border-color: #9d3c3c; }
  .add-to-cart-section > .added input[type="number"],
  .add-to-cart-section > .added select {
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    border: 1px solid #d66969;
    font-size: 1.2rem;
    padding: 0 10px;
    color: #d66969;
    width: 65px; }

.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: calc(100vh); } }
  .product-detail-container > .row {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .product-detail-container > .row {
        min-height: calc(100vh); } }
    @media screen and (max-width: 768px) {
      .product-detail-container > .row {
        margin: 0; } }
    .product-detail-container > .row > .prod-details {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 200px;
      min-height: calc(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; }
    @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: calc(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: calc(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; }

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

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

group {
  margin-bottom: 90px !important; }
  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.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 (max-width: 1024px) {
  .product-detail-container .row .prod-details {
    min-height: unset; } }

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

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