/*

Theme Name: Grievers Club
Theme URI: https://grievers.club/
Description: Theme for Grievers Club.
Version: 1.0
Author: Joe Mendonca
Author URI: https://electricmonument.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #2f3dff;
	color: #000000;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
	margin: 0;
	overflow: visible;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border: 0px none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
    height: 100%;
    overflow: visible;
    position: relative;
}

.container {
    height: auto;
    overflow: visible;
}

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/

.section {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: relative;
}

.section-2 {
    margin-top: -40vh;
}

.section-3 {
    background: url(imgs/background-pink.jpg);
    background-size: 100% auto;
    display: block;
    height: auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/

.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.grid-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

/*--------------------------------------------------------------
Grid Content
--------------------------------------------------------------*/

.box {
    height: 150px;
    position: relative;
    transform-origin: center;
    width: 80%;
}

.box img {
    height: auto;
    width: 100%;
}

.grid-item:nth-of-type(3) .box {
    width: 90%;
}

.grid-item:last-of-type .box {
    width: 60%;
}

.grid-item:last-of-type .box img {
    margin-left: 26%;
    width: 80%;
}

.motorcycle,
.motorcycle-bolts {
    position: absolute;
}

.motorcycle-bolts {
    opacity: 0.1;
}

.slide-box img {
    height: auto;
    transform: rotate(-10deg);
    width: 200px;
}

.box-center {
    margin-left: calc(50vw - 340px);
    position: relative;
    width: 680px;
}

.slide-box {
    height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    z-index: 1;
}

.top-section {
    position: absolute;
    top: 0;
}

.section-2 .top-section {
    color: #ffffff;
    opacity: 0.25;
    position: fixed;
    top: 50vh;
    transform: scale(0);
    transform-origin: center;
}

.section-2 .top-section,
.section-3 .top-section {
    font-size: 84px;
    font-weight: 600;
    line-height: 94px;
    margin-left: 25%;
    text-align: center;
    width: 50%;
}

.section-3 .top-section {
    display: block;
    margin-top: 80px;
    position: relative;
}

.label {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.section-3 .label {
    margin-bottom: -8px;
}

/*--------------------------------------------------------------
Three Stars
--------------------------------------------------------------*/

.three-stars {
    margin-top: 6px;
}

.section-3 .three-stars {
    filter: invert();
}

.three-stars img {
    animation: starsSpin 4s linear infinite;
    height: auto;
    margin-right: 4px;
    width: 30px;
}

.three-stars img:first-of-type {
    animation: starsSpin 5s linear infinite;
}

.three-stars img:nth-of-type(2) {
    animation: starsSpin 6s linear infinite;
}

.three-stars img:last-of-type {
    animation: starsSpin 5.5s linear infinite;
}

@keyframes starsSpin {
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    padding: 40px 30px;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    z-index: 20;
}

.logo {
    height: auto;
    width: 250px;
}

.guitar-lady,
.lettering {
    height: auto;
    margin: 80px 0px 0px 0px;
    width: 100%;
}

.lettering {
    animation: opacityLoop 8s infinite;
    position: absolute;
}

@keyframes opacityLoop {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.9;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

.made-with-love {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translate(-50%, 0%);
    width: 350px;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

nav {
    float: right;
    margin-top: 20px;
}

.button {
    border: 2px solid #000000;
    border-radius: 100px;
    color: #000000;
    font-size: 21px;
    font-weight: 900;
    margin-right: 30px;
    padding: 16px 27px 16px 99px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}


.button:hover {
    background-color: #000000;
    border: 2px solid #ffffff;
    filter: invert();
    transition: 0.3s ease;
}

.button-shop:hover {
    background-color: #ffffff;
    border: 2px solid #000000;
}

.button-white {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.button:last-of-type {
    margin-right: 0px;
}

.button-shop {
    background-image: url(imgs/button-shop.png);
    background-color: #fff200;
    background-position: 38px 6px;
    background-repeat: no-repeat;
    background-size: 45px auto;
}

.button-cart {
    background-image: url(imgs/button-cart.png);
    background-color: #000fff;
    background-position: 47px 6px;
    background-repeat: no-repeat;
    background-size: 34px auto;
}

/*--------------------------------------------------------------
Video Background
--------------------------------------------------------------*/

.video-background {
    animation: blurLoop 8s infinite;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
}

.video {
    opacity: 0.3;
    size: cover;
}

.background-color {
    background: #2f3dff;
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes blurLoop {
    0% {
        filter: blur(0px);
    }
    25% {
        filter: blur(1px);
    }
    50% {
        filter: blur(0.5px);
    }
    75% {
        filter: blur(1.75px);
    }
    100% {
        filter: blur(0px);
    }
}

/*--------------------------------------------------------------
Slide Up Animation
--------------------------------------------------------------*/

.slide-up {
    opacity: 0;
    transform: translateY(100px);
    will-change: transform, opacity;
}

/*--------------------------------------------------------------
Ticker
--------------------------------------------------------------*/

.home-ticker-main {
    height: calc(100vh - 2px);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateY(0px);
    transition: opacity 0s ease, transform 0s ease;
    width: 100%;
    z-index: 20;
}

.home-ticker-main.visible {
    opacity: 1;
    transform: translateY(0);
}

.home-ticker {
    border: 1px solid #000000;
    overflow: hidden;
    pointer-events: none;
    width: calc(100vw - 2px);
    z-index: 10;
}

.ticker {
    background: url(imgs/background-pink.jpg);
    background-size: 100% auto;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 4px 0px 4px 0px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 100vw;
    z-index: 2;
}

.ticker:nth-of-type(2) {
    right: calc(-100vw + 14px);
    top: -15px;
    transform: rotate(90deg);
    transform-origin: left center;
    z-index: 3;
}

.ticker:nth-of-type(3) {
    bottom: 0;
    top: auto;
    transform: rotate(180deg);
}

.ticker:nth-of-type(4) {
    left: calc(-100vw + 14px);
    top: -10px;
    transform: rotate(-90deg);
    transform-origin: right center;
    z-index: 1;
}

.ticker-item img {
    animation: starsSpin 24s linear infinite;
    filter: invert();
    float: left;
    height: 13px;
    margin: 4px 15px 0px 15px;
    width: auto;
}

.ticker-horizontal-ltr .ticker-content {
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}

/*--------------------------------------------------------------
Product Grid
--------------------------------------------------------------*/

.product-grid {
    float: left;
    padding: 120px 58px 40px 58px;
    width: calc(100% - 116px);
}

.products {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.product {
    padding-bottom: 40px;
    text-align: center;
}

.product-top,
.product-description {
    border-bottom: 1px solid #000000;
    border-top: 0px;
    float: left;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 100%;
}

.product-top span,
.product-description span {
    float: left;
}

.product h2,
.product-price {
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0px 10px 10px;
    width: calc(50% - 10px);
}

.product-price {
    border-left: 1px solid #000000;
    width: calc(50% - 11px);
}

.product-half {
    float: left;
    width: 50%;
}

.product-description {
    padding: 10px 10px 10px 10px;
    width: calc(100% - 20px);
}

.product .quantity-input,
.product select {
    background: transparent;
    border: 0px solid #000000;
    border-radius: 0px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px 10px 10px;
    text-indent: 0px;
    width: calc(100% - 10px);
}

.product select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-variations {
    border-bottom: 1px solid #000000;
    float: left;
    width: 100%;
}

.product-bottom {
    border-bottom: 2px solid #000000;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.product-half {
    float: left;
    font-weight: 600;
    padding: 10px 0px 10px 10px;
    text-align: left;
    width: calc(50% - 10px);
}

.product-quantity,
.product-variation {
    border-left: 1px solid #000000;
    padding: 0px;
    width: calc(50% - 1px);
}

.product-variation {
    position: relative;
}

.product-variation svg {
    pointer-events: none;
    position: absolute;
    right: -6px;
    top: 8px;
}

.product-variation-active svg {
    transform: rotate(180deg);
}

.custom-quantity button,
.custom-quantity input {
    float: left;
}

.custom-quantity button {
    background: transparent;
    border: 0px solid #000000;
    font-size: 22px;
    font-weight: 400;
    padding: 7px 10px 6px 10px;
}

.custom-quantity input {
    padding-inline: 0px !important;
    text-align: center !important;
    width: 36px !important;
}

.product img {
    border: 2px solid #000000;
    float: left;
    height: auto;
    width: calc(100% - 4px);
}

.product img:nth-of-type(2) {
    display: none;
}

.product-thumbnail {
    float: left;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

.product-category {
    background: #ffcbed;
    border: 2px solid #000000;
    border-radius: 100px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    padding: 8px 14px 8px 14px;
    position: absolute;
    text-transform: uppercase;
    top: 50px;
    transform: translate(-50%, -50%);
}

.single_add_to_cart_button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button--full-width,
.wc-block-components-button {
    background: #000fff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    display: block;
    font-size: 21px;
    font-weight: 900;
    margin: 0 auto;
    padding: 16px 27px 16px 27px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.single_add_to_cart_button:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button--full-width:hover,
.wc-block-components-button:hover {
    filter: invert();
    transition: 0.3s ease;
}

.added-to-cart-notification {
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 4px;
}

.added-to-cart-notification a {
    border-bottom: 1px solid #ed1c24;
    color: #ed1c24;
    text-decoration: none;
}

/*--------------------------------------------------------------
WooCommmerce Cart
--------------------------------------------------------------*/

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    float: left;
    font-size: 18px;
    padding: 220px 60px 0px 60px;
    width: calc(100% - 120px);
}

.wc-block-components-panel,
.wc-block-components-totals-coupon,
.wc-block-components-totals-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.section-cart {
    height: auto;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-cart a,
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-checkout a {
    color: #ffffff;
}

.wp-block-woocommerce-cart a,
.wp-block-woocommerce-checkout a {
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

.wc-block-components-product-metadata__description,
.wp-block-product-new,
.is-style-dots,
.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title::before{
    display: none;
}

.wc-block-cart-item__image > a,
.wc-block-components-product-name {
    border-bottom: 0px !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    margin-top: 20px;
}

.wc-block-components-text-input.wc-block-components-totals-coupon__input input,
.wc-block-checkout input,
.wc-block-checkout textarea,
.wc-blocks-components-select__container {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #ffffff !important;
}

.wc-block-components-text-input.wc-block-components-totals-coupon__input label,
.wc-block-checkout label,
.wc-blocks-components-select__select,
.p-FieldLabel,
.wc-block-components-text-input.wc-block-components-address-form__email,
.woocommerce-checkout .label,
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-address-form label {
    color: #ffffff !important;
}

.wc-block-components-totals-coupon__content button {
    background: transparent;
    border: 0px;
    color: #ffffff;
    display: block !important;
    float: left;
    font-size: 18px;
    font-weight: 900;
    min-height: auto !important;
    padding: 0px !important;
    text-align: right !important;
    text-transform: uppercase;
    width: auto !important;
}

input[type="radio"] {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
}

.wp-block-woocommerce-cart .wc-block-components-radio-control__option-layout {
    padding-left: 12px;
}

/*--------------------------------------------------------------
WooCommmerce Checkout
--------------------------------------------------------------*/

.wc-block-checkout {
    float: left;
    font-size: 18px;
    padding: 192px 40px 0px 40px;
    width: calc(100% - 80px);
}

.wc-block-checkout p,
.wc-block-components-checkout-step__description {
    font-size: 18px !important;
}

.wc-block-components-address-form input {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.wc-block-checkout svg,
.wc-blocks-components-select__container svg {
    fill: #ffffff !important;
    stroke: #ffffff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #fff200 !important;
    border: 0px !important;
    box-shadow: 0px !important;
}

.wc-block-components-checkout-step__description.wc-block-components-checkout-step__description-payments-aligned {
    display: none !important;
}

.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
    margin-bottom: 10px !important;
}

.wc-block-components-radio-control__option-layout {
    margin-left: -12px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #ffcbed !important;
}

/*--------------------------------------------------------------
WooCommmerce Order Received
--------------------------------------------------------------*/

.woocommerce-order-received .woocommerce-order {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding-top: 192px;
}

.woocommerce-order-received h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px !important;
}

.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received .woocommerce-order ul,
.woocommerce-order-received .woocommerce-order table {
    margin-bottom: 24px !important;
}

.woocommerce-order-received .woocommerce-order table {
    text-align: left;
}

.woocommerce-order-received .woocommerce-order th {
    padding-bottom: 6px;
    padding-right: 12px;
}

.woocommerce-table__product-name.product-name a {
    border-bottom: 0px !important;
    color: #ffffff;
    pointer-events: none;
    text-decoration: none;
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

#loading-screen {
    align-items: center;
    background-color: #000fff;
    background-image: url(imgs/background-blue.jpg);
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    width: 100%;
    z-index: 9999;
}

#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

.loading-spinner {
    text-align: center;
}

.loading-image {
    display: block;
    height: auto;
    width: 350px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    color: #ffffff;
    float: left;
    width: 100%;
}

footer span {
    display: block;
    margin-bottom: 24px;
}

footer span:nth-of-type(1) {
    font-size: 20px
}

.section-footer {
    display: block;
    min-height: 200px;
    padding: 120px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.pink-top {
    background: url(imgs/background-pink-bottom.png);
    background-position: bottom left;
    background-size: 50% auto;
    display: none;
    float: left;
    height: 6px;
    position: absolute;
    top: -2px;
    width: 100%;
}

.home .pink-top {
    display: block;
}

.footer-top {
    float: left;
    height: 70px;
    position: relative;
    width: 100%;
}

.footer-bottom {
    animation: blurLoop 10s infinite;
    float: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.skull-spinning {
    animation: blurLoop 4s infinite;
    height: 75px;
    left: 50%;
    position: absolute;
    top: 0px;
    transform: translate(-50%, -50%);
    width: auto;
}
