/*
Theme Name: Theme Core POD Custom Lab
Theme URI: https://dapadzn.com/
Author: Dapadzn
Description: Product personalization platform POD customer template.
Version: 1.0.0
Text Domain: theme-core
*/

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pt-body { margin: 0; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.pt-product-card { min-width: 0; }
.pt-product-card__media { display: block; overflow: hidden; background: #eef2f7; aspect-ratio: 4 / 5; border: 1px solid rgba(8, 18, 32, .1); }
.pt-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.pt-product-card:hover .pt-product-card__media img { transform: scale(1.025); }
.pt-product-card__copy { display: grid; grid-template-columns: 1fr; gap: 5px; padding-top: 10px; font-size: 13px; line-height: 1.35; }
.pt-product-card__copy a { min-width: 0; display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; color: inherit; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pt-product-card__copy span { color: inherit; opacity: .68; white-space: normal; }
.pt-product-card--feature .pt-product-card__media { aspect-ratio: 1 / 1; }
.pt-product-card--wide .pt-product-card__media { aspect-ratio: 16 / 10; }
.pt-archive, .pt-page, .pt-product-detail { padding: 44px 28px 60px; background: #f4f7fb; }
.pt-archive__hero { display: grid; gap: 8px; margin-bottom: 24px; }
.pt-archive__hero p { margin: 0; color: #5b21b6; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.pt-archive__hero h1 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1; text-transform: uppercase; }
.pt-archive__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pt-product-detail { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr); gap: 28px; align-items: start; }
.pt-product-detail__media { width: 100%; max-width: 620px; justify-self: end; }
.pt-product-detail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #fff; border: 1px solid rgba(8, 18, 32, .12); }
.pt-product-detail__summary { background: #fff; border: 1px solid rgba(8, 18, 32, .12); padding: 24px; align-self: start; }
.pt-kicker { margin: 0 0 10px; color: #5b21b6; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.pt-product-detail h1 { margin: 0 0 14px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.08; }
.pt-product-detail__price { margin-bottom: 18px; font-weight: 900; color: #081220; }
.pt-product-detail__form form.cart { display: grid; gap: 12px; }
.pt-product-detail__form table.variations { width: 100%; border-collapse: collapse; }
.pt-product-detail__form table.variations tr { display: grid; gap: 7px; margin-bottom: 12px; }
.pt-product-detail__form table.variations th, .pt-product-detail__form table.variations td { display: block; padding: 0; text-align: left; }
.pt-product-detail__form table.variations label { color: #081220; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.pt-product-detail__form .quantity { display: grid; gap: 7px; }
.pt-product-detail__form select,
.pt-product-detail__form input[type="text"],
.pt-product-detail__form input[type="number"],
.pt-product-detail__form textarea { width: 100%; min-height: 44px; border: 1px solid rgba(8, 18, 32, .16); padding: 10px 12px; background: #fff; }
.pt-product-detail__form button.single_add_to_cart_button,
.pt-product-detail__form .button { min-height: 46px; border: 0; background: #ccff00; color: #081220; padding: 12px 18px; font-weight: 900; }
.pt-product-detail__description { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(8, 18, 32, .1); color: #526070; line-height: 1.65; }
.pt-product-detail__description h2, .pt-product-detail__description h3 { margin: 22px 0 8px; color: #081220; font-size: 18px; line-height: 1.2; }
.pt-product-detail__description p { margin: 0 0 12px; }
.pt-product-detail__description ul { margin: 0 0 14px; padding-left: 20px; }
.pt-page__content { max-width: 920px; margin: 0 auto; padding: 36px; background: #fff; border: 1px solid rgba(8, 18, 32, .12); color: #526070; line-height: 1.7; }
.pt-page__content h1 { margin: 0 0 18px; color: #081220; font-size: clamp(34px, 4vw, 58px); line-height: 1; text-transform: uppercase; }
.pt-page__content h2 { margin: 26px 0 10px; color: #081220; font-size: 22px; }

body.pt-body--lab { background: #f4f7fb; color: #081220; }
.cl-process-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #ccff00; color: #081220; border-bottom: 1px solid rgba(8, 18, 32, .16); }
.cl-process-bar span { padding: 9px 22px; border-right: 1px solid rgba(8, 18, 32, .16); font-size: 12px; font-weight: 900; text-transform: uppercase; text-align: center; }
.cl-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 16px 28px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8, 18, 32, .1); backdrop-filter: blur(16px); }
.cl-header__brand { font-size: 25px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.cl-header__nav { display: flex; justify-content: center; gap: 8px; overflow-x: auto; }
.cl-header__nav a, .cl-header__actions a { border: 1px solid rgba(8, 18, 32, .14); background: #fff; padding: 10px 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.cl-header__actions { display: flex; justify-content: flex-end; gap: 8px; }
.cl-header__actions a:first-child { background: #081220; color: #fff; border-color: #081220; }
.cl-header__bag { color: #5b21b6; }
.cl-platform-nav { position: sticky; top: 72px; z-index: 25; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); background: #fff; border-bottom: 1px solid rgba(8, 18, 32, .1); }
.cl-platform-nav a { padding: 13px 14px; border-right: 1px solid rgba(8, 18, 32, .08); font-size: 12px; font-weight: 900; text-align: center; text-transform: uppercase; }
.cl-home { background: #f4f7fb; }
.cl-configurator-hero { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 24px; min-height: 540px; height: auto; padding: 28px; }
.cl-configurator-hero__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: 34px clamp(34px, 3.6vw, 52px); background: #081220; color: #fff; overflow: hidden; }
.cl-configurator-hero__copy p, .cl-section-title p, .cl-integration-strip p, .cl-product-workflow__copy p { margin: 0; color: #ccff00; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-configurator-hero__copy h1 { margin: 0; max-width: 11ch; font-size: clamp(30px, 3.1vw, 40px); line-height: .98; text-transform: uppercase; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.cl-configurator-hero__copy > span { max-width: 620px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.58; }
.cl-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cl-actions a { background: #ccff00; color: #081220; padding: 14px 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-actions a:nth-child(2) { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.26); }
.cl-hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 4px; border: 1px solid rgba(255,255,255,.16); }
.cl-hero-stats article { display: grid; gap: 4px; padding: 12px; border-right: 1px solid rgba(255,255,255,.16); }
.cl-hero-stats article:last-child { border-right: 0; }
.cl-hero-stats strong { color: #ccff00; font-size: 22px; line-height: 1; }
.cl-hero-stats span { color: rgba(255,255,255,.68); font-size: 12px; }
.cl-configurator-panel { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 14px; padding: 16px; background: #fff; border: 1px solid rgba(8, 18, 32, .12); box-shadow: 0 24px 60px rgba(8, 18, 32, .1); }
.cl-configurator-panel__toolbar { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 10px 12px; background: #f4f7fb; border: 1px solid rgba(8, 18, 32, .08); }
.cl-configurator-panel__toolbar span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-configurator-panel__toolbar button { border: 0; background: #5b21b6; color: #fff; padding: 10px 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-configurator-panel__stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 12px; min-height: 0; }
.cl-configurator-panel__stage .pt-product-card { display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; background: #f4f7fb; padding: 8px; border: 1px solid rgba(8, 18, 32, .08); }
.cl-configurator-panel__stage .pt-product-card:nth-child(n+5) { display: none; }
.cl-configurator-panel__stage .pt-product-card:first-child { grid-row: auto; }
.cl-configurator-panel__stage .pt-product-card__media { height: auto; aspect-ratio: 4 / 3; }
.cl-configurator-panel__stage .pt-product-card__copy a { -webkit-line-clamp: 1; }
.cl-configurator-panel__fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.cl-configurator-panel__fields label { display: grid; gap: 6px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-configurator-panel__fields input, .cl-configurator-panel__fields select { min-width: 0; border: 1px solid rgba(8, 18, 32, .16); padding: 10px; background: #fff; }
.cl-integration-strip { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1fr); gap: 24px; align-items: center; padding: 42px 28px; background: #fff; border-top: 1px solid rgba(8, 18, 32, .1); border-bottom: 1px solid rgba(8, 18, 32, .1); }
.cl-integration-strip h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 58px); line-height: 1; }
.cl-integration-strip__logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.cl-integration-strip__logos span { display: grid; min-height: 86px; place-items: center; border: 1px solid rgba(8, 18, 32, .12); background: #f4f7fb; font-size: 13px; font-weight: 900; text-align: center; }
.cl-preview-studio, .cl-use-case-grid, .cl-products { padding: 56px 28px; }
.cl-section-title { display: grid; grid-template-columns: minmax(160px, .34fr) minmax(0, 1fr); gap: 24px; align-items: end; margin-bottom: 24px; }
.cl-section-title h2, .cl-product-workflow__copy h2 { margin: 0; font-size: clamp(30px, 3.8vw, 54px); line-height: 1; text-transform: uppercase; }
.cl-preview-studio__layout { display: grid; grid-template-columns: minmax(280px, .52fr) minmax(0, 1fr); gap: 18px; }
.cl-preview-studio__tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cl-preview-studio__tools article { display: grid; gap: 10px; align-content: start; padding: 18px; background: #fff; border: 1px solid rgba(8, 18, 32, .1); min-height: 150px; }
.cl-preview-studio__tools strong { font-size: 22px; }
.cl-preview-studio__tools span { color: #526070; line-height: 1.5; }
.cl-preview-studio__products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.cl-preview-studio__products .pt-product-card:first-child { grid-column: span 2; }
.cl-product-workflow { display: grid; grid-template-columns: minmax(300px, .52fr) minmax(0, 1fr); gap: 22px; padding: 58px 28px; background: #081220; color: #fff; }
.cl-product-workflow__copy { display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.cl-product-workflow__copy span { color: rgba(255,255,255,.72); line-height: 1.6; }
.cl-product-workflow__copy a { width: fit-content; background: #ccff00; color: #081220; padding: 13px 16px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-product-workflow__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cl-product-workflow__steps article { position: relative; overflow: hidden; min-height: 360px; display: flex; flex-direction: column; gap: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.cl-product-workflow__steps small { color: #ccff00; font-size: 12px; font-weight: 900; }
.cl-product-workflow__steps strong { font-size: 24px; line-height: 1; }
.cl-product-workflow__steps span { color: rgba(255,255,255,.72); line-height: 1.45; }
.cl-product-workflow__steps img { margin-top: auto; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #fff; }
.cl-use-case-grid { background: #fff; }
.cl-use-case-grid__items { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.cl-use-case-grid__items a { display: grid; gap: 12px; padding: 10px; border: 1px solid rgba(8, 18, 32, .1); background: #f4f7fb; min-width: 0; }
.cl-use-case-grid__items img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #eef2f7; }
.cl-use-case-grid__items strong { font-size: 18px; }
.cl-use-case-grid__items span { color: #5b21b6; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cl-proof-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; background: #ccff00; color: #081220; }
.cl-proof-band article { display: grid; gap: 8px; padding: 32px 28px; border-right: 1px solid rgba(8, 18, 32, .18); }
.cl-proof-band strong { font-size: clamp(38px, 5vw, 78px); line-height: .9; }
.cl-proof-band span { max-width: 320px; font-weight: 800; line-height: 1.35; }
.cl-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cl-service-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(8, 18, 32, .1); background: #fff; }
.cl-service-strip article { padding: 28px; border-right: 1px solid rgba(8, 18, 32, .1); }
.cl-service-strip h3 { margin: 0 0 8px; font-size: 18px; }
.cl-service-strip p { margin: 0; color: #526070; line-height: 1.55; }
.cl-footer { background: #081220; color: #fff; padding: 38px 28px 24px; }
.cl-footer__brand { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 28px; margin-bottom: 32px; }
.cl-footer__brand strong { font-size: 30px; text-transform: uppercase; }
.cl-footer__brand p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; }
.cl-footer__columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.cl-footer__columns div { display: grid; gap: 8px; align-content: start; }
.cl-footer__columns h3 { margin: 0 0 4px; font-size: 12px; color: #ccff00; text-transform: uppercase; }
.cl-footer__columns a, .cl-footer__columns span { color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.cl-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.6); font-size: 12px; }

@media (max-width: 1060px) {
  .cl-header { grid-template-columns: auto minmax(0, 1fr); gap: 12px; padding: 14px 20px; }
  .cl-header__actions { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .cl-header__nav { justify-content: flex-start; overflow-x: auto; }
  .cl-platform-nav { top: 123px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cl-configurator-hero { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
  .cl-configurator-hero__copy { min-height: 230px; padding: 28px; }
  .cl-configurator-hero__copy h1 { font-size: clamp(34px, 4.4vw, 48px); }
  .cl-configurator-panel__stage { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .cl-configurator-panel__stage .pt-product-card:first-child { grid-row: auto; }
  .cl-configurator-panel__stage .pt-product-card__media { height: auto; aspect-ratio: 4 / 5; }
  .cl-integration-strip, .cl-preview-studio__layout, .cl-product-workflow, .cl-section-title { grid-template-columns: 1fr; }
  .cl-preview-studio__products, .cl-use-case-grid__items, .cl-product-grid, .pt-archive__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cl-product-workflow__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .cl-header, .cl-configurator-hero, .cl-integration-strip, .cl-preview-studio__layout, .cl-product-workflow, .cl-section-title, .cl-footer__brand { grid-template-columns: 1fr; }
  .cl-platform-nav, .cl-integration-strip__logos, .cl-use-case-grid__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cl-platform-nav { top: 141px; }
  .cl-header__nav, .cl-header__actions { justify-content: flex-start; overflow-x: auto; }
}

@media (max-width: 760px) {
  .cl-process-bar, .cl-hero-stats, .cl-configurator-panel__fields, .cl-preview-studio__tools, .cl-preview-studio__products, .cl-product-workflow__steps, .cl-product-grid, .cl-service-strip, .cl-footer__columns, .pt-archive__grid, .pt-product-detail { grid-template-columns: 1fr; }
  .cl-platform-nav, .cl-integration-strip__logos, .cl-use-case-grid__items, .cl-proof-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cl-platform-nav { position: static; }
  .cl-process-bar span { text-align: left; }
  .cl-header, .cl-platform-nav, .cl-configurator-hero, .cl-integration-strip, .cl-preview-studio, .cl-product-workflow, .cl-use-case-grid, .cl-products, .cl-footer { padding-left: 16px; padding-right: 16px; }
  .cl-configurator-hero { min-height: 0; }
  .cl-configurator-hero__copy { padding: 26px; }
  .cl-header__nav, .cl-header__actions { display: flex; flex-wrap: wrap; overflow: visible; scrollbar-width: none; }
  .cl-header__nav a, .cl-header__actions a { flex: 1 1 120px; justify-content: center; min-width: 0; padding: 9px 10px; font-size: 11px; }
  .cl-platform-nav a { padding: 11px 8px; font-size: 11px; }
  .cl-configurator-panel__stage { grid-template-columns: 1fr; min-height: 0; }
  .pt-product-detail { padding: 18px 16px 44px; gap: 16px; }
  .pt-product-detail__media { max-width: min(100%, 460px); justify-self: center; }
  .pt-product-detail__media img { max-height: min(460px, 54vh); object-fit: contain; background: #fff; }
  .pt-product-detail__summary { padding: 18px; }
  .cl-configurator-panel__stage .pt-product-card:first-child, .cl-preview-studio__products .pt-product-card:first-child { grid-row: auto; grid-column: auto; }
  .cl-footer__bottom { display: grid; }
}
