:root{--red:#e11722;--red2:#9d0710;--black:#080808;--panel:#121212;--panel2:#191919;--line:#2b2b2b;--muted:#aaa;--white:#fff;--shadow:0 24px 70px #0008}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#090909;color:#f5f5f5;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5}.utility-bar{height:30px;background:var(--red);display:flex;align-items:center;justify-content:center;gap:55px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.site-header{min-height:86px;padding:13px 4%;background:#080808;display:grid;grid-template-columns:270px 1fr auto auto;align-items:center;gap:28px;border-bottom:1px solid #202020;position:sticky;top:0;z-index:50}.brand{display:flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.brand-emblem{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff;box-shadow:0 0 0 3px var(--red);background:radial-gradient(circle at 35% 25%,#f23841,#7b0208 75%);font-size:20px;font-weight:900}.brand-copy{font-size:19px;line-height:1}.brand-copy b{display:block;color:var(--red);font-size:25px}.brand-copy small{display:block;font-size:8px;letter-spacing:6px;margin-top:6px}.header-search{display:flex;max-width:640px;width:100%;margin:auto}.header-search input{border-radius:7px 0 0 7px;background:#fff;color:#111;border:0}.header-search button{width:54px;border-radius:0 7px 7px 0;font-size:23px}.header-actions{display:flex;gap:22px}.header-actions a{color:#fff;text-decoration:none;text-align:center;min-width:55px}.header-actions span{font-size:20px;display:block}.header-actions small{font-size:10px;color:#bbb}.menu-toggle{display:none}.main-nav{height:43px;background:#0d0d0d;display:flex;align-items:center;justify-content:center;gap:35px;border-bottom:1px solid #252525}.main-nav a{color:#eee;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:800}.main-nav a:hover{color:var(--red)}.notice{text-align:center;background:#220507;color:#fff;padding:7px;font-size:12px;border-bottom:1px solid #4d0d11}.container{width:min(1440px,94%);margin:auto;min-height:68vh;padding:24px 0 70px}.hero{min-height:570px;border-radius:4px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;background:radial-gradient(circle at 76% 45%,#57070b 0,#1c090b 27%,#090909 67%);position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,transparent 55%,#0002),repeating-linear-gradient(125deg,transparent 0 80px,#ffffff05 81px 82px)}.hero-content{position:relative;padding:65px 7%;z-index:2}.eyebrow,.section-head span{color:var(--red);font-size:12px;font-weight:900;letter-spacing:2.5px}.hero h1{font-size:clamp(50px,6vw,88px);line-height:.94;text-transform:uppercase;letter-spacing:-3px;margin:16px 0 25px}.hero h1 em{font-style:normal;color:var(--red)}.hero p{font-size:18px;color:#bbb;max-width:640px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-trust{display:flex;gap:25px;margin-top:35px;font-size:12px;font-weight:bold;color:#ccc}.hero-product{position:relative;height:100%;display:flex;justify-content:center;align-items:center}.hero-glow{position:absolute;width:440px;height:440px;background:#e1172228;filter:blur(60px);border-radius:50%}.product-box,.product-vial{position:relative;background:linear-gradient(145deg,#fff,#cfcfcf);color:#111;box-shadow:var(--shadow)}.product-box{width:280px;height:380px;border-radius:6px;padding:50px 30px;transform:translateX(-20px) rotate(-2deg);z-index:2}.product-box small{font-weight:900;letter-spacing:3px;color:#555}.product-box strong{font-size:36px;line-height:1;display:block;margin:70px 0 15px}.product-box span{font-size:14px;color:#555}.product-vial{width:155px;height:300px;border-radius:38px 38px 20px 20px;margin-left:-50px;margin-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:40px solid #9a9a9a;z-index:3}.product-vial b{font-size:42px;color:var(--red)}.product-vial span{font-size:10px;letter-spacing:2px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #343434;border-radius:13px;margin:-30px 3% 55px;position:relative;z-index:3;background:#0d0d0df2;box-shadow:var(--shadow)}.benefits article{display:flex;align-items:center;gap:15px;padding:23px;border-right:1px solid #2d2d2d}.benefits article:last-child{border:0}.benefits i{font-style:normal;font-size:28px;color:var(--red)}.benefits b,.benefits span{display:block}.benefits span{font-size:11px;color:#999}.section-head{display:flex;justify-content:space-between;align-items:end;margin:35px 0 22px}.section-head h1,.section-head h2{font-size:34px;margin:3px 0}.section-head a{color:var(--red);text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px;margin-bottom:60px}.category-grid a{background:#111;border:1px solid #2c2c2c;border-radius:8px;text-align:center;color:#fff;text-decoration:none;padding:25px 10px;transition:.25s}.category-grid a:hover{border-color:var(--red);transform:translateY(-4px)}.category-icon{height:75px;width:75px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:linear-gradient(145deg,#262626,#080808);font-size:30px;font-weight:900;color:#555;border:1px solid #333}.category-grid span{display:block;color:#888;font-size:11px;margin-top:5px}.filters{display:grid;grid-template-columns:1fr 260px auto;gap:12px;margin:22px 0}.filters input,.filters select,input,select,textarea{width:100%;background:#101010;color:#fff;border:1px solid #333;border-radius:7px;padding:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid.compact{grid-template-columns:repeat(4,1fr)}.product-card{background:#f5f5f5;color:#111;border-radius:8px;overflow:hidden;position:relative;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-badges{position:absolute;inset:12px 12px auto;z-index:3;display:flex;justify-content:space-between}.product-badges span{background:var(--red);color:#fff;border-radius:3px;padding:5px 7px;font-size:9px;font-weight:900}.product-badges small{color:#138342;font-size:9px;font-weight:900}.product-image{height:290px;background:linear-gradient(150deg,#fff,#e7e7e7);display:grid;place-items:center;text-decoration:none;padding:28px}.product-image img{width:100%;height:100%;object-fit:contain}.mock-product{height:215px;width:155px;background:linear-gradient(145deg,#fff,#cfcfcf);border:1px solid #aaa;border-radius:5px;box-shadow:0 18px 28px #0003;color:#111;padding:25px 16px;display:flex;flex-direction:column;justify-content:center;text-align:center;transform:rotate(-2deg)}.mock-product small{font-size:9px;letter-spacing:1px;color:#666}.mock-product b{font-size:18px;line-height:1.1;margin:25px 0}.mock-product span{font-size:7px;letter-spacing:1px}.mock-product.large{width:270px;height:390px}.mock-product.large b{font-size:30px}.product-body{padding:18px}.product-body>small{color:#777;font-size:10px;text-transform:uppercase;font-weight:800}.product-body h3{margin:5px 0;font-size:17px}.product-body h3 a{color:#111;text-decoration:none}.rating{color:#e6a800;font-size:12px}.rating span{color:#777;margin-left:5px}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.product-footer strong{font-size:20px;color:#b10c14}.icon-btn{width:39px;height:39px;border-radius:5px;padding:0;font-size:23px;display:grid;place-items:center;text-decoration:none}.card-actions{border-top:1px solid #ddd;margin:15px -18px -18px;padding:10px 18px;display:flex;justify-content:space-between;align-items:center}.card-actions>a{font-size:12px;color:#222;text-decoration:none;font-weight:bold}.wishlist-btn,.wishlist-remove{background:none;color:var(--red);padding:0;width:auto;font-size:22px}.wishlist-remove{font-size:12px;text-decoration:underline}.btn,button{background:var(--red);color:#fff;border:0;border-radius:6px;padding:13px 19px;text-decoration:none;font-weight:800;cursor:pointer;display:inline-block}.btn:hover,button:hover{background:#b70f18}.btn.ghost{background:transparent;border:1px solid #555}.promo-band{margin:70px 0 0;background:linear-gradient(95deg,#260508,#7c080e);display:flex;justify-content:space-between;align-items:center;padding:38px 5%;border-radius:10px}.promo-band h2{font-size:32px;margin:4px 0}.breadcrumbs{display:flex;gap:9px;color:#888;font-size:12px;margin:12px 0 25px}.breadcrumbs a{color:#999;text-decoration:none}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;background:#f4f4f4;color:#111;border-radius:8px;padding:45px}.detail-image{min-height:520px;background:#fff;display:grid;place-items:center;border:1px solid #ddd}.detail-image img{max-width:90%;max-height:500px}.gallery-note{font-size:11px;color:#777;margin-top:9px}.product-info h1{font-size:42px;margin:7px 0}.detail-price{font-size:32px;color:var(--red);font-weight:900;margin:22px 0}.lead{color:#555;font-size:16px}.availability{color:#138342;font-weight:bold;margin:18px 0}.availability i{width:8px;height:8px;background:#18a552;border-radius:50%;display:inline-block;margin-right:7px}.buy-box{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:end;margin:20px 0}.buy-box label{margin:0}.detail-benefits{border-top:1px solid #ddd;margin-top:25px;padding-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.detail-benefits b,.detail-benefits span{display:block}.detail-benefits span{font-size:11px;color:#777}.product-tabs{background:#151515;border:1px solid #2c2c2c;padding:30px;margin:28px 0 55px;border-radius:8px}.important-note{background:#270609;border-left:4px solid var(--red);padding:15px;margin-top:22px}.panel{background:#151515;border:1px solid #292929;border-radius:12px;padding:24px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;background:#151515}th,td{text-align:left;padding:16px;border-bottom:1px solid #2d2d2d}td small{display:block;color:#888}.qty{width:75px}.cart-summary{text-align:right;padding:25px}.checkout-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:25px}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:block;margin-bottom:15px;font-weight:bold}label input,label select,label textarea{margin-top:6px}textarea{min-height:90px}.check{display:flex;gap:8px;align-items:flex-start}.check input{width:auto;margin-top:5px}.summary-line,.line{display:flex;justify-content:space-between;align-items:center;gap:15px}.muted{color:#999}.success-page{text-align:center;max-width:700px;margin:auto}.success-icon{width:90px;height:90px;border-radius:50%;background:var(--red);font-size:55px;margin:auto}.bank{text-align:left;margin:25px}.actions{display:flex;justify-content:center;gap:10px}.track-form{display:grid;grid-template-columns:1fr 1fr auto;align-items:end}.tracking{margin-top:20px}.tracking-head{display:flex;justify-content:space-between}.status,.pudo-box{background:#26090b;border:1px solid #6c1519;border-radius:10px;padding:12px}.progress{display:flex;justify-content:space-between;margin:35px 0}.progress>div{flex:1;text-align:center;position:relative}.progress>div:before{content:"";height:3px;background:#333;position:absolute;top:8px;left:0;right:0}.progress i{display:block;width:18px;height:18px;border-radius:50%;background:#333;position:relative;margin:auto}.progress .done i,.progress .done:before{background:var(--red)}.progress span{font-size:12px}.timeline>div{display:flex;gap:15px;border-left:2px solid #444;padding:0 0 20px 18px}.timeline i{width:12px;height:12px;background:var(--red);border-radius:50%;margin-left:-25px}.timeline p{margin:0}.timeline small{display:block;color:#888}.empty{text-align:center;padding:80px}.alert{padding:14px;border-radius:8px;margin:12px 0}.alert.success{background:#0d4726}.alert.error{background:#651a1a}footer{background:#050505;border-top:1px solid #242424;padding:55px 5% 20px;color:#aaa}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px;max-width:1400px;margin:auto}.footer-grid a{display:block;color:#aaa;text-decoration:none;margin:7px 0}.footer-brand{width:55px;height:55px;background:var(--red);display:grid;place-items:center;border-radius:50%;font-weight:900;color:#fff}.footer-bottom{text-align:center;border-top:1px solid #222;padding-top:20px;margin-top:35px;font-size:12px}.wa{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;padding:13px 18px;border-radius:30px;text-decoration:none;font-weight:bold;z-index:30}.mobile-tabbar{display:none}@media(max-width:1050px){.site-header{grid-template-columns:230px 1fr auto}.header-actions a:not(.cart-action){display:none}.product-grid,.product-grid.compact{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.hero h1{font-size:58px}}@media(max-width:760px){body{padding-bottom:65px}.utility-bar{gap:15px;font-size:8px}.utility-bar span:nth-child(2){display:none}.site-header{position:sticky;grid-template-columns:1fr auto;padding:10px 4%;gap:10px}.brand-copy{display:none}.brand-emblem{width:48px;height:48px}.header-search{grid-column:1/-1;grid-row:2}.header-actions{position:absolute;right:60px;top:20px}.menu-toggle{display:block;background:none;font-size:24px;padding:8px}.main-nav{display:none;height:auto;position:fixed;top:130px;left:0;right:0;z-index:49;flex-direction:column;padding:25px}.main-nav.open{display:flex}.container{width:94%;padding-top:12px}.hero{min-height:580px;grid-template-columns:1fr}.hero-content{padding:45px 7%}.hero h1{font-size:45px;letter-spacing:-1px}.hero-product{display:none}.hero-trust{display:grid;gap:8px}.benefits{grid-template-columns:1fr;margin:15px 0 45px}.benefits article{border-right:0;border-bottom:1px solid #2d2d2d}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.product-grid.compact{grid-template-columns:repeat(2,1fr)}.product-image{height:220px;padding:15px}.mock-product{transform:none;width:125px;height:175px}.mock-product b{font-size:14px}.filters,.checkout-grid,.track-form,.product-detail{grid-template-columns:1fr}.product-detail{padding:20px;gap:25px}.detail-image{min-height:390px}.detail-benefits{grid-template-columns:1fr}.two{grid-template-columns:1fr}.progress span{display:none}.promo-band{display:block}.footer-grid{grid-template-columns:1fr 1fr}.wa{bottom:77px}.mobile-tabbar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;background:#0b0b0b;border-top:1px solid #333;z-index:60;padding:8px}.mobile-tabbar a{color:#fff;text-align:center;text-decoration:none;font-size:18px}.mobile-tabbar small{display:block;font-size:9px}.product-info h1{font-size:32px}}@media(max-width:490px){.product-grid,.product-grid.compact{grid-template-columns:1fr 1fr;gap:8px}.product-body{padding:12px}.product-body h3{font-size:14px}.product-footer strong{font-size:16px}.product-image{height:190px}.category-grid{gap:7px}.category-grid a{padding:18px 6px}.footer-grid{grid-template-columns:1fr}.section-head h1,.section-head h2{font-size:27px}}

/* Actual Handelshuis Kompanjie Wellness logo */
.brand{min-width:245px}
.brand-logo{display:block;width:235px;max-width:100%;height:68px;object-fit:contain;object-position:left center}
@media(max-width:760px){.brand{min-width:0}.brand-logo{width:166px;height:52px}}
@media(max-width:390px){.brand-logo{width:145px}}


/* Checkout and PUDO locker selector — scoped to prevent global layout collisions */
.checkout-page{display:block}
.checkout-page .checkout-intro{margin:0 0 20px;color:#aaa;line-height:1.65}
.checkout-page .checkout-grid{align-items:start}
.checkout-page .checkout-form h2{margin:28px 0 14px;font-size:20px}
.checkout-page .checkout-form h2:first-of-type{margin-top:0}
.checkout-page .locker-picker{border:1px solid #343434;background:#0d0d0d;border-radius:12px;padding:18px;margin:12px 0 22px}
.checkout-page .locker-picker label{margin-bottom:14px}
.checkout-page .locker-result{background:#220709;border:1px solid #65151b;border-left:4px solid var(--red);border-radius:8px;padding:14px;margin:12px 0;color:#eee;line-height:1.5}
.checkout-page .size-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:13px 0 5px}
.checkout-page .size-option{position:relative;display:block;margin:0;cursor:pointer}
.checkout-page .size-option input{position:absolute;opacity:0;pointer-events:none}
.checkout-page .size-card{height:100%;min-height:118px;border:1px solid #3a3a3a;border-radius:9px;background:#151515;padding:13px;text-align:center;transition:.2s}
.checkout-page .size-card strong,.checkout-page .size-card span,.checkout-page .size-card small{display:block}
.checkout-page .size-card strong{font-size:20px;color:#fff}
.checkout-page .size-card span{color:var(--red);font-size:18px;font-weight:900;margin:7px 0}
.checkout-page .size-card small{color:#999;font-weight:400;line-height:1.35}
.checkout-page .size-option input:checked + .size-card{border-color:var(--red);box-shadow:0 0 0 2px rgba(215,25,32,.25);background:#25090b}
.checkout-page .size-option input:focus-visible + .size-card{outline:2px solid #fff;outline-offset:2px}
.checkout-page .checkout-summary{position:sticky;top:105px}
.checkout-page .checkout-summary hr{border:0;border-top:1px solid #303030;margin:17px 0}
.checkout-page .checkout-total{font-size:20px;padding-top:5px}
.checkout-page .wide{width:100%;text-align:center}
.checkout-page button:disabled{opacity:.45;cursor:not-allowed}
.checkout-page .locker-loading{color:#bbb;font-size:13px;margin-top:8px}
@media(max-width:1050px){.checkout-page .size-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.checkout-page .checkout-summary{position:static}.checkout-page .size-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.checkout-page .size-options{grid-template-columns:1fr}.checkout-page .size-card{min-height:0;text-align:left}.checkout-page .size-card strong,.checkout-page .size-card span{display:inline-block;margin-right:8px}}

/* 2026-07-20 navigation, delivery and cart refinements */
.main-nav{display:flex;justify-content:center;gap:18px;padding:14px 24px;background:#090909;border-top:1px solid #222;border-bottom:1px solid #222}.main-nav .nav-button{background:#d71920;color:#fff!important;border-radius:9px;padding:11px 28px;font-weight:900;letter-spacing:.3px;box-shadow:0 5px 16px #d7192033}.main-nav .nav-button:hover{background:#f1262e;transform:translateY(-1px)}
.cart-actions{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.cart-actions .btn{margin:0}.delivery-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 24px}.delivery-options label{margin:0}.delivery-options input{position:absolute;opacity:0}.delivery-options span{display:block;border:2px solid #dedede;border-radius:12px;padding:16px;cursor:pointer;height:100%}.delivery-options input:checked+span{border-color:#d71920;background:#fff1f2}.delivery-options small{display:block;margin-top:5px;color:#666}.locker-results{display:grid;gap:8px;max-height:360px;overflow:auto;margin:10px 0}.locker-result{width:100%;text-align:left;background:#fff;color:#222;border:1px solid #ddd;border-radius:10px;padding:13px;display:grid;gap:3px}.locker-result:hover{border-color:#d71920;background:#fff7f7}.locker-result span,.locker-result small{display:block}.selected-locker,.delivery-note{background:#f7f7f7;border-left:4px solid #d71920;border-radius:8px;padding:15px;margin:12px 0}.size-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.size-option input{position:absolute;opacity:0}.size-card{display:flex;flex-direction:column;border:2px solid #ddd;border-radius:10px;padding:13px;cursor:pointer}.size-option input:checked+.size-card{border-color:#d71920;background:#fff0f1}.size-card>span{color:#d71920;font-weight:900}.size-card small{margin-top:6px}.checkout-page [hidden]{display:none!important}
@media(max-width:800px){.main-nav{gap:8px;flex-wrap:wrap}.main-nav .nav-button{padding:10px 15px;flex:1 1 calc(50% - 8px);text-align:center}.delivery-options,.size-options{grid-template-columns:1fr}.cart-actions{justify-content:stretch}.cart-actions .btn{flex:1}}

/* Locker search and light popup readability */
.locker-results{background:#fff;color:#111;border:1px solid #ddd;border-radius:10px;overflow:hidden}
.locker-results .locker-result{display:block;width:100%;text-align:left;background:#fff;color:#111;border:0;border-bottom:1px solid #eee;padding:14px;margin:0;border-radius:0}
.locker-results .locker-result:hover{background:#f7f7f7}
.locker-results .locker-result b,.locker-results .locker-result span,.locker-results .locker-result small{display:block;color:#111}
.locker-results .locker-result small{color:#666}
.locker-empty{padding:14px;color:#111;background:#fff;margin:0}
.modal,.dialog,.popup,[role="dialog"],.toast.light{background:#fff;color:#111}
.modal *,.dialog *,.popup *,[role="dialog"] *,.toast.light *{color:inherit}
.modal input,.modal select,.modal textarea,.dialog input,.dialog select,.dialog textarea,
.popup input,.popup select,.popup textarea,[role="dialog"] input,[role="dialog"] select,[role="dialog"] textarea{
  background:#fff;color:#111;border-color:#bbb;
}

/* 2026-07-20 definitive light-surface contrast fixes */
.checkout-page .delivery-options label > span,
.checkout-page .delivery-options label > span b,
.checkout-page .delivery-options label > span strong,
.checkout-page .delivery-options label > span small{
  color:#f5f5f5;
}
.checkout-page .delivery-options input:checked + span{
  background:#fff1f2!important;
  border-color:#e11722!important;
  color:#111!important;
}
.checkout-page .delivery-options input:checked + span b,
.checkout-page .delivery-options input:checked + span strong{
  color:#111!important;
}
.checkout-page .delivery-options input:checked + span small{
  color:#555!important;
}
.checkout-page .locker-results,
.checkout-page .locker-results p,
.checkout-page .locker-results b,
.checkout-page .locker-results span,
.checkout-page .locker-results small,
.checkout-page .selected-locker,
.checkout-page .selected-locker p,
.checkout-page .selected-locker b,
.checkout-page .selected-locker span,
.checkout-page .selected-locker small,
.checkout-page .delivery-note,
.checkout-page .delivery-note p,
.checkout-page .delivery-note b,
.checkout-page .size-option input:checked + .size-card,
.checkout-page .size-option input:checked + .size-card strong,
.checkout-page .size-option input:checked + .size-card small{
  color:#111!important;
}
.checkout-page .locker-results .muted{color:#555!important;background:#fff!important;padding:14px;margin:0}
.checkout-page .locker-results .alert.error{background:#ffe6e6!important;color:#6b1111!important}
.checkout-page .size-option input:checked + .size-card > span{color:#c30f18!important}

/* Agent and admin footer access */
.footer-login-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.footer-login-btn{display:inline-block!important;background:#d71920;color:#fff!important;padding:9px 13px;border-radius:7px;font-weight:800;text-decoration:none}.footer-login-btn:hover{background:#f1262e}.optional{font-weight:400;color:#999}
