body.single-product .rey-siteWrapper { overflow: clip; }
.yoko-pdp { padding-bottom: 0; background: #fff; }
.yoko-pdp__container { padding-block: 24px 72px; }
.yoko-pdp__breadcrumb { margin-bottom: 26px; color: var(--yoko-caption); font-size: 13px; }
.yoko-pdp__breadcrumb .woocommerce-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; }
.yoko-pdp__breadcrumb a:hover { color: var(--yoko-primary); }
.yoko-pdp__hero { display: grid; grid-template-columns: minmax(0, 56fr) minmax(420px, 44fr); gap: clamp(36px, 4vw, 56px); align-items: start; }

/* Gallery */
.yoko-gallery { min-width: 0; }
.yoko-gallery__stage { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 18px; background: #f7f3f8; }
.yoko-gallery__brand { position: absolute; z-index: 4; top: 18px; left: 18px; color: var(--yoko-primary); font-size: 21px; font-weight: 700; line-height: .85; pointer-events: none; }
.yoko-gallery__brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .24em; }
.yoko-gallery__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 220ms ease; }
.yoko-gallery__slide.is-active { opacity: 1; pointer-events: auto; }
.yoko-gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
.yoko-gallery__arrow { position: absolute; z-index: 5; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; margin-top: -23px; border: 1px solid var(--yoko-border); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--yoko-primary); box-shadow: var(--yoko-shadow-sm); cursor: pointer; }
.yoko-gallery__arrow svg { width: 22px; height: 22px; }
.yoko-gallery__arrow--prev { left: 14px; }
.yoko-gallery__arrow--next { right: 14px; }
.yoko-gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.yoko-gallery__thumbs::-webkit-scrollbar { display: none; }
.yoko-gallery__thumb { flex: 0 0 88px; aspect-ratio: 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 12px; background: #f7f5f8; scroll-snap-align: start; cursor: pointer; }
.yoko-gallery__thumb.is-active { border-color: var(--yoko-primary); }
.yoko-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Summary */
.yoko-summary { position: sticky; top: 100px; min-width: 0; }
.yoko-summary__topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.yoko-summary__badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 5px; background: var(--yoko-primary); color: #fff; font-size:13px; font-weight: 700; }
.yoko-summary__wishlist { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--yoko-border); border-radius: 50%; background: #fff; color: var(--yoko-primary); cursor: pointer; }
.yoko-summary__wishlist svg { width: 22px; height: 22px; }
.yoko-summary__wishlist.is-active { background: var(--yoko-primary-soft); }
.yoko-summary__title { margin-top: 14px !important; font-size: clamp(34px, 2.9vw, 40px); line-height: 1.15; letter-spacing: -.025em; }
.yoko-summary__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 12px; color: var(--yoko-muted); font-size: 14px; }
.yoko-summary__rating { display: inline-flex; align-items: center; gap: 8px; color: var(--yoko-warning); }
.yoko-summary__rating .star-rating { margin: 0; }
.yoko-summary__rating > span:not(.yoko-rating-icons), .yoko-summary__rating small { color: var(--yoko-muted); }
.yoko-rating-icons { display: inline-flex; gap: 2px; color: var(--yoko-warning); }
.yoko-rating-icons svg { width: 15px; height: 15px; }
.yoko-summary__excerpt { margin-top: 20px; color: var(--yoko-text); font-size: 17px; line-height: 1.65; }
.yoko-summary__excerpt p + p { margin-top: 10px; }
.yoko-summary__price { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; color: var(--yoko-primary); font-size: 34px; font-weight: 700; line-height: 1.1; }
.yoko-summary__price del { color: var(--yoko-caption); font-size: 18px; font-weight: 400; }
.yoko-summary__price ins { text-decoration: none; }
.yoko-summary__discount { padding: 6px 10px; border-radius: 6px; background: var(--yoko-primary); color: #fff; font-size: 13px; }
.yoko-summary__stock-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 14px; color: var(--yoko-muted); font-size: 14px; }
.yoko-summary__stock { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.yoko-summary__stock svg { width: 18px; height: 18px; }
.yoko-summary__stock.is-in-stock { color: var(--yoko-success); }
.yoko-summary__stock.is-out-of-stock { color: #b23333; }

.yoko-option-group { margin-top: 20px; }
.yoko-option-group__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 11px; font-size: 15px; }
.yoko-option-group__head strong { font-weight: 700; }
.yoko-option-group__head > span { color: var(--yoko-primary); font-weight: 600; }
.yoko-color-options, .yoko-size-options, .yoko-generated-size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.yoko-color-option { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 13px; border: 1px solid var(--yoko-border); border-radius: 10px; background: #fff; color: var(--yoko-text); cursor: pointer; }
.yoko-color-option input { position: absolute; opacity: 0; pointer-events: none; }
.yoko-color-option i { width: 23px; height: 23px; border: 3px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px color-mix(in srgb, var(--swatch) 65%, #888); }
.yoko-color-option span { font-size: 14px; font-weight: 600; }
.yoko-color-option.is-selected { border-color: var(--yoko-primary); box-shadow: 0 0 0 2px rgba(112,37,135,.08); }
.yoko-size-option { min-width: 48px; min-height: 46px; display: inline-grid; place-items: center; padding: 0 12px; border: 1px solid var(--yoko-border); border-radius: 9px; background: #fff; color: var(--yoko-text); font-size: 14px; font-weight: 600; cursor: pointer; }
label.yoko-size-option { position: relative; }
label.yoko-size-option input { position: absolute; opacity: 0; pointer-events: none; }
.yoko-size-option.is-selected, .yoko-size-option:hover { border-color: var(--yoko-primary); color: var(--yoko-primary); box-shadow: 0 0 0 2px rgba(112,37,135,.07); }
.yoko-size-guide-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: none; color: var(--yoko-primary); font: inherit; font-weight: 600; cursor: pointer; }
.yoko-size-guide-link svg { width: 20px; height: 20px; }

/* Native WooCommerce cart */
.yoko-summary__cart { margin-top: 22px; }
.yoko-summary__cart form.cart, .yoko-summary__cart .variations_form { margin: 0; }
.yoko-summary__cart table.variations { width: 100%; margin: 0 0 14px; }
.yoko-summary__cart table.variations tr { display: grid; gap: 8px; margin-bottom: 16px; }
.yoko-summary__cart table.variations th, .yoko-summary__cart table.variations td { display: block; padding: 0; border: 0; text-align: left; }
.yoko-summary__cart table.variations label { font-size: 15px; font-weight: 700; }
.yoko-summary__cart table.variations select { min-height: 48px; border: 1px solid var(--yoko-border); border-radius: 8px; }
.yoko-select-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.yoko-summary__cart .single_variation_wrap { margin-top: 12px; }
.yoko-summary__cart .woocommerce-variation-price { margin-bottom: 12px; color: var(--yoko-primary); font-size: 20px; font-weight: 700; }
.yoko-summary__cart .woocommerce-variation-availability { margin-bottom: 10px; }
.yoko-summary__cart .woocommerce-variation-add-to-cart,
.yoko-summary__cart form.cart:not(.variations_form) { display: grid; grid-template-columns: 132px 1fr; gap: 12px; align-items: stretch; }
.yoko-summary__cart .quantity { display: flex !important; align-items: center; justify-content: center; min-height: 54px; overflow: hidden; border: 1px solid var(--yoko-border); border-radius: 8px; background: #fff; }
.yoko-summary__cart .quantity input.qty { width: 46px !important; height: 52px !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; text-align: center; font-weight: 600; }
.yoko-qty-button { width: 38px; height: 52px; padding: 0; border: 0; background: #fff; color: var(--yoko-primary); font-size: 23px; cursor: pointer; }
.yoko-summary__cart .single_add_to_cart_button {
	min-height: 54px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, var(--yoko-primary), var(--yoko-primary-hover)) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: 0 8px 20px rgba(112,37,135,.18) !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.yoko-summary__cart .single_add_to_cart_button.disabled { opacity: .55 !important; }
.yoko-summary__secondary-actions { display: grid; gap: 10px; margin-top: 10px; }
.yoko-summary__secondary-actions .yoko-button { width: 100%; }
.yoko-button--buy-now { border: 1px solid var(--yoko-primary); background: #fff; color: var(--yoko-primary); }
.yoko-button--quote { border: 1px solid var(--yoko-border); background: var(--yoko-surface); color: var(--yoko-primary); }
.yoko-button--buy-now svg, .yoko-button--quote svg { width: 20px; height: 20px; }

/* Immediate benefit row */
.yoko-quick-service { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; overflow: hidden; border: 1px solid var(--yoko-border); border-radius: 14px; background: #fff; box-shadow: var(--yoko-shadow-sm); }
.yoko-quick-service__item { min-height: 102px; display: flex; align-items: center; gap: 14px; padding: 20px 22px; }
.yoko-quick-service__item + .yoko-quick-service__item { border-left: 1px solid var(--yoko-border); }
.yoko-quick-service__item > span { flex: 0 0 42px; color: var(--yoko-primary); }
.yoko-quick-service__item svg { width: 42px; height: 42px; }
.yoko-quick-service__item strong, .yoko-quick-service__item small { display: block; }
.yoko-quick-service__item strong { color: var(--yoko-heading); font-size: 14px; }
.yoko-quick-service__item small { margin-top: 3px; color: var(--yoko-muted); font-size:13px; line-height: 1.45; }

/* Trust metrics */
.yoko-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; padding: 16px; gap: 14px; border-radius: 16px; background: linear-gradient(135deg, #fbf7fd, #f1e8f8); }
.yoko-trust-card { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 16px; border: 1px solid rgba(112,37,135,.08); border-radius: 12px; background: rgba(255,255,255,.88); text-align: center; }
.yoko-trust-card > svg { width: 48px; height: 48px; color: var(--yoko-primary); }
.yoko-trust-card > strong { margin-top: 10px; color: var(--yoko-primary); font-size: 28px; line-height: 1.1; }
.yoko-trust-card > b { margin-top: 6px; color: var(--yoko-heading); font-size:13px; text-transform: uppercase; }
.yoko-trust-card > p { max-width: 220px; margin-top: 7px; color: var(--yoko-muted); font-size: 13px; line-height: 1.5; }

/* Story and tables */
.yoko-story-section { display: grid; grid-template-columns: 45fr 55fr; align-items: center; gap: clamp(34px, 5vw, 72px); padding-top: var(--yoko-section-space); }
.yoko-story-section__copy h2 { display: flex; align-items: center; gap: 9px; color: var(--yoko-primary); font-size: clamp(30px, 2.6vw, 38px); line-height: 1.18; }
.yoko-story-section__copy h2 svg { width: 26px; height: 26px; }
.yoko-story-section__copy > div:not(.yoko-story-section__signature) { margin-top: 18px; color: var(--yoko-text); font-size: 17px; line-height: 1.75; }
.yoko-story-section__signature { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; color: var(--yoko-primary); font-family: var(--yoko-script-font); font-size: 26px; }
.yoko-story-section__signature svg { width: 22px; height: 22px; }
.yoko-story-section__media { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 18px; background: var(--yoko-surface); }
.yoko-story-section__media img { width: 100%; height: 100%; object-fit: cover; }
.yoko-data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.yoko-data-card { overflow: hidden; padding: 24px; border: 1px solid var(--yoko-border); border-radius: 14px; background: #fff; box-shadow: var(--yoko-shadow-sm); }
.yoko-data-card h3 { margin-bottom: 16px; color: var(--yoko-primary); font-size: 18px; text-transform: uppercase; }
.yoko-data-card table { width: 100%; border-collapse: collapse; font-size: 14px; }
.yoko-data-card th, .yoko-data-card td { padding: 10px 12px; border-bottom: 1px solid #eee7f2; text-align: left; vertical-align: top; }
.yoko-data-card th { color: var(--yoko-heading); font-weight: 600; }
.yoko-data-card thead th { background: var(--yoko-primary-soft); color: var(--yoko-primary-dark); }
.yoko-data-card tr.is-featured { background: var(--yoko-primary-soft); }
.yoko-table-scroll { overflow-x: auto; }
.yoko-size-note { margin-top: 12px !important; color: var(--yoko-muted); font-size:13px; }

/* Policy */
.yoko-policy-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; overflow: hidden; border: 1px solid var(--yoko-border); border-radius: 14px; background: #fff; }
.yoko-policy-strip > div { min-height: 88px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; }
.yoko-policy-strip > div + div { border-left: 1px solid var(--yoko-border); }
.yoko-policy-strip svg { flex: 0 0 34px; width: 34px; height: 34px; color: var(--yoko-primary); }
.yoko-policy-strip span, .yoko-policy-strip strong { display: block; }
.yoko-policy-strip strong { color: var(--yoko-heading); font-size: 13px; }
.yoko-policy-strip span { color: var(--yoko-muted); font-size:13px; line-height: 1.45; }

/* Lookbook / related */
.yoko-section { padding-top: 58px; }
.yoko-section > h2, .yoko-section__head h2 { color: var(--yoko-primary); font-size: clamp(28px, 2.3vw, 34px); }
.yoko-section > h2 { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.yoko-section > h2 svg { width: 24px; height: 24px; }
.yoko-lookbook__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.yoko-look-card { position: relative; min-height: 245px; overflow: hidden; border-radius: 14px; background: var(--yoko-surface); }
.yoko-look-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(20,15,23,.65)); }
.yoko-look-card img { width: 100%; height: 100%; object-fit: cover; }
.yoko-look-card strong { position: absolute; z-index: 2; left: 16px; bottom: 14px; color: #fff; font-size: 16px; }
.yoko-section__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.yoko-section__head > div { display: flex; gap: 8px; }
.yoko-section__head button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--yoko-border); border-radius: 50%; background: #fff; color: var(--yoko-primary); cursor: pointer; }
.yoko-section__head button svg { width: 20px; height: 20px; }
.yoko-related__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(240px, 25%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.yoko-related__track::-webkit-scrollbar { display: none; }
.yoko-related__track .yoko-product-card { scroll-snap-align: start; }

/* Dealer CTA */
.yoko-dealer-cta { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 26px; margin-top: 58px; padding: 24px 30px; border: 1px solid #e3d2ef; border-radius: 18px; background: linear-gradient(120deg, #f4e8fb, #faf7fd); }
.yoko-dealer-cta__media { width: 92px; height: 92px; overflow: hidden; border: 5px solid #fff; border-radius: 50%; box-shadow: var(--yoko-shadow-sm); }
.yoko-dealer-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.yoko-dealer-cta__copy small { color: var(--yoko-primary); font-size:13px; font-weight: 700; letter-spacing: .05em; }
.yoko-dealer-cta__copy h2 { margin-top: 3px; color: var(--yoko-primary); font-size: 28px; }
.yoko-dealer-cta__copy p { margin-top: 5px; color: var(--yoko-muted); font-size: 14px; }
.yoko-dealer-cta__actions { display: flex; gap: 10px; }
.yoko-button--light { border: 1px solid var(--yoko-primary); background: #fff; color: var(--yoko-primary); }

/* Product details / tabs */
.yoko-product-knowledge { padding-top: var(--yoko-section-space); }
.yoko-product-knowledge__head, .yoko-product-faq__head { text-align: center; }
.yoko-product-knowledge__head > span, .yoko-product-faq__head > span { display: block; color: var(--yoko-primary); font-size:13px; font-weight: 700; letter-spacing: .08em; }
.yoko-product-knowledge__head h2, .yoko-product-faq__head h2 { margin-top: 6px; font-size: clamp(30px, 2.8vw, 40px); line-height: 1.15; }
.yoko-product-knowledge__head i { display: block; width: 44px; height: 3px; margin: 14px auto 0; border-radius: 3px; background: var(--yoko-primary); }
.yoko-product-detail-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.yoko-product-detail-tabs button { min-height: 44px; padding: 0 18px; border: 1px solid var(--yoko-border); border-radius: 8px; background: #fff; color: var(--yoko-text); font: 600 14px/1 var(--yoko-font); cursor: pointer; }
.yoko-product-detail-tabs button.is-active { border-color: var(--yoko-primary); background: var(--yoko-primary-soft); color: var(--yoko-primary); }
.yoko-product-knowledge__intro { max-width: 980px; margin: 22px auto 0; color: var(--yoko-muted); text-align: center; font-size: 16px; }
.yoko-product-detail-panels { max-width: var(--yoko-reading-max); margin: 24px auto 0; padding: 30px 34px; border: 1px solid var(--yoko-border); border-radius: 16px; background: #fff; box-shadow: var(--yoko-shadow-sm); }
.yoko-product-detail-panel { columns: 2; column-gap: 56px; font-size: 16px; line-height: 1.75; }
.yoko-product-detail-panel > * { break-inside: avoid; }
.yoko-product-detail-panel h2, .yoko-product-detail-panel h3 { margin: 0 0 10px; color: var(--yoko-heading); font-size: 20px; }
.yoko-product-detail-panel ul, .yoko-product-detail-panel ol { margin: 8px 0 0 20px; }
.yoko-product-detail-panel li + li { margin-top: 6px; }
.yoko-product-faq { max-width: 1100px; margin: 0 auto; padding-top: 64px; }
.yoko-product-faq__list { margin-top: 26px; overflow: hidden; border: 1px solid var(--yoko-border); border-radius: 14px; background: #fff; }
.yoko-product-faq__item + .yoko-product-faq__item { border-top: 1px solid var(--yoko-border); }
.yoko-product-faq__item summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px; color: var(--yoko-heading); font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.yoko-product-faq__item summary::-webkit-details-marker { display: none; }
.yoko-product-faq__item summary i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.yoko-product-faq__item summary i::before, .yoko-product-faq__item summary i::after { content: ""; position: absolute; top: 8px; left: 3px; width: 12px; height: 2px; border-radius: 2px; background: var(--yoko-primary); }
.yoko-product-faq__item summary i::after { transform: rotate(90deg); transition: transform var(--yoko-transition); }
.yoko-product-faq__item[open] summary i::after { transform: rotate(0); }
.yoko-product-faq__answer { padding: 0 22px 22px; color: var(--yoko-muted); font-size: 15px; line-height: 1.7; }

@media (max-width: 1199px) {
	.yoko-pdp__hero { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 34px; }
	.yoko-summary { position: static; }
	.yoko-quick-service { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yoko-quick-service__item:nth-child(3), .yoko-quick-service__item:nth-child(4) { border-top: 1px solid var(--yoko-border); }
	.yoko-quick-service__item:nth-child(3) { border-left: 0; }
	.yoko-related__track { grid-auto-columns: minmax(230px, 32%); }
}

@media (max-width: 991px) {
	.yoko-pdp__hero { grid-template-columns: 1fr; }
	.yoko-gallery { max-width: 720px; margin-inline: auto; }
	.yoko-summary { max-width: 720px; margin-inline: auto; }
	.yoko-story-section { grid-template-columns: 1fr; }
	.yoko-story-section__media { order: 2; }
	.yoko-data-grid { grid-template-columns: 1fr; }
	.yoko-policy-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yoko-policy-strip > div:nth-child(3), .yoko-policy-strip > div:nth-child(4) { border-top: 1px solid var(--yoko-border); }
	.yoko-policy-strip > div:nth-child(3) { border-left: 0; }
	.yoko-dealer-cta { grid-template-columns: 82px 1fr; }
	.yoko-dealer-cta__actions { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
	.yoko-pdp__container { padding-block: 12px 48px; }
	.yoko-pdp__breadcrumb { display: none; }
	.yoko-pdp__hero { gap: 24px; }
	.yoko-gallery__stage { border-radius: 12px; }
	.yoko-gallery__brand { top: 12px; left: 12px; font-size: 17px; }
	.yoko-gallery__arrow { width: 38px; height: 38px; margin-top: -19px; }
	.yoko-gallery__thumb { flex-basis: 68px; border-radius: 8px; }
	.yoko-summary__title { font-size: clamp(25px, 7.2vw, 28px); }
	.yoko-summary__meta { font-size:13px; }
	.yoko-summary__excerpt { margin-top: 14px; font-size: 15px; }
	.yoko-summary__price { font-size: 28px; }
	.yoko-summary__stock-row { font-size:13px; }
	.yoko-option-group__head { font-size: 14px; }
	.yoko-color-option { min-height: 42px; padding-inline: 10px; }
	.yoko-color-option span { font-size: 13px; }
	.yoko-size-option { min-width: 44px; min-height: 44px; padding-inline: 10px; }
	.yoko-summary__cart .woocommerce-variation-add-to-cart,
	.yoko-summary__cart form.cart:not(.variations_form) { grid-template-columns: 112px 1fr; }
	.yoko-summary__cart .single_add_to_cart_button { min-height: 52px !important; font-size: 14px !important; }
	.yoko-quick-service { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
	.yoko-quick-service__item { min-height: 106px; align-items: flex-start; padding: 16px 12px; gap: 10px; }
	.yoko-quick-service__item > span { flex-basis: 34px; }
	.yoko-quick-service__item svg { width: 34px; height: 34px; }
	.yoko-quick-service__item strong { font-size:13px; }
	.yoko-quick-service__item small { font-size:13px; }
	.yoko-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 8px; }
	.yoko-trust-card { min-height: 170px; padding: 16px 10px; }
	.yoko-trust-card > svg { width: 38px; height: 38px; }
	.yoko-trust-card > strong { font-size: 24px; }
	.yoko-trust-card > b { font-size:13px; }
	.yoko-trust-card > p { font-size:13px; }
	.yoko-story-section { padding-top: 52px; gap: 22px; }
	.yoko-story-section__copy h2 { font-size: 24px; }
	.yoko-story-section__copy > div:not(.yoko-story-section__signature) { font-size: 15px; }
	.yoko-story-section__media { aspect-ratio: 4 / 3; border-radius: 12px; }
	.yoko-data-grid { margin-top: 24px; gap: 14px; }
	.yoko-data-card { padding: 16px; border-radius: 12px; }
	.yoko-data-card h3 { font-size: 15px; }
	.yoko-data-card table { min-width: 520px; font-size: 13px; }
	.yoko-data-card:not(.yoko-data-card--sizes) table { min-width: 0; }
	.yoko-data-card th, .yoko-data-card td { padding: 8px; }
	.yoko-policy-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yoko-policy-strip > div { min-height: 104px; align-items: flex-start; padding: 14px 10px; }
	.yoko-policy-strip svg { flex-basis: 30px; width: 30px; height: 30px; }
	.yoko-policy-strip strong { font-size:13px; }
	.yoko-policy-strip span { font-size:13px; }
	.yoko-section { padding-top: 46px; }
	.yoko-section > h2, .yoko-section__head h2 { font-size: 24px; }
	.yoko-lookbook__grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.yoko-lookbook__grid::-webkit-scrollbar { display: none; }
	.yoko-look-card { flex: 0 0 82%; min-height: 220px; scroll-snap-align: start; }
	.yoko-related__track { grid-auto-columns: 72%; gap: 12px; }
	.yoko-dealer-cta { grid-template-columns: 68px 1fr; gap: 14px; margin-top: 46px; padding: 18px; }
	.yoko-dealer-cta__media { width: 66px; height: 66px; }
	.yoko-dealer-cta__copy h2 { font-size: 21px; }
	.yoko-dealer-cta__copy p { font-size:13px; }
	.yoko-dealer-cta__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.yoko-product-knowledge { padding-top: 56px; }
	.yoko-product-knowledge__head h2, .yoko-product-faq__head h2 { font-size: 25px; }
	.yoko-product-detail-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; scrollbar-width: none; }
	.yoko-product-detail-tabs::-webkit-scrollbar { display: none; }
	.yoko-product-detail-tabs button { flex: 0 0 auto; font-size: 13px; }
	.yoko-product-knowledge__intro { font-size: 14px; text-align: left; }
	.yoko-product-detail-panels { padding: 20px 18px; }
	.yoko-product-detail-panel { columns: 1; font-size: 15px; }
	.yoko-product-faq { padding-top: 48px; }
	.yoko-product-faq__item summary { min-height: 58px; padding-inline: 16px; font-size: 14px; }
	.yoko-product-faq__answer { padding: 0 16px 18px; font-size: 14px; }
}

@media (max-width: 389px) {
	.yoko-summary__cart .woocommerce-variation-add-to-cart,
	.yoko-summary__cart form.cart:not(.variations_form) { grid-template-columns: 102px 1fr; }
	.yoko-dealer-cta__actions { grid-template-columns: 1fr; }
}


/* =========================================================
   YOKO v2.1 product-page visual parity
   ========================================================= */
.yoko-pdp__container { padding-top:30px; }
.yoko-summary__cart .single_add_to_cart_button,
.yoko-summary__cart .single_add_to_cart_button * { color:#fff !important; opacity:1 !important; visibility:visible !important; text-indent:0 !important; }
.yoko-summary__cart .single_add_to_cart_button { min-width:0; white-space:normal; }
.yoko-quick-service__item strong { font-size:14px; }
.yoko-quick-service__item small { font-size:13px; }
.yoko-data-card { min-height:100%; }
.yoko-data-card h3 { font-size:17px; }
.yoko-data-card table { font-size:14px; }
.yoko-section > h2, .yoko-section__head h2 { font-size:30px; }
.yoko-look-card { min-height:270px; }
.yoko-related__track { grid-auto-columns:minmax(250px,25%); }
.yoko-product-detail-panels { max-width:1240px; padding:36px 42px; }
.yoko-product-detail-panel { font-size:17px; line-height:1.75; }
.yoko-product-faq__item summary { font-size:16px; }
.yoko-product-faq__answer { font-size:16px; }

@media (max-width: 767px) {
	.yoko-pdp__container { width:calc(100% - 24px); padding-top:10px; }
	.yoko-gallery__thumbs { gap:8px; }
	.yoko-gallery__thumb { flex-basis:64px; }
	.yoko-summary__title { font-size:27px; line-height:1.18; }
	.yoko-summary__excerpt { font-size:15px; line-height:1.65; }
	.yoko-summary__cart .woocommerce-variation-add-to-cart,
	.yoko-summary__cart form.cart:not(.variations_form) { grid-template-columns:104px minmax(0,1fr); gap:8px; }
	.yoko-summary__cart .single_add_to_cart_button { padding-inline:12px !important; font-size:13px !important; }
	.yoko-summary__secondary-actions { gap:8px; }
	.yoko-quick-service__item { min-height:112px; }
	.yoko-quick-service__item strong { font-size:13px; }
	.yoko-quick-service__item small { font-size:13px; line-height:1.45; }
	.yoko-trust-card { min-height:180px; }
	.yoko-trust-card > svg { width:42px; height:42px; }
	.yoko-trust-card > strong { font-size:25px; }
	.yoko-trust-card > b { font-size:13px; }
	.yoko-trust-card > p { font-size:13px; }
	.yoko-story-section__copy h2 { font-size:25px; }
	.yoko-data-card { padding:18px; }
	.yoko-data-card h3 { font-size:16px; }
	.yoko-data-card table { font-size:13px; }
	.yoko-policy-strip > div { min-height:112px; }
	.yoko-policy-strip strong { font-size:13px; }
	.yoko-policy-strip span { font-size:13px; }
	.yoko-look-card { flex-basis:78%; min-height:235px; }
	.yoko-related__track { grid-auto-columns:64%; }
	.yoko-product-card__content h3 { font-size:14px; min-height:3em; }
	.yoko-product-card__price { font-size:16px; }
	.yoko-dealer-cta__copy p { font-size:13px; }
	.yoko-product-knowledge__head h2, .yoko-product-faq__head h2 { font-size:26px; }
	.yoko-product-knowledge__intro { font-size:15px; line-height:1.65; }
	.yoko-product-detail-panels { padding:22px 18px; }
	.yoko-product-detail-panel { font-size:15px; line-height:1.7; }
	.yoko-product-detail-panel h2, .yoko-product-detail-panel h3 { font-size:19px; }
	.yoko-product-faq__item summary { font-size:14px; line-height:1.45; }
	.yoko-product-faq__answer { font-size:15px; }
}

/* =========================================================
   YOKO v2.4 — Media Library icon sizing and button contrast
   ========================================================= */
.yoko-quick-service__item > span > .yoko-icon,
.yoko-quick-service__item > span .yoko-icon {
	width: 42px;
	height: 42px;
	object-fit: contain;
}
.yoko-trust-card > .yoko-icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
	color: var(--yoko-primary);
}
.yoko-policy-strip > div > .yoko-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	object-fit: contain;
}
.yoko-summary__cart .single_add_to_cart_button,
.yoko-summary__cart .single_add_to_cart_button:link,
.yoko-summary__cart .single_add_to_cart_button:visited,
.yoko-summary__cart .single_add_to_cart_button:hover,
.yoko-summary__cart .single_add_to_cart_button:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.yoko-summary__cart .single_add_to_cart_button * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 767px) {
	.yoko-quick-service__item > span > .yoko-icon,
	.yoko-quick-service__item > span .yoko-icon { width: 34px; height: 34px; }
	.yoko-trust-card > .yoko-icon { width: 42px; height: 42px; }
	.yoko-policy-strip > div > .yoko-icon { width: 30px; height: 30px; flex-basis: 30px; }
}


/* =========================================================
   YOKO v2.5 — Full-width PDP, exact July icon set, mobile gallery
   and bordered product-detail tabs
   ========================================================= */
body.single-product .rey-siteWrapper,
body.single-product .rey-siteContainer,
body.single-product main { max-width: none; }

.yoko-pdp__container {
	width: 100%;
	max-width: none;
	padding-inline: clamp(18px, 2.8vw, 54px);
}

.yoko-pdp__hero {
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
	gap: clamp(30px, 3vw, 58px);
}

.yoko-gallery__stage {
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--yoko-border);
}
.yoko-gallery__slide img {
	object-fit: contain;
	object-position: center;
}
.yoko-gallery__thumbs { align-items: stretch; }
.yoko-gallery__thumb img { object-fit: cover; object-position: center; }

/* Uploaded July 2026 SVG/WebP artwork. */
.yoko-pdp .yoko-icon--media {
	display: block;
	object-fit: contain;
	object-position: center;
	max-width: none;
	max-height: none;
}
.yoko-quick-service__item > span { flex-basis: 50px; }
.yoko-quick-service__item > span .yoko-icon { width: 50px; height: 50px; }
.yoko-trust-card > .yoko-icon { width: 50px; height: 50px; }
.yoko-policy-strip > div > .yoko-icon { width: 42px; height: 42px; flex-basis: 42px; }

/* Approved buying action system. */
.yoko-summary__secondary-actions { gap: 12px; margin-top: 12px; }
.yoko-summary__secondary-actions .yoko-button {
	min-height: 56px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
}
.yoko-button--buy-now,
.yoko-button--buy-now:link,
.yoko-button--buy-now:visited,
.yoko-button--buy-now:hover,
.yoko-button--buy-now:focus {
	border: 1px solid transparent;
	background: linear-gradient(135deg, var(--yoko-primary), var(--yoko-primary-hover));
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 8px 20px rgba(112,37,135,.18);
}
.yoko-button--buy-now .yoko-icon { filter: brightness(0) invert(1); }
.yoko-button--quote,
.yoko-button--quote:link,
.yoko-button--quote:visited,
.yoko-button--quote:hover,
.yoko-button--quote:focus {
	border: 1px solid var(--yoko-primary);
	background: #fff;
	color: var(--yoko-primary) !important;
	-webkit-text-fill-color: var(--yoko-primary) !important;
	box-shadow: none;
}
.yoko-button--quote:hover { background: var(--yoko-primary-soft); }

/* Product-detail navigation uses a light underline system.
 * Keep one bordered content card, but avoid making each TOC item look like a button. */
.yoko-product-knowledge { width: 100%; }
.yoko-product-knowledge__card {
	width: 100%;
	margin-top: 30px;
	padding: clamp(20px, 3vw, 42px);
	border: 1px solid var(--yoko-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--yoko-shadow-sm);
}
.yoko-product-detail-tabs {
	width: 100%;
	justify-content: flex-start;
	gap: clamp(20px, 2.6vw, 38px);
	margin-top: 0;
	padding: 0 4px;
	border: 0;
	border-bottom: 1px solid var(--yoko-border);
	border-radius: 0;
	background: transparent;
}
.yoko-product-detail-tabs button {
	position: relative;
	min-height: 48px;
	padding: 0 0 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--yoko-muted);
	font-weight: 600;
	white-space: nowrap;
	transition: color var(--yoko-transition);
}
.yoko-product-detail-tabs button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: var(--yoko-primary);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform var(--yoko-transition);
}
.yoko-product-detail-tabs button:hover,
.yoko-product-detail-tabs button:focus-visible {
	color: var(--yoko-primary);
}
.yoko-product-detail-tabs button:focus-visible {
	outline: 2px solid rgba(112, 37, 135, .28);
	outline-offset: 5px;
}
.yoko-product-detail-tabs button.is-active {
	border: 0;
	background: transparent;
	color: var(--yoko-primary);
}
.yoko-product-detail-tabs button.is-active::after {
	transform: scaleX(1);
}
.yoko-product-knowledge__intro {
	width: 100%;
	max-width: none;
	margin-top: 26px;
	padding-inline: clamp(2px, 1vw, 12px);
	color: var(--yoko-text);
	text-align: left;
	font-size: 17px;
	line-height: 1.75;
}
.yoko-product-detail-panels {
	width: 100%;
	max-width: none;
	margin-top: 22px;
	padding: clamp(22px, 2.5vw, 36px);
	border: 1px solid var(--yoko-border);
	border-radius: 14px;
	box-shadow: none;
}
.yoko-product-detail-panel { width: 100%; }

@media (max-width: 1199px) {
	.yoko-pdp__hero { grid-template-columns: 1fr; }
	.yoko-gallery,
	.yoko-summary { width: 100%; max-width: none; margin-inline: 0; }
}

@media (max-width: 767px) {
	.yoko-pdp__container {
		width: 100%;
		max-width: none;
		padding-inline: 12px;
	}
	.yoko-pdp__hero,
	.yoko-gallery,
	.yoko-summary,
	.yoko-summary__excerpt,
	.yoko-story-section__copy,
	.yoko-product-knowledge,
	.yoko-product-faq { width: 100%; max-width: none; }
	.yoko-gallery__stage {
		aspect-ratio: 4 / 5;
		border-radius: 12px;
	}
	.yoko-gallery__slide img { object-fit: contain; }
	.yoko-gallery__thumbs { width: 100%; padding-bottom: 2px; }
	.yoko-gallery__thumb { flex-basis: 66px; }
	.yoko-summary__secondary-actions .yoko-button {
		width: 100%;
		min-height: 52px;
		font-size: 15px;
	}
	.yoko-quick-service__item > span { flex-basis: 40px; }
	.yoko-quick-service__item > span .yoko-icon { width: 40px; height: 40px; }
	.yoko-trust-card > .yoko-icon { width: 40px; height: 40px; }
	.yoko-policy-strip > div > .yoko-icon { width: 36px; height: 36px; flex-basis: 36px; }
	.yoko-product-knowledge__card {
		margin-top: 22px;
		padding: 14px;
		border-radius: 14px;
	}
	.yoko-product-detail-tabs {
		display: flex;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		gap: 24px;
		padding: 0 2px;
		border-bottom: 1px solid var(--yoko-border);
		scroll-snap-type: x proximity;
		scroll-padding-inline: 2px;
	}
	.yoko-product-detail-tabs button {
		flex: 0 0 auto;
		min-height: 46px;
		padding: 0 0 12px;
		font-size: 14px;
		scroll-snap-align: start;
	}
	.yoko-product-knowledge__intro {
		width: 100%;
		margin-top: 20px;
		padding-inline: 4px;
		font-size: 15px;
		line-height: 1.7;
		text-align: left;
	}
	.yoko-product-detail-panels {
		width: 100%;
		margin-top: 18px;
		padding: 20px 16px;
		border-radius: 12px;
	}
	.yoko-product-detail-panel,
	.yoko-product-detail-panel p,
	.yoko-product-detail-panel li { font-size: 15px; line-height: 1.72; }
}

/* =========================================================
   YOKO v2.6 — screenshot parity: stronger hierarchy,
   two-column mobile tabs and balanced horizontal carousels
   ========================================================= */
@media (min-width: 1200px) {
	.yoko-pdp__container { padding-inline: clamp(28px, 3.6vw, 72px); }
	.yoko-summary__excerpt { font-size: 18px; }
	.yoko-quick-service__item { min-height: 112px; }
	.yoko-trust-card { min-height: 205px; }
	.yoko-story-section { padding-top: clamp(68px, 5.5vw, 88px); }
	.yoko-section { padding-top: 66px; }
	.yoko-product-knowledge__card { padding: clamp(28px, 2.7vw, 46px); }
}

.yoko-summary__secondary-actions .yoko-button {
	text-align: center;
	letter-spacing: .01em;
}
.yoko-summary__secondary-actions .yoko-button--buy-now,
.yoko-summary__secondary-actions .yoko-button--buy-now * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.yoko-product-knowledge__card { overflow: hidden; }
.yoko-product-detail-tabs button { font-size: 15px; }
.yoko-product-detail-panel p { max-width: 110ch; }

@media (max-width: 767px) {
	.yoko-pdp__container { padding-inline: 10px; }
	.yoko-gallery__stage { aspect-ratio: 1 / 1.22; }
	.yoko-gallery__thumbs { gap: 7px; }
	.yoko-gallery__thumb { flex-basis: 62px; }
	.yoko-summary__title { font-size: clamp(24px, 7vw, 27px); }
	.yoko-summary__cart .woocommerce-variation-add-to-cart,
	.yoko-summary__cart form.cart:not(.variations_form) {
		grid-template-columns: 96px minmax(0, 1fr);
	}
	.yoko-summary__secondary-actions .yoko-button {
		min-height: 52px;
		font-size: 15px;
	}
	.yoko-quick-service__item { min-height: 104px; padding: 14px 10px; }
	.yoko-trust-card { min-height: 158px; padding: 14px 9px; }
	.yoko-trust-card > strong { font-size: 23px; }
	.yoko-trust-card > p { font-size:13px; line-height: 1.45; }
	.yoko-story-section { padding-top: 44px; }
	.yoko-section { padding-top: 42px; }
	.yoko-look-card { flex-basis: 78%; }
	.yoko-related__track { grid-auto-columns: minmax(154px, 48%); }
	.yoko-dealer-cta { margin-top: 42px; }

	/* Four content tabs become a stable 2x2 layout instead of a clipped row. */
	.yoko-product-knowledge__card { padding: 16px 12px 18px; }
	.yoko-product-detail-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 16px;
		overflow: visible;
		padding: 0;
		border-bottom: 0;
	}
	.yoko-product-detail-tabs button {
		width: 100%;
		min-height: 48px;
		padding: 10px 2px 12px;
		border-bottom: 1px solid var(--yoko-border);
		white-space: normal;
		text-align: left;
		font-size: 13px;
		line-height: 1.35;
	}
	.yoko-product-detail-tabs button::after { bottom: -1px; }
	.yoko-product-knowledge__intro { margin-top: 18px; }
	.yoko-product-detail-panels { padding: 18px 14px; }
	.yoko-product-detail-panel,
	.yoko-product-detail-panel p,
	.yoko-product-detail-panel li { font-size: 15px; line-height: 1.72; }
}

@media (max-width: 389px) {
	.yoko-summary__cart .woocommerce-variation-add-to-cart,
	.yoko-summary__cart form.cart:not(.variations_form) { grid-template-columns: 88px minmax(0, 1fr); }
	.yoko-related__track { grid-auto-columns: minmax(148px, 49%); }
}

/* =========================================================
   YOKO v2.8 — integrated FAQ tab, dealer popup trigger and
   stable image/card geometry.
   ========================================================= */
.yoko-look-card { isolation: isolate; aspect-ratio: 4 / 5; min-height: 0; }
.yoko-look-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.yoko-look-card::after { z-index: 1; inset: 48% 0 0; }
.yoko-look-card strong { z-index: 2; }
.yoko-dealer-cta__actions button.yoko-button { font-family: inherit; cursor: pointer; }
.yoko-dealer-cta__actions .yoko-button--primary,
.yoko-dealer-cta__actions .yoko-button--primary:hover,
.yoko-dealer-cta__actions .yoko-button--primary:focus {
  border: 1px solid var(--yoko-primary);
  background: linear-gradient(135deg,var(--yoko-primary),var(--yoko-primary-hover));
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.yoko-product-detail-panel--faq { padding: 0; }
.yoko-product-faq__inline-head { margin-bottom: 18px; text-align: left; }
.yoko-product-faq__inline-head span { display: block; color: var(--yoko-primary); font-size:13px; font-weight: 700; letter-spacing: .08em; }
.yoko-product-faq__inline-head h3 { margin: 4px 0 0; color: var(--yoko-heading); font-size: 24px; }
.yoko-product-detail-panel--faq .yoko-product-faq__list { margin-top: 0; }
.yoko-product-detail-panel--faq .yoko-product-faq__item summary { min-height: 68px; font-size: 16px; }
.yoko-product-detail-panel--faq .yoko-product-faq__answer { font-size: 16px; }
.yoko-product-knowledge__intro[hidden] { display: none !important; }
@media (max-width: 767px) {
  .yoko-look-card { flex-basis: 76%; aspect-ratio: 4 / 5; }
  .yoko-product-faq__inline-head h3 { font-size: 20px; }
  .yoko-product-detail-panel--faq .yoko-product-faq__item summary { min-height: 58px; font-size: 14px; }
  .yoko-product-detail-panel--faq .yoko-product-faq__answer { font-size: 15px; }
}

@media (max-width:767px){.yoko-product-detail-tabs button[data-yoko-detail-tab="faq"]{grid-column:1/-1;text-align:center}}


/* v3.3 Frontend Cleanup */
.yoko-pdp{color:var(--yoko-text);font-size:var(--yoko-copy-desktop)}
.yoko-pdp__container{width:min(calc(100% - (var(--yoko-page-gutter)*2)),var(--yoko-content-max));max-width:var(--yoko-content-max);padding-inline:0}
.yoko-pdp__top{align-items:start;gap:clamp(30px,4vw,64px)}
.yoko-gallery__stage{overflow:hidden;border-radius:var(--yoko-radius-lg);background:#f6f2f7}
.yoko-gallery__slide img{width:100%;height:100%;object-fit:cover}
.yoko-summary__actions :where(.yoko-button,.single_add_to_cart_button){min-height:54px}
.yoko-pdp-detail-tabs{border:1px solid var(--yoko-line);border-radius:var(--yoko-radius-lg);padding:clamp(20px,3vw,42px);background:#fff}
.yoko-pdp-detail-tabs__nav{border-bottom:1px solid var(--yoko-line);overflow-x:auto}
.yoko-pdp-detail-tabs__nav button{border:0;border-bottom:3px solid transparent;background:transparent;color:var(--yoko-text);font-weight:600;white-space:nowrap}
.yoko-pdp-detail-tabs__nav button.is-active{color:var(--yoko-primary);border-bottom-color:var(--yoko-primary)}
@media(max-width:767px){.yoko-pdp{font-size:16px}.yoko-pdp__top{grid-template-columns:1fr}.yoko-gallery,.yoko-summary{width:100%;min-width:0}.yoko-summary__actions{display:grid;grid-template-columns:1fr}.yoko-pdp-quick-benefits,.yoko-pdp-trust,.yoko-pdp-policy{grid-template-columns:repeat(2,minmax(0,1fr))}.yoko-pdp-detail-tabs{padding:18px 14px}.yoko-pdp-detail-tabs__nav{display:flex;gap:18px}.yoko-pdp-detail-tabs__nav button{padding:12px 0;font-size:14px}}
