.wc-info-page { padding: 0 0 28px; width: 100%; box-sizing: border-box; }
.content_right article.wc-info-page { width: 100%; float: none; }
.content_right article.wc-info-page ul { margin: 0 0 14px; }
.content_right article.wc-info-page li { list-style-position: outside; }
.wc-info-page .sub-links,
.wc-info-kicker { display: none !important; }
.wc-info {
    width: 100%;
    max-width: none;
    margin: 0 0 16px;
    background: #fcfafa;
    border-radius: 18px;
    border: 1px solid #d5e9f1;
    box-shadow: 0 12px 32px rgba(47, 64, 88, .1);
    overflow: hidden;
    color: #2f4058;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.wc-info-body { padding: 22px 22px 8px; }
.wc-info-page > h1,
.wc-info-body > h1 {
    font-family: Georgia, Times, serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    color: #2f4058 !important;
    margin: 0 0 14px !important;
}
.wc-info-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}
.wc-info-nav a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 22px;
    background: #e8eef2;
    color: #2f4058 !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.wc-info-nav a.is-on { background: #2f4058; color: #fff !important; }
.wc-info-content {
    font-size: 16px;
    line-height: 1.6;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}
.wc-info-content img { max-width: 100%; height: auto; }
.wc-info-content p { margin: 0 0 12px; }
.wc-info-content h2,
.wc-info-content h3,
.wc-info-content h4,
.wc-info-content h5,
.wc-info-content #page h1,
.wc-info-content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 1.35;
    color: #2f4058 !important;
    margin: 22px 0 10px !important;
    font-weight: 700;
}
.wc-info-content ul,
.wc-info-content ol { margin: 0 0 14px; padding-left: 1.2em; }
.wc-info-content li { margin: 0 0 8px; list-style-position: outside; }
.wc-info-lead { font-size: 17px; margin: 0 0 16px; }
.wc-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 18px;
}
.wc-info-card {
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    padding: 14px 16px;
}
.wc-info-card h3 { margin: 0 0 8px !important; font-size: 16px !important; }
.wc-info-card p:last-child { margin-bottom: 0; }
.wc-info-steps { counter-reset: step; list-style: none; padding: 0; margin: 0 0 18px; }
.wc-info-steps li {
    position: relative;
    padding: 14px 16px 14px 56px;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    list-style: none;
}
.wc-info-steps li:before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 14px; top: 14px;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #97c35a;
    color: #2f4058;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.wc-info-table-wrap { overflow-x: auto; margin: 0 0 16px; -webkit-overflow-scrolling: touch; width: 100%; max-width: 100%; }
.wc-info-content table,
.wc-info table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 12px;
    overflow: hidden;
    table-layout: auto;
}
.wc-info-content td,
.wc-info-content th {
    border: 1px solid #d5e9f1;
    padding: 10px 12px;
    vertical-align: top;
    font-size: 15px;
}
.wc-info-content td p { margin: 0; }
.wc-info-table-wrap h1 { font-size: 16px !important; margin: 0 0 8px !important; }
.wc-info-map {
    margin: 8px 0 18px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d5e9f1;
    height: 420px;
}
.wc-info-map,
.wc-info-content #forpvz {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.wc-info-map iframe,
.wc-info-content iframe,
.wc-info-content #forpvz {
    width: 100% !important;
    max-width: 100%;
    height: 420px !important;
    display: block;
    border: 0;
}
.wc-info-note { font-size: 14px; color: #6a7a86; }
.wc-info-help {
    margin: 8px 22px 22px;
    padding: 16px 16px 14px;
    background: #eef6e3;
    border: 1px solid #cfe6b3;
    border-radius: 14px;
    text-align: center;
}
.wc-info-help p { margin: 0 0 8px; font-size: 14px; color: #6a7a86; }
.wc-info-help .wc-info-phone {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #2f4058 !important;
    text-decoration: none;
}
.wc-info-msg { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.wc-info-msg a {
    display: inline-block;
    padding: 10px 14px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 28px;
    font-weight: 700;
    font-size: 13px;
}
.wc-info-msg a.wa { background: #25d366; }
.wc-info-msg a.tg { background: #2aabee; }
.wc-info-msg a.max { background: #7a5cff; }
.wc-info-msg a.mail { background: #2f4058; }
.wc-info-content a { color: #5b7aba; }
.wc-info--legal .wc-info-content { font-size: 15px; }

@media screen and (max-width: 760px) {
    .wc-info-page { padding: 0 0 24px; }
    .wc-info-body { padding: 16px 12px 6px; }
    .wc-info-body > h1 { font-size: 24px !important; }
    .wc-info-grid { grid-template-columns: 1fr; }
    .wc-info-help { margin: 8px 10px 14px; }
    .wc-info-map,
    .wc-info-content iframe,
    .wc-info-content #forpvz { height: 260px !important; }
    .wc-info-nav { gap: 6px; }
    .wc-info-nav a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 10px;
        font-size: 12px;
        flex: 1 1 auto;
        text-align: center;
    }
    .wc-info-content td,
    .wc-info-content th { padding: 8px; font-size: 13px; word-break: break-word; }
    .wc-info-help .wc-info-phone { font-size: 18px; }
    .wc-info-msg a { padding: 10px 12px; font-size: 12px; }
}
@media screen and (max-width: 380px) {
    .wc-info-body { padding: 14px 10px 4px; }
    .wc-info-body > h1 { font-size: 22px !important; }
    .wc-info-nav a { font-size: 11px; padding: 7px 8px; min-height: 36px; }
}

/* Product description — SMART catalog, beats default.shop.css */
article.product nav.productNav {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 8px 0 12px !important;
    padding: 0 0 12px !important;
    height: auto !important;
    width: 100% !important;
}
article.product nav.productNav ul.product-nav {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
article.product nav.productNav li {
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    text-align: left !important;
    padding: 0 28px 0 0 !important;
}
article.product nav.productNav li a,
article.product ul.product-nav li.selected a {
    background: none !important;
    color: #8a9aa6 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    padding: 6px 0 8px !important;
    width: auto !important;
    display: inline !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    box-shadow: none !important;
}
article.product nav.productNav li.selected a,
article.product nav.productNav li.to-description.selected a {
    color: #1c2a3a !important;
    border-bottom-color: #97c35a !important;
}
article.product #product-description {
    width: 100% !important;
    float: none !important;
    max-width: none;
    box-sizing: border-box;
    margin: 4px 0 48px;
}
article.product #tab-reviews {
    width: 100% !important;
    float: none !important;
}
article.product .product-info section.reviews {
    float: none !important;
    width: 100% !important;
    max-width: none;
}
.content_right article .wc-desc,
article.product .wc-desc {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #1c2a3a;
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 28px 18px;
    background: linear-gradient(180deg, #f7faf8 0%, #fcfafa 42%);
    border: 1px solid #d5e9f1;
    border-radius: 20px;
    box-sizing: border-box;
}
.content_right article .wc-desc p,
article.product .wc-desc p {
    margin: 0 0 16px !important;
    max-width: 72ch;
}
.content_right article .wc-desc p.wc-desc-health,
article.product .wc-desc p.wc-desc-health {
    max-width: none;
    margin: 8px 0 28px !important;
    padding: 18px 22px !important;
    background: #eef6e3;
    border-left: 3px solid #97c35a;
    border-radius: 0 14px 14px 0;
    color: #243446;
}
.content_right article .wc-desc a {
    color: #2f4058;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.content_right article .wc-desc ul,
.content_right article .wc-desc ol {
    margin: 0 0 28px !important;
    padding: 0 !important;
}
.content_right article .wc-desc li {
    list-style: none !important;
    list-style-position: outside !important;
}
.wc-desc-kind {
    margin: 0 0 10px !important;
    max-width: none !important;
    color: #6a7a86;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.wc-desc-lead {
    margin: 0 0 18px !important;
    padding: 0;
    max-width: none !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: normal;
    color: #1c2a3a;
}
.wc-desc .wc-k {
    display: inline;
    margin: 0 !important;
    padding: 0;
    font-family: inherit;
    font-size: inherit !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: inherit;
    line-height: inherit;
}
.wc-desc-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 8px 0 32px;
    padding: 0;
    counter-reset: wccard;
}
.wc-desc-card {
    counter-increment: wccard;
    position: relative;
    background: #fff !important;
    border: 1px solid #d5e9f1 !important;
    border-radius: 16px !important;
    padding: 22px 20px 18px !important;
    box-shadow: 0 8px 22px rgba(47, 64, 88, .05) !important;
}
.wc-desc-card:before {
    display: none;
}
.wc-desc-card h3 {
    display: block;
    margin: 0 0 8px !important;
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #1c2a3a;
    line-height: 1.25;
}
.wc-desc-card p {
    margin: 0 !important;
    max-width: none !important;
    font-size: 15px;
    line-height: 1.5;
    color: #4a5c6a;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.content_right article .wc-desc h2,
article.product .wc-desc h2 {
    margin: 28px 0 12px !important;
    padding: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: none;
    color: #2f4058 !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid #d5e9f1 !important;
}
.wc-desc-steps {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    counter-reset: wcstep;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}
.wc-desc-steps li {
    position: relative;
    counter-increment: wcstep;
    margin: 0 !important;
    padding: 16px 18px !important;
    background: #fff !important;
    border: 1px solid #d5e9f1 !important;
    border-radius: 16px !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #3a4a5a;
    list-style: decimal !important;
    list-style-position: inside !important;
}
.wc-desc-steps li:before {
    display: none !important;
}
.wc-desc-facts {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px;
    background: #fff !important;
    border: 1px solid #d5e9f1 !important;
    border-radius: 16px !important;
    overflow: hidden;
}
.wc-desc-facts th,
.wc-desc-facts td {
    text-align: left;
    vertical-align: top;
    padding: 14px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #e6eef2 !important;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    background: none !important;
}
.wc-desc-facts tr:last-child th,
.wc-desc-facts tr:last-child td { border-bottom: 0 !important; }
.wc-desc-facts th {
    width: 28%;
    color: #6a7a86;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding-right: 16px !important;
}
.wc-desc-facts td { color: #1c2a3a; }
.wc-desc-upsell {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin: 8px 0 24px;
}
.wc-desc-upsell a {
    display: block;
    padding: 16px 18px 14px !important;
    background: #fff !important;
    border: 1px solid #d5e9f1 !important;
    border-radius: 16px !important;
    color: #1c2a3a !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-shadow: 0 8px 20px rgba(47, 64, 88, .05) !important;
}
.wc-desc-upsell a:hover { color: #2f4058 !important; }
.wc-desc-upsell a span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #8a9aa6;
    margin-top: 6px;
}
.wc-desc-note {
    font-size: 13px !important;
    color: #8a9aa6;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    max-width: none !important;
}
.wc-pgal {
    margin: 4px 0 28px;
    max-width: none !important;
}
.wc-pgal-hero {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    background: #e8eef2;
    transition: opacity .22s ease;
}
.wc-pgal-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 10px 0 0;
}
.wc-pgal-thumbs a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    opacity: .72;
    line-height: 0;
    text-decoration: none !important;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.wc-pgal-thumbs a:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.wc-pgal-thumbs a.is-on {
    opacity: 1;
    border-color: #2f4058;
}
.wc-pgal-thumbs img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    display: block;
}
.wc-pgal-cap {
    margin: 10px 0 0 !important;
    max-width: none !important;
    font-size: 13px !important;
    color: #6a7a86;
}
.wc-desc-geo {
    margin: 0 0 18px !important;
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.5;
    color: #5b6d7a;
}
@keyframes wc-rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}
@keyframes wc-health-line {
    from { border-left-color: transparent; }
    to { border-left-color: #97c35a; }
}
.wc-desc,
.wc-cat-intro {
    animation: wc-rise .5s ease both;
}
.content_right article .wc-desc p.wc-desc-health,
article.product .wc-desc p.wc-desc-health {
    animation: wc-health-line .7s ease .15s both;
}
.wc-desc-card {
    transition: transform .22s ease, box-shadow .22s ease;
}
.wc-desc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(47, 64, 88, .12) !important;
}
.wc-desc-upsell a {
    transition: color .2s ease, transform .22s ease, box-shadow .22s ease, border-color .2s ease;
}
.wc-desc-upsell a:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(47, 64, 88, .12) !important;
}
.wc-pick-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
a.wc-pick-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(47, 64, 88, .14);
}
.wc-pick-card img {
    transition: transform .4s ease;
}
a.wc-pick-card:hover img {
    transform: scale(1.05);
}
#product-list ul.thumbs > li {
    transition: transform .22s ease, box-shadow .22s ease;
    border-radius: 12px;
}
#product-list ul.thumbs > li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(47, 64, 88, .12);
}
#product-list ul.thumbs li a:hover,
#product-list ul.thumbs li a:hover h5 {
    color: #2f4058 !important;
}
#product-list ul.thumbs li .purchase input[type="submit"],
article.product .add2cart input[type="submit"] {
    transition: transform .18s ease, box-shadow .22s ease, filter .2s ease;
}
#product-list ul.thumbs li .purchase input[type="submit"]:hover,
article.product .add2cart input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(151, 195, 90, .38);
    filter: brightness(1.03);
}
@media (prefers-reduced-motion: reduce) {
    .wc-desc,
    .wc-cat-intro,
    .content_right article .wc-desc p.wc-desc-health,
    article.product .wc-desc p.wc-desc-health {
        animation: none;
    }
    .wc-desc-card,
    .wc-desc-upsell a,
    .wc-pick-card,
    .wc-pick-card img,
    #product-list ul.thumbs > li,
    #product-list ul.thumbs li .purchase input[type="submit"],
    article.product .add2cart input[type="submit"] {
        transition: none;
    }
    .wc-desc-card:hover,
    .wc-desc-upsell a:hover,
    a.wc-pick-card:hover,
    a.wc-pick-card:hover img,
    #product-list ul.thumbs > li:hover,
    #product-list ul.thumbs li .purchase input[type="submit"]:hover,
    article.product .add2cart input[type="submit"]:hover {
        transform: none;
        box-shadow: none;
        filter: none;
    }
}
@media screen and (max-width: 760px) {
    .wc-desc-grid,
    .wc-desc-upsell,
    .wc-desc-steps { grid-template-columns: 1fr; }
    .wc-desc-lead { font-size: 17px !important; }
    .content_right article .wc-desc,
    article.product .wc-desc { padding: 18px 14px 12px; }
    article.product nav.productNav li { padding-right: 18px !important; }
    .wc-desc-facts th { display: block; width: 100%; padding-bottom: 2px !important; border-bottom: 0 !important; }
    .wc-desc-facts td { display: block; padding-top: 0 !important; }
    .wc-pgal-hero { height: 300px; }
    .wc-pgal-thumbs img { height: 64px; }
}

.wc-pick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 20px;
}
.wc-pick--2 { grid-template-columns: 1fr 1fr; }
.wc-pick--cat { grid-template-columns: repeat(3, 1fr); margin: 0 0 12px; }
.wc-pick-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    overflow: hidden;
    color: #2f4058 !important;
    text-decoration: none;
    min-height: 0;
}
a.wc-pick-card:hover { border-color: #97c35a; }
.wc-pick-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    background: #eef3f6;
}
.wc-pick--cat .wc-pick-card img { height: 148px; object-fit: contain; padding: 8px 8px 0; background: #fff; }
.wc-pick-card strong {
    display: block;
    padding: 10px 12px 0;
    font-size: 15px;
}
.wc-pick-card span {
    display: block;
    padding: 4px 12px 12px;
    font-size: 13px;
    color: #6a7a86;
    font-weight: 400;
    line-height: 1.4;
}
.wc-cat-intro {
    margin: 0 0 18px;
    padding: 14px 14px 8px;
    background: #fcfafa;
    border: 1px solid #d5e9f1;
    border-radius: 16px;
}
.wc-cat-lead { margin: 0 0 12px; font-size: 16px; line-height: 1.5; color: #2f4058; }
.wc-cat-intro p { margin: 0 0 12px; font-size: 15px; line-height: 1.55; color: #3d5163; }
.wc-cat-more { margin: 0 4px 8px; font-size: 14px; }
.wc-home-lead {
    margin: 14px 10px 8px;
    padding: 16px 18px 14px;
    background: #2f4058;
    color: #fcfafa;
    border-radius: 16px;
}
.wc-home-lead-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c5d4de;
}
.wc-home-lead-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.wc-home-lead-h {
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
    font-size: 22px;
    line-height: 1.2;
    font-family: Georgia, Times, serif;
    color: #fcfafa;
    white-space: nowrap;
}
.wc-home-lead-go {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    flex: 0 0 auto;
}
.wc-home-lead-go a {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 14px;
    border-radius: 22px;
    background: #97c35a;
    color: #2f4058 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}
.wc-home-lead-go a:hover { background: #fff; }
.wc-home-lead-note {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #d5e9f1;
}
.wc-home-more {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 16px;
}
.wc-home-more a {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    padding: 14px 14px 12px;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    color: #2f4058 !important;
    text-decoration: none !important;
}
.wc-home-more a:hover { border-color: #97c35a; }
.wc-home-more strong { display: block; margin: 0 0 4px; font-size: 15px; }
.wc-home-more span { display: block; font-size: 13px; line-height: 1.4; color: #5b6d7a; }
.wc-home-about-bar {
    margin: 0 0 14px;
    padding: 12px 14px;
    background: #e8eef2;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #2f4058;
}
.wc-brandbar {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 20px;
    margin: 0 0 12px;
    padding: 11px 16px;
    background: #2f4058;
    color: #fcfafa;
    font-family: Georgia, Times, serif;
    box-sizing: border-box;
}
.wc-brandbar p { margin: 0; }
.wc-brandbar__main {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .02em;
}
.wc-brandbar__sub {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #d5e9f1;
}
.wc-brandbar__tel { display: none !important; }
@media screen and (max-width: 760px) {
    .wc-brandbar {
        padding: 8px 12px;
        gap: 0;
    }
    .wc-brandbar__main {
        font-size: 13px;
        white-space: nowrap;
    }
    .wc-brandbar__sub { display: none; }
}
.wc-brandfoot {
    margin: 12px 10px 0;
    padding: 10px 0 0;
    border-top: 1px solid #97c35a;
    font-size: 13px;
    color: #2f4058;
    text-align: center;
}
.wc-home-guide {
    margin: 8px 0 28px;
    padding: 18px 16px 8px;
    background: #fcfafa;
    border: 1px solid #d5e9f1;
    border-radius: 16px;
}
.wc-life {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
    gap: 8px 28px;
    align-items: start;
    margin: 0 0 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5e9f1;
}
.wc-life-stage { position: relative; }
.wc-life-stage > input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.wc-life-main {
    position: relative;
    width: 100%;
    height: 480px;
    background: #e8eef2;
    overflow: hidden;
    border-radius: 4px;
}
.wc-life-copy {
    display: flex;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
}
.wc-life-copy > p:last-child {
    margin-top: 12px;
    margin-bottom: 0;
}
.wc-life-main img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    opacity: 0;
    transition: opacity .18s ease;
}
.wc-life-main .wc-life-i1 { opacity: 1; }
.wc-life-stage > input:nth-of-type(2):checked ~ .wc-life-main .wc-life-i1,
.wc-life-stage > input:nth-of-type(3):checked ~ .wc-life-main .wc-life-i1,
.wc-life-stage > input:nth-of-type(4):checked ~ .wc-life-main .wc-life-i1 {
    opacity: 0;
}
.wc-life-stage > input:nth-of-type(1):checked ~ .wc-life-main .wc-life-i1,
.wc-life-stage > input:nth-of-type(2):checked ~ .wc-life-main .wc-life-i2,
.wc-life-stage > input:nth-of-type(3):checked ~ .wc-life-main .wc-life-i3,
.wc-life-stage > input:nth-of-type(4):checked ~ .wc-life-main .wc-life-i4 {
    opacity: 1;
}
.wc-life-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.wc-life-thumbs label {
    display: block;
    flex: 1 1 0;
    max-width: 25%;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    opacity: .65;
}
.wc-life-thumbs img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}
.wc-life-stage > input:nth-of-type(1):checked ~ .wc-life-thumbs label:nth-of-type(1),
.wc-life-stage > input:nth-of-type(2):checked ~ .wc-life-thumbs label:nth-of-type(2),
.wc-life-stage > input:nth-of-type(3):checked ~ .wc-life-thumbs label:nth-of-type(3),
.wc-life-stage > input:nth-of-type(4):checked ~ .wc-life-thumbs label:nth-of-type(4) {
    border-color: #2f4058;
    opacity: 1;
}
.wc-life-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6a7a86;
}
.wc-life-copy h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #2f4058;
}
.wc-life-copy p { margin: 0 0 14px; color: #4a5c6a; font-size: 16px; line-height: 1.55; }
.wc-life-copy .wc-desc-health {
    padding: 10px 12px;
    background: #eef6e3;
    border-left: 3px solid #97c35a;
    color: #2f4058;
}
.wc-life--flip .wc-life-stage { order: 2; }
.wc-life--flip .wc-life-copy { order: 1; }
.wc-life--flip {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
}
.wc-life-btn {
    display: inline-block;
    background: #2f4058;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 15px;
}
.wc-life-btn:hover { background: #97c35a; }
.wc-life-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.wc-life-btn--ghost {
    background: transparent;
    color: #2f4058 !important;
    border: 1px solid #2f4058;
}
.wc-life-btn--ghost:hover { background: #eef6e3; }
.wc-home-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 8px 0 22px;
}
.wc-home-trust-i {
    display: block;
    padding: 14px 14px 12px;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    color: #2f4058 !important;
    text-decoration: none !important;
}
.wc-home-trust-i:hover { border-color: #97c35a; }
.wc-home-trust-i strong { display: block; margin: 0 0 4px; font-size: 15px; }
.wc-home-trust-i span { display: block; font-size: 13px; line-height: 1.4; color: #5b6d7a; }
.wc-home-path { margin: 0 0 22px; }
.wc-home-path-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.wc-home-path-grid a {
    display: block;
    padding: 16px 16px 14px;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
    color: #2f4058 !important;
    text-decoration: none !important;
}
.wc-home-path-grid a:hover { border-color: #97c35a; }
.wc-home-path-grid strong { display: block; margin: 0 0 6px; font-size: 16px; }
.wc-home-path-grid span { display: block; font-size: 14px; line-height: 1.45; color: #5b6d7a; }
.wc-home-quotes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 0 16px;
}
.wc-home-quotes blockquote {
    margin: 0;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #d5e9f1;
    border-radius: 14px;
}
.wc-home-quotes p { margin: 0 0 8px !important; font-size: 14px; line-height: 1.45; color: #2f4058; }
.wc-home-quotes cite { font-style: normal; font-size: 12px; color: #6a7a86; }
.wc-home-close {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 8px !important;
    padding-top: 16px;
    border-top: 1px solid #d5e9f1;
}
.wc-home-guide .wc-pick-card img { height: 210px; }
.wc-home-guide h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #2f4058;
}
.wc-home-guide .wc-life-copy h2 {
    margin: 0 0 12px;
    font-size: 28px;
}
.wc-home-guide > p { margin: 0 0 14px; color: #6a7a86; font-size: 15px; }
.wc-home-guide .wc-pick { margin-bottom: 8px; }
.wc-home-guide .wc-cat-more { margin-bottom: 12px; }
.wc-prod-icons {
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    column-gap: 28px;
    row-gap: 0;
    width: 100%;
    margin: 8px 0 18px;
    box-sizing: border-box;
}
.wc-prod-icons .product-right-icons {
    display: block;
    float: none !important;
    width: 100% !important;
    max-width: none;
    background: transparent;
    margin: 0;
}
.wc-prod-icons ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 4px 0 0 !important;
}
.wc-prod-icons .product-right-icons ul li {
    float: none !important;
    width: 100% !important;
    flex: 1 1 0;
    min-height: 56px;
    margin: 0 0 8px !important;
    padding: 6px 8px 6px 48px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url(/wa-content/img/product-icons.png);
}
.wc-prod-icons .wc-pi-1 { background-position: 0 6px !important; }
.wc-prod-icons .wc-pi-2 { background-position: 0 -40px !important; }
.wc-prod-icons .wc-pi-3 { background-position: 0 -95px !important; }
.wc-prod-icons .wc-pi-4 { background-position: 0 -165px !important; }
.wc-prod-icons .wc-pi-5 { background-position: 0 -215px !important; }
.wc-prod-icons .wc-pi-d1 {
    background-image: url(/wa-content/img/d-ico-1.png) !important;
    background-position: 0 4px !important;
}
.wc-prod-icons .wc-pi-d2 {
    background-image: url(/wa-content/img/d-ico-2.png) !important;
    background-position: 0 6px !important;
}
.wc-prod-icons .wc-pi-d3 {
    background-image: url(/wa-content/img/d-ico-3.png) !important;
    background-position: 0 8px !important;
}
.wc-prod-icons .product-right-item {
    display: block !important;
}
.wc-prod-icons .product-right-link {
    display: inline;
    margin-left: 4px;
    white-space: nowrap;
}
@media screen and (max-width: 900px) {
    .wc-pick,
    .wc-pick--cat,
    .wc-home-guide .wc-pick { grid-template-columns: 1fr 1fr; }
    .wc-life { grid-template-columns: 1fr; }
    .wc-life--flip { grid-template-columns: 1fr; }
    .wc-life--flip .wc-life-stage,
    .wc-life--flip .wc-life-copy { order: 0; }
    .wc-life-main,
    .wc-life-copy { height: auto; }
    .wc-life-main { height: 340px; }
    .wc-life-copy { padding-top: 8px; }
    .wc-life-copy > p:last-child { margin-top: 8px; }
    .wc-home-trust,
    .wc-home-path-grid,
    .wc-home-quotes { grid-template-columns: 1fr 1fr; }
    .wc-home-lead-h { font-size: 18px; }
    .wc-home-more { flex-wrap: wrap; }
}
@media screen and (max-width: 760px) {
    .wc-pick--2 { grid-template-columns: 1fr; }
    .wc-pick-card img,
    .wc-pick--cat .wc-pick-card img { height: 140px; }
    .wc-home-guide h2 { font-size: 20px; }
    .wc-home-trust,
    .wc-home-path-grid,
    .wc-home-quotes { grid-template-columns: 1fr; }
    .wc-home-lead-row,
    .wc-home-lead-go,
    .wc-home-more {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .wc-home-lead-row::-webkit-scrollbar,
    .wc-home-lead-go::-webkit-scrollbar,
    .wc-home-more::-webkit-scrollbar { display: none; }
    .wc-home-lead-h { white-space: nowrap; }
    .wc-home-more a { flex: 0 0 220px; }
    .wc-prod-icons { column-gap: 16px; }
    .wc-prod-icons .product-right-icons ul li {
        min-height: 48px;
        font-size: 13px !important;
        padding-left: 44px !important;
    }
}
@media screen and (max-width: 560px) {
    .wc-prod-icons { grid-template-columns: 1fr; }
    .wc-prod-icons .product-right-icons ul li {
        min-height: 44px;
        font-size: 15px !important;
        margin-bottom: 6px !important;
    }
}

/* Описание и каталог остаются в правой колонке — боковое меню слева на ПК не трогаем */
.container:has(article.product) .content_right,
.container:has(h1.category-name) .content_right {
    overflow: visible;
}
article.product {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
article.product .product-info {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 400px);
    gap: 16px 28px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    align-items: start;
}
article.product .product-info > nav.productNav,
article.product .product-info > #product-description,
article.product .product-info > #tab-reviews,
article.product .product-info > .wc-prod-icons,
article.product .product-info > .clearfix,
article.product .product-info > .aux {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
}
article.product .product-info-left,
article.product .product-gallery {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0;
}
article.product .product-sidebar {
    float: none !important;
    width: 100% !important;
    max-width: none;
    box-sizing: border-box;
}
article.product .product-info-left .product-gallery #product-core-image {
    height: auto !important;
    min-height: 360px;
}
article.product .product-info-left .product-gallery #product-core-image a img {
    max-height: 520px;
    max-width: 100%;
    width: auto;
    height: auto;
}
article.product #tab-reviews {
    width: 100% !important;
    float: none !important;
}
.wc-cat-intro-wrap,
.wc-cat-intro,
.wc-desc-geo {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
    .wc-pick--cat { grid-template-columns: repeat(6, 1fr); }
}
#product-list {
    width: 100%;
    max-width: 100%;
}
#product-list ul.thumbs.product-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 22px 16px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
#product-list ul.thumbs > li {
    width: auto !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}
#product-list ul.thumbs li .image {
    width: 100%;
    height: auto;
    display: block;
}
#product-list ul.thumbs li .image img {
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 900px) {
    article.product .product-info {
        grid-template-columns: 1fr;
    }
    .container:has(article.product) .content_right,
    .container:has(h1.category-name) .content_right {
        padding: 0 8px 16px;
    }
}

/* Попапы выбора города */
.shop-regions-ip-analyzer__header,
.shop-regions-ip-analyzer__ask {
    text-transform: none !important;
}
.shop-regions-ip-analyzer__ask {
    text-transform: lowercase !important;
    font-weight: 500;
}

.wc-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 10px 0;
    min-height: 420px;
    overflow: hidden;
    background: #1a1a1a;
}
.wc-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wc-hero-logo {
    position: relative;
    z-index: 1;
    width: 300px;
    max-width: 70%;
    height: auto;
    display: block;
    filter: brightness(0.23) contrast(1);
}
@media screen and (max-width: 769px) {
    .wc-hero {
        margin: 8px 0 0;
        min-height: 260px;
    }
    .wc-hero-logo {
        width: 220px;
    }
}

