div#smooth-wrapper{
    width: 100%;
}
.builder-section {
    background-color: #000;
    color: #fff;
    font-family: "Koulen", sans-serif;
    border: 1px solid #000;
}

.builder-container {
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;

}

.img-props{
    border-radius: 6px;
    object-fit: contain;
}

.case-slider .splide__arrow{
    background-color: transparent;
    outline: none;
}
.case-slider .splide__arrow svg {
    fill: none;
    height: 36px;
    width: 36px;
}
.builder-container-medium {
    display: flex;
    flex-direction: column;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 20px;

}

.builder-container-small {
    display: flex;
    flex-direction: column;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 20px;

}

.builder-section .b-w-full {
    width: 100%;
}

.builder-section .section-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.section-header .section-title {
    font-size: 55px;
    font-weight: 400;
    text-align: center;
    letter-spacing: normal;
}


.section-header .builder-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.builder-section .builder-selected-case {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.builder-selected-case .case-image {
    max-height: 600px;
    width: 600px    ;
    text-align: center;
}

.builder-selected-case .case-image img {
    height: 100%;
    max-height: 600px;
}

.builder-selected-case .case-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.builder-section .builder-btn {
    background-color: #fff;
    color: #000;
    padding: 3px 20px;
    border-radius: 25px;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s ease;
    letter-spacing: 0.5px;
}
.checkout-wrapper .checkout-button:focus,
body.bricks-is-frontend :focus-visible,
.continue-button button:focus{
    outline: none;
    border: none;
}
.checkout-wrapper .checkout-button:hover,
.continue-button button:hover,
.btn-display:hover,
.builder-section .builder-btn:hover{
    background: #202020;
    color: #fff;
    box-shadow: 0px 0px 5px #fff;
    outline: none;
    border: none;
}

.case-details .btn-select-case {
    margin-bottom: 15px;
    padding: 7px 19px;
    border: none;
}

.btn-select-case.disabled{
    pointer-events: none;
    opacity: .6;
    cursor: not-allowed;
}

/* .case-details .btn-select-case:hover {
    background: #f0f0f0;
} */

.case-details .case-name,
.case-details .case-price {
    font-family: "Sofia Sans";
    font-size: 17px;
    font-weight: 600;
}

.case-slider {
    height: 275px;
}

.builder-case-slider {
    max-width: 1347px;
    margin: 0 auto;
    padding-bottom: 75px;
}

.case-card {
    background-color: transparent;
    text-align: center;
}

.case-image-thumb {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    transition: 1s ease transform;
}
.case-image-thumb img {
    height: 100%;
}
.stock-warning,
.validation-msg{
    text-align: center;
    padding-top: 15px;
    color: #f2291b;
}
.btn-display {
    margin-top: 10px;
    margin-bottom: 2px;
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-block;
    font-family: Koulen;
    font-size: 15px;
    transition: 0.3s ease;
}

footer#brx-footer {
    background-color: #000;
    border: 1px solid #000;
}

/* Performance css */

.performance-section .performance-tabs {
    display: flex;
    justify-content: center;
    margin: 0;
}

.performance-tabs .performance-tab {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 40px;
    color: #363636;
    margin: 0 30px;
    cursor: pointer;
}

.performance-tabs .performance-tab:first-child {
    margin-left: 0;
}

.performance-tabs .performance-tab:last-child {
    margin-right: 0;
}

.performance-tabs .performance-tab:hover,
.performance-tabs .performance-tab.active {
    color: #ffffff;
    transition: color 0.3s ease;
}

.performance-section .performance-content {
    display: none;
    border: 2px solid #202020;
    border-radius: 15px;
    padding: 20px 50px;
}

.performance-section .performance-content.active {
    display: block;
}

.performance-section .performance-description {
    font-size: 20px;
    text-align: center;
    ;
}

.performance-description h3.p-heading {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.5px;
}

.performance-description p.short-description {
    color: #bfbfbf;
    font-family: "Sofia Sans";
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.performance-description .price-tag {
    font-size: 18px;
    font-family: "Sofia Sans";
    font-weight: 400;
}

.performance-description hr {
    border-top-style: solid;
    border-top-color: var(--tag-color);
    width: 100%;
    max-width: 425px;
    border-top-width: 2px;
    margin: 0 auto;
}

span.performance-gradient.line {
    display: block;
    letter-spacing: -4px;
    font-size: 30px;
    line-height: 1;
    margin-top: -25px;
}

span.performance-gradient.line span {
    height: 2px;
    width: 100%;
}

.performance-section .performance-content .game-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
    justify-content: center;
    margin: 25px 0 20px;
}

.performance-section .game-list .game-thumb {
    position: relative;
    width: calc(25% - 23px);
}

.game-list .game-thumb.overlay::before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.performance-section .performance-gradient {
    --bg-size: 400%;
    background: linear-gradient(125deg, #f2291b, #f7db25, #84f527, #f2291b) 0 0 / var(--bg-size) 100%;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-animation: hue 15s infinite linear;
    background-clip: text;
    animation: hue 15s infinite linear;
}

.game-list .game-thumb img {
    width: 275px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.continue-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 55px;
}

.continue-button a {
    background-color: #fff;
    color: #000;
    padding: 5px 35px;
    font-size: 20px;
    letter-spacing: 0.5px;
    border-radius: 15px;
    font-family: Koulen;
    font-weight: 400;
    cursor: pointer;
}

.continue-button button {
    background-color: #fff;
    color: #000;
    padding: 4px 35px;
    font-size: 20px;
    letter-spacing: 0.5px;
    border-radius: 15px;
    font-family: Koulen;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.7;
    outline: none;
    border: none;
    transition: 0.3s ease;
}

/* upgrade Section */

.upgrade-section .component-list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.component-list .component-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.component-card .component-img {
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.component-card .component-details {
    display: flex;
    align-items: baseline;
    flex: 1;
    min-width: 220px;
}

.component-details .component-name {
    font-family: "Koulen";
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 24px;
    margin-left: 10px;
}

.component-details .component-info {
    margin-left: 20px;
    font-family: "Sofia Sans";
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #bfbfbf;
    font-size: 22px;
    line-height: 26px;
    max-width: 450px;
}

.component-details .component-price {
    color: #84f527;
    font-size: 18px;
    margin-left: 10px;
}

.component-card .upgrade-controls {
    display: flex;
    background-color: #ffffff;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 10px;
    width: 175px;
}

.component-card .upgrade-controls i {
    background: #fff;
    color: #000;
    padding: 6px 10px;
    border-radius: 50%;
    cursor: pointer;
    width: 333px;
}

.component-card .upgrade-text {
    font-family: "Sofia Sans";
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 18px;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    height: 31px;
}

.upgrade-section .upgrade-summary-note {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #202020;
}

.upgrade-summary-note .upgrade-note {
    font-size: 14px;
    color: #bfbfbf;
    font-family: "Sofia Sans";
    font-weight: 500;
    max-width: 550px;
}

.upgrade-summary-note .upgrade-summary {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.upgrade-summary span.upgrade-summary-price {
    font-size: 28px;
    color: #bfbfbf;
    font-family: "Sofia Sans";
    font-weight: 500;
}

/* Fullfill Section */
.fulfillment-content {
    display: flex;
}

.fulfillment-content .fulfillment-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fulfillment-block h3 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 32px;
}

.fulfillment-block .option-group {
    width: 366px;
}

.option-group div.option {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: "Sofia Sans";
    font-weight: 400;
    color: #bfbfbf;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
}

.radio-wrapper span {
    padding-left: 15px;
}

.radio-wrapper i.input-radio {
    color: #ffffff;
    fill: #ffffff;
    font-size: 20px;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

/* Hide the native radio button */
.radio-wrapper input[type="radio"] {
    appearance: none;
    position: absolute;
    opacity: 0;
}

/* Default: show only the hollow circle */
.radio-wrapper .icon-unchecked {
    display: inline-block;
    font-size: 18px;
}

.radio-wrapper .icon-checked {
    display: none;
    font-size: 18px;
}

.radio-wrapper i.input-radio.fa.fa-circle-dot {
    display: none;
}

/* Toggle icons when radio is checked */
input[type="radio"]:checked+.icon-unchecked {
    display: none;
}

input[type="radio"]:checked+.icon-unchecked+.icon-checked {
    display: inline-block;
}

/* Summery Component */

.summary-section .summary-content {
    padding-top: 25px;
}

.summary-content .components-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.components-wrapper .component-empty,
.components-wrapper .component-item {
    flex: 1;
}
.components-wrapper .component-empty{
    padding: 50px 0;
    display: flex;
    align-items: center;
}

/* .component-empty .summary-active-case-img{
    margin-top: 25px;
} */

.summary-active-case-detail .case-name{
    padding: 10px 0;
}

.item-wrapper .steps-heading {
    text-align: center;
    width: 100%;
}

.steps-heading {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 40px;
    color: #ffffff;
}

.summary-section .item-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.item-wrapper .component-item {
    margin-block: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.component-item img {
    object-fit: scale-down;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 14px 0 0;
    max-width: 50px;
    max-height: 50px;
}

.component-item span.component-label {
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 20px;
    margin-right: 20px;
    line-height: 24px;
}

.component-item span.component-value {
    font-family: "Sofia Sans";
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #bfbfbf;
    font-size: 18px;
    line-height: 22px;
}

.subtotal {
    background-color: #000000;
    width: 200px;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #202020;
    border-radius: 15px;
    display: flex;
}

.subtotal .subtotal-label,
.subtotal .subtotal-value {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.subtotal .subtotal-label {
    color: #ffffff;
}

.subtotal .subtotal-value {
    color: #bfbfbf;
    padding-left: 10px;
}

section.builder-section.summary-section {
    padding-bottom: 100px;
}

.summary-section .addons-wrapper {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #202020;
    border-bottom: 2px solid #202020;
    padding: 50px 0 25px 0;
}

.addons-wrapper .addon-image {
    display: flex;
    background-color: #202020;
    width: 250px;
    align-self: center;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    height: 300px;
    margin-right: 25px;
}

.addons-wrapper .addon-image img {
    object-fit: scale-down;
    width: 80%;
    height: 80%;
}

.addons-wrapper ul.addon-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 25px 25px;
}

.addons-wrapper ul.addon-list li {
    margin-bottom: 5px;
    color: #bfbfbf;
    font-size: 18px;
    font-family: "Sofia Sans";
    font-weight: 500;
    line-height: 1.4;
}

.fulfillment-wrapper .fulfillment-steps {
    display: flex;
    align-items: center;
}

.fulfillment-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 25px;
    border-bottom: 2px solid #202020;
}

.fulfillment-steps img {
    object-fit: scale-down;
    width: 100px;
    margin-right: 10px;
}

.fulfillment-steps img.robotic-hand,
.fulfillment-steps img.checklist {
    width: 115px;
}

.fulfillment-steps .fa-arrow-right {
    color: #ffffff;
    fill: #ffffff;
    font-size: 30px;
}

.fulfillment-details .detail-row {
    display: flex;
    column-gap: 19px;
}

.fulfillment-details .detail-label {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.fulfillment-details .detail-value {
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 500;
    font-family: "Sofia Sans";
}

.fulfillment-info .fulfillment-details {
    margin: 10px 0 25px 25px;

}

.checkout-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.checkout-wrapper .checkout-button {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 35px;
    color: #1a1a1a;
    background-color: #fff;
    border: none;
    transition: 0.3s ease;
}
.checkout-wrapper .checkout-button:focus {
    outline: none;
    border: none;
}

.total .total-label,
.total .total-value {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 28px;
}

.total .total-label {
    color: #ffffff;
}

.total .total-value {
    color: #bfbfbf;
    padding-left: 10px;
}

.addons-section .addon-item {
    padding-bottom: 50px;
}

.addon-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
}

.addon-item .accordion-header h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.accordion-content .product-list.product-list:not(.keen-slider) {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 25px;
    padding: 0;
}

.accordion-content .product-list:not(.keen-slider).product-columns-3  {
    gap: 30px;
}

.keen-slider.product-list .product-item{
    width: 100%;
}

.product-list:not(.keen-slider) .product-item {
    width: calc(26% - 32px);
}

.accordion-content .product-list:not(.product-columns-3) {
    margin: 0;
    margin-left: 15px;
}

.product-list:not(.keen-slider).product-columns-3 .product-item {
    width: calc(34.33% - 30px);
}

.accordion-content .product-list:not(.keen-slider).product-columns-3 {
    margin: 0 15px;
}

.product-item .product-wrapper {
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
}

.product-list.product-columns-3 .product-image  {
    width: 200px;
    height: 200px;
}

.product-columns-3 .product-item .product-wrapper  {
    max-width: 200px;
}

.product-list.product-columns-3 .product-image {
    padding: 25px;
}

.product-list .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #d1d1d1;
    width: 165px;
    height: 200px;
}

.product-list .product-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.product-item .product-name {
    margin-top: 5px;
    margin-left: 2px;
    font-size: 19px;
    color: #fff;
    font-family: "Sofia Sans";
    font-weight: 500;
}

.product-item .price-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item .price-add-to-cart .product-price {
    font-size: 16px;
    color: #bfbfbf;
    font-family: "Sofia Sans";
    font-weight: 500;
}

.product-item .price-add-to-cart button {
    padding: 4px 10px;
    font-family: "Sofia Sans";
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}
.product-item .price-add-to-cart button:focus{
    border: none;
    outline: none;
}
.product-item .price-add-to-cart button:hover {
    background: #202020;
    color: #fff;
    box-shadow: 0px 0px 5px #fff;
    outline: none;
    border-color: transparent;
}

.addon-item:not(.active) .accordion-content {
    display: none;
}

.accordion-header svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    /* Downward arrow */
}

.addon-item.active .accordion-header svg {
      transform: rotate(180deg);
   
}

.accordion-content {
    position: relative;
}

.accordion-content button.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s ease, transform 0.2s ease;
    padding: 10px;
    border-radius: 50%;
}
.accordion-content button.slider-arrow:hover{
    background-color: #ffffff87;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.accordion-content button.slider-arrow.prev {
    left: 0;
}
.accordion-content button.slider-arrow.prev svg {
    transform: rotate(180deg);
}

.accordion-content button.slider-arrow.next {
    right: 0;
}

/* Zenith Modal Styles */
.zenith-modal-overlay {
  position: fixed;
  z-index: 999999;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zenith-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 520px;
  max-height: 520px;
  width: 95%;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  text-align: center;
  font-family: inherit;
  height: 80vh;
  overflow-y: scroll;
}
/* Smooth scrolling */
.zenith-modal-content {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Scrollbar styling (WebKit browsers: Chrome, Edge, Safari) */
.zenith-modal-content::-webkit-scrollbar {
  width: 10px;
}
.zenith-modal-content::-webkit-scrollbar-track {
  background: transparent; 
  margin: 10px;
}
.zenith-modal-content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  transition: background 0.2s ease;
}
.zenith-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.4);
}

/* Firefox scrollbar */
.zenith-modal-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.25) transparent;
}
.zenith-modal-title {
    width: 100%;
    text-align: center;
    font-family: "Sofia Sans";
    font-weight: 700;
    color: #000000;
    font-size: 40px;
}

.zenith-modal-subtitle {
    width: 100%;
    text-align: center;
    font-family: "Sofia Sans";
    font-weight: 400;
    color: #202020;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.zenith-modal-list {
  text-align: left;
  margin: 0 0 1.5rem 0;
  padding-left: 1.2rem;
  color: #222;
  font-size: 1rem;
}

.zenith-modal-list li {
    font-family: "Sofia Sans";
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    color: #202020;
    width: 90%;
    font-size: 15px;
    margin-left: 14px;
    margin-bottom: 12px;
}
.zenith-modal-list li strong {
    margin-bottom: 3px;
    display: inline-block;
}



.zenith-modal-link {
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 2px;
}

.zenith-modal-content > div > p {
    text-align: center;
    font-family: "Sofia Sans";
    font-weight: 400;
    color: #202020;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 20px;
}

.zenith-modal-acknowledge {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.85rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: background 0.2s;
}
.zenith-modal-content button {
    font-family: "Sofia Sans";
    font-weight: 500;
    font-size: 15px;
}
.zenith-modal-acknowledge:hover {
  background: #222;
}

.zenith-modal-cancel {
  display: block;
  background: transparent;
  color: #333;
  border: none;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .builder-selected-case .case-image {
        height: 520px;
        width: 520px;
    }
}
@media only screen and (max-width: 1200px) {
    .builder-selected-case .case-image {
        max-height: 520px;
        width: 520px;
    }
}
@media only screen and (max-width: 1024px) {
    .builder-case-slider{
        padding-bottom: 40px;
    }
    .builder-selected-case .case-image {
        max-height: 450px;
        width: 450px;
    }
    .steps-heading{
        font-size: 34px;
    }
    .section-header .section-title {
        font-size: 52px;
    }
    .upgrade-summary-note .upgrade-note,
    .upgrade-summary-note .upgrade-summary {
        width: 50%;
    }
    .upgrade-summary-note .upgrade-summary{
        text-align: right;
    }
    .fulfillment-content .fulfillment-block:first-child {
        padding-right: 15px;
    }

    .fulfillment-content .fulfillment-block:last-child {
        padding-left: 15px;
    }

    .fulfillment-block span.price {
        width: 74px;
        text-align: end;
    }
    .radio-wrapper span{
        line-height: 22px;
    }
    .components-wrapper .component-empty {
        width: 45%;
    }
    .components-wrapper .component-empty, .components-wrapper .component-item{
        flex: none;
    }
    .summary-content .components-wrapper{
        padding-bottom: 50px;
    }
    section.builder-section.summary-section{
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 830px) {
   .components-wrapper .component-empty {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 0 0 30px;
    }
    .components-wrapper .component-empty .subtotal{
        margin: 0 auto;
        max-width: 200px;
    }
    .components-wrapper .component-item{
        width: 100%;
    }
    .item-wrapper .component-item{
        justify-content: flex-start;
    }
    .summary-section .item-wrapper{
        margin-top: 0;
    }
    .summary-content .components-wrapper{
        padding-bottom: 20px;
    }
   .fulfillment-wrapper {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .fulfillment-wrapper .steps-heading{
        text-align: center;
    }
    .fulfillment-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 25px;
    }
    .fulfillment-info .fulfillment-details{
        margin: 0;
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {
    .builder-selected-case .case-image {
        max-height: 360px;
        width: 360px;
    }

    .section-header .section-title {
        font-size: 50px;
    }

    .performance-section .performance-content {
        padding: 15px 0;
    }

    .performance-tabs .performance-tab {
        font-size: 34px;
        margin: 0 35px;
    }

    .performance-description h3.p-heading {
        font-size: 34px;
    }

    .performance-description p.short-description {
        font-size: 18px;
        line-height: 28px;
    }

    .continue-button {
        margin-top: 30px;
        padding-bottom: 35px;
    }

    .upgrade-section .component-list {
        row-gap: 25px;
    }

    .component-list .component-card {
        flex-direction: column;
    }

    .component-card .component-img {
        margin: 0 auto;
    }

    .component-card .upgrade-controls {
        margin-top: 10px;
    }

    .component-card .component-details {
        flex-direction: column;
    }

    .component-card .component-details .component-info,
    .component-card .component-details .component-name {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .summary-section .item-wrapper{
        max-width: 100%;
    }
    .summary-content .components-wrapper{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-list:not(.keen-slider).product-columns-3 .product-item {
        width: calc(50% - 30px);
    }
    .performance-section .game-list .game-thumb {
        width: calc(50% - 23px);
    }
    .summary-section .addons-wrapper{
        padding: 30px 0 25px 0;
    }
    .summary-section .summary-content{
        padding-top:0;
    }
    .steps-heading {
        font-size: 30px;
    }

    .performance-section .game-list .game-thumb img {
        width: 100%;
    }
    .upgrade-section .upgrade-summary-note{
        flex-wrap: wrap;
    }
    .upgrade-summary-note .upgrade-note, .upgrade-summary-note .upgrade-summary{
        width: 100%;
        max-width: 100%;
    }
    .upgrade-summary-note .upgrade-summary{
        text-align: center;
    }
    .fulfillment-content{
        flex-direction: column;
        row-gap: 25px;
    }
    .fulfillment-content .fulfillment-block:first-child {
        padding-right: 0;
    }

    .fulfillment-content .fulfillment-block:last-child {
        padding-left: 0;
    }
    .fulfillment-block .option-group{
        width: 100%;
    }
    .builder-section .section-header{
        margin-bottom: 15px;
    }
    .summary-section .addons-wrapper{
        flex-direction: column-reverse;
    }
    .addons-wrapper .addons-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    .addons-wrapper .addon-image{
        margin-right: 0;
    }
    .addons-wrapper ul.addon-list {
        margin-left: 0;
    }
    .fulfillment-steps img.robotic-hand, .fulfillment-steps img.checklist {
        width: 84px;
    }
    .fulfillment-steps .fa-arrow-right{
        font-size: 18px;
    }
    .fulfillment-steps img{
        width: 64px;
        margin-right: 5px;
    }


}

@media only screen and (max-width: 480px) {
    .product-list:not(.keen-slider).product-columns-3 .product-item {
        width: calc(100%);
    }
    .builder-case-slider{
        padding-bottom: 0;
    }

    .zenith-modal-content {
        height: 90vh;
        max-height: 100%;
        padding: 15px;
    }

    .zenith-modal-content h2.zenith-modal-title {
        font-size: 30px;
        line-height: normal;
    }

    p.zenith-modal-subtitle {
        margin-bottom: 10px;
    }

    .zenith-modal-list li {
        font-size: 14px;
    }

    .zenith-modal-content > div > p {
        font-size: 13px;
    }
    span.performance-gradient.line{
        font-size: 24px;
        line-height: 0.5;
        margin-top: -14px;
    }
    .upgrade-summary span.upgrade-summary-price{
        font-size: 24px;
    }
    .upgrade-summary-note .upgrade-summary{
        font-size: 22px;
        margin-top: 10px;
    }

    .builder-selected-case .case-image{
        max-height: 320px;
        width: 320px;
    }
    .section-header .section-title {
        font-size: 40px;
    }

    .section-header .builder-logo {
        width: 44px;
        height: 44px;
    }

    .performance-section .performance-tabs {
        margin: 0 0 10px 0;
    }
    .performance-section .performance-description h3.p-heading, .performance-section .performance-description hr {
        margin: 0 auto;
        width: 80%;
        text-align: center;
        padding: 0;
    }

    .performance-section .performance-description hr {
        width: 85%;
    }

    .performance-section .performance-description span.performance-gradient.line {
        width: 85%;
        margin: -12px auto 0 auto;
    }
    .performance-tabs .performance-tab {
        font-size: 28px;
        margin: 0 20px;
    }

    .performance-description h3.p-heading {
        font-size: 26px;
        padding-right: 20px;
    }
    .active .performance-tooltip-pointer {
        top: 23px;
        right: 5px;
    }
    .performance-section .performance-content .game-list {
        column-gap: 10px;
        row-gap: 11px;
        margin: 15px 0 15px;
    }
    .item-wrapper .component-item{
        flex-direction: column;
    }
    .component-item img{
        margin-right: 0;
    }
    .component-item span.component-label{
        margin-right: 0;
    }
    .summary-section .item-wrapper{
        row-gap: 20px;
    }
    .fulfillment-wrapper .fulfillment-steps{
        flex-direction: column;
    }
    .fulfillment-wrapper .fulfillment-steps img{
        margin-right: 0;
    }
    .fulfillment-steps .fa-arrow-right{
        transform: rotate(90deg);
    }
    .fulfillment-info .fulfillment-details{
        padding: 15px 0;
    }
    .checkout-wrapper .checkout-button{
        font-size: 17px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 375px) {
    .builder-selected-case .case-image {
        max-height: 300px;
        width: 300px;
    }

    .performance-tabs .performance-tab {
        margin: 0 15px;
    }

    span.performance-gradient.line {
        margin-top: -12px;
    }

    .performance-tabs .performance-tab {
        font-size: 25px;
    }
}

@media only screen and (max-width: 325px) {
    .checkout-wrapper .checkout-button{
        font-size: 15px;
        line-height: 29px;
        padding: 5px 25px;
    }
    .total .total-label, .total .total-value{
        font-size: 26px
    }
    .performance-description h3.p-heading {
        font-size: 24px;
    }

    span.performance-gradient.line {
        margin-top: -12px;
    }
}


@keyframes hue {
    to {
        background-position: var(--bg-size) 0;
    }
}