@charset "UTF-8";

/* ../../../../../tmp/tmp-3771293-brrvldb7cEJX/noctis_ecommerce/noctis_ecommerce/public/css/noctis_css.bundle.css */
.header-wrapper--sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background: transparent;
}
.site-header__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--colorNavText);
}
h1 a,
.site-header__logo a {
  text-decoration: none;
  font-weight: inherit;
  max-width: 100%;
}
.site-header {
  position: relative;
  padding: 7px 0;
  background: var(--colorNav);
}
@media only screen and (min-width: 769px) {
  .site-header {
    padding: 20px 0;
  }
  .site-header__logo {
    text-align: left;
  }
  .page-width {
    padding: 0 40px;
  }
  .header-item--logo {
    flex: 0 0 240px;
    margin: 0 30px;
  }
  .site-nav__link--icon .icon.icon-user {
    position: relative;
    top: 1px;
  }
}
.page-width {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}
.header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-item--logo {
  flex-grow: 0;
  flex-basis: auto;
  justify-content: center;
}
.header-item--icons {
  flex-grow: 0;
  justify-content: flex-end;
  display: flex;
}
.header-item--spacer {
  flex-grow: 0.1;
}
.site-nav__icons {
  display: flex;
  align-items: center;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.site-nav__link--icon .icon {
  width: 32px;
  height: 32px;
}
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.icon__fallback-text {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.icon-20 {
  font-size: 100px;
}
.text-center .site-navigation {
  margin: 0 auto;
}
.site-nav {
  margin: 0;
}
.site-nav__item {
  position: relative;
  display: inline-block;
  margin: 0;
}
.site-nav__item:hover .site-nav__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.site-nav--has-dropdown .site-nav__link--has-dropdown:hover + .site-nav__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.site-nav__link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 7.5px 15px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-nav__link:hover {
  color: #444446;
}
.site-nav__link--underline {
  position: relative;
}
.site-nav__link--underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  margin: 0 15px;
  border-bottom: 2px solid;
  border-bottom-color: #444446;
  border-bottom-color: var(--colorNavText);
  transition: right 0.5s;
}
.site-nav--has-dropdown .site-nav__link--underline::after {
  border-bottom-color: #444446;
  border-bottom-color: var(--colorTextBody);
}
.site-nav--has-dropdown:hover > a {
  color: #444446 !important;
  color: var(--colorTextBody) !important;
  background-color: #fff;
  background-color: var(--colorBody);
  opacity: 1;
  transition: none;
}
.site-nav__item:hover .site-nav__link--underline::after {
  right: 0;
}
.site-nav__dropdown {
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #ffffff;
  min-width: 100%;
  padding: 10px 0 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0901960784);
  transform: translate3d(0, -12px, 0);
  transition: all 0.3s ease;
}
.site-nav__dropdown-link {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.site-nav__dropdown-link:hover {
  background-color: #f5f5f5;
}
.site-nav__dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-nav__dropdown li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-nav__dropdown .site-nav__dropdown-link {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #444446;
  text-decoration: none;
  display: block;
}
.site-nav__dropdown .site-nav__dropdown-link:hover {
  background-color: #f5f5f5;
}
.carousel {
  background: white;
  height: 100vh;
  overflow: hidden;
}
.carousel-cell {
  width: 100%;
  height: 100%;
  display: block;
  margin-right: 0;
  padding: 0;
}
.carousel-cell img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.carousel-cell.is-selected img {
  opacity: 1;
  transform: scale(1);
  filter: none;
}
.flickity-prev-next-button {
  display: none;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}
.index-section {
  margin: 40px 0;
}
@media only screen and (min-width: 769px) {
  .index-section {
    margin: 75px 0;
  }
}
.text-center {
  text-align: center !important;
}
.page-width--narrow {
  max-width: 1000px;
}
.theme-block {
  margin-bottom: 30px;
}
.rte {
  margin-bottom: 7.5px;
}
@media only screen and (min-width: 769px) {
  .rte {
    margin-bottom: 15px;
  }
}
.rte .enlarge-text {
  margin: 0;
  font-size: 1.1em;
}
.index-section--hero {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 50px;
}
.video-parent-section {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.video-div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hero__text-content {
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.hero__link .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
.hero__link .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-2px);
}
.hero__text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: inline-block;
}
.hero__title {
  font-size: 74px;
}
@media only screen and (max-width: 768px) {
  .index-section--hero {
    height: 50vh;
  }
  .hero__title {
    font-size: 54px;
  }
  .video-parent-section {
    padding: 0 20px;
  }
  .hero__text-shadow {
    padding: 12px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .index-section--hero {
    height: 40vh;
  }
  .hero__title {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .hero__link .btn {
    padding: 8px 20px;
    font-size: 14px;
    border-width: 1px;
  }
  .video-parent-section {
    padding: 0 15px;
  }
  .hero__text-shadow {
    padding: 10px;
    max-width: 100%;
  }
}
.section-header {
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: var(--typeBaseWeight);
}
@media only screen and (min-width: 769px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 45px;
}
.btn2 {
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-size: calc(var(--typeBaseSize) - 4px);
  font-size: max(var(--typeBaseSize) - 4px, 13px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 11px 20px;
  margin: 0;
  width: auto;
  min-width: 90px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: var(--buttonRadius);
  color: #fff;
  color: var(--colorBtnPrimaryText);
  background: #b9a99e;
  background: var(--colorBtnPrimary);
}
.btn2--secondary {
  color: #685b5b;
  border: 1px solid;
  border-color: #e8e8e1;
  border-radius: 0.3;
  transition: border-color 0.3s;
}
.btn2--secondary:hover {
  border-color: #000;
}
.btn2--small {
  padding: 6px 30px;
  background-position: 150% 45%;
  min-width: 90px;
  text-transform: uppercase;
  font-size: calc(var(--typeBaseSize) - 6px);
  font-size: max(var(--typeBaseSize) - 6px, 12px);
}
.section-header__link {
  flex: 0 1 auto;
  margin-top: 15px;
}
.product-carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-card {
  position: relative;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 450px;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product-image {
  width: 100%;
  display: block;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.product-details {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: rgba(185, 169, 158, 0.9);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.product-title {
  color: #ffffff;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.product-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.price-info {
  display: flex;
  flex-direction: column;
}
.original-price {
  text-decoration: line-through;
  opacity: 0.9;
  font-size: 12px;
  color: #000000;
  text-shadow: none;
}
.discounted-price,
.regular-price {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-shadow: none;
}
.discount-badge {
  background-color: #ff4a4a;
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  min-width: 55px;
  text-align: center;
  text-shadow: none;
}
.product-description {
  display: none;
}
.product-card-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  .product-card {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .product-card {
    width: 50%;
  }
  .product-image {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .product-card {
    width: 100% !important;
    padding: 15px;
    height: 420px;
  }
  .product-image {
    height: 270px;
    border-radius: 10px;
  }
  .product-details {
    padding: 15px;
    bottom: 15px;
    left: 30px;
    right: 30px;
    border-radius: 10px;
  }
  .product-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .discounted-price,
  .regular-price {
    font-size: 16px;
  }
  .original-price {
    font-size: 13px;
  }
  .discount-badge {
    padding: 4px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .flickity-enabled.is-draggable {
    touch-action: pan-y;
  }
  .product-carousel .flickity-viewport {
    overflow: hidden;
    position: relative;
  }
  .flickity-slider {
    display: flex;
    align-items: center;
  }
  .flickity-page-dots {
    display: block !important;
    bottom: -25px;
  }
  .product-carousel .flickity-page-dots {
    bottom: -25px;
  }
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .flickity-page-dots .dot.is-selected {
    background-color: #b9a99e;
  }
  .flickity-prev-next-button {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
  }
  .flickity-prev-next-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .flickity-prev-next-button .arrow {
    fill: #b9a99e;
  }
  .flickity-prev-next-button.previous {
    left: 10px;
  }
  .flickity-prev-next-button.next {
    right: 10px;
  }
}
.main {
  display: block;
}
.main-content {
  display: block;
  min-height: 300px;
}
@media only screen and (min-width: 769px) {
  .main-content {
    min-height: 700px;
  }
}
@media only screen and (min-width: 769px) {
  .footer-inline [data-type=newsletter] {
    margin-top: 20px;
    text-align: center;
  }
  .footer-inline .site-footer__linklist {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-inline .footer__item-padding {
    padding-right: 0;
  }
  .footer__social .icon {
    width: 15px;
    height: 15px;
    fill: #000;
  }
  .site-footer .footer__small-text {
    margin-top: 20px;
  }
}
.site-footer {
  padding-bottom: 30px;
  background-color: #f2f2f2;
  color: #444446;
  padding-top: 40px;
}
.site-footer .footer__small-text {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid__item {
  float: left;
  padding-left: 22px;
  width: 100%;
  min-height: 1px;
}
.footer__social {
  text-align: center;
}
.footer__social li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.footer__social a {
  display: block;
  text-decoration: none;
}
.footer__social .icon {
  width: 15px;
  height: 15px;
}
.icon__fallback-text {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.h44 {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
}
.footer__title {
  color: #444446;
}
.site-footer__linklist {
  margin: 0;
  list-style: none;
}
.site-footer__linklist a {
  color: currentColor;
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 12px;
}
.logo-top-small {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
}
.badge.rounded-pill.bg-danger {
  font-size: 0.6rem;
  padding: 0.25em 0.3em;
  min-width: 1rem;
  position: absolute;
  top: 15px;
  right: -5px;
  transform: none !important;
}
.cart-link {
  position: relative;
  display: inline-block;
}
html,
body,
.main,
.main-content,
.carousel,
.product-details,
.site-footer,
.mobile-slide-dots,
.accordion-button,
.accordion-body,
.accordion-item,
.product-image-container,
.main-image-container,
.index-section {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 250, 245, var(--tw-bg-opacity)) !important;
}
.site-nav__dropdown,
.site-nav--has-dropdown:hover > a,
.site-nav__dropdown-link:hover {
  background-color: rgba(254, 250, 245, var(--tw-bg-opacity));
}
body,
.section-header__title,
.product-title,
.reproduct-title,
.h44,
.footer__title {
  --tw-text-opacity: 1;
  color: rgba(19, 19, 19, var(--tw-text-opacity));
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: transparent !important;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  body,
  p,
  span,
  div,
  a {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .navbar-background-bar {
    padding-left: 0;
    padding-right: 0;
    transition: transform 0.3s ease;
  }
  .header-wrapper--sticky {
    position: absolute;
    background: transparent;
    height: 60px;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .logo-top-small {
    max-height: 50px;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.7));
  }
  .header-wrapper--sticky {
    transform: none !important;
  }
  .carousel {
    margin-top: 0;
  }
  .site-nav__link--icon,
  .nav-link,
  .navbar-toggler {
    padding: 10px;
  }
  .carousel-cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper--sticky {
    position: fixed;
    transition: background 0.3s ease;
  }
  .site-header {
    padding: 5px 0;
  }
  .page-width {
    padding: 0 15px;
  }
  .header-item--logo {
    display: none !important;
  }
  .header-item--mobile-logo {
    display: flex !important;
    justify-content: center !important;
    flex: 1;
    margin: 0 auto;
  }
  .header-layout--left-logo {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .header-item--mobile-logo .logo-top-small {
    margin: 0 auto;
    display: block;
    max-height: 60px;
  }
  .logo-top-small {
    max-height: 40px;
    width: auto;
  }
  .navbar-toggler {
    display: block;
    border: none;
    background: transparent;
    color: white;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after,
  .navbar-toggler-icon span {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .navbar-toggler-icon:before {
    top: 5px;
  }
  .navbar-toggler-icon span {
    top: 11px;
  }
  .navbar-toggler-icon:after {
    top: 17px;
  }
  .navcontainer {
    position: relative;
  }
  .site-navigation {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    padding: 0;
    margin: 0;
  }
  .site-navigation.show {
    height: calc(100vh - 60px);
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    padding: 20px 0;
  }
  .site-nav__item {
    display: block;
    text-align: left;
    padding: 0 15px;
  }
  .site-nav__link {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav__dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 15px;
    display: none;
  }
  .site-nav__dropdown.show {
    display: block;
  }
  .site-nav__dropdown .site-nav__dropdown-link {
    color: white;
    padding: 10px 0;
    font-size: 14px;
  }
  .site-nav__link--has-dropdown:after {
    content: "\25bc";
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    transition: transform 0.3s ease;
  }
  .site-nav__link--has-dropdown.expanded:after {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  .carousel {
    height: 50vh;
    margin-top: 60px;
  }
  .carousel-cell {
    height: 50vh;
  }
  .carousel-cell img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .flickity-page-dots {
    bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .carousel {
    height: 40vh;
  }
  .carousel-cell {
    height: 40vh;
  }
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .site-navigation {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .logo-top-small {
    position: absolute;
    max-height: 50px;
    z-index: 101;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.7));
  }
  .main-content {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-background-bar .header-layout--left-logo {
    justify-content: center !important;
    width: 100%;
  }
  .navbar-background-bar .header-item--mobile-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex: 1;
    position: static;
    transform: none;
    left: auto;
  }
  .navbar-background-bar .header-item--logo {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .carousel {
    height: 85vh;
  }
  .carousel-cell {
    height: 85vh;
  }
  .logo-top-small {
    max-height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding: 30px 0 90px;
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer-social-mobile {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-social-mobile .footer__social {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .footer-social-mobile .footer__social li {
    margin: 0 12px;
  }
  .footer-social-mobile .footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f2f2f2;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .footer-social-mobile .footer__social a:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  .footer-social-mobile .footer__social i {
    font-size: 22px;
    color: #333;
  }
  .social-tagline {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin: 0;
    font-weight: 500;
  }
  .footer-mobile {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .footer-accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
  .footer-accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .footer-accordion-item:last-child {
    border-bottom: none;
  }
  .footer-accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .footer-accordion-btn i {
    transition: transform 0.3s ease;
    color: #999;
    font-size: 16px;
  }
  .footer-accordion-btn.active {
    color: #000;
  }
  .footer-accordion-btn.active i {
    transform: rotate(180deg);
    color: #333;
  }
  .footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.2s ease;
    padding: 0 15px;
    background-color: #fafafa;
  }
  .footer-accordion-content.active {
    max-height: 200px;
    padding: 5px 15px 15px;
  }
  .footer-accordion-content .site-footer__linklist {
    padding-left: 0;
    margin: 0;
  }
  .footer-accordion-content .site-footer__linklist li {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding-bottom: 10px;
  }
  .footer-accordion-content .site-footer__linklist li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-accordion-content .site-footer__linklist a {
    color: #666;
    font-size: 13px;
    padding: 3px 0;
    display: block;
    transition: color 0.2s ease;
  }
  .footer-accordion-content .site-footer__linklist a:hover {
    color: #000;
  }
  .footer__small-text {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
  }
  .footer__small-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 768px) {
  .mobile-menu-overlay {
    transition: opacity 0.3s ease;
  }
  .mobile-menu-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .mobile-menu-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .mobile-menu-header h2 {
    position: relative;
    display: inline-block;
  }
  .mobile-menu-header h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-main-menu {
    margin-top: 10px;
  }
  .mobile-main-menu a:hover {
    color: #000;
  }
  .mobile-main-menu a:hover .bi {
    color: #000;
  }
  .mobile-dropdown {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
  }
  .mobile-main-menu li.active > a {
    color: #000;
    font-weight: 600;
  }
  .mobile-main-menu li.active > a .bi {
    color: #000;
  }
  .current-page-item > a {
    position: relative;
    color: #000 !important;
    font-weight: 600 !important;
  }
  .current-page-item > a .bi {
    color: #000 !important;
  }
  .current-page-item > a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
  }
  @keyframes menuFadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mobile-menu-container {
    animation: menuFadeIn 0.3s ease forwards;
  }
}
.navbar-background-bar {
  background-color: rgba(254, 250, 245, var(--tw-bg-opacity)) !important;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}
.navbar-background-bar.navbar-hidden {
  transform: translateY(-100%);
}
.navbar-background-bar .header-wrapper--sticky {
  position: relative;
  background: transparent;
}
.navbar-background-bar .site-header {
  background: transparent;
  padding: 10px 0;
}
.header-layout--left-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-item--logo {
  flex: 0 1 auto;
  margin-right: auto;
}
.header-item--navigation {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.header-item--icons {
  flex: 0 1 auto;
  margin-left: auto;
}
.navbar-background-bar .logo-top-small {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  height: 45px;
  filter: none;
  display: block;
  margin: 0;
}
.navbar-background-bar .site-nav {
  margin: 0;
}
.navbar-background-bar .site-navigation {
  text-align: center;
}
.navbar-background-bar .site-nav__link {
  color: #333;
}
.navbar-background-bar .site-nav__link:hover {
  color: #b9a99e;
}
.navbar-background-bar .site-nav__link--underline:after {
  border-bottom-color: #333;
}
.navbar-background-bar .site-nav__item:hover .site-nav__link--underline::after {
  border-bottom-color: #b9a99e;
}
.navbar-background-bar .bi {
  color: #333 !important;
  font-size: 24px;
}
.navbar-background-bar .cart-link .badge {
}
@media only screen and (max-width: 768px) {
  .navbar-background-bar {
    padding-left: 0;
    padding-right: 0;
    transition: transform 0.3s ease;
  }
  .navbar-background-bar.navbar-hidden {
    transform: translateY(-100%);
  }
  .navbar-background-bar .header-layout--left-logo {
    justify-content: center !important;
    text-align: center;
  }
  .navbar-background-bar .header-item--mobile-menu {
    display: none;
  }
  .header-item--logo,
  .header-item--mobile-logo {
    justify-content: center !important;
    flex: 1;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .logo-image,
  .logo-top-small {
    margin: 0 auto;
    display: block;
  }
  .site-nav__link--icon .icon {
    width: 32px;
    height: 32px;
  }
}
.header-item--icon .bi {
  font-size: 32px;
}
.navbar-background-bar {
  transition: transform 0.4s ease;
}
.navbar-hidden {
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .navbar-background-bar .header-layout--left-logo {
    justify-content: center !important;
    width: 100%;
  }
  .navbar-background-bar .header-item--mobile-logo {
    display: flex;
    justify-content: center;
    position: static;
    transform: none;
    left: auto;
  }
  .navbar-background-bar .header-item--logo {
    position: static;
    transform: none;
    display: none;
  }
  .navbar-background-bar .logo-image {
    max-height: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .site-nav__link--icon .icon {
    width: 36px;
    height: 36px;
  }
  .header-item--icon .bi {
    font-size: 36px;
  }
}
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  padding: 5px 0;
}
.mobile-nav-icon {
  font-size: 24px;
  margin-bottom: 4px;
}
.mobile-nav-label {
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }
  body,
  p,
  span,
  div,
  a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=noctis_css.bundle.WMU3JQIM.css.map */
