.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  height: 90px;
}

.image {
  max-width: 30%;
  max-height: 100%;
}

.link {
  color: #000;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 17px;
  text-decoration: none;
}
.categori-image-block {
  padding:4px;
}

.link.catering {
  font-weight: 700;
}

.button {
  background-color: #999a33;
  border-radius: 300px;
}

.image-2 {
  max-width: 10%;
  max-height: 90px;
}

.div-block {
  max-width: 100%;
}

.div-block-2 {
  max-width: 85%;
}

.navbar {
  background-color: #fff;
}

.main-container {
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.category-image {
  mix-blend-mode: darken;
}

.nav-main-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  color: #000;
  font-family: Playfair, sans-serif;
}

.nav-link {
  color: #000;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  transition: all .3s;
  position: static;
}

.nav-link:hover, .nav-link.w--current {
  color: #00000080;
}

.nav-link-focus {
  color: #fff;
  cursor: pointer;
  background-color: #151b63;
  border-radius: 25px;
  margin-left: 20px;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  transition: all .3s;
  position: static;
}

.nav-link-focus:hover {
  background-color: #030303;
}

.hero-block {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.hero-text-block {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 74px;
}

.main-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-container {
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.main-block {
  max-width: 1200px;
  min-height: 50px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.main-product-block {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.main-product-image-block {
  border-radius: 25px;
  min-width: 450px;
  overflow: hidden;
}

.main-product-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-product-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
}

.main-product-p {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.main-product-link {
  color: #000;
  text-underline-position: under;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  -webkit-text-decoration: underline #00000080;
  text-decoration: underline #00000080;
  text-decoration-thickness: 1px;
  transition: all .3s;
}

.main-product-link:hover {
  color: #000000b3;
}

.main-product-block-second {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  transition: all .2s;
  display: flex;
}

.gift-card-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.gift-card-block {
  cursor: pointer;
  overflow: hidden;
}

.gidt-card-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Playfair, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.footer-section {
  background-color: #082f68;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

.footer-grid-image-block {
  max-width: 150px;
}

.footer-grid-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #d6d6d6;
}

.footer-contact-link {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-contact-link:hover {
  color: #d6d6d6;
}

.socials-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-image-block {
  cursor: pointer;
  border-radius: 30px;
  overflow: hidden;
}

.footer-sub-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #f7f7f780;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  min-height: 50px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.footer-sub-link {
  color: #fff;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s;
}

.footer-sub-link:hover {
  color: #d6d6d6;
}

.footer-copyright-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-block {
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
}

.sub-hero-block {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 25vh;
}

.sub-hero-text-block {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  min-height: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.main-block-services {
  background-image: url('../images/services-background-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1230px;
  min-height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-about-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1230px;
  min-height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.about-h2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.about-p {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.about-p-first {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.about-p-second {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.services-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.services-sub-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.service-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.service-p {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.about-image-block {
  padding-top: 60px;
}

.gift-block {
  max-width: 1230px;
  min-height: 50px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-map-block {
  min-height: 50px;
  margin-top: 0;
}

.contact-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.contact-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Playfair, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.contact-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.contact-h2-second {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Playfair, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.main-contact-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1230px;
  min-height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.main-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.input-field {
  color: #000;
  border: 1px solid #0000;
  border-bottom-color: #00000080;
  min-height: 55px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.submit-button {
  cursor: pointer;
  background-color: #151b63;
  border-radius: 25px;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #151b63cc;
}

.form {
  font-family: Instrument Sans, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.contact-h3-link {
  color: #000;
  text-underline-position: under;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  -webkit-text-decoration: underline #00000080;
  text-decoration: underline #00000080;
  text-decoration-thickness: 1px;
}

.main-catering-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1230px;
  min-height: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.working-hours-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 40px;
  display: flex;
}

.contact-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-catering-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.catering-categori-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #00000080;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.categori-sub-block {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.categori-sub-block:hover {
  text-underline-position: under;
  -webkit-text-decoration: underline #00000080;
  text-decoration: underline #00000080;
}

.categori-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.categori-h1-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.catering-products-block {
  padding-left: 40px;
}

.categori-product-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-h1-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.product-main-h1 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 44px;
  line-height: 44px;
  display: flex;
}

.product-h2-block {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.product-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.product-block {
  color: #000;
  cursor: pointer;
  border-radius: 25px;
  flex-flow: column;
   background-color: #ececec;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.product-block:hover {
  transform: translate(0, -7px);
}

.product-text-block {
  background-color: #ececec;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.product-h1 {
 text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.product-sub-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-time-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.product-h3 {
  color: #1f1b64;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.product-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.product-item-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.categori-sub-block-second {
  color: #000;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  width:100%;
}

.categori-sub-block-second:hover {
  text-underline-position: under;
  -webkit-text-decoration: underline #00000080;
  text-decoration: underline #00000080;
}

.product-sub-text-block {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.product-detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.product-detail-block {
  background: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  padding: 32px 24px;
  position: relative;
  margin: 0;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.product-addons-block {
  margin-top: 16px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.product-addons-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #495057;
}

.product-addons-checkbox {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #007bff;
}

.product-addons-text {
  font-weight: 500;
}

.product-detail-background {
  display: none; /* No need for a separate background, handled by .product-detail-modal */
}

.product-name-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.product-detail-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.product-detail-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.product-detail-p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.product-detail-exit-block {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.product-detail-h1-link {
  color: #000;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

.product-extra-block {
  margin-bottom: 40px;
}

.product-extra-name-block {
  margin-bottom: 20px;
}

.product-extra-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.product-extra-item-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-extra-items-form {
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px;
}

.success-message {
  background-color: #ddd0;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-extra-item-name-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.extra-item-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-extra-item-price-block {
  justify-content: center;
  align-items: center;
}

.product-detail-textarea {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.product-extra-items-note-form {
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px;
}

.product-button-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-detail-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e7e7e7;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.product-detail-button-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #151b63;
  border-radius: 30px;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.product-detail-button-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.product-detail-item-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.cart-modal {
  z-index: 9999999;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.cart-background {
  filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.cart-block {
  background-color: #f7f7f7;
  border-radius: 30px 0 0 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 500px;
  max-width: 500px;
  height: 100vh;
  padding: 40px;
  position: relative;
  overflow: auto;
  margin: 0;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.div-block-4 {
  background-color: #000;
}

.cart-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
}

.cart-sub-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.cart-product-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-height: 350px;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
  overflow: auto;
}

.cart-product-sub-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.cart-product-sub-block:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cart-product-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cart-product-detail-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  
}

.cart-product-extra-block {
  flex: 1;
  min-width: 200px;
}

.cart-product-price-h1 {
  justify-content: flex-end;
  align-items: center;
  min-width: 75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  color: #151b63;
}

.cart-price-main-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.cart-price-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cart-price-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  text-align: center;
}

.cart-price-block:last-of-type {
  border-bottom: none;
}

.cart-total-price-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  padding: 20px 0;
  border-top: 2px solid #151b63;
  margin-top: 20px;
}

.cart-total-price-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #151b63;
}

.cart-button {
  color: #fff;
  cursor: pointer;
  background-color: #151b63;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  border: none;
}

.cart-button:hover {
  background-color: #0f1342;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(21, 27, 99, 0.3);
}

.cart-button:active {
  transform: translateY(0);
}

.sub-catering-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.socials-link-block {
  cursor: pointer;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item {
  font-size: 16px;
}

.cart-top-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}

.cart-top-block .cart-h1 {
  margin-bottom: 0;
}

.cart-top-block a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  transition: color 0.3s ease;
}

.cart-top-block a:hover {
  color: #151b63;
}

.footer-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.list-item-2 {
  font-size: 16px;
}

.bold-text {
  font-weight: 400;
}

.main-hero-h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 74px;
}

.brand {
  cursor: pointer;
}

.brand.w--current {
  padding-left: 0;
}

.footer-contact-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.main-section-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.product-qty-input {
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.form-3 {
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  padding: 10px 9px;
  display: flex;
}

.button-3 {
  color: #1d1d1d;
  background-color: #3898ec00;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.form-3-copy {
  text-align: center;
  background-color: #e7e7e700;
  border: 1px solid #969696;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 125px;
  margin-top: 5px;
  padding: 3px 1px;
  display: flex;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  list-style-type: none;
}

.login-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.form-block {
  max-width: 600px;
  padding: 40px 60px 60px;
}

.admin-h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.login-right {
  background-image: url('../images/groceries-image.png');
  background-position: 0 0;
  background-size: cover;
}

.text-field {
  border: 1px solid #e2e2e2;
  min-height: 55px;
  margin-top: 0;
}

.field-label {
  margin-bottom: 10px;
}

.submit-button-2 {
  background-color: #0a2e66;
  min-height: 55px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  width: 95%;
  min-height: 99vh;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.admin-bg {
  background-color: #f7f7f7;
  min-height: 100vh;
  padding-top: 15px;
}

.top-bar {
  background-color: #fff;
  border-radius: 30px;
  width: auto;
  max-width: 1100px;
  min-height: 75px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
}

.left-block {
  background-color: #fff;
  border-radius: 30px;
  width: 300px;
  padding: 23px 30px;
}

.admin-h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-3 {
  outline-offset: 0px;
  color: #181818;
  border-bottom: 1px solid #ebebeb;
  outline: 3px #00e;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.content-admin {
  float: right;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  width: 100%;
  min-height: 55px;
  margin-left: 0;
  padding: 35px;
  display: block;
}

.content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1100px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-title {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-4 {
  float: right;
  background-color: #0a2e66;
}

.content-datatable {
  text-align: center;
  margin-top: 20px;
}

.navbar-2 {
  background-color: #ddd0;
}

.form-block-2 {
  text-align: left;
}

.alert-success {
  text-align: center;
  background-color: #b5d3b4;
  border-radius: 30px;
  padding: 24px;
}

.alert-error {
  color: #fff;
  text-align: center;
  background-color: #af6559;
  border-radius: 30px;
  padding: 24px;
}

/* Shopping Cart Styles */
.cart-icon-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  background: #151b63;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.cart-icon-container:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.cart-icon {
  font-size: 24px;
  color: white;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  font-family: Inter, sans-serif;
}

.add-to-cart-btn {
  background: #151b63;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: 100%;
}

.add-to-cart-btn:hover {
  background: #0f1342;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.add-to-cart-btn:active {
  transform: translateY(0);
}

.add-to-cart-notification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: #4CAF50;
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.add-to-cart-notification.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.empty-cart {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 10px;
}

.qty-btn {
  background: #151b63;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background: #0f1342;
  transform: scale(1.1);
}

.qty-display {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
}

/* Product block modifications for cart functionality */
.product-block {
  position: relative;
  transition: all 0.3s ease;
}

.product-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Cart modal improvements */
@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-link-focus {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    display: inline-block;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .main-product-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
  }

  .main-product-text-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-product-h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .main-product-p {
    font-size: 20px;
    line-height: 28px;
  }

  .main-product-link {
    font-size: 20px;
  }

  .main-product-block-second {
    flex-flow: column;
  }

  .main-product-block-second.reverse-flex-product {
    flex-flow: column-reverse;
    align-items: center;
  }

  .gidt-card-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto auto;
  }

  .main-block-services {
    margin-top: 0;
  }

  .main-about-block {
    flex-flow: column;
    margin-top: 100px;
  }

  .about-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .about-h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .about-p-first {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .about-p-second {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .services-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .service-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .service-p {
    font-size: 20px;
    line-height: 30px;
  }

  .about-image-block {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .about-map-block {
    margin-top: 0;
  }

  .contact-h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .contact-h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .contact-h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-h2-second {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
  }

  .main-contact-block {
    margin-top: 100px;
  }

  .main-contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-field {
    color: #000;
    font-size: 20px;
    line-height: 20px;
  }

  .submit-button, .contact-h3-link {
    font-size: 20px;
    line-height: 20px;
  }

  .main-catering-block {
    margin-top: 0;
  }

  .working-hours-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 0;
  }

  .contact-h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .main-catering-grid {
    grid-template-columns: 2.25fr;
    margin-top: 60px;
    display: block;
  }

  .catering-categori-grid {
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
    object-fit: fill;
    border-right-width: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
    overflow: auto;
  }

  .categori-sub-block {
    float: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    padding: 20px 20px 30px;
    display: block;
  }

  .categori-h1 {
    margin-top: 5px;
  }

  .categori-image-block {
    width: 100px;
    mix-blend-mode: darken;
  }

  .categori-h1-block {
    padding-left: 0;
    padding-right: 0;
  }

  .catering-products-block {
    width: 100%;
    padding-left: 20px;
  }

  .categori-product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }


  .categori-product-grid.last-product-grid {
    margin-bottom: 0;
  }

  .product-main-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .product-h2 {
    line-height: 16px;
  }

  .product-text-block {
    padding: 10px;
  }

  .product-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  }

  .product-h3 {
    font-size: 12px;
  }

  .categori-sub-block-second {
    float: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    width: auto;
    padding: 20px 20px 18px;
    display: block;
  }

  .product-detail-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .product-detail-p {
    font-size: 16px;
    line-height: 20px;
  }

  .product-extra-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .extra-item-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .product-detail-textarea {
    font-size: 16px;
    line-height: 20px;
  }

  .product-detail-button-h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .product-detail-item-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .cart-block {
    top: 100px;
  }

  .cart-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .cart-sub-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cart-product-main-block {
    max-height: 250px;
    overflow: auto;
  }

  .cart-product-h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .cart-product-extra-h1 {
    line-height: 16px;
  }

  .cart-product-item-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .cart-product-price-h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .cart-price-h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .cart-total-price-block {
    margin-bottom: 20px;
  }

  .cart-total-price-h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .cart-button {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #b1b1b1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
  }

  .list-item {
    font-size: 16px;
  }

  .main-hero-h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .icon {
    font-size: 36px;
  }

  .menu-button {
    padding: 10px;
  }

  .category-image {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .main-product-h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .main-product-block-second {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .gift-card-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .gidt-card-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 16px;
  }

  .footer-contact-link {
    font-size: 16px;
  }

  .footer-image-block.w--current {
    max-width: 120px;
  }

  .main-block-services {
    margin-top: 0;
  }

  .main-about-block {
    margin-top: 60px;
  }

  .about-h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .services-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .about-map-block {
    margin-top: 60px;
  }

  .contact-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .contact-h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .contact-h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-h2-second {
    font-size: 24px;
    line-height: 24px;
  }

  .main-contact-block {
    margin-top: 60px;
  }

  .input-field {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .submit-button {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-h3-link {
    font-size: 16px;
  }

  .main-catering-block {
    margin-top: 60px;
  }

  .working-hours-block {
    flex-flow: column;
  }

  .main-catering-grid {
    grid-template-columns: auto;
    margin-top: 20px;
  }

  .catering-categori-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    height: 190px;
  }

  .categori-image-block {
    max-width: 80px;
  }

  .categori-h1-block {
    padding-left: 0;
    padding-right: 0;
  }

  .categori-product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-main-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .product-h2-block {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .product-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .categori-sub-block-second {
    padding-left: 10px;
    padding-right: 10px;
  }
  .categori-sub-block-second.active {
     border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .product-sub-text-block {
    min-height: 100px;
  }

  .product-detail-block {
    padding: 20px;
  }

  .product-name-grid {
    grid-template-columns: 3fr;
    margin-bottom: 20px;
  }

  .product-image-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-detail-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .product-extra-block {
    margin-bottom: 20px;
  }

  .product-detail-button-h1, .product-detail-item-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .cart-block {
    min-width: 500px;
    padding: 20px;
    top: 140px;
  }

  .cart-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .cart-product-sub-block {
    padding: 10px 10px 10px 19px;
  }

  .cart-product-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .cart-product-extra-h1 {
    font-size: 16px;
  }

  .cart-product-item-h1, .cart-product-price-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .cart-button, .footer-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .main-hero-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .brand.w--current {
    max-width: 80px;
  }

  .footer-contact-h1 {
    font-size: 16px;
  }

  .form-3, .form-3-copy {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .login-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 41px;
  }

  .product-detail-block {
    max-width: 98vw;
    padding: 16px 6px;
  }
}

@media screen and (max-width: 479px) {
  .hero-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .main-product-image-block {
    min-width: auto;
  }

  .main-product-h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .main-product-p, .main-product-link {
    font-size: 16px;
    line-height: 24px;
  }

  .gidt-card-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-text-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-image-block.w--current {
    max-width: 100px;
  }

  .main-block-services {
    margin-top: 0;
  }

  .about-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .about-p-first {
    font-size: 18px;
  }

  .about-p-second {
    font-size: 14px;
  }

  .services-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .service-p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-image-block {
    max-width: 250px;
  }

  .contact-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .main-contact-grid {
    grid-template-columns: 1fr;
  }

  .input-field {
    margin-bottom: 20px;
  }

  .contact-h3-link {
    line-height: 16px;
  }

  .main-catering-block {
    margin-top: 0;
  }

  .working-hours-block {
    flex-flow: column;
  }

  .main-catering-grid {
    grid-template-columns: auto;
    margin-top: 20px;
  }

  .catering-categori-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    height: 190px;
  }

  .categori-image-block {
    max-width: 80px;
  }

  .categori-h1-block {
    padding-left: 0;
    padding-right: 0;
  }

  .categori-product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-h1-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

  .product-main-h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .product-text-block {
    padding: 10px;
  }

  .product-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-sub-text-block {
    min-height: 80px;
  }

  .product-detail-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-detail-block {
    max-height: 600px;
    overflow: auto;
    width: 95vw;
    max-width: 600px;
  }
  
  .product-addons-block {
    margin-top: 12px;
    padding: 10px;
  }
  
  .product-addons-text {
    font-size: 13px;
  }

  .product-name-grid {
    grid-column-gap: 20px;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .product-detail-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .product-extra-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .product-extra-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .extra-item-h1 {
    margin-left: auto;
  }

  .product-detail-item-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .product-detail-button-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 10px 20px;
  }

  .cart-modal {
    justify-content: flex-end;
    align-items: stretch;
    top: 0;
  }

  .cart-block {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100vh;
    border-radius: 0;
    display: flex;
    top: 0;
    overflow: auto;
  }

  .cart-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .cart-sub-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: auto;
  }

  .cart-product-main-block {
    max-height: 180px;
    overflow: auto;
  }

  .cart-product-h1 {
    font-size: 16px;
    line-height: 16px;
  }

  .cart-product-detail-block {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cart-product-extra-block {
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
  }

  .cart-product-extra-h1 {
    padding-left: 0;
  }

  .cart-product-price-h1 {
    justify-content: center;
    align-items: center;
    min-width: auto;
  }

  .cart-price-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-total-price-block {
    margin-bottom: 20px;
  }

  .cart-total-price-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .cart-button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .main-hero-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .brand.w--current {
    max-width: 70px;
  }

  .product-qty-input {
    width: 35px;
  }

  .form-3 {
    width: 125px;
    margin-top: 10px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .form-3-copy {
    width: 100px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

#w-node-_8ab839d3-3193-ef75-fc38-c9b23489bcfc-cfc286b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ab2b1af-7632-5ddf-6788-b074ab1ee2d8-be21b017, #w-node-dfd36a23-5059-52aa-d1a1-dd889e1cdca0-be21b017, #w-node-_61e56b11-a03d-9e64-b1c8-6fc60208d1f3-be21b017 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd887d7d-f106-7858-a052-c5afd048a653-a278ecc9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a6671-ed6a666e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a6686-ed6a666e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a668f-ed6a666e {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_3ab2b1af-7632-5ddf-6788-b074ab1ee2d8-be21b017, #w-node-dfd36a23-5059-52aa-d1a1-dd889e1cdca0-be21b017, #w-node-_61e56b11-a03d-9e64-b1c8-6fc60208d1f3-be21b017 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a6686-ed6a666e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1609bbe3-d1aa-257a-ab8d-442df3fc1cec-be21b017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_752ef5f2-6246-eb14-b089-0093ee26baa8-be21b017 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ab2b1af-7632-5ddf-6788-b074ab1ee2d8-be21b017, #w-node-dfd36a23-5059-52aa-d1a1-dd889e1cdca0-be21b017, #w-node-_61e56b11-a03d-9e64-b1c8-6fc60208d1f3-be21b017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a6671-ed6a666e, #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a6686-ed6a666e, #w-node-_3f4a36f0-d770-912a-8c41-b3a4ed6a668f-ed6a666e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ab839d3-3193-ef75-fc38-c9b23489bcfc-cfc286b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* View More Functionality Styles */
.hidden-product {
  display: none !important;
}

.hidden-section {
  display: none !important;
}

.view-more-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.view-more-btn {
  background-color: #4a4a4a;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.view-more-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.view-more-btn:active {
  transform: translateY(0);
}

.view-more-btn.view-less {
  background-color: #666;
}

.view-more-btn.view-less:hover {
  background-color: #555;
}

/* Category filtering styles */
.categori-sub-block-second.active {
   background-color: #f5f5f5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  text-decoration: underline;
}

.categori-sub-block-second.active .categori-h1 {
  color:#000 ;
}

/* Animation for showing/hiding products */
.product-block {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-block.show {
  opacity: 1;
  transform: translateY(0);
}

.product-block.hide {
  opacity: 0;
  transform: translateY(20px);
}

/* Responsive Cart Styles */
@media screen and (max-width: 767px) {
  .cart-icon-container {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  
  .cart-icon {
    font-size: 20px;
  }
  
  .cart-count {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  
  .cart-block {
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
  }
  
  .cart-product-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .cart-product-image {
    width: 80px;
    height: 80px;
  }
  
  .cart-quantity-controls {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  
  .add-to-cart-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .cart-block {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 0;
  }
  
  .cart-h1 {
    font-size: 20px;
  }
  
  .cart-product-block {
    padding: 10px;
  }
  
  .cart-product-image {
    width: 60px;
    height: 60px;
  }
  
  .add-to-cart-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Customer Information Form Styles */
#customerFormView {
  width: 100%;
  height: 100%;
}

.customer-info-form {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.back-button,
.proceed-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
}

.back-button {
  background-color: #6c757d;
  color: white;
}

.back-button:hover {
  background-color: #5a6268;
}

.proceed-button {
  background-color: #28a745;
  color: white;
}

.proceed-button:hover {
  background-color: #218838;
}

.proceed-button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

/* Responsive form styles */
@media screen and (max-width: 767px) {
  #customerFormView {
    padding: 10px;
  }
  
  .customer-info-form {
    padding: 15px;
  }
  
  .form-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .form-buttons {
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }
  
  .back-button,
  .proceed-button {
    padding: 12px 20px;
  }
}

/* Order Summary Styles */
.order-summary {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.order-summary-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.order-summary-items {
  margin-bottom: 10px;
}

.order-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
}

.order-summary-item:last-child {
  border-bottom: none;
}

.order-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  padding-top: 10px;
  border-top: 2px solid #dee2e6;
}

/* Customer Info Modal Form Styles */
#customerInfoModal .product-extra-item-block {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#customerInfoModal .product-extra-item-block input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

#customerInfoModal .product-extra-item-block input:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

#customerInfoModal .product-detail-textarea {
  width: 100%;
  min-height: 80px;
  resize: vertical;
}

/* Customer Info Modal specific styles */
#customerInfoModal .cart-sub-block {
  gap: 30px;
}

#customerInfoModal .product-detail-text-block {
  text-align: center;
  margin-bottom: 20px;
}

#customerInfoModal .product-detail-p {
  margin-bottom: 0;
  color: #666;
}

#customerInfoModal .product-extra-block {
  margin-bottom: 20px;
}

#customerInfoModal .order-summary {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

#customerInfoModal .order-summary-items {
  margin-bottom: 15px;
}

#customerInfoModal .order-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}

#customerInfoModal .order-summary-item:last-child {
  border-bottom: none;
}

#customerInfoModal .order-summary-total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
  border-top: 2px solid #dee2e6;
}

/* Contact Form Styles */
#contactForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#contactForm .input-field {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

#contactForm .input-field:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

#contactForm textarea.input-field {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

#contactForm .submit-button {
  background: #4a90e2;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

#contactForm .submit-button:hover {
  background: #357abd;
}

#contactForm .submit-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#contactForm .field-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}

.w-form-done {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  margin-top: 20px;
}

.w-form-fail {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
  margin-top: 20px;
}

/* Contact form responsive */
@media screen and (max-width: 767px) {
  #contactForm {
    gap: 10px;
  }
  
  #contactForm .input-field {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  #contactForm .submit-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}


