/* YOURTOURKEY SINGLE PRODUCT PAGE - PRODUCT PAGE V2 */

.ytk-product-page-shell,
.ytk-product-page-shell * {
    box-sizing: border-box;
}

.ytk-product-page-shell {
    width: 100%;
    background: #ffffff;
    color: #071f2d;
    font-family: 'Poppins', Arial, sans-serif;
}

.ytk-single-product {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* TOP LAYOUT */

.ytk-product-top {
    width: 100%;
    padding: 34px 0 84px;
    background: #ffffff;
}

.ytk-product-top-inner {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    column-gap: 22px;
    row-gap: 24px;
    align-items: start;
}

.ytk-product-heading {
    grid-column: 1 / -1;
    min-width: 0;
}

.ytk-product-main-top {
    min-width: 0;
}

.ytk-product-booking-col {
    min-width: 0;
    padding-top: 0;
    align-self: stretch;
    position: relative;
}

/* BREADCRUMB */

.ytk-product-breadcrumbs {
    margin-bottom: 16px;
}

.ytk-product-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(7,31,45,0.46);
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 600;
}

.ytk-product-breadcrumb a {
    color: rgba(7,31,45,0.52);
    text-decoration: none;
    font-weight: 650;
}

.ytk-product-breadcrumb a:hover {
    color: #024f4d;
}

.ytk-product-breadcrumb span {
    color: rgba(7,31,45,0.26);
}

/* TITLE */

.ytk-product-heading h1 {
    max-width: 1060px;
    margin: 0;
    color: #071f2d;
    font-size: clamp(34px, 3.05vw, 50px);
    line-height: 1.06;
    letter-spacing: -1.9px;
    font-weight: 850;
}

.ytk-product-heading h1::after,
.ytk-private-gulet-section h2::after,
.ytk-private-benefits-section h2::after,
.ytk-technical-section h2::after,
.ytk-route-section h2::after,
.ytk-expect-section h2::after,
.ytk-info-section h2::after,
.ytk-faq-section h2::after,
.ytk-reviews-section h2::after,
.ytk-related-section .related > h2::after {
    content: ".";
    color: #024f4d;
}

/* META */

.ytk-product-meta-row {
    margin-top: 13px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(7,31,45,0.70);
    font-size: 13.5px;
    line-height: 1.45;
    font-weight: 600;
}

.ytk-product-rating-link {
    color: #071f2d;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.ytk-product-rating-stars {
    display: inline-flex;
    align-items: center;
}

.ytk-product-rating-stars .star-rating {
    float: none !important;
    width: 5.4em !important;
    height: 1em !important;
    margin: 0 !important;
    color: #ffb000 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 1px;
}

.ytk-product-rating-stars .star-rating::before,
.ytk-product-rating-stars .star-rating span::before {
    color: #ffb000 !important;
}

.ytk-product-rating-link strong {
    color: #071f2d;
    font-size: 13.5px;
    font-weight: 750;
}

.ytk-product-rating-link > span:last-child {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 650;
}

.ytk-product-meta-dot {
    color: rgba(7,31,45,0.34);
}

.ytk-product-trip-meta {
    color: rgba(7,31,45,0.70);
    font-weight: 600;
}

/* GALLERY */

.ytk-product-gallery-section {
    width: 100%;
    margin: 0;
}

.ytk-product-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 255px 255px;
    gap: 10px;
    overflow: hidden;
}

.ytk-product-gallery-item {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: block;
    overflow: hidden;
    background: #dfe8e8;
    border-radius: 6px;
    text-decoration: none;
    cursor: zoom-in;
}

.ytk-product-gallery-main {
    grid-row: span 2;
}

.ytk-product-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: none;
}

.ytk-product-gallery-item:hover img {
    transform: none;
    filter: none;
}

.ytk-product-gallery-more {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #071f2d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 750;
    box-shadow: 0 12px 32px rgba(7,31,45,0.20);
}

/* SHARED SECTIONS */

.ytk-product-intro,
.ytk-private-gulet-section,
.ytk-private-benefits-section,
.ytk-technical-section,
.ytk-route-section,
.ytk-expect-section,
.ytk-info-section,
.ytk-faq-section,
.ytk-reviews-section,
.ytk-related-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.055), transparent 36%),
        #f7fafb;
    border: 1px solid rgba(7,31,45,0.08);
}

.ytk-private-gulet-section,
.ytk-private-benefits-section,
.ytk-technical-section,
.ytk-route-section,
.ytk-expect-section,
.ytk-info-section,
.ytk-faq-section,
.ytk-reviews-section,
.ytk-related-section {
    margin-top: 30px;
    padding: 34px;
    border-radius: 28px;
}

.ytk-product-intro {
    width: 100%;
    max-width: none;
    margin-top: 26px;
    padding: 24px 26px;
    border-radius: 24px;
}

.ytk-product-intro p {
    width: 100%;
    max-width: none;
    margin: 0;
    color: rgba(7,31,45,0.68);
    font-size: 15px;
    line-height: 1.68;
    font-weight: 450;
}

/* KICKER STANDARD */

.ytk-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #024f4d;
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ytk-section-kicker::before {
    content: "≋";
    display: inline-block;
    color: currentColor;
    font-size: 25px;
    line-height: 0;
    font-weight: 900;
    letter-spacing: -4px;
    transform: translateY(-1px);
}

.ytk-private-gulet-section h2,
.ytk-private-benefits-section h2,
.ytk-technical-section h2,
.ytk-route-section h2,
.ytk-expect-section h2,
.ytk-info-section h2,
.ytk-faq-section h2,
.ytk-reviews-section h2,
.ytk-related-section .related > h2 {
    max-width: 980px;
    margin: 0 0 30px;
    color: #071f2d;
    font-size: clamp(28px, 2.45vw, 40px);
    line-height: 1.08;
    letter-spacing: -1.4px;
    font-weight: 850;
}

/* FEATURES */

.ytk-product-feature-grid {
    margin-top: 24px;
    padding: 0;
    border-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ytk-product-feature {
    min-height: 116px;
    padding: 20px;
    border-radius: 24px;
    background: #f7fafb;
    border: 1px solid rgba(7,31,45,0.08);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ytk-product-feature:hover {
    border-color: rgba(2,79,77,0.16);
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(7,31,45,0.055);
}

.ytk-product-feature > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.07);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ytk-product-feature img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.ytk-product-feature strong {
    display: block;
    margin-bottom: 6px;
    color: #071f2d;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.ytk-product-feature small {
    display: block;
    color: rgba(7,31,45,0.64);
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 500;
}



/* PRIVATE GULET ESSENTIALS */

.ytk-private-gulet-section {
    margin-top: 30px;
    padding: 34px;
    border-radius: 28px;
}

.ytk-private-gulet-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ytk-private-gulet-feature {
    min-height: 118px;
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    box-shadow: 0 10px 24px rgba(7,31,45,0.032);
}

.ytk-private-gulet-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    background: rgba(2,79,77,0.07);
    border: 1px solid rgba(2,79,77,0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ytk-private-gulet-feature-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.ytk-private-gulet-feature h3 {
    margin: 0 0 6px;
    color: #071f2d;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: 850;
}

.ytk-private-gulet-feature p {
    margin: 0;
    color: rgba(7,31,45,0.64);
    font-size: 13.5px;
    line-height: 1.58;
    font-weight: 500;
}

/* PRIVATE BENEFITS */

.ytk-private-benefits-section {
    margin-top: 30px;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.055), transparent 36%),
        #f7fafb;
    border: 1px solid rgba(7,31,45,0.08);
}

.ytk-private-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ytk-private-benefit-card {
    min-height: 64px;
    padding: 15px 17px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    box-shadow: 0 10px 24px rgba(7,31,45,0.03);
}

.ytk-private-benefit-card > span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(2,79,77,0.09);
    color: #024f4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.ytk-private-benefit-card p {
    margin: 4px 0 0;
    color: rgba(7,31,45,0.70);
    font-size: 14.5px;
    line-height: 1.55;
    font-weight: 550;
}

/* TECHNICAL DETAILS */

.ytk-technical-section {
    margin-top: 30px;
    padding: 30px 34px 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0,175,135,0.18), transparent 34%),
        linear-gradient(135deg, #071f2d 0%, #0b3242 100%);
    border: 1px solid rgba(255,255,255,0.08);
    color: #ffffff;
}

.ytk-technical-section .ytk-section-kicker {
    color: #00af87;
}

.ytk-technical-section h2 {
    margin-bottom: 26px;
    color: #ffffff;
}

.ytk-technical-section h2::after {
    color: #00af87;
}

.ytk-technical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ytk-technical-card {
    min-height: 66px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
}

.ytk-technical-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ytk-technical-card-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.ytk-technical-card > div {
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 8px;
}

.ytk-technical-card small {
    display: inline;
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 10.5px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.ytk-technical-card small::after {
    content: ":";
}

.ytk-technical-card strong {
    display: inline;
    color: #ffffff;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: -0.12px;
    font-weight: 800;
}

/* ROUTE TIMELINE */

.ytk-route-timeline {
    position: relative;
    max-width: 880px;
    padding-left: 0;
}

.ytk-route-timeline::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 24px;
    bottom: 24px;
    width: 10px;
    border-radius: 999px;
    background: #036663;
    z-index: 0;
}

.ytk-route-item {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 72px;
    padding-bottom: 18px;
}

.ytk-route-item:last-child {
    padding-bottom: 0;
}

.ytk-route-marker {
    position: relative;
    z-index: 2;
    width: 34px;
    height: 34px;
    margin-left: 9px;
    margin-top: 15px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid #697480;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ytk-route-marker-logo {
    background: #ffffff;
    border-color: #f4f4f4;
}

.ytk-route-marker-logo img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.ytk-route-item > div {
    padding: 15px 18px 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 10px 24px rgba(7,31,45,0.035);
}

.ytk-route-item h3 {
    margin: 0 0 5px;
    color: #071f2d;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -0.25px;
    font-weight: 800;
}

.ytk-route-item p {
    margin: 0;
    color: rgba(7,31,45,0.58);
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 500;
}

/* DESCRIPTION / INFO */

.ytk-expect-intro {
    max-width: 880px;
    margin-bottom: 22px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
}

.ytk-expect-intro strong {
    display: block;
    margin-bottom: 6px;
    color: #071f2d;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.ytk-expect-intro p {
    margin: 0;
    color: rgba(7,31,45,0.64);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.ytk-full-description-list {
    display: grid;
    gap: 14px;
}

.ytk-full-day-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 10px 24px rgba(7,31,45,0.035);
}

.ytk-full-day-card > span {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(2,79,77,0.08);
    color: #024f4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
}

.ytk-full-day-card h3 {
    margin: 0 0 9px;
    color: #071f2d;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.35px;
    font-weight: 850;
}

.ytk-full-day-card p {
    margin: 0;
    color: rgba(7,31,45,0.68);
    font-size: 14.5px;
    line-height: 1.78;
    font-weight: 500;
}

.ytk-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ytk-check-list > div {
    padding: 16px 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.ytk-check-list span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(2,79,77,0.09);
    color: #024f4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.ytk-check-list p {
    margin: 4px 0 0;
    color: rgba(7,31,45,0.68);
    font-size: 14.5px;
    line-height: 1.55;
    font-weight: 550;
}

.ytk-include-exclude-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ytk-list-card {
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 10px 24px rgba(7,31,45,0.035);
}

.ytk-list-card h3 {
    margin: 0 0 18px;
    color: #071f2d;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.5px;
    font-weight: 850;
}

.ytk-list-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 11px;
}

.ytk-list-card li {
    position: relative;
    padding-left: 30px;
    color: rgba(7,31,45,0.68);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.ytk-list-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
}

.ytk-list-card-positive li::before {
    background: #024f4d;
}

.ytk-list-card-negative li::before {
    background: #c72a3d;
}

.ytk-not-suitable-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(199,42,61,0.045), transparent 36%),
        #fffafa;
}

.ytk-not-suitable-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ytk-not-suitable-list span {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(199,42,61,0.16);
    color: #c72a3d;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 750;
}

/* FAQ */

.ytk-faq-list {
    display: grid;
    gap: 10px;
}

.ytk-faq-item {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    overflow: hidden;
}

.ytk-faq-item summary {
    position: relative;
    min-height: 64px;
    padding: 0 58px 0 20px;
    color: #071f2d;
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.ytk-faq-item summary::-webkit-details-marker {
    display: none;
}

.ytk-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(2,79,77,0.08);
    color: #024f4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.ytk-faq-item[open] summary::after {
    content: "–";
    background: #024f4d;
    color: #ffffff;
}

.ytk-faq-answer {
    padding: 0 20px 20px;
}

.ytk-faq-answer p {
    margin: 0 0 12px;
    color: rgba(7,31,45,0.66);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.ytk-faq-answer p:last-child {
    margin-bottom: 0;
}

.ytk-faq-answer strong {
    color: #071f2d;
    font-weight: 800;
}

/* REVIEWS */

.ytk-reviews-wrap #comments,
.ytk-reviews-wrap #review_form_wrapper {
    margin: 0;
}

.ytk-reviews-wrap .woocommerce-Reviews-title {
    margin: 0 0 18px !important;
    color: #071f2d !important;
    font-size: 21px !important;
    font-weight: 850 !important;
    letter-spacing: -0.4px !important;
}

.ytk-reviews-wrap .commentlist {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: grid !important;
    gap: 14px !important;
}

.ytk-reviews-wrap li.review {
    margin: 0 !important;
}

.ytk-reviews-wrap .comment_container {
    padding: 20px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,31,45,0.08) !important;
    box-shadow: 0 10px 24px rgba(7,31,45,0.035) !important;
}

.ytk-reviews-wrap img.avatar {
    display: none !important;
}

.ytk-reviews-wrap .comment-text {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.ytk-reviews-wrap .star-rating {
    float: none !important;
    margin: 0 0 8px !important;
    color: #ffb000 !important;
}

.ytk-reviews-wrap .meta {
    margin: 0 0 8px !important;
    color: rgba(7,31,45,0.56) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.ytk-reviews-wrap .description p {
    margin: 0 !important;
    color: rgba(7,31,45,0.70) !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
    font-weight: 500 !important;
}

/* RELATED PRODUCTS */

.ytk-related-section .related {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

.ytk-related-section .related > h2 {
    margin-top: 0 !important;
}

.ytk-related-section ul.products::before,
.ytk-related-section ul.products::after {
    display: none !important;
    content: none !important;
}

.ytk-related-section ul.products {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.ytk-related-section ul.products li.product,
.ytk-related-section ul.products li.product.first,
.ytk-related-section ul.products li.product.last,
.ytk-related-section ul.products li.ytk-home-product-card {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* RELATED CARD - SAME STRUCTURE AS ARCHIVE/HOMEPAGE */

.ytk-related-section .ytk-home-product-card {
    min-width: 0;
}

.ytk-related-section .ytk-home-product-link {
    height: 100%;
    min-height: 430px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    color: #071f2d;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(7,31,45,0.035);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ytk-related-section .ytk-home-product-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(7,31,45,0.10);
}

.ytk-related-section .ytk-home-product-image {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    background: #e7eeee;
}

.ytk-related-section .ytk-home-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    margin: 0 !important;
    transition: none;
}

.ytk-related-section .ytk-home-product-link:hover .ytk-home-product-image img {
    transform: none;
}

.ytk-related-section .ytk-home-product-badge {
    position: absolute;
    left: 13px;
    top: 13px;
    max-width: calc(100% - 26px);
    padding: 7px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.92);
    color: #071f2d;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ytk-related-section .ytk-home-product-body {
    flex: 1;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

.ytk-related-section .ytk-home-product-title {
    color: #071f2d;
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: -0.25px;
    font-weight: 800;
}

.ytk-related-section .ytk-home-product-excerpt {
    margin-top: 9px;
    color: rgba(7,31,45,0.58);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

.ytk-related-section .ytk-home-product-bottom {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: flex-end;
}

.ytk-related-section .ytk-home-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #024f4d;
    line-height: 1.2;
}

.ytk-related-section .ytk-home-product-price small {
    color: rgba(7,31,45,0.46);
    font-size: 10.5px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.ytk-related-section .ytk-home-product-price strong {
    color: #024f4d;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 850;
}

.ytk-related-section .ytk-home-product-price em {
    color: rgba(7,31,45,0.48);
    font-size: 11.5px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
}

.ytk-related-section .ytk-home-product-price del {
    color: rgba(7,31,45,0.32);
    font-weight: 500;
}

.ytk-related-section .ytk-home-product-price ins {
    text-decoration: none;
}

/* Hide default WooCommerce pieces if any appear */

.ytk-related-section ul.products li.product .button,
.ytk-related-section ul.products li.product .star-rating {
    display: none !important;
}

/* BOOKING CARD */

.ytk-product-booking-card {
    position: sticky;
    top: 118px;
    z-index: 20;
    width: 100%;
    height: max-content;
    padding: 22px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.15);
    box-shadow: 0 18px 46px rgba(7,31,45,0.08);
}

body.admin-bar .ytk-product-booking-card {
    top: 150px;
}

.ytk-product-booking-price {
    margin-bottom: 18px;
}

.ytk-product-booking-price > span {
    display: block;
    margin-bottom: 6px;
    color: rgba(7,31,45,0.66);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.ytk-product-booking-price strong {
    color: #024f4d;
    display: inline-flex;
    align-items: baseline;
    font-size: 25px;
    line-height: 1;
    font-weight: 850;
}

.ytk-product-booking-price .amount {
    color: #024f4d;
}

.ytk-product-booking-price small {
    margin-left: 7px;
    color: #071f2d;
    font-size: 13px;
    font-weight: 650;
}

/* YITH FORM CLEAN */

#booking-form .yith_wcbk_booking_form_shortcode_summary {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#booking-form .product_title.entry-title,
#booking-form .product_meta,
#booking-form .woocommerce-product-rating,
#booking-form .price {
    display: none !important;
}

#booking-form form.cart,
#booking-form .cart {
    margin: 0 !important;
}

#booking-form .yith-wcbk-form-section {
    margin: 0 0 12px !important;
}

#booking-form .yith-wcbk-form-section__label {
    display: none !important;
}

#booking-form .yith-wcbk-form-section__content input,
#booking-form .yith-wcbk-form-section__content select,
#booking-form .yith-wcbk-date-picker,
#booking-form .yith-wcbk-date-picker--formatted,
#booking-form #yith-wcbk-booking-persons {
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef2f5 !important;
    color: #071f2d !important;
    outline: 0 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    box-shadow: none !important;
}

#booking-form .yith-wcbk-date-picker-wrapper {
    position: relative !important;
}

#booking-form .yith-wcbk-booking-date-icon {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0.72 !important;
    pointer-events: none !important;
}

#booking-form .yith-wcbk-form-section-dates-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}

#booking-form .yith-wcbk-form-section-dates-date-time {
    display: none !important;
}

#booking-form .yith-wcbk-form-section-duration .yith-wcbk-form-section__content {
    min-height: 52px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #eef2f5 !important;
    display: flex !important;
    align-items: center !important;
    color: #071f2d !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

#booking-form .yith-wcbk-people-selector__toggle-handler {
    min-height: 52px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef2f5 !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
}

#booking-form .yith-wcbk-people-selector__totals {
    color: #071f2d !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

#booking-form .yith-wcbk-people-selector__fields-container {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
    padding: 10px 14px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,31,45,0.12) !important;
    box-shadow: 0 20px 48px rgba(7,31,45,0.18) !important;
    z-index: 9999 !important;
}

#booking-form .yith-wcbk-people-selector__field {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(7,31,45,0.08) !important;
}

#booking-form .yith-wcbk-people-selector__field:last-of-type {
    border-bottom: 0 !important;
}

#booking-form .yith-wcbk-people-selector__field__title {
    flex: 1;
    color: #071f2d !important;
    font-size: 13px !important;
    font-weight: 650 !important;
}

#booking-form .yith-wcbk-people-selector__field__totals {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#booking-form .yith-wcbk-people-selector__field__minus,
#booking-form .yith-wcbk-people-selector__field__plus {
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: #eef2f5 !important;
    color: #024f4d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#booking-form .yith-wcbk-people-selector__field__total {
    color: #071f2d !important;
    font-size: 14px !important;
    font-weight: 750 !important;
}

#booking-form .yith-wcbk-form-section-totals {
    margin-top: 12px !important;
}

#booking-form .yith-wcbk-booking-form-totals {
    padding: 12px 0 !important;
    border-top: 1px solid rgba(7,31,45,0.10) !important;
    border-bottom: 1px solid rgba(7,31,45,0.10) !important;
}

#booking-form #yith-wcdp-add-deposit-to-cart {
    margin: 14px 0 0 !important;
}

#booking-form .yith-wcdp-deposit-mandatory .label {
    min-height: 46px !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
    background: rgba(2,79,77,0.07) !important;
    color: #071f2d !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

#booking-form .single_add_to_cart_button,
#booking-form button.single_add_to_cart_button,
#booking-form .button.alt {
    width: 100% !important;
    min-height: 54px !important;
    height: 54px !important;
    margin-top: 14px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #024f4d !important;
    color: #ffffff !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

#booking-form .single_add_to_cart_button:hover,
#booking-form button.single_add_to_cart_button:hover,
#booking-form .button.alt:hover {
    background: #087a74 !important;
}

.ytk-product-whatsapp-link {
    min-height: 44px;
    margin-top: 13px;
    border-radius: 999px;
    border: 1px solid rgba(7,31,45,0.16);
    color: #071f2d;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-weight: 750;
}

.ytk-product-whatsapp-link:hover {
    border-color: rgba(2,79,77,0.28);
    color: #024f4d;
}

/* DATEPICKER */

#ui-datepicker-div,
.ui-datepicker {
    z-index: 999999 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 80px rgba(7,31,45,0.22) !important;
}

/* LIGHTBOX */

html.ytk-lightbox-open,
body.ytk-lightbox-open {
    overflow: hidden !important;
}

.ytk-product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    padding: 42px 96px;
    background: rgba(7,16,24,0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.ytk-product-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ytk-product-lightbox-stage {
    min-width: 0;
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 16px;
}

.ytk-product-lightbox-stage img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    display: block;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0,0,0,0.45);
    background: rgba(255,255,255,0.06);
}

.ytk-product-lightbox-stage figcaption {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.88);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.ytk-product-lightbox-close,
.ytk-product-lightbox-arrow {
    border: 0;
    cursor: pointer;
    font-family: 'Poppins', Arial, sans-serif;
}

.ytk-product-lightbox-close {
    position: absolute;
    right: 32px;
    top: 28px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.ytk-product-lightbox-arrow {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}

.ytk-product-lightbox-prev {
    justify-self: start;
}

.ytk-product-lightbox-next {
    justify-self: end;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .ytk-product-top-inner {
        grid-template-columns: 1fr;
    }

    .ytk-product-booking-col {
        padding-top: 0;
    }

    .ytk-product-booking-card {
        position: relative;
        top: auto;
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    .ytk-product-top {
        padding: 22px 0 42px;
    }

    .ytk-section-kicker {
        font-size: 13px;
        font-weight: 750;
        letter-spacing: 1.05px;
    }

    .ytk-section-kicker::before {
        font-size: 22px;
    }

    .ytk-product-top-inner {
        width: calc(100% - 28px);
    }

    .ytk-product-heading h1 {
        font-size: 31px;
        letter-spacing: -1.2px;
        line-height: 1.08;
    }

    .ytk-product-meta-row {
        font-size: 13px;
    }

    .ytk-product-gallery {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: none;
        scroll-behavior: auto;
        overscroll-behavior-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        padding-bottom: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ytk-product-gallery::-webkit-scrollbar {
        display: none;
    }

    .ytk-product-gallery-item {
        flex: 0 0 84%;
        height: 300px;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
        border-radius: 10px;
    }

    .ytk-product-gallery-item:hover img {
        transform: none;
        filter: none;
    }

    .ytk-product-intro {
        margin-top: 18px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #ffffff;
    }

    .ytk-product-intro p {
        font-size: 14.5px;
        line-height: 1.68;
        font-weight: 450;
    }

    .ytk-private-gulet-section,
    .ytk-private-benefits-section,
    .ytk-route-section,
    .ytk-expect-section,
    .ytk-info-section,
    .ytk-faq-section,
    .ytk-reviews-section,
    .ytk-related-section {
        margin-top: 18px;
        padding: 18px 0;
        border: 0;
        border-radius: 0;
        background: #ffffff;
        overflow: visible;
    }

    .ytk-technical-section {
        margin-top: 18px;
        padding: 20px 16px;
        border-radius: 22px;
        overflow: hidden;
    }

    .ytk-private-gulet-section h2,
    .ytk-technical-section h2,
    .ytk-route-section h2,
    .ytk-expect-section h2,
    .ytk-info-section h2,
    .ytk-faq-section h2,
    .ytk-reviews-section h2,
    .ytk-related-section .related > h2 {
        font-size: 29px;
        letter-spacing: -1.1px;
        margin-bottom: 18px;
    }

    .ytk-product-feature-grid,
    .ytk-full-description-list,
    .ytk-check-list,
    .ytk-include-exclude-grid,
    .ytk-related-section ul.products {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: none;
        scroll-behavior: auto;
        overscroll-behavior-x: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
        width: 100% !important;
        max-width: 100% !important;
        padding-bottom: 10px;
        padding-right: 2px;
        margin-right: 0 !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ytk-product-feature-grid::-webkit-scrollbar,
    .ytk-full-description-list::-webkit-scrollbar,
    .ytk-check-list::-webkit-scrollbar,
    .ytk-include-exclude-grid::-webkit-scrollbar,
    .ytk-related-section ul.products::-webkit-scrollbar {
        display: none !important;
    }

    .ytk-product-feature-grid > *,
    .ytk-full-description-list > *,
    .ytk-check-list > *,
    .ytk-include-exclude-grid > *,
    .ytk-related-section ul.products li.product {
        flex: 0 0 78% !important;
        max-width: 78% !important;
        min-width: 0 !important;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
    }

    .ytk-product-feature,
    .ytk-full-day-card,
    .ytk-check-list > div,
    .ytk-list-card,
    .ytk-related-section ul.products li.product {
        box-shadow: none !important;
    }

    .ytk-product-feature:hover,
    .ytk-related-section ul.products li.product:hover {
        transform: none;
        box-shadow: none !important;
    }

    .ytk-product-feature {
        min-height: auto;
        padding: 18px;
        border-radius: 22px;
    }



    .ytk-private-gulet-feature-list,
    .ytk-technical-grid {
        grid-template-columns: 1fr;
    }

    .ytk-private-gulet-feature,
    .ytk-technical-card {
        box-shadow: none !important;
    }

    .ytk-private-benefits-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ytk-private-benefits-title strong {
        max-width: none;
        font-size: 18px;
    }

    .ytk-private-benefits-list {
        grid-template-columns: 1fr;
    }

    .ytk-route-timeline::before {
        left: 20px;
        width: 8px;
        top: 24px;
        bottom: 24px;
    }

    .ytk-route-item {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 13px;
        padding-bottom: 14px;
    }

    .ytk-route-marker {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        margin-top: 15px;
    }

    .ytk-route-marker-logo img {
        width: 32px;
        height: 32px;
    }

    .ytk-route-item > div {
        padding: 14px 15px;
        border-radius: 18px;
    }

    .ytk-route-item h3 {
        font-size: 14.5px;
    }

    .ytk-route-item p {
        font-size: 13px;
    }

    .ytk-full-description-list {
        align-items: stretch !important;
    }

    .ytk-full-day-card {
        grid-template-columns: 1fr;
        gap: 12px;
        height: auto;
        align-self: stretch !important;
        padding: 18px;
        border-radius: 22px;
    }

    .ytk-full-day-card > span {
        justify-self: start;
    }

    .ytk-full-day-card h3 {
        font-size: 17px;
    }

    .ytk-full-day-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ytk-list-card {
        padding: 18px;
        border-radius: 22px;
    }


    .ytk-technical-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ytk-technical-card {
        min-height: auto;
        padding: 17px;
        border-radius: 20px;
        box-shadow: none;
    }

    .ytk-related-section ul.products li.product img {
        height: 230px !important;
    }

    .ytk-product-lightbox {
        padding: 72px 18px 28px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "stage stage"
            "prev next";
        gap: 16px;
        align-content: center;
    }

    .ytk-product-lightbox-stage {
        grid-area: stage;
    }

    .ytk-product-lightbox-stage img {
        max-height: calc(100vh - 190px);
        border-radius: 18px;
    }

    .ytk-product-lightbox-prev {
        grid-area: prev;
        justify-self: end;
    }

    .ytk-product-lightbox-next {
        grid-area: next;
        justify-self: start;
    }

    .ytk-product-lightbox-arrow {
        width: 54px;
        height: 54px;
        font-size: 44px;
    }

    .ytk-product-lightbox-close {
        right: 18px;
        top: 18px;
        width: 44px;
        height: 44px;
        font-size: 30px;
    }
}

/* PRIVATE GULET REFINEMENTS - COMPACT TECHNICAL DETAILS + BENEFIT CARDS */

@media (max-width: 760px) {
    .ytk-private-benefits-grid,
    .ytk-technical-grid {
        grid-template-columns: 1fr;
    }

    .ytk-private-benefit-card {
        min-height: auto;
        padding: 15px;
        border-radius: 18px;
        box-shadow: none;
    }

    .ytk-technical-section {
        padding: 20px 16px;
    }

    .ytk-technical-card {
        min-height: 62px;
        padding: 12px 13px;
        border-radius: 17px;
        box-shadow: none;
    }

    .ytk-technical-card > div {
        gap: 4px 7px;
    }
}