.smkt-cpw-public-wrap{width:100%;margin:30px 0;}
.smkt-cpw-align-center{text-align:center;}
.smkt-cpw-align-left{text-align:left;}
.smkt-cpw-align-right{text-align:right;}
.smkt-cpw-card{max-width:760px;margin:0 auto;display:flex;align-items:center;gap:24px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#ffffff 0%,#f5fbff 100%);border:1px solid rgba(0,0,0,.08);box-shadow:0 14px 35px rgba(0,0,0,.08);text-align:left;}
.smkt-cpw-card-icon{width:110px;height:110px;min-width:110px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:54px;background:linear-gradient(135deg,#12a8f4,#0574d8);color:#fff;}
.smkt-cpw-card-img{width:150px;min-width:150px;}
.smkt-cpw-card-img img{width:100%;height:auto;border-radius:18px;display:block;box-shadow:0 8px 20px rgba(0,0,0,.12);}
.smkt-cpw-card-content h3{margin:0 0 8px;font-size:28px;line-height:1.15;font-weight:800;color:#111827;}
.smkt-cpw-card-content p{margin:0 0 18px;font-size:16px;line-height:1.45;color:#4b5563;}
.smkt-cpw-public-btn{display:inline-block;background:#12a8f4;color:#fff!important;padding:14px 28px;border-radius:14px;text-decoration:none!important;font-weight:800;font-size:16px;line-height:1;box-shadow:0 8px 20px rgba(18,168,244,.28);transition:transform .2s ease,box-shadow .2s ease;}
.smkt-cpw-public-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,168,244,.36);}
@media(max-width:700px){.smkt-cpw-card{display:block;text-align:center;padding:24px}.smkt-cpw-card-icon,.smkt-cpw-card-img{margin:0 auto 18px}.smkt-cpw-card-content h3{font-size:24px}}#smkt-chat-button,#smkt-chat-box{font-family:Arial,Helvetica,sans-serif;box-sizing:border-box;z-index:999999}#smkt-chat-button * ,#smkt-chat-box *{box-sizing:border-box}#smkt-chat-button{position:fixed;bottom:22px;right:14px;background:var(--smkt-color,#d90000);color:#fff;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}#smkt-chat-button.smkt-pos-left{left:14px;right:auto}#smkt-chat-button span{font-style:normal}#smkt-chat-button em{font-style:normal;display:flex;align-items:center;gap:6px}#smkt-chat-button.smkt-style-pill{border-radius:999px;padding:14px 22px}#smkt-chat-button.smkt-style-circle{width:66px;height:66px;border-radius:50%;font-size:25px}#smkt-chat-button.smkt-style-circle em{display:none}#smkt-chat-button.smkt-style-square{width:66px;height:66px;border-radius:16px;font-size:25px}#smkt-chat-button.smkt-style-square em{display:none}#smkt-chat-button.smkt-style-chat{border-radius:20px 20px 4px 20px;padding:14px 21px}#smkt-chat-button.smkt-style-tab{right:0;bottom:36%;border-radius:18px 18px 0 0;padding:13px 18px;transform:rotate(-90deg) translateY(50%);transform-origin:right bottom}#smkt-chat-button.smkt-style-tab.smkt-pos-left{left:0;right:auto;transform:rotate(90deg) translateY(50%);transform-origin:left bottom}#smkt-chat-button.smkt-style-custom{width:72px;height:72px;border-radius:50%;padding:0;overflow:hidden;background:#fff!important}#smkt-chat-button.smkt-style-custom img{width:100%;height:100%;object-fit:cover}#smkt-chat-button.smkt-style-custom span,#smkt-chat-button.smkt-style-custom em{display:none}.smkt-online-dot{width:10px;height:10px;border-radius:50%;background:#27d366;display:inline-block;box-shadow:0 0 0 0 rgba(39,211,102,.7);animation:smktPulse 1.35s infinite}@keyframes smktPulse{0%{opacity:1;box-shadow:0 0 0 0 rgba(39,211,102,.7)}70%{opacity:.62;box-shadow:0 0 0 8px rgba(39,211,102,0)}100%{opacity:1;box-shadow:0 0 0 0 rgba(39,211,102,0)}}#smkt-chat-box{position:fixed;right:14px;bottom:96px;width:420px;max-width:calc(100vw - 24px);height:680px;max-height:calc(100vh - 120px);background:#f5f7fb;border-radius:26px;border:1px solid #d9e1eb;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.22);display:none;flex-direction:column}#smkt-chat-box.smkt-pos-left{left:14px;right:auto}#smkt-chat-box.is-open{display:flex}.smkt-chat-header{background:var(--smkt-color,#d90000);color:#fff;padding:26px 28px;display:flex;align-items:center;gap:18px;min-height:128px;position:relative;flex:0 0 auto}.smkt-chat-header>div{flex:1;min-width:0}.smkt-chat-header strong{display:block;font-size:30px;line-height:1.05;margin-bottom:12px;color:#fff}.smkt-chat-header small{display:block;color:#fff;font-size:16px}.smkt-chat-header small a{color:#fff;text-decoration:none}.smkt-availability{display:flex;align-items:center;gap:7px;margin-top:8px;font-size:14px;font-weight:700;color:#fff}.smkt-chat-header img{width:68px;height:68px;border-radius:50%;object-fit:cover;background:#fff;flex:0 0 auto}.smkt-chat-header button{width:64px;height:64px;border:0;border-radius:50%;background:rgba(255,255,255,.23);color:#fff;font-size:46px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;z-index:5}.smkt-chat-body{padding:22px 18px;overflow-y:auto;flex:1;background:#f6f8fb}.smkt-msg{max-width:82%;padding:16px 18px;border-radius:18px;margin:10px 0;font-size:18px;line-height:1.35;color:#2d3748}.smkt-bot{background:#e8eef6}.smkt-user{background:var(--smkt-color,#d90000);color:#fff;margin-left:auto}.smkt-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:20px;margin:10px 0 18px;box-shadow:0 8px 18px rgba(30,41,59,.04)}.smkt-card h3{font-size:26px;letter-spacing:.08em;color:#2d3748;margin:0 0 14px;text-transform:uppercase}.smkt-card p{font-size:18px;color:#667085;margin:0 0 18px}.smkt-form-field{width:100%;border:1px solid #dbe4ee;border-radius:16px;padding:17px 18px;margin:9px 0;font-size:17px;background:#fff;color:#2d3748}.smkt-primary-btn{width:100%;background:var(--smkt-color,#d90000);color:#fff;border:0;border-radius:16px;padding:18px;font-weight:800;font-size:17px;letter-spacing:.18em;text-transform:uppercase;margin-top:10px;cursor:pointer}.smkt-option{width:100%;background:#fff;border:2px solid var(--smkt-color,#d90000);color:#2d3748;border-radius:16px;padding:15px 18px;margin:9px 0;text-align:left;font-size:18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px}.smkt-option:hover{background:var(--smkt-color,#d90000);color:#fff}.smkt-option.smkt-back{justify-content:center;font-weight:700}.smkt-chiprow{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:16px;margin:12px 0}.smkt-chiprow p{margin:0 0 12px;color:#2d3748;font-size:16px}.smkt-chip{border:2px solid var(--smkt-color,#d90000);border-radius:999px;background:#fff;color:#2d3748;padding:9px 14px;margin:4px;font-weight:700;cursor:pointer}.smkt-chip:hover{background:var(--smkt-color,#d90000);color:#fff}.smkt-whatsapp{background:#27d366!important;border-color:#27d366!important;color:#fff!important}.smkt-action-link{display:inline-block;background:var(--smkt-color,#d90000);color:#fff!important;border-radius:999px;padding:11px 16px;text-decoration:none;font-weight:700;margin-top:8px}.smkt-chat-input{display:flex;gap:12px;padding:14px 16px;background:#fff;border-top:1px solid #dbe3ee;flex:0 0 auto}.smkt-chat-input input{flex:1;border:2px solid var(--smkt-color,#d90000);border-radius:16px;padding:16px 18px;font-size:17px;min-width:0}.smkt-chat-input button{width:68px;border:0;border-radius:16px;background:var(--smkt-color,#d90000);color:#fff;font-size:38px;font-weight:900;cursor:pointer}.smkt-chat-input.is-disabled{opacity:.42;pointer-events:none}.smkt-hidden{display:none!important}@media(max-width:600px){#smkt-chat-box{left:0!important;right:0!important;bottom:0!important;width:100vw;max-width:100vw;height:calc(100vh - 10px);max-height:calc(100vh - 10px);border-radius:0;z-index:999999}#smkt-chat-button{bottom:18px;right:10px}.smkt-chat-header{padding:18px 14px 18px 18px;min-height:92px;gap:10px}.smkt-chat-header strong{font-size:22px;margin-bottom:7px}.smkt-chat-header small{font-size:13px}.smkt-availability{font-size:12px}.smkt-chat-header img{width:46px;height:46px}.smkt-chat-header button{width:52px;height:52px;font-size:40px;background:rgba(255,255,255,.28);position:relative;margin-left:4px}.smkt-card{padding:18px 16px}.smkt-card h3{font-size:25px;letter-spacing:.07em;text-transform:none}.smkt-card p{font-size:18px}.smkt-msg{font-size:18px;max-width:88%}.smkt-chat-input input{font-size:17px}.smkt-chat-input button{width:70px}.smkt-option{font-size:17px}} #smkt-chat-box{width:400px;height:650px;bottom:86px;right:8px;}
#smkt-chat-box.smkt-pos-left{left:8px;right:auto;}
.smkt-chat-header{padding:22px 24px;min-height:116px;gap:14px;}
.smkt-chat-header strong{font-size:27px;line-height:1.08;margin-bottom:9px;}
.smkt-chat-header small{font-size:15px;line-height:1.35;}
.smkt-availability{font-size:13px;margin-top:7px;}
.smkt-chat-header img{width:60px;height:60px;}
.smkt-chat-header button{width:58px;height:58px;font-size:42px;}
.smkt-chat-body{padding:18px 16px;}
.smkt-msg{font-size:16px;line-height:1.38;padding:13px 15px;border-radius:16px;margin:8px 0;max-width:84%;}
.smkt-option{font-size:16px;line-height:1.25;padding:13px 15px;margin:8px 0;text-transform:none!important;letter-spacing:normal!important;font-weight:600;min-height:auto;}
.smkt-section span,.smkt-faq,.smkt-back{text-transform:none!important;letter-spacing:normal!important;}
.smkt-option.smkt-back{font-size:15px;font-weight:700;}
.smkt-card h3{text-transform:none!important;letter-spacing:normal!important;font-size:23px;line-height:1.2;}
.smkt-card p{font-size:16px;}
.smkt-form-field{font-size:16px;padding:14px 16px;border-radius:14px;}
.smkt-primary-btn{font-size:15px;padding:15px;border-radius:14px;}
.smkt-chiprow{padding:13px;border-radius:16px;margin:10px 0;}
.smkt-chiprow p{font-size:15px;line-height:1.35;}
.smkt-chip{font-size:15px;padding:8px 13px;}
.smkt-action-link{font-size:15px;padding:10px 15px;}
.smkt-chat-input{gap:10px;padding:12px 14px;}
.smkt-chat-input input{font-size:16px;padding:14px 16px;border-radius:14px;}
.smkt-chat-input button{width:62px;font-size:34px;border-radius:14px;}
#smkt-chat-button{right:8px;bottom:18px;}
#smkt-chat-button.smkt-pos-left{left:8px;right:auto;}
#smkt-chat-button.smkt-style-tab{right:0;}
#smkt-chat-button.smkt-style-tab.smkt-pos-left{left:0;}
@media(max-width:600px){
#smkt-chat-box{height:calc(100vh - 0px);max-height:calc(100vh - 0px);}
.smkt-chat-header{padding:14px 12px 14px 16px;min-height:86px;gap:8px;}
.smkt-chat-header strong{font-size:21px;margin-bottom:5px;}
.smkt-chat-header small{font-size:12px;}
.smkt-availability{font-size:11px;}
.smkt-online-dot{width:8px;height:8px;}
.smkt-chat-header img{width:42px;height:42px;}
.smkt-chat-header button{width:48px;height:48px;font-size:36px;position:relative;z-index:20;}
.smkt-chat-body{padding:14px 12px;}
.smkt-msg{font-size:15px;max-width:88%;padding:12px 14px;}
.smkt-option{font-size:15px;padding:12px 14px;border-radius:14px;}
.smkt-option.smkt-back{font-size:14px;}
.smkt-card{padding:16px 14px;}
.smkt-card h3{font-size:22px;}
.smkt-card p{font-size:15px;}
.smkt-chat-input input{font-size:15px;padding:13px 14px;}
.smkt-chat-input button{width:60px;font-size:32px;}
} .smkt-primary-btn:hover,.smkt-primary-btn:focus{background:var(--smkt-color,#d90000)!important;color:#fff!important;opacity:1!important;visibility:visible!important;filter:none!important} #smkt-chat-box .smkt-option,
#smkt-chat-box .smkt-option:focus,
#smkt-chat-box .smkt-option:active,
#smkt-chat-box .smkt-option:visited{
color:#2d3748!important;
background:#fff!important;
opacity:1!important;
visibility:visible!important;
outline:none!important;
}
#smkt-chat-box .smkt-option span,
#smkt-chat-box .smkt-option:focus span,
#smkt-chat-box .smkt-option:active span{
color:#2d3748!important;
opacity:1!important;
visibility:visible!important;
}
#smkt-chat-box .smkt-option:hover,
#smkt-chat-box .smkt-option:hover span{
background:var(--smkt-color,#d90000)!important;
color:#fff!important;
}
#smkt-chat-box .smkt-option.smkt-back,
#smkt-chat-box .smkt-option.smkt-back:focus,
#smkt-chat-box .smkt-option.smkt-back:active{
background:var(--smkt-color,#d90000)!important;
color:#fff!important;
} #smkt-chat-box{
width:360px!important;
height:610px!important;
max-height:calc(100vh - 96px)!important;
border-radius:24px!important;
transition:opacity .42s cubic-bezier(.22,1,.36,1), transform .42s cubic-bezier(.22,1,.36,1), box-shadow .42s ease!important;
transform-origin:bottom right;
}
#smkt-chat-box.smkt-pos-left{transform-origin:bottom left;}
#smkt-chat-box.is-open{
animation:smktSoftOpen .48s cubic-bezier(.22,1,.36,1) both;
}
@keyframes smktSoftOpen{
from{opacity:0;transform:translateY(18px) scale(.96);filter:blur(1px)}
to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
.smkt-chat-header{
padding:18px 20px!important;
min-height:104px!important;
gap:12px!important;
}
.smkt-chat-header strong{
font-size:25px!important;
line-height:1.08!important;
margin-bottom:6px!important;
}
.smkt-chat-header small{
font-size:7.5px!important;
line-height:1.2!important;
opacity:.95!important;
}
.smkt-chat-header small a{
color:#fff!important;
text-decoration:none!important;
}
.smkt-chat-header small a:hover{text-decoration:underline!important;}
.smkt-availability{
font-size:12px!important;
margin-top:8px!important;
}
.smkt-online-dot{width:8px!important;height:8px!important;}
.smkt-chat-header img{width:52px!important;height:52px!important;}
.smkt-chat-header button{
width:52px!important;
height:52px!important;
font-size:38px!important;
transition:transform .35s cubic-bezier(.22,1,.36,1), background .35s ease!important;
}
.smkt-chat-header button:hover{transform:scale(1.04) rotate(90deg)!important;}
.smkt-chat-body{
padding:16px 14px!important;
scroll-behavior:smooth;
}
.smkt-card{
padding:16px 14px!important;
margin:8px 0 14px!important;
border-radius:16px!important;
}
.smkt-card h3{font-size:20px!important;line-height:1.18!important;margin-bottom:10px!important;}
.smkt-card p{font-size:14px!important;line-height:1.35!important;margin-bottom:12px!important;}
.smkt-form-field{font-size:14px!important;padding:12px 14px!important;margin:7px 0!important;border-radius:13px!important;}
.smkt-primary-btn{font-size:13px!important;padding:13px!important;border-radius:13px!important;}
.smkt-msg{font-size:14px!important;line-height:1.36!important;padding:11px 13px!important;border-radius:15px!important;margin:7px 0!important;}
.smkt-option{
font-size:14px!important;
line-height:1.24!important;
padding:11px 13px!important;
margin:7px 0!important;
border-radius:14px!important;
transition:background-color .35s cubic-bezier(.22,1,.36,1), color .35s cubic-bezier(.22,1,.36,1), transform .35s cubic-bezier(.22,1,.36,1), border-color .35s ease!important;
}
.smkt-option:hover{transform:translateY(-1px)!important;}
.smkt-chiprow{padding:12px!important;border-radius:15px!important;margin:9px 0!important;}
.smkt-chiprow p{font-size:14px!important;}
.smkt-chip{font-size:14px!important;padding:7px 12px!important;transition:all .35s cubic-bezier(.22,1,.36,1)!important;}
.smkt-action-link{font-size:14px!important;padding:9px 14px!important;transition:all .35s cubic-bezier(.22,1,.36,1)!important;}
.smkt-chat-input{gap:9px!important;padding:10px 12px!important;}
.smkt-chat-input input{font-size:14px!important;padding:12px 14px!important;border-radius:13px!important;}
.smkt-chat-input button{width:56px!important;font-size:30px!important;border-radius:13px!important;transition:transform .35s cubic-bezier(.22,1,.36,1), opacity .35s ease!important;}
.smkt-chat-input button:hover{transform:translateX(2px)!important;}
#smkt-chat-button{transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease!important;}
#smkt-chat-button:hover{transform:translateY(-2px)!important;}
@media(max-width:600px){
#smkt-chat-box{
width:100vw!important;
height:calc(100vh - 10px)!important;
max-height:calc(100vh - 10px)!important;
border-radius:22px 22px 0 0!important;
}
.smkt-chat-header{padding:14px 16px!important;min-height:92px!important;}
.smkt-chat-header strong{font-size:21px!important;}
.smkt-chat-header small{font-size:7px!important;}
.smkt-availability{font-size:11px!important;}
.smkt-chat-header img{width:44px!important;height:44px!important;}
.smkt-chat-header button{width:46px!important;height:46px!important;font-size:34px!important;}
} #smkt-chat-bot-avatar{position:fixed;bottom:18px;right:14px;z-index:999999;display:flex;align-items:center;gap:10px;font-family:Arial,Helvetica,sans-serif;cursor:pointer;animation:smktBotFloat 4.8s ease-in-out infinite;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .45s ease,filter .45s ease}
#smkt-chat-bot-avatar.smkt-pos-left{left:14px;right:auto;flex-direction:row-reverse}
#smkt-chat-bot-avatar:hover{transform:translateY(-4px) scale(1.025);filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}
.smkt-bot-avatar-btn{width:var(--smkt-bot-size,82px);height:var(--smkt-bot-size,82px);border:0;border-radius:50%;padding:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.smkt-bot-avatar-btn img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 10px 18px rgba(0,0,0,.20))}
.smkt-bot-bubble{background:#fff;color:#263244;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:11px 15px;font-weight:800;font-size:15px;line-height:1;box-shadow:0 10px 24px rgba(15,23,42,.14);white-space:nowrap;transform-origin:right center;transition:opacity .5s ease,transform .55s cubic-bezier(.22,1,.36,1)}
#smkt-chat-bot-avatar.smkt-pos-left .smkt-bot-bubble{transform-origin:left center}
#smkt-chat-bot-avatar.smkt-bubble-hover .smkt-bot-bubble{opacity:0;transform:translateY(8px) scale(.94);pointer-events:none}
#smkt-chat-bot-avatar.smkt-bubble-hover:hover .smkt-bot-bubble{opacity:1;transform:translateY(0) scale(1)}
#smkt-chat-bot-avatar.smkt-bubble-delayed .smkt-bot-bubble{opacity:0;transform:translateY(8px) scale(.94);animation:smktBubbleDelayed .7s cubic-bezier(.22,1,.36,1) 5s forwards}
#smkt-chat-bot-avatar.smkt-bubble-none .smkt-bot-bubble{display:none}
@keyframes smktBotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes smktBubbleDelayed{to{opacity:1;transform:translateY(0) scale(1)}}
@media(min-width:601px) and (max-width:1024px){
.smkt-bot-avatar-btn{width:var(--smkt-bot-size-tablet,120px);height:var(--smkt-bot-size-tablet,120px)}
#smkt-chat-bot-avatar{bottom:18px;right:12px;gap:9px}
}
@media(max-width:600px){
#smkt-chat-bot-avatar{bottom:16px;right:10px;gap:8px}
#smkt-chat-bot-avatar.smkt-pos-left{left:10px;right:auto}
.smkt-bot-bubble{font-size:14px;padding:10px 13px}
.smkt-bot-avatar-btn{width:var(--smkt-bot-size-mobile,105px);height:var(--smkt-bot-size-mobile,105px)}
} .smkt-whatsapp-bar{
padding:10px 12px 0!important;
background:#f8fafc!important;
border-top:1px solid #e5edf6!important;
}
.smkt-whatsapp-bar a{
display:flex!important;
align-items:center!important;
justify-content:center!important;
gap:8px!important;
width:100%!important;
min-height:42px!important;
border-radius:14px!important;
background:linear-gradient(135deg,#22c55e,#16a34a)!important;
color:#fff!important;
text-decoration:none!important;
font-weight:800!important;
font-size:14px!important;
box-shadow:0 10px 24px rgba(34,197,94,.24)!important;
transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, filter .35s ease!important;
}
.smkt-whatsapp-bar a:hover{
color:#fff!important;
transform:translateY(-1px)!important;
filter:saturate(1.05)!important;
box-shadow:0 14px 28px rgba(34,197,94,.30)!important;
}
.smkt-avatar-preset{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:radial-gradient(circle at 32% 28%, #ffffff, #eff6ff 42%, var(--smkt-color,#02a0f8));
color:#fff;
font-size:calc(var(--smkt-bot-size,90px) * .42);
box-shadow:0 12px 28px rgba(15,23,42,.20), inset 0 0 0 3px rgba(255,255,255,.86);
}
@media(min-width:601px) and (max-width:1024px){.smkt-avatar-preset{font-size:calc(var(--smkt-bot-size-tablet,90px) * .42)}}
@media(max-width:600px){
.smkt-whatsapp-bar{padding:9px 12px 0!important}
.smkt-whatsapp-bar a{min-height:40px!important;font-size:13px!important;border-radius:13px!important}
.smkt-avatar-preset{font-size:calc(var(--smkt-bot-size-mobile,90px) * .42)}
} .smkt-whatsapp-bar{display:none!important;opacity:0;transform:translateY(8px);transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}
.smkt-whatsapp-bar.smkt-wa-mode-always,.smkt-whatsapp-bar.is-visible{display:block!important;opacity:1;transform:translateY(0)}
.smkt-whatsapp-bar a{background:linear-gradient(135deg,var(--smkt-wa-color,#25D366),#128C7E)!important;border-radius:999px!important;letter-spacing:.1px!important;min-height:44px!important}
.smkt-whatsapp-bar a:before{content:' ';width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 0 5px rgba(255,255,255,.18)}
#smkt-chat-bot-avatar.smkt-anim-none{animation:none!important}
#smkt-chat-bot-avatar.smkt-anim-apple{animation:smktBotApple 6.5s cubic-bezier(.22,1,.36,1) infinite!important}
#smkt-chat-bot-avatar.smkt-anim-float{animation:smktBotFloat 4.8s ease-in-out infinite!important}
#smkt-chat-bot-avatar.smkt-anim-breath{animation:smktBotBreath 3.6s ease-in-out infinite!important}
#smkt-chat-bot-avatar.smkt-anim-bounce{animation:smktBotBounce 2.8s cubic-bezier(.22,1,.36,1) infinite!important}
#smkt-chat-bot-avatar.smkt-anim-fun{animation:smktBotFun 5.2s ease-in-out infinite!important}
@keyframes smktBotApple{0%,100%{transform:translateY(0) scale(1)}42%{transform:translateY(-5px) scale(1.01)}70%{transform:translateY(-2px) scale(1.005)}}
@keyframes smktBotBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
@keyframes smktBotBounce{0%,100%{transform:translateY(0)}18%{transform:translateY(-8px)}30%{transform:translateY(0)}42%{transform:translateY(-4px)}55%{transform:translateY(0)}}
@keyframes smktBotFun{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-7px) rotate(-2deg)}65%{transform:translateY(-3px) rotate(2deg)}}
.smkt-avatar-preset{background:linear-gradient(145deg,#ffffff,#eef6ff)!important;color:#0f4c81!important;border:2px solid rgba(2,160,248,.22)!important} #smkt-chat-box{
width:360px!important;
height:min(590px, calc(100vh - 92px))!important;
max-height:calc(100vh - 92px)!important;
}
.smkt-chat-header{
padding:16px 20px!important;
min-height:96px!important;
}
.smkt-chat-header strong{font-size:24px!important;}
.smkt-chat-header small{font-size:7px!important;}
.smkt-chat-header img{width:50px!important;height:50px!important;}
.smkt-chat-header button{width:50px!important;height:50px!important;font-size:36px!important;}
.smkt-capture-card{
margin-top:0!important;
}
.smkt-capture-card h3{
font-size:19px!important;
line-height:1.18!important;
}
.smkt-capture-card p{font-size:13px!important;}
.smkt-form-field{
min-height:48px!important;
}
.smkt-primary-btn{
min-height:48px!important;
}
.smkt-chat-body{
overscroll-behavior:contain!important;
}
.smkt-bot-avatar-btn{
background:transparent!important;
box-shadow:none!important;
border:none!important;
border-radius:0!important;
overflow:visible!important;
}
.smkt-bot-avatar-btn img{
background:transparent!important;
border-radius:0!important;
object-fit:contain!important;
}
@media(max-width:600px){
#smkt-chat-box{
height:calc(100vh - 8px)!important;
max-height:calc(100vh - 8px)!important;
}
.smkt-chat-header{padding:13px 14px!important;min-height:84px!important;}
.smkt-chat-header strong{font-size:20px!important;}
.smkt-capture-card h3{font-size:18px!important;}
.smkt-form-field{min-height:46px!important;}
.smkt-primary-btn{min-height:46px!important;}
.smkt-whatsapp-bar{padding:8px 10px 0!important;}
} #smkt-chat-box{
width:min(360px, calc(100vw - 18px))!important;
height:min(560px, calc(100vh - 76px))!important;
max-height:calc(100vh - 76px)!important;
bottom:12px!important;
right:8px!important;
display:none;
}
#smkt-chat-box.is-open{display:flex!important;}
#smkt-chat-box.smkt-pos-left{left:8px!important;right:auto!important;}
.smkt-chat-header{padding:14px 20px!important;min-height:92px!important;}
.smkt-chat-header strong{font-size:23px!important;line-height:1.05!important;margin-bottom:6px!important;}
.smkt-chat-header small{font-size:7px!important;line-height:1!important;}
.smkt-availability{font-size:13px!important;margin-top:7px!important;}
.smkt-chat-header img{width:48px!important;height:48px!important;}
.smkt-chat-header button{width:48px!important;height:48px!important;font-size:34px!important;}
.smkt-chat-body{padding:14px 14px!important;min-height:0!important;}
.smkt-card{padding:16px 16px!important;margin:0 0 10px!important;border-radius:16px!important;}
.smkt-capture-card h3{font-size:18px!important;line-height:1.18!important;margin:0 0 8px!important;letter-spacing:0!important;text-transform:none!important;}
.smkt-capture-card p{font-size:13px!important;margin:0 0 12px!important;}
.smkt-form-field{min-height:42px!important;padding:11px 14px!important;margin:7px 0!important;font-size:15px!important;border-radius:13px!important;}
.smkt-primary-btn{min-height:44px!important;padding:12px!important;font-size:14px!important;border-radius:13px!important;margin-top:8px!important;}
.smkt-whatsapp-bar{padding:8px 12px 0!important;flex:0 0 auto!important;}
.smkt-whatsapp-bar a{min-height:40px!important;font-size:13px!important;}
.smkt-chat-input{padding:9px 12px 12px!important;gap:9px!important;}
.smkt-chat-input input{padding:12px 14px!important;font-size:15px!important;border-radius:13px!important;}
.smkt-chat-input button{width:56px!important;min-width:56px!important;font-size:30px!important;border-radius:13px!important;}
@media (max-width: 600px){
html, body{overflow-x:hidden!important;}
#smkt-chat-box{
position:fixed!important;
top:0!important;
left:0!important;
right:0!important;
bottom:0!important;
width:100dvw!important;
max-width:100dvw!important;
height:100dvh!important;
max-height:100dvh!important;
border-radius:0!important;
border-left:0!important;
border-right:0!important;
transform:none!important;
}
@supports not (height: 100dvh){
#smkt-chat-box{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;}
}
.smkt-chat-header{padding:12px 14px!important;min-height:78px!important;gap:10px!important;}
.smkt-chat-header strong{font-size:20px!important;margin-bottom:4px!important;}
.smkt-chat-header small{font-size:6px!important;}
.smkt-availability{font-size:11px!important;margin-top:5px!important;}
.smkt-chat-header img{width:42px!important;height:42px!important;}
.smkt-chat-header button{width:44px!important;height:44px!important;font-size:32px!important;}
.smkt-chat-body{padding:12px 12px!important;}
.smkt-card{padding:14px 14px!important;}
.smkt-capture-card h3{font-size:17px!important;}
.smkt-capture-card p{font-size:12px!important;}
.smkt-form-field{min-height:40px!important;padding:10px 13px!important;font-size:14px!important;}
.smkt-primary-btn{min-height:42px!important;font-size:13px!important;}
.smkt-whatsapp-bar a{min-height:38px!important;font-size:12.5px!important;}
.smkt-chat-input input{font-size:14px!important;}
.smkt-chat-input button{width:54px!important;min-width:54px!important;}
} #smkt-chat-box .smkt-chat-body{
scrollbar-width:none!important;
-ms-overflow-style:none!important;
}
#smkt-chat-box .smkt-chat-body::-webkit-scrollbar{
width:0!important;
height:0!important;
display:none!important;
}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}