/* ==========================================
   1. Загальні стилі (Base / Reset)
   ========================================== */

a {
  color: inherit;
}

.experience .col {
  width: 50%;
  padding: 0;
}

@media (max-width: 576px) {
  .experience .col {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .col {
    display: flex;
    justify-content: center;
  }
}

.app .col {
  max-width: 48%;
  height: auto;
}

.app .col img {
  margin-bottom: 20px;
  max-width: 250px;
}

.text {
  letter-spacing: -0.1px;
}

.section-content {
  min-height: 300px;
}

.text-block-wrapper {
  display: block;
  max-width: 900px;
  margin: 50px auto;
}

/* ==========================================
   2. Загальні типографічні стилі та Заголовки
   ========================================== */

.highlited-plates .title {
  margin-bottom: 15px;
}

.title {
  letter-spacing: -1px;
}

.title span {
  color: #ff6600;
  letter-spacing: 2px;
}

.app .title {
  color: #222222;
  letter-spacing: 2px;
}

.app .title span {
  color: #ff6600;
  letter-spacing: 2px;
}

.title.banner__title {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.80102px;
}

@media (max-width: 576px) {
  .title.banner__title {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -1.80102px;
  }
}

.experience-title-wrapper {
  text-align: center;
}

.experience-title.title {
  color: #ff6900;
  font-size: 48.14px;
  font-weight: 700;
  line-height: 130%;
}

.experience-title.title span {
  color: #f48d20;
  font-size: 100px;
  line-height: 125%;
  font-weight: 700;
}

@media (max-width: 576px) {
  .experience-title.title span {
    font-size: 88px;
  }
}

.plate-inner .experience-title.title {
  color: #656565;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.plate-inner .experience-title.title span {
  color: #222;
  font-size: 35px;
}

@media (max-width: 576px) {
  .plate-inner .experience-title.title span {
    font-size: 26px;
  }
}

.plate-inner .experience-title.title p {
  text-align: right;
}

@media (max-width: 576px) {
  .plate-inner .experience-title.title p {
    font-size: 10px;
    text-align: center;
  }
}

/* ==========================================
   3. Каркас та Сітка (.section-wrapper)
   ========================================== */

.section-wrapper {
  max-width: 1300px;
  margin: auto;
}

.icons-block .section-wrapper, .bestsell .section-wrapper, .promo-video .section-wrapper {
  padding-top: 50px;
}

.slider .section-wrapper {
  max-width: 100%;
  margin: auto;
  padding-top: 50px;
}

.category .section-wrapper {
  max-width: 100%;
  margin: auto;
  padding-top: 75px;
}

.promo-video .section-wrapper {
  background-color: rgb(245, 245, 245);
  max-width: 100%;
  margin: auto;
}

/* ==========================================
   4. Блок баннера (Banner)
   ========================================== */

.banner__slide {
  opacity: 1;
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__slide_bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner__slide_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__slide_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 85%;
  z-index: 15;
  color: #ffffff;
}

.app .banner__slide_inner {
  justify-content: flex-end;
  max-width: 100%;
}

.banner__text {
  font-size: 20px;
  font-weight: 400;
  max-width: 70%;
  letter-spacing: 0.204px;
  line-height: 31.62px;
}

/* ==========================================
   5. Соціальні мережі та Блоки іконок
   ========================================== */

.social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.social__icon {
  font-size: 2em;
}

.block__row {
  display: flex;
  flex-direction: row;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .block__row {
    display: flex;
    flex-direction: row;
    padding-left: 25px;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .block__row {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    align-items: center;
  }
}

.block__column {
  display: flex;
  margin: 25px 25px 25px 0px;
  align-items: center;
}

@media (max-width: 576px) {
  .block__column {
    display: flex;
    margin: 25px 25px 25px 0px;
    align-items: center;
  }
}

.block__column.r-border {
  border-right: solid 1px var(--bs-dark-bg-subtle);
}

.block__column.last {
  /*margin-right: 0;*/
}

.icons-block .block__column {
  width: 25%;
}

@media (max-width: 768px) {
  .icons-block .block__column {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .icons-block .block__column {
    width: 90%;
  }
}

.icons-block__icon img {
  width: 85px;
  max-width: none;
}

.icons-block__title-block {
  padding-left: 15px;
}

.icons-block__title-block p {
  margin: 0;
}

.icons-block__title p {
  font-size: 20px;
  font-weight: 500;
}

/* ==========================================
   6. Секція категорій (Category Plates)
   ========================================== */

.category-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .category-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.category-title.title {
  max-width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.category-title.title h2 {
  color: var(--bs-secondary-color);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .category-title.title h2 {
    display: flex;
    color: var(--bs-secondary-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    flex-direction: column;
  }
}

.category-plate {
  position: relative;
  margin: 20px 50px;
  padding: 20px;
  width: 25%;
  min-width: 350px;
  height: auto;
  background: #fff;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.section-category-img {
  margin-bottom: 25px;
}

.section-category-text h3 {
  /*font-family: Caveat, serif;*/
  /*font-weight: bold;*/
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 22px;
}

/* Тінь для кастомних карток */

.category-plate::before, .category-plate::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.category-plate::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.category-plate::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.category-plate:hover::before, .category-plate:hover::after {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.category-plate:hover::before {
  left: 5px;
}

.category-plate:hover::after {
  right: 5px;
}

/* ==========================================
   7. Бестселери та Картки (Bestsell & Plates)
   ========================================== */

.bestsell {
  background-color: rgb(245, 245, 245);
}

.bestsell__col {
  display: flex;
  justify-content: center;
}

.bestsell__item {
  max-width: 24%;
  margin: 30px;
  border: 1px solid #b1b1b1;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 6px 0px;
  transition: 0.5s ease-out;
}

@media (max-width: 768px) {
  .bestsell__item {
    max-width: 35%;
  }
}

@media (max-width: 576px) {
  .bestsell__item {
    max-width: 75%;
  }
}

.bestsell__item:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 15px 0px;
}

.bestsell__title.title h2 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
}

.bestsell__text.text {
  font-size: 14px;
}

.bestsell__text.text, .bestsell__title.title {
  text-align: center;
}

.highlited-plates .row {
  display: flex;
  justify-content: center;
  margin: 0;
}

.highlited-plates .bestsell__item {
  color: #ffffff;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: 0.5s ease-out;
  align-items: center;
  flex-direction: column;
  max-width: 25%;
  height: auto;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 0px;
  margin: 15px;
}

.plate {
  display: flex;
  border: solid #bbbbbb 1px;
  border-radius: 20px;
  aspect-ratio: 10/10;
  margin: 25px;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 3px 3px 6px 1px #f48d20;
  cursor: default;
  background-color: rgba(244, 141, 32, 0.17);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  .plate {
    max-width: 70%;
  }
}

.plate:hover {
  background-color: #ffffff;
  box-shadow: 6px 6px 12px 1px #f48d20;
}

.experience .plate-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.plate-inner-row {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
  flex-direction: row;
  align-items: center;
}

.plate-inner .plate {
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 25px;
  background-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {
  .plate-inner .plate {
    width: 40%;
    margin: 10px;
  }
}

.plate-inner .counter {
  color: #888888;
}

/* ==========================================
   8. Медіа та Підписка (Video & Subscribe)
   ========================================== */

.video-pause {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.75);
  left: 30px;
  bottom: 90px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}

.subscribe .section-wrapper {
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0 -75px 0;
  max-width: none;
  padding: 50px 150px;
  min-height: 350px;
  align-items: center;
}

@media (max-width: 768px) {
  .subscribe .section-wrapper {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0 -75px 0;
    max-width: none;
    padding: 50px 10px;
    min-height: 350px;
    align-items: center;
    justify-content: flex-start;
  }
}

.subscribe h2 {
  color: #ffffff;
  font-weight: 700;
}

.subscribe p {
  color: #e1e1e1;
  font-weight: 700;
}

/* ==========================================
   9. Таймлайн / Список (.lc_w)
   ========================================== */

.lc_w {
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}

.lc_w li {
  /*z-index: 10;*/
  width: 50%;
  clear: both;
  /*position: relative;*/
  padding-right: 67px;
  max-width: 400px;
  /*border-color: rgb(206, 172, 19);*/
  /*background-color: transparent;*/
  /*border: none;*/
}

@media (max-width: 576px) {
  .lc_w li {
    /*z-index: 10;*/
    width: 100%;
    /*clear: both;*/
    /*position: relative;*/
    padding-right: 10px;
    padding-left: 10px;
    max-width: none;
    /*border-color: rgb(206, 172, 19);*/
    /*background-color: transparent;*/
    /*border: none;*/
  }
}

.lc_w li span {
  font-size: 36px;
  color: #282828;
  margin-bottom: 10px;
  text-align: right;
}

@media (max-width: 576px) {
  .lc_w li span {
    display: block;
    font-size: 36px;
    color: #282828;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

.lc_w li .lc_con {
  text-align: left;
}

@media padding-left: 10px; {
  .lc_w li .lc_con {
    text-align: right;
    font-size: 16px;
    color: #9b9b9b;
    line-height: 20px;
  }
}

.lc_w li:nth-child(2n) {
  float: right;
  padding-left: 57px;
  padding-right: 0;
}

@media (max-width: 576px) {
  .lc_w li:nth-child(2n) {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.lc_w li:nth-child(2n) .lc_con, .lc_w li:nth-child(2n) span {
  text-align: left;
}

@media (max-width: 576px) {
  .lc_w li:nth-child(2n) span {
    text-align: center;
  }
}

.li-inlay-wr {
  display: block;
}

/* ==========================================
   10. Swiper Слайдер
   ========================================== */

.swiper-button-next, .swiper-button-prev {
  color: #ff6600;
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #ff6600;
  opacity: 1;
}

/* ==========================================
   11. Адаптивність (Media Queries)
   ========================================== */

@media (max-width: 768px) {
  .category-plate {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .category-plate {
    width: 90%;
    margin: 15px;
    padding: 5px;
  }
}

.promo-video.top .section-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.highlited-plates .inner {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(252, 204, 20, 0) 65%, rgb(0,0,0) 100%);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.app p {
  font-size: 24px;
  /*font-weight: 600;*/
  letter-spacing: 0px;
}

.app p.epigraph {
  font-size: 23px;
  margin-bottom: 25px;
  letter-spacing: 0px;
}

.app a {
  text-decoration: none;
}

.app .app-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.app .section-wrapper {
  max-width: 90%;
}

.app .section-wrapper .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.app-grid {
  margin: 75px 0px;
}

.app {
  margin-bottom: 150px;
}

.product-gallery-wrapper {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 100px;
  padding: 10px;
  /*background: #f8f9fa;*/
  /*border-right: 1px solid #dee2e6;*/
  max-height: 400px;
  /*justify-content: flex-end;*/
  scrollbar-width: thin;
  scrollbar-color: #ff690070 #fff;
}

@media (max-width: 576px) {
  .product-gallery-wrapper {
    display: none;
  }
}

.product-gallery-wrapper .thumb-item.active-thumb {
  cursor: pointer;
  /*border: 2px solid #ff6900;*/
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.zoomModal .product-gallery-wrapper .thumb-item.active-thumb {
  width: 100px;
  aspect-ratio: 1/1;
}

.product-main-image {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  background: #fff;
}

@media (max-width: 576px) {
  .product-main-image {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    background: #fff;
  }
}

.product .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(0,0,0,0.2);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product .section-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  min-height: 600px;
  align-items: center;
}

@media (max-width: 576px) {
  .product .section-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    align-items: center;
  }
}

.zoomModal {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#zoomImage {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
}

.product-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  background: #fff;
}

@media (max-width: 576px) {
  .product-info {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    background: #fff;
  }
}

.product-title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
}

.text-muted.mb-1 {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-short-desc {
  font-size: 1rem;
  line-height: 1.7;
}

.overview {
  margin: auto;
  max-width: 1000px;
}

.overview-block {
  margin-bottom: 50px;
}

.overview-block img {
  min-width: 100%;
}

.overview-block h3 {
  font-weight: 600;
}

.char {
  width: auto;
  max-width: 900px;
  margin: auto;
}

.category-plate a {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.product-tabs button.nav-link {
  color: #000000;
  min-width: 300px;
  border-radius: 12px;
  /*background: rgba(255,105,0,0.75);*/
}

.product-tabs button.nav-link:hover {
  /*min-width: 300px;*/
  /*background: rgb(255,105,0);*/
}

.product-tabs button.nav-link.active {
  /*min-width: 300px;*/
  background: rgba(255,105,0,0.1);
  /*font-weight: 600;*/
}

.char ul {
  line-height: 1.6;
  text-align: left;
}

.product-tabs {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 50px auto 50px auto;
  padding-bottom: 20px;
}

.product-tabs .nav-item {
  margin: 0px 25px;
}

.product-price span {
  font-size: 2rem;
  font-weight: 800;
  color: #ff6900;
}

.glass-button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(255, 140, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 165, 0, 0.4);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

/* Ефект при наведенні (темнішає) */

.glass-button:hover {
  background: rgba(230, 100, 0, 0.4);
  border-color: rgba(230, 100, 0, 0.5);
}

/* Створення відблиску через псевдоелемент */

.glass-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
  transform: skewX(-30deg);
}

/* Анімація відблиску при наведенні */

.glass-button:hover::before {
  left: 150%;
  transition: left 0.7s ease-in-out;
}

/* Ефект при кліку */

.glass-button:active {
  transform: scale(0.98);
}

.bestsell__row {
  display: flex;
  max-width: 100%;
  margin: 0;
  justify-content: space-evenly;
}

@media (max-width: 576px) {
  .bestsell__row {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .menu.menu-hr {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .experience .row {
    display: flex;
    flex-direction: column;
  }
}

.experience .row {
  margin: 0;
}

.zoomModal .product-gallery-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  height: 100px;
  width: auto;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 0px;
}

.overview p {
  text-align: left;
}

@media (min-width: 768px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.zoomModal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 16px;
}

.zoomModal-inner button {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  color: #ff6600;
  font-size: 2.8rem;
  cursor: pointer;
  line-height: 1;
  z-index: 10001;
}

