/* AdeptDEV v104 — Wishlist + Compare premium cleanup (RU/RO only) */
#account-wishlist,
#product-compare {
  padding-bottom: 34px;
}

#account-wishlist .breadcrumb,
#product-compare .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 22px;
  background: transparent;
}
#account-wishlist .breadcrumb li,
#product-compare .breadcrumb li {
  font-size: 13px;
  color: #7580a6;
}
#account-wishlist .breadcrumb li + li:before,
#product-compare .breadcrumb li + li:before {
  color: #9ba4c7;
  padding: 0 6px 0 0;
}
#account-wishlist .breadcrumb a,
#product-compare .breadcrumb a {
  color: #53608c;
}

.adev-compare-wishlist-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f6f7ff 62%, #eef1ff 100%);
  border: 1px solid #dfe6ff;
  border-radius: 28px;
  padding: 34px 34px 28px;
  box-shadow: 0 14px 40px rgba(73, 96, 173, 0.08);
  margin-bottom: 22px;
}
.adev-compare-wishlist-hero:before,
.adev-compare-wishlist-hero:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.adev-compare-wishlist-hero:before {
  width: 220px;
  height: 220px;
  top: -120px;
  right: -70px;
  background: radial-gradient(circle, rgba(83, 94, 255, 0.10) 0%, rgba(83, 94, 255, 0) 72%);
}
.adev-compare-wishlist-hero:after {
  width: 160px;
  height: 160px;
  bottom: -80px;
  right: 40px;
  background: radial-gradient(circle, rgba(121, 129, 255, 0.12) 0%, rgba(121, 129, 255, 0) 72%);
}
.adev-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5360ff;
  margin-bottom: 16px;
}
.adev-page-eyebrow:before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #5360ff;
}
.adev-compare-wishlist-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #10162a;
}
.adev-compare-wishlist-hero p {
  max-width: 920px;
  font-size: 19px;
  line-height: 1.65;
  color: #5d6788;
  margin: 0;
}
.adev-page-status {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #dde3ff;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #5360ff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(75, 90, 160, 0.08);
}
.adev-page-status:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38b878;
  box-shadow: 0 0 0 5px rgba(56, 184, 120, .12);
}

.adev-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 26px;
}
.adev-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid #dfe4fb;
  background: #fff;
  box-shadow: 0 8px 26px rgba(75, 90, 160, 0.05);
}
.adev-trust-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f0f3ff 0%, #e7ebff 100%);
  color: #5360ff;
  font-size: 20px;
  flex: 0 0 44px;
}
.adev-trust-card__title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  color: #141b31;
  margin: 0 0 5px;
}
.adev-trust-card__text {
  font-size: 13px;
  line-height: 1.55;
  color: #727b9a;
  margin: 0;
}

#account-wishlist #content,
#product-compare #content {
  width: 100%;
}
#account-wishlist #content > h1,
#product-compare #content > h1,
#account-wishlist .row > .col-sm-12 > h1.common,
#account-wishlist .row > .col-sm-12 > h1:not(.adev-keep-title) {
  display: none !important;
}

.adev-section-shell {
  background: #ffffff;
  border: 1px solid #dee4fb;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 14px 36px rgba(75, 90, 160, 0.06);
  margin-bottom: 24px;
}
.adev-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.adev-section-title h2 {
  font-size: 27px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #11182e;
  margin: 0;
}
.adev-section-title p {
  margin: 0;
  color: #6a7495;
  font-size: 14px;
}
.adev-mini-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #dce2ff;
  background: #f7f8ff;
  color: #5360ff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

/* Wishlist products */
#account-wishlist .adev-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
#account-wishlist .adev-product-grid > [class*="product-layout"],
#account-wishlist .adev-product-grid > .product-layout,
#account-wishlist .adev-product-grid > [class*="col-"] {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#account-wishlist .product-thumb {
  height: 100%;
  border: 1px solid #dee4fb;
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  box-shadow: 0 16px 34px rgba(75, 90, 160, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
#account-wishlist .product-thumb:hover {
  transform: translateY(-4px);
  border-color: #cfd7ff;
  box-shadow: 0 24px 42px rgba(75, 90, 160, 0.10);
}
#account-wishlist .product-thumb .image {
  border-radius: 20px;
  overflow: hidden;
  background: #f8f9ff;
  margin-bottom: 16px;
}
#account-wishlist .product-thumb .caption > a,
#account-wishlist .product-thumb .caption .name,
#account-wishlist .product-thumb .caption [class*="name-"] {
  display: block;
  color: #13192d;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
  min-height: 46px;
  margin-bottom: 10px;
}
#account-wishlist .product-thumb .caption .model {
  color: #8d94b2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#account-wishlist .product-thumb .price,
#account-wishlist .product-thumb .price .new,
#account-wishlist .product-thumb .price .special {
  color: #141b31;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}
#account-wishlist .product-thumb .price .old {
  color: #9da5c4;
  font-size: 14px;
  margin-left: 10px;
}
#account-wishlist .product-thumb button,
#account-wishlist .product-thumb .wild,
#account-wishlist .product-thumb .cart-one,
#account-wishlist .product-thumb .cart-two {
  border-radius: 16px;
}
#account-wishlist .btns {
  gap: 10px;
}
#account-wishlist .pagination,
#account-wishlist .pagination ul {
  margin-top: 8px;
}

/* Compare page generic */
#product-compare .compare-tot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
#product-compare .switcher {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #dce2ff;
  border-radius: 999px;
  background: #f8f9ff;
}
#product-compare .switcher span {
  color: #131a30;
  font-weight: 700;
  cursor: pointer;
}
#product-compare .table-responsive {
  border: 1px solid #dfe4fb;
  border-radius: 26px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 16px 34px rgba(75, 90, 160, 0.06);
}
#product-compare table,
#product-compare .table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: #fff;
}
#product-compare table > tbody > tr > td,
#product-compare table > tbody > tr > th,
#product-compare table > thead > tr > td,
#product-compare table > thead > tr > th,
#product-compare .table > tbody > tr > td,
#product-compare .table > tbody > tr > th,
#product-compare .table > thead > tr > td,
#product-compare .table > thead > tr > th {
  padding: 18px 16px;
  vertical-align: top;
  border-top: 1px solid #eef1ff;
  border-right: 1px solid #eef1ff;
  color: #55607d;
  background: #fff;
}
#product-compare table tr:first-child > td,
#product-compare table tr:first-child > th,
#product-compare .table tr:first-child > td,
#product-compare .table tr:first-child > th {
  border-top: none;
}
#product-compare table tr > td:first-child,
#product-compare table tr > th:first-child,
#product-compare .table tr > td:first-child,
#product-compare .table tr > th:first-child {
  background: #f8f9ff;
  color: #151c33;
  font-weight: 800;
  min-width: 220px;
  position: sticky;
  left: 0;
  z-index: 2;
}
#product-compare table td:last-child,
#product-compare table th:last-child,
#product-compare .table td:last-child,
#product-compare .table th:last-child {
  border-right: none;
}
#product-compare .product-thumb,
#product-compare .product-card {
  border: 1px solid #dee4fb;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  box-shadow: 0 16px 34px rgba(75, 90, 160, 0.06);
}
#product-compare .compare-list {
  border-top: 1px solid #eef1ff;
  margin-top: 16px;
  padding-top: 12px;
}
#product-compare .compare-item {
  padding: 12px 0;
  border-bottom: 1px solid #eef1ff;
}
#product-compare .compare-item:last-child {
  border-bottom: none;
}
#product-compare .compare-item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8b93b0;
  margin-bottom: 6px;
}
#product-compare .compare-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1b2237;
}

.adev-empty-state {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  border: 1px dashed #d7defd;
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(75, 90, 160, 0.05);
}
.adev-empty-state__main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.adev-empty-state__icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #7b84ff 0%, #5360ff 100%);
  color: #fff;
  font-size: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 34px rgba(83, 96, 255, 0.20);
  flex: 0 0 72px;
}
.adev-empty-state__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
  color: #10172d;
}
.adev-empty-state__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #667190;
}
.adev-empty-state__actions .btn,
.adev-empty-state__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5c68ff 0%, #4453f6 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 34px rgba(68, 83, 246, 0.22);
  border: none;
}

#account-wishlist .alert,
#product-compare .alert {
  border-radius: 18px;
  border-color: #dfe4fb;
}

@media (max-width: 1199px) {
  .adev-trust-strip {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  #account-wishlist .adev-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .adev-compare-wishlist-hero {
    padding: 28px 22px 24px;
  }
  .adev-page-status {
    position: static;
    margin-bottom: 16px;
  }
  .adev-compare-wishlist-hero h1 {
    font-size: 36px;
  }
  .adev-compare-wishlist-hero p {
    font-size: 16px;
  }
  #account-wishlist .adev-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adev-empty-state {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .adev-trust-strip {
    grid-template-columns: 1fr;
  }
  .adev-section-shell {
    padding: 18px;
    border-radius: 22px;
  }
  .adev-section-title {
    flex-direction: column;
    align-items: flex-start;
  }
  #account-wishlist .adev-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .adev-empty-state__main {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .adev-compare-wishlist-hero h1 {
    font-size: 30px;
  }
  #account-wishlist .adev-product-grid {
    grid-template-columns: 1fr;
  }
  .adev-empty-state {
    padding: 20px;
  }
  .adev-empty-state__title {
    font-size: 23px;
  }
}
