#bread2 a {
    font-weight: 600;
    text-decoration: none;
    color: var(--blue);
    font-size: 14px;
    transition: .3s ease-in-out;
}
#bread2 a:hover { color: var(--blue2); }
#bread2 i {
    margin-top: 2px;
    font-size: 11px;
}
#bread2 p {
    font-weight: 600;
    font-size: 14px;
    color: #797979;
}

.date p
{
   color: #797979;
   font-size:13px;
}

.deals-head h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--blue3);
}

.deal-subTitle
{
    color: #797979;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.deal-vendor
{
    color: #797979;
    font-size:13px;
}

.deal-vendor a {
    color: var(--blue);
    text-decoration: none;
    transition: .3s ease-in-out;
}

.deal-vendor a:hover { color: var(--blue2); }

.deal-main-img {
    width: 100%;
    height: 505px;
    border-radius: 20px;
}

.deal-image-slider {
    position: relative;
    width: 100%;
}

.deal-slide {
    display: none;
}

.deal-slide.active {
    display: block;
}

.deal-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
    z-index: 5;
}

.deal-slider-btn.prev {
    left: 15px;
}

.deal-slider-btn.next {
    right: 15px;
}

.deal-slider-btn:hover {
    background: rgba(0,0,0,.75);
}

.deal-side-card {
    position: sticky;
    top: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 30px;
    background: var(--white);
    transition: all .3s ease-in-out;
    box-shadow: 0 12px 25px rgba(0,0,0,.06);
}
.deal-side-card h4 {
    font-size: 22px;
    margin-bottom: 22px;
}
.offer-preview-card {
    border: 1px solid #d7d7d7;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.offer-preview-head {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #edf0f4;
    background: #f8fafc;
}

.offer-company-logo {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
}

.offer-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.offer-preview-head h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--blue3);
}

.offer-preview-head a {
    color: #797979;
    font-size: 12px;
    text-decoration: none;
    word-break: break-word;
}

.offer-preview-content {
    padding: 18px;
}

.offer-type-badge {
    display: inline-block;
    background: #eef2ff;
    color: var(--blue);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 12px;
}

.offer-preview-content h4 {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 800;
    color: var(--blue3);
    margin-bottom: 10px;
}

.offer-preview-content p {
    font-size: 13px;
    color: #797979;
    line-height: 1.5;
    margin-bottom: 12px;
}

.offer-preview-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.offer-preview-price strong {
    font-size: 30px;
    color: var(--blue);
    line-height: 1;
}

.offer-preview-price del {
    color: #999;
    font-size: 13px;
}

.offer-preview-price span {
    background: #d8f8e6;
    color: #00994d;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 6px;
}

.promo-code-box {
    border: 1px dashed #cbd5ff;
    background: #f8fbff;
    border-radius: 10px;
    padding: 11px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.promo-code-box small,
.redemption-url-box small {
    display: block;
    font-size: 10px;
    color: #555;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 4px;
}

.promo-code-box b {
    color: var(--blue);
    letter-spacing: 2px;
    font-size: 14px;
}

.promo-code-box button {
    border: none;
    background: transparent;
    color: var(--blue);
    font-size: 17px;
    cursor: pointer;
}

.redemption-url-box {
    border: 1px solid #edf0f4;
    background: #fff;
    border-radius: 10px;
    padding: 11px 12px;
    margin-bottom: 12px;
}

.redemption-url-box a {
    display: block;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
}

.claim-deal-btn {
    display: block;
    background: var(--blue);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    margin-top: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: .3s;
}

.claim-deal-btn:hover {
    background: var(--black);
    color: #fff;
}

.offer-preview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #edf0f4;
}

.offer-preview-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.offer-preview-meta i {
    color: #9ca3af;
}

.plan-select {
    height: 55px;
    border-radius: 9px;
}
.price-box-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}
.price-box {
    border: 2px solid #aaa;
    border-radius: 14px;
    padding: 15px;
    min-height: 123px;
}
.price-box.active {
    border-color: #e6462e;
    box-shadow: 0 8px 18px rgba(230,70,46,.15);
}
.price-box label {
    font-size: 14px;
    font-weight: 700;
}
.price-main {
    font-size: 27px;
    font-weight: 800;
    color: #243247;
}
.old-price {
    color: #999;
    text-decoration: line-through;
    font-weight: 700;
}
.buy-btn {
    width: 100%;
    border: none;
    background: #d9432e;
    color: #fff;
    height: 86px;
    border-radius: 8px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(217,67,46,.22);
}
.deal-note {
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
.limited {
    text-align: center;
    color: #e6462e;
    margin: 30px 0;
    position: relative;
}
.limited:before,
.limited:after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #e6462e;
    vertical-align: middle;
    margin: 0 15px;
}
.deal-terms {
    border-top: 1px solid #e0e0e0;
    padding-top: 22px;
}
.deal-terms h5 {
    font-size: 16px;
    margin-bottom: 14px;
}
.term-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.term-list li {
    margin-bottom: 12px;
    color: #536076;
    font-size: 15px;
}
.term-list li:before {
    content: "✓";
    color: #e6462e;
    background: #fff0ed;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 10px;
}

.tldr-box
{
    padding: 1.4rem;
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    transition: all .3s ease-in-out;
    box-shadow: 0 12px 25px rgba(0,0,0,.06);
}
.tldr-box h2 {
    font-size: 26px;
    font-weight:700;
    margin-bottom: 30px;
    color: var(--blue3);
}
.tldr-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tldr-box li {
    color: #797979;
    font-size:14px;
    margin-bottom:8px;
}
.tldr-box li.status-yes:before {
    content: "✓";
    color: #28a745;
    background: #eaf8ee;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 6px;
    margin-right: 12px;
}
.tldr-box li.status-no:before {
    content: "✕";
    color: #dc3545;
    background: #fdecec;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 6px;
    margin-right: 12px;
}

.product-selection-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px;
    margin: 35px 0;
    background: linear-gradient(135deg, #ffffff 0%, #0d6efd21 100%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.product-selection-head {
    margin-bottom: 22px;
}

.product-selection-head span {
    display: inline-block;
    background: #f3f7fc;
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.product-selection-head h4 {
    color: var(--blue3);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.product-preview-card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
}

.product-preview-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-preview-divider {
    height: 1px;
    background: #edf0f4;
    margin: 18px 0;
}

.product-preview-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.preview-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.preview-label {
    color: #797979;
    font-size: 13px;
    font-weight: 700;
}

.preview-label i {
    width: 16px;
    margin-right: 4px;
}

.preview-value {
    color: var(--black);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.preview-value a {
    color: var(--blue);
    text-decoration: none;
}

.preview-value a:hover
{
    color:#064baf;
    text-decoration:none;
}

.product-visit-btn {
    display: block;
    margin-top: 20px;
    text-align: center;
    background: var(--blue);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.product-visit-btn:hover {
    background: var(--black);
    color: #fff;
}

.product-preview-title strong a {
    font-size: 20px;
    line-height: 1.4;
}

.product-preview-title strong a:hover {
    color: #064baf !important;
}

.product-preview-logo {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.product-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.product-info-item {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.product-info-label {
    width: 130px;
    min-width: 130px;
    color: #797979;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-info-value {
    flex: 1;
    min-width: 0;
    color: #263244;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.product-preview-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    border-radius: 0;
}

.product-preview-title strong a:hover {
    color: var(--blue);
}

.product-preview-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.product-category-badge {
    background: #f3f7fc;
    color: var(--black);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight:600;
}

.product-preview-meta a {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.product-preview-meta a:hover {
    color: var(--blue);
}

.product-dot {
    color: #cbd5e1;
}

.deal-tabs {
    display: flex;
    border-bottom: 1px solid #79797975;
    margin: 40px 0 0px;
}
.deal-tabs a {
    flex: 1;
    text-align: center;
    padding: 14px;
    color: #797979;
    text-decoration: none;
    font-weight: 700;
    font-size:15px;
}
.deal-tabs a.active {
    color: var(--blue3);
    border: 1px solid #797979ba;
    border-bottom: none;
    font-weight:700;
    font-size:15px;
    border-radius: 6px 6px 0 0;
}
.deal-section {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.deal-section h2 {
    font-size: 31px;
    margin-bottom: 25px;
    color: #303945;
}
.deal-section h3 {
    font-size: 27px;
    margin: 25px 0 18px;
}

.feature-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 35px;
}
.feature-card img {
    width: 100%;
    border-radius: 8px;
}

.testimonial-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
}
.stars {
    color: #ff9900;
    margin-bottom: 18px;
}
.plan-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    border-radius: 8px;
    overflow: hidden;
}
.plan-table th,
.plan-table td {
    padding: 20px;
    border-right: 1px solid #aaa;
    text-align: center;
}
.plan-table th:first-child,
.plan-table td:first-child {
    text-align: left;
}
.plan-table tr:nth-child(even) {
    background: #f7f7f7;
}
.plan-table .check {
    color: #178244;
    font-size: 22px;
}

#qa
{
    border-bottom:none;
}

#qa h4 {
    margin: 0 0 15px;
    color: var(--blue3);
    font-size: 26px;
    font-weight: 700;
}
#qa p {
    color: #797979;
    font-size: 14px;
}
.deal-faq-accordion {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.deal-faq-item {
    border-bottom: 1px solid #ddd;
}

.deal-faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 22px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

.deal-faq-question i {
    font-size: 16px;
    transition: .25s;
    color: #111;
}

.deal-faq-answer {
    display: none;
    padding: 0 14px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--black);
}

.deal-faq-item.active .deal-faq-question {
    color: var(--blue);
}

.deal-faq-item.active .deal-faq-question i {
    transform: rotate(180deg);
}

.deal-faq-item.active .deal-faq-answer {
    display: block;
}

.related-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.related-card img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.related-card-body {
    padding: 20px;
}
.related-card h4 {
    font-size: 21px;
    line-height: 1.3;
}
.related-price {
    font-size: 30px;
    font-weight: 800;
}
.related-btn {
    display: block;
    text-align: center;
    border: 1px solid #e6462e;
    color: #e6462e;
    padding: 14px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 700;
}
.deal-share-dropdown {
    position: relative;
    display: inline-block;
}

.share-trigger {
    background: transparent;
    border: none;
    color: var(--blue);
    font-size: 14px;
    cursor: pointer;
}

.share-popup {
    position: absolute;
    top: 38px;
    right: 0;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    display: flex;
    gap: 12px;
    z-index: 100;
    min-width: max-content;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
}

.share-popup::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 38px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
}

.deal-share-dropdown:hover .share-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.share-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #555;
    text-decoration: none;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    transition: .3s;
}

.share-icon:hover {
    background: #ececec;
    color: #111;
}

.copy-link-btn {
    cursor: pointer;
}

.review-empty-box {
    background: #fff;
    border-radius: 22px;
    padding: 55px 20px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(59, 87, 240, .10);
}

.review-empty-box h5 {
    font-size: 22px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 24px;
}

.write-review-btn {
    border: none;
    background: var(--blue);
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
}

.write-review-btn:hover
{
    background:var(--black);
}

.review-card {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 28px;
    height: 100%;
    background: #fff;
}

.review-stars {
    margin-bottom: 28px;
}

.review-stars i {
    color: #d8dde3;
    font-size: 18px;
    margin-right: 3px;
}

.review-stars i.active {
    color: #ffc107;
    font-size: 18px;
}

.review-card p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--black);
    margin-bottom: 22px;
}

.review-card h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin: 0;
}
.rating-row {
    display: grid;
    grid-template-columns: 140px auto 70px;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.rating-label {
    font-size: 18px;
    color: #111827;
}

.star-rating {
    display: flex;
    gap: 6px;
}

.rating-star {
    font-size: 26px;
    color: #d8dde3;
    cursor: pointer;
    transition: .2s;
}

.rating-star.active,
.rating-star.hover {
    color: #ffc107;
}
#offerReviewBtn:hover
{
    background:var(--black);
}
.offer-review-section h4
{
    color: var(--blue3);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 22px;
}