/* =============================================
   VARIABLES & RESET
   ============================================= */
#wo-generator, #wo-generator * { box-sizing: border-box; }
#wo-generator input[type="radio"] { display: none !important; }
#wo-generator label { display: block !important; float: none !important; width: auto !important; font-weight: normal; margin: 0; padding: 0; cursor: pointer; background: none !important; }
#wo-generator ul, #wo-generator ol { list-style: none !important; margin: 0; padding: 0; }
#wo-generator p { margin: 0; padding: 0; }
#wo-generator h2, #wo-generator h3 { border: none !important; background: none !important; padding: 0; margin: 0 0 10px; line-height: 1.2; }

/* =============================================
   WRAPPER
   ============================================= */
#wo-generator {
    font-family: 'Montserrat', sans-serif !important;
    color: #fcfaf5 !important;
    background: transparent !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    border-radius: 16px;
}
#wo-generator .wo-hidden { display: none !important; }
#wo-generator .wo-cat-card.wo-hidden { display: none !important; }

/* =============================================
   STEP HEADER
   ============================================= */
#wo-generator .wo-step { text-align: center; }
#wo-generator .wo-step-number { display: none !important; }
#wo-generator .wo-step-header {
    text-align: center;
    margin-bottom: 80px;
    background: #1a1520 !important;
    border: 2px solid rgba(231, 216, 176, 0.25);
    border-radius: 12px;
    padding: 20px 40px;
    display: inline-block;
}
#wo-generator .wo-step-header h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px; font-weight: 600;
    color: #e7d8b0 !important;
    -webkit-text-fill-color: #e7d8b0 !important;
    margin: 0 0 6px;
    background: none !important;
    text-shadow: none !important;
}
#wo-generator .wo-step-header p {
    color: rgba(252, 250, 245, 0.5) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    margin: 0;
    text-shadow: none !important;
}

/* =============================================
   TYPE GRID (Portret / Obraz / Puzzle)
   ============================================= */
#wo-generator .wo-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
    align-items: stretch;
}
#wo-generator .wo-type-grid-3 { grid-template-columns: 1fr 1fr 1fr; max-width: 900px; }
#wo-generator .wo-type-grid-4 { grid-template-columns: repeat(4, 1fr); max-width: 1000px; }

#wo-generator .wo-type-card {
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid rgba(231, 216, 176, 0.25);
    background: #1a1520 !important;
    padding: 20px 16px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
#wo-generator .wo-type-card:hover { border-color: #e7d8b0; transform: translateY(-4px); box-shadow: 0 12px 40px rgba(231, 216, 176, 0.2); }
#wo-generator .wo-type-card.wo-selected { border-color: #e7d8b0; box-shadow: 0 0 30px rgba(231, 216, 176, 0.3); }

#wo-generator .wo-type-visual { display: flex; justify-content: center; align-items: center; margin-bottom: 12px; }
#wo-generator .wo-type-portrait .wo-type-rect { width: 50px; height: 70px; border: 2px solid #e7d8b0; border-radius: 6px; background: linear-gradient(135deg, rgba(231,216,176,0.1), rgba(74,45,110,0.3)); }
#wo-generator .wo-type-image .wo-type-rect { width: 90px; height: 60px; border: 2px solid #e7d8b0; border-radius: 6px; background: linear-gradient(135deg, rgba(231,216,176,0.1), rgba(74,45,110,0.3)); }
#wo-generator .wo-type-name {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px; font-weight: 700;
    color: #e7d8b0 !important;
    text-transform: uppercase; letter-spacing: 1px;
    text-shadow: 0 2px 4px rgb(0 0 0), 0 0 12px rgba(130, 100, 50, 0.8);
    margin-bottom: 6px;
}
#wo-generator .wo-type-desc {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    color: rgba(252, 250, 245, 0.9) !important;
    line-height: 1.6;
    text-shadow: none !important;
    margin-top: 6px;
}

/* Credits card */
#wo-generator .wo-type-card.wo-credits-card { cursor: default; }
.wo-credits-card * { cursor: default; }
.wo-credits-card .wo-credit-row-buy, .wo-credits-card .wo-credit-row-cart { cursor: pointer; }
#wo-generator .wo-type-card.wo-credits-card:hover { border-color: rgba(231,216,176,0.25); transform: none; box-shadow: none; }
.wo-credit-lines { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; width: 100%; }
.wo-credit-row { display: flex; align-items: center; gap: 10px; }
.wo-credit-row-amount { font-family: 'Montserrat', sans-serif !important; font-size: 13px; color: rgba(252,250,245,0.8) !important; flex: 1; white-space: nowrap; }
.wo-credit-row-price { font-family: 'Montserrat', sans-serif !important; font-size: 14px; font-weight: 700; color: #e7d8b0 !important; white-space: nowrap; }
.wo-credit-row-buy {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.5px;
    color: #e7d8b0 !important;
    background: transparent !important;
    border: 1px solid rgba(231,216,176,0.4);
    border-radius: 4px; padding: 4px 12px;
    text-decoration: none; cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.wo-credit-row-buy:hover { background: rgba(231,216,176,0.1) !important; border-color: #e7d8b0; }
.wo-credit-row-cart { display: flex; align-items: center; justify-content: center; color: #e7d8b0 !important; opacity: 0.5; text-decoration: none; cursor: pointer; transition: opacity 0.2s; padding: 4px 6px; }
.wo-credit-row-cart svg { cursor: pointer; pointer-events: none; }
.wo-credit-row-cart:hover { opacity: 1; }

@media (max-width: 800px) {
    #wo-generator .wo-type-grid-3 { grid-template-columns: 1fr 1fr; }
    #wo-generator .wo-type-grid-4 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    #wo-generator .wo-type-grid { grid-template-columns: 1fr; }
    #wo-generator .wo-type-grid-3 { grid-template-columns: 1fr; }
}

/* =============================================
   GENDER GRID
   ============================================= */
#wo-generator .wo-gender-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; max-width: 700px; margin: 0 auto 32px; }
#wo-generator .wo-gender-card {
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid rgba(231, 216, 176, 0.25);
    background: #1a1520 !important;
    padding: 40px 24px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}
#wo-generator .wo-gender-card:hover { border-color: #e7d8b0; transform: translateY(-4px); box-shadow: 0 12px 40px rgba(231, 216, 176, 0.2); }
#wo-generator .wo-gender-card.wo-selected { border-color: #e7d8b0; box-shadow: 0 0 30px rgba(231, 216, 176, 0.3); }
#wo-generator .wo-gender-icon { font-size: 0; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; height: auto; }
#wo-generator .wo-gender-icon svg { filter: drop-shadow(0 0 8px rgba(231, 216, 176, 0.3)); transition: filter 0.3s ease; }
#wo-generator .wo-gender-card:hover .wo-gender-icon svg,
#wo-generator .wo-gender-card.wo-selected .wo-gender-icon svg { filter: drop-shadow(0 0 16px rgba(231, 216, 176, 0.6)); }
#wo-generator .wo-gender-name { display: block; font-family: 'Montserrat', sans-serif !important; font-size: 18px; font-weight: 700; color: #e7d8b0 !important; text-transform: uppercase; letter-spacing: 1px; }
#wo-generator #wo-step-image-type .wo-gender-grid { grid-template-columns: 1fr 1fr; max-width: 480px; }

@media (max-width: 520px) { #wo-generator .wo-gender-grid { grid-template-columns: 1fr; } }

/* =============================================
   CATEGORY GRID
   ============================================= */
#wo-generator .wo-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 32px; max-width: 1200px; margin-left: auto; margin-right: auto; }
#wo-generator .wo-cat-grid.wo-hidden { display: none !important; }
#wo-generator #wo-image-cats,
#wo-generator #wo-people-cats { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }
#wo-generator #wo-animal-cats { grid-template-columns: repeat(2, 1fr); max-width: 500px; margin-left: auto; margin-right: auto; }

#wo-generator .wo-cat-card {
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid rgba(231, 216, 176, 0.25);
    background: #1a1520 !important;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 90px;
}
#wo-generator .wo-cat-card:hover { border-color: #e7d8b0; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(231, 216, 176, 0.2); }
#wo-generator .wo-cat-card.wo-selected { border-color: #e7d8b0; box-shadow: 0 0 24px rgba(231, 216, 176, 0.3); }
#wo-generator .wo-cat-card input[type="radio"] { display: none !important; }

#wo-generator .wo-cat-card .wo-cat-image-area {
    width: 100%;
    aspect-ratio: 2 / 3;
    background-image: var(--cat-bg);
    background-size: cover;
    background-position: center top;
    background-color: #1a1520;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: filter 0.3s ease;
}
#wo-generator .wo-cat-card:hover .wo-cat-image-area { filter: brightness(1.15); }
#wo-generator .wo-cat-card.wo-selected .wo-cat-image-area { filter: brightness(1.1); }

#wo-generator #wo-image-cats .wo-cat-image-area,
#wo-generator #wo-people-cats .wo-cat-image-area { aspect-ratio: 16 / 7; height: auto; background-size: cover; background-position: center center; }

#wo-generator .wo-cat-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; opacity: 0.6; display: flex; align-items: center; justify-content: center; }
#wo-generator .wo-cat-svg { width: 36px; height: 36px; color: #e7d8b0 !important; stroke: #e7d8b0; filter: drop-shadow(0 0 6px rgba(231, 216, 176, 0.4)); }
#wo-generator .wo-cat-card:hover .wo-cat-svg,
#wo-generator .wo-cat-card.wo-selected .wo-cat-svg { filter: drop-shadow(0 0 10px rgba(231, 216, 176, 0.7)); }

#wo-generator .wo-cat-card .wo-cat-info { padding: 14px 16px; width: 100%; background: rgba(10, 7, 14, 0.6) !important; position: relative; z-index: 1; flex: 1; }
#wo-generator .wo-cat-name { display: block; font-family: 'Cinzel', serif !important; font-size: 15px; font-weight: 700; color: #e7d8b0 !important; margin-bottom: 4px; letter-spacing: 1px; }
#wo-generator .wo-cat-desc { display: block; font-family: 'Montserrat', sans-serif !important; font-size: 12px; color: rgba(252, 250, 245, 0.85) !important; line-height: 1.4; }

#wo-generator .wo-cat-check {
    position: absolute; top: 10px; right: 10px; z-index: 3;
    width: 22px; height: 22px; border-radius: 50%;
    background: #e7d8b0 !important; color: #0d0a0e !important;
    display: flex !important; align-items: center; justify-content: center;
    font-size: 11px; font-weight: bold;
    opacity: 0; transition: opacity 0.3s ease;
}
#wo-generator .wo-cat-card.wo-selected .wo-cat-check { opacity: 1; }

/* Puzzle postacie */
#wo-generator #wo-puzzle-postacie .wo-cat-image-area {
    aspect-ratio: 1 / 1;
    background-image: none !important;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15%;
}
#wo-generator #wo-puzzle-postacie .wo-cat-image-area img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 0 8px rgba(231,216,176,0.3)); }

@media (max-width: 600px) {
    #wo-generator .wo-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-left: -8px; margin-right: -8px; }
    #wo-generator #wo-image-cats, #wo-generator #wo-people-cats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    #wo-generator .wo-cat-grid { gap: 6px; margin-left: -12px; margin-right: -12px; }
    #wo-generator .wo-cat-card .wo-cat-info { padding: 8px 10px; }
    #wo-generator .wo-cat-name { font-size: 11px; letter-spacing: 0.5px; }
    #wo-generator .wo-cat-desc { font-size: 10px; }
}

/* =============================================
   STYLE LIST (table rows)
   ============================================= */
#wo-generator #wo-styles-container.wo-style-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
    border: 2px solid rgba(231, 216, 176, 0.25);
    border-radius: 12px;
    overflow: hidden;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-card {
    width: 100%; flex: none; min-height: unset; height: auto;
    display: flex !important; flex-direction: row; align-items: center; justify-content: flex-start;
    text-align: left; padding: 12px 18px; gap: 12px; margin: 0;
    background: #1a1520 !important; border: none; border-bottom: 1px solid rgba(231, 216, 176, 0.15);
    border-radius: 0; box-shadow: none; transform: none;
    cursor: pointer; transition: background 0.2s ease;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-card:last-child { border-bottom: none; }
#wo-generator #wo-styles-container.wo-style-list .wo-style-card:hover { background: #241e2c !important; transform: none; box-shadow: none; }
#wo-generator #wo-styles-container.wo-style-list .wo-style-card.wo-selected { background: #241e2c !important; box-shadow: inset 3px 0 0 #e7d8b0; transform: none; }

#wo-generator #wo-styles-container.wo-style-list .wo-style-icon {
    flex-shrink: 0; width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 0; opacity: 0.7; transition: opacity 0.2s; font-size: 0;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-icon svg { width: 18px; height: 18px; stroke: #e7d8b0; fill: none; }
#wo-generator #wo-styles-container.wo-style-list .wo-style-card:hover .wo-style-icon,
#wo-generator #wo-styles-container.wo-style-list .wo-style-card.wo-selected .wo-style-icon { opacity: 1; }

#wo-generator #wo-styles-container.wo-style-list .wo-style-text { display: flex; flex-direction: column; gap: 1px; flex: 1; }
#wo-generator #wo-styles-container.wo-style-list .wo-style-name {
    font-family: 'Cinzel', serif !important; font-size: 11px; font-weight: 700;
    color: #e7d8b0 !important; text-transform: uppercase; letter-spacing: 1.5px; line-height: 1.2;
    text-align: left; text-shadow: none;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-subdesc {
    font-size: 11px; color: rgba(252, 250, 245, 0.9) !important;
    font-family: 'Montserrat', sans-serif !important; letter-spacing: 0; font-weight: 500; line-height: 1.3;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-card:hover .wo-style-subdesc,
#wo-generator #wo-styles-container.wo-style-list .wo-style-card.wo-selected .wo-style-subdesc { color: rgba(252, 250, 245, 1) !important; }

#wo-generator #wo-styles-container.wo-style-list .wo-style-check {
    margin-left: auto; flex-shrink: 0; opacity: 0; transition: opacity 0.15s;
    color: #e7d8b0 !important; font-size: 13px;
    position: static; width: auto; height: auto; background: none !important; border-radius: 0;
}
#wo-generator #wo-styles-container.wo-style-list .wo-style-card.wo-selected .wo-style-check { opacity: 1; }

#wo-generator #wo-styles-container.wo-style-list .wo-style-info,
#wo-generator #wo-styles-container.wo-style-list .wo-style-desc,
#wo-generator #wo-styles-container.wo-style-list .wo-style-image { display: none !important; }

@media (max-width: 600px) {
    #wo-generator #wo-styles-container.wo-style-list .wo-style-card { padding: 9px 12px; gap: 10px; }
}

/* Tile view fallback */
#wo-generator .wo-styles-grid:not(.wo-style-list),
#wo-generator #wo-styles-container:not(.wo-style-list) {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px; justify-items: center; justify-content: center; margin-bottom: 40px;
}
#wo-generator #wo-styles-container:empty { display: none !important; }

/* =============================================
   BUTTONS
   ============================================= */
#wo-generator .wo-btn,
body #wo-generator button.wo-btn,
body #wo-generator button {
    background: rgba(10, 10, 10, 0.85) !important;
    color: #e7d8b0 !important;
    -webkit-text-fill-color: #e7d8b0 !important;
    border: 1px solid #e7d8b0;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    text-shadow: none !important;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    box-shadow: none; transform: none;
    display: inline-flex; align-items: center; justify-content: center;
}
#wo-generator .wo-btn:hover,
body #wo-generator button.wo-btn:hover,
body #wo-generator button:hover {
    background: #e7d8b0 !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
    transform: none; box-shadow: none;
}
#wo-generator .wo-btn:disabled,
body #wo-generator button:disabled { opacity: 0.4; cursor: not-allowed; }

#wo-generator .wo-step-nav { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; width: 100%; }
#wo-generator .wo-btn-order { width: 100%; padding: 12px 20px; font-size: 0.8rem; margin-top: 0; }
#wo-generator .wo-result-back-btns { display: flex; gap: 8px; margin-top: 0; flex-wrap: wrap; }
#wo-generator .wo-result-back-btns .wo-btn-back { flex: 1; min-width: 160px; justify-content: center; padding: 12px 20px; font-size: 0.8rem; }

#wo-generator .wo-top-action-bar { display: flex; flex-wrap: nowrap; gap: 8px; margin: 16px 0 8px; }
#wo-generator .wo-top-action-bar .wo-btn-restart,
#wo-generator .wo-top-action-bar #wo-generate-another {
    display: flex; width: auto; flex: 1 1 0%; min-width: 0; margin: 0;
    justify-content: center; align-items: center;
}
#wo-generator .wo-btn-restart {
    background: transparent !important;
    border: 1px solid rgba(231, 216, 176, 0.15);
    border-radius: 3px;
    color: rgba(231, 216, 176, 0.45) !important;
    -webkit-text-fill-color: rgba(231, 216, 176, 0.45) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    cursor: pointer; padding: 12px 20px;
    transition: all 0.2s ease;
}
#wo-generator .wo-btn-restart:hover {
    color: #e7d8b0 !important;
    -webkit-text-fill-color: #e7d8b0 !important;
    background: rgba(231, 216, 176, 0.05) !important;
    border-color: rgba(231, 216, 176, 0.3);
}

/* =============================================
   UPLOAD
   ============================================= */
#wo-generator .wo-upload-area {
    border: 2px dashed rgba(231, 216, 176, 0.25); border-radius: 12px;
    background: #1a1520 !important; transition: all 0.3s ease;
    margin: 0 auto 24px; cursor: pointer;
    min-height: 180px; max-width: 560px;
    display: flex; align-items: center; justify-content: center;
}
#wo-generator .wo-upload-area:hover,
#wo-generator .wo-upload-area.wo-drag-over { border-color: #e7d8b0; background: #1e1925 !important; }
#wo-generator .wo-upload-placeholder { text-align: center; padding: 36px 24px; }
#wo-generator .wo-upload-icon { font-size: 48px; margin-bottom: 16px; display: block; }
#wo-generator .wo-upload-placeholder p { font-size: 16px; color: #fcfaf5 !important; margin: 0 0 8px; text-shadow: none !important; }
#wo-generator .wo-upload-placeholder span { font-size: 13px; color: #fcfaf5 !important; opacity: 0.7; }
#wo-generator .wo-upload-preview { position: relative; width: 100%; }
#wo-generator .wo-upload-preview img { width: 100%; max-height: 320px; object-fit: contain; border-radius: 12px; display: block; }
#wo-generator .wo-btn-remove { position: absolute; top: 12px; right: 12px; background: rgba(0,0,0,0.7) !important; color: #fff !important; border: none !important; border-radius: 6px; padding: 6px 12px; cursor: pointer; font-size: 13px; }
#wo-generator .wo-tips { background: #1a1520 !important; border: 1px solid rgba(231, 216, 176, 0.25); border-radius: 12px; padding: 16px 20px; margin: 0 auto 24px; max-width: 560px; font-size: 13px; color: #fcfaf5 !important; }
#wo-generator .wo-tips strong { color: #e7d8b0 !important; display: block; margin-bottom: 8px; font-weight: 600; }
#wo-generator .wo-tips ul { margin: 0; padding: 0; list-style: none !important; text-align: center; }
#wo-generator .wo-tips li { list-style: none !important; margin-bottom: 4px; color: #fcfaf5 !important; }
#wo-generator .wo-tips li::before { content: '• '; color: #e7d8b0 !important; }

/* =============================================
   PREVIEW RESULT
   ============================================= */
#wo-generator .wo-preview-result { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
#wo-generator .wo-preview-image-wrap { position: relative; border-radius: 12px; overflow: hidden; border: 2px solid rgba(231, 216, 176, 0.25); }
#wo-generator .wo-preview-image-wrap img { width: 100%; display: block; }
#wo-generator .wo-preview-image-wrap::after { content: ''; position: absolute; inset: 0; z-index: 2; cursor: default; }
#wo-generator .wo-watermark-notice { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7) !important; color: #e7d8b0 !important; text-align: center; padding: 10px; font-size: 12px; letter-spacing: 1px; }

@media (max-width: 720px) { #wo-generator .wo-preview-result { grid-template-columns: 1fr; } }

/* =============================================
   PRODUCTS
   ============================================= */
#wo-generator .wo-product-selector { background: none !important; border-radius: 0; padding: 0; }
#wo-generator .wo-products-bg { background: transparent !important; border-radius: 0; padding: 0; margin-bottom: 1rem; }
#wo-generator .wo-product-selector h3 { font-family: 'Cinzel', serif !important; font-size: 16px; color: #e7d8b0 !important; margin: 0 0 16px; text-shadow: none !important; }
#wo-generator .wo-product-card {
    display: flex !important; align-items: center; gap: 12px;
    padding: 12px 16px; border-radius: 8px;
    border: 1px solid rgba(231, 216, 176, 0.25);
    background: #1a1520 !important; cursor: pointer;
    transition: all 0.3s ease; margin-bottom: 8px;
}
#wo-generator .wo-product-card:hover { border-color: #e7d8b0; background: #1e1925 !important; }
#wo-generator .wo-product-card.wo-product-selected { border-color: #e7d8b0; background: #221d2e !important; }
#wo-generator .wo-product-card.wo-hidden { display: none !important; }
#wo-generator .wo-product-info { flex: 1; }
#wo-generator .wo-product-name { display: block; font-family: 'Montserrat', sans-serif !important; font-size: 14px; font-weight: 600; color: #fcfaf5 !important; }
#wo-generator .wo-product-desc { display: block; font-family: 'Montserrat', sans-serif !important; font-size: 12px; color: #fcfaf5 !important; opacity: 0.7; margin-top: 2px; }
#wo-generator .wo-product-price { font-family: 'Cinzel', serif !important; font-size: 16px; font-weight: 700; color: #e7d8b0 !important; white-space: nowrap; }

/* =============================================
   GALLERY
   ============================================= */
#wo-generator .wo-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; justify-content: center; }
#wo-generator .wo-gallery-thumb { width: 80px; height: 80px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid rgba(231, 216, 176, 0.2); opacity: 0.6; transition: all 0.2s ease; position: relative; pointer-events: auto; }
#wo-generator .wo-gallery-thumb:hover { opacity: 0.9; border-color: rgba(231, 216, 176, 0.6); }
#wo-generator .wo-gallery-thumb.wo-gallery-active { opacity: 1; border-color: #e7d8b0; box-shadow: 0 0 12px rgba(231, 216, 176, 0.4); }
#wo-generator .wo-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
#wo-generator .wo-gallery-thumb span { position: absolute; bottom: 3px; right: 5px; font-size: 10px; color: #e7d8b0 !important; font-family: 'Cinzel', serif !important; text-shadow: 0 1px 3px rgba(0,0,0,0.9); }

/* =============================================
   LOADING / ERROR
   ============================================= */
.wo-loading-overlay { position: fixed; inset: 0; background: rgba(13, 10, 14, 0.92) !important; z-index: 99999; display: flex; align-items: center; justify-content: center; }
.wo-loading-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.wo-spinner { width: 60px; height: 60px; border: 3px solid rgba(231, 216, 176, 0.2); border-top-color: #e7d8b0; border-radius: 50%; animation: wo-spin 1s linear infinite; margin: 0 auto 24px; }
@keyframes wo-spin { to { transform: rotate(360deg); } }
.wo-loading-inner p { font-family: 'Montserrat', sans-serif !important; font-size: 20px; color: #e7d8b0 !important; margin: 0 0 8px; }
.wo-loading-inner span { font-size: 13px; color: #fcfaf5 !important; opacity: 0.7; }
.wo-error { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: #3d1515 !important; border: 1px solid #7a2020; color: #ffaaaa !important; padding: 14px 48px 14px 20px; border-radius: 8px; z-index: 99999; max-width: 500px; width: 90%; font-size: 14px; }
.wo-btn-close { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); background: none !important; border: none !important; color: #ffaaaa !important; cursor: pointer; font-size: 16px; }

/* =============================================
   ANIMAL SELECTOR
   ============================================= */
#wo-generator .wo-animal-selector { margin: 0; }
#wo-generator .wo-animal-label { display: none !important; }
#wo-generator #wo-animal-list {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    max-width: 560px; margin: 0 auto;
    border: 2px solid rgba(231, 216, 176, 0.25); border-radius: 12px; overflow: hidden;
}
#wo-generator #wo-animal-list .wo-style-card {
    display: flex !important; flex-direction: row; align-items: center;
    padding: 12px 18px; gap: 12px;
    background: #1a1520 !important; border: none; border-bottom: 1px solid rgba(231, 216, 176, 0.15);
    border-radius: 0; box-shadow: none; transform: none;
    cursor: pointer; transition: background 0.2s ease;
    min-height: unset; width: 100%;
}
#wo-generator #wo-animal-list .wo-style-card:nth-child(odd) { border-right: 1px solid rgba(231, 216, 176, 0.15); }
#wo-generator #wo-animal-list .wo-style-card:nth-last-child(-n+2) { border-bottom: none; }
#wo-generator #wo-animal-list .wo-style-card:hover { background: #241e2c !important; transform: none; box-shadow: none; }
#wo-generator #wo-animal-list .wo-style-card.wo-animal-selected { background: rgba(231, 216, 176, 0.12) !important; box-shadow: inset 3px 0 0 #e7d8b0; transform: none; }
#wo-generator #wo-animal-list .wo-style-text { display: flex; flex-direction: column; gap: 1px; flex: 1; }
#wo-generator #wo-animal-list .wo-style-name { font-family: 'Cinzel', serif !important; font-size: 11px; font-weight: 700; color: #e7d8b0 !important; text-transform: uppercase; letter-spacing: 1.5px; }
#wo-generator #wo-animal-list .wo-style-subdesc { font-size: 11px; color: rgba(252, 250, 245, 0.85) !important; font-family: 'Montserrat', sans-serif !important; }
#wo-generator #wo-animal-list .wo-style-check { margin-left: auto; opacity: 0; color: #e7d8b0 !important; font-size: 13px; }
#wo-generator #wo-animal-list .wo-style-card.wo-animal-selected .wo-style-check { opacity: 1; }

@media (max-width: 600px) {
    #wo-generator #wo-animal-list { grid-template-columns: 1fr; }
    #wo-generator #wo-animal-list .wo-style-card:nth-child(odd) { border-right: none; }
    #wo-generator #wo-animal-list .wo-style-card:nth-last-child(-n+2) { border-bottom: 1px solid rgba(231, 216, 176, 0.15); }
    #wo-generator #wo-animal-list .wo-style-card:last-child { border-bottom: none; }
}

/* =============================================
   COUNTER / LIMIT
   ============================================= */
#wo-generator .wo-previews-counter { text-align: center; font-size: 12px; color: rgba(252, 250, 245, 0.5) !important; margin-top: 12px; font-family: 'Montserrat', sans-serif !important; }
#wo-generator .wo-doladuj-link { color: rgba(231, 216, 176, 0.6) !important; text-decoration: none; font-size: 11px; transition: color 0.2s; }
#wo-generator .wo-doladuj-link:hover { color: #e7d8b0 !important; }
#wo-generator .wo-generate-another-wrap { text-align: center; margin-top: 16px; }
#wo-generator .wo-btn-secondary { background: transparent !important; border: 1px solid rgba(231, 216, 176, 0.4); color: #e7d8b0 !important; padding: 10px 24px; border-radius: 6px; font-family: 'Montserrat', sans-serif !important; font-size: 13px; cursor: pointer; transition: all 0.2s ease; }
#wo-generator .wo-btn-secondary:hover { border-color: #e7d8b0; background: rgba(231, 216, 176, 0.08) !important; }
#wo-generator .wo-limit-notice { background: rgba(20, 14, 28, 0.9) !important; border: 1px solid rgba(231, 216, 176, 0.25); border-radius: 10px; padding: 24px; text-align: center; margin-top: 20px; }
#wo-generator .wo-limit-icon { font-size: 32px; margin-bottom: 12px; }
#wo-generator .wo-limit-notice p { color: #fcfaf5 !important; font-family: 'Montserrat', sans-serif !important; font-size: 14px; line-height: 1.6; margin: 0 0 16px; }

/* =============================================
   PACKAGES
   ============================================= */
.wo-packages { margin-top: 60px; padding: 20px; text-align: center; border-top: 1px solid rgba(231, 216, 176, 0.08); opacity: 0.7; transition: opacity 0.3s; }
.wo-packages:hover { opacity: 1; }
.wo-packages-intro { font-family: 'Montserrat', sans-serif !important; color: rgba(252, 250, 245, 0.45) !important; font-size: 11px; margin-bottom: 14px; letter-spacing: 0.5px; }
.wo-packages-intro span { color: rgba(231, 216, 176, 0.5) !important; }
.wo-packages-grid { display: flex; justify-content: center; gap: 8px; max-width: 420px; margin: 0 auto; }
.wo-package-card { background: transparent !important; border: 1px solid rgba(231, 216, 176, 0.1); border-radius: 6px; padding: 10px 12px; flex: 1; transition: border-color 0.3s ease, background 0.3s ease; }
.wo-package-card:hover { border-color: rgba(231, 216, 176, 0.3); background: rgba(10,10,10,0.4) !important; }
.wo-package-card.wo-package-featured { border-color: rgba(231, 216, 176, 0.25); }
.wo-package-name { font-family: 'Montserrat', sans-serif !important; font-size: 10px; font-weight: 500; color: rgba(231, 216, 176, 0.5) !important; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.wo-package-credits { font-family: 'Montserrat', sans-serif !important; font-size: 12px; color: rgba(252, 250, 245, 0.5) !important; margin-bottom: 4px; }
.wo-package-price { font-family: 'Montserrat', sans-serif !important; font-size: 13px; font-weight: 600; color: rgba(231, 216, 176, 0.7) !important; margin-bottom: 8px; }
.wo-package-card .wo-btn { font-size: 10px; padding: 5px 10px; opacity: 0.6; }
.wo-package-card:hover .wo-btn { opacity: 1; }
@media (max-width: 500px) { .wo-packages-grid { flex-direction: column; max-width: 200px; } }

/* =============================================
   IMAGE PROTECTION
   ============================================= */
#wo-generator img, #wo-gallery img { -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-touch-callout: none; pointer-events: none; }

/* =============================================
   MODAL
   ============================================= */
body.wo-modal-open { overflow: hidden !important; }
body.wo-modal-open header,
body.wo-modal-open .main-menu,
body.wo-modal-open .logo,
body.wo-modal-open .logo img { z-index: 0 !important; position: relative; }

.wo-modal-overlay {
    position: fixed; inset: 0;
    background: rgba(5, 3, 8, 0.92) !important;
    z-index: 999999;
    display: flex !important; align-items: center; justify-content: center;
    padding: 1rem; backdrop-filter: blur(4px);
    animation: wo-modal-fadein 0.22s ease;
}
.wo-modal-overlay.wo-hidden { display: none !important; }
@keyframes wo-modal-fadein { from { opacity: 0; } to { opacity: 1; } }

.wo-modal {
    position: relative;
    background: rgba(14, 10, 20, 0.98);
    border: 1px solid rgba(231, 216, 176, 0.3);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.95);
    max-width: 680px; width: 100%; max-height: 90vh;
    display: flex; flex-direction: column;
    animation: wo-modal-slidein 0.26s cubic-bezier(.22,.68,0,1.2);
}
@keyframes wo-modal-slidein {
    from { opacity: 0; transform: translateY(24px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.wo-modal-close {
    position: absolute; top: 14px; right: 14px;
    background: rgba(231,216,176,0.08) !important; border: 1px solid rgba(231,216,176,0.15);
    border-radius: 50%; color: rgba(231,216,176,0.6) !important; font-size: 14px;
    width: 30px; height: 30px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, color 0.2s; z-index: 10;
}
.wo-modal-close:hover { background: rgba(231,216,176,0.15) !important; color: #e7d8b0 !important; }

.wo-modal-header { text-align: center; padding: 2rem 2rem 1.2rem; border-bottom: 1px solid rgba(231,216,176,0.1); flex-shrink: 0; }
.wo-modal-icon { font-size: 2.4rem; margin-bottom: 0.5rem; line-height: 1; }
.wo-modal-header h2 { font-family: 'Cinzel', serif !important; font-size: 1.4rem; font-weight: 700; color: #e7d8b0 !important; margin: 0 0 0.4rem; text-shadow: 0 0 20px rgba(231,216,176,0.3); }
.wo-modal-header p { font-size: 0.88rem; color: rgba(252,250,245,0.55) !important; margin: 0; }

.wo-modal-body { overflow-y: auto; flex: 1; padding: 1.4rem 2rem; scrollbar-width: thin; scrollbar-color: rgba(231,216,176,0.2) transparent; }
.wo-modal-body::-webkit-scrollbar { width: 4px; }
.wo-modal-body::-webkit-scrollbar-thumb { background: rgba(231,216,176,0.2); border-radius: 2px; }

.wo-modal-section { margin-bottom: 1.6rem; }
.wo-modal-section:last-child { margin-bottom: 0; }
.wo-modal-section-title { display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif !important; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; color: #e7d8b0 !important; margin: 0 0 1rem; }
.wo-modal-step-num { width: 22px; height: 22px; border-radius: 50%; background: rgba(231,216,176,0.12); border: 1px solid rgba(231,216,176,0.3); color: #e7d8b0 !important; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.wo-tutorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wo-tutorial-item { background: rgba(255,255,255,0.03); border-radius: 10px; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.wo-tutorial-good { border: 1px solid rgba(76,175,80,0.25); }
.wo-tutorial-bad  { border: 1px solid rgba(229,57,53,0.2); }
.wo-tutorial-thumb { height: 70px; display: flex; align-items: center; justify-content: center; }
.wo-tutorial-good .wo-tutorial-thumb svg { color: rgba(76,175,80,0.7); width: 70px; height: 70px; }
.wo-tutorial-bad  .wo-tutorial-thumb svg { color: rgba(229,57,53,0.5); width: 70px; height: 70px; }
.wo-tutorial-tip { font-size: 0.8rem; }
.wo-tutorial-tip strong { display: block; margin-bottom: 6px; font-size: 0.82rem; }
.wo-tip-good strong { color: #81c784 !important; }
.wo-tip-bad  strong { color: #e57373 !important; }
.wo-tutorial-tip ul { margin: 0; padding-left: 14px; color: rgba(252,250,245,0.6) !important; line-height: 1.6; }

.wo-terms-list { display: flex; flex-direction: column; gap: 10px; }
.wo-term-item { display: flex; gap: 12px; align-items: flex-start; background: rgba(231,216,176,0.03); border: 1px solid rgba(231,216,176,0.08); border-radius: 8px; padding: 12px 14px; }
.wo-term-icon { font-size: 1.2rem; flex-shrink: 0; line-height: 1.4; }
.wo-term-item strong { display: block; font-size: 0.85rem; font-weight: 600; color: rgba(252,250,245,0.9) !important; margin-bottom: 3px; }
.wo-term-item p { margin: 0; font-size: 0.8rem; color: rgba(252,250,245,0.5) !important; line-height: 1.55; }
.wo-term-item p strong { display: inline; color: rgba(252,250,245,0.75) !important; font-size: inherit; }

.wo-modal-footer { padding: 1.2rem 2rem 1.6rem; border-top: 1px solid rgba(231,216,176,0.1); display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

#wo-generator .wo-modal-footer label.wo-modal-checkbox-label,
#wo-generator .wo-modal-footer label.wo-modal-checkmark-inner {
    display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px;
    cursor: pointer; font-size: 0.75rem; color: rgba(252,250,245,0.65) !important;
    line-height: 1.4; user-select: none; margin: 0; padding: 0;
    float: none !important; width: 100%;
}
#wo-generator .wo-modal-footer label.wo-modal-checkbox-label input[type="checkbox"] {
    width: 16px; height: 16px; min-width: 16px;
    accent-color: #e7d8b0; cursor: pointer; flex-shrink: 0;
    position: static; opacity: 1; pointer-events: auto;
    display: block !important;
}
.wo-modal-checkmark { width: 20px; height: 20px; min-width: 20px; border: 1.5px solid rgba(231,216,176,0.4); border-radius: 4px; background: rgba(0,0,0,0.3) !important; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, background 0.2s; flex-shrink: 0; }
#wo-generator .wo-modal-footer label.wo-modal-checkbox-label input[type="checkbox"]:checked ~ .wo-modal-checkmark { background: #e7d8b0 !important; border-color: #e7d8b0; }
#wo-generator .wo-modal-footer label.wo-modal-checkbox-label input[type="checkbox"]:checked ~ .wo-modal-checkmark::after { content: ''; display: block; width: 5px; height: 9px; border: 2px solid #000; border-top: none; border-left: none; transform: rotate(45deg) translate(-1px, -1px); }

.wo-modal-confirm { width: 100%; padding: 14px; font-size: 0.9rem; letter-spacing: 1px; }
.wo-modal-confirm:disabled { opacity: 0.35; cursor: not-allowed; }
.wo-modal-terms-link { text-align: center; font-size: 0.78rem; color: rgba(252,250,245,0.35) !important; margin: 0; }
.wo-modal-terms-link a { color: rgba(231,216,176,0.55) !important; text-decoration: underline; text-underline-offset: 2px; }
.wo-modal-terms-link a:hover { color: #e7d8b0 !important; }

.wo-scroll-hint { text-align: center; padding: 8px 2rem; background: linear-gradient(to top, rgba(14,10,20,0.98) 60%, transparent); color: rgba(231, 216, 176, 0.6) !important; font-size: 0.82rem; letter-spacing: 0.5px; animation: wo-bounce 1.5s ease-in-out infinite; flex-shrink: 0; }
@keyframes wo-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
.wo-scroll-locked { opacity: 0.35; pointer-events: none; cursor: not-allowed; }
.wo-scroll-locked .wo-modal-checkmark { border-color: rgba(231, 216, 176, 0.15); }

@media (max-width: 600px) {
    .wo-modal { border-radius: 12px 12px 0 0; max-height: 95vh; align-self: flex-end; }
    .wo-modal-overlay { align-items: flex-end; padding: 0; }
    .wo-modal-header { padding: 1.4rem 1.2rem 1rem; }
    .wo-modal-body { padding: 1rem 1.2rem; }
    .wo-modal-footer { padding: 1rem 1.2rem 1.4rem; }
    .wo-tutorial-grid { grid-template-columns: 1fr; }
}

/* =============================================
   TOOLTIPS
   ============================================= */
.wo-tooltip-wrap { display: inline-flex; align-items: center; position: relative; margin-left: 6px; vertical-align: middle; }
.wo-product-group-title { display: flex; align-items: center; }
.wo-tooltip-icon { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(231, 216, 176, 0.2); border: 1px solid rgba(231, 216, 176, 0.4); color: rgba(231, 216, 176, 0.8) !important; font-size: 10px; font-weight: 700; cursor: pointer; font-style: normal; line-height: 1; transition: background 0.2s; user-select: none; }
.wo-tooltip-icon:hover, .wo-tooltip-wrap.wo-tooltip-open .wo-tooltip-icon { background: rgba(231, 216, 176, 0.35); color: #e7d8b0 !important; }
.wo-tooltip-box { display: none; position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: rgba(10, 8, 16, 0.97) !important; border: 1px solid rgba(231, 216, 176, 0.3); border-radius: 8px; padding: 10px 14px; width: 240px; font-size: 0.78rem; color: rgba(252, 250, 245, 0.85) !important; line-height: 1.55; font-weight: 400; text-transform: none; letter-spacing: 0; box-shadow: 0 8px 24px rgba(0,0,0,0.8); z-index: 9999; pointer-events: none; }
.wo-tooltip-box::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: rgba(231, 216, 176, 0.3); }
@media (hover: hover) { .wo-tooltip-wrap:hover .wo-tooltip-box { display: block; } }
.wo-tooltip-wrap.wo-tooltip-open .wo-tooltip-box { display: block; }
@media (max-width: 500px) { .wo-tooltip-box { width: 200px; left: auto; right: 0; transform: none; } .wo-tooltip-box::after { left: auto; right: 12px; transform: none; } }

@media (max-width: 480px) { #wo-generator { padding: 15px 12px; } }

/* =============================================
   PROGRESS BREADCRUMBS
   ============================================= */
.wo-progress { padding: 0 0 14px; margin-bottom: 4px; position: relative; }
.wo-progress-complete { opacity: 0.3; transition: opacity 0.5s; }
.wo-progress-track { position: absolute; top: 7px; left: 20px; right: 20px; height: 2px; background: rgba(231,216,176,0.12); border-radius: 2px; overflow: hidden; }
.wo-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #e7d8b0, #c4a96a); border-radius: 2px; transition: width 0.4s cubic-bezier(0.4,0,0.2,1); }
.wo-progress-steps { display: flex; justify-content: space-between; position: relative; }
.wo-progress-dot { display: flex; flex-direction: column; align-items: center; gap: 4px; z-index: 1; }
.wo-dot-circle { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(231,216,176,0.2); background: #0a070e; transition: all 0.3s ease; display: block; }
.wo-dot-active .wo-dot-circle { border-color: #e7d8b0; background: rgba(231,216,176,0.15); }
.wo-dot-current .wo-dot-circle { border-color: #e7d8b0; background: #e7d8b0; box-shadow: 0 0 8px rgba(231,216,176,0.4); }
.wo-dot-label { font-family: "Montserrat", sans-serif; font-size: 9px; font-weight: 600; color: rgba(231,216,176,0.25) !important; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.3s; white-space: nowrap; }
.wo-dot-active .wo-dot-label { color: rgba(231,216,176,0.6) !important; }
.wo-dot-current .wo-dot-label { color: #e7d8b0 !important; }

@media (max-width: 480px) {
    .wo-dot-label { font-size: 7px; letter-spacing: 0; }
    .wo-dot-circle { width: 12px; height: 12px; }
    .wo-progress-track { top: 6px; left: 12px; right: 12px; }
}

/* =============================================
   LOADING PROGRESS BAR
   ============================================= */
.wo-loading-progress { width: 220px; height: 4px; background: rgba(231,216,176,0.1); border-radius: 4px; overflow: hidden; margin: 14px auto 10px; }
.wo-loading-progress-bar { height: 100%; width: 0%; background: linear-gradient(90deg, #c4a96a, #e7d8b0, #c4a96a); background-size: 200% 100%; border-radius: 4px; animation: wo-bar-shimmer 2s ease-in-out infinite; }
@keyframes wo-bar-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.wo-loading-sub { font-size: 11px; color: rgba(252,250,245,0.4) !important; display: block; }
.wo-loading-fact { margin: 12px auto 0; font-size: 11px; color: rgba(252,250,245,0.4) !important; font-style: normal; min-height: 16px; transition: opacity 0.4s ease; text-align: center; display: block; }
.wo-loading-fact.wo-fact-fade { opacity: 0; }

/* =============================================
   ORDER BUTTONS
   ============================================= */
.wo-order-btns { display: flex; gap: 8px; margin-top: 8px; }
.wo-btn-cart-only { flex: 1; padding: 12px 20px; background: rgba(231,216,176,0.06); border: 1px solid rgba(231,216,176,0.3); color: #e7d8b0 !important; border-radius: 3px; cursor: pointer; font-family: "Montserrat", sans-serif; font-size: 0.8rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: all 0.2s; }
.wo-btn-cart-only:hover { background: rgba(231,216,176,0.15); border-color: rgba(231,216,176,0.5); }
.wo-btn-cart-only:disabled { opacity: 0.5; cursor: default; }
.wo-order-btns .wo-btn-order { flex: 1; }

/* =============================================
   QUALITY STEP
   ============================================= */
.wo-quality-grid { max-width: 440px; }
.wo-quality-credits { font-family: 'Montserrat', sans-serif !important; font-size: 11px; color: rgba(231, 216, 176, 0.4) !important; -webkit-text-fill-color: rgba(231, 216, 176, 0.4) !important; letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; display: block; }