.lctsf-storefront,
.lctsf-storefront * { box-sizing: border-box; }

.lctsf-storefront {
  margin: 0;
  color: var(--lctsf-text);
  background: var(--lctsf-bg);
  font-family: var(--lctsf-font);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lctsf-storefront a { color: inherit; text-decoration: none; }
.lctsf-storefront img { display: block; max-width: 100%; }
.lctsf-storefront button,
.lctsf-storefront input,
.lctsf-storefront select,
.lctsf-storefront textarea {
  font: inherit !important;
  box-shadow: none !important;
}
.lctsf-storefront input[type="search"],
.lctsf-storefront input[type="text"],
.lctsf-storefront select {
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.lctsf-storefront button { -webkit-appearance: none !important; appearance: none !important; }
.lctsf-container { width: min(calc(100% - 48px), var(--lctsf-max)); margin-inline: auto; }
.lctsf-icon { width: 22px; height: 22px; flex: none; }
.lctsf-device--mobile { display: none; }

.lctsf-section,
.lctsf-mobile-section {
  border: 1px solid #e6ebf4;
  border-radius: var(--lctsf-radius);
  background: var(--lctsf-surface);
  box-shadow: 0 8px 26px rgba(20, 45, 95, .035);
}

.lctsf-section-heading {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
}

.lctsf-section-heading h2 {
  margin: 0;
  color: var(--lctsf-text);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
}

.lctsf-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: var(--lctsf-primary);
  font-size: 12px;
  font-weight: 800;
}

.lctsf-section-heading > a .lctsf-icon { width: 13px; height: 13px; }

.lctsf-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100px;
  place-items: center;
  color: #9aabd8;
  background: radial-gradient(circle at 70% 20%, #edf3ff, #dae6ff 50%, #f7f9ff);
}

.lctsf-image-placeholder .lctsf-icon { width: 42px; height: 42px; }
.lctsf-product-icon-placeholder .lctsf-icon { width: 56px; height: 56px; color: var(--lctsf-primary); opacity: .72; }

.lctsf-product-grid { display: grid; gap: 14px; padding: 0 14px 16px; }

.lctsf-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e7ecf5;
  border-radius: 12px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lctsf-product-card:hover { transform: translateY(-2px); border-color: #d7e0f0; box-shadow: 0 14px 32px rgba(22, 51, 112, .10); }
.lctsf-product-media { position: relative; display: block; aspect-ratio: 1 / .84; overflow: hidden; background: #fff; }
.lctsf-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 12px 14px 6px; }
.lctsf-product-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 3px 8px; border-radius: 5px; color: #fff; background: var(--lctsf-accent); font-size: 11px; line-height: 1.2; font-weight: 900; }
.lctsf-product-badge.is-blue { background: var(--lctsf-primary); }
.lctsf-product-body { position: relative; padding: 4px 12px 13px; }
.lctsf-product-body h3 { min-height: 42px; margin: 0 0 8px; color: #071949; font-size: 14px; line-height: 1.36; font-weight: 800; }
.lctsf-product-body h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lctsf-product-price { min-height: 30px; color: var(--lctsf-accent); font-size: 15px; font-weight: 900; white-space: nowrap; }
.lctsf-product-price del { margin-left: 5px; color: #9299aa; font-size: 11px; font-weight: 500; }
.lctsf-product-price ins { color: inherit; text-decoration: none; }
.lctsf-product-meta { padding-right: 33px; color: #17295f; font-size: 10px; white-space: nowrap; }
.lctsf-product-meta span:last-child { color: #81889c; }
.lctsf-stars { color: #ffad00; font-size: 13px; }
.lctsf-cart-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: var(--lctsf-primary) !important;
  box-shadow: 0 6px 16px rgba(7,84,248,.22);
}
.lctsf-cart-button .lctsf-icon { width: 17px; height: 17px; }

.lctsf-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: var(--lctsf-radius);
  color: #fff;
  background: linear-gradient(110deg, #052271, #064cd1 52%, #052271);
  box-shadow: 0 12px 32px rgba(6,55,170,.15);
}

.lctsf-benefit { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 12px; padding: 14px; border-right: 1px solid rgba(255,255,255,.16); }
.lctsf-benefit:last-child { border-right: 0; }
.lctsf-benefit .lctsf-icon { width: 32px; height: 32px; }
.lctsf-benefit strong { display: block; font-size: 13px; font-weight: 900; line-height: 1.25; }
.lctsf-benefit small { display: block; margin-top: 2px; color: rgba(255,255,255,.80); font-size: 11px; }

.lctsf-promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0 0 6px; }
.lctsf-promo-card,
.lctsf-mini-promo {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #e7ecf5;
  border-radius: 12px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 62% auto;
}
.lctsf-promo-card span,
.lctsf-mini-promo span { font-size: 12px; font-weight: 900; }
.lctsf-promo-card h3 { margin: 4px 0 0; font-size: 18px; line-height: 1.2; }
.lctsf-promo-card strong,
.lctsf-mini-promo strong { color: var(--lctsf-primary); font-size: 38px; line-height: 1.1; font-weight: 900; }
.lctsf-promo-card em,
.lctsf-mini-promo em { margin-top: auto; padding: 8px 17px; border-radius: 50px; color: #fff; background: var(--lctsf-primary); font-size: 10px; font-style: normal; font-weight: 900; }
.theme-navy { color: #fff; background-color: #052271; background-image: radial-gradient(circle at 70% 25%, #0d59ec, #052271 58%); }
.theme-navy strong { color: #ffde00; }
.theme-blue { color: #0440c9; background-color: #edf3ff; background-image: linear-gradient(140deg, #fff, #dce8ff); }
.theme-pink { color: var(--lctsf-accent); background-color: #fff1f7; background-image: linear-gradient(140deg, #fff, #ffe6f0); }
.theme-pink strong { color: var(--lctsf-accent); }
.theme-ice { color: #0645c7; background-color: #eaf1ff; background-image: linear-gradient(140deg, #fff, #dfeaff); }
.theme-ice strong { color: var(--lctsf-primary); }
.lctsf-countdown { display: inline-flex; align-items: center; gap: 6px; margin-left: 10px; color: var(--lctsf-accent); font-weight: 900; }
.lctsf-countdown b { padding: 4px 6px; border-radius: 5px; color: #fff; background: var(--lctsf-accent); }

.lctsf-news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0 14px 16px; }
.lctsf-news-card { overflow: hidden; border: 1px solid #e7ecf5; border-radius: 12px; background: #fff; }
.lctsf-news-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #edf3ff; }
.lctsf-news-image img { width: 100%; height: 100%; object-fit: cover; }
.lctsf-news-card h3 { margin: 10px 12px 4px; color: #0c1a4b; font-size: 13px; line-height: 1.35; }
.lctsf-news-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lctsf-news-card time { display: block; margin: 0 12px 13px; color: #73809a; font-size: 11px; }

/* v1.3.0 - hard scoped reset to prevent theme/Flatsome CSS from breaking the storefront */
#lctsf-storefront,
.lctsf-storefront {
  isolation: isolate;
  width: 100%;
}
#lctsf-storefront *,
#lctsf-storefront *::before,
#lctsf-storefront *::after,
.lctsf-storefront *,
.lctsf-storefront *::before,
.lctsf-storefront *::after {
  box-sizing: border-box !important;
}
#lctsf-storefront svg,
.lctsf-storefront svg {
  display: block !important;
  vertical-align: middle !important;
}
#lctsf-storefront form,
.lctsf-storefront form {
  margin: 0 !important;
  padding: 0 !important;
}
#lctsf-storefront input[type="hidden"],
.lctsf-storefront input[type="hidden"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
#lctsf-storefront input,
#lctsf-storefront select,
#lctsf-storefront button,
.lctsf-storefront input,
.lctsf-storefront select,
.lctsf-storefront button {
  float: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}
#lctsf-storefront .lctsf-image-placeholder,
.lctsf-storefront .lctsf-image-placeholder {
  min-height: 0 !important;
}
#lctsf-storefront .lctsf-product-card.has-no-image .lctsf-product-media,
.lctsf-storefront .lctsf-product-card.has-no-image .lctsf-product-media {
  background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
#lctsf-storefront .lctsf-product-card.has-no-image .lctsf-image-placeholder,
.lctsf-storefront .lctsf-product-card.has-no-image .lctsf-image-placeholder {
  background: transparent !important;
  color: var(--lctsf-primary) !important;
  opacity: .75;
}

/* v1.8.0 UX Block + product video media */
.lctsf-ux-shortcode-block { width: 100%; max-width: 100%; overflow: hidden; }
.lctsf-ux-shortcode-block > * { max-width: 100%; }
.lctsf-ux-blocks { display: grid; gap: 14px; margin: 14px 0; }
.lctsf-ux-block.is-wrapped { overflow: hidden; border: 1px solid #e6ebf4; border-radius: var(--lctsf-radius); background: #fff; }
.lctsf-ux-block.is-wrapped .lctsf-ux-shortcode-block { padding: 0; }
.lctsf-hero-layout--ux .lctsf-hero-ux { min-width: 0; overflow: hidden; border-radius: var(--lctsf-radius); }
.lctsf-hero-layout--ux .lctsf-hero-promos--ux { overflow: hidden; border-radius: var(--lctsf-radius); }
.lctsf-mobile-hero--ux { margin: 0 12px 12px; overflow: hidden; border-radius: 18px; }
.lctsf-mobile-promos-ux { overflow: hidden; border-radius: 16px; }
.lctsf-products-block { overflow: hidden; }
.lctsf-products-block.layout-scroll .lctsf-product-grid { display: flex; gap: 12px; overflow-x: auto; padding: 0 2px 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.lctsf-products-block.layout-scroll .lctsf-product-grid::-webkit-scrollbar { display: none; }
.lctsf-products-block.layout-scroll .lctsf-product-card { flex: 0 0 176px; width: 176px; }
.lctsf-products-block.layout-grid .lctsf-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lctsf-product-card.has-video-media .lctsf-product-media { background: #071949; }
.lctsf-product-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lctsf-video-chip { position: absolute; z-index: 3; right: 8px; top: 8px; display: inline-flex; align-items: center; gap: 3px; padding: 3px 7px; border-radius: 999px; color: #fff; background: rgba(255, 23, 79, .94); font-size: 9px; font-weight: 900; line-height: 1; }
.lctsf-video-chip .lctsf-icon { width: 11px; height: 11px; }
.lctsf-video-play-overlay { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.20)); pointer-events: none; }
.lctsf-video-play-overlay .lctsf-icon { width: 36px; height: 36px; filter: drop-shadow(0 5px 16px rgba(0,0,0,.35)); }
.lctsf-product-card.style-compact .lctsf-product-body h3 { min-height: 34px; font-size: 12px; }
.lctsf-product-card.style-compact .lctsf-product-price { min-height: 24px; font-size: 13px; }
.lctsf-product-card.style-media_focus .lctsf-product-media { aspect-ratio: 1 / 1.05; }
.lctsf-product-card.style-media_focus .lctsf-product-media img { padding: 8px; }
.lctsf-product-card.style-video_badge.has-video-media { border-color: rgba(255, 23, 79, .25); box-shadow: 0 12px 30px rgba(255, 23, 79, .08); }
@media (max-width: 767px) {
  .lctsf-products-block.layout-grid .lctsf-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lctsf-products-block.layout-scroll .lctsf-product-card { flex-basis: 176px; width: 176px; }
}

/* Demo UX blocks generated by LCT Storefront */
#lctsf-storefront .lctsf-demo-ux-banner{
  min-height:280px;padding:34px;border-radius:18px;color:#fff;background:radial-gradient(circle at 80% 20%,#2388ff,#052271 62%);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden;position:relative
}
#lctsf-storefront .lctsf-demo-ux-banner:after{content:"";position:absolute;right:38px;bottom:26px;width:220px;height:150px;border-radius:24px;background:rgba(255,255,255,.16);box-shadow:0 20px 60px rgba(0,0,0,.18)}
#lctsf-storefront .lctsf-demo-ux-banner strong{border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:8px 18px;font-weight:900}
#lctsf-storefront .lctsf-demo-ux-banner h2{margin:20px 0 8px!important;color:#fff!important;font-size:42px!important;line-height:1.05!important;font-weight:900!important}
#lctsf-storefront .lctsf-demo-ux-banner p{max-width:520px;margin:0 0 20px;color:rgba(255,255,255,.86);font-weight:700}
#lctsf-storefront .lctsf-demo-ux-banner a{display:inline-flex;padding:11px 24px;border-radius:999px;color:var(--lctsf-primary);background:#fff;font-weight:900}
#lctsf-storefront .lctsf-demo-ux-banner--mobile{min-height:240px;padding:24px;border-radius:18px}
#lctsf-storefront .lctsf-demo-ux-banner--mobile h2{font-size:30px!important}

/* Article detail template v2.0.0 */
#lctsf-storefront.lctsf-article{background:#f7f9fd;color:#071949;min-height:100vh;}
#lctsf-storefront.lctsf-article *{box-sizing:border-box;}
.lctsf-article-wrap{display:grid;grid-template-columns:minmax(0,var(--lctsf-article-content,760px)) minmax(280px,var(--lctsf-article-sidebar,330px));gap:32px;align-items:start;padding:28px 0 54px;}
.lctsf-article-main,.lctsf-article-side-card,.lctsf-article-toc{min-width:0;}
.lctsf-article-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 18px;color:#6b7591;font-size:13px;}
.lctsf-article-breadcrumb a{color:#455174;text-decoration:none;}.lctsf-article-breadcrumb .lctsf-icon{width:15px;height:15px;color:var(--lctsf-primary);}
.lctsf-article-badge{display:inline-flex;align-items:center;margin-bottom:14px;padding:6px 10px;border-radius:999px;color:#fff!important;background:linear-gradient(135deg,#62a8ff,var(--lctsf-primary));font-size:12px;font-weight:850;text-decoration:none!important;text-transform:uppercase;}
.lctsf-article-title{margin:0 0 18px!important;color:#071949!important;font-size:34px!important;line-height:1.18!important;font-weight:900!important;letter-spacing:-.03em;}
.lctsf-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 22px;color:#69738e;font-size:13px;}
.lctsf-article-meta .avatar img{width:42px;height:42px;border-radius:50%;}.lctsf-article-meta strong{color:#071949;font-weight:850;}.lctsf-article-meta span:not(.avatar)::before{content:'•';margin-right:9px;color:#b1bad0;}.lctsf-article-meta span.avatar + strong + span::before{content:'';margin:0;}
.lctsf-article-share{display:flex;gap:9px;margin-left:auto;}.lctsf-article-share a{display:grid;width:34px;height:34px;place-items:center;border:1px solid #e0e7f5;border-radius:50%;color:var(--lctsf-primary);background:#fff;text-decoration:none;font-weight:800;}
.lctsf-article-hero{position:relative;min-height:340px;margin:0 0 24px;overflow:hidden;border-radius:16px;background:#071949 center/cover no-repeat;box-shadow:0 16px 38px rgba(15,38,88,.12);}.lctsf-article-hero.has-fallback-art{background:radial-gradient(circle at 80% 30%,#0b61ff,#061b5c 64%);}.lctsf-article-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,48,.72),rgba(3,14,48,.25),rgba(3,14,48,.06));}.lctsf-article-hero figcaption{position:absolute;left:34px;bottom:34px;max-width:58%;color:#fff;}.lctsf-article-hero figcaption span{display:inline-flex;margin-bottom:12px;padding:8px 13px;border-radius:8px;background:var(--lctsf-primary);font-weight:900;}.lctsf-article-hero figcaption strong{display:block;font-size:32px;line-height:1.1;font-weight:950;text-transform:uppercase;}
.lctsf-article-toc{margin:0 0 24px;padding:18px 18px;border:1px solid #dce6f7;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(12,42,94,.04);}.lctsf-article-toc h3{display:flex;align-items:center;gap:9px;margin:0 0 12px!important;color:#071949;font-size:15px!important;font-weight:900!important;}.lctsf-article-toc h3 .lctsf-icon{width:18px;height:18px;color:var(--lctsf-primary);}.lctsf-article-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0;padding:0;list-style:none;}.lctsf-article-sidebar .lctsf-article-toc ol{grid-template-columns:1fr;}.lctsf-article-toc a{display:flex;align-items:center;gap:9px;min-width:0;color:#12306e;text-decoration:none;font-weight:700;font-size:13px;}.lctsf-article-toc a span{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;border-radius:50%;color:#fff;background:var(--lctsf-primary);font-size:11px;}.lctsf-article-toc a .lctsf-icon{margin-left:auto;width:14px;height:14px;color:var(--lctsf-primary);}.lctsf-toc-more{display:block;margin-top:12px;text-align:center;color:var(--lctsf-primary)!important;font-weight:800;text-decoration:none!important;}
.lctsf-article-content{padding-bottom:22px;color:#17295f;font-size:16px;line-height:1.85;}.lctsf-article-content>*:first-child{margin-top:0;}.lctsf-article-content h2{display:flex;align-items:center;gap:12px;margin:38px 0 13px!important;color:#071949!important;font-size:25px!important;line-height:1.28!important;font-weight:900!important;letter-spacing:-.015em;}.lctsf-article-content h2:before{counter-increment:lctsf-h2;content:counter(lctsf-h2);display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:10px;color:#fff;background:var(--lctsf-primary);font-size:16px;}.lctsf-article-content{counter-reset:lctsf-h2;}.lctsf-article-content h3{margin:28px 0 10px!important;color:#10255f!important;font-size:20px!important;font-weight:900!important;}.lctsf-article-content p{margin:0 0 16px;}.lctsf-article-content img{height:auto;border-radius:12px;}.lctsf-article-content table{width:100%;margin:18px 0 22px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dfe7f4;border-radius:12px;background:#fff;font-size:14px;}.lctsf-article-content th,.lctsf-article-content td{padding:12px 14px;border-right:1px solid #dfe7f4;border-bottom:1px solid #dfe7f4;vertical-align:top;}.lctsf-article-content th{background:#eef5ff;color:#071949;font-weight:900;}.lctsf-article-content tr:last-child td{border-bottom:0;}.lctsf-article-content th:last-child,.lctsf-article-content td:last-child{border-right:0;}.lctsf-article-content blockquote,.lctsf-article-content .note,.lctsf-article-content .tip{margin:20px 0;padding:14px 18px;border:1px solid #cbeed9;border-radius:12px;color:#0f6b3a;background:#ecfff4;}
.lctsf-article-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:18px;min-width:0;}.lctsf-article-side-card{padding:18px;border:1px solid #e2e8f3;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(12,42,94,.05);}.lctsf-article-side-card h3{margin:0 0 14px!important;font-size:16px!important;font-weight:900!important;color:#071949!important;}.lctsf-article-cta{display:flex;min-height:210px;flex-direction:column;align-items:flex-start;padding:22px;overflow:hidden;border-radius:16px;color:#fff!important;background:#071949 right bottom/58% auto no-repeat;text-decoration:none!important;box-shadow:0 18px 36px rgba(4,25,74,.18);}.lctsf-article-cta strong{max-width:72%;font-size:20px;line-height:1.15;font-weight:950;}.lctsf-article-cta ul{margin:14px 0;padding:0;list-style:none;}.lctsf-article-cta li{display:flex;align-items:center;gap:7px;margin:7px 0;font-size:12px;font-weight:700;}.lctsf-article-cta .lctsf-icon{width:15px;height:15px;}.lctsf-article-cta em{margin-top:auto;padding:10px 16px;border-radius:999px;background:var(--lctsf-accent);font-style:normal;font-size:12px;font-weight:900;}
.lctsf-side-products{display:flex;flex-direction:column;gap:12px;}.lctsf-side-products .lctsf-product-card{display:grid;grid-template-columns:86px 1fr;border-radius:12px;}.lctsf-side-products .lctsf-product-media{aspect-ratio:1/1;height:86px;}.lctsf-side-products .lctsf-product-body{padding:8px 10px;}.lctsf-side-products .lctsf-product-body h3{min-height:34px;margin:0 0 4px!important;font-size:12px!important;}.lctsf-side-products .lctsf-product-price{min-height:20px;font-size:13px;}.lctsf-side-products .lctsf-product-meta{font-size:10px;}.lctsf-side-products .lctsf-cart-button,.lctsf-side-products .lctsf-product-badge{display:none!important;}.lctsf-side-more{display:block;margin-top:12px;padding:10px 12px;border:1px solid #cfe0ff;border-radius:10px;color:var(--lctsf-primary)!important;text-align:center;text-decoration:none!important;font-weight:800;}
.lctsf-article-list-card{display:flex;flex-direction:column;gap:13px;}.lctsf-article-side-post{display:grid;grid-template-columns:78px 1fr;gap:10px;align-items:start;color:#071949;text-decoration:none!important;}.lctsf-article-side-post span{display:grid;width:78px;height:58px;place-items:center;overflow:hidden;border-radius:10px;background:#eaf1ff;color:#9bb2da;}.lctsf-article-side-post img{width:100%;height:100%;object-fit:cover;}.lctsf-article-side-post strong{font-size:13px;line-height:1.35;font-weight:850;}.lctsf-article-side-post small{display:block;margin-top:4px;color:#7b849b;font-size:11px;}.lctsf-contact-card p{display:flex;align-items:center;gap:10px;margin:10px 0;color:#485473;font-size:13px;}.lctsf-contact-card .lctsf-icon{width:20px;height:20px;color:var(--lctsf-primary);}.lctsf-article-rating{display:flex;align-items:center;gap:14px;margin:28px 0 0;padding:18px;border:1px solid #dfe7f4;border-radius:14px;background:#fff;}.lctsf-article-rating strong{margin-right:auto;}.lctsf-article-rating span{color:#ffad00;font-weight:900;}.lctsf-article-rating a{padding:9px 14px;border:1px solid #cfe0ff;border-radius:9px;color:var(--lctsf-primary);text-decoration:none;font-weight:800;}
.lctsf-article-mobile{max-width:430px;margin:0 auto;padding-bottom:92px;background:#fff;}.lctsf-article-mobile-top{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:14px;height:58px;padding:0 18px;border-bottom:1px solid #e7edf6;background:#fff;}.lctsf-article-mobile-top>a{font-size:30px;color:#071949;text-decoration:none;}.lctsf-article-mobile-top strong{flex:1;font-size:18px;font-weight:900;}.lctsf-article-mobile-top nav{display:flex;gap:14px;align-items:center;}.lctsf-article-mobile-top nav a{color:#071949;text-decoration:none;}.lctsf-article-mobile-top .lctsf-icon{width:22px;height:22px;}.lctsf-article-mobile-main{padding:20px 18px 26px;}.lctsf-article-mobile .lctsf-article-breadcrumb{margin-bottom:14px;overflow-x:auto;white-space:nowrap;font-size:12px;}.lctsf-article-mobile .lctsf-article-title{font-size:25px!important;line-height:1.25!important;margin-bottom:16px!important;}.lctsf-article-mobile .lctsf-article-meta{gap:6px 8px;font-size:12px;}.lctsf-article-mobile .lctsf-article-meta .avatar img{width:38px;height:38px;}.lctsf-article-mobile .lctsf-article-hero{min-height:230px;border-radius:12px;}.lctsf-article-mobile .lctsf-article-hero figcaption{left:20px;right:20px;bottom:18px;max-width:none;}.lctsf-article-mobile .lctsf-article-hero figcaption strong{font-size:26px;}.lctsf-article-mobile .lctsf-article-toc{padding:16px;margin-bottom:18px;}.lctsf-article-mobile .lctsf-article-toc ol{grid-template-columns:1fr;gap:11px;}.lctsf-article-mobile .lctsf-article-content{font-size:15px;line-height:1.8;}.lctsf-article-mobile .lctsf-article-content h2{font-size:20px!important;}.lctsf-article-mobile .lctsf-article-content h2:before{flex-basis:30px;width:30px;height:30px;border-radius:9px;font-size:14px;}.lctsf-article-mobile .lctsf-article-content table{display:block;overflow-x:auto;white-space:nowrap;font-size:12px;}.lctsf-article-mobile-cta{position:fixed;right:max(0px,calc((100vw - 430px)/2));bottom:0;left:max(0px,calc((100vw - 430px)/2));z-index:9999;display:grid;grid-template-columns:1fr 1.55fr 1.35fr;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e7edf6;background:#fff;box-shadow:0 -10px 30px rgba(10,35,80,.08);}.lctsf-article-mobile-cta a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;border-radius:11px;text-decoration:none!important;font-size:13px;font-weight:850;}.lctsf-article-mobile-cta .save{color:#071949;background:#fff;}.lctsf-article-mobile-cta .primary{color:#fff;background:var(--lctsf-primary);}.lctsf-article-mobile-cta .secondary{color:#fff;background:var(--lctsf-accent);}.lctsf-article-mobile-cta .lctsf-icon{width:18px;height:18px;}
@media(max-width:980px){.lctsf-article-wrap{grid-template-columns:1fr}.lctsf-article-sidebar{display:none}.lctsf-article-title{font-size:28px!important}.lctsf-article-share{margin-left:0}}


/* v2.1.0 article detail exact-alignment improvements */
#lctsf-storefront.lctsf-article{background:#f7f9fd!important;color:#071949!important;}
#lctsf-storefront.lctsf-article .lctsf-container{max-width:1360px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-wrap{grid-template-columns:minmax(0,var(--lctsf-article-content,820px)) minmax(300px,var(--lctsf-article-sidebar,340px))!important;justify-content:space-between!important;gap:26px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-main{min-width:0!important;}
#lctsf-storefront.lctsf-article .lctsf-article-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0 0 22px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-meta{margin:0!important;flex:1 1 auto!important;min-width:0!important;}
#lctsf-storefront.lctsf-article .lctsf-article-share{margin-left:0!important;flex:0 0 auto!important;align-items:center!important;}
#lctsf-storefront.lctsf-article .lctsf-article-share small{color:#77819a!important;font-size:13px!important;font-weight:700!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero{display:block!important;min-height:auto!important;aspect-ratio:16/9!important;background:#071949!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero-image{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero:before{display:none!important;}
#lctsf-storefront.lctsf-article .lctsf-article-intro{margin:0 0 18px!important;color:#24325e!important;font-size:16px!important;line-height:1.8!important;}
#lctsf-storefront.lctsf-article .lctsf-article-toc{margin-bottom:22px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-toc ol{gap:10px 16px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-sidebar{top:14px!important;gap:16px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-side-card{padding:16px!important;border-radius:14px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta{min-height:220px!important;background-color:#071949!important;background-size:50% auto!important;background-position:right bottom!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta strong{max-width:64%!important;font-size:18px!important;line-height:1.2!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta ul{max-width:64%!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products{display:flex!important;flex-direction:column!important;gap:10px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-card{border-radius:12px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-media{aspect-ratio:1/.72!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-media img{padding:10px 10px 4px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-body{padding:6px 10px 12px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-body h3{min-height:32px!important;font-size:12px!important;line-height:1.35!important;margin-bottom:7px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-price{min-height:24px!important;font-size:13px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-price del{font-size:10px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-product-meta{font-size:9px!important;padding-right:28px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-products .lctsf-cart-button{width:28px!important;height:28px!important;right:8px!important;bottom:8px!important;}
#lctsf-storefront.lctsf-article .lctsf-side-more{display:block!important;margin-top:12px!important;padding:10px 14px!important;border:1px solid #cfe0ff!important;border-radius:10px!important;color:var(--lctsf-primary)!important;text-align:center!important;text-decoration:none!important;font-weight:800!important;}
#lctsf-storefront.lctsf-article .lctsf-contact-card p{line-height:1.45!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile{max-width:430px!important;background:#fff!important;padding-bottom:104px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top{height:64px!important;padding:0 14px!important;gap:10px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top .back{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;font-size:28px!important;line-height:1!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top strong{font-size:18px!important;line-height:1.2!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav{display:flex!important;align-items:center!important;gap:12px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav a{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;line-height:1!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-main{padding:18px 16px 24px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-title{font-size:25px!important;line-height:1.26!important;margin-bottom:14px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-meta{display:grid!important;grid-template-columns:40px 1fr!important;gap:4px 10px!important;align-items:center!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-meta .avatar{grid-row:1/span 2!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-meta strong{grid-column:2!important;font-size:15px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-meta span:not(.avatar){grid-column:2!important;font-size:12px!important;color:#6c7692!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-meta span:not(.avatar)::before{content:none!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-hero{aspect-ratio:16/9!important;min-height:auto!important;border-radius:14px!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-intro{margin:0 0 16px!important;font-size:15px!important;line-height:1.8!important;color:#24325e!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-toc{padding:14px 14px!important;border-radius:14px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-toc h3{font-size:14px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-toc a{font-size:13px!important;line-height:1.35!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta{grid-template-columns:1fr 1.3fr 1.25fr!important;gap:10px!important;padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta a{min-height:48px!important;border-radius:12px!important;font-size:12px!important;line-height:1.2!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .save{flex-direction:column!important;gap:4px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .primary,
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .secondary{padding-inline:8px!important;}
@media(max-width:980px){#lctsf-storefront.lctsf-article .lctsf-article-wrap{grid-template-columns:1fr!important;gap:0!important;}#lctsf-storefront.lctsf-article .lctsf-article-sidebar{display:none!important;}}


/* v2.2.0 article detail preset closer to reference */
#lctsf-storefront.lctsf-article-v220{background:#f5f7fb!important;color:#071949!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-container{width:min(calc(100% - 48px),1280px)!important;max-width:1280px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-wrap{
  display:grid!important;grid-template-columns:minmax(0,var(--lctsf-article-content,790px)) minmax(300px,var(--lctsf-article-sidebar,330px))!important;
  gap:34px!important;align-items:start!important;justify-content:center!important;padding:30px 0 64px!important;
}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-main{min-width:0!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-breadcrumb{margin-bottom:18px!important;font-size:13px!important;color:#748099!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-badge{margin-bottom:14px!important;padding:7px 12px!important;border-radius:999px!important;background:#1765ff!important;color:#fff!important;font-size:12px!important;font-weight:900!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-title{max-width:780px!important;margin:0 0 18px!important;color:#071949!important;font-size:34px!important;line-height:1.18!important;letter-spacing:-.025em!important;font-weight:950!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-meta-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:22px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-meta{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;color:#6d7893!important;font-size:13px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-meta .avatar img{width:44px!important;height:44px!important;border-radius:50%!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-meta strong{color:#071949!important;font-weight:900!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-share{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-share small{color:#77819a!important;font-size:13px!important;font-weight:700!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-share a{width:34px!important;height:34px!important;border:1px solid #dfe7f4!important;background:#fff!important;box-shadow:0 6px 18px rgba(10,40,90,.05)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero{display:block!important;width:100%!important;min-height:auto!important;aspect-ratio:16/9!important;margin:0 0 24px!important;overflow:hidden!important;border-radius:16px!important;background:#071949!important;box-shadow:0 18px 44px rgba(10,36,86,.12)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero:before{display:none!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-image{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-art{position:relative!important;display:flex!important;width:100%!important;height:100%!important;min-height:100%!important;padding:40px 42px 34px!important;align-items:center!important;overflow:hidden!important;background:radial-gradient(circle at 75% 32%,#0d69ff 0,#08246b 48%,#040e33 100%)!important;color:#fff!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-art:after{content:""!important;position:absolute!important;right:-60px!important;top:-40px!important;width:360px!important;height:360px!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-art > div:first-child{position:relative!important;z-index:2!important;max-width:56%!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-art span{display:inline-flex!important;margin-bottom:14px!important;padding:9px 16px!important;border-radius:10px!important;background:#1b7cff!important;color:#fff!important;font-weight:950!important;letter-spacing:.02em!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-art strong{display:block!important;font-size:39px!important;line-height:1.08!important;font-weight:950!important;letter-spacing:-.02em!important;text-transform:uppercase!important;}
#lctsf-storefront.lctsf-article-v220 .art-camera{position:absolute!important;z-index:2!important;right:88px!important;top:64px!important;width:150px!important;height:105px!important;border-radius:62px 62px 18px 18px!important;background:linear-gradient(#fff,#dce8ff)!important;box-shadow:0 24px 50px rgba(0,0,0,.28)!important;}
#lctsf-storefront.lctsf-article-v220 .art-camera:before{content:""!important;position:absolute!important;left:42px!important;top:28px!important;width:66px!important;height:66px!important;border-radius:50%!important;background:radial-gradient(circle,#0b1430 0 24%,#6f7b95 25% 40%,#101936 41% 100%)!important;}
#lctsf-storefront.lctsf-article-v220 .art-features{position:absolute!important;z-index:3!important;left:42px!important;right:42px!important;bottom:28px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;padding:14px 16px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;background:rgba(1,12,42,.34)!important;backdrop-filter:blur(8px)!important;}
#lctsf-storefront.lctsf-article-v220 .art-features b{display:flex!important;align-items:center!important;gap:7px!important;font-size:12px!important;line-height:1.2!important;font-weight:850!important;}
#lctsf-storefront.lctsf-article-v220 .art-features .lctsf-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;color:#fff!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-intro{margin:0 0 20px!important;color:#24325e!important;font-size:16px!important;line-height:1.85!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-toc{border-radius:16px!important;border-color:#dce6f7!important;box-shadow:0 10px 32px rgba(10,40,90,.045)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-content{font-size:16px!important;line-height:1.86!important;color:#1d2e61!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-content h2{font-size:24px!important;line-height:1.3!important;margin:38px 0 14px!important;color:#071949!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-content table{font-size:14px!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(10,40,90,.035)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-demo-night-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:16px 0 22px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-demo-night-grid>div{padding:16px!important;border:1px solid #dfe7f4!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px rgba(10,40,90,.035)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-demo-night-grid strong{display:block!important;margin-bottom:8px!important;color:#071949!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-sidebar{top:18px!important;gap:18px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-side-card{padding:18px!important;border-radius:17px!important;background:#fff!important;border:1px solid #e2e8f3!important;box-shadow:0 14px 36px rgba(10,40,90,.06)!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-side-card h3{font-size:16px!important;letter-spacing:.01em!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-sidebar .lctsf-article-toc{padding:18px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-sidebar .lctsf-article-toc a{font-size:13px!important;line-height:1.35!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-cta{min-height:230px!important;border-radius:17px!important;background:radial-gradient(circle at 90% 20%,#135cff,#071949 56%)!important;padding:24px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-cta strong{max-width:72%!important;font-size:21px!important;line-height:1.15!important;color:#fff!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-cta ul{max-width:72%!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-cta em{background:var(--lctsf-accent)!important;border-radius:999px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products{display:flex!important;flex-direction:column!important;gap:12px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-card{display:grid!important;grid-template-columns:86px 1fr!important;min-height:110px!important;border-radius:14px!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-media{aspect-ratio:auto!important;height:110px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-body{padding:10px 10px 12px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-body h3{min-height:34px!important;font-size:12px!important;line-height:1.34!important;margin-bottom:6px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-price{min-height:auto!important;font-size:13px!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-product-meta{font-size:9px!important;padding-right:0!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-side-products .lctsf-cart-button{display:none!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile{max-width:430px!important;margin:0 auto!important;background:#fff!important;padding-bottom:98px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-top{height:64px!important;padding:0 16px!important;border-bottom:1px solid #e8edf6!important;background:#fff!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-top .back{font-size:28px!important;color:#071949!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-top strong{font-size:20px!important;font-weight:950!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-top nav{gap:14px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-top .lctsf-icon{width:22px!important;height:22px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-main{padding:18px 18px 26px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-breadcrumb{margin-bottom:16px!important;font-size:12px!important;color:#66718c!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-badge{margin-bottom:12px!important;padding:7px 10px!important;font-size:11px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-title{font-size:25px!important;line-height:1.28!important;letter-spacing:-.02em!important;margin-bottom:16px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta{display:grid!important;grid-template-columns:40px 1fr!important;gap:4px 10px!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta .avatar{grid-row:1/3!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta .avatar img{width:38px!important;height:38px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta strong{grid-column:2!important;font-size:14px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta span:not(.avatar){grid-column:2!important;font-size:12px!important;line-height:1.35!important;color:#687391!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-meta span:not(.avatar)::before{content:none!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-hero{aspect-ratio:16/9!important;min-height:auto!important;border-radius:14px!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-hero-art{padding:24px 22px 20px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-hero-art > div:first-child{max-width:62%!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-hero-art span{font-size:11px!important;margin-bottom:10px!important;padding:7px 10px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-hero-art strong{font-size:22px!important;line-height:1.08!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .art-camera{right:24px!important;top:34px!important;width:112px!important;height:78px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .art-camera:before{left:31px!important;top:20px!important;width:50px!important;height:50px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .art-features{left:20px!important;right:20px!important;bottom:18px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:10px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .art-features b{font-size:10px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-toc{padding:15px!important;border-radius:15px!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-toc ol{grid-template-columns:1fr!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-toc a{font-size:13px!important;line-height:1.35!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-intro{font-size:15px!important;line-height:1.78!important;color:#253662!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-content{font-size:15px!important;line-height:1.8!important;color:#24325e!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-content h2{font-size:20px!important;line-height:1.32!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-demo-night-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-cta{grid-template-columns:1fr 1.35fr 1.25fr!important;gap:10px!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;background:#fff!important;}
#lctsf-storefront.lctsf-article-v220.lctsf-mobile .lctsf-article-mobile-cta a{min-height:48px!important;border-radius:12px!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important;}
@media(max-width:980px){#lctsf-storefront.lctsf-article-v220 .lctsf-article-wrap{grid-template-columns:1fr!important;gap:0!important;}#lctsf-storefront.lctsf-article-v220 .lctsf-article-sidebar{display:none!important;}}


/* v2.3.0: featured image + CTA contrast fix */
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero,
#lctsf-storefront.lctsf-article .lctsf-article-hero{
  display:block!important;width:100%!important;aspect-ratio:16/9!important;min-height:auto!important;background:#071949!important;border-radius:16px!important;overflow:hidden!important;position:relative!important;
}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero:before,
#lctsf-storefront.lctsf-article .lctsf-article-hero:before{display:none!important;content:none!important;}
#lctsf-storefront.lctsf-article-v220 .lctsf-article-hero-image,
#lctsf-storefront.lctsf-article .lctsf-article-hero-image{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero figcaption{display:none!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero-art{position:relative!important;display:flex!important;width:100%!important;height:100%!important;min-height:100%!important;align-items:center!important;overflow:hidden!important;background:radial-gradient(circle at 74% 35%,#1196ff 0,var(--lctsf-primary) 28%,#061d68 64%,#030b2d 100%)!important;color:#fff!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta-v230,
#lctsf-storefront.lctsf-article .lctsf-article-cta{
  position:relative!important;isolation:isolate!important;min-height:230px!important;padding:24px!important;border:0!important;border-radius:18px!important;overflow:hidden!important;color:#fff!important;background:linear-gradient(135deg,#06113d 0%,#07358d 54%,#0b65ff 100%)!important;box-shadow:0 22px 44px rgba(3,31,92,.22)!important;text-decoration:none!important;
}
#lctsf-storefront.lctsf-article .lctsf-article-cta-v230:before,
#lctsf-storefront.lctsf-article .lctsf-article-cta:before{content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;background:var(--lctsf-cta-img,none) right bottom/48% auto no-repeat!important;opacity:.9!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta-v230:after,
#lctsf-storefront.lctsf-article .lctsf-article-cta:after{content:""!important;position:absolute!important;right:-70px!important;top:-70px!important;width:220px!important;height:220px!important;border-radius:50%!important;background:rgba(255,255,255,.13)!important;z-index:-1!important;}
#lctsf-storefront.lctsf-article .lctsf-cta-glow{position:absolute!important;right:16px!important;bottom:16px!important;width:120px!important;height:120px!important;border-radius:50%!important;background:rgba(255,255,255,.11)!important;z-index:-1!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta strong{display:block!important;max-width:76%!important;color:#fff!important;font-size:23px!important;line-height:1.12!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.02em!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta ul{max-width:80%!important;margin:22px 0 22px!important;padding:0!important;list-style:none!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta li{display:flex!important;align-items:center!important;gap:9px!important;margin:10px 0!important;color:#dbe8ff!important;font-size:14px!important;line-height:1.35!important;font-weight:750!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta li .lctsf-icon{width:18px!important;height:18px!important;color:#77b9ff!important;stroke-width:2.2!important;flex:0 0 18px!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta em{display:inline-flex!important;margin-top:auto!important;padding:12px 22px!important;border-radius:999px!important;color:#fff!important;background:var(--lctsf-accent)!important;box-shadow:0 12px 26px rgba(255,23,79,.35)!important;font-size:13px!important;font-weight:950!important;font-style:normal!important;letter-spacing:.01em!important;}
#lctsf-storefront.lctsf-article .lctsf-article-side-card h3{color:#071949!important;}
@media(max-width:767px){
  #lctsf-storefront.lctsf-article .lctsf-article-hero{border-radius:14px!important;}
  #lctsf-storefront.lctsf-article .lctsf-article-cta{min-height:210px!important;padding:20px!important;}
}


/* v2.4.0 article mobile strict image + CTA alignment fixes */
#lctsf-storefront.lctsf-article .lctsf-article-hero.has-image{
  display:block!important;aspect-ratio:16/9!important;min-height:auto!important;margin:0 0 22px!important;overflow:hidden!important;border-radius:16px!important;background:#fff!important;border:1px solid #d9e3f4!important;box-shadow:0 14px 34px rgba(12,42,94,.08)!important;
}
#lctsf-storefront.lctsf-article .lctsf-article-hero.has-image:before,
#lctsf-storefront.lctsf-article .lctsf-article-hero.has-image figcaption{display:none!important;content:none!important;}
#lctsf-storefront.lctsf-article .lctsf-article-hero-image{
  display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;margin:0!important;border-radius:inherit!important;
}
#lctsf-storefront.lctsf-article .lctsf-article-cta{
  color:#fff!important;background:radial-gradient(circle at 82% 18%,#176bff 0,#0643bd 38%,#06184f 100%)!important;border:0!important;box-shadow:0 18px 46px rgba(4,25,74,.28)!important;
}
#lctsf-storefront.lctsf-article .lctsf-article-cta strong,
#lctsf-storefront.lctsf-article .lctsf-article-cta li,
#lctsf-storefront.lctsf-article .lctsf-article-cta span,
#lctsf-storefront.lctsf-article .lctsf-article-cta p{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.18)!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta .lctsf-icon{color:#b9d7ff!important;stroke:#b9d7ff!important;}
#lctsf-storefront.lctsf-article .lctsf-article-cta em{color:#fff!important;background:var(--lctsf-accent)!important;box-shadow:0 10px 26px rgba(255,23,79,.28)!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile{max-width:430px!important;padding-bottom:104px!important;background:#fff!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top{
  position:sticky!important;top:0!important;z-index:10000!important;display:grid!important;grid-template-columns:36px minmax(0,1fr) 120px!important;align-items:center!important;height:62px!important;padding:0 14px!important;gap:8px!important;background:#fff!important;border-bottom:1px solid #e5ebf5!important;box-shadow:none!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top .back{
  display:grid!important;place-items:center!important;width:34px!important;height:34px!important;color:#071949!important;text-decoration:none!important;font-size:30px!important;line-height:1!important;font-weight:500!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top strong{
  display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#071949!important;font-size:19px!important;line-height:1!important;font-weight:900!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;margin:0!important;padding:0!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav a{
  display:grid!important;place-items:center!important;width:26px!important;height:26px!important;margin:0!important;padding:0!important;color:#071949!important;background:transparent!important;border:0!important;text-decoration:none!important;line-height:1!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav .lctsf-icon{
  width:24px!important;height:24px!important;display:block!important;stroke-width:2!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-main{padding:18px 16px 26px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-hero.has-image{border-radius:14px!important;margin-bottom:18px!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta{
  position:fixed!important;left:max(0px,calc((100vw - 430px)/2))!important;right:max(0px,calc((100vw - 430px)/2))!important;bottom:0!important;z-index:10001!important;display:grid!important;grid-template-columns:1fr 1.32fr 1.12fr!important;gap:10px!important;align-items:center!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e5ebf5!important;box-shadow:0 -10px 30px rgba(10,35,80,.08)!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta a{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 10px!important;border:0!important;border-radius:14px!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;line-height:1.15!important;white-space:nowrap!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .save{
  flex-direction:column!important;gap:3px!important;color:#071949!important;background:#fff!important;border-radius:0!important;box-shadow:none!important;padding:0!important;
}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .primary{color:#fff!important;background:linear-gradient(135deg,var(--lctsf-primary),#0048df)!important;box-shadow:0 8px 18px rgba(7,84,248,.22)!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .secondary{color:#fff!important;background:linear-gradient(135deg,var(--lctsf-accent),#ee003d)!important;box-shadow:0 8px 18px rgba(255,23,79,.22)!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .lctsf-icon{display:block!important;flex:0 0 auto!important;width:20px!important;height:20px!important;stroke-width:2!important;}
#lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta .save .lctsf-icon{width:23px!important;height:23px!important;}
@media(max-width:370px){
  #lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top{grid-template-columns:32px minmax(0,1fr) 106px!important;padding-inline:10px!important;}
  #lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-top nav{gap:10px!important;}
  #lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta{grid-template-columns:.92fr 1.24fr 1.05fr!important;gap:7px!important;padding-inline:8px!important;}
  #lctsf-storefront.lctsf-article.lctsf-mobile .lctsf-article-mobile-cta a{font-size:11px!important;padding-inline:7px!important;}
}


/* v2.5.0 - mobile services / deals / shortcode items builder */
#lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  padding:18px 12px!important;
  gap:4px!important;
}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items a:last-child .lctsf-icon,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items a:last-child .lctsf-icon{
  width:30px!important;height:30px!important;padding:0!important;border:0!important;border-radius:0!important;color:var(--lctsf-primary)!important;
}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items strong,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-services.is-four-items strong{font-size:10.5px!important;line-height:1.28!important;}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  grid-template-areas:'title link' 'count count'!important;
  align-items:center!important;
  gap:8px 12px!important;
  margin:0 0 12px!important;
}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile h2,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile h2{grid-area:title!important;margin:0!important;color:#071949!important;font-size:18px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:-.02em!important;}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile > a,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile > a{grid-area:link!important;display:inline-flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;color:var(--lctsf-primary)!important;text-decoration:none!important;font-size:12px!important;font-weight:850!important;}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown{grid-area:count!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:5px!important;justify-self:start!important;}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown b,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown b{display:grid!important;width:30px!important;height:30px!important;padding:0!important;place-items:center!important;border-radius:7px!important;background:var(--lctsf-accent)!important;color:#fff!important;font-size:13px!important;line-height:1!important;}
#lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown i,
.lctsf-storefront.lctsf-mobile .lctsf-promos-heading-mobile .lctsf-countdown i{font-style:normal!important;color:var(--lctsf-accent)!important;font-weight:950!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 8px!important;scroll-snap-type:x proximity!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card{flex:0 0 214px!important;width:214px!important;min-width:214px!important;min-height:238px!important;border-radius:18px!important;padding:18px!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card span,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card span{font-size:11px!important;line-height:1.2!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card h3,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card h3{font-size:17px!important;line-height:1.15!important;margin-top:6px!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card strong,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card strong{font-size:42px!important;line-height:1.02!important;}
#lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card em,
.lctsf-storefront.lctsf-mobile .lctsf-mobile-promo-scroll .lctsf-promo-card em{font-size:10px!important;padding:9px 17px!important;border-radius:999px!important;}
#lctsf-storefront .lctsf-items-block{overflow:hidden!important;}
#lctsf-storefront .lctsf-items-track{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 10px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}
#lctsf-storefront .lctsf-items-track::-webkit-scrollbar{display:none!important;}
#lctsf-storefront .lctsf-items-track .lctsf-product-card{flex:0 0 184px!important;width:184px!important;scroll-snap-align:start!important;}
#lctsf-storefront .lctsf-items-block.layout-grid .lctsf-items-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important;}
#lctsf-storefront .lctsf-items-block.layout-grid .lctsf-product-card{width:auto!important;max-width:none!important;min-width:0!important;}
#lctsf-storefront .lctsf-items-block.layout-row_ad .lctsf-items-track{display:grid!important;grid-template-columns:1.15fr repeat(3,minmax(0,1fr))!important;overflow:visible!important;align-items:stretch!important;}
#lctsf-storefront .lctsf-items-block.layout-row_ad .lctsf-product-card{width:auto!important;min-width:0!important;max-width:none!important;}
#lctsf-storefront .lctsf-items-block.layout-mosaic .lctsf-items-track{display:grid!important;grid-template-columns:1.35fr repeat(3,minmax(0,1fr))!important;overflow:visible!important;align-items:stretch!important;}
#lctsf-storefront .lctsf-items-block.layout-video_mix .lctsf-product-card.has-video-media{flex-basis:236px!important;width:236px!important;}
#lctsf-storefront .lctsf-items-cta{position:relative;display:flex!important;flex:0 0 220px!important;min-height:230px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;overflow:hidden!important;padding:20px!important;border-radius:18px!important;color:#fff!important;background:#052271 right bottom/70% auto no-repeat!important;background-image:radial-gradient(circle at 78% 22%,#1b6fff,#052271 56%)!important;text-decoration:none!important;box-shadow:0 14px 32px rgba(5,34,113,.16)!important;scroll-snap-align:start!important;}
#lctsf-storefront .lctsf-items-cta span{padding:5px 9px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;font-size:11px!important;font-weight:900!important;}
#lctsf-storefront .lctsf-items-cta strong{display:block!important;margin-top:12px!important;color:#fff!important;font-size:21px!important;line-height:1.12!important;font-weight:950!important;}
#lctsf-storefront .lctsf-items-cta small{display:block!important;margin-top:8px!important;color:rgba(255,255,255,.82)!important;font-size:12px!important;line-height:1.4!important;}
#lctsf-storefront .lctsf-items-cta em{margin-top:auto!important;padding:10px 16px!important;border-radius:999px!important;color:#052271!important;background:#fff!important;font-size:11px!important;font-style:normal!important;font-weight:950!important;}
@media(max-width:767px){
  #lctsf-storefront .lctsf-items-block{margin-inline:0!important;}
  #lctsf-storefront .lctsf-items-track{gap:12px!important;}
  #lctsf-storefront .lctsf-items-track .lctsf-product-card{flex-basis:168px!important;width:168px!important;}
  #lctsf-storefront .lctsf-items-cta{flex-basis:178px!important;min-height:220px!important;padding:17px!important;}
  #lctsf-storefront .lctsf-items-block.layout-grid .lctsf-items-track,
  #lctsf-storefront .lctsf-items-block.layout-row_ad .lctsf-items-track,
  #lctsf-storefront .lctsf-items-block.layout-mosaic .lctsf-items-track{display:flex!important;overflow-x:auto!important;}
}
@media(min-width:768px){
  #lctsf-storefront .lctsf-items-block.layout-slider .lctsf-items-track,
  #lctsf-storefront .lctsf-items-block.layout-scroll .lctsf-items-track{padding-bottom:12px!important;}
  #lctsf-storefront .lctsf-items-block.layout-slider .lctsf-product-card,
  #lctsf-storefront .lctsf-items-block.layout-scroll .lctsf-product-card{flex-basis:220px!important;width:220px!important;}
}


/* v2.6.0 WooCommerce product tabs + news overlap fix */
#lctsf-storefront.lctsf-desktop .lctsf-products-section.is-loading [data-lctsf-product-grid],
.lctsf-storefront.lctsf-desktop .lctsf-products-section.is-loading [data-lctsf-product-grid]{opacity:.45!important;pointer-events:none!important;transition:opacity .18s ease!important;}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a{cursor:pointer!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading > a,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading > a{position:relative!important;z-index:3!important;display:inline-flex!important;align-items:center!important;gap:6px!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-side,
.lctsf-storefront.lctsf-desktop .lctsf-news-side{overflow:hidden!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading,
.lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;padding:0 14px!important;align-items:center!important;min-height:50px!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading h2,
.lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading h2{min-width:0!important;font-size:18px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading a,
.lctsf-storefront.lctsf-desktop .lctsf-news-side .lctsf-section-heading a{position:relative!important;z-index:4!important;white-space:nowrap!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-list,
.lctsf-storefront.lctsf-desktop .lctsf-news-list{display:flex!important;flex-direction:column!important;gap:12px!important;padding:10px 14px 16px!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row,
.lctsf-storefront.lctsf-desktop .lctsf-news-row{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;min-height:78px!important;color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{grid-column:1!important;grid-row:1!important;width:112px!important;height:70px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:9px!important;background:#edf3ff!important;color:#7f95c9!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb img,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text{grid-column:2!important;grid-row:1!important;display:flex!important;min-width:0!important;flex-direction:column!important;gap:6px!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row strong,
.lctsf-storefront.lctsf-desktop .lctsf-news-row strong{display:-webkit-box!important;min-width:0!important;overflow:hidden!important;color:#071949!important;font-size:13px!important;line-height:1.28!important;font-weight:850!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;word-break:normal!important;overflow-wrap:anywhere!important;}
#lctsf-storefront.lctsf-desktop .lctsf-news-row small,
.lctsf-storefront.lctsf-desktop .lctsf-news-row small{grid-column:auto!important;margin:0!important;color:#73809a!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;}
@media(max-width:1380px){#lctsf-storefront.lctsf-desktop .lctsf-news-row,.lctsf-storefront.lctsf-desktop .lctsf-news-row{grid-template-columns:96px minmax(0,1fr)!important;}#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{width:96px!important;height:64px!important;}}


/* v2.7.0 product/news balance + clickable tabs hardening */
#lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news,
.lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:16px!important;
  align-items:start!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section,
.lctsf-storefront.lctsf-desktop .lctsf-products-section,
#lctsf-storefront.lctsf-desktop .lctsf-news-side,
.lctsf-storefront.lctsf-desktop .lctsf-news-side{
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  padding:0 14px 18px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading{
  position:relative!important;
  z-index:5!important;
  grid-template-columns:minmax(220px,auto) 1fr auto!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav{
  position:relative!important;
  z-index:8!important;
  pointer-events:auto!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a{
  position:relative!important;
  z-index:9!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active{
  color:var(--lctsf-primary)!important;
  border-bottom-color:var(--lctsf-primary)!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-side,
.lctsf-storefront.lctsf-desktop .lctsf-news-side{
  padding:0 0 16px!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-list,
.lctsf-storefront.lctsf-desktop .lctsf-news-list{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  padding:0 16px 0!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row,
.lctsf-storefront.lctsf-desktop .lctsf-news-row{
  display:grid!important;
  grid-template-columns:124px minmax(0,1fr)!important;
  gap:12px!important;
  min-height:76px!important;
  align-items:start!important;
  color:#071949!important;
  text-decoration:none!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{
  grid-column:1!important;
  grid-row:1!important;
  width:124px!important;
  height:76px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:10px!important;
  background:#eaf1ff!important;
  color:#7f95c9!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb img,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  overflow:visible!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:inherit!important;
  box-shadow:none!important;
  place-items:initial!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text strong,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text strong{
  display:-webkit-box!important;
  margin:0!important;
  min-width:0!important;
  overflow:hidden!important;
  color:#071949!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:850!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text small,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text small{
  display:block!important;
  margin:0!important;
  color:#73809a!important;
  font-size:12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
@media(max-width:1380px){
  #lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news,
  .lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news{grid-template-columns:minmax(0,1fr) 340px!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
  .lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-news-row,
  .lctsf-storefront.lctsf-desktop .lctsf-news-row{grid-template-columns:108px minmax(0,1fr)!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,
  .lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{width:108px!important;height:70px!important;}
}
@media(max-width:1180px){
  #lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news,
  .lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news{grid-template-columns:1fr!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-news-side,
  .lctsf-storefront.lctsf-desktop .lctsf-news-side{display:none!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
  .lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

.lctsf-product-detail .lctsf-btn,.lctsf-product-detail .lctsf-btn:visited{text-decoration:none}.lctsf-product-detail .amount bdi{font:inherit}.lctsf-product-detail .price ins{text-decoration:none}.lctsf-product-detail .woocommerce-breadcrumb a{text-decoration:none;color:var(--lctsf-muted)}


/* v3.0.2 homepage product/news card balance and clickability */
#lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news,
.lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news{
  grid-template-columns:minmax(0,1fr) 400px!important;
  gap:20px!important;
  align-items:start!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section,
.lctsf-storefront.lctsf-desktop .lctsf-products-section{
  padding-bottom:18px!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading{
  display:grid!important;
  grid-template-columns:minmax(210px,auto) minmax(320px,1fr) auto!important;
  align-items:center!important;
  min-height:72px!important;
  padding:0 18px 12px!important;
  gap:20px!important;
  margin-bottom:6px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading h2,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading h2{
  font-size:21px!important;
  line-height:1.15!important;
  margin:0!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  align-self:center!important;
  gap:26px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0!important;
  pointer-events:auto!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:42px!important;
  padding:0 2px!important;
  color:#071949!important;
  font-size:14px!important;
  font-weight:850!important;
  text-decoration:none!important;
  border-bottom:0!important;
  position:relative!important;
  z-index:10!important;
  cursor:pointer!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active{color:var(--lctsf-primary)!important;}
#lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active::after,
.lctsf-storefront.lctsf-desktop .lctsf-product-tabs-heading nav a.is-active::after{
  content:''!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-7px!important;
  height:3px!important;
  border-radius:99px!important;
  background:var(--lctsf-primary)!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-view-all-products,
.lctsf-storefront.lctsf-desktop .lctsf-view-all-products{
  justify-self:end!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:850!important;
  text-decoration:none!important;
  position:relative!important;
  z-index:10!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:16px!important;
  padding:0 18px 18px!important;
  align-items:stretch!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-card,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-card{
  min-height:302px!important;
  display:flex!important;
  flex-direction:column!important;
  cursor:pointer!important;
  border-radius:14px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-media,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-media{
  flex:0 0 auto!important;
  height:158px!important;
  aspect-ratio:auto!important;
  background:linear-gradient(180deg,#f7fbff,#eef4ff)!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-media img,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:14px 12px 8px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  padding:12px 14px 14px!important;
  min-height:144px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body h3,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body h3{
  min-height:40px!important;
  max-height:40px!important;
  margin:0 0 12px!important;
  font-size:14px!important;
  line-height:1.42!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body h3 a,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-body h3 a{
  color:#071949!important;
  text-decoration:none!important;
  -webkit-line-clamp:2!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price{
  min-height:42px!important;
  margin:0 42px 6px 0!important;
  font-size:16px!important;
  line-height:1.15!important;
  white-space:normal!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price ins,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price ins{
  display:block!important;
  color:var(--lctsf-accent)!important;
  text-decoration:none!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price del,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-price del{
  display:block!important;
  max-width:86px!important;
  margin:3px 0 0!important;
  color:#8d96aa!important;
  font-size:11px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-meta,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-meta{
  margin-top:auto!important;
  padding-right:42px!important;
  min-height:18px!important;
  font-size:11px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-cart-button,
.lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-cart-button{
  width:34px!important;
  height:34px!important;
  right:14px!important;
  bottom:18px!important;
  z-index:5!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-side,
.lctsf-storefront.lctsf-desktop .lctsf-news-side{
  min-height:0!important;
  padding-bottom:18px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-list,
.lctsf-storefront.lctsf-desktop .lctsf-news-list{
  gap:18px!important;
  padding:6px 18px 18px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row,
.lctsf-storefront.lctsf-desktop .lctsf-news-row{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:14px!important;
  min-height:88px!important;
  align-items:center!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{
  width:132px!important;
  height:82px!important;
  border-radius:10px!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text,
.lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-text{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  align-self:center!important;
  min-width:0!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row strong,
.lctsf-storefront.lctsf-desktop .lctsf-news-row strong{
  font-size:15px!important;
  line-height:1.3!important;
  -webkit-line-clamp:2!important;
  margin:0!important;
}
#lctsf-storefront.lctsf-desktop .lctsf-news-row small,
.lctsf-storefront.lctsf-desktop .lctsf-news-row small{
  margin:0!important;
  font-size:13px!important;
}
@media(max-width:1380px){
  #lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news,
  .lctsf-storefront.lctsf-desktop .lctsf-desktop-products-news{grid-template-columns:minmax(0,1fr) 360px!important;gap:16px!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
  .lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-news-row,
  .lctsf-storefront.lctsf-desktop .lctsf-news-row{grid-template-columns:116px minmax(0,1fr)!important;}
  #lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb,
  .lctsf-storefront.lctsf-desktop .lctsf-news-row .lctsf-news-thumb{width:116px!important;height:74px!important;}
}
@media(max-width:1180px){
  #lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid,
  .lctsf-storefront.lctsf-desktop .lctsf-products-section .lctsf-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}

/* v3.1.0 shortcode items builder */
.lctsf-shortcode{display:block;max-width:100%;}
.lctsf-shortcode .lctsf-section{margin:0 0 24px;}
.lctsf-shortcode .lctsf-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}
.lctsf-shortcode .lctsf-section-heading h2{margin:0;font-size:clamp(22px,2vw,34px);line-height:1.15;font-weight:900;color:#0d1b4c;}
.lctsf-shortcode .lctsf-items-shell{display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(0,2.2fr);gap:16px;align-items:stretch;}
.lctsf-shortcode .lctsf-items-block.banner-right .lctsf-items-shell{grid-template-columns:minmax(0,2.2fr) minmax(260px,1.1fr);}
.lctsf-shortcode .lctsf-items-block.banner-width-narrow .lctsf-items-shell{grid-template-columns:minmax(220px,.85fr) minmax(0,2.45fr);}
.lctsf-shortcode .lctsf-items-block.banner-right.banner-width-narrow .lctsf-items-shell{grid-template-columns:minmax(0,2.45fr) minmax(220px,.85fr);}
.lctsf-shortcode .lctsf-items-main{min-width:0;display:block;}
.lctsf-shortcode .lctsf-items-side{display:block;}
.lctsf-shortcode .lctsf-items-track{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 12px;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.lctsf-shortcode .lctsf-items-track::-webkit-scrollbar{display:none;}
.lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-items-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;}
.lctsf-shortcode .lctsf-items-block.layout-row_ad .lctsf-items-track{display:grid;grid-template-columns:minmax(240px,1.15fr) repeat(3,minmax(0,1fr));overflow:visible;align-items:stretch;}
.lctsf-shortcode .lctsf-items-block.layout-mosaic .lctsf-items-track{display:grid;grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(0,1fr));overflow:visible;align-items:stretch;}
.lctsf-shortcode .lctsf-items-block.layout-showcase .lctsf-items-track{display:flex;}
.lctsf-shortcode .lctsf-product-card,.lctsf-shortcode .lctsf-items-cta,.lctsf-shortcode .lctsf-mix-card{flex:0 0 255px;width:255px;min-width:255px;}
.lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-product-card,.lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-items-cta,.lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-mix-card,.lctsf-shortcode .lctsf-items-block.layout-row_ad .lctsf-product-card,.lctsf-shortcode .lctsf-items-block.layout-row_ad .lctsf-items-cta,.lctsf-shortcode .lctsf-items-block.layout-row_ad .lctsf-mix-card,.lctsf-shortcode .lctsf-items-block.layout-mosaic .lctsf-product-card,.lctsf-shortcode .lctsf-items-block.layout-mosaic .lctsf-items-cta,.lctsf-shortcode .lctsf-items-block.layout-mosaic .lctsf-mix-card{width:auto;min-width:0;}
.lctsf-shortcode .lctsf-product-card{position:relative;display:flex;flex-direction:column;border:1px solid #dbe4f2;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(17,40,88,.06);text-decoration:none;}
.lctsf-shortcode .lctsf-product-media{position:relative;display:flex;align-items:center;justify-content:center;height:260px;background:#f5f8ff;text-decoration:none;overflow:hidden;}
.lctsf-shortcode .lctsf-product-media img,.lctsf-shortcode .lctsf-product-media video{width:100%;height:100%;object-fit:contain;display:block;}
.lctsf-shortcode .lctsf-product-badge{position:absolute;top:12px;left:12px;z-index:3;padding:7px 12px;border-radius:10px;background:#ff273f;color:#fff;font-size:13px;font-weight:900;line-height:1;}
.lctsf-shortcode .lctsf-product-badge.is-blue{background:#1653ff;}
.lctsf-shortcode .lctsf-video-chip{position:absolute;top:12px;right:12px;z-index:3;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.66);color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:6px;}
.lctsf-shortcode .lctsf-video-play-overlay{position:absolute;inset:auto 14px 14px auto;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);color:#1234d2;box-shadow:0 10px 20px rgba(0,0,0,.16);}
.lctsf-shortcode .lctsf-product-icon-placeholder,.lctsf-shortcode .lctsf-image-placeholder{display:flex;align-items:center;justify-content:center;width:80px;height:80px;color:#8ca7ef;}
.lctsf-shortcode .lctsf-product-icon-placeholder svg,.lctsf-shortcode .lctsf-image-placeholder svg{width:56px;height:56px;}
.lctsf-shortcode .lctsf-product-body{position:relative;display:flex;flex-direction:column;gap:10px;padding:16px 16px 18px;min-height:170px;}
.lctsf-shortcode .lctsf-product-body h3{margin:0;min-height:56px;font-size:18px;line-height:1.35;font-weight:800;letter-spacing:-.01em;}
.lctsf-shortcode .lctsf-product-body h3 a{text-decoration:none;color:#14224e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.lctsf-shortcode .lctsf-product-price{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px 10px;padding-right:60px;line-height:1.2;}
.lctsf-shortcode .lctsf-product-price ins,.lctsf-shortcode .lctsf-product-price .woocommerce-Price-amount.amount{font-size:22px;font-weight:900;color:#f01d2b;text-decoration:none;}
.lctsf-shortcode .lctsf-product-price del{font-size:15px;color:#8894b0;}
.lctsf-shortcode .lctsf-product-meta{margin-top:auto;padding-right:60px;font-size:14px;color:#66718d;display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.lctsf-shortcode .lctsf-stars{color:#ffb400;font-size:18px;line-height:1;}
.lctsf-shortcode .lctsf-cart-button{position:absolute;right:16px;bottom:18px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#1653ff;color:#fff;text-decoration:none;box-shadow:0 10px 18px rgba(22,83,255,.22);}
.lctsf-shortcode .lctsf-cart-button svg{width:22px;height:22px;}
.lctsf-shortcode .lctsf-items-cta{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:100%;padding:22px;border-radius:20px;color:#fff;text-decoration:none;overflow:hidden;background:#052271 right bottom/cover no-repeat;background-image:radial-gradient(circle at 76% 20%,#ffc400 0,#ffc400 3%,transparent 3%),radial-gradient(circle at 84% 26%,rgba(255,255,255,.22) 0,rgba(255,255,255,.22) 8%,transparent 8%),linear-gradient(135deg,#ffcd00 0%,#ffdd57 16%,#fff6d0 17%,#fff6d0 100%);border:1px solid rgba(241,176,0,.18);box-shadow:0 14px 34px rgba(19,46,114,.12);}
.lctsf-shortcode .lctsf-items-cta::after{content:'';position:absolute;inset:auto -40px -38px auto;width:190px;height:190px;background:radial-gradient(circle,rgba(0,74,255,.22),transparent 64%);}
.lctsf-shortcode .lctsf-items-cta span{position:relative;z-index:1;padding:6px 10px;border-radius:999px;background:#ff243e;color:#fff;font-size:12px;font-weight:900;line-height:1;}
.lctsf-shortcode .lctsf-items-cta strong{position:relative;z-index:1;display:block;margin-top:14px;font-size:40px;line-height:1.04;font-weight:950;letter-spacing:-.03em;color:#0d1b4c;}
.lctsf-shortcode .lctsf-items-cta small{position:relative;z-index:1;display:block;margin-top:10px;max-width:92%;font-size:16px;line-height:1.45;color:#253355;}
.lctsf-shortcode .lctsf-items-cta em{position:relative;z-index:1;margin-top:auto;padding:12px 22px;border-radius:999px;background:#ff243e;color:#fff;font-style:normal;font-weight:900;font-size:15px;line-height:1;text-transform:uppercase;}
.lctsf-shortcode .lctsf-mix-card{display:flex;flex-direction:column;min-height:100%;padding:14px;border:1px solid #dbe4f2;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(17,40,88,.06);}
.lctsf-shortcode .lctsf-mix-card-link,.lctsf-shortcode .lctsf-mix-card.is-video,.lctsf-shortcode .lctsf-mix-card.is-live{display:flex;flex-direction:column;gap:12px;min-height:100%;text-decoration:none;color:#14224e;}
.lctsf-shortcode .lctsf-mix-label{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#edf2ff;color:#1653ff;font-size:12px;font-weight:900;line-height:1;}
.lctsf-shortcode .lctsf-mix-card.is-live .lctsf-mix-label{background:#ffe8ee;color:#ff2344;}
.lctsf-shortcode .lctsf-mix-thumb{position:relative;display:flex;align-items:center;justify-content:center;height:162px;border-radius:14px;background:#f5f8ff;overflow:hidden;}
.lctsf-shortcode .lctsf-mix-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.lctsf-shortcode .lctsf-mix-thumb.is-placeholder{color:#8ca7ef;}
.lctsf-shortcode .lctsf-mix-thumb.is-placeholder svg{width:44px;height:44px;}
.lctsf-shortcode .lctsf-mix-play{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);color:#1653ff;box-shadow:0 8px 20px rgba(0,0,0,.16);}
.lctsf-shortcode .lctsf-mix-card strong{display:block;font-size:18px;line-height:1.35;font-weight:850;}
.lctsf-shortcode .lctsf-mix-card small{display:block;color:#67728e;font-size:14px;line-height:1.45;}
.lctsf-shortcode .lctsf-mix-card em{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:10px 16px;border-radius:999px;background:#1653ff;color:#fff;font-style:normal;font-weight:800;font-size:13px;line-height:1;}
@media (max-width: 1024px){
  .lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-items-track{grid-template-columns:repeat(3,minmax(0,1fr));}
  .lctsf-shortcode .lctsf-items-shell,.lctsf-shortcode .lctsf-items-block.banner-right .lctsf-items-shell,.lctsf-shortcode .lctsf-items-block.banner-width-narrow .lctsf-items-shell,.lctsf-shortcode .lctsf-items-block.banner-right.banner-width-narrow .lctsf-items-shell{grid-template-columns:1fr;}
  .lctsf-shortcode .lctsf-items-side{order:2;}
  .lctsf-shortcode .lctsf-items-main{order:1;}
}
@media (max-width: 767px){
  .lctsf-shortcode .lctsf-section-heading h2{font-size:24px;}
  .lctsf-shortcode .lctsf-items-track{gap:12px;padding-bottom:10px;}
  .lctsf-shortcode .lctsf-product-card,.lctsf-shortcode .lctsf-items-cta,.lctsf-shortcode .lctsf-mix-card{flex-basis:198px;width:198px;min-width:198px;}
  .lctsf-shortcode .lctsf-product-media{height:190px;}
  .lctsf-shortcode .lctsf-product-body{padding:14px 14px 16px;min-height:155px;}
  .lctsf-shortcode .lctsf-product-body h3{font-size:17px;min-height:48px;}
  .lctsf-shortcode .lctsf-product-price ins,.lctsf-shortcode .lctsf-product-price .woocommerce-Price-amount.amount{font-size:20px;}
  .lctsf-shortcode .lctsf-product-price del,.lctsf-shortcode .lctsf-product-meta{font-size:13px;}
  .lctsf-shortcode .lctsf-cart-button{width:40px;height:40px;right:14px;bottom:16px;}
  .lctsf-shortcode .lctsf-items-cta{min-height:320px;padding:18px;}
  .lctsf-shortcode .lctsf-items-cta strong{font-size:31px;}
  .lctsf-shortcode .lctsf-items-cta small{font-size:14px;}
  .lctsf-shortcode .lctsf-items-block.layout-grid .lctsf-items-track,.lctsf-shortcode .lctsf-items-block.layout-row_ad .lctsf-items-track,.lctsf-shortcode .lctsf-items-block.layout-mosaic .lctsf-items-track{display:flex;overflow-x:auto;}
}

/* v3.1.1 product demo/card click reliability */
#lctsf-storefront .lctsf-product-card,.lctsf-shortcode .lctsf-product-card{cursor:pointer!important;position:relative!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-card-overlay,.lctsf-shortcode .lctsf-product-card .lctsf-product-card-overlay{position:absolute!important;inset:0!important;z-index:2!important;border-radius:inherit!important;text-indent:-9999px!important;overflow:hidden!important;background:transparent!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-media,#lctsf-storefront .lctsf-product-card .lctsf-product-body h3 a,.lctsf-shortcode .lctsf-product-card .lctsf-product-media,.lctsf-shortcode .lctsf-product-card .lctsf-product-body h3 a{position:relative!important;z-index:3!important;}
#lctsf-storefront .lctsf-product-card .lctsf-cart-button,#lctsf-storefront .lctsf-product-card button,#lctsf-storefront .lctsf-product-card input,.lctsf-shortcode .lctsf-product-card .lctsf-cart-button,.lctsf-shortcode .lctsf-product-card button,.lctsf-shortcode .lctsf-product-card input{position:absolute!important;z-index:8!important;}
#lctsf-storefront .lctsf-product-card .lctsf-cart-button:hover,.lctsf-shortcode .lctsf-product-card .lctsf-cart-button:hover{transform:translateY(-1px)!important;}

/* v3.1.3 product detail hard layout fix */
body.lctsf-active{background:#f3f6fb!important;}
#lctsf-storefront.lctsf-product-detail,
#lctsf-storefront.lctsf-product-detail *{box-sizing:border-box!important;}
#lctsf-storefront.lctsf-product-detail{width:100%!important;max-width:none!important;overflow-x:hidden!important;background:#f3f6fb!important;color:#071949!important;font-family:var(--lctsf-font,Inter,Arial,sans-serif)!important;line-height:1.45!important;}
#lctsf-storefront.lctsf-product-detail a{text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail img{max-width:100%!important;height:auto!important;}
#lctsf-storefront.lctsf-product-detail svg{width:22px!important;height:22px!important;display:inline-block!important;vertical-align:middle!important;}

#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-wrap{width:min(var(--lctsf-max,1456px),calc(100vw - 48px))!important;max-width:min(var(--lctsf-max,1456px),calc(100vw - 48px))!important;margin:0 auto!important;padding:22px 0 40px!important;display:block!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-breadcrumb{margin:0 0 18px!important;color:#6c7894!important;font-size:14px!important;line-height:1.4!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-woo-breadcrumb,#lctsf-storefront.lctsf-product-desktop .woocommerce-breadcrumb{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid{display:grid!important;grid-template-columns:minmax(420px,520px) minmax(360px,1fr) minmax(320px,380px)!important;gap:24px!important;align-items:start!important;width:100%!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-side-section{background:#fff!important;border:1px solid #dfe7f4!important;border-radius:18px!important;box-shadow:0 10px 34px rgba(13,37,88,.05)!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:16px!important;padding:18px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumbs{display:flex!important;flex-direction:column!important;gap:10px!important;width:76px!important;max-width:76px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb{display:flex!important;align-items:center!important;justify-content:center!important;width:76px!important;height:76px!important;min-height:76px!important;border:1.5px solid #d9e2f3!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important;position:relative!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb.is-active{border-color:#1261ff!important;box-shadow:0 0 0 2px rgba(18,97,255,.08)!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb em{position:absolute!important;left:6px!important;right:6px!important;bottom:6px!important;padding:3px 5px!important;border-radius:999px!important;background:rgba(5,25,73,.76)!important;color:#fff!important;font-size:10px!important;font-style:normal!important;text-align:center!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:520px!important;min-height:520px!important;padding:18px!important;border:1px solid #edf1f8!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media img,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media video{display:block!important;max-width:100%!important;max-height:484px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0 auto!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions{grid-column:1/-1!important;display:flex!important;justify-content:center!important;gap:12px!important;padding-top:2px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 14px!important;border:1px solid #dce5f3!important;border-radius:10px!important;background:#fff!important;color:#071949!important;font-size:13px!important;line-height:1!important;cursor:pointer!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary{padding:20px!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 14px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges span{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 10px!important;border-radius:8px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges .sale{background:var(--lctsf-accent)!important;color:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges .hot{background:#1458ff!important;color:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges .spec-chip{background:#f1ecff!important;color:#6b3ff1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary h1{margin:0 0 12px!important;color:#071949!important;font-size:22px!important;line-height:1.35!important;font-weight:850!important;letter-spacing:-.01em!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-rating,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;color:#6c7894!important;font-size:14px!important;margin:0 0 12px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-rating .stars{color:#ffb400!important;letter-spacing:2px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta{padding-bottom:14px!important;border-bottom:1px solid #edf1f8!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:7px!important;margin:0 0 16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins .amount,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price .amount{color:var(--lctsf-accent)!important;font-size:28px!important;font-weight:900!important;text-decoration:none!important;line-height:1.1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price del{color:#7f8aa3!important;font-size:17px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price small{display:inline-flex!important;padding:5px 10px!important;border-radius:999px!important;background:#fff0f5!important;color:var(--lctsf-accent)!important;font-size:13px!important;font-weight:700!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 16px!important;margin:14px 0 16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item>span{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;color:#0b2a70!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item strong{display:block!important;color:#071949!important;font-size:14px!important;line-height:1.3!important;margin:0 0 2px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item small{display:block!important;color:#66718d!important;font-size:13px!important;line-height:1.35!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list{background:#fbfcff!important;border:1px solid #edf1f8!important;border-radius:12px!important;padding:14px 16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list h3{margin:0 0 8px!important;font-size:16px!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list ul{margin:0!important;padding-left:18px!important;display:grid!important;gap:7px!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox{position:sticky!important;top:16px!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card{display:block!important;padding:18px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price{display:flex!important;align-items:flex-end!important;gap:10px!important;margin:0 0 8px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong .amount{font-size:30px!important;line-height:1!important;font-weight:900!important;color:var(--lctsf-accent)!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price del{color:#7f8aa3!important;font-size:16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card>small{display:inline-flex!important;margin:0 0 16px!important;padding:5px 10px!important;border-radius:999px!important;background:#fff0f5!important;color:var(--lctsf-accent)!important;font-weight:700!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{display:grid!important;grid-template-columns:76px 112px minmax(80px,1fr)!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty label{font-weight:700!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty div{display:flex!important;align-items:center!important;overflow:hidden!important;height:40px!important;border:1px solid #dfe6f3!important;border-radius:10px!important;background:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty button{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:40px!important;padding:0!important;border:0!important;background:#f7f9fd!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty input{width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;text-align:center!important;background:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty .stock{color:#189653!important;font-size:13px!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:48px!important;margin:0 0 10px!important;border-radius:10px!important;border:0!important;text-decoration:none!important;font-size:15px!important;font-weight:850!important;line-height:1!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-btn-cart{background:var(--lctsf-accent)!important;color:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-btn-buy{background:var(--lctsf-primary)!important;color:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-btn-installment{background:#fff!important;color:var(--lctsf-primary)!important;border:1.5px solid var(--lctsf-primary)!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-location{display:block!important;margin:14px 0!important;padding:10px 12px!important;border:1px solid #edf1f8!important;border-radius:10px!important;background:#fbfcff!important;color:#66718d!important;font-size:13px!important;line-height:1.4!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-location a{float:right!important;color:var(--lctsf-primary)!important;font-weight:700!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list{display:grid!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list li{display:grid!important;grid-template-columns:26px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;font-size:13px!important;color:#66718d!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list li span{color:#071949!important;font-weight:700!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list li small{text-align:right!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-share{display:flex!important;align-items:center!important;gap:10px!important;margin-top:14px!important;padding-top:14px!important;border-top:1px solid #edf1f8!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-share a{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border:1px solid #dfe6f3!important;border-radius:50%!important;background:#fff!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;gap:24px!important;margin-top:24px!important;width:100%!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs{display:flex!important;align-items:center!important;gap:30px!important;overflow:auto!important;margin:0!important;padding:0 18px!important;border:1px solid #dfe7f4!important;border-bottom:0!important;border-radius:16px 16px 0 0!important;background:#fff!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a{display:flex!important;align-items:center!important;height:58px!important;color:#071949!important;font-weight:800!important;border-bottom:3px solid transparent!important;white-space:nowrap!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a.is-active{color:var(--lctsf-primary)!important;border-bottom-color:var(--lctsf-primary)!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel{padding:20px!important;border-top-left-radius:0!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel h3{margin:0 0 16px!important;font-size:18px!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table table{width:100%!important;border-collapse:collapse!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table tbody{vertical-align:top!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table th,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table td{padding:12px!important;border-bottom:1px solid #edf1f8!important;text-align:left!important;vertical-align:top!important;font-size:14px!important;line-height:1.4!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table th{width:34%!important;background:#fafcff!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-description{color:#071949!important;font-size:15px!important;line-height:1.8!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-more-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:14px!important;padding:10px 16px!important;border:1px solid #dfe6f3!important;border-radius:999px!important;color:var(--lctsf-primary)!important;font-weight:800!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-side-section{padding:16px!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-item{position:relative!important;padding:10px!important;border:1px solid #edf1f8!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-item .media{display:flex!important;align-items:center!important;justify-content:center!important;height:120px!important;background:#fff!important;border-radius:10px!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-item img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-item h4{height:40px!important;margin:8px 0!important;overflow:hidden!important;font-size:14px!important;line-height:1.4!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-related-item strong{color:var(--lctsf-accent)!important;font-weight:900!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-summary{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;}#lctsf-storefront.lctsf-product-desktop .score strong{font-size:50px!important;color:#071949!important;}#lctsf-storefront.lctsf-product-desktop .bar-row{display:grid!important;grid-template-columns:42px minmax(0,1fr) 44px!important;gap:8px!important;align-items:center!important;margin-bottom:8px!important;}#lctsf-storefront.lctsf-product-desktop .bar{height:8px!important;border-radius:999px!important;background:#edf1f8!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-desktop .bar em{display:block!important;height:100%!important;background:#ffb400!important;}
@media(max-width:1280px){#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid{grid-template-columns:420px minmax(0,1fr)!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox{grid-column:1/-1!important;position:static!important;}#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{grid-template-columns:1fr!important;}}

#lctsf-storefront.lctsf-product-mobile{display:block!important;width:100%!important;max-width:480px!important;margin:0 auto!important;background:#f3f6fb!important;padding-bottom:112px!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{position:sticky!important;top:0!important;z-index:50!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:58px!important;padding:10px 14px!important;background:#fff!important;border-bottom:1px solid #e6ebf4!important;box-shadow:0 4px 16px rgba(13,37,88,.04)!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:1 1 auto!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back{flex:0 0 28px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:36px!important;color:#071949!important;font-size:24px!important;line-height:1!important;text-decoration:none!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{display:flex!important;align-items:center!important;gap:16px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;min-width:0!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar{display:none!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{display:flex!important;align-items:center!important;min-height:38px!important;padding:0 0 8px!important;color:#67728e!important;font-size:15px!important;font-weight:700!important;border-bottom:3px solid transparent!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a.is-active{color:var(--lctsf-accent)!important;border-bottom-color:var(--lctsf-accent)!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions a{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:36px!important;color:#071949!important;font-size:18px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-main{display:block!important;width:100%!important;margin:0!important;padding:12px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-hero,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-card,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits{background:#fff!important;border:1px solid #e6ebf4!important;border-radius:18px!important;box-shadow:0 8px 28px rgba(13,37,88,.04)!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-hero{display:block!important;padding:14px!important;margin:0 0 14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-media-col{position:relative!important;display:block!important;padding-top:0!important;margin:0 0 14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges{position:absolute!important;left:0!important;top:0!important;z-index:3!important;display:flex!important;flex-direction:column!important;gap:8px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:52px!important;height:28px!important;padding:0 10px!important;border-radius:8px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges .sale,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges .hot{background:var(--lctsf-accent)!important;color:#fff!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges .light{background:#f1ecff!important;color:#6b3ff1!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;padding:46px 10px 10px!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media img,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media video{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:auto!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-counter{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:30px!important;margin:8px 0 10px!important;border-radius:999px!important;background:#f4f7fc!important;color:#67728e!important;font-size:13px!important;font-weight:800!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs{display:flex!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:2px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs::-webkit-scrollbar{display:none!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 64px!important;width:64px!important;height:64px!important;border:1.5px solid #dfe6f3!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb.is-active{border-color:#ff4b91!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs img{width:100%!important;height:100%!important;object-fit:contain!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .more{color:#071949!important;font-size:22px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col{display:block!important;padding:0!important;margin:0!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col .spec-chip{display:inline-flex!important;margin:0 0 10px!important;padding:7px 10px!important;border-radius:9px!important;background:#f1ecff!important;color:#6b3ff1!important;font-size:13px!important;font-weight:900!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col h1{display:block!important;margin:0 0 10px!important;color:#071949!important;font-size:21px!important;line-height:1.35!important;font-weight:850!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-rating{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 10px!important;color:#66718d!important;font-size:14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-rating .stars{color:#ffb400!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price{display:flex!important;align-items:flex-end!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 8px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price strong{display:inline-flex!important;color:var(--lctsf-accent)!important;font-size:26px!important;line-height:1!important;font-weight:900!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price del{color:#7f8aa3!important;font-size:15px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-save{display:inline-flex!important;margin:0 0 12px!important;padding:6px 10px!important;border-radius:9px!important;background:#fff0f5!important;color:var(--lctsf-accent)!important;font-size:13px!important;font-weight:800!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:10px!important;border:1px solid #edf1f8!important;border-radius:12px!important;background:#fff!important;min-width:0!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec svg{width:22px!important;height:22px!important;color:#071949!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec strong{display:block!important;margin:0 0 2px!important;color:#071949!important;font-size:13px!important;line-height:1.25!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec small{display:block!important;color:#66718d!important;font-size:12px!important;line-height:1.3!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-buybox{display:grid!important;gap:10px!important;margin:0!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty{display:grid!important;grid-template-columns:auto 1fr!important;gap:10px!important;align-items:center!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty label{font-weight:800!important;color:#071949!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty>div{display:flex!important;align-items:center!important;justify-content:center!important;height:44px!important;overflow:hidden!important;border:1px solid #dfe6f3!important;border-radius:12px!important;background:#fff!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty button{width:40px!important;height:44px!important;border:0!important;background:#f8faff!important;color:#071949!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input{width:44px!important;height:44px!important;margin:0!important;padding:0!important;border:0!important;text-align:center!important;background:#fff!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty .lctsf-btn-cart{grid-column:1/-1!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:48px!important;border-radius:12px!important;text-align:center!important;font-size:14px!important;font-weight:900!important;line-height:1!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-btn-cart{background:var(--lctsf-accent)!important;color:#fff!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-btn-buy{background:#fff!important;border:2px solid #ff4b91!important;color:var(--lctsf-accent)!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo{display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin:0 0 14px!important;padding:14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo strong{display:block!important;color:#071949!important;font-size:14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo p{margin:2px 0 0!important;color:#66718d!important;font-size:13px!important;line-height:1.35!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo a{color:var(--lctsf-accent)!important;font-size:13px!important;font-weight:800!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0 0 14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits .benefit{display:block!important;padding:14px 10px!important;text-align:center!important;border-right:1px solid #edf1f8!important;border-bottom:1px solid #edf1f8!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits svg{display:block!important;margin:0 auto 8px!important;color:var(--lctsf-accent)!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits strong{display:block!important;color:#071949!important;font-size:13px!important;line-height:1.25!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits small{display:block!important;color:#66718d!important;font-size:12px!important;line-height:1.3!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-card{display:block!important;margin:0 0 14px!important;padding:16px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 0 12px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-card-head h3{margin:0!important;color:#071949!important;font-size:18px!important;line-height:1.25!important;font-weight:850!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-card-head a{color:var(--lctsf-primary)!important;font-size:13px!important;font-weight:800!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-content{display:block!important;color:#071949!important;font-size:14px!important;line-height:1.75!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-more-link{display:inline-flex!important;margin-top:10px!important;color:var(--lctsf-accent)!important;font-weight:800!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-scroll{display:flex!important;gap:12px!important;overflow-x:auto!important;padding:0 0 4px!important;scrollbar-width:none!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-scroll::-webkit-scrollbar{display:none!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item{position:relative!important;display:block!important;flex:0 0 168px!important;width:168px!important;min-width:168px!important;padding:10px!important;border:1px solid #edf1f8!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item .media{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:120px!important;background:#fff!important;border-radius:12px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item h4{display:block!important;height:40px!important;margin:8px 0!important;overflow:hidden!important;font-size:13px!important;line-height:1.35!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item strong{color:var(--lctsf-accent)!important;font-weight:900!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-related-item .plus{position:absolute!important;right:10px!important;bottom:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:8px!important;background:var(--lctsf-accent)!important;color:#fff!important;font-size:20px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{display:grid!important;grid-template-columns:94px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}#lctsf-storefront.lctsf-product-mobile .score strong{color:#071949!important;font-size:44px!important;}#lctsf-storefront.lctsf-product-mobile .score span{font-size:20px!important;}#lctsf-storefront.lctsf-product-mobile .score small{display:block!important;color:#66718d!important;font-size:12px!important;}#lctsf-storefront.lctsf-product-mobile .bar-row{display:grid!important;grid-template-columns:34px minmax(0,1fr) 36px!important;gap:6px!important;align-items:center!important;margin-bottom:7px!important;font-size:12px!important;}#lctsf-storefront.lctsf-product-mobile .bar{height:7px!important;border-radius:999px!important;background:#edf1f8!important;overflow:hidden!important;}#lctsf-storefront.lctsf-product-mobile .bar em{display:block!important;height:100%!important;background:#ffb400!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card{display:block!important;margin-top:12px!important;padding:12px!important;border:1px solid #edf1f8!important;border-radius:12px!important;background:#fff!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .who{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table table{width:100%!important;border-collapse:collapse!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table th,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table td{padding:10px!important;border-bottom:1px solid #edf1f8!important;text-align:left!important;vertical-align:top!important;font-size:13px!important;line-height:1.4!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table th{width:42%!important;color:#071949!important;font-weight:900!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:60!important;display:grid!important;grid-template-columns:70px 70px 1fr 1fr!important;gap:8px!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e6ebf4!important;box-shadow:0 -8px 30px rgba(13,37,88,.08)!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:52px!important;border-radius:14px!important;font-weight:900!important;text-align:center!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar span{display:block!important;font-size:11px!important;line-height:1.25!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar .chat,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar .wish{background:#fff!important;color:#071949!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar .cart{background:#fff!important;color:var(--lctsf-accent)!important;border:2px solid #ff4b91!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar .buy{background:var(--lctsf-accent)!important;color:#fff!important;}
@media(max-width:380px){#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{gap:12px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{font-size:14px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid{grid-template-columns:1fr!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar{grid-template-columns:62px 62px 1fr 1fr!important;gap:6px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar span{font-size:10px!important;}}

/* v3.1.4 product detail compact balance fix */
html body #lctsf-storefront.lctsf-product-detail,
body #lctsf-storefront.lctsf-product-detail{
  --pdp-gap:18px;
  --pdp-radius:16px;
  --pdp-border:#dfe7f4;
  --pdp-card:#fff;
  --pdp-bg:#f4f7fc;
  background:var(--pdp-bg)!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-wrap,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-wrap{
  max-width:1456px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:18px 20px 32px!important;
  box-sizing:border-box!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-breadcrumb,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-breadcrumb{
  margin:0 0 14px!important;
  font-size:13px!important;
  line-height:1.4!important;
  color:#66718d!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid{
  display:grid!important;
  grid-template-columns:minmax(420px,520px) minmax(380px,520px) minmax(310px,360px)!important;
  gap:var(--pdp-gap)!important;
  align-items:start!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-side-section,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-side-section{
  background:#fff!important;
  border:1px solid var(--pdp-border)!important;
  border-radius:var(--pdp-radius)!important;
  box-shadow:0 10px 26px rgba(17,40,88,.045)!important;
  box-sizing:border-box!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-gallery{
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr)!important;
  gap:14px!important;
  padding:14px!important;
  min-height:0!important;
  overflow:hidden!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumbs,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumbs{gap:9px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb{
  width:70px!important;height:70px!important;min-height:70px!important;border-radius:10px!important;background:#fff!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb img,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media{
  min-height:440px!important;
  height:440px!important;
  padding:18px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid #edf1f8!important;
  box-sizing:border-box!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media img,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media video,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media img,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media video{
  display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:auto!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions{
  grid-column:1/-1!important;display:flex!important;justify-content:center!important;gap:10px!important;padding-top:2px!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions button,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-media-actions button{
  height:38px!important;padding:0 14px!important;border-radius:9px!important;font-size:13px!important;background:#fff!important;color:#071949!important;border:1px solid #dfe7f4!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary{padding:18px!important;min-height:0!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges{gap:8px!important;margin:0 0 12px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges span,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-badges span{height:28px!important;padding:0 10px!important;font-size:12px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary h1,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary h1{
  margin:0 0 10px!important;font-size:22px!important;line-height:1.32!important;letter-spacing:-.02em!important;color:#071949!important;
}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-rating,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-rating,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta{font-size:13px!important;line-height:1.45!important;gap:8px!important;margin-bottom:10px!important;color:#66718d!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta{padding-bottom:12px!important;border-bottom:1px solid #edf1f8!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price{padding:8px 0 12px!important;gap:6px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins .amount,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-price ins .amount{font-size:27px!important;line-height:1.05!important;color:var(--lctsf-accent)!important;font-weight:950!important;text-decoration:none!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-grid,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0 0 14px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item{display:flex!important;gap:9px!important;align-items:flex-start!important;min-width:0!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item strong,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item strong{font-size:13px!important;line-height:1.25!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item small,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-item small{font-size:12px!important;color:#66718d!important;line-height:1.35!important;display:block!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list{padding:14px!important;border-radius:13px!important;background:#fbfcff!important;border:1px solid #edf1f8!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list h3,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list h3{font-size:16px!important;margin:0 0 8px!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list ul,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list ul{margin:0!important;padding-left:18px!important;font-size:13px!important;line-height:1.55!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox{position:sticky!important;top:14px!important;align-self:start!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card{padding:18px!important;min-height:0!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong .amount,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong .amount{font-size:29px!important;line-height:1!important;color:var(--lctsf-accent)!important;font-weight:950!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{display:grid!important;grid-template-columns:72px 1fr auto!important;gap:9px!important;margin:12px 0!important;align-items:center!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty div,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty div{height:38px!important;border-radius:9px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-btn,
body #lctsf-storefront.lctsf-product-desktop .lctsf-btn{height:46px!important;border-radius:10px!important;margin-bottom:9px!important;font-size:14px!important;line-height:1!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-location,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-location{margin:12px 0!important;padding:9px 10px!important;font-size:12px!important;border-radius:9px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list{gap:8px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list li,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-service-list li{grid-template-columns:20px minmax(0,1fr) auto!important;gap:9px!important;font-size:12px!important;line-height:1.35!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{display:grid!important;grid-template-columns:minmax(0,860px) minmax(320px,1fr)!important;gap:18px!important;margin-top:18px!important;align-items:start!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid:not(:has(.lctsf-pdp-bottom-side > *)),
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid:not(:has(.lctsf-pdp-bottom-side > *)){grid-template-columns:minmax(0,920px)!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-side:empty,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-side:empty{display:none!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs{display:flex!important;gap:26px!important;padding:0 18px!important;border-radius:16px 16px 0 0!important;height:58px!important;align-items:center!important;background:#fff!important;border:1px solid #dfe7f4!important;border-bottom:0!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a{display:flex!important;align-items:center!important;height:58px!important;padding:0!important;font-size:13px!important;font-weight:900!important;color:#071949!important;text-decoration:none!important;border-bottom:3px solid transparent!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a.is-active,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a.is-active{color:var(--lctsf-primary)!important;border-bottom-color:var(--lctsf-primary)!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel{padding:18px!important;border-top-left-radius:0!important;margin:0 0 14px!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel h3,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel h3{font-size:18px!important;margin:0 0 12px!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table table,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table table{width:100%!important;border-collapse:collapse!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table th,
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table td,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table th,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-table td{padding:12px 14px!important;font-size:13px!important;line-height:1.4!important;border-bottom:1px solid #edf1f8!important;}
html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-description,
body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-description{font-size:14px!important;line-height:1.75!important;color:#071949!important;}
@media(max-width:1320px){html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid,body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-grid{grid-template-columns:minmax(360px,460px) minmax(0,1fr)!important;}html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox,body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox{grid-column:1/-1!important;position:static!important;}html body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid,body #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{grid-template-columns:1fr!important;}}

/* v3.1.4 mobile product detail compact app layout */
html body #lctsf-storefront.lctsf-product-mobile,
body #lctsf-storefront.lctsf-product-mobile{max-width:430px!important;margin:0 auto!important;background:#f3f6fb!important;padding-bottom:104px!important;box-sizing:border-box!important;overflow-x:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{display:flex!important;align-items:center!important;justify-content:space-between!important;height:56px!important;padding:0 14px!important;background:#fff!important;border-bottom:1px solid #e7edf7!important;position:sticky!important;top:0!important;z-index:50!important;box-sizing:border-box!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;flex:1!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back{flex:0 0 28px!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:24px!important;color:#071949!important;text-decoration:none!important;line-height:1!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{display:flex!important;align-items:center!important;gap:18px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;min-width:0!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar{display:none!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{height:56px!important;display:flex!important;align-items:center!important;font-size:15px!important;font-weight:700!important;color:#707892!important;text-decoration:none!important;border-bottom:3px solid transparent!important;line-height:1!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a.is-active,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a.is-active{color:var(--lctsf-accent)!important;border-bottom-color:var(--lctsf-accent)!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions{display:flex!important;align-items:center!important;gap:12px!important;flex:0 0 auto!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions a,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions a{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#071949!important;text-decoration:none!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-main,
body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-main{padding:12px 12px 22px!important;margin:0!important;display:block!important;width:100%!important;box-sizing:border-box!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-hero,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-hero{display:block!important;margin:0 0 12px!important;padding:12px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e3ebf6!important;box-shadow:0 8px 24px rgba(16,40,88,.045)!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-media-col,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-media-col{position:relative!important;margin:0 0 12px!important;padding:0!important;display:block!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges{position:absolute!important;left:0!important;top:0!important;z-index:4!important;display:flex!important;flex-direction:column!important;gap:7px!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges span,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-badges span{height:29px!important;min-width:52px!important;padding:0 10px!important;border-radius:8px!important;font-size:13px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media{height:292px!important;min-height:292px!important;margin:0 0 10px!important;border-radius:15px!important;background:#f7faff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media img,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media img{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:auto!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-counter,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-counter{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:31px!important;min-width:46px!important;margin:0 0 10px!important;border-radius:999px!important;background:#f0f4fb!important;color:#66718d!important;font-size:13px!important;font-weight:800!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs{display:flex!important;gap:10px!important;overflow-x:auto!important;padding:0 0 2px!important;scrollbar-width:none!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb{width:62px!important;height:62px!important;min-width:62px!important;flex:0 0 62px!important;border:1px solid #dfe7f4!important;border-radius:12px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb.is-active,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-thumbs .thumb.is-active{border-color:#ff4b91!important;box-shadow:0 0 0 1px #ff4b91!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col{padding:0!important;margin:0!important;display:block!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col .spec-chip,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col .spec-chip{display:inline-flex!important;align-items:center!important;height:31px!important;padding:0 11px!important;margin:0 0 10px!important;border-radius:10px!important;background:#f1ecff!important;color:#6b3ff1!important;font-size:13px!important;font-weight:900!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col h1,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-info-col h1{margin:0 0 9px!important;color:#071949!important;font-size:23px!important;line-height:1.25!important;letter-spacing:-.02em!important;font-weight:900!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-rating,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-rating{display:flex!important;gap:7px!important;align-items:center!important;flex-wrap:wrap!important;margin:0 0 10px!important;font-size:13px!important;line-height:1.35!important;color:#66718d!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price{display:flex!important;align-items:flex-end!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 9px!important;background:transparent!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price strong,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-price strong{font-size:29px!important;line-height:1!important;color:#111!important;font-weight:950!important;letter-spacing:-.02em!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-save,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-save{display:inline-flex!important;align-items:center!important;min-height:28px!important;margin:0 0 12px!important;padding:0 10px!important;border-radius:9px!important;background:#fff0f4!important;color:var(--lctsf-accent)!important;font-size:12px!important;font-weight:800!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0 0 12px!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec{display:flex!important;gap:8px!important;align-items:flex-start!important;padding:11px!important;min-height:64px!important;border:1px solid #e3ebf6!important;border-radius:12px!important;background:#fff!important;box-sizing:border-box!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec strong,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec strong{display:block!important;font-size:13px!important;line-height:1.25!important;color:#071949!important;font-weight:900!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec small,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec small{display:block!important;font-size:12px!important;line-height:1.35!important;color:#66718d!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-buybox,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-buybox{display:grid!important;gap:10px!important;margin:0!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty{display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin:0!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty>div,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty>div{height:44px!important;border:1px solid #dfe7f4!important;border-radius:12px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty button,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty button{width:42px!important;height:44px!important;margin:0!important;border:0!important;background:#f8faff!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input{height:44px!important;width:44px!important;margin:0!important;border:0!important;padding:0!important;text-align:center!important;background:#fff!important;box-shadow:none!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty .lctsf-btn-cart,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty .lctsf-btn-cart{grid-column:1/-1!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-btn,
body #lctsf-storefront.lctsf-product-mobile .lctsf-btn{height:50px!important;border-radius:12px!important;font-size:14px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;line-height:1!important;margin:0!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo{display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;gap:10px!important;margin:0 0 12px!important;padding:14px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e3ebf6!important;box-shadow:0 8px 24px rgba(16,40,88,.04)!important;align-items:center!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:0 0 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e3ebf6!important;overflow:hidden!important;box-shadow:0 8px 24px rgba(16,40,88,.04)!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits .benefit,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits .benefit{display:block!important;padding:13px 8px!important;min-height:92px!important;text-align:center!important;border-right:1px solid #edf1f8!important;border-bottom:1px solid #edf1f8!important;background:#fff!important;box-sizing:border-box!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits strong,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits strong{display:block!important;font-size:13px!important;line-height:1.25!important;color:#071949!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits small,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-benefits small{display:block!important;font-size:12px!important;line-height:1.35!important;color:#66718d!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-card,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-card{display:block!important;margin:0 0 12px!important;padding:16px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e3ebf6!important;box-shadow:0 8px 24px rgba(16,40,88,.04)!important;overflow:hidden!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table table,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table table{width:100%!important;border-collapse:collapse!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table th,
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table td,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table th,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-table td{padding:11px 10px!important;font-size:13px!important;line-height:1.45!important;border-bottom:1px solid #edf1f8!important;text-align:left!important;vertical-align:top!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:70!important;display:grid!important;grid-template-columns:64px 64px minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #e7edf7!important;box-shadow:0 -8px 28px rgba(16,40,88,.08)!important;}
html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar a,
body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-sticky-bar a{min-height:52px!important;border-radius:14px!important;font-size:11px!important;font-weight:900!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;text-decoration:none!important;line-height:1.2!important;}
@media(max-width:380px){html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a,body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{font-size:14px!important;}html body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs,body #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{gap:12px!important;}html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media,body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media{height:260px!important;min-height:260px!important;}html body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid,body #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-spec-grid{grid-template-columns:1fr!important;}}


/* v3.1.5 product detail balance + mobile tabs + review section */
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary .lctsf-pdp-price{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary{padding:18px 20px 20px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-summary h1{margin:10px 0 12px!important;font-size:24px!important;line-height:1.28!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-rating{margin-bottom:12px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta{margin-bottom:14px!important;padding-bottom:14px!important;border-bottom:1px solid #edf1f8!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-grid{margin-top:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-promo-list{margin-top:14px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buybox-card{padding:18px 20px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price strong,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price .amount{font-size:28px!important;line-height:1.1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-buy-price del{font-size:16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{margin:16px 0 18px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-summary .score .starsline,#lctsf-storefront.lctsf-product-mobile .starsline{font-size:15px!important;line-height:1!important;color:#f7b500!important;letter-spacing:1px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card .stars,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .stars{margin:3px 0 4px!important;color:#f7b500!important;font-size:14px!important;letter-spacing:1px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card .review-media,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .review-media{margin-top:10px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card .review-media img,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .review-media img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:10px!important;border:1px solid #e7edf7!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:12px 14px!important;min-height:56px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back{flex:0 0 auto!important;font-size:28px!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{display:flex!important;gap:16px!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding-bottom:2px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;font-size:14px!important;line-height:1.2!important;padding:6px 0 10px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;font-size:16px!important;color:#0d1b53!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary .score strong{font-size:42px!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary .score span{font-size:22px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card{display:block!important;padding:14px!important;border-radius:14px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .who img{width:42px!important;height:42px!important;border-radius:50%!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card p{margin:8px 0 0!important;font-size:14px!important;line-height:1.6!important;color:#33405f!important;}
@media (max-width: 767px){
  #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{gap:14px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{font-size:13px!important;padding:5px 0 9px!important;}
}

/* v3.1.6 product detail tabs, qty and side articles balance */
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel.is-active{display:block!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs{position:relative!important;z-index:2!important;gap:28px!important;align-items:center!important;min-height:60px!important;padding:0 22px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a{display:inline-flex!important;align-items:center!important;height:60px!important;padding:0!important;border-bottom:3px solid transparent!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a.is-active{border-bottom-color:var(--lctsf-primary)!important;color:var(--lctsf-primary)!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{grid-template-columns:minmax(0,820px) minmax(320px,390px)!important;align-items:start!important;gap:22px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-main{min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-side{display:grid!important;gap:16px!important;align-content:start!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines{margin-top:16px!important;padding:14px 16px!important;border:1px solid #e6edf7!important;border-radius:14px!important;background:#fbfcff!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines h3{grid-column:1/-1!important;margin:0 0 2px!important;font-size:17px!important;line-height:1.25!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line{display:grid!important;grid-template-columns:24px minmax(76px,.7fr) minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line span{color:#0d2a73!important;display:flex!important;align-items:center!important;justify-content:center!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line strong{font-size:13px!important;line-height:1.25!important;color:#071949!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line small{font-size:13px!important;line-height:1.25!important;color:#68708a!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-grid{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{display:grid!important;grid-template-columns:96px 180px minmax(88px,1fr)!important;gap:12px!important;align-items:center!important;margin:16px 0 18px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty label{font-weight:800!important;color:#071949!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty>div{display:grid!important;grid-template-columns:48px 1fr 48px!important;width:180px!important;height:46px!important;overflow:hidden!important;border:1.5px solid #dce5f4!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty button,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty button{appearance:none!important;-webkit-appearance:none!important;border:0!important;border-radius:0!important;background:#f5f7fc!important;color:#071949!important;font-weight:900!important;font-size:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty input,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input{appearance:textfield!important;-moz-appearance:textfield!important;-webkit-appearance:none!important;border:0!important;background:#fff!important;color:#071949!important;text-align:center!important;font-weight:700!important;font-size:18px!important;box-shadow:none!important;margin:0!important;padding:0!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty input::-webkit-inner-spin-button,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty input::-webkit-outer-spin-button,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input::-webkit-inner-spin-button,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty .stock{font-size:15px!important;color:#12994d!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-section .lctsf-section-heading h2{font-size:20px!important;line-height:1.25!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-list{display:grid!important;gap:12px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item{display:grid!important;grid-template-columns:100px minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:4px 12px!important;align-items:start!important;padding:10px!important;border:1px solid #edf1f8!important;border-radius:14px!important;background:#fff!important;color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item span{grid-row:1/3!important;width:100px!important;height:68px!important;border-radius:10px!important;background:#edf4ff!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#8ca7ef!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item strong{font-size:14px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item small{font-size:12px!important;color:#68708a!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{display:grid!important;grid-template-columns:minmax(0,1fr) 76px!important;align-items:center!important;gap:8px!important;min-height:56px!important;padding:10px 12px!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back{flex:0 0 28px!important;width:28px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1!important;font-size:26px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{display:flex!important;gap:14px!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{flex:0 0 auto!important;font-size:14px!important;line-height:1.2!important;padding:8px 0 10px!important;color:#6c758f!important;border-bottom:3px solid transparent!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a.is-active{color:var(--lctsf-accent)!important;border-bottom-color:var(--lctsf-accent)!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions a{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty{display:grid!important;grid-template-columns:78px minmax(132px,1fr)!important;gap:10px!important;align-items:center!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty label{font-size:14px!important;font-weight:800!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty>div{display:grid!important;grid-template-columns:44px minmax(42px,1fr) 44px!important;height:44px!important;border:1.5px solid #dce5f4!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty .lctsf-btn-cart{grid-column:1/-1!important;margin-top:10px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary .score strong{font-size:42px!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary .score span{font-size:22px!important;}
#lctsf-storefront.lctsf-product-mobile .starsline,#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .stars,#lctsf-storefront.lctsf-product-desktop .starsline,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card .stars{color:#f7b500!important;letter-spacing:1px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card{border:1px solid #edf1f8!important;border-radius:14px!important;background:#fff!important;padding:14px!important;margin-top:14px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card .who,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card .who{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card p,#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-review-card p{margin:8px 0 0!important;color:#33405f!important;line-height:1.6!important;}
#lctsf-storefront.lctsf-product-mobile .review-media img,#lctsf-storefront.lctsf-product-desktop .review-media img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:10px!important;border:1px solid #e7edf7!important;margin-top:10px!important;}
@media (max-width:767px){#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{font-size:13px!important;}#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{grid-template-columns:minmax(0,1fr) 70px!important;}}

/* v3.1.7 product detail qty/tabs cross-browser fix */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  min-width:0!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty label,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty label{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:max-content!important;
  margin:0!important;
  color:#071949!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty > div,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty > div{
  flex:0 0 190px!important;
  width:190px!important;
  max-width:190px!important;
  min-width:190px!important;
  height:48px!important;
  display:grid!important;
  grid-template-columns:52px 86px 52px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:1.5px solid #dbe5f4!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty > div > button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty > div > button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f3f6fb!important;
  color:#071949!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:900!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty > div > input,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty > div > input{
  display:block!important;
  width:86px!important;
  min-width:86px!important;
  max-width:86px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #edf2fa!important;
  border-right:1px solid #edf2fa!important;
  border-radius:0!important;
  background:#fff!important;
  color:#071949!important;
  font-size:20px!important;
  line-height:48px!important;
  font-weight:800!important;
  text-align:center!important;
  box-shadow:none!important;
  outline:0!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
  -webkit-appearance:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-outer-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-inner-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty input::-webkit-outer-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty input::-webkit-inner-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty input::-webkit-outer-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty input::-webkit-inner-spin-button{
  -webkit-appearance:none!important;
  margin:0!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty .stock{
  flex:0 0 auto!important;
  max-width:120px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin-left:0!important;
  color:#16a35b!important;
  font-weight:700!important;
}

/* Desktop tab layout must work even before JS finishes */
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs{
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  width:100%!important;
  padding:0 24px!important;
  border:1px solid #dfe7f4!important;
  border-bottom:0!important;
  border-radius:18px 18px 0 0!important;
  background:#fff!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:64px!important;
  min-width:160px!important;
  padding:0 18px!important;
  margin:0!important;
  border:0!important;
  border-bottom:4px solid transparent!important;
  border-radius:0!important;
  color:#071949!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:900!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tabs a.is-active{
  color:var(--lctsf-primary)!important;
  border-bottom-color:var(--lctsf-primary)!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-tab-panels{
  background:#fff!important;
  border:1px solid #dfe7f4!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel{
  display:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel.is-active{
  display:block!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-panel[hidden]{
  display:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-grid{
  grid-template-columns:minmax(0,860px) minmax(320px,390px)!important;
  gap:22px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-bottom-side{
  display:grid!important;
  gap:16px!important;
  align-content:start!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-faq-list,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-faq-list{
  display:grid!important;
  gap:10px!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-faq-list details,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-faq-list details{
  border:1px solid #edf2fa!important;
  border-radius:14px!important;
  background:#fbfcff!important;
  overflow:hidden!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-faq-list summary,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-faq-list summary{
  cursor:pointer!important;
  padding:14px 16px!important;
  color:#071949!important;
  font-weight:900!important;
  list-style:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-faq-list summary::-webkit-details-marker,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-faq-list summary::-webkit-details-marker{
  display:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-faq-list p,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-faq-list p{
  margin:0!important;
  padding:0 16px 14px!important;
  color:#4f5d78!important;
  line-height:1.65!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-side .lctsf-pdp-article-list{
  display:grid!important;
  gap:12px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:10px!important;
  border:1px solid #edf2fa!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#071949!important;
  text-decoration:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item img,
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item > span{
  width:92px!important;
  height:64px!important;
  object-fit:cover!important;
  border-radius:10px!important;
  background:#f2f6ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item strong{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  font-size:14px!important;
  line-height:1.35!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-article-item small{
  grid-column:2!important;
  color:#7b879f!important;
  font-size:12px!important;
}

/* Mobile top tabs cross platform: no overlapping, horizontal scroll */
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 74px!important;
  gap:10px!important;
  align-items:center!important;
  min-height:58px!important;
  padding:10px 12px!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .left{
  display:contents!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .back{
  grid-column:1!important;
  width:28px!important;
  height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:26px!important;
  line-height:1!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs{
  grid-column:2!important;
  display:flex!important;
  gap:18px!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  scrollbar-width:none!important;
  padding:0!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  height:38px!important;
  padding:0 0 10px!important;
  border-bottom:3px solid transparent!important;
  color:#6d768f!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .tabs a.is-active{
  color:var(--lctsf-accent)!important;
  border-bottom-color:var(--lctsf-accent)!important;
}
#lctsf-storefront.lctsf-product-mobile .lctsf-product-mobile-top .actions{
  grid-column:3!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:10px!important;
}
@media(max-width:640px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  #lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty .lctsf-qty-control{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    grid-template-columns:54px minmax(0,1fr) 54px!important;
    flex-basis:auto!important;
  }
  #lctsf-storefront.lctsf-product-detail .lctsf-pdm-qty .lctsf-qty-control input{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-qty{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}

/* v3.1.8 product detail media actions + promo programs + cleaner cards */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-location{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-bottom-main{background:#fff!important;border:1px solid #dbe5f4!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(12,38,83,.04)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tabs{display:flex!important;align-items:center!important;gap:0!important;padding:0 22px!important;margin:0!important;border:0!important;border-bottom:1px solid #e4ebf6!important;border-radius:0!important;background:#fff!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tabs::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tabs a{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-height:68px!important;padding:0 26px!important;border:0!important;border-bottom:4px solid transparent!important;background:transparent!important;white-space:nowrap!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tabs a.is-active{color:var(--lctsf-primary)!important;border-bottom-color:var(--lctsf-primary)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tab-panels{display:block!important;background:#fff!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tab-panels .lctsf-pdp-panel{display:none!important;margin:0!important;padding:24px 28px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tab-panels .lctsf-pdp-panel.is-active{display:block!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-tab-panels .lctsf-pdp-panel[hidden]{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media{border:0!important;background:transparent!important;box-shadow:none!important;padding:14px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media::before,#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media::after{display:none!important;content:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions,#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{display:flex!important;gap:12px!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;margin-top:14px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button,#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 16px!important;border:1px solid #dbe5f4!important;border-radius:10px!important;background:#fff!important;color:#071949!important;font-weight:800!important;cursor:pointer!important;box-shadow:0 4px 14px rgba(12,38,83,.04)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button:hover,#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button:hover{border-color:var(--lctsf-primary)!important;color:var(--lctsf-primary)!important;transform:translateY(-1px)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button[data-lctsf-media-action="video"],#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button[data-lctsf-media-action="video"]{border-color:#ffd2de!important;background:#fff1f5!important;color:var(--lctsf-accent)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-promo-list{margin-top:14px!important;padding:16px!important;border:1px solid #e6ecf7!important;border-radius:14px!important;background:#fbfcff!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-promo-list h3{margin:0 0 12px!important;font-size:18px!important;line-height:1.25!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-promo-items{display:grid!important;gap:10px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-product-promo-card{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:4px 10px!important;align-items:start!important;padding:12px 14px!important;border:1px solid #eef2fa!important;border-radius:12px!important;background:#fff!important;text-decoration:none!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-product-promo-card span{grid-row:1 / span 2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:5px 8px!important;border-radius:999px!important;background:#fff1f5!important;color:var(--lctsf-accent)!important;font-size:11px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-product-promo-card strong{display:block!important;font-size:14px!important;line-height:1.3!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-product-promo-card small{display:block!important;font-size:13px!important;line-height:1.45!important;color:#66718d!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo-list{display:grid!important;gap:10px!important;margin:14px 0!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo{display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin:0!important;padding:13px 14px!important;border:1px solid #e6ecf7!important;border-radius:14px!important;background:#fff!important;color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo span{display:inline-flex!important;margin-bottom:3px!important;padding:4px 8px!important;border-radius:999px!important;background:#fff1f5!important;color:var(--lctsf-accent)!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo strong{display:block!important;font-size:14px!important;line-height:1.3!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo p{margin:2px 0 0!important;color:#66718d!important;font-size:13px!important;line-height:1.45!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-promo em{font-style:normal!important;color:var(--lctsf-accent)!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;}
#lctsf-product-media-modal{position:fixed!important;inset:0!important;z-index:999999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;}
#lctsf-product-media-modal.is-open{display:flex!important;}
#lctsf-product-media-modal .lctsf-media-modal-backdrop{position:absolute!important;inset:0!important;background:rgba(2,12,43,.72)!important;backdrop-filter:blur(3px)!important;}
#lctsf-product-media-modal .lctsf-media-modal-box{position:relative!important;z-index:1!important;width:min(960px,96vw)!important;max-height:90vh!important;border-radius:18px!important;background:#fff!important;box-shadow:0 30px 80px rgba(0,0,0,.35)!important;overflow:hidden!important;}
#lctsf-product-media-modal .lctsf-media-modal-close{position:absolute!important;right:12px!important;top:10px!important;z-index:2!important;width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:#fff!important;color:#071949!important;font-size:28px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 6px 18px rgba(0,0,0,.16)!important;}
#lctsf-product-media-modal .lctsf-media-modal-body{display:flex!important;align-items:center!important;justify-content:center!important;min-height:300px!important;background:#f6f8fc!important;}
#lctsf-product-media-modal .lctsf-media-modal-body img,#lctsf-product-media-modal .lctsf-media-modal-body video{display:block!important;max-width:100%!important;max-height:82vh!important;object-fit:contain!important;}
#lctsf-product-media-modal .lctsf-media-modal-body iframe{display:block!important;width:min(900px,92vw)!important;height:min(506px,52vw)!important;min-height:260px!important;border:0!important;}
#lctsf-product-media-modal figure{margin:0!important;padding:22px!important;text-align:center!important;}
#lctsf-product-media-modal figcaption{margin-top:10px!important;color:#66718d!important;font-weight:700!important;}
#lctsf-product-media-modal figure.is-spin img{animation:lctsfProductSpin 4s ease-in-out infinite alternate!important;}
@keyframes lctsfProductSpin{0%{transform:perspective(900px) rotateY(-9deg) scale(.98)}100%{transform:perspective(900px) rotateY(9deg) scale(1)}}
@media (max-width:767px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-tabs a{min-height:52px!important;padding:0 16px!important;font-size:13px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-tab-panels .lctsf-pdp-panel{padding:18px 16px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-media-actions{justify-content:flex-start!important;gap:8px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-media-actions button{min-height:36px!important;padding:0 12px!important;font-size:12px!important;}
}


/* v3.1.9 product detail cleanup: one-line buttons, clean media, useful specs */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{
  display:grid!important;grid-template-columns:repeat(4,max-content)!important;justify-content:center!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;width:100%!important;margin-top:16px!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button{
  min-width:142px!important;height:44px!important;white-space:nowrap!important;margin:0!important;padding:0 15px!important;border-radius:11px!important;font-size:14px!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;margin-top:12px!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button{width:100%!important;min-width:0!important;height:42px!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media,
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media{
  border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;overflow:hidden!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-main-media img,
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-main-media img{
  border:none!important;box-shadow:none!important;background:transparent!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-meta:empty{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines{
  padding:16px 18px!important;border-radius:16px!important;background:#fbfcff!important;border:1px solid #e0e8f5!important;display:grid!important;gap:12px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines h3{margin:0 0 2px!important;font-size:20px!important;line-height:1.25!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line{
  display:grid!important;grid-template-columns:34px 118px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:0!important;min-height:34px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line>span{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;color:#0c2b74!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line strong{font-size:15px!important;line-height:1.2!important;font-weight:850!important;color:#071949!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line small{font-size:15px!important;line-height:1.25!important;color:#66718d!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media(max-width:1180px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:repeat(2,max-content)!important;}
}
@media(max-width:640px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:1fr 1fr!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button{min-width:0!important;width:100%!important;}
}


/* v3.2.0 product media buttons + feature specs cleanup */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  width:100%!important;
  max-width:100%!important;
  padding:0!important;
  margin:16px auto 0!important;
  overflow:visible!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:44px!important;
  padding:0 10px!important;
  margin:0!important;
  border-radius:11px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:clamp(12px,0.86vw,14px)!important;
  line-height:1!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-gallery{
  overflow:visible!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media,
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media *{
  outline:none!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines{
  padding:16px 18px!important;
  border-radius:16px!important;
  background:#fbfcff!important;
  border:1px solid #e0e8f5!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 18px!important;
  margin-top:16px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines h3{display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-height:38px!important;
  padding:0!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line>span{
  width:30px!important;
  height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#0c2b74!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line>span svg{
  width:24px!important;
  height:24px!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line strong.screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(1px,1px,1px,1px)!important;
  white-space:nowrap!important;
}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-line small{
  display:block!important;
  font-size:16px!important;
  line-height:1.35!important;
  color:#66718d!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button{
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:1280px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:720px){
  #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-feature-lines{grid-template-columns:1fr!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:1fr 1fr!important;}
}

/* v3.2.1 media modal close + action buttons + spec recommendations */
#lctsf-product-media-modal .lctsf-media-modal-close{
  width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;
  right:10px!important;top:10px!important;padding:0!important;border:0!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-size:20px!important;font-weight:800!important;line-height:30px!important;text-align:center!important;
  background:#fff!important;color:#071949!important;box-shadow:0 8px 22px rgba(2,12,43,.18)!important;
}
#lctsf-product-media-modal .lctsf-media-modal-close:hover{transform:scale(1.04)!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{
  display:grid!important;grid-template-columns:repeat(4,minmax(132px,1fr))!important;gap:12px!important;width:100%!important;
  max-width:100%!important;margin:16px auto 0!important;padding:0!important;overflow:visible!important;align-items:stretch!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button{
  width:100%!important;min-width:0!important;max-width:none!important;min-height:46px!important;height:auto!important;
  padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;border-radius:12px!important;
  font-size:clamp(12px,0.85vw,14px)!important;line-height:1.2!important;font-weight:800!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button[data-lctsf-media-action="real"]{min-width:156px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button[data-lctsf-media-action="video"]{min-width:142px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button{width:100%!important;min-width:0!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-size:13px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend{margin-top:22px!important;padding-top:18px!important;border-top:1px solid #edf2fa!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 14px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head h3{margin:0!important;font-size:20px!important;line-height:1.25!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head a{font-weight:800!important;color:var(--lctsf-primary)!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 10px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:inline mandatory!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track::-webkit-scrollbar{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{position:relative!important;flex:0 0 170px!important;width:170px!important;min-width:170px!important;scroll-snap-align:start!important;background:#fff!important;border:1px solid #e2e9f5!important;border-radius:14px!important;padding:10px!important;box-shadow:0 8px 20px rgba(14,40,83,.05)!important;display:flex!important;flex-direction:column!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{height:112px!important;border-radius:12px!important;background:#f7faff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;margin-bottom:10px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{margin:0 0 8px!important;font-size:14px!important;line-height:1.35!important;font-weight:800!important;min-height:38px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4 a{color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{display:block!important;margin-top:auto!important;color:var(--lctsf-accent)!important;font-weight:900!important;font-size:14px!important;padding-right:30px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong ins{text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong del{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .plus{position:absolute!important;right:10px!important;bottom:10px!important;width:26px!important;height:26px!important;border-radius:8px!important;background:var(--lctsf-accent)!important;color:#fff!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:19px!important;line-height:1!important;}
@media (max-width:1280px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:repeat(2,minmax(150px,1fr))!important;}
}
@media (max-width:767px){
  #lctsf-product-media-modal{padding:16px!important;}
  #lctsf-product-media-modal .lctsf-media-modal-close{width:30px!important;height:30px!important;font-size:20px!important;line-height:30px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button{min-width:0!important;font-size:12px!important;padding:0 8px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{flex-basis:150px!important;width:150px!important;min-width:150px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{height:98px!important;}
}

/* v3.2.2 recommendation style + qty cross browser + mobile review form */
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control{
  display:grid!important;
  grid-template-columns:48px 64px 48px!important;
  width:160px!important;
  height:46px!important;
  min-width:160px!important;
  max-width:160px!important;
  overflow:hidden!important;
  border:1.5px solid #dbe5f4!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control button,
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  vertical-align:middle!important;
  line-height:46px!important;
  font-family:inherit!important;
  font-size:18px!important;
  font-weight:900!important;
  color:#071949!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:textfield!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control button{background:#f5f8fe!important;cursor:pointer!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input{background:#fff!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-outer-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-inner-spin-button{display:none!important;margin:0!important;-webkit-appearance:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{display:grid!important;grid-template-columns:auto 160px auto!important;gap:12px!important;align-items:center!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty label{margin:0!important;white-space:nowrap!important;line-height:46px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty .stock{white-space:nowrap!important;line-height:46px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty{display:grid!important;grid-template-columns:auto 160px!important;gap:10px!important;align-items:center!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty label{line-height:46px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-buybox .lctsf-btn-cart{grid-column:1 / -1!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend{margin-top:22px!important;padding:18px!important;border:1px solid #e2e9f5!important;border-radius:16px!important;background:#fbfdff!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 16px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head h3{margin:0!important;font-size:20px!important;line-height:1.25!important;font-weight:900!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head a{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;font-weight:900!important;color:var(--lctsf-primary)!important;text-decoration:none!important;line-height:1.1!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-recommend-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;padding:0!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{position:relative!important;width:auto!important;min-width:0!important;flex:initial!important;display:flex!important;flex-direction:column!important;gap:8px!important;border:1px solid #e0e8f5!important;border-radius:16px!important;background:#fff!important;padding:10px!important;box-shadow:0 8px 24px rgba(12,36,80,.055)!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{height:128px!important;margin:0!important;border-radius:12px!important;background:#f5f8ff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:6px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{margin:2px 0 0!important;min-height:42px!important;height:auto!important;font-size:14px!important;line-height:1.38!important;font-weight:850!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4 a{color:#071949!important;text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{display:block!important;margin-top:auto!important;padding-right:34px!important;color:var(--lctsf-accent)!important;font-size:16px!important;line-height:1.2!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong ins{text-decoration:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong del{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .plus{position:absolute!important;right:10px!important;bottom:10px!important;width:30px!important;height:30px!important;border-radius:10px!important;background:var(--lctsf-accent)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;font-weight:950!important;text-decoration:none!important;line-height:1!important;}
#lctsf-storefront.lctsf-product-detail #pdm-reviews,
#lctsf-storefront.lctsf-product-detail #pdm-specs,
#lctsf-storefront.lctsf-product-detail #pdm-faq,
#lctsf-storefront.lctsf-product-detail #pdm-desc{scroll-margin-top:76px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form{margin-top:16px!important;padding:16px!important;border:1px solid #e0e8f5!important;border-radius:16px!important;background:#fbfdff!important;display:grid!important;gap:12px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form-head strong{display:block!important;color:#071949!important;font-size:18px!important;line-height:1.25!important;margin-bottom:4px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form-head small{display:block!important;color:#66728b!important;font-size:13px!important;line-height:1.35!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-stars{display:flex!important;gap:8px!important;flex-wrap:wrap!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-stars label{display:inline-flex!important;align-items:center!important;cursor:pointer!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-stars input{position:absolute!important;opacity:0!important;pointer-events:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-stars span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:6px 10px!important;border:1px solid #e5ebf6!important;border-radius:999px!important;color:#f7b500!important;background:#fff!important;font-size:13px!important;letter-spacing:1px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-stars input:checked + span{border-color:#ffca38!important;background:#fff8e6!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form textarea,
#lctsf-storefront.lctsf-product-detail .lctsf-review-form input[type="text"],
#lctsf-storefront.lctsf-product-detail .lctsf-review-form input[type="email"]{width:100%!important;border:1px solid #dfe8f5!important;border-radius:12px!important;background:#fff!important;color:#071949!important;padding:11px 12px!important;font-size:14px!important;line-height:1.5!important;box-shadow:none!important;outline:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-review-form button[type="submit"]{justify-self:start!important;border:0!important;border-radius:999px!important;background:var(--lctsf-accent)!important;color:#fff!important;padding:12px 20px!important;font-weight:900!important;font-size:14px!important;line-height:1!important;cursor:pointer!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-card{margin-top:14px!important;}
@media(max-width:1180px){#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-recommend-track{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:767px){
  #lctsf-storefront.lctsf-product-detail .lctsf-qty-control{grid-template-columns:42px 60px 42px!important;width:144px!important;min-width:144px!important;max-width:144px!important;height:42px!important;border-radius:12px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-qty-control button,#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input{line-height:42px!important;font-size:17px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-qty{grid-template-columns:auto 144px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 10px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:inline mandatory!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track::-webkit-scrollbar{display:none!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{flex:0 0 156px!important;width:156px!important;min-width:156px!important;scroll-snap-align:start!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{height:104px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{font-size:13px!important;min-height:38px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{font-size:14px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-review-form-grid{grid-template-columns:1fr!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-review-form button[type="submit"]{width:100%!important;justify-self:stretch!important;}
}

/* v3.2.3 recommended products compact + mobile review visibility */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend{
  margin-top:22px!important;padding:18px!important;border:1px solid #dfe8f5!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;
}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 14px!important;gap:12px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head h3{margin:0!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important;color:#071949!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head a{font-size:15px!important;font-weight:850!important;color:var(--lctsf-primary)!important;text-decoration:none!important;white-space:nowrap!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;padding:0!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{position:relative!important;display:grid!important;grid-template-rows:132px auto 32px!important;gap:9px!important;min-width:0!important;width:auto!important;padding:10px!important;border:1px solid #dfe8f5!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 22px rgba(13,37,88,.05)!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{display:flex!important;align-items:center!important;justify-content:center!important;height:132px!important;border-radius:12px!important;background:#f4f8ff!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media span{display:flex!important;align-items:center!important;justify-content:center!important;color:#8ca7ef!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{margin:0!important;height:auto!important;min-height:42px!important;font-size:14px!important;line-height:1.35!important;font-weight:850!important;color:#071949!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4 a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-decoration:none!important;color:inherit!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{display:block!important;padding-right:40px!important;color:#111!important;font-size:16px!important;line-height:1.2!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong .amount{font:inherit!important;color:inherit!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .plus{position:absolute!important;right:10px!important;bottom:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;border-radius:10px!important;background:var(--lctsf-accent)!important;color:#fff!important;text-decoration:none!important;font-size:24px!important;line-height:1!important;font-weight:900!important;box-shadow:0 8px 16px rgba(255,23,79,.20)!important;z-index:2!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews{display:block!important;visibility:visible!important;opacity:1!important;scroll-margin-top:76px!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews .lctsf-card-head h3{font-size:18px!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important;padding:12px!important;border:1px solid #eef2fa!important;border-radius:14px!important;background:#fbfdff!important;}
#lctsf-storefront.lctsf-product-mobile .lctsf-review-form{display:grid!important;visibility:visible!important;opacity:1!important;margin-top:14px!important;border-radius:14px!important;background:#fff!important;}
@media (max-width: 1024px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 6px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-track::-webkit-scrollbar{display:none!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{flex:0 0 168px!important;width:168px!important;grid-template-rows:118px auto 30px!important;padding:9px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{height:118px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{font-size:13px!important;min-height:38px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{font-size:15px!important;padding-right:34px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .plus{width:30px!important;height:30px!important;border-radius:9px!important;font-size:22px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend{padding:14px!important;margin-top:18px!important;}
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-spec-recommend .lctsf-card-head h3{font-size:21px!important;}
}
@media (max-width: 767px){
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend{margin-top:16px!important;padding:14px 12px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend .lctsf-card-head{margin-bottom:12px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend .lctsf-card-head h3{font-size:20px!important;line-height:1.18!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend .lctsf-card-head a{font-size:13px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-track{margin-right:-12px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item{flex-basis:155px!important;width:155px!important;grid-template-rows:104px auto 28px!important;border-radius:14px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item .media{height:104px!important;border-radius:11px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item h4{font-size:12.5px!important;line-height:1.32!important;min-height:34px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item strong{font-size:14px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdm-review-summary{grid-template-columns:88px minmax(0,1fr)!important;padding:10px!important;}
}


/* v3.2.4 compact polish: recommend cards, qty alignment, media buttons, mobile review */
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-main-media,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-main-media{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;width:100%!important;align-items:stretch!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions button,
#lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions button{width:100%!important;min-width:0!important;max-width:none!important;height:54px!important;padding:0 12px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:15px!important;line-height:1.1!important;font-weight:850!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control{display:flex!important;align-items:stretch!important;justify-content:stretch!important;width:162px!important;min-width:162px!important;max-width:162px!important;height:48px!important;border:1.5px solid #dbe5f4!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control button{flex:0 0 48px!important;width:48px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f5f8fe!important;border:0!important;margin:0!important;padding:0!important;line-height:1!important;font-size:24px!important;font-weight:900!important;color:#071949!important;cursor:pointer!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input{flex:1 1 auto!important;width:auto!important;min-width:0!important;height:48px!important;border:0!important;margin:0!important;padding:0!important;background:#fff!important;text-align:center!important;line-height:48px!important;font-size:20px!important;font-weight:900!important;color:#071949!important;appearance:textfield!important;-webkit-appearance:none!important;-moz-appearance:textfield!important;box-shadow:none!important;outline:none!important;display:block!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-outer-spin-button,
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;display:none!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-qty{display:grid!important;grid-template-columns:auto 162px auto!important;gap:12px!important;align-items:center!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-recommend{margin-top:22px!important;padding:20px!important;border:1px solid #e4ebf7!important;border-radius:18px!important;background:#fbfdff!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-spec-recommend .lctsf-card-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;margin-bottom:16px!important;}
#lctsf-storefront.lctsf-product-desktop .lctsf-pdp-recommend-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;overflow:visible!important;padding:0!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item{position:relative!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:14px!important;border:1px solid #e2e9f5!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(13,37,88,.05)!important;overflow:hidden!important;min-width:0!important;width:auto!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media{display:flex!important;align-items:center!important;justify-content:center!important;height:132px!important;border-radius:16px!important;background:#f4f8ff!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4{margin:0!important;min-height:48px!important;font-size:15px!important;line-height:1.35!important;font-weight:850!important;color:#071949!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item h4 a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-decoration:none!important;color:inherit!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong{display:block!important;margin-top:auto!important;padding-right:46px!important;color:#111!important;font-size:17px!important;line-height:1.2!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item strong del{display:none!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-pdp-recommend-item .plus{position:absolute!important;right:14px!important;bottom:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:12px!important;background:var(--lctsf-accent)!important;color:#fff!important;text-decoration:none!important;font-size:28px!important;line-height:1!important;font-weight:900!important;box-shadow:0 10px 20px rgba(255,23,79,.18)!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews{display:block!important;visibility:visible!important;opacity:1!important;scroll-margin-top:76px!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews .lctsf-review-form{display:grid!important;gap:12px!important;margin-top:14px!important;padding:14px!important;border:1px solid #e2e9f5!important;border-radius:16px!important;background:#fbfdff!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews .lctsf-review-form textarea{min-height:96px!important;}
#lctsf-storefront.lctsf-product-mobile #pdm-reviews .lctsf-review-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
@media (max-width:1180px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdp-media-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #lctsf-storefront.lctsf-product-desktop .lctsf-pdp-recommend-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:767px){
  #lctsf-storefront.lctsf-product-detail .lctsf-pdm-media-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend{margin-top:16px!important;padding:16px!important;border:1px solid #e4ebf7!important;border-radius:18px!important;background:#fbfdff!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-spec-recommend .lctsf-card-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding:0!important;margin:0!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item{width:auto!important;min-width:0!important;flex:initial!important;padding:10px!important;border-radius:16px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item .media{height:108px!important;border-radius:13px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item h4{min-height:36px!important;font-size:13px!important;line-height:1.32!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item strong{font-size:15px!important;padding-right:38px!important;}
  #lctsf-storefront.lctsf-product-mobile .lctsf-pdp-recommend-item .plus{right:10px!important;bottom:10px!important;width:32px!important;height:32px!important;border-radius:10px!important;font-size:24px!important;}
}


/* v3.2.5 responsive price guard - prevent overflow for 100M+ prices */
#lctsf-storefront .lctsf-price-fit,
#lctsf-storefront .lctsf-product-price,
#lctsf-storefront .lctsf-pdp-buy-price,
#lctsf-storefront .lctsf-pdp-price,
#lctsf-storefront .lctsf-pdm-price,
#lctsf-storefront .lctsf-pdp-recommend-item strong,
#lctsf-storefront .lctsf-pdm-related-item strong,
#lctsf-storefront .lctsf-product-card strong,
#lctsf-storefront .price{min-width:0!important;max-width:100%!important;overflow:hidden!important;}
#lctsf-storefront .lctsf-product-price,
#lctsf-storefront .lctsf-pdp-buy-price,
#lctsf-storefront .lctsf-pdp-price,
#lctsf-storefront .lctsf-pdm-price{display:flex!important;align-items:flex-end!important;flex-wrap:wrap!important;gap:6px 10px!important;}
#lctsf-storefront .lctsf-product-price .amount,
#lctsf-storefront .lctsf-product-price ins,
#lctsf-storefront .lctsf-pdp-buy-price .amount,
#lctsf-storefront .lctsf-pdp-buy-price strong,
#lctsf-storefront .lctsf-pdp-price .amount,
#lctsf-storefront .lctsf-pdp-price ins,
#lctsf-storefront .lctsf-pdm-price .amount,
#lctsf-storefront .lctsf-pdm-price strong,
#lctsf-storefront .lctsf-pdp-recommend-item strong,
#lctsf-storefront .lctsf-pdm-related-item strong{display:inline-block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:bottom!important;line-height:1.12!important;font-variant-numeric:tabular-nums!important;letter-spacing:-.02em!important;}
#lctsf-storefront .lctsf-price-fit.is-price-long .amount,
#lctsf-storefront .lctsf-price-fit.is-price-long ins,
#lctsf-storefront .lctsf-price-fit.is-price-long strong,
#lctsf-storefront .is-price-long .lctsf-pdp-buy-price strong,
#lctsf-storefront .is-price-long .lctsf-pdm-price strong{font-size:clamp(18px,1.8vw,28px)!important;letter-spacing:-.035em!important;}
#lctsf-storefront .lctsf-price-fit.is-price-xlong .amount,
#lctsf-storefront .lctsf-price-fit.is-price-xlong ins,
#lctsf-storefront .lctsf-price-fit.is-price-xlong strong,
#lctsf-storefront .is-price-xlong .lctsf-pdp-buy-price strong,
#lctsf-storefront .is-price-xlong .lctsf-pdm-price strong{font-size:clamp(16px,1.55vw,24px)!important;letter-spacing:-.045em!important;}
#lctsf-storefront .lctsf-product-price del,
#lctsf-storefront .lctsf-pdp-buy-price del,
#lctsf-storefront .lctsf-pdp-price del,
#lctsf-storefront .lctsf-pdm-price del{display:inline-block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#7f879a!important;line-height:1.15!important;}
#lctsf-storefront .lctsf-price-fit.is-price-xlong del,
#lctsf-storefront .is-price-xlong del{font-size:13px!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-price{padding-right:52px!important;align-items:flex-start!important;flex-direction:column!important;gap:3px!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-price .amount,
#lctsf-storefront .lctsf-product-card .lctsf-product-price ins{font-size:clamp(16px,1.15vw,22px)!important;max-width:calc(100% - 2px)!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-price.is-price-long .amount,
#lctsf-storefront .lctsf-product-card .lctsf-product-price.is-price-long ins{font-size:clamp(15px,1vw,19px)!important;}
#lctsf-storefront .lctsf-product-card .lctsf-product-price.is-price-xlong .amount,
#lctsf-storefront .lctsf-product-card .lctsf-product-price.is-price-xlong ins{font-size:clamp(14px,.9vw,17px)!important;}
#lctsf-storefront .lctsf-pdp-buy-price{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;column-gap:10px!important;row-gap:3px!important;}
#lctsf-storefront .lctsf-pdp-buy-price strong{min-width:0!important;font-size:clamp(24px,2.2vw,36px)!important;}
#lctsf-storefront .lctsf-pdp-buy-price.is-price-long strong{font-size:clamp(22px,1.9vw,32px)!important;}
#lctsf-storefront .lctsf-pdp-buy-price.is-price-xlong strong{font-size:clamp(20px,1.7vw,28px)!important;}
#lctsf-storefront .lctsf-pdm-price strong{font-size:clamp(22px,5.2vw,32px)!important;}
#lctsf-storefront .lctsf-pdm-price.is-price-long strong{font-size:clamp(20px,4.6vw,28px)!important;}
#lctsf-storefront .lctsf-pdm-price.is-price-xlong strong{font-size:clamp(18px,4.1vw,25px)!important;}
#lctsf-storefront .lctsf-pdp-recommend-item strong,
#lctsf-storefront .lctsf-pdm-related-item strong{font-size:clamp(13px,1vw,16px)!important;padding-right:42px!important;}
#lctsf-storefront .lctsf-pdp-recommend-item.is-price-long strong,
#lctsf-storefront .lctsf-pdm-related-item.is-price-long strong{font-size:13px!important;}
#lctsf-storefront .lctsf-pdp-recommend-item.is-price-xlong strong,
#lctsf-storefront .lctsf-pdm-related-item.is-price-xlong strong{font-size:12px!important;letter-spacing:-.04em!important;}
@media(max-width:767px){
  #lctsf-storefront .lctsf-product-price .amount,
  #lctsf-storefront .lctsf-product-price ins{font-size:18px!important;}
  #lctsf-storefront .lctsf-product-price.is-price-long .amount,
  #lctsf-storefront .lctsf-product-price.is-price-long ins{font-size:16px!important;}
  #lctsf-storefront .lctsf-product-price.is-price-xlong .amount,
  #lctsf-storefront .lctsf-product-price.is-price-xlong ins{font-size:14px!important;}
  #lctsf-storefront .lctsf-pdp-buy-price{grid-template-columns:1fr!important;}
  #lctsf-storefront .lctsf-pdp-buy-price del{margin-top:2px!important;}
}


/* v3.3.0: 404 + shop layouts */
.lctsf-btn-primary,.lctsf-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:14px;font-weight:700;text-decoration:none;line-height:1.1}.lctsf-btn-primary{background:linear-gradient(135deg,var(--lctsf-primary),#0b39d6);color:#fff;box-shadow:0 10px 22px rgba(7,84,248,.18)}.lctsf-btn-secondary{background:#fff;border:1px solid #cfe0ff;color:var(--lctsf-primary)}
.lctsf-404-code{font-size:clamp(72px,11vw,200px);line-height:.88;font-weight:800;color:var(--lctsf-primary);letter-spacing:-4px;text-shadow:0 12px 30px rgba(7,84,248,.12)}
.lctsf-404-scene,.lctsf-mobile-404-scene{position:relative;min-height:320px;border-radius:24px;background:radial-gradient(circle at 70% 30%,#dceaff 0,#f4f8ff 45%,#fff 70%);overflow:hidden}
.lctsf-404-camera{position:absolute;width:185px;height:185px;border-radius:50% 50% 44% 44%;background:linear-gradient(180deg,#fff,#eef2fb);left:8%;bottom:22%;box-shadow:0 10px 35px rgba(22,61,146,.18)}
.lctsf-404-camera:before{content:'';position:absolute;inset:56px 44px 32px;border-radius:50%;background:radial-gradient(circle at 40% 38%,#2c3548 0,#0b1229 40%,#000 70%)}
.lctsf-404-camera:after{content:'';position:absolute;left:58px;top:12px;width:70px;height:18px;border-radius:20px;background:#f7f8fb;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.lctsf-404-sign{position:absolute;right:10%;bottom:18%;width:220px;height:150px;border-radius:12px;background:linear-gradient(180deg,#1360ff,#1e48cf);box-shadow:0 14px 28px rgba(7,84,248,.2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:800}.lctsf-404-sign span{position:relative;z-index:2}.lctsf-404-sign:before,.lctsf-404-sign:after{content:'';position:absolute;left:18px;right:18px;height:10px;background:rgba(255,255,255,.9)}.lctsf-404-sign:before{bottom:38px}.lctsf-404-sign:after{bottom:18px}
.lctsf-404-cone{position:absolute;right:4%;bottom:16%;width:56px;height:88px;clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(180deg,#ff9c3f,#ff6f1e)}.lctsf-404-cone:after{content:'';position:absolute;left:9px;right:9px;top:20px;height:10px;background:#fff;box-shadow:0 22px 0 #fff,0 44px 0 #fff}
.lctsf-app-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 16px;background:#fff;border-bottom:1px solid #e8eefc}.lctsf-app-topbar .back{font-size:34px;line-height:1;color:var(--lctsf-text);text-decoration:none}.lctsf-app-topbar strong{font-size:18px;color:var(--lctsf-text)}.lctsf-app-topbar .icons{display:flex;align-items:center;gap:14px}.lctsf-app-topbar .icons a{position:relative;color:var(--lctsf-text);text-decoration:none}.lctsf-app-topbar em{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;border-radius:999px;background:#ff304f;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0 4px;font-style:normal}
.lctsf-shop-pagination{display:flex;justify-content:center;gap:10px;margin:24px 0 10px}.lctsf-shop-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:10px;border:1px solid #e3e8f8;background:#fff;color:var(--lctsf-text);text-decoration:none}.lctsf-shop-pagination .current{border-color:#ff4d88;color:#ff2b79}


/* v3.5.2 qty exact + theme color polish */
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control{display:grid!important;grid-template-columns:48px minmax(52px,1fr) 48px!important;align-items:stretch!important;overflow:hidden!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control button{min-width:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;user-select:none!important;touch-action:manipulation!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-qty-control input{min-width:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;text-align:center!important;}
#lctsf-storefront.lctsf-product-detail .lctsf-btn-cart,#lctsf-storefront.lctsf-product-detail .lctsf-btn-buy{background:linear-gradient(135deg,var(--lctsf-primary),var(--lctsf-primary-dark))!important;color:#fff!important;border-color:var(--lctsf-primary)!important;}
