

.product-item .stock {
	display: none;
}
.product-info-stock-sku .stock {
	margin-right: 10px;
}
.opc-block-summary .product-item .product-item-name-block {
	display: block;
}
.checkout-container .minicart-items .product-item-details .details-qty {
    font-size: 13px;
    line-height: 20px;
	margin: 0;
}
.checkout-container .minicart-items .product-item-details {
	max-width: 100%;
}
.checkout-container .minicart-items .product-item-name {
    white-space: break-spaces;
    margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
	cursor: unset;
}
.qtybuttons {
    margin: 6px 0 3px 0;
}
div#iosc-summary span.step-title {
    font-size: 1.6rem;
    padding: 10px 0px 10px 0px;
}
.opc-wrapper .step-title {
	padding: 10px 0px 10px 0px;
}
.title-number {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}
.product-item a.action.edit, body .minicart-wrapper .product .actions a.action.edit {
	display: none;
}
div.iosc-place-order-container button.iosc-place-order-button {
	height: auto;
}
.fieldset > .field input.input-text {
    line-height: 1.4;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], body input[type="text"], select, body select {
	height: 38px;
	line-height: 1.4;
}
/* Keep street group title; hide line labels (Gatuadress: Rad 1 / Line 1) */
.checkout-container div[name*=".street."] > .label,
.checkout-container div[name*=".street."] label.label,
.modal-popup div[name*=".street."] > .label,
.modal-popup div[name*=".street."] label.label {
	display: none !important;
}

.customer-welcome .action.switch {
    width: auto;
    text-indent: 0;
}

.customer-welcome .action.switch > span {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: nowrap;
}

body .table-checkout-shipping-method {
    width: 100%;
}
body .table-checkout-shipping-method tr.row {
    cursor: pointer;
}

@media (max-width: 991px) {
    .nav-sections .greet,
    .nav-sections .customer-welcome,
    .nav-sections .customer-welcome + .authorization-link,
    .nav-sections li.item.link.compare + .authorization-link {
        display: none !important;
    }
}

/* ========== Unified price box（全站）========== */
.price-box.price-final_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.price-box .special-price {
    order: -1;
}

.price-box .special-price .price-label {
    display: none;
}

.price-box .old-price {
    order: 1;
}

.price-box .old-price .price-label {
    display: none;
}

.price-box .old-price .price {
    font-weight: 400;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

/* Collapse empty page messages block */
.page.messages:not(:has(.message)) {
    display: none;
}

/* Reduce page-main padding */
.page-main {
    padding-top: 0;
    padding-bottom: 24px;
}

/* ========== Product detail page spacing ========== */
.product-info-main .page-title-wrapper {
    margin-bottom: 16px;
}

.product-info-main .product-info-price {
    margin-bottom: 20px;
}

.product-info-main .product-add-form {
    margin-top: 24px;
}

.product-info-main .product.attribute.overview {
    margin-top: 18px;
    margin-bottom: 18px;
}

.product-info-main .product-info-stock-sku {
    margin-top: 12px;
}

/* ========== Cart page quantity stepper ========== */
.cart.item .col.qty .control.qty {
    display: flex;
    justify-content: center;
}

.cart.item .col.qty .qty-box {
    display: inline-flex;
    align-items: stretch;
    vertical-align: middle;
}

.cart.item .col.qty .qty-box .qtyminus,
.cart.item .col.qty .qty-box .qtyplus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #fff;
    color: #222529;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}

.cart.item .col.qty .qty-box .qtyminus {
    border-right: 0;
}

.cart.item .col.qty .qty-box .qtyplus {
    border-left: 0;
}

.cart.item .col.qty .qty-box .qtyminus:not([disabled]):hover,
.cart.item .col.qty .qty-box .qtyplus:not([disabled]):hover {
    color: #fff;
    background: #222529;
    border-color: #222529;
}

.cart.item .col.qty .qty-box .qtyminus[disabled],
.cart.item .col.qty .qty-box .qtyplus[disabled] {
    opacity: .4;
    cursor: not-allowed;
}

.cart.item .col.qty .qty-box input.qty {
    width: 48px;
    height: 38px;
    padding: 0 4px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 0;
    box-shadow: none;
    -moz-appearance: textfield;
}

.cart.item .col.qty .qty-box input.qty::-webkit-outer-spin-button,
.cart.item .col.qty .qty-box input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart.table-wrapper .price,
.cart-totals .price,
.cart-totals .amount,
.block-minicart .price,
.minicart-wrapper .price,
.opc-block-summary .price,
.checkout-container .price,
.table-checkout-shipping-method .price,
.cart-summary .price,
.order-details-items .price {
    white-space: nowrap;
}

/* ========== Phone prefix (+46) for registration form ========== */
.phone-prefix-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.phone-prefix {
    display: flex;
    align-items: center;
    padding: 0 12px 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    height: 42px;
    white-space: nowrap;
    user-select: none;
    flex-shrink: 0;
    box-sizing: border-box;
}

.phone-prefix-wrapper input[name="telephone"] {
    border-radius: 0 4px 4px 0;
    flex: 1;
    min-width: 0;
    height: 42px;
    box-sizing: border-box;
}

