﻿.theme-detail-page {
  background: var(--paper2);
}

.theme-product-hero {
  padding: 70px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(104, 71, 255, .08), transparent 30%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.theme-product-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.theme-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
}

.theme-product-breadcrumb a {
  color: var(--muted);
}

.theme-product-breadcrumb i {
  font-size: 12px;
}

.theme-product-category {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.theme-product-category span {
  padding: 7px 10px;
  border-radius: 20px;
  background: rgba(104, 71, 255, .08);
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-product-info h1 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.theme-product-description {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.theme-product-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
}

.theme-product-price del {
  color: var(--muted);
  font-size: 20px;
}

.theme-product-price strong {
  font-size: 31px;
  letter-spacing: -1px;
}

.theme-product-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.theme-product-actions form {
  margin: 0;
}

.theme-buy-btn,
.theme-demo-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  font: 700 10px Poppins;
  cursor: pointer;
}

.theme-buy-btn {
  background: #151515;
  color: #fff;
}

.theme-demo-btn {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--text);
}

.theme-product-benefits {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.theme-product-benefits > div {
  display: flex;
  gap: 9px;
  align-items: center;
}

.theme-product-benefits i {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--paper2);
  color: var(--purple);
}

.theme-product-benefits span {
  display: grid;
  color: var(--muted);
  font-size: 13px;
}

.theme-product-benefits strong {
  color: var(--text);
  font-size: 12px;
}

.theme-preview-browser {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 35px 80px rgba(15, 20, 30, .13);
}

.theme-preview-browser-top {
  height: 53px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}

.theme-preview-browser-top > div {
  display: flex;
  gap: 6px;
}

.theme-preview-browser-top > div i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5f57;
}

.theme-preview-browser-top > div i:nth-child(2) {
  background: #ffbd2e;
}

.theme-preview-browser-top > div i:nth-child(3) {
  background: #28c840;
}

.theme-preview-browser-top span {
  justify-self: center;
  color: var(--muted);
  font-size: 13px;
}

.theme-preview-browser-top button {
  justify-self: end;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  cursor: pointer;
}

.theme-preview-image {
  height: 520px;
  overflow: hidden;
}

.theme-preview-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.theme-preview-empty {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  color: var(--muted);
}

.theme-preview-empty i {
  font-size: 32px;
}

.theme-product-body {
  padding: 65px 0 90px;
}

.theme-product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 35px;
  align-items: start;
}

.theme-detail-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
}

.theme-detail-tabs button {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--muted);
  font: 700 9px Poppins;
  cursor: pointer;
}

.theme-detail-tabs button.active {
  background: #151515;
  color: #fff;
}

.theme-detail-tabs span {
  margin-left: 5px;
  opacity: .65;
}

.theme-tab-panel {
  display: none;
}

.theme-tab-panel.active {
  display: block;
}

.theme-content-main {
  min-width: 0;
}

.theme-content-title {
  margin-bottom: 24px;
}

.theme-content-title small {
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.theme-content-title h2 {
  margin: 5px 0 0;
  font-size: 32px;
  letter-spacing: -1px;
}

.theme-rich-content {
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}

.theme-rich-content h2 {
  margin: 35px 0 12px;
  font-size: 27px;
}

.theme-rich-content h3 {
  margin: 28px 0 10px;
  font-size: 21px;
}

.theme-rich-content p {
  color: var(--muted);
}

.theme-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.theme-feature-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
  font-size: 12px;
  font-weight: 600;
}

.theme-feature-item i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #e9f8ef;
  color: #198052;
}

.theme-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.theme-gallery-item {
  position: relative;
  height: 330px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--paper);
  cursor: zoom-in;
}

.theme-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-gallery-item span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10, 12, 18, 0);
  color: transparent;
  font-size: 24px;
  transition: .2s;
}

.theme-gallery-item:hover span {
  background: rgba(10, 12, 18, .45);
  color: #fff;
}

.theme-product-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}

.theme-sidebar-card {
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
}

.theme-sidebar-title {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 800;
}

.theme-sidebar-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.theme-sidebar-row:last-child {
  border-bottom: 0;
}

.theme-sidebar-row span {
  color: var(--muted);
  font-size: 12px;
}

.theme-sidebar-row strong {
  font-size: 12px;
}

.theme-sidebar-security {
  display: flex;
  gap: 13px;
}

.theme-security-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e9f8ef;
  color: #198052;
}

.theme-sidebar-security strong {
  font-size: 13px;
}

.theme-sidebar-security p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.theme-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 40px;
  background: rgba(10, 12, 18, .92);
}

.theme-gallery-modal.active {
  display: grid;
}

.theme-gallery-modal img {
  max-width: 94vw;
  max-height: 90vh;
  border-radius: 15px;
}

.theme-gallery-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .theme-product-grid {
    grid-template-columns: 1fr;
  }

  .theme-product-preview {
    order: -1;
  }

  .theme-preview-image {
    height: 480px;
  }

  .theme-product-content-grid {
    grid-template-columns: 1fr;
  }

  .theme-product-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .theme-product-hero {
    padding: 30px 0 45px;
  }

  .theme-product-grid {
    gap: 30px;
  }

  .theme-product-info h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .theme-preview-image {
    height: 320px;
  }

  .theme-product-actions {
    display: grid;
  }

  .theme-product-actions form,
  .theme-buy-btn,
  .theme-demo-btn {
    width: 100%;
  }

  .theme-product-benefits {
    display: grid;
    gap: 12px;
  }

  .theme-detail-tabs {
    overflow-x: auto;
  }

  .theme-detail-tabs button {
    flex: 0 0 auto;
  }

  .theme-feature-grid,
  .theme-detail-gallery {
    grid-template-columns: 1fr;
  }

  .theme-gallery-item {
    height: 260px;
  }
}
/* CLEAN DETAIL FINISH */
.theme-product-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.theme-product-benefits>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.theme-product-benefits strong{display:block;font-size:14px;font-weight:600}.theme-product-benefits span{font-size:12px;font-weight:400;line-height:1.55;color:var(--muted)}.theme-detail-tabs{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fff}.theme-detail-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:0 17px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;cursor:pointer;user-select:none}.theme-detail-tabs button:hover{background:var(--paper2);color:var(--text)}.theme-detail-tabs button.active{background:#17181c;color:#fff}.theme-detail-tabs button span{font-size:10px}.theme-tab-panel{display:none}.theme-tab-panel.active{display:block}.theme-detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.theme-gallery-item{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:15px;background:var(--paper2);cursor:zoom-in}.theme-gallery-item img{position:absolute;inset:0;width:100%;height:100%;max-width:none;margin:0;object-fit:cover;object-position:top center}.theme-gallery-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:30px;background:rgba(10,11,15,.88);backdrop-filter:blur(10px)}.theme-gallery-modal.active{display:flex}.theme-gallery-modal img{max-width:94vw;max-height:90vh;width:auto;height:auto;margin:0;border-radius:16px;object-fit:contain}.theme-rich-content{font-weight:400}.theme-rich-content p,.theme-rich-content li{font-weight:400}.theme-sidebar-security p{font-weight:400}@media(max-width:900px){.theme-product-benefits{grid-template-columns:1fr}.theme-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.theme-detail-gallery{grid-template-columns:1fr}}

/* THEME DETAIL BROKEN AREA FINAL */
.theme-detail-tabs{display:flex!important;align-items:center!important;gap:8px!important;padding:8px!important;border:1px solid #e1e4e9!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(20,24,34,.055)!important}.theme-detail-tabs button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:0 18px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#737985!important;font:600 13px/1 Poppins,sans-serif!important;cursor:pointer!important;user-select:none!important;outline:0!important;transition:.18s ease!important}.theme-detail-tabs button i{font-size:14px!important}.theme-detail-tabs button:hover{background:#f3f4f6!important;color:#17181c!important}.theme-detail-tabs button.active{background:#17181c!important;color:#fff!important;box-shadow:0 9px 22px rgba(17,18,22,.15)!important}.theme-detail-tabs button b{min-width:22px!important;height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 6px!important;border-radius:999px!important;background:#f0edff!important;color:#7052ff!important;font-size:10px!important}.theme-detail-tabs button.active b{background:rgba(255,255,255,.14)!important;color:#fff!important}.theme-tab-panel{display:none!important}.theme-tab-panel.active{display:block!important}.theme-product-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:28px!important;padding-top:24px!important;border-top:1px solid #e5e7eb!important}.theme-product-benefits>div{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;align-items:start!important;min-width:0!important;min-height:132px!important;padding:17px!important;border:1px solid #e2e5ea!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 28px rgba(20,24,34,.045)!important}.theme-product-benefits>div>i{width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:13px!important;background:linear-gradient(135deg,#eee8ff,#fff1f8)!important;color:#7052ff!important;font-size:16px!important}.theme-product-benefits>div>span{display:block!important;min-width:0!important}.theme-product-benefits strong{display:block!important;margin:2px 0 6px!important;color:#17181c!important;font-size:14px!important;line-height:1.35!important;font-weight:600!important}.theme-product-benefits small{display:block!important;color:#777e89!important;font-size:12px!important;line-height:1.6!important;font-weight:400!important}.theme-detail-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.theme-gallery-item{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/10!important;overflow:hidden!important;margin:0!important;padding:0!important;border:1px solid #e1e4e9!important;border-radius:16px!important;background:#eef0f3!important;cursor:zoom-in!important}.theme-gallery-item img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover!important;object-position:top center!important}.theme-gallery-modal{position:fixed!important;inset:0!important;z-index:9999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:32px!important;background:rgba(10,11,15,.88)!important;backdrop-filter:blur(10px)!important}.theme-gallery-modal.active{display:flex!important}.theme-gallery-modal img{max-width:94vw!important;max-height:90vh!important;width:auto!important;height:auto!important;object-fit:contain!important;border-radius:18px!important}.theme-rich-content,.theme-rich-content p,.theme-rich-content li{font-weight:400!important}.theme-sidebar-security p{font-weight:400!important}@media(max-width:900px){.theme-product-benefits{grid-template-columns:1fr!important}.theme-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){.theme-detail-tabs{overflow-x:auto!important}.theme-detail-tabs button{white-space:nowrap!important}.theme-detail-gallery{grid-template-columns:1fr!important}}

/* THEME DESCRIPTION UI V1 */
.theme-description-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.theme-description-head>div{min-width:0}.theme-description-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;color:#6246ea;font-size:11px;font-weight:700;letter-spacing:.04em}.theme-description-head h2{position:relative;margin:0;color:#17181c;font-size:32px;line-height:1.18;font-weight:700;letter-spacing:-.035em}.theme-description-head h2:after{content:'';display:block;width:64px;height:4px;margin-top:13px;border-radius:999px;background:linear-gradient(90deg,#7357ff,#e653d6)}.theme-description-head>div>p{max-width:760px;margin:17px 0 0;color:#737985;font-size:14px;line-height:1.8;font-weight:400}.theme-description-status{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:9px 13px;border:1px solid #ccebd8;border-radius:999px;background:#effbf4;color:#159455;font-size:11px;font-weight:600;white-space:nowrap}.theme-description-intro{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:20px;padding:20px 22px;border:1px solid #ddd6ff;border-radius:18px;background:linear-gradient(135deg,#f5f1ff 0%,#fff7fc 100%)}.theme-description-intro-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#fff;color:#684cff;font-size:20px;box-shadow:0 8px 22px rgba(104,76,255,.12)}.theme-description-intro strong{display:block;margin-bottom:4px;color:#25262c;font-size:15px;font-weight:600}.theme-description-intro p{margin:0;color:#696f7a;font-size:13px;line-height:1.7;font-weight:400}.theme-rich-content-ui{position:relative;margin:0;padding:25px 26px 25px 30px;border:1px solid #e1e4e9;border-radius:19px;background:#fff;color:#4f5560;font-size:14px;line-height:1.9;box-shadow:0 12px 35px rgba(20,24,34,.04);overflow:hidden}.theme-rich-content-ui:before{content:'';position:absolute;left:0;top:24px;bottom:24px;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#7357ff,#d44fc5)}.theme-rich-content-ui p{margin:0 0 17px!important;color:#4f5560!important;font-size:14px!important;line-height:1.9!important;font-weight:400!important}.theme-rich-content-ui p:last-child{margin-bottom:0!important}.theme-rich-content-ui h2,.theme-rich-content-ui h3{margin:24px 0 10px!important;color:#1d1f24!important;font-weight:650!important}.theme-rich-content-ui ul,.theme-rich-content-ui ol{margin:14px 0;padding-left:22px}.theme-rich-content-ui li{margin:7px 0;color:#4f5560;font-weight:400!important}.theme-rich-content-ui strong{color:#22242a;font-weight:600!important}.theme-description-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.theme-description-highlights>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;padding:15px;border:1px solid #e2e4ea;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(20,24,34,.035)}.theme-description-highlights>div>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#eee9ff,#fff1fa);color:#694cff;font-size:16px}.theme-description-highlights span{min-width:0}.theme-description-highlights strong{display:block;margin-bottom:3px;color:#25272d;font-size:12px;font-weight:600}.theme-description-highlights small{display:block;color:#7a808b;font-size:10px;line-height:1.55;font-weight:400}.theme-description-footer{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:center;margin-top:18px;padding:16px 18px;border:1px solid #ddd6ff;border-radius:16px;background:linear-gradient(135deg,#f6f2ff,#fff7fc)}.theme-description-footer>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#684cff}.theme-description-footer p{margin:0;color:#5f6570;font-size:12px;line-height:1.7;font-weight:400}.theme-description-footer strong{color:#26282e;font-weight:600}@media(max-width:1000px){.theme-description-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-description-head{display:block}.theme-description-status{margin-top:16px}}@media(max-width:600px){.theme-description-head h2{font-size:25px}.theme-description-intro{grid-template-columns:1fr;padding:17px}.theme-rich-content-ui{padding:20px 18px 20px 23px}.theme-description-highlights{grid-template-columns:1fr}}

/* PREMIUM THEME HERO V1 */
.theme-product-hero{position:relative;padding:54px 0 34px;overflow:hidden;border-bottom:1px solid #e5e7eb;background:radial-gradient(circle at 8% 18%,rgba(112,82,255,.09),transparent 27%),radial-gradient(circle at 91% 9%,rgba(236,72,153,.08),transparent 27%),linear-gradient(180deg,#fff 0%,#fbfbfd 100%)}.theme-product-hero:before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(31,35,45,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(31,35,45,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}.theme-product-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:54px;align-items:center;max-width:1240px}.theme-product-info{min-width:0}.theme-product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:#8a909b;font-size:11px}.theme-product-breadcrumb a{color:#737985}.theme-product-breadcrumb a:hover{color:#17181c}.theme-product-breadcrumb i{font-size:7px;color:#b2b7c0}.theme-product-category{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.theme-product-category span{display:inline-flex;align-items:center;min-height:31px;padding:0 12px;border:1px solid #ded8ff;border-radius:999px;background:#f5f2ff;color:#684cff;font-size:10px;font-weight:700;letter-spacing:.04em}.theme-product-info h1{max-width:650px;margin:0;color:#17181c;font-size:clamp(48px,5vw,70px);line-height:.98;font-weight:700;letter-spacing:-.05em}.theme-product-description{max-width:620px;margin:22px 0 0;color:#737985;font-size:15px;line-height:1.8;font-weight:400}.theme-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:26px}.theme-hero-stats>div{display:grid;grid-template-columns:35px minmax(0,1fr);gap:9px;align-items:center;padding:11px;border:1px solid #e5e7eb;border-radius:13px;background:rgba(255,255,255,.85);box-shadow:0 8px 22px rgba(20,24,34,.035)}.theme-hero-stats i{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:#f1ecff;color:#684cff;font-size:12px}.theme-hero-stats span{min-width:0}.theme-hero-stats strong{display:block;color:#202228;font-size:13px;font-weight:650;line-height:1.25}.theme-hero-stats small{display:block;margin-top:2px;color:#878d97;font-size:9px;line-height:1.3}.theme-hero-commerce{display:flex;align-items:flex-end;flex-wrap:wrap;gap:24px;margin-top:26px}.theme-product-price{display:flex;align-items:baseline;gap:10px;margin:0}.theme-product-price del{color:#a3a8b1;font-size:14px}.theme-product-price strong{color:#17181c;font-size:34px;line-height:1;font-weight:750;letter-spacing:-1px}.theme-product-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:0}.theme-product-actions form{margin:0}.theme-buy-btn,.theme-live-preview-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border-radius:13px;font-family:Poppins,sans-serif;font-size:12px;font-weight:650;transition:.2s ease}.theme-buy-btn{border:0;background:#17181c;color:#fff;box-shadow:0 12px 28px rgba(17,18,22,.15);cursor:pointer}.theme-buy-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(17,18,22,.2)}.theme-live-preview-btn{border:1px solid #dfe2e7;background:#fff;color:#282b31}.theme-live-preview-btn:hover{transform:translateY(-2px);border-color:#cfd2d8;box-shadow:0 12px 26px rgba(20,24,34,.08)}.theme-hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:#777d88;font-size:10px}.theme-hero-trust span{display:inline-flex;align-items:center;gap:6px}.theme-hero-trust i{color:#684cff}.theme-product-preview{position:relative}.theme-product-preview:before{content:'';position:absolute;inset:7% -6% -8% 8%;z-index:-1;background:radial-gradient(circle,rgba(112,82,255,.16),transparent 66%);filter:blur(25px)}.theme-preview-browser{overflow:hidden;border:1px solid #e1e3e8;border-radius:24px;background:#fff;box-shadow:0 34px 90px rgba(21,25,34,.16)}.theme-preview-browser-top{height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 15px;border-bottom:1px solid #eceef2;background:#fafbfc}.theme-preview-browser-top>div{display:flex;gap:6px}.theme-preview-browser-top>div i{width:8px;height:8px;border-radius:50%;background:#ff6259}.theme-preview-browser-top>div i:nth-child(2){background:#ffc24b}.theme-preview-browser-top>div i:nth-child(3){background:#39cb75}.theme-preview-browser-top span{max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#858b96;font-size:11px;font-weight:600}.theme-preview-browser-top button{justify-self:end;width:34px;height:34px;display:grid;place-items:center;border:1px solid #e1e4e9;border-radius:10px;background:#fff;color:#606773;cursor:pointer}.theme-preview-image{height:430px;overflow:hidden;background:#eef0f3}.theme-preview-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.theme-preview-empty{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#8b919b}.theme-hero-feature-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1240px;margin-top:34px}.theme-hero-feature-grid article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:center;padding:17px;border:1px solid #e2e5ea;border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(20,24,34,.045)}.theme-hero-feature-grid article>i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#eee8ff,#fff1f8);color:#684cff;font-size:17px}.theme-hero-feature-grid strong{display:block;margin-bottom:4px;color:#202228;font-size:13px;font-weight:650}.theme-hero-feature-grid span{display:block;color:#7c828d;font-size:10px;line-height:1.55;font-weight:400}.theme-hero-service-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1240px;margin-top:14px;overflow:hidden;border:1px solid #e2e5ea;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(20,24,34,.045)}.theme-hero-service-strip article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:center;padding:19px 22px;border-right:1px solid #eceef2}.theme-hero-service-strip article:last-child{border-right:0}.theme-hero-service-strip article>i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#f1ecff;color:#684cff;font-size:17px}.theme-hero-service-strip strong{display:block;margin-bottom:4px;color:#202228;font-size:13px;font-weight:650}.theme-hero-service-strip span{display:block;color:#747a85;font-size:10px;line-height:1.6;font-weight:400}@media(max-width:1050px){.theme-product-grid{grid-template-columns:1fr;gap:36px}.theme-product-preview{max-width:850px}.theme-hero-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.theme-product-hero{padding:34px 0 28px}.theme-product-info h1{font-size:42px;letter-spacing:-1.6px}.theme-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-hero-commerce{display:block}.theme-product-actions{margin-top:18px}.theme-buy-btn,.theme-live-preview-btn{width:100%}.theme-product-actions form{width:100%}.theme-preview-image{height:290px}.theme-hero-feature-grid,.theme-hero-service-strip{grid-template-columns:1fr}.theme-hero-service-strip article{border-right:0;border-bottom:1px solid #eceef2}.theme-hero-service-strip article:last-child{border-bottom:0}}
/* THEME HERO ELITE V2 */
.theme-product-hero{position:relative!important;padding:48px 0 34px!important;overflow:hidden!important;background:radial-gradient(circle at 8%% 18%%,rgba(111,78,255,.10),transparent 26%%),radial-gradient(circle at 92%% 8%%,rgba(235,73,171,.08),transparent 27%%),linear-gradient(180deg,#fff,#fbfbfd)!important;border-bottom:1px solid #e6e8ed!important}.theme-product-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr)!important;gap:54px!important;align-items:center!important;max-width:1240px!important}.theme-product-info h1{max-width:650px!important;margin:0!important;font-size:clamp(48px,5vw,70px)!important;line-height:.98!important;font-weight:700!important;letter-spacing:-.05em!important;color:#17181c!important}.theme-product-description{max-width:620px!important;margin:22px 0 0!important;color:#727985!important;font-size:15px!important;line-height:1.8!important;font-weight:400!important}
.theme-hero-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:25px!important}.theme-hero-stats>div{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:12px!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px rgba(20,24,34,.04)!important}.theme-hero-stats i{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:linear-gradient(135deg,#eee9ff,#fff1fa)!important;color:#684cff!important}.theme-hero-stats strong{display:block!important;color:#202228!important;font-size:13px!important;font-weight:650!important}.theme-hero-stats small{display:block!important;margin-top:2px!important;color:#8a909a!important;font-size:9px!important;font-weight:400!important}
.theme-product-price{display:flex!important;align-items:baseline!important;gap:10px!important;margin:25px 0 0!important}.theme-product-price strong{font-size:35px!important;font-weight:750!important;color:#17181c!important}.theme-product-actions{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-top:20px!important}.theme-buy-btn,.theme-demo-btn{min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 20px!important;border-radius:14px!important;font-family:Poppins,sans-serif!important;font-size:12px!important;font-weight:650!important;transition:.2s ease!important}.theme-buy-btn{border:0!important;background:#17181c!important;color:#fff!important;box-shadow:0 12px 28px rgba(17,18,22,.15)!important}.theme-demo-btn{border:1px solid #dfe2e7!important;background:#fff!important;color:#282b31!important}.theme-buy-btn:hover,.theme-demo-btn:hover{transform:translateY(-2px)!important}
.theme-hero-trust{display:flex!important;flex-wrap:wrap!important;gap:18px!important;margin-top:20px!important;color:#777d88!important;font-size:10px!important}.theme-hero-trust span{display:inline-flex!important;align-items:center!important;gap:6px!important}.theme-hero-trust i{color:#684cff!important}.theme-product-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:24px!important;padding-top:22px!important;border-top:1px solid #e5e7eb!important}.theme-product-benefits>div{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:116px!important;padding:16px!important;border:1px solid #e3e6eb!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 28px rgba(20,24,34,.045)!important}.theme-product-benefits>div>i{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:13px!important;background:linear-gradient(135deg,#eee9ff,#fff1fa)!important;color:#684cff!important}.theme-product-benefits strong{display:block!important;margin-bottom:4px!important;color:#202228!important;font-size:13px!important;font-weight:650!important}.theme-product-benefits small{display:block!important;color:#7b818c!important;font-size:10px!important;line-height:1.55!important;font-weight:400!important}
.theme-product-preview{position:relative!important}.theme-product-preview:before{content:""!important;position:absolute!important;inset:7%% -6%% -8%% 8%%!important;z-index:-1!important;background:radial-gradient(circle,rgba(112,82,255,.17),transparent 66%%)!important;filter:blur(25px)!important}.theme-preview-browser{overflow:hidden!important;border:1px solid #e0e3e8!important;border-radius:24px!important;background:#fff!important;box-shadow:0 34px 90px rgba(21,25,34,.16)!important}.theme-preview-browser-top{height:52px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;padding:0 15px!important;background:#fafbfc!important;border-bottom:1px solid #eceef2!important}.theme-preview-image{height:430px!important;overflow:hidden!important}.theme-preview-image img{width:100%%!important;height:100%%!important;display:block!important;object-fit:cover!important;object-position:top center!important}
@media(max-width:1050px){.theme-product-grid{grid-template-columns:1fr!important;gap:36px!important}.theme-product-preview{max-width:850px!important}}@media(max-width:720px){.theme-product-hero{padding:34px 0 28px!important}.theme-product-info h1{font-size:42px!important}.theme-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.theme-product-actions{display:grid!important;grid-template-columns:1fr!important}.theme-product-actions form,.theme-buy-btn,.theme-demo-btn{width:100%%!important}.theme-product-benefits{grid-template-columns:1fr!important}.theme-preview-image{height:290px!important}}
\n/* THEME PREVIEW FULLSCREEN FIX V1 */.theme-preview-browser:fullscreen{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;display:flex!important;flex-direction:column!important}.theme-preview-browser:fullscreen .theme-preview-browser-top{flex:0 0 52px!important;height:52px!important}.theme-preview-browser:fullscreen .theme-preview-image{flex:1 1 auto!important;width:100%!important;height:calc(100vh - 52px)!important;min-height:0!important;overflow:auto!important;background:#fff!important}.theme-preview-browser:fullscreen .theme-preview-image img{display:block!important;width:100%!important;height:auto!important;min-height:100%!important;max-height:none!important;object-fit:cover!important;object-position:top center!important}.theme-preview-browser.preview-expanded{position:fixed!important;inset:0!important;z-index:999999!important;width:100vw!important;height:100vh!important;max-width:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;display:flex!important;flex-direction:column!important}.theme-preview-browser.preview-expanded .theme-preview-browser-top{flex:0 0 52px!important;height:52px!important}.theme-preview-browser.preview-expanded .theme-preview-image{flex:1!important;height:calc(100vh - 52px)!important;overflow:auto!important}.theme-preview-browser.preview-expanded .theme-preview-image img{display:block!important;width:100%!important;height:auto!important;min-height:100%!important;max-height:none!important;object-fit:cover!important;object-position:top center!important}html[data-theme="dark"] .theme-preview-browser:fullscreen,html[data-theme="dark"] .theme-preview-browser:fullscreen .theme-preview-image,html[data-theme="dark"] .theme-preview-browser.preview-expanded,html[data-theme="dark"] .theme-preview-browser.preview-expanded .theme-preview-image{background:#fff!important}`r`n/* THEME PREVIEW FULLSCREEN FIX V2 */`r`n.theme-preview-browser:fullscreen{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#11151c!important;display:flex!important;flex-direction:column!important}.theme-preview-browser:fullscreen .theme-preview-browser-top{flex:0 0 52px!important;height:52px!important}.theme-preview-browser:fullscreen .theme-preview-image{flex:1 1 auto!important;width:100%!important;height:calc(100vh - 52px)!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:auto!important;background:#11151c!important}.theme-preview-browser:fullscreen .theme-preview-image img{position:static!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;object-position:center center!important}.theme-preview-browser.preview-expanded{position:fixed!important;inset:0!important;z-index:999999!important;width:100vw!important;height:100vh!important;margin:0!important;border:0!important;border-radius:0!important;background:#11151c!important;display:flex!important;flex-direction:column!important}.theme-preview-browser.preview-expanded .theme-preview-browser-top{flex:0 0 52px!important;height:52px!important}.theme-preview-browser.preview-expanded .theme-preview-image{flex:1!important;width:100%!important;height:calc(100vh - 52px)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:auto!important;background:#11151c!important}.theme-preview-browser.preview-expanded .theme-preview-image img{position:static!important;display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;object-position:center center!important}

/* THEME DETAIL TITLE COMPACT V1 */.theme-product-info h1{font-size:clamp(38px,3.2vw,58px)!important;line-height:.98!important;letter-spacing:-2.5px!important;max-width:620px!important;margin:18px 0 22px!important;font-weight:800!important}@media(max-width:768px){.theme-product-info h1{font-size:clamp(34px,10vw,46px)!important;letter-spacing:-1.8px!important;max-width:100%!important}}