p {
    margin: 0px;
}
.logo-slogan {
  font-size: 10px;
  color: #4F4F4F;
  font-style: italic;
  text-align: center;
  margin-top: 6px;
  display: block;
}
.btn-default, .btn-default:hover, .btn-default:focus{
    background-color: #032E63;
    color: #FFFFFF;
}
.btn-default-outline, .btn-default-outline:hover, .btn-default-outline:focus{
    background-color: #F49F1B;
    color: #FFFFFF;
}
.product-detail-link{
    margin-bottom: 15px;
    display: flex;
}
.product-detail-link .add-to-cart-btn{
    display: flex;
    justify-content: center;
    font-size: 12px !important;
}
.error{
    color: red;
    font-size: 14px;
}
.about-img-with{
    max-width: 100%;
    height: auto;
}

.about-section{
    margin-bottom: 60px;
}

/* Mobile: Description first, then image with spacing */
@media (max-width: 991px) {
    .about-section .order-1 {
        margin-bottom: 30px !important;
    }
    .about-section .order-1 .about-description {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .about-section .order-2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .about-section .order-2 img {
        margin-top: 0;
    }
}

.product-overlay {
    pointer-events: none;
}

.product-overlay .quick-action-btn {
    pointer-events: auto;
}
.big-image-click-message{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

/* Hide thumbnails on mobile only */
@media (max-width: 768px) {
    .thumbnails-vertical,
    .image-nav {
        display: none !important;
    }
    .big-image-click-message {
        display: none;
    }
    /* Optional: make main image full width on mobile */
    .main-image-wrapper img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
.product-search section{
    padding: 10px 0px 10px 0px !important;
}
.category-product-list section{
    padding: 60px 0px 10px 0px !important;
}
.wrap-text {
    white-space: normal !important;
    word-break: break-word;
    line-height: 18px;
}
.category-img {
    width: 100%;     /* default for col-12 */
}

/* When column becomes col-md-5 */
@media (min-width: 768px) {
    .col-md-5 .category-img {
        width: 70%;
    }
}

