.laptop-product-image {
    min-width: 50px;
    min-height:50px;
    max-width: 50px;
    max-height:50px;
    border-radius:5px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.product-gallery{
    position: sticky !important;
    top: 120px;
}
.realtec {
    position: sticky !important;
    top: 120px;
    width: 100%;
    height: 600px; 
    padding-left:10px;
    object-fit: cover;
    object-position: center;
    display: block;
}


.main_laptop_size{
    display:block;
}
.main_mobile_size{
    display:none;
}
@media only screen and (max-width: 992px) {
    .main_laptop_size{
        display:none;
    }
    .main_mobile_size{
        display:block;
    }
}

@media only screen and (max-width: 992px) {
    .mobile-product-image {
        width: 100%;
        height: 700px; /* fix the container height */
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

@media only screen and (max-width: 667px) {
    .mobile-product-image {
        width: 100%;
        height: 550px; /* fix the container height */
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

.product-category {
    font-size: 0.875rem;
    color: #667eea;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}


.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    backdrop-filter: blur(10px);
}

.action-btn:hover {
    background: #667eea;
    color: #ffffff;
    transform: scale(1.1);
}

.product-price-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e2e8f0 100%);
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #e9ecef;
}

product-.price-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.product-current-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #667eea;
}

.product-original-price {
    font-size: 1.5rem;
    color: #764ba2;
    text-decoration: line-through;
}

.product-discount-badge {
    background: #dc2626;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.875rem;
}



.option-group {
    margin-bottom: 1rem;
}

.option-label {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: block;
}


.size-options {
    display: flex;
    flex-direction: rows;
    gap: 0.5rem;
}

.size-option {
    border: 2px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 0.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-option:hover {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.size-option.active {
    border-color: #667eea;
    background: rgba(37, 99, 235, 0.05);
}
.size-option-disabled{
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.size-name {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.125rem;
}


/* Breadcrumb */
.breadcrumb-section {
    background: #f8f9fa;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #764ba2;
}


.product-details {
    padding: 20px;
}

.price {
    font-size: 28px !important;
    font-weight: 700;
    color: #212121;
}

.original-price {
    text-decoration: line-through;
    color: #878787;
    font-size: 16px;
}

.discount {
    color: #388e3c;
    font-size: 16px;
    margin-left: 5px;
}

.size-btn {
    border: 1px solid #dbdbdb;
    padding: 8px 20px;
    margin: 5px;
    background: white;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.size-btn:hover, .size-btn.active {
    border-color: #2874f0;
    color: #2874f0;
}

.action-buttons {
    margin-top: 20px;
}

.btn-cart {
    background: #ff9f00;
    color: white;
    padding: 18px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.btn-buy {
    background: #fb641b;
    color: white;
    padding: 18px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

.features-list {
    margin-top: 20px;
    padding-left: 0;
}

.features-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #212121;
}

.rating-badge {
    background: #388e3c;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.review-count {
    color: #878787;
    margin-left: 10px;
}
.pre_tag_view_page {
    overflow-x: hidden;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Prata", Georgia, serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.modal-content {
    background-color: #222;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
}
.modal-title{
    font-size:25px;
    color:#fff;
}
.modal-header {
    border-bottom: none;
    text-align: center;
    padding-bottom: 10px;
}
.modal-body {
    text-align: center;
}
.share-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.share-icons a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.share-icons .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: 0.3s;
    font-size: 22px;
}
.share-icons .icon:hover {
    background: rgba(255, 255, 255, 0.2);
}
.copy-section {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
    padding: 5px;
}
.copy-section input {
    flex: 1;
    background: none;
    border: none;
    padding: 10px;
    color: white;
    outline: none;
    font-size: 14px;
}
.copy-btn {
    background: #007BFF;
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    border-radius:25px;
}
.copy-btn:hover {
    background: #0056b3;
}
.native-share {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 14px;
}
.native-share:hover {
    background: rgba(255, 255, 255, 0.2);
}