:root{--teal:#087d76;--blue:#168ddd;--ink:#113b43;--paper:#f5f9f8;--line:#dce8e5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:#183b41;font:15px Arial,sans-serif}.wrap{max-width:1180px;margin:auto}.top{background:#fff;border-bottom:1px solid #e0e9e7}.top-in{height:48px;display:flex;align-items:center;gap:28px;font-size:14px}.top a{color:inherit;text-decoration:none}.account{margin-left:auto}.header{background:#fff}.header-in{min-height:140px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:26px}.logo{display:block;width:150px;height:120px}.logo img{width:100%;height:100%;object-fit:contain}.search{display:flex}.search input{height:52px;flex:1;border:1px solid #cbded9;border-radius:5px 0 0 5px;padding:0 16px;font-size:15px}.search button{border:0;background:var(--teal);color:white;font-weight:bold;padding:0 25px;border-radius:0 5px 5px 0;cursor:pointer}.cart{color:var(--ink);text-decoration:none;font-weight:bold;font-size:16px}.cart b{display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--blue);color:white;font-size:12px}.nav{background:var(--blue);position:sticky;top:0;z-index:10}.nav-in{display:flex}.nav a,.categories button{border:0;background:transparent;color:#fff;text-decoration:none;padding:18px 31px;font-weight:bold;font-size:15px;cursor:pointer}.categories{position:relative}.categories button{background:#147fc5}.category-menu{display:none;position:absolute;top:100%;left:0;width:270px;background:#fff;box-shadow:0 10px 20px #123b4233}.categories:hover .category-menu{display:block}.category-menu a{display:block;color:#173e45;padding:14px 18px;border-bottom:1px solid #e7edeb}.main{padding:25px 0 10px}.hero{min-height:355px;border-radius:18px;overflow:hidden;background:linear-gradient(115deg,#def3ee 0%,#d1ebe7 52%,#076c71 52%,#0b4d55 100%);display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.hero>div{padding:54px 60px}.eyebrow{color:var(--teal);font-weight:bold;letter-spacing:1.6px;font-size:12px}.hero h1,.page-head h1{font:clamp(38px,4.7vw,60px)/.98 Georgia,serif;color:#103d45;margin:14px 0 20px}.hero p{font-size:16px;line-height:1.6}.hero img{width:min(340px,85%);height:270px;object-fit:cover;border-radius:18px;transform:rotate(3deg);box-shadow:0 18px 30px #002c3366;justify-self:center}.cta,.add{display:inline-block;background:#f5a623;color:#143a42;border:0;border-radius:5px;padding:13px 20px;text-decoration:none;font-weight:bold}.features{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:26px 0}.features article{padding:20px 18px;border-right:1px solid var(--line);font-size:21px;display:flex;gap:12px;align-items:center}.features article:last-child{border:0}.features b{font-size:14px;display:block}.features small{display:block;color:#60807b;font-size:13px;margin-top:4px}.section{padding:15px 0 25px}.section-title{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #124650;margin-bottom:20px}.section-title h2{font:28px Georgia,serif;margin:0;padding-bottom:12px}.section-title a,.product-info a{color:var(--teal);font-weight:bold;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 5px 16px #0b33320d;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:0 12px 23px #0b333224}.product-image{height:215px;display:block;position:relative;background:#ebf5f3}.product-image img{width:100%;height:100%;object-fit:cover}.stock{position:absolute;top:12px;left:12px;padding:6px 10px;background:#effff4;color:#087a46;border-radius:20px;font-size:12px;font-weight:bold}.stock.out{background:#fff0f0;color:#c73333}.product-info{padding:16px}.product-info small{text-transform:uppercase;letter-spacing:.6px;color:#397384;font-weight:bold;font-size:11px}.product h3{font-size:17px;min-height:38px;margin:9px 0 16px}.product-bottom{border-top:1px solid #e3ece9;padding:15px 16px}.product-bottom strong{font:22px Georgia,serif;display:block;margin-bottom:12px}.product-bottom del{color:#87928f;display:block;margin-bottom:5px}.add{display:block;text-align:center;background:#14a3df;color:white}.disabled{background:#abb5b9}.page-head{padding:25px 0}.page-head h1{font-size:45px}.empty{background:#fff;border:1px dashed #c9dcda;border-radius:10px;padding:30px}.footer{margin-top:55px;background:#102f38;color:#d8e8e2}.footer-in{padding:40px 0;display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:35px}.footer img{width:95px;height:70px;object-fit:contain;background:white;border-radius:6px}.footer h3{color:#f5a623;margin:8px 0 15px}.footer a{display:block;color:#d8e8e2;text-decoration:none;margin:9px 0;font-size:14px}.footer p{font-size:14px;line-height:1.6}@media(max-width:850px){.wrap{margin-left:16px;margin-right:16px}.top-in{gap:12px;font-size:12px}.top-in span:nth-child(2){display:none}.header-in{grid-template-columns:85px 1fr auto;min-height:105px;gap:10px}.logo{width:80px;height:80px}.search button{padding:0 13px}.nav a{display:none}.nav a:first-of-type,.nav a:last-of-type{display:block;padding:15px 12px}.categories button{padding:15px 12px}.hero{grid-template-columns:1fr}.hero>div{padding:35px 28px}.hero img{height:170px;width:70%;margin:-20px auto 25px}.features{grid-template-columns:1fr 1fr}.features article:nth-child(2){border-right:0}.features article:nth-child(-n+2){border-bottom:1px solid var(--line)}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{height:155px}.product-info,.product-bottom{padding:12px}.footer-in{grid-template-columns:1fr}}
