/* ORTOTO – globalūs mobile pataisymai (kraunasi visur) */

/* Krepšelio blokas: prekės eilutė neišlenda už krašto */
@media (max-width: 600px) {
.wc-block-cart .wc-block-cart-items { width: 100%; table-layout: fixed; }
.wc-block-cart-items__row { grid-template-columns: 72px 1fr auto !important; column-gap: 12px; }
.wc-block-cart-item__image { width: 72px; }
.wc-block-cart-item__total { white-space: nowrap; }
.wc-block-cart-item__product .wc-block-components-product-metadata__description { display: none; }
}

/* Mini krepšelis: mygtukai vienas po kitu */
@media (max-width: 600px) {
.ct-header-cart .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr; gap: 8px; }
.ct-header-cart .woocommerce-mini-cart__buttons a { width: 100%; margin: 0; text-align: center; }
}

/* Cross-sells krepšelyje: vienodo pločio mygtukai */
.wc-block-cart__cross-sells .wc-block-components-product-button,
.wc-block-cart__cross-sells .wc-block-components-product-button .wp-block-button__link { width: 100%; }
