@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #FAF7F0;
  font-size: 15px;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 15px;
  }
}

p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #36443E;
}

.p-16 {
  font-size: 16px;
}

h2 {
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

.navbar {
  -webkit-transition: background-color 0.3s, padding 0.3s, margin-top 0.3s;
  transition: background-color 0.3s, padding 0.3s, margin-top 0.3s;
  margin-top: 32px;
  background: #1C352D;
  padding: 1rem 0;
}
@media only screen and (max-width: 992px) {
  .navbar {
    padding: 1.5rem 0;
  }
  .navbar.scrolled {
    padding: 1.5rem 0 !important;
  }
  .navbar.scrolled .logo {
    height: 45px !important;
  }
}

.navbar .logo {
  height: 60px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.navbar.scrolled {
  margin-top: 0;
  padding: 1rem 0;
}

.navbar.scrolled .logo {
  height: 50px;
}

@media only screen and (max-width: 992px) {
  .glam4u-cart .navbar {
    padding: 1.5rem 0;
    height: 80px;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent;
}

.navbar-toggler {
  margin-top: -10px;
  margin-left: -10px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23DECD90' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ========================= */
/* FULLSCREEN MOBILE MENU */
/* ========================= */
@media (max-width: 991.98px) {
  .navbar .logo {
    height: 50px;
  }
  #navbarCollapse {
    position: fixed;
    inset: 0;
    background: rgba(28, 53, 45, 0.8705882353);
    backdrop-filter: blur(6px);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 1040;
  }
  #navbarCollapse.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 103px !important;
  }
  .scrolled #navbarCollapse.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 70px !important;
  }
  /* linki tylko jako lista */
  .menu-center,
  .additional-links {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 22px;
  }
  .navbar-collapse {
    margin-top: 0 !important;
  }
  body.menu-open {
    overflow: hidden;
  }
  .glam4u-menu__list .nav-link {
    background: transparent !important;
    border: 0 !important;
    font-size: 34px !important;
  }
}
/* ========================= */
/* HAMBURGER ANIMATION */
/* ========================= */
.navbar-toggler {
  border: none;
  position: relative;
  z-index: 1050;
}

.navbar-toggler-icon {
  background-image: none !important;
  width: 24px;
  height: 18px;
  position: relative;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DECD90;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar-toggler-icon {
  top: 8px;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* X state */
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

@media (min-width: 992px) {
  .menu-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bg-white {
  background: #FFFFFF;
  border-radius: 15px;
}

.glam4u-cart__content {
  margin-top: 13rem;
}
@media (max-width: 992px) {
  .glam4u-cart__content {
    margin-top: 7rem;
  }
  .glam4u-cart__content h2 {
    font-size: 34px;
  }
}
.glam4u-cart__content-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7;
}
@media (max-width: 992px) {
  .glam4u-cart__content-prod.mobile {
    display: block;
  }
  .glam4u-cart__content-prod.mobile .glam4u-product__price {
    font-size: 30px;
  }
  .glam4u-cart__content-prod.mobile h4 {
    font-size: 18px;
  }
  .glam4u-cart__content-prod.mobile span {
    font-size: 13px;
  }
  .glam4u-cart__content-prod.mobile .glam4u-product__qty {
    border: none;
  }
  .glam4u-cart__content-prod.mobile .qty-input {
    width: 30px;
  }
  .glam4u-cart__content-prod.mobile .qty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent;
  }
  .glam4u-cart__content-prod.mobile .qty-btn svg {
    width: 15px;
    height: 15px;
  }
}
.glam4u-cart__content-prod_thumbnail img {
  width: 236px;
  -o-object-fit: contain;
     object-fit: contain;
}
.glam4u-cart__content-prod_name h4 {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.glam4u-cart__content-prod_name span {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 168%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #878787;
}
.glam4u-cart__content-promo input {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 992px) {
  .glam4u-cart__content-promo input {
    text-align: left !important;
    font-size: 15px !important;
    background: #FFFFFF !important;
  }
}
.glam4u-cart__content-promo .newsletter-btn {
  padding: 10px 20px;
}
@media (max-width: 992px) {
  .glam4u-cart__content-promo .newsletter-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1C352D;
    color: #fff;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 0 !important;
  }
}
.glam4u-cart__content-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DDDDDD;
  padding: 0.75rem 0.5rem;
  font-family: Google Sans;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.glam4u-cart__content-subtotal.last {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 992px) {
  .glam4u-cart__content-subtotal.last .glam4u-product__price {
    font-size: 30px;
  }
}
.glam4u-cart__content-subtotal.btn-add {
  border: none;
}
.glam4u-cart__content-billing h4 {
  font-family: Google Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  text-transform: uppercase;
}
.glam4u-cart__content-billing__input {
  border: 1px solid #DDDDDD;
  background: #FAF7F0;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  border-width: 1px;
  font-size: 16px;
  margin: 0.3rem 0;
}
.glam4u-cart__content-billing__login {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #000;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #000;
  margin-left: 1.5rem;
}
.glam4u-cart__content-billing__login:hover {
  color: inherit;
}
.glam4u-cart__content-checkout {
  background: #FFFFFF;
  padding: 2rem 2rem;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .glam4u-cart__content-checkout {
    padding: 0;
    background: transparent;
  }
}
.glam4u-cart__content-checkout h4 {
  font-family: Google Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  text-transform: uppercase;
}
.glam4u-cart__content-checkout .glam4u-cart__content-prod_name h4 {
  font-size: 14px;
  line-height: 60%;
}
.glam4u-cart__content-checkout .glam4u-cart__content-prod_name span {
  font-size: 13px;
}
.glam4u-cart__content-checkout .glam4u-cart__content-prod_thumbnail {
  max-width: 120px;
  margin-right: 1rem;
}
.glam4u-cart__content-checkout .glam4u-cart__content-prod_thumbnail img {
  width: 100%;
}
.glam4u-cart__content-checkout .glam4u-product__price {
  font-size: 16px;
}
.glam4u-cart__content-checkout .newsletter-input-wrapper input {
  background: #FAF7F0;
}
.glam4u-orange {
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .glam4u-orange h2 {
    font-size: 30px;
  }
}
.glam4u-orange h3 {
  font-size: 40px;
}
@media (max-width: 992px) {
  .glam4u-orange h3 {
    font-size: 30px;
  }
}
.glam4u-berry {
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .glam4u-berry h2 {
    font-size: 30px;
  }
}
.glam4u-berry h3 {
  font-size: 40px;
}
@media (max-width: 992px) {
  .glam4u-berry h3 {
    font-size: 30px;
  }
}
.glam4u-carmel {
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .glam4u-carmel h2 {
    font-size: 30px;
  }
}
.glam4u-carmel h3 {
  font-size: 40px;
}
@media (max-width: 992px) {
  .glam4u-carmel h3 {
    font-size: 30px;
  }
}
.glam4u-why {
  padding: 6rem 0 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFEFE7));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEFE7 100%);
}
@media (max-width: 992px) {
  .glam4u-why {
    padding-bottom: 2rem;
  }
}
.glam4u-why .glam4u-colagen__box {
  background: rgba(255, 255, 255, 0.5019607843);
}
.glam4u-why .glam4u-colagen__box p {
  margin-top: 1rem;
}
.glam4u-rytm {
  background: #FFFBF9;
  padding: 2rem 0;
}
.glam4u-rytm h3 {
  color: #C7431D;
}
.glam4u-skladniki__text {
  background: #FFFBF9;
  padding: 2rem;
  border-radius: 25px;
  margin-bottom: 1.5rem;
}
.glam4u-skladniki__text img {
  max-width: 115px;
}
.glam4u-dostawa {
  background: #C7431D;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
.glam4u-dostawa p {
  color: #FFFFFF;
  font-family: Google Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 1px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
.glam4u-topbar {
  background: #D2C295;
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  marigin: 0px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -2%;
  color: #884814;
}
@media (max-width: 992px) {
  .glam4u-topbar {
    font-size: 11px;
  }
}
.glam4u-topbar a {
  display: inline-block;
  background: #884814;
  border-radius: 50px;
  color: #D2C295;
  text-decoration: none;
  padding: 0.25rem 1rem;
  margin-left: 1rem;
}
.glam4u-menu__list {
  z-index: 9999;
}
.glam4u-menu__list .nav-item {
  margin: 0 0.5rem !important;
}
.glam4u-menu__list .nav-link {
  color: #DECD90 !important;
  padding: 0.5rem 1.25rem 0.4rem !important;
  background: #1C352D;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #1C352D;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito", sans-serif !important;
}
.glam4u-menu__list .nav-link:hover {
  background: #FFFFFF;
}
.glam4u-lead {
  text-align: center;
  width: 100%;
  padding: 5rem 0;
}
.glam4u-lead p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #1A1A1A;
  text-align: center;
}
.glam4u-lead p span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  background: #89986D;
  padding: 0 1rem;
  border-radius: 30px;
}
.glam4u-colagen {
  background: #E2EBCE;
  padding: 4rem 0;
  color: #1C352D;
}
.glam4u-colagen p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.glam4u-colagen__box {
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 15px;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 280px;
}
.glam4u-colagen__box img {
  max-width: 70px;
  margin-bottom: 1rem;
}
.glam4u-colagen__box strong {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  font-weight: 500;
}
.glam4u-colagen__box p {
  font-size: 15px;
}
.glam4u-colagen__icons {
  background: #FFFBF9;
  padding: 4rem 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #C7431D;
  font-family: Google Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1320px) {
  .glam4u-colagen__icons {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .glam4u-colagen__icons {
    padding: 2rem 0;
  }
}
.glam4u-colagen__icons img {
  margin: 0 2rem;
}
@media (max-width: 992px) {
  .glam4u-colagen__icons img {
    margin: 0.6rem 1rem;
  }
}
.glam4u-produkty {
  padding: 4rem 0;
}
@media (max-width: 992px) {
  .glam4u-produkty {
    padding-top: 1rem;
  }
}
.glam4u-produkt {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAF7F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F0 100%);
  padding: 1rem;
  border-radius: 10px;
}
.glam4u-produkt__tag {
  text-align: left;
}
@media (max-width: 992px) {
  .glam4u-produkt__tag {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.glam4u-produkt__tag span {
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: #3F7D6E;
  border-radius: 32px;
  font-size: 11px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border: 1px solid #3F7D6E;
}
.glam4u-produkt__tag span.dostawa {
  background: transparent;
  color: #3F7D6E;
  border: 1px solid #3F7D6E;
}
.glam4u-produkt__name {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 25px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #878787;
}
@media (max-width: 992px) {
  .glam4u-produkt__name strong {
    font-weight: 400 !important;
  }
}
.glam4u-produkt__name p {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  text-transform: none;
  margin-bottom: 0;
}
.glam4u-produkt__name span.small {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: Medium;
  color: #878787;
  font-size: 12px;
  text-transform: none;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .glam4u-produkt__name span.small {
    font-weight: 400;
  }
}
.glam4u-produkt__image {
  text-align: center;
  padding: 2rem 0;
}
.glam4u-produkt__image img {
  max-width: 80%;
}
.glam4u-produkt__price {
  text-align: center;
  font-size: 21px;
  color: #000;
}
.glam4u-produkt__price span {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
}
.glam4u-produkt__additional {
  background: #E2EBCE;
  margin-top: 1.5rem;
  padding: 2rem;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.glam4u-produkt__additional:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: #E2EBCE;
  /* kształt trójkąta */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  /* zaokrąglenie */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.05);
}
.glam4u-produkt__additional p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .glam4u-opinie.mob {
    margin-top: 4rem;
  }
}
.glam4u-opinie__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAF7F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7F0 100%);
  max-width: 300px;
  padding: 2rem;
  border-radius: 10px;
}
.glam4u-opinie__box strong {
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
}
.glam4u-opinie__box p {
  font-family: "Google Sans", sans-serif;
  margin-top: 1rem;
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -2%;
  vertical-align: middle;
  text-align: left;
}
.glam4u-ambasadorki {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.glam4u-newsletter {
  background: #E2EBCE;
  padding: 6rem;
}
@media (max-width: 992px) {
  .glam4u-newsletter {
    padding: 4rem 1rem;
  }
  .glam4u-newsletter h2 {
    font-size: 30px;
  }
}
.glam4u-newsletter p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .glam4u-newsletter p {
    font-size: 18px;
  }
}
.glam4u-formula {
  background: #E2EBCE;
  border-radius: 40px;
  padding: 4rem;
}
@media (max-width: 992px) {
  .glam4u-formula {
    padding: 2rem;
    padding-bottom: 4rem;
    border-radius: 0;
  }
}
.glam4u-formula h2.smaller {
  font-weight: 700;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
.glam4u-formula .glam4u-colagen__box {
  min-height: 150px;
  padding: 1rem;
}
.glam4u-formula .glam4u-colagen__box strong {
  font-size: 18px;
}
.glam4u-formula .glam4u-colagen__box p {
  margin-top: 0.5rem;
  font-size: 11px;
}
.glam4u-video {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .glam4u-video {
    padding-bottom: 2rem;
  }
}
.glam4u-footer {
  background: #1C352D;
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .glam4u-footer {
    padding: 3rem 1rem;
  }
}
.glam4u-footer h5 {
  color: #DECD90;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -2%;
  text-transform: uppercase;
}
.glam4u-footer ul {
  list-style: none;
  padding: 0;
}
.glam4u-footer ul li {
  display: inline-block;
  line-height: 28px;
}
.glam4u-footer ul li a {
  display: block;
  padding: 0.5rem 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 300;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #DECD90;
  text-decoration: none;
}
.glam4u-footer__poznaj {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -2%;
  color: #DECD90;
}
.glam4u-footer__social {
  border: 0;
  margin-right: 1rem;
  text-decoration: none;
}
.glam4u-footer__social:hover {
  opacity: 0.8;
}
.glam4u-footer__copy p {
  font-family: "Google Sans", sans-serif;
  color: #DECD90;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: -2%;
  line-height: 120%;
}
.glam4u-baza {
  background: #E2EBCE;
  padding: 4rem 0;
  margin-top: 4rem;
}
.glam4u-product {
  margin-top: 11rem;
}
@media (max-width: 992px) {
  .glam4u-product {
    margin-top: 5rem;
  }
}
.glam4u-product__name strong {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 1px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #B3B3B3;
}
.glam4u-product__name p {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 47px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #000;
}
@media (max-width: 992px) {
  .glam4u-product__name p {
    font-size: 25px;
    line-height: 35px;
  }
}
.glam4u-product .hero-produkt__opinia-stars {
  color: rgba(69, 69, 69, 0.5019607843);
}
.glam4u-product__shipping p {
  font-size: 16px;
}
.glam4u-product__shipping.cart-box p {
  font-size: 14px;
}
.glam4u-product__tags span {
  color: #B3B3B3;
  font-family: Google Sans;
  font-weight: 500;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -2%;
  display: block;
}
.glam4u-product__smak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 1px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.glam4u-product__smak-peach {
  display: inline-block;
  padding: 0.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF965C;
  opacity: 1;
  border-radius: 50px;
  border: 1px solid #FF965C;
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .glam4u-product__smak-peach {
    padding: 0.95rem;
    font-size: 12px;
  }
}
.glam4u-product__smak-berry {
  display: inline-block;
  padding: 0.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F06A8D;
  opacity: 1;
  border-radius: 50px;
  border: 1px solid #F06A8D;
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .glam4u-product__smak-berry {
    padding: 0.95rem;
    font-size: 12px;
  }
}
.glam4u-product__smak-carmel {
  display: inline-block;
  padding: 0.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #D3854D;
  opacity: 1;
  border-radius: 50px;
  border: 1px solid #D3854D;
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .glam4u-product__smak-carmel {
    padding: 0.95rem;
    font-size: 12px;
  }
}
.glam4u-product__smak-blank {
  display: inline-block;
  padding: 0.75rem;
  text-transform: uppercase;
  color: #000;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 50px;
  border: 1px solid #000;
  margin-left: 1rem;
}
@media (max-width: 992px) {
  .glam4u-product__smak-blank {
    padding: 0.95rem;
    font-size: 12px;
  }
}
.glam4u-product__desc p {
  color: #000;
  font-family: Google Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 23px;
  letter-spacing: -2%;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .glam4u-product__desc p {
    font-size: 15px;
  }
}
.glam4u-product__desc-play {
  padding-top: 0.75rem;
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
}
.glam4u-product__price {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 35px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: right;
  vertical-align: middle;
}

.glam4u-product__qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 35px;
  padding: 0.2rem 0.5rem;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.qty-input {
  width: 25px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 21px;
  font-weight: 500;
  background: transparent;
}

/* usuwa strzałki */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-input[type=number] {
  -moz-appearance: textfield;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0px solid #000;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}

.qty-btn svg {
  display: block;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.qty-btn:hover svg {
  color: #fff;
}

.qty-btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* kontener */
.glam4yoo-product__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

/* item */
.glam4yoo-product__accordion .accordion-item {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* header */
.glam4yoo-product__accordion .accordion-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  color: #000000;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.glam4yoo-product__accordion .accordion-header::after {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>  <line y1='10' x2='20' y2='10' stroke='black'/>  <line x1='10' y1='0' x2='10' y2='20' stroke='black'/>  </svg>");
}

.glam4yoo-product__accordion .accordion-item.active .accordion-header::after {
  background-image: url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>  <line y1='10' x2='20' y2='10' stroke='black'/>  </svg>");
}

/* content */
.glam4yoo-product__accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease, padding 0.35s ease;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
.glam4yoo-product__accordion .accordion-content p {
  font-size: 16px;
}

/* aktywne rozwinięcie */
.glam4yoo-product__accordion .accordion-item.active .accordion-content {
  max-height: 300px;
  padding: 0 20px 16px 20px;
}

.glam4u-product .glam4u-produkt__tag {
  text-align: left;
}

.glam4u-dostawa {
  overflow: hidden;
}

.glam4u-dostawa__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

/* animacja z lewej → w prawo */
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* MOBILE < 992px */
@media (max-width: 991.98px) {
  .glam4u-product__shipping p {
    font-size: 11px;
  }
  .glam4u-product__shipping img {
    max-width: 30px;
  }
  .glam4u-product__shipping div {
    padding: 0 0.5rem;
  }
  .glam4u-product__qty {
    border-radius: 0;
    border: 0px solid;
  }
  .qty-btn {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #000;
  }
  .qty-btn svg {
    width: 15px;
  }
  .glam4u-colagenmob .row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .glam4u-colagenmob .row::-webkit-scrollbar {
    display: none;
  }
  .glam4u-colagenmob .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* szerokość jednego boxa */
    max-width: 80%;
    scroll-snap-align: start;
  }
  .glam4u-skladniki__box .row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .glam4u-skladniki__box .row::-webkit-scrollbar {
    display: none;
  }
  .glam4u-skladniki__box .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* szerokość jednego boxa */
    max-width: 80%;
    scroll-snap-align: start;
  }
}
.glam4u-opinie {
  position: relative;
}

.glam4u-opinie__viewport {
  overflow: hidden;
}

.glam4u-opinie__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.glam4u-opinie__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 4.5);
          flex: 0 0 calc((100% - 72px) / 4.5);
  position: relative;
}

.glam4u-opinie__viewport {
  position: relative;
  overflow: hidden;
}

.glam4u-opinie__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FAF7F0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FAF7F0 100%);
}

/* Gradient tylko na ostatnim widocznym */
.glam4u-opinie__box.is-fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FAF7F0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FAF7F0 100%);
}

/* STRZAŁKA */
.glam4u-opinie__arrow {
  position: absolute;
  content: "";
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.glam4u-opinie__arrow--right {
  right: -10px;
}

.glam4u-opinie__arrow--left {
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: none;
}

.glam4u-blog {
  position: relative;
}
.glam4u-blog__box span.data {
  font-family: "Google Sans", sans-serif;
  display: block;
  padding: 1rem 0;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 12px;
  letter-spacing: 0%;
}
.glam4u-blog__box strong {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
}

.glam4u-blog__viewport {
  overflow: hidden;
}

.glam4u-blog__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.glam4u-blog__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 3.5);
          flex: 0 0 calc((100% - 48px) / 3.5);
  position: relative;
}

.glam4u-blog__viewport {
  position: relative;
  overflow: hidden;
}

.glam4u-blog__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#E2EBCE));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E2EBCE 100%);
}

/* Gradient tylko na ostatnim widocznym */
.glam4u-blog__box.is-fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#E2EBCE));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E2EBCE 100%);
}

/* STRZAŁKA */
.glam4u-blog__arrow {
  position: absolute;
  content: "";
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.glam4u-blog__arrow--right {
  right: -10px;
}

.glam4u-blog__arrow--left {
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: none;
}

@media (max-width: 768px) {
  .glam4u-opinie__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* daje efekt 1 + część drugiego */
  }
  .glam4u-blog__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* daje efekt 1 + część drugiego */
  }
}
.custom-video {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  max-width: 1200px;
}

.video-element {
  width: 100%;
  display: block;
  border-radius: 25px;
}

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

/* Play button */
.play-btn {
  width: 80px;
  height: 80px;
  background: #BFA353;
  border-radius: 50%;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.play-btn::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 26px;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.play-btn:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Caption */
.video-caption {
  position: absolute;
  left: 65px;
  bottom: 25px;
  color: white;
  max-width: 40%;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.video-caption p {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: Italic;
  font-size: 22.71px;
  leading-trim: NONE;
  line-height: 34.79px;
  letter-spacing: -2%;
  color: #E0C785;
}
.video-caption p strong, .video-caption p span {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Medium;
  font-size: 17.04px;
  leading-trim: NONE;
  letter-spacing: -2%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}
.video-caption p span {
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
}

/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {
  .glam4u-opinie__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* 1 pełny */
  }
  .glam4u-opinie__viewport::after {
    width: 100px;
  }
}
/* =========================
   PRODUKT - baza
========================= */
.glam4u-produkt {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* delikatne podniesienie */
.glam4u-produkt:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* =========================
   IMAGE ZOOM
========================= */
.glam4u-produkt__image {
  overflow: hidden;
}

.glam4u-produkt__image img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.glam4u-produkt:hover .glam4u-produkt__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* =========================
   ADD TO CART
========================= */
.glam4u-produkt__addtocart {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.glam4u-produkt:hover .glam4u-produkt__addtocart {
  max-height: 120px; /* bezpieczna wartość */
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* =========================
   ADDITIONAL TEXT
========================= */
.glam4u-produkt__additional {
  position: relative;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}

/* Kontener dropdown */
.produkty-dropdown {
  position: relative;
}

/* Menu */
.produkty-menu {
  position: absolute;
  margin-top: -1px;
  top: 100%;
  left: 1px; /* WYRÓWNANIE DO LEWEJ KRAWĘDZI LINKU */
  width: 380px;
  max-width: 380px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border-top-left-radius: 0px !important;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 999;
}

/* Hover pokazuje menu */
@media (min-width: 992px) {
  .produkty-dropdown:hover .produkty-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Pojedynczy element */
.produkty-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-bottom: 1px solid #C6C6C6;
}
.produkty-item__last {
  border-bottom: none;
}

.produkty-item:hover {
  background: #f5f5f5;
}

.produkty-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.produkty-item strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2%;
}

.produkty-item span {
  font-size: 12px;
  color: #878787;
}

/* Hover aktywny gdy najedziesz na link LUB całe dropdown */
.produkty-dropdown:hover > .nav-link {
  color: #000; /* kolor hover */
  font-weight: 600; /* opcjonalnie */
  background: #FFFFFF;
  color: #1C352D !important;
}

.nav-link:hover {
  background: #172D26 !important;
  color: #D2C295 !important;
  border-radius: 5px !important;
}

.produkty-dropdown:hover > .nav-link::after {
  width: 100%;
}

.additional-links a.nav-link {
  color: #DECD90 !important;
  font-family: "Nunito", sans-serif;
  margin-left: 1rem;
}
.additional-links a.nav-link img {
  margin-right: 5px;
}

/* kontener musi być relative */
.navbar .container {
  position: relative;
}

/* SEARCH PANEL */
.search-section {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1C352D;
  padding: 10px 0 20px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 1;
}

/* gdy aktywne */
.search-section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* input */
.search-form {
  max-width: 900px;
  margin: 0 auto;
}

.search-form input {
  width: 100%;
  padding: 14px 22px;
  border-radius: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  outline: none;
}

.search-form input:focus {
  border-color: #000;
}

.search-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.search-wrapper input {
  width: 100%;
  padding: 14px 120px 14px 22px; /* miejsce na button */
  border-radius: 40px;
  border: 1px solid #ddd;
  font-family: "Nunito", sans-serif;
  outline: none;
}

.search-wrapper input:focus {
  border-color: #000;
}

.search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  color: #1C352D;
  padding: 10px 22px;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.search-btn:hover {
  opacity: 0.85;
}

/* SEK CJA MAIN */
.hero-section {
  height: 720px;
  background: url("../img/slidertop.png") center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; /* centrowanie poziome */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* PRZYKLEJENIE DO DOŁU */
  padding-bottom: 25px; /* odstęp od dolnej krawędzi */
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  text-align: left; /* tekst wyśrodkowany */
  color: #fff;
}

.hero-content h1 {
  color: #1C352D;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -3%;
}
.hero-content h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}

.hero-content p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  color: #2B2B2B;
}

.hero-disclaimer {
  margin-top: 60px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #2B2B2B;
}

.hero-produkt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2rem;
}
.hero-produkt__opinia {
  background: rgba(255, 255, 255, 0.6705882353);
  border-radius: 23px;
  padding: 1.5rem;
  max-width: 300px;
  margin-left: 1rem;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 400;
}
.hero-produkt__opinia-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-produkt__opinia p {
  font-family: "Google Sans", sans-serif;
  margin-top: 1rem;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -2%;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hero-produkt img {
  max-width: 85px;
}

.newsletter-form {
  max-width: 600px;
}

.newsletter-input-wrapper {
  position: relative;
  width: 100%;
}

.newsletter-input-wrapper input {
  width: 100%;
  padding: 20px 170px 20px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 14px;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.newsletter-input-wrapper input:focus {
  border-color: #1C352D;
}

.newsletter-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1C352D;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.newsletter-btn:hover {
  opacity: 0.9;
}

/* Checkbox */
.newsletter-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
.newsletter-consent.billing {
  font-family: Google Sans;
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: bottom;
  color: #878787;
}

.newsletter-consent input {
  display: none;
}

.checkmark {
  min-width: 15px;
  height: 15px;
  border: 1px solid #1C352D;
  border-radius: 4px;
  position: relative;
  margin-top: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.newsletter-consent input:checked + .checkmark {
  background: #1C352D;
}

.newsletter-consent input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* CONTAINER */
.glam4u-faq {
  max-width: 900px;
  margin: 0 auto;
  background: #F0F5E6;
  border-radius: 15px;
  padding: 2rem 3rem;
  padding-right: 1rem;
}

/* LISTA */
.glam4u-faq__list {
  max-height: 520px; /* około 5 pytań */
  overflow-y: auto;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  padding-right: 2rem;
}

/* Scroll styl */
.glam4u-faq__list::-webkit-scrollbar {
  width: 6px;
}

.glam4u-faq__list::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
}

.glam4u-faq__list::-webkit-scrollbar-thumb {
  background: #B6B6B6;
  border-radius: 10px;
}

/* ITEM */
.glam4u-faq__item {
  border-bottom: 1px solid rgba(22, 22, 22, 0.3);
  padding: 20px 0;
}

/* QUESTION */
.glam4u-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.glam4u-faq__question h4 {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 90%;
}

/* IKONA */
.glam4u-faq__icon {
  width: 34px;
  height: 34px;
  border: 1px solid #4C4C4C;
  border-radius: 50%;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.glam4u-faq__icon::before {
  content: "";
  position: absolute;
  background: #000;
}

.glam4u-faq__icon::before {
  background: url(../img/chevron.svg);
  width: 14px;
  height: 10px;
  top: 13px;
  left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* ANSWER */
.glam4u-faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.glam4u-faq__answer p {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.glam4u-faq__item.active .glam4u-faq__answer {
  max-height: 200px;
  margin-top: 15px;
}

.glam4u-faq__item.active .glam4u-faq__icon::before {
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* PRZYCISK */
.glam4u-faq__toggle {
  margin-top: 3rem;
  padding: 0.5rem 2rem !important;
  border: 1px solid #000;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.glam4u-faq__toggle:hover {
  background: #000;
  color: #fff;
}

.btn-primary {
  background: #112E2A;
  padding: 8px 20px;
  border-radius: 63px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  border: 2px solid #112E2A;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn-primary:hover {
  background: #000;
  border: 2px solid #000;
}
@media (max-width: 992px) {
  .btn-primary {
    padding: 8px 20px;
  }
}

.btn-secondary {
  background: transparent;
  color: #112E2A;
  padding: 8px 20px;
  border-radius: 63px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #112E2A;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn-secondary:hover {
  background: #B8C0BF;
  color: #112E2A;
  border: 2px solid #B8C0BF;
}
@media (max-width: 992px) {
  .btn-secondary {
    padding: 8px 20px;
  }
}

.video-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

.video-box video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.glam4u-product__gallery {
  width: 100%;
}

/* ============================= */
/* DESKTOP ≥ 992px */
/* ============================= */
@media (min-width: 992px) {
  .glam4u-product__gallery-track {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .glam4u-product__item img, video {
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 10px;
  }
}
/* ============================= */
/* MOBILE < 992px */
/* ============================= */
@media (max-width: 991.98px) {
  .glam4u-produkt__addtocart {
    overflow: overflow;
    max-height: 120px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .glam4u-produkt:hover .glam4u-produkt__addtocart {
    max-height: 120px; /* bezpieczna wartość */
  }
  .glam4u-product__gallery {
    overflow: hidden;
  }
  .glam4u-product__gallery-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .glam4u-product__gallery-track::-webkit-scrollbar {
    display: none;
  }
  .glam4u-product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; /* 100% - ok. 1/3 następnego */
    scroll-snap-align: start;
  }
  .glam4u-product__item img, video {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 10px;
  }
}
/* RESPONSYWNOŚĆ */
@media (max-width: 992px) {
  .hero-section {
    background: url("../img/2fd9f76eb3775ac8c98c3e29cc77b827ed423250.jpg") center center/cover no-repeat;
    height: auto;
    margin-top: 3rem;
    padding: 200px 0 20px;
    background-position: -22rem -85rem;
    background-size: 300%;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-buttons a {
    width: 100%;
  }
  .hero-content {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.3019607843);
    margin: 1rem;
    padding: 1rem;
    border-radius: 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-produkt img {
    max-height: 140px;
  }
  .glam4u-opinie__box {
    background: #FFFFFF;
    border-radius: 30px;
  }
  .hero-produkt__opinia {
    max-width: 200px;
    padding: 1rem;
    font-size: 11px;
  }
  .hero-produkt__opinia img {
    max-width: 12px;
  }
  .hero-produkt__opinia p {
    font-size: 9px;
  }
  p {
    font-size: 14px;
  }
  .hero-disclaimer {
    margin-top: 2rem;
  }
  .btn-primary, .btn-secondary {
    width: auto;
    max-width: 100%;
    font-size: 14px;
  }
  .glam4u-lead {
    padding: 3rem 0;
  }
  .glam4u-lead p, .glam4u-lead p span {
    font-size: 24px;
  }
  .glam4u-lead p br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .glam4u-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav-mobile-left,
  .nav-mobile-right {
    z-index: 10;
  }
  .navbar-toggler {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-link img {
    height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .granity-menu__list .nav-item {
    margin: 0.5rem 0rem !important;
  }
  .navbar-collapse {
    margin-top: 1rem;
  }
  .glam4u-faq {
    padding: 1rem 2rem;
    padding-right: 1rem;
  }
  .glam4u-faq__question h4 {
    font-size: 18px;
    max-width: 80%;
  }
  .glam4u-formula .glam4u-colagen__box {
    min-height: auto;
  }
  .glam4u-formula .glam4u-colagen__box strong {
    font-size: 24px;
  }
  .glam4u-formula .glam4u-colagen__box p {
    font-size: 14px;
  }
  .glam4u-blog__box .btn-secondary {
    width: auto;
  }
  .glam4u-video h2 span {
    display: block;
  }
  .video-caption {
    position: relative;
    text-shadow: none;
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
  .video-caption p {
    color: #BFA353;
    font-size: 20px;
    line-height: 120%;
  }
  .search-section {
    padding: 0rem 1rem 1rem;
  }
  .glam4u-opinie__box.is-fade::after, .glam4u-blog__box.is-fade::after {
    display: none;
  }
  .newsletter-btn {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-top: 0.5rem;
  }
  .newsletter-input-wrapper input {
    text-align: center;
    padding-right: 20px;
    font-size: 20px;
    color: #000;
  }
}
.cart-line {
  width: 100%;
  height: 1px;
  background: #C7C7C7;
  display: block;
  marign: 4rem 0;
}

.glam4u-orange .glam4u-faq {
  background: #FFFBF9;
}

.glam4u-berry .glam4u-why {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FDE9EE));
  background: linear-gradient(180deg, #FFFFFF 0%, #FDE9EE 100%);
}

.glam4u-carmel .glam4u-why {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF0E4));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF0E4 100%);
}

.glam4u-berry .glam4u-dostawa {
  background: #A0364B;
}

.glam4u-carmel .glam4u-dostawa {
  background: #492D30;
}

.ekspert {
  font-family: Google Sans;
  font-weight: 500;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #FF965C;
  padding: 0.75rem 1rem;
  border-radius: 45px;
  border: 1px solid #FF965C;
}

.glam4u-berry .ekspert {
  border: 1px solid #F06A8D;
  color: #F06A8D;
}

.glam4u-carmel .ekspert {
  border: 1px solid #D3854D;
  color: #D3854D;
}

.glam4u-berry .glam4u-skladniki__text {
  background: #FEF8FA;
}

.glam4u-carmel .glam4u-skladniki__text {
  background: #FFFBF7;
}

.glam4u-berry .glam4u-colagen__icons {
  background: #FEF8FA;
  color: #A0364B;
}

.glam4u-carmel .glam4u-colagen__icons {
  background: #FFFBF7;
  color: #492D30;
}

.glam4u-berry .glam4u-rytm {
  background: #FEF8FA;
}
.glam4u-berry .glam4u-rytm h3 {
  color: #A0364B;
}

.glam4u-carmel .glam4u-rytm {
  background: #FFFBF7;
}
.glam4u-carmel .glam4u-rytm h3 {
  color: #492D30;
}

.glam4u-berry .glam4u-faq {
  background: #FEF8FA;
}

.glam4u-carmel .glam4u-faq {
  background: #FFFBF7;
}

.block-grey {
  font-family: Google Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
  text-transform: uppercase;
  color: #B3B3B3;
}

.glam4u-orange .glam4u-opinie__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBF9), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFBF9 0%, #FFFFFF 100%);
}

.glam4u-berry .glam4u-opinie__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF8FA), to(#FFFFFF));
  background: linear-gradient(180deg, #FEF8FA 0%, #FFFFFF 100%);
}

.glam4u-carmel .glam4u-opinie__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBF7), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFBF7 0%, #FFFFFF 100%);
}

.glam4u-orange .glam4u-opinie__viewport::after,
.glam4u-berry .glam4u-opinie__viewport::after,
.glam4u-carmel .glam4u-opinie__viewport::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.granity-steps.last:after {
  display: none !important;
}

.table > :not(caption) > * > * {
  font-size: 14px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #1C352D;
  border-bottom-width: 3px;
}

.fade-in {
  -webkit-animation: fadeIn 0.4s ease-in-out;
          animation: fadeIn 0.4s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.glightbox {
  text-decoration: none;
}