
/*
Theme Name: eKwiatowo.pl — 1:1 Reference Starter
Version: 1.0
*/
html,body{margin:0;padding:0;background:#fff}
body{font-family:Arial,Helvetica,sans-serif}
.ek1-wrap{position:relative;width:100%;max-width:1312px;margin:0 auto;overflow:hidden}
.ek1-reference{display:block;width:100%;height:auto}
.ek1-hotspot{position:absolute;display:block;background:transparent;cursor:pointer;z-index:10}
.ek1-home{left:37.8%;top:3.7%;width:9%;height:4%}
.ek1-about{left:45%;top:3.7%;width:6%;height:4%}
.ek1-services{left:50%;top:3.7%;width:7%;height:4%}
.ek1-flowers{left:56%;top:3.7%;width:7%;height:4%}
.ek1-shop{left:63%;top:3.7%;width:5%;height:4%}
.ek1-blog{left:68%;top:3.7%;width:5%;height:4%}
.ek1-contact{left:73%;top:3.7%;width:7%;height:4%}
.ek1-order{left:87%;top:0%;width:11%;height:4%}
.ek1-hero{left:18%;top:8%;width:33%;height:25%}
.ek1-team{left:47%;top:33%;width:49%;height:18%}
.ek1-offer{left:7%;top:52%;width:87%;height:20%}
.ek1-cta{left:28%;top:72%;width:45%;height:9%}
.ek1-footer{left:0;top:81%;width:100%;height:19%}
@media(max-width:700px){
 .ek1-wrap{min-width:900px;transform-origin:top left}
}

/* FUNKCJONALNOŚĆ SKLEPU — nie zmienia layoutu strony głównej 1:1 */
.ek-shop-page{padding:55px 0;min-height:500px;background:#fffaf8}
.ek-shop-page .container{max-width:1160px;margin:auto}
.ek-shop-page .woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ek-shop-page .woocommerce ul.products:before,.ek-shop-page .woocommerce ul.products:after{display:none}
.ek-shop-page .woocommerce ul.products li.product{width:auto;margin:0;float:none;background:#fff;border:1px solid #eadfd9;border-radius:12px;padding:0 0 14px;overflow:hidden;box-shadow:0 6px 18px rgba(60,30,25,.06)}
.ek-shop-page .woocommerce ul.products li.product img{width:100%;height:190px;object-fit:cover;margin:0 0 12px}
.ek-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Georgia,serif;font-size:17px;padding:0 14px}
.ek-shop-page .woocommerce ul.products li.product .price{padding:0 14px;color:#df4e70;font-weight:700}
.ek-shop-page .woocommerce ul.products li.product a.button{margin:8px 14px 0;background:#df4e70;color:#fff;border-radius:999px;text-align:center}
.ek-shop-page .woocommerce .woocommerce-breadcrumb{font-size:11px;color:#777}
.ek-shop-page .woocommerce h1,.ek-shop-page .woocommerce h2{font-family:Georgia,serif}
.ek-cart-link{display:inline-flex!important;align-items:center;gap:6px}
.ek-cart-count{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:50%;background:#df4e70;color:#fff;font-size:10px}
.ek-order-button{display:inline-flex;padding:12px 20px;background:#df4e70;color:#fff;border-radius:999px;font-weight:700}
@media(max-width:900px){.ek-shop-page .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.ek-shop-page .woocommerce ul.products{grid-template-columns:1fr}}


/* Functional contact form only — existing 1:1 visual layout remains untouched. */
.ekwiatowo-contact-form input,
.ekwiatowo-contact-form textarea {
    width:100%;
    box-sizing:border-box;
    padding:10px 12px;
}
.ekwiatowo-contact-form button {
    cursor:pointer;
}
.ekwiatowo-contact-success,
.ekwiatowo-contact-error {
    padding:12px 14px;
    margin-bottom:15px;
}

/* Real editable WP pages */
.ek-normal-page .entry-content { line-height: 1.7; }
.ek-normal-page .entry-content img { max-width: 100%; height: auto; }
