/* CESI Digital storefront · consolidated production CSS V75 */

:root{
  --cesi-red:#cc3d3d;
  --cesi-red-hover:#b92f39;
  --cesi-red-dark:#b40703;
  --cesi-nav-dark:#aa2633;
  --cesi-bg:#e3e7e5;
  --cesi-white:#fff;
  --cesi-ink:#111820;
  --cesi-muted:#667078;
  --cesi-line:#c7cdcc;
  --cesi-shell:1140px;
  --cesi-shadow:0 12px 32px rgba(13,24,31,.18);
  --cesi-soft-shadow:0 3px 12px rgba(13,24,31,.10);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0!important;background:var(--cesi-bg)!important;color:var(--cesi-ink)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;line-height:1.45!important;overflow-x:hidden}
body.cesi-menu-open{overflow:hidden}
a{text-decoration:none!important}
img{max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit}
#header{position:relative!important;z-index:1050!important;margin:0!important;padding:0!important;background:#fff!important;border-top:1px solid #f0e1ee!important;box-shadow:none!important}
#wrapper{min-height:0!important;padding:0!important;background:var(--cesi-bg)!important}
#index #wrapper>.container,#index #content-wrapper,#index #main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
#index #wrapper>.container>.row{display:block!important;margin:0!important}
#index #footer{margin-top:0!important}

.cesi-desktop-header{height:76px;background:#fff}
.cesi-header-shell{display:grid;grid-template-columns:330px minmax(0,572px) minmax(0,238px);align-items:center;width:min(var(--cesi-shell),calc(100% - 32px));height:76px;margin:0 auto}
.cesi-logo{display:flex;align-items:center;justify-content:flex-start;width:max-content;height:100%}
.cesi-logo img{display:block;width:auto;max-width:64px;height:44px;object-fit:contain}
.cesi-search-form{position:relative;display:grid;grid-template-columns:148px minmax(0,1fr) 63px;width:100%;height:38px;margin:0;border:1px solid #cbd1d4;border-radius:2px;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.03)}
.cesi-search-category-wrap{position:relative;min-width:0}
.cesi-search-categories,.cesi-search-button,.cesi-search-input{height:36px!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;font:inherit!important}
.cesi-search-categories{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 12px;border-right:1px solid #cbd1d4!important;background:#f4f5f5!important;color:#111!important;font-size:12px!important;white-space:nowrap;cursor:pointer}
.cesi-search-categories:hover,.cesi-search-categories.is-open{background:#eaeded!important}
.cesi-search-input{min-width:0;padding:0 13px!important;background:#fff!important;color:#222!important;font-size:12px!important;outline:none!important}
.cesi-search-input::placeholder{color:#7b848b;opacity:1}
.cesi-search-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px!important;background:var(--cesi-red)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;cursor:pointer;transition:background .18s ease,transform .18s ease}
.cesi-search-button:hover{background:var(--cesi-red-dark)!important}
.cesi-search-button:active{transform:translateY(1px)}
.cesi-search-button i{display:none}
.cesi-account-links{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0;padding-left:22px;white-space:nowrap}
.cesi-account-links a{display:inline-flex;align-items:center;gap:6px;color:#111!important;font-size:12px!important;font-weight:500;transition:color .18s ease,transform .18s ease}
.cesi-account-links a:hover{color:var(--cesi-red-dark)!important;transform:translateY(-1px)}
.cesi-account-links i{font-size:22px;color:#050505}
.cesi-cart-link{position:relative;padding-left:2px}
.cesi-cart-count{position:absolute;top:-9px;right:-11px;display:flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--cesi-red-dark);color:#fff;font-size:9px;font-weight:700}

.cesi-search-category-panel{position:absolute;top:43px;left:0;z-index:1095;width:312px;padding:10px;border:1px solid #cfd4d6;border-radius:3px;background:#fff;box-shadow:var(--cesi-shadow);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.cesi-search-category-panel.is-open{opacity:1;visibility:visible;transform:none}
.cesi-category-filter{display:flex;align-items:center;gap:8px;height:36px;padding:0 10px;border:1px solid #cfd4d6;border-radius:2px;background:#fff;color:#59636c}
.cesi-category-filter input{min-width:0;flex:1;height:32px;border:0;outline:0;font-size:12px}
.cesi-search-category-scroll{max-height:330px;margin-top:10px;padding-right:4px;overflow:auto;scrollbar-width:thin}
.cesi-search-category-scroll>a{display:block;padding:8px 9px;color:#111;border-bottom:1px solid #ecefef}
.cesi-search-group{padding:8px 9px;border-bottom:1px solid #ecefef}
.cesi-search-group strong{display:block;margin-bottom:4px;font-size:12px}
.cesi-search-group a{display:block;padding:4px 0 4px 14px;color:#3f4850;font-size:12px;transition:padding .15s,color .15s}
.cesi-search-group a:hover{padding-left:18px;color:var(--cesi-red-dark)}
.cesi-search-group.is-hidden{display:none}

.cesi-main-nav{position:relative;z-index:1070;width:100%;height:45px;background:var(--cesi-red);box-shadow:0 4px 10px rgba(0,0,0,.16)}
.cesi-nav-shell{position:relative;display:flex;align-items:stretch;width:min(var(--cesi-shell),calc(100% - 32px));height:45px;margin:0 auto}
.cesi-nav-dropdown{position:relative}
.cesi-categories-trigger,.cesi-company-dropdown>button,.cesi-nav-link{display:flex!important;align-items:center;justify-content:center;height:45px!important;margin:0!important;padding:0 20px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;font-size:17px!important;font-weight:700!important;line-height:45px!important;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease}
.cesi-categories-trigger{justify-content:space-between!important;width:285px!important;padding:0 16px!important;background:#c72e42!important;text-align:left}
.cesi-categories-trigger i{font-size:20px}
.cesi-company-dropdown>button,.cesi-nav-link{font-weight:600!important}
.cesi-categories-trigger:hover,.cesi-company-dropdown>button:hover,.cesi-nav-link:hover,.cesi-company-dropdown>button.is-open,.cesi-categories-trigger.is-open{background:var(--cesi-nav-dark)!important;color:#fff!important}

.cesi-mega-menu{position:absolute;top:45px;left:0;z-index:1090;display:grid;grid-template-columns:285px 240px;width:525px;min-height:410px;border:1px solid #d8dddd;border-top:0;background:#fff;box-shadow:var(--cesi-shadow);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.cesi-mega-menu.is-open{opacity:1;visibility:visible;transform:none}
.cesi-mega-roots{padding:0;background:#fff}
.cesi-mega-roots button,.cesi-mega-roots>a{display:grid;grid-template-columns:22px minmax(0,1fr) 14px;align-items:center;width:100%;min-height:36px;margin:0;padding:0 13px;border:0;border-bottom:1px solid #edf0f0;background:#fff;color:#121416;text-align:left;font-size:12px;cursor:pointer;transition:background .15s ease,color .15s ease}
.cesi-mega-roots>a{grid-template-columns:22px minmax(0,1fr)}
.cesi-mega-roots button:hover,.cesi-mega-roots button.is-active,.cesi-mega-roots>a:hover{background:#f1f4f4;color:var(--cesi-red-dark)}
.cesi-mega-roots button>i:first-child,.cesi-mega-roots>a>i{width:18px;text-align:center;color:#17191c}
.cesi-mega-roots button>i:last-child{justify-self:end;color:#90979c;font-size:10px}
.cesi-mega-subs{padding:9px 14px 14px;border-left:1px solid #dfe3e3;background:#fbfbfb}
.cesi-mega-subs section{display:none}
.cesi-mega-subs section.is-active{display:block;animation:cesiFadeIn .18s ease}
.cesi-mega-subs h3{margin:0 0 5px;padding:0 0 8px;border-bottom:2px solid var(--cesi-red);color:#16191c;font-size:13px;font-weight:700}
.cesi-mega-subs a{display:block;padding:7px 0;border-bottom:1px solid #dde2e2;color:#252a2e;font-size:12px;transition:padding .15s,color .15s}
.cesi-mega-subs a:hover{padding-left:5px;color:var(--cesi-red-dark)}
.cesi-company-menu{position:absolute;top:45px;left:0;z-index:1090;width:190px;padding:4px 0;border:1px solid #d8dddd;border-top:0;background:#fff;box-shadow:var(--cesi-shadow);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.cesi-company-menu.is-open{opacity:1;visibility:visible;transform:none}
.cesi-company-menu a{display:block;padding:10px 20px;color:#222;font-size:14px;transition:background .15s,color .15s,padding .15s}
.cesi-company-menu a:hover{padding-left:24px;background:#f3f4f4;color:var(--cesi-red-dark)}
@keyframes cesiFadeIn{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:none}}

.cesi-home-main{width:100%;padding:0 0 48px;background:var(--cesi-bg)}
.cesi-hero-carousel{position:relative;width:100%;max-width:100%;margin:0;background:#075bc1;overflow:hidden}
.cesi-hero-carousel .carousel-inner{width:100%;aspect-ratio:4/1;background:#075bc1}
.cesi-hero-carousel .carousel-item,.cesi-hero-carousel .carousel-item>a{width:100%;height:100%}
.cesi-hero-carousel img{display:block;width:100%;height:100%!important;max-width:none!important;object-fit:contain;object-position:center;background:#075bc1}
.cesi-hero-control{top:50%!important;bottom:auto!important;width:28px!important;height:52px!important;margin-top:-26px!important;background:#050505!important;color:#fff!important;opacity:1!important;font-size:24px!important;transition:background .18s ease,width .18s ease}
.cesi-hero-control:hover{width:34px!important;background:var(--cesi-red-dark)!important}
.cesi-hero-carousel .carousel-indicators{bottom:10px;margin-bottom:0}
.cesi-hero-carousel .carousel-indicators [data-bs-target]{width:8px;height:8px;border:0;border-radius:50%;background:#fff;opacity:.62}
.cesi-hero-carousel .carousel-indicators .active{background:#f7cf46;opacity:1}

.cesi-hero-carousel .carousel-item{transition:opacity .65s ease-in-out}
.cesi-hero-carousel .carousel-control-prev{left:0}
.cesi-hero-carousel .carousel-control-next{right:0}
@media (prefers-reduced-motion:reduce){.cesi-hero-carousel .carousel-item{transition:none}}

.cesi-home-shell{width:min(var(--cesi-shell),calc(100% - 32px));margin:30px auto 0}
.cesi-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.cesi-benefits article{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;min-height:86px;padding:12px 15px;border:1px solid #c5cbca;border-radius:2px;background:#fff;box-shadow:1px 2px 2px rgba(0,0,0,.14);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cesi-benefits article:hover{z-index:1;transform:translateY(-3px);border-color:#b8c0bf;box-shadow:var(--cesi-soft-shadow)}
.cesi-benefit-icon{display:flex;align-items:center;justify-content:flex-start;color:#101a23;font-size:40px}
.cesi-benefits h2{margin:0 0 2px!important;color:#111!important;font-size:12px!important;font-weight:700!important;text-transform:none!important;line-height:1.25!important}
.cesi-benefits p{margin:0!important;color:#171a1c!important;font-size:11px!important;line-height:1.35!important}
.cesi-brands{display:flex;align-items:center;justify-content:center;width:100%;height:46px;margin-top:14px;padding:0;border:1px solid #c5cbca;border-radius:2px;background:#fff;box-shadow:1px 2px 2px rgba(0,0,0,.12);overflow:hidden}
.cesi-brands img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

.cesi-home-products-section{margin-top:22px}
.cesi-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 10px;padding:0 0 6px;border-bottom:1px solid #bcc4c2}
.cesi-section-header::after{position:absolute;content:""}
.cesi-section-header h2{position:relative;margin:0!important;color:#111!important;font-size:18px!important;font-weight:600!important;text-transform:none!important;line-height:1.2!important}
.cesi-section-header h2::after{position:absolute;left:0;bottom:-9px;width:42px;height:3px;background:#26a9ab;content:""}
.cesi-section-header a{color:#5e686f!important;font-size:12px!important;transition:color .15s}
.cesi-section-header a:hover{color:var(--cesi-red-dark)!important}
.cesi-placeholder-grid,.cesi-dynamic-products .products,.cesi-dynamic-products .product-list{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:6px!important;margin:0!important;padding:0!important}
.cesi-placeholder-card,.cesi-dynamic-products .product-miniature,.cesi-dynamic-products .js-product-miniature{position:relative;display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;height:270px!important;margin:0!important;padding:0!important;border:1px solid #c9cfce!important;border-radius:2px!important;background:#fff!important;box-shadow:1px 2px 2px rgba(0,0,0,.11)!important;overflow:hidden!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.cesi-placeholder-card:hover,.cesi-dynamic-products .product-miniature:hover,.cesi-dynamic-products .js-product-miniature:hover{z-index:2;transform:translateY(-4px);border-color:#aeb8b6!important;box-shadow:0 9px 22px rgba(0,0,0,.16)!important}
.cesi-placeholder-image,.cesi-dynamic-products .thumbnail-container>a.thumbnail,.cesi-dynamic-products .product-thumbnail{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:168px!important;margin:0!important;padding:12px!important;background:#fff!important;overflow:hidden!important}
.cesi-placeholder-image img,.cesi-dynamic-products .product-thumbnail img,.cesi-dynamic-products img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:144px!important;margin:auto!important;object-fit:contain!important}
.cesi-placeholder-body{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 10px 9px;text-align:center}
.cesi-placeholder-body h3,.cesi-dynamic-products .product-title{display:-webkit-box!important;min-height:34px!important;margin:0 0 5px!important;color:#111!important;font-size:11px!important;font-weight:400!important;line-height:1.35!important;text-align:center!important;text-transform:none!important;overflow:hidden!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.cesi-placeholder-body h3 a,.cesi-dynamic-products .product-title a{color:#111!important}
.cesi-placeholder-price,.cesi-dynamic-products .product-price-and-shipping,.cesi-dynamic-products .price{margin:auto 0 0!important;color:#050505!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;text-align:center!important}
.cesi-placeholder-stock{margin:2px 0 0!important;color:#1d6f38!important;font-size:10px!important;line-height:1.2!important}
.cesi-dynamic-products .thumbnail-container{display:flex!important;flex-direction:column!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;box-shadow:none!important;background:#fff!important}
.cesi-dynamic-products .product-description{position:static!important;display:flex!important;flex:1!important;flex-direction:column!important;width:100%!important;height:auto!important;padding:0 10px 9px!important;background:#fff!important;text-align:center!important}
.cesi-dynamic-products .highlighted-informations,.cesi-dynamic-products .product-flags,.cesi-dynamic-products .quick-view,.cesi-dynamic-products .wishlist-button-add{display:none!important}
.cesi-recommended-section{margin-top:28px}

.cesi-site-footer{position:relative;z-index:2;margin:0!important;padding:0!important;background:#fff;color:#fff;clear:both}
.cesi-newsletter-zone{padding:26px 0;background:#f5f6f6;border-top:1px solid #d0d5d4}
.cesi-footer-shell{width:min(var(--cesi-shell),calc(100% - 32px));margin:0 auto}
.cesi-newsletter-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:34px;padding:20px 24px;border-radius:5px;background:#fff;box-shadow:var(--cesi-soft-shadow)}
.cesi-newsletter-copy{display:flex;align-items:center;gap:16px;color:#182027}
.cesi-newsletter-copy>i{font-size:38px;color:var(--cesi-red)}
.cesi-newsletter-copy strong,.cesi-newsletter-copy span{display:block}
.cesi-newsletter-copy strong{font-size:17px}
.cesi-newsletter-copy span{margin-top:2px;color:#667078;font-size:12px}
.cesi-newsletter-widget,.cesi-newsletter-widget .block_newsletter{width:100%;margin:0!important;padding:0!important;background:transparent!important}
.cesi-newsletter-widget .row,.cesi-newsletter-widget .col-md-7,.cesi-newsletter-widget .col-md-5{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.cesi-newsletter-widget p,.cesi-newsletter-widget .col-xs-12>p{display:none!important}
.cesi-newsletter-widget form{display:flex!important;width:100%!important;margin:0!important;padding:0!important}
.cesi-newsletter-widget input[type=email],.cesi-newsletter-widget input[type=text]{flex:1!important;min-width:0!important;height:42px!important;margin:0!important;padding:0 13px!important;border:1px solid #cfd4d6!important;border-right:0!important;border-radius:3px 0 0 3px!important;background:#fff!important;color:#222!important}
.cesi-newsletter-widget input[type=submit],.cesi-newsletter-widget button[type=submit]{height:42px!important;margin:0!important;padding:0 18px!important;border:1px solid var(--cesi-red)!important;border-radius:0 3px 3px 0!important;background:var(--cesi-red)!important;color:#fff!important;font-weight:700!important}
.cesi-footer-main{background:#292e33}
.cesi-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:46px;padding:38px 0 32px}
.cesi-footer-grid>div{min-width:0}
.cesi-footer-grid h2{margin:0 0 14px!important;color:#fff!important;font-size:15px!important;font-weight:700!important;text-transform:none!important}
.cesi-footer-grid a,.cesi-footer-grid p{display:flex;align-items:flex-start;gap:9px;margin:0 0 8px!important;color:#d8dddf!important;font-size:12px!important;line-height:1.45!important}
.cesi-footer-grid a{transition:color .15s,padding .15s}
.cesi-footer-grid a:hover{padding-left:3px;color:#fff!important}
.cesi-footer-grid i{width:16px;margin-top:2px;color:#fff;text-align:center}
.cesi-footer-bottom{border-top:1px solid #424a51;background:#22272b}
.cesi-footer-bottom .cesi-footer-shell{display:flex;align-items:center;justify-content:space-between;min-height:48px;color:#aeb6ba;font-size:11px}
.cesi-cookie-bar{position:fixed;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;min-height:50px;padding:8px 60px 8px 22px;background:#424242;color:#fff;font-size:11px;text-align:center;box-shadow:0 -2px 8px rgba(0,0,0,.14);transition:opacity .2s,transform .2s}
.cesi-cookie-bar a{color:#fff!important;font-weight:700}
.cesi-cookie-bar button{position:absolute;right:9px;top:7px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #959595;border-radius:7px;background:#535353;color:#bcbcbc;font-size:22px;cursor:pointer}
.cesi-cookie-bar button:hover{border-color:#fff;color:#fff}
.cesi-cookie-bar.is-hidden{pointer-events:none;opacity:0;transform:translateY(100%)}

.cesi-mobile-header{display:none;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.14)}
.cesi-mobile-bar{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 14px!important}
.cesi-icon-button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:4px;background:var(--cesi-red);color:#fff;font-size:19px}
.cesi-mobile-logo img{display:block;width:auto;height:35px;object-fit:contain}
.cesi-mobile-actions{display:flex;align-items:center;gap:13px}
.cesi-mobile-actions a{position:relative;color:#111;font-size:19px}
.cesi-mobile-actions span{position:absolute;top:-8px;right:-9px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 3px;border-radius:50%;background:var(--cesi-red-dark);color:#fff;font-size:8px;font-weight:700}
.cesi-mobile-search{display:grid;grid-template-columns:minmax(0,1fr) 44px;padding:0 12px 10px;background:#fff}
.cesi-mobile-search input{height:38px;padding:0 12px;border:1px solid #cfd4d6;border-right:0;border-radius:3px 0 0 3px;outline:0}
.cesi-mobile-search button{height:38px;border:1px solid var(--cesi-red);border-radius:0 3px 3px 0;background:var(--cesi-red);color:#fff}
.cesi-mobile-offcanvas{z-index:1200!important}
.cesi-mobile-offcanvas .offcanvas-header{background:var(--cesi-red);color:#fff}
.cesi-mobile-offcanvas .btn-close{filter:invert(1)}
.cesi-mobile-offcanvas .accordion-button{font-size:14px;font-weight:700}
.cesi-mobile-offcanvas .accordion-button:not(.collapsed){background:#fff0f0;color:var(--cesi-red-dark)}
.cesi-mobile-offcanvas .accordion-body{display:flex;flex-direction:column;gap:9px}
.cesi-mobile-offcanvas .accordion-body a,.cesi-mobile-offcanvas>.offcanvas-body>a{display:block;padding:6px 0;color:#222}

body:not(#index) #wrapper>.container{max-width:var(--cesi-shell)!important;padding-top:28px!important;padding-bottom:42px!important}
.btn-primary{border-color:var(--cesi-red-dark)!important;background:var(--cesi-red-dark)!important;color:#fff!important}
.btn-primary:hover{border-color:#8f0502!important;background:#8f0502!important}
.form-control:focus,.form-select:focus{border-color:var(--cesi-red)!important;box-shadow:0 0 0 .2rem rgba(204,61,61,.18)!important}

.hidden-xs-up{display:none!important}.float-xs-left{float:left!important}.float-xs-right{float:right!important}.text-xs-center{text-align:center!important}.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}
@media(min-width:576px){.hidden-sm-up{display:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.text-sm-center{text-align:center!important}}
@media(max-width:575.98px){.hidden-xs-down{display:none!important}}
@media(max-width:767.98px){.hidden-sm-down{display:none!important}}
@media(max-width:991.98px){.hidden-md-down{display:none!important}}
@media(min-width:768px){.hidden-md-up{display:none!important}}
@media(min-width:992px){.hidden-lg-up{display:none!important}}

@media(max-width:1199.98px){
  .cesi-header-shell{grid-template-columns:220px minmax(480px,1fr) auto}
  .cesi-nav-shell,.cesi-home-shell,.cesi-footer-shell{width:calc(100% - 30px)}
  .cesi-categories-trigger{width:245px!important}
  .cesi-mega-menu{grid-template-columns:245px 240px;width:485px}
}
@media(max-width:991.98px){
  .cesi-desktop-header,.cesi-main-nav{display:none!important}
  .cesi-mobile-header{display:block!important}
  .cesi-home-shell{margin-top:18px}
  .cesi-placeholder-grid,.cesi-dynamic-products .products,.cesi-dynamic-products .product-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .cesi-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
  .cesi-newsletter-card{grid-template-columns:1fr;gap:16px}
}
@media(max-width:767.98px){
  .cesi-benefits{grid-template-columns:1fr;gap:8px}
  .cesi-benefits article{min-height:72px}
  .cesi-placeholder-grid,.cesi-dynamic-products .products,.cesi-dynamic-products .product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .cesi-placeholder-card,.cesi-dynamic-products .product-miniature,.cesi-dynamic-products .js-product-miniature{height:250px!important}
  .cesi-placeholder-image,.cesi-dynamic-products .thumbnail-container>a.thumbnail,.cesi-dynamic-products .product-thumbnail{height:150px!important}
  .cesi-placeholder-image img,.cesi-dynamic-products .product-thumbnail img,.cesi-dynamic-products img{max-height:130px!important}
  .cesi-footer-bottom .cesi-footer-shell{flex-direction:column;justify-content:center;gap:3px;padding:10px 0;text-align:center}
}
@media(max-width:575.98px){
  .cesi-hero-control{width:24px!important;height:44px!important;margin-top:-22px!important;font-size:19px!important}
  .cesi-home-shell,.cesi-footer-shell{width:calc(100% - 20px)}
  .cesi-placeholder-grid,.cesi-dynamic-products .products,.cesi-dynamic-products .product-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .cesi-placeholder-card,.cesi-dynamic-products .product-miniature,.cesi-dynamic-products .js-product-miniature{height:242px!important}
  .cesi-placeholder-image,.cesi-dynamic-products .thumbnail-container>a.thumbnail,.cesi-dynamic-products .product-thumbnail{height:144px!important}
  .cesi-placeholder-image img,.cesi-dynamic-products .product-thumbnail img,.cesi-dynamic-products img{max-height:124px!important}
  .cesi-brands{height:38px}
  .cesi-footer-grid{grid-template-columns:1fr;gap:26px}
  .cesi-newsletter-card{padding:15px}
  .cesi-newsletter-widget form{flex-wrap:wrap;gap:7px}
  .cesi-newsletter-widget input[type=email],.cesi-newsletter-widget input[type=text],.cesi-newsletter-widget input[type=submit],.cesi-newsletter-widget button[type=submit]{width:100%!important;border:1px solid #cfd4d6!important;border-radius:3px!important}
  .cesi-cookie-bar{justify-content:flex-start;padding:8px 48px 8px 10px;font-size:9px;text-align:left}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.cesi-header-shell{grid-template-columns:185px minmax(0,650px) minmax(0,305px)!important}
.cesi-logo{width:150px!important;justify-content:flex-start!important}
.cesi-logo img{width:auto!important;max-width:104px!important;height:66px!important;object-fit:contain!important;filter:drop-shadow(0 2px 2px rgba(0,0,0,.08))}
.cesi-mobile-logo img{width:auto!important;height:50px!important;max-width:78px!important;object-fit:contain!important}
.cesi-search-category-panel{width:470px!important;padding:12px!important;border-radius:5px!important}
.cesi-search-category-scroll{max-height:520px!important;margin-top:10px!important}
.cesi-search-all{display:flex!important;align-items:center;gap:8px;padding:10px!important;border-radius:4px;background:#f2f4f4;color:#15191c!important}
.cesi-search-group{padding:10px!important}
.cesi-search-group>.cesi-search-family{display:block!important;margin:0 0 5px!important;padding:0!important;color:#171b1f!important;font-size:12px!important;font-weight:700!important}
.cesi-search-group>div{display:flex;flex-wrap:wrap;gap:3px 10px}
.cesi-search-group>div a{display:inline-block!important;padding:3px 0!important;color:#525b62!important;font-size:11px!important}
.cesi-search-group>div a::before{content:'›';margin-right:4px;color:var(--cesi-red)}
.cesi-search-group>div a:hover{padding-left:0!important;color:var(--cesi-red-dark)!important}
.cesi-mega-menu{grid-template-columns:285px minmax(0,665px)!important;width:min(950px,calc(100vw - 36px))!important;height:520px!important;min-height:520px!important;max-height:calc(100vh - 145px)!important;overflow:hidden!important;border-radius:0 0 5px 5px!important}
.cesi-mega-roots{overflow-y:auto!important;scrollbar-width:thin}
.cesi-mega-roots button{min-height:46px!important;padding:6px 14px!important;font-size:12px!important;line-height:1.2!important}
.cesi-mega-roots button.is-active{box-shadow:inset 4px 0 0 var(--cesi-red-dark)}
.cesi-mega-subs{min-width:0!important;padding:14px 17px 18px!important;overflow-y:auto!important;scrollbar-width:thin}
.cesi-mega-subs section{height:100%}
.cesi-mega-subs h3{position:sticky;top:-14px;z-index:2;margin:0 0 12px!important;padding:13px 0 10px!important;background:#fbfbfb;font-size:15px!important}
.cesi-family-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;align-content:start}
.cesi-family-block{min-width:0;padding:10px 11px;border:1px solid #e0e4e4;border-radius:4px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.cesi-family-block:hover{transform:translateY(-1px);border-color:#d0b0b0;box-shadow:0 4px 12px rgba(0,0,0,.07)}
.cesi-family-title{display:block!important;margin:0 0 5px!important;padding:0 0 6px!important;border-bottom:1px solid #eceeee!important;color:#161a1e!important;font-size:12px!important;font-weight:700!important}
.cesi-family-title:hover{padding-left:0!important;color:var(--cesi-red-dark)!important}
.cesi-family-links{display:flex;flex-wrap:wrap;gap:2px 9px}
.cesi-family-links a{display:inline-block!important;padding:3px 0!important;border:0!important;color:#596168!important;font-size:11px!important;line-height:1.25!important}
.cesi-family-links a::before{content:'›';margin-right:4px;color:var(--cesi-red)}
.cesi-family-links a:hover{padding-left:0!important;color:var(--cesi-red-dark)!important}
.cesi-company-menu{width:225px!important;padding:7px 0!important}
.cesi-company-menu a{display:flex!important;align-items:center;gap:10px}
.cesi-company-menu i{width:17px;color:var(--cesi-red-dark);text-align:center}
.cesi-mobile-offcanvas{width:min(92vw,410px)!important}
.cesi-mobile-offcanvas .accordion-button{display:flex;gap:10px;align-items:center;padding:13px 15px!important}
.cesi-mobile-offcanvas .accordion-button>i{width:19px;color:var(--cesi-red-dark);text-align:center}
.cesi-mobile-offcanvas .accordion-body{display:block!important;padding:8px 16px 15px!important}
.cesi-mobile-family{padding:10px 0;border-bottom:1px solid #e8ebeb}
.cesi-mobile-family-title{display:block!important;margin-bottom:5px;color:#14181b!important;font-weight:700}
.cesi-mobile-family>a:not(.cesi-mobile-family-title){display:block!important;padding:4px 0 4px 13px!important;color:#535c63!important;font-size:12px}
.cesi-mobile-family>a:not(.cesi-mobile-family-title)::before{content:'›';margin-right:5px;color:var(--cesi-red)}
.cesi-mobile-secondary-links{display:grid;gap:5px;margin-top:18px;padding-top:14px;border-top:1px solid #dfe3e3}
.cesi-mobile-secondary-links a{display:flex!important;align-items:center;gap:10px;padding:9px 5px!important;color:#1b2024!important;font-weight:700}
.cesi-mobile-secondary-links i{width:18px;color:var(--cesi-red-dark);text-align:center}
@media(max-width:1199.98px){
  .cesi-header-shell{grid-template-columns:145px minmax(0,620px) minmax(0,250px)!important}
  .cesi-logo{width:120px!important}.cesi-logo img{max-width:90px!important;height:62px!important}
  .cesi-mega-menu{grid-template-columns:245px minmax(0,620px)!important;width:min(865px,calc(100vw - 30px))!important}
}
@media(max-width:991.98px){.cesi-mobile-bar{min-height:64px!important}.cesi-mobile-logo{height:58px!important}}
@media(max-width:767.98px){.cesi-family-grid{grid-template-columns:1fr}}

#category #wrapper{
  padding:18px 0 54px;
  background:#e3e7e5;
}
#category #wrapper>.container{
  width:100%;
  max-width:1140px;
  padding-right:15px;
  padding-left:15px;
}
#category #wrapper>.container>.row{
  display:block;
  margin:0;
}
#category #left-column,
#category #right-column{
  display:none!important;
}
#category #content-wrapper{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
  flex:0 0 100%!important;
}
#category .breadcrumb{
  margin:0 0 15px;
  padding:13px 16px;
  border:1px solid #c8cecd;
  border-radius:2px;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.08);
  font-size:13px;
}
#category .breadcrumb a{
  color:#1b1d20;
  text-decoration:none;
}
#category .breadcrumb a:hover{
  color:#c73f3f;
}
#category .cesi-category-page{
  min-width:0;
}
#category .cesi-category-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:14px;
  padding:10px 2px 12px;
  border-bottom:1px solid #aeb5b4;
}
#category .cesi-category-heading-copy{
  min-width:0;
}
#category .cesi-category-kicker{
  display:block;
  margin-bottom:3px;
  color:#c73f3f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
#category .cesi-category-heading h1{
  margin:0;
  color:#111820;
  font-size:24px;
  font-weight:800;
  line-height:1.15;
  text-transform:uppercase;
}
#category .cesi-category-description{
  max-width:760px;
  margin-top:7px;
  color:#5c6468;
  font-size:13px;
  line-height:1.5;
}
#category .cesi-category-description p:last-child{
  margin-bottom:0;
}
#category .cesi-view-switcher{
  display:flex;
  flex:0 0 auto;
  gap:6px;
}
#category .cesi-view-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:37px;
  height:34px;
  padding:0;
  border:1px solid #aab0af;
  border-radius:2px;
  background:#fff;
  color:#1b252c;
  font-size:17px;
  transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease;
}
#category .cesi-view-button:hover,
#category .cesi-view-button.is-active{
  border-color:#c73f3f;
  background:#c73f3f;
  color:#fff;
  transform:translateY(-1px);
}

#category .cesi-subcategories{
  margin:0 0 16px;
  padding:14px;
  border:1px solid #c8cecd;
  border-radius:3px;
  background:#f8f9f9;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
}
#category .cesi-subcategories-heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:15px;
  margin-bottom:10px;
}
#category .cesi-subcategories-heading h2{
  margin:0;
  color:#171c21;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
}
#category .cesi-subcategories-heading span{
  color:#70777b;
  font-size:11px;
}
#category .cesi-subcategories-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
#category .cesi-subcategory-card{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) 12px;
  align-items:center;
  gap:8px;
  min-height:50px;
  padding:7px 10px;
  border:1px solid #d0d5d4;
  border-radius:3px;
  background:#fff;
  color:#20272c;
  text-decoration:none;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,color .18s ease;
}
#category .cesi-subcategory-card:hover{
  z-index:1;
  border-color:#c73f3f;
  color:#c73f3f;
  box-shadow:0 5px 14px rgba(0,0,0,.1);
  transform:translateY(-2px);
}
#category .cesi-subcategory-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#eef1f1;
  color:#c73f3f;
  font-size:17px;
  overflow:hidden;
}
#category .cesi-subcategory-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}
#category .cesi-subcategory-name{
  overflow:hidden;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  text-overflow:ellipsis;
}
#category .cesi-subcategory-card>.fa-chevron-right{
  font-size:10px;
}

#category .cesi-catalog-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:52px;
  margin:0 0 8px;
  padding:8px 12px;
  border:1px solid #bfc5c4;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
}
#category .cesi-catalog-count,
#category .cesi-catalog-sort{
  display:flex;
  align-items:center;
  gap:9px;
}
#category .cesi-toolbar-label{
  color:#4f565a;
  font-size:12px;
  font-weight:700;
}
#category .cesi-catalog-count strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:27px;
  height:25px;
  padding:0 7px;
  border-radius:20px;
  background:#2e2c42;
  color:#fff;
  font-size:12px;
}
#category .cesi-sort-dropdown{
  position:relative;
}
#category .cesi-sort-button{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:210px;
  height:34px;
  padding:0 11px;
  border:1px solid #aeb5b4;
  border-radius:2px;
  background:#f6f7f7;
  color:#22292e;
  font-size:12px;
  text-align:left;
}
#category .cesi-sort-button span{
  min-width:0;
  flex:1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#category .cesi-sort-button:hover,
#category .cesi-sort-button[aria-expanded="true"]{
  border-color:#c73f3f;
  background:#fff;
}
#category .cesi-sort-menu{
  width:100%;
  min-width:250px;
  padding:5px;
  border:1px solid #c7cccb;
  border-radius:2px;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
#category .cesi-sort-menu .select-list{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:2px;
  color:#252c31;
  font-size:12px;
  text-decoration:none;
}
#category .cesi-sort-menu .select-list:hover,
#category .cesi-sort-menu .select-list.current{
  background:#f3e9ea;
  color:#b42e3f;
}
#category .cesi-sort-menu-spacer{
  width:12px;
}

#category #js-product-list{
  min-width:0;
}
#category #js-product-list .products.cesi-catalog-products{
  margin-right:-4px;
  margin-left:-4px;
}
#category .cesi-catalog-col{
  display:flex;
  padding:4px!important;
}
#category .cesi-catalog-card{
  position:relative;
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  width:100%;
  min-width:0;
  min-height:426px;
  border:1px solid #bfc5c4;
  border-radius:2px;
  background:#fff;
  box-shadow:1px 2px 2px rgba(0,0,0,.1);
  overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
#category .cesi-catalog-card:hover{
  z-index:2;
  border-color:#9da7a5;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  transform:translateY(-3px);
}
#category .cesi-card-top-actions{
  position:absolute;
  top:8px;
  right:8px;
  z-index:4;
}
#category .cesi-card-quick-view{
  display:flex;
  align-items:center;
  justify-content:center;
  width:31px;
  height:31px;
  border:1px solid #d2d7d6;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#31383d;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
  opacity:0;
  transform:translateY(-4px);
  transition:opacity .18s ease,transform .18s ease,background-color .18s ease,color .18s ease;
}
#category .cesi-catalog-card:hover .cesi-card-quick-view,
#category .cesi-card-quick-view:focus{
  opacity:1;
  transform:none;
}
#category .cesi-card-quick-view:hover{
  background:#c73f3f;
  color:#fff;
}
#category .cesi-catalog-image{
  display:flex;
  align-items:center;
  justify-content:center;
  height:194px;
  padding:18px 16px 10px;
  background:#fff;
  overflow:hidden;
}
#category .cesi-catalog-image img{
  display:block;
  width:100%;
  height:100%;
  max-width:225px;
  object-fit:contain;
  transition:transform .25s ease;
}
#category .cesi-catalog-card:hover .cesi-catalog-image img{
  transform:scale(1.035);
}
#category .cesi-catalog-card-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:0;
  padding:0 12px 0;
}
#category .cesi-catalog-title{
  min-height:56px;
  margin:0 0 6px;
  font-size:14px;
  font-weight:800;
  line-height:1.3;
  text-align:center;
}
#category .cesi-catalog-title a{
  color:#171b1f;
  text-decoration:none;
}
#category .cesi-catalog-title a:hover{
  color:#c02f40;
}
#category .cesi-catalog-meta{
  display:flex;
  flex-direction:column;
  min-height:37px;
  margin-bottom:8px;
  color:#4f565a;
  font-size:11px;
  line-height:1.4;
  text-align:center;
}
#category .cesi-catalog-meta strong{
  color:#24292d;
  font-weight:700;
}
#category .cesi-catalog-card-bottom{
  margin-top:auto;
  border-top:1px dashed #d3d7d6;
}
#category .cesi-catalog-status-price{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:45px;
  padding:8px 1px;
}
#category .cesi-stock{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
#category .cesi-stock-in{
  color:#169b31;
}
#category .cesi-stock-out{
  color:#e12424;
}
#category .cesi-catalog-price{
  display:flex;
  align-items:flex-end;
  gap:5px;
  margin-left:auto;
  white-space:nowrap;
}
#category .cesi-catalog-old-price{
  color:#7d8386;
  font-size:10px;
  text-decoration:line-through;
}
#category .cesi-catalog-current-price{
  color:#20262b;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
#category .cesi-card-cart-form{
  margin:0 -12px;
}
#category .cesi-buy-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:calc(100% + 24px);
  min-height:40px;
  margin:0 -12px;
  padding:8px 12px;
  border:0;
  border-radius:0;
  background:#cc3e50;
  color:#fff;
  font-size:13px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
  transition:background-color .18s ease,box-shadow .18s ease;
}
#category .cesi-card-cart-form .cesi-buy-button{
  width:100%;
  margin:0;
}
#category .cesi-buy-button:hover,
#category .cesi-buy-button:focus{
  background:#a92335;
  color:#fff;
  box-shadow:inset 0 2px 0 rgba(255,255,255,.15);
}
#category .cesi-view-product{
  background:#4a4a58;
}
#category .cesi-view-product:hover{
  background:#2e2c42;
}
#category .pagination{
  margin-top:20px;
}
#category .cesi-empty-category{
  padding:38px 20px;
  border:1px solid #c8cecd;
  background:#fff;
  text-align:center;
}
#category .cesi-empty-icon{
  margin-bottom:12px;
  color:#c73f3f;
  font-size:38px;
}

#category #js-product-list .products.cesi-list-view>.cesi-catalog-col{
  width:100%!important;
  max-width:100%!important;
  flex:0 0 100%!important;
}
#category #js-product-list .products.cesi-list-view .cesi-catalog-card{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  min-height:235px;
}
#category #js-product-list .products.cesi-list-view .cesi-catalog-image{
  height:100%;
  min-height:233px;
  border-right:1px solid #e0e3e2;
}
#category #js-product-list .products.cesi-list-view .cesi-catalog-card-body{
  padding:20px 18px 0;
}
#category #js-product-list .products.cesi-list-view .cesi-catalog-title{
  min-height:0;
  font-size:17px;
  text-align:left;
}
#category #js-product-list .products.cesi-list-view .cesi-catalog-meta{
  min-height:0;
  text-align:left;
}
#category #js-product-list .products.cesi-list-view .cesi-card-cart-form{
  margin:0 -18px;
}
#category #js-product-list .products.cesi-list-view .cesi-buy-button{
  width:calc(100% + 36px);
  margin:0 -18px;
}
#category #js-product-list .products.cesi-list-view .cesi-card-cart-form .cesi-buy-button{
  width:100%;
  margin:0;
}

@media (max-width:991.98px){
  #category .cesi-subcategories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #category .cesi-catalog-card{min-height:415px}
}
@media (max-width:767.98px){
  #category #wrapper{padding-top:12px}
  #category .cesi-category-heading{align-items:center}
  #category .cesi-category-heading h1{font-size:21px}
  #category .cesi-subcategories-heading{align-items:flex-start;flex-direction:column;gap:2px}
  #category .cesi-catalog-toolbar{align-items:stretch;flex-direction:column}
  #category .cesi-catalog-sort{justify-content:space-between}
  #category .cesi-sort-button{min-width:0;width:220px;max-width:66vw}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-card{grid-template-columns:175px minmax(0,1fr)}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-image{min-height:225px}
}
@media (max-width:575.98px){
  #category #wrapper>.container{padding-right:10px;padding-left:10px}
  #category .breadcrumb{padding:10px 11px}
  #category .cesi-category-heading{gap:10px}
  #category .cesi-category-heading h1{font-size:19px}
  #category .cesi-category-kicker{font-size:9px}
  #category .cesi-view-button{width:34px;height:32px}
  #category .cesi-subcategories{padding:10px}
  #category .cesi-subcategories-grid{grid-template-columns:1fr}
  #category .cesi-catalog-toolbar{padding:9px}
  #category .cesi-catalog-sort{align-items:flex-start;flex-direction:column;gap:5px}
  #category .cesi-sort-button{width:100%;max-width:none}
  #category .cesi-catalog-col{padding:4px 2px!important}
  #category .cesi-catalog-card{min-height:400px}
  #category .cesi-catalog-image{height:180px}
  #category .cesi-card-quick-view{opacity:1;transform:none}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-card{display:flex;min-height:400px}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-image{height:180px;min-height:180px;border-right:0}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-card-body{padding:0 12px}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-title{text-align:center}
  #category #js-product-list .products.cesi-list-view .cesi-catalog-meta{text-align:center}
  #category #js-product-list .products.cesi-list-view .cesi-card-cart-form{margin:0 -12px}
  #category #js-product-list .products.cesi-list-view .cesi-buy-button{width:calc(100% + 24px);margin:0 -12px}
  #category #js-product-list .products.cesi-list-view .cesi-card-cart-form .cesi-buy-button{width:100%;margin:0}
}

#cms.cms-id-2 #wrapper,
#cms .page-cms-2{
  background:#eef1f0;
}
#cms.cms-id-2 #wrapper>.container{
  max-width:1180px!important;
  padding-top:24px!important;
  padding-bottom:56px!important;
}
#cms.cms-id-2 #main .page-header{
  display:none!important;
}
#cms.cms-id-2 #main,
#cms.cms-id-2 #content-wrapper,
#cms.cms-id-2 .page-content,
#cms .page-cms-2{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cesi-privacy-shell{
  --privacy-red:#c73f3f;
  --privacy-red-dark:#a92737;
  --privacy-ink:#202832;
  --privacy-muted:#66717a;
  --privacy-line:#dde2e1;
  position:relative;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:12px;
  background:#fff;
  color:var(--privacy-ink);
  box-shadow:0 18px 50px rgba(29,39,45,.08);
}
.cesi-privacy-shell::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:linear-gradient(90deg,var(--privacy-red-dark),var(--privacy-red),#e36b6b);
  content:"";
}
.cesi-privacy-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  padding:44px 52px 35px;
  border-bottom:1px solid var(--privacy-line);
  background:
    radial-gradient(circle at 88% 18%,rgba(199,63,63,.09),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fafbfb 100%);
}
.cesi-privacy-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--privacy-red),var(--privacy-red-dark));
  color:#fff;
  font-size:34px;
  box-shadow:0 12px 25px rgba(169,39,55,.22);
}
.cesi-privacy-eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--privacy-red-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cesi-privacy-hero h1{
  margin:0!important;
  color:var(--privacy-ink)!important;
  font-size:38px!important;
  font-weight:750!important;
  line-height:1.08!important;
}
.cesi-privacy-hero p{
  max-width:780px;
  margin:11px 0 0!important;
  color:var(--privacy-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.cesi-privacy-index{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:22px 52px;
  border-bottom:1px solid var(--privacy-line);
  background:#f8f9f9;
}
.cesi-privacy-index a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:46px;
  padding:10px 14px;
  border:1px solid #e0e4e3;
  border-radius:8px;
  background:#fff;
  color:#313a43!important;
  font-size:12px;
  font-weight:700;
  text-decoration:none!important;
  box-shadow:0 3px 9px rgba(30,42,49,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}
.cesi-privacy-index a span{
  color:var(--privacy-red);
  font-size:11px;
  font-weight:900;
}
.cesi-privacy-index a:hover,
.cesi-privacy-index a:focus{
  border-color:rgba(199,63,63,.45);
  color:var(--privacy-red-dark)!important;
  box-shadow:0 7px 18px rgba(30,42,49,.08);
  transform:translateY(-2px);
}
.cesi-privacy-intro{
  padding:36px 52px 14px;
}
.cesi-privacy-shell p{
  margin:0 0 16px!important;
  color:#333d45!important;
  font-size:15px!important;
  line-height:1.76!important;
  text-align:left!important;
}
.cesi-privacy-highlight{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin-top:22px!important;
  padding:15px 17px;
  border-left:4px solid var(--privacy-red);
  border-radius:0 7px 7px 0;
  background:#fff6f6;
  color:#4f2b30!important;
  font-weight:700;
}
.cesi-privacy-highlight i{
  margin-top:4px;
  color:var(--privacy-red);
}
.cesi-privacy-section{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:24px;
  margin:0 52px;
  padding:34px 0;
  border-top:1px solid var(--privacy-line);
  scroll-margin-top:90px;
}
.cesi-privacy-section-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:1px solid rgba(199,63,63,.25);
  border-radius:50%;
  background:#fff7f7;
  color:var(--privacy-red-dark);
  font-size:16px;
  font-weight:900;
  letter-spacing:.04em;
}
.cesi-privacy-section-content h2{
  position:relative;
  margin:3px 0 20px!important;
  padding-bottom:12px;
  color:var(--privacy-ink)!important;
  font-size:22px!important;
  font-weight:750!important;
  line-height:1.25!important;
}
.cesi-privacy-section-content h2::after{
  position:absolute;
  bottom:0;
  left:0;
  width:48px;
  height:3px;
  border-radius:3px;
  background:var(--privacy-red);
  content:"";
}
.cesi-privacy-address{
  display:flex;
  align-items:center;
  gap:16px;
  margin:21px 0;
  padding:18px 20px;
  border:1px solid #e0e4e3;
  border-radius:9px;
  background:#f8f9f9;
  font-style:normal;
}
.cesi-privacy-address-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--privacy-red);
  color:#fff;
  font-size:18px;
}
.cesi-privacy-address strong,
.cesi-privacy-address span{
  display:block;
}
.cesi-privacy-address strong{
  margin-bottom:3px;
  color:var(--privacy-ink);
  font-size:14px;
}
.cesi-privacy-address span{
  color:var(--privacy-muted);
  font-size:13px;
  line-height:1.5;
}
.cesi-privacy-footer-note{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:10px;
  padding:26px 52px;
  background:linear-gradient(135deg,#292e33,#20252a);
  color:#fff;
}
.cesi-privacy-footer-note>i{
  color:#f28888;
  font-size:28px;
}
.cesi-privacy-footer-note strong,
.cesi-privacy-footer-note span{
  display:block;
}
.cesi-privacy-footer-note strong{
  margin-bottom:3px;
  font-size:14px;
}
.cesi-privacy-footer-note span{
  color:#d5dadd;
  font-size:12px;
  line-height:1.5;
}
@media(max-width:767.98px){
  #cms.cms-id-2 #wrapper>.container{padding:14px 10px 34px!important}
  .cesi-privacy-shell{border-radius:8px}
  .cesi-privacy-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:31px 22px 26px}
  .cesi-privacy-hero-icon{width:58px;height:58px;border-radius:15px;font-size:25px}
  .cesi-privacy-hero h1{font-size:30px!important}
  .cesi-privacy-hero p{font-size:13px!important;line-height:1.55!important}
  .cesi-privacy-index{grid-template-columns:1fr;padding:16px 22px}
  .cesi-privacy-intro{padding:27px 22px 8px}
  .cesi-privacy-shell p{font-size:14px!important;line-height:1.68!important}
  .cesi-privacy-section{grid-template-columns:1fr;gap:14px;margin:0 22px;padding:28px 0}
  .cesi-privacy-section-number{width:48px;height:48px;font-size:14px}
  .cesi-privacy-section-content h2{font-size:20px!important}
  .cesi-privacy-footer-note{padding:22px}
}
@media(max-width:420px){
  .cesi-privacy-hero{grid-template-columns:1fr}
  .cesi-privacy-hero-icon{width:52px;height:52px}
  .cesi-privacy-address{align-items:flex-start;padding:15px}
}

#stores #wrapper{
  background:#eef1f0!important;
}
#stores #wrapper>.container{
  width:min(1180px,calc(100% - 28px))!important;
  max-width:1180px!important;
  padding-top:24px!important;
  padding-bottom:56px!important;
}
#stores #main,
#stores #content-wrapper,
#stores .page-content,
#stores .page-stores{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cesi-directions-shell{
  --directions-red:#c73f3f;
  --directions-red-dark:#a92737;
  --directions-ink:#202832;
  --directions-muted:#66717a;
  --directions-line:#dde2e1;
  position:relative;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:14px;
  background:#fff;
  color:var(--directions-ink);
  box-shadow:0 18px 50px rgba(29,39,45,.09);
}
.cesi-directions-shell::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:2;
  height:5px;
  background:linear-gradient(90deg,var(--directions-red-dark),var(--directions-red),#e36b6b);
  content:"";
}
.cesi-directions-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  padding:42px 52px 34px;
  border-bottom:1px solid var(--directions-line);
  background:
    radial-gradient(circle at 88% 12%,rgba(199,63,63,.10),transparent 29%),
    linear-gradient(135deg,#fff 0%,#fafbfb 100%);
}
.cesi-directions-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--directions-red),var(--directions-red-dark));
  color:#fff;
  font-size:34px;
  box-shadow:0 12px 25px rgba(169,39,55,.22);
}
.cesi-directions-eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--directions-red-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cesi-directions-hero h1{
  margin:0!important;
  color:var(--directions-ink)!important;
  font-size:38px!important;
  font-weight:750!important;
  line-height:1.08!important;
}
.cesi-directions-hero p{
  max-width:720px;
  margin:11px 0 0!important;
  color:var(--directions-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.cesi-directions-grid{
  display:grid;
  grid-template-columns:minmax(310px,370px) minmax(0,1fr);
  gap:24px;
  padding:32px 36px 36px;
  background:#f7f9f8;
}
.cesi-directions-card,
.cesi-directions-map-card{
  min-width:0;
  border:1px solid #dde2e1;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(28,40,47,.07);
}
.cesi-directions-card{
  padding:26px;
}
.cesi-directions-company{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:20px;
  border-bottom:1px solid #e5e8e7;
}
.cesi-directions-company-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:13px;
  background:#fff1f1;
  color:var(--directions-red-dark);
  font-size:20px;
}
.cesi-directions-company h2{
  margin:0 0 4px!important;
  color:var(--directions-ink)!important;
  font-size:18px!important;
  font-weight:750!important;
  line-height:1.25!important;
}
.cesi-directions-company p{
  margin:0!important;
  color:var(--directions-muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.cesi-directions-contact{
  display:grid;
  gap:0;
  margin:0;
  padding:8px 0 2px;
  font-style:normal;
}
.cesi-directions-contact-row{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:72px;
  padding:12px 4px;
  border-bottom:1px solid #edf0ef;
  color:var(--directions-ink)!important;
}
.cesi-directions-contact-row:last-child{
  border-bottom:0;
}
.cesi-directions-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f2f4f4;
  color:var(--directions-red-dark);
  font-size:15px;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.cesi-directions-contact-row strong,
.cesi-directions-contact-row span:not(.cesi-directions-contact-icon){
  display:block;
}
.cesi-directions-contact-row strong{
  margin-bottom:3px;
  color:var(--directions-ink);
  font-size:12px;
  font-weight:800;
}
.cesi-directions-contact-row span{
  color:var(--directions-muted);
  font-size:13px;
  line-height:1.5;
}
.cesi-directions-contact-link{
  transition:background .18s ease,padding .18s ease;
}
.cesi-directions-contact-link>i{
  color:#a5adaf;
  font-size:10px;
  transition:transform .18s ease,color .18s ease;
}
.cesi-directions-contact-link:hover{
  padding-right:8px;
  padding-left:8px;
  border-radius:8px;
  background:#faf3f3;
}
.cesi-directions-contact-link:hover .cesi-directions-contact-icon{
  background:var(--directions-red);
  color:#fff;
  transform:scale(1.04);
}
.cesi-directions-contact-link:hover>i{
  color:var(--directions-red-dark);
  transform:translateX(3px);
}
.cesi-directions-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin-top:18px;
}
.cesi-directions-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:0 17px;
  border-radius:7px;
  font-size:12px;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.cesi-directions-primary{
  border:1px solid var(--directions-red-dark);
  background:linear-gradient(135deg,var(--directions-red),var(--directions-red-dark));
  color:#fff!important;
  box-shadow:0 7px 16px rgba(169,39,55,.20);
}
.cesi-directions-secondary{
  border:1px solid #d6dcda;
  background:#fff;
  color:var(--directions-ink)!important;
}
.cesi-directions-actions a:hover{
  transform:translateY(-2px);
}
.cesi-directions-primary:hover{
  box-shadow:0 10px 21px rgba(169,39,55,.27);
}
.cesi-directions-secondary:hover{
  border-color:#bdc5c3;
  background:#f5f7f6;
}
.cesi-directions-note{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:17px 0 0!important;
  padding:12px 13px;
  border-left:3px solid var(--directions-red);
  border-radius:0 6px 6px 0;
  background:#fff6f6;
  color:#735057!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.cesi-directions-note i{
  margin-top:2px;
  color:var(--directions-red);
}
.cesi-directions-map-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.cesi-directions-map-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:68px;
  padding:14px 18px;
  border-bottom:1px solid #e1e5e4;
  background:#fff;
}
.cesi-directions-map-head span,
.cesi-directions-map-head strong{
  display:block;
}
.cesi-directions-map-head span{
  margin-bottom:2px;
  color:var(--directions-muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.cesi-directions-map-head strong{
  color:var(--directions-ink);
  font-size:15px;
}
.cesi-directions-map-head a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--directions-red-dark)!important;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.cesi-directions-map-head a:hover{
  color:var(--directions-red)!important;
}
.cesi-directions-map-wrap{
  position:relative;
  flex:1;
  min-height:480px;
  background:#e6e9e7;
}
.cesi-directions-map-wrap iframe{
  position:absolute;
  inset:0;
  display:block;
  width:100%!important;
  height:100%!important;
  filter:saturate(.92) contrast(1.02);
}
.cesi-directions-footer{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:22px 36px;
  background:linear-gradient(135deg,#292e33,#20252a);
  color:#fff;
}
.cesi-directions-footer-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#f28888;
  font-size:19px;
}
.cesi-directions-footer strong,
.cesi-directions-footer span:not(.cesi-directions-footer-icon){
  display:block;
}
.cesi-directions-footer strong{
  margin-bottom:3px;
  font-size:14px;
}
.cesi-directions-footer span{
  color:#d5dadd;
  font-size:12px;
  line-height:1.5;
}
.cesi-directions-footer>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:6px;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.cesi-directions-footer>a:hover{
  border-color:#fff;
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
}

.cesi-directions-hero-icon,
.cesi-directions-company-icon,
.cesi-directions-contact-row .cesi-directions-contact-icon,
.cesi-directions-footer .cesi-directions-footer-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
}
.cesi-directions-hero-icon>i,
.cesi-directions-company-icon>i,
.cesi-directions-contact-icon>i,
.cesi-directions-footer-icon>i{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1em!important;
  height:1em!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}
.cesi-directions-hero-icon>i::before,
.cesi-directions-company-icon>i::before,
.cesi-directions-contact-icon>i::before,
.cesi-directions-footer-icon>i::before{
  display:block!important;
  line-height:1!important;
}

@media(max-width:900px){
  .cesi-directions-grid{grid-template-columns:1fr}
  .cesi-directions-map-wrap{min-height:420px}
}
@media(max-width:767.98px){
  #stores #wrapper>.container{width:100%!important;padding:14px 10px 34px!important}
  .cesi-directions-shell{border-radius:8px}
  .cesi-directions-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:31px 22px 26px}
  .cesi-directions-hero-icon{width:58px;height:58px;border-radius:15px;font-size:25px}
  .cesi-directions-hero h1{font-size:30px!important}
  .cesi-directions-hero p{font-size:13px!important;line-height:1.55!important}
  .cesi-directions-grid{gap:15px;padding:18px}
  .cesi-directions-card{padding:20px}
  .cesi-directions-map-wrap{min-height:360px}
  .cesi-directions-footer{grid-template-columns:42px minmax(0,1fr);padding:21px 22px}
  .cesi-directions-footer>a{grid-column:1/-1;justify-content:center}
}
@media(max-width:480px){
  .cesi-directions-hero{grid-template-columns:1fr}
  .cesi-directions-hero-icon{width:52px;height:52px}
  .cesi-directions-grid{padding:12px}
  .cesi-directions-card{padding:17px}
  .cesi-directions-company{align-items:flex-start}
  .cesi-directions-actions{grid-template-columns:1fr}
  .cesi-directions-map-head{align-items:flex-start;flex-direction:column;gap:8px}
  .cesi-directions-map-wrap{min-height:310px}
  .cesi-directions-contact-row{grid-template-columns:40px minmax(0,1fr) auto}
}

#cms.cms-id-3 #wrapper>.container,
body.cms-id-3 #wrapper>.container{
  width:min(1180px,calc(100% - 34px))!important;
  max-width:none!important;
  padding:24px 0 48px!important;
}
.cesi-terms-page{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cesi-terms-shell{
  --terms-red:#c73f3f;
  --terms-red-dark:#a92737;
  --terms-red-soft:#fff2f2;
  --terms-ink:#202832;
  --terms-muted:#68727a;
  --terms-line:#dde3e1;
  position:relative;
  overflow:hidden;
  border:1px solid #d6dcda;
  border-radius:11px;
  background:#f6f8f7;
  color:var(--terms-ink);
  box-shadow:0 16px 38px rgba(32,40,50,.10);
}
.cesi-terms-shell::before{
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:linear-gradient(90deg,var(--terms-red-dark),var(--terms-red),#ef8b8b);
  content:"";
}
.cesi-terms-shell *{box-sizing:border-box}
.cesi-terms-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:23px;
  padding:43px 48px 37px;
  border-bottom:1px solid var(--terms-line);
  background:
    radial-gradient(circle at 92% 15%,rgba(199,63,63,.10),transparent 29%),
    linear-gradient(135deg,#fff,#fafbfb);
}
.cesi-terms-hero-icon,
.cesi-terms-summary-icon,
.cesi-terms-company-card>span,
.cesi-terms-mini-grid>article>span,
.cesi-terms-footer-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
}
.cesi-terms-hero-icon{
  width:76px;
  height:76px;
  border-radius:21px;
  background:linear-gradient(145deg,var(--terms-red),var(--terms-red-dark));
  color:#fff;
  font-size:31px;
  box-shadow:0 13px 27px rgba(169,39,55,.24);
}
.cesi-terms-hero-icon>i,
.cesi-terms-summary-icon>i,
.cesi-terms-company-card>span>i,
.cesi-terms-mini-grid>article>span>i,
.cesi-terms-footer-icon>i{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1em!important;
  height:1em!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}
.cesi-terms-eyebrow,
.cesi-terms-kicker{
  display:block;
  color:var(--terms-red-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cesi-terms-hero h1{
  margin:5px 0 9px!important;
  color:var(--terms-ink)!important;
  font-size:39px!important;
  font-weight:800!important;
  letter-spacing:-.035em;
  line-height:1.05!important;
  text-transform:none!important;
}
.cesi-terms-hero p{
  max-width:760px;
  margin:0!important;
  color:var(--terms-muted)!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.cesi-terms-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  border-bottom:1px solid var(--terms-line);
  background:var(--terms-line);
}
.cesi-terms-summary article{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:90px;
  padding:18px 24px;
  background:#fff;
}
.cesi-terms-summary-icon{
  width:44px;
  height:44px;
  border-radius:13px;
  background:var(--terms-red-soft);
  color:var(--terms-red-dark);
  font-size:18px;
}
.cesi-terms-summary strong,
.cesi-terms-summary span:not(.cesi-terms-summary-icon){display:block}
.cesi-terms-summary strong{margin-bottom:3px;color:var(--terms-ink);font-size:12px}
.cesi-terms-summary span:not(.cesi-terms-summary-icon){color:var(--terms-muted);font-size:10px;line-height:1.45}
.cesi-terms-index{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
  padding:18px 22px;
  border-bottom:1px solid var(--terms-line);
  background:#f0f3f2;
}
.cesi-terms-index a{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  min-height:42px;
  padding:7px 10px;
  border:1px solid #d9dfdd;
  border-radius:7px;
  background:#fff;
  color:#4e5961!important;
  font-size:9px;
  font-weight:800;
  line-height:1.25;
  transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.cesi-terms-index a span{
  flex:0 0 auto;
  color:var(--terms-red-dark);
  font-size:10px;
  font-weight:900;
}
.cesi-terms-index a:hover{
  border-color:#e6a0a0;
  color:var(--terms-red-dark)!important;
  box-shadow:0 7px 16px rgba(32,40,50,.07);
  transform:translateY(-2px);
}
.cesi-terms-content{display:grid;gap:17px;padding:24px}
.cesi-terms-section{
  scroll-margin-top:90px;
  overflow:hidden;
  border:1px solid var(--terms-line);
  border-radius:9px;
  background:#fff;
  box-shadow:0 5px 15px rgba(32,40,50,.04);
}
.cesi-terms-section-head{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-items:center;
  gap:15px;
  padding:20px 25px;
  border-bottom:1px solid #e3e7e5;
  background:linear-gradient(135deg,#fff,#fafbfb);
}
.cesi-terms-number{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:15px;
  background:var(--terms-red-soft);
  color:var(--terms-red-dark);
  font-size:15px;
  font-weight:900;
}
.cesi-terms-section h2{
  margin:3px 0 0!important;
  color:var(--terms-ink)!important;
  font-size:22px!important;
  font-weight:800!important;
  letter-spacing:-.018em;
  line-height:1.15!important;
  text-transform:none!important;
}
.cesi-terms-section-body{padding:25px 28px}
.cesi-terms-section-body p{
  margin:0 0 16px!important;
  color:#313a42!important;
  font-size:13px!important;
  line-height:1.75!important;
  text-align:left!important;
}
.cesi-terms-section-body p:last-child{margin-bottom:0!important}
.cesi-terms-section-body strong{color:var(--terms-ink)}
.cesi-terms-section-featured{border-top:3px solid var(--terms-red)}
.cesi-terms-company-card{
  display:grid;
  grid-template-columns:47px minmax(0,1fr);
  align-items:center;
  gap:13px;
  max-width:520px;
  margin-top:20px;
  padding:16px;
  border:1px solid #f0cece;
  border-radius:8px;
  background:#fff8f8;
}
.cesi-terms-company-card>span{
  width:45px;
  height:45px;
  border-radius:50%;
  background:#fff;
  color:var(--terms-red-dark);
  font-size:17px;
  box-shadow:0 5px 13px rgba(32,40,50,.08);
}
.cesi-terms-company-card strong,
.cesi-terms-company-card small,
.cesi-terms-company-card a{display:block}
.cesi-terms-company-card strong{margin-bottom:2px;font-size:13px}
.cesi-terms-company-card small{margin-bottom:2px;color:var(--terms-muted);font-size:10px}
.cesi-terms-company-card a{color:var(--terms-red-dark)!important;font-size:10px;font-weight:800}
.cesi-terms-check-list,
.cesi-terms-exceptions{display:grid;gap:9px;margin:5px 0 21px!important;padding:0!important;list-style:none!important}
.cesi-terms-check-list li{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  align-items:start;
  gap:9px;
  padding:12px 14px;
  border:1px solid #ecefed;
  border-radius:7px;
  background:#fafbfb;
  color:#39434a;
  font-size:12px;
  line-height:1.55;
}
.cesi-terms-check-list i{margin-top:3px;color:var(--terms-red);text-align:center}
.cesi-terms-returns{border-top:3px solid #d4912a}
.cesi-terms-deadline{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  align-items:center;
  gap:18px;
  margin-bottom:22px;
  padding:18px 20px;
  border:1px solid #efd8b0;
  border-radius:9px;
  background:#fffaf1;
}
.cesi-terms-deadline>span{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:4px;
  min-height:62px;
  border-right:1px solid #ecd7b4;
  color:#946014;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.cesi-terms-deadline>span strong{font-size:35px;line-height:1}
.cesi-terms-deadline p{margin:0!important;color:#5a492c!important;font-size:12px!important}
.cesi-terms-section-body h3{
  margin:24px 0 12px!important;
  color:var(--terms-ink)!important;
  font-size:15px!important;
  font-weight:800!important;
  text-transform:none!important;
}
.cesi-terms-exceptions{counter-reset:exceptions;grid-template-columns:repeat(2,minmax(0,1fr))}
.cesi-terms-exceptions li{
  position:relative;
  min-height:100%;
  padding:14px 14px 14px 44px;
  border:1px solid #e8ecea;
  border-radius:8px;
  background:#fafbfb;
  color:#465058;
  font-size:11px;
  line-height:1.55;
}
.cesi-terms-exceptions li::before{
  position:absolute;
  top:13px;
  left:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#f8e5e5;
  color:var(--terms-red-dark);
  font-size:9px;
  font-weight:900;
  counter-increment:exceptions;
  content:counter(exceptions);
}
.cesi-terms-process{display:grid;gap:11px;margin:24px 0 20px}
.cesi-terms-process article{
  display:grid;
  grid-template-columns:35px minmax(0,1fr);
  gap:13px;
  padding:15px 16px;
  border-left:3px solid var(--terms-red);
  border-radius:0 7px 7px 0;
  background:#f8f9f9;
}
.cesi-terms-process article>span{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--terms-red);
  color:#fff;
  font-size:11px;
  font-weight:900;
}
.cesi-terms-process strong{display:block;margin:1px 0 3px;font-size:12px}
.cesi-terms-process p{margin:0!important;color:#546067!important;font-size:11px!important;line-height:1.6!important}
.cesi-terms-notice{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  padding:16px!important;
  border:1px solid #efcece;
  border-radius:8px;
  background:#fff5f5;
}
.cesi-terms-notice i{margin-top:3px;color:var(--terms-red-dark);font-size:18px;text-align:center}
.cesi-terms-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.cesi-terms-mini-grid>article{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:start;
  gap:12px;
  min-width:0;
  padding:17px;
  border:1px solid #e7ebe9;
  border-radius:8px;
  background:#fafbfb;
}
.cesi-terms-mini-grid>article>span{
  width:40px;
  height:40px;
  border-radius:12px;
  background:#fff;
  color:var(--terms-red-dark);
  font-size:16px;
  box-shadow:0 4px 11px rgba(32,40,50,.07);
}
.cesi-terms-mini-grid h3{margin:0 0 7px!important;font-size:13px!important}
.cesi-terms-mini-grid p{margin:0!important;color:#59636a!important;font-size:10px!important;line-height:1.62!important}
.cesi-terms-footer{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  padding:22px 36px;
  background:linear-gradient(135deg,#292e33,#20252a);
  color:#fff;
}
.cesi-terms-footer-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#ef8585;
  font-size:19px;
}
.cesi-terms-footer strong,
.cesi-terms-footer span:not(.cesi-terms-footer-icon){display:block}
.cesi-terms-footer strong{margin-bottom:3px;font-size:14px}
.cesi-terms-footer span{color:#d5dadd;font-size:12px;line-height:1.5}
.cesi-terms-footer>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:6px;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.cesi-terms-footer>a:hover{border-color:#fff;background:rgba(255,255,255,.08);transform:translateY(-1px)}
@media(max-width:1050px){
  .cesi-terms-index{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:767.98px){
  #cms.cms-id-3 #wrapper>.container,body.cms-id-3 #wrapper>.container{width:100%!important;padding:14px 10px 34px!important}
  .cesi-terms-shell{border-radius:8px}
  .cesi-terms-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:31px 22px 26px}
  .cesi-terms-hero-icon{width:58px;height:58px;border-radius:15px;font-size:25px}
  .cesi-terms-hero h1{font-size:30px!important}
  .cesi-terms-summary{grid-template-columns:1fr}
  .cesi-terms-index{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}
  .cesi-terms-content{padding:15px}
  .cesi-terms-section-head{padding:18px}
  .cesi-terms-section-body{padding:20px}
  .cesi-terms-exceptions,.cesi-terms-mini-grid{grid-template-columns:1fr}
  .cesi-terms-footer{grid-template-columns:42px minmax(0,1fr);padding:21px 22px}
  .cesi-terms-footer>a{grid-column:1/-1;justify-content:center}
}
@media(max-width:480px){
  .cesi-terms-hero{grid-template-columns:1fr}
  .cesi-terms-hero-icon{width:52px;height:52px}
  .cesi-terms-index{grid-template-columns:1fr}
  .cesi-terms-section-head{grid-template-columns:44px minmax(0,1fr);gap:11px;padding:15px}
  .cesi-terms-number{width:42px;height:42px;border-radius:12px;font-size:13px}
  .cesi-terms-section h2{font-size:18px!important}
  .cesi-terms-section-body{padding:17px}
  .cesi-terms-deadline{grid-template-columns:1fr}
  .cesi-terms-deadline>span{border-right:0;border-bottom:1px solid #ecd7b4;padding-bottom:12px}
  .cesi-terms-mini-grid>article{grid-template-columns:38px minmax(0,1fr);padding:14px}
  .cesi-terms-mini-grid>article>span{width:36px;height:36px}
}

#cms .page-content.cesi-cookies-page,
#cms .page-cms.cesi-cookies-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#cms .page-cms.cesi-cookies-page{
  background:transparent!important;
}
.cesi-cookies-shell{
  --cookies-red:#c73f3f;
  --cookies-red-dark:#a92737;
  --cookies-ink:#202832;
  --cookies-muted:#66717a;
  --cookies-line:#dde2e1;
  position:relative;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:14px;
  background:#fff;
  color:var(--cookies-ink);
  box-shadow:0 18px 50px rgba(29,39,45,.09);
}
.cesi-cookies-shell::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:2;
  height:5px;
  background:linear-gradient(90deg,var(--cookies-red-dark),var(--cookies-red),#e36b6b);
  content:"";
}
.cesi-cookies-shell *{box-sizing:border-box}
.cesi-cookies-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  padding:42px 52px 34px;
  border-bottom:1px solid var(--cookies-line);
  background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
}
.cesi-cookies-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--cookies-red),var(--cookies-red-dark));
  color:#fff;
  font-size:34px;
  box-shadow:0 12px 25px rgba(169,39,55,.22);
}
.cesi-cookies-eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--cookies-red-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cesi-cookies-hero h1{
  margin:0!important;
  color:var(--cookies-ink)!important;
  font-size:38px!important;
  font-weight:750!important;
  line-height:1.08!important;
}
.cesi-cookies-hero p{
  max-width:760px;
  margin:11px 0 0!important;
  color:var(--cookies-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.cesi-cookies-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:24px 52px;
  border-bottom:1px solid var(--cookies-line);
  background:#fcfcfc;
}
.cesi-cookies-summary article{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px;
  border:1px solid #e3e6e6;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 14px rgba(29,39,45,.04);
}
.cesi-cookies-summary-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff4f4;
  color:var(--cookies-red-dark);
  font-size:18px;
}
.cesi-cookies-summary-icon i{display:block;line-height:1!important;margin:0!important;position:static!important;transform:none!important;text-align:center;width:1em;height:1em}

.cesi-cookies-summary article > div,
.cesi-cookies-hero-copy,
.cesi-cookies-footer > div{
  min-width:0;
}
.cesi-cookies-summary article{
  align-items:center;
}
.cesi-cookies-summary-icon,
.cesi-cookies-hero-icon,
.cesi-cookies-footer-icon{
  position:relative;
  overflow:hidden;
  line-height:1!important;
}
.cesi-cookies-summary-icon i,
.cesi-cookies-hero-icon i,
.cesi-cookies-footer-icon i{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  line-height:1!important;
  position:static!important;
  transform:none!important;
  text-align:center!important;
}
.cesi-cookies-summary-icon i::before,
.cesi-cookies-hero-icon i::before,
.cesi-cookies-footer-icon i::before{
  position:static!important;
  display:block!important;
  line-height:1!important;
  margin:0!important;
}
.cesi-cookies-summary strong,
.cesi-cookies-summary article > div span{
  display:block;
}
.cesi-cookies-summary article > div > span:last-child{
  color:var(--cookies-muted);
  font-size:12px;
  line-height:1.55;
}
.cesi-cookies-summary-icon{
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff4f4;
  color:var(--cookies-red-dark);
  font-size:16px;
}

.cesi-cookies-summary strong,
.cesi-cookies-summary article > div span{display:block}
.cesi-cookies-summary strong{
  margin-bottom:4px;
  color:var(--cookies-ink);
  font-size:14px;
}
.cesi-cookies-summary article > div span{
  color:var(--cookies-muted);
  font-size:12px;
  line-height:1.55;
}
.cesi-cookies-index{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  padding:22px 52px;
  border-bottom:1px solid var(--cookies-line);
  background:#fff;
}
.cesi-cookies-index a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 14px;
  border:1px solid #e0e4e3;
  border-radius:9px;
  background:#fafbfb;
  color:#313a43!important;
  font-size:12px;
  font-weight:700;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}
.cesi-cookies-index a span{
  color:var(--cookies-red);
  font-size:11px;
  font-weight:900;
}
.cesi-cookies-index a:hover,
.cesi-cookies-index a:focus{
  border-color:rgba(199,63,63,.45);
  color:var(--cookies-red-dark)!important;
  box-shadow:0 7px 18px rgba(30,42,49,.08);
  transform:translateY(-2px);
}
.cesi-cookies-content{padding:0 52px 10px}
.cesi-cookies-intro{padding:34px 0 8px}
.cesi-cookies-intro p,
.cesi-cookies-section-body p{
  margin:0 0 16px!important;
  color:#333d45!important;
  font-size:15px!important;
  line-height:1.76!important;
  text-align:left!important;
}
.cesi-cookies-highlight{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin-top:22px!important;
  padding:15px 17px;
  border-left:4px solid var(--cookies-red);
  border-radius:0 7px 7px 0;
  background:#fff6f6;
  color:#4f2b30!important;
  font-weight:700;
}
.cesi-cookies-highlight i{margin-top:4px;color:var(--cookies-red)}
.cesi-cookies-section{
  margin:0;
  padding:34px 0;
  border-top:1px solid var(--cookies-line);
  scroll-margin-top:90px;
}
.cesi-cookies-section-head{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:24px;
  align-items:start;
  margin-bottom:24px;
}
.cesi-cookies-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:1px solid rgba(199,63,63,.25);
  border-radius:50%;
  background:#fff7f7;
  color:var(--cookies-red-dark);
  font-size:16px;
  font-weight:900;
  letter-spacing:.04em;
}
.cesi-cookies-kicker{
  display:block;
  margin-top:5px;
  margin-bottom:6px;
  color:var(--cookies-red-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cesi-cookies-section-head h2{
  position:relative;
  margin:0!important;
  padding-bottom:12px;
  color:var(--cookies-ink)!important;
  font-size:26px!important;
  font-weight:750!important;
  line-height:1.2!important;
}
.cesi-cookies-section-head h2::after{
  position:absolute;
  bottom:0;
  left:0;
  width:52px;
  height:3px;
  border-radius:3px;
  background:var(--cookies-red);
  content:"";
}
.cesi-cookies-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:18px 0 22px;
}
.cesi-cookies-card{
  padding:20px;
  border:1px solid #e2e5e5;
  border-radius:12px;
  background:#fbfbfb;
}
.cesi-cookies-card h3{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px!important;
  color:var(--cookies-ink)!important;
  font-size:18px!important;
  font-weight:750!important;
}
.cesi-cookies-card h3 i{color:var(--cookies-red-dark)}
.cesi-cookies-card p{margin:0!important;font-size:14px!important;line-height:1.7!important}
.cesi-cookies-purpose-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.cesi-cookies-purpose-list li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border:1px solid #e6e9e8;
  border-radius:10px;
  background:#fff;
}
.cesi-cookies-purpose-list i{
  margin-top:3px;
  color:var(--cookies-red-dark);
  font-size:15px;
}
.cesi-cookies-purpose-list span{display:block;color:#333d45;font-size:14px;line-height:1.7}
.cesi-cookies-browser-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:18px 0 20px;
}
.cesi-cookies-browser-grid a,
.cesi-cookies-tools a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:1px solid #e0e4e3;
  border-radius:10px;
  background:#fff;
  color:#2f3941!important;
  font-size:14px;
  font-weight:700;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;
}
.cesi-cookies-browser-grid a i,
.cesi-cookies-tools a i{color:var(--cookies-red-dark);font-size:18px}
.cesi-cookies-browser-grid a:hover,
.cesi-cookies-browser-grid a:focus,
.cesi-cookies-tools a:hover,
.cesi-cookies-tools a:focus{
  border-color:rgba(199,63,63,.45);
  color:var(--cookies-red-dark)!important;
  box-shadow:0 8px 18px rgba(30,42,49,.08);
  transform:translateY(-2px);
}
.cesi-cookies-tools{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.cesi-cookies-table-wrap{
  overflow-x:auto;
  border:1px solid #e0e4e3;
  border-radius:12px;
  background:#fff;
}
.cesi-cookies-table{
  width:100%;
  border-collapse:collapse;
}
.cesi-cookies-table thead th{
  padding:14px 16px;
  background:#f7f8f8;
  color:var(--cookies-ink);
  font-size:13px;
  font-weight:800;
  text-align:left;
  border-bottom:1px solid #e0e4e3;
}
.cesi-cookies-table tbody td{
  padding:14px 16px;
  color:#334049;
  font-size:14px;
  line-height:1.6;
  vertical-align:top;
  border-bottom:1px solid #edf0ef;
}
.cesi-cookies-table tbody tr:last-child td{border-bottom:0}
.cesi-cookies-table code{
  display:inline-block;
  padding:3px 8px;
  border-radius:999px;
  background:#fff4f4;
  color:var(--cookies-red-dark);
  font-size:12px;
  font-weight:800;
}
.cesi-cookies-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.cesi-cookies-actions article{
  display:flex;
  gap:14px;
  padding:20px;
  border:1px solid #e2e5e5;
  border-radius:12px;
  background:#fbfbfb;
}
.cesi-cookies-actions span{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff4f4;
  color:var(--cookies-red-dark);
  font-size:16px;
}
.cesi-cookies-actions strong,
.cesi-cookies-actions p{display:block}
.cesi-cookies-actions strong{margin-bottom:6px;color:var(--cookies-ink);font-size:15px}
.cesi-cookies-actions p{margin:0!important;font-size:13px!important;line-height:1.65!important}
.cesi-cookies-footer{
  display:flex;
  align-items:center;
  gap:16px;
  padding:26px 36px;
  background:linear-gradient(135deg,#292e33,#20252a);
  color:#fff;
}
.cesi-cookies-footer-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#f0a1a1;
  font-size:22px;
}
.cesi-cookies-footer strong,
.cesi-cookies-footer span{display:block}
.cesi-cookies-footer strong{margin-bottom:4px;font-size:14px}
.cesi-cookies-footer span{color:#d5dadd;font-size:12px;line-height:1.6}
.cesi-cookies-footer a{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  color:#fff!important;
  font-size:13px;
  font-weight:700;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.cesi-cookies-footer a:hover,
.cesi-cookies-footer a:focus{
  border-color:rgba(255,255,255,.32);
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
}
@media(max-width:991.98px){
  .cesi-cookies-summary,
  .cesi-cookies-index,
  .cesi-cookies-actions{grid-template-columns:1fr 1fr}
}
@media(max-width:767.98px){
  .cesi-cookies-shell{border-radius:8px}
  .cesi-cookies-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:31px 22px 26px}
  .cesi-cookies-hero-icon{width:58px;height:58px;border-radius:15px;font-size:25px}
  .cesi-cookies-hero h1{font-size:30px!important}
  .cesi-cookies-hero p{font-size:13px!important;line-height:1.55!important}
  .cesi-cookies-summary,
  .cesi-cookies-index{grid-template-columns:1fr;padding:16px 22px}
  .cesi-cookies-content{padding:0 22px 10px}
  .cesi-cookies-intro{padding:27px 0 8px}
  .cesi-cookies-intro p,
  .cesi-cookies-section-body p{font-size:14px!important;line-height:1.68!important}
  .cesi-cookies-section{padding:28px 0}
  .cesi-cookies-section-head{grid-template-columns:1fr;gap:14px}
  .cesi-cookies-number{width:48px;height:48px;font-size:14px}
  .cesi-cookies-section-head h2{font-size:22px!important}
  .cesi-cookies-card-grid,
  .cesi-cookies-browser-grid,
  .cesi-cookies-tools,
  .cesi-cookies-actions{grid-template-columns:1fr}
  .cesi-cookies-footer{flex-wrap:wrap;padding:22px}
  .cesi-cookies-footer a{margin-left:0}
}
@media(max-width:420px){
  .cesi-cookies-hero{grid-template-columns:1fr}
  .cesi-cookies-hero-icon{width:52px;height:52px}
}

#cookies #wrapper,
body.page-cookies #wrapper{
  background:#eef1f0!important;
}
#cookies #wrapper>.container,
body.page-cookies #wrapper>.container{
  width:min(1180px,calc(100% - 28px))!important;
  max-width:1180px!important;
  padding-top:24px!important;
  padding-bottom:56px!important;
}
#cookies #main .page-header,
body.page-cookies #main .page-header{
  display:none!important;
}
#cookies #main,
#cookies #content-wrapper,
body.page-cookies #main,
body.page-cookies #content-wrapper{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
@media(max-width:767.98px){
  #cookies #wrapper>.container,
  body.page-cookies #wrapper>.container{
    width:100%!important;
    padding:14px 10px 34px!important;
  }
}

#manufacturer #wrapper{
  background:#eef1f0!important;
}
#manufacturer #wrapper>.container{
  width:min(1220px,calc(100% - 28px))!important;
  max-width:1220px!important;
  padding-top:22px!important;
  padding-bottom:58px!important;
}
#manufacturer .cesi-manufacturers-page,
#manufacturer .cesi-manufacturers-page #main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.cesi-manufacturers-shell{
  --brand-red:#c73f3f;
  --brand-red-dark:#a92737;
  --brand-ink:#202832;
  --brand-muted:#66717a;
  --brand-line:#dde2e1;
  position:relative;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:14px;
  background:#fff;
  color:var(--brand-ink);
  box-shadow:0 18px 50px rgba(29,39,45,.09);
}
.cesi-manufacturers-shell::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:2;
  height:5px;
  background:linear-gradient(90deg,var(--brand-red-dark),var(--brand-red),#e36b6b);
  content:"";
}
.cesi-manufacturers-shell *{box-sizing:border-box}
.cesi-manufacturers-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  padding:42px 52px 34px;
  border-bottom:1px solid var(--brand-line);
  background:
    radial-gradient(circle at 88% 15%,rgba(199,63,63,.10),transparent 29%),
    linear-gradient(135deg,#fff 0%,#fafbfb 100%);
}
.cesi-manufacturers-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--brand-red),var(--brand-red-dark));
  color:#fff;
  font-size:32px;
  box-shadow:0 12px 25px rgba(169,39,55,.22);
}
.cesi-manufacturers-eyebrow{
  display:block;
  margin-bottom:4px;
  color:var(--brand-red-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cesi-manufacturers-hero h1{
  margin:0!important;
  color:var(--brand-ink)!important;
  font-size:38px!important;
  font-weight:750!important;
  line-height:1.08!important;
}
.cesi-manufacturers-hero p{
  max-width:790px;
  margin:11px 0 0!important;
  color:var(--brand-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.cesi-manufacturers-tools{
  display:flex;
  align-items:center;
  gap:20px;
  padding:24px 52px 18px;
  background:#f8f9f9;
}
.cesi-manufacturers-search{
  position:relative;
  display:flex;
  align-items:center;
  flex:1 1 520px;
  max-width:680px;
  margin:0;
}
.cesi-manufacturers-search>i{
  position:absolute;
  left:17px;
  z-index:1;
  color:#7a858d;
  font-size:15px;
}
.cesi-manufacturers-search input{
  width:100%;
  height:50px;
  padding:0 50px 0 46px;
  border:1px solid #d8dddc;
  border-radius:11px;
  outline:0;
  background:#fff;
  color:var(--brand-ink);
  font-size:14px;
  box-shadow:0 5px 14px rgba(29,39,45,.04);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.cesi-manufacturers-search input:focus{
  border-color:rgba(199,63,63,.65);
  box-shadow:0 0 0 4px rgba(199,63,63,.10),0 8px 22px rgba(29,39,45,.07);
}
.cesi-manufacturers-search button{
  position:absolute;
  right:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:8px;
  background:#f2f4f3;
  color:#66717a;
  cursor:pointer;
}
.cesi-manufacturers-counter{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
  color:var(--brand-muted);
  white-space:nowrap;
}
.cesi-manufacturers-counter strong{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:38px;
  padding:0 11px;
  border-radius:999px;
  background:#fff2f2;
  color:var(--brand-red-dark);
  font-size:16px;
  box-shadow:inset 0 0 0 1px rgba(199,63,63,.16);
}
.cesi-manufacturers-counter span{font-size:13px;font-weight:700}
.cesi-manufacturers-alphabet{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:0 52px 24px;
  border-bottom:1px solid var(--brand-line);
  background:#f8f9f9;
}
.cesi-manufacturers-alphabet button{
  min-width:34px;
  height:34px;
  padding:0 10px;
  border:1px solid #dce1df;
  border-radius:8px;
  background:#fff;
  color:#4c5861;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;
}
.cesi-manufacturers-alphabet button:hover,
.cesi-manufacturers-alphabet button:focus,
.cesi-manufacturers-alphabet button.is-active{
  border-color:var(--brand-red-dark);
  background:var(--brand-red-dark);
  color:#fff;
  box-shadow:0 5px 12px rgba(169,39,55,.18);
  transform:translateY(-1px);
}
.cesi-manufacturers-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  padding:32px 52px 44px;
  background:#fff;
}
.cesi-manufacturer-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:190px;
  overflow:hidden;
  border:1px solid #e0e4e3;
  border-radius:12px;
  background:#fff;
  color:var(--brand-ink)!important;
  text-decoration:none!important;
  box-shadow:0 5px 16px rgba(29,39,45,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.cesi-manufacturer-card:hover,
.cesi-manufacturer-card:focus{
  border-color:rgba(199,63,63,.48);
  color:var(--brand-ink)!important;
  box-shadow:0 15px 28px rgba(29,39,45,.12);
  transform:translateY(-5px);
}
.cesi-manufacturer-card[hidden]{display:none!important}
.cesi-manufacturer-logo-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:140px;
  padding:24px 20px;
  overflow:hidden;
  border-bottom:1px solid #edf0ef;
  background:
    linear-gradient(45deg,rgba(241,243,242,.42) 25%,transparent 25%,transparent 75%,rgba(241,243,242,.42) 75%),
    linear-gradient(45deg,rgba(241,243,242,.42) 25%,#fff 25%,#fff 75%,rgba(241,243,242,.42) 75%);
  background-position:0 0,6px 6px;
  background-size:12px 12px;
}
.cesi-manufacturer-logo-wrap img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:88px;
  margin:auto;
  object-fit:contain;
  object-position:center center;
  opacity:0;
  filter:saturate(.96) contrast(1.03);
  transition:opacity .2s ease,transform .2s ease,filter .2s ease;
}
.cesi-manufacturer-card.is-image-loaded .cesi-manufacturer-logo-wrap img{opacity:1}
.cesi-manufacturer-card:hover .cesi-manufacturer-logo-wrap img{filter:saturate(1.08) contrast(1.04);transform:scale(1.035)}
.cesi-manufacturer-logo-fallback{
  position:absolute;
  inset:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#8b959c;
  text-align:center;
}
.cesi-manufacturer-logo-fallback i{font-size:25px;color:#b6bdc1}
.cesi-manufacturer-logo-fallback strong{font-size:12px;line-height:1.3}
.cesi-manufacturer-card.is-image-loaded .cesi-manufacturer-logo-fallback{display:none}
.cesi-manufacturer-card.is-image-error .cesi-manufacturer-logo-wrap img{display:none}
.cesi-manufacturer-card-footer{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  gap:5px;
  padding:13px 15px 14px;
  background:#fff;
}
.cesi-manufacturer-card-footer>strong{
  overflow:hidden;
  color:#27313a;
  font-size:13px;
  font-weight:800;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.cesi-manufacturer-card-action{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:auto;
  color:#7a858d;
  font-size:11px;
  font-weight:700;
  transition:color .18s ease;
}
.cesi-manufacturer-card:hover .cesi-manufacturer-card-action{color:var(--brand-red-dark)}
.cesi-manufacturer-card-action i{font-size:9px;transition:transform .18s ease}
.cesi-manufacturer-card:hover .cesi-manufacturer-card-action i{transform:translateX(3px)}
.cesi-manufacturer-product-count{
  position:absolute;
  top:9px;
  right:9px;
  z-index:2;
  padding:4px 8px;
  border:1px solid rgba(199,63,63,.18);
  border-radius:999px;
  background:rgba(255,248,248,.96);
  color:var(--brand-red-dark);
  font-size:9px;
  font-weight:800;
  box-shadow:0 3px 9px rgba(29,39,45,.07);
}
.cesi-manufacturers-empty{
  padding:58px 30px 70px;
  color:var(--brand-muted);
  text-align:center;
}
.cesi-manufacturers-empty>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  margin:0 auto 17px;
  border-radius:50%;
  background:#fff3f3;
  color:var(--brand-red-dark);
  font-size:23px;
}
.cesi-manufacturers-empty h2{margin:0 0 8px!important;color:var(--brand-ink)!important;font-size:21px!important}
.cesi-manufacturers-empty p{margin:0 0 19px!important;font-size:14px!important}
.cesi-manufacturers-empty button{
  padding:11px 17px;
  border:0;
  border-radius:9px;
  background:var(--brand-red-dark);
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.cesi-manufacturers-footer{
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px 36px;
  background:linear-gradient(135deg,#292e33,#20252a);
  color:#fff;
}
.cesi-manufacturers-footer-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#f0a1a1;
  font-size:20px;
}
.cesi-manufacturers-footer strong,
.cesi-manufacturers-footer span{display:block}
.cesi-manufacturers-footer strong{margin-bottom:3px;font-size:14px}
.cesi-manufacturers-footer span{color:#d5dadd;font-size:12px;line-height:1.55}
@media(max-width:1199.98px){
  .cesi-manufacturers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:991.98px){
  .cesi-manufacturers-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-right:28px;padding-left:28px}
  .cesi-manufacturers-tools,.cesi-manufacturers-alphabet{padding-right:28px;padding-left:28px}
  .cesi-manufacturers-hero{padding-right:28px;padding-left:28px}
}
@media(max-width:767.98px){
  #manufacturer #wrapper>.container{width:calc(100% - 20px)!important;padding-top:14px!important;padding-bottom:36px!important}
  .cesi-manufacturers-shell{border-radius:8px}
  .cesi-manufacturers-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:31px 22px 26px}
  .cesi-manufacturers-hero-icon{width:58px;height:58px;border-radius:15px;font-size:25px}
  .cesi-manufacturers-hero h1{font-size:30px!important}
  .cesi-manufacturers-hero p{font-size:13px!important;line-height:1.55!important}
  .cesi-manufacturers-tools{align-items:stretch;flex-direction:column;padding:18px 22px 14px}
  .cesi-manufacturers-search{flex:0 0 auto;max-width:none}
  .cesi-manufacturers-counter{margin-left:0}
  .cesi-manufacturers-alphabet{padding:0 22px 18px}
  .cesi-manufacturers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px}
  .cesi-manufacturer-card{min-height:168px}
  .cesi-manufacturer-logo-wrap{height:120px;padding:18px 14px}
  .cesi-manufacturer-card-footer{padding:11px 12px 12px}
  .cesi-manufacturers-footer{padding:22px}
}
@media(max-width:420px){
  .cesi-manufacturers-hero{grid-template-columns:1fr}
  .cesi-manufacturers-hero-icon{width:52px;height:52px}
  .cesi-manufacturers-grid{grid-template-columns:1fr 1fr;padding:16px;gap:10px}
  .cesi-manufacturer-logo-wrap{height:104px;padding:16px 12px}
  .cesi-manufacturer-card-footer>strong{font-size:12px}
  .cesi-manufacturer-card-action{font-size:10px}
  .cesi-manufacturers-footer{align-items:flex-start}
}

.cesi-search-top-group{padding:0!important;border-bottom:1px solid #e2e6e5;background:#fff}
.cesi-search-top-family{display:flex!important;align-items:center;gap:8px;padding:10px 12px!important;background:#f4f6f5;color:#20262a!important;font-weight:800!important}
.cesi-search-top-family i{width:18px;color:var(--cesi-red-dark);text-align:center}
.cesi-search-top-children{padding:4px 10px 8px}
.cesi-search-family-row{padding:5px 0;border-bottom:1px solid #edf0ef}
.cesi-search-family-row:last-child{border-bottom:0}
.cesi-search-family-row>.cesi-search-family{padding:4px 0!important;font-weight:700!important}
.cesi-search-family-row>div{display:flex;flex-wrap:wrap;gap:1px 9px;padding:1px 0 3px}
.cesi-search-family-row>div a{display:inline-block!important;padding:3px 0!important;border:0!important;font-size:11px!important;color:#687078!important}
.cesi-search-family-row>div a::before{content:'›';margin-right:4px;color:var(--cesi-red)}
.cesi-mega-view-all{display:inline-flex!important;align-items:center;gap:7px;margin:0 0 12px;padding:7px 10px!important;border:1px solid #e1e5e4!important;border-radius:5px;background:#fff;color:var(--cesi-red-dark)!important;font-weight:700!important}
.cesi-mega-view-all:hover{padding-left:10px!important;background:#fff5f5}
.cesi-mobile-top-link{display:flex!important;align-items:center;gap:8px;margin:0 0 12px;padding:10px 12px!important;border:1px solid #e2e6e5;border-radius:6px;background:#f6f7f7;color:var(--cesi-red-dark)!important;font-weight:800!important}

#_desktop_cart,
#_mobile_cart,
.blockcart,
.cart-preview,
.cesi-cart-link,
.product-add-to-cart,
.js-product-add-to-cart,
.add-to-cart,
.cesi-card-cart-form,
.price-ecotax,
.tax-shipping-delivery-label,
.product-quantity,
.product-minimal-quantity,
#blockcart-modal,
.cart-content-btn,
.checkout,
.wishlist-button-add{
  display:none!important;
}
.cesi-catalog-header-contact{min-width:198px;justify-content:flex-end}
.cesi-catalog-header-contact a{display:flex!important;align-items:center;gap:9px;color:#222!important;font-weight:700!important;white-space:nowrap}
.cesi-catalog-header-contact a i{color:var(--cesi-red-dark)}
.cesi-mobile-catalog-actions a{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;color:var(--cesi-red-dark)!important}
.cesi-home-card-body{display:flex!important;flex-direction:column;height:100%}
.cesi-home-card-view,
.cesi-placeholder-view,
.cesi-generic-view-product{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:100%;
  margin-top:auto;
  padding:10px 12px;
  border:1px solid #dfe4e3;
  border-radius:7px;
  background:#fff;
  color:#263038!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
  transition:border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.cesi-home-card-view:hover,
.cesi-placeholder-view:hover,
.cesi-generic-view-product:hover{border-color:var(--cesi-red-dark);color:var(--cesi-red-dark)!important;box-shadow:0 8px 18px rgba(29,39,45,.09);transform:translateY(-1px)}
.cesi-placeholder-body{display:flex!important;flex-direction:column;height:100%}
.cesi-catalog-card-bottom-only{display:block!important;margin-top:auto!important}
#category .cesi-catalog-card-bottom-only .cesi-view-product{width:100%;margin:0!important}
.cesi-catalog-only-miniature .product-description{display:flex!important;flex-direction:column;min-height:118px!important}
.cesi-catalog-only-miniature .cesi-generic-view-product{margin:14px 0 0}
.cesi-catalog-product-actions{margin-top:24px}
.cesi-catalog-contact-panel{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:22px;
  border:1px solid #dfe4e3;
  border-left:4px solid var(--cesi-red-dark);
  border-radius:10px;
  background:linear-gradient(135deg,#fff,#f8f9f9);
  box-shadow:0 10px 28px rgba(29,39,45,.07);
}
.cesi-catalog-contact-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#fff0f0;color:var(--cesi-red-dark);font-size:21px}
.cesi-catalog-contact-panel strong{display:block;margin:0 0 7px;color:#1f292f;font-size:17px}
.cesi-catalog-contact-panel p{margin:0 0 16px!important;color:#657079!important;font-size:14px!important;line-height:1.65!important}
.cesi-catalog-contact-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 17px!important;
  border:1px solid var(--cesi-red-dark)!important;
  border-radius:7px!important;
  background:var(--cesi-red-dark)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.cesi-catalog-contact-button:hover{background:#8f1e2d!important;border-color:#8f1e2d!important;color:#fff!important}
.cesi-quickview-catalog-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:22px}
.cesi-quickview-contact-link{display:inline-flex;align-items:center;gap:7px;color:var(--cesi-red-dark)!important;font-weight:800;text-decoration:none!important}
.cesi-catalog-route-page{padding:48px 0 70px}
.cesi-catalog-route-card{max-width:680px;margin:0 auto;padding:48px 34px;border:1px solid #dfe4e3;border-radius:14px;background:#fff;text-align:center;box-shadow:0 16px 42px rgba(29,39,45,.09)}
.cesi-catalog-route-icon{display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin:0 auto 22px;border-radius:50%;background:#fff0f0;color:var(--cesi-red-dark);font-size:30px}
.cesi-catalog-route-card h1{margin:0 0 12px!important;color:#202932!important;font-size:34px!important}
.cesi-catalog-route-card p{max-width:520px;margin:0 auto 25px!important;color:#66717a!important;font-size:15px!important;line-height:1.7!important}
.cesi-catalog-route-actions{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.cesi-catalog-route-contact{display:inline-flex;align-items:center;gap:7px;color:var(--cesi-red-dark)!important;font-weight:800;text-decoration:none!important}
@media(max-width:767px){
  .cesi-catalog-contact-panel{grid-template-columns:1fr;padding:19px}
  .cesi-catalog-contact-icon{width:48px;height:48px}
  .cesi-catalog-route-page{padding:26px 0 45px}
  .cesi-catalog-route-card{padding:34px 20px}
  .cesi-catalog-route-card h1{font-size:28px!important}
}

.cesi-header-shell{
  grid-template-columns:185px minmax(0,1fr) minmax(0,210px)!important;
  column-gap:18px!important;
  min-height:78px!important;
}
.cesi-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:175px!important;
  height:60px!important;
  overflow:visible!important;
}
.cesi-logo img{
  display:block!important;
  width:160px!important;
  height:auto!important;
  max-width:160px!important;
  max-height:50px!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.cesi-mobile-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:132px!important;
  height:42px!important;
  overflow:visible!important;
}
.cesi-mobile-logo img{
  display:block!important;
  width:124px!important;
  height:auto!important;
  max-width:124px!important;
  max-height:36px!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
}

.cesi-privacy-list{
  margin:0 0 18px;
  padding-left:1.25rem;
  color:#333d45;
}
.cesi-privacy-list li{
  margin-bottom:10px;
  line-height:1.72;
}
.cesi-privacy-list-columns{
  columns:2;
  column-gap:34px;
}
.cesi-privacy-section-content a{
  color:var(--privacy-red-dark)!important;
  font-weight:700;
  text-decoration:none!important;
}
.cesi-privacy-section-content a:hover,
.cesi-privacy-section-content a:focus{
  text-decoration:underline!important;
}
.cesi-privacy-index{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.cesi-cart-link,
#_desktop_cart,
#_mobile_cart,
.blockcart,
.cart-preview,
.shopping-cart,
.header .blockcart,
.header-top .blockcart,
.cesi-header-shell .blockcart,
.cesi-header-shell a[href*="cart"],
.cesi-header-shell a[href*="carrito"],
.cesi-mobile-actions a[href*="cart"],
.cesi-mobile-actions a[href*="carrito"],
a[aria-label*="Carrito"],
a[title*="Carrito"],
.fa-cart-shopping,
.fa-shopping-cart,
.material-icons.shopping-cart,
.cart-products-count,
.blockcart .header,
#header .header-nav .right-nav .blockcart,
#header .header-top .blockcart,
.product-add-to-cart,
.js-product-add-to-cart,
.add-to-cart,
.cesi-card-cart-form,
.price-ecotax,
.tax-shipping-delivery-label,
.product-quantity,
.product-minimal-quantity,
#blockcart-modal,
.cart-content-btn,
.checkout{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

@media(max-width:991.98px){
  .cesi-header-shell{grid-template-columns:170px minmax(0,1fr) minmax(0,190px)!important}
}
@media(max-width:767.98px){
  .cesi-privacy-list-columns{columns:1}
  .cesi-privacy-index{grid-template-columns:1fr!important}
}

.cesi-listing-price{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  margin:4px 0 12px;
  padding:8px 10px;
  border:1px solid #ece3e4;
  border-radius:9px;
  background:linear-gradient(180deg,#fffafa 0%,#fff 100%);
}
.cesi-listing-price-main{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:7px;
  min-width:0;
}
.cesi-listing-current-price{
  color:#b32638;
  font-size:20px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.cesi-listing-regular-price{
  color:#91989c;
  font-size:11px;
  font-weight:600;
  text-decoration:line-through;
  white-space:nowrap;
}
.cesi-listing-discount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:999px;
  background:#b32638;
  color:#fff;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.cesi-home-card .cesi-listing-price{
  min-height:37px;
  margin:7px 0 10px;
  padding:6px 8px;
}
.cesi-home-card .cesi-listing-current-price{font-size:17px}
#category .cesi-catalog-card{min-height:474px}
#category .cesi-catalog-card .cesi-listing-price{
  margin-top:auto;
  margin-bottom:10px;
}
#category #js-product-list .products.cesi-list-view .cesi-listing-price{
  justify-content:flex-start;
  max-width:260px;
  margin-right:auto;
}

.cesi-product-detail-prices{
  display:block!important;
  visibility:visible!important;
  margin:16px 0 22px!important;
  padding:17px 19px;
  border:1px solid #eadfe0;
  border-left:4px solid #bd2f41;
  border-radius:10px;
  background:linear-gradient(135deg,#fff,#fff8f8);
  box-shadow:0 8px 22px rgba(29,39,45,.06);
}
.cesi-product-detail-prices .product-discount,
.cesi-product-detail-prices .product-price,
.cesi-product-detail-prices .current-price,
.cesi-product-detail-prices .regular-price{
  display:block!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.cesi-product-detail-prices .product-discount{margin:0 0 5px}
.cesi-product-detail-prices .regular-price{
  color:#92989c!important;
  font-size:14px!important;
  text-decoration:line-through;
}
.cesi-product-detail-prices .current-price{
  display:flex!important;
  align-items:center;
  gap:11px;
  margin:0;
}
.cesi-product-detail-prices .current-price-value{
  color:#ae2538;
  font-size:31px;
  font-weight:900;
  line-height:1.1;
}
.cesi-product-detail-prices .discount{
  display:inline-flex!important;
  align-items:center;
  min-height:27px;
  padding:4px 9px;
  border-radius:999px;
  background:#ae2538;
  color:#fff!important;
  font-size:11px;
  font-weight:900;
}
.cesi-price-tax-label{
  margin-top:7px;
  color:#757e84;
  font-size:11px;
  font-weight:600;
}

#search #wrapper{
  background:
    linear-gradient(180deg,rgba(245,247,247,.96) 0%,#edf0ef 100%);
}
#search #wrapper>.container{
  max-width:1160px!important;
  padding-top:24px!important;
  padding-bottom:58px!important;
}
#search #content-wrapper,
#search #main{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
#search .breadcrumb{
  margin:0 0 18px;
  padding:13px 17px;
  border:1px solid #d4d9d8;
  border-radius:8px;
  background:rgba(255,255,255,.88);
  box-shadow:0 4px 13px rgba(29,39,45,.05);
}
.cesi-search-results-hero{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  align-items:center;
  gap:22px;
  margin:0 0 18px;
  padding:30px 34px;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:16px;
  background:linear-gradient(135deg,#fff 0%,#fff 62%,#fff4f5 100%);
  box-shadow:0 15px 38px rgba(29,39,45,.08);
}
.cesi-search-results-hero::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:5px;
  background:linear-gradient(90deg,#9f2033,#c73f3f,#ec7777);
  content:"";
}
.cesi-search-results-hero::after{
  position:absolute;
  top:-70px;
  right:-70px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:rgba(199,63,63,.06);
  content:"";
}
.cesi-search-results-icon{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:20px;
  background:linear-gradient(145deg,#cb4350,#9e2437);
  color:#fff;
  font-size:27px;
  box-shadow:0 11px 24px rgba(158,36,55,.24);
}
.cesi-search-results-copy{position:relative;z-index:1;min-width:0}
.cesi-search-results-kicker{
  display:block;
  margin-bottom:5px;
  color:#b12639;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cesi-search-results-copy h1{
  margin:0!important;
  color:#172029!important;
  font-size:32px!important;
  font-weight:850!important;
  line-height:1.12!important;
  text-transform:none!important;
}
.cesi-search-results-copy p{
  margin:8px 0 0!important;
  color:#657078!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.cesi-search-results-copy p strong{color:#a92336;font-size:17px}
.cesi-search-results-copy p span{color:#313a41;font-weight:800}

#search .cesi-catalog-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 16px;
  padding:12px 15px;
  border:1px solid #d5dad9;
  border-radius:10px;
  background:#fff;
  box-shadow:0 7px 20px rgba(29,39,45,.055);
}
#search .cesi-catalog-count,
#search .cesi-catalog-sort{
  display:flex;
  align-items:center;
  gap:10px;
}
#search .cesi-toolbar-label{
  color:#59636a;
  font-size:12px;
  font-weight:800;
}
#search .cesi-catalog-count strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:31px;
  height:27px;
  padding:0 8px;
  border-radius:999px;
  background:#b52c3f;
  color:#fff;
  font-size:12px;
}
#search .cesi-sort-button{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:220px;
  height:38px;
  padding:0 12px;
  border:1px solid #ccd2d1;
  border-radius:7px;
  background:#f8f9f9;
  color:#263038;
  font-size:12px;
}
#search .cesi-sort-button span{
  min-width:0;
  flex:1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#search .cesi-sort-menu{
  width:100%;
  min-width:250px;
  padding:6px;
  border:1px solid #d2d7d6;
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 35px rgba(29,39,45,.16);
}
#search .cesi-sort-menu .select-list{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:6px;
  color:#263038;
  font-size:12px;
  text-decoration:none;
}
#search .cesi-sort-menu .select-list:hover,
#search .cesi-sort-menu .select-list.current{
  background:#fff1f2;
  color:#a92336;
}
#search .cesi-search-products{
  margin-right:-7px;
  margin-left:-7px;
}
.cesi-search-product-col{
  display:flex;
  padding:7px!important;
}
.cesi-search-product-card{
  position:relative;
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  width:100%;
  min-width:0;
  min-height:430px;
  overflow:hidden;
  border:1px solid #d9dddc;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(29,39,45,.065);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.cesi-search-product-card:hover{
  z-index:2;
  border-color:rgba(183,44,62,.42);
  box-shadow:0 18px 38px rgba(29,39,45,.13);
  transform:translateY(-5px);
}
.cesi-search-card-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:225px;
  padding:25px 20px 15px;
  overflow:hidden;
  border-bottom:1px solid #edf0ef;
  background:linear-gradient(180deg,#fff 0%,#fbfcfc 100%);
}
.cesi-search-card-media>a:not(.cesi-search-quick-view){
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.cesi-search-card-media img{
  display:block;
  width:100%;
  height:100%;
  max-width:230px;
  object-fit:contain;
  transition:transform .28s ease;
}
.cesi-search-product-card:hover .cesi-search-card-media img{transform:scale(1.045)}
.cesi-search-card-flags{
  position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.cesi-search-card-flag{
  display:inline-flex;
  width:max-content;
  max-width:120px;
  padding:5px 8px;
  border-radius:6px;
  background:#b52c3f;
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
  line-height:1;
  text-transform:uppercase;
  box-shadow:0 4px 10px rgba(169,35,53,.17);
}
.cesi-search-quick-view{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:1px solid #e0e4e3;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#2d363d;
  text-decoration:none!important;
  box-shadow:0 5px 14px rgba(29,39,45,.11);
  opacity:0;
  transform:translateY(5px);
  transition:opacity .2s ease,transform .2s ease,color .2s ease,background .2s ease;
}
.cesi-search-product-card:hover .cesi-search-quick-view,
.cesi-search-quick-view:focus{opacity:1;transform:none}
.cesi-search-quick-view:hover{background:#b52c3f;color:#fff}
.cesi-search-card-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-width:0;
  padding:17px 17px 0;
}
.cesi-search-card-brand{
  align-self:flex-start;
  margin-bottom:7px;
  color:#b52c3f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cesi-search-card-body h2{
  min-height:47px;
  margin:0 0 7px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.42!important;
}
.cesi-search-card-body h2 a{
  color:#172029!important;
  text-decoration:none!important;
}
.cesi-search-card-body h2 a:hover{color:#b12639!important}
.cesi-search-card-reference{
  display:block;
  min-height:18px;
  margin-bottom:5px;
  color:#81898e;
  font-size:10px;
  font-weight:600;
}
.cesi-search-card-body .cesi-listing-price{
  justify-content:flex-start;
  margin-top:auto;
  margin-bottom:13px;
}
.cesi-search-card-button{
  display:grid;
  grid-template-columns:18px minmax(0,1fr) 14px;
  align-items:center;
  gap:8px;
  width:calc(100% + 34px);
  min-height:43px;
  margin:0 -17px;
  padding:9px 15px;
  background:#31313e;
  color:#fff!important;
  font-size:12px;
  font-weight:850;
  text-decoration:none!important;
  transition:background .18s ease;
}
.cesi-search-card-button span{text-align:center}
.cesi-search-card-button .fa-arrow-right{font-size:10px;transition:transform .18s ease}
.cesi-search-card-button:hover{background:#b42b3e}
.cesi-search-card-button:hover .fa-arrow-right{transform:translateX(3px)}
.cesi-search-empty{
  padding:50px 25px;
  border:1px solid #d8dddc;
  border-radius:14px;
  background:#fff;
  text-align:center;
  box-shadow:0 12px 30px rgba(29,39,45,.07);
}
.cesi-search-empty>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#fff0f1;
  color:#b42b3e;
  font-size:27px;
}
.cesi-search-empty h2{margin:0 0 8px!important;color:#172029!important;font-size:24px!important}
.cesi-search-empty p{margin:0 0 20px!important;color:#687279!important}
.cesi-search-empty a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 17px;
  border-radius:8px;
  background:#b42b3e;
  color:#fff!important;
  font-weight:800;
  text-decoration:none!important;
}

@media(max-width:991.98px){
  #category .cesi-catalog-card{min-height:460px}
  .cesi-search-results-hero{padding:26px 28px}
}
@media(max-width:767.98px){
  .cesi-search-results-hero{grid-template-columns:58px minmax(0,1fr);gap:16px;padding:25px 21px}
  .cesi-search-results-icon{width:58px;height:58px;border-radius:16px;font-size:22px}
  .cesi-search-results-copy h1{font-size:26px!important}
  #search .cesi-catalog-toolbar{align-items:stretch;flex-direction:column}
  #search .cesi-catalog-sort{justify-content:space-between}
  #search .cesi-sort-button{min-width:0;width:220px;max-width:65vw}
}
@media(max-width:575.98px){
  #search #wrapper>.container{padding-right:10px!important;padding-left:10px!important}
  .cesi-search-results-hero{grid-template-columns:1fr;padding:24px 19px}
  .cesi-search-results-icon{width:52px;height:52px}
  .cesi-search-results-copy h1{font-size:23px!important}
  #search .cesi-catalog-sort{align-items:flex-start;flex-direction:column}
  #search .cesi-sort-button{width:100%;max-width:none}
  .cesi-search-product-col{padding:5px 2px!important}
  .cesi-search-product-card{min-height:410px}
  .cesi-search-card-media{height:205px}
  .cesi-search-quick-view{opacity:1;transform:none}
  #category .cesi-catalog-card{min-height:445px}
}

#cms.cms-id-2 #wrapper,
#cms.cms-id-3 #wrapper,
#cms.cms-id-6 #wrapper,
#stores #wrapper,
#cookies #wrapper,
body.page-cookies #wrapper{
  background:#eef1f0!important;
}

#cms.cms-id-2 #wrapper>.container,
#cms.cms-id-3 #wrapper>.container,
#cms.cms-id-6 #wrapper>.container,
#stores #wrapper>.container,
#cookies #wrapper>.container,
body.page-cookies #wrapper>.container{
  width:min(1180px,calc(100% - 34px))!important;
  max-width:1180px!important;
  padding-top:24px!important;
  padding-bottom:56px!important;
}

#cms.cms-id-2 #main .page-header,
#cms.cms-id-3 #main .page-header,
#cms.cms-id-6 #main .page-header,
#cookies #main .page-header,
body.page-cookies #main .page-header{
  display:none!important;
}

#cms.cms-id-2 #main,
#cms.cms-id-3 #main,
#cms.cms-id-6 #main,
#stores #main,
#cookies #main,
body.page-cookies #main,
#cms.cms-id-2 #content-wrapper,
#cms.cms-id-3 #content-wrapper,
#cms.cms-id-6 #content-wrapper,
#stores #content-wrapper,
#cookies #content-wrapper,
body.page-cookies #content-wrapper,
#cms.cms-id-2 .page-content,
#cms.cms-id-3 .page-content,
#cms.cms-id-6 .page-content,
#stores .page-content,
#cookies .page-content,
body.page-cookies .page-content,
#cookies .page-cms,
body.page-cookies .page-cms{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.cesi-privacy-shell,
.cesi-directions-shell,
.cesi-terms-shell,
.cesi-cookies-shell{
  width:100%;
  max-width:none;
  border:1px solid #d8dddc;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 50px rgba(29,39,45,.085);
}

.cesi-privacy-shell::before,
.cesi-directions-shell::before,
.cesi-terms-shell::before,
.cesi-cookies-shell::before{
  z-index:2;
  height:5px;
  background:linear-gradient(90deg,#a92737,#c73f3f,#e36b6b);
}

.cesi-privacy-hero,
.cesi-directions-hero,
.cesi-terms-hero,
.cesi-cookies-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  min-height:198px;
  padding:42px 52px 34px;
  border-bottom:1px solid #dde2e1;
  background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%);
}

.cesi-privacy-hero-icon,
.cesi-directions-hero-icon,
.cesi-terms-hero-icon,
.cesi-cookies-hero-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:78px!important;
  height:78px!important;
  padding:0!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#c73f3f,#a92737)!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1!important;
  box-shadow:0 12px 25px rgba(169,39,55,.22)!important;
}

.cesi-privacy-hero-icon>i,
.cesi-directions-hero-icon>i,
.cesi-terms-hero-icon>i,
.cesi-cookies-hero-icon>i{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  transform:none!important;
}

.cesi-privacy-eyebrow,
.cesi-directions-eyebrow,
.cesi-terms-eyebrow,
.cesi-cookies-eyebrow{
  display:block;
  margin:0 0 4px!important;
  color:#a92737!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  line-height:1.35!important;
  text-transform:uppercase!important;
}

.cesi-privacy-hero h1,
.cesi-directions-hero h1,
.cesi-terms-hero h1,
.cesi-cookies-hero h1{
  margin:0!important;
  color:#202832!important;
  font-size:38px!important;
  font-weight:750!important;
  letter-spacing:normal!important;
  line-height:1.08!important;
  text-transform:none!important;
}

.cesi-privacy-hero p,
.cesi-directions-hero p,
.cesi-terms-hero p,
.cesi-cookies-hero p{
  max-width:780px!important;
  margin:11px 0 0!important;
  color:#66717a!important;
  font-size:15px!important;
  line-height:1.65!important;
}

.cesi-terms-summary,
.cesi-cookies-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:24px 52px;
  border-bottom:1px solid #dde2e1;
  background:#f8f9f9;
}

.cesi-terms-summary article,
.cesi-cookies-summary article{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:100px;
  padding:18px;
  border:1px solid #e3e6e6;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 14px rgba(29,39,45,.04);
}

.cesi-terms-summary-icon,
.cesi-cookies-summary-icon{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 48px!important;
  width:48px!important;
  height:48px!important;
  padding:0!important;
  border-radius:50%!important;
  background:#fff0f1!important;
  color:#b72c3f!important;
  font-size:17px!important;
  line-height:1!important;
}

.cesi-terms-summary-icon>i,
.cesi-cookies-summary-icon>i{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  line-height:1!important;
  transform:none!important;
}

.cesi-terms-summary strong,
.cesi-cookies-summary strong{
  display:block;
  margin-bottom:5px;
  color:#202832;
  font-size:14px;
  line-height:1.35;
}

.cesi-terms-summary article div>span,
.cesi-cookies-summary article div>span{
  display:block;
  color:#66717a;
  font-size:12px;
  line-height:1.55;
}

.cesi-privacy-index,
.cesi-terms-index,
.cesi-cookies-index{
  gap:12px;
  padding:24px 52px;
  border-bottom:1px solid #dde2e1;
  background:#f8f9f9;
}

.cesi-privacy-index a,
.cesi-terms-index a,
.cesi-cookies-index a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 14px;
  border:1px solid #e0e4e3;
  border-radius:9px;
  background:#fff;
  color:#313a43!important;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  text-decoration:none!important;
  box-shadow:0 3px 9px rgba(29,39,45,.025);
}

.cesi-privacy-index a span,
.cesi-terms-index a span,
.cesi-cookies-index a span{
  color:#c73f3f!important;
  font-size:11px!important;
  font-weight:900!important;
}

.cesi-privacy-index a:hover,
.cesi-terms-index a:hover,
.cesi-cookies-index a:hover,
.cesi-privacy-index a:focus,
.cesi-terms-index a:focus,
.cesi-cookies-index a:focus{
  border-color:rgba(199,63,63,.45);
  color:#a92737!important;
  box-shadow:0 7px 16px rgba(29,39,45,.07);
  transform:translateY(-2px);
}

.cesi-terms-content{
  background:#f8faf9;
}

@media(max-width:767.98px){
  #cms.cms-id-2 #wrapper>.container,
  #cms.cms-id-3 #wrapper>.container,
  #cms.cms-id-6 #wrapper>.container,
  #stores #wrapper>.container,
  #cookies #wrapper>.container,
  body.page-cookies #wrapper>.container{
    width:100%!important;
    padding:14px 10px 34px!important;
  }

  .cesi-privacy-shell,
  .cesi-directions-shell,
  .cesi-terms-shell,
  .cesi-cookies-shell{
    border-radius:8px;
  }

  .cesi-privacy-hero,
  .cesi-directions-hero,
  .cesi-terms-hero,
  .cesi-cookies-hero{
    grid-template-columns:58px minmax(0,1fr);
    gap:16px;
    min-height:auto;
    padding:31px 22px 26px;
  }

  .cesi-privacy-hero-icon,
  .cesi-directions-hero-icon,
  .cesi-terms-hero-icon,
  .cesi-cookies-hero-icon{
    width:58px!important;
    height:58px!important;
    border-radius:15px!important;
    font-size:25px!important;
  }

  .cesi-privacy-hero h1,
  .cesi-directions-hero h1,
  .cesi-terms-hero h1,
  .cesi-cookies-hero h1{
    font-size:30px!important;
  }

  .cesi-privacy-hero p,
  .cesi-directions-hero p,
  .cesi-terms-hero p,
  .cesi-cookies-hero p{
    font-size:13px!important;
    line-height:1.55!important;
  }

  .cesi-terms-summary,
  .cesi-cookies-summary{
    grid-template-columns:1fr;
    padding:16px 22px;
  }

  .cesi-privacy-index,
  .cesi-terms-index,
  .cesi-cookies-index{
    grid-template-columns:1fr;
    padding:16px 22px;
  }
}

@media(max-width:480px){
  .cesi-privacy-hero,
  .cesi-directions-hero,
  .cesi-terms-hero,
  .cesi-cookies-hero{
    grid-template-columns:1fr;
  }

  .cesi-privacy-hero-icon,
  .cesi-directions-hero-icon,
  .cesi-terms-hero-icon,
  .cesi-cookies-hero-icon{
    width:52px!important;
    height:52px!important;
  }
}

.cesi-pagination{
  margin:26px 0 0!important;
}
.cesi-pagination-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  padding:18px 22px;
  border:1px solid #d7dcdd;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8f9fa 100%);
  box-shadow:0 10px 24px rgba(18,29,39,.06);
}
.cesi-pagination-summary{
  flex:1 1 auto;
  color:#606971;
  font-size:14px;
  line-height:1.5;
}
.cesi-pagination-summary strong,
.cesi-pagination-summary b{
  color:#17212b;
  font-weight:800;
}
.cesi-pagination .page-list{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.cesi-pagination-item{margin:0}
.cesi-pagination-item.is-spacer{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  color:#8a9298;
  font-size:18px;
  font-weight:800;
}
.cesi-pagination .spacer{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
}
.cesi-page-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:46px;
  height:46px;
  padding:0 16px;
  border:1px solid #d7dde0;
  border-radius:14px;
  background:#fff;
  color:#29323a!important;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-decoration:none!important;
  box-shadow:0 4px 10px rgba(18,29,39,.04);
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.cesi-page-link:hover,
.cesi-page-link:focus{
  border-color:#cf3347;
  background:#fff7f8;
  color:#b32639!important;
  box-shadow:0 10px 22px rgba(182,38,57,.14);
  transform:translateY(-1px);
}
.cesi-pagination-item.is-current .cesi-page-link{
  border-color:#cf3347;
  background:linear-gradient(135deg,#d33f4d 0%,#b82d3f 100%);
  color:#fff!important;
  box-shadow:0 14px 26px rgba(184,45,63,.28);
}
.cesi-pagination-item.is-current .cesi-page-link:hover,
.cesi-pagination-item.is-current .cesi-page-link:focus{
  color:#fff!important;
  transform:none;
}
.cesi-pagination-item.is-prev .cesi-page-link,
.cesi-pagination-item.is-next .cesi-page-link{
  min-width:124px;
  padding:0 18px;
}
.cesi-pagination-item.is-prev .cesi-page-link i,
.cesi-pagination-item.is-next .cesi-page-link i{
  font-size:11px;
}
.cesi-page-link.disabled,
.cesi-page-link[aria-disabled="true"]{
  opacity:.48;
  pointer-events:none;
  box-shadow:none;
}

#search .cesi-pagination,
#category .cesi-pagination,
#manufacturer .cesi-pagination,
#prices-drop .cesi-pagination,
#new-products .cesi-pagination,
#best-sales .cesi-pagination{
  margin-bottom:10px!important;
}

@media (max-width:991.98px){
  .cesi-pagination-inner{
    align-items:flex-start;
    flex-direction:column;
    padding:16px 18px;
  }
  .cesi-pagination-summary{
    width:100%;
  }
  .cesi-pagination .page-list{
    justify-content:flex-start;
    width:100%;
  }
}
@media (max-width:575.98px){
  .cesi-pagination-inner{
    padding:14px 14px;
    border-radius:16px;
  }
  .cesi-page-link{
    min-width:40px;
    height:40px;
    padding:0 13px;
    border-radius:12px;
    font-size:13px;
  }
  .cesi-pagination-item.is-prev .cesi-page-link,
  .cesi-pagination-item.is-next .cesi-page-link{
    min-width:auto;
    padding:0 14px;
  }
  .cesi-pagination-item.is-prev .cesi-page-link span,
  .cesi-pagination-item.is-next .cesi-page-link span{
    font-size:0;
  }
  .cesi-pagination-item.is-prev .cesi-page-link i,
  .cesi-pagination-item.is-next .cesi-page-link i{
    margin:0;
    font-size:12px;
  }
}

.cesi-home-showcase-intro{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:26px 0 30px;
  padding:26px 30px;
  border:1px solid #d7dddd;
  border-radius:22px;
  background:linear-gradient(135deg,#ffffff 0%,#f8f9f9 100%);
  box-shadow:0 14px 32px rgba(18,29,39,.07);
}
.cesi-home-showcase-intro>div:first-child{min-width:0}
.cesi-home-showcase-intro>div:first-child>span{
  display:block;
  margin-bottom:6px;
  color:#b32638;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cesi-home-showcase-intro h1{
  margin:0 0 8px!important;
  color:#17212b!important;
  font-size:31px!important;
  font-weight:900!important;
  line-height:1.14!important;
  text-transform:none!important;
}
.cesi-home-showcase-intro p{
  max-width:760px;
  margin:0!important;
  color:#66717a!important;
  font-size:14px!important;
  line-height:1.7!important;
}
.cesi-home-showcase-actions{
  display:flex;
  flex:0 0 auto;
  gap:10px;
}
.cesi-home-showcase-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 18px;
  border:1px solid #b32638;
  border-radius:14px;
  background:#b32638;
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.cesi-home-showcase-actions a:hover{
  transform:translateY(-2px);
  background:#951f30;
  box-shadow:0 12px 22px rgba(179,38,56,.2);
}
.cesi-home-showcase-actions a.is-secondary{
  border-color:#d5dddd;
  background:#fff;
  color:#222d35!important;
}
.cesi-home-showcase-actions a.is-secondary:hover{
  border-color:#b32638;
  color:#b32638!important;
}

.cesi-home-products-section{
  margin-top:32px!important;
}
.cesi-section-header-premium{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin:0 0 16px!important;
  padding:0 2px 15px!important;
  border-bottom:1px solid #d2d8d8!important;
}
.cesi-section-header-premium>div{min-width:0}
.cesi-section-kicker{
  display:block;
  margin-bottom:6px;
  color:#b32638;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cesi-section-header-premium h2{
  margin:0!important;
  color:#17212b!important;
  font-size:32px!important;
  font-weight:900!important;
  line-height:1.1!important;
  text-transform:none!important;
}
.cesi-section-header-premium h2::after{
  bottom:-18px!important;
  width:58px!important;
  height:4px!important;
  border-radius:999px;
  background:linear-gradient(90deg,#d33d50,#27aaad)!important;
}
.cesi-section-header-premium p{
  margin:8px 0 0!important;
  color:#66717a!important;
  font-size:13px!important;
  line-height:1.65!important;
}
.cesi-section-header-premium>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border:1px solid #d6dddd;
  border-radius:13px;
  background:#fff;
  color:#1f2a32!important;
  font-size:13px!important;
  font-weight:800!important;
  white-space:nowrap;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(18,29,39,.05);
  transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.cesi-section-header-premium>a:hover{
  transform:translateY(-1px);
  border-color:#b32638;
  color:#b32638!important;
  box-shadow:0 12px 24px rgba(179,38,56,.12);
}
.cesi-home-products-panel{
  position:relative;
  padding:22px;
  border:1px solid #d8dede;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfcfc 0%,#f5f7f7 100%);
  box-shadow:0 18px 38px rgba(18,29,39,.07);
  overflow:hidden;
}
.cesi-home-products-panel::before{
  display:none!important;
}
.cesi-section-header-premium::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-2px;
  width:150px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(211,61,80,0),#d33d50);
}
.cesi-section-header-recommended::after{
  background:linear-gradient(90deg,rgba(40,169,173,0),#28a9ad);
}

.cesi-home-products-panel .cesi-product-section>.products-section-title,
.cesi-home-products-panel .featured-products>.products-section-title,
.cesi-home-products-panel .all-product-link{
  display:none!important;
}
.cesi-home-products-panel .cesi-product-section,
.cesi-home-products-panel .featured-products{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}

.cesi-home-products-panel .cesi-dynamic-products .products,
.cesi-home-products-panel .cesi-dynamic-products .product-list,
.cesi-home-products-panel .cesi-products-row{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.cesi-home-products-panel .cesi-home-product,
.cesi-home-products-panel .cesi-product-col{
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  flex:none!important;
}
.cesi-home-products-panel .cesi-home-card,
.cesi-home-products-panel .cesi-dynamic-products .js-product-miniature,
.cesi-home-products-panel .cesi-dynamic-products .product-miniature{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  height:auto!important;
  min-height:420px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d8dede!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 26px rgba(18,29,39,.06)!important;
  overflow:hidden!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;
}
.cesi-home-products-panel .cesi-home-card:hover,
.cesi-home-products-panel .cesi-dynamic-products .js-product-miniature:hover,
.cesi-home-products-panel .cesi-dynamic-products .product-miniature:hover{
  transform:translateY(-5px)!important;
  border-color:#d14a5a!important;
  box-shadow:0 22px 38px rgba(18,29,39,.12)!important;
}
.cesi-home-products-panel .cesi-home-card-image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:230px!important;
  margin:0!important;
  padding:22px!important;
  border-bottom:1px solid #edf0f0;
  background:linear-gradient(180deg,#fafbfb 0%,#fff 100%)!important;
  overflow:hidden!important;
}
.cesi-home-products-panel .cesi-home-card-image img,
.cesi-home-products-panel .cesi-dynamic-products img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:185px!important;
  margin:auto!important;
  object-fit:contain!important;
  transition:transform .22s ease!important;
}
.cesi-home-products-panel .cesi-home-card:hover .cesi-home-card-image img{
  transform:scale(1.04)!important;
}
.cesi-home-products-panel .cesi-home-card-body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  height:auto!important;
  padding:17px 17px 18px!important;
  background:#fff!important;
  text-align:left!important;
}
.cesi-home-products-panel .cesi-home-card-title{
  display:-webkit-box!important;
  min-height:55px!important;
  margin:0 0 12px!important;
  overflow:hidden!important;
  color:#17212b!important;
  font-size:17px!important;
  font-weight:800!important;
  line-height:1.4!important;
  text-align:left!important;
  text-transform:none!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.cesi-home-products-panel .cesi-home-card-title a{
  color:#17212b!important;
  text-decoration:none!important;
}
.cesi-home-products-panel .cesi-home-card-title a:hover{
  color:#b32638!important;
}
.cesi-home-products-panel .cesi-home-card .cesi-listing-price{
  justify-content:flex-start!important;
  min-height:49px!important;
  margin:auto 0 14px!important;
  padding:9px 11px!important;
  border:1px solid #eee1e2!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#fff7f8 0%,#fff 100%)!important;
}
.cesi-home-products-panel .cesi-home-card .cesi-listing-current-price{
  font-size:22px!important;
}
.cesi-home-products-panel .cesi-home-card-view{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:45px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #292b3b!important;
  border-radius:13px!important;
  background:#292b3b!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.cesi-home-products-panel .cesi-home-card-view:hover{
  border-color:#b32638!important;
  background:#b32638!important;
  color:#fff!important;
  box-shadow:0 12px 22px rgba(179,38,56,.2)!important;
}
.cesi-home-products-message{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:230px;
  padding:30px;
  border:1px dashed #d3dada;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.cesi-home-products-message i{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff0f2;
  color:#b32638;
  font-size:22px;
}
.cesi-home-products-message strong{
  color:#17212b;
  font-size:18px;
}
.cesi-home-products-message span{
  color:#68727a;
  font-size:13px;
}

@media (max-width:1199.98px){
  .cesi-home-products-panel .cesi-dynamic-products .products,
  .cesi-home-products-panel .cesi-dynamic-products .product-list,
  .cesi-home-products-panel .cesi-products-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:991.98px){
  .cesi-home-showcase-intro{
    align-items:flex-start;
    flex-direction:column;
  }
  .cesi-home-showcase-actions{
    width:100%;
  }
  .cesi-section-header-premium{
    align-items:flex-start;
    flex-direction:column;
  }
  .cesi-home-products-panel .cesi-dynamic-products .products,
  .cesi-home-products-panel .cesi-dynamic-products .product-list,
  .cesi-home-products-panel .cesi-products-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:767.98px){
  .cesi-home-showcase-intro,
  .cesi-home-products-panel{
    padding:19px;
    border-radius:19px;
  }
  .cesi-home-showcase-intro h1{
    font-size:25px!important;
  }
  .cesi-section-header-premium h2{
    font-size:27px!important;
  }
  .cesi-home-showcase-actions{
    flex-wrap:wrap;
  }
  .cesi-home-products-panel .cesi-home-card,
  .cesi-home-products-panel .cesi-dynamic-products .js-product-miniature,
  .cesi-home-products-panel .cesi-dynamic-products .product-miniature{
    min-height:390px!important;
  }
  .cesi-home-products-panel .cesi-home-card-image{
    height:205px!important;
  }
  .cesi-home-products-panel .cesi-home-card-image img,
  .cesi-home-products-panel .cesi-dynamic-products img{
    max-height:160px!important;
  }
}
@media (max-width:575.98px){
  .cesi-home-products-panel .cesi-dynamic-products .products,
  .cesi-home-products-panel .cesi-dynamic-products .product-list,
  .cesi-home-products-panel .cesi-products-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .cesi-home-showcase-actions a{
    flex:1 1 100%;
  }
}

.cesi-home-showcase-intro{
  align-items:center!important;
  min-height:168px!important;
}
.cesi-home-showcase-intro>div:first-child{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
}
.cesi-home-showcase-intro h1{
  max-width:720px!important;
  margin:0!important;
}

.cesi-section-header-premium h2::after{
  bottom:-9px!important;
}
.cesi-section-header-premium p{
  margin-top:16px!important;
  position:relative!important;
  z-index:1!important;
}

.cesi-home-products-panel .cesi-home-card-title{
  display:-webkit-box!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  line-height:24px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  contain:paint!important;
}
.cesi-home-products-panel .cesi-home-card-title a{
  display:block!important;
  max-height:48px!important;
  overflow:hidden!important;
}

.cesi-pagination-inner{
  padding-left:30px!important;
  padding-right:24px!important;
}
.cesi-pagination-summary{
  padding-left:2px!important;
}

@media(max-width:767.98px){
  .cesi-home-showcase-intro{
    min-height:0!important;
  }
  .cesi-home-showcase-intro h1{
    text-align:left!important;
  }
  .cesi-pagination-inner{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}
@media(max-width:575.98px){
  .cesi-pagination-inner{
    padding-left:16px!important;
    padding-right:16px!important;
  }
}

.cesi-section-header-premium{
  align-items:center!important;
  min-height:86px!important;
  padding-top:8px!important;
  padding-bottom:14px!important;
}
.cesi-section-header-premium>div{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:62px!important;
}
.cesi-section-header-premium h2{
  margin:0!important;
}
.cesi-section-header-premium h2::after{
  bottom:-10px!important;
}
.cesi-section-header-premium p{
  display:none!important;
}
.cesi-section-header-premium>a{
  align-self:center!important;
}
@media(max-width:767.98px){
  .cesi-section-header-premium{
    align-items:flex-start!important;
    min-height:auto!important;
    padding-top:4px!important;
  }
  .cesi-section-header-premium>div{
    min-height:58px!important;
  }
  .cesi-section-header-premium>a{
    align-self:flex-start!important;
  }
}

#contact #wrapper{
  background:#eef1f0!important;
}
#contact #wrapper>.container{
  width:min(1180px,calc(100% - 34px))!important;
  max-width:1180px!important;
  padding-top:24px!important;
  padding-bottom:56px!important;
}
#contact #wrapper>.container>.row{
  display:block!important;
  margin:0!important;
}
#contact #content-wrapper,
#contact #main,
#contact .page-content,
#contact .cesi-contact-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#contact .breadcrumb,
#contact #main>.page-header{
  display:none!important;
}
#contact #content-wrapper{
  flex:0 0 100%!important;
}
.cesi-contact-shell{
  --contact-red:#c73f3f;
  --contact-red-dark:#a92737;
  --contact-ink:#202832;
  --contact-muted:#66717a;
  --contact-line:#dde2e1;
  position:relative;
  overflow:hidden;
  width:100%;
  border:1px solid #d8dddc;
  border-radius:14px;
  background:#fff;
  color:var(--contact-ink);
  box-shadow:0 18px 50px rgba(29,39,45,.09);
}
.cesi-contact-shell::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:2;
  height:5px;
  background:linear-gradient(90deg,var(--contact-red-dark),var(--contact-red),#e36b6b);
  content:"";
}
.cesi-contact-hero{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:24px;
  min-height:198px;
  padding:42px 52px 34px;
  border-bottom:1px solid var(--contact-line);
  background:
    radial-gradient(circle at 88% 12%,rgba(199,63,63,.10),transparent 29%),
    linear-gradient(135deg,#fff 0%,#fafbfb 100%);
}
.cesi-contact-hero-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--contact-red),var(--contact-red-dark));
  color:#fff;
  font-size:32px;
  box-shadow:0 12px 25px rgba(169,39,55,.22);
}
.cesi-contact-eyebrow{
  display:block;
  margin:0 0 4px!important;
  color:var(--contact-red-dark)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  line-height:1.35!important;
  text-transform:uppercase!important;
}
.cesi-contact-hero h1{
  margin:0!important;
  color:var(--contact-ink)!important;
  font-size:38px!important;
  font-weight:750!important;
  letter-spacing:normal!important;
  line-height:1.08!important;
  text-transform:none!important;
}
.cesi-contact-hero p{
  max-width:760px!important;
  margin:11px 0 0!important;
  color:var(--contact-muted)!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.cesi-contact-grid{
  display:grid;
  grid-template-columns:minmax(300px,390px) minmax(0,1fr);
  gap:24px;
  padding:32px 36px 36px;
  background:#f7f9f8;
}
.cesi-contact-info-card,
.cesi-contact-form-card{
  min-width:0;
  border:1px solid var(--contact-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(28,40,47,.07);
}
.cesi-contact-info-card{
  align-self:start;
  padding:26px;
}
.cesi-contact-info-heading{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:20px;
  border-bottom:1px solid #e5e8e7;
}
.cesi-contact-info-heading-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:13px;
  background:#fff1f1;
  color:var(--contact-red-dark);
  font-size:20px;
}
.cesi-contact-info-heading h2{
  margin:0 0 4px!important;
  color:var(--contact-ink)!important;
  font-size:18px!important;
  font-weight:750!important;
  line-height:1.25!important;
}
.cesi-contact-info-heading p{
  margin:0!important;
  color:var(--contact-muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.cesi-contact-details{
  display:grid;
  gap:0;
  margin:0;
  padding:8px 0 2px;
  font-style:normal;
}
.cesi-contact-detail{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 14px;
  align-items:center;
  gap:12px;
  min-height:76px;
  padding:12px 4px;
  border-bottom:1px solid #edf0ef;
  color:var(--contact-ink)!important;
  transition:background .18s ease,padding .18s ease,border-radius .18s ease;
}
.cesi-contact-detail:last-child{
  border-bottom:0;
}
.cesi-contact-detail:hover{
  padding-right:9px;
  padding-left:9px;
  border-radius:9px;
  background:#faf3f3;
}
.cesi-contact-detail-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f2f4f4;
  color:var(--contact-red-dark);
  font-size:15px;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.cesi-contact-detail:hover .cesi-contact-detail-icon{
  background:var(--contact-red);
  color:#fff;
  transform:scale(1.04);
}
.cesi-contact-detail-copy,
.cesi-contact-detail-copy strong,
.cesi-contact-detail-copy>span{
  display:block;
  min-width:0;
}
.cesi-contact-detail-copy strong{
  margin-bottom:3px;
  color:var(--contact-ink);
  font-size:12px;
  font-weight:800;
}
.cesi-contact-detail-copy span{
  color:var(--contact-muted);
  font-size:13px;
  line-height:1.52;
  overflow-wrap:anywhere;
}
.cesi-contact-address-line{
  white-space:normal;
}
.cesi-contact-native-subject{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.cesi-contact-detail-arrow{
  color:#a5adaf;
  font-size:10px;
  transition:transform .18s ease,color .18s ease;
}
.cesi-contact-detail:hover .cesi-contact-detail-arrow{
  color:var(--contact-red-dark);
  transform:translateX(3px);
}
.cesi-contact-info-note{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:18px;
  padding:13px 14px;
  border:1px solid #eadede;
  border-radius:8px;
  background:#fff8f8;
  color:#6a5b5d;
  font-size:11px;
  line-height:1.55;
}
.cesi-contact-info-note i{
  margin-top:2px;
  color:var(--contact-red-dark);
}
.cesi-contact-form-card{
  padding:30px 32px 28px;
}
.cesi-contact-form{
  width:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.cesi-contact-form-heading{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:25px;
  padding-bottom:22px;
  border-bottom:1px solid #e6e9e8;
}
.cesi-contact-form-heading-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  border-radius:12px;
  background:linear-gradient(145deg,var(--contact-red),var(--contact-red-dark));
  color:#fff;
  font-size:17px;
  box-shadow:0 8px 18px rgba(169,39,55,.18);
}
.cesi-contact-form-heading>div>span{
  display:block;
  margin:0 0 2px;
  color:var(--contact-red-dark);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cesi-contact-form-heading h2{
  margin:0!important;
  color:var(--contact-ink)!important;
  font-size:25px!important;
  font-weight:760!important;
  line-height:1.2!important;
  text-transform:none!important;
}
.cesi-contact-form-heading p{
  margin:6px 0 0!important;
  color:var(--contact-muted)!important;
  font-size:12px!important;
  line-height:1.55!important;
}
.cesi-contact-alert{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:start;
  gap:10px;
  margin:0 0 22px;
  padding:14px 16px;
  border:1px solid;
  border-radius:8px;
  font-size:12px;
  line-height:1.5;
}
.cesi-contact-alert.is-error{
  border-color:#efc7c7;
  background:#fff4f4;
  color:#8d2323;
}
.cesi-contact-alert.is-success{
  border-color:#bfe0ca;
  background:#f2fbf5;
  color:#216b3b;
}
.cesi-contact-alert-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(255,255,255,.72);
  font-size:14px;
}
.cesi-contact-alert ul{
  margin:4px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.cesi-contact-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 16px;
}
.cesi-contact-field{
  min-width:0;
}
.cesi-contact-field:nth-child(3),
.cesi-contact-field-message,
.cesi-contact-consent{
  grid-column:1/-1;
}
.cesi-contact-field label{
  display:block;
  margin:0 0 7px!important;
  color:#39434a!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.35!important;
}
.cesi-contact-field label span{
  color:var(--contact-red-dark);
}
.cesi-contact-input-wrap,
.cesi-contact-textarea-wrap{
  position:relative;
}
.cesi-contact-input-wrap>i{
  position:absolute;
  top:50%;
  left:15px;
  z-index:2;
  color:#8a9499;
  font-size:14px;
  pointer-events:none;
  transform:translateY(-50%);
}
.cesi-contact-form .form-control{
  width:100%!important;
  margin:0!important;
  border:1px solid #d6dcda!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#202832!important;
  font-size:13px!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.cesi-contact-input-wrap .form-control{
  height:48px!important;
  padding:0 14px 0 42px!important;
}
.cesi-contact-textarea-wrap .form-control{
  min-height:168px!important;
  padding:14px 15px!important;
  resize:vertical;
}
.cesi-contact-form .form-control::placeholder{
  color:#9aa2a7!important;
  opacity:1!important;
}
.cesi-contact-form .form-control:hover{
  border-color:#bdc5c3!important;
}
.cesi-contact-form .form-control:focus{
  border-color:var(--contact-red)!important;
  background:#fff!important;
  box-shadow:0 0 0 .2rem rgba(199,63,63,.12)!important;
  outline:0!important;
}
.cesi-contact-consent{
  margin-top:-24px;
  color:#69737a;
  font-size:11px;
  line-height:1.5;
}
.cesi-contact-consent .custom-checkbox,
.cesi-contact-consent .form-check{
  align-items:flex-start;
}
.cesi-contact-consent a{
  color:var(--contact-red-dark)!important;
  font-weight:700;
}
.cesi-contact-form-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid #e6e9e8;
}
.cesi-contact-form-footer p{
  display:flex;
  align-items:flex-start;
  gap:7px;
  max-width:330px;
  margin:0!important;
  color:#7a848a!important;
  font-size:10px!important;
  line-height:1.5!important;
}
.cesi-contact-form-footer p i{
  margin-top:2px;
  color:#5c6b72;
}
.cesi-contact-submit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-width:176px!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 20px!important;
  border:1px solid var(--contact-red-dark)!important;
  border-radius:7px!important;
  background:linear-gradient(135deg,var(--contact-red),var(--contact-red-dark))!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:none!important;
  box-shadow:0 8px 18px rgba(169,39,55,.20)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.cesi-contact-submit:hover{
  color:#fff!important;
  filter:brightness(.95);
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(169,39,55,.25)!important;
}
.cesi-contact-submit i{
  transition:transform .18s ease;
}
.cesi-contact-submit:hover i{
  transform:translateX(3px);
}
@media(max-width:991.98px){
  #contact #wrapper>.container{width:calc(100% - 28px)!important;padding-top:20px!important;padding-bottom:44px!important}
  .cesi-contact-grid{grid-template-columns:340px minmax(0,1fr);padding:26px;gap:20px}
  .cesi-contact-form-card{padding:26px}
  .cesi-contact-fields{grid-template-columns:1fr}
  .cesi-contact-field:nth-child(3),.cesi-contact-field-message,.cesi-contact-consent{grid-column:auto}
  .cesi-contact-form-footer{align-items:flex-end}
}
@media(max-width:767.98px){
  .cesi-contact-hero{grid-template-columns:60px minmax(0,1fr);gap:17px;min-height:0;padding:30px 24px 25px}
  .cesi-contact-hero-icon{width:60px;height:60px;border-radius:16px;font-size:25px}
  .cesi-contact-hero h1{font-size:30px!important}
  .cesi-contact-hero p{font-size:13px!important}
  .cesi-contact-grid{grid-template-columns:1fr;padding:20px}
  .cesi-contact-info-card,.cesi-contact-form-card{padding:22px}
  .cesi-contact-form-footer{align-items:stretch;flex-direction:column}
  .cesi-contact-form-footer p{max-width:none}
  .cesi-contact-submit{width:100%!important}
}
@media(max-width:575.98px){
  #contact #wrapper>.container{width:calc(100% - 18px)!important;padding-top:12px!important;padding-bottom:30px!important}
  .cesi-contact-shell{border-radius:10px}
  .cesi-contact-hero{grid-template-columns:1fr;padding:28px 20px 23px;text-align:center}
  .cesi-contact-hero-icon{margin:0 auto}
  .cesi-contact-hero h1{font-size:27px!important}
  .cesi-contact-grid{padding:12px;background:#f5f7f6}
  .cesi-contact-info-card,.cesi-contact-form-card{padding:18px;border-radius:9px}
  .cesi-contact-info-heading,.cesi-contact-form-heading{gap:11px}
  .cesi-contact-detail{grid-template-columns:42px minmax(0,1fr) 12px}
  .cesi-contact-form-heading h2{font-size:22px!important}
}

.cesi-contact-grid.cesi-contact-grid--info-only{
  grid-template-columns:minmax(0,1fr);
}
.cesi-contact-grid--info-only .cesi-contact-info-card{
  width:100%;
  max-width:none;
  padding:30px 34px;
}
.cesi-contact-grid--info-only .cesi-contact-details{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  padding:18px 0 4px;
}
.cesi-contact-grid--info-only .cesi-contact-detail{
  grid-template-columns:46px minmax(0,1fr) 14px;
  align-content:center;
  min-height:118px;
  padding:18px 22px;
  border-right:1px solid #edf0ef;
  border-bottom:0;
}
.cesi-contact-grid--info-only .cesi-contact-detail:last-child{
  border-right:0;
}
.cesi-contact-grid--info-only .cesi-contact-detail:hover{
  padding-right:22px;
  padding-left:22px;
}
.cesi-contact-grid--info-only .cesi-contact-info-note{
  justify-content:center;
  margin-top:20px;
  text-align:center;
}
@media(max-width:991.98px){
  .cesi-contact-grid--info-only .cesi-contact-details{
    grid-template-columns:1fr;
  }
  .cesi-contact-grid--info-only .cesi-contact-detail{
    min-height:82px;
    padding:12px 6px;
    border-right:0;
    border-bottom:1px solid #edf0ef;
  }
  .cesi-contact-grid--info-only .cesi-contact-detail:last-child{
    border-bottom:0;
  }
  .cesi-contact-grid--info-only .cesi-contact-detail:hover{
    padding-right:10px;
    padding-left:10px;
  }
}
@media(max-width:575.98px){
  .cesi-contact-grid--info-only .cesi-contact-info-card{
    padding:20px 18px;
  }
  .cesi-contact-grid--info-only .cesi-contact-info-note{
    text-align:left;
  }
}

#cesiHeroCarousel.cesi-hero-carousel{
  left:0!important;
  right:auto!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
#cesiHeroCarousel.cesi-hero-carousel .carousel-inner{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
}
#cesiHeroCarousel.cesi-hero-carousel .carousel-item,
#cesiHeroCarousel.cesi-hero-carousel .carousel-item>a{
  width:100%!important;
  max-width:100%!important;
}
#cesiHeroCarousel.cesi-hero-carousel img{
  width:100%!important;
  max-width:100%!important;
  object-position:center center!important;
}
@media(max-width:767.98px){
  #cesiHeroCarousel.cesi-hero-carousel,
  #cesiHeroCarousel.cesi-hero-carousel .carousel-inner{
    aspect-ratio:4/1!important;
    min-height:0!important;
  }
  #cesiHeroCarousel.cesi-hero-carousel .carousel-item,
  #cesiHeroCarousel.cesi-hero-carousel .carousel-item>a,
  #cesiHeroCarousel.cesi-hero-carousel img{
    height:100%!important;
  }
  #cesiHeroCarousel.cesi-hero-carousel img{
    object-fit:cover!important;
  }

  #cesiHeroCarousel.cesi-hero-carousel .cesi-hero-control{
    display:none!important;
  }
  #cesiHeroCarousel.cesi-hero-carousel .carousel-indicators{
    right:8px!important;
    bottom:4px!important;
    left:auto!important;
    justify-content:flex-end!important;
    width:auto!important;
    margin:0!important;
    padding:4px 5px!important;
    border-radius:999px!important;
    background:rgba(0,0,0,.28)!important;
  }
  #cesiHeroCarousel.cesi-hero-carousel .carousel-indicators [data-bs-target]{
    width:7px!important;
    height:7px!important;
    margin:0 3px!important;
  }
}

#product #wrapper{
  padding:28px 0 60px!important;
  background:linear-gradient(180deg,#eef1ef 0,#e3e7e5 100%)!important;
}
#product #wrapper>.container{
  width:min(1220px,calc(100% - 32px))!important;
  max-width:none!important;
  padding:0!important;
}
#product .breadcrumb{
  margin:0 0 22px!important;
  padding:0!important;
  background:transparent!important;
  font-size:13px!important;
}
#product .cesi-product-page .product-container{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.98fr);
  gap:42px;
  align-items:start;
  margin:0!important;
}
#product .cesi-product-page .product-container>[class*="col-"]{
  width:auto!important;
  max-width:none!important;
  padding:0!important;
}
#product .cesi-product-page .page-content{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#product .cesi-product-gallery{
  width:100%;
  padding:22px;
  border:1px solid #d8dedd;
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 38px rgba(29,39,45,.10);
}
#product .cesi-product-cover{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1/1;
  margin:0!important;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
}
#product .cesi-product-cover>.js-qv-product-cover,
#product .cesi-product-cover>img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  object-fit:contain;
  object-position:center;
  transition:opacity .18s ease,transform .28s ease;
}
#product .cesi-product-cover>.js-qv-product-cover.is-changing,
#product-modal .js-modal-product-cover.is-changing{opacity:.45}
#product .cesi-product-cover:hover>.js-qv-product-cover{transform:scale(1.018)}
#product .cesi-product-zoom{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  width:100%!important;
  height:100%!important;
  padding:18px!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,transparent 64%,rgba(12,20,25,.08))!important;
  color:var(--cesi-red-dark)!important;
  cursor:zoom-in!important;
  opacity:0;
  transition:opacity .18s ease!important;
}
#product .cesi-product-cover:hover .cesi-product-zoom,
#product .cesi-product-zoom:focus-visible{opacity:1}
#product .cesi-product-zoom .zoom-in{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 24px rgba(17,24,32,.18);
  font-size:18px;
}
#product .cesi-product-gallery-arrow,
#product-modal .cesi-product-modal-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(20,30,36,.10);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#1f292f;
  box-shadow:0 8px 22px rgba(17,24,32,.14);
  transform:translateY(-50%);
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
#product .cesi-product-gallery-arrow:hover,
#product-modal .cesi-product-modal-arrow:hover{
  background:var(--cesi-red-dark);
  color:#fff;
  transform:translateY(-50%) scale(1.04);
}
#product .cesi-product-gallery-arrow--prev,
#product-modal .cesi-product-modal-arrow--prev{left:14px}
#product .cesi-product-gallery-arrow--next,
#product-modal .cesi-product-modal-arrow--next{right:14px}
#product .cesi-product-thumbnails{
  width:100%!important;
  margin:16px 0 0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin;
  scrollbar-color:#c6cdcb transparent;
}
#product .cesi-product-thumbnails .product-images{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:max-content!important;
  min-width:100%!important;
  margin:0!important;
  padding:2px!important;
  list-style:none!important;
}
#product .cesi-product-thumbnails .thumb-container{
  flex:0 0 86px!important;
  width:86px!important;
  height:86px!important;
  margin:0!important;
}
#product .cesi-product-thumb-button,
#product-modal .cesi-product-modal-thumb-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  margin:0;
  padding:6px;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:11px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
#product .cesi-product-thumb-button:hover,
#product-modal .cesi-product-modal-thumb-button:hover{
  border-color:#c8cecd;
  transform:translateY(-1px);
}
#product .cesi-product-thumb-button.is-selected,
#product-modal .cesi-product-modal-thumb-button.is-selected{
  border-color:var(--cesi-red-dark);
  box-shadow:0 0 0 3px rgba(180,7,3,.10);
}
#product .cesi-product-thumb-button .thumb,
#product-modal .cesi-product-modal-thumb-button .thumb{
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
}
#product .scroll-box-arrows{display:none!important}

#product .cesi-product-page h1.h1{
  max-width:760px;
  margin:0 0 22px!important;
  color:#161e25!important;
  font-size:clamp(30px,3.25vw,48px)!important;
  font-weight:500!important;
  line-height:1.08!important;
  letter-spacing:-.025em;
  text-transform:uppercase;
}
#product .cesi-product-page .product-information{
  margin:0!important;
}
#product .cesi-product-page [id^="product-description-short-"]{
  margin:0 0 18px!important;
  color:#59656d!important;
  font-size:15px!important;
  line-height:1.65!important;
}
#product .cesi-catalog-product-actions{margin:0!important}
#product .cesi-catalog-contact-panel{
  grid-template-columns:58px minmax(0,1fr)!important;
  padding:22px!important;
  border:1px solid #d9dfde!important;
  border-left:4px solid var(--cesi-red-dark)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 14px 32px rgba(29,39,45,.09)!important;
}
#product .cesi-catalog-contact-panel strong{font-size:18px!important}
#product .cesi-catalog-contact-panel p{max-width:560px}

#product .cesi-product-page .tabs{
  width:100%;
  min-height:0!important;
  height:auto!important;
  margin:24px 0 0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid #d8dedd!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 14px 32px rgba(29,39,45,.08)!important;
}
#product .cesi-product-page .tabs .nav-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:4px!important;
  min-height:0!important;
  margin:0!important;
  padding:14px 18px 0!important;
  border:0!important;
  border-bottom:1px solid #e6e9e8!important;
  background:#fbfcfc!important;
}
#product .cesi-product-page .tabs .nav-item{margin:0!important}
#product .cesi-product-page .tabs .nav-link{
  position:relative;
  display:block!important;
  margin:0!important;
  padding:12px 15px 14px!important;
  border:0!important;
  border-radius:8px 8px 0 0!important;
  background:transparent!important;
  color:#69737a!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-transform:none!important;
}
#product .cesi-product-page .tabs .nav-link::after{
  position:absolute;
  right:12px;
  bottom:-1px;
  left:12px;
  height:3px;
  border-radius:999px 999px 0 0;
  background:transparent;
  content:"";
}
#product .cesi-product-page .tabs .nav-link:hover{color:var(--cesi-red-dark)!important}
#product .cesi-product-page .tabs .nav-link.active{
  color:var(--cesi-red-dark)!important;
  background:#fff!important;
}
#product .cesi-product-page .tabs .nav-link.active::after{background:var(--cesi-red-dark)}
#product .cesi-product-page .tabs .tab-content{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:26px 28px 30px!important;
  overflow:visible!important;
  background:#fff!important;
}
#product .cesi-product-page .tabs .tab-pane{
  display:none!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  visibility:hidden!important;
}
#product .cesi-product-page .tabs .tab-pane.active,
#product .cesi-product-page .tabs .tab-pane.show{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
#product .cesi-product-page .tabs .product-description,
#product .cesi-product-page .tabs .product-description p,
#product .cesi-product-page .tabs .tab-pane{
  color:#273139!important;
  font-size:15px!important;
  line-height:1.72!important;
}
#product .cesi-product-page .tabs .product-description>*:first-child{margin-top:0!important}
#product .cesi-product-page .tabs .product-description>*:last-child{margin-bottom:0!important}
#product .cesi-product-page .tabs .product-description img{
  max-width:100%!important;
  height:auto!important;
  border-radius:10px;
}
#product .cesi-product-page .product-features .h6{
  margin:0 0 16px!important;
  color:#1d272e!important;
  font-size:17px!important;
  font-weight:800!important;
}
#product .cesi-product-page .data-sheet{
  display:grid!important;
  grid-template-columns:minmax(150px,.7fr) minmax(0,1.3fr)!important;
  gap:0!important;
  margin:0!important;
  border:1px solid #e0e5e4;
  border-radius:10px;
  overflow:hidden;
}
#product .cesi-product-page .data-sheet dt,
#product .cesi-product-page .data-sheet dd{
  min-height:44px!important;
  margin:0!important;
  padding:12px 14px!important;
  border-bottom:1px solid #e7eae9!important;
  background:#fff!important;
}
#product .cesi-product-page .data-sheet dt{
  color:#3a454d!important;
  font-weight:700!important;
  background:#f7f8f8!important;
}
#product .cesi-product-page .data-sheet dt:last-of-type,
#product .cesi-product-page .data-sheet dd:last-of-type{border-bottom:0!important}

#product-modal.cesi-product-images-modal{z-index:1200!important}
#product-modal .modal-dialog{
  width:min(980px,calc(100vw - 36px))!important;
  max-width:none!important;
  margin:18px auto!important;
}
#product-modal .modal-content{
  position:relative;
  overflow:hidden;
  border:0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 28px 80px rgba(8,15,20,.34)!important;
}
#product-modal .modal-body{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 112px!important;
  gap:20px!important;
  align-items:center!important;
  min-height:0!important;
  margin:0!important;
  padding:24px!important;
}
#product-modal .cesi-product-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#1d272e;
  box-shadow:0 7px 20px rgba(17,24,32,.16);
  font-size:20px;
}
#product-modal .cesi-product-modal-close:hover{background:var(--cesi-red-dark);color:#fff}
#product-modal .cesi-product-modal-figure{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:520px;
  margin:0!important;
  padding:18px;
  border-radius:14px;
  background:#f7f8f8;
}
#product-modal .product-cover-modal{
  display:block!important;
  width:100%!important;
  height:min(72vh,720px)!important;
  max-width:100%!important;
  max-height:720px!important;
  margin:0!important;
  object-fit:contain!important;
}
#product-modal .cesi-product-modal-thumbnails{
  width:112px!important;
  min-width:112px!important;
  height:min(72vh,620px)!important;
  margin:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin;
}
#product-modal .cesi-product-modal-thumbnails .mask{
  width:100%!important;
  height:auto!important;
  margin:0!important;
  overflow:visible!important;
}
#product-modal .cesi-product-modal-thumbnails .product-images{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  width:100%!important;
  margin:0!important;
  padding:2px!important;
  list-style:none!important;
}
#product-modal .cesi-product-modal-thumbnails .thumb-container{
  flex:0 0 96px!important;
  width:96px!important;
  height:96px!important;
  margin:0 auto!important;
}
#product-modal .image-caption{display:none!important}

@media (max-width:991px){
  #product #wrapper{padding-top:18px!important}
  #product .cesi-product-page .product-container{
    grid-template-columns:minmax(0,1fr)!important;
    gap:26px!important;
  }
  #product .cesi-product-page h1.h1{font-size:clamp(28px,6vw,40px)!important}
  #product .cesi-product-page .page-content{position:static!important}
  #product .cesi-product-gallery{max-width:720px;margin:0 auto}
}
@media (max-width:767px){
  #product #wrapper>.container{width:min(100% - 20px,720px)!important}
  #product .breadcrumb{margin-bottom:14px!important;font-size:11px!important;white-space:nowrap;overflow-x:auto}
  #product .cesi-product-gallery{padding:12px;border-radius:12px}
  #product .cesi-product-cover{border-radius:9px}
  #product .cesi-product-zoom{opacity:1!important;padding:10px!important;background:transparent!important}
  #product .cesi-product-zoom .zoom-in{width:38px;height:38px;font-size:15px}
  #product .cesi-product-gallery-arrow{width:38px;height:38px}
  #product .cesi-product-gallery-arrow--prev{left:8px}
  #product .cesi-product-gallery-arrow--next{right:8px}
  #product .cesi-product-thumbnails{margin-top:10px!important}
  #product .cesi-product-thumbnails .thumb-container{flex-basis:72px!important;width:72px!important;height:72px!important}
  #product .cesi-product-page h1.h1{margin-bottom:16px!important;font-size:clamp(26px,8.5vw,36px)!important;line-height:1.12!important}
  #product .cesi-catalog-contact-panel{grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;padding:17px!important}
  #product .cesi-catalog-contact-panel strong{font-size:16px!important}
  #product .cesi-catalog-contact-panel p{font-size:13px!important;line-height:1.55!important}
  #product .cesi-catalog-contact-button{width:100%}
  #product .cesi-product-page .tabs{margin-top:18px!important;border-radius:12px!important}
  #product .cesi-product-page .tabs .nav-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;padding:10px 10px 0!important}
  #product .cesi-product-page .tabs .nav-link{white-space:nowrap;padding:11px 12px 13px!important;font-size:13px!important}
  #product .cesi-product-page .tabs .tab-content{padding:20px 17px 23px!important}
  #product .cesi-product-page .tabs .product-description,
  #product .cesi-product-page .tabs .product-description p,
  #product .cesi-product-page .tabs .tab-pane{font-size:14px!important;line-height:1.65!important}
  #product .cesi-product-page .data-sheet{grid-template-columns:1fr!important}
  #product .cesi-product-page .data-sheet dt{border-bottom:0!important;padding-bottom:5px!important}
  #product .cesi-product-page .data-sheet dd{padding-top:5px!important}

  #product-modal .modal-dialog{width:calc(100vw - 16px)!important;margin:8px auto!important}
  #product-modal .modal-content{border-radius:13px!important}
  #product-modal .modal-body{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:14px!important;
  }
  #product-modal .cesi-product-modal-figure{min-height:0;padding:8px 4px 4px}
  #product-modal .product-cover-modal{height:min(67vh,560px)!important}
  #product-modal .cesi-product-modal-thumbnails{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }
  #product-modal .cesi-product-modal-thumbnails .product-images{
    flex-direction:row!important;
    width:max-content!important;
    min-width:100%!important;
  }
  #product-modal .cesi-product-modal-thumbnails .thumb-container{
    flex:0 0 74px!important;
    width:74px!important;
    height:74px!important;
    margin:0!important;
  }
  #product-modal .cesi-product-modal-close{top:10px;right:10px;width:38px;height:38px}
  #product-modal .cesi-product-modal-arrow{width:38px;height:38px}
  #product-modal .cesi-product-modal-arrow--prev{left:7px}
  #product-modal .cesi-product-modal-arrow--next{right:7px}
}
@media (prefers-reduced-motion:reduce){
  #product .cesi-product-cover>.js-qv-product-cover,
  #product .cesi-product-thumb-button,
  #product-modal .cesi-product-modal-thumb-button{transition:none!important}
}

#product .cesi-product-zoom{
  background:transparent!important;
}
#product .cesi-product-zoom .zoom-in{
  display:none!important;
}

#product .breadcrumb{
  width:100%!important;
  margin:0 0 24px!important;
  padding:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  border:1px solid rgba(30,43,48,.10)!important;
  border-left:4px solid var(--cesi-red-dark)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 8px 24px rgba(30,43,48,.07)!important;
  scrollbar-width:thin;
  scrollbar-color:#c9cfcd transparent;
}
#product .breadcrumb ol{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:3px!important;
  width:max-content!important;
  min-width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
#product .breadcrumb li{
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
}
#product .breadcrumb li::after{
  content:"›"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 4px!important;
  color:var(--cesi-red-dark)!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1!important;
}
#product .breadcrumb li:last-child::after{
  content:""!important;
  display:none!important;
  margin:0!important;
}
#product .breadcrumb a,
#product .breadcrumb li:last-child>span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:7px 10px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  font-size:13px!important;
  line-height:1.25!important;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
#product .breadcrumb a{
  border-color:#dce2e0!important;
  background:#fff!important;
  color:#283238!important;
  font-weight:650!important;
  box-shadow:0 2px 8px rgba(30,43,48,.04)!important;
}
#product .breadcrumb a:hover,
#product .breadcrumb a:focus-visible{
  border-color:var(--cesi-red-dark)!important;
  background:var(--cesi-red-dark)!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(180,7,3,.18)!important;
  transform:translateY(-1px)!important;
  outline:0!important;
}
#product .breadcrumb li:last-child>span{
  background:#eef1f0!important;
  color:#687176!important;
  font-weight:600!important;
}

@media (max-width:767px){
  #product .breadcrumb{
    margin-bottom:15px!important;
    padding:6px!important;
    border-radius:9px!important;
  }
  #product .breadcrumb a,
  #product .breadcrumb li:last-child>span{
    min-height:31px!important;
    padding:6px 8px!important;
    font-size:11px!important;
  }
  #product .breadcrumb li::after{
    margin:0 2px!important;
    font-size:15px!important;
  }
}

.cesi-company-dropdown > button{
  column-gap:7px!important;
}
.cesi-company-dropdown > button .fa-caret-down{
  flex:0 0 auto;
}

#product .cesi-product-price-under-image{
  width:100%;
  margin:16px 0 0;
  padding:17px 20px;
  border:1px solid #d8dedd;
  border-left:4px solid var(--cesi-red-dark,#bd2f41);
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#fff9f9 100%);
  box-shadow:0 12px 28px rgba(29,39,45,.08);
}
#product .cesi-product-price-under-image__label{
  display:block;
  margin:0 0 7px;
  color:#5d666c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.2;
  text-transform:uppercase;
}
#product .cesi-product-price-under-image .cesi-product-detail-prices{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
#product .cesi-product-price-under-image .cesi-product-detail-prices .current-price-value{
  font-size:34px;
}
@media (max-width:991px){
  #product .cesi-product-price-under-image{
    max-width:720px;
    margin:14px auto 0;
  }
}
@media (max-width:767px){
  #product .cesi-product-price-under-image{
    padding:15px 17px;
    border-radius:12px;
  }
  #product .cesi-product-price-under-image .cesi-product-detail-prices .current-price-value{
    font-size:29px;
  }
}

.cesi-mobile-company{
  width:100%;
}
.cesi-mobile-company-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:43px;
  padding:9px 5px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#1b2024;
  font:inherit;
  font-weight:700;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.cesi-mobile-company-toggle:hover,
.cesi-mobile-company-toggle:focus-visible,
.cesi-mobile-company-toggle:not(.collapsed){
  background:#f7eeee;
  color:var(--cesi-red-dark,#bd2f41);
  outline:0;
}
.cesi-mobile-company-label{
  display:flex;
  align-items:center;
  gap:10px;
}
.cesi-mobile-company-label > i{
  width:18px;
  color:var(--cesi-red-dark,#bd2f41);
  text-align:center;
}
.cesi-mobile-company-chevron{
  width:auto!important;
  margin-left:12px;
  color:#4d565b!important;
  font-size:12px;
  transition:transform .2s ease;
}
.cesi-mobile-company-toggle:not(.collapsed) .cesi-mobile-company-chevron{
  transform:rotate(180deg);
}
.cesi-mobile-company-submenu{
  display:grid;
  gap:2px;
  margin:2px 0 7px 31px;
  padding:4px 0 5px 12px;
  border-left:2px solid rgba(189,47,65,.28);
}
.cesi-mobile-secondary-links .cesi-mobile-company-submenu a{
  min-height:36px;
  padding:7px 9px!important;
  border-radius:6px;
  color:#343b3f!important;
  font-size:14px;
  font-weight:600;
  transition:background .18s ease,color .18s ease,padding-left .18s ease;
}
.cesi-mobile-secondary-links .cesi-mobile-company-submenu a:hover,
.cesi-mobile-secondary-links .cesi-mobile-company-submenu a:focus-visible{
  padding-left:13px!important;
  background:#f7eeee;
  color:var(--cesi-red-dark,#bd2f41)!important;
  outline:0;
}
.cesi-mobile-secondary-links .cesi-mobile-company-submenu a i{
  width:16px;
  font-size:13px;
}

#manufacturer .cesi-manufacturer-logo-wrap{
  isolation:isolate;
  height:140px;
  padding:20px;
  background:#fff!important;
}
#manufacturer .cesi-manufacturer-logo-wrap::before{
  position:absolute;
  inset:14px;
  z-index:0;
  border:1px solid #eef1f0;
  border-radius:10px;
  background:linear-gradient(180deg,#fff 0%,#fcfdfd 100%);
  content:"";
}
#manufacturer .cesi-manufacturer-logo-wrap img{
  position:relative;
  z-index:1;
  width:100%!important;
  height:100%!important;
  max-width:155px!important;
  max-height:78px!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none;
}
#manufacturer .cesi-manufacturer-card:hover .cesi-manufacturer-logo-wrap img{
  transform:scale(1.035);
}
#manufacturer .cesi-manufacturer-logo-fallback{
  z-index:1;
}

@media(max-width:767.98px){
  #manufacturer .cesi-manufacturer-logo-wrap{
    height:118px;
    padding:16px;
  }
  #manufacturer .cesi-manufacturer-logo-wrap::before{
    inset:10px;
  }
  #manufacturer .cesi-manufacturer-logo-wrap img{
    max-width:132px!important;
    max-height:66px!important;
  }
}

@media(max-width:420px){
  #manufacturer .cesi-manufacturer-logo-wrap{
    height:102px;
    padding:13px 10px;
  }
  #manufacturer .cesi-manufacturer-logo-wrap img{
    max-width:112px!important;
    max-height:58px!important;
  }
}

#manufacturer .cesi-brand-products-page{
  --brand-list-red:#c90000;
  --brand-list-red-dark:#a90000;
  --brand-list-ink:#17202a;
  --brand-list-muted:#66717a;
  --brand-list-line:#d9dfdd;
  width:100%;
  max-width:none;
  margin:0;
}
#manufacturer .cesi-brand-products-hero{
  position:relative;
  display:grid;
  grid-template-columns:68px minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin:0 0 18px;
  padding:30px 34px;
  overflow:hidden;
  border:1px solid #d8dddc;
  border-radius:15px;
  background:
    radial-gradient(circle at 92% 5%,rgba(201,0,0,.11),transparent 30%),
    linear-gradient(135deg,#fff 0%,#fafbfb 100%);
  box-shadow:0 14px 34px rgba(32,42,47,.08);
}
#manufacturer .cesi-brand-products-hero::before{
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,var(--brand-list-red-dark),#d23a43,#ef777d);
  content:"";
}
#manufacturer .cesi-brand-products-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  border-radius:18px;
  background:linear-gradient(145deg,#d53943,var(--brand-list-red-dark));
  color:#fff;
  font-size:27px;
  box-shadow:0 11px 22px rgba(169,0,0,.19);
}
#manufacturer .cesi-brand-products-heading{
  min-width:0;
}
#manufacturer .cesi-brand-products-eyebrow{
  display:block;
  margin:0 0 4px;
  color:#b51e2e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
#manufacturer .cesi-brand-products-heading h1{
  margin:0!important;
  color:var(--brand-list-ink)!important;
  font-size:34px!important;
  font-weight:800!important;
  line-height:1.08!important;
  text-transform:none!important;
}
#manufacturer .cesi-brand-products-description{
  max-width:760px;
  margin:8px 0 0!important;
  color:var(--brand-list-muted)!important;
  font-size:13px!important;
  line-height:1.55!important;
}
#manufacturer .cesi-brand-products-description p:last-child{
  margin-bottom:0;
}
#manufacturer .cesi-brand-products-counter{
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border:1px solid rgba(201,0,0,.13);
  border-radius:999px;
  background:#fff7f7;
  color:#606a72;
  white-space:nowrap;
}
#manufacturer .cesi-brand-products-counter strong{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:33px;
  height:29px;
  padding:0 8px;
  border-radius:999px;
  background:#fff;
  color:#b51e2e;
  font-size:15px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(201,0,0,.12);
}
#manufacturer .cesi-brand-products-counter span{
  font-size:12px;
  font-weight:800;
}

#manufacturer .cesi-brand-products-results{
  padding:18px;
  border:1px solid #d8dddc;
  border-radius:15px;
  background:#f8f9f9;
  box-shadow:0 14px 34px rgba(32,42,47,.07);
}
#manufacturer .cesi-brand-products-page .cesi-catalog-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:58px;
  margin:0 0 12px;
  padding:10px 13px 10px 16px;
  border:1px solid #d9dfdd;
  border-radius:11px;
  background:#fff;
  box-shadow:0 5px 16px rgba(32,42,47,.05);
}
#manufacturer .cesi-brand-products-page .cesi-catalog-count,
#manufacturer .cesi-brand-products-page .cesi-catalog-sort{
  display:flex;
  align-items:center;
  gap:9px;
}
#manufacturer .cesi-brand-products-page .cesi-toolbar-label{
  color:#58636b;
  font-size:12px;
  font-weight:800;
}
#manufacturer .cesi-brand-products-page .cesi-catalog-count strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:31px;
  height:29px;
  padding:0 9px;
  border-radius:999px;
  background:#b51e2e;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
#manufacturer .cesi-brand-products-page .cesi-sort-button{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:215px;
  height:38px;
  padding:0 12px;
  border:1px solid #ced5d3;
  border-radius:9px;
  background:#f7f8f8;
  color:#263039;
  font-size:12px;
  font-weight:700;
  text-align:left;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
#manufacturer .cesi-brand-products-page .cesi-sort-button span{
  min-width:0;
  flex:1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#manufacturer .cesi-brand-products-page .cesi-sort-button:hover,
#manufacturer .cesi-brand-products-page .cesi-sort-button[aria-expanded="true"]{
  border-color:rgba(201,0,0,.48);
  background:#fff;
  box-shadow:0 0 0 3px rgba(201,0,0,.07);
}
#manufacturer .cesi-brand-products-page .cesi-sort-menu{
  min-width:255px;
  padding:6px;
  border:1px solid #d4dad8;
  border-radius:10px;
  box-shadow:0 14px 32px rgba(30,40,45,.16);
}
#manufacturer .cesi-brand-products-page .cesi-sort-menu .select-list{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:7px;
  color:#2b343b;
  font-size:12px;
  text-decoration:none;
}
#manufacturer .cesi-brand-products-page .cesi-sort-menu .select-list:hover,
#manufacturer .cesi-brand-products-page .cesi-sort-menu .select-list.current{
  background:#fff0f1;
  color:#ad1728;
}

#manufacturer .cesi-brand-products-page #js-product-list{
  min-width:0;
}
#manufacturer .cesi-brand-products-page #js-product-list>.products{
  margin-right:-7px;
  margin-left:-7px;
}
#manufacturer .cesi-brand-product-col{
  display:flex;
  padding:7px!important;
}
#manufacturer .cesi-brand-product-card{
  position:relative;
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  width:100%;
  min-width:0;
  min-height:430px;
  overflow:hidden;
  border:1px solid #d7dddb;
  border-radius:13px;
  background:#fff;
  box-shadow:0 6px 18px rgba(31,40,45,.065);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
#manufacturer .cesi-brand-product-card:hover{
  z-index:2;
  border-color:rgba(201,0,0,.38);
  box-shadow:0 16px 30px rgba(31,40,45,.14);
  transform:translateY(-5px);
}
#manufacturer .cesi-brand-product-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:236px;
  padding:18px;
  overflow:hidden;
  border-bottom:1px solid #edf0ef;
  background:linear-gradient(180deg,#fff 0%,#fafbfb 100%);
}
#manufacturer .cesi-brand-product-media>a:not(.cesi-brand-product-quick-view){
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
#manufacturer .cesi-brand-product-media img{
  display:block;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:auto;
  object-fit:contain!important;
  object-position:center!important;
  transition:transform .25s ease;
}
#manufacturer .cesi-brand-product-card:hover .cesi-brand-product-media img{
  transform:scale(1.035);
}
#manufacturer .cesi-brand-product-flags{
  position:absolute;
  top:11px;
  left:11px;
  z-index:3;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  max-width:calc(100% - 60px);
}
#manufacturer .cesi-brand-product-flag{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 8px;
  border-radius:6px;
  background:#1eafc9;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
  line-height:1;
  text-transform:uppercase;
  box-shadow:0 5px 12px rgba(30,175,201,.18);
}
#manufacturer .cesi-brand-product-flag.discount,
#manufacturer .cesi-brand-product-flag.on-sale{
  background:#b51e2e;
  box-shadow:0 5px 12px rgba(181,30,46,.18);
}
#manufacturer .cesi-brand-product-quick-view{
  position:absolute;
  top:11px;
  right:11px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid #e0e5e3;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#48545c!important;
  text-decoration:none!important;
  box-shadow:0 5px 13px rgba(31,40,45,.10);
  transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease;
}
#manufacturer .cesi-brand-product-quick-view:hover{
  border-color:#b51e2e;
  background:#b51e2e;
  color:#fff!important;
  transform:translateY(-2px);
}
#manufacturer .cesi-brand-product-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-width:0;
  padding:16px;
}
#manufacturer .cesi-brand-product-brand{
  display:block;
  margin:0 0 6px;
  overflow:hidden;
  color:#b51e2e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
#manufacturer .cesi-brand-product-title{
  min-height:48px;
  margin:0 0 7px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.42!important;
  text-transform:none!important;
}
#manufacturer .cesi-brand-product-title a{
  display:-webkit-box;
  overflow:hidden;
  color:#20282f!important;
  text-decoration:none!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
#manufacturer .cesi-brand-product-title a:hover{
  color:#b51e2e!important;
}
#manufacturer .cesi-brand-product-reference{
  display:block;
  min-height:17px;
  margin:0 0 5px;
  overflow:hidden;
  color:#7b858c;
  font-size:10px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#manufacturer .cesi-brand-product-body .cesi-listing-price{
  min-height:48px;
  margin:7px 0 13px;
  padding:8px 10px;
  border-color:#f0dfe1;
  border-radius:9px;
  background:linear-gradient(180deg,#fff8f8 0%,#fff 100%);
}
#manufacturer .cesi-brand-product-body .cesi-listing-current-price{
  font-size:20px;
}
#manufacturer .cesi-brand-product-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:40px;
  margin-top:auto;
  padding:9px 12px;
  border:1px solid #b51e2e;
  border-radius:8px;
  background:#b51e2e;
  color:#fff!important;
  font-size:11px;
  font-weight:900;
  text-align:center;
  text-decoration:none!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
#manufacturer .cesi-brand-product-button span{
  flex:1;
}
#manufacturer .cesi-brand-product-button .fa-arrow-right{
  font-size:9px;
  transition:transform .18s ease;
}
#manufacturer .cesi-brand-product-button:hover{
  border-color:#970b1d;
  background:#970b1d;
  box-shadow:0 9px 18px rgba(151,11,29,.20);
  transform:translateY(-1px);
}
#manufacturer .cesi-brand-product-button:hover .fa-arrow-right{
  transform:translateX(3px);
}
#manufacturer .cesi-brand-products-empty{
  padding:58px 20px;
  color:#66717a;
  text-align:center;
}
#manufacturer .cesi-brand-products-empty>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  margin:0 auto 15px;
  border-radius:50%;
  background:#fff0f1;
  color:#b51e2e;
  font-size:23px;
}
#manufacturer .cesi-brand-products-empty h2{
  margin:0 0 7px!important;
  color:#20282f!important;
  font-size:21px!important;
}
#manufacturer .cesi-brand-products-empty p{
  margin:0!important;
  font-size:13px!important;
}

@media(max-width:991.98px){
  #manufacturer .cesi-brand-products-hero{
    grid-template-columns:58px minmax(0,1fr);
    gap:17px;
    padding:26px 24px;
  }
  #manufacturer .cesi-brand-products-icon{
    width:58px;
    height:58px;
    border-radius:15px;
    font-size:23px;
  }
  #manufacturer .cesi-brand-products-counter{
    grid-column:2;
    justify-self:start;
  }
  #manufacturer .cesi-brand-products-heading h1{
    font-size:30px!important;
  }
  #manufacturer .cesi-brand-product-media{
    height:220px;
  }
}
@media(max-width:767.98px){
  #manufacturer .cesi-brand-products-hero{
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
    margin-bottom:12px;
    padding:22px 18px;
    border-radius:11px;
  }
  #manufacturer .cesi-brand-products-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    font-size:21px;
  }
  #manufacturer .cesi-brand-products-heading h1{
    font-size:25px!important;
  }
  #manufacturer .cesi-brand-products-description{
    font-size:12px!important;
  }
  #manufacturer .cesi-brand-products-counter{
    grid-column:1 / -1;
    margin-top:2px;
  }
  #manufacturer .cesi-brand-products-results{
    padding:11px;
    border-radius:11px;
  }
  #manufacturer .cesi-brand-products-page .cesi-catalog-toolbar{
    align-items:stretch;
    flex-direction:column;
    gap:10px;
    padding:12px;
  }
  #manufacturer .cesi-brand-products-page .cesi-catalog-sort{
    align-items:stretch;
    flex-direction:column;
    gap:6px;
  }
  #manufacturer .cesi-brand-products-page .cesi-sort-dropdown,
  #manufacturer .cesi-brand-products-page .cesi-sort-button{
    width:100%;
    min-width:0;
  }
  #manufacturer .cesi-brand-product-col{
    padding:6px!important;
  }
  #manufacturer .cesi-brand-product-card{
    min-height:0;
  }
  #manufacturer .cesi-brand-product-media{
    height:218px;
  }
}
@media(max-width:420px){
  #manufacturer .cesi-brand-products-hero{
    grid-template-columns:1fr;
  }
  #manufacturer .cesi-brand-products-counter{
    grid-column:1;
  }
  #manufacturer .cesi-brand-product-media{
    height:225px;
  }
  #manufacturer .cesi-brand-product-title{
    min-height:0;
  }
}

#category .cesi-empty-category{
  padding:0;
  border:0;
  background:transparent;
  text-align:initial;
}
#category .cesi-empty-category .page-not-found{
  position:relative;
  max-width:920px;
  margin:12px auto 0;
  padding:42px 32px 34px;
  border:1px solid #d7dddc;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.08);
  overflow:hidden;
}
#category .cesi-empty-category .page-not-found::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#d23f3f 0%,#f08a8a 100%);
}
#category .cesi-empty-category .page-not-found::after{
  content:"CATÁLOGO";
  position:absolute;
  top:18px;
  left:24px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(210,63,63,.08);
  color:#c63434;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
}
#category .cesi-empty-category .page-not-found .cesi-empty-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:88px;
  height:88px;
  margin:14px auto 18px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#f8e5e5 0%,#f4d9d9 52%,#f2d2d2 100%);
  color:#c73f3f;
  font-size:40px;
  box-shadow:0 10px 26px rgba(199,63,63,.16);
}
#category .cesi-empty-category .page-not-found h4{
  margin:0 0 10px;
  color:#13243d;
  font-size:33px;
  font-weight:800;
  line-height:1.15;
  text-align:center;
}
#category .cesi-empty-category .page-not-found p{
  max-width:640px;
  margin:0 auto;
  color:#58677a;
  font-size:17px;
  line-height:1.7;
  text-align:center;
}
#category .cesi-empty-category .page-not-found #search_widget,
#category .cesi-empty-category .page-not-found .search-widgets{
  max-width:760px;
  margin:28px auto 0;
}
#category .cesi-empty-category .page-not-found #search_widget form,
#category .cesi-empty-category .page-not-found .search-widgets form{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px;
}
#category .cesi-empty-category .page-not-found .cesi-search-category{
  min-height:50px;
  padding:0 18px;
  border:1px solid #d4d9d8;
  border-radius:14px;
  background:#fff;
  color:#13243d;
  font-weight:700;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
#category .cesi-empty-category .page-not-found input[type="text"]{
  flex:1 1 420px;
  min-width:260px;
  min-height:54px;
  padding:0 18px;
  border:1px solid #d4d9d8;
  border-radius:14px;
  background:#fff;
  color:#13243d;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
#category .cesi-empty-category .page-not-found input[type="text"]::placeholder{
  color:#8a95a3;
}
#category .cesi-empty-category .page-not-found .cesi-search-submit,
#category .cesi-empty-category .page-not-found button[type="submit"]{
  min-height:54px;
  padding:0 28px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,#cf3d3d 0%,#b22c2c 100%);
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 24px rgba(178,44,44,.22);
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#category .cesi-empty-category .page-not-found .cesi-search-submit:hover,
#category .cesi-empty-category .page-not-found button[type="submit"]:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(178,44,44,.26);
}
#category .cesi-empty-category .page-not-found .cesi-search-submit:focus,
#category .cesi-empty-category .page-not-found button[type="submit"]:focus,
#category .cesi-empty-category .page-not-found .cesi-search-category:focus,
#category .cesi-empty-category .page-not-found input[type="text"]:focus{
  outline:none;
  box-shadow:0 0 0 4px rgba(207,61,61,.14);
}
#category .cesi-empty-category .page-not-found .page-not-found-footer,
#category .cesi-empty-category .page-not-found .page-not-found-extra{
  display:none;
}
@media (max-width:767.98px){
  #category .cesi-empty-category .page-not-found{
    padding:36px 18px 24px;
    border-radius:18px;
  }
  #category .cesi-empty-category .page-not-found::after{
    top:14px;
    left:16px;
    font-size:10px;
  }
  #category .cesi-empty-category .page-not-found .cesi-empty-icon{
    width:74px;
    height:74px;
    margin-top:12px;
    font-size:34px;
  }
  #category .cesi-empty-category .page-not-found h4{
    font-size:27px;
  }
  #category .cesi-empty-category .page-not-found p{
    font-size:15px;
    line-height:1.55;
  }
  #category .cesi-empty-category .page-not-found #search_widget,
  #category .cesi-empty-category .page-not-found .search-widgets{
    margin-top:12px;
  }
  #category .cesi-empty-category .page-not-found #search_widget form,
  #category .cesi-empty-category .page-not-found .search-widgets form{
    gap:10px;
  }
  #category .cesi-empty-category .page-not-found .cesi-search-category,
  #category .cesi-empty-category .page-not-found input[type="text"],
  #category .cesi-empty-category .page-not-found .cesi-search-submit,
  #category .cesi-empty-category .page-not-found button[type="submit"]{
    width:100%;
    min-width:0;
  }
}

#category .cesi-empty-category .page-not-found #search_widget,
#category .cesi-empty-category .page-not-found .search-widgets{
  max-width:880px;
}
#category .cesi-empty-category .page-not-found #search_widget form,
#category .cesi-empty-category .page-not-found .search-widgets form{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 132px;
  gap:12px;
  align-items:center;
  justify-content:stretch;
}
#category .cesi-empty-category .page-not-found .cesi-search-category{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  cursor:pointer;
  position:relative;
  z-index:2;
  margin:0;
}
#category .cesi-empty-category .page-not-found input[type="text"]{
  width:100%;
  min-width:0;
  margin:0;
}
#category .cesi-empty-category .page-not-found .cesi-search-submit,
#category .cesi-empty-category .page-not-found button[type="submit"]{
  width:100%;
  white-space:nowrap;
  margin:0;
}
@media (max-width:767.98px){
  #category .cesi-empty-category .page-not-found #search_widget form,
  #category .cesi-empty-category .page-not-found .search-widgets form{
    grid-template-columns:1fr;
  }
}

#category .cesi-special-heading{
  position:relative;
  align-items:center;
  min-height:126px;
  margin:4px 0 22px;
  padding:24px 28px 24px 32px;
  overflow:hidden;
  border:1px solid #d9dddc;
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 12%,rgba(199,63,63,.08) 0,rgba(199,63,63,0) 34%),
    linear-gradient(135deg,#ffffff 0%,#fafbfb 58%,#f5f7f6 100%);
  box-shadow:0 12px 30px rgba(16,24,32,.07);
}
#category .cesi-special-heading::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:5px;
  background:linear-gradient(180deg,#d84a56 0%,#b92d3f 100%);
}
#category .cesi-special-heading::after{
  content:"";
  position:absolute;
  right:-58px;
  bottom:-76px;
  width:210px;
  height:210px;
  border:1px solid rgba(199,63,63,.11);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(199,63,63,.025),0 0 0 58px rgba(199,63,63,.018);
  pointer-events:none;
}
#category .cesi-special-heading .cesi-category-heading-copy,
#category .cesi-special-heading .cesi-view-switcher{
  position:relative;
  z-index:1;
}
#category .cesi-special-heading .cesi-category-kicker{
  display:inline-block;
  margin:0 0 8px;
  padding:0;
  color:#b42e3f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  line-height:1.2;
  text-transform:uppercase;
}
#category .cesi-special-heading h1{
  margin:0;
  color:#15202a;
  font-size:34px;
  font-weight:900;
  letter-spacing:-.025em;
  line-height:1.08;
  text-transform:none;
}
#category .cesi-special-heading .cesi-view-switcher{
  gap:8px;
  padding:5px;
  border:1px solid #d9dddc;
  border-radius:13px;
  background:rgba(255,255,255,.9);
  box-shadow:0 6px 16px rgba(16,24,32,.06);
}
#category .cesi-special-heading .cesi-view-button{
  width:40px;
  height:38px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#53606a;
  font-size:16px;
  box-shadow:none;
  transform:none;
}
#category .cesi-special-heading .cesi-view-button:hover{
  background:#f5e8ea;
  color:#b72e40;
  transform:none;
}
#category .cesi-special-heading .cesi-view-button.is-active{
  background:#c73f4c;
  color:#fff;
  box-shadow:0 7px 14px rgba(183,46,64,.22);
  transform:none;
}

#category .cesi-special-products-section{
  position:relative;
  margin-bottom:26px;
  padding:18px;
  border:1px solid #dde1e0;
  border-radius:20px;
  background:linear-gradient(180deg,#f8f9f9 0%,#f4f6f5 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(16,24,32,.045);
}
#category .cesi-special-products-section #js-product-list .products.cesi-catalog-products{
  margin:-7px;
}
#category .cesi-special-products-section .cesi-catalog-col{
  padding:7px!important;
}
#category .cesi-special-products-section .cesi-catalog-card{
  min-height:474px;
  border:1px solid #e0e3e2;
  border-radius:15px;
  box-shadow:0 4px 14px rgba(16,24,32,.055);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
#category .cesi-special-products-section .cesi-catalog-card:hover{
  border-color:#cfd5d3;
  box-shadow:0 16px 30px rgba(16,24,32,.12);
  transform:translateY(-4px);
}
#category .cesi-special-products-section .cesi-catalog-image{
  height:206px;
  padding:22px 18px 12px;
  border-bottom:1px solid #f0f1f1;
  background:linear-gradient(180deg,#ffffff 0%,#fcfcfc 100%);
}
#category .cesi-special-products-section .cesi-catalog-image img{
  max-width:230px;
}
#category .cesi-special-products-section .cesi-card-quick-view{
  top:auto;
  border-color:#e1e4e3;
  background:#fff;
  box-shadow:0 5px 14px rgba(16,24,32,.09);
}
#category .cesi-special-products-section .cesi-catalog-card-body{
  padding:14px 15px 0;
}
#category .cesi-special-products-section .cesi-catalog-title{
  min-height:54px;
  margin-bottom:8px;
  font-size:14px;
  line-height:1.35;
}
#category .cesi-special-products-section .cesi-catalog-meta{
  margin-bottom:10px;
  color:#69737b;
}
#category .cesi-special-products-section .cesi-catalog-card-bottom{
  border-top:1px solid #eceeed;
}
#category .cesi-special-products-section .cesi-catalog-status-price{
  min-height:48px;
  padding:9px 1px;
}
#category .cesi-special-products-section .cesi-buy-button{
  min-height:44px;
  background:linear-gradient(135deg,#cf4350 0%,#b92e40 100%);
  font-weight:900;
  letter-spacing:.01em;
}
#category .cesi-special-products-section .cesi-buy-button:hover,
#category .cesi-special-products-section .cesi-buy-button:focus{
  background:linear-gradient(135deg,#bc3543 0%,#9f2435 100%);
  box-shadow:0 8px 18px rgba(159,36,53,.18);
}

#category .cesi-special-products-section #js-product-list .products.cesi-list-view .cesi-catalog-card{
  border-radius:15px;
  overflow:hidden;
}
#category .cesi-special-products-section #js-product-list .products.cesi-list-view .cesi-catalog-image{
  min-height:235px;
  border-right:1px solid #eceeed;
  border-bottom:0;
}

@media (max-width:767.98px){
  #category .cesi-special-heading{
    min-height:108px;
    margin-bottom:16px;
    padding:20px 18px 20px 23px;
    border-radius:16px;
  }
  #category .cesi-special-heading h1{
    font-size:28px;
  }
  #category .cesi-special-products-section{
    padding:10px;
    border-radius:16px;
  }
  #category .cesi-special-products-section #js-product-list .products.cesi-catalog-products{
    margin:-5px;
  }
  #category .cesi-special-products-section .cesi-catalog-col{
    padding:5px!important;
  }
}
@media (max-width:575.98px){
  #category .cesi-special-heading{
    min-height:96px;
    padding:17px 13px 17px 19px;
  }
  #category .cesi-special-heading::after{
    right:-105px;
  }
  #category .cesi-special-heading .cesi-category-kicker{
    margin-bottom:6px;
    font-size:9px;
    letter-spacing:.13em;
  }
  #category .cesi-special-heading h1{
    font-size:24px;
  }
  #category .cesi-special-heading .cesi-view-switcher{
    gap:4px;
    padding:4px;
    border-radius:11px;
  }
  #category .cesi-special-heading .cesi-view-button{
    width:34px;
    height:33px;
    border-radius:8px;
    font-size:14px;
  }
  #category .cesi-special-products-section{
    margin-right:-2px;
    margin-left:-2px;
    padding:7px;
    border-radius:14px;
  }
  #category .cesi-special-products-section .cesi-catalog-card{
    border-radius:12px;
  }
}

#category .cesi-special-products-section .cesi-card-photo-link{
  cursor:zoom-in;
}

#category .cesi-special-products-section .cesi-catalog-card-bottom-only{
  border-top:0;
}
#category .cesi-special-products-section .cesi-special-home-view{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:45px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #292b3b!important;
  border-radius:13px!important;
  background:#292b3b!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
#category .cesi-special-products-section .cesi-special-home-view:hover,
#category .cesi-special-products-section .cesi-special-home-view:focus{
  border-color:#b32638!important;
  background:#b32638!important;
  color:#fff!important;
  box-shadow:0 12px 22px rgba(179,38,56,.2)!important;
  transform:none!important;
}

#category .cesi-special-products-section .cesi-catalog-card .cesi-listing-price{
  margin-top:14px!important;
  margin-bottom:12px!important;
}
#category .cesi-special-products-section .cesi-catalog-card-bottom-only{
  margin-top:0!important;
  margin-bottom:auto!important;
}
#category .cesi-special-products-section .cesi-card-photo-link{
  cursor:pointer;
}

#category .cesi-special-products-section .cesi-image-unavailable{
  display:none;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:20px;
  color:#7a838a;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
  background:#fafbfb;
}
#category .cesi-special-products-section .cesi-image-unavailable.is-visible{
  display:flex;
}

.cesi-product-image-host{
  position:relative!important;
}
.cesi-product-image-fallback{
  position:absolute;
  inset:0;
  z-index:2;
  display:none;
  align-items:center;
  justify-content:center;
  min-width:100%;
  min-height:100%;
  padding:14px;
  background:#fafbfb;
  color:#7a838a;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
  pointer-events:none;
}
.cesi-product-image-fallback.is-visible{
  display:flex;
}

.cesi-product-image-host > .cesi-image-unavailable{
  position:absolute;
  inset:0;
  z-index:2;
  align-items:center;
  justify-content:center;
  padding:14px;
  background:#fafbfb;
  color:#7a838a;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
  pointer-events:none;
}

#product .cesi-product-page .page-content > .product-flags,
#product .cesi-product-page .page-content > .js-product-flags{
  z-index:6!important;
}
#product .cesi-product-page .page-content > .product-flags li.product-flag,
#product .cesi-product-page .page-content > .js-product-flags li.product-flag{
  position:relative;
  z-index:7!important;
}

.cesi-home-top-band{
  position:relative;
  left:50%;
  width:100vw;
  margin-left:-50vw;
  margin-right:-50vw;
  margin-top:-24px;
  margin-bottom:14px;
  padding:16px 0 10px;
  background:linear-gradient(180deg,#fff2e6 0%,#ffe7d6 100%);
  border-top:1px solid rgba(229,146,86,.20);
  border-bottom:1px solid rgba(229,146,86,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35), 0 18px 40px rgba(226,136,75,.08);
  overflow:hidden;
}
.cesi-home-top-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(233,124,58,.08), transparent 20%),
    radial-gradient(circle at 84% 20%, rgba(233,124,58,.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.18), transparent 35%);
  pointer-events:none;
}
.cesi-home-top-band-inner{
  position:relative;
  z-index:1;
  width:min(var(--cesi-shell),calc(100% - 32px));
  margin:0 auto;
}
.cesi-home-top-deco{
  position:relative;
  margin:0;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.cesi-home-top-deco::before{display:none}
.cesi-home-top-deco > *{
  position:relative;
  z-index:1;
}
.cesi-home-top-deco .cesi-benefits{
  margin-bottom:10px;
}
.cesi-home-top-deco .cesi-brands{
  margin-top:0;
  border-radius:16px;
  background:rgba(255,255,255,.78);
}
.cesi-home-top-band .cesi-home-showcase-intro{
  margin-top:18px;
}
@media (max-width:991.98px){
  .cesi-home-top-band{
    margin-bottom:12px;
    padding:12px 0 8px;
  }
  .cesi-home-top-band-inner{
    width:calc(100% - 30px);
  }
  .cesi-home-top-band .cesi-home-showcase-intro{
    margin-top:12px;
  }
}
@media (max-width:575.98px){
  .cesi-home-top-band{
    margin-bottom:10px;
    padding:10px 0 6px;
  }
  .cesi-home-top-band-inner{
    width:calc(100% - 20px);
  }
  .cesi-home-top-band .cesi-home-showcase-intro{
    margin-top:12px;
  }
}

.cesi-home-main .cesi-home-shell{
  margin-top:0!important;
}
.cesi-home-top-band{
  margin-top:0!important;
  margin-bottom:0!important;
  padding:12px 0 0!important;
  border-top:0!important;
}
.cesi-home-top-band .cesi-home-showcase-intro{
  margin:18px 0 0!important;
}
#cesiHeroCarousel.cesi-hero-carousel img{
  object-fit:cover!important;
  object-position:center center!important;
}
@media (max-width:991.98px){
  .cesi-home-top-band{
    padding:10px 0 0!important;
  }
  .cesi-home-top-band .cesi-home-showcase-intro{
    margin:14px 0 0!important;
  }
}
@media (max-width:575.98px){
  .cesi-home-top-band{
    padding:8px 0 0!important;
  }
  .cesi-home-top-band .cesi-home-showcase-intro{
    margin:12px 0 0!important;
  }
}

#cesiHeroCarousel.cesi-hero-carousel{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
#cesiHeroCarousel.cesi-hero-carousel .carousel-inner{
  width:100%!important;
  aspect-ratio:1900 / 430!important;
}
#cesiHeroCarousel.cesi-hero-carousel .carousel-item,
#cesiHeroCarousel.cesi-hero-carousel .carousel-item>a,
#cesiHeroCarousel.cesi-hero-carousel img{
  width:100%!important;
  height:100%!important;
}
#cesiHeroCarousel.cesi-hero-carousel img{
  object-fit:contain!important;
  object-position:center center!important;
}
@media (max-width:1199.98px){
  #cesiHeroCarousel.cesi-hero-carousel .carousel-inner{
    aspect-ratio:1600 / 400!important;
  }
}
@media (max-width:767.98px){
  #cesiHeroCarousel.cesi-hero-carousel .carousel-inner{
    aspect-ratio:1200 / 360!important;
  }
}

.cesi-home-top-band{
  background:#fff!important;
  border-top:1px solid rgba(233,168,130,.16)!important;
  border-bottom:1px solid rgba(233,168,130,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 28px rgba(230,197,175,.08)!important;
  overflow:hidden!important;
}
.cesi-home-top-band::before,
.cesi-home-top-band::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.cesi-home-top-band::before{
  z-index:0;
  opacity:.55;
  background-image:
    url("../img/decor/cloud-soft-orange.svg"),
    url("../img/decor/cloud-soft-orange.svg"),
    url("../img/decor/cloud-soft-orange.svg"),
    radial-gradient(circle at 50% 8%, rgba(247,236,228,.92), rgba(255,255,255,0) 48%);
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
  background-position:
    4% 14%,
    86% 13%,
    11% 74%,
    0 0;
  background-size:
    150px auto,
    122px auto,
    100px auto,
    100% 100%;
}
.cesi-home-top-band::after{
  z-index:0;
  opacity:.42;
  background-image:
    url("../img/decor/cloud-soft-orange.svg"),
    url("../img/decor/cloud-soft-orange.svg"),
    url("../img/decor/cloud-soft-orange.svg"),
    url("../img/decor/cloud-soft-orange.svg");
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
  background-position:
    31% 48%,
    63% 72%,
    91% 83%,
    72% 34%;
  background-size:
    112px auto,
    120px auto,
    82px auto,
    94px auto;
}
.cesi-home-top-band > *{
  position:relative;
  z-index:1;
}
@media (max-width:991.98px){
  .cesi-home-top-band::before{
    background-position:3% 12%, 84% 15%, 8% 78%, 0 0;
    background-size:112px auto, 96px auto, 80px auto, 100% 100%;
  }
  .cesi-home-top-band::after{
    background-position:34% 49%, 66% 74%, 90% 84%, 75% 32%;
    background-size:86px auto, 96px auto, 66px auto, 74px auto;
  }
}
@media (max-width:767.98px){
  .cesi-home-top-band::before{
    background-position:4% 10%, 82% 12%, 8% 78%, 0 0;
    background-size:92px auto, 78px auto, 62px auto, 100% 100%;
    opacity:.5;
  }
  .cesi-home-top-band::after{
    background-position:40% 46%, 70% 73%, 88% 86%, 70% 28%;
    background-size:68px auto, 74px auto, 52px auto, 58px auto;
    opacity:.32;
  }
}

.cesi-home-top-band{
  background:var(--cesi-bg)!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}

.cesi-home-top-band::before{
  z-index:0!important;
  opacity:1!important;
  background-image:
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png")!important;
  background-repeat:no-repeat!important;
  background-position:
    3% 10%,
    27% 68%,
    76% 12%,
    93% 72%!important;
  background-size:
    128px auto,
    92px auto,
    116px auto,
    82px auto!important;
}

.cesi-home-top-band::after{
  z-index:0!important;
  opacity:1!important;
  background-image:
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png")!important;
  background-repeat:no-repeat!important;
  background-position:
    13% 76%,
    53% 28%,
    68% 78%!important;
  background-size:
    74px auto,
    102px auto,
    88px auto!important;
}

.cesi-home-top-band > *{
  position:relative;
  z-index:1;
}

@media (max-width:991.98px){
  .cesi-home-top-band::before{
    background-position:
      2% 9%,
      25% 72%,
      79% 10%,
      94% 74%!important;
    background-size:
      104px auto,
      76px auto,
      94px auto,
      68px auto!important;
  }

  .cesi-home-top-band::after{
    background-position:
      12% 80%,
      55% 25%,
      70% 80%!important;
    background-size:
      62px auto,
      82px auto,
      70px auto!important;
  }
}

@media (max-width:575.98px){
  .cesi-home-top-band::before{
    background-position:
      1% 7%,
      22% 76%,
      82% 8%,
      96% 78%!important;
    background-size:
      82px auto,
      58px auto,
      72px auto,
      52px auto!important;
  }

  .cesi-home-top-band::after{
    background-position:
      10% 82%,
      58% 24%,
      72% 82%!important;
    background-size:
      48px auto,
      64px auto,
      54px auto!important;
  }
}

.cesi-home-top-band::before,
.cesi-home-top-band::after{
  animation:none!important;
}

.cesi-home-top-band{
  overflow:hidden!important;
}

.cesi-home-top-band::before,
.cesi-home-top-band::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-110vw;
  pointer-events:none;
  will-change:transform;
  z-index:0!important;
}

.cesi-home-top-band::before{
  width:250vw;
  opacity:.34!important;
  background-image:
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    radial-gradient(circle at 50% 8%, rgba(247,236,228,.50), rgba(255,255,255,0) 48%)!important;
  background-repeat:no-repeat, no-repeat, no-repeat, no-repeat!important;
  background-position:
    8% 16%,
    42% 58%,
    72% 76%,
    0 0!important;
  background-size:
    122px auto,
    78px auto,
    88px auto,
    100% 100%!important;
  animation:cesiCloudLoopLiteA 40s linear infinite!important;
}

.cesi-home-top-band::after{
  width:250vw;
  opacity:.22!important;
  background-image:
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png"),
    url("../img/decor/cloud-orange-reference.png")!important;
  background-repeat:no-repeat, no-repeat, no-repeat!important;
  background-position:
    18% 32%,
    56% 12%,
    84% 64%!important;
  background-size:
    104px auto,
    94px auto,
    72px auto!important;
  animation:cesiCloudLoopLiteB 54s linear infinite!important;
}

@keyframes cesiCloudLoopLiteA{
  from{
    transform:translate3d(0,0,0);
  }
  to{
    transform:translate3d(120vw,0,0);
  }
}

@keyframes cesiCloudLoopLiteB{
  from{
    transform:translate3d(0,0,0);
  }
  to{
    transform:translate3d(120vw,0,0);
  }
}

@media (max-width:991.98px){
  .cesi-home-top-band::before{
    background-size:
      96px auto,
      62px auto,
      70px auto,
      100% 100%!important;
    animation-duration:34s!important;
  }

  .cesi-home-top-band::after{
    background-size:
      82px auto,
      74px auto,
      58px auto!important;
    animation-duration:44s!important;
  }
}

@media (max-width:575.98px){
  .cesi-home-top-band::before{
    opacity:.28!important;
    background-size:
      76px auto,
      50px auto,
      58px auto,
      100% 100%!important;
    animation-duration:28s!important;
  }

  .cesi-home-top-band::after{
    opacity:.18!important;
    background-size:
      64px auto,
      58px auto,
      44px auto!important;
    animation-duration:36s!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .cesi-home-top-band::before,
  .cesi-home-top-band::after{
    animation:none!important;
    transform:none!important;
  }
}

.cesi-search-results-hero,
.cesi-manufacturers-hero,
.cesi-brand-products-hero,
.cesi-privacy-hero,
.cesi-directions-hero,
.cesi-terms-hero,
.cesi-cookies-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(31,43,50,.10);
  border-left:4px solid #c52b3a;
  border-radius:16px;
  background:
    radial-gradient(circle at 96% 15%, rgba(197,43,58,.08) 0 72px, transparent 73px),
    radial-gradient(circle at 96% 15%, transparent 0 96px, rgba(197,43,58,.045) 97px 99px, transparent 100px),
    linear-gradient(110deg,#fff 0%,#fbfcfc 68%,#fff7f8 100%);
  box-shadow:0 10px 30px rgba(25,35,42,.06);
}

.cesi-search-results-hero > :last-child,
.cesi-manufacturers-hero > :last-child,
.cesi-brand-products-hero > :last-child,
.cesi-privacy-hero > :last-child,
.cesi-directions-hero > :last-child,
.cesi-terms-hero > :last-child,
.cesi-cookies-hero > :last-child{
  position:relative;
  z-index:1;
}

#contact .cesi-contact-heading{
  position:relative;
  overflow:hidden;
  max-width:980px;
  margin:0 auto 30px!important;
  padding:26px 28px 25px;
  border:1px solid rgba(31,43,50,.10);
  border-left:4px solid #c52b3a;
  border-radius:16px;
  background:
    radial-gradient(circle at 94% 15%, rgba(197,43,58,.075) 0 68px, transparent 69px),
    linear-gradient(110deg,#fff 0%,#fbfcfc 68%,#fff8f9 100%);
  box-shadow:0 10px 28px rgba(25,35,42,.055);
}

#contact .cesi-contact-heading::after{
  content:"";
  display:block;
  width:58px;
  height:3px;
  margin:14px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,#c52b3a 0 52%,#35a7ad 52% 100%);
}

#contact .cesi-contact-heading h1{
  position:relative;
  z-index:1;
}

body:not(#index):not(#product):not(#category):not(#search):not(#manufacturer):not(#manufacturers):not(#contact)
#main > .page-header{
  position:relative;
  overflow:hidden;
  margin:0 0 22px;
  padding:20px 24px 19px;
  border:1px solid rgba(31,43,50,.10);
  border-left:4px solid #c52b3a;
  border-radius:14px;
  background:
    radial-gradient(circle at 95% 10%, rgba(197,43,58,.065) 0 60px, transparent 61px),
    linear-gradient(115deg,#fff,#fafbfb 72%,#fff8f9);
  box-shadow:0 8px 24px rgba(25,35,42,.05);
}

body:not(#index):not(#product):not(#category):not(#search):not(#manufacturer):not(#manufacturers):not(#contact)
#main > .page-header h1{
  margin:0!important;
  color:#17222a;
  font-weight:800;
  letter-spacing:-.025em;
}

body:not(#index):not(#product):not(#category):not(#search):not(#manufacturer):not(#manufacturers):not(#contact)
#main > .page-header::after{
  content:"";
  display:block;
  width:58px;
  height:3px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#c52b3a 0 54%,#35a7ad 54% 100%);
}

.cesi-privacy-section,
.cesi-cookies-section,
.cesi-terms-section,
.cesi-directions-card,
.cesi-contact-card,
.cesi-manufacturer-card{
  position:relative;
  overflow:hidden;
}

.cesi-privacy-section::before,
.cesi-cookies-section::before,
.cesi-terms-section::before,
.cesi-directions-card::before,
.cesi-contact-card::before,
.cesi-manufacturer-card::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  width:42px;
  height:2px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,#c52b3a,#35a7ad);
  opacity:.78;
  pointer-events:none;
}

#authentication .page-content,
#registration .page-content,
#identity .page-content,
#addresses .page-content,
#address .page-content,
#history .page-content,
#order-slip .page-content,
#discount .page-content,
#my-account .page-content{
  border:1px solid rgba(31,43,50,.09)!important;
  border-radius:15px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.99),rgba(250,251,251,.98))!important;
  box-shadow:0 10px 28px rgba(25,35,42,.055)!important;
}

.cesi-catalog-route-card{
  position:relative;
  overflow:hidden;
  border-left:4px solid #c52b3a!important;
  background:
    radial-gradient(circle at 94% 10%, rgba(197,43,58,.075) 0 74px, transparent 75px),
    linear-gradient(120deg,#fff 0%,#fbfcfc 72%,#fff8f9 100%)!important;
}

.cesi-catalog-route-card::after{
  content:"";
  position:absolute;
  right:24px;
  bottom:18px;
  width:66px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(197,43,58,.92),rgba(53,167,173,.86));
  opacity:.75;
}

.cesi-privacy-section h2,
.cesi-cookies-section h2,
.cesi-terms-section h2,
.cesi-directions-card h2,
.cesi-contact-card h2{
  position:relative;
}

.cesi-privacy-section h2::after,
.cesi-cookies-section h2::after,
.cesi-terms-section h2::after,
.cesi-directions-card h2::after,
.cesi-contact-card h2::after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:8px;
  border-radius:999px;
  background:#c52b3a;
  opacity:.75;
}

@media (hover:hover) and (pointer:fine){
  .cesi-manufacturer-card,
  .cesi-contact-card,
  .cesi-directions-card{
    transition:
      transform .22s ease,
      box-shadow .22s ease,
      border-color .22s ease;
  }

  .cesi-manufacturer-card:hover,
  .cesi-contact-card:hover,
  .cesi-directions-card:hover{
    transform:translateY(-2px);
    box-shadow:0 13px 28px rgba(25,35,42,.085);
    border-color:rgba(197,43,58,.20);
  }
}

@media (max-width:767.98px){
  .cesi-search-results-hero,
  .cesi-manufacturers-hero,
  .cesi-brand-products-hero,
  .cesi-privacy-hero,
  .cesi-directions-hero,
  .cesi-terms-hero,
  .cesi-cookies-hero{
    border-radius:13px;
    background:
      radial-gradient(circle at 100% 7%, rgba(197,43,58,.065) 0 52px, transparent 53px),
      linear-gradient(115deg,#fff,#fff9fa);
  }

  #contact .cesi-contact-heading{
    padding:22px 18px 21px;
    border-radius:13px;
  }

  body:not(#index):not(#product):not(#category):not(#search):not(#manufacturer):not(#manufacturers):not(#contact)
  #main > .page-header{
    padding:17px 18px 16px;
    border-radius:12px;
  }
}

@media (prefers-reduced-motion:reduce){
  .cesi-manufacturer-card,
  .cesi-contact-card,
  .cesi-directions-card{
    transition:none!important;
  }
}

.cesi-privacy-shell,
.cesi-terms-shell,
.cesi-cookies-shell,
.cesi-directions-shell{
  position:relative;
  overflow:hidden;
}

.cesi-privacy-shell::before,
.cesi-terms-shell::before,
.cesi-cookies-shell::before,
.cesi-directions-shell::before{
  height:4px!important;
  border-radius:0!important;
}

.cesi-privacy-shell::after,
.cesi-terms-shell::after,
.cesi-cookies-shell::after,
.cesi-directions-shell::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:4px;
  background:#c52b3a;
  pointer-events:none;
  z-index:2;
}

.cesi-privacy-hero,
.cesi-terms-hero,
.cesi-cookies-hero,
.cesi-directions-hero{
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  border-bottom:1px solid #dde2e1!important;
}

.cesi-privacy-hero{
  background:
    radial-gradient(circle at 92% 14%, rgba(197,43,58,.065) 0 62px, transparent 63px),
    radial-gradient(circle at 92% 14%, transparent 0 90px, rgba(197,43,58,.035) 91px 93px, transparent 94px),
    linear-gradient(110deg,#fff 0%,#fbfcfc 68%,#fff7f8 100%)!important;
}

.cesi-terms-hero,
.cesi-cookies-hero,
.cesi-directions-hero{
  background:
    radial-gradient(circle at 92% 14%, rgba(197,43,58,.065) 0 62px, transparent 63px),
    radial-gradient(circle at 92% 14%, transparent 0 90px, rgba(197,43,58,.035) 91px 93px, transparent 94px),
    linear-gradient(110deg,#fff 0%,#fbfcfc 68%,#fff7f8 100%)!important;
}

@media (max-width:767.98px){
  .cesi-privacy-shell::after,
  .cesi-terms-shell::after,
  .cesi-cookies-shell::after,
  .cesi-directions-shell::after{
    width:3px;
  }

  .cesi-privacy-shell::before,
  .cesi-terms-shell::before,
  .cesi-cookies-shell::before,
  .cesi-directions-shell::before{
    height:3px!important;
  }
}

.cesi-privacy-shell,
.cesi-terms-shell,
.cesi-cookies-shell,
.cesi-directions-shell{
  border-top:0!important;
  border-left:0!important;
}

#cms.cms-id-2 .cesi-terms-section::before{
  display:none!important;
}

#cms.cms-id-2 .cesi-terms-section{
  overflow:hidden!important;
}

#cms.cms-id-2 .cesi-terms-section-head{
  position:relative;
  background:linear-gradient(135deg,#fff,#fafbfb)!important;
  border-bottom:1px solid #e3e7e5!important;
}

#cms.cms-id-2 .cesi-terms-section h2::after{
  width:36px!important;
  height:2px!important;
  margin-top:9px!important;
  border-radius:999px!important;
  background:#c52b3a!important;
  opacity:.78!important;
}

#cms.cms-id-2 .cesi-terms-hero,
#cms.cms-id-3 .cesi-privacy-hero,
#cms.cms-id-6 .cesi-cookies-hero,
#stores .cesi-directions-hero,
body.page-cookies .cesi-cookies-hero{
  border-top:0!important;
  border-left:0!important;
}

#product .cesi-product-page .cesi-product-title-block{
  position:relative;
  max-width:760px;
  margin:0 0 24px;
  padding:18px 22px 20px;
  overflow:hidden;
  border:1px solid rgba(30,42,49,.10);
  border-left:4px solid var(--cesi-red-dark);
  border-radius:14px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,249,249,.96));
  box-shadow:0 8px 24px rgba(20,31,38,.055);
  animation:cesiProductTitleIn .58s cubic-bezier(.2,.75,.25,1) both;
}

#product .cesi-product-page .cesi-product-title-block::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-78px;
  top:-92px;
  border-radius:50%;
  background:rgba(190,30,45,.045);
  pointer-events:none;
}

#product .cesi-product-page .cesi-product-title-kicker{
  display:block;
  margin:0 0 7px;
  color:var(--cesi-red-dark);
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
}

#product .cesi-product-page .cesi-product-title-block h1.h1{
  position:relative;
  z-index:1;
  max-width:none;
  margin:0!important;
  color:#17222a!important;
  font-size:clamp(28px,3vw,42px)!important;
  font-weight:700!important;
  line-height:1.08!important;
  letter-spacing:-.03em;
  text-transform:none;
  text-wrap:balance;
}

#product .cesi-product-page .cesi-product-title-accent{
  display:block;
  width:72px;
  height:3px;
  margin-top:14px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--cesi-red-dark),#35a7ad);
  transform-origin:left center;
  animation:cesiProductTitleAccent .7s .18s cubic-bezier(.2,.75,.25,1) both;
}

@keyframes cesiProductTitleIn{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes cesiProductTitleAccent{
  from{
    opacity:0;
    transform:scaleX(.15);
  }
  to{
    opacity:1;
    transform:scaleX(1);
  }
}

@media (max-width:767.98px){
  #product .cesi-product-page .cesi-product-title-block{
    margin-bottom:18px;
    padding:15px 16px 17px;
    border-radius:12px;
  }

  #product .cesi-product-page .cesi-product-title-block h1.h1{
    font-size:clamp(25px,8vw,34px)!important;
    line-height:1.12!important;
  }
}

@media (prefers-reduced-motion:reduce){
  #product .cesi-product-page .cesi-product-title-block,
  #product .cesi-product-page .cesi-product-title-accent{
    animation:none!important;
  }
}

.cesi-reveal-text{
  transition:
    opacity .42s cubic-bezier(.22,.7,.25,1),
    transform .42s cubic-bezier(.22,.7,.25,1);
  transition-delay:var(--cesi-reveal-delay, 0ms);
}

.cesi-reveal-text:not(.is-visible){
  opacity:0;
  transform:translate3d(0,7px,0);
  will-change:opacity,transform;
}

.cesi-reveal-text.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}

#wrapper a,
#footer a,
#wrapper button,
#wrapper .btn,
#footer button,
#footer .btn{
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    opacity .2s ease;
}

@media (prefers-reduced-motion:reduce){
  .cesi-reveal-text,
  .cesi-reveal-text:not(.is-visible),
  .cesi-reveal-text.is-visible{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }
}

#cms.cms-id-2 #wrapper > .container,
#cms.cms-id-3 #wrapper > .container,
#cms.cms-id-6 #wrapper > .container,
#stores #wrapper > .container,
#cookies #wrapper > .container,
body.page-cookies #wrapper > .container{
  width:min(1180px, calc(100% - 34px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

.cesi-privacy-shell,
.cesi-directions-shell,
.cesi-terms-shell,
.cesi-cookies-shell{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  border-radius:12px!important;
}

.cesi-privacy-hero,
.cesi-directions-hero,
.cesi-terms-hero,
.cesi-cookies-hero{
  width:100%!important;
  min-height:198px!important;
  padding:42px 52px 34px!important;
  box-sizing:border-box!important;
}

@media (max-width:767.98px){
  #cms.cms-id-2 #wrapper > .container,
  #cms.cms-id-3 #wrapper > .container,
  #cms.cms-id-6 #wrapper > .container,
  #stores #wrapper > .container,
  #cookies #wrapper > .container,
  body.page-cookies #wrapper > .container{
    width:calc(100% - 20px)!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .cesi-privacy-shell,
  .cesi-directions-shell,
  .cesi-terms-shell,
  .cesi-cookies-shell{
    border-radius:8px!important;
  }

  .cesi-privacy-hero,
  .cesi-directions-hero,
  .cesi-terms-hero,
  .cesi-cookies-hero{
    min-height:auto!important;
    padding:31px 22px 26px!important;
  }
}

#contact .cesi-contact-heading{
  position:relative;
  overflow:hidden;
}
#contact .cesi-contact-cards{
  align-items:stretch;
}
#contact .cesi-contact-card{
  position:relative;
  overflow:hidden;
  padding-top:30px;
}

#contact .cesi-contact-card::before{
  left:50%!important;
  transform:translateX(-50%);
  width:44px!important;
  height:3px!important;
  opacity:.82!important;
  background:linear-gradient(90deg,#c52b3a 0 52%,#35a7ad 52% 100%)!important;
}

#contact .cesi-contact-card h2{
  position:relative;
}
#contact .cesi-contact-card h2::after{
  margin:10px auto 0!important;
  width:36px!important;
  height:2px!important;
  opacity:.65!important;
}

#contact .cesi-contact-icon{
  margin-bottom:16px!important;
}
#contact .cesi-contact-card p{
  max-width:240px;
  margin:0 auto 16px!important;
}
#contact .cesi-contact-card strong,
#contact .cesi-contact-card a{
  display:inline-block;
  margin-top:2px;
}
@media (max-width: 520px){
  #contact .cesi-contact-card{
    padding-top:26px;
  }
}

#contact .cesi-contact-es{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

:root{
  --cesi-company-main-width:1180px;
  --cesi-company-side-gap:17px;
}

#stores .cesi-directions-page,
#stores .page-stores,
#stores #content-wrapper,
#stores #main{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

#stores .cesi-directions-shell{
  display:block!important;
  width:min(var(--cesi-company-main-width),calc(100vw - (var(--cesi-company-side-gap) * 2)))!important;
  max-width:var(--cesi-company-main-width)!important;
  min-width:0!important;
  margin-left:50%!important;
  margin-right:0!important;
  transform:translateX(-50%)!important;
  box-sizing:border-box!important;
}

#cms.cms-id-6 .cesi-cookies-page,
#cms.cms-id-6 #content-wrapper,
#cms.cms-id-6 #main,
#cookies .cesi-cookies-page,
#cookies #content-wrapper,
#cookies #main,
body.page-cookies .cesi-cookies-page,
body.page-cookies #content-wrapper,
body.page-cookies #main{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

#cms.cms-id-6 .cesi-cookies-shell,
#cookies .cesi-cookies-shell,
body.page-cookies .cesi-cookies-shell{
  display:block!important;
  width:min(var(--cesi-company-main-width),calc(100vw - (var(--cesi-company-side-gap) * 2)))!important;
  max-width:var(--cesi-company-main-width)!important;
  min-width:0!important;
  margin-left:50%!important;
  margin-right:0!important;
  transform:translateX(-50%)!important;
  box-sizing:border-box!important;
}

@media (max-width:767.98px){
  #stores .cesi-directions-shell,
  #cms.cms-id-6 .cesi-cookies-shell,
  #cookies .cesi-cookies-shell,
  body.page-cookies .cesi-cookies-shell{
    width:calc(100vw - 20px)!important;
    max-width:none!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
  }
}

.cesi-home-top-band::before{
  opacity:.72!important;
}
.cesi-home-top-band::after{
  opacity:.56!important;
}

@media (max-width:575.98px){
  .cesi-home-top-band::before{
    opacity:.64!important;
  }
  .cesi-home-top-band::after{
    opacity:.48!important;
  }
}
