body{font-family:"Inter",sans-serif;background-color:#fffbeb;color:#333;line-height:1.6;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-top:2rem;padding-bottom:2rem}.page-content-wrapper{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.product-card-container{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);border-radius:12px;padding:20px}.product-detail-section{display:flex;flex-wrap:wrap;gap:40px;margin-top:20px}.product-images{flex:1;min-width:300px;text-align:center;display:flex;flex-direction:column;align-items:center}.main-image{max-width:100%;height:auto;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.thumbnail-gallery{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.thumbnail{width:90px;height:90px;object-fit:cover;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:border-color .2s,transform .2s}.thumbnail:hover{border-color:#e44d26;transform:translateY(-2px)}.thumbnail.selected{border-color:#e44d26;box-shadow:0 0 5px rgba(228,77,38,.5)}.product-info{flex:2;min-width:300px;padding-left:20px}.product-info h1{font-size:2.5em;margin-top:0;margin-bottom:5px;color:#333;font-weight:700}.product-info .price{font-size:2em;color:#e44d26;margin:15px 0 25px;font-weight:700}.description-section{margin-bottom:30px;color:#555}.description-section p{margin-bottom:10px}.go-to-product-button{background-color:#e44d26;color:#fff;border:2px solid #e44d26;padding:15px 30px;font-size:1.2em;border-radius:9999px;cursor:pointer;transition:background-color .3s ease,color .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);font-weight:600;display:inline-block;text-decoration:none;text-align:center;margin-top:20px}.go-to-product-button:hover{background-color:#b53d1e;border-color:#b53d1e;color:#fff}.call-to-action-section{background-color:#f0f0f0;border-radius:12px;padding:2rem;margin-top:3rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.call-to-action-section h2{font-size:2em;font-weight:700;color:#333;margin-bottom:1.5rem}.call-to-action-buttons{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.call-to-action-buttons .btn{padding:15px 25px;font-size:1.1em;font-weight:600;border-radius:9999px;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.1)}.call-to-action-buttons .btn-primary{background-color:#e44d26;color:#fff;border:2px solid #e44d26}.call-to-action-buttons .btn-primary:hover{background-color:#b53d1e;border-color:#b53d1e;transform:translateY(-1px)}.call-to-action-buttons .btn-secondary{background-color:#fff;color:#e44d26;border:2px solid #e44d26}.call-to-action-buttons .btn-secondary:hover{background-color:#e44d26;color:#fff;transform:translateY(-1px)}.footer-light-bg{background-color:#f8f8f8;color:#333;padding-top:2rem;padding-bottom:2rem}.footer-light-bg .fab,.footer-light-bg h3{color:#333}.footer-light-bg a,.footer-light-bg p{color:#555}.footer-light-bg a.hover\:underline:hover{color:#e44d26}.footer-light-bg .fab.hover\:text-blue-600:hover{color:#1877f2}.footer-light-bg .fab.hover\:text-pink-500:hover{color:#e4405f}.footer-light-bg .fab.hover\:text-blue-400:hover{color:#0a66c2}.footer-copyright{background-color:#333;color:#ccc;padding:1rem;margin-top:2rem}.footer-copyright a{color:#ccc}.transition-max-height{transition:max-height .7s ease-in-out}@media (max-width:768px){.product-detail-section{flex-direction:column}.page-content-wrapper{padding-left:1rem;padding-right:1rem}.product-card-container{padding:15px}.product-info h1{font-size:2em}.call-to-action-section h2,.product-info .price{font-size:1.5em}.call-to-action-buttons .btn,.go-to-product-button{width:100%;text-align:center}.product-info{padding-left:0}.mobile-menu-product-name{display:block;font-size:1.5em;color:#333;font-weight:700;text-align:center;margin-bottom:1.5rem}}