
/*
Theme Name: PharmaTropics Exact WooCommerce Theme
Theme URI: https://pharmatropics.local
Author: PharmaTropics
Description: Exact clickable PharmaTropics theme with WooCommerce demo products, editable products and exact mockup-based product pages.
Version: 6.0
Text Domain: pharmatropics
Requires PHP: 7.4
*/
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#f7eddb;font-family:Arial,Helvetica,sans-serif;color:#143d2a}
a{text-decoration:none;color:inherit}
.pt-stage{width:100%;display:flex;justify-content:center;background:#f7eddb}
.pt-home-wrap{position:relative;width:min(100%,1200px);aspect-ratio:940/1024;background:url('assets/homepage-exact.png') top center/100% 100% no-repeat}
.pt-product-wrap{position:relative;width:min(100%,1200px);aspect-ratio:584/345;background:url('assets/product-seamoss-exact.png') top center/100% 100% no-repeat}
.pt-product-wrap.liver{aspect-ratio:584/327;background-image:url('assets/product-liver-exact.png')}
.pt-product-wrap.moringa{aspect-ratio:584/346;background-image:url('assets/product-moringa-exact.png')}
.hotspot{position:absolute;display:block;border:0;background:transparent}
.hotspot:hover{outline:2px solid rgba(200,155,67,.45);outline-offset:2px}
.home-shop{left:22%;top:27%;width:13%;height:3.7%}
.home-story{left:37%;top:27%;width:14%;height:3.7%}
.card-liver{left:6%;top:36%;width:28%;height:19%}
.card-seamoss{left:36%;top:36%;width:28%;height:19%}
.card-moringa{left:65%;top:36%;width:28%;height:19%}
.learn-1{left:7%;top:79%;width:25%;height:9%}
.learn-2{left:36%;top:79%;width:25%;height:9%}
.learn-3{left:64%;top:79%;width:27%;height:9%}
.news-email{left:47%;top:89.5%;width:24%;height:3%}
.nav-shop{left:36%;top:4.2%;width:5%;height:3%}
.nav-over{left:43%;top:4.2%;width:8%;height:3%}
.nav-learn{left:52%;top:4.2%;width:10%;height:3%}
.nav-contact{left:64%;top:4.2%;width:7%;height:3%}
.product-add-cart{left:58%;top:57%;width:30%;height:6%}
.product-thumb1{left:5%;top:86%;width:7%;height:9%}
.product-thumb2{left:14%;top:86%;width:7%;height:9%}
.product-thumb3{left:23%;top:86%;width:7%;height:9%}
.pt-admin-note{max-width:1200px;margin:18px auto;padding:14px 18px;background:#fff8eb;border:1px solid #d8bd85;color:#143d2a;font-size:14px;line-height:1.5}
.pt-admin-note strong{display:block;margin-bottom:6px}
.pt-woo-shop{max-width:1180px;margin:40px auto;padding:0 20px}
.pt-woo-shop .products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:24px}
.pt-woo-shop li.product{background:#fff8eb!important;border:1px solid #dfc89f!important;border-radius:8px!important;padding:18px!important;text-align:center!important;list-style:none!important}
.pt-woo-shop .button{background:#143d2a!important;color:#fff!important;border-radius:3px!important}
@media(max-width:700px){
  .pt-home-wrap{width:100%;aspect-ratio:940/1024}
  .pt-product-wrap{width:100%}
  .hotspot:hover{outline:0}
  .pt-woo-shop .products{grid-template-columns:1fr!important}
}
