*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
     background-color: #F2EEE9;
     overflow-x: hidden;
}
#section-w{
    background: rgba(132, 118, 48, 0.20);
    overflow: hidden;
}
.container-w{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.right-part-w{
    max-width: 500px;
}
.heading-big{
    color: #000;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.right-part-w p{
    color: #000000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.tags-w{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.tags-w p{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #847630;
    white-space: nowrap;
}
.img-container-w{
    width: 90%;
    margin: 25px auto 0;
    position: relative;
}
.img-container-w::after{
    position: absolute;
    content: "";
    width: 115%;
    height: 40vh;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    background-color: #FFFFFF;
}
#section-r{
    width: 90%;
    margin: 0 auto 60px;
}
.rev-heading{
    color: #000;
    font-family: "Playfair Display";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.divide-line-r{
    background: #847630;
    height: 2px;
    margin: 15px 0 15px 0;
}
.rev-text{
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.review-container{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
}
.review-wrapper {
    overflow: hidden; 
    flex: 1;
}
.review-s{
    flex: 0 0 25%;
    background: rgba(132, 118, 48, 0.40);
    padding: 15px;
}
.btn-rev-arrow {
    position: absolute;
    top: 50%;               
    right: -6%;                
    transform: translateY(-50%);
    height: 100%;   
    z-index: 99;         
}
.review-track {
    display: flex;
    transition: transform 0.4s ease; 
    gap: 20px;
}

.review-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;  
    height: 100%;
    background: linear-gradient(to left, #F2EEE9, transparent);
    pointer-events: none; 
}
.btn-rev-arrow img {
    height: 100%;            
    width: auto;             
}
#hero-sec{
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.heading-container{
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    margin-top: 6rem;
}
.divide-line-heading{
    height: 2px;
    background-color: #847630;
    width: 200px;
}
.heading-container h1{
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.h1-red {
    color: #701C2B;
}
.main-img-wrapper {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}
.main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.main-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg, 
    rgba(132, 118, 48, 0) 17.79%, 
    rgba(132, 118, 48, 0.8) 74.04%
  );
  pointer-events: none;
}

 .top-section-shop{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 30px;
            margin-top: 100px;
        }
        .shop-1{
            color: #000;
            font-family: "Playfair Display";
            font-size: 60px;
            font-style: normal;
            font-weight: 400;
            line-height: 54px;
        }
        .shop-2{
            color: #000;
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            max-width: 560px;
        }

        .container {
            width: 90%;
            margin: 0 auto 55px;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .card {
            background-color: #f5f5f0;
            border: 2px solid #847630;
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .image-wrapper {
            width: 100%;
            margin-bottom: 20px;
        }

        .image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        .divider {
            width: 100%;
            height: 2px;
            background-color: #847630;
            margin: 15px 0;
        }

        .title {
            color: #000;
            font-family: "Playfair Display";
            font-size: 22px;
            font-style: italic;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 12px;
        }

        .bottom-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .price-section {
            display: flex;
            flex-direction: column;
        }

        .price {
            margin-bottom: 2px;
            color: #000;
            font-family: Inter;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .vat {
            font-size: 11px;
            color: #8b8b7a;
        }

        .button {
            background-color: #847630;
            border: none;
            padding: 10px 24px;
            font-size: 15px;
            cursor: pointer;
            border-radius: 6px;
            font-family: Georgia, serif;
            transition: background-color 0.3s;
            font-family: Inter;

            color: #FFF;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .button:hover {
            background-color: #6a6a4a;
        }

.bottom-img-container{
    position: absolute;
    bottom: -4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.hero-l-part{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #FFF;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero-l-part img{
    width: 20px;
    height: 20px;
}
.hero-r-part{
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.hero-r-part img{
    width: 30px;
    height: 30px;
}
.divider-hero-small{
    width: 30px;
    height: 1px;
    background-color: #FFFFFF;
}

.image-wrapper img{
    aspect-ratio: 14 / 9;
    object-fit: cover;
}
        /* Large laptops (1200px and below) */
@media (max-width: 1200px) {
.bottom-img-container {
        flex-direction: column; /* stack vertically */
        align-items: center;
    }

    /* reordering elements */
    .img-c-wrapper {
        order: 3;
    }
    .hero-l-part {
        order: 1;
        margin: 20px 0 0 0;
    }
    .hero-r-part {
        order: 2;
        margin: 20px 0 20px 0;
    }

    .shop-1 {
        font-size: 48px;
        line-height: 46px;
    }
    .shop-2 {
        font-size: 16px;
        max-width: 480px;
    }
    .title {
        font-size: 20px;
    }
    .price {
        font-size: 24px;
    }
    .button {
        font-size: 20px;
        padding: 9px 22px;
    }
}
@media (max-width: 1024px) {
            .grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }
/* Tablets (900px and below) */
@media (max-width: 900px) {
    .top-section-shop {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 70px;
        gap: 20px;
    }
    .shop-1 {
        font-size: 42px;
        line-height: 40px;
    }
    .shop-2 {
        font-size: 16px;
        max-width: 100%;
    }
    .title {
        font-size: 19px;
    }
    .price {
        font-size: 22px;
    }
    .button {
        font-size: 18px;
        padding: 8px 20px;
    }
    .img-c-wrapper{
        display: flex;
        justify-content: center;
    }
    .img-c-wrapper img {
       width: 80%;
    }
}

.img-c-wrapper img {
    display: inline-block;
    animation: arrowFloat 4s ease-in-out infinite;
    will-change: transform;
    cursor: pointer;
}

/* Smooth down-up loop */
@keyframes arrowFloat {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(13px); }
    100% { transform: translateY(0); }
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
    .img-c-wrapper img {
        animation: none;
    }
}


/* Small tablets / large phones (700px and below) */
@media (max-width: 700px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .card {
        padding: 16px;
    }
    .shop-1 {
        font-size: 36px;
    }
    .title {
        font-size: 18px;
    }
    .price {
        font-size: 20px;
    }
    .button {
        font-size: 17px;
        padding: 8px 18px;
    }
}
@media (max-width: 640px) {
            .grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .container {
                width: 90%;
            }
        }

/* Phones (480px and below) */
@media (max-width: 480px) {
    .top-section-shop {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .shop-1 {
        font-size: 30px;
        line-height: 34px;
    }
    .shop-2 {
        font-size: 14px;
    }
    .container {
        width: 95%;
    }
    .title {
        font-size: 17px;
    }
    .price {
        font-size: 18px;
    }
    .button {
        font-size: 16px;
        padding: 8px 16px;
    }
}
@media (max-width: 1400px) {
    .heading-container h1{
    font-size: 50px;
    }   
}
@media (max-width: 1300px) {
    .heading-big {
        font-size: clamp(28px, 4.5vw, 60px);
    }
    .heading-container h1{
    font-size: 40px;
    }  
    .divide-line-heading{
        width: 160px;
    }
}
@media (max-width: 1200px) {
    .review-s {
        flex: 0 0 33.3333%; /* 100 / 3 ≈ 33.33% */
    }
}
@media (max-width: 1024px) {
    .heading-big {
        font-size: 40px;
    }

    .tags-w p {
        font-size: 18px;
        padding: 10px 12px;
    }

    .right-part-w p {
        font-size: 16px;
    }

    .img-container-w::after {
        height: 35vh;
    }
    .container-w{
        gap: 3rem;
    }
    .heading-container h1{
    font-size: 38px;
    }  
    .divide-line-heading{
        width: 100px;
    }
}
@media (max-width: 900px) {
    .review-s {
        flex: 0 0 50%; /* 2 recenze vedle sebe */
    }
    .heading-container 
    { 
        flex-direction: column;
        align-items: flex-start;
        gap: 15px; 
        margin-top: 4rem;
    }
}
/* Small tablets */
@media (max-width: 768px) {
    .container-w {
        flex-direction: column;
        gap: 30px;
        width: 95%;
    }
    .main-img-wrapper{
        height: 40vh;
    }
    .heading-container h1{
        font-size: 32px;
    } 
    .right-part-w {
        max-width: 100%;
    }

    .heading-big {
        font-size: 42px;
        text-align: left;
    }

    .tags-w {
        justify-content: flex-start;
        gap: 12px;
    }

    .tags-w p {
        font-size: 16px;
        padding: 8px 12px;
    }

    .right-part-w p {
        font-size: 18px;
        text-align: left;
        margin-top: 20px;
    }

    .img-container-w {
        margin-top: 20px;
    }

    .img-container-w img {
        max-height: 60vh;
    }

    .img-container-w::after {
        height: 30vh;
        width: 110%;
    }
}
@media (max-width: 600px) {
    .review-s {
        flex: 0 0 100%; /* 1 recenze */
    }
    .review-wrapper{
        margin-right: 20%;
    }
    .btn-rev-arrow{
        right: -12%;
    }
    .heading-container h1{
        font-size: 28px;
    } 
}
/* Mobile phones */
@media (max-width: 480px) {
    .container-w {
        width: 95%;
        gap: 25px;
    }
    .heading-container h1{
        font-size: 22px;
    } 
    .heading-big {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .tags-w {
        gap: 10px;
    }

    .tags-w p {
        font-size: 14px;
        padding: 8px 10px;
    }

    .right-part-w p {
        font-size: 16px;
        margin-top: 25px;
        line-height: 1.4;
    }

    .img-container-w {
        margin-top: 20px;
        width: 95%;
    }

    .img-container-w img {
        max-height: 50vh;
    }

    .img-container-w::after {
        height: 25vh;
        width: 105%;
    }
}

/* Very small mobile phones */
@media (max-width: 320px) {
    .heading-big {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .tags-w p {
        font-size: 12px;
        padding: 6px 8px;
    }

    .right-part-w p {
        font-size: 14px;
        margin-top: 20px;
    }

    .img-container-w::after {
        height: 20vh;
    }
}