/* Kozmetika B2C — header, forme, mobil */

/* ========== HEADER (sve širine) — brand traka ========== */
.shop-b2c .header--brand .logo,
.shop-b2c .header--brand .logo-text,
.shop-b2c .header--dark .logo,
.shop-b2c .header--dark .logo-text {
  color: #fff;
}

.shop-b2c .header--brand .logo-tagline,
.shop-b2c .header--dark .logo-tagline {
  display: none !important;
}

.shop-b2c .header--brand .header-search input,
.shop-b2c .header--dark .header-search input {
  background: #fff !important;
  color: var(--text) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 2px 12px rgba(74, 44, 53, 0.12);
}

.shop-b2c .header--brand .header-search input::placeholder,
.shop-b2c .header--dark .header-search input::placeholder {
  color: var(--muted) !important;
  opacity: 1 !important;
}

.shop-b2c .header--brand .header-search input:focus,
.shop-b2c .header--dark .header-search input:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px var(--primary-light) !important;
}

.shop-b2c .header--brand .header-actions,
.shop-b2c .header--dark .header-actions {
  gap: 10px;
}

.shop-b2c .header--brand .header-actions .btn,
.shop-b2c .header--dark .header-actions .btn {
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  min-height: 42px;
  box-shadow: 0 1px 6px rgba(74, 44, 53, 0.1);
}

.shop-b2c .header--brand .header-actions .btn-ghost,
.shop-b2c .header--dark .header-actions .btn-ghost {
  background: #fff !important;
  color: var(--text) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
}

.shop-b2c .header--brand .header-actions .btn-ghost:hover,
.shop-b2c .header--dark .header-actions .btn-ghost:hover {
  background: #fff !important;
  border-color: var(--primary) !important;
  color: var(--primary-dark) !important;
}

.shop-b2c .header--brand .header-actions .btn-primary,
.shop-b2c .header--dark .header-actions .btn-primary {
  background: #fff !important;
  color: var(--primary-dark) !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
}

.shop-b2c .header--brand .header-actions .btn-primary:hover,
.shop-b2c .header--dark .header-actions .btn-primary:hover,
.shop-b2c .header--brand .header-actions #btn-auth.btn-account-active,
.shop-b2c .header--dark .header-actions #btn-auth.btn-account-active {
  background: #fff !important;
  color: var(--primary-dark) !important;
  box-shadow: inset 0 0 0 2px var(--primary), 0 2px 8px rgba(74, 44, 53, 0.12);
}

.shop-b2c .header--brand .admin-link,
.shop-b2c .header--dark .admin-link {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: none;
}

.shop-b2c .header--brand .admin-link:hover,
.shop-b2c .header--dark .admin-link:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

.shop-b2c .header--brand #btn-favorites .fav-icon,
.shop-b2c .header--dark #btn-favorites .fav-icon {
  color: var(--primary);
}

.shop-b2c .header-inner {
  gap: 16px 20px;
}

@media (min-width: 961px) {
  .shop-b2c .header-inner {
    grid-template-columns: minmax(160px, 220px) minmax(240px, 1fr) auto;
  }

  .shop-b2c .header-actions {
    flex-wrap: nowrap;
  }
}

.shop-b2c .btn-ghost:hover {
  background: color-mix(in srgb, var(--primary) 12%, var(--bg));
  border-color: color-mix(in srgb, var(--primary) 25%, var(--border));
}

.shop-b2c .servis-teaser {
  margin: 0;
  padding: 10px 14px;
  text-align: center;
  background: color-mix(in srgb, var(--primary) 10%, var(--card));
  border-bottom: 1px solid var(--border);
}

@media (max-width: 960px) {
  .shop-b2c .mobile-info-strip .servis-teaser {
    display: none;
  }

  .shop-b2c .mobile-info-strip .trust-line {
    padding: 6px 12px;
    font-size: 0.68rem;
  }

  .shop-b2c #btn-cart {
    display: none !important;
  }
}

.shop-b2c .servis-teaser a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-dark);
  text-decoration: none;
}

.shop-b2c .header-actions .servis-link {
  font-size: 0.85rem;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 960px) {
  .shop-b2c .header-actions .servis-link {
    display: none !important;
  }
}

.shop-b2c .guest-hint {
  background: var(--primary-light);
  color: var(--text);
  border: 1px solid color-mix(in srgb, var(--primary) 20%, var(--border));
}

/* Desktop — pun tekst u headeru */
@media (min-width: 961px) {
  .shop-b2c .btn-header-icon {
    width: auto;
    min-width: 44px;
    height: auto;
    padding: 9px 14px;
    gap: 6px;
  }

  .shop-b2c .btn-header-icon .auth-btn-icon {
    display: none;
  }

  .shop-b2c .btn-header-icon .auth-btn-text,
  .shop-b2c .btn-header-icon .hdr-btn-text {
    display: inline;
  }

  .shop-b2c #btn-favorites .fav-label {
    display: inline !important;
  }

  .shop-b2c #btn-cart .hdr-btn-text {
    display: inline;
  }

  .shop-b2c #btn-cart #cart-count {
    position: static;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    min-width: 0;
    height: auto;
    padding: 0;
    margin-left: 2px;
  }

  .shop-b2c .admin-link:not([hidden]) {
    display: inline-flex !important;
  }
}

/* ========== HEADER MOBIL ========== */
@media (max-width: 960px) {
  .shop-b2c .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo actions"
      "search search";
    align-items: center;
    gap: 10px 6px;
    padding: 10px 12px;
  }

  .shop-b2c .logo {
    grid-area: logo;
    font-size: 1.1rem;
    max-width: 100%;
    min-width: 0;
  }

  .shop-b2c .logo-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: min(42vw, 200px);
  }

  .shop-b2c .logo-tagline {
    display: none !important;
  }

  .shop-b2c .header-actions {
    grid-area: actions;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 100%;
  }

  .shop-b2c .header-search {
    grid-area: search;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  /* Pretraga — uvek čitljiva (belo polje) */
  .shop-b2c .header-search input {
    background: #fff !important;
    color: var(--text) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 11px 16px;
    font-size: 16px;
  }

  .shop-b2c .header--brand .header-search input::placeholder,
  .shop-b2c .header--dark .header-search input::placeholder {
    color: #8b6f73 !important;
    opacity: 1 !important;
  }

  .shop-b2c .header--brand .header-search input:focus,
  .shop-b2c .header--dark .header-search input:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px var(--primary-light) !important;
  }

  /* Kategorije u headeru — duplo sa donjom trakom */
  .shop-b2c .btn-categories-mobile {
    display: none !important;
  }

  .shop-b2c .admin-link {
    display: none !important;
  }

  .shop-b2c #btn-favorites .fav-label {
    display: none !important;
  }

  /* Kompaktne ikonice */
  .shop-b2c .btn-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-width: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
  }

  .shop-b2c .header--brand .btn-header-icon.btn-ghost,
  .shop-b2c .header--dark .btn-header-icon.btn-ghost {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
  }

  .shop-b2c .header--brand .btn-header-icon.btn-primary,
  .shop-b2c .header--dark .btn-header-icon.btn-primary {
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-dark);
    border: none;
  }

  .shop-b2c .btn-header-icon .hdr-btn-text {
    display: none;
  }

  .shop-b2c .btn-header-icon .auth-btn-icon {
    display: block;
    font-size: 1.15rem;
    line-height: 1;
  }

  .shop-b2c .btn-header-icon .auth-btn-text {
    display: none;
  }

  .shop-b2c #btn-cart .cart-badge,
  .shop-b2c #btn-cart #cart-count {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 50%;
    background: #e11d48;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
  }

  .shop-b2c #btn-cart:not(.has-items) #cart-count {
    display: none;
  }

  .shop-b2c #btn-favorites .fav-count-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    font-size: 0.65rem;
    line-height: 16px;
  }

  .shop-b2c #btn-favorites .fav-icon {
    font-size: 1.1rem;
  }
}

@media (max-width: 380px) {
  .shop-b2c .logo-text {
    max-width: 46vw;
    font-size: 1rem;
  }

  .shop-b2c .btn-header-icon {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }

  .shop-b2c .header-actions {
    gap: 4px;
  }
}

/* Forme — jasna polja */
.shop-b2c .field-label {
  margin-bottom: 14px;
  color: var(--text);
}

.shop-b2c .auth-form,
.shop-b2c .checkout-form,
.shop-b2c .address-form {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shop-b2c .checkout-form input,
.shop-b2c .checkout-form select,
.shop-b2c .checkout-form textarea,
.shop-b2c .address-form input:not([type="hidden"]),
.shop-b2c .address-form textarea,
.shop-b2c #form-login input,
.shop-b2c #form-register input {
  background: #fff;
  color: var(--text);
  min-height: 44px;
  box-sizing: border-box;
}

.shop-b2c .checkout-form textarea,
.shop-b2c .address-form textarea {
  min-height: 88px;
  resize: vertical;
}

.shop-b2c .field-hint,
.shop-b2c .hint,
.shop-b2c .auth-hint {
  margin-top: 4px;
  margin-bottom: 12px;
  line-height: 1.45;
}

.shop-b2c #form-login .field-hint {
  margin-top: -4px;
  margin-bottom: 16px;
}

.shop-b2c .auth-form-row {
  gap: 12px;
}

.shop-b2c .account-type-picker {
  margin-bottom: 16px;
  padding: 0;
  border: none;
  background: transparent;
}

.shop-b2c .sort-select {
  min-height: 44px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 1rem;
  color: var(--text);
}

/* Modali */
.shop-b2c .modal {
  max-height: min(92dvh, 92vh);
}

.shop-b2c .modal-inner {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.shop-b2c .modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--card);
  margin: -24px -24px 16px;
  padding: 20px 24px 12px;
  border-bottom: 1px solid var(--border);
}

@media (max-width: 640px) {
  .shop-b2c .modal-head {
    margin: -18px -16px 14px;
    padding: 16px 16px 10px;
  }

  .shop-b2c .modal-auth .auth-form-row {
    grid-template-columns: 1fr;
  }

  .shop-b2c .account-type-option {
    padding: 12px;
    gap: 10px;
  }

  .shop-b2c .account-type-option strong {
    font-size: 0.88rem;
  }

  .shop-b2c .account-type-option small {
    font-size: 0.76rem;
  }

  .shop-b2c .home-hero {
    padding: 22px 20px;
  }

  .shop-b2c .home-hero h1 {
    font-size: 1.45rem;
  }

  .shop-b2c .home-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-b2c .home-hero-cta .btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .shop-b2c .home-benefits {
    flex-direction: column;
    gap: 8px;
  }

  .shop-b2c .toolbar {
    gap: 12px;
  }

  .shop-b2c .product-detail {
    grid-template-columns: 1fr;
  }

  .shop-b2c .auth-tabs .tab {
    min-height: 44px;
  }

  .shop-b2c .field-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0;
  }

  .shop-b2c .field-checkbox input {
    margin-top: 4px;
    min-height: auto;
    width: auto;
  }
}

/* Z-index slojevi */
@media (max-width: 960px) {
  .shop-b2c .mobile-tabbar { z-index: 60; }
  .shop-b2c .sidebar-overlay { z-index: 95; }
  .shop-b2c .cat-sidebar.open { z-index: 100; }
  .shop-b2c .modal::backdrop { z-index: 110; }
  .shop-b2c .modal[open] { z-index: 111; }
  .shop-b2c .toast-stack { z-index: 120; }
  .shop-b2c .order-loading-overlay { z-index: 130; }
}

/* Početna bez banera — odmah proizvodi */
.shop-b2c .shop-content {
  padding-top: 4px;
}

.shop-b2c #home-featured:not([hidden]) + .main .results-meta {
  margin-top: 4px;
}

.shop-b2c #home-featured:not([hidden]) {
  margin-top: 0;
}

/* ========== MOBILE-FIRST — katalog i slike ========== */
.shop-b2c .product-grid,
.shop-b2c .product-grid-compact,
.shop-b2c #featured-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.shop-b2c .product-card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(74, 44, 53, 0.06);
}

.shop-b2c .product-card:hover {
  transform: translateY(-2px);
}

.shop-b2c .product-card img,
.shop-b2c .product-card .ph {
  aspect-ratio: 1;
  max-height: 132px;
  object-fit: contain;
  background: #faf6f7;
  padding: 8px;
}

.shop-b2c .product-card .ph {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-b2c .product-card .body {
  padding: 8px 10px 10px;
}

.shop-b2c .product-card h3 {
  font-size: 0.72rem;
  line-height: 1.3;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-b2c .product-card .price {
  font-size: 0.92rem;
  font-weight: 700;
}

.shop-b2c .product-fav-btn {
  width: 30px;
  height: 30px;
  top: 6px;
  right: 6px;
  font-size: 0.9rem;
}

.shop-b2c .home-section {
  margin-bottom: 22px;
}

.shop-b2c .home-section-title {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.shop-b2c .category-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop-b2c .category-card {
  padding: 12px;
}

.shop-b2c .category-card-name {
  font-size: 0.85rem;
}

/* Detalj artikla — manja slika, više teksta na ekranu */
.shop-b2c #modal-product.modal {
  max-height: min(94dvh, 94vh);
}

.shop-b2c .product-detail-media {
  max-height: min(34vh, 220px) !important;
  min-height: 0 !important;
  padding: 10px 12px !important;
}

.shop-b2c .product-detail-figure {
  max-width: min(180px, 65vw) !important;
  aspect-ratio: 1;
}

.shop-b2c .product-detail-img,
.shop-b2c .product-gallery-main {
  max-height: min(30vh, 180px);
  object-fit: contain;
}

.shop-b2c .product-gallery-thumbs {
  max-width: 100%;
  gap: 6px;
}

.shop-b2c .product-gallery-thumb {
  width: 44px;
  height: 44px;
}

.shop-b2c .product-detail-body {
  padding: 14px 14px 18px !important;
}

.shop-b2c .product-detail-title {
  font-size: 1.05rem !important;
}

.shop-b2c .product-detail-price-main {
  font-size: 1.35rem !important;
}

.shop-b2c .product-detail-desc p {
  font-size: 0.88rem;
}

.shop-b2c .wishlist-item-img,
.shop-b2c .wishlist-item-ph {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.shop-b2c .wishlist-item-body h3 {
  font-size: 0.88rem;
}

@media (min-width: 640px) {
  .shop-b2c .product-card img,
  .shop-b2c .product-card .ph {
    max-height: 168px;
  }
}

@media (min-width: 900px) {
  .shop-b2c .product-grid,
  .shop-b2c .product-grid-compact,
  .shop-b2c #featured-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    gap: 14px !important;
  }

  .shop-b2c .product-card img,
  .shop-b2c .product-card .ph {
    max-height: none;
    padding: 0;
    object-fit: cover;
  }

  .shop-b2c .product-card h3 {
    font-size: 0.95rem;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .shop-b2c .product-card .body {
    padding: 14px 16px 16px;
  }

  .shop-b2c .product-detail-media {
    max-height: none !important;
  }

  .shop-b2c .product-detail-figure {
    max-width: 280px !important;
  }

  .shop-b2c .product-detail-img,
  .shop-b2c .product-gallery-main {
    max-height: none;
  }
}

/* ========== B2C mobil — trust, chips, FAB, katalog ========== */
.shop-b2c .trust-line {
  margin: 0;
  padding: 8px 14px;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--muted);
  background: color-mix(in srgb, var(--primary) 6%, var(--bg));
  border-bottom: 1px solid var(--border);
}

.shop-b2c .category-chips-bar {
  position: sticky;
  top: var(--mobile-sticky-top, 118px);
  z-index: 40;
  background: var(--card);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(74, 44, 53, 0.05);
}

.shop-b2c .category-chips-scroll {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.shop-b2c .category-chips-scroll::-webkit-scrollbar {
  display: none;
}

.shop-b2c .category-chip {
  flex: 0 0 auto;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.shop-b2c .category-chip.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.shop-b2c .grid-section-label {
  grid-column: 1 / -1;
  margin: 4px 0 2px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}

.shop-b2c .product-card-media {
  position: relative;
}

.shop-b2c .product-quick-add {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(74, 44, 53, 0.25);
  z-index: 2;
}

.shop-b2c .product-quick-add:active {
  transform: scale(0.94);
}

.shop-b2c .product-card--skeleton {
  pointer-events: none;
  overflow: hidden;
}

.shop-b2c .product-card--skeleton .sk-media {
  aspect-ratio: 1;
  max-height: 132px;
  background: linear-gradient(90deg, #f3e8ea 25%, #faf6f7 50%, #f3e8ea 75%);
  background-size: 200% 100%;
  animation: sk-shimmer 1.2s ease-in-out infinite;
}

.shop-b2c .product-card--skeleton .sk-body {
  padding: 10px;
}

.shop-b2c .product-card--skeleton .sk-line {
  height: 10px;
  border-radius: 6px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #f3e8ea 25%, #faf6f7 50%, #f3e8ea 75%);
  background-size: 200% 100%;
  animation: sk-shimmer 1.2s ease-in-out infinite;
}

.shop-b2c .product-card--skeleton .sk-line.short {
  width: 55%;
}

@keyframes sk-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.shop-b2c .scroll-sentinel {
  height: 1px;
  width: 100%;
  visibility: hidden;
}

.shop-b2c .cart-fab[hidden] {
  display: none !important;
}

.shop-b2c .cart-fab:not([hidden]) {
  display: flex;
  align-items: center;
  gap: 8px;
  position: fixed;
  right: 14px;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  z-index: 65;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(74, 44, 53, 0.28);
  cursor: pointer;
  transition: transform 0.15s;
}

.shop-b2c .cart-fab:active {
  transform: scale(0.97);
}

.shop-b2c .cart-fab.cart-pulse {
  animation: cart-fab-pulse 0.55s ease;
}

@keyframes cart-fab-pulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.06); }
}

.shop-b2c #btn-cart.cart-pulse {
  animation: cart-fab-pulse 0.55s ease;
}

.shop-b2c .cart-fab-icon {
  font-size: 1.1rem;
  line-height: 1;
}

@media (min-width: 961px) {
  .shop-b2c .category-chips-bar,
  .shop-b2c .cart-fab {
    display: none !important;
  }

  .shop-b2c .trust-line {
    font-size: 0.8rem;
  }
}

@media (max-width: 960px) {
  .shop-b2c .shop-content {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .shop-b2c .modal-product-inner {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .shop-b2c .product-detail-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 112;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
    background: var(--card);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 16px rgba(74, 44, 53, 0.1);
  }

  .shop-b2c .product-detail-sticky-price {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark);
    white-space: nowrap;
  }

  .shop-b2c .product-detail-sticky-actions {
    display: flex;
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }

  .shop-b2c .product-detail-sticky-actions .btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.88rem;
    flex: 1;
    max-width: 140px;
  }

  .shop-b2c .product-detail-cta-inline {
    display: none;
  }
}

@media (min-width: 961px) {
  .shop-b2c .product-detail-sticky {
    display: none !important;
  }
}
