/* ===========================
   PANEL SHELL
   =========================== */
.sn-panel{
  position:fixed; inset:0 0 0 auto; width:100%; max-width:100%;
  background:#fff; transform:translateX(100%);
  transition:transform .32s cubic-bezier(.22,.61,.36,1);
  z-index:9999; display:flex; flex-direction:column;
}
.sn-panel.sn-open{ transform:translateX(0); }
@media (min-width:768px){ .sn-panel{ width:420px; } }

.sn-header--minimal{
  display:flex; align-items:center; justify-content:flex-end;
  min-height:56px; padding:8px 12px; border-bottom:1px solid #eee; background:#fff;
}

.sn-close-fab{
  position:absolute; top:10px; right:10px;
  background:#fff; border:1px solid #eee; border-radius:10px;
  padding:6px; line-height:1; cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.sn-close-fab svg{ display:block; width:auto; height:20px; }

.sn-header--title{
  display:flex; align-items:center; justify-content:space-between;
  min-height:64px; padding:12px 14px; border-bottom:1px solid #eee; background:#fff; flex-shrink:0;
}
.sn-header--title .sn-heading-text{
  font-weight:700; font-size:16px; line-height:1.2;
}
.sn-header--title .sn-header-btn-close{
  background:none; border:0; padding:6px; line-height:1; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.sn-header--title .sn-header-btn-close svg{
  display:block; width:auto; height:20px;
}

/* ===========================
   HEADER
   =========================== */
.sn-header{
  display:flex; align-items:center; justify-content:space-between; min-height:80px;
  padding:8px 12px; border-bottom:1px solid #eee; background:#fff; flex-shrink:0;
}
.sn-headings{ flex:1; text-align:center; }
.sn-title{ font-weight:700; }
.sn-subtitle{ font-size:12px; color:#777; }
.sn-back[disabled]{ opacity:.4; pointer-events:none; }

.sn-header-btn{
  background:none; border:0; padding:6px; line-height:1; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.sn-header-btn svg{ display:block; width:auto; height:30px; }
.sn-header-btn-close {margin-left: 20px;}
.sn-header-btn-close svg{ display:block; width:auto; height:20px; }
.mob-header .header-settings img{ width: 31px;}
.mob-header .header-currency {font-size: 16px;}
/* Trigger – icon-only variantas */
.sn-trigger--icon{
  display:inline-flex; align-items:center; justify-content:center;
  gap:0; background:none; border:0; padding:6px; cursor:pointer;
}
.sn-trigger--icon svg{ display:block; height:24px; width:auto; }
.sr-only{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ===========================
   BODY / STAGE
   =========================== */
.sn-body{
  position:relative; overflow:hidden; flex:1 1 auto; min-height:0; background:#fff;
}

/* „Scena“ – karuselė su panes, judinam visą stage */
.sn-stage{
  position:absolute; inset:0; display:flex; width:100%; height:100%;
  transform:translateX(0);
}
.sn-stage.sn-stage-anim{ transition: transform .22s ease; } /* match JS ~240ms */

.sn-pane{ flex:0 0 100%; height:100%; position:relative; }

/* Vidinis scroll tik sąraše */
.sn-list{ list-style:none; margin:0; padding:0; }
.sn-list.scrollable{
  position:relative; height:100%; overflow:auto; -webkit-overflow-scrolling:touch;
}

/* ===========================
   LIST ROWS
   =========================== */
.sn-list li{ border-bottom:1px solid #f2f2f2; }
.sn-li-indent .sn-item{font-weight:500;}
.sn-item{
  display:block; padding:14px; font-size:14px; font-weight:600; text-decoration:none; text-transform:uppercase; color:inherit;
}
.sn-list li.has-children .sn-item {position: relative;}

.sn-list li.has-children .sn-item::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: no-repeat center / contain url("https://carplaymode.com/wp-content/uploads/2025/09/Arrow-Box-2.svg");
}

/* Sections / heading rows */
.sn-section{
  padding:10px 16px; font-size:12px; letter-spacing:.08em; font-weight:700; color:#666;
  background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; text-transform:uppercase;
}
.sn-section-link .sn-item.sn-item-section{
  display:block; padding:14px; font-size:14px; font-weight:600; text-transform:uppercase;
}

/* Indent – „Products“ papunkčiai */
.sn-li-indent .sn-item{ padding-left:28px; }
.sn-li-indent.has-children .sn-item::after{ opacity:.5; }
.sn-li-indent:first-of-type{ border-top:1px solid #eee; }

/* Back row sąrašo viršuje */
.sn-backrow{ border-bottom:1px solid #eee; background:#fff; }
.sn-backlink{
  display:block; padding:12px 16px; font-size:14px; font-weight:600; text-decoration:none; color:#333;
}
.sn-backrow svg{
	height: 15px;
	margin-bottom: -2px;
	margin-right: 10px;
}
.sn-backrow{
	text-transform: uppercase;
}
.is-backrow li a{
	font-weight: 500;
}

/* ===========================
   FOOTER (fiksuotas apačioje)
   =========================== */
.sn-footer{
  flex-shrink:0;
  padding:20px 14px 5px 14px;
}
.sn-footer .sn-footer-inner{
  display:flex; flex-direction:column; gap:8px; flex-wrap:wrap; font-size:14px;
}
.sn-list a.sn-item[data-label="Products"] { font-weight: 600; }
.sn-footer a{
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}
.sn-footer .sn-socials{
	display: flex;
	gap: 16px;
}
.sn-socials .social img { margin-top: 5px; width:24px; height:24px; }
