/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Additional classes */
.table-border {
  border: 1px solid #dfe1e5;
  border-radius: 10px;
  overflow: hidden;
}

.tabs-table-border {
  border: 1px solid #dfe1e5;
  border-radius: 0 10px 10px 10px;
}

.tabs-table-border table {
  padding: 15px;
}

.bg {
  background-color: #f8f8f8;
}

.center {
  text-align: center;
}

.red {
  color: #ff0000;
}

/* Foundation global adaptions */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}

a {
  color: #5f6368;
}

a:hover {
  color: #1a73e8;
}

a:hover small {
  text-decoration: underline;
}

.thumbnail,
a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

blockquote {
  border: 0;
  margin: 10px;
  padding: 10px;
}

blockquote:not(:last-child) {
  border-bottom: 1px solid #dfe1e5;
}

.button {
  border-radius: 10px;
}

.button.tiny {
  margin: 0.5rem 0 0.5rem 0;
}

.button.more {
  background-color: transparent;
  color: #952A1A;
  margin: 0;
  padding: 0;
}

.button.more:focus {
  outline: 0;
}

.button.more:hover {
  text-decoration: underline;
}

.close-button {
  font-size: 16px;
  z-index: 0;
}

.fi-star {
  color: #5f6368;
}

.fi-star.active {
  color: #e2b007;
}

ul.list {
  list-style-type: none;
}

@media print, screen and (min-width: 40em) {
  ul.list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media print, screen and (min-width: 64em) {
  ul.list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}

/* Animations */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* Old Foundation 5 pagination code */
.pagination li {
  display: inline-block;
}

.pagination li.current {
  padding: 0;
}

.pagination li.current a {
  color: #fff;
}

.pagination li .unavailable {
  pointer-events: none;
}

/* Callout */
.callout {
  border: 0;
  background-color: #F6EEE3;
}
}

/* Card */
.card {
  border-radius: 10px;
}

.card .card-divider {
  background-color: #fff;
}

.card .card-divider a {
  margin: auto;
}

.card.featured {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}

.card.featured .card-image {
  margin: auto;
}

.card.featured .card-image .thumbnail img {
  max-height: 200px;
}

.card.product {
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 40em) {
  .card.product {
    flex-direction: row;
  }
}

.card.product .card-image {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .card.product .card-image {
    width: 25%;
  }
}

.card.product .card-image .thumbnail img {
  max-height: 200px;
}

@media print, screen and (min-width: 40em) {
  .card.product .card-section {
    width: 75%;
  }
}

.card.shopping-list {
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .card.shopping-list {
    flex-direction: row;
  }
}

.card.shopping-list .card-image {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .card.shopping-list .card-image {
    width: 25%;
  }
}

.card.shopping-list .card-image .thumbnail img {
  max-height: 200px;
}

@media print, screen and (min-width: 40em) {
  .card.shopping-list .card-section {
    width: 50%;
  }
}

.card.shopping-list .card-divider {
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .card.shopping-list .card-divider {
    margin: auto;
    text-align: left;
    width: 25%;
  }
}

.card.voucher {
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 40em) {
  .card.voucher {
    flex-direction: row;
  }
}

.card.voucher .card-image {
  text-align: center;
  margin: auto;
  padding: 20px;
}

@media print, screen and (min-width: 40em) {
  .card.voucher .card-image {
    width: 25%;
  }
}

.card.voucher .card-image img {
  max-width: 75%;
}

.card.voucher .card-section {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .card.voucher .card-section {
    margin: auto;
    text-align: left;
    width: 50%;
  }
}

@media print, screen and (min-width: 40em) {
  .card.voucher .card-divider {
    margin: auto;
    width: 25%;
  }
}

/* Tabs */
.tabs {
  border: 0;
}

.tabs.search {
  margin-left: 10px;
}

.tabs .tabs-title {
  border-left: 1px solid #dfe1e5;
  border-right: 1px solid #dfe1e5;
  border-top: 1px solid #dfe1e5;
  border-radius: 10px 10px 0 0;
  height: 80px;
  max-width: 105px;
  position: relative;
  text-align: center;
}

.tabs .tabs-title a {
  font-size: 20px;
  outline: 0;
}

.tabs .tabs-title a:hover {
  background: transparent;
}

.tabs .tabs-title.is-active:after {
  background-color: #F6EEE3;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tabs .tabs-title.is-active a {
  background: transparent;
}

.tabs-content {
  border: 0;
}

.tabs-content .tabs-panel {
  padding: 0;
}

/* Sticky header */
.sticky {
  top: 0 !important;
}

.sticky.is-stuck {
  animation-name: slideInDown;
  animation-duration: 0.75s;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.sticky.is-stuck .top-bar-left > div:last-child {
  display: none;
}

/* Title Bar (mobile) */
.title-bar {
  background-color: #F6EEE3;
}

/* Top bar */
.top-bar {
  background-color: #F6EEE3;
  border-bottom: 1px solid #dfe1e5;
  padding: 20px 20px 0px 20px;
}

.top-bar .top-bar-left > div:first-child > div {
  /*height: 60px;*/
}

.top-bar .top-bar-left .site-title {
  color: #5f6368;
  font-size: 16px;
}

.top-bar .top-bar-left .search {
  border: 1px solid #dfe1e5;
  border-radius: 25px;
  padding: 0 15px;
}

.top-bar .top-bar-left .search:hover, .top-bar .top-bar-left .search.active {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}

.top-bar .top-bar-left .search input {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: none;
  transition: none;
}

.top-bar .top-bar-left .search button {
  background: transparent;
  color: #952A1A;
  font-size: 22px;
  padding: 0;
}

.top-bar .top-bar-left .search button i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.top-bar .top-bar-left .cart {
  border: 1px solid #dfe1e5;
  border-radius: 30px;
  color: #1a73e8;
  font-size: 20px;
  float: right;
  height: 40px;
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 40px;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left .cart {
    float: none;
    margin: auto;
  }
}

.top-bar .top-bar-left .cart:hover {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}

.top-bar .top-bar-left .cart .cart-items {
  background: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 15px;
  bottom: 23px;
  color: #F6EEE3;
  font-size: 14px;
  height: 25px;
  padding: 1px;
  position: absolute;
  right: -9px;
  width: 25px;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left .cart .cart-items {
    bottom: -13px;
  }
}

.top-bar .top-bar-left .menu-container {
  height: 39px;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left .menu-container.gradient-start:before {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 10%;
    z-index: 1;
  }
  .top-bar .top-bar-left .menu-container.gradient-end:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 10%;
    z-index: 1;
  }
}

.top-bar .top-bar-left .menu-container .menu {
  background-color: transparent;
  font-size: 14px;
}

@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left .menu-container .menu {
    display: inline-block;
    max-width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .top-bar .top-bar-left .menu-container .menu::-webkit-scrollbar {
    display: none;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .top-bar .top-bar-left .menu-container .menu {
    margin: auto;
    width: max-content;
  }
}

.top-bar .top-bar-left .menu-container .menu li {
  border-bottom: 1px solid #transparent;
}

@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left .menu-container .menu li {
    display: inline-block;
  }
}

.top-bar .top-bar-left .menu-container .menu li:hover {
  border-bottom: 3px solid #1a73e8;
}

.top-bar .top-bar-left .menu-container .menu li.active {
  border-bottom: 3px solid #1a73e8;
}

.top-bar .top-bar-left .menu-container .menu li.active a {
  background-color: transparent;
  color: #1a73e8;
}

/* Add to cart */
.add-to-cart {
  float: right;
}

/* Filter */
#filter label {
  margin-bottom: 1rem;
}

.filter {
  border: 0;
}

.filter-desktop {
  margin: 0;
}

.filter-desktop li {
  padding: 5px 25px 5px 0;
  position: relative;
}

.filter-desktop li:hover {
  cursor: pointer;
}

.filter-desktop li:before {
  border: 1px solid #5f6368;
  border-radius: 10px;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.filter-desktop li.active:after {
  background: #1a73e8;
  border-radius: 10px;
  content: '';
  height: 12px;
  position: absolute;
  right: 4px;
  top: 9px;
  width: 12px;
}

.filter-desktop.show-5 li:nth-child(1n+6) {
  display: none;
}

.filter-desktop.show-5.show-all li:nth-child(1n+6) {
  display: block;
}

.sort-by {
  display: inline-flex;
}

.sort-by p {
  padding: 5px;
  white-space: nowrap;
}

.sort-by select {
  font-size: 14px;
}

/* Breadcrumbs */
.breadcrumbs.header li:after {
  z-index: -1;
}

.breadcrumbs.header li:last-child a {
  color: #5f6368;
  cursor: default;
  pointer-events: none;
}

.breadcrumbs.footer {
  border-top: 1px solid #dfe1e5;
  padding-top: 20px;
}

@media print, screen and (min-width: 40em) {
  .breadcrumbs.footer li {
    font-size: 14px;
  }
}

.breadcrumbs.footer li:first-child a {
  color: #5f6368;
  cursor: default;
  pointer-events: none;
}

@media print, screen and (max-width: 39.99875em) {
  .breadcrumbs.footer li:first-child {
    height: 25px;
    width: 100%;
  }
  .breadcrumbs.footer li:first-child:after {
    content: none;
  }
}

.breadcrumbs a {
  color: #1a73e8;
}

.breadcrumbs a:hover {
  color: #5f6368;
  text-decoration: none;
}

/* Shop logos */
.text-logo {
  display: flex;
  height: 40px;
  width: 150px;
}

.text-logo span {
  margin: auto;
}

.label {
    border-radius: 3px;
}
a img {
    border: 0;
	border-radius: 3px !important;
}

/* Anpassungen 21.08.2026 */
body {
    background-color: #F6EEE3;
}
.italy-flag {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: middle;
    background: linear-gradient(
        to right,
        #009246 0 33.33%,
        #ffffff 33.33% 66.66%,
        #ce2b37 66.66% 100%
    );
    border: 1px solid #ccc;
}
	
.button.primary, 
.button.primary.disabled, 
.button.primary.disabled:focus, 
.button.primary.disabled:hover, 
.button.primary[disabled], 
.button.primary[disabled]:focus, 
.button.primary[disabled]:hover		{
    background-color: #952A1A;
}