.pdr-shop-by-range {
    background: var(--color-black);
    padding: 0;
}

.pdr-shop-by-range .pdr-container {
    width: 100%;
}

.pdr-shop-by-range h2 {
    color: var(--prodog-yellow);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    font-size: var(--font-size-h2-smaller);
    line-height: 50px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
    width: 430px;
}

.pdr-shop-by-range h2 span {
    color: var(--color-white);
    font-size: var(--font-size-h2-smaller);
    text-transform: uppercase;
}

.pdr-shop-by-range-backgrounds {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.pdr-shop-by-range-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    height: 100%;
    width: 100%;
}

.pdr-shop-by-range-background.active {
    display: block;
}

.pdr-shop-by-range-inner {
    padding: 45px 20px 75px;
    position: relative;
    z-index: 2;
}

.pdr-shop-by-range-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    width: 1118px;
}

.pdr-shop-by-range-tabs-wrap {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    width: 35%;
}

.pdr-button-tab {
    align-items: center;
    background: var(--color-black);
    border: 2px solid var(--color-white);
    border-radius: 25px;
    color: var(--color-white);
    display: flex;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: var(--font-weight-heavy);
    height: 50px;
    justify-content: center;
    margin-bottom: 25px;
    text-align: center;
}

.pdr-button-tab.active,
.pdr-button-tab:hover {
    background: var(--prodog-yellow);
    color: var(--color-black);
}

.pdr-shop-by-range-content-wrap {
    max-width: 100%;
    min-height: 300px; /* or whatever fits your tallest block */
    position: relative;
    width: 62.5%;
}

.pdr-shop-by-range-tab-content-inner {
    background: var(--prodog-yellow);
    border: 2px solid var(--color-white);
    border-radius: 40px;
    display: none;
    opacity: 0;
    padding: 25px 35px;
    transition: var(--transition-medium);
}

.pdr-shop-by-range-tab-content-inner.pdr-tab-show {
    display: block;
    opacity: 1;
}

.pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-content {
    margin-bottom: 30px;
}

.pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

.pdr-shop-by-range-tab-content p a {
    border-color: var(--prodog-black);
    color: var(--prodog-black);
}

.pdr-shop-by-range-tab-content p a:hover {
    border-color: var(--prodog-black);
    color: var(--prodog-black);
}

.pdr-shop-by-range-tab-content p:last-of-type {
    margin-bottom: 0;
}

.pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-notes {
    margin-bottom: 30px;
}

.pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-notes p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
}

.pdr-shop-by-range-tab-content p strong {
    font-weight: 700;
}

.pdr-shop-by-range-tab-content .pdr-button {
    margin: 0 auto;
    width: 250px;
}

.pdr-ranges-icons {
    display: grid;
    grid-template-columns: repeat(6, calc((100% - 58px) / 6));
    gap: 10px;
}

.pdr-ranges-icon a {
    border: none;
}

.pdr-ranges-icon img {
    border: 4px solid var(--prodog-yellow);
    border-radius: 50%;
    width: 100%;
}

.pdr-ranges-icon a:hover img {
    border: 4px solid var(--color-white);
}

.pdr-button-mobile-trigger{
    border: none;
    display: none;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: var(--font-weight-heavy);
    padding: 15px 35px;
    position: relative;
}

.pdr-button-mobile-trigger:after {
	align-items: center;
	border: 4px solid var(--prodog-black);
	border-radius: 38px;
	color: var(--prodog-black);
	content: '+';
	display: flex;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-btn);
	font-size: 20px;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 8px;
	top: 7px;
	width: 34px;
}

.pdr-tab-show .pdr-button-mobile-trigger:after {
    content: '-';
}

.pdr-shop-by-range-tab-content-image {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.pdr-shop-by-range-tab-content-image img {
    max-width: 100%;
    width: 300px;
}

@media (max-width: 899px) {

    .pdr-button-tab {
    	font-size: 15px;
    }

    .pdr-ranges-icons {
        grid-template-columns: repeat(3, calc((100% - 15px) / 3));
        gap: 5px;
    }

}

@media (max-width: 767px) {

    .pdr-shop-by-range-backgrounds {
        display: none;
    }

    .pdr-shop-by-range h2 {
    	line-height: 35px;
    	margin: 0 auto 30px;
    }

    .pdr-shop-by-range-tab-content-wrap {
        border-top: 2px solid var(--color-black);
    	padding: 25px 20px;
    }

    .pdr-button-mobile-trigger {
        font-size: 16px;
    	padding: 15px 20px;
    }

    .pdr-shop-by-range-tabs{
        display: none;
    }

    .pdr-shop-by-range-tab-content-inner {
        border-radius: 25px;
    	padding: 0;
    }

    .pdr-button-mobile-trigger{
        display: flex;
    }

    .pdr-button-tab {
    	margin-bottom: 0;
    }

    .pdr-shop-by-range-wrap {
        flex-direction: column;
    }

    .pdr-shop-by-range-tabs-wrap,
    .pdr-shop-by-range-content-wrap {
        width: 100%;
    }

    .pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-content p {
    	font-size: 16px;
    	line-height: 24px;
    	margin-bottom: 20px;
    }

    .pdr-shop-by-range-tab-content-inner {
        display: block;
        opacity: 1;
        margin-bottom: 10px;
    }

    .pdr-shop-by-range-tab-content-image {
        display: block;
    }

}

@media (max-width: 599px) {

    .pdr-shop-by-range-tab-content-inner {
    	border-radius: 25px;
    }

    .pdr-shop-by-range-tab-content .pdr-shop-by-range-tab-content-content {
    	margin-bottom: 20px;
    }

    .pdr-button-mobile-trigger:after {
    	border: 3px solid var(--prodog-black);
    	font-size: 18px;
    	height: 30px;
    	right: 8px;
    	top: 8px;
    	width: 30px;
    }

}
