:root {
  --vishi-black: #15130f;
  --vishi-black-soft: #24211c;
  --vishi-white: #ffffff;
  --vishi-wool: #eee4d3;
  --vishi-wool-light: #f8f4ed;
  --vishi-coffee: #8a5c3f;
  --vishi-coffee-dark: #553827;
  --vishi-muted: #716b63;
  --vishi-line: rgba(21, 19, 15, .13);
  --vishi-serif: Georgia, "Times New Roman", serif;
  --vishi-sans: Inter, "Segoe UI", Arial, sans-serif;
  --vishi-shadow: 0 24px 70px rgba(28, 22, 16, .12);
  --vishi-header-height: 88px;
  --vishi-radius: 3px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; background: var(--vishi-white); color: var(--vishi-black); font-family: var(--vishi-sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.vishi-panel-open { overflow: hidden; }
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, [role="button"], a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: var(--vishi-serif); font-weight: 400; line-height: 1.08; margin: 0 0 .65em; }
p { margin: 0 0 1.4em; }
ul, ol { padding-left: 1.25rem; }
::selection { background: var(--vishi-coffee); color: #fff; }
:focus-visible { outline: 2px solid var(--vishi-coffee); outline-offset: 4px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: var(--vishi-black); display: block; font-size: 14px; height: auto; left: 8px; line-height: normal; padding: 14px 20px; text-decoration: none; top: 8px; width: auto; z-index: 100000; }
.vishi-icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; }
.vishi-container { width: min(100% - 56px, 1380px); margin-inline: auto; }
.vishi-content-narrow { width: min(100% - 48px, 840px); margin-inline: auto; }
.vishi-main { min-height: 56vh; }
.vishi-section { padding: 104px 0; }
.vishi-kicker, .vishi-eyebrow { color: var(--vishi-coffee); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.vishi-kicker { margin-bottom: 14px; }
.vishi-eyebrow { display: flex; align-items: center; gap: 14px; }
.vishi-eyebrow::before { width: 40px; height: 1px; background: currentColor; content: ""; }
.vishi-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button { align-items: center; border: 1px solid transparent; border-radius: var(--vishi-radius) !important; cursor: pointer; display: inline-flex; font-family: var(--vishi-sans); font-size: 11px !important; font-weight: 800 !important; gap: 11px; justify-content: center; letter-spacing: .1em; line-height: 1 !important; min-height: 50px; padding: 0 24px !important; text-transform: uppercase; transition: background .25s, border-color .25s, color .25s, transform .25s; }
.vishi-button .vishi-icon, .vishi-text-link .vishi-icon { width: 18px; height: 18px; }
.vishi-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); }
.vishi-button-coffee { background: var(--vishi-coffee); color: #fff; }
.vishi-button-coffee:hover { background: var(--vishi-coffee-dark); }
.vishi-button-black, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--vishi-black) !important; color: #fff !important; }
.vishi-button-black:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--vishi-coffee) !important; color: #fff !important; }
.vishi-button-outline { background: transparent; border-color: currentColor; color: currentColor; }
.vishi-button-outline:hover { background: #fff; color: var(--vishi-black); }
.vishi-text-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: .1em; padding-bottom: 5px; text-transform: uppercase; }

/* Announcement and header */
.vishi-announcement { background: var(--vishi-black); color: #fff; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.vishi-announcement-inner { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 34px; }
.vishi-announcement strong { color: var(--vishi-wool); text-align: center; }
.vishi-announcement a { align-items: center; display: flex; gap: 7px; justify-self: end; }
.vishi-announcement .vishi-icon { width: 14px; height: 14px; }
.vishi-site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--vishi-line); position: sticky; top: 0; z-index: 90; backdrop-filter: blur(14px); }
.vishi-site-header.is-scrolled { box-shadow: 0 8px 28px rgba(21,19,15,.07); }
.admin-bar .vishi-site-header { top: 32px; }
.vishi-header-inner { align-items: center; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-height: var(--vishi-header-height); position: relative; }
.vishi-primary-nav .menu { align-items: center; display: flex; gap: clamp(17px, 2vw, 32px); list-style: none; margin: 0; padding: 0; }
.vishi-primary-nav .menu > li { position: relative; }
.vishi-primary-nav a { display: flex; font-size: 11px; font-weight: 650; letter-spacing: .08em; padding: 34px 0; text-transform: uppercase; white-space: nowrap; }
.vishi-primary-nav .sub-menu { background: #fff; border: 1px solid var(--vishi-line); box-shadow: var(--vishi-shadow); left: -22px; list-style: none; margin: 0; min-width: 230px; opacity: 0; padding: 12px 20px; pointer-events: none; position: absolute; top: calc(100% - 9px); transform: translateY(8px); transition: .22s; visibility: hidden; }
.vishi-primary-nav .sub-menu .sub-menu { left: calc(100% + 20px); top: -13px; }
.vishi-primary-nav .sub-menu a { padding: 10px 0; }
.vishi-primary-nav li:hover > .sub-menu, .vishi-primary-nav li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
.vishi-header-brand { justify-self: center; padding-inline: 24px; text-align: center; }
.vishi-wordmark { font-family: var(--vishi-serif); font-size: clamp(22px, 2vw, 29px); letter-spacing: .17em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.custom-logo-link { display: block; }
.custom-logo { max-height: 58px; width: auto; }
.vishi-header-actions { align-items: center; display: flex; gap: 6px; justify-content: flex-end; }
.vishi-header-icon { align-items: center; background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer; display: inline-flex; height: 42px; justify-content: center; padding: 0; position: relative; transition: .22s; width: 42px; }
.vishi-header-icon:hover { background: var(--vishi-wool-light); border-color: var(--vishi-line); }
.vishi-header-icon .vishi-icon { width: 20px; height: 20px; }
.vishi-cart-count, .vishi-wishlist-count { align-items: center; background: var(--vishi-coffee); border: 2px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 9px; font-weight: 800; height: 19px; justify-content: center; min-width: 19px; padding: 0 3px; position: absolute; right: -1px; top: -1px; }
.vishi-wishlist-count[hidden] { display: none; }
.vishi-menu-toggle { display: none; }

/* Off-canvas panels */
.vishi-panel { background: var(--vishi-white); bottom: 0; box-shadow: var(--vishi-shadow); max-width: calc(100vw - 26px); overflow: auto; pointer-events: none; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility .35s; visibility: hidden; width: 430px; z-index: 120; }
.vishi-panel.is-open, .vishi-panel:target { pointer-events: auto; transform: none; visibility: visible; }
.vishi-mobile-menu { left: 0; right: auto; transform: translateX(-105%); }
.vishi-panel-head { align-items: center; border-bottom: 1px solid var(--vishi-line); display: flex; justify-content: space-between; min-height: 82px; padding: 0 28px; }
.vishi-panel-head strong { font-family: var(--vishi-serif); font-size: 25px; font-weight: 400; }
.vishi-panel-close { align-items: center; background: var(--vishi-wool-light); border: 0; border-radius: 50%; cursor: pointer; display: flex; height: 42px; justify-content: center; padding: 0; width: 42px; }
.vishi-panel-close .vishi-icon { width: 19px; height: 19px; }
.vishi-panel-backdrop { background: rgba(15,13,10,.54); border: 0; inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .3s; visibility: hidden; z-index: 110; }
body.vishi-panel-open .vishi-panel-backdrop { opacity: 1; pointer-events: auto; visibility: visible; }
body:has(.vishi-panel:target) .vishi-panel-backdrop { opacity: 1; pointer-events: auto; visibility: visible; }
.vishi-mobile-nav { list-style: none; margin: 0; padding: 24px 28px; }
.vishi-mobile-nav a { border-bottom: 1px solid var(--vishi-line); display: flex; font-family: var(--vishi-serif); font-size: 24px; justify-content: space-between; padding: 14px 0; }
.vishi-mobile-nav .sub-menu { list-style: none; padding-left: 18px; }
.vishi-mobile-nav .sub-menu a { color: var(--vishi-muted); font-family: var(--vishi-sans); font-size: 13px; }
.vishi-mobile-nav .menu-item-has-children { position: relative; }
.vishi-submenu-toggle { align-items: center; background: var(--vishi-wool-light); border: 0; border-radius: 50%; cursor: pointer; display: flex; font-size: 22px; height: 34px; justify-content: center; padding: 0; position: absolute; right: 0; top: 11px; width: 34px; z-index: 2; }
.vishi-mobile-nav .sub-menu[hidden] { display: none; }
.vishi-mobile-menu-actions { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; padding: 0 28px 30px; }
.vishi-mobile-menu-actions a { align-items: center; background: var(--vishi-wool-light); display: flex; font-size: 11px; font-weight: 700; gap: 9px; justify-content: center; min-height: 48px; text-transform: uppercase; }
.vishi-mobile-menu-actions .vishi-icon { width: 18px; height: 18px; }
.vishi-search-panel { width: min(600px, calc(100vw - 26px)); }
.vishi-search-panel-body { padding: 48px 34px; }
.vishi-search-panel-body p { color: var(--vishi-muted); font-size: 13px; }
.vishi-search-form { align-items: center; border-bottom: 2px solid var(--vishi-black); display: flex; margin-bottom: 20px; }
.vishi-search-form input[type="search"] { background: transparent; border: 0; font-family: var(--vishi-serif); font-size: 23px; min-height: 60px; outline: 0; padding: 0; width: 100%; }
.vishi-search-form button { background: transparent; border: 0; cursor: pointer; display: grid; height: 52px; place-items: center; width: 52px; }
.vishi-live-search-status { color: var(--vishi-muted); font-size: 12px; min-height: 25px; }
.vishi-live-search-status.is-loading::before { animation: vishi-spin .8s linear infinite; border: 2px solid var(--vishi-wool); border-top-color: var(--vishi-coffee); border-radius: 50%; content: ""; display: inline-block; height: 14px; margin-right: 8px; vertical-align: -2px; width: 14px; }
.vishi-live-search-status.is-error { color: #9b2f25; }
.vishi-live-search-results { display: grid; gap: 7px; margin: 4px 0 22px; }
.vishi-live-result { align-items: center; background: var(--vishi-wool-light); display: grid; gap: 12px; grid-template-columns: 58px minmax(0, 1fr) auto; min-height: 72px; padding: 7px 12px 7px 7px; transition: background .2s; }
.vishi-live-result:hover, .vishi-live-result:focus { background: var(--vishi-wool); }
.vishi-live-result img { height: 58px; object-fit: cover; width: 58px; }
.vishi-live-result > span { min-width: 0; }
.vishi-live-result strong { display: block; font-family: var(--vishi-serif); font-size: 15px; font-weight: 400; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vishi-live-result small { color: var(--vishi-muted); display: block; font-size: 9px; margin-top: 4px; text-transform: uppercase; }
.vishi-live-result-price { color: var(--vishi-coffee-dark); font-size: 11px; font-weight: 800; text-align: right; white-space: nowrap; }
@keyframes vishi-spin { to { transform: rotate(360deg); } }
.vishi-mini-cart-content { padding: 12px 28px 24px; }
.woocommerce-mini-cart { list-style: none; margin: 0 !important; padding: 0 !important; }
.woocommerce-mini-cart-item { border-bottom: 1px solid var(--vishi-line); min-height: 108px; padding: 18px 25px 18px 82px !important; position: relative; }
.woocommerce-mini-cart-item img { height: 70px !important; left: 0; object-fit: cover; position: absolute; top: 18px; width: 60px !important; }
.woocommerce-mini-cart-item a { font-family: var(--vishi-serif); font-size: 16px; line-height: 1.2; }
.woocommerce-mini-cart-item a.remove { align-items: center; background: var(--vishi-wool-light) !important; border-radius: 50%; color: var(--vishi-black) !important; display: flex !important; font-family: var(--vishi-sans); font-size: 17px !important; height: 24px; justify-content: center; left: auto !important; right: 0; top: 17px; width: 24px; }
.woocommerce-mini-cart-item .quantity { color: var(--vishi-muted); display: block; font-size: 12px; margin-top: 9px; }
.woocommerce-mini-cart__total { border-top: 0 !important; display: flex; font-size: 13px; justify-content: space-between; padding: 22px 0 10px !important; }
.woocommerce-mini-cart__total strong { font-family: var(--vishi-serif); font-size: 18px; font-weight: 400; }
.vishi-mini-cart-shipping { align-items: center; background: var(--vishi-wool-light); border: 1px solid var(--vishi-line); display: grid; gap: 11px; grid-template-columns: 34px minmax(0, 1fr); margin: 4px 0 12px; padding: 11px 13px; }
.vishi-mini-cart-shipping > .vishi-icon { color: var(--vishi-coffee); height: 22px; justify-self: center; width: 22px; }
.vishi-mini-cart-shipping strong, .vishi-mini-cart-shipping small { display: block; line-height: 1.35; }
.vishi-mini-cart-shipping strong { font-size: 11px; letter-spacing: .02em; }
.vishi-mini-cart-shipping small { color: var(--vishi-muted); font-size: 9px; margin-top: 2px; }
.vishi-mini-cart-shipping.is-free { background: #f1f6ed; border-color: rgba(73, 112, 57, .22); }
.vishi-mini-cart-shipping.is-free > .vishi-icon { color: #497039; }
.woocommerce-mini-cart__buttons { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button { align-items: center; background: var(--vishi-wool-light) !important; border: 1px solid var(--vishi-line); border-radius: var(--vishi-radius) !important; color: var(--vishi-black) !important; display: flex !important; font-family: var(--vishi-sans); font-size: 10px !important; font-weight: 800 !important; gap: 8px; justify-content: center; letter-spacing: .08em; line-height: 1 !important; margin: 0 !important; min-height: 48px; padding: 0 10px !important; text-align: center; text-transform: uppercase; width: 100%; }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button::before { background: currentColor; content: ""; display: block; height: 16px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8.5h14l-1 12H6l-1-12Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8.5h14l-1 12H6l-1-12Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat; width: 16px; }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button.checkout { background: var(--vishi-black) !important; border-color: var(--vishi-black); color: #fff !important; }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button.checkout::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M14 7l5 5-5 5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M14 7l5 5-5 5'/%3E%3C/svg%3E"); }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button:hover { background: var(--vishi-wool) !important; transform: none; }
.vishi-cart-drawer .woocommerce-mini-cart__buttons .button.checkout:hover { background: var(--vishi-coffee) !important; border-color: var(--vishi-coffee); }
.vishi-drawer-cart-link { align-items: center; border-top: 1px solid var(--vishi-line); display: flex; font-size: 10px; font-weight: 800; gap: 8px; justify-content: center; letter-spacing: .1em; margin-top: auto; min-height: 62px; text-transform: uppercase; }
.vishi-drawer-cart-link .vishi-icon { width: 17px; }
.vishi-cart-drawer { display: flex; flex-direction: column; }

/* Home hero */
.vishi-hero { background: var(--vishi-black); color: #fff; display: grid; grid-template-columns: 46% 54%; min-height: 680px; overflow: hidden; }
.vishi-hero-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - 1380px) / 2)); padding-right: clamp(40px, 6vw, 110px); position: relative; }
.vishi-hero-copy::after { border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; height: 360px; position: absolute; right: -165px; top: 70px; width: 360px; }
.vishi-hero h1 { font-size: clamp(54px, 5.4vw, 84px); letter-spacing: -.04em; margin: 28px 0 24px; max-width: 680px; position: relative; z-index: 1; }
.vishi-hero-copy > p { color: rgba(255,255,255,.67); font-family: var(--vishi-serif); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.55; max-width: 560px; position: relative; z-index: 1; }
.vishi-hero-actions { display: flex; gap: 12px; margin-top: 18px; position: relative; z-index: 1; }
.vishi-hero-media { background: var(--vishi-wool); min-height: 680px; overflow: hidden; position: relative; }
.vishi-hero-media > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.vishi-hero-media::after { background: linear-gradient(90deg, rgba(21,19,15,.28), transparent 32%), linear-gradient(0deg, rgba(21,19,15,.16), transparent 42%); content: ""; inset: 0; position: absolute; }
.vishi-hero-placeholder { align-items: center; background: radial-gradient(circle at 20% 30%, rgba(138,92,63,.34), transparent 26%), repeating-linear-gradient(45deg, #e8dcc7 0 9px, #f3ebde 9px 18px); color: var(--vishi-coffee-dark); display: flex; font-family: var(--vishi-serif); font-size: 35px; height: 100%; justify-content: center; }
.vishi-hero-note { background: rgba(255,255,255,.93); bottom: 28px; color: var(--vishi-black); max-width: 225px; padding: 18px 20px; position: absolute; right: 28px; z-index: 2; }
.vishi-hero-note small { color: var(--vishi-coffee); display: block; font-size: 9px; font-weight: 800; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
.vishi-hero-note strong { font-family: var(--vishi-serif); font-size: 18px; font-weight: 400; line-height: 1.3; }
.vishi-category-strip { background: var(--vishi-white); border-bottom: 1px solid var(--vishi-line); }
.vishi-category-strip-inner { display: grid; grid-template-columns: repeat(5, 1fr); overflow-x: auto; }
.vishi-category-strip a { align-items: center; border-right: 1px solid var(--vishi-line); display: grid; gap: 2px 12px; grid-template-columns: 1fr auto; min-height: 83px; padding: 15px 22px; }
.vishi-category-strip a:first-child { border-left: 1px solid var(--vishi-line); }
.vishi-category-strip span { font-family: var(--vishi-serif); font-size: 19px; }
.vishi-category-strip small { color: var(--vishi-muted); font-size: 9px; grid-row: 2; letter-spacing: .05em; text-transform: uppercase; }
.vishi-category-strip .vishi-icon { grid-column: 2; grid-row: 1 / span 2; width: 17px; }

/* Section headings and product cards */
.vishi-section-head { align-items: flex-end; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(260px, 440px) auto; margin-bottom: 42px; }
.vishi-section-head h2 { font-size: clamp(40px, 4.1vw, 58px); margin: 0; }
.vishi-section-head p { color: var(--vishi-muted); font-size: 14px; line-height: 1.7; margin: 0; }
.vishi-section-head > a { align-items: center; border-bottom: 1px solid; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .1em; padding-bottom: 5px; text-transform: uppercase; }
.vishi-section-head > a .vishi-icon { width: 17px; }
.vishi-home-products { background: var(--vishi-wool-light); }
.woocommerce .products ul, .woocommerce ul.products { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 !important; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { background: #fff; display: flex; flex-direction: column; float: none !important; margin: 0 !important; overflow: hidden; padding: 0 0 18px; position: relative; width: auto !important; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; flex: 1; }
.woocommerce ul.products li.product a img { aspect-ratio: 3 / 4; background: #eee; margin: 0 0 17px !important; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); width: 100%; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.025); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--vishi-black); font-family: var(--vishi-serif); font-size: 20px !important; line-height: 1.16; margin: 0 !important; min-height: 53px; padding: 7px 16px 5px !important; }
.vishi-product-category { color: var(--vishi-muted); font-size: 9px; font-weight: 700; letter-spacing: .11em; padding: 0 16px; text-transform: uppercase; }
.woocommerce ul.products li.product .price { color: var(--vishi-black) !important; font-size: 13px !important; font-weight: 750 !important; margin: 4px 16px 14px !important; }
.woocommerce ul.products li.product .price del { color: var(--vishi-muted); font-size: 11px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button { align-items: center !important; align-self: stretch; box-sizing: border-box; display: flex !important; flex: 0 0 46px !important; flex-direction: row !important; gap: 10px; height: 46px !important; justify-content: center !important; line-height: 1 !important; margin: auto 16px 0 !important; max-height: 46px; min-height: 46px !important; overflow: hidden; padding: 0 17px !important; text-align: center; white-space: nowrap; width: auto; }
.woocommerce ul.products li.product .button::before { background: currentColor; content: ""; display: block; flex: 0 0 18px; height: 18px; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8.5h14l-1 12H6l-1-12Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8.5h14l-1 12H6l-1-12Z'/%3E%3Cpath d='M9 9V6.5a3 3 0 0 1 6 0V9'/%3E%3C/svg%3E") center / contain no-repeat; width: 18px; }
.woocommerce ul.products li.product .added_to_cart { font-size: 10px; font-weight: 800; margin: 11px 16px 0; text-transform: uppercase; }
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .tinv-wraper { display: none !important; }
.vishi-wishlist-toggle { align-items: center; border: 1px solid var(--vishi-line); color: var(--vishi-black); cursor: pointer; display: inline-flex; justify-content: center; padding: 0; transition: background .22s, border-color .22s, color .22s, transform .22s; }
.vishi-wishlist-toggle .vishi-icon { height: 21px; transition: fill .22s, transform .22s; width: 21px; }
.vishi-wishlist-toggle:hover { border-color: var(--vishi-coffee); color: var(--vishi-coffee); transform: translateY(-2px); }
.vishi-wishlist-toggle.is-active { background: var(--vishi-coffee); border-color: var(--vishi-coffee); color: #fff; }
.vishi-wishlist-toggle.is-active .vishi-icon { fill: currentColor; transform: scale(1.04); }
.woocommerce ul.products li.product .vishi-wishlist-toggle--card { background: rgba(255,255,255,.94); border-color: rgba(21,19,15,.1); border-radius: 50%; box-shadow: 0 7px 22px rgba(21,19,15,.09); height: 40px; position: absolute; right: 12px; top: 12px; width: 40px; z-index: 6; }
.woocommerce ul.products li.product .vishi-wishlist-toggle--card.is-active { background: var(--vishi-coffee); border-color: var(--vishi-coffee); }
.woocommerce span.onsale, .vishi-unique-badge { border-radius: 0; color: #fff; font-size: 9px; font-weight: 800; left: 12px; letter-spacing: .1em; line-height: 1; min-height: auto; min-width: auto; padding: 9px 11px; position: absolute; text-transform: uppercase; top: 12px; z-index: 4; }
.woocommerce span.onsale { background: var(--vishi-coffee); }
.vishi-unique-badge { background: var(--vishi-black); }
.woocommerce span.onsale + .vishi-unique-badge { top: 46px; }
.woocommerce .star-rating { color: var(--vishi-coffee); margin-inline: 16px; }

/* Story, collections and journal */
.vishi-story { background: var(--vishi-wool); display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; }
.vishi-story-media { min-height: 650px; overflow: hidden; position: relative; }
.vishi-story-media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.vishi-story-media > span { background: #fff; font-size: 9px; font-weight: 800; left: 24px; letter-spacing: .13em; padding: 13px 16px; position: absolute; text-transform: uppercase; top: 24px; }
.vishi-story-placeholder { background: repeating-linear-gradient(135deg, #cdbda5 0 10px, #dfd1bc 10px 20px); height: 100%; }
.vishi-story-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 76px clamp(44px, 7vw, 115px); }
.vishi-story-copy h2 { font-size: clamp(44px, 4.4vw, 65px); }
.vishi-story-copy > p { color: #554f48; font-family: var(--vishi-serif); font-size: 20px; line-height: 1.6; max-width: 570px; }
.vishi-story-facts { border-bottom: 1px solid rgba(21,19,15,.18); border-top: 1px solid rgba(21,19,15,.18); display: grid; grid-template-columns: repeat(3, 1fr); margin: 15px 0 32px; width: 100%; }
.vishi-story-facts span { border-right: 1px solid rgba(21,19,15,.18); padding: 17px 16px 17px 0; }
.vishi-story-facts span + span { padding-left: 16px; }
.vishi-story-facts span:last-child { border: 0; }
.vishi-story-facts small { color: var(--vishi-muted); display: block; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.vishi-story-facts strong { font-family: var(--vishi-serif); font-size: 18px; font-weight: 400; }
.vishi-collection-grid { display: grid; gap: 18px; grid-template-columns: 1.15fr .85fr .85fr; min-height: 520px; }
.vishi-collection-card { background: var(--vishi-black); color: #fff; min-height: 500px; overflow: hidden; position: relative; }
.vishi-collection-card::after { background: linear-gradient(0deg, rgba(12,11,9,.8), transparent 65%); content: ""; inset: 0; position: absolute; }
.vishi-collection-card img, .vishi-collection-placeholder { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .65s; width: 100%; }
.vishi-collection-card:hover img { transform: scale(1.035); }
.vishi-collection-placeholder { background: repeating-linear-gradient(45deg, #795440 0 14px, #9b765e 14px 28px); }
.vishi-collection-content { bottom: 26px; left: 26px; position: absolute; right: 26px; z-index: 2; }
.vishi-collection-content small { color: var(--vishi-wool); display: block; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.vishi-collection-content strong { display: block; font-family: var(--vishi-serif); font-size: 34px; font-weight: 400; line-height: 1.1; margin-top: 8px; }
.vishi-collection-content i { align-items: center; display: flex; float: right; font-size: 9px; font-style: normal; font-weight: 800; gap: 7px; letter-spacing: .1em; text-transform: uppercase; }
.vishi-collection-content .vishi-icon { width: 16px; }
.vishi-promises { background: var(--vishi-white); border-bottom: 1px solid var(--vishi-line); border-top: 1px solid var(--vishi-line); padding: 43px 0; }
.vishi-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vishi-promise-grid > div { align-items: center; border-right: 1px solid var(--vishi-line); display: flex; gap: 15px; padding: 0 28px; }
.vishi-promise-grid > div:first-child { padding-left: 0; }
.vishi-promise-grid > div:last-child { border: 0; }
.vishi-promise-grid > div > .vishi-icon { border: 1px solid var(--vishi-line); border-radius: 50%; color: var(--vishi-coffee); height: 44px; padding: 10px; width: 44px; }
.vishi-promise-grid strong { display: block; font-family: var(--vishi-serif); font-size: 17px; font-weight: 400; }
.vishi-promise-grid small { color: var(--vishi-muted); display: block; font-size: 10px; }
.vishi-journal { background: #f0ede7; }
.vishi-journal-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.vishi-post-image { background: var(--vishi-wool); display: block; overflow: hidden; }
.vishi-post-image img, .vishi-post-placeholder { aspect-ratio: 1.35 / 1; display: block; object-fit: cover; transition: transform .5s; width: 100%; }
.vishi-post-image:hover img { transform: scale(1.025); }
.vishi-post-placeholder { background: repeating-linear-gradient(135deg, #d8cbb8 0 11px, #ece3d6 11px 22px); }
.vishi-post-meta { color: var(--vishi-coffee); font-size: 9px; font-weight: 800; letter-spacing: .1em; margin: 17px 0 8px; text-transform: uppercase; }
.vishi-journal h3 { font-size: 26px; margin-bottom: 10px; }
.vishi-journal article > p { color: var(--vishi-muted); font-size: 13px; }

/* Generic pages and posts */
.vishi-page-hero { background: var(--vishi-wool-light); border-bottom: 1px solid var(--vishi-line); padding: 74px 0; }
.vishi-page-hero h1 { font-size: clamp(46px, 5vw, 72px); margin: 0; }
.vishi-page-hero p, .vishi-archive-description { color: var(--vishi-muted); margin: 18px 0 0; max-width: 660px; }
.vishi-page-content, .vishi-single-content { padding-bottom: 90px; padding-top: 58px; }
.vishi-page-content h2, .vishi-single-content h2 { font-size: clamp(32px, 3.6vw, 45px); margin-top: 1.5em; }
.vishi-page-content h3, .vishi-single-content h3 { font-size: 29px; margin-top: 1.45em; }
.vishi-page-content a, .vishi-single-content a { color: var(--vishi-coffee-dark); text-decoration: underline; text-underline-offset: 3px; }
.vishi-page-content blockquote, .vishi-single-content blockquote { border-left: 3px solid var(--vishi-coffee); color: var(--vishi-coffee-dark); font-family: var(--vishi-serif); font-size: 22px; margin: 35px 0; padding: 10px 0 10px 25px; }
.vishi-breadcrumbs { color: var(--vishi-muted); font-size: 11px; padding: 22px 0; }
.vishi-breadcrumbs a { color: var(--vishi-black); }
.vishi-post-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); padding-bottom: 100px; padding-top: 64px; }
.vishi-post-card { background: var(--vishi-wool-light); }
.vishi-post-card-image { display: block; }
.vishi-post-card-image img { aspect-ratio: 1.35 / 1; object-fit: cover; width: 100%; }
.vishi-post-card-body { padding: 22px; }
.vishi-post-card h2 { font-size: 27px; }
.vishi-post-card p { color: var(--vishi-muted); font-size: 13px; }
.vishi-single-post-hero { padding: 85px 0 60px; text-align: center; }
.vishi-single-post-hero h1 { font-size: clamp(48px, 6vw, 78px); }
.vishi-single-post-hero p { color: var(--vishi-muted); font-family: var(--vishi-serif); font-size: 20px; }
.vishi-single-featured { margin-bottom: 50px; }
.vishi-single-featured img { max-height: 750px; object-fit: cover; width: 100%; }
.vishi-comments { border-top: 1px solid var(--vishi-line); margin: 65px 0; padding-top: 38px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { border-bottom: 1px solid var(--vishi-line); padding: 24px 0; }
.vishi-404 { align-items: center; background: var(--vishi-wool-light); display: flex; min-height: 68vh; text-align: center; }
.vishi-404 span { color: var(--vishi-coffee); font-family: var(--vishi-serif); font-size: 90px; }
.vishi-404 h1 { font-size: clamp(40px, 5vw, 64px); }
.vishi-404 p { color: var(--vishi-muted); }

/* Shop archive */
.vishi-shop-hero { padding: 65px 0; }
.vishi-shop-hero .term-description p { margin-bottom: 0; }
.vishi-woocommerce-container { padding-bottom: 105px; }
.vishi-shop-actions { align-items: center; border-bottom: 1px solid var(--vishi-line); display: flex; gap: 20px; justify-content: space-between; margin-bottom: 26px; padding: 0 0 18px; }
.vishi-filter-toggle { align-items: center; background: var(--vishi-black); border: 0; color: #fff; cursor: pointer; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .1em; min-height: 43px; padding: 0 17px; text-transform: uppercase; }
.vishi-filter-toggle .vishi-icon { width: 18px; }
.vishi-shop-hint { color: var(--vishi-muted); font-size: 11px; }
.woocommerce .woocommerce-result-count { color: var(--vishi-muted); font-size: 11px; margin: 12px 0 30px; }
.woocommerce .woocommerce-ordering { margin: 0 0 30px; }
.woocommerce .woocommerce-ordering select { background: #fff; border: 1px solid var(--vishi-line); min-height: 44px; padding: 0 34px 0 13px; }
.vishi-shop-main .woocommerce ul.products { clear: both; }
.woocommerce nav.woocommerce-pagination { margin-top: 48px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; max-width: 100%; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; flex: 0 0 auto; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { align-items: center; background: var(--vishi-wool-light); box-sizing: border-box; display: flex; height: 42px; justify-content: center; min-width: 42px; padding: 0 8px; width: auto; }
.woocommerce nav.woocommerce-pagination ul li .dots { background: transparent; min-width: 24px; padding-inline: 2px; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--vishi-black); color: #fff; }
.vishi-shop-filters { left: 0; right: auto; transform: translateX(-105%); }
.vishi-filter-body { padding: 28px; }
.vishi-filter-widget { border-bottom: 1px solid var(--vishi-line); padding: 0 0 24px; }
.vishi-filter-widget + .vishi-filter-widget { padding-top: 22px; }
.vishi-filter-widget .widget-title { font-size: 23px; }
.vishi-filter-widget ul { list-style: none; margin: 0; padding: 0; }
.vishi-filter-widget li a { border-bottom: 1px dashed var(--vishi-line); display: flex; font-size: 13px; justify-content: space-between; padding: 9px 0; }
.vishi-filter-widget li small { color: var(--vishi-muted); }
.widget_price_filter .price_slider_wrapper .ui-widget-content { background: var(--vishi-wool); }
.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle { background: var(--vishi-coffee) !important; }

/* Single product */
.vishi-single-product-main .vishi-woocommerce-container { padding-bottom: 90px; }
.single-product div.product { display: grid; gap: clamp(42px, 6vw, 90px); grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); }
.single-product div.product .woocommerce-product-gallery { float: none !important; margin: 0 !important; width: 100% !important; }
.single-product div.product .summary { align-self: start; float: none !important; margin: 0 !important; position: static; top: auto; width: 100% !important; }
.single-product .woocommerce-product-gallery__image { background: var(--vishi-wool-light); }
.single-product .woocommerce-product-gallery__image img { width: 100%; }
.single-product .flex-control-thumbs { display: grid; gap: 8px; grid-template-columns: repeat(5, 1fr); margin-top: 9px !important; }
.single-product .flex-control-thumbs li { float: none !important; width: 100% !important; }
.single-product .flex-control-thumbs img { aspect-ratio: 1; object-fit: cover; }
@media (min-width: 961px) {
  .single-product .woocommerce-product-gallery .flex-viewport { height: auto !important; overflow: visible !important; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { display: grid !important; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 !important; transform: none !important; width: 100% !important; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image { float: none !important; margin: 0 !important; overflow: hidden; width: 100% !important; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child { grid-column: 1 / -1; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image.clone { display: none !important; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a { background: var(--vishi-wool-light); display: block; height: 100%; overflow: hidden; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img { aspect-ratio: 4 / 5; height: 100% !important; object-fit: cover; transition: transform .5s ease; }
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child):hover img { transform: scale(1.025); }
  .single-product .woocommerce-product-gallery .flex-control-thumbs { display: none !important; }
}
.single-product .product_title { font-size: clamp(40px, 4vw, 59px); margin-bottom: 15px; }
.single-product .summary .price { color: var(--vishi-coffee-dark) !important; font-family: var(--vishi-serif); font-size: 27px !important; }
.single-product .woocommerce-product-rating { align-items: center; display: flex; font-size: 11px; margin: 0 0 20px !important; }
.single-product .woocommerce-product-details__short-description { color: var(--vishi-muted); font-size: 14px; }
.vishi-stock-status { align-items: center; background: #f3f7ef; border: 1px solid rgba(78,112,66,.19); display: inline-grid; gap: 11px; grid-template-columns: 38px minmax(0, 1fr); margin: 18px 0 1px; min-width: 235px; padding: 10px 14px 10px 10px; }
.vishi-stock-icon { align-items: center; background: #5f7f50; border-radius: 50%; color: #fff; display: flex; height: 38px; justify-content: center; width: 38px; }
.vishi-stock-icon .vishi-icon { height: 18px; width: 18px; }
.vishi-stock-status strong, .vishi-stock-status small { display: block; }
.vishi-stock-status strong { color: #37502d; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.vishi-stock-status small { color: #65715f; font-size: 10px; line-height: 1.35; margin-top: 3px; }
.vishi-stock-status.is-backorder { background: #faf5e9; border-color: rgba(157,112,33,.2); }
.vishi-stock-status.is-backorder .vishi-stock-icon { background: #a87928; }
.vishi-stock-status.is-backorder strong { color: #76571f; }
.vishi-stock-status.is-out-of-stock { background: #faf0ee; border-color: rgba(139,61,46,.18); }
.vishi-stock-status.is-out-of-stock .vishi-stock-icon { background: #9d4e40; }
.vishi-stock-status.is-out-of-stock strong { color: #813c31; }
.single-product form.cart { align-items: stretch; border-bottom: 1px solid var(--vishi-line); border-top: 1px solid var(--vishi-line); display: flex; gap: 9px; margin: 26px 0 0 !important; padding: 22px 0; }
.single-product form.cart .button { flex: 1; min-height: 54px; }
.single-product .vishi-wishlist-toggle--single { background: var(--vishi-wool-light); border-radius: var(--vishi-radius); flex: 0 0 54px; height: 54px; width: 54px; }
.single-product .vishi-wishlist-toggle--single.is-active { background: var(--vishi-coffee); }
.single-product .woocommerce-variation-add-to-cart { align-items: stretch; display: flex; gap: 9px; }
.vishi-qty { align-items: center; border: 1px solid var(--vishi-line); display: inline-grid; grid-template-columns: 36px 52px 36px; min-height: 54px; }
.vishi-qty button { background: transparent; border: 0; cursor: pointer; display: grid; height: 100%; place-items: center; padding: 0; }
.vishi-qty button .vishi-icon { width: 15px; }
.vishi-qty-button svg { fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; width: 15px; }
.woocommerce .quantity .qty { background: transparent; border: 0 !important; height: 52px; padding: 0 !important; width: 52px !important; }
.single-product .product_meta { color: var(--vishi-muted); display: grid; font-size: 11px; gap: 8px; margin-top: 22px; }
.single-product .product_meta a { color: var(--vishi-black); }
.vishi-product-promises { display: grid; gap: 10px; margin: 18px 0 0; }
.vishi-product-promises span { align-items: center; background: var(--vishi-wool-light); display: flex; font-size: 11px; gap: 10px; min-height: 44px; padding: 8px 12px; }
.vishi-product-promises .vishi-icon { color: var(--vishi-coffee); width: 19px; }
.vishi-product-whatsapp { align-items: center; background: var(--vishi-wool-light); border: 1px solid var(--vishi-line); display: grid; gap: 13px; grid-template-columns: 44px minmax(0, 1fr) auto; margin-top: 16px; padding: 13px; }
.vishi-product-whatsapp-icon { align-items: center; background: #25a967; border-radius: 50%; color: #fff; display: flex; height: 44px; justify-content: center; width: 44px; }
.vishi-product-whatsapp-icon .vishi-icon { height: 23px; width: 23px; }
.vishi-product-whatsapp-copy { display: grid; gap: 4px; }
.vishi-product-whatsapp-copy strong { font-family: var(--vishi-serif); font-size: 17px; font-weight: 500; line-height: 1.2; }
.vishi-product-whatsapp-copy small { color: var(--vishi-muted); font-size: 10px; line-height: 1.45; }
.vishi-product-whatsapp > a { align-items: center; background: var(--vishi-black); color: #fff !important; display: inline-flex; font-size: 9px; font-weight: 800; gap: 8px; justify-content: center; letter-spacing: .06em; min-height: 44px; padding: 0 14px; text-transform: uppercase; }
.vishi-product-whatsapp > a:hover { background: var(--vishi-coffee); }
.vishi-product-whatsapp > a .vishi-icon { width: 16px; }
.single-product .variations { margin-bottom: 15px !important; }
.single-product .variations th, .single-product .variations td { display: block; padding: 5px 0 !important; text-align: left; }
.single-product .variations select { border: 1px solid var(--vishi-line); min-height: 48px; padding: 0 12px; width: 100%; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 25px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--vishi-line); display: flex; gap: 35px; margin: 0 0 35px !important; padding: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent !important; border: 0 !important; border-radius: 0 !important; margin: 0 !important; padding: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { border-bottom: 2px solid transparent; font-size: 11px; letter-spacing: .1em; padding: 16px 0 !important; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-color: var(--vishi-coffee); }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--vishi-muted); max-width: 900px; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: var(--vishi-black); font-size: 36px; }
.single-product .related, .single-product .upsells { grid-column: 1 / -1; margin-top: 55px; }
.single-product .related > h2, .single-product .upsells > h2 { font-size: clamp(35px, 4vw, 52px); margin-bottom: 30px; }

/* Native wishlist */
.vishi-wishlist-hero { background: var(--vishi-black); color: #fff; padding: 58px 0 68px; }
.vishi-wishlist-hero-grid { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); }
.vishi-wishlist-hero .vishi-breadcrumbs { color: rgba(255,255,255,.48); min-height: 25px; padding-bottom: 30px; }
.vishi-wishlist-hero .vishi-kicker { color: var(--vishi-wool); }
.vishi-wishlist-hero h1 { font-size: clamp(52px, 5.4vw, 78px); margin: 0; }
.vishi-wishlist-hero p { color: rgba(255,255,255,.63); font-family: var(--vishi-serif); font-size: 18px; line-height: 1.55; margin: 0 0 7px; max-width: 570px; }
.vishi-wishlist-section { background: var(--vishi-wool-light); min-height: 520px; padding: 74px 0 105px; }
.vishi-wishlist-toolbar { align-items: end; border-bottom: 1px solid var(--vishi-line); display: flex; justify-content: space-between; margin-bottom: 34px; padding-bottom: 25px; }
.vishi-wishlist-toolbar h2 { font-size: clamp(34px, 3.4vw, 49px); margin: 15px 0 0; }
.vishi-wishlist-toolbar > p { color: var(--vishi-muted); font-size: 11px; letter-spacing: .05em; margin: 0 0 5px; text-transform: uppercase; }
.vishi-wishlist-toolbar > p strong { color: var(--vishi-black); font-family: var(--vishi-serif); font-size: 24px; font-weight: 400; margin-right: 4px; }
.vishi-wishlist-status { align-items: center; color: var(--vishi-muted); display: flex; font-size: 12px; gap: 9px; min-height: 52px; }
.vishi-wishlist-status[hidden] { display: none; }
.vishi-wishlist-status > span { animation: vishi-spin .8s linear infinite; border: 2px solid var(--vishi-wool); border-radius: 50%; border-top-color: var(--vishi-coffee); height: 17px; width: 17px; }
.vishi-wishlist-status.is-error { background: #faf0ee; color: #813c31; padding: 12px 15px; }
.vishi-wishlist-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vishi-wishlist-card { background: #fff; border: 1px solid rgba(21,19,15,.08); display: flex; flex-direction: column; min-width: 0; position: relative; }
.vishi-wishlist-remove { align-items: center; background: rgba(255,255,255,.95); border: 1px solid rgba(21,19,15,.12); border-radius: 50%; box-shadow: 0 7px 20px rgba(21,19,15,.08); cursor: pointer; display: flex; height: 38px; justify-content: center; padding: 0; position: absolute; right: 12px; top: 12px; transition: .22s; width: 38px; z-index: 2; }
.vishi-wishlist-remove:hover { background: var(--vishi-black); color: #fff; }
.vishi-wishlist-remove .vishi-icon { height: 17px; width: 17px; }
.vishi-wishlist-media { background: var(--vishi-wool); display: block; overflow: hidden; }
.vishi-wishlist-media img { aspect-ratio: 4 / 4.7; display: block; object-fit: cover; transition: transform .5s ease; width: 100%; }
.vishi-wishlist-card:hover .vishi-wishlist-media img { transform: scale(1.025); }
.vishi-wishlist-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px 22px 21px; }
.vishi-wishlist-card-body .vishi-product-category { padding: 0; }
.vishi-wishlist-card h2 { font-size: 26px; line-height: 1.15; margin: 9px 0 12px; }
.vishi-wishlist-price { color: var(--vishi-coffee-dark); font-family: var(--vishi-serif); font-size: 18px; margin-bottom: 14px; }
.vishi-wishlist-price del { color: var(--vishi-muted); font-size: 13px; }
.vishi-wishlist-price ins { text-decoration: none; }
.vishi-wishlist-stock { align-items: center; color: #527047; display: flex; font-size: 10px; gap: 7px; margin-bottom: 19px; }
.vishi-wishlist-stock > span { background: currentColor; border-radius: 50%; height: 7px; width: 7px; }
.vishi-wishlist-stock.is-out-of-stock { color: #934b3f; }
.vishi-wishlist-actions { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin-top: auto; }
.vishi-wishlist-action { align-items: center; border: 1px solid var(--vishi-black); display: inline-flex; font-size: 9px; font-weight: 800; gap: 7px; justify-content: center; letter-spacing: .06em; min-height: 47px; padding: 0 12px; text-align: center; text-transform: uppercase; transition: .22s; }
.vishi-wishlist-action .vishi-icon { height: 16px; width: 16px; }
.vishi-wishlist-add-cart { background: var(--vishi-black); color: #fff; }
.vishi-wishlist-add-cart:hover { background: var(--vishi-coffee); border-color: var(--vishi-coffee); }
.vishi-wishlist-view:hover { background: var(--vishi-black); color: #fff; }
.vishi-wishlist-actions .vishi-wishlist-view:only-child { grid-column: 1 / -1; }
.vishi-wishlist-empty { align-items: center; background: #fff; border: 1px solid var(--vishi-line); display: flex; flex-direction: column; min-height: 390px; padding: 58px 24px; text-align: center; }
.vishi-wishlist-empty[hidden] { display: none; }
.vishi-wishlist-empty-icon { align-items: center; background: var(--vishi-wool-light); border-radius: 50%; color: var(--vishi-coffee); display: flex; height: 76px; justify-content: center; margin-bottom: 26px; width: 76px; }
.vishi-wishlist-empty-icon .vishi-icon { height: 31px; width: 31px; }
.vishi-wishlist-empty h2 { font-size: clamp(34px, 4vw, 48px); margin: 19px 0 12px; }
.vishi-wishlist-empty p { color: var(--vishi-muted); font-size: 13px; max-width: 490px; }
.vishi-wishlist-empty .vishi-button { margin-top: 7px; }
.vishi-wishlist-toast { background: var(--vishi-black); bottom: 28px; box-shadow: var(--vishi-shadow); color: #fff; font-size: 11px; font-weight: 700; left: 50%; letter-spacing: .04em; max-width: calc(100vw - 30px); opacity: 0; padding: 14px 19px; pointer-events: none; position: fixed; transform: translate(-50%, 16px); transition: opacity .22s, transform .22s; z-index: 150; }
.vishi-wishlist-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Forms, messages, cart, checkout */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .select2-container .select2-selection--single { background: #fff; border: 1px solid var(--vishi-line); border-radius: 0; min-height: 49px; padding: 11px 13px; }
.woocommerce form .form-row label { font-size: 11px; font-weight: 750; letter-spacing: .03em; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 47px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 47px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { background: var(--vishi-wool-light) !important; border: 0 !important; border-left: 3px solid var(--vishi-coffee) !important; color: var(--vishi-black) !important; font-size: 13px; line-height: 1.5; margin-bottom: 25px !important; padding: 18px 22px 18px 48px !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--vishi-coffee) !important; top: 18px !important; }
.vishi-utility-hero { padding: 58px 0; }
.vishi-utility-hero h1 { font-size: clamp(44px, 4.7vw, 67px); }
.vishi-checkout-progress { border-bottom: 1px solid var(--vishi-line); background: #fff; }
.vishi-checkout-progress .vishi-container { display: grid; grid-template-columns: repeat(3, 1fr); }
.vishi-checkout-progress span { align-items: center; color: var(--vishi-muted); display: flex; font-size: 10px; font-weight: 800; gap: 10px; justify-content: center; letter-spacing: .08em; min-height: 77px; position: relative; text-transform: uppercase; }
.vishi-checkout-progress span:not(:last-child)::after { background: var(--vishi-line); content: ""; height: 1px; position: absolute; right: -12%; width: 24%; }
.vishi-checkout-progress i { align-items: center; border: 1px solid var(--vishi-line); border-radius: 50%; display: flex; font-style: normal; height: 30px; justify-content: center; width: 30px; }
.vishi-checkout-progress .is-current { color: var(--vishi-black); }
.vishi-checkout-progress .is-current i { background: var(--vishi-black); border-color: var(--vishi-black); color: #fff; }
.vishi-checkout-progress .is-done { color: var(--vishi-coffee); }
.vishi-checkout-progress .is-done i { background: var(--vishi-coffee); border-color: var(--vishi-coffee); color: #fff; }
.vishi-checkout-progress .vishi-icon { width: 15px; }
.vishi-commerce-shell { padding-bottom: 105px; padding-top: 58px; }
.woocommerce table.shop_table { border: 1px solid var(--vishi-line) !important; border-collapse: collapse !important; border-radius: 0 !important; }
.woocommerce table.shop_table th { background: var(--vishi-wool-light); font-size: 10px; letter-spacing: .08em; padding: 16px !important; text-transform: uppercase; }
.woocommerce table.shop_table td { border-color: var(--vishi-line) !important; padding: 16px !important; }
.woocommerce-cart .vishi-commerce-shell article > .woocommerce { display: grid; gap: 34px; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr); }
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-form-coupon-toggle { grid-column: 1 / -1; }
.woocommerce-cart-form { min-width: 0; }
.woocommerce-cart .cart-collaterals { float: none; width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals { background: var(--vishi-wool-light); float: none; padding: 28px; position: sticky; top: calc(var(--vishi-header-height) + 28px); width: 100%; }
.woocommerce-cart .cart-collaterals h2 { font-size: 32px; }
.woocommerce-cart .cart-collaterals table { background: transparent; border: 0 !important; }
.woocommerce ul#shipping_method { display: grid; gap: 7px; list-style: none; margin: 0; padding: 0; }
.woocommerce ul#shipping_method li { align-items: start; background: #fff; border: 1px solid var(--vishi-line); display: grid; gap: 9px; grid-template-columns: 18px minmax(0, 1fr); line-height: 1.45; margin: 0 !important; padding: 11px 12px; text-align: left; }
.woocommerce ul#shipping_method li input { accent-color: var(--vishi-coffee); margin: 4px 0 0 !important; }
.woocommerce ul#shipping_method li label { cursor: pointer; font-size: 12px; font-weight: 700; margin: 0; }
.woocommerce-cart .wc-proceed-to-checkout { padding-bottom: 0; }
.woocommerce-cart .wc-proceed-to-checkout a { display: flex; width: 100%; }
.woocommerce-cart table.cart img { height: 100px; object-fit: cover; width: 80px; }
.woocommerce-cart table.cart .product-name a { font-family: var(--vishi-serif); font-size: 18px; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 7px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { border: 1px solid var(--vishi-line) !important; min-height: 46px; min-width: 190px; padding: 0 12px !important; }
.woocommerce-checkout form.checkout { display: grid; gap: 40px; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); }
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout #customer_details .col-2 { margin-top: 35px; }
.woocommerce-checkout #order_review_heading { font-size: 30px; grid-column: 2; margin: 0; }
.woocommerce-checkout #order_review { align-self: start; background: var(--vishi-wool-light); grid-column: 2; padding: 26px; position: sticky; top: calc(var(--vishi-header-height) + 28px); }
.woocommerce-checkout #payment { background: #fff !important; border-radius: 0 !important; }
.woocommerce-checkout #payment ul.payment_methods { border-color: var(--vishi-line) !important; }
.woocommerce-checkout #payment div.payment_box { background: var(--vishi-wool-light) !important; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--vishi-wool-light) !important; }
.woocommerce-checkout .place-order .button { min-height: 55px; width: 100%; }

/* Cart and Checkout blocks */
.wc-block-cart, .wc-block-checkout { gap: 38px !important; }
.wc-block-components-sidebar { background: var(--vishi-wool-light); padding: 24px !important; }
.wc-block-components-button { background: var(--vishi-black); border: 0; color: #fff; min-height: 52px; text-transform: uppercase; }
.wc-block-components-product-name { font-family: var(--vishi-serif); font-size: 18px; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { border-radius: 0 !important; }
.wc-block-cart-items { border-color: var(--vishi-line) !important; }

/* My Account */
.woocommerce-account.logged-in .vishi-commerce-shell article > .woocommerce { display: grid; gap: 35px; grid-template-columns: 280px minmax(0, 1fr); }
.woocommerce-account .woocommerce-MyAccount-navigation { float: none; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-content { float: none; min-width: 0; width: 100%; }
.woocommerce-MyAccount-navigation ul { background: var(--vishi-black); list-style: none; margin: 0; padding: 14px; position: sticky; top: calc(var(--vishi-header-height) + 28px); }
.woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-MyAccount-navigation li a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); display: flex; font-size: 11px; font-weight: 750; gap: 11px; min-height: 50px; padding: 0 12px; text-transform: uppercase; }
.woocommerce-MyAccount-navigation li a::before { align-items: center; color: var(--vishi-wool); content: "◇"; display: flex; font-size: 17px; height: 22px; justify-content: center; width: 22px; }
.woocommerce-MyAccount-navigation-link--orders a::before { content: "▤" !important; }
.woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓" !important; }
.woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖" !important; }
.woocommerce-MyAccount-navigation-link--payment-methods a::before { content: "▣" !important; }
.woocommerce-MyAccount-navigation-link--edit-account a::before { content: "◎" !important; }
.woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↗" !important; }
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover { background: var(--vishi-coffee); color: #fff; }
.woocommerce-MyAccount-content > p:first-child { background: var(--vishi-wool-light); border-left: 3px solid var(--vishi-coffee); padding: 20px; }
.woocommerce-account .addresses .title h2 { font-size: 29px; }
.woocommerce-account .addresses .title .edit { color: var(--vishi-coffee); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.woocommerce-account address { background: var(--vishi-wool-light); border: 0; font-style: normal; padding: 22px; }
.woocommerce-account .woocommerce-EditAccountForm fieldset { border: 1px solid var(--vishi-line); margin: 25px 0; padding: 20px; }
.woocommerce-account .u-columns { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.woocommerce-account .u-column1, .woocommerce-account .u-column2 { background: var(--vishi-wool-light); float: none !important; padding: 28px; width: 100% !important; }
.woocommerce-account .u-columns h2 { font-size: 34px; }
.woocommerce-account form.login, .woocommerce-account form.register { border: 0; margin: 0; padding: 0; }

/* Contact and about pages */
.vishi-contact-hero { background: var(--vishi-black); color: #fff; padding: 88px 0 82px; }
.vishi-contact-hero-grid { align-items: end; display: grid; gap: clamp(45px, 8vw, 130px); grid-template-columns: minmax(0, 1fr) minmax(300px, 520px); }
.vishi-contact-hero .vishi-kicker { color: var(--vishi-wool); }
.vishi-contact-hero h1 { font-size: clamp(58px, 7.5vw, 105px); letter-spacing: -.045em; margin: 0; }
.vishi-contact-hero p { color: rgba(255,255,255,.62); font-family: var(--vishi-serif); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; margin: 0; }
.vishi-contact-section { padding: 90px 0 110px; }
.vishi-contact-layout { align-items: start; display: grid; gap: clamp(45px, 7vw, 105px); grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); }
.vishi-contact-aside .vishi-breadcrumbs { padding: 0 0 42px; }
.vishi-contact-aside h2 { font-size: clamp(38px, 4vw, 55px); margin: 24px 0 20px; }
.vishi-contact-aside > p { color: var(--vishi-muted); font-size: 14px; line-height: 1.75; max-width: 540px; }
.vishi-contact-cards { border-top: 1px solid var(--vishi-line); margin-top: 34px; }
.vishi-contact-cards > a, .vishi-contact-card-static { align-items: center; border-bottom: 1px solid var(--vishi-line); display: grid; gap: 13px; grid-template-columns: 42px minmax(0, 1fr) 22px; min-height: 83px; padding: 13px 5px; transition: background .22s, padding .22s; }
.vishi-contact-cards > a:hover { background: var(--vishi-wool-light); padding-inline: 13px; }
.vishi-contact-card-static { grid-template-columns: 42px minmax(0, 1fr); }
.vishi-contact-cards > a > .vishi-icon:first-child, .vishi-contact-card-static > .vishi-icon { border: 1px solid var(--vishi-line); border-radius: 50%; color: var(--vishi-coffee); height: 42px; padding: 10px; width: 42px; }
.vishi-contact-cards > a > .vishi-icon:last-child { color: var(--vishi-muted); height: 17px; width: 17px; }
.vishi-contact-cards small, .vishi-contact-cards strong { display: block; }
.vishi-contact-cards small { color: var(--vishi-muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.vishi-contact-cards strong { font-family: var(--vishi-serif); font-size: 17px; font-weight: 400; line-height: 1.35; margin-top: 3px; overflow-wrap: anywhere; }
.vishi-contact-form-card { background: var(--vishi-wool-light); border: 1px solid var(--vishi-line); overflow: hidden; padding: clamp(30px, 4.5vw, 58px); position: relative; }
.vishi-contact-form-number { color: rgba(138,92,63,.1); font-family: var(--vishi-serif); font-size: 120px; line-height: 1; position: absolute; right: 25px; top: 18px; }
.vishi-contact-form-card > .vishi-kicker, .vishi-contact-form-card > h2, .vishi-contact-form-card > p, .vishi-whatsapp-form { position: relative; z-index: 1; }
.vishi-contact-form-card > h2 { font-size: clamp(37px, 4vw, 52px); margin: 17px 0; max-width: 530px; }
.vishi-contact-form-card > p { color: var(--vishi-muted); font-size: 12px; line-height: 1.65; max-width: 520px; }
.vishi-whatsapp-form { display: grid; gap: 17px; margin-top: 31px; }
.vishi-form-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.vishi-whatsapp-form label { display: grid; gap: 7px; }
.vishi-whatsapp-form label > span { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vishi-whatsapp-form input, .vishi-whatsapp-form select, .vishi-whatsapp-form textarea { appearance: none; background: #fff; border: 1px solid var(--vishi-line); border-radius: 0; color: var(--vishi-black); min-height: 52px; outline: 0; padding: 12px 14px; transition: border-color .2s, box-shadow .2s; width: 100%; }
.vishi-whatsapp-form textarea { line-height: 1.55; min-height: 145px; resize: vertical; }
.vishi-whatsapp-form select { background-image: linear-gradient(45deg, transparent 50%, var(--vishi-black) 50%), linear-gradient(135deg, var(--vishi-black) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; padding-right: 38px; }
.vishi-whatsapp-form input:focus, .vishi-whatsapp-form select:focus, .vishi-whatsapp-form textarea:focus { border-color: var(--vishi-coffee); box-shadow: 0 0 0 3px rgba(138,92,63,.1); }
.vishi-form-submit-row { align-items: center; display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr) auto; margin-top: 4px; }
.vishi-form-submit-row > small { color: var(--vishi-muted); font-size: 9px; line-height: 1.45; }
.vishi-form-submit-row button { align-items: center; background: var(--vishi-black); border: 0; color: #fff; cursor: pointer; display: inline-flex; font-size: 9px; font-weight: 800; gap: 9px; justify-content: center; letter-spacing: .09em; min-height: 52px; padding: 0 17px; text-transform: uppercase; transition: background .22s, transform .22s; }
.vishi-form-submit-row button:hover { background: var(--vishi-coffee); transform: translateY(-2px); }
.vishi-form-submit-row button .vishi-icon { height: 17px; width: 17px; }
.vishi-form-status { color: #497039; font-size: 11px; font-weight: 700; min-height: 17px; }
.vishi-form-status.is-error { color: #9b2f25; }

.vishi-about-hero { background: var(--vishi-black); color: #fff; padding: 35px 0 105px; }
.vishi-about-hero .vishi-breadcrumbs { color: rgba(255,255,255,.45); padding: 0 0 62px; }
.vishi-about-hero .vishi-breadcrumbs a { color: rgba(255,255,255,.7); }
.vishi-about-hero .vishi-kicker { color: var(--vishi-wool); }
.vishi-about-hero h1 { font-size: clamp(60px, 8vw, 112px); letter-spacing: -.05em; margin: 10px 0 45px; }
.vishi-about-hero blockquote { border: 0; color: var(--vishi-wool); font-family: var(--vishi-serif); font-size: clamp(27px, 3.2vw, 45px); font-style: normal; line-height: 1.35; margin: 0 0 0 auto; max-width: 870px; padding: 0; }
.vishi-about-intro { padding: 105px 0; }
.vishi-about-intro-grid { align-items: center; display: grid; gap: clamp(48px, 8vw, 120px); grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); }
.vishi-about-visual { background: var(--vishi-wool); min-height: 690px; overflow: hidden; position: relative; }
.vishi-about-visual > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.vishi-about-pattern { background: conic-gradient(from 45deg at 50% 50%, #b89575 0 25%, #e4d5bf 0 50%, #8a5c3f 0 75%, #f4ecdf 0); height: 100%; inset: 0; position: absolute; }
.vishi-about-pattern::after { background: repeating-linear-gradient(45deg, transparent 0 23px, rgba(255,255,255,.28) 23px 26px); content: ""; inset: 0; position: absolute; }
.vishi-about-visual > span { background: #fff; bottom: 24px; font-size: 8px; font-weight: 800; left: 24px; letter-spacing: .14em; padding: 12px 15px; position: absolute; text-transform: uppercase; z-index: 2; }
.vishi-about-copy h2 { font-size: clamp(42px, 4.5vw, 62px); margin: 25px 0; }
.vishi-about-copy p { color: var(--vishi-muted); font-family: var(--vishi-serif); font-size: clamp(18px, 1.5vw, 21px); line-height: 1.75; }
.vishi-about-founder { background: var(--vishi-black); color: #fff; padding: 105px 0; }
.vishi-about-founder-grid { align-items: center; display: grid; gap: clamp(55px, 9vw, 145px); grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); }
.vishi-about-founder-title { border-bottom: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); padding: 42px 0; }
.vishi-about-founder-title > span { color: var(--vishi-wool); display: block; font-family: var(--vishi-serif); font-size: clamp(68px, 8vw, 110px); letter-spacing: -.05em; line-height: .9; }
.vishi-about-founder-title > small { color: rgba(255,255,255,.46); display: block; font-size: 9px; letter-spacing: .13em; margin-top: 24px; text-transform: uppercase; }
.vishi-about-founder-copy .vishi-kicker { color: var(--vishi-wool); }
.vishi-about-founder-copy h2 { font-size: clamp(40px, 4.4vw, 60px); margin: 20px 0 26px; }
.vishi-about-founder-copy p { color: rgba(255,255,255,.6); font-family: var(--vishi-serif); font-size: 18px; line-height: 1.75; }
.vishi-about-values { padding: 105px 0; }
.vishi-about-value-grid { border-left: 1px solid var(--vishi-line); border-top: 1px solid var(--vishi-line); display: grid; grid-template-columns: repeat(3, 1fr); }
.vishi-about-value-grid article { border-bottom: 1px solid var(--vishi-line); border-right: 1px solid var(--vishi-line); min-height: 325px; padding: clamp(28px, 4vw, 48px); }
.vishi-about-value-grid article > span { color: var(--vishi-coffee); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.vishi-about-value-grid h3 { font-size: clamp(25px, 2.4vw, 34px); margin: 48px 0 20px; }
.vishi-about-value-grid p { color: var(--vishi-muted); font-size: 13px; line-height: 1.75; }
.vishi-about-closing { background: var(--vishi-wool); padding: 105px 0; }
.vishi-about-closing-grid { align-items: start; display: grid; gap: clamp(55px, 9vw, 140px); grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); }
.vishi-about-closing h2 { font-size: clamp(43px, 4.8vw, 65px); margin-top: 20px; }
.vishi-about-closing p { color: #554f48; font-family: var(--vishi-serif); font-size: 18px; line-height: 1.7; }
.vishi-about-closing strong { display: block; font-family: var(--vishi-serif); font-size: 23px; font-weight: 400; margin-top: 28px; }
.vishi-about-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

/* Footer and mobile navigation */
.vishi-site-footer { background: var(--vishi-black); color: #fff; display: block !important; height: auto !important; min-height: 0 !important; padding: 68px 0 25px; }
.vishi-footer-grid { align-items: start !important; display: grid; gap: clamp(40px, 6vw, 90px); grid-template-columns: 1.5fr 1fr 1fr 1.15fr; height: auto !important; min-height: 0 !important; }
.vishi-footer-brand .vishi-wordmark { font-size: 27px; }
.vishi-footer-brand .custom-logo { filter: brightness(0) invert(1); }
.vishi-footer-about p { color: rgba(255,255,255,.58); font-size: 12px; max-width: 340px; }
.vishi-site-footer h2 { color: var(--vishi-wool); font-family: var(--vishi-sans); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin: 4px 0 18px; text-transform: uppercase; }
.vishi-site-footer ul { list-style: none; margin: 0; padding: 0; }
.vishi-site-footer li, .vishi-site-footer p, .vishi-site-footer a { color: rgba(255,255,255,.62); font-size: 12px; }
.vishi-site-footer li { margin-bottom: 7px; }
.vishi-site-footer a:hover { color: #fff; }
.vishi-footer-contact > a { display: block; margin-bottom: 6px; }
.vishi-socials { display: flex; gap: 8px; }
.vishi-socials a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: flex; height: 39px; justify-content: center; width: 39px; }
.vishi-socials .vishi-icon { width: 17px; }
.vishi-payment-note { align-items: center; border-top: 1px solid rgba(255,255,255,.1); display: flex; gap: 8px; margin-top: 17px; padding-top: 17px; }
.vishi-payment-note .vishi-icon { color: var(--vishi-wool); width: 20px; }
.vishi-payment-note span { color: rgba(255,255,255,.55); font-size: 10px; }
.vishi-footer-widgets { border-top: 1px solid rgba(255,255,255,.1); margin-top: 42px; padding-top: 28px; }
.vishi-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .06em; margin-top: 50px; padding-top: 22px; text-transform: uppercase; }
.vishi-footer-bottom-right { align-items: center; display: flex; gap: 22px; }
.vishi-mobile-bar, .vishi-mobile-buybar { display: none; }

/* Responsive */
@media (max-width: 1180px) {
  .vishi-primary-nav .menu { gap: 15px; }
  .vishi-primary-nav a { font-size: 10px; }
  .vishi-desktop-action:first-child { display: none; }
  .vishi-section-head { grid-template-columns: 1fr auto; }
  .vishi-section-head p { display: none; }
  .vishi-collection-grid { grid-template-columns: 1.15fr .85fr; }
  .vishi-collection-3 { display: none; }
}

@media (max-width: 960px) {
  :root { --vishi-header-height: 76px; }
  .vishi-container { width: min(100% - 36px, 1380px); }
  .vishi-announcement-inner { grid-template-columns: 1fr; justify-items: center; }
  .vishi-announcement-note, .vishi-announcement a { display: none; }
  .vishi-header-inner { grid-template-columns: 1fr auto 1fr; }
  .vishi-primary-nav { display: none; }
  .vishi-menu-toggle { display: inline-flex; justify-self: start; }
  .vishi-header-brand { grid-column: 2; }
  .vishi-header-actions { grid-column: 3; }
  .vishi-desktop-action { display: none; }
  .vishi-hero { grid-template-columns: 1fr; }
  .vishi-hero-copy { min-height: 570px; padding: 70px 7vw; }
  .vishi-hero-copy::after { display: none; }
  .vishi-hero-media { min-height: 560px; }
  .vishi-category-strip-inner { grid-template-columns: repeat(5, minmax(190px, 1fr)); }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vishi-story { grid-template-columns: 1fr; }
  .vishi-story-media { min-height: 600px; }
  .vishi-promise-grid { gap: 28px 0; grid-template-columns: 1fr 1fr; }
  .vishi-promise-grid > div:nth-child(2) { border: 0; }
  .vishi-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .vishi-footer-contact { grid-column: 1 / -1; }
  .vishi-post-grid { grid-template-columns: 1fr 1fr; }
  .single-product div.product { grid-template-columns: 1fr; }
  .single-product div.product .summary { position: static; }
  .woocommerce-cart .vishi-commerce-shell article > .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-cart .cart-collaterals .cart_totals { position: static; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; }
  .woocommerce-checkout #order_review { position: static; }
  .woocommerce-account.logged-in .vishi-commerce-shell article > .woocommerce { grid-template-columns: 230px minmax(0, 1fr); }
  .vishi-contact-hero-grid, .vishi-contact-layout, .vishi-about-intro-grid, .vishi-about-closing-grid { grid-template-columns: 1fr; }
  .vishi-contact-hero-grid { align-items: start; }
  .vishi-contact-hero p { max-width: 620px; }
  .vishi-contact-aside { max-width: 720px; }
  .vishi-about-intro-grid { align-items: start; }
  .vishi-about-visual { min-height: 600px; }
  .vishi-about-founder-grid { gap: 60px; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); }
  .vishi-about-value-grid { grid-template-columns: 1fr; }
  .vishi-about-value-grid article { min-height: 0; }
  .vishi-about-closing-grid { max-width: 850px; }
  .vishi-wishlist-hero-grid { grid-template-columns: 1fr; }
  .vishi-wishlist-hero p { max-width: 650px; }
  .vishi-wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .vishi-site-header { top: 46px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  body.single-product { padding-bottom: 76px; }
  .vishi-container { width: min(100% - 28px, 1380px); }
  .vishi-content-narrow { width: min(100% - 30px, 840px); }
  .vishi-section { padding: 72px 0; }
  .vishi-announcement strong { font-size: 9px; }
  .vishi-wordmark { font-size: 20px; letter-spacing: .12em; }
  .custom-logo { max-height: 48px; max-width: 170px; }
  .vishi-header-actions { gap: 0; }
  .vishi-header-icon { height: 38px; width: 38px; }
  .vishi-menu-toggle { margin-left: -7px; }
  .vishi-cart-toggle { margin-right: -7px; }
  .vishi-hero-copy { min-height: 540px; padding: 60px 22px; }
  .vishi-hero h1 { font-size: clamp(48px, 14vw, 62px); }
  .vishi-hero-copy > p { font-size: 18px; }
  .vishi-hero-actions { align-items: stretch; width: 100%; }
  .vishi-hero-actions .vishi-button { flex: 1; padding-inline: 12px !important; }
  .vishi-hero-media { min-height: 430px; }
  .vishi-hero-note { bottom: 14px; right: 14px; }
  .vishi-category-strip-inner { margin: 0; width: 100%; }
  .vishi-category-strip a { min-height: 72px; padding: 11px 17px; }
  .vishi-section-head { align-items: start; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
  .vishi-section-head h2 { font-size: 41px; }
  .vishi-section-head > a { align-self: flex-start; }
  .woocommerce .products ul, .woocommerce ul.products { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products li.product { padding-bottom: 12px; }
  .woocommerce ul.products li.product a img { margin-bottom: 12px !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px !important; min-height: 46px; padding: 6px 10px 4px !important; }
  .vishi-product-category { font-size: 8px; padding-inline: 10px; }
  .woocommerce ul.products li.product .price { font-size: 12px !important; margin: 3px 10px 11px !important; }
  .woocommerce ul.products li.product .button { align-self: flex-start; border-radius: 50% !important; display: block !important; flex: 0 0 43px !important; font-size: 0 !important; height: 43px !important; margin: auto 10px 0 !important; max-height: 43px; max-width: 43px; min-height: 43px !important; min-width: 43px; overflow: hidden; padding: 0 !important; position: relative; width: 43px !important; }
  .woocommerce ul.products li.product .button::before { display: block; height: 20px; left: 50%; margin: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 20px; }
  .woocommerce ul.products li.product .added_to_cart { font-size: 0; margin: -43px 10px 0 auto; }
  .woocommerce ul.products li.product .added_to_cart::before { align-items: center; background: var(--vishi-coffee); border-radius: 50%; color: #fff; content: "✓"; display: flex; font-size: 15px; height: 43px; justify-content: center; width: 43px; }
  .woocommerce span.onsale, .vishi-unique-badge { font-size: 7px; left: 8px; padding: 7px 8px; top: 8px; }
  .vishi-story-media { min-height: 430px; }
  .vishi-story-copy { padding: 58px 22px; }
  .vishi-story-copy h2 { font-size: 46px; }
  .vishi-story-copy > p { font-size: 18px; }
  .vishi-story-facts { grid-template-columns: 1fr; }
  .vishi-story-facts span, .vishi-story-facts span + span { border-bottom: 1px solid rgba(21,19,15,.18); border-right: 0; padding: 12px 0; }
  .vishi-story-facts span:last-child { border-bottom: 0; }
  .vishi-collection-grid { display: block; min-height: 0; }
  .vishi-collection-card { display: block; margin-bottom: 12px; min-height: 430px; }
  .vishi-collection-3 { display: block; }
  .vishi-promise-grid { grid-template-columns: 1fr; }
  .vishi-promise-grid > div, .vishi-promise-grid > div:first-child { border: 0; padding: 12px 0; }
  .vishi-journal-grid, .vishi-post-grid { grid-template-columns: 1fr; }
  .vishi-page-hero { padding: 52px 0; }
  .vishi-page-hero h1 { font-size: 45px; }
  .vishi-contact-hero { padding: 58px 0; }
  .vishi-contact-hero-grid { gap: 26px; }
  .vishi-contact-hero h1 { font-size: 56px; }
  .vishi-contact-section { padding: 62px 0 78px; }
  .vishi-contact-layout { gap: 55px; }
  .vishi-contact-aside .vishi-breadcrumbs { padding-bottom: 30px; }
  .vishi-contact-aside h2 { font-size: 39px; }
  .vishi-contact-form-card { padding: 27px 20px; }
  .vishi-contact-form-number { font-size: 82px; right: 14px; top: 14px; }
  .vishi-contact-form-card > h2 { font-size: 37px; }
  .vishi-form-grid, .vishi-form-submit-row { grid-template-columns: 1fr; }
  .vishi-form-submit-row button { min-height: 54px; width: 100%; }
  .vishi-about-hero { padding: 26px 0 70px; }
  .vishi-about-hero .vishi-breadcrumbs { padding-bottom: 42px; }
  .vishi-about-hero h1 { font-size: 60px; margin-bottom: 32px; }
  .vishi-about-hero blockquote { font-size: 28px; }
  .vishi-about-intro, .vishi-about-founder, .vishi-about-values, .vishi-about-closing { padding: 72px 0; }
  .vishi-about-intro-grid { gap: 48px; }
  .vishi-about-visual { min-height: 440px; }
  .vishi-about-copy h2 { font-size: 41px; }
  .vishi-about-copy p, .vishi-about-founder-copy p, .vishi-about-closing p { font-size: 17px; }
  .vishi-about-founder-grid { grid-template-columns: 1fr; }
  .vishi-about-founder-title { padding: 31px 0; }
  .vishi-about-founder-title > span { font-size: 75px; }
  .vishi-about-founder-copy h2 { font-size: 39px; }
  .vishi-about-value-grid article { padding: 28px 24px; }
  .vishi-about-value-grid h3 { margin-top: 30px; }
  .vishi-about-closing h2 { font-size: 41px; }
  .vishi-about-actions { display: grid; }
  .vishi-about-actions .vishi-button { width: 100%; }
  .vishi-shop-hint { display: none; }
  .woocommerce .woocommerce-result-count { float: none; margin-bottom: 12px; }
  .woocommerce .woocommerce-ordering { float: none; width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce nav.woocommerce-pagination { margin-top: 34px; overflow: hidden; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers { box-sizing: border-box; gap: 6px; padding-inline: 2px; width: 100%; }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { font-size: 12px; height: 38px; min-width: 38px; padding-inline: 6px; }
  .woocommerce nav.woocommerce-pagination ul li .dots { min-width: 20px; padding-inline: 0; }
  .single-product .product_title { font-size: 39px; }
  .single-product form.cart { align-items: center; }
  .single-product form.cart .button { min-height: 54px; }
  .single-product .vishi-wishlist-toggle--single { flex-basis: 54px; }
  .vishi-stock-status { max-width: 100%; min-width: 0; width: 100%; }
  .vishi-product-whatsapp { grid-template-columns: 42px minmax(0, 1fr); }
  .vishi-product-whatsapp-icon { height: 42px; width: 42px; }
  .vishi-product-whatsapp > a { grid-column: 1 / -1; min-height: 48px; width: 100%; }
  .vishi-qty { grid-template-columns: 32px 42px 32px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .single-product .related > h2, .single-product .upsells > h2 { font-size: 38px; }
  .vishi-checkout-progress .vishi-container { width: 100%; }
  .vishi-checkout-progress span { font-size: 8px; gap: 5px; letter-spacing: .03em; min-height: 66px; text-align: center; }
  .vishi-checkout-progress span:not(:last-child)::after { display: none; }
  .vishi-checkout-progress i { height: 26px; width: 26px; }
  .vishi-commerce-shell { padding-top: 36px; }
  .woocommerce-cart table.cart thead { display: none; }
  .woocommerce-cart table.cart tr.cart_item { border-bottom: 1px solid var(--vishi-line); display: grid; grid-template-columns: 82px minmax(0, 1fr); padding: 12px 0; position: relative; }
  .woocommerce-cart table.cart td { border: 0 !important; display: block; padding: 5px 10px !important; text-align: left !important; }
  .woocommerce-cart table.cart td.product-remove { position: absolute; right: 2px; top: 5px; z-index: 2; }
  .woocommerce-cart table.cart td.product-thumbnail { grid-row: 1 / span 4; padding-left: 0 !important; }
  .woocommerce-cart table.cart td.product-thumbnail::before, .woocommerce-cart table.cart td.product-name::before, .woocommerce-cart table.cart td.product-price::before, .woocommerce-cart table.cart td.product-quantity::before, .woocommerce-cart table.cart td.product-subtotal::before { display: none; }
  .woocommerce-cart table.cart img { height: 110px; width: 82px; }
  .woocommerce-cart table.cart td.actions { display: block; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr auto; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { min-width: 0; width: 100% !important; }
  .woocommerce-cart table.cart td.actions > .button { margin-top: 8px; width: 100% !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 20px; }
  .woocommerce-checkout #order_review { padding: 18px; }
  .woocommerce-account.logged-in .vishi-commerce-shell article > .woocommerce { display: block; }
  .woocommerce-MyAccount-navigation { margin-bottom: 25px; }
  .woocommerce-MyAccount-navigation ul { display: flex; gap: 7px; overflow-x: auto; padding: 8px; position: static; }
  .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-MyAccount-navigation li a { border: 0; font-size: 9px; min-height: 43px; padding: 0 11px; }
  .woocommerce-MyAccount-navigation li a::before { font-size: 15px; width: 17px; }
  .woocommerce-account .u-columns { grid-template-columns: 1fr; }
  .woocommerce-account .u-column1, .woocommerce-account .u-column2 { padding: 20px; }
  .vishi-wishlist-hero { padding: 34px 0 54px; }
  .vishi-wishlist-hero .vishi-breadcrumbs { padding-bottom: 27px; }
  .vishi-wishlist-hero h1 { font-size: 51px; }
  .vishi-wishlist-hero p { font-size: 16px; }
  .vishi-wishlist-section { padding: 54px 0 82px; }
  .vishi-wishlist-toolbar { align-items: flex-start; display: flex; flex-direction: column; gap: 16px; }
  .vishi-wishlist-toolbar h2 { font-size: 38px; }
  .vishi-wishlist-grid { grid-template-columns: 1fr; }
  .vishi-wishlist-media img { aspect-ratio: 4 / 4.4; }
  .vishi-wishlist-card-body { padding: 20px 18px 18px; }
  .vishi-wishlist-toast { bottom: 80px; text-align: center; width: max-content; }
  .vishi-footer-grid { gap: 35px 24px; grid-template-columns: 1fr 1fr; }
  .vishi-footer-about, .vishi-footer-contact { grid-column: 1 / -1; }
  .vishi-footer-bottom { display: block; line-height: 1.9; }
  .vishi-footer-bottom-right { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
  .vishi-mobile-bar { background: #fff; border-top: 1px solid var(--vishi-line); bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 66px; left: 0; position: fixed; right: 0; z-index: 100; }
  .vishi-mobile-bar a { align-items: center; display: flex; flex-direction: column; font-size: 8px; font-weight: 700; gap: 3px; justify-content: center; text-transform: uppercase; }
  .vishi-mobile-bar .vishi-icon { height: 20px; width: 20px; }
  .vishi-mobile-buybar { align-items: center; background: #fff; border-top: 1px solid var(--vishi-line); bottom: 0; display: grid; gap: 12px; grid-template-columns: 1fr auto; left: 0; padding: 9px 12px; position: fixed; right: 0; z-index: 100; }
  .vishi-mobile-buybar small { color: var(--vishi-muted); display: block; font-size: 8px; text-transform: uppercase; }
  .vishi-mobile-buybar strong { font-family: var(--vishi-serif); font-size: 17px; font-weight: 400; }
  .vishi-mobile-buybar button { align-items: center; background: var(--vishi-black); border: 0; color: #fff; display: flex; font-size: 10px; font-weight: 800; gap: 8px; min-height: 52px; padding: 0 18px; text-transform: uppercase; }
  .vishi-mobile-buybar .vishi-icon { width: 19px; }
}

/* Vishitema 1.2 mobile hardening */
@media (max-width: 720px) {
  .vishi-site-header { height: auto !important; min-height: 0 !important; }
  .vishi-header-inner { height: 72px !important; min-height: 72px !important; padding-bottom: 0 !important; padding-top: 0 !important; }
  .vishi-header-brand { align-items: center; display: flex; height: 72px; justify-content: center; padding-inline: 5px; }
  .vishi-header-actions, .vishi-menu-toggle { align-self: center; }
  .vishi-panel { max-width: 100vw; }
  .vishi-mobile-menu, .vishi-search-panel { width: min(92vw, 430px); }
  .vishi-search-panel-body { padding: 32px 18px; }
  .vishi-search-form input[type="search"] { font-size: 18px; }
  .vishi-live-result { grid-template-columns: 52px minmax(0, 1fr); }
  .vishi-live-result img { height: 52px; width: 52px; }
  .vishi-live-result-price { grid-column: 2; text-align: left; }
  .vishi-commerce-shell { padding-bottom: 52px; padding-top: 32px; }
  .woocommerce-cart .vishi-commerce-shell { max-width: none !important; width: calc(100% - 20px) !important; }
  .woocommerce-cart .vishi-commerce-shell article,
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart table.shop_table_responsive,
  .woocommerce-cart table.cart { max-width: none !important; width: 100% !important; }

  .woocommerce-cart table.shop_table_responsive tr.cart_item,
  .woocommerce-cart table.cart tr.cart_item { background: #fff; border: 1px solid var(--vishi-line); display: grid !important; gap: 0; grid-template-columns: 96px minmax(0, 1fr); margin-bottom: 12px; padding: 12px; width: 100% !important; }
  .woocommerce-cart table.shop_table_responsive tr.cart_item td,
  .woocommerce-cart table.cart tr.cart_item td { background: transparent !important; border: 0 !important; min-height: 0; padding: 4px 0 4px 12px !important; }
  body.woocommerce-page.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail,
  body.woocommerce-page.woocommerce-cart table.cart tr.cart_item td.product-thumbnail { align-self: start; display: block !important; grid-column: 1; grid-row: 1 / span 4; opacity: 1 !important; padding: 0 !important; visibility: visible !important; }
  body.woocommerce-page.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail a,
  body.woocommerce-page.woocommerce-cart table.cart tr.cart_item td.product-thumbnail a { display: block !important; height: 128px !important; width: 96px !important; }
  body.woocommerce-page.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail img,
  body.woocommerce-page.woocommerce-cart table.cart tr.cart_item td.product-thumbnail img { aspect-ratio: 3 / 4; display: block !important; height: 128px !important; max-width: none !important; object-fit: cover; opacity: 1 !important; width: 96px !important; }
  .woocommerce-cart table.cart tr.cart_item td.product-name { grid-column: 2; padding-right: 34px !important; text-align: left !important; }
  .woocommerce-cart table.cart tr.cart_item td.product-name a { display: block; font-size: 18px; line-height: 1.2; }
  .woocommerce-cart table.cart tr.cart_item td.product-price { display: none !important; }
  .woocommerce-cart table.cart tr.cart_item td.product-quantity { align-items: center; display: flex !important; grid-column: 2; justify-content: flex-start; }
  .woocommerce-cart table.cart tr.cart_item td.product-quantity::before { color: var(--vishi-muted); content: attr(data-title); display: block !important; float: none; font-size: 9px; font-weight: 800; margin-right: 10px; text-transform: uppercase; }
  .woocommerce-cart table.cart tr.cart_item td.product-quantity:has(input[type="hidden"]) { display: none !important; }
  .woocommerce-cart table.cart tr.cart_item td.product-subtotal { align-items: center; border-top: 1px solid var(--vishi-line) !important; display: flex !important; font-weight: 800; grid-column: 2; justify-content: space-between; margin-top: 5px; padding-top: 9px !important; }
  .woocommerce-cart table.cart tr.cart_item td.product-subtotal::before { color: var(--vishi-muted); content: attr(data-title); display: block !important; float: none; font-size: 9px; font-weight: 800; text-transform: uppercase; }
  .woocommerce-cart table.cart tr.cart_item td.product-remove { grid-column: 2; padding: 0 !important; position: absolute; right: 18px; top: 16px; }
  .woocommerce-cart table.cart tr.cart_item td.product-remove a.remove { align-items: center; background: var(--vishi-wool-light); border-radius: 50%; color: var(--vishi-black) !important; display: flex; font-size: 20px; height: 28px; justify-content: center; line-height: 1; width: 28px; }
  .woocommerce-cart table.cart tr.cart_item td.product-remove a.remove:hover { background: var(--vishi-coffee); color: #fff !important; }
  .woocommerce-cart table.cart td.actions { padding: 12px 0 0 !important; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid !important; gap: 8px; grid-template-columns: minmax(0, 1fr) 145px; width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { min-height: 48px; min-width: 0 !important; text-align: left; width: 100% !important; }
  .woocommerce-cart table.cart td.actions .coupon button { min-height: 48px; min-width: 145px; padding-inline: 10px !important; white-space: nowrap; width: 100%; }
  .woocommerce-cart table.cart td.actions > button[name="update_cart"] { margin-top: 9px; min-height: 50px; width: 100% !important; }
  .woocommerce-cart table.cart td.actions > button[name="update_cart"]:not(:disabled) { background: var(--vishi-coffee) !important; }
  .woocommerce-cart .cart-collaterals .cart_totals { padding: 22px 18px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-destination { font-size: 13px; line-height: 1.55; text-align: left; }
  .woocommerce-cart .cart-collaterals .shipping-calculator-button { font-size: 12px; }
  .woocommerce-cart .cart-collaterals .order-total th,
  .woocommerce-cart .cart-collaterals .order-total td { font-size: 18px; }
  .woocommerce-cart .wc-proceed-to-checkout { margin: 0 !important; padding: 16px 0 0 !important; }
  body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  body.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.button,
  body.woocommerce-page.woocommerce-cart .wc-block-cart__submit-button { align-items: center !important; box-sizing: border-box !important; display: flex !important; font-size: 10px !important; height: 56px !important; justify-content: center !important; line-height: 1.2 !important; margin: 0 !important; max-height: 56px !important; min-height: 56px !important; overflow: hidden !important; padding: 0 14px !important; text-align: center !important; white-space: normal !important; width: 100% !important; }

  .vishi-site-footer { min-height: 0 !important; padding: 45px 0 20px !important; }
  .vishi-footer-grid { display: grid !important; gap: 30px 22px !important; grid-template-columns: 1fr 1fr !important; min-height: 0 !important; }
  .vishi-footer-about, .vishi-footer-contact { grid-column: 1 / -1; }
  .vishi-footer-about p { margin-bottom: 16px; }
  .vishi-footer-brand .vishi-wordmark { color: #fff !important; font-size: 24px; }
  .vishi-footer-bottom { margin-top: 34px; }
}

@media (max-width: 390px) {
  .woocommerce-cart table.cart td.actions .coupon { grid-template-columns: 1fr; }
  .woocommerce-cart table.cart td.actions .coupon button { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Liora 360 footer signature */
.vishi-site-footer .liora360 { --lb-c1: #1b2540; --lb-c2: #3b6ef5; --lb-ink: currentColor; --lb-pill-ink: #fff; align-items: center; color: var(--lb-ink); display: inline-flex; font: 500 13px/1.15 'Segoe UI', Tahoma, Verdana, sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: none; white-space: nowrap; -webkit-tap-highlight-color: transparent; }
.vishi-site-footer .liora360:focus-visible { border-radius: 4px; outline: 2px solid var(--lb-c2); outline-offset: 4px; }
.liora360 .lb-pre, .liora360 .lb-name { display: block; overflow: hidden; transition: max-width .55s cubic-bezier(.6,0,.2,1), opacity .3s ease, margin .55s cubic-bezier(.6,0,.2,1); }
.liora360 .lb-pre { font-size: 12px; margin-right: 9px; max-width: 90px; opacity: .65; text-align: right; }
.liora360:hover .lb-pre, .liora360:focus-visible .lb-pre { margin-right: 0; max-width: 0; opacity: 0; }
.liora360 .lb-name { font-size: 14px; font-weight: 600; letter-spacing: .07em; max-width: 0; opacity: 0; }
.liora360:hover .lb-name, .liora360:focus-visible .lb-name { max-width: 110px; opacity: 1; }
.liora360:hover .lb-left, .liora360:focus-visible .lb-left { margin-right: 8px; }
.liora360:hover .lb-right, .liora360:focus-visible .lb-right { margin-left: 8px; }
.liora360 .lb-360 { flex: none; height: 22px; perspective: 420px; position: relative; width: 42px; }
.liora360 .lb-pill { align-items: center; animation: lb-tint 5s ease-in-out infinite, lb-spin 5s cubic-bezier(.7,0,.2,1) infinite; background: var(--lb-c1); border-radius: 999px; color: var(--lb-pill-ink); display: flex; font-size: 11px; font-weight: 700; inset: 0; justify-content: center; letter-spacing: .08em; position: absolute; transform-style: preserve-3d; }
.liora360 .lb-ring { animation: lb-ring 5s ease-out infinite; border: 1.5px solid var(--lb-c2); border-radius: 999px; inset: 0; opacity: 0; pointer-events: none; position: absolute; }
@keyframes lb-tint { 0%, 44% { background: var(--lb-c1); } 62%, 88% { background: var(--lb-c2); } 100% { background: var(--lb-c1); } }
@keyframes lb-spin { 0%, 44% { transform: rotateY(0); } 82%, 100% { transform: rotateY(360deg); } }
@keyframes lb-ring { 0%, 40% { opacity: 0; transform: scale(1); } 52% { opacity: .55; } 100% { opacity: 0; transform: scale(1.75); } }
@media (prefers-reduced-motion: reduce) { .liora360 .lb-pill, .liora360 .lb-ring { animation: none; } }
