/** Shopify CDN: Minification failed

Line 705:2 Expected identifier but found "00background"
Line 706:1 Unexpected "0"
Line 710:2 Unexpected ".0rg-sticky"
Line 711:2 Expected identifier but found "0"
Line 712:1 Expected identifier but found "0"
Line 713:0 Expected identifier but found "0"

**/
/* ===========================
   RANGER – GLOBAL RESET
=========================== */

.rg-section * {
  box-sizing: border-box;
}

/* مساحة السكاشن */
.rg-section{
  margin: 20px 0;
}

/* عناوين عامة احتياطية */
.rg-kicker{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #94a3b8;
}
.rg-title{
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
  margin: 4px 0 6px;
}
.rg-subtitle{
  font-size: 13px;
  color: #64748b;
  margin: 0 0 10px;
  max-width: 46rem;
}

/* Reveal animation */
[data-rg-reveal]{
  opacity: 0;
  transform: translateY(16px);
  filter: blur(8px);
  transition: opacity .4s ease, transform .4s ease, filter .4s ease;
}
[data-rg-reveal].is-visible{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce){
  [data-rg-reveal]{
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* ===========================
   GLOBAL ACCORDION
=========================== */

.rg-acc{
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  overflow: hidden;
}

/* Header */
.rg-acc__header{
  width: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8fafc;
  border: none;
  cursor: pointer;
}
.rg-acc__headerText{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rg-acc__kicker{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #94a3b8;
}
.rg-acc__title{
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}

/* Arrow */
.rg-acc__icon{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #cbd5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #64748b;
  flex-shrink: 0;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.rg-acc__icon::before{
  content: '›';
}
.rg-acc--open .rg-acc__icon{
  transform: rotate(90deg);
  background: #e0f2fe;
  border-color: #93c5fd;
}

/* Body */
.rg-acc__body{
  display: none;
  padding: 14px 16px 16px;
}
.rg-acc--open .rg-acc__body{
  display: block;
}

/* ===========================
   2) SIZING & FIT
=========================== */

.rg-fit__grid{
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rg-fit__text{
  font-size: 13px;
  color: #475569;
}
.rg-fit__tags{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rg-fit__tag{
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #1e293b;
  font-weight: 700;
}
.rg-fit__faceShapes{
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}

.rg-fit__image img{
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  display: block;
  box-shadow: 0 16px 40px rgba(15,23,42,.18);
}

/* Desktop */
@media (min-width: 768px){
  .rg-fit__grid{
    flex-direction: row;
    align-items: center;
  }
  .rg-fit__text{
    flex: 1.2;
  }
  .rg-fit__image{
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

/* ===========================
   4) USE CASES
=========================== */

.rg-use{
  background:#ffffff;
}

.rg-use__list{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rg-use__item{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}
.rg-use__item:last-child{
  border-bottom: none;
}

/* Icon circle */
.rg-use__iconWrap{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rg-use__iconWrap img{
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

/* Text */
.rg-use__content{
  flex: 1;
}
.rg-use__title{
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 850;
  color: #0f172a;
}
.rg-use__text{
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}

/* ===========================
   5) TECH SPECS
=========================== */

.rg-tech{
  background:#f8fafc;
}

.rg-tech__grid{
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 14px;
  align-items: stretch;
}

/* Specs list */
.rg-tech__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

.rg-tech__item{
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background:#ffffff;
  padding: 10px 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 60px;
}

.rg-tech__label{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color:#94a3b8;
  white-space: normal;
  overflow-wrap: break-word;
}
.rg-tech__value{
  font-size: 13px;
  font-weight: 900;
  color:#0f172a;
  white-space: normal;
  overflow-wrap: break-word;
}
.rg-tech__note{
  font-size: 11px;
  color:#64748b;
  margin-top: 2px;
}

/* Tech image */
.rg-tech__image{
  display:flex;
  align-items:center;
  justify-content:center;
}
.rg-tech__image img{
  width:100%;
  max-width:260px;
  height:auto;
  border-radius:16px;
  object-fit:cover;
  box-shadow:0 18px 40px rgba(15,23,42,.25);
}

/* Mobile adjustments */
@media(max-width: 768px){
  .rg-tech__grid{
    grid-template-columns: minmax(0,1fr);
    gap:12px;
  }
  .rg-tech__list{
    grid-template-columns: minmax(0,1fr);
  }
  .rg-tech__image{
    order: 2;
    justify-content:flex-start;
  }
  .rg-tech__image img{
    max-width:100%;
    box-shadow:0 14px 30px rgba(15,23,42,.18);
  }
}

/* ===========================
   6) HOW TO SWAP LENSES
=========================== */

.rg-how__steps{
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 10px;
}

.rg-how__card{
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background:#ffffff;
  padding: 10px 12px 12px;
}
.rg-how__stepTag{
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color:#94a3b8;
  margin-bottom: 4px;
}
.rg-how__stepTitle{
  font-size: 13px;
  font-weight: 900;
  color:#0f172a;
  margin-bottom: 4px;
}
.rg-how__body{
  font-size: 12px;
  color:#64748b;
}
.rg-how__media{
  margin-top: 8px;
}
.rg-how__media img{
  width:100%;
  border-radius: 14px;
  display:block;
}

/* Desktop: 3 أعمدة */
@media(min-width: 900px){
  .rg-how__steps{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

/* ===========================
   8) COMPARE TABLE
=========================== */

.rg-compare__table{
  margin-top: 8px;
  border-radius: 16px;
  border:1px solid #e2e8f0;
  overflow:hidden;
  background:#ffffff;
  font-size:12px;
  color:#0f172a;
}

.rg-compare__head,
.rg-compare__row{
  display:grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr) minmax(0,1fr);
}
.rg-compare__head{
  background:#f1f5f9;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:11px;
}
.rg-compare__cell{
  padding:10px;
  border-bottom:1px solid #e2e8f0;
}
.rg-compare__cell--label{
  font-weight:800;
  color:#64748b;
}
.rg-compare__highlight{
  background:linear-gradient(135deg,#ecfeff,#f0fdf4);
  font-weight:900;
}

/* Mobile: خليه stacked */
@media(max-width: 768px){
  .rg-compare__head{
    display:none;
  }
  .rg-compare__row{
    grid-template-columns:minmax(0,1fr);
  }
  .r g-compare__cell{
    border-bottom:none;
    border-top:1px solid #e5e7eb;
  }
  .rg-compare__cell--label{
    background:#f9fafb;
  }
}

/* ===========================
   9) BRAND STORY
=========================== */

.rg-story__grid{
  margin-top: 8px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.rg-story__text{
  font-size:13px;
  color:#475569;
}
.rg-story__badgeRow{
  margin-top:8px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.rg-story__badge{
  font-size:11px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid #cbd5f5;
  background:#eef2ff;
  color:#1e293b;
  font-weight:700;
}
.rg-story__image img{
  width:100%;
  max-width:460px;
  border-radius:18px;
  display:block;
  box-shadow:0 20px 40px rgba(15,23,42,.22);
}

/* Desktop */
@media(min-width: 900px){
  .rg-story__grid{
    flex-direction:row;
    align-items:center;
  }
  .rg-story__text{
    flex:1.3;
  }
  .rg-story__image{
    flex:1;
    display:flex;
    justify-content:flex-end;
  }
}

/* ===========================
   LENS GALLERY
=========================== */

.rg-lens__main img{
  width:100%;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(15,23,42,.28);
  display:block;
}
.rg-lens__thumbs{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.rg-lens__thumb{
  flex:1 1 120px;
  border-radius:16px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  padding:6px;
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
}
.rg-lens__thumb img{
  width:46px;
  height:46px;
  border-radius:12px;
  object-fit:cover;
}
.rg-lens__tag{
  font-size:11px;
  font-weight:800;
  color:#0f172a;
}
.rg-lens__thumb.is-active{
  border-color:#22c55e;
  background:linear-gradient(135deg,#ecfeff,#f0fdf4);
}
@media(max-width:640px){
  .rg-lens__thumb{
    flex:1 1 100%;
  }
}

/* ===========================
   UGC (Seen on social)
=========================== */

.rg-ugc__rail{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:4px;
}
.rg-ugc__rail::-webkit-scrollbar{
  height:4px;
}
.rg-ugc__rail::-webkit-scrollbar-thumb{
  background:#cbd5f5;
  border-radius:999px;
}
.rg-ugc__card{
  flex:0 0 220px;
  scroll-snap-align:start;
  border-radius:16px;
  border:1px solid #e2e8f0;
  background:#f9fafb;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.rg-ugc__media img{
  width:100%;
  height:180px;
  object-fit:cover;
}
.rg-ugc__meta{
  padding:8px 10px 10px;
}
.rg-ugc__handle{
  font-size:12px;
  font-weight:800;
  color:#0f172a;
}
.rg-ugc__caption{
  margin:2px 0 0;
  font-size:12px;
  color:#64748b;
}

/* ===========================
   TRUST SECTION
=========================== */

.rg-trust__wrap{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 12px;
  border-radius:16px;
  background:#0b1120;
  color:#e5e7eb;
}
.rg-trust__item{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.9);
  border:1px solid rgba(148,163,184,.5);
}
.rg-trust__icon img{
  width:18px;
  height:18px;
  object-fit:contain;
}
.rg-trust__dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#4ade80;
}
.rg-trust__title{
  font-size:11px;
  font-weight:800;
}
.rg-trust__subtitle{
  font-size:11px;
  opacity:.78;
}
@media(max-width:640px){
  .rg-trust__wrap{
    border-radius:14px;
    padding:8px 10px;
  }
  .rg-trust__item{
    width:100%;
    justify-content:flex-start;
  }
}

/* ===========================
   STICKY CTA (MOBILE)
=========================== */

.rg-sticky{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:70;
}

.rg-sticky__inner{
  max-width:1180px;
  margin:0 auto;
  padding:8px 14px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background:rgba(15,23,42,.96);
  color:#e5e7eb;
  box-shadow:0 -10px 26px rgba(15,23,42,.85);
}

.rg-sticky__info{
  display:flex;
  flex-direction:column;
  font-size:12px;
}
.rg-sticky__title{
  font-weight:800;
  color:#f9fafb;
}
.rg-sticky__price{
  font-size:13px;
  font-weight:900;
  color:#a5b4fc;
}
.rg-stic0ky__btn{
  borde0r:none;
  bord0er-radius:999px;
  pad0ding:8px 14px;
  font-size:13px;
  font-weight:900;
  cu0rsor:pointer;
  color:#020617;
  white-space:nowrap;
  00background:linear-gradient(135deg,#7CFF6B,#6BCBFF);
}0

/* ي0ظهر فقط على الموبايل / التابلت الصغير */
@media(min-width:800px){
  .0rg-sticky{
  0  display:none;
 0 }
0}
