/* CosyOne 3 Storefront Update 1.1.7. Shared desktop / mobile presentation. */
body.cosyone3-theme {
  --cosy-accent: #b18a13;
  --cosy-secondary: #80620b;
  --cosy-ink: #30291f;
  --cosy-muted: #716757;
  --cosy-line: #ebddb5;
  --cosy-bg: #fffaf0;
  --cosy-radius: 6px;
  --cosy-mobile-action: #b18a13;
  --cosy-mobile-action-hover: #97720b;
  --cosy-gold-button: #b18a13;
  --cosy-gold-hover: #97720b;
  --cosy-action-text: #ffffff;
  --cosy-action-hover: #97720b;
  --cosy-mobile-text: #30291f;
  --cosy-shadow: 0 8px 24px rgba(57, 43, 20, .10);
  color: var(--cosy-ink);
  line-height: 1.55;
}
body.cosyone3-theme :where(#content) h1, body.cosyone3-theme :where(#content) h2, body.cosyone3-theme :where(#content) h3,
body.cosyone3-theme :where(#content) h4, body.cosyone3-theme :where(#content) h5, body.cosyone3-theme :where(#content) h6 {
  font-family: inherit; font-weight: 600; letter-spacing: normal; line-height: 1.3;
}
body.cosyone3-theme :where(#content) h1 { font-size: 30px; }
body.cosyone3-theme :where(#content) h2 { font-size: 26px; }
body.cosyone3-theme :where(#content) h3 { font-size: 21px; }
body.cosyone3-theme a:focus-visible,
body.cosyone3-theme button:focus-visible,
body.cosyone3-theme input:focus-visible,
body.cosyone3-theme select:focus-visible,
body.cosyone3-theme textarea:focus-visible { outline: 2px solid var(--cosy-secondary) !important; outline-offset: 3px; }
body.cosyone3-theme #content .form-control { border-color: #cfc3af; box-shadow: none; border-radius: 4px; }
body.cosyone3-theme #content .form-control:focus { border-color: var(--cosy-accent); box-shadow: 0 0 0 2px rgba(146, 114, 20, .14); }
body.cosyone3-theme #content .has-error .form-control,
body.cosyone3-theme #content .form-control[aria-invalid="true"] { border-color: #a94442; }
body.cosyone3-theme #content .has-error .form-control:focus,
body.cosyone3-theme #content .form-control[aria-invalid="true"]:focus { border-color: #843534; box-shadow: 0 0 0 2px rgba(169, 68, 66, .12); }
body.cosyone3-theme .btn { text-shadow: none; background-image: none; }
body.cosyone3-theme .btn-primary,
body.cosyone3-theme .btn-primary:focus { color: var(--cosy-action-text); background: var(--cosy-gold-button); border-color: var(--cosy-accent); }
body.cosyone3-theme .btn-primary:hover { color: var(--cosy-action-text); background: var(--cosy-gold-hover); border-color: var(--cosy-action-hover); }
body.cosyone3-theme a.btn-primary,
body.cosyone3-theme a.btn-primary:hover,
body.cosyone3-theme a.btn-primary:focus,
body.cosyone3-theme a.btn-primary:active { color: var(--cosy-action-text) !important; }
body.cosyone3-theme .btn-info:hover,
body.cosyone3-theme .btn-info:focus,
body.cosyone3-theme .btn-info:active,
body.cosyone3-theme .btn-info.active { background: #59411d; border-color: #59411d; color: #fff; }
body.cosyone3-theme .cosy-mobile-cart-badge { color: var(--cosy-secondary); z-index: 3; }
body.cosyone3-theme .btn-default { background: #fff; border-color: var(--cosy-line); color: var(--cosy-ink); }
body.cosyone3-theme .btn-default:hover,
body.cosyone3-theme .btn-default.active { background: var(--cosy-bg); color: var(--cosy-secondary); border-color: #c9b58c; }
body.cosyone3-theme .cosy-topbar { background: var(--cosy-bg); }
body.cosyone3-theme a:hover { color: var(--cosy-secondary); }
body.cosyone3-theme #search.cosy-search .btn,
body.cosyone3-theme #cart.cosy-cart > .btn {
  background: var(--cosy-gold-button); border-color: var(--cosy-accent); color: var(--cosy-action-text);
}
body.cosyone3-theme #search.cosy-search .btn:hover,
body.cosyone3-theme #search.cosy-search .btn:focus,
body.cosyone3-theme #cart.cosy-cart > .btn:hover,
body.cosyone3-theme #cart.cosy-cart.open > .btn { background: var(--cosy-gold-hover); color: var(--cosy-action-text); }
/* All glyphs on primary gold controls use the same white foreground. */
body.cosyone3-theme #search.cosy-search .btn .fa,
body.cosyone3-theme #cart.cosy-cart > .btn .fa,
body.cosyone3-theme #cart.cosy-cart > .btn::before,
body.cosyone3-theme .btn-primary .fa,
body.cosyone3-theme .cosy-back-to-top .fa { color: #fff !important; }
body.cosyone3-theme #menu.cosy-menu .navbar-nav > li > a:hover,
body.cosyone3-theme #menu.cosy-menu .navbar-nav > li.open > a,
body.cosyone3-theme #menu.cosy-menu .navbar-nav > li.active > a,
body.cosyone3-theme #cosy-mobile-panel #menu .navbar-nav > li.open > a { background: var(--cosy-gold-button); color: var(--cosy-action-text); }
body.cosyone3-theme .we-delivery-banner__button.btn:hover,
body.cosyone3-theme .we-delivery-banner__button.btn:focus { background: var(--cosy-gold-hover) !important; color: var(--cosy-action-text); box-shadow: none; transform: none; filter: none; }
body.cosyone3-theme .cosy-topbar a,
body.cosyone3-theme .cosy-topbar .dropdown-menu .btn-link { color: #554b3c; }
body.cosyone3-theme #search.cosy-search { border-color: #cfc3af; }
body.cosyone3-theme #search .form-control::placeholder { color: #786f61; opacity: 1; }
body.cosyone3-theme #menu.cosy-menu { border-bottom: 1px solid var(--cosy-line); }
body.cosyone3-theme #menu.cosy-menu .navbar-nav > li > a { text-transform: none; letter-spacing: normal; font-weight: 600; }
body.cosyone3-theme #menu.cosy-menu .dropdown-menu { border-top-width: 2px; }
body.cosyone3-theme .cosy-mega-menu .dropdown-inner a { line-height: 1.4; padding: 9px 10px; border-radius: 3px; }
@media (min-width: 1024px) {
  /* A single list of subcategories needs a compact dropdown, not the base
     theme's 420px multi-column panel. Keep multi-column menus unchanged. */
  body.cosyone3-theme #menu.cosy-menu .cosy-mega-menu:has(.dropdown-inner > ul:only-child) {
    width: min(320px, calc(100vw - 24px));
    min-width: 0;
  }
  body.cosyone3-theme #menu.cosy-menu .cosy-mega-menu:has(.dropdown-inner > ul:only-child) .dropdown-inner {
    min-width: 0;
    padding: 10px 12px;
  }
  body.cosyone3-theme #menu.cosy-menu .cosy-mega-menu:has(.dropdown-inner > ul:only-child) .dropdown-inner ul {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  body.cosyone3-theme #menu.cosy-menu .cosy-mega-menu:has(.dropdown-inner > ul:only-child) .see-all {
    padding: 9px 16px;
    white-space: normal;
    line-height: 1.4;
  }
  body.cosyone3-theme #menu.cosy-menu .navbar-nav > li:nth-last-child(-n+3) > .cosy-mega-menu:has(.dropdown-inner > ul:only-child) {
    left: auto;
    right: 0;
  }
}
body.cosyone3-theme .breadcrumb { margin: 14px 0 24px; padding: 8px 0; font-size: 13px; border-bottom: 0; }
body.cosyone3-theme .breadcrumb > li { padding: 0 8px 0 0; }
body.cosyone3-theme .breadcrumb > li:after { display: none; }
body.cosyone3-theme .breadcrumb > li + li:before { display: inline; position: static; content: '/'; padding-right: 8px; color: #a89c86; }
body.cosyone3-theme .breadcrumb a { color: #6c604e; }

/* The two custom carousels share the same rhythm and readable action row. */
body.cosyone3-theme section.wellness-recommended,
body.cosyone3-theme section.wellness-latest-v14 { margin: 28px 0 40px; }
body.cosyone3-theme .wellness-recommended__header,
body.cosyone3-theme .wellness-latest-v14__header { padding-bottom: 12px; margin-bottom: 20px; border-color: var(--cosy-line); }
body.cosyone3-theme .wellness-recommended__title,
body.cosyone3-theme .wellness-latest-v14__title { font: 600 24px/1.3 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; text-transform: none; letter-spacing: normal; }
body.cosyone3-theme .wellness-recommended__arrow,
body.cosyone3-theme .wellness-latest-v14__arrow { width: 44px !important; height: 44px !important; border-radius: 4px; color: #554b3c !important; }
body.cosyone3-theme .product-thumb,
body.cosyone3-theme .wellness-recommended-card,
body.cosyone3-theme .wellness-latest-v14-card { border: 1px solid var(--cosy-line); border-radius: 6px; background: #fff; box-shadow: none; transform: none; }
body.cosyone3-theme .product-thumb:hover,
body.cosyone3-theme .wellness-recommended-card:hover,
body.cosyone3-theme .wellness-latest-v14-card:hover { border-color: #c9b58c; box-shadow: none; transform: none; }
body.cosyone3-theme .wellness-recommended-card__image,
body.cosyone3-theme .wellness-latest-v14-card__image { aspect-ratio: auto; height: 224px; padding: 16px; }
body.cosyone3-theme .wellness-recommended-card__image img,
body.cosyone3-theme .wellness-latest-v14-card__image img { width: 100%; height: 100%; object-fit: contain; }
body.cosyone3-theme .product-thumb .caption h4,
body.cosyone3-theme .wellness-latest-v14-card__name { font-size: 15px; font-weight: 600; line-height: 1.45; letter-spacing: normal; }
/* The fallback grid's plain description excerpt repeats the title. Keep it
   available in list mode and on the product page; price/message elements stay. */
body.cosyone3-theme .product-grid .product-thumb .caption > h4 + p:not([class]) { display: none; }
body.cosyone3-theme .wellness-recommended-card .caption h4,
body.cosyone3-theme .wellness-latest-v14-card__name { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 66px; margin: 0 0 14px; }
body.cosyone3-theme .product-thumb .price,
body.cosyone3-theme .product-thumb .price-new,
body.cosyone3-theme .wellness-latest-v14-card__price,
body.cosyone3-theme .wellness-latest-v14-card__price .price-new { color: var(--cosy-ink); font-size: 18px; font-weight: 600; }
/* Recommended inherits extra rating padding and a taller price line from the
   default product card; match the Latest card rhythm. */
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__rating { padding-bottom: 0; min-height: 0; }
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__price { line-height: 1.35; }
body.cosyone3-theme .price-old { color: #786d5b; }
body.cosyone3-theme .product-thumb .button-group,
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions,
body.cosyone3-theme .wellness-latest-v14-card__actions { grid-template-columns: minmax(0, 1fr) 44px 44px !important; }
body.cosyone3-theme .product-thumb .button-group button:first-child,
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions .wellness-recommended-card__cart,
body.cosyone3-theme .wellness-latest-v14-card__actions .wellness-latest-v14-card__cart {
  background: var(--cosy-gold-button) !important; color: var(--cosy-action-text) !important; text-transform: none; letter-spacing: normal; font-weight: 600; font-size: 13px !important; padding: 0 10px !important; line-height: 1.25;
}
body.cosyone3-theme .product-thumb .button-group button:first-child:hover,
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions .wellness-recommended-card__cart:hover,
body.cosyone3-theme .wellness-latest-v14-card__actions .wellness-latest-v14-card__cart:hover { background: var(--cosy-gold-hover) !important; }
body.cosyone3-theme .product-thumb .button-group button:first-child span,
body.cosyone3-theme .wellness-latest-v14-card__cart span { display: inline !important; overflow: visible; text-overflow: clip; white-space: normal; font-size: 13px; line-height: 1.25; }
body.cosyone3-theme .product-thumb .button-group button:first-child i,
body.cosyone3-theme .wellness-latest-v14-card__cart i { display: none; }
body.cosyone3-theme .product-thumb .button-group > button:focus-visible,
body.cosyone3-theme .wellness-latest-v14-card__actions > button:focus-visible { outline: 2px solid #111 !important; outline-offset: -3px; }
/* Recommended supplies more specific !important focus resets. Keep keyboard
   focus inside its clipped action row at every breakpoint. */
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions > button:focus-visible {
  outline: 2px solid #111 !important; outline-offset: -3px;
}
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions > button:not(.wellness-recommended-card__cart):hover,
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions > button:not(.wellness-recommended-card__cart):focus,
body.cosyone3-theme section.wellness-recommended[data-wellness-recommended] .wellness-recommended-card__actions > button:not(.wellness-recommended-card__cart):active {
  color: var(--cosy-secondary) !important;
}

/* Existing information modules, without new claims or decorative badges. */
body.cosyone3-theme .we-delivery-banner {
  --we-db-bg: #fffaf0 !important; --we-db-accent: #b18a13 !important; --we-db-text: #30291f !important; --we-db-button-text: #ffffff !important;
  width: 100%; left: auto; right: auto; transform: none; margin: 32px 0; border: 1px solid var(--cosy-line); border-radius: 6px; box-shadow: none;
}
body.cosyone3-theme .we-delivery-banner::before,
body.cosyone3-theme .we-delivery-banner::after { display: none; }
body.cosyone3-theme .we-delivery-banner__inner { width: 100%; min-height: 130px; padding: 24px; gap: 24px; }
body.cosyone3-theme .we-delivery-banner__icon { width: 48px; height: 48px; flex: 0 0 48px; }
body.cosyone3-theme .we-delivery-banner__title { font-family: inherit; font-size: 21px; line-height: 1.3; margin: 0 0 6px; letter-spacing: normal; }
body.cosyone3-theme .we-delivery-banner__text { font-size: 14px; line-height: 1.5; }
body.cosyone3-theme .we-delivery-banner__button { background: var(--cosy-gold-button) !important; border: 1px solid #b18a13; border-radius: 4px; box-shadow: none; text-transform: none; letter-spacing: normal; min-height: 44px; }
body.cosyone3-theme .oc-news-max-block-layout.panel { margin: 36px 0 40px; padding: 0; border: 0; box-shadow: none; background: #fff; }
body.cosyone3-theme .oc-news-max-block-layout > .panel-heading { padding: 0 0 16px; margin-bottom: 20px; border-bottom: 1px solid var(--cosy-line); background: #fff; }
body.cosyone3-theme .oc-news-max-block-layout .panel-title { font-size: 24px; }
body.cosyone3-theme .oc-news-max-block-layout > .panel-body { padding: 0; }
body.cosyone3-theme .oc-news-max-block-grid { gap: 24px; }
body.cosyone3-theme .oc-news-max-block-grid .oc-news-max-item { padding: 0; border: 0; box-shadow: none; background: #fff; }
body.cosyone3-theme .oc-news-max-block-media { margin-bottom: 14px; }
body.cosyone3-theme .oc-news-max-block-media img { width: 100%; aspect-ratio: 1.52; height: auto; object-fit: cover; border-radius: 4px; }
body.cosyone3-theme .oc-news-max-block-title { font-size: 17px; line-height: 1.4; margin: 0 0 10px; }
body.cosyone3-theme .oc-news-max-block-title a { color: var(--cosy-ink); }
body.cosyone3-theme .oc-news-max-block-date { color: #786d5b; margin-bottom: 10px; }
body.cosyone3-theme .oc-news-max-block-excerpt { color: #675c4a; font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
body.cosyone3-theme .oc-news-max-block-more { margin-top: auto; padding-top: 4px; }
body.cosyone3-theme .oc-news-max-block-more a { display: inline-block; min-height: 40px; padding: 8px 0; font-weight: 600; }
body.cosyone3-theme .oc-news-max-block-layout .panel-body > .btn { margin-top: 20px; }

/* Category tools and product details retain their original form behavior. */
body.cosyone3-theme .cosy-catalog-tools { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 20px 0; padding: 14px; background: var(--cosy-bg); border-radius: 4px; }
body.cosyone3-theme .cosy-catalog-tools::before,
body.cosyone3-theme .cosy-catalog-tools::after { display: none; }
body.cosyone3-theme .cosy-catalog-tools > div { width: auto; padding: 0; }
body.cosyone3-theme .cosy-catalog-tools > div:nth-last-child(-n+2) { flex: 1 1 180px; }
body.cosyone3-theme .cosy-catalog-tools .form-group { margin: 0; }
body.cosyone3-theme .cosy-catalog-tools .input-group-addon { background: #fff; font-size: 12px; }
body.cosyone3-theme .cosy-catalog-tools .form-control { height: 42px; }
body.cosyone3-theme .cosy-catalog-tools .btn { min-height: 42px; }
body.cosyone3-theme .cosy-refine-links { margin: 8px 0 18px; }
body.cosyone3-theme .cosy-refine-links > div { width: auto; padding: 0; }
body.cosyone3-theme .cosy-refine-links ul { list-style: none; margin: 0; padding: 0; display: contents; }
body.cosyone3-theme .cosy-refine-links li { display: inline-block; margin: 0 8px 8px 0; }
body.cosyone3-theme .cosy-refine-links a { display: inline-block; padding: 8px 12px; border: 1px solid var(--cosy-line); border-radius: 4px; line-height: 1.45; }
body.cosyone3-theme #column-left .list-group-item,
body.cosyone3-theme #column-right .list-group-item { color: #554b3c; border-color: var(--cosy-line); font-size: 13px; }
body.cosyone3-theme #column-left .list-group-item.active,
body.cosyone3-theme #column-left .list-group-item:hover { color: var(--cosy-secondary); background: var(--cosy-bg); }
body.cosyone3-theme .cosy-product-overview { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; margin: 0 0 32px; }
body.cosyone3-theme .cosy-product-overview.cosy-product-no-image { grid-template-columns: minmax(0, 1fr); }
body.cosyone3-theme .cosy-product-overview::before,
body.cosyone3-theme .cosy-product-overview::after { display: none; }
body.cosyone3-theme .cosy-product-overview > div { width: auto; min-width: 0; padding: 0; float: none; }
body.cosyone3-theme .cosy-product-gallery .thumbnails { margin: 0; }
body.cosyone3-theme .cosy-product-gallery .thumbnails > li:first-child { margin: 0 0 14px; padding: 0; width: 100%; }
body.cosyone3-theme .cosy-product-gallery .thumbnails > li:first-child .thumbnail { display: flex; align-items: center; justify-content: center; height: 440px; margin: 0; border-color: var(--cosy-line); }
body.cosyone3-theme .cosy-product-gallery .thumbnails > li:first-child img { width: 100%; height: 100%; object-fit: contain; }
body.cosyone3-theme .cosy-product-summary h1 { font-size: 28px; line-height: 1.3; margin: 16px 0; }
body.cosyone3-theme .cosy-product-summary > .list-unstyled { line-height: 1.8; margin: 0 0 18px; }
body.cosyone3-theme .cosy-product-summary #input-quantity { width: 92px; text-align: center; font-size: 16px; }
body.cosyone3-theme .cosy-product-summary #button-cart { min-height: 50px; font-weight: 600; font-size: 16px; }
body.cosyone3-theme .cosy-product-summary #product .form-control { min-height: 44px; }
body.cosyone3-theme .cosy-product-information { clear: both; margin: 28px 0 36px; }
body.cosyone3-theme .cosy-product-information .tab-content { padding: 22px 0; max-width: 920px; font-size: 15px; line-height: 1.7; }
body.cosyone3-theme .cosy-product-information .tab-content h2 { font-size: 23px; }
body.cosyone3-theme .nav-tabs > li > a { font-weight: 600; min-height: 44px; }
body.cosyone3-theme .cosy-footer { background: #25241f; color: #ded4c3; padding-top: 36px; }
body.cosyone3-theme .cosy-footer h5 { color: #fff; text-transform: none; font-size: 15px; letter-spacing: normal; }
body.cosyone3-theme .cosy-footer-toggle { text-transform: none; font-size: 15px; font-weight: 600; letter-spacing: normal; }
body.cosyone3-theme .cosy-footer a { color: #ded4c3; }
body.cosyone3-theme .cosy-footer a:hover { color: #fff; text-decoration: underline; }
body.cosyone3-theme .cosy-footer hr { border-color: #594d39; }

/* Quick Checkout owns its grid, field states, payment sections and sticky
   controls. Adapt heading typefaces, action wrapping and the mobile gutter. */
body.cosyone3-theme #wellness-quick-checkout .wqc-heading-row h1,
body.cosyone3-theme #wellness-quick-checkout .wqc-card-header h2 { font-family: inherit; letter-spacing: normal; }
body.cosyone3-theme #wellness-quick-checkout #button-wqc-review { white-space: normal; height: auto; min-height: 48px; overflow-wrap: anywhere; }

@media (min-width: 1200px) {
  body.cosyone3-theme > .container,
  body.cosyone3-theme .cosy-header > .container,
  body.cosyone3-theme #menu > .container,
  body.cosyone3-theme .cosy-topbar > .container,
  body.cosyone3-theme .cosy-footer > .container { width: 1280px; max-width: calc(100% - 48px); }
  body.cosyone3-theme section.wellness-recommended { --wr-visible: 4; --wr-gap: 24px; }
  body.cosyone3-theme section.wellness-latest-v14 { --wlc-visible: 4; --wlc-gap: 24px; }
}
@media (min-width: 768px) {
  body.cosyone3-theme .cosy-header .cosy-header-row,
  body.cosyone3-theme .cosy-header.is-stuck .cosy-header-row { display: grid; grid-template-columns: minmax(180px, 270px) minmax(200px, 1fr) 210px; gap: 28px; min-height: 96px; margin: 0; }
  body.cosyone3-theme .cosy-header-row::before,
  body.cosyone3-theme .cosy-header-row::after { display: none; }
  body.cosyone3-theme .cosy-header-row > div { width: auto; padding: 0; min-width: 0; }
  body.cosyone3-theme .cosy-logo-wrap #logo img { max-height: 64px; }
  body.cosyone3-theme.cosyone3-sticky .cosy-header,
  body.cosyone3-theme.cosyone3-sticky .cosy-header.is-stuck { position: sticky; top: 0; left: auto; right: auto; box-shadow: none; }
  body.cosyone3-theme .cosy-header-placeholder { display: none !important; }
  body.cosyone3-theme #menu .navbar-nav { display: flex; flex-wrap: wrap; justify-content: center; float: none; }
  body.cosyone3-theme #menu .navbar-nav::before,
  body.cosyone3-theme #menu .navbar-nav::after { display: none; }
  body.cosyone3-theme #cosy-main-menu { padding-left: 0; padding-right: 0; }
  body.cosyone3-theme #menu.cosy-menu .navbar-nav > li > a { padding: 14px 10px; font-size: 13px; }
  body.cosyone3-theme .cosy-product-row > .product-layout:not(.product-list) .product-thumb .image a { height: 220px; aspect-ratio: auto; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.cosyone3-theme section.wellness-recommended { --wr-visible: 3; }
  body.cosyone3-theme section.wellness-latest-v14 { --wlc-visible: 3; }
  body.cosyone3-theme .cosy-header .cosy-header-row,
  body.cosyone3-theme .cosy-header.is-stuck .cosy-header-row { grid-template-columns: 190px minmax(180px, 1fr) 170px; gap: 18px; }
  body.cosyone3-theme #menu.cosy-menu .navbar-nav > li > a { font-size: 13px; padding: 12px 10px; }
  body.cosyone3-theme .cosy-product-overview { gap: 24px; }
  body.cosyone3-theme .cosy-product-gallery .thumbnails > li:first-child .thumbnail { height: 340px; }
}
.cosy-phone-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.cosy-tablet-toggle-label { display: none; }
@media (min-width: 768px) and (max-width: 1023px) {
  /* A single tablet header row replaces the wrapped two-row navigation. */
  body.cosyone3-theme.cosy-mobile-ready .cosy-header .cosy-header-row,
  body.cosyone3-theme.cosy-mobile-ready .cosy-header.is-stuck .cosy-header-row {
    grid-template-columns: 104px minmax(145px, 205px) minmax(180px, 1fr) 56px;
    grid-template-rows: 56px;
    gap: 14px;
    min-height: 0;
    padding: 10px 0;
  }
  body.cosyone3-theme.cosy-mobile-ready .cosy-mobile-toggle { grid-column: 1; grid-row: 1; width: 104px; gap: 8px; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-phone-toggle-label { display: none; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-tablet-toggle-label { display: inline; font-size: 14px; font-weight: 600; white-space: nowrap; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-mobile-panel:not([hidden]) {
    position: absolute;
    top: 100%;
    left: 0;
    width: min(430px, 100vw);
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    border-right: 1px solid var(--cosy-line);
    border-bottom: 1px solid var(--cosy-line);
    border-radius: 0 0 8px 0;
    box-shadow: 0 16px 28px rgba(36, 31, 22, .12);
  }
  body.cosyone3-theme.cosy-mobile-ready .cosy-logo-wrap { grid-column: 2; grid-row: 1; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-logo-wrap #logo img { max-height: 52px; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-search-wrap { grid-column: 3; grid-row: 1; }
  body.cosyone3-theme.cosy-mobile-ready .cosy-cart-wrap { grid-column: 4; grid-row: 1; }
  body.cosyone3-theme.cosy-mobile-ready #cart.cosy-cart > .btn { width: 56px; }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .navbar-nav > li {
    display: block;
    float: none;
    width: 100%;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu.cosy-menu .navbar-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 15px;
    border-bottom: 1px solid var(--cosy-line);
    font-size: 15px;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .navbar-nav > li > a .caret { margin-left: auto; }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    border-top: 0;
    box-shadow: none;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .cosy-mega-menu .dropdown-inner {
    display: block;
    min-width: 0;
    padding: 8px 12px;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .cosy-mega-menu .dropdown-inner ul {
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  body.cosyone3-theme.cosy-mobile-ready #cosy-mobile-panel #menu .cosy-mega-menu .see-all { min-height: 48px; padding: 12px; }
}
@media (max-width: 767px) {
  /* Fit every mini-cart control without a hidden horizontal table scroll. */
  body.cosy-mobile-ready #cart.cosy-cart .table-responsive { overflow: visible; margin-bottom: 0; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped,
  body.cosy-mobile-ready #cart.cosy-cart .table-striped > tbody { display: block; width: 100%; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped tr { display: grid; grid-template-columns: 55px minmax(0, 1fr) 44px; gap: 4px 8px; padding: 10px 0; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td { display: block; min-width: 0; padding: 0; border: 0; white-space: normal; overflow-wrap: anywhere; text-align: left; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td:first-child { grid-column: 1; grid-row: 1 / 4; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td:nth-child(2) { grid-column: 2; grid-row: 1; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td:nth-child(3) { grid-column: 2; grid-row: 2; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td:nth-child(4) { grid-column: 2; grid-row: 3; font-weight: 600; }
  body.cosy-mobile-ready #cart.cosy-cart .table-striped td:last-child { grid-column: 3; grid-row: 1 / 4; }
  body.cosy-mobile-ready #cart.cosy-cart .dropdown-menu .btn-danger { width: 44px; min-height: 44px; }
  body.cosy-mobile-ready #cart.cosy-cart .cosy-cart-actions { grid-template-columns: minmax(0, 1fr); }
  body.cosy-mobile-ready #cart.cosy-cart .cosy-cart-actions a { min-width: 0; white-space: normal; overflow-wrap: anywhere; }
  body.cosyone3-theme #wellness-quick-checkout > .container > .wqc-layout { margin-left: -12px; margin-right: -12px; }
  body.cosyone3-theme :where(#content) h1, body.cosyone3-theme :where(#content) h2 { font-size: 23px; }
  body.cosyone3-theme section.wellness-recommended,
  body.cosyone3-theme section.wellness-latest-v14 { margin: 18px 0 28px; }
  body.cosyone3-theme .wellness-recommended__title,
  body.cosyone3-theme .wellness-latest-v14__title,
  body.cosyone3-theme .oc-news-max-block-layout .panel-title { font-size: 20px; }
  body.cosyone3-theme .wellness-recommended-card__image,
  body.cosyone3-theme .wellness-latest-v14-card__image { height: clamp(180px, 50vw, 220px); padding: 10px; }
  body.cosyone3-theme .wellness-recommended-card .caption h4,
  body.cosyone3-theme .wellness-latest-v14-card__name { font-size: 14px; min-height: 61px; margin-bottom: 10px; }
  body.cosyone3-theme .we-delivery-banner__inner { padding: 20px; gap: 14px; grid-template-columns: minmax(0, 1fr); }
  body.cosyone3-theme .we-delivery-banner__title { font-size: 18px; }
  body.cosyone3-theme .we-delivery-banner__icon { display: none; }
  body.cosyone3-theme .oc-news-max-block-grid { gap: 28px 18px; }
  body.cosyone3-theme .cosy-product-overview { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body.cosyone3-theme .cosy-product-gallery .thumbnails > li:first-child .thumbnail { height: 290px; }
  body.cosyone3-theme .cosy-product-summary h1 { font-size: 23px; margin: 12px 0; }
  body.cosyone3-theme .cosy-product-information { margin-top: 24px; }
  body.cosyone3-theme .cosy-product-information .tab-content h2 { font-size: 20px; }
  body.cosyone3-theme .cosy-catalog-tools { gap: 12px; padding: 12px; }
  body.cosyone3-theme .cosy-catalog-tools > div:nth-last-child(-n+2) { flex-basis: 100%; }
  body.cosyone3-theme .cosy-catalog-tools .input-group-addon { min-width: 104px; }
  body.cosyone3-theme .cosy-catalog-tools .form-control { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  body.cosyone3-theme *, body.cosyone3-theme *::before, body.cosyone3-theme *::after { scroll-behavior: auto !important; transition-duration: 0s !important; animation-duration: 0s !important; }
}

/* Related 1.3 uses the original product cards and adds its own scoped classes. */
body.cosyone3-theme .wellness-related { margin: 28px 0 40px; --wrc-visible: 4; --wrc-gap: 24px; }
body.cosyone3-theme .wellness-related__header { padding-bottom: 12px; margin-bottom: 20px; border-color: var(--cosy-line); }
body.cosyone3-theme .wellness-related__title { font-family: inherit; font-size: 24px; line-height: 1.3; font-weight: 600; letter-spacing: normal; text-transform: none; }
body.cosyone3-theme .wellness-related__arrow { width: 44px; height: 44px; border-radius: 4px; color: #554b3c; }
body.cosyone3-theme .wellness-related .wellness-related-card { border-color: var(--cosy-line); border-radius: 6px; }
body.cosyone3-theme .wellness-related .wellness-related-card:hover { border-color: #c9b58c; transform: none; box-shadow: none; }
body.cosyone3-theme .wellness-related .wellness-related-card__image { height: 224px; aspect-ratio: auto; padding: 16px !important; }
body.cosyone3-theme .wellness-related .wellness-related-card__image a { height: 100%; aspect-ratio: auto; }
body.cosyone3-theme .wellness-related .wellness-related-card__name { font-size: 15px; font-weight: 600; line-height: 1.45; min-height: 66px; margin-bottom: 14px; }
body.cosyone3-theme .wellness-related .wellness-related-card__rating { min-height: 0; }
body.cosyone3-theme .wellness-related .wellness-related-card__price { color: var(--cosy-ink); font-size: 18px; }
/* The base theme makes every non-image child of .product-thumb grow. Related
   cards reuse that markup, so pin their action row before rating/no-rating
   differences can shift its top edge between neighbouring cards. */
body.cosyone3-theme .wellness-related .wellness-related-card__actions {
  flex: 0 0 52px;
  height: 52px;
  min-height: 52px;
  margin: 0 !important;
  grid-template-columns: minmax(0, 1fr) 44px 44px;
}
body.cosyone3-theme .wellness-related .wellness-related-card__actions .wellness-related-card__cart { background: var(--cosy-gold-button) !important; color: var(--cosy-action-text) !important; text-transform: none; letter-spacing: normal; font-size: 13px !important; font-weight: 600; padding: 0 10px !important; line-height: 1.25; }
body.cosyone3-theme .wellness-related .wellness-related-card__actions .wellness-related-card__cart:hover { background: var(--cosy-gold-hover) !important; }
body.cosyone3-theme .wellness-related .wellness-related-card__cart span { white-space: normal; text-overflow: clip; overflow: visible; font-size: 13px; line-height: 1.25; }
body.cosyone3-theme .wellness-related .wellness-related-card__cart i { display: none; }
body.cosyone3-theme .wellness-related .wellness-related-card__actions > button:focus-visible { outline: 2px solid #111 !important; outline-offset: -3px; }
@media (min-width: 768px) and (max-width: 1199px) {
  body.cosyone3-theme .wellness-related { --wrc-visible: 3; --wrc-gap: 18px; }
}
@media (max-width: 767px) {
  body.cosyone3-theme .wellness-related { --wrc-visible: 2; --wrc-gap: 12px; margin: 18px 0 28px; }
  body.cosyone3-theme .wellness-related__title { font-size: 20px; }
  body.cosyone3-theme .wellness-related .wellness-related-card__image { height: clamp(180px, 50vw, 220px); padding: 10px !important; }
  body.cosyone3-theme .wellness-related .wellness-related-card__name { font-size: 14px; min-height: 61px; margin-bottom: 10px; }
}
@media (max-width: 479px) {
  body.cosyone3-theme .wellness-related { --wrc-visible: 1.15; }
}

/* Flat gold actions; no gloss, bevel or decorative shadow. */
body.cosyone3-theme .btn-primary,
body.cosyone3-theme #search.cosy-search .btn,
body.cosyone3-theme #cart.cosy-cart > .btn,
body.cosyone3-theme .we-delivery-banner__button { border-color: #b18a13; }
body.cosyone3-theme .cosy-back-to-top { background: var(--cosy-gold-button); color: #fff; }

/* Cart: keep the stock update/remove form, but give each control a clear job. */
body.cosyone3-theme #checkout-cart h1 { font-size: clamp(28px, 3vw, 36px); margin-bottom: 24px; }
body.cosyone3-theme #checkout-cart .cosy-cart-table { width: 100%; table-layout: fixed; }
body.cosyone3-theme #checkout-cart .cosy-cart-table thead { background: #fffaf0; color: var(--cosy-ink); font-size: 13px; font-weight: 600; }
body.cosyone3-theme #checkout-cart .cosy-cart-table td { padding: 12px; vertical-align: middle; }
body.cosyone3-theme #checkout-cart .cosy-cart-table thead td:first-child { width: 124px; }
body.cosyone3-theme #checkout-cart .cosy-cart-table thead td:nth-child(3) { width: 96px; }
body.cosyone3-theme #checkout-cart .cosy-cart-table thead td:nth-child(4) { width: 242px; }
body.cosyone3-theme #checkout-cart .cosy-cart-table thead td:nth-child(5),
body.cosyone3-theme #checkout-cart .cosy-cart-table thead td:nth-child(6) { width: 120px; }
body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:first-child img { max-width: 96px; max-height: 96px; object-fit: contain; }
body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(2) { overflow-wrap: anywhere; white-space: normal; font-weight: 500; }
body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(3) { color: #6b6255; font-size: 13px; overflow-wrap: anywhere; }
body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(5),
body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(6) { white-space: nowrap; font-weight: 600; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity {
  display: inline-flex;
  align-items: stretch;
  width: auto;
  max-width: none !important;
  white-space: nowrap;
}
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .form-control {
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px;
  margin: 0;
  padding: 8px 4px;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
}
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn { display: inline-flex; width: auto; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step,
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9cba9;
  border-radius: 0;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none;
  color: #6e5512 !important;
  font-size: 19px;
  line-height: 1;
}
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step:first-child { border-radius: 5px 0 0 5px; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step[data-cosy-step="1"] { border-radius: 0 5px 5px 0; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn:first-child { margin-left: 10px; border-radius: 5px 0 0 5px; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn:last-child { border-radius: 0 5px 5px 0; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step:hover,
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn:hover { background: #fff8e8 !important; color: #6e5512 !important; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step:disabled { background: #f7f5f0 !important; color: #a6a095 !important; cursor: default; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .cosy-quantity-step:focus-visible,
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn:focus-visible { position: relative; z-index: 1; outline: 2px solid #6e5512; outline-offset: -3px; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn .fa { color: #6e5512 !important; font-size: 16px; }
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn-danger:hover,
body.cosyone3-theme #checkout-cart .cosy-cart-quantity .input-group-btn > .btn-danger:hover .fa { color: #a63232 !important; }
body.cosyone3-theme #checkout-cart .cosy-cart-voucher td:nth-child(4) .input-group { display: inline-flex; width: auto; max-width: none !important; }
body.cosyone3-theme #checkout-cart .cosy-cart-voucher td:nth-child(4) .form-control { flex: 0 0 44px; width: 44px; min-width: 44px; height: 40px !important; min-height: 40px !important; text-align: center; }
body.cosyone3-theme #checkout-cart .cosy-cart-voucher td:nth-child(4) .input-group-btn { display: inline-flex; width: auto; }
body.cosyone3-theme #checkout-cart .cosy-cart-voucher td:nth-child(4) .btn { width: 40px; height: 40px !important; min-height: 40px !important; max-height: 40px; padding: 0; background: #fff !important; color: #6e5512 !important; border: 1px solid #d9cba9 !important; }
body.cosyone3-theme #checkout-cart .cosy-cart-voucher td:nth-child(4) .btn .fa { color: #6e5512 !important; }
body.cosyone3-theme #checkout-cart #content > br { display: none; }
body.cosyone3-theme #checkout-cart #content > .row { margin-top: 20px; }
body.cosyone3-theme #checkout-cart #content > .row .table { margin-bottom: 0; }
body.cosyone3-theme #checkout-cart #content > .buttons { margin-top: 20px; }
body.cosyone3-theme #checkout-cart #content > .buttons .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }

@media (max-width: 1023px) {
  body.cosyone3-theme #checkout-cart .table-responsive { overflow: visible; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table,
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody { display: block; width: 100%; border: 0 !important; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px 16px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--cosy-line);
    border-radius: 8px;
    background: #fff;
  }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td { display: block; width: auto; min-width: 0; padding: 0; border: 0; text-align: left; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:first-child { grid-column: 1; grid-row: 1 / 3; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(2) { grid-column: 2; grid-row: 1; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(3) { grid-column: 2; grid-row: 2; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(4) { grid-column: 1 / -1; grid-row: 3; margin-top: 4px; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(5) { grid-column: 1; grid-row: 4; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(6) { grid-column: 2; grid-row: 4; text-align: right; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(4)::before,
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(5)::before,
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(6)::before {
    display: block;
    margin-bottom: 5px;
    color: #6b6255;
    content: attr(data-cosy-label);
    font-size: 12px;
    font-weight: 400;
  }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:first-child,
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(3) { display: none; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(2) { grid-column: 1 / -1; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr { grid-template-columns: 112px minmax(0, 1fr) 220px; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(4) { grid-column: 3; grid-row: 1 / 3; align-self: center; margin-top: 0; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(5) { grid-column: 2; grid-row: 3; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:nth-child(6) { grid-column: 3; grid-row: 3; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher { grid-template-columns: minmax(0, 1fr) 220px; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(2) { grid-column: 1; grid-row: 1; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(4) { grid-column: 2; grid-row: 1; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(5) { grid-column: 1; grid-row: 2; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr.cosy-cart-voucher td:nth-child(6) { grid-column: 2; grid-row: 2; }
}
@media (max-width: 479px) {
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody tr { grid-template-columns: 88px minmax(0, 1fr); gap: 8px 12px; padding: 12px; }
  body.cosyone3-theme #checkout-cart .cosy-cart-table tbody td:first-child img { max-width: 84px; max-height: 84px; }
  body.cosyone3-theme #checkout-cart #content > .buttons { display: grid; gap: 10px; }
  body.cosyone3-theme #checkout-cart #content > .buttons .pull-left,
  body.cosyone3-theme #checkout-cart #content > .buttons .pull-right { float: none !important; }
  body.cosyone3-theme #checkout-cart #content > .buttons .btn { width: 100%; }
}

/* Quick Checkout already owns quantity updates; enlarge only its controls. */
body.cosyone3-theme #wellness-quick-checkout .wqc-qty-btn { width: 40px; height: 40px; min-width: 40px; background: #fffaf0; color: #6e5512; font-size: 19px; }
body.cosyone3-theme #wellness-quick-checkout .wqc-qty-input { width: 44px; height: 40px; font-size: 16px; }
body.cosyone3-theme #wellness-quick-checkout .wqc-remove { min-width: 40px; min-height: 40px; color: #6b6255; }
body.cosyone3-theme #wellness-quick-checkout .wqc-qty-btn:hover,
body.cosyone3-theme #wellness-quick-checkout .wqc-qty-btn:focus { background: #f8efda; color: #6e5512; }
body.cosyone3-theme #wellness-quick-checkout .wqc-qty-btn:focus-visible,
body.cosyone3-theme #wellness-quick-checkout .wqc-remove:focus-visible { outline: 2px solid #6e5512; outline-offset: 2px; }
