:root {
  --ot-bg: #f8f4ef;
  --ot-bg-soft: #fffaf5;
  --ot-card: #ffffff;
  --ot-text: #392d26;
  --ot-muted: #75685f;
  --ot-line: #e7ddd4;
  --ot-accent: #d46608;
  --ot-accent-dark: #ad4f00;
  --ot-radius: 22px;
  --ot-shadow: 0 16px 44px rgba(54, 39, 29, .08);
  --ot-serif: Georgia, "Times New Roman", serif;
  --ot-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.on-teddy-theme {
  margin: 0;
  background: var(--ot-bg);
  color: var(--ot-text);
  font-family: var(--ot-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.admin-bar .on-teddy-main-header,
body.admin-bar .on-teddy-default-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ot-accent); }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"] { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { color: var(--ot-text); font-family: var(--ot-serif); font-weight: 400; line-height: 1.1; margin-top: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 6.6rem); }
h2 { font-size: clamp(2rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin-top: 0; }
::selection { background: rgba(212, 102, 8, .18); }

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 18px;
  top: 18px;
  padding: 10px 16px;
  z-index: 99999;
  background: #fff;
  border: 2px solid var(--ot-accent);
}

.on-teddy-container {
  width: min(1420px, calc(100% - 48px));
  margin-inline: auto;
}
.on-teddy-eyebrow {
  color: var(--ot-accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.on-teddy-button,
.elementor-widget-button .elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.on-teddy-demo-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--ot-accent);
  border-radius: 7px;
  background: var(--ot-accent);
  color: #fff;
  font-family: var(--ot-sans);
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.on-teddy-button:hover,
.elementor-widget-button .elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.on-teddy-demo-form button:hover {
  transform: translateY(-2px);
  background: var(--ot-accent-dark);
  border-color: var(--ot-accent-dark);
  color: #fff;
}
.on-teddy-secondary-button .elementor-button {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--ot-text) !important;
  padding-inline: 0 !important;
  margin-left: 22px;
}
.on-teddy-secondary-button .elementor-button:hover { color: var(--ot-accent) !important; transform: none; }

/* Header */
.on-teddy-elementor-template.on-teddy-header-template,
.on-teddy-default-header {
  position: relative;
  z-index: 1000;
  background: rgba(255, 252, 248, .96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(74, 57, 45, .08);
}
.on-teddy-announcement .elementor-widget-text-editor p,
.on-teddy-announcement-fallback { margin: 0; font-size: .78rem; }
.on-teddy-announcement,
.on-teddy-announcement-fallback {
  border-bottom: 1px solid var(--ot-line);
  background: rgba(255, 252, 248, .95);
}
.on-teddy-announcement .elementor-container { min-height: 38px; }
.on-teddy-announcement .elementor-widget-text-editor { margin-bottom: 0 !important; }
.on-teddy-announcement-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 20px; }
.on-teddy-announcement-inner div { display: flex; gap: 28px; }
.on-teddy-main-header,
.on-teddy-default-header-inner {
  background: rgba(255, 252, 248, .96);
}
.on-teddy-main-header .elementor-container,
.on-teddy-default-header-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
}
.on-teddy-main-header .elementor-column-wrap,
.on-teddy-main-header .elementor-widget-wrap { align-items: center; }
.on-teddy-default-header-inner { justify-content: space-between; gap: 24px; }
.on-teddy-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ot-accent); white-space: nowrap; }
.on-teddy-brand:hover { color: var(--ot-accent-dark); }
.on-teddy-brand-mark {
  width: 52px;
  height: 72px;
  border: 3px solid currentColor;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-family: var(--ot-sans);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: inset 0 0 0 6px rgba(212, 102, 8, .08);
}
.on-teddy-brand-name { font-size: 1rem; font-weight: 900; letter-spacing: .18em; }
.custom-logo-link img { max-height: 72px; width: auto; }
.on-teddy-nav-widget { position: relative; width: 100%; }
.on-teddy-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.on-teddy-nav-widget.align-left .on-teddy-menu { justify-content: flex-start; }
.on-teddy-nav-widget.align-right .on-teddy-menu { justify-content: flex-end; }
.on-teddy-menu li { position: relative; margin: 0; }
.on-teddy-menu > li > a {
  display: block;
  padding: 18px 0;
  color: var(--ot-text);
  font-size: .91rem;
  font-weight: 700;
}
.on-teddy-menu > li.current-menu-item > a,
.on-teddy-menu > li > a:hover { color: var(--ot-accent); }
.on-teddy-menu .sub-menu {
  position: absolute;
  left: -18px;
  top: 100%;
  width: 220px;
  padding: 12px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--ot-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--ot-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}
.on-teddy-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.on-teddy-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; }
.on-teddy-menu .sub-menu a:hover { background: var(--ot-bg-soft); }
.on-teddy-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--ot-line); border-radius: 50%; background: transparent; padding: 11px; }
.on-teddy-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ot-text); }
.on-teddy-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.on-teddy-action-link {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ot-text);
  border-radius: 50%;
}
.on-teddy-action-link:hover { background: var(--ot-bg); color: var(--ot-accent); }
.on-teddy-action-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.on-teddy-cart-count {
  position: absolute;
  top: 0;
  right: -2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ot-accent);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
}

/* Elementor demo home */
.on-teddy-front-page { overflow: hidden; }
.on-teddy-hero { position: relative; }
.on-teddy-hero .elementor-background-overlay { opacity: 1 !important; }
.on-teddy-hero .elementor-container { min-height: 760px; }
.on-teddy-hero-copy { padding-left: clamp(20px, 4vw, 80px); }
.on-teddy-hero-copy .elementor-widget-heading h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3.4rem, 6vw, 7rem); color: #4b3a30; }
.on-teddy-hero-copy .elementor-widget-text-editor { max-width: 500px; color: #5f5148; font-size: 1.15rem; }
.on-teddy-hero-copy .elementor-widget-button { display: inline-block; width: auto; margin-right: 6px; }
.on-teddy-style-grid { position: relative; z-index: 4; }
.on-teddy-style-grid > .elementor-container {
  overflow: hidden;
  border: 1px solid rgba(90, 67, 53, .13);
  border-radius: 32px 32px 0 0;
  background: rgba(255,255,255,.92);
  box-shadow: var(--ot-shadow);
}
.on-teddy-style-card { border-right: 1px solid var(--ot-line); }
.on-teddy-style-card:last-child { border-right: 0; }
.on-teddy-style-card .elementor-widget-wrap { padding: 24px 20px !important; }
.on-teddy-style-card .elementor-image-box-wrapper { display: grid; grid-template-columns: 94px 1fr; align-items: center; gap: 18px; text-align: left; }
.on-teddy-style-card .elementor-image-box-img { width: 94px !important; margin: 0 !important; }
.on-teddy-style-card .elementor-image-box-img img { aspect-ratio: 1/1.2; object-fit: cover; border-radius: 48px 48px 4px 4px; }
.on-teddy-style-card .elementor-image-box-title { font-size: 1.32rem; margin-bottom: 8px; }
.on-teddy-style-card .elementor-image-box-description { color: var(--ot-muted); font-size: .78rem; line-height: 1.45; }
.on-teddy-section-heading { padding: 104px 0 20px; }
.on-teddy-section-heading h6 { margin-bottom: 10px; color: var(--ot-muted); font-family: var(--ot-sans); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.on-teddy-section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.7rem); }
.on-teddy-category-grid { padding-bottom: 90px; }
.on-teddy-category-card .elementor-widget-wrap { padding: 8px !important; }
.on-teddy-category-card .elementor-image-box-wrapper { text-align: center; }
.on-teddy-category-card .elementor-image-box-img { position: relative; width: 100% !important; margin-bottom: 14px !important; }
.on-teddy-category-card .elementor-image-box-img:before {
  content: "";
  position: absolute;
  inset: 4% 5% 0;
  border: 1px solid var(--ot-line);
  border-radius: 100px 100px 8px 8px;
  background: #fff;
}
.on-teddy-category-card .elementor-image-box-img img { position: relative; z-index: 1; aspect-ratio: 1.3/1; object-fit: contain; padding: 20px 12px 8px; mix-blend-mode: multiply; }
.on-teddy-category-card .elementor-image-box-title { font-family: var(--ot-sans); font-size: .82rem; font-weight: 700; }
.on-teddy-inspiration-heading { padding-top: 84px; border-top: 1px solid var(--ot-line); }
.on-teddy-inspiration-grid { padding-bottom: 92px; }
.on-teddy-inspiration-card .elementor-widget-wrap { padding: 8px !important; }
.on-teddy-inspiration-card .elementor-image-box-img { width: 100% !important; overflow: hidden; border-radius: 18px; margin-bottom: 12px !important; }
.on-teddy-inspiration-card .elementor-image-box-img img { width: 100%; aspect-ratio: 1.4/1; object-fit: cover; transition: transform .55s ease; }
.on-teddy-inspiration-card:hover .elementor-image-box-img img { transform: scale(1.04); }
.on-teddy-inspiration-card .elementor-image-box-title { margin: 0; font-family: var(--ot-sans); font-size: .92rem; text-align: left; }
.on-teddy-benefits { border-top: 1px solid var(--ot-line); border-bottom: 1px solid var(--ot-line); background: rgba(255,255,255,.38); }
.on-teddy-benefit { border-right: 1px solid var(--ot-line); }
.on-teddy-benefit:last-child { border-right: 0; }
.on-teddy-benefit .elementor-widget-wrap { padding: 34px 20px !important; }
.on-teddy-benefit .elementor-icon { color: var(--ot-accent); font-size: 30px; }
.on-teddy-benefit .elementor-icon-box-title { margin-top: 12px; font-family: var(--ot-sans); font-size: .84rem; font-weight: 800; }
.on-teddy-benefit .elementor-icon-box-description { color: var(--ot-muted); font-size: .72rem; line-height: 1.45; }
.on-teddy-featured-products { padding-bottom: 100px; }
.on-teddy-review-heading { padding-top: 90px; border-top: 1px solid var(--ot-line); }
.on-teddy-review-grid { padding-bottom: 100px; }
.on-teddy-review-card .elementor-widget-wrap { padding: 12px !important; }
.on-teddy-review-card .elementor-widget-text-editor { height: 100%; padding: 28px; border: 1px solid var(--ot-line); border-radius: 20px; background: rgba(255,255,255,.6); }
.on-teddy-review-card blockquote { margin: 16px 0; color: var(--ot-text); font-family: var(--ot-serif); font-size: 1.2rem; line-height: 1.5; }
.on-teddy-review-card p { margin-bottom: 0; color: var(--ot-muted); font-size: .78rem; }
.on-teddy-review-stars { color: var(--ot-accent); letter-spacing: .12em; }
.on-teddy-custom-cta,
.on-teddy-craft-cta { padding: 20px 0 88px; }
.on-teddy-custom-cta > .elementor-container,
.on-teddy-craft-cta > .elementor-container { overflow: hidden; border: 1px solid var(--ot-line); border-radius: 28px; background: #f2e9de; }
.on-teddy-cta-copy .elementor-widget-wrap { padding: clamp(34px, 6vw, 88px) !important; }
.on-teddy-cta-copy h2 { font-size: clamp(2.3rem, 4vw, 4.8rem); }
.on-teddy-cta-image .elementor-widget-wrap,
.on-teddy-cta-image .elementor-widget-image,
.on-teddy-cta-image .elementor-widget-container { height: 100%; }
.on-teddy-cta-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.on-teddy-craft-cta > .elementor-container { background: #4c3526; }
.on-teddy-craft-cta .on-teddy-cta-copy h2,
.on-teddy-craft-cta .on-teddy-cta-copy p { color: #fff; }

/* Fallback front page */
.on-teddy-fallback-hero { min-height: 760px; display: flex; align-items: center; background-size: cover; background-position: center; }
.on-teddy-fallback-hero-copy { max-width: 590px; padding: 70px 0; }
.on-teddy-fallback-hero-copy h1 { color: #4b392f; }
.on-teddy-fallback-hero-copy p { max-width: 460px; font-size: 1.15rem; }
.on-teddy-fallback-content { padding: 80px 0; }

/* Pages */
.on-teddy-page-title { padding: 100px 0 60px; text-align: center; border-bottom: 1px solid var(--ot-line); background: var(--ot-bg-soft); }
.on-teddy-page-title h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.on-teddy-content-page,
.on-teddy-single-main,
.on-teddy-blog-main { padding-block: 80px; }
.on-teddy-content-page { max-width: 980px; }
.on-teddy-page-hero .elementor-container { min-height: 540px; }
.on-teddy-page-hero h1,
.on-teddy-page-hero p { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.2); }
.on-teddy-page-hero .elementor-widget-wrap { justify-content: center; }
.on-teddy-about-story { padding: 100px 0 50px; }
.on-teddy-about-story .elementor-column:first-child .elementor-widget-wrap { padding: 40px 70px 40px 0 !important; }
.on-teddy-about-story img { width: 100%; aspect-ratio: 1.15/1; object-fit: cover; border-radius: 24px; }
.on-teddy-about-values { padding: 40px 0 100px; }
.on-teddy-about-values .elementor-column .elementor-widget-wrap { margin: 10px; padding: 36px !important; border: 1px solid var(--ot-line); border-radius: 18px; background: rgba(255,255,255,.5); }
.on-teddy-contact-heading { padding: 90px 0 30px; }
.on-teddy-contact-grid { padding: 20px 0 100px; }
.on-teddy-contact-info .elementor-widget-wrap,
.on-teddy-contact-form .elementor-widget-wrap { margin: 10px; padding: clamp(28px, 5vw, 64px) !important; border: 1px solid var(--ot-line); border-radius: 22px; background: #fff; }
.on-teddy-contact-info .elementor-widget-wrap { background: #efe2d4; }
.on-teddy-demo-form { display: grid; gap: 18px; }
.on-teddy-demo-form label { display: grid; gap: 7px; color: var(--ot-text); font-size: .84rem; font-weight: 700; }
.on-teddy-demo-form input,
.on-teddy-demo-form select,
.on-teddy-demo-form textarea {
  width: 100%;
  border: 1px solid var(--ot-line);
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
  outline: none;
}
.on-teddy-demo-form input:focus,
.on-teddy-demo-form select:focus,
.on-teddy-demo-form textarea:focus { border-color: var(--ot-accent); box-shadow: 0 0 0 3px rgba(212,102,8,.1); }
.on-teddy-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.on-teddy-form-note { margin: 0; color: var(--ot-muted); font-size: .75rem; }

/* Blog */
.on-teddy-archive-header { padding: 40px 0 50px; text-align: center; }
.on-teddy-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.on-teddy-post-card { overflow: hidden; border: 1px solid var(--ot-line); border-radius: 18px; background: #fff; }
.on-teddy-post-thumb { display: block; overflow: hidden; }
.on-teddy-post-thumb img { width: 100%; aspect-ratio: 1.35/1; object-fit: cover; transition: transform .4s ease; }
.on-teddy-post-card:hover .on-teddy-post-thumb img { transform: scale(1.04); }
.on-teddy-post-card-copy { padding: 24px; }
.on-teddy-post-card-copy h2 { font-size: 1.8rem; }
.on-teddy-single-header { max-width: 980px; margin: 0 auto 40px; text-align: center; }
.on-teddy-single-header h1 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.on-teddy-single-featured { max-width: 1240px; margin: 0 auto 55px; }
.on-teddy-single-featured img { width: 100%; border-radius: 24px; }
.on-teddy-entry-content { max-width: 840px; margin: 0 auto; font-size: 1.08rem; }
.on-teddy-error-page { min-height: 65vh; padding-block: 120px; text-align: center; }
.on-teddy-error-page h1 { max-width: 900px; margin-inline: auto; }

/* Footer */
.on-teddy-elementor-template.on-teddy-footer-template,
.on-teddy-default-footer { border-top: 1px solid var(--ot-line); background: #f2ece5; }
.on-teddy-footer-main { padding: 68px 0 54px; }
.on-teddy-footer-main .elementor-widget-wrap { padding: 12px 22px !important; }
.on-teddy-footer-main .elementor-widget-heading h4,
.on-teddy-default-footer h3 { font-family: var(--ot-sans); font-size: .76rem; font-weight: 900; letter-spacing: .06em; }
.on-teddy-footer-main .elementor-widget-text-editor,
.on-teddy-default-footer { color: var(--ot-muted); font-size: .82rem; }
.on-teddy-footer-main .elementor-widget-text-editor a:hover { color: var(--ot-accent); }
.on-teddy-footer-button { display: inline-flex; align-items: center; padding: 10px 14px; border: 1px solid var(--ot-accent); border-radius: 6px; color: var(--ot-accent); font-weight: 800; }
.on-teddy-footer-button:hover { background: var(--ot-accent); color: #fff; }
.on-teddy-footer-bottom { border-top: 1px solid var(--ot-line); }
.on-teddy-footer-bottom .elementor-container { min-height: 64px; }
.on-teddy-footer-bottom .elementor-widget-text-editor { margin: 0; color: var(--ot-muted); font-size: .72rem; }
.on-teddy-footer-bottom .elementor-widget-text-editor p { margin: 0; }
.on-teddy-default-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; padding: 68px 0 48px; }
.on-teddy-default-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.on-teddy-default-footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ot-line); font-size: .75rem; }

/* WooCommerce general */
.on-teddy-woocommerce-main { padding-bottom: 100px; }
.on-teddy-shop-hero { padding: 82px 0 54px; text-align: center; }
.on-teddy-shop-hero h1 { margin: 0 0 16px; font-size: clamp(3rem, 5vw, 5.5rem); }
.on-teddy-shop-hero > p:last-child { color: var(--ot-muted); }
.woocommerce .woocommerce-breadcrumb,
.on-teddy-breadcrumb { padding-top: 28px; color: var(--ot-muted); font-size: .78rem; }
.on-teddy-breadcrumb-separator { margin: 0 9px; color: #b9ada3; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--ot-line);
  border-radius: 8px;
  background: #fff;
  color: var(--ot-text);
}
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0 !important; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--ot-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--ot-shadow); }
.on-teddy-product-card-inner { height: 100%; display: flex; flex-direction: column; }
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1.18/1;
  object-fit: cover;
  margin: 0 !important;
  background: #f7f3ef;
  transition: transform .45s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.035); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 20px 18px 4px; font-family: var(--ot-sans); font-size: .88rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.woocommerce ul.products li.product .price { padding: 0 18px; color: var(--ot-text); font-size: .88rem; font-weight: 800; }
.woocommerce ul.products li.product .button { margin: auto 18px 18px; min-height: 42px; padding: 11px 14px; font-size: .78rem; }
.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--ot-accent);
  line-height: 1;
  font-size: .7rem;
}
.woocommerce nav.woocommerce-pagination { margin-top: 46px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; justify-content: center; gap: 8px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ot-line); border-radius: 50%; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ot-accent); border-color: var(--ot-accent); color: #fff; }

/* Single product */
.single-product .on-teddy-woocommerce-main { padding-top: 40px; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(42px, 6vw, 92px); align-items: start; }
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary { float: none !important; width: auto !important; }
.woocommerce div.product .woocommerce-product-gallery { margin-bottom: 0; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { border-radius: 22px; overflow: hidden; background: #f3ede7; }
.woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; }
.woocommerce div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px !important; }
.woocommerce div.product .flex-control-thumbs li { float: none !important; width: auto !important; }
.woocommerce div.product .flex-control-thumbs img { border-radius: 9px; border: 1px solid transparent; }
.woocommerce div.product .flex-control-thumbs img.flex-active { border-color: var(--ot-accent); }
.woocommerce div.product .summary { padding-top: 20px; }
.woocommerce div.product .product_title { font-size: clamp(2.8rem, 4.6vw, 5.2rem); }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--ot-accent); font-family: var(--ot-serif); font-size: 1.7rem; }
.woocommerce-product-details__short-description { color: var(--ot-muted); font-size: 1.04rem; }
.woocommerce div.product form.cart { display: flex; gap: 12px; margin-top: 30px; }
.woocommerce .quantity .qty { width: 78px; min-height: 50px; border: 1px solid var(--ot-line); border-radius: 7px; background: #fff; }
.woocommerce div.product form.cart .button { flex: 1; }
.woocommerce div.product .product_meta { padding-top: 24px; border-top: 1px solid var(--ot-line); color: var(--ot-muted); font-size: .78rem; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs { padding-top: 70px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--ot-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 28px 0 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 0; font-size: .84rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ot-accent); border-bottom: 2px solid var(--ot-accent); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 920px; color: var(--ot-muted); }
.woocommerce div.product .related { padding-top: 80px; }
.woocommerce div.product .related > h2 { font-size: clamp(2.1rem, 3vw, 3.5rem); }

/* Cart / checkout / account */
.on-teddy-commerce-page { padding: 70px 0 100px; }
.woocommerce-cart .on-teddy-page-title,
.woocommerce-checkout .on-teddy-page-title { display: none; }
.woocommerce table.shop_table { border: 1px solid var(--ot-line); border-radius: 14px; background: #fff; overflow: hidden; }
.woocommerce table.shop_table th { color: var(--ot-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; }
.woocommerce table.shop_table td,
.woocommerce table.shop_table th { padding: 18px; border-color: var(--ot-line); }
.woocommerce table.shop_table img { width: 86px; border-radius: 10px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 170px; min-height: 50px; border: 1px solid var(--ot-line); border-radius: 7px; padding: 0 12px; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { padding: 28px; border: 1px solid var(--ot-line); border-radius: 16px; background: #fff; }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 2rem; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { border-color: var(--ot-line); border-radius: 14px; background: #fff; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid var(--ot-line);
  border-radius: 7px;
  background: #fff;
  padding: 10px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { padding: 28px; border: 1px solid var(--ot-line); border-radius: 16px; background: #fff; }
.woocommerce-checkout #customer_details { margin-bottom: 28px; }
.woocommerce-checkout #order_review_heading { margin: 0; border-bottom: 0; border-radius: 16px 16px 0 0; font-size: 2rem; }
.woocommerce-checkout #order_review { border-radius: 0 0 16px 16px; }
.woocommerce-info,
.woocommerce-message,
.woocommerce-error { border-top-color: var(--ot-accent); background: #fff; }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--ot-accent); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 28%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 68%; padding: 30px; border: 1px solid var(--ot-line); border-radius: 16px; background: #fff; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; border: 1px solid var(--ot-line); border-radius: 14px; overflow: hidden; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 14px 18px; border-bottom: 1px solid var(--ot-line); background: #fff; }
.woocommerce-MyAccount-navigation li:last-child a { border-bottom: 0; }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--ot-accent); color: #fff; }

/* Misc */
.widget { margin-bottom: 24px; padding: 22px; border: 1px solid var(--ot-line); border-radius: 14px; background: #fff; }
.widget-title { font-size: 1.5rem; }
.on-teddy-widget-notice { padding: 18px; border: 1px solid #eabdb8; border-radius: 10px; background: #fff1ef; }

@media (max-width: 1100px) {
  .on-teddy-main-header .elementor-container { min-height: 92px; }
  .on-teddy-menu { gap: 8px 22px; }
  .on-teddy-style-card .elementor-image-box-wrapper { grid-template-columns: 72px 1fr; }
  .on-teddy-style-card .elementor-image-box-img { width: 72px !important; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .on-teddy-post-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  body.admin-bar .on-teddy-main-header,
  body.admin-bar .on-teddy-default-header { top: 46px; }
  .on-teddy-announcement .elementor-column:first-child,
  .on-teddy-announcement-fallback > .on-teddy-container > span { display: none; }
  .on-teddy-announcement .elementor-column { width: 100% !important; }
  .on-teddy-announcement .elementor-widget-text-editor p { text-align: center !important; }
  .on-teddy-announcement-inner { justify-content: center; }
  .on-teddy-main-header .elementor-column:nth-child(1) { width: 48% !important; }
  .on-teddy-main-header .elementor-column:nth-child(2) { width: 12% !important; order: 3; }
  .on-teddy-main-header .elementor-column:nth-child(3) { width: 40% !important; }
  .on-teddy-main-header .elementor-container,
  .on-teddy-default-header-inner { min-height: 82px; }
  .on-teddy-brand-mark { width: 42px; height: 58px; }
  .on-teddy-menu-toggle { display: block; margin-left: auto; }
  .on-teddy-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(320px, calc(100vw - 32px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--ot-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--ot-shadow);
  }
  .on-teddy-nav-widget.is-open .on-teddy-menu { display: flex; }
  .on-teddy-menu > li > a { padding: 12px 14px; }
  .on-teddy-menu .sub-menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 12px; }
  .on-teddy-hero .elementor-container { min-height: 650px; }
  .on-teddy-hero-copy { width: 65% !important; padding-left: 34px; }
  .on-teddy-hero-space { width: 35% !important; }
  .on-teddy-style-grid { margin-top: 0 !important; }
  .on-teddy-style-grid > .elementor-container { border-radius: 0; }
  .on-teddy-style-grid .elementor-column { width: 50% !important; }
  .on-teddy-style-card:nth-child(2) { border-right: 0; }
  .on-teddy-style-card:nth-child(-n+2) { border-bottom: 1px solid var(--ot-line); }
  .on-teddy-category-grid .elementor-column { width: 33.333% !important; }
  .on-teddy-inspiration-grid .elementor-column { width: 50% !important; }
  .on-teddy-benefits .elementor-column { width: 33.333% !important; }
  .on-teddy-benefit:nth-child(3) { border-right: 0; }
  .on-teddy-benefit:nth-child(-n+3) { border-bottom: 1px solid var(--ot-line); }
  .on-teddy-review-grid .elementor-column { width: 100% !important; }
  .on-teddy-custom-cta .elementor-column,
  .on-teddy-craft-cta .elementor-column { width: 100% !important; }
  .on-teddy-craft-cta .on-teddy-cta-image { order: 2; }
  .on-teddy-default-footer-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .summary { padding-top: 0; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
}

@media (max-width: 767px) {
  .on-teddy-container { width: min(100% - 24px, 1420px); }
  .on-teddy-announcement { display: none; }
  .on-teddy-main-header .elementor-container { padding-inline: 10px; }
  .on-teddy-main-header .elementor-column:nth-child(1) { width: 48% !important; }
  .on-teddy-main-header .elementor-column:nth-child(2) { width: 14% !important; }
  .on-teddy-main-header .elementor-column:nth-child(3) { width: 38% !important; }
  .on-teddy-brand { gap: 8px; }
  .on-teddy-brand-mark { width: 34px; height: 48px; border-width: 2px; font-size: .58rem; }
  .on-teddy-brand-name { font-size: .76rem; letter-spacing: .11em; }
  .on-teddy-action-link { width: 35px; height: 35px; }
  .on-teddy-action-link svg { width: 19px; height: 19px; }
  .on-teddy-search-trigger { display: none; }
  .on-teddy-menu-toggle { width: 38px; height: 38px; padding: 9px; }
  .on-teddy-hero { background-position: 65% center !important; }
  .on-teddy-hero:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(248,244,239,.97) 0%, rgba(248,244,239,.85) 48%, rgba(248,244,239,.08) 100%); }
  .on-teddy-hero .elementor-background-overlay { display: none; }
  .on-teddy-hero .elementor-container { min-height: 620px; position: relative; z-index: 2; }
  .on-teddy-hero-copy { width: 78% !important; padding: 30px 0 30px 18px; }
  .on-teddy-hero-space { width: 22% !important; }
  .on-teddy-hero-copy .elementor-widget-heading h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .on-teddy-hero-copy .elementor-widget-text-editor { font-size: .95rem; }
  .on-teddy-secondary-button .elementor-button { margin: 8px 0 0; }
  .on-teddy-style-grid .elementor-column { width: 100% !important; }
  .on-teddy-style-card { border-right: 0; border-bottom: 1px solid var(--ot-line); }
  .on-teddy-style-card:last-child { border-bottom: 0; }
  .on-teddy-section-heading { padding: 72px 12px 18px; }
  .on-teddy-category-grid { padding-bottom: 58px; }
  .on-teddy-category-grid .elementor-column { width: 50% !important; }
  .on-teddy-category-card .elementor-widget-wrap { padding: 4px !important; }
  .on-teddy-category-card .elementor-image-box-title { font-size: .72rem; }
  .on-teddy-inspiration-grid { padding-bottom: 58px; }
  .on-teddy-inspiration-grid .elementor-column { width: 100% !important; }
  .on-teddy-benefits .elementor-column { width: 50% !important; }
  .on-teddy-benefit:nth-child(2n) { border-right: 0; }
  .on-teddy-benefit:nth-child(-n+4) { border-bottom: 1px solid var(--ot-line); }
  .on-teddy-benefit:nth-child(3) { border-right: 1px solid var(--ot-line); }
  .on-teddy-featured-products,
  .on-teddy-review-grid { padding-bottom: 70px; }
  .on-teddy-review-card .elementor-widget-text-editor { padding: 22px; }
  .on-teddy-custom-cta,
  .on-teddy-craft-cta { padding: 10px 12px 58px; }
  .on-teddy-cta-copy .elementor-widget-wrap { padding: 34px 24px !important; }
  .on-teddy-cta-image img { min-height: 300px; }
  .on-teddy-about-story { padding: 60px 12px 20px; }
  .on-teddy-about-story .elementor-column { width: 100% !important; }
  .on-teddy-about-story .elementor-column:first-child .elementor-widget-wrap { padding: 20px 8px 34px !important; }
  .on-teddy-about-values { padding: 20px 12px 70px; }
  .on-teddy-about-values .elementor-column { width: 100% !important; }
  .on-teddy-contact-heading { padding: 66px 12px 20px; }
  .on-teddy-contact-grid { padding: 10px 12px 70px; }
  .on-teddy-contact-grid .elementor-column { width: 100% !important; }
  .on-teddy-form-row { grid-template-columns: 1fr; }
  .on-teddy-footer-main { padding: 48px 10px 30px; }
  .on-teddy-footer-main .elementor-column { width: 50% !important; }
  .on-teddy-footer-main .elementor-column:first-child,
  .on-teddy-footer-main .elementor-column:last-child { width: 100% !important; }
  .on-teddy-footer-bottom .elementor-column { width: 100% !important; }
  .on-teddy-footer-bottom .elementor-widget-text-editor p { text-align: center !important; }
  .on-teddy-default-footer-grid { grid-template-columns: 1fr; gap: 26px; padding-block: 48px 35px; }
  .on-teddy-default-footer-bottom { flex-direction: column; justify-content: center; padding-block: 18px; text-align: center; }
  .on-teddy-post-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { gap: 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 14px 12px 3px; font-size: .74rem; }
  .woocommerce ul.products li.product .price { padding-inline: 12px; font-size: .78rem; }
  .woocommerce ul.products li.product .button { margin: auto 12px 12px; min-height: 38px; padding: 9px 8px; font-size: .68rem; }
  .on-teddy-shop-hero { padding: 56px 0 34px; }
  .woocommerce .woocommerce-result-count { float: none; margin-bottom: 12px; }
  .woocommerce .woocommerce-ordering { float: none; width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce div.product form.cart .button { min-width: calc(100% - 92px); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; overflow-x: auto; gap: 18px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin-right: 0 !important; }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td { padding: 14px; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; }
}
@media (prefers-reduced-motion: no-preference) {
  .on-teddy-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
  .on-teddy-reveal.is-visible { opacity: 1; transform: none; }
}
.on-teddy-inspiration-page-grid { padding: 10px 0 100px; }
.on-teddy-inspiration-page-card .elementor-widget-wrap { margin: 10px; padding: 18px !important; border: 1px solid var(--ot-line); border-radius: 22px; background: #fff; }
.on-teddy-inspiration-page-card img { width: 100%; aspect-ratio: 1.45/1; object-fit: cover; border-radius: 15px; }
.on-teddy-inspiration-page-card h3 { margin-top: 14px; margin-bottom: 8px; }
.on-teddy-inspiration-page-card p { color: var(--ot-muted); }
.on-teddy-customization-hero { padding-top: 72px; }
@media (max-width: 767px) {
  .on-teddy-inspiration-page-grid { padding: 0 12px 70px; }
  .on-teddy-inspiration-page-grid .elementor-column { width: 100% !important; }
  .on-teddy-customization-hero { padding-top: 45px; }
  .on-teddy-customization-steps .elementor-column { width: 100% !important; }
}

/* ==========================================================
   On Teddy Reference Demo v1.2 — exact homepage recreation
   ========================================================== */
:root {
  --ot-bg: #faf7f3;
  --ot-bg-soft: #fffdf9;
  --ot-card: #fffdfa;
  --ot-text: #3c3029;
  --ot-muted: #746960;
  --ot-line: #e5ddd5;
  --ot-accent: #d56a08;
  --ot-accent-dark: #b85500;
  --ot-shadow: 0 12px 34px rgba(54, 39, 29, .075);
}
body.on-teddy-theme { background: #faf8f4; font-size: 15px; }
.on-teddy-elementor-template.on-teddy-header-template { box-shadow: none; }
.on-teddy-announcement .elementor-container { min-height: 34px; }
.on-teddy-announcement .elementor-widget-text-editor { font-size: .66rem; color: #625950; }
.on-teddy-top-links { display: flex; justify-content: flex-end; align-items: center; gap: 31px; white-space: nowrap; }
.on-teddy-top-links a { color: #514a44; }
.on-teddy-currency { padding-left: 16px; border-left: 1px solid var(--ot-line); }
.on-teddy-main-header .elementor-container { min-height: 88px; }
.on-teddy-brand { gap: 11px; }
.on-teddy-brand-mark {
  width: 42px;
  height: 58px;
  border-width: 2.5px;
  border-radius: 19px;
  font-size: .62rem;
  box-shadow: inset 0 0 0 4px rgba(213, 106, 8, .09);
}
.on-teddy-brand-name { font-size: .91rem; letter-spacing: .17em; }
.on-teddy-menu { gap: 8px 37px; }
.on-teddy-menu > li > a { padding: 16px 0; font-size: .77rem; }
.on-teddy-menu > li:nth-child(2) > a::after,
.on-teddy-menu > li:nth-child(3) > a::after { content: "⌄"; display: inline-block; margin-left: 7px; font-size: .72em; }
.on-teddy-header-actions { gap: 5px; }
.on-teddy-action-link { width: 38px; height: 38px; }
.on-teddy-action-link svg { width: 19px; height: 19px; stroke-width: 1.55; }
.on-teddy-cart-count { top: -1px; right: -1px; min-width: 18px; height: 18px; font-size: .59rem; }

/* Hero */
.on-teddy-hero { border-bottom: 1px solid var(--ot-line); }
.on-teddy-hero .elementor-container { min-height: 650px; }
.on-teddy-hero .elementor-background-overlay {
  background: linear-gradient(90deg, rgba(250,247,243,.98) 0%, rgba(250,247,243,.90) 24%, rgba(250,247,243,.18) 50%, rgba(250,247,243,0) 72%) !important;
}
.on-teddy-hero-copy { padding-left: clamp(30px, 4vw, 78px); padding-top: 40px; }
.on-teddy-hero-copy .elementor-widget-heading h1 {
  max-width: 470px;
  margin: 0 0 25px;
  font-size: clamp(3rem, 4.8vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.025em;
  color: #4a3b33;
}
.on-teddy-hero-copy .elementor-widget-text-editor { max-width: 390px; margin-bottom: 15px; color: #63584f; font-size: .92rem; line-height: 1.45; }
.on-teddy-hero-copy .elementor-widget-button { margin-right: 8px; }
.on-teddy-hero-copy .elementor-button { min-height: 45px; padding: 11px 19px; font-size: .72rem; border-radius: 4px; }
.on-teddy-secondary-button .elementor-button { min-height: 45px; margin-left: 8px; color: #514941 !important; }
.on-teddy-secondary-button .elementor-button::after { content: "▢"; margin-left: 8px; font-size: .85em; }
.on-teddy-scroll-label { display: flex; align-items: center; gap: 14px; margin-top: 47px !important; color: #5d554f; font-size: .61rem; font-weight: 700; letter-spacing: .09em; }
.on-teddy-scroll-label span { display: block; width: 2px; height: 21px; background: #e5a66e; }

/* Floating style selector */
.on-teddy-style-grid { z-index: 10; width: min(1320px, calc(100% - 76px)); margin-inline: auto; }
.on-teddy-style-grid > .elementor-container {
  min-height: 177px;
  border: 1px solid rgba(83,62,48,.14);
  border-radius: 36px 36px 0 0;
  background: rgba(255,253,250,.97);
  box-shadow: 0 12px 26px rgba(62, 43, 29, .08);
}
.on-teddy-style-card { min-height: 177px; }
.on-teddy-style-card .elementor-widget-wrap { padding: 15px 22px !important; }
.on-teddy-style-card .elementor-image-box-wrapper { grid-template-columns: 102px 1fr; gap: 18px; align-items: center; }
.on-teddy-style-card .elementor-image-box-img { width: 102px !important; height: 137px; margin: 0 !important; border: 1px solid #ded5cc; border-radius: 62px 62px 3px 3px; overflow: hidden; background: #fbf9f6; }
.on-teddy-style-card .elementor-image-box-img img { width: 100%; height: 100%; padding: 12px 4px 0; object-fit: contain; mix-blend-mode: multiply; }
.on-teddy-style-card .elementor-image-box-title { margin: 0 0 8px; font-size: 1.18rem; line-height: .98; }
.on-teddy-style-card .elementor-image-box-description { margin: 0; color: #72685f; font-size: .66rem; line-height: 1.45; }
.on-teddy-style-card .elementor-image-box-content::after { content: "Explore   →"; display: block; margin-top: 12px; color: var(--ot-accent); font-size: .62rem; font-weight: 700; }

/* Section headings */
.on-teddy-section-heading { padding: 45px 0 13px; }
.on-teddy-section-heading .elementor-widget-heading h6 { margin: 0 0 6px; color: #5e554d; font-family: var(--ot-sans); font-size: .57rem; font-weight: 700; letter-spacing: .08em; }
.on-teddy-section-heading .elementor-widget-heading h2 { margin: 0; font-size: clamp(1.75rem, 2.7vw, 2.7rem); letter-spacing: -.02em; }
.on-teddy-view-all { margin: 0 3px 9px 0 !important; text-align: right; color: #5e554d; font-size: .62rem; }
.on-teddy-view-all a:hover { color: var(--ot-accent); }

/* Category strip */
.on-teddy-category-grid { padding: 0 0 45px; border-bottom: 1px solid var(--ot-line); }
.on-teddy-category-grid > .elementor-container { position: relative; }
.on-teddy-category-grid > .elementor-container::after { content: "›"; position: absolute; top: 43%; right: -17px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--ot-line); border-radius: 50%; background: #fffdfa; color: #6a6057; font-size: 1.3rem; }
.on-teddy-category-card .elementor-widget-wrap { padding: 5px 10px !important; }
.on-teddy-category-card .elementor-image-box-img { margin-bottom: 8px !important; }
.on-teddy-category-card .elementor-image-box-img::before { inset: 7% 8% 0; border-radius: 78px 78px 1px 1px; background: transparent; }
.on-teddy-category-card .elementor-image-box-img img { aspect-ratio: 1.55/1; padding: 15px 12px 1px; }
.on-teddy-category-card .elementor-image-box-title { margin: 3px 0 0; font-size: .67rem; }

/* Inspiration */
.on-teddy-inspiration-heading { padding-top: 20px; border-top: 0; }
.on-teddy-inspiration-grid { padding: 0 0 22px; }
.on-teddy-inspiration-card .elementor-widget-wrap { padding: 4px !important; }
.on-teddy-inspiration-card .elementor-image-box-wrapper { position: relative; overflow: hidden; border-radius: 16px; }
.on-teddy-inspiration-card .elementor-image-box-img { width: 100% !important; margin: 0 !important; border-radius: 16px; }
.on-teddy-inspiration-card .elementor-image-box-img img { aspect-ratio: 1.55/1; }
.on-teddy-inspiration-card .elementor-image-box-wrapper::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(18,13,10,.66)); pointer-events: none; }
.on-teddy-inspiration-card .elementor-image-box-content { position: absolute; z-index: 2; left: 17px; bottom: 14px; }
.on-teddy-inspiration-card .elementor-image-box-title { color: #fff; font-size: .69rem; line-height: 1.28; text-shadow: 0 2px 8px rgba(0,0,0,.3); }

/* Benefits */
.on-teddy-benefits { background: #fbfaf7; }
.on-teddy-benefit .elementor-widget-wrap { padding: 20px 14px !important; }
.on-teddy-benefit .elementor-icon-box-wrapper { display: flex; align-items: center; gap: 11px; }
.on-teddy-benefit .elementor-icon-box-icon { margin: 0 !important; }
.on-teddy-benefit .elementor-icon { font-size: 24px; }
.on-teddy-benefit .elementor-icon-box-content { text-align: left; }
.on-teddy-benefit .elementor-icon-box-title { margin: 0 0 4px; font-size: .69rem; line-height: 1.18; }
.on-teddy-benefit .elementor-icon-box-description { margin: 0; font-size: .57rem; line-height: 1.35; }

/* Products */
.on-teddy-featured-heading { padding-top: 23px; }
.on-teddy-featured-products { padding: 0 0 31px; border-bottom: 1px solid var(--ot-line); }
.on-teddy-featured-products .woocommerce ul.products { gap: 18px; }
.on-teddy-featured-products .woocommerce ul.products li.product { position: relative; border-radius: 9px; box-shadow: none; }
.on-teddy-featured-products .woocommerce ul.products li.product::after { content: "♡"; position: absolute; right: 13px; bottom: 44px; color: #80756c; font-size: 1.05rem; }
.on-teddy-featured-products .woocommerce ul.products li.product a img { aspect-ratio: 1.55/1; }
.on-teddy-featured-products .woocommerce-loop-product__title { padding: 11px 12px 0 !important; font-size: .63rem !important; }
.on-teddy-featured-products .price { padding: 0 12px 11px !important; font-size: .61rem !important; }
.on-teddy-featured-products .button { display: none !important; }
.on-teddy-featured-products .woocommerce ul.products li.product:hover { transform: none; box-shadow: none; }
.on-teddy-featured-products .woocommerce ul.products li.product:hover img { transform: none; }

/* Reviews */
.on-teddy-review-heading { padding-top: 29px; border-top: 0; }
.on-teddy-review-grid { position: relative; padding: 0 70px 39px; }
.on-teddy-review-grid::before,
.on-teddy-review-grid::after { position: absolute; top: 43%; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--ot-line); border-radius: 50%; background: #fffdfa; color: #6a6057; font-size: 1.2rem; }
.on-teddy-review-grid::before { content: "‹"; left: 13px; }
.on-teddy-review-grid::after { content: "›"; right: 13px; }
.on-teddy-review-card .elementor-widget-wrap { padding: 5px 8px !important; }
.on-teddy-review-card .elementor-widget-text-editor { min-height: 143px; padding: 18px 22px; border-radius: 14px; background: rgba(255,255,255,.53); }
.on-teddy-review-card blockquote { margin: 8px 0 12px; font-family: var(--ot-sans); font-size: .68rem; line-height: 1.5; }
.on-teddy-review-stars { font-size: .67rem; }
.on-teddy-review-author { display: flex; align-items: center; gap: 9px; }
.on-teddy-review-author > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border-radius: 50%; background: #d8c5ae; color: #5b3e2c; font-size: .52rem; font-weight: 800; }
.on-teddy-review-author p { margin: 0; font-size: .55rem; line-height: 1.35; }

/* Footer */
.on-teddy-elementor-template.on-teddy-footer-template { background: #f3eee8; }
.on-teddy-footer-main { padding: 17px 0 14px; }
.on-teddy-footer-main > .elementor-container { align-items: stretch; }
.on-teddy-footer-main .elementor-column { border-right: 1px solid rgba(107,88,73,.10); }
.on-teddy-footer-main .elementor-column:last-child { border-right: 0; }
.on-teddy-footer-main .elementor-widget-wrap { padding: 20px 20px !important; }
.on-teddy-footer-brand-col { position: relative; overflow: hidden; }
.on-teddy-footer-brand-col::before { content: ""; position: absolute; inset: 5px 12px -95px -30px; border: 1px solid rgba(213,106,8,.22); border-radius: 50% 50% 0 0; }
.on-teddy-footer-brand-col .elementor-widget-wrap { position: relative; z-index: 1; align-content: center; text-align: center; }
.on-teddy-footer-brand-col .on-teddy-brand { flex-direction: column; gap: 7px; }
.on-teddy-footer-brand-col .on-teddy-brand-mark { width: 39px; height: 54px; }
.on-teddy-footer-brand-col .on-teddy-brand-name { font-size: .73rem; }
.on-teddy-footer-main .elementor-widget-heading h4 { margin-bottom: 11px; font-size: .57rem; }
.on-teddy-footer-main .elementor-widget-text-editor,
.on-teddy-footer-main .elementor-widget-html { font-size: .58rem; line-height: 1.78; }
.on-teddy-footer-brand-copy { max-width: 150px; margin: 10px auto 7px !important; line-height: 1.45; }
.on-teddy-social-row { display: flex; justify-content: center; gap: 10px; margin: 0 !important; font-size: .75rem; }
.on-teddy-newsletter p { line-height: 1.45; }
.on-teddy-newsletter-form { display: grid; grid-template-columns: 1fr 38px; margin: 12px 0; }
.on-teddy-newsletter-form input { min-width: 0; height: 36px; padding: 0 10px; border: 1px solid var(--ot-line); border-right: 0; border-radius: 3px 0 0 3px; background: #fff; font-size: .58rem; }
.on-teddy-newsletter-form button { min-height: 36px; padding: 0; border-radius: 0 3px 3px 0; font-size: .85rem; }
.on-teddy-footer-quick { display: flex; gap: 16px; white-space: nowrap; }
.on-teddy-footer-bottom .elementor-container { min-height: 47px; }
.on-teddy-footer-bottom .elementor-widget-text-editor { font-size: .54rem; }

/* Remove sections not present in the supplied reference if older imported data lingers. */
.on-teddy-front-page .on-teddy-custom-cta,
.on-teddy-front-page .on-teddy-craft-cta { display: none !important; }

/* Responsive reference layout */
@media (max-width: 1100px) {
  .on-teddy-top-links { gap: 16px; }
  .on-teddy-main-header .elementor-container { min-height: 80px; }
  .on-teddy-style-grid { width: calc(100% - 36px); }
  .on-teddy-style-card .elementor-widget-wrap { padding-inline: 13px !important; }
  .on-teddy-style-card .elementor-image-box-wrapper { grid-template-columns: 78px 1fr; gap: 12px; }
  .on-teddy-style-card .elementor-image-box-img { width: 78px !important; height: 116px; }
  .on-teddy-footer-main .elementor-column { width: 33.333% !important; }
  .on-teddy-footer-brand-col { width: 33.333% !important; }
}
@media (max-width: 900px) {
  .on-teddy-hero .elementor-container { min-height: 590px; }
  .on-teddy-hero-copy { width: 62% !important; }
  .on-teddy-hero-space { width: 38% !important; }
  .on-teddy-style-grid { margin-top: -15px !important; }
  .on-teddy-style-grid > .elementor-container { border-radius: 26px 26px 0 0; }
  .on-teddy-style-grid .elementor-column { width: 50% !important; }
  .on-teddy-style-card { min-height: 150px; }
  .on-teddy-category-grid > .elementor-container::after { display: none; }
  .on-teddy-benefit .elementor-icon-box-wrapper { justify-content: center; }
  .on-teddy-review-grid { padding-inline: 40px; }
  .on-teddy-review-grid::before { left: 4px; }
  .on-teddy-review-grid::after { right: 4px; }
}
@media (max-width: 767px) {
  .on-teddy-main-header .elementor-container { min-height: 72px; }
  .on-teddy-wishlist-link { display: none; }
  .on-teddy-hero { background-position: 63% center !important; }
  .on-teddy-hero::before { background: linear-gradient(90deg, rgba(250,247,243,.98) 0%, rgba(250,247,243,.9) 50%, rgba(250,247,243,.12) 100%); }
  .on-teddy-hero .elementor-container { min-height: 570px; }
  .on-teddy-hero-copy { width: 84% !important; padding: 35px 0 25px 17px; }
  .on-teddy-hero-space { width: 16% !important; }
  .on-teddy-hero-copy .elementor-widget-heading h1 { max-width: 330px; font-size: clamp(2.65rem, 12vw, 4.15rem); }
  .on-teddy-scroll-label { margin-top: 28px !important; }
  .on-teddy-style-grid { width: calc(100% - 20px); margin-top: -20px !important; }
  .on-teddy-style-grid .elementor-column { width: 100% !important; }
  .on-teddy-style-grid > .elementor-container { border-radius: 22px 22px 0 0; }
  .on-teddy-style-card .elementor-widget-wrap { padding: 12px 18px !important; }
  .on-teddy-style-card .elementor-image-box-wrapper { grid-template-columns: 82px 1fr; }
  .on-teddy-style-card .elementor-image-box-img { width: 82px !important; height: 112px; }
  .on-teddy-section-heading .elementor-column:first-child { width: 70% !important; }
  .on-teddy-section-heading .elementor-column:last-child:not(:first-child) { width: 30% !important; }
  .on-teddy-section-heading .elementor-widget-heading h2 { font-size: 1.7rem; }
  .on-teddy-view-all { font-size: .54rem; }
  .on-teddy-category-grid .elementor-column { width: 50% !important; }
  .on-teddy-inspiration-grid .elementor-column { width: 50% !important; }
  .on-teddy-inspiration-card .elementor-image-box-title { font-size: .6rem; }
  .on-teddy-benefits .elementor-column { width: 50% !important; }
  .on-teddy-benefit .elementor-icon-box-wrapper { justify-content: flex-start; }
  .on-teddy-featured-products .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .on-teddy-review-grid { padding: 0 12px 35px; }
  .on-teddy-review-grid::before,
  .on-teddy-review-grid::after { display: none; }
  .on-teddy-footer-main .elementor-column,
  .on-teddy-footer-brand-col { width: 50% !important; }
  .on-teddy-footer-brand-col,
  .on-teddy-footer-main .elementor-column:last-child { width: 100% !important; }
  .on-teddy-footer-main .elementor-column:nth-child(2n) { border-right: 0; }
  .on-teddy-footer-quick { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .on-teddy-section-heading .elementor-column:first-child,
  .on-teddy-section-heading .elementor-column:last-child:not(:first-child) { width: 100% !important; }
  .on-teddy-view-all { margin-top: 4px !important; text-align: left; }
  .on-teddy-inspiration-grid .elementor-column { width: 100% !important; }
  .on-teddy-footer-main .elementor-column { width: 100% !important; border-right: 0; border-bottom: 1px solid rgba(107,88,73,.10); }
}
