/* Custom styles for manufacturer name in product listings */
.product-manufacturer-name {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.product-manufacturer-name .manufacturer-label {
    display: inline-block;
    font-weight: 400;
}

/* Optional: Add hover effect */
.product-miniature:hover .product-manufacturer-name .manufacturer-label {
    color: #333;
}

.thumbnail-container .product-title,
.product-detail-name {
	text-transform: none !important;
}

h1.product-detail-name {
	
	margin-bottom: 2rem;
}

.product-prices.js-product-prices .tax-shipping-delivery-label {
	display: none;
}

#manufacturer #main ul .brand {
	text-align: left;
}

.popup-content.dropdown-menu .currency-selector,
.popup-content.dropdown-menu .language-selector {
	
	display: none;
}

.currency-selector .dropdown-menu,
.language-selector .dropdown-menu {
	min-width: 115px;
}


#product-modal .modal-content {
	background: white;
}

.product-detail .product-category {
	margin-top: 1rem;
}

.product-detail .product-category .label {
	line-height: 15px;
}

.popup-over .popup-content a.account {
	width: 160px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
}


/* Terms popup modal styles */
#terms-popup-modal .modal-dialog {
    max-width: 800px;
}

#terms-popup-modal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px 30px;
}

#terms-popup-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#terms-popup-modal .close {
    font-size: 2rem;
    padding: 0.5rem 1rem;
}

/* Style links in terms checkboxes to look clickable */
.js-terms a,
.psgdpr_consent_message a,
.custom-checkbox a,
.gdpr_consent a {
    text-decoration: underline;
    cursor: pointer;
}

.js-terms a:hover,
.psgdpr_consent_message a:hover,
.custom-checkbox a:hover,
.gdpr_consent a:hover {
    text-decoration: none;
}

/* Ukrycie lupki na karcie produktu do powiększania zdjęcia */
.product-detail .product-cover .layer.hidden-sm-down {
	display: none;
}

.product-features > dl.data-sheet dt.name {
	text-transform: none !important;
}