/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/footer/style.less ***!
  \****************************************************************************************************************/
@import url(https: //cdn.myshoptet.com/usr/www.bambou.cz/user/documents/custom/assets/fonts/fonts.css);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/footer/style.less (1) ***!
  \********************************************************************************************************************/
/* Example style footer */
body {
  --custom-purple: #C898D3;
  --custom-yellow: #FCF7ED;
  --custom-gray: #919191;
  font-family: 'Mont Blanc', sans-serif;
}
#header,
#header * {
  background-color: #fff;
  color: #000;
}
.id-1 .homepage-products-heading-1 {
  display: none !important;
}
.homepage-group-title {
  color: var(--custom-purple) !important;
  text-transform: uppercase !important;
}
.products-block > div .p .p-in .p-in-in .name {
  height: auto !important;
  font-weight: 300;
  text-transform: uppercase;
}
.products-block > div .p .p-in .p-bottom > div .prices {
  color: var(--custom-purple) !important;
}
body:not(.id-1) .products-block > div .p .p-in .p-bottom > div .prices .price-final strong {
  font-size: 22px;
  font-weight: bold;
}
ul.menu-level-1 > li .active {
  transition: all 0.3s ease;
  transform: scale(1.15);
}
ul.menu-level-1 > li .active b {
  color: var(--custom-purple) !important;
}
/* ===================================
   CATEGORIES STYLES - START
   =================================== */
.products-top-header {
  display: none !important;
}
#productsTop {
  display: none !important;
}
.breadcrumbs {
  display: block !important;
}
:where(body.ums_a11y_category_page--on) .products-top-wrapper {
  display: none;
}
.navigation-home-icon {
  color: var(--custom-purple) !important;
}
.category-title {
  text-align: start;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: var(--custom-purple) !important;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
.multiple-columns-body.mobile #content .filters-wrapper,
.one-column-body #content .filters-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 20px 0 0;
}
.subcategories {
  background-color: var(--custom-purple) !important;
}
.subcategories li a {
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
.subcategories li a:hover {
  color: #fff !important;
  text-decoration: none !important;
  transform: scale(1.1);
}
.subcategories li a:focus {
  transform: scale(1.1);
}
.subcategories li a:active {
  transform: scale(0.95);
}
.subcategories li a:before {
  display: none;
}
.subcategories li a:after {
  display: none;
}
.category-top {
  border: none;
  padding: 0;
  margin: 0;
}
#category-header {
  display: none !important;
}
.pagination__list {
  color: var(--custom-purple) !important;
}
.id-1 .btn.btn-cart {
  display: none !important;
}
.btn.btn-cart {
  background-color: var(--custom-purple) !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 170px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 300;
}
.btn.btn-cart:hover {
  background-color: #fff !important;
  color: var(--custom-purple) !important;
  outline: 1px solid var(--custom-purple) !important;
  outline-offset: 1px;
}
.btn.btn-cart:focus {
  outline: 1px solid var(--custom-purple) !important;
  outline-offset: 1px;
}
.btn.btn-cart:active {
  transform: scale(0.95);
}
.btn.btn-cart span i,
.ratings-wrapper {
  display: none;
}
.products-block > div .p .p-in .p-bottom > div .p-tools {
  padding: 0;
}
.product-item img,
.products .product img,
.product-list img,
.product img,
.product .image img {
  aspect-ratio: 1/1.5 !important;
  max-height: 400px !important;
  transition: all 0.3s ease;
}
.product-item img:hover,
.products .product img:hover,
.product-list img:hover,
.product img:hover,
.product .image img:hover {
  transform: scale(1.05);
}
.product-item img:focus,
.products .product img:focus,
.product-list img:focus,
.product img:focus,
.product .image img:focus {
  transform: scale(1.05);
}
.product-item img:active,
.products .product img:active,
.product-list img:active,
.product img:active,
.product .image img:active {
  transform: scale(0.95);
}
@media (max-width: 1400px) {
  .product-item img,
  .products .product img,
  .product-list img,
  .product img,
  .product .image img {
    aspect-ratio: 1/1.4 !important;
  }
}
@media (max-width: 1024px) {
  .product-item img,
  .products .product img,
  .product-list img,
  .product img,
  .product .image img {
    aspect-ratio: 1/1.3 !important;
  }
}
@media (max-width: 980px) {
  .product-item img,
  .products .product img,
  .product-list img,
  .product img,
  .product .image img {
    aspect-ratio: 1/1.2 !important;
  }
}
@media (max-width: 768px) {
  .product-item img,
  .products .product img,
  .product-list img,
  .product img,
  .product .image img {
    aspect-ratio: 1/1 !important;
  }
}
.p-detail-inner {
  padding: 32px 0 0 0;
}
.p-detail-inner .p-to-cart-block .add-to-cart {
  justify-content: start;
}
.add-to-cart-button {
  background-color: var(--custom-purple) !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 170px;
  text-transform: uppercase;
}
.add-to-cart-button i {
  display: none;
}
.p-detail-inner h1 {
  color: var(--custom-purple) !important;
}
.p-detail-inner .stars-wrapper .star-list .star,
.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: var(--custom-purple) !important;
}
.icon-print:before,
.icon-print:after,
.icon-comment:before,
.icon-comment:after,
.icon-share:before,
.icon-share:after {
  color: var(--custom-purple) !important;
}
.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab.active a {
  background-color: var(--custom-purple) !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 170px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 600;
}
/* ===================================
   NAVIGATION BUTTONS ICONS COMPONENT - START
   =================================== */
.navigation-buttons > a[data-target=cart] i {
  color: var(--custom-purple) !important;
}
/* ===================================
   NAVIGATION BUTTONS ICONS COMPONENT - END
   =================================== */
/* ===================================
   NAVIGATION BUTTONS ICONS COMPONENT - START
   =================================== */
.navigation-buttons a[data-target=navigation] {
  color: var(--custom-purple) !important;
  transition: all 0.3s ease;
}
.navigation-buttons a[data-target=navigation]:hover {
  color: var(--custom-purple) !important;
}
.navigation-buttons a[data-target=navigation]:focus {
  outline: 1px solid var(--custom-purple);
  outline-offset: 1px;
}
/* ===================================
   NAVIGATION BUTTONS ICONS COMPONENT - END
   =================================== */
/* ===================================
   NAVIGATION BUTTONS ICONS COMPONENT - END
   =================================== */
/* ===================================
   COOKIES COMPONENT - START
   =================================== */
.siteCookies--bottom.siteCookies--scrolled,
.siteCookies--bottom.siteCookies--scrolled .siteCookies__form,
.siteCookies__form {
  background-color: var(--custom-purple) !important;
}
.siteCookies__button,
.siteCookies__link {
  background-color: var(--custom-purple) !important;
  border: 2px solid white;
  color: white;
  transition: all 0.3s ease;
}
.siteCookies__button:hover,
.siteCookies__link:hover {
  background-color: white !important;
  color: var(--custom-purple) !important;
  border: 2px solid var(--custom-purple);
}
.siteCookies__button:focus,
.siteCookies__link:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
/* ===================================
   COOKIES COMPONENT - END
   =================================== */
/* ===================================
   INSTAGRAM CAROUSEL COMPONENT - START
   =================================== */
.instagram-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 720px) {
  .instagram-section {
    padding: 40px 20px;
  }
}
.instagram-section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .instagram-section__title {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
}
.instagram-carousel {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 720px) {
  .instagram-carousel {
    padding: 0 50px;
  }
}
.instagram-carousel__viewport {
  overflow: hidden;
  position: relative;
}
.instagram-carousel__track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 15px;
}
@media (max-width: 720px) {
  .instagram-carousel__track {
    gap: 10px;
  }
}
.instagram-carousel__item {
  flex: 0 0 auto;
  position: relative;
  aspect-ratio: 1 / 1.25;
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .instagram-carousel__item {
    width: calc((100% - (15px * 4)) / 5);
  }
}
@media (min-width: 721px) and (max-width: 1000px) {
  .instagram-carousel__item {
    width: calc((100% - (15px * 2)) / 3);
  }
}
@media (max-width: 720px) {
  .instagram-carousel__item {
    width: 100%;
  }
}
.instagram-carousel__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.4);
}
.instagram-carousel__link:hover .instagram-carousel__image {
  transform: scale(1.05);
}
.instagram-carousel__link:hover .instagram-carousel__overlay {
  opacity: 1;
}
.instagram-carousel__link:focus {
  outline: 3px solid #C898D3;
  outline-offset: 2px;
}
.instagram-carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.instagram-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(200, 152, 211, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.instagram-carousel__overlay::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url('https://cdn.myshoptet.com/usr/www.bambou.cz/user/documents/custom/instagram.svg') no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.instagram-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
  /*  &:focus {
        outline: 3px solid #C898D3;
        outline-offset: 2px;
    } */
}
.instagram-carousel__arrow:hover:not(:disabled) {
  /* background: #C898D3; */
  transform: translateY(-50%) scale(1.1);
  /* img {
            filter: brightness(0) invert(1);
        } */
}
.instagram-carousel__arrow:disabled,
.instagram-carousel__arrow--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.instagram-carousel__arrow img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
@media (max-width: 720px) {
  .instagram-carousel__arrow {
    width: 40px;
    height: 40px;
  }
  .instagram-carousel__arrow img {
    width: 16px;
    height: 16px;
  }
}
.instagram-carousel__arrow--prev {
  left: 0;
}
.instagram-carousel__arrow--next {
  right: 0;
}
/* ===================================
   INSTAGRAM CAROUSEL COMPONENT - END
   =================================== */
/* ===================================
   CUSTOM FOOTER - START
   =================================== */
.custom-footer-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-footer {
  width: 100%;
}
/* Horní část footeru */
.footer-top {
  position: relative;
  background-color: var(--custom-yellow);
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .footer-top {
    padding: 40px 20px;
  }
}
.footer-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer-top .footer-container::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: -100px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  transition: transform 0.3s ease;
  padding: 0;
  background-image: url('https://cdn.myshoptet.com/usr/www.bambou.cz/user/documents/custom/message.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .footer-top .footer-container::after {
    bottom: -50px;
    left: -10px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 968px) {
  .footer-top .footer-container::after {
    bottom: 0px;
    left: 50px;
    width: 150px;
    height: 150px;
    opacity: 0.5;
  }
}
/* Layout 3 sloupců */
.footer-top .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 968px) {
  .footer-top .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    max-width: 100%;
    align-items: center;
  }
}
/* Jednotlivé sloupce */
.footer-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  z-index: 1;
}
/* Levý sloupec - Odkazy */
.footer-column--links {
  justify-content: flex-start;
}
@media (max-width: 968px) {
  .footer-column--links {
    align-items: center;
  }
}
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #C898D3;
}
.footer-link:focus {
  outline: 2px solid #C898D3;
  outline-offset: 2px;
}
/* Prostřední sloupec - Logo */
.footer-column--logo {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer-logo-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.footer-logo-link:hover {
  transform: scale(1.05);
}
.footer-logo-link:focus {
  outline: 2px solid #C898D3;
  outline-offset: 4px;
}
.footer-logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 150px;
  }
}
/* Pravý sloupec - Kontakt */
.footer-column--contact {
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 968px) {
  .footer-column--contact {
    align-items: center;
  }
}
.footer-contact {
  text-align: right;
}
@media (max-width: 968px) {
  .footer-contact {
    text-align: center;
  }
}
.footer-contact-name {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin: 0 0 8px 0;
}
.footer-contact-info {
  font-size: 14px;
  color: #666;
  margin: 0 0 4px 0;
  line-height: 1.6;
}
/* Spodní část footeru - Copyright */
.footer-bottom {
  background-color: var(--custom-gray);
  padding: 20px;
}
.footer-copyright {
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer-copyright {
    font-size: 12px;
  }
  .footer-copyright .cookies-settings {
    display: block;
    margin-bottom: 8px;
  }
  .footer-copyright .footer-separator {
    display: none;
  }
}
.footer-separator {
  margin: 0 8px;
  opacity: 0.7;
}
.footer-copyright-link {
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-copyright-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.footer-copyright-link:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
/* Responzivní úpravy */
@media (max-width: 968px) {
  .footer-top .footer-container {
    /* Na mobilech: Logo nahoře, pak ostatní pod sebou */
    display: flex;
    flex-direction: column;
  }
  .footer-top .footer-container .footer-column--logo {
    order: 1;
    margin-bottom: 30px;
  }
  .footer-top .footer-container .footer-column--links {
    order: 2;
    margin-bottom: 30px;
  }
  .footer-top .footer-container .footer-column--contact {
    order: 3;
  }
}
/* ===================================
   CUSTOM FOOTER - END
   =================================== */
/* ===================================
   NEWSLETTER SUBSCRIPTION COMPONENT - START
   =================================== */
.custom-newsletter-replaced {
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  display: none;
}
.custom-newsletter {
  width: 100%;
  background-color: #fff;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-newsletter {
    padding: 40px 20px;
  }
}
.custom-newsletter__container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .custom-newsletter__container {
    max-width: 100%;
    padding: 0 10px;
  }
}
.custom-newsletter__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .custom-newsletter__title {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
}
.custom-newsletter__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .custom-newsletter__subtitle {
    font-size: 14px;
    margin: 0 0 25px 0;
  }
  .custom-newsletter__subtitle br {
    display: none;
  }
}
.custom-newsletter__form {
  width: 100%;
}
.custom-newsletter__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.custom-newsletter__input-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 768px) {
  .custom-newsletter__input-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .custom-newsletter__input-wrapper {
    gap: 12px;
  }
}
.validator-msg-holder {
  width: 250px;
}
@media (max-width: 768px) {
  .validator-msg-holder {
    width: 100%;
    flex: none;
  }
}
.custom-newsletter__input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.custom-newsletter__input:focus {
  outline: none;
  border-color: var(--custom-purple);
  box-shadow: 0 0 0 3px rgba(200, 152, 211, 0.1);
}
.custom-newsletter__input::placeholder {
  color: #999;
}
@media (max-width: 768px) {
  .custom-newsletter__input {
    padding: 14px 18px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .custom-newsletter__input {
    padding: 12px 15px;
    font-size: 13px;
  }
}
.custom-newsletter__button {
  padding: 15px 0;
  background-color: var(--custom-purple);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
  width: 250px;
}
.custom-newsletter__button:hover {
  background-color: #b574c4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200, 152, 211, 0.3);
}
.custom-newsletter__button:active {
  transform: translateY(0);
}
.custom-newsletter__button:focus {
  outline: 3px solid rgba(200, 152, 211, 0.4);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .custom-newsletter__button {
    width: 100%;
    flex: none;
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .custom-newsletter__button {
    padding: 12px 18px;
    font-size: 13px;
  }
}
.custom-newsletter__consent {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .custom-newsletter__consent {
    margin-top: 12px;
  }
}
.custom-newsletter__consent-label {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .custom-newsletter__consent-label {
    font-size: 11px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .custom-newsletter__consent-label {
    font-size: 10px;
  }
}
.custom-newsletter__consent-link {
  color: var(--custom-purple);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.custom-newsletter__consent-link:hover {
  opacity: 0.8;
}
.custom-newsletter__consent-link:focus {
  outline: 2px solid var(--custom-purple);
  outline-offset: 2px;
}
/* Hidden honeypot field */
.no-display {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
/* ===================================
   NEWSLETTER SUBSCRIPTION COMPONENT - END
   =================================== */
/* ===================================
   CUSTOM NAVIGATION ICONS - START
   =================================== */
.custom-nav-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .custom-nav-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .custom-nav-icon {
    width: 20px;
    height: 20px;
  }
}
.navigation-buttons a:hover .custom-nav-icon {
  transform: scale(1.1);
  opacity: 0.8;
}
.navigation-buttons a:active .custom-nav-icon {
  transform: scale(0.95);
}
.navigation-buttons .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* ===================================
   CUSTOM NAVIGATION ICONS - END
   =================================== */
/* ===================================
   INSTAGRAM LINK IN NAVIGATION TOOLS - START
   =================================== */
.navigation-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}
.navigation-instagram-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.navigation-instagram-link:active {
  transform: scale(0.95);
}
.navigation-instagram-link:focus {
  outline: 2px solid var(--custom-purple);
  outline-offset: 2px;
}
.navigation-instagram-icon {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .navigation-instagram-icon {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .navigation-instagram-icon {
    width: 20px;
    height: 20px;
  }
}
.navigation-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* ===================================
   INSTAGRAM LINK IN NAVIGATION TOOLS - END
   =================================== */
/* ===================================
   HERO BANNER COMPONENT - START
   =================================== */
.hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-banner__container {
  position: relative;
  width: 100%;
  min-height: 950px;
  display: flex;
  align-items: center;
}
@media (max-width: 968px) {
  .hero-banner__container {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .hero-banner__container {
    min-height: 650px;
  }
}
@media (max-width: 480px) {
  .hero-banner__container {
    min-height: 300px;
  }
}
.hero-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}
.hero-banner__content {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  left: 40px;
  bottom: 40px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .hero-banner__content {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .hero-banner__content {
    padding: 30px 20px;
    left: 20px;
    bottom: 20px;
  }
}
.hero-banner__text-wrapper {
  max-width: 500px;
}
@media (max-width: 768px) {
  .hero-banner__text-wrapper {
    max-width: 100%;
  }
}
.hero-banner__subtitle {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-banner__subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .hero-banner__subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.hero-banner__title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .hero-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hero-banner__title {
    font-size: 32px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480px) {
  .hero-banner__title {
    font-size: 24px;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
  }
}
.hero-banner__button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.hero-banner__button:hover {
  background-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hero-banner__button:active {
  transform: translateY(0);
}
.hero-banner__button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .hero-banner__button {
    padding: 12px 30px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hero-banner__button {
    padding: 10px 25px;
    font-size: 12px;
  }
}
/* ===================================
   HERO BANNER COMPONENT - END
   =================================== */
/* ===================================
   HERO BANNER SECONDARY COMPONENT - START
   =================================== */
.hero-banner-secondary {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .hero-banner-secondary {
    margin-bottom: 40px;
  }
}
.hero-banner-secondary__container {
  position: relative;
  width: 100%;
  min-height: 950px;
  display: flex;
  align-items: center;
}
@media (max-width: 968px) {
  .hero-banner-secondary__container {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .hero-banner-secondary__container {
    min-height: 650px;
  }
}
@media (max-width: 480px) {
  .hero-banner-secondary__container {
    min-height: 300px;
  }
}
.hero-banner-secondary__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}
.hero-banner-secondary__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
}
.hero-banner-secondary__content {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  left: 40px;
  bottom: 40px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .hero-banner-secondary__content {
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .hero-banner-secondary__content {
    padding: 30px 20px;
    left: 20px;
    bottom: 20px;
  }
}
.hero-banner-secondary__text-wrapper {
  max-width: 500px;
}
@media (max-width: 768px) {
  .hero-banner-secondary__text-wrapper {
    max-width: 100%;
  }
}
.hero-banner-secondary__subtitle {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-banner-secondary__subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .hero-banner-secondary__subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.hero-banner-secondary__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 968px) {
  .hero-banner-secondary__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hero-banner-secondary__title {
    font-size: 32px;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 480px) {
  .hero-banner-secondary__title {
    font-size: 24px;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
  }
}
.hero-banner-secondary__button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.hero-banner-secondary__button:hover {
  background-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hero-banner-secondary__button:active {
  transform: translateY(0);
}
.hero-banner-secondary__button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .hero-banner-secondary__button {
    padding: 12px 30px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hero-banner-secondary__button {
    padding: 10px 25px;
    font-size: 12px;
  }
}
/* ===================================
   HERO BANNER SECONDARY COMPONENT - END
   =================================== */

