:root {
  --fl-green: #3d8c6a;
  --fl-green-dark: #1f624c;
  --fl-green-soft: #edf6f1;
  --fl-ink: #171717;
  --fl-muted: #737978;
  --fl-line: #dce4df;
  --fl-soft: #f6f8f7;
}

body.flylock-product-redesign { padding-bottom: 86px; }
.flylock-product-redesign .zs-sticky-buybar { display: none !important; }
.flylock-product-redesign .zs-single {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr) !important;
  gap: clamp(36px, 5vw, 74px) !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  align-items: start !important;
}
.flylock-product-redesign .zs-single-left {
  position: sticky !important; top: 132px !important;
  display: flex !important; flex-direction: column !important; min-width: 0 !important;
  width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
}
.flylock-product-redesign .zs-main-image {
  border: 1px solid var(--fl-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  min-height: 520px !important;
  overflow: hidden !important;
}
.flylock-product-redesign .zs-main-image img,
.flylock-product-redesign img#zs-main-image { object-fit: contain !important; }
.flylock-product-redesign .zs-gallery-nav {
  width: 48px !important; height: 48px !important; border: 0 !important;
  border-radius: 50% !important; background: #fff !important;
  color: var(--fl-green) !important; box-shadow: 0 12px 34px rgba(0,0,0,.1) !important;
}
.flylock-product-redesign .zs-gallery-nav::before {
  content: '' !important; display: block !important; width: 10px !important; height: 10px !important;
  border-bottom: 2px solid var(--fl-green) !important;
  border-left: 2px solid var(--fl-green) !important;
}
.flylock-product-redesign .zs-gallery-nav-prev::before { transform: translateX(2px) rotate(45deg); }
.flylock-product-redesign .zs-gallery-nav-next::before { transform: translateX(-2px) rotate(225deg); }
.flylock-product-redesign .zs-thumbs {
  order: 2 !important; display: flex !important; flex-flow: row nowrap !important;
  width: 100% !important; max-width: 100% !important; min-width: 0 !important;
  box-sizing: border-box !important; padding: 0 2px 0 0 !important;
  gap: 12px !important; margin-top: 14px !important; overflow-x: auto !important;
  scroll-snap-type: x proximity; scrollbar-width: none;
}
.flylock-product-redesign .zs-thumbs::-webkit-scrollbar { display: none; }
.flylock-product-redesign .zs-thumb {
  flex: 0 0 calc((100% - 42px) / 4) !important; min-width: 0 !important; max-width: 100% !important;
  box-sizing: border-box !important; scroll-snap-align: start;
  border: 1px solid var(--fl-line) !important; border-radius: 14px !important;
  overflow: hidden !important; background: #fff !important;
}
.flylock-product-redesign .zs-thumb img {
  display: block !important; width: 100% !important; max-width: 100% !important;
  height: 100% !important; object-fit: cover !important; box-sizing: border-box !important;
}
.flylock-product-redesign .zs-thumb.is-active { border: 2px solid var(--fl-green) !important; }
.flylock-product-redesign .zs-category-pill {
  padding: 0 !important; border: 0 !important; background: transparent !important;
  color: var(--fl-green) !important; font-size: 12px !important; font-weight: 800 !important;
  letter-spacing: .16em !important; text-transform: uppercase !important;
}
.flylock-product-redesign .product_title {
  margin: 12px 0 10px !important; max-width: 720px !important;
  font-size: clamp(38px, 3.2vw, 58px) !important; line-height: .98 !important;
  letter-spacing: -.055em !important; color: var(--fl-ink) !important;
}
.flylock-product-redesign .zs-desc {
  margin: 0 !important; color: var(--fl-muted) !important;
  font-size: 17px !important; line-height: 1.55 !important;
}
.fl-measure-help {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center;
  margin: 0 0 20px; padding: 15px 16px; border-radius: 14px;
  background: var(--fl-green-dark); color: #fff;
}
.fl-help-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); }
.fl-help-icon svg, .fl-help-icon img { width: 22px !important; height: 22px !important; object-fit: contain; color: #fff; }
.fl-measure-help strong, .fl-measure-help span { display: block; }
.fl-measure-help strong { font-size: 14px; }
.fl-measure-help span { margin-top: 2px; font-size: 11px; line-height: 1.35; opacity: .82; }
.fl-measure-help a {
  padding: 12px 14px; border-radius: 10px; background: #fff; color: var(--fl-green-dark);
  text-decoration: none; font-size: 11px; font-weight: 800; white-space: nowrap;
}
.flylock-product-redesign .zsqm-ui { border: 0 !important; background: transparent !important; box-shadow: none !important; }
.flylock-product-redesign .zsqm-panel {
  border: 0 !important; border-bottom: 1px solid var(--fl-line) !important;
  border-radius: 0 !important; background: #fff !important; box-shadow: none !important;
}
.flylock-product-redesign .zsqm-panel-head { padding: 20px 0 10px !important; pointer-events: none !important; }
.flylock-product-redesign .zsqm-panel-body { display: block !important; padding: 0 0 20px !important; }
.flylock-product-redesign .zsqm-head-icon, .flylock-product-redesign .zsqm-head-toggle { display: none !important; }
.flylock-product-redesign .zsqm-head-left strong { font-size: 18px !important; color: var(--fl-ink) !important; }
.flylock-product-redesign .zsqm-field input {
  min-height: 54px !important; border: 1px solid var(--fl-line) !important;
  border-radius: 13px !important; box-shadow: none !important; background: #fff !important;
}
.flylock-product-redesign .zsqm-hint { font-size: 11px !important; }
.flylock-product-redesign .zsqm-swatches { gap: 10px !important; }
.flylock-product-redesign .zsqm-swatch { width: 34px !important; height: 34px !important; border: 2px solid #fff !important; font-size: 0 !important; color: transparent !important; box-shadow: 0 0 0 1px var(--fl-line) !important; }
.flylock-product-redesign .zsqm-swatch.is-active { outline: 2px solid var(--fl-green) !important; outline-offset: 2px !important; box-shadow: none !important; }
.flylock-product-redesign .zsqm-net-list { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 0 !important; }
.flylock-product-redesign .zsqm-net-option {
  min-height: 48px !important; border: 1px solid var(--fl-line) !important;
  border-radius: 0 !important; justify-content: center !important; background: #fff !important;
}
.flylock-product-redesign .zsqm-net-option input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.flylock-product-redesign .zsqm-net-option:first-child { border-radius: 12px 0 0 12px !important; }
.flylock-product-redesign .zsqm-net-option:last-child { border-radius: 0 12px 12px 0 !important; }
.flylock-product-redesign .zsqm-net-option:has(input:checked) { background: var(--fl-green-soft) !important; border-bottom: 3px solid var(--fl-green) !important; color: var(--fl-green-dark) !important; }
.flylock-product-redesign .zs-price-box {
  margin-top: 18px !important; padding: 26px 0 0 !important; border: 0 !important; border-top: 1px solid var(--fl-line) !important; border-radius: 0 !important;
  background: #fff !important; box-shadow: none !important;
}
.flylock-product-redesign .zs-price-top { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr) !important; gap: 18px !important; align-items: end !important; }
.flylock-product-redesign .zs-qty-card { min-width: 0 !important; }
.flylock-product-redesign .zs-qty-wrap { display: grid !important; grid-template-columns: 52px minmax(0, 1fr) 52px !important; width: 100% !important; min-height: 54px !important; overflow: hidden !important; border: 1px solid var(--fl-line) !important; border-radius: 13px !important; }
.flylock-product-redesign .zs-qty-wrap .zs-qty-btn { width: 100% !important; min-width: 0 !important; height: 100% !important; border: 0 !important; background: #fff !important; }
.flylock-product-redesign .zs-qty-wrap .quantity,
.flylock-product-redesign .zs-qty-wrap input.qty { width: 100% !important; max-width: none !important; height: 100% !important; margin: 0 !important; border: 0 !important; border-right: 1px solid var(--fl-line) !important; border-left: 1px solid var(--fl-line) !important; border-radius: 0 !important; text-align: center !important; background: #fff !important; }
.flylock-product-redesign .zs-price-col { align-items: flex-end !important; text-align: right !important; }
.flylock-product-redesign .zs-live-total { font-size: 34px !important; line-height: 1 !important; color: var(--fl-ink) !important; }
.flylock-product-redesign .zs-add-btn {
  width: 100% !important; min-height: 58px !important; margin-top: 15px !important;
  border-radius: 13px !important; border: 0 !important; background: var(--fl-green) !important;
  color: #fff !important; font-size: 16px !important; font-weight: 800 !important;
}
.flylock-product-redesign form.cart .single_add_to_cart_button { border-radius: 13px !important; }
.flylock-product-redesign .zs-live-summary { display: none !important; }
.flylock-product-redesign .zs-meta-row.fl-purchase-trust { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; margin-top: 14px !important; }
.fl-trust-card { min-height: 68px; padding: 11px; border-radius: 11px; background: var(--fl-soft); display: flex; align-items: center; gap: 9px; }
.fl-trust-card > svg { flex: 0 0 auto; width: 23px; height: 23px; color: var(--fl-ink); }
.flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card > span {
  min-height: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important;
  background: transparent !important; display: block !important; color: var(--fl-muted) !important;
  font-size: 9px !important; font-weight: 400 !important; line-height: 1.35 !important; text-align: left !important;
}
.fl-trust-card span, .fl-trust-card strong, .fl-trust-card small { display: block; }
.flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card strong { color: var(--fl-ink) !important; font-size: 10px !important; font-weight: 700 !important; }
.flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card small { margin-top: 0; color: var(--fl-muted); font-size: 9px; font-weight: 400; line-height: 1.35; }
.flylock-product-redesign .zs-details-section { max-width: 1260px !important; margin: 90px auto 0 !important; }
.flylock-product-redesign .zs-details { border: 0 !important; background: transparent !important; }
.flylock-product-redesign .zs-details-tablist {
  display: grid !important; grid-template-columns: repeat(4, 1fr) !important;
  border-bottom: 1px solid var(--fl-line) !important; background: #fff !important;
}
.flylock-product-redesign .zs-details-tab {
  min-height: 58px !important; padding: 12px !important; border: 0 !important;
  border-bottom: 3px solid transparent !important; background: #fff !important;
  color: #6d7471 !important; font-size: 12px !important; font-weight: 750 !important;
}
.flylock-product-redesign .zs-details-tab.is-active { color: var(--fl-green-dark) !important; border-bottom-color: var(--fl-green) !important; }
.flylock-product-redesign .zs-details-panel {
  padding: 42px 44px !important; border: 0 !important; border-radius: 0 0 22px 22px !important;
  background: var(--fl-soft) !important; color: var(--fl-ink) !important;
}
.flylock-product-redesign .zs-details-panel.is-active { display: grid !important; grid-template-columns: 1.15fr .85fr !important; gap: 50px !important; align-items: start !important; }
.fl-detail-eyebrow { margin: 0 0 10px !important; color: var(--fl-green) !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .15em; text-transform: uppercase; }
.fl-detail-copy h2 { margin: 0 0 14px !important; font-size: 32px !important; line-height: 1.1 !important; letter-spacing: -.035em !important; }
.fl-detail-copy > p:last-child { color: var(--fl-muted) !important; font-size: 16px !important; line-height: 1.7 !important; }
.fl-detail-bullets { display: grid; gap: 10px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.fl-detail-bullets li { position: relative; padding: 13px 16px 13px 42px; border-radius: 11px; background: #fff; font-size: 12px; font-weight: 700; }
.fl-detail-bullets li::before { content: ''; position: absolute; left: 18px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--fl-green); transform: translateY(-50%); }
.fl-merged-detail { margin-bottom: 24px; }
.fl-sticky-purchase {
  position: fixed; z-index: 9994; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 24px; align-items: center;
  min-height: 78px; padding: 10px max(24px, calc((100vw - 1260px)/2));
  border-top: 1px solid var(--fl-line); background: rgba(255,255,255,.97); box-shadow: 0 -12px 35px rgba(26,67,51,.08); backdrop-filter: blur(14px);
  transition: transform .25s ease, opacity .25s ease;
}
.fl-sticky-purchase.is-purchase-visible { transform: translateY(110%); opacity: 0; pointer-events: none; }
.fl-sticky-preview { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.fl-sticky-preview img { width: 54px; height: 54px; object-fit: contain; border: 1px solid var(--fl-line); border-radius: 11px; background: #fff; }
.fl-sticky-preview strong, .fl-sticky-preview small { display: block; }
.fl-sticky-preview strong { color: var(--fl-ink); font-size: 14px; }
.fl-sticky-preview small { max-width: 560px; margin-top: 3px; overflow: hidden; color: var(--fl-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.fl-sticky-total { text-align: right; }
.fl-sticky-total small, .fl-sticky-total strong { display: block; }
.fl-sticky-total small { color: var(--fl-muted); font-size: 10px; }
.fl-sticky-total strong { color: var(--fl-ink); font-size: 27px; line-height: 1; }
.fl-sticky-cart { min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px; background: var(--fl-green); color: #fff; font-size: 14px; cursor: pointer; }
.fl-sticky-cart svg { width: 20px; height: 20px; margin-right: 9px; vertical-align: middle; }
.flylock-product-redesign .zs-float-btn { bottom: 20px !important; transition: bottom .25s ease, transform .2s ease !important; }
.flylock-product-redesign.fl-summary-visible .zs-float-btn { bottom: 98px !important; }

.fl-after-product { max-width: 1260px !important; margin: 90px auto 0 !important; padding: 0 0 90px !important; }
.fl-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 0 0 80px; }
.fl-section-heading > span, .fl-final-cta > div > span { color: var(--fl-green); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fl-section-heading h2 { max-width: 470px; margin: 12px 0 0; color: var(--fl-ink); font-size: 40px; line-height: 1.08; letter-spacing: -.045em; }
.fl-faq-list { border-top: 1px solid var(--fl-line); }
.fl-faq-list details { border-bottom: 1px solid var(--fl-line); }
.fl-faq-list summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 18px; cursor: pointer; list-style: none; color: var(--fl-ink); font-size: 14px; font-weight: 800; }
.fl-faq-list summary::-webkit-details-marker { display: none; }
.fl-faq-list summary svg { flex: 0 0 auto; width: 20px; height: 20px; transition: transform .2s ease; }
.fl-faq-list details[open] summary svg { transform: rotate(180deg); }
.fl-faq-list details p { margin: -2px 0 22px; padding-right: 42px; color: var(--fl-muted); font-size: 13px; line-height: 1.7; }
.fl-final-cta { padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 40px; border-radius: 24px; background: var(--fl-green-dark); color: #fff; }
.fl-final-cta > div { max-width: 760px; }
.fl-final-cta > div > span { color: #b9dac9; }
.fl-final-cta h2 { margin: 10px 0 12px; color: #fff; font-size: 40px; line-height: 1.08; letter-spacing: -.045em; }
.fl-final-cta p { margin: 0; color: #d9e8e0; font-size: 15px; line-height: 1.6; }
.fl-final-cta > a { flex: 0 0 auto; padding: 15px 20px; border-radius: 12px; background: #fff; color: var(--fl-green-dark); display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 14px; font-weight: 800; }
.fl-final-cta > a i { display: grid; place-items: center; width: 23px; height: 23px; font-style: normal; }
.fl-final-cta > a svg, .fl-final-cta > a img { width: 23px !important; height: 23px !important; object-fit: contain; color: var(--fl-green); }

@media (max-width: 960px) {
  body.flylock-product-redesign { padding-bottom: 80px; }
  .flylock-product-redesign main.container-custom.section {
    width: 100% !important; max-width: none !important; margin: 0 !important;
    padding-right: 10px !important; padding-left: 10px !important;
  }
  .flylock-product-redesign .zs-single { display: block !important; width: 100% !important; padding: 0 !important; }
  .flylock-product-redesign .zs-single-left { position: static !important; width: 100% !important; margin: 0 !important; }
  .flylock-product-redesign figure.zs-main-image {
    position: relative !important; width: 100% !important; height: auto !important; min-height: 0 !important;
    aspect-ratio: 1.015 / 1 !important; overflow: hidden !important;
    border: 1px solid var(--fl-line) !important; border-radius: 18px !important; background: #fff !important;
  }
  .flylock-product-redesign figure.zs-main-image > img,
  .flylock-product-redesign img#zs-main-image {
    width: 100% !important; height: 100% !important; padding: 28px !important;
    object-fit: contain !important; object-position: center !important;
  }
  .flylock-product-redesign .zs-gallery-nav {
    top: 50% !important; width: 44px !important; height: 44px !important; margin: 0 !important;
    display: grid !important; place-items: center !important; padding: 0 !important;
    border: 0 !important; border-radius: 50% !important; background: rgba(255,255,255,.96) !important;
    color: transparent !important; font-size: 0 !important; box-shadow: 0 12px 30px rgba(28,55,43,.10) !important;
    transform: translateY(-50%) !important;
  }
  .flylock-product-redesign .zs-gallery-nav-prev { left: 20px !important; }
  .flylock-product-redesign .zs-gallery-nav-next { right: 20px !important; }
  .flylock-product-redesign .zs-gallery-nav::before {
    content: '' !important; display: block; width: 9px; height: 9px;
    border-bottom: 2px solid var(--fl-green) !important; border-left: 2px solid var(--fl-green) !important;
  }
  .flylock-product-redesign .zs-gallery-nav-prev::before { transform: translateX(2px) rotate(45deg); }
  .flylock-product-redesign .zs-gallery-nav-next::before { transform: translateX(-2px) rotate(225deg); }
  .flylock-product-redesign .zs-thumbs {
    width: 100% !important; gap: 8px !important; margin-top: 8px !important; padding: 0 !important;
  }
  .flylock-product-redesign .zs-thumb {
    flex: 0 0 calc((100% - 24px) / 4) !important; width: calc((100% - 24px) / 4) !important;
    height: 74px !important; min-height: 74px !important; padding: 0 !important;
    border: 1px solid var(--fl-line) !important; border-radius: 11px !important; background: #fff !important;
  }
  .flylock-product-redesign .zs-thumb.is-active { border: 2px solid var(--fl-green) !important; }
  .flylock-product-redesign .zs-thumb img { width: 100% !important; height: 100% !important; object-fit: cover !important; border-radius: 9px !important; }
  .flylock-product-redesign .zs-single-right { width: 100% !important; margin-top: 28px !important; padding: 0 !important; }
  .flylock-product-redesign .product_title { font-size: 39px !important; line-height: 1.02 !important; }
  .flylock-product-redesign .zs-desc { margin-bottom: 18px !important; font-size: 16px !important; }
  .fl-measure-help { grid-template-columns: 38px 1fr; }
  .fl-measure-help a { grid-column: 1 / -1; text-align: center; }
  .flylock-product-redesign .zsqm-net-list { grid-template-columns: 1fr !important; }
  .flylock-product-redesign .zsqm-net-option,
  .flylock-product-redesign .zsqm-net-option:first-child,
  .flylock-product-redesign .zsqm-net-option:last-child { border-radius: 0 !important; }
  .flylock-product-redesign .zsqm-net-option:first-child { border-radius: 12px 12px 0 0 !important; }
  .flylock-product-redesign .zsqm-net-option:last-child { border-radius: 0 0 12px 12px !important; }
  .flylock-product-redesign .zs-details-section { margin-top: 70px !important; }
  .flylock-product-redesign .zs-details-tablist {
    position: sticky !important; z-index: 90 !important; top: 72px !important;
    display: flex !important; overflow-x: auto !important; scrollbar-width: none;
  }
  .flylock-product-redesign .zs-details-tab { flex: 0 0 auto !important; min-width: 145px !important; }
  .flylock-product-redesign .zs-details-panel,
  .flylock-product-redesign .zs-details-panel.is-active {
    display: block !important; min-height: 72vh !important; padding: 38px 20px 80px !important;
    border-bottom: 1px solid var(--fl-line) !important; border-radius: 0 !important; background: #fff !important;
    scroll-margin-top: 58px;
  }
  .fl-detail-copy h2 { font-size: 32px !important; }
  .fl-detail-bullets { margin-top: 24px !important; }
  .flylock-product-redesign .zs-meta-row.fl-purchase-trust { grid-template-columns: 1fr !important; }
  .fl-trust-card { min-height: 56px; }
  .flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card > span,
  .flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card small { font-size: 10px !important; }
  .flylock-product-redesign .zs-meta-row.fl-purchase-trust .fl-trust-card strong { font-size: 10px !important; }
  .fl-sticky-purchase { grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; min-height: 72px; padding: 8px 10px; }
  .fl-sticky-preview img { width: 48px; height: 48px; }
  .fl-sticky-preview strong { font-size: 11px; }
  .fl-sticky-preview small { max-width: 190px; font-size: 8px; }
  .fl-sticky-total small { display: none; }
  .fl-sticky-total strong { font-size: 21px; }
  .fl-sticky-cart { width: 52px; min-height: 52px; padding: 0; font-size: 0; }
  .fl-sticky-cart svg { width: 22px; height: 22px; margin: 0; }
  .flylock-product-redesign .zs-float-btn { bottom: 16px !important; }
  .flylock-product-redesign.fl-summary-visible .zs-float-btn { bottom: 92px !important; }
  .fl-after-product { margin-top: 64px !important; padding: 0 14px 64px !important; }
  .fl-faq { grid-template-columns: 1fr; gap: 12px; padding-bottom: 64px; }
  .fl-section-heading h2 { font-size: 32px; }
  .fl-faq-list summary { min-height: 68px; font-size: 13px; }
  .fl-final-cta { padding: 32px 24px; display: block; border-radius: 20px; }
  .fl-final-cta h2 { font-size: 32px; }
  .fl-final-cta > a { margin-top: 24px; justify-content: center; }
}

@media (max-width: 520px) {
  .flylock-product-redesign .zs-price-top { grid-template-columns: minmax(0, 1fr) minmax(128px, .72fr) !important; }
  .fl-sticky-preview small { max-width: 150px; }
}
