.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height>div[class*=col-] {
    display: flex;
}
.row-eq-height>div[class*=col-]>* {
    width: 100%;
}




.total-due-today,
#order-standard_cart .summary-container span.float-right,
.tt-product-desc span strong,
.tt-product-price .price,
.tt-product-price small,
.tt-domain-price-cycle:not(small),
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .field-container label,
#order-standard_cart .summary-container span.float-right,
#order-standard_cart .order-summary .total-due-today .amt,
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-weight: 500;
}

#order-standard_cart .addon-promo-container{
    border-radius: var(--custom-radius);
}
#order-standard_cart .addon-promo-container h3{
    font-size: 18px;
}

#order-standard_cart .addon-promo-container .logo{
    line-height: 70px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 70px;
}

#order-standard_cart .field-container label{
    font-family: var(--font-family-monospace);
    font-size: 16px;
    color: var(--heading-color);
}
#order-standard_cart .field-container select.form-control{
 width: 100%;
}
#order-standard_cart .product-info{
    border-radius: var(--custom-radius);
    background-color: transparent;
    padding: 15px;
    border: 1px dashed var(--border-color);
    font-size: 14px;
}
#order-standard_cart .product-info p strong{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .product-info .product-title{
    font-size: 16px;
    margin-bottom: 12px;
}
#order-standard_cart .order-summary .summary-totals{
   border: none;
    margin: 0;
}
#order-standard_cart .order-summary{
    background-color: var(--gray-light);
    border-color: var(--gray-light);
    border-radius: var(--custom-radius);
    box-shadow: 2px 12px 24px -4px rgba(145, 158, 171, 0.16);
    border: 1px dashed var(--border-color);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .loader{
    color: var(--heading-color);
}
#order-standard_cart .order-summary .loader{
    top: 6px;
}
#order-standard_cart .summary-container{
    background-color: var(--white);
    padding: 15px;
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
    font-size: 13px;
}

#order-standard_cart .summary-container .clearfix{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--border-color);
    padding: 10px 0 8px;
}
#order-standard_cart .summary-container .clearfix .pull-left{
    max-width: 70%;
    flex-basis: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: initial;
    font-weight: 400;
    font-family: var(--font-family-sans-serif);
}
#order-standard_cart .summary-container .clearfix .pull-right {
    flex-basis: 40%;
    text-align: right;
    padding-left: 6px;
}
#order-standard_cart .order-summary .recurring-charges{
    font-style: normal;

}
#order-standard_cart .order-summary .subtotal{
    font-size: inherit;
}
#order-standard_cart .order-summary h2{
    font-size: 15px;
}
#order-standard_cart .order-summary .total-due-today .amt{
    font-size: 20px;
}
#order-standard_cart .order-summary .total-due-today-padded{
    margin: 0;
}
.tt-payment-gateways label{
    margin-right: 15px !important;
}
.total-due-today{
    padding: 10px 0 15px;
}

#order-standard_cart .sub-heading{
    text-align: left;
    border-bottom: 2px dashed var(--primary-light);
    border-top: none;
    margin-top: 35px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span{
    background-color: var(--white);
    color: var(--heading-color);
    padding-left: 0;
    top: -16px;
    font-size: 16px;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price{
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price span{
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-body{
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-add{
    padding: 4px 15px;
    border-radius: 4px;
    margin-left: 15px;
    background-color: var(--gray-light);
    color: var(--body-color);
    border: 1px solid var(--border-color);
}
button.close:focus{
    outline: none;
}

#order-standard_cart .order-summary .btn-continue-shopping{
    padding: 15px 0 0;
    font-size: 13px;
}
#order-standard_cart .order-summary .btn-continue-shopping:hover{
    text-decoration: none;
    color: var(--primary);
}
.tt-view-cart{
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
#order-standard_cart .view-cart-items .item:nth-child(even){
    background: transparent;
}
#order-standard_cart .view-cart-items .item{
    padding: 15px;
    background: transparent;
    border-bottom: 1px dashed var(--border-color);
}
#order-standard_cart .view-cart-items .item:last-of-type{
    border-bottom: 0;
}
#order-standard_cart .view-cart-items-header{
    background-color: var(--gray-light);
    color: var(--heading-color);
    font-size: 15px;
    border-radius: var(--custom-radius) var(--custom-radius) 0 0;
}
.tt-view-cart-items .btn{
    padding: 0;
}
.tt-view-cart-items .dropdown .btn{
    padding: 2px 10px;
}
.tt-view-cart-items .dropdown .dropdown-menu{
    transform: translate3d(0, 28px, 0px) !important;
    left: auto !important;
    right: 0;
    padding: 0;
    font-size: 14px;
}
.tt-view-cart-items .dropdown .dropdown-menu li a{
    color: var(--body-color);
}
#order-standard_cart .view-cart-items{
    border: none;
    margin: 0;
}
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span{
    font-size: 14px;
}

#order-standard_cart .empty-cart{
    text-align: inherit;
    margin: 0 20px 20px;
}
#order-standard_cart .empty-cart .btn{
    border-radius: 4px;
    background-color: var(--danger-light);
    color: var(--danger);
    font-size: 12px;
}
#order-standard_cart .empty-cart .btn:hover{
    text-decoration: none;
}

#order-standard_cart .btn-checkout{
    padding: 0.75rem 1.75rem;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .view-cart-tabs .nav-tabs{
    padding-left: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
}
#order-standard_cart .view-cart-tabs{
    margin: 20px 0 20px;
}
#order-standard_cart .view-cart-tabs .nav-tabs{
    border-color: var(--border-color);
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true],
#order-standard_cart .view-cart-tabs .tab-content{
    background-color: var(--gray-light);
    border-color: var(--border-color);
}

/* Fjordly dark cart surfaces */
#order-standard_cart .tt-view-cart {
    background: linear-gradient(150deg, #0b1d3b, #061126);
    border: 1px solid rgba(112, 177, 255, .17);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
    overflow: hidden;
}

#order-standard_cart .view-cart-items-header {
    background: rgba(52, 127, 255, .1);
    border: 0;
    border-bottom: 1px solid rgba(112, 177, 255, .17);
    border-radius: 0;
    color: #edf7ff;
    font-family: inherit;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 18px 20px;
    text-transform: uppercase;
}

#order-standard_cart .view-cart-empty {
    color: #91a6c5;
    font-size: 1rem;
    padding: 42px 20px;
    text-align: center;
}

#order-standard_cart .view-cart-tabs {
    background: linear-gradient(150deg, #0b1d3b, #061126);
    border: 1px solid rgba(112, 177, 255, .17);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
    margin: 20px 0;
    overflow: hidden;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    background: rgba(52, 127, 255, .06);
    border: 0;
    border-bottom: 1px solid rgba(112, 177, 255, .17);
    display: flex;
    font-family: inherit;
    gap: 8px;
    margin: 0;
    padding: 10px;
}

#order-standard_cart .view-cart-tabs .nav-item {
    margin: 0;
}

#order-standard_cart .view-cart-tabs .nav-link {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #91a6c5;
    font-size: .88rem;
    font-weight: 700;
    padding: 10px 15px;
}

#order-standard_cart .view-cart-tabs .nav-link:hover {
    border-color: rgba(112, 177, 255, .2);
    color: #edf7ff;
}

#order-standard_cart .view-cart-tabs .nav-link.active,
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true] {
    background: linear-gradient(135deg, rgba(52, 127, 255, .24), rgba(102, 214, 255, .1));
    border-color: rgba(102, 214, 255, .26);
    color: #edf7ff;
}

#order-standard_cart .view-cart-tabs .tab-content {
    background: transparent;
    border: 0;
    color: #91a6c5;
    padding: 24px;
}

#order-standard_cart .view-cart-tabs .field,
#order-standard_cart .view-cart-tabs .form-control {
    background: #050d1e;
    border: 1px solid rgba(112, 177, 255, .26);
    border-radius: 11px;
    color: #e7f3ff;
    min-height: 48px;
}

#order-standard_cart .view-cart-tabs .field-icon {
    color: #66d6ff;
}

/*product price*/
.tt-single-product {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px dashed var(--border-color);
}
.tt-single-product:hover{
    box-shadow: 0 12px 24px -4px rgba(145, 158, 171, 0.16)
}
.tt-featured-badge{
    position: absolute;
    background: var(--danger);
    color: var(--white);
    font-size: 13px;
    line-height: inherit;
    border-top-left-radius: var(--custom-radius);
    top: -1px;
    left: -1px;
    width: 85px;
    height: 27px;
}
.tt-featured-badge:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 10px solid var(--white);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.tt-featured-badge .badge{
    padding: 0 10px;
}
.tt-product-desc span{
    font-size: 14px;
    display: inline-block;
    padding: 2px 0;
}
.tt-product-price .price{
    font-weight: 600;
    font-size: 20px;
    color: var(--danger);
}
.tt-product-price .tt-cycle,
.tt-product-price small{
    font-size: 13px;
}


.tt-group-featured-wrap{
    position: relative;
    display: block;
    border: 2px dashed var(--primary-light);
    padding: 30px;
}

.tt-group-features-list li {
    margin: 2px 0;
    width: 33%;
    display: inline-table;
}
.tt-group-features-list li i{
    color: var(--primary);
    margin-right: 8px;
}
.tt-group-head{
    position: absolute;
    top: -15px;
    background-color: var(--white);
    padding: 5px 10px;
}
@media (max-width: 480px){
    .tt-group-features-list li{
        width: 48%;
    }
}

@media (max-width: 991px){
    .tt-group-features-list li{
        width: 100%;
    }
}

/*domain search*/
.domain-promo-box{
    border: 2px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: var(--gray-light);
}
.domain-promo-box i{
    font-size: 2.75rem;
}
.domain-promo-box p{
    font-size: 13px;
}

.tt-domain-list-wrap{
    border: 1px solid var(--border-color);
}
.tt-domain-price-cycle:not(small){
   font-size: 13px;
    font-weight: 400;
}
.tld-sale-group{
    border-radius: 4px;
    padding: 1px 5px;
}
.domain-pricing .two-row-center{
    border-right: none !important;
    margin: 0;
}
.domain-pricing .tld-row{
    align-items: center;
}
.domain-checker-container{
    background: var(--gray-light);
}
.domain-checker-bg{
    padding: 55px 0;
}

#order-standard_cart .domain-checker-bg .default-captcha{
    max-width: 100%;
    background-color: var(--white);
    border: 2px dashed var(--primary-light);
    box-shadow: none;
}
#order-standard_cart .domain-checker-bg .captcha-container .form-control{
    padding: 3px;
}

#searchDomainInfo{
    padding: 35px;
    margin: 25px 0 !important;
    border: 2px dashed var(--primary-light);
    border-radius: var(--custom-radius);
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible{
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
}
#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable{
    font-size: 16px;
    margin-bottom: 0;
}
#order-standard_cart .domain-checker-available{
    font-size: 18px;
}
.domain-price span.price{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart  .tt-confirm-domain label{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-confirm-domain .form-control{
     background-color: var(--gray-light);
}
#order-standard_cart .secondary-cart-body h3{
    font-size: 18px;
}
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header div:nth-child(odd){
    border-color: transparent;
    padding-bottom: 0;
}
.domain-pricing .tld-pricing-header div:nth-child(odd),
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4{
    background-color: var(--gray-light);
    font-family: var(--font-family-monospace);
    font-weight: 500;
    font-size: 14px;
    border-top-left-radius: var(--custom-radius);
    border-top-right-radius: var(--custom-radius);
}

.featured-tld{
    border-radius: var(--custom-radius);
    box-shadow: 2px 4px 15px rgba(120, 120, 120, 0.10)
}
.featured-tld .img-container img {
    max-width: 50%;
    max-height: 100%;
}
.featured-tld .price{
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
}
.tt-domain-search-box input.form-control{
    border: none !important;
}
.spotlight-tld-container{
    min-width:20% !important;
}
.spotlight-tld-new, .spotlight-tld-hot, .spotlight-tld-sale{
    width: 85px;
    padding: 0;
    top: 5px;
    right: -22px;
}
.spotlight-tlds{
    padding: 0;
    background: transparent;
}
.spotlight-tld{
    height: 120px;
    padding: 15px;
    border: 2px dashed var(--primary-light);
}
.spotlight-tld span.available.price{
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: var(--heading-color);
}
.spotlight-tld .btn:not(.domain-contact-support){
    padding: 4px 12px;
    width: auto;
    background-color: var(--primary);
    border-color: var(--primary);
}

#orderSummary{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


/*domain renewals*/

.tt-domain-renewals{
    background-color: transparent;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
.tt-domain-renewals .domain-renewal,
.domain-renewals .domain-renewal:nth-child(even){
    background-color: transparent;
}
.tt-domain-renewals .domain-renewal:not(:last-of-type){
    border-bottom: 1px dashed var(--border-color);
}
.tt-domain-renewals .domain-renewal{
    border-bottom: none;
    padding: 20px;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc{
    font-weight: 400;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
    margin: 0;
}
.tt-renewal-form select.form-control{
    padding: 5px 6px;
    font-size: 12px;
}
.tt-renewal-form select{
    max-width: 70%;
    flex-basis: 70%;
}
.tt-renewal-form .tt-renewal-cart{
    flex-basis: 30%;
    text-align: right;
    padding-left: 10px;
}
.tt-renewal-form .tt-renewal-cart .btn{
    display: block;
    width: 100%;
}
/*checkout page*/
#order-standard_cart .field, #order-standard_cart .form-control{
    border-color: var(--border-color);
}
#order-standard_cart .prepend-icon .field-icon{
    height: 46px;
    line-height: 50px;
}
#order-standard_cart .field-icon i{
    color: var(--primary);
}
#order-standard_cart .account-select-container{
    border-right: inherit;
}

#order-standard_cart .account-select-container div.account{
    padding: 20px;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: transparent;
    margin-bottom: 15px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom){
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom{
    padding: 10px 20px;
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom label{
    font-weight: 500;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
}
#order-standard_cart .account-select-container div.account.active{
    background-color: var(--gray-light);
}
.tt-payment-container{
    margin: 35px 0 15px;
}
#order-standard_cart .cc-input-container{
    background-color: var(--gray-light);
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    font-family: var(--font-family-monospace);
}
/*Product addons*/
#order-standard_cart .products .product.tt-product-addons {
    border: 1px dashed var(--border-color);
    padding: 20px;

}
#order-standard_cart .products .product.tt-product-addons form{
    display: flex;
    flex-direction: column;
    height: 100%;
}

#order-standard_cart .products .product.tt-product-addons div.product-desc{
    padding: 0;
    font-size: 14px;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing{
    margin-bottom: 0;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span.price{
    font-family: var(--font-family-monospace);
    font-size: 18px;
    font-weight: 600;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span small{
    display: block;
    line-height: normal;
    font-size: 13px;
}
/* Search-focused VPS information section */
.fh-vps-seo {
    background:
        radial-gradient(circle at 85% 0, rgba(47, 125, 255, .22), transparent 25rem),
        linear-gradient(145deg, #0b1d3b, #050e1f 72%);
    border: 1px solid rgba(98, 208, 255, .24);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    color: #9cb0cc;
    line-height: 1.75;
    overflow: hidden;
    padding: clamp(24px, 4vw, 44px);
    position: relative;
}

/* Game-category cinematic hero */
.fh-game-hero {
    background: #061126;
    border: 1px solid rgba(102, 214, 255, .24);
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
    min-height: 360px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.fh-game-hero::after {
    background: linear-gradient(90deg, #347fff, #66d6ff, transparent 72%);
    content: '';
    height: 3px;
    inset: 0 0 auto;
    position: absolute;
    z-index: 3;
}

.fh-game-hero__art,
.fh-game-hero__shade {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.fh-game-hero__art { object-fit: cover; object-position: center; }
.fh-game-hero__shade { background: linear-gradient(90deg, rgba(3, 8, 23, .97) 0%, rgba(3, 8, 23, .88) 34%, rgba(3, 8, 23, .2) 68%, rgba(3, 8, 23, .05) 100%); }

.fh-game-hero__content {
    max-width: 570px;
    padding: 58px 54px;
    position: relative;
    z-index: 2;
}

.fh-game-hero__identity {
    align-items: center;
    background: rgba(8, 24, 54, .72);
    border: 1px solid rgba(102, 214, 255, .2);
    border-radius: 14px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 0 0 24px;
    padding: 12px 15px;
    width: fit-content;
}

.fh-game-hero__identity h1 {
    color: #f2f8ff !important;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.2;
    margin: 0;
}

.fh-game-hero__identity span {
    border-left: 1px solid rgba(102, 214, 255, .22);
    color: #8fb5dc;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 260px;
    padding-left: 14px;
}

.fh-game-hero__identity span:empty { display: none; }

.fh-game-hero--vps { min-height: 440px; }

/* Minecraft gamer storefront */
.fh-mc-store { position: relative; }
.fh-mc-store::before { background:radial-gradient(circle at 16% 18%,rgba(43,137,255,.13),transparent 22rem),radial-gradient(circle at 92% 42%,rgba(118,62,255,.1),transparent 24rem); content:''; inset:-30px -20px; pointer-events:none; position:absolute; z-index:-1; }
.fh-mc-store .fh-game-hero--mc { border-color:rgba(84,210,255,.38); box-shadow:0 30px 90px rgba(0,0,0,.48),0 0 55px rgba(31,130,255,.13); min-height:425px; }
.fh-mc-store .fh-game-hero--mc::before { background-image:linear-gradient(rgba(102,214,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(102,214,255,.045) 1px,transparent 1px); background-size:34px 34px; content:''; inset:0; pointer-events:none; position:absolute; z-index:2; }
.fh-mc-store .fh-game-hero--mc .fh-game-hero__content { max-width:600px; padding-bottom:48px; padding-top:48px; }
.fh-mc-store .fh-game-hero--mc .fh-game-hero__kicker { text-shadow:0 0 18px rgba(102,214,255,.75); }
.fh-mc-store .fh-game-hero--mc h2 { font-size:clamp(2.15rem,4.2vw,3.45rem); text-shadow:0 5px 25px rgba(0,0,0,.6); }

.fh-mc-store #products { margin-top:28px; }
.fh-mc-products-heading { margin:0 0 15px 2px; }
.fh-mc-products-heading span { color:#66d6ff; display:block; font-size:.6rem; font-weight:900; letter-spacing:.18em; margin-bottom:7px; text-shadow:0 0 15px rgba(102,214,255,.5); }
.fh-mc-products-heading h2 { color:#eef7ff !important; font-family:'Space Grotesk',sans-serif; font-size:clamp(1.7rem,3vw,2.5rem); font-weight:800; letter-spacing:-.04em; line-height:1.1; margin:0; }
.fh-mc-store .products .row { align-items:stretch; }
.fh-mc-store .products .row > [class*="col-"] { display:flex; }
.fh-mc-store .tt-single-product { background:linear-gradient(160deg,#0a1c39,#050e20) !important; border:1px solid rgba(99,190,255,.2) !important; border-radius:20px !important; box-shadow:0 24px 60px rgba(0,0,0,.32); display:flex; flex:1; flex-direction:column; overflow:hidden; padding:0 0 27px !important; position:relative; text-align:left !important; transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.fh-mc-store .tt-single-product:hover { border-color:rgba(102,214,255,.52) !important; box-shadow:0 30px 75px rgba(0,0,0,.42),0 0 35px rgba(52,127,255,.12); transform:translateY(-6px); }
.fh-mc-product-art { background-position:center; background-size:cover; border-bottom:1px solid rgba(102,214,255,.17); height:190px; overflow:hidden; position:relative; }
.fh-mc-product-art::after { background:linear-gradient(0deg,#08172f 0%,rgba(8,23,47,.1) 65%); content:''; inset:0; position:absolute; }
.fh-mc-product-art--forest { background-image:url('../assets/mc/mc-world-forest.webp'); }
.fh-mc-product-art--cave { background-image:url('../assets/mc/mc-world-cave.webp'); }
.fh-mc-product-art--sky { background-image:url('../assets/mc/mc-world-sky.webp'); }
.fh-mc-product-art > span { align-items:center; backdrop-filter:blur(8px); background:rgba(3,11,25,.62); border:1px solid rgba(102,214,255,.2); border-radius:999px; color:#d9f2ff; display:flex; font-size:.48rem; font-weight:900; gap:7px; left:14px; letter-spacing:.11em; padding:7px 9px; position:absolute; top:14px; z-index:2; }
.fh-mc-product-art > span i { background:#65e2ae; border-radius:50%; box-shadow:0 0 9px rgba(101,226,174,.9); height:6px; width:6px; }
.fh-mc-product-art > b { bottom:13px; color:rgba(213,235,255,.7); font-size:.48rem; letter-spacing:.15em; position:absolute; right:15px; z-index:2; }
.fh-mc-store .tt-featured-badge { right:14px; top:14px; z-index:4; }
.fh-mc-store .tt-featured-badge .badge { background:linear-gradient(135deg,#7b49ff,#347fff) !important; box-shadow:0 8px 20px rgba(80,67,255,.35); }
.fh-mc-store .tt-product-name,.fh-mc-store .tt-product-price,.fh-mc-store .tt-single-product > div:not(.fh-mc-product-art):not(.tt-featured-badge),.fh-mc-store .tt-single-product > .btn { margin-left:22px !important; margin-right:22px !important; }
.fh-mc-store .tt-product-name { padding-top:20px; }
.fh-mc-store .tt-product-name h5 { color:#f1f8ff !important; font-family:'Space Grotesk',sans-serif; font-size:1.25rem; letter-spacing:-.025em; }
.fh-mc-store .tt-product-price .price { color:#67d8ff !important; font-family:'Space Grotesk',sans-serif; font-size:2rem !important; font-weight:800; text-shadow:0 0 22px rgba(60,177,255,.24); }
.fh-mc-store .tt-cycle { color:#6f87a8 !important; }
.fh-mc-store .tt-product-desc { color:#849bbb; flex:1; font-size:.72rem; line-height:1.55; }
.fh-mc-store .tt-product-desc ul { display:grid; gap:7px; list-style:none; padding:0; }
.fh-mc-store .tt-product-desc li { background:rgba(52,127,255,.055); border:1px solid rgba(112,177,255,.09); border-radius:8px; color:#8fa8c7; padding:8px 9px; }
.fh-mc-store .tt-product-desc li::before { color:#65e2ae; content:'◆'; font-size:.45rem; margin-right:7px; }
.fh-mc-store .btn-order-now { align-items:center; background:linear-gradient(135deg,#347fff,#174ec2) !important; border:1px solid rgba(255,255,255,.11) !important; border-radius:10px !important; box-shadow:0 13px 28px rgba(28,91,210,.3); display:flex; font-weight:800; justify-content:center; margin-top:auto !important; min-height:45px; }
.fh-mc-store .btn-order-now::after { content:'→'; margin-left:9px; transition:transform .2s ease; }
.fh-mc-store .btn-order-now:hover::after { transform:translateX(4px); }

.fh-mc-world-banner { background:#061126; border:1px solid rgba(102,214,255,.24); border-radius:23px; box-shadow:0 28px 75px rgba(0,0,0,.36); min-height:410px; margin:45px 0 12px; overflow:hidden; position:relative; }
.fh-mc-world-banner::after { background:linear-gradient(90deg,#347fff,#66d6ff,transparent 72%); content:''; height:3px; inset:0 0 auto; position:absolute; z-index:4; }
.fh-mc-world-banner > img,.fh-mc-world-banner__shade { height:100%; inset:0; object-fit:cover; position:absolute; width:100%; }
.fh-mc-world-banner > img { object-position:center; }
.fh-mc-world-banner__shade { background:linear-gradient(90deg,rgba(3,8,22,.98) 0%,rgba(3,8,22,.87) 39%,rgba(3,8,22,.08) 74%); }
.fh-mc-world-banner__content { max-width:590px; padding:58px 48px; position:relative; z-index:2; }
.fh-mc-world-banner__content > span { color:#66d6ff; display:block; font-size:.57rem; font-weight:900; letter-spacing:.17em; margin-bottom:15px; }
.fh-mc-world-banner__content h2 { color:#f1f8ff !important; font-family:'Space Grotesk',sans-serif; font-size:clamp(2rem,4vw,3.3rem); letter-spacing:-.05em; line-height:1.02; margin:0; }
.fh-mc-world-banner__content p { color:#91a8c5; font-size:.8rem; line-height:1.7; margin:18px 0 23px; }
.fh-mc-world-banner__content > div { display:flex; flex-wrap:wrap; gap:8px; }
.fh-mc-world-banner__content b { align-items:center; backdrop-filter:blur(8px); background:rgba(12,36,73,.58); border:1px solid rgba(102,214,255,.13); border-radius:999px; color:#c8def7; display:flex; font-size:.58rem; gap:6px; padding:8px 10px; }
.fh-mc-world-banner__content b i { color:#66d6ff; }
.fh-mc-store .fh-vps-seo { background:radial-gradient(circle at 100% 0,rgba(92,49,255,.13),transparent 28rem),linear-gradient(150deg,#0a1b38,#050e20) !important; border-color:rgba(101,185,255,.2) !important; box-shadow:0 25px 70px rgba(0,0,0,.25); }

@media (max-width:767.98px) {
    .fh-mc-store .fh-game-hero--mc { min-height:485px; }
    .fh-mc-store .fh-game-hero--mc .fh-game-hero__content { padding:38px 25px 88px; }
    .fh-mc-store .fh-game-hero--mc h2 { font-size:2.35rem; }
    .fh-mc-world-banner { min-height:520px; }
    .fh-mc-world-banner > img { object-position:67% center; }
    .fh-mc-world-banner__shade { background:linear-gradient(90deg,rgba(3,8,22,.95),rgba(3,8,22,.55)),linear-gradient(0deg,rgba(3,8,22,.92),transparent); }
    .fh-mc-world-banner__content { padding:42px 25px; }
}

.fh-game-hero__kicker {
    color: #66d6ff;
    display: block;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .17em;
    margin-bottom: 13px;
}

.fh-game-hero h2 {
    color: #f2f8ff !important;
    font-size: clamp(2rem, 4vw, 3.15rem);
    letter-spacing: -.04em;
    line-height: 1.03;
    margin: 0 0 17px;
    max-width: 520px;
}

.fh-game-hero p {
    color: #a6b9d1;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 25px;
    max-width: 510px;
}

.fh-game-hero__cta {
    align-items: center;
    background: linear-gradient(135deg, #347fff, #1755cb);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    box-shadow: 0 13px 30px rgba(30, 96, 222, .3);
    color: #fff !important;
    display: inline-flex;
    font-size: .88rem;
    font-weight: 800;
    gap: 10px;
    padding: 12px 18px;
    text-decoration: none !important;
    transition: filter .2s ease, transform .2s ease;
}

.fh-game-hero__cta:hover { filter: brightness(1.1); transform: translateY(-2px); }
.fh-game-hero__status { bottom: 20px; color: rgba(224, 239, 255, .75); font-size: .7rem; font-weight: 700; letter-spacing: .05em; position: absolute; right: 24px; z-index: 2; }
.fh-game-hero__status span { background: #66e6b1; border-radius: 50%; box-shadow: 0 0 12px rgba(102, 230, 177, .8); display: inline-block; height: 7px; margin-right: 8px; width: 7px; }

@media (max-width: 767.98px) {
    .fh-game-hero { min-height: 430px; }
    .fh-game-hero__art { object-position: 67% center; }
    .fh-game-hero__shade { background: linear-gradient(90deg, rgba(3,8,23,.96), rgba(3,8,23,.68)), linear-gradient(0deg, rgba(3,8,23,.92), transparent 70%); }
    .fh-game-hero__content { padding: 44px 28px 90px; }
    .fh-game-hero__status { bottom: 24px; left: 28px; right: auto; }
    .fh-game-hero__identity { align-items: flex-start; flex-direction: column; gap: 7px; }
    .fh-game-hero__identity span { border-left: 0; padding-left: 0; }
}

.fh-vps-seo::before {
    background: linear-gradient(90deg, #2f7dff, #62d0ff, transparent 75%);
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fh-vps-seo h2,
.fh-vps-seo h3 {
    color: #f1f7ff !important;
}

.fh-vps-seo h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    letter-spacing: -.025em;
}

.fh-vps-seo h3 {
    font-size: 1.05rem;
    margin-top: 1rem;
}

.fh-vps-seo .fh-vps-faq h3 {
    border-top: 1px solid rgba(111, 178, 255, .15);
    margin-bottom: .45rem;
    padding-top: 1.25rem;
}

.fh-vps-seo .fh-seo-intro {
    max-width: 780px;
}

.fh-vps-seo .fh-seo-intro > p {
    color: #a8bad2;
    font-size: 1rem;
    margin: 1rem 0 0;
}

.fh-vps-seo .fh-seo-kicker {
    color: #62d0ff;
    display: inline-block;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: .7rem;
}

.fh-vps-seo .fh-seo-feature-grid {
    margin-top: 2rem;
}

.fh-vps-seo .fh-seo-feature-grid > div {
    display: flex;
    margin-bottom: 1rem;
}

.fh-vps-seo .fh-seo-feature-card {
    background: linear-gradient(155deg, rgba(20, 49, 96, .76), rgba(5, 16, 36, .88));
    border: 1px solid rgba(111, 190, 255, .24);
    border-radius: 16px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 14px 30px rgba(0, 0, 0, .16);
    padding: 1.5rem;
    transition: border-color .2s ease, transform .2s ease;
    width: 100%;
}

.fh-vps-seo .fh-seo-feature-card:hover {
    border-color: rgba(98, 208, 255, .4);
    transform: translateY(-3px);
}

.fh-vps-seo .fh-seo-feature-icon {
    align-items: center;
    background: rgba(47, 125, 255, .14);
    border: 1px solid rgba(98, 208, 255, .25);
    border-radius: 11px;
    color: #62d0ff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-bottom: .9rem;
    width: 42px;
}

.fh-vps-seo .fh-seo-feature-card h3 {
    margin: 0 0 .55rem;
}

.fh-vps-seo .fh-seo-feature-card p {
    color: #91a6c4;
    margin: 0;
}

.fh-vps-seo .fh-seo-faq-heading {
    margin-top: 2.75rem;
}

.fh-vps-seo .fh-seo-faq-heading h2 {
    margin-bottom: 1.25rem;
}

.fh-vps-seo .fh-vps-faq details {
    background: linear-gradient(100deg, rgba(12, 35, 72, .8), rgba(4, 14, 32, .72));
    border: 1px solid rgba(111, 190, 255, .2);
    border-radius: 12px;
    margin-bottom: .7rem;
    overflow: hidden;
}

.fh-vps-seo .fh-vps-faq summary {
    color: #edf6ff;
    cursor: pointer;
    font-size: .98rem;
    font-weight: 700;
    list-style: none;
    padding: 1rem 3rem 1rem 1.15rem;
    position: relative;
}

.fh-vps-seo .fh-vps-faq summary::-webkit-details-marker {
    display: none;
}

.fh-vps-seo .fh-vps-faq summary::after {
    color: #62d0ff;
    content: '+';
    font-size: 1.35rem;
    position: absolute;
    right: 1.15rem;
    top: .72rem;
}

.fh-vps-seo .fh-vps-faq details[open] summary::after {
    content: '−';
}

.fh-vps-seo .fh-vps-faq details[open] {
    border-color: rgba(98, 208, 255, .38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.fh-vps-seo .fh-vps-faq details p {
    border-top: 1px solid rgba(111, 178, 255, .11);
    color: #9fb2cc;
    margin: 0;
    padding: 1rem 1.15rem 1.15rem;
}

@media (max-width: 767.98px) {
    .fh-vps-seo .fh-seo-feature-card:hover {
        transform: none;
    }
}

/* Visual operating-system selector on product configuration pages */
#order-standard_cart #frmConfigureProduct .fh-cycle-field {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .fh-cycle-picker__native {
    height: 1px !important;
    left: -9999px !important;
    min-height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

#order-standard_cart .fh-cycle-picker {
    background:
        radial-gradient(circle at 100% 0, rgba(52, 127, 255, .15), transparent 21rem),
        linear-gradient(150deg, rgba(10, 29, 59, .98), rgba(5, 14, 31, .99));
    border: 1px solid rgba(112, 177, 255, .19);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: clamp(20px, 3vw, 30px);
    position: relative;
}

#order-standard_cart .fh-cycle-picker::before {
    background: linear-gradient(90deg, #347fff, #66d6ff, transparent 72%);
    content: '';
    height: 2px;
    inset: 0 0 auto;
    position: absolute;
}

#order-standard_cart .fh-cycle-picker__head {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

#order-standard_cart .fh-cycle-picker__head > div:first-child > span {
    color: #66d6ff;
    display: block;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 6px;
}

#order-standard_cart .fh-cycle-picker__head h3 {
    color: #f0f7ff !important;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
    letter-spacing: -.035em;
    margin: 0 0 7px !important;
}

#order-standard_cart .fh-cycle-picker__head p {
    color: #879dbb !important;
    font-size: .76rem;
    line-height: 1.6;
    margin: 0;
}

#order-standard_cart .fh-cycle-picker__status {
    background: rgba(52, 127, 255, .09);
    border: 1px solid rgba(102, 214, 255, .2);
    border-radius: 999px;
    color: #9edfff;
    flex: none;
    font-size: .62rem;
    font-weight: 800;
    padding: 8px 11px;
}

#order-standard_cart .fh-cycle-picker__status i { margin-right: 5px; }
#order-standard_cart .fh-cycle-picker__badges { align-items: center; display: flex; flex-direction: row; flex: none; flex-wrap: nowrap; gap: 8px; }

#order-standard_cart .fh-cycle-picker__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#order-standard_cart .fh-cycle-picker__option {
    align-items: center;
    background: rgba(7, 20, 43, .78);
    border: 1px solid rgba(112, 177, 255, .16);
    border-radius: 15px;
    color: #dfeeff;
    cursor: pointer;
    display: grid;
    gap: 13px;
    grid-template-columns: 48px minmax(0, 1fr) auto 18px;
    min-height: 94px;
    padding: 15px 17px;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#order-standard_cart .fh-cycle-picker__option:hover {
    border-color: rgba(102, 214, 255, .42);
    transform: translateY(-2px);
}

#order-standard_cart .fh-cycle-picker__option.is-active {
    background: linear-gradient(145deg, rgba(52, 127, 255, .22), rgba(9, 27, 58, .94));
    border-color: rgba(102, 214, 255, .68);
    box-shadow: 0 0 0 3px rgba(102, 214, 255, .08), 0 15px 30px rgba(0, 0, 0, .2);
}

#order-standard_cart .fh-cycle-picker__icon {
    align-items: center;
    background: rgba(52, 127, 255, .11);
    border: 1px solid rgba(102, 214, 255, .17);
    border-radius: 12px;
    color: #66d6ff;
    display: flex;
    font-size: 1.15rem;
    height: 48px;
    justify-content: center;
    width: 48px;
}

#order-standard_cart .fh-cycle-picker__copy { display: flex; flex-direction: column; min-width: 0; }
#order-standard_cart .fh-cycle-picker__copy strong { color: #edf6ff; font-size: .82rem; }
#order-standard_cart .fh-cycle-picker__copy small { color: #7188a7; font-size: .61rem; margin-top: 4px; }
#order-standard_cart .fh-cycle-picker__price { align-items: flex-end; color: #a9bdd7; display: flex; flex-direction: column; font-size: .68rem; max-width: 180px; text-align: right; }
#order-standard_cart .fh-cycle-picker__price > strong { color: #d9e9fa; font-size: .7rem; font-weight: 800; line-height: 1.35; }
#order-standard_cart .fh-cycle-picker__monthly { background: rgba(102, 214, 255, .08); border: 1px solid rgba(102, 214, 255, .14); border-radius: 999px; color: #78dfff; font-size: .58rem; font-weight: 900; margin-top: 6px; padding: 4px 7px; white-space: nowrap; }
#order-standard_cart .fh-cycle-picker__check { color: #50698a; font-size: .9rem; }
#order-standard_cart .fh-cycle-picker__option.is-active .fh-cycle-picker__check { color: #66d6ff; }

@media (max-width: 767.98px) {
    #order-standard_cart .fh-cycle-picker__head { display: block; }
    #order-standard_cart .fh-cycle-picker__badges { align-items: flex-start; flex-direction: row; flex-wrap: wrap; margin-top: 14px; }
    #order-standard_cart .fh-cycle-picker__status { display: inline-block; }
    #order-standard_cart .fh-cycle-picker__grid { grid-template-columns: 1fr; }
}

@media (max-width: 479.98px) {
    #order-standard_cart .fh-cycle-picker { padding: 18px; }
    #order-standard_cart .fh-cycle-picker__option { gap: 10px; grid-template-columns: 42px minmax(0, 1fr) 18px; padding: 13px; }
    #order-standard_cart .fh-cycle-picker__icon { height: 42px; width: 42px; }
    #order-standard_cart .fh-cycle-picker__price { align-items: flex-start; grid-column: 2 / -1; max-width: none; text-align: left; }
}

#order-standard_cart .fh-os-option-column {
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

#order-standard_cart #frmConfigureProduct #productConfigurableOptions > .row > .fh-os-option-column {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}

#order-standard_cart #frmConfigureProduct #productConfigurableOptions > .row.fh-os-option-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
}

#order-standard_cart #frmConfigureProduct #productConfigurableOptions > .row.fh-os-option-row > * {
    grid-column: 1 !important;
    max-width: 100% !important;
    width: 100% !important;
}

#order-standard_cart .fh-os-picker__native {
    height: 1px !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
}

#order-standard_cart .fh-os-picker {
    background:
        radial-gradient(circle at 100% 0, rgba(52, 127, 255, .12), transparent 22rem),
        linear-gradient(150deg, rgba(10, 29, 59, .98), rgba(5, 14, 31, .99));
    border: 1px solid rgba(112, 177, 255, .19);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
    margin-top: 5px;
    min-height: 520px;
    overflow: hidden;
    padding: clamp(20px, 3vw, 30px);
    position: relative;
    width: 100%;
}

#order-standard_cart .fh-os-picker::before {
    background: linear-gradient(90deg, #347fff, #66d6ff, transparent 72%);
    content: '';
    height: 2px;
    inset: 0 0 auto;
    position: absolute;
}

#order-standard_cart .fh-os-picker__head {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

#order-standard_cart .fh-os-picker__head > div:first-child > span,
#order-standard_cart .fh-os-picker__version-title > span {
    color: #66d6ff;
    display: block;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 6px;
}

#order-standard_cart .fh-os-picker__head h3 {
    color: #f0f7ff !important;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
    letter-spacing: -.035em;
    margin: 0 0 7px !important;
}

#order-standard_cart .fh-os-picker__head p {
    color: #879dbb !important;
    font-size: .76rem;
    line-height: 1.6;
    margin: 0;
}

#order-standard_cart .fh-os-picker__secure {
    background: rgba(81, 218, 166, .07);
    border: 1px solid rgba(81, 218, 166, .18);
    border-radius: 999px;
    color: #8adfbe;
    flex: none;
    font-size: .62rem;
    font-weight: 800;
    padding: 8px 11px;
}

#order-standard_cart .fh-os-picker__secure i { margin-right: 5px; }

#order-standard_cart .fh-os-picker__families {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

#order-standard_cart .fh-os-picker__family {
    align-items: center;
    background: rgba(7, 20, 43, .78);
    border: 1px solid rgba(112, 177, 255, .16);
    border-radius: 15px;
    color: #dfeeff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 158px;
    padding: 22px 14px 18px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#order-standard_cart .fh-os-picker__family:hover {
    border-color: rgba(102, 214, 255, .38);
    transform: translateY(-2px);
}

#order-standard_cart .fh-os-picker__family.is-active {
    background: linear-gradient(150deg, rgba(52, 127, 255, .2), rgba(10, 30, 62, .9));
    border-color: rgba(102, 214, 255, .68);
    box-shadow: 0 0 0 3px rgba(102, 214, 255, .07), 0 15px 30px rgba(0, 0, 0, .2);
}

#order-standard_cart .fh-os-picker__logo {
    align-items: center;
    background: rgba(52, 127, 255, .1);
    border: 1px solid rgba(112, 177, 255, .14);
    border-radius: 12px;
    color: #66d6ff;
    display: flex;
    font-size: 1.75rem;
    height: 52px;
    justify-content: center;
    margin-bottom: 12px;
    width: 52px;
}

#order-standard_cart .fh-os-picker__logo--windows { color: #27b7f2; }
#order-standard_cart .fh-os-picker__logo--ubuntu { color: #ef7044; }
#order-standard_cart .fh-os-picker__logo--debian { color: #db4774; }
#order-standard_cart .fh-os-picker__logo svg { display: block; height: 34px; width: 34px; }
#order-standard_cart .fh-os-picker__logo--centos { color: #ad76dc; }
#order-standard_cart .fh-os-picker__logo--fedora { color: #6ea4ec; }
#order-standard_cart .fh-os-picker__logo--freebsd { color: #ef6d62; }
#order-standard_cart .fh-os-picker__logo--rocky,
#order-standard_cart .fh-os-picker__logo--alma { color: #5bd39a; }
#order-standard_cart .fh-os-picker__logo--cloudlinux { color: #68b9ff; }
#order-standard_cart .fh-os-picker__logo--oracle { color: #ef6d62; }
#order-standard_cart .fh-os-picker__logo--arch { color: #61b9e8; }
#order-standard_cart .fh-os-picker__logo--game-minecraft { color: #65d477; }
#order-standard_cart .fh-os-picker__logo--game-gta { color: #f2b85b; }
#order-standard_cart .fh-os-picker__logo--game-source { color: #ee704f; }
#order-standard_cart .fh-os-picker__logo--game-survival { color: #d6a96c; }
#order-standard_cart .fh-os-picker__logo--game-building { color: #66d6ff; }
#order-standard_cart .fh-os-picker__logo--game-voice { color: #8d9dff; }
#order-standard_cart .fh-os-picker__logo--game-apps { color: #66d6ff; }
#order-standard_cart .fh-os-picker__logo--game-other { color: #b5c8df; }

#order-standard_cart .fh-os-picker__mark { font-family: 'Space Grotesk', sans-serif; font-weight: 800; }
#order-standard_cart .fh-os-picker__family strong { color: #e8f3ff; font-size: .9rem; line-height: 1.35; overflow-wrap: anywhere; text-align: center; }
#order-standard_cart .fh-os-picker__family small { color: #7189a7; font-size: .64rem; margin-top: 6px; }

#order-standard_cart .fh-os-picker__versions {
    border-top: 1px solid rgba(112, 177, 255, .12);
    margin-top: 24px;
    padding-top: 20px;
}

#order-standard_cart .fh-os-picker__version-title {
    align-items: flex-end;
    display: flex;
    gap: 9px;
    margin-bottom: 11px;
}

#order-standard_cart .fh-os-picker__version-title > span { margin: 0; }
#order-standard_cart .fh-os-picker__version-title strong { color: #cfe2f7; font-size: .69rem; }
#order-standard_cart .fh-os-picker__version-grid { display: flex; flex-wrap: wrap; gap: 9px; }
#order-standard_cart .fh-os-picker__empty { background: rgba(52, 127, 255, .06); border: 1px dashed rgba(112, 177, 255, .2); border-radius: 11px; color: #7189a8; font-size: .68rem; padding: 13px 15px; width: 100%; }
#order-standard_cart .fh-os-picker__empty i { color: #66d6ff; margin-right: 7px; }

#order-standard_cart .fh-os-picker__version {
    align-items: center;
    background: #050e20;
    border: 1px solid rgba(112, 177, 255, .16);
    border-radius: 11px;
    color: #91a8c6;
    cursor: pointer;
    display: flex;
    flex: 1 1 calc(50% - 9px);
    font-size: .76rem;
    font-weight: 700;
    gap: 7px;
    min-height: 52px;
    padding: 12px 15px;
    text-align: left;
}

#order-standard_cart .fh-os-picker__version span { line-height: 1.45; overflow-wrap: anywhere; white-space: normal; }

#order-standard_cart .fh-os-picker__version i { color: #496483; }
#order-standard_cart .fh-os-picker__version:hover { border-color: rgba(102, 214, 255, .38); color: #dbeeff; }
#order-standard_cart .fh-os-picker__version.is-active { background: rgba(52, 127, 255, .15); border-color: rgba(102, 214, 255, .58); color: #edf7ff; }
#order-standard_cart .fh-os-picker__version.is-active i { color: #66d6ff; }

@media (max-width: 1199.98px) {
    #order-standard_cart .fh-os-picker__families { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    #order-standard_cart .fh-os-picker__head { display: block; }
    #order-standard_cart .fh-os-picker__secure { display: inline-block; margin-top: 14px; }
    #order-standard_cart .fh-os-picker__families { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #order-standard_cart .fh-os-picker__family { min-height: 126px; }
    #order-standard_cart .fh-os-picker__version { flex: 1 1 100%; justify-content: flex-start; }
}

@media (max-width: 479.98px) {
    #order-standard_cart .fh-os-picker { min-height: 0; padding: 18px; }
    #order-standard_cart .fh-os-picker__families { grid-template-columns: 1fr; }
    #order-standard_cart .fh-os-picker__family { min-height: 118px; }
}
