<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #732c02;
}

body {
    background: #f2f2f2;
}

footer {
    background: #ff6e00;
}

footer, footer a {
    color: #ffffff95;
}

.checkout-process&gt;.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;
}
</pre></body></html>