/* Product pages use one white canvas; the shared storefront stays unchanged. */
body.single-product { background: #fff; }
body.single-product .tap-search { background: #fff; border-color: #e1e5df; }
body.single-product .tap-search:focus-within { border-color: #203c32; }
body.single-product .tap-footer { background: #fff; color: #21241f; border-top: 1px solid #e1e5df; }
body.single-product .tap-footer .tap-wordmark { color: #203c32; }
body.single-product .tap-footer .tap-wordmark-dot { color: #203c32; }
body.single-product .tap-footer .tap-brand-image img { filter: none; }
body.single-product .tap-footer p,
body.single-product .tap-footer-grid > div > a:not(.tap-wordmark),
body.single-product .tap-footer-bottom { color: #626960; }
body.single-product .tap-footer-grid a:hover { color: #203c32; text-decoration: underline; text-underline-offset: 4px; }
body.single-product .tap-footer-bottom { border-color: #e1e5df; }
.tap-product-main {
  background: #fff;
  color: var(--tap-ink, #21241f);
  padding: 1px 0 72px;
}
.tap-product-shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.tap-product-main .woocommerce-breadcrumb {
  display: flex; flex-wrap: wrap; gap: 7px 10px; align-items: baseline;
  margin: 24px 0 26px; color: #626960; font-size: 12px; line-height: 1.55;
}
.tap-product-main .woocommerce-breadcrumb a { color: inherit; text-decoration: none; }
.tap-product-main .woocommerce-breadcrumb a:hover { color: var(--tap-primary, #203c32); text-decoration: underline; text-underline-offset: 3px; }
.tap-product-main .woocommerce-breadcrumb > span { color: #858b7f; }
.tap-pdp-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr); grid-template-rows: auto 1fr; column-gap: clamp(32px, 4.4vw, 64px); align-items: start; }
.tap-pdp-grid > * { min-width: 0; }
.tap-pdp-heading { grid-column: 2; grid-row: 1; }
.tap-pdp-gallery { grid-column: 1; grid-row: 1 / span 2; position: sticky; top: 24px; }
.tap-pdp-summary { grid-column: 2; grid-row: 2; }
.tap-pdp-gallery__stage { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid #e1e5df; border-radius: 10px; background: #fff; }
.tap-pdp-gallery__open { display: block; width: 100%; height: 100%; color: var(--tap-ink, #21241f); }
.tap-product-main .tap-pdp-gallery__image { display: block; width: 100%; height: 100%; margin: 0; padding: 16px; object-fit: contain; box-sizing: border-box; }
.tap-pdp-gallery__zoom { display: inline-flex; gap: 6px; align-items: center; position: absolute; right: 14px; bottom: 14px; min-height: 36px; padding: 8px 10px; border-radius: 5px; background: #fff; border: 1px solid #e1e5df; font-size: 12px; line-height: 1.3; }
.tap-pdp-gallery__zoom svg { width: 16px; height: 16px; }
.tap-pdp-gallery__position { position: absolute; left: 18px; bottom: 21px; color: #616a5f; font-size: 11px; letter-spacing: .08em; pointer-events: none; }
.tap-pdp-gallery__thumbnails { display: flex; gap: 10px; margin-top: 14px; padding: 3px 2px 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #acb5a4 transparent; }
.tap-pdp-gallery__thumbnail { display: block; flex: 0 0 76px; width: 76px; height: 76px; padding: 4px; border: 1px solid var(--tap-line, #d9ddd2); border-radius: 6px; background: #fff; box-sizing: border-box; transition: border-color 150ms ease, box-shadow 150ms ease; }
.tap-pdp-gallery__thumbnail:hover { border-color: #73826f; }
.tap-pdp-gallery__thumbnail.is-active { border-color: var(--tap-primary, #203c32); box-shadow: inset 0 0 0 1px var(--tap-primary, #203c32); }
.tap-pdp-gallery__thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 2px; }
.tap-pdp-gallery__unavailable { display: grid; place-items: center; padding: 30px; color: #616a5f; font-size: 15px; }
.tap-product-main .product .tap-pdp-summary { float: none; width: auto; margin: 0; padding: 0; }
.tap-pdp-eyebrow { margin: 0 0 11px; color: var(--tap-primary, #203c32); text-transform: uppercase; font-size: 11px; font-weight: 650; line-height: 1.4; letter-spacing: .11em; }
.tap-product-main .tap-pdp-heading h1.product_title { margin: 0 0 16px; padding: 0; color: var(--tap-ink, #21241f); font-family: var(--tap-sans, Arial, sans-serif); font-size: clamp(28px, 2.65vw, 36px); font-weight: 600; line-height: 1.16; letter-spacing: -.035em; overflow-wrap: anywhere; text-wrap: pretty; }
.tap-product-main .tap-pdp-purchase > .price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 0 0 14px; color: var(--tap-primary, #203c32); font-size: 30px; font-weight: 700; line-height: 1.2; font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
.tap-product-main .tap-pdp-purchase > .price del { order: 2; color: #616a5f; font-size: 18px; font-weight: 400; opacity: 1; }
.tap-product-main .tap-pdp-purchase > .price ins { order: 1; color: var(--tap-primary, #203c32); background: none; font-weight: 700; text-decoration: none; }
.tap-product-main .tap-pdp-purchase > .price .woocommerce-price-suffix { flex-basis: 100%; font-size: 12px; font-weight: 400; color: #616a5f; }
.tap-product-main .tap-pdp-heading .woocommerce-product-rating { margin: -10px 0 18px; font-size: 12px; }
.tap-product-main .tap-pdp-heading .woocommerce-product-rating a { color: #616a5f; }
.tap-product-main .tap-pdp-summary .woocommerce-product-details__short-description { margin-top: 24px; color: #626960; font-size: 15px; line-height: 1.7; }
.tap-product-main .tap-pdp-summary .woocommerce-product-details__short-description p { margin: 0 0 13px; }
.tap-pdp-benefits { list-style: none; display: grid; gap: 9px; margin: 0 0 20px; padding: 0; }
.tap-pdp-benefits li { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: #465044; font-size: 14px; line-height: 1.55; }
.tap-pdp-benefits__icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--tap-primary, #203c32); }
.tap-pdp-benefits__icon svg { width: 17px; height: 17px; }
.tap-pdp-purchase { margin-top: 8px; border-top: 1px solid #e1e5df; padding-top: 18px; scroll-margin-top: 24px; }
.tap-product-main .product .tap-pdp-purchase form.cart { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; width: 100%; margin: 0; }
.tap-product-main .product .tap-pdp-purchase form.cart .quantity { float: none; flex: 0 0 82px; margin: 0; }
.tap-product-main .tap-pdp-purchase .quantity input.qty { width: 82px; min-height: 54px; height: 54px; padding: 12px 8px; border: 1px solid #858b7f; border-radius: 5px; box-sizing: border-box; background: #fff; color: var(--tap-ink, #21241f); font-family: inherit; font-size: 16px; font-weight: 600; text-align: center; }
.tap-product-main .tap-pdp-purchase .quantity input.qty:focus { border-color: var(--tap-primary, #203c32); }
.tap-product-main .tap-pdp-purchase form.cart .quantity.tap-pdp-quantity { display: grid; flex: 0 0 142px; grid-template-columns: 44px minmax(0, 1fr) 44px; width: 142px; min-height: 54px; border: 1px solid #858b7f; border-radius: 6px; overflow: visible; background: #fff; }
.tap-product-main .tap-pdp-purchase .tap-pdp-quantity input.qty { width: 100%; min-width: 0; height: 52px; min-height: 52px; padding: 8px 0; border: 0; border-left: 1px solid #d9ddd2; border-right: 1px solid #d9ddd2; border-radius: 0; appearance: textfield; }
.tap-pdp-quantity input.qty::-webkit-inner-spin-button, .tap-pdp-quantity input.qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.tap-product-main .tap-pdp-purchase .tap-pdp-quantity-step { display: grid; place-items: center; min-width: 44px; min-height: 52px; margin: 0; padding: 0; border: 0; border-radius: 5px; background: #fff; color: var(--tap-primary, #203c32); cursor: pointer; }
.tap-pdp-quantity-step .tap-icon, .tap-pdp-quantity-step svg { width: 18px; height: 18px; }
.tap-product-main .tap-pdp-purchase .tap-pdp-quantity-step:hover:not(:disabled) { background: #fff; color: #112d22; box-shadow: inset 0 0 0 1px #203c32; }
.tap-product-main .tap-pdp-purchase .tap-pdp-quantity-step:disabled { opacity: .35; cursor: not-allowed; }
.tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button { display: inline-flex; flex: 1 1 180px; align-items: center; justify-content: center; min-height: 54px; margin: 0; padding: 14px 18px; border: 1px solid var(--tap-primary, #203c32); border-radius: 6px; background: var(--tap-primary, #203c32); color: #fff; box-shadow: none; font-family: inherit; font-size: 15px; font-weight: 650; line-height: 1.3; text-align: center; text-decoration: none; cursor: pointer; transition: background 150ms ease, border-color 150ms ease; }
.tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button:hover { border-color: #162c24; background: #162c24; color: #fff; }
.tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button:disabled { opacity: .55; cursor: not-allowed; }
.tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button.loading { opacity: .75; cursor: wait; }
.tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button.loading::after { position: static; margin-left: 8px; }
.tap-product-main .tap-pdp-purchase p.stock { margin: 0 0 10px; color: #496345; font-size: 12px; }
.tap-product-main .tap-pdp-purchase p.out-of-stock { color: var(--tap-primary, #203c32); }
.tap-product-main .tap-pdp-purchase form.variations_form { display: block; }
.tap-product-main .tap-pdp-purchase .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 12px; }
.tap-product-main .tap-pdp-purchase .variations select { width: 100%; min-height: 44px; border: 1px solid #858b7f; background: #fff; }
.tap-pdp-order-context { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 17px; padding-bottom: 19px; border-bottom: 1px solid var(--tap-line, #d9ddd2); color: #556150; font-size: 12px; line-height: 1.5; }
.tap-pdp-order-context > span { display: inline-flex; align-items: center; gap: 7px; }
.tap-pdp-order-context svg { flex: 0 0 auto; width: 15px; height: 15px; color: var(--tap-primary, #203c32); }
.tap-pdp-reference { margin: 15px 0 0; color: #616a5f; font-size: 12px; line-height: 1.5; }
.tap-pdp-reference span { margin-left: 6px; color: #556150; overflow-wrap: anywhere; }
.tap-pdp-information { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr); gap: clamp(32px, 5.5vw, 80px); margin-top: 60px; padding-top: 40px; border-top: 1px solid #e1e5df; }
.tap-pdp-information__intro h2 { margin: 0 0 18px; color: var(--tap-ink, #21241f); font-family: var(--tap-sans, Arial, sans-serif); font-size: clamp(26px, 2.35vw, 32px); font-weight: 600; line-height: 1.18; letter-spacing: -.035em; }
.tap-pdp-information__intro > p:last-child:not(.tap-pdp-eyebrow) { margin: 0; color: #556150; font-size: 14px; line-height: 1.75; }
.tap-pdp-accordions { min-width: 0; }
.tap-pdp-accordion { border-bottom: 1px solid var(--tap-line, #d9ddd2); }
.tap-pdp-accordion:first-child { border-top: 1px solid var(--tap-line, #d9ddd2); }
.tap-pdp-accordion > summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 15px 0; list-style: none; color: var(--tap-ink, #21241f); font-size: 14px; font-weight: 600; cursor: pointer; box-sizing: border-box; }
.tap-pdp-accordion > summary::-webkit-details-marker { display: none; }
.tap-pdp-accordion > summary > span { display: flex; flex: 0 0 auto; color: #50634b; transition: transform 150ms ease; }
.tap-pdp-accordion > summary svg { width: 18px; height: 18px; }
.tap-pdp-accordion[open] > summary > span { transform: rotate(180deg); }
.tap-pdp-accordion__content { padding: 0 0 22px; color: #556150; font-size: 14px; line-height: 1.75; }
.tap-pdp-accordion__content p { margin: 0 0 12px; }
.tap-pdp-accordion__content p:last-child { margin-bottom: 0; }
.tap-pdp-accordion__content ul:not(.tap-pdp-specifications) { margin: 0; padding-left: 18px; }
.tap-pdp-specifications { margin: 0; padding: 0; list-style: none; }
.tap-pdp-specifications li { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 16px; margin: 0; padding: 12px 0; border-top: 1px solid #e4e8df; font-size: 14px; line-height: 1.6; }
.tap-pdp-specifications li:first-child { padding-top: 0; border-top: 0; }
.tap-pdp-specifications strong { color: #343e30; font-weight: 550; overflow-wrap: anywhere; }
.tap-pdp-specifications__full { grid-column: 1 / -1; }
.tap-pdp-accordion__content .shop_attributes { width: 100%; border: 0; border-collapse: collapse; }
.tap-pdp-accordion__content .shop_attributes th, .tap-pdp-accordion__content .shop_attributes td { border: 0; border-top: 1px solid var(--tap-line, #d9ddd2); padding: 10px 0; text-align: left; vertical-align: top; background: none; font-size: 12px; }
.tap-pdp-accordion__content .shop_attributes th { width: 44%; padding-right: 14px; font-weight: 400; }
.tap-pdp-accordion__content .shop_attributes td { font-style: normal; }
.tap-pdp-reviews { margin-top: 64px; }
.tap-pdp-related { margin-top: 56px; background: #fff; }
/* Woo uses .products on the section and its list; only the list is a grid. */
.tap-pdp-related > .related.products,
.tap-pdp-related > .up-sells.products { display: block !important; }
body.single-product .tap-pdp-related .tap-product-card,
body.single-product .tap-pdp-related .tap-card-image { background: #fff; }
.tap-pdp-related:empty { display: none; }
.tap-pdp-closing { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(240px, 320px); align-items: center; gap: 28px; margin-top: 48px; padding: 32px 0; border-top: 1px solid #dce2dc; border-bottom: 1px solid #dce2dc; background: #fff; }
.tap-pdp-closing__image { width: 96px; height: 112px; }
.tap-pdp-closing__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tap-pdp-closing__identity { min-width: 0; }
.tap-pdp-closing__identity:first-child { grid-column: 1 / span 2; }
.tap-pdp-closing__identity .tap-pdp-eyebrow { margin-bottom: 10px; }
.tap-pdp-closing__identity h2 { margin: 0; color: #203c32; font-family: inherit; font-size: clamp(23px, 2.25vw, 30px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; overflow-wrap: anywhere; }
.tap-pdp-closing__reference { margin: 12px 0 0; color: #626960; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.tap-pdp-closing__offer { min-width: 0; }
.tap-pdp-closing__offer > .price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; margin: 0; color: #203c32; font-size: 28px; font-weight: 700; line-height: 1.25; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.tap-pdp-closing__offer > .price del { order: 2; color: #626960; font-size: 17px; font-weight: 400; opacity: 1; }
.tap-pdp-closing__offer > .price ins { order: 1; background: none; text-decoration: none; }
.tap-pdp-closing__offer > .price .woocommerce-price-suffix { flex-basis: 100%; color: #626960; font-size: 12px; font-weight: 400; }
.tap-pdp-closing__unit { margin: 7px 0 17px; color: #626960; font-size: 12px; line-height: 1.5; }
.tap-pdp-closing .tap-pdp-closing__action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px; margin: 0; padding: 14px 18px; border: 1px solid #203c32; border-radius: 6px; background: #203c32; color: #fff; font-family: inherit; font-size: 15px; font-weight: 650; line-height: 1.35; text-decoration: none; text-align: center; cursor: pointer; }
.tap-pdp-closing .tap-pdp-closing__action:hover:not(:disabled) { background: #162c24; border-color: #162c24; }
.tap-pdp-closing .tap-pdp-closing__action:disabled { opacity: .55; cursor: not-allowed; }
.tap-pdp-closing .tap-pdp-closing__action svg { width: 18px; height: 18px; flex: 0 0 auto; }
.tap-pdp-closing__edit { display: flex; justify-content: center; align-items: center; min-height: 44px; margin-top: 4px; color: #465b4c; font-size: 12px; line-height: 1.5; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) {
  .tap-pdp-closing { grid-template-columns: 72px minmax(0, 1fr); gap: 20px 18px; margin-top: 36px; padding-block: 26px; }
  .tap-pdp-closing__image { width: 72px; height: 88px; }
  .tap-pdp-closing__identity h2 { font-size: 23px; }
  .tap-pdp-closing__identity .tap-pdp-eyebrow { font-size: 10px; margin-bottom: 7px; }
  .tap-pdp-closing__reference { margin-top: 8px; }
  .tap-pdp-closing__offer { grid-column: 1 / -1; }
}
.tap-pdp-related .related > h2, .tap-pdp-related .up-sells > h2 { margin: 0 0 25px; color: var(--tap-ink, #21241f); font-family: var(--tap-sans, Arial, sans-serif); font-size: clamp(27px, 2.5vw, 34px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; }
.tap-pdp-related .up-sells { margin-bottom: 48px; }
.tap-pdp-lightbox { position: fixed; inset: 0; width: min(1200px, calc(100vw - 48px)); max-width: none; height: calc(100dvh - 48px); max-height: none; margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: #fff; color: var(--tap-ink, #21241f); box-shadow: 0 20px 80px #0003; }
.tap-pdp-lightbox[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.tap-pdp-lightbox::backdrop { background: #181313bd; }
.tap-pdp-lightbox__bar { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 14px 22px; border-bottom: 1px solid var(--tap-line, #d9ddd2); }
.tap-pdp-lightbox__bar > p { margin: 0; font-size: 12px; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tap-pdp-lightbox button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; padding: 8px 11px; border: 1px solid var(--tap-line, #d9ddd2); border-radius: 5px; background: #fff; color: var(--tap-ink, #21241f); font-family: inherit; font-size: 12px; cursor: pointer; }
.tap-pdp-lightbox button:hover { background: #fff; border-color: #203c32; }
.tap-pdp-lightbox button svg { width: 18px; height: 18px; }
.tap-pdp-lightbox__canvas { display: grid; min-width: 0; min-height: 0; padding: 16px; place-items: center; }
.tap-pdp-lightbox__canvas img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.tap-pdp-lightbox__navigation { display: flex; align-items: center; justify-content: center; gap: 30px; padding: 12px 20px; border-top: 1px solid var(--tap-line, #d9ddd2); }
.tap-pdp-lightbox__navigation p { margin: 0; min-width: 44px; color: #556150; font-size: 12px; text-align: center; }
.tap-pdp-sticky { display: none; }
body.tap-pdp-lightbox-open { overflow: hidden; }
.tap-product-main a:focus-visible, .tap-product-main button:focus-visible, .tap-product-main input:focus-visible, .tap-product-main summary:focus-visible, .tap-pdp-purchase:focus-visible { outline: 2px solid var(--tap-primary, #203c32); outline-offset: 4px; }
.tap-product-main [hidden] { display: none !important; }

/* Delivery stays visible. Secondary policies keep their complete summaries. */
.tap-pdp-assurance { margin-top: 22px; padding-top: 20px; border-top: 1px solid #e1e5df; background: #fff; color: #21241f; }
.tap-delivery-heading { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; column-gap: 10px; row-gap: 5px; scroll-margin-top: 24px; }
.tap-delivery-heading > .tap-icon { width: 22px; height: 22px; color: #203c32; }
.tap-delivery-heading h2 { margin: 0 0 4px; color: #21241f; font-family: var(--tap-sans, Arial, sans-serif); font-size: 16px; font-weight: 600; letter-spacing: -.02em; line-height: 1.3; }
.tap-delivery-heading p { margin: 0; color: #626960; font-size: 13px; line-height: 1.4; }
.tap-delivery-window { grid-column: 2; color: #203c32; font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.tap-delivery-timeline { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; list-style: none; margin: 18px 0 12px; padding: 0; }
.tap-delivery-timeline::before,
.tap-delivery-timeline::after { content: ''; position: absolute; z-index: -1; top: 16px; left: calc(100% / 6); right: calc(100% / 6); height: 1px; background: #c5cec3; transform-origin: left center; pointer-events: none; }
.tap-delivery-timeline::after { background: #59715c; }
.tap-delivery-timeline > li { display: flex; flex-direction: column; align-items: center; min-width: 0; margin: 0; text-align: center; }
.tap-delivery-timeline__icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px; border: 1px solid #b8c5b7; border-radius: 50%; background: #fff; color: #203c32; }
.tap-delivery-timeline__icon > .tap-icon { width: 18px; height: 18px; }
.tap-delivery-timeline > li > strong { color: #26392c; font-size: 14px; font-weight: 600; line-height: 1.35; letter-spacing: -.01em; }
.tap-delivery-timeline > li > span:not(.tap-delivery-timeline__icon) { display: block; max-width: 135px; margin-top: 3px; color: #626960; font-size: 13px; line-height: 1.4; }
.tap-delivery-timeline.tap-timeline-animate::after { animation: tap-delivery-line 1.05s cubic-bezier(.2,.65,.3,1) both; }
@keyframes tap-delivery-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.tap-assurance-note { margin: 0; color: #626960; font-size: 13px; line-height: 1.55; }
.tap-assurance-note--swiss { margin: 0 0 12px; padding: 0; }
.tap-policy-conditions { margin: 0; }
.tap-policy-conditions > summary { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 9px 0; list-style: none; color: #203c32; font-size: 13px; font-weight: 550; line-height: 1.5; cursor: pointer; }
.tap-policy-conditions > summary .tap-icon { width: 15px; height: 15px; transition: transform 160ms ease; }
.tap-policy-conditions[open] > summary .tap-icon { transform: rotate(180deg); }
.tap-assurance-disclosure { border-top: 1px solid #e1e5df; scroll-margin-top: 24px; }
.tap-assurance-disclosure > summary { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 15px 0; list-style: none; cursor: pointer; }
.tap-policy-conditions > summary::-webkit-details-marker,
.tap-assurance-disclosure > summary::-webkit-details-marker { display: none; }
.tap-policy-conditions > summary::marker,
.tap-assurance-disclosure > summary::marker { content: ''; }
.tap-assurance-disclosure__icon { display: flex; align-items: center; flex: 0 0 22px; color: #203c32; }
.tap-assurance-disclosure__icon .tap-icon { width: 22px; height: 22px; }
.tap-assurance-disclosure__text { display: block; flex: 1; min-width: 0; }
.tap-assurance-disclosure__text > strong { display: block; color: #21241f; font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: -.015em; }
.tap-assurance-disclosure__text > small { display: block; margin-top: 3px; color: #626960; font-size: 13px; font-weight: 400; line-height: 1.45; }
.tap-assurance-chevron { display: flex; flex: 0 0 18px; align-items: center; color: #626960; transition: transform 160ms ease; }
.tap-assurance-chevron .tap-icon { width: 18px; height: 18px; }
.tap-assurance-disclosure[open] > summary .tap-assurance-chevron { transform: rotate(180deg); }
.tap-assurance-disclosure > summary:hover .tap-assurance-disclosure__text > strong,
.tap-policy-conditions > summary:hover { color: #203c32; text-decoration: underline; text-underline-offset: 4px; }
.tap-policy-body { padding: 0 0 18px; color: #566050; font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
.tap-policy-body p { margin: 0 0 12px; }
.tap-policy-body p:last-child { margin-bottom: 0; }
.tap-policy-body strong { color: #303b2c; font-weight: 600; }
.tap-policy-body ul { padding-left: 20px; margin: 0 0 14px; }
.tap-policy-body li { margin-bottom: 8px; }
.tap-policy-body a { color: #203c32; text-decoration: underline; text-underline-offset: 3px; }
.tap-policy-body a:hover { text-decoration-thickness: 2px; }
.tap-pdp-summary > .tap-pdp-order-context { margin-top: 14px; padding: 0; border: 0; font-size: 13px; }
.tap-pdp-assurance summary:focus-visible { outline: 2px solid #203c32; outline-offset: 3px; }

@media (max-width: 1100px) {
  .tap-product-shell { width: calc(100% - 56px); }
  .tap-pdp-grid { column-gap: 32px; }
  .tap-product-main .tap-pdp-heading h1.product_title { font-size: 31px; }
  .tap-pdp-order-context { justify-content: flex-start; gap: 12px 20px; }
}
@media (max-width: 800px) {
  .tap-product-main { padding-bottom: 44px; }
  .tap-product-shell { width: calc(100% - 32px); }
  .tap-product-main .woocommerce-breadcrumb { margin: 15px 0 17px; font-size: 12px; gap: 5px 7px; }
  .tap-pdp-grid { display: flex; flex-direction: column; gap: 0; }
  .tap-pdp-heading, .tap-pdp-gallery, .tap-pdp-summary { width: 100%; }
  .tap-pdp-heading { margin-bottom: 16px; }
  .tap-pdp-gallery { position: static; }
  .tap-pdp-gallery__stage { height: clamp(220px, 64vw, 290px); max-height: 290px; aspect-ratio: auto; border-radius: 9px; }
  .tap-product-main .tap-pdp-gallery__image { padding: 12px; }
  .tap-pdp-gallery__thumbnails { gap: 8px; margin-top: 9px; padding-bottom: 8px; }
  .tap-pdp-gallery__thumbnail { flex-basis: 54px; width: 54px; height: 54px; }
  .tap-pdp-gallery__zoom { right: 12px; bottom: 12px; padding: 7px 9px; font-size: 12px; }
  .tap-pdp-gallery__position { left: 14px; bottom: 19px; font-size: 12px; }
  .tap-product-main .product .tap-pdp-summary { padding-top: 16px; }
  .tap-pdp-eyebrow { margin-bottom: 8px; font-size: 11px; }
  .tap-product-main .tap-pdp-heading h1.product_title { max-width: 650px; margin-bottom: 12px; font-size: clamp(24px, 6.65vw, 29px); font-weight: 600; line-height: 1.18; letter-spacing: -.035em; }
  .tap-product-main .tap-pdp-purchase > .price { margin-bottom: 14px; font-size: 28px; }
  .tap-product-main .tap-pdp-purchase > .price del { font-size: 18px; }
  .tap-product-main .tap-pdp-summary .woocommerce-product-details__short-description { font-size: 15px; line-height: 1.7; }
  .tap-pdp-benefits { gap: 8px; margin: 0 0 18px; }
  .tap-pdp-benefits li { font-size: 14px; }
  .tap-pdp-purchase { padding-top: 16px; }
  .tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button { min-height: 54px; flex-basis: 140px; padding-inline: 12px; font-size: 14px; }
  .tap-product-main .tap-pdp-purchase .quantity input.qty { height: 54px; min-height: 54px; }
  .tap-product-main .tap-pdp-purchase .tap-pdp-quantity input.qty { height: 52px; min-height: 52px; }
  .tap-pdp-order-context { margin-top: 16px; gap: 12px 17px; font-size: 12px; }
  .tap-pdp-information { display: block; margin-top: 40px; padding-top: 30px; }
  .tap-pdp-information__intro h2 { margin-bottom: 15px; font-size: 26px; }
  .tap-pdp-information__intro h2 br { display: none; }
  .tap-pdp-information__intro > p:last-child:not(.tap-pdp-eyebrow) { font-size: 15px; line-height: 1.75; }
  .tap-pdp-accordions { margin-top: 23px; }
  .tap-pdp-accordion > summary { min-height: 60px; font-size: 14px; }
  .tap-pdp-specifications li { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 16px; font-size: 14px; }
  .tap-pdp-related { margin-top: 44px; }
  .tap-pdp-related .related > h2, .tap-pdp-related .up-sells > h2 { margin-bottom: 20px; font-size: 29px; }
  .tap-pdp-sticky:not([hidden]) { position: fixed; z-index: 35; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid #dce2d8; box-shadow: none; }
  .tap-pdp-sticky__copy { min-width: 0; flex: 1 1 auto; }
  .tap-pdp-sticky__copy > span { display: block; color: #556150; font-size: 12px; line-height: 1.4; }
  .tap-pdp-sticky__copy strong { display: block; margin-top: 4px; color: var(--tap-ink, #21241f); font-size: 20px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
  .tap-pdp-sticky__copy small { margin-left: 4px; color: #616a5f; font-size: 12px; font-weight: 400; }
  .tap-pdp-sticky > button { display: inline-flex; flex: 0 1 auto; align-items: center; justify-content: center; gap: 8px; min-height: 50px; max-width: 57%; padding: 12px 15px; border: 0; border-radius: 7px; background: var(--tap-primary, #203c32); color: #fff; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1.35; cursor: pointer; }
  .tap-pdp-sticky > button:disabled { opacity: .55; cursor: wait; }
  .tap-pdp-sticky > button svg { width: 18px; height: 18px; flex: 0 0 auto; }
  body.tap-pdp-sticky-visible { padding-bottom: var(--tap-pdp-sticky-height, calc(90px + env(safe-area-inset-bottom))); }
  .tap-pdp-lightbox { width: calc(100vw - 20px); height: calc(100dvh - 20px); border-radius: 9px; }
  .tap-pdp-lightbox__bar { gap: 10px; padding: 10px 12px; }
  .tap-pdp-lightbox__canvas { padding: 8px; }
  .tap-pdp-lightbox__navigation { gap: 12px; padding: 10px 12px; }
  .tap-pdp-lightbox__navigation button { padding: 8px 10px; font-size: 12px; }
  .tap-pdp-lightbox__navigation button svg { width: 16px; height: 16px; }
  .tap-pdp-assurance { margin-top: 20px; padding-top: 18px; }
  .tap-delivery-timeline { margin-top: 16px; gap: 6px; }
  .tap-assurance-disclosure > summary { gap: 10px; padding: 14px 0; }
  .tap-assurance-disclosure__text > strong { font-size: 15px; }
  .tap-assurance-disclosure__text > small { font-size: 13px; }
}
@media (max-width: 359px) {
  .tap-product-shell { width: calc(100% - 28px); }
  .tap-product-main .tap-pdp-heading h1.product_title { font-size: 24px; }
  .tap-product-main .tap-pdp-purchase form.cart .quantity { flex-basis: 70px; }
  .tap-product-main .tap-pdp-purchase .quantity input.qty { width: 70px; }
  .tap-product-main .tap-pdp-purchase .tap-pdp-quantity input.qty { width: 100%; }
  .tap-product-main .tap-pdp-purchase form.cart .single_add_to_cart_button { flex-basis: 125px; padding-inline: 8px; font-size: 13px; }
  .tap-pdp-sticky:not([hidden]) { gap: 10px; padding-inline: 14px; }
  .tap-pdp-sticky > button { gap: 6px; padding-inline: 11px; font-size: 13px; }
  .tap-pdp-sticky__copy small { display: block; margin: 3px 0 0; font-size: 12px; }
  .tap-assurance-disclosure__text > strong { font-size: 14px; }
  .tap-assurance-disclosure > summary { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .tap-product-main *, .tap-product-main *::before, .tap-product-main *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .tap-delivery-timeline.tap-timeline-animate::after { animation: none; transform: none; }
}
