/** Shopify CDN: Minification failed

Line 1680:0 Unexpected "@media"

**/
.container {
    width: min(92%, 1200px);
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 28px;
    font-weight: 700;
}

/* =========================
HEADER
========================= */

.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    gap: 30px;
}

/* =========================
LOGO
========================= */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    flex-shrink: 0;
}

.logo img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.logo h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.logo span {
    display: block;
    font-size: 13px;
    color: #666;
}

/* =========================
SEARCH
========================= */

.search-box {
    flex: 1;
    max-width: 500px;
}

.search-box form {
    width: 100%;
}

.search-box input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: none;
    background: #f3f3f3;
    border-radius: 50px;
    outline: none;
    font-size: 14px;
}

.search-box input::placeholder {
    color: #777;
}

/* =========================
HEADER ACTIONS
========================= */

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-actions a {
    text-decoration: none;
    color: #111;
    transition: .3s;
}

.header-actions a:hover {
    color: #d72638;
}

.header-actions i {
    font-size: 18px;
}

/* =========================
CART
========================= */

.cart-btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.cart-btn span {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 18px;
    height: 18px;
    background: #d72638;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* =========================
NAVBAR
========================= */

.navbar {
    background: #101828;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    list-style: none;
}

.menu a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.menu a:hover {
    opacity: .8;
}

/* =========================
EMAIL LINK
========================= */

.mail-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.mail-link i {
    font-size: 14px;
}

/* =========================
MOBILE TABLET
========================= */

@media(max-width:991px) {

    .top-header {
        flex-wrap: wrap;
    }

    .search-box {
        order: 3;
        width: 100%;
        max-width: 100%;
    }

    .nav-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 15px 0;
        min-height: auto;
    }

    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

}

/* =========================
MOBILE HEADER FIX (CORE)
========================= */

@media (max-width: 767px) {

    /* =========================
    HEADER GRID STRUCTURE
    ========================= */
    .top-header {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 12px;
        align-items: center;
    }

    /* =========================
    ROW 1: LOGO + ICONS
    ========================= */

    .logo {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        justify-content: flex-start;
    }

    .header-actions {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-content: flex-end;
    }

    /* =========================
    ROW 2: SEARCH FULL WIDTH
    ========================= */

    .search-box {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        width: 100%;
    }

    /* =========================
    MOBILE OPTIMIZATION
    ========================= */

    .logo img {
        width: 38px;
        height: 38px;
    }

    .logo h2 {
        font-size: 18px;
    }

    .header-actions {
        gap: 12px;
    }

    /* Hide email on mobile */
    .mail-link {
        display: none;
    }
}

/* =========================
MOBILE MENU TOGGLE BUTTON
========================= */

.menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

/* =========================
MOBILE NAV (HIDDEN BY DEFAULT)
========================= */

@media(max-width: 767px) {

    .menu-toggle {
        display: block;
    }

    .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu {
        display: none;
        /* IMPORTANT */
        flex-direction: column;
        width: 100%;
        background: #101828;
        padding: 15px 0;
    }

    .menu.active {
        display: flex;
        /* OPEN STATE */
    }

    .menu li {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }

    .menu a {
        display: block;
        width: 100%;
    }
}

/* =========================================================================================================================================================
------------------------------ HERO LIQUID ----------------------------------------------------------------------------------------------------------
========================================================================================================================================================== */
.full-width-section {
    grid-column: 1 / -1;
    width: 100%;
}

.hero {
    height: 560px;
    /* background:url('{{ section.settings.hero_image | image_url: width: 2000 }}'); */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-tag {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    padding: 12px 26px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}

.btn-primary {
    background: #d72638;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #111;
}

@media(max-width:768px) {

    .hero {
        height: 450px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}


/* =========================
USP STRIP
========================= */

.usp-strip {
    background: #101828;
    padding: 28px 0;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.usp-item i {
    font-size: 26px;
}

.usp-item h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.usp-item p {
    font-size: 13px;
    opacity: .8;
}

@media(max-width:991px) {

    .usp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .usp-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================
MASONRY PRODUCTS
========================= */

.categories-section {
    padding: 20px 0;
}

.masonry-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 20px;
}

.big-card {
    grid-row: span 2;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    text-decoration: none;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.category-card:hover img {
    transform: scale(1.08);
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .75),
            transparent);
    z-index: 1;
}

.card-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-price {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

@media(max-width:991px) {

    .masonry-grid {
        grid-template-columns: 1fr 1fr;
    }

    .big-card {
        grid-row: span 1;
    }

}

@media(max-width:767px) {

    .masonry-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================
REVIEWS
========================= */

.reviews {
    padding: 80px 0;
    background: #fafafa;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.review-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}

.review-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f59e0b;
}

.review-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

@media(max-width:991px) {

    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .review-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================
CONTENT BLOCKS
========================= */

.content-block {
    padding: 10px 0;
}

.block-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.block-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 12px;
}

.block-text span {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #d72638;
}

.block-text h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.block-text p {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.8;
}

@media(max-width:991px) {

    .block-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .block-grid.reverse {
        display: flex;
        flex-direction: column;
    }

}


/* =========================
COUNTRIES
========================= */

.countries {
    padding: 50px 0;
    background: #fff;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.country-item {
    position: relative;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: .4s;
    text-decoration: none;
}

.country-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .8),
            rgba(0, 0, 0, .15));
}

.country-item span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.country-item:hover {
    transform: translateY(-6px);
}

@media(max-width:991px) {

    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .country-grid {
        grid-template-columns: 1fr;
    }

}



/* =========================
NEWSLETTER
========================= */

.newsletter {
    padding: 40px 0;
    text-align: center;
}

.newsletter h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.newsletter form {
    max-width: 650px;
    margin: auto;
}

.newsletter input[type="email"] {
    flex: 1;
    height: 50px !important;
    padding: 0 20px !important;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 6px 0 0 6px;
}

.newsletter button {
    width: 170px !important;
    border: none !important;
    background: #d72638 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 0 6px 6px 0 !important;
    cursor: pointer !important;
}

.newsletter button:hover {
    opacity: .9;
}

.newsletter-success {
    width: 100%;
    margin-top: 20px;
    padding: 14px 20px;
    background: #e8f7ed;
    color: #198754;
    border-radius: 6px;
    font-weight: 600;
}

.newsletter-form-wrap {
    display: flex;
}

@media(max-width:767px) {
    .newsletter-form-wrap {
        flex-direction: column;
        gap: 12px;
    }
}

@media(max-width:767px) {

    .newsletter form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter input[type="email"] {
        border-radius: 6px;
    }

    .newsletter button {
        width: 100%;
        height: 55px;
        border-radius: 6px;
    }

}


/* =========================
FOOTER
========================= */


.site-footer {
    background: #101828;
    color: #fff;
    padding: 70px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-grid h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

.footer-grid li,
.footer-grid p {
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 10px;
}

.footer-brand p {
    margin-top: 20px;
    color: #d1d5db;
    line-height: 1.8;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.footer-logo h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.footer-logo span {
    font-size: 12px;
    color: #9ca3af;
}

/* Footer Links Base */
.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Link Items */
.footer-grid ul li {
    margin-bottom: 12px;
}

/* Anchor Links */
.footer-grid ul li a {
    color: #d1d5db;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect */
.footer-grid ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* Underline Animation */
.footer-grid ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.footer-grid ul li a:hover::after {
    width: 100%;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #d1d5db;
}

/* =========================
TABLET (1024px)
========================= */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* =========================
MOBILE (768px)
========================= */
@media (max-width: 768px) {
    .site-footer {
        padding: 50px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: left;
    }

    .footer-logo {
        flex-direction: row;
        align-items: center;
    }

    .footer-grid h3 {
        font-size: 16px;
    }

    .footer-grid ul li a {
        font-size: 14px;
    }
}

/* =========================
SMALL MOBILE (480px)
========================= */
@media (max-width: 480px) {
    .site-footer {
        padding: 40px 0;
    }

    .footer-logo img {
        width: 40px;
        height: 40px;
    }

    .footer-logo h3 {
        font-size: 18px;
    }

    .footer-logo span {
        font-size: 11px;
    }

    .footer-grid p,
    .footer-grid ul li a {
        font-size: 13px;
    }
}


/* ===================================================================================================================================
                                           ABOUT PAGE CSS
===================================================== */



/* =========================
ABOUT HERO
========================= */

.about-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 700px;
}

.about-hero-content span {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.about-hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
}

.about-hero-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 600px;
    color: #fff;
}

/* BUTTON */

.about-hero .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #d72638;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: .3s;
}

.about-hero .btn-primary:hover {
    background: #b71c2c;
}

/* =========================
TABLET
========================= */

@media(max-width:991px) {

    .about-hero {
        min-height: 450px;
    }

    .about-hero-content h1 {
        font-size: 40px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px) {

    .about-hero {
        min-height: 400px;
        text-align: center;
    }

    .about-hero-content {
        max-width: 100%;
    }

    .about-hero-content h1 {
        font-size: 32px;
    }

    .about-hero-content p {
        font-size: 15px;
        max-width: 100%;
    }

}


/* ========================================================================================================================================
                                       PRODUCTS PAGE
=========================================================================================================================================*/


/* =========================
PRODUCTS
========================= */

.products-section {
    padding: 80px 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.product-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.product-info {
    padding: 18px;
}

.product-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

.price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

.product-card form {
    padding: 0 18px 18px;
}

.add-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: #101828;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.add-btn:hover .sold-out {
    background: #999;
    cursor: not-allowed;
}

@media(max-width:991px) {

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media(max-width:767px) {

    .products-section {
        padding: 60px 0;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

}



/* =====================================================================================================================================
                                                                   CONTACT PAGR                                                                                      
====================================================================================================================================== */

/* ================= CONTACT ================= */

.contact-section {
    padding: 80px 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* ================= LEFT INFO ================= */

.contact-info h2,
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #101828;
}

.info-box {
    display: flex;
    gap: 15px;
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #fff;
}

.info-box i {
    font-size: 20px;
    color: #d72638;
    margin-top: 4px;
    min-width: 20px;
}

.info-box h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #101828;
}

.info-box p {
    margin: 0;
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}

/* ================= FORM ================= */

.contact-form form {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.form-row {
    display: flex;
    gap: 12px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    font-family: inherit;
}

.contact-form textarea {
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #d72638;
}

.contact-form button {
    width: 100%;
    height: 50px;
    border: none;
    background: #101828;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.contact-form button:hover {
    background: #d72638;
}

/* ================= SUCCESS / ERROR ================= */

.contact-form .form-status {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
}

.contact-form .success {
    background: #ecfdf3;
    color: #027a48;
}

.contact-form .error {
    background: #fef3f2;
    color: #b42318;
}


.contact-success {
    margin-bottom: 20px;
    padding: 15px;
    background: #e8f7ed;
    color: #198754;
    border-radius: 8px;
    font-weight: 600;
}

.contact-error {
    margin-bottom: 20px;
    padding: 15px;
    background: #fdeaea;
    color: #d72638;
    border-radius: 8px;
}

/* ================= MAP ================= */

.map-section {
    padding-bottom: 80px;
}

.map-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 12px;
}

/* ================= TABLET ================= */

@media (max-width: 992px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 28px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .contact-section {
        padding: 60px 0;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 24px;
    }

    .contact-form form {
        padding: 20px;
    }

    .info-box {
        padding: 15px;
    }

    .map-section {
        padding-bottom: 60px;
    }

    .map-section iframe {
        height: 280px;
    }

}

/* =========================
CART
========================= */

.cart-section {
    padding: 80px 0;
}

.page-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.cart-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* ITEMS */

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.cart-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

/* INFO */

.cart-info {
    flex: 1;
}

.cart-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.cart-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

/* QUANTITY */

.qty {
    margin-top: 10px;
}

.qty input {
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    outline: none;
    font-size: 14px;
}

/* PRICE */

.price {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

/* REMOVE */

.remove {
    color: #d72638;
    font-size: 18px;
    text-decoration: none;
    transition: .3s;
}

.remove:hover {
    opacity: .7;
}

/* SUMMARY */

.cart-summary {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.cart-summary h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.summary-row.total {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

/* BUTTONS */

.checkout-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 8px;
    background: #101828;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin-top: 15px;
}

.checkout-btn:hover
/* NOTE */

.note {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 12px;
}

/* EMPTY CART */

.empty-cart {
    text-align: center;
    padding: 100px 0;
}

.empty-cart h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.empty-cart .btn {
    display: inline-block;
    padding: 12px 28px;
    background: #101828;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s;
}

.empty-cart .btn:hover
/* RESPONSIVE */

@media(max-width:992px) {

    .cart-wrapper {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }


}

@media(max-width:767px) {

    .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item img {
        width: 100%;
        height: 220px;
    }

    .remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }

}




/* ================= PRODUCT DETAIL ================= */

.product-detail {
    padding: 80px 0;
}

.product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* LEFT IMAGES */

.product-images .main-image {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-images .main-image img {
    width: 100%;
    display: block;
}

.thumbnail-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.thumbnail-row img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: .3s;
}

.thumbnail-row img:hover {
    border-color: #d72638;
}

/* RIGHT SIDE */

.product-info h1 {
    font-size: 34px;
    margin: 15px 0;
    color: #101828;
}

.tag {
    display: inline-block;
    background: #d72638;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}

.sold-out {
    background: #777;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #101828;
    margin: 15px 0;
}

.price span {
    margin-left: 10px;
    color: #999;
    font-size: 18px;
    text-decoration: line-through;
}

.desc,
.desc-content {
    color: #666;
    line-height: 1.8;
    margin-top: 15px;
}

/* OPTIONS */

.options {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.options label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.options select,
.options input {
    width: 180px;
    height: 45px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    background: #fff;
}

/* BUTTONS */

.actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.add-cart {
    flex: 1;
    min-height: 50px;
    background: #101828;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}

.add-cart:hover {
    background: #d72638;
}

.add-cart:disabled {
    background: #999;
    cursor: not-allowed;
}

.actions .shopify-payment-button {
    flex: 1;
}

.actions .shopify-payment-button__button {
    min-height: 50px !important;
    border-radius: 8px !important;
}

/* EXTRA INFO */

.extra-info {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.extra-info p {
    margin-bottom: 10px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
}

.extra-info i {
    color: #d72638;
}

/* DESCRIPTION */

.product-description {
    padding: 80px 0;
}

.product-description h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #101828;
}

.desc-content p {
    margin-bottom: 15px;
}

/* RELATED PRODUCTS */

.related-products {
    padding: 80px 0;
    background: #f8f9fb;
}

.related-products h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #101828;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: .3s;
    border: 1px solid #eee;
}

.related-card:hover {
    transform: translateY(-5px);
}

.related-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.related-card h3 {
    font-size: 18px;
    padding: 15px 15px 8px;
}

.related-card p {
    padding: 0 15px 15px;
    font-weight: 600;
    color: #d72638;
}

/* RESPONSIVE */

@media(max-width: 992px) {

    .product-wrapper {
        grid-template-columns: 1fr;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 768px) {

    .product-info h1 {
        font-size: 28px;
    }

    .price {
        font-size: 26px;
    }

    .actions {
        flex-direction: column;
    }

    .options {
        flex-direction: column;
    }

    .options select,
    .options input {
        width: 100%;
    }

}

@media(max-width: 576px) {

    .related-grid {
        grid-template-columns: 1fr;
    }

    .thumbnail-row img {
        width: 65px;
        height: 65px;
    }

}



/* ================= FAQ ================= */

.faq-section {
    padding: 100px 0;
    background: #f8f9fb;
}

.faq-section .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.faq-section .section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 10px;
}

.faq-section .section-heading p {
    font-size: 16px;
    color: #667085;
    max-width: 600px;
    margin: auto;
    line-height: 1.6;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: .3s;
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-question {
    width: 100%;
    border: none;
    background: #fff;
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #101828;
    text-align: left;
}

.faq-question span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d72638;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-answer p {
    padding: 0 25px 25px;
    color: #666;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-question span {
    background: #101828;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

/* RESPONSIVE */

@media(max-width:768px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }

}