/** Shopify CDN: Minification failed

Line 107:18 Unexpected ";"

**/
/* =========================================================
   PanAdventure Product Main — RESTORE WORKING LAYOUT
   Original reference layout preserved.
   Only two fixes added at the bottom:
   1) payment icons horizontal
   2) trust icons green, no outer circle
   ========================================================= */

.pa-pdp-main--reference{
  background:#fff!important;
  color:#153e39;
}

.pa-pdp-main--reference .pa-pdp-shell{
  max-width:1480px;
  padding-left:32px;
  padding-right:32px;
}

.pa-pdp-main--reference .pa-pdp-breadcrumbs{
  padding:17px 0 18px;
  font-size:11px;
  color:#66736f;
}

.pa-ref-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);
  gap:42px;
  align-items:start;
  padding-bottom:28px;
}

.pa-ref-gallery{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:12px;
  min-width:0;
}

.pa-ref-thumbs{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-height:610px;
  overflow-y:auto;
  scrollbar-width:thin;
}

.pa-ref-thumb{
  position:relative;
  width:72px;
  aspect-ratio:1/1;
  padding:0;
  border:1px solid rgba(17,61,56,.14);
  border-radius:8px;
  overflow:hidden;
  background:#f4f6f5;
  cursor:pointer;
}

.pa-ref-thumb.is-active{
  border-color:#0b6b61;
  box-shadow:0 0 0 1px #0b6b61;
}

.pa-ref-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.pa-ref-thumb-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(11,74,66,.9);
  color:#fff;
  font-size:10px;
}

.pa-ref-stage-wrap{
  min-width:0;
}

.pa-ref-stage{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  border-radius:10px;
  overflow:hidden;
  background:#f1f4f2;
}

 position:absolute;
}

.pa-ref-stage-panel img,
.pa-ref-stage-panel video,
.pa-ref-stage-panel iframe,
.pa-ref-stage-panel model-viewer{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border:0;
}

.pa-ref-media-nav,
.pa-ref-expand{
  position:absolute;
  z-index:5;
  border:0;
  background:rgba(255,255,255,.94);
  color:#173f39;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.pa-ref-media-nav{
  width:36px;
  height:36px;
  border-radius:50%;
  top:50%;
  transform:translateY(-50%);
}

.pa-ref-media-nav--prev{left:12px}
.pa-ref-media-nav--next{right:12px}

.pa-ref-media-nav svg,
.pa-ref-expand svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pa-ref-expand{
  width:34px;
  height:34px;
  border-radius:50%;
  right:12px;
  bottom:12px;
}

.pa-ref-buybox{
  padding:4px 0 0;
  max-width:540px;
}

.pa-ref-type{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  background:#eef5f1;
  color:#315f56;
  font-size:10px;
  font-weight:700;
  margin-bottom:9px;
}

.pa-ref-title{
  margin:0;
  max-width:540px;
  font-family:var(--font-body-family,Arial,Helvetica,sans-serif)!important;
  font-size:clamp(34px,3vw,48px)!important;
  font-weight:750!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
  color:#111c1a!important;
}

.pa-ref-rating{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:13px;
  font-size:12px;
  color:#3f4b48;
}

.pa-ref-stars{
  color:#e29a11;
  letter-spacing:1px;
  font-size:15px;
}

.pa-ref-price-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:17px;
}

.pa-ref-price{
  font-size:29px;
  font-weight:800;
  color:#102d29;
}

.pa-ref-compare-price{
  font-size:13px;
  text-decoration:line-through;
  color:#8b9491;
}

.pa-ref-discount{
  padding:5px 9px;
  border-radius:999px;
  background:#dfeede;
  color:#37683e;
  font-size:10px;
  font-weight:750;
}

.pa-ref-short{
  max-width:520px;
  margin-top:17px;
  font-size:14px;
  line-height:1.55;
  color:#384a46;
}

.pa-ref-form{
  margin-top:18px;
}

.pa-ref-option{
  margin-top:16px;
}

.pa-ref-option-label,
.pa-ref-qty-label{
  font-size:11px;
  font-weight:700;
  color:#263d38;
}

.pa-ref-option-label span{
  font-weight:500;
}

.pa-ref-option-values{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}

.pa-ref-option-choice{
  cursor:pointer;
}

.pa-ref-option-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.pa-ref-option-pill{
  min-height:38px;
  min-width:42px;
  padding:0 13px;
  border:1px solid rgba(17,61,56,.2);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  font-size:11px;
  color:#24453f;
}

.pa-ref-option-choice input:checked + .pa-ref-option-pill{
  border-color:#0b6b61;
  box-shadow:0 0 0 1px #0b6b61 inset;
}

.pa-ref-qty{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
}

.pa-ref-qty-box{
  display:grid;
  grid-template-columns:38px 50px 38px;
  border:1px solid rgba(17,61,56,.16);
  border-radius:8px;
  overflow:hidden;
}

.pa-ref-qty-box button,
.pa-ref-qty-box input{
  height:38px;
  padding:0;
  border:0;
  background:#fff;
  text-align:center;
  color:#1c3732;
}

.pa-ref-actions{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.pa-ref-button{
  width:100%;
  min-height:48px;
  border-radius:999px;
  font-size:13px;
  font-weight:750;
  cursor:pointer;
}

.pa-ref-button--add{
  border:1px solid #07564b;
  background:#07564b;
  color:#fff;
}

.pa-ref-button--buy{
  border:1px solid #0b6b61;
  background:#fff;
  color:#163f39;
}

.pa-ref-button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

/* Existing trust strip layout — unchanged */
.pa-ref-trust{
  border-top:1px solid rgba(17,61,56,.12);
  border-bottom:1px solid rgba(17,61,56,.12);
  background:#fff;
}

.pa-ref-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.pa-ref-trust-item{
  min-height:74px;
  padding:13px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  border-right:1px solid rgba(17,61,56,.12);
}

.pa-ref-trust-item:last-child{
  border-right:0;
}

.pa-ref-trust-item strong{
  display:block;
  font-size:10px;
  font-weight:750;
  color:#173f39;
}

.pa-ref-trust-item > div > span{
  display:block;
  margin-top:2px;
  font-size:9px;
  color:#6b7673;
}

/* Media modal */
.pa-ref-media-dialog{
  width:100vw;
  max-width:none;
  height:100vh;
  max-height:none;
  margin:0;
  padding:0;
  border:0;
  background:rgba(4,18,16,.94);
}

.pa-ref-media-dialog::backdrop{
  background:rgba(4,18,16,.94);
}

.pa-ref-dialog-content{
  width:100%;
  height:100%;
  padding:60px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pa-ref-dialog-content img,
.pa-ref-dialog-content video,
.pa-ref-dialog-content iframe{
  max-width:94vw;
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:8px;
}

.pa-ref-dialog-close{
  position:absolute;
  right:24px;
  top:20px;
  z-index:10;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#143e38;
  font-size:28px;
  cursor:pointer;
}

/* =========================================================
   FIX 1 ONLY — PAYMENT ICONS HORIZONTAL
   Unique classes to avoid theme/global CSS collisions
   ========================================================= */
.pa-final-payments{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  width:100%!important;
  margin-top:14px!important;
}

.pa-final-payments-label{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  font-size:10px!important;
  line-height:1.2!important;
  color:#5d6b67!important;
}

.pa-final-payment-icons{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  width:auto!important;
  min-width:0!important;
}

.pa-final-payment-item{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:42px!important;
  height:24px!important;
  margin:0!important;
  padding:0!important;
}

.pa-final-payment-item > svg,
.pa-final-payment-item .payment-icon{
  display:block!important;
  position:static!important;
  float:none!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:24px!important;
  max-height:24px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

/* =========================================================
   FIX 2 ONLY — GREEN TRUST ICONS, NO OUTER CIRCLE
   Unique class so old icon CSS cannot affect it
   ========================================================= */
.pa-final-trust-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  flex:0 0 30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0B6B61!important;
  opacity:1!important;
  filter:none!important;
}

.pa-final-trust-icon::before,
.pa-final-trust-icon::after{
  content:none!important;
  display:none!important;
}

.pa-final-trust-icon svg{
  display:block!important;
  width:27px!important;
  height:27px!important;
  fill:none!important;
  stroke:#0B6B61!important;
  stroke-width:1.6!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  color:#0B6B61!important;
  opacity:1!important;
  filter:none!important;
  border:0!important;
  background:transparent!important;
}

.pa-final-trust-icon svg path,
.pa-final-trust-icon svg circle,
.pa-final-trust-icon svg line,
.pa-final-trust-icon svg polyline{
  stroke:#0B6B61!important;
  fill:none!important;
  opacity:1!important;
}

/* Responsive — same original layout behavior */
@media(max-width:989px){
  .pa-pdp-main--reference .pa-pdp-shell{
    padding-left:18px;
    padding-right:18px;
  }

  .pa-ref-main-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .pa-ref-gallery{
    grid-template-columns:1fr;
  }

  .pa-ref-stage-wrap{order:1}

  .pa-ref-thumbs{
    order:2;
    flex-direction:row;
    overflow-x:auto;
    overflow-y:hidden;
    max-height:none;
    padding-bottom:3px;
  }

  .pa-ref-thumb{
    width:62px;
    flex:0 0 62px;
  }

  .pa-ref-buybox{
    max-width:none;
  }

  .pa-ref-title{
    max-width:none;
    font-size:36px!important;
  }

  .pa-ref-trust-grid{
    grid-template-columns:1fr 1fr;
  }

  .pa-ref-trust-item:nth-child(2){
    border-right:0;
  }

  .pa-ref-trust-item:nth-child(-n+2){
    border-bottom:1px solid rgba(17,61,56,.12);
  }
}

@media(max-width:640px){
  .pa-pdp-main--reference .pa-pdp-shell{
    padding-left:13px;
    padding-right:13px;
  }

  .pa-pdp-main--reference .pa-pdp-breadcrumbs{
    font-size:9px;
    padding:11px 0 12px;
  }

  .pa-ref-main-grid{
    gap:16px;
    padding-bottom:20px;
  }

  .pa-ref-title{
    font-size:29px!important;
    line-height:1.04!important;
  }

  .pa-ref-price{
    font-size:24px;
  }

  .pa-ref-short{
    font-size:13px;
  }

  .pa-final-payments{
    flex-wrap:wrap!important;
    gap:8px!important;
  }

  .pa-final-payment-icons{
    flex-wrap:wrap!important;
    gap:5px!important;
  }

  .pa-final-payment-item{
    width:38px!important;
    height:22px!important;
  }

  .pa-final-payment-item > svg,
  .pa-final-payment-item .payment-icon{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:22px!important;
    max-height:22px!important;
  }

  .pa-ref-trust-item{
    min-height:66px;
    padding:10px 8px;
    justify-content:flex-start;
  }

  .pa-final-trust-icon{
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    flex-basis:27px!important;
  }

  .pa-final-trust-icon svg{
    width:24px!important;
    height:24px!important;
  }

  .pa-ref-dialog-content{
    padding:48px 12px 16px;
  }
}
/* ===== Product image slide transition ===== */

.pa-ref-stage-panel.is-active{
  animation:paProductSlide .32s cubic-bezier(.22,.61,.36,1) both!important;
}

@keyframes paProductSlide{
  0%{
    opacity:0;
    transform:translateX(18px);
  }

  100%{
    opacity:1;
    transform:translateX(0);
  }
}
/* =========================================================
   PRODUCT BUY BOX — STICKY ON DESKTOP
   只在当前 Product Main 模块内部跟随
   ========================================================= */

@media (min-width: 990px){

  .pa-ref-main-grid{
    align-items:start !important;
  }

  .pa-ref-buybox{
    position:sticky !important;
    top:24px !important;
    align-self:start !important;
    height:fit-content !important;
  }

}


/* 手机和平板不跟随 */
@media (max-width: 989px){

  .pa-ref-buybox{
    position:static !important;
    top:auto !important;
  }

}
/* =========================================================
   PRODUCT HIGHLIGHTS
   ========================================================= */

.pa-product-highlights{
  width:100%;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(17,61,56,.14);
}

.pa-product-highlight{
  position:relative;
  padding:0 0 14px 17px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(17,61,56,.09);
}

.pa-product-highlight:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}

/* 小绿色标记 */
.pa-product-highlight::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;

  width:6px;
  height:6px;

  border-radius:50%;
  background:#0B6B61;
}

.pa-highlight-title{
  margin:0;

  font-size:12px;
  line-height:1.35;

  font-weight:700;

  color:#173F39;
}

.pa-highlight-text{
  max-width:470px;

  margin-top:4px;

  font-size:11px;
  line-height:1.5;

  color:#65726F;
}


/* 手机 */
@media(max-width:749px){

  .pa-product-highlights{
    margin-top:18px;
    padding-top:16px;
  }

  .pa-product-highlight{
    padding-left:15px;
    margin-bottom:12px;
    padding-bottom:12px;
  }

  .pa-highlight-title{
    font-size:12px;
  }

  .pa-highlight-text{
    font-size:11px;
  }

}