/* =========================================================
   VANISEO PRE-TABS SECTIONS V1.1
   ========================================================= */

body.single-product .vpts11-wrap{
  max-width:1440px;
  margin:34px auto 28px;
  padding:0 28px;
  box-sizing:border-box;
}

body.single-product .vpts11-topnote{
  max-width:760px;
  margin:0 auto 28px;
  padding:14px 22px;
  border-radius:14px;
  background:#233b68;
  color:#fff;
  text-align:center;
  font-size:13px;
  line-height:1.45;
  box-shadow:0 10px 26px rgba(35,59,104,.20);
}

body.single-product .vpts11-hero{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  min-height:620px;
  margin-bottom:28px;
  background:#e8edf6;
}

body.single-product .vpts11-hero__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

body.single-product .vpts11-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(247,249,253,.84) 0%, rgba(247,249,253,.58) 26%, rgba(35,59,104,.24) 60%, rgba(35,59,104,.34) 100%),
    linear-gradient(180deg, rgba(35,59,104,.10) 0%, rgba(35,59,104,.18) 100%);
  z-index:1;
}

body.single-product .vpts11-hero__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) 360px;
  gap:24px;
  align-items:start;
  min-height:620px;
  padding:34px;
}

body.single-product .vpts11-hero__left h2{
  margin:0 0 18px;
  font-size:26px;
  line-height:1.15;
  color:#2f3749;
  letter-spacing:-.02em;
}

body.single-product .vpts11-grid2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}

body.single-product .vpts11-panel{
  border-radius:18px;
  box-sizing:border-box;
}

body.single-product .vpts11-panel--glass{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.45);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  padding:22px 22px 18px;
  max-width:470px;
}

body.single-product .vpts11-panel--soft{
  background:rgba(247,248,252,.90);
  border:1px solid rgba(228,232,240,.95);
  padding:22px 22px 18px;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}

body.single-product .vpts11-panel--cream{
  background:#fbf3dc;
  border:1px solid #f1e1aa;
  padding:22px 22px 18px;
}

body.single-product .vpts11-panel h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
  color:#31384b;
}

body.single-product .vpts11-panel p{
  margin:0 0 10px;
  color:#5d6578;
  font-size:13px;
  line-height:1.55;
}

body.single-product .vpts11-panel ul,
body.single-product .vpts11-band__content ul{
  margin:0;
  padding-left:18px;
}

body.single-product .vpts11-panel li,
body.single-product .vpts11-band__content li{
  margin:0 0 7px;
  color:#5d6578;
  font-size:13px;
  line-height:1.45;
}

body.single-product .vpts11-btnrow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

body.single-product .vpts11-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:9px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}

body.single-product .vpts11-btn--yellow{
  background:#f2c400;
  color:#1d1d1d;
  box-shadow:0 8px 18px rgba(242,196,0,.18);
}

body.single-product .vpts11-iconlist{
  list-style:none;
  padding:0;
}

body.single-product .vpts11-iconlist li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:14px;
}

body.single-product .vpts11-iconlist li span{
  width:26px;
  min-width:26px;
  height:26px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#233b68;
  border:1px solid #d9dfef;
  font-size:11px;
}

body.single-product .vpts11-iconlist strong{
  display:block;
  color:#31384b;
  font-size:13px;
  line-height:1.2;
}

body.single-product .vpts11-iconlist small{
  display:block;
  color:#6c7487;
  font-size:11px;
  line-height:1.35;
}

body.single-product .vpts11-band{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) 280px;
  gap:24px;
  align-items:center;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:28px;
}

body.single-product .vpts11-band--dark{
  background:linear-gradient(135deg,#163256 0%, #233b68 100%);
  color:#fff;
  padding:28px 30px;
}

body.single-product .vpts11-band--reverse{
  grid-template-columns:minmax(0,1.15fr) 320px;
}

body.single-product .vpts11-band__content h2{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.15;
  color:#fff;
}

body.single-product .vpts11-band__content p{
  margin:0 0 10px;
  color:rgba(255,255,255,.88);
  font-size:13px;
  line-height:1.6;
}

body.single-product .vpts11-band__content li{
  color:rgba(255,255,255,.92);
}

body.single-product .vpts11-band__media img{
  width:100%;
  display:block;
  border-radius:16px;
  object-fit:cover;
}

body.single-product .vpts11-grid{
  display:grid;
  gap:22px;
  margin-bottom:28px;
}

body.single-product .vpts11-grid--urgent{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}

@media (max-width: 1100px){
  body.single-product .vpts11-hero__content,
  body.single-product .vpts11-grid2,
  body.single-product .vpts11-grid--urgent,
  body.single-product .vpts11-band,
  body.single-product .vpts11-band--reverse{
    grid-template-columns:1fr;
  }

  body.single-product .vpts11-hero{
    min-height:auto;
  }
}

@media (max-width: 767px){
  body.single-product .vpts11-wrap{
    padding:0 16px;
  }

  body.single-product .vpts11-topnote{
    padding:12px 16px;
    font-size:12px;
  }

  body.single-product .vpts11-hero__content,
  body.single-product .vpts11-band--dark,
  body.single-product .vpts11-panel--glass,
  body.single-product .vpts11-panel--soft,
  body.single-product .vpts11-panel--cream{
    padding:20px 18px;
  }

  body.single-product .vpts11-hero__left h2,
  body.single-product .vpts11-band__content h2{
    font-size:22px;
  }

  body.single-product .vpts11-btnrow{
    flex-direction:column;
  }

  body.single-product .vpts11-btn{
    width:100%;
  }
}
