#foodiepress-plugin-wrapper body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

#foodiepress-plugin-wrapper.fp-wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 0;
    right: 0;
}

.entry-content > #foodiepress-plugin-wrapper.fp-wrapper.alignfull,
.ast-separate-container .entry-content > #foodiepress-plugin-wrapper.fp-wrapper.alignfull,
.ast-plain-container .entry-content > #foodiepress-plugin-wrapper.fp-wrapper.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

#foodiepress-plugin-wrapper .fp-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) { #foodiepress-plugin-wrapper .fp-container { max-width: 540px; } }
@media (min-width: 768px) { #foodiepress-plugin-wrapper .fp-container { max-width: 720px; } }
@media (min-width: 992px) { #foodiepress-plugin-wrapper .fp-container { max-width: 960px; } }
@media (min-width: 1200px) { #foodiepress-plugin-wrapper .fp-container { max-width: 1140px; } }

#foodiepress-plugin-wrapper .fp-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
#foodiepress-plugin-wrapper .fp-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    box-sizing: border-box;
}
}

#foodiepress-plugin-wrapper .fp-product-grid {
    margin-bottom: 50px;
}

#foodiepress-plugin-wrapper .fp-col-12, 
#foodiepress-plugin-wrapper .fp-col-md-6, 
#foodiepress-plugin-wrapper .fp-col-lg-4, 
#foodiepress-plugin-wrapper .fp-col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #foodiepress-plugin-wrapper .fp-container {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
    #foodiepress-plugin-wrapper .fp-row {
        margin-right: 3px !important;
        margin-left: 3px !important;
    }
    #foodiepress-plugin-wrapper .fp-col-12,
    #foodiepress-plugin-wrapper .fp-col-md-6,
    #foodiepress-plugin-wrapper .fp-col-lg-4,
    #foodiepress-plugin-wrapper .fp-col-xl-3 {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

#foodiepress-plugin-wrapper .fp-col-12 { flex: 0 0 100%; max-width: 100%; }

#foodiepress-plugin-wrapper .fp-col-xl-3, 
#foodiepress-plugin-wrapper .fp-col-lg-4, 
#foodiepress-plugin-wrapper .fp-col-md-6 {
    flex: 1 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    #foodiepress-plugin-wrapper .fp-col-md-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 992px) {
    #foodiepress-plugin-wrapper .fp-col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
}
@media (min-width: 1200px) {
    #foodiepress-plugin-wrapper .fp-col-xl-3 { flex: 0 0 25%; max-width: 25%; }
}

#foodiepress-plugin-wrapper .fp-category-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    margin: 30px 0 25px 0;
    text-transform: uppercase;
    font-family: "National2CondensedBold", sans-serif;
    color: #000000;
}

#foodiepress-plugin-wrapper .fp-category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 90px;
    background-color: #ff0030;
}

#foodiepress-plugin-wrapper .fp-category-title span {
    color: inherit;
}

#foodiepress-plugin-wrapper .fp-product-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    color: #222222;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding-bottom: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.12), 0 6px 14px rgba(0, 0, 0, 0.1);
}

#foodiepress-plugin-wrapper .fp-product-card:hover { 
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.14), 0 10px 20px rgba(0, 0, 0, 0.12); 
}

#foodiepress-plugin-wrapper .fp-wishlist-btn { position: absolute; top: 15px; right: 15px; background: #f0f0f0; border: none; border-radius: 50%; cursor: pointer; padding: 6px; z-index: 5; transition: background-color 0.3s ease; }
#foodiepress-plugin-wrapper .fp-wishlist-btn:hover { background: rgba(228, 0, 43, 0.1); }
#foodiepress-plugin-wrapper .fp-wishlist-btn svg { width: 24px; height: 24px; display: block; }
#foodiepress-plugin-wrapper .fp-wishlist-btn svg path { stroke: #222222; transition: all 0.3s ease; }
#foodiepress-plugin-wrapper .fp-wishlist-btn:hover svg path { fill: #e4002b; stroke: #e4002b; }
#foodiepress-plugin-wrapper a.fp-card-img-link { display: contents; }

#foodiepress-plugin-wrapper .fp-product-card:hover .fp-card-top-section img {
    transform: scale(1.15);
}

#foodiepress-plugin-wrapper .fp-card-top-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px; 
    overflow: hidden;
    box-sizing: border-box;
    isolation: isolate;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

#foodiepress-plugin-wrapper .fp-share-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ff0096;
    border: 1.5px solid #ff0096;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: transform 0.15s ease, opacity 0.2s ease;
}
#foodiepress-plugin-wrapper .fp-share-btn:hover,
#foodiepress-plugin-wrapper .fp-share-btn:focus-visible {
    opacity: 0.75;
}
#foodiepress-plugin-wrapper .fp-share-btn:active { transform: scale(0.92); }
#foodiepress-plugin-wrapper .fp-share-btn svg { width: 15px; height: 15px; display: block; }

#foodiepress-plugin-wrapper .fp-product-card.fp-share-highlight { position: relative; }
#foodiepress-plugin-wrapper .fp-product-card.fp-share-highlight::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    border: 3px solid #e4002b;
    pointer-events: none;
    z-index: 8;
    animation: fp-share-outline-pulse 1.8s ease-out;
}
@keyframes fp-share-outline-pulse {
    0%   { opacity: 1; box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.55); }
    60%  { opacity: 1; box-shadow: 0 0 0 10px rgba(228, 0, 43, 0); }
    100% { opacity: 0; box-shadow: 0 0 0 10px rgba(228, 0, 43, 0); }
}

#foodiepress-plugin-wrapper .fp-card-top-section img {
    width: 180.88px; 
    height: 180.88px; 
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

#foodiepress-plugin-wrapper .fp-card-content {
    padding: 0px 5px 7px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#foodiepress-plugin-wrapper a.fp-card-title-link { text-decoration: none; color: inherit; }

#foodiepress-plugin-wrapper h3.fp-card-title {
    font-family: Rubik;
    font-size: 19px;
    font-weight: 700;
    margin: 0px 0 0px 0px;
    color: #222222;
    text-align: center;
    line-height: 1.2;
    height: 48px;
    kit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#foodiepress-plugin-wrapper p.fp-card-description {
    font-size: 13px;
    line-height: 1.4;
    color: #6c757d;
    height: 39.2px;
    margin: 3px 5px -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-align: center;
}

#foodiepress-plugin-wrapper .fp-card-price {
    margin-bottom: 0px;
    text-align: left; 
    margin-top: auto; 
}

@media (max-width: 768px) {
  #foodiepress-plugin-wrapper .fp-card-price {
    text-align: center; 
  }
}
@media (min-width: 769px) {
  #foodiepress-plugin-wrapper .fp-card-price {
    text-align: center; 
  }
}

#foodiepress-plugin-wrapper .fp-card-price del {display: inline-block;opacity: 0.7;margin-right: 5px;font-size: 1.2rem;}
#foodiepress-plugin-wrapper .fp-card-price .woocommerce-Price-amount.amount {font-size: 15px !important;font-weight: 500 !important;line-height: 15px;color: #222222 !important;}
#foodiepress-plugin-wrapper .fp-card-price .woocommerce-Price-currencySymbol {color: #222222 !important;font-weight: 900 !important;font-size: 15px;position: relative;top: -1px;}

#foodiepress-plugin-wrapper .fp-card-action {
    position: absolute;
    z-index: 2;
    padding: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

#foodiepress-plugin-wrapper .fp-card-button {
    background-color: #e4002b;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    font-size: 13px;
    border-radius: 8px;
    padding: 6px 14px;
}

#foodiepress-plugin-wrapper .fp-card-button:hover {
    background-color: #ffffff;
    color: #e4002b;
    transform: scale(1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    border : 1px solid #e4002b;
}

.fp-card-inner-content { position: relative; display: flex; flex-direction: column; flex-grow: 1; transition: filter 0.3s ease; }
.fp-product-card.is-unavailable .fp-card-inner-content { filter: blur(4px); pointer-events: none; }
.fp-card-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.fp-card-overlay-text { background-color: rgba(0, 0, 0, 0.6); color: white; padding: 8px 16px; border-radius: 8px; font-size: 16px; font-weight: 700; text-align: center; max-width: 80%; }
