:root {
  --skoleom-blue: #0d6efd;
  --skoleom-gradient: linear-gradient(135deg, #4bdd2c, #dbea18);
  --skoleom-black: #1a1a1a;
}
#skoleom-vertical-menu-host *,
#skoleom-capsule-button-root *,
.skoleom-sidepage input,
.skoleom-sidepage button,
.skoleom-sidepage select,
.skoleom-sidepage textarea {
  font-family: Poppins, sans-serif;
}
body.skoleom-theme-dark .skoleom-sidepage {
  background: var(--skoleom-black);
  color: #fff;
}
body.skoleom-theme-dark .skoleom-sidepage-title {
  color: #fff;
}
body.skoleom-theme-dark .skoleom-settings-section-title {
  color: #ffffff80;
}
body.skoleom-theme-dark .skoleom-settings-option {
  border-bottom-color: #ffffff1a;
}
body.skoleom-theme-dark .skoleom-settings-option-label {
  color: #fff;
}
body.skoleom-theme-dark .skoleom-settings-option-sub {
  color: #ffffff80;
}
body.skoleom-theme-dark .skoleom-sidepage-close {
  color: #fff;
  background: #ffffff1a;
}
body.skoleom-theme-dark .skoleom-sidepage-empty {
  color: #fff6;
}
body.skoleom-theme-dark .skoleom-account-card .skoleom-account-card-label {
  color: #fff;
}
body.skoleom-theme-dark .skoleom-account-card {
  background: 0 0;
  border-color: #ffffff26;
}
body.skoleom-theme-dark .skoleom-account-card:hover,
body.skoleom-theme-dark .skoleom-account-card.skoleom-display-card--active,
body.skoleom-theme-dark .skoleom-display-card:hover,
body.skoleom-theme-dark .skoleom-display-card--active {
  background: #4bdd2c14;
  border-color: #0000;
  position: relative;
  box-shadow: 0 4px 12px #4bdd2c33;
}
body.skoleom-theme-dark .skoleom-account-card:hover:before,
body.skoleom-theme-dark .skoleom-account-card.skoleom-display-card--active:before,
body.skoleom-theme-dark .skoleom-display-card:hover:before,
body.skoleom-theme-dark .skoleom-display-card--active:before {
  content: '';
  background: var(--skoleom-gradient);
  -webkit-mask-composite: xor;
  pointer-events: none;
  border-radius: 12px;
  padding: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
body.skoleom-theme-dark .skoleom-account-logout {
  color: #f87171;
}
body.skoleom-theme-dark .skoleom-display-card {
  border-color: #ffffff26;
}
body.skoleom-theme-dark .skoleom-display-card-label {
  color: #fff;
}
body.skoleom-theme-dark .skoleom-display-card-sub {
  color: #ffffff80;
}
body.skoleom-theme-dark .skoleom-display-card-preview {
  background: #ffffff1a;
}
body.skoleom-theme-dark .skoleom-toggle {
  background: #444;
}
body.skoleom-theme-dark .skoleom-toggle--on {
  background: #22c55e;
}
body.skoleom-theme-dark .skoleom-order-card-total,
body.skoleom-theme-dark .skoleom-order-back,
body.skoleom-theme-dark .skoleom-order-detail-total,
body.skoleom-theme-dark .skoleom-order-product-title {
  color: #fff;
}
body.skoleom-theme-light .skoleom-form-eye svg path,
body.skoleom-theme-light .skoleom-form-eye svg circle {
  stroke: var(--skoleom-black);
}
.skoleom-similar-card-fav {
  color: #fff;
}
body.skoleom-theme-light .skoleom-similar-card-fav {
  color: #000;
}
#skoleom-vertical-menu {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0009;
  border-radius: 999px;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  transition:
    gap 0.45s,
    padding 0.45s;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow:
    0 0 0 1px #ffffff2e,
    0 8px 32px #ffffff24;
}
#skoleom-vertical-menu button {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  transition:
    opacity 0.45s,
    transform 0.45s;
  display: flex;
}
#skoleom-vertical-menu.is-collapsed:not(:hover) {
  gap: 0;
  padding-bottom: 10px;
}
#skoleom-vertical-menu.is-collapsed:not(:hover) button:not(:first-child) {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transform: translateY(-10px) scale(0.85);
}
#skoleom-vertical-menu img {
  object-fit: contain;
  width: 22px;
  height: 22px;
}
#skoleom-vertical-menu button svg {
  stroke: #fff;
}
#skoleom-vertical-menu .skoleom-menu-btn--active {
  background: #ffffff40;
}
.skoleom-sidepage-overlay {
  z-index: 2147483646;
  background: 0 0;
  position: fixed;
  inset: 0;
}
.skoleom-sidepage {
  z-index: 2147483647;
  background: #fff;
  flex-direction: column;
  width: 420px;
  height: 100vh;
  font-family: Poppins, sans-serif;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  transform: translate(100%);
  box-shadow: -4px 0 24px #0000002e;
}
.skoleom-sidepage .skoleom-product-page-wrapper {
  flex: 1;
  min-height: 0;
}
.skoleom-sidepage--open {
  transform: translate(0);
}
.skoleom-sidepage--left {
  left: 0;
  right: auto;
  transform: translate(-100%);
  box-shadow: 4px 0 24px #0000002e;
}
.skoleom-sidepage--left.skoleom-sidepage--open {
  transform: translate(0);
}
@media (width<=420px) {
  .skoleom-sidepage {
    width: 100vw;
  }
}
.skoleom-sidepage-close {
  cursor: pointer;
  color: #333;
  background: #0000000f;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  font-size: 18px;
  display: flex;
}
.skoleom-sidepage-content {
  flex-direction: column;
  flex: 1;
  padding: 20px;
  display: flex;
  overflow: hidden auto;
}
.skoleom-sidepage-content p {
  font-size: 13px;
}
body.skoleom-theme-light .skoleom-sidepage-content p {
  color: var(--skoleom-black);
}
.skoleom-sidepage-title {
  color: var(--skoleom-black);
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
}
.skoleom-sidepage-empty {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 52px 24px;
  display: flex;
}
.skoleom-sidepage-empty-icon {
  color: #4bdd2c99;
  background: #4bdd2c14;
  border: 1.5px solid #4bdd2c2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  display: flex;
}
.skoleom-sidepage-empty-title {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
body.skoleom-theme-light .skoleom-sidepage-empty-title {
  color: #1a1a1a;
}
.skoleom-sidepage-empty-sub {
  color: #fff6;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
body.skoleom-theme-light .skoleom-sidepage-empty-sub {
  color: #0006;
}
.skoleom-sidepage-empty p {
  color: #fff6;
  margin: 0;
  font-size: 14px;
}
body.skoleom-theme-light .skoleom-sidepage-empty p {
  color: #0006;
}
.skoleom-settings-section {
  margin-bottom: 28px;
}
.skoleom-settings-section-title {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
}
.skoleom-settings-option {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: flex;
}
.skoleom-settings-option-label {
  color: var(--skoleom-black);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.skoleom-settings-option-sub {
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.skoleom-toggle {
  cursor: pointer;
  background: #ddd;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  width: 44px;
  height: 24px;
  padding: 2px;
  transition: background 0.2s;
  display: flex;
}
.skoleom-toggle--on {
  background: #22c55e;
  justify-content: flex-end;
}
.skoleom-toggle-thumb {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 3px #0003;
}
.skoleom-display-cards {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.skoleom-display-card {
  cursor: pointer;
  border: 1.5px solid #eee;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: flex;
}
.skoleom-display-card--active,
.skoleom-display-card:hover {
  background: #f5f5f5;
  box-shadow: 0 0 8px #4bdd2c4d;
}
.skoleom-display-card-text {
  flex-direction: column;
  flex: 1;
  gap: 6px;
  min-width: 0;
  display: flex;
}
.skoleom-display-card-preview {
  background: #f0f0f0;
  border-radius: 8px;
  flex-shrink: 0;
  width: 160px;
  height: 120px;
}
.skoleom-display-card-label {
  color: var(--skoleom-black);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.skoleom-display-card-sub {
  color: #888;
  word-break: break-word;
  font-size: 12px;
  line-height: 1.4;
}
.skoleom-account-links {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  display: flex;
}
.skoleom-account-card {
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  background: 0 0;
  border: 1.5px solid #eee;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}
.skoleom-account-card:hover {
  border-color: var(--skoleom-black);
}
.skoleom-account-card .skoleom-display-card-preview {
  display: none;
}
.skoleom-account-card-label {
  color: var(--skoleom-black);
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.skoleom-account-link-icon {
  flex-shrink: 0;
  font-size: 18px;
}
.skoleom-account-logout {
  color: #ef4444;
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 8px 6px 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background 0.15s,
    transform 0.12s;
  display: flex;
}
.skoleom-account-logout:hover {
  background: #ef444414;
}
.skoleom-account-logout:active {
  background: #ef444424;
  transform: scale(0.98);
}
.skoleom-settings-header .skoleom-sidepage-title {
  margin: 0;
}
.skoleom-settings-logo {
  object-fit: contain;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.skoleom-favorites-list {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.skoleom-favorite-item {
  max-height: 200px;
  transition:
    max-height 0.3s,
    opacity 0.25s,
    transform 0.25s,
    margin-bottom 0.3s,
    padding 0.3s;
  overflow: hidden;
}
.skoleom-favorite-item--removing {
  pointer-events: none;
  opacity: 0 !important;
  max-height: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  transform: translate(12px) !important;
}
.skoleom-favorite-item {
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  transition:
    border-color 0.15s,
    background 0.15s;
  display: flex;
  position: relative;
}
.skoleom-favorite-item:hover {
  background: #4bdd2c0a;
  border-color: #4bdd2c33;
}
body.skoleom-theme-light .skoleom-favorite-item {
  background: #00000003;
  border-color: #00000012;
}
body.skoleom-theme-light .skoleom-favorite-item:hover {
  background: #4bdd2c0a;
  border-color: #4bdd2c4d;
}
.skoleom-favorite-image {
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
.skoleom-favorite-info {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  min-width: 0;
  padding-right: 4px;
  display: flex;
}
.skoleom-favorite-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 38px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-basket-item .skoleom-basket-title {
  padding-right: 38px;
}
body.skoleom-theme-light .skoleom-favorite-title {
  color: #111;
}
.skoleom-favorite-price {
  color: #fff;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 700;
}
body.skoleom-theme-light .skoleom-favorite-price {
  color: #111;
}
.skoleom-favorite-bottom {
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  display: flex;
}
.skoleom-settings-replay-btn {
  color: #4bdd2c;
  cursor: pointer;
  background: #4bdd2c1a;
  border: 1.5px solid #4bdd2c59;
  border-radius: 12px;
  flex-shrink: 0;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.15s,
    transform 0.12s;
}
.skoleom-settings-replay-btn:hover {
  background: #4bdd2c2e;
  transform: translateY(-1px);
}
body.skoleom-theme-light .skoleom-settings-replay-btn {
  color: #2a8c18;
  border-color: #3ac82266;
}
.skoleom-lang-select {
  margin-top: 10px;
  position: relative;
}
.skoleom-lang-trigger {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #4bdd2c1a, #ffffff0a), #ffffff0a;
  border: 1.5px solid #4bdd2c38;
  border-radius: 14px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 54px;
  padding: 9px 12px;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.12s,
    box-shadow 0.18s;
  display: flex;
  box-shadow: 0 14px 34px #00000038;
}
.skoleom-lang-trigger:hover {
  border-color: #4bdd2c7a;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px #00000047;
}
.skoleom-lang-trigger-icon {
  color: #4bdd2c;
  background: #4bdd2c21;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}
.skoleom-lang-current {
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}
.skoleom-lang-flag {
  flex-shrink: 0;
  font-size: 19px;
  line-height: 1;
}
.skoleom-lang-current-text {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  display: flex;
}
.skoleom-lang-current-label {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
}
.skoleom-lang-current-code {
  color: #ffffff75;
  font-size: 10px;
  font-weight: 800;
}
.skoleom-lang-chevron {
  color: #ffffff8c;
  flex-shrink: 0;
  transition: transform 0.18s;
}
.skoleom-lang-chevron--open {
  transform: rotate(180deg);
}
.skoleom-lang-menu {
  z-index: 1000002;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #0c1207f7;
  border: 1px solid #4bdd2c3d;
  border-radius: 14px;
  gap: 4px;
  max-height: 258px;
  padding: 7px;
  display: grid;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 22px 54px #00000080;
}
.skoleom-lang-option {
  color: #ffffffc7;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #0000;
  border-radius: 10px;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  transition:
    border-color 0.16s,
    background 0.16s,
    color 0.16s;
  display: grid;
}
.skoleom-lang-option:hover {
  color: #fff;
  background: #ffffff0f;
  border-color: #4bdd2c33;
}
.skoleom-lang-option--active {
  color: #fff;
  background: #4bdd2c21;
  border-color: #4bdd2c6b;
}
.skoleom-lang-option-main {
  align-items: center;
  gap: 9px;
  min-width: 0;
  display: flex;
}
.skoleom-lang-name {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}
.skoleom-lang-option-code {
  color: #ffffff61;
  font-size: 10px;
  font-weight: 800;
}
.skoleom-lang-check {
  color: #4bdd2c;
  justify-content: center;
  align-items: center;
  display: flex;
}
body.skoleom-theme-light .skoleom-lang-trigger {
  color: #151515;
  background: linear-gradient(135deg, #3ac8221f, #ffffffe6), #fff;
  border-color: #3ac82247;
  box-shadow: 0 12px 28px #00000014;
}
body.skoleom-theme-light .skoleom-lang-trigger-icon {
  color: #2a8c18;
  background: #3ac8221f;
}
body.skoleom-theme-light .skoleom-lang-current-label {
  color: #151515;
}
body.skoleom-theme-light .skoleom-lang-current-code,
body.skoleom-theme-light .skoleom-lang-chevron {
  color: #0000007a;
}
body.skoleom-theme-light .skoleom-lang-menu {
  background: #fffffffa;
  border-color: #3ac82242;
  box-shadow: 0 22px 46px #00000029;
}
body.skoleom-theme-light .skoleom-lang-option {
  color: #000000b8;
}
body.skoleom-theme-light .skoleom-lang-option:hover {
  color: #111;
  background: #3ac8220f;
  border-color: #3ac82238;
}
body.skoleom-theme-light .skoleom-lang-option--active {
  color: #111;
  background: #3ac8221c;
  border-color: #3ac8226b;
}
body.skoleom-theme-light .skoleom-lang-option-code {
  color: #0000006b;
}
.skoleom-favorite-actions {
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  display: flex;
}
.skoleom-favorite-action {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition:
    opacity 0.15s,
    transform 0.12s;
  display: flex;
}
.skoleom-favorite-action:hover {
  opacity: 0.85;
  transform: scale(1.08);
}
.skoleom-favorite-action:active {
  transform: scale(0.93);
}
.skoleom-favorite-action--cart {
  background: var(--skoleom-gradient);
  color: var(--skoleom-black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: auto;
  min-width: 80px;
  height: 30px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 600;
  transition:
    background 0.2s,
    opacity 0.15s,
    transform 0.12s;
  display: flex;
  position: relative;
}
.skoleom-favorite-action--cart:disabled {
  opacity: 0.85;
  cursor: default;
  transform: none;
}
.skoleom-favorite-action--cart-success {
  color: #4bdd2c !important;
  background: #4bdd2c26 !important;
  border: 1px solid #4bdd2c59 !important;
}
.skoleom-favorite-action--cart-error {
  color: #ef4444 !important;
  background: #ef44441a !important;
  border: 1px solid #ef44444d !important;
}
.skoleom-favorite-action--cart-needs-selection {
  color: #4bdd2c !important;
  background: 0 0 !important;
  border: 1.5px dashed #4bdd2c80 !important;
}
.skoleom-fav-variants {
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
}
.skoleom-fav-variant-row {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}
.skoleom-fav-variant-pill {
  color: #ffffffa6;
  cursor: pointer;
  white-space: nowrap;
  background: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  height: 22px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 500;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s;
}
.skoleom-fav-variant-pill:hover {
  color: #4bdd2c;
  background: #4bdd2c0f;
  border-color: #4bdd2c66;
}
.skoleom-fav-variant-pill--active {
  color: #4bdd2c !important;
  background: #4bdd2c1f !important;
  border-color: #4bdd2c !important;
}
body.skoleom-theme-light .skoleom-fav-variant-pill {
  color: #0000008c;
  background: #00000008;
  border-color: #0000001f;
}
body.skoleom-theme-light .skoleom-fav-variant-pill--active {
  color: #3ab81e !important;
  background: #4bdd2c1a !important;
  border-color: #3ab81e !important;
}
.skoleom-fav-btn-spinner {
  border: 2px solid #00000040;
  border-top-color: var(--skoleom-black);
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  animation: 0.65s linear infinite skoleom-spin;
  display: inline-block;
}
.skoleom-favorite-action--view {
  color: #4bdd2c;
  background: #4bdd2c1a;
  border: 1px solid #4bdd2c33;
}
.skoleom-favorite-action--delete {
  color: #ef4444;
  background: #ef44441a;
  border: 1px solid #ef444433;
  position: absolute;
  top: 10px;
  right: 10px;
}
.skoleom-basket-item .skoleom-favorite-action--delete {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
}
body.skoleom-theme-dark .skoleom-favorite-item {
  border-color: #ffffff1a;
}
body.skoleom-theme-dark .skoleom-favorite-title,
body.skoleom-theme-dark .skoleom-favorite-price {
  color: #fff;
}
.skoleom-favorite-qty {
  align-items: center;
  gap: 10px;
  display: flex;
}
.skoleom-favorite-qty-btn {
  width: 28px;
  height: 28px;
  color: var(--skoleom-black);
  cursor: pointer;
  background: 0 0;
  border: 1.5px solid #ddd;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0 0 1px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}
.skoleom-favorite-qty-btn:hover {
  border-color: var(--skoleom-gradient);
  color: var(--skoleom-gradient);
}
.skoleom-favorite-qty-value {
  color: var(--skoleom-black);
  text-align: center;
  min-width: 16px;
  font-size: 13px;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-favorite-qty-btn {
  color: #fff;
  border-color: #fff3;
}
body.skoleom-theme-dark .skoleom-favorite-qty-value {
  color: #fff;
}
.skoleom-basket-page {
  flex-direction: column;
  gap: 0;
  display: flex;
}
.skoleom-basket-list {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  display: flex;
}
.skoleom-basket-item {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  display: flex;
  position: relative;
}
.skoleom-basket-image {
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: flex-start;
  width: 72px;
  height: 72px;
  margin-top: 2px;
}
.skoleom-basket-info {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  min-width: 0;
  padding-right: 4px;
  display: flex;
}
.skoleom-basket-title {
  color: var(--skoleom-black);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-basket-price {
  color: var(--skoleom-black);
  margin-top: 1px;
  font-size: 15px;
  font-weight: 700;
}
.skoleom-basket-delete {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  padding: 4px;
  font-size: 18px;
}
.skoleom-basket-coupon {
  margin-bottom: 24px;
}
.skoleom-basket-coupon-label {
  color: var(--skoleom-black);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.skoleom-basket-coupon-row {
  gap: 8px;
  display: flex;
}
.skoleom-basket-coupon-input {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  flex: 1;
  height: 38px;
  padding: 0 12px;
  font-size: 13px;
}
.skoleom-basket-coupon-btn {
  background: var(--skoleom-gradient);
  height: 38px;
  color: var(--skoleom-black);
  cursor: pointer;
  will-change: transform;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s,
    filter 0.15s;
}
.skoleom-basket-coupon-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #4bdd2c4d;
}
.skoleom-basket-coupon-btn:active {
  box-shadow: none;
  filter: brightness(0.97);
  transform: scale(0.96);
}
.skoleom-basket-coupon-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.skoleom-basket-coupon-input--error {
  box-shadow: 0 0 0 2px #ff4d4d26;
  border-color: #ff4d4d !important;
}
.skoleom-basket-coupon-error {
  color: #ff4d4d;
  margin-top: 4px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  display: block;
}
.skoleom-basket-coupon-applied {
  background: #4bdd2c1a;
  border: 1px solid #4bdd2c4d;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 6px 10px;
  display: flex;
}
.skoleom-basket-coupon-applied-code {
  color: #4bdd2c;
  letter-spacing: 0.5px;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-basket-coupon-applied-saving {
  color: #4bdd2c;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-basket-coupon-applied-remove {
  color: #4bdd2cb3;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 0 2px;
  font-size: 16px;
  line-height: 1;
  transition: color 0.15s;
}
.skoleom-basket-coupon-applied-remove:hover {
  color: #ff4d4d;
}
.skoleom-basket-summary {
  border-top: 1px solid #f0f0f0;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  padding: 16px 0;
  display: flex;
}
.skoleom-basket-summary-row {
  color: var(--skoleom-black);
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}
.skoleom-basket-summary-total {
  font-size: 16px;
  font-weight: 700;
}
.skoleom-basket-summary-vat {
  color: var(--skoleom-text-muted, #888);
  text-align: right;
  opacity: 0.75;
  margin-top: 4px;
  font-size: 11px;
}
.skoleom-basket-validate {
  background: var(--skoleom-gradient);
  width: 100%;
  height: 46px;
  color: var(--skoleom-black);
  cursor: pointer;
  will-change: transform;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.2s,
    filter 0.15s;
}
.skoleom-basket-validate:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #4bdd2c66;
}
.skoleom-basket-validate:active {
  filter: brightness(0.97);
  transform: scale(0.97) translateY(0);
  box-shadow: 0 2px 8px #4bdd2c33;
}
.skoleom-basket-page {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.skoleom-basket-scroll {
  flex: 1;
  min-height: 0;
  padding: 16px 20px 20px;
  overflow-y: auto;
}
.skoleom-basket-footer {
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
  padding: 16px 20px;
}
.skoleom-sidepage .skoleom-basket-page {
  flex: 1;
  min-height: 0;
}
.skoleom-sidepage-topbar {
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 16px 16px 12px;
  display: flex;
}
body.skoleom-theme-dark .skoleom-sidepage-topbar {
  border-bottom-color: #ffffff14;
}
.skoleom-sidepage-back {
  cursor: pointer;
  color: #333;
  background: 0 0;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition:
    background 0.15s,
    transform 0.12s;
  display: flex;
}
.skoleom-sidepage-back:active {
  transform: scale(0.9);
}
body.skoleom-theme-dark .skoleom-sidepage-back {
  color: #fff;
}
.skoleom-sidepage-back:hover {
  background: #00000012;
}
body.skoleom-theme-dark .skoleom-sidepage-back:hover {
  background: #ffffff1a;
}
.skoleom-sidepage-topbar-brand {
  color: var(--skoleom-black);
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}
.skoleom-sidepage-topbar-logo {
  object-fit: contain;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.skoleom-product-page-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.skoleom-product-page-scroll {
  flex: 1;
  min-height: 0;
  padding: 16px 20px 20px;
  overflow-y: auto;
}
.skoleom-product-page-main-img-wrapper {
  border-radius: 12px;
  height: 280px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.skoleom-product-page-main-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-product-page-thumbs {
  gap: 8px;
  margin-bottom: 6px;
  display: flex;
}
.skoleom-product-page-thumb {
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 2px;
  overflow: hidden;
}
.skoleom-product-page-thumb--active {
  background: var(--skoleom-gradient);
}
.skoleom-product-page-thumb img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-product-page-dots {
  justify-content: center;
  gap: 5px;
  margin-bottom: 12px;
  display: flex;
}
.skoleom-product-page-infos {
  padding-bottom: 16px;
}
.skoleom-product-page-title {
  color: var(--skoleom-black);
  margin: 8px 0 4px;
  font-size: 16px;
  font-weight: 700;
}
.skoleom-product-page-price {
  color: var(--skoleom-black);
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
}
.skoleom-product-page-desc {
  color: #555;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
}
.skoleom-product-page-accordions {
  flex-direction: column;
  gap: 0;
  display: flex;
}
.skoleom-accordion {
  border-bottom: 1px solid #f0f0f0;
}
.skoleom-accordion-header {
  width: 100%;
  color: var(--skoleom-black);
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.skoleom-accordion-body {
  color: #555;
  padding: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
}
.skoleom-product-page-actions {
  border-top: 1px solid #f0f0f0;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
  padding: 16px 20px;
  display: flex;
}
.skoleom-product-page-add-cart {
  background: var(--skoleom-gradient);
  width: 100%;
  height: 44px;
  color: var(--skoleom-black);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.2s,
    opacity 0.15s;
  display: flex;
}
.skoleom-product-page-add-cart:disabled {
  opacity: 0.85;
  cursor: default;
}
.skoleom-product-page-add-cart--success {
  color: #4bdd2c !important;
  background: #4bdd2c26 !important;
  border: 1.5px solid #4bdd2c59 !important;
}
.skoleom-product-page-add-cart--error {
  color: #ef4444 !important;
  background: #ef44441a !important;
  border: 1.5px solid #ef44444d !important;
}
.skoleom-product-page-add-cart--needs-selection {
  color: #4bdd2c !important;
  background: 0 0 !important;
  border: 1.5px dashed #4bdd2c80 !important;
}
.skoleom-fav-btn-spinner--light {
  border-color: #fff #ffffff4d #ffffff4d;
}
.skoleom-product-page-remove-fav {
  width: 100%;
  height: 44px;
  color: var(--skoleom-black);
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}
body.skoleom-theme-dark .skoleom-basket-item,
body.skoleom-theme-dark .skoleom-accordion {
  border-color: #ffffff1a;
}
body.skoleom-theme-dark .skoleom-basket-title,
body.skoleom-theme-dark .skoleom-basket-price,
body.skoleom-theme-dark .skoleom-basket-coupon-label,
body.skoleom-theme-dark .skoleom-basket-summary-row,
body.skoleom-theme-dark .skoleom-product-page-title,
body.skoleom-theme-dark .skoleom-product-page-price,
body.skoleom-theme-dark .skoleom-accordion-header,
body.skoleom-theme-dark .skoleom-sidepage-back,
body.skoleom-theme-dark .skoleom-sidepage-topbar-brand {
  color: #fff;
}
body.skoleom-theme-dark .skoleom-product-page-desc,
body.skoleom-theme-dark .skoleom-accordion-body {
  color: #fff9;
}
body.skoleom-theme-dark .skoleom-basket-coupon-input,
body.skoleom-theme-dark .skoleom-product-page-remove-fav {
  color: #fff;
  background: #2a2a2a;
  border-color: #ffffff26;
}
.skoleom-logo-btn--draggable {
  cursor: grab !important;
}
.skoleom-logo-btn--draggable:active {
  cursor: grabbing !important;
}
.skoleom-account-subpage-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.skoleom-account-subpage-empty {
  color: #999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 60px 0;
  display: flex;
}
.skoleom-account-subpage-icon {
  font-size: 40px;
  line-height: 1;
}
.skoleom-account-subpage-empty p {
  color: #aaa;
  margin: 0;
  font-size: 14px;
}
body.skoleom-theme-dark .skoleom-account-subpage-empty p {
  color: #fff6;
}
.skoleom-form-section {
  margin-bottom: 24px;
}
.skoleom-form-section-title {
  color: var(--skoleom-black);
  border-bottom: 1.5px solid #eee;
  margin: 0 0 16px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-form-section-title {
  color: #fff;
  border-bottom-color: #ffffff1a;
}
.skoleom-form-group {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  display: flex;
}
.skoleom-form-row {
  gap: 10px;
  display: flex;
}
.skoleom-form-row .skoleom-form-group {
  flex: 1;
}
.skoleom-form-label {
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
body.skoleom-theme-dark .skoleom-form-label {
  color: #ffffff8c;
}
.skoleom-form-input {
  color: var(--skoleom-black);
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: 9px 12px;
  font-family: inherit;
  font-size: 13px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.skoleom-form-input:focus {
  border-color: #4bdd2c;
  box-shadow: 0 0 0 3px #4bdd2c26;
}
.skoleom-form-input:hover:not(:focus) {
  border-color: #bbb;
}
body.skoleom-theme-dark .skoleom-form-input {
  color: #fff;
  background: #ffffff12;
  border-color: #ffffff26;
}
body.skoleom-theme-dark .skoleom-form-input::placeholder {
  color: #ffffff4d;
}
body.skoleom-theme-dark .skoleom-form-input:focus {
  border-color: #4bdd2c;
  box-shadow: 0 0 0 3px #4bdd2c2e;
}
.skoleom-form-input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
.skoleom-form-input-wrapper .skoleom-form-input {
  padding-right: 40px;
}
.skoleom-form-eye {
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 4px;
  padding: 4px;
  font-size: 15px;
  line-height: 1;
  transition:
    opacity 0.15s,
    transform 0.12s;
  position: absolute;
  right: 10px;
}
.skoleom-form-eye:hover {
  opacity: 0.75;
}
.skoleom-form-eye:active {
  transform: scale(0.88);
}
.skoleom-form-checkbox-label {
  color: #ffffffa6;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  display: flex;
}
.skoleom-form-checkbox-label input[type='checkbox'] {
  appearance: none;
  cursor: pointer;
  background: #ffffff0d;
  border: 2px solid #ffffff38;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition:
    border-color 0.18s,
    background 0.18s;
  display: flex;
  position: relative;
}
.skoleom-form-checkbox-label input[type='checkbox']:checked {
  background: #4bdd2c;
  border-color: #4bdd2c;
}
.skoleom-form-checkbox-label input[type='checkbox']:checked:after {
  content: '';
  border: 2px solid #111;
  border-top: none;
  border-left: none;
  width: 5px;
  height: 9px;
  display: block;
  transform: rotate(45deg) translateY(-1px);
}
.skoleom-form-checkbox-label input[type='checkbox']:hover {
  border-color: #4bdd2c80;
}
body.skoleom-theme-light .skoleom-form-checkbox-label {
  color: #000000a6;
}
body.skoleom-theme-light .skoleom-form-checkbox-label input[type='checkbox'] {
  background: #00000008;
  border-color: #0003;
}
body.skoleom-theme-light .skoleom-form-checkbox-label input[type='checkbox']:checked {
  background: #2db81a;
  border-color: #2db81a;
}
body.skoleom-theme-light .skoleom-form-checkout-label input[type='checkbox']:checked:after {
  border-color: #fff;
}
.skoleom-form-submit {
  background: var(--skoleom-gradient);
  width: 100%;
  color: var(--skoleom-black);
  cursor: pointer;
  will-change: transform;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s,
    filter 0.15s,
    opacity 0.15s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-invoice-btn--loading {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
}
.skoleom-invoice-btn--error {
  color: #fff !important;
  background: linear-gradient(135deg, #f44, #c22) !important;
}
@keyframes skoleom-spin {
  to {
    transform: rotate(360deg);
  }
}
.skoleom-invoice-spinner {
  flex-shrink: 0;
  animation: 0.8s linear infinite skoleom-spin;
}
.skoleom-form-submit:after {
  content: '';
  background: #fff0;
  transition: background 0.15s;
  position: absolute;
  inset: 0;
}
.skoleom-form-submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #4bdd2c59;
}
.skoleom-form-submit:hover:after {
  background: #ffffff14;
}
.skoleom-form-submit:active {
  filter: brightness(0.97);
  transform: scale(0.97) translateY(0);
  box-shadow: 0 1px 4px #4bdd2c33;
}
.skoleom-form-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
  transform: none;
}
.skoleom-payment-card-type {
  color: #333;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-payment-card-type {
  color: #fffc;
}
.skoleom-payment-card-form {
  background: #6366f10f;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 14px;
}
body.skoleom-theme-dark .skoleom-payment-card-form {
  background: #6366f11f;
  border-color: #ffffff1f;
}
.skoleom-payment-cards-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.skoleom-payment-card-item {
  background: #6366f10f;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px;
}
body.skoleom-theme-dark .skoleom-payment-card-item {
  background: #6366f11a;
  border-color: #ffffff1f;
}
.skoleom-payment-card-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.skoleom-payment-card-name {
  color: var(--skoleom-black);
  font-size: 13px;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-payment-card-name {
  color: #fff;
}
.skoleom-payment-card-delete {
  cursor: pointer;
  opacity: 0.6;
  background: 0 0;
  border: none;
  padding: 0;
  font-size: 15px;
  transition: opacity 0.2s;
}
.skoleom-payment-card-delete:hover {
  opacity: 1;
}
.skoleom-payment-card-value {
  color: #444;
  font-size: 13px;
  font-weight: 500;
}
body.skoleom-theme-dark .skoleom-payment-card-value {
  color: #ffffffb3;
}
.skoleom-magazine-category {
  margin-bottom: 28px;
}
.skoleom-magazine-category-title {
  color: var(--skoleom-black);
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-magazine-category-title {
  color: #fff;
}
.skoleom-magazine-carousel {
  scrollbar-width: none;
  flex-direction: row;
  gap: 12px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}
.skoleom-magazine-carousel::-webkit-scrollbar {
  display: none;
}
.skoleom-magazine-card {
  cursor: pointer;
  border: 1.5px solid #eee;
  border-radius: 12px;
  flex-shrink: 0;
  width: 180px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  overflow: hidden;
}
.skoleom-magazine-card:hover {
  box-shadow: 0 4px 10px #4bdd2c4d;
}
body.skoleom-theme-dark .skoleom-magazine-card {
  border-color: #ffffff1f;
}
body.skoleom-theme-dark .skoleom-magazine-card:hover {
  box-shadow: 0 4px 10px #4bdd2c4d;
}
.skoleom-magazine-card-img {
  object-fit: cover;
  width: 100%;
  height: 100px;
  display: block;
}
.skoleom-magazine-card-body {
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px 10px;
  display: flex;
}
.skoleom-magazine-card-title {
  color: var(--skoleom-black);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}
body.skoleom-theme-dark .skoleom-magazine-card-title {
  color: #fff;
}
.skoleom-magazine-card-date {
  color: #999;
  font-size: 11px;
}
body.skoleom-theme-dark .skoleom-magazine-card-date {
  color: #fff6;
}
.skoleom-orders-header {
  justify-content: flex-end;
  padding: 0 0 8px;
  display: flex;
}
.skoleom-orders-refresh-btn {
  color: #4bdd2c;
  cursor: pointer;
  background: 0 0;
  border: 1.5px solid #4bdd2c4d;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 12px;
  transition:
    background 0.15s,
    border-color 0.15s;
  display: flex;
}
.skoleom-orders-refresh-btn:hover {
  background: #4bdd2c14;
  border-color: #4bdd2c99;
}
.skoleom-orders-refresh-btn--big {
  margin: 16px auto 0;
  padding: 8px 16px;
  font-size: 13px;
}
body.skoleom-theme-light .skoleom-orders-refresh-btn {
  color: #16a34a;
  border-color: #16a34a4d;
}
body.skoleom-theme-light .skoleom-orders-refresh-btn:hover {
  background: #16a34a12;
}
.skoleom-order-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.skoleom-order-card-v2 {
  cursor: pointer;
  text-align: left;
  color: #ffffffe6;
  background: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.12s;
  display: flex;
}
body.skoleom-theme-light .skoleom-order-card-v2 {
  color: #000000d9;
}
.skoleom-order-card-v2:hover {
  background: #4bdd2c12;
  border-color: #4bdd2c40;
  transform: translateY(-1px);
}
.skoleom-order-card-v2:active {
  transform: scale(0.98);
}
body.skoleom-theme-light .skoleom-order-card-v2 {
  color: #000000d9;
  background: #00000008;
  border-color: #00000017;
}
body.skoleom-theme-light .skoleom-order-card-v2:hover {
  background: #4bdd2c0f;
  border-color: #4bdd2c4d;
}
.skoleom-order-card-thumb {
  color: #ffffff59;
  background: #ffffff12;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-order-card-thumb {
  color: #00000040;
  background: #0000000d;
  border-color: #00000014;
}
.skoleom-order-card-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.skoleom-order-card-info {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  min-width: 0;
  display: flex;
}
.skoleom-order-card-top {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}
.skoleom-order-card-num {
  color: #fffffff2;
  font-size: 13px;
  font-weight: 700;
}
body.skoleom-theme-light .skoleom-order-card-num {
  color: #000000e0;
}
.skoleom-order-card-desc {
  color: #ffffff8c;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-order-card-desc {
  color: #00000080;
}
.skoleom-order-card-extra {
  color: #ffffff59;
  font-size: 11px;
}
body.skoleom-theme-light .skoleom-order-card-extra {
  color: #00000059;
}
.skoleom-order-card-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  display: flex;
}
.skoleom-order-card-date {
  color: #ffffff61;
  font-size: 11px;
  font-weight: 500;
}
body.skoleom-theme-light .skoleom-order-card-date {
  color: #00000061;
}
.skoleom-order-card-total {
  color: #4bdd2c;
  font-size: 13px;
  font-weight: 800;
}
body.skoleom-theme-light .skoleom-order-card-total {
  color: #16a34a;
}
.skoleom-order-back {
  cursor: pointer;
  color: var(--skoleom-blue);
  background: 0 0;
  border: none;
  margin-bottom: 16px;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}
.skoleom-order-detail-header {
  background: #6366f114;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  padding: 14px;
  display: flex;
}
body.skoleom-theme-dark .skoleom-order-detail-header {
  background: #6366f11f;
  border-color: #ffffff1f;
}
.skoleom-order-detail-title {
  color: var(--skoleom-black);
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-order-detail-title {
  color: #fff;
}
.skoleom-order-detail-dates {
  color: #888;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  display: flex;
}
body.skoleom-theme-dark .skoleom-order-detail-dates {
  color: #ffffff73;
}
.skoleom-order-detail-total {
  color: var(--skoleom-blue);
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}
.skoleom-order-recap-row {
  gap: 16px;
  margin-bottom: 12px;
  display: flex;
}
.skoleom-order-recap-col {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  display: flex;
}
.skoleom-order-recap-label {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-order-recap-label {
  color: #fff6;
}
.skoleom-order-recap-value {
  color: #333;
  font-size: 13px;
}
body.skoleom-theme-dark .skoleom-order-recap-value {
  color: #ffffffb3;
}
.skoleom-order-products {
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
  display: flex;
}
.skoleom-order-product {
  align-items: center;
  gap: 10px;
  display: flex;
}
.skoleom-order-product-img {
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.skoleom-order-product-info {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}
.skoleom-order-product-title {
  color: var(--skoleom-black);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}
.skoleom-order-product-qty {
  color: #888;
  font-size: 11px;
}
body.skoleom-theme-dark .skoleom-order-product-qty {
  color: #fff6;
}
.skoleom-order-product-price {
  color: var(--skoleom-blue);
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-order-product-price {
  color: #fff;
}
.skoleom-order-summary {
  border-top: 1.5px solid #eee;
  flex-direction: column;
  gap: 8px;
  padding: 14px 0;
  display: flex;
}
body.skoleom-theme-dark .skoleom-order-summary {
  border-top-color: #ffffff1a;
}
.skoleom-order-summary-row {
  color: #333;
  justify-content: space-between;
  font-size: 13px;
  display: flex;
}
body.skoleom-theme-dark .skoleom-order-summary-row {
  color: #ffffffb3;
}
.skoleom-order-summary-total {
  color: var(--skoleom-black);
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-order-summary-total {
  color: #fff;
}
.skoleom-form-submit--blue {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  margin-top: 10px;
}
.skoleom-form-submit--blue:hover {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  box-shadow: 0 4px 16px #6366f159;
}
.skoleom-form-submit--blue:active {
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
  box-shadow: 0 1px 4px #6366f133;
}
.skoleom-order-back {
  cursor: pointer;
  color: var(--skoleom-blue);
  background: 0 0;
  border: none;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}
.skoleom-ad-banner {
  margin-bottom: 20px;
}
.skoleom-ad-slide {
  box-sizing: border-box;
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  padding-bottom: 20px;
  display: flex;
}
.skoleom-ad-btn {
  background: var(--skoleom-gradient);
  color: var(--skoleom-black);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 10px 28px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
.skoleom-ad-dots {
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  display: flex;
}
.skoleom-ad-dot {
  cursor: pointer;
  background: #ddd;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background 0.2s;
}
.skoleom-ad-dot--active {
  background: var(--skoleom-gradient);
}
body.skoleom-theme-dark .skoleom-ad-dot {
  background: #fff3;
}
body.skoleom-theme-dark .skoleom-ad-dot--active {
  background: #fff;
}
.skoleom-display-card-preview-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-form-error {
  color: #ef4444;
  margin: 0 0 10px;
  font-size: 13px;
}
.skoleom-form-or {
  color: #888;
  text-align: center;
  margin: 0 0 12px;
  font-size: 13px;
}
body.skoleom-theme-dark .skoleom-form-or {
  color: #fff6;
}
.skoleom-form-link {
  background: 0 0;
  background-image: var(--skoleom-gradient);
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  border: none;
  width: 100%;
  padding: 8px 0 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  transition:
    opacity 0.15s,
    transform 0.12s;
  display: block;
}
body.skoleom-theme-light .skoleom-form-link {
  background-image: linear-gradient(135deg, #4bdd2c, #dbea18);
}
.skoleom-form-link:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.skoleom-form-link:active {
  opacity: 0.6;
  transform: scale(0.97);
}
.skoleom-reset-top {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding-top: 4px;
  display: flex;
}
.skoleom-reset-top .skoleom-form-section-title {
  text-align: center;
  font-size: 17px !important;
}
.skoleom-reset-stepper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.skoleom-reset-stepper-col {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  width: 64px;
  display: flex;
}
.skoleom-reset-stepper-dot {
  color: #ffffff47;
  background: #ffffff0d;
  border: 1.5px solid #ffffff1a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.3s,
    border-color 0.3s,
    color 0.3s,
    box-shadow 0.3s;
  display: flex;
}
.skoleom-reset-stepper-dot.active {
  color: #4bdd2c;
  background: #4bdd2c21;
  border: 2px solid #4bdd2ca6;
  box-shadow:
    0 0 0 5px #4bdd2c14,
    0 0 18px #4bdd2c38;
}
.skoleom-reset-stepper-dot.done {
  color: #4bdd2c;
  background: #4bdd2c1c;
  border-color: #4bdd2c6b;
}
.skoleom-reset-stepper-label {
  color: #ffffff40;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-size: 10px;
  font-weight: 500;
  transition: color 0.3s;
}
.skoleom-reset-stepper-label.active {
  color: #ffffffd1;
  font-weight: 600;
}
.skoleom-reset-stepper-label.done {
  color: #4bdd2c99;
}
.skoleom-reset-stepper-line {
  background: #ffffff17;
  flex: 1;
  align-self: flex-start;
  height: 1.5px;
  margin-top: 22px;
  transition: background 0.35s;
}
.skoleom-reset-stepper-line.done {
  background: linear-gradient(90deg, #4bdd2c8c, #4bdd2c4d);
}
body.skoleom-theme-light .skoleom-reset-stepper-dot {
  color: #00000040;
  background: #0000000a;
  border-color: #0000001a;
}
body.skoleom-theme-light .skoleom-reset-stepper-dot.active {
  color: #3bb624;
  background: #3bb6241a;
  border-color: #3bb6248c;
  box-shadow:
    0 0 0 5px #3bb62412,
    0 0 12px #3bb6242e;
}
body.skoleom-theme-light .skoleom-reset-stepper-dot.done {
  color: #3bb624;
  background: #3bb62417;
  border-color: #3bb62466;
}
body.skoleom-theme-light .skoleom-reset-stepper-label {
  color: #0000004d;
}
body.skoleom-theme-light .skoleom-reset-stepper-label.active {
  color: #000000bf;
}
body.skoleom-theme-light .skoleom-reset-stepper-label.done {
  color: #3bb624b3;
}
body.skoleom-theme-light .skoleom-reset-stepper-line {
  background: #00000014;
}
body.skoleom-theme-light .skoleom-reset-stepper-line.done {
  background: #3bb62459;
}
.skoleom-reset-hint {
  color: #ffffff73;
  text-align: center;
  margin: 0 0 18px;
  font-size: 12.5px;
  line-height: 1.6;
}
.skoleom-reset-hint strong {
  color: #ffffffbf;
}
body.skoleom-theme-light .skoleom-reset-hint {
  color: #00000073;
}
body.skoleom-theme-light .skoleom-reset-hint strong {
  color: #000000b3;
}
.skoleom-reset-email-sent {
  color: #ffffff8c;
  background: #4bdd2c0f;
  border: 1px solid #4bdd2c2e;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 11px 14px;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}
.skoleom-reset-email-sent strong {
  color: #ffffffe6;
  font-weight: 600;
}
.skoleom-reset-email-sent-icon {
  flex-shrink: 0;
  font-size: 18px;
}
body.skoleom-theme-light .skoleom-reset-email-sent {
  color: #00000080;
  background: #3bb6240f;
  border-color: #3bb6242e;
}
body.skoleom-theme-light .skoleom-reset-email-sent strong {
  color: #000c;
}
.skoleom-reset-code-input {
  letter-spacing: 0.22em !important;
  text-align: center !important;
  color: #4bdd2c !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-family:
    SF Mono,
    Fira Code,
    Consolas,
    monospace !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
body.skoleom-theme-light .skoleom-reset-code-input {
  color: #2d9618 !important;
}
.skoleom-reset-success {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 40px 24px;
  display: flex;
}
.skoleom-reset-success-ring {
  color: #4bdd2c;
  background: #4bdd2c1f;
  border: 2px solid #4bdd2c66;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  animation: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both skoleom-pop-in;
  display: flex;
  box-shadow: 0 0 24px #4bdd2c38;
}
.skoleom-reset-success-title {
  color: #ffffffeb;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  animation: 0.35s 0.1s both skoleom-fade-up;
}
body.skoleom-theme-light .skoleom-reset-success-title {
  color: #000000d9;
}
.skoleom-reset-success-sub {
  color: #ffffff73;
  margin: 0;
  font-size: 12px;
  animation: 0.35s 0.18s both skoleom-fade-up;
}
body.skoleom-theme-light .skoleom-reset-success-sub {
  color: #0006;
}
.skoleom-reset-success-loader {
  background: #ffffff1a;
  border-radius: 2px;
  width: 120px;
  height: 3px;
  margin-top: 4px;
  animation: 0.35s 0.25s both skoleom-fade-up;
  overflow: hidden;
}
.skoleom-reset-success-bar {
  background: linear-gradient(90deg, #4bdd2c, #dbea18);
  border-radius: 2px;
  width: 40%;
  height: 100%;
  animation: 1.8s ease-in-out infinite skoleom-progress-bar;
}
@keyframes skoleom-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes skoleom-fade-up {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes skoleom-progress-bar {
  0% {
    transform: translate(-100%);
  }
  50% {
    transform: translate(200%);
  }
  to {
    transform: translate(-100%);
  }
}
.skoleom-menu-wrapper {
  z-index: 2147483647;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
}
.skoleom-menu-wrapper #skoleom-vertical-menu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.skoleom-menu-arrow {
  pointer-events: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 28px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s;
  display: flex;
}
.skoleom-menu-arrow svg {
  stroke: url(#skoleom-gradient) #a8e063;
}
.skoleom-menu-wrapper:hover .skoleom-menu-arrow {
  display: none;
}
.skoleom-display-card--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.skoleom-display-card-toast {
  color: #fff;
  text-align: center;
  z-index: 10;
  background: #141414eb;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  animation: 0.2s skoleom-toast-in;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  box-shadow: 0 4px 16px #0003;
}
@keyframes skoleom-toast-in {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes skoleom-shimmer {
  0% {
    background-position: 200%;
  }
  to {
    background-position: -200%;
  }
}
.skoleom-skeleton {
  background: linear-gradient(90deg, #ffffff0f 25%, #ffffff1f 50%, #ffffff0f 75%) 0 0/200% 100%;
  border-radius: 8px;
  animation: 1.4s ease-in-out infinite skoleom-shimmer;
}
body.skoleom-theme-light .skoleom-skeleton {
  background: linear-gradient(90deg, #0000000f 25%, #0000001c 50%, #0000000f 75%) 0 0/200% 100%;
}
.skoleom-basket-skeleton-item {
  background: #ffffff06;
  border: 1px solid #ffffff0f;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px;
  display: flex;
}
.skoleom-basket-skeleton-img {
  border-radius: 10px;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.skoleom-basket-skeleton-lines {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  display: flex;
}
.skoleom-basket-skeleton-line {
  border-radius: 6px;
  height: 11px;
}
.skoleom-basket-variation {
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
  display: flex;
}
.skoleom-basket-variation-tag {
  color: #ffffff8c;
  background: #ffffff0a;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  padding: 2px 7px;
  font-family: Poppins, sans-serif;
  font-size: 10.5px;
}
body.skoleom-theme-light .skoleom-basket-variation-tag {
  color: #00000080;
  background: #00000008;
  border-color: #0000001f;
}
.skoleom-basket-item-footer {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}
.skoleom-basket-edit-opts {
  color: #4bdd2c;
  cursor: pointer;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(#181818, #181818), linear-gradient(135deg, #4bdd2c, #dbea18);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1.5px solid #0000;
  border-radius: 20px;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 12px 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition:
    opacity 0.15s,
    transform 0.12s;
  display: flex;
}
.skoleom-basket-edit-opts:hover {
  opacity: 0.82;
}
.skoleom-basket-edit-opts:active {
  transform: scale(0.95);
}
body.skoleom-theme-light .skoleom-basket-edit-opts {
  color: #22a61a;
  background-image: linear-gradient(#fafafa, #fafafa), linear-gradient(135deg, #4bdd2c, #dbea18);
}
.skoleom-basket-variant-editor {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  flex-direction: column;
  gap: 7px;
  margin-top: 8px;
  padding: 9px 10px;
  display: flex;
}
.skoleom-basket-variant-empty {
  color: #fff6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}
.skoleom-basket-variant-row {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}
.skoleom-basket-color-swatch {
  cursor: pointer;
  background: #ffffff1f;
  border: 2px solid #ffffff26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transition:
    border-color 0.15s,
    transform 0.15s;
  display: flex;
  overflow: hidden;
}
.skoleom-basket-color-swatch:hover {
  border-color: #fff6;
  transform: scale(1.12);
}
.skoleom-basket-color-swatch--active {
  box-shadow: 0 0 0 2px #4bdd2c59;
  border-color: #4bdd2c !important;
}
.skoleom-basket-color-label {
  color: #fffc;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
}
.skoleom-basket-size-pill {
  color: #fff9;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff24;
  border-radius: 6px;
  padding: 3px 9px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s;
}
.skoleom-basket-size-pill:hover {
  color: #ffffffe6;
  background: #ffffff17;
  border-color: #ffffff42;
}
.skoleom-basket-size-pill--active {
  color: #4bdd2c;
  background: #4bdd2c1a;
  border-color: #4bdd2c;
}
.skoleom-basket-variant-actions {
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  display: flex;
}
.skoleom-basket-variant-apply {
  color: #111;
  cursor: pointer;
  background: linear-gradient(135deg, #4bdd2c 0%, #35c41f 100%);
  border: none;
  border-radius: 8px;
  padding: 5px 14px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: filter 0.15s;
}
.skoleom-basket-variant-apply:hover:not(:disabled) {
  filter: brightness(1.08);
}
.skoleom-basket-variant-apply:disabled {
  opacity: 0.45;
  cursor: default;
}
.skoleom-basket-variant-cancel {
  color: #ffffff73;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 11px;
  transition:
    color 0.15s,
    border-color 0.15s;
  display: flex;
}
.skoleom-basket-variant-cancel:hover {
  color: #fffc;
  border-color: #ffffff40;
}
@keyframes skoleom-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skoleom-music-cover-wrapper {
  border-radius: 16px;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
}
.skoleom-music-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.skoleom-music-platforms {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.skoleom-music-btn {
  color: var(--skoleom-black);
  cursor: pointer;
  border: 1.5px solid #eee;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
  display: flex;
  position: relative;
}
.skoleom-music-btn-logo {
  object-fit: contain;
  border-radius: 6px;
  width: 28px;
  height: 28px;
}
body.skoleom-theme-dark .skoleom-music-btn {
  color: #fff;
  border-color: #ffffff26;
}
body.skoleom-theme-dark .skoleom-music-btn:hover {
  border-color: #0000;
  box-shadow: 0 4px 12px #4bdd2c33;
}
body.skoleom-theme-dark .skoleom-music-btn:hover:before {
  content: '';
  background: var(--skoleom-gradient);
  -webkit-mask-composite: xor;
  pointer-events: none;
  border-radius: 12px;
  padding: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
body.skoleom-theme-light .skoleom-music-btn:hover {
  background: #f5f5f5;
  box-shadow: 0 0 8px #4bdd2c4d;
}
body.skoleom-theme-dark .skoleom-music-track {
  border-color: #ffffff1f;
}
.skoleom-music-now-playing {
  color: #888;
  margin: 0 0 16px;
  font-size: 13px;
}
body.skoleom-theme-dark .skoleom-music-now-playing {
  color: #ffffff80;
}
.skoleom-music-now-playing strong {
  color: var(--skoleom-black);
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-music-now-playing strong {
  color: #fff;
}
.skoleom-music-carousel {
  scrollbar-width: none;
  flex-flow: row;
  gap: 10px;
  margin: 0 -20px;
  padding: 4px 20px 8px;
  display: flex;
  overflow: auto hidden;
}
.skoleom-music-carousel::-webkit-scrollbar {
  display: none;
}
.skoleom-music-carousel-item {
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  width: 64px;
  min-width: 64px;
  height: 64px;
  padding: 2px;
  overflow: hidden;
}
.skoleom-music-carousel-item img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-music-carousel-item--active {
  background: var(--skoleom-gradient);
}
body.skoleom-theme-dark .skoleom-music-carousel-item {
  background: #ffffff26;
}
body.skoleom-theme-dark .skoleom-music-carousel-item--active {
  background: var(--skoleom-gradient);
}
.skoleom-music-now-playing-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
body.skoleom-theme-dark .skoleom-music-now-playing-title {
  background-image: var(--skoleom-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.skoleom-travel-card {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  width: 90px;
  min-width: 90px;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.skoleom-travel-card-initials,
.skoleom-travel-card-hotel-icon {
  background: #ffffff0f;
  border: 1px solid #4bdd2c26;
  border-radius: 12px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.skoleom-travel-card:hover .skoleom-travel-card-initials,
.skoleom-travel-card:hover .skoleom-travel-card-hotel-icon {
  background: #4bdd2c1f;
  border-color: #4bdd2c80;
}
.skoleom-travel-card-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  display: block;
}
.skoleom-travel-card-title {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}
.skoleom-travel-card-initials {
  aspect-ratio: 1;
  color: #4bdd2c;
  background: #ffffff0f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}
.skoleom-travel-card-initials span:last-child {
  color: #4bdd2c;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
.skoleom-travel-card-hotel-icon {
  aspect-ratio: 1;
  background: #ffffff0f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  font-size: 24px;
  display: flex;
}
.skoleom-travel-card-hotel-icon span {
  color: #4bdd2c;
  text-align: center;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.skoleom-travel-card-subtitle {
  color: #4bdd2c;
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
}
.skoleom-travel-card-initials,
.skoleom-travel-card-hotel-icon {
  flex-direction: column;
}
.skoleom-travel-card-hotel-icon {
  flex-direction: column;
  gap: 4px;
}
.skoleom-travel-cover-wrapper {
  border-radius: 16px;
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  overflow: hidden;
}
.skoleom-travel-city-carousel {
  scrollbar-width: none;
  flex-flow: row;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  padding: 4px 0 12px;
  display: flex;
  overflow-x: auto;
}
.skoleom-travel-city-carousel::-webkit-scrollbar {
  display: none;
}
.skoleom-travel-city-item {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  width: 80px;
  min-width: 80px;
  padding: 0;
  display: flex;
}
.skoleom-travel-city-item img {
  object-fit: cover;
  box-sizing: border-box;
  background: #ffffff26;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 2px;
  display: block;
}
.skoleom-travel-city-item--active img {
  background: var(--skoleom-gradient);
}
.skoleom-travel-city-item span {
  color: var(--skoleom-black);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-travel-city-item img {
  background: #ffffff26;
}
body.skoleom-theme-dark .skoleom-travel-city-item--active img {
  background: var(--skoleom-gradient);
}
body.skoleom-theme-dark .skoleom-travel-city-item span {
  color: #fff;
}
.skoleom-travel-section {
  margin-bottom: 12px;
}
.skoleom-travel-section-title {
  color: var(--skoleom-black);
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
}
body.skoleom-theme-dark .skoleom-travel-section-title {
  color: #fff;
}
.skoleom-travel-carousel {
  scrollbar-width: none;
  flex-flow: row;
  gap: 10px;
  padding-bottom: 8px;
  padding-left: 1px;
  display: flex;
  overflow: auto hidden;
}
.skoleom-travel-carousel::-webkit-scrollbar {
  display: none;
}
body.skoleom-theme-dark .skoleom-travel-card-title {
  color: #fff;
}
.skoleom-travel-map {
  border-radius: 16px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.skoleom-travel-map-iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.skoleom-similar-card-fav {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 4px;
  display: flex;
}
body.skoleom-theme-light .skoleom-travel-card-initials,
body.skoleom-theme-light .skoleom-travel-card-hotel-icon span,
body.skoleom-theme-light .skoleom-travel-card-title,
body.skoleom-theme-light .skoleom-travel-card-subtitle,
body.skoleom-theme-light .skoleom-travel-section-title,
body.skoleom-theme-light .skoleom-travel-card-initials span {
  color: var(--skoleom-black);
}
.skoleom-checkout-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 24px;
  display: flex;
}
.skoleom-checkout-spinner {
  border: 3px solid #4bdd2c33;
  border-top-color: #4bdd2c;
  border-radius: 50%;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  animation: 0.75s linear infinite skoleom-spin;
}
.skoleom-checkout-label {
  opacity: 0.75;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.skoleom-checkout-retry {
  color: #f87171;
  cursor: pointer;
  background: 0 0;
  border: 1.5px solid #f8717180;
  border-radius: 999px;
  margin-top: 8px;
  padding: 9px 22px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  transition:
    background 0.15s,
    transform 0.12s;
}
.skoleom-checkout-retry:hover {
  background: #f871711a;
}
.skoleom-checkout-retry:active {
  transform: scale(0.96);
}
.skoleom-checkout-success {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 28px 20px;
  display: flex;
}
.skoleom-checkout-success--recap {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 28px 16px 24px;
  overflow-y: auto;
}
.skoleom-checkout-success-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  display: flex;
}
.skoleom-checkout-success-icon {
  color: #4bdd2c;
  background: #4bdd2c1f;
  border: 2px solid #4bdd2c40;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  animation: 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) skoleom-success-pop;
  display: flex;
}
@keyframes skoleom-success-pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.skoleom-checkout-success-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.skoleom-checkout-success-sub {
  opacity: 0.6;
  max-width: 240px;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.skoleom-checkout-recap-card {
  background: #ffffff12;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-checkout-recap-card {
  background: #00000008;
  border-color: #00000014;
}
.skoleom-checkout-recap-row {
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  display: flex;
}
.skoleom-checkout-recap-row--header {
  border-bottom: 1px solid #ffffff14;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-checkout-recap-row--header {
  border-bottom-color: #00000012;
}
.skoleom-checkout-recap-row--total {
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-checkout-recap-row--total {
  border-top-color: #00000012;
}
.skoleom-checkout-recap-items {
  flex-direction: column;
  gap: 0;
  display: flex;
}
.skoleom-checkout-recap-item {
  border-bottom: 1px solid #ffffff0d;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  display: flex;
}
body.skoleom-theme-light .skoleom-checkout-recap-item {
  border-bottom-color: #0000000d;
}
.skoleom-checkout-recap-item-img {
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}
.skoleom-checkout-recap-item-info {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}
.skoleom-checkout-recap-item-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
}
.skoleom-checkout-recap-item-qty {
  opacity: 0.5;
  font-size: 11px;
}
.skoleom-checkout-recap-item-price {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.skoleom-order-status {
  color: #4bdd2c;
  background: #4bdd2c26;
  border-radius: 20px;
  margin-left: auto;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-order-status--pending {
  color: #ffc107;
  background: #ffc10726;
}
.skoleom-order-status--failed,
.skoleom-order-status--cancelled {
  color: #f87171;
  background: #f8717126;
}
.skoleom-checkout-recap-addresses {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  display: grid;
}
.skoleom-checkout-recap-addr {
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.5;
}
body.skoleom-theme-light .skoleom-checkout-recap-addr {
  background: #00000008;
  border-color: #00000012;
}
.skoleom-checkout-recap-addr p {
  opacity: 0.85;
  margin: 0;
}
.skoleom-checkout-recap-addr-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.skoleom-checkout-recap-addr-email {
  opacity: 0.55 !important;
  margin-top: 2px !important;
  font-size: 11px !important;
}
.skoleom-checkout-success-actions {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  display: flex;
}
.skoleom-checkout-order-card {
  background: #ffffff12;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  margin-top: 6px;
  padding: 14px 16px;
  display: flex;
}
body.skoleom-theme-light .skoleom-checkout-order-card {
  background: #0000000a;
  border-color: #00000014;
}
.skoleom-checkout-order-row {
  opacity: 0.8;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  display: flex;
}
.skoleom-checkout-order-total {
  opacity: 1;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-checkout-order-total {
  border-top-color: #00000014;
}
.skoleom-checkout-done {
  background: var(--skoleom-gradient);
  width: 100%;
  color: var(--skoleom-black);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 11px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s;
}
.skoleom-checkout-done:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px #4bdd2c59;
}
.skoleom-checkout-done:active {
  transform: scale(0.97);
}
.skoleom-out-of-stock-badge {
  color: #f87171;
  background: #f8717126;
  border: 1px solid #f8717140;
  border-radius: 20px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}
.skoleom-checkout-auth {
  padding: 16px 20px 20px;
}
.skoleom-checkout-auth-notice {
  background: #4bdd2c12;
  border: 1px solid #4bdd2c2e;
  border-radius: 10px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px 14px;
  display: flex;
}
.skoleom-checkout-auth-icon {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 18px;
  line-height: 1;
}
.skoleom-checkout-auth-notice p {
  color: var(--skoleom-text-secondary, #ffffffa6);
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
}
.skoleom-checkout-auth-tabs {
  background: #ffffff0a;
  border-radius: 10px;
  gap: 6px;
  margin-bottom: 16px;
  padding: 4px;
  display: flex;
}
.skoleom-checkout-auth-tab {
  color: var(--skoleom-text-secondary, #ffffff8c);
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 7px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: 12.5px;
  font-weight: 500;
  transition: all 0.18s;
  display: flex;
}
.skoleom-checkout-auth-tab--active {
  color: #4bdd2c;
  background: #4bdd2c1f;
  font-weight: 600;
}
.skoleom-checkout-auth-tab:hover:not(.skoleom-checkout-auth-tab--active) {
  color: #fffc;
  background: #ffffff0f;
}
.skoleom-capsule-dot {
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  will-change: transform, opacity;
  background: #00000047;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  transition:
    transform 0.18s,
    background 0.2s,
    box-shadow 0.2s,
    opacity 0.2s,
    border-color 0.2s;
  display: flex;
}
.skoleom-capsule-dot:hover {
  transform: scale(1.1);
  box-shadow: none !important;
  opacity: 1 !important;
  background: #000000c7 !important;
  border-color: #ffffff80 !important;
  animation: none !important;
}
.skoleom-capsule-dot:active {
  transform: scale(0.93) !important;
}
.skoleom-capsule-dot-logo {
  object-fit: contain;
  filter: drop-shadow(0 1px 3px #0006);
  pointer-events: none;
  width: 22px;
  height: 22px;
}
.skoleom-variant-picker {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.skoleom-variant-card {
  cursor: pointer;
  text-align: center;
  color: inherit;
  background: #ffffff0a;
  border: 1.5px solid #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 8px 10px;
  font-family: Poppins, sans-serif;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.12s;
  display: flex;
}
.skoleom-variant-card:hover {
  background: #ffffff14;
  border-color: #ffffff38;
}
.skoleom-variant-card:active {
  transform: scale(0.96);
}
.skoleom-variant-card--active {
  background: #4bdd2c1a !important;
  border-color: #4bdd2cbf !important;
}
.skoleom-variant-label {
  color: #ffffffe0;
  font-size: 12px;
  font-weight: 600;
}
.skoleom-variant-sub {
  color: #fff6;
  font-size: 9.5px;
}
.skoleom-variant-preview {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}
.skoleom-variant-pill-mock {
  color: #fffc;
  white-space: nowrap;
  background: #0006;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  font-weight: 600;
  display: inline-flex;
}
.skoleom-variant-dot-mock {
  background: #0006;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
}
body.skoleom-theme-light .skoleom-variant-card {
  background: #00000008;
  border-color: #0000001a;
}
body.skoleom-theme-light .skoleom-variant-card:hover {
  background: #0000000f;
}
body.skoleom-theme-light .skoleom-variant-card--active {
  background: #4bdd2c14 !important;
  border-color: #4bdd2ccc !important;
}
body.skoleom-theme-light .skoleom-variant-label {
  color: #000000d9;
}
body.skoleom-theme-light .skoleom-variant-sub {
  color: #0006;
}
.skoleom-checkout-address {
  flex-direction: column;
  flex: 1;
  gap: 0;
  min-height: 0;
  padding: 16px 20px 80px;
  display: flex;
  overflow-y: auto;
}
.skoleom-checkout-section {
  margin-bottom: 20px;
}
.skoleom-checkout-section-title {
  color: #ffffffe6;
  border-bottom: 1px solid #ffffff1a;
  margin: 0 0 12px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-checkout-section-title {
  color: #000000d1;
  border-bottom-color: #0000001a;
}
.skoleom-checkout-toggle-row {
  color: #ffffffb3;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  padding: 10px 0 16px;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  display: flex;
}
body.skoleom-theme-light .skoleom-checkout-toggle-row {
  color: #000000a6;
}
.skoleom-checkout-checkbox {
  accent-color: #4bdd2c;
  cursor: pointer;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.skoleom-form-required {
  color: #f87171;
  margin-left: 1px;
}
.skoleom-checkout-next {
  color: #111;
  cursor: pointer;
  background: linear-gradient(135deg, #4bdd2c 0%, #35c41f 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 8px;
  padding: 13px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    filter 0.15s;
  display: flex;
  box-shadow: 0 4px 18px #4bdd2c4d;
}
.skoleom-checkout-next:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px #4bdd2c66;
}
.skoleom-checkout-next:active {
  box-shadow: none;
  transform: scale(0.97);
}
.skoleom-checkout-next:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.skoleom-checkout-steps {
  background: #ffffff06;
  border: 1px solid #ffffff0f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 0 22px;
  padding: 10px 16px 12px;
  display: flex;
}
body.skoleom-theme-light .skoleom-checkout-steps {
  background: #00000005;
  border-color: #0000000f;
}
.skoleom-checkout-step {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
}
.skoleom-checkout-step-num {
  color: #fff6;
  background: #ffffff0f;
  border: 2px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.25s;
  display: flex;
}
.skoleom-checkout-step-label {
  color: #ffffff59;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  transition: color 0.25s;
}
.skoleom-checkout-step--active .skoleom-checkout-step-num {
  color: #4bdd2c;
  background: #4bdd2c2e;
  border-color: #4bdd2cb3;
}
.skoleom-checkout-step--active .skoleom-checkout-step-label {
  color: #4bdd2ce6;
}
.skoleom-checkout-step--done .skoleom-checkout-step-num {
  color: #4bdd2ca6;
  background: #4bdd2c1f;
  border-color: #4bdd2c73;
}
.skoleom-checkout-step--done .skoleom-checkout-step-label {
  color: #4bdd2c8c;
}
.skoleom-checkout-step-line {
  background: #ffffff1f;
  flex: 1;
  height: 1.5px;
  margin: 0 10px 14px;
}
body.skoleom-theme-light .skoleom-checkout-step-num {
  color: #00000059;
  background: #0000000a;
  border-color: #0000001f;
}
body.skoleom-theme-light .skoleom-checkout-step-label {
  color: #00000059;
}
body.skoleom-theme-light .skoleom-checkout-step--active .skoleom-checkout-step-num {
  color: #2db81a;
  background: #4bdd2c1f;
  border-color: #4bdd2ca6;
}
body.skoleom-theme-light .skoleom-checkout-step--active .skoleom-checkout-step-label {
  color: #2db81a;
}
body.skoleom-theme-light .skoleom-checkout-step-line {
  background: #0000001a;
}
.skoleom-checkout-section-header {
  color: #fffc;
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  display: flex;
}
.skoleom-checkout-section-header svg {
  color: #4bdd2cbf;
  flex-shrink: 0;
}
body.skoleom-theme-light .skoleom-checkout-section-header {
  color: #000000bf;
  border-bottom-color: #00000014;
}
body.skoleom-theme-light .skoleom-checkout-section-header svg {
  color: #2db81a;
}
.skoleom-checkout-notes {
  resize: vertical;
  min-height: 72px;
  line-height: 1.5;
}
.skoleom-form-optional {
  color: #ffffff59;
  margin-left: 2px;
  font-size: 10px;
  font-weight: 400;
}
body.skoleom-theme-light .skoleom-form-optional {
  color: #00000061;
}
.skoleom-checkout-next-spinner {
  border: 2px solid #0003;
  border-top-color: #111;
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  animation: 0.7s linear infinite skoleom-spin;
}
.skoleom-checkout-fields {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.skoleom-checkout-address .skoleom-form-row {
  gap: 10px;
}
.skoleom-checkout-address .skoleom-form-group {
  margin-bottom: 0;
}
.skoleom-checkout-address .skoleom-form-input {
  padding: 9px 11px;
  font-size: 12.5px;
}
.skoleom-checkout-section {
  background: #ffffff08;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  margin-bottom: 18px;
  padding: 14px;
}
body.skoleom-theme-light .skoleom-checkout-section {
  background: #00000005;
  border-color: #00000012;
}
.skoleom-basket-amazon-section {
  margin-bottom: 16px;
}
.skoleom-basket-amazon-header {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #f903;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}
.skoleom-basket-amazon-badge {
  color: #f90;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  background: #232f3e;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
}
.skoleom-basket-amazon-item {
  background: #ff99000a;
  border: 1px solid #f903;
  border-radius: 12px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px;
  display: flex;
  position: relative;
}
.skoleom-basket-amazon-item .skoleom-basket-info {
  flex: 1;
  min-width: 0;
  padding-right: 36px;
}
.skoleom-basket-amazon-item .skoleom-basket-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.skoleom-basket-amazon-item > .skoleom-favorite-action--delete {
  flex-shrink: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}
.skoleom-basket-validate-amazon {
  color: #f90;
  cursor: pointer;
  will-change: transform;
  background: #232f3e;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.2s,
    filter 0.15s;
  display: flex;
}
.skoleom-basket-validate-amazon:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #ff990047;
}
.skoleom-basket-validate-amazon:active {
  box-shadow: none;
  filter: brightness(0.95);
  transform: scale(0.97) translateY(0);
}
.skoleom-quick-checkout-card {
  background: #ffffff0a;
  border-left: 4px solid #4bdd2c;
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
  display: flex;
}
.skoleom-quick-checkout-badge {
  color: #4bdd2c;
  background: #4bdd2c26;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-quick-checkout-address {
  color: #fffc;
  font-size: 13px;
  line-height: 1.6;
}
body.skoleom-theme-light .skoleom-quick-checkout-address {
  color: #000000bf;
}
.skoleom-quick-checkout-btn {
  background: var(--skoleom-gradient);
  color: #1a1a1a;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  width: 100%;
  height: 44px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.skoleom-quick-checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #4bdd2c4d;
}
.skoleom-quick-checkout-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.skoleom-quick-checkout-change {
  color: #fff6;
  cursor: pointer;
  text-align: center;
  background: 0 0;
  border: none;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}
.skoleom-quick-checkout-change:hover {
  color: #ffffffb3;
}
body.skoleom-theme-light .skoleom-quick-checkout-change {
  color: #0006;
}
body.skoleom-theme-light .skoleom-quick-checkout-change:hover {
  color: #000000b3;
}
.skoleom-sidepage-overlay {
  cursor: default;
}
.skoleom-similar-card {
  cursor: pointer;
}
.skoleom-basket-item {
  cursor: default;
  max-height: 320px;
  transition:
    opacity 0.22s,
    transform 0.22s,
    max-height 0.32s 0.1s,
    padding-top 0.3s 0.1s,
    padding-bottom 0.3s 0.1s,
    margin-top 0.3s 0.1s,
    margin-bottom 0.3s 0.1s;
  overflow: hidden;
}
.skoleom-basket-item--removing {
  opacity: 0;
  pointer-events: none;
  transform: translate(-8px) scale(0.98);
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.skoleom-basket-item--applying {
  pointer-events: none;
}
.skoleom-basket-item--applying:after {
  content: '';
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
  background: #00000059;
  border-radius: 14px;
  position: absolute;
  inset: 0;
}
.skoleom-basket-apply-spinner {
  z-index: 3;
  border: 2px solid #ffffff40;
  border-top-color: #4bdd2c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  animation: 0.65s linear infinite skoleom-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}
.skoleom-favorite-action--deleting {
  opacity: 0.5;
  pointer-events: none;
}
.skoleom-favorite-action--deleting svg {
  animation: 0.8s ease-in-out infinite skoleom-pulse;
}
@keyframes skoleom-pulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.skoleom-display-card,
.skoleom-account-card {
  cursor: pointer;
}
.skoleom-checkout-step-circle {
  color: #ffffff59;
  background: #ffffff0f;
  border: 2px solid #ffffff26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: all 0.25s;
  display: flex;
}
.skoleom-checkout-step--active .skoleom-checkout-step-circle {
  color: #4bdd2c;
  background: #4bdd2c26;
  border-color: #4bdd2cb3;
  box-shadow: 0 0 12px #4bdd2c40;
}
.skoleom-checkout-step--done .skoleom-checkout-step-circle {
  color: #4bdd2cb3;
  background: #4bdd2c1a;
  border-color: #4bdd2c66;
}
.skoleom-checkout-step-line--done {
  background: linear-gradient(90deg, #4bdd2c80, #4bdd2c33) !important;
}
body.skoleom-theme-light .skoleom-checkout-step-circle {
  color: #0000004d;
  background: #0000000a;
  border-color: #0000001f;
}
body.skoleom-theme-light .skoleom-checkout-step--active .skoleom-checkout-step-circle {
  color: #2db81a;
  background: #4bdd2c1a;
  border-color: #4bdd2ca6;
  box-shadow: 0 0 10px #4bdd2c2e;
}
body.skoleom-theme-light .skoleom-checkout-step--done .skoleom-checkout-step-circle {
  color: #2db81a;
  background: #4bdd2c14;
  border-color: #4bdd2c66;
}
.skoleom-addr-section {
  margin-bottom: 4px;
}
.skoleom-addr-section-header {
  color: #fff9;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}
.skoleom-addr-section-header svg {
  color: #4bdd2cb3;
}
body.skoleom-theme-light .skoleom-addr-section-header {
  color: #0000008c;
}
.skoleom-addr-list {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  display: flex;
}
.skoleom-addr-card {
  cursor: pointer;
  background: #ffffff0a;
  border: 1.5px solid #ffffff17;
  border-radius: 12px;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 12px;
  transition:
    border-color 0.18s,
    background 0.18s;
  display: flex;
}
.skoleom-addr-card:hover {
  background: #ffffff12;
  border-color: #ffffff29;
}
.skoleom-addr-card--selected {
  background: #4bdd2c12 !important;
  border-color: #4bdd2c99 !important;
}
body.skoleom-theme-light .skoleom-addr-card {
  background: #00000005;
  border-color: #00000017;
}
body.skoleom-theme-light .skoleom-addr-card:hover {
  background: #0000000a;
  border-color: #00000026;
}
body.skoleom-theme-light .skoleom-addr-card--selected {
  background: #4bdd2c0f !important;
  border-color: #4bdd2cb3 !important;
}
.skoleom-addr-card-radio {
  flex-shrink: 0;
  margin-top: 2px;
}
.skoleom-addr-radio {
  background: 0 0;
  border: 2px solid #ffffff40;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all 0.18s;
  position: relative;
}
.skoleom-addr-radio--checked {
  background: #4bdd2c26;
  border-color: #4bdd2c;
}
.skoleom-addr-radio--checked:after {
  content: '';
  background: #4bdd2c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.skoleom-theme-light .skoleom-addr-radio {
  border-color: #0003;
}
body.skoleom-theme-light .skoleom-addr-radio--checked {
  background: #4bdd2c1a;
  border-color: #2db81a;
}
body.skoleom-theme-light .skoleom-addr-radio--checked:after {
  background: #2db81a;
}
.skoleom-addr-card-body {
  flex: 1;
  min-width: 0;
}
.skoleom-addr-card-name {
  color: #ffffffe0;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}
body.skoleom-theme-light .skoleom-addr-card-name {
  color: #000000d1;
}
.skoleom-addr-default-badge {
  color: #4bdd2c;
  background: #4bdd2c1f;
  border: 1px solid #4bdd2c40;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-addr-default-badge {
  color: #2db81a;
  background: #4bdd2c14;
}
.skoleom-addr-card-lines {
  color: #ffffff73;
  flex-direction: column;
  gap: 1px;
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
  display: flex;
}
body.skoleom-theme-light .skoleom-addr-card-lines {
  color: #00000073;
}
.skoleom-addr-card-actions {
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
  display: flex;
}
.skoleom-addr-action-btn {
  color: #ffffff73;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 0;
  transition:
    background 0.15s,
    color 0.15s;
  display: flex;
}
.skoleom-addr-action-btn:hover {
  color: #ffffffd9;
  background: #ffffff1a;
}
.skoleom-addr-action-btn--delete:hover {
  color: #f87171;
  background: #f8717126;
  border-color: #f871714d;
}
body.skoleom-theme-light .skoleom-addr-action-btn {
  color: #0006;
  background: #0000000a;
  border-color: #0000001a;
}
body.skoleom-theme-light .skoleom-addr-action-btn:hover {
  color: #000000bf;
  background: #00000014;
}
body.skoleom-theme-light .skoleom-addr-action-btn--delete:hover {
  color: #ef4444;
  background: #ef444414;
  border-color: #ef444433;
}
.skoleom-addr-add-btn {
  color: #ffffff80;
  cursor: pointer;
  background: 0 0;
  border: 1.5px dashed #fff3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 10px;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  transition:
    border-color 0.18s,
    color 0.18s,
    background 0.18s;
  display: flex;
}
.skoleom-addr-add-btn:hover {
  color: #4bdd2cd9;
  background: #4bdd2c0d;
  border-color: #4bdd2c73;
}
body.skoleom-theme-light .skoleom-addr-add-btn {
  color: #00000073;
  border-color: #0000002e;
}
body.skoleom-theme-light .skoleom-addr-add-btn:hover {
  color: #2db81a;
  background: #4bdd2c0a;
  border-color: #4bdd2c99;
}
.skoleom-addr-back-btn {
  color: #ffffff73;
  cursor: pointer;
  background: 0 0;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 0 0 14px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  transition: color 0.15s;
  display: flex;
}
.skoleom-addr-back-btn:hover {
  color: #fffc;
}
body.skoleom-theme-light .skoleom-addr-back-btn {
  color: #0006;
}
body.skoleom-theme-light .skoleom-addr-back-btn:hover {
  color: #000000bf;
}
.skoleom-addr-summary {
  color: #ffffffbf;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0 4px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}
.skoleom-addr-summary-name {
  color: #ffffffeb;
  font-size: 12.5px;
  font-weight: 600;
}
.skoleom-addr-empty {
  color: #ffffff59;
  margin: 0;
  padding: 8px 0 4px;
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
  font-style: italic;
}
.skoleom-addr-same {
  color: #4bdd2cb3;
  margin: 0;
  padding: 8px 0 4px;
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
}
.skoleom-addr-edit-inline-btn {
  color: #fff9;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  margin-left: auto;
  padding: 3px 9px;
  font-family: Poppins, sans-serif;
  font-size: 10.5px;
  transition:
    color 0.15s,
    border-color 0.15s;
}
.skoleom-addr-edit-inline-btn:hover {
  color: #ffffffe6;
  border-color: #fff6;
}
body.skoleom-theme-light .skoleom-addr-summary {
  color: #000000a6;
}
body.skoleom-theme-light .skoleom-addr-summary-name {
  color: #000000d9;
}
body.skoleom-theme-light .skoleom-addr-empty {
  color: #0000004d;
}
body.skoleom-theme-light .skoleom-addr-same {
  color: #2db81a;
}
body.skoleom-theme-light .skoleom-addr-edit-inline-btn {
  color: #00000080;
  border-color: #0000002e;
}
body.skoleom-theme-light .skoleom-addr-edit-inline-btn:hover {
  color: #000000d9;
  border-color: #0006;
}
.skoleom-custom-checkbox-row {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  display: flex;
}
.skoleom-custom-checkbox {
  cursor: pointer;
  background: #ffffff0d;
  border: 2px solid #ffffff38;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition:
    border-color 0.18s,
    background 0.18s;
  display: flex;
}
.skoleom-custom-checkbox:hover {
  border-color: #4bdd2c80;
}
.skoleom-custom-checkbox--checked {
  background: #4bdd2c;
  border-color: #4bdd2c;
}
.skoleom-custom-checkbox--checked:hover {
  background: #5be83a;
  border-color: #5be83a;
}
.skoleom-custom-checkbox-label {
  color: #ffffffa6;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
}
body.skoleom-theme-light .skoleom-custom-checkbox {
  background: #00000008;
  border-color: #0003;
}
body.skoleom-theme-light .skoleom-custom-checkbox:hover {
  border-color: #4bdd2c99;
}
body.skoleom-theme-light .skoleom-custom-checkbox--checked {
  background: #2db81a;
  border-color: #2db81a;
}
body.skoleom-theme-light .skoleom-custom-checkbox-label {
  color: #000000a6;
}
.skoleom-profile-header {
  background: linear-gradient(135deg, #22b222 0%, #4bdd2c 55%, #a0e840 100%);
  border: none;
  border-radius: 20px;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 22px 18px 22px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-profile-header:before {
  content: '';
  pointer-events: none;
  background: #ffffff2e;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -35px;
  right: -35px;
}
.skoleom-profile-header:after {
  content: '';
  pointer-events: none;
  background: #ffffff1a;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: -25px;
  right: 40px;
}
.skoleom-profile-avatar-wrap {
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.skoleom-profile-avatar {
  color: #fff;
  letter-spacing: -1px;
  z-index: 1;
  box-sizing: border-box;
  background: #0003;
  border: 3px solid #ffffff80;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 66px;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  font-size: 24px;
  font-weight: 800;
  transition: border-color 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-profile-avatar-wrap:hover .skoleom-profile-avatar {
  border-color: #ffffffe6;
}
.skoleom-profile-avatar-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-avatar-overlay {
  color: #fff;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  background: #0000008c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity 0.18s;
  display: flex;
  position: absolute;
  inset: 0;
}
.skoleom-profile-avatar-wrap:hover .skoleom-avatar-overlay {
  opacity: 1;
}
.skoleom-avatar-overlay--uploading {
  opacity: 1 !important;
}
.skoleom-avatar-spin {
  border: 1.5px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 0.7s linear infinite skoleom-spin;
  display: block;
}
.skoleom-avatar-spin--lg {
  border-width: 2px;
  width: 18px;
  height: 18px;
}
.skoleom-profile-header-info-btn {
  cursor: pointer;
  text-align: left;
  z-index: 1;
  background: 0 0;
  border: none;
  border-radius: 10px;
  flex: 1;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 0;
  transition: opacity 0.15s;
  display: flex;
  position: relative;
}
.skoleom-profile-header-info-btn:hover {
  opacity: 0.85;
}
.skoleom-profile-header-info {
  flex: 1;
  min-width: 0;
}
.skoleom-profile-header-chevron {
  color: #003c0073;
  flex-shrink: 0;
}
.skoleom-profile-name {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 1px 4px #00000040;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}
.skoleom-profile-name-skeleton {
  background: linear-gradient(90deg, #ffffff40 25%, #ffffff80 50%, #ffffff40 75%) 0 0/200% 100%;
  border-radius: 6px;
  width: 110px;
  height: 17px;
  animation: 1.4s ease-in-out infinite skoleom-shimmer;
}
.skoleom-profile-avatar--loading {
  color: #0000 !important;
  background: linear-gradient(90deg, #ffffff40 25%, #ffffff80 50%, #ffffff40 75%) 0 0/200% 100% !important;
  border-color: #ffffff4d !important;
  animation: 1.4s ease-in-out infinite skoleom-shimmer !important;
}
.skoleom-profile-greeting {
  color: #003c00a6;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}
.skoleom-profile-greeting:before {
  content: '';
  background: #00000059;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
}
.skoleom-profile-nav {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  display: flex;
}
.skoleom-profile-card {
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  background: 0 0;
  border: 1.5px solid #ffffff1a;
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.12s;
  display: flex;
}
body.skoleom-theme-dark .skoleom-profile-card {
  border-color: #ffffff14;
}
body.skoleom-theme-light .skoleom-profile-card {
  background: #00000003;
  border-color: #00000014;
}
.skoleom-profile-card:hover {
  background: #4bdd2c12;
  border-color: #4bdd2c4d;
  transform: translate(2px);
}
body.skoleom-theme-light .skoleom-profile-card:hover {
  background: #4bdd2c0f;
}
.skoleom-profile-card:active {
  transform: scale(0.98);
}
.skoleom-profile-card-icon {
  color: #4bdd2c;
  background: #4bdd2c1f;
  border-radius: 11px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}
body.skoleom-theme-light .skoleom-profile-card-icon {
  background: #4bdd2c1a;
}
.skoleom-profile-card-text {
  flex: 1;
  min-width: 0;
}
.skoleom-profile-card-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
body.skoleom-theme-light .skoleom-profile-card-label {
  color: #1a1a1a;
}
.skoleom-profile-card-sub {
  color: #ffffff73;
  margin-top: 2px;
  font-size: 11px;
}
body.skoleom-theme-light .skoleom-profile-card-sub {
  color: #0006;
}
.skoleom-profile-card-arrow {
  color: #ffffff40;
  flex-shrink: 0;
}
body.skoleom-theme-light .skoleom-profile-card-arrow {
  color: #0003;
}
.skoleom-profile-logout {
  color: #ef4444;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  background: 0 0;
  border: 1.5px solid #ef444433;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.12s;
  display: flex;
}
.skoleom-profile-logout:hover {
  background: #ef444412;
  border-color: #ef444459;
}
.skoleom-profile-logout:active {
  transform: scale(0.98);
}
.skoleom-profile-logout-text {
  flex: 1;
}
.skoleom-profile-logout-arrow {
  color: #ef444466;
  flex-shrink: 0;
}
.skoleom-details-avatar-row {
  background: linear-gradient(135deg, #22b222 0%, #4bdd2c 55%, #a0e840 100%);
  border-radius: 18px;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 20px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-details-avatar-row:before {
  content: '';
  pointer-events: none;
  background: #ffffff2e;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -25px;
  right: -25px;
}
.skoleom-details-avatar-wrap {
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.skoleom-details-avatar {
  color: #fff;
  letter-spacing: -1px;
  box-sizing: border-box;
  background: #0003;
  border: 3px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 66px;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  font-size: 24px;
  font-weight: 800;
  transition: border-color 0.2s;
  display: flex;
  overflow: hidden;
}
.skoleom-details-avatar-wrap:hover .skoleom-details-avatar {
  border-color: #ffffffe6;
}
.skoleom-details-avatar-hint {
  z-index: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}
.skoleom-details-avatar-name {
  color: #fff;
  text-shadow: 0 1px 4px #0003;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}
.skoleom-details-avatar-sub {
  color: #003c00a6;
  font-size: 12px;
  font-weight: 500;
}
.skoleom-details-card {
  border: 1px solid #ffffff14;
  border-radius: 16px;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-details-card {
  border-color: #00000012;
}
.skoleom-details-field {
  border-bottom: 1px solid #ffffff0d;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 16px;
  transition: background 0.12s;
  display: flex;
}
body.skoleom-theme-light .skoleom-details-field {
  border-bottom-color: #0000000d;
}
.skoleom-details-field:last-child {
  border-bottom: none;
}
.skoleom-details-field:focus-within {
  background: #4bdd2c0a;
}
.skoleom-details-field-icon {
  color: #4bdd2c;
  background: #4bdd2c1a;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  display: flex;
}
.skoleom-details-field-body {
  flex: 1;
  min-width: 0;
}
.skoleom-details-field-label {
  color: #ffffff73;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}
body.skoleom-theme-light .skoleom-details-field-label {
  color: #0006;
}
.skoleom-details-field-input {
  color: #fff;
  box-sizing: border-box;
  background: 0 0;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body.skoleom-theme-light .skoleom-details-field-input {
  color: #1a1a1a;
}
.skoleom-details-field-input::placeholder {
  color: #fff3;
}
body.skoleom-theme-light .skoleom-details-field-input::placeholder {
  color: #0003;
}
.skoleom-details-error {
  color: #ef4444;
  background: #ef444414;
  border: 1px solid #ef444433;
  border-radius: 10px;
  margin: 0 0 12px;
  padding: 10px 14px;
  font-size: 12px;
}
.skoleom-details-save {
  background: var(--skoleom-gradient);
  color: #1a1a1a;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.12s,
    box-shadow 0.12s,
    filter 0.12s;
  display: flex;
  position: relative;
}
.skoleom-details-save:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #4bdd2c59;
}
.skoleom-details-save:active:not(:disabled) {
  transform: scale(0.97);
}
.skoleom-details-save:disabled {
  opacity: 0.6;
  cursor: default;
}
.skoleom-security-banner {
  color: #fff9;
  background: #4bdd2c0f;
  border: 1px solid #4bdd2c26;
  border-radius: 12px;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}
body.skoleom-theme-light .skoleom-security-banner {
  color: #00000080;
}
.skoleom-security-banner-icon {
  color: #4bdd2c;
  flex-shrink: 0;
  margin-top: 1px;
}
.skoleom-security-input-wrap {
  position: relative;
}
.skoleom-security-eye {
  cursor: pointer;
  color: #ffffff4d;
  background: 0 0;
  border: none;
  align-items: center;
  padding: 4px;
  transition: color 0.15s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.skoleom-security-eye:hover {
  color: #ffffffb3;
}
body.skoleom-theme-light .skoleom-security-eye {
  color: #0000004d;
}
.skoleom-security-strength {
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  display: flex;
}
.skoleom-security-strength-bar {
  background: #ffffff1a;
  border-radius: 2px;
  flex: 1;
  height: 3px;
  transition: background 0.2s;
}
body.skoleom-theme-light .skoleom-security-strength-bar {
  background: #00000014;
}
.skoleom-security-strength-label {
  min-width: 36px;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 600;
  transition: color 0.2s;
}
.skoleom-shipping-section {
  margin-bottom: 8px;
}
.skoleom-shipping-methods {
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}
.skoleom-shipping-card {
  cursor: pointer;
  background: #ffffff0d;
  border: 1.5px solid #ffffff14;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  transition:
    border-color 0.18s,
    background 0.18s;
  display: flex;
}
.skoleom-shipping-card:hover {
  background: #ffffff14;
}
.skoleom-shipping-card--selected {
  background: #6c63ff1a;
  border-color: #6c63ff;
}
body.skoleom-theme-light .skoleom-shipping-card {
  background: #f8f7ff;
  border-color: #e8e6f8;
}
body.skoleom-theme-light .skoleom-shipping-card:hover {
  background: #f0eeff;
}
body.skoleom-theme-light .skoleom-shipping-card--selected {
  background: #6c63ff12;
  border-color: #6c63ff;
}
.skoleom-shipping-radio {
  flex-shrink: 0;
}
.skoleom-shipping-card-body {
  flex: 1;
  min-width: 0;
}
.skoleom-shipping-card-label {
  color: var(--skoleom-text, #fff);
  font-size: 13px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-shipping-card-label {
  color: #1a1a2e;
}
.skoleom-shipping-card-desc {
  color: #ffffff73;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-size: 11px;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-shipping-card-desc {
  color: #00000073;
}
.skoleom-shipping-card-price {
  color: #6c63ff;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}
.skoleom-shipping-empty {
  color: #ffffff73;
  text-align: center;
  padding: 16px 0;
  font-size: 13px;
}
body.skoleom-theme-light .skoleom-shipping-empty {
  color: #00000073;
}
.skoleom-rv-section {
  border-top: 1px solid #ffffff14;
  margin-top: 20px;
  padding-top: 16px;
}
.skoleom-rv-header {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff73;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}
body.skoleom-theme-light .skoleom-rv-header {
  color: #9ca3af;
}
.skoleom-rv-list {
  scrollbar-width: none;
  gap: 10px;
  padding-bottom: 4px;
  display: flex;
  overflow-x: auto;
}
.skoleom-rv-list::-webkit-scrollbar {
  display: none;
}
.skoleom-rv-item {
  width: 80px;
  color: inherit;
  cursor: pointer;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: opacity 0.18s;
  display: flex;
}
.skoleom-rv-item:hover {
  opacity: 0.75;
}
.skoleom-rv-img {
  object-fit: cover;
  background: #ffffff0f;
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
.skoleom-rv-img--placeholder {
  background: #ffffff14;
}
body.skoleom-theme-light .skoleom-rv-img {
  background: #f3f4f6;
}
.skoleom-rv-title {
  color: #fffc;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-rv-title {
  color: #374151;
}
.skoleom-rv-price {
  color: #ffffff8c;
  font-size: 11px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-rv-price {
  color: #6b7280;
}
.skoleom-rv-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.skoleom-rv-card {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.skoleom-rv-card-img-wrap {
  aspect-ratio: 1;
  background: #ffffff0f;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-rv-card-img-wrap {
  background: #f3f4f6;
}
.skoleom-rv-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-rv-card-img--placeholder {
  background: #ffffff14;
}
.skoleom-rv-card-eye {
  opacity: 0;
  cursor: pointer;
  color: #fff;
  background: #00000061;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: opacity 0.18s;
  display: flex;
  position: absolute;
  inset: 0;
}
.skoleom-rv-card-img-wrap:hover .skoleom-rv-card-eye {
  opacity: 1;
}
.skoleom-rv-card-title {
  color: #ffffffd1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}
body.skoleom-theme-light .skoleom-rv-card-title {
  color: #374151;
}
.skoleom-rv-card-price {
  color: #ffffff80;
  font-size: 11px;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-rv-card-price {
  color: #6b7280;
}
.skoleom-title-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  display: flex;
}
.skoleom-share-button {
  color: #ffffff8c;
  cursor: pointer;
  background: #ffffff14;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.15s;
  display: flex;
}
.skoleom-share-button:hover {
  color: #ffffffe6;
  background: #ffffff24;
}
.skoleom-share-button--done {
  color: #4bdd2c;
  background: #4bdd2c26;
}
body.skoleom-theme-light .skoleom-share-button {
  color: #6b7280;
  background: #f3f4f6;
}
body.skoleom-theme-light .skoleom-share-button:hover {
  color: #111827;
  background: #e5e7eb;
}
body.skoleom-theme-light .skoleom-share-button--done {
  color: #16a34a;
  background: #dcfce7;
}
.skoleom-tracking-block {
  background: #ffffff0a;
  border: 1.5px solid #ffffff1a;
  border-radius: 12px;
  margin-top: 16px;
  padding: 14px 16px;
}
body.skoleom-theme-light .skoleom-tracking-block {
  background: #f9fafb;
  border-color: #e5e7eb;
}
.skoleom-tracking-header {
  color: #ffffffd9;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}
body.skoleom-theme-light .skoleom-tracking-header {
  color: #111827;
}
.skoleom-tracking-number {
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
  display: flex;
}
.skoleom-tracking-label {
  color: #fff6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
}
body.skoleom-theme-light .skoleom-tracking-label {
  color: #9ca3af;
}
.skoleom-tracking-code {
  color: #ffffffe6;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 700;
}
body.skoleom-theme-light .skoleom-tracking-code {
  color: #111827;
}
.skoleom-tracking-btn {
  color: #111;
  cursor: pointer;
  background: linear-gradient(90deg, #4bdd2c, #dbea18);
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.18s;
  display: inline-flex;
}
.skoleom-tracking-btn:hover {
  opacity: 0.88;
}
.skoleom-tracking-pending {
  color: #ffffff80;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
body.skoleom-theme-light .skoleom-tracking-pending {
  color: #6b7280;
}
.skoleom-saved-card-badge {
  color: #ffffffa6;
  background: #ffffff0d;
  border: 1.5px solid #ffffff1a;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}
body.skoleom-theme-light .skoleom-saved-card-badge {
  color: #6b7280;
  background: #f9fafb;
  border-color: #e5e7eb;
}
.skoleom-shipping-actions {
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  display: flex;
}
.skoleom-shipping-back-btn {
  color: #ffffffbf;
  cursor: pointer;
  white-space: nowrap;
  background: #ffffff12;
  border: 1.5px solid #ffffff2e;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
  display: flex;
}
.skoleom-shipping-back-btn:hover {
  color: #fff;
  background: #ffffff21;
  border-color: #ffffff52;
}
.skoleom-shipping-back-btn:active {
  background: #ffffff0f;
}
body.skoleom-theme-light .skoleom-shipping-back-btn {
  color: #6b7280;
  background: 0 0;
  border-color: #d1d5db;
}
body.skoleom-theme-light .skoleom-shipping-back-btn:hover {
  color: #374151;
  background: #f3f4f6;
  border-color: #9ca3af;
}
.skoleom-shipping-actions .skoleom-checkout-next {
  border-radius: 14px;
  flex: 1;
  height: 50px;
  margin-top: 0;
  padding: 0 20px;
}
.skoleom-shipping-actions .skoleom-shipping-back-btn {
  border-radius: 14px;
  height: 50px;
  padding: 0 18px;
}
.skoleom-shipping-card-price--free {
  color: #4bdd2c;
  font-weight: 600;
}
body.skoleom-theme-light .skoleom-shipping-card-price--free {
  color: #16a34a;
}
.skoleom-checkout-payment-fullscreen {
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 16px 16px 0;
  display: flex;
}
.skoleom-stripe-fullframe {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  margin-top: 8px;
  display: flex;
  position: relative;
}
.skoleom-stripe-loading {
  opacity: 0.65;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 48px 0;
  font-size: 13px;
  display: flex;
}
.skoleom-stripe-iframe {
  background: 0 0;
  border: none;
  flex: 1;
  width: 100%;
  min-height: 480px;
  display: block;
}
.skoleom-stripe-mount--hidden {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.skoleom-sidepage-body {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-sidepage-page {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  animation: 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94) both skoleomPageSlideIn;
  display: flex;
  overflow: hidden;
}
@keyframes skoleomPageSlideIn {
  0% {
    opacity: 0;
    transform: translate(18px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.skoleom-sidepage-topbar {
  position: relative;
  border-bottom: none !important;
  gap: 10px !important;
  padding: 14px 16px 12px 14px !important;
}
.skoleom-sidepage-topbar:after {
  content: '';
  background: linear-gradient(90deg, #4bdd2c22, #dbea1840, #4bdd2c22);
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.skoleom-sidepage-header-brand {
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}
.skoleom-sidepage-header-logo {
  object-fit: contain;
  opacity: 0.9;
  flex-shrink: 0;
  width: auto;
  height: 22px;
}
.skoleom-sidepage-header-brand .skoleom-sidepage-title {
  font-size: 16px;
  font-weight: 700;
}
.skoleom-sidepage {
  background: #fafafa !important;
}
body.skoleom-theme-dark .skoleom-sidepage {
  background: #181818 !important;
}
.skoleom-sidepage-close {
  background: #0000000e !important;
  border-radius: 8px !important;
  width: 30px !important;
  height: 30px !important;
  transition:
    background 0.15s,
    transform 0.12s !important;
}
.skoleom-sidepage-close:hover {
  background: #0000001a !important;
}
body.skoleom-theme-dark .skoleom-sidepage-close {
  background: #ffffff14 !important;
}
body.skoleom-theme-dark .skoleom-sidepage-close:hover {
  background: #ffffff24 !important;
}
.skoleom-sidepage-close:active {
  transform: scale(0.88);
}
.skoleom-tab-bar {
  background: #fff;
  border-top: 1px solid #00000012;
  flex-shrink: 0;
  align-items: stretch;
  height: 62px;
  display: flex;
}
body.skoleom-theme-dark .skoleom-tab-bar {
  background: #1e1e1e;
  border-top-color: #ffffff12;
}
.skoleom-tab-btn {
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 0 4px;
  transition: background 0.15s;
  display: flex;
  position: relative;
}
.skoleom-tab-btn:hover {
  background: #4bdd2c0f;
}
.skoleom-tab-btn--active:before {
  content: '';
  background: linear-gradient(90deg, #4bdd2c, #dbea18);
  border-radius: 0 0 4px 4px;
  height: 2.5px;
  position: absolute;
  top: 0;
  left: 16%;
  right: 16%;
}
.skoleom-tab-icon {
  color: #9ca3af;
  justify-content: center;
  align-items: center;
  transition:
    color 0.15s,
    transform 0.15s;
  display: flex;
  position: relative;
}
.skoleom-tab-btn--active .skoleom-tab-icon {
  color: #22b222;
  transform: scale(1.08);
}
.skoleom-tab-label {
  color: #9ca3af;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  transition: color 0.15s;
}
.skoleom-tab-btn--active .skoleom-tab-label {
  color: #22b222;
  font-weight: 600;
}
body.skoleom-theme-dark .skoleom-tab-icon {
  color: #ffffff59;
}
body.skoleom-theme-dark .skoleom-tab-btn--active .skoleom-tab-icon {
  color: #4bdd2c;
}
body.skoleom-theme-dark .skoleom-tab-label {
  color: #ffffff59;
}
body.skoleom-theme-dark .skoleom-tab-btn--active .skoleom-tab-label {
  color: #4bdd2c;
}
body.skoleom-theme-dark .skoleom-tab-btn:hover {
  background: #4bdd2c0f;
}
.skoleom-tab-badge {
  color: #1a1a1a;
  background: linear-gradient(135deg, #4bdd2c, #dbea18);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -5px;
  right: -7px;
  box-shadow: 0 1px 4px #4bdd2c66;
}
.skoleom-ott-picker-overlay {
  z-index: 2147483640;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0009;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}
.skoleom-ott-picker {
  background:
    radial-gradient(at 50% -20%, #3ac8221f 0%, #0000 55%),
    linear-gradient(160deg, #111a0a 0%, #0c1207 100%);
  border: 1px solid #3ac82233;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  padding: 0;
  font-family: Poppins, sans-serif;
  display: flex;
  overflow: hidden;
  box-shadow:
    0 32px 80px #000000b3,
    0 0 0 1px #3ac82214;
}
.skoleom-ott-picker-header {
  border-bottom: 1px solid #ffffff0f;
  padding: 16px 20px 12px;
}
.skoleom-ott-picker-inner {
  flex-direction: column;
  gap: 14px;
  padding: 0 20px 20px;
  display: flex;
}
.skoleom-ott-picker-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.skoleom-ott-picker-brand {
  color: #3ac822;
  letter-spacing: -0.2px;
  font-size: 13px;
  font-weight: 800;
}
.skoleom-ott-picker-close {
  color: #fff9;
  cursor: pointer;
  background: #ffffff14;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background 0.15s;
  display: flex;
}
.skoleom-ott-picker-close:hover {
  color: #fff;
  background: #ffffff24;
}
.skoleom-ott-picker-img-wrap {
  background: #ffffff0a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
  overflow: hidden;
}
.skoleom-ott-picker-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.skoleom-ott-picker-info {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.skoleom-ott-picker-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-ott-picker-price {
  color: #3ac822;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}
.skoleom-ott-picker-section {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.skoleom-ott-picker-label {
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.skoleom-ott-picker-pills {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}
.skoleom-ott-picker-pill {
  color: #fffc;
  cursor: pointer;
  background: #ffffff12;
  border: 1.5px solid #ffffff26;
  border-radius: 8px;
  padding: 6px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.15s;
}
.skoleom-ott-picker-pill:hover {
  color: #3ac822;
  border-color: #3ac822;
}
.skoleom-ott-picker-pill--active {
  color: #3ac822;
  background: #3ac82226;
  border-color: #3ac822;
}
.skoleom-ott-picker-loading {
  justify-content: center;
  padding: 12px;
  display: flex;
}
.skoleom-ott-picker-actions {
  gap: 10px;
  margin-top: 4px;
  display: flex;
}
.skoleom-ott-picker-btn-cart {
  color: #0a1007;
  cursor: pointer;
  background: linear-gradient(135deg, #3ac822 0%, #4bdd2c 100%);
  border: none;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 46px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 800;
  transition:
    opacity 0.15s,
    transform 0.12s;
  display: flex;
  box-shadow: 0 4px 16px #3ac8224d;
}
.skoleom-ott-picker-btn-cart:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
}
.skoleom-ott-picker-btn-cart:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.skoleom-ott-picker-btn-cart--added {
  color: #3ac822;
  box-shadow: none;
  background: #3ac82226;
  border: 1.5px solid #3ac8224d;
}
.skoleom-ott-picker-btn-fav {
  color: #fff9;
  cursor: pointer;
  background: #ffffff12;
  border: 1.5px solid #ffffff26;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all 0.15s;
  display: flex;
}
.skoleom-ott-picker-btn-fav:hover {
  color: #e84d6f;
  border-color: #e84d6f;
}
.skoleom-ott-picker-btn-fav--active {
  color: #e84d6f;
  background: #e84d6f1f;
  border-color: #e84d6f;
}
:root {
  --sky-green: #4bdd2c;
  --sky-yellow: #dbea18;
  --sky-bg: #070f05;
  --sky-border: #ffffff14;
}
.sky-root {
  background: var(--sky-bg);
  color: #fff;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: Poppins, system-ui, sans-serif;
  display: flex;
  overflow: hidden;
}
.sky-header {
  border-bottom: 1px solid var(--sky-border);
  background: #0000004d;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  display: flex;
}
.sky-header-icon {
  background: linear-gradient(135deg, var(--sky-green), var(--sky-yellow));
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}
.sky-header-title {
  letter-spacing: -0.01em;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}
.sky-header-subtitle {
  color: #fff6;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: 600;
}
.sky-header-logo {
  opacity: 0.5;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.sky-messages {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 16px 14px;
  display: flex;
  overflow: hidden auto;
}
.sky-typing {
  align-items: flex-end;
  gap: 8px;
  display: flex;
}
.sky-typing-bubble {
  border: 1px solid var(--sky-border);
  background: #ffffff0d;
  border-radius: 4px 14px 14px;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  display: flex;
}
.sky-typing-dot {
  background: var(--sky-green);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 0.9s ease-in-out infinite skgpt-dot;
  display: inline-block;
}
@keyframes skgpt-dot {
  0%,
  to {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}
.sky-input-area {
  border-top: 1px solid var(--sky-border);
  background: #0003;
  flex-shrink: 0;
  padding: 10px 12px 12px;
}
.sky-input-row {
  border: 1px solid var(--sky-border);
  background: #ffffff0d;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 12px;
  display: flex;
}
.sky-input-field {
  color: #fff;
  caret-color: var(--sky-green);
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
}
.sky-input-field::placeholder {
  color: #ffffff4d;
}
.sky-send-btn {
  cursor: default;
  background: #ffffff12;
  border: none;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background 0.15s;
  display: flex;
}
.sky-send-btn.active {
  background: linear-gradient(135deg, var(--sky-green), var(--sky-yellow));
  cursor: pointer;
}
.sky-input-footer {
  text-align: center;
  color: #ffffff2e;
  letter-spacing: 0.08em;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 600;
}
.sky-avatar {
  background: linear-gradient(135deg, var(--sky-green), var(--sky-yellow));
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}
.sky-msg-row {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  display: flex;
}
.sky-msg-row.user {
  align-items: flex-end;
}
.sky-msg-row.bot {
  align-items: flex-start;
}
.sky-msg-inner {
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
  max-width: 88%;
  display: flex;
}
.sky-bubble {
  word-break: break-word;
  min-width: 0;
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.55;
}
.sky-bubble.user {
  background: linear-gradient(135deg, var(--sky-green), var(--sky-yellow));
  color: #071006;
  border: none;
  border-radius: 14px 14px 4px;
  font-weight: 600;
}
.sky-bubble.bot {
  border: 1px solid var(--sky-border);
  color: #ffffffd9;
  background: #ffffff0d;
  border-radius: 4px 14px 14px;
  font-weight: 400;
}
.sky-products {
  box-sizing: border-box;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  min-width: 0;
  padding-left: 36px;
  display: flex;
}
.sky-product-card {
  border: 1px solid var(--sky-border);
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff0a;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  transition:
    background 0.15s,
    border-color 0.15s;
  display: flex;
  overflow: hidden;
}
.sky-product-card:hover {
  background: #4bdd2c0f;
  border-color: #4bdd2c4d;
}
.sky-product-inner {
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  display: flex;
}
.sky-product-thumb {
  background: #ffffff0f;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  overflow: hidden;
}
.sky-product-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sky-product-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.sky-product-name {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}
.sky-product-price {
  color: var(--sky-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.sky-product-btn {
  background: linear-gradient(135deg, var(--sky-green), var(--sky-yellow));
  color: #071006;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  height: 28px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
}
.sky-product-btn:disabled {
  cursor: default;
  background: #4bdd2c59;
}
.sky-product-error {
  color: #ff6464d9;
  width: 100%;
  margin-top: 4px;
  padding-left: 52px;
  font-size: 11px;
}
.sky-stub {
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  display: flex;
}
.sky-stub-body {
  border: 1px solid var(--sky-border);
  background: #ffffff0d;
  border-radius: 4px 14px 14px;
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
}
.sky-stub-text {
  color: #ffffff8c;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.sky-suggestions {
  margin-top: 4px;
}
.sky-suggestions-label {
  color: #ffffff4d;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
}
.sky-chips {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}
.sky-chip {
  color: var(--sky-green);
  cursor: pointer;
  background: #4bdd2c0f;
  border: 1px solid #4bdd2c40;
  border-radius: 999px;
  padding: 5px 12px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.sky-chip:hover {
  background: #4bdd2c1f;
  border-color: #4bdd2c80;
}
.sky-chip.small {
  padding: 4px 10px;
  font-size: 11px;
}
.sky-chat-text {
  flex-direction: column;
  gap: 2px;
  display: flex;
}
.sky-chat-text ul {
  margin: 4px 0;
  padding-left: 0;
  list-style: none;
}
.sky-chat-text li {
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 3px;
  display: flex;
}
.sky-chat-text .bullet {
  color: var(--sky-green);
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 800;
}
.sky-chat-text p {
  margin: 2px 0;
  line-height: 1.6;
}
.sky-chat-text .sky-h2 {
  letter-spacing: 0.1em;
  color: #fff6;
  text-transform: uppercase;
  margin: 8px 0 3px;
  font-size: 10px;
  font-weight: 700;
}
.sky-chat-text .sky-h3 {
  color: #fff;
  margin: 6px 0 2px;
  font-weight: 600;
}
.sky-chat-text a {
  color: var(--sky-green);
  text-decoration: underline;
}
.sky-chat-text code {
  color: var(--sky-green);
  background: #ffffff1a;
  border-radius: 3px;
  padding: 1px 4px;
  font-family: monospace;
  font-size: 11px;
}
.sk-mr {
  --mr-green: #4bdd2c;
  -webkit-user-select: none;
  user-select: none;
  background: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
  width: 100%;
  height: 100%;
  min-height: 320px;
  font-family: Poppins, system-ui, sans-serif;
  display: flex;
  overflow: hidden;
}
.sk-mr--light {
  background: radial-gradient(circle at 50% 42%, #f3fff0 0%, #fff 65%);
}
.sk-mr-stage {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
}
.sk-mr-ring {
  border: 1.5px solid var(--mr-green);
  opacity: 0;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  margin: -42px 0 0 -42px;
  animation: 2.5s ease-out infinite sk-mr-ripple;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.4);
}
.sk-mr-ring:first-child {
  animation-delay: 0s;
}
.sk-mr-ring:nth-child(2) {
  animation-delay: 0.6s;
}
.sk-mr-ring:nth-child(3) {
  animation-delay: 1.2s;
}
@keyframes sk-mr-ripple {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  10% {
    opacity: 0.15;
  }
  to {
    opacity: 0;
    transform: scale(2.6);
  }
}
.sk-mr-glow {
  background: radial-gradient(circle, #4bdd2c52 0%, #4bdd2c1f 40%, #4bdd2c00 72%);
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  animation: 2.5s ease-in-out infinite sk-mr-breathe;
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes sk-mr-breathe {
  0%,
  to {
    opacity: 0.6;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
.sk-mr-logo {
  z-index: 2;
  background: #ffffff0a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  animation: 2.2s ease-in-out infinite sk-mr-pulse;
  display: flex;
  position: relative;
}
.sk-mr--light .sk-mr-logo {
  background: #fff;
  box-shadow: 0 8px 28px #4bdd2c38;
}
.sk-mr-logo img {
  object-fit: contain;
  width: 62px;
  height: 62px;
  display: block;
}
@keyframes sk-mr-pulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.sk-mr-text {
  z-index: 2;
  letter-spacing: 0.02em;
  color: #ffffffb3;
  align-items: baseline;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  display: inline-flex;
  position: relative;
}
.sk-mr--light .sk-mr-text {
  color: #1a1a1aa6;
}
.sk-mr-dots {
  display: inline-flex;
}
.sk-mr-dots span {
  opacity: 0.2;
  animation: 1.4s infinite sk-mr-dot;
}
.sk-mr-dots span:first-child {
  animation-delay: 0s;
}
.sk-mr-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.sk-mr-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes sk-mr-dot {
  0%,
  60%,
  to {
    opacity: 0.2;
  }
  30% {
    opacity: 0.9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sk-mr-ring,
  .sk-mr-glow,
  .sk-mr-logo,
  .sk-mr-dots span {
    animation: none;
  }
  .sk-mr-ring:first-child {
    opacity: 0.12;
    transform: scale(1.6);
  }
  .sk-mr-ring:nth-child(2) {
    opacity: 0.08;
    transform: scale(2.1);
  }
}
#skoleom-product-popup *,
#skoleom-capsule-button-root *,
.skoleom-popup-content input,
.skoleom-popup-content button,
.skoleom-popup-content select {
  font-family: Poppins, sans-serif;
}
#skoleom-product-popup button,
#skoleom-capsule-button-root button {
  cursor: pointer;
}
body.skoleom-theme-light .skoleom-popup-content {
  color: #111 !important;
  background-color: #f0f2f5 !important;
  background-image: none !important;
}
body.skoleom-theme-light .skoleom-main-card,
body.skoleom-theme-light .skoleom-side-card {
  background: #fff !important;
  box-shadow: 0 1px 3px #00000014 !important;
}
body.skoleom-theme-light .skoleom-similar-card,
body.skoleom-theme-light .skoleom-carousel {
  background: #fff !important;
  box-shadow: 0 1px 3px #0000000f !important;
}
body.skoleom-theme-light .skoleom-title-row h2,
body.skoleom-theme-light .skoleom-main-info strong,
body.skoleom-theme-light .skoleom-main-info-delivery,
body.skoleom-theme-light .skoleom-main-info-desc,
body.skoleom-theme-light .skoleom-side-card p,
body.skoleom-theme-light .skoleom-similar-card-title,
body.skoleom-theme-light .skoleom-similar-card-price,
body.skoleom-theme-light .skoleom-brand-name span,
body.skoleom-theme-light .skoleom-header-video-title {
  color: var(--skoleom-black) !important;
}
body.skoleom-theme-light .skoleom-header-video-sub {
  color: #00000073 !important;
}
body.skoleom-theme-light .skoleom-side-tab {
  color: #00000080;
  background: #00000008;
  border-color: #00000026;
}
body.skoleom-theme-light .skoleom-side-tab--active {
  border-color: var(--skoleom-black);
  background: #00000012;
  color: var(--skoleom-black) !important;
  -webkit-text-fill-color: var(--skoleom-black) !important;
}
body.skoleom-theme-light .skoleom-filter-btn {
  color: var(--skoleom-black);
  background: #fff;
  border-color: #0003;
}
body.skoleom-theme-light .skoleom-heart-button,
body.skoleom-theme-light .skoleom-close-popup {
  color: var(--skoleom-black) !important;
}
body.skoleom-theme-light .skoleom-share-button,
body.skoleom-theme-light .skoleom-heart-button {
  color: #0000008c;
  background: #0000000d;
  border-color: #00000024;
}
body.skoleom-theme-light .skoleom-info-btn {
  color: #00000080;
  border-color: #00000040;
}
body.skoleom-theme-light .skoleom-carousel-item {
  border-color: #00000026;
}
body.skoleom-theme-light .skoleom-carousel-item--active {
  background: var(--skoleom-gradient);
}
body.skoleom-theme-light .skoleom-filter-color-dot {
  border-color: #00000040;
}
body.skoleom-theme-light .skoleom-filter-size-label {
  color: #0009;
}
body.skoleom-theme-light .skoleom-filter-arrow {
  color: #00000080;
  font-size: 14px;
}
body.skoleom-theme-light .skoleom-filter-dropdown {
  background: #fff;
  border-color: #0000001a;
}
body.skoleom-theme-light .skoleom-filter-option {
  color: #111;
}
body.skoleom-theme-light .skoleom-filter-option:hover {
  background: #0000000d;
}
body.skoleom-theme-light .skoleom-side-video p {
  color: #fff !important;
}
body.skoleom-theme-light .skoleom-delivery-picto {
  filter: invert() sepia(0) saturate(0) brightness(0);
}
.skoleom-popup {
  font-family: Poppins, sans-serif;
}
#skoleom-product-popup {
  box-sizing: border-box;
  height: 100%;
  container-type: size;
}
.skoleom-popup-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.skoleom-brand-logo-wrapper {
  z-index: 2;
  background: #111;
  border: 2px solid #fff3;
  border-radius: 50%;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-bottom: -32px;
  overflow: hidden;
}
.skoleom-brand-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.skoleom-popup-content {
  box-sizing: border-box;
  color: #fff;
  background: 50% / cover no-repeat;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  width: 100%;
  min-height: 0;
  padding: 28px 16px 12px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-close-popup {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  border: none;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 16px;
}
.skoleom-popup-header {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  display: flex;
  position: relative;
}
.skoleom-popup-header-left {
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.skoleom-header-thumb {
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.skoleom-header-video-info {
  flex-direction: column;
  gap: 3px;
  display: flex;
}
.skoleom-header-video-title {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-header-video-sub {
  color: #ffffff80;
  font-size: 10px;
}
.skoleom-brand-name {
  align-items: center;
  gap: 6px;
  display: flex;
}
.skoleom-brand-name span {
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-info-btn {
  color: #ffffffb3;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 10px;
  font-style: italic;
  display: flex;
}
.skoleom-info-btn-wrap {
  flex-shrink: 0;
  align-items: center;
  display: inline-flex;
  position: relative;
}
.skoleom-brand-tooltip {
  color: #ffffffe0;
  z-index: 100;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  background: #0a0a0af7;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  width: max-content;
  min-width: 180px;
  max-width: 260px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.55;
  transition:
    opacity 0.18s,
    transform 0.18s;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%) translateY(-4px);
  box-shadow: 0 8px 28px #0009;
}
.skoleom-info-btn-wrap:hover .skoleom-brand-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%) translateY(0);
}
.skoleom-brand-tooltip:before {
  content: '';
  border-bottom: 6px solid #ffffff24;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%);
}
body.skoleom-theme-light .skoleom-brand-tooltip {
  color: #000c;
  background: #fffffffa;
  border-color: #0000001a;
  box-shadow: 0 8px 28px #00000024;
}
body.skoleom-theme-light .skoleom-brand-tooltip:before {
  border-bottom-color: #0000001a;
}
.skoleom-popup-layout {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-top {
  flex: 1;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  min-height: 0;
  display: grid;
}
.skoleom-main-col {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 0;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-main-card {
  box-sizing: border-box;
  background: #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 14px;
  display: flex;
  overflow: hidden;
}
.skoleom-main-top {
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 12px;
  min-height: 0;
  display: grid;
  overflow: hidden;
}
.skoleom-main-top > * {
  min-height: 0;
}
.skoleom-main-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: 8px;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-main-left .skoleom-main-image {
  flex: 1;
  height: 0;
  min-height: 0;
}
.skoleom-main-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-main-info {
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-main-info-top {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  min-height: 0;
  margin-bottom: 8px;
  display: flex;
}
.skoleom-title-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.skoleom-title-row h2 {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.skoleom-main-info strong {
  font-size: 20px;
  font-weight: 700;
}
.skoleom-main-info-delivery {
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 200;
  display: flex;
  overflow: visible;
}
.skoleom-main-info-desc {
  flex: 1;
  min-height: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  overflow-y: auto;
}
.skoleom-main-info-desc p {
  margin: 0;
}
.skoleom-main-info-desc ul {
  margin: 4px 0;
  padding-left: 16px;
}
.skoleom-main-info-desc li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.skoleom-main-info-desc strong {
  font-size: 12px;
  font-weight: 500;
}
.skoleom-buy-mobile-bar {
  display: none;
}
.skoleom-buy-mobile-filters {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}
.skoleom-buy-mobile {
  height: 42px;
  font-size: 14px;
}
.skoleom-buy-row {
  background: var(--skoleom-gradient);
  width: 100%;
  height: 40px;
  color: var(--skoleom-black);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}
.skoleom-buy-skeleton {
  pointer-events: none;
  cursor: default;
  background: linear-gradient(90deg, #ffffff14 25%, #ffffff2e 50%, #ffffff14 75%) 0 0/200% 100%;
  animation: 1.2s ease-in-out infinite skoleom-shimmer;
}
.skoleom-skeleton-capsule {
  background: linear-gradient(90deg, #ffffff12 25%, #ffffff24 50%, #ffffff12 75%) 0 0/200% 100%;
  animation: 1.3s ease-in-out infinite skoleom-shimmer;
  display: block;
}
.skoleom-buy-amazon {
  color: #fff;
  cursor: pointer;
  background: #232f3e;
  border: none;
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.15s,
    transform 0.1s,
    box-shadow 0.15s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-buy-amazon:after {
  content: '';
  pointer-events: none;
  border: 1.5px solid #ff990080;
  border-radius: 999px;
  transition: border-color 0.15s;
  position: absolute;
  inset: 0;
}
.skoleom-buy-amazon:hover {
  background: #37475a;
  box-shadow: 0 2px 12px #ff990059;
}
.skoleom-buy-amazon:hover:after {
  border-color: #f90;
}
.skoleom-buy-amazon:active {
  transform: scale(0.97);
}
.skoleom-buy-amazon--added {
  color: #4bdd2c !important;
  box-shadow: none !important;
  background: #1a3a1a !important;
}
.skoleom-buy-amazon--added:after {
  border-color: #4bdd2c66 !important;
}
.skoleom-affiliate-badge {
  color: #f90;
  background: #ff99001a;
  border: 1px solid #ff99004d;
  border-radius: 999px;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-top: 2px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
}
.skoleom-side {
  flex-direction: column;
  gap: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-side-tabs {
  flex-shrink: 0;
  gap: 6px;
  margin-bottom: 10px;
  display: flex;
}
.skoleom-side-tab {
  color: #ffffff8c;
  cursor: pointer;
  background: 0 0;
  border: 1.5px solid #ffffff40;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s;
  display: flex;
}
.skoleom-side-tab--active {
  background: #4bdd2c14;
  background-image: var(--skoleom-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-color: #4bdd2c;
}
.skoleom-side-tab-icon {
  font-size: 18px;
}
.skoleom-side-content {
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-side-infos {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}
.skoleom-side-similaires {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  min-height: 0;
  padding-right: 4px;
  display: flex;
  overflow-y: auto;
}
.skoleom-similar-card {
  cursor: pointer;
  background: #ffffff14;
  border: 1.5px solid #0000;
  border-radius: 12px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 8px;
  transition: all 0.15s;
  display: flex;
}
.skoleom-similar-card:hover {
  background: #4bdd2c14;
  border-color: #0000;
  position: relative;
  box-shadow: 0 4px 12px #4bdd2c33;
}
.skoleom-similar-card:hover:before {
  content: '';
  background: var(--skoleom-gradient);
  -webkit-mask-composite: xor;
  pointer-events: none;
  border-radius: 12px;
  padding: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position:
    0 0,
    0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
.skoleom-similar-card-image {
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.skoleom-similar-card-info {
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  display: flex;
}
.skoleom-similar-card-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-similar-card-price {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.skoleom-similar-card-actions {
  flex-direction: column;
  flex-shrink: 0;
  gap: 6px;
  margin-left: auto;
  display: flex;
}
.skoleom-similar-card-cart,
.skoleom-similar-card-fav {
  cursor: pointer;
  color: #fff;
  background: #ffffff1f;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transition:
    background 0.15s,
    transform 0.1s;
  display: flex;
}
.skoleom-similar-card-cart:hover {
  color: #1a1a1a;
  background: linear-gradient(135deg, #4bdd2c, #dbea18);
}
.skoleom-similar-card-cart:active {
  transform: scale(0.92);
}
.skoleom-similar-card-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.skoleom-similar-card-fav:hover {
  background: #4bdd2c33;
}
.skoleom-similar-card-fav:active {
  transform: scale(0.92);
}
.skoleom-similar-card-spinner {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: 0.6s linear infinite skoleom-spin;
  display: inline-block;
}
.skoleom-side-card {
  background: #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skoleom-side-card-image {
  object-fit: cover;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  height: 0;
  min-height: 0;
}
.skoleom-side-card p {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.skoleom-side-video img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.skoleom-side-video p {
  z-index: 2;
  margin: 0;
  font-size: 10px;
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
}
.skoleom-side-video:after {
  content: '';
  background: linear-gradient(#0000 45%, #000000a6);
  border-radius: 10px;
  position: absolute;
  inset: 10px;
}
.skoleom-play-icon {
  z-index: 3;
  color: #111;
  background: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 22px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.skoleom-carousel {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--skoleom-gradient) transparent;
  background: #ffffff1a;
  border-radius: 5px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  padding: 8px 12px 6px;
  display: flex;
  overflow: auto hidden;
}
.skoleom-carousel::-webkit-scrollbar {
  height: 3px;
}
.skoleom-carousel::-webkit-scrollbar-track {
  background: 0 0;
}
.skoleom-carousel::-webkit-scrollbar-thumb {
  background: var(--skoleom-gradient);
  border-radius: 999px;
}
.skoleom-carousel::-webkit-scrollbar-thumb:hover {
  background: var(--skoleom-gradient);
}
.skoleom-carousel-item {
  cursor: pointer;
  background: #ffffffb3;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 2px;
  overflow: hidden;
}
.skoleom-carousel-item img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.skoleom-carousel-item--active {
  background: var(--skoleom-gradient);
  padding: 3px;
  transform: scale(1.1);
}
.skoleom-carousel-responsive {
  display: none;
}
.skoleom-carousel-desktop {
  display: flex;
}
.skoleom-filters-area {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 46px;
  display: flex;
}
.skoleom-filters-skeleton {
  align-items: center;
  gap: 6px;
  padding: 4px 0 2px;
  display: flex;
}
.skoleom-filters-skeleton-pill {
  border-radius: 6px;
  flex: 1;
  max-width: 64px;
  height: 26px;
}
.skoleom-filters-row {
  flex-shrink: 0;
  gap: 8px;
  display: flex;
}
.skoleom-selector-group {
  flex-direction: column;
  flex: 1;
  gap: 5px;
  display: flex;
}
.skoleom-selector-label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff73;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
}
.skoleom-selector-row {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}
.skoleom-color-swatch {
  cursor: pointer;
  background: #ffffff26;
  border: 2px solid #fff3;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition:
    border-color 0.15s,
    transform 0.12s,
    box-shadow 0.15s;
  display: flex;
}
.skoleom-color-swatch:hover {
  border-color: #fff9;
  transform: scale(1.1);
}
.skoleom-color-swatch--active {
  border-color: #4bdd2c;
  transform: scale(1.08);
  box-shadow: 0 0 0 2px #4bdd2c73;
}
.skoleom-color-swatch-label {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}
.skoleom-size-pill {
  color: #ffffffb3;
  cursor: pointer;
  white-space: nowrap;
  background: #ffffff0f;
  border: 1.5px solid #fff3;
  border-radius: 6px;
  min-width: 30px;
  height: 26px;
  padding: 0 9px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition:
    border-color 0.15s,
    background 0.15s,
    color 0.15s,
    transform 0.12s;
}
.skoleom-size-pill:hover {
  color: #fff;
  background: #ffffff1f;
  border-color: #ffffff80;
}
.skoleom-size-pill--active {
  color: #4bdd2c;
  background: #4bdd2c26;
  border-color: #4bdd2c;
  transform: scale(1.03);
}
.skoleom-filter-wrapper {
  flex: 1;
  position: relative;
}
.skoleom-filter-btn,
.skoleom-filter-dropdown {
  display: none;
}
.skoleom-main-sticky-bar {
  flex-shrink: 0;
  display: none;
}
.skoleom-main-sticky-gradient {
  pointer-events: none;
  background: linear-gradient(#0000, #141414fa);
  height: 32px;
  margin: 0 -16px;
  display: none;
}
.skoleom-main-sticky-content {
  align-items: center;
  gap: 8px;
  padding: 6px 0 0;
  display: flex;
}
.skoleom-main-sticky-content .skoleom-filter-wrapper {
  flex: none;
  min-width: 100px;
}
.skoleom-buy-button-sticky {
  background: var(--skoleom-gradient);
  height: 38px;
  color: var(--skoleom-black);
  cursor: pointer;
  border: none;
  border-radius: 999px;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.skoleom-slider {
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  position: relative;
}
.skoleom-main-left .skoleom-main-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.skoleom-slider-btn {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: #0000008c;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transition:
    background 0.15s,
    transform 0.12s,
    border-color 0.15s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #0000004d;
}
.skoleom-slider-btn:hover {
  background: #000c;
  border-color: #ffffff4d;
}
.skoleom-slider-btn--prev {
  left: 8px;
}
.skoleom-slider-btn--next {
  right: 8px;
}
.skoleom-slider-dots {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #00000040;
  border-radius: 20px;
  gap: 4px;
  padding: 4px 6px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
.skoleom-slider-dot {
  cursor: pointer;
  background: #fff6;
  border: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  transition:
    background 0.2s,
    width 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-radius 0.2s;
}
.skoleom-slider-dot--active {
  background: #fff;
  border-radius: 3px;
  width: 18px;
}
.skoleom-iframe-overlay {
  z-index: 100;
  border-radius: inherit;
  background: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.skoleom-iframe-close {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  z-index: 101;
  background: #0009;
  border: 1.5px solid #ffffff59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition:
    background 0.18s,
    transform 0.15s,
    border-color 0.18s;
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
  box-shadow: 0 2px 12px #00000080;
}
.skoleom-iframe-close:hover {
  background: #000c;
  border-color: #fff9;
  transform: scale(1.08);
}
.skoleom-iframe-content {
  border: none;
  width: 100%;
  height: 100%;
}
@container (width<=880px) {
  .skoleom-popup-content {
    gap: 8px;
    padding: 28px 14px 14px;
    overflow: hidden;
  }
  .skoleom-popup-layout {
    flex-direction: column;
    flex: 1;
    gap: 8px;
    min-height: 0;
    display: flex;
    overflow: hidden auto;
  }
  .skoleom-popup-header {
    flex-shrink: 0;
    order: 0;
    justify-content: space-between;
  }
  .skoleom-carousel-responsive {
    flex-shrink: 0;
    align-self: center;
    width: min(300px, 100%);
    display: flex;
  }
  .skoleom-carousel-desktop {
    display: none;
  }
  .skoleom-main-col {
    display: contents;
  }
  .skoleom-carousel {
    flex-shrink: 0;
    order: 1;
    align-self: center;
    width: min(300px, 100%);
  }
  .skoleom-top {
    order: 2;
    flex: initial;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .skoleom-main-card {
    order: 0;
    min-height: auto;
    overflow: visible;
  }
  .skoleom-main-top {
    grid-template-columns: 1fr;
    min-height: 240px;
    overflow: hidden;
  }
  .skoleom-main-left .skoleom-main-image {
    flex: none;
    width: 100%;
    height: 240px;
  }
  .skoleom-main-image {
    height: 240px;
  }
  .skoleom-main-info {
    justify-content: space-between;
    min-height: 0;
    overflow: hidden;
  }
  .skoleom-side {
    flex-direction: column;
    gap: 0;
    min-height: auto;
    display: flex;
  }
  .skoleom-side-content {
    flex: 1;
    min-height: 0;
  }
  .skoleom-side-infos {
    flex-direction: column;
    gap: 8px;
    display: flex;
  }
  .skoleom-side-card {
    height: 140px;
  }
  .skoleom-side-card-image {
    height: 90px;
  }
  .skoleom-filters-desktop,
  .skoleom-buy-desktop {
    display: none;
  }
  .skoleom-buy-mobile-bar {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 5;
    background: #141414f5;
    border-top: 1px solid #ffffff14;
    flex-direction: column;
    gap: 8px;
    margin: 0 -14px -14px;
    padding: 10px 14px 12px;
    display: flex;
    position: sticky;
    bottom: 0;
  }
  .skoleom-buy-mobile-bar .skoleom-buy-row,
  .skoleom-buy-mobile-bar .skoleom-buy-amazon {
    min-height: 40px;
    font-size: 14px;
  }
  .skoleom-main-sticky-bar {
    flex-direction: column;
    flex-shrink: 0;
    display: flex;
  }
  .skoleom-main-sticky-content .skoleom-filter-btn {
    height: 38px;
    font-size: 11px;
  }
  .skoleom-popup-header-left {
    position: static;
  }
}
@container (width<=600px) {
  .skoleom-popup-content {
    border-radius: 0;
    gap: 8px;
    padding: 36px 12px 12px;
    overflow: hidden;
  }
  .skoleom-brand-logo-wrapper {
    width: 48px;
    height: 48px;
    margin-bottom: -22px;
  }
  .skoleom-popup-header {
    flex-direction: row;
    flex-shrink: 0;
    order: 0;
    justify-content: space-between;
    align-items: center;
    min-height: 36px;
  }
  .skoleom-popup-header-left {
    position: static;
  }
  .skoleom-brand-name {
    align-self: auto;
  }
  .skoleom-popup-layout {
    flex-direction: column;
    flex: 1;
    gap: 8px;
    min-height: 0;
    display: flex;
    overflow: hidden auto;
  }
  .skoleom-main-col {
    display: contents;
  }
  .skoleom-carousel-responsive {
    flex-shrink: 0;
    align-self: stretch;
    width: 100%;
    display: flex;
  }
  .skoleom-carousel-desktop {
    display: none;
  }
  .skoleom-top {
    order: 2;
    flex: initial;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .skoleom-main-card {
    min-height: auto;
    overflow: visible;
  }
  .skoleom-main-top {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    overflow: visible;
  }
  .skoleom-main-left .skoleom-main-image {
    border-radius: 12px;
    flex: none;
    width: 100%;
    height: 280px;
  }
  .skoleom-main-info {
    justify-content: flex-start;
    gap: 8px;
    min-height: auto;
    overflow: hidden;
  }
  .skoleom-main-info-desc {
    flex: initial;
    max-height: 100px;
  }
  .skoleom-side {
    flex-direction: column;
    gap: 0;
    height: auto;
    display: flex;
    overflow: visible;
  }
  .skoleom-side-tabs {
    margin-bottom: 12px;
  }
  .skoleom-side-content {
    height: auto;
    overflow: visible;
  }
  .skoleom-side-infos {
    flex-direction: column;
    gap: 8px;
    height: auto;
    display: flex;
    overflow: visible;
  }
  .skoleom-side-card {
    flex: none;
    height: 160px;
    min-height: 160px;
  }
  .skoleom-side-card-image {
    object-fit: cover;
    width: 100%;
    height: 110px;
  }
  .skoleom-side-video-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .skoleom-side-similaires {
    flex-direction: column;
    gap: 8px;
    display: flex;
    overflow-y: auto;
  }
  .skoleom-similar-card {
    flex-direction: row;
    align-items: center;
  }
  .skoleom-similar-card-image {
    width: 56px;
    height: 56px;
  }
  .skoleom-filters-desktop,
  .skoleom-buy-desktop {
    display: none;
  }
  .skoleom-buy-mobile-bar {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 5;
    background: #141414f5;
    border-top: 1px solid #ffffff14;
    flex-direction: column;
    gap: 8px;
    margin: 0 -14px -14px;
    padding: 10px 14px 12px;
    display: flex;
    position: sticky;
    bottom: 0;
  }
  .skoleom-buy-mobile-bar .skoleom-buy-row,
  .skoleom-buy-mobile-bar .skoleom-buy-amazon {
    min-height: 40px;
    font-size: 14px;
  }
  .skoleom-main-sticky-bar {
    flex-direction: column;
    flex-shrink: 0;
    display: flex;
  }
  .skoleom-main-sticky-content .skoleom-filter-btn {
    height: 38px;
    font-size: 11px;
  }
}
@container (width<=460px) {
  .skoleom-popup-content {
    gap: 7px;
    padding: 30px 10px 10px;
  }
  .skoleom-brand-logo-wrapper {
    border-width: 1.5px;
    width: 40px;
    height: 40px;
    margin-bottom: -18px;
  }
  .skoleom-close-popup {
    font-size: 22px;
    top: 12px;
    right: 12px;
  }
  .skoleom-header-thumb {
    width: 26px;
    height: 26px;
  }
  .skoleom-header-video-title {
    font-size: 10px;
  }
  .skoleom-header-video-sub {
    font-size: 9px;
  }
  .skoleom-brand-name span {
    font-size: 10px;
  }
  .skoleom-carousel {
    gap: 8px;
    padding: 6px 8px 5px;
  }
  .skoleom-carousel-item {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .skoleom-main-left .skoleom-main-image,
  .skoleom-main-image {
    height: 180px;
  }
  .skoleom-main-card {
    padding: 10px;
  }
  .skoleom-title-row h2 {
    font-size: 14px;
  }
  .skoleom-main-info strong {
    font-size: 18px;
  }
  .skoleom-main-info-desc {
    max-height: 84px;
  }
  .skoleom-similar-card-image {
    width: 48px;
    height: 48px;
  }
  .skoleom-similar-card-title {
    font-size: 11px;
  }
  .skoleom-similar-card-price {
    font-size: 13px;
  }
  .skoleom-similar-card-cart,
  .skoleom-similar-card-fav {
    width: 28px;
    height: 28px;
  }
  .skoleom-side-tab {
    padding: 3px 8px;
    font-size: 12px;
  }
  .skoleom-side-tab-icon {
    font-size: 16px;
  }
  .skoleom-buy-mobile-filters {
    gap: 6px;
  }
  .skoleom-buy-mobile-bar {
    margin: 0 -10px -10px;
    padding: 10px 10px 14px;
  }
}
@container (width<=360px) {
  .skoleom-popup-content {
    gap: 6px;
    padding: 28px 8px 8px;
  }
  .skoleom-brand-logo-wrapper {
    width: 34px;
    height: 34px;
    margin-bottom: -15px;
  }
  .skoleom-header-thumb,
  .skoleom-header-video-sub {
    display: none;
  }
  .skoleom-header-video-title {
    font-size: 9px;
  }
  .skoleom-carousel-item {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .skoleom-main-left .skoleom-main-image,
  .skoleom-main-image {
    height: 150px;
  }
  .skoleom-title-row h2 {
    font-size: 13px;
  }
  .skoleom-main-info strong {
    font-size: 16px;
  }
  .skoleom-main-info-desc {
    max-height: 70px;
    font-size: 11px;
  }
  .skoleom-buy-mobile {
    height: 40px;
    font-size: 13px;
  }
  .skoleom-slider-btn {
    width: 26px;
    height: 26px;
  }
  .skoleom-buy-mobile-bar {
    margin: 0 -8px -8px;
    padding: 8px 8px 14px;
  }
}
@supports (padding: env(safe-area-inset-top)) {
  @container (width<=600px) {
    .skoleom-popup-content {
      padding-top: max(36px, calc(env(safe-area-inset-top) + 12px));
    }
    .skoleom-close-popup {
      top: max(16px, calc(env(safe-area-inset-top) + 6px));
    }
    .skoleom-brand-logo-wrapper {
      margin-top: env(safe-area-inset-top);
    }
    .skoleom-buy-mobile-bar {
      padding-bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
    }
  }
}
@container (width>=881px) and (height<=540px) {
  .skoleom-popup-layout {
    overflow: hidden auto;
  }
  .skoleom-top {
    flex: initial;
    min-height: 0;
  }
  .skoleom-main-card {
    min-height: 0;
  }
  .skoleom-main-top {
    min-height: 220px;
  }
  .skoleom-main-left .skoleom-main-image,
  .skoleom-main-image {
    flex: none;
    height: 220px;
  }
  .skoleom-side {
    height: auto;
  }
  .skoleom-side-similaires {
    overflow: visible;
  }
}
@keyframes skoleom-added-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.04);
  }
  to {
    transform: scale(1);
  }
}
.skoleom-buy-row {
  will-change: transform;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s,
    opacity 0.15s;
  position: relative;
  overflow: hidden;
}
.skoleom-buy-row:after {
  content: '';
  pointer-events: none;
  background: #fff0;
  border-radius: 999px;
  transition: background 0.15s;
  position: absolute;
  inset: 0;
}
.skoleom-buy-row:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #4bdd2c59;
}
.skoleom-buy-row:hover:not(:disabled):after {
  background: #ffffff1a;
}
.skoleom-buy-row:active:not(:disabled) {
  transform: scale(0.96) translateY(0);
  box-shadow: 0 2px 6px #4bdd2c33;
}
.skoleom-buy-row:disabled {
  opacity: 0.85;
  cursor: default;
}
.skoleom-buy-row--added {
  animation: 0.35s skoleom-added-pop;
}
.skoleom-buy-spinner {
  pointer-events: none;
  border: 2px solid #0003;
  border-top-color: #1a1a1a;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  animation: 0.65s linear infinite skoleom-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}
.skoleom-buy-row--error {
  color: #fff !important;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
  border-color: #dc2626 !important;
}
.skoleom-buy-button-sticky {
  will-change: transform;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s;
}
.skoleom-buy-button-sticky:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #4bdd2c59;
}
.skoleom-buy-button-sticky:active:not(:disabled) {
  transform: scale(0.96);
}
.skoleom-carousel-item {
  will-change: transform;
  transition:
    transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s,
    background 0.15s;
}
.skoleom-carousel-item:hover:not(.skoleom-carousel-item--active) {
  transform: scale(1.1);
  box-shadow: 0 3px 10px #0000004d;
}
.skoleom-carousel-item:active {
  transition-duration: 80ms;
  transform: scale(0.93);
}
.skoleom-carousel-item--active {
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.skoleom-filter-btn {
  will-change: transform;
  transition:
    border-color 0.15s,
    background 0.15s,
    transform 0.12s;
}
.skoleom-filter-btn:hover {
  background: #ffffff12;
  border-color: #fff;
}
.skoleom-filter-btn:active {
  transform: scale(0.97);
}
.skoleom-filter-dropdown {
  transform-origin: bottom;
  animation: 0.15s skoleom-dropdown-in;
}
@keyframes skoleom-dropdown-in {
  0% {
    opacity: 0;
    transform: translateY(4px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.skoleom-filter-option {
  cursor: pointer;
  transition: background 0.12s;
}
.skoleom-filter-option:active {
  transform: scale(0.98);
  background: #4bdd2c1f !important;
}
.skoleom-side-tab {
  will-change: transform;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.12s,
    color 0.15s;
}
.skoleom-side-tab:hover:not(.skoleom-side-tab--active) {
  background: #ffffff12;
  border-color: #fff6;
}
.skoleom-side-tab:active {
  transform: scale(0.95);
}
.skoleom-similar-card {
  will-change: transform;
  transition:
    background 0.15s,
    box-shadow 0.15s,
    transform 0.12s;
}
.skoleom-similar-card:active {
  transition-duration: 80ms;
  transform: scale(0.97);
}
.skoleom-slider-btn {
  transition:
    background 0.15s,
    transform 0.12s;
}
.skoleom-slider-btn:active {
  transform: translateY(-50%) scale(0.88);
}
.skoleom-slider-dot {
  transition:
    background 0.15s,
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.skoleom-slider-dot:hover {
  background: #fffc;
  transform: scale(1.4);
}
.skoleom-info-btn {
  transition:
    border-color 0.15s,
    transform 0.12s,
    opacity 0.12s;
}
.skoleom-info-btn:hover {
  opacity: 0.85;
  border-color: #fffc;
}
.skoleom-info-btn:active {
  transform: scale(0.88);
}
.skoleom-iframe-close {
  transition:
    background 0.15s,
    transform 0.12s;
}
.skoleom-iframe-close:active {
  transform: scale(0.88);
}
.skoleom-close-popup {
  opacity: 0.75;
  transition:
    opacity 0.15s,
    transform 0.12s;
}
.skoleom-close-popup:hover {
  opacity: 1;
}
.skoleom-close-popup:active {
  transform: scale(0.88);
}
.skoleom-capsule-btn {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  will-change: transform, opacity, box-shadow;
  text-shadow: 0 1px 4px #0000008c;
  background: #00000047;
  border: 1px solid #ffffff47;
  border-radius: 999px;
  outline: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.15s,
    background 0.2s,
    box-shadow 0.2s,
    opacity 0.2s,
    border-color 0.2s;
  display: flex;
}
.skoleom-capsule-btn:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #4bdd2c99;
}
.skoleom-capsule-btn:hover {
  transform: translateY(-1px);
  box-shadow: none !important;
  opacity: 1 !important;
  background: #000000c7 !important;
  border-color: #ffffff80 !important;
  animation: none !important;
}
.skoleom-capsule-btn:active {
  transform: scale(0.94) !important;
}
.skoleom-capsule-btn-logo {
  object-fit: contain;
  filter: drop-shadow(0 1px 3px #0006);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@keyframes skoleom-btn-ghost {
  0%,
  to {
    opacity: 0.52;
    background: #0003;
    border-color: #ffffff3d;
  }
  50% {
    opacity: 0.78;
    background: #0000006b;
    border-color: #ffffff6b;
  }
}
@keyframes skoleom-btn-outline {
  0%,
  to {
    opacity: 0.58;
    background: #00000024;
    border-color: #ffffff47;
    box-shadow: 0 0 #4bdd2c00;
  }
  50% {
    opacity: 0.8;
    background: #0000003d;
    border-color: #4bdd2cb8;
    box-shadow: 0 0 9px 2px #4bdd2c61;
  }
}
@keyframes skoleom-btn-breathe {
  0%,
  to {
    opacity: 0.55;
    background: #00000038;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    background: #0006;
    transform: scale(1.03);
  }
}
@keyframes skoleom-btn-float {
  0%,
  to {
    opacity: 0.55;
    background: #0003;
    transform: translateY(0);
  }
  50% {
    opacity: 0.78;
    background: #0000005c;
    transform: translateY(-4px);
  }
}
@keyframes skoleom-btn-glass {
  0%,
  to {
    opacity: 0.62;
    background: #ffffff14;
    border-color: #ffffff38;
    box-shadow:
      inset 0 1px #ffffff2e,
      0 2px 14px #00000024;
  }
  50% {
    opacity: 0.88;
    background: #ffffff2e;
    border-color: #ffffff7a;
    box-shadow:
      inset 0 1px #ffffff6b,
      0 4px 20px #0000002e;
  }
}
@keyframes skoleom-btn-glow {
  0%,
  to {
    opacity: 0.68;
    background: #0003;
    border-color: #4bdd2c80;
    box-shadow: 0 0 11px 2px #4bdd2c52;
  }
  40% {
    opacity: 0.78;
    background: #00061233;
    border-color: #2cbedd80;
    box-shadow: 0 0 11px 2px #2cbedd52;
  }
  75% {
    opacity: 0.68;
    background: #06001233;
    border-color: #af2cdd70;
    box-shadow: 0 0 11px 2px #af2cdd47;
  }
}
.skoleom-capsule-btn--ghost {
  background: #0003;
  border-color: #ffffff3d;
  animation: 3.2s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-ghost;
}
.skoleom-capsule-btn--outline {
  background: #00000024;
  border-color: #ffffff47;
  animation: 3s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-outline;
}
.skoleom-capsule-btn--breathe {
  transform-origin: 50%;
  background: #00000038;
  animation: 3.4s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-breathe;
}
.skoleom-capsule-btn--float {
  background: #0003;
  animation: 3.8s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-float;
}
.skoleom-capsule-btn--glass {
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  background: #ffffff14;
  border-color: #ffffff38;
  animation: 3.4s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-glass;
  box-shadow:
    inset 0 1px #ffffff2e,
    0 2px 14px #00000024;
}
.skoleom-capsule-btn--glow {
  background: #0003;
  animation: 5s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-glow;
}
.skoleom-capsule-btn--none {
  opacity: 1;
  background: #000c;
  border-color: #ffffff38;
  animation: none;
  box-shadow: inset 0 1px #ffffff14;
}
@keyframes skoleom-btn-scan {
  0% {
    top: -45%;
  }
  to {
    top: 115%;
  }
}
.skoleom-capsule-btn--scanline {
  background: #00000061;
  overflow: hidden;
}
.skoleom-capsule-btn--scanline:after {
  content: '';
  pointer-events: none;
  background: linear-gradient(#0000, #ffffff59, #0000);
  height: 36%;
  animation: 3s linear infinite skoleom-btn-scan;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
}
@keyframes skoleom-btn-blink {
  0%,
  to {
    opacity: 0.85;
  }
  50% {
    opacity: 0.28;
  }
}
.skoleom-capsule-btn--blink {
  background: #00000059;
  animation: 2.6s ease-in-out infinite skoleom-btn-blink;
}
@keyframes skoleom-btn-spark {
  0%,
  to {
    opacity: 0;
    transform: scale(0.3);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
}
.skoleom-btn-spark {
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  animation: 2.4s ease-in-out infinite skoleom-btn-spark;
  position: absolute;
  box-shadow: 0 0 7px #4bdd2c;
}
.skoleom-capsule-btn--sparkle {
  background: #00000059;
  overflow: visible;
}
@keyframes skoleom-btn-glitch {
  0%,
  82%,
  to {
    transform: translate(0);
  }
  83% {
    transform: translate(-2px, 1px);
  }
  85% {
    transform: translate(2px, -1px);
  }
  87% {
    transform: translate(-1px);
  }
  89% {
    transform: translate(1px, 1px);
  }
  91% {
    transform: translate(0);
  }
}
@keyframes skoleom-btn-glitchtext {
  0%,
  82%,
  to {
    text-shadow: none;
  }
  84% {
    text-shadow:
      -2px 0 #ff3b6b,
      2px 0 #2ad8ff;
  }
  88% {
    text-shadow:
      2px 0 #ff3b6b,
      -2px 0 #2ad8ff;
  }
}
.skoleom-capsule-btn--glitch {
  background: #00000061;
  animation: 4s step-end infinite skoleom-btn-glitch;
}
.skoleom-btn-label--glitch {
  animation: 4s step-end infinite skoleom-btn-glitchtext;
}
@keyframes skoleom-btn-morph {
  0%,
  to {
    border-radius: 999px;
  }
  50% {
    border-radius: 46% 54% 52% 48%/58% 44% 56% 42%;
  }
}
.skoleom-capsule-btn--morph {
  background: #00000061;
  animation: 5s ease-in-out infinite skoleom-btn-morph;
}
@keyframes skoleom-btn-flux {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 220% 0;
  }
}
.skoleom-capsule-btn--flux {
  background: linear-gradient(90deg, #00000052, #4bdd2c38 50%, #00000052) 0 0/220% 100%;
  animation: 3.2s linear infinite skoleom-btn-flux;
}
@keyframes skoleom-btn-lettersin {
  0% {
    opacity: 0;
    transform: translateY(9px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  96%,
  to {
    opacity: 0;
    transform: translateY(9px);
  }
}
.skoleom-capsule-btn--cascade {
  background: #00000061;
}
.skoleom-btn-ch {
  opacity: 0;
  animation: 4s ease-in-out infinite skoleom-btn-lettersin;
  display: inline-block;
}
.skoleom-capsule-btn--gradient {
  background: #00000059;
}
.skoleom-btn-label--gradient {
  background: linear-gradient(90deg, #4bdd2c, #eaffba, #5cd0ff, #4bdd2c) 0 0/220% 100%;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 3s linear infinite skoleom-btn-flux;
}
@keyframes skoleom-btn-hue {
  to {
    filter: hue-rotate(360deg);
  }
}
.skoleom-capsule-btn--cameleon {
  background: #00000059;
  animation: 6s linear infinite skoleom-btn-hue;
}
.skoleom-btn-label {
  display: inline-block;
}
.skoleom-settings-section-sub {
  color: #ffffff6b;
  margin: -6px 0 14px;
  font-size: 11.5px;
  line-height: 1.5;
}
.skoleom-anim-picker {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  display: grid;
}
.skoleom-anim-card {
  cursor: pointer;
  text-align: center;
  color: inherit;
  background: #ffffff0a;
  border: 1.5px solid #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 6px 9px;
  font-family: Poppins, sans-serif;
  transition:
    border-color 0.18s,
    background 0.18s,
    transform 0.12s;
  display: flex;
}
.skoleom-anim-card:hover {
  background: #ffffff14;
  border-color: #ffffff38;
}
.skoleom-anim-card:active {
  transform: scale(0.96);
}
.skoleom-anim-card--active {
  background: #4bdd2c1a !important;
  border-color: #4bdd2cbf !important;
}
.skoleom-anim-card-label {
  color: #ffffffe6;
  font-size: 11.5px;
  font-weight: 600;
}
.skoleom-anim-card-sub {
  color: #fff6;
  font-size: 9px;
  line-height: 1.4;
}
.skoleom-anim-preview {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 28px;
  display: flex;
}
.skoleom-anim-dot {
  background: #00000059;
  border: 1px solid #ffffff59;
  border-radius: 999px;
  width: 28px;
  height: 10px;
  display: block;
}
.skoleom-anim-dot--ghost {
  background: #0003;
  animation: 3.2s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-ghost;
}
.skoleom-anim-dot--outline {
  background: #00000024;
  animation: 3s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-outline;
}
.skoleom-anim-dot--breathe {
  background: #00000038;
  animation: 3.4s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-breathe;
}
.skoleom-anim-dot--float {
  background: #0003;
  animation: 3.8s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-float;
}
.skoleom-anim-dot--glass {
  background: #ffffff14;
  animation: 3.4s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-glass;
  box-shadow: inset 0 1px #ffffff2e;
}
.skoleom-anim-dot--glow {
  background: #0003;
  animation: 5s cubic-bezier(0.37, 0, 0.63, 1) infinite skoleom-btn-glow;
}
.skoleom-anim-dot--none {
  background: #000c;
  border-color: #ffffff38;
  animation: none;
}
.skoleom-anim-dot--scanline {
  background: #00000061;
  position: relative;
  overflow: hidden;
}
.skoleom-anim-dot--scanline:after {
  content: '';
  background: linear-gradient(#0000, #ffffff59, #0000);
  height: 36%;
  animation: 3s linear infinite skoleom-btn-scan;
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
}
.skoleom-anim-dot--blink {
  background: #00000059;
  animation: 2.6s ease-in-out infinite skoleom-btn-blink;
}
.skoleom-anim-dot--sparkle {
  background: #00000059;
  box-shadow: 0 0 4px #4bdd2c80;
}
.skoleom-anim-dot--glitch {
  background: #00000061;
  animation: 4s step-end infinite skoleom-btn-glitch;
}
.skoleom-anim-dot--morph {
  background: #00000061;
  animation: 5s ease-in-out infinite skoleom-btn-morph;
}
.skoleom-anim-dot--flux {
  background: linear-gradient(90deg, #00000052, #4bdd2c38 50%, #00000052) 0 0/220% 100%;
  animation: 3.2s linear infinite skoleom-btn-flux;
}
.skoleom-anim-dot--cascade {
  background: #00000061;
}
.skoleom-anim-dot--gradient {
  background: linear-gradient(90deg, #4bdd2c, #5cd0ff, #4bdd2c) 0 0/220% 100%;
  border-color: #0000;
  animation: 3s linear infinite skoleom-btn-flux;
}
.skoleom-anim-dot--cameleon {
  background: #00000059;
  animation: 6s linear infinite skoleom-btn-hue;
}
body.skoleom-theme-light .skoleom-settings-section-sub {
  color: #0000006b;
}
body.skoleom-theme-light .skoleom-anim-card {
  background: #00000008;
  border-color: #0000001a;
}
body.skoleom-theme-light .skoleom-anim-card:hover {
  background: #0000000f;
}
body.skoleom-theme-light .skoleom-anim-card--active {
  background: #4bdd2c14 !important;
  border-color: #4bdd2ccc !important;
}
body.skoleom-theme-light .skoleom-anim-card-label {
  color: #000000d9;
}
body.skoleom-theme-light .skoleom-anim-card-sub {
  color: #0006;
}
.skoleom-products-row-container {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  z-index: 999997;
  background: #0f0f0feb;
  border-top: 1px solid #ffffff1a;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}
.skoleom-products-row-container--visible {
  transform: translateY(0);
}
.skoleom-products-row-title {
  color: #fff9;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
}
.skoleom-products-row-scroll {
  scrollbar-width: none;
  flex: 1;
  gap: 10px;
  display: flex;
  overflow-x: auto;
}
.skoleom-products-row-scroll::-webkit-scrollbar {
  display: none;
}
.skoleom-products-row-card {
  background: #ffffff14;
  border-radius: 10px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  width: 200px;
  padding: 6px 10px 6px 6px;
  transition: background 0.15s;
  display: flex;
  position: relative;
}
.skoleom-products-row-card:hover {
  background: #4bdd2c1a;
}
.skoleom-products-row-card-img {
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.skoleom-products-row-card-info {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}
.skoleom-products-row-card-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-products-row-card-price {
  color: #4bdd2c;
  font-size: 11px;
  font-weight: 700;
}
.skoleom-products-row-card-heart {
  color: #fff9;
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}
.skoleom-social-proof {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-origin: 0;
  background: #ffffff1a;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 12px 6px 9px;
  transition:
    opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
}
.skoleom-social-proof--out {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px) scale(0.95);
}
.skoleom-social-proof-emoji {
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1;
}
.skoleom-social-proof-text {
  color: #fffc;
  white-space: nowrap;
  letter-spacing: 0.01em;
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
}
body.skoleom-theme-light .skoleom-social-proof {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #00000012;
}
body.skoleom-theme-light .skoleom-social-proof-text {
  color: #000000b3;
}
.skoleom-similar-card--skeleton {
  pointer-events: none;
}
.skoleom-skeleton-img {
  background: #ffffff14 0 0/200% 100%;
  border-radius: 8px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  animation: 1.2s ease-in-out infinite skoleom-shimmer;
}
.skoleom-skeleton-line {
  background: #ffffff14 0 0/200% 100%;
  border-radius: 6px;
  height: 10px;
  margin-bottom: 6px;
  animation: 1.2s ease-in-out infinite skoleom-shimmer;
}
.skoleom-similaires-empty {
  text-align: center;
  color: #ffffff59;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 28px 16px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
}
.skoleom-similaires-empty-icon {
  opacity: 0.5;
  font-size: 24px;
}
body.skoleom-theme-light .skoleom-similaires-empty {
  color: #00000059;
}
.skf-wrapper {
  position: relative;
}
.skf-container {
  box-sizing: border-box;
  background:
    radial-gradient(at 50% -10%, #3ac8222e 0%, #0000 60%),
    linear-gradient(160deg, #0a1407 0%, #0c1207 100%);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 14px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.skf-rings {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}
.skf-ring {
  border: 1px solid #3ac8221f;
  border-radius: 50%;
  position: absolute;
}
.skf-ring--1 {
  width: 120px;
  height: 120px;
}
.skf-ring--2 {
  width: 220px;
  height: 220px;
}
.skf-ring--3 {
  width: 340px;
  height: 340px;
}
.skf-ring--4 {
  width: 480px;
  height: 480px;
}
.skf-ring--5 {
  width: 640px;
  height: 640px;
}
.skf-hero {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}
.skf-eyebrow {
  letter-spacing: 0.18em;
  color: #3ac822;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
}
.skf-logo {
  object-fit: contain;
  filter: drop-shadow(0 0 12px #3ac82280);
  width: 38px;
  height: 38px;
}
.skf-title {
  color: #fff;
  letter-spacing: -0.4px;
  margin: 4px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}
.skf-subtitle {
  color: #ffffff80;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
}
.skf-ctas {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  display: flex;
}
.skf-cta-primary {
  color: #0a1007;
  background: linear-gradient(135deg, #3ac822, #4bdd2c);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    opacity 0.15s,
    transform 0.15s;
  display: inline-flex;
  box-shadow: 0 4px 18px #3ac82259;
}
.skf-cta-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.skf-cta-ghost {
  color: #ffffffbf;
  cursor: pointer;
  background: #ffffff12;
  border: 1.5px solid #ffffff2e;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.skf-cta-ghost:hover {
  color: #fff;
  background: #ffffff1f;
  border-color: #ffffff52;
}
.skf-reco {
  z-index: 1;
  width: 100%;
  margin-top: 24px;
  position: relative;
}
.skf-reco-label {
  letter-spacing: 0.14em;
  color: #ffffff59;
  text-transform: uppercase;
  margin: 0 0 10px 4px;
  font-size: 9px;
  font-weight: 800;
}
.skf-products {
  scrollbar-width: none;
  gap: 10px;
  padding-bottom: 6px;
  display: flex;
  overflow-x: auto;
}
.skf-products::-webkit-scrollbar {
  display: none;
}
.skf-product-card {
  cursor: pointer;
  background: 0 0;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  width: 80px;
  padding: 0;
  transition: transform 0.15s;
  display: flex;
}
.skf-product-card:hover {
  transform: translateY(-3px);
}
.skf-product-img-wrap {
  background: #ffffff0f;
  border: 2px solid #3ac8224d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: border-color 0.15s;
  overflow: hidden;
  box-shadow: 0 4px 16px #0006;
}
.skf-product-card:hover .skf-product-img-wrap {
  border-color: #3ac822;
}
.skf-product-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.skf-product-img-placeholder {
  background: #3ac82214;
  width: 100%;
  height: 100%;
}
.skf-product-price {
  color: #3ac822;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.skf-product-name {
  color: #ffffff8c;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 78px;
  font-family: Poppins, sans-serif;
  font-size: 9.5px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}
.skf-detail-view {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}
.skf-back-btn {
  color: #ffffffa6;
  cursor: pointer;
  background: 0 0;
  border: none;
  align-items: center;
  gap: 5px;
  padding: 10px 14px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.15s;
  display: inline-flex;
}
.skf-back-btn:hover {
  color: #fff;
}
.skf-region-modal {
  justify-content: center;
  min-height: 320px;
}
.skf-region-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 280px;
  display: flex;
  position: relative;
}
.skf-region-icon {
  background: #3ac8221a;
  border: 1.5px solid #3ac82240;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}
.skf-region-title {
  color: #fff;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.skf-region-text {
  color: #ffffff8c;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.skf-hero--compact {
  gap: 10px;
  padding-bottom: 8px;
}
.skf-hero--compact .skf-title {
  font-size: 26px;
  font-weight: 800;
}
.skf-hero--compact .skf-subtitle {
  font-size: 14px;
}
.skf-hero--compact .skf-logo {
  width: 48px;
  height: 48px;
}
.skf-hero--compact .skf-eyebrow {
  letter-spacing: 0.18em;
  margin-bottom: 4px;
  font-size: 11px;
}
.skf-hero--compact .skf-ctas {
  gap: 10px;
  margin-top: 16px;
}
.skf-hero--compact .skf-cta-primary {
  padding: 11px 22px;
  font-size: 13px;
}
.skf-hero--compact .skf-cta-ghost {
  padding: 11px 16px;
  font-size: 13px;
}
.skf-logo--md {
  width: 52px !important;
  height: 52px !important;
}
.skf-title--md {
  font-size: 26px !important;
}
.skf-products-section {
  z-index: 1;
  width: 100%;
  margin-top: 14px;
  position: relative;
}
.skf-products-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.skf-page-info {
  color: #fff6;
  font-family: Poppins, sans-serif;
  font-size: 10px;
}
.skf-cards-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 2px;
  display: grid;
}
.skf-card {
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
.skf-card-img-wrap {
  aspect-ratio: 16/9;
  background: #ffffff0a;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.skf-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.skf-card-img-placeholder {
  background: #3ac82214;
  width: 100%;
  height: 100%;
}
.skf-card-arrow {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: #00000080;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  transition: background 0.15s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.skf-card-arrow:hover {
  background: #000000bf;
}
.skf-card-arrow--left {
  left: 4px;
}
.skf-card-arrow--right {
  right: 4px;
}
.skf-card-dots {
  z-index: 2;
  justify-content: center;
  gap: 3px;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}
.skf-card-dot {
  cursor: pointer;
  background: #fff6;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transition: background 0.15s;
}
.skf-card-dot--active {
  background: #fff;
}
.skf-card-body {
  flex-direction: column;
  flex: 1;
  gap: 3px;
  padding: 5px 6px 6px;
  display: flex;
}
.skf-card-name {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
}
.skf-card-price {
  color: #3ac822;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.skf-card-sizes {
  flex-wrap: wrap;
  gap: 2px;
  display: flex;
}
.skf-card-size {
  color: #ffffffb3;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #fff3;
  border-radius: 4px;
  padding: 1px 5px;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 700;
  transition: all 0.12s;
}
.skf-card-size--active,
.skf-card-size:hover {
  color: #3ac822;
  background: #3ac8221f;
  border-color: #3ac822;
}
.skf-card-actions {
  gap: 4px;
  margin-top: auto;
  display: flex;
}
.skf-card-heart {
  color: #fff9;
  cursor: pointer;
  background: #ffffff0f;
  border: 1.5px solid #ffffff2e;
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all 0.15s;
  display: flex;
}
.skf-card-heart:hover,
.skf-card-heart--active {
  color: #e84d6f;
  background: #e84d6f1a;
  border-color: #e84d6f;
}
.skf-card-buy {
  color: #0a1007;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #3ac822, #4bdd2c);
  border: none;
  border-radius: 6px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 28px;
  margin-top: auto;
  padding: 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  transition:
    opacity 0.15s,
    transform 0.12s;
  display: flex;
}
.skf-card-buy:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
}
.skf-card-buy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.skf-card-buy--added {
  color: #3ac822;
  background: #3ac82233;
  border: 1px solid #3ac8224d;
}
.skf-card-spinner {
  border: 1.5px solid #0003;
  border-top-color: #0a1007;
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  animation: 0.6s linear infinite skoleom-spin;
}
.skf-pagination {
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}
.skf-page-btn {
  color: #ffffffb3;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff24;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.15s;
  display: flex;
}
.skf-page-btn:hover:not(:disabled) {
  color: #fff;
  background: #ffffff1f;
}
.skf-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.skf-page-btn--next {
  color: #3ac822;
  background: #3ac8221a;
  border-color: #3ac82240;
}
.skf-page-btn--next:hover:not(:disabled) {
  background: #3ac82233;
}
@container (width>=640px) {
  .skf-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@container (width<=639px) {
  .skf-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .skf-cards-grid > :nth-child(n + 3) {
    display: none;
  }
  .skf-hero--compact .skf-title {
    font-size: 14px;
  }
  .skf-hero--compact .skf-eyebrow {
    font-size: 8px;
  }
  .skf-container {
    padding: 12px 10px 10px;
  }
}
@container (width<=420px) {
  .skf-cards-grid {
    gap: 4px;
  }
  .skf-card-body {
    gap: 2px;
    padding: 4px 5px 5px;
  }
  .skf-hero--compact .skf-ctas {
    gap: 5px;
    margin-top: 5px;
  }
  .skf-hero--compact .skf-cta-primary,
  .skf-hero--compact .skf-cta-ghost {
    padding: 5px 10px;
    font-size: 10px;
  }
  .skf-card-name {
    font-size: 9px;
  }
  .skf-card-price {
    font-size: 10px;
  }
  .skf-card-buy {
    height: 24px;
    font-size: 8.5px;
  }
  .skf-card-heart {
    width: 24px;
    height: 24px;
  }
}
#skoleom-product-popup.skf-expanded .skf-container {
  scrollbar-width: thin;
  scrollbar-color: #3ac8224d transparent;
  overflow-y: auto;
}
#skoleom-product-popup.skf-expanded .skf-cards-grid > :nth-child(n + 3) {
  display: block;
}
#skoleom-product-popup.skf-expanded .skf-cards-grid {
  grid-template-columns: repeat(3, 1fr);
}
@container (width>=580px) {
  #skoleom-product-popup.skf-expanded .skf-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.skf-nav-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: 0 2px;
  display: flex;
}
.skf-nav-btn {
  color: #ffffffb3;
  cursor: pointer;
  background: #ffffff12;
  border: 1.5px solid #ffffff2e;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.15s;
  display: flex;
}
.skf-nav-btn:hover:not(:disabled) {
  color: #fff;
  background: #ffffff24;
  border-color: #ffffff52;
}
.skf-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.skf-nav-dots {
  align-items: center;
  gap: 5px;
  display: flex;
}
.skf-nav-dot {
  cursor: pointer;
  background: #ffffff40;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  transition: all 0.15s;
}
.skf-nav-dot--active {
  background: #3ac822;
  border-radius: 3px;
  width: 14px;
}
@keyframes skf-arrow-hint {
  0% {
    transform: scale(1);
    box-shadow: 0 0 #ffffff1f;
  }
  40% {
    transform: scale(1.12);
    box-shadow: 0 0 0 6px #ffffff0f;
  }
  80% {
    transform: scale(1);
    box-shadow: 0 0 #fff0;
  }
  to {
    transform: scale(1);
  }
}
.skf-nav-btn:not(:disabled) {
  animation: 1.2s ease-in-out 0.5s 3 skf-arrow-hint;
}
.skf-nav-btn:not(:disabled):hover {
  animation: none;
}
.skf-card-buy.skf-card-buy--amazon {
  color: #111;
  background: linear-gradient(135deg, #f90 0%, #ffb347 100%);
  box-shadow: 0 2px 8px #ff990059;
}
.skf-card-buy.skf-card-buy--amazon:hover:not(:disabled) {
  opacity: 0.92;
  transform: translateY(-1px);
}
@container (width<=500px) {
  .skoleom-popup-content {
    flex-direction: column !important;
  }
  .skoleom-capsule-left {
    width: 100% !important;
    max-width: 100% !important;
  }
  .skoleom-capsule-right,
  .skoleom-similaires-section {
    display: none !important;
  }
  .skoleom-buy-desktop,
  .skoleom-buy-amazon {
    width: 100%;
  }
  .skf-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .skf-cards-grid > :nth-child(n + 3) {
    display: none;
  }
}
@container (width<=360px) {
  .skoleom-capsule-image-slider {
    max-height: 160px !important;
  }
  .skf-hero--compact .skf-title {
    font-size: 14px;
  }
  .skf-container {
    padding: 12px 8px 8px;
  }
}
@container (width<=600px) {
  .skoleom-carousel {
    scrollbar-width: none;
    background: 0 0;
    border-radius: 0;
    gap: 14px;
    padding: 8px 14px 18px;
  }
  .skoleom-carousel::-webkit-scrollbar {
    display: none;
  }
  .skoleom-carousel-item {
    background: #ffffff0f;
    width: 84px;
    min-width: 84px;
    height: 84px;
    box-shadow: 0 0 0 2px #ffffff2e;
  }
  .skoleom-carousel-item--active {
    background: var(--skoleom-gradient, linear-gradient(135deg, #4bdd2c, #00c6ff));
    padding: 3px;
    transform: scale(1.08);
    box-shadow:
      0 0 0 1px #0000,
      0 4px 18px #4bdd2c66;
  }
  .skoleom-close-popup {
    -webkit-backdrop-filter: blur(16px);
    opacity: 1;
    background: #0f0f0f8c;
    border: 1px solid #ffffff2e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    display: flex;
    box-shadow:
      0 2px 8px #0006,
      inset 0 1px #ffffff1f;
  }
  .skoleom-brand-logo-wrapper {
    border: 2px solid #ffffff47;
    width: 44px;
    height: 44px;
    margin-bottom: -20px;
    box-shadow:
      0 4px 14px #0006,
      0 0 0 4px #4bdd2c1f;
  }
  .skoleom-main-left .skoleom-main-image,
  .skoleom-main-image {
    height: 200px;
  }
  .skoleom-popup-header {
    padding-bottom: 2px;
  }
  .skoleom-header-thumb {
    border-radius: 7px;
    width: 28px;
    height: 28px;
    box-shadow: 0 2px 6px #0000004d;
  }
  .skoleom-header-video-title {
    letter-spacing: 0.02em;
    font-size: 11px;
    font-weight: 700;
  }
  .skoleom-header-video-sub {
    opacity: 0.6;
    font-size: 9px;
  }
  .skoleom-brand-name span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
  }
  .skoleom-popup-content {
    padding-top: max(44px, calc(env(safe-area-inset-top, 0px) + 18px));
  }
}
.skoleom-title-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  display: flex;
  overflow: visible;
}
.skoleom-share-button {
  color: #fff9;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  line-height: 1;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  display: inline-flex;
}
.skoleom-share-button:hover {
  color: #4bdd2c;
  background: #4bdd2c21;
  border-color: #4bdd2c73;
  box-shadow: 0 0 12px #4bdd2c38;
}
.skoleom-share-button:active {
  transition: transform 80ms;
  transform: scale(0.9);
}
.skoleom-heart-button {
  color: #fff9;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  line-height: 1;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  display: inline-flex;
}
.skoleom-heart-button:hover {
  color: #ff4d6d;
  background: #ff3c5021;
  border-color: #ff3c5073;
  box-shadow: 0 0 12px #ff3c5038;
}
.skoleom-heart-button:active {
  opacity: 0.75;
  transition: opacity 80ms;
}
.skoleom-share-modal-backdrop {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  border-radius: inherit;
  background: #000000a6;
  justify-content: center;
  align-items: center;
  animation: 0.18s skoleom-fade-in;
  display: flex;
  position: absolute;
  inset: 0;
}
.skoleom-share-modal {
  background: linear-gradient(145deg, #1e2026fa, #14161cfc);
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  width: min(380px, 100% - 32px);
  animation: 0.22s cubic-bezier(0.34, 1.56, 0.64, 1) skoleom-slide-up;
  overflow: hidden;
  box-shadow:
    0 32px 64px #0009,
    inset 0 0 0 0.5px #ffffff0d;
}
@keyframes skoleom-slide-up {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.skoleom-share-modal-header {
  border-bottom: 1px solid #ffffff12;
  justify-content: space-between;
  align-items: center;
  padding: 13px 14px 11px;
  display: flex;
}
.skoleom-share-modal-brand {
  align-items: center;
  gap: 7px;
  display: flex;
}
.skoleom-share-modal-logo {
  background: 0 0;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  overflow: hidden;
}
.skoleom-share-modal-logo-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.skoleom-share-modal-brand-name {
  color: #fff;
  letter-spacing: 0.07em;
  font-size: 11px;
  font-weight: 700;
}
.skoleom-share-modal-sep {
  color: #fff3;
  font-size: 12px;
}
.skoleom-share-modal-sub {
  color: #ffffff73;
  font-size: 10px;
}
.skoleom-share-modal-close {
  color: #ffffff80;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition:
    background 0.15s,
    color 0.15s;
  display: flex;
}
.skoleom-share-modal-close:hover {
  color: #fff;
  background: #ffffff24;
}
.skoleom-share-modal-card {
  padding: 14px;
}
.skoleom-share-modal-body {
  background: #ffffff0d;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
}
.skoleom-share-modal-img {
  object-fit: cover;
  background: #ffffff0f;
  border-radius: 8px;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
}
.skoleom-share-modal-info {
  flex: 1;
  min-width: 0;
}
.skoleom-share-modal-title {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}
.skoleom-share-modal-price {
  color: #4bdd2c;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
.skoleom-share-modal-desc {
  color: #ffffff80;
  font-size: 9.5px;
  line-height: 1.45;
}
.skoleom-share-modal-mention {
  color: #4bdd2c;
  font-weight: 600;
}
.skoleom-share-modal-video-row {
  background: #ffffff0a;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
  padding: 8px 10px;
  display: flex;
}
.skoleom-share-modal-video-label {
  color: #ffffff8c;
  letter-spacing: 0.02em;
  font-size: 9.5px;
  font-weight: 600;
}
.skoleom-share-modal-video-url {
  color: #ffffff59;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 9px;
  overflow: hidden;
}
.skoleom-share-modal-steps {
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  display: flex;
}
.skoleom-share-modal-step {
  color: #fff9;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1.3;
  display: flex;
}
.skoleom-share-modal-step-link {
  color: #4bdd2c;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}
.skoleom-share-modal-step-link:hover {
  text-decoration: underline;
}
.skoleom-share-modal-step-num {
  color: #4bdd2c;
  background: #4bdd2c26;
  border: 1px solid #4bdd2c59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}
.skoleom-share-modal-links {
  gap: 8px;
  margin-bottom: 2px;
  display: flex;
}
.skoleom-share-modal-link {
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.01em;
  border-radius: 8px;
  flex: 1;
  padding: 7px 8px;
  font-size: 9.5px;
  font-weight: 600;
  text-decoration: none;
  transition:
    opacity 0.15s,
    background 0.15s;
}
.skoleom-share-modal-link:hover {
  opacity: 0.85;
}
.skoleom-share-modal-link--primary {
  color: #4bdd2c;
  background: #4bdd2c24;
  border: 1px solid #4bdd2c4d;
}
.skoleom-share-modal-link--primary:hover {
  background: #4bdd2c38;
}
.skoleom-share-modal-link--secondary {
  color: #fff9;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
}
.skoleom-share-modal-link--secondary:hover {
  color: #ffffffd9;
  background: #ffffff1c;
}
.skoleom-share-modal-actions {
  gap: 8px;
  padding: 0 14px 14px;
  display: flex;
}
.skoleom-share-modal-btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.15s,
    transform 0.1s,
    opacity 0.15s;
  display: flex;
}
.skoleom-share-modal-btn:active {
  transform: scale(0.97);
}
.skoleom-share-modal-btn--copy {
  color: #fffc;
  background: #ffffff14;
  border: 1px solid #ffffff1f;
}
.skoleom-share-modal-btn--copy:hover {
  color: #fff;
  background: #ffffff21;
}
.skoleom-share-modal-btn--share {
  color: #000;
  background: linear-gradient(135deg, #4bdd2c, #00c6ff);
  font-weight: 700;
}
.skoleom-share-modal-btn--share:hover {
  opacity: 0.9;
}
.skoleom-share-modal-btn--done {
  color: #000 !important;
  background: linear-gradient(135deg, #4bdd2c, #3dcc20) !important;
  border-color: #0000 !important;
}
@container (width<=600px) {
  .skoleom-share-modal {
    border-radius: 16px;
    width: calc(100vw - 24px);
  }
  .skoleom-share-modal-sub,
  .skoleom-share-modal-sep {
    display: none;
  }
}
/*$vite$:1*/
