﻿/* CSS For the My Account Page */
.my-account-section-heading {
    background-color: black;
    color: white;
    height: 24px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
}

.my-account-user-name {
    color: #444;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}

.my-account-company-name {
    color: #888;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 10px;
}

.my-account-field-heading {
    color: #888;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.my-account-field-heading-bottom {
    color: #888;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.my-account-field-data {
    color: black;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.my-account-field-data-top {
    color: black;
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 6px;
}

.my-account-qualify-pack-qty {
    position: relative;
    color: #85bf28cc;
    font-size: 64px;
    top: 0px;
    left: 12px;
    font-weight: 900;
}

.my-account-qualify-pack-qty-color {
    color: #85bf28;
    font-weight: 600;
}

.my-account-pack-lengths {
    position: absolute;
    color: #444444;
    font-size: 10px;
    top: 8px;
    left: -3px;
    font-weight: 900;
    transform: rotate(-90deg);
}

.my-account-qualify-pack-heading {
    color: #85bf28cc;
    font-size: 22px;
    position: relative;
    top: -24px;
    left: 92px;
    font-weight: 600;
}

.my-account-qualify-pack-description {
    color: #888888;
    font-size: 16px;
    position: relative;
    top: -24px;
    left: 92px;
    font-weight: 500;
}

.my-account-upgrade-pack-qty {
    position: relative;
    color: #ff013ccc;
    font-size: 64px;
    top: 0px;
    left: 12px;
    font-weight: 900;
}

.my-account-upgrade-pack-qty-color {
    color: #ff013c;
    font-weight: 600;
}

.my-account-upgrade-pack-heading {
    color: #ff013ccc;
    font-size: 22px;
    position: relative;
    top: -24px;
    left: 92px;
    font-weight: 600;
}

.my-account-upgrade-pack-description {
    color: #888888;
    font-size: 16px;
    position: relative;
    top: -24px;
    left: 92px;
    font-weight: 500;
}

.my-account-bullet-point-text {
    color: #777777;
    font-size: 16px;
    position: relative;
    top: -24px;
    left: 92px;
    font-weight: 600;
}

.glitch-button, .glitch-button::after {
    width: 100%;
    height: 36px;
    font-size: 20px;
    text-align: right;
    background: linear-gradient(45deg, transparent 5%, #000000 5%);
    border: none;
    color: #ffffff;
    line-height: 36px;
    outline: transparent;
    position: relative;
    margin-bottom: 6px;
}

    .glitch-button:focus {
        outline: none;
    }

    .glitch-button::after {
        --slice-0: inset(50% 50% 50% 50%);
        --slice-1: inset(80% -6px 0 0);
        --slice-2: inset(50% -6px 30% 0);
        --slice-3: inset(10% -6px 85% 0);
        --slice-4: inset(40% -6px 43% 0);
        --slice-5: inset(80% -6px 5% 0);
        content: 'MAKE A SELECTION';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
        text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
        clip-path: var(--slice-0);
    }

    .glitch-button:hover::after {
        animation: 1s glitch;
        animation-timing-function: steps(2, end);
    }

.glitch-button-default, .glitch-button-default::after {
    border-right: 6px #555555 solid;
}

.glitch-button-selected, .glitch-button-selected::after {
    border-right: 6px #ff013c solid;
}

.order-button, .order-button::after {
    width: 100%;
    height: 36px;
    font-size: 20px;
    text-align: right;
    background: linear-gradient(45deg, transparent 5%, #85bf28 5%);
    border: 0;
    color: #ffffff;
    line-height: 36px;
    outline: transparent;
    position: relative;
    margin-bottom: 6px;
}

    .order-button:focus {
        outline: none;
    }

    .order-button::after {
        --slice-0: inset(50% 50% 50% 50%);
        --slice-1: inset(80% -6px 0 0);
        --slice-2: inset(50% -6px 30% 0);
        --slice-3: inset(10% -6px 85% 0);
        --slice-4: inset(40% -6px 43% 0);
        --slice-5: inset(80% -6px 5% 0);
        content: 'NEW ORDER NOW';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
        text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
        clip-path: var(--slice-0);
        border: none;
    }

    .order-button:hover::after {
        animation: 1s glitch;
        animation-timing-function: steps(2, end);
    }

.order-button-default, .order-button-default::after {
    border-right: 6px #52731d solid;
}

.order-button-selected, .order-button-selected::after {
    border-right: 6px #ff013c solid;
}

@keyframes glitch {
    0% {
        clip-path: var(--slice-1);
        transform: translate(-20px, -10px);
    }

    10% {
        clip-path: var(--slice-3);
        transform: translate(10px, 10px);
    }

    20% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 10px);
    }

    30% {
        clip-path: var(--slice-3);
        transform: translate(0px, 5px);
    }

    40% {
        clip-path: var(--slice-2);
        transform: translate(-5px, 0px);
    }

    50% {
        clip-path: var(--slice-3);
        transform: translate(5px, 0px);
    }

    60% {
        clip-path: var(--slice-4);
        transform: translate(5px, 10px);
    }

    70% {
        clip-path: var(--slice-2);
        transform: translate(-10px, 10px);
    }

    80% {
        clip-path: var(--slice-5);
        transform: translate(20px, -10px);
    }

    90% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 0px);
    }

    100% {
        clip-path: var(--slice-1);
        transform: translate(0);
    }
}

.bullet-point:before {
    content: "\25AA \ \ ";
}

.add-product-button {
    width: 170px;
    height: 36px;
    font-size: 20px;
    text-align: right;
    background: linear-gradient(45deg, transparent 5%, #85bf28 5%);
    border: 0;
    color: #ffffff;
    outline: transparent;
    position: relative;
    padding-top: 5px;
    margin-right: 0px;
}

    .add-product-button:hover {
    }

    .add-product-button:focus {
        outline: none;
    }

.add-product-by-code-button {
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(45deg, transparent 5%, #85bf28 5%);
    border: 0;
    color: #ffffff;
    outline: transparent;
    position: relative;
    margin-left: -1px;
    padding-top: 3px;
}

    .add-product-by-code-button:hover {
    }

    .add-product-by-code-button:focus {
        outline: none;
    }

.add-product-by-code-text {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
}

.add-product-card {
    left: 50%;
    top: 24px;
    margin-left: -400px;
    width: 800px;
}

.add-product-heading {
    font-size: 26px;
    font-weight: 300;
    color: #000;
}

.add-product-subheading {
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
    color: #111;
}

/* CSS For My Account View */
.product-card {
    position: relative;
    background: #444;
    width: 252px;
    height: 150px;
    margin: 1px 1px -3px 1px;
    /*border: solid 1px #ddd;*/
}

    .product-card:hover {
        cursor: pointer;
    }

        .product-card:hover .product-card-name {
            right: 48px;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-product-name {
            right: 28px;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-color-name {
            right: 28px;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-valid-locations {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-available-colors {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-group-available-colors {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-ordering-code {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-arrow-right {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-product-arrow-right {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-card-description {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-color-large-silver {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-color-large-midnight {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

        .product-card:hover .product-color-large-gold {
            opacity: 100;
            transition: ease-in-out 0.4s;
        }

.product-card-name {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 116px;
    right: 8px;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    transition: ease-in-out 0.4s;
}

.product-card-product-name {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 124px;
    right: 8px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    transition: ease-in-out 0.4s;
}

.product-card-color-name {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 124px;
    right: 8px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    transition: ease-in-out 0.4s;
}

.product-card-description {
    position: absolute;
    opacity: 0;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-align: left;
    top: 4px;
    left: 8px;
    width: 140px;
    transition: ease-in-out 0.4s;
}

.product-card-valid-locations {
    position: absolute;
    opacity: 0;
    font-size: 11px;
    color: #fff;
    text-align: right;
    top: 3px;
    right: 8px;
    transition: ease-in-out 0.4s;
}

.product-card-ordering-code {
    position: absolute;
    opacity: 0;
    font-size: 11px;
    color: #fff;
    text-align: right;
    top: 16px;
    right: 8px;
    transition: ease-in-out 0.4s;
}

.product-card-arrow-right {
    opacity: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 109px;
    right: 8px;
    transition: ease-in-out 0.4s;
}

.product-card-product-arrow-right {
    opacity: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 124px;
    right: 8px;
    transition: ease-in-out 0.4s;
}

.product-available-colors {
    opacity: 0;
    position: absolute;
    top: 20px;
    text-align: right;
    width: 244px;
    transition: ease-in-out 0.4s;
}

.product-color-none {
    opacity: 0;
    width: 24px;
    height: 24px;
    background-color: #444;
    border-radius: 50%;
    display: inline-block;
    transition: ease-in-out 0.4s;
}

.product-color-silver {
    width: 24px;
    height: 24px;
    background-color: #949599;
    border-radius: 50%;
    display: inline-block;
    transition: ease-in-out 0.4s;
}

.product-color-midnight {
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 50%;
    transition: ease-in-out 0.4s;
    display: inline-block;
}

.product-color-gold {
    width: 24px;
    height: 24px;
    background-color: #AB9A6E;
    border-radius: 50%;
    display: inline-block;
    transition: ease-in-out 0.4s;
}

.product-color-large-silver {
    opacity: 0;
    width: 64px;
    height: 64px;
    background-color: #949599;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 36px;
    left: 16px;
}

.product-color-large-midnight {
    opacity: 0;
    width: 64px;
    height: 64px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 36px;
    left: 16px;
}

.product-color-large-gold {
    opacity: 0;
    width: 64px;
    height: 64px;
    background-color: #AB9A6E;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 36px;
    left: 16px;
}

/* Confirmation View */
.product-confirmation-card-image {
    position: absolute;
    background: #444;
    width: 252px;
    height: 300px;
    left: 21px;
    top: 80px;
}

.product-confirmation-card {
    position: absolute;
    background: #444;
    width: 758px;
    height: 300px;
    left: 21px;
    top: 80px;
}

.product-confirmation-name {
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 270px;
    right: 8px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    transition: ease-in-out 0.4s;
}

.product-confirmation-arrow-right {
    opacity: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 271px;
    right: 8px;
    transition: ease-in-out 0.4s;
}

.product-confirmation-card:hover .product-confirmation-name {
    right: 28px;
    transition: ease-in-out 0.4s;
}

.product-confirmation-card:hover .product-confirmation-arrow-right {
    opacity: 100;
    transition: ease-in-out 0.4s;
}

.product-confirmation-description {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #ddd;
    text-align: left;
    top: 10px;
    left: 290px;
    width: 140px;
}

.product-confirmation-titles {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 12px;
    color: #aaa;
    text-align: left;
    top: 10px;
    left: 290px;
    width: 140px;
}

.product-confirmation-locations {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ddd;
    text-align: right;
    top: 10px;
    right: 8px;
}

.product-confirmation-ordering-code {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    top: 24px;
    right: 8px;
}

.product-confirmation-per-unit {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #ddd;
    text-align: right;
    top: 190px;
    right: 8px;
}

.product-confirmation-total {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    top: 214px;
    right: 8px;
}

.product-confirmation-edit-quantity {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    background-color: #333;
    color: #eee;
    border: none;
    text-align: right;
    top: 270px;
    left: 354px;
    width: 80px;
    height: 44px;
    z-index: 1;
}

product-confirmation-edit-quantity:focus, input:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.product-confirmation-quantity-down {
    position: absolute;
    padding-right: 9px;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 500;
    background-color: #333;
    color: #aaa;
    border: none;
    text-align: right;
    top: 270px;
    left: 312px;
    width: 40px;
    height: 44px;
    z-index: 1;
}

    .product-confirmation-quantity-down:hover {
        color: #fff;
    }

.product-confirmation-quantity-up {
    position: absolute;
    padding-right: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 500;
    background-color: #333;
    color: #aaa;
    border: none;
    text-align: right;
    top: 270px;
    left: 436px;
    width: 40px;
    height: 44px;
    z-index: 1;
}

    .product-confirmation-quantity-up:hover {
        color: #fff;
    }

.product-confirmation-quantity-refresh {
    position: absolute;
    padding-right: 9px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    background-color: #333;
    color: #aaa;
    border: none;
    text-align: right;
    top: 270px;
    left: 478px;
    width: 40px;
    height: 44px;
    z-index: 1;
}

    .product-confirmation-quantity-refresh:hover {
        color: #fff;
    }

.product-confirmation-enter-ordering-code {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    background-color: #333;
    color: #eee;
    border: none;
    text-align: left;
    top: 270px;
    left: 312px;
    width: 250px;
    height: 44px;
    z-index: 1;
}

product-confirmation-enter-ordering-code:focus, input:focus {
    outline: none;
}

.product-card-not-recommended {
    opacity: 0;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

.product-card-recommended {
    opacity: 100;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}

.product-card:hover .product-card-recommended {
    opacity: 0;
    transition: ease-in-out 0.4s;
}

.product-confirmation-silver {
    width: 64px;
    height: 64px;
    background-color: #949599;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 48px;
    left: 687px;
}

.product-confirmation-midnight {
    width: 64px;
    height: 64px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 48px;
    left: 687px;
}

.product-confirmation-gold {
    width: 64px;
    height: 64px;
    background-color: #AB9A6E;
    border-radius: 50%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 48px;
    left: 687px;
}

.product-confirmation-image {
    background-color: #fff;
    width: 258px;
    height: 286px;
    border-radius: 3%;
    position: absolute;
    transition: ease-in-out 0.4s;
    top: 86px;
    left: 28px;
    z-index: 1;
    aspect-ratio: unset;
}

/* Card Separator */
.product-card-dots-top {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    top: -4px;
    left: 272px;
    height: 8px;
    width: 8px;
}

.product-card-dots-1 {
    position: absolute;
    border-left: dotted 4px #fff;
    top: 6px;
    left: 274px;
    height: 286px;
    width: 8px;
}

.product-card-dots-bottom {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    top: 296px;
    left: 272px;
    height: 8px;
    width: 8px;
}
