/* Green Pharmacy public catalog, offers, categories and about pages */
body.page .gp-public-page,body.archive .gp-public-page,body.search .gp-public-page,body.error404 .gp-public-page{background:#f7faf8;min-height:60vh;color:#173c31}
.gp-page-hero{background:linear-gradient(135deg,#064d3c 0%,#0a7c58 100%);color:#fff;padding:58px 0 48px;position:relative;overflow:hidden}
.gp-page-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.07);left:-120px;top:-210px}
.gp-page-hero .container{position:relative;z-index:2}
.gp-page-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;margin-bottom:12px}
.gp-page-hero h1{margin:0 0 12px;font-size:clamp(34px,5vw,54px);line-height:1.15;color:#fff}
.gp-page-hero p{margin:0;max-width:780px;color:#eafff5;font-size:17px;line-height:1.8}
.gp-admin-shortcut{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:10px 16px;border-radius:10px;background:#fff;color:#075542;text-decoration:none;font-weight:900}
.gp-page-editable{background:#fff;border-bottom:1px solid #e3ece7}
.gp-page-editable .container{padding-top:22px;padding-bottom:22px}
.gp-page-editable .entry-content>:first-child{margin-top:0}.gp-page-editable .entry-content>:last-child{margin-bottom:0}
.gp-catalog-wrap{padding:28px 0 56px}
.gp-catalog-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 260px auto;gap:12px;align-items:center;background:#fff;padding:14px;border:1px solid #e0e9e4;border-radius:16px;box-shadow:0 8px 28px rgba(5,68,48,.06);margin-bottom:20px}
.gp-catalog-search{position:relative}.gp-catalog-search i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#7b9289}.gp-catalog-search input,.gp-catalog-toolbar select{width:100%;height:48px;border:1px solid #d8e3dd;border-radius:11px;background:#fff;padding:0 42px 0 14px;font-family:inherit;font-size:15px;color:#173c31;outline:0}.gp-catalog-toolbar select{padding:0 14px}.gp-catalog-search input:focus,.gp-catalog-toolbar select:focus{border-color:#0a7c58;box-shadow:0 0 0 3px rgba(10,124,88,.08)}
.gp-catalog-count{font-weight:900;color:#075542;white-space:nowrap;text-align:left}
.gp-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.gp-catalog-grid .prod-card{height:100%}
.gp-catalog-loading,.gp-catalog-empty{grid-column:1/-1;min-height:190px;border:1px dashed #cfe0d7;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;text-align:center;color:#60766d;padding:30px}
.gp-catalog-loading span{width:28px;height:28px;border:3px solid #d8e9e1;border-top-color:#087a58;border-radius:50%;animation:gpSpin .9s linear infinite}@keyframes gpSpin{to{transform:rotate(360deg)}}
.gp-catalog-empty i{font-size:34px;color:#0a7c58}.gp-catalog-empty strong{font-size:18px;color:#173c31}.gp-catalog-empty span{font-size:13px}
.gp-simple-product-card{background:#fff;border:1px solid #e0e8e4;border-radius:16px;padding:14px}.gp-simple-image{aspect-ratio:1/1;border-radius:12px;background:#f2f7f4;display:grid;place-items:center;overflow:hidden}.gp-simple-image img{width:100%;height:100%;object-fit:contain}.gp-simple-image i{font-size:42px;color:#8bb2a2}.gp-simple-product-card h3{font-size:16px;line-height:1.55;margin:12px 0 8px}.gp-simple-product-card strong{color:#075542;font-size:18px}
.gp-offers-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.gp-offers-head h2{margin:0;color:#075542;font-size:25px}.gp-offers-head span{font-weight:900;color:#0a7c58}
.gp-categories-wrap{padding:34px 0 60px}.gp-all-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.gp-category-tile{display:block;background:#fff;border:1px solid #dfe8e3;border-radius:17px;overflow:hidden;text-decoration:none;color:#173c31;box-shadow:0 5px 20px rgba(5,68,48,.04);transition:transform .2s,box-shadow .2s}.gp-category-tile:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(5,68,48,.09)}.gp-category-image{display:block;aspect-ratio:1.7/1;background:#eef6f2;overflow:hidden}.gp-category-image img{width:100%;height:100%;object-fit:cover;display:block}.gp-category-tile strong{display:block;padding:14px 16px 4px;font-size:18px;color:#075542}.gp-category-tile small{display:flex;align-items:center;gap:7px;padding:0 16px 15px;color:#62776e;font-weight:700}
.gp-about-shell{background:#fff}.gp-about-shell>.entry-content{margin:0}.gp-about-contact{background:#edf8f3;padding:36px 0}.gp-about-contact-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr);gap:16px;align-items:stretch}.gp-about-contact-card{background:#fff;border:1px solid #dce9e2;border-radius:15px;padding:20px;display:flex;align-items:center;gap:13px;text-decoration:none;color:#173c31}.gp-about-contact-card i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e7f6ef;color:#087a58;font-size:20px}.gp-about-contact-card span{display:flex;flex-direction:column}.gp-about-contact-card strong{color:#075542;font-size:15px}.gp-about-contact-card small{margin-top:4px;color:#657b72;line-height:1.6}
.gp-blog-list{display:grid;gap:18px}.gp-blog-list-card{display:grid;grid-template-columns:220px 1fr;gap:20px;background:#fff;border:1px solid #e0e9e4;border-radius:18px;padding:16px;box-shadow:0 7px 24px rgba(5,68,48,.05)}.gp-blog-thumb{display:block;border-radius:13px;overflow:hidden;aspect-ratio:1.45/1;background:#eef6f2}.gp-blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gp-blog-date{font-size:12px;color:#789087;font-weight:700}.gp-blog-list-card h2{font-size:22px;line-height:1.45;margin:6px 0 8px}.gp-blog-list-card h2 a{color:#075542;text-decoration:none}.gp-blog-list-card p{margin:0 0 12px;line-height:1.8;color:#60766d}.gp-blog-read{color:#087a58;text-decoration:none;font-weight:900}.gp-floating-help{position:fixed;left:18px;bottom:18px;z-index:80;display:flex;flex-direction:column;gap:10px}.gp-floating-help a{height:48px;border-radius:24px;padding:0 16px;display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.15)}.gp-floating-whatsapp{background:#1fa855;color:#fff}.gp-floating-ai{background:#075542;color:#fff}
@media(max-width:1100px){.gp-catalog-grid,.gp-all-categories{grid-template-columns:repeat(3,1fr)}.gp-about-contact-grid{grid-template-columns:1fr 1fr}.gp-about-contact-grid>:first-child{grid-column:1/-1}}
@media(max-width:760px){.gp-page-hero{padding:38px 0 34px}.gp-page-hero p{font-size:15px}.gp-catalog-toolbar{grid-template-columns:1fr}.gp-catalog-count{text-align:right}.gp-catalog-grid,.gp-all-categories{grid-template-columns:repeat(2,1fr);gap:11px}.gp-blog-list-card{grid-template-columns:1fr}.gp-blog-thumb{aspect-ratio:1.8/1}.gp-blog-list-card h2{font-size:18px}.gp-about-contact-grid{grid-template-columns:1fr}.gp-about-contact-grid>:first-child{grid-column:auto}.gp-floating-help{left:10px;bottom:10px}.gp-floating-help a span{display:none}.gp-floating-help a{width:48px;padding:0;justify-content:center}}
@media(max-width:430px){.gp-catalog-grid{grid-template-columns:1fr 1fr}.gp-all-categories{grid-template-columns:1fr 1fr}.gp-category-tile strong{font-size:15px;padding:10px 10px 2px}.gp-category-tile small{padding:0 10px 10px;font-size:11px}}
.gp-product-detail-page{background:#f7faf8}.gp-product-detail-shell{padding:42px 0}.gp-product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;align-items:start}.gp-product-media,.gp-product-info{background:#fff;border:1px solid #e0e9e4;border-radius:22px;box-shadow:0 10px 34px rgba(5,68,48,.06)}.gp-product-media{position:relative;padding:22px}.gp-product-main-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:16px;background:#f2f7f4}.gp-product-discount{position:absolute;top:34px;right:34px;z-index:2}.gp-product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.gp-product-gallery img{width:100%;aspect-ratio:1/1;object-fit:contain;border:1px solid #e0e9e4;border-radius:10px;background:#fff}.gp-product-info{padding:30px}.gp-product-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#71877e;margin-bottom:14px}.gp-product-breadcrumb a{color:#087a58;text-decoration:none;font-weight:800}.gp-product-info h1{margin:8px 0 8px;color:#075542;font-size:clamp(28px,4vw,42px);line-height:1.3}.gp-product-subtitle{color:#6b8077;margin:0 0 12px}.gp-product-categories{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.gp-product-categories a{padding:6px 10px;border-radius:999px;background:#eaf7f1;color:#087a58;text-decoration:none;font-size:12px;font-weight:800}.gp-product-price-row{display:flex;align-items:center;gap:12px;margin:18px 0}.gp-product-price-row .price-new{font-size:30px}.gp-product-stock{display:inline-flex;align-items:center;gap:7px;font-weight:900;font-size:13px;margin-bottom:16px}.gp-product-stock.is-in{color:#087a58}.gp-product-stock.is-out{color:#b42318}.gp-product-short-description{color:#536a60;line-height:1.9}.gp-product-add{min-width:220px;margin:14px 0 20px}.gp-product-meta-list{margin:0;border-top:1px solid #e7eee9;padding-top:12px}.gp-product-meta-list div{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.gp-product-meta-list dt{font-weight:900;color:#496158}.gp-product-meta-list dd{margin:0;color:#173c31}.gp-product-description-section{padding:0 0 54px}.gp-product-description-card{background:#fff;border:1px solid #e0e9e4;border-radius:20px;padding:28px;line-height:1.9}.gp-product-description-card h2{margin-top:0;color:#075542}@media(max-width:760px){.gp-product-detail-grid{grid-template-columns:1fr;gap:18px}.gp-product-detail-shell{padding:20px 0}.gp-product-info{padding:22px}.gp-product-gallery{grid-template-columns:repeat(4,1fr)}}
