/* ============================================================
   Shop page: modern refresh consistent with the rest of the
   site (guides, FAQ, Features, Download, Reviews).
   Scoped to .shopv2 so it never affects other pages.
   ============================================================ */

.shopv2 {
    background: #fff;
    padding: 10px 0 50px;
}

.shopv2 .container {
    max-width: 1000px;
}

/* ---- Intro lead under the breadcrumb ---- */
.shopv2-lead {
    max-width: 1000px;
    margin: 6px auto 22px;
    background: linear-gradient(135deg, #f4faf3, #eef6ec);
    border: 1px solid #e1ebde;
    border-left: 4px solid #3aa635;
    border-radius: 12px;
    padding: 18px 22px;
    color: #3a4734;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
}

/* ---- Centered section titles with green underline accent ---- */
.shopv2 .section-title {
    text-align: center;
    margin: 36px auto 22px;
}

.shopv2 .section-title h2 {
    display: inline-block;
    position: relative;
    color: #26331e;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0;
}

.shopv2 .section-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 164px;
    height: 4px;
    border-radius: 3px;
    background: linear-gradient(90deg, #45b53f, #1f7a1c);
}

.shopv2 .section-title hr {
    display: none;
}

/* ============================================================
   Product feature card (box image + feature list)
   ============================================================ */
.shopv2 .product-card {
    background: #ffffff;
    border: 1px solid #e8ece6;
    border-top: 3px solid #3aa635;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    padding: 26px 28px;
    margin-bottom: 6px;
    overflow: hidden;
}

/* Keep the box image and feature list side by side, vertically centred */
.shopv2 .product-card > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
}

.shopv2 .product-card > .row > .span3,
.shopv2 .product-card > .row > .span9 {
    margin-left: 0;
}

.shopv2 .product-card > .row > .span3 {
    flex: 0 0 auto;
    width: auto;
    max-width: 220px;
    margin-right: 28px;
    text-align: center;
}

.shopv2 .product-card > .row > .span9 {
    flex: 1 1 auto;
}

.shopv2 .product-card h2 {
    color: #26331e;
    font-weight: 500;
    margin-top: 0;
}

.shopv2 .discountheading {
    color: #1f7a1c;
}

.shopv2 .product-card .icons-ul li {
    color: #41493b;
    line-height: 1.55;
    margin-bottom: 16px;
}

.shopv2 .product-card .icons-ul li i.icon-li.icon-ok {
    position: absolute;
    top: 1px;
    left: -2.142857142857143em;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #45b53f, #1f7a1c);
    box-shadow: 0 3px 8px rgba(31,122,28,.30);
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    background-clip: padding-box;
}

.shopv2 .product-card .icons-ul li i.icon-li.icon-ok:before {
    content: "\f00c";
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
}

/* ============================================================
   "For Home" / "For Business" group headings with icons
   ============================================================ */
.shopv2 > .container > h3 {
    color: #26331e;
    font-weight: 500;
    margin-top: 8px;
}

.shopv2 > .container > h3 img {
    vertical-align: middle;
}

/* ============================================================
   Pricing plan boxes -> clean modern cards
   ============================================================ */
.shopv2 .in_pricing2 .plan {
    background: #ffffff;
    border: 1px solid #e8ece6;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    transition: transform .15s ease, box-shadow .15s ease;
    overflow: visible;
}

.shopv2 .in_pricing2 .plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,.10);
}

.shopv2 .in_pricing2 .plan .wrapper {
    padding: 24px 22px;
    text-align: center;
    position: relative;
}

.shopv2 .in_pricing2 .plan h3 {
    color: #26331e;
    font-weight: 500;
}

.shopv2 .in_pricing2 .plan .price span.dollar {
    color: #1f7a1c;
    font-weight: 600;
}

.shopv2 .in_pricing2 .plan .price .strike {
    color: #b23b3b!important;
}

.shopv2 .in_pricing2 .plan .price p {
    color: #5a6a52;
}

.shopv2 .in_pricing2 .plan .features p {
    color: #41493b;
}

.shopv2 .in_pricing2 .plan img.ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    max-width: 90px;
    height: auto;
}

/* ============================================================
   Buttons -> pill style consistent with the rest of the site
   ============================================================ */
.shopv2 .btn.btn-primary.btn-large {
    border-radius: 28px;
    padding: 12px 30px;
    font-weight: 500;
    border: none;
    text-shadow: none;
    background: linear-gradient(135deg, #45b53f, #1f7a1c);
    background-image: linear-gradient(135deg, #45b53f, #1f7a1c);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(31,122,28,.20);
    transition: transform .12s ease, box-shadow .12s ease;
}

.shopv2 .btn.btn-primary.btn-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(31,122,28,.28);
}

/* ============================================================
   Payment methods row
   ============================================================ */
.shopv2 .in_pricing2 .charts_wrapp .span12 p {
    color: #5a6a52;
    text-align: center;
}

/* ============================================================
   FAQ boxes -> clean cards
   ============================================================ */
.shopv2 .faq-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    gap: 24px;
}

.shopv2 .faq-row > .span6.block {
    display: flex;
    float: none;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-bottom: 55px!important;
}

.shopv2 .block .box {
    background: #ffffff;
    border: 1px solid #e8ece6;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    padding: 22px 24px;
    width: 100%;
    height: 100%;
    transition: transform .15s ease, box-shadow .15s ease;
}

.shopv2 .block .box:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,.09);
}

.shopv2 .block .box h4 {
    color: #26331e;
    font-weight: 500;
    margin-top: 0;
}

.shopv2 .block .box p {
    color: #4a5742;
    line-height: 1.6;
}

.shopv2 .block .box a {
    color: #1f7a1c;
}

.shopv2 .block .box a:hover {
    color: #15600f;
}

/* ============================================================
   Responsive tweaks
   ============================================================ */
@media (max-width: 767px) {
    .shopv2 .product-card > .row {
        display: block;
        text-align: center;
    }

    .shopv2 .product-card > .row > .span3 {
        margin: 0 auto 16px;
        max-width: 180px;
    }

    .shopv2 .in_pricing2 .plan {
        margin-bottom: 16px;
    }

    .shopv2 .faq-row {
        display: block;
    }

    .shopv2 .faq-row > .span6.block {
        margin-bottom: 16px;
    }

    .shopv2 .block .box {
        margin-bottom: 16px;
    }
}
