a:focus,a:active {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
body {
    font-family: "Noto",sans-serif !important;
}

/* 加载动画样式 */
.loading-bkg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #409eff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #409eff transparent transparent transparent;
}

.lds-ring span:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring span:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring span:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* END 加载动画样式 */

.search-container,
.container-right {
    float: left;
}

.search-banner-wrap {
    position: relative;

    .banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: normal;
        margin-top: 10%;
        .banner-title {
            color: #fff;
             font-family: "Noto",sans-serif;
            font-weight: 400;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .banner-subtitle {
            color: #019269;
             font-family: "Noto",sans-serif;
            font-weight: 400;
            font-size: 48px;
            line-height: 100%;
            letter-spacing: 0%;
            margin-top: 23px;
        }
    }
}
/*旅行團下拉樣式*/
.search-wrap {
    width: 100%;
    /* width: 800px; */
    /* margin-top: 23px; */
    /* background-color: pink; */
    height: 91px;
    background-color: rgba(217, 217, 217, 0.8);
    padding: 22px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 22px;
    /* 添加平滑過渡 */
     .search-Button {
            width: 200px;
            height: 43px;
            /* background: #75BCB1; */
            border: 1px solid #4BB8A7;
             font-family: "Noto",sans-serif;
            font-weight: 400;
            font-style: Regular;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
            border-radius: 0.3rem;
            color: #4BB8A7;
            cursor: pointer;
            transition: filter 0.2s ease;
        }
}

.search-banner-wrap-media .search-wrap {
    background-color: rgba(217, 217, 217, 0.8);
}

/* 置頂狀態樣式 */
.date-actions.sticky {
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.98);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    margin: 0;
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* 在小屏幕下調整置頂內邊距 */
@media (max-width: 1024px) {
    .date-actions.sticky {
        padding: 16px 0;
    }
}

.search-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding: 15px calc((100% - 1000px) / 2);
    /* 保持內容在中間 1000px 區域 */
    height: auto;
}
.search-page-wrap{
   padding: 15px calc((100% - 1000px) / 2);
}


/* 在小屏幕下調整置頂內邊距 */
@media (max-width: 1024px) {
    .search-wrap.sticky {
        padding: 15px 20px;
    }
}

@media (min-width: 993px) {
    .date-actions.sticky {
        /*  為旅行團SearchBar樣式高度+ 91px -10px self padding */
        top:calc(var(--desktop-header-height, 134px) + 75px);
       
    }

    .search-wrap.sticky {
        top: var(--desktop-header-height, 134px);
        /* animation: smoothScroll 1s ease 1s forwards; */
        animation: 1s ease 0s 1 normal forwards running smoothScroll;
    }
}

.search-wrap .select-trip {
    width: 150px;
    height: 43px;
    background-color: rgba(255, 255, 255, 1);
     font-family: "Noto",sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    border-radius: 0.3rem;
}

.search-wrap select:focus {
    outline: none;
    border: 1px solid rgba(117, 188, 177, 1);
}


/* 输入框样式 */
.trip-input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #75BCB1;
    border-radius: 0.3rem;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

/* 下拉箭头 */
.trip-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    transition: transform 0.3s;
}

.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.dropdown-btn-text {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 下拉面板：宽度与输入框完全一致 */
.trip-dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    border: 1px solid #75BCB1;
    border-top: none;
    border-radius: 0.3rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}
.trip-dropdown .trip-dropdown-media{
    border-top: 1px solid #4BB8A7;
    border-radius: 0.3rem;
}

.trip-dropdown.trip-dropdown-search-media {
    position: unset;
    border: unset;
    box-shadow: unset;
    /* padding: 20px; */
    margin-bottom: 20px;
}

.trip-dropdown.trip-dropdown-search-media .trip-dropdown-media {
    border: unset;
    padding: unset
}

/* 下拉面板展开状态（箭头旋转） */
.trip-dropdown.show {
    display: block;
}

.trip-input.active .trip-arrow,
.cruiseCompany-btn.active .dropdown-arrow,
.route-filter-btn.active .dropdown-arrow,
.select-destination-input.active .dropdown-arrow,
.date-input.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* 选项样式 */
.select-trip-option {
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border: 1px solid #FFF;
    border-radius: 0.3rem;
}

/* 选项hover/选中样式 */
.search-banner-wrap .trip-dropdown .select-trip-option.selected,
.select-trip-option.selected {
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    color: #000000;
    border: 1px solid #4BB8A7 !important;
}

/* 搜索按钮样式 */
.search-btn {
    width: 100%;
    height: 45px;
    /* background-color: #75BCB1; */
    color: #75BCB1;
    border: 1px solid #75BCB1;
    border-radius: 0.3rem;
    font-size: 18px;
    cursor: pointer;
    line-height: 100%;
    /* transition: background-color 0.3s; */
    padding: 13px 20px;
    border-radius: 6px;
    transition: all 0.2s;
    /* 移动端优化 */
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

/*旅行團下拉樣式*/

/*目的地下拉樣式*/
.select-destination {
    width: 330px;
    height: 43px;
    position: relative;
     font-family: "Noto",sans-serif;
    color: #333;
}

.select-destination-input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.select-destination-input::placeholder {
    color: #aaa;
}

.select-destination-input:focus {
    outline: none;
    border: 1px solid rgba(117, 188, 177, 1);
}

.select-destination-dropdown {
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    background: #fff;
    padding: 20px;
    /* margin-bottom: 20px; */
    display: none;
    z-index: 10;
    width: 420px;
    position: absolute;
    top: 55px;
    left: 0;
}

.select-destination-dropdown.select-destination-dropdown-media {
    position: unset;
    width: 100%;
    border: unset;
    padding: 0px;
    margin-bottom: 20px;
}

.select-destination-dropdown.show {
    display: block;
}

/* 
.dropdown-destination-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
} */

.options-destination-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

.option-destination-item.action {
    border: 1px solid #4BB8A7;
    background: #75BCB1;
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));


}

.option-destination-item {
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 0.3rem;
     font-family: "Noto",sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid #A0A0A0
}

.option-destination-item .single {
    grid-column: 2 / 3;
}

.select-trip-option:first-child {
    /* border-top: 1px solid #4BB8A7; */
}

/*目的地下拉樣式*/

/*日期下拉樣式*/
/* 容器 */
.select-date {
    position: relative;
}

/* 输入框 */
.date-input {
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    width: 200px;
    height: 45px;
    color: #333;
}

.date-input span {
     font-family: "Noto",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.date-input:focus {
    outline: none;
    border-color: #70c1b3;
}

/* 下拉箭头 */
.date-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
}

/* 下拉面板 */
.date-dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    border: 1px solid #70c1b3;
    background: #fff;
    padding: 20px;
    display: none;
    z-index: 10;
    width: 320px;
    border-radius: 0.3rem;
}

.date-dropdown.date-dropdown-search-media {
    position: unset;
    width: 100%;
    border: unset;
}

.date-dropdown.show {
    display: block;
}

.date-dropdown-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.date-section-title {
    font-size: 20px;
    margin: 15px 0;
    color: #333;
}

/* 选项网格 */
.options-date-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 10px;
    margin-bottom: 25px;
}

.month-grid {
    grid-template-columns: repeat(4, 1fr);
}

.option-date-item {
    font-size: 18px;
    text-align: center;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 0.3rem;
    cursor: pointer;
}

.option-date-item.selected {
    background-color: #70c1b3;
    color: #fff;
    border-color: #70c1b3;
}

/* 按钮组 */
.btn-group {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.btn {
    flex: 1;
    height: auto;
    font-size: 18px;
    border: 1px solid #70c1b3;
    border-radius: 0.3rem;
    cursor: pointer;
}

.btn-apply {
    background-color: #70c1b3;
    color: #fff;
}

.btn-reset {
    /* background-color: #fff;
    color: #70c1b3; */
}

/*第二份日期下拉*/
.date-picker {
    width: 100%;
    border-radius: 8px;
    background: #fff;
     font-family: "Noto",sans-serif;
}

/* 年份切换栏 */
.date-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.year-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: all 0.2s;
    /* 移动端点击反馈 */
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-all-media .date-actions {
    margin-bottom: 20px;
}

.year-display {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 月份面板 - 移动端适配 */
.month-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.month-item {
    width: calc(33.33% - 6px);
    height: 30px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    transition: all 0.2s;
    /* 移动端优化 */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 选中状态（修复无效果问题） */
.month-item.checked {
    border: 1px solid #4BB8A7;
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
}

/* 操作按钮 - 移动端适配 */
.date-actions {
    margin-top: 20px;
    gap: 10px;
    justify-content: space-between;
    /* display: grid; */
    display: flex;
    grid-template-columns: repeat(2, 1fr);
}

.btn-reset {
    background: #fff;
    color: #666;
     font-family: "Noto",sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* 选中结果展示 */
.selected-result {
    margin-top: 15px;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

/*第二份日期下拉*/

/*日期下拉樣式*/

/*contaion*/
.search-container-wrap {
    max-width: 1280px;
    margin: auto;
}

.search-container {
    /* max-width: 100%; */
    background: #fff;
    padding: 20px;
}

.breadcrumb {
    font-size: 18px;
    color: #495057;
    margin-bottom: 24px;
    padding: 0;
    background-color: unset;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.result-count {
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 32px;
}

.filter-section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
    /*padding: 20px;*/
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-header {
    cursor: pointer;
}

.accordion-content {
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    /* max-height: 2000px; 默認展開 */
    opacity: 1;
    padding-top: 10px;
    /* 增加頂部內邊距，防止滑塊被遮擋 */
    padding-bottom: 10px;
    /* 增加底部內邊距 */
}

.accordion-item.collapsed .accordion-content {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.accordion-item.collapsed .filter-header {
    margin-bottom: 0;
}

.accordion-header .arrow {
    transition: transform 0.3s ease;
}

.accordion-item.collapsed .accordion-header .arrow {
    transform: rotate(180deg);
}

.filter-section.accordion-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.filter-header .arrow {
    font-size: 20px;
    color: #6c757d;
}

.filter-subtitle {
    font-size: 18px;
    color: #20c997;
    margin-bottom: 16px;
    font-weight: 500;
}

/* 新增：手機版自定義複選下拉項目樣式 (對齊郵輪公司樣式) */
.checkbox-dropdown-item-media .accordion-content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 讓學生秒懂的二欄佈局 */
    gap: 10px 15px; /* 上下左右的呼吸空間 */
    padding-bottom: 20px;
}

.checkbox-dropdown-item-media .filter-item {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0.3rem; /* 親切的圓角樣式 */
    background: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px; /* 骨架高度統一，排列更整齊 */
    line-height: 1.4;
    word-break: break-word; /* 防止文字太長撐破骨架 */
}

/* 當項目被點擊選中時的樣式 (對應 JS 切換的 active 或 action) */
.checkbox-dropdown-item-media .filter-item.active,
.checkbox-dropdown-item-media .filter-item.action {
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    border: 1px solid #4BB8A7;
    color: #000;
}

.year-group,
.month-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 20px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.checkbox-item input {
    width: 20px;
    height: 20px;
    accent-color: #20c997;
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.input-group input {
    flex: 1;
    padding: 5px 10px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 18px;
    max-width: 100px;
}

.input-group span {
    font-size: 18px;
    color: #6c757d;
}

.filter-day {
    max-width: 100%;
}

.filter-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.filter-title .arrow {
    color: #888;
    font-size: 24px;
}

/* 双滑块轨道容器 */
.range-slider {
    position: relative;
    height: 5px;
    background: #e0e0e0;
    /* 灰色底轨 */
    border-radius: 0.3rem;
    margin-bottom: 25px;
    touch-action: pan-y;
    /* 只允许垂直滚动，不干扰水平拖动 */
}

/* 绿色选中轨道 */
.range-slider .track {
    position: absolute;
    height: 5px;
    background: #40a99c;
    /* 绿色轨道 */
    border-radius: 0.3rem;
    z-index: 1;
    left: 0%;
    width: 100%;
}

/* 绿色圆形滑块 - 增大触摸区域 */
.range-slider .thumb {
    position: absolute;
    width: 16.56px;
    height: 16.56px;
    background: #40a99c;
    /* 绿色滑块 */
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    /* 移动端触摸优化 */
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    /* 扩大触摸热区 */
    box-shadow: 0 0 0 10px rgba(64, 169, 156, 0.01);
}

.input-group span {
    color: #666;
    font-size: 22px;
}

.container-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #fff;
}

.container-right-header span {
     font-family: "Noto",sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
}

.container-right-header .tip {
     font-family: "Noto",sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;

}

/* 排序栏基础样式 */
.sort-bar {
    display: flex;
    padding: 8px 0px 8px 15px;
    border-radius: 0.3rem;
    cursor: pointer;
    /* 鼠标悬浮显示手型 */
    user-select: none;
    /* 禁止文字选中 */
    justify-content: end;
}

.sort-by-departureorprice {
    color: #000000;
    border-radius: 0.3rem;
    border: 2px solid #A0A0A0;
    padding: 7px 16px;
    font-size: 16px;
}

.sort-bar .icon-sort {
    color: #4BB8A7;
    padding-right: 5px;
}

/* 图标样式 */
.sort-bar .icon {
    display: flex;
    align-items: center;
    gap: 8px;
    /* 图标和文字间距 */
    font-size: 18px;
    width: 12.69873046875;
    height: 14.512834548950195;
    top: 1.74px;
    left: 2.65px;
    opacity: 1;
    border-width: 1.5px;
    color: #4BB8A7;
}

/* 选中项样式（可自定义） */
.sort-bar .icon span.active {
    background: #4BB8A733;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #4BB8A7
}

/*contaion*/

/* 限时优惠顶部栏 */
.discount-bar {
    /* background: #005a8e; */
    color: #333;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #005a8e;
    border-bottom: none;
}

/* 产品列表容器 */
.product-list {
    width: 100%;
    border: 1px solid #005477;
}

/* 单个产品项 */
.product-item {
    display: flex;
    /* border-bottom: 1px solid #005477; */
    transition: background-color 0.2s;
    background: #FFF;
}
.product-item:not(:last-child){
    border-bottom: 1px solid #005477;
}

/* 图片区域 */
.product-img {
    width: 28%;
    display: flex;
    align-items: center;
}

.product-img img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

/* 信息区域 */
.product-info {
    flex: 1;
    /* 占据剩余宽度 */
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.product-code-top {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    display: flex;
    gap: 0 20px;
}

.product-code {
    display: inline-block;
    /* background: #4bb8a7; 
    color: #fff;
    padding: 6px; */
    color: #5c5c5c;
    padding: 0px;
    border-radius: 0.3rem;
    /* font-size: 14px; */
    /* font-family: "Noto",sans-serif; */
    font-weight: 400;
    /* 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; 
    font-style: Semi Bold; 
    */
    /* 开启修剪：同时修首尾 */
    /* text-box-trim: both; */
    /* 以 Cap Height 为顶部基准，基线为底部基准 */
    text-box-edge: cap alphabetic;
    width: fit-content;

}

.product-title {
     font-family: "Noto",sans-serif;
    font-weight: 400;
    /* font-style: Bold; */
    font-size: 16px;
    /* 核心：控制显示 2 行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 固定显示 2 行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 美观样式（可自行调整） */
    /* font-size: 14px; */
    line-height: 1.5;
    /* 行高 */
    /* color: #333;*/
    color: #26779d;
    margin: 0;
    word-break: break-all;
    /* 长文本强制换行 */
    white-space: normal;
}

/* 价格区域 */
.product-price {
    width: 28%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* color: #019269; */
    color: #005477;
    background: #F7FCF9;
    /*  font-family: "Noto",sans-serif;
    font-weight: 700; */
    font-family: "Noto",sans-serif;
    font-weight: 400;
    /* font-style: Bold; */
    font-size: 25px;
    line-height: 100%;
    flex-direction: column;

}

.price-unit {
     font-family: "Noto",sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;

}

.product-price-detail-btn {
    width: 100%;
    padding: 5px 0px;
    background-color: #42b9a0;
    color: #fff;
    border: none;
    border-radius: 0.3rem;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.product-info-row {
    display: flex;
    width: 72%;
}

.container-limitedTimeDiscount {
    padding-bottom: 20px;
}

/* 产品卡片容器 - 桌面端三栏布局 */
.product-card {
    max-width: 1200px;
    /* margin: 0 auto; */
    background: #fff;
    border: 1px solid #e8f5e9;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.container-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 图片区域 - 桌面端 */
.card-img {
    width: 28%;
    height: 254px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 信息区域 - 桌面端 */
.card-info {
    width: 52%;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-card-tworow {
    display: flex;font-size: 16px;padding: 4px 0px;
}
.product-card-code {
    margin: 0;
    width: fit-content;
    /* background: #4bb8a7; */
    /* color: #fff; */
    /* padding: 6px; */
    border-radius: 0.3rem;
    /* font-size: 14px; */
    /* font-family: "Noto",sans-serif; */
    /* font-weight: 400; */
    padding-right: 15px;
    /* color: #005477; */
    /* color: #5c5c5c;  */
}

.product-card-title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #26779d;
    /* font-weight: 800;
    color: #005477; */
}

.product-subtitle {
    font-size: 14px;
    color: #5c5c5c;
    margin: 0;
}

.product-price-card {
    font-size: 25px;
    font-weight: 400;
    /* color: #00a862;
     */
    color: #005477;
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.price-unit-card {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-left: 5px;
}

.product-desc {
    font-size: 14px;
    /* color: #666; */
    /* color: #005477; */
    color: #5c5c5c;
    line-height: 1.7;
    margin: 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal; */
}

/* 航空公司图标区域 */
.airline-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-top: auto;
}

.airline-logos img {
    height: 30px;
    width: 20%;
    object-fit: contain;
}

/* 右侧操作区域 - 桌面端 */
.card-actions {
    width: 20%;
    background-color: #f8fdf9;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
    border-left: 1px solid #e8f5e9;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    justify-content: end;
}

.action-item svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

.price-detail-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.download-link {
    border-bottom: 1px solid #333;
}

.detail-btn {
    width: 100%;
    padding: 5px;
    background-color: #42b9a0;
    color: #fff;
    border: none;
    border-radius: 0.3rem;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.product-card-date {
    color: #aaa;
}

/*lsit card*/

/* 分页容器 */
.pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    justify-content: center;
}

/* 分页项通用样式 */
.pagination-item {
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 0.3rem;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
}

/* 激活态样式 */
.pagination-item.active {
    background-color: #42b9a0;
    border-color: #42b9a0;
    color: #fff;
}

/* 禁用态样式 */
.pagination-item.disabled,
.product__btn-prev.disabled,
.product__btn-next.disabled {
    color: #bdbdbd;
    cursor: not-allowed;
    pointer-events: none;
    /* 真正禁用点击事件 */
    display: none !important;
}
/* 省略号样式 */
.pagination-ellipsis {
    width: auto;
    padding: 0 8px;
    border: none;
    color: #bdbdbd;
    cursor: default;
}

/* 分页 */

/*手機端搜索欄*/
/* 搜索栏容器 */
.search-bar {
    width: 100%;
    max-width: 1200px;
    border: unset;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    gap: 20px;
}

/* 图标通用样式 */
.search-icon,
.filter-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #42b9a0;
    transition: transform 0.2s ease;
}

.search-icon:active,
.filter-icon:active {
    transform: scale(0.95);
}

/* 搜索图标（放大镜） */
.search-icon svg {
    width: 36px;
    height: 36px;
    fill: #42b9a0;
}

/* 中间文字区域 */
.search-text {
    flex: 1;
    font-size: 48px;
    font-weight: 500;
    color: #222;
    letter-spacing: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 筛选图标（三条线带点） */
.filter-icon svg {
    width: 40px;
    height: 40px;
    fill: #42b9a0;
}

/*手機端搜索欄*/


/*郵輪公司Select*/
/* 頂部篩選欄 */

.cruiseCompany-dropdown {
    position: relative;
     font-family: "Noto",sans-serif;
    color: #333;
}

.cruiseCompany-btn {
    padding: 0 10px;
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 165px;
    height: 45px;
    text-align: left;
}

/* 下拉彈窗 */
.cruiseCompany-dropdown-content {
    position: absolute;
    top: 55px;
    left: 0;
    width: 420px;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #42b9a0;
    border-radius: 0.3rem;
    padding: 24px;
    z-index: 10;
    display: none;
}

.cruiseCompany-dropdown-content-media {
    background: #fff;
    border-radius: 0.3rem;
}

.cruiseCompany-dropdown-content.show {
    display: block;
}

/* 多選選項區 - 核心修改：扩大点击区域 */
.cruiseCompany-checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
    margin-bottom: 30px;
}

/* 关键1：将整个item设为可点击，cursor指针 */
.cruiseCompany-checkbox-item,
.cruiseCompany-checkbox-item-media {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    /* 鼠标悬浮显示指针，提示可点击 */
    position: relative;
    /* 为label绝对定位做准备 */
    min-height: 30px;
    /* 保证最小高度，避免点击区域塌陷 */
}

/* 关键3：label覆盖整个item区域，让空白处也能触发 */
.cruiseCompany-checkbox-label {
    line-height: 1.4;
    flex: 1;
    /* 占满剩余宽度 */
    cursor: pointer;
    /* 核心：扩大点击区域到整个item */
    display: block;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    height: 100%;
}

.cruiseCompany-checkbox-label.active {
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    border: 1px solid #4BB8A7;
    border-radius: 0.3rem;
    /*color: #42b9a0;*/
    /*font-weight: 500;*/
}

/*.cruiseCompany-checkbox-label .en {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/

/* 按鈕區 */
.btn-group {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 12px 36px;
    border-radius: 0.3rem;
    font-size: 20px;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

.btn.apply {
    background-color: #42b9a0;
    color: #fff;
    border: none;
}

.btn.reset {
    background-color: #fff;
    color: #999;
    border: 2px solid #42b9a0;
}

/*郵輪公司Select*/

/*選擇航線*/
/* 頂部篩選欄 */


.route-filter-dropdown {
    position: relative;
     font-family: "Noto",sans-serif;
    color: #333;
}

.route-filter-btn {
    padding: 0 10px;
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 165px;
    height: 45px;
    text-align: left;
}

/* 下拉彈窗 */
.route-dropdown-content {
    position: absolute;
    top: 55px;
    left: 0;
    width: 420px;
    max-width: 90vw;
    background: #fff;
    border: 1px solid #42b9a0;
    border-radius: 0.3rem;
    padding: 24px;
    z-index: 10;
    display: none;
}

.route-dropdown-content.show {
    display: block;
}

.route-dropdown-title,
.dropdown-destination-title,
.company-dropdown-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.route-dropdown-title-media,
.country-dropdown-title-media {
    font-size: 12px;
    color: #3B9489;
    margin-bottom: 10px;
    font-weight: 700;
}

/* 航線按鈕群組 */
.route-btn-group,
.cruiseName-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.route-option-btn,
.cruiseName-option-btn {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    background: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.route-option-btn.active,
.cruiseName-option-btn.active {
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    border: 1px solid #4BB8A7;
    /*font-weight: 700;*/
}

.route-dropdown-content-media {
    padding-bottom: 15px;
}

/*選擇航線*/
/*郵輪名稱*/
/* 游轮名称标题容器 - 可用于放置箭头 */
.cruiseName-dropdown-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-right: 8px;
}

/* 选项容器默认显示 */
.route-btn-group,
.cruiseName-btn-group {
    transition: all 0.2s ease;
}

/* 选项容器收起状态 */
.route-btn-group.hide,
.cruiseName-dropdown-media.hide {
    display: none;
}

/*郵輪名稱*/

/*国家选择*/
.country-dropdown-content-media {
    background: #fff;
    border-radius: 0.3rem;
}

.country-checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
    margin-bottom: 30px;
}

.country-checkbox-item-media {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    /* 鼠标悬浮显示指针，提示可点击 */
    position: relative;
    /* 为label绝对定位做准备 */
    min-height: 30px;
    /* 保证最小高度，避免点击区域塌陷 */
}

.country-checkbox-label {
    line-height: 1.4;
    flex: 1;
    /* 占满剩余宽度 */
    cursor: pointer;
    /* 核心：扩大点击区域到整个item */
    display: block;
    font-weight: 400;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    height: 100%;
    text-align: center;
}

.country-checkbox-label.active {
    background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    border: 1px solid #4BB8A7;
    border-radius: 0.3rem;
}

/*国家选择*/
.date-actions-1 {
    grid-template-columns: repeat(1, 1fr);
}

.date-actions-1 .search-btn {
    border: 1px solid #4BB8A7;
    color: #4bb8a7;
}
.desktop-display-none {
    display: none;
}

.display-none {
    display: none;
}

.disabled-element {
    background-color: #ededed !important;
    color: #999 !important;
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.search-disabled {
    opacity: 0.45;
    filter: grayscale(0.4);
    cursor: not-allowed !important;
}

.search-validation-message {
    position: fixed;
    left: 50%;
    top: 16px;
    transform: translateX(-50%) translateY(-6px);
    background: rgba(0, 0, 0, 0.82);
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    max-width: min(92vw, 520px);
    text-align: center;
}

.search-validation-message.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/*团号input样式*/
.input-tourcode {
    width: 60%;
}

.input-tourcode input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid rgba(117, 188, 177, 1);
    border-radius: 0.3rem;
    font-size: 16px;
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
}

/*END团号input样式*/

.product-label {
    width: fit-content;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #70c1b36e;
    border-color: #4bb8a7;
    color: #000000;
    font-weight: 400;
}

.product-first-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

/* rewrite 分页器 */
.pagination>li {
    cursor: pointer;
    display: inline-flex;
}

.pagination__number {
    border-bottom: 0.2rem solid #FFF;
}
/* rewrite 分页器 */
/* fix home page bug */
.tab.type-e .tab__nav-item+.tab__nav-item::before{
    z-index: 0 !important; 
}
/* END fix home page bug */
@media (hover: hover) and (pointer: fine) {
    /* rewrite 冲突 */
    a {
        text-decoration: none !important;
    }
    /*  .header__nav>.has-submenu.active:hover>.dropdown-menu{
        display: block ;
    } */
    /* end rewrite  */
    .filter-item:hover {
        border: 1px solid #4BB8A7;
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    }
    .product-price-detail-btn:focus {
        color: #FFF;
    }
    .desktop_product-card-onetext {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }

    .desktop_product-card-twotext {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }
    .search-container-wrap {
        display: none;
    }
    .search-banner-wrap .search-banner-img {
        /* height: 84.4vh; */
         height: 86vh;
    }
    .search-Button:not(.search-disabled):hover {
        filter: brightness(1.1);
        color: #FFF;
        /* background-color: #75BCB1; */
        background-color: #4BB8A7;
    }

    .search-Button.search-disabled:hover,
    .btn-confirm.search-disabled:hover {
        filter: grayscale(0.4);
    }

    .select-trip-option:hover {
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
        /* color: #000000; */
        border: 1px solid #4BB8A7 !important;
    }

    .option-destination-item:hover {
        background-color: #f0f8ff;
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
        border: 1px solid #4BB8A7;
    }

    .search-btn:hover {
        background-color: #5a9e94;
        color: #FFF;
    }

    .option-date-item:hover:not(.selected) {
        background-color: #f0f8f7;
    }

    .year-btn:hover {
        background-color: #5a9e94;
        color: #FFF;
    }

    .btn-confirm:not(.search-disabled):hover {
        filter: brightness(1.1);
    }

    .btn-reset:hover {
        background-color: #5a9e94;
        color: #FFF;
    }

    .product-price .product-price-detail-btn:hover,
    .card-actions .detail-btn:hover {
        color: #fff !important;
        text-decoration: unset !important;
    }

    .cruiseCompany-checkbox-label:hover,
    .country-checkbox-label:hover {
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
        border: 1px solid #4BB8A7;
        border-radius: 0.3rem;
    }

    .route-option-btn:hover,
    .cruiseName-option-btn:hover {
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
        border: 1px solid #4BB8A7;
    }

    .route-dropdown-content-media .route-option-btn:hover {
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
        border: 1px solid #4BB8A7;
    }

    .month-item:hover {
        border: 1px solid #4BB8A7;
        background: linear-gradient(0deg, rgba(117, 188, 177, 0.2), rgba(117, 188, 177, 0.2));
    }

    .filter-icon:hover {
        background: #3B9489;
        box-shadow: 0 4px 12px rgba(66, 185, 160, 0.28);
        transform: translateY(-1px);
    }
}

/*手機端*/
@media (max-width: 992px) {
    .product-price {
        margin-top: auto;
        margin-bottom: 6px;
    }
    /* rewrite 冲突 */
    .dropdown-menu {
        float: unset !important;
    }
    /* end rewrite 冲突 */
    .date-actions-1 .btn-confirm {
        background: #4BB8A7;
        color: #fff;
         font-family: "Noto",sans-serif;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 16px;
        letter-spacing: 0%;
        cursor: pointer;
        transition: filter 0.2s ease;
    }
    .search-banner-wrap.search-banner-wrap-media .content-wrap {
        padding: 24px 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .search-banner-wrap.search-banner-wrap-media .content-wrap>div:first-child {
        width: 100%;
        min-width: 0;
    }

    .search-banner-wrap.search-banner-wrap-media .search-wrap {
        width: 100%;
        /* max-width: 420px; */
        height: auto;
        padding: 24px;
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .search-banner-wrap.search-banner-wrap-media .search-wrap .select-trip,
    .search-banner-wrap.search-banner-wrap-media .cruiseCompany-dropdown,
    .search-banner-wrap.search-banner-wrap-media .route-filter-dropdown,
    .search-banner-wrap.search-banner-wrap-media .select-date,
    .search-banner-wrap.search-banner-wrap-media .input-tourcode,
    .search-banner-wrap.search-banner-wrap-media .search-Button {
        width: 100%;
    }

    .search-banner-wrap.search-banner-wrap-media .trip-input,
    .search-banner-wrap.search-banner-wrap-media .cruiseCompany-btn,
    .search-banner-wrap.search-banner-wrap-media .route-filter-btn,
    .search-banner-wrap.search-banner-wrap-media .date-input,
    .search-banner-wrap.search-banner-wrap-media #TourCode {
        width: 100%;
    }

    .search-banner-wrap.search-banner-wrap-media .search-Button {
        height: 56px;
        width: 100%;
    }

    .search-banner-wrap.search-banner-wrap-media .trip-dropdown {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .search-banner-wrap.search-banner-wrap-media .cruiseCompany-dropdown-content,
    .search-banner-wrap.search-banner-wrap-media .route-dropdown-content {
        width: 100%;
        max-width: 100%;
        left: 0;
    }

    .media-display-none {
        display: none;
    }

    .desktop-display-none {
        display: block;
    }

    .filter-icon {
        width: auto;
        height: auto;
        padding: 8px 12px;
        border: 1px solid #4BB8A7;
        background: #4BB8A7;
        color: #fff;
        border-radius: 999px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 2px 8px rgba(66, 185, 160, 0.2);
        transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .filter-icon:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(66, 185, 160, 0.2);
    }

    .search-banner-wrap {
        height: 167.19px;
    }

    .search-banner-wrap-media {
        height: 540px;
    }

    .trip-dropdown-media {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border: 1px solid #75BCB1;
        padding: 20px;
    }

    /*.trip-dropdown.trip-dropdown-search-media .trip-dropdown-media{*/
    /*    padding: unset;*/
    /*}*/
    .trip-dropdown .select-trip-option {
        border: 1px solid #A0A0A0
    }

    .container-right-header-display {
        display: flex;
        flex-direction: column;
    }

    .container-right-header {
        justify-content: end;
        padding: 5px;
        order: 2;
    }

    .sort-bar {
        order: 1;
    }

    .search-banner-wrap {
        .content-wrap {
            justify-content: unset;
            align-items: unset;
            padding: 24px 24px;
            flex-direction: column;
        }

        .content-wrap .banner-title {
            font-size: 16px;
        }

        .content-wrap .banner-subtitle {
            font-size: 24px;
        }

        .search-wrap {
            width: 100%;
            flex-direction: column;
            height: 100%;
            display: none;
        }

        .search-wrap-media {
            display: flex;
        }

        .search-wrap .select-trip {
            width: 100%;
        }

        .select-destination {
            width: 100%;
        }

        .date-input {
            width: 100%;
        }

        .content-wrap .search-Button {
            width: 100%;
        }

        .date-dropdown,
        .select-destination-dropdown {
            width: 100%;
        }

        .trip-dropdown .select-trip-option.all {
            display: none;
        }

    }

    /*限時特惠*/
    .product-info {
        padding: 5px 20px 2px 20px;
        gap: unset;
        flex: unset;
    }

    .product-price {
        padding: 0px 20px;
        font-size: 24px;
    }

    .product-img,
    .product-info,
    .product-price {
        width: unset;
    }

    /*.product-code-top{*/
    /*    flex-direction: column;*/
    /*}*/

    .product-img img {
        width: 125px;
        height: 125px;
    }

    .product-price {
        padding-top: 0;
        background: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product-price-detail-btn {
        width: 40%;
        font-size: 14px;
    }

    .product-info-row {
        flex-direction: column;
        /* 移动端垂直排列 */
        width: 100%;
    }

    .product-code-top .product-title {
        display: block;
        font-size: 14px;
    }

    /*限時特惠*/
    /*lsit card*/
    .product-card {
        flex-direction: column;
        border-radius: 0;
        width: 100%;
    }

    .card-img,
    .card-info,
    .card-actions {
        width: 100%;
    }

    .card-img {
        display: block;
    }

    .card-img img {
        height: 100%;
    }

    .card-info {
        padding: 20px;
    }

    .product-desc {
        font-size: 14px;
    }

    .airline-logos {
        gap: 15px;
    }

    .airline-logos img {
        height: 24px;

    }

    .card-actions {
        padding: 20px;
        align-items: flex-start;
        border-left: none;
        border-top: 1px solid #e8f5e9;
        background-color: #fff;
        gap: 15px;
    }

    .action-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .product-price-card {
        font-size: 25px;
        align-self: center;
        position: unset;
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .detail-btn {
        width: 100%;
    }

    /*lsit card*/
    /* 分页 */
    .pagination {
        gap: 8px;
    }

    .pagination-item {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .pagination-ellipsis {
        padding: 0 4px;
        font-size: 18px;
    }

    /* 分页 */

    /*手機端搜索欄*/
    .search-bar {
        gap: 5px;
        display: flex;
        position: inherit;
        /* border: 2px solid #42b9a0; */
    }

    .search-icon svg,
    .filter-icon svg {
        width: 28px;
        height: 28px;
    }

    .search-text {
        font-size: 16px;
        letter-spacing: 1px;
        border: 2px solid #42b9a0;
        border-radius: 8px;
        padding: 10px 16px;
    }

    /*.container.col-lg-3{*/
    /*    position: inherit;*/
    /*}*/

    .filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 900;
    }

    .filter-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .filter-all-media {
        /*padding: 20px;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*z-index: 10;*/
        /*background: #ffffff;*/
        /*margin: 20px;*/
        /*border: 2px solid #42b9a0;*/
        /*border-radius: 8px;*/
        padding: 20px;
        position: absolute;
        left: 0;
        top: 120%;
        z-index: 1000;
        background: #ffffff;
        border: 2px solid #42b9a0;
        border-radius: 8px;
        width: 100%;
        display: none;


    }

    .filter-all-media.show {
        display: block;
    }

    /*手機端搜索欄*/
    /*目的地*/
    #SearchDestinationDropdown-media,
    #countryDropdown-media {
        display: none;
    }

    /*郵輪公司Select*/
    .cruiseCompany-btn {
        width: 100%;
        font-size: 16px;
        /* padding: 10px 16px; */
    }

    .cruiseCompany-dropdown-content {
        width: 100%;
        padding: 16px;
    }

    .cruiseCompany-checkbox-item,
    .cruiseCompany-checkbox-item-media,
    .country-checkbox-item-media {
        font-size: 16px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 18px;
    }

    /*郵輪公司Select*/

    /*選擇航線*/
    .route-filter-btn {
        width: 100%;
        font-size: 16px;
        /* padding: 10px 16px; */
    }

    .route-dropdown-content {
        width: 100%;
        padding: 16px;
    }

    .route-btn-group,
    .cruiseName-btn-group {
        gap: 10px;
    }

    .route-option-btn,
    .cruiseName-option-btn {
        font-size: 16px;
        padding: 10px;
    }

    /*選擇航線*/

    /*团号input样式*/
    .input-tourcode {
        width: 100%;
        margin-bottom: 20px;
    }

    /*团号input样式*/
}