/** Shopify CDN: Minification failed

Line 49:38 Unterminated string token

**/
@font-face {      
    font-family: 'Figtree, sans-serif';   
    /*  
    src: url('//lillanapoli.com/cdn/shop/t/2/assets/GloriaHallelujah.woff?v=177362626473436708681774860098') format('woff'),
         url('//lillanapoli.com/cdn/shop/t/2/assets/GloriaHallelujah-Regular.ttf?v=52497911190137917101774860098') format('truetype');   
        */    
    font-weight: normal;      
    font-style: normal;  
}

@font-face {
    font-family: 'Figtree, sans-serif';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    /*
    src: url("//lillanapoli.com/cdn/shop/files/poppins-medium.woff2?v=347") format("woff2");
    */
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}  
input[type=number]{
    -moz-appearance: textfield;
}

:root {
  --grid-desktop-horizontal-spacing: 3px!important;
  --grid-mobile-vertical-spacing: 3px!important;
  --grid-mobile-horizontal-spacing: 3px!important;
}

.link.info {
    /* position: absolute;
    width: 77px;
    height: 27px;
    left: 650px;
    top: 70px; */

    font-family: 'Figtree, sans-serif;
    font-weight: 400;
    /* font-style: normal;
    font-size: 16px;
    line-height: 170.9%; */
    /* or 27px */
    color: #020912;
}
.icon-greek-info {
    width: 7.3rem; 
    height: auto;
}
.language-form.disclosure__list-wrapper{
    display: none;
    opacity: 0;
}
localization-form .localization-form .localization-selector{
    background: #fafafa;
    margin: 0 !important;
    /* border: none; */
    /* position: absolute; */
    /* width: 79px;
    height: 47px;
    left: 1057px;
    top: 60px; */
}

.localization-form{
    padding: 0 !important;
}

.header-icons {
    align-items: center;
}

@media (min-width:769px) {

    .disclosure .localization-selector+.disclosure__list-wrapper{
        top: 100% ;
        transform: translateY(0);
        border: none;
        margin: 0;
    }
    details summary .language-form {
        display: none;
    }
}
.disclosure__item {
    border: 1px solid #020912;
}
.disclosure__list {
    padding: 0 !important;
}
variant-radios .product-form__input input[type=radio]+label {
    position: relative;
    background-color: transparent !important;
    color: #020912 !important;
    border: none !important;
    margin: 0;
    padding: 0;
}
variant-radios fieldset {
    display: flex;
    flex-wrap: wrap;
}
.pickup-availability-preview {
    width: 100%;
}
.product-form__input input[type=radio]+label img { 
    position: absolute;
    width: 100%;
    height: auto;
    background-size: contain;
    content: url("/cdn/shop/files/circle-1-NY.png?v=1781776251");
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.prodcut-form {
    margin: 0;
}
.form__label {
    line-height: 23.4px;
    font-size: 18px;
}
.price--sold-out .badge.price__badge-sold-out {
    display: none;
}
.variant_label {
    position: relative;
    height: 0;
    opacity: 0;
    width: 100%;
    padding: 0 8px;
    display: block;
    word-wrap: nowrap;
}
.variant_label1 {
    /* position: absolute; */
    display: flex;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    padding: 13px 15px;
}
.long-variant .variant_label1 {
    padding: 35px 10px;
}
.variant_container {
    line-height: 0;
}
.product-form__input span:nth-child(even) [type=radio]+label img {
    content: url("/cdn/shop/files/circle-1-NY.png?v=1781776251");
}
.product-form__quantity.prodcut-form__ipnut {
    display: inline-block;
    max-width: 300px;
}
.quantity_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.product-form__input input[type=radio]+label:hover img {
    opacity: 0.5;
}
.product-form__input input[type=radio]:checked+label img {
    opacity: 1;
}
/* ************ */
.product-form__input.product-form__quantity .form__label {
    font-size: 16px;
}
.product__info-container .product-buybutton {
    float: right;
    width: calc(100% - 200px);
    margin-top: 4rem;
}
.product-buybutton product-form.product-form {
    margin: 0;
}
.product-buybutton~div {
    clear: both;
}
.product-form__submit:disabled {
    display: none;
}
.restock-rocket-button.restock-rocket-button-product {
    background-color: #000 !important;
    margin: 0;
}
.product pickup-availability {
    display: none;
}
product-description {
    display: block;
}
.data-from-metafields .geek_info {
    border: 1px solid #020912;
    padding: 30px;
}
.data-from-metafields p.geek_info strong {
    font-family: 'Gloria Hallelujah', sans-serif;
    display: block;
}
.data-from-metafields p.geek_info a{
    color: #999;
    margin-top: 2rem;
    display: block;
}
.show-toggle {
    position: relative;
    padding: 20px 30px;
    background-color: #fafafa;
    margin-bottom: 0;
    font-weight: 500;
}
.show-toggle button{
    background: url(tick.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    opacity: .3;
    top: 0;
    right: 30px;
    width: 30px;
    height: 100%;
    transition: 0.1s;
}
.show-toggle button:hover {
    opacity: 1;
}
.show-toggle button.opened {
    transform: rotate(180deg);
}
.data-from-metafields p.show-toggle a:after{
    content: '';
    background-image: url("tick.svg");
    background-size: contain;
    display: block;
}
.toggle-div {
    display: none;
    border: 1px solid #fafafa;
    transition: all ease-in-out 0.1s;
    padding:30px;
    margin: 0;
    background-color: #fafafa;
    border-top: 2px solid #00000020;
}
.toggle-div.opened {
    display: block;
} 
.toggle-div strong {
    display: block;
}
.toggle-div strong:not(:first-child){
    margin-top: 20px;
}
.geek_info strong {
    display: block;
    margin-bottom: 20px;
}
.pdf_link button {
    display: none;
}

.disclosure {
    display: flex;
}
.button-disclosure {
    background: #fafafa;
    border: none;
    height: 4rem;
    padding: 1.5rem calc(2rem + var(--inputs-border-width));
    font-size: 1.3rem;
}
.disclosure__button.selected {
    border-bottom: 1px solid #000;
}
.disclosure__button {
    padding: 2rem;
}
.stock_badge {
    width: 10px ;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
localization-form .localization-form .disclosure .language__button, localization-form .localization-form .disclosure .language__button{
    padding: 0 .5rem;
    width: 2rem;
    width: 50%;
}
.available.stock_badge {
    background: #4ECC00;
}
.none_stock.stock_badge {
    background: #E81C00;
}
.price-review {
    display: flex;
    /*
    justify-content: space-between;
    */
    flex-wrap: wrap;
    gap: 20px;
}
button, .button {
    cursor: pointer;
}

.product-variant-availability.hidden-variant {
    display: none !important;
}
.localization-form__select:after, .quantity:after {
    content: none;
}
.locale-selectors__container {
    display: none;
}
.product-variant-availability p{
    display: inline-block;
    margin: 0;
    color: #999;
}
.product-form__input.product-form__quantity {
    display: inline-block;
}
.product-form__input {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.form__label, .product-form__input input[type=radio]:checked+label .variant_label1, .price-item.price-item--regular, .product-form__input.product-form__quantity .form__label  {
    font-weight: 500;
}
variant-radios fieldset.product-form__input .form__label {
    margin-bottom: 18px;
}
quantity-input button.quantity__button.no-js-hidden[name='minus'] svg {
    width: 23px;
    height: 4px;
}
quantity-input button.quantity__button.no-js-hidden[name='plus'] svg {
    width: 22px;
    height: 23px;
}
.quantity__input {
    font-size: 18px;
    font-weight: 600;
}
.price-item.price-item--kg{
    font-weight: 300;
    line-height: 20.8px;
    font-size: 16px;
}
variant-radios,.product__info-container>.product-form__input {
    margin: 20px 0;
}
button.restock-rocket-button.restock-rocket-button-product {
    font-weight: 700;
}
@media (max-width: 768px) {
    .variant_container:not(:last-child) {
        /* width: 107px;
        height: 47px; */
        /* margin-right: 5px; */
    }
    variant-radios fieldset.product-form__input .form__label {
        margin-bottom: 15px;
    }
    .product-form__quantity .quantity_container .form__label{
        margin: 0;
    }
 
    quantity-input button.quantity__button.no-js-hidden[name='plus'] svg {
        width: 16px;
        height: 18px;
    }
    quantity-input button.quantity__button.no-js-hidden[name='minus'] svg {
        width: 18px;
        height: 3px;
    }
    .product-form__input {
        gap: 12px;
    }
    .quantity_container {
        flex-direction: row;
        align-items: center;
    }
    .product__info-container .product-buybutton {
        margin: 0;
        width: 100%;
    }
    .menu-drawer__utility-links {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    variant-radios .product-form__input input[type=radio]+label {
        margin: 0;
    }
    .language-form.test localization-form {
        display: block;
    }
    .language-form {
        position: absolute;
        right: 10px;
        display: flex;
        flex-direction: column;
        max-width: 150px;;
    }
    .language-form .disclosure__list-wrapper {
        right: 0;
    }
    .disclosure .localization-form__select {
        padding: 0;
    }
    .menu-drawer__utility-links summary {
        display: block;
        height: 100%;
    }
    .menu-drawer__utility-links details {
        width: 50%;
    }
    details summary localization-form{
        display: block;
        margin: 10px 0;
    }
    details .menu-drawer__menu-item:hover {
        background: none;
    }
    .js .menu-drawer__menu-item button.localization-form__select svg.icon.icon-caret{
        display: block;
    }
    .dropdown-icon {
        width: 0;
        height: 0;
        border:  10px solid transparent;
        border-top: 0;
        border-bottom: 10px solid #000;
    }
    localization-form .localization-form .localization-selector {
        background: #fff;
        color: #000;
    }
    localization-form .localization-form .disclosure .language__button{
        width: 50%;
    }
        
    localization-form .localization-form .button-disclosure{
        background: #fff;
        color: #020912;
    }
    localization-form .localization-form {
        width: 100%;
        position: relative;
    }
    /*
    localization-form {
        display: none;
    }
        */
    localization-form .localization-form .disclosure .localization-selector[aria-expanded="true"][aria-controls="FooterCountryList"],  localization-form .localization-form .disclosure .localization-selector[aria-controls="FooterCountryList"]:active{
        background: #020912;
        color: #fff;
    }
    localization-form .localization-form .disclosure .localization-selector[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
    .product__info-container .product__title h1 {
        font-size: 25px;
        line-height: 32.5px;
    }
    .product-form__input.product-form__quantity {
        background: #fff;
        margin-top: 10px;
    }
    .product-buybutton {
        width: 100%;
    }
    .price-item.price-item--regular {
        line-height: 20.8px;
    }
    .variant_label1 {
        font-weight: 300;
        line-height: 20.8px;
        font-size: 18px;
    }
    .form__label, .product-form__input input[type=radio]:checked+label .variant_label1 {
        line-height: 20.8px;
        font-size: 16px;
    }
    .product-variant-availability {
        font-size: 16px;
        line-height: 20.8px;
        display: flex;
        /* width: 100%; */
        align-items: center;
        justify-content: space-between;
    }
    .product__description.rte {
        font-weight: 300;
        font-size: 14px;
        line-height: 23.8px;
    }
    .quantity__input  {
        font-size: 16px;
        line-height: 20.8px;
    }
    .disclosure__list-wrapper {
        bottom: 100% ;
        transform: translateY(0) !important;
        border: none !important;
        margin: 0 !important;
        width: 100%;
    }
    .disclosure__list-wrapper .disclosure__list {
        width: 100%;
        max-width: 100%;
        
    }
    .product-form__input {
        width: 100%;
    }
    .product-form__quantity {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .product__description.rte p:last-child {
        padding: 20px 0;
        margin-right: 30px;
    }

}
@media (max-width:468px) {

}

/* Igor Shepel */
.product-variant-availability {
    display: flex;
    align-items: center; 
    gap: 20px;
    padding-left: 40px;
    padding-bottom: 10px;
    .freeze-icons {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        svg {
            pointer-events: none;
        }
    }
    .freeze-drawer {
        position:fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        inset: 0;
        z-index: 100;
        background-color: rgb(var(--color-foreground), 0.5);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: .3s ease;
        &.active {
            opacity: 1;
            visibility: visible;
            z-index: 100;
        }
        .freeze-popup {
            background-color: white;
            max-width: 460px;
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            @media screen and (max-width: 767px) {
                margin-inline: 15px;
            }
            .content {
                p {
                    color: black;
                    font-weight: 300;
                    text-align: center;
                    a {
                        color: black;
                        &:hover {
                            text-decoration: none;
                        }
                    }
                }
            }
            .close {
                text-decoration: underline;
                cursor: pointer;
                &:hover {
                    text-decoration: none;
                }
            }
        }
    }
}

.cart-drawer__delivery-info {
    font-size: 1.2rem;
  }
  .cart-drawer__delivery-info p {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .cart-drawer__delivery-info .standard-delivery .dispatch-date {
    font-weight: bold;
  }
  .cart-drawer__delivery-info .dispatch-date {
    text-transform: lowercase;
  }
  .cart-drawer__delivery-info .chilled-delivery-info {
    border: 1px solid #ebecec;
    padding: 11px;
    font-size: 1rem;
    margin: 14px 0 10px;
    display: flex;
  }
  .cart-drawer__delivery-info .chilled-delivery-info .icon-information {
    width: 24px;
    height: 24px;
  }
  .cart-drawer__delivery-info .chilled-delivery-info p {
    line-height: 1.7;
    margin-bottom: 0;
    text-align: center;
  }
  .cart-drawer__delivery-info .chilled-delivery-info a {
    color: inherit;
  }
  .cart-drawer__delivery-info .chilled-delivery-info a:hover {
    text-decoration: none;
  }
  
  .cart-drawer__free-shipping {
    background-color: #E3F0F1;
    padding: 32px 30px 10px;
    margin: 15px 0 12px;
  }
  .cart-drawer__free-shipping.complete .free-shipping__progress-bar .free-shipping__end {
    background-color: #000;
  }
  .cart-drawer__free-shipping .free-shipping__price-current {
    opacity: 0;
  }
  .cart-drawer__free-shipping .free-shipping__progress-bar {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .cart-drawer__free-shipping .free-shipping__progress-bar span.free-shipping__start,
  .cart-drawer__free-shipping .free-shipping__progress-bar span.free-shipping__end {
    border-radius: 100%;
    display: flex;
    background-color: white;
  }
  .cart-drawer__free-shipping .free-shipping__progress-bar .free-shipping__percentage-wrap {
    flex-grow: 1;
    height: 6px;
    background-color: #fff;
  }
  .cart-drawer__free-shipping .free-shipping__progress-bar .free-shipping__percentage-wrap .free-shipping__percentage {
    height: 100%;
    width: 0%;
    background-color: #000;
    display: block;
  }
  .cart-drawer__free-shipping .free-shipping-price {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
  }
  .cart-drawer__free-shipping .free-shipping-info {
    text-align: right;
  }

  .cart-drawer__weight-message {
    background-color: #e3f0f1;
    padding: 22px 16px;
    margin: 15px 0 12px;
  }

  .cart-drawer__free-shipping {
    .free-shipping__percentage {
        position: relative;
        .tooltip {
            position: absolute;
            right: 0;
            bottom: 100%;
            transform: translateX(50%);
            background-color: black;
            color: white;
            padding: 2.5px 6px;
            margin-bottom: 10px;
            border-radius: 5px;
            display: flex;
            span {
                position: relative;
                z-index: 1;
                white-space: nowrap;
                font-size: 10px;
                line-height: 14px;

            }
            .arrow {
                width: 8px;
                height: 8px;
                transform: rotate(45deg);
                background-color: black;
                position: absolute;
                bottom: -4px;
                left: calc(50% - 4px);
                z-index: 0;
                display: block;
            }
        }
    }
  }

    .custom-row {
    padding-block: 25px 15px;
    @media screen and (max-width: 767px) {
        padding-block: 20px 10px;
    }
    &.bordered {
        padding-inline: 20px;
        border: 1px solid #020912;
        border-top: 1px solid #020912 !important;
    }
    h2 {
        font-family: Gloria Hallelujah,sans-serif;
        line-height: 30px;
        font-size: 18px;
        text-transform: none;
        @media screen and (max-width: 767px) {
            line-height: 28px;
            font-size: 16px;
        }
    }
    .rte {
        font-weight: 300;
        p {
            margin-block: 10px;
        }
    }
  }

  .custom-collapsible {
    summary {
        padding-block: 25px;
        @media screen and (max-width: 767px) {
            padding-block: 20px;
        }
    }
    h2 {
        font-family: Gloria Hallelujah, sans-serif;
        line-height: 30px;
        font-size: 18px;
        text-transform: none;
        @media screen and (max-width: 767px) {
            line-height: 28px;
            font-size: 16px;
        }
    }
    svg {
        width: 26px;
        height: auto !important;
        @media screen and (max-width: 767px) {
            width: 17px;
        }
    }
  }
