/* Tiny Turtles cleaned UI CSS
   Based on styleRN.css with a final homepage/UI reconciliation pass.
   Safer approach: preserve existing live rules, then override the noisy/conflicting bits at the end.
*/
/* ===== styleTBC-complete-v4-merged-cart-checkout.css ===== */
/* ===== Source: styleTBC-live-merged-checkout-fixed.css ===== */

/* ==========================================================================
   Tiny Turtles — Frontend general stylesheet
   Clean consolidated version
   Scope: header, navigation, mega menu, archive pages, product cards,
          single product, notices, mini cart
   ========================================================================== */

:root {
  --tt-teal: #006e66;
  --tt-teal-hover: #237a6e;
  --tt-navy: #1d2d72;
  --tt-pink: #e91e63;
  --tt-red-accent: #ff3b3b;
  --tt-text: #222;
  --tt-text-soft: #666;
  --tt-border: rgba(0, 0, 0, 0.08);
  --tt-border-strong: rgba(0, 110, 102, 0.22);
  --tt-bg-soft: #f7f7f7;
  --tt-bg-tint: rgba(0, 110, 102, 0.06);
  --tt-shadow-panel: 0 12px 28px rgba(0, 0, 0, 0.10);
  --tt-radius-sm: 8px;
  --tt-radius-md: 12px;
  --tt-max-width: 1440px;
}

html { -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  color: var(--tt-text);
}

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

a {
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

/* Header base */
.elementor-location-header,
.elementor-location-header header,
.elementor-location-header .e-con,
.elementor-location-header .elementor-element {
  box-sizing: border-box;
}

.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.elementor-location-header > .elementor,
.elementor-location-header .elementor-section-wrap,
.elementor-location-header .elementor-top-section,
.elementor-location-header .e-con.e-parent {
  background: #fff;
}

.elementor-location-header .elementor-container,
.elementor-location-header .e-con.e-parent {
  max-width: var(--tt-max-width);
  margin: 0 auto;
}

/* Search + cart buttons */
.ekit_navsearch-button,
.elementor-menu-cart__toggle_button.elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(29, 45, 114, .16) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.ekit_navsearch-button:hover,
.elementor-menu-cart__toggle_button.elementor-button:hover {
  border-color: var(--tt-navy) !important;
  transform: translateY(-1px);
}

.ekit_navsearch-button svg,
.ekit_navsearch-button path,
.elementor-menu-cart__toggle_button .e-font-icon-svg,
.elementor-menu-cart__toggle_button .e-font-icon-svg path,
.elementor-menu-cart__toggle_button i {
  color: var(--tt-navy) !important;
  fill: var(--tt-navy) !important;
}

.elementor-menu-cart__toggle_button .elementor-button-text {
  display: none !important;
}

.elementor-menu-cart__toggle_button .elementor-button-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-menu-cart__toggle_button .elementor-button-icon-qty {
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  min-width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  background: var(--tt-pink) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Search modal */
.ekit-search-modal,
.mfp-wrap .ekit-search-modal {
  background: rgba(255, 255, 255, 0.98);
}

.ekit-search-group input[type="search"],
.ekit-search-group input[type="text"] {
  min-height: 52px;
  border-radius: var(--tt-radius-md);
  border: 1px solid var(--tt-border-strong);
  padding: 0 16px;
}

/* Navigation + dropdown base */
#ekit-megamenu-menu-25,
.elementskit-menu-container {
  position: static;
}

.elementskit-submenu-indicator path {
  fill: currentColor;
}

.elementskit-dropdown.elementskit-submenu-panel {
  overflow-y: auto;
  background: var(--tt-bg-soft);
  border: 1px solid var(--tt-border);
  box-shadow: var(--tt-shadow-panel);
}

.elementskit-dropdown.elementskit-submenu-panel > li {
  position: relative;
  list-style: none;
  margin: 0;
}

.elementskit-dropdown.elementskit-submenu-panel > li > a.dropdown-item,
.elementskit-dropdown.elementskit-submenu-panel > li > a.ekit-menu-nav-link {
  display: block;
  color: #111;
  text-decoration: none;
  background: transparent;
}

.elementskit-dropdown.elementskit-submenu-panel > li.elementskit-dropdown-has > a.dropdown-item,
.elementskit-dropdown.elementskit-submenu-panel > li.elementskit-dropdown-has > a.ekit-menu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Archive page */
.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
  margin-bottom: 26px;
}

.tax-product_cat .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-breadcrumb {
  font-size: 13px;
  color: #7b7b7b;
  margin: 0 0 14px;
}

.tax-product_cat .woocommerce-breadcrumb a,
.post-type-archive-product .woocommerce-breadcrumb a {
  color: #7b7b7b;
  text-decoration: none;
}

.tax-product_cat .woocommerce-products-header__title.page-title,
.post-type-archive-product .woocommerce-products-header__title.page-title {
  margin: 0 0 10px;
  color: var(--tt-teal);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.tax-product_cat .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count {
  color: var(--tt-text-soft);
  font-size: 14px;
}

.tax-product_cat .woocommerce-ordering select,
.post-type-archive-product .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: var(--tt-radius-sm);
  padding: 0 14px;
  background: #fff;
}

/* Product cards */
ul.products {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}

ul.products li.product {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
}

ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

ul.products li.product a.woocommerce-LoopProduct-link img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  max-height: 220px !important;
  object-fit: contain !important;
  object-position: center;
}

ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  text-align: center;
}

ul.products li.product .price {
  min-height: 2em;
  margin-top: auto;
  margin-bottom: 4px !important;
  text-align: center;
}

ul.products li.product .button {
  align-self: center;
  width: auto !important;
  margin-top: 4px !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
}

ul.products li.product .button:hover {
  background-color: var(--tt-teal-hover) !important;
}

.woocommerce span.onsale {
  top: 12px !important;
  left: 12px !important;
  min-height: auto !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  background: var(--tt-teal) !important;
  color: #fff !important;
  font-size: .75em !important;
  font-weight: 700 !important;
}

.related.products {
  clear: both !important;
  width: 100% !important;
  float: none !important;
}

.related.products > h2 {
  margin-bottom: 24px !important;
  color: var(--tt-teal) !important;
  text-align: center !important;
  font-size: 1.6em !important;
  font-weight: 700 !important;
}

/* Single product */
.woocommerce-product-gallery .wp-post-image {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: var(--tt-radius-md);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 10px !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  min-height: 70px !important;
  max-height: 70px !important;
  object-fit: cover !important;
  border: 2px solid transparent !important;
  border-radius: 6px !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: var(--tt-teal) !important;
}

.woocommerce div.product .summary .product_title.entry-title {
  color: var(--tt-teal) !important;
  text-align: center !important;
}

.woocommerce div.product .summary .price {
  display: block !important;
  color: var(--tt-teal) !important;
  text-align: center !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

.woocommerce div.product .summary .price del {
  color: #aaa !important;
  font-weight: 400 !important;
}

.woocommerce div.product .summary .price ins {
  color: var(--tt-teal) !important;
  text-decoration: none !important;
}

.woocommerce div.product .summary .stock.in-stock {
  color: var(--tt-teal) !important;
  font-weight: 600 !important;
}

.woocommerce div.product .product_meta {
  text-align: center !important;
}

.afterpay-paragraph,
.afterpay-placement,
.afterpay-widget-container {
  display: flex !important;
  justify-content: center !important;
  margin-top: -8px !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.woocommerce div.product .summary .variations_form {
  width: 100% !important;
}

.woocommerce div.product .summary table.variations {
  width: 100% !important;
  margin: 0 auto !important;
}

.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 16px 20px !important;
  border: 1px solid rgba(0, 110, 102, .25) !important;
  border-radius: 10px !important;
  background: var(--tt-bg-tint) !important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart .variations_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.woocommerce div.product form.cart .variations select {
  min-width: 160px;
  padding: 10px 36px 10px 14px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
  font-size: .95em !important;
  font-weight: 600 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
}

.woocommerce div.product form.cart .variations select:hover {
  background-color: var(--tt-teal-hover) !important;
}

.woocommerce div.product form.cart .variations select:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 110, 102, .25) !important;
}

.woocommerce div.product form.cart .variations select option {
  background-color: var(--tt-teal) !important;
  color: #fff !important;
}

.single_add_to_cart_button {
  padding: 14px 32px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
}

.single_add_to_cart_button:hover {
  background-color: var(--tt-teal-hover) !important;
}

.product-description-inline {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid var(--tt-teal);
  color: #555;
  text-align: left !important;
  font-size: .88em;
  line-height: 1.7;
}

.product-description-inline h2,
.woocommerce-tabs {
  display: none !important;
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  position: relative !important;
  padding: 14px 20px 14px 52px !important;
  border-top: 3px solid var(--tt-teal) !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-bg-tint) !important;
  color: #333 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-notices-wrapper ul.woocommerce-error::before {
  color: var(--tt-teal) !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error,
ul.woocommerce-error {
  margin: 0 0 16px !important;
  padding: 14px 20px !important;
  list-style: none !important;
  border-top: 3px solid var(--tt-teal) !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-bg-tint) !important;
  color: #333 !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error li,
ul.woocommerce-error li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding-left: 2em !important;
}

.woocommerce-message a.button,
.woocommerce-info a.button,
ul.woocommerce-error a.button,
ul.woocommerce-error a.wc-forward,
.woocommerce-notices-wrapper a.button.wc-forward,
.woocommerce-message a.button.wc-forward {
  display: inline-block !important;
  padding: 10px 22px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
  font-size: .9em !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
ul.woocommerce-error a.button:hover,
ul.woocommerce-error a.wc-forward:hover {
  background-color: var(--tt-teal-hover) !important;
}

/* Mini cart */
.elementor-menu-cart__main {
  background-color: #fff !important;
  border-left: 3px solid var(--tt-teal) !important;
}

.elementor-menu-cart__close-button,
.elementor-menu-cart__close-button svg,
.elementor-menu-cart__close-button i {
  color: var(--tt-teal) !important;
  fill: var(--tt-teal) !important;
}

.elementor-menu-cart__product-name a {
  color: var(--tt-teal) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.elementor-menu-cart__product-price .woocommerce-Price-amount {
  color: var(--tt-teal) !important;
  font-weight: 700 !important;
}

.elementor_remove_from_cart_button,
.remove_from_cart_button {
  color: var(--tt-teal) !important;
  font-size: 1.2em !important;
  opacity: .6 !important;
}

.elementor_remove_from_cart_button:hover,
.remove_from_cart_button:hover {
  color: #cc0000 !important;
  opacity: 1 !important;
}

.elementor-menu-cart__subtotal {
  margin-top: 8px !important;
  padding: 12px 16px !important;
  border: 2px solid rgba(0, 110, 102, .35) !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: rgba(0, 110, 102, .05) !important;
}

.elementor-menu-cart__subtotal strong,
.elementor-menu-cart__subtotal .woocommerce-Price-amount {
  color: var(--tt-teal) !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
  font-size: 1.1em !important;
  font-weight: 700 !important;
}

.elementor-menu-cart__footer-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 12px 0 0 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  padding: 12px 20px !important;
  border: 2px solid var(--tt-teal) !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: transparent !important;
  color: var(--tt-teal) !important;
  font-weight: 600 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  padding: 12px 20px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* Final consolidated desktop header + dropdown */
body .elementor-location-header .elementor-container,
body .elementor-location-header .e-con.e-parent {
  min-height: 64px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body .elementor-location-header .elementor-widget-image,
body .elementor-location-header .elementskit-nav-logo,
body .elementor-location-header .elementor-widget-theme-site-logo {
  flex: 0 0 auto !important;
}

body .elementor-location-header .custom-logo-link img,
body .elementor-location-header .custom-logo,
body .elementor-location-header .elementskit-nav-logo img,
body .elementor-location-header .elementor-widget-image img {
  width: 108px !important;
  max-width: 108px !important;
  height: auto !important;
  max-height: none !important;
}

body .elementor-location-header .elementskit-menu-container,
body .elementor-location-header nav.elementskit-menu-container,
body .elementor-location-header .elementor-widget-ekit-nav-menu,
body .elementor-location-header .elementor-widget-ekit-nav-menu .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body .elementor-location-header .elementor-widget-elementskit-header-search,
body .elementor-location-header .elementor-widget-woocommerce-menu-cart,
body .elementor-location-header .elementor-widget-elementskit-nav-menu {
  min-width: 0 !important;
}

body .elementor-location-header .elementor-widget-elementskit-header-search,
body .elementor-location-header .elementor-widget-woocommerce-menu-cart {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .elementor-location-header .elementskit-navbar-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
}

body .elementor-location-header .elementskit-navbar-nav > li {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body .elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
  min-height: 64px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  gap: 2px !important;
  border-radius: 999px !important;
  transition: background-color .2s ease, color .2s ease;
}

body .elementor-location-header .elementskit-navbar-nav > li:hover > a.ekit-menu-nav-link,
body .elementor-location-header .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link,
body .elementor-location-header .elementskit-navbar-nav > li.current-menu-ancestor > a.ekit-menu-nav-link {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
}

body .elementor-location-header .elementskit-submenu-indicator {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
}

body .elementor-location-header .ekit_navsearch-button,
body .elementor-location-header .elementor-menu-cart__toggle_button.elementor-button {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  border-radius: 7px !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel {
  min-width: 300px !important;
  max-width: 340px !important;
  padding: 10px 14px !important;
  max-height: min(72vh, 640px) !important;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .10) !important;
}

body .elementor-location-header .elementskit-dropdown .elementskit-dropdown.elementskit-submenu-panel {
  left: calc(100% + 6px) !important;
  top: -10px !important;
  min-width: 280px !important;
  max-width: 320px !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.dropdown-item,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.ekit-menu-nav-link {
  display: block !important;
  padding: 6px 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.dropdown-item:hover,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.ekit-menu-nav-link:hover {
  color: var(--tt-teal) !important;
  background: rgba(0, 110, 102, 0.04) !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link {
  position: relative !important;
  padding-top: 0 !important;
  margin-bottom: 2px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item::before,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 2px !important;
  width: 3px !important;
  height: 22px !important;
  background: var(--tt-red-accent) !important;
}

/* Mobile / tablet */
@media (max-width: 1024px) {
  .elementor-location-header .elementor-container,
  .elementor-location-header .e-con.e-parent {
    min-height: 64px !important;
  }

  .elementor-location-header .custom-logo,
  .elementor-location-header .custom-logo-link img,
  .elementskit-nav-logo img {
    max-height: 42px !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .ekit_navsearch-button,
  .elementor-menu-cart__toggle_button.elementor-button {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }
}
/* ==========================================================================
   Tighter dropdowns + optional 2-column flat-list dropdowns
   ========================================================================== */

/* standard dropdown panel tighter */
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel {
  min-width: 260px !important;
  max-width: 300px !important;
  padding: 4px 8px !important;
  max-height: min(72vh, 620px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08) !important;
}

/* nested flyout tighter too */
body .elementor-location-header .elementskit-dropdown .elementskit-dropdown.elementskit-submenu-panel {
  left: calc(100% + 4px) !important;
  top: -6px !important;
  min-width: 240px !important;
  max-width: 280px !important;
  padding: 4px 8px !important;
}

/* dropdown rows tighter */
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.dropdown-item,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.ekit-menu-nav-link {
  display: block !important;
  padding: 3px 0 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  border-radius: 0 !important;
}

/* plain green hover, no pill */
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.dropdown-item:hover,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li > a.ekit-menu-nav-link:hover {
  color: var(--tt-teal) !important;
  background: transparent !important;
}

/* heading treatment tighter */
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link {
  position: relative !important;
  padding-top: 0 !important;
  margin-bottom: 1px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item::before,
body .elementor-location-header .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link::before {
  content: "" !important;
  position: absolute !important;
  left: -6px !important;
  top: 2px !important;
  width: 3px !important;
  height: 18px !important;
  background: var(--tt-red-accent) !important;
}
/* ============================================================
   Optional 2-column flat-list dropdowns
   Add class `tt-two-col-dropdown` to the top-level menu item.
   Use for long flat lists only, not Babies.
   ============================================================ */

body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown.elementskit-submenu-panel,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > .elementskit-dropdown.elementskit-submenu-panel {
  display: block !important;
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
  column-count: 2 !important;
  column-gap: 24px !important;
  padding: 10px 16px !important;
}

body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown.elementskit-submenu-panel > li,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > .elementskit-dropdown.elementskit-submenu-panel > li {
  display: block !important;
  width: auto !important;
  break-inside: avoid !important;
  -webkit-column-break-inside: avoid !important;
  page-break-inside: avoid !important;
  margin: 0 0 2px !important;
  float: none !important;
}

body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown.elementskit-submenu-panel > li > a,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > .elementskit-dropdown.elementskit-submenu-panel > li > a {
  display: block !important;
  width: 100% !important;
}

body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item::before,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.dropdown-item::before,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link::before,
body .elementor-location-header .elementskit-navbar-nav > li.tt-two-col-dropdown > .elementskit-dropdown.elementskit-submenu-panel > li:first-child > a.ekit-menu-nav-link::before {
  display: none !important;
}

/* Babies v3 polish */
body .tt-babies-mega-panel {
  width: 600px !important;
  max-width: calc(100vw - 32px) !important;
}

body .tt-babies-mega-inner {
  grid-template-columns: 140px 1fr 1fr !important;
  gap: 16px !important;
  padding: 16px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.10) !important;
}

body .tt-babies-col:not(:first-child)::before {
  left: -8px !important;
  background: rgba(16, 24, 40, 0.05) !important;
}

body .tt-babies-heading {
  margin: 0 0 6px !important;
  font-size: 14px !important;
  color: #0f1720 !important;
}

body .tt-babies-toplink {
  padding: 6px 8px !important;
  margin: 0 0 6px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  background: rgba(0, 110, 102, 0.04) !important;
}

body .tt-babies-link {
  padding: 4px 6px !important;
  font-size: 12.5px !important;
  line-height: 1.22 !important;
  border-radius: 8px !important;
}

body .tt-babies-toplink:hover,
body .tt-babies-link:hover {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
  transform: translateX(1px) !important;
}

body .elementskit-navbar-nav > li.tt-has-babies-mega:hover > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.tt-has-babies-mega.tt-babies-open > a.ekit-menu-nav-link {
  background: rgba(0, 110, 102, 0.12) !important;
  color: var(--tt-teal) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(0, 110, 102, 0.10) !important;
}


@media (min-width: 1025px) {
  body .elementskit-navbar-nav > li.tt-has-babies-mega > ul.elementskit-dropdown,
  body .elementskit-navbar-nav > li.tt-has-babies-mega > ul.elementskit-dropdown.elementskit-submenu-panel {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 1024px) {
  body .tt-babies-mega-panel {
    display: none !important;
  }
}


/* ==========================================================================
   Tiny Turtles — consolidated header, nav, dropdowns, babies mega, utility
   ========================================================================== */

/* Visible header shell */
body .elementor-element-6e2a549,
body .elementor-element-6e2a549 > .e-con-inner,
body .elementor-element-c173c98 {
  background: linear-gradient(to bottom, #fffefb 0%, #fffdf9 100%) !important;
}

body .elementor-element-6e2a549 {
  border-bottom: 2px solid rgba(0, 110, 102, 0.12) !important;
  box-shadow:
    0 10px 24px rgba(16, 24, 40, 0.05),
    0 1px 0 rgba(255,255,255,0.70) inset !important;
  position: relative !important;
  z-index: 20 !important;
  padding-bottom: 3px !important;
}

body .elementor-element-c173c98 {
  padding-bottom: 3px !important;
}

/* Space below header on shop/archive pages */
body.home .site-main,
body.woocommerce.archive .site-main,
body.tax-product_cat .site-main {
  padding-top: 16px !important;
}

body.woocommerce .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
  margin-top: 18px !important;
  margin-bottom: 14px !important;
}

/* Desktop header layout */
body .elementor-location-header .elementor-container,
body .elementor-location-header .e-con.e-parent {
  min-height: 64px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body .elementor-location-header .elementor-widget-image,
body .elementor-location-header .elementskit-nav-logo,
body .elementor-location-header .elementor-widget-theme-site-logo {
  flex: 0 0 auto !important;
}

body .elementor-location-header .custom-logo-link img,
body .elementor-location-header .custom-logo,
body .elementor-location-header .elementskit-nav-logo img,
body .elementor-location-header .elementor-widget-image img {
  width: 108px !important;
  max-width: 108px !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
}

body .elementor-location-header .elementskit-menu-container,
body .elementor-location-header nav.elementskit-menu-container,
body .elementor-location-header .elementor-widget-ekit-nav-menu,
body .elementor-location-header .elementor-widget-ekit-nav-menu .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body .elementor-location-header .elementor-widget-elementskit-header-search,
body .elementor-location-header .elementor-widget-woocommerce-menu-cart,
body .elementor-location-header .elementor-widget-elementskit-nav-menu {
  min-width: 0 !important;
}

body .elementor-location-header .elementor-widget-elementskit-header-search,
body .elementor-location-header .elementor-widget-woocommerce-menu-cart {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nav pills */
body .elementor-location-header .elementskit-navbar-nav,
body .elementskit-navbar-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

body .elementor-location-header .elementskit-navbar-nav > li,
body .elementskit-navbar-nav > li {
  flex: 0 0 auto !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

body .elementor-location-header .elementskit-navbar-nav > li > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  gap: 2px !important;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease !important;
}

body .elementskit-navbar-nav > li:hover > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.current-menu-ancestor > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.active > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.tt-babies-open > a.ekit-menu-nav-link {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 110, 102, 0.08) !important;
}

/* Babies should not look permanently active on archive */
body .elementskit-navbar-nav > li.tt-has-babies-mega.current-menu-item > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.tt-has-babies-mega.current-menu-ancestor > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.tt-has-babies-mega.active > a.ekit-menu-nav-link {
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

body .elementskit-navbar-nav > li.tt-has-babies-mega:hover > a.ekit-menu-nav-link,
body .elementskit-navbar-nav > li.tt-has-babies-mega.tt-babies-open > a.ekit-menu-nav-link {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 110, 102, 0.08) !important;
}

body .elementskit-submenu-indicator {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
}

@media (min-width: 1025px) {
  body .elementskit-navbar-nav > li.menu-item-146003,
  body .elementskit-navbar-nav > li#menu-item-146003 {
    margin-left: 0 !important;
  }
}

/* Standard dropdown panels */
@media (min-width: 1025px) {
  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega) {
    position: relative !important;
  }

  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega) > ul.elementskit-dropdown {
    min-width: 260px !important;
    max-width: 300px !important;
    padding: 10px !important;
    max-height: min(72vh, 620px) !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(16, 24, 40, 0.07) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.10) !important;
    margin-top: 0 !important;
    top: calc(100% + 8px) !important;
    overflow-y: auto !important;
  }

  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega)::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    height: 10px !important;
  }

  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega) > ul.elementskit-dropdown > li > a {
    display: block !important;
    padding: 6px 8px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega) > ul.elementskit-dropdown > li > a:hover {
    background: rgba(0, 110, 102, 0.08) !important;
    color: var(--tt-teal) !important;
  }

  body .elementskit-dropdown .elementskit-dropdown.elementskit-submenu-panel {
    left: calc(100% + 4px) !important;
    top: -6px !important;
    min-width: 240px !important;
    max-width: 280px !important;
    padding: 8px !important;
  }
}

/* Two-column flat dropdowns */
@media (min-width: 1025px) {
  body .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown {
    width: 420px !important;
    min-width: 420px !important;
    column-count: 2 !important;
    column-gap: 16px !important;
    padding: 12px !important;
  }

  body .elementskit-navbar-nav > li.tt-two-col-dropdown > ul.elementskit-dropdown > li {
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    margin: 0 0 4px !important;
  }

  body .elementskit-navbar-nav > li#menu-item-145994 > ul.elementskit-dropdown,
  body .elementskit-navbar-nav > li.menu-item-145994 > ul.elementskit-dropdown {
    width: 220px !important;
    min-width: 220px !important;
    column-count: 2 !important;
    column-gap: 12px !important;
    padding: 10px !important;
  }

  body .elementskit-navbar-nav > li#menu-item-145994 > ul.elementskit-dropdown > li,
  body .elementskit-navbar-nav > li.menu-item-145994 > ul.elementskit-dropdown > li {
    margin: 0 0 2px !important;
  }

  body .elementskit-navbar-nav > li#menu-item-145994 > ul.elementskit-dropdown > li > a,
  body .elementskit-navbar-nav > li.menu-item-145994 > ul.elementskit-dropdown > li > a {
    padding: 6px 8px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
}

/* Babies mega menu */
body .tt-babies-mega-panel {
  position: fixed !important;
  left: -99999px !important;
  top: -99999px !important;
  z-index: 99999 !important;
  width: 600px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: transparent !important;
  transition: opacity .16s ease, visibility .16s ease !important;
}

body .tt-babies-mega-panel.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .tt-babies-mega-panel .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body .tt-babies-mega-inner {
  display: grid !important;
  grid-template-columns: 140px 1fr 1fr !important;
  gap: 16px !important;
  padding: 16px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.10) !important;
  color: #111 !important;
}

body .tt-babies-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body .tt-babies-col-intro {
  padding-right: 2px !important;
}

body .tt-babies-col:not(:first-child) {
  position: relative !important;
}

body .tt-babies-col:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 1px !important;
  background: rgba(16, 24, 40, 0.05) !important;
}

body .tt-babies-heading {
  display: inline-block !important;
  margin: 0 0 6px !important;
  color: #0f1720 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: -0.01em !important;
}

body .tt-babies-toplink {
  display: block !important;
  padding: 6px 8px !important;
  margin: 0 0 6px !important;
  color: #24303a !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  background: rgba(0, 110, 102, 0.04) !important;
  transition: background .16s ease, color .16s ease, transform .16s ease !important;
}

body .tt-babies-link {
  display: block !important;
  padding: 4px 6px !important;
  margin: 0 !important;
  color: #2f3a43 !important;
  font-size: 12.5px !important;
  line-height: 1.22 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: background .16s ease, color .16s ease, transform .16s ease !important;
}

body .tt-babies-heading:hover {
  color: var(--tt-teal) !important;
}

body .tt-babies-toplink:hover,
body .tt-babies-link:hover {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
  transform: translateX(1px) !important;
}

@media (min-width: 1025px) {
  body .elementskit-navbar-nav > li.tt-has-babies-mega > ul.elementskit-dropdown,
  body .elementskit-navbar-nav > li.tt-has-babies-mega > ul.elementskit-dropdown.elementskit-submenu-panel {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Utility icons — more brand personality */
@media (min-width: 1025px) {
  body .elementor-widget-icon,
  body .elementor-widget-woocommerce-menu-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .elementor-widget-woocommerce-menu-cart {
    margin-left: 8px !important;
  }

  body .ekit_navsearch-button,
  body .elementor-widget-icon a,
  body .elementor-menu-cart__toggle .elementor-button,
  body .elementor-widget-woocommerce-menu-cart a,
  body .elementor-menu-cart__toggle a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    background: rgba(0, 110, 102, 0.03) !important;
    border: 1px solid rgba(0, 110, 102, 0.10) !important;
    box-shadow: 0 6px 14px rgba(16, 24, 40, 0.05) !important;
    transition:
      background .16s ease,
      border-color .16s ease,
      transform .16s ease,
      box-shadow .16s ease !important;
  }

  body .ekit_navsearch-button:hover,
  body .elementor-widget-icon a:hover,
  body .elementor-menu-cart__toggle .elementor-button:hover,
  body .elementor-widget-woocommerce-menu-cart a:hover,
  body .elementor-menu-cart__toggle a:hover {
    background: rgba(0, 110, 102, 0.09) !important;
    border-color: rgba(0, 110, 102, 0.16) !important;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.07) !important;
    transform: translateY(-1px) !important;
  }

  body .ekit_navsearch-button svg,
  body .ekit_navsearch-button path,
  body .elementor-widget-icon i,
  body .elementor-widget-icon svg,
  body .elementor-widget-woocommerce-menu-cart i,
  body .elementor-widget-woocommerce-menu-cart svg,
  body .elementor-menu-cart__toggle i,
  body .elementor-menu-cart__toggle svg {
    font-size: 18px !important;
    color: #22313a !important;
    fill: #22313a !important;
  }

  body .elementor-menu-cart__toggle .elementor-button-icon-qty,
  body .elementor-widget-woocommerce-menu-cart .count,
  body .elementor-menu-cart__toggle .count {
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: #e84f78 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(232, 79, 120, 0.25) !important;
  }
}

/* Mobile / tablet */
@media (max-width: 1024px) {
  .elementor-location-header .elementor-container,
  .elementor-location-header .e-con.e-parent {
    min-height: 64px !important;
  }

  .elementor-location-header .custom-logo,
  .elementor-location-header .custom-logo-link img,
  .elementskit-nav-logo img {
    max-height: 42px !important;
    width: auto !important;
    max-width: none !important;
  }

  body .tt-babies-mega-panel {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ekit_navsearch-button,
  .elementor-menu-cart__toggle_button.elementor-button {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }
}


/* ==========================================================================
   Final header alignment + utility icon match
   ========================================================================== */

@media (min-width: 1025px) {
  /* drop main nav a touch lower for better visual balance */
  body .elementor-widget-ekit-nav-menu,
  body .elementor-widget-ekit-nav-menu .elementor-widget-container,
  body .elementskit-menu-container {
    transform: translateY(3px) !important;
  }

  /* make search + cart feel like one system */
  body .elementor-widget-elementskit-header-search,
  body .elementor-widget-woocommerce-menu-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .ekit_navsearch-button,
  body .ekit_navsearch-button a,
  body .elementor-menu-cart__toggle .elementor-button,
  body .elementor-widget-woocommerce-menu-cart a,
  body .elementor-menu-cart__toggle a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: rgba(0, 110, 102, 0.03) !important;
    border: 1px solid rgba(0, 110, 102, 0.10) !important;
    box-shadow: 0 6px 14px rgba(16, 24, 40, 0.05) !important;
    transition:
      background .16s ease,
      border-color .16s ease,
      transform .16s ease,
      box-shadow .16s ease !important;
  }

  body .ekit_navsearch-button:hover,
  body .ekit_navsearch-button a:hover,
  body .elementor-menu-cart__toggle .elementor-button:hover,
  body .elementor-widget-woocommerce-menu-cart a:hover,
  body .elementor-menu-cart__toggle a:hover {
    background: rgba(0, 110, 102, 0.09) !important;
    border-color: rgba(0, 110, 102, 0.16) !important;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.07) !important;
    transform: translateY(-1px) !important;
  }

  body .ekit_navsearch-button i,
  body .ekit_navsearch-button svg,
  body .elementor-widget-woocommerce-menu-cart i,
  body .elementor-widget-woocommerce-menu-cart svg,
  body .elementor-menu-cart__toggle i,
  body .elementor-menu-cart__toggle svg {
    font-size: 18px !important;
    color: #22313a !important;
    fill: #22313a !important;
  }
}


/* ==========================================================================
   Header finishing pass
   ========================================================================== */

@media (min-width: 1025px) {
  /* Slightly richer top-level pill hover */
  body .elementskit-navbar-nav > li:hover > a.ekit-menu-nav-link,
  body .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link,
  body .elementskit-navbar-nav > li.current-menu-ancestor > a.ekit-menu-nav-link,
  body .elementskit-navbar-nav > li.active > a.ekit-menu-nav-link,
  body .elementskit-navbar-nav > li.tt-babies-open > a.ekit-menu-nav-link {
    background: rgba(0, 110, 102, 0.12) !important;
    color: var(--tt-teal) !important;
    box-shadow:
      inset 0 0 0 1px rgba(0, 110, 102, 0.08),
      0 6px 14px rgba(16, 24, 40, 0.04) !important;
  }

  /* Utility corner spacing refinement */
  body .elementor-widget-elementskit-header-search {
    margin-left: 10px !important;
  }

  body .elementor-widget-woocommerce-menu-cart {
    margin-left: 6px !important;
  }

  /* Utility buttons feel slightly more premium */
  body .ekit_navsearch-button,
  body .ekit_navsearch-button a,
  body .elementor-menu-cart__toggle .elementor-button,
  body .elementor-widget-woocommerce-menu-cart a,
  body .elementor-menu-cart__toggle a {
    border-radius: 15px !important;
    background: rgba(0, 110, 102, 0.035) !important;
    border: 1px solid rgba(0, 110, 102, 0.11) !important;
    box-shadow:
      0 6px 14px rgba(16, 24, 40, 0.05),
      0 1px 0 rgba(255,255,255,0.65) inset !important;
  }

  /* Search + cart icon hover slightly more alive */
  body .ekit_navsearch-button:hover,
  body .ekit_navsearch-button a:hover,
  body .elementor-menu-cart__toggle .elementor-button:hover,
  body .elementor-widget-woocommerce-menu-cart a:hover,
  body .elementor-menu-cart__toggle a:hover {
    background: rgba(0, 110, 102, 0.11) !important;
    border-color: rgba(0, 110, 102, 0.18) !important;
    box-shadow:
      0 10px 18px rgba(16, 24, 40, 0.07),
      0 1px 0 rgba(255,255,255,0.7) inset !important;
    transform: translateY(-1px) !important;
  }

  /* Logo gets a tiny visual tidy */
  body .elementor-element-595c50d img,
  body .elementor-location-header .elementor-widget-image img {
    display: block !important;
    margin-bottom: 1px !important;
  }

  /* Standard dropdowns: subtle premium animation feel */
  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega) > ul.elementskit-dropdown {
    transform: translateY(4px) !important;
    transition:
      opacity .16s ease,
      visibility .16s ease,
      transform .16s ease !important;
  }

  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega):hover > ul.elementskit-dropdown,
  body .elementskit-navbar-nav > li:not(.tt-has-babies-mega):focus-within > ul.elementskit-dropdown {
    transform: translateY(0) !important;
  }

  /* Babies mega panel gets the same subtle motion */
  body .tt-babies-mega-panel {
    transition:
      opacity .16s ease,
      visibility .16s ease,
      transform .16s ease !important;
    transform: translateY(4px) !important;
  }

  body .tt-babies-mega-panel.is-open {
    transform: translateY(0) !important;
  }

  /* Header/page separation slightly richer */
  body .elementor-element-6e2a549 {
    border-bottom: 2px solid rgba(0, 110, 102, 0.13) !important;
    box-shadow:
      0 12px 28px rgba(16, 24, 40, 0.05),
      0 1px 0 rgba(255,255,255,0.72) inset !important;
  }

  /* Admin greeting softer while logged in */
  body.admin-bar .elementor-location-header a[href*="profile.php"],
  body.admin-bar .elementor-location-header .display-name,
  body.admin-bar .elementor-location-header .howdy,
  body.admin-bar .elementor-location-header [class*="howdy"],
  body.admin-bar .elementor-location-header [class*="display-name"] {
    font-size: 12px !important;
    color: rgba(15, 23, 32, 0.38) !important;
  }
}


/* ==========================================================================
   WooCommerce archive / middle section polish
   ========================================================================== */

/* Product grid spacing */
body.woocommerce ul.products,
body.tax-product_cat ul.products {
  row-gap: 30px !important;
  column-gap: 24px !important;
}

/* Product card */
body.woocommerce ul.products li.product,
body.tax-product_cat ul.products li.product {
  background: transparent !important;
  border-radius: 18px !important;
  padding: 14px 12px 16px !important;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background .16s ease !important;
}

body.woocommerce ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover {
  background: #fffdf9 !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06) !important;
  transform: translateY(-2px) !important;
}

/* Product image spacing */
body.woocommerce ul.products li.product a img,
body.tax-product_cat ul.products li.product a img {
  margin-bottom: 14px !important;
}

/* Product title — align rows better */
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px !important;
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  color: #8e4768 !important;
}

/* Price block */
body.woocommerce ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
  min-height: 24px !important;
  margin: 0 0 12px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #8f8a52 !important;
  font-weight: 600 !important;
}

body.woocommerce ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins {
  color: var(--tt-teal) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

body.woocommerce ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del {
  color: rgba(143, 138, 82, 0.65) !important;
}

/* Buttons */
body.woocommerce ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.woocommerce ul.products li.product a.button,
body.tax-product_cat ul.products li.product a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 112px !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  margin-top: 0 !important;
  border-radius: 9px !important;
  background: var(--tt-teal) !important;
  border: 1px solid rgba(0, 110, 102, 0.14) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  box-shadow: 0 4px 10px rgba(0, 110, 102, 0.12) !important;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background .16s ease !important;
}

body.woocommerce ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.woocommerce ul.products li.product a.button:hover,
body.tax-product_cat ul.products li.product a.button:hover {
  background: #0b8a82 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 16px rgba(0, 110, 102, 0.16) !important;
}

body.woocommerce ul.products li.product .added_to_cart,
body.tax-product_cat ul.products li.product .added_to_cart {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 12px !important;
}

/* Sale badge */
body.woocommerce span.onsale,
body.tax-product_cat span.onsale {
  min-width: auto !important;
  min-height: auto !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(0, 110, 102, 0.92) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 6px 14px rgba(0, 110, 102, 0.16) !important;
}

body.woocommerce ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}

/* Sort dropdown */
body.woocommerce .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-height: 44px !important;
  padding: 0 42px 0 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(16, 24, 40, 0.10) !important;
  background: #fffdf9 !important;
  color: #22313a !important;
  font-size: 14px !important;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.04) !important;
}

/* Pagination */
body.woocommerce nav.woocommerce-pagination ul,
body.tax-product_cat nav.woocommerce-pagination ul {
  border: none !important;
}

body.woocommerce nav.woocommerce-pagination ul li,
body.tax-product_cat nav.woocommerce-pagination ul li {
  border: none !important;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.tax-product_cat nav.woocommerce-pagination ul li a,
body.tax-product_cat nav.woocommerce-pagination ul li span {
  border-radius: 8px !important;
  margin: 0 3px !important;
  color: #8e4768 !important;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.tax-product_cat nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.tax-product_cat nav.woocommerce-pagination ul li a:hover {
  background: rgba(0, 110, 102, 0.10) !important;
  color: var(--tt-teal) !important;
}


/* ==========================================================================
   Product grid centering + advanced label overrides
   ========================================================================== */

/* Center the archive content area a bit more cleanly */
body.woocommerce.archive .site-main,
body.tax-product_cat .site-main,
body.woocommerce .content-area,
body.tax-product_cat .content-area {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make the products grid truly centered */
body.woocommerce ul.products,
body.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 180px)) !important;
  justify-content: center !important;
  align-items: start !important;
  row-gap: 30px !important;
  column-gap: 24px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce ul.products li.product,
body.tax-product_cat ul.products li.product {
  float: none !important;
  width: 180px !important;
  margin: 0 !important;
  justify-self: center !important;
}

/* Align result count + ordering more nicely */
body.woocommerce .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  margin: 0 0 18px !important;
}

body.woocommerce .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  margin: 0 0 18px !important;
}

/* Advanced / plugin label overrides */
body .awl-label,
body .awl-label-text,
body .awl-label > span,
body .advanced-product-label,
body .advanced-product-label span,
body .berocket_better_labels span,
body .berocket_better_labels_corner span,
body .br_alabel,
body .br_alabel span,
body .wpc-product-label,
body .wpc-product-label span,
body .wpclever-label,
body .wpclever-label span {
  background: rgba(0, 110, 102, 0.92) !important;
  background-image: none !important;
  color: #fff !important;
  border-color: rgba(0, 110, 102, 0.92) !important;
  box-shadow: 0 6px 14px rgba(0, 110, 102, 0.16) !important;
}

/* If the label plugin uses a diagonal ribbon shape, soften it into brand teal */
body .awl-label,
body .advanced-product-label,
body .berocket_better_labels,
body .berocket_better_labels_corner,
body .br_alabel,
body .wpc-product-label,
body .wpclever-label {
  filter: none !important;
}

/* Keep label text readable */
body .awl-label *,
body .advanced-product-label *,
body .berocket_better_labels *,
body .berocket_better_labels_corner *,
body .br_alabel *,
body .wpc-product-label *,
body .wpclever-label * {
  color: #fff !important;
}


/* ==========================================================================
   Advanced product labels — exact plugin fix
   ========================================================================== */

/* Let label overflow cleanly from the product image/link */
body.woocommerce ul.products li.product,
body.tax-product_cat ul.products li.product,
body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
  overflow: visible !important;
  position: relative !important;
}

/* Exact label wrapper from plugin */
body .wapl-label-id-104781,
body .label-wrap.wapl-diagonal-bar,
body .label-wrap.wapl-diagonal-bar.label-yellow,
body .wapl-diagonal-bar {
  position: absolute !important;
  top: 10px !important;
  left: -8px !important;
  z-index: 9 !important;
  overflow: visible !important;
  pointer-events: none !important;
  background: transparent !important;
}

/* Actual visible label */
body .wapl-label-id-104781 .woocommerce-advanced-product-label,
body .label-wrap.wapl-diagonal-bar .woocommerce-advanced-product-label,
body .woocommerce-advanced-product-label.product-label.label-yellow {
  display: inline-block !important;
  padding: 6px 12px !important;
  background: rgba(0, 110, 102, 0.94) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 14px rgba(0, 110, 102, 0.16) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transform: rotate(-45deg) !important;
  transform-origin: center !important;
  background-image: none !important;
}

/* Label text */
body .wapl-label-id-104781 .wapl-label-text,
body .label-wrap.wapl-diagonal-bar .wapl-label-text,
body .woocommerce-advanced-product-label .wapl-label-text {
  color: #fff !important;
  background: transparent !important;
}

/* Kill yellow theme from plugin */
body .label-yellow,
body .label-yellow .woocommerce-advanced-product-label,
body .label-yellow .wapl-label-text {
  background: rgba(0, 110, 102, 0.94) !important;
  color: #fff !important;
  border-color: rgba(0, 110, 102, 0.94) !important;
}

/* Give the image area a touch more breathing room for diagonal ribbons */
body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
  padding-top: 8px !important;
  padding-left: 8px !important;
}


/* ==========================================================================
   Label + product alignment refinement
   ========================================================================== */

/* --- Product alignment --- */
body.woocommerce ul.products,
body.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  justify-content: center !important;
  align-items: start !important;
  column-gap: 26px !important;
  row-gap: 34px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after {
  display: none !important;
  content: none !important;
}

body.woocommerce ul.products li.product,
body.tax-product_cat ul.products li.product {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px 10px 16px !important;
  justify-self: stretch !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}

body.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 0 !important;
  padding-top: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce ul.products li.product a img,
body.tax-product_cat ul.products li.product a img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto 14px !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  min-height: 50px !important;
  max-width: 170px !important;
  margin: 0 auto 10px !important;
}

body.woocommerce ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
  min-height: 24px !important;
  margin: 0 0 12px !important;
}

body.woocommerce ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.woocommerce ul.products li.product a.button,
body.tax-product_cat ul.products li.product a.button {
  margin: 0 auto !important;
}

@media (max-width: 1200px) {
  body.woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* --- Advanced labels: nicer diagonal ribbon, closer to original feel --- */
body .wapl-label-id-104781,
body .label-wrap.wapl-diagonal-bar,
body .label-wrap.wapl-diagonal-bar.label-yellow,
body .wapl-diagonal-bar {
  position: absolute !important;
  top: 8px !important;
  left: -6px !important;
  z-index: 12 !important;
  overflow: visible !important;
  pointer-events: none !important;
  background: transparent !important;
}

body .wapl-label-id-104781 .woocommerce-advanced-product-label,
body .label-wrap.wapl-diagonal-bar .woocommerce-advanced-product-label,
body .woocommerce-advanced-product-label.product-label.label-yellow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 86px !important;
  height: 24px !important;
  padding: 0 10px !important;
  border-radius: 3px !important;
  background: linear-gradient(180deg, #e5c94a 0%, #c8a92f 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(156, 125, 18, 0.22) !important;
  box-shadow: 0 4px 10px rgba(140, 112, 17, 0.18) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  transform: rotate(-45deg) !important;
  transform-origin: center !important;
  background-image: none !important;
  white-space: nowrap !important;
}

body .wapl-label-id-104781 .wapl-label-text,
body .label-wrap.wapl-diagonal-bar .wapl-label-text,
body .woocommerce-advanced-product-label .wapl-label-text {
  color: #ffffff !important;
  background: transparent !important;
  line-height: 1 !important;
}

/* kill teal/yellow overrides from earlier broad selectors */
body .label-yellow,
body .label-yellow .woocommerce-advanced-product-label,
body .label-yellow .wapl-label-text {
  color: #ffffff !important;
  border-color: rgba(156, 125, 18, 0.22) !important;
}

body .label-yellow .woocommerce-advanced-product-label,
body .wapl-diagonal-bar .woocommerce-advanced-product-label {
  background: linear-gradient(180deg, #e5c94a 0%, #c8a92f 100%) !important;
}

/* give ribbons room so they don't clip on edge items */
body.woocommerce ul.products li.product,
body.tax-product_cat ul.products li.product,
body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
  overflow: visible !important;
}

/* image area needs a little extra room for ribbon */
body.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link {
  padding-top: 14px !important;
  padding-left: 6px !important;
}


/* ==========================================================================
   4-column archive grid + label ribbon colour correction
   ========================================================================== */

@media (min-width: 1025px) {
  body.woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    row-gap: 36px !important;
  }
}

@media (max-width: 1200px) and (min-width: 981px) {
  body.woocommerce ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* restore ribbon gold/yellow */
body .wapl-label-id-104781 .woocommerce-advanced-product-label,
body .label-wrap.wapl-diagonal-bar .woocommerce-advanced-product-label,
body .woocommerce-advanced-product-label.product-label.label-yellow,
body .label-yellow .woocommerce-advanced-product-label,
body .wapl-diagonal-bar .woocommerce-advanced-product-label {
  background: #d6b63a !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid rgba(156, 125, 18, 0.28) !important;
}

body .wapl-label-id-104781 .wapl-label-text,
body .label-wrap.wapl-diagonal-bar .wapl-label-text,
body .woocommerce-advanced-product-label .wapl-label-text,
body .label-yellow .wapl-label-text,
body .woocommerce-advanced-product-label.product-label.label-yellow .wapl-label-text {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* in case plugin paints inner spans separately */
body .wapl-label-id-104781 .woocommerce-advanced-product-label *,
body .label-wrap.wapl-diagonal-bar .woocommerce-advanced-product-label *,
body .woocommerce-advanced-product-label.product-label.label-yellow * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: transparent !important;
}


/* ==========================================================================
   WAPL / APL labels — safe colour-only override
   ========================================================================== */

/* recolour only */
.label-yellow span.woocommerce-advanced-product-label,
.label-wrap span.woocommerce-advanced-product-label,
.wapl-label span.woocommerce-advanced-product-label,
.wapl-diagonal-bar span.woocommerce-advanced-product-label,
span.woocommerce-advanced-product-label.product-label.label-yellow {
  background: #006e66 !important;
  background-color: #006e66 !important;
  color: #ffffff !important;
  border-color: #006e66 !important;
}

.label-yellow .wapl-label-text,
.label-wrap .wapl-label-text,
.wapl-label .wapl-label-text,
.wapl-diagonal-bar .wapl-label-text,
span.woocommerce-advanced-product-label.product-label.label-yellow .wapl-label-text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: transparent !important;
}

/* recolour plugin diagonal ends if present */
.wapl-diagonal-bar span.woocommerce-advanced-product-label::before,
.wapl-diagonal-bar span.woocommerce-advanced-product-label::after,
.label-wrap.wapl-diagonal-bar span.woocommerce-advanced-product-label::before,
.label-wrap.wapl-diagonal-bar span.woocommerce-advanced-product-label::after,
span.woocommerce-advanced-product-label.product-label.label-yellow::before,
span.woocommerce-advanced-product-label.product-label.label-yellow::after {
  border-left-color: #006e66 !important;
  border-right-color: #006e66 !important;
  background: #006e66 !important;
}


/* ==========================================================================
   Tiny Turtles — Cart + checkout stylesheet
   Scope: cart rows, totals, coupon area, Afterpay, checkout sections,
          review order, shipping/payment/terms polish
   Suggested location: /wp-content/themes/tiny-turtles2026/inc/frontend/css/cart-checkout.css
   ========================================================================== */

:root {
  --tt-teal: #006e66;
  --tt-teal-hover: #237a6e;
  --tt-radius-sm: 8px;
  --tt-radius-md: 12px;
  --tt-bg-tint: rgba(0, 110, 102, 0.06);
}

/* Cart rows */
.woocommerce-cart-form .tt-cart-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.tt-col-thumb { flex: 0 0 130px; }
.tt-col-name  { flex: 1 1 auto; padding: 0 14px; }
.tt-col-price { flex: 0 0 100px; text-align: center; }
.tt-col-qty   { flex: 0 0 120px; text-align: center; }
.tt-col-total { flex: 0 0 110px; text-align: right; }

.woocommerce-cart-form .tt-cart-item {
  display: flex !important;
  align-items: center !important;
  padding: 12px 14px !important;
  border-top: 1px solid rgba(0,110,102,.12) !important;
  border-right: 4px solid var(--tt-teal) !important;
  border-bottom: 1px solid rgba(0,110,102,.12) !important;
  border-left: 4px solid var(--tt-teal) !important;
  border-radius: var(--tt-radius-md) !important;
  background: #fff !important;
}

.woocommerce-cart-form .tt-cart-item:hover {
  background: rgba(0,110,102,.03) !important;
}

.woocommerce-cart-form .tt-col-thumb {
  position: relative !important;
  flex: 0 0 130px !important;
}

.woocommerce-cart-form .tt-col-thumb img {
  display: block !important;
  width: 105px !important;
  height: 105px !important;
  object-fit: cover !important;
  border: 2px solid rgba(0,110,102,.15) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.10) !important;
}

html body .woocommerce-cart-form .tt-col-thumb a.remove,
html body .woocommerce-cart-form .tt-col-thumb a.tt-remove {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  z-index: 20 !important;
  display: flex !important;
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
}

/* Cart totals */
.woocommerce-cart .cart-collaterals {
  width: 100% !important;
  float: none !important;
  clear: both !important;
  margin-top: 24px !important;
  margin-bottom: 60px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  display: grid !important;
  grid-template-columns: 1fr 300px !important;
  grid-template-areas:
    "header header"
    "table buttons" !important;
  margin-bottom: 40px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,110,102,.18) !important;
  border-radius: var(--tt-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 4px 24px rgba(0,110,102,.12) !important;
}

.woocommerce-cart .cart_totals h2 {
  grid-area: header !important;
  margin: 0 !important;
  padding: 14px 24px !important;
  background: var(--tt-teal) !important;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.woocommerce-cart .cart_totals table.shop_table {
  grid-area: table !important;
  margin: 0 !important;
  padding: 20px 24px !important;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  grid-area: buttons !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 20px 24px !important;
  border-left: 1px solid rgba(0,110,102,.12) !important;
  background: rgba(0,110,102,.03) !important;
}

.woocommerce-cart .cart_totals table.shop_table tr th {
  padding: 10px 16px 10px 0 !important;
  border-bottom: 1px solid rgba(0,110,102,.10) !important;
  background: none !important;
  color: #555 !important;
  font-size: .95em !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.woocommerce-cart .cart_totals table.shop_table tr td {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0,110,102,.10) !important;
  background: none !important;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
  padding-top: 14px !important;
  border-bottom: none !important;
  color: var(--tt-teal) !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
}

.woocommerce-cart .cart_totals .woocommerce-Price-amount {
  color: var(--tt-teal) !important;
  font-weight: 700 !important;
}

/* Coupon */
.woocommerce-cart-form .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(0,110,102,.2) !important;
  border-left: 4px solid var(--tt-teal) !important;
  border-right: 4px solid var(--tt-teal) !important;
  border-radius: 10px !important;
  background: rgba(0,110,102,.05) !important;
}

.woocommerce-cart-form .coupon label {
  white-space: nowrap !important;
  color: var(--tt-teal) !important;
  font-size: .9em !important;
  font-weight: 600 !important;
}

.woocommerce-cart-form .coupon input#coupon_code {
  min-width: 170px !important;
  padding: 10px 14px !important;
  border: 2px solid rgba(0,110,102,.3) !important;
  border-radius: var(--tt-radius-sm) !important;
  background: #fff !important;
  color: #333 !important;
  font-size: .9em !important;
}

.woocommerce-cart-form .coupon input#coupon_code:focus {
  outline: none !important;
  border-color: var(--tt-teal) !important;
  box-shadow: 0 0 0 3px rgba(0,110,102,.2) !important;
}

.woocommerce-cart-form .coupon .button[name="apply_coupon"] {
  padding: 10px 20px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background-color: var(--tt-teal) !important;
  color: #fff !important;
  box-shadow: 0 3px 10px rgba(0,110,102,.25) !important;
  font-size: .9em !important;
  font-weight: 600 !important;
}

.woocommerce-cart-form .coupon .button[name="apply_coupon"]:hover {
  background-color: var(--tt-teal-hover) !important;
}

/* Afterpay */
#afterpay_express_button,
.btn-afterpay_express,
.btn-afterpay_express_cart {
  width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  border: 1px solid var(--tt-teal) !important;
  border-radius: var(--tt-radius-sm) !important;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0,110,102,.25) !important;
  color: #000 !important;
  font-size: 14px !important;
}

#afterpay_express_button:hover,
.btn-afterpay_express:hover {
  border-color: var(--tt-teal-hover) !important;
  box-shadow: 0 0 16px rgba(0,110,102,.45) !important;
}

/* Checkout shell */
.tt-checkout-right {
  position: sticky !important;
  top: 100px !important;
  align-self: start !important;
}

.tt-checkout-section {
  display: block !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
  border: 1.5px solid rgba(0,110,102,.18) !important;
  border-radius: var(--tt-radius-md) !important;
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(0,110,102,.08) !important;
}

.tt-checkout-left .tt-checkout-section:last-child,
.tt-checkout-right .tt-checkout-section:last-child {
  margin-bottom: 0 !important;
}

.tt-checkout-right .tt-checkout-section {
  margin-bottom: 16px !important;
}

.tt-checkout-section-header {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 12px 20px !important;
  background: var(--tt-teal) !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.tt-shipping-header-inline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.tt-ship-to-different-label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  white-space: nowrap !important;
  font-size: .85rem !important;
  font-weight: 500 !important;
}

.tt-ship-to-different-label input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  cursor: pointer !important;
  accent-color: #fff !important;
}

.tt-billing-section .woocommerce-billing-fields > h3,
.tt-shipping-section .woocommerce-shipping-fields > h3,
.tt-billing-section .woocommerce-additional-fields > h3,
body.woocommerce-checkout h3#order_review_heading,
body.woocommerce-checkout .woocommerce-shipping-package-name,
body.woocommerce-checkout .woocommerce-shipping-totals > th {
  display: none !important;
}

.tt-checkout-section .woocommerce-billing-fields,
.tt-checkout-section .woocommerce-shipping-fields,
.tt-checkout-section .woocommerce-additional-fields,
body.woocommerce-checkout #order_review {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .required {
  color: #e05 !important;
}

body.woocommerce-checkout .woocommerce-info {
  margin-bottom: 16px !important;
  border-top-color: var(--tt-teal) !important;
  border-radius: var(--tt-radius-sm) !important;
  background: var(--tt-bg-tint) !important;
  color: #444 !important;
}

body.woocommerce-checkout .woocommerce-info .button,
body.woocommerce-checkout .woocommerce-info button {
  padding: 8px 18px !important;
  border: none !important;
  border-radius: var(--tt-radius-sm) !important;
  background: var(--tt-teal) !important;
  color: #fff !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

/* Review order */
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  background: #fafafa !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
  padding: 12px 20px !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
  font-size: .86rem !important;
  vertical-align: middle !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: var(--tt-teal) !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  color: #888 !important;
  font-weight: 400 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount,
body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td {
  color: var(--tt-teal) !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout .cart-subtotal th,
body.woocommerce-checkout .cart-subtotal td,
body.woocommerce-checkout .woocommerce-shipping-totals > td {
  padding: 10px 20px !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
  color: #555 !important;
  font-size: .84rem !important;
}

body.woocommerce-checkout .order-total th,
body.woocommerce-checkout .order-total td {
  padding: 14px 20px !important;
  border-top: 1.5px solid rgba(0,110,102,.2) !important;
  background: rgba(0,110,102,.06) !important;
  font-size: 1rem !important;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  margin: 10px 20px 0 !important;
  padding: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "header"
      "table"
      "buttons" !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout {
    border-left: none !important;
    border-top: 1px solid rgba(0,110,102,.12) !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart-form .tt-cart-item {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .tt-col-thumb { flex: 0 0 80px !important; }
  .tt-col-name  { flex: 1 1 calc(100% - 100px) !important; }
  .tt-col-price,
  .tt-col-qty,
  .tt-col-total { flex: 1 1 33% !important; text-align: left !important; }

  .woocommerce-cart-form .coupon {
    flex-wrap: wrap !important;
  }
}


/* ==========================================================================
   Checkout layout restore
   ========================================================================== */

body.woocommerce-checkout form.checkout,
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  width: 100% !important;
}

@media (min-width: 1025px) {
  /* restore classic 2-column checkout layout */
  body.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr) !important;
    column-gap: 36px !important;
    row-gap: 20px !important;
    align-items: start !important;
  }

  body.woocommerce-checkout #customer_details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 20px !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout #order_review_heading {
    grid-column: 2 !important;
    margin: 0 0 12px !important;
    align-self: end !important;
  }

  body.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 18px 16px !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(0, 110, 102, 0.10) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05) !important;
    position: sticky !important;
    top: 120px !important;
  }

  body.woocommerce-checkout #payment {
    background: rgba(0, 110, 102, 0.03) !important;
    border-radius: 12px !important;
  }
}

/* nicer field spacing */
body.woocommerce-checkout .form-row {
  margin-bottom: 14px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.08) !important;
  border-radius: 16px !important;
  padding: 18px 18px 8px !important;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04) !important;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
  color: #22313a !important;
  margin-bottom: 14px !important;
}

/* field styling */
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  min-height: 44px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(16, 24, 40, 0.12) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.woocommerce-checkout textarea {
  min-height: 110px !important;
  padding-top: 12px !important;
}

/* order table cleanup */
body.woocommerce-checkout table.shop_table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: none !important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  padding: 10px 0 !important;
  border-top: 1px solid rgba(16, 24, 40, 0.08) !important;
}

body.woocommerce-checkout table.shop_table tr:first-child th,
body.woocommerce-checkout table.shop_table tr:first-child td {
  border-top: none !important;
}

/* buttons */
body.woocommerce-checkout #place_order,
body.woocommerce-checkout button.button,
body.woocommerce-checkout .button {
  border-radius: 10px !important;
}

/* mobile fallback */
@media (max-width: 1024px) {
  body.woocommerce-checkout #order_review {
    margin-top: 20px !important;
    padding: 16px !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(0, 110, 102, 0.10) !important;
    border-radius: 16px !important;
  }
}



/* ===== Source: styleTBC-cart-polished-final.css ===== */


/* ==========================================================================
   Shopping cart final polish v2
   ========================================================================== */

/* tighter cart page frame */
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .site-main .woocommerce {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* notices */
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  margin-bottom: 14px !important;
  background: #f4faf8 !important;
  border: 1px solid rgba(0,110,102,0.14) !important;
  border-top: 3px solid #0f8b83 !important;
  border-radius: 12px !important;
}

/* cart table */
body.woocommerce-cart table.shop_table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
  background: transparent !important;
}

body.woocommerce-cart table.shop_table thead th {
  border: none !important;
  background: transparent !important;
  color: #22313a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* cart rows */
body.woocommerce-cart table.shop_table tbody tr.cart_item td {
  background: #fffdf9 !important;
  border-top: 1px solid rgba(0,110,102,0.12) !important;
  border-bottom: 1px solid rgba(0,110,102,0.12) !important;
  padding: 16px 14px !important;
}

body.woocommerce-cart table.shop_table tbody tr.cart_item td:first-child {
  border-left: 3px solid #0f8b83 !important;
  border-radius: 14px 0 0 14px !important;
}

body.woocommerce-cart table.shop_table tbody tr.cart_item td:last-child {
  border-radius: 0 14px 14px 0 !important;
}

/* images */
body.woocommerce-cart .product-thumbnail img {
  width: 72px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 14px rgba(16,24,40,0.06) !important;
}

/* coupon */
body.woocommerce-cart .coupon {
  display:flex !important;
  gap:10px !important;
  background:#fffdf9 !important;
  border:1px solid rgba(0,110,102,0.14) !important;
  border-radius:16px !important;
  padding:12px !important;
}

/* buttons */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button {
  border-radius:999px !important;
  background:#006e66 !important;
  color:#fff !important;
  font-weight:700 !important;
  padding:8px 16px !important;
}

/* totals */
body.woocommerce-cart .cart_totals {
  background:#fffdf9 !important;
  border:1px solid rgba(0,110,102,0.14) !important;
  border-radius:20px !important;
  padding:20px !important;
  box-shadow:0 16px 30px rgba(16,24,40,0.05) !important;
}

body.woocommerce-cart .cart_totals h2 {
  font-size:20px !important;
  margin-bottom:14px !important;
}

body.woocommerce-cart .cart_totals table {
  border:none !important;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  border-top:1px solid rgba(16,24,40,0.08) !important;
  padding:12px 0 !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
  font-size:20px !important;
  font-weight:800 !important;
  color:#006e66 !important;
}

/* checkout button */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width:100% !important;
  border-radius:999px !important;
  background:#006e66 !important;
  color:#fff !important;
  font-weight:700 !important;
}


/* ==========================================================================
   Cart layout fix pass — remove button + totals/shipping cleanup
   ========================================================================== */

/* make the cart rows read like a proper table again */
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-remove {
  width: 44px !important;
  min-width: 44px !important;
  text-align: center !important;
  padding-right: 8px !important;
}

body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail {
  width: 92px !important;
  min-width: 92px !important;
  padding-left: 8px !important;
}

body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-name {
  min-width: 260px !important;
}

body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-remove,
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail,
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-name,
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-price,
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity,
body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal {
  position: static !important;
}

/* remove button sits in its own column, not over image */
body.woocommerce-cart table.shop_table a.remove {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 110, 102, 0.22) !important;
  color: #c05b7b !important;
  box-shadow: 0 2px 6px rgba(16,24,40,0.06) !important;
}

/* product image cleanly framed */
body.woocommerce-cart .product-thumbnail img {
  display: block !important;
  margin: 0 auto !important;
  width: 68px !important;
  max-width: 68px !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 6px 14px rgba(16,24,40,0.06) !important;
  padding: 4px !important;
}

/* cart totals block becomes a stronger summary card */
body.woocommerce-cart .cart_totals {
  background: linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%) !important;
  border: 1px solid rgba(0, 110, 102, 0.14) !important;
  border-radius: 20px !important;
  padding: 20px 20px 18px !important;
  box-shadow: 0 16px 30px rgba(16,24,40,0.05) !important;
  max-width: 720px !important;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px !important;
  font-size: 20px !important;
  color: #22313a !important;
}

/* row spacing in totals */
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals .shop_table {
  width: 100% !important;
  border: none !important;
  margin-bottom: 14px !important;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
  border-top: 1px solid rgba(16,24,40,0.08) !important;
  padding: 12px 0 !important;
  background: transparent !important;
  vertical-align: top !important;
}

body.woocommerce-cart .cart_totals table tr:first-child th,
body.woocommerce-cart .cart_totals table tr:first-child td,
body.woocommerce-cart .cart_totals .shop_table tr:first-child th,
body.woocommerce-cart .cart_totals .shop_table tr:first-child td {
  border-top: none !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #006e66 !important;
}

/* shipping methods are boxed and easier to scan */
body.woocommerce-cart .cart_totals .shipping td {
  padding-top: 14px !important;
}

body.woocommerce-cart .woocommerce-shipping-methods,
body.woocommerce-cart .shipping ul {
  list-style: none !important;
  margin: 8px 0 0 !important;
  padding: 10px 12px !important;
  background: rgba(0, 110, 102, 0.04) !important;
  border: 1px solid rgba(0, 110, 102, 0.10) !important;
  border-radius: 12px !important;
}

body.woocommerce-cart .woocommerce-shipping-methods li,
body.woocommerce-cart .shipping ul li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 0 !important;
}

body.woocommerce-cart .woocommerce-shipping-destination {
  margin-top: 12px !important;
  padding: 10px 12px !important;
  background: rgba(16,24,40,0.02) !important;
  border-radius: 12px !important;
  color: #22313a !important;
  line-height: 1.55 !important;
  font-size: 13px !important;
}

/* totals CTA area */
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 6px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 0 12px !important;
  border-radius: 999px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout > *:not(a.checkout-button) {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  border-radius: 14px !important;
}

/* desktop placement */
@media (min-width: 1025px) {
  body.woocommerce-cart .cart-collaterals {
    margin-top: 24px !important;
  }

  body.woocommerce-cart .cart_totals {
    margin-left: 0 !important;
  }
}

/* mobile keeps it tidy */
@media (max-width: 767px) {
  body.woocommerce-cart table.shop_table tbody tr.cart_item td.product-name {
    min-width: 0 !important;
  }

  body.woocommerce-cart .cart_totals {
    max-width: 100% !important;
  }
}


/* ==========================================================================
   Checkout restore pass — based on reference layout
   ========================================================================== */

body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-checkout .site-main .woocommerce {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* notices */
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .rsw-cart-message,
body.woocommerce-checkout .wps_wpr_cart_points_wrap {
  background: #f4faf8 !important;
  border: 1px solid rgba(0,110,102,0.14) !important;
  border-top: 3px solid #0f8b83 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 18px rgba(16,24,40,0.03) !important;
}

/* layout */
@media (min-width: 1025px) {
  body.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr) !important;
    column-gap: 24px !important;
    row-gap: 18px !important;
    align-items: start !important;
  }

  body.woocommerce-checkout #customer_details {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
  }

  body.woocommerce-checkout #order_review_heading {
    grid-column: 2 !important;
    margin: 0 !important;
  }

  body.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}

/* section wrappers */
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #order_review {
  background: #fffdf9 !important;
  border: 1px solid rgba(16,24,40,0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(16,24,40,0.04) !important;
  overflow: hidden !important;
}

/* faux teal section headers */
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #order_review_heading {
  margin: 0 !important;
  padding: 13px 16px !important;
  background: #006e66 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: 10px 10px 0 0 !important;
}

/* body padding */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  padding: 14px 16px 8px !important;
}

body.woocommerce-checkout #order_review {
  padding: 0 0 14px !important;
}

body.woocommerce-checkout #order_review .shop_table,
body.woocommerce-checkout #payment {
  margin: 0 14px !important;
}

/* field styling */
body.woocommerce-checkout .form-row {
  margin-bottom: 12px !important;
}

body.woocommerce-checkout label {
  font-size: 12px !important;
  color: #22313a !important;
  margin-bottom: 5px !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  min-height: 38px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(16,24,40,0.18) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 10px !important;
  font-size: 13px !important;
}

body.woocommerce-checkout textarea {
  min-height: 88px !important;
  padding: 10px !important;
}

/* side by side first/last name */
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px) !important;
}

/* order table */
body.woocommerce-checkout #order_review table.shop_table {
  width: calc(100% - 28px) !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 12px 14px 16px !important;
  border: 1px solid rgba(16,24,40,0.10) !important;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
  border: 1px solid rgba(16,24,40,0.10) !important;
  padding: 10px 10px !important;
  font-size: 12px !important;
  background: #fff !important;
  vertical-align: top !important;
}

body.woocommerce-checkout #order_review table.shop_table th {
  font-weight: 700 !important;
  color: #22313a !important;
}

body.woocommerce-checkout #order_review .order-total th,
body.woocommerce-checkout #order_review .order-total td {
  font-weight: 800 !important;
}

/* payment block */
body.woocommerce-checkout #payment {
  background: #f7f3fb !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  border-radius: 8px !important;
  margin-top: 14px !important;
  padding: 12px 14px 14px !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important;
  padding: 0 !important;
}

body.woocommerce-checkout #payment div.payment_box {
  background: #efe8f5 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/* checkbox pills row look */
body.woocommerce-checkout .mailchimp-newsletter,
body.woocommerce-checkout .create-account,
body.woocommerce-checkout .woocommerce-shipping-fields__checkbox {
  margin: 10px 0 14px !important;
}

body.woocommerce-checkout .mailchimp-newsletter label,
body.woocommerce-checkout .create-account label,
body.woocommerce-checkout .woocommerce-shipping-fields__checkbox label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 12px !important;
  border: 1px solid rgba(0,110,102,0.25) !important;
  border-radius: 999px !important;
  background: #fffdf9 !important;
  font-size: 11px !important;
}

/* place order buttons */
body.woocommerce-checkout #payment .place-order {
  padding: 12px 0 0 !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
  width: 100% !important;
  min-height: 42px !important;
  border-radius: 4px !important;
  background: #006e66 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* mobile */
@media (max-width: 1024px) {
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review {
    width: 100% !important;
    margin-top: 18px !important;
  }
}


/* ==========================================================================
   Merge from tinyturtles-custom-final.css
   Applied only where useful for /cart/ and /checkout/
   Source reference: tt-cart-* and tt-checkout-* layout blocks
   ========================================================================== */

/* ------------------------------
   CART — custom tt-cart template
   ------------------------------ */

.woocommerce-cart-form .tt-cart-table {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.woocommerce-cart-form .tt-cart-header {
  display: flex !important;
  align-items: center !important;
  background: #006E66 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-weight: 700 !important;
  font-size: 0.78em !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.tt-col-thumb  { flex: 0 0 130px; }
.tt-col-name   { flex: 1 1 auto; padding: 0 14px; }
.tt-col-price  { flex: 0 0 100px; text-align: center; }
.tt-col-qty    { flex: 0 0 120px; text-align: center; }
.tt-col-total  { flex: 0 0 110px; text-align: right; }

.woocommerce-cart-form .tt-cart-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.woocommerce-cart-form .tt-cart-item {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(0, 110, 102, 0.12) !important;
  border-bottom: 1px solid rgba(0, 110, 102, 0.12) !important;
  border-left: 4px solid #006E66 !important;
  border-right: 4px solid #006E66 !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  transition: background 0.2s ease !important;
}

.woocommerce-cart-form .tt-cart-item:hover {
  background: rgba(0, 110, 102, 0.03) !important;
}

.woocommerce-cart-form .tt-col-thumb {
  position: relative !important;
  flex: 0 0 130px !important;
}

.woocommerce-cart-form .tt-col-thumb a {
  display: block !important;
}

.woocommerce-cart-form .tt-col-thumb img {
  width: 105px !important;
  height: 105px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 2px solid rgba(0, 110, 102, 0.15) !important;
  display: block !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.woocommerce-cart-form .tt-col-thumb img:hover {
  transform: scale(1.06) !important;
  box-shadow: 0 8px 22px rgba(0, 110, 102, 0.22) !important;
  border-color: #006E66 !important;
}

/* remove over image for tt-cart template only */
html body .woocommerce-cart-form .tt-col-thumb a.remove,
html body .woocommerce-cart-form .tt-col-thumb a.tt-remove {
  display: flex !important;
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  z-index: 20 !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  line-height: 1 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  color: #006E66 !important;
  background: rgba(255,255,255,0.95) !important;
  border: 1.5px solid #006E66 !important;
  box-shadow: 0 2px 6px rgba(0,110,102,0.22) !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
  float: none !important;
}

html body .woocommerce-cart-form .tt-col-thumb a.remove:hover,
html body .woocommerce-cart-form .tt-col-thumb a.tt-remove:hover {
  background: rgba(0, 110, 102, 0.12) !important;
  color: #004d47 !important;
  border-color: #004d47 !important;
  box-shadow: 0 2px 8px rgba(0, 110, 102, 0.25) !important;
}

.woocommerce-cart-form .tt-col-name a {
  color: #006E66 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}

.woocommerce-cart-form .tt-col-name a:hover {
  color: #237a6e !important;
  text-decoration: underline !important;
}

.woocommerce-cart-form .tt-col-name .variation {
  font-size: 0.82em !important;
  color: #777 !important;
  margin-top: 6px !important;
}

.woocommerce-cart-form .tt-col-price .woocommerce-Price-amount,
.woocommerce-cart-form .tt-col-total .woocommerce-Price-amount {
  color: #006E66 !important;
  font-weight: 700 !important;
}

.woocommerce-cart-form .tt-col-total .woocommerce-Price-amount {
  font-size: 1.05em !important;
}

.woocommerce-cart-form .tt-cart-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 16px 0 !important;
}

.woocommerce-cart-form .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  background: rgba(0, 110, 102, 0.05) !important;
  border: 1px solid rgba(0, 110, 102, 0.2) !important;
  border-left: 4px solid #006E66 !important;
  border-right: 4px solid #006E66 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
}

.woocommerce-cart-form .coupon label {
  font-weight: 600 !important;
  color: #006E66 !important;
  font-size: 0.9em !important;
  letter-spacing: 0.03em !important;
  white-space: nowrap !important;
}

.woocommerce-cart-form .coupon input#coupon_code {
  border: 2px solid rgba(0, 110, 102, 0.3) !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 0.9em !important;
  font-family: inherit !important;
  min-width: 170px !important;
  background: #fff !important;
  color: #333 !important;
}

.woocommerce-cart-form .coupon input#coupon_code:focus {
  border-color: #006E66 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 110, 102, 0.2) !important;
}

.woocommerce-cart-form .coupon .button[name="apply_coupon"],
.woocommerce-cart-form button[name="update_cart"] {
  background-color: #006E66 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  font-size: 0.9em !important;
  letter-spacing: 0.03em !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease !important;
  box-shadow: 0 3px 10px rgba(0, 110, 102, 0.25) !important;
  cursor: pointer !important;
}

.woocommerce-cart-form .coupon .button[name="apply_coupon"]:hover,
.woocommerce-cart-form button[name="update_cart"]:hover {
  background-color: #237a6e !important;
  box-shadow: 0 5px 14px rgba(0, 110, 102, 0.35) !important;
  transform: translateY(-1px) !important;
}

/* custom cart totals template */
.tt-cart-collaterals {
  width: 100% !important;
  margin-top: 24px !important;
  margin-bottom: 60px !important;
}

.tt-cart-totals {
  background: #ffffff !important;
  border: 1px solid rgba(0, 110, 102, 0.18) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 24px rgba(0, 110, 102, 0.12) !important;
}

.tt-totals-header {
  background: #006E66 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1em !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 14px 24px !important;
}

.tt-totals-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
}

.tt-totals-table {
  flex: 1 1 auto !important;
  padding: 20px 24px !important;
  min-width: 0 !important;
}

.tt-totals-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0, 110, 102, 0.1) !important;
  gap: 16px !important;
}

.tt-totals-row:last-child {
  border-bottom: none !important;
}

.tt-totals-label {
  color: #555 !important;
  font-weight: 600 !important;
  font-size: 0.95em !important;
  white-space: nowrap !important;
}

.tt-totals-value {
  text-align: right !important;
  color: #333 !important;
}

.tt-totals-order-total .tt-totals-label,
.tt-totals-order-total .tt-totals-value,
.tt-totals-table .woocommerce-Price-amount {
  color: #006E66 !important;
  font-weight: 700 !important;
}

.tt-totals-order-total .tt-totals-label,
.tt-totals-order-total .tt-totals-value {
  font-size: 1.2em !important;
}

.tt-totals-buttons {
  flex: 0 0 auto !important;
  width: auto !important;
  padding: 20px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border-left: 1px solid rgba(0, 110, 102, 0.12) !important;
  background: rgba(0, 110, 102, 0.03) !important;
}

.tt-totals-shipping {
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.tt-totals-shipping .tt-totals-value {
  text-align: left !important;
  width: 100% !important;
}

.woocommerce-shipping-package-name,
p.woocommerce-shipping-package-name,
.tt-totals-shipping h3,
.tt-totals-shipping h4,
#order_review h4 {
  display: none !important;
}

.tt-totals-shipping .woocommerce-shipping-methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.tt-totals-shipping .woocommerce-shipping-methods li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-totals-shipping .woocommerce-shipping-methods input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.tt-totals-shipping .woocommerce-shipping-methods li label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1.5px solid rgba(0, 110, 102, 0.25) !important;
  border-radius: 20px !important;
  background: #fff !important;
  cursor: pointer !important;
  font-size: 0.88em !important;
  color: #333 !important;
  white-space: nowrap !important;
}

.tt-totals-shipping .woocommerce-shipping-methods li label::before {
  content: '' !important;
  flex-shrink: 0 !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid rgba(0, 110, 102, 0.4) !important;
  border-radius: 50% !important;
  background: #fff !important;
}

.tt-totals-shipping .woocommerce-shipping-methods input[type="radio"]:checked + label {
  border-color: #006E66 !important;
  background: rgba(0, 110, 102, 0.08) !important;
  font-weight: 600 !important;
  color: #006E66 !important;
}

.tt-totals-shipping .woocommerce-shipping-methods input[type="radio"]:checked + label::before {
  border-color: #006E66 !important;
  background: radial-gradient(circle, #006E66 45%, #fff 46%) !important;
}

.tt-totals-shipping .woocommerce-shipping-destination {
  font-size: 0.8em !important;
  color: #888 !important;
  margin-top: 6px !important;
  font-style: italic !important;
  width: 100% !important;
}

.woocommerce-cart .tt-totals-buttons a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #006E66 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 16px 32px !important;
  font-size: 1.05em !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap !important;
  box-shadow: 0 5px 18px rgba(0, 110, 102, 0.35) !important;
}

@media (max-width: 767px) {
  .tt-totals-inner {
    flex-direction: column !important;
  }
  .tt-totals-buttons {
    width: 100% !important;
    border-left: none !important;
    border-top: 1px solid rgba(0, 110, 102, 0.12) !important;
  }
}

/* ------------------------------
   CHECKOUT — custom tt-checkout layout
   ------------------------------ */

.tt-checkout-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.tt-checkout-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.tt-checkout-left {
  flex: 1 1 60%;
  min-width: 0;
}

.tt-checkout-right {
  flex: 0 0 40%;
  position: sticky;
  top: 20px;
}

.tt-checkout-section {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.tt-section-header {
  background: #006E66;
  color: #fff;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tt-section-content {
  padding: 16px;
}

.tt-section-content .form-row {
  margin-bottom: 16px;
}

.tt-section-content input[type="text"],
.tt-section-content input[type="email"],
.tt-section-content input[type="tel"],
.tt-section-content select,
.tt-section-content textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em;
}

.tt-section-content input[type="text"]:focus,
.tt-section-content input[type="email"]:focus,
.tt-section-content input[type="tel"]:focus,
.tt-section-content select:focus,
.tt-section-content textarea:focus {
  border-color: #006E66;
  box-shadow: 0 0 0 3px rgba(0, 110, 102, 0.1);
  outline: none;
}

.tt-checkout-options {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.tt-option-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #006E66;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 0.85em;
  white-space: nowrap;
  flex-shrink: 0;
}

.tt-order-notes-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.woocommerce-checkout .payment ul.woocommerce-PaymentMethods,
.woocommerce-checkout .woocommerce-shipping-methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .payment li.woocommerce-PaymentMethod label,
.woocommerce-checkout .woocommerce-shipping-methods label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #006E66;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 0.85em;
  margin: 0;
  white-space: nowrap;
}

.tt-terms-box {
  margin: 20px 0;
  padding: 0;
}

.tt-terms-box label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-weight: 600;
}

.tt-place-order-container {
  margin-top: 20px;
}

.woocommerce-checkout button.button[name="post_data"],
.woocommerce-checkout .place-order button,
.btn-place-order {
  width: 100%;
  padding: 14px 20px;
  background: #006E66 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
}

@media (max-width: 480px) {
  .tt-checkout-layout {
    flex-direction: column;
    gap: 20px;
  }

  .tt-checkout-left,
  .tt-checkout-right {
    flex: 1 1 100%;
    width: 100%;
  }

  .tt-checkout-right {
    position: static;
    top: auto;
  }

  .tt-checkout-options {
    flex-wrap: wrap;
  }
}


/* ============================================================
   Tiny Turtles — Final Checkout CSS
   Keep this as the ONLY checkout block in the live stylesheet
   ============================================================ */

:root{
  --tt-teal:#006e66;
  --tt-teal-hover:#237a6e;
  --tt-text:#22313a;
  --tt-muted:#6b7280;
  --tt-border:rgba(0,110,102,.14);
  --tt-border-soft:rgba(16,24,40,.10);
  --tt-bg:#fffdf9;
  --tt-bg-soft:rgba(0,110,102,.03);
  --tt-lav:#f4edf8;
  --tt-radius-sm:10px;
  --tt-radius-md:16px;
  --tt-radius-lg:18px;
  --tt-shadow:0 10px 24px rgba(16,24,40,.04);
}

/* ============================================================
   frame
   ============================================================ */

body.woocommerce-checkout .tt-checkout-wrapper{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 24px 40px !important;
  box-sizing:border-box !important;
}

body.woocommerce-checkout .tt-checkout-wrapper,
body.woocommerce-checkout form.checkout.woocommerce-checkout{
  opacity:1 !important;
  visibility:visible !important;
}

/* ============================================================
   notices
   ============================================================ */

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .rsw-cart-message,
body.woocommerce-checkout .wps_wpr_cart_points_wrap{
  margin:0 0 14px !important;
  background:#f4faf8 !important;
  border:1px solid var(--tt-border) !important;
  border-top:3px solid var(--tt-teal) !important;
  border-radius:12px !important;
  color:var(--tt-text) !important;
  box-shadow:0 8px 18px rgba(16,24,40,.03) !important;
}

/* ============================================================
   layout
   ============================================================ */

body.woocommerce-checkout .tt-checkout-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 360px !important;
  gap:26px !important;
  align-items:start !important;
  width:100% !important;
}

body.woocommerce-checkout .tt-checkout-left{
  min-width:0 !important;
  width:100% !important;
}

body.woocommerce-checkout .tt-checkout-right{
  width:360px !important;
  min-width:360px !important;
  max-width:360px !important;
  align-self:start !important;
  position:sticky !important;
  top:108px !important;
}

/* ============================================================
   cards
   ============================================================ */

body.woocommerce-checkout .tt-checkout-section{
  margin:0 0 16px !important;
  background:var(--tt-bg) !important;
  border:1px solid var(--tt-border) !important;
  border-radius:var(--tt-radius-md) !important;
  box-shadow:var(--tt-shadow) !important;
  overflow:hidden !important;
}

body.woocommerce-checkout .tt-section-header{
  display:flex !important;
  align-items:center !important;
  min-height:44px !important;
  padding:11px 16px !important;
  background:var(--tt-teal) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  border-radius:16px 16px 0 0 !important;
}

body.woocommerce-checkout .tt-section-content{
  padding:16px 18px !important;
}

/* hide duplicated woo headings inside custom cards */
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout h3#order_review_heading{
  display:none !important;
}

/* ============================================================
   fields
   ============================================================ */

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px 14px !important;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
  display:block !important;
}

body.woocommerce-checkout .form-row{
  width:auto !important;
  float:none !important;
  margin:0 !important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout .address-field{
  grid-column:1 / -1 !important;
}

body.woocommerce-checkout label{
  display:block !important;
  margin-bottom:6px !important;
  color:var(--tt-text) !important;
  font-size:11px !important;
  font-weight:600 !important;
}

body.woocommerce-checkout .required{
  color:#d6336c !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea{
  width:100% !important;
  min-height:40px !important;
  padding:0 12px !important;
  border:1px solid rgba(16,24,40,.14) !important;
  border-radius:var(--tt-radius-sm) !important;
  background:#fff !important;
  color:var(--tt-text) !important;
  font-size:12px !important;
  box-shadow:none !important;
}

body.woocommerce-checkout textarea{
  min-height:110px !important;
  padding:10px 12px !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus{
  outline:none !important;
  border-color:var(--tt-teal) !important;
  box-shadow:0 0 0 3px rgba(0,110,102,.10) !important;
}

/* hide duplicate inline newsletter/account rows inside billing */
body.woocommerce-checkout .tt-checkout-left .mailchimp-newsletter,
body.woocommerce-checkout .tt-checkout-left .form-row.mailchimp-newsletter,
body.woocommerce-checkout .tt-checkout-left .create-account,
body.woocommerce-checkout .tt-checkout-left .form-row.create-account{
  display:none !important;
}

/* bottom option pills */
body.woocommerce-checkout .tt-checkout-options{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  margin:10px 0 14px !important;
}

body.woocommerce-checkout .tt-option-pill{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:7px 12px !important;
  border:1px solid rgba(0,110,102,.20) !important;
  border-radius:999px !important;
  background:#fffefb !important;
  font-size:10px !important;
  line-height:1.1 !important;
  color:var(--tt-text) !important;
  box-shadow:0 2px 6px rgba(16,24,40,.03) !important;
}

body.woocommerce-checkout .tt-option-pill input{
  margin:0 !important;
}

/* shipping section toggle */
body.woocommerce-checkout .tt-shipping-address-section{
  display:none !important;
}

body.woocommerce-checkout .tt-shipping-address-section.is-visible{
  display:block !important;
}

/* ============================================================
   order review
   ============================================================ */

body.woocommerce-checkout .tt-order-review-table{
  display:block !important;
  width:100% !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-order-item,
body.woocommerce-checkout .tt-order-review-table .tt-order-row{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:11px 0 !important;
  border-bottom:1px solid rgba(16,24,40,.08) !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-item-name,
body.woocommerce-checkout .tt-order-review-table .tt-order-row > span:first-child{
  color:var(--tt-text) !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-item-total,
body.woocommerce-checkout .tt-order-review-table .tt-order-row > span:last-child{
  color:var(--tt-teal) !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-align:right !important;
  white-space:nowrap !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-item-qty{
  color:var(--tt-muted) !important;
  margin-left:4px !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-total-row{
  border-bottom:none !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-total-row > span{
  font-size:18px !important;
  font-weight:800 !important;
}

/* shipping box */
body.woocommerce-checkout .tt-order-review-table .tt-shipping-section{
  margin:12px 0 !important;
  background:rgba(0,110,102,.025) !important;
  border:1px solid rgba(0,110,102,.08) !important;
  border-radius:14px !important;
  overflow:hidden !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-shipping-header{
  padding:10px 12px !important;
  background:var(--tt-teal) !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  border-radius:14px 14px 0 0 !important;
}

body.woocommerce-checkout .tt-order-review-table .tt-shipping-methods{
  padding:12px !important;
}

body.woocommerce-checkout .tt-order-review-table .woocommerce-shipping-methods{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:9px !important;
}

body.woocommerce-checkout .tt-order-review-table .woocommerce-shipping-methods li{
  margin:0 !important;
}

body.woocommerce-checkout .tt-order-review-table .woocommerce-shipping-methods label{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:8px 12px !important;
  border:1px solid rgba(0,110,102,.16) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--tt-text) !important;
  font-size:11px !important;
  font-weight:600 !important;
}

/* ============================================================
   payment
   ============================================================ */

body.woocommerce-checkout #payment,
body.woocommerce-checkout .tt-payment-content{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

body.woocommerce-checkout #payment ul.payment_methods{
  list-style:none !important;
  margin:0 0 10px !important;
  padding:0 !important;
  border-bottom:none !important;
}

body.woocommerce-checkout #payment li{
  margin-bottom:12px !important;
}

body.woocommerce-checkout #payment li > label{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  font-size:13px !important;
  font-weight:500 !important;
  margin-bottom:6px !important;
}

body.woocommerce-checkout #payment div.payment_box{
  margin-top:8px !important;
  padding:14px !important;
  border-radius:12px !important;
  background:var(--tt-lav) !important;
  font-size:12px !important;
  line-height:1.55 !important;
  color:#5b5560 !important;
  box-shadow:none !important;
}

body.woocommerce-checkout #payment div.payment_box::before{
  display:none !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .terms{
  margin-top:8px !important;
  font-size:11px !important;
  line-height:1.5 !important;
  color:var(--tt-muted) !important;
}

body.woocommerce-checkout #payment .place-order{
  padding-top:10px !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]{
  width:100% !important;
  min-height:46px !important;
  padding:0 16px !important;
  border:none !important;
  border-radius:12px !important;
  background:var(--tt-teal) !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:700 !important;
  box-shadow:0 10px 20px rgba(0,110,102,.16) !important;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover{
  background:var(--tt-teal-hover) !important;
}

/* helper checkbox hidden by proxy toggle */
body.woocommerce-checkout input[name="ship_to_different_address"]{
  display:none !important;
}

/* ============================================================
   responsive
   ============================================================ */

@media (max-width:1024px){
  body.woocommerce-checkout .tt-checkout-layout{
    grid-template-columns:1fr !important;
  }

  body.woocommerce-checkout .tt-checkout-right{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    position:static !important;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    grid-template-columns:1fr !important;
  }
}
/* ============================================================
   TT CHECKOUT — HARD LAYOUT OVERRIDE
   Put at the VERY BOTTOM of the active live stylesheet
   ============================================================ */

body.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > .tt-checkout-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 24px 40px !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > .tt-checkout-wrapper > .tt-checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  align-items: start !important;
  gap: 28px !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* kill any old flex sizing */
body.woocommerce-checkout .tt-checkout-layout,
body.woocommerce-checkout .tt-checkout-left,
body.woocommerce-checkout .tt-checkout-right {
  flex: none !important;
  flex-basis: auto !important;
}

/* left column must stretch */
body.woocommerce-checkout .tt-checkout-left {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  justify-self: stretch !important;
  align-self: start !important;
}

/* right column fixed */
body.woocommerce-checkout .tt-checkout-right {
  display: block !important;
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
  justify-self: end !important;
  align-self: start !important;
}

/* stop billing internals collapsing */
body.woocommerce-checkout .tt-checkout-left .tt-checkout-section,
body.woocommerce-checkout .tt-checkout-left .tt-section-content,
body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields,
body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* actual field grid */
body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px 16px !important;
}

body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper > .form-row {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper > .form-row-wide,
body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper > .address-field {
  grid-column: 1 / -1 !important;
}

/* hide duplicate inline checkbox row inside billing */
body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper > p:has(input[type="checkbox"]) {
  display: none !important;
}

/* mobile */
@media (max-width: 1024px) {
  body.woocommerce-checkout form.checkout.woocommerce-checkout > .tt-checkout-wrapper > .tt-checkout-layout {
    grid-template-columns: 1fr !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout .tt-checkout-right {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  body.woocommerce-checkout .tt-checkout-left .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }
}
/* ============================================================
   Tiny Turtles — Homepage cleanup pack
   ============================================================ */

/* ============================================================
   Section rhythm
   ============================================================ */

body.home .site-main,
body.home .elementor-location-single,
body.home .elementor {
  overflow-x: clip;
}

body.home .elementor-section {
  --tt-home-gap: 56px;
}

body.home .elementor-section + .elementor-section {
  margin-top: 0 !important;
}

body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3 {
  letter-spacing: -0.02em;
}

/* ============================================================
   Homepage product grids
   EAEL masonry -> clean grid cards
   ============================================================ */

body.home ul.products.eael-post-appender {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  position: static !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home ul.products.eael-post-appender > li.product {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  border-radius: 20px !important;
  padding: 20px 16px 18px !important;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04) !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease !important;
}

body.home ul.products.eael-post-appender > li.product:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.06) !important;
  border-color: rgba(0, 110, 102, 0.14) !important;
}

body.home ul.products.eael-post-appender > li.product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  text-decoration: none !important;
}

body.home ul.products.eael-post-appender > li.product img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 240px !important;
  margin: 0 auto 14px !important;
}

body.home ul.products.eael-post-appender > li.product .woocommerce-loop-product__title {
  margin: 0 0 8px !important;
  color: #8a456a !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  min-height: 38px !important;
}

body.home ul.products.eael-post-appender > li.product .price {
  display: block !important;
  margin: 0 0 12px !important;
  color: #8e9656 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home ul.products.eael-post-appender > li.product > a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: #006e66 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 16px rgba(0, 110, 102, 0.14) !important;
}

body.home ul.products.eael-post-appender > li.product > a.button:hover {
  background: #237a6e !important;
}

body.home ul.products.eael-post-appender .screen-reader-text {
  position: absolute !important;
  left: -9999px !important;
}

/* ============================================================
   Section headings like "On Sale Now!" / "Curated Collections"
   ============================================================ */

body.home .elementor-widget-heading {
  position: relative;
}

body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3 {
  color: #00756d !important;
  font-weight: 800 !important;
}

body.home .elementor-widget-heading h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
}

body.home .elementor-widget-heading h3 {
  font-size: clamp(24px, 2.4vw, 34px) !important;
}

/* optional line treatment for title rows */
body.home .tt-title-row,
body.home .section-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.home .tt-title-row::after,
body.home .section-title-row::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: rgba(16, 24, 40, 0.18);
}

/* ============================================================
   Circular collection/category badges
   ============================================================ */

body.home .elementor-widget-image a,
body.home .elementor-widget-image .elementor-image {
  transition: transform 0.18s ease, opacity 0.18s ease !important;
}

body.home .elementor-widget-image a:hover,
body.home .elementor-widget-image .elementor-image:hover {
  transform: translateY(-2px) !important;
}

body.home .tt-circle-badge,
body.home .elementor-widget-image .is-circle img {
  border-radius: 999px !important;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.08) !important;
  border: 3px solid rgba(255, 255, 255, 0.95) !important;
}

/* ============================================================
   Newsletter box
   ============================================================ */

body.home .tt-newsletter-box,
body.home .newsletter-box,
body.home .elementor-form {
  border-radius: 24px !important;
}

body.home .tt-newsletter-panel,
body.home .newsletter-panel {
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  border-left: 4px solid #27a39a !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 34px rgba(16, 24, 40, 0.08) !important;
  padding: 28px 32px !important;
}

body.home .tt-newsletter-panel h2,
body.home .tt-newsletter-panel h3,
body.home .newsletter-panel h2,
body.home .newsletter-panel h3 {
  color: #00756d !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.home .elementor-form input[type="text"],
body.home .elementor-form input[type="email"] {
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(16, 24, 40, 0.16) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.home .elementor-form input[type="text"]:focus,
body.home .elementor-form input[type="email"]:focus {
  outline: none !important;
  border-color: #006e66 !important;
  box-shadow: 0 0 0 3px rgba(0, 110, 102, 0.10) !important;
}

body.home .elementor-form .elementor-button,
body.home .elementor-form button[type="submit"] {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.home .elementor-form .elementor-button:hover,
body.home .elementor-form button[type="submit"]:hover {
  background: #000 !important;
}

/* ============================================================
   Testimonials / reviews block
   ============================================================ */

body.home .tt-testimonials,
body.home .testimonials-section {
  position: relative;
}

body.home .tt-testimonials .swiper-slide,
body.home .testimonials-section .swiper-slide,
body.home .eael-testimonial-item,
body.home .elementor-testimonial {
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.05) !important;
}

body.home .eael-testimonial-item,
body.home .elementor-testimonial {
  padding: 18px 18px 16px !important;
}

body.home .eael-testimonial-content,
body.home .elementor-testimonial__content {
  color: #3e4850 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.home .eael-testimonial-name,
body.home .elementor-testimonial__name {
  color: #00756d !important;
  font-weight: 700 !important;
}

body.home .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: rgba(0, 110, 102, 0.25) !important;
}

body.home .swiper-pagination-bullet-active {
  background: #00756d !important;
}

/* ============================================================
   Contact / help form section
   ============================================================ */

body.home .tt-help-section,
body.home .contact-help-section {
  align-items: center;
}

body.home .tt-help-copy h2,
body.home .contact-help-copy h2 {
  color: #00756d !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

body.home .tt-help-copy p,
body.home .contact-help-copy p {
  color: #6b7280 !important;
}

body.home .contact-help-form,
body.home .elementor-widget-form .elementor-form {
  background: transparent !important;
}

body.home .contact-help-form input[type="text"],
body.home .contact-help-form input[type="email"],
body.home .contact-help-form textarea,
body.home .elementor-widget-form input[type="text"],
body.home .elementor-widget-form input[type="email"],
body.home .elementor-widget-form textarea {
  border-radius: 10px !important;
  border: 1px solid rgba(16, 24, 40, 0.16) !important;
  background: #fff !important;
}

body.home .contact-help-form textarea,
body.home .elementor-widget-form textarea {
  min-height: 92px !important;
}

body.home .contact-help-form button,
body.home .elementor-widget-form button[type="submit"] {
  min-height: 40px !important;
  border-radius: 8px !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* ============================================================
   Small empty-state cleanup
   ============================================================ */

body.home p:where(:contains("No posts found!")) {
  opacity: 0.55;
}

/* fallback helper for common Elementor empty text widgets */
body.home .elementor-widget-text-editor p {
  color: #66707a;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1024px) {
  body.home ul.products.eael-post-appender {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  body.home .tt-newsletter-panel,
  body.home .newsletter-panel {
    padding: 22px 22px !important;
  }
}

@media (max-width: 767px) {
  body.home ul.products.eael-post-appender {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home ul.products.eael-post-appender > li.product {
    padding: 16px 14px !important;
    border-radius: 16px !important;
  }

  body.home .tt-newsletter-panel,
  body.home .newsletter-panel {
    border-radius: 18px !important;
    padding: 18px 18px !important;
  }
}
/* =====================================================
   1. HERO SECTION POLISH
   ===================================================== */

body.home .elementor-widget-heading h1,
body.home .elementor-widget-heading h2 {
  text-shadow: 0 4px 18px rgba(0,0,0,0.35);
}

body.home .elementor-button-wrapper .elementor-button {
  border-radius: 999px !important;
  padding: 10px 22px !important;
  font-weight: 700 !important;
}


/* =====================================================
   2. FEATURE ICON ROW (Quality / Support / Affordable)
   ===================================================== */

body.home .elementor-widget-icon-box {
  text-align: center;
}

body.home .elementor-widget-icon-box .elementor-icon {
  background: #f3faf9;
  border-radius: 50%;
  padding: 14px;
}

body.home .elementor-widget-icon-box h4 {
  color: #00756d;
  font-weight: 700;
  margin-bottom: 6px;
}

body.home .elementor-widget-icon-box p {
  font-size: 13px;
  color: #6b7280;
}


/* =====================================================
   3. ROUND CATEGORY ICONS
   ===================================================== */

body.home .elementor-widget-image img {
  transition: transform .25s ease;
}

body.home .elementor-widget-image img:hover {
  transform: translateY(-3px) scale(1.03);
}


/* =====================================================
   4. "ON SALE NOW" LINE FIX
   ===================================================== */

body.home .elementor-widget-heading:after {
  content:"";
  display:block;
  height:1px;
  background:#d9d9d9;
  width:100%;
  margin-top:10px;
}

body.home .elementor-widget-heading h3 {
  display:inline-block;
  padding-right:16px;
  background:#fff;
  position:relative;
  z-index:2;
}


/* =====================================================
   5. NEWSLETTER CARD
   ===================================================== */

body.home .elementor-form {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

body.home .elementor-form input {
  flex:1;
}

body.home .elementor-form button {
  background:#111 !important;
  border-radius:8px !important;
}


/* =====================================================
   6. TESTIMONIAL CARDS
   ===================================================== */

body.home .eael-testimonial-item {
  border-radius:16px !important;
}

body.home .eael-testimonial-content {
  font-size:13px;
  line-height:1.6;
}

body.home .eael-testimonial-name {
  font-weight:600;
}


/* =====================================================
   7. CONTACT FORM
   ===================================================== */

body.home .elementor-widget-form input,
body.home .elementor-widget-form textarea {
  border-radius:8px !important;
}

body.home .elementor-widget-form button {
  background:#111 !important;
  border-radius:8px !important;
}


/* =====================================================
   8. REMOVE EMPTY "NO POSTS FOUND"
   ===================================================== */

body.home .elementor-widget-text-editor p:only-child {
  opacity:.4;
}


/* =====================================================
   9. SECTION SPACING
   ===================================================== */

body.home section,
body.home .elementor-section {
  margin-bottom:60px;
}
/* =====================================================
   HERO TEXT LINES (reduce heavy divider effect)
   ===================================================== */

body.home .elementor-widget-heading h1:before,
body.home .elementor-widget-heading h1:after,
body.home .elementor-widget-heading h2:before,
body.home .elementor-widget-heading h2:after {
  opacity: .35;
}

/* =====================================================
   REMOVE EMPTY "NO POSTS FOUND"
   ===================================================== */

body.home p:contains("No posts found"),
body.home .elementor-widget-text-editor:has(p:contains("No posts found")) {
  display: none !important;
}

/* =====================================================
   CURATED COLLECTIONS LINE FIX
   ===================================================== */

body.home .elementor-widget-heading h3 {
  display: inline-block;
  padding-right: 16px;
  background: white;
}

body.home .elementor-widget-heading {
  position: relative;
}

body.home .elementor-widget-heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dcdcdc;
  z-index: 0;
}

body.home .elementor-widget-heading h3 {
  position: relative;
  z-index: 2;
}

/* =====================================================
   TESTIMONIAL CARD POLISH
   ===================================================== */

body.home .eael-testimonial-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

body.home .eael-testimonial-content {
  font-size: 13px;
  color: #4b5563;
}

/* =====================================================
   CATEGORY ICON ROW SPACING
   ===================================================== */

body.home .elementor-widget-image {
  margin-bottom: 12px;
}

/* =====================================================
   PRODUCT CARD HOVER
   ===================================================== */

body.home ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

/* =====================================================
   NEWSLETTER CARD BALANCE
   ===================================================== */

body.home .elementor-form {
  align-items: center;
}

body.home .elementor-form input {
  min-height: 40px;
}

/* =====================================================
   GLOBAL SECTION SPACING
   ===================================================== */

body.home .elementor-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* =====================================================================
   Tiny Turtles — Final UI reconciliation pass
   Purpose: make homepage/shop UI feel closer to the supplied retail reference
   and correct some earlier broad homepage overrides.
   ===================================================================== */

:root {
  --tt-ui-bg: #fffdfa;
  --tt-ui-panel: #fffefc;
  --tt-ui-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
  --tt-ui-shadow-hover: 0 18px 38px rgba(16, 24, 40, 0.10);
  --tt-ui-text: #27323a;
  --tt-ui-muted: #6f7782;
  --tt-ui-title: #0a7c73;
  --tt-ui-blush: #8c4a69;
  --tt-ui-price: #8f9151;
}

/* -------------------------------------
   Homepage hero — stop generic line treatment
   and make the Tiny Turtles text feel branded
   ------------------------------------- */
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading:after,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h1:before,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h1:after,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h2:before,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h2:after {
  display: none !important;
  content: none !important;
}

body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h1,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h2 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 0.98 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-shadow: 0 10px 26px rgba(0,0,0,0.28) !important;
}

body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h1 .tt-highlight,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h2 .tt-highlight {
  color: #9de7df !important;
}

body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-text-editor,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.95) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  text-shadow: 0 4px 14px rgba(0,0,0,0.22) !important;
}

body.home .site-main > .elementor > .elementor-section:first-child .elementor-button,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-button-link {
  min-height: 42px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--tt-ui-title) !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.12) !important;
}

body.home .site-main > .elementor > .elementor-section:first-child .elementor-button:hover,
body.home .site-main > .elementor > .elementor-section:first-child .elementor-button-link:hover {
  transform: translateY(-1px) !important;
  background: #fffefb !important;
}

/* -------------------------------------
   Homepage section headings — cleaner, simpler
   ------------------------------------- */
body.home .elementor-widget-heading:after {
  display: none !important;
  content: none !important;
}

body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3 {
  color: var(--tt-ui-title) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.home .elementor-widget-heading h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}

body.home .elementor-widget-heading h3 {
  font-size: clamp(24px, 2.2vw, 34px) !important;
  padding-right: 0 !important;
  background: transparent !important;
}

/* -------------------------------------
   Feature icon row
   ------------------------------------- */
body.home .elementor-widget-icon-box {
  text-align: center !important;
}

body.home .elementor-widget-icon-box .elementor-icon {
  background: #f3faf8 !important;
  border-radius: 999px !important;
  padding: 14px !important;
  box-shadow: inset 0 0 0 1px rgba(0,110,102,0.08) !important;
}

body.home .elementor-widget-icon-box h4,
body.home .elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--tt-ui-title) !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

body.home .elementor-widget-icon-box p,
body.home .elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--tt-ui-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* -------------------------------------
   Round category badges
   ------------------------------------- */
body.home .elementor-widget-image img {
  transition: transform .25s ease, box-shadow .25s ease !important;
}

body.home .elementor-widget-image img:hover {
  transform: translateY(-3px) scale(1.03) !important;
}

body.home .elementor-widget-image .elementor-image img {
  box-shadow: 0 10px 20px rgba(16,24,40,0.07) !important;
}

/* -------------------------------------
   Homepage sale/featured product cards
   ------------------------------------- */
body.home ul.products.eael-post-appender {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  gap: 28px !important;
  position: static !important;
  height: auto !important;
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 980px !important;
}

body.home ul.products.eael-post-appender > li.product {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  background: var(--tt-ui-panel) !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  border-radius: 18px !important;
  padding: 18px 16px 16px !important;
  box-shadow: var(--tt-ui-shadow) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

body.home ul.products.eael-post-appender > li.product:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--tt-ui-shadow-hover) !important;
  border-color: rgba(0,110,102,0.14) !important;
}

body.home ul.products.eael-post-appender > li.product .woocommerce-LoopProduct-link {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-decoration: none !important;
}

body.home ul.products.eael-post-appender > li.product img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 230px !important;
  margin: 0 auto 14px !important;
}

body.home ul.products.eael-post-appender > li.product .woocommerce-loop-product__title {
  min-height: 40px !important;
  margin: 0 0 8px !important;
  color: var(--tt-ui-blush) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

body.home ul.products.eael-post-appender > li.product .price {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--tt-ui-price) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.home ul.products.eael-post-appender > li.product > a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: var(--tt-teal) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 16px rgba(0, 110, 102, 0.14) !important;
}

body.home ul.products.eael-post-appender > li.product > a.button:hover {
  background: var(--tt-teal-hover) !important;
}

body.home ul.products.eael-post-appender .screen-reader-text {
  position: absolute !important;
  left: -9999px !important;
}

/* -------------------------------------
   Newsletter block
   ------------------------------------- */
body.home .tt-newsletter-panel,
body.home .newsletter-panel,
body.home .elementor-form {
  border-radius: 24px !important;
}

body.home .tt-newsletter-panel,
body.home .newsletter-panel {
  background: var(--tt-ui-panel) !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  border-left: 4px solid #27a39a !important;
  box-shadow: 0 18px 34px rgba(16,24,40,0.08) !important;
  padding: 26px 30px !important;
}

body.home .elementor-form {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

body.home .elementor-form input[type="text"],
body.home .elementor-form input[type="email"] {
  flex: 1 1 220px !important;
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(16,24,40,0.16) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.home .elementor-form button[type="submit"],
body.home .elementor-form .elementor-button {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* -------------------------------------
   Testimonials
   ------------------------------------- */
body.home .eael-testimonial-item,
body.home .elementor-testimonial {
  background: #fff !important;
  border: 1px solid rgba(16,24,40,0.06) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 24px rgba(16,24,40,0.05) !important;
  padding: 18px 18px 16px !important;
}

body.home .eael-testimonial-content,
body.home .elementor-testimonial__content {
  color: #4b5563 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.home .eael-testimonial-name,
body.home .elementor-testimonial__name {
  color: var(--tt-ui-title) !important;
  font-weight: 700 !important;
}

/* -------------------------------------
   Contact/help section
   ------------------------------------- */
body.home .elementor-widget-form input[type="text"],
body.home .elementor-widget-form input[type="email"],
body.home .elementor-widget-form textarea {
  border-radius: 8px !important;
  border: 1px solid rgba(16,24,40,0.14) !important;
  background: #fff !important;
}

body.home .elementor-widget-form button[type="submit"] {
  background: #111 !important;
  border-radius: 8px !important;
}

/* -------------------------------------
   Global homepage spacing
   ------------------------------------- */
body.home .elementor-section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  margin-bottom: 0 !important;
}

/* -------------------------------------
   Responsive
   ------------------------------------- */
@media (max-width: 1024px) {
  body.home ul.products.eael-post-appender {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}

@media (max-width: 767px) {
  body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h1,
  body.home .site-main > .elementor > .elementor-section:first-child .elementor-widget-heading h2 {
    font-size: clamp(30px, 8vw, 42px) !important;
  }

  body.home ul.products.eael-post-appender {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home ul.products.eael-post-appender > li.product {
    padding: 16px 14px !important;
    border-radius: 16px !important;
  }

  body.home .tt-newsletter-panel,
  body.home .newsletter-panel {
    padding: 18px !important;
    border-radius: 18px !important;
  }
}
/* ============================================================
   Footer headings — revert to softer version
   ============================================================ */

footer h3,
.site-footer h3,
.footer-widget h3,
footer .widget-title,
.site-footer .widget-title {
  color: #27a39a !important;
  text-shadow: none !important;
  font-weight: 700 !important;
}


/* ============================================================
   Homepage product grid — force off EAEL masonry
   ============================================================ */

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  gap: 28px 28px !important;
  position: static !important;
  height: auto !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: center !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  border-radius: 18px !important;
  padding: 18px 16px 16px !important;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04) !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 220px !important;
  margin: 0 auto 14px !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product .woocommerce-loop-product__title {
  min-height: 38px !important;
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #8a456a !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product .price {
  display: block !important;
  margin: 0 0 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #8e9656 !important;
}

body.home ul.products.eael-post-appender[data-layout-mode="masonry"] > li.product > a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  background: #006e66 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* tablet / mobile */
@media (max-width: 767px) {
  body.home ul.products.eael-post-appender[data-layout-mode="masonry"] {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
  }
}
/* ============================================================
   HOMEPAGE TEXT REVERT
   ============================================================ */

body.home .elementor-widget-heading h1,
body.home .elementor-widget-heading h2,
body.home .elementor-widget-heading h3,
body.home .elementor-widget-heading h4,
body.home .elementor-heading-title,
body.home .elementor-icon-box-title,
body.home .elementor-icon-box-description,
body.home .elementor-widget-text-editor,
body.home .elementor-widget-text-editor p,
body.home .eael-testimonial-content,
body.home .eael-testimonial-name,
body.home .woocommerce-loop-product__title,
body.home ul.products li.product .price,
body.home .elementor-widget-form label,
body.home .elementor-widget-form input,
body.home .elementor-widget-form textarea {
  color: inherit !important;
  text-shadow: none !important;
  letter-spacing: normal !important;
  font-weight: inherit !important;
}

/* kill the fake divider line styling on homepage headings */
body.home .elementor-widget-heading::after,
body.home .elementor-widget-heading::before,
body.home .elementor-widget-heading h1::before,
body.home .elementor-widget-heading h1::after,
body.home .elementor-widget-heading h2::before,
body.home .elementor-widget-heading h2::after,
body.home .elementor-widget-heading h3::before,
body.home .elementor-widget-heading h3::after {
  display: none !important;
  content: none !important;
}

/* restore footer headings to softer version */
footer h3,
.site-footer h3,
.footer-widget h3,
footer .widget-title,
.site-footer .widget-title {
  color: #27a39a !important;
  text-shadow: none !important;
  font-weight: 700 !important;
}