/* ------------------ Змінні ------------------ */
:root {
    --primary-color: #ac7b5b;
    --secondary-color: #FFFFFF;
    --text-color: #000000;
    --bg-color: #FAF6E8;
    --font-family: 'Montserrat', sans-serif;
}

/* ------------------ Стилі для body ------------------ */
body {
    margin: 0;
    font-family: var(--font-family);
    background-color: var(--bg-color);
    overflow-x: hidden; 
}
html, body {
  overflow-x: hidden; 
  width: 100%;
  margin: 0;
}
* {
  box-sizing: border-box; 
}

body {
  margin: 0; 
  padding: 0;
}
/* ------------------ Хедер ------------------ */
header {
    position: fixed; 
    top: 0;
    left: 5%; 
    right: 5%;
    width: 90%;
    z-index: 1000; 
    transition: top 0.3s ease-in-out; 
    box-sizing: border-box;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ------------------ Бургер-меню ------------------ */
.burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.burger-menu span {
    height: 3px;
    background-color: var(--primary-color);
}

/* ------------------ Логотип ------------------ */
.logo {
    text-align: center;
}

.logo-img {
    height: 140px;
    margin-left: 100px;
    width: auto;
}
.menu {

    position: fixed;
    top: 140px; 
    left: 0;
    width: 100%;
    z-index: 999; 
    transition: top 0.3s ease-in-out; 
}

.header-hidden {
    top: -140px; 
}

.menu-hidden {
    top: -500px;
}
/* ------------------ Кнопка контакту ------------------ */
.contact-btn {
    margin-right: 20px;
}

/* ------------------ Кнопки ------------------ */
.btn {
    padding: 15px 36px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    font-family: var(--font-family);
    border-radius: 5px; 
    background: transparent;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .btn {
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 6px;
    }
}
.primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.bth {
    padding: 15px 36px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    margin-top: 20px;
    font-family: var(--font-family);
    border-radius: 5px; 
    background: transparent;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
.filterrr {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.filterrr:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.add-to-card{
   background-color: var(--primary-color);
    color: var(--secondary-color);
    width: 100%;
    margin-top: 20px;
}
.add-to-card:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.consultation {
   background-color: transparent;
    color: var(--primary-color);
    width: 100%;
    margin-top: 20px;
}
.consultation :hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/* ------------------ Основний контент ------------------ */
.main-content {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.left-section, .right-section {
    position: relative;
    width: 50%;
}

.text-over-image {
    position: absolute;
    top: 45%;
    left: 5%;
    z-index: 2;
    color: var(--secondary-color);
    width: 80%;
    padding: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6; 
}

.left-text {
    top: 45%;
}

.right-text {
    top: 45%; 
}
/* ------------------ IMAGES ------------------ */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.full-screen-background {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background1 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background2 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background3 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background4 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background5 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background6 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background7 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog1 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog2 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog3 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog4 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog5 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-blog6 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog7 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog8 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog9 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog10{
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog11 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-blog12 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-slab1{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

.full-screen-background-slab2{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-slab3{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-slab4{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-slab5{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
.full-screen-background-slab6{
   width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}
/* ------------------ Основні зображення ------------------ */
.main-img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.left-img {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001333/IMG_6637_utvf5r.jpg');
}

.right-img {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001202/8_akkrqj.jpg');
}
/* Загальний стиль для всіх слебів та фонів */
/* Загальна стилізація для всіх повноекранних фонових елементів */
.full-screen-background,
.full-screen-background-blog1, 
.full-screen-background-blog2, 
.full-screen-background-blog3,
.full-screen-background-blog4,
.full-screen-background-blog5,
.full-screen-background-blog6,
.full-screen-background-blog7,
.full-screen-background-blog8,
.full-screen-background-blog9,
.full-screen-background-blog13,
.full-screen-background-blog14,
.full-screen-background-blog15,
.full-screen-background-slab1, 
.full-screen-background-slab2, 
.full-screen-background-slab3, 
.full-screen-background-slab4, 
.full-screen-background-slab5, 
.full-screen-background-slab6, 
.full-screen-background-slab7, 
.full-screen-background-slab8, 
.full-screen-background-slab9, 
.full-screen-background-slab10, 
.full-screen-background-slab11,
.full-screen-background-slab12 {
    width: 100%;
    height: 100vh; 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
}

/* Фон для основних секцій */
.full-screen-background {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001649/photo_2025-09-16_8.46.51_%D0%B4%D0%BF_rtv4fe.jpg'); 
}
.full-screen-background1 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001333/IMG_6637_utvf5r.jpg'); 
}
.full-screen-background2 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758264467/IMG_6895_tclge1.jpg'); 
}
.full-screen-background3 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758443500/IMG_9261_f76bux.jpg'); 
}
.full-screen-background4 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001648/photo_2025-09-16_8.46.49_%D0%B4%D0%BF_ywh6of.jpg'); 
}
.full-screen-background5 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758446175/torcovy2_qvseto.webp'); 
}
.full-screen-background6 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758446194/apple1_wx5izv.jpg'); 
}
.full-screen-background7 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758264467/IMG_5155_r3qvgv.jpg'); 
}

/* Фони для блогу */
.full-screen-background-blog1 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758598553/stol2_ywwjpf.webp'); 
}
.full-screen-background-blog2 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758599725/Promo_Slab_Sale_04-05-24_JW_007_edit_1920x900_0529-1920x900-c-default_tlxz9d.jpg'); 
}
.full-screen-background-blog3 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758001333/IMG_6637_utvf5r.jpg'); 
}
.full-screen-background-blog4 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1761380939/main_mkpvlw.jpg'); 
}
.full-screen-background-blog5 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1761381807/1_lo82z5.jpg'); 
}
.full-screen-background-blog6 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1761382568/1_fimhjg.jpg'); 
}
.full-screen-background-blog7 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1762782159/log-mgmt-0_jthrmz.avif'); 
}
.full-screen-background-blog8 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1762783064/photo_2025-11-10_3.57.22_%D0%BF%D0%BF_mp7jox.jpg'); 
}
.full-screen-background-blog9 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1762792098/photo_2025-11-10_6.27.18_%D0%BF%D0%BF_h93ige.jpg'); 
}
.full-screen-background-blog10{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758535017/stul_dm1cct.jpg'); 
}
.full-screen-background-blog11{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758518767/doska8_i9pwaz.jpg'); 
}
.full-screen-background-blog12{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758519496/7_wmcwio.jpg');
}
.full-screen-background-blog13{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758598553/stol_wqgwbm.jpg');
}
.full-screen-background-blog14{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758534760/1_kau3va.jpg');
}
.full-screen-background-blog15{
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1761380939/main_mkpvlw.jpg');
}
/* Фони для слебів */
.full-screen-background-slab1 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758446195/apricot2_bxm0cu.jpg'); 
}
.full-screen-background-slab2 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758264467/IMG_5157_ev4nzt.jpg'); 
}
.full-screen-background-slab3 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758446198/dub_toblb4.jpg'); 
}
.full-screen-background-slab4 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686745/IMG_9581_kthnos.jpg'); 
}
.full-screen-background-slab5 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686742/IMG_6635_cpuxpk.jpg'); 
}
.full-screen-background-slab6 {
   background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686745/IMG_9582_n6dnrv.jpg'); 
}
.full-screen-background-slab7 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686742/IMG_5214_vouxsp.jpg'); 
}
.full-screen-background-slab8 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686741/IMG_5140_tozsg7.jpg'); 
}
.full-screen-background-slab9 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686741/IMG_4584_wdcgnf.jpg'); 
}
.full-screen-background-slab10 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686742/IMG_5205_bnxr3m.jpg'); 
}
.full-screen-background-slab11 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686742/IMG_6636_k0iwok.jpg'); 
}
.full-screen-background-slab12 {
    background-image: url('https://res.cloudinary.com/dos7xukv4/image/upload/v1758686746/IMG_9583_yid4vl.jpg'); 
}
/* ------------------ Заголовки ------------------ */
h1 {
    font-size: 40px;
    font-weight: 400;
    color: var(--secondary-color);
    font-family: var(--font-family);
    margin-bottom: 10px;
}

.h1-for-test {
    font-size: 40px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--font-family);
    margin-bottom: 10px;
}

.p-main {
    font-size: 16px;
    color: var(--secondary-color);
    font-family: var(--font-family);
    margin-bottom: 30px;
}

p {
    font-size: 16px;
    font-family: var(--font-family);
    margin-bottom: 30px;
}

.slogan {
    text-align: center; 
    padding: 50px 0; 
}

.slogan h2 {
    font-size: 50px; 
    font-weight: 500; 
    color: var(--primary-color); 
    text-transform: uppercase; 
    font-family: var(--font-family); 
    letter-spacing: 2px; 
}

.slogan-span {
    font-size: 50px; 
    font-weight: 500; 
    color: var(--text-color); 
    text-transform: uppercase; 
    font-family: var(--font-family); 
    letter-spacing: 2px; 
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        font-weight: 400;
        color: var(--secondary-color);
        font-family: var(--font-family);
        margin-bottom: 8px;
    }

    .h1-for-test {
        font-size: 30px;
        font-weight: 400;
        color: var(--primary-color);
        font-family: var(--font-family);
        margin-bottom: 8px;
    }

    .p-main, p {
        font-size: 14px;
        font-family: var(--font-family);
        margin-bottom: 20px;
    }

    .slogan {
        text-align: center;
        padding: 30px 0;
    }

    .slogan h2 {
        font-size: 30px;
        font-weight: 500;
        color: var(--primary-color);
        text-transform: uppercase;
        font-family: var(--font-family);
        letter-spacing: 1px;
    }

    .slogan-span {
        font-size: 30px;
        font-weight: 500;
        color: var(--text-color);
        text-transform: uppercase;
        font-family: var(--font-family);
        letter-spacing: 1px;
    }
}
/* ------------------ Мобільна адаптація ------------------ */
@media (max-width: 479px) {
    h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .h1-for-test{
       font-size: 24px;
       color: var(--primary-color);
        margin-bottom: 5px;
    }

    .p-main, p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .slogan {
        padding: 20px 0;
    }

    .slogan h2 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .slogan-span {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
}

/* ------------------ Мобільна адаптація ------------------ */
@media (max-width: 768px) {
    .main-content {
        display: flex;
        flex-direction: column;
        margin: 0; 
    }

    .left-section, .right-section {
        width: 100%; 
        margin-bottom: 0; 
    }

    .logo-img {
        height: 70px; 
        width: auto;
    }

    /* Меню бургер */
    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 35px;
        height: 25px;
        cursor: pointer;
    }

    .burger-menu span {
        height: 4px;
        background-color: var(--primary-color);
    }


    .main-img {
        height: 55vh; 
        object-fit: cover; 
    }


    .left-text, .right-text {
        position: absolute;
        top: 35%; 
        left: 5%;
        font-size: 18px; 
        padding: 15px;
        line-height: 1.6;
        color: var(--text-color);
        width: 90%;
    }

    .left-text {
        top: 30%;
    }

    .right-text {
        top: 30%;
    }

    /* Контактна кнопка */
    .contact-btn {
        margin-right: 15px;
    }

    .logo {
        margin-top: 15px;
    }

    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
    }

    .burger-menu span {
        height: 5px;
        background-color: var(--primary-color);
    }
}


@media (max-width: 479px) {
    .main-img {
        height: 50vh; 
    }

    .left-text, .right-text {
        font-size: 14px;
        padding: 10px;
        top: 25%; 
    }

    .burger-menu {
        display: flex;
        flex-direction: column;
        width: 30px;
        height: 22px;
    }

    .burger-menu span {
        height: 4px;
        background-color: var(--primary-color);
    }

    .logo-img {
        height: 70px;
        margin-left: 60px;
    }

    .logo {
        margin-top: 10px;
    }

    .left-section, .right-section {
        width: 100%;
    }
}


/* ------------------ Відео блок ------------------ */
.video-block {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 10vw;
  color: var(--white);
  z-index: 2;
}

.video-overlay h2 {
  font-size: 64px;
  font-family: var(--font-family);
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 24px;
}

.video-overlay h2 .gold {
  color: var(--primary-color);
  font-weight: 500;
  font-family: var(--font-family);
}

.video-overlay p {
 font-size: 22px;
    color: var(--secondary-color);
    font-weight: 400;
    font-family: var(--font-family);
    margin-bottom: 30px;
}

.buttons {
  margin-top: 50px;
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
    .video-block {
        height: 60vh;
    }

    .video-overlay {
        padding: 40px 5vw;
    }

    .video-overlay h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .video-overlay p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .buttons {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 479px) {
    .video-block {
        height: 50vh;
    }

    .video-overlay {
        padding: 30px 5vw;
    }

    .video-overlay h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .video-overlay p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .buttons {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

/* ------------------ Галерея слебів ------------------ */
.slabs-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: calc(100vh - 40px); 
  margin: 0;
  padding-top: 20px; 
  padding-bottom: 130px; 
  position: relative;
}

.slab-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slab-img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: transform 0.3s ease;
}

.slab-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.6); 
  transition: opacity 0.3s ease;
}

.slab-item:hover::before {
  opacity: 0.6; 
}

.slab-item:hover .slab-img {
  transform: scale(1.05);
}

.slab-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  font-family: var(--font-family);
  transition: color 0.3s;
}

.slab-link:hover {
  color: var(--primary-color);
}

.slab-button-container {
  position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .slabs-gallery {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 479px) {
  .slabs-gallery {
    grid-template-columns: repeat(2, 1fr); 
    padding-bottom: 80px;
  }

  .slab-link {
    font-size: 14px; 
  }

  .slab-button-container {
    bottom: 10px;
  }
}

/* ------------------ Нові надходження ------------------ */
.new-arrivals {
    text-align: center;
    padding: 40px 0;
}

.new-arrivals h2 {
    font-size: 50px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--font-family);
    letter-spacing: 2px;
}

.swiper-container {
    width: 100%;
    overflow: hidden; 
    margin: 0 auto
}

/* Стилі для стрілок */
.swiper-button-next, .swiper-button-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease; 
}

.swiper-slide {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.item {
    width: 80%;
    text-align: center;
    perspective: 1000px;
}

.item img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.6s ease-in-out;
}

.item:hover img {
    transform: rotate(360deg);
}

.item p {
    font-size: 18px;
    color: var(--text-color);
    margin-top: 10px;
}

@media (max-width: 768px) {
    .items {
        display: none;
    }
    .swiper-container {
        display: block;
    }
}
/* Стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        color: var(--primary-color); 
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px; 
    }
}

@media (min-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        display: none; 
    }
}
/* ------------------ Переваги ------------------ */
/* ===== ADVANTAGES SECTION ===== */
.advantages-section {
    text-align: center;
    padding: 70px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages-section > h2 {
    margin-bottom: 60px;
}

.advantages-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    align-items: stretch;
    margin-bottom: 60px;
}

/* Карточки */
.adv-card {
    text-align: left;
    padding: 40px 36px;
    border-radius: 16px;
    border: 1px solid #e0d6cc;
}

.adv-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 14px;
}

.adv-card--left > p {
    font-size: 14px;
    color: #6b5e52;
    line-height: 1.7;
    margin-bottom: 24px;
}

.adv-card--left img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

/* Права карточка */
.adv-card--right {
    background: #f5efe7;
    display: flex;
    flex-direction: column;
}

.adv-card--right-sub {
    font-size: 13px;
    color: #8a7d72;
    margin-bottom: 20px;
}

/* Чат-мокап */
.chat-mockup {
    background: #ece5da;
    border-radius: 24px;
    padding: 14px 12px 18px;
    flex: 1;
}

.chat-mockup__notch {
    width: 70px;
    height: 4px;
    background: #d4c9bb;
    border-radius: 10px;
    margin: 0 auto 14px;
}

.chat-mockup__messages {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Повідомлення */
.chat-msg {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 12.5px;
    line-height: 1.45;
    max-width: 85%;
    opacity: 0;
    transform: translateY(12px);
}

.chat-msg--bot {
    background: var(--primary-color);
    color: #fff;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

.chat-msg--user {
    background: #fff;
    color: var(--text-color);
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

/* Анімація появи повідомлень */
.chat-msg.chat-msg--visible {
    animation: chatMsgIn 0.4s ease forwards;
}

@keyframes chatMsgIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Міні-переваги */
.mini-advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mini-adv-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    padding: 18px 16px;
    border-radius: 12px;
    border: 1px solid #e0d6cc;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.mini-adv-item:hover {
    background-color: #f5efe7;
    border-color: var(--primary-color);
}

.mini-adv-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    color: var(--primary-color);
}

.mini-adv-icon svg {
    width: 100%;
    height: 100%;
}

.mini-adv-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 3px;
}

.mini-adv-text p {
    font-size: 12px;
    color: #8a7d72;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .advantages-layout {
        grid-template-columns: 1fr;
    }

    .adv-card h3 {
        font-size: 22px;
    }

    .mini-advantages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .advantages-section {
        padding: 40px 16px;
    }

    .adv-card {
        padding: 24px 20px;
    }

    .mini-advantages {
        grid-template-columns: 1fr;
    }

    .adv-card--left img {
        height: 200px;
    }
}
/* ------------------ Роздільник секцій ------------------ */
.section-divider {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color); 
    margin: 50px auto;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

/* ------------------ Консультаційний розділ ------------------ */
.consultation-section {
  text-align: center;
  margin-top: 30px;
  padding: 40px 20px;
}

.consultation-section-wait {
  text-align: center;
  margin-top: 280px;
  padding: 40px 20px;
}

.consultation-section-wait h2 {
    color: var(--primary-color);
    font-size: 70px;
    font-family: var(--font-family);
    font-weight: 800;
    margin-bottom: 20px;
}

.consultation-section h2 {
    color: var(--primary-color);
    font-size: 70px;
    font-family: var(--font-family);
    font-weight: 800;
    margin-bottom: 20px;
}

.consultation-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color);
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
    .consultation-section h2 {
        font-size: 48px; 
    }

    .consultation-section p {
        font-size: 14px; 
        max-width: 500px;
    }
}

@media (max-width: 479px) {
    .consultation-section h2 {
        font-size: 36px;
    }

    .consultation-section p {
        font-size: 12px; 
        max-width: 400px; 
    }
}

/* ------------------ Роздільники секцій з лініями ------------------ */
.section-header-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* ------------------ Футер ------------------ */
.site-footer {
  border-top: 2px solid var(--primary-color);
  padding: 60px 20px 20px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center; 
}

.footer-logo img {
    height: 120px;
    margin-right: 70px;
    object-fit: contain;
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col {
  min-width: 180px;
  text-align: center;
}

.footer-col h4 {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--primary-color);
}

.footer-col p a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col p a:hover {
  color: var(--primary-color);
}

.socials a i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--text-color);
  transition: color 0.3s;
}

.socials a:hover i {
  color: var(--primary-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.footer-bottom a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: var(--primary-color);
}
/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
  .footer-content {
    padding: 0 20px;
  }

  .footer-cols {
    display: block;
    gap: 30px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col h4 {
    font-size: 18px;
  }

  .footer-col ul li {
    font-size: 14px;
  }

  .footer-col ul li a {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .footer-logo img {
    height: 100px;
    margin-right: 0;
  }

  .footer-cols {
    gap: 20px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-col ul li {
    font-size: 12px;
  }

  .footer-col ul li a {
    font-size: 12px;
  }

 .footer-bottom {
    font-size: 10px;
    text-align: center;
    display: block;
  }

  .footer-bottom a {
    font-size: 10px;
    margin-top: 5px;
    display: block;
  }
}

/* ------------------ Меню ------------------ */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--bg-color);
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    z-index: 50;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding-top: 130px;
    padding-left: 150px;
    display: flex;
    justify-content: flex-start;
}

.menu.active {
    transform: translateX(0);
}

.menu__main {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    gap: 80px;
    margin-top: 10px;
}

.menu__main li {
    margin: 0;
    position: relative;
}

.menu__main li a {
    text-decoration: none;
    font-size: 60px;
    color: var(--text-color);
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Підменю */
.menu__secondary {
    position: absolute;
    top: 0; /* Забезпечує стабільне позиціонування */
    left: 100%;
    width: 350px;
    list-style: none;
    padding-left: 20px;
    margin-top: 0;
    margin-left: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* М'яке з'явлення з невеликим зсувом */
    transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease;
}

.menu__secondary li {
    margin-bottom: 35px;
}

.menu__secondary li a {
    color: var(--text-color);
    font-size: 30px;
}

.menu__main li:hover .menu__secondary {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* З'являється без дергань */
    transition: opacity 0.3s ease, visibility 0s 0s, transform 0.3s ease;
}

/* Ховер на головному меню */
.menu__main li a:hover {
    color: var(--primary-color);
    transform: scale(1.05); /* Трохи збільшується для ефекту */
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}

/* Адаптація для екранів до 768px */
@media (max-width: 768px) {
    .menu__main {
        margin-left: -140px;
        align-items: flex-start;
        gap: 0;
    }

    .menu__main li {
        margin-bottom: 40px;
    }

    .menu__main li a {
        font-size: 22px;
        padding: 2px 4px;
    }

    .menu__secondary {
        width: 200px;
    }

    .menu__secondary li {
        margin-bottom: 20px;
    }

    .menu__secondary li a {
        font-size: 18px;
        padding: 4px 8px;
    }

    .menu__main li.has-submenu {
        position: relative;
    }

    .menu__main li.has-submenu:hover .menu__secondary {
        display: block;
        position: absolute;
        left: 100%;
        width: 220px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, visibility 0s 0s;
    }
}
@media (max-width: 480px) {
    .menu__main li a {
        font-size: 18px;
        padding: 3px 5px; 
    }

    .menu__secondary li a {
        font-size: 18px;
    }

    .menu__main li {
        padding-left: 20px; 
    }
}
/* ------------------ КОНТАКТИ СЕКЦІЯ ------------------ */
.contact-section {
  padding: 130px 10px;
  background-color: var(--bg-color);  
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  gap: 80px;
  flex-direction: row; 
}

.contact-left {
  flex: 1;
  min-width: 500px;
  margin-top: 170px;
  font-size: 20px;
  color: var(--text-color); 
  line-height: 1.8;
}

.contact-left p {
  margin: 18px 0;
  display: flex;
   font-family: var(--font-family);
  align-items: center;
  gap: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-left i {
  font-size: 22px;
  color: var(--primary-color);  
  min-width: 25px;
}

.social-icons-contacts a {
  margin-right: 25px;
  font-size: 28px;
  color: var(--text-color);
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons-contacts a:hover {
  color: var(--primary-color);  
  transform: scale(1.1); 
}

.contact-right {
  flex: 1;
  min-width: 500px;
  max-width: 650px;
}

.contact-right h2 {
  font-size: 40px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.contact-right h2 span {
  color: var(--primary-color);  
   font-family: var(--font-family);
}

.contact-right p {
  margin-bottom: 35px;
   font-family: var(--font-family);
  font-size: 18px;
  color: var(--text-color);
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-right input,
.contact-right textarea {
  padding: 18px 12px;
  border: 2px solid var(--primary-color); 
  border-radius: 10px;
   font-family: var(--font-family);
  font-size: 16px;
  width: 100%;
  outline: none;
  transition: 0.3s ease;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: var(--primary-color); 
  box-shadow: 0 0 0 4px rgba(172, 123, 91, 0.2);
}

.contact-right textarea {
  min-height: 120px;
  resize: vertical;
}

.map-container {
  margin-top: 100px;
  width: 100%;
  height: 450px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.map-container:hover {
  transform: scale(1.05);  
}

.contact-left a {
  color: var(--text-color);
   font-family: var(--font-family);
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-left a:hover {
  color: var(--primary-color);  
  text-decoration: none;
}

/* ------------------ МОБІЛЬНА АДАПТАЦІЯ ------------------ */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column-reverse; 
    gap: 40px;
  }

  .contact-left,
  .contact-right {
    min-width: 100%;
    margin-top: 0;
  }

  .contact-right h2 {
    font-size: 32px;
    text-align: center;
  }

  .contact-right p {
    text-align: center;

  }

  .contact-left {
    font-size: 18px;
    text-align: center;
  }

  .contact-right input,
  .contact-right textarea {
    width: 90%; 
  }

  .contact-left p {
    justify-content: center;
    font-size: 16px;
    color: var(--text-color);
  }

  .social-icons-contacts {
    display: flex;
    justify-content: center;
  }
}

/* ------------------ PRODUCT STYLE ------------------ */
.product-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 120px auto 60px auto;
    padding: 20px;
}

.left-side {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-left: 0;
}

.right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    justify-content: flex-start;
    margin-top: 30px;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.meta-item {
    background-color: transparent;
    color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.meta-item:hover {
    transform: translateY(-5px);
}

.product-title {
    font-size: 3.5em;
    font-weight: 700;
    margin-top: 10px;
    color: var(--primary-color);
}

.product-description {
    margin: 20px 0;
    font-size: 1.1em;
    color: var(--text-color);
}

.price {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 20px;
}

.product-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.spec-item {
    color: var(--primary-color);
    padding: 55px 30px;
    border-radius: 8px;
    font-family: var(--font-family);
    text-align: center;
    font-size: 1.2em;
    border: 1px solid var(--primary-color);
    transition: transform 0.3s ease;
}

.spec-item:hover {
    transform: translateY(-5px);
}

.span-slab-page {
    color: var(--primary-color);
    font-weight: 500;
}

.span-black {
    color: var(--text-color);
}

@media (max-width: 768px) {
    .product-page {
        flex-direction: column;
        margin: 60px auto;
        padding: 10px;
    }

    .left-side,
    .right-side {
        flex: 1 1 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }

    .product-title {
        font-size: 2.5em; 
        text-align: center;
    }

    .product-meta {
        justify-content: center;
        gap: 10px;
    }

    .meta-item {
        font-size: 1.1em; 
        margin-left: 0;
    }

    .product-description {
        font-size: 1em;
    }

    .price {
        font-size: 2em;
        text-align: center;
    }

    .product-specs {
        display: block;
        gap: 20px;
        margin-top: 20px;
    }
    .product-image {
        max-width: 100%;
    }
      .add-to-card {
        width: 260px; 
        padding: 15px 20px; 
        margin-left: 80px;
    }

     .consultation {
        width: 260px; 
        padding: 15px 20px; 
        margin-left: 80px;
    }

       .spec-item {
        font-size: 0.9em;
        padding: 15px 10px;
        margin-left: 20px;
        width: 360px;
        margin-bottom: 15px;
    }

    .product-specs {
        grid-template-columns: 1fr; 
    }
}

/* ------------------ MINI-SLAB CONTAINER (MENU) ------------------ */
.mini-slabs-section {
  text-align: center;
  margin-top: 50px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 40px;
}


.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}


.mini-slab {
  width: 80%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 10px;
}

.mini-slab:hover {
  transform: scale(1.05);
}

.mini-slab-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.mini-slab:hover .mini-slab-image {
  transform: rotate(360deg);
}

.mini-slab-info {
  padding: 10px;
}

.mini-slab-title {
  font-size: 18px;
  font-weight: 600;
}

.mini-slab p {
  font-size: 14px;
  color: #555;
}

.decoration-categoty {
    color: var(--primary-color);
    text-decoration: none;
}

.decoration-categoty:hover {
    color: var(--text-color);
}
/* ------------------ QUESTIONS PAGE ------------------ */
.faq-section {
    margin: 50px auto;
    width: 80%;
    max-width: 1200px;
    font-family: var(--font-family);
}

.faq-title {
    font-size: 4em;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 700;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background-color: transparent;
    border-bottom: 1px solid #ac7b5b;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); 
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em;
    font-weight: 400;
    color: var(--primary-color);
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    transition: transform 0.2s ease-in-out;
}

.faq-question:hover {
    transform: translateY(-5px); 
}

.faq-toggle {
    background: none;
    border: none;
    font-size: 2em;
    font-weight:300;
    color: var(--primary-color);
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s ease;
}

.faq-toggle.open {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 1.3em;
    color: var(--text-color);
    line-height: 1.6;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0.4s ease;
}

.faq-answer.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
    margin-top: 20px; 
}

.faq-question span {
    text-align: center;
    font-size: 28px;
    width: 100%;
    display: block;
}

.for-question-p {
font-size: 20px;
font-family: var(--font-family);
text-align: center;
margin-bottom: 30px;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 2em;
    }

    .faq-question {
        font-size: 1.3em;
    }

    .faq-question span {
        font-size: 20px;
        padding: 0 10px; 
    }

      .for-question-p {
        font-size: 16px; 
        margin-bottom: 20px; 
    }
}

/* ------------------ DELIVERY AND PAY ------------------ */
.delivery-payment-section {
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.delivery-payment-section h2 {
  font-size: 42px;
  font-family: var(--font-family);
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.delivery-payment-section h2 span {
  color: var(--primary-color);
  font-family: var(--font-family);
}

.delivery-grid,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-bottom: 60px;
}

.delivery-item,
.payment-item {
  max-width: 350px;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.delivery-item:hover,
.payment-item:hover {
  transform: translateY(-10px); 
}

.circle-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.circle-icon:hover {
  transform: scale(1.1);
  background-color: var(--primary-color);
}

.circle-icon i {
  font-size: 36px;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.circle-icon:hover i {
  color: #fff;
}

.circle-icon img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.delivery-item p,
.payment-item p {
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--font-family);
  color: var(--text-color);
  transition: color 0.3s ease;
}

.delivery-item:hover p,
.payment-item:hover p {
  color: var(--primary-color);
}

[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-header-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.line {
  flex: 1;
  height: 2px;
  background-color: var(--primary-color);
}
@media (max-width: 479px) {
  .delivery-payment-section {
    padding: 30px 10px; 
  }

  .delivery-payment-section h2 {
    font-size: 28px;
  }

  .delivery-item,
  .payment-item {
    max-width: 100%; 
    padding: 10px;
  }

  .circle-icon {
    width: 70px; 
    height: 70px;
  }

  .circle-icon i {
    font-size: 24px;
  }

  .circle-icon img {
    max-width: 40px;
    max-height: 40px;
  }

  .delivery-item p,
  .payment-item p {
    font-size: 12px; 
    line-height: 1.4;
  }

  .line {
    width: 60%;
  }
}
/* ------------------ ABOUT US SECTION ------------------ */
.about-section {
  padding: 60px 20px;
  color: var(--black);
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-col {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 20px;
}

.text-col {
  padding-left: 40px; 
}

.text-col h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: var(--font-family);
}

.text-col p,
.text-col li {
  font-size: 18px;
  font-family: var(--font-family);
  line-height: 1.8;
  margin-bottom: 15px;
}

.text-col ol,
.text-col ul {
  padding-left: 20px;
}

.image-col img {
  width: 100%;
  max-width: 800px;
  max-height: 800px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-col {
  width: 50%;
  padding: 0 20px;
}

.accent {
  color: var(--text-color);
  font-family: var(--font-family);
}

.about-span {
  font-size: 36px;
  font-weight: 400;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--font-family);
  letter-spacing: 2px;
}

.guarantee {
  margin-top: 15px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-weight: 500;
}

.span-for-p {
  color: var(--primary-color);
  font-weight: 600;
}

.brown {
  color: var(--primary-color);
}

/* MOBILE ADAPTATION */
@media (max-width: 768px) {
  .about-col {
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .text-col {
    padding-left: 20px;
  }

  .text-col h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .text-col p,
  .text-col li {
    font-size: 16px;
  }

  .image-col {
    width: 100%;
    padding: 0;
  }

  .image-col img {
      max-width: 450px;
      max-height: 500px;
      margin-top: 10px;
    }

  .about-span {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .guarantee {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .about-col {
    padding: 0 10px;
  }

  .text-col h2 {
    font-size: 24px;
  }

  .text-col p,
  .text-col li {
    font-size: 16px;
  }

  .about-span {
    font-size: 24px;
  }

  .guarantee {
    font-size: 14px;
  }

  .image-col img {
      max-width: 450px;
      max-height: 500px;
      margin-top: 10px;
    }
}

/* ------------------ SLAB MENU SECTION ------------------ */
.slab-hello {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;
    gap: 30px; 
    padding: 20px; 
}

.slab-entity {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.load-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.load-more-btn {
    font-size: 16px;
    padding: 14px 40px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.slab-box {
  position: relative;
  border-radius: 8px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.slab-box:hover {
  transform: translateY(-8px); 
}

.slab-image-360 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

.slab-box:hover .slab-image-360 {
  transform: rotate(360deg); 
}

.slab-description {
  padding: 8px; 
  text-align: center;
}

.slab-title {
  font-size: 1.1em; 
  font-weight: 400;
  margin-bottom: 6px;
}

.slab-description p {
  margin: 15px 8px; 
  font-size: 0.85em; 
}
/* ------------------ FILTR BTN ------------------ */
.filter-toggle-button {
    padding: 15px 36px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    font-family: var(--font-family);
    margin-left: 40px;
    border-radius: 5px; 
    background: transparent;
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
/* Мутний фон */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 998;
}

.backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

/* ------------------ SIDE FILTER ------------------ */
.filter-drawer {
    position: fixed;
    top: 0;
    left: -450px;
    width: 400px; 
    height: 100%;
    background-color: var(--bg-color);
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 999;
    padding: 25px;
    border-radius: 15px;
}

.filter-drawer.open {
    left: 0;
}

/* ------------------ FILTER HEADER ------------------ */
.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 25px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.drawer-close {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.drawer-close:hover {
    transform: scale(1.1);
}

/* ------------------ FILTER FORM ------------------ */
.slab-filter {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
}

.slab-filter h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--black);
    font-family: var(--font-family);
    font-weight: 500;
}


.slab-filter label {
    display: block;
    margin-bottom: 10px; 
    font-size: 16px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s ease;
}

.slab-filter input[type="radio"] {
    accent-color: var(--primary-color); 
}


.slab-filter label:hover {
    color: var(--primary-color);
}

.field input {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #D7D7D7;
    border-radius: 18px;
    width: 100%;
    margin-top: 10px;
    transition: border 0.3s ease;
}

.field input:focus {
    border-color: var(--primary-color);
}

input[type="number"] {
    width: 100px;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 20px;
}

.range-wrapper {
    position: relative;
    width: 100%;
    height: 10px;
}

.range {
    position: absolute;
    top: 0;
    color: var(--primary-color);
    width: 100%;
    background-color: var(--primary-color);
    height: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.range:hover {
    background-color: var(--secondary-color);
}

.input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .slab-hello {
        flex-direction: column;
        align-items: center;
    }

    .slab-entity {
        width: calc(50% - 20px); 
        margin-bottom: 15px;
    }

    .slab-box {
        width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    }

    .slab-title {
        font-size: 1em;
    }

    .slab-description p {
        margin: 20px 10px; 
    }

    .filter-toggle-button {
        padding: 20px 30px;
        width: 70%;
        margin-left: 70px;
        font-size: 16px;
    }

    .backdrop {
        backdrop-filter: blur(5px);
    }

    .drawer-header {
        font-size: 18px;
    }

    .slab-filter h3 {
        font-size: 24px;
    }

    .field input {
        font-size: 14px;
    }

    .price-values {
        font-size: 14px; 
    }

    .range-wrapper {
        height: 8px; 
    }

    .range {
        height: 8px; 
        color: var(--primary-color);
    }
}

@media (max-width: 479px) {
    .slab-entity {
        width: 100%;
        margin-bottom: 10px;
    }

    .slab-title {
        font-size: 1em; 
    }

    .slab-description p {
        font-size: 0.8em;
    }

    .drawer-header {
        font-size: 16px;
    }

    .slab-filter h3 {
        font-size: 22px; 
    }

    .price-values {
        font-size: 12px; 
    }

    .range-wrapper {
        height: 6px; 
    }

    .range {
        height: 6px;
         color: var(--primary-color);
    }
}

h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
/* ------------------ IMAGES FOR NASHI ROBOTY SECTION ------------------ */
.images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .images-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 768px) {
  .images-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .image-wrapper img {
    width: 85%;
    margin-left: 40px;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;}
}

@media (max-width: 480px) {
  .images-grid {
    grid-template-columns: 1fr; 
    padding: 10px 0; 
  }
}
/* ------------------ FILTERS ------------------ */
.filters-section {
  text-align: center;
  margin: 20px 0;
}

.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  position: relative;
}

.categories .category {
  position: relative;
}

.categories .category a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 16px;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.categories .category a:hover,
.categories .category.current-cat a {
  color: var(--primary-color);
}

.categories .category.current-cat a::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--primary-color);
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  animation: slide-in 0.3s ease;
}

@keyframes slide-in {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* ------------------ MENU OF CATEGORIES ------------------ */
.categories {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 800px; 
}

@media (max-width: 768px) {
    .categories {
      gap: 5px; 
      max-width: 100%;
    }
}

@media (max-width: 480px) {
    .categories {
      flex-direction: column; 
      align-items: center; 
    }
}

.categories .category a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 16px;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.categories .category a:hover,
.categories .category.current-cat a {
  color: var(--primary-color);
  font-weight: bold;
}
/* ------------------ БЛОГ ------------------ */
.blog-section {
  padding: 60px 20px;
}

.blog-section h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
  text-align: center;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  transition: box-shadow 0.3s;
}

.blog-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-content {
  padding: 16px;
}

.blog-content h3 {
  font-size: 18px;
  margin: 8px 0;
}

.blog-date {
  font-size: 13px;
  color: #999;
}

.blog-content p {
  font-size: 14px;
  color: var(--black);
  line-height: 1.4;
}

.read-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

.btn-outline-gold {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.btn-outline-gold:hover {
  background: var(--primary-color);
  color: var(--white);
}


.blog-section {
  padding: 100px 40px 60px;
  border-top: 2px solid var(--primary-color);
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 50px;
}

.blog-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--primary-color);
}

.blog-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;             
  max-width: 1400px;
  margin: 0 auto;
}

.blog-item {
  width: calc(33.333% - 33.333px); 
  display: flex;
  flex-direction: column;
}

.blog-item img {
    width: 440px;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}


.blog-text {
  margin-top: 12px;
}

.blog-date {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: 6px;
}

.blog-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}

.blog-text p {
  font-size: 15px;
  color: var(--black);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 40px 15px;
  }

  .blog-section h2 {
    font-size: 28px;
  }

  .blog-grid {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .blog-card {
    width: 100%;
  }

  .blog-card img {
    height: 180px;
  }

  .blog-content h3 {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 13px;
  }
  .blog-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .blog-header h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .blog-items {
    flex-direction: column;
    gap: 30px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-item img {
    width: 100%;
    height: auto;
    max-height: 220px;
  }

  .blog-text h3 {
    font-size: 18px;
  }

  .blog-text p {
    font-size: 14px;
  }
}
/* ------------------ ПОЛІТИКА КОНФЕНДЕЦІЙНОСТІ ------------------ */
.privacy-policy-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-color);
  max-width: 1000px;
  margin: 0 auto;
}

.privacy-policy-content p {
  margin-bottom: 20px;
}

.privacy-policy-content h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 30px;
  color: var(--text-color);
}

.privacy-policy-content a {
  color: var(--primary-color);
  text-decoration: none;
}

.privacy-policy-content a:hover {
  text-decoration: underline;
}

.privacy-policy-content strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .privacy-policy-content {
    font-size: 1rem;
    padding: 20px;
  }

  .privacy-policy-content h3 {
    font-size: 1.5rem;
  }
}
/* ------------------ МІНІАТЮРКИ ------------------ */

.thumbnails {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 750px;
    margin-left: -300px;
}

.thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.thumbnails img:hover {
  border-color: var(--primary-color); 
}
/* Модальне вікно */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen.hidden {
  display: none;
}

.fullscreen img {
  max-width: 90%;
  max-height: 90%;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
}

.nav.left {
  left: 10px;
}

.nav.right {
  right: 10px;
}
@media (max-width: 768px) {
  .thumbnails {
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 5px;
  }

  .thumbnails img {
    width: 60px;
    height: 60px;
  }

  .fullscreen img {
    max-width: 80%; 
    max-height: 80%;
  }

  .nav {
    font-size: 24px; 
  }
}

@media (max-width: 480px) {
  .thumbnails img {
    width: 50px; 
    height: 50px;
  }

  .nav {
    font-size: 20px;
  }
}

/* ------------------ ТЕСТИ ------------------ */
.container-test {
    width: 100%;
    margin-top: 160px;
    max-width: 1100px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}

.quiz-wrapper {
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 180px 20px;
    border: 2px solid var(--primary-color);
    margin-top: 30px;
    transition: opacity 0.5s ease-in-out;
}

.quiz-question {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
    padding: 0 10px;
}

.quiz-answers {
    display: flex;
    justify-content: center; 
    gap: 20px;
}

.quiz-result-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.quiz-result-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .container-test {
        margin-top: 100px;
        padding: 15px;
    }

    .quiz-wrapper {
        padding: 80px 15px;
        margin-top: 20px;
    }

    .quiz-question {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .quiz-result-title {
        font-size: 24px;
    }

    .quiz-result-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .quiz-answers {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .container-test {
        margin-top: 180px;
    }

    .quiz-wrapper {
        padding: 60px 10px;
    }

    .quiz-question {
        font-size: 18px;
    }

    .quiz-result-title {
        font-size: 20px;
    }

    .quiz-result-text {
        font-size: 14px;
    }

    .quiz-answers {
        gap: 10px;
    }

}
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: #666;
}

.range-wrapper {
    position: relative;
    height: 6px;
    margin: 20px 0;
}

.range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    cursor: pointer;
    border-radius: 50%;
    border: none;
    pointer-events: auto;
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#FacetFormRangeFromPrice-drawer {
    z-index: 1;
}

#FacetFormRangeToPrice-drawer {
    z-index: 2;
}

.range-wrapper::before {
    content: '';
    position: absolute;
    height: 6px;
    background: #ddd;
    width: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.input {
    width: 100%;
    padding: 8px 8px 8px 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.prefix {
    padding-left: 8px;
    color: #666;
}

.input-wrapper {
    margin-top: 15px;
}

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: #666;
}

.slab-image-360 {
    min-height: 200px;
}
.add-to-card i, .consultation i {
    margin-right: 8px;
}
/* Header Right Section */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Cart Icon in Header */
.cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(172, 123, 91, 0.1);
    color: #ac7b5b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cart-icon-link:hover {
    background: #ac7b5b;
    color: white;
    transform: scale(1.05);
}

.cart-icon-link i {
    font-size: 20px;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-family: 'Montserrat', sans-serif;
}

/* Cart Link in Menu */
.menu__cart-link {
    color: #ac7b5b !important;
    font-weight: 600 !important;
}

.menu-cart-badge {
    background: #e74c3c;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
}

.menu-cart-badge:empty {
    display: none;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.favorites-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.favorites-icon-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(172, 123, 91, 0.1);
    color: #ac7b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.favorites-icon-link:hover {
    background: #ac7b5b;
    color: white;
    transform: scale(1.05);
}

.favorites-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

/* User Icon in Header */
.user-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.user-icon-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(172, 123, 91, 0.1);
    color: #ac7b5b;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon-link:hover {
    background: #ac7b5b;
    color: white;
    transform: scale(1.05);
}

.user-icon-wrapper.logged-in .user-icon-link {
    background: rgba(172, 123, 91, 0.25);
    color: #ac7b5b;
}