:root{--ink:#182b38;--muted:#61707b;--blue:#2359dc;--line:#e1e7ef;--bg:#f6f8fc}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font:16px/1.65 Arial,Tahoma,sans-serif}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #dc8100;outline-offset:4px}header{height:100px;border-bottom:1px solid var(--line);background:white;padding:20px max(5vw,20px);display:flex;align-items:center;justify-content:space-between;gap:20px}header img{width:165px;height:58px;object-fit:contain}.header-actions{display:flex;align-items:center;gap:28px;font-size:14px}.header-actions button{border:1px solid var(--line);background:white;border-radius:24px;padding:8px 20px;color:var(--ink)}main{max-width:1140px;margin:auto;padding:32px 30px 48px;min-height:calc(100vh - 184px)}#steps{display:flex;align-items:flex-start;justify-content:center;margin:0 auto 45px;max-width:700px;gap:0}.step{flex:1;position:relative;text-align:center;color:#6c7887;font-size:13px}.step:before{content:'';position:absolute;top:18px;inset-inline-start:-50%;width:100%;height:1px;background:#dce3ed;z-index:-1}.step:first-child:before{display:none}.step span{margin:0 auto 6px;width:36px;height:36px;background:#f6f8fc;border:1px solid #dce3ed;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px}.step.active{color:var(--blue);font-weight:bold}.step.active span,.step.done span{background:var(--blue);color:white;border-color:var(--blue)}.step.done:before{background:var(--blue)}.screenhead{text-align:center;margin-bottom:30px}.eyebrow{font-size:12px;color:var(--blue);font-weight:bold;letter-spacing:1.2px}.screenhead h1{font-size:42px;line-height:1.3;letter-spacing:-1px;margin:10px 0}.screenhead p{color:var(--muted);margin:8px 0}.welcomegrid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:900px;margin:35px auto}.choice{border-radius:20px;border:1px solid transparent;text-align:start;padding:32px;position:relative;min-height:295px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,box-shadow .2s}.choice:hover{transform:translateY(-4px);box-shadow:0 15px 32px #253e6c12}.choice.deals{background:#fff0e7;color:#713716;border-color:#f3dccd}.choice.browse{background:#e8efff;color:#234898;border-color:#d5e1fd}.choice .symbol{font-size:31px;border-radius:16px;background:#ffffffa1;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.choice h2{font-size:28px;margin:0 0 7px;line-height:1.4}.choice p{margin:0 0 25px;font-size:16px;opacity:.85}.choice .go{margin-top:auto;font-size:14px;font-weight:bold;display:flex;justify-content:space-between;width:100%}.micro{text-align:center;font-size:13px;color:var(--muted);margin-top:30px}.micro b{color:#394e68;margin:0 12px}.back{border:0;background:none;color:var(--muted);padding:0;font-size:14px;margin-bottom:12px}.back:hover{color:var(--blue)}.sectionnav{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modebadge{padding:5px 14px;border-radius:20px;background:#fff0e7;color:#8a461d;font-size:13px}.categorygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.category{border:1px solid var(--line);border-radius:16px;background:white;padding:26px;display:flex;flex-direction:column;align-items:center;color:var(--ink);text-align:center;transition:all .2s}.category:hover{border-color:var(--blue);transform:translateY(-3px)}.category img{width:150px;height:150px;object-fit:contain;margin:0 0 20px}.category h2{font-size:23px;margin:0 0 6px}.category p{font-size:14px;color:var(--muted);margin:0}.category .count{margin-top:20px;font-size:13px;color:var(--blue)}.productgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid var(--line);background:white;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.product-top{height:215px;position:relative;padding:22px;background:white}.product-top img{width:100%;height:100%;object-fit:contain}.sale{position:absolute;top:14px;inset-inline-start:14px;border-radius:20px;background:#fff0e7;color:#994314;padding:3px 10px;font-size:12px;font-weight:bold}.product-body{padding:20px;border-top:1px solid #f1f3f6;display:flex;flex-direction:column;flex:1}.product h2{font-size:20px;margin:0 0 4px;line-height:1.5}.product .subname{font-size:13px;direction:ltr;color:var(--muted);margin:0 0 16px}.product .price{font-size:23px;font-weight:bold;margin-top:auto}.price{direction:ltr;unicode-bidi:isolate;display:inline-block}.price del{color:#7a8492;font-size:14px;font-weight:normal;margin-inline-start:7px}.primary{border:0;background:var(--blue);border-radius:9px;padding:13px 22px;color:white;font-weight:600;font-size:16px;display:inline-flex;justify-content:center;align-items:center;gap:20px}.primary:hover{background:#1746b6}.product .primary{width:100%;margin-top:18px}.selection{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:white;border:1px solid var(--line);border-radius:20px;padding:35px}.selection .photo{display:flex;align-items:center;justify-content:center;background:white;min-width:0}.selection .photo img{width:100%;max-width:330px;height:320px;object-fit:contain}.selection h2{font-size:27px;line-height:1.4;margin:0 0 5px}.selection .english{font-size:14px;color:var(--muted);margin:4px 0 14px}.selection .price{font-size:28px;font-weight:bold}.detailnote{font-size:14px;color:var(--muted);margin:18px 0;padding:15px;background:#f5f7fb;border-radius:8px}.qtylabel{font-size:14px;display:block;margin-bottom:8px}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;direction:ltr;height:46px}.qty button{border:0;background:#f6f8fc;width:44px;height:100%;color:var(--ink);font-size:24px}.qty input{width:65px;appearance:textfield;-moz-appearance:textfield;border:0;text-align:center;background:white;color:var(--ink);font-size:18px}.qty input::-webkit-inner-spin-button{appearance:none}.total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:20px;padding-top:16px;gap:20px}.total strong{font-size:24px;direction:ltr}.selection .primary{width:100%;margin-top:20px}.small{font-size:12px;color:var(--muted);margin:10px 0}.detail-link{display:inline-block;font-size:13px;color:var(--blue);text-decoration:underline;margin-top:14px}.empty{text-align:center;padding:40px;background:white;border-radius:16px;border:1px solid var(--line)}.summary{max-width:680px;margin:auto;background:white;border:1px solid var(--line);border-radius:20px;padding:30px}.summary-product{display:flex;align-items:center;gap:22px}.summary-product img{width:100px;height:100px;object-fit:contain}.summary h2{font-size:22px;margin:0}.summary p{color:var(--muted);font-size:14px}.summary .primary{width:100%;margin-top:20px}.summary .compat{background:#fff5e9;padding:14px;border-radius:8px;color:#74532f;font-size:14px}.bottomsupport{text-align:center;margin-top:32px;font-size:14px;color:var(--muted)}.bottomsupport a{color:var(--blue);text-decoration:underline}footer{border-top:1px solid var(--line);padding:25px max(5vw,20px);display:flex;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted);background:white}#screen{animation:appear .22s ease-out}@keyframes appear{from{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:750px){header{height:83px;padding:15px 20px}header img{width:130px;height:45px}.header-actions{gap:14px;font-size:12px}.header-actions button{padding:6px 13px;font-size:12px}main{padding:25px 18px 35px;min-height:calc(100vh - 170px)}#steps{margin-bottom:30px}.step{font-size:11px}.step span{width:30px;height:30px;font-size:12px}.step:before{top:15px}.screenhead h1{font-size:31px}.screenhead p{font-size:15px}.welcomegrid{gap:14px;margin-top:25px}.choice{padding:22px;min-height:285px}.choice h2{font-size:24px}.choice p{font-size:14px}.categorygrid{gap:12px}.category{padding:20px 12px}.category img{width:100px;height:100px}.category h2{font-size:19px}.category p{font-size:12px}.category .count{font-size:12px}.productgrid{grid-template-columns:repeat(2,1fr);gap:12px}.product-top{height:165px;padding:20px}.product-body{padding:15px}.product h2{font-size:17px}.product .price{font-size:20px}.price del{display:block;font-size:12px}.product .primary{font-size:14px;padding:11px}.selection{grid-template-columns:1fr;padding:24px;gap:20px}.selection .photo img{height:210px}.selection h2{font-size:25px}.summary{padding:22px}.summary-product{gap:15px}.summary h2{font-size:20px}footer{font-size:11px;padding:22px 18px}}@media(max-width:440px){.welcomegrid{grid-template-columns:1fr}.choice{min-height:0;padding:23px;padding-inline-start:96px}.choice .symbol{position:absolute;inset-inline-start:20px;top:25px;width:55px;height:55px;font-size:27px}.choice h2{font-size:24px}.choice p{margin-bottom:18px}.categorygrid{grid-template-columns:1fr}.category{flex-direction:row;gap:16px;text-align:start;padding:18px}.category img{width:75px;height:75px;margin:0}.category .count{margin:6px 0 0}.category h2{font-size:21px}.category p{font-size:14px}.micro b{margin:0 5px}.header-actions>a{font-size:11px}.product .subname{font-size:12px}.summary-product img{width:80px;height:80px}}@media(prefers-reduced-motion:reduce){#screen{animation:none}.choice,.category{transition:none}}
.language-screen{min-height:calc(100vh - 285px);display:grid;place-items:center}.language-card{max-width:670px;width:100%;text-align:center;background:white;border:1px solid var(--line);border-radius:24px;padding:45px}.language-card h1{font-size:38px;margin:16px 0 0}.language-card>p{font-size:21px;color:var(--muted);margin:0 0 28px}.language-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.language-options button{padding:24px 16px;border:1px solid #cbdafa;border-radius:14px;background:#edf3ff;color:#234898;display:flex;flex-direction:column;gap:10px;align-items:center}.language-options button:hover{background:#2359dc;color:white}.language-options strong{font-size:27px}.language-options span{font-size:14px}.language-currency{margin-top:28px;border-top:1px solid var(--line);padding-top:24px;font-size:14px}.language-currency strong,.language-currency span{display:block}.language-currency strong{color:#1746b6;font-size:17px}.language-currency p{margin:14px 0 0;color:var(--muted)}.currency-banner{border:1px solid #bdd1fa;border-inline-start:5px solid #2359dc;background:#edf3ff;border-radius:10px;padding:16px 20px;margin-bottom:28px}.currency-banner strong{display:block;font-size:18px;color:#1746b6}.currency-banner span{display:block;font-size:14px;margin:5px 0}.currency-banner small{font-size:12px;color:#536981;display:block}.currency-banner a{text-decoration:underline}.price-block{margin-top:auto}.currency-label{display:block;font-size:13px;font-weight:600;color:#324d75;direction:inherit}.usd{display:block;font-size:14px;font-weight:400;color:#50657b;line-height:1.7;margin-top:4px;letter-spacing:0}.usd bdi{font-weight:600}.total-value{text-align:end;min-width:0}.total .total-value strong{font-size:24px}.total-value .usd{font-size:13px}.selection .price-block>.price{font-size:28px}.product .price{font-size:22px}.product .price del{font-size:12px}.product .usd{font-size:13px}.total{align-items:flex-start}.step{font-size:14px}.category .count,.back{font-size:14px}@media(max-width:600px){.language-card{padding:28px 20px}.language-card h1{font-size:32px}.language-options{gap:10px}.language-options button{padding:20px 10px}.language-options strong{font-size:24px}.language-options span{font-size:12px}.currency-banner{padding:13px 14px}.currency-banner strong{font-size:16px}.currency-banner span{font-size:13px}.product .price{font-size:19px}.step{font-size:12px}.total .total-value strong{font-size:22px}}@media(max-width:360px){.language-options{grid-template-columns:1fr}}
/* A colourful, responsive shopping journey. */
:root{--blue:#345ce4;--bg:#f5f8ff}body{background:radial-gradient(ellipse at 8% 20%,#e5f3ff 0,transparent 40%),radial-gradient(ellipse at 95% 75%,#efeaff 0,transparent 40%),#f8faff}header{background:#ffffffed}.language-card{border-color:#dbe5ff;box-shadow:0 20px 65px #3862ac12;position:relative;overflow:hidden}.language-card:before{content:'';position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#2f68ed,#815bdf,#ed8956,#39b4a0)}.language-options button:first-child{background:#e9f2ff;border-color:#bdd5ff;color:#2455b7}.language-options button:last-child{background:#f1ebff;border-color:#d8c8fb;color:#6840ac}.language-options button:first-child:hover{background:#2f65da;color:white}.language-options button:last-child:hover{background:#7749c3;color:white}.language-options button{transition:transform .2s,background .2s,box-shadow .2s}.language-options button:hover{transform:translateY(-5px);box-shadow:0 12px 24px #304b941b}.language-options button:active{transform:scale(.97)}.choice.deals{background:linear-gradient(125deg,#fff2df,#ffe6e4);border-color:#f3d5bf}.choice.browse{background:linear-gradient(125deg,#e2f2ff,#e8e6ff);border-color:#c7d6fa}.choice .symbol{transition:transform .25s}.choice:hover .symbol{transform:rotate(-8deg) scale(1.08)}.choice .go>span{transition:transform .2s}.choice:hover .go>span{transform:translate(3px,-3px)}.category:nth-child(1){border-top:5px solid #3975e7;background:linear-gradient(#edf4ff,white 68%)}.category:nth-child(2){border-top:5px solid #9163d6;background:linear-gradient(#f4edff,white 68%)}.category:nth-child(3){border-top:5px solid #20a48c;background:linear-gradient(#e8f8f3,white 68%)}.category img{mix-blend-mode:multiply;transition:transform .3s}.category:hover img{transform:scale(1.06)}.category:hover{box-shadow:0 14px 30px #35599816}.product{transition:transform .22s,box-shadow .22s,border-color .22s}.product:hover{transform:translateY(-5px);box-shadow:0 15px 32px #35599818;border-color:#b5c9f3}.product:nth-child(3n+1) .product-body{background:linear-gradient(#f0f5ff,white 80%)}.product:nth-child(3n+2) .product-body{background:linear-gradient(#f5f0ff,white 80%)}.product:nth-child(3n+3) .product-body{background:linear-gradient(#eef9f4,white 80%)}.primary{background:linear-gradient(115deg,#245bd9,#6755d7);box-shadow:0 5px 14px #345ce420;transition:transform .18s,box-shadow .18s,filter .18s}.primary:hover{background:linear-gradient(115deg,#1e50c5,#604ac8);box-shadow:0 8px 20px #345ce430;transform:translateY(-2px)}.primary:active,.choice:active,.category:active{transform:scale(.98)}.step.active span{box-shadow:0 0 0 6px #e5ebff;animation:step-in .3s ease-out}.step.done span{background:#168b77;border-color:#168b77}.step.done:before{background:#51b7a5}.currency-banner{background:linear-gradient(110deg,#e8f2ff,#eef0ff);box-shadow:0 4px 18px #345ce408}.usd{color:#226858}.selection,.summary{box-shadow:0 12px 40px #344b7910;border-top:4px solid #7261db}.qty button{transition:background .15s,transform .15s}.qty button:not(:disabled):hover{background:#e4ebff;color:#245bd9}.qty button:not(:disabled):active{transform:scale(.9)}.language-card,.welcomegrid>.choice,.categorygrid>.category,.productgrid>.product{animation:card-in .4s both cubic-bezier(.2,.8,.2,1)}.choice:nth-child(2),.category:nth-child(2),.product:nth-child(2){animation-delay:.07s}.category:nth-child(3),.product:nth-child(3){animation-delay:.12s}.product:nth-child(4){animation-delay:.17s}.product:nth-child(5){animation-delay:.21s}.product:nth-child(6){animation-delay:.25s}@keyframes card-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes step-in{from{transform:scale(.82)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.primary:hover,.product:hover,.category:hover,.choice:hover,.language-options button:hover,.category:hover img,.choice:hover .symbol{transform:none}}
body.istar-guide-page{margin:0;color:var(--ink);font:16px/1.65 Arial,Tahoma,sans-serif}body.istar-guide-page h1,body.istar-guide-page h2,body.istar-guide-page h3{font-family:Arial,Tahoma,sans-serif;font-weight:700;color:inherit}body.istar-guide-page button{text-transform:none;letter-spacing:normal;font-family:inherit}body.istar-guide-page a{text-decoration:none}body.istar-guide-page main{float:none;width:100%}body.istar-guide-page input[type=number]{padding:0;box-shadow:none}body.istar-guide-page .currency-banner a,body.istar-guide-page .detail-link,body.istar-guide-page .bottomsupport a{text-decoration:underline}
