:root{--navy:#0B2D5B;--accent:#FF5A2F;--cream:#FFF8F2;--ink:#10233F;--muted:#64748B;--line:#E6ECF2;--white:#fff;--success:#159447;--radius:20px;--shadow:0 12px 34px rgba(11,45,91,.10);--container:1220px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-family,"Tajawal",Arial,sans-serif);direction:rtl;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.muted{color:var(--muted)}.section{padding:34px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-title h2{margin:0;font-size:clamp(22px,3vw,34px);color:var(--navy)}.section-title p{margin:5px 0 0;color:var(--muted)}.link-more{color:var(--accent);font-weight:800}.btn{border:0;border-radius:14px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px rgba(255,90,47,.24)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(.97)}.btn-secondary{background:var(--navy);color:#fff}.btn-outline{border:1.5px solid var(--navy);background:#fff;color:var(--navy)}.pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:9px 13px;background:#F1F5F9;font-size:14px;font-weight:700}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 4px 20px rgba(11,45,91,.05)}
/* announcement + header */
.announcement{background:var(--navy);color:#fff;font-size:13px}.announcement .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.announcement-items{display:flex;gap:26px;align-items:center}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.header-main{min-height:82px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:24px}.brand img{width:176px;height:auto}.header-search{display:flex;border:1px solid #D9E2EC;border-radius:15px;overflow:hidden;background:#F8FAFC}.header-search input{border:0;background:transparent;outline:none;padding:13px 16px;flex:1;min-width:0}.header-search button{border:0;background:var(--accent);color:#fff;width:54px;cursor:pointer;font-size:20px}.header-actions{display:flex;align-items:center;gap:8px}.icon-link{position:relative;width:44px;height:44px;border-radius:13px;background:#F8FAFC;display:grid;place-items:center;font-size:20px}.cart-badge{position:absolute;top:-5px;left:-5px;background:var(--accent);color:#fff;border-radius:50%;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;font-size:11px;font-weight:800}.desktop-nav{border-top:1px solid #EEF2F6}.desktop-nav .container{height:48px;display:flex;gap:25px;align-items:center;overflow:auto;white-space:nowrap}.desktop-nav a{font-weight:700;color:#243954}.desktop-nav a:first-child{color:var(--accent)}.mobile-menu-btn{display:none;border:0;background:#F6F8FB;width:44px;height:44px;border-radius:13px}.mobile-drawer{display:none;position:fixed;inset:0;z-index:90;background:rgba(9,29,56,.46)}.mobile-drawer.open{display:block}.mobile-drawer-panel{background:#fff;width:min(360px,88vw);height:100%;margin-right:auto;padding:22px;box-shadow:-15px 0 40px rgba(0,0,0,.12)}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.drawer-links{display:grid;gap:8px}.drawer-links a{padding:14px;border-radius:12px;background:#F8FAFC;font-weight:800}
/* hero */
.hero{padding:18px 0 10px}.hero-shell{min-height:430px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(115deg,#FFF2E8 0%,#FFF9F5 47%,#EAF4FF 100%);box-shadow:var(--shadow)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 42%,rgba(255,255,255,.18) 72%,rgba(255,255,255,0) 100%)}.hero-content{position:relative;z-index:2;width:min(610px,62%);padding:58px 52px}.hero-kicker{color:var(--accent);font-weight:900;margin:0 0 10px}.hero h1{font-size:clamp(36px,5vw,66px);line-height:1.03;margin:0 0 16px;color:var(--navy);letter-spacing:-1px}.hero h1 strong{color:var(--accent)}.hero p{font-size:18px;line-height:1.9;color:#43566D;margin:0 0 24px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-fallback{position:absolute;left:55px;bottom:30px;width:290px;height:290px;border-radius:50%;background:linear-gradient(145deg,#0B2D5B,#174A85);opacity:.97;display:grid;place-items:center;color:#fff;font-size:44px;font-weight:900;box-shadow:0 24px 60px rgba(11,45,91,.22)}.hero-fallback:before{content:"🛍️";font-size:92px;position:absolute;top:58px}.hero-fallback span{margin-top:120px}.mobile-only{display:none}
/* categories */
.cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.cat-card{min-height:110px;padding:16px 10px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;transition:.2s}.cat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.cat-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-size:27px;background:linear-gradient(145deg,#FFF1E9,#FFF9F5)}.cat-card:nth-child(2n) .cat-icon{background:#EDF5FF}.cat-card:nth-child(3n) .cat-icon{background:#F3F0FF}.cat-card strong{font-size:14px;color:var(--navy)}
/* products */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}.product-media{aspect-ratio:1/1;background:#F7F9FC;display:grid;place-items:center;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:.25s}.product-card:hover .product-media img{transform:scale(1.035)}.discount-badge{position:absolute;top:12px;right:12px;background:var(--accent);color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.wish{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center;border:1px solid var(--line)}.product-info{padding:15px;display:flex;flex-direction:column;gap:8px;flex:1}.product-name{font-weight:800;line-height:1.55;min-height:48px;color:#203650}.stars{color:#FFAA00;font-size:13px}.price-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.price{color:var(--accent);font-size:19px;font-weight:900}.compare{color:#94A3B8;text-decoration:line-through;font-size:13px}.product-card .btn{width:100%;margin-top:auto}.placeholder-media{width:78%;height:78%;border-radius:20px;background:linear-gradient(135deg,#EAF1FA,#FFF1E8);display:grid;place-items:center;color:var(--navy);font-size:48px}.skeleton{animation:pulse 1.35s infinite alternate;background:linear-gradient(90deg,#F1F5F9,#E7EDF4,#F1F5F9)}@keyframes pulse{to{opacity:.58}}
/* promo + benefits */
.promo-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:15px}.promo{min-height:190px;border-radius:22px;padding:26px;position:relative;overflow:hidden}.promo.navy{background:linear-gradient(135deg,#0B2D5B,#174E88);color:#fff}.promo.orange{background:linear-gradient(135deg,#FFF0E8,#FFD9C8)}.promo.blue{background:linear-gradient(135deg,#E9F5FF,#DDEBFF)}.promo h3{font-size:28px;margin:0 0 10px}.promo p{line-height:1.7;max-width:310px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.benefit{padding:20px;display:flex;gap:14px;align-items:center}.benefit-icon{width:48px;height:48px;border-radius:14px;background:#EFF5FB;display:grid;place-items:center;font-size:24px}.benefit strong{display:block;color:var(--navy)}.benefit span{font-size:13px;color:var(--muted)}
/* testimonials */
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial{padding:20px}.testimonial p{line-height:1.75;color:#475569}.person{display:flex;align-items:center;gap:11px;margin-top:14px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#FFD7C7,#EAF3FF);display:grid;place-items:center;font-weight:900;color:var(--navy)}
/* newsletter */
.newsletter{background:linear-gradient(135deg,#0B2D5B,#144B84);border-radius:26px;color:#fff;padding:30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:25px}.newsletter h3{font-size:30px;margin:0 0 8px}.newsletter form{display:flex;background:#fff;border-radius:14px;overflow:hidden}.newsletter input{border:0;outline:none;padding:14px;flex:1;min-width:0}.newsletter button{border:0;background:var(--accent);color:#fff;padding:0 24px;font-weight:800;cursor:pointer}
/* footer */
.site-footer{background:#082342;color:#fff;margin-top:36px;padding-bottom:88px}.footer-grid{padding:44px 0;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer-logo{width:180px;filter:brightness(0) invert(1);margin-bottom:12px}.footer-title{font-weight:900;margin-bottom:12px}.footer-links{display:grid;gap:9px;color:#D7E2EE;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:#B7C7D7;font-size:13px;display:flex;justify-content:space-between;gap:16px}.socials{display:flex;gap:8px}.socials a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.08);display:grid;place-items:center}
/* product page */
.breadcrumb{padding:20px 0 0;color:var(--muted);font-size:14px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.product-gallery{display:grid;grid-template-columns:92px 1fr;gap:12px}.thumbs{display:grid;gap:9px;align-content:start}.thumb{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff;cursor:pointer;aspect-ratio:1}.thumb img{width:100%;height:100%;object-fit:contain}.main-product-img{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#F8FAFC;aspect-ratio:1;display:grid;place-items:center}.main-product-img img{width:100%;height:100%;object-fit:contain;padding:18px}.product-details h1{font-size:clamp(28px,4vw,44px);color:var(--navy);margin:0 0 12px}.product-rating{display:flex;gap:8px;align-items:center;margin-bottom:15px}.product-price{font-size:34px;color:var(--accent);font-weight:900;margin-bottom:14px}.product-desc{color:#52647A;line-height:1.9}.buy-box{border:1px solid var(--line);border-radius:20px;padding:18px;margin:20px 0;background:#FBFCFE}.qty-row{display:flex;align-items:center;gap:12px}.qty{width:110px;display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden}.qty button{width:35px;border:0;background:#F4F7FA;cursor:pointer}.qty input{width:40px;border:0;text-align:center;outline:none}.product-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.trust-chip{border-radius:14px;background:#F7F9FC;padding:13px;text-align:center;font-size:13px}.product-description-card{margin-top:30px;padding:24px}.related-grid{grid-template-columns:repeat(4,1fr)}
/* cart */
.cart-layout{display:grid;grid-template-columns:1.6fr .8fr;gap:24px}.cart-list{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;padding:14px;align-items:center}.cart-item img{width:90px;height:90px;object-fit:contain;background:#F8FAFC;border-radius:14px}.cart-summary{padding:22px;position:sticky;top:110px}.summary-line{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line)}.summary-total{font-size:24px;font-weight:900;color:var(--navy);display:flex;justify-content:space-between;padding:18px 0}.empty-state{text-align:center;padding:70px 20px}.empty-state .emoji{font-size:68px}
/* collection/search */
.page-hero{padding:32px 0 20px}.page-hero h1{font-size:40px;margin:0;color:var(--navy)}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 20px}.toolbar select,.search-page-form input{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.search-page-form{display:flex;gap:9px;max-width:640px;margin:20px auto 30px}.search-page-form input{flex:1;min-width:0}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collection-card{min-height:150px;padding:24px;display:flex;align-items:end;font-size:21px;font-weight:900;color:var(--navy);background:linear-gradient(135deg,#FFF0E8,#EAF4FF)}
/* page/thankyou */
.content-card{padding:28px;line-height:1.9}.thankyou{text-align:center;padding:80px 20px}.success-circle{width:90px;height:90px;border-radius:50%;background:#E8F8EE;color:var(--success);font-size:50px;display:grid;place-items:center;margin:0 auto 20px}
/* mobile bottom */
.mobile-bottom{display:none}
@media(max-width:980px){.header-main{grid-template-columns:auto 1fr auto;gap:12px}.header-search{grid-column:1/-1;grid-row:2;margin-bottom:12px}.desktop-nav{display:none}.mobile-menu-btn{display:grid;place-items:center}.header-actions .hide-mobile{display:none}.hero-content{width:72%}.cat-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr 1fr}.promo-grid .promo:first-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.product-layout{gap:24px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.testimonial-grid{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){body{padding-bottom:68px}.container{width:min(100% - 20px,var(--container))}.announcement .container{min-height:31px;justify-content:center}.announcement-items span:nth-child(n+2){display:none}.site-header{position:sticky}.header-main{min-height:64px;grid-template-columns:44px 1fr auto}.brand img{width:137px;margin:auto}.header-search{margin-bottom:9px}.header-actions .icon-link:not(.cart-link){display:none}.hero{padding-top:10px}.hero-shell{min-height:520px;border-radius:20px}.hero-shade{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 50%,rgba(255,255,255,.1) 100%)}.hero-content{width:100%;padding:30px 23px}.hero h1{font-size:42px;max-width:420px}.hero p{font-size:15px;line-height:1.8}.hero-fallback{width:200px;height:200px;left:50%;transform:translateX(-50%);bottom:18px;font-size:30px}.hero-fallback:before{font-size:65px;top:34px}.hero-fallback span{margin-top:84px}.desktop-only{display:none}.mobile-only{display:block}.section{padding:25px 0}.section-title{align-items:center}.section-title h2{font-size:24px}.cat-grid{grid-template-columns:repeat(4,1fr);gap:8px;overflow-x:auto}.cat-card{min-width:105px;min-height:96px;padding:12px 7px}.cat-icon{width:46px;height:46px}.product-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:11px}.product-name{font-size:13px;min-height:42px}.price{font-size:16px}.product-card .btn{font-size:12px;padding:10px 8px}.promo-grid{grid-template-columns:1fr}.promo-grid .promo:first-child{grid-column:auto}.benefit-grid{grid-template-columns:1fr 1fr}.benefit{padding:13px;gap:8px}.benefit-icon{width:40px;height:40px}.benefit span{font-size:11px}.testimonial-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:22px}.newsletter h3{font-size:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.mobile-bottom{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;height:66px;background:#fff;border-top:1px solid var(--line);z-index:80;box-shadow:0 -7px 20px rgba(11,45,91,.08)}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;color:#42546A}.mobile-bottom a span:first-child{font-size:21px}.product-layout{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(5,1fr);grid-row:2}.product-details h1{font-size:28px}.product-form-actions{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr 1fr 1fr}.cart-item{grid-template-columns:72px 1fr}.cart-item img{width:72px;height:72px}.cart-item>div:last-child{grid-column:2}.page-hero h1{font-size:31px}.collections-grid{grid-template-columns:1fr 1fr}.toolbar{align-items:stretch;flex-direction:column}.search-page-form{margin-top:10px}.footer-title{font-size:14px}}
@media(max-width:420px){.product-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cat-grid{display:flex}.cat-card{flex:0 0 98px}.hero h1{font-size:38px}.benefit-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.collections-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}}


/* ===== Obella Editable V2 overrides ===== */
.brand{display:flex;align-items:center;min-width:0}.brand img{width:min(var(--logo-width,175px),100%);height:auto;max-height:70px;object-fit:contain}.brand-text{font-size:28px;font-weight:900;color:var(--navy);white-space:nowrap}.header-not-sticky{position:relative!important;top:auto!important}
.footer-brand-text{font-size:30px;font-weight:900;color:#fff;margin-bottom:12px}.footer-about{color:#D7E2EE;line-height:1.8}.footer-logo{filter:none!important;height:auto;object-fit:contain}
.slideshow-section{padding:18px 0 10px}.slideshow-shell{position:relative;min-height:var(--hero-desktop-h,440px);height:var(--hero-desktop-h,440px);border-radius:var(--hero-radius,24px);overflow:hidden;background:#F6F8FB;box-shadow:var(--shadow)}
.hero-slide{display:none;position:absolute;inset:0;width:100%;height:100%}.hero-slide.is-active{display:block}.hero-picture{display:block;width:100%;height:100%}.hero-slide .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-empty{position:absolute;inset:0;display:grid;place-content:center;text-align:center;gap:8px;padding:30px;background:linear-gradient(135deg,#FFF2E8,#EEF5FF);color:var(--navy)}.hero-empty strong{font-size:28px}.hero-empty span{color:var(--muted)}
.hero-slide .hero-shade{z-index:1;background:linear-gradient(90deg,rgba(255,255,255,var(--overlay-opacity,.6)) 0%,rgba(255,255,255,var(--overlay-opacity,.6)) 44%,rgba(255,255,255,0) 78%)}
.hero-slide .hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;width:min(620px,58%);padding:42px 48px}.hero-content-center{margin-inline:auto;text-align:center;align-items:center}.hero-content-left{margin-right:auto;text-align:left;align-items:flex-start}.hero-content-right{margin-left:auto;text-align:right;align-items:flex-start}
.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.88);color:var(--navy);font-size:32px;line-height:1;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.08)}.slide-prev{right:14px}.slide-next{left:14px}.slide-dots{position:absolute;z-index:8;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.slide-dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer;padding:0}.slide-dot.is-active{width:24px;border-radius:999px;background:var(--accent)}
.cat-icon-image{overflow:hidden;padding:0}.cat-icon-image img{width:100%;height:100%;object-fit:cover}
.promo-grid-dynamic{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.promo-custom{background:var(--promo-bg)!important;color:var(--promo-text)!important;min-height:210px}.promo-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.42}.promo-content{position:relative;z-index:1}.promo-custom p{color:inherit}.newsletter{background:var(--newsletter-bg)!important}
@media(max-width:680px){.brand img{width:min(var(--logo-width,175px),145px);max-height:54px}.brand-text{font-size:22px}.slideshow-shell{min-height:var(--hero-mobile-h,520px);height:var(--hero-mobile-h,520px);border-radius:min(var(--hero-radius,24px),20px)}.hero-slide .hero-content{width:100%;padding:28px 22px;justify-content:flex-start}.hero-slide .hero-shade{background:linear-gradient(180deg,rgba(255,255,255,var(--overlay-opacity,.6)) 0%,rgba(255,255,255,var(--overlay-opacity,.6)) 50%,rgba(255,255,255,0) 82%)}.slide-arrow{width:38px;height:38px;font-size:27px}.slide-prev{right:8px}.slide-next{left:8px}}


/* ===== Obella V3: strict desktop/mobile slider separation ===== */
.hero-picture{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}
.hero-bg-desktop{display:block!important}
.hero-bg-mobile{display:none!important}
@media(max-width:680px){
  .hero-bg-desktop{display:none!important}
  .hero-bg-mobile{display:block!important}
}


/* ===== Obella V4 mobile/header polish ===== */
@media(max-width:680px){
  body{padding-bottom:64px}
  .announcement .container{min-height:28px;padding:3px 0}
  .announcement{font-size:12px}
  .site-header{box-shadow:0 2px 10px rgba(11,45,91,.04)}
  .header-main{min-height:58px;gap:10px;align-items:center}
  .mobile-menu-btn,.icon-link{width:40px;height:40px;border-radius:12px}
  .brand{justify-content:center}
  .brand img{width:min(var(--logo-width,175px),160px)!important;max-height:46px!important}
  .brand-text{font-size:24px!important}
  .header-search{margin-top:2px;margin-bottom:8px}
  .header-search input{padding:11px 14px;font-size:14px}
  .header-search button{width:46px;font-size:18px}
  .slideshow-section{padding:8px 0 4px}
  .slideshow-shell{min-height:min(var(--hero-mobile-h,480px),76vh)!important;height:min(var(--hero-mobile-h,480px),76vh)!important;border-radius:16px!important}
  .slide-arrow{top:auto;bottom:12px;transform:none;background:rgba(255,255,255,.9)}
  .slide-prev{right:12px}.slide-next{left:12px}
  .slide-dots{bottom:16px}
  .section{padding:22px 0}
  .section-title{margin-bottom:14px}
}
@media(max-width:420px){
  .slideshow-shell{min-height:min(var(--hero-mobile-h,460px),74vh)!important;height:min(var(--hero-mobile-h,460px),74vh)!important}
  .brand img{width:min(var(--logo-width,175px),150px)!important}
}
