.container{max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;}
.product-details{display:flex;flex-direction:row;gap:20px;align-items:flex-start;}
.product-image{flex:1;max-width:500px;}
.product-image img{max-width:100%;height:auto;display:block;}
.product-info{flex:1;box-sizing:border-box;padding:0 10px;}
#product-video{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;}
.responsive-wrapper{position:relative;width:100%;max-width:640px;aspect-ratio:16/9;overflow:hidden;}
.responsive-wrapper video,.responsive-wrapper iframe{width:100%;height:100%;border:none;object-fit:contain;}
.social-share,.search-links{width:100%;overflow-x:auto;white-space:nowrap;}
.social-share a,.search-links a,.modal-social-share a{margin:0 10px;text-decoration:none;display:inline-block;}
.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0, 0, 0);z-index:1000;overflow-y:auto;}
.modal-content{background-color:#fff;margin:5% auto;padding:20px;border:2px solid #F28C38;border-radius:8px;max-width:600px;width:90%;position:relative;box-sizing:border-box;}
.modal-content h2,.modal-content h3{color:hsl(27, 100%, 51%);font-size:1.8em;margin-bottom:15px;}
.modal-content div{color:#333;font-size:1em;line-height:1.5;}
.description-text{max-height:400px;overflow-y:auto;padding-bottom:10px;}
.contact-details h3{font-size:1.5em;}
.contact-link{display:inline-block;padding:10px 20px;margin:10px 5px;background:#ff7300;color: #fff !important;border-radius:5px;text-decoration:none;}
.contact-link:hover{background:#d84d60;}
.modal-social-share h3{font-size:1.5em;}
.modal-close{position:absolute;top:10px;right:15px;color:#F28C38;font-size:1.5em;cursor:pointer;transition:color 0.3s ease;}
.modal-close:hover{color:#f58300;}
.description-toggle{cursor:pointer;color:#007bff;}
.product-title{text-align:center;font-size:1.2em;margin:10px 0;}
h1{font-size:2.5em;line-height:1.2;}
img{max-width:100%;height:auto;}
.social-share h2,.search-links h2{font-size:1.5em;margin-top:20px;}
.description{margin:20px 0;}
.description-content{display:none;margin-top:10px;}
.description-content.show{display:block;}
.additional-sections{display:flex;flex-direction:column;gap:20px;}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;}
.product-item{text-align:center;}
.product-info p{font-size:1.2em;margin:10px 0;color: white;}
button{padding:5px 10px;cursor:pointer;}
@media (max-width:768px){.container{padding:10px;}.product-details{flex-direction:column;}.product-image,.product-info{max-width:100%;padding:0 5px;}.modal-content{width:95%;margin:6% auto;padding:1px;}.modal-content h2,.modal-content h3{font-size:1.5em;}.modal-close{font-size:1.3em;}h1{font-size:1.8em;}.responsive-wrapper{max-width:400px;width:100%;}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));}.buttons a{font-size:0.9em;padding:8px 12px;}.social-share,.search-links,.modal-social-share{white-space:normal;}}
@media (max-width:480px){h1{font-size:1.5em;}.product-grid{grid-template-columns:1fr;}.responsive-wrapper{max-width:100%;}} @media (min-width: 769px) {
    .orange-background {
        background-color: #000000 !important;
        padding: 15px !important;
        border-radius: 10px !important;
        margin-top: 20px !important;
        width: auto;
        max-width: 351px;
    }
}
    #refreshButton {
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background-color: #007bff; /* Adjust to match your theme */
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        transition: background-color 0.3s;
    }

    #refreshButton:hover {
        background-color: #0056b3; /* Darker shade on hover */
    }

    #refreshButton svg {
        width: 16px;
        height: 16px;
    }