/* shopping_cart2 — cart UI only. ALL rules nested under .sc2-wrap (sidebar untouched). */

.sc2-wrap {
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  color: #1c2a33;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px 24px;
  box-sizing: border-box;
}

.sc2-wrap.is-updating {
  opacity: 0.72;
  pointer-events: none;
}

.sc2-wrap .sc2-hero {
  background: linear-gradient(135deg, #e8f4fb 0%, #f7fafc 55%, #ffffff 100%);
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  padding: 18px 20px 14px;
  margin: 0 0 16px;
  box-shadow: 0 8px 24px rgba(28, 42, 51, 0.08);
  box-sizing: border-box;
}

.sc2-wrap .sc2-hero h1 {
  margin: 0 0 6px;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1c2a33;
  line-height: 1.2;
}

.sc2-wrap .sc2-hero p {
  margin: 0;
  color: #5c6b75;
  font-size: 13px;
  line-height: 1.45;
}

.sc2-wrap .sc2-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.sc2-wrap .sc2-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #5c6b75;
  font-weight: 700;
}

.sc2-wrap .sc2-step span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #e2ebf1;
  color: #5c6b75;
  font-size: 11px;
}

.sc2-wrap .sc2-step.is-current {
  color: #14749f;
}

.sc2-wrap .sc2-step.is-current span {
  background: #1a8fc4;
  color: #fff;
}

.sc2-wrap .sc2-step-sep {
  width: 28px;
  height: 2px;
  background: #d9e2e8;
  border-radius: 2px;
}

.sc2-wrap .sc2-ship-card {
  margin: 16px 0 0;
}

.sc2-wrap .sc2-ship-freebanner {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #e8f7ee;
  color: #1f7a4d;
  font-size: 13px;
  font-weight: 700;
}

.sc2-wrap .sc2-ship-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc2-wrap .sc2-country-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid #d9e2e8;
}

.sc2-wrap .sc2-country-row label {
  font-size: 13px;
  font-weight: 700;
  color: #1c2a33;
}

.sc2-wrap .sc2-country-row select {
  flex: 1 1 220px;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #1c2a33;
  background: #fff;
}

.sc2-wrap #sc2_ship_body.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.sc2-wrap .sc2-ship-hint {
  margin: 0 0 10px;
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.4;
}

.sc2-wrap .sc2-ship-row {
  display: block;
  padding: 0;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  margin: 0 0 8px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.sc2-wrap .sc2-ship-row.is-cheapest,
.sc2-wrap .sc2-ship-row.is-selected {
  border-color: #9fd0e8;
  background: #f3faff;
}

.sc2-wrap .sc2-ship-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.sc2-wrap .sc2-ship-label-row input[type="radio"] {
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  transform: scale(1.15);
}

.sc2-wrap .sc2-ship-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  color: #1c2a33;
  line-height: 1.35;
}

.sc2-wrap .sc2-ship-cost {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #14749f;
  white-space: nowrap;
}

.sc2-wrap .sc2-ship-note {
  margin: 4px 0 0;
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.4;
}

.sc2-wrap .sc2-pickup-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d9e2e8;
}

.sc2-wrap .sc2-pickup-label {
  font-size: 12px;
  font-weight: 700;
  color: #5c6b75;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.sc2-wrap .sc2-pickup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sc2-wrap .sc2-pickup-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  background: #fff;
  padding: 6px 10px;
  font-size: 12px;
  color: #1c2a33;
  font-weight: 600;
}

.sc2-wrap .sc2-pickup-item img {
  max-height: 24px;
  max-width: 72px;
  width: auto;
  height: auto;
}

.sc2-wrap .sc2-ship-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  background: #ffffff;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 16px;
  box-shadow: 0 8px 24px rgba(28, 42, 51, 0.08);
  box-sizing: border-box;
}

.sc2-wrap .sc2-ship-label {
  font-size: 12px;
  font-weight: 700;
  color: #5c6b75;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 4px;
}

.sc2-wrap .sc2-pickup-grid-top {
  flex: 1 1 auto;
}

.sc2-wrap .sc2-pickup-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #d9e2e8;
}

.sc2-wrap .sc2-layout {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.sc2-wrap .sc2-main {
  flex: 1 1 auto;
  min-width: 0;
}

.sc2-wrap .sc2-aside {
  flex: 0 0 300px;
  width: 300px;
}

.sc2-wrap .sc2-card {
  background: #ffffff;
  border: 1px solid #d9e2e8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(28, 42, 51, 0.08);
  overflow: hidden;
  box-sizing: border-box;
}

.sc2-wrap .sc2-card-head {
  padding: 12px 16px;
  border-bottom: 1px solid #d9e2e8;
  background: linear-gradient(180deg, #fbfcfd 0%, #f4f7f9 100%);
  font-size: 13px;
  font-weight: 700;
  color: #1c2a33;
}

.sc2-wrap .sc2-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc2-wrap .sc2-item {
  display: flex;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid #d9e2e8;
  align-items: flex-start;
  box-sizing: border-box;
}

.sc2-wrap .sc2-item:last-child {
  border-bottom: 0;
}

.sc2-wrap .sc2-item-img {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #d9e2e8;
  background: #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sc2-wrap .sc2-item-img img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.sc2-wrap .sc2-item-body {
  flex: 1 1 auto;
  min-width: 0;
}

.sc2-wrap a.sc2-item-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1c2a33;
  line-height: 1.35;
  margin: 0 0 4px;
  text-decoration: none;
}

.sc2-wrap a.sc2-item-name:hover {
  color: #1a8fc4;
  text-decoration: none;
}

.sc2-wrap .sc2-item-attr {
  display: block;
  font-size: 12px;
  color: #5c6b75;
  font-style: italic;
  margin-top: 2px;
}

.sc2-wrap .sc2-stock {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #b42318;
  background: #fdeceb;
  border-radius: 6px;
  padding: 3px 8px;
}

.sc2-wrap .sc2-item-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 12px;
}

.sc2-wrap .sc2-qty {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.sc2-wrap .sc2-qty button {
  width: 34px;
  border: 0;
  background: #f0f4f7;
  color: #1c2a33;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.sc2-wrap .sc2-qty button:hover {
  background: #e4edf3;
}

.sc2-wrap .sc2-qty input[type="text"],
.sc2-wrap .sc2-qty input[type="number"] {
  width: 46px;
  border: 0;
  border-left: 1px solid #d9e2e8;
  border-right: 1px solid #d9e2e8;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1c2a33;
  padding: 8px 0;
  -moz-appearance: textfield;
}

.sc2-wrap .sc2-qty input::-webkit-outer-spin-button,
.sc2-wrap .sc2-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sc2-wrap .sc2-remove {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #5c6b75;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 0;
}

.sc2-wrap .sc2-remove:hover {
  color: #b42318;
}

.sc2-wrap .sc2-item-price {
  flex: 0 0 auto;
  text-align: right;
  min-width: 100px;
  padding-top: 2px;
}

.sc2-wrap .sc2-item-price strong {
  display: block;
  font-size: 16px;
  color: #1c2a33;
}

.sc2-wrap .sc2-unit {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #5c6b75;
  font-weight: 400;
}

.sc2-wrap .sc2-summary {
  position: sticky;
  top: 12px;
}

.sc2-wrap .sc2-card-body {
  padding: 16px;
  box-sizing: border-box;
}

.sc2-wrap .sc2-sum-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #5c6b75;
}

.sc2-wrap .sc2-sum-row.is-total {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px dashed #d9e2e8;
  color: #1c2a33;
  font-weight: 700;
  font-size: 15px;
}

.sc2-wrap .sc2-sum-row.is-total strong {
  font-size: 22px;
  color: #1c2a33;
}

.sc2-wrap .sc2-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 16px;
  line-height: 1.2;
  text-decoration: none !important;
  box-sizing: border-box;
}

.sc2-wrap a.sc2-btn-primary,
.sc2-wrap button.sc2-btn-primary,
.sc2-wrap .sc2-btn-primary {
  background: linear-gradient(180deg, #2aa3d8 0%, #1a8fc4 100%);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(26, 143, 196, 0.28);
  margin-top: 8px;
  -webkit-appearance: none;
  appearance: none;
}

.sc2-wrap a.sc2-btn-primary:hover,
.sc2-wrap button.sc2-btn-primary:hover,
.sc2-wrap .sc2-btn-primary:hover {
  background: linear-gradient(180deg, #1a8fc4 0%, #14749f 100%);
}

.sc2-wrap .sc2-btn-secondary {
  background: #fff;
  color: #1c2a33 !important;
  border: 1px solid #d9e2e8;
  margin-top: 8px;
}

.sc2-wrap .sc2-btn-secondary:hover {
  background: #f4f7f9;
}

.sc2-wrap a.sc2-btn-ghost,
.sc2-wrap button.sc2-btn-ghost,
.sc2-wrap .sc2-btn-ghost {
  background: #fff;
  color: #1c2a33 !important;
  border: 1px solid #c9d6df;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 16px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.sc2-wrap a.sc2-btn-ghost:hover,
.sc2-wrap button.sc2-btn-ghost:hover,
.sc2-wrap .sc2-btn-ghost:hover {
  background: #f4f7f9;
  border-color: #1a8fc4;
  color: #14749f !important;
}

.sc2-wrap .sc2-trust {
  margin: 14px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #d9e2e8;
}

.sc2-wrap .sc2-trust li {
  list-style: none;
  margin: 0 0 8px;
  padding: 0 0 0 22px;
  position: relative;
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.4;
}

.sc2-wrap .sc2-trust li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dff3e8;
  box-shadow: inset 0 0 0 3px #1f7a4d;
}

.sc2-wrap .sc2-rate {
  margin-top: 12px;
  text-align: center;
}

.sc2-wrap .sc2-rate a {
  display: inline-block;
  cursor: pointer;
}

.sc2-wrap .sc2-rate img {
  max-width: 160px;
  height: auto;
  vertical-align: middle;
}

.sc2-wrap .sc2-warning {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1c2a33;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  box-sizing: border-box;
}

.sc2-wrap .sc2-warning-title {
  font-weight: 700;
  margin: 0 0 6px;
}

.sc2-wrap .sc2-warning .messageBox,
.sc2-wrap .sc2-warning table,
.sc2-wrap .sc2-warning tr,
.sc2-wrap .sc2-warning td {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent !important;
  background-color: transparent !important;
}

.sc2-wrap .sc2-warning td {
  padding: 0 !important;
}

.sc2-wrap .sc2-warning img {
  display: none !important;
}

.sc2-wrap .sc2-warning .messageStackError,
.sc2-wrap .sc2-warning .messageStackWarning,
.sc2-wrap .sc2-warning .messageStackSuccess {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.45;
  box-sizing: border-box;
}

.sc2-wrap .sc2-warning .messageStackError,
.sc2-wrap .sc2-warning .messageStackWarning {
  border: 1px solid #f0c2c2;
  background: #fdecea !important;
  background-color: #fdecea !important;
  color: #b71c1c !important;
}

.sc2-wrap .sc2-warning .messageStackSuccess {
  border: 1px solid #a8d5b5;
  background: #eef8f1 !important;
  background-color: #eef8f1 !important;
  color: #1b5e20 !important;
}

.sc2-wrap .sc2-empty {
  text-align: center;
  padding: 42px 20px;
}

.sc2-wrap .sc2-empty h2 {
  margin: 0 0 8px;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 22px;
}

.sc2-wrap .sc2-empty p {
  margin: 0 0 18px;
  color: #5c6b75;
  font-size: 14px;
}

.sc2-wrap .sc2-empty .sc2-btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
}

.sc2-wrap .sc2-suggest {
  margin-top: 22px;
}

.sc2-wrap .sc2-suggest .sc2-card-head {
  font-size: 14px;
}

.sc2-wrap .sc2-suggest-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  box-sizing: border-box;
  align-items: stretch;
}

.sc2-wrap .sc2-suggest-item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  padding: 12px 10px;
  background: #fff;
}

.sc2-wrap .sc2-suggest-item:hover {
  border-color: #b9d7e8;
  box-shadow: 0 6px 16px rgba(26, 143, 196, 0.12);
}

.sc2-wrap .sc2-suggest-item img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin: 0 auto 8px;
  display: block;
}

.sc2-wrap .sc2-suggest-item a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1c2a33;
  line-height: 1.35;
  margin-bottom: 6px;
  text-decoration: none;
}

.sc2-wrap .sc2-suggest-item a:hover {
  color: #1a8fc4;
  text-decoration: none;
}

.sc2-wrap .sc2-suggest-price {
  font-size: 14px;
  font-weight: 700;
  color: #1c2a33;
}

.sc2-wrap .sc2-suggest-price .productSpecialPrice {
  color: #c0392b;
}

/* --- create_account_modern form --- */
.sc2-wrap .sc2-ca-login {
  margin-bottom: 16px;
}

.sc2-wrap form[name="checkout"] > .sc2-card,
.sc2-wrap form[name="checkout_payment"] > .sc2-card,
.sc2-wrap > .sc2-card {
  margin-bottom: 16px;
}

.sc2-wrap .sc2-ca-login-actions {
  flex-direction: column;
  align-items: stretch;
}

.sc2-wrap .sc2-ca-login-actions .sc2-btn-primary {
  width: 100%;
  margin-top: 4px;
}

.sc2-wrap .sc2-ca-login-actions .sc2-btn-ghost {
  width: auto;
  align-self: center;
  margin-top: 6px;
  padding: 4px 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  color: #5c6b75 !important;
}

.sc2-wrap .sc2-field {
  margin: 0 0 14px;
}

.sc2-wrap .sc2-field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1c2a33;
  margin: 0 0 6px;
}

.sc2-wrap .sc2-field-check label {
  font-weight: 600;
  cursor: pointer;
}

.sc2-wrap .sc2-input,
.sc2-wrap input.sc2-input,
.sc2-wrap select.sc2-input,
.sc2-wrap .sc2-field input[type="text"],
.sc2-wrap .sc2-field input[type="password"],
.sc2-wrap .sc2-field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #c9d6df;
  border-radius: 8px;
  font-size: 14px;
  color: #1c2a33;
  background: #fff;
}

.sc2-wrap .sc2-pw-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sc2-wrap .sc2-pw-wrap .sc2-input,
.sc2-wrap .sc2-pw-wrap input[type="password"],
.sc2-wrap .sc2-pw-wrap input[type="text"] {
  padding-right: 44px;
}

.sc2-wrap .sc2-pw-toggle {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5c6b75;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sc2-wrap .sc2-pw-toggle:hover,
.sc2-wrap .sc2-pw-toggle.is-on {
  color: #14749f;
  background: #eef6fa;
}

.sc2-wrap .sc2-pw-toggle:focus {
  outline: 2px solid #1a8fc4;
  outline-offset: 1px;
}

.sc2-wrap .sc2-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sc2-wrap .sc2-radio-row {
  font-size: 14px;
}

.sc2-wrap .sc2-field-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.sc2-wrap .sc2-ca-submit {
  margin: 18px 0 8px;
}

.sc2-wrap .sc2-ca-submit-mid {
  margin: 0 0 18px;
}

.sc2-wrap .sc2-ca-submit .sc2-btn-primary,
.sc2-wrap .sc2-ca-submit-mid .sc2-btn-primary {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  white-space: normal;
  line-height: 1.35;
  padding: 12px 16px;
}

.sc2-wrap .sc2-hidden-submit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .sc2-wrap .sc2-layout {
    flex-direction: column;
  }

  .sc2-wrap .sc2-aside {
    flex: 1 1 auto;
    width: 100%;
  }

  .sc2-wrap .sc2-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .sc2-wrap .sc2-hero {
    padding: 14px;
  }

  .sc2-wrap .sc2-hero h1 {
    font-size: 22px;
  }

  .sc2-wrap .sc2-item {
    flex-wrap: wrap;
  }

  .sc2-wrap .sc2-item-img {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }

  .sc2-wrap .sc2-item-price {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 0;
  }

  .sc2-wrap .sc2-unit {
    margin-top: 0;
  }

  .sc2-wrap .sc2-suggest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc2-wrap .sc2-field-grid {
    grid-template-columns: 1fr;
  }

  .sc2-wrap .sc2-steps {
    gap: 6px;
  }

  .sc2-wrap .sc2-step-sep {
    width: 14px;
  }

  .sc2-wrap .sc2-pickup {
    padding: 12px;
  }

  .sc2-wrap .sc2-pickup-logos .sc2-pickup-item {
    flex: 1 1 calc(50% - 8px);
  }

  .sc2-wrap .sc2-pickup-actions .sc2-btn-primary,
  .sc2-wrap .sc2-pickup-actions .sc2-btn-ghost {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* --- checkout_shipping_modern --- */
.sc2-wrap .sc2-cs-products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc2-wrap .sc2-cs-products li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e8eef2;
  font-size: 14px;
  color: #1c2a33;
}

.sc2-wrap .sc2-cs-products li:last-child {
  border-bottom: 0;
}

.sc2-wrap .sc2-cs-pq {
  color: #5c6b75;
  white-space: nowrap;
}

.sc2-wrap .sc2-cs-pname {
  flex: 1 1 auto;
  min-width: 0;
}

.sc2-wrap .sc2-cs-subtotal {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #d9e2e8;
  font-size: 15px;
  font-weight: 700;
}

.sc2-wrap .sc2-opt-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc2-wrap .sc2-opt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  overflow: visible;
}

.sc2-wrap .sc2-opt.is-selected {
  border-color: #1a8fc4;
  background: #f3fafd;
  box-shadow: 0 0 0 1px #1a8fc4;
}

.sc2-wrap .sc2-opt.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: #f7f9fa;
}

.sc2-wrap .sc2-opt-main {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
}

.sc2-wrap .sc2-opt-radio {
  margin-top: 3px;
  flex: 0 0 auto;
}

.sc2-wrap .sc2-opt-title {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #1c2a33;
  overflow: visible;
  white-space: normal;
}

.sc2-wrap .sc2-opt-title small {
  color: #5c6b75;
  font-weight: 400;
}

.sc2-wrap .sc2-opt-cost {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  color: #1c2a33;
  flex: 0 0 auto;
  padding-top: 2px;
}

.sc2-wrap .sc2-ship-pickup-mini {
  display: block;
  width: 100%;
  margin: -4px 0 0;
  padding: 8px 14px;
  border: 1px dashed #9ec9dd;
  border-radius: 10px;
  background: #f3f9fc;
  color: #14749f;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.sc2-wrap .sc2-ship-pickup-mini:hover {
  border-color: #1a8fc4;
  background: #e8f4fb;
}

.sc2-wrap .sc2-pay-fields {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #e8eef2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  box-sizing: border-box;
}

.sc2-wrap .sc2-pay-field {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #e8eef2;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 48px;
}

.sc2-wrap .sc2-pay-field-title,
.sc2-wrap .sc2-pay-field-input {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.sc2-wrap .sc2-pay-field.is-selected {
  border-color: #1a8fc4;
  background: #fff;
  box-shadow: 0 0 0 1px #1a8fc4;
}

.sc2-wrap .sc2-pay-field .img-platnosci {
  border-width: 0 !important;
  max-height: 36px;
  width: auto;
  display: block;
  pointer-events: none;
}

.sc2-wrap .sc2-pickup {
  margin-top: 14px;
  padding: 14px;
  border: 1px dashed #1a8fc4;
  border-radius: 10px;
  background: #f7fbfe;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.sc2-wrap .sc2-pickup-head {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.sc2-wrap .sc2-pickup-card {
  margin: 10px 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  min-height: 44px;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sc2-wrap .sc2-pickup-empty {
  color: #5c6b75;
  font-size: 13px;
}

.sc2-wrap .sc2-pickup-logos {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#sc2_payment,
#sc2_shipping,
#sc2_comments,
#sc2_receipt {
  scroll-margin-top: 24px;
}

.sc2-wrap .sc2-addr-current {
  margin-top: 8px;
  padding: 12px;
  background: #f7fafc;
  border: 1px solid #d9e2e8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.sc2-wrap .sc2-addr-opt {
  cursor: pointer;
}

.sc2-wrap .sc2-req-note {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
  line-height: 1.4;
}

.sc2-wrap .sc2-card-body > .sc2-req-note:last-child {
  margin: 14px 0 0;
}

.sc2-wrap .sc2-field label .inputRequirement,
.sc2-wrap .inputRequirement {
  color: #c0392b;
  font-weight: 700;
}

.sc2-wrap form[name="checkout_address"] > .sc2-card {
  margin-bottom: 16px;
}

.sc2-wrap .sc2-pickup-logos .sc2-pickup-item {
  flex: 1 1 140px;
  min-width: 0;
  max-width: 100%;
  gap: 6px;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 8px;
  box-sizing: border-box;
}

.sc2-wrap .sc2-pickup-logos .sc2-pickup-item img {
  flex: 0 0 auto;
  max-height: 24px;
  max-width: 64px;
}

.sc2-wrap .sc2-pickup-logos .sc2-pickup-item span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
}

.sc2-wrap .sc2-pickup-text {
  font-size: 14px;
  font-weight: 600;
  color: #1c2a33;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sc2-wrap .sc2-pickup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sc2-wrap .sc2-pickup-actions .sc2-btn-primary,
.sc2-wrap .sc2-pickup-actions .sc2-btn-ghost {
  width: auto;
  flex: 1 1 160px;
  min-width: 0;
  margin-top: 0;
}

.sc2-wrap .sc2-textarea {
  min-height: 96px;
  resize: vertical;
}

/* --- checkout_confirmation_modern --- */
.sc2-wrap form[name="checkout_confirmation"] {
  margin-top: 8px;
}

.sc2-wrap .sc2-cc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.sc2-wrap .sc2-cc-grid > .sc2-card {
  margin-bottom: 0;
}

.sc2-wrap .sc2-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sc2-wrap .sc2-cc-edit {
  font-size: 12px;
  font-weight: 600;
  color: #1a8fc4;
  text-decoration: none;
  white-space: nowrap;
}

.sc2-wrap .sc2-cc-edit:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-cc-block {
  font-size: 14px;
  line-height: 1.5;
  color: #1c2a33;
}

.sc2-wrap .sc2-cc-meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #d9e2e8;
}

.sc2-wrap .sc2-cc-meta-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #5c6b75;
  margin-bottom: 4px;
}

.sc2-wrap .sc2-cc-totals {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #d9e2e8;
}

.sc2-wrap .sc2-cc-total-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: 14px;
  color: #1c2a33;
}

.sc2-wrap .sc2-cc-total-row.is-grand {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #d9e2e8;
  font-size: 16px;
  font-weight: 700;
}

.sc2-wrap .sc2-cc-pay-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.sc2-wrap .sc2-cc-pay-field {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 6px 0;
  border-bottom: 1px solid #e8eef2;
}

.sc2-wrap .sc2-cc-pay-field:last-child {
  border-bottom: 0;
}

.sc2-wrap .sc2-cc-pay-label {
  color: #5c6b75;
  min-width: 120px;
}

.sc2-wrap .sc2-cc-confirm-hint {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #c0392b;
  text-align: center;
}

.sc2-wrap .sc2-cc-raty {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc2-wrap .sc2-cc-raty-calc {
  display: inline-block;
  align-self: flex-start;
}

.sc2-wrap .sc2-cc-raty-calc img {
  max-width: 160px;
  height: auto;
  vertical-align: middle;
}

.sc2-wrap .sc2-cc-raty-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  color: #1c2a33;
}

.sc2-wrap .sc2-cc-raty-check a {
  color: #1a8fc4;
  font-weight: 700;
}

.sc2-wrap .sc2-cc-raty-check input {
  margin-top: 2px;
}

.sc2-wrap .sc2-stock-warn {
  color: #c0392b;
  font-weight: 700;
}

@media (max-width: 720px) {
  .sc2-wrap .sc2-cc-grid {
    grid-template-columns: 1fr;
  }
}

/* --- login_modern --- */
.sc2-wrap .sc2-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.sc2-wrap .sc2-login-grid .sc2-login-card {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sc2-wrap .sc2-login-card .sc2-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.sc2-wrap .sc2-login-form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sc2-wrap .sc2-login-card-top {
  flex: 1 1 auto;
}

.sc2-wrap .sc2-login-card-actions {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.sc2-wrap .sc2-login-card-actions .sc2-btn-primary {
  width: 100%;
  min-height: 44px;
  margin-top: 0;
  box-sizing: border-box;
}

.sc2-wrap .sc2-login-forgot {
  display: inline-block;
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #1a8fc4;
  text-decoration: none;
  line-height: 1.35;
}

.sc2-wrap .sc2-login-forgot:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-login-cart-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #f0d9a8;
  border-radius: 10px;
  background: #fff8eb;
  font-size: 13px;
  line-height: 1.45;
  color: #5c6b75;
  box-sizing: border-box;
}

.sc2-wrap .sc2-login-cart-note a {
  color: #1a8fc4;
  font-weight: 700;
}

.sc2-wrap .sc2-login-new-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #5c6b75;
}

@media (max-width: 720px) {
  .sc2-wrap .sc2-login-grid {
    grid-template-columns: 1fr;
  }
}

/* --- logoff_modern --- */
.sc2-wrap .sc2-logoff-text {
  font-size: 14px;
  line-height: 1.55;
  color: #1c2a33;
  margin: 0 0 16px;
}

.sc2-wrap .sc2-logoff-text a {
  color: #1a8fc4;
  font-weight: 700;
}

.sc2-wrap .sc2-logoff-text br {
  display: block;
  content: '';
  margin-top: 8px;
}

/* --- account_modern --- */
.sc2-wrap .sc2-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.sc2-wrap .sc2-account-head-link {
  font-size: 13px;
  font-weight: 700;
  color: #1a8fc4;
  text-decoration: none;
}

.sc2-wrap .sc2-account-head-link:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-account-orders {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc2-wrap .sc2-account-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sc2-wrap .sc2-account-order:hover {
  border-color: #1a8fc4;
  box-shadow: 0 4px 14px rgba(26, 143, 196, 0.12);
}

.sc2-wrap .sc2-account-order-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sc2-wrap .sc2-account-order-main strong {
  font-size: 15px;
  color: #1c2a33;
}

.sc2-wrap .sc2-account-order-meta,
.sc2-wrap .sc2-account-order-ship {
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.sc2-wrap .sc2-account-order-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex: 0 0 auto;
}

.sc2-wrap .sc2-account-order-total {
  font-size: 14px;
  font-weight: 700;
  color: #1c2a33;
  white-space: nowrap;
}

.sc2-wrap .sc2-account-order-cta {
  font-size: 12px;
  font-weight: 700;
  color: #1a8fc4;
}

.sc2-wrap .sc2-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sc2-wrap .sc2-account-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.sc2-wrap .sc2-account-tile:hover {
  border-color: #1a8fc4;
  box-shadow: 0 6px 18px rgba(26, 143, 196, 0.12);
  transform: translateY(-1px);
}

.sc2-wrap .sc2-account-tile strong {
  font-size: 15px;
  color: #14749f;
  line-height: 1.25;
}

.sc2-wrap .sc2-account-tile span {
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sc2-wrap .sc2-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 8px;
}

.sc2-wrap .sc2-account-actions .sc2-btn {
  width: auto;
  min-width: 160px;
  margin-top: 0;
}

@media (max-width: 640px) {
  .sc2-wrap .sc2-account-grid {
    grid-template-columns: 1fr;
  }

  .sc2-wrap .sc2-account-order {
    flex-direction: column;
    align-items: flex-start;
  }

  .sc2-wrap .sc2-account-order-side {
    align-items: flex-start;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .sc2-wrap .sc2-account-actions .sc2-btn {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }
}

/* --- checkout_success_modern --- */
.sc2-wrap .sc2-csuccess-thanks {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1c2a33;
  line-height: 1.3;
}

.sc2-wrap .sc2-csuccess-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #a8d5b5;
  border-radius: 10px;
  background: #eef8f1;
  color: #1b5e20;
  font-size: 13px;
  line-height: 1.5;
  box-sizing: border-box;
}

.sc2-wrap .sc2-csuccess-note.is-alert {
  border-color: #f0c2c2;
  background: #fdecea;
  color: #b71c1c;
}

/* --- account_newsletters_modern --- */
.sc2-wrap .sc2-nl-opt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sc2-wrap .sc2-nl-opt:hover,
.sc2-wrap .sc2-nl-opt.is-selected {
  border-color: #1a8fc4;
  box-shadow: 0 4px 14px rgba(26, 143, 196, 0.1);
}

.sc2-wrap .sc2-nl-check {
  margin-top: 3px;
  flex: 0 0 auto;
}

.sc2-wrap .sc2-nl-opt-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sc2-wrap .sc2-nl-opt-body strong {
  font-size: 15px;
  color: #1c2a33;
  line-height: 1.3;
}

.sc2-wrap .sc2-nl-opt-body span {
  font-size: 13px;
  color: #5c6b75;
  line-height: 1.45;
}

/* --- account_history_modern --- */
.sc2-wrap .sc2-ah-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px 4px;
  font-size: 12px;
  color: #5c6b75;
}

.sc2-wrap .sc2-ah-pager-links a {
  color: #1a8fc4;
  font-weight: 700;
  text-decoration: none;
  margin: 0 3px;
}

.sc2-wrap .sc2-ah-pager-links a:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-ah-pager-links b {
  color: #1c2a33;
}

/* --- address_book_modern --- */
.sc2-wrap .sc2-ab-primary {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: #f7fafc;
  font-size: 14px;
  line-height: 1.45;
  color: #1c2a33;
}

.sc2-wrap .sc2-ab-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sc2-wrap .sc2-ab-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.sc2-wrap .sc2-ab-item.is-primary {
  border-color: #1a8fc4;
  box-shadow: 0 4px 14px rgba(26, 143, 196, 0.1);
}

.sc2-wrap .sc2-ab-item-main {
  min-width: 0;
  flex: 1 1 auto;
}

.sc2-wrap .sc2-ab-item-main strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #1c2a33;
}

.sc2-wrap .sc2-ab-badge {
  display: inline-block;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #14749f;
}

.sc2-wrap .sc2-ab-item-addr {
  font-size: 13px;
  line-height: 1.45;
  color: #5c6b75;
}

.sc2-wrap .sc2-ab-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.sc2-wrap .sc2-ab-link {
  font-size: 13px;
  font-weight: 700;
  color: #1a8fc4;
  text-decoration: none;
}

.sc2-wrap .sc2-ab-link:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-ab-link.is-danger {
  color: #c0392b;
}

.sc2-wrap .sc2-ab-note {
  margin: 0 0 14px;
  font-size: 12px;
  color: #5c6b75;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .sc2-wrap .sc2-ab-item {
    flex-direction: column;
  }

  .sc2-wrap .sc2-ab-item-actions {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
}

/* --- account_history_info_modern --- */
.sc2-wrap .sc2-ahi-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc2-wrap .sc2-ahi-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sc2-wrap .sc2-ahi-title strong {
  font-size: 18px;
  color: #1c2a33;
}

.sc2-wrap .sc2-ahi-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e8f4fb;
  color: #14749f;
  font-size: 12px;
  font-weight: 700;
}

.sc2-wrap .sc2-ahi-date {
  font-size: 13px;
  color: #5c6b75;
}

.sc2-wrap .sc2-ahi-ksef {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #1c2a33;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.sc2-wrap .sc2-ahi-ksef:hover {
  color: #14749f;
}

.sc2-wrap .sc2-ahi-pdf {
  background: #d33;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.sc2-wrap .sc2-ahi-ksef-no {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #5c6b75;
}

.sc2-wrap .sc2-ahi-history {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc2-wrap .sc2-ahi-hist-row {
  display: grid;
  grid-template-columns: 90px 140px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e6eef3;
  font-size: 13px;
  color: #1c2a33;
}

.sc2-wrap .sc2-ahi-hist-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sc2-wrap .sc2-ahi-hist-row:first-child {
  padding-top: 0;
}

.sc2-wrap .sc2-ahi-hist-date {
  color: #5c6b75;
  white-space: nowrap;
}

.sc2-wrap .sc2-ahi-hist-status {
  font-weight: 700;
}

.sc2-wrap .sc2-ahi-hist-comment {
  color: #5c6b75;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sc2-wrap .sc2-ahi-downloads {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc2-wrap .sc2-ahi-dl-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e6eef3;
  font-size: 13px;
  align-items: start;
}

.sc2-wrap .sc2-ahi-dl-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sc2-wrap .sc2-ahi-dl-row:first-child {
  padding-top: 0;
}

.sc2-wrap .sc2-ahi-dl-name a {
  color: #1a8fc4;
  font-weight: 700;
  text-decoration: none;
}

.sc2-wrap .sc2-ahi-dl-name a:hover {
  text-decoration: underline;
}

.sc2-wrap .sc2-ahi-dl-meta,
.sc2-wrap .sc2-ahi-dl-count {
  color: #5c6b75;
}

.sc2-wrap .sc2-cs-pname a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.sc2-wrap .sc2-cs-pname a:hover {
  color: #14749f;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .sc2-wrap .sc2-ahi-hist-row,
  .sc2-wrap .sc2-ahi-dl-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ---- product_info_modern.php: rebuilt core buy-box ---- */
.sc2-pdp.sc2-wrap {
  /* classic 700px box stays; trim cart .sc2-wrap padding that ate width */
  max-width: 700px;
  padding: 4px 6px 12px;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
}

.sc2-pdp .sc2-pdp-core {
  padding: 4px 0 8px;
}

.sc2-pdp .sc2-pdp-head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sc2-pdp .sc2-pdp-head-main {
  flex: 1;
  min-width: 0;
}

.sc2-pdp .sc2-pdp-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #17313d;
  letter-spacing: -0.02em;
}

.sc2-pdp .sc2-pdp-copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sc2-pdp .sc2-pdp-copy img {
  filter: invert(60%);
  display: block;
}

.sc2-pdp .sc2-pdp-brand {
  float: none !important;
  flex: 0 0 110px;
  width: 110px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 4px 0 0;
  box-sizing: border-box;
}

.sc2-pdp .sc2-pdp-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.sc2-pdp .sc2-pdp-brand a:hover {
  background-color: #f0f7fb;
  box-shadow: 0 0 0 1px #c5e0ee;
}

.sc2-pdp .sc2-pdp-brand a:hover img {
  opacity: 0.92;
}

.sc2-pdp .sc2-pdp-brand img {
  max-width: 100%;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.15s ease;
}

.sc2-pdp .sc2-pdp-avail .font_wmagazynie {
  display: block;
  margin: 0;
  color: #14749f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45;
}

.sc2-pdp .sc2-pdp-pickup {
  margin: 0 0 12px;
  padding: 10px 10px;
  border: 1px dashed #9ec9dd;
  border-radius: 12px;
  background: #f3f9fc;
}

.sc2-pdp .sc2-pdp-pickup-label {
  font-size: 13px;
  font-weight: 800;
  color: #14749f;
  margin-bottom: 8px;
  text-transform: none;
}

/* Float buy-box: text wraps beside it, then spills full-width underneath */
.sc2-pdp .sc2-pdp-flow {
  position: relative;
  margin-bottom: 18px;
  overflow-x: hidden;
  max-width: 100%;
}

.sc2-pdp .sc2-pdp-flow-clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.sc2-pdp .sc2-pdp-freeship {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #eefaf2 0%, #e4f5ea 100%);
  border: 1px solid #b7e0c5;
}

.sc2-pdp .sc2-pdp-freeship-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  background: #1f9d55;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sc2-pdp .sc2-pdp-freeship p {
  margin: 0;
  color: #1f6b3a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.sc2-pdp .sc2-pdp-eraty {
  margin-top: 10px;
  padding: 8px 8px;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}

.sc2-pdp .sc2-pdp-eraty-hint {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #243943;
  line-height: 1.35;
}

.sc2-pdp .sc2-pdp-eraty-btn {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sc2-pdp .sc2-pdp-eraty-btn img.santander {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

.sc2-pdp .sc2-pdp-thumbs {
  margin: 16px 0 10px;
  position: relative;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.sc2-pdp .sc2-pdp-thumbs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.sc2-pdp .sc2-pdp-thumbs-label {
  font-size: 12px;
  font-weight: 700;
  color: #5c6b75;
  margin: 0;
}

.sc2-pdp .sc2-pdp-thumbs-nav {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
}

.sc2-pdp .sc2-pdp-thumbs-prev,
.sc2-pdp .sc2-pdp-thumbs-next {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #d7e3ea;
  border-radius: 8px;
  background: #fff;
  color: #14749f;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
}

.sc2-pdp .sc2-pdp-thumbs-prev:hover,
.sc2-pdp .sc2-pdp-thumbs-next:hover {
  border-color: #1a8fc4;
  background: #f3f9fc;
}

.sc2-pdp .sc2-pdp-thumbs-prev:disabled,
.sc2-pdp .sc2-pdp-thumbs-next:disabled {
  opacity: 0.35;
  cursor: default;
}

.sc2-pdp .sc2-pdp-thumbs-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.sc2-pdp .sc2-pdp-thumbs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  /* safety before JS pages: never more than 2 rows tall */
  max-height: calc(72px * 2 + 8px);
  overflow: hidden;
}

.sc2-pdp .sc2-pdp-thumb {
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #d7e3ea;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  flex: 0 0 72px;
}

.sc2-pdp .sc2-pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc2-pdp .sc2-pdp-thumb:hover {
  border-color: #1a8fc4;
}

.sc2-pdp-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(15, 42, 53, 0.82);
  cursor: zoom-out;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
}

.sc2-pdp-lightbox.is-on {
  display: flex;
}

.sc2-pdp-lightbox-inner {
  position: relative;
  max-width: min(960px, 100%);
  max-height: 90vh;
  cursor: zoom-out;
}

.sc2-pdp-lightbox-inner img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  cursor: zoom-out;
}

.sc2-pdp-lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #17313d;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.sc2-pdp .sc2-pdp-buybox {
  float: right;
  width: 200px;
  margin: 0 0 13px 13px;
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  background: #f7fbfc;
  padding: 12px 10px 14px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 5;
  box-shadow: 0 8px 22px rgba(23, 49, 61, 0.08);
}

.sc2-pdp .sc2-pdp-freeship,
.sc2-pdp .sc2-pdp-eraty,
.sc2-pdp .sc2-pdp-thumbs {
  overflow: hidden; /* BFC: sit beside float, never expand page width */
  max-width: 100%;
  min-width: 0;
}

.sc2-pdp-dock {
  position: fixed;
  top: 16px;
  width: 200px;
  z-index: 1200;
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  background: #f7fbfc;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(23, 49, 61, 0.18);
  text-align: center;
  display: none;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
}

.sc2-pdp-dock.is-on {
  display: block;
}

.sc2-pdp-dock .sc2-pdp-price {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f2a35;
  margin-bottom: 6px;
}

.sc2-pdp .sc2-pdp-stock-web {
  display: none;
}

.sc2-pdp-dock-avail {
  font-size: 12px;
  line-height: 1.35;
  color: #314854;
  margin: 0 0 10px;
  text-align: left;
}

.sc2-pdp-dock-avail .font_sklep {
  display: block;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 2px;
}

.sc2-pdp-dock-avail br {
  display: none;
}

.sc2-pdp-dock-avail .container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sc2-pdp-dock .sc2-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 16px;
  line-height: 1.2;
  text-decoration: none !important;
  box-sizing: border-box;
  margin-top: 0;
  background: linear-gradient(180deg, #2aa3d8 0%, #1a8fc4 100%);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(26, 143, 196, 0.28);
  -webkit-appearance: none;
  appearance: none;
}

.sc2-pdp-dock .sc2-btn:hover {
  background: linear-gradient(180deg, #1a8fc4 0%, #14749f 100%);
}

.sc2-pdp .sc2-pdp-mobilebar {
  display: none;
}

.sc2-pdp .sc2-pdp-price {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f2a35;
  margin-bottom: 4px;
}

.sc2-pdp .sc2-pdp-netto {
  color: #5c6b75;
  font-size: 13px;
  margin-bottom: 8px;
}

.sc2-pdp .sc2-pdp-oldprice {
  font-size: 13px;
  color: #5c6b75;
  margin-bottom: 8px;
}

.sc2-pdp .sc2-pdp-oldprice .is-strike {
  text-decoration: line-through;
  margin: 0 4px;
}

.sc2-pdp .sc2-pdp-oldprice .is-disc {
  color: #c0392b;
  font-weight: 700;
}

.sc2-pdp .sc2-pdp-rata {
  font-size: 13px;
  margin-bottom: 10px;
}

.sc2-pdp .sc2-pdp-rata a {
  color: #14749f;
  text-decoration: none;
  font-weight: 600;
}

.sc2-pdp .sc2-pdp-rata strong {
  color: #c0392b;
  margin-left: 4px;
}

.sc2-pdp .sc2-pdp-buybox .sc2-btn-primary {
  width: 100%;
  margin: 4px 0 12px;
}

.sc2-pdp .sc2-pdp-photo {
  margin: 8px 0;
}

.sc2-pdp .sc2-pdp-photo .img_150 {
  border-radius: 10px;
  background: #fff;
  max-width: 100%;
  height: auto;
}

.sc2-pdp .sc2-pdp-stock {
  text-align: left;
  font-size: 12px;
  color: #243943;
  line-height: 1.45;
}

.sc2-pdp .sc2-pdp-desc {
  margin: 8px 0 8px;
  line-height: 1.55;
  color: #243943;
  /* no clear ? wrap beside buybox under thumbs, then full width below */
}

.sc2-pdp .sc2-pdp-desc img {
  max-width: 100%;
  height: auto;
}

.sc2-pdp .sc2-pdp-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 8px;
  padding: 12px;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
  background: #f7fbfc;
}

.sc2-pdp .sc2-pdp-actions .sc2-btn {
  width: 100%;
  margin-top: 0;
}

@media (max-width: 640px) {
  .sc2-pdp .sc2-pdp-head {
    flex-direction: column;
  }

  .sc2-pdp .sc2-pdp-brand {
    flex: 0 0 auto;
    width: auto;
    max-width: 140px;
    align-self: flex-start;
    padding: 0;
  }

  .sc2-pdp .sc2-pdp-brand img {
    max-height: 56px;
  }

  .sc2-pdp .sc2-pdp-buybox {
    float: none;
    width: 100%;
    margin: 0 0 14px;
    box-shadow: none;
  }

  .sc2-pdp .sc2-pdp-freeship,
  .sc2-pdp .sc2-pdp-eraty {
    overflow: visible;
  }

  .sc2-pdp .sc2-pdp-thumbs {
    overflow: hidden;
  }

  .sc2-pdp .sc2-pdp-thumb {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .sc2-pdp-dock {
    display: none !important;
  }

  .sc2-pdp .sc2-pdp-actions {
    grid-template-columns: 1fr;
  }

  .sc2-pdp .sc2-pdp-mobilebar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(247, 251, 252, 0.97);
    border-top: 1px solid #d7e3ea;
    box-shadow: 0 -8px 24px rgba(23, 49, 61, 0.12);
  }

  .sc2-pdp .sc2-pdp-mobilebar-price {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    color: #0f2a35;
    min-width: 88px;
  }

  .sc2-pdp .sc2-pdp-mobilebar .sc2-btn {
    flex: 1;
    margin-top: 0;
    width: auto;
  }

  body.sc2-pdp-has-mobilebar {
    padding-bottom: 78px;
  }
}

