.sauh-ai {
position: fixed;
right: max(16px, env(safe-area-inset-right, 0px));
bottom: calc(18px + var(--safe-bottom, 0px));
z-index: 99960;
font-family: Outfit, "Segoe UI", sans-serif;
}
.sauh-ai-launcher {
display: inline-flex;
align-items: center;
gap: 10px;
border: 0;
border-radius: 999px;
padding: 12px 16px 12px 14px;
background: var(--sauh-blue, #009CDE);
color: #fff;
font-weight: 700;
font-size: 15px;
box-shadow: 0 12px 28px rgba(0, 119, 179, 0.28);
cursor: pointer;
transition: transform .18s var(--ease, ease), background .18s ease;
}
.sauh-ai-launcher:hover {
background: var(--sauh-blue-deep, #0077B3);
transform: translateY(-1px);
}
.sauh-ai-launcher-icon {
width: 18px;
height: 18px;
border-radius: 5px 5px 5px 2px;
border: 2px solid #fff;
position: relative;
flex: 0 0 auto;
}
.sauh-ai-launcher-icon::after {
content: "";
position: absolute;
left: 3px;
right: 3px;
top: 4px;
height: 2px;
background: #fff;
box-shadow: 0 4px 0 #fff;
}
.sauh-ai[data-open="1"] .sauh-ai-launcher {
display: none;
}
.sauh-ai-panel {
position: relative;
width: min(380px, calc(100vw - 28px));
height: min(540px, calc(100dvh - 40px));
display: none;
flex-direction: column;
background: #fff;
border: 3px solid var(--sauh-blue, #009CDE);
border-radius: 18px;
box-shadow: 0 18px 44px rgba(0, 119, 179, 0.28);
overflow: hidden;
}
.sauh-ai[data-open="1"] .sauh-ai-panel {
display: flex;
}
.sauh-ai-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
padding: 12px 12px 12px 14px;
background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
border-bottom: 1px solid rgba(0, 156, 222, 0.35);
}
.sauh-ai-head-text {
min-width: 0;
}
.sauh-ai-head strong {
display: block;
font-size: 16px;
color: var(--ink, #1a1d23);
}
.sauh-ai-head p {
margin: 4px 0 0;
font-size: 12px;
color: var(--muted, #6b7280);
line-height: 1.35;
}
.sauh-ai-head-actions {
display: flex;
align-items: center;
gap: 6px;
flex: 0 0 auto;
}
.sauh-ai-min {
display: inline-flex;
align-items: center;
gap: 6px;
border: 1.5px solid rgba(0, 156, 222, 0.45);
background: #fff;
color: var(--sauh-blue, #009CDE);
font: inherit;
font-size: 13px;
font-weight: 700;
line-height: 1;
cursor: pointer;
padding: 8px 10px;
border-radius: 10px;
min-height: 36px;
}
.sauh-ai-min span[aria-hidden="true"] {
font-size: 18px;
font-weight: 700;
line-height: 1;
color: var(--sauh-blue, #009CDE);
}
.sauh-ai-min:hover {
border-color: var(--sauh-blue, #009CDE);
color: var(--sauh-blue-deep, #0077B3);
background: #f0f9ff;
}
.sauh-ai-close {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
min-height: 36px;
border: 1.5px solid rgba(220, 70, 70, 0.35);
background: #fff;
color: #dc4646;
font-size: 22px;
font-weight: 700;
line-height: 1;
cursor: pointer;
border-radius: 10px;
padding: 0;
}
.sauh-ai-close:hover {
border-color: #dc4646;
color: #c62828;
background: #fff;
}
.sauh-ai-confirm {
position: absolute;
inset: 0;
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
background: rgba(26, 29, 35, 0.42);
}
.sauh-ai-confirm[hidden] {
display: none !important;
}
.sauh-ai-confirm-card {
width: min(280px, 100%);
background: #fff;
border: 1px solid var(--line, #e5e7eb);
border-radius: 14px;
padding: 16px;
box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}
.sauh-ai-confirm-card p {
margin: 0;
font-size: 14px;
font-weight: 600;
color: var(--ink, #1a1d23);
line-height: 1.4;
}
.sauh-ai-confirm-actions {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-top: 14px;
}
.sauh-ai-confirm-cancel,
.sauh-ai-confirm-ok {
font: inherit;
font-size: 13px;
font-weight: 700;
line-height: 1;
cursor: pointer;
border-radius: 10px;
min-height: 36px;
padding: 8px 12px;
}
.sauh-ai-confirm-cancel {
border: 1px solid var(--line, #e5e7eb);
background: #fff;
color: var(--ink, #1a1d23);
}
.sauh-ai-confirm-cancel:hover {
border-color: var(--sauh-blue, #009CDE);
color: var(--sauh-blue-deep, #0077B3);
}
.sauh-ai-confirm-ok {
border: 0;
background: var(--sauh-blue, #009CDE);
color: #fff;
}
.sauh-ai-confirm-ok:hover {
background: var(--sauh-blue-deep, #0077B3);
}
.sauh-ai-suggestions {
display: flex;
flex-wrap: wrap;
gap: 8px;
padding: 10px 12px 4px;
background: #fff;
border-top: 1px solid rgba(0, 156, 222, 0.35);
}
.sauh-ai-suggestions[hidden] {
display: none !important;
}
.sauh-ai-chip {
border: 1.5px solid var(--sauh-blue, #009CDE);
background: #f0f9ff;
color: var(--sauh-blue-deep, #0077B3);
font: inherit;
font-size: 13px;
font-weight: 600;
line-height: 1.25;
text-align: left;
cursor: pointer;
padding: 8px 12px;
border-radius: 999px;
max-width: 100%;
}
.sauh-ai-chip:hover {
background: #ffe7cc;
border-color: var(--sauh-blue, #009CDE);
}
.sauh-ai-chip:disabled,
.sauh-ai-suggestions[aria-busy="true"] .sauh-ai-chip {
opacity: 0.55;
cursor: wait;
pointer-events: none;
}
.sauh-ai-msgs {
flex: 1;
overflow: auto;
padding: 14px;
display: flex;
flex-direction: column;
gap: 10px;
background: #fafafa;
}
.sauh-ai-bubble {
max-width: 92%;
padding: 10px 12px;
border-radius: 14px;
font-size: 14px;
line-height: 1.5;
white-space: normal;
word-break: break-word;
}
.sauh-ai-bubble .sauh-ai-p {
margin: 0 0 10px;
}
.sauh-ai-bubble .sauh-ai-p:last-child {
margin-bottom: 0;
}
.sauh-ai-bubble strong {
font-weight: 700;
}
.sauh-ai-bubble a.sauh-ai-link {
display: block;
width: fit-content;
max-width: 100%;
margin: 6px 0 12px;
padding: 8px 12px;
border-radius: 12px;
background: #f0f9ff;
border: 1.5px solid var(--sauh-blue, #009CDE);
color: var(--sauh-blue-deep, #0077B3) !important;
font-weight: 700;
font-size: 13px;
line-height: 1.35;
text-decoration: none;
word-break: break-word;
}
.sauh-ai-bubble a.sauh-ai-link:hover {
background: #ffe7cc;
border-color: var(--sauh-blue, #009CDE);
color: #8a4200 !important;
}
.sauh-ai-product-cards {
display: flex;
flex-direction: column;
gap: 6px;
margin-top: 8px;
}
.sauh-ai-product-card {
display: flex;
align-items: center;
gap: 8px;
padding: 6px 8px;
border-radius: 10px;
background: #fff;
border: 1px solid #d7eaf5;
text-decoration: none !important;
color: inherit !important;
transition: border-color 0.15s ease, background 0.15s ease;
}
.sauh-ai-product-card:hover {
border-color: var(--sauh-blue, #009CDE);
background: #f0f9ff;
}
.sauh-ai-product-card-img {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 6px;
background: #f7fafc;
flex-shrink: 0;
}
.sauh-ai-product-card-meta {
min-width: 0;
flex: 1;
}
.sauh-ai-product-card-title {
font-size: 12px;
font-weight: 700;
line-height: 1.25;
color: #123;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sauh-ai-product-card-price {
margin-top: 2px;
font-size: 12px;
font-weight: 700;
color: var(--sauh-blue-deep, #0077B3);
}
.sauh-ai-product-card-cta {
margin-top: 2px;
font-size: 11px;
font-weight: 700;
color: var(--sauh-blue, #009CDE);
}
.sauh-ai-bubble.is-user a.sauh-ai-link {
background: rgba(255, 255, 255, 0.16);
border-color: rgba(255, 255, 255, 0.35);
color: #fff !important;
}
.sauh-ai-bubble.is-bot {
align-self: flex-start;
background: #fff;
border: 1px solid var(--line, #e5e7eb);
color: var(--ink, #1a1d23);
}
.sauh-ai-bubble.is-user {
align-self: flex-end;
background: var(--ink, #1a1d23);
color: #fff;
}
.sauh-ai-bubble.is-sys {
align-self: center;
background: transparent;
color: var(--muted, #6b7280);
font-size: 12px;
text-align: center;
}
.sauh-ai-bubble.is-loading {
opacity: 1;
padding: 12px 14px;
}
.sauh-ai-typing {
display: inline-flex;
align-items: center;
gap: 5px;
height: 14px;
}
.sauh-ai-typing i {
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--sauh-blue, #009CDE);
opacity: 0.35;
animation: sauh-ai-bounce 1.1s infinite ease-in-out;
}
.sauh-ai-typing i:nth-child(2) {
animation-delay: 0.15s;
}
.sauh-ai-typing i:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes sauh-ai-bounce {
0%,
80%,
100% {
transform: translateY(0);
opacity: 0.3;
}
40% {
transform: translateY(-4px);
opacity: 1;
}
}
.sauh-ai-form {
display: grid;
grid-template-columns: 1fr auto;
gap: 8px;
padding: 9px;
border-top: 1px solid rgba(0, 156, 222, 0.35);
background: #fff;
align-items: end;
}
.sauh-ai-form textarea {
width: 100%;
resize: none;
border: 1px solid var(--line, #e5e7eb);
border-radius: 11px;
padding: 10px 12px;
font: inherit;
font-size: 14px;
line-height: 1.35;
color: var(--ink, #1a1d23);
min-height: 44px;
max-height: 96px;
field-sizing: content;
}
.sauh-ai-form textarea:focus {
outline: 2px solid rgba(224, 120, 18, 0.35);
border-color: var(--sauh-blue, #009CDE);
}
.sauh-ai-send {
border: 0;
border-radius: 11px;
padding: 0 14px;
min-height: 44px;
background: var(--sauh-blue, #009CDE);
color: #fff;
font-weight: 700;
font-size: 14px;
cursor: pointer;
}
.sauh-ai-send:disabled {
opacity: 0.55;
cursor: wait;
}
@media (max-width: 767px) { .storefront-handheld-footer-bar {
border-top: 0 !important;
box-shadow: none !important;
} .storefront-handheld-footer-bar ul li > a {
height: 4.235801032em !important;
position: relative !important;
display: block !important;
padding: 0 !important;
overflow: hidden !important;
text-indent: -9999px !important;
text-decoration: none !important;
line-height: 4.235801032em !important;
}
.storefront-handheld-footer-bar ul li > a::before {
position: absolute !important;
left: 50% !important;
top: 50% !important;
right: auto !important;
bottom: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
transform: translate(-50%, -50%) !important;
line-height: 1 !important;
font-size: 1.618em !important;
display: block !important;
text-indent: 0 !important;
}
.storefront-handheld-footer-bar ul li.cart .count {
position: absolute !important;
top: 0.7em !important;
right: 50% !important;
margin-right: -1.35em !important;
text-indent: 0 !important;
font-size: 0.75em !important;
line-height: 1.4 !important;
z-index: 2;
} body.sauh-ai-open .sauh-stick,
body.sauh-ai-open .sauh-stick.is-on {
display: none !important;
opacity: 0 !important;
pointer-events: none !important;
visibility: hidden !important;
}
body.sauh-ai-open.single-product {
padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
} .sauh-ai > .sauh-ai-launcher {
display: none !important;
}
.sauh-ai {
right: 10px;
left: 10px;
bottom: calc(68px + env(safe-area-inset-bottom, 0px));
width: auto;
}
.sauh-ai-panel {
width: 100%;
height: min(70dvh, calc(100dvh - 100px));
border-radius: 16px;
}
body.single-product .sauh-ai {
bottom: calc(68px + env(safe-area-inset-bottom, 0px));
} .storefront-handheld-footer-bar ul li.sauh-ai-nav > a::before {
content: "\f075" !important; background: none !important;
-webkit-mask: none !important;
mask: none !important;
width: auto !important;
height: auto !important; transform: translate(-50%, calc(-50% + 1px)) !important;
}
.storefront-handheld-footer-bar ul li.sauh-ai-nav > a.is-active {
color: #009CDE;
} .woocommerce-cart .wc-proceed-to-checkout {
bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
}
}
@media (max-width: 640px) { body.single-product .sauh-ai {
bottom: calc(88px + var(--safe-bottom, 0px));
}
.sauh-ai-launcher-label {
display: none;
}
.sauh-ai-launcher {
width: 52px;
height: 52px;
padding: 0;
justify-content: center;
}
}.woocommerce-products-header .page-description p:has(a[href*="facebook.com"]),
.woocommerce-products-header .page-description p.sauh-fb-old,
.woocommerce-products-header .page-description a[href*="facebook.com"] img {
display: none !important;
}
.sauh-trust-block[hidden] {
display: none !important;
}
.sauh-trust-block {
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 4px 0 18px;
font-family: "Source Sans Pro", "Segoe UI", sans-serif;
}
.sauh-fb-follow {
margin: 10px 0 4px;
padding: 0;
text-align: center;
}
.sauh-fb-follow a {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 14px 7px 10px;
border-radius: 999px;
background: #1877f2;
color: #fff !important;
text-decoration: none !important;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.01em;
line-height: 1.2;
}
.sauh-fb-follow a:hover,
.sauh-fb-follow a:focus {
background: #0f66d9;
color: #fff !important;
}
.sauh-fb-icon {
display: inline-flex;
width: 22px;
height: 22px;
border-radius: 50%;
background: #fff;
color: #1877f2;
align-items: center;
justify-content: center;
}
.sauh-fb-icon svg {
display: block;
}
.sauh-trust-row {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
align-items: start;
gap: 8px 14px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 12px 4px 10px;
color: #143852;
}
.sauh-trust-card {
display: grid;
justify-items: center;
text-align: center;
align-content: start;
gap: 5px;
min-width: 0;
padding: 4px 6px;
background: transparent;
border: 0;
text-decoration: none;
color: inherit;
}
a.sauh-trust-card:hover strong {
color: #00789f;
}
.sauh-trust-illu {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
margin-bottom: 2px;
}
.sauh-trust-illu img {
width: 52px;
height: 52px;
display: block;
}
.sauh-trust-card strong {
display: block;
font-size: 14px;
line-height: 1.25;
font-weight: 800;
color: #143852;
max-width: 100%;
overflow-wrap: break-word;
}
.sauh-trust-sub {
display: block;
color: #00789f;
font-size: 13px;
line-height: 1.25;
font-weight: 600;
}
@media (min-width: 720px) {
.sauh-fb-follow {
margin: 22px 0 8px;
}
}
@media (max-width: 719px) {
.sauh-trust-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px 10px;
padding: 14px 4px 8px;
}
.sauh-trust-illu,
.sauh-trust-illu img {
width: 56px;
height: 56px;
}
.sauh-trust-card {
padding: 8px 6px;
gap: 6px;
}
.sauh-trust-card strong {
font-size: 14px;
}
.sauh-trust-sub {
font-size: 13px;
}
.sauh-fb-follow a {
font-size: 12px;
padding: 6px 12px 6px 8px;
}
}
@media (max-width: 767px) {
#masthead.site-header,
.site-header {
position: relative !important;
padding: 8px 52px 8px 12px !important;
min-height: 52px !important;
height: auto !important;
margin-bottom: 8px !important;
}
.site-header .col-full {
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: auto !important;
min-height: 36px !important;
}
.site-header .site-branding {
float: none !important;
margin: 0 auto !important;
width: auto !important;
max-width: 70% !important;
padding: 0 !important;
}
html body .site-header .custom-logo-link img.custom-logo,
html body .site-header img.custom-logo {
max-width: 128px !important;
width: 128px !important;
max-height: 32px !important;
height: auto !important;
object-fit: contain !important;
}
.site-header .storefront-primary-navigation {
position: absolute !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
min-height: 0 !important;
pointer-events: none;
}
.site-header .main-navigation {
margin: 0 !important;
padding: 0 !important;
clear: none !important;
min-height: 0 !important;
}
.site-header .storefront-primary-navigation .menu-toggle,
.site-header .storefront-primary-navigation .handheld-navigation {
pointer-events: auto;
}
.site-header .main-navigation.toggled .handheld-navigation {
display: block !important;
position: absolute !important;
top: 100% !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
background: #fff !important;
z-index: 40;
max-height: 70vh;
overflow: auto;
box-shadow: 0 10px 28px rgba(28, 26, 23, 0.16);
}
.site-header .main-navigation.toggled .handheld-navigation ul {
background: #fff !important;
margin: 0 !important;
padding: 8px 16px 16px !important;
}
.site-header .menu-toggle,
.site-header button.menu-toggle {
position: absolute !important;
top: 50% !important;
transform: translateY(-50%);
right: 12px !important;
width: 40px !important;
min-width: 0 !important;
max-width: 40px !important;
height: 40px !important;
padding: 0 !important;
border-width: 1px !important;
border-radius: 8px;
z-index: 20;
}
}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before,.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{content:"";display:table}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li{display:inline-block;width:auto !important;float:none !important;margin-bottom:0 !important}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img{max-height:16px;width:auto;display:block}.widget_brand_nav ul li .count{float:right}.tax-product_brand .woocommerce-products-header{display:flex;flex-direction:column;margin:0 0 2.2906835em;text-align:center}.tax-product_brand .woocommerce-products-header .brand-thumbnail{margin:0 0 1em;width:auto;max-height:2.2906835em;align-self:center;order:1}.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,.tax-product_brand .woocommerce-products-header .term-description{order:2}div#brands_a_z::before,div#brands_a_z::after{content:"";display:table}div#brands_a_z::after{clear:both}div#brands_a_z ul.brands_index{margin-left:0;padding:0}div#brands_a_z ul.brands_index li{float:none;display:inline-block;margin:0 .3342343017em .2360828548em 0;padding:0;text-transform:uppercase}div#brands_a_z ul.brands_index li a,div#brands_a_z ul.brands_index li span{float:none;display:block;border:0;padding:.3819820591em;min-width:1.618em;text-align:center;background-color:#eee;color:#43454b;line-height:1}div#brands_a_z ul.brands_index li span{opacity:.3}div#brands_a_z h3{text-transform:uppercase}div#brands_a_z a.top{padding:.6180469716em;background-color:#eee;color:#43454b;border:0;line-height:1}div#brands_a_z ul.brands{margin-left:0;list-style-position:inside}div#brands_a_z ul.brands li{margin:0 0 .3819820591em;padding:0 0 .3819820591em;border-bottom:1px solid rgba(0,0,0,.05)}.storefront-wc-brands-single-product{margin:0 0 .5407911001em}.storefront-wc-brands-single-product img{max-height:2.2906835em}@media(min-width: 768px){div#brands_a_z ul.brands_index{width:21.7391304348%;float:left;margin-right:4.347826087%;transition:all .5s ease}div#brands_a_z h3{width:73.9130434783%;float:right;margin-right:0;clear:right;text-transform:uppercase}div#brands_a_z h3:first-of-type{margin-top:0}div#brands_a_z a.top{clear:right}div#brands_a_z ul.brands{width:73.9130434783%;float:right;margin-right:0;clear:right}}