.travel-search-hero {
    padding: 150px 20px 100px;
}
.pd-modal-card {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(168, 110, 33, 0.3);
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf7 0%, #fbf1de 100%);
    box-shadow: 0 24px 48px rgba(133, 82, 21, 0.18);
    padding: 34px 30px 26px;
}

.pd-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-gallery li img {
    width: 100%;
    border-radius: 16px;
}

.pd-gallery .lSGallery {
    margin-top: 10px;
}

.pd-gallery .lSGallery li {
    border-radius: 10px;
    border: 2px solid transparent;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
}

.pd-gallery .lSGallery li img {
    border-radius: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.pd-gallery .lSGallery li:hover {
    transform: translateY(-1px);
}

.pd-gallery .lSGallery li.active {
    border-color: #c9a54a;
}

.pd-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pd-title {
    margin: 0 0 6px;
    color: #3f2a10;
    font-size: 1.9rem;
    line-height: 1.22;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.pd-price {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 900;
    color: #c2410c;
    letter-spacing: 0.01em;
}

.pd-badges-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 14px 0 16px;
}

.pd-ocop-badge {
    display: inline-flex;
    max-height: 50px;
    align-items: center;
    gap: 6px;
    padding: 5px 5px;
    /*border-radius: 999px;*/
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #fff;
  /*  font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;*/
    box-shadow: 0 4px 10px rgba(184, 134, 11, 0.3);
}

.pd-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f5431;
    font-size: 0.92rem;
    font-weight: 600;
}

.pd-rating .pd-stars {
    display: inline-flex;
    gap: 2px;
    color: #e0a92b;
    font-size: 0.86rem;
}

.pd-rating .pd-stars i.far,
.pd-rating .pd-stars i.regular {
    color: #d8c59b;
}

.pd-summary {
    margin: 0 0 22px;
    color: #6e5434;
    font-size: 1rem;
    line-height: 1.7;
}

.pd-section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #5b360e;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pd-section-title::after {
    content: "";
    height: 2px;
    width: 34px;
    border-radius: 2px;
    background: linear-gradient(90deg, #c9a54a, rgba(201, 165, 74, 0.2));
}

.pd-shop {
    border: 1px solid rgba(168, 110, 33, 0.22);
    border-radius: 16px;
    background: rgba(255, 246, 226, 0.7);
    padding: 16px 18px 14px;
}

.pd-shop-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.pd-shop-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #5d4323;
    font-size: 0.94rem;
    line-height: 1.5;
}

.pd-shop-list li a {
    color: #7a4a14;
    text-decoration: none;
    word-break: break-word;
}

.pd-shop-list li a:hover {
    color: #a96524;
}

.pd-shop-list .pd-shop-ico {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #e6c98f 0%, #d9b26a 100%);
    color: #5b360e;
    font-size: 0.82rem;
}

.pd-divider {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid rgba(173, 118, 40, 0.24);
}

.pd-desc-body {
    color: #4d3418;
    line-height: 1.78;
    font-size: 1rem;
}

.pd-desc-body h1,
.pd-desc-body h2,
.pd-desc-body h3,
.pd-desc-body h4 {
    color: #5b360e;
    margin-top: 16px;
    margin-bottom: 10px;
}

.pd-desc-body p {
    margin-bottom: 12px;
}

.pd-desc-body img,
.pd-desc-body iframe,
.pd-desc-body video {
    width: 100%;
    height: auto;
    border: 1px solid rgba(170, 116, 39, 0.24);
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(133, 82, 21, 0.12);
}

.pd-social {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid rgba(173, 118, 40, 0.24);
}

.pd-social .travel-social-actions__links a {
    border-color: rgba(170, 116, 39, 0.28);
    color: #87531d;
    background: linear-gradient(180deg, #fff8ec 0%, #ffeed3 100%);
}

.pd-social .travel-social-actions__links a:hover {
    color: #fff;
    background: linear-gradient(180deg, #bf7b30 0%, #a96524 100%);
    border-color: #a96524;
}

@media (max-width: 991.98px) {
    .pd-modal-card {
        padding: 22px 16px 18px;
        border-radius: 18px;
    }

    .pd-title {
        font-size: 1.45rem;
    }

    .pd-price {
        font-size: 1.6rem;
    }
}


.pd-gallery li img, .lSSlideOuter .lSPager.lSGallery img {
    border: 1px solid rgba(168, 110, 33, 0.22);
    border-radius:16px;
}