:root{
  --linen:#F7F4EF;
  --cream:#FDFCFA;
  --warm:#EDE8DF;
  --line:#E0D9CE;
  --dust:#B8AFA4;
  --ink:#1A1816;
  --mid:#7A7268;
  --oak:#C4A882;
  --green:#3D6B52;
  --serif:'Georgia','Times New Roman',serif;
  --sans:-apple-system,'Helvetica Neue',Arial,sans-serif;
}
body.single-product {
    overflow-x: clip !important;
    overflow-y: visible !important;
}
body.single-product .haru-single-product.haru-container {
	max-width:100%;
}
.single-product header {
    border-bottom: 1px solid var(--line);
}
.single-product #haru-content-main > .haru-page-title {
	padding: 0;
    margin: 0;
}
.single-product .single-content {
    margin-bottom: 0px;
    padding: 0;
    background: var(--cream);
}
.single-product .single-product-top {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: calc(100vh - 58px - 38px);
    align-items: start;
    margin-bottom: 0;
}
.single-product-top .single-product-image-wrap,
.single-product-top .single-product-summary {
    width: 100% !important;
}
.single-product-top .single-product-image-wrap {
    padding-right: 0 !important;
    height: calc(100vh - 200px);
    background: none;
    position: sticky;
    top: 200px;
}
.single-product-top .single-product-image-content {
    height: 100%;
}
.single-product-top .single-product-image-wrap .single-product-image {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0;
    height: 100%;
}
.single-product-top .single-product-image-wrap .product-images-wrap {
    flex: 1;
}
.single-product-top .product-images-wrap .product-image-item,
.single-product-top #product-images,
.single-product-top #product-images .slick-list,
.single-product-top #product-images .slick-track,
.single-product-top #product-images .slick-slide>div {
    height: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}
.single-product-top .product-images-wrap .product-image-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single-product-top .single-product-image-wrap.horizontal #product-thumbnails {
    max-width: 400px;
    margin: 20px auto 0 !important;
}
.single-product-top #product-thumbnails .slick-slide {
    width: 80px !important;
    height: 80px;
}
.single-product-top #product-thumbnails img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-product-top .single-product-summary {
    padding: 40px 44px 60px 36px;
    border-left: 1px solid var(--line);
    overflow-y: auto;
}
.pp-breadcrumb {
    font-size: 12px;
    color: var(--dust);
    margin-bottom: 20px;
}
.pp-breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.pp-breadcrumb span {
    margin: 0 6px;
}
.single-product-top .product_title {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: 6px;
}
.pp-eyebrow {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 8px;
    font-weight: 500;
}
.pp-sub {
    font-size: 14px;
    color: var(--mid);
    margin-bottom: 16px;
    font-weight: 500;
}
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified {
	display: none;
}
.mg-single-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 24px;
    line-height: 1;
}
.mg-single-rating .star-rating {
    margin: 0;
    font-size: 14px;
}
.mg-single-rating .star-rating span:before {
    color: #C4975A;
}
.mg-single-rating-text {
    font-size: 13px;
    color: var(--mid);
	text-decoration: underline;
}
.product-item.style-2 .star-rating {
    font-size: 18px;
    position: relative;
    top: auto;
    left: auto;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition: all 0.3s;
}
.mg-loop-rating {
    display: flex;
    align-items: center;
    justify-content: center; /* use flex-start if you want left aligned */
    gap: 6px;
    margin: 6px 0 4px;
    flex-wrap: wrap;
}
.mg-loop-rating .star-rating {
    margin: 0;
    float: none;
}
.mg-loop-rating-text {
    font-size: 14px;
    line-height: 1;
    color: inherit;
    text-decoration: none;
}
.mg-loop-rating-text:hover {
    text-decoration: underline;
}
.single-product-top .payment-logos {
	display: flex;
    clear: both;
    align-items: center;
    justify-content: center;
    padding: 8px 0 25px 0;
}
.single-product-top .payment-logos img {
	max-width: 300px;
}
.single-product-top form.variations_form table.variations {
    display: none !important;
}
.single-product-top form.cart {
    border-top: 1px solid var(--line);
    padding-top: 28px;
    margin: 0;
}
.single_variation_wrap .aq-size-header {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_variation_wrap .aq-size-selected {
    color: var(--ink);
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
}
.single_variation_wrap .aq-size-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 28px;
}
.single_variation_wrap .aq-size-items .aq-size-card {
    border: 1.5px solid var(--line);
    background: #fff;
    border-radius: 3px;
    padding: 17px 14px;
    cursor: pointer;
    text-align: left;
    transition: all .12s;
    position: relative;
    height: auto;
    line-height: normal;
}
.single_variation_wrap .aq-size-items .aq-size-card .aq-title {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: var(--ink);
}
.single_variation_wrap .aq-size-items .aq-size-card .aq-price {
    font-size: 13px;
    color: var(--mid);
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

/* Colour variation cards shown alongside the custom size cards. */
.single_variation_wrap .aq-color-options {
    margin-top: 12px;
}

.single_variation_wrap .aq-color-items .aq-color-card {
    min-height: 76px;
    align-items: center;
}

.single_variation_wrap .aq-color-items .aq-color-card.has-color-swatch .aq-title,
.single_variation_wrap .aq-color-items .aq-color-card.has-image-swatch .aq-title {
    color: inherit;
    position: relative;
    z-index: 1;
}

.single_variation_wrap .aq-color-items .aq-color-card.has-color-swatch .aq-title {
    text-shadow: 0 1px 1px rgba(255, 255, 255, .18);
}

.single_variation_wrap .aq-color-items .aq-color-card.has-image-swatch {
    overflow: hidden;
}

.single_variation_wrap .aq-color-items .aq-color-card.has-image-swatch::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(0, 0, 0, .1));
    pointer-events: none;
}

.single_variation_wrap .aq-color-items .aq-color-card.has-image-swatch .aq-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
}

.single_variation_wrap .aq-color-items .aq-color-card.has-color-swatch.is-selected,
.single_variation_wrap .aq-color-items .aq-color-card.has-image-swatch.is-selected {
    border-color: var(--ink);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
}
.single_variation_wrap .aq-size-items .aq-size-card.is-selected {
    border-color: var(--ink);
    background: var(--linen);
}
.single_variation_wrap .aq-size-items .aq-size-card .aq-badge {
    position: absolute;
    top: -9px;
    right: 10px;
    background: var(--oak);
    color: #fff;
    font-size: 9px;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 3px 8px 5px;
    border-radius: 8px;
    font-weight: 600;
}
.single-product-top .single_variation_wrap .woocommerce-variation {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin-bottom: 28px;
}
.single-product-top form.cart .woocommerce-variation-price {
    margin-bottom: 0px;
}
.single-product-top form.cart .woocommerce-variation-price .price-vat-text{
    padding-left: 5px;
    font-size: 13px;
    color: var(--mid);
}
.single-product-top form.cart .single_add_to_cart_button {
    background: var(--ink) !important;
    letter-spacing: .02em;
    border-radius: 3px;
    transition: background .15s;
    height: 54px;
}
.single-product-top form.cart .single_add_to_cart_button:hover {
    background: var(--green) !important;
}
.trust-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--linen);
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 24px;
}
.tg-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.tg-item svg {
    flex-shrink: 0;
    color: var(--ink);
}
.tg-item .ti-val {
    font-weight: 700;
    color: var(--ink);
}
.tg-item .ti-lab {
    color: var(--mid);
}
.single-product .tp-mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 14px 0 4px;
}
.single-product .tp-quote {
    min-width: 0;
    padding: 1px 0 1px 12px;
}
.single-product .tp-stars {
    display: inline-flex;
    gap: 3px;
}
.single-product .tp-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #00b67a;
    color: #fff;
    font-size: 8px;
    line-height: 1;
}
.single-product .tp-title {
    display: block;
    margin-top: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.single-product .tp-quote p {
    margin: 5px 0 4px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.5;
}
.single-product .tp-quote .tp-meta {
    color: var(--mid);
    font-size: 11px;
    line-height: 1.4;
}
.single-product .tp-quote .tp-meta b {
    color: var(--ink);
    font-weight: 600;
}
/* Product detail accordion */
.single-product .pd-list {
    margin-top: 8px;
}

.single-product .pd-list details {
    border-top: 1px solid #E0D9CE;
}

.single-product .pd-list details:last-child {
    border-bottom: 1px solid #E0D9CE;
}

.single-product .pd-list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 400;
    color: #1A1816;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.15s ease;
}

.single-product .pd-list summary:hover {
    color: #7A7268;
}

.single-product .pd-list summary::-webkit-details-marker {
    display: none;
}

.single-product .pd-list summary::after {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%237A7268' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.25s ease;
}

.single-product .pd-list details[open] summary::after {
    transform: rotate(180deg);
}

.single-product .pd-list .pd-body {
    font-size: 13.5px;
    color: #666;
    line-height: 1.85;
    padding: 0 0 20px;
    max-width: 52ch;
}

.single-product .pd-list .pd-body p {
    margin: 0 0 14px;
}

/* Feature list inside first accordion */
.single-product .pd-feat {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
}

.single-product .pd-feat-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-product .pd-feat-check {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    color: #3D6B52;
}

.single-product .pd-feat-check svg {
    width: 100%;
    height: 100%;
    display: block;
}

.single-product .pd-feat-tt {
    font-size: 14px;
    color: #1A1816;
    line-height: 1.3;
}

/* Discount table inside last accordion */
.single-product .pd-disc {
    margin: 14px 0 12px;
    border: 1px solid #E0D9CE;
    border-radius: 8px;
    overflow: hidden;
    max-width: 300px;
}

.single-product .pd-disc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 14px;
    font-size: 13.5px;
    color: #1A1816;
}

.single-product .pd-disc-row:not(:last-child) {
    border-bottom: 1px solid #E0D9CE;
}

.single-product .pd-disc-pct {
    font-weight: 700;
    color: #3D6B52;
}

.single-product .pd-disc-note {
    display: block;
    font-size: 12.5px;
    color: #7A7268;
    font-style: italic;
}
.product-faq-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 80px 8vw;
    background: var(--linen);
}
.product-faq-section .product-faq-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.product-faq-section .product-faq-inner h2 {
    font-family: var(--serif);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 32px;
    text-align: center;
}
.product-faq-section .faq-cols {
    column-count: 2;
    column-gap: 56px;
}
.product-faq-section .fi {
    border: none;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: none;
    padding: 0;
    break-inside: avoid;
}
.product-faq-section .fi-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 2px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    cursor: pointer;
    gap: 16px;
    user-select: none;
    transition: color .15s;
}
.product-faq-section .fi-q:hover {
    color: var(--oak);
}
.product-faq-section .fi-toggle {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    margin-top: -3px;
    border-right: 1.6px solid var(--mid);
    border-bottom: 1.6px solid var(--mid);
    transform: rotate(45deg);
    transition: transform .25s;
}
.product-faq-section .fi.open .fi-toggle {
    transform: rotate(225deg);
}
.product-faq-section .fi-a {
    padding: 0 2px 20px;
    font-size: 13.5px;
    color: #666;
    line-height: 1.75;
    max-width: 48ch;
}
.product-faq-section .fi:not(.open) .fi-a {
    display: none;
}
.product-static-reviews {
    padding: 40px 8vw 70px;
    background: var(--cream);
}
.product-static-reviews-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.product-review-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.product-review-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 18px 16px 16px;
    border: 1px solid var(--line);
    background: #fff;
}
.product-review-stars {
    display: inline-flex;
    gap: 3px;
    margin-bottom: 12px;
}
.product-review-stars span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    background: #00b67a;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}
.product-review-card h3 {
    margin: 0 0 9px;
    color: var(--ink);
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.product-review-card p {
    margin: 0 0 14px;
    color: var(--mid);
    font-size: 13px;
    line-height: 1.65;
}
.product-review-meta {
    margin-top: auto;
    color: var(--mid);
    font-size: 11px;
    line-height: 1.4;
}
.product-review-meta strong {
    color: var(--ink);
    font-weight: 600;
}
.sh-section {
    padding: 56px 8vw 34px;
}
.sh-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
}
.sh-head h2 {
    font-family: var(--serif);
    font-size: clamp(28px, 4vw, 46px);
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 14px;
    text-wrap: balance;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}
.sh-head p {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.6;
    text-wrap: balance;
}
.sh-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto 22px;
}
.sh-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--linen);
}
.sh-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sh-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(38,34,31,.82);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 7px;
    backdrop-filter: blur(2px);
}
.sh-sub {
    position: absolute;
    top: 54px;
    left: 20px;
    color: #fff;
    font-size: 12.5px;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.sh-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px 11px 11px;
    border-radius: 13px;
    max-width: 70%;
    cursor: pointer;
    border: none;
    text-align: left;
    font: inherit;
    transition: transform .15s, box-shadow .2s;
}
.sh-badge:hover {
    transform: translateY(-1px);
}
.sh-badge-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .2s;
}
.sh-badge-play svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}
.sh-badge-dark {
    background: rgba(38,34,31,.8);
    color: #fff;
    backdrop-filter: blur(3px);
}
.sh-badge-light {
    background: rgba(255,255,255,.92);
    color: var(--ink);
    backdrop-filter: blur(3px);
}
.sh-section .sh-badge-dark:hover,
.sh-section .sh-badge-dark:focus,
.sh-section .sh-badge-dark:focus-visible {
    background: rgba(38,34,31,.8) !important;
    color: #fff !important;
}
.sh-section .sh-badge-light:hover,
.sh-section .sh-badge-light:focus,
.sh-section .sh-badge-light:focus-visible {
    background: rgba(255,255,255,.92) !important;
    color: var(--ink) !important;
}
.sh-badge-dark .sh-badge-play {
    background: rgba(255,255,255,.94);
    color: var(--ink);
}
.sh-badge-light .sh-badge-play {
    background: var(--ink);
    color: #fff;
}
.sh-badge.playing .sh-badge-play {
    box-shadow: 0 0 0 5px rgba(255,255,255,.35);
}
.sh-badge-light.playing .sh-badge-play {
    box-shadow: 0 0 0 5px rgba(40,36,31,.16);
}
.sh-badge .bt {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
}
.sh-badge .bs {
    display: block;
    font-size: 11.5px;
    line-height: 1.25;
    margin-top: 2px;
    opacity: .85;
}
.also-bought-section {
    padding: 14px 0 60px;
}
.also-bought-section h2 {
    font-family: var(--serif);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: normal;
    text-align: center;
    margin-bottom: 36px;
}
.also-bought-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 8vw;
}
.also-bought-card {
    cursor: pointer;
}
.also-bought-image {
    display: block;
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 3px;
}
.also-bought-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.also-bought-heart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.also-bought-info {
    padding: 12px 0 0;
}
.also-bought-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}
.also-bought-price {
    font-size: 13px;
    color: var(--mid);
}

/* ================= CUSTOMER HOME INSPIRATION ================= */
.homes-section {
    padding: 34px 0 4px;
}
.homes-section h2 {
    text-align: center;
    font-family: var(--serif);
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 32px;
    color: var(--ink);
}
.cust-carousel {
    position: relative;
    overflow: hidden;
}
.cust-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.cust-track::-webkit-scrollbar {
    display: none;
}
.cust-track img {
    flex: 0 0 calc(25% - 6px);
    width: calc(25% - 6px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    scroll-snap-align: start;
}
.cust-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    padding: 0;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
}
.cust-nav.prev {
    left: 14px;
}
.cust-nav.next {
    right: 14px;
}
.cust-nav:hover {
    background: var(--linen);
}

/* ================= ABSORPTION BLOCK ================= */
.absorption-section {
    background: var(--linen);
    padding: 72px 8vw;
}
.as-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    align-items: center;
}
.as-text h2 {
    font-family: var(--serif);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: normal;
    line-height: 1.25;
    color: var(--ink);
    margin: 0 0 20px;
}
.as-text p {
    font-family: var(--sans);
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin: 0 0 18px;
}
.as-cta {
    display: inline-block;
    margin-top: 8px;
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
}
.as-cta:hover {
    opacity: .85;
}
.as-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wave-block {
    width: 100%;
}
.wave-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 14px;
}
.wl-name {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ink);
}
.wl-stat {
    font-size: 12px;
    color: var(--mid);
}
.wave-block.calm .wl-name,
.wave-block.calm .wl-stat {
    color: var(--green);
}
.bars {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 66px;
}
.bar {
    flex: 1;
    min-width: 2px;
    height: var(--min);
    background: var(--line);
    border-radius: 1px;
    animation: barjump var(--dur) ease-in-out infinite;
    animation-delay: var(--del);
}
.bar-calm {
    background: #C8BAA8;
}
.bar-calm.active {
    background: var(--oak);
}
.wave-sep {
    height: 1px;
    background: var(--line);
    margin: 28px 0;
}
@keyframes barjump {

    0%,
    100% {
        height: var(--min);
    }
    50% {
        height: var(--max);
    }
}
/* Certificate card */
.cert-card {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 34px;
    background: rgba(255, 255, 255, .35);
}
.cert-seal {
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
}
.cert-seal svg {
    width: 100%;
    height: 100%;
    display: block;
}
.cert-text h3 {
    font-family: var(--serif);
    font-size: 23px;
    font-weight: normal;
    line-height: 1.15;
    margin: 0 0 6px;
    color: var(--ink);
}
.cert-sub {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--oak);
    font-weight: 700;
    margin-bottom: 10px;
}
.cert-text p {
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.55;
    margin: 0;
}
@media (max-width: 900px) {
    .product-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .also-bought-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .as-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }
    .cust-track img {
        flex: 0 0 calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .single-product .single-product-top {
		grid-template-columns: 1fr;
	}
    .single-product-top .single-product-image-wrap {
        position: relative;
        top: auto;
    }
    .single-product-top .single-product-image-wrap.horizontal #product-thumbnails {
        max-width: 375px;
    }
    .single-product-top #product-thumbnails .slick-slide {
        width: 75px !important;
        height: 75px;
    }
    .single-product-top .single-product-summary {
        border-left: none;
        border-top: 1px solid var(--line);
        padding: 28px 20px;
    }
}
@media (max-width: 767px) {
    .product-faq-section .faq-cols {
        column-count: 1;
    }
}
@media (max-width: 760px) {
    .sh-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .product-static-reviews {
        padding: 34px 20px 50px;
    }
    .product-review-grid {
        grid-template-columns: 1fr;
    }
    .single-product .tp-mini {
        grid-template-columns: 1fr;
    }
    .homes-section {
        padding-top: 28px;
    }
    .homes-section h2 {
        margin-bottom: 22px;
        padding: 0 20px;
    }
    .cust-track img {
        flex: 0 0 78%;
        width: 78%;
    }
    .cust-nav {
        display: none;
    }
    .absorption-section {
        padding: 54px 20px;
    }
    .wave-label {
        flex-direction: column;
        gap: 4px;
    }
    .cert-card {
        flex-direction: column;
        text-align: center;
    }
    .single-product .pd-feat {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 520px) {
    .also-bought-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ================= AQSTIK FRAME ADD-ON ================= */
.single-product .aq-frame-options {
    margin-bottom: 28px;
}
.single-product .aq-frame-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--ink);
}
.single-product .aq-frame-heading {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.single-product .aq-frame-selected {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.single-product .aq-frame-items {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product .aq-frame-card {
    position: relative;
    width: 88px;
    min-width: 88px;
    height: auto;
    padding: 0;
    overflow: visible;
    font-family: inherit;
    line-height: normal;
    text-transform: none;
    border: 2px solid var(--line);
    border-radius: 3px;
    background: #fff;
    color: var(--ink);
    text-align: center;
    cursor: pointer;
    transition: border-color .12s ease, background-color .12s ease, box-shadow .12s ease;
}
.single-product .aq-frame-card:hover {
    border-color: var(--dust);
}
.single-product .aq-frame-card.is-selected {
    border-color: var(--ink);
}
.single-product .aq-frame-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 1px 1px 0 0;
    background: var(--linen);
}
.single-product .aq-frame-image img,
.single-product .aq-frame-image svg,
.single-product .aq-frame-preview img,
.single-product .aq-frame-preview svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.single-product .aq-frame-info {
    display: block;
    padding: 7px 4px 8px;
}
.single-product .aq-frame-name,
.single-product .aq-frame-price,
.single-product .aq-frame-hint {
    display: block;
}
.single-product .aq-frame-name {
    min-height: 28px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
}
.single-product .aq-frame-card.is-selected .aq-frame-name {
    font-weight: 700;
}
.single-product .aq-frame-price {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    color: var(--mid);
}
.single-product .aq-frame-price .woocommerce-Price-amount {
    font: inherit;
    color: inherit;
}
.single-product .aq-frame-hint {
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.3;
    color: var(--dust);
}
.single-product .aq-frame-preview {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    z-index: 40;
    display: block;
    width: 200px;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .22);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(.94);
    transition: opacity .18s ease, transform .18s ease;
}
.single-product .aq-frame-card:hover .aq-frame-preview,
.single-product .aq-frame-card:focus-visible .aq-frame-preview {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.single-product .aq-frame-card:focus-visible {
    outline: 2px solid var(--oak);
    outline-offset: 3px;
}

@media (max-width: 560px) {
    .single-product .aq-frame-items {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
    .single-product .aq-frame-card {
        width: 100%;
        min-width: 0;
    }
    .single-product .aq-frame-preview {
        display: none;
    }
    .single-product .aq-frame-name {
        min-height: 30px;
    }
}
