/** Shopify CDN: Minification failed

Line 734:1 Expected "}" to go with "{"

**/
.stickit-proof{
   font-size: 1.03rem !important;
   letter-spacing: .09rem !important;
   line-height: 1.6 !important;
   opacity: 1.85;
}

.stickit-proof .stickit-check{
   color: #3b1e7a !important;
   font-weight: 900 !important;
   font-size: 1.15em;   /* تكبير بسيط ومتوازن */
   margin-right: 1px;
}
.stickit-custom-field { display: none !important; }
.stickit-custom-field.is-visible { display: block !important; }
.stickit-cart-guard{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  opacity: .9;
}

button.is-disabled{
  opacity: .6;
  cursor: not-allowed;
}
/* Responsive */
@media (max-width: 990px){
  .rr-features{ grid-template-columns: 1fr; }
  .rr-feature{ min-height: auto; }
}
/* ===== Stick It: Feature Cards ===== */
.rr-features{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.rr-feature{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px;
  border: 1px solid rgba(35, 87, 132, 0.18);
  background: rgba(255,255,255,0.75);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 86px;
}

.rr-feature:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  border-color: rgba(35, 87, 132, 0.30);
}

.rr-feature__icon{
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #235784; /* StickIt primary */
  background: rgba(64,168,196,0.12); /* StickIt accent */
  border: 1px solid rgba(64,168,196,0.22);
}

.rr-feature__icon svg{
  width: 22px;
  height: 22px;
}

.rr-feature__title{
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  color: #1d2b3a;
  margin-bottom: 4px;
}

.rr-feature__text{
  font-size: 13px;
  line-height: 1.35;
  color: rgba(29,43,58,0.75);
}

/* Responsive */
@media (max-width: 990px){
  .rr-features{ grid-template-columns: 1fr; }
  .rr-feature{ min-height: auto; }
}
.rr-features-section{
  padding: 40px 0;
  background: linear-gradient(
    180deg,
    rgba(35,87,132,0.03) 0%,
    rgba(64,168,196,0.05) 100%
  );
  border-top: 1px solid rgba(35,87,132,0.08);
  border-bottom: 1px solid rgba(35,87,132,0.08);
}

.rr-features{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rr-feature{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.rr-feature:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.rr-feature__icon{
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(35,87,132,0.12),
    rgba(64,168,196,0.18)
  );
  color: #235784;
}

.rr-feature__icon svg{
  width: 26px;
  height: 26px;
}

.rr-feature__title{
  font-weight: 800;
  font-size: 16px;
  color: #1d2b3a;
  margin-bottom: 4px;
}

.rr-feature__text{
  font-size: 14px;
  color: rgba(29,43,58,0.70);
}

@media (max-width: 990px){
  .rr-features{
    grid-template-columns: 1fr;
  }
}
.stickit-trust-bar{
  margin: 6px 0 10px;
  font-size: 14px;
}

.stickit-rating{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:600;
}

.stickit-stars{
  color:#f5b301;
  letter-spacing:2px;
  font-size:13px;
}
.stickit-trust-bar{
  display:flex;
  align-items:center;
  gap:6px;
  margin:6px 0 10px;
  font-size:14px;
}

.stickit-stars{
  color:#f5b301;
  font-size:12px;   /* أصغر سنة */
  letter-spacing:1px;
}

.stickit-separator{
  font-size:12px;
  opacity:.5;
}

.stickit-review-link{
  text-decoration:none;
  font-weight:600;
  color:inherit;
}

.stickit-review-link:hover{
  text-decoration:underline;
}
.stickit-rating-text{
  opacity:.85;
}
.stickit-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 5px;
  border-radius:999px;
  background: #fafafa;
border: 1px solid rgba(0,0,0,.05);
  color:#3a3a3a;
  font-size:10.5px;
  font-weight:600;
  line-height:1;
  letter-spacing:.2px;
  white-space:nowrap;
}
.stickit-badge-ico{
  font-size:10.5px;
  opacity:.6;
}
/* ===== PRICE: stronger psychologically + no dot ===== */

.price{
  display:flex !important;
  flex-direction:column !important;
}

.stickit-price-row{
  display:flex !important;
  align-items:flex-end !important;
  gap:10px !important;
  margin:0 0 4px 0 !important;
}

/* Main price = anchor */
.stickit-main-price{
  font-weight:900 !important;
  font-size:30px !important;
  letter-spacing:-0.4px !important;
  line-height:1 !important;
  color:inherit !important;
}

/* Per sticker = “deal cue” */
.stickit-unit-price{
  font-weight:800 !important;
  font-size:12px !important;
  color:#3b2fa3 !important;              /* لون البراند */
  background:rgba(59,47,163,.08) !important;
  border:1px solid rgba(59,47,163,.15) !important;
  padding:5px 12px !important;
  border-radius:999px !important;
  white-space:nowrap !important;
  transform:translateY(-2px) !important;
}

/* Remove the dot completely */
.stickit-dot,
.stickit-price-row .stickit-dot,
.stickit-price-row [data-stickit-dot]{
  display:none !important;
}

/* Taxes line under both */
.price__tax,
.tax-note{
  margin:0 !important;
  font-size:12px !important;
  opacity:.60 !important;
}
/* --- Stickit micro animation --- */
@keyframes stickitPulse {
  0%   { transform: scale(1);   filter: brightness(1); }
  35%  { transform: scale(1.03); filter: brightness(1.08); }
  100% { transform: scale(1);   filter: brightness(1); }
}

.stickit-pulse {
  animation: stickitPulse 260ms ease-out;
}

/* اختياري: خلي الـ badge يبان أسرع شوية */
.stickit-unit-price{
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
/* ===== Premium Add To Cart Button ===== */

.product-form__submit,
button[name="add"],
.product-form button[type="submit"]{
  width:100% !important;
  background:#FFD61B !important;  /* لون البراند */
  color:#3B1E7A !important;
  font-weight:800 !important;
  font-size:16px !important;
  letter-spacing:.3px;
  padding:16px 20px !important;
  border-radius:0px !important;
  border:none !important;
  transition:all .18s ease;
}

/* Hover */
.product-form__submit:hover,
button[name="add"]:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px #FFD61B;
}

/* Active click */
.product-form__submit:active,
button[name="add"]:active{
  transform:translateY(1px) scale(.98);
  box-shadow:0 6px 14px #FFD61B;
}
/* ===== Ultra Clean Trust (Text + Icon Only) ===== */

.stickit-trust-badges{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:10px;
}

.stickit-trust-badge{
  display:flex;
  align-items:center;
  gap:8px;

  padding:0;               /* بدون box */
  border:none;
  background:transparent;

  font-size:12.8px;
  font-weight:500;
  color:#4a4a4a;
  line-height:1.25;
}

.stickit-trust-icon svg{
  width:16px;
  height:16px;
  color:#5a4fcf;           /* موف فاتح */
  opacity:.8;
}
/* ===== HOW TO ORDER / PREMIUM FINAL ===== */

.stickit-howitworks{
  padding: 8px 0 28px;
  max-width: 1100px;
  margin: auto;
}

.stickit-howitworks-head{
  text-align: center;
  margin-bottom: 20px;
}

.stickit-howitworks-head h2{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
  color: #2f2483;
}

.stickit-howitworks-head p{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.65);
}

.stickit-howitworks-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* connecting line */
.stickit-howitworks-grid::before{
  content: "";
  position: absolute;
  top: 38px;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(47,36,131,.15),
    rgba(47,36,131,.35),
    rgba(47,36,131,.15)
  );
  z-index: 0;
}

.stickit-step{
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation: stickitFadeUp .45s ease both;
}

.stickit-step:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  border-color: rgba(47,36,131,.14);
}

.stickit-step:nth-child(2){
  animation-delay: .08s;
}

.stickit-step:nth-child(3){
  animation-delay: .16s;
}

.stickit-step-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.stickit-step-number{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f0ff;
  color: #2f2483;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 34px;
  box-shadow: 0 0 0 6px #fff;
}

.stickit-step-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf8ff;
  color: #5d51c8;
  border: 1px solid rgba(47,36,131,.08);
  flex: 0 0 34px;
}

.stickit-step-icon svg{
  width: 20px;
  height: 20px;
}

.stickit-step h3{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #1f1f1f;
}

.stickit-step p{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.72);
  line-height: 1.5;
}

.stickit-howitworks-note{
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: rgba(0,0,0,.55);
}

/* subtle entrance animation */
@keyframes stickitFadeUp{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* mobile */
@media (max-width: 750px){
  .stickit-howitworks{
    padding: 8px 0 24px;
  }

  .stickit-howitworks-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stickit-howitworks-grid::before{
    display: none;
  }

  .stickit-step{
    padding: 16px 14px;
  }

  .stickit-howitworks-head h2{
    font-size: 24px;
  }
}
/* ===== FAQ PREMIUM ===== */

.stickit-faq{
  max-width: 820px;
  margin: auto;
  padding: 24px 0 34px;
}

.stickit-faq-head{
  text-align: center;
  margin-bottom: 18px;
}

.stickit-faq-head h2{
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.1;
  color: #2f2483;
}

.stickit-faq-head p{
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,.65);
}

.stickit-faq-list{
  display: grid;
  gap: 12px;
}

.stickit-faq-item{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.stickit-faq-item:hover{
  border-color: rgba(47,36,131,.18);
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.stickit-faq-item summary{
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 56px 18px 18px;
  font-size: 17px;
  font-weight: 700;
  color: #1f1f1f;
}

.stickit-faq-item summary::-webkit-details-marker{
  display: none;
}

.stickit-faq-item summary::after{
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f0ff;
  color: #2f2483;
  font-size: 20px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.stickit-faq-item[open] summary::after{
  content: "–";
}

.stickit-faq-answer{
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,.72);
}

.stickit-faq-help{
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0,0,0,.65);
}

.stickit-faq-whatsapp{
  color: #2f2483;
  font-weight: 600;
  text-decoration: none;
}

.stickit-faq-whatsapp:hover{
  text-decoration: underline;
}

@media (max-width: 750px){

  .stickit-faq{
    padding: 20px 0 28px;
  }

  .stickit-faq-head h2{
    font-size: 24px;
  }

  .stickit-faq-item summary{
    font-size: 16px;
    padding: 16px 48px 16px 16px;
  }

  .stickit-faq-answer{
    padding: 0 16px 16px;
  }
/* ===== STICKIT COLLAGE HEADER ===== */

.stickit-collage .collage-header{
  width:100%;
  margin:0 0 28px 0;
}

.stickit-collage .collage-header-inner{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}

.stickit-collage .collage-wrapper-title{
  margin:0 auto !important;
  width:100%;
  display:block;
  text-align:center !important;
}

.stickit-collage .collage-subtitle{
  margin:10px 0 0;
  text-align:center;
  color:rgba(0,0,0,.65);
  font-size:15px;
  line-height:1.6;
}
/* STICKIT COLLAGE PREMIUM HOVER */

.stickit-collage .collage__item{
  overflow:hidden;
  border-radius:14px;
}

.stickit-collage .collage__item img{
  transition: transform .5s ease;
}

.stickit-collage .collage__item:hover img{
  transform: scale(1.06);
}

.stickit-collage .collage__item{
  transition: all .35s ease;
}

.stickit-collage .collage__item:hover{
  transform: translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}
.stickit-collage .collage-wrapper-title{
  font-weight:700;
  letter-spacing:.3px;
}

.stickit-collage .collage-subtitle{
  font-size:16px;
  opacity:.75;
}
.stickit-collage{
  margin-bottom:40px;
}
.stickit-qty-badge{
display:block;
font-size:11px;
font-weight:600;
margin-top:6px;
text-align:center;
}

.stickit-qty-badge--popular{
color:#6b4eff;
}

.stickit-qty-badge--best{
color:#00a86b;
}