/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782897289
Updated: 2026-07-01 05:14:49

*/
/* ============================================
   GAMSHOM PRESS - SIGNED EDITION PRODUCT PAGE
   Fonts: Cormorant Garamond (headings), Inter (body)
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --gamshom-font-heading: 'Cormorant Garamond', serif;
    --gamshom-font-body: 'Inter', sans-serif;
    --gamshom-navy: #192A43;
    --gamshom-gold: #B27D34;
    --gamshom-cream: #f4f1ea;
    --gamshom-gray: #6b6b6b;
    --gamshom-border: #e2ddd3;
}

/* ============================================
   PAGE TOP HEADING - "Signed Edition"
============================================ */
.gamshom-page-heading {
    text-align: center;
    margin: auto;
    padding: 130px 20px 50px;
}

.gamshom-page-heading h1 {
    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: clamp(32px, 5vw, 64px);
    letter-spacing: -0.5px;
    color: var(--gamshom-navy);
    margin: 0;
}

/* ============================================
   PRODUCT LAYOUT - 2 COLUMN
============================================ */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    font-family: var(--gamshom-font-body);
}

.single-product .woocommerce-product-gallery {
    flex: 1 1 400px;
    position: relative;
}

.single-product .summary.entry-summary {
    flex: 1 1 420px;
}

/* Eyebrow label "SIGNED EDITION" above product title */
.gamshom-eyebrow {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 2.6px;
    color: #B27D34 !important;
    margin-bottom: 10px !important;
}

.single-product .product_title {
    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: clamp(26px, 3.5vw, 46px);
    letter-spacing: -0.5px;
    color: var(--gamshom-navy);
    margin: 0 0 30px;
    line-height: 1.15;
}

.single-product .summary p.price {
    font-family: var(--gamshom-font-heading);
    color: var(--gamshom-navy) !important;
    font-size: 32px !important;
    font-weight: 500;
    margin: 0 0 5px;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary > p:not(.price) {
    font-family: var(--gamshom-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--gamshom-gray);
    margin-bottom: 24px;
    font-weight: 300;
}

/* ============================================
   SIGNING OPTIONS (radio boxes)
============================================ */
.signing-option-wrapper {
    margin: 24px 0;
}

.signing-label {
    font-family: var(--gamshom-font-body);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: var(--gamshom-gold);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.signing-radio {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid var(--gamshom-border);
    border-radius: 6px;
    padding: 20px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.signing-radio.active {
    border-color: var(--gamshom-gold);
    background: #fdf9f0;
}

.signing-radio input[type="radio"] {
    margin-top: 5px;
    accent-color: var(--gamshom-gold);
}

.signing-radio strong {
    display: block;
    font-family: var(--gamshom-font-heading);
    font-weight: 600;
    font-size: 17px;
    color: var(--gamshom-navy);
}

.signing-radio .radio-desc {
    display: block;
    font-family: var(--gamshom-font-body);
    font-size: 13px;
    color: var(--gamshom-gray);
    margin-top: 8px;
    line-height: 1.4;
    font-weight: 300;
}

/* ============================================
   PERSONALIZATION TEXTAREA
============================================ */
.personalization-box {
    margin-top: 30px;
}

.personalization-box textarea {
    width: 100%;
    min-height: 90px;
    border: 1px solid var(--gamshom-border);
    border-radius: 6px;
    padding: 12px;
    font-family: var(--gamshom-font-body);
    font-size: 14px;
    color: var(--gamshom-navy);
    resize: vertical;
}

.personalization-box textarea::placeholder {
    color: #a8a29a;
}

.personalization-box .char-count {
    display: block;
    font-family: var(--gamshom-font-body);
    font-size: 12px;
    color: #a8a29a;
    margin-top: 4px;
}

/* ============================================
   QUANTITY + ADD TO CART
============================================ */
.single-product .quantity {
    margin-right: 10px;
}

.single-product .quantity .qty {
    height: 46px;
    border: 1px solid var(--gamshom-border);
    border-radius: 6px;
    width: 70px;
    text-align: center;
    font-family: var(--gamshom-font-body);
}

.single-product .single_add_to_cart_button {
    background: var(--gamshom-navy) !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 14px 30px !important;
    font-family: var(--gamshom-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
    transition: opacity 0.2s ease;
}

.single-product .single_add_to_cart_button:hover {
    opacity: 0.88;
}

.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* ============================================
   FEATURE STRIP (bottom 4-box)
============================================ */
.gamshom-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F1F1EC;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
    margin: 0px;
}

.gamshom-features .feature-item {
    flex: 1 1 220px;
    padding: 10px 20px;
    border-right: 1px solid #DEDEDE;
}

.gamshom-features .feature-item:last-child {
    border-right: none;
}

.gamshom-features .feature-item h4 {
    font-family: var(--gamshom-font-heading);
    font-weight: 500;
    font-size: 20px;
    color: var(--gamshom-navy);
    margin: 0 0 6px;
}

.gamshom-features .feature-item p {
    font-family: var(--gamshom-font-body);
    font-size: 13px;
    color: var(--gamshom-gray);
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* ============================================
   REMOVE WOOCOMMERCE BREADCRUMB SPACE
============================================ */
.woocommerce-breadcrumb {
    display: none !important;
}

/* ============================================
   RESPONSIVE - TABLET (1024px and below)
============================================ */
@media (max-width: 1024px) {
    .single-product .product {
        gap: 40px;
    }
    .gamshom-page-heading {
        padding: 90px 20px 40px;
    }
}

/* ============================================
   RESPONSIVE - SMALL TABLET (900px) - Feature strip becomes 2x2 grid
============================================ */
@media (max-width: 900px) {
    .gamshom-features {
        justify-content: center;
    }
    .gamshom-features .feature-item {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    /* Remove bottom border from last row (last 2 items) */
    .gamshom-features .feature-item:nth-last-child(-n+2) {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (768px and below)
============================================ */
@media (max-width: 768px) {
    .single-product .product {
        flex-direction: column;
        gap: 24px;
        padding: 10px 16px 40px;
    }
    .gamshom-page-heading {
        padding: 60px 20px 30px;
    }
    .gamshom-features {
        flex-direction: column;
        padding: 30px 20px;
        gap: 4px;
    }
    .gamshom-features .feature-item {
        flex: 1 1 100%;
        border-right: none !important;
        border-bottom: 1px solid #DEDEDE;
        padding: 16px 10px;
        margin-bottom: 0;
    }
    .gamshom-features .feature-item:last-child {
        border-bottom: none;
    }
    .single-product .product_title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .single-product .summary p.price {
        font-size: 26px !important;
    }
    .single-product form.cart {
        flex-direction: row;
    }
    .single-product .single_add_to_cart_button {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE (480px and below)
============================================ */
@media (max-width: 480px) {
    .gamshom-page-heading h1 {
        font-size: 30px;
    }
    .signing-radio {
        padding: 14px 12px;
    }
    .signing-radio strong {
        font-size: 15px;
    }
    .single-product .quantity .qty {
        width: 55px;
        height: 42px;
    }
    .single-product .single_add_to_cart_button {
        padding: 12px 20px !important;
        font-size: 12px !important;
    }
}














/* ============================================
   GAMSHOM PRESS - BLOG POST DESIGN
============================================ */

.gamshom-blog-post {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

/* ---- Top Header ---- */
.gamshom-blog-header {
    text-align: center;
    max-width: 700px;
    margin: 60px auto 40px;
}

.gamshom-blog-eyebrow {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gamshom-gold, #B27D34);
    margin-bottom: 12px;
}

.gamshom-blog-title {
    font-family: var(--gamshom-font-heading, 'Cormorant Garamond', serif);
    font-weight: 500;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    color: var(--gamshom-navy, #192A43);
    margin: 0 0 16px;
}

.gamshom-blog-subtitle {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 15px;
    color: #7a7a7a;
    margin-bottom: 24px;
    line-height: 1.5;
}

.gamshom-blog-cta {
    display: inline-block;
    background: var(--gamshom-navy, #192A43);
    color: #fff !important;
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 13px 26px;
    border-radius: 6px;
    transition: opacity 0.2s ease;
}

.gamshom-blog-cta:hover {
    opacity: 0.88;
}

/* ---- Hero Image ---- */
.gamshom-blog-hero {
    max-width: 1100px;
    margin: 0 auto 50px;
}

.gamshom-blog-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* ---- Body: Author + Content 2-column ---- */
.gamshom-blog-body {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Left: Author box */
.gamshom-blog-author-box {
    flex: 0 0 200px;
    border-right: 1px solid #e5e2da;
    padding-right: 30px;
    position: sticky;
    top: 30px;
}

.gamshom-blog-author-box .author-label {
    font-family: var(--gamshom-font-heading, 'Cormorant Garamond', serif);
    font-size: 20px;
    color: var(--gamshom-navy, #192A43);
    margin-bottom: 16px;
}

.gamshom-blog-author-box .author-photo {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 14px;
}

.gamshom-blog-author-box .author-name {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--gamshom-navy, #192A43);
    margin: 0 0 4px;
}

.gamshom-blog-author-box .author-role {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 12px;
    color: #8a8a8a;
    margin: 0 0 18px;
    line-height: 1.4;
}

.gamshom-blog-author-box .author-social-label {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: var(--gamshom-navy, #192A43);
    margin-bottom: 8px;
}

.author-social-icons {
    display: flex;
    gap: 10px;
}

.author-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f0eee7;
    color: var(--gamshom-navy, #192A43);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

/* Right: Content */
.gamshom-blog-content {
    flex: 1 1 auto;
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 14px;
    line-height: 1.75;
    color: #5a5a5a;
}

.gamshom-blog-content h2 {
    font-family: var(--gamshom-font-heading, 'Cormorant Garamond', serif);
    font-weight: 500;
    font-size: 26px;
    color: var(--gamshom-navy, #192A43);
    margin: 36px 0 14px;
}

.gamshom-blog-content h2:first-child {
    margin-top: 0;
}

.gamshom-blog-content p {
    margin: 0 0 18px;
}

.gamshom-blog-content img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 30px 0;
}

/* ---- Author's Notes quote box ---- */
.gamshom-authors-note {
    background: var(--gamshom-cream, #f4f1ea);
    border-radius: 6px;
    padding: 24px 26px;
    margin-top: 40px;
}

.gamshom-authors-note p {
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 13px;
    font-style: italic;
    color: #6b6b6b;
    line-height: 1.6;
    margin: 0;
}

.gamshom-authors-note p::before {
    content: "Author's Notes";
    display: block;
    font-family: var(--gamshom-font-heading, 'Cormorant Garamond', serif);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--gamshom-navy, #192A43);
    margin-bottom: 10px;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 900px) {
    .gamshom-blog-body {
        flex-direction: column;
        gap: 30px;
    }
    .gamshom-blog-author-box {
        flex: 1 1 auto;
        border-right: none;
        border-bottom: 1px solid #e5e2da;
        padding-right: 0;
        padding-bottom: 24px;
        position: static;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }
    .gamshom-blog-author-box .author-photo {
        max-width: 60px;
        margin-bottom: 0;
    }
    .gamshom-blog-author-box .author-label {
        display: none;
    }
}

@media (max-width: 600px) {
    .gamshom-blog-header {
        margin: 40px auto 30px;
    }
    .gamshom-blog-title {
        font-size: 26px;
    }
    .gamshom-blog-content h2 {
        font-size: 22px;
    }
}
