.vyron-cart{min-height:calc(100vh - 220px);box-sizing:border-box;max-width:1120px;margin:0 auto;padding:4.5rem var(--page-margin) 6rem;color:#17233b}.vyron-cart__heading{max-width:700px;margin:0 auto;text-align:center}.vyron-cart__eyebrow{margin:0;color:#9d7666;font-size:.7rem;font-weight:700;letter-spacing:.18em}.vyron-cart h1{margin:.8rem 0 0;font-size:clamp(2.8rem,6vw,5.6rem);line-height:.95;letter-spacing:-.05em}.vyron-cart__form{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(2rem,7vw,6rem);margin-top:5rem}.vyron-cart__items{min-width:0}.vyron-cart__items-header{display:flex;justify-content:space-between;padding-bottom:.8rem;border-bottom:1px solid #d8d0c6;color:#716b67;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.vyron-cart__item{display:grid;grid-template-columns:104px minmax(0,1fr) 74px auto;gap:1.25rem;align-items:center;padding:1.4rem 0;border-bottom:1px solid #d8d0c6}.vyron-cart__item-image{display:block;overflow:hidden;background:#e8e2d6}.vyron-cart__item-image img{display:block;width:104px;aspect-ratio:1;object-fit:cover;mix-blend-mode:multiply}.vyron-cart__item-info a{color:#17233b;text-decoration:none}.vyron-cart__item-info h2{margin:0;font-size:1rem;font-weight:700}.vyron-cart__item-info p{margin:.45rem 0 0;color:#716b67;font-size:.85rem}.vyron-cart__remove{display:inline-block;margin-top:.8rem;color:#9d7666!important;font-size:.72rem;text-decoration:underline!important;text-underline-offset:.2rem}.vyron-cart__quantity{display:grid;gap:.4rem;color:#716b67;font-size:.68rem}.vyron-cart__quantity input{width:58px;box-sizing:border-box;padding:.65rem .4rem;border:1px solid #cfc6ba;border-radius:999px;background:#fff;color:#17233b;text-align:center}.vyron-cart__line-total{align-self:center;font-size:.9rem;white-space:nowrap}.vyron-cart__update{margin-top:1.25rem;padding:0;border:0;background:transparent;color:#716b67;cursor:pointer;font-size:.72rem;text-decoration:underline;text-underline-offset:.2rem}.vyron-cart__summary{align-self:start;padding:1.75rem;background:#e8e2d6}.vyron-cart__summary-label{margin:0 0 2rem;color:#9d7666;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.vyron-cart__summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-top:1px solid #cfc6ba;padding-top:1rem}.vyron-cart__summary-total span{color:#716b67;font-size:.8rem}.vyron-cart__summary-total strong{font-size:1.5rem}.vyron-cart__summary-note{margin:1rem 0 1.5rem;color:#716b67;font-size:.72rem;line-height:1.5}.vyron-cart__secure{display:grid;gap:.3rem;margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid #cfc6ba;color:#716b67;font-size:.7rem}.vyron-cart__secure strong{color:#17233b;font-size:.75rem}.vyron-cart__secure strong span{display:inline-grid;place-items:center;width:1.15rem;height:1.15rem;margin-right:.3rem;border:1px solid currentColor;border-radius:50%;font-size:.65rem}.vyron-cart__payment-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.9rem}.vyron-cart__payment-icon{width:38px;height:24px}.vyron-cart__brand{display:flex;justify-content:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #cfc6ba}.vyron-cart__brand img{display:block;width:auto;max-width:90px;max-height:32px;object-fit:contain}.vyron-cart__brand span{color:#17233b;font-size:.7rem;font-weight:700;letter-spacing:.2em}.vyron-cart__button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;box-sizing:border-box;padding:.8rem 1rem;border:1px solid #17233b;border-radius:999px;background:#17233b;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;text-decoration:none}.vyron-cart__button:hover{background:#9d7666;border-color:#9d7666}.vyron-cart__continue{display:block;margin-top:1.2rem;color:#17233b;font-size:.75rem;text-align:center;text-decoration:underline;text-underline-offset:.2rem}.vyron-cart__empty{display:flex;flex-direction:column;align-items:center;max-width:620px;margin:4rem auto 0;padding:5rem 1rem;border-top:1px solid #d8d0c6;text-align:center}.vyron-cart__empty-icon{display:grid;place-items:center;width:3rem;height:3rem;border:1px solid #9d7666;border-radius:50%;color:#9d7666;font-size:1.5rem}.vyron-cart__empty h2{margin:1.5rem 0 .5rem;font-size:1.7rem}.vyron-cart__empty p{margin:0 0 1.5rem;color:#716b67}@media(max-width:720px){.vyron-cart{min-height:calc(100vh - 180px);padding-top:3rem}.vyron-cart__form{grid-template-columns:1fr;gap:2.5rem;margin-top:3rem}.vyron-cart__item{grid-template-columns:72px minmax(0,1fr) 62px;gap:.75rem}.vyron-cart__item-image img{width:72px}.vyron-cart__line-total{grid-column:2 / -1;grid-row:2}.vyron-cart__quantity{grid-column:3;grid-row:1}.vyron-cart__summary{padding:1.4rem}}footer{display:flex;flex-wrap:wrap;gap:1.5rem 3rem;justify-content:space-between;padding:3rem max(var(--page-margin),calc((100vw - 1120px)/2));margin-top:0;background:#0a0a0a;color:#f5f5f5}footer a{text-decoration:none;color:#f5f5f5}footer .footer__links,footer .footer__payment{display:flex;flex-wrap:wrap;gap:1rem}footer .footer__brand a{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:.14em;text-decoration:none}footer .footer__brand p{margin-top:.5rem;color:#aaa;font-size:.8rem}footer .footer__brand small{display:block;max-width:280px;margin-top:.5rem;color:#777;font-size:.7rem;line-height:1.4}footer .footer__copyright{align-self:end;color:#aaa;font-size:.75rem}.shopify-section>footer{grid-column:1 / -1}@media(max-width:720px){footer{flex-direction:column;padding:2.5rem var(--page-margin)}footer .footer__copyright{order:3}}header{height:5rem;display:flex;align-items:center;justify-content:space-between;padding:0 var(--page-margin)}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}header .header__menu{flex-wrap:wrap;justify-content:center}header .header__title a{color:#111}header .header__title img{width:148px;height:88px;object-fit:contain}@media(max-width:720px){header{height:auto;min-height:5.75rem;gap:.75rem}header .header__menu{display:none}header .header__title img{width:122px;height:74px}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=IAAK */
