@charset "utf-8";

/* NanoReash Shop UI — shared product, cart and checkout presentation */

.ShoppingCartButtons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;width:100%;margin:20px 0 0}
.ShoppingCartButtons .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px}
.ShoppingCartButtons .btn i{font-size:18px;line-height:1}
.ShoppingCartButtons .btn span{display:inline-block}
@media(max-width:768px){.ShoppingCartButtons{flex-direction:column}.ShoppingCartButtons .btn{width:100%;justify-content:center}}

.shop-ui,.shop-ui *{box-sizing:border-box}
.shop-ui{max-width:1100px;margin:40px auto 0;padding:50px 16px 60px;font-family:Arial,sans-serif;color:#1a1a1a;font-size:15px;line-height:1.6}
.shop-ui a{color:#1a6fc4;text-decoration:none}
.shop-ui a:hover{text-decoration:underline}
.shop-ui .nr-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:1em!important;height:1em!important;min-width:1em!important;max-width:1em!important;line-height:1!important;font-style:normal!important;vertical-align:middle}
.shop-ui .product-grid,.shop-ui .shop-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:start}
.shop-ui .shop-grid--single{grid-template-columns:minmax(0,1fr)}
.shop-ui .info-col,.shop-ui .shop-card,.shop-ui.checkout-card{min-width:0;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:24px}
.shop-ui .breadcrumb,.shop-ui .shop-breadcrumb{font-size:13px;color:#666;margin-top:20px;display:flex;align-items:center;flex-wrap:wrap;gap:5px}
.shop-ui .breadcrumb .sep,.shop-ui .shop-breadcrumb .sep{color:#bbb;padding:0 2px}
.shop-ui .breadcrumb .icon-home,.shop-ui .shop-breadcrumb .icon-home{font-size:13px}
.shop-ui .stock-badge,.shop-ui .shop-badge,.shop-ui .checkout-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;background:#e8f5e9;color:#2e7d32;border-radius:99px;padding:3px 10px;margin-bottom:14px;letter-spacing:.02em}
.shop-ui .stock-badge.low,.shop-ui .shop-badge--warning{background:#fff8e1;color:#e65100}
.shop-ui .shop-badge--danger{background:#fce4e4;color:#c62828}
.shop-ui .stock-badge .nr-icon,.shop-ui .shop-badge .nr-icon,.shop-ui .checkout-badge .nr-icon{font-size:12px}
.shop-ui h1{font-size:21px;font-weight:700;line-height:1.3;margin:0 0 14px;color:#111}
.shop-ui .desc,.shop-ui .shop-intro,.shop-ui .checkout-intro{font-size:14px;color:#444;line-height:1.7;margin-bottom:20px;border-top:1px solid #f0f0f0;padding-top:16px}
.shop-ui .pricing{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:6px}
.shop-ui .price-now{font-size:26px;font-weight:700;color:#111}
.shop-ui .price-was{font-size:16px;color:#999;text-decoration:line-through}
.shop-ui .saving-badge{font-size:12px;font-weight:600;background:#fff3e0;color:#e65100;border-radius:99px;padding:3px 10px}
.shop-ui .price-subtotal{font-size:13px;color:#888;margin-bottom:14px;min-height:18px}
.shop-ui .price-subtotal strong{color:#444}
.shop-ui .sku{font-size:12px;color:#aaa;margin-bottom:14px}
.shop-ui .field-label{font-size:12px;font-weight:600;color:#888;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}
.shop-ui .cart-row{display:block;gap:10px;align-items:center;margin-bottom:12px}
.shop-ui .qty-ctrl{display:flex;align-items:center;border:1px solid #d0d0d0;border-radius:8px;overflow:hidden;height:44px;flex-shrink:0}
.shop-ui .qty-ctrl button{width:36px;height:44px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;line-height:1}
.shop-ui .qty-ctrl button:hover{background:#f5f5f5}
.shop-ui .qty-val{width:38px;text-align:center;font-size:15px;font-weight:600;border:none;outline:none;pointer-events:none}
.shop-ui .btn-cart,.shop-ui .btn-buy{min-height:44px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
.shop-ui .btn-cart{flex:1;background:#fff;border:1px solid #1a1a1a;color:#111}
.shop-ui .btn-cart:hover{background:#f0f0f0}
.shop-ui .btn-cart.added{border-color:#2e7d32;color:#2e7d32}
.shop-ui .btn-buy{width:100%;background:#1a1a1a;border:none;color:#fff;margin-bottom:18px}
.shop-ui .btn-buy:hover{opacity:.85}
.shop-ui .btn-cart .nr-icon,.shop-ui .btn-buy .nr-icon{font-size:16px}

/* Product image */
.shop-ui .img-wrap{background:#fff;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;position:relative;aspect-ratio:1/1;cursor:grab;user-select:none}
.shop-ui .img-wrap:active{cursor:grabbing}
.shop-ui .img-wrap>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transform-origin:center;max-width:90%;max-height:90%;width:auto;height:auto;pointer-events:none;transition:transform .05s linear}
.shop-ui .no-img{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#bbb;font-size:13px;flex-direction:column;gap:8px}
.shop-ui .no-img svg{width:48px;height:48px;stroke:#ccc}
.shop-ui .zoom-bar{position:absolute;top:10px;right:10px;display:flex;gap:4px;z-index:10}
.shop-ui .zoom-bar button,.shop-ui .expand-btn{width:30px;height:30px;background:#ffffffdd;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333}
.shop-ui .expand-btn{position:absolute;top:10px;left:10px;z-index:10}
.shop-ui .zoom-reset{position:absolute;bottom:10px;right:10px;font-size:12px;background:#ffffffdd;border:1px solid #ddd;border-radius:6px;padding:3px 8px;cursor:pointer;color:#555;display:none;z-index:10}
.shop-ui .zoom-reset.visible{display:block}

/* Trust architecture */
.shop-ui .trust-row,.shop-ui .checkout-trust,.shop-ui .shop-trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;border-top:1px solid #f0f0f0;padding-top:18px;margin-top:20px}
.shop-ui .trust-item,.shop-ui .checkout-trust-item,.shop-ui .shop-trust-item{min-width:0;display:grid;grid-template-rows:26px auto 1fr;justify-items:center;align-content:start;text-align:center;gap:5px;padding:12px 8px;background:#fafafa;border:1px solid #ececec;border-radius:8px;color:#777}
.shop-ui .trust-item>.nr-icon,.shop-ui .checkout-trust-item>.nr-icon,.shop-ui .shop-trust-item>.nr-icon{font-size:22px;color:#777}
.shop-ui .shop-trust-title{display:block;font-size:12px;font-weight:700;line-height:1.25;color:#222}
.shop-ui .shop-trust-copy{display:block;font-size:10px;line-height:1.35;color:#888}
.shop-ui .shop-trust-item--secure>.nr-icon{color:#2e7d32}
.shop-ui .shop-trust-item--delivery>.nr-icon{color:#1a6fc4}
.shop-ui .shop-trust-item--returns>.nr-icon{color:#8a5a00}
.shop-ui .shop-trust-item--support>.nr-icon{color:#555}
.shop-ui .shop-trust-item--quality>.nr-icon{color:#9b6b00}

/* Cart and checkout tables */
.shop-ui .nc-cart-content,.shop-ui .checkout-content,.shop-ui .shop-table-wrap{width:100%;overflow-x:auto}
.shop-ui .nc-cart-content form,.shop-ui .checkout-content form{width:100%;margin:0}
.shop-ui .nc-cart-content table,.shop-ui .shop-table{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed}
.shop-ui .nc-cart-content th,.shop-ui .shop-table th{padding:11px 10px;border-bottom:2px solid #e5e5e5;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#777;text-align:center;white-space:nowrap}
.shop-ui .nc-cart-content td,.shop-ui .shop-table td{padding:14px 10px;border-bottom:1px solid #eee;vertical-align:middle;text-align:center;overflow-wrap:anywhere}
.shop-ui .nc-cart-content th:first-child,.shop-ui .nc-cart-content td:first-child:first-child:first-child{width:42%;text-align:left}
.shop-ui .nc-cart-content th:nth-child(2),.shop-ui .nc-cart-content td:nth-child(2):nth-child(2):nth-child(2){width:15%}
.shop-ui .nc-cart-content th:nth-child(3),.shop-ui .nc-cart-content td:nth-child(3):nth-child(3):nth-child(3){width:16%;text-align:right}
.shop-ui .nc-cart-content th:nth-child(4),.shop-ui .nc-cart-content td:nth-child(4):nth-child(4):nth-child(4){width:17%;text-align:right;font-weight:700}
.shop-ui .nc-cart-content th:last-child,.shop-ui .nc-cart-content td:last-child:last-child:last-child{width:10%;text-align:center}
.shop-ui .nc-cart-content input[name="txtQty[]"]{display:block;width:64px!important;min-width:64px!important;max-width:64px!important;margin:0 auto;text-align:center}
.shop-ui .nc-cart-content img{max-width:72px;height:auto;vertical-align:middle}
.shop-ui .nc-cart-content button,.shop-ui .nc-cart-content .button{vertical-align:middle}

/* Empty states */
.shop-ui .nc-empty-cart,.shop-ui .checkout-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#888;border:1px dashed #ddd;border-radius:8px;text-align:center}
.shop-ui .nc-empty-cart .nr-icon,.shop-ui .checkout-empty .nr-icon{font-size:44px;color:#bbb}
.shop-ui .checkout-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.shop-ui .checkout-links a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 16px;border:1px solid #1a1a1a;border-radius:8px;color:#111;font-size:14px;font-weight:600}
.shop-ui .checkout-links a:hover{background:#f0f0f0;text-decoration:none}

/* Checkout modal */
#myModal.modal-backdrop{position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center;background:rgba(0,0,0,.72);padding:16px}
#myModal .modal-box{width:min(900px,100%);max-height:90vh;background:#fff;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35)}
#myModal .termsos{background:#fff!important;margin:0!important;padding:24px!important;max-height:70vh!important;overflow-y:auto!important}
#myModal .modal-buttons{display:flex;gap:10px;justify-content:flex-end;padding:14px 18px;border-top:1px solid #f0f0f0;background:#fff}
#myModal .modal-buttons button{min-width:110px;min-height:44px;border-radius:8px}

@media(max-width:820px){
.shop-ui .trust-row,.shop-ui .checkout-trust,.shop-ui .shop-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:680px){
.shop-ui{margin-top:40px;padding:30px 12px 40px}
.shop-ui .product-grid,.shop-ui .shop-grid{grid-template-columns:1fr}
.shop-ui .info-col,.shop-ui .shop-card,.shop-ui.checkout-card{padding:18px}
.shop-ui .trust-row,.shop-ui .checkout-trust,.shop-ui .shop-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#myModal .modal-buttons{flex-direction:column}
#myModal .modal-buttons button{width:100%}
}
@media(max-width:420px){
.shop-ui .trust-row,.shop-ui .checkout-trust,.shop-ui .shop-trust-grid{grid-template-columns:1fr}
}


/* Cart view */
.shop-ui.nc-view-page{width:100%;max-width:1100px}
.shop-ui .nc-cart-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.shop-ui .nc-cart-table-wrap form{width:100%;max-width:100%;margin:0}
.shop-ui .nc-cart-table-wrap table{width:100%!important;max-width:100%;min-width:0!important;table-layout:fixed;border-collapse:collapse}
.shop-ui .nc-cart-table-wrap th,.shop-ui .nc-cart-table-wrap td{min-width:0;max-width:none;overflow-wrap:anywhere;word-break:normal}
.shop-ui .nc-cart-table-wrap th:first-child,.shop-ui .nc-cart-table-wrap td:first-child{width:38%}
.shop-ui .nc-cart-table-wrap th:nth-child(2),.shop-ui .nc-cart-table-wrap td:nth-child(2){width:20%}
.shop-ui .nc-cart-table-wrap th:nth-child(3),.shop-ui .nc-cart-table-wrap td:nth-child(3){width:15%}
.shop-ui .nc-cart-table-wrap th:nth-child(4),.shop-ui .nc-cart-table-wrap td:nth-child(4){width:17%}
.shop-ui .nc-cart-table-wrap th:last-child,.shop-ui .nc-cart-table-wrap td:last-child{width:10%}
.shop-ui .nc-cart-actions{display:flex;align-items:stretch;justify-content:space-between;gap:12px;margin:20px 0 0}
.shop-ui .nc-cart-actions .btn-cart,.shop-ui .nc-cart-actions .btn-buy{flex:1 1 220px;width:auto;margin:0;text-decoration:none}
.shop-ui .nc-qty-toggle{display:inline-flex;align-items:center;justify-content:center;height:38px;border:1px solid #d0d0d0;border-radius:7px;overflow:hidden;background:#fff;white-space:nowrap}
.shop-ui .nc-qty-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;height:38px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#333!important;cursor:pointer}
.shop-ui .nc-qty-button:hover{background:#f2f2f2!important}
.shop-ui .nc-qty-input{display:block!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:38px!important;margin:0!important;padding:0 4px!important;border:0!important;border-left:1px solid #e2e2e2!important;border-right:1px solid #e2e2e2!important;border-radius:0!important;text-align:center!important;line-height:38px!important;background:#fff!important;color:#111!important;-moz-appearance:textfield}
.shop-ui .nc-qty-input::-webkit-inner-spin-button,.shop-ui .nc-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
@media(max-width:700px){
.shop-ui .nc-cart-table-wrap table{min-width:620px!important}
.shop-ui .nc-cart-actions{flex-direction:column}
.shop-ui .nc-cart-actions .btn-cart,.shop-ui .nc-cart-actions .btn-buy{width:100%;flex:0 0 auto}
}

/* Compact payment-first checkout */
.nc-checkout-active .shopping{display:none!important}
#myModal.modal-backdrop{display:none}
#myModal .terms-list{list-style:none;padding-left:0}

.shop-ui.checkout-page{width:100%;max-width:1100px;margin:40px auto 0;padding:50px 16px 60px}
.shop-ui .shop-header{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 20px;align-items:center;margin-bottom:24px;padding:24px;background:#fff;border:1px solid #e0e0e0;border-radius:10px}
.shop-ui .shop-header__badge{grid-column:1;display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;padding:4px 10px;border-radius:99px;background:#e8f5e9;color:#2e7d32;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
.shop-ui .shop-header__title{grid-column:1;margin:0;font-size:24px;line-height:1.2;color:#111}
.shop-ui .shop-header__intro{grid-column:1;margin:0;color:#666;font-size:14px;line-height:1.6}
.shop-ui .shop-header__icon{grid-column:2;grid-row:1/4;display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:#f5f5f5;color:#555;font-size:30px}
.shop-ui .checkout-content{width:100%;overflow:visible;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:24px}
.shop-ui .nano-checkout-wrap,.shop-ui .nano-checkout{display:block;width:100%;min-width:0;margin:0}

.shop-ui .checkout-summary-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding-bottom:18px;border-bottom:1px solid #ececec}
.shop-ui .checkout-title{margin:0 0 5px;padding:0;border:0;font-size:19px;line-height:1.25;letter-spacing:.04em}
.shop-ui .checkout-summary-heading p{margin:0;color:#777;font-size:13px;line-height:1.5}
.shop-ui .checkout-summary-heading__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#f5f5f5;color:#666;font-size:21px}

.shop-ui .checkout-items{display:grid;gap:0;width:100%;min-width:0}
.shop-ui .checkout-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:20px!important;align-items:center!important;width:100%!important;min-width:0!important;margin:0!important;padding:16px 0!important;border-bottom:1px solid #ededed!important}
.shop-ui .checkout-item:last-child{border-bottom:0!important}
.shop-ui .checkout-item__identity{display:flex;align-items:center;gap:14px;min-width:0}
.shop-ui .checkout-item__image{display:flex;align-items:center;justify-content:center;flex:0 0 64px;width:64px;height:64px;overflow:hidden;border:1px solid #ececec;border-radius:8px;background:#fafafa}
.shop-ui .checkout-item__image img{display:block;max-width:60px;max-height:60px;width:auto;height:auto}
.shop-ui .checkout-item__text{display:grid;gap:4px;min-width:0}
.shop-ui .checkout-item__text strong{display:block;min-width:0;color:#111;font-size:14px;line-height:1.4;overflow-wrap:anywhere}
.shop-ui .checkout-item__brief{display:block;color:#777;font-size:12px;line-height:1.4}
.shop-ui .checkout-item__brief .line-total{font-weight:700;color:#444}
.shop-ui .checkout-item__quantity{display:grid;justify-items:end;gap:6px;min-width:128px}
.shop-ui .checkout-item__quantity-label{font-size:10px;font-weight:700;color:#888;letter-spacing:.08em;text-transform:uppercase}
.shop-ui .qty-toggle{display:grid!important;grid-template-columns:36px 48px 36px!important;align-items:center!important;width:120px!important;height:40px!important;overflow:hidden!important;border:1px solid #d0d0d0!important;border-radius:8px!important;background:#fff!important}
.shop-ui .qty-toggle button{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;min-width:36px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:#333!important;cursor:pointer!important}
.shop-ui .qty-toggle button:hover{background:#f2f2f2!important}
.shop-ui .qty-toggle .qty-input{display:block!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:40px!important;margin:0!important;padding:0 3px!important;border:0!important;border-left:1px solid #e2e2e2!important;border-right:1px solid #e2e2e2!important;border-radius:0!important;text-align:center!important;line-height:40px!important;background:#fff!important;color:#111!important;font-weight:700!important;-moz-appearance:textfield}
.shop-ui .qty-toggle .qty-input::-webkit-inner-spin-button,.shop-ui .qty-toggle .qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

.shop-ui .checkout-payment-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 20px;align-items:end;margin-top:20px;padding:20px;border-radius:10px;background:#1a1a1a;color:#fff}
.shop-ui .checkout-payment-summary__items{display:grid;gap:2px;align-self:center}
.shop-ui .checkout-payment-summary__items span,.shop-ui .checkout-payment-summary__amount span{font-size:11px;letter-spacing:.07em;text-transform:uppercase;opacity:.72}
.shop-ui .checkout-payment-summary__items strong{font-size:15px}
.shop-ui .checkout-payment-summary__amount{display:grid;justify-items:end;gap:4px;text-align:right}
.shop-ui .checkout-payment-summary__amount strong{font-size:28px;line-height:1}
.shop-ui .checkout-payment-summary>p{grid-column:1/3;margin:4px 0 0;font-size:11px;opacity:.7}

.shop-ui .checkout-cost-details{width:100%;margin-top:10px;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa}
.shop-ui .checkout-cost-details summary{padding:11px 14px;color:#555;font-size:12px;font-weight:700;cursor:pointer}
.shop-ui .checkout-cost-details__body{display:grid;gap:8px;padding:0 14px 14px}
.shop-ui .checkout-cost-details__body>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;color:#666;font-size:12px}
.shop-ui .checkout-cost-details__body strong{text-align:right;color:#222}

.shop-ui .checkout-note{display:grid;gap:7px;margin-top:16px}
.shop-ui .checkout-note label{font-size:12px;font-weight:700;color:#555}
.shop-ui .checkout-note label span{font-weight:400;color:#999}
.shop-ui .checkout-note textarea{display:block;width:100%;min-height:80px;margin:0;padding:11px;border:1px solid #d8d8d8;border-radius:8px;resize:vertical;background:#fff;color:#111;font:inherit;line-height:1.5}

.shop-ui .checkout-payment-heading{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #ececec}
.shop-ui .checkout-payment-heading>span{display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#e8f5e9;color:#2e7d32;font-size:18px}
.shop-ui .checkout-payment-heading>div{display:grid;gap:2px;min-width:0}
.shop-ui .checkout-payment-heading strong{font-size:15px;color:#111}
.shop-ui .checkout-payment-heading div span{font-size:12px;line-height:1.4;color:#777}

.shop-ui .ShoppingCartButtons{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;margin:16px 0 0!important}
.shop-ui .ShoppingCartButtons .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-width:0!important;min-height:46px!important;margin:0!important;padding:8px 14px!important;border:1px solid #1a1a1a!important;border-radius:8px!important;background:#fff!important;color:#111!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important;text-decoration:none!important;white-space:normal!important;overflow-wrap:anywhere!important;cursor:pointer!important}
.shop-ui .ShoppingCartButtons .btn:hover:not(:disabled){background:#1a1a1a!important;color:#fff!important}
.shop-ui .ShoppingCartButtons .btn:disabled{border-color:#d8d8d8!important;background:#f3f3f3!important;color:#aaa!important;cursor:not-allowed!important;opacity:1!important}
.shop-ui .ShoppingCartButtons .btn i{flex:0 0 auto}
.shop-ui .checkout-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:20px;font-size:13px;color:#666}
.shop-ui .checkout-breadcrumb .sep{color:#bbb}

@media(max-width:680px){
.shop-ui.checkout-page{padding:30px 12px 40px}
.shop-ui .shop-header{grid-template-columns:minmax(0,1fr);padding:20px}
.shop-ui .shop-header__badge,.shop-ui .shop-header__title,.shop-ui .shop-header__intro{grid-column:1}
.shop-ui .shop-header__icon{display:none}
.shop-ui .checkout-content{padding:16px}
.shop-ui .checkout-item{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
.shop-ui .checkout-item__quantity{justify-items:start;min-width:0;padding-left:78px}
.shop-ui .checkout-payment-summary{grid-template-columns:minmax(0,1fr) auto}
.shop-ui .ShoppingCartButtons{grid-template-columns:1fr!important}
}

@media(max-width:420px){
.shop-ui.checkout-page{padding-left:10px;padding-right:10px}
.shop-ui .checkout-summary-heading__icon{display:none}
.shop-ui .checkout-summary-heading{grid-template-columns:minmax(0,1fr)}
.shop-ui .checkout-item__image{flex-basis:54px;width:54px;height:54px}
.shop-ui .checkout-item__image img{max-width:50px;max-height:50px}
.shop-ui .checkout-item__quantity{padding-left:68px}
.shop-ui .checkout-payment-summary{grid-template-columns:minmax(0,1fr);align-items:start}
.shop-ui .checkout-payment-summary__amount{justify-items:start;text-align:left}
.shop-ui .checkout-payment-summary>p{grid-column:1}
}