@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
    url("fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-red: #ff0000;
  --color-blue: #0065cc;
  --color-green-light: #00ff00;
  --color-green-dark: #213515;
  --color-bluish-wite: #cffcff;
  --color-yellow: #fefe00;
  --yellow-lite: #ffff7a;
  --color-dark: #0e0a00;
  --color-gray: #e2e2e2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  background-image: url("/path/posterior.jpg");
  height: 100%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: clamp(400px, 100vw, 1920px) auto;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/*= Підсвічування рядків зі статусом "Очікує" */
.highlight-row {
  background-color: #ffe6e6;
}

.header {
  display: grid;
  grid-template-columns: auto auto;
  color: #fff;
}

.logo {
  animation: blur 3s ease 0s;
  padding: 5px;
  z-index: 2;
}

.logo h1 {
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: 0.05em;
}

.logo img {
  width: 100px;
}

.logo__link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  align-items: center;
  justify-content: left;
  color: var(--color-red);
  font-weight: bold;
}

@keyframes blur {
  0%,
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
  }
}

.slogan {
  display: grid;
  grid-template-rows: repeat(3, auto);
  align-self: center;
  gap: 0.5em;
  align-items: center;
  padding-top: 10px;
  justify-content: center;
}

.slogan h2 {
  z-index: 1;
  font-weight: bold;
  font-size: 1.2em;
  font-size: clamp(1em, 3vw, 1.2em);
  letter-spacing: 0.05em;
}

.slogan__info {
  display: flex;
  justify-content: space-between;
}

.header__cart {
  position: relative;
}

.header__cart-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/path/cart-01white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__cart-icon:hover {
  background-image: url("/path/cart-01red.svg");
}

.header__basket {
  display: none;
  position: absolute;
  right: -17px;
  text-align: center;
  top: -7px;
  background-color: var(--color-red);
  border-radius: 99px;
  color: #fff;
  content: attr(data-icon-label);
  font-size: 11px;
  font-weight: bolder;
  min-width: 17px;
  opacity: 0.9;
  text-align: center;
  transition: transform 0.2s;
  z-index: 1;
  padding: 2px;
}

.header__basket.visible {
  display: block;
}

/*= === phone === home */
.phone {
  display: grid;
  justify-content: center;
  padding-top: 5px;
}

.phone a {
  color: #fff;
  font-size: clamp(14px, 2vw, 16px);
  text-decoration: none;
  display: inline-flex;
  transition: color 0.3s ease;
  padding-left: 7px;
}

/*= Використання SVG як фону */
.phone a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.747 31.578"%3E%3Cpath fill="%23FFFFFF" d="M2.5 2.093c-1.4 1.4-2.5 3.6-2.5 4.9 0 4 7.8 14.5 14.3 19.3 8.7 6.4 13 6.9 16.3 1.8 2.1-3.1 1.5-4.4-3.5-7.8-4-2.8-4.2-2.8-6.2-1.1-1.9 1.9-2.1 1.8-6.1-2.3-4.1-4.1-4.2-4.1-2.3-6.2 1.8-2 1.8-2.1-1.2-6.3-3.8-5.1-5.5-5.6-8.8-2.3zm7.4 2.8c2 2.5 2.2 3.4 1.3 4.9-1.8 2.9-1.5 4 2.5 8.1s5.2 4.5 8.2 2.6c1.5-.9 2.4-.7 4.9 1.3 4.9 3.9 3.7 7.9-2.3 7.9-7.2 0-22.5-15.3-22.5-22.5 0-6 4-7.2 7.9-2.3z"%3E%3C/path%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.phone a:hover {
  color: var(--color-red);
}

.phone a:hover::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.747 31.578"%3E%3Cpath fill="%23ff0000" d="M2.5 2.093c-1.4 1.4-2.5 3.6-2.5 4.9 0 4 7.8 14.5 14.3 19.3 8.7 6.4 13 6.9 16.3 1.8 2.1-3.1 1.5-4.4-3.5-7.8-4-2.8-4.2-2.8-6.2-1.1-1.9 1.9-2.1 1.8-6.1-2.3-4.1-4.1-4.2-4.1-2.3-6.2 1.8-2 1.8-2.1-1.2-6.3-3.8-5.1-5.5-5.6-8.8-2.3zm7.4 2.8c2 2.5 2.2 3.4 1.3 4.9-1.8 2.9-1.5 4 2.5 8.1s5.2 4.5 8.2 2.6c1.5-.9 2.4-.7 4.9 1.3 4.9 3.9 3.7 7.9-2.3 7.9-7.2 0-22.5-15.3-22.5-22.5 0-6 4-7.2 7.9-2.3z"%3E%3C/path%3E%3C/svg%3E');
}

/*= === phone === END */
.menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu__list {
  display: flex;
}

.menu__item {
  color: #fff;
  position: relative;
  display: grid;
  text-transform: uppercase;
  text-align: center;
  transition: all 300ms ease-in-out;
  line-height: 27px;
  font-size: clamp(0.8em, 3vw, 1em);
  align-content: center;
}

.menu__link img {
  padding-right: 5px;
}

.menu__link {
  padding: 10px 15px;
  color: #fff;
}

.menu__link:hover {
  background: var(--color-yellow);
  color: var(--color-red);
}

.menu__account {
  padding: 0px 0px 0px 10px;
  font-size: 0.9em;
  color: #fff;
}

.menu_mobile {
  padding-bottom: 14px;
}

.menu__list-mobile {
  display: flex;
  flex-direction: column;
  grid-row-gap: 14px;
}

.menu__item-mobile .account-menu-mobile {
  display: none;
}

.menu__item-mobile .account-menu-mobile.show {
  display: flex;
  flex-direction: column;
  padding-right: 5px;
  width: max-content;
  font-size: 0.95rem;
  gap: 7px;
  padding-top: 7px;
  padding-left: 20px;
}

.text-a-icon {
  text-transform: uppercase;
}

.account h3,
.account p {
  padding-bottom: 10px;
  padding-left: 10px;
}

.account a {
  display: block;
  padding: 10px 0px;
  color: #131313;
}

.account a:hover {
  color: var(--color-red);
}

.account_data {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 10px 15px;
}

.account-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 10px 15px;
}

.account-menu a {
  color: #fff;
  padding: 7px 9px;
  text-decoration: none;
  display: block;
}

.account-menu a:hover {
  text-decoration: underline;
}

.account-menu.show {
  display: grid;
  justify-items: left;
}

.menu__item .account-menu.show {
  text-transform: none;
  text-align: left;
  padding: 1rem;
  width: max-content;
  font-size: 0.95rem;
  z-index: 21;
}

.categories {
  display: grid;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  gap: 8px;
}

.categories h4 {
  padding: 6px 0px 0px 6px;
  font-weight: normal;
  color: var(--color-red);
}

.categories a {
  color: #fff;
  font-size: 0.9rem;
}

.category_menu.active {
  background: rgba(0, 0, 0, 0.5);
}

.category-link.active {
  color: var(--color-yellow);
}

.search-results-goods {
  color: var(--color-gray);
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.icon-home::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/00.index-1.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.icon-user::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/08.icon-user.png) no-repeat center
    center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.icon-contacts::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/07.icon-Contacts.png) no-repeat center
    center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.cat0::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/01.all_category.jpg) no-repeat center
    center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.cat1::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/02.spices.jpg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.cat2::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/vegetables.jpg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.cat3::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../uploads/categories/03.home.jpg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.categories a:hover {
  color: var(--color-red);
  text-decoration: underline;
}

.reset_password_process {
  height: 50vh;
  padding-top: 20px;
}

.reset_password_process button {
  margin-top: 20px;
  padding: 10px 20px;
}

#new_password {
  padding: 6px;
}

.reset_password_message {
  color: var(--color-red);
  border: 1px solid var(--color-red);
  padding: 7px;
  margin-top: 10px;
}

.order-goods {
  display: grid;
  grid-template-columns:
    minmax(70px, auto) minmax(100px, 1fr) minmax(30px, auto)
    minmax(90px, auto) minmax(10px, auto);
  grid-column-gap: 10px;
  border-bottom: 1px solid #dee7ec;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  padding: 10px 15px;
}

.order-total {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(90px, auto);
  grid-column-gap: 10px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #dee7ec;
  padding: 12px 5px 12px 20px;
}

.cart-items {
  max-width: clamp(70px, 15vw, 100px);
  height: auto;
}

.cart {
  padding: 10px;
  overflow: auto;
  max-width: max-content;
  font-size: clamp(0.8em, 3vw, 1em);
}

.cart h2 {
  margin-bottom: 10px;
}

.cart-item-name {
  color: #fff;
}

.cart-item-name:hover {
  color: var(--color-red);
  border-bottom: 1px solid #777575;
}

.cart-item-name:visited {
  color: var(--color-blue);
}

.cart-item-name:focus {
  color: var(--color-blue);
}

.cart-item-name:active {
  color: var(--color-blue);
}

.cart__quantity {
  border: 1px solid #b5b5b5;
  padding: 3px 5px;
  align-self: end;
}

.cart__quantity-form {
  display: grid;
  grid-template-columns: auto 18px auto;
  gap: 5px;
  justify-items: center;
  font-size: initial;
  align-items: center;
  font-size: 1.1rem;
}

.cart__price {
  align-self: end;
  color: #f84147;
  font-size: initial;
}

.category {
  display: grid;
  grid-template-columns: minmax(90px, 165px) 1fr;
  flex-grow: 1;
  align-content: start;
}

.category_menu {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
}

.category_cat-filtr {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
}

.goods {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(150px, 185px));
  gap: 15px;
  align-items: stretch;
  justify-items: center;
  justify-content: center;
  transition: grid-template-columns 0.3s ease;
  padding: 0 10px;
  align-content: start;
}

.goods__category {
  position: absolute;
  top: 290px;
}

.main_about {
  padding: 10px;
  color: #fff;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.5);
}

.main_note {
  color: var(--color-red);
}

.main_info {
  background-color: #110800;
}

hr {
  border: none;
  border-top: 1px dotted;
  margin: 10px 0px;
}

.contact {
  display: grid;
  grid-template-rows: auto auto;
  gap: 5px;
  justify-items: left;
  margin-top: 10px;
}

.phone_mobile {
  color: #fff;
}

.phone_mobile:hover {
  color: var(--color-red);
}
.success_message {
  color: var(--color-green-light);
  background: rgba(255, 255, 255, 0.15); /* легкий білий прозорий фон */
  backdrop-filter: blur(4px); /* розмиття підкладки */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 10px 15px;
  width: max-content;
}

.login {
  padding: 0px 10px 10px 10px;
  display: grid;
}

.login a {
  color: #bcf;
}

.login a:hover {
  color: var(--color-yellow);
}

.login h2 {
  padding: 10px;
  font-size: clamp(18px, 3vw, 24px);
}

.login_home {
  padding-top: 10px;
}

.shippingForm {
  display: grid;
  grid-row-gap: 0.8em;
  background: #f4f4f4;
  padding: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.shippingForm label {
  padding: 0px 0px 0px 5px;
}

.shippingForm input,
.shippingForm textarea {
  padding: 6px;
  font-size: 0.9em;
  outline: none;
  border: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
  border: 1px solid #8db1ff;
  font-family: "Montserrat", sans-serif;
}

.shippingLogin {
  display: grid;
  grid-row-gap: 0.8em;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-template-columns: minmax(max-content, 150px);
  width: max-content;
}

.shippingLogin input {
  padding: 6px;
  font-size: 1em;
  outline: none;
  border: 1px solid #8db1ff;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
}

/*= === password === */
#password {
  width: 161px;
}

.animate-password {
  background-image: linear-gradient(90deg, #ededed 50%, transparent 50%);
  background-size: 200%;
  background-position-x: 100%;
  transition: all ease 1s;
  animation-name: ttt;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

@keyframes ttt {
  0% {
    background-position-x: 100%;
  }

  100% {
    background-position-x: 0;
  }
}

.shippingForm__pass {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: fit-content;
}

#password_field {
  gap: 10px;
}

.btn-outline-secondary {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../path/view.svg) 0 0 no-repeat;
  margin-left: -34px;
}

.btn-outline-secondary.view {
  background: url(../path/no-view.svg) 0 0 no-repeat;
}

.good {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 200px 0.4fr 86px 40px;
  justify-content: space-between;
  background: #fff;
  padding: 13px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 394px;
  gap: 5px;
}

.good img {
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  object-fit: contain;
  width: 100%;
  transition: transform 1s ease-in-out;
  justify-self: center;
}

.good img:hover {
  transform: scale(1.1);
}

.good:hover {
  border-color: var(--color-blue);
}

.good h2 {
  font-size: 0.8em;
  min-height: 2.6em;
  line-height: 1.3;
}

.good p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #2f2f2f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  transition: all 0.3s ease;
}

.good_buy {
  color: rgb(14, 121, 0);
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}

.good_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.good_price.price-3 {
  justify-content: left;
  gap: 30px;
}

.price {
  font-weight: 700;
  font-size: 1rem;
  padding: 5px;
  color: #1c2f1c;
}

.price.price-2 {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.1rem;
}

.message_order {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.message_order h3 {
  color: rgb(14, 121, 0);
  font-weight: bold;
  padding-bottom: 8px;
}

.message_order p {
  padding-bottom: 8px;
}

.good a {
  color: var(--color-dark);
  display: grid;
}

.edit-address h2,
.edit-address_form,
.account h3,
.login h3 {
  margin: 20px 0px;
}

.edit-address_form input {
  width: 100%;
  padding: 5px 10px;
}

.return {
  margin: 0px 0px 7px 10px;
  display: block;
  color: #bcf;
}

.return:hover {
  color: var(--color-red);
}

footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

/*= пошук Нова Пошта */
.novapost {
  display: none;
  padding-top: 10px;
}

.position-relative {
  position: relative;
}

.radio-button {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: left;
  grid-gap: 10px;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

.spinner-border {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
}

.spinner-border,
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/*=   ---- search ------- */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8db1ff;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 6px 0px 6px 0px;
}

#search {
  padding-right: 40px;
}

#comments {
  font-family: inherit;
}

.spinner-loader {
  position: absolute;
  right: 67px;
  top: 62px;
  border-radius: 50% !important;
  display: none;
}

.search-results {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  list-style: none;
  padding-left: 0;
  overflow-y: auto;
  z-index: 2;
  display: none;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  width: 100%;
}

.search-results li {
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  display: block;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  box-sizing: border-box;
}

.search-results li:hover,
.search-results li.active {
  background-color: rgb(183, 216, 245);
}

/*---- search ------- */
.btn-primary {
  background-color: #8db1ff;
  border-color: #0d6efd;
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/*= - btn - */
.search-form .btn-link {
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 58px;
}

.btn-link {
  font-weight: 400;
  color: var(--bs-link-color);
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  box-shadow: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 7px;
}

.btn:hover {
  background-color: var(--color-dark);
  color: #ff9a02;
}

/*= Стиль для кнопки Купити */
.btn-buy {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.btn-buy:hover {
  background: #8b6d39;
}

.btn-buy img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.btn-buy::before {
  content: url("/path/cart-01g.svg");
}

.btn-buy.poduct::before {
  content: url("/path/cart-01white.svg");
}

/*= Стиль для кнопки коментарі */
.btn-review {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #ebebeb;
  color: var(--color-green-light);
  padding: 8px 18px;
  margin-top: 8px;
  width: max-content;
  height: max-content;
  margin-bottom: 8px;
}

.btn-review:hover {
  background-color: var(--color-dark);
  color: var(--color-gray);
}

/*= Стиль для кнопки Видалити */
.order-goods .btn-delete {
  background: none;
  border: none;
  font-size: 1.1rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: var(--color-red);
  padding: 0px;
  box-shadow: none;
}

.order-goods .btn-delete:hover {
  color: var(--color-green-light);
}

.cart__quantity .btn-change {
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  color: var(--color-green-light);
  padding: 0px;
  box-shadow: none;
  font-size: 1.4rem;
}

.cart__quantity .btn-change:hover {
  color: #cc000c;
}

.cart__quantity .btn-change:disabled {
  color: #8d8d8d;
  cursor: inherit;
}

/*= Стиль для кнопки Оформити замовлення */
.btn-order {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4), inset 0 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  width: max-content;
  height: max-content;
  margin-bottom: 15px;
}

.btn-order:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.3);
  color: #000f00;
}

/*= Стилі для сторінки деталей продукту */
.product-detail {
  display: grid;
  grid-template-columns: minmax(100px, 200px) 1fr;
  gap: 15px;
}

.produkt_content {
  line-height: 1.6;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 15px;
  margin-top: 15px;
}

.image-block {
  align-content: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  display: flex;
}

.product-img {
  position: relative;
  width: 200px;
  height: auto;
  object-fit: contain;
}

.product-detail-right {
  display: grid;
  grid-template-rows: auto 1fr auto;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  padding: 10px 15px;
}

.product-detail-right h2 {
  font-size: 1.1rem;
  padding: 10px;
}

.account h3,
p {
  padding: 5px;
}

.product-characteristics {
  min-width: 200px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  margin-top: 15px;
}

.product-characteristics h4 {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.product-reviews {
  color: #bcf;
  padding: 15px;
}

.reviews-list {
  padding: 10px;
}

.scroll-button {
  position: absolute;
  border: none;
  cursor: pointer;
  width: 70px;
  text-align: center;
  padding: 3px 0;
  transition: background-color 0.3s ease-in-out;
  z-index: 6;
  width: 60px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.scroll-button:hover {
  background-color: #e2e2e2;
}

.scroll-button.up {
  top: 0;
  left: 11px;
}

.scroll-button.down {
  bottom: 0;
  left: 5px;
}

#mobile-menu {
  display: none;
}

/*= === Коментарі === */
.reviews-list li {
  border: 1px solid #bfceff;
  border-radius: 10px;
  padding: 8px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.review-form input,
.review-form textarea {
  padding: 6px;
  font-size: 0.9em;
  outline: none;
  border: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
  border: 1px solid #8db1ff;
  margin: 0 5px;
  font-family: inherit;
}

.review-form textarea {
  height: 90px;
}

.product__review-form {
  display: grid;
  grid-template-columns: minmax(180px, 350px);
  grid-template-rows: auto auto auto;
  gap: 9px;
}

.menu-btn {
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 4px 20px;
  width: 70px;
  top: -50px;
}

.bar {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background-color: #fff;
  transition: 0.2s;
}

.menu-btn.activ-menu .bar:nth-child(2) {
  opacity: 0;
}

.menu-btn.activ-menu .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-btn.activ-menu .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.icon-new-post {
  display: inline;
  outline: 0;
  border: 0;
  max-width: 100%;
  max-height: 100%;
}

svg {
  vertical-align: middle;
}

/*= Option */
.option {
  display: block;
  margin-bottom: 0.5em;
}

.check {
  padding-left: 1.2em;
}

.check__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check__box {
  position: absolute;
  margin-top: 0.2em;
  margin-left: -1em;
  width: 0.6em;
  height: 0.6em;
  overflow: hidden;
  border-radius: 0.05em;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 0 0 0.1em #4a90e2;
}

/*= Checked */
.check__input:checked + .check__box {
  background-color: #4a90e2;
  background-image: url(/uploads/images-icon/check.svg);
}

/*= Focused */
.check__input:focus + .check__box {
  box-shadow: 0 0 0 0.1em #4a90e2, 0 0 0 0.2em #7ed321;
}

/*= Disabled */
.check__input:disabled + .check__box {
  box-shadow: 0 0 0 0.1em #9b9b9b;
}

.check__input:checked:disabled + .check__box {
  background-color: #9b9b9b;
}

.select-css {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23797878' viewBox='0 0 13 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 7a.956.956 0 0 1-.657-.256l-5.57-5.25a.839.839 0 0 1 0-1.237.968.968 0 0 1 1.312 0L6.5 4.888 11.415.257a.968.968 0 0 1 1.313 0 .839.839 0 0 1 0 1.237l-5.572 5.25A.956.956 0 0 1 6.5 7Z'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat, repeat;
  background-size: 14px 9px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  box-sizing: border-box;
  color: #221f1f;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  margin: 0px 0px 6px 0px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 40px;
  text-align: left;
}

.specs {
  display: table;
  border-collapse: collapse;
  margin-top: 10px;
}

.specs div {
  display: table-row;
}

.specs span,
.specs ul {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.specs ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

/*= ===  search-goods.php === */
.search__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*= Поле вводу */
.search__header input[type="text"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.search__header input[type="text"]:focus {
  border-color: #007bff;
}

/*= Кнопка пошуку */
.search__header .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #007bff;
  transition: color 0.3s;
  box-shadow: none;
}

.search__header .search-btn svg:hover {
  stroke: var(--color-red);
}

/*= Значок пошуку */
.search__header .icon-search {
  width: 24px;
  height: 24px;
}

.product-list {
  list-style: none;
  padding: 0;
}

.product-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.product-list a {
  text-decoration: none;
  color: var(--color-yellow);
}

/*= === Filter === */
.filters {
  font-size: 0.9rem;
  font-family: Open Sans, sans-serif;
  border-right: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  margin-right: 7px;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 8px;
}

#filters fieldset {
  display: grid;
  gap: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#filters fieldset legend {
  padding: 9px 0px;
}

.filters h4 {
  color: #fff;
  margin-right: 10px;
}

.add_filters fieldset {
  margin-bottom: 20px;
  padding: 0px 5px 15px 10px;
}

.add_filters fieldset legend {
  padding: 10px;
}

.add_filters fieldset label,
input,
select {
  padding: 5px;
  font-size: 0.9em;
  margin: 6px;
}

.select_width {
  width: max-content;
}

#edit_products {
  position: absolute;
  top: 47px;
  left: 316px;
}

.selected-clear {
  display: flex;
  gap: 6px;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
  margin: 10px 0;
}

.btn-clear {
  color: #9191a2;
  border-bottom: 1px dashed #ccc;
  font-size: 0.8rem;
}

.btn-clear:hover {
  border-bottom: 1px dashed #c46004;
}

.clear__icon {
  width: 16px;
  height: 19px;
  background: url("/path/btn-clear.svg") no-repeat 32%;
}

.aside-title__icon {
  width: 24px;
  height: 24px;
  background: url("/path/titleFilter.svg") no-repeat 32%;
}

#goods-container {
  overflow: hidden;
}

/*= стилі для повідомлень */
.message {
  border-radius: 5px;
  font-size: 16px;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 7px;
  width: max-content;
}

.message.error {
  background-color: #fefe00;
  color: var(--color-red);
  border: 1px solid #f5c6cb;
  padding: 7px;
}

.product-spec-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9ebee;
  border-left: 1px solid #e9ebee;
  border-right: 1px solid #e9ebee;
  color: #323742;
  padding: 7px;
  margin-right: 20px;
}

.goods.fade-out {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.goods.fade-in {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/*= = selected-filters = */
.selected-filters {
  margin: 0px 0px 15px 0px;
}

.selected-filters h4 {
  padding-bottom: 5px;
}

.selected-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.selected-filters li {
  display: grid;
  margin-bottom: 5px;
  border-top: 1px solid #ddd;
}

.selected-filters li span {
  padding: 5px 0px 0px 0px;
  color: #dbdada;
}

.remove__filter button {
  text-align: left;
}

.remove-filter {
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: none;
  padding: 4px 0px;
  cursor: pointer;
  color: var(--color-yellow);
  position: relative;
  transition: color 0.3s ease;
  font-size: 0.85rem;
}

.remove-filter::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--color-yellow);
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"%3E%3Cline x1="4" y1="4" x2="20" y2="20"/%3E%3Cline x1="20" y1="4" x2="4" y2="20"/%3E%3C/svg%3E')
    no-repeat center;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"%3E%3Cline x1="4" y1="4" x2="20" y2="20"/%3E%3Cline x1="20" y1="4" x2="4" y2="20"/%3E%3C/svg%3E')
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.remove-filter:hover {
  color: red;
}

.remove-filter:hover::before {
  background-color: red;
}

/*= === details === */
summary {
  padding: 5px;
  border-bottom: 1px solid #c2c2c2;
}

details[open] summary {
  border-bottom: none;
  background-color: var(--blue-white);
}

summary {
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-gap: 5px;
  cursor: pointer;
  position: relative;
  width: 330px;
  margin-bottom: 10px;
}

summary::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.8' stroke='%23FFFFFF' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  translate: 0 -35%;
  transition: rotate 0.2s;
  transform-origin: 50% 40%;
}

details[open] summary::after {
  rotate: -180deg;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 19;
  display: none;
}

#overlay.active {
  display: block;
}

#overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 18;
  display: none;
}

#overlay2.active {
  display: block;
}

/* notification */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 9999;
  font-size: 14px;
  pointer-events: none;
}

.notification.show {
  opacity: 1;
  transform: translateY(0);
}

.notification.hidden {
  display: none;
}

/*= Сховати прокрутку під час відкриття фільтрів */
body.no-scroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  text-align: center;
}

.modal-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.project {
  padding: 20px;
}

.project textarea {
  width: 400px;
  height: 65px;
}

/* ===== pagination ===== */
.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.pagination a {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #a4a4a4;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
}

.pagination a:hover:not(:disabled) {
  background: #ddd;
}

.pagination a.active {
  background: #333;
  color: #fff;
  border-color: #333;
}

.pagination a.active {
  color: #fff;
}

.pagination a:disabled {
  opacity: 0.5;
  cursor: default;
}

.navigation {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.btn-filters {
  display: none;
}

/*= хлібні крихти */
.label_breadcrumbs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
}

.breadcrumbs a:hover {
  color: var(--color-red);
}

.breadcrumbs span {
  color: #cc000c;
  margin: 0 5px;
}

/*= subcategory */
.subcategories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 20px;
}

.subcategory {
  text-align: center;
  padding: 10px;
  border: 1px solid #deeeff;
  border-radius: 5px;
  width: 160px;
}

.subcategory:hover {
  border-color: #007bff;
  transition: border 0.3s ease-in-out;
}

.subcategory a:hover {
  color: var(--color-blue);
}

.subcategory a:visited {
  color: var(--color-blue);
}

.subcategory a:focus {
  color: var(--color-blue);
}

.subcategory a:active {
  color: var(--color-blue);
}

.subcategory p {
  font-size: 0.9rem;
}

/*= sub-menu */
.categories-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
}

.categories-menu li {
  position: relative;
  margin-right: 20px;
}

.categories-menu a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: block;
}

.categories-menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 5px;
  min-width: 150px;
}

.categories-menu .dropdown-menu li {
  margin: 0;
}

.categories-menu .dropdown-menu a {
  padding: 8px 12px;
  display: block;
  color: #333;
  white-space: nowrap;
}

.categories-menu .dropdown:hover .dropdown-menu {
  display: block;
}

/* Приховуємо стандартний чекбокс */
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Контейнер для кастомного чекбокса */
.checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #fff;
  user-select: none;
}

/* Створюємо квадрат чекбокса */
.checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all 0.2s ease;
}

/* Коли наведено */
.checkbox:hover .checkmark {
  border-color: #fefe00;
}

/* Коли активовано (відмічено) */
.checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #fefe00;
  border-color: #fefe00;
}

/* Галочка (через псевдоелемент) */
.checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Показати галочку коли чекбокс активний */
.checkbox input[type="checkbox"]:checked ~ .checkmark::after {
  display: block;
}

/* Малюємо червону галочку */
.checkbox .checkmark::after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ff0000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/*= 2093 - END */