/*
 * Han Mobil storefront layer
 * White + pastel-green WooCommerce phone storefront presentation.
 */
:root{
 --hanmob-cream:#ffffff;
 --hanmob-cream-2:#f3f8f4;
 --hanmob-beige:#a8c7b0;
 --hanmob-beige-dark:#73977e;
 --hanmob-brown:#8fb39a;
 --hanmob-ink:#1f2b23;
 --hanmob-muted:#68756d;
 --hanmob-line:#dfe9e2;
 --hanmob-white:#fff;
 --hanmob-radius:3px;
 --hanmob-shadow:0 14px 40px rgba(53,84,63,.07);
}
body.hanspot-theme,
body.spotcu-theme{background:#fff;color:var(--hanspot-text,var(--hanmob-ink));}
body.hanspot-theme *,body.spotcu-theme *{box-sizing:border-box}
body.hanspot-theme img,body.spotcu-theme img{max-width:100%}
body.hanspot-theme :is(.hanspot-shell,.spotcu-shell){width:min(1400px,calc(100% - 48px));max-width:1400px;margin-inline:auto}
body.hanspot-theme :is(button,input,select,textarea,a){border-radius:3px}
body.hanspot-theme :is(.button,button,[class*="card"],[class*="panel"],[class*="box"],[class*="notice"],[class*="modal"]){border-radius:3px!important}
.hanmob-icon{display:inline-block;width:21px;height:21px;flex:0 0 auto;vertical-align:middle}

/* Header */
.hanmob-header{position:relative;z-index:80;background:var(--hanspot-header-bg,#fff)!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important;border-bottom:1px solid var(--hanspot-border,var(--hanmob-line));box-shadow:0 8px 26px rgba(53,84,63,.035)}
.hanmob-topbar{height:36px;background:var(--hanmob-cream)!important;border-bottom:1px solid var(--hanspot-border,var(--hanmob-line))!important;color:var(--hanspot-text,var(--hanmob-ink))!important}
.hanmob-topbar-inner{height:36px!important;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hanmob-top-links{display:flex!important;align-items:center;gap:22px!important;margin:0!important;padding:0!important;list-style:none!important}
.hanmob-top-links li{margin:0!important}
.hanmob-top-links a{font-size:10px!important;line-height:1!important;letter-spacing:.03em;color:var(--hanspot-text,var(--hanmob-ink))!important;font-weight:400!important}
.hanmob-top-links a:hover{color:var(--hanspot-accent,var(--hanmob-beige-dark))!important}
.hanmob-mainbar{background:var(--hanspot-header-bg,#fff)!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important}
.hanmob-mainbar-inner{min-height:82px!important;display:grid!important;grid-template-columns:minmax(205px,260px) minmax(340px,1fr) auto!important;align-items:center!important;gap:34px!important}
.hanmob-logo{display:inline-flex!important;align-items:center!important;min-width:0!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important}
.hanmob-logo .hanspot-logo-image{max-height:56px;width:auto}
.hanmob-logo .hanspot-logo-default{gap:10px!important}
.hanmob-logo .hanspot-logo-default img{width:50px!important;height:42px!important;object-fit:contain!important}
.hanmob-logo .hanspot-logo-default strong{font-size:22px!important;font-weight:600!important;letter-spacing:.12em!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important}
.hanmob-logo .hanspot-logo-default b{font-size:12px!important;font-weight:400!important;letter-spacing:.3em!important;color:var(--hanspot-accent,var(--hanmob-beige-dark))!important;margin-top:5px}
.hanmob-desktop-search .hanspot-live-search{height:46px!important;display:grid!important;grid-template-columns:145px minmax(0,1fr)!important;border:1px solid var(--hanspot-border,var(--hanmob-line))!important;background:#fff!important;overflow:visible!important;box-shadow:none!important;border-radius:3px!important}
.hanmob-desktop-search .hanspot-live-search select{border:0!important;border-right:1px solid var(--hanspot-border,var(--hanmob-line))!important;background:var(--hanmob-cream)!important;color:var(--hanspot-text,var(--hanmob-ink))!important;padding:0 13px!important;font-size:10px!important;outline:0!important;border-radius:0!important}
.hanmob-desktop-search .hanspot-search-input-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;height:44px!important;position:relative!important;background:#fff!important}
.hanmob-desktop-search input[type=search]{width:100%!important;height:44px!important;padding:0 15px!important;border:0!important;background:#fff!important;color:var(--hanspot-text,var(--hanmob-ink))!important;outline:0!important;font-size:11px!important}
.hanmob-desktop-search .hanspot-search-input-wrap button{height:44px!important;width:48px!important;padding:0!important;border:0!important;background:var(--hanspot-accent,var(--hanmob-beige))!important;color:#fff!important;display:grid!important;place-items:center!important;border-radius:0 3px 3px 0!important}
.hanmob-desktop-search .hanspot-search-results{top:calc(100% + 7px)!important;border:1px solid var(--hanspot-border,var(--hanmob-line))!important;border-radius:3px!important;box-shadow:var(--hanmob-shadow)!important}
.hanmob-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important}
.hanmob-header-actions>a,.hanmob-header-actions>button{position:relative!important;display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0!important;padding:5px 0!important;border:0!important;background:transparent!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important;box-shadow:none!important;font-size:10px!important;font-weight:400!important;white-space:nowrap!important}
.hanmob-header-actions :is(.hanspot-icon,.hanmob-icon){width:21px!important;height:21px!important}
.hanmob-header-actions>a:hover{color:var(--hanspot-accent,var(--hanmob-beige-dark))!important}
.hanmob-favorites-count,.hanmob-cart-link .hanspot-cart-count{position:absolute!important;top:-5px!important;right:-9px!important;left:auto!important;min-width:17px!important;height:17px!important;padding:0 4px!important;display:grid!important;place-items:center!important;background:var(--hanspot-accent,var(--hanmob-beige))!important;color:#fff!important;border:2px solid var(--hanspot-header-bg,#fff)!important;border-radius:999px!important;font-size:8px!important;font-weight:600!important;line-height:1!important}
.hanmob-mobile-toggle,.hanmob-mobile-search-toggle{display:none!important}
.hanmob-category-navbar{background:var(--hanspot-header-bg,#fff)!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important;border-top:1px solid var(--hanspot-border,var(--hanmob-line))!important;border-bottom:0!important}
.hanmob-category-nav{min-height:58px;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important}
.hanmob-category-nav>a{display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;padding:12px 14px!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important;border-left:1px solid var(--hanspot-border,var(--hanmob-line))!important;border-radius:0!important;transition:.2s ease!important}
.hanmob-category-nav>a:last-child{border-right:1px solid var(--hanspot-border,var(--hanmob-line))!important}
.hanmob-category-nav>a span{width:31px;height:31px;display:grid;place-items:center;background:var(--hanmob-cream);color:var(--hanspot-accent,var(--hanmob-beige-dark));border-radius:3px}
.hanmob-category-nav>a .hanmob-icon{width:18px;height:18px}
.hanmob-category-nav>a strong{font-size:10px!important;font-weight:500!important;letter-spacing:.02em!important}
.hanmob-category-nav>a:hover{background:var(--hanmob-cream)!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important}
.hanmob-category-nav>a:hover span{background:var(--hanspot-accent,var(--hanmob-beige));color:#fff}

/* Canvas */
.hanmob-mobile-panel{background:#fff!important;color:var(--hanmob-ink)!important;width:min(390px,90vw)!important}
.hanmob-mobile-panel .hanspot-mobile-panel-head{height:76px!important;padding:0 18px!important;background:#fff!important;color:var(--hanmob-ink)!important;border-bottom:1px solid var(--hanmob-line)!important}
.hanmob-mobile-panel .hanspot-mobile-close{color:var(--hanmob-ink)!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important}
.hanmob-mobile-panel-body{padding:18px!important;overflow-y:auto!important;height:calc(100vh - 76px)!important}
.hanmob-mobile-panel .hanspot-mobile-actions{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin:0 0 22px!important}
.hanmob-mobile-panel .hanspot-mobile-actions a{min-height:68px!important;padding:9px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;border:1px solid var(--hanmob-line)!important;background:var(--hanmob-cream)!important;color:var(--hanmob-ink)!important;font-size:9px!important;text-align:center!important;position:relative!important}
.hanmob-mobile-panel .hanspot-mobile-actions :is(.hanspot-icon,.hanmob-icon){width:20px!important;height:20px!important;color:var(--hanmob-beige-dark)!important}
.hanmob-mobile-panel .hanspot-mobile-actions b{position:absolute;right:7px;top:6px;background:var(--hanmob-beige);color:#fff;min-width:16px;height:16px;display:grid;place-items:center;font-size:8px;border-radius:999px!important}
.hanmob-mobile-categories{margin-bottom:20px}
.hanmob-mobile-categories h3{font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-weight:600!important;color:var(--hanmob-muted)!important}
.hanmob-mobile-categories>a{display:grid!important;grid-template-columns:38px minmax(0,1fr) 18px!important;align-items:center!important;gap:11px!important;padding:11px 0!important;border-bottom:1px solid var(--hanmob-line)!important;color:var(--hanmob-ink)!important;border-radius:0!important}
.hanmob-mobile-categories>a>span{width:38px;height:38px;display:grid;place-items:center;background:var(--hanmob-cream);color:var(--hanmob-beige-dark);border-radius:3px}
.hanmob-mobile-categories>a>span .hanmob-icon{width:20px;height:20px}
.hanmob-mobile-categories strong{display:block;font-size:11px;font-weight:500}
.hanmob-mobile-categories small{display:block;font-size:8px;line-height:1.55;color:var(--hanmob-muted);margin-top:2px}
.hanmob-mobile-panel .hanspot-mobile-menu{margin:0!important;padding:0!important;list-style:none!important;border-top:1px solid var(--hanmob-line)!important}
.hanmob-mobile-panel .hanspot-mobile-menu>li{position:relative!important;border-bottom:1px solid var(--hanmob-line)!important}
.hanmob-mobile-panel .hanspot-mobile-menu li>a{display:flex!important;align-items:center!important;min-height:47px!important;padding:10px 42px 10px 4px!important;color:var(--hanmob-ink)!important;background:#fff!important;font-size:11px!important;font-weight:500!important;border-radius:0!important}
.hanmob-mobile-panel .hanspot-mobile-menu .hanspot-submenu-toggle{position:absolute!important;right:0!important;top:5px!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:0!important;background:var(--hanmob-cream)!important;color:var(--hanmob-ink)!important}
.hanmob-mobile-panel .hanspot-mobile-menu .sub-menu{display:none!important;margin:0 0 8px!important;padding:6px 0 6px 13px!important;border-left:2px solid var(--hanmob-beige)!important;background:var(--hanmob-cream)!important}
.hanmob-mobile-panel .hanspot-mobile-menu .is-submenu-open>.sub-menu{display:block!important}
.hanmob-mobile-panel .hanspot-mobile-menu .sub-menu li{border:0!important}
.hanmob-mobile-panel .hanspot-mobile-menu .sub-menu a{min-height:38px!important;padding:8px 10px!important;background:transparent!important;color:var(--hanmob-ink)!important;font-size:10px!important}

/* Hero */
.hanspot-home-hero.hanspot-hero-slider{min-height:570px!important;background:var(--hanmob-cream)!important;color:var(--hanmob-ink)!important;overflow:hidden!important}
.hanspot-home-hero .hanspot-hero-slides,.hanspot-home-hero .hanspot-hero-slide{position:absolute!important;inset:0!important}
.hanspot-home-hero .hanspot-hero-slide{background-image:linear-gradient(90deg,rgba(246,241,232,.98) 0%,rgba(246,241,232,.88) 35%,rgba(246,241,232,.18) 68%,rgba(246,241,232,0) 100%),var(--hanspot-slide-image)!important;background-size:cover!important;background-position:center!important;opacity:0!important;visibility:hidden!important;transition:opacity .7s ease!important}
.hanspot-home-hero .hanspot-hero-slide.is-active{opacity:1!important;visibility:visible!important}
.hanspot-home-hero:before,.hanspot-home-hero:after{display:none!important}
.hanspot-home-hero .hanspot-shell{position:relative!important;z-index:3!important}
.hanspot-home-hero .spotcu-hero-copy{max-width:610px!important;padding:104px 0 126px!important}
.hanspot-home-hero .spotcu-eyebrow{font-size:10px!important;letter-spacing:.16em!important;color:var(--hanmob-beige-dark)!important;margin-bottom:18px!important;font-weight:500!important}
.hanspot-home-hero h1{font-size:54px!important;line-height:1.12!important;letter-spacing:-1.6px!important;font-weight:500!important;color:var(--hanmob-ink)!important;margin:0 0 20px!important}
.hanspot-home-hero h1 span{color:var(--hanmob-beige-dark)!important}
.hanspot-home-hero p{font-size:14px!important;line-height:1.9!important;color:#625a52!important;max-width:520px!important;margin:0 0 28px!important}
.hanspot-home-hero .spotcu-hero-buttons{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
.hanspot-home-hero .spotcu-btn{min-height:48px!important;padding:0 22px!important;border-radius:3px!important;text-transform:none!important;font-size:10px!important;letter-spacing:.04em!important;font-weight:500!important}
.hanspot-home-hero .spotcu-btn-yellow{background:var(--hanmob-brown)!important;color:#fff!important;border:1px solid var(--hanmob-brown)!important}
.hanspot-home-hero .spotcu-btn-yellow:hover{background:var(--hanmob-beige-dark)!important;border-color:var(--hanmob-beige-dark)!important}
.hanspot-home-hero .spotcu-btn-outline{background:rgba(255,255,255,.7)!important;color:var(--hanmob-ink)!important;border:1px solid var(--hanmob-line)!important}
.hanspot-home-hero .spotcu-btn-outline:hover{background:#fff!important;border-color:var(--hanmob-beige)!important}
.hanspot-home-hero .hanspot-hero-dots{position:absolute!important;left:50%!important;bottom:28px!important;transform:translateX(-50%)!important;display:flex!important;gap:8px!important;z-index:4!important}
.hanspot-home-hero .hanspot-hero-dots button{width:24px!important;height:2px!important;padding:0!important;border:0!important;background:rgba(53,84,63,.25)!important;border-radius:0!important}
.hanspot-home-hero .hanspot-hero-dots button.is-active{background:var(--hanmob-brown)!important}
.spotcu-trust-strip{margin-top:-45px!important;position:relative!important;z-index:6!important}
.spotcu-trust-grid{min-height:98px!important;grid-template-columns:repeat(4,1fr)!important;background:#fff!important;color:var(--hanmob-ink)!important;border:1px solid var(--hanmob-line)!important;border-radius:3px!important;box-shadow:var(--hanmob-shadow)!important}
.spotcu-trust-grid>div{padding:19px 24px!important;gap:14px!important}
.spotcu-trust-grid>div:not(:last-child):after{background:var(--hanmob-line)!important;top:22px!important;bottom:22px!important}
.spotcu-trust-grid>div>.spotcu-icon{width:36px!important;height:36px!important;padding:7px!important;background:var(--hanmob-cream)!important;color:var(--hanmob-beige-dark)!important;border-radius:3px!important}
.spotcu-trust-grid strong{font-size:10px!important;font-weight:500!important;color:var(--hanmob-ink)!important}
.spotcu-trust-grid small{font-size:9px!important;color:var(--hanmob-muted)!important;font-weight:400!important;line-height:1.55!important}

/* Shared headings */
.hanmob-section-heading{max-width:760px;margin:0 auto 32px;text-align:center}
.hanmob-section-heading>span{display:inline-flex;align-items:center;gap:8px;color:var(--hanmob-beige-dark);font-size:9px;font-weight:500;letter-spacing:.15em;margin-bottom:10px}
.hanmob-section-heading h2{margin:0 0 10px;font-size:31px;line-height:1.25;font-weight:500;letter-spacing:-.5px;color:var(--hanmob-ink)}
.hanmob-section-heading p{margin:0;color:var(--hanmob-muted);font-size:12px;line-height:1.8}
.hanmob-section-heading--row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:25px;text-align:left}
.hanmob-section-heading--row>div{max-width:760px}
.hanmob-section-heading--row>a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 17px;border:1px solid var(--hanmob-line);font-size:9px;font-weight:500;color:var(--hanmob-ink);white-space:nowrap}
.hanmob-section-heading--row>a:hover{background:var(--hanmob-brown);border-color:var(--hanmob-brown);color:#fff}
.hanmob-section-heading--row>a .hanmob-icon{width:16px;height:16px}

/* Home categories */
.hanmob-category-showcase{padding:88px 0 68px;background:#fff}
.hanmob-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.hanmob-category-card{position:relative;min-height:345px;overflow:hidden;border:1px solid var(--hanmob-line);background:var(--hanmob-cream);color:#fff;border-radius:3px!important}
.hanmob-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.hanmob-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(91,125,101,.88) 0%,rgba(91,125,101,.16) 62%,rgba(91,125,101,.04) 100%)}
.hanmob-category-card:hover>img{transform:scale(1.035)}
.hanmob-category-card .hanmob-category-icon{position:absolute;z-index:2;left:16px;top:16px;width:40px;height:40px;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--hanmob-brown);border-radius:3px}
.hanmob-category-card .hanmob-category-icon .hanmob-icon{width:22px;height:22px}
.hanmob-category-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:21px 18px}
.hanmob-category-card small{display:block;color:#e8f1ea;font-size:8px;letter-spacing:.12em;margin-bottom:5px}
.hanmob-category-card h3{font-size:18px!important;line-height:1.25!important;font-weight:500!important;margin:0 0 5px!important;color:#fff!important}
.hanmob-category-card p{font-size:9px;line-height:1.6;color:#edf4ef;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Product section and cards */
.hanmob-category-products{padding:74px 0;background:#fff}
.hanmob-category-products:nth-of-type(even){background:var(--hanmob-cream)}
.hanmob-product-grid,.spotcu-product-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:0!important;list-style:none!important}
.hanmob-product-card,.woocommerce ul.products li.product.hanmob-product-card{width:auto!important;min-width:0!important;margin:0!important;padding:0!important;float:none!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--hanmob-line)!important;border-radius:3px!important;overflow:hidden!important;box-shadow:none!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
.hanmob-product-card:hover{transform:translateY(-2px)!important;box-shadow:var(--hanmob-shadow)!important;border-color:#bcd3c2!important}
.hanmob-product-card .hanspot-product-media{height:auto!important;aspect-ratio:4/3!important;position:relative!important;overflow:hidden!important;background:var(--hanmob-cream)!important}
.hanmob-product-card .hanspot-product-media>a{display:block!important;width:100%!important;height:100%!important}
.hanmob-product-card .hanspot-product-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transition:transform .45s ease!important}
.hanmob-product-card:hover .hanspot-product-media img{transform:scale(1.025)!important}
.hanmob-product-card .hanspot-product-info{display:flex!important;flex:1!important;flex-direction:column!important;padding:15px 15px 16px!important;min-width:0!important}
.hanmob-product-card .hanspot-card-category{display:block!important;min-height:15px!important;font-size:8px!important;line-height:1.4!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:var(--hanmob-beige-dark)!important;margin-bottom:6px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hanmob-product-card .hanspot-card-category a{color:inherit!important}
.hanmob-product-card :is(h2,h3,.woocommerce-loop-product__title){font-size:14px!important;line-height:1.45!important;font-weight:500!important;letter-spacing:-.12px!important;margin:0 0 6px!important;min-height:41px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:var(--hanmob-ink)!important}
.hanmob-card-rating{display:flex;align-items:center;gap:5px;min-height:18px;margin-bottom:8px;color:var(--hanmob-muted);font-size:9px}
.hanmob-card-rating .star-rating{font-size:11px!important;width:5.4em!important;color:var(--hanmob-beige-dark)!important;margin:0!important}
.hanmob-card-rating .star-rating:before{color:#d6cbbc!important}
.hanmob-card-rating span{font-weight:500;color:var(--hanmob-ink)}
.hanmob-card-rating small{font-size:8px;color:var(--hanmob-muted)}
.hanmob-product-card .spotcu-product-price{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;margin:auto 0 12px!important;font-size:17px!important;line-height:1.25!important;font-weight:500!important;color:var(--hanmob-brown)!important}
.hanmob-product-card .spotcu-product-price del{font-size:10px!important;color:#9b938b!important;font-weight:400!important;opacity:1!important}
.hanmob-product-card .spotcu-product-price ins{text-decoration:none!important;color:var(--hanmob-brown)!important;font-weight:500!important}
.hanmob-product-card .hanspot-product-actions{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;gap:7px!important;margin:0!important}
.hanmob-product-card .hanspot-product-actions a{height:39px!important;min-height:39px!important;padding:0 12px!important;border:1px solid var(--hanmob-brown)!important;background:var(--hanmob-brown)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:9px!important;font-weight:500!important;line-height:1!important;text-transform:none!important;border-radius:3px!important;white-space:nowrap!important}
.hanmob-product-card .hanspot-product-actions .hanspot-card-whatsapp{width:42px!important;padding:0!important;background:#fff!important;color:var(--hanmob-brown)!important;border-color:var(--hanmob-line)!important}
.hanmob-product-card .hanspot-product-actions .hanspot-card-whatsapp span{display:none!important}
.hanmob-product-card .hanspot-product-actions .hanspot-icon{width:16px!important;height:16px!important}
.hanmob-product-card .hanspot-product-actions a:hover{background:var(--hanmob-beige-dark)!important;border-color:var(--hanmob-beige-dark)!important;color:#fff!important}
.hanmob-product-card .hanmob-favorite{position:absolute!important;right:12px!important;top:12px!important;width:38px!important;height:38px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(53,84,63,.14)!important;background:rgba(255,255,255,.92)!important;color:var(--hanmob-brown)!important;z-index:5!important;box-shadow:0 7px 20px rgba(53,84,63,.1)!important}
.hanmob-product-card .hanmob-favorite .hanmob-icon{width:18px;height:18px;fill:transparent;transition:.2s ease}
.hanmob-product-card .hanmob-favorite.is-active{background:var(--hanmob-brown)!important;color:#fff!important;border-color:var(--hanmob-brown)!important}
.hanmob-product-card .hanmob-favorite.is-active .hanmob-icon{fill:currentColor}
.hanmob-product-card .hanspot-badge-stack{position:absolute!important;left:12px!important;top:12px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;z-index:4!important}
.hanmob-product-card .hanspot-sale-badge{position:static!important;min-width:0!important;height:auto!important;padding:6px 9px!important;margin:0!important;border:0!important;background:rgba(255,255,255,.94)!important;color:var(--hanmob-brown)!important;font-size:7px!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:600!important;border-radius:2px!important;box-shadow:0 5px 15px rgba(53,84,63,.07)!important}
.hanmob-product-card .hanspot-sale-badge--featured,.hanmob-product-card .hanspot-sale-badge--custom{background:var(--hanmob-brown)!important;color:#fff!important}
.hanmob-product-card .hanspot-sale-badge--sale,.hanmob-product-card .hanspot-sale-badge--discount{background:var(--hanmob-beige)!important;color:#fff!important}

/* Promotional banners */
.hanmob-home-banner{position:relative;min-height:390px;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(47,42,37,.85),rgba(47,42,37,.47) 48%,rgba(47,42,37,.04)),var(--hanmob-banner);background-size:cover;background-position:center;margin:10px 0}
.hanmob-home-banner .hanspot-shell{position:relative;z-index:2}
.hanmob-banner-copy{max-width:560px;padding:76px 0;color:#fff}
.hanmob-banner-copy>span{display:block;font-size:9px;letter-spacing:.16em;margin-bottom:13px;color:#e9ded0}
.hanmob-banner-copy h2{font-size:36px!important;line-height:1.25!important;font-weight:500!important;letter-spacing:-.5px!important;margin:0 0 13px!important;color:#fff!important}
.hanmob-banner-copy p{max-width:510px;font-size:12px;line-height:1.85;color:#eee7df;margin:0 0 24px}
.hanmob-banner-copy a{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 17px;background:#fff;color:var(--hanmob-brown);border:1px solid #fff;font-size:9px;font-weight:500}
.hanmob-banner-copy a:hover{background:var(--hanmob-beige);border-color:var(--hanmob-beige);color:#fff}
.hanmob-banner-copy .hanmob-icon{width:16px;height:16px}

/* Bundle */
.hanmob-bundle{padding:80px 0;background:var(--hanmob-brown)}
.hanmob-bundle-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);min-height:540px;background:#fff;border-radius:3px;overflow:hidden}
.hanmob-bundle-media{position:relative;min-width:0;background:var(--hanmob-cream);overflow:hidden}
.hanmob-bundle-media>a,.hanmob-bundle-media img{display:block;width:100%;height:100%}
.hanmob-bundle-media img{object-fit:cover}
.hanmob-bundle-label{position:absolute;left:18px;top:18px;padding:8px 10px;background:#fff;color:var(--hanmob-brown);font-size:8px;letter-spacing:.12em;font-weight:600}
.hanmob-bundle-content{padding:52px 46px;display:flex;flex-direction:column;justify-content:center}
.hanmob-bundle-content>span{font-size:8px;letter-spacing:.16em;color:var(--hanmob-beige-dark);margin-bottom:10px}
.hanmob-bundle-content>h2{font-size:34px!important;line-height:1.25!important;font-weight:500!important;margin:0 0 12px!important;color:var(--hanmob-ink)!important}
.hanmob-bundle-content>p{font-size:12px;line-height:1.85;color:var(--hanmob-muted);margin:0 0 22px}
.hanmob-bundle-items{display:grid;gap:8px}
.hanmob-bundle-items>a{position:relative;display:grid;grid-template-columns:8px 54px minmax(0,1fr);gap:12px;align-items:center;padding:8px;border:1px solid var(--hanmob-line);background:#fff;color:var(--hanmob-ink)}
.hanmob-bundle-items>a>i{width:7px;height:7px;background:var(--hanmob-beige);border-radius:999px!important;animation:hanmobPulse 1.8s ease-in-out infinite}
.hanmob-bundle-items>a:nth-child(2)>i{animation-delay:.35s}.hanmob-bundle-items>a:nth-child(3)>i{animation-delay:.7s}
@keyframes hanmobPulse{0%,100%{opacity:.35;box-shadow:0 0 0 0 rgba(143,179,154,.35)}50%{opacity:1;box-shadow:0 0 0 5px rgba(143,179,154,0)}}
.hanmob-bundle-items img{width:54px!important;height:43px!important;object-fit:cover!important}
.hanmob-bundle-items small{display:block;font-size:7px;letter-spacing:.1em;color:var(--hanmob-beige-dark)}
.hanmob-bundle-items strong{display:block;font-size:10px;font-weight:500;margin-top:2px}
.hanmob-bundle-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-top:22px;margin-top:22px;border-top:1px solid var(--hanmob-line)}
.hanmob-bundle-bottom>div{display:flex;flex-direction:column}
.hanmob-bundle-bottom .price{font-size:22px;font-weight:500;color:var(--hanmob-brown)}
.hanmob-bundle-bottom .price del{font-size:11px;color:#9c938a;margin-right:7px}
.hanmob-bundle-bottom .price ins{text-decoration:none}
.hanmob-bundle-bottom small{font-size:8px;color:var(--hanmob-muted);margin-top:3px}
.hanmob-bundle-bottom>a{display:inline-flex;align-items:center;gap:8px;min-height:43px;padding:0 16px;background:var(--hanmob-brown);color:#fff;font-size:9px;font-weight:500}

/* Product archive heading */
.hanspot-archive-head,.hanspot-archive-hero,.woocommerce-products-header{background:var(--hanmob-cream)!important;color:var(--hanmob-ink)!important;border:1px solid var(--hanmob-line)!important;border-radius:3px!important}
.woocommerce-products-header__title,.hanspot-archive-title{font-weight:500!important;color:var(--hanmob-ink)!important}
.term-description,.woocommerce-products-header__description{color:var(--hanmob-muted)!important;font-size:12px!important;line-height:1.8!important}
.woocommerce .woocommerce-ordering select{height:42px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-ink)!important;padding:0 34px 0 12px!important;font-size:10px!important}

/* Product detail */
.hanspot-single-product{padding:22px 0 75px!important;background:#fff!important}
.hanspot-product-breadcrumb{padding:8px 0 18px!important;color:var(--hanmob-muted)!important;font-size:9px!important}
.hanspot-product-breadcrumb a{color:var(--hanmob-muted)!important}
.hanspot-product-main{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:20px!important;align-items:start!important}
.hanspot-product-gallery,.hanspot-product-summary{min-width:0!important;background:#fff!important;border:1px solid var(--hanmob-line)!important;border-radius:3px!important;box-shadow:none!important}
.hanspot-product-gallery{padding:12px!important;overflow:hidden!important}
.hanspot-product-summary{padding:30px!important}
.hanspot-product-gallery .woocommerce-product-gallery{width:100%!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}
.hanspot-product-gallery .flex-viewport{width:100%!important;overflow:hidden!important;border-radius:2px!important;background:var(--hanmob-cream)!important}
.hanspot-product-gallery .woocommerce-product-gallery__wrapper{margin:0!important;padding:0!important;background:var(--hanmob-cream)!important}
.hanspot-product-gallery .woocommerce-product-gallery__image{background:var(--hanmob-cream)!important}
.hanspot-product-gallery .woocommerce-product-gallery__image a{display:block!important;width:100%!important;aspect-ratio:4/3!important;background:var(--hanmob-cream)!important;overflow:hidden!important}
.hanspot-product-gallery .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important;background:var(--hanmob-cream)!important;margin:0!important}
.hanspot-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 0!important;padding:0!important;list-style:none!important}
.hanspot-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important;padding:0!important}
.hanspot-product-gallery .flex-control-thumbs img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;border:1px solid var(--hanmob-line)!important;padding:0!important;background:var(--hanmob-cream)!important;border-radius:2px!important;opacity:.66!important}
.hanspot-product-gallery .flex-control-thumbs img.flex-active{opacity:1!important;border-color:var(--hanmob-beige-dark)!important;box-shadow:inset 0 0 0 1px var(--hanmob-beige-dark)!important}
.hanspot-product-gallery .woocommerce-product-gallery__trigger{position:absolute!important;right:14px!important;top:14px!important;left:auto!important;width:39px!important;height:39px!important;z-index:9!important;display:grid!important;place-items:center!important;border:1px solid var(--hanmob-line)!important;background:rgba(255,255,255,.94)!important;color:var(--hanmob-brown)!important;box-shadow:0 7px 20px rgba(53,84,63,.09)!important;text-indent:-9999px!important;overflow:hidden!important;border-radius:3px!important}
.hanspot-product-gallery .woocommerce-product-gallery__trigger:before{content:""!important;position:absolute!important;inset:0!important;background:center/17px 17px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233e342b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m20 20-4.6-4.6M10.5 7.5v6M7.5 10.5h6'/%3E%3C/svg%3E")!important}
.hanspot-product-kicker{display:block!important;margin-bottom:9px!important;color:var(--hanmob-beige-dark)!important;font-size:8px!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.hanspot-product-summary .product_title{font-size:35px!important;line-height:1.2!important;font-weight:500!important;letter-spacing:-.6px!important;color:var(--hanmob-ink)!important;margin:0 0 10px!important}
.hanmob-product-identity{display:flex;align-items:center;gap:15px;flex-wrap:wrap;padding:0 0 15px;margin:0 0 17px;border-bottom:1px solid var(--hanmob-line)}
.hanmob-rating-inline{display:inline-flex;align-items:center;gap:6px;color:var(--hanmob-muted);font-size:9px}
.hanmob-rating-inline .star-rating{font-size:13px!important;color:var(--hanmob-beige-dark)!important;margin:0!important}
.hanmob-rating-inline b{font-size:10px;font-weight:500;color:var(--hanmob-ink)}
.hanmob-rating-inline small{font-size:8px}
.hanmob-sku{font-size:8px;color:var(--hanmob-muted)}
.hanmob-sku strong{font-weight:500;color:var(--hanmob-ink)}
.hanmob-favorite--single{margin-left:auto;width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--hanmob-line);background:#fff;color:var(--hanmob-brown)}
.hanmob-favorite--single.is-active{background:var(--hanmob-brown);border-color:var(--hanmob-brown);color:#fff}
.hanmob-favorite--single.is-active .hanmob-icon{fill:currentColor}
.hanspot-product-summary .price{display:flex!important;align-items:baseline!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 17px!important;color:var(--hanmob-brown)!important;font-size:27px!important;line-height:1.2!important;font-weight:500!important}
.hanspot-product-summary .price ins{font-size:32px!important;text-decoration:none!important;color:var(--hanmob-brown)!important;font-weight:500!important}
.hanspot-product-summary .price del{font-size:14px!important;color:#9d958d!important;font-weight:400!important;opacity:1!important}
.hanspot-product-summary .woocommerce-product-details__short-description{font-size:12px!important;line-height:1.85!important;color:var(--hanmob-muted)!important;margin-bottom:20px!important}
.hanspot-product-summary .woocommerce-product-details__short-description p{margin:0!important}
.hanspot-product-summary .stock{font-size:9px!important;color:#65735f!important;margin:0 0 12px!important}
.hanspot-single-actions{display:block!important;padding:18px!important;margin:18px 0 0!important;background:var(--hanmob-cream)!important;border:1px solid var(--hanmob-line)!important;border-radius:3px!important}
.hanspot-single-actions form.cart{margin:0!important}
.hanspot-single-actions form.cart:not(.variations_form){display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:8px!important}
.hanspot-single-actions .quantity{margin:0!important;float:none!important}
.hanspot-single-actions .quantity input.qty{width:100%!important;height:47px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-ink)!important;text-align:center!important;padding:0 8px!important}
.hanspot-single-actions .single_add_to_cart_button{min-height:47px!important;height:47px!important;margin:0!important;padding:0 18px!important;border:1px solid var(--hanmob-brown)!important;background:var(--hanmob-brown)!important;color:#fff!important;font-size:10px!important;font-weight:500!important;text-transform:none!important;border-radius:3px!important}
.hanspot-single-actions .single_add_to_cart_button:hover{background:var(--hanmob-beige-dark)!important;border-color:var(--hanmob-beige-dark)!important}
.hanspot-single-whatsapp{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:45px!important;margin-top:8px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-brown)!important;font-size:9px!important;font-weight:500!important}
.hanspot-single-whatsapp:hover{background:var(--hanmob-brown)!important;color:#fff!important;border-color:var(--hanmob-brown)!important}

/* Variations / swatches */
.hanspot-product-summary form.variations_form{width:100%!important;margin:0!important}
.hanspot-product-summary table.variations{display:block!important;width:100%!important;margin:0!important;border:0!important}
.hanspot-product-summary table.variations tbody{display:grid!important;gap:14px!important;width:100%!important}
.hanspot-product-summary table.variations tr{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important}
.hanspot-product-summary table.variations th,.hanspot-product-summary table.variations td{display:block!important;width:100%!important;padding:0!important;border:0!important;text-align:left!important;background:transparent!important}
.hanspot-product-summary table.variations th label{font-size:9px!important;font-weight:500!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:var(--hanmob-ink)!important}
.hanspot-product-summary table.variations select{width:100%!important;height:43px!important;padding:0 35px 0 12px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-ink)!important;font-size:10px!important;outline:0!important;border-radius:3px!important}
.hanmob-swatches{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px}
.hanmob-swatch{min-height:34px;padding:0 11px;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-ink)!important;font-size:9px!important;font-weight:400!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:3px!important}
.hanmob-swatch:hover,.hanmob-swatch.is-active{border-color:var(--hanmob-brown)!important;background:var(--hanmob-brown)!important;color:#fff!important}
.hanmob-swatch.is-disabled{opacity:.38!important;cursor:not-allowed!important;text-decoration:line-through!important}
.hanmob-swatch-dot{width:15px;height:15px;border:1px solid rgba(0,0,0,.12);border-radius:2px!important;background:var(--swatch-color,#d9cfbf)}
.hanmob-swatch-texture{width:20px;height:15px;border:1px solid rgba(0,0,0,.12);border-radius:2px!important;background-color:var(--swatch-color,#d9cfbf);background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.16) 0 2px,rgba(0,0,0,.04) 2px 4px)}
.hanspot-product-summary .reset_variations{display:inline-flex!important;margin-top:8px!important;color:var(--hanmob-muted)!important;font-size:8px!important;text-decoration:underline!important}
.hanspot-product-summary .single_variation_wrap{margin-top:14px!important}
.hanspot-product-summary .woocommerce-variation{min-height:0!important;padding:12px!important;margin-bottom:8px!important;background:#fff!important;border:1px solid var(--hanmob-line)!important}
.hanspot-product-summary .woocommerce-variation-price .price{margin:0!important;font-size:20px!important}
.hanspot-product-summary .woocommerce-variation-price .price ins{font-size:24px!important}
.hanspot-product-summary .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:8px!important;align-items:center!important}

/* Specs and trust */
.hanmob-product-specs{margin:20px 0 0;padding:18px 0 0;border-top:1px solid var(--hanmob-line)}
.hanmob-product-specs h3{font-size:11px!important;font-weight:500!important;letter-spacing:.04em!important;margin:0 0 11px!important;color:var(--hanmob-ink)!important}
.hanmob-product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.hanmob-product-spec-grid>div{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;padding:10px;border:1px solid var(--hanmob-line);background:#fff}
.hanmob-product-spec-grid>div>span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;background:var(--hanmob-cream);color:var(--hanmob-beige-dark);border-radius:2px}
.hanmob-product-spec-grid .hanmob-icon{width:16px;height:16px}
.hanmob-product-spec-grid small{font-size:7px;line-height:1.2;letter-spacing:.07em;text-transform:uppercase;color:var(--hanmob-muted)}
.hanmob-product-spec-grid strong{display:block;min-width:0;font-size:9px;line-height:1.45;font-weight:500;color:var(--hanmob-ink);overflow-wrap:anywhere}
.hanspot-product-quick-info{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:19px 0 0!important;padding:18px 0 0!important;border-top:1px solid var(--hanmob-line)!important}
.hanspot-product-quick-info>span{min-height:72px!important;padding:10px 6px!important;background:var(--hanmob-cream)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;border-radius:3px!important}
.hanspot-product-quick-info .hanspot-icon{width:20px!important;height:20px!important;color:var(--hanmob-beige-dark)!important}
.hanspot-product-quick-info b{font-size:8px!important;line-height:1.4!important;font-weight:500!important;color:var(--hanmob-ink)!important}
.hanspot-single-category{display:inline-flex!important;align-items:center!important;gap:7px!important;margin-top:11px!important;padding:7px 9px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;color:var(--hanmob-muted)!important;font-size:8px!important;border-radius:3px!important}
.hanspot-single-category .hanspot-icon{width:15px!important;height:15px!important;color:var(--hanmob-beige-dark)!important}
.hanspot-single-category a{color:var(--hanmob-ink)!important}

/* Product tabs, ratings and comments */
.hanspot-product-details{margin-top:20px!important}
.hanspot-product-details .woocommerce-tabs,.hanspot-product-details .related{border:1px solid var(--hanmob-line)!important;background:#fff!important;border-radius:3px!important;padding:24px!important;margin-bottom:20px!important}
.hanspot-product-details .woocommerce-tabs ul.tabs{display:flex!important;gap:3px!important;flex-wrap:wrap!important;margin:0 0 22px!important;padding:0!important;border-bottom:1px solid var(--hanmob-line)!important}
.hanspot-product-details .woocommerce-tabs ul.tabs:before,.hanspot-product-details .woocommerce-tabs ul.tabs li:before,.hanspot-product-details .woocommerce-tabs ul.tabs li:after{display:none!important}
.hanspot-product-details .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important;border-radius:0!important}
.hanspot-product-details .woocommerce-tabs ul.tabs li a{display:block!important;padding:12px 15px!important;font-size:9px!important;font-weight:500!important;color:var(--hanmob-muted)!important;border-bottom:2px solid transparent!important}
.hanspot-product-details .woocommerce-tabs ul.tabs li.active a{color:var(--hanmob-ink)!important;border-color:var(--hanmob-beige-dark)!important}
.hanspot-product-details .woocommerce-Tabs-panel{font-size:12px!important;line-height:1.85!important;color:var(--hanmob-muted)!important}
.hanspot-product-details .woocommerce-Tabs-panel h2{font-size:22px!important;font-weight:500!important;color:var(--hanmob-ink)!important;margin:0 0 15px!important}
#reviews{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:22px}
#reviews #comments,#reviews #review_form_wrapper{min-width:0}
#reviews .commentlist{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}
#reviews .commentlist li{margin:0!important;padding:0!important}
#reviews .comment_container{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding:15px!important;border:1px solid var(--hanmob-line)!important;background:#fff!important}
#reviews .comment_container img.avatar{position:static!important;width:42px!important;height:42px!important;padding:0!important;border:0!important;object-fit:cover!important;border-radius:2px!important}
#reviews .comment-text{margin:0!important;padding:0!important;border:0!important}
#reviews .star-rating{font-size:12px!important;color:var(--hanmob-beige-dark)!important;margin-bottom:6px!important}
#reviews .meta{margin:0 0 7px!important;font-size:8px!important;color:var(--hanmob-muted)!important}
#reviews .woocommerce-review__author{font-size:10px!important;color:var(--hanmob-ink)!important;font-weight:500!important}
#reviews .description{font-size:10px!important;line-height:1.7!important;color:var(--hanmob-muted)!important}
#reviews #review_form_wrapper{padding:18px!important;background:var(--hanmob-cream)!important;border:1px solid var(--hanmob-line)!important}
#reviews #reply-title{font-size:18px!important;font-weight:500!important;color:var(--hanmob-ink)!important}
#reviews form label{display:block!important;margin-bottom:5px!important;font-size:8px!important;font-weight:500!important;color:var(--hanmob-ink)!important}
#reviews form :is(input[type=text],input[type=email],textarea){width:100%!important;border:1px solid var(--hanmob-line)!important;background:#fff!important;padding:11px!important;color:var(--hanmob-ink)!important;font-size:10px!important;outline:0!important}
#reviews .comment-form-rating .stars a{color:var(--hanmob-beige-dark)!important}
#reviews .form-submit input{min-height:43px!important;padding:0 17px!important;border:0!important;background:var(--hanmob-brown)!important;color:#fff!important;font-size:9px!important;font-weight:500!important}

/* Favorites */
.hanmob-favorites-page{padding:20px 0 40px}
.hanmob-favorites-head{padding:28px;margin-bottom:18px;background:var(--hanmob-cream);border:1px solid var(--hanmob-line);text-align:center}
.hanmob-favorites-head>span{font-size:8px;letter-spacing:.15em;color:var(--hanmob-beige-dark)}
.hanmob-favorites-head h1{font-size:32px;font-weight:500;margin:7px 0;color:var(--hanmob-ink)}
.hanmob-favorites-head p{font-size:11px;color:var(--hanmob-muted);margin:0}
.hanmob-favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hanmob-favorites-grid>li{list-style:none}
.hanmob-favorites-empty{grid-column:1/-1;padding:55px 22px;text-align:center;border:1px solid var(--hanmob-line);background:#fff}
.hanmob-favorites-empty>span{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 12px;background:var(--hanmob-cream);color:var(--hanmob-beige-dark)}
.hanmob-favorites-empty h2{font-size:22px;font-weight:500;margin:0 0 8px}
.hanmob-favorites-empty p{font-size:11px;color:var(--hanmob-muted);margin:0 0 18px}
.hanmob-favorites-empty a{display:inline-flex;min-height:42px;align-items:center;padding:0 16px;background:var(--hanmob-brown);color:#fff;font-size:9px}

/* About / legal */
.hanmob-about-section{padding:70px 0!important}
.hanmob-about-section img{width:100%!important;min-height:480px!important;object-fit:cover!important}
.hanmob-about-copy h2{font-size:31px!important;line-height:1.35!important;font-weight:500!important;color:var(--hanmob-ink)!important}
.hanmob-about-copy p{font-size:12px!important;line-height:1.9!important;color:var(--hanmob-muted)!important}
.hanmob-about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px}
.hanmob-about-stats>div{padding:15px;border:1px solid var(--hanmob-line);background:var(--hanmob-cream)}
.hanmob-about-stats strong{display:block;font-size:17px;font-weight:500;color:var(--hanmob-brown)}
.hanmob-about-stats span{font-size:8px;color:var(--hanmob-muted)}
.hanmob-legal-section{padding:55px 0!important}
.hanmob-legal-content{padding:34px;border:1px solid var(--hanmob-line);background:#fff;color:var(--hanmob-muted);font-size:12px;line-height:1.9}
.hanmob-legal-content h2{font-size:22px!important;font-weight:500!important;color:var(--hanmob-ink)!important;margin:27px 0 10px!important}
.hanmob-legal-content h2:first-child{margin-top:0!important}
.hanmob-info-notice{padding:17px;margin-top:20px;background:var(--hanmob-cream);border-left:3px solid var(--hanmob-beige)}
.hanmob-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.hanmob-support-grid>div{padding:17px;border:1px solid var(--hanmob-line);background:var(--hanmob-cream)}
.hanmob-support-grid h3{font-size:13px!important;font-weight:500!important;margin:0 0 7px!important;color:var(--hanmob-ink)!important}

/* Footer */
.hanmob-footer{padding:62px 0 0!important;background:var(--hanspot-dark,var(--hanmob-brown))!important;color:#f3f8f4!important;border-top:0!important}
.hanmob-footer-grid{display:grid!important;grid-template-columns:1.4fr .8fr .8fr 1.05fr!important;gap:44px!important;padding-bottom:44px!important}
.hanmob-footer .hanspot-logo-default strong{color:#fff!important}.hanmob-footer .hanspot-logo-default b{color:#d5bea0!important}
.hanmob-footer p,.hanmob-footer li,.hanmob-footer a,.hanmob-footer span,.hanmob-footer small{color:#e7ded5!important}
.hanmob-footer h3{font-size:11px!important;letter-spacing:.08em!important;font-weight:500!important;color:#fff!important;margin:0 0 16px!important;text-transform:uppercase!important}
.hanmob-footer-about p{max-width:360px;font-size:10px!important;line-height:1.8!important;margin:17px 0!important}
.hanmob-footer-note{font-size:8px;color:#bcd3c2;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}
.hanmob-footer ul{margin:0!important;padding:0!important;list-style:none!important}
.hanmob-footer li{margin:0 0 8px!important;font-size:9px!important}
.hanmob-footer a:hover{color:#fff!important}
.hanmob-footer .hanspot-contact-list li{display:flex!important;align-items:flex-start!important;gap:9px!important;line-height:1.6!important}
.hanmob-footer .hanspot-contact-list .hanspot-icon{width:15px!important;height:15px!important;color:#d5bea0!important;margin-top:1px!important}
.hanmob-footer-legal{min-height:66px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);font-size:8px}
.hanmob-legal-menu{display:flex!important;align-items:center!important;gap:17px!important;margin-right:auto!important}
.hanmob-legal-menu li{margin:0!important}

/* Page hero */
.hanspot-page-hero,.spotcu-page-hero{width:100%!important;background:var(--hanmob-cream)!important;color:var(--hanmob-ink)!important;border-top:1px solid var(--hanmob-line)!important;border-bottom:1px solid var(--hanmob-line)!important;padding:56px 0!important;text-align:center!important}
.hanspot-page-hero .hanspot-eyebrow{font-size:8px!important;letter-spacing:.15em!important;color:var(--hanmob-beige-dark)!important}
.hanspot-page-hero h1{font-size:38px!important;line-height:1.25!important;font-weight:500!important;color:var(--hanmob-ink)!important;margin:8px 0!important}
.hanspot-page-hero p{font-size:11px!important;color:var(--hanmob-muted)!important;margin:0 auto 10px!important;max-width:680px!important}
.hanspot-page-hero .hanspot-breadcrumb{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:8px!important;color:var(--hanmob-muted)!important}

/* Woo pages */
.hanspot-special-page{background:#fff!important}
.hanspot-special-page-shell{padding-top:28px!important;padding-bottom:65px!important}
.hanspot-cart-layout,.hanspot-checkout-layout,.hanspot-myaccount-layout{gap:18px!important}
.hanspot-cart-form,.hanspot-cart-summary .cart_totals,.hanspot-checkout-customer,.hanspot-checkout-order,.hanspot-myaccount-content,.hanspot-myaccount-layout .woocommerce-MyAccount-navigation{border-color:var(--hanmob-line)!important;border-radius:3px!important;box-shadow:none!important}
.hanspot-myaccount-layout .woocommerce-MyAccount-navigation{background:var(--hanmob-cream)!important}
.hanspot-myaccount-layout .woocommerce-MyAccount-navigation a{color:var(--hanmob-ink)!important;border-radius:2px!important}
.hanspot-myaccount-layout .woocommerce-MyAccount-navigation li.is-active a,.hanspot-myaccount-layout .woocommerce-MyAccount-navigation a:hover{background:var(--hanmob-brown)!important;color:#fff!important}
.woocommerce :is(input.input-text,textarea,select){border-color:var(--hanmob-line)!important;border-radius:3px!important}
.woocommerce :is(.button,button.button,input.button){background:var(--hanmob-brown)!important;color:#fff!important;border-radius:3px!important;font-size:9px!important;font-weight:500!important}

/* Contact */
.hanspot-contact-card,.hanspot-contact-form-card,.hanspot-contact-map-card{border-radius:3px!important;border-color:var(--hanmob-line)!important;box-shadow:none!important}
.hanspot-contact-card{background:#fff!important;color:var(--hanmob-ink)!important}
.hanspot-contact-icon{background:var(--hanmob-cream)!important;color:var(--hanmob-beige-dark)!important;border-radius:3px!important}
.hanspot-contact-heading>span{color:var(--hanmob-beige-dark)!important}
.hanspot-contact-submit,.hanspot-contact-whatsapp{background:var(--hanmob-brown)!important;border-color:var(--hanmob-brown)!important;color:#fff!important}

/* Responsive */
@media(max-width:1180px){
 .hanmob-mainbar-inner{grid-template-columns:210px minmax(280px,1fr) auto!important;gap:20px!important}
 .hanmob-header-actions{gap:14px!important}.hanmob-header-actions>a span{display:none!important}
 .hanmob-product-grid,.spotcu-product-grid,.woocommerce ul.products,.hanmob-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .hanmob-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hanmob-category-card:nth-child(4),.hanmob-category-card:nth-child(5){min-height:300px}
 .hanspot-product-main{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)!important}
 .hanmob-footer-grid{grid-template-columns:1.2fr 1fr 1fr!important}.hanmob-footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:900px){
 body.hanspot-theme :is(.hanspot-shell,.spotcu-shell){width:calc(100% - 30px)!important}
 .hanmob-topbar{display:none!important}
 .hanmob-mainbar-inner{min-height:68px!important;display:grid!important;grid-template-columns:38px minmax(115px,1fr) 38px 38px 38px!important;gap:5px!important;padding:0!important}
 .hanmob-mobile-toggle,.hanmob-mobile-search-toggle{display:grid!important;width:38px!important;height:38px!important;padding:0!important;place-items:center!important;border:0!important;background:transparent!important;color:var(--hanspot-header-text,var(--hanmob-ink))!important}
 .hanmob-logo{justify-self:center!important;min-width:0!important}.hanmob-logo .hanspot-logo-default img{width:36px!important;height:32px!important}.hanmob-logo .hanspot-logo-default strong{font-size:15px!important}.hanmob-logo .hanspot-logo-default b{font-size:8px!important;margin-top:3px!important}
 .hanmob-desktop-search{display:none!important}
 .hanmob-header-actions{display:contents!important}
 .hanmob-account-link{display:none!important}
 .hanmob-mobile-search-toggle{grid-column:3!important}
 .hanmob-favorites-link{grid-column:4!important;width:38px!important;height:38px!important;padding:0!important;display:grid!important;place-items:center!important;justify-self:center!important}.hanmob-favorites-link span{display:none!important}
 .hanmob-cart-link{grid-column:5!important;width:38px!important;height:38px!important;padding:0!important;display:grid!important;place-items:center!important;justify-self:center!important}.hanmob-cart-link span{display:none!important}
 .hanmob-favorites-count,.hanmob-cart-link .hanspot-cart-count{top:0!important;right:0!important}
 .hanmob-category-navbar{display:none!important}
 .hanspot-mobile-search-panel{background:#fff!important;border-top:1px solid var(--hanmob-line)!important;padding:10px 0!important}
 .hanspot-mobile-search-panel .hanspot-live-search{border:1px solid var(--hanmob-line)!important;background:#fff!important}
 .hanspot-mobile-search-panel .hanspot-search-input-wrap{display:grid!important;grid-template-columns:1fr 44px!important}
 .hanspot-mobile-search-panel input{height:44px!important;border:0!important;padding:0 13px!important;font-size:10px!important}
 .hanspot-mobile-search-panel button{border:0!important;background:var(--hanmob-beige)!important;color:#fff!important}
 .hanspot-home-hero.hanspot-hero-slider{min-height:510px!important}
 .hanspot-home-hero .hanspot-hero-slide{background-image:linear-gradient(90deg,rgba(246,241,232,.97),rgba(246,241,232,.7) 58%,rgba(246,241,232,.22)),var(--hanspot-slide-image)!important}
 .hanspot-home-hero .spotcu-hero-copy{padding:88px 0 110px!important;max-width:540px!important}
 .hanspot-home-hero h1{font-size:43px!important}
 .spotcu-trust-grid{grid-template-columns:repeat(2,1fr)!important}.spotcu-trust-grid>div:nth-child(2):after{display:none!important}.spotcu-trust-grid>div{border-bottom:1px solid var(--hanmob-line)}
 .hanmob-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hanmob-category-card{min-height:310px}.hanmob-category-card:last-child{grid-column:1/-1}
 .hanmob-product-grid,.spotcu-product-grid,.woocommerce ul.products,.hanmob-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .hanmob-bundle-card{grid-template-columns:1fr!important}.hanmob-bundle-media{min-height:410px}.hanmob-bundle-content{padding:36px 28px}
 .hanspot-product-main{grid-template-columns:1fr!important}.hanspot-product-summary{padding:25px!important}
 #reviews{grid-template-columns:1fr}
 .hanmob-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hanmob-footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:600px){
 body.hanspot-theme :is(.hanspot-shell,.spotcu-shell){width:calc(100% - 20px)!important}
 .hanmob-mainbar-inner{grid-template-columns:36px minmax(100px,1fr) 36px 36px 36px!important;gap:3px!important;min-height:62px!important}
 .hanmob-mainbar-inner :is(.hanmob-mobile-toggle,.hanmob-mobile-search-toggle,.hanmob-favorites-link,.hanmob-cart-link){width:36px!important;height:36px!important}
 .hanmob-logo .hanspot-logo-default{gap:5px!important}.hanmob-logo .hanspot-logo-default img{width:31px!important;height:29px!important}.hanmob-logo .hanspot-logo-default strong{font-size:13px!important;letter-spacing:.08em!important}.hanmob-logo .hanspot-logo-default b{font-size:7px!important;letter-spacing:.18em!important}
 .hanspot-home-hero.hanspot-hero-slider{min-height:470px!important}
 .hanspot-home-hero .hanspot-hero-slide{background-image:linear-gradient(0deg,rgba(246,241,232,.99) 0%,rgba(246,241,232,.94) 44%,rgba(246,241,232,.28) 100%),var(--hanspot-mobile-slide-image,var(--hanspot-slide-image))!important;background-position:center!important}
 .hanspot-home-hero .spotcu-hero-copy{padding:218px 0 74px!important;max-width:none!important;text-align:center!important}
 .hanspot-home-hero .spotcu-eyebrow{font-size:8px!important;margin-bottom:10px!important}
 .hanspot-home-hero h1{font-size:30px!important;letter-spacing:-.6px!important;margin-bottom:12px!important}
 .hanspot-home-hero p{font-size:10px!important;line-height:1.7!important;margin:0 auto 17px!important;max-width:360px!important}
 .hanspot-home-hero .spotcu-hero-buttons{justify-content:center!important}.hanspot-home-hero .spotcu-btn{min-height:42px!important;padding:0 14px!important;font-size:8px!important}
 .spotcu-trust-strip{margin-top:0!important}.spotcu-trust-grid{grid-template-columns:1fr 1fr!important;box-shadow:none!important;border-top:0!important}.spotcu-trust-grid>div{min-width:0!important;padding:14px 10px!important;gap:8px!important}.spotcu-trust-grid>div>.spotcu-icon{width:29px!important;height:29px!important}.spotcu-trust-grid strong{font-size:8px!important}.spotcu-trust-grid small{font-size:7px!important}
 .hanmob-category-showcase{padding:54px 0 45px}.hanmob-section-heading{margin-bottom:22px}.hanmob-section-heading h2{font-size:24px}.hanmob-section-heading p{font-size:10px}
 .hanmob-category-grid{display:flex!important;overflow-x:auto!important;gap:9px!important;scroll-snap-type:x mandatory!important;padding-bottom:5px!important}.hanmob-category-card,.hanmob-category-card:last-child{flex:0 0 78%!important;min-height:310px!important;grid-column:auto!important;scroll-snap-align:start!important}
 .hanmob-section-heading--row{display:block!important}.hanmob-section-heading--row>a{margin-top:14px!important;min-height:38px!important}
 .hanmob-category-products{padding:50px 0}
 .hanmob-product-grid,.spotcu-product-grid,.woocommerce ul.products,.hanmob-favorites-grid{grid-template-columns:1fr!important;gap:12px!important}
 .hanmob-product-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;min-height:168px!important}
 .hanmob-product-card .hanspot-product-media{aspect-ratio:auto!important;height:100%!important;min-height:168px!important}.hanmob-product-card .hanspot-product-info{padding:12px!important}.hanmob-product-card :is(h2,h3,.woocommerce-loop-product__title){font-size:12px!important;min-height:35px!important;margin-bottom:3px!important}.hanmob-product-card .spotcu-product-price{font-size:15px!important;margin-bottom:8px!important}.hanmob-product-card .hanspot-product-actions{grid-template-columns:1fr 36px!important}.hanmob-product-card .hanspot-product-actions a{height:35px!important;min-height:35px!important;font-size:8px!important}.hanmob-product-card .hanspot-product-actions .hanspot-card-whatsapp{width:36px!important}.hanmob-product-card .hanmob-favorite{right:7px!important;top:7px!important;width:32px!important;height:32px!important}.hanmob-product-card .hanspot-badge-stack{left:7px!important;top:7px!important}.hanmob-product-card .hanspot-sale-badge{padding:5px 6px!important;font-size:6px!important}
 .hanmob-home-banner{min-height:350px;background-image:linear-gradient(0deg,rgba(47,42,37,.91),rgba(47,42,37,.15)),var(--hanmob-banner);background-position:center}.hanmob-banner-copy{padding:160px 0 35px;text-align:center}.hanmob-banner-copy h2{font-size:28px!important}.hanmob-banner-copy p{font-size:10px}.hanmob-banner-copy a{min-height:40px;font-size:8px}
 .hanmob-bundle{padding:50px 0}.hanmob-bundle-media{min-height:280px}.hanmob-bundle-content{padding:25px 16px}.hanmob-bundle-content>h2{font-size:25px!important}.hanmob-bundle-content>p{font-size:10px}.hanmob-bundle-bottom{display:block}.hanmob-bundle-bottom>a{margin-top:14px;width:100%;justify-content:center}
 .hanspot-product-summary{padding:18px!important}.hanspot-product-summary .product_title{font-size:27px!important}.hanmob-product-identity{gap:9px}.hanmob-favorite--single{margin-left:0}.hanspot-product-summary .price ins{font-size:27px!important}
 .hanspot-single-actions{padding:12px!important}.hanspot-product-summary .woocommerce-variation-add-to-cart,.hanspot-single-actions form.cart:not(.variations_form){grid-template-columns:72px minmax(0,1fr)!important}
 .hanmob-product-spec-grid{grid-template-columns:1fr!important}.hanspot-product-quick-info{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hanspot-product-quick-info b{font-size:7px!important}
 .hanspot-product-details .woocommerce-tabs,.hanspot-product-details .related{padding:15px!important}.hanspot-product-details .woocommerce-tabs ul.tabs{display:grid!important;grid-template-columns:1fr 1fr!important}.hanspot-product-details .woocommerce-tabs ul.tabs li a{text-align:center!important;padding:10px 5px!important;font-size:8px!important}
 .hanmob-about-section img{min-height:300px!important}.hanmob-about-stats,.hanmob-support-grid{grid-template-columns:1fr!important}.hanmob-legal-content{padding:20px;font-size:10px}
 .hanmob-footer{padding-top:43px!important}.hanmob-footer-grid{grid-template-columns:1fr!important;gap:28px!important}.hanmob-footer-legal{align-items:flex-start;flex-direction:column;padding:18px 0;gap:10px}.hanmob-legal-menu{flex-wrap:wrap!important;gap:10px!important}
 .hanspot-page-hero,.spotcu-page-hero{padding:38px 0!important}.hanspot-page-hero h1{font-size:29px!important}
}
