@media (max-width: 768px) {
    :root {
        overflow-x: hidden;
    }

    * {
        box-sizing: border-box;
    }

    body {
        min-height: 100vh;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }

    #main-content {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    nav,
    h1,
    section,
    .footer-content {
        width: 100%;
        padding: 0 20px;
    }

    h1 {
        margin-top: 100px;
        margin-bottom: 40px;
        font-size: 1.8rem;
        text-align: center;
    }

    section {
        margin-bottom: 60px;
    }

    header {
        height: 60px;
    }

    nav {
        height: 60px;
        padding: 0 15px;
    }

    nav a {
        font-size: 0.9rem;
        padding: 8px 12px;
        margin: 2px;
        -webkit-tap-highlight-color: transparent;
    }

    #cart-icon {
        margin-left: auto;
        padding: 8px;
    }

    nav .logo-link {
        padding: 8px 12px;
    }

    .logo-text {
        font-size: 0.9rem;
    }

    .logo-part2 {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    nav .logo {
        height: 28px;
        width: 28px;
    }

    .return-link {
        font-size: 0.9rem;
        padding: 8px 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-tap-highlight-color: transparent;
    }

    .card {
        padding: 20px 15px;
        border-radius: 16px;
        margin: 0 10px;
        -webkit-tap-highlight-color: transparent;
    }

    .card-title {
        font-size: 1.2rem;
        margin-left: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .sub-card-title {
        font-size: 1rem;
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .card-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .card-images img {
        height: 140px;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .object-name {
        font-size: 0.75rem;
        height: auto;
        min-height: 40px;
        margin-top: 8px;
    }

    .card-button {
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    #cart {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .cart-content {
        width: 100%;
    }

    .cart-header h2 {
        font-size: 1.5rem;
    }

    .cart-item {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

    .cart-item-header {
        width: 100%;
    }

    .cart-item-name {
        font-size: 1rem;
        width: auto;
        max-width: 200px;
    }

    .cart-item-price,
    .cart-item-units {
        font-size: 0.9rem;
    }

    .cart-footer {
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }

    .total-amount {
        font-size: 1.2rem;
        width: 100%;
    }

    .checkout-button,
    .checkout-button-disabled {
        height: 50px;
        font-size: 1rem;
        max-width: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    #cartItems {
        padding: 0 5px;
    }

    .search-container {
        width: 100%;
        padding: 0 20px 20px;
    }

    .search-box {
        padding: 8px;
        border-radius: 12px;
    }

    .search-box input {
        font-size: 1rem;
        -webkit-tap-highlight-color: transparent;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px;
        height: 4100px;
        margin-bottom: 40px;
    }

    .product-card,
    .product-card.show {
        width: 100%;
        max-width: 380px;
        padding: 20px;
        margin: 0 auto;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #100D1F;
        border: 1px solid rgba(229, 231, 235, 0.1);
        border-radius: 16px;
        min-height: 320px;
    }

    .product-image {
        max-height: 180px;
        width: 100%;
        object-fit: cover;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .product-title {
        font-size: 1rem;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: center;
        color: #f5f5f5;
        padding: 0 10px;
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-rp {
        display: none;
    }

    .product-price {
        height: 45px;
        background-color: #FFC010;
        padding: 0 25px;
        transform: skew(-20deg);
        transition: background-color 0.3s ease, transform 0.3s ease;
        width: fit-content;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .product-price span {
        color: black;
        font-size: 1.1rem;
        font-weight: bold;
        transform: skew(20deg);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .riotpoints-image {
        width: 20px;
        height: auto;
    }

    .pagination-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 20px 30px;
        display: flex !important;
        visibility: visible;
        opacity: 1;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        gap: 10px;
    }

    .pagination-button {
        width: 90px;
        padding: 10px 12px;
        font-size: 0.85rem;
        -webkit-tap-highlight-color: transparent;
        white-space: nowrap;
        background-color: #9b51e0;
        border: none;
        border-radius: 8px;
        color: #ffffff;
        font-weight: bold;
    }

    .pagination-button:hover:not([disabled]) {
        background-color: #803ab9;
        cursor: pointer;
    }

    .pagination-button[disabled] {
        background-color: #555;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .pagination-info {
        font-size: 0.8rem;
        white-space: nowrap;
        text-align: center;
        margin: 0;
        flex-shrink: 1;
        min-width: 100px;
        color: #bbb;
        font-weight: bold;
    }

    .modal-content {
        width: 90%;
        max-width: 340px;
        padding: 20px;
        border-radius: 16px;
    }

    #productImage,
    #modal-product-image {
        height: auto;
        width: 100%;
        max-width: 280px;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 12px;
        margin: 0 auto;
    }

    .modal-select {
        width: 100%;
        max-width: 100%;
    }

    .btn-primary {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        font-size: 0.9rem;
        -webkit-tap-highlight-color: transparent;
        border-radius: 10px;
    }

    .modal-title {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .close svg {
        width: 30px;
        height: 30px;
    }

    .accordion {
        width: 100%;
        padding: 0 20px;
    }

    .accordion__btn {
        padding: 1rem 1.2rem;
        font-size: 1rem;
        -webkit-tap-highlight-color: transparent;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .accordion__content p {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
    }

    .checkout {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 24px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .riot-id-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 24px;
        background-color: #1c1c1c;
        border-radius: 16px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid rgba(229, 231, 235, 0.08);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

    .riot-id-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    @media (min-width: 481px) {
        .riot-id-row {
            flex-direction: row;
        }
    }

    .riot-id-box {
        background-color: #282828;
        padding: 16px;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .label {
        display: block;
        font-size: 0.75rem;
        color: #999;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        letter-spacing: 0.5px;
    }

    .tagline-container {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .tagline-prefix {
        font-size: 1rem;
        font-weight: bold;
        color: #ffffff;
        padding-right: 8px;
        width: auto;
    }

    .value-input {
        font-size: 1rem;
        font-weight: 500;
        background-color: transparent;
        color: #ffffff;
        border: none;
        border-bottom: 1px solid #444;
        padding: 8px 0;
        width: 100%;
        outline: none;
        transition: border-color 0.3s ease;
        box-sizing: border-box;
    }

    .value-input:focus {
        border-bottom-color: #9b51e0;
    }

    .value-input::placeholder {
        color: #555;
        font-weight: normal;
    }

    .region-container,
    .delivery-container {
        background-color: #282828;
        padding: 16px;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .region-select {
        font-size: 1rem;
        font-weight: 500;
        background-color: #282828;
        color: #ffffff;
        border: none;
        width: 100%;
        outline: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zM2 5L0 3h4z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 8px center;
        background-size: 8px 10px;
        padding-right: 25px;
        cursor: pointer;
        border-bottom: 1px solid #444;
        padding-bottom: 8px;
    }

    .region-select:focus {
        border-bottom-color: #9b51e0;
    }

    .delivery-input {
        font-size: 1rem;
        font-weight: 500;
        background-color: transparent;
        color: #ffffff;
        border: none;
        width: 100%;
        outline: none;
        padding: 8px 0;
        border-bottom: 1px solid #444;
        transition: border-color 0.3s ease;
        box-sizing: border-box;
    }

    .delivery-input:focus {
        border-bottom-color: #9b51e0;
    }

    .delivery-input::placeholder {
        color: #555;
        font-weight: normal;
    }

    #paypal-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .total-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 5px;
        width: 100%;
        box-sizing: border-box;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
    }

    .total-label {
        font-size: 1.1rem;
        color: #aaa;
        font-weight: bold;
    }

    .total-amount-checkout {
        font-size: 1.4rem;
        font-weight: bold;
        color: #FFC010;
    }

    .checkout-button-disabled {
        width: 100%;
        height: 55px;
        background-color: #707070;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 55px;
        border-radius: 10px;
        text-align: center;
        opacity: 0.7;
        cursor: not-allowed;
        box-sizing: border-box;
        border: none;
        margin-top: 10px;
    }

    #paypal-button-container-warning {
        width: 100%;
        height: 55px;
        background-color: #e74c3c;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        line-height: 55px;
        border-radius: 10px;
        text-align: center;
        opacity: 0.9;
        cursor: not-allowed;
        box-sizing: border-box;
    }

    #buttons-container {
        width: 100%;
        margin-top: 10px;
    }

    .paypal-buttons {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 10px;
    }

    .paypal-buttons-context-iframe .paypal-buttons {
        min-height: 55px !important;
    }

    .order-details-container {
        width: 100%;
        max-width: 480px;
        padding: 0 24px;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order-details-card {
        background-color: #1c1c1c;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(229, 231, 235, 0.08);
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .order-details-header {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 192, 16, 0.2);
    }

    .order-details-header h1 {
        font-size: 1.6rem;
        color: #ffffff;
        margin: 0 0 15px 0;
        padding: 0;
        font-weight: bold;
        line-height: 1.3;
    }

    .invoice-number {
        font-size: 0.85rem;
        color: #888;
        font-weight: normal;
        background-color: #252525;
        padding: 8px 12px;
        border-radius: 8px;
        display: inline-block;
        word-break: break-all;
        font-family: monospace;
        letter-spacing: 0.5px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .order-info-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .order-info-section {
        background-color: #282828;
        border-radius: 10px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .order-info-section h3 {
        font-size: 1rem;
        color: #FFC010;
        margin: 0 0 12px 0;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 192, 16, 0.2);
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .info-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .info-row:last-child {
        margin-bottom: 0;
    }

    .info-label {
        font-size: 0.75rem;
        color: #999;
        margin-bottom: 4px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .info-value {
        font-size: 0.95rem;
        color: #ffffff;
        font-weight: 500;
        word-break: break-all;
        padding: 4px 0;
        line-height: 1.4;
    }

    .status-badge {
        display: inline-block;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 4px;
    }

    .status-completed {
        background-color: rgba(46, 204, 113, 0.15);
        color: #2ecc71;
        border: 1px solid rgba(46, 204, 113, 0.2);
    }

    .status-pending {
        background-color: rgba(241, 196, 15, 0.15);
        color: #f1c40f;
        border: 1px solid rgba(241, 196, 15, 0.2);
    }

    .order-items-table-container {
        overflow-x: auto;
        margin-bottom: 25px;
        -webkit-overflow-scrolling: touch;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .order-items-table {
        width: 100%;
        min-width: 100%;
        border-collapse: collapse;
        background-color: #282828;
    }

    .order-items-table thead {
        background-color: #303030;
    }

    .order-items-table th {
        padding: 12px 10px;
        text-align: left;
        font-size: 0.8rem;
        color: #FFC010;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 192, 16, 0.2);
        white-space: nowrap;
    }

    .order-items-table td {
        padding: 12px 10px;
        font-size: 0.9rem;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        vertical-align: middle;
    }

    .order-items-table tr:last-child td {
        border-bottom: none;
    }

    .item-name {
        font-weight: 500;
        color: #f5f5f5;
        line-height: 1.4;
    }

    .item-qty {
        text-align: center;
        color: #bbb;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .order-total-section {
        background-color: #282828;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        border: 1px solid rgba(255, 192, 16, 0.3);
        margin-top: 15px;
    }

    .order-actions {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
        width: 100%;
    }

    .action-button {
        padding: 16px 20px;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
        -webkit-tap-highlight-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    .btn-primary {
        background-color: #9b51e0;
        color: white;
        border: none;
    }

    .btn-primary:hover {
        background-color: #803ab9;
    }

    .btn-secondary {
        background-color: #333;
        color: white;
        border: 1px solid #555;
    }

    .btn-secondary:hover {
        background-color: #444;
    }

    .invoice-container {
        padding: 0 10px;
        margin: 0 auto;
        width: 100%;
    }

    .invoice-info {
        flex-direction: column;
        gap: 15px;
    }

    .invoice-info-section {
        width: 100%;
    }

    .products-table {
        display: block;
        overflow-x: auto;
    }

    .products-table th,
    .products-table td {
        padding: 10px;
        font-size: 0.85rem;
    }

    .products-table .product-img {
        width: 40px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .invoice-footer p {
        font-size: 0.9rem;
    }

    footer {
        flex-shrink: 0;
        margin-top: auto;
        padding: 30px 20px;
        width: 100%;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        text-align: center;
        margin: 15px 0;
        width: 100%;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }

    .articles {
        padding: 0 20px;
        margin: 0;
    }

    .content-wrapper {
        padding: 20px 0;
    }

    .skin-info-title,
    .elements-title,
    .chromas-title,
    .box-title {
        font-size: 1.4rem;
        margin-left: 5px;
    }

    .big-image {
        border-radius: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
    }

    .skin-purchase-button {
        padding: 14px 0;
        font-size: 1rem;
        -webkit-tap-highlight-color: transparent;
        border-radius: 10px;
    }

    .info-box,
    .elements-box,
    .chromas-box,
    .box,
    .description-box {
        padding: 15px;
        border-radius: 12px;
    }

    .elements-grid,
    .chromas-grid,
    .box-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .small-image {
        width: 100%;
        max-width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 8px;
    }

    .description-box table {
        font-size: 0.85rem;
    }

    .description-box th,
    .description-box td {
        padding: 8px 10px;
    }

    p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .card-button img,
    .product-card img {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }
}

@media (max-width: 480px) {

    .checkout,
    .order-details-container {
        padding: 0 20px;
    }

    .riot-id-info,
    .order-details-card {
        padding: 20px;
    }

    .card-images {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .card-images img {
        max-width: 200px;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .product-card,
    .product-card.show {
        padding: 18px;
        min-height: 300px;
        border-radius: 14px;
    }

    .product-image {
        max-height: 160px;
        border-radius: 10px;
    }

    .product-title {
        font-size: 0.95rem;
        min-height: 45px;
        margin-bottom: 12px;
    }

    .product-price {
        height: 40px;
        padding: 0 20px;
        border-radius: 8px;
    }

    .product-price span {
        font-size: 1rem;
    }

    .order-details-header h1 {
        font-size: 1.4rem;
    }

    .invoice-number {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .order-info-section {
        padding: 14px;
    }

    .order-items-table th,
    .order-items-table td {
        padding: 10px 8px;
        font-size: 0.8rem;
    }

    .total-amount {
        font-size: 1.5rem;
    }

    .action-button {
        padding: 14px 20px;
        font-size: 0.95rem;
    }

    .riot-id-box,
    .region-container,
    .delivery-container {
        padding: 14px;
    }

    .label {
        font-size: 0.7rem;
    }

    .value-input,
    .region-select,
    .delivery-input {
        font-size: 0.95rem;
        padding: 6px 0;
    }

    .total-amount-checkout {
        font-size: 1.3rem;
    }

    .pagination-container {
        padding: 0 15px 25px;
        gap: 8px;
    }

    .pagination-button {
        width: 85px;
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .pagination-info {
        font-size: 0.75rem;
        min-width: 90px;
    }

    h1 {
        font-size: 1.5rem;
        margin-top: 90px;
        margin-bottom: 30px;
    }

    nav a {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .logo-text {
        display: none;
    }

    .logo-part2 {
        display: none;
    }

    nav .logo {
        padding-right: 0;
    }

    .modal-content {
        width: 95%;
        max-width: 300px;
    }

    #productImage,
    #modal-product-image {
        height: auto;
        max-width: 240px;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-card,
    .product-card.show {
        width: 100%;
        min-height: 320px;
    }

    .product-image {
        max-height: 170px;
    }

    .card-images {
        grid-template-columns: repeat(3, 1fr);
    }

    #cart {
        max-width: 320px;
    }

    .order-info-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .order-info-section {
        flex: 1 1 calc(50% - 10px);
        min-width: 220px;
    }

    .riot-id-row {
        flex-direction: row;
    }

    .riot-id-box {
        flex: 1;
    }

    h1 {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    footer {
        padding: 20px;
    }
}

@media (max-width: 360px) {

    .checkout,
    .order-details-container {
        padding: 0 15px;
    }

    .riot-id-info,
    .order-details-card {
        padding: 15px;
    }

    .pagination-container {
        padding: 0 10px 20px;
        gap: 5px;
    }

    .pagination-button {
        width: 75px;
        padding: 6px 8px;
        font-size: 0.75rem;
    }

    .pagination-info {
        font-size: 0.7rem;
        min-width: 80px;
    }

    .product-card,
    .product-card.show {
        min-height: 280px;
        padding: 15px;
    }

    .product-image {
        max-height: 140px;
        border-radius: 8px;
    }

    .product-title {
        font-size: 0.9rem;
        min-height: 40px;
        margin-bottom: 10px;
    }

    .riotpoints-image {
        width: 18px;
    }

    .order-details-header h1 {
        font-size: 1.2rem;
    }

    .invoice-number {
        font-size: 0.75rem;
        padding: 5px 8px;
    }

    .order-info-section {
        padding: 12px;
    }

    .info-label {
        font-size: 0.7rem;
    }

    .info-value {
        font-size: 0.9rem;
        padding: 2px 0;
    }

    .order-items-table th,
    .order-items-table td {
        padding: 8px 6px;
        font-size: 0.75rem;
    }

    .total-amount {
        font-size: 1.3rem;
    }

    .action-button {
        padding: 12px 15px;
        font-size: 0.9rem;
        border-radius: 8px;
    }

    .riot-id-box,
    .region-container,
    .delivery-container {
        padding: 10px;
    }

    .label {
        font-size: 0.7rem;
        margin-bottom: 4px;
    }

    .value-input,
    .region-select,
    .delivery-input {
        font-size: 0.9rem;
        padding: 5px 0;
    }

    .total-label {
        font-size: 0.9rem;
    }

    .total-amount-checkout {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.4rem;
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .paypal-button {
        min-height: 55px !important;
    }

    .paypal-button-container {
        width: 100% !important;
    }

    .zoid-outlet {
        width: 100% !important;
    }

    input,
    select {
        font-size: 16px !important;
    }

    .value-input,
    .delivery-input {
        min-height: 44px;
    }

    .region-select {
        min-height: 44px;
    }
}