.elementor-39 .elementor-element.elementor-element-65215d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-d2385b8 *//**
 * A2 Cricket Product Page Styles - UPDATED VERSION
 * With improved line heights and spacing to match reference UI
 */

/* === Product Page Container === */
.a2-product-page {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    padding-bottom: 80px;
}

/* === Main Product Container === */
.a2-product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 60px;
    align-items: flex-start;
}

/* === Left Side - Sticky Image Gallery === */
.a2-product-gallery-wrapper {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.a2-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.a2-gallery-main {
    width: 100%;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a2-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.a2-thumb {
    aspect-ratio: 1 / 1;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

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

.a2-thumb.active {
    border-color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.a2-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === Right Side - Scrollable Content === */
.a2-product-content-wrapper {
    overflow-y: auto;
}

.a2-product-content {
    padding-right: 20px;
}

/* === Breadcrumb === */
.a2-breadcrumb {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.a2-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.a2-breadcrumb a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

/* === Product Title === */
.a2-product-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

/* === Star Rating === */
.a2-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.a2-stars {
    color: #ffc107;
    font-size: 1.1rem;
}

.a2-review-count {
    color: #666;
    font-size: 0.95rem;
}

/* === Price Section === */
.a2-product-price-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.a2-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.a2-price-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

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

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

.a2-price-save {
    font-size: 1rem;
    color: #d32f2f;
    font-weight: 600;
    margin-bottom: 5px;
}

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

/* === Product Options === */
.a2-product-options {
    margin-bottom: 20px;
}

.a2-option-label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.a2-option-buttons {
    display: flex;
    gap: 10px;
}

.a2-option-btn {
    padding: 10px 20px;
    border: 2px solid #1a1a1a;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.a2-option-btn.active,
.a2-option-btn:hover {
    background: #1a1a1a;
    color: #ffffff;
}

/* === Stock Status === */
.a2-stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4caf50;
    font-weight: 600;
    margin-bottom: 25px;
}

.a2-stock-icon {
    color: #4caf50;
    font-size: 1.2rem;
}

/* === Action Buttons Desktop === */
.a2-product-actions-desktop {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.a2-btn {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.a2-btn-add-cart {
    background: #ffffff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.a2-btn-add-cart:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.a2-btn-buy-now {
    background: #1a1a1a;
    color: #ffffff;
}

.a2-btn-buy-now:hover {
    background: #333333;
}

.a2-btn-bulk {
    background: #1a1a1a;
    color: #ffffff;
}

.a2-btn-bulk:hover {
    background: #333333;
}

.a2-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.a2-btn-whatsapp:hover {
    background: #20ba5a;
}

.a2-whatsapp-icon {
    font-size: 1.3rem;
}

/* === Made in India Badge === */
.a2-badge {
    padding: 15px;
    background: #f0f7ff;
    border-left: 4px solid #2196F3;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 25px;
}

.a2-badge strong {
    color: #1565C0;
    font-size: 1rem;
}

/* === Short Description === */
.a2-product-short-description {
    margin-bottom: 30px;
    line-height: 2;
}

.a2-product-short-description p {
    margin: 0 0 15px 0;
    line-height: 2;
}

/* === Product Description === */
.a2-product-description {
    margin-top: 30px;
}

.a2-product-description h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 20px 0;
}

.a2-product-description h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 35px 0 20px 0;
}

.a2-product-description p {
    margin-bottom: 20px;
    line-height: 2;
}

.a2-features-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.a2-features-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    line-height: 2;
}

.a2-features-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    font-size: 1.5rem;
    color: #1a1a1a;
}

/* === Feature Sections === */
.a2-product-features {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 20px;
}

.a2-feature-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.a2-feature-layout-right {
    direction: rtl;
}

.a2-feature-layout-right > * {
    direction: ltr;
}

.a2-feature-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.a2-feature-image img {
    width: 100%;
    height: auto;
    display: block;
}

.a2-feature-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.a2-feature-content p {
    font-size: 1.1rem;
    line-height: 2;
    color: #333;
}

/* === Luxury Section === */
.a2-luxury-section {
    background: transparent;
    padding: 40px 0;
    margin: 40px 0;
}

.a2-luxury-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.4;
}

.a2-luxury-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.a2-luxury-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
}

.a2-luxury-icon {
    font-size: 1.5rem;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2-luxury-text {
    flex: 1;
}

.a2-luxury-text strong {
    font-size: 1rem;
    font-weight: 600;
}

/* === Question Section === */
.a2-question-section {
    margin: 40px 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
}

.a2-question-toggle {
    width: 100%;
    padding: 20px 30px;
    background: #ffffff;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.a2-question-toggle:hover {
    background: #f8f8f8;
}

.a2-toggle-icon {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.a2-toggle-icon.rotated {
    transform: rotate(180deg);
}

.a2-question-content {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}

.a2-question-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.a2-question-form input,
.a2-question-form textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
}

.a2-btn-submit {
    background: #1a1a1a;
    color: #ffffff;
    padding: 12px 30px;
    align-self: flex-start;
}

/* === Social Share === */
.a2-social-share {
    display: flex;
    gap: 15px;
    margin: 30px 0;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.a2-share-btn {
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    background: transparent !important;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.a2-share-btn span {
    display: none;
}

.a2-share-facebook::before {
    content: "📘";
    margin-right: 5px;
}

.a2-share-twitter::before {
    content: "🐦";
    margin-right: 5px;
}

.a2-share-pinterest::before {
    content: "📌";
    margin-right: 5px;
}

.a2-share-btn:hover {
    opacity: 0.7;
    transform: none;
}

/* === Related Products Section === */
.a2-related-products,
.a2-recently-viewed {
    max-width: 1400px;
    margin: 80px auto 60px;
    padding: 0 20px;
}

.a2-section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.a2-products-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.a2-related-product {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.a2-related-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.a2-sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000000;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}

.a2-related-image {
    width: 100%;
    height: 280px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

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

.a2-related-title {
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 20px 10px;
    min-height: 60px;
    line-height: 1.4;
}

.a2-related-title a {
    color: inherit;
    text-decoration: none;
}

.a2-related-title a:hover {
    color: #2196F3;
}

.a2-related-price {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.a2-add-to-cart-small {
    width: calc(100% - 40px);
    margin: 15px 20px 20px;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.a2-add-to-cart-small:hover {
    background: #333333;
}

/* === Fixed Bottom CTA Bar (Mobile/Tablet) === */
.a2-fixed-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 1000;
    display: none;
}

.a2-cta-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

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

.a2-cta-price-original {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
}

.a2-cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.a2-cta-btn {
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.a2-cta-add-cart {
    background: #ffffff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.a2-cta-buy-now {
    background: #1a1a1a;
    color: #ffffff;
}

/* === Responsive Design === */
@media (max-width: 1200px) {
    .a2-product-container {
        gap: 40px;
    }
    
    .a2-feature-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .a2-product-container {
        grid-template-columns: 40% 60%;
        gap: 30px;
    }
    
    .a2-product-gallery-wrapper {
        position: static;
    }
    
    .a2-gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .a2-feature-section {
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .a2-fixed-cta-bar {
        display: block;
    }
    
    .a2-product-actions-desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .a2-product-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    
    .a2-product-title {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .a2-price-current {
        font-size: 1.5rem;
    }
    
    .a2-feature-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .a2-feature-layout-right {
        direction: ltr;
    }
    
    .a2-feature-content h2 {
        font-size: 1.8rem;
    }
    
    .a2-feature-content p {
        line-height: 1.9;
    }
    
    .a2-luxury-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .a2-products-slider {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .a2-fixed-cta-bar {
        display: block;
    }
}

@media (max-width: 480px) {
    .a2-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .a2-product-title {
        font-size: 1.3rem;
    }
    
    .a2-product-description p {
        line-height: 1.8;
    }
    
    .a2-feature-content h2 {
        font-size: 1.5rem;
    }
    
    .a2-feature-content p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .a2-luxury-features {
        grid-template-columns: 1fr;
    }
    
    .a2-products-slider {
        grid-template-columns: 1fr;
    }
    
    .a2-social-share {
        flex-wrap: wrap;
    }
}

/* === Loading State === */
.a2-btn.loading {
    opacity: 0.6;
    cursor: not-allowed;
}/* End custom CSS */