/* thePetalBox — PrestaShop 1.7 theme stylesheet
 * Brand: teal #2FBFB8 / dark teal #1E5F5C / cream #F7F4EF / blush #F7D9D4 / coral #E89A8D
 * Fonts: Poppins (headlines), Inter (body)
 * NOTE: class names here mirror the HTML preview; the .tpl files reuse them. */

/* thePetalBox — shared site styles (playful tone) */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
  --teal:#2FBFB8;--teal-dark:#1E5F5C;--cream:#F7F4EF;--blush:#F7D9D4;--coral:#E89A8D;
  --ink:#25403E;--muted:#6E8583;--line:#e9efee;
  --radius:18px;--radius-sm:12px;--card:#fff;--page:#F7F4EF;--hero-bg:#EAF4F3;
  --shadow:0 10px 30px rgba(30,95,92,0.08);
}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--page);color:var(--ink);-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;}
img{display:block;max-width:100%;}a{text-decoration:none;color:inherit;}button{font-family:inherit;cursor:pointer;}
::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background:var(--cream);}::-webkit-scrollbar-thumb{background:#cfe3e1;border-radius:8px;}

/* page switcher */
#sw{position:fixed;top:0;left:0;right:0;height:44px;background:#12403d;display:flex;align-items:center;padding:0 16px;gap:4px;overflow-x:auto;z-index:9000;scrollbar-width:none;}
#sw::-webkit-scrollbar{display:none;}
#sw .lbl{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.4);font-weight:700;margin-right:8px;white-space:nowrap;flex-shrink:0;}
.sb{padding:5px 13px;background:transparent;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.6);font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border-radius:999px;white-space:nowrap;transition:all .2s;flex-shrink:0;}
.sb:hover{background:rgba(255,255,255,.1);color:#fff;}
.sb.on{background:var(--teal);color:#fff;border-color:var(--teal);}
.pg{display:none;padding-top:44px;}.pg.on{display:block;}

/* announce + nav */
.announce{background:var(--teal-dark);color:#fff;text-align:center;padding:9px 20px;font-size:12.5px;font-weight:500;}
.announce b{font-weight:600;}
.nav{position:sticky;top:44px;z-index:500;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:15px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.brand{display:flex;align-items:center;gap:9px;}
.logo-txt{font-family:'Poppins';font-size:21px;font-weight:700;color:var(--teal-dark);line-height:1;}
.logo-txt .the,.logo-txt .dot{font-weight:400;color:var(--muted);font-size:14px;}
.logo-txt .pb{color:var(--teal);}
.navlinks{display:flex;gap:28px;flex:1;justify-content:center;}
.navlinks a{font-size:14px;font-weight:500;color:var(--ink);opacity:.82;transition:all .2s;}
.navlinks a:hover,.navlinks a.on{color:var(--teal);opacity:1;}
.navicons{display:flex;align-items:center;gap:16px;}
.iconbtn{background:none;border:none;position:relative;color:var(--teal-dark);display:flex;}
.basket-badge{position:absolute;top:-6px;right:-7px;background:var(--coral);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.nav-cta{background:var(--teal);color:#fff;border:none;padding:10px 20px;border-radius:999px;font-size:13px;font-weight:600;transition:background .2s;}
.nav-cta:hover{background:var(--teal-dark);}

/* buttons */
.btn{border:none;border-radius:999px;font-weight:600;font-size:15px;padding:14px 28px;transition:all .2s;display:inline-flex;align-items:center;gap:8px;}
.btn-primary{background:var(--teal);color:#fff;}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px);}
.btn-ghost{background:transparent;color:var(--teal-dark);border:1.5px solid #cfe3e1;}.btn-ghost:hover{border-color:var(--teal);background:#fff;}
.btn-coral{background:var(--coral);color:#fff;}.btn-coral:hover{filter:brightness(.95);}
.btn-block{width:100%;justify-content:center;}

/* sections */
section.block{max-width:1240px;margin:0 auto;padding:60px 40px;}
.sec-head{text-align:center;margin-bottom:38px;}
.sec-eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-bottom:10px;}
.sec-title{font-size:36px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;}
.sec-sub{font-size:16px;color:var(--muted);margin-top:10px;max-width:520px;margin:10px auto 0;line-height:1.6;}
.eyebrow-l{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-bottom:10px;}

/* breadcrumb + page header */
.bc{max-width:1240px;margin:0 auto;padding:18px 40px;font-size:12.5px;color:var(--muted);}
.bc a:hover{color:var(--teal);}.bc span{margin:0 7px;opacity:.5;}
.phead{max-width:1240px;margin:0 auto;padding:20px 40px 8px;}
.phead h1{font-size:40px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;}
.phead p{font-size:16px;color:var(--muted);margin-top:8px;max-width:560px;line-height:1.6;}

/* product cards */
.pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.pcard{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;cursor:pointer;}
.pcard:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(30,95,92,.13);}
.pcard .pimg{position:relative;aspect-ratio:1/1;background:var(--cream);}
.pcard .pimg image-slot{width:100%;height:100%;}
.ptag{position:absolute;top:12px;left:12px;background:#fff;color:var(--teal-dark);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:999px;z-index:2;box-shadow:0 3px 10px rgba(30,95,92,.12);}
.ptag.coral{background:var(--coral);color:#fff;}
.pbody{padding:16px 18px 20px;display:flex;flex-direction:column;flex:1;}
.pname{font-family:'Poppins';font-size:17px;font-weight:600;color:var(--teal-dark);margin-bottom:3px;}
.pdesc{font-size:12.5px;color:var(--muted);margin-bottom:12px;line-height:1.4;}
.prow{display:flex;align-items:center;justify-content:space-between;margin-top:auto;}
.pprice{font-family:'Poppins';font-size:20px;font-weight:700;color:var(--ink);}
.pprice .was{font-size:13px;font-weight:500;color:var(--muted);text-decoration:line-through;margin-left:6px;}
.add{background:var(--teal);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;}
.add:hover{background:var(--teal-dark);transform:scale(1.08);}
.stars{display:flex;gap:2px;align-items:center;margin-bottom:8px;}.stars svg{color:#F4B740;}.stars span{font-size:11.5px;color:var(--muted);margin-left:5px;font-weight:500;}

/* forms */
.fl{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:6px;}
.ff{display:block;width:100%;padding:13px 15px;border:1.5px solid var(--line);background:#fff;border-radius:var(--radius-sm);font-family:inherit;font-size:14px;color:var(--ink);outline:none;transition:border-color .2s;margin-bottom:15px;}
.ff:focus{border-color:var(--teal);}
.fr{display:grid;grid-template-columns:1fr 1fr;gap:14px;}

/* summary box */
.sbox{background:#fff;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);position:sticky;top:120px;}
.stitle{font-family:'Poppins';font-size:18px;font-weight:600;color:var(--teal-dark);margin-bottom:18px;}
.srow{display:flex;justify-content:space-between;margin-bottom:11px;font-size:14px;color:var(--ink);}
.srow.tot{font-family:'Poppins';font-size:19px;font-weight:700;padding-top:14px;border-top:1px solid var(--line);margin-top:6px;color:var(--teal-dark);}

/* footer */
.foot{background:var(--teal-dark);color:#fff;margin-top:20px;}
.foot-top{max-width:1240px;margin:0 auto;padding:52px 40px 36px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;}
.foot .logo-txt{font-size:21px;color:#fff;margin-bottom:13px;}
.foot .logo-txt .the,.foot .logo-txt .dot{color:rgba(255,255,255,.6);}
.foot .logo-txt .pb{color:#8fdad6;}
.fabout{font-size:13.5px;color:rgba(255,255,255,.66);line-height:1.7;max-width:250px;margin-bottom:18px;}
.fsoc{display:flex;gap:10px;}
.fsoc a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .2s;}
.fsoc a:hover{background:var(--teal);}
.fcol h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#8fdad6;margin-bottom:15px;font-weight:600;font-family:'Inter';}
.fcol a{display:block;font-size:14px;color:rgba(255,255,255,.7);margin-bottom:9px;transition:color .2s;}
.fcol a:hover{color:#fff;}
.foot-bar{border-top:1px solid rgba(255,255,255,.12);}
.foot-bar-in{max-width:1240px;margin:0 auto;padding:18px 40px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:rgba(255,255,255,.5);flex-wrap:wrap;gap:10px;}
.foot-pay span{background:rgba(255,255,255,.1);border-radius:5px;padding:4px 8px;font-size:10px;font-weight:700;color:rgba(255,255,255,.75);margin-left:6px;}

/* chips / pills */
.chips{display:flex;gap:8px;flex-wrap:wrap;}
.chip{padding:8px 16px;border-radius:999px;border:1.5px solid var(--line);background:#fff;font-size:13px;font-weight:500;color:var(--ink);transition:all .2s;}
.chip:hover{border-color:var(--teal);}
.chip.on{background:var(--teal);color:#fff;border-color:var(--teal);}

@media(max-width:980px){
  .pgrid{grid-template-columns:repeat(2,1fr);}
  .navlinks{display:none;}
  .foot-top{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .pgrid{grid-template-columns:1fr;}
  .fr{grid-template-columns:1fr;}
  .foot-top{grid-template-columns:1fr;}
}


/* ===== HOME ===== */
.hero{padding:40px;}
.hero-inner{max-width:1240px;margin:0 auto;background:var(--hero-bg);border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:520px;}
.hero-copy{padding:60px 56px;display:flex;flex-direction:column;justify-content:center;}
.hero-pill{display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--teal-dark);font-size:12px;font-weight:600;padding:7px 14px;border-radius:999px;width:max-content;margin-bottom:22px;box-shadow:var(--shadow);}
.hero-pill .dotmark{width:7px;height:7px;border-radius:50%;background:var(--coral);}
.hero h1{font-size:58px;line-height:1.02;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;margin-bottom:18px;}
.hero h1 .swash{color:var(--teal);}
.hero .sub{font-size:17px;line-height:1.6;color:var(--muted);max-width:400px;margin-bottom:30px;}
.hero-ctas{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.hero-media{position:relative;}.hero-media image-slot{width:100%;height:100%;}
.price-badge{position:absolute;bottom:26px;right:26px;background:var(--teal-dark);color:#fff;width:104px;height:104px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(30,95,92,.3);z-index:3;}
.price-badge .from{font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.8;font-weight:600;}
.price-badge .amt{font-family:'Poppins';font-size:34px;font-weight:700;line-height:1;}
.hero-trust{max-width:1240px;margin:16px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.trust-item{background:var(--card);border-radius:var(--radius-sm);padding:16px 18px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow);}
.trust-item svg{color:var(--teal);flex-shrink:0;}
.trust-item .t{font-size:13px;font-weight:600;color:var(--ink);line-height:1.25;}
.trust-item .s{font-size:11.5px;color:var(--muted);margin-top:1px;}
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto;}
.tier{border-radius:var(--radius);padding:36px 34px;}
.tier.simple{background:#E4F3F1;}.tier.fuller{background:var(--blush);}
.tier .tier-icon{width:46px;height:46px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.tier.simple .tier-icon{color:var(--teal);}.tier.fuller .tier-icon{color:var(--coral);}
.tier .price{font-family:'Poppins';font-size:52px;font-weight:700;line-height:1;letter-spacing:-.02em;}
.tier.simple .price{color:var(--teal-dark);}.tier.fuller .price{color:var(--coral);}
.tier .tname{font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:10px 0 8px;color:var(--ink);}
.tier .tdesc{font-size:15px;color:var(--muted);line-height:1.55;margin-bottom:22px;}
.occ-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.occ{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/2;cursor:pointer;}
.occ image-slot{width:100%;height:100%;}
.occ .ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,95,92,.72),rgba(30,95,92,.05) 65%);pointer-events:none;z-index:2;}
.occ .olabel{position:absolute;left:20px;bottom:18px;z-index:3;pointer-events:none;}
.occ .olabel .on{font-family:'Poppins';font-size:20px;font-weight:600;color:#fff;}
.occ .olabel .op{font-size:12px;color:rgba(255,255,255,.85);margin-top:2px;}
.occ .obadge{position:absolute;top:14px;right:14px;z-index:3;background:#fff;color:var(--teal-dark);font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;pointer-events:none;}
.how{max-width:1240px;margin:0 auto;background:var(--teal-dark);color:#fff;border-radius:26px;padding:56px 48px;}
.how-head{text-align:center;margin-bottom:42px;}
.how-head .sec-eyebrow{color:#8fdad6;}
.how-head h2{font-size:34px;font-weight:700;letter-spacing:-.02em;}
.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.hstep{text-align:center;padding:0 12px;}
.hstep .hn{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:#fff;}
.hstep h3{font-size:18px;font-weight:600;margin-bottom:8px;}
.hstep p{font-size:14px;color:rgba(255,255,255,.72);line-height:1.6;max-width:240px;margin:0 auto;}
.lb{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;background:var(--card);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);}
.lb-media{position:relative;min-height:380px;}.lb-media image-slot{width:100%;height:100%;position:absolute;inset:0;}
.lb-copy{padding:48px 48px 48px 8px;}
.lb-copy h2{font-size:32px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;margin-bottom:16px;line-height:1.1;}
.lb-copy p{font-size:15.5px;color:var(--muted);line-height:1.7;margin-bottom:20px;max-width:420px;}
.lb-list{display:flex;flex-direction:column;gap:12px;margin-bottom:26px;}
.lb-list .li{display:flex;gap:11px;align-items:center;font-size:14.5px;color:var(--ink);font-weight:500;}
.lb-list .li svg{color:var(--teal);flex-shrink:0;}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.rev{background:var(--card);border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow);}
.rev .rtext{font-size:15px;line-height:1.65;color:var(--ink);margin:14px 0 18px;}
.rev .rauthor{font-size:12.5px;font-weight:600;color:var(--teal-dark);}.rev .rauthor span{color:var(--muted);font-weight:500;}
.news{max-width:1240px;margin:0 auto;background:var(--blush);border-radius:26px;padding:52px 48px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;}
.news h2{font-size:30px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;margin-bottom:12px;}
.news p{font-size:15px;color:#8a6f6a;line-height:1.6;max-width:380px;}
.news-form{display:flex;gap:10px;}
.news-form input{flex:1;padding:15px 18px;border:none;border-radius:999px;font-family:inherit;font-size:15px;color:var(--ink);outline:none;background:#fff;}
.news-form button{background:var(--teal-dark);color:#fff;border:none;padding:15px 26px;border-radius:999px;font-weight:600;font-size:14px;white-space:nowrap;}

/* ===== SHOP ===== */
.shop-layout{max-width:1240px;margin:0 auto;padding:24px 40px 64px;display:grid;grid-template-columns:230px 1fr;gap:36px;align-items:start;}
.filters{position:sticky;top:120px;}
.fgroup{margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--line);}
.fgroup h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:14px;}
.fopt{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:14px;color:var(--ink);cursor:pointer;}
.fopt input{accent-color:var(--teal);width:16px;height:16px;}
.shop-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;}
.shop-count{font-size:13px;color:var(--muted);}
.sortsel{padding:10px 14px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-family:inherit;font-size:13px;color:var(--ink);cursor:pointer;}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:44px;}
.pgbtn{width:42px;height:42px;border-radius:50%;border:1.5px solid var(--line);background:#fff;font-family:inherit;font-size:14px;color:var(--ink);transition:all .2s;}
.pgbtn.on,.pgbtn:hover{background:var(--teal);color:#fff;border-color:var(--teal);}

/* ===== PRODUCT ===== */
.prod-layout{max-width:1180px;margin:0 auto;padding:24px 40px 64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.gallery{position:sticky;top:120px;}
.gmain{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:var(--cream);margin-bottom:12px;position:relative;}
.gmain image-slot{width:100%;height:100%;}
.gthumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.gthumb{aspect-ratio:1/1;border-radius:var(--radius-sm);overflow:hidden;background:var(--cream);border:2px solid transparent;cursor:pointer;}
.gthumb.on{border-color:var(--teal);}
.gthumb image-slot{width:100%;height:100%;pointer-events:none;}
.prod-info h1{font-size:34px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;margin-bottom:6px;}
.prod-info .pmeta{font-size:14px;color:var(--muted);margin-bottom:16px;}
.prod-price-lg{font-family:'Poppins';font-size:34px;font-weight:700;color:var(--ink);margin-bottom:20px;}
.prod-price-lg .was{font-size:20px;color:var(--muted);text-decoration:line-through;margin-left:8px;font-weight:500;}
.opt-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:10px;}
.size-opts{display:flex;gap:10px;margin-bottom:22px;}
.size-opt{flex:1;border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:14px;text-align:center;cursor:pointer;transition:all .2s;background:#fff;}
.size-opt.on{border-color:var(--teal);background:#E4F3F1;}
.size-opt .son{font-family:'Poppins';font-weight:600;color:var(--teal-dark);font-size:15px;}
.size-opt .sop{font-size:12px;color:var(--muted);margin-top:2px;}
.qty{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:999px;width:max-content;overflow:hidden;margin-bottom:20px;}
.qty button{width:42px;height:44px;border:none;background:#fff;font-size:18px;color:var(--teal-dark);}
.qty input{width:48px;height:44px;border:none;text-align:center;font-family:inherit;font-size:15px;color:var(--ink);outline:none;}
.prod-feats{margin-top:26px;padding-top:24px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px;}
.prod-feats .pf{display:flex;gap:11px;align-items:center;font-size:14px;color:var(--ink);}
.prod-feats .pf svg{color:var(--teal);flex-shrink:0;}
.acc{margin-top:24px;}
.acc-item{border-top:1px solid var(--line);}
.acc-t{width:100%;padding:16px 0;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-family:'Poppins';font-size:15px;font-weight:600;color:var(--teal-dark);text-align:left;}
.acc-b{padding:0 0 16px;font-size:14px;color:var(--muted);line-height:1.7;display:none;}
.acc-item.open .acc-b{display:block;}

/* ===== CART ===== */
.cart-layout{max-width:1180px;margin:0 auto;padding:24px 40px 64px;display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start;}
.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);}
.cart-item .ci-img{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:var(--cream);}
.cart-item .ci-img image-slot{width:100%;height:100%;}
.ci-name{font-family:'Poppins';font-size:16px;font-weight:600;color:var(--teal-dark);margin-bottom:3px;}
.ci-meta{font-size:12.5px;color:var(--muted);margin-bottom:10px;}
.ci-remove{font-size:12px;color:var(--muted);background:none;border:none;text-decoration:underline;}

/* ===== CHECKOUT ===== */
.co-layout{max-width:1180px;margin:0 auto;padding:24px 40px 64px;display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start;}
.co-step{background:#fff;border-radius:var(--radius);padding:28px 26px;box-shadow:var(--shadow);margin-bottom:18px;}
.co-step h3{font-family:'Poppins';font-size:18px;font-weight:600;color:var(--teal-dark);margin-bottom:18px;display:flex;align-items:center;gap:10px;}
.co-step h3 .n{width:26px;height:26px;border-radius:50%;background:var(--teal);color:#fff;font-size:13px;display:flex;align-items:center;justify-content:center;}
.deliv-opt{display:flex;align-items:center;gap:14px;padding:15px 16px;border:1.5px solid var(--line);border-radius:var(--radius-sm);margin-bottom:10px;cursor:pointer;}
.deliv-opt.on{border-color:var(--teal);background:#E4F3F1;}
.deliv-opt input{accent-color:var(--teal);}

/* ===== CMS / text pages ===== */
.cms{max-width:820px;margin:0 auto;padding:24px 40px 64px;}
.cms h2{font-size:26px;font-weight:700;color:var(--teal-dark);letter-spacing:-.01em;margin:36px 0 14px;}
.cms h2:first-child{margin-top:0;}
.cms p{font-size:16px;line-height:1.8;color:var(--ink);opacity:.85;margin-bottom:16px;}
.cms ul{margin:0 0 16px 20px;}.cms li{font-size:16px;line-height:1.8;color:var(--ink);opacity:.85;margin-bottom:6px;}
.cms-hero{max-width:1240px;margin:0 auto;padding:20px 40px;}
.cms-hero .band{background:var(--hero-bg);border-radius:26px;padding:56px;text-align:center;}
.cms-hero h1{font-size:44px;font-weight:700;color:var(--teal-dark);letter-spacing:-.02em;margin-bottom:12px;}
.cms-hero p{font-size:17px;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.6;}
.val-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.val{background:#fff;border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow);}
.val .vi{width:48px;height:48px;border-radius:12px;background:#E4F3F1;color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.val h3{font-size:18px;font-weight:600;color:var(--teal-dark);margin-bottom:8px;}
.val p{font-size:14px;color:var(--muted);line-height:1.6;}

/* FAQ */
.faq{max-width:820px;margin:0 auto;padding:24px 40px 64px;}
.faq-cat{font-family:'Poppins';font-size:20px;font-weight:600;color:var(--teal-dark);margin:32px 0 12px;}
.faq-item{background:#fff;border-radius:var(--radius-sm);margin-bottom:10px;box-shadow:var(--shadow);overflow:hidden;}
.faq-q{width:100%;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:15px;font-weight:600;color:var(--ink);text-align:left;font-family:'Inter';}
.faq-a{padding:0 22px 18px;font-size:14.5px;color:var(--muted);line-height:1.7;display:none;}
.faq-item.open .faq-a{display:block;}

/* contact */
.contact-layout{max-width:1080px;margin:0 auto;padding:24px 40px 64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.cinfo{background:#E4F3F1;border-radius:var(--radius);padding:30px 28px;margin-bottom:16px;}
.cinfo h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:6px;}
.cinfo p{font-size:15px;color:var(--ink);line-height:1.6;}

@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr;}.hero-media{min-height:340px;}
  .hero-trust{grid-template-columns:1fr 1fr;}
  .occ-grid,.rev-grid,.how-steps,.val-grid{grid-template-columns:1fr 1fr;}
  .lb{grid-template-columns:1fr;}.lb-media{min-height:300px;}.lb-copy{padding:36px;}
  .news{grid-template-columns:1fr;}
  .shop-layout,.prod-layout,.cart-layout,.co-layout,.contact-layout{grid-template-columns:1fr;}
  .filters{position:static;}
}
@media(max-width:600px){
  .hero h1{font-size:42px;}.tiers{grid-template-columns:1fr;}
  .occ-grid,.rev-grid,.how-steps,.val-grid{grid-template-columns:1fr;}
}

/* PRS032 integration layer — loaded after the existing commercial theme. */
#header{background:#fff;box-shadow:none;position:relative;z-index:1000}#header .announce{height:auto;min-height:34px}.pb-announce-inner{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px}.pb-announce-hooks{display:flex;align-items:center;gap:12px}.pb-announce-hooks:empty{display:none}.pb-logo{display:block;max-width:190px;max-height:54px;width:auto;height:auto}.navlinks #_desktop_top_menu,.navlinks .top-menu{width:auto}.navlinks .top-menu[data-depth="0"]{display:flex;align-items:center;gap:22px;margin:0}.navlinks .top-menu[data-depth="0"]>li{float:none}.navlinks .top-menu[data-depth="0"]>li>a{padding:12px 0;font-size:14px;color:var(--ink)}.navicons{gap:12px}.navicons>div,.navicons .header-nav{display:flex;align-items:center}.pb-menu-toggle{display:none}.pb-mobile-slots{display:none}#index #top_home,#index #bottom_home{display:none!important}#index #wrapper{padding:0;background:var(--off)}#index #wrapper>.container{width:100%;max-width:none;padding:0}#index #wrapper>.container>.row{margin:0}#index #content-wrapper{padding:0;width:100%;max-width:none;flex:0 0 100%}.pb-hero-placeholder{width:100%;height:100%;min-height:420px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7d9d4,#e4f3f1);color:var(--teal-dark);font-family:'Poppins';font-weight:600}.pb-live-products #ishiproductsblock,.pb-live-products .featured-products{max-width:1240px;margin:auto}.pb-view-all{text-align:center;margin-top:36px}#footer{padding:0;background:var(--teal-dark)}#footer .foot{color:#fff}#footer .block_newsletter,#footer .block_newsletter .container{width:auto;max-width:100%;padding:0}.pb-footer-modules{min-width:240px}.pb-footer-modules .block-contact,.pb-footer-modules .block_newsletter{color:#fff}.page-cms.card,.page-contact.card{border:0;background:transparent;box-shadow:none}.page-contact .card{box-shadow:none}.pb-contact-form .contact-form{box-shadow:none;padding:0}.pb-contact-form .form-control{border:1px solid var(--line);border-radius:10px;padding:12px}.pb-contact-form .btn-primary{background:var(--teal);border-color:var(--teal)}
@media(max-width:980px){.pb-announce-hooks{display:none}.nav{flex-wrap:wrap}.pb-menu-toggle{display:flex}.navlinks{display:none;order:4;width:100%;padding:12px 0}.navlinks.open{display:block}.navlinks .top-menu[data-depth="0"]{display:block}.navlinks .top-menu[data-depth="0"]>li{display:block}.navicons{margin-left:auto}.navicons .nav-cta{display:none}.foot-top{grid-template-columns:1fr 1fr}.pb-footer-brand,.pb-footer-modules{grid-column:1/-1}}
@media(max-width:600px){.pb-announce-inner{justify-content:center;text-align:center}.nav{padding:12px 16px}.pb-logo{max-width:145px}.navicons{display:none}.foot-top{grid-template-columns:1fr}.pb-footer-brand,.pb-footer-modules{grid-column:auto}}
.pb-hero-image{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}
body:not(#index) #wrapper{background:var(--off);padding-top:24px;padding-bottom:48px}body:not(#index) #content-wrapper>.card,body:not(#index) .page-content.card{border:0;border-radius:var(--radius);box-shadow:var(--shadow)}#products .product-miniature .product-container,.featured-products .product-miniature .product-container,.product-accessories .product-miniature .product-container{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}#products .product-miniature .product-container:hover,.featured-products .product-miniature .product-container:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}#products .product-price-and-shipping,.featured-products .product-price-and-shipping{color:var(--teal-dark);font-family:'Poppins';font-weight:700}.product-actions .add-to-cart,.cart-grid .btn-primary,#checkout .btn-primary,.contact-form .btn-primary{background:var(--teal);border-color:var(--teal);border-radius:999px}.product-actions .add-to-cart:hover,.cart-grid .btn-primary:hover,#checkout .btn-primary:hover,.contact-form .btn-primary:hover{background:var(--teal-dark);border-color:var(--teal-dark)}#product .product-container{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}#product .product-prices .current-price{color:var(--teal-dark)}.tabs .nav-tabs .nav-link.active,.tabs .nav-tabs .nav-link:hover{background:var(--teal);border-color:var(--teal);color:#fff}.breadcrumb{background:transparent}.breadcrumb li a{color:var(--muted)}

/* 1.0.2 footer, category sidebar and delivery-panel refinements. */
#footer .foot-top{grid-template-columns:1.25fr .75fr .85fr 1.15fr;gap:56px;align-items:start}#footer .pb-footer-brand{min-width:0}#footer .fcol{min-width:0}#footer .fcol h4{margin:0 0 18px;color:#fff}#footer .fcol a{display:block;margin:0 0 11px;color:rgba(255,255,255,.72);overflow-wrap:anywhere}#footer .fcol a:hover{color:#fff}.pb-secure-label{margin:20px 0 10px;color:rgba(255,255,255,.66);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.pb-payment-row{display:flex;flex-wrap:wrap;gap:7px}.pb-payment-row span{padding:6px 8px;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:rgba(255,255,255,.08);color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em}.foot-bar-in a{color:rgba(255,255,255,.72)}#category #left-column .category-block-container,#category #left-column .pb-new-products-block{display:none!important}#category #left-column>*:first-child{margin-top:0}#ishileftbanners .image-container a.pb-delivery-panel{display:block;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(30,95,92,.14)}#ishileftbanners .image-container a.pb-delivery-panel img{display:block;width:100%;height:auto;transition:transform .25s ease}#ishileftbanners .image-container a.pb-delivery-panel:hover img{transform:scale(1.015)}
@media(max-width:980px){#footer .foot-top{grid-template-columns:1fr 1fr;gap:34px}#footer .pb-footer-brand{grid-column:1/-1}}
@media(max-width:600px){#footer .foot-top{grid-template-columns:1fr;gap:28px}#footer .pb-footer-brand{grid-column:auto}.pb-payment-row{margin-bottom:8px}}

/* 1.0.3 brand-system and commerce refinements. */
html body,
body input,
body select,
body textarea,
body button{font-family:'Inter',Arial,sans-serif;color:var(--ink)}
body h1,body h2,body h3,body h4,body h5,body h6,
body .h1,body .h2,body .h3,body .h4,
body .product-title,body .product-price,body .price{font-family:'Poppins',Arial,sans-serif}
body h1,body h2,body h3,body .h1,body .h2,body .h3{letter-spacing:-.02em;text-transform:none}
body p,body li,body label,body .product-description{line-height:1.62}
body .btn,body button.btn,body a.btn{border-radius:999px;text-transform:none;letter-spacing:0;font-family:'Inter',Arial,sans-serif;font-weight:600;padding:12px 26px}
body .btn-primary{background:var(--teal);border-color:var(--teal);color:#fff}
body .btn-primary:hover,body .btn-primary:focus{background:var(--teal-dark);border-color:var(--teal-dark);color:#fff}
body .btn-ghost{background:#fff;border:1.5px solid #b9ddda;color:var(--teal-dark)}
body input.form-control,body select.form-control,body textarea.form-control,
body .form-control{border:1.5px solid var(--line);border-radius:12px;background:#fff;box-shadow:none;min-height:46px}
body .form-control:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,191,184,.14)}
.pb-module-eyebrow{margin:0 0 9px;color:var(--teal);font-size:11px;font-weight:700;letter-spacing:.17em;line-height:1.3;text-transform:uppercase}

/* Calm branded page band replaces the legacy flower photograph. */
body .breadcrumb-container{position:relative;overflow:hidden;padding:31px 15px;background:linear-gradient(120deg,#e6f4f2 0%,#f7f4ef 56%,#f7d9d4 135%);background-attachment:scroll;color:var(--teal-dark);border-bottom:1px solid var(--line)}
body .breadcrumb-container:before,body .breadcrumb-container:after{content:"";position:absolute;border:1.5px solid rgba(47,191,184,.18);border-radius:50%;pointer-events:none}
body .breadcrumb-container:before{width:150px;height:150px;right:8%;top:-105px;box-shadow:56px 38px 0 -1px rgba(247,217,212,.45)}
body .breadcrumb-container:after{width:92px;height:92px;left:7%;bottom:-68px}
body .breadcrumb-container .breadcrumb{position:relative;z-index:1;max-width:1240px}
body .breadcrumb-container .breadcrumb li,body .breadcrumb-container .breadcrumb li a{color:var(--teal-dark);font-size:13px;font-weight:500}
body .breadcrumb-container .breadcrumb li::after{content:"/";color:var(--muted)}

/* Homepage product tabs and replacement promise panel. */
#index .pb-live-products #ishiproductsblock{padding:0;background:transparent}
#ishiproductsblock .product-desc{text-align:center;margin-bottom:25px}
#ishiproductsblock .home-title{margin:0 0 20px;color:var(--teal-dark);font-size:32px;font-weight:700;text-transform:none}
#ishiproductsblock #ishiproductstab{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:auto;margin:0 auto;padding:6px;background:#e8f4f2;border:0;border-radius:999px}
#ishiproductsblock #ishiproductstab .nav-item{float:none;margin:0}
#ishiproductsblock #ishiproductstab .nav-link{display:block;padding:10px 22px;border:0;border-radius:999px;background:transparent;color:var(--teal-dark);font-size:13px;font-weight:600;text-transform:none;letter-spacing:0}
#ishiproductsblock #ishiproductstab .nav-link.active,#ishiproductsblock #ishiproductstab .nav-link:hover{background:var(--teal);color:#fff;box-shadow:0 5px 14px rgba(30,95,92,.12)}
#ishiproductsblock .product_content{float:none;width:100%;max-width:1240px;margin:0 auto;padding:0}
#ishiproductsblock .title-block{display:none}
#ishiproductsblock .owl-nav button,#ishiproductsblock .owl-nav>div{width:38px;height:38px;border:0;border-radius:50%;background:var(--teal);color:#fff;box-shadow:none}
#ishiproductsblock .owl-nav button:hover,#ishiproductsblock .owl-nav>div:hover{background:var(--teal-dark)}
#index .pb-live-products #ishispecialdeals{max-width:1240px;margin:54px auto 0}
.pb-home-promise{position:relative;min-height:310px;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border-radius:26px;background:linear-gradient(135deg,#e4f3f1,#f7f4ef);box-shadow:var(--shadow)}
.pb-home-promise-copy{position:relative;z-index:2;padding:52px 54px;align-self:center}
.pb-home-promise-copy h2{max-width:590px;margin:0 0 14px;color:var(--teal-dark);font-size:38px;line-height:1.08;font-weight:700}
.pb-home-promise-copy>p:not(.pb-module-eyebrow){max-width:560px;margin:0 0 25px;color:var(--muted);font-size:16px}
.pb-home-promise-art{position:relative;min-height:310px;background:linear-gradient(155deg,rgba(247,217,212,.7),rgba(255,255,255,.35))}
.pb-home-promise-art img{display:block;width:100%;height:100%;min-height:310px;object-fit:cover;object-position:center}
.pb-stem{position:absolute;bottom:-30px;width:4px;height:245px;background:var(--teal-dark);border-radius:999px;transform-origin:bottom}
.pb-stem:after{content:"";position:absolute;width:56px;height:28px;border:3px solid var(--teal-dark);border-left:0;border-bottom:0;border-radius:0 100% 0 100%;background:transparent}
.pb-stem-one{left:42%;transform:rotate(-16deg)}.pb-stem-one:after{left:2px;top:94px;transform:rotate(18deg)}
.pb-stem-two{left:64%;height:220px;transform:rotate(14deg)}.pb-stem-two:after{right:2px;top:78px;transform:scaleX(-1) rotate(22deg)}
.pb-bloom{position:absolute;width:94px;height:94px;border:18px solid rgba(232,154,141,.72);border-radius:50% 48% 52% 46%;box-shadow:0 0 0 16px rgba(247,217,212,.72);background:#fff7f3}
.pb-bloom:after{content:"";position:absolute;inset:19px;border-radius:50%;background:var(--coral)}
.pb-bloom-one{left:24%;top:48px;transform:rotate(18deg)}.pb-bloom-two{right:13%;top:80px;width:76px;height:76px;transform:rotate(-13deg)}.pb-bloom-three{right:38%;top:20px;width:60px;height:60px;border-width:13px;opacity:.78}

/* Product cards: one dependable image, consistent proportions and type. */
#products .product-thumbnail,.featured-products .product-thumbnail,#ishiproductsblock .product-thumbnail{display:block;position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--cream)}
#products .product-thumbnail>img:first-child,.featured-products .product-thumbnail>img:first-child,#ishiproductsblock .product-thumbnail>img:first-child{display:block!important;width:100%!important;height:100%!important;object-fit:cover;opacity:1!important;transform:none!important}
#products .product-img-extra,.featured-products .product-img-extra,#ishiproductsblock .product-img-extra{display:none!important}
#products .product-description,.featured-products .product-description,#ishiproductsblock .product-description{padding:17px 16px 19px;background:#fff;text-align:left}
#products .product-title,.featured-products .product-title,#ishiproductsblock .product-title{margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.3;text-transform:none}
#products .product-title a,.featured-products .product-title a,#ishiproductsblock .product-title a{color:var(--teal-dark)}

/* Category intro and useful native faceted filters. */
#category .pb-category-intro{overflow:hidden;margin-bottom:22px;padding:31px 34px;border:0;border-radius:18px;background:linear-gradient(120deg,#e4f3f1,#fff);box-shadow:var(--shadow)}
#category .pb-category-intro h1{margin:0;color:var(--teal-dark);font-size:36px;font-weight:700}
#category .pb-category-intro .block-category-inner{margin-top:10px}
#category .pb-category-intro #category-description{max-width:720px;color:var(--muted);font-size:15px}
#category .pb-category-intro .category-cover{display:none}
#category #left-column #search_filters{padding:24px 20px;border:0;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#category #search_filters .products-section-title{margin:0 0 19px;color:var(--teal-dark);font-size:20px;font-weight:700;text-transform:none}
#category #search_filters .facet{padding:17px 0;border-top:1px solid var(--line)}
#category #search_filters .facet-title{margin:0 0 12px;color:var(--teal-dark);font-family:'Poppins';font-size:14px;font-weight:600;text-transform:none}
#category #search_filters .facet li{margin:7px 0}
#category #search_filters .facet-label a{color:var(--ink);font-size:14px}
#category #search_filters .facet-label.active a,#category #search_filters .facet-label a:hover{color:var(--teal-dark)}
#category #search_filters .custom-checkbox input:checked+span,#category #search_filters .custom-radio input:checked+span{background:var(--teal);border-color:var(--teal)}
#category .products-selection{align-items:center;margin:0 0 22px;padding:14px 18px;border:0;border-radius:12px;background:#fff;box-shadow:var(--shadow)}
#category .products-selection p{margin:0;color:var(--muted);font-size:13px}
#category .products-selection .select-title{border:1.5px solid var(--line);border-radius:999px;background:#fff}

/* Product page: remove legacy columns/reviews and stabilise all imagery. */
#product #left-column{display:none!important}
#product #content-wrapper.left-column{float:none;width:100%;max-width:1240px;flex:0 0 100%;margin:0 auto;padding:0 20px}
#product #main>.pb-product-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;margin:0}
#product #main>.pb-product-main>.product-img,#product #main>.pb-product-main>.product-desc{float:none;width:auto;max-width:none;padding:0}
#product .page-content{margin:0;background:transparent}
#product .pb-product-gallery .product-cover{overflow:hidden;aspect-ratio:1/1;margin:0;border-radius:18px;background:var(--cream);box-shadow:var(--shadow)}
#product .pb-product-gallery .pb-product-cover-button{position:relative;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:transparent;cursor:zoom-in}
#product .pb-product-gallery .pb-product-cover-button:focus-visible{outline:3px solid var(--teal);outline-offset:-3px}
#product .pb-product-gallery .pb-product-zoom-hint{position:absolute;right:16px;bottom:16px;display:flex;width:46px;height:46px;align-items:center;justify-content:center;color:var(--deep-teal);background:rgba(255,255,255,.92);border-radius:50%;box-shadow:0 5px 18px rgba(0,0,0,.16);pointer-events:none;transition:transform .2s ease,background .2s ease}
#product .pb-product-gallery .pb-product-cover-button:hover .pb-product-zoom-hint{background:#fff;transform:scale(1.06)}
#product .pb-product-gallery .product-cover img{display:block;width:100%!important;height:100%!important;object-fit:cover}
#product .pb-product-gallery .js-qv-mask.mask{width:100%;height:auto!important;margin-top:12px;overflow:visible}
#product .pb-product-gallery .product-images{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;transform:none!important}
#product .pb-product-gallery .thumb-container{float:none;width:82px;height:82px;margin:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:var(--cream)}
#product .pb-product-gallery .thumb-container:has(.selected){border-color:var(--teal)}
#product .pb-product-gallery .pb-product-thumb-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}
#product .pb-product-gallery .pb-product-thumb-button:focus-visible{outline:3px solid var(--teal);outline-offset:-3px}
#product .pb-product-gallery .thumb{display:block;width:100%!important;height:100%!important;object-fit:cover}
#product .scroll-box-arrows{display:none!important}
#product .product-desc>.product-title{margin:0 0 15px;color:var(--teal-dark);font-size:36px;font-weight:700;line-height:1.12}
#product .product-information{color:var(--ink);font-size:15px}
#product .product-information>.product-description{max-width:62ch;margin-bottom:22px;color:var(--ink);font-family:'Inter';font-size:15px;line-height:1.64}
#product .product-information>.product-description strong{color:var(--teal-dark);font-weight:600}
#product .product-comments,#product .bottom-review,#product #product-comments-list,#product #post-product-comment-modal,#product [class*="product-comment"]{display:none!important}
#product .pb-card-message{margin:22px 0}
#product .pb-card-message .card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#product .pb-card-message .card-title{margin:0 0 7px;color:var(--teal-dark);font-size:21px;font-weight:700;text-transform:none}
#product .pb-card-message-help{margin:0 0 18px;color:var(--muted);font-size:13px}
#product .pb-card-message ul{margin:0;padding:0;list-style:none}
#product .pb-card-message label{display:block;margin-bottom:7px;color:var(--teal-dark);font-size:13px;font-weight:600}
#product .pb-card-message .product-message{width:100%;min-height:112px;padding:14px 15px;border:1.5px solid var(--line);border-radius:12px;background:#fdfdfc;color:var(--ink);font-size:15px;resize:vertical}
#product .pb-card-message .product-message:focus{border-color:var(--teal);outline:0;box-shadow:0 0 0 3px rgba(47,191,184,.14)}
#product .pb-card-message small{margin:6px 0 14px;color:var(--muted);font-size:11px}
#product .pb-card-message .btn{float:none!important}
#product .product-prices .current-price span{color:var(--teal-dark);font-family:'Poppins';font-size:32px;font-weight:700}
#product .product-quantity{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
#product .product-quantity .qty{margin:0}
#product .product-quantity .add{flex:1;min-width:220px}
#product .product-quantity .add-to-cart{width:100%;min-height:48px}
#product #main>.product-block-information{display:block!important;width:100%;margin:38px 0 0!important}
#product .product-details{float:none;width:100%;padding:0}
#product .tabs{overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#product .tabs .nav-tabs{display:flex;gap:8px;padding:13px;border:0;background:#e8f4f2}
#product .tabs .nav-link{border:0!important;border-radius:999px;padding:10px 18px;color:var(--teal-dark);font-size:13px;font-weight:600;text-transform:none}
#product .tabs .tab-content{padding:25px 28px;color:var(--ink)}
#product .pb-product-upsell,#product .pb-category-upsell{float:none;width:100%;margin-top:52px;padding:0;text-align:center}
#product .pb-product-upsell .home-title,#product .pb-category-upsell h2{margin:0;color:var(--teal-dark);font-size:31px;font-weight:700;text-transform:none}
#product .pb-upsell-intro{max-width:590px;margin:10px auto 24px;color:var(--muted);font-size:14px}

/* Basket layout mirrors the reference template while preserving cart actions. */
#cart #wrapper,#checkout #wrapper{padding-top:30px;background:var(--page)}
.pb-commerce-heading{max-width:760px;margin:0 0 28px}
.pb-commerce-heading h1{margin:0 0 8px;color:var(--teal-dark);font-size:38px;font-weight:700;line-height:1.15}
.pb-commerce-heading>p:not(.pb-module-eyebrow){margin:0;color:var(--muted);font-size:15px}
#cart .pb-cart-page{max-width:1180px;margin:0 auto}
#cart .cart-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;margin:0;align-items:start}
#cart .cart-grid>.cart-grid-body,#cart .cart-grid>.cart-grid-right{float:none;width:auto;max-width:none;padding:0}
#cart .cart-container,#cart .cart-summary{overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#cart .cart-container>.card-block{padding:22px 26px}
#cart .cart-container>.card-block h2{margin:0;color:var(--teal-dark);font-size:22px;font-weight:700}
#cart .cart-overview{padding:0 26px}
#cart .cart-items{margin:0;padding:0;list-style:none}
#cart .cart-items>.cart-item{display:block;margin:0;padding:0;border:0}
#cart .pb-cart-line{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:20px;align-items:center;margin:0;padding:23px 0;border-bottom:1px solid var(--line)}
#cart .pb-cart-line:last-child{border-bottom:0}
#cart .pb-cart-line-image{width:112px;height:112px;overflow:hidden;border-radius:12px;background:var(--cream)}
#cart .pb-cart-line-image img{display:block;width:100%;height:100%;object-fit:cover}
#cart .pb-cart-product-name{display:block;margin:0 0 6px;color:var(--teal-dark);font-family:'Poppins';font-size:17px;font-weight:600;line-height:1.3}
#cart .pb-cart-meta{color:var(--muted);font-size:12px}
#cart .pb-cart-message{display:flex;flex-direction:column;gap:2px;margin-top:9px;padding:9px 11px;border-radius:9px;background:#f7f4ef;color:var(--muted);font-size:12px}
#cart .pb-cart-message strong{color:var(--teal-dark)}
#cart .pb-cart-line-actions{display:grid;grid-template-columns:auto auto;gap:10px 18px;align-items:center;min-width:190px;text-align:right}
#cart .pb-cart-quantity{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}
#cart .pb-cart-quantity input{width:64px;height:42px;padding:0 8px;border:1.5px solid var(--line);border-radius:999px;text-align:center}
#cart .pb-cart-line-total{color:var(--teal-dark);font-family:'Poppins';font-size:19px;font-weight:700}
#cart .pb-remove-item{grid-column:1/-1;justify-self:end;color:var(--muted);font-size:12px;text-decoration:underline}
#cart .cart-summary{padding:25px}
#cart .cart-summary .cart-detailed-totals,#cart .cart-summary .card-block{padding:0}
#cart .checkout .btn{width:100%;padding:15px}
#cart .cart-grid-body>.btn{margin-top:18px}

/* Checkout steps: clear cards, compact fields and a sticky summary. */
#checkout #wrapper>.container{max-width:1180px}
#checkout .pb-checkout-heading{margin-bottom:30px}
#checkout .pb-checkout-page>.row{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;margin:0;align-items:start}
#checkout .pb-checkout-page>.row>.cart-grid-body,#checkout .pb-checkout-page>.row>.cart-grid-right{float:none;width:auto;max-width:none;padding:0}
#checkout .checkout-step{overflow:hidden;margin:0 0 15px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#checkout .checkout-step .step-title{margin:0;padding:20px 22px;border:0;background:#fff;color:var(--teal-dark);font-size:18px;font-weight:600;text-transform:none}
#checkout .checkout-step.-current .step-title{background:#e8f4f2}
#checkout .checkout-step .step-number{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-right:9px;border-radius:50%;background:var(--teal);color:#fff;font-size:13px}
#checkout .checkout-step .content{padding:24px 28px}
#checkout .checkout-step .form-group{margin-bottom:16px}
#checkout .checkout-step label{color:var(--ink);font-size:13px;font-weight:500}
#checkout .checkout-step .form-control-comment{color:var(--muted);font-size:11px}
#checkout .checkout-step .nav-inline{display:flex;overflow:hidden;margin-bottom:22px;border:1px solid var(--line);border-radius:999px;background:#f7f4ef}
#checkout .checkout-step .nav-inline .nav-item{flex:1;margin:0;text-align:center}
#checkout .checkout-step .nav-inline .nav-link{display:block;padding:11px;border:0;border-radius:999px;color:var(--muted);font-size:13px}
#checkout .checkout-step .nav-inline .nav-link.active{background:var(--teal);color:#fff}
#checkout .pb-checkout-summary-column{position:sticky;top:110px}
#checkout #js-checkout-summary{overflow:hidden;border:0;border-radius:18px;background:#fff;box-shadow:var(--shadow)}
#checkout #js-checkout-summary>.card-block{padding:25px}
#checkout #js-checkout-summary .cart-summary-products p{margin-bottom:10px}
#checkout #js-checkout-summary .cart-summary-products a{color:var(--teal-dark);font-weight:600}
#checkout #js-checkout-summary .cart-summary-subtotals-container,#checkout #js-checkout-summary .cart-summary-totals{padding:0 25px 20px}

/* CMS content supplied with the release uses the same readable system. */
.page-cms{max-width:900px;margin:0 auto;padding:40px!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--shadow)!important}
.page-cms h2{margin:32px 0 12px;color:var(--teal-dark);font-size:28px;font-weight:700}
.page-cms h2:first-child{margin-top:0}
.page-cms p,.page-cms li{color:var(--ink);font-size:15px;line-height:1.72}

@media(max-width:991px){
  body .breadcrumb-container{padding:24px 15px;background:linear-gradient(120deg,#e6f4f2,#f7f4ef);color:var(--teal-dark)}
  #index .pb-live-products #ishispecialdeals{margin-top:40px}
  .pb-home-promise{grid-template-columns:1fr}.pb-home-promise-art{min-height:230px}
  #product #main>.pb-product-main,#cart .cart-grid,#checkout .pb-checkout-page>.row{grid-template-columns:1fr;gap:27px}
  #product #content-wrapper.left-column{padding:0 15px}
  #checkout .pb-checkout-summary-column{position:static}
}

/* 1.0.4 product copy, CMS/help and compact header/footer flow. */
#header .announce{padding:0;background:var(--teal-dark)}
#header .pb-announce-inner{min-height:46px;justify-content:center;gap:0;padding:0 22px;color:#fff}
#header .pb-announce-item{display:flex;align-items:center;justify-content:center;min-height:22px;padding:0 26px;border-right:1px solid rgba(255,255,255,.2);color:#fff;font-size:12px;line-height:1.35;text-align:center}
#header .pb-announce-item:last-child{border-right:0}
#header .pb-announce-item:hover{color:#fff}

#product .product-information>.product-description{margin-bottom:20px}
#product .tax-shipping-delivery-label,#product .tax-shipping-delivery-label *{font-family:'Inter',Arial,sans-serif!important}
#product .tax-shipping-delivery-label{max-width:64ch;color:var(--ink)}
#product .pb-product-copy{display:flex;flex-direction:column;gap:13px}
#product .pb-product-copy p,#product .pb-product-copy ul,#product .pb-product-copy h2{margin:0}
#product .pb-product-intro{color:var(--ink);font-size:15px;line-height:1.67}
#product .pb-product-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;list-style:none}
#product .pb-product-benefits li{position:relative;padding:11px 10px 11px 31px;border-radius:11px;background:#e8f4f2;color:var(--teal-dark);font-size:11.5px;font-weight:600;line-height:1.35}
#product .pb-product-benefits li:before{content:'✓';position:absolute;left:11px;top:10px;color:var(--teal);font-weight:700}
#product .pb-product-note{width:max-content;max-width:100%;padding:7px 12px;border-radius:999px;background:var(--blush);color:#79554f;font-size:12px;font-weight:600}
#product .pb-box-title{padding-top:4px;color:var(--teal-dark);font-size:18px;font-weight:700;line-height:1.25}
#product .pb-box-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;list-style:none}
#product .pb-box-list li{position:relative;padding-left:14px;color:var(--ink);font-size:12.5px;line-height:1.4}
#product .pb-box-list li:before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--teal)}
#product .pb-freshness-note{padding:13px 15px;border-left:3px solid var(--teal);border-radius:0 10px 10px 0;background:#f7f4ef;color:var(--muted);font-size:12.5px;line-height:1.55}
#product .pb-card-message{margin:20px 0 16px}
#product .pb-card-message .card{box-shadow:0 7px 22px rgba(30,95,92,.07)}
#product .product-additional-info{display:flex;align-items:flex-start;flex-wrap:wrap;gap:18px 30px;margin-top:12px;padding:18px 0 0;border-top:1px solid var(--line)}
#product .product-additional-info>*{margin:0!important}
#product #main>.product-block-information>.product-details{float:none;width:100%;max-width:none;padding:0}
#product #main>.product-block-information .tabs{width:100%;max-width:none}

.page-cms{max-width:1100px}
.page-cms .cms-hero{max-width:none;margin:0;padding:0 0 38px}
.page-cms .cms-hero .band{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:42px 36px}
.page-cms .cms-hero .sec-eyebrow{margin:0;color:var(--teal);font-size:11px;line-height:1.2}
.page-cms .cms-hero h1{margin:0;color:var(--teal-dark);font-size:42px;line-height:1.1}
.page-cms .cms-hero .band>p:last-child{margin:0;max-width:620px;color:var(--muted);font-size:16px;line-height:1.5}
.page-cms .cms{max-width:none;margin:0;padding:0}
.page-cms .cms>.how-steps{gap:14px;margin:8px 0 32px}
.page-cms .cms>.how-steps .hstep{padding:24px 18px;border:1px solid var(--line);border-radius:14px;background:#fdfdfc;text-align:left}
.page-cms .cms>.how-steps .hstep .hn{margin:0 0 15px;background:#e8f4f2;border-color:#c8e7e4;color:var(--teal-dark)}
.page-cms .cms>.how-steps .hstep p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.55;text-align:left}
.page-cms .cms>.how-steps .hstep h3{text-align:left}
.page-cms .faq{max-width:none;padding:0 0 20px}

#footer .foot-top{max-width:1160px;padding-left:28px;padding-right:28px;gap:48px}
#footer .fcol,#footer .pb-footer-brand{text-align:left}
#footer .fcol h4{white-space:nowrap}

@media(max-width:900px){
  #header .pb-announce-inner{justify-content:center}
  #header .pb-announce-item{padding:0 13px}
  #product .pb-product-benefits{grid-template-columns:1fr}
  .page-cms .cms>.how-steps{grid-template-columns:1fr}
}
@media(max-width:600px){
  #header .pb-announce-inner{min-height:42px;padding:6px 12px}
  #header .pb-announce-item{display:none;border:0}
  #header .pb-announce-item:first-child{display:flex;padding:0}
  #product .pb-box-list{grid-template-columns:1fr}
  .page-cms .cms-hero .band{min-height:170px;padding:32px 20px}
  .page-cms .cms-hero h1{font-size:32px}
}
@media(max-width:600px){
  #ishiproductsblock #ishiproductstab{display:flex;width:100%;border-radius:18px}
  #ishiproductsblock #ishiproductstab .nav-item{flex:1;min-width:30%}
  #ishiproductsblock #ishiproductstab .nav-link{padding:10px 9px;font-size:12px;text-align:center}
  .pb-home-promise-copy{padding:36px 26px}.pb-home-promise-copy h2{font-size:30px}
  #product .product-desc>.product-title,.pb-commerce-heading h1{font-size:30px}
  #product .pb-product-gallery .thumb-container{width:66px;height:66px}
  #cart .pb-cart-line{grid-template-columns:88px 1fr;gap:15px}
  #cart .pb-cart-line-image{width:88px;height:88px}
  #cart .pb-cart-line-actions{grid-column:1/-1;display:flex;justify-content:space-between;min-width:0;text-align:left}
  #cart .pb-remove-item{grid-column:auto;justify-self:auto}
  #checkout .checkout-step .content{padding:20px 18px}
  .page-cms{padding:28px 22px!important}
}

/* 1.0.5 mobile navigation, photographic promise panel and compact page forms. */
.pb-mobile-menu{display:none}

#product .pb-card-message{margin:12px 0 14px}
#product .pb-card-message .card{padding:12px 14px;border-radius:14px;box-shadow:0 5px 16px rgba(30,95,92,.06)}
#product .pb-card-message .product-customization-item{margin:0}
#product .pb-card-message .product-message{display:block;min-height:68px;height:68px;padding:11px 13px;border-radius:10px;line-height:1.45;resize:vertical}
#product .pb-card-message .pb-card-message-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
#product .pb-card-message .pb-card-message-actions small{float:none!important;margin:0;color:var(--muted)}
#product .pb-card-message .pb-card-message-actions .btn{min-height:34px;padding:7px 15px;border-radius:999px;font-size:11px}
#product .pb-card-message .customization-message{margin:8px 0 0;font-size:11px}

.page-cms{max-width:1180px;padding:0 20px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.page-cms .cms-hero{padding:0 0 24px}
.page-cms .cms-hero .band{min-height:166px;padding:32px 36px;border:1px solid rgba(47,191,184,.12);border-radius:22px;background:linear-gradient(120deg,#e4f3f1 0%,#f9eeee 100%)}
.page-cms .cms-hero h1{font-size:38px}
.page-cms .pb-cms-content{padding:38px 44px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.page-cms .pb-cms-content>h2{margin:34px 0 12px;padding-top:28px;border-top:1px solid var(--line);font-size:26px}
.page-cms .pb-cms-content>h2:first-child{margin-top:0;padding-top:0;border-top:0}
.page-cms .pb-cms-content>p{max-width:76ch;margin-bottom:14px;color:var(--muted)}
.page-cms .pb-cms-content>ul{display:grid;gap:10px;margin:14px 0 30px;padding:0;list-style:none}
.page-cms .pb-cms-content>ul>li{position:relative;padding:14px 16px 14px 42px;border:1px solid var(--line);border-radius:12px;background:#fdfdfc}
.page-cms .pb-cms-content>ul>li:before{content:'✓';position:absolute;left:16px;top:14px;color:var(--teal);font-weight:700}
.page-cms .pb-cms-content .val-grid{margin:18px 0 0}
.page-cms .pb-cms-content .val{padding:24px;border:1px solid var(--line);border-radius:14px;background:#fdfdfc}
.page-cms .pb-cms-content .val .vi{display:flex;width:42px;height:42px;align-items:center;justify-content:center;margin-bottom:14px;border-radius:50%;background:#e8f4f2}
.page-cms .pb-cms-content .val h3{margin:0 0 7px;color:var(--teal-dark);font-size:17px}
.page-cms .pb-cms-content .val p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.55}

@media(max-width:980px){
  .nav{position:relative}
  .pb-mobile-menu{order:5;width:100%;padding-top:10px}
  .pb-mobile-menu.open{display:block}
  .pb-mobile-menu #_mobile_top_menu{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}
  .pb-mobile-menu .top-menu{display:block!important;width:100%;margin:0!important;padding:8px 0!important}
  .pb-mobile-menu .top-menu>li{display:block!important;float:none!important;width:100%;margin:0!important}
  .pb-mobile-menu .top-menu>li>a{display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:12px 18px!important;color:var(--teal-dark)!important;font-size:14px!important;font-weight:600!important}
  .pb-mobile-menu .sub-menu{position:static!important;width:100%!important;min-width:0!important;margin:0!important;padding:0 18px 10px!important;border:0!important;box-shadow:none!important}
  .pb-mobile-menu .sub-menu ul{display:block!important;margin:0!important;padding:0!important}
  .pb-mobile-menu .sub-menu a{display:block;padding:8px 0!important;color:var(--ink)!important;font-size:13px!important}
  .navlinks.open{display:none}
}
@media(max-width:600px){
  .pb-home-promise-art,.pb-home-promise-art img{min-height:210px}
  .page-cms{padding:0 12px!important}
  .page-cms .cms-hero .band{min-height:138px;padding:26px 20px}
  .page-cms .cms-hero h1{font-size:31px}
  .page-cms .pb-cms-content{padding:27px 21px}
  .page-cms .pb-cms-content>h2{font-size:23px}
}

/* 1.0.6 single-item purchase flow and unified CMS pages. */
#product .product-add-to-cart{overflow:visible;margin-bottom:15px;padding-bottom:4px}
#product .product-quantity{display:block;overflow:visible}
#product .product-quantity .qty{display:none!important}
#product .product-quantity .add{display:block!important;width:100%;min-width:0;margin:0!important}
#product .product-quantity .add-to-cart{display:flex;width:100%;height:48px;min-height:48px;align-items:center;justify-content:center;margin:0!important;box-sizing:border-box;line-height:1.2;overflow:visible}

.page-cms{border:0!important}
.page-cms .pb-cms-content{overflow:hidden;padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.page-cms .pb-cms-heading{padding:36px 44px 30px;border-bottom:1px solid var(--line);background:linear-gradient(120deg,#e4f3f1 0%,#f9eeee 100%);text-align:left}
.page-cms .pb-cms-heading .sec-eyebrow{margin:0 0 8px;color:var(--teal);font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.18em}
.page-cms .pb-cms-heading h1{margin:0;color:var(--teal-dark);font-size:38px;font-weight:700;line-height:1.12}
.page-cms .pb-cms-heading>p:last-child:not(.sec-eyebrow){max-width:680px;margin:8px 0 0;color:var(--muted);font-size:15px;line-height:1.55}
.page-cms .pb-cms-body{padding:36px 44px 42px}
.page-cms .pb-cms-body>h2{margin:34px 0 12px;padding-top:28px;border-top:1px solid var(--line);color:var(--teal-dark);font-size:26px;font-weight:700}
.page-cms .pb-cms-body>h2:first-child{margin-top:0;padding-top:0;border-top:0}
.page-cms .pb-cms-body>p{max-width:78ch;margin:0 0 15px;color:var(--muted);font-size:15px;line-height:1.72}
.page-cms .pb-cms-body>ul{display:grid;gap:10px;margin:14px 0 30px;padding:0;list-style:none}
.page-cms .pb-cms-body>ul>li{position:relative;padding:14px 16px 14px 42px;border:1px solid var(--line);border-radius:12px;background:#fdfdfc}
.page-cms .pb-cms-body>ul>li:before{content:'✓';position:absolute;left:16px;top:14px;color:var(--teal);font-weight:700}
.page-cms .pb-cms-body>.how-steps{gap:14px;margin:8px 0 32px}
.page-cms .pb-cms-body>.how-steps .hstep{padding:24px 18px;border:1px solid var(--line);border-radius:14px;background:#fdfdfc;text-align:left}
.page-cms .pb-cms-body>.how-steps .hstep .hn{margin:0 0 15px;background:#e8f4f2;border-color:#c8e7e4;color:var(--teal-dark)}
.page-cms .pb-cms-body>.how-steps .hstep h3,.page-cms .pb-cms-body>.how-steps .hstep p{text-align:left}
.page-cms .pb-cms-body>.how-steps .hstep p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.55}

.page-cms .pb-legacy-cms{max-width:none}
.page-cms .pb-legacy-cms>.pb-legacy-empty{display:none!important}
.page-cms .pb-legacy-cms>.pb-legal-title{margin:0 0 28px!important;padding:0 0 22px!important;border-bottom:1px solid var(--line);text-align:left!important}
.page-cms .pb-legacy-cms>.pb-legal-title .MsoNormal:first-child,.page-cms .pb-legacy-cms>.pb-legal-title .MsoNormal:first-child *{color:var(--teal-dark)!important;font-family:'Poppins',sans-serif!important;font-size:25px!important;font-weight:700!important;line-height:1.25!important}
.page-cms .pb-legacy-cms>.pb-legal-title .MsoNormal:last-child,.page-cms .pb-legacy-cms>.pb-legal-title .MsoNormal:last-child *{color:var(--muted)!important;font-family:'Inter',sans-serif!important;font-size:13px!important;line-height:1.5!important}
.page-cms .pb-legacy-cms>.pb-legal-heading{margin:30px 0 9px!important}
.page-cms .pb-legacy-cms>.pb-legal-heading,.page-cms .pb-legacy-cms>.pb-legal-heading *{color:var(--teal-dark)!important;font-family:'Poppins',sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.3!important;text-align:left!important}
.page-cms .pb-legacy-cms>.pb-legal-heading *{margin:0!important}
.page-cms .pb-legacy-cms>.pb-legal-copy{margin:0 0 16px!important;text-align:left!important}
.page-cms .pb-legacy-cms>.pb-legal-copy,.page-cms .pb-legacy-cms>.pb-legal-copy *{color:var(--muted)!important;font-family:'Inter',sans-serif!important;font-size:14px!important;line-height:1.72!important;text-align:left!important}
.page-cms .pb-legacy-cms a{color:var(--teal-dark)!important;text-decoration:underline}

@media(max-width:900px){
  .page-cms .pb-cms-body>.how-steps{grid-template-columns:1fr}
}
@media(max-width:600px){
  .page-cms .pb-cms-heading{padding:27px 22px 24px}
  .page-cms .pb-cms-heading h1{font-size:30px}
  .page-cms .pb-cms-body{padding:27px 22px 32px}
  .page-cms .pb-cms-body>h2{font-size:23px}
}
