/**
 * bububu.sk — Kamenná predajňa
 * Izolované štýly pre obsah stránky /kamennapredajna/.
 */

/* Shoptet dáva bežnej stránke užší článkový obal. Uvoľníme ho iba na stránke predajne. */
body.in-kamennapredajna #content {
  padding-right: 20px;
  padding-left: 20px;
}

body.in-kamennapredajna #content .content-inner {
  width: 100%;
  max-width: none;
}

body.in-kamennapredajna .pageArticleDetail > header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bb-store-page {
  --bb-store-charcoal: #211f1d;
  --bb-store-paper: #f6f2ec;
  --bb-store-ink: #171717;
  --bb-store-muted: #686864;
  --bb-store-line: #deded9;
  --bb-store-red: #c63c36;
  width: 100%;
  color: var(--bb-store-ink);
}

.bb-store-page,
.bb-store-page * {
  box-sizing: border-box;
}

.bb-store-page img {
  display: block;
  width: 100%;
}

.bb-store-page h2,
.bb-store-page h3,
.bb-store-page p,
.bb-store-page figure,
.bb-store-page dl,
.bb-store-page dd {
  margin-top: 0;
}

.bb-store-eyebrow {
  margin-bottom: 16px;
  color: var(--bb-store-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bb-store-hero {
  position: relative;
  min-height: clamp(580px, 68vw, 820px);
  overflow: hidden;
  border-radius: 8px;
  background: var(--bb-store-charcoal);
  color: #fff;
}

.bb-store-hero__image,
.bb-store-hero__shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.bb-store-hero__image {
  object-fit: cover;
  object-position: center;
}

.bb-store-hero__shade {
  background: linear-gradient(90deg, rgba(20, 19, 18, 0.79) 0%, rgba(20, 19, 18, 0.5) 44%, rgba(20, 19, 18, 0.08) 76%);
}

.bb-store-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(calc(100% - 72px), 1200px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 90px) 0;
}

.bb-store-hero__content h2 {
  max-width: 820px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.bb-store-hero__content > p:not(.bb-store-eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
}

.bb-store-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.bb-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid currentColor;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.bb-store-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--bb-store-charcoal) !important;
}

.bb-store-page .bb-store-button--light:hover,
.bb-store-page .bb-store-button--light:focus-visible {
  border-color: #fff;
  background: transparent;
  color: #fff !important;
}

.bb-store-text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.bb-store-visit,
.bb-store-advice,
.bb-store-difference,
.bb-store-gallery,
.bb-store-plan,
.bb-store-cta,
.bb-store-seo {
  width: min(calc(100% - 48px), 1200px);
  margin-right: auto;
  margin-left: auto;
}

.bb-store-visit {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  padding: clamp(64px, 8vw, 104px) 0;
}

.bb-store-visit__card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--bb-store-line);
  border-radius: 8px;
}

.bb-store-visit__card:first-child {
  background: var(--bb-store-paper);
}

.bb-store-visit__card h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 3.4vw, 44px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.bb-store-visit__card > p:not(.bb-store-eyebrow) {
  margin-bottom: 24px;
  color: var(--bb-store-muted);
  font-size: 17px;
  line-height: 1.65;
}

.bb-store-inline-link,
.bb-store-plan a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--bb-store-ink);
  font-weight: 700;
  text-decoration: none;
}

.bb-store-hours {
  margin-bottom: 0;
}

.bb-store-hours > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bb-store-line);
}

.bb-store-hours > div:last-child {
  border-bottom: 0;
}

.bb-store-hours dt,
.bb-store-hours dd {
  font-size: 16px;
  line-height: 1.45;
}

.bb-store-hours dt {
  font-weight: 600;
}

.bb-store-hours dd {
  margin-bottom: 0;
  text-align: right;
}

.bb-store-hours__note dt,
.bb-store-hours__note dd {
  color: var(--bb-store-red);
  font-weight: 700;
}

.bb-store-advice {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding: clamp(64px, 8vw, 112px) 0;
}

.bb-store-advice__content h2,
.bb-store-section-heading h2,
.bb-store-cta h2,
.bb-store-seo h2 {
  margin-bottom: 26px;
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

/* Ochrana pred globálnou typografiou Shoptetu pre informačné stránky. */
body.in-kamennapredajna .bb-store-advice__content h2,
body.in-kamennapredajna .bb-store-section-heading h2,
body.in-kamennapredajna .bb-store-cta h2 {
  font-size: clamp(36px, 4vw, 54px);
}

body.in-kamennapredajna .bb-store-hours,
body.in-kamennapredajna .bb-store-hours > div {
  width: 100%;
}

body.in-kamennapredajna .bb-store-hours > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

body.in-kamennapredajna .bb-store-hours dt,
body.in-kamennapredajna .bb-store-hours dd {
  display: block;
  margin: 0;
}

.bb-store-advice__content > p:not(.bb-store-eyebrow) {
  margin-bottom: 20px;
  color: var(--bb-store-muted);
  font-size: 17px;
  line-height: 1.7;
}

.bb-store-advice__visual {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bb-store-paper);
}

.bb-store-advice__visual img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bb-store-difference {
  padding: clamp(72px, 9vw, 120px) clamp(28px, 5vw, 72px);
  border-radius: 8px;
  background: var(--bb-store-paper);
}

.bb-store-section-heading {
  max-width: 820px;
}

.bb-store-section-heading > p:not(.bb-store-eyebrow) {
  margin-bottom: 0;
  color: var(--bb-store-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.bb-store-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--bb-store-line);
}

.bb-store-benefits article {
  padding-top: 28px;
}

.bb-store-benefits span {
  display: block;
  margin-bottom: 28px;
  color: var(--bb-store-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.bb-store-benefits h3,
.bb-store-plan h3 {
  margin-bottom: 16px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.bb-store-benefits p,
.bb-store-plan article > p {
  margin-bottom: 0;
  color: var(--bb-store-muted);
  font-size: 16px;
  line-height: 1.7;
}

.bb-store-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(80px, 10vw, 136px) 0;
}

.bb-store-gallery figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bb-store-paper);
}

.bb-store-gallery__wide {
  grid-column: 1 / -1;
}

.bb-store-gallery__wide img {
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.bb-store-gallery figure:not(.bb-store-gallery__wide) img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bb-store-plan {
  padding-bottom: clamp(80px, 10vw, 128px);
}

.bb-store-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid var(--bb-store-line);
  border-bottom: 1px solid var(--bb-store-line);
}

.bb-store-plan__grid article {
  padding: 32px clamp(20px, 3vw, 40px) 36px;
  border-right: 1px solid var(--bb-store-line);
}

.bb-store-plan__grid article:first-child {
  padding-left: 0;
}

.bb-store-plan__grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.bb-store-plan article > p + p {
  margin-top: 18px;
}

.bb-store-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 8px;
  background: var(--bb-store-charcoal);
  color: #fff;
}

.bb-store-cta .bb-store-eyebrow {
  color: #e45a52;
}

.bb-store-cta h2 {
  max-width: 760px;
  color: #fff;
}

.bb-store-cta div > p:not(.bb-store-eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.bb-store-seo {
  max-width: 820px;
  padding: clamp(72px, 9vw, 112px) 0;
}

.bb-store-seo h2 {
  font-size: clamp(30px, 3.5vw, 44px);
}

.bb-store-seo p {
  margin-bottom: 0;
  color: var(--bb-store-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bb-store-page a:hover,
.bb-store-page a:focus-visible {
  color: var(--bb-store-red);
}

.bb-store-page a:focus-visible {
  outline: 2px solid var(--bb-store-red);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .bb-store-advice {
    grid-template-columns: 1fr;
  }

  .bb-store-advice__visual {
    max-width: 680px;
  }

  .bb-store-benefits,
  .bb-store-plan__grid {
    grid-template-columns: 1fr;
  }

  .bb-store-benefits {
    gap: 0;
  }

  .bb-store-benefits article {
    padding: 28px 0;
    border-bottom: 1px solid var(--bb-store-line);
  }

  .bb-store-plan__grid article,
  .bb-store-plan__grid article:first-child,
  .bb-store-plan__grid article:last-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--bb-store-line);
  }

  .bb-store-plan__grid article:last-child {
    border-bottom: 0;
  }

  .bb-store-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb-store-cta .bb-store-button {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .bb-store-hero {
    min-height: 680px;
    border-radius: 0;
  }

  .bb-store-hero__image {
    object-position: 57% center;
  }

  .bb-store-hero__shade {
    background: linear-gradient(0deg, rgba(20, 19, 18, 0.84) 0%, rgba(20, 19, 18, 0.48) 58%, rgba(20, 19, 18, 0.1) 100%);
  }

  .bb-store-hero__content {
    width: calc(100% - 40px);
    padding: 42px 0;
  }

  .bb-store-hero__content h2 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .bb-store-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .bb-store-text-link {
    align-self: flex-start;
  }

  .bb-store-visit,
  .bb-store-advice,
  .bb-store-difference,
  .bb-store-gallery,
  .bb-store-plan,
  .bb-store-cta,
  .bb-store-seo {
    width: min(calc(100% - 32px), 1200px);
  }

  .bb-store-visit {
    grid-template-columns: 1fr;
  }

  .bb-store-visit__card {
    padding: 28px 22px;
  }

  .bb-store-hours > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .bb-store-hours dd {
    text-align: left;
  }

  .bb-store-advice {
    gap: 44px;
  }

  .bb-store-advice__visual img {
    aspect-ratio: 4 / 5;
  }

  .bb-store-difference {
    padding: 56px 22px;
  }

  .bb-store-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bb-store-gallery__wide {
    grid-column: auto;
  }

  .bb-store-gallery__wide img,
  .bb-store-gallery figure:not(.bb-store-gallery__wide) img {
    aspect-ratio: 4 / 3;
  }

  .bb-store-cta {
    gap: 32px;
    padding: 38px 24px;
  }

  .bb-store-cta .bb-store-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-store-page * {
    scroll-behavior: auto !important;
  }
}
