@keyframes _wmSpin {
  to {
    transform: rotate(360deg);
  }
}
[x-cloak] {
  display: none !important;
}
.checkout-index-index .page-header {
  padding-top: 20px !important;
  padding-bottom: 12px !important;
}
.checkout-index-index .page-main {
  padding-top: 8px !important;
}
h1.page-title {
  text-align: center !important;
  width: 100% !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
  margin: 0 0 18px !important;
  color: #1a1a1a;
}
.wm-co-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-decoration: none;
  margin-bottom: 14px;
  transition: color 0.2s, transform 0.2s;
}
.wm-co-back:hover {
  color: #1a1a1a;
  transform: translateX(-2px);
}
.wm-co-back svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.75;
}
.wm-co {
  --_accent: var(--wm-co-accent, #ef6f14);
  --_text: #1a1a1a;
  --_muted: #6b6b6b;
  --_subtle: #9b9b9b;
  --_line: #ececea;
  --_field-border: #d8d6d2;
  --_warm-bg: #faf8f5;
  --_warm-line: #ebe8e2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: var(--_text);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.wm-co *,
.wm-co *::before,
.wm-co *::after {
  box-sizing: border-box;
}
.wm-co-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  background: #fff;
  border: 1px solid var(--_line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(20, 20, 20, 0.025), 0 8px 24px -12px rgba(20, 20, 20, 0.06);
}
.wm-co-form {
  padding: 32px 36px 28px;
  min-width: 0;
}
.wm-co-sidebar {
  position: sticky;
  top: 0;
  align-self: stretch;
}
.wm-co-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.01em;
}
.wm-co-spinner {
  width: 26px;
  height: 26px;
  border: 2px solid #ececea;
  border-top-color: var(--_accent);
  border-radius: 50%;
  animation: _wmSpin 0.6s linear infinite;
}
.wm-co-spinner-sm {
  width: 13px;
  height: 13px;
  border: 2px solid #ececea;
  border-top-color: var(--_accent);
  border-radius: 50%;
  animation: _wmSpin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wm-co-steps {
  display: flex;
  margin: 0 0 24px;
  border-bottom: 1px solid var(--_line);
}
.wm-co-step-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #c5c2bc;
  cursor: default;
  transition: color 0.2s, border-color 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  letter-spacing: 0.01em;
}
.wm-co-step-item.is-active {
  color: var(--_text);
  border-color: var(--_text);
  font-weight: 600;
}
.wm-co-step-item.is-done {
  color: #5a9a6c;
  border-color: #5a9a6c;
  cursor: pointer;
}
.wm-co-step-item.is-active .wm-co-step-num {
  background: var(--_text);
  color: #fff;
}
.wm-co-step-item.is-done .wm-co-step-num {
  background: #5a9a6c;
  color: #fff;
}
.wm-co-step-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f3f1ec;
  color: #c5c2bc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
}
.wm-co-section {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--_line);
}
.wm-co-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wm-co-section-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--_text);
  margin: 0 0 14px;
  padding: 0;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wm-co-section-title::before {
  display: none;
}
.wm-co-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: var(--_muted);
  margin: 16px 0 8px;
  letter-spacing: 0.02em;
}
.wm-co-field {
  margin-bottom: 10px;
}
.wm-co-field label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--_subtle);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.wm-co-field input,
.wm-co-field select,
.wm-co-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--_field-border);
  border-radius: 7px;
  font-size: 14px;
  color: var(--_text);
  background: #fff;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.wm-co-field input::placeholder,
.wm-co-field select::placeholder,
.wm-co-field textarea::placeholder {
  color: #c5c2bc;
  font-weight: 400;
}
.wm-co-field input:hover,
.wm-co-field select:hover,
.wm-co-field textarea:hover {
  border-color: #b8b5ae;
}
.wm-co-field input:focus,
.wm-co-field select:focus,
.wm-co-field textarea:focus {
  outline: 0;
  border-color: var(--_text);
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.06);
}
.wm-co-field input.has-error,
.wm-co-field select.has-error,
.wm-co-field textarea.has-error {
  border-color: #d44;
}
.wm-co-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6' fill='%239b9b9b'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.wm-co-error {
  font-size: 11px;
  color: #d44;
  margin-top: 3px;
  font-weight: 500;
}
.wm-co-mt-xs {
  margin-top: 6px;
}
.wm-co-row {
  display: flex;
  gap: 10px;
}
.wm-co-half {
  flex: 1;
}
.wm-co-third {
  flex: 0 0 30%;
}
.wm-co-two-thirds {
  flex: 1;
}
.wm-co-full {
  flex: 1;
}
.wm-co-alert {
  padding: 11px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
}
.wm-co-alert-error {
  background: #fef5f5;
  color: #b91c1c;
  border: 1px solid #f5d0d0;
}
.wm-co-alert button {
  background: 0;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  color: inherit;
  padding: 0 0 0 12px;
  line-height: 1;
}
.wm-co-notice {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  margin: 8px 0;
  line-height: 1.5;
  background: #fefcf3;
  border: 1px solid #f0dfab;
  color: #8b6914;
}
.wm-co-notice a {
  color: var(--_text);
  font-weight: 600;
  text-decoration: underline;
}
.wm-co-saved-addresses {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.wm-co-address-card {
  border: 1px solid var(--_field-border);
  border-radius: 7px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.45;
}
.wm-co-address-card:hover {
  border-color: #b8b5ae;
}
.wm-co-address-card.is-selected {
  border-color: var(--_text);
  background: #faf9f7;
}
.wm-co-address-card input[type="radio"] {
  margin-top: 2px;
  accent-color: var(--_text);
}
.wm-co-methods-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wm-co-method {
  border: 1px solid var(--_field-border);
  border-radius: 7px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 500;
}
.wm-co-method:hover {
  border-color: #b8b5ae;
}
.wm-co-method.is-selected {
  border-color: var(--_text);
  background: #faf9f7;
}
.wm-co-method.is-selected {
  box-shadow: inset 0 0 0 1px var(--_text);
}
.wm-co-method input[type="radio"] {
  flex-shrink: 0;
  accent-color: var(--_text);
}
.wm-co-method-info {
  flex: 1;
  min-width: 0;
}
.wm-co-method-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--_text);
}
.wm-co-method-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--_text);
  white-space: nowrap;
}
.wm-co-method-eta {
  display: block;
  font-size: 11px;
  color: #6e6a64;
  margin-top: 2px;
}
.wm-co-method-icon {
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  object-fit: contain;
  display: block;
}
.wm-co-shipping-loading {
  padding: 12px;
  text-align: center;
  color: var(--_subtle);
  font-size: 12px;
  font-style: italic;
}
.wm-co-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  margin: 6px 0;
  color: var(--_text);
}
.wm-co-checkbox input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--_text);
  width: 15px;
  height: 15px;
}
.wm-co-nav {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.wm-co-btn {
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  transition: background 0.15s, transform 0.1s, opacity 0.15s;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wm-co-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}
.wm-co-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}
.wm-co-btn-primary {
  background: var(--_text);
  color: #fff;
  flex: 1;
}
.wm-co-btn-primary:hover:not(:disabled) {
  background: #000;
}
.wm-co-btn-secondary {
  background: #fff;
  color: var(--_muted);
  border: 1px solid var(--_field-border);
}
.wm-co-btn-secondary:hover:not(:disabled) {
  border-color: var(--_text);
  color: var(--_text);
}
.wm-co-btn-place {
  background: var(--_accent);
  color: #fff;
  font-size: 14px;
  padding: 14px 24px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.wm-co-btn-place:hover:not(:disabled) {
  background: var(--_accent);
  filter: brightness(0.92);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}
.wm-co-sidebar-inner {
  background: var(--_warm-bg);
  border-left: 1px solid var(--_warm-line);
  padding: 32px 24px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wm-co-sidebar-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--_text);
  margin: 0 0 2px;
  letter-spacing: 0.01em;
}
.wm-co-item-count {
  font-weight: 400;
  color: var(--_subtle);
  font-size: 12px;
}
.wm-co-edit-cart {
  display: inline-block;
  font-size: 11px;
  color: var(--_muted);
  margin-bottom: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #d8d5d0;
}
.wm-co-edit-cart:hover {
  color: var(--_text);
  text-decoration-color: var(--_text);
}
.wm-co-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--_warm-line);
  margin-bottom: 18px;
  max-height: 300px;
  overflow-y: auto;
}
.wm-co-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  padding-right: 22px;
}
.wm-co-item-img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #ebe8e2;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}
.wm-co-item-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e8e5df 25%, #efece6 50%, #e8e5df 75%);
}
.wm-co-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.wm-co-item-info {
  flex: 1;
  min-width: 0;
  padding-top: 1px;
}
.wm-co-item-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--_text);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wm-co-item-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 3px;
}
.wm-co-item-opt {
  font-size: 10px;
  color: var(--_subtle);
}
.wm-co-item-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 6px;
}
.wm-co-item-qty-text {
  font-size: 11px;
  color: var(--_subtle);
}
.wm-co-item-price {
  font-size: 12px;
  font-weight: 600;
  color: var(--_text);
  white-space: nowrap;
  flex-shrink: 0;
}
.wm-co-item-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ebe8e2;
  border: 0;
  font-size: 11px;
  color: var(--_subtle);
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.wm-co-item-remove:hover {
  background: #fce0e0;
  color: #c33;
}
.wm-co-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd9d3;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.wm-co-qty button {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  color: var(--_muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.1s, color 0.1s;
}
.wm-co-qty button:hover:not(:disabled) {
  background: #f3f1ec;
  color: var(--_text);
}
.wm-co-qty button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.wm-co-qty span {
  width: 24px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--_text);
}
.wm-co-coupon {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--_warm-line);
  margin-bottom: 18px;
}
.wm-co-coupon-form {
  display: flex;
  gap: 6px;
}
.wm-co-coupon-form input {
  flex: 1;
  padding: 8px 11px;
  border: 1px solid var(--_field-border);
  border-radius: 6px;
  font-size: 12px;
  background: #fff;
  color: var(--_text);
  font-family: inherit;
}
.wm-co-coupon-form input::placeholder {
  color: #c5c2bc;
}
.wm-co-coupon-form input:focus {
  outline: 0;
  border-color: var(--_text);
  box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.05);
}
.wm-co-coupon-form button {
  padding: 8px 14px;
  border: 0;
  border-radius: 6px;
  background: var(--_text);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.15s;
}
.wm-co-coupon-form button:hover:not(:disabled) {
  background: #000;
}
.wm-co-coupon-form button:disabled {
  opacity: 0.3;
}
.wm-co-coupon-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 11px;
  background: #f2faf4;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  font-size: 12px;
  color: #276738;
}
.wm-co-coupon-remove {
  background: 0;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  padding: 0;
}
.wm-co-totals {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wm-co-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--_muted);
  font-weight: 500;
}
.wm-co-total-grand {
  font-size: 16px;
  font-weight: 700;
  color: var(--_text);
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid var(--_warm-line);
  letter-spacing: -0.01em;
}
.wm-co-total-grand span:last-child {
  font-size: 18px;
}
.wm-co-billing-toggle {
  margin: 12px 0;
}
.wm-co-billing-form {
  margin-top: 12px;
}
.wm-co-agreements,
.wm-co-newsletter {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--_line);
}
.wm-co-comments {
  margin-top: 14px;
}
.wm-co-comments textarea {
  resize: vertical;
  min-height: 50px;
  font-size: 13px;
  font-family: inherit;
}
.wm-co-gift {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--_line);
}
.wm-co-gift-fields {
  margin-top: 10px;
}
.wm-co-gift-fields textarea {
  resize: vertical;
  min-height: 60px;
  font-size: 13px;
  font-family: inherit;
}
.wm-co-street-wrap {
  position: relative;
}
.wm-co-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--_line);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-height: 240px;
  overflow-y: auto;
}
.wm-co-suggestion {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  border-bottom: 1px solid var(--_line);
}
.wm-co-suggestion:last-child {
  border-bottom: 0;
}
.wm-co-suggestion:hover {
  background: #f6f5f2;
}
.wm-co-suggestion-loading {
  padding: 10px 12px;
  font-size: 12px;
  color: #888;
  font-style: italic;
}
.wm-co-dark {
  color: #d8d5d0;
}
.wm-co-dark .wm-co-main {
  background: #161513;
  border-color: #2a2825;
}
.wm-co-dark .wm-co-section {
  border-color: #2a2825;
}
.wm-co-dark .wm-co-section-title {
  color: #d8d5d0;
}
.wm-co-dark .wm-co-sidebar-inner {
  background: #1a1816;
  border-color: #2a2825;
}
.wm-co-dark .wm-co-sidebar-title {
  color: #d8d5d0;
}
.wm-co-dark .wm-co-field label {
  color: #888;
}
.wm-co-dark .wm-co-field input,
.wm-co-dark .wm-co-field select,
.wm-co-dark .wm-co-field textarea {
  background: #0f0e0c;
  border-color: #2a2825;
  color: #d8d5d0;
}
.wm-co-dark .wm-co-method {
  border-color: #2a2825;
}
.wm-co-dark .wm-co-method.is-selected {
  background: #1a1816;
  border-color: #d8d5d0;
  box-shadow: inset 0 0 0 1px #d8d5d0;
}
.wm-co-dark .wm-co-method-title,
.wm-co-dark .wm-co-method-price {
  color: #d8d5d0;
}
.wm-co-dark .wm-co-method-eta {
  color: #999;
}
.wm-co-dark .wm-co-item-name,
.wm-co-dark .wm-co-item-price {
  color: #d8d5d0;
}
.wm-co-dark .wm-co-total-row {
  color: #888;
}
.wm-co-dark .wm-co-total-grand {
  color: #d8d5d0;
  border-color: #2a2825;
}
.wm-co-dark .wm-co-btn-primary {
  background: #d8d5d0;
  color: #161513;
}
.wm-co-dark .wm-co-btn-primary:hover:not(:disabled) {
  background: #fff;
}
.wm-co-dark .wm-co-btn-place {
  background: var(--_accent);
  color: #fff;
}
.wm-co-dark .wm-co-btn-place:hover:not(:disabled) {
  background: var(--_accent);
  filter: brightness(1.08);
}
.wm-co-dark .wm-co-btn-secondary {
  background: transparent;
  color: #888;
  border-color: #2a2825;
}
.wm-co-dark .wm-co-loading {
  background: rgba(0, 0, 0, 0.9);
  color: #d8d5d0;
}
.wm-co-dark .wm-co-items,
.wm-co-dark .wm-co-coupon {
  border-color: #2a2825;
}
.wm-co-dark .wm-co-coupon-form input {
  background: #0f0e0c;
  border-color: #2a2825;
  color: #d8d5d0;
}
.wm-co-dark .wm-co-coupon-form button {
  background: #d8d5d0;
  color: #161513;
}
.wm-co-dark .wm-co-suggestions {
  background: #1a1816;
  border-color: #2a2825;
}
.wm-co-dark .wm-co-suggestion {
  border-bottom-color: #2a2825;
  color: #d8d5d0;
}
.wm-co-dark .wm-co-suggestion:hover {
  background: #221f1d;
}
@media (max-width: 880px) {
  .wm-co {
    padding: 0 12px 32px;
  }
  .wm-co-main {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .wm-co-sidebar {
    position: static;
    order: -1;
  }
  .wm-co-sidebar-inner {
    border-left: 0;
    border-bottom: 1px solid var(--_warm-line);
    padding: 22px 20px;
  }
  .wm-co-form {
    padding: 24px 20px 20px;
  }
  .wm-co-row {
    flex-direction: column;
    gap: 0;
  }
  .wm-co-half,
  .wm-co-third,
  .wm-co-two-thirds {
    flex: none;
    width: 100%;
  }
  .wm-co-nav {
    flex-direction: column-reverse;
  }
  .wm-co-btn {
    width: 100%;
  }
  h1.page-title {
    font-size: 1.25rem !important;
    margin-bottom: 14px !important;
  }
  .wm-co-step-label {
    display: none;
  }
  .wm-co-step-item {
    padding: 10px 6px;
    font-size: 11px;
  }
}
@media (min-width: 881px) and (max-width: 1020px) {
  .wm-co-main {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
  .wm-co-form {
    padding: 28px 28px 24px;
  }
  .wm-co-sidebar-inner {
    padding: 28px 22px 24px;
  }
}
