/* Desktop: reduce gap between image and title by 65% */
.products-grid .product-item,
.products.mode-grid .product-item {
    gap: 6px !important;
}

.products-grid .product-item-photo,
.products.mode-grid .product-item-photo {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Custom Toolbar Dropdown Styling */
.toolbar-sorter select.sorter-options {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-size: 1.25rem;
    background-position: right 0.25rem center;
    background-repeat: no-repeat;
}

.toolbar-sorter select.sorter-options:focus {
    outline: none;
    box-shadow: none;
}

.toolbar-sorter select.sorter-options option {
    padding: 0.75rem 1rem;
    background-color: white;
    color: #334155;
    font-weight: 500;
}

.toolbar-sorter select.sorter-options option:hover,
.toolbar-sorter select.sorter-options option:focus {
    background-color: #f0fdf4;
    color: #166534;
}

.toolbar-sorter select.sorter-options option:checked,
.toolbar-sorter select.sorter-options option[selected] {
    background-color: #22c55e;
    color: white;
    font-weight: 600;
}

/* Category Description Full Width - only when no sidebar */
.category-description-fullwidth {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

/* Disable full-bleed on pages with sidebar (filters) */
.page-with-filter .category-description-fullwidth {
    position: static !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.category-description-fullwidth .container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .category-description-fullwidth .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .category-description-fullwidth .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.category-description {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Hide PageBuilder product slider pagination dots */
.glider-dot,
[data-content-type="products"] .glider-dots,
[data-content-type="products"] [role="tablist"] {
    display: none !important;
}

/* Featured Categories - Hide discount/badge stickers ONLY on category cards */
#featured-categories .category-card .absolute.top-4.right-4,
#featured-categories .category-card [class*="bg-yellow"],
#featured-categories .category-card [class*="rounded-full"][class*="absolute"],
#featured-categories .category-card [class*="badge"],
#featured-categories .category-card [class*="sticker"],
#featured-categories .category-card [class*="label"][class*="absolute"] {
    display: none !important;
}

/* Product Card Titles - Limit to 2 lines with ellipsis */
.product-item .product-item-name,
.product-item .product-name,
.product-item a.product-item-link,
.product-card .product-item-name,
.product-card .product-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4 !important;
    max-height: calc(1.4em * 2) !important;
}


/* Toolbar and Pagination Mobile Fix */
@media (max-width: 640px) {
    /* Toolbar container fix - center pagination on mobile */
    .toolbar.toolbar-products {
        flex-wrap: wrap !important;
        max-width: 100% !important;
        overflow: hidden !important;
        justify-content: center !important;
    }
    
    /* Toolbar amount text - hide on very small screens */
    .toolbar-amount {
        display: none !important;
    }
    
    /* Pagination parent container - full width and center */
    .toolbar.toolbar-products > div {
        width: 100% !important;
        justify-content: center !important;
    }
    
    /* Pagination container */
    .toolbar .pages {
        max-width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: center !important;
        margin: 0 auto !important;
    }
    
    .toolbar .pages-items {
        flex-wrap: nowrap;
    }
    
    /* Pagination items - smaller on mobile */
    .pages-items .item a,
    .pages-items .item span {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 0.75rem;
    }
    
    /* Limiter (Show per page) - hide on mobile */
    .toolbar .limiter {
        display: none;
    }
    
    /* Main column - prevent overflow */
    .column.main {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* Pager container */
    .pager {
        max-width: 100%;
        overflow: hidden;
    }
}

/* Prevent body horizontal scroll */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Force 2 products per row on mobile */
@media (max-width: 639px) {
    .products-grid ul[role="list"],
    .products.wrapper ul[role="list"],
    ul.grid.grid-cols-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    
    /* Adjust product card for smaller width */
    .products-grid .product-item,
    .products.wrapper .product-item {
        font-size: 0.875rem;
    }
    
    .products-grid .product-item-name,
    .products.wrapper .product-item-name {
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .products-grid .price-box,
    .products.wrapper .price-box {
        font-size: 0.8rem;
    }
}

/* Product Card Mobile Optimization */
@media (max-width: 639px) {
    /* Card container - compact */
    .product-item {
        padding: 0.375rem;
        gap: 2px !important;
    }
    
    /* Image margin */
    .product-item .product-item-photo {
        margin-bottom: 2px !important;
    }
    
    /* Product info - compact spacing */
    .product-item .product-info {
        gap: 0 !important;
        padding: 0 !important;
    }
    
    .product-item .product-info > :not([hidden]) ~ :not([hidden]) {
        margin-top: 2px !important;
        margin-bottom: 0 !important;
    }
    
    /* Product title - 2 full lines visible */
    .product-item .product-item-link,
    .product-item .product-item-name {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-height: none !important;
        height: auto !important;
    }
    
    /* Category pages only - title 20% larger */
    body.catalog-category-view .product-item .product-item-link,
    body.catalog-category-view .product-item .product-item-name {
        font-size: 0.84rem !important;
    }
    
    body.catalog-category-view .product-item .product-info > div:first-child {
        font-size: 0.84rem !important;
    }
    
    /* Title container - override inline height:3.5rem and text-lg */
    .product-item .product-info > div:first-child {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        margin-top: 0 !important;
        margin-bottom: 2px !important;
        overflow: hidden !important;
    }
    
    /* Rate badge - make it smaller and fit */
    .product-item .tbi-badge,
    .product-item [class*="rate-badge"],
    .product-item .installment-badge {
        font-size: 0.55rem !important;
        padding: 0.15rem 0.35rem !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    /* Stock/delivery row compact */
    .product-item .stock-status-row {
        min-height: 0 !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.2 !important;
    }
    
    /* Price container - ensure full text visible including unit measure */
    .product-item .price-box,
    .product-item .price-wrapper {
        font-size: 0.75rem !important;
        overflow: visible !important;
        white-space: nowrap !important;
    }
    
    .product-item .mt-auto.pt-2 > div.text-gray-900,
    .product-item .mt-auto.pt-2 > div:first-child {
        overflow: visible !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }
    
    .product-item .price .price-label,
    .product-item .price-box .price,
    .product-item .am-price-per-unit {
        overflow: visible !important;
        white-space: nowrap !important;
    }
    
    /* Price row - compact, no clipping */
    .product-item .mt-auto.pt-2 {
        padding-top: 2px !important;
        margin-top: 2px !important;
        overflow: visible !important;
        gap: 4px !important;
    }
    
    .product-item .spring-sale-price-container,
    .product-item .price-container,
    .product-item .mt-auto.pt-2 > div:first-child {
        overflow: visible !important;
        max-width: none !important;
        min-width: 0 !important;
    }
    
    /* Special price */
    .product-item .special-price .price {
        font-size: 0.8rem !important;
        font-weight: 700 !important;
    }
    
    /* Add to cart button - icon only on mobile */
    .product-item .btn.btn-primary span,
    .product-item button[type="submit"] span,
    .product-item .tocart span {
        display: none !important;
    }
    
    html body .products-grid .product-item button.btn-primary,
    html body .products-grid .product-item button.btn.btn-primary,
    html body .products.mode-grid .product-item button.btn-primary,
    html body .products.mode-grid .product-item button.btn.btn-primary,
    html body .product-item .btn.btn-primary,
    html body .product-item .tocart,
    html body .product-item button[type="submit"] {
        padding: 0 !important;
        min-width: 36px !important;
        width: 36px !important;
        height: 36px !important;
        max-width: 36px !important;
        border-radius: 8px !important;
        flex-shrink: 0 !important;
        gap: 0 !important;
    }
    
    html body .products-grid .product-item button.btn-primary svg,
    html body .products.mode-grid .product-item button.btn-primary svg,
    html body .product-item .tocart svg,
    html body .product-item .btn.btn-primary svg,
    html body .product-item button[type="submit"] svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    /* Discount badge - 50% smaller on mobile */
    html body .product-media-wrapper .discount-badge,
    html body .products-grid .product-item .discount-badge,
    html body .products.mode-grid .product-item .discount-badge,
    html body .product-item .discount-badge {
        font-size: 9px !important;
        line-height: 1 !important;
        padding: 3px 6px !important;
        top: 5px !important;
        left: 5px !important;
        border-radius: 5px !important;
    }
    
    /* Wishlist button - 25% smaller, aligned with badge */
    html body .product-item button[aria-label*="dorințe"],
    html body .product-item button[data-addto="wishlist"],
    html body .products-grid .product-item button[aria-label*="dorințe"],
    html body .products-grid .product-item button[data-addto="wishlist"] {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        padding: 4px !important;
        top: 5px !important;
        right: 5px !important;
    }
    
    html body .product-item button[aria-label*="dorințe"] svg,
    html body .product-item button[data-addto="wishlist"] svg,
    html body .products-grid .product-item button[aria-label*="dorințe"] svg,
    html body .products-grid .product-item button[data-addto="wishlist"] svg {
        width: 14px !important;
        height: 14px !important;
    }
    
    /* Product image - main only */
    .product-item .product-image-photo.main-image,
    .product-item .product-image-photo:only-of-type {
        max-height: 180px !important;
        object-fit: contain !important;
    }
    
    /* Hover image - fill container properly */
    .product-item .product-item-photo img:nth-of-type(2),
    .product-item .product-item-photo img.hover-image {
        max-height: 100% !important;
        height: 100% !important;
        width: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
    
    /* Price and button row */
    .product-item .flex.items-end,
    .product-item .price-actions {
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }
    
    /* Hide Yotpo stars on very small cards */
    .product-item .yotpo-bottomline-container {
        display: none !important;
    }
}

/* Extra small screens (under 360px) */
@media (max-width: 359px) {
    .product-item .product-item-link,
    .product-item .product-item-name {
        font-size: 0.6rem !important;
    }
    
    .product-item .special-price .price {
        font-size: 0.7rem !important;
    }
    
    .product-item .tbi-badge,
    .product-item [class*="rate-badge"] {
        font-size: 0.5rem !important;
    }
}

/* Additional fixes for product card mobile */
@media (max-width: 639px) {
    /* TBI Rate badge - force it to stay inside card */
    .product-item .tbi-installment-badge,
    .product-item [class*="tbi"],
    .product-item .flex.items-center.gap-1 {
        max-width: 100% !important;
        overflow: hidden !important;
        font-size: 0.5rem !important;
        padding: 0.1rem 0.25rem !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }
    
    /* Hide TBI badge icon on mobile to save space */
    .product-item .tbi-installment-badge svg,
    .product-item .tbi-installment-badge img {
        display: none !important;
    }
    
    /* Price and cart button row */
    .product-item .flex.items-end.justify-between,
    .product-item .price-cart-wrapper {
        flex-wrap: nowrap !important;
        gap: 0.25rem !important;
        align-items: flex-end !important;
    }
    
    /* Cart button - ensure it's visible */
    .product-item .btn-primary,
    .product-item button.tocart,
    .product-item .action.tocart {
        flex-shrink: 0 !important;
        min-width: 32px !important;
        width: 32px !important;
        height: 32px !important;
        padding: 0.35rem !important;
        border-radius: 0.5rem !important;
    }
    
    /* Price section - allow shrinking but visible text */
    .product-item .price-box {
        flex: 1 !important;
        min-width: 0 !important;
        overflow: visible !important;
    }
    
    /* Ensure card doesn't overflow */
    .product-item.card {
        overflow: hidden !important;
        max-width: 100% !important;
    }
    
    /* Product info container */
    .product-item .product-info {
        overflow: hidden !important;
        max-width: 100% !important;
    }
}

/* Delivery badge - consistent with stock display style */
.product-item .delivery-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: transparent !important;
    color: #334155 !important; /* slate-700 - same as stock */
    font-size: 0.875rem !important; /* 14px - consistent with stock */
    font-weight: 400 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.product-item .delivery-badge .delivery-icon {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    color: #334155 !important; /* slate-700 */
}

.product-item .delivery-badge .delivery-text {
    white-space: nowrap !important;
    color: #334155 !important; /* slate-700 */
}

/* Exact selectors for product card mobile fix */
@media (max-width: 639px) {
    /* Delivery badge on mobile - consistent with stock */
    .product-item .delivery-badge {
        font-size: 0.7rem !important; /* Slightly smaller on mobile */
        padding: 0 !important;
        gap: 4px !important;
        background: transparent !important;
        color: #334155 !important;
    }
    
    .product-item .delivery-badge .delivery-icon {
        width: 14px !important;
        height: 14px !important;
        color: #334155 !important;
    }
    
    /* Payment installment badge */
    .product-item .payment-installment-badge {
        font-size: 0.5rem !important;
        padding: 0.15rem 0.3rem !important;
        max-width: 100% !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 0.15rem !important;
    }
    
    /* Hide payment badge icon on mobile */
    .product-item .payment-installment-badge .payment-icon,
    .product-item .payment-installment-badge svg {
        width: 0.7rem !important;
        height: 0.7rem !important;
        flex-shrink: 0 !important;
    }
    
    /* Cart button - btn btn-primary */
    .product-item .btn.btn-primary {
        padding: 0.4rem !important;
        min-width: 2rem !important;
        width: 2rem !important;
        height: 2rem !important;
        flex-shrink: 0 !important;
    }
    
    .product-item .btn.btn-primary svg {
        width: 1rem !important;
        height: 1rem !important;
    }
    
    /* Hide text in cart button on mobile */
    .product-item .btn.btn-primary span {
        display: none !important;
    }
    
    /* Price row container */
    .product-item .flex.items-end {
        gap: 0.25rem !important;
        flex-wrap: nowrap !important;
    }
}

/* Final fixes for product card mobile */
@media (max-width: 639px) {
    /* Price and cart button container */
    .product-item .mt-auto.pt-2.w-full.flex {
        gap: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    
    /* Price section - allow it to shrink */
    .product-item .price-box,
    .product-item .text-gray-900.flex-shrink-0 {
        flex-shrink: 1 !important;
        min-width: 0 !important;
    }
    
    /* Cart button - make it smaller and square */
    .product-item .btn.btn-primary,
    .product-item button[data-addto="cart"] {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        padding: 6px !important;
        flex-shrink: 0 !important;
        border-radius: 8px !important;
    }
    
    /* Cart button icon */
    .product-item .btn.btn-primary svg,
    .product-item button[data-addto="cart"] svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    /* Price text - smaller */
    .product-item .price,
    .product-item [data-price-type] {
        font-size: 0.8rem !important;
    }
    
    /* Per unit price (RON/m2) */
    .product-item .am-price-per-unit {
        font-size: 0.75rem !important;
    }
    
}

/* PDP Stock/Delivery alignment - force left */
.stock-status-container {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.stock-status-container .stock,
.stock-status-container .delivery-badge {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* PDP specific - override category page centering with high specificity */
.product-info-main .stock-status-container .stock,
.product-info-main .stock-status-container .stock.available,
.product-info-main .stock-status-container .stock.unavailable,
.product-info-main .stock-status-container .stock.supplier-stock,
.product-info-main .stock-status-container .delivery-term,
body.catalog-product-view .stock-status-container .stock,
body.catalog-product-view .stock-status-container .stock.available {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 !important;
}

/* ========================================
   HOMEPAGE MOBILE MARGIN
   ======================================== */
@media (max-width: 767px) {
    /* Add subtle side padding to homepage content on mobile */
    body.cms-index-index main,
    body.cms-index-index .page-main,
    body.cms-index-index [role="main"] {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    
    /* Ensure full-width elements still span edge to edge */
    body.cms-index-index .full-width,
    body.cms-index-index [data-content-type="row"][data-appearance="full-width"],
    body.cms-index-index [data-content-type="row"][data-appearance="full-bleed"] {
        margin-left: -2px !important;
        margin-right: -2px !important;
        width: calc(100% + 4px) !important;
    }
}

/* ========================================
   CATEGORY PAGE COLUMNS PADDING
   ======================================== */
/* Reduce columns padding from 24px to 15px */
.columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Old price rules moved to _hide-regular-price.css — single source of truth */

/* ========================================
   HOMEPAGE PRODUCT CARDS FIX
   ======================================== */
@media (max-width: 767px) {
    /* Fix product title - show 2 full lines */
    [data-content-type="products"] .product-item-name,
    [data-content-type="products"] .product-item-link,
    body.cms-index-index .product-item-name,
    body.cms-index-index .product-item-link {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-height: none !important;
        height: auto !important;
        line-height: 1.3 !important;
        font-size: 0.7rem !important;
    }
    
    /* Fix title container - auto height, override inline 3.5rem and text-lg */
    [data-content-type="products"] .product-item-name-container,
    [data-content-type="products"] .product-info > div:first-child,
    [data-content-type="products"] .product-info > div.mt-1,
    [data-content-type="products"] .product-info > div.text-lg,
    body.cms-index-index .product-item-name-container,
    body.cms-index-index .product-info > div:first-child,
    body.cms-index-index .product-info > div.mt-1 {
        overflow: hidden !important;
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }
    
    /* Compact spacing between card sections */
    [data-content-type="products"] .product-item .product-info > :not([hidden]) ~ :not([hidden]),
    body.cms-index-index .product-item .product-info > :not([hidden]) ~ :not([hidden]) {
        margin-top: 2px !important;
        margin-bottom: 0 !important;
    }
    
    /* Reduce card gap */
    [data-content-type="products"] .product-item,
    body.cms-index-index .product-item {
        gap: 2px !important;
    }
    
    /* Image margin */
    [data-content-type="products"] .product-item .product-item-photo,
    body.cms-index-index .product-item .product-item-photo {
        margin-bottom: 2px !important;
    }
    
    /* Stock/delivery row compact */
    [data-content-type="products"] .product-item .stock-status-row,
    body.cms-index-index .product-item .stock-status-row {
        min-height: 0 !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.2 !important;
    }
    
    /* Price row compact */
    [data-content-type="products"] .product-item .mt-auto.pt-2,
    body.cms-index-index .product-item .mt-auto.pt-2 {
        padding-top: 2px !important;
        margin-top: 2px !important;
    }
    
    /* Fix price - ensure unit measure is visible */
    [data-content-type="products"] .price-box,
    [data-content-type="products"] .price-box.price-final_price,
    [data-content-type="products"] .am-price-per-unit,
    body.cms-index-index .price-box,
    body.cms-index-index .price-box.price-final_price,
    body.cms-index-index .am-price-per-unit {
        overflow: visible !important;
        white-space: normal !important;
        width: auto !important;
        max-width: none !important;
    }
    
    /* Price container - allow wrapping */
    [data-content-type="products"] .product-item .price-container,
    [data-content-type="products"] .product-item .special-price,
    body.cms-index-index .product-item .price-container,
    body.cms-index-index .product-item .special-price {
        flex-wrap: wrap !important;
        overflow: visible !important;
        white-space: normal !important;
    }
    
    /* Unit price - smaller font to fit */
    [data-content-type="products"] .am-price-per-unit,
    body.cms-index-index .am-price-per-unit {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
    }
    
    /* Wishlist icon - better visibility */
    [data-content-type="products"] .product-item button[data-addto="wishlist"],
    [data-content-type="products"] .product-item .towishlist,
    [data-content-type="products"] .product-item button[aria-label*="dorințe"],
    body.cms-index-index .product-item button[data-addto="wishlist"],
    body.cms-index-index .product-item .towishlist,
    body.cms-index-index .product-item button[aria-label*="dorințe"] {
        background-color: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50% !important;
        padding: 8px !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
        border: 1px solid rgba(0,0,0,0.08) !important;
    }
    
    [data-content-type="products"] .product-item button[data-addto="wishlist"] svg,
    [data-content-type="products"] .product-item .towishlist svg,
    [data-content-type="products"] .product-item button[aria-label*="dorințe"] svg,
    body.cms-index-index .product-item button[data-addto="wishlist"] svg,
    body.cms-index-index .product-item .towishlist svg,
    body.cms-index-index .product-item button[aria-label*="dorințe"] svg {
        color: #6b7280 !important; /* gray-500 - darker for visibility */
        width: 18px !important;
        height: 18px !important;
    }
    
    /* Product card width adjustment to fit content */
    [data-content-type="products"][data-appearance="carousel"] .product-item {
        min-width: 160px !important;
        max-width: 180px !important;
    }
}
