.shop-modern-page {
  background: #fff;
  --shop-accent: #F18A3B;
  --shop-accent-soft: #fff1ec;
  --shop-gray-border: #e4e6ea;
  --shop-gray-text: #6c757d;
}

.shop-modern-page .text-primary {
  color: var(--shop-accent) !important;
}

.shop-modern-page .bg-primary,
.shop-modern-page .btn-primary {
  background-color: var(--shop-accent) !important;
  border-color: var(--shop-accent) !important;
  color: #fff !important;
}

.shop-modern-page .btn-primary:hover,
.shop-modern-page .btn-primary:focus {
  background-color: #db7628 !important;
  border-color: #db7628 !important;
  color: #fff !important;
}

.shop-modern-page .btn-soft-primary {
  background: var(--shop-accent-soft) !important;
  border-color: #f3d0b4 !important;
  color: var(--shop-accent) !important;
}

.shop-modern-page .btn-soft-primary:hover,
.shop-modern-page .btn-soft-primary:focus {
  background: #ffe6d4 !important;
  border-color: #efc39f !important;
  color: #db7628 !important;
}

.shop-modern-page .btn-outline-primary {
  color: var(--shop-accent);
  border-color: var(--shop-accent);
}

.shop-modern-page .btn-outline-primary:hover {
  background: var(--shop-accent);
  color: #fff;
  border-color: var(--shop-accent);
}

.shop-modern-page .bg-soft-primary {
  background: var(--shop-accent-soft) !important;
}

.shop-modern-page a {
  color: var(--shop-accent);
}

.shop-modern-page a:hover,
.shop-modern-page a:focus {
  color: #db7628;
}

.shop-modern-page .form-control:focus,
.shop-modern-page .form-select:focus {
  border-color: #f4b178;
  box-shadow: 0 0 0 0.2rem rgba(241, 138, 59, 0.18);
}

.shop-modern-page .form-control,
.shop-modern-page .form-select {
  border-color: var(--shop-gray-border);
}

.shop-modern-page .form-check-input {
  border-color: #d5d9df;
}

.shop-modern-page .form-check-input:checked {
  background-color: #F18A3B;
  border-color: #F18A3B;
}

.shop-modern-page .form-check-input:focus {
  border-color: #f4b178;
  box-shadow: 0 0 0 0.2rem rgba(241, 138, 59, 0.2);
}

.shop-hero {
  background: #f8fafc;
  border: 1px solid var(--shop-gray-border);
}

.shop-kicker {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.shop-hero-subline {
  color: rgba(255, 255, 255, 0.96);
  max-width: 46ch;
}

.shop-modern-page .thema-shop h1 {
  color: #fff;
}

.shop-hero-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.shop-hero-cart-widget {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.shop-hero-cart-icon {
  position: relative;
  display: flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
}

.shop-hero-cart-icon i {
  font-size: 44px;
}

.shop-hero-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #fff;
  color: #F18A3B;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  padding: 0 6px;
}

.shop-hero-cart-link {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.shop-hero-cart-link:hover,
.shop-hero-cart-link:focus {
  color: #fff !important;
  opacity: 0.92;
}

.shop-toolbar {
  border-radius: 0.75rem;
}

.shop-item-image {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background: #f5f6f8;
  transition: transform 0.45s ease;
}

.shop-list:hover .shop-item-image {
  transform: scale(1.04);
}

.shop-list .overlay-work {
  opacity: 0;
  background: rgba(15, 23, 42, 0.12) !important;
}

.shop-list .card-body {
  padding: 1rem;
}

.shop-list .product-name {
  line-height: 1.45;
}

.shop-modern-page .shop-list .content .product-name:hover {
  color: var(--shop-accent) !important;
}

.shop-cta-btn {
  display: inline-flex;
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f5a362;
  border-radius: 6px;
  color: #343a40 !important;
  font-size: 16px;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  padding: 0 24px;
  white-space: nowrap;
}

.shop-cta-btn:hover,
.shop-cta-btn:focus {
  background-color: #fff;
  border-color: #f5a362;
  color: #343a40 !important;
}

.shop-back-btn {
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #f5a362;
  border-radius: 6px;
  color: #343a40 !important;
  font-size: 16px;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  line-height: 1;
  text-decoration: none !important;
  padding: 0 16px;
}

.shop-back-btn:hover,
.shop-back-btn:focus {
  background-color: #fff;
  border-color: #f5a362;
  color: #343a40 !important;
}

.shop-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #f5a362;
  border-radius: 8px;
  background: #fff;
  color: #343a40 !important;
  font-size: 15px;
  font-family: "Source Sans Pro", "Source Sans 3", sans-serif;
  text-decoration: none !important;
}

.shop-action-btn:hover,
.shop-action-btn:focus {
  border-color: #f5a362;
  background: #fff;
  color: #343a40 !important;
}

.shop-action-btn i {
  font-size: 17px;
  line-height: 1;
}

.shop-action-btn-danger {
  border-color: #e57373;
  color: #b84444 !important;
}

.shop-action-btn-danger:hover,
.shop-action-btn-danger:focus {
  border-color: #d45d5d;
  color: #a63a3a !important;
}

.shop-checkout-actions .shop-back-btn,
.shop-checkout-actions .btn-primary {
  min-height: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shop-buy-card .form-control,
.shop-buy-card .form-select,
.shop-buy-card .shop-cta-btn--lg {
  min-height: 54px;
  height: 54px;
}

.shop-buy-controls .form-label {
  color: #184a4a;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.shop-buy-controls .form-control,
.shop-buy-controls .form-select {
  background: #c0c7ca;
  border-color: #c0c7ca;
  color: #184a4a;
  border-radius: 12px;
}

.shop-buy-controls .form-control:focus,
.shop-buy-controls .form-select:focus {
  background: #c0c7ca;
  border-color: #9ba7ad;
  color: #184a4a;
  box-shadow: 0 0 0 0.2rem rgba(24, 74, 74, 0.12);
}

.shop-buy-controls .form-control:disabled,
.shop-buy-controls .form-select:disabled {
  background: #c0c7ca;
  border-color: #c0c7ca;
  color: #184a4a;
  opacity: 1;
}

.shop-buy-card .shop-cta-btn--lg {
  font-size: 18px;
  border-width: 1px;
  background: #184a4a;
  border-color: #184a4a;
  color: #fff !important;
}

.shop-buy-card .shop-cta-btn--lg:hover,
.shop-buy-card .shop-cta-btn--lg:focus {
  background: #123d3d;
  border-color: #123d3d;
  color: #fff !important;
}

.shop-cart-btn {
  color: var(--shop-accent) !important;
  border-color: #f5a362;
  font-weight: 700;
}

.shop-cart-btn:hover,
.shop-cart-btn:focus {
  color: #db7628 !important;
}

.shop-a2-hint {
  background: #fff9f4;
  border-color: #f5d4b9 !important;
  color: #343a40 !important;
}

.shop-a2-hint strong {
  color: #343a40;
}

.shop-detail-image-wrap {
  background: #f8fafc;
}

.shop-detail-image-wrap img {
  max-height: 520px;
  object-fit: contain;
}

.shop-detail-panel {
  background: #fff;
  border: 1px solid var(--shop-gray-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.shop-buy-card {
  background: #d6dcdd;
  border-radius: 18px;
  box-shadow: none !important;
}

.qty-group .btn {
  min-width: 40px;
}

.shop-price-lg {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--shop-accent);
}

.shop-detail-desc {
  color: var(--shop-gray-text);
  line-height: 1.7;
}

.sticky-summary {
  position: sticky;
  top: 92px;
}

.delivery-fields {
  padding: 1rem;
  border: 1px solid var(--shop-gray-border);
  border-radius: 0.75rem;
  background: #f8fafc;
}

.checkout-steps .badge {
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}

.checkout-success-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(46, 202, 139, 0.15);
  color: #2eca8b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

@media (max-width: 991.98px) {
  .sticky-summary {
    position: static;
  }

  .shop-item-image {
    height: 210px;
  }

  .shop-detail-image-wrap img {
    max-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .shop-hero-actions {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-hero-cart-widget {
    align-items: flex-start;
  }
}
