:root{--navy: #0F172A;--blue: #2563EB;--blue-hover: #1D4ED8;--blue-light: #EFF6FF;--bg: #F8FAFC;--white: #FFFFFF;--border: #E5E7EB;--border-dark:#D1D5DB;--text-primary: #0F172A;--text-secondary: #6B7280;--text-muted: #9CA3AF;--success: #16A34A;--warning: #D97706;--danger: #DC2626;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.05);--shadow-hover: 0 20px 60px rgba(0,0,0,.12), 0 8px 20px rgba(0,0,0,.06);--transition: .22s cubic-bezier(.4, 0, .2, 1);--max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}@media(min-width:1280px){.container{padding:0 60px}}h1,h2,h3,h4,h5{font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:1.25rem}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem}.section-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:var(--navy);letter-spacing:-.025em}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem}.view-all-link{font-size:.875rem;font-weight:500;color:var(--blue);white-space:nowrap;display:flex;align-items:center;gap:4px;transition:gap var(--transition)}.view-all-link:hover{gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:#1e293b;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-accent{background:var(--blue);color:var(--white)}.btn-accent:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 8px 24px #2563eb4d}.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--border-dark)}.btn-outline:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.btn-outline-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:#ffffff1f;border-color:#fffc}.btn-sm{padding:8px 18px;font-size:.8rem}.btn-full{width:100%}.announcement-bar{background:var(--navy);color:var(--white);text-align:center;padding:10px 24px;font-size:.82rem;font-weight:500;letter-spacing:.02em;position:relative;overflow:hidden}.announcement-bar a{color:#ffffffd9}.announcement-bar a:hover{color:var(--white);text-decoration:underline}.announcement-bar__items{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}.announcement-bar__divider{width:4px;height:4px;background:#fff6;border-radius:50%;flex-shrink:0}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:68px;gap:24px}.header-logo{font-size:1.3rem;font-weight:800;letter-spacing:-.04em;color:var(--navy);display:flex;align-items:center;gap:8px}.header-logo .logo-dot{width:8px;height:8px;background:var(--blue);border-radius:50%;margin-bottom:2px}.header-nav{display:none}@media(min-width:1024px){.header-nav{display:flex;align-items:center;gap:2px}}.header-nav a{font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:6px 12px;border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap}.header-nav a:hover{color:var(--navy);background:var(--bg)}.header-nav a.active{color:var(--navy);font-weight:600}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition);position:relative}.header-icon-btn:hover{color:var(--navy);background:var(--bg)}.header-icon-btn svg{width:20px;height:20px;stroke-width:1.8}.cart-count{position:absolute;top:4px;right:4px;background:var(--blue);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:var(--navy)}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn svg{width:22px;height:22px}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.mobile-nav.open{display:block}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.mobile-nav__drawer{position:absolute;top:0;left:0;bottom:0;width:min(320px,85vw);background:var(--white);padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.mobile-nav__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.mobile-nav__close svg{width:20px;height:20px}.mobile-nav a{display:block;font-size:1rem;font-weight:500;color:var(--text-secondary);padding:10px 12px;border-radius:var(--radius-sm);transition:all var(--transition)}.mobile-nav a:hover{background:var(--bg);color:var(--navy)}.mobile-nav .nav-divider{height:1px;background:var(--border);margin:8px 0}.hero{background:var(--navy);min-height:min(90vh,680px);display:flex;align-items:center;position:relative;overflow:hidden}.hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}.hero__bg-accent{position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.18) 0%,transparent 70%);pointer-events:none}.hero__content{position:relative;z-index:2;max-width:680px}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#2563eb26;border:1px solid rgba(37,99,235,.3);border-radius:100px;padding:6px 14px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#93c5fd;margin-bottom:1.5rem}.hero__eyebrow span.dot{width:6px;height:6px;background:#60a5fa;border-radius:50%}.hero h1{color:var(--white);font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:1.5rem}.hero h1 .accent{color:#60a5fa}.hero__sub{font-size:1.1rem;color:#ffffffa6;margin-bottom:2.5rem;max-width:440px;line-height:1.7;font-weight:400}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__stats{position:absolute;bottom:3rem;right:0;display:none}@media(min-width:1100px){.hero__stats{display:flex;gap:40px}}.hero__stat-item{text-align:center}.hero__stat-number{font-size:2rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.hero__stat-label{font-size:.78rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.section{padding:80px 0}.section-alt{background:var(--white);padding:80px 0}@media(min-width:768px){.section,.section-alt{padding:100px 0}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}@media(min-width:768px){.product-grid{gap:28px}}.product-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);display:flex;flex-direction:column;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:transparent}.product-card__image-wrap{position:relative;aspect-ratio:1 / 1;background:var(--bg);overflow:hidden}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image-wrap img{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge-preorder{background:#fef3c7;color:#92400e}.badge-new{background:#d1fae5;color:#065f46}.badge-sale{background:#fee2e2;color:#991b1b}.badge-sold-out{background:#f3f4f6;color:#6b7280}.badge-coming-soon{background:#ede9fe;color:#5b21b6}.product-card__wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition);box-shadow:var(--shadow-sm)}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist svg{width:16px;height:16px;color:var(--text-secondary)}.product-card__wishlist:hover svg{color:#ef4444}.product-card__body{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card__game{font-size:.7rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.08em}.product-card__title{font-size:.92rem;font-weight:600;color:var(--navy);line-height:1.35}.product-card__stars{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-muted)}.product-card__stars .stars{color:#f59e0b;letter-spacing:1px}.product-card__meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.product-card__price{font-size:1.15rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.product-card__price-compare{font-size:.8rem;color:var(--text-muted);text-decoration:line-through}.product-card__release{font-size:.72rem;color:var(--text-muted);font-weight:500}.product-card__atc{margin-top:12px;width:100%;padding:10px;background:var(--navy);color:var(--white);border-radius:var(--radius-sm);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:all var(--transition);opacity:0;transform:translateY(4px)}.product-card:hover .product-card__atc{opacity:1;transform:translateY(0)}.product-card__atc:hover{background:var(--blue)}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.game-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.game-grid{grid-template-columns:repeat(6,1fr);gap:20px}}.game-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);text-align:center}.game-card:hover{border-color:var(--blue);background:var(--blue-light);transform:translateY(-3px);box-shadow:var(--shadow-md)}.game-card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--bg);transition:background var(--transition)}.game-card:hover .game-card__icon{background:#2563eb1a}.game-card__name{font-size:.8rem;font-weight:600;color:var(--navy);line-height:1.3}.game-card__count{font-size:.7rem;color:var(--text-muted);font-weight:500}.coming-soon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.coming-soon-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:24px;display:flex;align-items:center;gap:20px;transition:all var(--transition)}.coming-soon-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-dark)}.coming-soon-card__image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-md);background:var(--bg);flex-shrink:0}.coming-soon-card__details{flex:1;min-width:0}.coming-soon-card__game{font-size:.7rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.coming-soon-card__title{font-size:.92rem;font-weight:600;color:var(--navy);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.countdown{display:flex;gap:8px}.countdown__unit{text-align:center;background:var(--bg);border-radius:var(--radius-sm);padding:4px 8px;min-width:36px}.countdown__num{font-size:1rem;font-weight:700;color:var(--navy);display:block;font-variant-numeric:tabular-nums}.countdown__label{font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.trust-bar{background:var(--navy);padding:24px 0}.trust-items{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#ffffffd9;font-size:.875rem;font-weight:500}.trust-item svg{width:18px;height:18px;color:#60a5fa;flex-shrink:0}.why-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{padding:32px 24px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border)}.why-card__icon{width:48px;height:48px;border-radius:12px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.why-card__icon svg{width:22px;height:22px;color:var(--blue);stroke-width:1.8}.why-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}.why-card p{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.newsletter-section{background:var(--navy);padding:80px 0}.newsletter-inner{max-width:560px;margin:0 auto;text-align:center}.newsletter-section h2{color:var(--white);font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.75rem}.newsletter-section p{color:#fff9;margin-bottom:2rem;font-size:.95rem}.newsletter-form{display:flex;gap:10px;max-width:420px;margin:0 auto}.newsletter-form input{flex:1;padding:12px 16px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:var(--white);font-size:.9rem;outline:none;transition:border-color var(--transition)}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#fff6}@media(max-width:480px){.newsletter-form{flex-direction:column}.newsletter-form .btn{width:100%}}.site-footer{background:#060c18;color:#ffffffa6;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:48px}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand .logo{margin-bottom:12px}.footer-brand p{font-size:.875rem;line-height:1.7;max-width:280px}.footer-col h4{font-size:.8rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:.875rem;color:#ffffff8c;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem}.footer-payments{display:flex;gap:8px;align-items:center}.payment-badge{background:#ffffff1a;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:600;color:#ffffffb3}.product-page{padding:48px 0 80px}.product-page__grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:900px){.product-page__grid{grid-template-columns:1fr 1fr;gap:64px}}.product-gallery__main{aspect-ratio:1;background:var(--bg);border-radius:var(--radius-xl);overflow:hidden;position:relative}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius-md);border:2px solid transparent;overflow:hidden;cursor:pointer;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__brand{font-size:.78rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.product-info__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:var(--navy);letter-spacing:-.03em;margin-bottom:16px}.product-info__price{font-size:2rem;font-weight:800;color:var(--navy);letter-spacing:-.04em;margin-bottom:8px}.product-info__price .original{font-size:1.1rem;font-weight:400;color:var(--text-muted);text-decoration:line-through;margin-left:8px}.product-info__release{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:500;color:var(--warning);background:#fef3c7;padding:4px 12px;border-radius:100px;margin-bottom:24px}.product-info__release svg{width:14px;height:14px}.product-info__stock{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--success);margin-bottom:28px}.product-info__stock .dot{width:8px;height:8px;background:currentColor;border-radius:50%}.quantity-selector{display:flex;align-items:center;gap:0;border:1.5px solid var(--border-dark);border-radius:var(--radius-md);overflow:hidden;width:fit-content;margin-bottom:16px}.quantity-btn{width:44px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--navy);background:var(--bg);transition:background var(--transition)}.quantity-btn:hover{background:var(--border)}.quantity-input{width:60px;height:48px;text-align:center;font-size:1rem;font-weight:600;color:var(--navy);border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);outline:none;background:var(--white)}.product-info__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}@media(min-width:640px){.product-info__actions{flex-direction:row}}.product-trust-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px;background:var(--bg);border-radius:var(--radius-lg)}.product-trust-icon{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:500;color:var(--text-secondary)}.product-trust-icon svg{width:16px;height:16px;color:var(--success);flex-shrink:0}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);padding:12px 24px;z-index:90;display:none;align-items:center;justify-content:space-between;gap:16px}.sticky-atc.visible{display:flex}.sticky-atc__info{display:flex;flex-direction:column}.sticky-atc__title{font-size:.9rem;font-weight:600;color:var(--navy)}.sticky-atc__price{font-size:.85rem;color:var(--text-secondary)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-muted);padding:20px 0}.breadcrumb a{transition:color var(--transition)}.breadcrumb a:hover{color:var(--navy)}.breadcrumb__sep{color:var(--border-dark)}.collection-header{background:var(--white);border-bottom:1px solid var(--border);padding:48px 0 32px}.collection-header h1{color:var(--navy);margin-bottom:8px}.collection-header p{color:var(--text-secondary);max-width:600px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.collection-count{font-size:.875rem;color:var(--text-secondary)}.collection-sort{display:flex;align-items:center;gap:8px;font-size:.875rem}.collection-sort select{border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;font-size:.875rem;color:var(--navy);outline:none;cursor:pointer}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:48px 0 24px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;border:1px solid var(--border);background:var(--white);color:var(--text-secondary);transition:all var(--transition)}.pagination a:hover{border-color:var(--navy);color:var(--navy)}.pagination span.current{background:var(--navy);color:var(--white);border-color:var(--navy)}.cart-page{padding:48px 0 80px}.cart-page h1{color:var(--navy);margin-bottom:32px;font-size:1.8rem}.cart-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:900px){.cart-grid{grid-template-columns:1fr 360px}}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item__image{width:90px;height:90px;object-fit:cover;border-radius:var(--radius-md);background:var(--bg);flex-shrink:0}.cart-item__details{flex:1;min-width:0}.cart-item__name{font-weight:600;color:var(--navy);font-size:.95rem;margin-bottom:4px}.cart-item__game{font-size:.75rem;color:var(--blue);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cart-item__price{font-size:1rem;font-weight:700;color:var(--navy);margin-top:8px}.cart-item__remove{font-size:.78rem;color:var(--text-muted);border:none;background:none;cursor:pointer;text-decoration:underline;margin-top:4px;display:inline-block}.cart-summary{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:28px;height:fit-content;position:sticky;top:90px}.cart-summary h3{color:var(--navy);margin-bottom:20px;font-size:1.1rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-secondary);margin-bottom:10px}.cart-summary__row.total{font-size:1.1rem;font-weight:700;color:var(--navy);padding-top:12px;border-top:1px solid var(--border);margin-top:12px}.cart-summary__notice{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/vortex.css.map */
