/* Loris Shopify-inspired theme overrides for the Zoho Commerce export. */
:root {
  --loris-black: #050505;
  --loris-ink: #171717;
  --loris-muted: #6f6f6f;
  --loris-line: #e6e1dc;
  --loris-soft: #f7f3ef;
  --loris-cream: #fbfaf8;
  --loris-accent: #b99662;
  --loris-sale: #a10000;
}

body {
  background: var(--loris-cream);
  color: var(--loris-ink);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.theme-header-topbar {
  min-height: 40px;
  padding: 0 !important;
  background: var(--loris-black) !important;
  color: #fff !important;
  overflow: visible;
}

.theme-header-topbar .zpcontainer {
  position: relative;
  max-width: 1440px;
  width: min(1440px, calc(100% - 36px));
  min-height: 40px;
  margin-inline: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.theme-header-topbar .theme-socialicon-parent {
  display: none !important;
}

.theme-header-topbar .zpcontainer::before {
  content: "Loris Parfüm im neuen Glanz – 15 % auf deine erste Bestellung mit dem Code NEU";
  display: block;
  max-width: min(680px, 46vw);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  animation: none;
}

.loris-header-utility {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.loris-header-utility__contact,
.loris-header-utility__account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: auto;
}

.loris-header-utility a,
.theme-header-topbar .theme-topbar-contact-info a,
.theme-header-topbar .theme-portal-content a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.loris-header-utility a:hover,
.theme-header-topbar .theme-topbar-contact-info a:hover,
.theme-header-topbar .theme-portal-content a:hover {
  color: var(--loris-accent) !important;
}

.theme-header-topbar .theme-topbar-contact-info {
  display: none !important;
}

.theme-header-topbar .theme-portal-login {
  display: none !important;
}

@keyframes loris-promo-scroll {
  from { transform: translateX(35%); }
  to { transform: translateX(-35%); }
}

.theme-header-topbar {
  display: none !important;
}

.loris-static-topbar {
  width: 100%;
  min-height: 40px;
  background: #050505;
  color: #fff;
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

.loris-static-topbar__inner {
  width: min(1440px, calc(100% - 36px));
  min-height: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 1.15fr) minmax(260px, 1fr);
  gap: 34px;
  align-items: center;
}

.loris-static-topbar__contact,
.loris-static-topbar__promo,
.loris-static-topbar__account {
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.loris-static-topbar__contact,
.loris-static-topbar__account {
  display: inline-flex;
  align-items: center;
}

.loris-static-topbar__contact {
  gap: 22px;
}

.loris-static-topbar__account {
  justify-content: flex-end;
  gap: 34px;
  padding-right: 18px;
}

.loris-static-topbar__account .theme-portal-content {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.loris-static-topbar__promo {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.loris-static-topbar__promo span {
  display: inline-block;
  min-width: 100%;
  padding-left: 100%;
  animation: loris-static-promo-scroll 24s linear infinite;
}

@keyframes loris-static-promo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.loris-static-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.loris-static-topbar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: var(--loris-accent);
  font-size: 13px;
  line-height: 1;
}

.loris-static-topbar a:hover {
  color: var(--loris-accent) !important;
}

.zpheader-style-02 {
  position: sticky;
  top: 0;
  z-index: 350;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.07) !important;
}

.theme-header {
  background: #fff !important;
}

.theme-header .zpcontainer {
  max-width: 1440px;
  width: 100%;
}

.theme-header .theme-branding-info .theme-logo-parent a img,
.theme-mobile-header-top [data-zs-logo] {
  width: 170px !important;
  height: auto !important;
  max-height: 54px !important;
  object-fit: contain;
}

.theme-search-field-container form {
  border: 1px solid var(--loris-line);
  border-radius: 0;
  background: #f8f8f8;
}

.theme-search-field-container input[type="text"] {
  min-width: 300px;
  border: 0;
  background: transparent;
  color: var(--loris-ink);
  font-size: 14px;
}

.theme-search-field-container input[type="text"]::placeholder {
  color: #777;
}

.theme-header-navigation-style {
  border-top: 1px solid var(--loris-line);
  border-bottom: 1px solid var(--loris-line);
}

.zpheader-style-navigation-07,
.theme-header-navigation-style,
.theme-menu-area,
.theme-menu {
  background: #fff !important;
}

.zpheader-style-navigation-07 {
  border-top: 1px solid var(--loris-line) !important;
  border-bottom: 4px solid #8a121a !important;
}

.theme-header-navigation-style .zpcontainer {
  justify-content: center !important;
}

.theme-menu ul[data-zs-menu-container] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.theme-menu ul[data-zs-menu-container] > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.theme-menu ul[data-zs-menu-container] > li > a,
.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected > a,
.theme-menu ul[data-zs-menu-container] > li.menu-highlight-primary > a,
.theme-menu ul[data-zs-menu-container] > li.menu-highlight-secondary > a,
.loris-menu-more-button {
  padding: 16px 0 !important;
  color: var(--loris-black) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  box-shadow: none !important;
}

.theme-menu ul[data-zs-menu-container] > li > a:hover,
.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected > a,
.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected > a:hover,
.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected,
.theme-menu ul[data-zs-menu-container] > li > a.theme-menu-selected,
.theme-menu ul[data-zs-menu-container] > li:hover,
.theme-menu ul[data-zs-menu-container] > li:hover > a,
.theme-menu ul[data-zs-menu-container] > li:hover > span,
.theme-menu ul[data-zs-menu-container] > li:hover .theme-menu-name,
.theme-menu ul[data-zs-menu-container] > li:hover .theme-menu-content,
.theme-menu ul[data-zs-menu-container] > li[style],
.theme-menu ul[data-zs-menu-container] > li > a[style],
.theme-menu ul[data-zs-menu-container] > li.menu-highlight-primary > a:hover,
.theme-menu ul[data-zs-menu-container] > li.menu-highlight-secondary > a:hover,
.loris-menu-more:hover .loris-menu-more-button {
  color: var(--loris-accent) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected > a *,
.theme-menu ul[data-zs-menu-container] > li > a.theme-menu-selected *,
.theme-menu ul[data-zs-menu-container] > li:hover > a *,
.theme-menu ul[data-zs-menu-container] > li:hover > .theme-menu-name,
.theme-menu ul[data-zs-menu-container] > li:hover > .theme-menu-content {
  color: inherit !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.theme-menu ul[data-zs-menu-container] > li.theme-menu-selected > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
  background: #8a121a;
}

.theme-menu ul[data-zs-menu-container] .theme-menu-name,
.theme-menu ul[data-zs-menu-container] .theme-menu-content {
  color: inherit !important;
  background: transparent !important;
}

.loris-menu-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.loris-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
  min-width: 220px;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(10, 26, 49, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.theme-menu .theme-sub-menu,
.theme-menu ul[data-zs-submenu-container] {
  min-width: 220px;
  padding: 6px 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 18px rgba(10, 26, 49, 0.08) !important;
}

.loris-menu-dropdown::before,
.loris-menu-dropdown::after,
.theme-menu .theme-sub-menu::before,
.theme-menu .theme-sub-menu::after,
.theme-menu ul[data-zs-submenu-container]::before,
.theme-menu ul[data-zs-submenu-container]::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.loris-menu-more:hover .loris-menu-dropdown,
.loris-menu-more:focus-within .loris-menu-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.loris-menu-dropdown li {
  display: block !important;
}

.theme-menu .theme-sub-menu li,
.theme-menu ul[data-zs-submenu-container] li {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.theme-menu .theme-sub-menu *,
.theme-menu ul[data-zs-submenu-container] *,
.loris-menu-dropdown * {
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.loris-menu-dropdown a {
  display: block !important;
  padding: 10px 16px !important;
  color: var(--loris-black) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none;
  white-space: nowrap;
}

.theme-menu .theme-sub-menu a,
.theme-menu ul[data-zs-submenu-container] a {
  color: var(--loris-black) !important;
  background: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none;
  padding: 10px 16px !important;
}

.loris-menu-dropdown a:hover,
.theme-menu .theme-sub-menu a:hover,
.theme-menu ul[data-zs-submenu-container] a:hover,
.theme-menu .theme-sub-menu li.theme-menu-selected > a,
.theme-menu ul[data-zs-submenu-container] li.theme-menu-selected > a,
.theme-menu .theme-sub-menu li.theme-menu-selected,
.theme-menu ul[data-zs-submenu-container] li.theme-menu-selected,
.theme-menu .theme-sub-menu li:hover,
.theme-menu ul[data-zs-submenu-container] li:hover,
.theme-menu .theme-sub-menu .theme-menu-selected,
.theme-menu ul[data-zs-submenu-container] .theme-menu-selected,
.theme-menu .theme-sub-menu .theme-menu-name,
.theme-menu ul[data-zs-submenu-container] .theme-menu-name,
.theme-menu .theme-sub-menu .theme-menu-content,
.theme-menu ul[data-zs-submenu-container] .theme-menu-content {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: var(--loris-accent) !important;
}

.theme-menu .theme-sub-menu .theme-menu-name,
.theme-menu ul[data-zs-submenu-container] .theme-menu-name,
.theme-menu .theme-sub-menu .theme-menu-content,
.theme-menu ul[data-zs-submenu-container] .theme-menu-content {
  color: inherit !important;
}

.theme-product-page-breadcrumb {
  display: block !important;
  background: var(--loris-cream) !important;
  padding-block: 28px 18px !important;
}

.theme-product-page-breadcrumb .zpcontainer,
.theme-breadcrumb-container .zpcontainer {
  max-width: 1120px !important;
  width: min(1120px, calc(100% - 36px)) !important;
  margin-inline: auto !important;
}

.theme-product-breadcrumb {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 13px 16px !important;
  background: #f6f6f6;
  color: #d7646c !important;
  font-size: 13px !important;
  line-height: 1.2;
}

.theme-product-breadcrumb a,
.theme-product-breadcrumb span,
.theme-product-breadcrumb .theme-last-breadcrumb-nav,
.theme-product-breadcrumb .theme-breadcrumb-active {
  color: #d7646c !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.theme-product-breadcrumb svg {
  width: 12px !important;
  height: 12px !important;
  fill: var(--loris-black) !important;
}

.theme-product-details-style-01 .theme-section[data-zs-product-details-primary-section] {
  padding-block: 62px 42px !important;
  background: var(--loris-cream) !important;
}

.theme-product-details-style-01 .theme-section[data-zs-product-details-primary-section] > .zpcontainer,
.theme-product-details-style-01 [data-zs-product-details-tab-section] > .zpcontainer,
.theme-product-details-style-01 .theme-section[data-zs-product-details-recommended-section] > .zpcontainer {
  max-width: 1120px !important;
  width: min(1120px, calc(100% - 36px)) !important;
  margin-inline: auto !important;
}

.theme-collection-section > .zpcontainer,
.theme-store-collection-container,
.theme-product-collection-container,
.theme-produt-category-list-row,
[data-sort-by-products-target] {
  max-width: 1380px !important;
  width: min(1380px, calc(100% - 32px)) !important;
  margin-inline: auto !important;
}

.theme-collection-section {
  padding-block: 36px 76px !important;
  background: var(--loris-cream) !important;
}

.theme-category-name-description {
  padding: 18px 20px !important;
  margin: 0 0 42px !important;
  border-bottom: 0 !important;
  background: #f4f4f4 !important;
}

.theme-category-name-description .theme-category-name,
.theme-category-name {
  margin: 0 !important;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.theme-filter-sortby-container,
.theme-collection-sortby-section,
.theme-collection-sort {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.theme-filter-sortby-container {
  margin: -20px 0 44px !important;
}

.theme-sortby-label,
.theme-custom-select-value,
.theme-custom-select-option {
  color: #4b5552 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.theme-custom-sort {
  min-height: 38px !important;
  border: 1px solid #d7d2cc !important;
  background: #fff !important;
}

.theme-product-collection-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-content: center !important;
  gap: 52px 36px !important;
  border: 0 !important;
  background: transparent !important;
}

.theme-product-collection-container::before,
.theme-product-collection-container::after {
  display: none !important;
}

.theme-product-collection-container > .theme-prod-box {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.theme-product-list-style-01 .theme-product-box-content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

.theme-product-list-style-01 .theme-product-image-area {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #f2eeee !important;
  box-shadow: 0 8px 22px rgba(10, 26, 49, 0.035) !important;
}

.theme-product-list-style-01 .theme-product-image-area img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  height: 100% !important;
  object-fit: contain !important;
}

.theme-product-list-style-01 .theme-product-details-area,
.theme-product-list-style-01 .theme-product-name-rating-price {
  text-align: left !important;
}

.theme-product-list-style-01 .theme-product-details-area {
  padding: 0 14px 8px !important;
}

.theme-product-list-style-01 .theme-product-name {
  margin-bottom: 10px !important;
}

.theme-product-list-style-01 .theme-product-name a {
  display: block !important;
  color: #2d2d2d !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-decoration: none !important;
}

.theme-product-list-style-01 .theme-product-price,
.theme-product-list-style-01 .theme-product-price *,
.theme-product-list-style-01 [data-zs-selling-price] {
  color: #2c2c2c !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.theme-product-list-style-01 .theme-product-details-area::before {
  content: "LORIS";
  display: block;
  margin-bottom: 2px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.theme-product-list-style-01 .theme-product-sale-ribbon,
.theme-product-list-style-01 .theme-ribbon-stock {
  border: 1px solid #ff7f92 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #ff6f82 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.theme-product-details-style-01 [data-zs-product-primary-details] {
  display: grid !important;
  grid-template-columns: minmax(0, 53%) minmax(360px, 47%) !important;
  column-gap: 50px !important;
  align-items: start !important;
  border-top: 1px solid #d7d2cc;
  padding-top: 42px;
}

.theme-product-details-style-01 .theme-product-detail-column {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.theme-product-details-style-01 .theme-product-detail-image-container {
  display: flex !important;
  flex-direction: column;
  gap: 28px;
}

.theme-product-details-style-01 .theme-product-detail-image {
  width: 100% !important;
  border-bottom: 1px solid #d7d2cc;
  padding-bottom: 28px;
}

.theme-product-details-style-01 .theme-product-detail-image-inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  background: #fff !important;
  border: 0 !important;
}

.theme-product-details-style-01 .theme-product-detail-image-inner picture,
.theme-product-details-style-01 .theme-product-detail-image-inner img {
  display: block;
  max-width: 100% !important;
}

.theme-product-details-style-01 .theme-product-detail-image-inner img {
  width: auto !important;
  max-height: 430px !important;
  object-fit: contain !important;
}

.theme-product-details-style-01 .theme-product-detail-thumbnail-container {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.theme-product-details-style-01 .theme-product-detail-thumbnail {
  width: 96px !important;
  height: 86px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border: 1px solid transparent !important;
  padding: 8px !important;
  cursor: pointer;
}

.theme-product-details-style-01 .theme-product-detail-thumbnail:hover,
.theme-product-details-style-01 .theme-product-detail-thumbnail.theme-active,
.theme-product-details-style-01 .theme-product-detail-thumbnail[data-active="true"],
.theme-product-details-style-01 .theme-product-detail-thumbnail[data-zs-active] {
  border-color: #d7d2cc !important;
}

.theme-product-details-style-01 .theme-product-detail-thumbnail img {
  max-width: 100% !important;
  max-height: 70px !important;
  object-fit: contain !important;
}

.theme-product-details-style-01 .theme-product-detail-varients-container {
  padding-top: 24px !important;
}

.theme-product-details-style-01 .theme-rating-review-container {
  margin: 0 0 22px !important;
}

.theme-product-details-style-01 .theme-rating-review-container:empty::before,
.theme-product-details-style-01 .theme-rating-review:empty::before {
  content: "Rezensieren Sie diesen Artikel als Erster.";
  color: #ff4f2f;
  font-size: 15px;
  font-weight: 600;
}

.theme-product-details-style-01 .theme-product-name-social-share {
  display: block !important;
  margin-bottom: 14px !important;
}

.theme-product-details-style-01 .theme-product-name-social-share h1,
.theme-product-details-style-01 [data-zs-product-name] {
  margin: 0 0 20px !important;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.theme-product-details-style-01 .theme-product-pricing,
.theme-product-details-style-01 .theme-prod-detail-price,
.theme-product-details-style-01 .theme-product-price,
.theme-product-details-style-01 [data-zs-selling-price] {
  margin-bottom: 28px !important;
  color: #4b5552 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
}

.theme-product-details-style-01 .theme-product-short-description,
.theme-product-details-style-01 [data-zs-product-short-description] {
  margin: 0 0 26px !important;
  color: #4a5553 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.theme-product-details-style-01 .theme-other-actions,
.theme-product-details-style-01 .theme-social-share,
.theme-product-details-style-01 .theme-product-social-share {
  display: flex !important;
  align-items: center;
  gap: 14px !important;
  margin: 0 0 28px !important;
}

.theme-product-details-style-01 .theme-product-varients-row,
.theme-product-details-style-01 .theme-product-quantity-cart-container,
.theme-product-details-style-01 .theme-product-varient-quantity {
  width: 100% !important;
}

.theme-product-details-style-01 .theme-product-varient-quantity::before {
  content: "Menge wählen";
  display: block;
  margin-bottom: 12px;
  color: #4a5553;
  font-size: 16px;
  font-weight: 700;
}

.theme-product-details-style-01 .theme-product-quantity-spinner {
  display: inline-grid !important;
  grid-template-columns: 50px 50px 50px;
  height: 38px !important;
  margin-bottom: 25px !important;
  border: 1px solid #d7d2cc !important;
  background: #fff !important;
}

.theme-product-details-style-01 .theme-product-quantity-spinner input {
  width: 50px !important;
  height: 36px !important;
  border: 0 !important;
  border-inline-end: 1px solid #d7d2cc !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0a1a31 !important;
  text-align: center !important;
  font-size: 16px !important;
}

.theme-product-details-style-01 .theme-product-quantity-spinner input:last-child {
  border-inline-end: 0 !important;
}

.theme-product-details-style-01 .theme-button-area {
  width: 100% !important;
}

.theme-product-details-style-01 .theme-cart-button,
.theme-product-details-style-01 .theme-quote-button {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #d98186 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.theme-product-details-style-01 .theme-cart-button:hover,
.theme-product-details-style-01 .theme-quote-button:hover {
  background: #bd646b !important;
}

.theme-product-details-style-01 [data-zs-product-details-tab-section],
.theme-product-details-style-01 .theme-product-specification-review-section {
  padding-block: 40px 70px !important;
  background: var(--loris-cream) !important;
}

.theme-product-details-style-01 .theme-product-description,
.theme-product-details-style-01 .theme-product-specification,
.theme-product-details-style-01 .theme-product-review-container {
  max-width: 1120px !important;
  margin: 0 auto !important;
  border-top: 1px solid #d7d2cc !important;
}

.theme-product-details-style-01 .theme-prod-detail-tab,
.theme-product-details-style-01 .theme-product-review {
  padding: 22px 0 14px !important;
  color: #0a1a31 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.theme-product-details-style-01 .theme-prod-detail-content-info-container,
.theme-product-details-style-01 .theme-prod-content-details {
  color: #4a5553 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.75 !important;
}

@media (max-width: 991px) {
  .theme-product-collection-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .theme-product-list-style-01 .theme-product-box-content {
    padding: 0 !important;
  }

  .theme-product-list-style-01 .theme-product-name a {
    font-size: 14px !important;
  }

  .theme-product-details-style-01 .theme-section[data-zs-product-details-primary-section] {
    padding-block: 28px 34px !important;
  }

  .theme-product-details-style-01 [data-zs-product-primary-details] {
    grid-template-columns: 1fr !important;
    row-gap: 34px !important;
    padding-top: 24px !important;
  }

  .theme-product-details-style-01 .theme-product-detail-image-inner {
    min-height: 320px;
  }

  .theme-product-details-style-01 .theme-product-detail-image-inner img {
    max-height: 320px !important;
  }

  .theme-product-details-style-01 .theme-product-detail-thumbnail-container {
    gap: 12px !important;
    overflow-x: auto;
    padding-bottom: 4px !important;
  }

  .theme-product-details-style-01 .theme-product-detail-thumbnail {
    width: 78px !important;
    height: 72px !important;
    flex: 0 0 78px;
  }

  .theme-product-details-style-01 .theme-product-detail-varients-container {
    padding-top: 0 !important;
  }
}

@media (max-width: 640px) {
  [data-sort-by-products-target],
  .theme-product-collection-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px 0 !important;
  }

  [data-sort-by-products-target] > .theme-prod-box,
  .theme-product-collection-container > .theme-prod-box {
    width: 100% !important;
    max-width: 420px !important;
    margin-inline: auto !important;
  }

  .theme-filter-sortby-container,
  .theme-collection-sortby-section,
  .theme-collection-sort {
    justify-content: flex-start !important;
  }

  .theme-filter-sortby-container {
    margin: -18px 0 28px !important;
  }
}
.theme-banner,
.theme-banner .zphero,
.theme-banner .zphero-slide,
.theme-banner .zpslider-img,
.zphero-slider-container {
  display: block !important;
  min-height: clamp(360px, 52vw, 700px) !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  background-color: transparent !important;
}

.theme-banner img,
.theme-banner picture,
.theme-banner .zpslider-img img,
.zphero-slider-container img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(360px, 52vw, 700px) !important;
  object-fit: cover !important;
}

.theme-banner .zsslider-arrows-container .zsslider-arrow-left,
.theme-banner .zsslider-arrows-container .zsslider-arrow-right,
.zphero .zsslider-arrows-container .zsslider-arrow-left,
.zphero .zsslider-arrows-container .zsslider-arrow-right {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  color: #ffffff !important;
  background: rgba(7, 26, 51, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 30px rgba(7, 26, 51, 0.22) !important;
  opacity: 1 !important;
  filter: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

.theme-banner .zsslider-arrows-container .zsslider-arrow-left:hover,
.theme-banner .zsslider-arrows-container .zsslider-arrow-right:hover,
.zphero .zsslider-arrows-container .zsslider-arrow-left:hover,
.zphero .zsslider-arrows-container .zsslider-arrow-right:hover {
  background: rgba(7, 26, 51, 0.9) !important;
  border-color: #ffffff !important;
  transform: scale(1.06) !important;
}

.theme-banner .zsslider-arrows-container .zsslider-arrow-left svg,
.theme-banner .zsslider-arrows-container .zsslider-arrow-right svg,
.zphero .zsslider-arrows-container .zsslider-arrow-left svg,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg {
  width: 22px !important;
  height: 22px !important;
  opacity: 1 !important;
}

.theme-banner .zsslider-arrows-container .zsslider-arrow-left svg *,
.theme-banner .zsslider-arrows-container .zsslider-arrow-right svg *,
.zphero .zsslider-arrows-container .zsslider-arrow-left svg *,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg * {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  opacity: 1 !important;
}

.loris-home-hero {
  width: 100%;
  margin: 0;
  background: #050505;
  border-top: 4px solid #8a121a;
  overflow: hidden;
}

.loris-home-hero__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.loris-home-hero img {
  display: block;
  width: 100%;
  min-height: clamp(360px, 52vw, 700px);
  max-height: 720px;
  object-fit: cover;
  object-position: center;
}

.zphero-slider-container .zpelem-col {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.zphero-slider-container .zpelem-box,
.zphero-slider-container .zpbox-container {
  max-width: 600px;
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.zphero-slider-container .zpelem-heading h1,
.zphero-slider-container .zpelem-heading h2,
.zphero-slider-container .zpheading {
  max-width: 620px;
  color: #fff !important;
  font-size: clamp(38px, 5.2vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  text-transform: none !important;
}

.zphero-slider-container .zptext,
.zphero-slider-container p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(15px, 1.35vw, 20px) !important;
  line-height: 1.55 !important;
}

.zpbutton.zpbutton-type-primary,
.zpelem-button .zpbutton.zpbutton-type-primary,
.zpnewsletter-button {
  border-radius: 0 !important;
  background: var(--loris-black) !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.zpbutton.zpbutton-type-primary:hover,
.zpelem-button .zpbutton.zpbutton-type-primary:hover,
.zpnewsletter-button:hover {
  background: var(--loris-accent) !important;
  color: #fff !important;
}

.zpcontent-container.page-container,
.zpsection,
.zpdefault-section,
.zplight-section {
  background-color: var(--loris-cream) !important;
}

.zpsection {
  padding-inline: clamp(18px, 4vw, 54px) !important;
}

.zpelem-heading h1,
.zpelem-heading h2,
.theme-section-heading,
.zpfilmstrip-title,
.zpnewsletter-heading {
  color: var(--loris-black) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.zcs_mobile_heading .zpheading,
.theme-section-heading {
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.12 !important;
}

.zptabs-container {
  gap: 18px;
}

.zptab {
  color: var(--loris-muted) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.zptab.zptab-active,
.zptab:hover {
  color: var(--loris-black) !important;
}

.theme-product-box-inner,
.theme-prod-box,
.theme-search-product-card,
.zcs_info_highlight,
.zpelem-box {
  border-radius: 0 !important;
}

.theme-product-box-inner,
.theme-search-product-card {
  background: #fff !important;
  border: 1px solid var(--loris-line) !important;
  box-shadow: none !important;
}

.theme-product-box-inner:hover {
  border-color: var(--loris-black) !important;
}

.theme-product-name a,
.theme-search-product-card .theme-product-name {
  color: var(--loris-black) !important;
  font-weight: 700 !important;
}

.loris-category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.loris-category-grid::before,
.loris-category-grid::after {
  display: none !important;
}

.loris-category-grid > [class*="zpcol-"],
.loris-category-grid > [data-element-type="column"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
}

.loris-category-grid .zpimage-container,
.loris-category-grid figure,
.loris-category-grid img {
  width: 100% !important;
}

.loris-mobile-stack,
.loris-mobile-stack > .zprow {
  width: 100% !important;
}

.theme-product-pricing,
.theme-min-rate,
.theme-product-price {
  color: var(--loris-sale) !important;
  font-weight: 800 !important;
}

.loris-cart-account-choice {
  margin: 18px 0 16px !important;
  padding: 18px 20px !important;
  color: #071a33 !important;
  background: #ffffff !important;
  border: 1px solid var(--loris-line) !important;
  border-left: 3px solid #d98689 !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

.loris-cart-account-choice h2 {
  margin: 0 0 6px !important;
  color: #071a33 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.loris-cart-account-choice p {
  margin: 0 0 14px !important;
  color: #4a5553 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.loris-cart-account-choice__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.loris-cart-account-choice__actions .theme-portal-content {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.loris-cart-account-choice__actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  color: #071a33 !important;
  background: #fff !important;
  border: 1px solid rgba(7, 26, 51, 0.22) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.loris-cart-account-choice__actions a:hover {
  color: #ffffff !important;
  background: #d98689 !important;
  border-color: #d98689 !important;
}

.zpimage-container figure img {
  border-radius: 0 !important;
}

.zpimage-caption-content {
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

[data-element-id="elm_tsmCrHdERUi8Bw09W_WuWw"] {
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.18)),
    url("../images/loris/weekly-stars-banner.jpg") !important;
}

[data-element-id="elm_62QEC3TWQfOzpvq5PeX9cg"] {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    url("../images/loris/category-frequence.jpg") !important;
}

[data-element-id="elm_g1pgCocWQ4WiyYioDIlVkw"] {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
    url("../images/loris/category-niche.jpg") !important;
}

.theme-footer-area .zpsection {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
    url("../images/loris/footer-banner.jpg") !important;
}

.theme-footer-area,
.theme-footer-area .zpheading,
.theme-footer-area .zptext,
.theme-footer-area a {
  color: #fff !important;
}

.theme-footer-area {
  background: #fff !important;
  color: #0a1a31 !important;
}

.loris-footer {
  background: #fff;
  color: #0a1a31;
  border-top: 1px solid var(--loris-line);
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

.loris-footer__inner {
  max-width: 1220px !important;
  width: min(1220px, calc(100% - 36px)) !important;
  margin-inline: auto !important;
  padding: 56px 0 44px !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1.25fr) minmax(240px, 1fr) minmax(200px, .78fr) minmax(220px, .82fr) !important;
  gap: 50px !important;
  align-items: start !important;
}

.loris-footer .loris-footer__logo {
  display: inline-block !important;
  margin-bottom: 20px !important;
  color: #050505 !important;
  font-size: 44px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .1em !important;
  text-decoration: none !important;
}

.loris-footer p,
.loris-footer a,
.loris-footer li {
  color: #4a5553 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.loris-footer p {
  margin: 0 0 12px;
}

.loris-footer__claim {
  max-width: 390px !important;
}

.loris-footer__claim-title {
  margin-bottom: 16px !important;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.loris-footer__claim ul {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.loris-footer__claim li {
  display: grid !important;
  gap: 2px !important;
  padding-left: 16px !important;
  border-left: 2px solid #d98689 !important;
}

.loris-footer__claim strong {
  color: #0a1a31 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.loris-footer__claim span {
  color: #4a5553 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.loris-footer h2 {
  margin: 3px 0 19px !important;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.loris-footer ul {
  display: grid;
  gap: 7px 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.loris-footer__nav:first-of-type ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.loris-footer a {
  text-decoration: none !important;
}

.loris-footer a:hover {
  color: #8a121a !important;
}

.loris-footer__shipping {
  display: inline-flex;
  margin-top: 10px !important;
  padding: 9px 13px;
  background: #f6eeee;
  color: #8a121a !important;
  font-weight: 800;
}

.loris-footer__bottom {
  border-top: 1px solid var(--loris-line);
}

.loris-footer__bottom p {
  max-width: 1220px;
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0;
  color: #6f6f6f !important;
  font-size: 13px;
}

.loris-contact-main {
  background: #fff !important;
}

.loris-contact-page {
  padding: 58px 0 78px;
  background: #fff;
  color: #0a1a31;
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

.loris-contact-page__inner {
  max-width: 1120px;
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.loris-contact-page__intro {
  max-width: 760px;
  margin-bottom: 38px;
}

.loris-contact-page__eyebrow {
  margin: 0 0 10px;
  color: #d9858a !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.loris-contact-page h1 {
  margin: 0 0 16px;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
}

.loris-contact-page h2 {
  margin: 0 0 18px;
  color: #0a1a31 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.loris-contact-page p,
.loris-contact-page a,
.loris-contact-page label {
  color: #4a5553 !important;
  font-size: 16px;
  line-height: 1.75;
}

.loris-contact-page__intro p {
  margin: 0;
  max-width: 660px;
}

.loris-contact-page__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: start;
}

.loris-contact-card {
  background: #f9f6f4;
  border: 1px solid #eee4e1;
  padding: 34px;
}

.loris-contact-card--form {
  background: #fff;
}

.loris-contact-card strong {
  color: #0a1a31;
  font-weight: 800;
}

.loris-contact-list {
  display: grid;
  gap: 6px;
  margin: 24px 0;
}

.loris-contact-list a,
.loris-contact-map,
.loris-contact-submit-fallback {
  color: #8a121a !important;
  font-weight: 800;
  text-decoration: none !important;
}

.loris-contact-map:hover,
.loris-contact-submit-fallback:hover {
  color: #0a1a31 !important;
}

.loris-contact-form-slot form,
.loris-contact-form-slot .zpform-container,
.loris-contact-form-slot [class*="form"] {
  width: 100%;
}

.loris-contact-form-slot input[type="text"],
.loris-contact-form-slot input[type="email"],
.loris-contact-form-slot input[type="tel"],
.loris-contact-form-slot input[type="number"],
.loris-contact-form-slot textarea,
.loris-contact-form-slot select,
.loris-contact-editor-content input[type="text"],
.loris-contact-editor-content input[type="email"],
.loris-contact-editor-content input[type="tel"],
.loris-contact-editor-content input[type="number"],
.loris-contact-editor-content textarea,
.loris-contact-editor-content select {
  width: 100% !important;
  min-height: 48px;
  padding: 12px 14px !important;
  border: 1px solid #dfd8d4 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #0a1a31 !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.loris-contact-form-slot textarea,
.loris-contact-editor-content textarea {
  min-height: 148px;
  resize: vertical;
}

.loris-contact-form-slot input:focus,
.loris-contact-form-slot textarea:focus,
.loris-contact-form-slot select:focus,
.loris-contact-editor-content input:focus,
.loris-contact-editor-content textarea:focus,
.loris-contact-editor-content select:focus {
  border-color: #8a121a !important;
  outline: none !important;
}

.loris-contact-form-slot button,
.loris-contact-form-slot input[type="submit"],
.loris-contact-form-slot .zpbutton,
.loris-contact-submit-fallback {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9858a !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: none !important;
}

.loris-contact-form-slot button:hover,
.loris-contact-form-slot input[type="submit"]:hover,
.loris-contact-form-slot .zpbutton:hover,
.loris-contact-submit-fallback:hover {
  background: #8a121a !important;
  color: #fff !important;
}

.theme-mobile-header-top,
.theme-mobile-header-bottom {
  background: #fff !important;
  border-bottom: 1px solid var(--loris-line);
}

.theme-mobile-header-icon svg path,
.theme-minicart-icon svg path {
  fill: var(--loris-black) !important;
}

@media (max-width: 991px) {
  .loris-static-topbar__inner {
    width: min(100% - 24px, 720px);
    min-height: 64px;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
    padding: 7px 0;
  }

  .loris-static-topbar__promo {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 11px;
  }

  .loris-static-topbar__contact {
    gap: 12px;
  }

  .loris-static-topbar__account {
    gap: 14px;
    padding-right: 0;
  }

  .loris-static-topbar__contact,
  .loris-static-topbar__account,
  .loris-static-topbar a {
    font-size: 11px !important;
  }

  .theme-header-topbar {
    min-height: 64px;
  }

  .theme-header-topbar .zpcontainer {
    min-height: 64px;
    width: min(100% - 24px, 720px);
  }

  .theme-header-topbar .zpcontainer::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    max-width: none;
    font-size: 11px;
    line-height: 1.2;
  }

  .loris-header-utility {
    inset: 7px 0 auto;
    align-items: flex-start;
  }

  .loris-header-utility__contact,
  .loris-header-utility__account,
  .loris-header-utility a {
    font-size: 11px !important;
  }

  .loris-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .loris-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .loris-footer__brand {
    grid-column: 1 / -1;
  }

  .loris-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .theme-header-navigation-style {
    display: none !important;
  }

  .theme-search-field-container input[type="text"] {
    min-width: 0;
  }

  .zpsection {
    padding-block: 46px !important;
    padding-inline: 18px !important;
  }
}

@media (max-width: 640px) {
  .loris-static-topbar__inner {
    min-height: 66px;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 7px 0;
  }

  .theme-banner .zsslider-arrows-container .zsslider-arrow-left,
  .theme-banner .zsslider-arrows-container .zsslider-arrow-right,
  .zphero .zsslider-arrows-container .zsslider-arrow-left,
  .zphero .zsslider-arrows-container .zsslider-arrow-right {
    width: 38px !important;
    height: 38px !important;
  }

  .theme-banner .zsslider-arrows-container .zsslider-arrow-left svg,
  .theme-banner .zsslider-arrows-container .zsslider-arrow-right svg,
  .zphero .zsslider-arrows-container .zsslider-arrow-left svg,
  .zphero .zsslider-arrows-container .zsslider-arrow-right svg {
    width: 18px !important;
    height: 18px !important;
  }

  .loris-static-topbar__contact,
  .loris-static-topbar__account,
  .loris-static-topbar__promo {
    text-align: center;
    white-space: normal;
  }

  .loris-static-topbar__promo {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .loris-static-topbar__promo span {
    display: inline-block;
    min-width: 100%;
    padding-left: 100%;
    white-space: nowrap;
  }

  .loris-static-topbar__contact,
  .loris-static-topbar__account {
    justify-content: center;
  }

  .theme-header-topbar {
    min-height: 66px;
  }

  .theme-header-topbar .zpcontainer {
    min-height: 66px;
  }

  .theme-header-topbar .zpcontainer::before {
    bottom: 8px;
  }

  .loris-header-utility {
    inset: 8px 0 auto;
    display: grid;
    justify-content: stretch;
    gap: 7px;
  }

  .loris-header-utility__contact,
  .loris-header-utility__account {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .loris-footer__inner {
    grid-template-columns: 1fr;
    padding: 40px 0 30px;
  }

  .loris-category-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .loris-category-grid > [class*="zpcol-"],
  .loris-category-grid > [data-element-type="column"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
  }

  .loris-mobile-stack,
  .loris-mobile-stack.zprow,
  .loris-mobile-stack > .zprow {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  .loris-mobile-stack > [class*="zpcol-"],
  .loris-mobile-stack > [data-element-type="column"],
  .loris-mobile-stack > .zprow > [class*="zpcol-"],
  .loris-mobile-stack > .zprow > [data-element-type="column"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    float: none !important;
  }

  .zprow.zs-custom-carousel {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  .zprow.zs-custom-carousel > [class*="zpcol-"],
  .zprow.zs-custom-carousel > [data-element-type="column"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    float: none !important;
  }

  .zprow.zs-custom-carousel .zpimage-container,
  .zprow.zs-custom-carousel figure,
  .zprow.zs-custom-carousel img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .loris-footer__nav:first-of-type ul {
    grid-template-columns: 1fr;
  }

  .loris-contact-page {
    padding: 42px 0 58px;
  }

  .loris-contact-card {
    padding: 26px 22px;
  }
}

@media (max-width: 768px) {
  [data-zs-responsive-menu-area],
  .theme-responsive-menu-area,
  .theme-responsive-menu,
  .theme-menu-area,
  .theme-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .theme-responsive-menu-area {
    background: #fff !important;
    color: #071a33 !important;
    border-top: 4px solid #071a33 !important;
  }

  .theme-responsive-menu-area .theme-menu-area,
  .theme-responsive-menu-area .theme-menu {
    display: block !important;
    padding: 0 16px 18px !important;
    overflow-x: hidden !important;
  }

  .theme-responsive-menu-area .theme-search-and-mini-cart-group,
  .theme-responsive-menu-area .theme-search-cart-non-res,
  .theme-responsive-menu-area .theme-search,
  .theme-responsive-menu-area [data-zs-search-container] {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin: 12px 0 14px !important;
  }

  .theme-responsive-menu-area .theme-search-field-container,
  .theme-responsive-menu-area input[type="text"],
  .theme-responsive-menu-area input[type="search"] {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .theme-responsive-menu-area ul[data-zs-menu-container] {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    columns: auto !important;
    column-count: 1 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .theme-responsive-menu-area ul[data-zs-submenu-container],
  .theme-responsive-menu-area .theme-sub-menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    columns: auto !important;
    column-count: 1 !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .theme-responsive-menu-area li,
  .theme-responsive-menu-area ul[data-zs-menu-container] > li,
  .theme-responsive-menu-area ul[data-zs-submenu-container] > li,
  .theme-responsive-menu-area .theme-sub-menu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .theme-responsive-menu-area a,
  .theme-responsive-menu-area .theme-menu-name,
  .theme-responsive-menu-area .theme-menu-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 39px !important;
    padding: 8px 4px !important;
    color: #071a33 !important;
    font-family: "Manrope", "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-decoration: none !important;
    background: transparent !important;
  }

  .theme-responsive-menu-area li.theme-menu-selected > a,
  .theme-responsive-menu-area li:hover > a,
  .theme-responsive-menu-area a:hover,
  .theme-responsive-menu-area li.theme-menu-selected > .theme-menu-name,
  .theme-responsive-menu-area li:hover > .theme-menu-name {
    color: #d98689 !important;
    background: transparent !important;
  }

  .theme-responsive-menu-area ul[data-zs-submenu-container] a,
  .theme-responsive-menu-area .theme-sub-menu a,
  .theme-responsive-menu-area ul[data-zs-submenu-container] .theme-menu-name,
  .theme-responsive-menu-area .theme-sub-menu .theme-menu-name {
    min-height: 34px !important;
    padding: 6px 4px 6px 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .theme-responsive-menu-area .theme-submenu-down-arrow,
  .theme-responsive-menu-area .theme-submenu-up-arrow,
  .theme-responsive-menu-area .theme-submenu-right-arrow {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: auto !important;
    color: currentColor !important;
    font-size: 0 !important;
    line-height: 1 !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-inline-start: 0 !important;
    border-inline-end: 0 !important;
    border-block-start: 0 !important;
    border-block-end: 0 !important;
    transform: none !important;
  }

  .theme-responsive-menu-area .theme-submenu-down-arrow > *,
  .theme-responsive-menu-area .theme-submenu-up-arrow > *,
  .theme-responsive-menu-area .theme-submenu-right-arrow > *,
  .theme-responsive-menu-area .theme-submenu-down-arrow::after,
  .theme-responsive-menu-area .theme-submenu-up-arrow::after,
  .theme-responsive-menu-area .theme-submenu-right-arrow::after {
    display: none !important;
    content: none !important;
  }

  .theme-responsive-menu-area .theme-submenu-down-arrow::before,
  .theme-responsive-menu-area .theme-submenu-right-arrow::before {
    content: none !important;
    display: none !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
  }

  .theme-responsive-menu-area .theme-submenu-up-arrow::before {
    content: none !important;
    display: none !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(225deg) translateY(-2px) !important;
  }

  .theme-responsive-menu-area .theme-sub-menu::before,
  .theme-responsive-menu-area .theme-sub-menu::after,
  .theme-responsive-menu-area ul[data-zs-submenu-container]::before,
  .theme-responsive-menu-area ul[data-zs-submenu-container]::after,
  .theme-responsive-menu-area li::before,
  .theme-responsive-menu-area li::after,
  .theme-responsive-menu-area a::before,
  .theme-responsive-menu-area a::after {
    display: none !important;
  }

  .theme-responsive-menu-area a:has(.theme-submenu-down-arrow)::after,
  .theme-responsive-menu-area a:has(.theme-submenu-right-arrow)::after,
  .theme-responsive-menu-area li:has(> .theme-submenu-down-arrow) > a::after,
  .theme-responsive-menu-area li:has(> .theme-submenu-right-arrow) > a::after {
    content: "" !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    margin-left: auto !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
  }

  .theme-responsive-menu-area a:has(.theme-submenu-up-arrow)::after,
  .theme-responsive-menu-area li:has(> .theme-submenu-up-arrow) > a::after {
    content: "" !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    margin-left: auto !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(225deg) translateY(-2px) !important;
  }
}

[data-zs-filter-option-container="Category"],
[data-zs-filter-option-type="1"].theme-product-filter-box,
.theme-category-filter-bar {
  display: none !important;
}

.loris-cookie-banner[hidden] {
  display: none !important;
}

.loris-cookie-banner {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 99999 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  width: min(760px, calc(100vw - 48px)) !important;
  padding: 18px 20px !important;
  color: #071a33 !important;
  background: #ffffff !important;
  border: 1px solid rgba(7, 26, 51, 0.12) !important;
  border-top: 3px solid #d98689 !important;
  box-shadow: 0 18px 46px rgba(7, 26, 51, 0.16) !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
}

.loris-cookie-banner__content h2 {
  margin: 0 0 6px !important;
  color: #071a33 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.loris-cookie-banner__content p {
  margin: 0 !important;
  color: #34423f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.loris-cookie-banner__content a {
  color: #b98752 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.loris-cookie-banner__content a:hover {
  color: #d98689 !important;
  text-decoration: underline !important;
}

.loris-cookie-banner__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

.loris-cookie-banner__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 0 !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.loris-cookie-banner__button--primary {
  color: #ffffff !important;
  background: #d98689 !important;
  border: 1px solid #d98689 !important;
}

.loris-cookie-banner__button--primary:hover {
  background: #c9767a !important;
  border-color: #c9767a !important;
}

.loris-cookie-banner__button--secondary {
  color: #071a33 !important;
  background: #ffffff !important;
  border: 1px solid rgba(7, 26, 51, 0.24) !important;
}

.loris-cookie-banner__button--secondary:hover {
  color: #d98689 !important;
  border-color: #d98689 !important;
}

@media (max-width: 768px) {
  .loris-cookie-banner {
    right: 12px !important;
    bottom: 12px !important;
    grid-template-columns: 1fr !important;
    width: calc(100vw - 24px) !important;
    padding: 16px !important;
  }

  .loris-cookie-banner__actions {
    justify-content: stretch !important;
  }

  .loris-cookie-banner__button {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}

.loris-promo-star {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99998 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: rgba(7, 26, 51, 0.24) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 240ms ease, visibility 240ms ease !important;
}

.loris-promo-star--visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.loris-promo-star__dialog {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: min(86vw, 420px) !important;
  aspect-ratio: 1 !important;
  color: #071a33 !important;
  filter: drop-shadow(0 24px 46px rgba(7, 26, 51, 0.28)) !important;
  transform: translateY(12px) scale(0.94) !important;
  transition: transform 260ms ease !important;
}

.loris-promo-star--visible .loris-promo-star__dialog {
  transform: translateY(0) scale(1) !important;
}

.loris-promo-star__shape {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7e6e7 54%, #d98689 100%) !important;
  clip-path: polygon(50% 0%, 60% 28%, 88% 12%, 72% 40%, 100% 50%, 72% 60%, 88% 88%, 60% 72%, 50% 100%, 40% 72%, 12% 88%, 28% 60%, 0% 50%, 28% 40%, 12% 12%, 40% 28%) !important;
}

.loris-promo-star__shape::after {
  content: "" !important;
  position: absolute !important;
  inset: 22px !important;
  border: 1px solid rgba(7, 26, 51, 0.15) !important;
  clip-path: inherit !important;
}

.loris-promo-star__content {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 8px !important;
  max-width: 68% !important;
  text-align: center !important;
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  line-height: 1.25 !important;
}

.loris-promo-star__content p {
  margin: 0 !important;
  color: #b98752 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.loris-promo-star__content strong {
  color: #071a33 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.loris-promo-star__content span {
  color: #34423f !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.loris-promo-star__content b {
  color: #d98689 !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

.loris-promo-star__close {
  position: absolute !important;
  top: 46px !important;
  right: 50px !important;
  z-index: 2 !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  color: #071a33 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(7, 26, 51, 0.16) !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.loris-promo-star__close:hover,
.loris-promo-star__close:focus-visible {
  color: #d98689 !important;
  border-color: #d98689 !important;
  outline: none !important;
}

@media (max-width: 520px) {
  .loris-promo-star {
    padding: 16px !important;
  }

  .loris-promo-star__dialog {
    width: min(94vw, 360px) !important;
  }

  .loris-promo-star__content {
    max-width: 70% !important;
    gap: 6px !important;
  }

  .loris-promo-star__content p {
    font-size: 14px !important;
  }

  .loris-promo-star__content strong {
    font-size: 22px !important;
  }

  .loris-promo-star__content span {
    font-size: 14px !important;
  }

  .loris-promo-star__close {
    top: 38px !important;
    right: 40px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 26px !important;
  }
}
