@media (min-width: 769px) {
  .product__gallery-item-items-title.product-items-spoiler-toggle {
    text-decoration: none !important;
    cursor: default !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .product__gallery-item-items-title.product-items-spoiler-toggle .spoiler-icon {
    display: none !important;
  }
  .product__gallery-item-items-list {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    margin-top: 0 !important;
  }
}
.brand-navbar__mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.brand-navbar__mobile-toggle:hover {
  background-color: rgba(167, 134, 105, 0.1);
}
.brand-navbar__mobile-toggle .navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 18px;
  justify-content: space-between;
}
.brand-navbar__mobile-toggle .navbar-toggler-icon .bar {
  width: 100%;
  height: 2px;
  background-color: var(--brand-navbar-text);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.brand-navbar__mobile-toggle.active .navbar-toggler-icon .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.brand-navbar__mobile-toggle.active .navbar-toggler-icon .bar:nth-child(2) {
  opacity: 0;
}
.brand-navbar__mobile-toggle.active .navbar-toggler-icon .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (min-width: 769px) {
  .brand-navbar__mobile-toggle {
    display: none !important;
  }
  .brand-navbar__mobile-menu {
    display: none !important;
  }
  .brand-navbar-spacer {
    display: none !important;
  }
  .brand-navbar .navbar-controls {
    display: none !important;
  }
  .currency-btn {
    display: none !important;
  }
  body.mobile-menu-open {
    overflow: auto !important;
    position: static !important;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .brand-navbar {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(167, 134, 105, 0.2) !important;
    box-shadow: 0 2px 20px rgba(44, 24, 16, 0.3) !important;
    position: fixed !important;
    z-index: 9999 !important;
  }
  .brand-navbar.navbar-scrolled {
    top: 0 !important;
    box-shadow: 0 4px 32px rgba(44, 24, 16, 0.4) !important;
  }
  .brand-navbar .brand-navbar__container {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 16px !important;
    gap: 16px !important;
  }
  .brand-navbar .brand-navbar__brand {
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__brand-text {
    gap: 8px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__brand-text .brand-navbar__brand-logo {
    height: 28px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__brand-text .brand-navbar__company svg {
    width: 50px !important;
    height: 15px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__back-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
  }
  .brand-navbar .brand-navbar__nav {
    display: none !important;
  }
  .brand-navbar .navbar-controls {
    display: none !important;
  }
  .brand-navbar .brand-navbar__mobile-toggle {
    display: flex !important;
    flex-shrink: 0 !important;
    order: 3 !important;
  }
  .brand-navbar__mobile-menu {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    background-color: var(--brand-navbar-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(167, 134, 105, 0.2);
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 9998;
  }
  .brand-navbar__mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .brand-navbar__mobile-menu .mobile-nav-section {
    padding: 20px 16px 10px;
  }
  .brand-navbar__mobile-menu .mobile-nav-section .mobile-nav-link {
    display: block;
    font-size: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(167, 134, 105, 0.1);
    text-align: left;
    width: 100%;
    color: var(--brand-navbar-text);
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .brand-navbar__mobile-menu .mobile-nav-section .mobile-nav-link:last-child {
    border-bottom: none;
  }
  .brand-navbar__mobile-menu .mobile-nav-section .mobile-nav-link:hover {
    color: #FFB366;
    padding-left: 8px;
  }
  .brand-navbar__mobile-menu .mobile-controls-section {
    padding: 10px 16px 20px;
    border-top: 1px solid rgba(167, 134, 105, 0.1);
  }
  .brand-navbar__mobile-menu .mobile-controls-section .mobile-control-btn {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 16px;
    margin-bottom: 8px;
    text-align: center;
    background-color: rgba(167, 134, 105, 0.1);
    border: 1px solid rgba(167, 134, 105, 0.3);
    border-radius: 8px;
    color: #F5F5F5;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .brand-navbar__mobile-menu .mobile-controls-section .mobile-control-btn:hover {
    background-color: rgba(167, 134, 105, 0.2);
    color: #FFB366;
  }
  .brand-navbar__mobile-menu .mobile-controls-section .mobile-control-btn:last-child {
    margin-bottom: 0;
  }
  .brand-navbar-spacer {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .brand-navbar .brand-navbar__container {
    padding: 10px 12px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__brand-text .brand-navbar__brand-logo {
    height: 24px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__brand-text .brand-navbar__company svg {
    width: 40px !important;
    height: 12px !important;
  }
  .brand-navbar .brand-navbar__brand .brand-navbar__back-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }
  .brand-navbar .brand-navbar__mobile-toggle .navbar-toggler-icon {
    width: 20px !important;
    height: 15px !important;
  }
  .brand-navbar__mobile-menu .mobile-nav-section {
    padding: 16px 12px 8px;
  }
  .brand-navbar__mobile-menu .mobile-nav-section .mobile-nav-link {
    font-size: 15px;
    padding: 14px 0;
  }
  .brand-navbar__mobile-menu .mobile-controls-section {
    padding: 8px 12px 16px;
  }
  .brand-navbar__mobile-menu .mobile-controls-section .mobile-control-btn {
    font-size: 13px;
    padding: 10px 14px;
  }
}
@media (max-width: 768px) {
  body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .brand-main .brandhero-section {
    height: 40vh;
    min-height: 300px;
    padding: 0 15px;
    background-position: center center;
  }
  .brand-main .brandhero-section .brandhero--main {
    width: 100%;
  }
  .brand-main .brandhero-section .brandhero--main-img {
    border-radius: 12px 12px 0 0;
  }
  .brand-main .brandhero-section .brandhero--main-text {
    font-size: 12px;
    height: 60px;
    border-radius: 0 0 12px 12px;
  }
}
@media (max-width: 768px) {
  .brand-main #about {
    padding: 60px 15px !important;
  }
  .brand-main #about .brandabout__slogan {
    width: 100%;
    max-width: 90%;
    font-size: 24px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 40px;
  }
  .brand-main #about .brandabout__tabs {
    flex-direction: column;
    gap: 16px;
    padding: 40px 0;
  }
  .brand-main #about .brandabout__tabs .brandabout__item {
    width: 100%;
    max-width: 350px;
    height: 280px;
    padding: 24px;
    border-radius: 12px;
    background-size: 50% !important;
    background-position: top right !important;
  }
  .brand-main #about .brandabout__tabs .brandabout__item:nth-last-child(2n) {
    background-size: 25% !important;
  }
  .brand-main #about .brandabout__tabs .brandabout__item .brandabout__item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .brand-main #about .brandabout__tabs .brandabout__item .brandabout__item-text {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 250px;
  }
  .brand-main #about .brandabout__descr {
    width: 100%;
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .brand-main #about {
    padding: 40px 10px !important;
  }
  .brand-main #about .brandabout__slogan {
    font-size: 20px;
    line-height: 24px;
  }
  .brand-main #about .brandabout__tabs {
    padding: 30px 0;
  }
  .brand-main #about .brandabout__tabs .brandabout__item {
    height: 240px;
    padding: 20px;
  }
  .brand-main #about .brandabout__tabs .brandabout__item .brandabout__item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .brand-main #about .brandabout__tabs .brandabout__item .brandabout__item-text {
    font-size: 14px;
    line-height: 18px;
  }
  .brand-main #about .brandabout__descr {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .brand-main #promo {
    padding: 60px 15px !important;
  }
  .brand-main #promo .brandpromo__container {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item {
    flex: none;
    width: 100%;
    height: 300px;
    padding: 24px;
    border-radius: 12px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item.mobile-bg-applied {
    background-image: var(--mobile-bg-image) !important;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item--wide {
    height: 350px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item-descr {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .brand-main #promo {
    padding: 40px 10px !important;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item {
    height: 280px;
    padding: 20px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item--wide {
    height: 640px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item--wide div {
    width: 90% !important;
    margin-bottom: auto;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item-title {
    font-size: 24px;
  }
  .brand-main #promo .brandpromo__container .brandpromo__item-descr {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .brand-main #lines {
    min-height: auto;
  }
  .brand-main #lines .wrapper {
    flex-direction: column;
    padding: 60px 15px;
    text-align: center;
  }
  .brand-main #lines .info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .brand-main #lines .info .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .brand-main #lines .info .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .brand-main #lines .body {
    justify-content: center;
    gap: 16px;
    display: none;
  }
  .brand-main #lines .body .line__item {
    width: 100%;
    min-width: 300px;
    max-width: calc(100vw - 32px);
    height: 400px;
  }
  .brand-main #lines .body .line__item .line__item-inner {
    height: 240px;
  }
  .brand-main #lines .body .line__item .line__item-pack {
    width: 120px;
    height: 250px;
    left: calc(50% - 60px);
  }
  .brand-main #lines .body .line__item .line__item-shield {
    height: 100px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .brand-main #lines .body .line__item {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .brand-main #lines .wrapper {
    padding: 40px 10px;
  }
  .brand-main #lines .info .title {
    font-size: 28px;
  }
  .brand-main #lines .info .description {
    font-size: 14px;
  }
  .brand-main #lines .body .line__item {
    min-width: 280px;
    max-width: calc(100vw - 20px);
    height: 360px;
  }
  .brand-main #lines .body .line__item .line__item-inner {
    height: 200px;
  }
  .brand-main #lines .body .line__item .line__item-pack {
    width: 100px;
    height: 200px;
    left: calc(50% - 50px);
  }
  .brand-main #lines .body .line__item .line__item-shield {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .brand-main #products .product__gallery {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .brand-main #products .product__gallery::-webkit-scrollbar {
    display: none;
  }
  .brand-main #products .product__gallery .product__gallery-item {
    flex: 0 0 auto;
    min-width: 280px;
    width: 280px;
    height: auto;
    min-height: 400px;
    padding: 40px 24px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .brand-main #products .product__gallery .product__gallery-item > * {
    position: relative;
    z-index: 2;
  }
  .brand-main #products .product__gallery .product__gallery-item.has-contrast-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    z-index: 1;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-title {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-descr {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 5px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items-title.product-items-spoiler-toggle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: auto;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.3s ease;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items-title.product-items-spoiler-toggle:hover {
    opacity: 0.8;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items-title.product-items-spoiler-toggle:active {
    opacity: 0.6;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items-title.product-items-spoiler-toggle .spoiler-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
    flex-shrink: 0;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items-title.product-items-spoiler-toggle.expanded .spoiler-icon {
    transform: rotate(180deg);
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items {
    width: 100%;
    margin-top: 0;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    align-items: start;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items.two-columns .product__gallery-item-item {
    font-size: 14px;
    line-height: 18px;
    break-inside: avoid;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items .product__gallery-item-items-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out, margin-top 0.3s ease-out;
    margin-top: 0;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items .product__gallery-item-items-list.expanded {
    max-height: calc(100vh - 300px);
    opacity: 1;
    margin-top: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-in, margin-top 0.3s ease-in;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items .product__gallery-item-item {
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .brand-main #products .product-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    padding: 0;
  }
  .brand-main #products .product-navigation .product-nav {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background-color: #4C2B1D;
    color: #F7ECCE;
    border: 1px solid #F7ECCE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
  }
  .brand-main #products .product-navigation .product-nav:hover {
    background-color: #5A3424;
    transform: scale(1.05);
  }
  .brand-main #products .product-navigation .product-nav:active {
    transform: scale(0.95);
  }
  .brand-main #products .product-navigation .product-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .brand-main #products .product-navigation .product-nav i {
    font-size: 18px;
  }
  .brand-main #products .product-navigation .product-nav-prev {
    margin-left: 15px;
  }
  .brand-main #products .product-navigation .product-nav-next {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .brand-main #products .product__gallery {
    padding: 15px 10px;
    gap: 15px;
  }
  .brand-main #products .product__gallery .product__gallery-item {
    flex: 0 0 auto;
    min-width: 260px;
    width: 260px;
    padding: 30px 20px;
    min-height: 650px;
    background-position: center right;
    position: relative;
  }
  .brand-main #products .product__gallery .product__gallery-item > * {
    position: relative;
    z-index: 2;
  }
  .brand-main #products .product__gallery .product__gallery-item.has-contrast-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    z-index: 1;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-title {
    font-size: 28px;
    line-height: 34px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-descr {
    font-size: 14px;
    line-height: 20px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    align-items: start;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items.two-columns .product__gallery-item-items-title {
    grid-column: 1 / -1;
    font-size: 16px;
    line-height: 20px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items.two-columns .product__gallery-item-item {
    font-size: 10px;
    line-height: 16px;
    break-inside: avoid;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items .product__gallery-item-items-title {
    font-size: 16px;
    line-height: 20px;
  }
  .brand-main #products .product__gallery .product__gallery-item .product__gallery-item-items .product__gallery-item-item {
    font-size: 10px;
    line-height: 16px;
  }
  .brand-main #products .product-navigation .product-nav {
    width: 45px;
    height: 45px;
    border-radius: 14px;
  }
  .brand-main #products .product-navigation .product-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .brand-main #products .product-navigation .product-nav i {
    font-size: 16px;
  }
  .brand-main #products .product-navigation .product-nav-prev {
    margin-left: 10px;
  }
  .brand-main #products .product-navigation .product-nav-next {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .brand-main #history {
    padding: 60px 0 !important;
  }
  .brand-main #history .wrapper {
    padding: 0 15px;
  }
  .brand-main #history .history__header {
    text-align: center;
    margin-bottom: 40px;
  }
  .brand-main #history .history__header .history__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .brand-main #history .history__header .history__description {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .brand-main #history {
    padding: 40px 0 !important;
  }
  .brand-main #history .wrapper {
    padding: 0 10px;
  }
  .brand-main #history .history__header .history__title {
    font-size: 28px;
    line-height: 34px;
  }
  .brand-main #history .history__header .history__description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .brand-main #news {
    padding: 60px 0 !important;
  }
  .brand-main #news .wrapper {
    padding: 0 15px;
  }
  .brand-main #news .news-title {
    font-size: 32px;
    text-align: center;
  }
  .brand-main #news .news-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
  }
  .brand-main #news .news__block {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .brand-main #news .news__block .news__item {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .brand-main #news .news__block .news__item img {
    height: 200px;
    object-fit: cover;
  }
  .brand-main #news .news__block .news__item .news__item-content {
    padding: 20px;
  }
  .brand-main #news .news__block .news__item .news__item-content h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .brand-main #news .news__block .news__item .news__item-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .brand-main #news .news__btn {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .brand-main #news {
    padding: 40px 0 !important;
  }
  .brand-main #news .wrapper {
    padding: 0 10px;
  }
  .brand-main #news .news-title {
    font-size: 28px;
  }
  .brand-main #news .news-subtitle {
    font-size: 14px;
  }
  .brand-main #news .news__block .news__item .news__item-content {
    padding: 16px;
  }
  .brand-main #news .news__block .news__item .news__item-content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .brand-main #news .news__block .news__item .news__item-content p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .brand-main #where-to-buy .wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 60px 15px;
  }
  .brand-main #where-to-buy .where-to-buy__left {
    flex: none;
    width: 100%;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__search .geo-button {
    font-size: 14px;
    padding: 14px 20px;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__search .city-selector .city-select {
    font-size: 14px;
    padding: 14px 20px;
    padding-right: 44px;
  }
  .brand-main #where-to-buy .address__block .address__list {
    height: 300px;
    padding: 15px;
  }
  .brand-main #where-to-buy .address__block .address__list .address__item {
    padding: 12px;
  }
  .brand-main #where-to-buy .address__block .address__list .address__item span:first-child {
    font-size: 14px;
    line-height: 18px;
  }
  .brand-main #where-to-buy .address__block .address__list .address__item .address__min {
    font-size: 11px;
    line-height: 14px;
  }
  .brand-main #where-to-buy .where-to-buy__right {
    width: 100%;
  }
  .brand-main #where-to-buy .where-to-buy__right #map {
    height: 400px !important;
    border-radius: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .brand-main #where-to-buy .wrapper {
    padding: 40px 10px;
    gap: 20px;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__title {
    font-size: 28px;
    line-height: 34px;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__search .geo-button {
    font-size: 13px;
    padding: 12px 16px;
  }
  .brand-main #where-to-buy .where-to-buy__left .where-to-buy__content .where-to-buy__search .city-selector .city-select {
    font-size: 13px;
    padding: 12px 16px;
  }
  .brand-main #where-to-buy .address__block .address__list {
    height: 250px;
    padding: 12px;
  }
  .brand-main #where-to-buy .where-to-buy__right #map {
    height: 300px !important;
  }
}
@media (max-width: 768px) {
  .brand-main {
    overflow-x: hidden;
  }
  .brand-main .address__list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .brand-main .address__list::-webkit-scrollbar-track {
    background: rgba(247, 236, 206, 0.1);
    border-radius: 3px;
  }
  .brand-main .address__list::-webkit-scrollbar-thumb {
    background: rgba(247, 236, 206, 0.5);
    border-radius: 3px;
  }
  .brand-main .address__list::-webkit-scrollbar-thumb:hover {
    background: rgba(247, 236, 206, 0.7);
  }
  .brand-main section {
    margin-bottom: 0 !important;
  }
  .brand-main section + section {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  *:not(.brand-navbar) {
    transition-duration: 0.2s !important;
  }
  img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .brand-main .brandhero-section {
    height: 50vh;
    min-height: 250px;
  }
  .brand-main #about .brandabout__tabs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-main #about .brandabout__tabs .brandabout__item {
    width: 45%;
    max-width: 300px;
  }
  .brand-main #where-to-buy .wrapper {
    flex-direction: row;
  }
  .brand-main #where-to-buy .wrapper .where-to-buy__left {
    flex: 0 0 40%;
  }
  .brand-main #where-to-buy .wrapper .where-to-buy__right {
    flex: 1;
  }
}
.product-item-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-item-modal.show {
  opacity: 1;
  visibility: visible;
}
.product-item-modal .product-item-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.product-item-modal .product-item-modal-content {
  position: relative;
  border-radius: 20px;
  max-width: 90vw;
  max-height: 90vh;
  width: 1000px;
  overflow: hidden;
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.product-item-modal.show .product-item-modal .product-item-modal-content {
  transform: scale(1) translateY(0);
}
.product-item-modal .product-item-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}
.product-item-modal .product-item-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.product-item-modal .product-item-modal-close i {
  font-size: 18px;
  color: #333;
}
.product-item-modal .product-item-modal-main {
  display: flex;
  background: white;
  border-radius: 16px;
  flex: 1;
}
@media (max-width: 768px) {
  .product-item-modal .product-item-modal-main {
    flex-direction: column;
  }
}
.product-item-modal .product-item-modal-image {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .product-item-modal .product-item-modal-image {
    border-radius: 0 0 16px 16px;
  }
}
.product-item-modal .product-item-modal-image .product-item-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  margin-right: auto;
}
.product-item-modal .product-item-modal-image .product-item-image:hover {
  transform: scale(1.05);
}
.product-item-modal .product-item-modal-info {
  flex: 0 0 50%;
  padding: 25px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-item-modal .product-item-modal-info {
    padding: 25px;
  }
}
.product-item-modal .product-item-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.product-item-modal .product-item-description {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.product-item-modal .product-item-specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-item-modal .product-item-spec .spec-label {
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}
.product-item-modal .product-item-spec .spec-value {
  font-weight: 400;
  font-size: 18px;
}
.product-item-modal .product-item-modal-navigation {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
  padding: 0;
}
.product-item-modal .product-item-nav {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background-color: #4C2B1D;
  color: #F7ECCE;
  border: 1px solid #F7ECCE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.product-item-modal .product-item-nav:hover:not(:disabled) {
  background-color: #5A3424;
  transform: scale(1.05);
}
.product-item-modal .product-item-nav:active:not(:disabled) {
  transform: scale(0.95);
}
.product-item-modal .product-item-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.product-item-modal .product-item-nav i {
  font-size: 18px;
}
.product-item-modal .product-item-nav-prev {
  margin-left: 5px;
}
.product-item-modal .product-item-nav-next {
  margin-right: 5px;
}
.product-item-modal .product-item-modal-thumbnails {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 15px;
  margin: 15px 20px;
  justify-content: center;
  overflow-x: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.product-item-modal .product-item-modal-thumbnails::-webkit-scrollbar {
  height: 4px;
}
.product-item-modal .product-item-modal-thumbnails::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.product-item-modal .product-item-modal-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.product-item-modal .product-item-thumbnail {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
}
.product-item-modal .product-item-thumbnail:hover {
  transform: scale(1.05);
  border-color: rgba(76, 43, 29, 0.3);
}
.product-item-modal .product-item-thumbnail.active {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-color: #4C2B1D;
  transform: scale(1);
  box-shadow: 0 4px 15px rgba(76, 43, 29, 0.4);
  z-index: 10;
}
.product-item-modal .product-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-promo-section {
  position: relative;
  min-height: 900px;
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.brand-promo-section .brand-promo-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.brand-promo-section .brand-promo-content {
  position: relative;
  z-index: 2;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat !important;
  border-radius: 20px;
  padding: 40px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-promo-section .brand-promo-product {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.brand-promo-section .brand-promo-product .brand-promo-product-image {
  max-width: 550px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
.brand-promo-section .brand-promo-product .brand-promo-product-image:hover {
  transform: scale(1.05);
}
.brand-promo-section .brand-promo-gradient-block {
  width: 100%;
  max-width: 1200px;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  background: transparent;
}
.brand-promo-section .brand-promo-gradient-block .brand-promo-logo {
  margin-bottom: 20px;
  margin-left: 50%;
}
.brand-promo-section .brand-promo-gradient-block .brand-promo-logo .brand-promo-logo-image {
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
.brand-promo-section .brand-promo-gradient-block .brand-promo-text {
  margin-left: 50%;
}
.brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .product-item-modal-content {
    max-height: 95vh !important;
  }
  .product-item-name,
  .product-item-description {
    margin-bottom: 2px !important;
  }
  .product-item-specs {
    gap: 1px !important;
  }
  .brand-promo-section {
    min-height: 500px;
    padding: 40px 0;
  }
  .brand-promo-section .brand-promo-container {
    padding: 0 15px;
  }
  .brand-promo-section .brand-promo-content {
    padding: 30px 20px;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
  }
  .brand-promo-section .brand-promo-product {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 20px;
  }
  .brand-promo-section .brand-promo-product .brand-promo-product-image {
    max-width: 450px;
  }
  .brand-promo-section .brand-promo-gradient-block {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 20px;
    padding: 30px 20px;
    min-height: 250px;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-logo {
    margin-left: 0;
    margin-bottom: 15px;
    display: flex;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-logo .brand-promo-logo-image {
    max-width: 250px;
    margin: auto;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text {
    margin-left: 0;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-description {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .brand-promo-section {
    min-height: 400px;
    padding: 30px 0;
  }
  .brand-promo-section .brand-promo-content {
    padding: 20px 15px;
    min-height: 300px;
  }
  .brand-promo-section .brand-promo-product {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 15px;
  }
  .brand-promo-section .brand-promo-product .brand-promo-product-image {
    max-width: 350px;
  }
  .brand-promo-section .brand-promo-gradient-block {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 15px;
    padding: 20px 15px;
    min-height: 200px;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-logo {
    margin-left: 0;
    display: flex;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-logo .brand-promo-logo-image {
    max-width: 220px;
    margin: auto;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text {
    margin-left: 0;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .brand-promo-section .brand-promo-gradient-block .brand-promo-text .brand-promo-description {
    font-size: 0.9rem;
  }
}
