.shop-offcanvas-overlay{position:fixed;inset:0;z-index:1020;display:flex;justify-content:flex-start;background:radial-gradient(circle at top left,rgba(100,204,197,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(212,175,55,.12),transparent 34%),rgba(0,28,48,.52);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.shop-offcanvas{position:relative;width:min(430px,100%);min-height:100vh;overflow:hidden;padding:34px 24px;color:#ffffff;background:linear-gradient(145deg,rgba(0,28,48,.98),rgba(23,107,135,.96)),#001c30;border-right:1px solid rgba(255,255,255,.14);box-shadow:24px 0 70px rgba(0,0,0,.38);animation:slideInLeft .34s ease both}.shop-offcanvas:before{content:"";position:absolute;inset:1px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 42%,rgba(100,204,197,.08))}.shop-offcanvas-glow{position:absolute;width:190px;height:190px;border-radius:999px;filter:blur(10px);opacity:.42;pointer-events:none}.shop-offcanvas-glow-one{top:-90px;right:-80px;background:rgba(100,204,197,.48)}.shop-offcanvas-glow-two{bottom:-100px;left:-90px;background:rgba(212,175,55,.28)}.shop-offcanvas-header{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.shop-eyebrow{margin:0 0 8px;color:#64ccc5;font-size:12px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}.shop-offcanvas-header h2{margin:0;color:#ffffff;font-size:32px;line-height:1.05;font-weight:900;letter-spacing:-1.3px}.shop-badge{flex:0 0 auto;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:18px;color:#001c30;background:linear-gradient(135deg,#ffffff,#64ccc5);box-shadow:0 14px 30px rgba(100,204,197,.25)}.shop-description{position:relative;z-index:2;margin:0 0 24px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.7}.shop-list{position:relative;z-index:2;display:grid;grid-gap:12px;gap:12px;margin-bottom:22px}.shop-option{width:100%;display:grid;grid-template-columns:46px 1fr 28px;align-items:center;grid-gap:13px;gap:13px;padding:14px;border-radius:20px;text-align:left;cursor:pointer;color:#ffffff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.shop-option:hover{transform:translateX(4px);background:rgba(255,255,255,.12);border-color:rgba(100,204,197,.4)}.shop-option.selected{background:rgba(100,204,197,.16);border-color:rgba(100,204,197,.75);box-shadow:0 14px 30px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.05)}.shop-option-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#64ccc5;background:rgba(255,255,255,.1)}.shop-option.selected .shop-option-icon{color:#001c30;background:linear-gradient(135deg,#64ccc5,#ffffff)}.shop-option-content h3{margin:0 0 4px;color:#ffffff;font-size:15px;font-weight:800}.shop-option-content p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.45}.shop-continue-btn{position:relative;z-index:2;width:100%;min-height:54px;border:none;border-radius:18px;color:#001c30;background:linear-gradient(135deg,#64ccc5,#ffffff);font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 16px 36px rgba(100,204,197,.25);transition:transform .2s ease,box-shadow .2s ease}.shop-continue-btn:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(100,204,197,.32)}.shop-offcanvas-close{position:absolute;top:18px;right:18px;z-index:5;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.shop-offcanvas-close:hover{transform:scale(1.06);background:rgba(255,255,255,.14);color:#ffffff}.shop-option-check{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#001c30;background:transparent;font-size:12px;flex-shrink:0}.shop-option.selected .shop-option-check{background:#64ccc5}.shop-option-content .shop-phone{margin-bottom:3px;color:#64ccc5;font-weight:700}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:576px){.shop-offcanvas{width:100%;padding:28px 18px 22px}.shop-offcanvas-header h2{font-size:28px}.shop-option{grid-template-columns:42px 1fr 26px;padding:13px;border-radius:18px}.shop-option-icon{width:42px;height:42px;border-radius:15px}}.fullpage-loader-overlay{position:fixed;inset:0;z-index:9999;background-color:rgb(229,229,229);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center}.fullpage-loader-spinner{width:56px;height:56px;border:5px solid #7eebd5;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.fullpage-loader-image{width:80px;height:80px;object-fit:contain;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}