body[data-sc-a-template] {
  --sc-bg: #fff;
  --sc-surface: #fff;
  --sc-text: #191415;
  --sc-muted: #626262;
  --sc-line: #e8e5e1;
  --sc-template-logo-width: 130px;
  --sc-template-footer-bg: #f9f9f9;
  background: var(--sc-bg) !important;
  color: var(--sc-text);
  margin: 0;
}

body[data-sc-a-template="porcelain"] {
  --sc-bg: #F4F0ED;
  --sc-surface: #F4F0ED;
  --sc-template-footer-bg: #F4F0ED;
}

body[data-sc-a-template="apparel"] {
  --sc-template-logo-width: 301px;
  --sc-template-footer-bg: #fff;
}

body[data-sc-a-template] [data-sc-a-legacy],
body[data-sc-a-template] #trust-bar[data-sc-a-legacy] { display: none !important; }
body[data-sc-a-template] #a-template-home { display: block !important; margin: 0; padding: 0; width: 100%; }

body[data-sc-a-template] [data-sc-header] {
  background: var(--sc-bg) !important;
  color: var(--sc-text) !important;
  height: auto !important;
  overflow: visible !important;
  padding: 0 max(20px, calc((100vw - var(--sc-container, 1200px)) / 2)) !important;
}

body[data-sc-a-template] .sc-storefront-header-main { min-height: 110px !important; padding: 16px 0; }
body[data-sc-a-template] .sc-storefront-logo { color: #b98678; max-width: 100%; }
body[data-sc-a-template] .sc-storefront-logo img,
body[data-sc-a-template] .sc-storefront-footer-logo {
  display: block;
  width: var(--sc-template-logo-width) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}

body[data-sc-a-template] .sc-storefront-nav a { font-weight: 500; }
body[data-sc-a-template] .sc-storefront-action { border: 0; }
body[data-sc-a-template] .scpb-banner,
body[data-sc-a-template] .scpb-carousel { max-width: none; }
body[data-sc-a-template] .scpb-track { align-items: flex-start; }
body[data-sc-a-template] .scpb-slide { min-width: 0; }
body[data-sc-a-template] .scpb-banner img,
body[data-sc-a-template] .scpb-slide img,
body[data-sc-a-template] .scpb-story-image img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

body[data-sc-a-template] .scpb-product-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

body[data-sc-a-template] .scpb-product-media img {
  width: 100%;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

body[data-sc-a-template] .scpb-product-grid { gap: 30px; }
body[data-sc-a-template] .scpb-service-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
body[data-sc-a-template] .scpb-service-grid article { justify-content: center; text-align: center; }
body[data-sc-a-template] .scpb-heading { font-size: 32px; font-weight: 500; }
body[data-sc-a-template="apparel"] .scpb-heading { font-size: 24px; font-weight: 700; }
body[data-sc-a-template="porcelain"] .scpb-product-price strong,
body[data-sc-a-template="porcelain"] .price-now,
body[data-sc-a-template="porcelain"] #p-price { color: #5EBDDA !important; }

body[data-sc-a-template] .scpb-button,
body[data-sc-a-template] .scpb-product-button,
body[data-sc-a-template] .scpb-newsletter button,
body[data-sc-a-template] .btn-add,
body[data-sc-a-template] .btn-buy,
body[data-sc-a-template] .btn-add-cart,
body[data-sc-a-template] .btn-buy-now { background: var(--sc-accent) !important; color: #fff !important; }

body[data-sc-a-template] [data-sc-footer] {
  display: block !important;
  background: var(--sc-template-footer-bg) !important;
  color: var(--sc-text) !important;
  padding: 48px 20px 24px !important;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

body[data-sc-a-template] .sc-storefront-footer-inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
}

body[data-sc-a-template] .sc-storefront-footer-inner > * { min-width: 0; }
body[data-sc-a-template] .sc-storefront-footer p,
body[data-sc-a-template] .sc-storefront-footer-bottom {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: pre-line;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset;
}

body[data-sc-a-template] .sc-storefront-footer h2,
body[data-sc-a-template] .sc-storefront-footer h3,
body[data-sc-a-template] .sc-storefront-footer a { color: var(--sc-text) !important; }

@media (max-width: 900px) {
  body[data-sc-a-template] .sc-storefront-header-main { min-height: 80px !important; }
  body[data-sc-a-template] .sc-storefront-logo img { width: 100px !important; }
  body[data-sc-a-template="apparel"] .sc-storefront-logo img { width: 160px !important; }
  body[data-sc-a-template] .scpb-product-grid { gap: 16px; }
}

@media (max-width: 600px) {
  body[data-sc-a-template] [data-sc-header] { padding: 0 12px !important; }
  body[data-sc-a-template] .sc-storefront-footer-inner { grid-template-columns: 1fr; }
  body[data-sc-a-template] .scpb-service-grid { grid-template-columns: 1fr; }
}
