﻿/* AussifyLife mockup extras â€” preview chrome + shop helpers */

:root {
  --ss-muted: #6B625A;
  --ss-art-bg: #f5f1eb;
  --ss-art-dot: rgba(176, 106, 52, 0.16);
  --ss-page-gutter: 48px;
}

html {
  overflow-x: clip;
}

body.sscomic-theme {
  overflow-x: clip;
  max-width: 100%;
}

/* Rounded cards, banners, and buttons — home, category, product */
body.sscomic-theme {
  --ss-radius-card: 1.15rem;
  --ss-radius-banner: 1.5rem;
  --ss-radius-btn: 0.8rem;
}

body.sscomic-theme .ss-store-main ul.products,
body.sscomic-theme .ss-home ul.products,
body.sscomic-theme .ss-related-grid,
body.sscomic-theme .related ul.products {
  background: transparent !important;
}

body.sscomic-theme .ss-card,
body.sscomic-theme .ss-store-main ul.products li.product,
body.sscomic-theme .ss-home ul.products li.product {
  border-radius: var(--ss-radius-card) !important;
  overflow: hidden;
  background: transparent;
}

body.sscomic-theme .ss-card-media {
  border-radius: var(--ss-radius-card, 1.15rem);
}

body.sscomic-theme .ss-card-image {
  border-radius: inherit;
}

body.sscomic-theme .ss-card a.button.ss-card-add,
body.sscomic-theme .ss-card a.ss-card-add {
  border-radius: 50% !important;
}

body.sscomic-theme .ss-category-hero {
  border-radius: var(--ss-radius-banner);
  overflow: hidden;
}

body.sscomic-theme .ss-filters {
  border-radius: var(--ss-radius-card);
}

body.sscomic-theme .ss-pdp-main,
body.sscomic-theme .ss-pdp-thumb {
  border-radius: 0.9rem;
  overflow: hidden;
}

body.sscomic-theme .ss-pdp-buybox {
  border-radius: var(--ss-radius-card);
}

body.sscomic-theme .ss-pdp-cart .single_add_to_cart_button,
body.sscomic-theme .ss-pdp-cart button.single_add_to_cart_button {
  border-radius: 999px !important;
  aspect-ratio: auto !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 52px !important;
}

/* Keep header bars full-bleed; keep inner chrome on the same column as the page */
body.sscomic-theme .ss-container-header,
body.sscomic-theme .al-preview-inner {
  width: min(var(--ss-container-max), calc(100% - var(--ss-page-gutter)));
  max-width: var(--ss-container-max);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

.al-preview {
  background: #0F2744;
  color: #EEF3FA;
  border-bottom: 2px solid #1E6FFF;
  font-family: Manrope, Inter, sans-serif;
}

.al-preview-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.65rem 0;
}

.al-preview-copy {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.al-preview-copy span {
  color: #4BA3F0;
}

.al-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.al-swatches li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.8);
}

.al-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ss-shop-hero-space {
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
}

.ss-info-page {
  padding: 3rem 0 5rem;
}

.ss-info-article h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.ss-info-body {
  max-width: 62ch;
  color: var(--ss-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.ss-info-body h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.25rem;
}

.ss-info-body p,
.ss-info-body ul {
  margin: 0 0 1rem;
}

.ss-contact-form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
  margin-top: 1.5rem;
}

.ss-contact-form label span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ss-header);
}

.ss-contact-form input,
.ss-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ss-border);
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

.ss-info-notice {
  padding: 0.85rem 1rem;
  border-radius: 0.6rem;
  font-weight: 600;
}

.al-split-stage .ss-hero-slide {
  background: #0F2744;
}

.ss-info-notice.is-ok {
  background: rgba(176, 106, 52, 0.12);
  color: #6B3A1E;
}

.ss-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--ss-container-max), calc(100% - 48px));
  margin: 1.75rem auto 0;
}

.ss-shop-toolbar h1 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.ss-shop-toolbar p {
  margin: 0.4rem 0 0;
  color: var(--ss-muted);
}

.ss-shop-toolbar select {
  min-height: 2.6rem;
  padding: 0 0.9rem;
  border: 1px solid var(--ss-border);
  border-radius: 999px;
  background: #fff;
  font: inherit;
}

.ss-breadcrumb {
  width: min(var(--ss-container-max), calc(100% - 48px));
  margin: 1.25rem auto 0;
  font-size: 0.75rem;
  color: var(--ss-muted);
}

.ss-breadcrumb a {
  color: var(--ss-brand);
  font-weight: 600;
  text-decoration: none;
}

.ss-bento-tile.ss-mock-banner .ss-bento-media,
.ss-cat.ss-mock-banner .ss-bento-media {
  background-image: var(--ss-banner-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ss-bento-tile.ss-mock-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(11, 18, 32, 0.08) 0%, rgba(11, 18, 32, 0.82) 100%);
}

.ss-bento-tile.ss-mock-banner .ss-bento-copy {
  display: flex;
}

.ss-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.25rem 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8125rem;
}

.ss-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.ss-pay {
  display: inline-flex;
  width: 2.6rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}

.ss-pay svg {
  width: 100%;
  height: 100%;
}

.ss-pay-amex {
  background: #2e77bc;
}

body.sscomic-theme {
  margin: 0;
}

.ss-logo-mark {
  display: none;
}

.ss-mainbar .ss-logo,
.ss-footer-brand .ss-logo {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 0;
}

.ss-mainbar .ss-logo-img,
.ss-footer-brand .ss-logo-img {
  height: 2.55rem;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  background: transparent;
}

.ss-mainbar-mobile .ss-logo-img {
  height: 2.05rem;
  max-width: 190px;
}

.ss-footer-brand .ss-logo-img {
  height: 2.85rem;
  max-width: 260px;
}

@media (min-width: 1024px) {
  .ss-mainbar-desktop .ss-logo {
    max-width: 320px;
  }

  .ss-mainbar .ss-logo-img {
    height: 2.75rem;
    max-width: 280px;
  }
}

.ss-btn-primary,
.ss-card-add,
.ss-newsletter-join {
  color: #fff !important;
}

.ss-ticker {
  background: #0F2744;
  color: #EEF3FA;
  border-color: rgba(245, 241, 235, 0.12);
}

.ss-footer {
  border-top: 0;
}

.ss-card-rating {
  color: #1E6FFF;
  letter-spacing: 0.04em;
}

.ss-card-rating span {
  color: var(--ss-muted);
  letter-spacing: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* Circular categories */
.al-circles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 1rem;
  justify-items: center;
}

@media (min-width: 700px) {
  .al-circles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .al-circles {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.al-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: min(100%, 190px);
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.al-circle-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--ss-art-bg);
  background-image: var(--ss-banner-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 30px rgba(42, 33, 28, 0.12);
  transition: transform 0.35s var(--ss-ease), box-shadow 0.35s var(--ss-ease);
}

.al-circle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.al-circle:hover .al-circle-media {
  transform: scale(1.045);
  box-shadow: 0 16px 36px rgba(42, 33, 28, 0.16);
}

.al-circle strong {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ss-header);
}

.al-circle span {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--ss-muted);
}

/* Diagonal split hero */
.al-split-hero {
  display: grid;
  grid-template-columns: 1fr;
  width: min(var(--ss-container-max), calc(100% - var(--ss-page-gutter, 48px)));
  margin: 1.25rem auto 0;
  background: #0F2744;
  color: #EEF3FA;
  overflow: hidden;
  border-radius: var(--ss-radius-banner, 1.5rem);
}

.al-split-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  padding: 2.4rem 1.4rem 2.2rem;
  z-index: 2;
}

.al-hero-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(176, 106, 52, 0.22);
  color: #E8B07A;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.al-split-fade {
  display: grid;
  gap: 0.9rem;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.al-split-fade.is-leaving {
  opacity: 0;
  transform: translateY(10px);
}

.al-split-copy h1 {
  margin: 0;
  max-width: 11.5em;
  color: #EEF3FA !important;
  font-size: clamp(2.05rem, 4.4vw, 3.55rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.al-split-copy p[data-al-copy] {
  margin: 0;
  max-width: 38ch;
  color: rgba(245, 241, 235, 0.72) !important;
  font-size: 1.05rem;
  line-height: 1.65;
}

.al-split-copy .ss-cta-row {
  margin-top: 0.25rem;
}

.al-split-copy .ss-btn-outline {
  border-color: rgba(245, 241, 235, 0.42);
  color: #EEF3FA;
}

.al-split-copy .ss-btn-outline:hover {
  background: rgba(245, 241, 235, 0.1);
  color: #fff;
}

.al-split-media {
  position: relative;
  min-height: 280px;
  background: #0F2744;
}

.al-split-stage {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.al-split-stage .ss-hero-carousel-viewport,
.al-split-stage .ss-hero-slide,
.al-split-stage img {
  width: 100%;
  height: 100%;
}

.al-split-stage img {
  object-fit: cover;
  object-position: center;
}

.al-split-controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.al-split-controls .ss-hero-carousel-btn {
  position: static;
  transform: none;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 2.15rem;
  background: rgba(42, 33, 28, 0.78);
}

.al-split-controls .ss-hero-carousel-btn:hover {
  background: #1E6FFF;
}

.al-split-controls .ss-hero-carousel-dots {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 0.15rem;
}

.al-split-controls .ss-hero-dot.is-active {
  background: #4BA3F0;
}

@media (min-width: 900px) {
  .al-split-hero {
    grid-template-columns: minmax(24rem, 0.9fr) minmax(0, 1.1fr);
    min-height: 580px;
  }

  .al-split-copy {
    padding: 4.25rem 2rem 4.25rem clamp(1.75rem, 6vw, 5.75rem);
  }

  .al-split-media {
    min-height: 100%;
    margin-left: -12%;
  }

  .al-split-stage {
    position: absolute;
    inset: 0;
    height: auto;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 899px) {
  .al-split-stage {
    clip-path: none;
  }
}

.ss-pdp-main {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
}

.ss-pdp-thumb {
  background: #ffffff;
  border: 1px solid #d5d9d9;
  box-sizing: border-box;
}

.ss-pdp-main .ss-badge-sale {
  z-index: 3;
}

.ss-pdp-cart .ss-qty {
  height: 2.75rem;
  grid-template-columns: 2.4rem 3rem 2.4rem;
}

.ss-pdp-cart .ss-qty button {
  width: 2.4rem;
}

.ss-pdp-tools {
  color: var(--ss-muted);
  font-size: 0.75rem;
}

@media (max-width: 1023px) {
  body.single-product .ss-footer {
    padding-bottom: 6rem;
  }
}

body.single-product .ss-pdp-cat {
  display: none !important;
}

body.single-product .ss-pdp-slide {
  padding: 0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .ss-pdp-main img,
body.single-product .ss-pdp-thumb img,
body.single-product .woocommerce .ss-pdp-main img,
body.single-product .woocommerce .ss-pdp-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.single-product .ss-pdp-thumb {
  padding: 0;
  overflow: hidden;
}

body.single-product .ss-pdp-main {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0;
}

@media (min-width: 1024px) {
  body.single-product .ss-pdp-grid {
    align-items: start;
    gap: 2rem;
  }

  body.single-product .ss-pdp-gallery {
    position: relative;
    top: auto;
    align-items: start;
    min-height: 0;
    height: auto;
  }

  body.single-product .ss-pdp-thumbs {
    height: auto;
    max-height: 420px;
    justify-content: flex-start;
  }

  body.single-product .ss-pdp-thumb {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    min-height: 68px;
  }

  body.single-product .ss-pdp-main {
    aspect-ratio: 1;
    width: 100%;
    max-width: 420px;
    min-height: 0;
    height: auto;
    overflow: hidden;
    border: 0;
  }

  body.single-product .ss-pdp-info-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 1.5rem 1.75rem;
    align-items: stretch;
    height: 100%;
  }

  body.single-product .ss-pdp-titleblock {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  body.single-product .ss-pdp-buybox {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 136px;
  }

  body.single-product .ss-pdp-points {
    margin-top: 1rem;
    padding-top: 0;
  }

  body.single-product .ss-pdp-points .ss-pdp-short > p {
    display: none;
  }
}

body.single-product .ss-pdp-features-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
}

body.single-product .ss-pdp-desc + .ss-pdp-kicker {
  margin-top: 1.75rem;
}

body.single-product .ss-pdp .related,
body.single-product .ss-pdp-wrap .related.products {
  margin-left: auto;
  margin-right: auto;
}

body.single-product .ss-store-main .related ul.products,
body.single-product .ss-pdp .related ul.products,
body.single-product .ss-related-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1.25rem !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  list-style: none;
}

body.single-product .related ul.products li.product,
body.single-product .ss-related-grid > li.product {
  flex: 0 1 calc((100% - 2.5rem) / 3);
  width: calc((100% - 2.5rem) / 3) !important;
  max-width: calc((100% - 2.5rem) / 3);
  min-width: 0;
  margin: 0 !important;
}

@media (min-width: 900px) {
  body.single-product .ss-store-main .related ul.products,
  body.single-product .ss-pdp .related ul.products,
  body.single-product .ss-related-grid {
    gap: 1.25rem !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .ss-related-grid > li.product {
    flex: 0 1 calc((100% - 5rem) / 5);
    width: calc((100% - 5rem) / 5) !important;
    max-width: calc((100% - 5rem) / 5);
  }
}

body.single-product .related .ss-card {
  min-width: 0;
  height: 100%;
  background: transparent;
}

body.single-product .related .ss-card-media {
  aspect-ratio: auto;
  height: 200px;
  max-height: 200px;
  background: #fff;
}

body.single-product .related .ss-card-image,
body.single-product .related .ss-card-image.ss-product-art {
  padding: 20px !important;
}

body.single-product .related .ss-card-image img,
body.single-product .related .ss-card-img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.single-product .related .ss-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 4px 8px;
}

body.single-product .related .ss-card-foot {
  margin-top: auto;
}

.ss-category-hero {
  min-height: 260px;
  box-sizing: border-box;
}

.ss-category-hero.ss-has-banner {
  background-color: #0F2744;
  background-image: var(--ss-banner-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ss-category-hero::before {
  background: linear-gradient(90deg, rgba(15, 39, 68, 0.86) 0%, rgba(15, 39, 68, 0.42) 62%, rgba(10, 28, 51, 0.55) 100%);
}

body.sscomic-theme .ss-card-media {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border-radius: 8px;
  overflow: hidden;
}

body.sscomic-theme .ss-card-image,
body.sscomic-theme .ss-card-image.ss-product-art {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.ss-card-image,
.ss-card-image.ss-product-art {
  padding: 12px !important;
  box-sizing: border-box;
  background: #fff !important;
}

body.woocommerce .ss-store-main ul.products li.product .ss-card-image img,
body.woocommerce .ss-store-main ul.products li.product .ss-card-img,
body.sscomic-theme .ss-card-image img,
body.sscomic-theme .ss-card-img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  background: transparent !important;
}

.ss-shop-layout {
  width: min(var(--ss-container-max), calc(100% - 48px));
  margin: 1.25rem auto 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 960px) {
  .ss-shop-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 2rem;
  }
}

.ss-shop-layout .ss-shop-toolbar {
  width: 100%;
  margin: 0;
}

.ss-shop-layout ul.products {
  width: 100% !important;
  max-width: none;
  margin: 1.15rem 0 0 !important;
}

@media (min-width: 960px) {
  .ss-shop-layout ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.ss-filters {
  background: #fff;
  border: 1px solid var(--ss-border);
  border-radius: 1rem;
  padding: 1.15rem 1.1rem 1.25rem;
}

.ss-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ss-filters-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.ss-filters-clear {
  border: 0;
  background: none;
  padding: 0;
  color: var(--ss-brand);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.ss-filter-group {
  margin-top: 1.05rem;
  padding-top: 1.05rem;
  border-top: 1px solid var(--ss-border);
}

.ss-filter-group h3 {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ss-header);
}

.ss-filter-group label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.45rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--ss-muted);
  cursor: pointer;
}

.ss-filter-group input {
  margin: 0.15rem 0 0;
  accent-color: #1E6FFF;
}

.ss-shop-toolbar select {
  border-color: #1E6FFF;
}

.ss-cat-empty {
  width: min(var(--ss-container-max), calc(100% - 48px));
  margin: 2rem auto 4rem;
  color: var(--ss-muted);
}

.ss-shop-layout .ss-cat-empty {
  width: 100%;
  margin: 1.5rem 0 0;
}
