.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
  will-change: auto;
}

.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap.item-is-stuck {
  backdrop-filter: blur(33px);
  box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

.film-grain-overlay {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.1;
}

.joinchat__button {
  background: #667d5e var(--joinchat-ico) 50% / 60% no-repeat !important;
  right: 80px !important;
  bottom: 0px !important;
}

.home .site-branding {
  display: none;
}

.confirm-age-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.confirm-age-popup svg {
  width: 100px !important;
  height: 100px !important;
}
.confirm-age-popup .header {
  font-size: 44px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  font-family: var(--global-heading-font-family) !important;
}
.confirm-age-popup .desc {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}

/* --- Custom Products Table Responsive Styles --- */
.custom-products-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.custom-products-table {
  width: 100%;
  border-collapse: collapse;
  background: none;
}

.custom-products-table td {
  word-break: break-word;
}

.custom-products-table th,
.custom-products-table td {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
  background: none;
}
.custom-products-table th {
  /* background: #f7fafc; */
  background: none;
  font-weight: 600;
}

/* Мобильная адаптация */
@media (max-width: 960px) {
  .custom-products-table-wrapper {
    overflow-x: visible;
  }
  .custom-products-table,
  .custom-products-table thead,
  .custom-products-table tbody,
  .custom-products-table tr {
    display: block;
    width: 100%;
    background: none;
  }
  .custom-products-table thead {
    display: none;
  }
  .custom-products-table tr {
    margin-bottom: 18px;
    /* background: #fff; */
    background: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
  }
  .custom-products-table td {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    align-items: center;
    font-size: 15px;
    background: none;
  }
  .custom-products-table td:last-child {
    border-bottom: none;
  }
  .custom-products-table td[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: 600;
    min-width: 120px;
    color: inherit;
    margin-right: 8px;
    flex-shrink: 0;
    display: inline-block;
  }
  .custom-products-table td img {
    max-width: 100px;
    height: auto;
    border-radius: 4px;
  }
}

body.mobile-device .custom-products-table-wrapper {
  overflow-x: visible;
}

body.mobile-device .custom-products-table,
body.mobile-device .custom-products-table thead,
body.mobile-device .custom-products-table tbody,
body.mobile-device .custom-products-table tr {
  display: block;
  width: 100%;
  background: none;
}
body.mobile-device .custom-products-table thead {
  display: none;
}
body.mobile-device .custom-products-table tr {
  margin-bottom: 18px;
  /* background: #fff; */
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
body.mobile-device .custom-products-table td {
  display: flex;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  align-items: center;
  font-size: 15px;
  background: none;
}
body.mobile-device .custom-products-table td:last-child {
  border-bottom: none;
}
body.mobile-device .custom-products-table td[data-label]:before {
  content: attr(data-label) ": ";
  font-weight: 600;
  min-width: 120px;
  color: inherit;
  margin-right: 8px;
  flex-shrink: 0;
  display: inline-block;
}
body.mobile-device .custom-products-table td img {
  max-width: 100px;
  height: auto;
  border-radius: 4px;
}
/* --- End Custom Products Table Responsive Styles --- */
