.ad-details-action {
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: auto !important;
}

.add-to-cart-button {
    justify-content: center;
}

.price i {
    color: #fff;
}

.item.thumbnail-image img {
    width: 80% !important;
    object-fit: contain;
    height: 120px;
}

.price-cart.mobile {
    display: none;
}

.price-cart.desktop {
    display: block;
}

.price-cart h3 {
    font-size: 30px !important;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.price-cart h3 span {
    font-size: 18px;
    text-decoration: line-through;
    font-weight: 500;
}

.price-cart a {
    width: 160px;
    border: 1px solid #2d6ab3;
    background: #1c721c;
    color: #fff;
    padding: 10px 15px;
    margin: auto;
    display: flex;
    border-radius: 7px;
    align-items: center;
}

.price-cart a i {
    margin-left: 15px;
}

.ad-details-action a,
.ad-details-action button {
    width: 30%;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 18px !important;
}

.h61 {
    font-size: 15px !important;
}

.single-content h2 {
    font-size: 38px !important;
}

.ad-details-desc p,
.ad-details-safety p {
    font-size: 15px;
}

#sync1 .item {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1 .owl-item img {
    height: 475px;
    object-fit: contain;
}

.owl-carousel .animated {
    animation-duration: 1.5s !important;
}

.dandik,
.bamdik {
    opacity: unset !important;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-details-author .author-img img {
    height: 100px;
}

.wishlistButton.fas {
    background: var(--primary);
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.ad-details-breadcrumb {
    margin-bottom: 18px;
    position: static;
}

.tag-list {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    background: var(--chalk);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.tag-list p {
    margin-right: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.ad-details-meta .rating i {
    background: var(--rating);
}

.form-group1 {
    margin-bottom: 20px;
}

.form-group1 .label {
    font-weight: bold;
}

.form-group1 .input-field,
.form-group1 .select-field,
.form-group1 .textarea-field {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group1 .textarea-field {
    height: 100px;
}

.form-group1 .submit-button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-group1 .submit-button:hover {
    background-color: #45a049;
}

.video-list {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f9fafb;
    column-gap: 10px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.video-list p {
    text-align: right;
}

.ad-details-specific {
    grid-template-columns: repeat(1, 1fr);
}

.ad-details-specific p {
    text-align: end;
}

.ad-details-specific1 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contactSeller {
    background-color: #eb3f33;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    margin: auto;
}

.contactSeller a {
    width: 100%;
    justify-content: center;
}

.js-star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.js-star {
    font-size: 28px;
    margin-right: 4px;
    cursor: pointer;
    transition: transform 0.1s;
}

.js-star:hover {
    transform: scale(1.15);
}

.js-star i {
    color: #bbb;
}

.review-login-notice {
    padding: 14px 0 8px;
}

.review-section-card {
    padding: 18px 20px 20px;
}

.review-summary {
    display: grid;
    grid-template-columns: minmax(180px, 220px) 1fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 22px;
}

.review-summary-score {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    padding: 18px;
    text-align: center;
}

.review-summary-score strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #111827;
    margin-bottom: 8px;
}

.review-summary-score small {
    color: #6b7280;
    font-size: 0.92rem;
}

.review-summary-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.review-summary-stars i {
    color: #f59e0b;
    font-size: 1rem;
}

.review-summary-copy {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-summary-copy h6 {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 700;
}

.review-summary-copy p {
    margin: 0;
    color: #6b7280;
    font-size: 0.96rem;
    line-height: 1.55;
}

.review-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.review-item {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eff6ff;
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    overflow: hidden;
    flex-shrink: 0;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-profile {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.review-meta {
    flex: 1;
    min-width: 0;
}

.review-meta h6 {
    margin-bottom: 6px;
    color: #111827;
    font-weight: 700;
}

.review-meta span {
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 500;
}

.review-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.review-rating-row ul {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.review-rating-row i {
    color: #f59e0b;
}

.review-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
}

.review-desc {
    margin: 0;
    color: #374151;
    line-height: 1.65;
}

.empty-reviews {
    border: 1px dashed #d1d5db;
    border-radius: 16px;
    background: #fafafa;
    text-align: center;
    padding: 26px 18px;
    color: #6b7280;
}

.review-form-shell {
    margin-top: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 20px;
}

.review-form-head {
    margin-bottom: 16px;
}

.review-form-head h5 {
    margin-bottom: 6px;
    color: #111827;
    font-size: 1.1rem !important;
    font-weight: 700;
}

.review-form-head p {
    margin: 0;
    color: #6b7280;
    font-size: 0.94rem;
}

.review-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.review-form .form-group {
    margin-bottom: 14px;
}

.review-form label {
    display: block;
    margin-bottom: 6px;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
}

.review-form .form-control,
.review-form .custom-select {
    border-radius: 12px;
    border: 1px solid #d1d5db;
    padding: 11px 14px;
    min-height: 48px;
    box-shadow: none;
}

.review-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.review-form .form-control:focus,
.review-form .custom-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.review-helper-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: -6px 0 14px;
    color: #6b7280;
    font-size: 0.85rem;
}

.rating-caption {
    color: #374151;
    font-size: 0.92rem;
    font-weight: 600;
    margin-left: 8px;
}

.review-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
}

.review-submit[disabled] {
    opacity: 0.75;
    cursor: not-allowed;
}

.contact-modal-form .form-group {
    margin-bottom: 14px;
}

.contact-modal-form label {
    display: block;
    margin-bottom: 6px;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-modal-form .form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: none;
}

.contact-modal-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.contact-modal-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

.contact-modal-actions .btn {
    min-width: 110px;
    border-radius: 999px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 17px !important;
    }

    .ad-details-title {
        font-size: 19px !important;
    }

    .single-content h2 {
        font-size: 18px !important;
    }

    #sync1 .owl-item img {
        height: 225px;
        object-fit: contain;
    }

    .ad-details-specific1 {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }

    .video-list {
        overflow: scroll;
    }

    .rating.mobile {
        display: none;
    }

    .price-cart.mobile {
        display: block;
    }

    .price-cart.desktop {
        display: none;
    }

    .review-summary {
        grid-template-columns: 1fr;
    }

    .review-form-grid {
        grid-template-columns: 1fr;
    }

    .review-section-card,
    .review-form-shell {
        padding: 16px;
    }
}
