.lynessa-product-extra {
    background: #f6f6f6;
    margin-top: 56px;
    padding: 72px 0 92px;
}

/* Full-bleed edge-to-edge on single product (escapes theme .container) */
body.single-product .lynessa-product-extra {
	box-sizing: border-box;
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	overflow-x: clip;
	padding-bottom: 92px;
	padding-left: clamp(1rem, 4vw, 3rem);
	padding-right: clamp(1rem, 4vw, 3rem);
	padding-top: 72px;
	width: 100vw;
}

@media (max-width: 767px) {
	body.single-product .lynessa-product-extra {
		margin-inline: 0;
		max-width: 100%;
		padding-left: clamp(1rem, 4vw, 1.4rem);
		padding-right: clamp(1rem, 4vw, 1.4rem);
		width: 100%;
	}

	body.single-product .lynessa-product-extra__grid {
		grid-template-columns: 1fr;
	}

	body.single-product .lynessa-extra-card--wide {
		grid-column: auto;
	}
}

body.single-product .lynessa-product-extra > .container,
body.single-product .lynessa-product-extra > .wd-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.lynessa-product-extra__head {
    margin: 0 auto 36px;
    max-width: 920px;
    text-align: center;
}

body.single-product .lynessa-product-extra__head {
    max-width: none;
}

.lynessa-product-extra__title {
    color: #111;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}

.lynessa-product-extra__subtitle {
    color: #5f5f5f;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.lynessa-highlights {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.lynessa-highlight {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    padding: 16px 18px;
}

.lynessa-highlight__icon {
    align-items: center;
    background: #111;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    min-width: 30px;
}

.lynessa-highlight__content {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.lynessa-highlight__content strong {
    font-size: 0.82rem;
    text-transform: uppercase;
}

.lynessa-highlight__content span {
    color: #555;
    font-size: 0.9rem;
}

.lynessa-product-extra__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lynessa-extra-card {
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 30px;
}

.lynessa-extra-card--wide {
    grid-column: span 2;
}

.lynessa-extra-card__number {
    color: rgba(17, 17, 17, 0.16);
    font-size: 2.35rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.lynessa-extra-card__title {
    color: #161616;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.lynessa-extra-card__description {
    color: #4f4f4f;
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
}

.lynessa-extra-card__footer {
    border-top: 1px solid #ececec;
    display: flex;
    font-size: 0.82rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

.lynessa-specs {
    background: #fff;
    border-radius: 16px;
    margin-top: 18px;
    padding: 16px 22px;
}

.lynessa-specs__row {
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.lynessa-specs__row:last-child {
    border-bottom: 0;
}

.lynessa-feature-banner {
    border-radius: 18px;
    margin-top: 20px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.lynessa-feature-banner img {
    display: block;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    width: 100%;
}

.lynessa-feature-banner__overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.12) 25%, rgba(0,0,0,0.8) 100%);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 38px 40px;
    position: absolute;
    right: 0;
}

.lynessa-feature-banner__overlay h3 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.lynessa-feature-banner__overlay p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
    max-width: 690px;
}

.lynessa-extra-two-col {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

.lynessa-care,
.lynessa-timeline,
.lynessa-faq {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}

.lynessa-care h3,
.lynessa-timeline h3,
.lynessa-faq h3 {
    font-size: 1.18rem;
    margin-bottom: 14px;
}

.lynessa-care ul {
    margin: 0;
    padding-left: 20px;
}

.lynessa-care li {
    line-height: 1.7;
    margin-bottom: 7px;
}

.lynessa-timeline__item {
    border-left: 2px solid #ececec;
    margin-bottom: 14px;
    padding-left: 14px;
}

.lynessa-timeline__item span {
    color: #7b7b7b;
    display: block;
    font-size: 0.8rem;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.lynessa-timeline__item p {
    color: #555;
    margin: 4px 0 0;
}

.lynessa-faq {
    margin-top: 18px;
}

.lynessa-faq details {
    border-top: 1px solid #ececec;
    padding: 12px 0;
}

.lynessa-faq details:first-of-type {
    border-top: 0;
}

.lynessa-faq summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.lynessa-faq p {
    color: #555;
    margin: 8px 0 0;
}

.lynessa-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.lynessa-gallery figure {
    aspect-ratio: 1 / 1;
    background: #ececec;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}

.lynessa-gallery img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .lynessa-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .lynessa-extra-card--wide {
        grid-column: span 2;
    }

    .lynessa-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .lynessa-product-extra {
        padding: 58px 0 74px;
    }

    .lynessa-highlights,
    .lynessa-product-extra__grid,
    .lynessa-extra-two-col,
    .lynessa-gallery {
        grid-template-columns: 1fr;
    }

    .lynessa-extra-card--wide {
        grid-column: span 1;
    }
}


/* Product hand/size — modern variation pickers (single product) */
body.single-product .lynessa-var-pickers.lynessa-product-choices {
    background: linear-gradient(180deg, #fafafa 0%, #f5f5f6 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
    margin-top: 1.25rem;
    padding: 1.25rem 1.35rem 1.35rem;
}

body.single-product .lynessa-var-picker.lynessa-product-choices__group {
    margin-bottom: 1.25rem;
}

body.single-product .lynessa-var-picker.lynessa-product-choices__group:last-child {
    margin-bottom: 0;
}

body.single-product .lynessa-var-picker__label.lynessa-product-choices__label,
body.single-product .lynessa-product-choices__label {
    color: #4a4a4a;
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

body.single-product .lynessa-var-picker__options.lynessa-product-choices__chips,
body.single-product .lynessa-product-choices__chips {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
}

body.single-product .lynessa-choice-chip.lynessa-var-picker__chip,
body.single-product .lynessa-choice-chip {
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    color: #18181b;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.2;
    min-height: 44px;
    min-width: 44px;
    padding: 0.55rem 1.1rem;
    text-decoration: none;
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        color 0.18s ease,
        transform 0.12s ease;
}

body.single-product .lynessa-var-picker__chip-text {
    pointer-events: none;
}

body.single-product .lynessa-choice-chip:hover:not(.is-active) {
    border-color: rgba(249, 117, 1, 0.45);
    box-shadow: 0 2px 10px rgba(249, 117, 1, 0.12);
    color: #c25700;
    text-decoration: none;
    transform: translateY(-1px);
}

body.single-product .lynessa-choice-chip:focus-visible {
    outline: 2px solid #f97501;
    outline-offset: 2px;
}

body.single-product .lynessa-choice-chip.is-active {
    background: #f97501;
    border-color: #f97501;
    box-shadow: 0 2px 14px rgba(249, 117, 1, 0.35);
    color: #fff;
}

body.single-product .lynessa-choice-chip.is-active:hover {
    background: #e06a01;
    border-color: #e06a01;
    box-shadow: 0 3px 16px rgba(249, 117, 1, 0.4);
    color: #fff;
    transform: none;
}

@media (max-width: 480px) {
    body.single-product .lynessa-var-pickers.lynessa-product-choices {
        padding: 1rem 1rem 1.1rem;
    }

    body.single-product .lynessa-choice-chip.lynessa-var-picker__chip,
    body.single-product .lynessa-choice-chip {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }
}

