.cms-content ul{
    list-style: none;
    padding-left: 0;
}

.cms-content ul li{
    position: relative;
    padding-left: 1.2rem;
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

.cms-content ul li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #7e98af;
    font-weight: bold;
}

.cms-content li{
    list-style: inherit;
    margin-bottom: 0.35rem;
}

.cms-content b,
.cms-content strong{
    font-weight: 700;
    color: #111827;
}

/* -----------------------------
   General page
----------------------------- */
.product-details,
.product-description{
    background: #fff;
}

.product-details .container,
.product-description .container{
    max-width: 1280px;
}

.product-details .row{
    align-items: flex-start;
}

.product-info{
    padding-left: 34px;
}

@media (max-width: 991.98px){
    .product-info{
        padding-left: 12px;
        margin-top: 26px;
    }
}



/* -----------------------------
   Main gallery
----------------------------- */
.product-image-viewer {
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 106px;
}

.main-image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 360px;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f6f7f9 0%, #e5f0f9 100%);
    box-shadow: 0 8px 16px rgba(20,49,84,0.30);
    border-radius: 20px;
    border: 1px solid #edf1f5;
}

#mainProductImage {
    width: auto;
    max-width: 100%;
    max-height: 360px;
    border-radius: 16px;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: zoom-in;
    object-fit: contain;
}

#mainProductImage:hover{
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

#mainProductImage.zoomed {
    transform: scale(1.8);
    cursor: zoom-out;
    z-index: 10;
    border-radius: 16px;
}

.thumbnail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 86px;
    z-index: 5;
}

.thumb-img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    border: 1px solid #dfe6ee;
    box-shadow: none;
    object-fit: cover;
    transition: all 0.18s ease;
    cursor: pointer;
    opacity: 0.96;
    background: #fff;
    padding: 0;
}

.thumb-img:hover,
.thumb-img.selected,
.thumbnail-list .thumb-img.selected {
    border: 1px solid #111827 !important;
    box-shadow: none;
    opacity: 1;
    transform: translateY(-1px);
}

.thumbnail-list .thumb-img {
    border: 1px solid #dfe6ee;
    border-radius: 14px;
    transition: border 0.2s, transform 0.2s;
    box-shadow: none;
}

@media (max-width: 767.98px){
    .product-image-viewer{
        padding-left: 0;
    }

    .thumbnail-list{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
    }

    .main-image-container{
        min-height: 380px;
    }

    #mainProductImage{
        max-height: 320px;
    }

    .thumb-img{
        width: 54px;
        height: 54px;
        border-radius: 12px;
    }
}

/* -----------------------------
   Product summary
----------------------------- */
.product-details__top{
    margin-bottom: 0;
}

.product-meta-top{
    margin-bottom: 10px;
}

.product-meta-category{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.product-meta-pill{
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.product-meta-pill-light{
    background: transparent;
    color: #9ca3af;
    border-color: transparent;
}

.product-details__title{
    font-size: 3rem;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: 18px;
}

@media (max-width: 1199.98px){
    .product-details__title{
        font-size: 2.35rem;
    }
}

@media (max-width: 767.98px){
    .product-details__title{
        font-size: 2rem;
    }
}

.product-review-row{
    padding-bottom: 0;
    margin-bottom: 18px !important;
    border-bottom: none;
}

.product-rating-summary{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: auto;
}

.product-rating-summary small{
    margin: 0;
    color: #6b7280;
    font-weight: 400;
}

.product-details__top .text-warning,
.review-stars{
    color: #6a8765 !important;
    font-size: 16px;
    letter-spacing: 1px;
}

.product-details__top .text-muted{
    color: #6b7280 !important;
    font-size: 15px;
}

.wishlist-button {
    background: none;
    border: none;
    color: #111827;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    box-shadow: none;
}

.wishlist-button:hover {
    color: #111827;
    background: none;
    transform: none;
    opacity: 0.8;
}

.alert.alert-info.mt-3{
    background: #f8fafc;
    border: 1px solid #e4ebf1;
    color: #4b5563;
    padding: 14px 16px;
    border-radius: 14px !important;
    box-shadow: none;
    margin-top: 18px !important;
    font-size: 15px;
}

/* -----------------------------
   Pricing
----------------------------- */
.product-price-wrap{
    margin-top: 16px;
    margin-bottom: 18px;
}

#product-price-display{
    display: block;
}

.price-banner{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #111827;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 1.15rem;
    box-shadow: none;
    font-weight: 500;
}

.price-banner strong{
    font-weight: 700;
}

.price-banner span[style*="line-through"] strong{
    color: #8a8f98 !important;
    font-weight: 400;
}

.product-badge-row{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.btn-booking{
    display: inline-flex !important;
    align-items: center;
    background: #edf4fb;
    color: #52779a;
    border: 1px solid #d9e6f2;
    border-radius: 999px !important;
    padding: 7px 12px !important;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
}

/* -----------------------------
   Description
----------------------------- */
.product-details__content{
    margin-top: 24px;
}

.product-details__content-text1 {
    margin: 0;
    font-size: 17px;
    line-height: 1.95;
    color: #4b5563;
}

.product-info hr{
    margin: 28px 0;
    border: 0;
    border-top: 1px solid #e6ebf0;
    opacity: 1;
}

/* -----------------------------
   Purchase area
----------------------------- */
.product-add-to-cart-form{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
}

.product-add-to-cart-form::before{
    display: none;
}

.purchase-panel-header{
    margin-top: 12px;
    margin-bottom: 18px;
}

.purchase-panel-title{
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.purchase-panel-text{
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

.purchase-panel-section{
    padding-top: 4px;
}

.variation-selector{
    margin-bottom: 18px !important;
}

.variation-selector label,
.product-details__quantity-title,
.product-details__social .title h3{
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.variation-selector .form-select{
    padding-left: 16px;
    padding-right: 36px;
}

.form-select {
    font-size: 15px !important;
    min-height: 56px;
    border-radius: 14px !important;
    border: 1px solid #d5dee7 !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: none !important;
    width: 186px;
}

.form-select:focus{
    border-color: #9ab4ce !important;
    box-shadow: 0 0 0 0.16rem rgba(143,179,211,0.18) !important;
}

.shipping-info{
    background: #f8fafc;
    border: 1px solid #e4ebf1;
    border-radius: 14px;
    padding: 16px 16px;
    color: #4b5563;
    margin-top: 18px !important;
}

.shipping-info hr{
    display: none;
}

.purchase-panel-footer{
    margin-top: 24px;
}

.purchase-action-row{
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.product-details__buttons{
    margin-top: 0;
    display: flex;
    align-items: center;
}

.product-details__buttons-1{
    min-width: 240px;
}

.product-details__quantity{
    margin-top: 0;
}

.quantity-box{
    display: inline-flex;
    align-items: stretch;
    background: #f7f9fb;
    border: 1px solid #dbe4ed;
    border-radius: 16px;
    padding: 0;
    gap: 0;
    box-shadow: none;
    min-height: 56px;
    overflow: hidden;
}

.quantity-box input{
    width: 48px !important;
    text-align: center;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 18px;
    color: #111827;
}

.quantity-box .sub,
.quantity-box .add{
    width: 44px;
    height: 56px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #111827 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.quantity-box .sub:hover,
.quantity-box .add:hover{
    background: #eef2f6;
    transform: none;
}

.product-details__buttons{
    margin-top: 0;
}

.product-details__buttons-1{
    min-width: 240px;
}

.purchase-main-btn,
.product-details__buttons .theme-btn.btn-style-one,
.comment-form .theme-btn.btn-style-one{
    width: 100%;
    min-height: 56px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #7ea2c7 0%, #5d83aa 100%) !important;
    border: none !important;
    box-shadow: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.purchase-main-btn:hover,
.product-details__buttons .theme-btn.btn-style-one:hover,
.comment-form .theme-btn.btn-style-one:hover{
    transform: translateY(-1px);
    box-shadow: none !important;
    opacity: 0.96;
}

.purchase-main-btn .btn-title,
.product-details__buttons .btn-title,
.comment-form .btn-title{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
}

#variation-out-of-stock{
    margin-top: 14px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #b91c1c !important;
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 767.98px){
    .purchase-panel-footer{
        display: block;
    }
    
    .purchase-action-row{
    flex-direction: column;
    align-items: stretch;
}

.product-details__buttons-1{
    min-width: 100%;
}

    .product-details__quantity{
        margin-bottom: 18px;
    }

    .product-details__buttons-1{
        min-width: 100%;
    }
}

/* -----------------------------
   Share icons
----------------------------- */
.product-details__social{
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e6ebf0;
}

.social-icon-one.product-share{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.social-icon-one.product-share li{
    margin: 0 !important;
    list-style: none;
}

.social-icon-one.product-share a{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d8e1ea;
    color: #6889a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
    text-decoration: none;
}

.social-icon-one.product-share a:hover{
    border-color: #111827;
    color: #111827;
    transform: translateY(-1px);
}

/* -----------------------------
   Tabs section
----------------------------- */
.product-description .container.pt-0.pb-90{
    padding-top: 0 !important;
    padding-bottom: 70px !important;
}

.product-discription{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.tab-btn-box{
    margin-bottom: 32px;
    border-top: 1px solid #e6ebf0;
    border-bottom: 1px solid #e6ebf0;
    padding: 26px 0;
}

.tab-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
}

.product-tabs-modern{
    justify-content: flex-start;
    gap: 18px;
}

.tab-btns .tab-btn,
.product-tabs-modern .tab-btn{
    list-style: none;
    border: 1px solid #dbe4ed;
    background: #fff;
    color: #667085;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.18s ease;
    box-shadow: none;
    min-height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.tab-btns .tab-btn i,
.product-tabs-modern .tab-btn i{
    font-size: 14px;
}

.tab-btns .tab-btn.active-btn,
.tab-btns .tab-btn:hover,
.product-tabs-modern .tab-btn.active-btn,
.product-tabs-modern .tab-btn:hover{
    background: linear-gradient(135deg, #a4bed5 0%, #89a8c4 100%);
    border-color: #a4bed5;
    color: #fff;
    box-shadow: none;
}

.tabs-content .tab{
    background: #eff7ff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    padding: 28px;
}

.product-description__title,
.comment-box h3,
.comment-box h5{
    color: #111827;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.15;
    text-transform: none;
}

@media (max-width: 767.98px){
    .product-description__title,
    .comment-box h3,
    .comment-box h5{
        font-size: 26px;
    }

    .tab-btns,
    .product-tabs-modern{
        gap: 12px;
    }

    .tab-btns .tab-btn,
    .product-tabs-modern .tab-btn{
        font-size: 14px;
        padding: 10px 14px;
    }

    .tabs-content .tab{
        padding: 20px;
    }
}

.cms-content{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 12px;
}

.product-description__list ul li p{
    margin-bottom: 10px;
    color: #4b5563;
    line-height: 1.85;
}

.tags-box{
    margin-top: 18px;
}

.tags-box .tag-btn {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 12px;
    background-color: #fff;
    color: #6889a8;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    border: 1px solid #dce6ef;
    text-decoration: none;
}

/* -----------------------------
   Media tab
----------------------------- */
.event-audio audio {
    width: 340px;
    max-width: 100%;
}

.event-video video{
    width: 100% !important;
    max-width: 340px;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.digital-attachments ul li{
    color: #4b5563;
    line-height: 1.9;
}

/* -----------------------------
   Reviews
----------------------------- */
.review-card{
    background: #f8fafc;
    border: 1px solid #e7edf3;
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 16px;
    transition: transform 0.18s ease;
}

.review-card:hover{
    transform: translateY(-1px);
    box-shadow: none;
}

.review-card-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.review-user{
    display: flex;
    align-items: center;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
}

.review-content{
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

@media (max-width: 576px){
    .review-card-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* -----------------------------
   Comments
----------------------------- */
#comments-section {
    padding: 0;
    border-radius: 0;
}

.comment-one .comment-one__single {
    background-color: #f8fafc;
    padding: 18px;
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid #e7edf3;
    margin-bottom: 18px;
}

#comments-section .comment-one__single img,
#comments-section .comment-one__image i {
    font-size: 48px;
    color: #9ca3af;
}

.comment-one__content .comment-text {
    font-size: 16px;
    font-style: normal;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
    color: #4b5563;
}

.comment-one__single > .comment-one__content .comment-text::before,
.comment-one__single > .comment-one__content .comment-text::after,
.comment-reply .comment-text::before,
.comment-reply .comment-text::after {
    content: none !important;
}

.comment-reply {
    margin-left: 0;
    padding: 14px 0 0 16px;
    border-left: 2px solid #d1d9e0;
    background: transparent;
    border-radius: 0;
    margin-top: 12px;
}

.comment-one__content h3{
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.comment-box p{
    color: #6b7280;
}

.comment-form .form-control{
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid #d5dee7;
    box-shadow: none;
    padding: 12px 14px;
}

.comment-form textarea.form-control{
    min-height: 150px;
}

.comment-form .form-control:focus{
    border-color: #9ab4ce;
    box-shadow: 0 0 0 0.16rem rgba(143,179,211,0.18);
}

#new_comment{
    border-radius: 14px;
    background: linear-gradient(135deg, #7ea2c7 0%, #5d83aa 100%);
    border: none;
    min-height: 52px;
    padding: 10px 20px;
    font-weight: 600;
}

.custom-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 24px;
    border: none;
    width: 80%;
    max-width: 420px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(17,24,39,0.12);
}

.custom-modal-close,
.custom-modal-close-btn {
    color: #777;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
}

.custom-modal-close:hover,
.custom-modal-close:focus,
.custom-modal-close-btn:hover,
.custom-modal-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* -----------------------------
   Similar products / search area
----------------------------- */
.venue-info {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-right: 0;
}

.similar-products.mt-5{
    margin-top: 40px !important;
}

.similar-products h4,
.similar-events h4{
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

.search-bar-section{
    margin-top: 28px;
}

.shop-sidebar .sidebar-search .search-form .form-group{
    display: flex;
    gap: 0;
    align-items: stretch;
    position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    width: 100% !important;
    height: 58px;
    padding: 0 62px 0 18px;
    border-radius: 14px !important;
    outline: 0;
    background-color: #fff !important;
    border: 1px solid #d5dee7 !important;
    color: #111827 !important;
    font-size: 15px;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    top: 6px;
    height: 46px;
    width: 46px;
    margin-right: 16px;
    border: none;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #7ea2c7 0%, #5d83aa 100%);
    color: #fff;
}

.reset-product-button {
    margin-top: 0px;
    height: 58px;
    padding: 0 20px;
    line-height: 58px;
    border-radius: 14px !important;
    background: #fff !important;
    border: 1px solid #d5dee7 !important;
    color: #385676 !important;
    margin-left: 12px;
    font-weight: 600;
}

#advanced-search-filters{
    display: none;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #e6ebf0;
    border-radius: 16px;
    background-color: #fff !important;
}

.form-search-control,
.input-text {
    height: calc(2.25rem + 4px);
    padding: 10px 10px;
    border-radius: 14px;
    outline: 0;
    background-color: #fff !important;
    border: 1px solid #d5dee7 !important;
    color: #111827 !important;
    font-size: 0.9rem;
    width: 100%;
}

/* Similar items */
.similar-events{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.single-service-event {
    text-align: left;
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
}

.single-service-event:hover{
    transform: none;
    box-shadow: none;
}

.single-service-event .thum{
    position: relative;
    overflow: hidden;
    background: #f4f6f9;
    margin-bottom: 16px;
    border-radius: 18px;
}

.event-image, .product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 18px;
}

.single-service-event .details{
    margin-top: 0;
    padding: 0;
}

.single-service-event .details h5{
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.product-blurb{
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
    min-height: auto;
}

.single-service-event .price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #111827;
}

.single-service-event .btn.btn-primary{
    border: none;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #7ea2c7 0%, #5d83aa 100%);
    box-shadow: none;
}

.single-service-event .btn.btn-primary:hover{
    opacity: 0.96;
}

.discount-badge,
.free-event-banner{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: none;
}

.discount-badge{
    background: #557e61;
    color: #fff;
}

.free-event-banner{
    background: #111827;
    color: #fff;
}

.discount-banner {
    position: absolute;
    top: 70px;
    right: -40px;
    background: red;
    color: white;
    padding: 5px 46px;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(45deg);
    transform-origin: top right;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    z-index: 15;
}

.featured-banner {
    background-color: #f8c42f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 10;
    position: absolute;
}

.days-left-banner {
    top: 40px;
    background-color: #ff4d4d;
}

.owl-nav-custom{
    display: flex;
    align-items: center;
    gap: 10px;
}

#owl-nav-products button{
    border: 1px solid #d5dee7 !important;
    background: #fff !important;
    color: #385676 !important;
    transition: none;
    box-shadow: none !important;
    border-radius: 12px !important;
}

#owl-nav-products button:hover{
    border-color: #111827 !important;
    color: #111827 !important;
}

/* -----------------------------
   Misc
----------------------------- */
.slider-image,
.thumbnail-image {
    visibility: hidden;
    height: 150px;
    object-fit: cover;
    width: 100%;
    margin-top: 8px;
}

.thumbnail-slider .item figure {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
}

.venue-info {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-right: 0;
}

.details  {
    margin-top: 10px;
}

.form-search-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-search-control {
    flex: 1;
}

#event_name.form-search-control {
    color: black !important;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    width: 93% !important;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    right: 97px !important;
}

/* -----------------------------
   Tablet
----------------------------- */

@media (max-width: 991px) {

.container{
    max-width: 720px;
} 

.product-details{
    padding-left: 12px;
    padding-right: 12px;
}

.product-description{
    padding-left: 12px;
    padding-right: 12px;
}

.main-image-container{
    margin-left: auto;
    margin-right: auto;
}

.form-select {
    width: 176px;
}
    
}



/* -----------------------------
   Mobile
----------------------------- */
@media (max-width: 768px) {
    .recently-viewed-box {
        padding: 10px 5px;
    }

    .sidebar-left {
        max-width: 100%;
        margin-left: 6px;
        margin-bottom: 20px;
    }

    .reset-product-button {
        margin-top: 10px;
        margin-left: 0;
        height: 50px;
        padding: 0 14px;
        line-height: 50px;
        width: 100%;
        text-align: center;
    }

    .shop-sidebar .sidebar-search .search-form .form-group{
        flex-direction: column;
        align-items: stretch;
    }

    .shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
        width: 100% !important;
        font-size: 0.9rem;
        padding: 10px 10px 10px 12px;
    }

    .shop-sidebar .sidebar-search .search-form .form-group button {
        right: -6px !important;
        top: 10px;
        width: 38px;
        height: 38px;
        border-radius: 10px !important;
    }

    .form-search-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-group {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
    }

    .product-details__social .title{
        margin-bottom: 14px;
    }

    .social-icon-one.product-share{
        gap: 10px;
    }

    .similar-products h4,
    .similar-events h4{
        font-size: 30px;
    }

    .single-service-event .details h5{
        font-size: 21px;
    }
    
    .main-image-container{
    min-height: auto;
    padding: 18px;
}

.main-image-container{
    min-height: auto;
    padding: 18px;
}

#mainProductImage{
    max-height: 300px;
}

#mainProductImage{
    max-height: 300px;
}
}

@media (max-width: 600px) {
    .product-image-viewer {
        max-width: 100%;
    }

    .main-image-container {
        border-radius: 16px;
    }

    .thumb-img {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .form-search-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-group {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .form-search-control {
        margin-bottom: 10px;
    }

    .form-search-group button {
        width: auto;
    }

    .product-review-row{
        align-items: flex-start !important;
    }

    .product-rating-summary{
        width: 100%;
        justify-content: flex-start;
    }

    .tab-btns,
    .product-tabs-modern{
        flex-direction: column;
    }

    .tab-btns .tab-btn,
    .product-tabs-modern .tab-btn{
        width: auto;
    }
}
/* Bottom search / related area tidy-up */
.product-bottom-search-wrap{
    margin-top: 4px;
    padding-top: 26px;
}

.product-bottom-search-intro{
    max-width: 760px;
    margin: 0 auto 28px;
}

.product-bottom-search-intro h4{
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.product-bottom-search-intro p{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
}

.search-highlight{
    color: #385676;
    font-weight: 600;
}

.product-bottom-search-bar{
    margin-top: 0;
}

.product-advanced-toggle{
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    color: #5f7f9d;
    font-weight: 600;
}

.product-advanced-toggle:hover{
    color: #111827;
}

.product-advanced-filters{
    margin-top: 14px !important;
    padding: 20px !important;
    border: 1px solid #e6ebf0 !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
}

.product-search-main-row{
    align-items: center;
}

.product-related-clean{
    margin-top: 65px !important;
    padding-top: 10px;
    border-top: 1px solid #e6ebf0;
}

.product-related-header{
    margin-bottom: 22px;
}

.product-related-header h4{
    margin-bottom: 0;
}

.product-related-card .thum{
    background: #f4f6f9;
    border-radius: 18px;
    overflow: hidden;
}

.product-related-card .event-image{
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
}

.product-related-card .details{
    padding-top: 4px;
}

.product-related-card .product-blurb{
    margin-bottom: 12px;
}

.product-related-card .price{
    margin-bottom: 14px;
}

.product-related-card .btn.btn-primary{
    min-height: 48px;
    border-radius: 12px;
    padding: 10px 18px;
}

.product-search-card{
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

#owl-nav-products{
    gap: 10px;
}

#owl-nav-products button{
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px){
    .product-bottom-search-wrap{
        margin-top: 50px;
    }

    .product-bottom-search-intro h4{
        font-size: 28px;
    }

    .product-related-clean{
        margin-top: 45px !important;
    }

    .product-related-header{
        align-items: flex-start !important;
        gap: 14px;
        flex-direction: column;
    }

    .product-related-card .event-image{
        height: 220px;
    }
    /* Space out the filter fields nicely */
.product-advanced-filters .form-label{
    margin-bottom: 6px;
    display: block;
}

.product-advanced-filters .form-select{
    padding: 10px 14px;
    border-radius: 10px;
}

/* THIS is the main fix */
.product-advanced-filters .row.g-3 > .col-12{
    margin-bottom: 15px;
}

/* Add horizontal breathing room */
.product-advanced-filters .row.g-3{
    row-gap: 18px;
    column-gap: 10px;
}

/* Optional: slightly soften the boxes */
.product-advanced-filters .form-select{
    background: #fff;
    border: 1px solid #d9e2ec;
}
}

.product-search-card{
    background: #f8fafc;
    border: 1px solid #e6ebf0;
    border-radius: 18px;
    padding: 28px 24px;
    transition: all 0.25s ease;
}

.product-bottom-search-intro{
    max-width: 760px;
    margin: 0 auto 22px;
}

.product-bottom-search-bar{
    margin-top: 0;
}

.product-advanced-toggle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    color: #5f7f9d;
    font-weight: 600;
}

.product-advanced-toggle:hover{
    color: #111827;
}

.product-advanced-filters{
    margin-top: 18px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e1e8ef;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.product-search-main-row{
    align-items: center;
}

.product-search-card .shop-sidebar .sidebar-search .search-form .form-group{
    margin-bottom: 14px !important;
}

/* Space out the filter fields nicely */
.product-advanced-filters .form-label{
    margin-bottom: 6px;
    display: block;
}

.product-advanced-filters .form-select{
    padding: 10px 14px;
    border-radius: 10px;
}

/* THIS is the main fix */
.product-advanced-filters .row.g-3 > .col-12{
    margin-bottom: 15px;
}

/* Add horizontal breathing room */
.product-advanced-filters .row.g-3{
    row-gap: 18px;
    column-gap: 10px;
}

/* Optional: slightly soften the boxes */
.product-advanced-filters .form-select{
    background: #fff;
    border: 1px solid #d9e2ec;
}

@media (max-width: 768px){
    .product-search-card{
        padding: 22px 16px;
        border-radius: 16px;
    }

    .product-bottom-search-intro{
        margin-bottom: 18px;
    }

    .product-advanced-filters{
        margin-top: 16px !important;
        padding-top: 16px !important;
    }
}
