.elementor-57 .elementor-element.elementor-element-c9f9fa3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-ac4f257 *//**
 * A2 Custom Bat Builder Styles
 */

/* === Main Container === */
.a2-custom-bat-builder {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* === Builder Section === */
.a2-builder-section {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.a2-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #ffffff;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.a2-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.a2-collapse-toggle {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px 10px;
}

.a2-toggle-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.a2-section-content {
    display: none;
    padding: 30px;
}

.a2-section-content.active {
    display: block;
}

/* === Model Grid === */
.a2-model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.a2-model-card {
    border: 2px solid #e0e0e0;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

.a2-model-card:hover {
    border-color: #1a1a1a;
}

.a2-model-card.selected {
    border-color: #1a1a1a;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.a2-model-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.a2-model-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.a2-model-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0;
    min-height: 40px;
}

.a2-model-price {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px 0;
}

.a2-price-current {
    font-weight: 700;
    color: #1a1a1a;
}

.a2-price-original {
    text-decoration: line-through;
    color: #999;
}

.a2-tax-note {
    font-size: 0.85rem;
    color: #666;
}

/* === Size Grid === */
.a2-size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.a2-size-option {
    border: 2px solid #e0e0e0;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.a2-size-option:hover {
    border-color: #1a1a1a;
}

.a2-size-option.selected {
    border-color: #1a1a1a;
    background: #f0f0f0;
}

.a2-size-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.a2-size-option img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 15px auto;
    display: block;
}

.a2-size-specs {
    font-size: 0.85rem;
    color: #666;
    margin-top: 15px;
}

.a2-size-specs p {
    margin: 5px 0;
}

/* === Weight Grid === */
.a2-weight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.a2-weight-option {
    padding: 15px 20px;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.a2-weight-option:hover {
    border-color: #1a1a1a;
}

.a2-weight-option.selected {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

/* === Handle Options === */
.a2-subsection {
    margin-bottom: 30px;
}

.a2-subsection-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.a2-subsection-content {
    padding-top: 20px;
}

.a2-handle-thickness-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.a2-handle-option {
    padding: 15px;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-handle-option:hover {
    border-color: #1a1a1a;
}

.a2-handle-option.selected {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.a2-handle-shape-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.a2-handle-shape-option {
    border: 2px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-handle-shape-option:hover {
    border-color: #1a1a1a;
}

.a2-handle-shape-option.selected {
    border-color: #1a1a1a;
    background: #f0f0f0;
}

.a2-handle-shape-option img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

/* === Toe Grid === */
.a2-toe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.a2-toe-option {
    border: 2px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-toe-option:hover {
    border-color: #1a1a1a;
}

.a2-toe-option.selected {
    border-color: #1a1a1a;
    background: #f0f0f0;
}

.a2-toe-option img {
    width: 80px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* === Knocking Grid === */
.a2-knocking-grid,
.a2-binding-grid,
.a2-grip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.a2-knocking-option,
.a2-binding-option,
.a2-grip-option {
    padding: 20px;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.a2-knocking-option:hover,
.a2-binding-option:hover,
.a2-grip-option:hover {
    border-color: #1a1a1a;
}

.a2-knocking-option.selected,
.a2-binding-option.selected,
.a2-grip-option.selected {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.a2-option-price {
    font-size: 0.9rem;
    margin-top: 8px;
    font-weight: 600;
}

/* === Scuff Grid === */
.a2-scuff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.a2-scuff-option {
    border: 2px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-scuff-option:hover {
    border-color: #1a1a1a;
}

.a2-scuff-option.selected {
    border-color: #1a1a1a;
    background: #f0f0f0;
}

.a2-scuff-option img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

/* === Engraving === */
.a2-engraving-styles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.a2-style-option {
    padding: 15px;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-style-option:hover {
    border-color: #1a1a1a;
}

.a2-style-option.selected {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.a2-engraving-text {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    font-size: 1rem;
    font-family: inherit;
    margin-bottom: 15px;
}

.a2-engraving-price {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* === Note === */
.a2-builder-note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 30px 0;
}

.a2-builder-note p {
    margin: 0;
    font-weight: 600;
    color: #856404;
}

/* === Summary === */
.a2-builder-summary {
    background: #ffffff;
    border: 2px solid #1a1a1a;
    padding: 30px;
    margin-top: 30px;
}

.a2-price-breakdown {
    margin-bottom: 20px;
}

.a2-price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 1rem;
}

.a2-price-row.a2-total-row {
    border-top: 2px solid #1a1a1a;
    padding-top: 15px;
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}

.a2-add-to-cart-btn {
    width: 100%;
    padding: 18px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.a2-add-to-cart-btn:hover:not(:disabled) {
    background: #333333;
}

.a2-add-to-cart-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

/* === Responsive === */
@media (max-width: 768px) {
    .a2-model-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .a2-size-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-weight-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-handle-thickness-grid,
    .a2-handle-shape-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-toe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .a2-engraving-styles {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .a2-model-grid {
        grid-template-columns: 1fr;
    }
    
    .a2-toe-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */