/* SEECUPS sitewide design system — derived from the selected homepage concept. */

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: var(--sc2-ink);
  background: #fffdf9;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .sc2-global-header {
  top: 32px;
}

.sc2-global-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.sc2-header .sc2-wordmark,
.sc2-header .sc2-wordmark:visited,
.sc2-header .sc2-nav-link,
.sc2-header .sc2-nav-link:visited,
.sc2-header .sc2-icon-button,
.sc2-header .sc2-icon-button:visited {
  color: var(--sc2-ink) !important;
}

.sc2-header .sc2-wordmark:hover,
.sc2-header .sc2-nav-link:hover,
.sc2-header .sc2-icon-button:hover {
  color: var(--sc2-coral-dark) !important;
}

body:not(.home) .sc2-header button,
body:not(.home) .sc2-header .sc2-nav-link,
body:not(.home) .sc2-header .sc2-icon-button,
body:not(.home) .sc2-header .sc2-mobile-trigger {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sc2-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
  transform: none;
}

body:not(.home) .sc2-header .sc2-nav-link {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

body:not(.home) .sc2-header .sc2-icon-button,
body:not(.home) .sc2-header .sc2-mobile-trigger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

body:not(.home) .sc2-header .sc2-search input {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.home) .sc2-header .sc2-search button {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
}

.site-content,
.site-content > .col-full,
.storefront-breadcrumb .col-full,
.site-footer .col-full {
  box-sizing: border-box;
}

body:not(.home) .site-content {
  min-height: 54vh;
  padding: 0 0 88px;
  background: #fffdf9;
}

body:not(.home) .site-content > .col-full {
  width: min(100%, 1456px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(24px, 5.4vw, 82px);
}

.storefront-breadcrumb {
  margin: 0;
  padding: 15px 0;
  color: #697078;
  background: var(--sc2-cream);
  border-bottom: 1px solid #eee6dc;
  font-size: 13px;
}

.storefront-breadcrumb .col-full {
  width: min(100%, 1456px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(24px, 5.4vw, 82px);
}

.woocommerce-breadcrumb a {
  color: var(--sc2-ink);
  font-weight: 600;
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6 {
  color: var(--sc2-ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

body:not(.home) .entry-title,
body:not(.home) .page-title,
body:not(.home) .woocommerce-products-header__title {
  margin: 0;
  color: var(--sc2-ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 400 !important;
  line-height: 1;
  text-align: left !important;
}

.woocommerce-products-header,
body:not(.woocommerce) .entry-header,
.sc2-page-hero {
  margin: 0 calc(clamp(24px, 5.4vw, 82px) * -1) 42px;
  padding: 62px clamp(24px, 5.4vw, 82px) 56px;
  background: var(--sc2-cream);
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.search-results .woocommerce-products-header {
  min-height: 0 !important;
  margin-bottom: 28px !important;
  padding: 54px clamp(24px, 5.4vw, 82px) 48px !important;
  background: var(--sc2-cream) !important;
  text-align: left !important;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header p,
.sc2-page-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--sc2-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sc2-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--sc2-coral-dark);
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 700;
}

.sc2-page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1;
}

body:not(.home) a {
  color: inherit;
}

body:not(.home) a:hover {
  color: var(--sc2-coral-dark);
}

body:not(.home) input[type="text"],
body:not(.home) input[type="email"],
body:not(.home) input[type="tel"],
body:not(.home) input[type="password"],
body:not(.home) input[type="number"],
body:not(.home) input[type="search"],
body:not(.home) select,
body:not(.home) textarea,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid #ddd6cd;
  border-radius: 12px;
  background: #fff;
  color: var(--sc2-ink);
  box-shadow: none;
}

body:not(.home) textarea {
  min-height: 130px;
}

body:not(.home) input:focus,
body:not(.home) select:focus,
body:not(.home) textarea:focus {
  border-color: var(--sc2-coral);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 104, 90, 0.14);
}

body:not(.home) label {
  color: #30353a;
  font-size: 14px;
  font-weight: 600;
}

body:not(.home) button,
body:not(.home) input[type="button"],
body:not(.home) input[type="reset"],
body:not(.home) input[type="submit"],
body:not(.home) .button,
body:not(.home) .added_to_cart {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--sc2-coral);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}

body:not(.home) button:hover,
body:not(.home) input[type="submit"]:hover,
body:not(.home) .button:hover,
body:not(.home) .added_to_cart:hover {
  background: var(--sc2-coral-dark);
  color: #fff;
  transform: translateY(-1px);
}

body:not(.home) .button.alt,
body:not(.home) button.alt,
body:not(.home) .checkout-button,
body:not(.home) #place_order {
  background: var(--sc2-coral);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin: 24px 0;
  padding: 18px 22px 18px 54px;
  border: 1px solid #bee6f5;
  border-radius: 14px;
  background: #edf9ff;
  color: #26323a;
  font-size: 14px;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: 18px;
  left: 22px;
  color: var(--sc2-coral-dark);
}

/* Product archives and search results */

.storefront-sorting {
  min-height: 64px !important;
  height: auto !important;
  margin: 0 0 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-products-header + .storefront-sorting .woocommerce-pagination {
  display: none !important;
}

.storefront-sorting::before,
.storefront-sorting::after {
  display: none;
}

.storefront-sorting .woocommerce-result-count {
  margin: 0;
  color: var(--sc2-muted);
  font-size: 14px;
}

.storefront-sorting .woocommerce-ordering {
  margin: 0;
}

.storefront-sorting select {
  min-width: 220px;
}

.woocommerce-pagination {
  margin: 40px 0 0;
  text-align: center;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  min-width: 42px;
  height: 42px;
  margin: 0 3px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e3ddd5;
  border-radius: 50%;
  background: #fff;
  color: var(--sc2-ink);
}

.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
  border-color: var(--sc2-coral);
  background: var(--sc2-coral);
  color: #fff;
}

body:not(.home) ul.products,
body:not(.home) .wc-block-grid__products {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px 22px;
}

body:not(.home) ul.products::before,
body:not(.home) ul.products::after {
  display: none !important;
}

body:not(.home) ul.products li.product,
body:not(.home) .wc-block-grid__product {
  position: relative;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 16px 16px 18px;
  display: flex !important;
  flex-direction: column;
  float: none !important;
  flex: none !important;
  max-width: none !important;
  overflow: hidden;
  border: 1px solid #ebe3d9;
  border-radius: 20px;
  background: #fff;
  text-align: left !important;
  box-shadow: 0 10px 30px rgba(64, 48, 31, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body:not(.home) .wc-block-grid.has-2-columns .wc-block-grid__product,
body:not(.home) .wc-block-grid.has-3-columns .wc-block-grid__product,
body:not(.home) .wc-block-grid.has-4-columns .wc-block-grid__product,
body:not(.home) .wc-block-grid.has-5-columns .wc-block-grid__product,
body:not(.home) .wc-block-grid.has-6-columns .wc-block-grid__product {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
}

body:not(.home) ul.products li.product:hover,
body:not(.home) .wc-block-grid__product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(64, 48, 31, 0.1);
}

body:not(.home) ul.products li.product > a:first-of-type,
body:not(.home) .wc-block-grid__product-link {
  display: block;
}

body:not(.home) ul.products li.product img,
body:not(.home) .wc-block-grid__product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px !important;
  padding: 18px;
  border-radius: 14px;
  background: #f7f6f1;
  object-fit: contain;
}

body:not(.home) ul.products li.product .woocommerce-loop-product__title,
body:not(.home) .wc-block-grid__product-title {
  min-height: 58px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--sc2-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body:not(.home) ul.products li.product .price,
body:not(.home) .wc-block-grid__product-price {
  min-height: 30px;
  margin: 12px 0 14px;
  color: var(--sc2-coral-dark) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body:not(.home) ul.products li.product .price del,
body:not(.home) .wc-block-grid__product-price del {
  margin-right: 8px;
  color: #92938d;
  font-size: 12px;
  opacity: 1;
}

body:not(.home) ul.products li.product .price ins,
body:not(.home) .wc-block-grid__product-price ins {
  font-weight: 700;
  text-decoration: none;
}

body:not(.home) ul.products li.product .button,
body:not(.home) .wc-block-grid__product-add-to-cart .button {
  width: 100%;
  margin: auto 0 0;
  display: block;
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

body:not(.home) .onsale {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 28px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 5px 9px;
  border: 0;
  border-radius: 6px;
  border-color: var(--sc2-coral) !important;
  background: var(--sc2-coral) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body:not(.home) .wc-block-grid__product-onsale {
  position: absolute;
  z-index: 3;
  top: 26px;
  right: 26px;
  margin: 0;
  padding: 5px 9px;
  border: 0 !important;
  border-radius: 6px;
  background: var(--sc2-coral) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body:not(.home) .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: var(--sc2-coral) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button,
body.single-product div.product form.cart button.single_add_to_cart_button,
body.single-product div.product form.cart .single_add_to_cart_button {
  border-color: var(--sc2-coral) !important;
  border-radius: 999px !important;
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

body.woocommerce ul.products li.product a.button:hover,
body.woocommerce-page ul.products li.product a.button:hover,
body.single-product div.product form.cart button.single_add_to_cart_button:hover {
  border-color: var(--sc2-coral-dark) !important;
  background: var(--sc2-coral-dark) !important;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body.woocommerce .wc-block-grid__product-onsale {
  border-color: var(--sc2-coral) !important;
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

/* Product detail */

.single-product .site-main {
  padding-top: 48px;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: start;
}

.single-product div.product::before,
.single-product div.product::after {
  display: none;
}

.single-product div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
  width: auto !important;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 54px);
  float: none !important;
  border-radius: 28px;
  background: #edf9ff;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  max-height: 590px;
  object-fit: contain;
}

.single-product div.product .summary {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  margin: 0 !important;
  padding: 28px 0 0;
  float: none !important;
}

.single-product div.product .summary .onsale {
  position: static;
  width: max-content;
  margin-bottom: 18px;
  display: inline-block;
}

.single-product div.product > .onsale {
  top: 20px;
  right: auto;
  left: 20px;
}

.single-product .product-brand {
  margin: 0 0 13px !important;
  color: var(--sc2-muted);
}

.single-product .product-brand span,
.single-product .product-brand a {
  color: var(--sc2-muted) !important;
}

.single-product .product_title {
  display: block !important;
  margin: 0 0 22px;
  color: var(--sc2-ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400 !important;
  line-height: 1.03;
  text-align: left !important;
}

.single-product div.product p.price {
  margin: 0 0 24px;
  color: var(--sc2-coral-dark);
  font-size: 30px;
  font-weight: 700;
}

.single-product div.product p.price del {
  margin-right: 10px;
  color: #99968e;
  font-size: 20px;
  opacity: 1;
}

.single-product div.product p.price ins {
  text-decoration: none;
}

.single-product .woocommerce-product-details__short-description {
  color: var(--sc2-muted);
  font-size: 16px;
  line-height: 1.65;
}

.single-product form.cart {
  margin: 28px 0 30px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e7e0d7;
  border-bottom: 1px solid #e7e0d7;
}

.single-product form.cart .quantity {
  margin: 0;
}

.single-product form.cart .qty {
  width: 72px;
  min-height: 48px;
  text-align: center;
}

.single-product form.cart .single_add_to_cart_button {
  min-width: 190px;
  min-height: 48px;
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

.single-product .product_meta {
  color: var(--sc2-muted);
  font-size: 13px;
}

.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 54px;
  padding: 34px;
  border: 1px solid #ebe3d9;
  border-radius: 24px;
  background: #fff;
}

.single-product .woocommerce-tabs ul.tabs {
  width: 220px;
  margin: 0 36px 0 0;
  border: 0;
}

.single-product .woocommerce-tabs ul.tabs li {
  border-bottom: 1px solid #eee7de;
}

.single-product .woocommerce-tabs ul.tabs li a {
  padding: 14px 0;
  font-weight: 700;
}

.single-product .woocommerce-tabs .panel {
  width: calc(100% - 256px);
  margin: 0;
  color: var(--sc2-muted);
  font-size: 16px;
  line-height: 1.7;
}

.single-product .woocommerce-tabs .panel h2 {
  margin-top: 0;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: 34px;
  font-weight: 400 !important;
}

.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 70px;
}

.single-product .storefront-product-pagination {
  display: none !important;
}

.single-product .related.products .button,
.single-product .upsells.products .button {
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  margin: 0 0 28px;
  font-size: 36px;
}

/* Cart and checkout */

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
  margin-top: 34px;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
  display: none;
}

.woocommerce-cart table.cart,
.woocommerce-checkout-review-order-table,
.woocommerce-table,
.woocommerce-orders-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #ebe3d9;
  border-radius: 18px;
  background: #fff;
}

.woocommerce-cart table.cart th,
.woocommerce-checkout-review-order-table th,
.woocommerce-table th,
.woocommerce-orders-table th {
  padding: 16px;
  background: var(--sc2-cream);
  color: var(--sc2-ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.woocommerce-cart table.cart td,
.woocommerce-checkout-review-order-table td,
.woocommerce-table td,
.woocommerce-orders-table td {
  padding: 17px 16px;
  border-color: #eee7de;
}

.woocommerce-cart table.cart img {
  width: 78px;
  height: 78px;
  padding: 7px;
  border-radius: 12px;
  background: #f7f6f1;
  object-fit: contain;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 34px;
}

.woocommerce-cart .cart_totals {
  width: min(100%, 520px) !important;
  padding: 28px;
  border: 1px solid #ebe3d9;
  border-radius: 20px;
  background: #fff;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 20px;
  font-size: 30px;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
  width: 100%;
  min-height: 52px;
  line-height: 52px;
}

.woocommerce-cart .cart-empty {
  max-width: 700px;
  margin: 70px auto 18px;
  padding: 44px;
  border: 1px solid #ebe3d9;
  border-radius: 24px;
  background: var(--sc2-cream);
  color: var(--sc2-ink);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
}

.woocommerce-cart .cart-empty::before,
.woocommerce-cart .cart-empty::after {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding-top: 34px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 34px 0 10px;
  padding: 0;
  color: var(--sc2-ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: clamp(34px, 4.5vw, 54px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::before,
.woocommerce-cart .wc-block-cart__empty-cart__title::after {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator {
  width: 70px;
  height: 0;
  margin: 24px auto 42px;
  overflow: hidden;
  border: 0 !important;
  border-top: 2px solid var(--sc2-coral) !important;
  color: var(--sc2-coral);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title) {
  margin: 0 0 28px;
  color: var(--sc2-ink) !important;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  margin-bottom: 0;
}

.woocommerce-cart .return-to-shop {
  margin-bottom: 64px;
  text-align: center;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 36px;
  align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
  width: auto;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #customer_details > div,
.woocommerce-checkout #order_review {
  padding: 28px;
  border: 1px solid #ebe3d9;
  border-radius: 20px;
  background: #fff;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 104px;
}

.woocommerce-checkout #payment {
  border-radius: 16px;
  background: #edf9ff;
}

.woocommerce-checkout #payment .place-order {
  padding: 20px;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
}

/* Account, login, and forms */

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  width: auto !important;
  margin: 0;
  padding: 32px;
  float: none !important;
  border: 1px solid #ebe3d9;
  border-radius: 22px;
  background: #fff;
}

.woocommerce-account .u-column1 form.login,
.woocommerce-account .u-column2 form.register {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-account form.lost_reset_password {
  max-width: 620px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #ebe3d9;
  border-radius: 22px;
  background: #fff;
}

.woocommerce-account .woocommerce-form .button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sc2-coral) !important;
  color: #fff !important;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  margin: 0 0 22px;
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
}

.woocommerce-account.logged-in .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.sc2-account-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #ccebf7;
  border-radius: 24px;
  background: var(--sc2-sky);
  box-shadow: 0 16px 40px rgba(64, 48, 31, 0.06);
}

.sc2-account-hero::after {
  content: "";
  position: absolute;
  right: clamp(22px, 6vw, 80px);
  top: 50%;
  width: 118px;
  height: 118px;
  border: 18px solid rgba(255, 104, 90, 0.22);
  border-right-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-14deg);
  pointer-events: none;
}

.sc2-account-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--sc2-coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sc2-account-hero h1 {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--sc2-ink);
  font-family: "Archivo Black", Impact, sans-serif !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sc2-account-hero > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--sc2-muted);
  font-size: 15px;
  line-height: 1.65;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  margin: 0;
  padding: 10px;
  float: none;
  border: 1px solid #ebe3d9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(64, 48, 31, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 8px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  min-height: 56px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--sc2-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  border-color: #ccebf7;
  background: var(--sc2-sky);
  color: var(--sc2-ink);
  transform: translateY(-1px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:focus-visible {
  outline: 3px solid rgba(255, 104, 90, 0.32);
  outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  border-color: var(--sc2-coral);
  background: var(--sc2-coral);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 104, 90, 0.2);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  border-color: #eee6dc;
  background: var(--sc2-cream);
  color: var(--sc2-muted);
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 40px);
  float: none;
  border: 1px solid #ebe3d9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(64, 48, 31, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: var(--sc2-ink);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  width: auto;
  margin: 0;
  padding: 22px;
  float: none;
  border: 1px solid #eee6dc;
  border-radius: 16px;
  background: var(--sc2-cream);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  font-size: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a {
  color: var(--sc2-coral-dark);
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table {
  width: 100%;
}

/* Brands hub and editorial pages */

.sc2-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sc2-brand-card {
  min-height: 158px;
  padding: 18px;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid #ebe3d9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(64, 48, 31, 0.05);
}

.sc2-brand-card:hover {
  border-color: rgba(255, 104, 90, 0.55);
  transform: translateY(-3px);
}

.sc2-brand-card__visual {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: #edf9ff;
}

.sc2-brand-card:nth-child(4n + 2) .sc2-brand-card__visual { background: var(--sc2-peach); }
.sc2-brand-card:nth-child(4n + 3) .sc2-brand-card__visual { background: var(--sc2-yellow); }
.sc2-brand-card:nth-child(4n + 4) .sc2-brand-card__visual { background: var(--sc2-lavender); }

.sc2-brand-card__visual img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.sc2-brand-card__visual i {
  font-size: 44px;
}

.sc2-brand-card__copy {
  display: grid;
  gap: 7px;
}

.sc2-brand-card__copy strong {
  font-size: 20px;
}

.sc2-brand-card__copy small {
  color: var(--sc2-muted);
  font-size: 12px;
}

.sc2-brand-card > i {
  font-size: 24px;
}

body:not(.home) article.page .entry-content,
body:not(.home) article.post .entry-content {
  max-width: 920px;
  margin: 0 auto;
  color: #3f474d;
  font-size: 16px;
  line-height: 1.75;
}

body:not(.home) article .entry-content h2 {
  margin-top: 44px;
  font-size: 34px;
}

.error404 .site-main,
.search-no-results .site-main {
  padding: 70px 0;
  text-align: center;
}

.error404 .site-main .page-content,
.search-no-results .site-main .page-content {
  max-width: 680px;
  margin: 28px auto 0;
}

/* Footer */

.site-footer {
  padding: 54px 0 32px;
  background: #171717;
  color: #aeb4b8;
}

.site-footer .col-full {
  width: min(100%, 1456px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(24px, 5.4vw, 82px);
}

.site-footer .site-info {
  padding: 28px 0 0 !important;
  border-top: 1px solid #343434;
  color: #aeb4b8 !important;
  font-size: 13px;
}

.site-footer .site-info a {
  color: #fff !important;
}

@media (max-width: 1080px) {
  body:not(.home) ul.products,
  body:not(.home) .wc-block-grid__products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sc2-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.admin-bar .sc2-global-header { top: 46px; }

  .single-product div.product {
    grid-template-columns: 1fr;
  }

  body:not(.home) .sc2-header .sc2-nav-link {
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .summary,
  .single-product .woocommerce-tabs,
  .single-product .related.products,
  .single-product .upsells.products {
    grid-column: 1;
    grid-row: auto;
  }

  .single-product .woocommerce-tabs,
  .single-product .related.products,
  .single-product .upsells.products {
    grid-column: 1;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body:not(.home) .site-content {
    padding-bottom: 58px;
  }

  body:not(.home) .site-content > .col-full,
  .storefront-breadcrumb .col-full {
    padding-inline: 18px;
  }

  .woocommerce-products-header,
  body:not(.woocommerce) .entry-header,
  .sc2-page-hero {
    margin-inline: -18px;
    padding: 46px 18px 42px;
  }

  body:not(.home) .entry-title,
  body:not(.home) .page-title,
  body:not(.home) .woocommerce-products-header__title {
    font-size: clamp(40px, 13vw, 58px);
  }

  .storefront-sorting {
    align-items: stretch;
    flex-direction: column;
  }

  .storefront-sorting select {
    width: 100%;
  }

  body:not(.home) ul.products,
  body:not(.home) .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px;
  }

  body:not(.home) ul.products li.product,
  body:not(.home) .wc-block-grid__product {
    padding: 11px 11px 14px;
    border-radius: 16px;
  }

  body:not(.home) ul.products li.product img,
  body:not(.home) .wc-block-grid__product-image img {
    padding: 8px;
  }

  body:not(.home) ul.products li.product .woocommerce-loop-product__title,
  body:not(.home) .wc-block-grid__product-title {
    min-height: 52px;
    font-size: 12px !important;
  }

  body:not(.home) .onsale {
    top: 18px;
    right: 18px;
  }

  .single-product .site-main {
    padding-top: 24px;
  }

  .single-product div.product .woocommerce-product-gallery {
    padding: 20px;
    border-radius: 20px;
  }

  .single-product div.product .summary {
    padding-top: 0;
  }

  .single-product .product_title {
    font-size: 38px;
  }

  .single-product .woocommerce-tabs {
    padding: 22px;
  }

  .single-product .woocommerce-tabs ul.tabs,
  .single-product .woocommerce-tabs .panel {
    width: 100%;
    margin: 0;
    float: none;
  }

  .single-product .woocommerce-tabs .panel {
    padding-top: 24px;
  }

  .woocommerce-account .u-columns,
  .sc2-brand-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2,
  .woocommerce-account form.login,
  .woocommerce-account form.register {
    padding: 22px;
  }

  .sc2-account-hero {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .sc2-account-hero::after {
    display: none;
  }

  .sc2-account-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 11vw, 46px) !important;
  }

  .sc2-account-hero > p:last-child {
    max-width: 100%;
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    padding: 8px;
    border-radius: 17px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 52px;
    padding: 9px 8px;
    font-size: 12.5px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:last-child {
    grid-column: 1 / -1;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
    border-radius: 18px;
    overflow-x: auto;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .sc2-brand-card {
    grid-template-columns: 84px 1fr auto;
  }

  .sc2-brand-card__visual {
    width: 84px;
    height: 84px;
  }

  .site-footer {
    padding-top: 40px;
  }
}

/*
 * The legacy child stylesheet is enqueued again after this file and carries
 * high-specificity !important archive rules. Keep the responsive product grid
 * deterministic across shop, search, category, and related-product screens.
 */
body.archive.woocommerce:not(.home) ul.products,
body.search.woocommerce:not(.home) ul.products,
body.woocommerce-page:not(.home) .site-main ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1080px) {
  body.archive.woocommerce:not(.home) ul.products,
  body.search.woocommerce:not(.home) ul.products,
  body.woocommerce-page:not(.home) .site-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.archive.woocommerce:not(.home) ul.products,
  body.search.woocommerce:not(.home) ul.products,
  body.woocommerce-page:not(.home) .site-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Compact catalog rhythm: shared metrics for archives, search, and products. */
body.woocommerce:not(.home) {
  --sc2-catalog-hero-pad-top: 30px;
  --sc2-catalog-hero-pad-bottom: 26px;
  --sc2-catalog-hero-gap: 20px;
  --sc2-catalog-controls-gap: 22px;
}

body.woocommerce:not(.home) .storefront-breadcrumb {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 0 !important;
}

body.woocommerce:not(.home) .storefront-breadcrumb .woocommerce-breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-shop:not(.home) .woocommerce-products-header,
body.tax-product_cat:not(.home) .woocommerce-products-header,
body.search-results.woocommerce:not(.home) .woocommerce-products-header {
  margin-bottom: var(--sc2-catalog-hero-gap) !important;
  padding: var(--sc2-catalog-hero-pad-top) clamp(24px, 5.4vw, 82px) var(--sc2-catalog-hero-pad-bottom) !important;
}

body.woocommerce-shop:not(.home) .woocommerce-products-header__title,
body.tax-product_cat:not(.home) .woocommerce-products-header__title,
body.search-results.woocommerce:not(.home) .woocommerce-products-header__title {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #e5e0d8 !important;
  font-size: clamp(36px, 3.7vw, 52px) !important;
  line-height: 1.04 !important;
}

body.woocommerce:not(.home) .storefront-sorting {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 var(--sc2-catalog-controls-gap) !important;
  gap: 0 !important;
}

body.woocommerce:not(.home) .storefront-sorting > .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.woocommerce:not(.home) .storefront-sorting .woocommerce-ordering {
  padding: 5px 7px !important;
  border: 1px solid #e5e0d8 !important;
  border-radius: 12px !important;
}

body.single-product:not(.home) .site-main {
  padding-top: 30px !important;
}

@media (max-width: 720px) {
  body.woocommerce:not(.home) {
    --sc2-catalog-hero-pad-top: 24px;
    --sc2-catalog-hero-pad-bottom: 20px;
    --sc2-catalog-hero-gap: 16px;
    --sc2-catalog-controls-gap: 18px;
  }

  body.woocommerce-shop:not(.home) .woocommerce-products-header__title,
  body.tax-product_cat:not(.home) .woocommerce-products-header__title,
  body.search-results.woocommerce:not(.home) .woocommerce-products-header__title {
    font-size: 34px !important;
  }

  body.single-product:not(.home) .site-main {
    padding-top: 22px !important;
  }
}

@media (max-width: 620px) {
  .sc2-search.is-open {
    position: absolute;
    z-index: 30;
    top: 12px;
    left: 14px;
    right: 14px;
    width: auto;
    padding: 0 10px 0 16px;
    border-color: var(--sc2-coral);
    background: #fff;
  }

  .sc2-search.is-open input {
    position: static;
    width: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .woocommerce-cart table.cart td,
  .woocommerce-cart table.cart th {
    padding: 12px;
  }
}
