.product-identifiers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin: 5px 0 20px;                                                     
    font-family: inherit;
    font-size: 14px;
    color: #333;
  }
  .product-identifiers .identifier-item {
    white-space: nowrap;
    padding: 0 12px;
  }
  
  .product-identifiers .identifier-item:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: #888;
  font-weight: 700;
  font-size: 1.1em;
  padding-left: 25px;
}

[login-to-view-price] {
    display: inline-block;
    background-color: #26354F;
    color: white !important;
    font-family: 'Rajdhani', sans-serif;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
}

[login-to-view-price]:hover {
    background-color: #1c293b;
}

.hover-fade-expand {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: 480px;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 5px 20px rgba(0,0,0,0);
  transition: transform 0.3s ease;
  margin: 0 1px;
}

.hover-fade-expand img {
  width: 100%;
  height: 95%;
  object-fit: cover;
  display: block;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.4s ease;
  margin: 0;
  text-align: center;
  z-index: 2;
}

.description {
  font-size: 25px;
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}


.hover-fade-expand:hover .title {
  opacity: 0;
}

.hover-fade-expand:hover .description {
  opacity: 1;
}

.hover-link-wrapper{
  margin:5px;
  display:inline-block;
}

@media (max-width: 768px){
  .hover-link-wrapper{
    margin:20px;
  }
}

.theme-tag-list-container li,
.theme-product-tag-url {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 5px 5px 0 !important;
    display: inline-block;
}


.theme-product-tag-url {
    text-decoration: none !important;
    color: inherit !important;
}

.theme-product-tag-name {
    background-color: #26354f;  
    color: white;               
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;   
}

.theme-product-sale-ribbon {
    background-color: #16c60c !important;
    color: #ffffff !important; 
}

.theme-prod-detail-tab {
    background-color: #e9edf4 !important;
}

.theme-prod-detail-tab-active {
    background-color: #e9edf4 !important;
}

.theme-product-review {
    background-color: #e9edf4 !important;
}

.theme-accordion-open {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


button.wishlist-selection-container svg path {
    stroke: #26354F !important;
}

button.wishlist-selection-container[data-zs-wishlisted="true"] svg path {
    stroke: #26354F !important; 
    fill: #26354F !important;   
}

.theme-portal-username {
    color: #ffffff !important;
}



.theme-product-color label[data-theme-color-label] {
  width: 30px !important;   
  height: 30px !important;
  border-radius: 4px !important;  
  display: inline-block !important;
  box-sizing: border-box;
  margin: 2px;   
  padding: 0 !important;
}

.theme-product-color label[data-theme-color-label] input {
  display: none !important;
}

.theme-product-color label[aria-checked="true"] {
  border: 2px solid #000; 
  transform: none !important;
}

.theme-prod-detail-content-info-container {
  font-size: 25px !important;
}

.five-cols > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .five-cols > div {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .five-cols > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .five-cols > div {
    grid-template-columns: 1fr;
  }
}

#form input[type="radio"], 
#form input[type="checkbox"] {
  display: block;
  margin: 8px 0;
}

#form input[type="radio"] + label,
#form input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 6px;
}

#form button[type="submit"] {
  display: block;
  background-color: #26354F; 
  color: #ffffff;            
  border: none;              
  padding: 10px 20px;        
  border-radius: 6px;        
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

#form button[type="submit"]:hover {
  background-color: #1b2536;
}

.theme-quote-icon svg path {
  fill: #26354F !important; 
}

.theme-header.zpdark-header-portion .theme-quote-icon svg path {
  fill: #ffffff !important; 
}

#newsletter_response {
  color: #FFFFFF !important;
}

.zptabs-container .zptabs-nav,
.zptabs-container .zptabs-tabs,
.zptabs-container ul {
  display: flex;
  flex-direction: column;

}

.theme-portal-username {
  color: #FFffff;
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: none;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: normal;
}

.stock-badge-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
		max-width: 400px;
}

.theme-product-quick-details .stock-badge-container {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  max-height: 52px !important;
}
.theme-product-quick-details .stock-badge-container .stock-badge-right {
   width: 300px !important;
}

.stock-badge-left {
    background-color: #26354f;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    letter-spacing: 0.5px;
}

.stock-badge-right {
    background-color: #e9edf4;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.stock-badge-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.15rem;
}

.stock-badge-subtitle {
    font-size: 0.75rem;
    color: #666;
}


.theme-tag-list-container li,
.theme-product-tag-url {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 5px 5px 0 !important;
    display: inline-block;
    flex-wrap: wrap;
    gap: 2px !important;   /* horizontal + vertical gap */
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove link underline and inherit text color */
.theme-product-tag-url {
    text-decoration: none !important;
    color: inherit !important;
}
/* Change the background and text color of product tags */
.theme-product-tag-name {
    background-color: #26354f;   /* Green background */
    color: white;                /* White text */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;   /* Optional: all caps */
}

.theme-product-tag-url .theme-product-tag-name {
    font-size: 12px !important; /* adjust size */
    line-height: 1.2;           /* tighter height */
}

.theme-product-tag-url {
    font-size: 12px !important;
    padding: 0 !important; /* remove extra padding if needed */
}


/* Hide tags after the 10th */
.theme-tag-list-container li:nth-child(n+11) {
    display: none;
}

/* Show all tags inline when expanded */
.theme-tag-list-container.expanded li {
    display: inline-flex !important;
}

/* Optional: ensure wrapping */
.theme-tag-list-container {
    flex-wrap: wrap;
}


.tag-toggle-btn {
    cursor: pointer;
    color: #0065ff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 4px 0;
}

.theme-product-varients-area {
  gap: 9px !important
}

.theme-product-varients-row {
  gap: 5px !important
}

.theme-product-variant {
  gap: 5px !important
}


[id="A"], [id="B"], [id="C"], [id="D"], [id="E"], [id="F"], [id="G"], 
[id="H"], [id="I"], [id="J"], [id="K"], [id="L"], [id="M"], [id="N"], 
[id="O"], [id="P"], [id="Q"], [id="R"], [id="S"], [id="T"], [id="U"], 
[id="V"], [id="W"], [id="X"], [id="Y"], [id="Z"] {
  scroll-margin-top: 120px;
}


.theme-product-detail-container .theme-product-color-variations {
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  
}


.theme-product-detail-container .theme-product-color {
  flex: 0 0 auto !important;
}

.selected-color-display {
  font-size: 14px;
  text-transform: capitalize;
  margin-block-end: 0;
  width: 100%;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.theme-prod-box theme-product-list-style-06 theme-product-count-xsm-02 theme-product-count-sm-02 theme-product-count-md-03 .selected-color-display {
  display: none !important;
}

body.user-guest [data-zs-product-id] {
  position: relative;
}

body.user-guest [data-zs-product-id]::after {
  content: "Login to view product details";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: not-allowed;
  z-index: 6;
}

/* Disable Quick View only for guests */
body.user-guest .theme-product-quick-view {
  pointer-events: none;
  opacity: 0.4;
}

.theme-product-breadcrumb:empty {
  display: none;
}


.theme-product-breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  color: #000 !important;
  overflow: visible !important;
}

.theme-product-breadcrumb a {
  color: #000 !important;
  text-decoration: none;
}

.theme-product-breadcrumb a:hover {
  text-decoration: underline;
}

.theme-last-breadcrumb-nav {
  color: #000 !important;
  white-space: normal !important;
}

.forced-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 12px;
}

.forced-breadcrumb a,
.forced-breadcrumb span {
  color: #000;
  text-decoration: none;
}

.forced-breadcrumb svg {
  width: 10px;
  height: 10px;
  fill: #000;
}


.theme-prod-detail-content-info-container {
    font-size: 17px !important;   /* ideal for body reading */
    line-height: 1.7;             /* improves readability */
}

.theme-product-quantity-spinner {
  height: 45px !important;      /* controls box height */
  width: 80px !important;      /* controls full box width */
  border-radius: 8px;           /* optional: rounded corners */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

/* Number inside */
.theme-product-quantity-spinner input {
  font-size: 15px !important;
  text-align: center;
}

/* Plus and minus buttons */
.theme-product-quantity-spinner button {
  font-size: 15px !important;
}

/* Icons if SVG is used */
.theme-product-quantity-spinner svg {
  width: 14px !important;
  height: 14px !important;
}

.theme-cart-button.zpbutton-type-primary,
.theme-quote-button.zpbutton-type-primary {
    padding: 14px 20px !important;   /* reduces width */
    max-width: 500px !important;    /* keeps them from stretching too wide */
    width: 100%;
}

/* Hide price in Armored Vehicle category */

body[class*="products-armored-vehicle"] .product-price,
body[class*="products-armored-vehicle"] .price,
body[class*="products-armored-vehicle"] .zs-product-price {
    display: none !important;
}
