@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

:root {
  --activity-bg-color: linear-gradient(
      135deg,
      rgba(250, 3, 3, 0.5) 0%,
      rgba(255, 87, 51, 0.4) 25%,
      rgba(255, 215, 0, 0.3) 50%,
      rgba(147, 112, 219, 0.4) 75%,
      rgba(65, 105, 225, 0.5) 100%
    ),
    radial-gradient(circle, rgba(0, 0, 0, 0.25) 15%, transparent 60%) 20% 10%,
    radial-gradient(circle, rgba(0, 0, 0, 0.2) 20%, transparent 65%) 80% 20%,
    radial-gradient(circle, rgba(0, 0, 0, 0.15) 18%, transparent 70%) 40% 70%,
    radial-gradient(circle, rgba(0, 0, 0, 0.2) 15%, transparent 60%) 60% 40%,
    radial-gradient(circle, rgba(0, 0, 0, 0.25) 20%, transparent 65%) 10% 80%,
    radial-gradient(circle, rgba(0, 0, 0, 0.15) 15%, transparent 70%) 90% 60%;
  --activity-height: 100vh;
  --activity-transition: 0.5s ease-in-out;
  --activity-width: 100vw;
  --category-menu-font-size: 1vw;
  --map-container-height: 47vh;
  --map-container-width: 100%;
  --menu-bg-color: #333333af;
  --menu-font-size: 2vh;
  --menu-hover-bg-color: rgba(128, 128, 128, 0.5);
  --menu-left-desktop: 15vw;
  --menu-left-mobile: 40vw;
  --menu-text-color: #fff;
  --menu-transition: 0.3s ease-in-out;
  --menu-width: 15vw;
  --menu-width-desktop: 15vw;
  --menu-width-mobile: 40vw;
}

.activity { background: var(--activity-bg-color); background-blend-mode: overlay; box-sizing: border-box; display: flex; flex-direction: column; height: calc(100vh - 10vh); left: var(--menu-width-desktop); overflow: hidden; position: fixed; top: 10vh; transform: translateY(1px); transition: transform var(--activity-transition), opacity var(--activity-transition); width: calc(100vw - var(--menu-width-desktop)); z-index: 2; opacity: 1; } .activity::-webkit-scrollbar { width: 8px; } .activity::-webkit-scrollbar-thumb { background-color: darkgray; border-radius: 10px; border: 2px solid lightgray; }


#activity-1 { background-color: rgb(255, 255, 255); overflow-y: auto; }

#activity-1 .category-buttons-container { overflow: hidden; position: relative; width: 100%; }

#activity-1 .category-buttons-container .owl-item { height: 30vh; margin: 10px;}



#activity-1 .category-buttons-container .owl-item.center button { transform: scale(1.05); }

#activity-1 .category-buttons-container .owl-stage { align-items: stretch; display: flex; flex-wrap: nowrap; transition: all 0.25s ease; }

#activity-1 .category-buttons-container .owl-stage-outer { height: 100%; overflow: hidden; }

#activity-1 .category-buttons-container button { background: none; border: 2px solid rgba(255, 255, 255, 0.635); border-radius: 1.5em; cursor: pointer; height: 100%; margin: 0; overflow: hidden; padding: 0; position: relative; transition: transform 0.5s ease; width: 100%; }

#activity-1 .category-buttons-container button img { border-radius: 1em; height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: 1; }

#activity-1 .category-buttons-container button span { align-items: center; background: rgba(0, 0, 0, 0.5); color: wheat; text-shadow: 0 0 0.2em gold; display: flex; font-size: 2vh; height: 5vh; justify-content: center; left: 0; overflow: hidden; padding: 0.5vw 0; position: absolute; text-align: center; top: 0; width: 100%; word-wrap: break-word; z-index: 2; }

#activity-1 > div.common-container> section.reviews-section > h2 {visibility: hidden; height: 0; }

#activity-2 { -ms-overflow-style: auto; overflow-y: auto; background-color: #3d0202; padding-bottom: 10vh;}

#activity-6 { background-color: #fff; overflow-y: hidden; }

#activity-7 { overflow-y: auto; border-radius: inherit; background-color: #210202d9; color: wheat; }
#activity-7 > h2 { color: wheat; }
#activity-7 > p { color: wheat; }
#activity-7 > div:nth-child(6) > h3 {color: wheat}
#activity-7 > div:nth-child(7) > h3 {color: wheat}
#activity-7 > div.grid.grid-cols-1.md\:grid-cols-2.gap-4 > div:nth-child(1) {background-color: rgba(156, 163, 175, 0.5);}
#activity-7 > div.grid.grid-cols-1.md\:grid-cols-2.gap-4 > div:nth-child(1) * {color: wheat;}
#activity-7 > div.grid.grid-cols-1.md\:grid-cols-2.gap-4 > div:nth-child(2) {background-color: rgba(156, 163, 175, 0.5);}
#activity-7 > div.grid.grid-cols-1.md\:grid-cols-2.gap-4 > div:nth-child(2) * {color: wheat;}
#activity-7 > div:nth-child(6) > div > div:nth-child(1) { background-color: rgba(156, 163, 175, 0.5); }
#activity-7 > div:nth-child(6) > div > div:nth-child(1) * { color: wheat; }
#activity-7 > div:nth-child(6) > div > div:nth-child(2) { background-color: rgba(156, 163, 175, 0.5); }
#activity-7 > div:nth-child(6) > div > div:nth-child(2) * { color: wheat; }
#activity-7 > div:nth-child(6) > div > div:nth-child(3) { background-color: rgba(156, 163, 175, 0.5); }
#activity-7 > div:nth-child(6) > div > div:nth-child(3) * { color: wheat; }
#activity-7 > div:nth-child(7) > div { background-color: rgba(156, 163, 175, 0.5); }
#activity-7 > div:nth-child(7) > div * { color: wheat; }
#activity-8 > div.photo-gallery.owl-carousel.owl-loaded.owl-drag {padding: 2vh;}
.two-columns-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1rem; }
.column-item { background: #5d5d5d29; color: white; padding: 1rem; border-radius: 0.5rem; box-shadow: 0 8px 16px 0px rgba(255,255,255,0.8), 0 4px 8px 0px rgba(255,255,255,0.6); }
.column-item > h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.column-item > p { font-size: 1rem; }
.photo-carousel-container { margin-top: 1rem; }
.services-section { margin-top: 1rem; }
.services-section > h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; }
.three-columns-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-item { background: #5d5d5d29; color: white; padding: 1rem; border-radius: 0.5rem; box-shadow: 0 8px 16px 0px rgba(255,255,255,0.8), 0 4px 8px 0px rgba(255,255,255,0.6); transition: transform 0.3s ease; }
.service-item > h4 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.service-item > p { font-size: 1rem; }
.contact-section > h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; }
.contact-item { background: #5d5d5d29; color: white; padding: 1rem; border-radius: 0.5rem; box-shadow: 0 8px 16px 0px rgba(255,255,255,0.8), 0 4px 8px 0px rgba(255,255,255,0.6); }
.contact-item > p { font-size: 1rem; margin-top: 0.5rem; }
.contact-item > a { color: #63b3ed; }




#activity-8 { background-color: #1f2120; display: none; flex-direction: column; overflow: hidden; padding: 0; }



#activity-9 { background-color: #3d0202; text-align: center; overflow: auto; padding: 1rem;}

#activity-10 { background-color: #210202d9; text-align: center; overflow-y: auto; padding: 1rem;}

#activity-12 { background-color: #0d0d0dcf; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); display: none; font-size: 1rem; overflow-y: scroll; padding: 1rem; }

#activity-12 h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: 2vh; text-align: left; color: wheat; }

#cart-container { bottom: 4.5vh; cursor: pointer; display: none; position: fixed; right: 1vh; transform-origin: bottom center; transition: opacity 0.3s ease; width: 5vh; z-index: 1000; }
#cart-container.visible { display: block; }
#cart-image { height: auto; width: 100%; }
#cart-items { margin-top: 2em; max-width: 95vw; width: 95%; overflow: hidden; box-sizing: border-box; display: block; }
#cart-items > * { max-width: 100%; box-sizing: border-box; }
#cart-items input[type="number"] { background-color: #ffffff38; border: none; border-radius: 1em; color: wheat; font-size: 1rem; height: 2em; padding: 0.5em; text-align: center; width: 4em; -webkit-appearance: none; -moz-appearance: textfield; transition: box-shadow 0.2s; }
#cart-items input[type="number"]::-webkit-inner-spin-button, #cart-items input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; opacity: 0; }
#cart-items input[type="number"]:focus { outline: none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
#cart-items table { border-radius: 2em; overflow: hidden; width: 100%; color: wheat; text-shadow: 0 0 0.3em rgb(0 0 0); table-layout: fixed; }
#cart-items tbody tr { transition: box-shadow 0.3s ease, transform 0.1s ease; }
#cart-items tbody tr:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.769); transform: scale(1.01); }
#cart-items td:first-child { align-items: center; display: flex; justify-content: center; max-width: 100px; }
#cart-items td:first-child img { border-radius: 30%; height: auto; max-height: 80px; max-width: 80px; min-height: 60px; min-width: 60px; object-fit: cover; transition: transform 0.2s ease; width: auto; }
#cart-items td:first-child img:hover { transform: scale(1.01); }
#cart-items th { background-color: rgba(255, 0, 0, 0.5); }
#cart-items th, #cart-items td { font-size: 1rem; padding: 8px; text-align: center; vertical-align: middle; word-break: break-word; }
#cart-quantity { align-items: center; background-color: white; border-radius: 50%; bottom: 0; color: rgb(46, 24, 118); display: flex; font-size: 1.5vh; height: 2vh; justify-content: center; pointer-events: none; position: absolute; right: 0; width: 2vh; }
#clear-cart-button, #order-button { background-color: rgba(255, 0, 0, 0.5); border: none; border-radius: 5vh; color: wheat; text-shadow: 0 0 0.3em rgb(0 0 0); cursor: pointer; font-size: 1rem; font-weight: bold; height: 2em; margin: 0; overflow: hidden; text-overflow: ellipsis; transition: background-color 0.3s ease, transform 0.3s ease; width: 15%; }
#clear-cart-button:hover, #order-button:hover { background-color: #ff0000; transform: scale(1.05); }






#cloned-menu { background: var(--menu-bg-color, #333); box-sizing: border-box; border-radius: 2vh; min-height: 6vh; width: 80%; max-width: 700px; z-index: 10; display: flex; align-items: center; justify-content: center; position: fixed; bottom: 2vh; left: 0; right: 0; overflow: visible; margin: 0 auto; }
#scroll-menu-container { overflow-x: auto; overflow-y: hidden; white-space: nowrap; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; flex-grow: 1; position: relative; -webkit-overflow-scrolling: touch; }
#scroll-menu-container::-webkit-scrollbar { display: none; }
#submenu-container { position: absolute; bottom: 100%; width: 10vh; background: var(--menu-bg-color, #333); border-radius: 1rem 1rem 0 0; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: none; z-index: 100; }
#cloned-menu a { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--menu-text-color, #fff); padding: 1vh; text-decoration: none; white-space: normal; width: 10vh; text-align: center; }
#cloned-menu a.active { background: var(--menu-hover-bg-color); color: var(--menu-text-color, #fff); border-radius: 1rem; }
#cloned-menu a[data-all="true"] { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 10vh; }
#cloned-menu a .image-container { border-radius: 25%; flex-shrink: 0; height: 5vh; width: 5vh; overflow: hidden; margin-bottom: 0.5vh; }
#cloned-menu a .image-container img { height: 100%; width: 100%; object-fit: cover; }
#cloned-menu a[data-all="true"]::before { content: "☰"; font-size: 3vh; color: var(--menu-text-color, #fff); display: flex; align-items: center; justify-content: center; width: 5vh; height: 5vh; border-radius: 25%; background: var(--menu-bg-color, #333); margin-bottom: 0.5vh; }
#cloned-menu input { cursor: pointer; display: block; height: 6vh; margin: 0; opacity: 0; padding: 0; width: 6vh; position: absolute; top: 0; left: 0; }
#cloned-menu label { display: block; left: 0; line-height: 6vh; position: absolute; text-align: center; width: 6vh; }
#cloned-menu label:before { color: var(--menu-text-color); content: "\2261"; font-size: clamp(1.2em, 3vw, 1.6em); margin-left: clamp(0.3125rem, 1vw, 0.625rem); }
#cloned-menu li a:focus { background: var(--menu-hover-bg-color); color: var(--menu-text-color, #fff); border-radius: 1rem; }
#cloned-menu li a:hover { background: var(--menu-hover-bg-color); color: var(--menu-text-color, #fff); border-radius: 1rem; }
#cloned-menu ul { align-items: center; display: flex; flex-wrap: nowrap; list-style: none; margin: 0; padding: 0; gap: 1vh; justify-content: center; min-width: max-content; }
#cloned-menu ul.sub-menus { display: flex; flex-direction: column; width: 10vh; max-width: 10vh; gap: 0.5vh; align-items: center; justify-content: center; }
#cloned-menu ul.sub-menus a.active { background: var(--menu-hover-bg-color);}
#cloned-menu ul.sub-menus a { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--menu-text-color, #fff); font-size: clamp(0.75rem, 1.8vw, 0.875rem); padding: 0.5vh 0; text-decoration: none; white-space: normal; width: 10vh; max-width: 10vh; text-align: center; word-break: break-word; overflow: hidden; text-overflow: ellipsis; }
#cloned-menu ul.sub-menus a .image-container { border-radius: 40%; flex-shrink: 0; height: 4vh; width: 4vh; overflow: hidden; margin-bottom: 0.5vh; }
#cloned-menu ul.sub-menus a .image-container img { height: 100%; width: 100%; object-fit: cover; }
#cloned-menu ul.sub-menus a:hover { background: var(--menu-hover-bg-color); border-radius: 2vh; }
#cloned-menu ul.sub-menus li { display: block; width: 10vh; text-align: center; }
#cloned-menu a span { display: block; height: 2.8vh; line-height: 1.4vh; font-size: clamp(0.75rem, 1.8vw, 0.5rem); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#cloned-menu ul.sub-menus a span { height: 2.8vh; line-height: 1.4vh; font-size: clamp(0.625rem, 1.5vw, 0.75rem); }





#floating-cart { background: #333333d6; border: 1px solid #ccc; text-shadow: #000000d3 0.1em 0.1em 0.2em; margin-block-end: 1em; border-radius: 0.5em; bottom: 1em; box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; max-height: 90vh; max-width: 210px; opacity: 0; pointer-events: none; position: fixed; right: 1em; transition: opacity 0.3s ease; width: 15em; z-index: 1000; }

#floating-cart-header > h3 { font-weight: bold; text-align: center; color: white;}

#floating-cart-content { flex: 1; flex-direction: column; padding: 1em; overflow-y: auto;  }
#floating-cart-content::-webkit-scrollbar { width: 0.5em; }
#floating-cart-content::-webkit-scrollbar-track { background: transparent; }
#floating-cart-content::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); border-radius: 0.25em; }
#floating-cart-content::-webkit-scrollbar-button { display: none; }

#floating-cart-header { align-items: center; background-color: rgba(0, 0, 0, 0.1); cursor: move; justify-content: space-between; padding: 0.5em; }

#floating-cart-items .cart-item { display: grid; grid-template-rows: auto auto; margin-bottom: 0.5vh; border-bottom: 3px solid rgb(89 89 89 / 57%); padding-bottom: 0.5em; }
#floating-cart-items .item-description { display: grid; grid-template-rows: auto auto; gap: 0.5em; grid-row: 1; justify-items: center; }
#floating-cart-items .description-text { max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: white; text-align: center; }
#floating-cart-items .item-details { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0.5em; grid-row: 2; }
#floating-cart-items .item-details span { color: var(--menu-text-color); text-align: right; justify-self: end; }
.product-image { width: 3em; height: 3em; border-radius: 30%; display: block; margin-left: 0; object-fit: cover; }
.quantity-control { display: flex; align-items: center; gap: 0.25em; justify-self: center; }
#floating-cart-items .item-details input[type="number"] { background-color: #ffffff38; border: none; border-radius: 0.5em; box-sizing: border-box; color: var(--menu-text-color); font-size: 1rem; height: 2em; padding: 0.5em; text-align: center; width: 3em; -webkit-appearance: none; -moz-appearance: textfield; transition: box-shadow 0.2s, background-color 0.2s; }
#floating-cart-items .item-details input[type="number"]::-webkit-inner-spin-button, #floating-cart-items .item-details input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; opacity: 0; }
#floating-cart-items .item-details input[type="number"]:focus { outline: none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); background-color: #ffffff50; }
#floating-cart.visible { opacity: 1; pointer-events: auto; }


#floating-order-button { background-color: rgba(255, 0, 0, 0.5); border: none; border-radius: 5vh; color: white; cursor: pointer; margin-bottom: 0.5em; order: 1; padding: 0.5vh; transition: background-color 0.3s ease; width: 80%;justify-self: center; display: flow; }

#floating-clear-cart-button { background-color: rgba(255, 0, 0, 0.5); border: none; border-radius: 5vh; color: white; cursor: pointer; margin-bottom: 0.5em; order: 1; padding: 0.5vh; transition: background-color 0.3s ease; width: 80%;justify-self: center; display: flow; }  

#floating-order-button:hover { background-color: #ff0000; }

#floating-clear-cart-button:hover { background-color: #ff0000; }

#floating-total-sum { color: var(--menu-text-color); font-size: 1em; }

#floating-total-sum-container { margin-bottom: 1em; order: 2; text-align: right; }

#map-container { flex-shrink: 0; height: 40vh; position: relative; width: var(--map-container-width); padding: 1vh 1vh 1vh 1vh; border-radius: 15px; overflow: hidden; background: none; border: none; }

#map-container > div, #map-container iframe { border-radius: 15px; width: 100%; height: 100%; }

#map-container iframe { border: 0; display: block; height: 100%; width: 100%; padding: 1vh}

#photo-carousel .photo-carousel-item{border:2px solid black;border-radius:1vh;margin:1vh;overflow:hidden;height:40vh;}
#photo-carousel .photo-carousel-item img{display:block;height:40vh;width:100%;object-fit:cover;}



#total-sum { font-size: 1rem; font-weight: bold; color: wheat; text-shadow: 0 0 0.3em rgb(0 0 0); }

#total-sum-container { margin-top: 2px; max-width: 95%; text-align: right; width: 95%; }

#total-sum-value { color: #ff0000; }


.activity .search-results-container { align-items: center; background-color: rgb(235, 232, 232); box-sizing: border-box; display: flex; flex-wrap: wrap; gap: 1em; justify-content: center; max-height: 90vh; opacity: 0; overflow-y: auto; scrollbar-width: none; transform: translateY(-100%); transition: opacity 0.5s ease-out, transform 0.5s ease-out; width: 100%; }

.activity .search-results-container.show { opacity: 1; transform: translateY(0); }



.activity.active { display: block; }

@keyframes cardAppear {
  0% { filter: blur(5px); opacity: 0; transform: translateY(100px) rotateY(90deg) scale(0.8); }
  60% { filter: blur(0); opacity: 1; transform: translateY(-10px) rotateY(0deg) scale(1.05); }
  100% { opacity: 1; transform: translateY(0) rotateY(0deg) scale(1); }
}

@keyframes cardDisappear {
  0% { filter: blur(0); opacity: 1; transform: translateY(0) rotateY(0deg) scale(1); }
  40% { opacity: 1; transform: translateY(-20px) rotateY(0deg) scale(1.1); }
  100% { filter: blur(5px); opacity: 0; transform: translateY(100px) rotateY(90deg) scale(0.8); }
}

@keyframes dropIn { 0% { opacity: 0; transform: translateY(-100%); } 100% { opacity: 1; transform: translateY(0); } }

@keyframes move-background {
  0% { background-position: 0% 50%, 100% 50%; }
  50% { background-position: -200% 50%, -100% 50%; }
  100% { background-position: 0% 50%, 100% 50%; }
}

@keyframes shake {
  0% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-1em) rotate(0deg); }
  50% { transform: translateY(-1em) rotate(-45deg); }
  75% { transform: translateY(-1em) rotate(0deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

@keyframes slideDown { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(100%); } }

@keyframes vibrate {
  0% { animation-timing-function: ease-out; transform: scale(1); transform-origin: center center; }
  10% { animation-timing-function: ease-in; transform: scale(0.91); }
  17% { animation-timing-function: ease-out; transform: scale(0.98); }
  33% { animation-timing-function: ease-in; transform: scale(0.87); }
  45% { animation-timing-function: ease-out; transform: scale(1); }
}

.about-card { background-color: #ffffff75; border-radius: 1vh; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); flex: 1 1 calc(50% - 2vw); padding: 2vh 2vw; display: flex; flex-direction: column; }

.about-description { color: black; font-size: 2vh; margin-top: 1vh; text-shadow: 0 0 black; }

.about-grid { display: flex; flex-wrap: wrap; gap: 2vw; margin: 1vh; color: wheat; text-shadow: 0 0 black; }

.about-section { padding: 5vh 0; }

.about-title { font-size: 2.5vh; font-weight: 600; margin-bottom: 1vh; flex: auto; }

.background { background-size: auto 100%, auto 100%; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: -1; }

.background-image { height: 100%; left: 0; object-fit: cover; object-position: center; opacity: 0.85; position: absolute; top: 0; width: 100%; z-index: -10; }

body { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; background-color: #000; font-family: Arial, sans-serif; margin: 0; overflow: hidden; position: relative; user-select: none; }

#cart-container.shake { animation: shake 1s ease-in-out; }

.cart-buttons { align-items: center; display: flex; gap: 1em; justify-content: flex-end; margin-top: 2px; max-width: 95vw; width: 95%; }

.category { display: none; }

.category-menu { color: var(--menu-text-color); display: none; font-size: var(--category-menu-font-size); list-style: none; margin: 0; max-height: 0; overflow: hidden; padding: 0; transition: max-height 0.3s ease, opacity 0.3s ease; z-index: 3; }

.category-menu a { font-size: 1.4vh; height: 100%; line-height: 2; margin: 0.5em; overflow: hidden; text-decoration: none; transition: none; white-space: nowrap; }

.category-menu a.active { font-size: 1.6vh; padding: 0.5em; }

.category-menu::-webkit-scrollbar { display: none; }

.category-section.all-products { margin-bottom: 20px; }

.category-section.all-products h2 { color: wheat; font-size: 2vh; margin: 10px 0; text-align: center; }

.category-section.all-products h3 { color: wheat; font-size: 2vh; margin: 10px 0; text-align: center; }

.category.active { display: block; opacity: 1; transition: opacity 2s ease; }

.collaboration-button { background-color: #3b82f6; border: none; border-radius: 0.375rem; color: #fff; cursor: pointer; margin-top: 2rem; padding: 0.5rem 1rem; }

.collaboration-button:hover { background-color: #2563eb; }

.collaboration-section { background-color: rgba(17, 24, 39, 0.7); height: 100%; overflow: auto;} .collaboration-section::-webkit-scrollbar { width: 8px; } .collaboration-section::-webkit-scrollbar-thumb { background-color: darkgray; border-radius: 10px; border: 2px solid lightgray; }

.common-container {position: relative; text-align: center; z-index: 1; background: #000000b8; }

.common-container.background-fade-in::before { filter: blur(10px); opacity: 1; transform: scale(1); }

.common-container.background-fade-out::before { filter: blur(50px); opacity: 0; transform: scale(0.5); }

.common-container::before { background-image: var(--background-image, none); background-position: center; background-size: cover; bottom: 0; content: ''; filter: blur(50px); left: 0; opacity: 0; position: absolute; right: 0; top: 0; transform: scale(0.5); transform-origin: center center; transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease; z-index: -1; }

.company-contact-message {  margin: 1vh auto 3vh auto; text-align: center; }

.company-contact-message p { color: wheat; font-size: 2.2vh; font-style: italic; line-height: 1.5; margin: 0; }

.company-message { text-align: center; }

.company-message p { color: wheat; font-style: italic; line-height: 1.5; margin: 0; }

.contact-form { display: flex; flex-direction: column; margin: 0 auto; max-width: 600px; }


.contact-title { color: wheat; font-size: 1.25rem; font-weight: 600; margin-bottom: 2vh; text-align: left; }

.content-container { margin-left: auto; margin-right: auto; padding : 1rem; position: relative; z-index: 10; }

.counter { color: #fff; display: none; font-size: 24px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }

.cta-button { background-color: white; border-radius: 5em; box-sizing: border-box; color: #6b73ff; cursor: pointer; flex-shrink: 0; font-size: 1.5vh; font-weight: 600; margin: 0.5vh; overflow: hidden; padding: 1vh; text-overflow: ellipsis; transition: background-color 0.3s ease; white-space: nowrap; }

.cta-button:hover { background-color: #ffffff85; }

.cta-content { margin: 0 auto; max-width: 100%; max-height: 15vh; text-align: center; }

.cta-description { font-size: 1.5vh; transition: font-size 0.3s ease; }

.cta-section { background-color: #63636389; color: wheat; max-height: 15vh; max-height: auto; padding: 1vw 0; }

.cta-title { font-size: 2.5vh; font-weight: 600; transition: font-size 0.3s ease; }

.drop-in { animation: dropIn 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }

.form-group { display: flex; flex-direction: column; }

.form-group input, .form-group textarea { background-color: #00000038; border: 1px solid #d1d5db26;; border-radius: 0.5vw; color: #6b7280; font-size: 2vh; outline: none; padding: 1vh 1vw; transition: border-color 0.3s ease; }

.form-group input:focus, .form-group textarea:focus { border-color: #2563eb; }

.form-group label { color: wheat; font-size: 2vh; font-weight: 500; margin-bottom: 0.5vh; }

#contact-form > div.consent-container > label { color: white;}

.form-group textarea { min-height: 10vh; resize: vertical; }

.gradient-overlay { background: radial-gradient(circle at 70% 30%, rgba(255, 70, 148, 0.3), rgba(119, 111, 255, 0.1) 50%, transparent 70%); display: none; filter: blur(20px); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -5; }

.gradient-overlay-mobile { background: linear-gradient(to bottom right, rgba(255, 70, 148, 0.25), rgba(119, 111, 255, 0.15) 60%, transparent); filter: blur(20px); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -5; }

header { align-items: center; background: rgb(235, 232, 232); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); display: flex; height: 10vh; justify-content: center; left: auto; right: 0; position: fixed; top: 0; justify-self: left; transition: width 0.5s ease-in-out, right 0.5s ease-in-out; z-index: 1000; }

.hero-button { background-color: white; border-radius: 5em; box-sizing: border-box; color: #6b73ff; cursor: pointer; flex-shrink: 0; font-size: 1.5vh; font-weight: 600; margin: 1vh; overflow: hidden; padding: 1vh; text-overflow: ellipsis; transition: background-color 0.3s ease; white-space: nowrap; }

.hero-button:hover { background-color: #ffffff85; }

.hero-content { align-items: center; box-sizing: border-box; display: flex; flex-direction: column; height: 100%; justify-content: center; max-width: 1200px; padding: 0 1rem; width: 100%; }

.hero-description { flex-shrink: 1; font-size: 1.5vh; line-height: 1.3; margin: 0.5rem 0 0; overflow-wrap: break-word; text-overflow: ellipsis; }

.hero-section { align-items: center; background: rgba(0, 0, 0, 0.3); box-sizing: border-box; color: wheat; display: flex; flex-direction: column; height: auto; justify-content: center; margin-bottom: 1rem; overflow: hidden; padding: 1vh; position: relative; text-align: center; z-index: 1; }

.hero-title { flex-shrink: 1; font-size: 2.5vh; font-weight: bold; line-height: 1.2; margin: 0; overflow-wrap: break-word; text-overflow: ellipsis; }

.icons-container { align-items: center; margin: 0; width: 100%; margin-left: 7vh; }

.intro-text { margin-left: auto; margin-right: auto; max-width: 42rem; }


.link-item:hover { text-decoration: underline; }

.links-and-stats { margin-left: auto; margin-top: 2.5rem; max-width: 42rem; color: wheat; }

.links-container { display: grid; font-size: 0.875rem; font-weight: 600; gap: 1.5rem 2rem; grid-template-columns: 1fr; }

.location-content { display: flex; flex: 1; flex-direction: column; overflow: hidden; width: 100%; }

.main-container { margin-bottom: 2rem; position: relative; text-align: center; z-index: 1; }

.menu { background-color: var(--menu-bg-color); font-size: 2vh; color: var(--menu-text-color); height: 100vh; left: 0; max-width: 100vw; overflow-y: auto; padding: 1em; position: fixed; top: 0; transition: background-color var(--menu-transition), color var(--menu-transition), height var(--menu-transition), width var(--menu-transition); width: var(--menu-width-desktop); z-index: 3; }

.menu #element-1 {animation: vibrate 3s infinite; align-items: center; border-radius: 0.5em; display: flex; height: 7vh; justify-content: center; text-align: center; transition: transform 0.3s ease, font-size 0.5s ease-in-out, height 0.5s ease-in-out, width 0.5s ease-in-out; width: 7vh; z-index: 9999; overflow: hidden; }

.menu #element-1 img { height: auto; max-height: 9vh; max-width: 100%; transition: transform 0.3s ease; display: block; }

.menu #element-1:hover img { transform: scale(1.1); }

.menu a { transition: color 0.1s ease-in-out, font-size 0.1s ease-in-out; }

.menu a.active { color: #8a3737; }

.menu li { border-bottom: 2px solid rgba(122, 117, 117, 0.169); }

.menu li:first-child, .menu li:last-child { border-bottom: none; }

.menu ul { list-style-type: none;}

.menu-item.active { background-color: #f0f0f06e; transition: background-color 0.1s ease; }

.menu.collapsed { align-items: flex-start; background-color: rgba(0, 0, 0, 0); height: auto; border-radius: 0.5em; color: rgba(0, 0, 0, 0); display: flex; flex-direction: column; justify-content: center; overflow: hidden; transition: background-color var(--menu-transition), color var(--menu-transition), height var(--menu-transition), width var(--menu-transition); }

.menu.collapsed ul li:not(:first-child) { display: none; }

.menu::-webkit-scrollbar { display: none; }

.message { color: #fff; display: none; font-size: 48px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }

.modal { align-items: center; background-color: rgba(0, 0, 0, 0.6); display: none; height: 100%; justify-content: center; left: 0; overflow: auto; position: fixed; top: 0; width: 100%; z-index: 1000; }
.modal button { background-color: rgba(255, 0, 0, 0.7); border: none; border-radius: 0.5em; color: #fff; cursor: pointer; font-size: 1em; margin-top: 1em; padding: 0.75em 1.5em; transition: background-color 0.3s ease, transform 0.2s ease; }
.modal button:hover { background-color: #e60000; transform: scale(1.02); }
.modal button:disabled { background-color: #ccc; cursor: not-allowed; transform: none; }
.modal form { display: flex; flex-direction: column; }
.modal input[type="text"], .modal input[type="tel"], .modal input[type="date"], .modal input[type="email"], .modal textarea { border: 1px solid #ccc; border-radius: 0.5em; font-size: 1em; margin-top: 0.5em; padding: 0.75em; transition: border-color 0.3s ease; cursor: default; width: 100%; box-sizing: border-box; height: 2.5em; }
.modal input[type="checkbox"], .modal input[type="radio"] { margin-top: 0.5em; cursor: pointer; width: auto; height: auto; }
.modal input:focus, .modal textarea:focus { border-color: #ff0000; outline: none; }
.modal label { color: #333; font-size: 1em; margin-top: 1em; }
.modal textarea { resize: vertical; min-height: 2.5em; overflow-y: hidden; text-align: left; }
.modal-content { background-color: #fff; border: 1px solid #ccc; border-radius: 0.75em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-sizing: border-box; display: flex; flex-direction: column; margin: 11vh auto; max-height: 85vh; max-width: 90vw; min-width: 300px; min-height: 200px; overflow-y: auto; padding: 1.5em 2em 1.5em 1.5em; position: relative; width: 59vw; scrollbar-width: none; resize: both; }
.modal-visible { align-items: center; display: flex; justify-content: center; }
.consent-container a { color: #ff0000; text-decoration: underline; transition: color 0.3s ease; }
.consent-container a:hover { color: #e60000; }
.consent-text { font-size: 0.9em; line-height: 1.5; max-height: 70vh; overflow-y: auto; padding-right: 1em; scrollbar-width: auto; }
.close-button { color: #aaa; cursor: pointer; font-size: 1.5em; position: absolute; right: 1em; top: 1em; transition: color 0.3s ease; }
.close-button:hover { color: #ff0000; }

.phone-icon { align-items: center; background: none; display: flex; height: 4vh; transition: transform 0.3s ease; width: auto; }

.phone-icon img {background: none; height: 4vh; width: 4vh; }

.phone-icon:hover { transform: scale(1.1); }

.phone-icon:hover .phone-text { transform: scale(1.1); }

.phone-text { color: #000000; font-size: 1.3vw; margin-left: 0.5vw; transition: transform 0.3s ease;  text-shadow: 0 0 0.2em rgba(126, 126, 126, 0.7);}




.product-card { animation: cardAppear 0.5s ease-out forwards; opacity: 0; position: relative; transform: translateY(100px) rotateY(90deg); }
.product-card.disappearing { animation: cardDisappear 0.5s ease-in forwards; }
.product-card.expanded { background-color: #1f2937fc; border: 1px solid #888; border-radius: 0.5em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-sizing: border-box; display: grid; gap: 1vw; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr auto auto; height: 70vh; top: 16.5vh; opacity: 0; padding: 0.5vh; position: fixed; transition: opacity 0.5s ease; width: 50vw; z-index: 1000; resize: both; overflow: hidden; justify-self: center; }
.product-card.expanded .drag-handle { position: absolute; inset: 0; opacity: 0; cursor: move; z-index: -1; }
.product-card.expanded .add-to-cart-button { align-items: center; background-color: rgba(255, 0, 0, 0.5); border: none; border-radius: 2em; color: #fff; cursor: pointer; display: flex; flex-shrink: 1; font-size: 1.5vh; grid-area: 3 / 2; height: 100%; justify-content: center; justify-self: right; overflow: hidden; padding: 0.5vw; transition: background-color 0.3s ease; white-space: nowrap; width: 48%; position: relative; z-index: 2; }
.product-card.expanded .add-to-cart-button:hover { background-color: #ff0000; }
.product-card.expanded .close-button { color: #aaa; cursor: pointer; font-size: 3vh; font-weight: bold; position: absolute; right: 2vh; top: 2vh; z-index: 1002; }
.product-card.expanded .close-button:hover { color: black; }
.product-card.expanded .details-container { box-sizing: border-box; display: flex; flex-direction: column; flex-grow: 1; gap: 0.5em; grid-area: 1 / 2 ; overflow: auto; padding-right: 1.5vw; position: relative; z-index: 2;justify-content: end; justify-self: right; margin-right: 1vh; }
.product-card.expanded .details-container > div { color: #f9fafb; font-size: 1.5vh; overflow-wrap: break-word; text-align: left; white-space: normal; text-align: right; text-shadow: 1px 1px 4px rgb(0 0 0); }
.product-card.expanded .image-container { grid-area: 1 / 1 / 4; height: 100%; position: relative; width: 100%; overflow: hidden; }
.product-card.expanded .image-container img { border-radius: 0.5em; height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.product-card.expanded .next-button { border: none; border-radius: 50%; cursor: pointer; font-size: 3vh; color: #424141; text-shadow: 0 0 0.2em rgb(254 254 254 / 47%); padding: 0.5em; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1001; }
.product-card.expanded .prev-button { border: none; border-radius: 50%; cursor: pointer; font-size: 3vh; color: #424141; text-shadow: 0 0 0.2em rgb(254 254 254 / 47%); left: 10px; padding: 0.5em; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1001; }
.product-card.expanded .quantity-input { border: 1px solid rgb(32, 29, 29); border-radius: 2em; box-sizing: border-box; flex-shrink: 1; font-size: 1.5vh; grid-area: 3 / 2; height: 100%; margin: 0; padding: 0.5vw; text-align: center; width: 48%; z-index: 2; justify-self: left; }
.product-card.expanded .composition-button { background-color: rgba(0, 0, 0, 0.5); border: none; border-radius: 2em; color: #fff; grid-area: 2 / 2; cursor: pointer; font-size: 1.5vh; margin-top: 0.5em; padding: 0.5vw; transition: background-color 0.3s ease; white-space: nowrap; width: 100%; position: relative; z-index: 2; }
.product-card.expanded .composition-button:hover { background-color: rgba(0, 0, 0, 0.8); }
.product-card.expanded .composition-modal { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #1f2937fc;; z-index: 1003; padding: 2vh; box-sizing: border-box; border-radius: 0.5em; overflow: auto; }
.product-card.expanded .composition-modal-content { background-color: transparent; color: white; height: 100%; width: 100%; border-radius: 0.5em; overflow: auto; box-sizing: border-box; }
.product-card.expanded .composition-close { color: #aaa; float: right; font-size: 3vh; font-weight: bold; cursor: pointer; position: absolute; top: 2vh; right: 2vh; }
.product-card.expanded .composition-close:hover { color: black; }
body > div.product-card.expanded > div.composition-modal > div > p {position: absolute; top: 5vh;}


.product-card.collapsing { opacity: 0; transition: opacity 0.5s ease; }

.product-card:not(.expanded) { align-items: center; border: 2px solid rgba(255, 255, 255, 0.635); border-radius: 1.5em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-sizing: border-box; display: flex; flex-direction: column; height: 22vw; justify-content: space-between; margin: 1em; max-height: 310px; max-width: 230px; overflow: hidden; position: relative; text-align: center; transition: box-shadow 0.3s ease, transform 0.6s ease; width: 15vw; }

.product-card:not(.expanded) .add-to-cart-button { background-color: #e4d2d2bd; border: none; border-radius: 0 0 1em 1em; color: #000000; cursor: pointer; font-size: 1.5vh; min-height: 100%; padding: 0.5em 0; transition: background-color 0.3s ease; width: 100%; text-shadow: 1px 1px 1px  rgba(255, 255, 255, 0.7); }

.product-card:not(.expanded) .add-to-cart-button:hover { background-color: #e60000; }

.product-card:not(.expanded) .button-container { align-items: center; display: flex; justify-content: center; left: 0; min-height: 10%; position: relative; width: 100%; }

.product-card:not(.expanded) .composition { color: #fff; font-size: 1.5vh; opacity: 1; text-align: center; }

.product-card:not(.expanded) .description { box-sizing: border-box; color: wheat; flex: 1; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.7); }

.product-card:not(.expanded) .details {background: rgba(0, 0, 0, 0); box-sizing: border-box; color: #333; display: flex; flex-direction: column; font-size: 1.5vh; justify-content: space-between; width: 100%; font-weight: bold; text-shadow: 1px 1px 1px rgb(0 0 0);}

.product-card:not(.expanded) .details-container { background-color: rgba(255, 255, 255, 0); border-radius: 1em 1em 0 0; box-sizing: border-box; display: flex; flex-direction: column; height: 100%; justify-content: space-between; left: 0; padding: 1vh; position: absolute; top: 0; width: 100%; }

.product-card:not(.expanded) .image-container { align-items: center; border-radius: 1em 1em 0 0; display: flex; height: 100%; justify-content: center; overflow: hidden; position: relative; width: 100%; }

.product-card:not(.expanded) .image-container img { border-radius: 1em 1em 0 0; height: 100%; object-fit: cover; width: 100%; }

.product-card:not(.expanded) .price { align-self: flex-end; box-sizing: border-box; color: wheat; font-size: 1.5vh; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-weight: bold; text-shadow: 1px 1px 1px rgb(0 0 0);}

.product-card:not(.expanded) .product-card-back { align-items: center; backface-visibility: hidden; background-color: #000000ac; border-radius: 1em 1em 0 0; box-sizing: border-box; color: #fff; display: flex; height: 100%; justify-content: center; left: 0; padding: 1em; position: absolute; top: 0; transform: rotateY(180deg); width: 100%; }

.product-card:not(.expanded) .product-card-front { height: 100%; position: absolute; width: 100%; }

.product-card:not(.expanded) .product-card-inner { height: 100%; position: relative; transform-style: preserve-3d; transition: transform 0.6s ease; width: 100%; }

.product-card:not(.expanded):hover { box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

.product-card:not(.expanded):hover:not(:has(.add-to-cart-button:hover)) .product-card-front .details-container { display: none; }

.product-card:not(.expanded):hover:not(:has(.add-to-cart-button:hover)) .product-card-inner { transform: rotateY(180deg); }

.product-card.expanded .thumbnails-container { display: flex; gap: 0.5em; justify-content: center; padding: 0.5em; grid-area: 1 / 1 ; overflow-x: auto; scrollbar-width: none; }
.product-card.expanded .thumbnails-container::-webkit-scrollbar { display: none; }
.product-card.expanded .thumbnail { border: 2px solid transparent; border-radius: 0.5em; cursor: pointer; height: 4em; object-fit: cover; opacity: 0.7; transition: all 0.3s ease; width: 4em; }
.product-card.expanded .thumbnail.active { border-color: #1f2937; opacity: 1; transform: scale(1.05); }
.product-card.expanded .image-container img { transition: opacity 0.3s ease; }

.product-container { box-sizing: border-box; display: flex; flex-wrap: wrap; gap: 1em; justify-content: center; width: 100%; }

.rating-number { color: #333; font-size: 2vh; font-weight: bold; margin-left: 0.5vw; }

.rating-stars { color: gold; font-size: 2.5vh; }


.review-author {color: gold; font-size: 2vh; font-weight: 600; height: auto; margin-bottom: 0; overflow-wrap: break-word; text-align: center; width: 100%; word-break: break-word; }
.review-card { background-color: #ffffff7a; color: rgb(255, 255, 255); border-radius: 1vh; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); box-sizing: border-box; display: flex; flex-direction: column; flex: 1 1 calc(33% - 2vw); min-width: 250px; height: 20vh; overflow: hidden; padding: 2vh 2vw; position: relative; transition: transform 0.3s ease; }
.review-card:hover { transform: scale(1.02); background-color: white; }
.review-header { align-items: center; display: flex; justify-content: space-between; width: 100%; max-width: 100%; box-sizing: border-box; }
.review-logo { height: auto; max-width: 40px; width: auto; max-height: 4vh; }
.review-rating { align-items: center; display: flex; white-space: nowrap; }
.rating-stars { font-size: 2vh; }
.rating-number { font-size: 2vh; margin-left: 0.5vw; }
.review-text { color: #000000; font-size: 2vh; margin-top: 1vh; max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; flex-grow: 1; min-height: 0; }
.reviews-grid { display: flex; flex-wrap: wrap; gap: 2vw; margin: 1vh; }
.reviews-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 2vh; text-align: left; color: wheat; }


.search-container { align-items: center; display: flex; justify-content: center; margin-right: 7vh; }

.search-container input { border: 1px solid #ccc; border-radius: 1em; font-size: 2vh; height: 4vh; padding: 5px; margin: 3px; text-align: center; width: 61vw; }

.section-description { color: wheat; font-size: 1.125rem; font-weight: 500; line-height: 1.5; margin-top: 2rem; }

.section-title { color: wheat; font-size: 1.25rem; font-weight: 600; letter-spacing: -0.025em; }

.service-card { background-color: #ffffff7a; border-radius: 1vh; display: flex; flex-direction: column; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); flex: 1 1 calc(33% - 2vw); padding: 2vh 2vw; position: relative; transition: transform 0.3s ease; }

.service-card:hover { transform: scale(1.02); background-color: white; }

.service-description { color: black; font-size: 2vh; margin-top: 1vh; text-shadow: 0 0 black; flex: auto;  }

.service-icon { height: auto; margin-bottom: 1rem; width: 20%; }

.service-title { font-size: 2.5vh; font-weight: 600; margin-bottom: 1vh; flex: auto; }

.services-grid { display: flex; flex-wrap: wrap; gap: 1vh; margin: 1vh; color: black; text-shadow: 0 0 black; }

.services-section { padding: 0vh 0; }

.slide-down { animation: slideDown 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }

.snowflake { background-color: #fff; border-radius: 50%; pointer-events: none; position: absolute; }

.social-icon { background: none; display: block; height: 4vh; margin: 0 0.5vw; transition: transform 0.3s ease; width: 4vh; }

.social-icon img { background: none; height: auto; width: 100%; }

.social-icon:hover { transform: scale(1.2); }

.social-icons { align-items: center; display: flex; justify-content: center; margin-right: 7vh; }

.stat-item { display: flex; flex-direction: column-reverse; gap: 0.25rem; }

.stat-label { font-size: 0.875rem; }

.stat-value { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.025em; }

.stats-container { display: grid; gap: 2rem; grid-template-columns: 1fr; margin-top: 4rem; }

.submit-button { align-self: center; background-color: #2563eb; border: none; border-radius: 0.5vw; color: #fff; cursor: pointer; font-size: 2vh; font-weight: 600; padding: 1.5vh 2vw; transition: background-color 0.3s ease; }
.submit-button:hover { background-color: #1e40af; }
.submit-button:disabled { background-color: #ccc; cursor: not-allowed; }


/* Подстраиваем отступ контента только когда меню присутствует */
.has-cloned-menu .activity {
  padding-bottom: 7vh; /* совпадает с min-height #cloned-menu + небольшой запас */
}
#submenu-container { z-index: 10001; }

@media (min-width: 1024px) {
  .intro-text { margin-left: 0; }
  .links-and-stats { margin-left: 0; max-width: none; color: wheat; }
  .stats-container { grid-template-columns: repeat(4, 1fr); }
}



@media (max-width: 1024px) {
  .product-card.expanded { resize: none; border-radius: 0;  gap: 1vw; grid-template-rows: 1fr 7% 7%; height: 90vh; width: 100%; opacity: 0; padding: 0; position: fixed; top: 10vh; transition: opacity 0.5s ease; overflow: auto; }
  .product-card.expanded .quantity-input { height: 70%; }
  .product-card.expanded .add-to-cart-button {height: 70%; }
  .product-card.expanded .composition-button {height: 70%; }
  body > div.photo-modal { height: 81vh; }
  .product-card:not(.expanded) {height: clamp(150px, 50vw, 200px); width: clamp(100px, 33vw, 150px);}
  .product-card.expanded .image-container img { border-radius: 0; }
  .product-card.expanded .composition-modal {border-radius: 0; }
}

@media (max-width: 768px) {
  #activity-12 > div.cart-buttons { align-items: center; }
  #activity-1 .category-buttons-container .owl-item {font-size: 1.6vh;}
  #activity-1 .category-buttons-container button span {font-size: 1.6vh;}
  #activity-7 > div:nth-child(7) > div {margin-block-end: 10px;}
  #cart-items { margin-top: 1rem; }
  #cart-items input[type="number"] { font-size: clamp(8px, 1.5vw, 12px); height: 1.5rem; padding: 0.3rem; width: 3rem; }
  #cart-items td:first-child img { height: 2rem; width: 2rem; }
  #cart-items th, #cart-items td { font-size: 0.5rem; padding: 0.5rem; }
  #cart-image { width: 100%; max-width: 7vh; height: auto; margin: 0 auto; display: block; }
  #clear-cart-button, #order-button { font-size: 0.5rem; margin: 0.5rem; width: 30%; }
  #floating-cart { bottom: 0.5rem; max-width: 50vw; right: 0.5rem; width: clamp(120px, 40vw, 200px); }

  #floating-cart-content { padding: 0.5rem; overflow-y: auto; }
  #floating-cart-items .item img { height: 2rem; margin-right: 0.5rem; width: 2rem; }
  #floating-cart-items .item input[type="number"] { font-size: clamp(8px, 1.5vw, 12px); width: 2rem; }

  body > div.product-card.expanded.expanded-open > img {border-style: solid; grid-area: 1 / 1 / 4 / 4; height: 100%; position: relative; width: 100%;overflow: hidden;}

  #photo-carousel .item { margin: 0.5rem; }
  #photo-carousel .item img { border-radius: 0.5rem; }
  #total-sum { font-size: 0.7rem; }



  :root { --category-menu-font-size: clamp(10px, 2vw, 16px); --menu-font-size: clamp(12px, 3vw, 20px); }
  .buttons-container { border-radius: 1rem; flex: 0 0 auto; gap: 0.5rem; max-height: 10vh; padding: 0.3rem 0; width: 95%; }
  .button-item { border-radius: 1rem; height: clamp(30px, 10vw, 50px); margin: 0 0.5rem; width: clamp(60px, 20vw, 100px); }
  .button-text { font-size: clamp(8px, 1.5vw, 12px); padding: 0.3rem 0; }
  .category-menu { font-size: var(--category-menu-font-size); padding-left: 1rem; width: 100%; }
  .category-menu a { font-size: var(--category-menu-font-size); margin: 0.3rem 0; }
  .close-button { font-size: clamp(16px, 3vw, 24px); }
  .logo-icon-container { flex: 0 0 auto; margin-left: 0; }
  .logo-icon-container img { max-height: 6vh; width: auto; }
  .menu { height: calc(var(--app-viewport-height, 100vh) - 0vh); overflow-y: auto; width: var(--menu-width-mobile); z-index: 3; }
  .menu #element-1 { border: 0.1rem; }
  .menu a { font-size: var(--menu-font-size); }
  #map-container { flex-shrink: 0; height: 40vh;}


  .menu.collapsed ~ .activity { left: 3rem; width: calc(100vw - 3rem); }
  .menu.collapsed ~ header { left: 3rem; width: calc(100vw - 3rem); }
  .modal label { font-size: clamp(10px, 2vw, 14px); }
  .modal input, .modal textarea { font-size: clamp(10px, 2vw, 14px); padding: 0.3rem; }
  .modal button { font-size: clamp(10px, 2vw, 14px); padding: 0.5rem; }
  .modal-content { max-width: 90vw; padding: 1rem; width: 80%; height: 70vh; justify-self: center;}
  .phone-icon { align-items: center; display: flex; overflow: hidden; white-space: nowrap; }
  .phone-icon img { flex-shrink: 0; height: 3vh; width: 3vh; }
  .phone-text { flex-shrink: 0; font-size: clamp(8px, 1.5vw, 12px); margin-left: 0.3rem; }

  .product-card.expanded { resize: none; border-radius: 0; gap: 1vw; grid-template-rows: 1fr 7% 7%; width: 100%; opacity: 0; padding: 0; position: fixed; top: 10vh; height: calc(var(--app-viewport-height, 100vh) - 10vh); transition: opacity 0.5s ease; overflow: auto; grid-template-columns: 33% 33% 32%; }
  .product-card:not(.expanded) { height: clamp(150px, 50vw, 200px); margin: 0.5rem; width: clamp(100px, 33vw, 150px); }
  .product-card:not(.expanded) .add-to-cart-button { border-radius: 0 0 0.5rem 0.5rem; font-size: clamp(8px, 2vw, 12px); padding: 0.3rem 0; }
  .product-card:not(.expanded) .composition { font-size: clamp(8px, 2vw, 12px); }
  .product-card:not(.expanded) .description { font-size: clamp(8px, 2vw, 12px); }
  .product-card:not(.expanded) .details-container { padding: 0.5rem; }
  .product-card:not(.expanded) .price { font-size: clamp(8px, 2vw, 12px); }
  .product-card.expanded .thumbnails-container { grid-area: 1 / 2; }
  .product-card.expanded .composition-button { grid-area: 2 / 3; width: 95%; margin-right: 1vh; }
  .product-card.expanded .add-to-cart-button { grid-area: 3 / 3;margin-right: 1vh; width: 50%; overflow: visible;}
  .product-card.expanded .details-container { grid-area: 1/3; }
  .product-card.expanded .quantity-input { grid-area: 3/3; width: 40%; }
  .product-card.expanded .thumbnails-container { gap: 0.3em; padding: 0.3em; }
  .product-card.expanded .thumbnail { height: 3em; width: 3em; }
  .product-card.expanded .image-container { grid-area: 1 / 1 / 4 / 4; height: 100%; position: relative; width: 100%; overflow: hidden; }
  .product-container { gap: 0.5rem; padding: 0.5rem 0; }




  
  .search-container { flex: 1; }

  .search-container input { font-size: clamp(10px, 2vw, 14px); padding: 0px; margin-right: 1vh; }
  .search-results-container { gap: 0.5rem; }
  .activity {height: calc(var(--app-viewport-height, 100vh) - 10vh);margin: auto;left: var(--menu-left-mobile);overflow-y: auto;top: 10vh;width: calc(100vw - var(--menu-width-mobile));z-index: 2;}
  .header { align-items: center; display: flex; height: 8vh; justify-content: space-between; left: var(--menu-width-mobile); overflow: hidden; padding: 0.5rem 1rem; width: calc(100vw - var(--menu-width-mobile)); }
  .social-icon { height: 3vh; margin: 0 0.3rem; width: 3vh; }


  .links-container { display: flex; flex-direction: column; gap: 2.5rem; }
}

@media (min-width: 640px) {
  .gradient-overlay { display: block; }
  .links-container { grid-template-columns: repeat(2, 1fr); }
  .section-description { font-size: 1.25rem; line-height: 1.5; }
  .stats-container { grid-template-columns: repeat(2, 1fr); margin-top: 5rem; }
}






@media (max-width: 500px) {
  .phone-text { display: none; }
  .search-container { margin-right: 0; }
  .search-container button { display: none; }
  .social-icons { margin-right: 0; }
  #activity-1 .category-buttons-container button img { margin-right: 0px; }
  .owl-carousel .owl-item {margin: 0 auto 8px auto; padding: 0; }
}

@media (max-width: 300px) {
.icons-container { align-items: center; display: table-header-group; margin-left: 7vh; }
.product-card:not(.expanded) { width: 85%; }
.product-card.expanded .thumbnails-container { gap: 0.2em; } 
.product-card.expanded .thumbnail { height: 2.5em; width: 2.5em; } 
#activity-1 .category-buttons-container .owl-item { margin-right: 5px; }
.review-card { min-width: 100px}
.services-grid {margin: 0vh; }
.about-grid { margin: 0vh; }
.menu #element-1 {height: 5vh; width: 5vh;}
.owl-carousel { width: 100%; padding: 0; margin: 0; }
.owl-carousel .owl-item { width: 20vh !important; margin: 0 auto 8px auto; padding: 0; min-height: 80px; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { width: 20px !important; height: 20px !important; font-size: 10px !important; position: absolute; top: 45%; transform: translateY(-50%); }
.owl-carousel .owl-nav button.owl-prev { left: -10px; }
.owl-carousel .owl-nav button.owl-next { right: -10px; }
.owl-carousel .owl-dots { margin-top: 6px; }
.owl-carousel .owl-dots button.owl-dot.active { background: #333; }
.owl-carousel .owl-item, .owl-carousel .owl-stage-outer { transition: none !important; }
.product-card.expanded { width: 100%; }
}





/* Стили для загрузчика (непрозрачный чёрный фон) */
.preloader {
  align-items: center;
  background-color: #000000; /* Полностью чёрный фон */
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}

.preloader-spinner {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 5px solid #fff;
  height: 50px;
  width: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





#activity-7 > div:nth-child(6) > h3


/* Стили для первой карусели (photo-gallery) */
.photo-gallery { height: 47vh; overflow: hidden; padding: 2vh; border-radius: 1vh; }
.photo-gallery .owl-stage-outer { height: 100%; }
.photo-gallery .owl-item { margin: 1vh; }
.photo-item { display: flex; flex-direction: column; align-items: center; height: 43vh; box-sizing: border-box; overflow: hidden; }
.photo-item img { width: 100%; height: 39vh; object-fit: cover; border-radius: 1vh; flex-shrink: 0; }
.photo-caption { color: wheat; font-size: 1rem; font-weight: bold; margin-top: 5px; white-space: nowrap; text-align: center; }
.photo-gallery .owl-dots { text-align: center;}
.photo-gallery .owl-dots button.owl-dot { width: 10px; height: 10px; margin: 0 5px; background: #ccc; border-radius: 50%; display: inline-block; }
.photo-gallery .owl-dots button.owl-dot.active { background: #333; }

/* Стили для второй карусели (photo-carousel) */
#photo-carousel { border-radius: 10px; }
#photo-carousel .photo-carousel-item { border: 2px solid black; border-radius: 1vh; margin: 1vh; overflow: hidden; height: 40vh; }
#photo-carousel .photo-carousel-item img { display: block; height: 40vh; width: 100%; object-fit: cover; }








.photo-modal{position:fixed;z-index:1001;background-color:rgba(31,41,55,0.95);border:1px solid #888;border-radius:0.5em;box-shadow:0 0 10px rgba(0,0,0,0.5);box-sizing:border-box;padding:1vw;opacity:0;transition:opacity 0.5s ease;resize:both;overflow:hidden;justify-self:center;top:10vh;width:100vw;height:90vh;display:flex;flex-direction:column;position:relative;}
.photo-modal .photo-modal-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;}
.photo-modal .photo-modal-close{color:#aaa;cursor:pointer;font-size:3vh;font-weight:bold;position:absolute;right:1vh;top:1vh;z-index:1002;}
.photo-modal .photo-modal-close:hover{color:black;}
.photo-modal .photo-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.photo-modal .photo-container img{width:100%;height:100%;object-fit:contain;transition:opacity 0.3s ease;position:relative;}
.photo-modal .prev-button{color:#fff;cursor:pointer;font-size:3vh;padding:0.5em;position:absolute;top:50%;transform:translateY(-50%);z-index:1001;left:10px;}
.photo-modal .next-button{color:#fff;cursor:pointer;font-size:3vh;padding:0.5em;position:absolute;top:50%;transform:translateY(-50%);z-index:1001;right:10px;}
.photo-modal .thumbnails-container{border-radius:0.5em;display:flex;gap:0.5em;justify-content:center;padding:0.5em;position:absolute;bottom:0;left:0;right:0;height:auto;min-height:80px;max-height:100px;overflow-x:auto;scrollbar-width:none;background:rgba(0,0,0,0.5);z-index:1001;}
.photo-modal .thumbnails-container::-webkit-scrollbar{display:none;}
.photo-modal .thumbnail{border:2px solid transparent;border-radius:0.5em;cursor:pointer;height:4em;object-fit:cover;opacity:0.7;transition:all 0.3s ease;width:4em;flex-shrink:0;}
.photo-modal .thumbnail.active{border-color:#1f2937;opacity:1;transform:scale(1.05);}
.photo-modal .thumbnail:hover{opacity:0.9;transform:scale(1.03);}








