/* === GLOBAL STYLES & SMOOTH FONTS === */
:root {
    --catels-blue: #001E42;
    --catels-hover: #003366;
    --light-gray: #F1F2F2;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.25rem;
    }
}

/* === GENERAL LAYOUT FIXES === */
.zsbanner .zprow .zpcol-md-12,
.zpcontainer-fluid {
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}


/* === HEADER BACKGROUND === */
[data-portal-header] {
    background: var(--light-gray) !important;
}

/* === LOGO STYLING === */
img[data-zs-logo] {
    max-width: 200px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

@media screen and (max-width: 768px) {
    img[data-zs-logo] {
        max-width: 130px !important;
        max-height: 60px !important;
    }
}

/* === BUTTON STYLING === */
button,
input[type="submit"],
.theme-button {
    background-color: var(--catels-blue);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
.theme-button:hover {
    background-color: var(--catels-hover);
}

/* === LINK STYLING === */
a {
    color: var(--catels-blue);
    text-decoration: none;
}

a:hover {
    color: var(--catels-hover);
    text-decoration: underline;
}

/* === IMAGE SAFETY === */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === PRODUCT SALE RIBBON COLOR === */
.theme-product-ribbon-area .theme-product-sale-ribbon {
    background: #ff0000 !important;
}

/* === PRODUCT CARD / LIST STYLING === */
.theme-product-list,
.theme-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    transition: box-shadow 0.3s ease;
    background-color: white;
}

.theme-product-list:hover,
.theme-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === PRODUCT IMAGE STYLING === */
.theme-product-image-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* === BREADCRUMB STYLING === */
.theme-product-page-breadcrumb {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.theme-product-page-breadcrumb .zpcontainer {
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-product-page-breadcrumb .theme-porduct-bredcrumb {
    font-size: 0.9rem;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.theme-product-page-breadcrumb .theme-porduct-bredcrumb a {
    text-decoration: none;
    color: #007bff;
    margin-right: 10px;
}

.theme-product-page-breadcrumb .theme-porduct-bredcrumb a:hover {
    color: #0056b3;
}

/* === BREADCRUMB TEXT SIZE === */
.breadcrumb {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        font-size: 8px;
    }
}
.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-price-coupon {
    display: block !important;
}
.product-image img {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.theme-prod-box  .theme-product-image-area img {
object-fit: contain;
}
.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner img {
    object-fit: contain;
}
