.shop-hero {
  min-height: 270px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1a1410 0%, #2a2218 50%, #1a1410 100%);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 38px 52px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.shop-hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(201, 163, 92, 0.15);
  left: -100px;
  top: -165px;
}
.shop-hero::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(201, 163, 92, 0.15);
  border-radius: 50%;
  left: 85px;
  bottom: -205px;
  box-shadow: 0 0 0 35px rgba(201, 163, 92, 0.04), 0 0 0 70px rgba(201, 163, 92, 0.03);
}
.shop-hero-content {
  position: relative;
  z-index: 1;
  max-width: 510px;
}
.shop-hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d4b96a;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.shop-hero .eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9a35c;
  display: block;
}
.shop-hero h1 {
  font-size: 34px;
  line-height: 1.45;
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -1.2px;
}
.shop-hero p {
  margin: 0;
  color: #a89a7e;
  line-height: 2;
  font-size: 14px;
}
.shop-hero-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #c9a35c 0%, #f4d57a 50%, #c9a35c 100%);
  color: #0f0f10;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}
.shop-hero-btn:hover {
  box-shadow: 0 8px 30px rgba(201, 163, 92, 0.4);
  transform: translateY(-2px);
}
.shop-hero-art {
  position: absolute;
  left: 95px;
  bottom: 18px;
  z-index: 2;
  width: 230px;
  height: 190px;
}
.paper-pack {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 20px 22px rgba(0, 0, 0, 0.4);
  transform: rotate(-11deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: 1px;
}
.pack-one {
  width: 130px;
  height: 170px;
  background: linear-gradient(135deg, #c9a35c, #f4d57a);
  left: 38px;
  bottom: 6px;
  color: #0f0f10;
  font-size: 20px;
}
.pack-one::before {
  content: "RAW";
  font-size: 29px;
  transform: rotate(-90deg);
  color: #5c301b;
}
.pack-two {
  width: 118px;
  height: 158px;
  background: linear-gradient(135deg, #8fbe10, #b7e836);
  left: 116px;
  bottom: 17px;
  color: #1e311b;
  transform: rotate(14deg);
  font-size: 15px;
}
.pack-two::after {
  content: "ORGANIC";
  position: absolute;
  bottom: 20px;
  font-size: 11px;
}
.pack-three {
  width: 78px;
  height: 110px;
  background: linear-gradient(135deg, #c9a35c, #8b6914);
  left: 1px;
  bottom: 25px;
  transform: rotate(-25deg);
  font-size: 11px;
  color: #fff;
}

.shop-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 28px;
}
.shop-sidebar {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  height: max-content;
  padding: 20px;
}
.shop-side-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #f5f5f5;
}
.shop-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-category-list li {
  margin: 4px 0;
}
.shop-category-list button {
  background: transparent;
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  text-align: right;
  color: #888;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
.shop-category-list button:hover,
.shop-category-list button.selected {
  background: rgba(201, 163, 92, 0.1);
  color: #f4d57a;
  font-weight: 700;
}
.shop-category-list em {
  font-style: normal;
  font-size: 11px;
  background: #2a2a2a;
  padding: 2px 7px;
  border-radius: 8px;
  color: #888;
}
.shop-divider {
  border: 0;
  border-top: 1px solid #2a2a2a;
  margin: 20px 0;
}
.shop-filter-label {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 12px;
  color: #f5f5f5;
}
.shop-range {
  width: 100%;
  accent-color: #c9a35c;
}
.shop-range::-webkit-slider-thumb {
  background: #c9a35c;
}
.shop-range-values {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 12px;
}
.shop-brand-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 11px 0;
  color: #aaa;
}
.shop-brand-check input {
  accent-color: #c9a35c;
  width: 16px;
  height: 16px;
}

.shop-content-top {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.shop-content-top h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 900;
  color: #f5f5f5;
}
.shop-content-top p {
  margin: 5px 0 0;
  color: #666;
  font-size: 12px;
}
.shop-sort {
  border: 1px solid #2a2a2a;
  background: #1a1a1a;
  border-radius: 11px;
  padding: 9px 12px;
  color: #aaa;
  outline: 0;
}
.shop-chips {
  display: flex;
  gap: 9px;
  overflow: auto;
  padding-bottom: 16px;
  scrollbar-width: none;
}
.shop-chips::-webkit-scrollbar {
  display: none;
}
.shop-chip {
  white-space: nowrap;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 9px 14px;
  border-radius: 12px;
  color: #888;
  transition: 0.2s;
}
.shop-chip:hover,
.shop-chip.active {
  background: linear-gradient(135deg, #c9a35c 0%, #f4d57a 50%, #c9a35c 100%);
  border-color: transparent;
  color: #0f0f10;
  font-weight: 700;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.shop-product {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  animation: shopUp 0.45s both;
}
.shop-product:nth-child(2) { animation-delay: .05s; }
.shop-product:nth-child(3) { animation-delay: .1s; }
.shop-product:nth-child(4) { animation-delay: .15s; }
.shop-product:nth-child(5) { animation-delay: .2s; }
.shop-product:nth-child(6) { animation-delay: .25s; }
@keyframes shopUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.shop-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(201, 163, 92, 0.15);
  border-color: rgba(201, 163, 92, 0.3);
}
.shop-product-image {
  height: 184px;
  background: linear-gradient(135deg, #2a2218 0%, #151010 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.shop-product-image::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 18px;
  background: rgba(201, 163, 92, 0.08);
  border-radius: 50%;
  bottom: 20px;
  filter: blur(8px);
}
.shop-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 800;
}
.shop-tag.sale {
  background: rgba(201, 163, 92, 0.2);
  color: #f4d57a;
}
.shop-tag.new {
  background: rgba(139, 190, 16, 0.2);
  color: #b7e836;
}
.shop-heart {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 2;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: #888;
  cursor: pointer;
  border: none;
  transition: 0.2s;
}
.shop-heart svg {
  width: 17px;
  height: 17px;
}
.shop-heart.liked {
  color: #e15b57;
  background: rgba(225, 91, 87, 0.15);
}
.mini-pack {
  width: 94px;
  height: 133px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 8px 9px 14px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.mini-pack::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid currentColor;
  opacity: 0.3;
  border-radius: 4px;
}
.mini-pack.raw {
  background: linear-gradient(135deg, #c9a35c, #f4d57a);
  color: #5c301b;
  font-size: 22px;
  transform: rotate(-8deg);
}
.mini-pack.ocb {
  background: linear-gradient(135deg, #8fbe10, #b7e836);
  color: #233516;
  font-size: 20px;
  transform: rotate(7deg);
}
.mini-pack.smoking {
  background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
  color: #f4d57a;
  font-size: 15px;
  transform: rotate(-6deg);
}
.mini-pack.smoking b {
  font-size: 22px;
}
.mini-pack.elements {
  background: linear-gradient(135deg, #3a3a3a, #4a4a4a);
  color: #ccc;
  font-size: 17px;
  transform: rotate(7deg);
}
.mini-pack.rawblack {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  color: #c9a35c;
  font-size: 18px;
  transform: rotate(-7deg);
}
.mini-pack.ocbblack {
  background: linear-gradient(135deg, #1a2a1a, #2a3a2a);
  color: #b7e836;
  font-size: 20px;
  transform: rotate(6deg);
}
.shop-product-info {
  padding: 14px 14px 15px;
}
.shop-product-brand {
  font-size: 11px;
  color: #888;
  margin-bottom: 5px;
}
.shop-product-name {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f5f5f5;
}
.shop-product-meta {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}
.shop-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}
.shop-price {
  font-size: 15px;
  font-weight: 900;
  color: #f4d57a;
}
.shop-price small {
  font-size: 10px;
  color: #888;
  font-weight: 500;
}
.shop-old-price {
  display: block;
  color: #555;
  text-decoration: line-through;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 2px;
}
.shop-add-btn {
  background: rgba(201, 163, 92, 0.15);
  color: #c9a35c;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}
.shop-add-btn:hover {
  background: linear-gradient(135deg, #c9a35c, #f4d57a);
  color: #0f0f10;
}

.shop-toast {
  position: fixed;
  bottom: 95px;
  right: 24px;
  background: linear-gradient(135deg, #c9a35c, #8b6914);
  color: #0f0f10;
  padding: 12px 16px;
  border-radius: 13px;
  box-shadow: 0 14px 30px rgba(201, 163, 92, 0.3);
  z-index: 50;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 700;
}
.shop-toast.show {
  transform: none;
  opacity: 1;
}

@media (max-width: 950px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar {
    display: none;
  }
  .shop-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-hero-art {
    left: 30px;
  }
}
@media (max-width: 650px) {
  .shop-hero {
    min-height: 211px;
    border-radius: 20px;
    padding: 25px 23px;
    margin-bottom: 25px;
  }
  .shop-hero::before {
    width: 260px;
    height: 260px;
    left: -140px;
    top: -100px;
  }
  .shop-hero-art {
    transform: scale(0.7);
    transform-origin: left bottom;
    left: -4px;
    bottom: -19px;
  }
  .shop-hero h1 {
    font-size: 23px;
    max-width: 240px;
  }
  .shop-hero p {
    font-size: 11px;
    line-height: 1.8;
    max-width: 255px;
  }
  .shop-hero-btn {
    margin-top: 13px;
    padding: 9px 13px;
    font-size: 12px;
  }
  .shop-content-top {
    align-items: center;
    flex-direction: column;
    align-items: stretch;
  }
  .shop-content-top > div:last-child {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .shop-content-top h2 {
    font-size: 19px;
  }
  .shop-content-top p {
    font-size: 11px;
  }
  .shop-sort {
    font-size: 11px;
    padding: 8px;
    width: 105px;
  }
  .shop-chips {
    margin: 0 -13px;
    padding: 0 13px 13px;
  }
  .shop-chip {
    padding: 8px 12px;
    font-size: 12px;
  }
  .shop-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
  .shop-product {
    border-radius: 15px;
  }
  .shop-product-image {
    height: 152px;
  }
  .mini-pack {
    transform: scale(0.82) rotate(-7deg);
  }
  .mini-pack.ocb {
    transform: scale(0.82) rotate(7deg);
  }
  .mini-pack.smoking {
    transform: scale(0.82) rotate(-6deg);
  }
  .mini-pack.elements {
    transform: scale(0.82) rotate(7deg);
  }
  .mini-pack.rawblack {
    transform: scale(0.82) rotate(-7deg);
  }
  .mini-pack.ocbblack {
    transform: scale(0.82) rotate(6deg);
  }
  .shop-product-info {
    padding: 11px;
  }
  .shop-product-name {
    font-size: 12px;
  }
  .shop-price {
    font-size: 13px;
  }
  .shop-product-meta {
    font-size: 10px;
  }
  .shop-add-btn {
    width: 32px;
    height: 32px;
  }
  .shop-toast {
    right: 15px;
    bottom: 85px;
  }
}

/* Wholesale Toggle */
.wholesale-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.2s;
}
.wholesale-toggle:hover {
  border-color: #c9a35c;
}
.wholesale-toggle-label {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  transition: 0.2s;
}
.wholesale-toggle.active .wholesale-toggle-label {
  color: #f4d57a;
}
.wholesale-switch {
  width: 40px;
  height: 22px;
  border-radius: 11px;
  background: #333;
  position: relative;
  transition: 0.2s;
}
.wholesale-toggle.active .wholesale-switch {
  background: linear-gradient(135deg, #c9a35c, #f4d57a);
}
.wholesale-switch::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.2s;
}
.wholesale-toggle.active .wholesale-switch::after {
  right: 21px;
}

/* Wholesale price in product cards */
.shop-product-price-retail { display: block; }
.shop-product-price-wholesale { display: none; }
.wholesale-mode .shop-product-price-retail { display: none; }
.wholesale-mode .shop-product-price-wholesale { display: block; }

.wholesale-min-badge {
  font-size: 9px;
  background: rgba(201, 163, 92, 0.15);
  color: #c9a35c;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 3px;
  display: inline-block;
}

.wholesale-tag {
  background: rgba(201, 163, 92, 0.2);
  color: #f4d57a;
}
