/* === [AUTO-CSS] UNIVERSAL ======================== */

* {
    box-sizing: border-box;
}


/* === [AUTO-CSS] ROOT ============================= */

:root {
    --bg: #090b09;
    --line: #34392d;
    --muted: #aaa99e;
    --olive: #7b783d;
    --orange: #eb6d18;
    --panel: #11140f;
    --panel2: #181c15;
    --white: #f3f0e7;
}


/* === [AUTO-CSS] TAGS ============================= */

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

body {
    background: var(--bg);
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

footer {
    background: #070907;
    padding: 55px 0 30px;
}

h1 {
    font-size: clamp(58px, 8vw, 110px);
    font-style: italic;
    letter-spacing: -5px;
    line-height: .82;
    margin: 13px 0 22px;
}

header {
    background: rgba(7, 9, 7, .95);
    border-bottom: 1px solid #24271f;
    position: sticky;
    top: 0;
    z-index: 1000;
}

html {
    scroll-behavior: smooth;
}

input, textarea {
    background: #0b0d0a;
    border: 1px solid #373b31;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 12px;
    width: 100%;
}

nav {
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 30px;
}

nav a:hover {
    color: var(--orange);
}


/* === [AUTO-CSS] CLASSES ========================== */

.about-inner {
    max-width: 540px;
    padding: 85px 0;
    position: relative;
    z-index: 2;
}

.about-inner h2 {
    font-size: 42px;
    margin: 5px 0 15px;
}

.about-inner p {
    color: #ddd;
    line-height: 1.7;
}

.about-section {
    background: url('/bin/img/about.jpg') center/cover no-repeat;
    position: relative;
}

.about-section:after {
    background: linear-gradient(90deg, rgba(5, 7, 5, .93), rgba(5, 7, 5, .62), rgba(5, 7, 5, .3));
    content: "";
    inset: 0;
    position: absolute;
}

.add-to-basket:hover {
    background: transparent;
    color: var(--orange);
}

.basket-close {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
}

.basket-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.basket-controls .basket-remove {
    color: #bbb;
    font-size: 10px;
    padding: 0 9px;
    width: auto;
}

.basket-controls button {
    background: #171a14;
    border: 1px solid #4a4f40;
    color: #fff;
    cursor: pointer;
    height: 29px;
    min-width: 29px;
}

.basket-empty {
    color: #aaa;
    padding: 25px 0;
}

.basket-head {
    align-items: center;
    border-bottom: 1px solid #33372e;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.basket-head h2 {
    margin: 0;
}

.basket-link {
    position: relative;
}

.basket-overlay {
    background: rgba(0, 0, 0, .72);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 70;
}

.basket-overlay.open {
    display: block;
}

.basket-panel {
    background: #10130f;
    border-left: 1px solid #44483b;
    height: 100vh;
    max-width: 94vw;
    overflow-y: auto;
    padding: 25px;
    position: fixed;
    right: -430px;
    top: 0;
    transition: .25s;
    width: 410px;
    z-index: 80;
}

.basket-panel.open {
    right: 0;
}

.basket-product-icon {
    display: grid;
    font-size: 34px;
    place-items: center;
}

.basket-row {
    /*border-bottom: 1px solid #33372e;*/
    display: grid;
    gap: 14px;
    grid-template-columns: 72px 1fr;
    padding: 16px 0;
}

.basket-row h4 {
    font-size: 13px;
    margin: 2px 0 8px;
}

.basket-row img, .basket-product-icon {
    background: #181c15;
    border: 1px solid #34382e;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

.basket-row-price {
    color: #e5d6a3;
    font-size: 12px;
    margin-bottom: 10px;
}

.basket-summary {
    border-top: 1px solid #44483b;
    margin-top: 18px;
    padding-top: 15px;
}

.basket-summary-line {
    color: #aaa;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding: 7px 0;
}

.basket-summary-line.total {
    border-top: 1px solid #34382e;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-top: 7px;
    padding-top: 14px;
}

.brand {
    font-size: 28px;
    font-style: italic;
    font-weight: 1000;
    letter-spacing: -1px;
}

.brand small {
    color: var(--orange);
    display: block;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1.8px;
}

.btn {
    background: transparent;
    border: 1px solid #6c6747;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    padding: 13px 20px;
}

.btn.primary {
    background: var(--orange);
    border-color: var(--orange);
}

.buttons {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.card {
    background: #121510;
    border: 1px solid #34382e;
    padding: 26px;
}

.contact {
    display: grid;
    gap: 25px;
    grid-template-columns:1fr 1fr;
}

.eyebrow {
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.feature {
    align-items: center;
    border-right: 1px solid #292d24;
    display: flex;
    gap: 15px;
    padding: 24px;
}

.feature b {
    font-size: 14px;
}

.feature span {
    color: #a8a99f;
    font-size: 11px;
}

.feature-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
}

.feature:last-child {
    border: 0;
}

.features {
    background: #10130f;
    border-bottom: 1px solid #373b30;
    border-top: 1px solid #373b30;
}

.filter {
    background: transparent;
    border: 0;
    color: #aaa;
    cursor: pointer;
    font-size: 11px;
    padding: 8px 12px;
}

.filter.active {
    background: var(--orange);
    color: #fff;
}

.filters {
    /*display: flex;*/
    display: none;
    gap: 12px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.footer-grid {
    color: #aaa;
    display: grid;
    font-size: 13px;
    gap: 35px;
    grid-template-columns:2fr repeat(3, 1fr);
}

.footer-grid p {
    margin: 0px;
}

.footer-grid strong {
    /*display: block;*/
    color: #fff;
    /*margin-bottom: 10px*/
}

.gallery-image {
    border: 1px solid #3a3e32;
    height: 330px;
    object-fit: cover;
    width: 100%;
}

.hero {
    align-items: center;
    background: url('/bin/img/hero2.png') center/cover no-repeat;
    display: flex;
    min-height: 650px;
    position: relative;
}

.hero p {
    color: #ddd;
    font-size: 19px;
    max-width: 520px;
}

.hero-content {
    padding: 70px 0;
    position: relative;
    width: 50%;
    z-index: 2;
}

.hero:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .45) 38%, rgba(0, 0, 0, .12) 75%);
    content: "";
    inset: 0;
    position: absolute;
}

.icon {
    background: #11140f;
    border: 1px solid #33372e;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    height: 42px;
    width: 42px;
}

.info-box + .info-box {
    border-top: 1px solid #34382e;
    margin-top: 22px;
    padding-top: 22px;
}

.info-box h3 {
    margin-top: 0;
}

.info-box p {
    color: #aaa;
}

.lang-btn {
    background: #11140f;
    border: 1px solid #33372e;
    border-radius: 4px;
    color: #aaa;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    padding: 8px 10px;
}

.lang-btn.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.lang-switch {
    display: flex;
    gap: 6px;
    margin-left: 8px;
}

.modal .close {
    background: transparent;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    font-size: 28px;
    height: 36px;
    line-height: 1;
    width: 36px;
}

.modal .close:hover {
    color: var(--orange);
}

.modal .content {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 22px;
}

.modal .content p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 22px;
}

.modal .head {
    align-items: center;
    background: var(--panel2);
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 18px 22px;
}

.modal .head strong {
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.modal label {
    color: var(--white);
    cursor: pointer;
    font-size: 13px;
}

.modal-overlay {
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .78);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 190;
}

.modal-overlay.show {
    display: block;
}

.modal.show {
    display: block;
}

.nav {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: space-between;
}

.nav-actions {
    display: flex;
    gap: 12px;
}

.panel {
    background: #121510;
    border: 1px solid #34382e;
    padding: 26px;
}

.product {
    background: var(--panel);
    border: 1px solid var(--line);
    overflow: visible;
    position: relative;
    transition: transform .2s ease, border-color .2s ease;
    z-index: 1;
}

.product-image .placeholder {
    background: linear-gradient(135deg, #161a13, #0c0e0b);
    color: var(--olive);
    display: grid;
    font-size: 70px;
    height: 100%;
    place-items: center;
    width: 100%;
}

.product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-info .price {
    color: var(--orange);
    font-size: 20px;
    font-weight: 900;
    margin: 12px 0 16px;
}

.product-info > p:not(.price) {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
    min-height: 38px;
}

.product-info h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product:hover,
.product:has(.size-dropdown.open) {
    border-color: var(--olive);
    transform: translateY(-4px);
    z-index: 50;
}

.section {
    border-bottom: 1px solid #252820;
    padding: 76px 0;
}

.size-dropdown-button {
    align-items: center;
    background: #171a14;
    border: 1px solid #454a3b;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: space-between;
    padding: 12px 14px;
    text-transform: uppercase;
    width: 100%;
}

.size-dropdown-button .arrow {
    color: var(--orange);
    font-size: 10px;
    margin-left: 10px;
}

.size-dropdown-button:hover {
    border-color: var(--olive);
}

.size-dropdown.open .size-dropdown-content {
    display: block;
}

.size-row > span {
    color: var(--muted);
    font-size: 11px;
}

.size-row button {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    padding: 8px 10px;
    text-transform: uppercase;
}

.size-row button:hover {
    background: transparent;
    color: var(--orange);
}

.size-row strong {
    color: var(--white);
    font-size: 14px;
}

.size-row:hover {
    background: #181c15;
}

.size-row:last-child {
    border-bottom: 0;
}

.symbol {
    color: var(--olive);
    font-size: 28px;
}

.terms_and_conditions {
    color: var(--orange);
    font-size: 13px;
    font-weight: 800;
}

.terms_and_conditions:hover {
    text-decoration: underline;
}

.title {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}

.title h2 {
    font-size: 28px;
    margin: 0;
}

.title:before {
    background: var(--orange);
    content: "";
    height: 5px;
    transform: skew(-25deg);
    width: 18px;
}

.wrap {
    margin: auto;
    width: min(1240px, 94%);
}

.youtube-body {
    padding: 22px;
}

.youtube-body h3 {
    font-size: 20px;
    margin: 0 0 8px;
}

.youtube-body p {
    color: var(--muted);
    margin: 0 0 18px;
}

.youtube-card {
    aspect-ratio: 16 / 9;
    position: relative;
}

.youtube-card iframe {
    border: 0;
    display: block;
    height: 100% !important;
    width: 100% !important;
}

.youtube-channel-btn {
    display: inline-block;
}

.youtube-featured,
.youtube-card {
    background: var(--panel);
    border: 1px solid var(--line);
    overflow: hidden;
}

.youtube-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
}

.youtube-head {
    margin-bottom: 28px;
}

.youtube-head p {
    color: var(--muted);
    margin-top: 10px;
    max-width: 650px;
}

.youtube-side {
    display: grid;
    gap: 20px;
    grid-template-rows: 1fr 1fr;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    background: #000;
    position: relative;
}

.youtube-video iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}


/* === [AUTO-CSS] IDS ============================== */

#basket-count {
    background: var(--orange);
    border-radius: 10px;
    color: #fff;
    display: grid;
    font-size: 10px;
    font-weight: 900;
    height: 19px;
    min-width: 19px;
    padding: 0 5px;
    place-items: center;
    position: absolute;
    right: -7px;
    top: -7px;
}

#checkout-button:disabled {
    cursor: not-allowed;
    opacity: .4;
}


/* === [AUTO-CSS] OTHER ============================ */

/* -------------------------------------------------
   MODAL
------------------------------------------------- */

.modal {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .75);
    display: none;
    height: fit-content;
    inset: 0;
    margin: auto;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    position: fixed;
    width: min(620px, calc(100% - 30px));
    z-index: 200;
}

/* -------------------------------------------------
   PRODUCTS
------------------------------------------------- */

.products {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
    z-index: 1;
}

/* -------------------------------------------------
   RESPONSIVE
------------------------------------------------- */

@media (max-width: 900px) {

    .products {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* -------------------------------------------------
   SIZE DROPDOWN
------------------------------------------------- */

.size-dropdown {
    position: relative;
    width: 100%;
    z-index: 60;
}

/* CHECKBOX */

.big-checkbox {
    accent-color: var(--orange);
    cursor: pointer;
    height: 20px;
    margin: 0 10px 0 0;
    width: 20px;
}

/* DROPDOWN CONTENT */

.size-dropdown-content {
    background: #11140f;
    border: 1px solid #454a3b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .55);
    display: none;
    left: 0;
    min-width: 280px;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    z-index: 100;
}

/* MOBILE */

@media (max-width: 550px) {

    .modal {
        width: calc(100% - 20px);
        max-height: calc(100vh - 20px);
    }

    .modal .head {
        padding: 15px;
    }

    .modal .content {
        padding: 16px;
    }
}

/* MOBILE */
@media (max-width: 800px) {
    .youtube-grid {
        grid-template-columns: 1fr;
    }

    .youtube-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

/* NORMAL ADD TO BASKET */

.add-to-basket {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    padding: 12px 15px;
    text-transform: uppercase;
    transition: .2s;
    width: 100%;
}

/* PRODUCT IMAGE */

.product-image {
    aspect-ratio: 1 / 1;
    background: #0b0d0a;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* PRODUCT INFO */

.product-info {
    padding: 18px;
    position: relative;
}

/* SIZE ROW */

.size-row {
    align-items: center;
    border-bottom: 1px solid #2c3028;
    display: grid;
    gap: 10px;
    grid-template-columns: 45px 1fr auto;
    padding: 10px 12px;
}

/* YOUTUBE */
.youtube-section {
    background: #0d0f0c;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
}

/* === [AUTO-CSS] MEDIA ============================ */

@media (max-width: 1000px) {

    /* === [AUTO-CSS] TAGS ============================= */
    nav {
        display: none;
    }


    /* === [AUTO-CSS] CLASSES ========================== */
    .feature-grid {
        grid-template-columns:repeat(2, 1fr);
    }

    .hero-content {
        width: 75%;
    }

}

@media (max-width: 600px) {

    /* === [AUTO-CSS] CLASSES ========================== */
    .contact, .footer-grid {
        grid-template-columns:1fr;
    }

    .feature {
        border-bottom: 1px solid #292d24;
        border-right: 0;
    }

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

    .hero-content {
        width: 100%;
    }

}

@media (max-width: 550px) {

    /* === [AUTO-CSS] CLASSES ========================== */
    .youtube-side {
        grid-template-columns: 1fr;
    }

    /* === [AUTO-CSS] CLASSES ========================== */
    .products {
        grid-template-columns: 1fr;
    }

    .size-dropdown-content {
        min-width: 100%;
    }

}
