:root{
 --spotcu-yellow:#8fb39a;
 --spotcu-yellow-dark:#6f9279;
 --spotcu-dark:#11151a;
 --spotcu-dark-2:#171c22;
 --spotcu-text:#17191d;
 --spotcu-muted:#717781;
 --spotcu-line:#e6e8eb;
 --spotcu-soft:#f6f7f8;
 --spotcu-white:#fff;
 --spotcu-radius:7px;
 --spotcu-shadow:0 14px 45px rgba(18,22,27,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.spotcu-theme{margin:0;background:#fff;color:var(--spotcu-text);font-family:Poppins,Arial,sans-serif;font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.spotcu-theme a{color:inherit;text-decoration:none;transition:.22s ease}
body.spotcu-theme img{max-width:100%;height:auto}
body.spotcu-theme button,body.spotcu-theme input,body.spotcu-theme select,body.spotcu-theme textarea{font:inherit}
body.spotcu-theme ul{padding:0;margin:0;list-style:none}
.spotcu-shell{width:min(1400px,calc(100% - 64px));margin-inline:auto}
.spotcu-icon{width:20px;height:20px;display:inline-block;flex:0 0 auto}
.spotcu-main{min-height:420px}
.elementor-section.elementor-section-full_width>.elementor-container{max-width:none!important}
.elementor-widget-spotcu-hero>.elementor-widget-container,.elementor-widget-spotcu-categories>.elementor-widget-container,.elementor-widget-spotcu-products>.elementor-widget-container,.elementor-widget-spotcu-benefits>.elementor-widget-container,.elementor-widget-spotcu-header>.elementor-widget-container,.elementor-widget-spotcu-footer>.elementor-widget-container,.elementor-widget-spotcu-page-hero>.elementor-widget-container{margin:0!important;padding:0!important}

/* Header */
.spotcu-header{position:relative;z-index:50;background:var(--spotcu-dark);color:#fff}
.spotcu-topbar{background:#0d1014;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px}
.spotcu-topbar-inner{height:42px;display:flex;align-items:center;justify-content:space-between}
.spotcu-topbar-inner>div{display:flex;align-items:center;gap:34px}
.spotcu-topbar a,.spotcu-topbar span{display:inline-flex;align-items:center;gap:8px;color:#f3f4f5}
.spotcu-topbar .spotcu-icon{width:15px;height:15px;color:#fff}
.spotcu-mainbar{background:linear-gradient(115deg,#12161b,#0e1115)}
.spotcu-mainbar-inner{min-height:88px;display:grid;grid-template-columns:250px minmax(360px,1fr) 270px;align-items:center;gap:34px}
.spotcu-logo{display:inline-flex;align-items:center;min-width:190px}
.spotcu-logo-image{max-height:60px;width:auto}
.spotcu-logo-default{display:flex;align-items:center;gap:11px;line-height:.95}
.spotcu-logo-default img{width:43px;height:43px;object-fit:contain}
.spotcu-logo-default span{display:flex;flex-direction:column}
.spotcu-logo-default strong{font-size:23px;letter-spacing:.4px;color:#fff;font-weight:800}
.spotcu-logo-default b{font-size:17px;letter-spacing:.7px;color:var(--spotcu-yellow);font-weight:800}
.spotcu-search{height:50px;display:grid;grid-template-columns:160px 1fr 56px;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 7px 28px rgba(0,0,0,.16)}
.spotcu-search select,.spotcu-search input{border:0;outline:0;background:#fff;color:#4f555c;min-width:0}
.spotcu-search select{padding:0 16px;border-right:1px solid var(--spotcu-line);font-size:12px}
.spotcu-search input{padding:0 18px;font-size:13px}
.spotcu-search button{border:0;background:var(--spotcu-yellow);color:#111;display:grid;place-items:center;cursor:pointer}
.spotcu-search button:hover{background:#9fc1a7}
.spotcu-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:25px}
.spotcu-header-actions>a{position:relative;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;white-space:nowrap}
.spotcu-header-actions>a:hover{color:var(--spotcu-yellow)}
.spotcu-header-actions .spotcu-icon{width:23px;height:23px}
.spotcu-cart-count{position:absolute;top:-13px;left:15px;min-width:18px;height:18px;padding:0 4px;border-radius:50px;background:var(--spotcu-yellow);color:#111;font-size:10px;font-weight:700;display:grid;place-items:center}
.spotcu-mobile-toggle{display:none;border:0;background:transparent;color:#fff;padding:7px;cursor:pointer}
.spotcu-navbar{background:#111419;border-top:1px solid rgba(255,255,255,.04)}
.spotcu-nav-inner{height:58px;display:flex;align-items:stretch;gap:75px}
.spotcu-categories-button{width:220px;display:flex;align-items:center;gap:12px;background:var(--spotcu-yellow);color:#111;font-weight:700;font-size:12px;padding:0 20px;border-radius:5px 5px 0 0}
.spotcu-categories-button:hover{background:#9fc1a7;color:#111}
.spotcu-categories-button .spotcu-icon{width:18px;height:18px}
.spotcu-menu{display:flex;align-items:stretch;gap:38px}
.spotcu-menu>li{position:relative;display:flex;align-items:center}
.spotcu-menu>li>a{display:flex;align-items:center;height:100%;font-size:13px;font-weight:500;color:#f6f6f6;position:relative}
.spotcu-menu>li.current-menu-item>a,.spotcu-menu>li>a:hover{color:var(--spotcu-yellow)}
.spotcu-menu>li.current-menu-item>a:after{content:"";height:2px;background:var(--spotcu-yellow);position:absolute;left:0;right:0;bottom:0}
.spotcu-menu .sub-menu{position:absolute;left:-15px;top:100%;width:210px;background:#fff;color:var(--spotcu-text);padding:10px;border-radius:0 0 7px 7px;box-shadow:var(--spotcu-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.spotcu-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}
.spotcu-menu .sub-menu a{display:block;padding:10px 12px;border-radius:4px}
.spotcu-menu .sub-menu a:hover{background:#f5f6f7;color:#111}
.spotcu-mobile-panel,.spotcu-mobile-overlay{display:none}

/* Buttons and headings */
.spotcu-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:0 22px;border-radius:5px;font-weight:700;font-size:12px;border:1px solid transparent;text-transform:uppercase}
.spotcu-btn .spotcu-icon{width:18px;height:18px}
.spotcu-btn-yellow{background:var(--spotcu-yellow);color:#111!important}
.spotcu-btn-yellow:hover{background:#9fc1a7;transform:translateY(-1px)}
.spotcu-btn-outline{border-color:rgba(255,255,255,.7);color:#fff!important;background:rgba(0,0,0,.2)}
.spotcu-btn-outline:hover{background:#fff;color:#111!important}
.spotcu-eyebrow{display:block;color:var(--spotcu-yellow);font-size:13px;font-weight:600;margin-bottom:13px}
.spotcu-section{padding:66px 0}
.spotcu-section-heading{text-align:center;max-width:660px;margin:0 auto 34px}
.spotcu-section-heading>span{display:block;color:#6f9279;font-size:11px;font-weight:600;margin-bottom:8px}
.spotcu-section-heading h2{font-size:31px;line-height:1.2;margin:0 0 10px;font-weight:700;letter-spacing:-.6px}
.spotcu-section-heading p{margin:0;color:var(--spotcu-muted);font-size:13px}
.spotcu-center{text-align:center;margin-top:28px}

/* Hero */
.spotcu-home-hero{position:relative;min-height:500px;color:#fff;background:#121519;overflow:hidden;display:flex;align-items:center}
.spotcu-home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(10,12,15,.99) 0%,rgba(10,12,15,.91) 29%,rgba(10,12,15,.35) 60%,rgba(10,12,15,.12) 100%),var(--spotcu-hero-bg);background-size:cover;background-position:center right}
.spotcu-home-hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(0deg,rgba(8,10,12,.55),transparent)}
.spotcu-home-hero .spotcu-shell{position:relative;z-index:2}
.spotcu-hero-copy{max-width:620px;padding:60px 0 92px}
.spotcu-hero-copy h1{font-size:53px;line-height:1.08;margin:0 0 20px;font-weight:800;letter-spacing:-1.7px;max-width:590px}
.spotcu-hero-copy h1 span{color:var(--spotcu-yellow)}
.spotcu-hero-copy p{font-size:15px;max-width:520px;line-height:1.85;color:#f1f2f3;margin:0 0 27px}
.spotcu-hero-buttons{display:flex;align-items:center;gap:14px}
.spotcu-trust-strip{position:relative;z-index:5;margin-top:-55px}
.spotcu-trust-grid{background:linear-gradient(115deg,#191e25,#12161c);color:#fff;min-height:112px;border-radius:7px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 16px 35px rgba(0,0,0,.18);overflow:hidden}
.spotcu-trust-grid>div{display:flex;align-items:center;gap:18px;padding:22px 30px;position:relative}
.spotcu-trust-grid>div:not(:last-child):after{content:"";position:absolute;right:0;top:27px;bottom:27px;width:1px;background:rgba(255,255,255,.08)}
.spotcu-trust-grid>div>.spotcu-icon{width:42px;height:42px;color:var(--spotcu-yellow);padding:7px;border-radius:50%;background:rgba(143,179,154,.05)}
.spotcu-trust-grid span{display:flex;flex-direction:column;gap:6px}
.spotcu-trust-grid strong{font-size:12px}
.spotcu-trust-grid small{font-size:10px;line-height:1.6;color:#ccd0d5;font-weight:300}

/* Categories */
.spotcu-categories-section{padding-top:55px}
.spotcu-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.spotcu-category-card{border:1px solid var(--spotcu-line);border-radius:7px;min-height:210px;padding:15px 14px 17px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
.spotcu-category-card:hover{border-color:var(--spotcu-yellow);box-shadow:0 15px 32px rgba(20,23,28,.08);transform:translateY(-3px)}
.spotcu-category-image{height:125px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.spotcu-category-image img{max-height:112px;max-width:100%;object-fit:contain}
.spotcu-category-card strong{font-size:12px;text-transform:uppercase}
.spotcu-category-card small{font-size:11px;color:var(--spotcu-muted);margin-top:3px}

/* Product cards */
.spotcu-products-section{background:linear-gradient(180deg,#f8f9fa,#f4f5f6)}
.spotcu-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.spotcu-product-card{background:#fff;border:1px solid #e4e6e9;border-radius:7px;overflow:hidden;transition:.25s;min-width:0}
.spotcu-product-card:hover{transform:translateY(-4px);box-shadow:var(--spotcu-shadow)}
.spotcu-product-media{height:210px;background:#eee;position:relative;overflow:hidden}
.spotcu-product-media>a:first-child{display:block;width:100%;height:100%}
.spotcu-product-media img{width:100%;height:100%;object-fit:cover}
.spotcu-sale-badge{position:absolute;top:11px;left:10px;background:var(--spotcu-yellow);color:#111;border-radius:3px;padding:5px 8px;font-size:9px;font-weight:700}
.spotcu-product-info{padding:13px 13px 14px}
.spotcu-product-info h3{font-size:13px;margin:0 0 3px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.spotcu-product-info h3 a:hover{color:#557260}
.spotcu-product-info small{display:block;color:#8a8f96;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:17px}
.spotcu-product-price{font-size:17px;font-weight:700;color:#ecb600;margin:8px 0 12px;min-height:28px}
.spotcu-product-price del{font-size:10px;color:#999;font-weight:400;margin-left:6px}
.spotcu-product-price ins{text-decoration:none}
.spotcu-add-cart{height:37px;border:1px solid #e3e5e8;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:600;color:#262a2f;background:#fff}
.spotcu-add-cart:hover{border-color:var(--spotcu-yellow);background:var(--spotcu-yellow);color:#111}
.spotcu-add-cart .spotcu-icon{width:15px;height:15px}

/* Benefits */
.spotcu-benefits-section{padding:48px 0 55px}
.spotcu-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.spotcu-benefit-item{display:flex;align-items:flex-start;gap:17px}
.spotcu-benefit-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;border:1px solid #eceef0;color:var(--spotcu-yellow);flex:0 0 auto}
.spotcu-benefit-icon .spotcu-icon{width:28px;height:28px}
.spotcu-benefit-item strong{font-size:13px}
.spotcu-benefit-item p{font-size:11px;color:#61666e;margin:5px 0 0;line-height:1.7}

/* Footer */
.spotcu-footer{background:radial-gradient(circle at 30% -20%,#202630,#101419 55%);color:#fff;padding:55px 0 0}
.spotcu-footer-grid{display:grid;grid-template-columns:1.1fr 1.45fr .8fr 1fr;gap:60px;padding-bottom:43px}
.spotcu-footer .spotcu-logo{margin-bottom:17px}
.spotcu-footer p{font-size:11px;color:#c3c8ce;line-height:1.8;margin:0;max-width:310px}
.spotcu-footer h3{font-size:12px;margin:4px 0 13px;color:#fff;text-transform:uppercase}
.spotcu-newsletter{height:46px;background:#fff;display:grid;grid-template-columns:1fr 112px;border-radius:5px;overflow:hidden;margin-top:15px;max-width:360px}
.spotcu-newsletter input{border:0;outline:0;padding:0 15px;font-size:11px}
.spotcu-newsletter button{border:0;background:var(--spotcu-yellow);font-size:10px;font-weight:700;cursor:pointer}
.spotcu-footer-menu li{margin:0 0 7px}
.spotcu-footer-menu a{font-size:11px;color:#d0d4d9}
.spotcu-footer-menu a:hover{color:var(--spotcu-yellow)}
.spotcu-contact-list{display:grid;gap:10px}
.spotcu-contact-list li{display:flex;align-items:flex-start;gap:9px;color:#d2d5da;font-size:11px}
.spotcu-contact-list .spotcu-icon{width:16px;height:16px;margin-top:1px}
.spotcu-footer-bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#aab0b7}

/* Page hero and content */
.spotcu-page-hero{background:linear-gradient(115deg,#11161b,#1d242c);color:#fff;padding:72px 0 63px;position:relative;overflow:hidden}
.spotcu-page-hero:after{content:"";position:absolute;width:380px;height:380px;border:70px solid rgba(143,179,154,.035);border-radius:50%;right:6%;top:-190px}
.spotcu-page-hero .spotcu-shell{position:relative;z-index:2;text-align:center}
.spotcu-page-hero h1{font-size:42px;line-height:1.15;margin:0 0 9px;font-weight:700;letter-spacing:-1px}
.spotcu-page-hero p{color:#c9ced3;max-width:630px;margin:0 auto 13px;font-size:13px}
.spotcu-breadcrumb,.woocommerce-breadcrumb{display:flex!important;justify-content:center;gap:8px;color:#aeb4bb!important;font-size:11px!important;margin:12px 0 0!important}
.spotcu-breadcrumb a,.woocommerce-breadcrumb a{color:#fff!important}
.spotcu-page-content>.spotcu-shell,.spotcu-entry-content{padding-top:65px;padding-bottom:65px}
.spotcu-content-section{padding:70px 0}
.spotcu-content-section>.elementor-container{max-width:1400px!important}
.spotcu-content-block{padding:25px 10px 25px 25px}
.spotcu-content-block h2{font-size:36px;line-height:1.25;margin:0 0 20px}
.spotcu-content-block p{color:#60666e;line-height:1.9;font-size:14px}
.spotcu-content-section .elementor-widget-image img{border-radius:8px;box-shadow:var(--spotcu-shadow)}
.spotcu-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.spotcu-service-grid>div{padding:30px;border:1px solid var(--spotcu-line);border-radius:7px;background:#fff;box-shadow:0 10px 30px rgba(17,20,24,.04)}
.spotcu-service-grid h3{font-size:19px;margin:0 0 9px}
.spotcu-service-grid p{margin:0;color:var(--spotcu-muted)}
.spotcu-contact-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}
.spotcu-contact-card{padding:25px;background:#151a20;color:#fff;border-radius:7px}
.spotcu-contact-card h3{font-size:13px;color:var(--spotcu-yellow);margin:0 0 8px}
.spotcu-contact-card p{margin:0;font-size:14px}
.spotcu-contact-form{display:grid;gap:13px;padding:28px;border:1px solid var(--spotcu-line);border-radius:7px}
.spotcu-contact-form>div{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.spotcu-contact-form input,.spotcu-contact-form textarea{border:1px solid var(--spotcu-line);border-radius:5px;padding:13px 15px;outline:0;width:100%}
.spotcu-contact-form input:focus,.spotcu-contact-form textarea:focus{border-color:var(--spotcu-yellow)}
.spotcu-contact-form button{border:0;width:max-content;cursor:pointer}

/* Blog */
.spotcu-post-grid{padding:65px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.spotcu-post-card{border:1px solid var(--spotcu-line);border-radius:8px;overflow:hidden;background:#fff}
.spotcu-post-card>div{padding:22px}
.spotcu-post-card img{width:100%;height:230px;object-fit:cover}
.spotcu-post-card span{font-size:10px;color:#9a9fa5}
.spotcu-post-card h2{font-size:19px;line-height:1.4;margin:7px 0 10px}
.spotcu-post-card p{color:var(--spotcu-muted);font-size:12px;margin:0 0 14px}
.spotcu-text-link{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#557260!important}
.spotcu-text-link .spotcu-icon{width:16px;height:16px}
.spotcu-single-wrap{max-width:930px;padding-top:70px;padding-bottom:80px}
.spotcu-single-header{text-align:center;margin-bottom:35px}
.spotcu-single-header span{font-size:11px;color:#999}
.spotcu-single-header h1{font-size:42px;line-height:1.25;margin:10px 0}
.spotcu-single-image{border-radius:8px;margin-bottom:30px}
.spotcu-entry-content{font-size:15px;line-height:1.9;color:#4f555d}
.spotcu-entry-content h2{color:#15181c;margin-top:35px}

/* WooCommerce general */
.spotcu-woocommerce-main{padding:55px 0 80px}
.woocommerce .woocommerce-result-count{font-size:12px;color:#767c84;margin-top:14px}
.woocommerce .woocommerce-ordering select{height:42px;border:1px solid var(--spotcu-line);border-radius:5px;padding:0 35px 0 12px;background:#fff}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px;margin:30px 0 0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--spotcu-line);border-radius:7px;background:#fff;padding:0 0 16px!important;overflow:hidden;transition:.25s}
.woocommerce ul.products li.product:hover{box-shadow:var(--spotcu-shadow);transform:translateY(-4px)}
.woocommerce ul.products li.product a img{height:245px;object-fit:cover;margin:0 0 14px!important;background:#f1f2f3}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;padding:0 15px!important;font-weight:500}
.woocommerce ul.products li.product .price{padding:0 15px;color:#dca800!important;font-size:16px!important;font-weight:700!important}
.woocommerce ul.products li.product .button{margin:8px 15px 0!important;width:calc(100% - 30px);height:39px;border-radius:22px;background:#fff!important;border:1px solid var(--spotcu-line);display:flex;align-items:center;justify-content:center;font-size:11px;color:#20242a!important}
.woocommerce ul.products li.product .button:hover{background:var(--spotcu-yellow)!important;border-color:var(--spotcu-yellow)!important}
.woocommerce span.onsale{background:var(--spotcu-yellow)!important;color:#111!important;min-height:auto!important;min-width:auto!important;line-height:1!important;border-radius:3px!important;padding:7px 9px!important;top:12px!important;left:12px!important;font-size:10px!important}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:6px}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--spotcu-line);border-radius:4px!important;padding:0!important}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--spotcu-yellow)!important;color:#111!important}

/* Product template */
.spotcu-product-breadcrumb-section{background:#f6f7f8;padding:17px 0}
.spotcu-product-breadcrumb-section>.elementor-container,.spotcu-product-main-section>.elementor-container,.spotcu-product-tabs-section>.elementor-container,.spotcu-related-section>.elementor-container{max-width:1400px!important}
.spotcu-product-breadcrumb-section .woocommerce-breadcrumb{justify-content:flex-start!important;margin:0!important;color:#777!important}
.spotcu-product-main-section{padding:58px 0}
.spotcu-product-main-section .elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}
.spotcu-product-gallery-column .woocommerce-product-gallery{width:100%!important}
.spotcu-product-gallery-column .woocommerce-product-gallery__image img{border-radius:7px;background:#f5f6f7}
.spotcu-product-gallery-column .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px!important}
.spotcu-product-gallery-column .flex-control-thumbs li{width:auto!important}
.spotcu-product-gallery-column .flex-control-thumbs img{border-radius:5px;border:1px solid var(--spotcu-line)}
.spotcu-product-summary-column>.elementor-widget-wrap{padding-left:35px!important}
.spotcu-product-summary-column h1.product_title{font-size:36px!important;line-height:1.2;margin:0 0 12px!important;font-weight:700}
.spotcu-product-summary-column .price{color:#e5ae00!important;font-size:29px!important;font-weight:700;margin:10px 0 18px!important}
.spotcu-product-summary-column .price del{font-size:16px;color:#999}
.spotcu-product-summary-column .woocommerce-product-details__short-description{color:#666d75;line-height:1.85;border-top:1px solid var(--spotcu-line);padding-top:18px}
.spotcu-product-summary-column form.cart{display:flex;gap:10px;margin:22px 0!important}
.woocommerce .quantity .qty{height:50px;width:72px;border:1px solid var(--spotcu-line);border-radius:5px}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce #respond input#submit.alt{background:var(--spotcu-yellow)!important;color:#111!important;border-radius:5px!important;min-height:50px;padding:0 25px!important;font-weight:700!important}
.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:#ffd02a!important}
.spotcu-product-summary-column .product_meta{display:grid;gap:7px;font-size:12px;border-top:1px solid var(--spotcu-line);padding-top:17px;color:#747a82}
.spotcu-product-tabs-section{padding:15px 0 55px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--spotcu-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 24px 0 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!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:15px 0!important;font-size:13px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#111!important;border-bottom:2px solid var(--spotcu-yellow)}
.woocommerce div.product .woocommerce-tabs .panel{padding:20px 0;color:#626870;line-height:1.8}
.spotcu-related-section{padding:10px 0 75px;background:#f7f8f9}
.spotcu-related-section h2{font-size:28px!important;text-align:center;margin:35px 0 28px!important}
.spotcu-archive-title-section{background:linear-gradient(115deg,#11161b,#1d242c);padding:60px 0;color:#fff}
.spotcu-archive-title-section h1{font-size:42px!important;font-weight:700!important}
.spotcu-archive-products-section{padding:55px 0 80px}
.spotcu-archive-products-section>.elementor-container{max-width:1400px!important}

/* Cart, checkout, account */
.spotcu-woo-page-section{padding:65px 0 85px}
.spotcu-woo-page-section>.elementor-container{max-width:1400px!important}
.woocommerce table.shop_table{border:1px solid var(--spotcu-line)!important;border-radius:7px!important;border-collapse:separate!important;overflow:hidden}
.woocommerce table.shop_table th{background:#f6f7f8;padding:16px!important;font-size:12px}
.woocommerce table.shop_table td{padding:16px!important;border-top:1px solid var(--spotcu-line)!important}
.woocommerce-cart table.cart img{width:85px!important;border-radius:5px}
.woocommerce .cart-collaterals .cart_totals{background:#f7f8f9;padding:25px;border-radius:7px}
.woocommerce .cart-collaterals .cart_totals h2{font-size:22px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:48px;border:1px solid var(--spotcu-line);border-radius:5px;padding:11px 13px;background:#fff}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:25px}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:auto!important;float:none!important}
.woocommerce-checkout-review-order{background:#f7f8f9;border-radius:7px;padding:22px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:250px 1fr;gap:30px}
.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;background:#151a20;border-radius:7px;overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:14px 18px;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--spotcu-yellow);color:#111}
.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important}
.woocommerce-account:not(.logged-in) .woocommerce{display:block;max-width:950px;margin:0 auto}
.woocommerce-account:not(.logged-in) .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.woocommerce-account:not(.logged-in) .u-column1,.woocommerce-account:not(.logged-in) .u-column2{width:auto!important;float:none!important;border:1px solid var(--spotcu-line);border-radius:7px;padding:27px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--spotcu-yellow)!important;background:#f8f9fa!important;border-radius:5px}
.woocommerce-info:before,.woocommerce-message:before{color:#dca900!important}

/* Empty and 404 */
.spotcu-empty-state{text-align:center;padding:90px 0}
.spotcu-404{background:#f6f7f8;text-align:center;padding:100px 0}
.spotcu-404 span{font-size:130px;line-height:1;color:var(--spotcu-yellow);font-weight:800}
.spotcu-404 h1{font-size:38px;margin:12px 0}
.spotcu-404 p{color:var(--spotcu-muted);margin:0 0 25px}
.spotcu-elementor-404{padding:80px 0;background:#f6f7f8}
.spotcu-elementor-404 h1{font-size:120px!important;color:var(--spotcu-yellow)!important;margin:0!important}

/* WordPress defaults */
.alignwide{width:min(1400px,calc(100vw - 64px));margin-left:50%;transform:translateX(-50%)}
.alignfull{width:100vw;margin-left:50%;transform:translateX(-50%)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* =========================================================
   Han Mobil 2.0 overrides and extended components
   ========================================================= */
:root{
 --hanspot-accent:#8fb39a;
 --hanspot-accent-dark:#dca900;
 --hanspot-black:#101318;
 --hanspot-black-2:#171b21;
 --hanspot-text:#181b20;
 --hanspot-muted:#727880;
 --hanspot-border:#e4e7ea;
 --hanspot-surface:#f5f6f7;
 --hanspot-white:#fff;
 --hanspot-radius:8px;
 --hanspot-shadow:0 16px 45px rgba(13,17,22,.09);
}
body.hanspot-theme{overflow-x:hidden}
.hanspot-shell{width:min(1400px,calc(100% - 64px));margin-inline:auto}
.hanspot-main{min-height:420px}
.hanspot-header{z-index:1000}
.hanspot-mainbar-inner{grid-template-columns:250px minmax(420px,1fr) 275px}
.hanspot-header-actions{gap:22px}
.hanspot-header-actions>a{min-height:44px}
.hanspot-header-actions .hanspot-cart-count{left:15px;top:-5px}
.hanspot-mobile-search-toggle,.hanspot-mobile-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:transparent;color:#fff;cursor:pointer}
.hanspot-mobile-search-toggle .hanspot-icon,.hanspot-mobile-toggle .hanspot-icon{width:21px;height:21px}

/* Live search */
.hanspot-desktop-search{position:relative;min-width:0}
.hanspot-live-search{position:relative;z-index:20}
.hanspot-live-search--desktop{height:52px;display:grid;grid-template-columns:165px 1fr;background:#fff;border-radius:7px;box-shadow:0 8px 28px rgba(0,0,0,.18)}
.hanspot-live-search select{border:0;border-right:1px solid var(--hanspot-border);border-radius:7px 0 0 7px;background:#fff;color:#4f555d;padding:0 15px;outline:none;font-size:12px}
.hanspot-search-input-wrap{position:relative;display:flex;min-width:0}
.hanspot-search-input-wrap input{width:100%;min-width:0;border:0;background:#fff;color:var(--hanspot-text);padding:0 64px 0 18px;outline:none;font-size:13px;border-radius:0 7px 7px 0}
.hanspot-search-input-wrap button{position:absolute;right:0;top:0;width:56px;height:100%;border:0;background:var(--hanspot-accent);color:#111;display:grid;place-items:center;cursor:pointer;border-radius:0 7px 7px 0}
.hanspot-search-input-wrap button:hover{background:#ffd136}
.hanspot-search-results{position:absolute;top:calc(100% + 9px);left:0;right:0;background:#fff;color:var(--hanspot-text);border:1px solid var(--hanspot-border);border-radius:9px;box-shadow:0 22px 55px rgba(8,11,14,.2);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;max-height:470px;overflow:auto}
.hanspot-live-search.is-active .hanspot-search-results{opacity:1;visibility:visible;transform:none}
.hanspot-search-loading{padding:22px;text-align:center;color:var(--hanspot-muted);font-size:12px}
.hanspot-live-results-list{padding:8px}
.hanspot-live-result{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:9px;border-radius:7px}
.hanspot-live-result:hover{background:var(--hanspot-surface)}
.hanspot-live-result-image{width:62px;height:52px;border-radius:5px;overflow:hidden;background:var(--hanspot-surface)}
.hanspot-live-result-image img{width:100%;height:100%;object-fit:cover}
.hanspot-live-result-copy{min-width:0;display:flex;flex-direction:column;gap:3px}
.hanspot-live-result-copy strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hanspot-live-result-copy small{font-size:10px;color:var(--hanspot-muted)}
.hanspot-live-result-copy small a{pointer-events:none}
.hanspot-live-result-price{font-size:13px;font-weight:700;color:var(--hanspot-accent-dark);white-space:nowrap}
.hanspot-live-result-price del{font-size:10px;color:#999;font-weight:400}
.hanspot-live-results-all{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;margin-top:4px;border-top:1px solid var(--hanspot-border);font-size:11px;font-weight:700;text-transform:uppercase}
.hanspot-live-results-all:hover{background:var(--hanspot-accent);color:#111}
.hanspot-live-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 20px;color:var(--hanspot-muted)}
.hanspot-live-empty .hanspot-icon{width:32px;height:32px;color:var(--hanspot-accent-dark);margin-bottom:10px}
.hanspot-live-empty strong{color:var(--hanspot-text)}
.hanspot-live-empty span{font-size:11px}
.hanspot-mobile-search-panel{display:none;background:#13171c;border-top:1px solid rgba(255,255,255,.07);padding:12px 0;position:relative;z-index:40}

/* Category dropdown */
.hanspot-category-nav{position:relative;display:flex;align-items:stretch;width:220px;flex:0 0 220px}
.hanspot-categories-button{width:100%;border:0;cursor:pointer;justify-content:flex-start}
.hanspot-categories-button .hanspot-icon:last-child{margin-left:auto;width:15px;height:15px;transition:.2s}
.hanspot-category-nav.is-open .hanspot-categories-button .hanspot-icon:last-child{transform:rotate(180deg)}
.hanspot-category-dropdown{position:absolute;top:100%;left:0;width:320px;background:#fff;color:var(--hanspot-text);border:1px solid var(--hanspot-border);border-top:3px solid var(--hanspot-accent);border-radius:0 0 9px 9px;box-shadow:0 20px 55px rgba(7,10,13,.24);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;z-index:80}
.hanspot-category-nav.is-open .hanspot-category-dropdown{opacity:1;visibility:visible;transform:none}
.hanspot-category-dropdown>a:not(.hanspot-all-categories){display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:10px;border-radius:6px}
.hanspot-category-dropdown>a:not(.hanspot-all-categories):hover{background:var(--hanspot-surface)}
.hanspot-category-dropdown>a>span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff8dc;color:var(--hanspot-accent-dark)}
.hanspot-category-dropdown a strong{font-size:12px}
.hanspot-category-dropdown a small{font-size:10px;color:var(--hanspot-muted)}
.hanspot-all-categories{margin-top:8px;border-top:1px solid var(--hanspot-border);padding:12px 10px 4px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;text-transform:uppercase}
.hanspot-empty-dropdown{display:block;padding:18px;color:var(--hanspot-muted)}

/* Mobile canvas */
.hanspot-mobile-panel{display:block;position:fixed;top:0;right:0;bottom:0;width:min(390px,90vw);background:#fff;color:var(--hanspot-text);z-index:10002;padding:0;transform:translateX(105%);transition:transform .3s ease;overflow-y:auto;box-shadow:-20px 0 60px rgba(0,0,0,.18)}
.hanspot-mobile-panel.is-open{transform:none}
.hanspot-mobile-overlay{display:block;position:fixed;inset:0;border:0;background:rgba(4,6,8,.7);opacity:0;visibility:hidden;transition:.25s;z-index:10001;cursor:pointer}
.hanspot-mobile-overlay.is-open{opacity:1;visibility:visible}
.hanspot-mobile-panel-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--hanspot-black);color:#fff}
.hanspot-mobile-panel-head .hanspot-logo-default strong{color:#fff}
.hanspot-mobile-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}
.hanspot-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px 18px;border-bottom:1px solid var(--hanspot-border)}
.hanspot-mobile-actions a{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--hanspot-surface);border-radius:7px;padding:12px;font-size:12px;font-weight:600}
.hanspot-mobile-actions a:hover{background:var(--hanspot-accent);color:#111}
.hanspot-mobile-actions .hanspot-cart-count{position:static;margin-left:3px}
.hanspot-mobile-categories{padding:8px 18px;border-bottom:1px solid var(--hanspot-border)}
.hanspot-mobile-categories-toggle{width:100%;display:flex;align-items:center;gap:10px;padding:12px 0;border:0;background:transparent;color:var(--hanspot-text);font-weight:700;cursor:pointer}
.hanspot-mobile-categories-toggle .hanspot-icon:last-child{margin-left:auto;width:15px;transition:.2s}
.hanspot-mobile-categories.is-open .hanspot-mobile-categories-toggle .hanspot-icon:last-child{transform:rotate(180deg)}
.hanspot-mobile-categories-list{display:none;padding:0 0 10px 30px}
.hanspot-mobile-categories.is-open .hanspot-mobile-categories-list{display:grid}
.hanspot-mobile-categories-list a{display:flex;align-items:center;justify-content:space-between;padding:9px 0;font-size:12px;color:#4e555d}
.hanspot-mobile-categories-list small{font-size:10px}
.hanspot-mobile-menu{padding:10px 18px}
.hanspot-mobile-menu li{border-bottom:1px solid var(--hanspot-border)}
.hanspot-mobile-menu li a{display:block;padding:13px 0;font-size:13px;font-weight:600}
.hanspot-mobile-menu .sub-menu{padding:0 0 8px 16px}
.hanspot-mobile-menu .sub-menu li{border:0}
.hanspot-mobile-menu .sub-menu a{padding:8px 0;font-size:11px;color:var(--hanspot-muted);font-weight:500}
.hanspot-mobile-contact{padding:18px}
.hanspot-mobile-contact a{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--hanspot-accent);color:#111;border-radius:7px;padding:13px;font-weight:700}
body.hanspot-menu-open{overflow:hidden}

/* Improved categories */
.spotcu-category-card{position:relative;justify-content:space-between;text-align:left;align-items:stretch;overflow:hidden}
.spotcu-category-image{margin:0;height:130px;border-radius:5px;background:linear-gradient(145deg,#f7f8f9,#eef0f2);overflow:hidden}
.spotcu-category-image img{width:100%;height:100%;max-height:none;object-fit:contain;padding:8px;transition:.3s}
.spotcu-category-card:hover .spotcu-category-image img{transform:scale(1.04)}
.spotcu-category-copy{display:flex;flex-direction:column;margin-top:12px}
.spotcu-category-card>.hanspot-icon{position:absolute;right:14px;bottom:19px;width:17px;color:var(--hanspot-accent-dark)}

/* Modern product cards */
.spotcu-product-grid{grid-template-columns:repeat(4,1fr);gap:20px}
.spotcu-product-card{border-radius:9px;box-shadow:0 7px 26px rgba(12,15,18,.04)}
.spotcu-product-media,.hanspot-product-media{height:265px;background:linear-gradient(145deg,#f5f6f7,#eceeef)}
.spotcu-product-media>a:first-child,.hanspot-product-media>a:first-child{display:block;width:100%;height:100%}
.spotcu-product-media img,.hanspot-product-media img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;transition:transform .35s}
.spotcu-product-card:hover .spotcu-product-media img{transform:scale(1.025)}
.hanspot-sale-badge,.spotcu-sale-badge,.woocommerce span.onsale.hanspot-sale-badge{position:absolute;left:13px!important;top:13px!important;right:auto!important;margin:0!important;background:var(--hanspot-accent)!important;color:#111!important;border:0!important;border-radius:4px!important;padding:8px 10px!important;min-height:auto!important;min-width:auto!important;line-height:1!important;font-size:9px!important;font-weight:800!important;letter-spacing:.25px!important;text-transform:uppercase!important;box-shadow:0 7px 18px rgba(0,0,0,.12)}
.hanspot-stock-badge{position:absolute;right:13px;top:13px;background:var(--hanspot-black);color:#fff;border-radius:4px;padding:8px 10px;font-size:9px;font-weight:700}
.spotcu-product-info,.hanspot-product-info{padding:17px!important}
.hanspot-card-category{display:block;min-height:17px;font-size:9px;color:var(--hanspot-accent-dark);font-weight:700;text-transform:uppercase;letter-spacing:.4px}
.hanspot-card-category a{color:inherit}
.spotcu-product-info h3,.hanspot-product-info h2{font-size:14px!important;line-height:1.45!important;margin:6px 0 10px!important;padding:0!important;min-height:41px;font-weight:600!important}
.spotcu-product-price,.hanspot-product-info .price{font-size:18px!important;color:var(--hanspot-accent-dark)!important;font-weight:800!important;margin:0 0 14px!important;padding:0!important;min-height:29px}
.spotcu-product-price del,.hanspot-product-info .price del{font-size:11px;color:#969ba1;font-weight:500;margin-right:4px}
.spotcu-product-price ins,.hanspot-product-info .price ins{text-decoration:none}
.hanspot-product-actions{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:8px}
.hanspot-product-actions a{margin:0!important;width:auto!important;height:44px!important;min-height:44px!important;border-radius:6px!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:10px!important;font-weight:700!important;line-height:1!important;text-transform:uppercase;border:1px solid var(--hanspot-border)!important;box-shadow:none!important}
.hanspot-product-actions .hanspot-card-cart{background:var(--hanspot-accent)!important;color:#111!important;border-color:var(--hanspot-accent)!important}
.hanspot-product-actions .hanspot-card-cart:hover{background:#9fc1a7!important;border-color:#9fc1a7!important}
.hanspot-product-actions .hanspot-card-whatsapp{background:var(--hanspot-black)!important;color:#fff!important;border-color:var(--hanspot-black)!important;padding:0!important}
.hanspot-product-actions .hanspot-card-whatsapp span{display:none}
.hanspot-product-actions .hanspot-icon{width:17px;height:17px}
.woocommerce ul.products li.product{padding:0!important;overflow:hidden}
.woocommerce ul.products li.product a img{height:100%;margin:0!important}
.woocommerce ul.products li.product .button{margin:0!important;width:auto}

/* Shop and category archives */
.hanspot-shop-page{padding:54px 0 85px;background:#fff}
.hanspot-shop-toolbar{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--hanspot-border);border-radius:7px;padding:10px 12px 10px 18px;background:#fff;margin-bottom:24px}
.hanspot-shop-toolbar .woocommerce-result-count{margin:0!important}
.hanspot-shop-toolbar .woocommerce-ordering{margin:0!important}
.hanspot-subcategory-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;margin-bottom:22px;scrollbar-width:thin}
.hanspot-subcategory-strip>a{flex:0 0 220px;display:flex;align-items:center;gap:10px;border:1px solid var(--hanspot-border);border-radius:7px;padding:10px;background:#fff}
.hanspot-subcategory-strip img{width:58px;height:48px;object-fit:cover;border-radius:5px}
.hanspot-subcategory-strip span{display:flex;flex-direction:column}
.hanspot-subcategory-strip strong{font-size:11px}
.hanspot-subcategory-strip small{font-size:9px;color:var(--hanspot-muted)}
.hanspot-pagination{grid-column:1/-1;margin-top:32px}

/* Single product */
.hanspot-single-product{padding:28px 0 85px;background:#fff}
.hanspot-product-breadcrumb{padding:14px 0 24px;font-size:11px;color:var(--hanspot-muted)}
.hanspot-product-breadcrumb .woocommerce-breadcrumb{margin:0!important}
.hanspot-product-breadcrumb span{margin:0 8px;color:#9aa59d}
.hanspot-product-main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:58px;align-items:start}
.hanspot-product-gallery{min-width:0}
.hanspot-product-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.hanspot-product-gallery .woocommerce-product-gallery__wrapper{border-radius:10px;overflow:hidden;background:var(--hanspot-surface)}
.hanspot-product-gallery .woocommerce-product-gallery__image img{width:100%;aspect-ratio:1.22/1;object-fit:cover}
.hanspot-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px!important}
.hanspot-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important}
.hanspot-product-gallery .flex-control-thumbs img{aspect-ratio:1.2/1;object-fit:cover;border:1px solid var(--hanspot-border);border-radius:6px;padding:2px}
.hanspot-product-summary{position:sticky;top:24px;float:none!important;width:auto!important;margin:0!important;padding:8px 0}
.hanspot-product-kicker{display:block;color:var(--hanspot-accent-dark);font-size:10px;font-weight:700;text-transform:uppercase;margin-bottom:10px}
.hanspot-product-summary .product_title{font-size:38px;line-height:1.18;margin:0 0 12px;font-weight:750;letter-spacing:-1px}
.hanspot-product-summary .woocommerce-product-rating{margin-bottom:12px!important}
.hanspot-product-summary .price{font-size:31px!important;line-height:1.2;color:var(--hanspot-accent-dark)!important;font-weight:800;margin:14px 0 18px!important}
.hanspot-product-summary .price del{font-size:16px;color:#9b9fa4;font-weight:500}
.hanspot-product-summary .price ins{text-decoration:none}
.hanspot-product-summary .woocommerce-product-details__short-description{border-top:1px solid var(--hanspot-border);padding-top:18px;color:#5d636a;line-height:1.85}
.hanspot-product-summary form.cart{display:flex;gap:10px;margin:22px 0 10px!important}
.hanspot-product-summary form.cart .button{flex:1}
.hanspot-single-whatsapp{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--hanspot-black);color:#fff!important;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase}
.hanspot-single-whatsapp:hover{background:#242a31;color:var(--hanspot-accent)!important}
.hanspot-product-quick-info{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--hanspot-border);padding-top:18px;margin-top:18px}
.hanspot-product-quick-info span{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:var(--hanspot-surface);border-radius:6px;padding:12px 6px}
.hanspot-product-quick-info .hanspot-icon{color:var(--hanspot-accent-dark);width:21px;height:21px}
.hanspot-product-quick-info b{font-size:9px}
.hanspot-single-category{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--hanspot-muted);margin-top:14px}
.hanspot-single-category .hanspot-icon{color:var(--hanspot-accent-dark)}
.hanspot-product-summary .product_meta{border-top:1px solid var(--hanspot-border);padding-top:15px;margin-top:15px;display:grid;gap:5px;font-size:11px;color:var(--hanspot-muted)}
.hanspot-product-details{margin-top:60px}
.hanspot-product-details .woocommerce-tabs{padding-top:0}
.hanspot-product-details .related.products{padding-top:50px}
.hanspot-product-details .related.products>h2{text-align:center;font-size:28px;margin-bottom:28px}

/* Custom cart */
.hanspot-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}
.hanspot-cart-form{min-width:0}
.hanspot-cart-list{border:1px solid var(--hanspot-border);border-radius:9px;background:#fff;overflow:hidden}
.hanspot-cart-list-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 120px 120px;gap:15px;background:var(--hanspot-surface);padding:15px 18px;font-size:10px;font-weight:700;text-transform:uppercase;color:#555b62}
.hanspot-cart-item{display:grid;grid-template-columns:minmax(0,1fr) 120px 120px 120px;gap:15px;align-items:center;padding:18px;border-top:1px solid var(--hanspot-border)}
.hanspot-cart-product{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;align-items:center}
.hanspot-cart-thumb{display:block;width:100px;height:78px;border-radius:6px;overflow:hidden;background:var(--hanspot-surface)}
.hanspot-cart-thumb img{width:100%!important;height:100%!important;object-fit:cover}
.hanspot-cart-product strong{display:block;font-size:13px;margin-bottom:4px}
.hanspot-cart-product .variation{font-size:10px;color:var(--hanspot-muted);margin:0}
.hanspot-cart-remove{display:inline-flex;align-items:center;gap:4px;color:#777d84;font-size:9px;margin-top:7px}
.hanspot-cart-remove:hover{color:#111}
.hanspot-cart-remove .hanspot-icon{width:13px;height:13px}
.hanspot-cart-price,.hanspot-cart-subtotal{font-size:13px;font-weight:700}
.hanspot-cart-subtotal{color:var(--hanspot-accent-dark)}
.hanspot-cart-quantity .quantity{float:none!important}
.hanspot-cart-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px}
.hanspot-coupon{display:flex;gap:7px}
.hanspot-coupon input{height:44px;border:1px solid var(--hanspot-border);border-radius:6px;padding:0 12px}
.hanspot-coupon .button,.hanspot-update-cart{height:44px!important;border-radius:6px!important;background:var(--hanspot-surface)!important;color:#111!important;border:1px solid var(--hanspot-border)!important;font-size:10px!important}
.hanspot-cart-summary{position:sticky;top:25px}
.hanspot-cart-summary .cart_totals{width:100%!important;float:none!important;background:var(--hanspot-black)!important;color:#fff;padding:25px!important;border-radius:9px!important}
.hanspot-cart-summary .cart_totals h2{font-size:21px;margin:0 0 14px;color:#fff}
.hanspot-cart-summary table{border-color:rgba(255,255,255,.1)!important;color:#fff}
.hanspot-cart-summary table th,.hanspot-cart-summary table td{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.1)!important}
.hanspot-cart-summary .wc-proceed-to-checkout a{width:100%;background:var(--hanspot-accent)!important;color:#111!important;text-align:center}

/* Custom checkout */
.hanspot-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:28px;align-items:start}
.hanspot-checkout-customer,.hanspot-checkout-order{border:1px solid var(--hanspot-border);border-radius:9px;background:#fff;padding:26px}
.hanspot-checkout-order{position:sticky;top:25px;background:var(--hanspot-surface)}
.hanspot-checkout-step{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--hanspot-border);padding-bottom:18px;margin-bottom:20px}
.hanspot-checkout-step>span{width:36px;height:36px;border-radius:50%;background:var(--hanspot-accent);color:#111;display:grid;place-items:center;font-weight:800}
.hanspot-checkout-step div{display:flex;flex-direction:column}
.hanspot-checkout-step strong{font-size:15px}
.hanspot-checkout-step small{font-size:10px;color:var(--hanspot-muted)}
.hanspot-checkout #customer_details{display:block!important}
.hanspot-checkout #customer_details .col-1,.hanspot-checkout #customer_details .col-2{width:100%!important;float:none!important}
.hanspot-checkout #customer_details .col-2{margin-top:20px}
.hanspot-checkout h3{font-size:18px}
.hanspot-checkout .form-row{margin-bottom:12px!important}
.hanspot-checkout .form-row label{font-size:11px;font-weight:600}
.hanspot-checkout .woocommerce-checkout-review-order{padding:0;background:transparent}
.hanspot-checkout .woocommerce-checkout-payment{background:#fff!important;border-radius:7px!important;border:1px solid var(--hanspot-border)}
.hanspot-checkout #place_order{width:100%;background:var(--hanspot-accent)!important;color:#111!important}

/* Account */
body.hanspot-account-guest .spotcu-woo-page-section>.elementor-container{max-width:1050px!important}
.hanspot-auth-wrap{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.hanspot-auth-card{border:1px solid var(--hanspot-border);border-radius:10px;background:#fff;padding:32px;box-shadow:0 16px 45px rgba(12,15,18,.06)}
.hanspot-auth-register{background:var(--hanspot-black);color:#fff;border-color:var(--hanspot-black)}
.hanspot-auth-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--hanspot-accent);color:#111;margin-bottom:16px}
.hanspot-auth-icon .hanspot-icon{width:25px;height:25px}
.hanspot-auth-card>span{font-size:9px;color:var(--hanspot-accent-dark);font-weight:700;letter-spacing:.7px}
.hanspot-auth-register>span{color:var(--hanspot-accent)}
.hanspot-auth-card h2{font-size:24px;margin:6px 0 9px}
.hanspot-auth-card>p{font-size:11px;color:var(--hanspot-muted);margin:0 0 20px}
.hanspot-auth-register>p{color:#c4c8cd}
.hanspot-auth-card label{font-size:10px;font-weight:600}
.hanspot-auth-card input.input-text{background:#fff!important}
.hanspot-auth-row{display:flex;align-items:center;justify-content:space-between;font-size:10px;margin:4px 0 16px}
.hanspot-auth-row label{display:flex;align-items:center;gap:6px;margin:0}
.hanspot-auth-card .button{width:100%;height:48px!important;background:var(--hanspot-accent)!important;color:#111!important;border-radius:6px!important}
.hanspot-myaccount-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px}
.hanspot-myaccount-layout .woocommerce-MyAccount-navigation{width:auto!important;float:none!important}
.hanspot-myaccount-content{width:auto!important;float:none!important;border:1px solid var(--hanspot-border);border-radius:8px;padding:25px}

/* Blog */
.hanspot-blog-page{padding:64px 0 90px;background:var(--hanspot-surface)}
.hanspot-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hanspot-blog-card{background:#fff;border:1px solid var(--hanspot-border);border-radius:9px;overflow:hidden;transition:.25s}
.hanspot-blog-card:hover{transform:translateY(-4px);box-shadow:var(--hanspot-shadow)}
.hanspot-blog-card-image{position:relative;display:block;height:245px;overflow:hidden;background:#e9ebed}
.hanspot-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.hanspot-blog-card:hover .hanspot-blog-card-image img{transform:scale(1.025)}
.hanspot-blog-card-image>span{position:absolute;left:14px;bottom:14px;background:var(--hanspot-accent);color:#111;border-radius:4px;padding:7px 9px;font-size:9px;font-weight:700}
.hanspot-blog-card-content{padding:22px}
.hanspot-blog-meta{display:flex;align-items:center;gap:6px;color:var(--hanspot-accent-dark);font-size:9px;text-transform:uppercase;font-weight:700}
.hanspot-blog-meta .hanspot-icon{width:14px;height:14px}
.hanspot-blog-card h2{font-size:18px;line-height:1.45;margin:10px 0}
.hanspot-blog-card p{font-size:12px;color:var(--hanspot-muted);line-height:1.8}
.hanspot-text-link{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:700;text-transform:uppercase;margin-top:8px}
.hanspot-text-link:hover{color:var(--hanspot-accent-dark)}
.hanspot-single-page{padding:65px 0 90px;background:var(--hanspot-surface)}
.hanspot-single-layout{display:grid;grid-template-columns:minmax(0,850px) 300px;gap:38px;justify-content:center;align-items:start}
.hanspot-single-article{background:#fff;border:1px solid var(--hanspot-border);border-radius:9px;padding:42px}
.hanspot-single-header{text-align:left;max-width:none;margin:0 0 25px}
.hanspot-single-meta{display:flex;gap:15px;color:var(--hanspot-accent-dark);font-size:10px;font-weight:700;text-transform:uppercase}
.hanspot-single-header h1{font-size:40px;line-height:1.22;letter-spacing:-1px;margin:10px 0}
.hanspot-single-header p{font-size:14px;color:var(--hanspot-muted)}
.hanspot-single-image{width:100%;border-radius:8px;max-height:520px;object-fit:cover}
.hanspot-entry-content{font-size:14px;line-height:1.95;color:#4e555d}
.hanspot-entry-content h2,.hanspot-entry-content h3{color:var(--hanspot-text)}
.hanspot-single-sidebar{position:sticky;top:25px}
.hanspot-sidebar-card{background:var(--hanspot-black);color:#fff;border-radius:9px;padding:25px}
.hanspot-sidebar-card strong{font-size:20px}
.hanspot-sidebar-card p{font-size:11px;color:#c2c6ca;line-height:1.75}
.hanspot-sidebar-card .spotcu-btn{width:100%;margin-top:10px}
.hanspot-comments{margin-top:35px;border-top:1px solid var(--hanspot-border);padding-top:25px}

/* Search page */
.hanspot-search-page{padding:60px 0 85px}
.hanspot-search-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hanspot-search-page-card{border:1px solid var(--hanspot-border);border-radius:8px;overflow:hidden}
.hanspot-search-page-card>a{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:14px}
.hanspot-search-page-card img{width:110px;height:95px;object-fit:cover;border-radius:5px}
.hanspot-search-page-card small{font-size:9px;color:var(--hanspot-accent-dark);font-weight:700;text-transform:uppercase}
.hanspot-search-page-card h2{font-size:15px;line-height:1.4;margin:5px 0}
.hanspot-search-page-card p{font-size:10px;color:var(--hanspot-muted);margin:0}
.hanspot-empty-state>.hanspot-icon{width:55px;height:55px;color:var(--hanspot-accent-dark);margin-bottom:10px}

/* Floating tools */
.hanspot-whatsapp-bubble{position:fixed;right:22px;bottom:88px;z-index:900;display:flex;align-items:center;gap:9px;background:var(--hanspot-black);color:#fff!important;border:2px solid var(--hanspot-accent);border-radius:50px;padding:8px 15px 8px 8px;box-shadow:0 14px 35px rgba(0,0,0,.25)}
.hanspot-whatsapp-bubble>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:var(--hanspot-accent);color:#111}
.hanspot-whatsapp-bubble b{font-size:11px}
.hanspot-whatsapp-bubble:hover{transform:translateY(-2px);color:var(--hanspot-accent)!important}
.hanspot-scroll-top{position:fixed;right:25px;bottom:25px;z-index:899;width:46px;height:46px;border:0;border-radius:50%;background:var(--hanspot-accent);color:#111;display:grid;place-items:center;box-shadow:0 12px 25px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;cursor:pointer}
.hanspot-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}
.hanspot-cookie{position:fixed;left:22px;bottom:22px;z-index:10000;max-width:430px;display:flex;align-items:center;gap:18px;background:var(--hanspot-black);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:15px 16px;box-shadow:0 18px 45px rgba(0,0,0,.25);transform:translateY(140%);transition:.35s}
.hanspot-cookie.is-visible{transform:none}
.hanspot-cookie p{font-size:10px;line-height:1.65;margin:0;color:#d8dade}
.hanspot-cookie button{flex:0 0 auto;border:0;border-radius:5px;background:var(--hanspot-accent);color:#111;font-size:9px;font-weight:800;padding:10px 14px;cursor:pointer}

/* Footer branding */
.hanspot-footer-bottom a{color:#cfd2d6}
.hanspot-footer-bottom a:hover{color:var(--hanspot-accent)}

/* Elementor/Woo consistency */
.spotcu-woo-page-section{padding:60px 0 85px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--hanspot-accent)!important}
.woocommerce-info:before,.woocommerce-message:before{color:var(--hanspot-accent-dark)!important}
.woocommerce a.remove{color:var(--hanspot-text)!important}
.woocommerce a.remove:hover{background:var(--hanspot-accent)!important;color:#111!important}
.hanspot-contact-page-grid{grid-template-columns:repeat(4,1fr)}
.hanspot-contact-page-grid .spotcu-contact-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-height:170px}
.hanspot-contact-page-grid .spotcu-contact-card>.hanspot-icon{width:30px;height:30px;color:var(--hanspot-accent-dark);margin-bottom:16px}
.hanspot-contact-action{text-align:center;margin-top:22px}
@media(max-width:900px){.hanspot-contact-page-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.hanspot-contact-page-grid{grid-template-columns:1fr}}
.elementor-widget-hanspot-blog>.elementor-widget-container{margin:0!important;padding:0!important}

/* Han Mobil hero slider */
.hanspot-hero-slider{position:relative;isolation:isolate;background:#11151a!important}
.hanspot-hero-slider:before{z-index:1;background:linear-gradient(90deg,rgba(10,12,15,.99) 0%,rgba(10,12,15,.91) 29%,rgba(10,12,15,.35) 60%,rgba(10,12,15,.12) 100%)!important}
.hanspot-hero-slider .hanspot-hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden}
.hanspot-hero-slider .hanspot-hero-slide{position:absolute;inset:0;background-image:var(--hanspot-slide-image);background-size:cover;background-position:center right;opacity:0;transform:scale(1.015);transition:opacity .7s ease,transform 5.5s ease}
.hanspot-hero-slider .hanspot-hero-slide.is-active{opacity:1;transform:scale(1)}
.hanspot-hero-slider>.hanspot-shell{position:relative;z-index:3}
.hanspot-hero-dots{position:absolute;z-index:5;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:8px}
.hanspot-hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.45);cursor:pointer;transition:.2s}
.hanspot-hero-dots button.is-active{width:30px;background:var(--hanspot-accent,#8fb39a)}
@media(max-width:680px){
 .hanspot-hero-slider .hanspot-hero-slide:first-child{background-image:var(--hanspot-mobile-slide-image,var(--hanspot-slide-image));background-position:center}
 .hanspot-hero-dots{bottom:80px}
}

/* Han Mobil 3.0 — corporate pages and contact */
body.hanspot-theme .hanspot-info-main,
body.hanspot-theme .hanspot-info-page-content{width:100%;max-width:none;margin:0;padding:0;background:#fff}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero{
 width:100%;max-width:none;margin:0;border-radius:0!important;
 background:#f5f6f8!important;color:#111!important;
 padding:62px 0 54px;
 border-top:1px solid #eceef1;border-bottom:1px solid #e6e8eb;
}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero:after,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero:after{border-color:rgba(143,179,154,.10)}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero .spotcu-shell,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero .hanspot-shell{text-align:left}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero .spotcu-eyebrow,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero .hanspot-eyebrow{color:#557260!important}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero h1,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero h1{color:#111!important;font-size:42px;margin-bottom:10px}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero p,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero p{color:#606872!important;margin:0 0 12px;max-width:700px}
body.hanspot-theme.hanspot-info-page .spotcu-page-hero .woocommerce-breadcrumb,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero .woocommerce-breadcrumb,
body.hanspot-theme.hanspot-info-page .spotcu-page-hero .woocommerce-breadcrumb a,
body.hanspot-theme.hanspot-info-page .hanspot-page-hero .woocommerce-breadcrumb a{color:#555e68!important;justify-content:flex-start!important}
body.hanspot-theme.hanspot-info-page .spotcu-content-section{padding:64px 0 84px!important;background:#fff!important}
body.hanspot-theme.hanspot-info-page .spotcu-content-section>.elementor-container{width:min(1400px,calc(100% - 48px))!important;max-width:1400px!important;margin-inline:auto!important}

body.hanspot-theme .hanspot-contact-wrap{width:100%;color:#17191d}
body.hanspot-theme .hanspot-contact-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 24px}
body.hanspot-theme .hanspot-contact-card{
 min-width:0;min-height:116px;padding:22px;border:1px solid #e5e8ec;border-radius:12px;
 background:#fff;color:#17191d!important;display:flex;align-items:center;gap:15px;
 box-shadow:0 8px 28px rgba(16,19,24,.045);transition:.22s ease;
}
body.hanspot-theme a.hanspot-contact-card:hover{transform:translateY(-2px);border-color:#8fb39a;box-shadow:0 14px 34px rgba(16,19,24,.08)}
body.hanspot-theme .hanspot-contact-icon{width:48px;height:48px;border-radius:50%;background:#8fb39a;color:#111;display:grid;place-items:center;flex:0 0 48px}
body.hanspot-theme .hanspot-contact-icon .hanspot-icon{width:21px;height:21px;color:#111}
body.hanspot-theme .hanspot-contact-card>div{min-width:0}
body.hanspot-theme .hanspot-contact-card small{display:block;color:#717983;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.45px;margin-bottom:5px}
body.hanspot-theme .hanspot-contact-card strong{display:block;color:#17191d;font-size:13px;line-height:1.55;overflow-wrap:anywhere}
body.hanspot-theme .hanspot-contact-main{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:24px;align-items:stretch}
body.hanspot-theme .hanspot-contact-form-card,
body.hanspot-theme .hanspot-contact-map-card{min-width:0;border:1px solid #e5e8ec;border-radius:14px;background:#fff;box-shadow:0 10px 36px rgba(16,19,24,.05);overflow:hidden}
body.hanspot-theme .hanspot-contact-form-card{padding:32px}
body.hanspot-theme .hanspot-contact-heading>span{display:block;color:#557260;font-size:10px;font-weight:800;letter-spacing:.7px;margin-bottom:7px}
body.hanspot-theme .hanspot-contact-heading h2{margin:0 0 9px;color:#17191d;font-size:30px;line-height:1.2;letter-spacing:-.5px}
body.hanspot-theme .hanspot-contact-heading p{margin:0 0 25px;color:#68717b;font-size:13px;line-height:1.75;max-width:650px}
body.hanspot-theme .hanspot-contact-alert{margin:0 0 18px;padding:13px 15px;border-radius:8px;font-size:12px;line-height:1.6}
body.hanspot-theme .hanspot-contact-alert.is-success{background:#edf9f1;color:#247444;border:1px solid #cfead9}
body.hanspot-theme .hanspot-contact-alert.is-error{background:#fff1f1;color:#9e3030;border:1px solid #f0d1d1}
body.hanspot-theme .hanspot-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}
body.hanspot-theme .hanspot-contact-fields label{display:block;min-width:0}
body.hanspot-theme .hanspot-contact-fields label.is-wide{grid-column:1/-1}
body.hanspot-theme .hanspot-contact-fields label>span{display:block;margin-bottom:7px;color:#24282e;font-size:11px;font-weight:600}
body.hanspot-theme .hanspot-contact-fields input,
body.hanspot-theme .hanspot-contact-fields select,
body.hanspot-theme .hanspot-contact-fields textarea{width:100%;border:1px solid #dfe3e7;border-radius:8px;background:#fff;color:#17191d;outline:0;box-shadow:none;font-size:12px;transition:.2s ease}
body.hanspot-theme .hanspot-contact-fields input,
body.hanspot-theme .hanspot-contact-fields select{height:49px;padding:0 13px}
body.hanspot-theme .hanspot-contact-fields textarea{min-height:145px;padding:13px;resize:vertical}
body.hanspot-theme .hanspot-contact-fields input:focus,
body.hanspot-theme .hanspot-contact-fields select:focus,
body.hanspot-theme .hanspot-contact-fields textarea:focus{border-color:#8fb39a;box-shadow:0 0 0 3px rgba(143,179,154,.13)}
body.hanspot-theme .hanspot-contact-consent{display:flex;align-items:flex-start;gap:9px;margin:16px 0;color:#67707a;font-size:10px;line-height:1.6}
body.hanspot-theme .hanspot-contact-consent input{margin-top:3px;accent-color:#8fb39a}
body.hanspot-theme .hanspot-contact-submit{min-height:50px;border:0;border-radius:8px;background:#8fb39a;color:#111;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 23px;font-size:11px;font-weight:800;text-transform:uppercase;cursor:pointer}
body.hanspot-theme .hanspot-contact-submit:hover{background:#9fc1a7;transform:translateY(-1px)}
body.hanspot-theme .hanspot-contact-submit .hanspot-icon{width:17px;height:17px}
body.hanspot-theme .hanspot-contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
body.hanspot-theme .hanspot-contact-map-card{display:flex;flex-direction:column}
body.hanspot-theme .hanspot-contact-map{min-height:380px;flex:1;background:#f2f3f5}
body.hanspot-theme .hanspot-contact-map iframe{display:block;width:100%;height:100%;min-height:380px;border:0;filter:grayscale(.12)}
body.hanspot-theme .hanspot-contact-map-copy{display:flex;gap:12px;padding:21px 22px;border-top:1px solid #e7e9ec}
body.hanspot-theme .hanspot-contact-map-copy>span{width:39px;height:39px;border-radius:50%;background:#8fb39a;color:#111;display:grid;place-items:center;flex:0 0 39px}
body.hanspot-theme .hanspot-contact-map-copy .hanspot-icon{width:18px;height:18px}
body.hanspot-theme .hanspot-contact-map-copy small{display:block;color:#777f88;font-size:9px;font-weight:700;text-transform:uppercase;margin-bottom:3px}
body.hanspot-theme .hanspot-contact-map-copy strong{display:block;color:#17191d;font-size:13px;line-height:1.5}
body.hanspot-theme .hanspot-contact-map-copy p{margin:5px 0 0;color:#717982;font-size:10px;line-height:1.6}
body.hanspot-theme .hanspot-contact-whatsapp{margin:0 22px 22px;min-height:48px;border-radius:8px;background:#101318;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:700}
body.hanspot-theme .hanspot-contact-whatsapp:hover{background:#181e26;color:#8fb39a!important}
body.hanspot-theme .hanspot-contact-whatsapp .hanspot-icon{width:19px;height:19px}

@media(max-width:980px){
 body.hanspot-theme .hanspot-contact-page-grid{grid-template-columns:1fr 1fr}
 body.hanspot-theme .hanspot-contact-main{grid-template-columns:1fr}
 body.hanspot-theme .hanspot-contact-map{min-height:330px}
 body.hanspot-theme .hanspot-contact-map iframe{min-height:330px}
}
@media(max-width:680px){
 body.hanspot-theme.hanspot-info-page .spotcu-page-hero,
 body.hanspot-theme.hanspot-info-page .hanspot-page-hero{padding:42px 0 36px}
 body.hanspot-theme.hanspot-info-page .spotcu-page-hero h1,
 body.hanspot-theme.hanspot-info-page .hanspot-page-hero h1{font-size:30px}
 body.hanspot-theme.hanspot-info-page .spotcu-content-section{padding:38px 0 58px!important}
 body.hanspot-theme.hanspot-info-page .spotcu-content-section>.elementor-container{width:calc(100% - 24px)!important}
 body.hanspot-theme .hanspot-contact-page-grid{grid-template-columns:1fr;gap:10px}
 body.hanspot-theme .hanspot-contact-card{min-height:96px;padding:17px}
 body.hanspot-theme .hanspot-contact-form-card{padding:20px}
 body.hanspot-theme .hanspot-contact-heading h2{font-size:24px}
 body.hanspot-theme .hanspot-contact-fields{grid-template-columns:1fr;gap:12px}
 body.hanspot-theme .hanspot-contact-fields label.is-wide{grid-column:auto}
 body.hanspot-theme .hanspot-contact-submit{width:100%}
 body.hanspot-theme .hanspot-contact-map{min-height:285px}
 body.hanspot-theme .hanspot-contact-map iframe{min-height:285px}
}

/* Han Mobil 3.3.0 — modern blog comments */
body.hanspot-theme .hanspot-comments{margin-top:46px;padding-top:0;border-top:0;display:grid;gap:22px}
body.hanspot-theme .hanspot-comments-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 27px;border:1px solid var(--hanspot-border);border-radius:14px;background:linear-gradient(145deg,#fff,#fafbfc);box-shadow:0 10px 32px rgba(16,19,24,.045)}
body.hanspot-theme .hanspot-comments-head>div>span,
body.hanspot-theme .hanspot-comment-form-title>span{display:block;margin-bottom:5px;color:#557260;font-size:10px;font-weight:800;letter-spacing:.12em}
body.hanspot-theme .hanspot-comments-head h2,
body.hanspot-theme .hanspot-comment-form-title h3{margin:0;color:var(--hanspot-text);font-size:24px;line-height:1.25;letter-spacing:-.3px}
body.hanspot-theme .hanspot-comments-head p{margin:7px 0 0;color:var(--hanspot-muted);font-size:12px;line-height:1.7}
body.hanspot-theme .hanspot-comments-head>strong{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--hanspot-accent);color:#111;font-size:20px;flex:0 0 58px}
body.hanspot-theme .hanspot-comment-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
body.hanspot-theme .hanspot-comment-list .comment{list-style:none;margin:0}
body.hanspot-theme .hanspot-comment-list .comment-body{position:relative;padding:22px 22px 22px 90px;border:1px solid var(--hanspot-border);border-radius:14px;background:#fff;min-height:86px;box-shadow:0 8px 28px rgba(16,19,24,.035)}
body.hanspot-theme .hanspot-comment-list .avatar{position:absolute;left:22px;top:22px;width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 1px var(--hanspot-border)}
body.hanspot-theme .hanspot-comment-list .comment-author{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--hanspot-text)}
body.hanspot-theme .hanspot-comment-list .comment-author .says{display:none}
body.hanspot-theme .hanspot-comment-list .comment-metadata{margin-top:4px;font-size:10px;color:var(--hanspot-muted)}
body.hanspot-theme .hanspot-comment-list .comment-content{margin-top:12px;color:var(--hanspot-muted);font-size:13px;line-height:1.8}
body.hanspot-theme .hanspot-comment-list .comment-content p:last-child{margin-bottom:0}
body.hanspot-theme .hanspot-comment-list .reply{margin-top:12px}
body.hanspot-theme .hanspot-comment-list .reply a{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:var(--hanspot-surface);color:var(--hanspot-text);font-size:10px;font-weight:700}
body.hanspot-theme .hanspot-comment-list .reply a:hover{background:var(--hanspot-accent);color:#111}
body.hanspot-theme .hanspot-comment-list .children{display:grid;gap:12px;margin:14px 0 0 34px;padding:0;list-style:none}
body.hanspot-theme .hanspot-comments-empty{padding:30px;border:1px dashed #d9dde2;border-radius:14px;background:var(--hanspot-surface);display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--hanspot-muted)}
body.hanspot-theme .hanspot-comments-empty .hanspot-icon{width:34px;height:34px;margin-bottom:10px;color:#557260}
body.hanspot-theme .hanspot-comments-empty strong{color:var(--hanspot-text);font-size:15px}
body.hanspot-theme .hanspot-comments-empty p{margin:5px 0 0;font-size:11px}
body.hanspot-theme .hanspot-comments .comment-respond{padding:27px;border:1px solid var(--hanspot-border);border-radius:14px;background:#fff;box-shadow:0 10px 32px rgba(16,19,24,.045)}
body.hanspot-theme .hanspot-comment-note{margin:8px 0 20px;color:var(--hanspot-muted);font-size:11px}
body.hanspot-theme .hanspot-comment-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
body.hanspot-theme .hanspot-comment-form>p{margin:0;min-width:0}
body.hanspot-theme .hanspot-comment-form .comment-form-comment,
body.hanspot-theme .hanspot-comment-form .comment-notes,
body.hanspot-theme .hanspot-comment-form .logged-in-as,
body.hanspot-theme .hanspot-comment-form .form-submit,
body.hanspot-theme .hanspot-comment-form .comment-form-cookies-consent{grid-column:1/-1}
body.hanspot-theme .hanspot-comment-form label{display:block;margin-bottom:7px;color:var(--hanspot-text);font-size:11px;font-weight:700}
body.hanspot-theme .hanspot-comment-form input[type=text],
body.hanspot-theme .hanspot-comment-form input[type=email],
body.hanspot-theme .hanspot-comment-form input[type=url],
body.hanspot-theme .hanspot-comment-form textarea{width:100%;border:1px solid #dfe3e7;border-radius:9px;background:#fff;color:var(--hanspot-text);box-shadow:none;outline:0;font-size:12px;transition:.2s ease}
body.hanspot-theme .hanspot-comment-form input{height:49px;padding:0 13px}
body.hanspot-theme .hanspot-comment-form textarea{min-height:150px;padding:13px;resize:vertical}
body.hanspot-theme .hanspot-comment-form input:focus,
body.hanspot-theme .hanspot-comment-form textarea:focus{border-color:var(--hanspot-accent);box-shadow:0 0 0 3px rgba(143,179,154,.14)}
body.hanspot-theme .hanspot-comment-submit{min-height:48px;border:0;border-radius:8px;background:var(--hanspot-accent);color:#111;padding:0 22px;font-size:11px;font-weight:800;cursor:pointer}
body.hanspot-theme .hanspot-comment-submit:hover{background:#9fc1a7;transform:translateY(-1px)}
body.hanspot-theme .hanspot-comments .comment-navigation,
body.hanspot-theme .hanspot-comments .comments-pagination{display:flex;justify-content:center;gap:8px}
body.hanspot-theme .hanspot-comments .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid var(--hanspot-border);border-radius:7px;background:#fff;font-size:11px;font-weight:700}
body.hanspot-theme .hanspot-comments .page-numbers.current,
body.hanspot-theme .hanspot-comments .page-numbers:hover{background:var(--hanspot-accent);border-color:var(--hanspot-accent);color:#111}
@media(max-width:680px){
 body.hanspot-theme .hanspot-comments{margin-top:34px}
 body.hanspot-theme .hanspot-comments-head{padding:20px}
 body.hanspot-theme .hanspot-comments-head h2,
 body.hanspot-theme .hanspot-comment-form-title h3{font-size:20px}
 body.hanspot-theme .hanspot-comments-head>strong{width:48px;height:48px;flex-basis:48px;font-size:16px}
 body.hanspot-theme .hanspot-comment-list .comment-body{padding:18px 16px 18px 72px}
 body.hanspot-theme .hanspot-comment-list .avatar{left:16px;top:18px;width:42px;height:42px}
 body.hanspot-theme .hanspot-comment-list .children{margin-left:15px}
 body.hanspot-theme .hanspot-comments .comment-respond{padding:20px}
 body.hanspot-theme .hanspot-comment-form{grid-template-columns:1fr}
 body.hanspot-theme .hanspot-comment-form>p{grid-column:1!important}
}

/* Han Mobil 3.3.2 - slider altı bilgi kutuları */
.spotcu-trust-strip .spotcu-trust-grid{
  background:var(--hanspot-dark)!important;
  color:#fff!important;
  border:1px solid color-mix(in srgb,var(--hanspot-border) 45%,transparent)!important;
}
.spotcu-trust-strip .spotcu-trust-grid>div:not(:last-child):after{
  background:color-mix(in srgb,currentColor 12%,transparent)!important;
}
.spotcu-trust-strip .spotcu-trust-grid>div>.spotcu-icon{
  color:var(--hanspot-accent)!important;
  background:color-mix(in srgb,var(--hanspot-accent) 12%,transparent)!important;
}
.spotcu-trust-strip .spotcu-trust-grid strong{color:inherit!important}
.spotcu-trust-strip .spotcu-trust-grid small{color:color-mix(in srgb,currentColor 72%,transparent)!important}
.spotcu-trust-strip.is-scheme-dark .spotcu-trust-grid{
  background:var(--hanspot-dark)!important;
  color:#fff!important;
}
.spotcu-trust-strip.is-scheme-surface .spotcu-trust-grid{
  background:var(--hanspot-surface)!important;
  color:var(--hanspot-text)!important;
  box-shadow:0 16px 35px color-mix(in srgb,var(--hanspot-dark) 10%,transparent)!important;
}
.spotcu-trust-strip.is-scheme-surface .spotcu-trust-grid>div>.spotcu-icon{
  color:var(--hanspot-dark)!important;
  background:color-mix(in srgb,var(--hanspot-accent) 24%,var(--hanspot-surface))!important;
}
.spotcu-trust-strip.is-scheme-accent .spotcu-trust-grid{
  background:var(--hanspot-accent)!important;
  color:var(--hanspot-dark)!important;
  border-color:color-mix(in srgb,var(--hanspot-dark) 12%,transparent)!important;
  box-shadow:0 16px 35px color-mix(in srgb,var(--hanspot-accent) 30%,transparent)!important;
}
.spotcu-trust-strip.is-scheme-accent .spotcu-trust-grid>div>.spotcu-icon{
  color:var(--hanspot-accent)!important;
  background:var(--hanspot-dark)!important;
}
