﻿/* Lapnotek global frontend styles. Header, footer and bulk page styles live here. */

/* Global frontend header */
.header-7{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 6px 20px rgba(0,0,0,.04)}
.front-header-container{width:min(1320px,100% - 48px);margin:0 auto}
.front-navbar{min-height:75px;display:flex;align-items:center}
.front-navbar-inner{display:grid;grid-template-columns:auto minmax(260px,1fr) auto auto;align-items:center;gap:28px;width:100%}
.header-7 .logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.header-7 .logo img{height:28px;width:auto;display:block}
.site-search-wrap{min-width:260px}
.site-search-box{
	height:44px;
	background:#f7f7fb;
	border-radius:999px;
	display:grid;
	grid-template-columns:auto 1fr auto;
	align-items:center;
	gap:10px;
	padding:0 8px 0 16px
}
.site-search-box .search-symbol{
	font-size:22px;
	color:#777;
}
.site-search-box .main-search{
	border:0;
	outline:0;
	background:transparent;
	font:500 12px Poppins,Arial,sans-serif;
	min-width:0
}
.site-search-button{
	height:28px;
	border:0;
	border-radius:999px;
	background:#1677ff;
	color:#fff;
	font-weight:500;
	padding:0 18px;
	font-size:14px;
}
.front-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:22px}.front-nav-item{position:relative;margin:0;padding:0}
.front-nav-link{
	display:flex;
	align-items:center;
	gap:4px;
	text-decoration:none;
	color:#1f1f29;
	font-family:Poppins,Arial,sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.2;
	padding:0
}
.front-nav-link:hover{color:#1677ff}.front-dropdown-menu{position:absolute;top:100%;left:0;min-width:190px;background:#fff;border-radius:14px;padding:12px;box-shadow:0 18px 40px rgba(20,20,30,.14);display:none}.front-nav-item:hover .front-dropdown-menu{display:block}.front-dropdown-list{list-style:none;margin:0;padding:0;display:grid;gap:0px}.front-dropdown-list a{display:block;padding:5px 10px;font-size:14px;border-radius:10px;color:#626575;font-weight:600;text-decoration:none}.front-dropdown-list a:hover{background:#f7f7fb;color:#1677ff}
.contact-box .contact-inner{display:flex;align-items:center;gap:10px}
.contact-box .icon{background:#1677ff;padding:8px;border-radius:50px;display:grid;place-items:center}
.contact-box .icon i{
	font-size:22px;
	color:#fff
}
.contact-box .icon .material-symbols-rounded{
	font-size:14px;
}
.contact-box p{margin:0}.contact-label{font-size:12px;color:gray;margin:0;line-height:1.15}.contact-number{font-size:14px;font-weight:900;margin:0;line-height:1.15;color:#1f1f29}
.mobile-store-header{display:none;height:70px;align-items:center;justify-content:space-between;padding:0 18px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.04);position:sticky;top:0;z-index:51}.mobile-store-logo img{height:42px;width:auto;display:block}.mobile-menu-toggle,.mobile-menu-close{width:44px;height:44px;border:0;border-radius:50%;background:#1677ff;color:#fff;display:grid;place-items:center}.mobile-menu-close{background:#f5f5f8;color:#111}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);opacity:0;pointer-events:none;z-index:60;transition:.22s}.mobile-menu-drawer{position:fixed;top:0;right:0;bottom:0;width:min(86vw,340px);background:#fff;z-index:61;transform:translateX(100%);transition:.24s;padding:18px;);overflow:auto}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #eee}.mobile-menu-links{display:grid;gap:8px;padding:18px 0}.mobile-menu-links a{padding:12px 14px;border-radius:12px;background:#f7f7fb;font-weight:700;color:#232323;text-decoration:none}.mobile-menu-links .mobile-sub-link{margin-left:14px;background:#fff;border:1px solid #f0f0f4;color:#6b7280}.mobile-contact-box{margin-top:8px;padding:16px;border-radius:16px;background:#171722;color:#fff}.mobile-contact-box span{display:block;color:#c9c9d3;margin-bottom:4px}.mobile-menu-open{overflow:hidden}.mobile-menu-open .mobile-menu-overlay{opacity:1;pointer-events:auto}.mobile-menu-open .mobile-menu-drawer{transform:translateX(0)}@media(max-width:1100px){.front-navbar-inner{gap:18px}.front-nav-list{gap:14px}.site-search-wrap{min-width:210px}}@media(max-width:900px){.header-7{display:none}.mobile-store-header{display:flex}}
.site-search-results{position:fixed;top:75px;left:48%;transform:translateX(-50%);width:min(720px,calc(100% - 36px));background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(20,20,30,.18);padding:14px;z-index:80;display:none}.site-search-results.show{display:block}.site-search-grid{display:grid;gap:10px}.site-search-card{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding:10px;border-radius:14px;color:#232323;background:#fff;text-decoration:none}.site-search-card:hover{background:#f7f7fb}.site-search-card img{width:40px;height:40px;object-fit:contain;border-radius:10px;background:#f6f6f8}.site-search-card-title{display:block;font-weight:600;font-size: 14px;}.site-search-card-title mark{background:#fff1a6;color:inherit;padding:0}.site-search-price{display:block;color:#1677ff;font-weight:600;margin-top:3px;font-size: 14px;}.site-search-price del{color:#999;font-weight:600;margin-left:6px}.site-search-empty,.site-search-view-all{display:none;margin:0}.site-search-empty{padding:18px;text-align:center;color:#777;font-weight:700}.site-search-results.empty .site-search-empty{display:block}.site-search-results.show:not(.empty) .site-search-view-all{display:block;text-align:center;margin-top:10px;padding:12px;border-radius:12px;background:#1677ff;color:#fff;font-weight:600;text-decoration:none;font-size: 12px;}@media(max-width:900px){.site-search-results{top:82px}}

.footer-section{background:#222;color:#fff;margin-top:20px}.footer-section a{text-decoration:none;color:inherit}.footer-section .container{width:min(1320px,100% - 48px);margin:0 auto}.footer-link-wrapper{padding:56px 0 34px}.footer-link-wrapper .row{display:flex;flex-wrap:wrap;margin-left:-14px;margin-right:-14px}.footer-link-wrapper [class*=col-]{padding-left:14px;padding-right:14px}.footer-link-wrapper .col-12{width:100%}.footer-link-wrapper .col-xl-6{width:50%}.footer-link-wrapper .col-xl-3{width:25%}.footer-title{font-family:"Playfair Display",serif;font-size:20.4px;font-weight:600;line-height:1.25;margin:0 0 18px;color:#fff}.footer-category-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto);grid-auto-columns:minmax(120px,1fr);gap:11px 18px;align-items:start}.footer-nav-list,.footer-contact-lines,.footer-column-payments,.footer-bottom-links,.social-link-box{list-style:none;margin:0;padding:0}.footer-nav-list{display:grid;gap:11px}.footer-contact-lines{display:grid;gap:9px}.footer-nav-list a,.footer-contact-lines li,.footer-bottom-links a{color:#ffffff80!important;font-size:16px!important;line-height:1.6!important;font-weight:400!important}.footer-nav-list a:hover,.footer-bottom-links a:hover{color:#fff!important}.social-link-box{display:flex;gap:10px;flex-wrap:wrap}.social-link-box a{width:46px;height:46px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06);display:grid;place-items:center}.social-link-box i{font-size:24px;color:#fff}.footer-column-pay-title{margin-top:22px}.footer-column-payments{display:flex;gap:10px;flex-wrap:wrap}.footer-column-payments img{height:31px;border-radius:5px;background:#fff}.sub-footer{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:22px}.sub-footer>p{order:0!important}.sub-footer>.footer-bottom-right{order:1!important}.sub-footer p{margin:0;color:#ffffff80;font-size:16px;line-height:1.6}.footer-bottom-right{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.footer-store-time{color:#ffffff80!important;font-size:16px!important;line-height:1.6!important;font-weight:400!important}.footer-bottom-links{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}@media(max-width:991px){.footer-link-wrapper .col-xl-6,.footer-link-wrapper .col-xl-3{width:50%}.footer-link-wrapper .row{row-gap:24px}.sub-footer{align-items:flex-start;flex-direction:column}}@media(max-width:575px){.footer-section .container{width:min(100% - 36px,1320px)}.footer-link-wrapper .col-xl-6,.footer-link-wrapper .col-xl-3{width:100%}.footer-category-grid{grid-auto-flow:row;grid-template-rows:none}.footer-bottom-links{justify-content:flex-start}}
.footer-section .footer-contact-lines{display:grid!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}.footer-section .footer-contact-lines li,.footer-section .footer-nav-list a,.footer-section .footer-bottom-links a{display:block!important;color:#ffffff80!important;font-size:16px!important;line-height:1.6!important;font-weight:400!important}.footer-section .footer-column-payments{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important;height:auto!important}.footer-section .footer-column-payments li{display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important}.footer-section .footer-column-payments img{width:auto!important;height:31px!important;max-width:72px!important;object-fit:contain!important;border-radius:5px!important;background:#fff!important;display:block!important}.footer-section .social-link-box{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important}.footer-section .footer-title{color:#fff!important}.footer-section .footer-category-grid{display:grid!important;grid-auto-flow:column!important;grid-template-rows:repeat(5,auto)!important;grid-auto-columns:minmax(120px,1fr)!important;gap:11px 18px!important;align-items:start!important}.footer-section .sub-footer>p{order:0!important}.footer-section .sub-footer>.footer-bottom-right{order:1!important}.footer-section .footer-bottom-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important;flex-wrap:wrap!important}.footer-section .footer-store-time{color:#ffffff80!important;font-size:16px!important;line-height:1.6!important;font-weight:400!important}.footer-section .footer-bottom-links{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important}
/* Home page cards/reviews */

.google-review-section{padding:58px 0 64px;background:#f7f9ff}.google-review-section .review-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.google-review-section .review-head h3{font-size:34px;line-height:1.15;margin:0;color:#20212a}.google-review-section .review-head p{margin:8px 0 0;color:#6f7280;font-size:16px;line-height:1.6}.google-review-section .google-link{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#fff;color:#1677ff;font-weight:900;padding:12px 18px;box-shadow:0 12px 32px rgba(25,35,70,.08)}.google-review-slider{overflow:hidden}.google-review-track{display:flex;transition:transform .45s ease;will-change:transform}.google-review-slide{flex:0 0 33.333%;padding:0 9px}.google-review-card{height:100%;background:#fff;border:1px solid #ececf2;border-radius:8px;padding:22px;box-shadow:0 18px 48px rgba(25,35,70,.07);display:grid;gap:14px}.review-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-person{display:flex;align-items:center;gap:12px;min-width:0}.review-avatar{width:46px;height:46px;border-radius:50%;background:#1677ff;color:#fff;display:grid;place-items:center;font-weight:900;font-size:18px}.review-person b{display:block;color:#1f2430;font-size:16px}.review-person span{display:block;color:#8b8e99;font-size:13px}.google-badge{font-weight:900;color:#4285f4;font-size:20px}.review-stars{display:flex;gap:2px;color:#fbbc04}.review-stars i{font-size:20px}.google-review-card p{margin:0;color:#626575;font-size:15px;line-height:1.75}.google-review-controls{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.google-review-controls button{width:42px;height:42px;border:0;border-radius:50%;background:#1677ff;color:#fff;display:grid;place-items:center;cursor:pointer}.stock-label{position:absolute;left:12px;top:42px;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;z-index:2}.stock-label.in,
.stock-label-inline.in{
	background:#e9f9ef;
	color:#15803d
}
.stock-label.out,.stock-label-inline.out{
	background:#fff1f1;
	color:#b91c1c
}
.stock-label-inline{
	display:inline-block;
	border-radius:999px;
	padding:5px;
	font-size:8px;
	font-weight:500;
	margin-top:0px
}
@media(max-width:991px){.google-review-slide{flex-basis:50%}}@media(max-width:767px){.google-review-section .review-head{align-items:flex-start;flex-direction:column}.google-review-section .review-head h3{font-size:28px}.google-review-controls{justify-content:flex-start}.google-review-slide{flex-basis:100%}}



.front-whatsapp-widget{position:fixed;left:24px;bottom:24px;z-index:120;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;padding:8px;border-radius:999px;background:#25d366;color:#fff!important;text-decoration:none!important;box-shadow:0 18px 42px rgba(37,211,102,.35);font-family:Poppins,Arial,sans-serif;font-weight:900;line-height:1;transition:transform .2s ease,box-shadow .2s ease}.front-whatsapp-widget:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(37,211,102,.42);color:#fff!important}.front-whatsapp-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#16a34a}.front-whatsapp-icon svg{width:24px;height:24px;display:block;fill:currentColor}.front-whatsapp-text{font-size:15px;letter-spacing:0}@media(max-width:575px){.front-whatsapp-widget{left:16px;bottom:16px;width:50px;height:50px}.front-whatsapp-icon{width:34px;height:34px}.front-whatsapp-icon svg{width:22px;height:22px}.front-whatsapp-text{font-size:14px}}




.alert-flush{margin:0}
