:root {
    --weeb-primary: #7c3aed;
    --weeb-primary-2: #a855f7;
    --weeb-orange: #c084fc;
    --weeb-bg: #000;
    --weeb-card: rgba(124, 58, 237, 0.14);
    --weeb-card-2: rgba(168, 85, 247, 0.18);
    --weeb-border: rgba(168, 85, 247, 0.22);
    --weeb-text: rgba(245, 240, 255, 0.92);
    --weeb-text-muted: rgba(223, 211, 255, 0.72);
}

@font-face {
    font-family: 'Arlon';
    src: url('../../../../assets/fonts/arlon/Arlon-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arlon';
    src: url('../../../../assets/fonts/arlon/Arlon-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arlon';
    src: url('../../../../assets/fonts/arlon/Arlon-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arlon';
    src: url('../../../../assets/fonts/arlon/Arlon-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Arlon', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    letter-spacing: 0.01em;
}

#order-standard_cart .btn,
#order-standard_cart .btn-sm,
#order-standard_cart .btn-lg {
    border-radius: 999px;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-checkout,
#order-standard_cart .btn-success,
#order-standard_cart .btn-default,
#order-standard_cart .btn-danger,
#order-standard_cart .btn-warning,
#order-standard_cart .btn-info {
    border-radius: 999px;
    font-weight: 600;
}

#order-standard_cart .form-check-input[type="checkbox"],
#order-standard_cart input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background 160ms ease, border-color 160ms ease;
}

#order-standard_cart .form-check-input[type="checkbox"]::after,
#order-standard_cart input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    transition: transform 160ms ease;
}

#order-standard_cart .form-check-input[type="checkbox"]:checked,
#order-standard_cart input[type="checkbox"]:checked {
    background: var(--weeb-primary-2);
    border-color: rgba(255, 255, 255, 0.28);
}

#order-standard_cart .form-check-input[type="checkbox"]:checked::after,
#order-standard_cart input[type="checkbox"]:checked::after {
    transform: translateX(20px);
}

#order-standard_cart .form-check-input[type="checkbox"]:focus,
#order-standard_cart input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.25);
}

body {
    background: radial-gradient(1200px 800px at 15% 0%, rgba(124, 58, 237, 0.38), rgba(124, 58, 237, 0) 62%),
        radial-gradient(900px 700px at 90% 20%, rgba(168, 85, 247, 0.28), rgba(168, 85, 247, 0) 58%),
        linear-gradient(115deg, #000 0%, #04010a 45%, #000 100%);
    color: var(--weeb-text);
}

#order-standard_cart {
    background: transparent !important;
}

#order-standard_cart,
#order-standard_cart .primary-content,
#order-standard_cart .secondary-content,
#order-standard_cart .panel,
#order-standard_cart .sidebar,
#order-standard_cart .summary-container,
#order-standard_cart .cart-body,
#order-standard_cart .domain-selection,
#order-standard_cart .view-cart-items {
    color: var(--weeb-text);
}

#order-standard_cart .bg-white,
#order-standard_cart .bg-light,
#order-standard_cart .bg-white *,
#order-standard_cart .bg-light * {
    color: var(--weeb-text-muted);
}

#order-standard_cart .bg-white a,
#order-standard_cart .bg-light a {
    color: #3800d7;
}

#order-standard_cart .bg-white a:hover,
#order-standard_cart .bg-light a:hover {
    color: #2c00ad;
}

#order-standard_cart a,
#order-standard_cart a:focus {
    color: rgba(192, 132, 252, 0.95);
}

#order-standard_cart a:hover {
    color: #fff;
}

#order-standard_cart .primary-content,
#order-standard_cart .secondary-content,
#order-standard_cart .panel,
#order-standard_cart .summary-container,
#order-standard_cart .cart-body,
#order-standard_cart .domain-selection,
#order-standard_cart .view-cart-items {
    border-radius: 18px;
    border: 1px solid var(--weeb-border);
    background: linear-gradient(135deg, var(--weeb-card), rgba(0, 0, 0, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#order-standard_cart .products {
    border: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

#order-standard_cart .products > .row {
    margin: 0;
}

#order-standard_cart .products .row.row-eq-height {
    display: contents;
}

#order-standard_cart .products .row-eq-height > [class*="col-"] {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    flex: none !important;
    justify-self: stretch;
}

@media (min-width: 768px) {
    #order-standard_cart .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (min-width: 992px) {
    #order-standard_cart .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

#order-standard_cart .product header span {
    color: #fff !important;
    font-weight: 600;
    font-size: 24px;
}

#order-standard_cart .product .product-desc {
    font-size: 19px;
    line-height: 1.5;
}

#order-standard_cart .product {
    display: flex;
    flex-direction: column;
}

#order-standard_cart .product .product-desc {
    float: none !important;
    width: 100% !important;
}

#order-standard_cart .product .product-desc li {
    font-size: 18px;
    margin: 0.35rem 0;
}

#order-standard_cart .product .product-desc ul {
    margin-bottom: 0;
}

#order-standard_cart .product footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    clear: both;
}

#order-standard_cart .product .product-pricing {
    width: 100%;
    text-align: center;
    float: none !important;
    clear: both;
}

#order-standard_cart .product .product-pricing .price {
    font-size: 28px;
}

#order-standard_cart .product .btn-order-now {
    width: 100%;
    text-align: center;
    float: none !important;
    clear: both;
}

#order-standard_cart .product .btn-order-icon-only {
    width: auto;
    height: auto;
    padding: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #fff;
}

#order-standard_cart .product .btn-order-icon-only i {
    font-size: 30px;
    line-height: 1;
}

#order-standard_cart .product .btn-order-icon-only:hover,
#order-standard_cart .product .btn-order-icon-only:focus {
    background: transparent !important;
    box-shadow: none !important;
    transform: translateY(-1px);
}

#order-standard_cart .btn:not(.btn-link):not(.btn-order-icon-only) {
    height: auto !important;
    min-height: 0 !important;
    padding: 10px !important;
}

#order-standard_cart .product .product-pricing .cycle {
    font-size: 16px;
    opacity: 0.9;
    margin-left: 6px;
}

#order-standard_cart .product {
    border-radius: 22px;
}

#order-standard_cart .domain-checker-container,
#order-standard_cart .domain-checker-container .domain-checker-bg,
#order-standard_cart #DomainSearchResults,
#order-standard_cart #spotlightTlds,
#order-standard_cart .spotlight-tlds,
#order-standard_cart .spotlight-tlds-container {
    background: transparent !important;
}

#order-standard_cart .domain-checker-container {
    border-radius: 22px;
    border: 1px solid var(--weeb-border);
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#order-standard_cart .domain-checker-container .input-group-box,
#order-standard_cart .captcha-container .default-captcha > div {
    border-radius: 18px;
    border: 1px solid rgba(171, 184, 195, 0.4);
    background: rgba(255, 255, 255, 0.85);
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-checkout,
#order-standard_cart .btn-success {
    background: linear-gradient(135deg, var(--weeb-primary) 0%, var(--weeb-primary-2) 100%);
    border: 0;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.22);
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-checkout:hover,
#order-standard_cart .btn-success:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #a855f7 100%);
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.28);
}

#order-standard_cart .btn-link,
#order-standard_cart .btn-link:hover {
    color: #fff;
}

#order-standard_cart .alert,
#order-standard_cart .notice {
    border-radius: 14px;
    border: 1px solid var(--weeb-border);
    background: rgba(255, 255, 255, 0.06);
    color: var(--weeb-text);
}

#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart .input-group-text {
    border-radius: 12px;
}

#order-standard_cart .badge,
#order-standard_cart .label,
#order-standard_cart .domain-warning .badge {
    border-radius: 999px;
}

#order-standard_cart .order-summary,
#order-standard_cart #orderSummary {
    border-radius: 18px;
    border: 1px solid var(--weeb-border);
    background: rgba(255, 255, 255, 0.06);
}

#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .order-summary .total-due-today span {
    color: #fff;
}

#order-standard_cart .order-summary .btn-checkout {
    background: linear-gradient(135deg, var(--weeb-primary-2) 0%, #e9d5ff 120%);
    box-shadow: 0 10px 24px rgba(168, 85, 247, 0.22);
    color: #111;
}

#order-standard_cart .order-summary .btn-checkout:hover {
    background: linear-gradient(135deg, #c084fc 0%, #e9d5ff 120%);
    box-shadow: 0 12px 28px rgba(168, 85, 247, 0.28);
}

#order-standard_cart .product,
.products .product {
    border-radius: 18px;
    border: 1px solid var(--weeb-border);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

#order-standard_cart .product header,
#order-standard_cart .product footer,
.products .product header,
.products .product footer {
    background: transparent;
    border: 0;
}

#order-standard_cart .product header,
.products .product header {
    padding: 16px 18px 0;
}

#order-standard_cart .product footer,
.products .product footer {
    padding: 0 18px 18px;
}

#order-standard_cart .product header span,
#order-standard_cart .product header .qty,
.products .product header span,
.products .product header .qty {
    color: #fff;
}

#order-standard_cart .product .product-desc,
.products .product .product-desc {
    padding: 10px 18px 10px;
    color: rgba(255, 255, 255, 0.85);
}

#order-standard_cart .product .product-desc p,
#order-standard_cart .product .product-desc li,
#order-standard_cart .product .product-desc span,
.products .product .product-desc p,
.products .product .product-desc li,
.products .product .product-desc span {
    color: rgba(255, 255, 255, 0.82);
}

#order-standard_cart .product .product-pricing,
.products .product .product-pricing {
    color: rgba(255, 255, 255, 0.85);
}

#order-standard_cart .product .product-pricing .price,
.products .product .product-pricing .price {
    color: #fff;
}

#order-standard_cart .product .btn-order-now,
.products .product .btn-order-now {
    border-radius: 999px;
    background: linear-gradient(135deg, var(--weeb-primary) 0%, var(--weeb-primary-2) 100%);
    border: 0;
    box-shadow: 0 10px 24px rgba(56, 0, 215, 0.22);
}

#order-standard_cart .product .btn-order-now:hover,
.products .product .btn-order-now:hover {
    background: linear-gradient(135deg, #2c00ad 0%, #3800d7 100%);
    box-shadow: 0 12px 28px rgba(56, 0, 215, 0.28);
}

.weeb-product-popular {
    border-color: rgba(168, 85, 247, 0.55) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22), 0 0 0 2px rgba(168, 85, 247, 0.22) !important;
}

.weeb-badge-popular {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--weeb-primary-2) 0%, #e9d5ff 120%);
    color: #111;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.weeb-email-intro {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--weeb-border);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.weeb-email-hook {
    margin: 0 0 12px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
}

.weeb-compare-table {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-compare-table thead th {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.weeb-compare-table td,
.weeb-compare-table th {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    vertical-align: middle;
}

.weeb-compare-popular {
    background: rgba(168, 85, 247, 0.14);
    color: #fff;
    font-weight: 700;
}
