/** Shopify CDN: Minification failed

Line 99:10 Expected identifier but found whitespace
Line 99:12 Unexpected "{"
Line 99:21 Expected ":"
Line 99:72 Unexpected "3rem"
Line 99:78 Unexpected "{"
Line 99:87 Expected ":"
Line 99:140 Expected ":"
Line 104:16 Expected identifier but found whitespace
Line 104:18 Unexpected "{"
Line 104:27 Expected ":"
... and 13 more hidden warnings

**/
/* This CSS file defines the styles for the Apfel & Bäckchen website. */

/* +--------------------------+ */
/* |     Normalize Styles     | */
/* +--------------------------+ */

html {
  scroll-behavior: smooth;
}

/* === General Base Elements === */
/* === Layout Structures === */
/* === Sections === */

/* +----------------------------------------+ */
/* |     Navigation Bars, Header/Footer     | */
/* +----------------------------------------+ */
/* -----------------------------------------> "Breadcrumbs" */

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.breadcrumbs span {
  margin: 0 0.5rem;
}

@media screen and (max-width: 749px) {
  .breadcrumbs {
    margin-top: 25px;
  }
}

/* -----------------------------------------> "Header & Menu" */

/* === Header & Announcement-bar === */

.header-drawer {
  justify-self: start;
  margin-left: -1.2rem;
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

summary.list-menu__item {
  padding-right: 2.7rem;
}

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.header {
  padding: {{ section.settings.padding_top | times: 0.5 | round: 0 }}px 3rem {{ section.settings.padding_bottom | times: 0.5 | round: 0 }}px 3rem;
}

.section-header {
  position: sticky;
  margin-bottom: {{ section.settings.margin_bottom | times: 0.75 | round: 0 }}px;
}

@media screen and (min-width: 750px) {
  .section-header {
    margin-bottom: {{ section.settings.margin_bottom }}px;
  }
}

@media screen and (min-width: 990px) {

  .header {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  
  header.header {
    padding-top: 20px;
  }

  .scrolled-past-header header.header {
    padding-top: 0px;
  }

  .scrolled-past-header a.header__heading-link.link.link--text,
  .scrolled-past-header h1.header__heading {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
  }

  .scrolled-past-header nav.header__inline-menu {
    grid-row: 1 !important;
    grid-column: 2 !important;
  }

  .scrolled-past-header.announcement-bar-section {
    position: fixed;
    top: 59px;
    z-index: 2 !important;
    width: 100%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  .scrolled-past-header.announcement-bar-section {
    position: fixed;
    top: 56px !important;
    z-index: 2 !important;
    width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .header__icons,
  details-modal.header__search {
    grid-row: 1 !important;
  }
}

@media screen and (max-width: 425px) {
  header.header {
    padding-left: 5px;
    padding-right: 5px;
  }

  a.header__heading-link.link.link--text {
    padding-left: 0px;
  }
}

@media screen and (min-width: 1250px) {
  .header__menu-item {
    padding: 1.2rem 25px;
  }
}

.field__input, 
.field__input:focus,  
.field:hover.field:after,
.field:after {
  box-shadow: 0 0 0 0!important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 5rem;
  }
}
  
/* === Logo === */

/* Logo behavior when scrolling */
.header__heading-logo.scrolled-logo,
.scrolled-past-header .header__heading-logo.default-logo {
  display: none;
}

.scrolled-past-header .header__heading-logo.scrolled-logo {
  display: block;
}

/* Logo Wrapper */
.header__heading-logo-wrapper {
  width: 100% !important;
}

.scrolled-past-header .header__heading-logo-wrapper img {
  max-height: 25px;
  width: 100%;
}

/* === Icons and Search === */

.scrolled-past-header .header__icons,
.scrolled-past-header details-modal.header__search {
  grid-row: 1 !important;
}

.header__icons,
details-modal.header__search {
  grid-row: 2 !important;
}

span.svg-wrapper.header__icon-close {
  display: none !important;
}

.search__button {
  right: auto !important;
}

label.field__label {
  left: 40px !important;
  right: 40px !important;
}

input#Search-In-Modal-1,
.search__input.field__input {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

button.predictive-search__item.predictive-search__item--term {
  margin-top: 0px;
}

#predictive-search-results-groups-wrapper {
  padding-bottom: 0px;
}

.reset__button {
  right: 0px !important;
}

.search-modal {
  top: 115px !important;
  min-height: 0px;
  height: 70px;
}

.scrolled-past-header .search-modal {
  top: 55px !important;
}

.search-modal__form {
  max-width: none !important;
}

input#Search-In-Template,
.field::before,
.field::after {
  border-radius: 0px !important;
  border: 0px !important;
}

input#Search-In-Modal-1 {
  border-radius: 0px !important;
  border: 0px solid transparent !important;
}

.search-modal__content {
  justify-content: space-between !important;
}

@media screen and (max-width: 1024px) {
  .header__search {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .header__icons,
  details-modal.header__search {
    grid-row: 1 !important;
  }
}

.template-search__header {
  margin-bottom: 3rem;
}

.template-search__search {
  margin: 0 auto 3.5rem;
  max-width: 74.1rem;
}

.template-search__search .search {
  margin-top: 3rem;
}

.template-search--empty {
  padding-bottom: 18rem;
}

@media screen and (min-width: 750px) {
  .template-search__header {
    margin-bottom: 5rem;
  }
}

.search__button .icon {
  height: 1.8rem;
}

/* Cart */
.cart-count-bubble {
  background: #83657e !important;
  top: 0px;
  color: white !important;
}

/* === Menu === */

ul.list-menu.list-menu--inline a {
  text-transform: uppercase !important;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  ul.list-menu.list-menu--inline a {
    font-size: 16px;
  }
}

@media screen and (max-width: 989px) {
  .menu-drawer__inner-submenu .menu-drawer__header-title,
  ul.menu-drawer__menu.list-menu,
  ul.menu-drawer__menu.has-submenu.list-menu {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .menu-drawer__menu.has-submenu .menu-drawer__header-title {
    margin-bottom: 20px !important;
  }

  li.menu-drawer__menu-header,
  .menu-drawer__header-title {
    margin-bottom: 40px !important;
  }

  button.menu-drawer__close-button {
    margin-top: 40px;
  }

  /* Menu item design */
  .menu-drawer__menu-item {
    background: white !important;
    padding-left: 0px !important;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    right: 1rem !important;
  }

  /* Navigation & Submenu */
  .menu-drawer__navigation li {
    border-bottom: 1px solid black;
  }

  li.menu-drawer__menu-header {
    border: none;
  }

  .menu-drawer__submenu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* -----------------------------------------> "Footer" */

.footer__blocks-wrapper p {
  font-size: 14px;
  line-height: 30px;
}

.footer__blocks-wrapper a.link.link--text.list-menu__item {
  padding: 0px;
}

.footer__payment {
  padding-top: 20px;
}

.footer__content-top {
  padding-bottom: 20px;
}

.footer__blocks-wrapper.grid {
  grid-template-columns: minmax(180px, 1fr) minmax(0px, 3fr) minmax(180px, 1fr) minmax(
      180px,
      1fr
    );
  display: grid;
}

.footer-block.grid__item {
  width: fit-content !important;
}

.footer__content-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-top: 0.5rem;
}

.policies li {
  list-style: none;
}

/* +------------------------------+ */
/* |      Modules / Components    | */
/* +------------------------------+ */
/* -------------------------------> "Multicolumn" */

.link.animate-arrow {
  display: inline-block;
  font-weight: 500;
  margin-top: 0px;
  padding: 5px 20px;
  background-color: white;
  color: #747566;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid #747566;
  margin-top: 30px;
}

.link.animate-arrow:hover {
  background-color: #747566;
  color: white;
}

h3.inline-richtext {
  margin-bottom: 30px;
  letter-spacing: 2px !important;
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
  margin-right: 0px;
  margin-left: 0px;
}

.multicolumn-list__item {
  overflow: hidden!important;
}

@media (min-width: 990px) { 
  li#Slide-template--24565285519673__multicolumn_etfgCY-2 .multicolumn-card__info {
    bottom: 0px !important;
    position: fixed;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

.page-width.section-template--24506277069113__multicolumn_EmeWQt-padding.isolate.scroll-trigger.animate--slide-in,
.page-width.section-template--24506277265721__multicolumn_YfqmNH-padding.isolate.scroll-trigger.animate--slide-in{
  z-index: 1;
}

/* -------------------------------> "Collection-List" */

.collection-extra-text {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
}

.collection-custom-button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.6em 1.2em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.collection-custom-button:hover {
  background-color: #444;
}

.collection-extra-text {
  position: absolute;
  top: 20px;
  padding-left: 20px;
}

.collection-main-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}

.collection-main-content .collection-title {
  margin-bottom: 0px;
  color: white;
}

.collection-custom-button {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px!important;
  padding: 5px 20px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid white;
  margin-top: 30px;
  border-radius: 0px;
}

.collection-custom-button:hover {
  background-color: white;
  color: #747566;
}

/* Overlay auf dem Bild */
.collection-list .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.9s ease;
  z-index: 1;
}

.collection-list .media {
  position: relative;
  overflow: hidden;
}

.collection-list .card-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* Hover */
.collection-list .card-wrapper:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* -------------------------------> "Section with Background" */

.background-banner {
  position: relative;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section#shopify-section-template--23838600200520__section_with_background_hFPh6R,
section#shopify-section-template--23838600200520__section_with_background_ATPfpg,
section#shopify-section-template--23838600298824__section_with_background_6rCQwy,
section#shopify-section-template--23838600593736__section_with_background_pdGqnj {
  position: relative;
  bottom: 200px;
  height: 100px;
}

section#shopify-section-template--23838600200520__section_with_background_ATPfpg,
section#shopify-section-template--23838600298824__section_with_background_6rCQwy,
section#shopify-section-template--23838600593736__section_with_background_pdGqnj {
  z-index: -1;
}

.scroll-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  color: inherit;
  text-decoration: none;
  animation: bounce 2s infinite;
  scale: 1.5;
}

a.scroll-icon {
  z-index: 0;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* -------------------------------> "Related Products" */

@media screen and (min-width: 601px) and (max-width: 989px) {
  ul.grid.product-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

@media screen and (max-width: 600px) {
  ul.grid.product-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

/* -------------------------------> "button-tabs" */

/* Mobile Anpassungen */
@media screen and (max-width: 375px) {
  p.pricetag {
    display: contents !important;
  }

  .pricetag span {
    margin: 0px !important;
  }
}

@media screen and (max-width: 425px) {
  .swiper-slide p {
    font-size: 15px !important;
  }

  .pricetag {
    /* Leeres Placeholder-Element */
  }

  .nametag {
    /* Leeres Placeholder-Element */
  }
}

/* Swiper & Slide Anpassungen */
.swiper-slide.swiper-slide-active {
  border-radius: 0px !important;
}

a.swiper-slide p {
  word-break: auto-phrase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Texte in Tabs & Collections beschränken */
.button-tabs p,
.collection-slider p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Headings Styling */
h2.rich-text__heading.rte.inline-richtext.h2,
h3.inline-richtext {
  font: inherit;
  font-size: 24px;
  color: black !important;
  letter-spacing: 2px !important;
  font-weight: 400;
  margin-top: 0px !important;
}

/* Preise & Textausrichtung */
.related-products .price {
  font-size: 14px;
  text-align: center;
}

.banner__text.rte.body {
  text-align: left;
}

.underline-links-hover:hover a {
  text-decoration: none !important;
}

/* Produktbild-Wrapper */
.product-image-wrapper,
.product-grid .media {
  height: auto;
  position: relative;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image-wrapper img,
.product-grid .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform 0.7s ease;
}

.swiper-slide:hover .product-image-wrapper img {
  transform: scale(1.1);
}

/* Tabs: Buttons */
.button-tabs .button-tabs__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button-tabs .tab-button,
.button-tabs .tab-button.active {
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  text-decoration: none;
  appearance: none;
  border: 0px !important;
  background-color: transparent !important;
  color: black !important;
  letter-spacing: 2px !important;
}

.button-tabs button.tab-button.active {
  text-decoration: underline;
  text-underline-offset: 10px;
}

/* Tabs: Content */
.button-tabs .tab-content {
  display: none;
}

.button-tabs .tab-content.active {
  display: block;
}

/* Swiper Container */
.button-tabs .swiper {
  max-width: 100vw;
  margin: 0;
  margin-left: 50px !important;
  margin-right: 50px !important;
  position: relative;
}

/* Slides */
.button-tabs .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  overflow: hidden;
  box-sizing: border-box;
}

.button-tabs .swiper-slide p {
  margin-bottom: 0px;
}

.button-tabs .swiper-slide img {
  /*width: auto;
    height: 220px !important;
    object-fit: contain;*/
}

/* Swiper Navigation Buttons */
.button-tabs .swiper-button-next,
.button-tabs .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 30;
}

.button-tabs .swiper-button-next:hover,
.button-tabs .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Externer Button-Link */
.button-tabs .tab-button-link {
  display: inline-block;
  font-weight: 500;
  padding: 5px 20px;
  background-color: white;
  color: #747566;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid #747566;
  margin-top: 30px;
}

.button-tabs .tab-button-link:hover {
  background-color: #747566;
  color: white;
}

/* Slider Button Position */
.button-tabs .slider-button {
  position: relative;
  top: 145px;
  /*z-index: 10;*/
  scale: 1.8;
}

.button-tabs button.slider-button.slider-button--prev {
  margin-right: auto;
}

/* Primärer Button */
.button--primary {
  color: #747566;
  border: 2px solid #747566;
  margin-top: 30px;
  padding: 10px 20px;
  min-height: 0px !important;
}

.button--primary:hover {
  color: white;
  background-color: #747566;
}

/* Button Reset in Rich Text */
.rich-text__blocks .button::before,
.rich-text__blocks .button::after {
  content: none;
}

.rich-text__blocks .button {
  transition: none !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}

@media screen and (max-width: 500px) {
  .button-tabs__buttons {
    margin-top: 20px;
  }

  button.tab-button {
    font-size: 18px !important;
  }

  .button-tabs .button-tabs__buttons {
    gap: 5px !important;
  }
}

@media screen and (max-width: 375px) {
  button.tab-button {
    font-size: 16px !important;
  }
}

/* Slider-Button deaktiviert */
.slider-button[disabled] {
  color: transparent !important;
  pointer-events: none;
}

/* Buttons mit aria-disabled verstecken */
button[aria-disabled="true"] {
  visibility: hidden;
}

/* -------------------------------> "Sale Badge" */

.card__badge span,
span.badge.badge--image.badge--sale {
  background: #747566;
  color: white;
  text-transform: uppercase;
  border-color: #747566;
  letter-spacing: 2px;
  font-weight: 600;
}

.card__badge.bottom.left,
span.badge.badge--image.badge--sale {
  left: 0px !important;
  position: absolute;
  bottom: 10px;
}

#Slider-template--24506277069113__multicolumn_fqK7eB {
  padding: 0px !important;
}

span.badge.price__badge-sale {
  background: #83657e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

/* -------------------------------> "Warenkorb und Login" */

.st-product-card_group button.st-atc-button,
.cart-drawer__empty-content a.button,
.cart__warnings a.button,
form#customer_login button,
form#create_customer button {
  border: 2px solid #747566;
  color: #747566;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: white;
}

.st-product-card_group button.st-atc-button::before,
.st-product-card_group button.st-atc-button::after,
.cart-drawer__empty-content a.button::before,
.cart-drawer__empty-content a.button::after,
.cart__warnings a.button::before,
.cart__warnings a.button::after,
form#customer_login button::before,
form#customer_login button::after,
form#create_customer button::before,
form#create_customer button::after {
  content: none;
}

.st-product-card_group button.st-atc-button:hover,
.cart-drawer__empty-content a.button:hover,
.cart__warnings a.button:hover,
form#customer_login button:hover,
form#create_customer button:hover {
  color: white;
  background: #747566 !important;
}

/* -------------------------------> "collection-list" */

.card,
.card__media {
  border-radius: 0px !important;
}

/* -------------------------------> "collection" */

h1.collection-hero__title {
  font: inherit;
  font-size: calc(var(--font-heading-scale) * 5.2rem);
  color: black !important;
  letter-spacing: 2px !important;
  text-align: center;
  margin: 0;
}

.card__information h3 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  word-break: auto-phrase;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-information .price {
  font-size: 14px;
  text-align: center;
}

.grid {
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-horizontal-spacing) !important;
}

.quick-add__submit {
  display: inline-block;
  font-weight: 500;
  padding: 5px 20px;
  background-color: white;
  color: #747566 !important;
  transition: background-color 0.3s ease;
  border: 2px solid #747566 !important;
  margin-top: 10px;
}

.quick-add__submit:hover {
  background-color: #747566;
  color: white !important;
}

.quick-add__submit.button::before,
.quick-add__submit.button::after {
  content: none;
}

.slider-pagination .slider-button {
  background-color: transparent;
  border-radius: 25px;
  border: 1px solid white;
  transition: opacity 0.3s ease;
  width: 10px;
  height: 14px;
}

.slider-pagination .slider-button[aria-current="true"] {
  background-color: white !important;
}

@media screen and (max-width: 989px) {
  .card__information h3 {
    word-break: break-word;
  }

  .collection-list-wrapper .collection-main-content {
    bottom: 50px;
  }

  .collection-list-wrapper .slider-pagination {
    position: absolute !important;
    left: 20px;
    bottom: 25px !important;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }

  .collection-list {
    gap: 0;
  }

  .collection-list__item {
    margin-left: 0 !important;
    width: 100vw !important;
  }

  .collection-list-wrapper .slider-buttons {
    bottom: calc(50% - 20px);
    position: absolute;
    z-index: 100;
  }

  .collection-list-wrapper .slider-button--next {
    right: 0;
    position: fixed;
  }

  .collection-list-wrapper .slider-button--next,
  .collection-list-wrapper .slider-button--prev {
    scale: 1.8;
    color: white;
  }

  .collection-list-wrapper .slider-button--next:hover,
  .collection-list-wrapper .slider-button--prev:hover {
    color: white;
  }

  .collection-list-wrapper .slider-button:not([disabled]):hover {
    color: white !important;
  }
}

@media screen and (min-width: 990px) {
  .section-collection-list .slider-buttons,
  .section-collection-list .slider-pagination {
    display: none !important;
  }
}

/* -------------------------------> "featured-collection" */

.collection-slider .collection-slider__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Tab Buttons */
.collection-slider .tab-button,
.collection-slider .tab-button.active {
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  text-decoration: none;
  appearance: none;
  border: 0 !important;
  background-color: transparent !important;
  color: black !important;
  letter-spacing: 2px !important;
}

.collection-slider button.tab-button.active {
  text-decoration: underline;
  text-underline-offset: 10px;
}

/* Tab Content */
.collection-slider .tab-content {
  display: none;
}

.collection-slider .tab-content.active {
  display: block;
}

/* Swiper Styles */
.collection-slider .swiper {
  max-width: 100vw;
  margin: 0;
  margin-left: 50px !important;
  margin-right: 50px !important;
  position: relative;
}

.collection-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.collection-slider .swiper-slide p {
  margin-bottom: 0;
}

/* Swiper Navigation Buttons */
.collection-slider .swiper-button-next,
.collection-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 30;
}

.collection-slider .swiper-button-next:hover,
.collection-slider .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Link-Styled Button */
.collection-slider .tab-button-link {
  display: inline-block;
  font-weight: 500;
  padding: 5px 15px;
  background-color: white;
  color: #747566;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid #747566;
  margin-top: 30px;
}

.collection-slider .tab-button-link:hover {
  background-color: #747566;
  color: white;
}

/* Custom Slider Button Positioning */
.collection-slider .slider-button {
  position: relative;
  top: 135px;
  z-index: 1;
  scale: 1.8;
}

.collection-slider button.slider-button.slider-button--prev {
  margin-right: auto;
}

/* +---------------+ */
/* |     Pages     | */
/* +---------------+ */

/* ----------------> "Landing Page" */

h2.banner__heading.inline-richtext.h0 {
  font: inherit;
  letter-spacing: 2px !important;
  font-size: calc(var(--font-heading-scale) * 5.2rem);
  text-align: center;
  margin: 0px;
  font-weight: 900;
}

.header a {
  color: black;
}

/* === Header Mobile === */

@media screen and (max-width: 782px) {
  h2.banner__heading.inline-richtext.h0 {
    font-size: 40px !important;
    text-align: left !important;
    line-height: normal !important;
    bottom: 40px;
    position: absolute;
    padding-right: 15px;
  }

  .banner__box.content-container {
    height: 100%;
  }
}

/* ----------------> "Product Page" */

.card__heading {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  word-break: break-word;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.product__title h1 {
  font-size: 24px;
}

span.st-label {
  margin-left: 0px !important;
}

label.swatch-input__label.swatch-input__label--square {
  margin-right: 25px !important;
}

.swatch.swatch--square {
  border-radius: 0px;
}

.swatch-input__label--square {
  --swatch-input--border-radius: 0 !important;
}

#variant-selects-template--24506277396793__main {
  margin-top: 50px;
}

.swatch {
  width: 25px;
}

.product-form__input--pill input[type="radio"]:checked + label,
.product-form__input--pill input[type="radio"]:checked + label:hover {
  background-color: rgb(116, 117, 102);
  color: white;
  border: 2px solid rgb(116, 117, 102);
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-form__input--pill input[type="radio"] + label,
.product-form__input--pill input[type="radio"] + label:hover {
  border: 2px solid rgb(116, 117, 102);
  background-color: white;
  color: rgb(116, 117, 102);
  padding-top: 8px;
  padding-bottom: 8px;
}

.select::before,
.select::after,
.select::before:hover,
.select::after:hover,
.select__select:focus,
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after {
  border-radius: 0px;
}

.product-form__buttons .button--primary,
.product-form__buttons .button--primary:before,
.product-form__buttons .button--primary:after {
  background: #747566;
  color: white;
  content: none;
  text-transform: uppercase;
  width: 280px !important;
}

.accordion {
  border-top: 2px solid #747566;
  border-bottom: 2px solid #747566;
}

.accordion__title {
  font: inherit;
}

.st-wishlist-button[data-type="details"] {
  margin-top: 0px !important;
}

.st-wishlist-button[data-type="details"]:hover {
  background-color: #747566 !important;
  color: white;
}

.st-wishlist-button[data-type="details"]:not(.mini-version) {
  margin-top: 0px !important;
  width: -webkit-fill-available;
}

.product__info-wrapper .st-wishlist-button .st-wishlist-icon {
  display: none;
}

.product-form button.st-wishlist-button {
  max-width: 44rem;
  width: 100%;
}

button.st-wishlist-button span {
  font: inherit;
  font-size: 15px;
}

product-form.product-form {
  margin-bottom: 0px !important;
}

.card__heading,
.swiper-slide p {
  word-break: break-word !important;
}

.grid__item.product__media-wrapper {
  z-index: 1 !important;
}

img.image-magnify-lightbox {
  Max-height: 600px;
  object-fit: contain;
}

modal-opener.product__modal-opener.product__modal-opener--image {
  max-height: 600px;
}

.thumbnail.global-media-settings img {
  object-fit: contain;
}

section#shopify-section-template--23838600593736__related-products {
    z-index: 3;
    position: relative;
}

@media screen and (min-width: 460px) {
  .quick-add__submit {
    padding: 0 3rem !important;
  }
}

/* ----------------> "contact form" */

.contact__fields {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-column-gap: 2rem;
}

select#ContactForm-salutation {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact__button button.button {
  border: 2px solid #747566;
  color: #747566;
  background-color: white;
  padding: 0px;
}

.contact__button button.button:hover {
  color: white;
  background-color: #747566;
}

.contact__button button.button:before,
.contact__button button.button:after {
  content: none;
}

/* ----------------> "recommendation" */

.card__inner {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0px !important;
}

.card__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.card-wrapper.product-card-wrapper:hover .card__inner img {
  transform: scale(1.1) !important;
}

.card-wrapper.product-card-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/* +--------------+ */
/* |     APPS     | */
/* +--------------+ */
/* ---------------> "SWishlist: Simple Wishlist" */

/* === Close Button === */

.st-close-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  position: relative;
  font-size: 0;
  color: transparent;
}

.st-close-button::before,
.st-close-button::after {
  content: "" !important;
}

.st-close-button::after {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>')
    center center no-repeat;
  background-size: contain;
  display: block;
}

/* === Actions & Buttons === */

button.st-delete-button {
  position: absolute;
  right: 5px;
  top: -15px;
}

/* === Small Wishlist Button (for Slider & Grid) === */

.mini-version {
  position: absolute;
  top: 5px !important;
  right: 0px !important;
  margin: 5px;
  padding-bottom: 9px;
  scale: 0.8;
  border: none !important;
  border-radius: 25px !important;
  z-index: 10;
}

.mini-version span.st-label {
  display: none;
}

.mini-version svg.st-wishlist-icon {
  color: white;
}

.mini-version.st-wishlist-button[data-type="details"],
.mini-version.st-wishlist-button[data-type="details"]:hover {
  background-color: #83657e !important;
}

/* In Collection Slider */

.collection-slider .mini-version {
  top: 12px;
  right: 10px;
}

/* === Full-size Wishlist Button === */

.shopify-app-block .st-wishlist-button {
  font-family: var(--font-body-family);
  letter-spacing: 0.1rem;
  border: 2px solid #747566;
  background-color: white;
  color: #747566;
  text-transform: uppercase;
  width: 280px !important;
}

.shopify-app-block .st-wishlist-button:hover {
  background-color: #747566 !important;
  color: white !important;
}

/* === Product Card === */

.st-product-card--drawer {
  padding: 0 20px;
  margin-top: 20px;
}

.st-product-card--horizontal form {
  text-align: left;
}

.st-product-card_actions {
  position: absolute;
  right: 0px;
}

.st-wishlist-details_main .st-product-card {
  align-items: flex-start;
}

.st-wishlist-details_main .st-product-card--horizontal {
  gap: 1rem;
}

.st-wishlist-details_main .st-product-card_image {
  max-width: 100px;
}

.st-wishlist-details_main .st-product-card_title {
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
}

.st-wishlist-details_main .st-product-card .st-product-card_title a {
  font-size: calc(var(--font-heading-scale) * 1.5rem) !important;
  font-weight: 500;
  text-align: left;
  height: auto;
  padding-right: 15px;
}

button.st-atc-button {
  text-transform: uppercase;
}

/* Image in wishlist */

.st-product-card .st-product-card_image img {
  object-fit: contain;
}

/* Price in wishlist */

p.st-product-card_price.st-js-price {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem) !important;
  text-align: left;
  color: rgba(var(--color-foreground), 0.75);
}

/* +-------------------------+ */
/* |     Utility Classes     | */
/* +-------------------------+ */
/* --------------------------> "Hide on Mobile - Classes" */

/* Handy: max-width 749px */
@media screen and (max-width: 749px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Tablet: 750px–989px */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .hide-tablet {
    display: none !important;
  }
}

/* Laptop: 990px–1199px */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .hide-laptop {
    display: none !important;
  }
}

/* Desktop: ab 1200px */
@media screen and (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}
