/* Stitchize reference-theme layer
   Palette and layout matched to the supplied HTML reference. */
:root{
  --canvas:#F6F1E4;
  --canvas-deep:#EFE7D2;
  --ink:#20263B;
  --navy:#232C49;
  --coral:#E2542B;
  --gold:#D69A32;
  --teal:#2C7566;
  --line:rgba(32,38,59,.14);
  --white:#fff;
  --display:'Libre Baskerville',Georgia,serif;
  --body:'Manrope',Arial,sans-serif;
  --mono:'Manrope',Arial,sans-serif;
  --content:1160px;
  --gutter:32px;
  --shadow:0 10px 26px rgba(32,38,59,.12);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body,button,input,select,textarea,optgroup{
  font-family:var(--body)!important;
}
body{
  margin:0!important;
  background:var(--canvas)!important;
  color:var(--ink)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.body-wrapper{background:var(--canvas)!important;overflow:visible!important}
a{color:inherit;text-decoration:none;transition:color .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease}
a:hover{color:var(--coral);text-decoration:none}
img{max-width:100%}
p{line-height:1.6;color:rgba(32,38,59,.76)}
h1,h2,h3,.h1,.h2,.h3,.page-title,.breadcrumb-content h2,.li-section-title h2,
.about-us-content h2,.contact-page-title h2,.product-info h2,.blog-hero h1,.about-hero h1{
  font-family:var(--display)!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
  color:var(--ink)!important;
}
h4,h5,h6{font-family:var(--body)!important;color:var(--ink)}
ul{padding-left:0}

body .container{
  width:100%!important;
  max-width:var(--content)!important;
  padding-left:var(--gutter)!important;
  padding-right:var(--gutter)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.container-fluid{padding-left:0!important;padding-right:0!important}

/* Shared editorial details */
.st-eyebrow,.eyebrow,.badge-kpi,.manufacturer,.price-box,.new-price,.old-price,
.st-card-meta,.st-view-all,.st-section-link,.price-card__badge,.footer-block-title,
.breadcrumb-content ul,.pagination,.product-details-ref,.st-btn,.st-nav-cta{
  font-family:var(--mono)!important;
}
.st-eyebrow,.eyebrow{
  display:inline-block;
  color:var(--coral)!important;
  font-size:12px!important;
  line-height:1.3;
  letter-spacing:.12em!important;
  text-transform:uppercase;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
}
.st-stitch{
  height:2px;
  background-image:linear-gradient(90deg,var(--ink) 60%,transparent 40%);
  background-size:14px 2px;
  background-repeat:repeat-x;
  opacity:.25;
}

/* Header */
.st-site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(246,241,228,.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.st-nav-row{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
}
.st-brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  font-family:var(--display)!important;
  font-size:23px;
  font-weight:700;
  line-height:1;
  color:var(--ink)!important;
}
.st-brand-logo{display:block;width:154px;height:auto;max-height:45px;object-fit:contain;mix-blend-mode:multiply}
.st-desktop-nav{margin-left:auto}
.st-desktop-nav ul{display:flex;align-items:center;gap:27px;list-style:none;margin:0;padding:0}
.st-desktop-nav li{margin:0!important}
.st-desktop-nav a{
  display:block;
  padding:26px 0 24px;
  font-size:14px;
  font-weight:500;
  color:var(--ink)!important;
  opacity:.72;
  position:relative;
  white-space:nowrap;
}
.st-desktop-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:17px;
  height:1px;
  background:var(--coral);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}
.st-desktop-nav a:hover,.st-desktop-nav .active a{opacity:1}
.st-desktop-nav a:hover::after,.st-desktop-nav .active a::after{transform:scaleX(1)}
.st-nav-actions{display:flex;align-items:center;gap:15px;flex:0 0 auto}
.st-search-link,.st-cart-menu>summary{
  width:37px;height:37px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink)!important;
  border-radius:50%;
  cursor:pointer;
  list-style:none;
  position:relative;
}
.st-cart-menu>summary::-webkit-details-marker{display:none}
.st-search-link:hover,.st-cart-menu>summary:hover{background:var(--canvas-deep);border-color:rgba(32,38,59,.26)}
.st-cart-count{
  position:absolute;right:-5px;top:-5px;
  min-width:18px;height:18px;padding:0 4px;
  border-radius:999px;
  background:var(--coral);color:#fff;
  font:500 10px/18px var(--mono);
  text-align:center;
}
.st-cart-menu{position:relative}
.st-cart-dropdown{
  position:absolute;right:0;top:48px;width:330px;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:3px;
  z-index:1100;
}
.st-cart-menu:not([open]) .st-cart-dropdown{display:none}
.st-cart-title{display:flex;justify-content:space-between;font-weight:700;padding-bottom:12px;border-bottom:1px solid var(--line)}
.st-cart-title span{font-family:var(--mono);color:var(--coral)}
.st-cart-items{list-style:none;margin:12px 0;padding:0}
.st-cart-items li{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}
.st-cart-thumb{width:52px;height:52px;background:var(--canvas-deep);display:flex;align-items:center;justify-content:center}
.st-cart-thumb img{width:100%;height:100%;object-fit:contain}
.st-cart-items a{font-size:13px;font-weight:600;color:var(--ink)}
.st-cart-items small{display:block;margin-top:4px;font-family:var(--mono);color:var(--coral)}
.st-cart-empty{padding:18px 0;margin:0;font-size:14px}
.st-cart-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.st-nav-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:39px;padding:0 18px;
  background:var(--navy)!important;
  border:1px solid var(--navy)!important;
  color:var(--canvas)!important;
  border-radius:2px;
  font-size:12px;font-weight:600;letter-spacing:.02em;
}
.st-nav-cta:hover{background:var(--coral)!important;border-color:var(--coral)!important;color:#fff!important}
.st-mobile-toggle{display:none;width:40px;height:38px;padding:9px;border:1px solid var(--line);background:transparent;border-radius:2px}
.st-mobile-toggle span{display:block;height:2px;background:var(--ink);margin:4px 0;transition:.2s}
.st-mobile-nav{display:none;position:absolute;top:71px;left:var(--gutter);right:var(--gutter);padding:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.st-mobile-nav a{display:block;padding:11px 12px;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink)!important}
.st-mobile-nav a:last-child{border-bottom:0}
.st-mobile-nav.is-open{display:block}

/* Buttons */
.st-btn,.li-button,.li-btn,.red-btn,.price-card__btn,.home-reviews-actions a,
button[type=submit],input[type=submit],.btn-primary,.btn-success,.btn-danger,.btn-info{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:0 20px!important;
  border-radius:2px!important;
  border:1px solid var(--navy)!important;
  background:var(--navy)!important;
  color:var(--canvas)!important;
  font-family:var(--mono)!important;
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.03em!important;
  box-shadow:none!important;
  text-transform:none!important;
}
.st-btn:hover,.li-button:hover,.li-btn:hover,.red-btn:hover,.price-card__btn:hover,
.home-reviews-actions a:hover,button[type=submit]:hover,input[type=submit]:hover,
.btn-primary:hover,.btn-success:hover,.btn-danger:hover,.btn-info:hover{
  background:var(--coral)!important;border-color:var(--coral)!important;color:#fff!important;transform:none!important;
}
.st-btn-outline{background:transparent!important;color:var(--ink)!important;border-color:var(--ink)!important}
.st-btn-coral{background:var(--coral)!important;border-color:var(--coral)!important;color:#fff!important}

/* Homepage */
.st-home-main{background:var(--canvas)}
.st-hero{padding:64px 0 60px;position:relative}
.st-hero-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;gap:48px;max-width:1100px;margin:0 auto 52px}
.st-hero-top{text-align:left;max-width:610px;margin:0}
.st-hero-top h1{font-size:46px!important;line-height:1.08!important;margin:16px 0 18px!important}
.st-hero-top h1 em{font-style:italic;color:var(--coral);font-weight:500}
.st-hero-top p{font-size:17px;margin:0;line-height:1.55;color:rgba(32,38,59,.72)}
.st-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.st-hero-media{position:relative;margin:0;background:var(--canvas-deep);border:1px solid var(--line);border-radius:4px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/8.6}
.st-hero-media picture,.st-hero-media img{display:block;width:100%;height:100%}
.st-hero-media img{object-fit:cover;object-position:center}
.st-hero-media figcaption{position:absolute;left:14px;bottom:14px;padding:7px 10px;background:rgba(35,44,73,.88);color:var(--canvas);font:500 10px/1.3 var(--mono);letter-spacing:.05em;text-transform:uppercase;border-radius:2px}
.st-fork{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:900px;margin:0 auto}
.st-hoop{
  position:relative;border-radius:50%;aspect-ratio:1/1;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:42px;transition:transform .25s ease;color:var(--ink)!important;
}
.st-hoop::before{content:"";position:absolute;inset:10%;border-radius:50%;background-image:var(--hoop-image);background-size:cover;background-position:center;opacity:.13;filter:saturate(.75);pointer-events:none}
.st-hoop>*{position:relative;z-index:1}
.st-hoop-service::before{opacity:.16;filter:saturate(.7) brightness(.8)}
.st-hoop:hover{transform:translateY(-4px);color:inherit}
.st-hoop-shop{background:var(--canvas-deep);border:6px solid var(--gold);box-shadow:inset 0 0 0 2px var(--canvas),0 0 0 1px var(--line)}
.st-hoop-service{background:var(--navy);color:var(--canvas)!important;border:6px solid var(--coral);box-shadow:inset 0 0 0 2px var(--navy),0 0 0 1px var(--line)}
.st-hoop-kicker{font:500 11px/1.4 var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;opacity:.65}
.st-hoop h3{font-size:25px!important;margin:0 0 10px!important;color:inherit!important}
.st-hoop p{font-size:14px;max-width:230px;margin:0 0 18px;color:inherit;opacity:.75}
.st-hoop-go{font:500 12px/1.3 var(--mono);letter-spacing:.05em;border-bottom:1px solid currentColor;padding-bottom:2px}
.st-fork-mid{display:flex;flex-direction:column;align-items:center;gap:7px;padding:0 18px;opacity:.45}
.st-fork-mid span{font:500 11px/1 var(--mono);letter-spacing:.08em}
.st-fork-line{width:2px;height:70px;background-image:linear-gradient(180deg,var(--ink) 55%,transparent 45%);background-size:2px 12px;background-repeat:repeat-y}
.st-section{padding:72px 0}
.st-section-soft{background:var(--canvas-deep)}
.st-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:36px}
.st-section-head h2{font-size:31px!important;margin:7px 0 0!important}
.st-view-all{font-size:12px;font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:2px;white-space:nowrap;color:var(--ink)!important}
.st-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.st-product-card{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}
.st-product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.st-product-image{position:relative;aspect-ratio:1/1;background:var(--canvas-deep);display:flex;align-items:center;justify-content:center;padding:8px}
.st-product-image img{width:100%;height:100%;object-fit:contain;display:block}
.st-product-badge{position:absolute;top:10px;left:10px;background:var(--teal);color:#fff;padding:4px 8px;border-radius:2px;font:500 10px/1.3 var(--mono);letter-spacing:.06em;text-transform:uppercase}
.st-product-quick{position:absolute;top:10px;right:10px;width:29px;height:29px;border-radius:50%;background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:center;color:var(--ink)!important;border:0}
.st-product-body{padding:12px 14px 16px}
.st-card-meta{font-size:10px;letter-spacing:.06em;text-transform:uppercase;opacity:.5;margin-bottom:7px}
.st-delivery-type{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#596174;margin-bottom:8px}
.st-delivery-type i{font-size:12px;color:var(--navy)}
.st-product-body h3{font-family:var(--body)!important;font-size:15px!important;line-height:1.35!important;font-weight:600!important;margin:0 0 9px!important}
.st-product-body h3 a{color:var(--ink)!important}
.st-product-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:10px}
.st-product-price{font:500 14px/1 var(--mono);color:var(--coral)}
.st-product-rating{font-size:12px;opacity:.62;white-space:nowrap}
.st-add-link{font:500 11px/1.2 var(--mono);color:var(--navy)!important;border-bottom:1px solid var(--navy)}
.st-patches-strip{background:var(--navy);color:var(--canvas);border-radius:4px;padding:52px 48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.st-patches-strip h2{font-size:32px!important;color:var(--canvas)!important;margin:12px 0 14px!important}
.st-patches-strip p{color:rgba(246,241,228,.75);max-width:460px;margin-bottom:24px}
.st-patches-strip .st-eyebrow{color:var(--gold)!important}

.st-work-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.st-work-gallery a{display:block;aspect-ratio:1/1;overflow:hidden;border:1px solid rgba(246,241,228,.25);background:rgba(246,241,228,.08);border-radius:3px}
.st-work-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.st-work-gallery a:hover img{transform:scale(1.035)}

.st-patch-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.st-patch-tile{aspect-ratio:1/1;border-radius:50%;background:rgba(246,241,228,.08);border:1px dashed rgba(246,241,228,.35);display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;font:500 10px/1.4 var(--mono);color:var(--canvas)}
.st-process{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}
.st-process::before{content:"";position:absolute;top:26px;left:8%;right:8%;height:2px;background-image:linear-gradient(90deg,var(--ink) 55%,transparent 45%);background-size:12px 2px;background-repeat:repeat-x;opacity:.2}
.st-step{padding:0 20px;position:relative}
.st-step-num{width:52px;height:52px;border-radius:50%;background:var(--canvas);border:2px solid var(--coral);color:var(--coral);display:flex;align-items:center;justify-content:center;font:500 15px/1 var(--mono);margin-bottom:20px;position:relative;z-index:2}
.st-step h4{font-size:17px;font-weight:600;margin:0 0 8px}
.st-step p{font-size:14px;margin:0;line-height:1.55}
.st-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.st-testimonial,.home-review-card{background:var(--canvas-deep)!important;border:1px solid var(--line)!important;border-radius:3px!important;padding:26px!important;box-shadow:none!important;height:100%;margin:0!important}
.st-stars,.home-review-stars{color:var(--gold)!important;font-size:14px;letter-spacing:2px;margin-bottom:12px}
.st-testimonial p,.home-review-text{font-size:14px!important;line-height:1.6!important;color:rgba(32,38,59,.85)!important;margin:0 0 14px!important}
.st-testimonial-who{font:500 11px/1.4 var(--mono);opacity:.55;text-transform:uppercase;letter-spacing:.05em}
.st-pricing-intro{text-align:center;max-width:650px;margin:0 auto 34px}
.st-pricing-intro h2{font-size:31px!important;margin:8px 0 14px!important}
.st-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}

/* Generic old product cards/shop */
.single-product-wrap{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:3px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  margin-bottom:22px!important;
  transition:box-shadow .2s ease,transform .2s ease!important;
}
.single-product-wrap:hover{box-shadow:var(--shadow)!important;transform:translateY(-3px)}
.single-product-wrap .product-image{aspect-ratio:1/1!important;background:var(--canvas-deep)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;padding:12px!important}
.single-product-wrap .product-image>a{display:flex!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important}
.single-product-wrap .product-image img{width:100%!important;height:100%!important;object-fit:contain!important;position:static!important}
.single-product-wrap .sticker{background:var(--teal)!important;color:#fff!important;border-radius:2px!important;font:500 10px/1.3 var(--mono)!important;padding:5px 8px!important;top:10px!important;left:10px!important;right:auto!important}
.single-product-wrap .product_desc{border:0!important;padding:14px 16px 18px!important;background:#fff!important}
.single-product-wrap .product_desc_info{padding:0!important;border:0!important}
.single-product-wrap .product-review{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:7px!important}
.single-product-wrap .manufacturer{font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;opacity:.55!important;margin:0!important}
.single-product-wrap .manufacturer a{color:var(--ink)!important}
.single-product-wrap .rating-box{float:none!important}
.single-product-wrap .rating{display:flex!important;margin:0!important}
.single-product-wrap .rating li i{color:var(--gold)!important;font-size:11px!important}
.single-product-wrap h4{margin:0 0 8px!important;line-height:1.35!important}
.single-product-wrap .product_name{font-family:var(--body)!important;font-size:15px!important;font-weight:600!important;color:var(--ink)!important}
.single-product-wrap .price-box{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important}
.single-product-wrap .new-price{color:var(--coral)!important;font-size:14px!important;font-weight:500!important}
.single-product-wrap .old-price{font-size:12px!important;color:rgba(32,38,59,.45)!important}
.single-product-wrap .discount-percentage{background:var(--teal)!important;color:#fff!important;font:500 9px/1 var(--mono)!important;padding:4px 5px!important;border-radius:2px!important}
.single-product-wrap .add-actions{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;margin-top:13px!important}
.single-product-wrap .add-actions-link{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important}
.single-product-wrap .add-actions-link li{margin:0!important}
.single-product-wrap .add-actions-link a{height:34px!important;min-width:34px!important;border:1px solid var(--line)!important;background:transparent!important;color:var(--ink)!important;border-radius:2px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 11px!important;font-size:12px!important;line-height:1!important}
.single-product-wrap .add-actions-link .add-cart a{background:var(--navy)!important;border-color:var(--navy)!important;color:var(--canvas)!important;font-family:var(--mono)!important;font-size:10px!important}
.single-product-wrap .add-actions-link a:hover{background:var(--coral)!important;border-color:var(--coral)!important;color:#fff!important}
.product-active.owl-carousel .owl-nav button{background:var(--canvas)!important;border:1px solid var(--line)!important;color:var(--ink)!important;border-radius:50%!important}

/* Section titles and old homepage/inner page regions */
.product-area,.content-wraper,.checkout-area,.Shopping-cart-area,.home-reviews-wrap,.pricing-wrap,.page-section,.page-section-soft{background:var(--canvas)!important}
.pt-60{padding-top:72px!important}.pb-50,.pb-45,.pb-60{padding-bottom:72px!important}
.li-section-title{
  min-height:0!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  flex-wrap:wrap!important;
  margin-bottom:36px!important;
  border-bottom:0!important;
}
.li-section-title::before,.li-section-title::after{display:none!important}
.li-section-title h2{font-size:30px!important;line-height:1.12!important;margin:0!important;padding:0!important;float:none!important;background:none!important}
.li-section-title h2 span{background:none!important;padding:0!important;color:var(--ink)!important}
.li-sub-category-list,.li-product-menu{display:flex!important;align-items:center!important;gap:24px!important;flex-wrap:wrap!important;float:none!important;margin:0!important}
.li-sub-category-list li,.li-product-menu li{padding:0!important;margin:0!important}
.li-sub-category-list a,.li-product-menu a{font-family:var(--mono)!important;font-size:12px!important;font-weight:500!important;color:rgba(32,38,59,.65)!important;border:0!important;padding:0 0 3px!important;background:none!important}
.li-sub-category-list .active a,.li-product-menu .active,.li-product-menu a.active{color:var(--coral)!important;border-bottom:1px solid var(--coral)!important}

/* Breadcrumb and inner pages */
.breadcrumb-area{
  background:var(--canvas-deep)!important;
  border-bottom:1px solid var(--line)!important;
  padding:28px 0!important;
  margin:0!important;
}
.breadcrumb-content{text-align:left!important}
.breadcrumb-content ul{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important;font-size:11px!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.breadcrumb-content ul li{color:rgba(32,38,59,.52)!important}
.breadcrumb-content ul li+li::before{content:"/";margin-right:8px;color:rgba(32,38,59,.35)!important}
.breadcrumb-content a{color:var(--ink)!important}
.breadcrumb-content .active{color:var(--coral)!important}
.content-wraper{padding-top:54px!important;padding-bottom:72px!important}
.about-hero,.blog-hero,.service-hero,.digitizing-hero,.vector-hero{
  background:var(--canvas-deep)!important;
  border:1px solid var(--line)!important;
  border-radius:4px!important;
  box-shadow:none!important;
}
.card,.content,.policy-card,.blog-card,.review-card,.service-card,.contact-form,.checkout-form-list,.your-order,
.portfolio-card,.faq-card,.single-method,.table-content,.cart-page-total,.product-details-view-content{
  border-color:var(--line)!important;
  box-shadow:none!important;
}
.card,.content,.policy-card,.blog-card,.review-card,.service-card,.portfolio-card,.faq-card{
  background:#fff!important;border-radius:3px!important;
}

/* Forms */
input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=file],select,textarea,.nice-select{
  width:100%;
  min-height:44px;
  background:#fff!important;
  color:var(--ink)!important;
  border:1px solid var(--line)!important;
  border-radius:2px!important;
  box-shadow:none!important;
  padding:10px 13px!important;
}
textarea{min-height:120px}
input:focus,select:focus,textarea:focus,.nice-select.open{outline:0!important;border-color:var(--coral)!important;box-shadow:0 0 0 3px rgba(226,84,43,.09)!important}
label{font-weight:600;color:var(--ink)}

/* Pricing and reviews from existing pages */
.pricing-wrap{padding:72px 0!important}
.pricing-title,.home-reviews-title,.wwd-header{text-align:center!important;max-width:680px!important;margin:0 auto 36px!important}
.pricing-title h2,.home-reviews-title h2,.wwd-header h2{font-size:31px!important;margin:0 0 12px!important}
.pricing-title p,.home-reviews-title p,.wwd-header p{color:rgba(32,38,59,.7)!important}
.price-card{
  height:100%!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:3px!important;
  box-shadow:none!important;
  color:var(--ink)!important;
  overflow:hidden!important;
  transition:box-shadow .2s ease,transform .2s ease!important;
}
.price-card:hover{box-shadow:var(--shadow)!important;transform:translateY(-3px)!important}
.price-card__top{padding:22px 20px 16px!important;text-align:left!important;background:var(--canvas-deep)!important}
.price-card__top h3{font-family:var(--display)!important;color:var(--ink)!important;font-size:23px!important;margin:0!important}
.price-card__top .sub{color:rgba(32,38,59,.65)!important;margin-top:6px!important}
.price-card__band{background:var(--navy)!important;color:var(--canvas)!important;border:0!important;padding:20px!important;text-align:left!important}
.price-card__band .big{font:600 38px/1 var(--display)!important;letter-spacing:-.02em!important}
.price-card__band .sym{font:500 15px/1 var(--mono)!important;margin-top:5px!important}
.price-card__body{padding:20px!important;text-align:left!important}
.price-card__desc{min-height:0!important;color:rgba(32,38,59,.75)!important;margin:0 0 16px!important}
.price-card__badge{display:block!important;color:var(--teal)!important;margin-bottom:16px!important;font-size:11px!important;letter-spacing:.04em!important}
.price-card__btn{width:100%!important}
.home-reviews-wrap{padding:72px 0!important}
.home-review-header{display:flex!important;align-items:center!important;gap:13px!important;margin-bottom:12px!important}
.home-review-avatar{width:44px!important;height:44px!important;border-radius:50%!important;background:var(--navy)!important;color:var(--canvas)!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important}
.home-review-header small{font-family:var(--mono)!important;color:rgba(32,38,59,.5)!important}
.home-review-img{max-width:100%!important;border-radius:2px!important;border:1px solid var(--line)!important;box-shadow:none!important}
.home-review-reply{background:#fff!important;border-left:3px solid var(--coral)!important;border-radius:0!important;color:var(--ink)!important}
.home-review-reply strong{color:var(--coral)!important}
.home-reviews-actions{margin-top:24px!important}

/* Tables, pagination, product detail */
.table-content table,.your-order-table table{background:#fff!important;border:1px solid var(--line)!important}
.table-content table th,.your-order-table table th{background:var(--navy)!important;color:var(--canvas)!important;font-family:var(--mono)!important;font-size:11px!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.table-content table td,.your-order-table table td{border-color:var(--line)!important;color:var(--ink)!important}
.cart-page-total{background:var(--canvas-deep)!important;border:1px solid var(--line)!important;padding:24px!important}
.pagination{gap:6px}
.pagination li a,.pagination .page-link{border:1px solid var(--line)!important;background:#fff!important;color:var(--ink)!important;border-radius:2px!important}
.pagination .active a,.pagination .active .page-link{background:var(--coral)!important;border-color:var(--coral)!important;color:#fff!important}
.product-details-images,.product-details-thumbs{background:var(--canvas-deep)!important;border:1px solid var(--line)!important}
.product-info .price-box .new-price{color:var(--coral)!important}
.product-info .product-desc{border-color:var(--line)!important}

/* Footer */
.st-footer{border-top:1px solid var(--line);padding:54px 0 30px;margin-top:20px;background:var(--canvas)!important;color:var(--ink)!important}
.st-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px;margin-bottom:38px}
.st-footer-brand{margin-bottom:14px}
.st-footer-intro p{max-width:300px;font-size:14px;margin:0 0 18px}
.st-footer-block h5{font:500 11px/1.3 var(--mono)!important;text-transform:uppercase;letter-spacing:.08em;opacity:.55;margin:0 0 15px!important}
.st-footer-block ul{list-style:none;margin:0;padding:0}
.st-footer-block li{margin:0 0 9px}
.st-footer-block a{font-size:14px;color:rgba(32,38,59,.76)!important}
.st-footer-block a:hover{color:var(--coral)!important}
.st-socials{display:flex;gap:8px}
.st-socials a{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink)!important;background:transparent!important}
.st-socials a:hover{background:var(--navy)!important;color:var(--canvas)!important;border-color:var(--navy)!important}
.st-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;font:500 11px/1.4 var(--mono);opacity:.55}

/* Hide obsolete old chrome/sections that should no longer affect layout */
.header-top,.header-middle,.header-bottom,.footer-static-top,.footer-static-middle,.footer-static-bottom{display:none!important}
#scrollUp{background:var(--coral)!important;color:#fff!important}

@media(max-width:1100px){
  .st-desktop-nav ul{gap:18px}.st-desktop-nav a{font-size:13px}.st-nav-cta{padding:0 13px}
}
@media(max-width:991px){
  :root{--gutter:24px}
  .st-desktop-nav{display:none}.st-mobile-toggle{display:block}.st-search-link{display:none}
  .st-hero-layout{grid-template-columns:1fr;gap:32px;max-width:720px}.st-hero-top{text-align:center;max-width:680px;margin:0 auto}.st-hero-actions{justify-content:center}.st-hero-media{width:100%;max-width:720px;margin:0 auto}
  .st-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-patches-strip{grid-template-columns:1fr}
  .st-process{grid-template-columns:1fr;gap:36px}.st-process::before{display:none}.st-step{padding:0}
  .st-testimonial-grid,.st-pricing-grid{grid-template-columns:1fr 1fr}
  .st-footer-grid{grid-template-columns:1.4fr 1fr 1fr}
  .st-footer-grid>div:last-child{grid-column:2/3}
}
@media(max-width:767px){
  :root{--gutter:20px}
  .st-nav-row{min-height:66px}.st-mobile-nav{top:65px}
  .st-nav-cta{display:none}.st-cart-dropdown{right:-48px;width:min(330px,calc(100vw - 32px))}
  .st-hero{padding:46px 0 44px}.st-hero-layout{margin-bottom:38px}.st-hero-top h1{font-size:36px!important}.st-hero-top p{font-size:15px}.st-hero-media{aspect-ratio:4/3}
  .st-fork{grid-template-columns:1fr;gap:22px;max-width:480px}.st-fork-mid{flex-direction:row}.st-fork-line{width:70px;height:2px;background-image:linear-gradient(90deg,var(--ink) 55%,transparent 45%);background-size:12px 2px}
  .st-hoop{padding:36px}
  .st-section{padding:54px 0}.st-section-head{align-items:flex-start;margin-bottom:28px}.st-section-head h2{font-size:28px!important}
  .st-patches-strip{padding:38px 26px}.st-patches-strip h2{font-size:28px!important}
  .st-testimonial-grid,.st-pricing-grid{grid-template-columns:1fr}
  .st-footer-grid{grid-template-columns:1fr 1fr}.st-footer-intro{grid-column:1/-1}.st-footer-grid>div:last-child{grid-column:auto}
  .li-section-title{align-items:flex-start!important}.li-section-title h2{font-size:27px!important}.li-product-menu,.li-sub-category-list{gap:12px 18px!important}
  .content-wraper{padding-top:38px!important;padding-bottom:54px!important}
}
@media(max-width:520px){
  :root{--gutter:16px}
  .st-brand-logo{width:132px;max-height:40px}.st-nav-actions{gap:9px}
  .st-product-grid{grid-template-columns:1fr}.st-product-card{max-width:390px;width:100%;margin:0 auto}
  .st-patch-tiles{grid-template-columns:repeat(2,1fr)}
  .st-footer-grid{grid-template-columns:1fr}.st-footer-intro,.st-footer-grid>div:last-child{grid-column:auto}.st-footer-bottom{flex-direction:column;gap:7px}
  .st-section-head{display:block}.st-view-all{display:inline-block;margin-top:14px}
}

/* =========================================================
   Stitchize focused brand refresh
   Fewer colours, stronger header/footer and better mobile UI
   ========================================================= */
:root{
  --canvas:#F7F3E8;
  --canvas-deep:#EFE8D8;
  --ink:#202943;
  --navy:#202943;
  --coral:#E9572F;
  --gold:#D49A32;
  --teal:#202943;
  --line:rgba(32,41,67,.14);
  --shadow:0 12px 30px rgba(32,41,67,.11);
}
body,.body-wrapper{background:var(--canvas)!important}
.st-section-soft{background:transparent!important}
.st-product-badge,.badge,.sale-badge{background:var(--coral)!important}

/* Make the header visually distinct without adding another colour. */
.st-site-header{
  background:rgba(255,253,247,.97)!important;
  border-top:3px solid var(--coral)!important;
  border-bottom:1px solid rgba(32,41,67,.12)!important;
  box-shadow:0 8px 24px rgba(32,41,67,.07)!important;
}
.st-nav-row{min-height:76px}
.st-brand-logo{
  width:188px!important;
  max-height:46px!important;
  object-fit:contain!important;
  mix-blend-mode:multiply;
}
.st-desktop-nav a{font-weight:600}
.st-search-link,.st-cart-menu>summary{
  background:#fff!important;
}
.st-mobile-nav{
  background:#fffdf7!important;
  border-radius:0 0 6px 6px!important;
  box-shadow:0 18px 35px rgba(32,41,67,.15)!important;
}

/* Prominent dark footer with the original icon-card idea restored. */
.st-footer{
  margin-top:0!important;
  padding:0!important;
  border-top:0!important;
  background:var(--navy)!important;
  color:#fff!important;
}
.st-footer-benefits{
  background:#fffdf7;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:30px 0;
}
.st-footer-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.st-footer-benefit{
  min-height:118px;
  display:grid;
  grid-template-columns:58px 1fr;
  align-items:center;
  gap:14px;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:5px;
  box-shadow:0 8px 20px rgba(32,41,67,.05);
}
.st-footer-benefit img{
  width:54px;
  height:auto;
  opacity:.82;
  filter:sepia(.25) saturate(1.2);
}
.st-footer-benefit strong{
  display:block;
  margin-bottom:5px;
  color:var(--navy);
  font-size:15px;
}
.st-footer-benefit span{
  display:block;
  color:rgba(32,41,67,.68);
  font-size:12px;
  line-height:1.5;
}
.st-footer-main{padding-top:54px!important;padding-bottom:28px!important}
.st-footer-grid{
  grid-template-columns:1.55fr repeat(4,minmax(0,1fr))!important;
  gap:32px!important;
  margin-bottom:30px!important;
}
.st-footer .st-brand-logo{
  background:#fffdf7;
  border-radius:4px;
  padding:4px 8px;
  width:176px!important;
  mix-blend-mode:normal;
}
.st-footer-intro p{
  color:rgba(255,255,255,.72)!important;
}
.st-footer-block h5{
  color:#fff!important;
  opacity:1!important;
}
.st-footer-block a{
  color:rgba(255,255,255,.68)!important;
}
.st-footer-block a:hover{
  color:#fff!important;
}
.st-socials a{
  border-color:rgba(255,255,255,.25)!important;
  color:#fff!important;
}
.st-socials a:hover{
  background:var(--coral)!important;
  border-color:var(--coral)!important;
}
.st-footer-payment{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.st-footer-payment span{
  color:rgba(255,255,255,.64);
  font:500 11px/1.4 var(--mono);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.st-footer-payment img{
  max-width:286px;
  height:auto;
  background:#fff;
  border-radius:4px;
  padding:5px 8px;
}
.st-footer-divider{
  height:1px;
  background:rgba(255,255,255,.12);
}
.st-footer-bottom{
  color:rgba(255,255,255,.62)!important;
  opacity:1!important;
}
.st-footer .st-stitch{display:none}

/* Consistent card treatment and restrained colour use. */
.st-product-card,.price-card,.st-testimonial,
.card,.content,.policy-card,.blog-card,.review-card,.service-card,.portfolio-card,.faq-card{
  border-color:var(--line)!important;
}
.price-card__badge{color:var(--navy)!important}
.st-stars,.home-review-stars,.st-product-rating{color:var(--gold)!important}

/* Better mobile header and footer. */
@media(max-width:1100px){
  .st-footer-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-footer-grid{grid-template-columns:1.5fr repeat(3,minmax(0,1fr))!important}
  .st-footer-grid .st-footer-block:last-child{grid-column:auto!important}
}
@media(max-width:991px){
  .st-nav-row{min-height:70px}
  .st-brand-logo{width:164px!important;max-height:43px!important}
  .st-mobile-nav{top:69px!important}
  .st-footer-grid{grid-template-columns:1.4fr repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  :root{--gutter:18px}
  .st-site-header{border-top-width:2px!important}
  .st-nav-row{min-height:66px}
  .st-brand-logo{width:146px!important;max-height:39px!important}
  .st-mobile-nav{
    position:fixed!important;
    top:66px!important;
    left:0!important;
    right:0!important;
    max-height:calc(100vh - 66px);
    overflow-y:auto;
    border-left:0!important;
    border-right:0!important;
  }
  .st-mobile-nav a{
    padding:14px 20px!important;
    font-weight:600;
  }
  .st-footer-benefits{padding:22px 0}
  .st-footer-benefit-grid{grid-template-columns:1fr 1fr;gap:10px}
  .st-footer-benefit{
    grid-template-columns:42px 1fr;
    min-height:105px;
    padding:13px;
    gap:10px;
  }
  .st-footer-benefit img{width:40px}
  .st-footer-benefit strong{font-size:13px}
  .st-footer-benefit span{font-size:11px}
  .st-footer-main{padding-top:42px!important}
  .st-footer-grid{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}
  .st-footer-intro{grid-column:1/-1!important}
  .st-footer-payment{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){
  :root{--gutter:15px}
  .st-brand-logo{width:138px!important}
  .st-footer-benefit-grid{grid-template-columns:1fr}
  .st-footer-benefit{min-height:94px}
  .st-footer-grid{grid-template-columns:1fr!important}
  .st-footer-intro{grid-column:auto!important}
  .st-footer-payment img{max-width:100%}
}


/* Brand mark + wordmark — supplied 2026 logo */
.st-brand{
  gap:10px!important;
  text-decoration:none!important;
}
.st-brand-logo{
  width:48px!important;
  height:48px!important;
  max-height:none!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
  flex:0 0 auto;
}
.st-brand-name{
  font-family:var(--display)!important;
  font-size:27px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.025em;
  color:var(--navy)!important;
}
.st-footer .st-footer-brand{
  display:inline-flex;
  align-items:center;
  background:transparent!important;
  padding:0!important;
}
.st-footer .st-brand-logo{
  width:58px!important;
  height:58px!important;
  padding:0!important;
  background:transparent!important;
}
.st-footer .st-brand-name{
  color:#fff!important;
  font-size:29px;
}
@media(max-width:767px){
  .st-brand-logo{width:40px!important;height:40px!important}
  .st-brand-name{font-size:23px}
  .st-footer .st-brand-logo{width:52px!important;height:52px!important}
  .st-footer .st-brand-name{font-size:27px}
}
@media(max-width:420px){
  .st-brand{gap:7px!important}
  .st-brand-logo{width:36px!important;height:36px!important}
  .st-brand-name{font-size:21px}
}


/* =========================================================
   Final typography + brand spacing + responsive footer polish
   ========================================================= */
:root{
  --display:'Libre Baskerville',Georgia,serif;
  --body:'Manrope',Arial,sans-serif;
  --mono:'Manrope',Arial,sans-serif;
}
body,button,input,select,textarea,optgroup,table{
  font-family:var(--body)!important;
  font-optical-sizing:auto;
  letter-spacing:-.005em;
}
h1,h2,h3,.h1,.h2,.h3,.page-title,.breadcrumb-content h2,
.about-us-content h2,.contact-page-title h2,.product-info h2,
.blog-hero h1,.about-hero h1{
  font-family:var(--display)!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
.st-desktop-nav a,.st-mobile-nav a,.st-btn,.st-nav-cta,
button,input,select,textarea{
  font-family:var(--body)!important;
}
.st-eyebrow,.eyebrow,.st-card-meta,.st-view-all,.st-section-link,
.price-card__badge,.breadcrumb-content ul,.pagination,.st-hero-kicker,
.st-hero-price,.st-motion-ticker span,.st-footer-block h5,
.st-footer-payment span,.st-footer-bottom{
  font-family:var(--body)!important;
}

/* Keep the supplied icon and wordmark visually connected. */
.st-brand{
  gap:2px!important;
  align-items:center!important;
}
.st-brand-logo{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  object-fit:contain!important;
}
.st-brand-name{
  margin-left:0!important;
  font-size:26px!important;
  line-height:1!important;
  font-family:var(--display)!important;
  letter-spacing:-.035em!important;
}
.st-footer .st-footer-brand{gap:3px!important}
.st-footer .st-brand-logo{
  width:52px!important;
  height:52px!important;
  max-width:52px!important;
  max-height:52px!important;
}
.st-footer .st-brand-name{font-size:27px!important}

/* Mobile: centre the brand while preserving cart/menu actions on the right. */
@media(max-width:767px){
  .st-nav-row{
    justify-content:center!important;
    position:relative!important;
  }
  .st-nav-row>.st-brand{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    margin:0!important;
    z-index:2;
  }
  .st-nav-actions{
    margin-left:auto!important;
    position:relative;
    z-index:3;
  }
  .st-brand-logo{
    width:38px!important;
    height:38px!important;
    max-width:38px!important;
    max-height:38px!important;
  }
  .st-brand-name{font-size:22px!important}

  .st-footer-intro{
    text-align:center!important;
  }
  .st-footer .st-footer-brand{
    display:flex!important;
    width:100%!important;
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .st-footer-intro p{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .st-socials{justify-content:center!important}
  .st-footer-payment{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .st-footer-payment img{margin-inline:auto!important}
  .st-footer-bottom{
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    flex-wrap:wrap!important;
  }
}
@media(max-width:520px){
  .st-brand-logo{
    width:34px!important;
    height:34px!important;
    max-width:34px!important;
    max-height:34px!important;
  }
  .st-brand-name{font-size:20px!important}
  .st-nav-actions{gap:7px!important}
  .st-footer-grid{text-align:center!important}
  .st-footer-block ul{display:flex;flex-direction:column;align-items:center}
  .st-footer .st-brand-logo{
    width:48px!important;
    height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
  }
  .st-footer .st-brand-name{font-size:25px!important}
  .st-footer-bottom{font-size:11px!important}
}
@media(max-width:360px){
  .st-brand-logo{
    width:31px!important;
    height:31px!important;
    max-width:31px!important;
    max-height:31px!important;
  }
  .st-brand-name{font-size:18px!important}
}
