:root {
  --tk-ink: #162119;
  --tk-forest: #1f5237;
  --tk-forest-dark: #123523;
  --tk-leaf: #718d6d;
  --tk-petal: #c65f7d;
  --tk-petal-soft: #f5e7eb;
  --tk-pollen: #d9ad55;
  --tk-mist: #f4f6f2;
  --tk-warm: #f8f5f0;
  --tk-line: #dfe5dd;
  --tk-white: #fff;
  --tk-muted: #667068;
  --tk-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --tk-sans: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --tk-container: min(100% - 40px, 1320px);
  --tk-shadow: 0 22px 70px rgba(27, 50, 35, .1);
  --tk-radius: 3px;
}

/* Version 0.5.35: unified cart, checkout, order confirmation and account UI. */
.woocommerce-cart .tk-main,
.woocommerce-checkout .tk-main,
.woocommerce-account .tk-main,
.woocommerce-order-received .site-main {
  padding-block: clamp(44px, 6vw, 92px);
  background:
    radial-gradient(circle at 5% 4%, rgba(244, 205, 211, .28), transparent 28%),
    radial-gradient(circle at 96% 12%, rgba(214, 232, 217, .45), transparent 26%),
    #fffdfb;
}

.woocommerce-cart .tk-main > .tk-container,
.woocommerce-checkout .tk-main > .tk-container,
.woocommerce-account .tk-main > .tk-container {
  width: min(100% - 36px, 1320px);
}

.tk-commerce-heading--block,
.tk-account-heading {
  position: relative;
  max-width: none;
  margin: 0 0 clamp(30px, 5vw, 58px);
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid #e0e7e1;
  border-radius: 30px;
  background: linear-gradient(126deg, #fff7f5 0%, #f2f8f2 100%);
  box-shadow: 0 22px 60px rgba(24, 62, 48, .07);
}

.tk-commerce-heading--block::after,
.tk-account-heading::after {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -95px;
  bottom: -135px;
  border: 1px solid rgba(221, 75, 114, .22);
  border-radius: 50%;
  content: "";
}

.tk-commerce-heading--block h1,
.tk-account-heading h1 {
  max-width: 820px;
  margin: 0;
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: clamp(3.3rem, 7vw, 6.4rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.045em;
}

.tk-commerce-heading--block > p:not(.tk-eyebrow),
.tk-account-heading > p:not(.tk-eyebrow) {
  max-width: 740px;
  margin: 20px 0 0;
  color: #63756b;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}

.tk-commerce-promise {
  display: grid;
  max-width: 940px;
  margin-top: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbe4dd;
}

.tk-commerce-promise span {
  display: flex;
  min-height: 58px;
  padding: 15px 24px 0 0;
  color: #2b503f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  align-items: center;
}

.tk-commerce-promise strong {
  margin-right: 10px;
  color: var(--tk-petal);
  font-family: var(--tk-serif);
  font-size: 18px;
}

/* Cart block */
.woocommerce-cart .wc-block-cart {
  align-items: start;
  gap: clamp(24px, 4vw, 54px);
  margin-block: 0 70px;
}

.woocommerce-cart .wc-block-cart__main {
  padding: clamp(18px, 3vw, 34px) !important;
  border: 1px solid #dde5df;
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 54px rgba(25, 61, 48, .06);
}

.woocommerce-cart .wc-block-cart-items {
  margin: 0 !important;
}

.woocommerce-cart .wc-block-cart-items__row td {
  padding-block: 24px !important;
  border-color: #e3e9e4 !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 16px;
  background: #f3f7f3;
}

.woocommerce-cart .wc-block-components-product-name {
  color: var(--tk-forest-dark) !important;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.16;
}

.woocommerce-cart .wc-block-components-product-details {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f8f4;
  color: #607168;
  font-size: 12px;
  line-height: 1.55;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 44px;
  overflow: hidden;
  border: 1px solid #d6e0d8;
  border-radius: 999px;
  background: #fff;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #9d3654 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.woocommerce-cart .wc-block-cart__sidebar {
  top: 165px;
  padding: clamp(22px, 3vw, 32px) !important;
  overflow: hidden;
  border: 1px solid #d8e3da;
  border-radius: 26px;
  background: linear-gradient(150deg, #f1f8f2, #fff8f6);
  box-shadow: 0 22px 64px rgba(24, 62, 48, .09);
}

.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: 30px !important;
  font-weight: 600;
  text-align: left;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 62px;
  border-radius: 999px !important;
  background: var(--tk-petal) !important;
  box-shadow: 0 14px 34px rgba(218, 70, 111, .22);
  font-size: 16px;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #bf355c !important;
}

/* Checkout block */
.woocommerce-checkout .wc-block-checkout {
  gap: clamp(28px, 5vw, 70px);
  margin-block: 0 80px;
  align-items: start;
}

.woocommerce-checkout .wc-block-checkout__main {
  padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 20px !important;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid #dde6df;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(24, 62, 48, .045);
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 20px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading h2 {
  color: var(--tk-forest-dark);
  font-size: clamp(25px, 3vw, 34px) !important;
  line-height: 1.05;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-address-form select {
  min-height: 54px !important;
  border: 1px solid #cfdad2 !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox-control input:focus {
  border-color: var(--tk-forest) !important;
  box-shadow: 0 0 0 3px rgba(32, 105, 77, .1) !important;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
  min-height: 64px;
  margin: 9px 0 !important;
  padding: 15px 16px 15px 48px !important;
  border: 1px solid #d8e2da;
  border-radius: 15px;
  background: #fbfdfb;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked) {
  border-color: var(--tk-forest);
  background: #edf6ef;
  box-shadow: 0 0 0 2px rgba(29, 92, 69, .08);
}

.woocommerce-checkout .wc-block-components-radio-control__label,
.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  color: var(--tk-forest-dark);
  font-weight: 750;
}

.tk-pickup-reroute-note {
  display: grid;
  margin: -4px 0 22px;
  padding: 17px 19px;
  border: 1px solid #ead7ae;
  border-radius: 16px;
  background: #fff9e9;
  color: #5c543c;
  gap: 4px;
}

.tk-pickup-reroute-note strong {
  color: #244c3a;
  font-size: 13px;
}

.tk-pickup-reroute-note span {
  font-size: 12px;
  line-height: 1.55;
}

.woocommerce-checkout .woo-carrier-agents-wrapper,
.woocommerce-checkout .woo-carrier-agents-container,
.woocommerce-checkout [class*="carrier-agents"] {
  border-radius: 16px;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  top: 165px;
  padding: clamp(22px, 3vw, 30px) !important;
  overflow: hidden;
  border: 1px solid #d8e3da;
  border-radius: 26px;
  background: linear-gradient(155deg, #f2f8f2, #fff8f6);
  box-shadow: 0 22px 64px rgba(24, 62, 48, .09);
}

.woocommerce-checkout .wc-block-components-order-summary {
  background: transparent;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  color: var(--tk-forest-dark) !important;
  line-height: 1.2;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: 28px;
}

/* Paytrail's complete selection stays visible, but reads as one calm payment panel. */
.woocommerce-checkout .wc-paytrail-ppa-description {
  margin: 6px 0 16px;
  color: #63736a;
  font-size: 13px;
}

.woocommerce-checkout .wc-paytrail-ppa-methods {
  display: grid;
  gap: 12px;
}

.woocommerce-checkout .wc-paytrail-ppa-method-group {
  margin: 0 !important;
  padding: 15px !important;
  border: 1px solid #e0e7e2;
  border-radius: 14px;
  background: #fff;
}

.woocommerce-checkout .wc-paytrail-ppa-method-group-title {
  margin: 0 0 10px !important;
  color: #466052;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-paytrail-ppa-group-methods {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px !important;
}

.woocommerce-checkout .wc-paytrail-ppa-method {
  min-width: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout .wc-paytrail-ppa-method-icon-container {
  display: grid;
  min-height: 48px;
  padding: 7px;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  background: #fff;
  place-items: center;
}

.woocommerce-checkout .wc-paytrail-ppa-method-icon {
  width: auto !important;
  max-width: 72px !important;
  height: 28px !important;
  max-height: 28px !important;
  object-fit: contain;
}

/* My Account */
.woocommerce-account .woocommerce {
  max-width: 1240px;
  margin-inline: auto;
}

.woocommerce-account .woocommerce::after {
  display: table;
  clear: both;
  content: "";
}

.tk-account-heading {
  width: 100%;
  margin-bottom: 28px;
}

.tk-account-heading h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 27%;
  padding: 18px;
  border-radius: 22px;
  background: var(--tk-forest-dark);
  box-shadow: 0 20px 48px rgba(17, 68, 50, .14);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 15px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--tk-forest-dark);
  background: #fff;
  transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(73% - 30px);
  min-height: 390px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #dde6df;
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 54px rgba(24, 62, 48, .06);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  color: #5f7067;
  line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: var(--tk-forest);
  font-weight: 700;
  text-underline-offset: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table {
  overflow: hidden;
  border: 1px solid #dce5df;
  border-radius: 16px;
  background: #fbfdfb;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--tk-forest-dark);
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #dce5df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(24, 62, 48, .06);
}

/* Thank-you page */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: flex;
  padding: 22px 24px;
  border: 1px solid #cfe0d3;
  border-radius: 18px;
  background: #edf7ef;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  gap: 14px;
  align-items: center;
}

.tk-order-success-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--tk-forest);
  font-family: var(--tk-sans);
  font-size: 20px;
  place-items: center;
}

@media (max-width: 1080px) {
  .woocommerce-checkout .wc-paytrail-ppa-group-methods {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tk-commerce-promise {
    grid-template-columns: 1fr;
  }

  .tk-commerce-promise span {
    min-height: 0;
    padding-top: 12px;
  }

  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li + li {
    margin: 0;
  }
}

@media (max-width: 620px) {
  .woocommerce-cart .tk-main > .tk-container,
  .woocommerce-checkout .tk-main > .tk-container,
  .woocommerce-account .tk-main > .tk-container {
    width: min(100% - 22px, 1320px);
  }

  .tk-commerce-heading--block,
  .tk-account-heading {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .tk-commerce-heading--block h1,
  .tk-account-heading h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar,
  .woocommerce-checkout .wc-block-checkout__sidebar,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 18px !important;
    border-radius: 20px;
  }

  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 20px 16px !important;
    border-radius: 18px;
  }

  .woocommerce-checkout .wc-block-components-radio-control__option {
    padding-right: 10px !important;
    padding-left: 42px !important;
  }

  .woocommerce-checkout .wc-paytrail-ppa-group-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received {
    align-items: flex-start;
  }
}

/* Keep the confirmation useful above the fold on desktop and mobile. */
.woocommerce-order-received .woocommerce-order {
  padding: clamp(26px, 4vw, 48px);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.15;
}

@media (max-width: 620px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }
}

/* Version 0.5.43: visible purchase options and a more useful mega-menu footer. */
.tk-product-purchase-options {
  display: grid;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(29, 69, 53, .14);
  border-radius: 15px;
  background: #f4f8f4;
}

.tk-product-purchase-options > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(29, 69, 53, .11);
}

.tk-product-purchase-options__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tk-forest);
  font-size: 14px;
  font-weight: 900;
}

.tk-product-purchase-options p,
.tk-product-purchase-options strong,
.tk-product-purchase-options small {
  display: block;
  margin: 0;
}

.tk-product-purchase-options strong {
  color: var(--tk-ink);
  font-size: 14px;
  line-height: 1.3;
}

.tk-product-purchase-options small {
  margin-top: 3px;
  color: var(--tk-muted);
  font-size: 11px;
  line-height: 1.45;
}

.tk-product-purchase-options > a {
  display: flex;
  min-height: 42px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  color: var(--tk-forest);
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.tk-product-purchase-options > a:hover {
  color: #a72f54;
  background: #fff7f8;
}

.tk-mega-panel__footer {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(300px, 1.15fr) minmax(330px, 1.2fr);
  min-height: 82px;
  padding-block: 11px;
  gap: 28px;
}

.tk-mega-panel__footer > span {
  min-width: 0;
}

.tk-mega-panel__payment {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
}

.tk-mega-panel__payment > span {
  display: block !important;
}

.tk-mega-panel__payment strong,
.tk-mega-panel__payment small {
  display: block;
}

.tk-mega-panel__payment strong {
  color: #174b37;
  font-size: 12px;
}

.tk-mega-panel__payment small {
  margin-top: 2px;
  color: #65746b;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
}

.tk-mega-panel__contact {
  display: grid !important;
  grid-template-columns: minmax(120px, .52fr) minmax(200px, 1fr);
  gap: 14px !important;
  align-items: center !important;
  justify-self: stretch;
  padding-left: 22px;
  border-left: 1px solid rgba(41, 72, 54, .12);
}

.tk-mega-panel__contact > a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.tk-mega-panel__contact > a small,
.tk-mega-panel__contact > a strong {
  display: block;
}

.tk-mega-panel__contact > a small {
  color: #65746b;
  font-size: 9px;
  font-weight: 750;
}

.tk-mega-panel__contact > a strong {
  margin-top: 1px;
  color: #174b37;
  font-size: 18px;
  letter-spacing: -.02em;
}

.tk-mega-panel__contact .tk-contact-availability {
  margin: 0;
  align-items: flex-start;
  color: #65746b;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.35;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .tk-mega-panel__footer {
    grid-template-columns: minmax(190px, .75fr) minmax(260px, 1fr) minmax(300px, 1.2fr);
    gap: 18px;
  }

  .tk-mega-panel__contact {
    padding-left: 14px;
    gap: 9px !important;
  }
}

@media (max-width: 960px) {
  .tk-mega-panel__footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-block: 12px;
  }

  .tk-mega-panel__footer > span {
    width: 100%;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(41, 72, 54, .09);
  }

  .tk-mega-panel__footer > span:last-child {
    border-bottom: 0;
  }

  .tk-mega-panel__contact {
    grid-template-columns: minmax(135px, .55fr) minmax(0, 1fr);
    padding-left: 2px;
    border-left: 0;
  }
}

/* Version 0.5.55: keep Stripe's card/Klarna selector in view on mobile. */
@media (max-width: 760px) {
  body.woocommerce-checkout #payment,
  body.woocommerce-checkout #payment li.payment_method_stripe,
  body.woocommerce-checkout #payment .payment_box.payment_method_stripe {
    overflow-anchor: none;
  }
}

@media (max-width: 520px) {
  .tk-mega-panel__contact {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Version 0.5.40: calm high-legibility checkout and balanced payment methods. */
.woocommerce-cart .tk-main,
.woocommerce-checkout .tk-main,
.woocommerce-account .tk-main,
.woocommerce-order-received .site-main {
  background:
    radial-gradient(circle at 96% 8%, rgba(221, 234, 223, .52), transparent 28%),
    linear-gradient(180deg, #fafbf8 0%, #fff 72%);
}

.tk-commerce-heading--block,
.tk-account-heading {
  background: linear-gradient(132deg, #fffdf9 0%, #f1f7f2 100%);
}

.tk-commerce-heading--block::after,
.tk-account-heading::after {
  border-color: rgba(57, 105, 82, .16);
}

/* The Woo block uses 65/35 percent widths; a separate gap made the sidebar
   wrap underneath. Explicit grid tracks keep the summary beside the form. */
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(400px, .95fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__main,
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__sidebar {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__sidebar {
  position: sticky;
  top: 150px;
}

/* Pickup search belongs visually to the postcode field. */
.woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper {
  display: grid;
  max-width: 420px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper .wc-block-components-text-input input {
  min-height: 52px !important;
}

.woocommerce-checkout #woo-carrier-agents-search-button {
  min-width: 92px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #1f5a43;
  border-radius: 999px;
  color: #fff;
  background: #1f5a43;
  box-shadow: 0 8px 20px rgba(31, 90, 67, .14);
  font-size: 15px;
  font-weight: 800;
}

.woocommerce-checkout #woo-carrier-agents-search-button:hover,
.woocommerce-checkout #woo-carrier-agents-search-button:focus-visible {
  background: #173f31;
}

/* Paytrail: equally sized, calm and easy-to-scan logo cards. */
.woocommerce-checkout .wc-paytrail-ppa-methods {
  gap: 14px;
}

.woocommerce-checkout .wc-paytrail-ppa-method-group {
  padding: clamp(14px, 2vw, 18px) !important;
  border: 1px solid #dce5de !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.woocommerce-checkout .wc-paytrail-ppa-method-group-title {
  margin-bottom: 13px !important;
  color: #425c4f !important;
  font-size: 12px !important;
  letter-spacing: .075em;
}

.woocommerce-checkout .wc-paytrail-ppa-group-methods {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr)) !important;
  gap: 10px !important;
}

.woocommerce-checkout .wc-paytrail-ppa-method {
  display: flex !important;
  min-width: 0 !important;
  min-height: 92px;
  margin: 0 !important;
  padding: 10px 8px 8px !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dbe3dd !important;
  border-radius: 13px;
  background: #fbfcfa;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.woocommerce-checkout .wc-paytrail-ppa-method:hover,
.woocommerce-checkout .wc-paytrail-ppa-method.selected {
  border-color: #2d6a50 !important;
  background: #f0f7f2;
  box-shadow: 0 0 0 2px rgba(45, 106, 80, .09);
}

.woocommerce-checkout .wc-paytrail-ppa-method-icon-container {
  display: grid !important;
  width: 100%;
  min-height: 54px !important;
  padding: 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  place-items: center;
}

.woocommerce-checkout .wc-paytrail-ppa-method-icon {
  width: auto !important;
  max-width: 98px !important;
  height: 30px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

.woocommerce-checkout .wc-paytrail-ppa-method input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 6px auto 0 !important;
  accent-color: #1f5a43;
}

.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary {
  width: 100%;
}

.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-details {
  color: #607168;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 1050px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout > .wc-block-checkout__sidebar {
    position: static;
    width: 100% !important;
  }
}

@media (max-width: 620px) {
  .woocommerce-checkout .wc-paytrail-ppa-group-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper {
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .woocommerce-checkout #woo-carrier-agents-search-button {
    min-width: 78px;
    padding-inline: 18px;
  }
}

/* Tekokasvit category editorial — conversion first, useful SEO content below products. */
.tax-product_cat.term-tekokasvit .tk-search-summary {
  grid-template-columns: minmax(0, 1fr);
  min-height: 148px;
  align-items: center;
}

.tax-product_cat.term-tekokasvit .tk-search-summary__open {
  display: none;
}

.tk-search-summary__lead {
  max-width: 820px;
  margin: 8px 0 0;
  color: #66766e;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.45;
}

.tk-plants-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 34px;
}

.tk-plants-promise span,
.tk-plants-promise a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px;
  border: 1px solid #dce7df;
  border-radius: 999px;
  background: #f6faf6;
  color: #174936;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.tk-plants-promise a {
  background: #fff0f3;
  border-color: #f2d4dc;
  color: #a92f55;
}

.tk-plants-promise b {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: #e2efe5;
  color: #176044;
}

.tk-plants-promise a b {
  background: #fff;
  color: #d94772;
}

.tk-plants-editorial {
  margin: clamp(72px, 8vw, 132px) 0 0;
  color: #173d30;
}

.tk-plants-editorial h2,
.tk-plants-editorial h3 {
  color: #153e30;
}

.tk-plants-editorial h2 {
  margin: 0;
  font-family: var(--tk-font-display, Georgia, serif);
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.tk-plants-editorial p {
  color: #617169;
  font-size: 18px;
  line-height: 1.7;
}

.tk-plants-editorial__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(400px, .93fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  padding: clamp(48px, 6vw, 92px);
  overflow: hidden;
  border: 1px solid #dce7df;
  border-radius: 44px;
  background:
    radial-gradient(circle at 8% 15%, rgba(244, 187, 198, .28), transparent 28%),
    radial-gradient(circle at 96% 100%, rgba(191, 222, 199, .42), transparent 33%),
    #fbfaf6;
}

.tk-plants-editorial__hero-copy > p:not(.tk-eyebrow) {
  max-width: 760px;
}

.tk-plants-editorial__hero-copy .tk-button-row {
  margin-top: 28px;
}

.tk-plants-editorial__mosaic {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 570px;
}

.tk-plants-editorial__product {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #edf4ee;
  box-shadow: 0 22px 55px rgba(25, 67, 52, .12);
}

.tk-plants-editorial__product--1 {
  grid-row: 1 / 3;
}

.tk-plants-editorial__product img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

.tk-plants-editorial__product:hover img {
  transform: scale(1.035);
}

.tk-plants-editorial__product span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 13px;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  color: #173d30;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.tk-plants-editorial__categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 clamp(72px, 9vw, 140px);
}

.tk-plants-editorial__categories a {
  position: relative;
  display: grid;
  min-height: 265px;
  padding: 28px;
  border: 1px solid #dce7df;
  border-radius: 28px;
  background: #eef5ef;
  color: #173d30;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tk-plants-editorial__categories a:nth-child(2) { background: #faedf1; }
.tk-plants-editorial__categories a:nth-child(3) { background: #f8f2d9; }
.tk-plants-editorial__categories a:nth-child(4) { background: #eef1f8; }

.tk-plants-editorial__categories a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 63, 48, .1);
}

.tk-plants-editorial__categories a > span {
  align-self: start;
  color: #d84870;
  font-family: var(--tk-font-display, Georgia, serif);
  font-size: 30px;
}

.tk-plants-editorial__categories strong {
  align-self: end;
  margin-top: 36px;
  font-family: var(--tk-font-display, Georgia, serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}

.tk-plants-editorial__categories small {
  margin-top: 14px;
  color: #66766e;
  font-size: 15px;
  line-height: 1.45;
}

.tk-plants-editorial__categories a > b {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 24px;
}

.tk-plants-editorial__split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: start;
  margin-bottom: clamp(72px, 9vw, 140px);
}

.tk-plants-editorial__steps {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid #dce7df;
}

.tk-plants-editorial__steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid #dce7df;
}

.tk-plants-editorial__steps article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #e4f0e6;
  color: #176044;
  font-weight: 900;
}

.tk-plants-editorial__steps h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.tk-plants-editorial__steps p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.tk-plants-editorial__benefits {
  padding: clamp(34px, 4vw, 58px);
  border-radius: 34px;
  background: #173f31;
}

.tk-plants-editorial__benefits .tk-eyebrow,
.tk-plants-editorial__benefits h2 {
  color: #fff;
}

.tk-plants-editorial__benefits h2 {
  font-size: clamp(38px, 3.2vw, 56px);
}

.tk-plants-editorial__benefits ul {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.tk-plants-editorial__benefits li {
  display: grid;
  gap: 5px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.tk-plants-editorial__benefits li b {
  color: #fff;
  font-size: 18px;
}

.tk-plants-editorial__benefits li span {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.5;
}

.tk-plants-fire {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 100px);
  align-items: center;
  margin-bottom: clamp(72px, 9vw, 140px);
  padding: clamp(50px, 7vw, 110px);
  overflow: hidden;
  border-radius: 44px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 211, 106, .28), transparent 32%),
    linear-gradient(135deg, #b93659, #d94b72 62%, #e76583);
  color: #fff;
  scroll-margin-top: 150px;
}

.tk-plants-fire::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.tk-plants-fire__mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 360px);
  aspect-ratio: 1;
  place-content: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  text-align: center;
}

.tk-plants-fire__mark span,
.tk-plants-fire__mark small {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-plants-fire__mark strong {
  margin: 10px 0;
  color: #fff;
  font-family: var(--tk-font-display, Georgia, serif);
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.tk-plants-fire__content {
  position: relative;
  z-index: 1;
}

.tk-plants-fire .tk-eyebrow,
.tk-plants-fire h2,
.tk-plants-fire p,
.tk-plants-fire li,
.tk-plants-fire a {
  color: #fff;
}

.tk-plants-fire h2 {
  max-width: 850px;
}

.tk-plants-fire p {
  max-width: 930px;
  color: rgba(255, 255, 255, .86);
}

.tk-plants-fire ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.tk-plants-fire li {
  position: relative;
  padding-left: 28px;
  font-weight: 750;
}

.tk-plants-fire li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffe7a0;
}

.tk-plants-fire .tk-button--light {
  color: #9f2c4f;
}

.tk-plants-fire__phone {
  font-weight: 900;
  text-underline-offset: 5px;
}

.tk-plants-fire__note {
  display: block;
  max-width: 900px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.5;
}

.tk-plants-faq {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 110px);
  margin-bottom: clamp(72px, 9vw, 140px);
}

.tk-plants-faq__heading {
  position: sticky;
  top: 150px;
  align-self: start;
}

.tk-plants-faq__heading h2 {
  font-size: clamp(38px, 3.3vw, 58px);
}

.tk-plants-faq__items {
  border-top: 1px solid #d6e2da;
}

.tk-plants-faq details {
  border-bottom: 1px solid #d6e2da;
}

.tk-plants-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  color: #173d30;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.tk-plants-faq summary::-webkit-details-marker { display: none; }

.tk-plants-faq summary span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: #e8f1e9;
  font-size: 24px;
  transition: transform .2s ease;
}

.tk-plants-faq details[open] summary span { transform: rotate(45deg); }

.tk-plants-faq details p {
  max-width: 850px;
  margin: -4px 70px 25px 0;
  font-size: 16px;
  line-height: 1.65;
}

.tk-plants-editorial__cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(40px, 6vw, 78px);
  border-radius: 38px;
  background: linear-gradient(120deg, #edf5ee, #fff1f3 56%, #fbf2d8);
}

.tk-plants-editorial__cta > div:first-child {
  max-width: 880px;
}

.tk-plants-editorial__cta h2 {
  font-size: clamp(38px, 4vw, 64px);
}

.tk-plants-editorial__cta .tk-button-row {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
}

.tk-catalog-continuation {
  margin-top: clamp(72px, 8vw, 120px);
}

.tk-catalog-continuation__title {
  margin: 0 0 30px;
  color: #173d30;
  font-family: var(--tk-font-display, Georgia, serif);
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}

@media (max-width: 1050px) {
  .tk-plants-editorial__hero,
  .tk-plants-editorial__split,
  .tk-plants-fire,
  .tk-plants-faq {
    grid-template-columns: 1fr;
  }

  .tk-plants-editorial__mosaic { min-height: 480px; }
  .tk-plants-editorial__categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tk-plants-editorial__benefits { max-width: none; }
  .tk-plants-fire__mark { width: 250px; }
  .tk-plants-faq__heading { position: static; }
  .tk-plants-editorial__cta { align-items: flex-start; flex-direction: column; }
  .tk-plants-editorial__cta .tk-button-row { width: 100%; }
}

@media (max-width: 720px) {
  .tax-product_cat.term-tekokasvit .tk-search-summary {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .tax-product_cat.term-tekokasvit .tk-search-summary h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 46px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .tk-search-summary__lead {
    max-width: 88%;
    font-size: 15px;
  }

  .tk-plants-promise {
    display: flex;
    gap: 8px;
    margin: 12px 0 24px;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .tk-plants-promise span,
  .tk-plants-promise a {
    min-width: max-content;
    min-height: 48px;
    padding: 10px 14px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .tk-plants-editorial {
    margin-top: 66px;
  }

  .tk-plants-editorial h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .tk-plants-editorial p {
    font-size: 16px;
  }

  .tk-plants-editorial__hero,
  .tk-plants-fire {
    margin-right: -2px;
    margin-left: -2px;
    padding: 30px 22px;
    border-radius: 28px;
  }

  .tk-plants-editorial__mosaic {
    grid-template-columns: 1fr 1fr;
    min-height: 360px;
    gap: 8px;
  }

  .tk-plants-editorial__product { border-radius: 18px; }
  .tk-plants-editorial__product span { display: none; }

  .tk-plants-editorial__categories {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 78px;
  }

  .tk-plants-editorial__categories a {
    min-height: 180px;
    padding: 23px;
    border-radius: 22px;
  }

  .tk-plants-editorial__categories strong {
    margin-top: 24px;
    font-size: 27px;
  }

  .tk-plants-editorial__split { margin-bottom: 78px; }

  .tk-plants-editorial__steps article {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .tk-plants-editorial__steps article > span {
    width: 38px;
    height: 38px;
  }

  .tk-plants-editorial__benefits {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .tk-plants-fire__mark {
    width: 210px;
    margin: 0 auto;
  }

  .tk-plants-fire {
    scroll-margin-top: 210px;
  }

  .tk-plants-fire .tk-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .tk-plants-fire__phone { text-align: center; }
  .tk-plants-faq { gap: 24px; margin-bottom: 78px; }
  .tk-plants-faq summary { padding: 20px 0; font-size: 17px; }
  .tk-plants-faq details p { margin-right: 0; font-size: 15px; }

  .tk-plants-editorial__cta {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .tk-catalog-continuation {
    margin-top: 72px;
  }

  .tk-catalog-continuation__title {
    margin-bottom: 22px;
    font-size: 38px;
  }
}

/* Version 0.5.0: warm, editorial and conversion-focused product archives. */
.tk-shop-hero {
  display: grid;
  min-height: 520px;
  margin: 4px 0 34px;
  border: 1px solid rgba(40, 74, 54, .08);
  border-radius: 36px;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, .92), transparent 27%),
    linear-gradient(135deg, #fbf1ed 0%, #f9f5ee 54%, #edf5ec 100%);
  box-shadow: 0 24px 75px rgba(75, 62, 48, .09);
}

.tk-shop-hero__copy {
  display: flex;
  position: relative;
  z-index: 2;
  padding: clamp(42px, 5vw, 76px);
  flex-direction: column;
  justify-content: center;
}

.tk-shop-hero__copy::after {
  position: absolute;
  top: 38px;
  right: 24px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(198, 95, 125, .19);
  border-radius: 50%;
  content: "";
}

.tk-shop-hero .woocommerce-products-header__title.page-title {
  max-width: 760px;
  color: #21372a;
  font-size: clamp(3.25rem, 5.4vw, 6.1rem);
  line-height: .94;
}

.tk-shop-hero__lead {
  max-width: 650px;
  margin: 24px 0 28px;
  color: #58675d;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.6;
}

.tk-shop-hero__search {
  display: grid;
  position: relative;
  max-width: 720px;
  min-height: 66px;
  padding: 7px 7px 7px 22px;
  border: 1px solid rgba(39, 72, 52, .12);
  border-radius: 999px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 15px 40px rgba(46, 66, 52, .09);
}

.tk-shop-hero__search > span {
  display: grid;
  color: #577061;
  place-items: center;
}

.tk-shop-hero__search input[type="search"] {
  min-width: 0;
  min-height: 48px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}

.tk-shop-hero__search button {
  min-height: 52px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #d15470;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.tk-shop-hero__search button:hover {
  background: #275d45;
  transform: translateY(-1px);
}

.tk-shop-hero__proof {
  display: grid;
  max-width: 760px;
  margin-top: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tk-shop-hero__proof span {
  display: block;
  padding-left: 15px;
  border-left: 2px solid rgba(198, 95, 125, .42);
  color: #69736c;
  font-size: 12px;
  line-height: 1.45;
}

.tk-shop-hero__proof strong {
  display: block;
  margin-bottom: 2px;
  color: #284a37;
  font-size: 13px;
}

.tk-shop-hero__visual {
  display: flex;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  align-items: flex-end;
  background-image: url("../images/tekokukka-floral-hero-v3.webp");
  background-position: 54% center;
  background-size: cover;
}

/* Version 0.5.6: compact product-search heading and Finnish Doofinder bridge. */
.tk-shop-hero--search {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 24px;
  border-radius: 28px;
}

.tk-shop-hero--search .tk-shop-hero__copy {
  padding: clamp(28px, 3.2vw, 44px);
}

.tk-shop-hero--search .tk-shop-hero__copy::after,
.tk-shop-hero--search .tk-shop-hero__visual {
  display: none;
}

.tk-shop-hero--search .woocommerce-products-header__title.page-title {
  max-width: none;
  font-size: clamp(2rem, 4.1vw, 3.65rem);
  line-height: 1.02;
}

.tk-shop-hero--search .tk-shop-hero__lead {
  margin: 12px 0 18px;
  font-size: clamp(16px, 1.2vw, 19px);
}

.tk-shop-hero--search .tk-shop-hero__search {
  max-width: 760px;
  min-height: 60px;
}

.tk-shop-hero--search .tk-shop-hero__proof {
  display: none;
}

.tk-search-summary {
  display: flex;
  min-height: 104px;
  margin: 4px 0 22px;
  padding: 18px 24px;
  border: 1px solid rgba(40, 74, 54, .09);
  border-radius: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #fbf1ed, #f2f7f0);
}

.tk-search-summary .tk-eyebrow {
  margin: 0 0 3px;
}

.tk-search-summary h1 {
  margin: 0;
  color: #21372a;
  font-family: var(--tk-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -.035em;
  line-height: 1;
}

.tk-search-summary__open {
  display: inline-flex;
  min-height: 50px;
  padding: 11px 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #d15470;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.tk-search-summary__open:hover {
  background: #275d45;
}

.tk-shop-hero__visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 244, 237, .44), transparent 32%),
    linear-gradient(0deg, rgba(16, 54, 36, .58), transparent 48%);
  content: "";
}

.tk-shop-hero__visual::after {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  content: "";
}

.tk-shop-hero__visual > span {
  position: relative;
  z-index: 1;
  max-width: 390px;
  padding: 44px;
  color: #fff;
  font-family: var(--tk-serif);
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  letter-spacing: -.045em;
  line-height: .94;
  text-shadow: 0 3px 30px rgba(13, 40, 26, .25);
}

.tk-shop-categories {
  display: grid;
  margin: 0 0 64px;
  padding: 18px 22px;
  border: 1px solid rgba(42, 74, 55, .09);
  border-radius: 22px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  background: #fff;
  box-shadow: 0 14px 45px rgba(46, 61, 50, .055);
}

.tk-shop-categories > p {
  margin: 0;
  color: #6a766d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tk-shop-categories > div {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tk-shop-categories a {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  gap: 11px;
  align-items: center;
  color: #2b4937;
  background: #eff5ee;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.tk-shop-categories a:nth-child(3n+2) { background: #fbecf0; }
.tk-shop-categories a:nth-child(3n+3) { background: #fbf2d8; }

.tk-shop-categories a:hover {
  color: #fff;
  background: #2e654b;
}

.tk-shop-categories a span {
  font-size: 17px;
}

.tk-catalog-toolbar {
  min-height: 90px;
  margin-bottom: 28px;
  padding: 17px 20px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(120deg, #f8f1eb, #f1f6f0);
}

.tk-catalog-toolbar__intro {
  flex: 1;
}

.tk-catalog-toolbar__intro .tk-eyebrow {
  margin-bottom: 5px;
}

.tk-catalog-toolbar__intro h2 {
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
}

.tk-catalog-toolbar__woo {
  flex: 0 1 auto;
}

.tk-catalog-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(28px, 3.5vw, 52px);
}

.tk-catalog-layout__filters {
  position: sticky;
  top: 148px;
}

.tk-catalog-filters {
  padding: 22px 20px 25px;
  border: 1px solid rgba(39, 72, 52, .1);
  border-radius: 22px;
  background: #fbfcfa;
}

.tk-catalog-layout__filters .tk-catalog-filters__header {
  display: flex;
  min-height: 48px;
  border-bottom: 1px solid var(--tk-line);
  align-items: flex-start;
}

.tk-catalog-layout__filters .tk-catalog-filters__header strong {
  color: #233d2e;
  font-family: var(--tk-serif);
  font-size: 24px;
  font-weight: 600;
}

.tk-catalog-layout__filters .tk-catalog-filters__header button {
  display: none;
}

.tk-filter-group summary {
  padding-block: 17px;
  font-size: 14px;
}

.tk-filter-option {
  font-size: 14px;
}

.tk-filter-option input {
  width: 18px;
  height: 18px;
}

.tk-catalog-layout__products .woocommerce ul.products,
.tk-catalog-layout__products.woocommerce ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 16px;
}

.tk-catalog-layout__products .woocommerce ul.products li.product,
.tk-catalog-layout__products ul.products li.product {
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: 11px 11px 16px;
  border: 1px solid rgba(39, 72, 52, .09);
  border-radius: 22px;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 13px 38px rgba(55, 62, 54, .065);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tk-catalog-layout__products ul.products li.product:hover {
  border-color: rgba(209, 84, 112, .22);
  box-shadow: 0 22px 50px rgba(64, 59, 51, .12);
  transform: translateY(-4px);
}

.tk-catalog-layout__products ul.products li.product > a.woocommerce-loop-product__link {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tk-catalog-layout__products ul.products li.product a img {
  width: 100%;
  margin: 0 0 15px;
  padding: clamp(8px, 1.2vw, 14px);
  aspect-ratio: 1;
  border-radius: 16px;
  background: #faf3ed;
  object-fit: contain;
}

.tk-catalog-layout__products ul.products li.product:nth-child(4n+2) a img { background: #eef5ed; }
.tk-catalog-layout__products ul.products li.product:nth-child(4n+3) a img { background: #f9eef2; }
.tk-catalog-layout__products ul.products li.product:nth-child(4n+4) a img { background: #f2eef7; }

.tk-catalog-layout__products ul.products li.product .woocommerce-loop-product__title {
  min-height: 3em;
  padding: 0 4px;
  color: #26372d;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.48;
}

.tk-catalog-layout__products ul.products li.product .price {
  margin: auto 0 0;
  padding: 12px 4px 0;
  color: #c74e6a;
  font-family: var(--tk-serif);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.1;
}

.tk-loop-delivery {
  margin: 11px 4px 0;
  color: #397356;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.tk-loop-delivery span {
  margin-right: 5px;
  color: #74a47d;
  font-size: 9px;
}

.tk-loop-delivery--main {
  color: #756637;
}

.tk-loop-delivery--main span {
  color: #d5ab54;
}

.tk-catalog-layout__products ul.products li.product .button {
  display: flex;
  min-height: 52px;
  margin: 15px 4px 0;
  padding: 13px 15px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
  background: #2f684f;
  font-size: 15px;
  transform: none;
}

.tk-catalog-layout__products ul.products li.product .button:hover {
  background: #d15470;
}

.tk-catalog-layout__products .tk-stock-badge {
  top: 22px;
  left: 22px;
  border-radius: 999px;
  box-shadow: 0 5px 18px rgba(38, 61, 47, .08);
}

@media (max-width: 1120px) {
  .tk-shop-hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  }

  .tk-shop-hero__proof {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .tk-catalog-layout__products .woocommerce ul.products,
  .tk-catalog-layout__products.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .tk-shop-hero {
    grid-template-columns: 1fr;
  }

  .tk-shop-hero__visual {
    min-height: 390px;
    background-position: center 42%;
  }

  .tk-catalog-layout__filters {
    position: static;
  }

  .tk-catalog-filters {
    border: 0;
    border-radius: 0;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header {
    min-height: 76px;
    align-items: center;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header button {
    display: inline-grid;
  }
}

@media (max-width: 700px) {
  .tk-main--shop {
    padding-top: 18px;
  }

  .tk-shop-hero {
    margin-top: 0;
    border-radius: 24px;
  }

  .tk-shop-hero__copy {
    padding: 34px 22px 30px;
  }

  .tk-shop-hero .woocommerce-products-header__title.page-title {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .tk-shop-hero__lead {
    margin-block: 18px 22px;
    font-size: 17px;
  }

  .tk-shop-hero__search {
    padding: 9px 9px 9px 17px;
    border-radius: 22px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tk-shop-hero__search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .tk-shop-hero__proof {
    margin-top: 25px;
  }

  .tk-shop-hero__visual {
    min-height: 300px;
  }

  .tk-shop-hero__visual > span {
    padding: 28px;
    font-size: 3rem;
  }

  .tk-shop-categories {
    display: block;
    margin-bottom: 42px;
    padding: 15px;
    border-radius: 18px;
  }

  .tk-shop-categories > p {
    margin-bottom: 10px;
  }

  .tk-catalog-toolbar {
    flex-wrap: wrap;
  }

  .tk-catalog-toolbar__intro {
    flex: 1 0 100%;
  }

  .tk-catalog-toolbar__woo {
    flex: 1;
  }

  .tk-catalog-toolbar__woo .woocommerce-ordering {
    width: 100%;
  }

  .tk-catalog-toolbar__woo .woocommerce-ordering select {
    width: 100%;
    max-width: none;
  }

  .tk-catalog-layout__products .woocommerce ul.products,
  .tk-catalog-layout__products.woocommerce ul.products {
    gap: 14px 10px;
  }

  .tk-catalog-layout__products ul.products li.product {
    padding: 8px 8px 13px;
    border-radius: 18px;
  }

  .tk-catalog-layout__products ul.products li.product a img {
    margin-bottom: 11px;
    border-radius: 13px;
  }

  .tk-catalog-layout__products ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 14px;
  }

  .tk-catalog-layout__products ul.products li.product .price {
    font-size: 21px;
  }

  .tk-catalog-layout__products ul.products li.product .button {
    min-height: 48px;
    margin: 12px 2px 0;
    padding-inline: 8px;
    font-size: 14px;
  }

  .tk-catalog-layout__products .tk-stock-badge {
    top: 15px;
    left: 15px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  color: var(--tk-ink);
  background: var(--tk-white);
  font-family: var(--tk-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.has-open-menu,
body.has-open-dialog {
  overflow: hidden;
}

body.has-open-filters {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--tk-pollen);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tk-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--tk-white);
  background: var(--tk-forest-dark);
  transform: translateY(-160%);
}

.tk-skip-link:focus {
  transform: translateY(0);
}

.tk-container {
  width: var(--tk-container);
  margin-inline: auto;
}

.tk-eyebrow {
  margin: 0 0 12px;
  color: var(--tk-forest);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin-block: 0;
  font-family: var(--tk-serif);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}

h1 {
  font-size: clamp(3.1rem, 6.8vw, 7.25rem);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4.6rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

p {
  margin-block: 0 1em;
}

.tk-icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.tk-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--tk-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.tk-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
}

.tk-button--dark,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--tk-white);
  background: var(--tk-forest-dark);
}

.tk-button--dark:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: var(--tk-white);
  background: var(--tk-forest);
}

.tk-button--light {
  color: var(--tk-forest-dark);
  background: var(--tk-white);
}

.tk-button--light:hover {
  color: var(--tk-white);
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.tk-button--text {
  min-height: auto;
  padding-inline: 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}

.tk-button--text:hover {
  color: var(--tk-forest);
}

.tk-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
}

.tk-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tk-forest-dark);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.tk-text-link .tk-icon {
  transition: transform .2s ease;
}

.tk-text-link:hover .tk-icon {
  transform: translateX(4px);
}

/* Service bar and header */
.tk-service-bar {
  color: var(--tk-white);
  background: var(--tk-forest-dark);
  font-size: 12px;
  letter-spacing: .02em;
}

.tk-service-bar__inner {
  display: grid;
  min-height: 34px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  text-align: center;
}

.tk-service-bar__inner > * {
  padding-inline: 15px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.tk-service-bar__inner > *:last-child {
  border-right: 0;
}

.tk-service-bar a {
  text-decoration: none;
}

.tk-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .96);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.admin-bar .tk-header {
  top: 32px;
}

.tk-header.is-scrolled {
  border-color: var(--tk-line);
  box-shadow: 0 10px 35px rgba(22, 33, 25, .07);
}

.tk-header__main {
  display: grid;
  min-height: 94px;
  grid-template-columns: 215px 1fr auto;
  gap: 28px;
  align-items: center;
}

.tk-brand {
  line-height: 1;
}

.tk-brand .custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 66px;
}

.tk-wordmark {
  display: inline-flex;
  position: relative;
  color: var(--tk-ink);
  font-family: var(--tk-serif);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -.055em;
  text-decoration: none;
}

.tk-wordmark b {
  color: var(--tk-petal);
  font-weight: 600;
}

.tk-wordmark small {
  position: absolute;
  top: calc(100% + 5px);
  left: 1px;
  color: var(--tk-muted);
  font-family: var(--tk-sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tk-navigation {
  justify-self: center;
}

.tk-menu,
.tk-navigation .menu {
  display: flex;
  margin: 0;
  padding: 0;
  gap: clamp(18px, 2.15vw, 34px);
  align-items: center;
  list-style: none;
}

.tk-menu li,
.tk-navigation .menu li {
  position: relative;
}

.tk-menu a,
.tk-navigation .menu a {
  display: block;
  padding: 36px 0 32px;
  color: var(--tk-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.tk-menu > li > a::after,
.tk-navigation .menu > li > a::after {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 1px;
  background: var(--tk-forest);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.tk-menu > li > a:hover::after,
.tk-navigation .menu > li > a:hover::after,
.tk-navigation .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.tk-navigation .sub-menu {
  position: absolute;
  top: calc(100% - 12px);
  left: -20px;
  min-width: 230px;
  margin: 0;
  padding: 12px 0;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
  box-shadow: var(--tk-shadow);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity .18s ease, transform .18s ease;
}

.tk-navigation .sub-menu a {
  padding: 10px 20px;
}

.tk-navigation li:hover > .sub-menu,
.tk-navigation li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tk-header-actions {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
}

.tk-icon-button {
  display: inline-grid;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--tk-ink);
  background: transparent;
  cursor: pointer;
  place-items: center;
  text-decoration: none;
}

.tk-icon-button:hover {
  background: var(--tk-mist);
}

.tk-cart-count {
  display: grid;
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border: 2px solid var(--tk-white);
  border-radius: 999px;
  color: var(--tk-white);
  background: var(--tk-petal);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.tk-menu-toggle {
  display: none;
}

/* Search */
.tk-search-dialog {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--tk-ink);
  background: transparent;
}

.tk-search-dialog::backdrop {
  background: rgba(10, 23, 15, .72);
  backdrop-filter: blur(3px);
}

.tk-search-dialog__inner {
  position: relative;
  padding: clamp(55px, 8vw, 110px) max(24px, calc((100vw - 980px) / 2));
  background: var(--tk-white);
}

.tk-search-dialog__inner h2 {
  margin-bottom: 32px;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.tk-search-dialog__close {
  position: absolute;
  top: 22px;
  right: max(20px, calc((100vw - 1320px) / 2));
}

.tk-product-search {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid var(--tk-ink);
}

.tk-product-search input[type="search"] {
  min-width: 0;
  padding: 18px 4px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--tk-serif);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.tk-product-search .tk-button {
  margin-bottom: 8px;
}

.tk-search-suggestions {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--tk-muted);
  font-size: 14px;
}

.tk-search-suggestions a {
  color: var(--tk-forest);
}

.tk-live-results {
  display: none;
  margin-top: 28px;
}

.tk-live-results.is-visible {
  display: block;
}

.tk-live-results__status {
  margin: 0;
  padding-block: 18px;
  color: var(--tk-muted);
  font-size: 14px;
}

.tk-live-results__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.tk-live-result {
  display: block;
  min-width: 0;
  text-decoration: none;
}

.tk-live-result__image {
  display: block;
  overflow: hidden;
  aspect-ratio: .92;
  background: var(--tk-mist);
}

.tk-live-result__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.tk-live-result:hover img {
  transform: scale(1.03);
}

.tk-live-result__copy {
  display: block;
  padding-top: 9px;
}

.tk-live-result__copy strong,
.tk-live-result__copy small {
  display: block;
}

.tk-live-result__copy strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tk-live-result__copy small {
  margin-top: 3px;
  color: var(--tk-muted);
  font-size: 11px;
}

.tk-live-results__all {
  margin-top: 18px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--tk-forest);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

/* Home hero */
.tk-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 7vw, 105px) 0 clamp(65px, 8vw, 125px);
  background:
    radial-gradient(circle at 92% 12%, rgba(198, 95, 125, .11), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcfa 100%);
}

.tk-hero::before {
  position: absolute;
  top: 13%;
  right: -120px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(31, 82, 55, .15);
  border-radius: 50%;
  content: "";
}

.tk-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .91fr) minmax(450px, 1.09fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}

.tk-hero__content {
  position: relative;
  z-index: 2;
  padding-block: 22px;
}

.tk-hero h1 {
  max-width: 790px;
  text-wrap: balance;
}

.tk-hero__lead {
  max-width: 670px;
  margin: 28px 0 32px;
  color: #475149;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.tk-hero__proof {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  color: var(--tk-muted);
  font-size: 12px;
  line-height: 1.35;
}

.tk-hero__proof span {
  padding-left: 13px;
  border-left: 1px solid var(--tk-line);
}

.tk-hero__proof strong {
  display: block;
  color: var(--tk-ink);
  font-size: 14px;
}

.tk-hero-gallery {
  display: grid;
  position: relative;
  min-height: 610px;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.tk-hero-gallery__item,
.tk-hero-gallery__placeholder {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--tk-mist);
  text-decoration: none;
}

.tk-hero-gallery__item--1,
.tk-hero-gallery__placeholder--a {
  grid-row: 1 / span 2;
}

.tk-hero-gallery__item:nth-child(n+4) {
  display: none;
}

.tk-hero-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.tk-hero-gallery__item:hover img {
  transform: scale(1.025);
}

.tk-hero-gallery__item > span,
.tk-hero-gallery__placeholder > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--tk-ink);
  background: rgba(255, 255, 255, .91);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.tk-hero-gallery__placeholder {
  min-height: 260px;
}

.tk-hero-gallery__placeholder--a {
  background: linear-gradient(150deg, #edf3e8, #b9ccb2);
}

.tk-hero-gallery__placeholder--b {
  background: linear-gradient(140deg, #f8e9ee, #deb1bf);
}

.tk-hero-gallery__placeholder--c {
  background: linear-gradient(150deg, #f9f1df, #e0bd71);
}

.tk-category-card__botanical,
.tk-hero-gallery__placeholder::before {
  position: absolute;
  top: 16%;
  left: 25%;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 52% 48% 55% 45%;
  box-shadow:
    70px 35px 0 -18px rgba(255, 255, 255, .35),
    -45px 75px 0 -22px rgba(255, 255, 255, .4);
  content: "";
  transform: rotate(24deg);
}

.tk-hero-gallery__seal {
  display: grid;
  position: absolute;
  z-index: 3;
  bottom: -42px;
  left: -52px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: var(--tk-white);
  background: var(--tk-petal);
  box-shadow: 0 15px 40px rgba(87, 30, 47, .22);
  line-height: 1;
  place-content: center;
  text-align: center;
}

.tk-hero-gallery__seal strong {
  font-family: var(--tk-serif);
  font-size: 27px;
  font-weight: 500;
}

.tk-hero-gallery__seal span {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tk-value-strip {
  border-block: 1px solid var(--tk-line);
}

.tk-value-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tk-value-strip__grid > div {
  padding: 24px clamp(12px, 2vw, 32px);
  border-right: 1px solid var(--tk-line);
}

.tk-value-strip__grid > div:first-child {
  padding-left: 0;
}

.tk-value-strip__grid > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.tk-value-strip strong,
.tk-value-strip span {
  display: block;
}

.tk-value-strip strong {
  font-family: var(--tk-serif);
  font-size: 19px;
  font-weight: 600;
}

.tk-value-strip span {
  color: var(--tk-muted);
  font-size: 12px;
}

/* Sections */
.tk-section {
  padding-block: clamp(75px, 9vw, 145px);
}

.tk-section-heading {
  display: flex;
  margin-bottom: clamp(32px, 5vw, 62px);
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

.tk-section-heading h2 {
  max-width: 800px;
}

.tk-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.tk-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--tk-ink);
  background: var(--tk-mist);
  text-decoration: none;
}

.tk-category-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: .92;
  background: #e8eee4;
}

.tk-category-card:nth-child(2) .tk-category-card__media { background: #edf0e8; }
.tk-category-card:nth-child(3) .tk-category-card__media { background: #f3e9de; }
.tk-category-card:nth-child(4) .tk-category-card__media { background: #f3e3e9; }

.tk-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.tk-category-card:hover .tk-category-card__media img {
  transform: scale(1.035);
}

.tk-category-card__content {
  display: grid;
  position: relative;
  min-height: 148px;
  padding: 24px 58px 24px 24px;
  align-content: start;
}

.tk-category-card__content strong {
  margin-bottom: 8px;
  font-family: var(--tk-serif);
  font-size: 25px;
  font-weight: 600;
}

.tk-category-card__content > span:not(.tk-category-card__arrow) {
  color: var(--tk-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tk-category-card__arrow {
  display: grid;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  border: 1px solid #cbd5c9;
  border-radius: 50%;
  place-items: center;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.tk-category-card:hover .tk-category-card__arrow {
  color: var(--tk-white);
  background: var(--tk-forest);
  transform: translateX(3px);
}

.tk-section--products {
  background: #fafbf9;
}

/* WooCommerce product grid */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px) 16px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  position: relative;
  width: auto;
  margin: 0;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0 0 18px;
  aspect-ratio: .84;
  background: var(--tk-mist);
  object-fit: cover;
  transition: transform .35s ease;
}

.woocommerce ul.products li.product a:hover img {
  transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--tk-ink);
  font-family: var(--tk-sans);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
}

.woocommerce ul.products li.product .price {
  margin-top: 7px;
  color: var(--tk-ink);
  font-size: 15px;
  font-weight: 750;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product .button:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  margin: 12px !important;
  padding: 6px 9px;
  border-radius: 0;
  color: var(--tk-white);
  background: var(--tk-petal);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.tk-stock-badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: var(--tk-forest-dark);
  background: rgba(255, 255, 255, .92);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.onsale + .tk-stock-badge {
  top: 47px;
}

/* Editorial panels */
.tk-editorial {
  padding-top: 0;
}

.tk-editorial__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 16px;
}

.tk-editorial-card {
  display: flex;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 72px);
  color: var(--tk-white);
  align-items: flex-end;
}

.tk-editorial-card::before,
.tk-editorial-card::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.tk-editorial-card::before {
  top: -12%;
  right: -5%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .21);
}

.tk-editorial-card::after {
  top: 11%;
  right: 18%;
  width: 210px;
  height: 340px;
  border-radius: 50% 20% 55% 35%;
  background: rgba(255, 255, 255, .08);
  transform: rotate(31deg);
}

.tk-editorial-card--business {
  background: var(--tk-forest-dark);
}

.tk-editorial-card--wedding {
  background: #945066;
}

.tk-editorial-card__content {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.tk-editorial-card .tk-eyebrow {
  color: rgba(255, 255, 255, .72);
}

.tk-editorial-card h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.3vw, 5rem);
}

.tk-editorial-card p:not(.tk-eyebrow) {
  max-width: 490px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
}

.tk-editorial-card__number {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 30px;
  color: rgba(255, 255, 255, .18);
  font-family: var(--tk-serif);
  font-size: 90px;
}

/* Story */
.tk-story {
  background: var(--tk-warm);
}

.tk-story__grid {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: center;
}

.tk-story__mark {
  display: grid;
  position: relative;
  min-height: 440px;
  border: 1px solid #d8cfc2;
  border-radius: 50% 50% 48% 52%;
  place-content: center;
  text-align: center;
}

.tk-story__mark::before,
.tk-story__mark::after {
  position: absolute;
  content: "";
}

.tk-story__mark::before {
  inset: 28px;
  border: 1px solid #e5ddd2;
  border-radius: 50%;
}

.tk-story__mark::after {
  right: -18px;
  bottom: 54px;
  width: 105px;
  height: 165px;
  border-radius: 100% 0 100% 0;
  background: #dce5d8;
  transform: rotate(18deg);
}

.tk-story__mark span,
.tk-story__mark small {
  position: relative;
  z-index: 2;
}

.tk-story__mark span {
  color: var(--tk-forest);
  font-family: var(--tk-serif);
  font-size: clamp(5rem, 9vw, 8.5rem);
  letter-spacing: -.07em;
  line-height: .8;
}

.tk-story__mark small {
  max-width: 130px;
  margin: 20px auto 0;
  color: var(--tk-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.tk-story__content h2 {
  max-width: 760px;
}

.tk-story__lead {
  max-width: 760px;
  margin: 28px 0 38px;
  color: #4f5951;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.75;
}

.tk-story__facts {
  display: grid;
  margin-bottom: 35px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tk-story__facts > div {
  padding-top: 16px;
  border-top: 1px solid #d6cdc1;
}

.tk-story__facts strong,
.tk-story__facts span {
  display: block;
}

.tk-story__facts strong {
  font-family: var(--tk-serif);
  font-size: 18px;
}

.tk-story__facts span {
  margin-top: 4px;
  color: var(--tk-muted);
  font-size: 12px;
}

/* Guides and FAQ */
.tk-help__grid,
.tk-faq__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 9vw, 150px);
}

.tk-help h2,
.tk-faq h2 {
  max-width: 540px;
}

.tk-help p:not(.tk-eyebrow) {
  max-width: 500px;
  margin-top: 25px;
  color: var(--tk-muted);
}

.tk-help__links {
  border-top: 1px solid var(--tk-line);
}

.tk-help__links a {
  display: grid;
  padding: 24px 4px;
  border-bottom: 1px solid var(--tk-line);
  grid-template-columns: 46px 1fr auto;
  gap: 18px;
  align-items: center;
  text-decoration: none;
}

.tk-help__links a > span {
  color: var(--tk-petal);
  font-size: 12px;
  font-weight: 800;
}

.tk-help__links a > strong {
  font-family: var(--tk-serif);
  font-size: 21px;
  font-weight: 600;
}

.tk-help__links a:hover .tk-icon {
  transform: translateX(4px);
}

.tk-faq {
  padding-top: 10px;
}

.tk-accordion {
  border-top: 1px solid var(--tk-line);
}

.tk-accordion details {
  border-bottom: 1px solid var(--tk-line);
}

.tk-accordion summary {
  position: relative;
  padding: 23px 46px 23px 0;
  cursor: pointer;
  font-family: var(--tk-serif);
  font-size: 21px;
  font-weight: 600;
  list-style: none;
}

.tk-accordion summary::-webkit-details-marker {
  display: none;
}

.tk-accordion summary::before,
.tk-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 1px;
  background: var(--tk-ink);
  content: "";
  transition: transform .2s ease;
}

.tk-accordion summary::after {
  transform: rotate(90deg);
}

.tk-accordion details[open] summary::after {
  transform: rotate(0);
}

.tk-accordion details p {
  max-width: 650px;
  padding: 0 46px 22px 0;
  color: var(--tk-muted);
}

/* Footer */
.tk-contact-ribbon {
  color: var(--tk-white);
  background: var(--tk-forest);
}

.tk-contact-ribbon__inner {
  display: flex;
  min-height: 210px;
  padding-block: 38px;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.tk-contact-ribbon .tk-eyebrow {
  color: rgba(255, 255, 255, .65);
}

.tk-contact-ribbon h2 {
  max-width: 690px;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.tk-contact-ribbon__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tk-contact-ribbon__links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--tk-white);
  font-weight: 700;
  text-decoration: none;
}

.tk-contact-ribbon__links a:first-child {
  font-family: var(--tk-serif);
  font-size: 25px;
}

.tk-contact-ribbon__links a:hover {
  text-decoration: underline;
}

.tk-footer {
  color: #dce5de;
  background: #0d1f15;
}

.tk-footer__grid {
  display: grid;
  padding-block: 75px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(35px, 5vw, 80px);
}

.tk-wordmark--footer {
  color: var(--tk-white);
  font-size: 35px;
}

.tk-footer__brand > p {
  max-width: 330px;
  margin-top: 24px;
  color: #a9b8ad;
  font-size: 14px;
}

.tk-footer__trust strong {
  color: var(--tk-pollen);
}

.tk-footer h2 {
  margin-bottom: 20px;
  color: var(--tk-white);
  font-family: var(--tk-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tk-footer-menu,
.tk-legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-footer-menu li + li {
  margin-top: 10px;
}

.tk-footer-menu a {
  color: #a9b8ad;
  font-size: 14px;
  text-decoration: none;
}

.tk-footer-menu a:hover {
  color: var(--tk-white);
}

.tk-footer__bottom {
  display: flex;
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  color: #829087;
  font-size: 12px;
}

.tk-footer__bottom p {
  margin: 0;
}

.tk-legal-menu {
  display: flex;
  gap: 18px;
}

.tk-legal-menu a {
  color: inherit;
}

/* Page and article */
.tk-content-layout,
.tk-page__content,
.tk-article__content {
  padding-block: clamp(65px, 8vw, 120px);
}

.tk-page__content--commerce {
  max-width: none;
}

.tk-page-header,
.tk-page-hero,
.tk-article__header {
  padding-block: clamp(65px, 9vw, 125px);
  background: var(--tk-mist);
}

.tk-page-hero__inner,
.tk-article__header-inner {
  max-width: 900px;
}

.tk-page-hero h1,
.tk-article__header h1,
.tk-page-header h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
}

.tk-page-hero p:not(.tk-eyebrow),
.tk-article__lead {
  max-width: 740px;
  margin-top: 24px;
  color: var(--tk-muted);
  font-size: 19px;
}

.tk-prose {
  max-width: 820px;
}

.tk-prose > * + * {
  margin-top: 1.25em;
}

.tk-prose h2,
.tk-prose h3 {
  margin-top: 1.7em;
}

.tk-prose h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.tk-prose h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.tk-prose p,
.tk-prose li {
  color: #455047;
  font-size: 17px;
  line-height: 1.8;
}

.tk-article__image {
  max-width: 1120px;
  margin-top: -45px;
}

.tk-article__image img {
  width: 100%;
}

.tk-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 20px;
}

.tk-post-card__image img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.tk-post-card__content {
  padding-top: 20px;
}

.tk-post-card__meta {
  color: var(--tk-muted);
  font-size: 12px;
}

.tk-post-card h2 {
  margin-bottom: 12px;
  font-size: 27px;
}

.tk-post-card h2 a {
  text-decoration: none;
}

.tk-empty-state {
  max-width: 700px;
  padding-block: 100px;
}

/* WooCommerce shop and product */
.tk-main--shop {
  padding-block: 36px clamp(80px, 9vw, 140px);
}

.woocommerce-breadcrumb {
  margin: 0 0 32px !important;
  color: var(--tk-muted) !important;
  font-size: 12px !important;
}

.woocommerce-breadcrumb span {
  margin-inline: 8px;
}

.woocommerce-products-header {
  max-width: 880px;
  margin: 22px 0 55px;
}

.tk-catalog-header {
  max-width: 900px;
  margin: 25px 0 clamp(38px, 5vw, 70px);
}

.tk-catalog-toolbar {
  display: flex;
  min-height: 56px;
  margin-bottom: 28px;
  border-block: 1px solid var(--tk-line);
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.tk-catalog-toolbar__woo {
  display: flex;
  flex: 1;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.tk-catalog-toolbar__woo .woocommerce-result-count,
.tk-catalog-toolbar__woo .woocommerce-ordering {
  float: none;
  margin: 0;
}

.tk-filter-toggle {
  display: none;
}

.tk-catalog-layout {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: clamp(35px, 5vw, 76px);
  align-items: start;
}

.tk-catalog-filters__header {
  display: none;
}

.tk-filter-group {
  border-bottom: 1px solid var(--tk-line);
}

.tk-filter-group:first-of-type {
  border-top: 1px solid var(--tk-line);
}

.tk-filter-group summary {
  position: relative;
  padding: 18px 30px 18px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.tk-filter-group summary::-webkit-details-marker {
  display: none;
}

.tk-filter-group summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  font-size: 18px;
  font-weight: 400;
  transform: translateY(-50%);
}

.tk-filter-group[open] summary::after {
  content: "−";
}

.tk-filter-group__options {
  display: grid;
  padding-bottom: 18px;
  gap: 8px;
}

.tk-filter-group__options--scroll {
  max-height: 280px;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-color: #bdc9bf transparent;
  scrollbar-width: thin;
}

.tk-filter-option {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 9px;
  align-items: center;
  color: #49534b;
  cursor: pointer;
  font-size: 13px;
}

.tk-filter-option input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--tk-forest);
}

.tk-filter-option small {
  color: #8a948c;
  font-size: 10px;
}

.tk-price-filter {
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.tk-price-filter label {
  color: var(--tk-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.tk-price-filter input {
  width: 100%;
  margin-top: 4px;
  padding: 9px 7px;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
  font-size: 13px;
}

.tk-filter-actions {
  display: grid;
  margin-top: 22px;
  gap: 10px;
}

.tk-filter-actions .tk-button {
  width: 100%;
}

.tk-catalog-layout__products .woocommerce-pagination {
  margin-top: 65px;
}

body.tk-has-infinite-scroll .tk-catalog-layout__products .woocommerce-pagination {
  display: none;
}

body.tk-has-loaded-products .woocommerce-result-count {
  display: none;
}

@media (max-width: 700px) {
  .tk-search-summary {
    min-height: 84px;
    margin-bottom: 14px;
    padding: 13px 15px;
    border-radius: 16px;
  }

  .tk-search-summary h1 {
    overflow-wrap: anywhere;
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .tk-search-summary__open {
    min-height: 46px;
    padding: 9px 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .tk-shop-hero--search {
    border-radius: 20px;
  }

  .tk-shop-hero--search .tk-shop-hero__copy {
    padding: 24px 18px;
  }

  .tk-shop-hero--search .woocommerce-products-header__title.page-title {
    overflow-wrap: anywhere;
    font-size: clamp(1.85rem, 9vw, 2.75rem);
  }

  .tk-shop-hero--search .tk-shop-hero__search {
    min-height: 56px;
  }
}

.tk-infinite-scroll {
  display: grid;
  position: relative;
  min-height: 78px;
  margin: 42px auto 8px;
  place-items: center;
  text-align: center;
}

.tk-infinite-scroll__status {
  margin: 0;
  color: var(--tk-muted);
  font-size: 14px;
  font-weight: 700;
}

.tk-infinite-scroll.is-loading .tk-infinite-scroll__status::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid rgba(31, 82, 55, .18);
  border-top-color: var(--tk-petal);
  border-radius: 50%;
  vertical-align: -4px;
  animation: tk-infinite-spin .75s linear infinite;
  content: "";
}

.tk-infinite-scroll.is-complete .tk-infinite-scroll__status {
  color: var(--tk-forest);
}

.tk-infinite-scroll__button {
  min-height: 48px;
  margin-top: 12px;
  padding: 11px 24px;
  border: 0;
  border-radius: 999px;
  color: var(--tk-white);
  background: var(--tk-forest);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.tk-infinite-scroll__button:hover,
.tk-infinite-scroll__button:focus-visible {
  background: var(--tk-petal);
}

.tk-infinite-scroll__button[hidden] {
  display: none;
}

.tk-infinite-scroll__sentinel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}

@keyframes tk-infinite-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .tk-infinite-scroll.is-loading .tk-infinite-scroll__status::before {
    animation: none;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 3px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
  place-items: center;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: var(--tk-white);
  background: var(--tk-forest);
}

.woocommerce-products-header__title.page-title {
  font-size: clamp(3.2rem, 6vw, 6.4rem);
}

.term-description {
  max-width: 700px;
  margin-top: 20px;
  color: var(--tk-muted);
  font-size: 17px;
}

.woocommerce .woocommerce-ordering select {
  padding: 10px 34px 10px 12px;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
}

.woocommerce .woocommerce-result-count {
  color: var(--tk-muted);
  font-size: 13px;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  min-width: 0;
  width: auto;
  margin: 0;
}

.single-product .tk-main--shop {
  padding-block: clamp(36px, 5vw, 78px) clamp(70px, 8vw, 120px);
  background:
    radial-gradient(circle at 4% 4%, rgba(231, 243, 233, .86), transparent 25%),
    linear-gradient(180deg, #fffdfa 0, #fff 42%);
}

.woocommerce div.product div.images {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 3vw, 42px);
  border: 1px solid rgba(29, 69, 53, .12);
  border-radius: 30px;
  background: #f7f6f2;
  box-shadow: 0 24px 70px rgba(25, 57, 45, .07);
}

.woocommerce div.product div.images::after {
  position: absolute;
  z-index: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(244, 202, 213, .18);
  content: "";
  right: -85px;
  bottom: -95px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: relative;
  z-index: 1;
}

.woocommerce div.product div.images img {
  border-radius: 18px;
  mix-blend-mode: multiply;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(29, 69, 53, .14);
  background: var(--tk-white);
  box-shadow: 0 10px 25px rgba(25, 57, 45, .1);
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  margin-top: 16px;
  gap: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 76px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  padding: 4px;
  border: 2px solid transparent;
  background: var(--tk-white);
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active {
  border-color: var(--tk-forest);
}

.woocommerce div.product div.summary {
  position: static;
  padding: clamp(26px, 3.5vw, 48px);
  border: 1px solid rgba(29, 69, 53, .18);
  border-radius: 30px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 80px rgba(25, 57, 45, .08);
}

.tk-product-kicker {
  margin: 0 0 13px;
  color: var(--tk-forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.woocommerce div.product .product_title {
  max-width: min(14ch, 100%);
  font-size: clamp(2.55rem, 4vw, 4.35rem);
  line-height: .99;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-block: 24px 18px;
  color: var(--tk-forest);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.woocommerce-product-details__short-description {
  max-width: 100%;
  color: var(--tk-muted);
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: normal;
}

.woocommerce div.product .product_meta,
.woocommerce div.product .stock,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-Tabs-panel,
.woocommerce div.product .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-Tabs-panel li,
.woocommerce div.product .woocommerce-product-attributes-item__value {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  margin-block: 27px 0;
  gap: 9px 12px;
}

.woocommerce div.product form.cart::before {
  grid-column: 1 / -1;
  color: var(--tk-ink);
  content: "Valitse määrä";
  font-size: 15px;
  font-weight: 800;
}

.woocommerce .quantity .qty {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(29, 69, 53, .24);
  border-radius: 13px;
  color: var(--tk-ink);
  background: var(--tk-white);
  font-size: 20px;
  font-weight: 800;
}

.woocommerce div.product form.cart .button {
  min-height: 62px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(29, 69, 53, .2);
}

.woocommerce div.product form.cart .button:hover {
  transform: translateY(-2px);
}

.tekokukka-stock-locations {
  display: grid !important;
  margin-top: 25px !important;
  gap: 10px !important;
}

.tekokukka-stock-location {
  position: relative;
  margin: 0 !important;
  padding: 18px 18px 18px 57px !important;
  border: 1px solid rgba(29, 69, 53, .13) !important;
  border-radius: 16px !important;
  color: var(--tk-ink) !important;
  background: #eef6ef !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.tekokukka-stock-location::before {
  display: grid;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: var(--tk-white);
  background: var(--tk-forest);
  content: "✓";
  font-size: 14px;
  font-weight: 900;
  place-items: center;
}

.tekokukka-stock-location strong {
  font-size: 17px;
}

.tekokukka-stock-quick {
  background: #fff1ed !important;
}

.tekokukka-stock-main {
  background: #edf5f0 !important;
}

.tekokukka-stock-shipping-note {
  margin: 0 !important;
  padding: 0 4px !important;
  color: var(--tk-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.woocommerce div.product p.stock {
  display: inline-flex;
  margin: 13px 0 0;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--tk-forest);
  background: var(--tk-mist);
  font-size: 14px;
  font-weight: 800;
}

.tk-product-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  padding: 21px 0;
  border-block: 1px solid rgba(29, 69, 53, .13);
}

.tk-product-trust p {
  display: grid;
  margin: 0;
  padding: 0 14px;
  border-right: 1px solid rgba(29, 69, 53, .1);
  color: var(--tk-ink);
  font-size: 13px;
  line-height: 1.35;
}

.tk-product-trust p:first-child {
  padding-left: 0;
}

.tk-product-trust p:last-child {
  padding-right: 0;
  border-right: 0;
}

.tk-product-trust span,
.tk-product-trust strong,
.tk-product-trust small {
  display: block;
}

.tk-product-trust span {
  margin-bottom: 8px;
  color: var(--tk-forest);
  font-family: var(--tk-serif);
  font-size: 18px;
  font-weight: 800;
}

.tk-product-trust strong {
  font-size: 13px;
}

.tk-product-trust small {
  margin-top: 3px;
  color: var(--tk-muted);
  font-size: 11px;
}

.tk-product-help {
  display: flex;
  margin-top: 16px;
  padding: 18px 19px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(218, 126, 151, .18);
  border-radius: 15px;
  background: #fff5f6;
}

.tk-product-help strong,
.tk-product-help span {
  display: block;
}

.tk-product-help strong {
  font-family: var(--tk-serif);
  font-size: 18px;
}

.tk-product-help span {
  margin-top: 3px;
  color: var(--tk-muted);
  font-size: 13px;
}

.tk-product-help__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.tk-product-help__links a {
  color: var(--tk-forest);
}

.woocommerce div.product .product_meta {
  display: flex;
  margin-top: 18px;
  gap: 6px 18px;
  flex-wrap: wrap;
  color: var(--tk-muted);
  font-size: 12px;
}

.woocommerce div.product .product_meta a {
  color: var(--tk-forest);
  font-weight: 750;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
  grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: clamp(60px, 8vw, 110px);
  padding: clamp(25px, 4vw, 54px);
  border: 1px solid rgba(29, 69, 53, .13);
  border-radius: 28px;
  background: #fffdfa;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0 0 30px;
  padding: 6px;
  border: 1px solid rgba(29, 69, 53, .12);
  border-radius: 999px;
  background: var(--tk-mist);
  gap: 4px;
  width: fit-content;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.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 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 18px;
  font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
  background: var(--tk-white);
  box-shadow: 0 4px 16px rgba(29, 69, 53, .09);
}

.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 900px;
  color: var(--tk-muted);
  font-size: 17px;
  line-height: 1.75;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
  margin-bottom: 18px;
  color: var(--tk-ink);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.woocommerce div.product table.shop_attributes {
  overflow: hidden;
  border: 1px solid rgba(29, 69, 53, .13);
  border-radius: 14px;
}

.woocommerce div.product table.shop_attributes th,
.woocommerce div.product table.shop_attributes td {
  padding: 14px 16px;
  border-color: rgba(29, 69, 53, .1);
  font-size: 16px;
}

.woocommerce div.product table.shop_attributes tr:nth-child(even) th,
.woocommerce div.product table.shop_attributes tr:nth-child(even) td {
  background: var(--tk-mist);
}

.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
  margin-top: clamp(60px, 8vw, 110px);
}

.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 {
  margin-bottom: 32px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--tk-forest);
  background: var(--tk-mist);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--tk-forest);
}

/* Cart and checkout */
.woocommerce-cart .tk-main,
.woocommerce-checkout .tk-main {
  padding-block: clamp(45px, 7vw, 100px);
}

.tk-commerce-heading {
  max-width: 760px;
  margin-bottom: clamp(35px, 5vw, 65px);
}

.tk-commerce-heading h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}

.tk-commerce-heading > p:last-child {
  max-width: 650px;
  margin-top: 18px;
  color: var(--tk-muted);
  font-size: 16px;
}

.woocommerce-cart-form {
  float: left;
  width: calc(68% - 50px);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  float: right;
  width: 32%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  position: sticky;
  top: 145px;
  width: 100%;
  padding: 28px;
  border: 1px solid var(--tk-line);
  background: var(--tk-white);
}

.woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px 10px;
  border-color: var(--tk-line);
}

.woocommerce table.shop_table th {
  color: var(--tk-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 92px;
  aspect-ratio: .88;
  background: var(--tk-mist);
  object-fit: cover;
}

.woocommerce-cart table.cart .product-name a {
  font-family: var(--tk-serif);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a.remove {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid var(--tk-line);
  border-radius: 50%;
  color: var(--tk-muted) !important;
  background: transparent;
  font-size: 17px;
  place-items: center;
}

.woocommerce-cart table.cart .product-remove a.remove:hover {
  color: var(--tk-white) !important;
  background: var(--tk-petal);
}

.woocommerce-cart table.cart td.actions {
  padding: 22px 0;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 8px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 180px;
  padding: 12px;
  border: 1px solid var(--tk-line);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 18px 0 0;
  font-size: 15px;
}

.tk-commerce-service {
  display: grid;
  clear: left;
  float: left;
  width: calc(68% - 50px);
  margin-top: 30px;
  padding: 24px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  background: var(--tk-mist);
}

.tk-commerce-service strong,
.tk-commerce-service span {
  display: block;
}

.tk-commerce-service strong {
  font-family: var(--tk-serif);
  font-size: 15px;
}

.tk-commerce-service span {
  margin-top: 5px;
  color: var(--tk-muted);
  font-size: 11px;
  line-height: 1.45;
}

.woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr);
  gap: 0 clamp(45px, 7vw, 100px);
  align-items: start;
}

.woocommerce form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce form.checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0 0 20px;
  font-family: var(--tk-serif);
  font-size: 29px;
}

.woocommerce form.checkout #order_review {
  position: sticky;
  top: 145px;
  grid-column: 2;
  grid-row: 2;
  padding: 24px;
  border: 1px solid var(--tk-line);
}

.woocommerce form.checkout .col2-set,
.woocommerce-page form.checkout .col2-set,
.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce form.checkout .col2-set .col-2 {
  margin-top: 38px;
}

.woocommerce form.checkout h3 {
  margin-bottom: 24px;
  font-size: 29px;
}

.woocommerce form .form-row {
  margin: 0 0 17px;
  padding: 0;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 5px;
  color: #3f4941;
  font-size: 12px;
  font-weight: 750;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #cad3cc;
  border-radius: 0;
  background: var(--tk-white);
}

.woocommerce form .form-row textarea {
  min-height: 120px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
}

.woocommerce-checkout #payment {
  background: var(--tk-mist);
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  padding: 18px;
}

.woocommerce-checkout #payment div.payment_box {
  background: var(--tk-white);
  color: var(--tk-muted);
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--tk-white);
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 54px;
}

.tk-checkout-support {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #d4ddd6;
  text-align: center;
}

.tk-checkout-support strong,
.tk-checkout-support span {
  display: block;
}

.tk-checkout-support strong {
  font-family: var(--tk-serif);
  font-size: 15px;
}

.tk-checkout-support span {
  margin-top: 3px;
  color: var(--tk-muted);
  font-size: 11px;
}

.tk-checkout-support a {
  color: var(--tk-forest);
  font-weight: 750;
}

/* WooCommerce Cart & Checkout blocks */
.wc-block-cart,
.wc-block-checkout {
  margin-block: 35px 80px;
}

.wc-block-cart__main,
.wc-block-checkout__main {
  padding-right: clamp(28px, 5vw, 75px) !important;
}

.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
  position: sticky;
  top: 145px;
  align-self: start;
  padding: 24px !important;
  border: 1px solid var(--tk-line);
}

.wc-block-components-product-name {
  color: var(--tk-ink) !important;
  font-family: var(--tk-serif);
  font-size: 17px !important;
  font-weight: 600;
  text-decoration: none !important;
}

.wc-block-cart-item__image img {
  aspect-ratio: .88;
  background: var(--tk-mist);
  object-fit: cover;
}

.wc-block-components-button:not(.is-link) {
  min-height: 52px;
  border: 0;
  border-radius: 2px;
  color: var(--tk-white);
  background: var(--tk-forest-dark);
  font-weight: 750;
}

.wc-block-components-button:not(.is-link):hover {
  background: var(--tk-forest);
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-color: #cad3cc !important;
  border-radius: 0 !important;
}

.wc-block-components-checkout-step {
  margin-bottom: 42px !important;
}

.wc-block-components-checkout-step__heading h2,
.wc-block-components-title.wc-block-components-title {
  font-family: var(--tk-serif);
  font-size: 27px !important;
  font-weight: 600 !important;
}

.wc-block-components-order-summary {
  padding: 0 !important;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(35px, 6vw, 75px);
  background: var(--tk-mist);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: var(--tk-serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.1;
}

/* A calm, readable order-confirmation layout. Woo's address headings must not
   inherit the intentionally oversized editorial headings used on landing pages. */
.woocommerce-order-received .site-main {
  padding-block: clamp(34px, 6vw, 78px);
}

.woocommerce-order-received .woocommerce-order {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  overflow: hidden;
  border: 1px solid var(--tk-line);
  border-radius: 28px;
  background: linear-gradient(145deg, #f5faf6 0%, #fffaf8 100%);
  box-shadow: 0 24px 70px rgba(20, 60, 47, .09);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 24px;
  color: var(--tk-forest-dark);
  text-wrap: balance;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  margin: 0 0 clamp(30px, 5vw, 54px) !important;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d6e2d9;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}

.woocommerce-order-received .woocommerce-order-overview li {
  float: none;
  min-width: 0;
  margin: 0 !important;
  padding: 18px 20px !important;
  border-right: 1px solid #d6e2d9 !important;
  overflow-wrap: anywhere;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
  border-right: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin: clamp(32px, 5vw, 58px) 0 0;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-customer-details > h2 {
  max-width: 100%;
  margin: 0 0 16px;
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.woocommerce-order-received .woocommerce-columns--addresses,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  width: 100%;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-order-received .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-columns--addresses::after,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::after {
  display: none;
}

.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
}

.woocommerce-order-received .woocommerce-customer-details address {
  min-height: 100%;
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid #d6e2d9;
  border-radius: 17px;
  background: rgba(255,255,255,.8);
  color: #43554b;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.woocommerce-order-received .woocommerce-table--order-details {
  overflow: hidden;
  border: 1px solid #d6e2d9;
  border-radius: 16px;
  background: rgba(255,255,255,.8);
}

@media (max-width: 760px) {
  .woocommerce-order-received .woocommerce-order {
    width: min(100% - 20px, 1120px);
    padding: 25px 18px;
    border-radius: 20px;
  }

  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .woocommerce-columns--addresses,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-order-overview li {
    border-right: 0 !important;
    border-bottom: 1px solid #d6e2d9;
  }

  .woocommerce-order-received .woocommerce-order-overview li:last-child {
    border-bottom: 0;
  }

  .woocommerce-order-received .woocommerce-table--order-details {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Responsive */
/* Service and story landing pages */
.tk-landing-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(78px, 8vw, 136px);
  background: linear-gradient(135deg, var(--tk-mist) 0 58%, var(--tk-white) 58%);
}

.tk-landing-hero--celebration {
  background: linear-gradient(135deg, #fbf5f6 0 58%, var(--tk-white) 58%);
}

.tk-landing-hero::before {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(31, 82, 55, .12);
  border-radius: 50%;
  content: "";
}

.tk-landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.tk-landing-hero__content {
  position: relative;
  z-index: 1;
}

.tk-landing-hero h1,
.tk-about-hero h1 {
  max-width: 900px;
  font-size: clamp(3.4rem, 6.4vw, 6.8rem);
}

.tk-landing-hero__lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #48544b;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.tk-landing-hero .tk-button-row {
  margin-top: 34px;
}

.tk-landing-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 82, 55, .2);
}

.tk-landing-hero__proof span {
  color: var(--tk-muted);
  font-size: 12px;
  line-height: 1.4;
}

.tk-landing-hero__proof strong {
  display: block;
  color: var(--tk-forest-dark);
  font-size: 13px;
}

.tk-landing-gallery {
  position: relative;
  min-height: 580px;
}

.tk-landing-gallery__item {
  position: absolute;
  overflow: hidden;
  color: var(--tk-white);
  background: #dfe7de;
  box-shadow: var(--tk-shadow);
  text-decoration: none;
}

.tk-landing-gallery__item::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 27, 17, .72));
  content: "";
}

.tk-landing-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.tk-landing-gallery__item:hover img {
  transform: scale(1.035);
}

.tk-landing-gallery__item > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  font-family: var(--tk-serif);
  font-size: 19px;
  line-height: 1.1;
}

.tk-landing-gallery__item--1 {
  top: 0;
  right: 0;
  width: 69%;
  height: 76%;
}

.tk-landing-gallery__item--2 {
  bottom: 0;
  left: 0;
  width: 48%;
  height: 49%;
}

.tk-landing-gallery__item--3 {
  right: 5%;
  bottom: 2%;
  width: 29%;
  height: 27%;
}

.tk-landing-gallery__placeholder {
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, .8) 0 7%, transparent 7.5%),
    radial-gradient(circle at 63% 55%, rgba(255, 255, 255, .5) 0 13%, transparent 13.5%),
    linear-gradient(145deg, #a9baa7, #3d684d);
}

.tk-landing-hero--celebration .tk-landing-gallery__placeholder {
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, .8) 0 7%, transparent 7.5%),
    radial-gradient(circle at 63% 55%, rgba(255, 255, 255, .5) 0 13%, transparent 13.5%),
    linear-gradient(145deg, #d8a7b3, #8f465f);
}

.tk-landing-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .85fr);
  gap: clamp(60px, 10vw, 170px);
  align-items: start;
}

.tk-landing-intro h2 {
  max-width: 720px;
}

.tk-landing-intro__grid > div:last-child {
  padding-top: 8px;
  color: var(--tk-muted);
  font-size: 18px;
  line-height: 1.8;
}

.tk-landing-intro__grid > div:last-child p:first-child {
  margin-top: 0;
}

.tk-landing-services {
  background: var(--tk-warm);
}

.tk-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  background: #dcd8d0;
  border: 1px solid #dcd8d0;
}

.tk-service-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-service-grid article {
  min-height: 310px;
  padding: clamp(28px, 3vw, 46px);
  background: var(--tk-white);
}

.tk-service-grid article > span {
  color: var(--tk-petal);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
}

.tk-service-grid h3 {
  margin-top: 78px;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
}

.tk-service-grid p {
  margin-bottom: 0;
  color: var(--tk-muted);
}

.tk-process {
  color: var(--tk-white);
  background: var(--tk-forest-dark);
}

.tk-process .tk-eyebrow {
  color: #b6c9b6;
}

.tk-process__grid {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(420px, 1fr);
  gap: clamp(60px, 10vw, 180px);
}

.tk-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-process li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.tk-process li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tk-process li > span {
  color: #b6c9b6;
  font-family: var(--tk-serif);
  font-size: 30px;
}

.tk-process li strong {
  font-family: var(--tk-serif);
  font-size: 24px;
  font-weight: 500;
}

.tk-process li p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .72);
}

.tk-contact-cta {
  padding-block: 0;
  color: var(--tk-white);
  background: var(--tk-forest);
}

.tk-contact-cta--petal {
  background: #7a3b50;
}

.tk-contact-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  padding-block: clamp(70px, 8vw, 116px);
}

.tk-contact-cta .tk-eyebrow {
  color: rgba(255, 255, 255, .65);
}

.tk-contact-cta h2 {
  max-width: 780px;
}

.tk-contact-cta p:last-child {
  max-width: 690px;
  color: rgba(255, 255, 255, .76);
}

.tk-contact-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.tk-contact-cta__actions > a:not(.tk-button) {
  font-weight: 700;
}

.tk-about-hero {
  overflow: hidden;
  padding-block: clamp(90px, 10vw, 170px);
  background: var(--tk-mist);
}

.tk-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.2fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.tk-about-hero__year {
  color: var(--tk-forest);
  font-family: var(--tk-serif);
  font-size: clamp(7rem, 15vw, 14rem);
  letter-spacing: -.1em;
  line-height: .66;
}

.tk-about-hero__year span {
  display: block;
}

.tk-about-statement {
  background: var(--tk-white);
}

.tk-about-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  gap: clamp(70px, 11vw, 180px);
  align-items: center;
}

.tk-about-statement blockquote {
  margin: 0;
  padding-left: 38px;
  border-left: 3px solid var(--tk-petal);
  font-family: var(--tk-serif);
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.tk-about-statement__grid > div p {
  color: var(--tk-muted);
  font-size: 18px;
}

/* Customer information and legal pages */
.tk-page--legal {
  background: var(--tk-white);
}

.tk-legal-hero {
  padding-block: clamp(72px, 9vw, 128px);
  background:
    linear-gradient(118deg, rgba(244, 246, 242, .96), rgba(248, 245, 240, .72)),
    radial-gradient(circle at 88% 18%, rgba(198, 95, 125, .13), transparent 29%);
}

.tk-legal-hero__inner {
  max-width: 920px;
}

.tk-legal-hero h1 {
  font-size: clamp(3.2rem, 6.5vw, 6.7rem);
}

.tk-legal-hero p:last-child {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--tk-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.tk-legal-nav {
  position: sticky;
  z-index: 20;
  top: 92px;
  border-block: 1px solid var(--tk-line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.admin-bar .tk-legal-nav {
  top: 124px;
}

.tk-legal-nav__inner {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tk-legal-nav__inner::-webkit-scrollbar {
  display: none;
}

.tk-legal-nav a {
  flex: 0 0 auto;
  padding-block: 17px 14px;
  border-bottom: 3px solid transparent;
  color: var(--tk-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.tk-legal-nav a:hover,
.tk-legal-nav a[aria-current="page"] {
  border-color: var(--tk-petal);
  color: var(--tk-forest-dark);
}

.tk-legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(60px, 9vw, 135px);
  align-items: start;
  padding-block: clamp(72px, 9vw, 130px);
}

.tk-legal-content.tk-prose {
  max-width: none;
}

.tk-legal-content > section {
  padding-block: 42px;
  border-top: 1px solid var(--tk-line);
}

.tk-legal-content > section:first-child {
  padding-top: 0;
  border-top: 0;
}

.tk-legal-content > section:last-child {
  padding-bottom: 0;
}

.tk-legal-content section h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(1.85rem, 3vw, 3.25rem);
}

.tk-legal-content p,
.tk-legal-content li {
  color: #455047;
  font-size: 16px;
  line-height: 1.82;
}

.tk-legal-content li + li {
  margin-top: 8px;
}

.tk-legal-content address {
  margin-block: 22px;
  padding: 24px;
  border-left: 3px solid var(--tk-forest);
  background: var(--tk-mist);
  font-style: normal;
}

.tk-legal-content a {
  color: var(--tk-forest);
  font-weight: 650;
}

.tk-legal-company {
  position: sticky;
  top: 178px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 30px;
  border: 1px solid var(--tk-line);
  background: var(--tk-mist);
  box-shadow: 0 22px 60px rgba(22, 33, 25, .06);
  font-size: 14px;
}

.admin-bar .tk-legal-company {
  top: 210px;
}

.tk-legal-company strong {
  margin-bottom: 12px;
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.tk-legal-company a:first-of-type {
  margin-top: 12px;
}

.tk-legal-note {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid var(--tk-pollen);
  color: #4c4434;
  background: #fbf6e8;
  font-size: 14px;
  line-height: 1.65;
}

.tk-legal-note strong {
  display: block;
  margin-bottom: 3px;
}

.tk-legal-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.tk-legal-card-grid a {
  display: flex;
  min-height: 165px;
  padding: 26px;
  border: 1px solid var(--tk-line);
  flex-direction: column;
  justify-content: space-between;
  background: var(--tk-white);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tk-legal-card-grid a:hover {
  border-color: var(--tk-leaf);
  box-shadow: 0 15px 38px rgba(22, 33, 25, .08);
  transform: translateY(-2px);
}

.tk-legal-card-grid strong {
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: 23px;
  font-weight: 500;
}

.tk-legal-card-grid span {
  color: var(--tk-muted);
  font-size: 14px;
  line-height: 1.55;
}

.tk-legal-callout {
  margin-top: 56px;
  padding: clamp(30px, 5vw, 54px) !important;
  border: 0 !important;
  color: var(--tk-white);
  background: var(--tk-forest-dark);
}

.tk-legal-callout h2,
.tk-legal-callout p,
.tk-legal-callout a {
  color: inherit;
}

@media (max-width: 1120px) {
  .tk-landing-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1fr);
    gap: 54px;
  }

  .tk-landing-gallery {
    min-height: 510px;
  }

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

  .tk-service-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tk-header__main {
    grid-template-columns: 185px 1fr auto;
    gap: 16px;
  }

  .tk-menu,
  .tk-navigation .menu {
    gap: 16px;
  }

  .tk-menu a,
  .tk-navigation .menu a {
    font-size: 13px;
  }

  .tk-account-link {
    display: none;
  }

  .tk-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tk-category-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
  }

  .tk-category-card__media {
    aspect-ratio: 1;
  }
}

@media (max-width: 960px) {
  .tk-legal-nav {
    top: 108px;
  }

  .admin-bar .tk-legal-nav {
    top: 122px;
  }

  .tk-legal-layout {
    grid-template-columns: 1fr;
  }

  .tk-legal-company,
  .admin-bar .tk-legal-company {
    position: static;
  }

  .tk-landing-hero__grid,
  .tk-landing-intro__grid,
  .tk-process__grid,
  .tk-about-hero__grid,
  .tk-about-statement__grid {
    grid-template-columns: 1fr;
  }

  .tk-landing-hero__content,
  .tk-about-hero__content {
    max-width: 760px;
  }

  .tk-landing-gallery {
    min-height: 600px;
  }

  .tk-landing-intro__grid,
  .tk-process__grid,
  .tk-about-statement__grid {
    gap: 46px;
  }

  .tk-service-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-contact-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tk-about-hero__year {
    display: flex;
    gap: .12em;
    font-size: clamp(6rem, 24vw, 12rem);
    line-height: .72;
  }

  .admin-bar .tk-header {
    top: 46px;
  }

  .tk-service-bar__inner {
    display: flex;
    min-height: 32px;
    overflow: hidden;
    justify-content: center;
  }

  .tk-service-bar__inner > * {
    display: none;
    border: 0;
  }

  .tk-service-bar__inner > *:first-child {
    display: block;
  }

  .tk-header__main {
    min-height: 76px;
    grid-template-columns: 48px 1fr auto;
  }

  .tk-menu-toggle {
    display: inline-grid;
  }

  .tk-brand {
    justify-self: center;
  }

  .tk-wordmark {
    font-size: 27px;
  }

  .tk-wordmark small {
    display: none;
  }

  .tk-navigation {
    position: fixed;
    z-index: 90;
    top: 108px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 24px 60px;
    overflow-y: auto;
    background: var(--tk-white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .admin-bar .tk-navigation {
    top: 122px;
  }

  .tk-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tk-menu,
  .tk-navigation .menu {
    display: block;
  }

  .tk-menu a,
  .tk-navigation .menu a {
    padding: 15px 2px;
    border-bottom: 1px solid var(--tk-line);
    font-family: var(--tk-serif);
    font-size: 26px;
    font-weight: 500;
  }

  .tk-navigation .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 10px 20px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .tk-navigation .sub-menu a {
    padding: 10px 0;
    font-family: var(--tk-sans);
    font-size: 15px;
  }

  .tk-hero__grid {
    grid-template-columns: 1fr;
  }

  .tk-hero__content {
    max-width: 760px;
  }

  .tk-hero-gallery {
    min-height: 540px;
  }

  .tk-hero-gallery__seal {
    left: 20px;
  }

  .tk-value-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tk-value-strip__grid > div:nth-child(2) {
    border-right: 0;
  }

  .tk-value-strip__grid > div:nth-child(n+3) {
    border-top: 1px solid var(--tk-line);
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tk-live-results__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tk-filter-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
  }

  .tk-catalog-layout {
    display: block;
  }

  .tk-catalog-filters {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 420px);
    padding: 0 24px 40px;
    overflow-y: auto;
    background: var(--tk-white);
    box-shadow: -20px 0 70px rgba(22, 33, 25, .18);
    pointer-events: none;
    transform: translateX(105%);
    transition: transform .25s ease;
  }

  .tk-catalog-filters::before {
    position: fixed;
    inset: 0 100% 0 auto;
    width: 100vw;
    background: rgba(13, 31, 21, .6);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .tk-catalog-filters.is-open {
    pointer-events: auto;
    transform: translateX(0);
  }

  .tk-catalog-filters.is-open::before {
    opacity: 1;
  }

  .tk-catalog-filters__header {
    display: flex;
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: 76px;
    border-bottom: 1px solid var(--tk-line);
    background: var(--tk-white);
    align-items: center;
    justify-content: space-between;
  }

  .tk-story__grid,
  .tk-help__grid,
  .tk-faq__grid {
    grid-template-columns: 1fr;
  }

  .tk-story__mark {
    width: min(100%, 500px);
  }

  .tk-footer__grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .tk-footer__grid > div:last-child {
    grid-column: 2 / 3;
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product div.summary {
    position: static;
  }

  .woocommerce-cart-form,
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals,
  .tk-commerce-service {
    float: none;
    width: 100%;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    position: static;
    margin-top: 35px;
  }

  .woocommerce form.checkout {
    display: block;
  }

  .woocommerce form.checkout #order_review_heading {
    margin-top: 45px;
  }

  .woocommerce form.checkout #order_review {
    position: static;
  }

  .wc-block-cart__main,
  .wc-block-checkout__main {
    padding-right: 0 !important;
  }

  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar {
    position: static;
  }
}

@media (max-width: 680px) {
  :root {
    --tk-container: min(100% - 28px, 1320px);
  }

  .tk-legal-hero {
    padding-block: 58px 68px;
  }

  .tk-legal-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .tk-legal-nav__inner {
    gap: 22px;
  }

  .tk-legal-card-grid {
    grid-template-columns: 1fr;
  }

  .tk-legal-content > section {
    padding-block: 32px;
  }

  .tk-landing-hero {
    padding-block: 58px 78px;
  }

  .tk-landing-hero__grid {
    gap: 42px;
  }

  .tk-landing-hero h1,
  .tk-about-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .tk-landing-hero__lead {
    margin-top: 21px;
    font-size: 17px;
  }

  .tk-landing-hero__proof {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
  }

  .tk-landing-gallery {
    min-height: 430px;
  }

  .tk-landing-gallery__item--1 {
    width: 72%;
    height: 72%;
  }

  .tk-landing-gallery__item--2 {
    width: 51%;
    height: 47%;
  }

  .tk-landing-gallery__item--3 {
    right: 1%;
    width: 32%;
    height: 29%;
  }

  .tk-service-grid,
  .tk-service-grid--three {
    grid-template-columns: 1fr;
  }

  .tk-service-grid article {
    min-height: 0;
  }

  .tk-service-grid h3 {
    margin-top: 42px;
  }

  .tk-process li {
    grid-template-columns: 36px 1fr;
    gap: 16px;
  }

  .tk-contact-cta__inner {
    padding-block: 62px;
  }

  .tk-about-hero {
    padding-block: 68px 82px;
  }

  .tk-about-statement blockquote {
    padding-left: 22px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .tk-header-actions {
    gap: 0;
  }

  .tk-icon-button {
    width: 40px;
    height: 40px;
  }

  .tk-product-search {
    display: block;
  }

  .tk-product-search input[type="search"] {
    width: 100%;
  }

  .tk-product-search .tk-button {
    width: 100%;
    margin-top: 12px;
  }

  .tk-live-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-live-result:nth-child(n+5) {
    display: none;
  }

  .tk-catalog-toolbar {
    gap: 10px;
  }

  .tk-catalog-toolbar__woo .woocommerce-result-count {
    display: none;
  }

  .tk-catalog-toolbar__woo .woocommerce-ordering select {
    max-width: 175px;
    font-size: 12px;
  }

  .tk-hero {
    padding-top: 48px;
  }

  .tk-hero__lead {
    margin-block: 22px 27px;
  }

  .tk-hero__proof {
    grid-template-columns: 1fr 1fr;
  }

  .tk-hero-gallery {
    min-height: 430px;
    grid-template-columns: 1.18fr .82fr;
  }

  .tk-hero-gallery__seal {
    bottom: -30px;
    left: 12px;
    width: 86px;
    height: 86px;
  }

  .tk-hero-gallery__seal strong {
    font-size: 22px;
  }

  .tk-value-strip__grid {
    display: block;
    padding-block: 8px;
  }

  .tk-value-strip__grid > div {
    padding: 14px 0;
    border: 0 !important;
    border-bottom: 1px solid var(--tk-line) !important;
  }

  .tk-value-strip__grid > div:last-child {
    border-bottom: 0 !important;
  }

  .tk-section-heading {
    display: block;
  }

  .tk-section-heading .tk-text-link {
    margin-top: 20px;
  }

  .tk-category-grid {
    display: flex;
    width: calc(100% + 14px);
    padding-right: 14px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tk-category-card {
    display: flex;
    min-width: min(82vw, 330px);
    scroll-snap-align: start;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 10px;
  }

  .woocommerce ul.products li.product .button {
    min-height: 44px;
    padding-inline: 10px;
    opacity: 1;
    transform: none;
  }

  .tk-stock-badge {
    top: 7px;
    left: 7px;
    padding: 5px 6px;
    font-size: 8px;
  }

  .tk-editorial__grid {
    grid-template-columns: 1fr;
  }

  .tk-editorial-card {
    min-height: 480px;
  }

  .tk-story__mark {
    min-height: 340px;
  }

  .tk-story__facts {
    grid-template-columns: 1fr;
  }

  .tk-help__links a {
    grid-template-columns: 34px 1fr auto;
    gap: 8px;
  }

  .tk-contact-ribbon__inner {
    display: block;
  }

  .tk-contact-ribbon__links {
    margin-top: 28px;
    align-items: flex-start;
  }

  .tk-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tk-footer__brand {
    grid-column: 1 / -1;
  }

  .tk-footer__grid > div:last-child {
    grid-column: auto;
  }

  .tk-footer__bottom {
    display: block;
    padding-block: 22px;
  }

  .tk-legal-menu {
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .tk-post-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product form.cart {
    align-items: stretch;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button {
    flex: 1;
  }

  .tk-product-help {
    display: block;
  }

  .tk-product-help__links {
    margin-top: 12px;
    align-items: flex-start;
  }

  .woocommerce-cart table.shop_table_responsive tr td::before {
    color: var(--tk-muted);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .woocommerce-cart table.cart img {
    width: 78px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .tk-commerce-service {
    grid-template-columns: 1fr;
  }

  .woocommerce form.checkout #order_review {
    padding: 16px;
  }

  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar {
    padding: 16px !important;
  }
}

/* Version 0.5.11: warmer, sales-led mega menu. */
.tk-mega-menu {
  padding-block: 5px;
  gap: 4px;
}

.tk-mega-menu > li > a,
.tk-mega-trigger {
  min-height: 42px;
  margin-block: 0;
  padding-inline: 17px;
  border-radius: 14px;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.tk-mega-menu > li > a:hover,
.tk-mega-trigger:hover,
.tk-has-mega.is-open > .tk-mega-trigger {
  color: #164c37;
  background: #eef5ee;
  transform: translateY(-1px);
}

.tk-mega-menu__all > a {
  margin-block: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #164c37, #2b7154) !important;
  box-shadow: 0 7px 18px rgba(22, 76, 55, .16);
}

.tk-mega-menu__highlight > a {
  padding-inline: 18px;
  color: #a72f54 !important;
  background: #fff0f3;
}

.tk-mega-menu__highlight > a::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #db4f77;
  box-shadow: 0 0 0 5px rgba(219, 79, 119, .1);
  content: '';
}

.tk-mega-panel {
  padding: 20px 0 0;
  border-top: 1px solid rgba(41, 72, 54, .1);
  background:
    radial-gradient(circle at 8% 0, rgba(246, 213, 220, .36), transparent 25%),
    radial-gradient(circle at 92% 100%, rgba(219, 235, 218, .5), transparent 27%),
    rgba(255, 253, 250, .99);
  box-shadow: 0 34px 75px rgba(31, 58, 42, .17);
}

.tk-mega-panel__inner {
  width: var(--tk-container);
  margin-inline: auto;
}

.tk-mega-panel__head {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tk-mega-panel__head > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.tk-mega-panel__head small {
  color: #cf486d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-mega-panel__head strong {
  color: #173d2c;
  font-family: var(--tk-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.tk-mega-panel__head > a {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid rgba(33, 74, 52, .18);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  color: #164c37;
  background: rgba(255, 255, 255, .75);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tk-mega-panel__head > a:hover {
  border-color: #cf486d;
  color: #a72f54;
}

.tk-mega-panel__grid {
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(290px, 1.12fr);
  gap: 15px;
}

.tk-mega-group {
  position: relative;
  min-width: 0;
  min-height: 286px;
  padding: 20px 19px 14px;
  overflow: hidden;
  border: 1px solid rgba(39, 75, 55, .09);
  border-radius: 20px;
}

.tk-mega-group--sage {
  background: linear-gradient(145deg, #edf6ed, #f8fbf5);
}

.tk-mega-group--blush {
  background: linear-gradient(145deg, #fff0f3, #fff9f8);
}

.tk-mega-group--butter {
  background: linear-gradient(145deg, #fff6d9, #fffaf0);
}

.tk-mega-group__number {
  position: absolute;
  top: -13px;
  right: 10px;
  color: rgba(30, 75, 51, .075);
  font-family: var(--tk-serif);
  font-size: 78px;
  line-height: 1;
}

.tk-mega-group .tk-mega-panel__title {
  position: relative;
  margin: 0 0 4px;
  color: #173d2c;
  font-size: 14px;
  letter-spacing: .12em;
}

.tk-mega-group__intro {
  position: relative;
  min-height: 44px;
  margin: 0 0 9px;
  color: #69766d;
  font-size: 13px;
  line-height: 1.45;
}

.tk-mega-group > a {
  display: grid;
  min-height: 43px;
  padding: 8px 0;
  border-top: 1px solid rgba(35, 73, 51, .09);
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 7px;
  color: #263c30;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.tk-mega-group > a:hover {
  color: #b7355b;
}

.tk-mega-group > a em {
  padding: 3px 7px;
  border-radius: 999px;
  color: #a72f54;
  background: rgba(255, 255, 255, .82);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tk-mega-group > a b {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #21573f;
  background: rgba(255, 255, 255, .9);
  font-size: 13px;
  place-items: center;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.tk-mega-group > a:hover b {
  color: #fff;
  background: #cf486d;
  transform: translateX(2px);
}

.tk-mega-feature-stack {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 11px;
}

.tk-mega-feature {
  display: flex;
  position: relative;
  min-height: 219px;
  padding: 22px;
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  color: #fff;
  background:
    linear-gradient(125deg, rgba(14, 55, 38, .93), rgba(25, 76, 51, .58)),
    url('../images/tekokukka-floral-hero-v3.webp') center 45% / cover;
  box-shadow: 0 16px 34px rgba(20, 61, 40, .15);
  text-decoration: none;
}

.tk-mega-feature::after {
  position: absolute;
  right: -28px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  content: '';
}

.tk-mega-feature > * {
  position: relative;
  z-index: 1;
}

.tk-mega-feature small {
  margin-bottom: 8px;
  color: #ffd8e2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-mega-feature strong {
  max-width: 270px;
  font-family: var(--tk-serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.02;
}

.tk-mega-feature p {
  max-width: 250px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  line-height: 1.4;
}

.tk-mega-feature > span {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 850;
}

.tk-mega-feature:hover > span {
  color: #ffd1dc;
}

.tk-mega-pro {
  display: flex;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(46, 80, 60, .13);
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #173d2c;
  background: rgba(255, 255, 255, .87);
  text-decoration: none;
}

.tk-mega-pro span,
.tk-mega-pro small,
.tk-mega-pro strong {
  display: block;
}

.tk-mega-pro small {
  color: #b7355b;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tk-mega-pro strong {
  margin-top: 1px;
  font-size: 13px;
}

.tk-mega-pro b {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #cf486d;
  place-items: center;
}

.tk-mega-panel__footer {
  display: flex;
  min-height: 53px;
  margin-top: 16px;
  border-top: 1px solid rgba(41, 72, 54, .1);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #59695f;
  font-size: 12px;
  font-weight: 700;
}

.tk-mega-panel__footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tk-mega-panel__footer span b {
  color: #c23e65;
}

.tk-mega-panel__footer a {
  color: #174b37;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(23, 75, 55, .3);
  text-underline-offset: 3px;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .tk-mega-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tk-mega-feature-stack {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 260px;
    grid-template-rows: none;
  }

  .tk-mega-feature {
    min-height: 145px;
  }
}

@media (max-width: 960px) {
  .tk-mega-menu {
    padding: 8px 20px 30px;
  }

  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    margin-block: 0;
    border-radius: 0;
    transform: none !important;
  }

  .tk-mega-menu__all > a,
  .tk-mega-menu__highlight > a {
    margin-block: 6px;
    padding-inline: 16px !important;
    border: 0;
    border-radius: 14px;
  }

  .tk-mega-panel {
    padding: 16px 0 20px;
    background: #fffdfb;
  }

  .tk-mega-panel__inner {
    width: 100%;
  }

  .tk-mega-panel__head {
    align-items: flex-start;
  }

  .tk-mega-panel__head > div {
    display: block;
  }

  .tk-mega-panel__head strong {
    display: block;
    margin-top: 3px;
    font-size: 20px;
  }

  .tk-mega-panel__head > a {
    min-height: 38px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .tk-mega-panel__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tk-mega-group {
    min-height: 0;
  }

  .tk-mega-feature-stack {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .tk-mega-feature {
    min-height: 165px;
  }

  .tk-mega-panel__footer {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 20px;
  }

  .tk-mega-panel__footer a {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .tk-mega-panel__head {
    display: block;
  }

  .tk-mega-panel__head > a {
    margin-top: 10px;
  }

  .tk-mega-panel__grid,
  .tk-mega-feature-stack {
    grid-template-columns: 1fr;
  }

  .tk-mega-feature-stack {
    grid-column: auto;
  }

  .tk-mega-panel__footer {
    display: grid;
    padding-top: 14px;
  }

  .tk-mega-panel__footer a {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Version 0.2: prominent Doofinder search, mega menu and sales-first hero. */
body {
  overflow-x: clip;
}

.tk-header__main {
  min-height: 84px;
  grid-template-columns: 190px minmax(360px, 1fr) auto auto;
  gap: 18px;
}

.tk-header-search {
  display: grid;
  min-width: 0;
  height: 52px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  overflow: hidden;
  border: 2px solid var(--tk-forest-dark);
  border-radius: 9px;
  background: var(--tk-white);
  box-shadow: 0 8px 24px rgba(18, 53, 35, .07);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.tk-header-search:focus-within {
  border-color: var(--tk-petal);
  box-shadow: 0 0 0 4px rgba(198, 95, 125, .13), 0 8px 24px rgba(18, 53, 35, .08);
}

.tk-header-search__icon {
  display: grid;
  color: var(--tk-forest-dark);
  place-items: center;
}

.tk-header-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 0 8px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 550;
}

.tk-header-search input[type="search"]::placeholder {
  color: #778078;
  opacity: 1;
}

.tk-header-search button {
  min-width: 76px;
  padding: 0 20px;
  border: 0;
  color: var(--tk-white);
  background: var(--tk-forest-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.tk-header-search button:hover {
  background: var(--tk-forest);
}

.tk-header-support {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--tk-forest-dark);
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.tk-header-support > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--tk-mist);
  place-items: center;
}

.tk-header-support small,
.tk-header-support strong {
  display: block;
}

.tk-header-support small {
  margin-bottom: 3px;
  color: var(--tk-muted);
  font-size: 10px;
}

.tk-header-support strong {
  font-size: 13px;
}

.tk-navigation {
  position: static;
  width: 100%;
  justify-self: stretch;
  border-top: 1px solid var(--tk-line);
  border-bottom: 1px solid var(--tk-line);
  background: var(--tk-white);
}

.tk-mega-menu {
  display: flex;
  min-height: 48px;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: stretch;
  justify-content: center;
  list-style: none;
}

.tk-mega-menu > li {
  display: flex;
  position: static;
  align-items: stretch;
}

.tk-mega-menu > li > a,
.tk-mega-trigger {
  display: inline-flex;
  padding: 0 18px;
  border: 0;
  align-items: center;
  color: var(--tk-ink);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.tk-mega-menu > li > a:hover,
.tk-mega-trigger:hover,
.tk-has-mega.is-open > .tk-mega-trigger {
  color: var(--tk-forest);
  background: var(--tk-mist);
}

.tk-mega-trigger span {
  margin-left: 7px;
  font-size: 16px;
  transition: transform .2s ease;
}

.tk-has-mega.is-open .tk-mega-trigger span {
  transform: rotate(180deg);
}

.tk-mega-menu__all > a {
  color: var(--tk-white) !important;
  background: var(--tk-forest-dark) !important;
}

.tk-mega-menu__highlight > a {
  color: #8e294a !important;
}

.tk-mega-panel {
  position: absolute;
  z-index: 140;
  top: 100%;
  right: 0;
  left: 0;
  padding: 30px 0 34px;
  border-top: 1px solid var(--tk-line);
  background: var(--tk-white);
  box-shadow: 0 30px 70px rgba(18, 53, 35, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease;
}

.tk-has-mega.is-open .tk-mega-panel,
.tk-has-mega:hover .tk-mega-panel,
.tk-has-mega:focus-within .tk-mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tk-mega-panel__grid {
  display: grid;
  width: var(--tk-container);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, .9fr);
  gap: 28px;
}

.tk-mega-panel__grid > div {
  display: grid;
  gap: 5px;
  align-content: start;
}

.tk-mega-panel__title {
  margin: 0 0 9px;
  color: var(--tk-forest-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tk-mega-panel__grid > div > a {
  padding: 6px 0;
  color: #3d463f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.tk-mega-panel__grid > div > a:hover {
  color: var(--tk-petal);
  transform: translateX(3px);
}

.tk-mega-promo {
  display: flex;
  min-height: 190px;
  padding: 24px;
  flex-direction: column;
  color: var(--tk-white);
  background:
    radial-gradient(circle at 90% 0, rgba(255, 255, 255, .13), transparent 42%),
    linear-gradient(135deg, #173e2a, #285f41);
  text-decoration: none;
}

.tk-mega-promo small {
  margin-bottom: 15px;
  color: #d8e8dd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-mega-promo strong {
  font-family: var(--tk-serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.15;
}

.tk-mega-promo span {
  display: flex;
  margin-top: auto;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 750;
}

.tk-sales-hero {
  padding: 34px 0 0;
  background:
    radial-gradient(circle at 4% 10%, rgba(113, 141, 109, .13), transparent 28%),
    linear-gradient(110deg, #fff 0%, #fff 47%, #f6f2ee 100%);
}

.tk-sales-hero::before {
  display: none;
}

.tk-sales-hero__grid {
  display: grid;
  min-height: 585px;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.tk-sales-hero__content {
  z-index: 2;
  padding: 42px 0 54px;
}

.tk-sales-hero__badge {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 7px 11px;
  gap: 6px;
  border-radius: 999px;
  color: var(--tk-forest-dark);
  background: #eaf2ec;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tk-sales-hero__badge span {
  color: #9d3154;
  font-weight: 900;
}

.tk-sales-hero h1 {
  max-width: 650px;
  font-family: var(--tk-sans);
  font-size: clamp(3rem, 5vw, 4.9rem);
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

.tk-sales-hero__lead {
  max-width: 650px;
  margin: 24px 0 28px;
  color: #49534c;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

.tk-button--sales {
  min-height: 55px;
  color: var(--tk-white);
  background: var(--tk-petal);
  box-shadow: 0 12px 28px rgba(155, 48, 82, .22);
}

.tk-button--sales:hover {
  color: var(--tk-white);
  background: #a63e60;
}

.tk-button--outline {
  min-height: 55px;
  border-color: var(--tk-forest-dark);
  color: var(--tk-forest-dark);
  background: var(--tk-white);
}

.tk-sales-hero__proof {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.tk-sales-hero__proof > span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--tk-forest-dark);
  font-size: 12px;
}

.tk-sales-hero__proof b {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
}

.tk-sales-hero__visual {
  position: relative;
  min-height: 555px;
}

.tk-sales-hero__main-product {
  display: block;
  position: absolute;
  inset: 0 78px 0 0;
  overflow: hidden;
  border-radius: 18px 18px 70px 18px;
  background: #e7eee4;
  box-shadow: 0 25px 60px rgba(22, 33, 25, .14);
  text-decoration: none;
}

.tk-sales-hero__main-product > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.tk-sales-hero__main-product:hover > img {
  transform: scale(1.025);
}

.tk-sales-hero__main-product > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
}

.tk-sales-hero__main-product small,
.tk-sales-hero__main-product strong {
  display: block;
}

.tk-sales-hero__main-product small {
  margin-bottom: 2px;
  color: var(--tk-petal);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tk-sales-hero__main-product strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tk-sales-hero__placeholder {
  background: linear-gradient(145deg, #eaf1e7, #cedbc9);
}

.tk-sales-hero__mini {
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 150px;
  overflow: hidden;
  border: 8px solid var(--tk-white);
  border-radius: 12px;
  background: var(--tk-white);
  box-shadow: 0 18px 42px rgba(22, 33, 25, .16);
  text-decoration: none;
}

.tk-sales-hero__mini--1 { top: 48px; }
.tk-sales-hero__mini--2 { bottom: 48px; }

.tk-sales-hero__mini img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.tk-sales-hero__mini span {
  display: block;
  overflow: hidden;
  padding: 8px 4px 3px;
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tk-sales-hero__seal {
  display: grid;
  position: absolute;
  z-index: 4;
  right: 110px;
  bottom: -25px;
  width: 100px;
  height: 100px;
  border: 5px solid var(--tk-white);
  border-radius: 50%;
  color: var(--tk-white);
  background: var(--tk-forest-dark);
  place-content: center;
  text-align: center;
}

.tk-sales-hero__seal strong,
.tk-sales-hero__seal span {
  display: block;
}

.tk-sales-hero__seal strong {
  font-size: 24px;
  line-height: 1;
}

.tk-sales-hero__seal span {
  width: 70px;
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tk-quick-categories {
  display: flex;
  min-height: 68px;
  margin-top: 34px;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--tk-line);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.tk-quick-categories::-webkit-scrollbar {
  display: none;
}

.tk-quick-categories span {
  margin-right: 4px;
  color: var(--tk-muted);
  font-size: 11px;
  font-weight: 750;
}

.tk-quick-categories a {
  padding: 8px 13px;
  border: 1px solid var(--tk-line);
  border-radius: 999px;
  color: var(--tk-forest-dark);
  background: var(--tk-white);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.tk-quick-categories a:hover {
  border-color: var(--tk-forest);
  background: var(--tk-mist);
}

@media (max-width: 1180px) {
  .tk-header__main {
    grid-template-columns: 170px minmax(330px, 1fr) auto;
  }

  .tk-header-support {
    display: none;
  }

  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    padding-inline: 12px;
    font-size: 12px;
  }

  .tk-sales-hero__grid {
    grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  }
}

@media (max-width: 960px) {
  .tk-header__main {
    min-height: auto;
    padding-block: 10px 12px;
    grid-template-columns: 44px 1fr auto;
    gap: 8px 12px;
  }

  .tk-header-search {
    height: 48px;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .tk-header-search button {
    min-width: 66px;
    padding-inline: 14px;
  }

  .tk-navigation,
  .admin-bar .tk-navigation {
    position: absolute;
    z-index: 150;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 150px);
    padding: 0;
    overflow-y: auto;
    border-top: 1px solid var(--tk-line);
    background: var(--tk-white);
    box-shadow: 0 24px 60px rgba(18, 53, 35, .18);
  }

  .tk-navigation .tk-container {
    width: 100%;
  }

  .tk-mega-menu {
    display: block;
    min-height: 0;
    padding: 8px 20px 30px;
  }

  .tk-mega-menu > li {
    display: block;
  }

  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    width: 100%;
    min-height: 52px;
    padding: 0 4px;
    border-bottom: 1px solid var(--tk-line);
    justify-content: space-between;
    font-family: var(--tk-sans);
    font-size: 17px;
    font-weight: 750;
  }

  .tk-mega-menu__all > a {
    margin: 6px 0;
    padding-inline: 16px !important;
    border-radius: 7px;
  }

  .tk-mega-panel {
    display: none;
    position: static;
    padding: 18px 0 22px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .tk-has-mega:hover .tk-mega-panel,
  .tk-has-mega:focus-within .tk-mega-panel {
    display: none;
  }

  .tk-has-mega.is-open .tk-mega-panel {
    display: block;
  }

  .tk-mega-panel__grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .tk-mega-promo {
    min-height: 170px;
  }

  .tk-sales-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tk-sales-hero__content {
    padding: 32px 0 22px;
  }

  .tk-sales-hero__visual {
    min-height: 520px;
  }
}

@media (max-width: 680px) {
  .tk-service-bar__inner > *:first-child {
    font-size: 11px;
  }

  .tk-brand .custom-logo {
    max-width: 145px;
  }

  .tk-header-actions .tk-account-link {
    display: none;
  }

  .tk-header-search {
    grid-template-columns: 42px minmax(0, 1fr) 58px;
  }

  .tk-header-search input[type="search"] {
    font-size: 14px;
  }

  .tk-mega-panel__grid {
    grid-template-columns: 1fr;
  }

  .tk-sales-hero {
    padding-top: 20px;
  }

  .tk-sales-hero__content {
    padding-top: 22px;
  }

  .tk-sales-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.65rem);
    line-height: .98;
  }

  .tk-sales-hero__lead {
    margin-block: 19px 23px;
    font-size: 16px;
  }

  .tk-sales-hero .tk-button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tk-sales-hero__proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tk-sales-hero__visual {
    min-height: 390px;
  }

  .tk-sales-hero__main-product {
    inset: 0 34px 0 0;
    border-radius: 14px 14px 45px 14px;
  }

  .tk-sales-hero__mini {
    width: 104px;
    border-width: 5px;
  }

  .tk-sales-hero__mini--1 { top: 28px; }
  .tk-sales-hero__mini--2 { bottom: 28px; }

  .tk-sales-hero__seal {
    right: 65px;
    bottom: -22px;
    width: 82px;
    height: 82px;
  }

  .tk-quick-categories {
    margin-top: 32px;
  }
}

/* Version 0.3: luminous floral storefront. The home page intentionally keeps
   imported product photography below the opening discovery experience. */
:root {
  --tk-ink: #20332a;
  --tk-forest: #2f624b;
  --tk-forest-dark: #1e4434;
  --tk-leaf: #759b78;
  --tk-petal: #d95578;
  --tk-petal-soft: #fbe8ec;
  --tk-pollen: #e7ad3e;
  --tk-mist: #f4f8f3;
  --tk-warm: #fff9f3;
  --tk-line: #e9e4dc;
  --tk-muted: #647168;
  --tk-serif: Didot, "Bodoni 72", "Iowan Old Style", Georgia, serif;
  --tk-sans: Inter, Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --tk-container: min(100% - 48px, 1380px);
  --tk-shadow: 0 24px 70px rgba(53, 69, 59, .12);
  --tk-radius: 16px;
}

body {
  background: #fff;
}

.tk-service-bar {
  color: #3d463e;
  background: #faece7;
  border-bottom: 1px solid #f2dcd5;
}

.tk-service-bar__inner {
  min-height: 36px;
}

.tk-service-bar__inner > * {
  border-color: rgba(109, 77, 67, .14);
}

.tk-header {
  border-bottom-color: #eee9e2;
  background: rgba(255, 255, 255, .985);
}

.tk-header.is-scrolled {
  box-shadow: 0 14px 45px rgba(48, 64, 54, .09);
}

.tk-header__main {
  min-height: 92px;
  grid-template-columns: 190px minmax(420px, 1fr) auto auto;
  gap: 24px;
}

.tk-wordmark {
  font-size: 34px;
  font-weight: 500;
}

.tk-wordmark small {
  color: #7b6e69;
  font-size: 7px;
  letter-spacing: .25em;
}

.tk-header-search {
  height: 58px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  border: 1px solid #d9dcd4;
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(47, 69, 55, .08);
}

.tk-header-search:focus-within {
  border-color: #d95578;
  box-shadow: 0 0 0 4px rgba(217, 85, 120, .12), 0 12px 34px rgba(47, 69, 55, .1);
}

.tk-header-search button {
  min-width: 92px;
  margin: 5px;
  padding-inline: 22px;
  border-radius: 999px;
  background: var(--tk-petal);
}

.tk-header-search button:hover {
  background: #bf3f63;
}

.tk-header-support > span:first-child {
  background: #fdf0ec;
}

.tk-navigation {
  border-top-color: #f0ece6;
  border-bottom-color: #eee9e2;
  background: #fffdfb;
}

.tk-mega-menu {
  min-height: 50px;
}

.tk-mega-menu > li > a,
.tk-mega-trigger {
  padding-inline: 20px;
  font-size: 13px;
  letter-spacing: .005em;
}

.tk-mega-menu__all > a {
  margin-block: 7px;
  padding-inline: 19px !important;
  border-radius: 999px;
  color: var(--tk-forest-dark) !important;
  background: #eaf4eb !important;
}

.tk-mega-menu__highlight > a {
  color: #b8345a !important;
}

.tk-mega-promo {
  border-radius: 18px;
  color: #28382f;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, .75), transparent 38%),
    linear-gradient(135deg, #f9dfe6, #e8f3e6);
}

.tk-mega-promo small {
  color: #a52c52;
}

/* Home page */
.tk-home-v3 {
  overflow: hidden;
}

.tk-v3-section {
  padding-block: clamp(82px, 8.5vw, 132px);
}

.tk-v3-kicker {
  margin: 0 0 16px;
  color: var(--tk-forest-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tk-v3-kicker span {
  color: var(--tk-petal);
}

.tk-v3-hero {
  position: relative;
  min-height: 748px;
  padding-bottom: 58px;
  overflow: hidden;
  background: #fffaf5;
  isolation: isolate;
}

.tk-v3-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.tk-v3-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tk-v3-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 251, 246, .98) 0%, rgba(255, 251, 246, .92) 27%, rgba(255, 251, 246, .28) 51%, rgba(255, 251, 246, 0) 70%);
  content: "";
  pointer-events: none;
}

.tk-v3-hero__layout {
  display: grid;
  min-height: 650px;
  align-items: center;
}

.tk-v3-hero__content {
  width: min(100%, 690px);
  padding: 66px 0 88px;
}

.tk-v3-hero h1 {
  max-width: 760px;
  color: #20332a;
  font-family: var(--tk-serif);
  font-size: clamp(4.5rem, 7vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .82;
  text-wrap: balance;
}

.tk-v3-hero h1 em {
  color: var(--tk-petal);
  font-weight: 400;
}

.tk-v3-hero__mobile-bloom {
  display: none;
}

.tk-v3-hero__lead {
  max-width: 610px;
  margin: 30px 0 24px;
  color: #4b5a50;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.7;
}

.tk-v3-hero-search {
  display: grid;
  width: min(100%, 670px);
  min-height: 66px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(42, 76, 57, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 55px rgba(73, 73, 50, .15);
  backdrop-filter: blur(10px);
}

.tk-v3-hero-search > span {
  display: grid;
  color: var(--tk-forest-dark);
  place-items: center;
}

.tk-v3-hero-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 0 12px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}

.tk-v3-hero-search input::placeholder {
  color: #7d827d;
  opacity: 1;
}

.tk-v3-hero-search button {
  min-width: 92px;
  margin: 6px;
  padding-inline: 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--tk-forest-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.tk-v3-hero-search:focus-within {
  border-color: var(--tk-petal);
  box-shadow: 0 0 0 4px rgba(217, 85, 120, .13), 0 20px 55px rgba(73, 73, 50, .16);
}

.tk-v3-hero__popular {
  display: flex;
  margin-top: 13px;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  color: #657167;
  font-size: 12px;
}

.tk-v3-hero__popular a {
  color: var(--tk-forest-dark);
  font-weight: 750;
  text-decoration: none;
}

.tk-v3-hero__popular a:hover {
  color: var(--tk-petal);
}

.tk-v3-hero__actions {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}

.tk-v3-button {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 23px;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background-color .2s ease;
}

.tk-v3-button:hover {
  transform: translateY(-2px);
}

.tk-v3-button--primary {
  color: #fff;
  background: var(--tk-petal);
  box-shadow: 0 14px 32px rgba(181, 49, 86, .22);
}

.tk-v3-button--primary:hover {
  color: #fff;
  background: #bd3d61;
}

.tk-v3-button--quiet {
  color: var(--tk-forest-dark);
  border-color: rgba(32, 68, 52, .28);
  background: rgba(255, 255, 255, .76);
}

.tk-v3-button--quiet:hover {
  background: #fff;
}

.tk-v3-trust {
  display: grid;
  position: relative;
  z-index: 3;
  min-height: 104px;
  margin-top: -52px;
  padding: 19px 25px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(44, 72, 57, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 70px rgba(66, 69, 52, .14);
  backdrop-filter: blur(14px);
}

.tk-v3-trust > * {
  display: grid;
  padding: 8px 24px;
  border-right: 1px solid #ebe6df;
  align-content: center;
  color: inherit;
  text-decoration: none;
}

.tk-v3-trust > *:last-child {
  border-right: 0;
}

.tk-v3-trust strong,
.tk-v3-trust span {
  display: block;
}

.tk-v3-trust strong {
  color: #26382e;
  font-size: 14px;
}

.tk-v3-trust span {
  margin-top: 3px;
  color: #738078;
  font-size: 11px;
}

.tk-v3-heading {
  display: grid;
  margin-bottom: clamp(38px, 5vw, 66px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: 60px;
  align-items: end;
}

.tk-v3-heading h2,
.tk-v3-delivery h2,
.tk-v3-story h2 {
  color: #26382e;
  font-family: var(--tk-serif);
  font-size: clamp(3rem, 5vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .95;
}

.tk-v3-heading > p {
  max-width: 510px;
  margin: 0 0 7px auto;
  color: #68746c;
  font-size: 16px;
  line-height: 1.75;
}

.tk-v3-heading--compact {
  align-items: end;
}

.tk-v3-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--tk-forest-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tk-v3-text-link:hover {
  color: var(--tk-petal);
}

.tk-v3-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tk-v3-category {
  display: grid;
  position: relative;
  min-height: 174px;
  padding: 28px 30px;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  border: 1px solid rgba(58, 71, 62, .07);
  border-radius: 24px;
  align-items: center;
  overflow: hidden;
  color: #24362d;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.tk-v3-category::after {
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  content: "";
}

.tk-v3-category:hover {
  z-index: 2;
  box-shadow: 0 22px 50px rgba(56, 67, 58, .12);
  transform: translateY(-5px);
}

.tk-v3-category--coral { background: #ffe5de; }
.tk-v3-category--sage { background: #e2f0e2; }
.tk-v3-category--lilac { background: #eee6f8; }
.tk-v3-category--rose { background: #f9e5ec; }
.tk-v3-category--sky { background: #e5f0f2; }
.tk-v3-category--butter { background: #fff1c9; }

.tk-v3-category__mark {
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(40, 56, 47, .13);
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
  font-family: var(--tk-serif);
  font-size: 29px;
  place-items: center;
}

.tk-v3-category__copy {
  min-width: 0;
}

.tk-v3-category__copy strong,
.tk-v3-category__copy small {
  display: block;
}

.tk-v3-category__copy strong {
  margin-bottom: 6px;
  font-family: var(--tk-serif);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.tk-v3-category__copy small {
  color: rgba(36, 54, 45, .7);
  font-size: 12px;
  line-height: 1.45;
}

.tk-v3-category__arrow {
  display: grid;
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  place-items: center;
  transition: transform .2s ease, background-color .2s ease;
}

.tk-v3-category:hover .tk-v3-category__arrow {
  background: #fff;
  transform: translateX(4px);
}

.tk-v3-delivery {
  background: #f3f8f2;
}

.tk-v3-delivery__layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.tk-v3-delivery__intro > p:not(.tk-v3-kicker) {
  max-width: 590px;
  margin: 28px 0 26px;
  color: #5e6b62;
  font-size: 16px;
  line-height: 1.75;
}

.tk-v3-delivery__cards {
  display: grid;
  gap: 18px;
}

.tk-v3-delivery-card {
  display: grid;
  min-height: 220px;
  padding: 30px 34px;
  grid-template-columns: minmax(130px, .38fr) 1fr;
  grid-template-rows: 1fr auto;
  gap: 10px 34px;
  border-radius: 28px;
  align-items: center;
}

.tk-v3-delivery-card--quick {
  background: #ffe3dc;
}

.tk-v3-delivery-card--main {
  background: #dfeee0;
}

.tk-v3-delivery-card--order {
  background: #f4ead8;
}

.tk-v3-delivery-card__number {
  grid-row: 1 / span 2;
  font-family: var(--tk-serif);
  font-size: clamp(4.6rem, 7vw, 7.5rem);
  letter-spacing: -.08em;
  line-height: .8;
}

.tk-v3-delivery-card strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--tk-serif);
  font-size: 32px;
  font-weight: 500;
}

.tk-v3-delivery-card p {
  max-width: 390px;
  margin: 0;
  color: rgba(33, 54, 43, .72);
  font-size: 13px;
  line-height: 1.55;
}

.tk-v3-delivery-card small {
  color: rgba(33, 54, 43, .65);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tk-v3-products {
  background: #fff;
}

.tk-v3-products .woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  border-radius: 22px;
  background: #faf8f5;
  object-fit: contain;
}

.tk-v3-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
}

.tk-v3-services {
  background: #fffaf4;
}

.tk-v3-service-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.08fr .84fr;
  gap: 16px;
}

.tk-v3-service {
  display: flex;
  min-height: 420px;
  padding: clamp(30px, 3.2vw, 48px);
  border-radius: 30px;
  flex-direction: column;
  color: #26372e;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.tk-v3-service:hover {
  box-shadow: 0 24px 55px rgba(67, 61, 52, .12);
  transform: translateY(-5px);
}

.tk-v3-service--business { background: #e2efe1; }
.tk-v3-service--wedding { background: #fae4e9; }
.tk-v3-service--mystery { background: #f7eabf; }

.tk-v3-service > span {
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-v3-service h3 {
  max-width: 480px;
  font-family: var(--tk-serif);
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
}

.tk-v3-service p {
  max-width: 440px;
  margin: 24px 0;
  color: rgba(38, 55, 46, .7);
  font-size: 14px;
  line-height: 1.65;
}

.tk-v3-service > strong {
  display: inline-flex;
  margin-top: auto;
  gap: 9px;
  align-items: center;
  font-size: 13px;
}

.tk-v3-story {
  background: #fff;
}

.tk-v3-story__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
}

.tk-v3-story__statement {
  position: relative;
  min-height: 500px;
  padding: clamp(35px, 5vw, 70px);
  border-radius: 50% 50% 45% 55% / 43% 54% 46% 57%;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 15%, rgba(255, 233, 214, .35), transparent 27%),
    linear-gradient(145deg, #4d745b, #234c39);
}

.tk-v3-story__statement::before,
.tk-v3-story__statement::after {
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  content: "";
}

.tk-v3-story__statement::before { top: -45px; right: -35px; }
.tk-v3-story__statement::after { right: 50px; bottom: -105px; }

.tk-v3-story__year {
  display: block;
  font-family: var(--tk-serif);
  font-size: clamp(5rem, 9vw, 10rem);
  letter-spacing: -.08em;
  line-height: .9;
}

.tk-v3-story__statement p {
  position: absolute;
  right: clamp(32px, 5vw, 70px);
  bottom: clamp(50px, 7vw, 95px);
  left: clamp(32px, 5vw, 70px);
  margin: 0;
  font-family: var(--tk-serif);
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.18;
}

.tk-v3-story__copy > p:not(.tk-v3-kicker) {
  max-width: 650px;
  margin: 28px 0;
  color: #5d6b62;
  font-size: 17px;
  line-height: 1.8;
}

.tk-v3-story__contacts {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.tk-v3-story__contacts a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--tk-forest-dark);
  background: #f2f6f1;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .tk-header__main {
    grid-template-columns: 170px minmax(340px, 1fr) auto;
  }

  .tk-v3-category {
    padding-inline: 24px;
    gap: 15px;
  }

  .tk-v3-category__mark {
    width: 52px;
    height: 52px;
  }

  .tk-v3-delivery__layout {
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    gap: 55px;
  }
}

@media (max-width: 960px) {
  :root {
    --tk-container: min(100% - 36px, 1380px);
  }

  .tk-header__main {
    min-height: auto;
    padding-block: 12px;
    grid-template-columns: 44px 1fr auto;
  }

  .tk-header-search {
    height: 52px;
  }

  .tk-mega-menu__all > a {
    border-radius: 14px;
  }

  .tk-v3-hero {
    min-height: 0;
    padding-bottom: 26px;
  }

  .tk-v3-hero__media {
    height: 570px;
  }

  .tk-v3-hero__media img {
    object-position: 68% center;
  }

  .tk-v3-hero::after {
    background: linear-gradient(90deg, rgba(255, 251, 246, .98), rgba(255, 251, 246, .7) 58%, rgba(255, 251, 246, .18));
  }

  .tk-v3-hero__layout {
    min-height: 570px;
  }

  .tk-v3-hero__content {
    width: min(100%, 630px);
    padding: 48px 0 58px;
  }

  .tk-v3-hero h1 {
    font-size: clamp(4.2rem, 10vw, 6.4rem);
  }

  .tk-v3-trust {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }

  .tk-v3-trust > *:nth-child(2) {
    border-right: 0;
  }

  .tk-v3-trust > *:nth-child(-n+2) {
    border-bottom: 1px solid #ebe6df;
  }

  .tk-v3-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tk-v3-delivery__layout,
  .tk-v3-story__layout {
    grid-template-columns: 1fr;
  }

  .tk-v3-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tk-v3-service--mystery {
    min-height: 300px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --tk-container: min(100% - 28px, 1380px);
  }

  .tk-service-bar__inner {
    min-height: 32px;
  }

  .tk-header-search button {
    min-width: 64px;
    padding-inline: 13px;
  }

  .tk-v3-section {
    padding-block: 72px;
  }

  .tk-v3-hero__media {
    display: none;
  }

  .tk-v3-hero::after {
    display: none;
  }

  .tk-v3-hero__layout {
    min-height: 0;
    align-items: start;
  }

  .tk-v3-hero__content {
    width: 100%;
    padding: 40px 0 30px;
  }

  .tk-v3-hero h1 {
    font-size: clamp(3.65rem, 17vw, 5.2rem);
    line-height: .84;
  }

  .tk-v3-hero__mobile-bloom {
    display: block;
    height: 235px;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 45px rgba(76, 69, 54, .13);
  }

  .tk-v3-hero__mobile-bloom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
  }

  .tk-v3-hero__lead {
    margin-block: 0 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .tk-v3-hero-search {
    min-height: 58px;
    grid-template-columns: 45px minmax(0, 1fr) auto;
  }

  .tk-v3-hero-search input[type="search"] {
    font-size: 14px;
  }

  .tk-v3-hero-search button {
    min-width: 64px;
    margin: 5px;
    padding-inline: 13px;
  }

  .tk-v3-hero__popular {
    display: none;
  }

  .tk-v3-hero__actions {
    margin-top: 18px;
  }

  .tk-v3-button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .tk-v3-trust {
    min-height: 0;
    padding: 8px;
    border-radius: 20px;
  }

  .tk-v3-trust > * {
    min-height: 78px;
    padding: 12px;
  }

  .tk-v3-trust strong {
    font-size: 12px;
  }

  .tk-v3-trust span {
    font-size: 10px;
  }

  .tk-v3-heading {
    margin-bottom: 34px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tk-v3-heading h2,
  .tk-v3-delivery h2,
  .tk-v3-story h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .tk-v3-heading > p {
    margin: 0;
    font-size: 14px;
  }

  .tk-v3-category-grid,
  .tk-v3-service-grid {
    grid-template-columns: 1fr;
  }

  .tk-v3-category {
    min-height: 132px;
    padding: 22px;
  }

  .tk-v3-category__copy strong {
    font-size: 1.75rem;
  }

  .tk-v3-delivery-card {
    min-height: 0;
    padding: 26px;
    grid-template-columns: 110px 1fr;
    gap: 7px 20px;
  }

  .tk-v3-delivery-card__number {
    font-size: 4.9rem;
  }

  .tk-v3-delivery-card strong {
    font-size: 25px;
  }

  .tk-v3-service,
  .tk-v3-service--mystery {
    min-height: 360px;
    grid-column: auto;
  }

  .tk-v3-service h3 {
    font-size: 2.8rem;
  }

  .tk-v3-story__statement {
    min-height: 390px;
  }

  .tk-v3-story__copy > p:not(.tk-v3-kicker) {
    font-size: 15px;
  }
}

/* Version 0.3.2: larger typography and controls for an older core audience. */
body {
  font-size: 18px;
  line-height: 1.68;
}

.tk-service-bar {
  font-size: 13px;
}

.tk-header-search input[type="search"] {
  font-size: 17px;
}

.tk-header-search button {
  min-width: 104px;
  font-size: 16px;
}

.tk-header-support small {
  font-size: 12px;
}

.tk-header-support strong {
  font-size: 15px;
}

.tk-mega-menu > li > a,
.tk-mega-trigger {
  min-height: 50px;
  font-size: 15px;
}

.tk-mega-panel__title {
  font-size: 13px;
}

.tk-mega-panel__grid > div > a {
  min-height: 38px;
  font-size: 16px;
}

.tk-button,
.tk-v3-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 58px;
  padding: 16px 27px;
  font-size: 16px;
}

.tk-icon-button {
  width: 48px;
  height: 48px;
}

.tk-v3-kicker {
  font-size: 13px;
}

.tk-v3-hero__lead {
  font-size: clamp(1.12rem, 1.45vw, 1.32rem);
}

.tk-v3-hero-search {
  min-height: 72px;
}

.tk-v3-hero-search input[type="search"] {
  font-size: 18px;
}

.tk-v3-hero-search button {
  min-width: 108px;
  padding-inline: 28px;
  font-size: 16px;
}

.tk-v3-hero__popular {
  font-size: 14px;
}

.tk-v3-trust strong {
  font-size: 16px;
}

.tk-v3-trust span {
  font-size: 13px;
}

.tk-v3-heading > p,
.tk-v3-delivery__intro > p:not(.tk-v3-kicker) {
  font-size: 18px;
}

.tk-v3-text-link,
.tk-text-link {
  min-height: 44px;
  font-size: 16px;
}

.tk-v3-category {
  min-height: 190px;
}

.tk-v3-category__copy small {
  font-size: 15px;
  line-height: 1.55;
}

.tk-v3-category__arrow {
  width: 48px;
  height: 48px;
}

.tk-v3-delivery-card p {
  font-size: 15px;
  line-height: 1.65;
}

.tk-v3-delivery-card small {
  font-size: 12px;
}

.tk-v3-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  line-height: 1.45;
}

.woocommerce ul.products li.product .price {
  font-size: 17px;
}

.tk-v3-service > span {
  font-size: 13px;
}

.tk-v3-service p {
  font-size: 17px;
  line-height: 1.72;
}

.tk-v3-service > strong {
  min-height: 44px;
  font-size: 16px;
}

.tk-v3-story__statement {
  display: flex;
  min-height: 530px;
  padding: clamp(48px, 5vw, 76px);
  flex-direction: column;
  justify-content: space-between;
}

.tk-v3-story__year {
  position: relative;
  z-index: 1;
  font-size: clamp(5.6rem, 7.5vw, 8.2rem);
}

.tk-v3-story__statement p {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: 440px;
  margin: 48px 0 0;
  font-size: clamp(1.7rem, 2.25vw, 2.45rem);
  line-height: 1.22;
}

.tk-v3-story__copy > p:not(.tk-v3-kicker) {
  font-size: 19px;
}

.tk-v3-story__contacts a {
  min-height: 48px;
  padding: 11px 17px;
  font-size: 15px;
}

.tk-footer,
.tk-footer p,
.tk-footer a {
  font-size: 15px;
}

@media (max-width: 1180px) {
  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    padding-inline: 14px;
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 17px;
  }

  .tk-header-search input[type="search"] {
    font-size: 16px;
  }

  .tk-header-search button {
    min-width: 72px;
    font-size: 15px;
  }

  .tk-v3-kicker {
    font-size: 12px;
    line-height: 1.45;
  }

  .tk-v3-hero__lead {
    font-size: 17px;
    line-height: 1.68;
  }

  .tk-v3-hero-search {
    min-height: 64px;
  }

  .tk-v3-hero-search input[type="search"] {
    font-size: 16px;
  }

  .tk-v3-hero-search button {
    min-width: 72px;
    padding-inline: 16px;
    font-size: 15px;
  }

  .tk-v3-button,
  .tk-button,
  .woocommerce a.button,
  .woocommerce button.button {
    min-height: 56px;
    padding: 15px 22px;
    font-size: 16px;
  }

  .tk-v3-category {
    min-height: 148px;
  }

  .tk-v3-category__copy small {
    font-size: 14px;
  }

  .tk-v3-delivery__intro > p:not(.tk-v3-kicker),
  .tk-v3-heading > p,
  .tk-v3-service p,
  .tk-v3-story__copy > p:not(.tk-v3-kicker) {
    font-size: 16px;
  }

  .tk-v3-story__statement {
    min-height: 430px;
    padding: 42px 36px;
  }

  .tk-v3-story__year {
    font-size: 5.6rem;
  }

  .tk-v3-story__statement p {
    max-width: 280px;
    margin-top: 34px;
    font-size: 1.65rem;
    line-height: 1.22;
  }
}

/* Version 0.3.3: the primary header search is a full large-touch control. */
.tk-header-search {
  height: 66px;
}

.tk-header-search button {
  min-height: 56px;
}

@media (max-width: 960px) {
  .tk-header-search {
    height: 64px;
  }

  .tk-header-search button {
    min-height: 54px;
  }
}

@media (max-width: 680px) {
  .tk-header-search {
    height: 60px;
  }

  .tk-header-search button {
    min-height: 50px;
  }
}

/* Version 0.4.0: colour-led discovery, editorial service imagery and a floral light footer. */
.tk-v3-colours {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 197, 189, .32), transparent 27%),
    radial-gradient(circle at 92% 78%, rgba(211, 226, 205, .52), transparent 28%),
    #fffaf5;
}

.tk-v3-colour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tk-v3-colour {
  --tk-colour-swatch: #eadfd6;
  display: grid;
  min-height: 132px;
  padding: 24px;
  grid-template-columns: 62px minmax(0, 1fr) 42px;
  gap: 17px;
  border: 1px solid rgba(40, 61, 49, .09);
  border-radius: 24px;
  align-items: center;
  color: #26382e;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 12px 38px rgba(74, 67, 58, .06);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tk-v3-colour:hover {
  border-color: color-mix(in srgb, var(--tk-colour-swatch), #26382e 20%);
  box-shadow: 0 20px 45px rgba(74, 67, 58, .12);
  transform: translateY(-4px);
}

.tk-v3-colour__swatch {
  width: 62px;
  height: 62px;
  border: 7px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  background: var(--tk-colour-swatch);
  box-shadow: 0 0 0 1px rgba(40, 61, 49, .1), 0 7px 18px rgba(64, 53, 47, .12);
}

.tk-v3-colour strong,
.tk-v3-colour small {
  display: block;
}

.tk-v3-colour strong {
  font-family: var(--tk-serif);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.05;
}

.tk-v3-colour small {
  margin-top: 7px;
  color: #69766e;
  font-size: 13px;
  font-weight: 700;
}

.tk-v3-colour__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f0eb;
  place-items: center;
  transition: transform .2s ease, background-color .2s ease;
}

.tk-v3-colour:hover .tk-v3-colour__arrow {
  background: #fff;
  transform: translateX(4px);
}

.tk-v3-colour--white  { --tk-colour-swatch: #fffdfa; }
.tk-v3-colour--pink   { --tk-colour-swatch: #f3a9bc; }
.tk-v3-colour--red    { --tk-colour-swatch: #bd3f4a; }
.tk-v3-colour--orange { --tk-colour-swatch: #ed8b4d; }
.tk-v3-colour--yellow { --tk-colour-swatch: #f2cd55; }
.tk-v3-colour--blue   { --tk-colour-swatch: #83afce; }
.tk-v3-colour--purple { --tk-colour-swatch: #9b7db1; }
.tk-v3-colour--green  { --tk-colour-swatch: #6e9a78; }

.tk-v3-colours__all {
  display: flex;
  margin-top: 34px;
  justify-content: center;
}

.tk-v3-delivery-card {
  grid-template-columns: minmax(185px, .42fr) minmax(0, 1fr);
}

.tk-v3-delivery-card__number {
  display: block;
  min-width: max-content;
  white-space: nowrap;
  font-size: clamp(4.25rem, 5.7vw, 6.85rem);
  font-variant-numeric: lining-nums tabular-nums;
}

.tk-v3-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tk-v3-service,
.tk-v3-service--mystery {
  position: relative;
  display: block;
  min-height: 590px;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #244233;
}

.tk-v3-service::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 29, 20, .05) 18%, rgba(12, 29, 20, .45) 53%, rgba(12, 29, 20, .93) 100%);
  pointer-events: none;
}

.tk-v3-service > .tk-v3-service__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
}

.tk-v3-service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.tk-v3-service--business .tk-v3-service__media img { object-position: 64% center; }
.tk-v3-service--wedding .tk-v3-service__media img { object-position: 64% center; }
.tk-v3-service--mystery .tk-v3-service__media img { object-position: 69% center; }

.tk-v3-service:hover .tk-v3-service__media img {
  transform: scale(1.045);
}

.tk-v3-service > .tk-v3-service__content {
  position: absolute;
  z-index: 2;
  display: flex;
  inset: 0;
  margin: 0;
  padding: clamp(30px, 3vw, 46px);
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}

.tk-v3-service__content > span {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tk-v3-service__content h3 {
  max-width: 460px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 3.2vw, 3.65rem);
  line-height: 1;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .22);
}

.tk-v3-service__content p {
  max-width: 420px;
  margin: 22px 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.58;
}

.tk-v3-service__content > strong {
  display: inline-flex;
  min-height: 48px;
  margin-top: 4px;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.tk-contact-ribbon {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #20352a;
  background: #fff9f5;
}

.tk-contact-ribbon__media {
  position: absolute;
  inset: 0;
}

.tk-contact-ribbon__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 249, 245, .98) 0%, rgba(255, 249, 245, .9) 38%, rgba(255, 249, 245, .14) 67%, rgba(255, 249, 245, .02) 100%);
}

.tk-contact-ribbon__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tk-contact-ribbon__inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding-block: 64px;
  align-items: center;
  justify-content: flex-start;
}

.tk-contact-ribbon__copy {
  width: min(52%, 690px);
}

.tk-contact-ribbon .tk-eyebrow {
  color: #2e684f;
}

.tk-contact-ribbon h2 {
  max-width: 650px;
  margin-top: 12px;
  color: #21372c;
  font-size: clamp(3.2rem, 5.2vw, 5.75rem);
  letter-spacing: -.055em;
  line-height: .95;
}

.tk-contact-ribbon__copy > p:not(.tk-eyebrow) {
  max-width: 570px;
  margin: 27px 0 30px;
  color: #59685f;
  font-size: 18px;
  line-height: 1.65;
}

.tk-contact-ribbon__links {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  align-items: center;
}

.tk-contact-ribbon__links a,
.tk-contact-ribbon__links a:first-child {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 20px;
  border: 1px solid rgba(42, 83, 63, .14);
  border-radius: 999px;
  gap: 9px;
  align-items: center;
  color: #294d3b;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 24px rgba(68, 60, 52, .08);
  font-family: var(--tk-sans);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.tk-contact-ribbon__links a:first-child {
  color: #fff;
  background: #2e684f;
  font-size: 17px;
}

.tk-contact-ribbon__links a:hover {
  color: #fff;
  background: #244f3d;
  text-decoration: none;
}

.tk-footer {
  position: relative;
  color: #42554a;
  background:
    radial-gradient(circle at 0 100%, rgba(247, 197, 203, .32), transparent 25%),
    radial-gradient(circle at 94% 15%, rgba(222, 235, 215, .62), transparent 29%),
    #fff9f4;
}

.tk-footer::before {
  display: block;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, #e9939e, #f3c65f 28%, #77a587 55%, #a88ac1 78%, #e98d70);
}

.tk-footer__grid {
  padding-block: 78px 66px;
}

.tk-wordmark--footer {
  color: #20352a;
}

.tk-footer__brand > p,
.tk-footer-menu a,
.tk-footer__bottom,
.tk-legal-menu a {
  color: #617068;
}

.tk-footer__trust strong {
  color: #a46a19;
}

.tk-footer h2 {
  color: #284638;
}

.tk-footer-menu a:hover,
.tk-legal-menu a:hover {
  color: #d3536f;
}

.tk-footer__bottom {
  border-top-color: rgba(38, 56, 46, .13);
}

@media (max-width: 1120px) {
  .tk-v3-colour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-v3-delivery-card {
    grid-template-columns: minmax(168px, .4fr) minmax(0, 1fr);
  }

  .tk-v3-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tk-v3-service--mystery {
    min-height: 440px;
    grid-column: 1 / -1;
  }

  .tk-contact-ribbon__copy {
    width: min(58%, 640px);
  }
}

@media (max-width: 680px) {
  .tk-v3-colour-grid {
    grid-template-columns: 1fr;
  }

  .tk-v3-colour {
    min-height: 112px;
    padding: 18px;
    grid-template-columns: 54px minmax(0, 1fr) 42px;
  }

  .tk-v3-colour__swatch {
    width: 54px;
    height: 54px;
  }

  .tk-v3-delivery-card {
    grid-template-columns: minmax(140px, auto) minmax(0, 1fr);
  }

  .tk-v3-delivery-card__number {
    font-size: clamp(3.75rem, 17vw, 4.55rem);
  }

  .tk-v3-service,
  .tk-v3-service--mystery {
    min-height: 520px;
  }

  .tk-v3-service__content h3 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .tk-contact-ribbon {
    min-height: 720px;
  }

  .tk-contact-ribbon__media::after {
    background: linear-gradient(180deg, rgba(255, 249, 245, .98) 0%, rgba(255, 249, 245, .88) 48%, rgba(255, 249, 245, .08) 76%);
  }

  .tk-contact-ribbon__media img {
    object-position: 72% center;
  }

  .tk-contact-ribbon__inner {
    min-height: 720px;
    padding-block: 46px 300px;
    align-items: flex-start;
  }

  .tk-contact-ribbon__copy {
    width: 100%;
  }

  .tk-contact-ribbon h2 {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

  .tk-contact-ribbon__copy > p:not(.tk-eyebrow) {
    font-size: 16px;
  }

  .tk-contact-ribbon__links {
    align-items: stretch;
  }

  .tk-contact-ribbon__links a,
  .tk-contact-ribbon__links a:first-child {
    min-height: 56px;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .tk-v3-delivery-card {
    grid-template-columns: 1fr;
  }

  .tk-v3-delivery-card__number {
    grid-row: auto;
  }
}

/* Version 0.4.2: a polished 16-product value feed and a responsive 1995 seal. */
.tk-v3-bargains {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 2%, rgba(244, 197, 203, .3), transparent 22%),
    radial-gradient(circle at 96% 94%, rgba(229, 215, 244, .32), transparent 24%),
    #fff;
}

.tk-v3-bargains::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, #ef9eaa, #f3cb6b 32%, #8eb59b 64%, #ad91c1);
}

.tk-v3-bargains__intro {
  max-width: 590px;
}

.tk-v3-bargains__intro p {
  margin: 0 0 18px;
  color: #647168;
  font-size: 18px;
  line-height: 1.65;
}

.tk-v3-bargains .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.tk-v3-bargains .woocommerce ul.products li.product {
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: 12px 12px 18px;
  border: 1px solid rgba(41, 65, 52, .09);
  border-radius: 25px;
  overflow: hidden;
  flex-direction: column;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 40px rgba(75, 64, 54, .065);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tk-v3-bargains .woocommerce ul.products li.product:hover {
  border-color: rgba(209, 84, 111, .22);
  box-shadow: 0 22px 50px rgba(75, 64, 54, .13);
  transform: translateY(-5px);
}

.tk-v3-bargains .woocommerce ul.products li.product > a.woocommerce-loop-product__link {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tk-v3-bargains .woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0 0 17px;
  padding: clamp(8px, 1.2vw, 16px);
  aspect-ratio: 1;
  border-radius: 18px;
  background: #f9f3ee;
  object-fit: contain;
}

.tk-v3-bargains .woocommerce ul.products li.product:nth-child(4n+2) a img { background: #f0f6ee; }
.tk-v3-bargains .woocommerce ul.products li.product:nth-child(4n+3) a img { background: #f8eff4; }
.tk-v3-bargains .woocommerce ul.products li.product:nth-child(4n+4) a img { background: #f3f0f8; }

.tk-v3-bargains .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3em;
  padding: 0 4px;
  color: #26382e;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.48;
}

.tk-v3-bargains .woocommerce ul.products li.product .price {
  margin: auto 0 0;
  padding: 13px 4px 0;
  color: #c84f6b;
  font-family: var(--tk-serif);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.1;
}

.tk-v3-bargains .woocommerce ul.products li.product .button {
  display: flex;
  min-height: 52px;
  margin: 17px 4px 0;
  padding: 13px 18px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
  background: #2f684f;
  font-size: 15px;
  transform: none;
}

.tk-v3-bargains .woocommerce ul.products li.product .button:hover {
  background: #d35370;
}

.tk-v3-bargains .woocommerce span.onsale {
  margin: 22px !important;
  padding: 7px 11px;
  border-radius: 999px;
  background: #d35370;
}

.tk-v3-story__statement {
  display: flex;
  width: min(100%, 540px);
  min-height: 0;
  padding: clamp(48px, 5vw, 72px);
  aspect-ratio: 1;
  border-radius: 50% 50% 46% 54% / 44% 53% 47% 56%;
  flex-direction: column;
  justify-content: space-between;
  justify-self: center;
}

.tk-v3-story__year {
  position: relative;
  z-index: 1;
  font-size: clamp(5.6rem, 8vw, 8.5rem);
}

.tk-v3-story__statement p {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: 380px;
  margin: 36px 0 0;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.04;
}

.tk-v3-story__copy > .tk-v3-story__promise {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d35370;
  font-family: var(--tk-serif);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.tk-v3-story__copy > .tk-v3-story__promise + p {
  margin-top: 22px;
}

@media (max-width: 1040px) {
  .tk-v3-bargains .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tk-v3-bargains .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .tk-v3-bargains__intro p {
    font-size: 16px;
  }

  .tk-v3-bargains .woocommerce ul.products li.product {
    padding: 8px 8px 13px;
    border-radius: 19px;
  }

  .tk-v3-bargains .woocommerce ul.products li.product a img {
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .tk-v3-bargains .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 14px;
  }

  .tk-v3-bargains .woocommerce ul.products li.product .price {
    padding-top: 9px;
    font-size: 20px;
  }

  .tk-v3-bargains .woocommerce ul.products li.product .button {
    min-height: 48px;
    margin: 13px 2px 0;
    padding-inline: 10px;
    font-size: 14px;
  }

  .tk-v3-story__statement {
    width: min(100%, 410px);
    min-height: 0;
    padding: 42px 38px;
  }

  .tk-v3-story__year {
    font-size: clamp(5rem, 25vw, 6.7rem);
  }

  .tk-v3-story__statement p {
    max-width: 260px;
    margin-top: 24px;
    font-size: clamp(1.9rem, 10vw, 2.55rem);
  }

  .tk-v3-story__copy > .tk-v3-story__promise {
    font-size: 1.7rem;
  }
}

/* Version 0.4.3: replace the unreliable 1995 shape with one editorial story image. */
.tk-v3-story__visual {
  position: relative;
  width: min(100%, 620px);
  margin: 0;
  aspect-ratio: 1;
  border-radius: 42px;
  overflow: hidden;
  justify-self: center;
  background: #f2ede8;
  box-shadow: 0 28px 70px rgba(53, 66, 57, .15);
}

.tk-v3-story__visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: inherit;
  content: "";
  box-shadow: inset 0 -110px 120px rgba(20, 41, 29, .13);
  pointer-events: none;
}

.tk-v3-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tk-v3-story__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  min-height: 98px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 22px;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  color: #234334;
  background: rgba(255, 251, 247, .9);
  box-shadow: 0 14px 38px rgba(34, 49, 39, .15);
  backdrop-filter: blur(12px);
}

.tk-v3-story__visual figcaption span {
  max-width: 230px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tk-v3-story__visual figcaption strong {
  color: #d35370;
  font-family: var(--tk-serif);
  font-size: clamp(3.4rem, 6vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .8;
}

@media (max-width: 680px) {
  .tk-v3-story__visual {
    border-radius: 28px;
  }

  .tk-v3-story__visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 82px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .tk-v3-story__visual figcaption span {
    max-width: 160px;
    font-size: 10px;
  }

  .tk-v3-story__visual figcaption strong {
    font-size: 3.4rem;
  }
}

/* Product page: large, calm controls for effortless mobile buying. */
@media (max-width: 960px) {
  .woocommerce div.product {
    gap: 28px;
  }

  .woocommerce div.product div.summary {
    padding: clamp(25px, 6vw, 44px);
  }
}

@media (max-width: 680px) {
  .single-product .tk-main--shop {
    padding-block: 20px 72px;
  }

  .woocommerce div.product {
    gap: 18px;
  }

  .woocommerce div.product div.images {
    padding: 14px;
    border-radius: 21px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
  }

  .woocommerce div.product div.summary {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .tk-product-kicker {
    font-size: 11px;
  }

  .woocommerce div.product .product_title {
    max-width: none;
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 2.1rem;
  }

  .woocommerce-product-details__short-description {
    font-size: 17px;
  }

  .woocommerce div.product form.cart {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .woocommerce .quantity .qty,
  .woocommerce div.product form.cart .button {
    min-height: 60px;
  }

  .woocommerce div.product form.cart .button {
    padding-inline: 12px;
    font-size: 16px;
  }

  .tk-product-trust {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tk-product-trust p,
  .tk-product-trust p:first-child,
  .tk-product-trust p:last-child {
    grid-template-columns: 34px 1fr;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(29, 69, 53, .1);
  }

  .tk-product-trust p:last-child {
    border-bottom: 0;
  }

  .tk-product-trust span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .tk-product-trust small {
    grid-column: 2;
  }

  .tk-product-help {
    gap: 14px;
  }

  .tk-product-help__links {
    flex-direction: row;
    gap: 16px;
  }

  .woocommerce div.product .woocommerce-tabs {
    margin-top: 46px;
    padding: 21px 17px 28px;
    border-radius: 22px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: 100%;
    overflow-x: auto;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    white-space: nowrap;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 14px;
    font-size: 14px;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 16px;
  }

  .woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
    font-size: 2.45rem;
  }
}

/* Keep catalog layout rules last so legacy WooCommerce defaults cannot win. */
.tk-catalog-toolbar {
  min-height: 90px;
  margin-bottom: 28px;
  padding: 17px 20px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(120deg, #f8f1eb, #f1f6f0);
}

.tk-catalog-toolbar__intro {
  flex: 1;
}

.tk-catalog-toolbar__intro .tk-eyebrow {
  margin-bottom: 5px;
}

.tk-catalog-toolbar__intro h2 {
  font-size: clamp(1.65rem, 2.3vw, 2.5rem);
}

.tk-catalog-toolbar__woo {
  flex: 0 1 auto;
}

.tk-catalog-layout {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(28px, 3.5vw, 52px);
}

.tk-filter-group summary {
  padding-block: 17px;
  font-size: 14px;
}

.tk-filter-option {
  font-size: 14px;
}

.tk-filter-option input {
  width: 18px;
  height: 18px;
}

@media (max-width: 960px) {
  .tk-catalog-layout {
    display: block;
  }

  .tk-catalog-layout__filters {
    position: static;
  }

  .tk-catalog-filters {
    border: 0;
    border-radius: 0;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header {
    min-height: 76px;
    align-items: center;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header button {
    display: inline-grid;
  }
}

@media (max-width: 700px) {
  .tk-catalog-toolbar {
    flex-wrap: wrap;
  }

  .tk-catalog-toolbar__intro {
    flex: 1 0 100%;
  }

  .tk-catalog-toolbar__woo {
    flex: 1;
  }
}

.tk-catalog-layout__products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tk-catalog-layout__products ul.products li.product .button {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .tk-catalog-layout__products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .tk-catalog-layout__products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Version 0.5.1: intentional breathing room around single-product content. */
.single-product .tk-main--shop {
  padding-block: clamp(54px, 6vw, 92px) clamp(110px, 11vw, 170px);
}

@media (max-width: 680px) {
  .single-product .tk-main--shop {
    padding-block: 30px 92px;
  }
}

/* Version 0.5.2: compact, wide and touch-friendly mobile catalog cards. */
@media (max-width: 680px) {
  .tk-catalog-layout__products ul.products,
  .woocommerce .tk-catalog-layout__products ul.products {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .tk-catalog-layout__products ul.products li.product {
    display: grid;
    width: 100%;
    min-height: 0;
    padding: 11px;
    border-radius: 20px;
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-catalog-layout__products ul.products li.product > a.woocommerce-loop-product__link {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(122px, 42%) minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 14px;
    align-items: start;
  }

  .tk-catalog-layout__products ul.products li.product a img {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 8px;
    border-radius: 15px;
    grid-column: 1;
    grid-row: 1 / 5;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .tk-catalog-layout__products ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    padding: 3px 2px 0;
    grid-column: 2;
    font-size: 16px;
    line-height: 1.35;
  }

  .tk-catalog-layout__products ul.products li.product .price {
    margin: 0;
    padding: 9px 2px 0;
    grid-column: 2;
    align-self: start;
    font-size: 23px;
  }

  .tk-catalog-layout__products ul.products li.product .tk-loop-delivery {
    margin: 9px 2px 0;
    grid-column: 2;
    align-self: start;
    font-size: 12px;
  }

  .tk-catalog-layout__products ul.products li.product .button {
    width: 100%;
    min-height: 56px;
    margin: 11px 0 0;
    padding: 14px 12px;
    border-radius: 15px;
    grid-column: 1 / -1;
    opacity: 1;
    font-size: 16px;
    transform: none;
  }

  .tk-catalog-layout__products .tk-stock-badge {
    top: 19px;
    left: 19px;
    max-width: calc(42% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .tk-catalog-layout__products ul.products li.product > a.woocommerce-loop-product__link {
    grid-template-columns: minmax(112px, 40%) minmax(0, 1fr);
    column-gap: 11px;
  }

  .tk-catalog-layout__products ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
  }
}

/* Version 0.5.3: override WooCommerce's built-in 48% mobile product width. */
@media (max-width: 680px) {
  body.woocommerce .tk-catalog-layout,
  body.woocommerce-page .tk-catalog-layout,
  body.woocommerce .tk-catalog-layout__products,
  body.woocommerce-page .tk-catalog-layout__products {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce .tk-catalog-layout__products ul.products[class*="columns-"],
  body.woocommerce-page .tk-catalog-layout__products ul.products[class*="columns-"] {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.woocommerce .tk-catalog-layout__products ul.products[class*="columns-"] li.product,
  body.woocommerce-page .tk-catalog-layout__products ul.products[class*="columns-"] li.product,
  body.woocommerce .tk-catalog-layout__products ul.products[class*="columns-"] li.product:nth-child(2n),
  body.woocommerce-page .tk-catalog-layout__products ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce .tk-catalog-layout__products li.product > a.woocommerce-loop-product__link,
  body.woocommerce-page .tk-catalog-layout__products li.product > a.woocommerce-loop-product__link {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  body.woocommerce .tk-catalog-layout__products li.product .woocommerce-loop-product__title,
  body.woocommerce-page .tk-catalog-layout__products li.product .woocommerce-loop-product__title,
  body.woocommerce .tk-catalog-layout__products li.product .tk-loop-delivery,
  body.woocommerce-page .tk-catalog-layout__products li.product .tk-loop-delivery {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* Keep the 0.5.11 mega-menu design last in the cascade. */
.tk-mega-menu {
  min-height: 52px;
  padding-block: 5px;
  gap: 4px;
}

.tk-mega-menu > li > a,
.tk-mega-trigger {
  min-height: 42px;
  margin-block: 0;
  padding-inline: 17px;
  border-radius: 14px;
}

.tk-mega-menu > li > a:hover,
.tk-mega-trigger:hover,
.tk-has-mega.is-open > .tk-mega-trigger {
  color: #164c37;
  background: #eef5ee;
}

.tk-mega-menu__all > a {
  margin-block: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #164c37, #2b7154) !important;
}

.tk-mega-menu__highlight > a {
  color: #a72f54 !important;
  background: #fff0f3;
}

.tk-mega-panel {
  padding: 20px 0 0;
  background:
    radial-gradient(circle at 8% 0, rgba(246, 213, 220, .36), transparent 25%),
    radial-gradient(circle at 92% 100%, rgba(219, 235, 218, .5), transparent 27%),
    rgba(255, 253, 250, .99);
}

.tk-mega-panel__grid {
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(290px, 1.12fr);
  gap: 15px;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    padding-inline: 9px;
    font-size: 13px;
  }

  .tk-mega-menu__highlight > a {
    padding-inline: 11px;
  }

  .tk-mega-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .tk-mega-menu {
    min-height: 0;
    padding: 8px 20px 30px;
  }

  .tk-mega-menu > li > a,
  .tk-mega-trigger {
    width: 100%;
    min-height: 52px;
    padding-inline: 4px;
    border-radius: 0;
  }

  .tk-mega-menu__all > a,
  .tk-mega-menu__highlight > a {
    margin-block: 6px;
    padding-inline: 16px !important;
    border-radius: 14px;
  }

  .tk-mega-panel {
    padding: 16px 0 20px;
    background: #fffdfb;
  }

  .tk-mega-panel__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tk-mega-feature-stack {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}

@media (max-width: 640px) {
  .tk-mega-panel__grid,
  .tk-mega-feature-stack {
    grid-template-columns: 1fr;
  }

  .tk-mega-feature-stack {
    grid-column: auto;
  }
}

/* Palosuojatut tekokasvit — standalone expert landing page. */
.tk-fire-page {
  --tk-fire-ink: #103c2c;
  --tk-fire-green: #0f513b;
  --tk-fire-green-light: #dcebe0;
  --tk-fire-coral: #e15378;
  --tk-fire-cream: #fbf7f0;
  overflow: clip;
  color: var(--tk-fire-ink);
  background: #fff;
}

.tk-fire-page h1,
.tk-fire-page h2,
.tk-fire-page h3,
.tk-fire-page p {
  overflow-wrap: anywhere;
}

.tk-fire-page h1,
.tk-fire-page h2 {
  margin-top: 0;
  font-family: var(--tk-serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.tk-fire-page h2 {
  margin-bottom: 22px;
  color: var(--tk-fire-ink);
  font-size: clamp(40px, 5vw, 74px);
  line-height: .98;
}

.tk-fire-page p {
  color: #5e7067;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.7;
}

.tk-fire-page .tk-eyebrow {
  color: var(--tk-fire-green);
}

.tk-fire-hero {
  padding: clamp(28px, 4.5vw, 70px) 0 clamp(40px, 5vw, 76px);
  background:
    radial-gradient(circle at 3% 17%, rgba(238, 181, 192, .22), transparent 26%),
    radial-gradient(circle at 98% 88%, rgba(191, 218, 197, .38), transparent 27%),
    #fffdf9;
}

.tk-fire-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
}

.tk-fire-hero__content,
.tk-fire-hero__visual {
  min-width: 0;
}

.tk-fire-hero h1 {
  max-width: 790px;
  margin: 12px 0 26px;
  color: var(--tk-fire-ink);
  font-size: clamp(52px, 6.4vw, 98px);
  line-height: .88;
}

.tk-fire-hero__lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(20px, 1.65vw, 26px) !important;
  line-height: 1.5 !important;
}

.tk-fire-hero .tk-button-row {
  margin-top: 32px;
}

.tk-fire-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(34px, 5vw, 62px) 0 0;
  padding: 0;
  list-style: none;
}

.tk-fire-hero__facts li {
  min-width: 0;
  padding: 2px 20px;
  border-left: 2px solid #e9a5b5;
}

.tk-fire-hero__facts strong,
.tk-fire-hero__facts span {
  display: block;
}

.tk-fire-hero__facts strong {
  margin-bottom: 4px;
  color: var(--tk-fire-ink);
  font-size: 15px;
}

.tk-fire-hero__facts span {
  color: #6e7c74;
  font-size: 13px;
  line-height: 1.45;
}

.tk-fire-hero__visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #d8e3dc;
  border-radius: 44px;
  background: #123c2d;
  box-shadow: 0 34px 90px rgba(16, 60, 44, .18);
}

.tk-fire-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 54%, rgba(7, 32, 23, .72) 100%),
    linear-gradient(90deg, rgba(13, 52, 38, .12), transparent 50%);
}

.tk-fire-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(.96) brightness(1.07);
}

.tk-fire-hero__badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 180px;
  height: 180px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: rgba(14, 71, 51, .92);
  backdrop-filter: blur(9px);
  box-shadow: 0 16px 50px rgba(0,0,0,.2);
}

.tk-fire-hero__badge span,
.tk-fire-hero__badge small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tk-fire-hero__badge strong {
  margin: -4px 0;
  font-family: var(--tk-serif);
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
}

.tk-fire-hero__caption {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 30px;
  left: 32px;
  margin: 0;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.tk-fire-nav {
  border-block: 1px solid #dbe5de;
  background: #fff;
}

.tk-fire-nav .tk-container {
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 72px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tk-fire-nav .tk-container::-webkit-scrollbar {
  display: none;
}

.tk-fire-nav span,
.tk-fire-nav a {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tk-fire-nav span {
  color: var(--tk-fire-coral);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tk-fire-nav a {
  color: var(--tk-fire-ink);
}

.tk-fire-nav a:hover {
  color: var(--tk-fire-coral);
}

.tk-fire-authority {
  padding: clamp(56px, 7vw, 108px) 0;
  background: var(--tk-fire-green);
}

.tk-fire-authority__inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 2fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: start;
}

.tk-fire-authority .tk-eyebrow {
  color: #ffb7c8;
}

.tk-fire-authority h2 {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 82px);
}

.tk-fire-authority > .tk-container > p:last-child {
  grid-column: 2;
  max-width: 850px;
  margin: 0;
  color: #d8e7df;
}

.tk-fire-page .tk-section {
  padding: clamp(72px, 8vw, 128px) 0;
}

.tk-fire-page section[id] {
  scroll-margin-top: 24px;
}

.tk-fire-explain {
  background: #fff;
}

.tk-fire-explain__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}

.tk-fire-callout {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid #efd0d7;
  border-radius: 22px;
  background: #fff4f6;
}

.tk-fire-callout > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  background: var(--tk-fire-coral);
}

.tk-fire-callout p {
  margin: 0;
  color: #59474c;
  font-size: 16px;
  line-height: 1.55;
}

.tk-fire-effect-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d9e3dc;
  border-radius: 34px;
  overflow: hidden;
  background: #f7faf7;
}

.tk-fire-effect-grid article {
  min-height: 250px;
  padding: clamp(26px, 3vw, 44px);
  border-right: 1px solid #d9e3dc;
  border-bottom: 1px solid #d9e3dc;
}

.tk-fire-effect-grid article:nth-child(2n) {
  border-right: 0;
}

.tk-fire-effect-grid article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.tk-fire-effect-grid span {
  color: var(--tk-fire-coral);
  font-family: var(--tk-serif);
  font-size: 28px;
}

.tk-fire-effect-grid h3 {
  margin: 40px 0 10px;
  color: var(--tk-fire-ink);
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.1;
}

.tk-fire-effect-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.tk-fire-technical {
  background:
    radial-gradient(circle at 0 100%, rgba(242, 187, 199, .24), transparent 29%),
    #f2f7f2;
}

.tk-fire-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(30px, 6vw, 100px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 68px);
}

.tk-fire-heading > p {
  max-width: 560px;
  margin: 0 0 8px;
  font-size: 17px;
}

.tk-fire-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  border: 1px solid #cfddd3;
  border-radius: 32px;
  background: rgba(255,255,255,.78);
}

.tk-fire-specs > div {
  min-width: 0;
  min-height: 238px;
  padding: clamp(24px, 3vw, 40px);
  border-right: 1px solid #cfddd3;
  border-bottom: 1px solid #cfddd3;
}

.tk-fire-specs > div:nth-child(4n) {
  border-right: 0;
}

.tk-fire-specs > div:nth-last-child(-n+4) {
  border-bottom: 0;
}

.tk-fire-specs dt {
  margin-bottom: 16px;
  color: var(--tk-fire-green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tk-fire-specs dd {
  margin: 0;
  color: #53685e;
  font-size: 16px;
  line-height: 1.62;
}

.tk-fire-technical__note {
  max-width: 940px;
  margin: 34px 0 0;
  padding-left: 24px;
  border-left: 4px solid var(--tk-fire-coral);
  color: #38554a !important;
  font-size: 17px !important;
}

.tk-fire-standard {
  background: #fff;
}

.tk-fire-standard__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.tk-fire-standard__mark {
  display: grid;
  aspect-ratio: 1;
  max-width: 470px;
  place-content: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.15), transparent 31%),
    linear-gradient(145deg, #1b6349, #0e3c2c 73%);
  box-shadow: 0 32px 70px rgba(16, 60, 44, .18);
}

.tk-fire-standard__mark small,
.tk-fire-standard__mark span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-fire-standard__mark strong {
  margin: -4px 0 -8px;
  font-family: var(--tk-serif);
  font-size: clamp(104px, 14vw, 190px);
  font-weight: 400;
  line-height: .92;
}

.tk-fire-standard__grid > div:last-child > p:not(.tk-eyebrow) {
  max-width: 810px;
}

.tk-fire-standard__limit {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #e5dccf;
  border-radius: 20px;
  background: var(--tk-fire-cream);
  color: #4b5c53 !important;
  font-size: 16px !important;
}

.tk-fire-rules {
  background: #fbf8f2;
}

.tk-fire-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.tk-fire-rule-grid article {
  min-height: 310px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid #e1ddd3;
  border-radius: 28px;
  background: #fff;
}

.tk-fire-rule-grid article:nth-child(2),
.tk-fire-rule-grid article:nth-child(4) {
  background: #edf5ee;
}

.tk-fire-rule-grid span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #a82f54;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #fff0f3;
}

.tk-fire-rule-grid h3 {
  margin: 54px 0 12px;
  color: var(--tk-fire-ink);
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.05;
}

.tk-fire-rule-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.tk-fire-rules__expert {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 36px;
  margin-top: 16px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 28px;
  color: #fff;
  background: var(--tk-fire-green);
}

.tk-fire-rules__expert h3,
.tk-fire-rules__expert p {
  margin: 0;
  color: #fff;
}

.tk-fire-rules__expert h3 {
  font-family: var(--tk-serif);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 400;
  line-height: 1;
}

.tk-fire-rules__expert p {
  color: #d8e7df;
  font-size: 16px;
  line-height: 1.65;
}

.tk-fire-places {
  background:
    radial-gradient(circle at 92% 4%, rgba(233, 158, 177, .18), transparent 28%),
    #fff;
}

.tk-fire-places__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: center;
}

.tk-fire-places__grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #d7e2da;
  list-style: none;
}

.tk-fire-places__grid li {
  position: relative;
  min-height: 88px;
  padding: 28px 15px 22px 34px;
  border-bottom: 1px solid #d7e2da;
  color: var(--tk-fire-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.tk-fire-places__grid li::before {
  position: absolute;
  top: 30px;
  left: 2px;
  color: var(--tk-fire-coral);
  content: "✦";
}

.tk-fire-process {
  background: #eff6f0;
}

.tk-fire-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-fire-process li {
  min-height: 290px;
  padding: clamp(25px, 3vw, 40px);
  border: 1px solid #d4e0d6;
  border-radius: 28px;
  background: rgba(255,255,255,.86);
}

.tk-fire-process li > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: var(--tk-serif);
  font-size: 30px;
  background: var(--tk-fire-green);
}

.tk-fire-process h3 {
  margin: 54px 0 11px;
  color: var(--tk-fire-ink);
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.08;
}

.tk-fire-process li p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.tk-fire-faq {
  background: #fff;
}

.tk-fire-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(46px, 8vw, 128px);
  align-items: start;
}

.tk-fire-faq__items {
  border-top: 1px solid #d5dfd8;
}

.tk-fire-faq details {
  border-bottom: 1px solid #d5dfd8;
}

.tk-fire-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  color: var(--tk-fire-ink);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tk-fire-faq summary::-webkit-details-marker {
  display: none;
}

.tk-fire-faq summary span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cfdbd2;
  border-radius: 50%;
  color: var(--tk-fire-green);
  font-size: 24px;
  transition: transform .2s ease;
}

.tk-fire-faq details[open] summary span {
  transform: rotate(45deg);
}

.tk-fire-faq details p {
  max-width: 820px;
  margin: -5px 62px 24px 0;
  font-size: 16px;
  line-height: 1.65;
}

.tk-fire-sources {
  border-top: 1px solid #e5e8e3;
  background: #f8f8f5;
}

.tk-fire-sources .tk-container > p:not(.tk-eyebrow) {
  max-width: 900px;
}

.tk-fire-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.tk-fire-sources a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 22px 24px;
  border: 1px solid #d8e1da;
  border-radius: 18px;
  color: var(--tk-fire-ink);
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
}

.tk-fire-sources a:hover {
  border-color: #b9cec0;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(16, 60, 44, .08);
}

.tk-fire-cta {
  padding: clamp(64px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 9% 112%, rgba(255, 183, 200, .28), transparent 33%),
    var(--tk-fire-green);
}

.tk-fire-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: center;
}

.tk-fire-cta .tk-eyebrow {
  color: #ffb7c8;
}

.tk-fire-cta h2 {
  max-width: 850px;
  color: #fff;
}

.tk-fire-cta p:not(.tk-eyebrow) {
  max-width: 780px;
  color: #d7e7df;
}

.tk-fire-cta__actions {
  display: grid;
  gap: 15px;
  text-align: center;
}

.tk-fire-cta__actions > a:not(.tk-button) {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .tk-fire-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 34px;
  }

  .tk-fire-hero__visual {
    min-height: 560px;
  }

  .tk-fire-hero__facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tk-fire-specs,
  .tk-fire-rule-grid,
  .tk-fire-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-fire-specs > div:nth-child(4n),
  .tk-fire-specs > div:nth-last-child(-n+4) {
    border-right: 1px solid #cfddd3;
    border-bottom: 1px solid #cfddd3;
  }

  .tk-fire-specs > div:nth-child(2n) {
    border-right: 0;
  }

  .tk-fire-specs > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 780px) {
  .tk-fire-page h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .tk-fire-hero {
    padding-top: 22px;
  }

  .tk-fire-hero__grid,
  .tk-fire-authority__inner,
  .tk-fire-explain__grid,
  .tk-fire-heading,
  .tk-fire-standard__grid,
  .tk-fire-rules__expert,
  .tk-fire-places__grid,
  .tk-fire-faq__grid,
  .tk-fire-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-fire-hero h1 {
    font-size: clamp(48px, 15.5vw, 72px);
  }

  .tk-fire-hero__visual {
    min-height: 500px;
    border-radius: 28px;
  }

  .tk-fire-authority h2,
  .tk-fire-authority > .tk-container > p:last-child {
    grid-column: auto;
  }

  .tk-fire-nav .tk-container {
    gap: 18px;
    min-height: 62px;
  }

  .tk-fire-standard__mark {
    width: min(88vw, 390px);
    margin-inline: auto;
  }

  .tk-fire-places__grid {
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .tk-fire-page .tk-section {
    padding-block: 64px;
  }

  .tk-fire-hero__lead {
    font-size: 19px !important;
  }

  .tk-fire-hero__facts,
  .tk-fire-effect-grid,
  .tk-fire-specs,
  .tk-fire-rule-grid,
  .tk-fire-process ol,
  .tk-fire-sources ul,
  .tk-fire-places__grid ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-fire-effect-grid article,
  .tk-fire-specs > div,
  .tk-fire-rule-grid article,
  .tk-fire-process li {
    min-height: 0;
  }

  .tk-fire-effect-grid article,
  .tk-fire-effect-grid article:nth-child(2n),
  .tk-fire-effect-grid article:nth-last-child(-n+2),
  .tk-fire-specs > div,
  .tk-fire-specs > div:nth-child(2n),
  .tk-fire-specs > div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #d9e3dc;
  }

  .tk-fire-effect-grid article:last-child,
  .tk-fire-specs > div:last-child {
    border-bottom: 0;
  }

  .tk-fire-effect-grid h3,
  .tk-fire-rule-grid h3,
  .tk-fire-process h3 {
    margin-top: 28px;
  }

  .tk-fire-hero__visual {
    min-height: 430px;
  }

  .tk-fire-hero__badge {
    top: 16px;
    right: 16px;
    width: 136px;
    height: 136px;
  }

  .tk-fire-hero__badge strong {
    font-size: 54px;
  }

  .tk-fire-hero__badge span,
  .tk-fire-hero__badge small {
    font-size: 9px;
  }

  .tk-fire-hero__caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .tk-fire-hero__facts li {
    padding-left: 16px;
  }

  .tk-fire-callout {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
  }

  .tk-fire-callout > span {
    width: 38px;
    height: 38px;
  }

  .tk-fire-rules__expert {
    gap: 18px;
  }

  .tk-fire-places__grid li {
    min-height: 70px;
  }

  .tk-fire-faq details p {
    margin-right: 0;
  }

  .tk-fire-sources a {
    min-height: 0;
  }
}

/* Kukkaseinät, kukkakaaret ja installaatiot — Tekokukka Pro landing page. */
.tk-pro-page {
  --tk-pro-ink: #123b2d;
  --tk-pro-green: #154f3a;
  --tk-pro-pink: #dc4e75;
  --tk-pro-blush: #f9e8ec;
  --tk-pro-cream: #fbf7f0;
  overflow: clip;
  color: var(--tk-pro-ink);
  background: #fff;
}

/* Version 0.5.25: category navigation, wedding landing and softer catalog controls. */
@media (min-width: 961px) {
  .tk-mega-panel::before {
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    height: 18px;
    content: "";
  }
}

.tk-mega-trigger {
  gap: 7px;
}

.tk-mega-trigger span {
  display: inline-grid;
  width: 14px;
  height: 14px;
  margin-left: 0;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  transform: translateY(1px);
  transform-origin: 50% 50%;
}

.tk-has-mega.is-open .tk-mega-trigger span {
  transform: translateY(1px) rotate(180deg);
}

.tk-catalog-toolbar__woo .woocommerce-ordering select {
  width: auto;
  min-width: 214px;
  min-height: 44px;
  margin: 0;
  padding: 10px 42px 10px 17px !important;
  border: 1px solid #d9e2da !important;
  border-radius: 999px;
  color: #183c2d;
  background-color: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(22, 76, 55, .06);
  font-family: var(--tk-sans);
  font-size: 14px !important;
  font-weight: 650;
  line-height: 1.2;
}

.tk-catalog-toolbar__woo .woocommerce-ordering select:focus {
  border-color: #2b7154 !important;
  outline: 3px solid rgba(43, 113, 84, .14);
  outline-offset: 2px;
}

.tk-catalog-toolbar__woo .woocommerce-ordering select option {
  font-family: var(--tk-sans);
  font-size: 14px;
}

.tk-filter-option--featured {
  margin: 5px 0;
  padding: 10px 12px;
  border: 1px solid #cfe0d2;
  border-radius: 14px;
  color: #164c37;
  background: linear-gradient(135deg, #edf6ee, #fff8f5);
  font-weight: 750;
}

.tk-filter-option--featured span::after {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #9f3153;
  background: #fff0f3;
  content: "Suositut";
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: 1px;
}

.tk-bouquet-builder-banner {
  display: flex;
  margin: 0 0 28px;
  padding: 17px 20px;
  border: 1px solid #d3e2d6;
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 0, rgba(245, 176, 195, .22), transparent 34%),
    linear-gradient(135deg, #eef6ef, #fffaf7);
  box-shadow: 0 12px 32px rgba(22, 76, 55, .07);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tk-bouquet-builder-banner > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.tk-bouquet-builder-banner__mark {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 50%;
  color: #fff;
  background: #da4e74;
  place-items: center;
}

.tk-bouquet-builder-banner p {
  margin: 0;
}

.tk-bouquet-builder-banner small,
.tk-bouquet-builder-banner strong {
  display: block;
}

.tk-bouquet-builder-banner small {
  margin-bottom: 3px;
  color: #64746b;
  font-size: 12px;
  font-weight: 700;
}

.tk-bouquet-builder-banner strong {
  color: #153f2f;
  font-family: var(--tk-serif);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.05;
}

.tk-bouquet-builder-banner > a {
  display: inline-flex;
  min-height: 43px;
  padding: 10px 17px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #fff;
  background: #1d563f;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.tk-term-guide {
  max-width: 960px;
  margin: clamp(62px, 8vw, 110px) auto 0;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #dbe5dc;
  border-radius: 32px;
  background: linear-gradient(135deg, #fff8f5, #eef6ef);
}

.tk-term-guide h2 {
  margin: 8px 0 18px;
  color: #143d2e;
  font-family: var(--tk-serif);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.tk-term-guide > p:last-child {
  max-width: 800px;
  margin-bottom: 0;
  color: #627169;
  font-size: 17px;
  line-height: 1.75;
}

.tk-wedding-page {
  overflow: clip;
  color: #153d2e;
  background: #fffdf9;
}

.tk-wedding-page h1,
.tk-wedding-page h2,
.tk-wedding-page h3 {
  margin-top: 0;
  font-family: var(--tk-serif);
  font-weight: 400;
  letter-spacing: -.04em;
}

.tk-wedding-page h2 {
  font-size: clamp(42px, 5vw, 74px);
  line-height: .98;
}

.tk-wedding-page p {
  color: #617068;
}

.tk-wedding-hero {
  position: relative;
  padding: clamp(44px, 6vw, 92px) 0 clamp(64px, 8vw, 118px);
  background:
    radial-gradient(circle at 8% 8%, rgba(241, 173, 191, .28), transparent 26%),
    radial-gradient(circle at 94% 92%, rgba(203, 228, 209, .46), transparent 30%),
    #fffaf6;
}

.tk-wedding-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.tk-wedding-hero h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(44px, 5vw, 82px);
  line-height: .92;
}

.tk-wedding-hero__lead {
  max-width: 700px;
  margin: 0;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.7;
}

.tk-wedding-hero .tk-button-row {
  margin-top: 31px;
}

.tk-wedding-hero__proof {
  display: grid;
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(21, 61, 46, .18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.tk-wedding-hero__proof strong,
.tk-wedding-hero__proof span {
  display: block;
}

.tk-wedding-hero__proof strong {
  margin-bottom: 4px;
  color: #153d2e;
  font-size: 13px;
}

.tk-wedding-hero__proof span {
  color: #758178;
  font-size: 11px;
  line-height: 1.4;
}

.tk-wedding-hero__media {
  position: relative;
  margin: 0;
}

.tk-wedding-hero__media::before {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  content: "";
}

.tk-wedding-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 42px 42px 180px 42px;
  box-shadow: 0 30px 76px rgba(35, 67, 50, .17);
  object-fit: cover;
}

.tk-wedding-hero__media figcaption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 18px;
  color: #fff;
  background: rgba(18, 53, 39, .72);
  backdrop-filter: blur(11px);
}

.tk-wedding-hero__media figcaption span,
.tk-wedding-hero__media figcaption strong {
  display: block;
}

.tk-wedding-hero__media figcaption span {
  margin-bottom: 5px;
  color: #f7cbd6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.tk-wedding-hero__media figcaption strong {
  font-family: var(--tk-serif);
  font-size: 22px;
  font-weight: 500;
}

.tk-wedding-choice {
  padding: clamp(68px, 8vw, 116px) 0;
  background: #fff;
}

.tk-wedding-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tk-wedding-choice article {
  min-height: 330px;
  padding: clamp(31px, 4vw, 58px);
  border: 1px solid #d8e4da;
  border-radius: 32px;
  background: #eef6ef;
}

.tk-wedding-choice article:nth-child(2) {
  border-color: #edd4dc;
  background: #fff2f5;
}

.tk-wedding-choice article > span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #a12f53;
  background: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tk-wedding-choice h2 {
  max-width: 620px;
  margin: 54px 0 17px;
  font-size: clamp(36px, 4vw, 60px);
}

.tk-wedding-choice p {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.7;
}

.tk-wedding-services {
  padding: clamp(72px, 9vw, 132px) 0;
  background: #f8f5ef;
}

.tk-wedding-heading {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}

.tk-wedding-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.tk-wedding-heading > p {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.7;
}

.tk-wedding-services__grid {
  display: grid;
  overflow: hidden;
  border: 1px solid #dedbd3;
  border-radius: 32px;
  background: #dedbd3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.tk-wedding-services__grid article {
  min-height: 280px;
  padding: clamp(27px, 3.2vw, 44px);
  background: #fffdf9;
}

.tk-wedding-services__grid article > span {
  color: #da4e74;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
}

.tk-wedding-services__grid h3 {
  margin: 64px 0 14px;
  font-size: clamp(27px, 2.6vw, 39px);
  line-height: 1.02;
}

.tk-wedding-services__grid p {
  margin-bottom: 0;
  line-height: 1.65;
}

.tk-wedding-gallery {
  padding: clamp(74px, 9vw, 140px) 0;
  background: #fff;
}

.tk-wedding-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: clamp(30px, 5vw, 76px);
}

.tk-wedding-gallery__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
}

.tk-wedding-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tk-wedding-gallery__item--large {
  min-height: 620px;
  grid-row: span 2;
}

.tk-wedding-gallery__item--car {
  min-height: 310px;
}

.tk-wedding-gallery__item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 70px 26px 24px;
  color: #fff;
  background: linear-gradient(transparent, rgba(10, 31, 21, .78));
}

.tk-wedding-gallery__item figcaption span,
.tk-wedding-gallery__item figcaption strong {
  display: block;
}

.tk-wedding-gallery__item figcaption span {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tk-wedding-gallery__item figcaption strong {
  font-family: var(--tk-serif);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.05;
}

.tk-wedding-gallery__copy {
  padding: 20px 0;
  align-self: center;
}

.tk-wedding-gallery__copy h2 {
  margin: 9px 0 22px;
  font-size: clamp(39px, 4.5vw, 66px);
}

.tk-wedding-gallery__copy p:not(.tk-eyebrow) {
  font-size: 17px;
  line-height: 1.75;
}

.tk-wedding-gallery__copy > a {
  display: inline-block;
  margin-top: 10px;
  color: #18513b;
  font-weight: 800;
}

.tk-wedding-process {
  padding: clamp(74px, 9vw, 132px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(245, 179, 198, .16), transparent 28%),
    #113e2e;
}

.tk-wedding-process__grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1fr);
  gap: clamp(54px, 10vw, 165px);
}

.tk-wedding-process .tk-eyebrow,
.tk-wedding-process p {
  color: rgba(255, 255, 255, .7);
}

.tk-wedding-process h2 {
  color: #fff;
}

.tk-wedding-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-wedding-process li {
  display: grid;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  grid-template-columns: 45px 1fr;
  gap: 20px;
}

.tk-wedding-process li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tk-wedding-process li > span {
  color: #f4bfce;
  font-family: var(--tk-serif);
  font-size: 29px;
}

.tk-wedding-process li strong {
  font-family: var(--tk-serif);
  font-size: 25px;
  font-weight: 500;
}

.tk-wedding-process li p {
  margin: 5px 0 0;
}

.tk-wedding-contact {
  padding: clamp(70px, 8vw, 118px) 0;
  background: #f9e5eb;
}

.tk-wedding-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.tk-wedding-contact h2 {
  max-width: 830px;
  margin: 8px 0 18px;
}

.tk-wedding-contact__inner > div:first-child > p:last-child {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
}

.tk-wedding-contact__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.tk-wedding-contact__actions > a:not(.tk-button) {
  color: #153d2e;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .tk-wedding-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }

  .tk-wedding-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .tk-wedding-hero__grid,
  .tk-wedding-heading,
  .tk-wedding-gallery__grid,
  .tk-wedding-process__grid,
  .tk-wedding-contact__inner {
    grid-template-columns: 1fr;
  }

  .tk-wedding-gallery__item--large {
    min-height: 520px;
    grid-row: auto;
  }

  .tk-wedding-gallery__copy {
    padding-block: 10px;
  }
}

@media (max-width: 680px) {
  .tk-catalog-toolbar__woo .woocommerce-ordering select {
    min-width: 0;
    max-width: 176px;
    min-height: 42px;
    padding: 9px 34px 9px 13px !important;
    font-size: 12px !important;
  }

  .tk-bouquet-builder-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .tk-bouquet-builder-banner > a {
    justify-content: center;
  }

  .tk-wedding-hero {
    padding-top: 38px;
  }

  .tk-wedding-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .tk-wedding-hero__proof,
  .tk-wedding-choice__grid,
  .tk-wedding-services__grid {
    grid-template-columns: 1fr;
  }

  .tk-wedding-hero__proof {
    gap: 12px;
  }

  .tk-wedding-hero__media img {
    border-radius: 28px 28px 105px 28px;
  }

  .tk-wedding-hero__media figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .tk-wedding-choice article {
    min-height: 0;
  }

  .tk-wedding-choice h2 {
    margin-top: 40px;
  }

  .tk-wedding-services__grid article {
    min-height: 0;
  }

  .tk-wedding-services__grid h3 {
    margin-top: 40px;
  }

  .tk-wedding-gallery__item--large {
    min-height: 430px;
  }

  .tk-wedding-gallery__item--car {
    min-height: 260px;
  }
}

.tk-landing-services__cta {
  margin-top: 32px;
}

.tk-pro-page h1,
.tk-pro-page h2,
.tk-pro-page h3,
.tk-pro-page p {
  overflow-wrap: break-word;
}

.tk-pro-page h1,
.tk-pro-page h2 {
  margin-top: 0;
  font-family: var(--tk-serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.tk-pro-page h2 {
  margin-bottom: 22px;
  color: var(--tk-pro-ink);
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: .98;
}

.tk-pro-page p {
  color: #607269;
  font-size: clamp(17px, 1.22vw, 20px);
  line-height: 1.7;
}

.tk-pro-page .tk-eyebrow {
  color: var(--tk-pro-green);
}

.tk-pro-hero {
  padding: clamp(28px, 4.5vw, 68px) 0 clamp(44px, 6vw, 86px);
  background:
    radial-gradient(circle at 0 4%, rgba(245, 182, 197, .25), transparent 25%),
    radial-gradient(circle at 94% 100%, rgba(211, 230, 214, .42), transparent 27%),
    #fffdf9;
}

.tk-pro-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.tk-pro-hero__content,
.tk-pro-hero__visual {
  min-width: 0;
}

.tk-pro-hero h1 {
  max-width: 810px;
  margin: 12px 0 26px;
  color: var(--tk-pro-ink);
  font-size: clamp(52px, 5vw, 88px);
  line-height: .9;
  overflow-wrap: normal;
  hyphens: none;
}

.tk-pro-hero__lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(20px, 1.65vw, 26px) !important;
  line-height: 1.5 !important;
}

.tk-pro-hero .tk-button-row {
  margin-top: 32px;
}

.tk-pro-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 64px);
}

.tk-pro-hero__proof span {
  padding: 2px 20px;
  border-left: 2px solid #e9a3b4;
  color: #6b7c73;
  font-size: 13px;
  line-height: 1.45;
}

.tk-pro-hero__proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tk-pro-ink);
  font-size: 15px;
}

.tk-pro-hero__visual {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border-radius: 48px;
  background: #dbe7dd;
  box-shadow: 0 34px 90px rgba(18, 59, 45, .16);
}

.tk-pro-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 66%, rgba(7, 35, 25, .72));
  pointer-events: none;
}

.tk-pro-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 58% center;
}

.tk-pro-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tk-pro-hero__stamp {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: flex;
  width: 176px;
  height: 176px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: rgba(202, 65, 99, .93);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(65, 16, 29, .2);
}

.tk-pro-hero__stamp strong {
  font-family: var(--tk-serif);
  font-size: 62px;
  font-weight: 400;
  line-height: .85;
}

.tk-pro-hero__stamp span {
  margin-top: 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tk-pro-nav {
  border-block: 1px solid #dbe5de;
  background: #fff;
}

.tk-pro-nav .tk-container {
  display: flex;
  min-height: 72px;
  gap: 24px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.tk-pro-nav .tk-container::-webkit-scrollbar {
  display: none;
}

.tk-pro-nav span,
.tk-pro-nav a {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tk-pro-nav span {
  color: var(--tk-pro-pink);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tk-pro-nav a {
  color: var(--tk-pro-ink);
}

.tk-pro-nav a:hover {
  color: var(--tk-pro-pink);
}

.tk-pro-legacy {
  padding: clamp(64px, 8vw, 124px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 95% -20%, rgba(255,255,255,.12), transparent 32%),
    var(--tk-pro-green);
}

.tk-pro-legacy__grid {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: start;
}

.tk-pro-legacy .tk-eyebrow {
  color: #ffb7c8;
}

.tk-pro-legacy h2 {
  max-width: 940px;
  color: #fff;
}

.tk-pro-legacy p:not(.tk-eyebrow) {
  max-width: 870px;
  color: #dbe8e1;
}

.tk-pro-page .tk-section {
  padding: clamp(72px, 8vw, 128px) 0;
}

.tk-pro-page section[id] {
  scroll-margin-top: 24px;
}

.tk-pro-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 70px);
}

.tk-pro-heading > p {
  max-width: 560px;
  margin: 0 0 8px;
  font-size: 17px;
}

.tk-pro-services {
  background: #fff;
}

.tk-pro-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d8e3db;
  border-radius: 34px;
  background: #f8faf7;
}

.tk-pro-service-grid article {
  min-height: 320px;
  padding: clamp(28px, 3.4vw, 48px);
  border-right: 1px solid #d8e3db;
  border-bottom: 1px solid #d8e3db;
}

.tk-pro-service-grid article:nth-child(3n) {
  border-right: 0;
}

.tk-pro-service-grid article:nth-last-child(-n+3) {
  border-bottom: 0;
}

.tk-pro-service-grid span {
  color: var(--tk-pro-pink);
  font-family: var(--tk-serif);
  font-size: 29px;
}

.tk-pro-service-grid h3 {
  margin: 62px 0 12px;
  color: var(--tk-pro-ink);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.05;
}

.tk-pro-service-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.tk-pro-gallery {
  background:
    radial-gradient(circle at 1% 0, rgba(236, 161, 179, .22), transparent 27%),
    #f8f4ee;
}

.tk-pro-gallery__heading {
  max-width: 940px;
  margin-bottom: clamp(40px, 5vw, 70px);
}

.tk-pro-gallery__heading > p:last-child {
  max-width: 790px;
}

.tk-pro-gallery__grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2, minmax(310px, 1fr));
  gap: 16px;
}

.tk-pro-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #dfe8df;
}

.tk-pro-gallery__wall {
  grid-row: 1 / 3;
}

.tk-pro-gallery figure::after {
  position: absolute;
  inset: 46% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(6, 32, 23, .82));
}

.tk-pro-gallery img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .5s ease;
}

.tk-pro-gallery figure:hover img {
  transform: scale(1.025);
}

.tk-pro-gallery figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #fff;
}

.tk-pro-gallery figcaption strong,
.tk-pro-gallery figcaption span {
  display: block;
}

.tk-pro-gallery figcaption strong {
  font-family: var(--tk-serif);
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1;
}

.tk-pro-gallery figcaption span {
  max-width: 520px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.tk-pro-options {
  background: #fff;
}

.tk-pro-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tk-pro-option-grid article {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid #d8e2da;
  border-radius: 36px;
  background: #f2f7f2;
}

.tk-pro-option-grid__rent {
  background: var(--tk-pro-blush) !important;
  border-color: #ecd1d8 !important;
}

.tk-pro-option-grid h3 {
  max-width: 520px;
  margin: 14px 0 20px;
  color: var(--tk-pro-ink);
  font-family: var(--tk-serif);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: .98;
}

.tk-pro-option-grid article > p:not(.tk-eyebrow) {
  max-width: 590px;
}

.tk-pro-option-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 26px 0 40px;
  padding: 0;
  list-style: none;
}

.tk-pro-option-grid li {
  position: relative;
  padding-left: 23px;
  color: #3f5a4f;
  font-size: 15px;
  font-weight: 800;
}

.tk-pro-option-grid li::before {
  position: absolute;
  left: 0;
  color: var(--tk-pro-pink);
  content: "✓";
}

.tk-pro-option-grid article > a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(18,59,45,.2);
  color: var(--tk-pro-ink);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.tk-pro-option-grid article > a:hover {
  color: var(--tk-pro-pink);
}

.tk-pro-option-grid aside {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 28px;
  color: #fff;
  background: var(--tk-pro-green);
}

.tk-pro-option-grid aside span {
  font-family: var(--tk-serif);
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1;
}

.tk-pro-option-grid aside p {
  margin: 0;
  color: #dbe8e1;
  font-size: 16px;
  line-height: 1.6;
}

.tk-pro-production {
  background: #eff6f0;
}

.tk-pro-production__grid {
  display: grid;
  grid-template-columns: minmax(390px, .95fr) minmax(0, 1.05fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
}

.tk-pro-production figure {
  margin: 0;
}

.tk-pro-production figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: 38px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 70px rgba(18,59,45,.14);
}

.tk-pro-production figcaption {
  margin-top: 12px;
  color: #718078;
  font-size: 13px;
}

.tk-pro-production__grid > div > p:not(.tk-eyebrow) {
  max-width: 760px;
}

.tk-pro-production ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid #cbdacd;
  list-style: none;
}

.tk-pro-production li {
  padding: 19px 0;
  border-bottom: 1px solid #cbdacd;
  color: #52685d;
  font-size: 16px;
  line-height: 1.55;
}

.tk-pro-production li strong {
  color: var(--tk-pro-ink);
}

.tk-pro-production li a {
  color: var(--tk-pro-pink);
  font-weight: 800;
}

.tk-pro-process {
  background: #fff;
}

.tk-pro-process ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tk-pro-process li {
  min-height: 310px;
  padding: clamp(24px, 2.5vw, 36px);
  border: 1px solid #d8e2da;
  border-radius: 26px;
  background: #fafbf8;
}

.tk-pro-process li:nth-child(2n) {
  background: #fff4f6;
  border-color: #eed8dd;
}

.tk-pro-process li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: var(--tk-serif);
  font-size: 28px;
  background: var(--tk-pro-green);
}

.tk-pro-process h3 {
  margin: 56px 0 11px;
  color: var(--tk-pro-ink);
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.08;
}

.tk-pro-process li p {
  margin: 0;
  font-size: 15px;
  line-height: 1.57;
}

.tk-pro-value {
  color: #fff;
  background:
    radial-gradient(circle at 4% 100%, rgba(230, 88, 123, .24), transparent 27%),
    #103c2c;
}

.tk-pro-value__grid {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.tk-pro-value .tk-eyebrow {
  color: #ffb7c8;
}

.tk-pro-value h2 {
  color: #fff;
}

.tk-pro-value__list {
  border-top: 1px solid rgba(255,255,255,.25);
}

.tk-pro-value__list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.tk-pro-value__list article > strong {
  color: #ffb7c8;
  font-family: var(--tk-serif);
  font-size: 27px;
  font-weight: 400;
}

.tk-pro-value__list h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
}

.tk-pro-value__list p {
  margin: 0;
  color: #d5e4dc;
  font-size: 15px;
  line-height: 1.55;
}

.tk-pro-faq {
  background: #fff;
}

.tk-pro-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.tk-pro-faq__items {
  border-top: 1px solid #d5dfd8;
}

.tk-pro-faq details {
  border-bottom: 1px solid #d5dfd8;
}

.tk-pro-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  color: var(--tk-pro-ink);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tk-pro-faq summary::-webkit-details-marker {
  display: none;
}

.tk-pro-faq summary span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cfdbd2;
  border-radius: 50%;
  color: var(--tk-pro-green);
  font-size: 24px;
  transition: transform .2s ease;
}

.tk-pro-faq details[open] summary span {
  transform: rotate(45deg);
}

.tk-pro-faq details p {
  max-width: 820px;
  margin: -5px 62px 24px 0;
  font-size: 16px;
  line-height: 1.65;
}

.tk-pro-cta {
  padding: clamp(68px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 100% 0, rgba(255,255,255,.14), transparent 30%),
    var(--tk-pro-pink);
}

.tk-pro-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: center;
}

.tk-pro-cta .tk-eyebrow {
  color: #fff;
}

.tk-pro-cta h2,
.tk-pro-cta p:not(.tk-eyebrow) {
  color: #fff;
}

.tk-pro-cta p:not(.tk-eyebrow) {
  max-width: 800px;
}

.tk-pro-cta__actions {
  display: grid;
  gap: 15px;
  text-align: center;
}

.tk-pro-cta__actions > a:not(.tk-button) {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .tk-pro-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr);
    gap: 36px;
  }

  .tk-pro-hero__visual {
    min-height: 570px;
  }

  .tk-pro-hero__proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tk-pro-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tk-pro-service-grid article:nth-child(3n),
  .tk-pro-service-grid article:nth-last-child(-n+3) {
    border-right: 1px solid #d8e3db;
    border-bottom: 1px solid #d8e3db;
  }

  .tk-pro-service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .tk-pro-service-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .tk-pro-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .tk-pro-page h2 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .tk-pro-hero {
    padding-top: 22px;
  }

  .tk-pro-hero__grid,
  .tk-pro-legacy__grid,
  .tk-pro-heading,
  .tk-pro-production__grid,
  .tk-pro-value__grid,
  .tk-pro-faq__grid,
  .tk-pro-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-pro-hero h1 {
    font-size: clamp(44px, 11vw, 62px);
  }

  .tk-pro-hero__visual {
    min-height: 500px;
    border-radius: 30px;
  }

  .tk-pro-nav .tk-container {
    min-height: 62px;
    gap: 18px;
  }

  .tk-pro-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .tk-pro-gallery figure,
  .tk-pro-gallery__wall {
    grid-row: auto;
    min-height: 430px;
  }

  .tk-pro-option-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-pro-option-grid aside {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .tk-pro-production figure img {
    aspect-ratio: 4 / 3;
  }

  .tk-pro-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tk-pro-page .tk-section {
    padding-block: 64px;
  }

  .tk-pro-hero__lead {
    font-size: 19px !important;
  }

  .tk-pro-hero h1 {
    font-size: clamp(36px, 11.5vw, 50px);
  }

  .tk-pro-hero__visual {
    min-height: 420px;
  }

  .tk-pro-hero__stamp {
    top: 16px;
    left: 16px;
    width: 132px;
    height: 132px;
  }

  .tk-pro-hero__stamp strong {
    font-size: 48px;
  }

  .tk-pro-hero__stamp span {
    font-size: 9px;
  }

  .tk-pro-hero__proof,
  .tk-pro-service-grid,
  .tk-pro-process ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-pro-service-grid article,
  .tk-pro-service-grid article:nth-child(2n),
  .tk-pro-service-grid article:nth-child(3n),
  .tk-pro-service-grid article:nth-last-child(-n+2),
  .tk-pro-service-grid article:nth-last-child(-n+3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d8e3db;
  }

  .tk-pro-service-grid article:last-child {
    border-bottom: 0;
  }

  .tk-pro-service-grid h3,
  .tk-pro-process h3 {
    margin-top: 30px;
  }

  .tk-pro-gallery figure,
  .tk-pro-gallery__wall {
    min-height: 390px;
  }

  .tk-pro-option-grid article {
    min-height: 0;
  }

  .tk-pro-option-grid ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .tk-pro-process li {
    min-height: 0;
  }

  .tk-pro-faq details p {
    margin-right: 0;
  }
}

/* Version 0.5.28: shared customer-service hours beside every phone contact. */
.tk-contact-availability {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 9px;
  color: inherit;
  font-family: var(--tk-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.4;
}

.tk-contact-availability > span {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
}

.tk-contact-availability a {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.tk-contact-availability a:hover {
  color: inherit;
  background: transparent;
  text-decoration: underline;
}

.tk-service-bar__inner {
  min-height: 48px;
}

.tk-service-bar__contact,
.tk-service-bar__contact > a,
.tk-service-bar__contact > small {
  display: block;
}

.tk-service-bar__contact > small {
  margin-top: 1px;
  font-size: 10px;
  line-height: 1.25;
}

.tk-service-bar__contact a {
  color: inherit;
}

.tk-contact-availability--header {
  max-width: 165px;
  margin-top: 2px;
  white-space: normal;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.2;
}

.tk-contact-availability--header > span:first-child {
  display: none;
}

.tk-mega-panel__contact {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end !important;
  gap: 1px !important;
}

.tk-mega-panel__contact .tk-contact-availability {
  margin-top: 2px;
  align-items: flex-end;
  gap: 0;
  font-size: 9px;
  font-weight: 650;
}

.tk-mega-panel__contact .tk-contact-availability > span {
  display: block;
}

.tk-contact-availability--trust {
  margin-top: 4px !important;
  gap: 0;
  font-size: 9px !important;
  line-height: 1.25;
}

.tk-contact-availability--story,
.tk-contact-availability--ribbon {
  width: 100%;
  flex-basis: 100%;
}

.tk-contact-availability--story {
  color: #617068;
}

.tk-contact-ribbon__links .tk-contact-availability {
  color: #455a4e;
}

.tk-contact-ribbon__links .tk-contact-availability a,
.tk-contact-ribbon__links .tk-contact-availability a:first-child {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tk-contact-ribbon__links .tk-contact-availability a:hover,
.tk-contact-ribbon__links .tk-contact-availability a:first-child:hover {
  color: inherit;
  background: transparent;
}

.tk-footer-menu .tk-contact-availability {
  max-width: 260px;
  margin-top: 6px;
  color: #617068;
  font-size: 11px;
}

.tk-button-row .tk-contact-availability--button-row {
  width: 100%;
  flex-basis: 100%;
  margin-top: 0;
}

.tk-product-help {
  flex-wrap: wrap;
}

.tk-product-help .tk-contact-availability--product {
  width: 100%;
  flex-basis: 100%;
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(42, 83, 63, .12);
  color: var(--tk-muted);
  font-size: 11px;
}

.tk-checkout-support .tk-contact-availability--checkout {
  margin-top: 7px;
  gap: 1px;
  color: var(--tk-muted);
  font-size: 11px;
}

.tk-checkout-support .tk-contact-availability--checkout > span {
  margin-top: 0;
  color: inherit;
  font-size: inherit;
}

.tk-legal-company .tk-contact-availability--legal {
  margin-top: 10px;
  color: #53645b;
  font-size: 11px;
}

.tk-contact-availability--cta {
  margin-top: 3px;
  color: inherit;
  text-align: left;
}

.tk-contact-availability--body {
  margin-top: 12px;
  color: var(--tk-muted);
}

@media (max-width: 1180px) {
  .tk-service-bar__inner {
    min-height: 40px;
  }

  .tk-service-bar__contact > small {
    display: none;
  }
}

@media (max-width: 960px) {
  .tk-service-bar__inner {
    min-height: 36px;
  }

  .tk-contact-availability {
    font-size: 11px;
  }

  .tk-mega-panel__contact {
    align-items: flex-start !important;
  }

  .tk-mega-panel__contact .tk-contact-availability {
    align-items: flex-start;
  }
}

/* Version 0.5.29: Turku Cathedral wedding editorial feature. */
.tk-wedding-cathedral {
  padding: 0 0 clamp(72px, 9vw, 128px);
  background: #fff;
}

.tk-wedding-cathedral__feature {
  display: grid;
  margin: 0;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr);
  border-radius: 38px;
  color: #fff;
  background: #174b37;
  box-shadow: 0 28px 80px rgba(24, 62, 44, .14);
}

.tk-wedding-cathedral__feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.tk-wedding-cathedral__feature figcaption {
  display: flex;
  padding: clamp(38px, 5vw, 72px);
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(235, 155, 177, .2), transparent 38%),
    #174b37;
}

.tk-wedding-cathedral__feature .tk-eyebrow {
  color: #f3b7c7;
}

.tk-wedding-cathedral__feature h2 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: clamp(39px, 4vw, 66px);
  line-height: .98;
}

.tk-wedding-cathedral__feature figcaption p:not(.tk-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.72;
}

.tk-wedding-cathedral__feature figcaption a {
  display: inline-flex;
  margin-top: 30px;
  align-self: flex-start;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .38);
  text-underline-offset: 5px;
}

@media (max-width: 960px) {
  .tk-wedding-cathedral__feature {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .tk-wedding-cathedral__feature img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .tk-wedding-cathedral__feature figcaption {
    padding: 34px 28px 39px;
  }
}

/* Version 0.5.30: dedicated, customer-priced Mystery Box landing page. */
.tk-mystery-page {
  overflow: hidden;
  color: #173e30;
  background: #fff;
}

.tk-mystery-hero {
  position: relative;
  padding: clamp(28px, 4.5vw, 72px) 0 clamp(76px, 9vw, 140px);
  background:
    radial-gradient(circle at 9% 16%, rgba(247, 204, 213, .52), transparent 31%),
    radial-gradient(circle at 87% 86%, rgba(213, 232, 213, .7), transparent 34%),
    #fbf8f3;
}

.tk-mystery-hero::after {
  position: absolute;
  right: -120px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(218, 73, 115, .2);
  border-radius: 50%;
  content: "";
}

.tk-mystery-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}

.tk-mystery-hero__copy h1 {
  max-width: 800px;
  margin: 13px 0 26px;
  color: #153e30;
  font-family: var(--tk-serif);
  font-size: clamp(54px, 5.4vw, 92px);
  font-weight: 400;
  letter-spacing: -.048em;
  line-height: .92;
}

.tk-mystery-hero__lead {
  max-width: 730px;
  margin: 0;
  color: #5f7067;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.62;
}

.tk-mystery-promises {
  display: flex;
  margin: 28px 0 34px;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.tk-mystery-promises li {
  display: inline-flex;
  padding: 9px 13px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(30, 82, 55, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #23533f;
  font-size: 13px;
}

.tk-mystery-promises span {
  color: #d84972;
}

.tk-mystery-buy {
  max-width: 720px;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid rgba(26, 72, 51, .15);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 24px 64px rgba(25, 60, 42, .11);
  backdrop-filter: blur(14px);
}

.tk-mystery-buy__heading {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.tk-mystery-buy__heading > div {
  display: grid;
  gap: 3px;
}

.tk-mystery-buy__heading span {
  font-size: 18px;
  font-weight: 800;
}

.tk-mystery-buy__heading small {
  color: #758079;
  font-size: 13px;
}

.tk-mystery-buy__heading output {
  color: #184b36;
  font-family: var(--tk-serif);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  white-space: nowrap;
}

.tk-mystery-presets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tk-mystery-presets button {
  position: relative;
  min-height: 64px;
  padding: 10px 8px;
  border: 1px solid #d9e2da;
  border-radius: 16px;
  color: #224b3a;
  background: #f6f8f5;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.tk-mystery-presets button:hover {
  transform: translateY(-2px);
  border-color: #1f684b;
}

.tk-mystery-presets button.is-active {
  border-color: #174f39;
  color: #fff;
  background: #174f39;
}

.tk-mystery-presets button span {
  position: absolute;
  top: -9px;
  left: 50%;
  padding: 3px 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  color: #fff;
  background: #d94973;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tk-mystery-custom {
  display: flex;
  margin: 17px 0 14px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5f7067;
  font-size: 14px;
  font-weight: 700;
}

.tk-mystery-custom__field {
  display: flex;
  min-width: 150px;
  align-items: center;
  border: 1px solid #d9e2da;
  border-radius: 15px;
  background: #fff;
}

.tk-mystery-custom__field:focus-within {
  border-color: #286849;
  box-shadow: 0 0 0 3px rgba(40, 104, 73, .12);
}

.tk-mystery-custom input {
  width: 112px;
  min-height: 52px;
  padding: 10px 8px 10px 16px;
  border: 0;
  outline: 0;
  color: #153e30;
  background: transparent;
  font: inherit;
  font-size: 19px;
  font-weight: 800;
}

.tk-mystery-custom b {
  padding-right: 16px;
  font-size: 18px;
}

.tk-button--mystery {
  display: flex;
  width: 100%;
  min-height: 62px;
  padding: 16px 22px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #d94973;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(217, 73, 115, .24);
}

.tk-button--mystery:hover {
  color: #fff;
  background: #bf335d;
}

.tk-mystery-buy__note {
  margin: 13px 0 0;
  color: #7a827d;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.tk-mystery-hero__media {
  position: relative;
  margin: 0;
}

.tk-mystery-hero__media::before {
  position: absolute;
  inset: -18px 18px 22px -18px;
  border: 1px solid rgba(30, 82, 55, .15);
  border-radius: 46% 54% 44% 56% / 54% 39% 61% 46%;
  content: "";
}

.tk-mystery-hero__media img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 670px;
  border-radius: 46% 54% 44% 56% / 54% 39% 61% 46%;
  object-fit: cover;
  box-shadow: 0 34px 90px rgba(49, 40, 28, .17);
}

.tk-mystery-hero__media figcaption {
  position: absolute;
  right: -20px;
  bottom: 38px;
  left: 35px;
  display: flex;
  max-width: 360px;
  padding: 17px 21px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 20px;
  color: #fff;
  background: rgba(21, 62, 48, .88);
  box-shadow: 0 18px 48px rgba(16, 43, 32, .2);
  backdrop-filter: blur(12px);
}

.tk-mystery-hero__media figcaption > span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  color: #174f39;
  background: #f5d789;
  font-family: var(--tk-serif);
  font-size: 35px;
}

.tk-mystery-hero__media figcaption p {
  display: grid;
  margin: 0;
  gap: 2px;
}

.tk-mystery-hero__media figcaption small {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tk-mystery-hero__media figcaption strong {
  font-size: 14px;
  line-height: 1.3;
}

.tk-mystery-unavailable {
  max-width: 640px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid #edcad4;
  border-radius: 22px;
  background: #fff1f4;
}

.tk-mystery-unavailable p {
  margin-bottom: 0;
}

.tk-mystery-how,
.tk-mystery-contents,
.tk-mystery-faq {
  padding: clamp(78px, 9vw, 142px) 0;
}

.tk-mystery-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
  gap: clamp(30px, 7vw, 120px);
  align-items: end;
}

.tk-mystery-section-heading h2,
.tk-mystery-contents h2,
.tk-mystery-value h2,
.tk-mystery-faq h2,
.tk-mystery-final h2 {
  margin: 10px 0 0;
  color: #153e30;
  font-family: var(--tk-serif);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

.tk-mystery-section-heading > p,
.tk-mystery-contents__intro > p,
.tk-mystery-faq__grid > div:first-child > p:not(.tk-eyebrow) {
  margin: 0;
  color: #65756c;
  font-size: 17px;
  line-height: 1.7;
}

.tk-mystery-steps {
  display: grid;
  margin: clamp(48px, 6vw, 82px) 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbe4dc;
  list-style: none;
}

.tk-mystery-steps li {
  min-height: 280px;
  padding: 27px clamp(22px, 3vw, 44px) 30px;
  border-right: 1px solid #dbe4dc;
}

.tk-mystery-steps li:first-child {
  padding-left: 0;
}

.tk-mystery-steps li:last-child {
  border-right: 0;
}

.tk-mystery-steps li > span {
  color: #d84972;
  font-family: var(--tk-serif);
  font-size: 36px;
}

.tk-mystery-steps h3 {
  margin: 70px 0 9px;
  color: #173e30;
  font-size: 22px;
}

.tk-mystery-steps p {
  margin: 0;
  color: #69776f;
  line-height: 1.62;
}

.tk-mystery-contents {
  background: #f3f7f2;
}

.tk-mystery-contents__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: center;
}

.tk-mystery-contents__intro > p {
  margin-top: 24px;
}

.tk-mystery-contents__intro > p strong {
  color: #234c3b;
}

.tk-mystery-contents__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.tk-mystery-contents__cards article {
  min-height: 245px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #dae4dc;
  border-radius: 30px;
  background: #fff;
}

.tk-mystery-contents__cards article:nth-child(2) { background: #f9edf0; }
.tk-mystery-contents__cards article:nth-child(3) { background: #fbf4dc; }
.tk-mystery-contents__cards article:nth-child(4) { background: #eef3ed; }

.tk-mystery-contents__cards article > span {
  color: #d84972;
  font-family: var(--tk-serif);
  font-size: 38px;
}

.tk-mystery-contents__cards h3 {
  margin: 57px 0 9px;
  color: #173e30;
  font-family: var(--tk-serif);
  font-size: 28px;
  font-weight: 400;
}

.tk-mystery-contents__cards p {
  margin: 0;
  color: #6a776f;
  line-height: 1.55;
}

.tk-mystery-value {
  padding: clamp(70px, 8vw, 118px) 0;
  color: #fff;
  background: #174b37;
}

.tk-mystery-value__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1.2fr) minmax(280px, .62fr) auto;
  gap: clamp(26px, 4vw, 66px);
  align-items: center;
}

.tk-mystery-value__mark {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  color: #f4ccd7;
  font-family: var(--tk-serif);
  font-size: 62px;
  font-weight: 300;
}

.tk-mystery-value .tk-eyebrow { color: #efafc1; }
.tk-mystery-value h2 { color: #fff; font-size: clamp(38px, 4vw, 65px); }

.tk-mystery-value__inner > p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.68;
}

.tk-mystery-value__inner > a {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  text-underline-offset: 5px;
}

.tk-mystery-faq {
  background: #fbf8f3;
}

.tk-mystery-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  gap: clamp(48px, 8vw, 128px);
}

.tk-mystery-faq__grid > div:first-child > p:not(.tk-eyebrow) {
  margin-top: 24px;
}

.tk-mystery-faq__list {
  border-top: 1px solid #d9e2da;
}

.tk-mystery-faq details {
  border-bottom: 1px solid #d9e2da;
}

.tk-mystery-faq summary {
  display: flex;
  padding: 23px 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #173e30;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.tk-mystery-faq summary::-webkit-details-marker { display: none; }

.tk-mystery-faq summary span {
  font-family: var(--tk-serif);
  font-size: 28px;
  font-weight: 400;
  transition: transform .2s ease;
}

.tk-mystery-faq details[open] summary span { transform: rotate(45deg); }

.tk-mystery-faq details p {
  max-width: 760px;
  margin: -3px 42px 24px 0;
  color: #69776f;
  line-height: 1.7;
}

.tk-mystery-final {
  padding: clamp(76px, 8vw, 122px) 0;
  background:
    radial-gradient(circle at 9% 50%, rgba(244, 191, 203, .5), transparent 35%),
    radial-gradient(circle at 94% 0, rgba(205, 229, 207, .62), transparent 37%),
    #f9f4ef;
}

.tk-mystery-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.tk-mystery-final h2 {
  max-width: 820px;
}

.tk-mystery-final .tk-button--light {
  flex: 0 0 auto;
  border: 0;
  color: #fff;
  background: #174b37;
}

@media (max-width: 1080px) {
  .tk-mystery-hero__grid,
  .tk-mystery-contents__grid,
  .tk-mystery-faq__grid {
    grid-template-columns: 1fr;
  }

  .tk-mystery-hero__media {
    max-width: 760px;
    margin-inline: auto;
  }

  .tk-mystery-hero__media img {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .tk-mystery-value__inner {
    grid-template-columns: auto 1fr;
  }

  .tk-mystery-value__inner > p,
  .tk-mystery-value__inner > a {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .tk-mystery-hero {
    padding-top: 24px;
  }

  .tk-mystery-hero__grid {
    gap: 38px;
  }

  .tk-mystery-hero__copy h1 {
    font-size: clamp(47px, 14.5vw, 66px);
  }

  .tk-mystery-hero__lead {
    font-size: 16px;
  }

  .tk-mystery-buy {
    width: 100%;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .tk-mystery-buy__heading {
    align-items: center;
  }

  .tk-mystery-buy__heading output {
    font-size: 34px;
  }

  .tk-mystery-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .tk-mystery-presets button {
    min-height: 58px;
  }

  .tk-mystery-custom {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .tk-mystery-custom__field {
    width: 100%;
  }

  .tk-mystery-custom input {
    width: 100%;
  }

  .tk-button--mystery {
    min-height: 58px;
    font-size: 15px;
  }

  .tk-mystery-hero__media::before {
    inset: -10px 10px 13px -10px;
  }

  .tk-mystery-hero__media img {
    aspect-ratio: 4 / 4.6;
  }

  .tk-mystery-hero__media figcaption {
    right: 12px;
    bottom: 18px;
    left: 12px;
    max-width: none;
  }

  .tk-mystery-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tk-mystery-steps {
    grid-template-columns: 1fr;
  }

  .tk-mystery-steps li,
  .tk-mystery-steps li:first-child {
    min-height: 0;
    padding: 24px 0 28px;
    border-right: 0;
    border-bottom: 1px solid #dbe4dc;
  }

  .tk-mystery-steps li:last-child {
    border-bottom: 0;
  }

  .tk-mystery-steps h3 {
    margin-top: 28px;
  }

  .tk-mystery-contents__cards {
    grid-template-columns: 1fr;
  }

  .tk-mystery-contents__cards article {
    min-height: 0;
  }

  .tk-mystery-contents__cards h3 {
    margin-top: 30px;
  }

  .tk-mystery-value__inner {
    grid-template-columns: 1fr;
  }

  .tk-mystery-value__mark {
    width: 66px;
    height: 66px;
    font-size: 46px;
  }

  .tk-mystery-value__inner > p,
  .tk-mystery-value__inner > a {
    grid-column: 1;
  }

  .tk-mystery-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Version 0.5.36: prevent legacy commerce spacing from overriding the new UI. */
.woocommerce-cart .tk-main,
.woocommerce-checkout .tk-main,
.woocommerce-account .tk-main {
  padding-block: clamp(28px, 4vw, 54px);
}

.woocommerce-cart .tk-page__content--commerce,
.woocommerce-checkout .tk-page__content--commerce,
.woocommerce-account .tk-page__content--commerce {
  padding-block: 0;
}

.woocommerce-cart .tk-commerce-heading--block,
.woocommerce-checkout .tk-commerce-heading--block {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: clamp(28px, 3.5vw, 42px);
}

.woocommerce-cart .tk-commerce-heading--block h1,
.woocommerce-checkout .tk-commerce-heading--block h1 {
  font-size: clamp(3.1rem, 5vw, 4.8rem);
}

.woocommerce-cart .tk-commerce-heading--block > p:not(.tk-eyebrow),
.woocommerce-checkout .tk-commerce-heading--block > p:not(.tk-eyebrow) {
  margin-top: 14px;
}

.woocommerce-cart .tk-commerce-heading--block .tk-commerce-promise,
.woocommerce-checkout .tk-commerce-heading--block .tk-commerce-promise {
  margin-top: 22px;
}

@media (max-width: 620px) {
  .woocommerce-cart .tk-main,
  .woocommerce-checkout .tk-main,
  .woocommerce-account .tk-main {
    padding-block: 22px 42px;
  }

  .woocommerce-cart .tk-commerce-heading--block,
  .woocommerce-checkout .tk-commerce-heading--block {
    padding: 24px 20px;
  }
}

/* Version 0.5.39: compact final confirmation, after all legacy rules. */
.woocommerce-order-received .woocommerce-order {
  padding: clamp(26px, 4vw, 48px);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.15;
}

@media (max-width: 620px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }
}

/* Version 0.5.44: polished classic checkout required by the B2B checkout. */
body.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  gap: 0 clamp(32px, 4vw, 58px);
  align-items: start;
}

body.woocommerce-checkout form.checkout #customer_details {
  min-width: 0;
  grid-column: 1;
  grid-row: 1 / span 2;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #dce6de;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 46px rgba(24, 62, 48, .055);
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
  margin-top: 20px;
}

body.woocommerce-checkout form.checkout h3,
body.woocommerce-checkout form.checkout #order_review_heading {
  color: var(--tk-forest-dark);
  font-family: var(--tk-serif);
  font-size: clamp(31px, 3.2vw, 43px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.025em;
}

body.woocommerce-checkout form.checkout #customer_details h3 {
  margin: 0 0 26px;
}

body.woocommerce-checkout form.checkout #order_review_heading {
  margin: 0;
  padding: 0 0 18px;
  grid-column: 2;
  grid-row: 1;
}

body.woocommerce-checkout form.checkout #order_review {
  position: static;
  min-width: 0;
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid #d8e3da;
  border-radius: 24px;
  background: linear-gradient(150deg, #f3f8f3 0%, #fffdfb 58%, #fff 100%);
  box-shadow: 0 20px 58px rgba(24, 62, 48, .075);
  grid-column: 2;
  grid-row: 2;
}

body.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 16px;
}

body.woocommerce-checkout form.checkout .form-row label {
  margin-bottom: 7px;
  color: #314a3e;
  font-size: 13px;
  font-weight: 760;
}

body.woocommerce-checkout form.checkout .form-row input.input-text,
body.woocommerce-checkout form.checkout .form-row textarea,
body.woocommerce-checkout form.checkout .form-row select,
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cbd8cf;
  border-radius: 13px;
  color: var(--tk-ink);
  background: #fff;
  font-size: 15px;
  box-shadow: none;
}

body.woocommerce-checkout form.checkout .form-row input.input-text:focus,
body.woocommerce-checkout form.checkout .form-row textarea:focus,
body.woocommerce-checkout form.checkout .form-row select:focus {
  border-color: var(--tk-forest);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 82, 55, .09);
}

body.woocommerce-checkout form.checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 27px;
}

body.woocommerce-checkout form.checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

body.woocommerce-checkout #billing_company_field .description,
body.woocommerce-checkout #billing_vat_id_field .description {
  display: block !important;
  position: static !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 11px 13px !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 1px solid #d8e5da !important;
  border-radius: 10px !important;
  color: #52675c !important;
  background: #f1f7f2 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #billing_company_field .description::before,
body.woocommerce-checkout #billing_vat_id_field .description::before {
  display: none !important;
}

body.woocommerce-checkout #order_review table.shop_table {
  width: 100%;
  margin: 0 0 22px;
  table-layout: fixed;
  border: 0;
  background: transparent;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
  padding: 13px 10px;
  border-color: rgba(53, 85, 68, .13);
  vertical-align: top;
}

body.woocommerce-checkout #order_review table.shop_table th:first-child,
body.woocommerce-checkout #order_review table.shop_table td:first-child {
  width: 73%;
}

body.woocommerce-checkout #order_review table.shop_table th:last-child,
body.woocommerce-checkout #order_review table.shop_table td:last-child {
  width: 27%;
  text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table thead th {
  color: #607168;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name {
  color: #263d32;
  font-size: 14px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name > strong:first-child {
  color: var(--tk-forest-dark);
  font-size: 15px;
  line-height: 1.32;
}

body.woocommerce-checkout #order_review table.shop_table .product-quantity {
  color: #607168;
  font-size: 12px;
}

body.woocommerce-checkout #order_review table.shop_table td.product-total {
  color: var(--tk-forest-dark);
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
}

body.woocommerce-checkout #order_review table.shop_table dl.variation {
  display: grid;
  margin: 9px 0 0;
  grid-template-columns: minmax(82px, 108px) minmax(0, 1fr);
  gap: 4px 8px;
  color: #617168;
  font-size: 11px;
  line-height: 1.4;
}

body.woocommerce-checkout #order_review table.shop_table dl.variation dt,
body.woocommerce-checkout #order_review table.shop_table dl.variation dd,
body.woocommerce-checkout #order_review table.shop_table dl.variation p {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #order_review table.shop_table dl.variation dt {
  color: #3d5a4b;
  font-weight: 780;
}

body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout #order_review table.shop_table tfoot td {
  padding-block: 15px;
}

body.woocommerce-checkout #order_review table.shop_table tfoot .order-total th,
body.woocommerce-checkout #order_review table.shop_table tfoot .order-total td {
  color: var(--tk-forest-dark);
  font-size: 17px;
}

body.woocommerce-checkout #order_review ul#shipping_method {
  margin: 0;
}

body.woocommerce-checkout #order_review ul#shipping_method li {
  display: grid;
  margin: 0 0 8px;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  text-indent: 0;
}

body.woocommerce-checkout #order_review ul#shipping_method li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout #order_review ul#shipping_method label {
  color: #314d3f;
  font-size: 12px;
  line-height: 1.35;
}

body.woocommerce-checkout #payment {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #d8e4da;
  border-radius: 20px;
  background: #eef5ef;
}

body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #d8e4da;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(45, 80, 62, .1);
}

body.woocommerce-checkout #payment ul.payment_methods > li:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label {
  color: var(--tk-forest-dark);
  font-size: 14px;
  font-weight: 780;
}

body.woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 14px;
  border-radius: 15px;
  color: #5e7066;
  background: #fff;
}

body.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-description {
  margin: 0 0 12px;
  color: #62736a;
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-methods {
  display: grid !important;
  width: 100% !important;
  gap: 10px !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method-group {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  border: 1px solid #dce5de !important;
  border-radius: 14px !important;
  background: #fff !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method-group-title {
  margin: 0 0 3px !important;
  padding: 0 !important;
  color: #476052 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase;
  grid-column: 1 / -1;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 73px !important;
  margin: 0 !important;
  padding: 7px 5px 6px !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dce5de !important;
  border-radius: 10px !important;
  background: #fbfcfa !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method:hover,
body.woocommerce-checkout #payment .wc-paytrail-ppa-method.selected {
  border-color: #2d6a50 !important;
  background: #eef6f0 !important;
  box-shadow: 0 0 0 2px rgba(45, 106, 80, .08);
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method-icon-container {
  display: grid !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 3px !important;
  border: 0 !important;
  background: transparent !important;
  place-items: center;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method-icon {
  width: auto !important;
  max-width: 70px !important;
  height: 24px !important;
  max-height: 24px !important;
  object-fit: contain !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 4px auto 0 !important;
  accent-color: var(--tk-forest);
}

body.woocommerce-checkout #payment .place-order {
  padding: 17px !important;
}

body.woocommerce-checkout #payment #place_order {
  min-height: 58px;
  border-radius: 999px;
  background: var(--tk-petal);
  box-shadow: 0 13px 30px rgba(198, 95, 125, .21);
  font-size: 16px;
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus-visible {
  background: #ad3f61;
}

@media (max-width: 1120px) {
  body.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  body.woocommerce-checkout form.checkout #customer_details,
  body.woocommerce-checkout form.checkout #order_review_heading,
  body.woocommerce-checkout form.checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-checkout form.checkout #order_review_heading {
    padding: 0;
  }

  body.woocommerce-checkout #payment .wc-paytrail-ppa-method-group {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  body.woocommerce-checkout form.checkout #customer_details .col-1,
  body.woocommerce-checkout form.checkout #customer_details .col-2,
  body.woocommerce-checkout form.checkout #order_review {
    padding: 19px 16px;
    border-radius: 18px;
  }

  body.woocommerce-checkout form.checkout h3,
  body.woocommerce-checkout form.checkout #order_review_heading {
    font-size: 30px;
  }

  body.woocommerce-checkout form.checkout .form-row-first,
  body.woocommerce-checkout form.checkout .form-row-last {
    float: none;
    width: 100%;
  }

  body.woocommerce-checkout #order_review table.shop_table th,
  body.woocommerce-checkout #order_review table.shop_table td {
    padding-right: 6px;
    padding-left: 6px;
  }

  body.woocommerce-checkout #order_review table.shop_table th:first-child,
  body.woocommerce-checkout #order_review table.shop_table td:first-child {
    width: 70%;
  }

  body.woocommerce-checkout #order_review table.shop_table th:last-child,
  body.woocommerce-checkout #order_review table.shop_table td:last-child {
    width: 30%;
  }

  body.woocommerce-checkout #order_review table.shop_table dl.variation {
    grid-template-columns: minmax(72px, 88px) minmax(0, 1fr);
    font-size: 10px;
  }

  body.woocommerce-checkout #payment ul.payment_methods {
    padding: 11px;
  }

  body.woocommerce-checkout #payment div.payment_box {
    padding: 10px;
  }

  body.woocommerce-checkout #payment .wc-paytrail-ppa-method-group {
    padding: 9px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
}

@media (max-width: 430px) {
  body.woocommerce-checkout #payment .wc-paytrail-ppa-method-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Version 0.5.45: clear warehouse pickup instructions at checkout. */
body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details {
  display: grid;
  margin: 9px 0 3px;
  padding: 12px 13px;
  grid-column: 1 / -1;
  gap: 4px;
  border: 1px solid #cfe0d4;
  border-radius: 12px;
  color: #536a5e;
  background: #f3f8f3;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details > strong {
  color: var(--tk-forest-dark);
  font-size: 12px;
  font-weight: 800;
}

body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details b {
  color: #2e5944;
  font-weight: 800;
}

/* Version 0.5.46: full-width, readable shipping choices. */
body.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
  display: block;
  width: 100% !important;
  text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
  padding: 18px 0 9px;
  border-bottom: 0;
  color: var(--tk-forest-dark);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .02em;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
  padding: 0 0 16px;
}

body.woocommerce-checkout #order_review ul#shipping_method {
  display: grid;
  gap: 8px;
}

body.woocommerce-checkout #order_review ul#shipping_method li {
  margin: 0;
  padding: 11px 12px;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border: 1px solid #d8e4da;
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
}

body.woocommerce-checkout #order_review ul#shipping_method li:has(input.shipping_method:checked) {
  border-color: #4e7d65;
  background: #edf5ef;
  box-shadow: 0 0 0 2px rgba(31, 82, 55, .06);
}

body.woocommerce-checkout #order_review ul#shipping_method input.shipping_method {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--tk-forest);
}

body.woocommerce-checkout #order_review ul#shipping_method label {
  display: block;
  min-width: 0;
  color: #2f4b3d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  overflow-wrap: break-word;
}

body.woocommerce-checkout #order_review ul#shipping_method .woocommerce-Price-amount {
  white-space: nowrap;
}

body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details {
  display: none;
  margin: 3px 0 0;
  grid-column: 1 / -1;
}

body.woocommerce-checkout #order_review ul#shipping_method li:has(input.shipping_method:checked) .tk-local-pickup-details {
  display: grid;
}

@media (max-width: 430px) {
  body.woocommerce-checkout #order_review ul#shipping_method li {
    padding: 10px;
  }

  body.woocommerce-checkout #order_review ul#shipping_method label {
    font-size: 12px;
  }
}

/* Version 0.5.47: Paytrail logo cards do not need a second visible radio. */
body.woocommerce-checkout #payment .wc-paytrail-ppa-method {
  position: relative;
  min-height: 62px !important;
  justify-content: center;
  cursor: pointer;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method-icon-container {
  min-height: 34px !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.woocommerce-checkout #payment .wc-paytrail-ppa-method:focus-within {
  outline: 3px solid rgba(31, 82, 55, .2);
  outline-offset: 2px;
}

/* Version 0.5.48: legal helper copy stays secondary and easy to scan. */
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  margin: 0;
  color: #64756c;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 1.55 !important;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
  color: #385b49;
  font-weight: 700;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 12px;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
  font-size: 12px;
  line-height: 1.45;
}

/* Version 0.5.49: make the checkout support contact genuinely visible. */
body.woocommerce-checkout .tk-checkout-support {
  margin-top: 26px;
  padding: 25px 14px 6px;
}

body.woocommerce-checkout .tk-checkout-support > strong {
  color: var(--tk-forest-dark);
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 650;
  line-height: 1.2;
}

body.woocommerce-checkout .tk-checkout-support > span {
  margin-top: 10px;
  color: #50665a;
  font-size: 16px;
  line-height: 1.45;
}

body.woocommerce-checkout .tk-checkout-support .tk-contact-availability--checkout {
  margin-top: 10px;
  gap: 3px;
  color: #50665a;
  font-size: 15px;
  line-height: 1.45;
}

/* Version 0.5.52: pre-launch content, mobile cards and printable forms. */
.tk-v3-hero .tk-v3-kicker span {
  display: inline-block;
  margin-right: .25em;
  font-size: 1.75em;
  letter-spacing: .08em;
  line-height: 1;
}

.tk-v3-delivery-card__number {
  letter-spacing: -.035em;
  white-space: nowrap;
}

.tk-contact-availability--header {
  max-width: 205px;
  font-size: 10px;
  line-height: 1.3;
}

.tk-contact-availability--trust {
  font-size: 11px !important;
  line-height: 1.35;
}

.tk-footer-menu .tk-contact-availability {
  max-width: 310px;
  color: #53645b;
  font-size: 13px;
  line-height: 1.45;
}

.tk-wordmark--footer {
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1;
}

.tk-payment-brands,
.tk-shipping-brands {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.tk-legal-content a.tk-button {
  color: #fff;
  text-decoration: none;
}

.tk-payment-brands > img,
.tk-pay-brand,
.tk-logotype {
  display: grid;
  width: 112px;
  height: 68px;
  padding: 12px;
  border: 1px solid #d8e2da;
  border-radius: 15px;
  background: #fff;
  object-fit: contain;
  place-items: center;
}

.tk-pay-brand,
.tk-logotype {
  color: #173e2e;
  font-size: 18px;
  font-weight: 850;
}

.tk-pay-brand--klarna {
  color: #111;
  background: #ffb3c7;
}

.tk-pay-brand--paytrail {
  color: #fff;
  background: #0b6f69;
}

.tk-logotype--posti {
  color: #fff;
  background: #ff6200;
}

.tk-logotype--matkahuolto {
  width: 168px;
  color: #fff;
  background: #006b57;
}

.tk-shipping-methods {
  display: grid;
  margin: 26px 0 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tk-shipping-methods article {
  display: grid;
  padding: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  border: 1px solid #d9e4db;
  border-radius: 18px;
  background: #f7faf6;
}

.tk-shipping-methods article strong,
.tk-shipping-methods article b {
  color: #173e2e;
  font-size: 17px;
}

.tk-shipping-methods article span {
  grid-column: 1 / -1;
  color: #5f7066;
  font-size: 14px;
  line-height: 1.55;
}

.tk-info-hero {
  padding-block: clamp(72px, 9vw, 128px);
  background: linear-gradient(120deg, #f8f0eb, #eef6ed);
}

.tk-info-hero h1 {
  max-width: 900px;
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.tk-info-hero p:last-child {
  max-width: 780px;
  margin-top: 24px;
  color: #526158;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.tk-info-narrow {
  max-width: 980px;
}

.tk-faq-list summary {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.tk-faq-list details p {
  max-width: 820px;
  font-size: 17px;
}

.tk-info-actions {
  display: flex;
  margin-top: 46px;
  flex-wrap: wrap;
  gap: 14px;
}

.tk-quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.tk-quote-intro {
  position: sticky;
  top: 130px;
}

.tk-quote-intro h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.tk-quote-intro li {
  margin-block: 8px;
  color: #53645b;
}

.tk-form-card {
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid #d5e1d6;
  border-radius: 28px;
  background: #f7faf6;
}

.tk-customer-form,
.tk-customer-form label {
  display: grid;
  gap: 9px;
}

.tk-customer-form {
  gap: 22px;
}

.tk-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tk-customer-form label {
  color: #25392f;
  font-size: 15px;
  font-weight: 750;
}

.tk-customer-form label > span {
  color: #65746b;
  font-size: 12px;
  font-weight: 550;
}

.tk-customer-form input,
.tk-customer-form select,
.tk-customer-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #c9d7cd;
  border-radius: 12px;
  color: #1c3026;
  background: #fff;
  font: inherit;
  font-weight: 500;
}

.tk-customer-form textarea {
  resize: vertical;
}

.tk-customer-form input:focus,
.tk-customer-form select:focus,
.tk-customer-form textarea:focus {
  outline: 3px solid rgba(211, 83, 112, .18);
  border-color: #d35370;
}

.tk-form-check {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
}

.tk-form-check input {
  width: 22px;
  min-height: 22px;
  margin-top: 2px;
}

.tk-form-check span {
  font-size: 14px !important;
  line-height: 1.55;
}

.tk-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.tk-form-notice {
  display: grid;
  margin-bottom: 24px;
  padding: 18px 20px;
  gap: 4px;
  border-radius: 14px;
  font-size: 15px;
}

.tk-form-notice--success { color: #16452f; background: #dff2e3; }
.tk-form-notice--error { color: #7c2434; background: #f9e2e7; }

.tk-return-form-page {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding-block: 58px 82px;
}

.tk-return-form-header,
.tk-return-form-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.tk-return-form-header {
  padding-bottom: 30px;
  border-bottom: 4px solid #24523f;
}

.tk-return-form-header p {
  margin: 0 0 5px;
  color: #2d6b51;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.tk-return-form-header h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.tk-return-form-header span {
  color: #56675e;
  font-size: 15px;
}

.tk-print-form {
  display: grid;
  margin-top: 26px;
  gap: 18px;
}

.tk-print-form section,
.tk-print-form aside {
  padding: 24px;
  border: 1px solid #cddbd1;
  border-radius: 16px;
}

.tk-print-form h2 {
  margin-bottom: 18px;
  font-family: var(--tk-sans);
  font-size: 19px;
}

.tk-print-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tk-print-wide { grid-column: 1 / -1; }

.tk-print-form label {
  display: grid;
  gap: 7px;
  color: #30463a;
  font-size: 13px;
  font-weight: 750;
}

.tk-print-form input[type="text"],
.tk-print-form input[type="tel"],
.tk-print-form input[type="email"],
.tk-print-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid #6f8076;
  border-radius: 0;
  background: #fbfcfa;
  font: 500 16px/1.4 var(--tk-sans);
}

.tk-print-form textarea {
  border: 1px solid #9aaba0;
  resize: vertical;
}

.tk-print-terms > label {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 24px minmax(0, 1fr);
  font-size: 14px;
  line-height: 1.55;
}

.tk-print-terms input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.tk-print-form aside {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #184734;
}

.tk-print-form aside p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.85);
  font-size: 13px;
}

.tk-return-form-actions {
  margin-top: 26px;
}

@media (max-width: 680px) {
  .tk-v3-service-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tk-v3-service,
  .tk-v3-service--mystery {
    width: 100%;
    min-height: 560px;
    grid-column: auto;
  }

  .tk-v3-bargains .woocommerce ul.products[class*="columns-"],
  body.single-product .related ul.products[class*="columns-"] {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .tk-v3-bargains .woocommerce ul.products li.product,
  body.single-product .related ul.products li.product,
  body.single-product .related ul.products li.product:nth-child(2n) {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .tk-v3-bargains .woocommerce ul.products li.product > a.woocommerce-loop-product__link,
  body.single-product .related ul.products li.product > a.woocommerce-loop-product__link {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: 124px minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 5px 15px;
    align-items: start;
  }

  .tk-v3-bargains .woocommerce ul.products li.product a img,
  body.single-product .related ul.products li.product a img {
    width: 124px;
    height: 124px;
    margin: 0;
    padding: 7px;
    grid-row: 1 / span 5;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .tk-v3-bargains .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .tk-v3-bargains .woocommerce ul.products li.product .price,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related ul.products li.product .price,
  body.single-product .related ul.products li.product .tk-loop-delivery {
    min-width: 0;
    grid-column: 2;
    overflow-wrap: anywhere;
  }

  .tk-v3-bargains .woocommerce ul.products li.product .button,
  body.single-product .related ul.products li.product .button {
    width: calc(100% - 139px);
    min-height: 48px;
    margin: 12px 0 0 139px;
  }

  .tk-footer__grid {
    gap: 0;
    padding-block: 56px 42px;
  }

  .tk-footer__grid > div {
    padding-block: 27px;
    border-bottom: 1px solid rgba(38, 56, 46, .12);
  }

  .tk-footer__grid > div:first-child { padding-top: 0; }

  .tk-wordmark--footer {
    font-size: clamp(52px, 15vw, 68px);
  }

  .tk-footer h2 {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .tk-footer-menu li + li { margin-top: 15px; }

  .tk-footer-menu a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
  }

  .tk-footer-menu .tk-contact-availability {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .tk-footer-menu .tk-contact-availability a {
    font-size: inherit;
  }

  .tk-shipping-methods,
  .tk-form-grid,
  .tk-print-grid,
  .tk-quote-layout {
    grid-template-columns: 1fr;
  }

  .tk-quote-intro { position: static; }
  .tk-print-wide { grid-column: auto; }
  .tk-return-form-header,
  .tk-return-form-actions { align-items: stretch; flex-direction: column; }
}

@media print {
  @page { size: A4 portrait; margin: 10mm; }

  .tk-service-bar,
  .tk-site-header,
  .tk-footer,
  #wpadminbar,
  .tk-print-button,
  .tk-return-form-actions,
  .kansleri-cookie-consent-widget,
  [class*="kansleri"] {
    display: none !important;
  }

  html,
  body {
    margin: 0 !important;
    color: #111 !important;
    background: #fff !important;
    font-size: 11pt !important;
  }

  .tk-return-form-page {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tk-return-form-header {
    padding-bottom: 4mm;
    border-bottom-width: 2px;
  }

  .tk-return-form-header h1 {
    font-size: 25pt;
  }

  .tk-print-form {
    margin-top: 4mm;
    gap: 3mm;
  }

  .tk-print-form section,
  .tk-print-form aside {
    padding: 4mm;
    border: 1px solid #777;
    border-radius: 0;
    break-inside: avoid;
  }

  .tk-print-form h2 { margin-bottom: 2mm; font-size: 13pt; }
  .tk-print-form input[type="text"],
  .tk-print-form input[type="tel"],
  .tk-print-form input[type="email"] { min-height: 8mm; padding: 1mm; }
  .tk-print-form textarea { min-height: 30mm; padding: 2mm; }
  .tk-print-form aside { color: #111; background: #fff; }
  .tk-print-form aside p { color: #111; }
}

body.woocommerce-checkout .tk-checkout-support a {
  font-size: inherit;
  font-weight: 800;
}

/* Version 0.5.53: clearer quote contact, official service artwork and larger mobile type. */
.tk-quote-phone {
  display: grid;
  width: fit-content;
  margin: 32px 0 14px;
  color: var(--tk-forest-dark);
  gap: 2px;
  text-decoration: none;
}

.tk-quote-phone span {
  color: #637268;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tk-quote-phone strong {
  font-family: var(--tk-serif);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.tk-quote-phone:hover strong,
.tk-quote-phone:focus-visible strong {
  color: var(--tk-petal-dark);
}

.tk-payment-banner {
  width: min(100%, 980px);
  margin: 30px 0 38px;
  padding: clamp(16px, 2.5vw, 28px);
  overflow: hidden;
  border: 1px solid #d8e3da;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 62, 48, .06);
}

.tk-payment-banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.tk-shipping-brand {
  display: grid;
  width: 190px;
  height: 82px;
  padding: 15px 18px;
  border: 1px solid #d8e2da;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 62, 48, .05);
  place-items: center;
}

.tk-shipping-brand img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 48px;
  object-fit: contain;
}

.tk-shipping-brand--matkahuolto {
  width: 210px;
}

.tk-footer .tk-wordmark.tk-wordmark--footer {
  font-size: clamp(64px, 6vw, 88px) !important;
  line-height: .92 !important;
  letter-spacing: -.055em;
}

.tk-footer .tk-wordmark.tk-wordmark--footer span,
.tk-footer .tk-wordmark.tk-wordmark--footer b {
  font-size: 1em !important;
  line-height: inherit !important;
}

@media (max-width: 680px) {
  .tk-footer .tk-wordmark.tk-wordmark--footer {
    font-size: clamp(58px, 17vw, 76px) !important;
  }

  .tk-footer__brand > p {
    max-width: 360px;
    font-size: 17px;
    line-height: 1.65;
  }

  .tk-legal-content p,
  .tk-legal-content li {
    font-size: 17px;
    line-height: 1.7;
  }

  .tk-shipping-methods article {
    padding: 21px 19px;
  }

  .tk-shipping-methods article strong,
  .tk-shipping-methods article b {
    font-size: 19px;
    line-height: 1.35;
  }

  .tk-shipping-methods article span {
    font-size: 16px;
    line-height: 1.6;
  }

  body.woocommerce-checkout #order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
    font-size: 19px;
  }

  body.woocommerce-checkout #order_review ul#shipping_method li {
    min-height: 72px;
    padding: 15px 14px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
  }

  body.woocommerce-checkout #order_review ul#shipping_method input.shipping_method {
    width: 21px;
    height: 21px;
  }

  body.woocommerce-checkout #order_review ul#shipping_method label {
    font-size: 17px !important;
    line-height: 1.42;
  }

  body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details {
    padding: 15px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.woocommerce-checkout #order_review ul#shipping_method .tk-local-pickup-details > strong {
    font-size: 17px;
  }

  .woocommerce-checkout .wc-block-components-radio-control__label,
  .woocommerce-checkout .wc-block-components-radio-control__secondary-label {
    font-size: 16px;
    line-height: 1.45;
  }
}

/* Version 0.5.54: filters scroll independently from the infinite product list. */
.tk-catalog-filters > form {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.tk-filter-fields {
  min-height: 0;
}

@media (min-width: 961px) {
  .tk-catalog-layout__filters {
    max-height: calc(100vh - 168px);
  }

  .admin-bar .tk-catalog-layout__filters {
    max-height: calc(100vh - 200px);
  }

  .tk-catalog-layout__filters .tk-catalog-filters {
    display: grid;
    max-height: inherit;
    padding-bottom: 0;
    overflow: hidden;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .tk-catalog-layout__filters .tk-catalog-filters > form {
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header {
    position: relative;
    z-index: 3;
    min-height: 0;
    padding: 0 0 16px;
    align-items: center;
    background: #fbfcfa;
  }

  .tk-catalog-layout__filters .tk-catalog-filters__header strong {
    line-height: 1.08;
  }

  .tk-catalog-layout__filters .tk-filter-fields {
    padding-right: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #b6c6ba transparent;
    scrollbar-width: thin;
  }

  .tk-catalog-layout__filters .tk-filter-actions {
    position: relative;
    z-index: 2;
    margin: 0 -2px;
    padding: 16px 2px 20px;
    border-top: 1px solid var(--tk-line);
    background: #fbfcfa;
    box-shadow: 0 -12px 22px rgba(251, 252, 250, .96);
  }
}

@media (max-width: 960px) {
  .tk-catalog-filters {
    display: grid;
    padding-bottom: 0;
    overflow: hidden;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .tk-catalog-filters > form {
    overflow: hidden;
  }

  .tk-catalog-filters .tk-filter-fields {
    padding-right: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #b6c6ba transparent;
    scrollbar-width: thin;
  }

  .tk-catalog-filters .tk-filter-actions {
    z-index: 3;
    margin: 0 -4px;
    padding: 16px 4px max(20px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--tk-line);
    background: #fff;
    box-shadow: 0 -12px 22px rgba(255, 255, 255, .96);
  }
}

/* Version 0.5.61: compact, search-capable sticky header on mobile. */
.tk-mobile-search-toggle {
  display: none;
}

@media (max-width: 960px) {
  .tk-header,
  .tk-header__main,
  .tk-header-search,
  .tk-brand .custom-logo,
  .tk-wordmark {
    transition: min-height .22s ease, height .22s ease, max-height .22s ease,
      padding .22s ease, margin .22s ease, opacity .16s ease,
      transform .22s ease, border-width .22s ease, font-size .22s ease,
      max-width .22s ease;
  }

  .tk-header.is-scrolled .tk-header__main {
    min-height: 58px;
    padding-block: 6px;
    row-gap: 0;
  }

  .tk-header.is-scrolled .tk-brand .custom-logo {
    width: auto;
    max-width: clamp(106px, 34vw, 140px);
    max-height: 42px;
  }

  .tk-header.is-scrolled .tk-wordmark {
    font-size: clamp(23px, 7vw, 27px);
  }

  .tk-header.is-scrolled .tk-mobile-search-toggle {
    display: inline-grid;
  }

  .tk-header.is-scrolled:not(.is-search-open) .tk-header-search {
    height: 0;
    min-height: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    border-width: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .tk-header.is-scrolled.is-search-open .tk-header__main {
    padding-bottom: 10px;
    row-gap: 8px;
  }

  .tk-header.is-scrolled.is-search-open .tk-header-search {
    height: 60px;
    max-height: 60px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tk-header,
  .tk-header__main,
  .tk-header-search,
  .tk-brand .custom-logo,
  .tk-wordmark {
    transition: none;
  }
}

/* Version 0.5.62: make the AJAX-added cart link a deliberate secondary CTA. */
.woocommerce a.added_to_cart.wc-forward {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid #2e6d53;
  border-radius: 999px;
  color: #214c3b;
  background: #f1f7f3;
  box-shadow: 0 8px 20px rgba(31, 75, 57, .08);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.woocommerce a.added_to_cart.wc-forward::before {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  content: "";
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 8.5h11l-1 11h-9l-1-11Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 8.5h11l-1 11h-9l-1-11Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat;
}
.woocommerce a.added_to_cart.wc-forward::after {
  content: "\2192";
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease;
}
.woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce a.added_to_cart.wc-forward:focus-visible {
  border-color: #1f513d;
  color: #fff;
  background: #2e6d53;
  box-shadow: 0 10px 24px rgba(31, 75, 57, .18);
  transform: translateY(-1px);
}
.woocommerce a.added_to_cart.wc-forward:hover::after,
.woocommerce a.added_to_cart.wc-forward:focus-visible::after {
  transform: translateX(3px);
}
@media (max-width: 600px) {
  .woocommerce a.added_to_cart.wc-forward {
    min-height: 50px;
    padding: 12px 16px;
    font-size: 15px;
  }
}


/* Version 0.5.63: accessible WooCommerce side cart. */
body.has-open-side-cart { overflow: hidden; }
.tk-side-cart {
  position: fixed; z-index: 100200; inset: 0; visibility: hidden; opacity: 0;
  pointer-events: none; transition: visibility .28s ease, opacity .28s ease;
}
.tk-side-cart.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.tk-side-cart__backdrop {
  position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0;
  background: rgba(17, 42, 32, .46); backdrop-filter: blur(3px);
}
.tk-side-cart__panel {
  position: absolute; display: flex; width: min(455px, calc(100vw - 24px)); height: 100%;
  max-height: 100dvh; right: 0; top: 0; flex-direction: column; overflow: hidden;
  color: #203a30; background: #fffdfa; box-shadow: -24px 0 70px rgba(18, 45, 34, .22);
  outline: none; transform: translateX(104%); transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}
.tk-side-cart.is-open .tk-side-cart__panel { transform: translateX(0); }
.tk-side-cart__header {
  display: flex; min-height: 116px; padding: 26px 26px 22px; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(29, 69, 53, .13);
  background: linear-gradient(135deg, #fff8f4, #f3f8f3);
}
.tk-side-cart__header span {
  display: block; margin-bottom: 5px; color: #cf4d74; font-size: 11px;
  font-weight: 850; letter-spacing: .16em;
}
.tk-side-cart__header h2 {
  margin: 0; color: #173d30; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 44px); font-weight: 400; line-height: 1; letter-spacing: -.035em;
}
.tk-side-cart__close {
  display: grid; width: 46px; height: 46px; flex: 0 0 46px; padding: 0; place-items: center;
  border: 1px solid rgba(29, 69, 53, .18); border-radius: 50%; color: #214c3b;
  background: #fff; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease;
}
.tk-side-cart__close:hover, .tk-side-cart__close:focus-visible {
  color: #fff; background: #2e6d53; transform: rotate(4deg);
}
.tk-side-cart__content { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.tk-side-cart__summary {
  margin: 0; padding: 14px 26px; border-bottom: 1px solid rgba(29, 69, 53, .1);
  color: #64766d; background: #fff; font-size: 14px; font-weight: 700;
}
.tk-side-cart .widget_shopping_cart_content {
  display: flex; min-height: 0; flex: 1; flex-direction: column;
}
.tk-side-cart .woocommerce-mini-cart {
  margin: 0; padding: 8px 26px; flex: 1; overflow-y: auto; overscroll-behavior: contain;
  list-style: none; scrollbar-color: #b9c9bd transparent; scrollbar-width: thin;
}
.tk-side-cart .woocommerce-mini-cart-item {
  position: relative; margin: 0; padding: 18px 34px 18px 0;
  border-bottom: 1px solid rgba(29, 69, 53, .1);
}
.tk-side-cart .woocommerce-mini-cart-item > a:not(.remove) {
  display: grid; min-width: 0; grid-template-columns: 78px minmax(0, 1fr); gap: 14px;
  align-items: center; color: #203a30; font-size: 15px; font-weight: 800;
  line-height: 1.35; text-decoration: none;
}
.tk-side-cart .woocommerce-mini-cart-item img {
  width: 78px; height: 86px; margin: 0; border-radius: 14px;
  background: #f3f5f1; object-fit: cover;
}
.tk-side-cart .woocommerce-mini-cart-item .quantity {
  display: block; margin: -24px 0 0 92px; color: #68786f; font-size: 13px; font-weight: 700;
}
.tk-side-cart .woocommerce-mini-cart-item .remove {
  position: absolute; z-index: 2; display: grid; width: 30px; height: 30px; right: 0; top: 18px;
  place-items: center; border-radius: 50%; color: #7d8a83 !important; background: #f4f6f3;
  font-size: 21px; line-height: 1; text-decoration: none;
}
.tk-side-cart .woocommerce-mini-cart-item .remove:hover,
.tk-side-cart .woocommerce-mini-cart-item .remove:focus-visible {
  color: #fff !important; background: #cf4d74;
}
.tk-side-cart .woocommerce-mini-cart__total {
  display: flex; margin: 0; padding: 19px 26px 12px; align-items: center;
  justify-content: space-between; border-top: 1px solid rgba(29, 69, 53, .12);
  color: #203a30; background: #fffdfa; font-size: 18px;
}
.tk-side-cart .woocommerce-mini-cart__total strong {
  font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
}
.tk-side-cart .woocommerce-mini-cart__buttons {
  display: grid; margin: 0; padding: 10px 26px max(24px, env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1.2fr; gap: 10px; background: #fffdfa;
}
.tk-side-cart .woocommerce-mini-cart__buttons .button {
  display: inline-flex; min-height: 52px; margin: 0; padding: 12px 14px;
  align-items: center; justify-content: center; border: 1px solid #2e6d53;
  border-radius: 999px; color: #214c3b; background: #fff; font-size: 14px;
  font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none;
}
.tk-side-cart .woocommerce-mini-cart__buttons .checkout { color: #fff; background: #2e6d53; }
.tk-side-cart .woocommerce-mini-cart__buttons .button:hover,
.tk-side-cart .woocommerce-mini-cart__buttons .button:focus-visible {
  border-color: #1d4f3b; color: #fff; background: #1d4f3b;
}
.tk-side-cart .woocommerce-mini-cart__empty-message {
  display: grid; min-height: 300px; margin: 0; padding: 56px 28px; place-items: center;
  color: #597066; font-family: Georgia, "Times New Roman", serif;
  font-size: 25px; line-height: 1.35; text-align: center;
}
@media (max-width: 520px) {
  .tk-side-cart__panel { width: 100%; }
  .tk-side-cart__header { min-height: 98px; padding: 21px 20px 18px; }
  .tk-side-cart__summary, .tk-side-cart .woocommerce-mini-cart { padding-inline: 20px; }
  .tk-side-cart .woocommerce-mini-cart__total { padding-inline: 20px; }
  .tk-side-cart .woocommerce-mini-cart__buttons { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .tk-side-cart, .tk-side-cart__panel { transition: none; }
}

/* Side-cart item compactness for configured bouquet products. */
.tk-side-cart .woocommerce-mini-cart-item > a:not(.remove) { display: grid !important; }
.tk-side-cart .woocommerce-mini-cart-item img {
  float: none !important; width: 78px !important; height: 86px !important; margin: 0 !important;
}
.tk-side-cart .woocommerce-mini-cart-item .variation { display: none; }
