:root{--mf-green:#087b73;--mf-dark:#062b29;--mf-gold:#f0b134;--mf-bg:#fffef8;--mf-text:#20242a;--mf-soft:#f4f6f5}
*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;color:var(--mf-text);background:#fff}.mf-wrap{max-width:1180px;margin:0 auto;padding:0 18px}.mf-header{background:var(--mf-bg);border-top:10px solid var(--mf-green);border-bottom:1px solid var(--mf-green);position:sticky;top:0;z-index:20}.mf-head-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:25px}.mf-brand img{max-height:62px;width:auto}.mf-nav{display:flex;gap:28px}.mf-nav a{color:#111;text-decoration:none;font-weight:600}.mf-cart-link{background:var(--mf-green);color:#fff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700}.mf-hero{padding:55px 0 35px;background:linear-gradient(180deg,#fff 0%,#f6fbfa 100%);text-align:center}.mf-hero h1{font-size:44px;color:var(--mf-green);margin:0 0 12px}.mf-hero p{font-size:18px;max-width:850px;margin:0 auto 22px;line-height:1.6}.mf-btn{display:inline-block;background:var(--mf-green);color:#fff;text-decoration:none;border:0;border-radius:8px;padding:13px 22px;font-weight:800;cursor:pointer}.mf-btn.gold{background:#ff7a0d}.mf-section{padding:45px 0}.mf-section-title{text-align:center;font-size:34px;color:var(--mf-green);margin:0 0 22px}.mf-products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mf-card{border:1px solid #ddd;border-radius:12px;padding:18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.07);text-align:center;transition:.25s}.mf-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.12)}.mf-img{height:270px;display:flex;align-items:center;justify-content:center}.mf-img img{max-width:100%;max-height:250px;object-fit:contain}.mf-card h3{font-size:19px;min-height:48px;margin:14px 0}.mf-price{font-size:20px;color:#e12828;font-weight:800;margin:8px 0 14px}.mf-table{width:100%;border-collapse:collapse;margin:12px 0 18px;font-size:14px}.mf-table td{border:1px solid #e3e3e3;padding:10px;text-align:left}.mf-table td:last-child{text-align:right;font-weight:800}.mf-info{background:var(--mf-green);color:#fff;border-radius:0;padding:38px}.mf-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.mf-info img{width:100%;border-radius:8px}.mf-info h2{font-size:34px;margin:0 0 15px}.mf-info li{font-size:23px;font-weight:800;margin-bottom:7px}.mf-footer{background:#247971;color:#fff;padding:50px 0;margin-top:50px}.mf-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.3fr 1fr;gap:35px}.mf-footer a{display:block;color:#fff;text-decoration:none;margin:8px 0}.mf-footer h3{margin-top:0}.mf-form{max-width:620px;margin:30px auto;background:#fff;border:1px solid #ddd;border-radius:12px;padding:24px;box-shadow:0 8px 22px rgba(0,0,0,.08)}.mf-form input,.mf-form textarea{width:100%;padding:13px;border:1px solid #ccc;border-radius:8px;margin-bottom:12px;font-size:16px}.mf-admin-table{width:100%;border-collapse:collapse;background:#fff}.mf-admin-table th,.mf-admin-table td{border:1px solid #ddd;padding:10px;text-align:left}@media(max-width:900px){.mf-products{grid-template-columns:1fr 1fr}.mf-info-grid,.mf-footer-grid{grid-template-columns:1fr}.mf-nav{display:none}.mf-head-inner{height:74px}.mf-hero h1{font-size:32px}}@media(max-width:600px){.mf-products{grid-template-columns:1fr}.mf-img{height:230px}.mf-card h3{min-height:auto}.mf-cart-link{padding:10px 12px}.mf-section{padding:30px 0}}
.mf-wp-home-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.mf-wp-home-content img {
    max-width: 100%;
    height: auto;
}

.mf-wp-home-content h1,
.mf-wp-home-content h2,
.mf-wp-home-content h3 {
    text-align: center;
}
/* HEADER CLEAN */

.mf-header {
    background: #fffef8;
    border-top: 6px solid #0a807b;
    border-bottom: 1px solid #0a807b;
    position: relative;
    z-index: 9999;
}

.mf-head-inner {
      width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mf-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mf-logo-img {
    max-height: 60px !important;
    width: auto !important;
    display: block;
}

.mf-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: auto;
}

.mf-nav a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.mf-nav a:hover {
    color: #0a807b;
}

.mf-mobile-toggle {
    display: none;
}

/* MOBILE */

@media (max-width:768px){

    .mf-head-inner{
        width:100% !important;
        padding:5px 5px !important;
        display:flex !important;
        align-items:center !important;
    }

    .mf-brand{
        flex:0 0 auto !important;
    }

    .mf-mobile-toggle{

        margin-left:auto !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:34px !important;
        height:34px !important;

        background:#0a807b !important;
        color:#fff !important;

        border:none !important;
        border-radius:8px !important;

        font-size:24px !important;
    }

    #mfNav.mf-nav{

        display:none !important;

        position:absolute !important;

        top:100% !important;

        left:0 !important;
        right:0 !important;

        width:100% !important;

        transform:none !important;

        background:#fffef8 !important;

        margin:0 !important;
        padding:0 !important;

        z-index:999999 !important;

        box-shadow:0 10px 25px rgba(0,0,0,.12) !important;
    }

    #mfNav.mf-nav.is-open{
        display:flex !important;
        flex-direction:column !important;
    }

    #mfNav.mf-nav a{
        width:100% !important;
        text-align:center !important;
        padding:10px 10px !important;
        border-bottom:1px solid rgba(10,128,123,.15) !important;
    }

}
/* SOKO MOBILE MENU FIX */

@media (max-width:768px){

    #mfNav.mf-nav{
        gap:0 !important;
    }

    #mfNav.mf-nav a{

        margin:0 !important;

        min-height:auto !important;

        padding:12px 15px !important;

        line-height:1.2 !important;

        font-size:16px !important;

        border-bottom:1px solid rgba(10,128,123,.12) !important;

        background:#fffef8 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

}
/* SOKO HAMBURGER FIX */

button#mfMobileToggle.mf-mobile-toggle{

    width:34px !important;
    min-width:34px !important;
    max-width:34px !important;

    height:34px !important;
    min-height:34px !important;

    padding:0 !important;
    margin-left:auto !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#0a807b !important;
    color:#fff !important;

    border:none !important;
    border-radius:6px !important;

    font-size:18px !important;
    line-height:1 !important;

    box-sizing:border-box !important;

    appearance:none !important;
    -webkit-appearance:none !important;
}
/* MOBILE BOX STACK */

@media (max-width:768px){

    section.elementor-section[style*="display: flex"]{

        flex-direction:column !important;

        align-items:center !important;

        gap:25px !important;

        padding:20px 15px !important;
    }

    section.elementor-section[style*="display: flex"] .elementor-column{

        width:100% !important;

        max-width:100% !important;

        flex:none !important;

        margin:0 auto !important;

        text-align:center !important;
    }

    section.elementor-section[style*="display: flex"] img{

        max-width:100% !important;

        height:auto !important;

        display:block !important;

        margin:0 auto 15px !important;
    }

    section.elementor-section[style*="display: flex"] h3{

        margin-bottom:10px !important;

        font-size:24px !important;
    }

    section.elementor-section[style*="display: flex"] p{

        font-size:16px !important;

        line-height:1.6 !important;
    }

}
/* HERO SLIKA MOBILE */

@media (max-width:768px){

    .mf-hero-image,
    .mf-hero img,
    .mf-banner img{

        width:100% !important;
        max-width:100% !important;

        margin:0 !important;

        display:block !important;

        border-radius:0 !important;
    }

    .mf-hero,
    .mf-banner,
    .mf-hero-image-wrap{

        padding-top:5px !important;
        padding-bottom:5px !important;

        margin-top:0 !important;
        margin-bottom:5px !important;
    }

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

    .mf-wrap{
        padding-left:0 !important;
        padding-right:0 !important;
    }

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

    img[src*="honey"],
    img[src*="med"],
    img[src*="wood"] {
        margin-top:0 !important;
        margin-bottom:10px !important;
    }

    .mf-wp-home-content img[src*="honey"] {
        width:100vw !important;
        max-width:100vw !important;
        margin-left:50% !important;
        transform:translateX(-50%) !important;
    }
}
@media (max-width:768px){

    .mf-wp-home-content 
    .elementor-widget-container{

        padding-top:0 !important;
    }

    .mf-wp-home-content 
    .elementor-widget-image img{

        width:100% !important;

        max-width:100% !important;

        display:block !important;

        margin:0 auto !important;
    }

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

    .mf-wp-home-content .elementor{
        margin-top:0 !important;
    }

}
/* MOBILE FOOTER FIX */

@media (max-width:768px){

    .mf-footer{

        padding:35px 20px !important;

        text-align:center !important;
    }

    .mf-footer .mf-wrap{

        display:flex !important;

        flex-direction:column !important;

        gap:30px !important;
    }

    .mf-footer .footer-grid,
    .mf-footer .mf-footer-grid{

        display:flex !important;

        flex-direction:column !important;

        gap:30px !important;
    }

    .mf-footer .footer-col,
    .mf-footer .mf-col{

        width:100% !important;

        max-width:100% !important;

        margin:0 auto !important;
    }

    .mf-footer h3,
    .mf-footer h4{

        margin-bottom:12px !important;

        font-size:24px !important;
    }

    .mf-footer p,
    .mf-footer li,
    .mf-footer a{

        font-size:16px !important;

        line-height:1.6 !important;
    }

    .mf-footer ul{

        padding:0 !important;

        margin:0 !important;

        list-style:none !important;
    }

    .mf-footer .social-icons{

        justify-content:center !important;
    }

}
@media (min-width:769px){

    button#mfMobileToggle,
    .mf-mobile-toggle,
    #mfMobileToggle{

        display:none !important;
        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none !important;
    }

}
.mf-top-banner{

    width:100%;

    background:#f3f3f3;

    border-bottom:5px solid #0a807b;

    overflow:hidden;
}

.mf-top-banner img{

    width:60%;

    max-width:600px;

    display:block;

    margin:0 auto;

    height:auto;
}

/* MOBILE */

@media (max-width:768px){

    .mf-top-banner img{

        max-width:60%;

        width:60%;
    }

}
.mf-products-page {
    background: #fff;
}

.mf-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
}

.mf-shop-hero {
    background: linear-gradient(135deg, #055955, #08766f);
    color: #fff;
    padding: 55px 0 45px;
    text-align: center;
}

.mf-shop-hero h1 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 10px;
}

.mf-shop-hero h2 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px;
}

.mf-shop-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.mf-products-wrap {
    padding: 45px 18px;
}

.mf-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mf-product-card {
    background: #fff;
    border: 1px solid #e4eeee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transition: 0.25s ease;
}

.mf-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.11);
}

.mf-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 245px;
    padding: 20px;
    background: #f7fbfa;
}

.mf-product-image img {
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
}

.mf-product-info {
    padding: 22px;
    text-align: center;
}

.mf-product-info h3 {
    font-size: 21px;
    margin: 0 0 12px;
}

.mf-product-info h3 a {
    color: #0c0c0c;
    text-decoration: none;
}

.mf-price {
    color: #055955;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.mf-short-desc {
    color: #444;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.mf-btn {
    display: inline-block;
    background: #055955;
    color: #fff;
    padding: 11px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.mf-btn:hover {
    background: #08766f;
    color: #fff;
}

.mf-empty {
    text-align: center;
    padding: 40px 0;
}

@media (max-width: 900px) {
    .mf-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mf-shop-hero {
        padding: 38px 0 32px;
    }

    .mf-shop-hero h1 {
        font-size: 32px;
    }

    .mf-shop-hero h2 {
        font-size: 22px;
    }

    .mf-products-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mf-product-image {
        height: 220px;
    }
}
.mf-old-shop {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 15px;
}

.mf-old-shop .product-card {
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.12) !important;
}

.mf-old-shop table {
    width: 100%;
}

.mf-old-shop .button {
    background: #265855 !important;
    color: #fff !important;
}
.mf-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mf-product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mf-package-table,
.mf-price {
    margin-bottom: 18px;
}

.mf-cart-btn {
    margin-top: auto;
    width: 100%;
    display: block;
    border-radius: 0 0 8px 8px;
    padding: 14px 15px;
}
.mf-product-card {
    padding-bottom: 0;
}

.mf-cart-btn {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
}
.mf-products-wrap{
    max-width:980px;
    margin:0 auto;
    padding:40px 15px;
}
.mf-product-card {
    overflow: hidden;
}

.mf-package-table {
    width: 100%;
    overflow: hidden;
}

.mf-package-table table {
    table-layout: fixed;
    width: 100%;
}

.mf-package-table td {
    padding: 9px 8px;
    font-size: 14px;
    line-height: 1.35;
    vertical-align: middle;
    word-break: normal;
}

.mf-package-table td:first-child {
    width: 55%;
}

.mf-package-table td:last-child {
    width: 45%;
    white-space: normal !important;
    text-align: center;
    font-weight: 700;
}
.mf-products-wrap{
    max-width: 1380px;
    margin: 0 auto;
    padding: 40px 15px;
}

.mf-products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.mf-package-select{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 12px;
    margin-bottom:15px;
}

.mf-selected-price{
    font-size:28px;
    font-weight:700;
    color:#0b756c;
    margin-bottom:20px;
}


.mf-product-detail-wrap{
    max-width:1200px;
    margin:40px auto;
    padding:0 15px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:start;
}

.mf-product-gallery{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:20px;
    text-align:center;
}

.mf-product-gallery img{
    max-width:100%;
    max-height:500px;
    object-fit:contain;
}

.mf-product-summary h1{
    font-size:34px;
    margin-bottom:20px;
}

.mf-short-description{
    margin-bottom:20px;
}

.mf-package-select{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 15px;
    margin-bottom:15px;
}

.mf-selected-price{
    font-size:30px;
    font-weight:700;
    color:#0b756c;
    margin-bottom:20px;
}

.mf-detail-cart-btn{
    width:100%;
    background:#0b756c;
    color:#fff;
    border:none;
    border-radius:6px;
    padding:14px;
    font-size:18px;
    cursor:pointer;
}

.mf-detail-table-wrap,
.mf-product-content{
    max-width:1200px;
    margin:0 auto;
    padding:20px 15px 40px;
}

@media(max-width:768px){

    .mf-product-detail-wrap{
        grid-template-columns:1fr;
    }

}

.mf-product-thumbs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:15px;
}

.mf-thumb-img{
    width:75px;
    height:75px;
    object-fit:cover;
    border:1px solid #ddd;
    border-radius:6px;
    padding:3px;
    background:#fff;
    cursor:pointer;
    transition:.2s;
}

.mf-thumb-img:hover{
    transform:scale(1.05);
}

#mfMainProductImage{
    max-width:100%;
    max-height:500px;
    object-fit:contain;
}
.mf-related-products{
    max-width:1200px;
    margin:50px auto;
    padding:0 15px;
}

.mf-related-products h2{
    text-align:center;
    margin-bottom:30px;
}

.mf-related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.mf-related-card{
    border:1px solid #ddd;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
    text-align:center;
}

.mf-related-card img{
    width:100%;
    height:220px;
    object-fit:contain;
    padding:15px;
}

.mf-related-card h3{
    padding:15px;
    font-size:18px;
    color:#111;
}

.mf-related-card a{
    text-decoration:none;
}

@media(max-width:768px){

    .mf-related-grid{
        grid-template-columns:1fr;
    }

}
/* CART CSS - dodati na kraj /med-front/assets/css/style.css */
.mf-cart-page{background:#fff;}
.mf-cart-hero{background:#0b756c;color:#fff;text-align:center;padding:45px 20px;}
.mf-cart-hero h1{color:#fff;font-size:42px;margin:0 0 10px;}
.mf-cart-hero p{margin:0;font-size:17px;}
.mf-cart-wrap{max-width:1200px;margin:0 auto;padding:40px 15px;}
.mf-cart-success,.mf-free-shipping-note{background:#eefaf8;border:1px solid #cfe7e4;color:#075f58;padding:15px;border-radius:6px;margin-bottom:25px;font-weight:700;}
.mf-empty-cart{text-align:center;padding:50px 15px;border:1px solid #e1e1e1;border-radius:8px;}
.mf-cart-table-box{border:1px solid #d8e5e3;border-radius:8px;overflow:hidden;margin-bottom:20px;}
.mf-cart-table{width:100%;border-collapse:collapse;background:#fff;}
.mf-cart-table th{background:#eef8f7;text-align:left;padding:14px;border-bottom:1px solid #d8e5e3;}
.mf-cart-table td{padding:15px;border-bottom:1px solid #eee;vertical-align:middle;}
.mf-cart-product-cell{display:flex;align-items:center;gap:15px;}
.mf-cart-product-cell img{width:70px;height:70px;object-fit:contain;border:1px solid #eee;border-radius:6px;background:#fff;}
.mf-remove-item{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f3f3;color:#111;text-decoration:none;font-size:24px;font-weight:700;}
.mf-remove-item:hover{background:#0b756c;color:#fff;}
.mf-cart-table tfoot td{font-weight:700;text-align:right;background:#fbffff;}
.mf-cart-total-row td{font-size:20px;color:#0b756c;}
.mf-order-form{margin-top:35px;}
.mf-order-form h2{font-size:28px;margin-bottom:20px;}
.mf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.mf-form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700;}
.mf-form-grid input,.mf-form-grid textarea{width:100%;border:1px solid #ddd;border-radius:6px;padding:13px;font-size:15px;}
.mf-full-field{grid-column:1 / -1;}
.mf-cart-actions{display:flex;gap:20px;justify-content:flex-end;margin-top:25px;}
.mf-btn{display:inline-block;background:#0b756c;color:#fff!important;padding:13px 24px;border-radius:6px;text-decoration:none;font-weight:700;border:none;cursor:pointer;text-align:center;}
.mf-btn-outline{background:#fff;color:#0b756c!important;border:1px solid #0b756c;}
.mf-send-order-btn{min-width:220px;}
@media(max-width:768px){.mf-form-grid{grid-template-columns:1fr}.mf-cart-table{font-size:14px}.mf-cart-product-cell{display:block}.mf-cart-product-cell img{margin-bottom:8px}.mf-cart-actions{flex-direction:column}.mf-btn{width:100%}}
/* BLOG GRID */

.mf-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin:40px 0;
}

.mf-blog-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
    transition:0.3s;
}

.mf-blog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

.mf-blog-card a{
    display:block;
    text-decoration:none;
    color:#222;
    height:100%;
}

.mf-blog-card-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.mf-blog-card-body{
    padding:20px;
}

.mf-blog-card-body h2{
    font-size:22px;
    line-height:1.3;
    margin:0 0 15px;
}

.mf-blog-card-body p{
    font-size:15px;
    line-height:1.6;
    color:#666;
    margin-bottom:15px;
}

.mf-blog-card-body span{
    display:inline-block;
    background:#d4a017;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
}

/* TABLET */

@media (max-width:991px){

    .mf-blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILNI */

@media (max-width:767px){

    .mf-blog-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mf-blog-card-image img{
        height:220px;
    }

}
.mf-blog-page{
    max-width:1450px;
    margin:0 auto;
    padding:30px 40px;
}
/* BLOG DETALJ */

.mf-post-page{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 60px;
}

.mf-post{
    background:#fff;
}

.mf-post h1{
    font-size:42px;
    line-height:1.2;
    margin-bottom:25px;
    text-align:center;
}

.mf-post-image{
    margin-bottom:30px;
}

.mf-post-image img{
    width:100%;
    border-radius:12px;
    display:block;
}

.mf-post-content{
    max-width:900px;
    margin:0 auto;
    font-size:18px;
    line-height:1.9;
    color:#333;
}

.mf-post-content p{
    margin-bottom:20px;
}

.mf-post-content h2{
    margin:40px 0 20px;
    font-size:32px;
}

.mf-post-content h3{
    margin:30px 0 15px;
    font-size:26px;
}

.mf-post-content ul,
.mf-post-content ol{
    margin:20px 0 20px 25px;
}

.mf-post-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

/* TABLET */

@media(max-width:991px){

    .mf-post h1{
        font-size:34px;
    }

    .mf-post-content{
        font-size:17px;
    }

}

/* MOBILNI */

@media(max-width:767px){

    .mf-post-page{
        padding:20px 15px 40px;
    }

    .mf-post h1{
        font-size:28px;
    }

    .mf-post-content{
        font-size:16px;
        line-height:1.8;
    }

}
.mf-post-page{
    max-width:1600px;
    margin:0 auto;
    padding:30px 50px;
}

.mf-post-content{
    max-width:1400px;
    margin:0 auto;
}
.mf-footer{
    background:#247f79;
    color:#fff;
    padding:50px 0;
}

.mf-footer-grid{
    display:grid;
    grid-template-columns:1fr 1.5fr 1fr 1.5fr;
    gap:50px;
    align-items:start;
}

.mf-footer h3{
    margin-bottom:20px;
}

.mf-footer a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:10px;
}

.mf-footer a:hover{
    text-decoration:underline;
}

.mf-footer p{
    line-height:1.7;
}
.mf-footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1.3fr 1.4fr 1.2fr;
    gap:60px;
}

.mf-footer-col ul{
    margin:0;
    padding-left:20px;
}

.mf-footer-col li{
    margin-bottom:10px;
}

.mf-footer-col a{
    color:#fff;
    text-decoration:none;
}

.mf-footer-col a:hover{
    text-decoration:underline;
}

.mf-social-title{
    margin-top:50px;
    margin-bottom:20px;
    font-size:18px;
    font-weight:700;
}

.mf-social{
    display:flex;
    gap:12px;
}

.mf-social a{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.mf-social a:first-child{
    background:#1877F2;
}

.mf-social a:last-child{
    background:#e4405f;
}
/* WP PAGE CONTENT */

.mf-wp-page-content{
    max-width:1450px;
    margin:0 auto;
    padding:40px 45px 70px;
}

.mf-page{
    background:#fff;
}

.mf-page h1{
    font-size:42px;
    line-height:1.2;
    margin:0 0 30px;
    text-align:center;
    color:#252b33;
}

.mf-page-image{
    max-width:1100px;
    margin:0 auto 35px;
}

.mf-page-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
}

.mf-page-content{
    max-width:1250px;
    margin:0 auto;
    font-size:18px;
    line-height:1.85;
    color:#333;
}

.mf-page-content p{
    margin-bottom:20px;
}

.mf-page-content h2{
    font-size:32px;
    margin:40px 0 18px;
    color:#252b33;
}

.mf-page-content h3{
    font-size:26px;
    margin:30px 0 15px;
    color:#252b33;
}

.mf-page-content ul,
.mf-page-content ol{
    margin:20px 0 20px 25px;
}

.mf-page-content li{
    margin-bottom:10px;
}

.mf-page-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
}

.mf-page-content a{
    color:#d4a017;
    font-weight:700;
}

/* MOBILE */

@media(max-width:767px){
    .mf-wp-page-content{
        padding:25px 18px 45px;
    }

    .mf-page h1{
        font-size:30px;
    }

    .mf-page-content{
        font-size:16px;
        line-height:1.75;
    }

    .mf-page-content h2{
        font-size:25px;
    }

    .mf-page-content h3{
        font-size:22px;
    }
}
@media (max-width: 768px) {
    .mf-cart-page {
        padding: 0 14px;
    }

    .mf-cart-table-box {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .mf-cart-table,
    .mf-cart-table thead,
    .mf-cart-table tbody,
    .mf-cart-table tfoot,
    .mf-cart-table tr,
    .mf-cart-table td,
    .mf-cart-table th {
        display: block;
        width: 100%;
    }

    .mf-cart-table thead {
        display: none;
    }

    .mf-cart-table tbody tr {
        background: #fff;
        border: 1px solid #d8ece8;
        border-radius: 18px;
        padding: 16px;
        margin-bottom: 16px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.06);
        position: relative;
    }

    .mf-cart-product-cell {
        display: flex !important;
        align-items: center;
        gap: 14px;
        padding-right: 42px !important;
    }

    .mf-cart-product-cell img {
        width: 82px;
        height: 82px;
        object-fit: contain;
        border-radius: 14px;
        background: #f8fbfa;
        border: 1px solid #e3eeee;
        padding: 6px;
    }

    .mf-cart-product-cell strong {
        font-size: 16px;
        line-height: 1.35;
        color: #111;
    }

    .mf-cart-table tbody td {
        border: none !important;
        padding: 8px 0 !important;
        font-size: 15px;
    }

    .mf-cart-table tbody td:nth-child(2)::before {
        content: "Paket: ";
        font-weight: 700;
        color: #00796b;
    }

    .mf-cart-table tbody td:nth-child(3)::before {
        content: "Cena: ";
        font-weight: 700;
        color: #00796b;
    }

    .mf-cart-table tbody td:nth-child(3) strong {
        font-size: 18px;
        color: #111;
    }

    .mf-cart-table tbody td:nth-child(4) {
        position: absolute;
        top: 14px;
        right: 14px;
        width: auto !important;
        padding: 0 !important;
    }

    .mf-remove-item {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #f3f7f6;
        color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        text-decoration: none;
        font-weight: 700;
    }

    .mf-cart-table tfoot {
        background: #fff;
        border: 1px solid #d8ece8;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    }

    .mf-cart-table tfoot tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #edf4f2;
        padding: 14px 16px;
    }

    .mf-cart-table tfoot tr:last-child {
        border-bottom: none;
    }

    .mf-cart-table tfoot td {
        border: none !important;
        padding: 0 !important;
        width: auto !important;
        font-size: 15px;
    }

    .mf-cart-table tfoot td[colspan="3"] {
        flex: 1;
        font-weight: 700;
    }

    .mf-cart-total-row {
        background: #eefbf8;
    }

    .mf-cart-total-row td {
        font-size: 20px !important;
        color: #00796b;
        font-weight: 800;
    }

    .mf-free-shipping-note {
        border-radius: 16px;
        font-size: 14px;
        line-height: 1.5;
        padding: 16px;
        margin-top: 18px;
    }

    .mf-order-form {
        margin-top: 28px;
    }

    .mf-order-form h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .mf-products-grid,
    .mf-products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .mf-product-card,
    .mf-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mf-product-image img,
    .mf-img img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
}
@media (max-width: 768px) {

    .mf-footer-col {
        text-align: center;
    }

    .mf-footer-col ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mf-footer-col ul li {
        text-align: center;
    }

    .mf-footer-col ul li a {
        display: inline-block;
        text-align: center;
    }

    .mf-social {
        justify-content: center;
    }

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

    .mf-footer-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .mf-footer-col {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto 30px auto !important;
        text-align: center !important;
    }

    .mf-footer-col * {
        text-align: center !important;
    }

    .mf-social {
        display: flex !important;
        justify-content: center !important;
    }
}