.frame-157,
.frame-157 * {
  box-sizing: border-box;
}

:root {
  --black: #272727;
  --white: #ffffff;
  --gray-bg: #f7f7f7;
  --dark-accent: #6e3514;
  --red-color: #ec4e0f;
}

.frame-157 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  background: var(--white);
  max-width: 1320px;
  margin: 0 auto;
}

.frame-157__bread-crumbs {
  display: flex;
  padding-bottom: 40px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.frame-157__arrow-3 {
  width: 24px;
  height: 11px;
}

.frame-157__div {
  color: #6b6b6b;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}

.frame-157__frame-156 {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-106 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 653px;
}

.frame-157__frame-135 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.frame-157__image-1 {
  border-radius: 20px;
  width: 653px;
  height: 495px;
  object-fit: cover;
}

.frame-157__nav-arrows {
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 653px;
  position: absolute;
  left: 0px;
  top: 225px;
}

.frame-157__nav-button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
}

.frame-157__nav-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.frame-157__nav-button:active {
  transform: scale(0.95);
}

.frame-157__group-8,
.frame-157__group-82 {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.frame-157__frame-105 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}

.frame-157__image-2,
.frame-157__image {
  border-radius: 10px;
  width: 74px;
  height: 74px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.frame-157__image-2:hover,
.frame-157__image:hover {
  transform: scale(1.05);
}

.frame-157__frame-154 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 530px;
}

.frame-157__frame-153 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.frame-157__frame-152 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__pink {
  color: var(--black);
  font-family: var(--h3-desctop-font-family);
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
  align-self: stretch;
}

.frame-157__frame-110 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.frame-157__div2 {
  color: #454545;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
  line-height: 145%;
  align-self: stretch;
}

.frame-157__option {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
}

.frame-157__option2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  min-width: 150px;
}

.frame-157__div3 {
  color: #272727;
  font-family: Inter;
  font-size: 18px;
  line-height: 145%;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.frame-157__frame-96 {
  border-radius: 100px;
  border: 1px solid #6E3514;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 157px;
  position: relative;
  overflow: visible;
  background: transparent;
}


.custom-select-hidden {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


.select-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.select-text {
  color: #272727;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  text-align: left;
  flex: 1;
}

.select-icon {
  flex-shrink: 0;
  width: 16px;
  height: 17px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease;
}


.select-dropdown {
  position: absolute;
  top: 100%;
  left: -12%;
  min-width: 157px;
  width: 170px !important;
  background: #ffffff;
  border: 1px solid #6E3514;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  transform-origin: top center;
}

.select-display.open .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.select-display.open .select-icon {
  transform: rotate(180deg);
}

.select-option {
  padding: 12px 15px;
  color: #272727;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: #f8f8f8;
  color: #6E3514;
}

.select-option.selected {
  background: #6E3514;
  color: #ffffff;
}


.select-dropdown::-webkit-scrollbar {
  width: 6px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #6E3514;
  border-radius: 3px;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #8B4513;
}


.frame-157__frame-96:hover {
  border-color: #8B4513;
  box-shadow: 0 2px 8px rgba(110, 53, 20, 0.1);
}


.frame-157__frame-96:focus-within {
  border-color: #8B4514;
  box-shadow: 0 0 0 2px rgba(110, 53, 20, 0.2);
}


@media (max-width: 768px) {
  .frame-157__frame-96 {
    width: 140px;
    padding: 8px 12px;
  }
  
  .select-text {
    font-size: 14px;
  }
  
  .select-icon {
    width: 14px;
    height: 15px;
  }
  
  .select-dropdown {
    max-height: 150px;
    border-radius: 8px;
  }
  
  .select-option {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  /* Кнопки выбора размера и формы в один ряд на мобильных */
  .frame-157__option {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    justify-content: space-between !important;
  }
  
  .frame-157__option2 {
    flex: 1 !important;
    min-width: auto !important;
  }
  
  .frame-157__frame-96 {
    width: 100% !important;
    min-width: 120px !important;
  }
}






.frame-157__icon {
  position: relative;
  width: 16px;
  height: 17px;
  pointer-events: none;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.custom-select.open .frame-157__icon {
  transform: rotate(180deg);
}


.custom-select__options::-webkit-scrollbar {
  width: 6px;
}

.custom-select__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-thumb {
  background: #6E3514;
  border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-thumb:hover {
  background: #8B4513;
}

/* Анімація для стрілочки */
.custom-select__trigger .frame-157__icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-select.open .custom-select__trigger .frame-157__icon {
  transform: rotate(180deg);
}

/* Додаткові стилі для кращого вигляду */
.custom-select__options {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}





.frame-157__frame-199 {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-102 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-101 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.frame-157__div4 {
  color: var(--black);
  font-family: var(--nav-link-font-family);
  font-size: 18px;
  line-height: 145%;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.frame-157___390 {
  color: var(--black);
  font-family: var(--nav-link-font-family);
  font-size: 30px;
  font-weight: 500;
}

.frame-157__frame-103 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.frame-157__button {
  background: var(--red-color);
  border-radius: 100px;
  padding: 15px 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.frame-157__button:hover {
  background: #d13d0a;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 78, 15, 0.3);
}

.frame-157__button--success {
  background: #28a745 !important;
  transform: scale(1.05);
}

.frame-157__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.frame-157__button2 {
  border-style: solid;
  border-color: var(--black);
  border-width: 0px 0px 1px 0px;
  padding: 2px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.frame-157__button2:hover {
  background: rgba(39, 39, 39, 0.05);
  border-color: var(--dark-accent);
  transform: translateY(-1px);
}

.frame-157__button2:hover .frame-157__div7 {
  color: var(--dark-accent);
}

.frame-157__div6 {
  color: var(--white);
  font-family: var(--nav-link-font-family);
  font-size: 18px;
  line-height: 145%;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.frame-157__div7 {
  color: var(--black);
  font-family: var(--nav-link-font-family);
  font-size: 18px;
  line-height: 145%;
  font-weight: 500;
  text-align: left;
  position: relative;
}

/* Мобильные стили для кнопок */
@media (max-width: 768px) {
  .frame-157__button {
    width: 100% !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    text-align: center !important;
    justify-content: center !important;
  }
  
  .frame-157__button2 {
    width: auto !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    white-space: nowrap !important;
  }
  
  .frame-157__div6,
  .frame-157__div7 {
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  /* Растягиваем секцию похожих продуктов на всю ширину */
  .product__content-wrapper {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 20px 15px !important;
  }
  
  .product__div {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .product__product-card-block {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

.frame-157__frame-197 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-201 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-198 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__div8 {
  color: var(--black);
  font-family: var(--h4-desctop-font-family);
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  align-self: stretch;
}

.frame-157__div9 {
  color: #454545;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
  font-weight: 300;
  align-self: stretch;
  line-height: 1.6;
}

.frame-157__div9 p {
  margin-bottom: 15px;
}

.frame-157__div9 h3 {
  color: var(--black);
  font-family: var(--nav-link-font-family);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.frame-157__div9 ul {
  margin: 10px 0;
  padding-left: 20px;
}

.frame-157__div9 li {
  margin-bottom: 5px;
}

.frame-157__frame-200 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.frame-157__frame-185 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.frame-157__div10,
.frame-157___50 {
  display: flex;
  gap: 5px;
  color: #454545;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.div-10-span,
.div-10-span2,
._50-span,
._50-span2 {
  color: #454545;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
  line-height: 145%;
}

.div-10-span,
._50-span {
  font-weight: 500;
}

.frame-157__frame-108 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 530px;
  position: relative;
}

.frame-157__frame-71,
.frame-157__frame-107 {
  border-radius: 10px;
  border-style: solid;
  border-color: var(--gray-stroke);
  border-width: 1px;
  padding: 10px 20px 10px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.frame-157__frame-71:hover,
.frame-157__frame-107:hover {
  background: rgba(110, 53, 20, 0.05);
  border-color: var(--dark-accent);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(110, 53, 20, 0.1);
}

.frame-157__group-1,
.frame-157__group-2 {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* Стили для модальных окон */
.modal-dialog {
  max-width: 600px;
}

.modal-dialog.modal-lg {
  max-width: 800px;
}

.modal-content {
  border-radius: 20px;
  border: none;
}

.modal-header {
  border-bottom: none;
  padding: 20px 30px;
}

.modal-body {
  padding: 0 30px 30px;
}

.modal-title {
  color: var(--black);
  font-family: var(--h3-desctop-font-family);
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
}

.btn-close {
  opacity: 1;
}

/* Стили для формы */
.form-label {
  color: var(--black);
  font-family: var(--nav-link-font-family);
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
}

.form-control {
  border-radius: 100px;
  border: 1px solid var(--dark-accent);
  padding: 12px 20px;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
}

.form-control:focus {
  border-color: var(--dark-accent);
  box-shadow: 0 0 0 0.25rem rgba(110, 53, 20, 0.25);
}

.btn-primary {
  background: var(--dark-accent);
  border-radius: 100px;
  border: none;
  padding: 15px 30px;
  font-family: var(--nav-link-font-family);
  font-size: 16px;
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #532810 !important;
}

/* Стили для уведомлений */
.toast-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  z-index: 9999;
  animation: slideIn 0.3s ease-in-out;
}

.toast-message.success {
  background-color: #4CAF50;
}

.toast-message.error {
  background-color: #f44336;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Breadcrumbs стили */
.frame-157__bread-crumbs a {
  color: #6b6b6b;
  text-decoration: none;
  font-family: var(--body-regular-font-family);
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}

.frame-157__bread-crumbs a:hover {
  color: var(--dark-accent);
}

/* Modal Styles */
.modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 24px 32px;
}

.modal-body {
  padding: 32px;
}

.modal-title {
  font-family: var(--h4-desctop-font-family);
  color: var(--black);
  font-weight: 600;
}

/* Form Styles */
.form-label {
  font-family: var(--body-regular-font-family);
  color: var(--black);
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #e9ecef;
  padding: 12px 16px;
  font-family: var(--body-regular-font-family);
  transition: border-color 0.2s ease;
}

.form-control:focus {
  border-color: var(--red-color);
  box-shadow: 0 0 0 0.2rem rgba(236, 78, 15, 0.25);
}

.btn-primary {
  background: var(--red-color);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: var(--nav-link-font-family);
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background: #d1450e;
  transform: translateY(-1px);
}

/* Gallery Styles */
.card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

/* Alert Styles */
.alert {
  border-radius: 8px;
  border: none;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-danger {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

/* Стили для секции похожих продуктов */
.product,
.product * {
  box-sizing: border-box;
}

.product {
  background: var(--gray-bg, #f7f7f7);
  border-radius: 40px 40px 0px 0px;
  padding: 40px 0px 120px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 40px;
  min-height: 100vh;
  width: 100%;
}

.product__content-wrapper {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.product__div {
  color: var(--black);
  text-align: left;
  font-family: var(--h3-desctop-font-family);
  font-size: 28px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.product__product-card-block {
  display: -webkit-inline-box;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  min-height: 400px;
}

.product__product2 {
  background: var(--white);
  border-radius: 20px;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: calc(33.333% - 14px);
  min-height: 602px;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product__product2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.product__img-box {
  align-self: stretch;
  flex-shrink: 0;
  height: 424px;
  position: relative;
  overflow: hidden;
}

.product__image,
.product__image-44 {
  width: 100%;
  height: 424px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

/* Сетка атрибутов в 2 колонки */
.attributes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

/* Мобильная версия - 1 колонка */
@media (max-width: 768px) {
  .attributes-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.product__rectangle-11 {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.02) 100%
  );
  width: 425px;
  height: 424px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.product__info-block {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  width: 425px;
  position: relative;
}

.product__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product__beige {
  color: var(--black);
  text-align: left;
  font-family: var(--h4-desctop-font-family);
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.product__summ {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.product___900-2 {
  color: var(--gray-text);
  text-align: left;
  font-family: var(--nav-link-font-family);
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  position: relative;
}

.product___1350-2 {
  color: var(--black);
  text-align: left;
  font-family: var(--body-regular-font-family);
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
  text-decoration: line-through;
  opacity: 0.4;
  position: relative;
}

.product__button {
  background: var(--black, #272727);
  border-radius: 100px;
  padding: 15px 25px 15px 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.product__button:hover {
  background: #6E3514;
  transform: scale(1.02);
}

/* Стили для кнопки-ссылки */
.product__button-link {
  background: var(--black, #272727);
  border-radius: 100px;
  padding: 15px 25px 15px 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product__button-link:hover {
  background: #6E3514;
  transform: scale(1.02);
  text-decoration: none;
}

.product__div2 {
  color: var(--white, #ffffff);
  text-align: left;
  font-family: var(--body-medium-font-family, "Inter-Medium", sans-serif);
  font-size: var(--body-medium-font-size, 16px);
  line-height: var(--body-medium-line-height, 145%);
  font-weight: var(--body-medium-font-weight, 500);
  position: relative;
}

.product__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 127px;
  position: absolute;
  left: 290px;
  top: 10px;
}

.product__tag {
  background: #ffffff !important;
  border-radius: 100px;
  padding: 4px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.product__div3 {
  color: var(--black);
  text-align: left;
  font-family: var(--nav-link-font-family);
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  position: relative;
}

.product__tag2 {
  background: var(--red-color);
  border-radius: 100px;
  padding: 4px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.product__div4 {
  color: var(--white);
  text-align: left;
  font-family: var(--nav-link-font-family);
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  position: relative;
}

.product__play-icon-product-card,
.product__play-icon-product-card2,
.product__play-icon-product-card3 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: absolute;
  left: 10px;
  top: 10px;
  overflow: visible;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.product__play-icon-product-card:hover,
.product__play-icon-product-card2:hover,
.product__play-icon-product-card3:hover {
  transform: scale(1.1);
}

/* Стилі для fallback повідомлення */
.product__no-products {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 2px dashed #6E3514;
}

.product__no-products p {
  color: #6E3514;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

/* Стили для больших экранов */
@media (min-width: 1400px) {
  .product {
    padding: 50px 80px 100px 80px;
  }
  
  .product__product2 {
    width: 425px;
    height: 650px;
  }
  
  .product__img-box {
    height: 450px;
    width: 100%;
  }
  
  .product__image,
  .product__image-44 {
    width: 100%;
    height: 450px;
  }
  
  .product__rectangle-11 {
    width: 100%;
    height: 450px;
  }
  
  .product__info-block {
    width: 100%;
  }
}

/* Адаптивность */
@media (max-width: 1200px) {
  .frame-157 {
    padding: 20px 40px;
  }
  
  .frame-157__frame-156 {
    flex-direction: column;
    gap: 40px;
  }
  
  .frame-157__frame-106 {
    width: 100%;
  }
  
  .frame-157__image-1 {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
  
  .frame-157__nav-arrows {
    width: 100%;
  }
  
  /* Адаптивность для секции похожих продуктов на средних экранах */
  .product {
    padding: 30px 40px 60px 40px;
  }
  
  .product__content-wrapper {
    gap: 30px;
  }
  
  .product__div {
    font-size: 26px;
  }
  
  .product__product-card-block {
    gap: 15px;
    justify-content: center;
  }
  
  .product__product2 {
    width: calc(50% - 10px);
    min-width: 300px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .frame-157 {
    padding: 20px;
  }
  
  .frame-157__frame-103 {
    flex-direction: column;
    gap: 15px;
  }
  
  .frame-157__option {
    flex-direction: column;
    gap: 20px;
  }
  
  .frame-157__frame-105 {
    justify-content: center;
  }
  
  /* Адаптивность для секции похожих продуктов */
  .product {
    padding: 20px 20px 40px 20px;
    border-radius: 20px 20px 0px 0px;
    min-height: auto;
  }
  
  .product__content-wrapper {
    gap: 20px;
    padding: 0 20px;
  }
  
  .product__div {
    font-size: 24px;
    text-align: center;
  }
  
  .product__product-card-block {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  .product__product-card-block::-webkit-scrollbar {
    height: 4px;
  }
  
  .product__product-card-block::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }
  
  .product__product-card-block::-webkit-scrollbar-thumb {
    background: #6E3514;
    border-radius: 2px;
  }
  
  .product__product-card-block::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
  }
  
  .product__product2 {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: auto;
    min-height: 500px;
    flex-shrink: 0;
  }
  
  .product__img-box {
    height: 300px;
  }
  
  .product__image,
  .product__image-44 {
    width: 100%;
    height: 300px;
  }
  
  .product__rectangle-11 {
    width: 100%;
    height: 300px;
  }
  
  .product__info-block {
    width: 100%;
    padding: 0px 15px 0px 15px;
  }
  
  .product__tags {
    left: auto;
    right: 10px;
    width: auto;
  }
  
  .product__no-products {
    min-height: 150px;
    padding: 20px;
  }
  
  .product__no-products p {
    font-size: 16px;
  }
}

/* Дополнительные стили для гарантированного применения */
body .product {
  background: var(--gray-bg, #f7f7f7) !important;
  border-radius: 40px 40px 0px 0px !important;
  padding: 40px 0 120px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  align-self: stretch !important;
  flex-shrink: 0 !important;
  position: relative !important;
  margin-top: 40px !important;
  min-height: 83vh !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

/* Принудительное растягивание фона на мобильных */
@media (max-width: 768px) {
  html body .product {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    background: var(--gray-bg, #f7f7f7) !important;
    border-radius: 20px 20px 0px 0px !important;
  }
}

body .product__content-wrapper {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* Мобильные стили для растягивания секции похожих продуктов */
@media (max-width: 768px) {
  body .product {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 20px 15px !important;
    background: var(--gray-bg, #f7f7f7) !important;
    border-radius: 20px 20px 0px 0px !important;
  }
  
  body .product__content-wrapper {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 20px 15px !important;
    max-width: none !important;
  }
  
  body .product__div {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  body .product__product-card-block {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  body .product {
    padding: 15px 10px !important;
    background: var(--gray-bg, #f7f7f7) !important;
    border-radius: 20px 20px 0px 0px !important;
  }
  
  body .product__content-wrapper {
    padding: 15px 10px !important;
  }
  
  body .product__div {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}