:root {
    --sk-ink: #17201c;
    --sk-muted: #5e6963;
    --sk-soft: #f5f3ee;
    --sk-soft-2: #edf4ef;
    --sk-line: #d9dfd8;
    --sk-white: #ffffff;
    --sk-teal: #0f766e;
    --sk-teal-dark: #0b554f;
    --sk-amber: #b45309;
    --sk-red: #8a1f17;
    --sk-shadow: 0 20px 60px rgba(23, 32, 28, 0.12);
    --sk-radius: 8px;
    --sk-wrap: min(1180px, calc(100vw - 32px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--sk-ink);
    background: var(--sk-soft);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

body.admin-bar .sk-header {
    top: 32px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.sk-wrap {
    width: var(--sk-wrap);
    margin: 0 auto;
}

.sk-topbar {
    background: var(--sk-ink);
    color: var(--sk-white);
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.sk-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 223, 216, 0.85);
    backdrop-filter: blur(14px);
}

.sk-header__bar {
    width: var(--sk-wrap);
    min-height: 72px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.sk-logo {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: var(--sk-ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.sk-logo span,
.sk-logo--footer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sk-logo span::before,
.sk-logo--footer::before {
    content: "";
    width: 14px;
    height: 26px;
    border-radius: 7px;
    background: var(--sk-teal);
    box-shadow: 8px 0 0 var(--sk-amber);
}

.sk-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    font-weight: 800;
}

.sk-nav a {
    color: var(--sk-muted);
}

.sk-nav a:hover,
.sk-nav .current-menu-item > a {
    color: var(--sk-teal-dark);
}

.sk-actions {
    display: flex;
    justify-content: flex-end;
}

.sk-icon-link {
    min-width: 44px;
    height: 44px;
    display: inline-grid;
    grid-template-columns: 22px auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--sk-line);
    border-radius: 999px;
    background: var(--sk-white);
    font-size: 13px;
    font-weight: 900;
}

.sk-icon-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sk-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--sk-line);
    border-radius: 6px;
    background: var(--sk-white);
    place-items: center;
}

.sk-menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px auto;
    background: var(--sk-ink);
}

.sk-btn,
.sk-atc,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid var(--sk-teal-dark);
    border-radius: 6px;
    background: var(--sk-teal);
    color: var(--sk-white);
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    box-shadow: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.sk-btn:hover,
.sk-atc:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--sk-teal-dark);
    transform: translateY(-1px);
}

.sk-btn--light {
    background: var(--sk-white);
    color: var(--sk-ink);
    border-color: rgba(255, 255, 255, 0.75);
}

.sk-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--sk-teal-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sk-lead {
    color: var(--sk-muted);
    font-size: clamp(18px, 2vw, 21px);
}

.sk-home-hero {
    position: relative;
    min-height: min(720px, calc(100svh - 72px));
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: var(--sk-ink);
}

.sk-home-hero > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
}

.sk-home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(12, 19, 16, 0.78), rgba(12, 19, 16, 0.42) 44%, rgba(12, 19, 16, 0.1));
}

.sk-home-hero__copy {
    width: var(--sk-wrap);
    margin: 0 auto;
    padding: 92px 0 112px;
    color: var(--sk-white);
}

.sk-home-hero__copy .sk-kicker {
    color: #d8f3e9;
}

.sk-home-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
    letter-spacing: 0;
}

.sk-home-hero p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2vw, 22px);
}

.sk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.sk-proof-row {
    max-width: 880px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 36px;
}

.sk-proof-row span {
    min-height: 70px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: var(--sk-radius);
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px);
}

.sk-proof-row strong {
    display: block;
    color: var(--sk-white);
    font-size: 18px;
}

.sk-signal {
    background: var(--sk-white);
    border-bottom: 1px solid var(--sk-line);
}

.sk-signal__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
}

.sk-signal__grid > div {
    min-height: 118px;
    padding: 24px 22px;
    border-left: 1px solid var(--sk-line);
}

.sk-signal__grid > div:last-child {
    border-right: 1px solid var(--sk-line);
}

.sk-signal strong,
.sk-check-grid strong {
    display: block;
    font-weight: 900;
}

.sk-signal span,
.sk-check-grid span {
    display: block;
    margin-top: 6px;
    color: var(--sk-muted);
    font-size: 14px;
}

.sk-section {
    padding: 86px 0;
}

.sk-section--white {
    background: var(--sk-white);
}

.sk-section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.sk-section h2,
.sk-final h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.06;
    letter-spacing: 0;
}

.sk-section h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
}

.sk-section p {
    color: var(--sk-muted);
}

.sk-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 58px;
    align-items: center;
}

.sk-split--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.sk-media-frame {
    overflow: hidden;
    border-radius: var(--sk-radius);
    background: var(--sk-soft-2);
    box-shadow: var(--sk-shadow);
}

.sk-media-frame img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sk-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.sk-check-grid > div {
    min-height: 116px;
    padding: 18px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sk-feature-grid article,
.sk-offer-grid article,
.sk-review-grid article {
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
    overflow: hidden;
}

.sk-feature-grid article {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.sk-feature-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sk-feature-grid h3,
.sk-feature-grid p {
    margin-left: 22px;
    margin-right: 22px;
}

.sk-feature-grid h3 {
    margin-top: 22px;
}

.sk-feature-grid p {
    margin-top: 8px;
    margin-bottom: 22px;
}

.sk-offers {
    background: var(--sk-soft-2);
}

.sk-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sk-offer-grid article {
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.sk-offer-grid article.is-featured {
    border-color: var(--sk-teal);
    box-shadow: var(--sk-shadow);
}

.sk-offer-badge {
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e0f2ef;
    color: var(--sk-teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.sk-offer-grid h3 {
    margin-top: 18px;
    font-size: 26px;
}

.sk-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: auto 0 18px;
}

.sk-price strong {
    font-size: 28px;
}

.sk-price span {
    color: var(--sk-muted);
    text-decoration: line-through;
}

.sk-reviews {
    background: var(--sk-soft);
}

.sk-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sk-review-grid article {
    min-height: 250px;
    padding: 22px;
}

.sk-review-grid article > div {
    color: var(--sk-amber);
    font-size: 16px;
    letter-spacing: 0.04em;
}

.sk-review-grid h3 {
    margin-top: 14px;
    font-size: 19px;
}

.sk-review-grid strong {
    display: block;
    margin-top: 14px;
}

.sk-final {
    padding: 72px 0;
    background: var(--sk-ink);
    color: var(--sk-white);
    text-align: center;
}

.sk-final p {
    max-width: 640px;
    margin: 16px auto 26px;
    color: rgba(255, 255, 255, 0.82);
}

.sk-product {
    background: var(--sk-soft);
}

.sk-product-top {
    width: var(--sk-wrap);
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 42px;
    align-items: start;
    margin: 0 auto;
    padding: 42px 0 70px;
}

.sk-gallery {
    position: sticky;
    top: 100px;
}

.sk-stock-pill {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--sk-ink);
    color: var(--sk-white);
    font-size: 12px;
    font-weight: 900;
}

.sk-stock-pill span {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.sk-gallery__main {
    position: relative;
    overflow: hidden;
    border-radius: var(--sk-radius);
    background: var(--sk-white);
    box-shadow: var(--sk-shadow);
}

.sk-gallery__main img {
    display: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sk-gallery__main img.is-active {
    display: block;
}

.sk-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.sk-gallery__thumbs button {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 6px;
    background: var(--sk-white);
}

.sk-gallery__thumbs button.is-active {
    border-color: var(--sk-teal);
}

.sk-gallery__thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sk-buybox {
    padding: 28px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
    box-shadow: var(--sk-shadow);
}

.sk-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: var(--sk-muted);
    font-size: 14px;
    font-weight: 800;
}

.sk-rating span {
    color: var(--sk-amber);
    letter-spacing: 0.04em;
}

.sk-rating a {
    color: var(--sk-teal-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.sk-buybox h1 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.02;
    letter-spacing: 0;
}

.sk-buybox__lead {
    margin: 16px 0 0;
    color: var(--sk-muted);
    font-size: 18px;
}

.sk-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sk-badges span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--sk-soft-2);
    color: var(--sk-teal-dark);
    font-size: 13px;
    font-weight: 900;
}

.sk-mini-reviews {
    position: relative;
    min-height: 112px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: #fffaf2;
}

.sk-mini-reviews blockquote {
    display: none;
    margin: 0;
    padding: 18px;
}

.sk-mini-reviews blockquote.is-active {
    display: block;
}

.sk-mini-reviews span {
    color: var(--sk-amber);
    font-size: 13px;
}

.sk-mini-reviews p {
    margin: 6px 0;
    color: var(--sk-ink);
    font-weight: 800;
}

.sk-mini-reviews cite {
    color: var(--sk-muted);
    font-style: normal;
    font-size: 14px;
}

.sk-product-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.sk-product-points span {
    min-height: 72px;
    padding: 11px 10px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-soft);
}

.sk-product-points small {
    display: block;
    color: var(--sk-muted);
    font-size: 12px;
    font-weight: 800;
}

.sk-product-points strong {
    display: block;
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.1;
}

.sk-bundle-form {
    margin-top: 24px;
}

.sk-option-group + .sk-option-group {
    margin-top: 20px;
}

.sk-option-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.sk-option-label label {
    font-weight: 900;
}

.sk-option-label a {
    color: var(--sk-teal-dark);
    font-size: 13px;
    font-weight: 900;
}

.sk-pills {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 6px;
}

.sk-pills button {
    min-width: 0;
    min-height: 42px;
    padding: 7px 4px;
    border: 1px solid var(--sk-line);
    border-radius: 6px;
    background: var(--sk-white);
    color: var(--sk-ink);
    font-size: 13px;
    font-weight: 900;
}

.sk-pills button.is-active {
    border-color: var(--sk-teal);
    background: var(--sk-teal);
    color: var(--sk-white);
}

.sk-pills--color {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sk-pills--color button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.sk-pills--color span {
    width: 14px;
    height: 14px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: #111111;
}

.sk-pills--color button:nth-child(2) span {
    background: #24507a;
}

.sk-pills--color button:nth-child(3) span {
    background: #8f9694;
}

.sk-bundle-list {
    display: grid;
    gap: 10px;
}

.sk-bundle {
    position: relative;
    width: 100%;
    min-height: 118px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 2px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
    color: var(--sk-ink);
    text-align: left;
}

.sk-bundle.is-active {
    border-color: var(--sk-teal);
    background: #f1fbf7;
}

.sk-bundle.is-recommended {
    border-color: rgba(15, 118, 110, 0.52);
}

.sk-bundle em {
    position: absolute;
    top: -11px;
    right: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--sk-amber);
    color: var(--sk-white);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.sk-bundle__qty {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sk-soft-2);
    color: var(--sk-teal-dark);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.sk-bundle__qty small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.sk-bundle__copy strong,
.sk-bundle__copy small,
.sk-bundle__price,
.sk-bundle__price small {
    display: block;
}

.sk-bundle__copy strong {
    font-size: 17px;
}

.sk-bundle__copy small,
.sk-bundle__price small {
    margin-top: 4px;
    color: var(--sk-muted);
    font-size: 12px;
    font-weight: 700;
}

.sk-bundle__price {
    min-width: 118px;
    text-align: right;
    font-weight: 900;
}

.sk-bundle__price del {
    color: var(--sk-muted);
}

.sk-bundle__price ins {
    color: var(--sk-ink);
    text-decoration: none;
}

.sk-stock-line {
    margin: 18px 0 10px;
    color: var(--sk-teal-dark);
    font-size: 14px;
    font-weight: 900;
}

.sk-atc {
    width: 100%;
    border: 0;
    font-size: 18px;
}

.sk-atc span {
    opacity: 0.9;
}

.sk-buybox__trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.sk-buybox__trust span {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    color: var(--sk-muted);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.sk-product-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.sk-product-tabs details,
.sk-details details {
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-product-tabs details {
    min-height: 160px;
    padding: 18px;
}

.sk-product-tabs details[open] {
    grid-column: span 2;
}

.sk-product-tabs summary,
.sk-details summary {
    color: var(--sk-ink);
    font-weight: 900;
    cursor: pointer;
}

.sk-list {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--sk-muted);
}

.sk-list li + li {
    margin-top: 8px;
}

.sk-science {
    background: var(--sk-soft-2);
}

.sk-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.sk-metrics div {
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(15, 118, 110, 0.25);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-metrics strong {
    display: block;
    color: var(--sk-teal-dark);
    font-size: 32px;
    line-height: 1;
}

.sk-metrics span {
    display: block;
    margin-top: 8px;
    color: var(--sk-muted);
    font-size: 13px;
    font-weight: 800;
}

.sk-layer-card {
    padding: 28px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
    box-shadow: var(--sk-shadow);
}

.sk-layer-card ol {
    margin: 18px 0 24px;
    padding-left: 22px;
    color: var(--sk-muted);
}

.sk-layer-card li + li {
    margin-top: 12px;
}

.sk-comparison {
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-comparison [role="row"] {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
    min-height: 58px;
    border-bottom: 1px solid var(--sk-line);
}

.sk-comparison [role="row"]:first-child {
    background: var(--sk-ink);
    color: var(--sk-white);
    font-weight: 900;
}

.sk-comparison [role="row"]:last-child {
    border-bottom: 0;
}

.sk-comparison strong,
.sk-comparison span {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-right: 1px solid var(--sk-line);
}

.sk-comparison [role="row"]:first-child strong,
.sk-comparison [role="row"]:first-child span {
    border-right-color: rgba(255, 255, 255, 0.16);
}

.sk-comparison span:last-child {
    border-right: 0;
    color: var(--sk-teal-dark);
    font-weight: 900;
}

.sk-comparison [role="row"]:first-child span:last-child {
    color: var(--sk-white);
}

.sk-comparison--compact {
    margin-top: 24px;
}

.sk-guarantee {
    background: var(--sk-ink);
    color: var(--sk-white);
}

.sk-guarantee .sk-kicker {
    color: #d8f3e9;
}

.sk-guarantee p {
    color: rgba(255, 255, 255, 0.78);
}

.sk-guarantee__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 46px;
}

.sk-guarantee ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sk-guarantee li {
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--sk-radius);
    background: rgba(255, 255, 255, 0.06);
}

.sk-guarantee strong,
.sk-guarantee span {
    display: block;
}

.sk-guarantee span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.sk-faq {
    background: var(--sk-white);
}

.sk-faq__grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    gap: 42px;
    align-items: start;
}

.sk-details {
    display: grid;
    gap: 10px;
}

.sk-details details {
    padding: 18px 20px;
}

.sk-details p {
    margin-bottom: 0;
}

.sk-size-guide {
    background: var(--sk-soft);
}

.sk-size-table {
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-size-table [role="row"] {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 52px;
    border-bottom: 1px solid var(--sk-line);
}

.sk-size-table [role="row"]:last-child {
    border-bottom: 0;
}

.sk-size-table strong,
.sk-size-table span {
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

.sk-size-table strong {
    background: var(--sk-soft-2);
    border-right: 1px solid var(--sk-line);
}

.sk-size-note {
    margin-top: 14px;
    text-align: center;
}

.sk-footer {
    background: #101713;
    color: var(--sk-white);
}

.sk-footer__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sk-footer__trust div {
    min-height: 92px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--sk-radius);
}

.sk-footer__trust strong,
.sk-footer__trust span {
    display: block;
}

.sk-footer__trust span,
.sk-footer__main p,
.sk-footer__main a,
.sk-footer__note {
    color: rgba(255, 255, 255, 0.68);
}

.sk-footer__main {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 34px;
    padding: 44px 0;
}

.sk-footer__main h3 {
    margin: 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.sk-footer__main nav a {
    display: block;
    margin-top: 9px;
    font-size: 14px;
}

.sk-footer__note {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
}

.sk-shop-main,
.woocommerce-cart main,
.woocommerce-checkout main,
.woocommerce-account main {
    padding: 54px 0;
}

.sk-content-page {
    max-width: 840px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.sk-content-page h1 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: 0;
}

.sk-content-page__body {
    color: var(--sk-muted);
}

.sk-content-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: var(--sk-ink);
}

.sk-content-page th,
.sk-content-page td {
    padding: 12px 14px;
    border: 1px solid var(--sk-line);
    text-align: left;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .product_meta,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    display: none;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce-cart .cart-collaterals .cart_totals {
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    background: var(--sk-white);
}

.woocommerce table.shop_table {
    overflow: hidden;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
    min-height: 46px;
    border: 1px solid var(--sk-line);
    border-radius: 6px;
    padding: 10px 12px;
}

@media (max-width: 1080px) {
    .sk-product-top {
        grid-template-columns: minmax(0, 1fr);
    }

    .sk-gallery {
        position: relative;
        top: auto;
    }

    .sk-product-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sk-product-tabs details[open] {
        grid-column: span 1;
    }
}

@media (max-width: 920px) {
    body.admin-bar .sk-header {
        top: 46px;
    }

    .sk-header__bar {
        grid-template-columns: auto auto auto;
    }

    .sk-menu-btn {
        display: block;
        order: 2;
        justify-self: end;
    }

    .sk-actions {
        order: 3;
    }

    .sk-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 16px 16px;
        border-bottom: 1px solid var(--sk-line);
        background: var(--sk-white);
    }

    .sk-nav.is-open {
        display: flex;
    }

    .sk-nav a {
        padding: 13px 0;
        border-bottom: 1px solid var(--sk-line);
    }

    .sk-home-hero {
        min-height: auto;
    }

    .sk-home-hero__copy {
        padding: 70px 0 78px;
    }

    .sk-home-hero__overlay {
        background: rgba(12, 19, 16, 0.68);
    }

    .sk-proof-row,
    .sk-signal__grid,
    .sk-feature-grid,
    .sk-offer-grid,
    .sk-review-grid,
    .sk-footer__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sk-split,
    .sk-split--reverse,
    .sk-guarantee__grid,
    .sk-faq__grid,
    .sk-footer__main {
        grid-template-columns: minmax(0, 1fr);
    }

    .sk-buybox__trust {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    :root {
        --sk-wrap: min(100vw - 24px, 1180px);
    }

    .sk-topbar {
        font-size: 12px;
    }

    .sk-header__bar {
        min-height: 64px;
        gap: 10px;
    }

    .sk-logo {
        font-size: 21px;
    }

    .sk-home-hero > img {
        object-position: 70% center;
    }

    .sk-home-hero h1,
    .sk-buybox h1 {
        font-size: 36px;
    }

    .sk-hero-actions,
    .sk-hero-actions .sk-btn {
        width: 100%;
    }

    .sk-proof-row,
    .sk-signal__grid,
    .sk-check-grid,
    .sk-feature-grid,
    .sk-offer-grid,
    .sk-review-grid,
    .sk-product-points,
    .sk-metrics,
    .sk-product-tabs,
    .sk-footer__trust {
        grid-template-columns: minmax(0, 1fr);
    }

    .sk-section {
        padding: 58px 0;
    }

    .sk-product-top {
        width: calc(100vw - 20px);
        padding-top: 20px;
        gap: 20px;
    }

    .sk-buybox {
        padding: 20px;
    }

    .sk-gallery__thumbs {
        grid-template-columns: repeat(6, 58px);
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .sk-pills {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sk-bundle {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 142px;
    }

    .sk-bundle__qty {
        width: 54px;
        height: 54px;
    }

    .sk-bundle__price {
        grid-column: 2;
        min-width: 0;
        text-align: left;
    }

    .sk-comparison {
        overflow-x: auto;
    }

    .sk-comparison [role="row"] {
        min-width: 600px;
    }

    .sk-size-table [role="row"] {
        grid-template-columns: 92px 1fr;
    }

    .sk-footer__note {
        flex-direction: column;
        gap: 10px;
    }
}
