*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
}
img{max-width:100%;display:block}
a{color:inherit}
.site,
.order-page{
  width:100%;
  max-width:520px;
  margin:0 auto;
  background:#fff;
}

.brand-bar{
  text-align:center;
  padding:12px 12px 4px;
}
.brand-mark{
  display:inline-block;
  font-size:15px;
  font-weight:700;
  letter-spacing:1.4px;
  padding:6px 10px;
  border:1px solid #dedede;
  border-radius:99px;
  background:#fff;
}
.brand-sub{
  font-size:13px;
  color:#444;
  margin-top:8px;
}

.timer-wrap{
  text-align:center;
  padding:10px 12px 14px;
}
.timer-title{
  display:block;
  width:calc(100% - 32px);
  margin:0 auto 12px;
  background:linear-gradient(180deg,#ff3b3b 0%,#d91616 100%);
  color:#fff;
  border-radius:4px;
  padding:14px 12px;
  font-size:22px;
  font-weight:700;
  line-height:1.15;
  box-shadow:0 8px 24px rgba(217,22,22,.28);
  animation:ctaBlink 1.05s infinite;
}
.timer-boxes{
  display:flex;
  justify-content:center;
  gap:10px;
}
.timer-box{
  min-width:94px;
}
.timer-box span{
  display:block;
  background:linear-gradient(180deg,#ff3b3b 0%,#d91616 100%);
  color:#fff;
  border-radius:4px;
  padding:14px 8px 12px;
  font-size:40px;
  line-height:1;
  font-weight:700;
  box-shadow:0 8px 22px rgba(217,22,22,.24);
  animation:ctaBlink 1.05s infinite;
}
.timer-box small{
  display:block;
  margin-top:7px;
  color:#d91616;
  font-size:13px;
  font-weight:700;
  text-transform:lowercase;
}

.trust-banner-wrap{padding:6px 0 14px}
.trust-banner,.ssl-image{width:100%}
.products-list{padding:0}

.product-block{
  margin:0 0 4px;
  padding:0 0 18px;
  border-bottom:1px solid #f0f0f0;
}
.product-shell{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.82), rgba(255,255,255,0) 18%),
    radial-gradient(circle at 86% 24%, rgba(255,255,255,.24), rgba(255,255,255,0) 20%),
    linear-gradient(135deg,#d8d8d8 0%,#c5c5c5 40%,#bababa 100%);
}
.product-shell::before{
  content:'';
  position:absolute;
  inset:-15% -8%;
  background:
    linear-gradient(140deg, rgba(255,255,255,.26) 0 9%, transparent 9% 50%, rgba(255,255,255,.12) 50% 56%, transparent 56% 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 12px, rgba(0,0,0,.025) 12px 24px);
  pointer-events:none;
  z-index:0;
}
.product-shell::after{
  content:'';
  position:absolute;
  inset:auto 0 0 0;
  height:54px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.08));
  pointer-events:none;
  z-index:1;
}
.product-template{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  opacity:.9;
}
.product-template::before,
.product-template::after{
  content:'';
  position:absolute;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
}
.product-template::before{
  width:180px;
  height:180px;
  top:-36px;
  left:-36px;
  box-shadow:0 0 0 28px rgba(255,255,255,.08),0 0 0 58px rgba(255,255,255,.04);
}
.product-template::after{
  width:220px;
  height:220px;
  right:-90px;
  bottom:-70px;
  box-shadow:0 0 0 26px rgba(255,255,255,.06),0 0 0 56px rgba(255,255,255,.03);
}
.product-image{
  width:100%;
  position:relative;
  z-index:2;
}
.product-title{
  display:block;
  text-decoration:none;
  color:#111;
  font-size:22px;
  line-height:1.22;
  font-weight:700;
  text-align:center;
  padding:14px 16px 8px;
}
.sizes-list,
.desc,
.shipping,
.price-row,
.size-tags{
  text-align:center;
  padding:0 14px;
}
.sizes-list{
  font-size:16px;
  line-height:1.53;
}
.desc{
  font-size:16px;
  line-height:1.52;
  margin-top:8px;
  white-space:pre-line;
}
.size-tags{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:12px;
  font-size:18px;
  letter-spacing:.3px;
}
.price-row{
  margin-top:10px;
}
.old-price{
  color:#888;
  text-decoration:line-through;
  font-size:19px;
  margin-bottom:4px;
}
.price{
  font-size:24px;
  font-weight:700;
}
.shipping{
  font-size:18px;
  margin-top:10px;
}
.buy-btn,
.submit-btn{
  display:block;
  width:calc(100% - 32px);
  margin:14px 16px 0;
  background:linear-gradient(180deg,#ff3b3b 0%,#d91616 100%);
  color:#fff;
  text-align:center;
  text-decoration:none;
  border:none;
  border-radius:4px;
  padding:16px 12px;
  font-size:21px;
  font-weight:700;
  line-height:1.1;
  letter-spacing:.3px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(217,22,22,.24);
  animation:ctaBlink 1.05s infinite;
}
.buy-btn:hover,
.submit-btn:hover{filter:brightness(.96)}

.info{padding:14px 16px 8px}
.info-block{margin-bottom:18px}
.info h3{
  margin:0 0 8px;
  font-size:31px;
  line-height:1.08;
  font-weight:700;
}
.info p{
  margin:0;
  font-size:16px;
  line-height:1.56;
}

.ssl-box{padding:4px 0 8px}
.bottom-meta{padding:0 16px 30px}
.wa-link{
  display:inline-block;
  color:#0a58ca;
  font-size:18px;
  margin:6px 0 18px;
  text-decoration:none;
}
.notice-card{
  font-size:14px;
  line-height:1.62;
}
.notice-card strong{display:block;margin-bottom:4px}
.notice-card p{margin:0}
.footer{margin-top:16px;font-size:14px;color:#111}

.order-body{background:#fafafa}
.order-page{
  margin:0 auto;
  min-height:100vh;
  background:#fff;
}
.order-header{
  padding:18px 14px 16px;
  text-align:center;
  border-bottom:1px solid #ececec;
  background:#fff;
}
.mini-brand{
  display:inline-block;
  padding:6px 10px;
  border:1px solid #e1e1e1;
  border-radius:99px;
  font-size:12px;
  letter-spacing:1.2px;
  font-weight:700;
  margin-bottom:10px;
}
.order-header h1{margin:0;font-size:29px;color:#c11111}
.order-header p{margin:8px 0 0;font-size:15px;color:#555}
.form-box{padding:16px 14px 26px}
.order-summary-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:16px;
  box-shadow:0 4px 18px rgba(0,0,0,.04);
}
.order-summary-media{background:#f7f7f7}
.order-summary-frame{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,.85), rgba(255,255,255,0) 18%),
    linear-gradient(135deg,#d9d9d9 0%,#c4c4c4 100%);
}
.order-summary-frame::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 12px, rgba(0,0,0,.02) 12px 24px),
    radial-gradient(circle at 0 0, rgba(255,255,255,.2), transparent 24%);
}
.order-summary-frame img{position:relative;z-index:1;width:100%}
.summary{
  background:#fff8f8;
  border-top:1px solid #f0d8d8;
  padding:12px;
  font-size:15px;
  line-height:1.68;
}
.form-section-title{
  font-size:18px;
  font-weight:700;
  margin:2px 0 14px;
}
label{display:block;font-weight:700;margin:0 0 8px;font-size:15px}
input,select,textarea{
  width:100%;
  border:1px solid #d8d8d8;
  border-radius:6px;
  padding:12px 11px;
  font-size:15px;
  margin-bottom:13px;
  font-family:inherit;
  background:#fff;
}
textarea{min-height:95px;resize:vertical}
#packOptions{margin-bottom:10px}
.pack{
  border:1px solid #ddd;
  border-radius:6px;
  padding:12px;
  margin-bottom:10px;
  font-weight:700;
  cursor:pointer;
  transition:border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.pack.active{
  border-color:#c81414;
  background:#fff5f5;
  box-shadow:inset 0 0 0 1px rgba(200,20,20,.08);
}
.back-link{
  display:block;
  text-align:center;
  color:#444;
  margin-top:14px;
  text-decoration:none;
}

.admin-wrap{max-width:1200px;margin:20px auto;background:#fff;padding:18px;border-radius:8px}
.admin-wrap h1{margin:0 0 14px;color:#b31313}
table{width:100%;border-collapse:collapse}
th,td{border:1px solid #e5e5e5;padding:10px;font-size:14px;text-align:left}
th{background:#fff3f3}

@media (max-width:430px){
  .brand-mark{font-size:13px}
  .brand-sub{font-size:12px}
  .timer-title{font-size:20px}
  .timer-boxes{gap:16px}
  .timer-box{min-width:64px}
  .timer-box span{font-size:37px}
  .product-title{font-size:20px}
  .sizes-list,.desc,.shipping{font-size:15px}
  .size-tags{gap:10px;font-size:16px}
  .price{font-size:22px}
  .buy-btn,.submit-btn{font-size:19px}
  .info h3{font-size:26px}
  .info p,.wa-link,.notice-card,.footer{font-size:15px}
}

@keyframes ctaBlink{
  0%,100%{transform:scale(1);opacity:1;box-shadow:0 8px 22px rgba(217,22,22,.24)}
  50%{transform:scale(1.03);opacity:.92;box-shadow:0 12px 28px rgba(217,22,22,.36)}
}


/* v6 premium touch */
.product-block{
  position:relative;
  margin:0 0 14px;
  padding:0 0 22px;
  border-bottom:8px solid #f6f6f6;
}
.product-shell{
  border-bottom-left-radius:18px;
  border-bottom-right-radius:18px;
  box-shadow:0 16px 34px rgba(0,0,0,.09);
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.95), rgba(255,255,255,0) 18%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.25), rgba(255,255,255,0) 17%),
    linear-gradient(135deg,#dcdcdc 0%,#cbcbcb 38%,#b9b9b9 100%);
}
.product-shell::before{
  inset:-12% -7%;
  background:
    linear-gradient(125deg, rgba(255,255,255,.36) 0 8%, transparent 8% 45%, rgba(255,255,255,.14) 45% 52%, transparent 52% 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.10) 0 13px, rgba(0,0,0,.03) 13px 26px);
}
.product-template::before{
  width:210px;
  height:210px;
  top:-58px;
  left:-50px;
  box-shadow:0 0 0 30px rgba(255,255,255,.09),0 0 0 64px rgba(255,255,255,.045);
}
.product-template::after{
  width:260px;
  height:260px;
  right:-110px;
  bottom:-90px;
  box-shadow:0 0 0 28px rgba(255,255,255,.07),0 0 0 60px rgba(255,255,255,.035);
}
.buy-btn,
.submit-btn{
  border-radius:10px;
  text-transform:uppercase;
  letter-spacing:.6px;
  box-shadow:0 14px 30px rgba(217,22,22,.34);
  animation:ctaBlinkStrong .9s infinite;
}
.timer-title,
.timer-box span{
  border-radius:10px;
  animation:ctaBlinkStrong .9s infinite;
}
.order-trust-strip{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:0 0 16px;
}
.order-trust-item{
  background:#fff5f5;
  border:1px solid #f1c9c9;
  border-radius:10px;
  padding:12px 10px;
  text-align:center;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}
.order-note{
  margin:14px 0 0;
  background:#fff8f8;
  border:1px solid #f0d8d8;
  border-radius:10px;
  padding:12px;
  font-size:14px;
  line-height:1.55;
}
@media (max-width:430px){
  .buy-btn,.submit-btn{
    width:calc(100% - 24px);
    margin:14px 12px 0;
    padding:18px 12px;
    font-size:22px;
  }
  .timer-title{width:calc(100% - 24px)}
  .order-trust-strip{grid-template-columns:1fr}
}
@keyframes ctaBlinkStrong{
  0%,100%{
    transform:scale(1);
    opacity:1;
    box-shadow:0 14px 30px rgba(217,22,22,.34);
    filter:brightness(1);
  }
  50%{
    transform:scale(1.055);
    opacity:.96;
    box-shadow:0 20px 42px rgba(217,22,22,.5);
    filter:brightness(1.08);
  }
}


.live-proof-wrap{
  padding:0 16px 14px;
}
.today-view-pill{
  display:block;
  width:100%;
  text-align:center;
  background:linear-gradient(180deg,#ff3b3b 0%,#d91616 100%);
  color:#fff;
  border-radius:999px;
  padding:13px 14px;
  font-size:20px;
  font-weight:700;
  box-shadow:0 10px 24px rgba(217,22,22,.22);
  animation:ctaBlink 1.15s infinite;
}
.proof-mini-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}
.proof-mini-box,
.stock-pill{
  background:#fff6f6;
  border:1px solid #ffd6d6;
  color:#b11212;
  border-radius:14px;
  padding:10px 12px;
  text-align:center;
  font-size:14px;
  font-weight:700;
}
.stock-pill{
  width:max-content;
  max-width:calc(100% - 32px);
  margin:12px auto 8px;
  padding:9px 14px;
  background:#fff3f3;
}
.interest-toast{
  position:fixed;
  left:14px;
  right:14px;
  bottom:104px;
  z-index:60;
  max-width:390px;
  margin:0 auto;
  background:#111;
  color:#fff;
  border-radius:16px;
  padding:12px 14px;
  box-shadow:0 16px 38px rgba(0,0,0,.26);
  opacity:0;
  transform:translateY(22px);
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease;
}
.interest-toast.show{
  opacity:1;
  transform:translateY(0);
}
.interest-toast strong,
.interest-toast span,
.interest-toast small{
  display:block;
}
.interest-toast strong{
  font-size:14px;
  margin-bottom:2px;
}
.interest-toast span{
  font-size:15px;
  line-height:1.3;
}
.interest-toast small{
  margin-top:4px;
  color:#ffd7d7;
  font-size:12px;
}
@media (max-width:420px){
  .today-view-pill{font-size:18px;padding:12px}
  .proof-mini-row{grid-template-columns:1fr}
  .interest-toast{left:10px;right:10px;bottom:100px}
}


/* v8 final adjustments */
.brand-mark,
.mini-brand{
  text-decoration:none;
  color:#111;
}
.product-shell-link{
  display:block;
  text-decoration:none;
}
.discount-badge{
  width:max-content;
  margin:12px auto 8px;
  padding:9px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,#ff4f4f 0%,#d91616 100%);
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.4px;
  box-shadow:0 10px 22px rgba(217,22,22,.22);
}
.wa-order-btn{
  display:block;
  width:calc(100% - 32px);
  margin:10px 16px 0;
  background:linear-gradient(180deg,#21c45d 0%,#149647 100%);
  color:#fff;
  text-align:center;
  text-decoration:none;
  border:none;
  border-radius:10px;
  padding:15px 12px;
  font-size:19px;
  font-weight:700;
  line-height:1.1;
  box-shadow:0 12px 26px rgba(20,150,71,.24);
}
.price-row{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.old-price{
  margin-bottom:0;
  font-size:20px;
}
.price{
  color:#d91616;
  font-size:28px;
}
.order-trust-item{
  background:rgba(255,255,255,.58);
  border:1px solid rgba(216,78,78,.22);
  box-shadow:0 10px 24px rgba(0,0,0,.04);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.checkout-old-price{
  color:#888;
  text-decoration:line-through;
  margin-right:8px;
}
.mobile-sticky-bar{
  display:none;
}
@media (max-width:768px){
  .mobile-sticky-bar{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:80;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px;
    border-radius:16px;
    background:rgba(255,255,255,.96);
    box-shadow:0 16px 38px rgba(0,0,0,.16);
    border:1px solid rgba(0,0,0,.06);
  }
  body{padding-bottom:88px;}
  .mobile-sticky-price{
    display:flex;
    flex-direction:column;
    line-height:1.1;
    min-width:120px;
  }
  .mobile-sticky-price .old{
    color:#888;
    text-decoration:line-through;
    font-size:14px;
  }
  .mobile-sticky-price strong{
    color:#d91616;
    font-size:24px;
  }
  .mobile-sticky-btn{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    border:none;
    border-radius:12px;
    background:linear-gradient(180deg,#ff3b3b 0%,#d91616 100%);
    color:#fff;
    text-decoration:none;
    font-size:19px;
    font-weight:700;
    box-shadow:0 14px 30px rgba(217,22,22,.28);
  }
  .wa-order-btn{
    width:calc(100% - 24px);
    margin:10px 12px 0;
    font-size:18px;
  }
}

.discount-label{display:inline-block;background:#ff3b3b;color:#fff;font-weight:700;font-size:12px;padding:4px 8px;border-radius:4px;margin:6px 0}
.discount-badge{display:none!important}
