:root {
  --tw-font-sans: Inter, Arial, Helvetica, sans-serif;
  --tw-ink: #282828;
  --tw-muted: #6c6b67;
  --tw-line: #deddd7;
  --tw-paper: #ffffff;
  --tw-tint: #f6f6f2;
  --tw-warm: #f2eee8;
  --tw-green: #328d2d;
  --tw-green-dark: #236c20;
  --tw-teal: #08746c;
  --tw-amber: #de8a09;
  --tw-red: #c92b32;
  --tw-blue: #5d75ca;
  --tw-radius: 4px;
  --tw-width: 1280px;
  /* Keep Astra and WooCommerce interaction states inside the Tuskwood palette. */
  --ast-global-color-0: var(--tw-green);
  --ast-global-color-1: var(--tw-green-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tw-ink); background: var(--tw-paper); font-family: var(--tw-font-sans); letter-spacing: 0; }
body.tw-menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
.site { min-height: 100vh; }
.tw-site-content { min-height: 55vh; }
.tw-site-content > #primary { width: 100%; margin: 0 auto !important; float: none; }
.tw-site-content > #primary:not(.tw-home-main) { max-width: var(--tw-width); padding: 44px 32px 72px; }
.screen-reader-text { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.screen-reader-text:focus { left: 16px; top: 16px; z-index: 9999; width: auto; height: auto; padding: 10px 14px; background: #fff; }

.tw-site-header { position: sticky; top: 0; z-index: 50; background: var(--tw-paper); border-bottom: 1px solid var(--tw-line); }
.tw-shipping-bar { min-height: 34px; max-height: 34px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 6px 20px; overflow: hidden; color: var(--tw-muted); background: var(--tw-warm); font-size: 13px; transition: min-height .2s ease, max-height .2s ease, padding .2s ease, opacity .15s ease; }
.tw-header-main { max-width: var(--tw-width); min-height: 84px; margin: 0 auto; padding: 12px 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.tw-brand { display: flex; align-items: center; justify-self: center; gap: 12px; text-decoration: none; min-width: 250px; }
.tw-brand__logo img { display: block; width: auto; max-width: 66px; max-height: 52px; }
.tw-brand__copy { display: flex; flex-direction: column; line-height: 1.2; }
.tw-brand__copy strong { font-size: 19px; text-transform: uppercase; }
.tw-brand__copy small { margin-top: 3px; color: var(--tw-muted); font-size: 13px; }
.tw-icon-button { position: relative; width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 0; border-radius: 3px; color: var(--tw-ink); background: transparent; box-shadow: none; cursor: pointer; text-decoration: none; }
.tw-icon-button:hover, .tw-icon-button:focus { color: var(--tw-green); background: transparent; box-shadow: none; }
.tw-icon-button:focus { outline: 0; }
.tw-icon-button:focus-visible { color: var(--tw-green); background: transparent; box-shadow: none; outline: 2px solid var(--tw-green-dark); outline-offset: 2px; }
.tw-icon-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tw-header-tools { justify-self: start; display: flex; align-items: center; gap: 8px; }
.tw-menu-toggle { color: var(--tw-green); }
.tw-header-actions { justify-self: end; display: flex; gap: 6px; }
.tw-header-search[hidden] { display: none; }
.tw-header-search { border-top: 1px solid var(--tw-line); background: var(--tw-tint); }
.tw-header-search__form { max-width: 760px; margin: 0 auto; padding: 14px 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 10px; }
.tw-header-search__form input[type="search"] { width: 100%; min-width: 0; min-height: 44px; padding: 9px 13px; border: 1px solid var(--tw-line); border-radius: var(--tw-radius); color: var(--tw-ink); background: #fff; }
.tw-header-search__form input[type="search"]:focus { outline: 2px solid var(--tw-green); outline-offset: 1px; border-color: var(--tw-green); }
.tw-mega-account-link { display: none; }
.tw-header-language { position: relative; z-index: 2; min-width: 0; height: 42px; display: flex; align-items: center; }
.tw-header-language .trp-shortcode-switcher__wrapper { height: 42px; --font-size: 13px !important; --text: var(--tw-ink) !important; --text-hover: var(--tw-green-dark) !important; }
.tw-header-language .trp-language-switcher { width: auto; min-width: 0; margin: 0; padding: 0; border: 0 !important; background: var(--tw-paper) !important; box-shadow: none !important; }
.tw-header-language .trp-shortcode-overlay { right: auto; left: 0; }
.tw-header-language .trp-current-language-item__wrapper:not(.trp-hide-arrow) { padding-right: 5px; }
.tw-header-language .trp-language-item { box-sizing: border-box; white-space: nowrap; }
.tw-header-language .trp-current-language-item__wrapper > .trp-language-item { min-height: 42px; padding: 7px 9px; }
.tw-header-language .trp-switcher-dropdown-list { border: 0 !important; }
.tw-cart-count { position: absolute; top: 3px; right: 1px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 50%; color: #fff; background: var(--tw-ink); font-size: 10px; line-height: 1; }
.tw-primary-nav { min-height: 50px; max-height: 50px; display: flex; align-items: stretch; justify-content: center; gap: clamp(12px, 3vw, 40px); overflow: hidden; border-top: 1px solid var(--tw-line); opacity: 1; transition: min-height .2s ease, max-height .2s ease, opacity .15s ease, border-color .2s ease; }
.tw-primary-nav a { display: flex; align-items: center; padding: 0 4px; border-bottom: 3px solid transparent; font-size: 14px; font-weight: 700; text-decoration: none; }
.tw-primary-nav a:hover, .tw-primary-nav a:focus-visible, .tw-primary-nav a[aria-current="page"] { color: var(--tw-green); border-color: var(--tw-green); }
.tw-primary-nav .tw-primary-nav__campaign { color: var(--tw-green-dark); }
.tw-primary-nav .tw-primary-nav__studio { color: var(--tw-green-dark); white-space: nowrap; }
.tw-mega-menu__studio { display: flex; justify-content: space-between; padding: 14px 0; color: var(--tw-green-dark); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--tw-line); }
.tw-product-aquascape-link { margin: 16px 0; font-size: 14px; }
.tw-product-aquascape-link a { color: var(--tw-green-dark); text-decoration: underline; text-underline-offset: 3px; }
.tw-site-header.is-compact .tw-shipping-bar,
.tw-site-header.is-compact .tw-primary-nav { min-height: 0; max-height: 0; padding-top: 0; padding-bottom: 0; border-width: 0; border-color: transparent; opacity: 0; pointer-events: none; }
.woocommerce-multi-currency.wmc-sidebar { display: none !important; }

.tw-mega-menu { position: fixed; z-index: 60; inset: 168px 0 0; overflow: auto; background: var(--tw-paper); border-top: 1px solid var(--tw-line); box-shadow: 0 14px 40px rgba(0,0,0,.08); }
.tw-site-header.is-compact .tw-mega-menu { inset: 84px 0 0; }
.tw-mega-menu__inner { max-width: var(--tw-width); margin: 0 auto; padding: 38px 24px 56px; }
.tw-mega-menu__heading { margin-bottom: 26px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.tw-mega-menu h2 { margin: 0; font-size: 32px; }
.tw-mega-menu__heading > a { color: var(--tw-green-dark); font-weight: 700; text-decoration: none; }
.tw-mega-menu__heading > a:hover, .tw-mega-menu__heading > a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.tw-catalog-links { display: grid; }
.tw-mega-menu__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 44px; }
.tw-catalog-links__item { min-width: 0; display: flex; flex-direction: column; text-decoration: none; }
.tw-mega-menu__grid .tw-catalog-links__item { padding-top: 14px; border-top: 1px solid var(--tw-line); }
.tw-mega-menu__grid strong { color: var(--tw-ink); font-size: 17px; }
.tw-mega-menu__grid span { margin-top: 12px; color: var(--tw-muted); font-size: 14px; }
.tw-mega-menu__grid .tw-catalog-links__item:hover strong,
.tw-mega-menu__grid .tw-catalog-links__item:focus-visible strong { color: var(--tw-green); }
.tw-mega-menu__secondary { margin-top: 30px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid var(--tw-line); }
.tw-mega-menu__secondary a { color: var(--tw-green-dark); font-weight: 700; text-decoration: none; }
.tw-mega-menu__feature { min-height: 160px; margin-top: 48px; padding: 28px 34px 28px min(40%, 500px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(90deg, rgba(20,26,18,.2), var(--tw-warm) 40%); text-decoration: none; }
.tw-mega-menu__feature span:first-child { display: flex; flex-direction: column; gap: 7px; }
.tw-mega-menu__feature strong { font-size: 24px; }
.tw-mega-menu__feature small { color: var(--tw-muted); font-size: 16px; }
.tw-mega-menu__footer { display: flex; align-items: center; gap: 14px; }
.tw-mega-menu__footer > span { color: var(--tw-muted); font-size: 13px; font-weight: 700; }
.tw-mega-menu__preferences { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--tw-line); }
.tw-mega-menu__footer .trp-language-switcher { width: auto; margin: 0; }
.tw-mega-menu__currency .woocommerce-multi-currency { margin: 0; }
.tw-mega-menu__currency .wmc-list-currencies { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; }
.tw-mega-menu__currency .wmc-list-currencies li { margin: 0; }

.tw-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid var(--tw-green); border-radius: var(--tw-radius); color: #fff; background: var(--tw-green); font-weight: 700; line-height: 1.2; text-decoration: none; }
.tw-button:hover, .tw-button:focus-visible, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background: var(--tw-green-dark); border-color: var(--tw-green-dark); }
.tw-button--light { color: var(--tw-green); background: #fff; }
.tw-button--light:hover { color: #fff; }
.tw-button--small { align-self: flex-start; min-height: 36px; padding: 7px 15px; }
.tw-site-content .tw-product-card .tw-button,
.tw-site-content .woocommerce a.button,
.tw-site-content .woocommerce button.button,
.tw-site-content .woocommerce input.button { color: #fff; background: var(--tw-green); border-color: var(--tw-green); }
.tw-site-content .tw-product-card .tw-button:hover,
.tw-site-content .tw-product-card .tw-button:focus,
.tw-site-content .tw-product-card .tw-button:focus-visible,
.tw-site-content .tw-product-card .tw-button:active,
.tw-site-content .woocommerce a.button:hover,
.tw-site-content .woocommerce a.button:focus,
.tw-site-content .woocommerce a.button:focus-visible,
.tw-site-content .woocommerce a.button:active,
.tw-site-content .woocommerce button.button:hover,
.tw-site-content .woocommerce button.button:focus,
.tw-site-content .woocommerce button.button:focus-visible,
.tw-site-content .woocommerce button.button:active,
.tw-site-content .woocommerce input.button:hover { color: #fff; background: var(--tw-green-dark); border-color: var(--tw-green-dark); }
.tw-button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.tw-hero { position: relative; min-height: 340px; display: flex; align-items: center; color: #fff; background-color: #23331f; background-image: linear-gradient(90deg, rgba(8,13,7,.72), rgba(8,13,7,.24) 52%, rgba(8,13,7,.16)), var(--tw-hero-image); background-size: cover; background-position: center; }
.tw-hero__inner { position: relative; z-index: 1; width: 100%; max-width: var(--tw-width); margin: 0 auto; padding: 58px 40px; }
.tw-hero__credit { position: absolute; right: 18px; bottom: 12px; z-index: 1; max-width: calc(100% - 36px); color: #fff; font-size: 12px; line-height: 1.35; text-align: right; text-shadow: 0 1px 3px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.7); }
.tw-hero h1 { max-width: 620px; margin: 0 0 12px; color: #fff; font-size: 42px; line-height: 1.08; }
.tw-hero p { max-width: 620px; margin: 0 0 18px; color: #fff; font-size: 17px; }

.tw-home-section { max-width: var(--tw-width); margin: 0 auto; padding: 54px 40px; }
.tw-home-section--featured { max-width: none; padding-left: max(40px, calc((100vw - var(--tw-width)) / 2 + 40px)); padding-right: max(40px, calc((100vw - var(--tw-width)) / 2 + 40px)); background: #fff; }
.tw-section-heading { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tw-section-heading h2 { margin: 0; font-size: 26px; }
.tw-section-heading a { color: var(--tw-green); font-weight: 700; text-decoration: none; }
.tw-section-heading > div { display: flex; align-items: center; gap: 18px; }
.tw-product-grid { display: grid; gap: 24px; }
.tw-product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tw-search-page__header { max-width: 760px; margin-bottom: 44px; }
.tw-search-page__eyebrow, .tw-search-section__eyebrow { margin: 0 0 8px; color: var(--tw-green-dark); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tw-search-page__header h1 { margin: 0 0 12px; font-size: 40px; line-height: 1.12; }
.tw-search-page__header p:last-child, .tw-search-section__intro { margin: 0; color: var(--tw-muted); }
.tw-search-section { margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--tw-line); }
.tw-search-section:first-of-type { margin-top: 0; }
.tw-search-section__heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.tw-search-section__heading h2 { margin: 0 0 6px; font-size: 27px; }
.tw-search-section__count { flex: 0 0 auto; color: var(--tw-muted); font-size: 14px; }
.tw-search-section--sold { padding: 28px; background: var(--tw-warm); border-top: 3px solid var(--tw-green-dark); }
.tw-search-empty { max-width: 680px; padding: 30px; background: var(--tw-tint); }
.tw-search-empty h2 { margin-top: 0; }
.tw-product-card, .woocommerce ul.products li.product { min-width: 0; margin: 0 !important; padding: 10px; display: flex; flex-direction: column; border: 1px solid var(--tw-line); border-radius: var(--tw-radius); background: #fff; box-shadow: none; }
.tw-product-card__image { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: var(--tw-tint); }
.tw-product-card__image img, .woocommerce ul.products li.product a img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; }
.tw-product-card__body { min-height: 176px; padding: 12px 2px 2px; display: flex; flex-direction: column; align-items: flex-start; }
.tw-product-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 500; line-height: 1.35; }
.tw-product-card h3 a { text-decoration: none; }
.tw-product-card__price { margin-top: auto; margin-bottom: 7px; font-size: 17px; font-weight: 700; }
.tw-product-card__price ins { text-decoration: none; }
.tw-stock { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--tw-muted); font-size: 13px; }
.tw-stock > span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.tw-stock--in-stock { color: var(--tw-green); }
.tw-stock--supplier { color: var(--tw-green-dark); }
.tw-stock--backorder { color: var(--tw-amber); }
.tw-stock--out { color: var(--tw-red); }
.tw-stock--neutral { color: var(--tw-blue); }
.tw-root-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.tw-root-strip a { min-width: 0; color: var(--tw-ink); text-decoration: none; }
.tw-root-strip img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: contain; border-radius: var(--tw-radius); background: var(--tw-tint); }
.tw-root-strip span { display: block; margin-top: 8px; font-size: 13px; line-height: 1.35; }
.tw-category-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tw-category-links--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tw-category-card { min-height: 220px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(210px, 1.1fr); overflow: hidden; border: 1px solid #e3e8df; border-radius: 18px; color: var(--tw-ink); background: #fbfaf7; text-decoration: none; box-shadow: 0 10px 32px rgba(39, 59, 33, .055); transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.tw-category-card:hover, .tw-category-card:focus-visible, .tw-category-card:active { border-color: #8daf88; color: var(--tw-ink); background: #fbfaf7; box-shadow: 0 14px 34px rgba(31,55,28,.11); transform: translateY(-2px); }
.tw-category-card:focus-visible { outline: 2px solid var(--tw-green-dark); outline-offset: 3px; }
.tw-category-card__copy { position: relative; z-index: 2; min-width: 0; margin: 0; padding: 34px 8px 32px 30px; display: flex; flex-direction: column; justify-content: center; color: var(--tw-ink); background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 78%, rgba(251,250,247,0) 100%); }
.tw-category-card__copy strong { color: var(--tw-ink); font-size: 24px; line-height: 1.2; }
.tw-category-card:hover .tw-category-card__copy strong, .tw-category-card:focus-visible .tw-category-card__copy strong { color: var(--tw-green-dark); }
.tw-category-card__copy > span { max-width: 245px; margin-top: 9px; color: var(--tw-muted); font-size: 15px; line-height: 1.45; }
.tw-category-card__copy svg { width: 24px; height: 24px; margin-top: 22px; fill: none; stroke: var(--tw-green-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .16s ease; }
.tw-category-card:hover .tw-category-card__copy svg, .tw-category-card:focus-visible .tw-category-card__copy svg { transform: translate(3px, -3px); }
.tw-category-card__visual { position: relative; min-width: 0; min-height: 220px; margin: 0; overflow: hidden; background: #fbfaf7; isolation: isolate; }
.tw-category-card__artwork { position: absolute; z-index: 1; inset: -8%; width: 116%; height: 116%; max-width: none; margin: 0; object-fit: contain; object-position: center; opacity: 1; mix-blend-mode: normal; filter: none; -webkit-mask-image: none; mask-image: none; transition: transform .22s ease; }
.tw-category-card:hover .tw-category-card__artwork, .tw-category-card:focus-visible .tw-category-card__artwork { transform: scale(1.025); }
.tw-category-card__campaign-mark { position: absolute; z-index: 2; right: 16px; top: 16px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px 14px 20px 14px; color: #fff; background: var(--tw-green-dark); box-shadow: 0 10px 22px rgba(35,108,32,.18); font-size: 27px; font-weight: 800; transform: rotate(3deg); }
.tw-category-card__visual--empty { background: linear-gradient(135deg, #fbfaf7, #f0f4ed); }
.tw-category-card--without-visual { grid-template-columns: minmax(0, .9fr) minmax(210px, 1.1fr); }
.tw-social-proof-band { overflow: hidden; }
.tw-category-resource { margin-top: 56px; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--tw-line); border-bottom: 1px solid var(--tw-line); }
.tw-category-resource__copy { max-width: 680px; }
.tw-category-resource__eyebrow { margin: 0 0 5px; color: var(--tw-green-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.tw-category-resource h2 { margin: 0 0 7px; font-size: 26px; }
.tw-category-resource__copy > p:last-child { margin: 0; color: var(--tw-muted); }
.tw-category-resource .tw-button { flex: 0 0 auto; }

.tw-shop-hub__breadcrumb { margin-bottom: 26px; display: flex; gap: 7px; color: var(--tw-muted); font-size: 13px; }
.tw-shop-hub__breadcrumb a { text-decoration: none; }
.tw-shop-hub__breadcrumb a:hover, .tw-shop-hub__breadcrumb a:focus-visible { color: var(--tw-green-dark); text-decoration: underline; }
.tw-shop-hub__header { max-width: 760px; }
.tw-shop-hub__eyebrow { margin: 0 0 8px; color: var(--tw-green-dark); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.tw-shop-hub__header h1 { margin: 0; color: #202b40; font-size: 48px; line-height: 1.1; }
.tw-shop-hub__header > p:last-child { margin: 18px 0 0; color: var(--tw-muted); font-size: 18px; line-height: 1.55; }
.tw-shop-hub__departments { margin-top: 52px; }
.tw-shop-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.tw-shop-hub__grid .tw-catalog-links__item { min-height: 150px; padding: 22px 0 30px; border-top: 1px solid var(--tw-line); }
.tw-shop-hub__grid strong { color: var(--tw-ink); font-size: 24px; line-height: 1.25; }
.tw-shop-hub__grid span { margin-top: 14px; color: var(--tw-muted); font-size: 16px; line-height: 1.5; }
.tw-shop-hub__grid .tw-catalog-links__item:hover strong,
.tw-shop-hub__grid .tw-catalog-links__item:focus-visible strong { color: var(--tw-green-dark); text-decoration: underline; text-underline-offset: 5px; }
.tw-shop-hub__grid .tw-catalog-links__item--kampanj strong { color: var(--tw-green-dark); }
.tw-shop-hub__secondary { padding: 24px 0; display: flex; flex-wrap: wrap; gap: 16px 36px; border-top: 1px solid var(--tw-line); }
.tw-shop-hub__secondary a { color: var(--tw-green-dark); font-weight: 700; text-decoration: none; }
.tw-shop-hub__secondary a:hover, .tw-shop-hub__secondary a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.tw-shop-hub__feature { min-height: 170px; margin-top: 38px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--tw-warm); text-decoration: none; }
.tw-shop-hub__feature > span:first-child { max-width: 650px; display: flex; flex-direction: column; gap: 8px; }
.tw-shop-hub__feature strong { font-size: 25px; line-height: 1.25; }
.tw-shop-hub__feature small { color: var(--tw-muted); font-size: 16px; line-height: 1.45; }
.tw-shop-hub__feature .tw-button { flex: 0 0 auto; }

.woocommerce .woocommerce-breadcrumb { margin-bottom: 12px; color: var(--tw-muted); font-size: 13px; }
.tw-product-return { margin: 0 0 16px; }
.tw-product-return a { display: inline-flex; align-items: center; gap: 7px; color: var(--tw-green-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.tw-product-return a:hover, .tw-product-return a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.woocommerce-products-header { margin-bottom: 28px; }
.woocommerce-products-header__title.page-title { margin-bottom: 10px; font-size: 34px; }
.term-description { max-width: 760px; color: var(--tw-muted); font-size: 16px; }
.tw-shop-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; clear: both; }
.tw-shop-results { min-width: 0; }
.tw-catalog-toolbar { width: 100%; display: grid; grid-template-columns: minmax(140px, 1fr) auto minmax(200px, 290px); grid-template-areas: "count page-size ordering"; align-items: center; gap: 12px 24px; margin: 0 0 24px; clear: both; }
.tw-catalog-toolbar .woocommerce-result-count { grid-area: count; float: none; min-width: 0; margin: 0; font-weight: 700; }
.tw-catalog-toolbar .tw-products-per-page { grid-area: page-size; float: none; margin: 0; }
.tw-catalog-toolbar .woocommerce-ordering { grid-area: ordering; float: none; width: 100%; margin: 0; }
.tw-catalog-toolbar .woocommerce-ordering select { width: 100%; }
.tw-shop-results .woocommerce-result-count { font-weight: 700; }
.tw-shop-results .woocommerce-ordering { margin: 0; }
.tw-shop-results .woocommerce-ordering select { min-height: 40px; padding: 7px 34px 7px 10px; border: 1px solid var(--tw-line); border-radius: var(--tw-radius); background: #fff; }
.tw-products-per-page { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 24px; color: var(--tw-muted); font-size: 14px; }
.tw-products-per-page label { white-space: nowrap; }
.tw-products-per-page select { min-height: 40px; padding: 7px 34px 7px 10px; border: 1px solid var(--tw-line); border-radius: var(--tw-radius); color: var(--tw-ink); background: #fff; }
.tw-products-per-page select:hover { border-color: var(--tw-green); }
.tw-products-per-page select:focus-visible { outline: 2px solid var(--tw-green); outline-offset: 1px; }
.tw-root-catalog { max-width: 1180px; margin: 0 auto; padding: 42px 28px 72px; }
.tw-root-catalog__header { max-width: 760px; }
.tw-root-catalog__header h1 { margin: 6px 0 14px; font-size: 42px; }
.tw-root-catalog__header > p:last-child { color: var(--tw-muted); font-size: 17px; line-height: 1.65; }
.tw-root-types { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0 54px; border-top: 1px solid var(--tw-line); border-bottom: 1px solid var(--tw-line); }
.tw-root-types a { min-width: 0; display: flex; flex-direction: column; gap: 5px; padding: 22px 24px; color: var(--tw-ink); text-decoration: none; }
.tw-root-types a + a { border-left: 1px solid var(--tw-line); }
.tw-root-types a:hover, .tw-root-types a:focus-visible { background: #f5f8f3; }
.tw-root-types strong { color: var(--tw-green); font-size: 18px; }
.tw-root-types span { color: var(--tw-muted); line-height: 1.45; }
.tw-category-types { margin-top: 8px; margin-bottom: 38px; }
.tw-category-types--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tw-root-catalog__products > .tw-section-heading { margin-bottom: 26px; }
.tw-root-catalog__layout { align-items: flex-start; gap: 34px; }
.tw-root-catalog__filter-column { position: sticky; top: 24px; padding-right: 26px; border-right: 1px solid var(--tw-line); }
.tw-root-filters { gap: 24px; }
.tw-root-filters h3 { margin: 0 0 10px; font-size: 15px; }
.tw-root-filters__title { margin-bottom: 20px !important; font-size: 20px !important; }
.tw-root-filters button.tw-root-filter-clear { width: fit-content; min-height: 0; margin: 2px 0 0; padding: 0; border: 0 !important; border-radius: 0; color: var(--tw-green-dark); background: transparent !important; box-shadow: none !important; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.tw-root-filters button.tw-root-filter-clear:hover, .tw-root-filters button.tw-root-filter-clear:focus, .tw-root-filters button.tw-root-filter-clear:focus-visible, .tw-root-filters button.tw-root-filter-clear:active { color: var(--tw-green); background: transparent !important; }
.tw-root-filters button.tw-root-filter-clear:focus-visible { outline: 2px solid var(--tw-green); outline-offset: 3px; }
.tw-root-catalog__results { min-width: 0; }
.tw-root-catalog__active-filters { margin: 0 0 10px; text-align: right; }
.tw-root-catalog__clear-link { color: var(--tw-green-dark); font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
.tw-root-catalog__clear-link:hover, .tw-root-catalog__clear-link:focus-visible { color: var(--tw-green); }
.tw-root-catalog__toolbar { margin-bottom: 22px; align-items: center; }
.tw-root-catalog__toolbar .tw-products-per-page { margin: 0; }
.tw-root-catalog__toolbar select { min-height: 40px; padding: 7px 34px 7px 10px; border: 1px solid var(--tw-line); border-radius: var(--tw-radius); background: #fff; }
.tw-root-product-collection .wc-block-product-template { gap: 22px; }
.tw-root-product-collection .wc-block-product { min-width: 0; padding: 9px; border: 1px solid var(--tw-line); background: #fff; }
.tw-root-product-collection .wc-block-components-product-image { position: relative; }
.tw-root-product-collection .wc-block-components-product-image img { width: 100%; object-fit: contain !important; background: var(--tw-tint); }
.tw-root-product-collection .wp-block-query-pagination,
.woocommerce nav.woocommerce-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 32px 0 0; }
.tw-root-product-collection .wp-block-query-pagination-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 0; border: 0; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li { margin: 0; border: 0; }
.tw-root-product-collection .wp-block-query-pagination > a,
.tw-root-product-collection .wp-block-query-pagination-numbers > a,
.tw-root-product-collection .wp-block-query-pagination-numbers > span.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li > a.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li > span.current { box-sizing: border-box; min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; border: 1px solid var(--tw-line); border-radius: 6px; color: var(--tw-ink); background: #fff; font-weight: 700; line-height: 1.2; text-decoration: none; }
.tw-root-product-collection .wp-block-query-pagination-numbers > span.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers li > span.current { border-color: var(--tw-green); color: #fff; background: var(--tw-green); }
.tw-root-product-collection .wp-block-query-pagination > a:hover,
.tw-root-product-collection .wp-block-query-pagination > a:focus-visible,
.tw-root-product-collection .wp-block-query-pagination-numbers > a:hover,
.tw-root-product-collection .wp-block-query-pagination-numbers > a:focus-visible,
.woocommerce nav.woocommerce-pagination ul.page-numbers li > a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li > a.page-numbers:focus-visible { border-color: var(--tw-green); color: var(--tw-green-dark); background: #f5f8f3; }
.tw-root-product-collection .wp-block-query-pagination a:focus-visible,
.woocommerce nav.woocommerce-pagination a.page-numbers:focus-visible { outline: 2px solid var(--tw-green); outline-offset: 2px; }
.woocommerce nav.woocommerce-pagination ul.page-numbers li > span.dots { min-width: 20px; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0; border: 0; background: transparent; }
.tw-product-badge { position: absolute; z-index: 4; top: 12px; left: 12px; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 11px; border-radius: 3px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .07em; line-height: 1; pointer-events: none; }
.tw-product-badge--sold { background: var(--tw-ink); box-shadow: 0 3px 12px rgba(0,0,0,.2); }
.wc-block-components-product-sale-badge, .woocommerce span.onsale { color: #fff !important; background: var(--tw-red) !important; border-color: var(--tw-red) !important; font-weight: 800; }
.tw-root-product-collection .wp-block-post-title { min-height: 44px; margin: 12px 4px 7px; font-size: 15px !important; }
.tw-root-product-collection .wp-block-post-title a { color: var(--tw-ink); text-decoration: none; }
.tw-root-product-collection .wp-block-woocommerce-product-price, .tw-root-product-collection .wp-block-woocommerce-product-stock-indicator { margin: 0 4px 8px; }
.tw-root-product-collection .wp-block-button__link { width: 100%; min-height: 42px; border-radius: var(--tw-radius); background: var(--tw-green); font-weight: 700; }
.tw-shop-filters { padding-right: 26px; border-right: 1px solid var(--tw-line); }
.tw-shop-filters > h2 { margin: 4px 0 20px; font-size: 20px; }
.tw-filter-widget + .tw-filter-widget, .tw-filter-group + .tw-filter-group { margin-top: 22px; }
.tw-filter-widget h3, .tw-filter-group h3 { margin: 0 0 10px; font-size: 14px; }
.tw-filter-group__help { max-width: 24rem; margin: -2px 0 8px; color: var(--tw-muted); font-size: 12px; line-height: 1.45; }
.tw-filter-choice { display: flex; align-items: center; gap: 9px; padding: 5px 0; color: var(--tw-muted); font-size: 14px; text-decoration: none; }
.tw-filter-choice > span { width: 15px; height: 15px; border: 1px solid var(--tw-line); border-radius: 3px; background: #fff; }
.tw-filter-choice.is-active { color: var(--tw-green); }
.tw-filter-choice.is-active > span { border-color: var(--tw-green); background: var(--tw-green); box-shadow: inset 0 0 0 3px #fff; }
.tw-filter-toggle { display: none; }
.tw-shop-layout .wpc-filters-open-widget { display: none !important; }
.woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: flex; flex-direction: column; flex: 1; text-decoration: none; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap { aspect-ratio: 4 / 3; overflow: hidden; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 42px; margin: 10px 0 7px; padding: 0; color: var(--tw-ink); font-size: 15px; font-weight: 500; line-height: 1.35; }
.woocommerce ul.products li.product .price { margin-bottom: 7px; color: var(--tw-ink); font-size: 17px; font-weight: 700; }
.woocommerce ul.products li.product .button { align-self: flex-start; margin-top: auto; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap { position: relative; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .woocommerce-loop-product__link { position: static; height: 100%; display: block; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .woocommerce-loop-product__link img { height: 100%; object-fit: contain; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap .tw-stock,
.tw-product-card__image .tw-stock { position: absolute; left: 10px; bottom: 10px; z-index: 2; width: auto; margin: 0; padding: 6px 9px; border-radius: 3px; background: rgba(255,255,255,.94); box-shadow: 0 2px 10px rgba(0,0,0,.08); font-weight: 700; }
.woocommerce ul.products li.product .ast-shop-product-out-of-stock { display: none !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus-visible,
.woocommerce ul.products li.product .woocommerce-loop-product__link:active { color: var(--tw-ink); }
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__link:focus-visible .woocommerce-loop-product__title { color: var(--tw-green-dark); }
.tw-root-product-collection .wp-block-button__link,
.tw-root-product-collection .wp-block-button__link:visited { color: #fff !important; background: var(--tw-green) !important; border-color: var(--tw-green) !important; }
.tw-root-product-collection .wp-block-button__link:hover,
.tw-root-product-collection .wp-block-button__link:focus,
.tw-root-product-collection .wp-block-button__link:focus-visible,
.tw-root-product-collection .wp-block-button__link:active { color: #fff !important; background: var(--tw-green-dark) !important; border-color: var(--tw-green-dark) !important; }
.woocommerce .related.products ul.products:not(.elementor-grid) { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }

.single-product .product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 64px; }
.single-product .woocommerce-product-gallery, .single-product .summary { width: auto !important; float: none !important; }
.single-product .summary { display: flex; flex-direction: column; }
.single-product .summary > p.stock { display: none; }
.single-product .summary > .product_title { order: 1; }
.single-product .summary > .price { order: 2; }
.single-product .summary > .tw-stock { order: 3; }
.single-product .summary > .tw-plant-weather-compact { order: 4; }
.single-product .summary > .tw-delivery-promise { order: 5; }
.single-product .summary > .woocommerce-product-details__short-description { order: 6; }
.single-product .summary > .tw-product-chips { order: 7; }
.single-product .summary > form.cart { order: 8; }
.single-product .summary > .tw-product-aquascape-link { order: 9; }
.single-product .summary > .product_meta { order: 9; }
.single-product .woocommerce-product-gallery__image { overflow: hidden; border-radius: var(--tw-radius); background: var(--tw-tint); }
.single-product .woocommerce-product-gallery__image img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px !important; }
.single-product .flex-control-thumbs li { width: auto !important; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--tw-radius); background: var(--tw-tint); }
.single-product .flex-control-thumbs img { width: 100%; height: 100%; object-fit: contain; border: 2px solid transparent; border-radius: var(--tw-radius); }
.single-product .flex-control-thumbs img.flex-active { border-color: var(--tw-green); }
.single-product .product_title { margin: 8px 0 16px; font-size: 36px; line-height: 1.12; }
.single-product .summary .price { margin: 0 0 12px; color: var(--tw-ink); font-size: 28px; font-weight: 700; }
.single-product .summary .woocommerce-product-details__short-description { margin-top: 14px; color: var(--tw-muted); font-size: 16px; }
.single-product form.cart { padding-top: 16px; border-top: 1px solid var(--tw-line); }
.single-product form.cart .quantity .qty { min-height: 42px; border-color: var(--tw-line); }
.tw-product-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.tw-product-chips span { padding: 7px 10px; border-radius: 3px; color: var(--tw-muted); background: var(--tw-warm); font-size: 13px; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 18px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 24px; border-bottom: 1px solid var(--tw-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { display: block; margin: 0; padding: 0; border: 0 !important; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { width: auto; padding: 14px 0; border-bottom: 2px solid transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--tw-green); border-color: var(--tw-green); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 24px 0; }
.related.products { grid-column: 1 / -1; }

.woocommerce-cart .tw-empty-cart {
  max-width: 760px;
  margin: 12px auto 52px;
  padding: clamp(36px, 6vw, 64px) clamp(22px, 6vw, 70px);
  border: 1px solid #dce7d7;
  border-radius: 10px;
  background: linear-gradient(145deg, #fbfcf9 0%, #f2f7ef 100%);
  box-shadow: 0 12px 32px rgba(35, 56, 31, .06);
  text-align: center;
}

.woocommerce-cart .tw-empty-cart__eyebrow {
  margin: 0 0 12px;
  color: var(--tw-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.woocommerce-cart .tw-empty-cart__title {
  max-width: 560px;
  margin: 0 auto 14px;
  color: var(--tw-ink);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
}

.woocommerce-cart .tw-empty-cart__copy {
  max-width: 590px;
  margin: 0 auto 28px;
  color: var(--tw-muted);
  font-size: 17px;
  line-height: 1.6;
}

.woocommerce-cart .tw-empty-cart .wp-block-buttons { gap: 12px; }

.woocommerce-cart .tw-empty-cart .wp-block-button__link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--tw-green);
  border-radius: var(--tw-radius);
  color: #fff;
  background: var(--tw-green);
  box-shadow: none;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-cart .tw-empty-cart .wp-block-button__link:hover,
.woocommerce-cart .tw-empty-cart .wp-block-button__link:focus,
.woocommerce-cart .tw-empty-cart .wp-block-button__link:active {
  color: #fff;
  border-color: var(--tw-green-dark);
  background: var(--tw-green-dark);
  text-decoration: none;
}

.woocommerce-cart .tw-empty-cart .is-style-outline .wp-block-button__link {
  color: var(--tw-green-dark);
  background: #fff;
}

.woocommerce-cart .tw-empty-cart .is-style-outline .wp-block-button__link:hover,
.woocommerce-cart .tw-empty-cart .is-style-outline .wp-block-button__link:focus,
.woocommerce-cart .tw-empty-cart .is-style-outline .wp-block-button__link:active {
  color: #fff;
  background: var(--tw-green-dark);
}

.woocommerce-cart .tw-empty-cart__recommendations-title {
  margin: 0 0 28px;
  color: var(--tw-ink);
  font-size: clamp(25px, 3vw, 32px);
}

.tw-site-footer { color: #fff; background: #4f7f1e; font-family: var(--tw-font-sans); }
.tw-site-footer__inner { max-width: 1180px; margin: 0 auto; padding: 70px 32px 76px; display: grid; grid-template-columns: minmax(260px, 1.35fr) minmax(190px, .8fr) minmax(260px, 1fr); align-items: start; gap: 58px; }
.tw-site-footer h2, .tw-site-footer h3, .tw-site-footer p, .tw-site-footer a, .tw-site-footer address { font-family: var(--tw-font-sans); }
.tw-site-footer h2, .tw-site-footer h3 { margin-top: 0; color: #fff; font-style: normal; letter-spacing: 0; text-transform: none; }
.tw-site-footer h2 { margin-bottom: 28px; font-size: 28px; font-weight: 700; line-height: 1.2; }
.tw-site-footer h3 { margin-bottom: 18px; font-size: 20px; font-weight: 700; line-height: 1.25; }
.tw-site-footer__about p { max-width: 360px; margin: 0 0 24px; font-size: 16px; line-height: 1.7; }
.tw-site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.tw-site-footer__about nav, .tw-site-footer__details nav { gap: 0; line-height: 1.9; }
.tw-site-footer a { color: #fff; text-decoration: underline; }
.tw-site-footer a:hover, .tw-site-footer a:active { color: #fff; }
.tw-site-footer a:focus-visible { color: #fff; outline: 2px solid #fff; outline-offset: 3px; }
.tw-site-footer__social h3 { max-width: 190px; margin-bottom: 22px; }
.tw-site-footer__social nav { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; font-size: 18px; font-weight: 700; }
.tw-site-footer__details { display: grid; gap: 34px; }
.tw-site-footer__details address { margin: 0; font-style: normal; line-height: 1.55; }
.tw-site-footer__details address a { text-decoration: none; }
.tw-site-footer__copyright { margin: 20px 0 0; font-size: 16px; line-height: 1.65; }
#ast-scroll-top { background: var(--tw-green); }

@media (max-width: 1024px) {
  .tw-primary-nav { gap: 12px; }
  .tw-primary-nav a { font-size: 13px; }
  .tw-mega-menu__grid { grid-template-columns: repeat(3, 1fr); }
  .tw-product-grid--four { grid-template-columns: repeat(2, 1fr); }
  .tw-root-strip { grid-template-columns: repeat(3, 1fr); }
  .tw-category-links--four { grid-template-columns: repeat(2, 1fr); }
  .woocommerce .related.products ul.products:not(.elementor-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .single-product .product { gap: 36px; }
}

.woocommerce-account .entry-header {
  margin-bottom: 26px;
}

.woocommerce-account .entry-title {
  font-size: clamp(32px, 4vw, 44px);
}

/* The navigation/content grid belongs only to the signed-in account dashboard. */
.woocommerce-account.logged-in .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.woocommerce-account .entry-content > .woocommerce::before,
.woocommerce-account .entry-content > .woocommerce::after {
  display: none;
  content: none;
}

.woocommerce-account .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 8px;
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius);
  background: #fafbf8;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 13px;
  border: 0;
  border-radius: 4px;
  color: var(--tw-text);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--tw-green-dark);
  background: #edf5ea;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  outline: 2px solid var(--tw-green-dark);
  outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 210px;
  padding: 24px 26px;
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius);
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 920px) {
  .tw-site-footer__inner { padding: 56px 24px 64px; grid-template-columns: 1fr 1fr; gap: 36px; }
  .tw-site-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .tw-shipping-bar { min-height: 54px; max-height: 74px; flex-direction: column; gap: 2px; font-size: 11px; line-height: 1.35; text-align: center; }
  .tw-header-main { min-height: 68px; padding: 8px 14px; }
  .tw-brand { min-width: 0; gap: 7px; }
  .tw-brand__logo img { max-width: 44px; max-height: 40px; }
  .tw-brand__copy strong { font-size: 14px; }
  .tw-brand__copy small { display: none; }
  .tw-icon-button { width: 38px; height: 38px; }
  .tw-icon-button svg { width: 22px; height: 22px; }
  .tw-header-tools { gap: 8px; }
  .tw-header-language, .tw-header-language .trp-shortcode-switcher__wrapper { height: 38px; }
  .tw-header-language .trp-current-language-item__wrapper > .trp-language-item .trp-language-item-name { display: none; }
  .tw-header-language .trp-shortcode-switcher__wrapper { --flag-size: 17px !important; --font-size: 13px !important; }
  .tw-header-language .trp-current-language-item__wrapper:not(.trp-hide-arrow) { padding-right: 3px; }
  .tw-header-language .trp-current-language-item__wrapper > .trp-language-item { min-width: 30px; min-height: 38px; padding: 7px 5px; }
  .tw-header-language .trp-shortcode-arrow { width: 16px; height: 16px; }
  .tw-header-language .trp-shortcode-overlay { width: 100%; overflow: visible; }
  .tw-header-language .trp-shortcode-overlay .trp-switcher-dropdown-list { position: absolute; top: 100%; right: auto; left: 0; min-width: 140px; border: 0; border-radius: var(--tw-radius); background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
  .tw-header-search__form { padding: 10px 14px; gap: 7px; }
  .tw-header-search__form .tw-button { min-height: 40px; padding: 8px 13px; }
  .tw-header-search__form input[type="search"] { min-height: 40px; }
  .tw-primary-nav { display: none; }
  .tw-mega-menu { position: absolute; inset: auto 0 auto; top: 100%; height: calc(100vh - 103px); }
  .tw-site-header.is-compact .tw-mega-menu { inset: auto 0 auto; top: 100%; height: calc(100vh - 68px); height: calc(100dvh - 68px); }
  .tw-mega-menu__inner { padding: 28px 22px 42px; }
  .tw-mega-menu__heading { margin-bottom: 26px; }
  .tw-mega-menu h2 { font-size: 26px; }
  .tw-mega-menu__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .tw-mega-menu__feature { margin-top: 34px; padding: 24px; display: block; background: var(--tw-warm); }
  .tw-mega-menu__feature strong { font-size: 19px; }
  .tw-mega-menu__feature .tw-button { margin-top: 18px; }
  .tw-mega-menu__footer { justify-content: flex-start; }
  .tw-hero { min-height: 350px; background-position: 55% center; }
  .tw-hero__inner { padding: 58px 22px; }
  .tw-hero__credit { right: 14px; bottom: 10px; max-width: calc(100% - 28px); font-size: 11px; }
  .tw-hero h1 { max-width: 330px; font-size: 36px; }
  .tw-hero p { max-width: 300px; font-size: 16px; }
  .tw-home-section, .tw-home-section--featured { padding: 38px 18px; }
  .tw-section-heading { align-items: flex-end; }
  .tw-section-heading h2 { font-size: 23px; }
  .tw-section-heading > div { gap: 10px; }
  .tw-product-grid--four { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tw-product-card { padding: 7px; }
  .tw-product-card__body { min-height: 188px; }
  .tw-product-card h3 { font-size: 14px; }
  .tw-root-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .tw-root-strip a { flex: 0 0 72%; scroll-snap-align: start; }
  .tw-category-links, .tw-category-links--four { grid-template-columns: 1fr; }
  .tw-mega-menu__preferences { align-items: stretch; flex-direction: column; gap: 12px; }
  .tw-category-card { min-height: 188px; grid-template-columns: minmax(0, 1.08fr) minmax(145px, .92fr); }
  .tw-category-card__copy { padding: 26px 6px 24px 22px; }
  .tw-category-card__copy strong { font-size: 21px; }
  .tw-category-card__visual { min-height: 188px; }
	.tw-category-resource { margin-top: 40px; padding: 26px 0; align-items: flex-start; flex-direction: column; gap: 20px; }
	.tw-category-resource h2 { font-size: 23px; }
  .tw-shop-hub__header h1 { font-size: 36px; }
  .tw-shop-hub__header > p:last-child { font-size: 16px; }
  .tw-shop-hub__departments { margin-top: 38px; }
  .tw-shop-hub__grid { gap: 0 22px; }
  .tw-shop-hub__grid .tw-catalog-links__item { min-height: 132px; padding: 18px 0 24px; }
  .tw-shop-hub__grid strong { font-size: 20px; }
  .tw-shop-hub__grid span { margin-top: 10px; font-size: 14px; }
  .tw-shop-hub__feature { margin-top: 30px; padding: 26px 24px; display: block; }
  .tw-shop-hub__feature strong { font-size: 21px; }
  .tw-shop-hub__feature .tw-button { margin-top: 20px; }
	.tw-site-content > #primary:not(.tw-home-main) { padding: 32px 18px 56px; }
	.woocommerce-cart .tw-empty-cart { width: calc(100% - 4px); margin: 4px auto 40px; padding: 34px 20px; }
	.woocommerce-cart .tw-empty-cart__copy { margin-bottom: 24px; font-size: 15px; }
	.woocommerce-cart .tw-empty-cart .wp-block-buttons { align-items: stretch; flex-direction: column; }
	.woocommerce-cart .tw-empty-cart .wp-block-button,
	.woocommerce-cart .tw-empty-cart .wp-block-button__link { width: 100%; }
	.tw-search-page__header { margin-bottom: 34px; }
	.tw-search-page__header h1 { font-size: 31px; }
	.tw-search-section { margin-top: 36px; padding-top: 24px; }
	.tw-search-section__heading { align-items: flex-start; flex-direction: column; gap: 8px; }
	.tw-search-section__heading h2 { font-size: 23px; }
	.tw-search-section--sold { margin-right: -18px; margin-left: -18px; padding-right: 18px; padding-left: 18px; }
	.tw-root-catalog { padding: 30px 18px 56px; }
	.tw-root-catalog__header h1 { font-size: 32px; }
	.tw-root-types { grid-template-columns: 1fr; margin: 26px 0 38px; }
	.tw-root-types a + a { border-top: 1px solid var(--tw-line); border-left: 0; }
	.tw-root-catalog__layout { display: block; }
	.tw-root-catalog__filter-column { position: static; padding-right: 0; border-right: 0; }
	.tw-root-filters .wc-block-product-filters__open-overlay { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--tw-green); border-radius: var(--tw-radius); color: var(--tw-green-dark); background: #fff; box-shadow: none; font-weight: 700; line-height: 1.2; }
	.tw-root-filters .wc-block-product-filters__open-overlay:hover,
	.tw-root-filters .wc-block-product-filters__open-overlay:focus,
	.tw-root-filters .wc-block-product-filters__open-overlay:focus-visible,
	.tw-root-filters .wc-block-product-filters__open-overlay:active,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__open-overlay { color: #fff; background: var(--tw-green-dark); border-color: var(--tw-green-dark); }
	.tw-root-filters .wc-block-product-filters__open-overlay:focus-visible { outline: 2px solid var(--tw-green-dark); outline-offset: 2px; }
	.tw-root-filters .wc-block-product-filters__close-overlay { border: 1px solid var(--tw-green); color: var(--tw-green-dark); background: #fff; box-shadow: none; font-weight: 700; }
	.tw-root-filters .wc-block-product-filters__close-overlay:hover,
	.tw-root-filters .wc-block-product-filters__close-overlay:focus,
	.tw-root-filters .wc-block-product-filters__close-overlay:focus-visible,
	.tw-root-filters .wc-block-product-filters__close-overlay:active { color: #fff; background: var(--tw-green-dark); border-color: var(--tw-green-dark); }
	.tw-root-filters .wc-block-product-filters__apply { border: 1px solid var(--tw-green-dark); color: #fff; background: var(--tw-green-dark); box-shadow: none; font-weight: 700; }
	.tw-root-filters .wc-block-product-filters__apply:hover,
	.tw-root-filters .wc-block-product-filters__apply:focus,
	.tw-root-filters .wc-block-product-filters__apply:focus-visible,
	.tw-root-filters .wc-block-product-filters__apply:active { color: #fff; background: var(--tw-green); border-color: var(--tw-green); }
	.tw-root-filters .wc-block-product-filters__overlay { position: fixed; inset: 0; z-index: 9999; width: 100%; height: 100%; min-height: 0; pointer-events: none; background: transparent; transition: background-color .5s; }
	.tw-root-filters .wc-block-product-filters__overlay-wrapper { position: relative; inset: 0; width: 100%; height: 100%; pointer-events: none; }
	.tw-root-filters .wc-block-product-filters__overlay-dialog { position: absolute; inset: 0; width: 100%; height: 100%; max-height: 100%; display: flex; flex-direction: column; pointer-events: none; background: #fff; transform: translateY(100%); transition: transform .5s; }
	.tw-root-filters .wc-block-product-filters__overlay-header { display: flex; flex-direction: row-reverse; padding: 10px 15px 0; pointer-events: none; }
	.tw-root-filters .wc-block-product-filters__overlay-content { min-height: 0; flex: 1; overflow-y: auto; padding: 0 15px; pointer-events: none; }
	.tw-root-filters button.tw-root-filter-clear { min-height: 40px; margin: 6px 0 14px; padding: 6px 0; }
	.tw-root-filters .wc-block-product-filters__overlay-footer { flex: 0 0 auto; display: flex; padding: 10px 15px; border-top: 1px solid var(--tw-line); background: #fff; pointer-events: none; }
	.tw-root-filters .wc-block-product-filters__overlay-footer .wc-block-product-filters__apply { width: 100%; min-height: 44px; }
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay { pointer-events: auto; background: rgba(95,95,95,.35); }
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-wrapper,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-header,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-content,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-footer,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__apply,
	.tw-root-filters.is-overlay-opened .tw-root-filter-clear,
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__close-overlay { pointer-events: auto; }
	.tw-root-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog { transform: translateY(0); }
	.tw-root-product-collection .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .woocommerce-products-header__title.page-title { font-size: 30px; }
  .tw-filter-toggle { width: 100%; min-height: 44px; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--tw-green); border-radius: var(--tw-radius); color: var(--tw-green); background: #fff; font-weight: 700; }
  .tw-filter-toggle:hover, .tw-filter-toggle:focus, .tw-filter-toggle:focus-visible, .tw-filter-toggle:active { color: #fff; background: var(--tw-green); border-color: var(--tw-green); }
  .tw-filter-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .tw-shop-layout { display: block; }
  .tw-catalog-toolbar { grid-template-columns: minmax(0, 1fr) minmax(200px, 1fr); grid-template-areas: "count count" "page-size ordering"; }
  .tw-shop-filters { display: none; margin-bottom: 24px; padding: 20px; border: 1px solid var(--tw-line); }
  .tw-shop-filters.is-open { display: block; }
  .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) { grid-template-columns: 1fr 1fr !important; gap: 12px; }
  .woocommerce ul.products li.product { padding: 7px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; font-size: 14px; }
  .woocommerce ul.products li.product .button { width: 100%; min-height: 58px; align-self: stretch; text-align: center; }
  .single-product .product { display: block; }
  .single-product .summary { margin-top: 30px; }
  .single-product .product_title { font-size: 30px; }
  .single-product .woocommerce-tabs { margin-top: 40px; }
  .woocommerce-account.logged-in .entry-content > .woocommerce { display: block; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 22px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .woocommerce-account .woocommerce-MyAccount-navigation li + li { margin-top: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { height: 100%; padding: 10px 11px; }
  .woocommerce-account .woocommerce-MyAccount-content { min-height: 0; padding: 20px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .tw-shipping-bar, .tw-primary-nav { transition: none; }
}

@media (max-width: 640px) {
  .tw-site-footer__inner { padding: 48px 24px 58px; grid-template-columns: 1fr; gap: 34px; }
  .tw-site-footer__about { grid-column: auto; }
  .tw-site-footer h2 { font-size: 26px; }
}

@media (max-width: 520px) {
  .tw-shop-hub__grid { grid-template-columns: 1fr; }
  .tw-shop-hub__grid .tw-catalog-links__item { min-height: 0; }
  .tw-catalog-toolbar { grid-template-columns: 1fr; grid-template-areas: "count" "page-size" "ordering"; }
  .tw-catalog-toolbar .tw-products-per-page, .tw-catalog-toolbar .woocommerce-ordering { width: 100%; }
  .tw-catalog-toolbar .tw-products-per-page select { min-width: 0; flex: 1; }
  .tw-root-product-collection .wp-block-query-pagination > .wp-block-query-pagination-previous,
  .tw-root-product-collection .wp-block-query-pagination > .wp-block-query-pagination-next { width: 42px; padding-right: 0; padding-left: 0; font-size: 0; }
  .tw-root-product-collection .wp-block-query-pagination > .wp-block-query-pagination-previous::before { content: "←"; font-size: 18px; }
  .tw-root-product-collection .wp-block-query-pagination > .wp-block-query-pagination-next::before { content: "→"; font-size: 18px; }
}

@media (max-width: 430px) {
  .tw-header-actions { gap: 0; }
  .tw-account-link { display: none; }
  .tw-mega-account-link { display: inline; }
  .tw-product-grid--four, .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .tw-product-card__image { aspect-ratio: 1 / 1; }
  .tw-product-card__body { min-height: 202px; }
  .tw-product-card__price { font-size: 16px; }
  .tw-button--small { width: 100%; }
  .tw-category-card { grid-template-columns: minmax(0, 1.18fr) minmax(126px, .82fr); }
  .tw-category-card__copy { padding-left: 18px; }
  .tw-category-card__copy > span { font-size: 14px; }
  .tw-category-card__campaign-mark { right: 10px; top: 10px; width: 42px; height: 42px; border-radius: 12px 12px 17px 12px; font-size: 24px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .tw-header-tools { gap: 4px; }
  .tw-brand__copy { display: none; }
  .tw-header-search__form { grid-template-columns: minmax(0, 1fr) auto; }
  .tw-header-search__form .tw-button { padding-right: 11px; padding-left: 11px; }
  .tw-search-close { display: none; }
}
.entry-content iframe {
  max-width: 100%;
}

.entry-content .instagram-media {
  box-sizing: border-box;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  .entry-content > .wp-block-cover.alignwide {
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
