.elementor-358 .elementor-element.elementor-element-c7abccc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-1d20bc4 *//* Static demo landing pages — shared shell */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: #f5f3ef;
  color: #1b1d20;
  line-height: 1.55;
}

.page-header {
  background: #fff;
  border-bottom: 1px solid #dcd6ce;
  padding: 16px 20px 20px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 12px;
  font-size: 13px;
}

.page-nav a {
  color: #2d3bd3;
  font-weight: 600;
  text-decoration: none;
}

.page-nav a:hover {
  text-decoration: underline;
}

.page-header h1 {
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  letter-spacing: -0.02em;
}

.page-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}

.page-lead {
  font-size: 1rem;
  color: #555b63;
  margin: 0 0 18px;
}

.page-panel {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(20, 21, 26, 0.06);
}

.page-panel h2 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-actions a,
.page-actions button {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #e01e37;
  background: #e01e37;
  color: #fff;
  cursor: pointer;
}

.page-actions a.secondary,
.page-actions button.secondary {
  background: #fff;
  color: #1b1d20;
  border-color: #dcd6ce;
}

.page-actions a.secondary:hover,
.page-actions button.secondary:hover {
  border-color: #e01e37;
  color: #e01e37;
}

.page-actions a:not(.secondary):hover,
.page-actions button:not(.secondary):hover {
  filter: brightness(1.05);
}

.page-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: none;
}

.page-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #4f5568;
}

.page-list li {
  margin: 6px 0;
}

/* ---------- Theme Builder wireframe shell (Header / Footer / layouts) ---------- */

.wf-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wf-header {
  background: #fff;
  border-bottom: 1px solid #dcd6ce;
  position: sticky;
  top: 0;
  z-index: 20;
}

.wf-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
}

.wf-logo {
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: #1b1d20;
  text-decoration: none;
}

.wf-logo:hover {
  color: #e01e37;
}

.wf-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  font-weight: 600;
}

.wf-nav a {
  color: #2d3bd3;
  text-decoration: none;
}

.wf-nav a:hover {
  text-decoration: underline;
}

.wf-main {
  flex: 1;
  width: 100%;
  padding: 24px 20px 56px;
}

.wf-main--narrow {
  max-width: 720px;
  margin: 0 auto;
}

.wf-main--wide {
  max-width: 1120px;
  margin: 0 auto;
}

.wf-page-heading {
  margin-bottom: 22px;
}

.wf-page-heading h1 {
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  letter-spacing: -0.02em;
}

.wf-footer {
  background: #2a2520;
  color: #f0ebe4;
  margin-top: auto;
}

.wf-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px 44px;
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) repeat(3, minmax(120px, 1fr));
  gap: 28px 24px;
}

@media (max-width: 820px) {
  .wf-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .wf-footer-inner {
    grid-template-columns: 1fr;
  }
}

.wf-footer-brand strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.wf-footer-brand span {
  font-size: 12px;
  opacity: 0.82;
  line-height: 1.45;
}

.wf-footer-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.72;
  margin-bottom: 12px;
}

.wf-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wf-footer-col li {
  margin: 8px 0;
}

.wf-footer-col a {
  color: #f0ebe4;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.92;
}

.wf-footer-col a:hover {
  text-decoration: underline;
}

/* Single Product (PDP) */
.layout-pdp {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 28px 36px;
  align-items: start;
  margin-bottom: 40px;
}

@media (max-width: 780px) {
  .layout-pdp {
    grid-template-columns: 1fr;
  }
}

.layout-pdp__media {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(20, 21, 26, 0.07);
}

.layout-pdp__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.layout-pdp__buy {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  padding: 22px 22px 24px;
  box-shadow: 0 6px 22px rgba(20, 21, 26, 0.06);
}

.layout-pdp__title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  letter-spacing: -0.02em;
}

.layout-pdp__price {
  margin: 0 0 16px;
}

.layout-pdp__price-now {
  font-size: 1.35rem;
  font-weight: 800;
  color: #e01e37;
}

.layout-pdp__desc {
  color: #555b63;
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.layout-pdp__desc p {
  margin: 0 0 10px;
}

.layout-suggested {
  margin-top: 8px;
}

.layout-suggested__title {
  margin: 0 0 16px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

/* Products archive */
.layout-archive {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px 32px;
  align-items: start;
}

@media (max-width: 880px) {
  .layout-archive {
    grid-template-columns: 1fr;
  }
}

.layout-archive__sidebar {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  padding: 18px 16px;
}

.layout-archive__sidebar-title {
  margin: 0 0 14px;
  font-size: 0.95rem;
}

.layout-archive__filter-head {
  margin: 14px 0 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6e7582;
}

.layout-archive__filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.layout-archive__filters li {
  margin: 6px 0;
}

.layout-archive__filters a {
  color: #2d3bd3;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.layout-archive__filters a:hover {
  text-decoration: underline;
}

.layout-archive__main {
  min-width: 0;
}

.layout-archive__heading {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.layout-archive__lead {
  margin: 0 0 18px;
  color: #555b63;
  font-size: 0.92rem;
}

.loop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 18px;
}

.loop-card {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(20, 21, 26, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.loop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(20, 21, 26, 0.09);
}

.loop-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.loop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loop-card__body {
  padding: 12px 14px 14px;
}

.loop-card__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.loop-card__title a {
  color: inherit;
  text-decoration: none;
}

.loop-card__title a:hover {
  color: #e01e37;
}

.loop-card__price {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #e01e37;
}

.loop-card__btn {
  margin-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #dcd6ce;
  border-radius: 999px;
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
  color: #2b3340;
  background: #fff;
  cursor: pointer;
}

.loop-card__btn:hover {
  border-color: #e01e37;
  color: #e01e37;
}

.loop-card__btn:disabled,
.newin-card__btn:disabled {
  opacity: 0.6;
  cursor: progress;
}

/* Single Post */
.layout-post__header {
  margin-bottom: 18px;
}

.layout-post__title {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 4vw, 2rem);
  letter-spacing: -0.03em;
}

.layout-post__meta {
  margin: 0;
  font-size: 13px;
  color: #6e7582;
}

.layout-post__figure {
  margin: 0 0 22px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dcd6ce;
}

.layout-post__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.layout-post__body {
  font-size: 1rem;
  color: #3a404a;
}

.layout-post__body p {
  margin: 0 0 14px;
}

/* Single Page (hero + content + CTA) */
.layout-page__hero {
  margin: -8px -8px 22px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dcd6ce;
}

.layout-page__hero--short img {
  max-height: 220px;
}

.layout-page__hero img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.layout-page__content {
  margin-bottom: 28px;
}

.layout-page__cta {
  background: linear-gradient(135deg, #3d342c 0%, #2a2520 100%);
  color: #fff;
  border-radius: 14px;
  padding: 22px 22px;
}

.layout-page__cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.layout-page__cta-text {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.92;
}

.layout-page__cta .page-actions {
  margin-top: 0;
}

.layout-page__cta .page-actions a.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.layout-page__cta .page-actions a.secondary:hover {
  border-color: #fff;
  color: #fff;
}

.layout-page__cta .page-actions a:not(.secondary) {
  background: #fff;
  color: #1b1d20;
  border-color: #fff;
}

/* Search results */
.layout-search-form {
  margin-bottom: 22px;
}

.layout-search-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #555b63;
}

.layout-search-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.layout-search-row input[type="search"] {
  flex: 1;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #dcd6ce;
  font: inherit;
}

.layout-search-row button {
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  background: #e01e37;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.layout-search-meta {
  font-size: 14px;
  color: #555b63;
  margin-bottom: 16px;
}

.layout-search-results {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.layout-search-hit {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 12px;
}

.layout-search-hit img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.layout-search-hit h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.layout-search-hit h3 a {
  color: #1b1d20;
  text-decoration: none;
}

.layout-search-hit h3 a:hover {
  color: #e01e37;
}

.layout-search-hit p {
  margin: 0;
  font-size: 13px;
  color: #6e7582;
}

/* 404 */
.layout-404 {
  text-align: center;
  padding: 48px 16px 64px;
}

.layout-404__code {
  margin: 0;
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #dcd6ce;
}

.layout-404__msg {
  margin: 16px 0 28px;
  font-size: 1.1rem;
  color: #555b63;
}

/* Archive tiles (posts) */
.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.archive-tile {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 12px;
  overflow: hidden;
}

.archive-tile__media {
  display: block;
  aspect-ratio: 16 / 10;
}

.archive-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-tile h3 {
  margin: 12px 14px 6px;
  font-size: 15px;
}

.archive-tile h3 a {
  color: inherit;
  text-decoration: none;
}

.archive-tile h3 a:hover {
  color: #e01e37;
}

.archive-tile p {
  margin: 0 14px 14px;
  font-size: 13px;
  color: #6e7582;
}

/* New In category template (P0 static blueprint) */
.newin-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  padding: 18px 18px 16px;
  margin-bottom: 16px;
}

.newin-hero h1 {
  margin: 0;
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  letter-spacing: -0.02em;
}

.newin-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f6670;
  font-weight: 800;
}

.newin-hero__lead {
  margin: 8px 0 0;
  color: #59616d;
  font-size: 14px;
  max-width: 640px;
}

.newin-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 18px;
}

.newin-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.newin-chips a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #dcd6ce;
  text-decoration: none;
  color: #2b3340;
  font-size: 12px;
  font-weight: 700;
}

.newin-chips a:hover {
  border-color: #e01e37;
  color: #e01e37;
}

.newin-toolbar__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5e6570;
  font-size: 12px;
}

.newin-toolbar__meta label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.newin-toolbar__meta select {
  font: inherit;
  border: 1px solid #dcd6ce;
  border-radius: 8px;
  padding: 6px 8px;
  background: #fff;
}

.newin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 1020px) {
  .newin-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .newin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .newin-grid {
    grid-template-columns: 1fr;
  }
}

.newin-card {
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(20, 21, 26, 0.05);
}

.newin-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.newin-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newin-card__body {
  padding: 12px 14px 14px;
}

.newin-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}

.newin-card h3 a {
  color: #1b1d20;
  text-decoration: none;
}

.newin-card h3 a:hover {
  color: #e01e37;
}

.newin-card__price {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
}

.newin-card__price del {
  color: #8f97a2;
  margin-right: 6px;
  font-weight: 600;
}

.newin-card__price ins {
  color: #e01e37;
  text-decoration: none;
}

.newin-card__btn {
  display: block;
  text-align: center;
  border: 1px solid #dcd6ce;
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 800;
  color: #2b3340;
}

.newin-card__btn:hover {
  border-color: #e01e37;
  color: #e01e37;
}

.newin-pagination {
  margin-top: 18px;
}

.newin-promo {
  margin-top: 24px;
  background: linear-gradient(120deg, #2b2f42 0%, #202433 100%);
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px 20px;
}

.newin-promo__tag {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9c5ff;
  font-weight: 800;
}

.newin-promo h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.newin-promo p {
  margin: 0;
  font-size: 14px;
  color: #d9dded;
  max-width: 640px;
}

.newin-promo .page-actions {
  margin-top: 0;
}

.newin-promo .page-actions a.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.newin-promo .page-actions a.secondary:hover {
  border-color: #fff;
}

.newin-faq {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #dcd6ce;
  border-radius: 14px;
  padding: 18px 18px 6px;
}

.newin-faq h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.newin-faq details {
  border-top: 1px solid #ece7df;
  padding: 12px 0;
}

.newin-faq details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.newin-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #2a3240;
}

.newin-faq p {
  margin: 8px 0 0;
  color: #5d6570;
  font-size: 14px;
}

.page-header {
  display: none;
}/* End custom CSS */