/* ============================================================= */
/* NAZGROUP.KZ — CUSTOM CSS                                      */
/* Ver: 2025.11.17-01                                            */
/* ============================================================= */


/* ============================================================= */
/* CATEGOTY-PAGE                                                 */
/* ============================================================= */
/* product-counter */
.category-page .product-counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.category-page .product-counter-value {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #333;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
    line-height: 1.4;
    display: inline-block;
    transition: all 0.2s ease;
}

.category-page .product-counter-value i {
    margin-right: 5px;
    transform: scaleX(-1);
}

/* Items per Page */
.category-page .moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 {
    margin-left: 0px;
}

/* visually-hidden */
.category-page .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    overflow: hidden;
    white-space: nowrap;
}

/* view-toggle */
.category-page .view-toggle {
    text-align: right;
    display: none;
}

.category-page .view-toggle button {
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #333;
    padding: 6px 10px;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.category-page .view-toggle button:hover {
    background: #e9e9e9;
    border-color: #ccc;
    color: #000;
}

.category-page .view-toggle button.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* Show and Sort products */
.category-page .moto-widget-store-featured_row-top {
    margin-bottom: 0px;
    min-height: 50px;
}

@media screen and (max-width: 767px) {
    .category-page .moto-widget-store-featured_row-top .moto-widget-store-items_per_page .moto-widget-store-items_per_page-select .moto-widget-store-select_box-type_2 .options li {
        padding: 7px 10px;
        font-size: 14px;
    }
}

.category-page .show_products {
    width: 45%;
}

.category-page .sort_products {
    width: 55%;
}

/* Pagination */
@media screen and (max-width: 767px) {
    .category-page a.moto-widget-store-paginator-prev {
        margin-top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .category-page a.moto-widget-store-paginator-next {
        margin-top: 4px;
    }
}

.category-page .moto-widget-store-featured_row-top {
    align-items: center
}

.category-page .moto-widget-store-paginator {
    margin-top: 40px;
}

/* Main Grid */





/* Image Label */
.category-page .moto-widget-store-product-grid .moto-widget-store-main_item .moto-widget-image .moto-widget-store-main_item-label {
    padding: 6px 15px;
}

/* Image Link */
.category-page .moto-widget-image-link {
    height: 100%;
}

/* Product Name */
.category-page .moto-widget-store-main_item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
    min-height: calc(1.4em * 2);
}

/* Product Status */
.category-page .product-status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 1px 10px;
    margin: 0px 0;
    color: #111;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
}

.category-page .product-status.in-stock {
    background-color: #95c64d;
}

.category-page .product-status.pre-order {
    background-color: #f4b400;
}

.category-page .product-status.on-request {
    background-color: #F0857A;
}

/* Product SKU & UPC */
.category-page .product-sku,
.category-page .product-upc {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

@media (max-width: 768px) {

    .category-page .product-sku,
    .category-page .product-upc {
        font-size: 12px;
    }
}

/* Product Price */
.category-page .moto-widget-store-product-grid .moto-widget-store-main_item .store-product-element-container {
    margin-bottom: 0px;
}

.category-page .moto-widget-store-main_item-price {
    padding-right: 20px;
}

/* Buttons */
.category-page .moto-widget-button.moto-preset-3 .moto-widget-button-link {
    text-shadow: none;
    white-space: nowrap;
    min-width: 120px;
}

@media (max-width: 400px) {
    .category-page .moto-widget-button.moto-preset-3 .moto-widget-button-link {
        min-width: 96px;
    }
}

/* request-a-quote button */
.category-page button.moto-widget-button-link.moto-size-small.request-a-quote-button {
    border-color: #ef857a;
}

.category-page button.moto-widget-button-link.moto-size-small.request-a-quote-button:hover {
    background-color: #AB2312;
    border-color: #ef857a;
}

/* pre-order button */
.category-page button.moto-widget-button-link.moto-size-small.pre-order-button {
    border-color: #f5b400;
}

.category-page button.moto-widget-button-link.moto-size-small.pre-order-button:hover {
    background-color: #B35D00;
    border-color: #f5b400;
}

/* ============================================================= */
/* PRODUCT-PAGE                                                  */
/* ============================================================= */
/* SKU&UPC */
.product-page .item-id {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0px;
	font-family: 'PT Sans', sans-serif;
}
.product-page .item-id-dividerpoint {
	margin-left: 10px;
	margin-right: 10px;
}

/* Media Gallery */
.product-page .carousel-stage {
    aspect-ratio: 1 / 1;
}
.product-page .moto-widget-store-detail-col {
    margin-bottom: 30px;
}

/*Price */
.product-page .moto-widget-store-price-wrapper {
    display: flex; 
    align-items: flex-end; 
    gap: 30px;
}

/* Quantity&Available */
.product-page .moto-widget-store-detail-quantity .moto-widget-store-spinner-wrap {
    display: inline-block;
}
.product-page .moto-widget-available-quantity {
    margin-left: 5px;
}
@media screen and (max-width: 924px) {
    .product-page .moto-widget-available-quantity {
        margin-left: 18px;
    }
    .product-page .moto-widget-store-spinner-wrap input{
        font-size: 16px;
    }
}


/* Buttons */
.product-page .pre-order-button {
    border-color: #f4b400 !important;
}
.product-page .pre-order-button:hover {
    background-color: #FDA12B !important; 
    border-color: #FDA12B !important; 
    color:#000 !important;
}
.product-page .request-a-quote-button {
    border-color: #AB2312 !important;
}
.product-page .request-a-quote-button:hover {
    background-color: #AB2312 !important; 
    border-color: #AB2312 !important;
}
@media (max-width: 767px) {
    .product-page .pre-order-button,
    .product-page .add-to-cart-button,
    .product-page .request-a-quote-button {
        padding: 10px !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

/* Favorites */
.product-page .moto-store-wishlist-add-item-link i.fa.fa-heart-o {
    transition: color 0.3s ease, 
    transform 0.2s ease;
}
.product-page .moto-store-wishlist-add-item-link i.fa.fa-heart-o:hover {
    color: #ab2312; 
    transform: scale(1.1);
}
.product-page .moto-store-wishlist-add-item-link i.fa.fa-heart {
  color: #ab2312 !important; 
}

/* Option */
.product-page .moto-widget-store-product-options .moto-preset-default select {
    padding: 0px 0px 0px 10px; 
    max-width: 300px;
}

/* Caption */
.product-page .moto-widget-store-checkout-form-radio_label {
    padding-left: 12px
}
.product-page input[type="checkbox"]{
    accent-color: #4D8147;
}
.product-page .moto-widget-store-product-custom-options input[type=text] {
    font-size: 16px; 
    outline: none; 
    box-shadow: none;
}
.product-page .moto-widget-store-product-custom-options textarea {
    font-size: 16px; 
    outline: none; 
    box-shadow: none;
}

/* Product Properties */
.product-page .moto-preset-default .moto-widget-store-detail-product_properties li:first-child {
    width: 75%; 
    border-bottom: 1px dashed green; 
    margin-right: 1%; 
    padding-right: 10px;
}
.product-page .moto-widget-store-detail-product_properties li:last-child {
    width: 65%;
}
.product-page .moto-widget-store-detail-product_properties {
    align-items: self-end;
}

/* Product description */
.moto-text_869 a {
    line-height: 1.7;
}

/* Related products */
.product-page .col-sm-2 {
    width: 50%
}
.product-page .moto-widget-store-main_item .moto-widget-image {
    margin-bottom: 0px;
}
.product-page .moto-widget-store-main_item-title {
    white-space: normal; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}





