/** Shopify CDN: Minification failed

Line 342:238 Unexpected "{"
Line 1445:5 Expected identifier but found "."

**/
.kg-product-upgrades-section {
    width: 100%;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0 15px 15px 15px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label {
    position: relative;
    border-radius: 20px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input  {
    position: absolute;
    opacity: 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper {
    width: 100%;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 15px 18px;
    cursor: pointer;
    background: linear-gradient(to bottom right,#7e7e7e,#000000,#000000,#000000);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-package-info-wrapper, .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-package-info-wrapper {
    border-color: #ec2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-package-info-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-top: 40px solid #ec2124;
    border-radius: 0 8px 0 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-title {
    font-size: 14px;
    word-wrap: break-word;
    font-weight: bold;
    text-shadow: 3px 3px 10px black;
    text-transform: uppercase;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
    width: calc(100% - 140px);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-price {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    color: #fff;
    font-weight: 600;
    width: 125px;
    text-align: end;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-price {
    color: #ec2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details {
    margin-top: 20px;
    background: #000;
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-toggle h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Tomorrow';
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-toggle span.kg-product-upgrade-package-details-toggle-icon {
    position: relative;
    width: 15px;
    height: 15px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list {
    margin: 20px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item input {
    position: absolute;
    opacity: 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(100% - 130px);
    flex-wrap: wrap;
    justify-content: space-between;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-image {
    width: 115px;
    height: 115px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 135px);
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    width: 110px;
    text-align: end;
    padding-right: 20px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-package-info-wrapper::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(/cdn/shop/files/small-tick-mark1.png?v=1754998754);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:1;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/cdn/shop/files/check-mark-white.png?v=1754463802);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 12px;
    z-index:2;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-toggle span.kg-product-upgrade-package-details-toggle-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 2px;
    background: #ec2124;
    transition: all .3s;
    margin: auto;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-toggle span.kg-product-upgrade-package-details-toggle-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    background: #ec2124;
    transition: all .3s;
    bottom: 0;
    margin: auto;
    right: 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details.kg-upgrade-accordion-active .kg-product-upgrade-package-details-toggle span.kg-product-upgrade-package-details-toggle-icon::before {
    transform: rotate(90deg);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: normal;
    word-break: break-all;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper {
    background: #000;
    border: 2px solid #333;
    border-radius: 20px;
    margin-bottom: 10px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper:hover {
    border: 2px solid #555;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header {
    margin: 0;
    font-size: 16px;
    font-family: Tomorrow;
    font-weight: 600;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-description {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media screen and (max-width: 1200px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-price{
        width: 100%;
        align-items: flex-start;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-description {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-price{
        width: 100%;
        align-items: flex-start;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content .kg-product-upgrade-package-description {
        width: 100%;
    }
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image {
    width: 115px;
    height: 115px;
    flex: 0 0 115px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1200px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price {
        gap: 0px;
        justify-content: center;
        padding: 10px 0;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-price{
        text-align: left;
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
    width: 100%;
}
}
@media screen and (max-width: 991px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price{
        padding: 0 10px 10px;
        gap: 8px;
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image {
        width: 115px;
        height: 115px;
        flex: 0 0 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image img{
        border-radius: 20px 20px 0 0;
    }
}
@media screen and (max-width: 480px){
        .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price {
        gap: 0px;
        justify-content: center;
        padding: 10px 0;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-price{
        text-align: left;
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
    width: 100%;
}
}
@media screen and (max-width: 380px){
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-title-and-price{
        padding: 0 10px 10px;
        gap: 8px;
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image {
        width: 115px;
        height: 115px;
        flex: 0 0 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-image img{
        border-radius: 20px 20px 0 0;
    }
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item {
    position: relative;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-info-content {
    position: relative;
    display: flex;
    background: #212121;
    border-radius: 22px;
    border: 2px solid #545454;
    gap: 15px;
    cursor: pointer;
    box-shadow: inset 0px 20px 20px 0px rgb(90 90 90 / 39%);
}
@media screen and (max-width: 991px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-info-content{
    flex-wrap: wrap;
}
}
@media screen and (max-width: 380px){
       .kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item .kg-product-upgrade-product-info-content{
    flex-wrap: wrap;
} 
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item input:checked + .kg-product-upgrade-product-info-content, {
    border-color: #ec2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item input:disabled + .kg-product-upgrade-product-info-content {
    cursor: unset;
    opacity: .7;
}
.kg-product-upgrades-section .kg-product-upgrade-package-details .kg-product-upgrade-package-details-content .kg-product-upgrade-product-list label.kg-product-upgrade-product-item input:disabled+.kg-product-upgrade-product-info-content::before {
    content: 'sold out';
    position: absolute;
    right: 10px;
    top: -8px;
    background: #ec2124;
    border-radius: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
}
.kg-product-upgrade-package-icontitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    padding: 0px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #000;
    color: #fff;
    font-family: var(--font-paragraph--family);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle span.kg-product-upgrade-package-toggle-icon {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle span.kg-product-upgrade-package-toggle-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 14px;
    background: #ec2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle span.kg-product-upgrade-package-toggle-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background: #ec2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input {
    position: absolute;
    opacity: 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content {
    border: 2px solid #333;
    border-radius: 12px;
    position: relative;
    display: flex;
    background: none;
    background: linear-gradient(to bottom right,#7e7e7e,#000000,#000000,#000000);
    width: 100%!important;
    justify-content: space-between;
    cursor: pointer;
}

.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content:hover {
    border: 2px solid #555;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-image {
    flex: 0 0 60px;
    display: flex;
    align-items: stretch;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 3px 3px 10px black;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-price {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100px;
    justify-content: end;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-checkbox-content, .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-radio-content {
    margin-bottom: 10px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-upgrade-accordion-active .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle span.kg-product-upgrade-package-toggle-icon::before {
    transform: rotate(90deg);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-radio-content .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-price {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: end;
    margin: 0;
    width: 110px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-radio-content .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-upgrade-accordion-active .kg-product-upgrade-package-header .kg-product-upgrade-package-toggle span.kg-product-upgrade-package-toggle-icon::before {
    transform: rotate(90deg);
}

@media screen and (max-width: 1400px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;    
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
        width: 100%;
    }

    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-price {
        width: 100%;
        justify-content: flex-start;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content {
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content {
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-radio-content .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 750px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price {
    width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content {
        flex-direction: column;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-image{
        height: 80px;      
    }
}
@media screen and (max-width: 600px){
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content {
    width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper .kg-product-upgrade-package-description-content {
        width: 100%;
    }
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-radio-content .kg-product-upgrade-package-list label .kg-product-upgrade-package-info-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (max-width: 500px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 15px;
        justify-content: center;
}

.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-title {
    width: 100%;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-image{
        height: 80px;  
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price .kg-product-upgrade-product-price {
    width: 100%;
    justify-content: flex-start;
}
}
@media screen and (max-width: 440px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-title-and-price {
    width: 100%;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content {
    flex-direction: column;
}
}

.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:checked + .kg-product-upgrade-product-info-content {
    border-color: #ec2124;
    background: linear-gradient(to bottom right, #7e7e7e, #111111, #111111, #111111);
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:disabled + .kg-product-upgrade-product-info-content {
    cursor: unset;
    opacity: .7;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:disabled  + .kg-product-upgrade-package-info-wrapper {
    opacity: .7;
    cursor: unset;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:checked+.kg-product-upgrade-product-info-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #ec2124;
    border-radius: 0 8px 0 0;
    z-index:1;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:checked+.kg-product-upgrade-product-info-content::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-image: url(/cdn/shop/files/small-tick-mark1.png?v=1754475080);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:2;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-none-radio-wrapper .kg-product-upgrade-none-info-wrapper {
    padding: 7px 15px;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    border: 2px solid #333;
    font-size: 12px;
    line-height: 18px;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-none-radio-wrapper .kg-product-upgrade-none-info-wrapper:hover {
    border: 2px solid #555;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-none-radio-wrapper input:checked + .kg-product-upgrade-none-info-wrapper {
    border: 2px solid red;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:disabled+.kg-product-upgrade-product-info-content::before {
    content: 'sold out';
    position: absolute;
    right: 10px;
    top: -8px;
    background: #ec2124;
    border-radius: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label input:disabled+.kg-product-upgrade-package-info-wrapper::before {
    content: 'sold out';
    position: absolute;
    right: 10px;
    top: -8px;
    background: #ec2124;
    border-radius: 0;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (min-width: 750px) and (max-width: 1024px){
    .kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label .kg-product-upgrade-product-info-content .kg-product-upgrade-product-image img {
        border-radius: 10px 10px 0 0;
    }
}

#dpo-weight-total{
    min-width: 120px;
}

/* MAP CSS */
 .kg-dealer-search-main {
     position: relative;
     padding: 20px 0 !important;
     background: transparent !important;
     border-bottom: 0 !important;
     padding-left: 20px !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap {
     max-width: 100% !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap input#postcode-input.kg-postcode-input {
     background: #fff;
     color: #000 !important;
     padding: 8px 15px 8px 45px !important;
     border: 2px solid #ffffff !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap>div {
     gap: 8px;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap .kg-postcode-input {
     position: unset !important;
     background: #fff !important;
     padding: 8px 15px 8px 15px !important;
     border: 2px solid #ffffff !important;
     min-height: 47px;
     border-radius: 8px;
     color: #000 !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap .kg-postcode-input::placeholder {
     color: #000 !important;
 }
 .kg-location-wrap {
    background: transparent !important;
 }

 .kg-location-wrap .dealer-item {
     border: 0 !important;
     border-radius: 0 !important;
     border-bottom: 1px solid #3c3c3c94 !important;
 }

 .kg-location-wrap .dealer-item .kg-dealer-item-content-main,
 .kg-location-wrap .dealer-item .kg-dealer-item-content-main>div,
 .kg-location-wrap .dealer-item .kg-dealer-item-content-main>div a {
     color: #ffffff !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap .kg-showroom-radio label span {
     color: #fff !important;
 }

 .kg-dealer-search-main .kg-dealer-search-wrap .kg-showroom-radio label input {
     accent-color: #a61929;
 }
 .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item .kg-dealer-item-location h3 {
     font-size: 18px;
 }

 .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item {
     display: flex;
     gap: 13px;
 }

 .kg-location-sidebar .kg-location-wrap .kg-location-svg svg {
     color: #000000 !important;
     fill: #fff;
     width: 22px;
     height: 22px;
 }

 .kg-location-wrap .dealer-item .kg-dealer-item-content-main,
 .kg-location-wrap .dealer-item .kg-dealer-item-content-main>div,
 .kg-location-wrap .dealer-item .kg-dealer-item-content-main>div a {
     font-size: 13px;
 }

 .kg-dealer-modal {
     border-radius: 0 !important;
     max-width: 300px !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content h3.kg-loaction-dealer-name {
     font-size: 18px;
     margin-bottom: 0 !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-address {
     font-size: 12px;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-phone,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-email,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-website,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-hours {
     font-size: 12px;
     margin: 0 !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-hours {
     margin-top: 10px !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-dealer-location-direction {
     text-align: left !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-phone a,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-email a,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-website a,
 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content .kg-loaction-dealer-hours a,
 .kg-dealer-modal .kg-modal-content .kg-dealer-location-direction a {
     color: #000 !important;
 }

 .kg-dealer-modal .kg-modal-content .kg-loaction-model-content {
     margin-bottom: 9px;
 }

 .kg-dealer-modal .kg-modal-content .kg-modal-close {
     top: 5px;
     right: 5px;
 }

 .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item:first-child {
     border-left: 2px solid #bb0000 !important;
 }
  .kg-location-sidebar .kg-location-wrap .kg-location-svg svg {
      min-width: 15px;
  }

  @media only screen and (max-width:1024px) {
      .dealer-locations-page .kg-location-sidebar {
          display: block !important;
      }

      .dealer-locations-page .kg-location-sidebar .kg-location-wrap {
          width: 100% !important;
      }

      .dealer-locations-page .kg-location-sidebar .kg-location-wrap #dealer-list {
          display: flex;
          width: 100%;
          flex-wrap: wrap;
      }

      .dealer-locations-page .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item {
          flex: 1;
          min-width: 33.33%;
      }

      .dealer-locations-page .kg-location-sidebar .kg-location-map {
          height: 700px;
      }

      .dealer-locations-page {
          height: auto !important;
      }
  }

  @media only screen and (max-width:767px) {
      .dealer-locations-page .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item {
          flex: 1;
          min-width: 50%;
      }
  }

  @media only screen and (max-width:480px) {
      .dealer-locations-page .kg-location-sidebar .kg-location-wrap #dealer-list .dealer-item {
          flex: 1;
          min-width: 100%;
      }
  }
  @media screen and (max-width: 1024px){
    .dealer-locations-page .kg-location-sidebar .kg-location-map{
        flex: unset !important;
    }
    .dealer-locations-page .kg-location-sidebar{
        display: flex !important;
        flex-direction: column-reverse;
    }
}


/* MAP CSS */

/* STICKY ADD TO CART CSS */
.product-information--sticky-info-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 40px;
  z-index: 9;
  background-color: black;
  border-top: 1px solid #333;
  padding: 5px;
  font-size: 18px;
}
.product-info-bar-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 10px 40px;
}
#product-information--sticky-info-bar--add-to-cart-btn {
  display: flex;
  gap: 4px;
}
/* STICKY ADD TO CART CSS */



/*location css*/
        /* Overlay */
        .kg-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .kg-overlay.kg-active {
            opacity: 1;
            visibility: visible;
        }

        /* Sidebar */
        .kg-sidebar {
            position: fixed;
            top: 0;
            right: -427px;
            width: 427px;
            height: 100vh;
            background-color: #020202;
            box-shadow: -2px 0 10px #7b6a6a52;
            transition: right 0.3s ease;
            z-index: 1001;
            display: flex;
            flex-direction: column;
            overflow: auto;
        }
        .kg-sidebar .kg-notification-content-wrapper {
            flex: 1 1 auto;
            overflow-y: auto;
        }
        .kg-sidebar.kg-active {
            right: 0;
        }

        /* Sidebar header */
        .kg-sidebar .kg-sidebar-header {
            padding: 24px;
            position: relative;
        }

        .kg-sidebar .kg-sidebar-header .kg-sidebar-title {
           display: block;
            color: #ffffff;
            margin: 0;
            line-height: 1.25;
            font-family: AnkoModerat, Arial, sans-serif;
            font-size: 1.5rem;
            font-weight: 700;
            overflow-wrap: break-word;
            word-break: break-word;
        }

        .kg-sidebar .kg-sidebar-header .kg-sidebar-subtitle {
            font-size: 14px;
            color: #ffffff;
        }

        .kg-sidebar .kg-sidebar-header .kg-close-btn {
            position: absolute;
            top: 24px;
            right: 24px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #ffffff;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            transition: background-color 0.2s ease;
        }

        .kg-sidebar .kg-sidebar-header .kg-close-btn:hover {
            background-color: #000;
            color: #ed2124;
        }

        /* Postcode input section */
        .kg-sidebar .kg-postcode-section {
            padding: 5px 20px;
            position: relative;
        }

        .kg-sidebar .kg-postcode-section .kg-postcode-label {
            font-size: 0.75rem;
            color: #ffffff;
            margin-bottom: 8px;
            letter-spacing: 0.2px;
            position: absolute;
            background: #020202;
            left: 32px;
            top: -2px;
        }

        .kg-sidebar .kg-postcode-section .kg-postcode-input {
            width: 100%;
            color: #fff;
            border: 1px solid rgb(190 0 0 / 1.0);
            font-size: 16px;
            outline: none;
            transition: border-color 0.2s ease;
            height: auto;
            padding: 0.794rem 0.544rem 0.794rem 0.794rem;
            line-height: 1.5rem;
            background: transparent;

        }

        .kg-sidebar .kg-postcode-section .kg-postcode-input:focus {
            border-color: #ed2124;
        }

        .kg-sidebar .kg-postcode-section .kg-postcode-note {
            color: #ffffff;
            font-family: AnkoModerat, Helvetica, Arial, sans-serif;
            font-size: 0.75rem;
            letter-spacing: 0.2px;
            line-height: 1.125rem;
            margin-left: 14px;
            margin-right: 14px;
            margin-top: 3px;
            text-align: left;
        }

        /* Store selection section */
        .kg-sidebar .kg-store-section {
            padding: 24px;
        }

        .kg-sidebar .kg-store-section .kg-store-section-title {
            margin-bottom: 10px;
            color: #ffffff;
            font-family: AnkoModerat, Helvetica, Arial, sans-serif;
            letter-spacing: 0.2px;
            line-height: 1.5rem;
            padding-left: 1px;
            font-weight: 700;
            font-size: 1.25rem;
        }

        .kg-sidebar .kg-store-section .kg-store-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        /* Store item */
        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 16px;
            border: 1px solid #666;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item:hover {
            border-color: #ed2124;
            background-color: #222222;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item.kg-selected {
            border-color: #ed2124;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-radio {
            position: absolute;
            width: 17px;
            height: 18px;
            top: 19px;
            left: 14px;
            accent-color: #ed2124;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details {
            flex: 1;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-name {
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            margin-left: 30px;
            margin-bottom: 4px;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-distance {
            font-size: 14px;
            color: #ffffff;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-hours {
            font-size: 1rem;
            color: #f7f7f7;
            font-family: AnkoModerat, Helvetica, Arial, sans-serif;
            letter-spacing: 0.2px;
            line-height: 1.5rem;
            font-weight: 400;
            margin-top: 0.75rem;
            margin-bottom: 0.25rem;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-address {
            /* margin-bottom: 8px; */
            font-size: 1rem;
            color: #ffffff;
            font-family: AnkoModerat, Helvetica, Arial, sans-serif;
            letter-spacing: 0.2px;
            line-height: 1.5rem;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-phone {
            font-size: 1rem;
            margin-bottom: 12px;
            color: #ffffff;
            font-family: AnkoModerat, Helvetica, Arial, sans-serif;
            letter-spacing: 0.2px;
            line-height: 1.5rem;
            font-weight: 400;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions {
            display: flex;
            flex-direction: row;
            -webkit-box-pack: end;
            justify-content: flex-end;
            gap: 1rem;
        }

        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action {
            text-decoration: none;
            gap: 4px;
            min-height: 2.5rem;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            font-size: 1rem;
            line-height: 1.5;
            letter-spacing: 0.2px;
            font-weight: normal;
            overflow-wrap: break-word;
            word-break: break-word;
            margin: 0px;
            text-align: left;
            position: relative;
            color: #ffffff;
        }
        /* .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action::after{
            content: "";
            display: block;
            background-color: rgb(34, 34, 34);
            height: 2px;
            bottom: 0.5rem;
            position: absolute;
            width: 77%;
        } */
        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action .icon svg path,
        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action .icon svg polygon{
                fill: #fff;
        }
        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action span.icon {
            display: flex;
        }
        .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action:hover {
            text-decoration: underline;
        }

        /* Set as store button */
        .kg-sidebar .kg-set-store-btn {
            margin: 24px;
            width: calc(100% - 48px);
            border: none;
            padding: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s ease;
            background-color: #ed2124;
            border-color: rgb(177, 179, 179);
            color: rgb(255, 255, 255);
        }

        .kg-sidebar .kg-set-store-btn:hover {
            background: #ec2124;
        }

        .kg-sidebar .kg-set-store-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
        }


    .kg-top-bar {
        display: flex;
        color: #FFF;
        width: 100%;
        padding: 2px 15px;
        font-size: 1rem;
        font-weight: 400;
        -webkit-box-pack: right;
        justify-content: space-between;
        -webkit-box-align: right;
        align-items: center;
        top: 0px;
        /* z-index: 902; */
        position: sticky !important;
        background: rgb(0,0,0,0.2);
    }
    button.kg-deliver-btn {
        box-shadow: none;
        border-radius: 2px;
        text-transform: none;
        letter-spacing: 0.4px;
        transition: transform 0.1s cubic-bezier(0.65, 0, 0.35, 1);
        font-size: 1rem;
        background-color: transparent;
        font-family: AnkoModerat, Helvetica, Arial, sans-serif;
        font-weight: bold;
        border: 2px solid transparent;
        min-width: auto;
        color: rgb(37, 55, 70);
        height: auto;
        line-height: normal;
        padding: 5px;
    }
    span.kg-postcode-icons {
        padding-right: 0.5rem;
        display: inline-flex;
    }
    span.kg-postcode-icons svg{
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        fill: white;
        opacity: 1;
    }
    span.kg-postcode-icons svg path {
        fill: white;
    }
    span.deliver-label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span.kg-deliver-text {
        cursor: pointer;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        color: white;
        -webkit-box-align: center;
        align-items: center;
        margin: 0rem;
        font-size: 12px;
        background: inherit;
        font-family: AnkoModerat, Arial, sans-serif;
        line-height: 1.5;
        letter-spacing: 0.2px;
        font-weight: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    span.kg-deliver-text .kg-postcode-text {
        position: relative;
        margin-left: 0.25rem;
        font-weight: 700;
        text-transform: capitalize;
        color: #ed2124;
    }

     span.kg-deliver-text .kg-postcode-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background-color: #ED2124;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s cubic-bezier(.77,0,.175,1);
        }

     span.kg-deliver-text .kg-postcode-text:hover{
        color: #ED2124;
    }     
    span.kg-deliver-text .kg-postcode-text:hover::after{
        transform: scaleX(1);
        transform-origin: left;
    } 

        /* Responsive design */
        @media (max-width: 768px) {
            .kg-sidebar {
                width: 100vw;
                right: -100vw;
            }

            .kg-main-content.kg-sidebar-open {
                margin-right: 0;
            }

            .kg-sidebar .kg-postcode-section,
            .kg-sidebar .kg-store-section {
                padding: 20px;
            }

            .kg-sidebar .kg-sidebar-header {
                padding: 20px;
            }

            .kg-sidebar .kg-set-store-btn {
                margin: 20px;
                width: calc(100% - 40px);
            }
            .kg-sidebar{
                width: 328px;
            }
            .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions .kg-store-action{
                font-size: .9rem;
            }
        }

        @media (max-width: 480px) {
            .kg-sidebar .kg-store-section .kg-store-list .kg-store-item {
                padding: 12px;
            }

            .kg-sidebar .kg-store-section .kg-store-list .kg-store-item .kg-store-details .kg-store-actions {
                gap: 8px;
            }

            /* Hide social icons */
            .kg-top-bar {
                justify-content: center;
            }

            .top-bar-social-links {
                display: none;
            }
        }
        @media (max-width: 768px) {
            .kg-sidebar .kg-postcode-section #suggestions{
                width: 290px !important;
            }
        }
    .kg-sidebar .kg-postcode-section #suggestions{
        max-height: 200px !important;
        z-index: 9999;
        max-height:150px; 
        overflow-y:auto; 
        padding:0; 
        margin:0; 
        list-style:none; 
        position:absolute; 
        background:#000;
        border: 1px solid #212121;
    }
    .kg-sidebar .kg-postcode-section #suggestions li{
        padding: 0.75rem;
        align-items: flex-start;
        min-height: auto;
        cursor: pointer;
        display: flex;
        outline: 0;
        box-sizing: border-box;
        justify-content: flex-start;
        -webkit-tap-highlight-color: transparent;
        color: #FFF;
    }

.kg-subscribe-main-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kg-subscribe-popup-wrap {
    padding: 0px;
    max-width: 500px;
    width: 100%;
    position: relative;
}
.kg-subscribe-popup-wrap .kg-subscribe-input-wrap {
    border-bottom: 2px solid #ed2124;
    padding: 2px;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    width: 100%;
    position: relative;
}
.kg-subscribe-popup-wrap .kg-subscribe-input-wrap input::placeholder {
    color: #c6c2c2;
}
.kg-subscribe-popup-wrap .kg-subscribe-input-wrap input {
    width: 100%;
    border: unset;
    background: none;
    font-size: 12px;
    line-height: 2;
    color: #c6c2c2;
    padding: 0;
    font-family: Tomorrow;
}
.kg-subscribe-popup-wrap .kg-subscribe-input-wrap .kg-subscribe-btn {
    background-color: #ed2124;
    color: #fff;
    padding: 8px 11px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: unset;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Tomorrow';
}
.kg-subscribe-popup-wrap .kg-subscribe-input-wrap input:focus-visible {
    outline: unset;
}
.kg-subscribe-popup-wrap .kg-subscribe-close-btn {
    position: absolute;
    top: -14px;
    right: -13px;
    background: #dcdcdc;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #000000;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color .2s ease;
} 
@media screen and (max-width: 575px) {
    ..kg-subscribe-popup-wrap {
        padding: 22px 20px;
        max-width: 450px;
    }
    .kg-subscribe-popup-wrap .kg-subscribe-input-wrap .kg-subscribe-btn {
        padding: 8px 11px;
    }
    .kg-subscribe-popup-wrap .kg-subscribe-close-btn {
        width: 22px;
        height: 22px;
        top: -10px;
        right: -4px;
        padding: 0;
    }
}
.kg-subscribe-input-wrap ul#suggestions-popup {
    width: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    background: #000000;
    top: 100%;
    left: 0;
    right: 0;
}
.kg-suggestions-address {
    border-bottom: 1px solid #212121;
}

.kg-suggestions-address:hover {
    background: #ed2124;
    color: #fff;
}

.kg-subscribe-popup-wrap .kg-subscribe-input-wrap .kg-subscribe-btn svg {
    width: 18px;
    height: 14px;
}
@media screen and (max-width: 575px) { 
    .kg-subscribe-popup-wrap .kg-subscribe-input-wrap .kg-subscribe-btn svg {
        width: 14px;
        height: 12px;
    }
}

 .kg-top-bar span.kg-deliver-text{
    position: relative;
    padding-left: 5px;
}
/* .kg-top-bar span#kg-deliver-location::after {
    content: "";
    position: absolute;
    background-image: url("https://cdn.shopify.com/s/files/1/0717/8249/8500/files/icon_3.svg?v=1755077163");
    width: 32px;
    height: 24px;
    left: 0;
    z-index: 111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */

.cart-pickup-location {
    width: 100%;
}

.cart-pickup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page__locator-heading {
    margin-bottom: 6px;
    font-weight: bold;
}

.kg-freight-cost {
    white-space: nowrap;
}

.cart-page .cart-page__summary .cart__summary-container{
    color:#fff;
}
.cart__summary-container .cart__summary-inner .cart__summary-totals .cart__total-container .cart__summary-item.tax-note.cart-primary-typography {
    color: #fff;
}
.cart-page .cart-page__summary{
    display: flex;
    flex-direction: column;
}

button.update_line_item_bundle {
    margin: 5px 0 0;
    background: #ec2124;
    border: 0;
    color: #fff;
    padding: 10px 28px;    
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
button.update_line_item_bundle text-component {
    color: #fff !important;
}

/* Inline loading spinner inside the Update button */
.update_line_item_bundle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.update_line_item_bundle[disabled] {
  cursor: not-allowed;
  opacity: 0.7; /* optional */
}

/* Spinner element (injected by JS) */
.update_line_item_bundle .kg-btn-spinner {
  width: 16px;
  height: 16px;
  display: none;            /* off by default */
  border-radius: 50%;
  /* Use currentColor so it works on any button color */
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  animation: kgspin .8s linear infinite;
}

/* Show spinner while loading */
.update_line_item_bundle.is-loading .kg-btn-spinner {
  display: inline-block;
}

/* Optional: dim the label a touch while loading */
.update_line_item_bundle.is-loading text-component {
  opacity: 0.8;
}

@keyframes kgspin { to { transform: rotate(360deg); } }

/* Optional success styling */
.update_line_item_bundle.is-success {
  /* feel free to tweak these */
  filter: brightness(105%);
  box-shadow: 0 0 0 2px rgba(0, 200, 120, 0.25) inset;
  transition: box-shadow .2s ease, filter .2s ease;
}

.open-store-drawer {
    color: #ec2124;
    text-decoration: none;
    cursor: pointer;
}

 /* hide all freight items by default (prevents flash) */
  .kg-product-upgrade-package-freight-content .freight-option { display: none; }
  .kg-product-upgrade-package-freight-content .freight-option.is-active { display: block; }

  .store-list-subheading {
    margin-bottom: 5px;
  }

.product-media__image {
  position: relative;
  z-index: 1;
}

.product-media__image.crossfade-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.kg-upgrade-icon {
  width: 20px;
  height: 20px;
  display: block;      /* remove inline-gap baseline wiggle */
  object-fit: contain; /* keep it crisp if not square */
  margin-right:10px;
}

/* KG COMPARE PAGE CSS */
.kg-compare-selects {
    display: flex;
    gap: 15px;
    padding: 10px 0;
    background: #2c2c2c;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow-x: auto;
}

section.kg-compare-section .kg-compare-select {
    flex: 1;
    min-width: 180px;
    position: relative;
}

.kg-compare-section .kg-compare-wrapper .kg-compare-table {
    border: 1px solid #ea1e24;
}
section.kg-compare-section .kg-compare-select .kg-compare-product-content {
    margin-top: 15px;
}
section.kg-compare-section .kg-compare-product-select-input {
    width: 100%;
    padding: 4px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    color: #fafdf4;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ed2124;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff0000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.kg-compare-section .kg-compare-wrapper {
    max-width: 91%;
    margin: auto;
    margin-bottom: 50px;
}


section.kg-compare-section .kg-compare-product-select-input:hover {
    border-color: #fff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}


section.kg-compare-section .kg-compare-product-select-input:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

section.kg-compare-section .kg-compare-product-select-input option {
    padding: 12px;
    background-color: #ffffff;
    color: #2d3748;
}


section.kg-compare-section .kg-compare-product-select-input option:hover {
    background-color: #f7fafc;
}

/* 
section.kg-compare-section .kg-compare-select::before {
    content: 'Product ' counter(select-counter);
    counter-increment: select-counter;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Smudger', serif;
} */

section.kg-compare-section .kg-hidden-compare-product-html .kg-compare-wrapper.page-width {
    width: 93%;
    margin: auto;
}


section.kg-compare-section .kg-compare-selects {
    counter-reset: select-counter;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table {
    table-layout: fixed;
    border-collapse:collapse;  
    border-spacing: 0;
    width: 100%;
}

/* 2) Reset borders */
.kg-compare-products-table th,
.kg-compare-products-table td{
  border: 0;
  background-clip: padding-box; /* crisper lines near sticky edges */
}
/* 3) Single grid lines: only draw TOP and LEFT */
.kg-compare-products-table tr + tr td,
.kg-compare-products-table tr + tr th{
  border-top: 1px solid var(--kg-grid);
}
.kg-compare-products-table td + td,
.kg-compare-products-table th + th{
  border-left: 1px solid var(--kg-grid);
}

/* 4) Sticky first column: draw the divider on ITS right edge */
.kg-compare-products-table td[data-slot="0"],
.kg-compare-products-table th[data-slot="0"]{
  position: sticky;
  left: 0;
  z-index: 5;
  background: #4d4d4d; /* match your row bg */
  width: var(--kg-label-w, 260px);
  min-width: var(--kg-label-w, 260px);
  max-width: var(--kg-label-w, 260px);
  /* single vertical divider between label col and first product col */
  box-shadow: 1px 0 0 var(--kg-grid);
}

/* 5) Prevent a double line next to the sticky column */
.kg-compare-products-table td[data-slot="1"],
.kg-compare-products-table th[data-slot="1"]{
  border-left: 0;  /* sticky col draws that edge via box-shadow */
}
/* Left label column (slot 0) = fixed px from JS */
.kg-compare-products-table td[data-slot="0"]{
  width: var(--kg-label-w, 260px);
}
/* Product columns share the rest evenly */
.kg-compare-products-table td[data-slot]:not([data-slot="0"]){
  width: calc((100% - var(--kg-label-w, 260px)) / var(--kg-cols, 2));
}
/* Hidden columns truly take no space */
.kg-compare-products-table td.is-hidden{
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-product-title.kg-compare-content-item {
    margin-bottom: 5px;
}

section.kg-compare-section .kg-compare-wrapper.page-width .kg-compare-table .kg-compare-table-body {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    flex-wrap: wrap;
}
section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-product-title.kg-compare-content-item {
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0 5px;
}
section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-product-weight.kg-compare-content-item,
section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-product-price.kg-compare-content-item {
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0 10px;
}
section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-product-image.kg-compare-content-item img {
    width: 100% !important;
    border-radius: 10px;
}
section.kg-compare-section .kg-compare-select .kg-compare-product-content .kg-compare-product-hidden-content .kg-compare-content-item{
    margin-bottom: 20px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content img {
    max-width: 500px;
    margin: 10px auto;
    border-radius: 10px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details {
    display: flex;
    justify-content: center;
    gap: 1px;
    flex-direction: column;
    align-items: center;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-title {
    font-size: 16px;
    font-weight: 600;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-content-item {
    font-weight: 600;
}
section.kg-compare-section table.kg-compare-products-table td {
    padding: 10px;
}

/* give every cell a border */
section.kg-compare-section table.kg-compare-products-table td {
  border: 1px solid #4d4d4d;
  padding: 8px;
}

/* remove the table's outer perimeter */
section.kg-compare-section table.kg-compare-products-table tbody tr:first-child td { border-top: 0; }
section.kg-compare-section table.kg-compare-products-table tbody tr:last-child  td { border-bottom: 0; }
section.kg-compare-section table.kg-compare-products-table tbody td:first-child  { border-left: 0; }
section.kg-compare-section table.kg-compare-products-table tbody td:last-child   { border-right: 0; }

.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row[data-target="upgrade-option"] td {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td .kg-compare-table-heading {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 40px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td {
    vertical-align: baseline;
    width: 270px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td .kg-compare-table-description {
    font-weight: 300;
    max-width: 250px;
    font-size: 14px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td.kg-compare-table-header-wrapper {
    width: 235px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row td .kg-compare-product-content .kg-product-upgrade-package-toggle .kg-product-upgrade-package-icontitle img.kg-upgrade-icon {
    margin: 0;
    margin-right: 10px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details{
    background: #000;
    padding: 8px 0;
    border-radius: 15px;
    max-width: 500px;
    margin: 0 auto;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content img:hover {
    transform: scale(1.02);
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-url.kg-compare-content-item {
    margin: 10px 10px;
    max-width: 130px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-url.kg-compare-content-item a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    transition: transform .2s 
ease, filter .2s 
ease;
    z-index: 0;
    background: #DA0000;
    padding: 7px 22px;
    border-radius: 8px;
    font-size: 13px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-url.kg-compare-content-item a:hover {
    transform: translateY(-1px);
    color: #fff;
    background: #ed2124;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-url.kg-compare-content-item a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: #DA0000;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0 100%;
    transition: transform .5s ease;
    will-change: transform;
    z-index: -1;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row .kg-compare-product-content .kg-compare-product-details .kg-compare-product-url.kg-compare-content-item a:hover::before {
    transform: rotate(0) translateZ(0);
}
/* section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr {
    border-bottom: 1px solid #656565;
} */
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item {
    max-width: 210px;
    display: block;
    margin: auto;
    position: relative;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item .kg-product-upgrade-product-price {
    text-align: center;
    padding:5px;
    border-radius: 12px;
    font-size: 14px;
    background: linear-gradient(to bottom right, #7e7e7e, #000000, #000000, #000000);
    border: 2px solid #333;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row.kg-compare-table-upgrade-row td .kg-product-upgrade-product-image {
    max-width: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr span.kg-compare-table-feature-value {
    text-align: center;
    width: 100%;
    display: block;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr span.kg-compare-table-feature-value svg {
    max-width: 15px;
    margin: auto;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item input:checked +  .kg-product-upgrade-product-price {
    border-color: #ec2124;
    background: linear-gradient(to bottom right, #7e7e7e, #111111, #111111, #111111);
    font-weight: bold;
}

section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item input:checked +  .kg-product-upgrade-product-price::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-top: 25px solid #ec2124;
    border-radius: 0 8px 0 0;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row td label.kg-product-upgrade-product-item input:checked +  .kg-product-upgrade-product-price::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-image: url(/cdn/shop/files/small-tick-mark1.png?v=1754475080);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row.kg-compare-table-upgrade-row td  span {
    font-weight: 600;
    font-size: 14px;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-products-table-row.kg-compare-table-option-row td {
    padding: 5px 10px;
    font-size: 14px;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-upgrade-row td {
    padding: 8px;
}
@media (max-width: 1200px) {
    section.kg-compare-section .kg-compare-select {
        min-width: calc(33.333% - 10px);
    }
}
@media (max-width: 991px) {
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td {
    width: 295px;
}
}

@media (max-width: 768px) {
    section.kg-compare-section .kg-compare-selects {
        gap: 12px;
    }

    section.kg-compare-section .kg-compare-select {
        min-width: 100%;
    }
    .kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td .kg-compare-table-heading {
        font-size: 25px;
        line-height: 32px;
}
.kg-compare-section .kg-compare-wrapper .kg-compare-controls .kg-compare-selects table.kg-compare-products-table tbody tr.kg-compare-products-table-row[data-target="product-image"] td.kg-compare-table-header-wrapper {
    width: 210px;
}
}



  /* Per-slot loading state */
.kg-compare-wrapper.is-booting .kg-compare-products-table td[data-slot]:not([data-slot="0"]),
  .kg-compare-products-table td[data-slot].is-loading { position: relative; }

  .kg-compare-wrapper.is-booting .kg-compare-products-table td[data-slot]:not([data-slot="0"]) > *,
  .kg-compare-products-table td[data-slot].is-loading > * { opacity: .25; pointer-events: none; }

  .kg-compare-wrapper.is-booting .kg-compare-products-table td[data-slot]:not([data-slot="0"])::after,
  .kg-compare-products-table td[data-slot].is-loading::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 22px; height: 22px;
    margin: -11px 0 0 -11px;
    border-radius: 50%;
    border: 2px solid #d0d4d9;
    border-top-color: #666;
    animation: kgspin .8s linear infinite;
  }

  @keyframes kgspin { to { transform: rotate(360deg); } }
  .kg-compare-sticky{ position: sticky; top: var(--kg-sticky-top,0px); z-index: calc(var(--layer-sticky,50) + 1);
    background: rgba(18,18,18,.92); backdrop-filter: saturate(140%) blur(6px); border-bottom:1px solid #2a2a2a; display:none; }

  .kg-compare-sticky.is-stuck{ display:block; }

  /* the grid columns will be set inline by JS to match td widths */
/* Sticky mini-cards grid mirrors equal widths */
.kg-compare-sticky .bar{
  display: grid;
  grid-template-columns: repeat(var(--kg-cols, 2), minmax(0, 1fr));
  padding-inline-start: var(--kg-label-w, 260px); /* indent to start after label col */
  padding-top: 5px;
  padding-bottom: 5px;
  will-change: transform;
}


.kg-compare-sticky .slot {
  display:flex; align-items:center; gap:10px; min-height:40px; padding:0 8px;
  border-left:1px solid rgba(255,255,255,.2);
}
.kg-compare-sticky .slot:first-child{ border-left:0; }
.kg-compare-sticky a.slot {
  text-decoration:none; color:inherit; cursor:pointer;
}
.kg-compare-sticky a.slot:hover { background:rgba(255,255,255,.04); }

/* optional: focus outline for accessibility */
.kg-compare-sticky a.slot:focus-visible {
  outline:2px solid #e02020; outline-offset:-2px;
}

.kg-compare-sticky .meta{ line-height:1.1; display:flex; flex-direction:column; min-width:0; }
.kg-compare-sticky .meta .label{ font-weight:800; font-size:16px; opacity:.85; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.kg-compare-sticky .meta .price{ font-weight:600; font-size:14px; }
.kg-compare-sticky .meta .weight{ font-size:14px; opacity:.75; }
.kg-compare-sticky .cta a{ display:inline-block; background:#e02020; color:#fff; border-radius:10px; padding:6px 10px; font-size:12px; text-decoration:none; white-space:nowrap; }

.kg-compare-sticky .thumb{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:65px; /* small, unobtrusive */
  margin-right:8px;
}

.kg-compare-sticky .thumb img{
    width:65px; object-fit:contain; display:block;
    border-radius:5px;
}

/* optional: hide images on narrow screens */
@media (max-width: 900px){
    .kg-compare-sticky .thumb{ display:none; }
}

.kg-compare-columns-control {
  display:flex; gap:.5rem; align-items:center; margin: .75rem 0;
}
.kg-compare-columns-control select { padding:.4rem .6rem; }
.kg-compare-products-table td.is-hidden { display:none; }

.kg-compare-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  position:relative;
}
.kg-compare-products-table td[data-slot="0"],
.kg-compare-products-table th[data-slot="0"]{
  position:sticky;
  left:0;
  z-index:5; /* sits above normal cells */
  background: #2b2b2b; /* match your row background */
  width: var(--kg-label-w, 260px);
  min-width: var(--kg-label-w, 260px);
  max-width: var(--kg-label-w, 260px);
  /* optional: divider line on the right edge */
  box-shadow: 1px 0 0 rgba(255,255,255,0.08);
}
.kg-compare-products-table tr.kg-compare-table-upgrade-row td[data-slot="0"] {
    background: #000;
}
.kg-compare-products-table tr.kg-compare-table-option-row td[data-slot="0"] {
    background: #222;
}
/* when the sticky header bar shows, ensure it layers above the sticky column */
.kg-compare-sticky.is-stuck{
  z-index: 10;
}

/* optional: subtle left-edge shadow when scrolled */
.kg-hscroll-fade{
  position:sticky;
  left:0; top:0; bottom:0;
  width:12px;
  pointer-events:none;
  background: linear-gradient(to right, rgba(0,0,0,.35), rgba(0,0,0,0));
  z-index:6;
  opacity:0; transition:opacity .15s ease;
}
.kg-compare-scroll.has-hscroll .kg-hscroll-fade{ opacity:1; }

section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-upgrade-row {
    background: #000;
}
section.kg-compare-section .kg-compare-selects table.kg-compare-products-table tr.kg-compare-table-option-row {
    background: #222;
}
/* KG COMPARE PAGE CSS */




/* --- Swatch grid --- */
.kg-upgrade-swatch-grid {
  display: grid !important;            /* override inline display:block */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 1024px) {
  .kg-upgrade-swatch-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Each swatch (label) fills its grid cell */
.kg-upgrade-swatch {
  display: block;
  width: 100%;
}
/* Also guard against themes that set min-width on items */
.kg-upgrade-swatch-grid .kg-product-upgrade-product-item {
  margin: 0;
  min-width: 0;                         /* prevents full-width items */
  max-width: 100%;
}
/* --- Card --- */
.kg-upgrade-swatch .kg-swatch-card {
  position: relative;
  overflow: hidden;               /* ensures clean edges */
  padding: .75rem;                /* this is the amount we'll 'negate' below */
  border: 1px solid #e5e5e5;
  border-radius: 12px;            /* full card radius stays */
  display: flex;
  flex-direction: column;
  height: 100%;

}

/* Make the image bleed to the card edges (top + sides) */
.kg-upgrade-swatch .kg-swatch-image {
  margin: calc(-1 * .75rem) calc(-1 * .75rem) 0;  /* -top/-sides, keep bottom flush */
}


/* Image on top (square) */
.kg-upgrade-swatch .kg-swatch-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px 12px 0 0 !important;   /* top-left/top-right rounded, bottom square */
}


/* Text below image */
.kg-upgrade-swatch .kg-swatch-text {
  width: 100%;
  text-align: center;
  margin-top: .2rem;
}

/* Hover/focus affordance */
.kg-upgrade-swatch:hover .kg-swatch-card,
.kg-upgrade-swatch:focus-within .kg-swatch-card {
  border-color: #d1d5db;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* Checked state (radio lives before the card) */
.kg-upgrade-swatch .kg-swatch-radio:checked + .kg-swatch-card {
  border-color: #111;
  box-shadow: 0 0 0 2px #111 inset;
}

/* Keyboard focus ring (input is visually hidden) */
.kg-upgrade-swatch .kg-swatch-radio:focus-visible + .kg-swatch-card {
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* Visually hide native radio but keep it accessible */
.kg-swatch-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  .kg-upgrade-swatch .kg-swatch-card { transition: none; }
}



/* DATE 31-10-2025 */
.kg-product-upgrade-package-freight-content .freight-change-location span.toggle-dealership-pickup{
    color: #ec2124;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.kg-product-upgrade-package-freight-content .freight-change-location span.toggle-dealership-pickup::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ed2124;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
}
.kg-product-upgrade-package-freight-content .freight-change-location span.toggle-dealership-pickup:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}
.kg-product-upgrade-package-freight-content .kg-product-upgrade-package-list .kg-dealership-for-pickup-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-dealership-pickup-location{
    width: 100%;
}
.cart-dealership-pickup-location .deliver-label .kg-deliver-location .kg-selected-dealership-pickup-holder {
    position: relative;
    margin-left: 0.25rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #ed2124;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-freight-content .kg-product-upgrade-package-list label input:checked+.kg-product-upgrade-product-info-content::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-image: url(/cdn/shop/files/small-tick-mark1.png?v=1754475080);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-freight-content  .kg-product-upgrade-package-list label input:checked+.kg-product-upgrade-product-info-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #ec2124;
    border-radius: 0 8px 0 0;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper.kg-product-upgrade-package-freight-content  .kg-product-upgrade-package-list label input:checked + .kg-product-upgrade-product-info-content {
    border-color: #ec2124;
    background: linear-gradient(to bottom right, #7e7e7e, #111111, #111111, #111111);
}
/* DATE 31-10-2025 */



/* QTY PICKER CSS */
.kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list button.kg-product-upgrade-quantity-picker-button {
    background: #ed2124;
    max-width: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border: 0;
}

.kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list input.kg-product-upgrade-quantity-picker-input {
    position: unset !important;
    opacity: 1 !important;
    max-width: 50px;
    background: white;
    border: none;
    text-align: center;
    border-radius: 0 !important;
}

.kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-quantity-picker {
    display: flex;
    flex-wrap: wrap;
    max-width: 50px;
    margin-left: -8px;
    z-index: 1;
    justify-content: center;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list label.kg-product-upgrade-product-item {
    display: flex;
}
.kg-product-upgrades-section .kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-product-item input:checked + .kg-product-upgrade-product-info-content + .kg-product-upgrade-quantity-picker{
    border-color: #ec2124;
    background: linear-gradient(to bottom right, #7e7e7e, #111111, #111111, #111111);
}
.kg-product-upgrade-package-content-wrapper .kg-product-upgrade-package-list .kg-product-upgrade-quantity-picker{
    margin-left: -10px;
} 
/* QTY PICKER CSS */