/*
Theme Name: GLAVORO
Theme URI: https://glavo.ro/
Author: Ervin | ervin-designs.eu
Author URI: https://ervin-designs.eu/
Description: Temă WordPress custom pentru GLAVORO, compatibilă cu WooCommerce.
Version: 1.1.0
Text Domain: glavoro
*/


/* =========================================================
   VARIABLES
========================================================= */

:root {
    --bg: #0b0b0c;
    --bg-secondary: #121214;

    --text: #ffffff;
    --muted: #a9a9ae;

    --orange: #ff6419;
    --orange-hover: #ff762f;

    --purple: #5b4a9f;
    --purple-dark: #332a62;

    --line: rgba(255, 255, 255, 0.10);

    --container: 1480px;
}


/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    background: var(--bg);
    color: var(--text);

    font-family: "Inter", Arial, Helvetica, sans-serif;

    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.admin-bar {
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font: inherit;
}

::selection {
    background: var(--orange);
    color: #fff;
}


/* =========================================================
   WORDPRESS FIXES
========================================================= */

#page,
.site,
.site-content,
main {
    margin: 0;
    padding: 0;
}

.entry-content {
    margin: 0;
}

.wp-site-blocks {
    padding: 0;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    width: 100%;
    min-height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px;

    background: #ff6419;
    color: #fff;

    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    position: relative;
    z-index: 100;
}

/* =========================================================
   HEADER
========================================================= */

.site-header {
    width: 100%;

    position: absolute;
    top: 34px;
    left: 0;
    right: 0;

    z-index: 99;

    background: transparent;
}


/* =========================================================
   NAVIGATION
========================================================= */

.nav {
    width: 100%;
    max-width: 100%;

    height: 88px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);

    margin: 0 auto;
}


/* LOGO */

.brand {
    display: inline-flex;
    flex-direction: column;

    color: #fff;

    font-size: 25px;
    line-height: 0.82;

    font-weight: 900;
    letter-spacing: -0.055em;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.brand:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.brand small {
    display: block;

    margin-top: 10px;

    font-size: 8px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 0.32em;
}


/* MENU */

.navlinks {
    display: flex;
    align-items: center;

    gap: 32px;

    color: #fff;

    font-size: 12px;
    font-weight: 800;
}

.navlinks > a {
    opacity: 0.72;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.navlinks > a:hover {
    opacity: 1;
    transform: translateY(-1px);
}


/* NAV BUY BUTTON */

.navlinks .nav-cta {
    min-height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    opacity: 1;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.07);

    color: #fff;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.navlinks .nav-cta:hover {
    opacity: 1;

    background: var(--orange);
    border-color: var(--orange);

    transform: translateY(-2px);
}


/* =========================================================
   HERO
========================================================= */

.hero {
    width: 100%;

    min-height: 100vh;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(400px, 0.95fr);

    align-items: center;

    gap: clamp(30px, 5vw, 90px);

    position: relative;

    overflow: hidden;

    padding:
        155px
        clamp(24px, 5.3vw, 86px)
        90px;

    background:

        radial-gradient(
            circle at 76% 48%,
            rgba(91, 74, 159, 0.22),
            transparent 25%
        ),

        radial-gradient(
            circle at 78% 52%,
            rgba(255, 100, 25, 0.12),
            transparent 34%
        ),

        linear-gradient(
            180deg,
            #151517 0%,
            #0b0b0c 100%
        );
}


/* subtle bottom fade */

.hero::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 140px;

    pointer-events: none;

    background:
        linear-gradient(
            to top,
            var(--bg),
            transparent
        );
}


/* =========================================================
   HERO COPY
========================================================= */

.hero-copy {
    width: 100%;
    max-width: 720px;

    position: relative;
    z-index: 5;
}


.kicker {
    margin: 0 0 20px;

    color: var(--orange);

    font-size: 12px;
    line-height: 1.4;

    font-weight: 900;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}


.hero h1 {
    margin: 0;

    color: #fff;

    font-size: clamp(58px, 6.3vw, 110px);

    line-height: 0.87;

    font-weight: 900;

    letter-spacing: -0.072em;

    text-transform: uppercase;
}


.hero h1 span {
    display: block;
}


.hero-description {
    max-width: 540px;

    margin: 28px 0 0;

    color: #bcbcc1;

    font-size: clamp(15px, 1.15vw, 18px);

    line-height: 1.65;
}


/* =========================================================
   PRICE
========================================================= */

.price-row {
    display: flex;
    align-items: baseline;

    gap: 13px;

    margin-top: 28px;
}


.price {
    color: #fff;

    font-size: 38px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -0.05em;
}


.old-price {
    color: #737379;

    font-size: 16px;

    font-weight: 600;

    text-decoration: line-through;
}


/* WooCommerce generated price */

.price .woocommerce-Price-amount,
.price .amount {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}


.old-price .woocommerce-Price-amount,
.old-price .amount {
    color: inherit;
    font-size: inherit;
}


/* =========================================================
   STOCK
========================================================= */

.stock {
    display: flex;
    align-items: center;

    gap: 9px;

    margin-top: 16px;

    color: #dedee2;

    font-size: 12px;

    font-weight: 800;
}


.stock-dot {
    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;

    background: #70d26c;

    box-shadow:
        0 0 15px rgba(112, 210, 108, 0.65);
}


/* =========================================================
   PROMO
========================================================= */

.promo {
    display: inline-flex;
    align-items: center;

    margin-top: 20px;

    padding: 12px 16px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.045);

    color: #e9e9eb;

    font-size: 11px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 0.025em;
}


/* =========================================================
   HERO BUTTON
========================================================= */

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 30px;
}


.primary-button {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 27px;

    border-radius: 999px;

    background: #fff;

    color: #111;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: 0.01em;

    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.32);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}


.primary-button:hover {
    transform: translateY(-2px);

    background: var(--orange);

    color: #fff;
}


.subnote {
    color: #8f9096;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================================
   HERO PRODUCT
========================================================= */

.hero-product {
    width: 100%;

    min-height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 4;
}


.hero-glow {
    width: min(38vw, 530px);

    aspect-ratio: 1;

    position: absolute;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 100, 25, 0.25),
            rgba(91, 74, 159, 0.17) 44%,
            transparent 72%
        );

    filter: blur(70px);
}


.hero-ring {
    width: min(37vw, 510px);

    aspect-ratio: 1;

    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 50%;
}


.hero-product > img {
    width: min(32vw, 430px);

    max-height: 70vh;

    position: relative;
    z-index: 3;

    object-fit: contain;

    filter:
        drop-shadow(
            0 42px 32px rgba(0, 0, 0, 0.7)
        );

    transform: rotate(-1deg);
}


/* =========================================================
   PRODUCT SECTION
========================================================= */

.product-section {
    width: 100%;

    padding:
        120px
        clamp(24px, 6vw, 96px);

    background: var(--bg);
}


.product-container {
    width: 100%;
    max-width: var(--container);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 0.95fr);

    align-items: center;

    gap: clamp(45px, 6vw, 90px);
}


.product-image {
    width: 100%;

    position: relative;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.06);

    border-radius: 30px;

    background: #070708;

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.38);
}


.product-image img {
    width: 100%;
    height: auto;

    object-fit: cover;
}


.overline {
    color: var(--orange);

    font-size: 11px;

    line-height: 1.4;

    font-weight: 900;

    letter-spacing: 0.18em;

    text-transform: uppercase;
}


.product-copy h2 {
    margin: 13px 0 24px;

    color: #fff;

    font-size: clamp(45px, 5vw, 82px);

    line-height: 0.92;

    font-weight: 900;

    letter-spacing: -0.065em;
}


.product-copy p {
    max-width: 600px;

    margin: 0;

    color: #aaaab0;

    font-size: 16px;

    line-height: 1.7;
}


.product-copy strong {
    color: #fff;
}


/* =========================================================
   BENEFITS
========================================================= */

.features {
    width: 100%;

    padding:
        10px
        clamp(24px, 6vw, 96px)
        120px;

    background: var(--bg);
}


.feature-grid {
    width: 100%;
    max-width: var(--container);

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 15px;
}


.feature-card {
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 30px;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 26px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.048),
            rgba(255, 255, 255, 0.018)
        );
}


.feature-number {
    width: 46px;
    height: 46px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            var(--purple),
            var(--orange)
        );

    color: #fff;

    font-size: 12px;

    font-weight: 900;
}


.feature-card h3 {
    margin: 0;

    color: #fff;

    font-size: 27px;

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -0.045em;
}


.feature-card p {
    margin: 12px 0 0;

    color: #999aa0;

    font-size: 14px;

    line-height: 1.6;
}


.feature-card strong {
    color: #fff;
}


/* =========================================================
   WHY SECTION
========================================================= */

.why-section {
    width: 100%;

    padding:
        120px
        clamp(24px, 6vw, 96px);

    background: #efede8;

    color: #111;
}


.why-container {
    width: 100%;
    max-width: var(--container);

    margin: 0 auto;
}


.why-container h2 {
    max-width: 1000px;

    margin: 13px 0 55px;

    color: #111;

    font-size: clamp(46px, 5.5vw, 86px);

    line-height: 0.92;

    font-weight: 900;

    letter-spacing: -0.065em;
}


.why-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 15px;
}


.why-card {
    min-height: 210px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 30px;

    border-radius: 24px;

    background: #fff;

    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.055);
}


.why-card span {
    color: var(--orange);

    font-size: 12px;

    font-weight: 900;
}


.why-card h3 {
    margin: 35px 0 0;

    color: #222;

    font-size: 24px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.04em;
}


/* =========================================================
   FINAL CTA
========================================================= */

.cta-section {
    width: 100%;

    padding:
        110px
        clamp(24px, 6vw, 96px);

    background:

        radial-gradient(
            circle at 75% 35%,
            rgba(255, 255, 255, 0.10),
            transparent 18%
        ),

        linear-gradient(
            135deg,
            var(--purple-dark) 0%,
            var(--purple) 48%,
            var(--orange) 100%
        );
}


.cta-container {
    width: 100%;
    max-width: var(--container);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(350px, 0.92fr);

    align-items: center;

    gap: clamp(40px, 6vw, 90px);
}


.cta-section h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(58px, 7.5vw, 124px);

    line-height: 0.83;

    font-weight: 900;

    letter-spacing: -0.075em;
}


.order-box {
    width: 100%;

    padding: 34px;

    border-radius: 30px;

    background: #fff;

    color: #111;

    box-shadow:
        0 34px 95px rgba(26, 13, 63, 0.34);
}


.order-box .overline {
    color: var(--orange);
}


.order-box h3 {
    margin: 12px 0 0;

    color: #111;

    font-size: 34px;

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -0.045em;
}


.order-box .price {
    color: #111;
}


.order-box .old-price {
    color: #999;
}


.order-box p {
    margin: 20px 0 0;

    color: #6d6d6d;

    font-size: 14px;

    line-height: 1.6;
}


.order-button {
    width: 100%;

    min-height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;

    padding: 0 24px;

    border-radius: 999px;

    background: #111;

    color: #fff;

    font-size: 13px;

    font-weight: 900;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}


.order-button:hover {
    background: var(--orange);

    transform: translateY(-2px);
}


.delivery-note {
    margin-top: 13px;

    color: #888;

    text-align: center;

    font-size: 11px;

    font-weight: 600;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;

    min-height: 75px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding:
        25px
        clamp(24px, 6vw, 96px);

    background: #070708;

    color: #777;

    font-size: 11px;
}


.site-footer a {
    color: #aaa;
}


.site-footer a:hover {
    color: var(--orange);
}


/* =========================================================
   WOOCOMMERCE
========================================================= */

.woocommerce-glavoro {
    width: 100%;

    min-height: 80vh;

    padding:
        150px
        clamp(24px, 6vw, 96px)
        80px;

    background: #f5f5f5;

    color: #111;
}


.woocommerce-glavoro .woocommerce {
    width: 100%;

    max-width: 1300px;

    margin: 0 auto;
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    border-radius: 999px !important;

    background: #111 !important;

    color: #fff !important;

    font-weight: 800 !important;

    transition: 0.2s ease;
}


.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--orange) !important;

    color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .hero {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, 0.8fr);
    }

    .hero h1 {
        font-size: clamp(54px, 7vw, 82px);
    }

    .hero-product > img {
        width: min(36vw, 390px);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .topbar {
        min-height: 38px;

        padding: 8px 14px;

        font-size: 9px;

        letter-spacing: 0.04em;
    }


    .site-header {
        top: 38px;
    }


    .nav {
        height: 76px;

        padding-left: 20px;
        padding-right: 20px;
    }


    .brand {
        font-size: 21px;
    }


    .brand small {
        margin-top: 8px;

        font-size: 6px;
    }


    .navlinks {
        gap: 10px;
    }


    .navlinks > a:not(.nav-cta) {
        display: none;
    }


    .navlinks .nav-cta {
        min-height: 38px;

        padding: 0 15px;

        font-size: 10px;
    }


    /* HERO */

    .hero {
        min-height: auto;

        grid-template-columns: 1fr;

        gap: 20px;

        padding:
            145px
            20px
            60px;
    }


    .hero-copy {
        max-width: 100%;
    }


    .kicker {
        margin-bottom: 15px;

        font-size: 9px;
    }


    .hero h1 {
        font-size: clamp(48px, 15vw, 78px);

        line-height: 0.88;

        letter-spacing: -0.065em;
    }


    .hero-description {
        margin-top: 22px;

        font-size: 14px;

        line-height: 1.6;
    }


    .price-row {
        margin-top: 23px;
    }


    .price {
        font-size: 32px;
    }


    .old-price {
        font-size: 14px;
    }


    .promo {
        max-width: 100%;

        border-radius: 14px;

        font-size: 10px;
    }


    .hero-actions {
        align-items: flex-start;

        flex-direction: column;
    }


    .primary-button {
        width: 100%;
    }


    /* PRODUCT IMAGE */

    .hero-product {
        min-height: 390px;

        margin-top: 0;
    }


    .hero-product > img {
        width: min(78vw, 360px);

        max-height: 390px;
    }


    .hero-ring,
    .hero-glow {
        width: min(82vw, 400px);
    }


    /* PRODUCT */

    .product-section {
        padding:
            80px
            20px;
    }


    .product-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .product-image {
        border-radius: 22px;
    }


    .product-copy h2 {
        font-size: clamp(42px, 12vw, 65px);
    }


    /* BENEFITS */

    .features {
        padding:
            0
            20px
            80px;
    }


    .feature-grid {
        grid-template-columns: 1fr;
    }


    .feature-card {
        min-height: 240px;
    }


    /* WHY */

    .why-section {
        padding:
            80px
            20px;
    }


    .why-container h2 {
        margin-bottom: 35px;

        font-size: clamp(42px, 12vw, 64px);
    }


    .why-grid {
        grid-template-columns: 1fr;
    }


    .why-card {
        min-height: 170px;
    }


    /* CTA */

    .cta-section {
        padding:
            80px
            20px;
    }


    .cta-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .cta-section h2 {
        font-size: clamp(58px, 16vw, 88px);
    }


    .order-box {
        padding: 26px;

        border-radius: 24px;
    }


    /* FOOTER */

    .site-footer {
        flex-direction: column;

        align-items: flex-start;

        padding:
            28px
            20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hero h1 {
        font-size: 14.5vw;
    }


    .hero-product {
        min-height: 330px;
    }


    .hero-product > img {
        width: 82vw;

        max-height: 330px;
    }


    .product-copy h2 {
        font-size: 11.5vw;
    }


    .cta-section h2 {
        font-size: 15vw;
    }

}

/* =========================================================
   GLAVORO SINGLE PRODUCT
========================================================= */

.glavoro-product-page {
    width: 100%;
    overflow: hidden;
    background: #0b0b0c;
    color: #fff;
}


/* CONTAINER */

.gp-container {
    width: min(1480px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   PRODUCT HERO
========================================================= */

.gp-hero {
    position: relative;

    padding:
        165px
        0
        110px;

    background:
        radial-gradient(
            circle at 20% 45%,
            rgba(91,74,159,.17),
            transparent 25%
        ),
        radial-gradient(
            circle at 82% 30%,
            rgba(255,100,25,.10),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #151517 0%,
            #0b0b0c 100%
        );
}


.gp-product-grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.05fr)
        minmax(420px,.85fr);

    gap: clamp(55px,7vw,120px);

    align-items: center;
}


/* =========================================================
   GALLERY
========================================================= */

.gp-gallery {
    width: 100%;
}


.gp-main-image-wrap {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 650px;

    padding: 45px;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 34px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(255,255,255,.06),
            transparent 52%
        ),
        #101012;

    box-shadow:
        0 40px 100px rgba(0,0,0,.35);
}


.gp-main-image {
    width: 100%;
    max-width: 670px;
    max-height: 650px;

    object-fit: contain;

    transition:
        opacity .25s ease,
        transform .3s ease;
}


.gp-main-image-wrap:hover .gp-main-image {
    transform: scale(1.025);
}


.gp-sale-badge {
    position: absolute;

    top: 24px;
    left: 24px;

    z-index: 5;

    padding:
        10px
        14px;

    border-radius: 999px;

    background: #ff6419;

    color: #fff;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: .08em;
}


/* thumbnails */

.gp-thumbnails {
    display: flex;

    gap: 12px;

    margin-top: 14px;
}


.gp-thumb {
    width: 84px;
    height: 84px;

    padding: 6px;

    overflow: hidden;

    cursor: pointer;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 16px;

    background: #121214;

    opacity: .62;

    transition:
        opacity .2s ease,
        border-color .2s ease;
}


.gp-thumb:hover,
.gp-thumb.active {
    opacity: 1;

    border-color: #ff6419;
}


.gp-thumb img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   PRODUCT INFO
========================================================= */

.gp-info {
    width: 100%;
}


.gp-eyebrow {
    margin-bottom: 14px;

    color: #ff6419;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .18em;
}


.gp-title {
    margin: 0;

    color: #fff;

    font-size:
        clamp(42px,4.4vw,72px);

    line-height: .96;

    font-weight: 900;

    letter-spacing: -.06em;
}


.gp-rating-line {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 20px;

    color: #99999f;

    font-size: 12px;
}


.gp-rating {
    color: #ff6419;

    font-size: 14px;

    letter-spacing: .08em;
}


/* PRICE */

.gp-price {
    display: flex;
    align-items: baseline;

    gap: 14px;

    margin-top: 25px;
}


.gp-price-current {
    color: #fff;

    font-size: 40px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -.05em;
}


.gp-price-current .amount {
    color: inherit;
}


.gp-price-old {
    color: #6f6f74;

    font-size: 17px;

    text-decoration: line-through;
}


.gp-price-old .amount {
    color: inherit;
}


/* SHORT DESCRIPTION */

.gp-short-description {
    max-width: 620px;

    margin-top: 25px;

    color: #aaaab0;

    font-size: 15px;

    line-height: 1.7;
}


.gp-short-description p {
    margin:
        0
        0
        10px;
}


/* STOCK */

.gp-stock {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-top: 22px;

    color: #aaaab0;

    font-size: 12px;
}


.gp-stock strong {
    color: #fff;
}


.gp-stock-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #71d16e;

    box-shadow:
        0 0 15px rgba(113,209,110,.6);
}


.gp-stock-dot.out {
    background: #ef4949;

    box-shadow:
        0 0 15px rgba(239,73,73,.5);
}


/* =========================================================
   QUICK FEATURES
========================================================= */

.gp-quick-features {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;

    margin-top: 30px;
}


.gp-quick-item {
    min-height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    background:
        rgba(255,255,255,.035);
}


.gp-quick-number {
    color: #fff;

    font-size: 25px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -.05em;
}


.gp-loop {
    color: #ff6419;

    font-size: 37px;
}


.gp-quick-label {
    margin-top: 8px;

    color: #7e7f85;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .12em;
}


/* =========================================================
   QUANTITY + BUY
========================================================= */

.gp-cart-form {
    margin-top: 28px;
}


.gp-buy-row {
    display: grid;

    grid-template-columns:
        138px
        1fr;

    gap: 12px;
}


.gp-quantity {
    min-height: 58px;

    display: grid;

    grid-template-columns:
        40px 1fr 40px;

    align-items: center;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.12);

    border-radius: 999px;

    background:
        rgba(255,255,255,.04);
}


.gp-qty-btn {
    height: 100%;

    cursor: pointer;

    border: 0;

    background: transparent;

    color: #fff;

    font-size: 19px;
}


.gp-qty-input {
    width: 100%;

    border: 0;

    outline: none;

    background: transparent;

    color: #fff;

    text-align: center;

    font-size: 14px;

    font-weight: 800;

    -moz-appearance: textfield;
}


.gp-qty-input::-webkit-inner-spin-button,
.gp-qty-input::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}


.gp-buy-button {
    min-height: 58px;

    cursor: pointer;

    border: 0;

    border-radius: 999px;

    background: #ff6419;

    color: #fff;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: .03em;

    box-shadow:
        0 15px 45px rgba(255,100,25,.20);

    transition:
        transform .2s ease,
        background .2s ease;
}


.gp-buy-button:hover {
    transform: translateY(-2px);

    background: #ff762f;
}


/* =========================================================
   SHIPPING
========================================================= */

.gp-shipping-card {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-top: 15px;

    padding: 17px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    background:
        rgba(255,255,255,.03);
}


.gp-shipping-icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: grid;
    place-items: center;

    border-radius: 13px;

    background:
        rgba(255,100,25,.10);
}


.gp-shipping-card strong,
.gp-shipping-card span {
    display: block;
}


.gp-shipping-card strong {
    color: #fff;

    font-size: 13px;
}


.gp-shipping-card span {
    margin-top: 3px;

    color: #8e8f95;

    font-size: 11px;
}


/* security */

.gp-security {
    display: flex;
    flex-wrap: wrap;

    gap:
        9px
        18px;

    margin-top: 18px;

    color: #74757b;

    font-size: 10px;

    font-weight: 700;
}


/* =========================================================
   BENEFITS
========================================================= */

.gp-benefits {
    padding:
        120px
        0;

    background: #0b0b0c;
}


.gp-section-label {
    color: #ff6419;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .20em;
}


.gp-section-title {
    margin:
        13px
        0
        60px;

    font-size:
        clamp(55px,7vw,110px);

    line-height: .84;

    letter-spacing: -.075em;
}


.gp-benefit-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 14px;
}


.gp-benefit-card {
    min-height: 310px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 30px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 26px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.018)
        );
}


.gp-benefit-icon {
    width: 46px;
    height: 46px;

    display: grid;

    place-items: center;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #5b4a9f,
            #ff6419
        );

    color: #fff;

    font-size: 11px;

    font-weight: 900;
}


.gp-benefit-card h3 {
    margin:
        auto
        0
        12px;

    padding-top: 50px;

    color: #fff;

    font-size: 27px;

    line-height: 1.05;

    letter-spacing: -.045em;
}


.gp-benefit-card p {
    margin: 0;

    color: #95969b;

    font-size: 14px;

    line-height: 1.6;
}


.gp-benefit-card strong {
    color: #fff;
}


/* =========================================================
   PRODUCT DESCRIPTION
========================================================= */

.gp-description-section {
    padding:
        120px
        0;

    background: #efede8;

    color: #111;
}


.gp-description-layout {
    display: grid;

    grid-template-columns:
        .8fr
        1.2fr;

    gap: clamp(60px,8vw,130px);

    align-items: start;
}


.gp-description-title {
    position: sticky;

    top: 80px;
}


.gp-description-title h2 {
    margin: 13px 0 0;

    color: #111;

    font-size:
        clamp(45px,5vw,78px);

    line-height: .90;

    letter-spacing: -.065em;
}


.gp-description-content {
    color: #464646;

    font-size: 16px;

    line-height: 1.75;
}


.gp-description-content h2,
.gp-description-content h3 {
    color: #111;

    letter-spacing: -.04em;
}


.gp-description-content h2 {
    margin:
        0
        0
        22px;

    font-size: 34px;
}


.gp-description-content h3 {
    margin:
        45px
        0
        13px;

    font-size: 25px;
}


.gp-description-content p {
    margin:
        0
        0
        18px;
}


.gp-description-content ul {
    margin:
        20px
        0;

    padding-left: 20px;
}


.gp-description-content li {
    margin:
        9px
        0;
}


/* =========================================================
   FINAL CTA
========================================================= */

.gp-final-buy {
    padding:
        110px
        0;

    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(255,255,255,.10),
            transparent 20%
        ),
        linear-gradient(
            135deg,
            #332a62,
            #5b4a9f 47%,
            #ff6419
        );
}


.gp-final-grid {
    display: grid;

    grid-template-columns:
        1fr
        .75fr;

    gap: 70px;

    align-items: center;
}


.gp-white-label {
    color: rgba(255,255,255,.72);
}


.gp-final-buy h2 {
    margin: 13px 0 0;

    color: #fff;

    font-size:
        clamp(58px,7vw,112px);

    line-height: .84;

    letter-spacing: -.075em;
}


.gp-final-card {
    padding: 32px;

    border-radius: 28px;

    background: #fff;

    color: #111;

    box-shadow:
        0 30px 80px rgba(23,10,62,.25);
}


.gp-final-price {
    display: flex;

    align-items: baseline;

    gap: 12px;
}


.gp-final-price > span {
    color: #111;

    font-size: 38px;

    font-weight: 900;

    letter-spacing: -.05em;
}


.gp-final-price del {
    color: #999;

    font-size: 16px;
}


.gp-final-card p {
    margin:
        17px
        0
        0;

    color: #666;

    font-size: 13px;

    line-height: 1.6;
}


.gp-final-button {
    min-height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 22px;

    border-radius: 999px;

    background: #111;

    color: #fff;

    font-size: 13px;

    font-weight: 900;

    transition:
        background .2s ease,
        transform .2s ease;
}


.gp-final-button:hover {
    background: #ff6419;

    transform: translateY(-2px);
}


/* =========================================================
   REMOVE DEFAULT WOOCOMMERCE SINGLE PRODUCT ELEMENTS
========================================================= */

body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
    display: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .gp-product-grid {
        grid-template-columns:
            1fr
            .85fr;

        gap: 45px;
    }


    .gp-main-image-wrap {
        min-height: 540px;
    }


    .gp-description-layout {
        grid-template-columns:
            .75fr
            1.25fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .gp-container {
        width:
            calc(100% - 40px);
    }


    .gp-hero {
        padding:
            145px
            0
            75px;
    }


    .gp-product-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .gp-main-image-wrap {
        min-height: 420px;

        padding: 25px;

        border-radius: 24px;
    }


    .gp-main-image {
        max-height: 420px;
    }


    .gp-title {
        font-size:
            clamp(42px,11vw,64px);
    }


    .gp-quick-features {
        grid-template-columns:
            repeat(3,1fr);
    }


    .gp-buy-row {
        grid-template-columns:
            125px
            1fr;
    }


    .gp-benefits {
        padding:
            80px
            0;
    }


    .gp-benefit-grid {
        grid-template-columns: 1fr;
    }


    .gp-benefit-card {
        min-height: 230px;
    }


    .gp-description-section {
        padding:
            80px
            0;
    }


    .gp-description-layout {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .gp-description-title {
        position: relative;

        top: auto;
    }


    .gp-final-buy {
        padding:
            80px
            0;
    }


    .gp-final-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 520px) {

    .gp-container {
        width:
            calc(100% - 30px);
    }


    .gp-main-image-wrap {
        min-height: 350px;

        padding: 16px;
    }


    .gp-main-image {
        max-height: 350px;
    }


    .gp-thumbnails {
        overflow-x: auto;
    }


    .gp-thumb {
        min-width: 70px;

        width: 70px;

        height: 70px;
    }


    .gp-title {
        font-size: 10.8vw;
    }


    .gp-price-current {
        font-size: 34px;
    }


    .gp-quick-item {
        min-height: 85px;
    }


    .gp-quick-number {
        font-size: 21px;
    }


    .gp-quick-label {
        font-size: 7px;
    }


    .gp-buy-row {
        grid-template-columns: 1fr;
    }


    .gp-quantity {
        width: 150px;
    }


    .gp-buy-button {
        width: 100%;
    }


    .gp-section-title {
        font-size: 14vw;
    }


    .gp-description-title h2 {
        font-size: 12vw;
    }


    .gp-final-buy h2 {
        font-size: 14vw;
    }

}

/* =========================================================
   GLAVORO CART HEADER
========================================================= */

.glavoro-cart-link {
    position: relative;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;

    background: rgba(255,255,255,.04);

    color: #fff !important;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}


.glavoro-cart-link:hover {
    transform: translateY(-2px);

    background: rgba(255,100,25,.12);

    border-color:
        rgba(255,100,25,.5);
}


.glavoro-cart-icon {
    display: flex;
}


.glavoro-cart-count {
    position: absolute;

    top: -5px;
    right: -5px;

    min-width: 20px;
    height: 20px;

    padding: 0 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #0b0b0c;
    border-radius: 999px;

    background: #ff6419;

    color: #fff;

    font-size: 9px;
    font-weight: 900;
}


/* =========================================================
   BUTTON LOADER
========================================================= */

.gp-buy-button {
    position: relative;
    overflow: hidden;
}


.gp-buy-button-text,
.gp-buy-loader,
.gp-buy-success {
    transition:
        opacity .2s ease,
        transform .2s ease;
}


.gp-buy-loader,
.gp-buy-success {
    position: absolute;

    top: 50%;
    left: 50%;

    transform:
        translate(-50%, -50%);
}


.gp-buy-loader {
    width: 20px;
    height: 20px;

    border:
        2px solid rgba(255,255,255,.35);

    border-top-color: #fff;

    border-radius: 50%;

    opacity: 0;

    animation:
        glavoroSpin .65s linear infinite;
}


.gp-buy-success {
    opacity: 0;

    transform:
        translate(-50%, -30%);

    white-space: nowrap;

    font-weight: 900;
}


/* LOADING */

.gp-buy-button.loading {
    cursor: wait;
}


.gp-buy-button.loading .gp-buy-button-text {
    opacity: 0;

    transform: scale(.9);
}


.gp-buy-button.loading .gp-buy-loader {
    opacity: 1;
}


/* SUCCESS */

.gp-buy-button.success {
    background: #23a85a;
}


.gp-buy-button.success .gp-buy-button-text {
    opacity: 0;
}


.gp-buy-button.success .gp-buy-loader {
    opacity: 0;
}


.gp-buy-button.success .gp-buy-success {
    opacity: 1;

    transform:
        translate(-50%, -50%);
}


@keyframes glavoroSpin {

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


/* =========================================================
   CART BUMP
========================================================= */

.glavoro-cart-link.cart-bump {
    animation:
        glavoroCartBump .55s ease;
}


@keyframes glavoroCartBump {

    0% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.22)
            rotate(-7deg);
    }

    65% {
        transform: scale(.94)
            rotate(4deg);
    }

    100% {
        transform: scale(1)
            rotate(0);
    }

}


/* =========================================================
   CART TOAST
========================================================= */

.glavoro-cart-toast {
    position: fixed;

    right: 28px;
    bottom: 28px;

    z-index: 999999;

    width: min(
        430px,
        calc(100% - 30px)
    );

    display: grid;

    grid-template-columns:
        45px
        1fr
        auto;

    gap: 14px;

    align-items: center;

    padding:
        16px
        16px;

    border:
        1px solid rgba(255,255,255,.10);

    border-radius: 20px;

    background:
        rgba(18,18,20,.96);

    box-shadow:
        0 25px 80px
        rgba(0,0,0,.45);

    backdrop-filter:
        blur(20px);

    -webkit-backdrop-filter:
        blur(20px);

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(25px)
        scale(.96);

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s
        cubic-bezier(.16,1,.3,1);
}


.glavoro-cart-toast.show {
    opacity: 1;

    visibility: visible;

    transform:
        translateY(0)
        scale(1);
}


.glavoro-toast-check {
    width: 45px;
    height: 45px;

    display: grid;
    place-items: center;

    border-radius: 14px;

    background:
        rgba(35,168,90,.14);

    color: #4ddd82;

    font-size: 19px;

    font-weight: 900;
}


.glavoro-toast-content strong,
.glavoro-toast-content span {
    display: block;
}


.glavoro-toast-content strong {
    color: #fff;

    font-size: 13px;

    font-weight: 900;
}


.glavoro-toast-content span {
    margin-top: 3px;

    color: #85868b;

    font-size: 10px;
}


.glavoro-toast-cart {
    min-height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding:
        0
        16px;

    border-radius: 999px;

    background: #ff6419;

    color: #fff !important;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: .05em;
}


/* MOBILE */

@media (max-width: 700px) {

    .glavoro-cart-link {
        width: 42px;
        height: 42px;
    }


    .glavoro-cart-toast {
        right: 15px;
        bottom: 15px;

        width:
            calc(100% - 30px);

        grid-template-columns:
            42px
            1fr;
    }


    .glavoro-toast-cart {
        grid-column:
            1 / -1;

        width: 100%;
    }

}



/* =========================================================
   GLAVORO CART
========================================================= */

.gc-cart-page {
    min-height: 100vh;
    background: #0b0b0c;
    color: #fff;
}

.gc-cart-hero {
    padding: 165px 0 120px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(91,74,159,.18),
            transparent 25%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgba(255,100,25,.10),
            transparent 25%
        ),
        #0b0b0c;
}

.gc-container {
    width: min(
        1450px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


/* HEADER */

.gc-cart-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 55px;
}

.gc-eyebrow {
    color: #ff6419;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .18em;
}

.gc-cart-head h1 {
    margin: 10px 0 0;

    font-size:
        clamp(56px,7vw,105px);

    line-height: .86;

    letter-spacing: -.075em;
}

.gc-continue {
    margin-bottom: 7px;

    color: #8b8c91;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .06em;

    transition: color .2s ease;
}

.gc-continue:hover {
    color: #fff;
}


/* GRID */

.gc-cart-grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.4fr)
        minmax(360px,.65fr);

    gap: 25px;

    align-items: start;
}


/* PRODUCTS */

.gc-cart-products {
    display: flex;
    flex-direction: column;

    gap: 14px;
}

.gc-product {
    display: grid;

    grid-template-columns:
        210px
        1fr;

    gap: 28px;

    padding: 20px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 26px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.018)
        );

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.gc-product:hover {
    border-color:
        rgba(255,100,25,.24);
}

.gc-product-image {
    min-height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 19px;

    background:
        radial-gradient(
            circle,
            rgba(91,74,159,.12),
            transparent 65%
        ),
        #101012;
}

.gc-product-image img {
    width: 100%;
    height: 190px;

    object-fit: contain;

    transition: transform .3s ease;
}

.gc-product:hover
.gc-product-image img {
    transform: scale(1.035);
}


/* PRODUCT INFO */

.gc-product-info {
    display: flex;
    flex-direction: column;

    justify-content: space-between;

    padding: 9px 4px 9px 0;
}

.gc-product-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;
}

.gc-product-label {
    margin-bottom: 7px;

    color: #ff6419;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: .16em;
}

.gc-product-name {
    color: #fff;

    font-size: 25px;

    line-height: 1.1;

    font-weight: 900;

    letter-spacing: -.045em;
}

.gc-remove {
    width: 37px;
    height: 37px;

    flex: 0 0 37px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 50%;

    background:
        rgba(255,255,255,.03);

    color: #777;

    font-size: 22px;

    transition:
        background .2s ease,
        color .2s ease;
}

.gc-remove:hover {
    background:
        rgba(255,80,80,.12);

    color: #ff6262;
}


/* SPECS */

.gc-product-specs {
    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    margin-top: 16px;
}

.gc-product-specs span {
    padding:
        7px
        10px;

    border-radius: 999px;

    background:
        rgba(255,255,255,.05);

    color: #85868c;

    font-size: 9px;

    font-weight: 800;
}


/* BOTTOM */

.gc-product-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-top: 30px;
}

.gc-quantity {
    width: 132px;
    height: 46px;

    display: grid;

    grid-template-columns:
        40px
        1fr
        40px;

    align-items: center;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.10);

    border-radius: 999px;

    background:
        rgba(255,255,255,.035);
}

.gc-quantity button {
    height: 100%;

    border: 0;

    cursor: pointer;

    background: transparent;

    color: #fff;

    font-size: 18px;
}

.gc-qty-input {
    width: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: #fff;

    text-align: center;

    font-weight: 900;

    -moz-appearance: textfield;
}

.gc-qty-input::-webkit-inner-spin-button,
.gc-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.gc-product-price {
    color: #fff;

    font-size: 25px;

    font-weight: 900;

    letter-spacing: -.04em;
}


/* SUMMARY */

.gc-summary {
    position: sticky;

    top: 125px;
}

.gc-summary-card {
    padding: 28px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.025)
        );

    box-shadow:
        0 40px 90px
        rgba(0,0,0,.25);
}

.gc-summary-label {
    color: #ff6419;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: .17em;
}

.gc-summary-card h2 {
    margin:
        7px
        0
        28px;

    color: #fff;

    font-size: 44px;

    line-height: 1;

    letter-spacing: -.06em;
}

.gc-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 13px 0;

    color: #8b8c91;

    font-size: 12px;
}

.gc-summary-row strong {
    color: #fff;

    font-weight: 800;
}

.gc-shipping-text {
    font-size: 10px;
}

.gc-summary-divider {
    height: 1px;

    margin: 25px 0;

    background:
        rgba(255,255,255,.08);
}

.gc-summary-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.gc-summary-total span {
    color: #8f9095;

    font-size: 12px;

    font-weight: 700;
}

.gc-summary-total strong {
    color: #fff;

    font-size: 33px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -.05em;
}


/* CHECKOUT */

.gc-checkout-button {
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 25px;

    border-radius: 999px;

    background: #ff6419;

    color: #fff !important;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .04em;

    box-shadow:
        0 15px 45px
        rgba(255,100,25,.18);

    transition:
        transform .2s ease,
        background .2s ease;
}

.gc-checkout-button:hover {
    transform:
        translateY(-2px);

    background: #ff762f;
}


/* DELIVERY */

.gc-delivery-box {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 15px;

    padding: 14px;

    border-radius: 16px;

    background:
        rgba(91,74,159,.12);
}

.gc-delivery-icon {
    width: 39px;
    height: 39px;

    flex: 0 0 39px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background:
        rgba(255,255,255,.06);
}

.gc-delivery-box strong,
.gc-delivery-box span {
    display: block;
}

.gc-delivery-box strong {
    color: #fff;

    font-size: 11px;
}

.gc-delivery-box span {
    margin-top: 3px;

    color: #96979c;

    font-size: 9px;

    line-height: 1.4;
}


/* TRUST */

.gc-trust {
    display: flex;
    flex-direction: column;

    gap: 7px;

    margin-top: 17px;

    color: #73747a;

    font-size: 9px;

    font-weight: 700;
}


/* EMPTY CART */

.gc-empty-cart {
    min-height: 480px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 60px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 30px;

    background:
        rgba(255,255,255,.025);

    text-align: center;
}

.gc-empty-icon {
    width: 80px;
    height: 80px;

    display: grid;
    place-items: center;

    margin-bottom: 25px;

    border-radius: 24px;

    background:
        rgba(255,100,25,.10);

    font-size: 31px;
}

.gc-empty-cart h2 {
    margin: 0;

    font-size: 38px;

    letter-spacing: -.05em;
}

.gc-empty-cart p {
    margin:
        12px
        0
        25px;

    color: #85868b;
}

.gc-primary-button {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0
        27px;

    border-radius: 999px;

    background: #ff6419;

    color: #fff !important;

    font-size: 10px;

    font-weight: 900;
}


/* LOADING */

.gc-cart-loading
.gc-cart-grid {
    pointer-events: none;

    opacity: .48;

    transition: opacity .2s ease;
}


/* TABLET */

@media (max-width: 1050px) {

    .gc-cart-grid {
        grid-template-columns:
            1fr
            360px;
    }

    .gc-product {
        grid-template-columns:
            160px
            1fr;
    }

}


/* MOBILE */

@media (max-width: 850px) {

    .gc-container {
        width:
            calc(100% - 40px);
    }

    .gc-cart-hero {
        padding:
            145px
            0
            80px;
    }

    .gc-cart-head {
        display: block;
    }

    .gc-continue {
        display: inline-block;

        margin-top: 24px;
    }

    .gc-cart-grid {
        grid-template-columns: 1fr;
    }

    .gc-summary {
        position: relative;

        top: auto;
    }

}


/* SMALL MOBILE */

@media (max-width: 600px) {

    .gc-container {
        width:
            calc(100% - 30px);
    }

    .gc-cart-head h1 {
        font-size: 15vw;
    }

    .gc-product {
        grid-template-columns: 1fr;

        padding: 14px;
    }

    .gc-product-image {
        min-height: 260px;
    }

    .gc-product-image img {
        height: 260px;
    }

    .gc-product-info {
        padding:
            5px
            5px
            10px;
    }

    .gc-product-name {
        font-size: 22px;
    }

    .gc-product-bottom {
        align-items: center;
    }

    .gc-summary-card {
        padding: 22px;
    }

}


/* =========================================================
   GLAVORO CHECKOUT
========================================================= */

.gch-checkout-page {
    min-height: 100vh;
    background: #0b0b0c;
    color: #fff;
}

.gch-checkout-hero {
    padding: 165px 0 120px;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(91,74,159,.18),
            transparent 25%
        ),
        radial-gradient(
            circle at 92% 6%,
            rgba(255,100,25,.10),
            transparent 24%
        ),
        #0b0b0c;
}

.gch-container {
    width: min(
        1450px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.gch-head {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 55px;
}

.gch-eyebrow {
    color: #ff6419;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: .18em;
}

.gch-head h1 {
    margin: 10px 0 0;

    font-size:
        clamp(58px,7vw,108px);

    line-height: .85;

    font-weight: 900;

    letter-spacing: -.075em;
}

.gch-back {
    margin-bottom: 6px;

    color: #88898f;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .06em;

    transition: color .2s ease;
}

.gch-back:hover {
    color: #fff;
}


/* =========================================================
   GRID
========================================================= */

.gch-grid {
    display: grid;

    grid-template-columns:
        minmax(0,1.15fr)
        minmax(390px,.65fr);

    gap: 26px;

    align-items: start;
}

.gch-left {
    display: flex;

    flex-direction: column;

    gap: 16px;
}

.gch-right {
    position: sticky;

    top: 120px;
}


/* =========================================================
   CARDS
========================================================= */

.gch-card {
    padding: 30px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.018)
        );
}

.gch-card-head {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 28px;
}

.gch-step {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #5b4a9f,
            #ff6419
        );

    color: #fff;

    font-size: 10px;

    font-weight: 900;
}

.gch-card-label {
    color: #ff6419;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: .15em;
}

.gch-card-head h2 {
    margin: 4px 0 0;

    color: #fff;

    font-size: 28px;

    line-height: 1;

    letter-spacing: -.045em;
}


/* =========================================================
   WOOCOMMERCE FIELDS
========================================================= */

.gch-fields {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 16px;
}

.gch-fields .form-row {
    width: 100%;

    margin: 0 !important;

    padding: 0 !important;

    float: none !important;
}

.gch-fields
.form-row-wide {
    grid-column: 1 / -1;
}

.gch-fields
#billing_address_1_field,
.gch-fields
#billing_address_2_field,
.gch-fields
#order_comments_field {
    grid-column: 1 / -1;
}

.gch-fields label {
    display: block;

    margin-bottom: 8px;

    color: #97989e;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .05em;
}

.gch-fields
.required {
    color: #ff6419;
}

.gch-fields input.input-text,
.gch-fields textarea,
.gch-fields select,
.gch-checkout-page
.select2-container
.select2-selection--single {
    width: 100%;

    min-height: 54px;

    padding:
        0
        16px;

    border:
        1px solid rgba(255,255,255,.10) !important;

    border-radius: 14px !important;

    outline: none;

    background:
        rgba(255,255,255,.035) !important;

    color: #fff !important;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.gch-fields textarea {
    min-height: 120px;

    padding: 15px 16px;

    resize: vertical;
}

.gch-fields input.input-text:focus,
.gch-fields textarea:focus,
.gch-fields select:focus {
    border-color:
        rgba(255,100,25,.65) !important;

    background:
        rgba(255,255,255,.055) !important;

    box-shadow:
        0 0 0 4px
        rgba(255,100,25,.07);
}

.gch-fields
input::placeholder,
.gch-fields
textarea::placeholder {
    color: #62636a;
}


/* SELECT2 */

.gch-checkout-page
.select2-container {
    width: 100% !important;
}

.gch-checkout-page
.select2-container
.select2-selection--single {
    display: flex;

    align-items: center;
}

.gch-checkout-page
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    padding: 0;

    color: #fff;

    line-height: normal;
}

.gch-checkout-page
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 50%;

    right: 12px;

    transform:
        translateY(-50%);
}


/* =========================================================
   TRUST
========================================================= */

.gch-left-trust {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;
}

.gch-left-trust > div {
    padding: 17px;

    border:
        1px solid rgba(255,255,255,.07);

    border-radius: 18px;

    background:
        rgba(255,255,255,.025);
}

.gch-left-trust strong,
.gch-left-trust span {
    display: block;
}

.gch-left-trust strong {
    color: #fff;

    font-size: 10px;
}

.gch-left-trust span {
    margin-top: 5px;

    color: #73747a;

    font-size: 9px;

    line-height: 1.4;
}


/* =========================================================
   ORDER SUMMARY
========================================================= */

.gch-summary {
    padding: 28px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.022)
        );

    box-shadow:
        0 40px 90px
        rgba(0,0,0,.26);
}

.gch-summary-label {
    color: #ff6419;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: .17em;
}

.gch-summary > h2 {
    margin:
        7px
        0
        25px;

    color: #fff;

    font-size: 42px;

    line-height: 1;

    letter-spacing: -.06em;
}


/* =========================================================
   PRODUCT
========================================================= */

.gch-products {
    display: flex;

    flex-direction: column;

    gap: 11px;

    margin-bottom: 25px;
}

.gch-product {
    display: grid;

    grid-template-columns:
        65px
        1fr
        auto;

    gap: 13px;

    align-items: center;

    padding-bottom: 13px;

    border-bottom:
        1px solid rgba(255,255,255,.06);
}

.gch-product-image {
    position: relative;

    width: 65px;
    height: 65px;

    display: grid;

    place-items: center;

    overflow: visible;

    border-radius: 14px;

    background: #101012;
}

.gch-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    border-radius: 14px;
}

.gch-product-qty {
    position: absolute;

    top: -6px;
    right: -6px;

    min-width: 20px;
    height: 20px;

    padding:
        0
        5px;

    display: grid;

    place-items: center;

    border:
        3px solid #121214;

    border-radius: 999px;

    background: #ff6419;

    color: #fff;

    font-size: 8px;

    font-weight: 900;
}

.gch-product-info strong,
.gch-product-info span {
    display: block;
}

.gch-product-info strong {
    color: #fff;

    font-size: 11px;

    line-height: 1.35;
}

.gch-product-info span {
    margin-top: 4px;

    color: #6f7076;

    font-size: 8px;
}

.gch-product-price {
    color: #fff;

    font-size: 11px;

    font-weight: 900;

    white-space: nowrap;
}


/* =========================================================
   ORDER REVIEW
========================================================= */

.gch-order-review
.woocommerce-checkout-review-order-table {
    width: 100%;

    margin: 0;

    border: 0 !important;

    border-collapse: collapse;

    background: transparent;
}

.gch-order-review
.woocommerce-checkout-review-order-table
thead,
.gch-order-review
.woocommerce-checkout-review-order-table
tbody {
    display: none;
}

.gch-order-review
.woocommerce-checkout-review-order-table
tfoot th,
.gch-order-review
.woocommerce-checkout-review-order-table
tfoot td {
    padding:
        12px
        0;

    border:
        0;

    border-bottom:
        1px solid rgba(255,255,255,.06);

    background: transparent;

    color: #85868c;

    font-size: 11px;
}

.gch-order-review
.woocommerce-checkout-review-order-table
tfoot td {
    color: #fff;

    text-align: right;

    font-weight: 800;
}

.gch-order-review
.order-total th {
    padding-top: 22px !important;

    color: #fff !important;

    font-size: 14px !important;
}

.gch-order-review
.order-total td {
    padding-top: 22px !important;

    color: #fff !important;

    font-size: 28px !important;

    font-weight: 900 !important;

    letter-spacing: -.04em;
}


/* =========================================================
   SHIPPING METHODS
========================================================= */

.gch-checkout-page
#shipping_method {
    margin: 5px 0 0;

    padding: 0;

    list-style: none;
}

.gch-checkout-page
#shipping_method li {
    margin: 7px 0;
}

.gch-checkout-page
#shipping_method label {
    color: #fff;

    font-size: 10px;
}


/* =========================================================
   PAYMENT
========================================================= */

.gch-checkout-page
#payment {
    margin-top: 25px;

    border: 0;

    border-radius: 20px;

    background:
        rgba(255,255,255,.035);
}

.gch-checkout-page
#payment
ul.payment_methods {
    margin: 0;

    padding: 15px;

    border: 0;
}

.gch-checkout-page
#payment
ul.payment_methods li {
    margin: 0;

    padding: 12px;

    border-bottom:
        1px solid rgba(255,255,255,.06);

    color: #fff;
}

.gch-checkout-page
#payment
ul.payment_methods li:last-child {
    border-bottom: 0;
}

.gch-checkout-page
#payment
.payment_box {
    margin:
        12px
        0
        0;

    padding: 13px;

    border-radius: 12px;

    background:
        rgba(255,255,255,.045);

    color: #96979c;

    font-size: 10px;

    line-height: 1.5;
}

.gch-checkout-page
#payment
.payment_box::before {
    display: none;
}


/* =========================================================
   PLACE ORDER BUTTON
========================================================= */

.gch-checkout-page
#place_order {
    width: 100%;

    min-height: 60px;

    margin-top: 18px;

    float: none;

    border: 0;

    border-radius: 999px;

    background: #ff6419;

    color: #fff;

    font-family: inherit;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .04em;

    cursor: pointer;

    box-shadow:
        0 15px 45px
        rgba(255,100,25,.18);

    transition:
        transform .2s ease,
        background .2s ease;
}

.gch-checkout-page
#place_order:hover {
    transform: translateY(-2px);

    background: #ff762f;
}


/* =========================================================
   TERMS
========================================================= */

.gch-checkout-page
.woocommerce-privacy-policy-text,
.gch-checkout-page
.woocommerce-terms-and-conditions-wrapper {
    color: #73747a;

    font-size: 9px;

    line-height: 1.55;
}

.gch-checkout-page
.woocommerce-privacy-policy-text a,
.gch-checkout-page
.woocommerce-terms-and-conditions-wrapper a {
    color: #ff6419;
}


/* =========================================================
   ERRORS / NOTICES
========================================================= */

.gch-checkout-page
.woocommerce-error,
.gch-checkout-page
.woocommerce-message,
.gch-checkout-page
.woocommerce-info {
    margin:
        0
        0
        20px !important;

    padding:
        16px
        18px !important;

    border:
        1px solid rgba(255,255,255,.08);

    border-top: 0;

    border-radius: 15px;

    background:
        rgba(255,255,255,.04);

    color: #fff;

    font-size: 11px;
}

.gch-checkout-page
.woocommerce-error {
    border-color:
        rgba(255,70,70,.25);

    background:
        rgba(255,70,70,.08);
}

.gch-checkout-page
.woocommerce-message {
    border-color:
        rgba(60,200,110,.22);

    background:
        rgba(60,200,110,.07);
}


/* =========================================================
   EMPTY
========================================================= */

.gch-empty {
    min-height: 430px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 28px;

    background:
        rgba(255,255,255,.025);
}

.gch-empty h2 {
    margin:
        0
        0
        20px;

    font-size: 36px;
}

.gch-main-button {
    min-height: 52px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding:
        0
        26px;

    border-radius: 999px;

    background: #ff6419;

    color: #fff !important;

    font-size: 10px;

    font-weight: 900;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .gch-grid {
        grid-template-columns:
            1fr
            370px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .gch-container {
        width:
            calc(100% - 40px);
    }

    .gch-checkout-hero {
        padding:
            145px
            0
            80px;
    }

    .gch-head {
        display: block;
    }

    .gch-back {
        display: inline-block;

        margin-top: 24px;
    }

    .gch-grid {
        grid-template-columns: 1fr;
    }

    .gch-right {
        position: relative;

        top: auto;
    }

    .gch-left-trust {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

    .gch-container {
        width:
            calc(100% - 30px);
    }

    .gch-head h1 {
        font-size: 15vw;
    }

    .gch-card {
        padding: 20px;
    }

    .gch-fields {
        grid-template-columns: 1fr;
    }

    .gch-fields
    .form-row {
        grid-column: 1 / -1;
    }

    .gch-summary {
        padding: 20px;
    }

    .gch-product {
        grid-template-columns:
            58px
            1fr
            auto;

        gap: 10px;
    }

    .gch-product-image {
        width: 58px;
        height: 58px;
    }

}
