.purchase-title {
    margin: auto;
    margin-top: 80px;
    font-family: 'Averia Serif Libre', serif;
    max-width: 9000px;
    padding: 5px;
}

.pch-image-button-nitrate-md {
    background: url("/assets/img/Nitrate%20logo%20white.svg") center / 120px no-repeat, transparent;
    width: 211px;
    border-radius: 3px;
    border: none;
    height: 100%;
}

.pch-image-button-nitrate-md.active {
    background: url("/assets/img/fc_nitrate_black.svg") center / 120px no-repeat, #ffffff;
}

.pch-image-button-cinematch-md.active {
    background: url("/assets/img/cine-logo-single.svg") center / 150px no-repeat, #ffffff;
}

.pch-image-button-cinematch-md {
    background: url("/assets/img/cine-logo-white.svg") center / 150px no-repeat, transparent;
    width: 211px;
    border-radius: 3px;
    border: none;
    height: 100%;
}

.pch-image-button-hazy-md.active {
    background: url("/assets/img/logo/hazy-black@3x.png") center / 100px no-repeat, #ffffff;
}

.pch-image-button-hazy-md {
    background: url("/assets/img/logo/hazy-white@3x.png") center / 100px no-repeat, transparent;
    width: 211px;
    border-radius: 3px;
    border: none;
    height: 100%;
}


.pch-image-button-halation-md.active {
    background: url("/assets/img/logo/hal-stand-black@3x.png") center / 120px no-repeat, #ffffff;
}

.pch-image-button-halation-md {
    background: url("/assets/img/logo/hal-stand-white@3x.png") center / 120px no-repeat, transparent;
    width: 211px;
    border-radius: 3px;
    border: none;
    height: 100%;
}


.pch-image-button-nitrate-sm {
    background: url("/assets/img/Nitrate%20logo%20white.svg") center / 140px no-repeat, transparent;
    height: 100%;
    border-radius: 3px;
    width: 100%;
    border: none;
}

.pch-image-button-nitrate-sm.active {
    background: url("/assets/img/fc_nitrate_black.svg") center / 140px no-repeat, #ffffff;
}

.pch-image-button-cinematch-sm {
    background: url("/assets/img/cine-logo-white.svg") center / 140px no-repeat, transparent;
    height: 100%;
    border-radius: 3px;
    width: 100%;
    border: none;
}

.pch-image-button-cinematch-sm.active {
    background: url("/assets/img/cine-logo-single.svg") center / 140px no-repeat, #ffffff;
}

.pch-image-button-hazy-sm {
    background: url("/assets/img/logo/hazy-white@3x.png") center / 100px no-repeat, transparent;
    height: 100%;
    border-radius: 3px;
    width: 100%;
    border: none;
}

    .pch-image-button-hazy-sm.active {
        background: url("/assets/img/logo/hazy-black@3x.png") center / 100px no-repeat, #ffffff;
    }

.pch-image-button-halation-sm {
    background: url("/assets/img/logo/hal-stand-white@3x.png") center / 120px no-repeat, transparent;
    height: 100%;
    border-radius: 3px;
    width: 100%;
    border: none;
}

    .pch-image-button-halation-sm.active {
        background: url("/assets/img/logo/hal-stand-black@3x.png") center / 120px no-repeat, #ffffff;
    }


.pch-image-button-upgrades-md {
    background: #ffffff;
    width: 210px;
    height: 60px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    font-style: italic;
}

.pch-image-button-upgrades-sm {
    background: #ffffff;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    font-style: italic;
}

.pch-image-button-upgrades-md.active {
    background: transparent;
    width: 211px;
    height: 60px;
    border: 2px solid #392C26;
    border-radius: 5px;
    color: #fff;
}

.pch-image-button-upgrades-sm.active {
    background: transparent;
    height: 61px;
    border: 2px solid #392C26;
    border-radius: 5px;
    width: 100%;
    color: #fff;
}

.pch-tabs-container {
    max-width: 970px;
}

.pch-tab-link {
    transform: translateY(2.5px);
    margin: 0px 10px;
}

.tab-dd.active {
    font-weight: bold !important;
    background: #ffffff !important;
    color: var(--bs-dark);
}

.pch-products-container {
    max-width: 850px;
}

.pch-product-card {
    border-radius: 8px;
    cursor: pointer;
}

.pch-product-buy-button {
    width: 95px;
}

.pch-product-card.active > h6 {
    font-weight: bold;
}

@media (min-width: 580px) {
    .pch-product-card.active {
        transform: translateY(-10px);
    }
}

.pch-product-buy-button:hover {
    color: #fff !important;
}

.pch-product-card.active > a {
    background: #E26B3A;
    color: #fff !important;
}

.pch-licensing-container {
    max-width: 980px;
}

.pch-vol-buy-now {
    background: #F2F2F2;
    border-radius: 5px;
    margin: 0px;
}

.pch-product-buy-button {
    border-radius: 5px;
}

.custom-control-input:not(:checked) {
    background-color: #AFAFAF;
    border-color: #979797;
}

.form-switch .custom-control-input:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    border: none;
}


.pch-req-collapse-hide:not(.collapsed) {
    display: inline-flex !important;
}

.pch-req-collapse-hide.collapsed {
    display: none !important;
}

.pch-req-collapse-show.collapsed {
    display: inline-flex !important;
}

.pch-req-collapse-show:not(.collapsed) {
    display: none !important;
}
