/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Loftino Produktentwurf – Produkt ID 324 */
body.postid-324 {
  --loftino-ink: #262421;
  --loftino-muted: #756f67;
  --loftino-paper: #fffdf9;
  --loftino-sand: #f3efe8;
  --loftino-line: #ded7cd;
  --loftino-gold: #a87b43;
  --loftino-dark: #252522;
  color: var(--loftino-ink);
  background: var(--loftino-paper);
}

body.postid-324 .product-main {
  padding: 54px 0 76px;
}

body.postid-324 .product-gallery,
body.postid-324 .product-info {
  padding-left: 22px;
  padding-right: 22px;
}

body.postid-324 .product-gallery .flickity-viewport,
body.postid-324 .product-gallery .woocommerce-product-gallery__image {
  background: var(--loftino-sand);
}

body.postid-324 .product-gallery img {
  mix-blend-mode: multiply;
}

body.postid-324 .product-info {
  padding-top: 24px;
}

body.postid-324 .product-info .breadcrumbs,
body.postid-324 .product-info .is-divider,
body.postid-324 .product-info .product_meta,
body.postid-324 .product-info .social-icons {
  display: none;
}

body.postid-324 .product-info::before {
  content: "DESIGN-SPIELTURM FÜR DRAUSSEN";
  display: block;
  margin-bottom: 15px;
  color: var(--loftino-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

body.postid-324 .product-title {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: none;
}

body.postid-324 .product-info .price {
  margin: 28px 0 6px;
  color: var(--loftino-ink);
  font-size: 28px;
  font-weight: 500;
}

body.postid-324 .product-info .woocommerce-product-details__short-description {
  max-width: 540px;
  margin: 24px 0;
  color: var(--loftino-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.postid-324 .product-info .cart {
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid var(--loftino-line);
}

body.postid-324 .single_add_to_cart_button.button {
  min-height: 50px;
  padding: 0 32px;
  border-radius: 0;
  background: var(--loftino-dark);
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: .06em;
}

body.postid-324 .quantity .button,
body.postid-324 .quantity input {
  min-height: 50px;
  border-color: var(--loftino-line);
  box-shadow: none;
}

body.postid-324 .woocommerce-tabs {
  padding: 0;
  border-top: 0;
}

body.postid-324 .woocommerce-tabs > .tabs {
  display: none;
}

body.postid-324 .woocommerce-tabs .panel {
  margin: 0;
  padding: 0;
}

body.postid-324 .woocommerce-tabs .panel > h2:first-child {
  display: none;
}

body.postid-324 #tab-description {
  color: var(--loftino-ink);
}

body.postid-324 #tab-description section {
  margin: 0;
  padding: 88px clamp(24px, 7vw, 96px);
}

body.postid-324 #tab-description h2 {
  margin: 0 0 24px;
  color: var(--loftino-ink);
  font-size: clamp(31px, 4.1vw, 54px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-transform: none;
}

body.postid-324 #tab-description h3 {
  margin: 0 0 12px;
  color: var(--loftino-ink);
  font-size: 21px;
  font-weight: 500;
  text-transform: none;
}

body.postid-324 #tab-description p,
body.postid-324 #tab-description li {
  color: var(--loftino-muted);
  font-size: 16px;
  line-height: 1.75;
}

body.postid-324 .loftino-intro {
  display: grid;
  min-height: 480px;
  place-content: center;
  text-align: center;
  background: var(--loftino-dark);
}

body.postid-324 .loftino-intro h2,
body.postid-324 .loftino-intro p {
  max-width: 850px;
  color: #f7f3ed !important;
}

body.postid-324 .loftino-intro p {
  margin: 0 auto;
  opacity: .72;
  font-size: 19px !important;
}

body.postid-324 .loftino-benefits {
  background: var(--loftino-paper);
}

body.postid-324 .loftino-benefits > h2 {
  max-width: 760px;
  margin-right: auto !important;
  margin-bottom: 55px !important;
  margin-left: auto !important;
  text-align: center;
}

body.postid-324 .loftino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--loftino-line);
  border-bottom: 1px solid var(--loftino-line);
}

body.postid-324 .loftino-grid > div {
  padding: 38px 32px;
  border-right: 1px solid var(--loftino-line);
}

body.postid-324 .loftino-grid > div:last-child {
  border-right: 0;
}

body.postid-324 .loftino-design,
body.postid-324 .loftino-material {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(35px, 7vw, 90px);
  align-items: center;
  background: var(--loftino-sand);
}

body.postid-324 .loftino-design::before,
body.postid-324 .loftino-material::before {
  content: "BILDBEREICH · LIFESTYLE / DETAIL";
  display: flex;
  aspect-ratio: 4 / 3;
  align-items: flex-end;
  padding: 20px;
  order: -1;
  background:
    linear-gradient(145deg, rgba(255,255,255,.38), rgba(112,91,65,.18)),
    #d9cec0;
  color: rgba(38,36,33,.55);
  font-size: 11px;
  letter-spacing: .1em;
}

body.postid-324 .loftino-design > p strong,
body.postid-324 .loftino-design > p:last-child {
  display: none;
}

body.postid-324 .loftino-play {
  background: var(--loftino-paper);
}

body.postid-324 .loftino-play ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  margin: 40px 0 0;
  list-style: none;
}

body.postid-324 .loftino-play li {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--loftino-line);
}

body.postid-324 .loftino-play li::before {
  content: "→";
  margin-right: 12px;
  color: var(--loftino-gold);
}

body.postid-324 .loftino-material {
  background: var(--loftino-sand);
}

body.postid-324 .loftino-material::before {
  content: "BILDBEREICH · MATERIALNAHAUFNAHME";
  order: 2;
}

body.postid-324 .loftino-dimensions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9%;
  background: var(--loftino-dark);
}

body.postid-324 .loftino-dimensions h2,
body.postid-324 .loftino-dimensions p,
body.postid-324 .loftino-dimensions strong {
  color: #f4f0e9 !important;
}

body.postid-324 .loftino-specs p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 14px !important;
}

body.postid-324 .loftino-specs p:not(strong) {
  color: rgba(255,255,255,.68) !important;
}

body.postid-324 .loftino-delivery {
  background: var(--loftino-paper);
  text-align: center;
}

body.postid-324 .loftino-delivery h2,
body.postid-324 .loftino-delivery p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

body.postid-324 .loftino-safety {
  background: var(--loftino-sand);
}

body.postid-324 .loftino-safety h2,
body.postid-324 .loftino-safety p {
  max-width: 800px;
}

body.postid-324 .loftino-faq {
  max-width: 980px;
  margin: 0 auto !important;
  background: var(--loftino-paper);
}

body.postid-324 .loftino-faq h2 {
  text-align: center;
}

body.postid-324 .loftino-faq h3 {
  margin-top: 0;
  padding: 22px 44px 12px 0;
  border-top: 1px solid var(--loftino-line);
}

body.postid-324 .loftino-faq p {
  margin-bottom: 24px;
}

body.postid-324 .loftino-final-cta {
  background: var(--loftino-dark);
  text-align: center;
}

body.postid-324 .loftino-final-cta h2,
body.postid-324 .loftino-final-cta p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f3ed !important;
}

body.postid-324 .related.products {
  display: none;
}

@media (max-width: 849px) {
  body.postid-324 .product-main {
    padding-top: 20px;
  }

  body.postid-324 .product-info {
    padding-top: 34px;
  }

  body.postid-324 .product-title {
    font-size: 36px;
  }

  body.postid-324 #tab-description section {
    padding: 64px 24px;
  }

  body.postid-324 .loftino-grid,
  body.postid-324 .loftino-design,
  body.postid-324 .loftino-material,
  body.postid-324 .loftino-dimensions {
    grid-template-columns: 1fr;
  }

  body.postid-324 .loftino-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--loftino-line);
  }

  body.postid-324 .loftino-grid > div:last-child {
    border-bottom: 0;
  }

  body.postid-324 .loftino-material::before {
    order: -1;
  }

  body.postid-324 .loftino-play ul {
    grid-template-columns: 1fr;
  }

  body.postid-324 .product-info .cart {
    position: sticky;
    bottom: 0;
    z-index: 30;
    padding: 12px;
    background: rgba(255,253,249,.96);
    box-shadow: 0 -8px 24px rgba(0,0,0,.08);
  }
}

body.postid-324 .product-info .german-market-summary-gpsr {
  display: none;
}
