/*
Theme Name: Mani Concept
Theme URI: https://staging.maniconcept.pl
Description: Dedykowany motyw potomny dla Kadence
Author: David Burdelak
Template: kadence
Version: 1.0.0
*/

/* [START] STOPKA AUTORSKA */
.footer-custom-wrap {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 15px;
    text-align: center !important;
}

.footer-custom-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.footer-custom-col {
    flex: 1 1 280px !important;
    max-width: 360px !important;
    text-align: center !important;
}

.footer-col-title {
    text-align: center !important;
    margin: 0 0 8px 0 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.footer-booksy-btn-wrap {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.footer-booksy-btn-wrap a {
    font-family: 'Cinzel', serif !important;
    background-color: #45403D !important;
    color: #ffffff !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

.footer-social-section {
    margin-top: 28px !important;
    text-align: center !important;
}

.footer-social-title {
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

@media (max-width: 768px) {
    .footer-custom-grid {
        gap: 45px !important;
    }
    
    .footer-social-section {
        margin-top: 45px !important;
    }
}
/* [END] STOPKA AUTORSKA */

/* [START] OPIS PRODUKTU  */
.product-description {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
}

.eco-banner {
  background-color: #f2f5f3;
  border: 1px solid #d4ddd7;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 25px 0 35px 0;
}

.eco-banner p {
  margin: 0;
  color: #4a6053;
  line-height: 1.5;
}

.eco-banner-title {
  color: #3b4e43;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  display: block;
  margin-bottom: 4px;
}

.scent-catalog {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.scent-catalog-heading {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 45px;
  margin-bottom: 30px;
  color: #45403d;
  text-transform: uppercase;
  font-size: 1.2em;
}

.scent-catalog-heading:first-child {
  margin-top: 0;
}

.scent-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.scent-item-reverse {
  flex-wrap: wrap-reverse;
}

.scent-item-media,
.scent-item-content {
  flex: 1 1 250px;
  width: 100%;
  box-sizing: border-box;
}

.scent-item-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.scent-item-content {
  color: #45403d;
  line-height: 1.6;
}

.scent-item-title {
  margin: 0 0 6px 0;
  color: #45403d;
  font-size: 1.1em;
}

.scent-item-status {
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
}

.scent-item-description {
  margin: 0;
}
/* [END] OPIS PRODUKTU  */