 /* Product Page Redesign */

 	.pdi-product-main {
		padding-bottom: 40px;
	}
	/* Main title container */
	.pdi-product-title {
		display: flex;
		flex-direction: column;
		line-height: 1.2;
	}
    .pdi-product-title sup {
        top: -0.9em;
        font-size: 50%;
    }

	/* Main title parts */
	.pdi-product-title {
		font-size: 18px;
		font-family: 'Noto Sans';
		font-weight: 400;
		text-transform: uppercase;
	}
	.pdi-product-title strong {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 700;
		font-size: 62px;
		color: #A61932;
		text-transform: capitalize;
	}

	.pdi-product-title .product-title-after-tm {
		font-weight: normal;
		font-size: 1.5rem;
		opacity: 0.8;
	}

	/* Secondary title */
	.pdi-product-title .product-secondary-title {
		text-transform: uppercase;
		font-size: 1.8rem;
		margin-top: 0.5rem;
		color: #666;
	}

	.pdi-product-title .product-secondary-title .product-title-main {
		font-size: inherit;
		font-weight: inherit;
	}

	.pdi-product-title .product-secondary-title .product-title-after-tm {
		font-size: 1.4rem;
		opacity: 0.7;
	}
/* Tab Navigation */
.pdi-tab-nav {
    display: flex;
    border-bottom: 1px solid #AA1F2E;
    margin-top: 10px;
    margin-bottom: 20px;
	justify-content: space-between;
}
.pdi-tab-nav button {
    width: 50%;
}

.pdi-tab-content ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-bottom: 0 !important;
    color: #A61932 !important;
    font-size: 16px !important;
    padding: 5px 0px !important;
    font-weight: normal !important;
}
.pdi-tab-content ul li a img {
    margin-right: 10px !important;
}
.pdi-tab-btn {
    padding: 10px 20px;
    background: none;
    border: none;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
	width: auto;
    border-radius: 0px;    
	text-transform: uppercase;
	color: #A61932;
	font-size: 18px;
	letter-spacing: 0px;
}
.pdi-tab-btn:hover {
    background: unset;
    box-shadow: unset;
    color: unset !important;
}

.pdi-tab-btn.active {
    border-bottom-color: #AA1F2E;
	border-color: #A61932;
}
.pdi-more-resources a {
    color: #A61932;
    text-decoration: none;
    font-weight: normal;
    background: unset;
    box-shadow: unset;
    border: unset;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.pdi-more-resources a:hover, 
.pdi-more-resources a:focus, 
.pdi-more-resources a:active, 
.pdi-more-resources a:visited,
.pdi-more-resources a:link,
.pdi-more-resources a:visited {
    color: #AA1F2E;
    text-decoration: none;
    background: unset;
    box-shadow: unset;
    border: unset;
}

/* Tab Content */
.pdi-tab-content {
    display: none;
}

.pdi-tab-content.active {
    display: block;
}

/* Downloads Section */
.pdi-link-list--file {
    list-style: none;
    padding: 0;
}

.pdi-link-list--file li {
    margin-bottom: 10px;
}

.pdi-link-list--file a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
}

.pdi-link-list--file a:hover {
    color: #AA1F2E;
}

.file--action {
    color: #AA1F2E;
    font-size: 0.9em;
}

.pdi-more-resources {
    margin-top: 30px;
    text-align: center;
}

.accessory-template-single-products-new .inner-wrap,
.products-template-single-products-new .inner-wrap {
	max-width: 1420px;
}
/* Variant Selector */
.pdi-variant-selector {
    margin: 2rem 0;
}

.pdi-variant-selector-title {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #AA1F2E;
}

.pdi-variant-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
    font-size: 16px;
}

.pdi-variant-button {
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
	width: auto;
    text-transform: uppercase;
	background: #ffffff;
	border: 1px solid #B80D30;
	color: #B80D30;
}

.pdi-variant-button:hover {
    background: #eee;
	color: #AA1F2E;
}

.pdi-variant-button.active {
    background: #AA1F2E;
    color: white;
    border-color: #AA1F2E;
}

/* Variant Display */
.pdi-variant-slide {
    display: none;
    margin-bottom: 2rem;
    flex-direction: row; /* Ensure image & details are horizontal */
	align-items: flex-start;
}

.pdi-variant-slide.active {
    display: flex; /* Now uses flex layout */
    align-items: center;
}

.pdi-variant-sku {
    display: none;
}
.pdi-variant-sku.active {
    display: block;
}

.pdi-variant-details {
	flex: 1; /* Details take remaining space */
}

.pdi-variant-specs {
	padding-left: 20px;
    border-left: 5px solid #aa1f2e;
}

.pdi-variant-holder .pdi-variant-slide p {
    font-family: "Noto Sans Condensed", "Noto Sans", sans-serif;
}

.pdi-variant-image {
    flex: 0 0 40%; /* Image takes 40% width */
    max-width: 400px;
    text-align: center; /* Center align the image */
}

.pdi-variant-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.pdi-variant-desc ul li, 
.pdi-variant-desc p {
    font-family: "Noto Sans Condensed", "Noto Sans", sans-serif;
}

.pdi-variant-sku h4 {
    color: #AA1F2E;
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
}

.pdi-variant-specs p {
    margin: 0.5rem 0;
    line-height: 1.5;
	font-size: 16px;
}

.pdi-variant-specs strong {
    color: #A61932;
	font-weight: normal;
}

.pdi-variant-labels {
    margin-top: 1.5rem;
    display: flex;
    gap: 15px;
}

.pdi-label-link {
    display: inline-block;
    padding: 0px;
    border-radius: 4px;
    color: #AA1F2E;
    text-decoration: none;
	border-radius: 0px;
	font-size: 16px;
}
.pdi-label-link:first-of-type {
	border-right: 1px solid #AA1F2E;
	padding-right: 16px;
}
.pdi-product-desc p {
	font-size: 16px;
}

.how-to-buy h2 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #AA1F2E;
}
.how-to-buy-buttons {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
}
.how-to-buy-buttons a {
	padding: 10px 20px;
	background: #B80D30;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s ease;
    font-size: 16px;
    min-width: 220px;
    text-align: center;
}

.how-to-buy-buttons a:hover {
	background: #AA1F2E;
}


/* --- Product Overview Tabs as Buttons --- */
.pdi-tabset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    border: none;
}

/* Center tabs for accessories with fewer tabs */
.pdi-tabset-centered {
    justify-content: center !important;
}

.pdi-tabset-centered .pdi-tab {
    flex-shrink: 0;
}

/* Hide default radio buttons */
.pdi-tab-control {
    display: none;
}

/* Style the labels (tabs) as buttons */
.pdi-tabset .pdi-tab {
    display: inline-block;
    background: #979AA5; /* default gray */
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
}

/* Hover state */
.pdi-tabset .pdi-tab:hover {
    
}

/* Active (checked) state from radio button */
.pdi-tab-control:checked + .pdi-tab {
    background: #A20B20; /* active color */
    color: #fff;
}

.product-overview {
    margin-top: 20px;
    padding: 50px 16px;
    background: #E5E5E5;
}	

.product-overview h2 {
	color: #A20B20;
	font-size: 60px;
	font-weight: bold;
}
.product-overview h3 {
	color: #A20B20;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.pdi-product-accessories h2 {
    color: #A20B20;
    font-size: 40px;
    font-weight: bold;
    display: block;
    text-align: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

 #disclosures-tab h2, #disclosures-tab h3 {
    font-size: 28px;
    padding: 16px;
    text-align: center;
}

/* Tab panels */
.pdi-tabset .pdi-tabpanel {
    display: none;
    width: 100%;
    padding-top: 40px;
}

/* Show the associated panel when its radio is checked */
.pdi-tab-control:checked + .pdi-tab + .pdi-tabpanel {
    display: block;
}

#features-tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 40px;
  margin-top: 40px;
  background: unset !important;
  border: 0;
  justify-content: center;
}

#features-tab .pdi-tab-feature {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#features-tab .pdi-tab-feature p, 
#features-tab .pdi-tab-feature ul li {
	font-size: 16px;
	line-height: unset;
}
#features-tab .pdi-tab-feature .pdi-tab-feature-label{
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #A61932;
	text-transform: uppercase;
	margin-top: 8px;
    margin-bottom: 0;
}
.pdi-tab-feature ul {
	text-align: left;
}
.citation {
	margin-top: 40px;
	margin-bottom: 0;
}
#faqs-tab {
	padding-top: 40px;
}
.pdi-faq-accordian > li .pdi-faq-accordian--question p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: 600;
}
.pdi-faq-accordian > li .pdi-faq-accordian--answer p, .pdi-faq-accordian > li .pdi-faq-accordian--answer li {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
#resources-tab, #compatibility-tab, #faqs-tab, #disclosures-tab {
	margin-top: 40px;
	background: #ffffff;
}
.new-product-archive-grid {
	grid-template-columns: repeat(3, 1fr) !important; /* Force 3 columns */
}
#resources-tab {
	text-align: center;
}
.see-more-resources-btn {
    display: inline-block;
	text-align: center !important;
    color: #a20b20 !important;
    padding: 16px 0px !important;
}


/* Disclosures Table */
.pdi-tabpanel table {
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.pdi-tabpanel table thead th {
	font-weight: bold;
	color: black;
}
.pdi-tabpanel table td, .pdi-tabpanel table th {
	border-left: 0;
	border-right: 0;
}
.pdi-product-features-icons {
    margin: 40px 0;
    text-align: center;
}

/* Icons */
.pdi-icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    justify-items: center;
}

.pdi-icon-item img {
    max-width: 175px;
    height: auto;
}

/* Product Highlights */

.product-highlights {
    display: flex;
    width: 100%;
}

.highlight-left,
.highlight-right {
    width: 50%;
    padding: 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
}
.highlight-right {
	padding-left: 20px;
}

.highlight-left {
    background-color: var(--highlight-color, #004d40);
    color: #fff;
}

.highlight-left .highlight-inner {
	margin-left: auto;
}
.highlight-right .highlight-inner {
	margin-right: auto;
}

.highlight-inner {
    max-width: 770px;
    width: 90%;
    text-align: center;	
}

.highlight-title {
    font-size: 40px;
	font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.highlight-subtitle {
    font-size: 16px;
	text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.highlight-left .highlight-title,
.highlight-left .highlight-subtitle {
	color: #ffffff;
}

.highlight-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-image {
    width: 67%;
    text-align: center;
}

.highlight-image img {
    max-width: 100%;
    height: auto;
}

.highlight-content {
    width: 33%;
    text-align: left;
}

.highlight-content ul {
    margin-left: 0px;
    list-style: disc;
}

.highlight-right .highlight-content ul {
    margin-left: 20px;
}

.highlights-flex {
    display: flex;
    gap: 20px;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}

.highlight-column {
    flex: 1;
    display: flex;
}

.highlight-content .pdi-btn {
	background: #979AA5;
	color: #fff;
}


@media (max-width: 768px) {
    .highlights-flex {
        flex-direction: column;
    }
    .highlight-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* Accessories */
#product_accessories_slider {
    padding: 30px 16px;
    background: linear-gradient(45deg, rgb(209 209 209 / 35%), transparent);
}
#product_accessories_slider .uk-slider {
}
#product_accessories_slider .slider-mobile {
    display: none;
}
#product_accessories_slider .slider-desktop {
    display: block;
    max-width: 1650px;
    margin: 0 auto;
}
#product_accessories_slider h2 {
    font-family: noto sans, sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}
#product_accessories_slider h2::before {
    content: '';
    display: block;
    position: relative;
    top: -15px;
    width: 10%;
    margin: 0 auto;
    border-top: 15px solid #B80D30;
}
#product_accessories_slider .uk-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #3C3C3C;
    text-align: left;
    font-family: noto sans, sans-serif;
}
#product_accessories_slider .uk-card-title em {
    color: #0078B5;
}
#product_accessories_slider .news-slider {
    min-height: 380px;
    overflow-x: hidden;
    overflow-y: visible;
}
#product_accessories_slider .news-slider-nav {
    background: white;
    border: 2px solid #b80d30;
    border-radius: 50%;
    box-shadow: 2px 2px 10px #00000057;
    color: #b80d30;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product_accessories_slider .news-slider-nav:hover {
    color: #fff;
    background: #b80d30;
}
#product_accessories_slider .uk-card-media-top img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#product_accessories_slider .uk-card {
    height: 360px;
    transition: .3s;
    border-radius: 5px;
    padding: 40px 30px;
}
#product_accessories_slider .uk-card:hover {
    transform: scale(1.04);
}


/* Related Products */
.pdi-product-related h2 {
    color: #A20B20;
    font-size: 40px;
    font-weight: bold;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 100% 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Related Products Slider */
.pdi-product-related {
    margin: 80px auto;
}

.pdi-product-related .slider-desktop {
    max-width: 1650px;
    margin: 0 auto;
}


.pdi-product-related-outer-wrap {
    padding: 30px 16px;
    background: linear-gradient(269deg, rgba(209, 209, 209, 0.35), transparent);
}

/* Card Layout */
.pdi-product-related .uk-card {
    transition: transform 0.3s ease;
    border-radius: 5px;
    text-align: center;
    padding: 16px 36px;
    margin-bottom: 20px;
    min-height: 510px;
}

.pdi-product-related .uk-card:hover {
    transform: scale(1.04);
}

.pdi-product-related .uk-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #3C3C3C;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    margin-top: 10px;
}

.pdi-product-related .uk-card-media-top img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Product Tag */
.pdi-product-related .pdi-product-tag {
    background: #B80D30;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    width: 95%;
    margin-bottom: 0;
}

/* Excerpt */
.pdi-product-related .product-card-excerpt {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .product-card-excerpt { 
        display: block;
    }
}

/* Slider Navigation Buttons */
.pdi-product-related .news-slider-nav {
    background: white;
    border: 2px solid #B80D30;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    color: #B80D30;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdi-product-related .news-slider-nav:hover {
    background: #B80D30;
    color: #fff;
}

.pdi-product-related .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke-width: 2;
}

.pdi-product-related .news-slider-nav-left,
.pdi-product-related .news-slider-nav-right {
    transform: translate(0px, 0px);
    display: flex !important;
    visibility: visible !important;
}

.pdi-new-carousel-nav .flickity-slider li {
    margin-right: 10px;
}

.pdi-new-carousel-nav {
    padding-left: 0;
    margin: 0;
}
.flickity-slider {
    width: 99%;
}



.pdi-product-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    background: #f2f2f2;
    overflow: visible; /* Allow elements to overflow */
    margin-top: 140px;
    margin-bottom: 140px;
}

.pdi-cta-image img {
    max-width: 100%;
    height: auto;
    margin-top: -200px; /* Makes it stick out above */
    margin-bottom: -200px; /* Optional, for bottom overlap */
}

.pdi-cta-inner {
    display: flex;
    max-width: 1420px;
    gap: 40px;
    align-items: center;
}

.pdi-cta-image {
    flex: 0 0 40%;
    text-align: center;
}

.pdi-cta-content {
    flex: 1;
}

.pdi-cta-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pdi-cta-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.pdi-cta-desc {
    margin-bottom: 20px;
    color: #333;
}

.pdi-cta-buttons .pdi-btn {
    display: inline-block;
    background: #A61932;
    font-size: 16px;
    color: white;
    padding: 10px 20px;
    margin-right: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pdi-cta-buttons .pdi-btn:hover {
    background: #850c23;
}

.pdi-new-carousel-nav .flickity-prev-next-button {
  background: #ffffff;
  border: 2px solid #b80d30;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  transition: background 0.2s ease-in-out;
}
.pdi-new-carousel-nav .flickity-prev-next-button:hover {
  background: #b80d30;
}
.pdi-new-carousel-nav .flickity-button-icon {
    fill: #b80d30;
    width: 18px;
    height: 18px;
}
.pdi-new-carousel-nav .flickity-prev-next-button:hover .flickity-button-icon {
    fill: #ffffff;
}   

.pdi-new-carousel-nav .flickity-prev-next-button.previous { left: -40px; }
.pdi-new-carousel-nav .flickity-prev-next-button.next { right: -40px; }


.pdi-new-carousel-main .flickity-prev-next-button {
  display: none !important;
}

.pdi-new-carousel-nav .is-selected img {
  border: 2px solid #c00; /* red border */
  box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .pdi-new-carousel-nav .flickity-button {
    transform: translateY(-50%);
    top: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.9;
  }

  .pdi-new-carousel-nav .flickity-prev-next-button.previous {
    left: 5px; /* pull it inside viewport */
  }

  .pdi-new-carousel-nav .flickity-prev-next-button.next {
    right: 5px; /* pull it inside viewport */
  }
  /* .flickity-viewport {
    max-height: 40vh;
    object-fit: contain;
  }
  .flickity-viewport img {
    max-height: 40vh;
    object-fit: contain;
  } */
}
/* MISC Fixes */
p:empty {
  display: none;
}
.pdi-card-content-wrap {
    margin-top: 0px;
}
.pdi-archive-grid .pdi-card--large a.pdi-card-content-wrap, .pdi-archive-grid .pdi-card--small a.pdi-card-content-wrap {
    text-align: left;

}
#disclosures-tab a {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px !important;
    color: #A61932 !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.pdi-sizes-formats {
    
}

.pdi-sizes-formats h3 {
    color: #A20B20;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.pdi-table-wrapper {
    overflow-x: auto;
}

.pdi-disclosure-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.pdi-disclosure-table th,
.pdi-disclosure-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.pdi-disclosure-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.pdi-disclosure-table tr:hover {
    background-color: #f9f9f9;
}
@media (max-width: 480px) {
    label.pdi-tab .pdi-tab-indicator {
        display: inline-block;
        vertical-align: middle;
    }
    input[type=radio].pdi-tab-control:checked + label.pdi-tab .pdi-tab-indicator::before {
        content: '';
    }
    input[type=radio].pdi-tab-control:checked + label.pdi-tab .pdi-tab-indicator::after {
        content: '';
        background-image: unset;
    }
    label.pdi-tab .pdi-tab-indicator::before {
        content: '';
        background-image: unset;
    }
    label.pdi-tab .pdi-tab-indicator::after {
        content: '';
        background-image: unset;
    }
}

@media screen and (max-width: 600px) {
    .pdi-archive-grid {
        margin-left: 0;
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .pdi-tabset .pdi-tab {
        text-align: center;
    }
}

#sizes-formats-tab {
    background: unset;
    padding:unset;
    border: 0px;
}
#sizes-formats-tab .pdi-table-wrapper {
    max-width: 1000px;
    margin: 30px auto;
}
.pdi-sizes-formats {
    margin-top: 40px;
    background: #ffffff;
    padding: 40px 20px;
    width: 100%;
    max-width: unset;
}
.product-questions  p {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    color: #3C3C3C;
}
.product-questions a {
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    background: #A20B20;
    border: 1px solid #A20B20;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
}
.product-questions a:hover {
    background: #B80D30;
    color: #fff;
    border-color: #B80D30;
}

.citation-inner {
    padding: 0 20px;
}

@media (min-width: 767px) {
    .pdi-product-related .uk-slider-items {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #product_accessories_slider .uk-slider-items {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



/* Product Highlights - Mobile Optimization */
@media (max-width: 767px) {
    .product-highlights {
        display: flex;
        flex-direction: column;
    }

    .product-highlights .highlight-left,
    .product-highlights .highlight-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
        width:100%;
    }

    .product-highlights .highlight-left .highlight-inner,
    .product-highlights .highlight-right .highlight-inner {
        flex-direction: column;
        padding: 0;
    }

    .product-highlights .highlight-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .product-highlights .highlight-subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .product-highlights .highlight-content {
        margin-top: 10px;
        font-size: 0.95rem;
        line-height: 1.4;
        width: 100%;
    }

    .product-highlights .highlight-image img {
        max-width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .product-highlights .pdi-btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .highlight-body {
        flex-direction: column;
        align-items: center;
    }
    .highlight-inner {
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .pdi-icons-grid {
        grid-template-columns: repeat(auto-fit, minmax(135px, 2fr));
    }
    .pdi-icon-item img {
        max-width: 135px !important;
    }
    .product-overview h2, .product-overview h3, .pdi-product-accessories h2, .pdi-product-related h2, .product-overview h2 {
        font-size: 28px;
        padding: 16px;
    }
   
    .pdi-product-title strong {
        font-size: 36px;
    }
    .pdi-product-title {
        font-size: 18px;
    }
    .pdi-tab-btn {
        font-size: 16px;
    }
    .pdi-product-accessories h2 {
        height: 110px;
    }
    .pdi-product-related {
        margin: 30px auto;
    }
    .pdi-product-related h2 {
        margin-top: 0px;
        margin-bottom: 30px; 
    }
    .pdi-product-cta {
        margin-top: 0;
        margin-bottom: 0;
    }
    .pdi-product-cta .pdi-cta-inner {
        display: flex;
        flex-direction: column; /* stack vertically */
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .pdi-product-cta .pdi-cta-image {
        width: 100%;
        max-width: 300px; /* limit image size */
        margin-bottom: 20px;
    }

    .pdi-product-cta .pdi-cta-image img {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .pdi-product-cta .pdi-cta-content {
        width: 100%;
        padding: 0;
    }

    .pdi-product-cta .pdi-cta-buttons a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .pdi-product-cta .pdi-cta-buttons a:last-child {
        margin-bottom: 0;
    }

    .pdi-cta-inner {
        gap: 0;
    }
    .how-to-buy-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .how-to-buy-buttons a{
        width: 100%;
        text-align: center;;
    }
    .pdi-variant-button {
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: bold;
        width: calc(48%);
        margin: 0 auto;
        text-transform: uppercase;
        background: #ffffff;
        border: 1px solid #B80D30;
        color: #B80D30;
    }
    
}



/* Compatibility */
.pdi-compatibility-header strong {
    font-size: 32px;
    color: #a20b20;
}
.pdi-compatibility-results { 
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px;
    margin-bottom: 24px;
    border: 0px;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    color: #6E6E6E;
    position: relative;
}
p.pdi-compatibility-results-card-text{
    font-size: 20px;
}
.pdi-compatibility-form {
    max-width: 1000px;
    margin: 0 auto;
}

.pdi-select {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    color: #3C3C3C;
}
.pdi-select-arrow {
    position: absolute;
    right: 10px;
    top: 42px;
    width: 21px;
    height: 9px;
}
.result-icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    float: left;
}
.pdi-compatibility-results-card {
    display: flex;
    align-items: center;
}
.has-result .pdi-compatibility-results-card {
    padding-left: unset;
    padding: 20px;
    display: flex;
    align-items: center;
}
.pdi-compatibility-results.has-result {
    border: 0px !important;
    background: unset !important;
}
.pdi-compatibility-link a {
    color: #A61932;
    text-decoration: none;
    font-weight: bold;
    background: unset;
    box-shadow: unset;
    border: unset;
    font-size: 16px;
    letter-spacing: 0px;
}

.pdi-compatibility-btn {
    padding: 12px 20px !important;
    background: #A61932;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    font-size: 16px;
    width: 330px;
    max-width: unset;
    margin-top: 12px;
}

.compatible {
    color: #509F33;
}
.not-tested {
    color: #DD7605;
}
.not-compatible {
    color: #A61932;
}
@media (max-width: 768px) {
  /* Outer container with safe spacing */
 .pdi-carousel-wrapper {
    position: relative;
    width: 100vw;
    margin-left: -20px; /* Compensate for body padding */
    overflow: hidden;
  }

  .pdi-new-carousel-main {
    padding-left: 0;
    margin: 20px auto;
  }
  .pdi-carousel-main li {
    padding: 10px;
  }

  /* Slider container - 80% allows space for arrows */
  .pdi-new-carousel-nav {
    width: 80%;
    margin: 0 auto;
  }

  /* Each thumbnail item - show 3 at a time */
  .pdi-new-carousel-nav .flickity-slider li {
    width: calc(100% / 3 - 10px) !important; 
    margin: 0 5px; 
    flex-shrink: 0;
    border: 2px solid transparent; 
  }

  /* Images constrained to container */
  .pdi-new-carousel-nav .flickity-slider li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* Arrow buttons - positioned 40px outside */
  .pdi-new-carousel-nav .flickity-prev-next-button {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #B80D30;
    border-radius: 50%;
    z-index: 10;
  }

  /* Previous button - left outside */
  .pdi-new-carousel-nav .flickity-prev-next-button.previous {
    left: -40px;
  }

  /* Next button - right outside */
  .pdi-new-carousel-nav .flickity-prev-next-button.next {
    right: -40px;
  }

  /* Arrow icon styling */
  .pdi-new-carousel-nav .flickity-button-icon {
    fill: #B80D30;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  
}

@media (max-width: 1500px) {
    .pdi-product-related-outer-wrap .uk-slider-container {
    width: calc(100% - 40px)
  }
    .uk-position-center-left-out {
        left: -35px;
    }
    .uk-position-center-right-out {
        right: -35px;
        left: unset;
    }

    #product_accessories_slider .uk-slider-container {
        width: calc(100% - 40px)
    }
}

.pdf-grid {
  display: grid;
  grid-template-columns: 1fr; /* default single column */
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.pdf-grid li {
  margin: 0;
}

@media (min-width: 768px) {
  /* If there are 7 or more items, switch to 2 columns */
  .pdf-grid:has(li:nth-child(7)) {
    grid-template-columns: 1fr 1fr;
  }
}