a {
    color: #732c02;
}

body {
    background: #f2f2f2;
}

footer {
    background: #ff6e00;
}

footer, footer a {
    color: #ffffff95;
}

.checkout-process>.step .step-mark.step-active:after {
    background: #ff6e00;
}

.badge-info {
    color: #732c02;
    background-color: #f2ceae;
}

div[data-filter-attribute="variety"], div[data-filter-attribute="container-type"], div[data-filter-attribute="container-size"] {
    display: none !important;
}

.s-container-name {
    display: none;
}

.alert-info {
    color: #732c02;
    background-color: #f2ceae;
    border-color: #f2ceae;
}

.s-alert .alert-info{
    -webkit-animation: pulse-alert-field 1.5s infinite;
    animation: pulse-alert-field 1.5s infinite;
}

.add-cart-item{
    -webkit-animation: pulse-add-to-cart 1.5s infinite;
    animation: pulse-add-to-cart 1.5s infinite;
}

.s-product-max-order-quantity{
    display: none;
}

div[data-shipping-method-type="TYPE_DELIVERY"]{
    display: none !important;
}

div.modal-content div.cart-item-quantity-wrapper{
    display: none;
}


@-webkit-keyframes pulse-add-to-cart {
    0% {
        transform: scale(0.90);
    }

    30% {
        transform: scale(0.90);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.90);
    }

    100% {
        transform: scale(0.90);
    }
}

@keyframes pulse-add-to-cart {
    0% {
        transform: scale(0.90);
    }

    30% {
        transform: scale(0.90);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.90);
    }

    100% {
        transform: scale(0.90);
    }
}

@-webkit-keyframes pulse-alert-field {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.97);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse-alert-field {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.97);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

div.modal-content div.cart-item-quantity-wrapper{
    display: none;
}

.add-cart-inactive {
    position: relative;
    display: inline-block;
    background: lightgray;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    text-align: center;
}

.add-cart-inactive a{
    color: #d95e00;
}

@media (max-width: 450px) {
    .add-cart-inactive {
        margin-left: 0 !important;
        margin-top: 0.5rem;
        width: 100%;
    }
}


.add-cart-inactive .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #000C;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 5;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    margin-bottom: -5px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.add-cart-inactive .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.add-cart-inactive:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

div[data-url="/shop/set-shipping-presets"] .modal-header,
div[data-url="/shop/set-shipping-presets"] .btn-cancel,
body.shop_set_shipping_presets .card-header,
body.shop_set_shipping_presets .btn-outline-secondary {
    display: none;
}

.nav-item:last-of-type .nav-link[href="#calendar"] {
  background-color: #f2ceae;
  -webkit-animation: pulse-alert-field 1.5s infinite;
  animation: pulse-alert-field 1.5s infinite;
  border-radius:   6px 6px 0 0 ;
  color: black;
}

.nav-item:last-of-type .nav-link[href="#calendar"]::before {
  content: "🗓️ ";
  margin-right: 4px;
}

/* Menü: Bestseller + Angebote dezent hervorheben */
.s-header-nav a[href*="unsere%20bestseller"],
.s-header-nav a[href*="angebote"] {
    position: relative;
    font-weight: 600;
    color: #6f7668;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

/* feiner Untergrund */
.s-header-nav a[href*="unsere%20bestseller"] {
    background: rgba(255, 193, 7, 0.10);
}

.s-header-nav a[href*="angebote"] {
    background: rgba(255, 110, 0, 0.10);
}

/* Icon-Farben */
.s-header-nav a[href*="unsere%20bestseller"] i {
    color: #d6a300;
}

.s-header-nav a[href*="angebote"] i {
    color: #ff6e00;
}

/* Hover */
.s-header-nav a[href*="unsere%20bestseller"]:hover,
.s-header-nav a[href*="angebote"]:hover {
    color: #2f332c;
    transform: translateY(-1px);
}

.s-header-nav a[href*="unsere%20bestseller"]:hover {
    background: rgba(255, 193, 7, 0.18);
}

.s-header-nav a[href*="angebote"]:hover {
    background: rgba(255, 110, 0, 0.18);
}

/* dezentes Aufleuchten alle 5 Sekunden */
@keyframes lieferbubSoftGlow {
    0%, 78%, 100% {
        box-shadow: 0 0 0 rgba(255, 110, 0, 0);
    }

    84% {
        box-shadow: 0 0 0 4px rgba(255, 110, 0, 0.10);
    }

    90% {
        box-shadow: 0 0 12px rgba(255, 110, 0, 0.22);
    }
}

.s-header-nav a[href*="unsere%20bestseller"],
.s-header-nav a[href*="angebote"] {
    animation: lieferbubSoftGlow 5s ease-in-out infinite;
}

/* Bestseller leicht versetzt, damit nicht beide gleichzeitig leuchten */
.s-header-nav a[href*="unsere%20bestseller"] {
    animation-delay: 0s;
}

.s-header-nav a[href*="angebote"] {
    animation-delay: 2.5s;
}

/* Mobile Fix für Header-Menü */
@media (max-width: 767px) {
    .s-header-nav .navbar-nav {
        width: 100%;
        padding: 0.25rem 0.75rem;
    }

    .s-header-nav .nav-item {
        width: 100%;
    }

    .s-header-nav .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.45rem 0.7rem;
        font-size: 1rem;
        border-radius: 14px;
    }

    .s-header-nav a[href*="unsere%20bestseller"],
    .s-header-nav a[href*="angebote"] {
        padding: 0.45rem 0.7rem;
        margin: 0.2rem 0;
        border-radius: 14px;
        animation: none;
    }

    .s-header-nav a[href*="unsere%20bestseller"]::after,
    .s-header-nav a[href*="angebote"]::after {
        display: none;
    }
}
